

/* Start:/bitrix/templates/aspro-allcorp3medc/components/bitrix/news.detail/ak-news/style.min.css?16462279802011*/
.detail-info-wrapper{margin-bottom:48px}.detail-info-wrapper--with-img{margin-top:-48px}.has-top-banner .detail-info-wrapper--with-img{margin-top:-64px}.detail-info-wrapper--with-img .maxwidth-theme>.detail-info{padding-left:0;padding-right:0}.detail-info{padding:47px}.detail-info__inner{margin-top:-6px}.detail-info__date{margin-bottom:8px}.detail-info__chars{margin-top:26px}.detail-info__chars-inner{margin-bottom:-20px}.detail-info__chars-item{margin-bottom:20px}.detail-info__chars .line-block{flex-wrap:wrap}.detail-info .more-char-link{margin-top:18px}@media (min-width:768px){.detail-info__btns{width:289px}}@media (max-width:767px){.detail-info .line-block{display:block}.detail-info__btns{padding-top:20px}}@media (max-width:600px){.detail-info{padding-top:30px;padding-bottom:30px}.detail-info-wrapper--with-img{margin-top:0}}.top-info{margin-bottom:48px;overflow:hidden}.top-info__picture{width:50%}.top-info__picture .owl-carousel:not(.owl-loaded){min-height:500px}.top-info__picture-item{padding-top:67%}.top-info__link{position:absolute;top:0;right:0;bottom:0;left:0;text-align:center;display:block}.top-info__img{height:100%;display:block;background-size:cover;background-position:center top;background-repeat:no-repeat}.top-info__text-inner{padding:49px 55px 56px}.top-info__task-value{margin-top:8px}.top-info__task+.top-info__bottom{margin-top:40px}.top-info__bottom .properties{margin-top:-5px}.top-info__bottom .properties__item{margin-bottom:14px}.buttons-block>div+div{margin-top:12px}.tizers-top-side{margin:-49px 0 48px}@media (max-width:991px){.top-info .flexbox{flex-wrap:wrap}body .top-info__picture,body .top-info__text{width:100%;flex:auto}}@media (max-width:600px){.top-info__bottom{flex-wrap:wrap}.top-info__bottom .line-block__item{width:100%;flex:auto}.top-info__text-inner{padding:25px}}.top-meta{margin-bottom:33px}.top-meta__section{background-color:#fafafa;background-color:var(--darkerblack_bg_black);padding:1px 8px 2px}.top-meta__date .svg-inline-sale{margin-right:6px}
/* End */


/* Start:/addcss/bootstrap-grid2.css?170004424179725*/
#body-lp .container,
#body-lp .container-fluid,
#body-lp .container-xxl,
#body-lp .container-xl,
#body-lp .container-lg,
#body-lp .container-md,
#body-lp .container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 20px);
  padding-left: var(--bs-gutter-x, 20px);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  #body-lp .container-sm,
  #body-lp .container {
    max-width: 536px;
  }
}

@media (min-width: 768px) {
  #body-lp .container-md,
  #body-lp .container-sm,
  #body-lp .container {
    max-width: 708px;
  }
}

@media (min-width: 992px) {
  #body-lp .container-lg,
  #body-lp .container-md,
  #body-lp .container-sm,
  #body-lp .container {
    max-width: 932px;
  }
}

@media (min-width: 1200px) {
  #body-lp .container-xl,
  #body-lp .container-lg,
  #body-lp .container-md,
  #body-lp .container-sm,
  #body-lp .container {
    max-width: 1140px;
  }
}

@media (min-width: 1366px) {
  #body-lp .container-xxl,
  #body-lp .container-xl,
  #body-lp .container-lg,
  #body-lp .container-md,
  #body-lp .container-sm,
  #body-lp .container {
    max-width: 1276px;
  }
}

#body-lp .row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}

#body-lp .row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

#body-lp .col {
  flex: 1 0 0%;
}

#body-lp .row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

#body-lp .row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

#body-lp .row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

#body-lp .row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

#body-lp .row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

#body-lp .row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

#body-lp .row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

#body-lp .col-auto {
  flex: 0 0 auto;
  width: auto;
}

#body-lp .col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

#body-lp .col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

#body-lp .col-3 {
  flex: 0 0 auto;
  width: 25%;
}

#body-lp .col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

#body-lp .col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

#body-lp .col-6 {
  flex: 0 0 auto;
  width: 50%;
}

#body-lp .col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

#body-lp .col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

#body-lp .col-9 {
  flex: 0 0 auto;
  width: 75%;
}

#body-lp .col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

#body-lp .col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

#body-lp .col-12 {
  flex: 0 0 auto;
  width: 100%;
}

#body-lp .offset-1 {
  margin-left: 8.3333333333%;
}

#body-lp .offset-2 {
  margin-left: 16.6666666667%;
}

#body-lp .offset-3 {
  margin-left: 25%;
}

#body-lp .offset-4 {
  margin-left: 33.3333333333%;
}

#body-lp .offset-5 {
  margin-left: 41.6666666667%;
}

#body-lp .offset-6 {
  margin-left: 50%;
}

#body-lp .offset-7 {
  margin-left: 58.3333333333%;
}

#body-lp .offset-8 {
  margin-left: 66.6666666667%;
}

#body-lp .offset-9 {
  margin-left: 75%;
}

#body-lp .offset-10 {
  margin-left: 83.3333333333%;
}

#body-lp .offset-11 {
  margin-left: 91.6666666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  #body-lp .col-sm {
    flex: 1 0 0%;
  }

  #body-lp .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  #body-lp .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  #body-lp .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  #body-lp .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  #body-lp .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  #body-lp .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  #body-lp .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  #body-lp .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  #body-lp .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  #body-lp .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  #body-lp .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  #body-lp .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  #body-lp .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  #body-lp .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  #body-lp .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  #body-lp .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  #body-lp .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  #body-lp .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  #body-lp .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  #body-lp .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

#body-lp .offset-sm-0 {
  margin-left: 0;
}

#body-lp .offset-sm-1 {
  margin-left: 8.3333333333%;
}

#body-lp .offset-sm-2 {
  margin-left: 16.6666666667%;
}

#body-lp .offset-sm-3 {
  margin-left: 25%;
}

#body-lp .offset-sm-4 {
  margin-left: 33.3333333333%;
}

#body-lp .offset-sm-5 {
  margin-left: 41.6666666667%;
}

#body-lp .offset-sm-6 {
  margin-left: 50%;
}

#body-lp .offset-sm-7 {
  margin-left: 58.3333333333%;
}

#body-lp .offset-sm-8 {
  margin-left: 66.6666666667%;
}

#body-lp .offset-sm-9 {
  margin-left: 75%;
}

#body-lp .offset-sm-10 {
  margin-left: 83.3333333333%;
}

#body-lp .offset-sm-11 {
  margin-left: 91.6666666667%;
}

.g-sm-0,
.gx-sm-0 {
  --bs-gutter-x: 0;
}

.g-sm-0,
.gy-sm-0 {
  --bs-gutter-y: 0;
}

.g-sm-1,
.gx-sm-1 {
  --bs-gutter-x: 0.25rem;
}

.g-sm-1,
.gy-sm-1 {
  --bs-gutter-y: 0.25rem;
}

.g-sm-2,
.gx-sm-2 {
  --bs-gutter-x: 0.5rem;
}

.g-sm-2,
.gy-sm-2 {
  --bs-gutter-y: 0.5rem;
}

.g-sm-3,
.gx-sm-3 {
  --bs-gutter-x: 1rem;
}

.g-sm-3,
.gy-sm-3 {
  --bs-gutter-y: 1rem;
}

.g-sm-4,
.gx-sm-4 {
  --bs-gutter-x: 1.5rem;
}

.g-sm-4,
.gy-sm-4 {
  --bs-gutter-y: 1.5rem;
}

.g-sm-5,
.gx-sm-5 {
  --bs-gutter-x: 3rem;
}

.g-sm-5,
.gy-sm-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 768px) {
  #body-lp .col-md {
    flex: 1 0 0%;
  }

  #body-lp .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  #body-lp .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  #body-lp .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  #body-lp .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  #body-lp .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  #body-lp .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  #body-lp .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  #body-lp .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  #body-lp .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  #body-lp .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  #body-lp .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  #body-lp .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  #body-lp .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  #body-lp .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  #body-lp .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  #body-lp .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  #body-lp .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  #body-lp .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  #body-lp .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  #body-lp .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  #body-lp .offset-md-0 {
    margin-left: 0;
  }

  #body-lp .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  #body-lp .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  #body-lp .offset-md-3 {
    margin-left: 25%;
  }

  #body-lp .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  #body-lp .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  #body-lp .offset-md-6 {
    margin-left: 50%;
  }

  #body-lp .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  #body-lp .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  #body-lp .offset-md-9 {
    margin-left: 75%;
  }

  #body-lp .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  #body-lp .offset-md-11 {
    margin-left: 91.6666666667%;
  }

  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 992px) {
  #body-lp .col-lg {
    flex: 1 0 0%;
  }

  #body-lp .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  #body-lp .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  #body-lp .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  #body-lp .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  #body-lp .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  #body-lp .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  #body-lp .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  #body-lp .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  #body-lp .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  #body-lp .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  #body-lp .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  #body-lp .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  #body-lp .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  #body-lp .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  #body-lp .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  #body-lp .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  #body-lp .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  #body-lp .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  #body-lp .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  #body-lp .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  #body-lp .offset-lg-0 {
    margin-left: 0;
  }

  #body-lp .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  #body-lp .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  #body-lp .offset-lg-3 {
    margin-left: 25%;
  }

  #body-lp .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  #body-lp .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  #body-lp .offset-lg-6 {
    margin-left: 50%;
  }

  #body-lp .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  #body-lp .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  #body-lp .offset-lg-9 {
    margin-left: 75%;
  }

  #body-lp .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  #body-lp .offset-lg-11 {
    margin-left: 91.6666666667%;
  }

  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1200px) {
  #body-lp .col-xl {
    flex: 1 0 0%;
  }

  #body-lp .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  #body-lp .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  #body-lp .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  #body-lp .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  #body-lp .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  #body-lp .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  #body-lp .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  #body-lp .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  #body-lp .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  #body-lp .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  #body-lp .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  #body-lp .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  #body-lp .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  #body-lp .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  #body-lp .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  #body-lp .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  #body-lp .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  #body-lp .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  #body-lp .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  #body-lp .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  #body-lp .offset-xl-0 {
    margin-left: 0;
  }

  #body-lp .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  #body-lp .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  #body-lp .offset-xl-3 {
    margin-left: 25%;
  }

  #body-lp .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  #body-lp .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  #body-lp .offset-xl-6 {
    margin-left: 50%;
  }

  #body-lp .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  #body-lp .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  #body-lp .offset-xl-9 {
    margin-left: 75%;
  }

  #body-lp .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  #body-lp .offset-xl-11 {
    margin-left: 91.6666666667%;
  }

  #body-lp .g-xl-0,
  #body-lp .gx-xl-0 {
    --bs-gutter-x: 0;
  }

  #body-lp .g-xl-0,
  #body-lp .gy-xl-0 {
    --bs-gutter-y: 0;
  }

  #body-lp .g-xl-1,
  #body-lp .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  #body-lp .g-xl-1,
  #body-lp .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  #body-lp .g-xl-2,
  #body-lp .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  #body-lp .g-xl-2,
  #body-lp .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  #body-lp .g-xl-3,
  #body-lp .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  #body-lp .g-xl-3,
  #body-lp .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  #body-lp .g-xl-4,
  #body-lp .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  #body-lp .g-xl-4,
  #body-lp .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  #body-lp .g-xl-5,
  #body-lp .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  #body-lp .g-xl-5,
  #body-lp .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1366px) {
  #body-lp .col-xxl {
    flex: 1 0 0%;
  }

  #body-lp .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  #body-lp .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  #body-lp .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  #body-lp .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  #body-lp .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  #body-lp .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  #body-lp .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  #body-lp .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  #body-lp .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  #body-lp .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  #body-lp .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  #body-lp .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  #body-lp .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  #body-lp .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  #body-lp .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  #body-lp .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  #body-lp .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  #body-lp .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  #body-lp .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  #body-lp .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  #body-lp .offset-xxl-0 {
    margin-left: 0;
  }

  #body-lp .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }

  #body-lp .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }

  #body-lp .offset-xxl-3 {
    margin-left: 25%;
  }

  #body-lp .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }

  #body-lp .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }

  #body-lp .offset-xxl-6 {
    margin-left: 50%;
  }

  #body-lp .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }

  #body-lp .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }

  #body-lp .offset-xxl-9 {
    margin-left: 75%;
  }

  #body-lp .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }

  #body-lp .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }

  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

#body-lp .offset-first {
  order: -1 !important;
}

#body-lp .offset-0 {
  order: 0 !important;
}

#body-lp .offset-1 {
  order: 1 !important;
}

#body-lp .offset-2 {
  order: 2 !important;
}

#body-lp .offset-3 {
  order: 3 !important;
}

#body-lp .offset-4 {
  order: 4 !important;
}

#body-lp .offset-5 {
  order: 5 !important;
}

#body-lp .offset-last {
  order: 6 !important;
}

#body-lp .order-first {
  order: -1 !important;
}

#body-lp .order-0 {
  order: 0 !important;
}

#body-lp .order-1 {
  order: 1 !important;
}

#body-lp .order-2 {
  order: 2 !important;
}

#body-lp .order-3 {
  order: 3 !important;
}

#body-lp .order-4 {
  order: 4 !important;
}

#body-lp .order-5 {
  order: 5 !important;
}

#body-lp .order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

@media (min-width: 576px) {
  #body-lp .d-sm-inline {
    display: inline !important;
  }

  #body-lp .d-sm-inline-block {
    display: inline-block !important;
  }

  #body-lp .d-sm-block {
    display: block !important;
  }

  #body-lp .d-sm-grid {
    display: grid !important;
  }

  #body-lp .d-sm-table {
    display: table !important;
  }

  #body-lp .d-sm-table-row {
    display: table-row !important;
  }

  #body-lp .d-sm-table-cell {
    display: table-cell !important;
  }

  #body-lp .d-sm-flex {
    display: flex !important;
  }

  #body-lp .d-sm-inline-flex {
    display: inline-flex !important;
  }

  #body-lp .d-sm-none {
    display: none !important;
  }

  #body-lp .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  #body-lp .flex-sm-row {
    flex-direction: row !important;
  }

  #body-lp .flex-sm-column {
    flex-direction: column !important;
  }

  #body-lp .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  #body-lp .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  #body-lp .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  #body-lp .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  #body-lp .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  #body-lp .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  #body-lp .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  #body-lp .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  #body-lp .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  #body-lp .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  #body-lp .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  #body-lp .justify-content-sm-center {
    justify-content: center !important;
  }

  #body-lp .justify-content-sm-between {
    justify-content: space-between !important;
  }

  #body-lp .justify-content-sm-around {
    justify-content: space-around !important;
  }

  #body-lp .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }

  #body-lp .align-items-sm-start {
    align-items: flex-start !important;
  }

  #body-lp .align-items-sm-end {
    align-items: flex-end !important;
  }

  #body-lp .align-items-sm-center {
    align-items: center !important;
  }

  #body-lp .align-items-sm-baseline {
    align-items: baseline !important;
  }

  #body-lp .align-items-sm-stretch {
    align-items: stretch !important;
  }

  #body-lp .align-content-sm-start {
    align-content: flex-start !important;
  }

  #body-lp .align-content-sm-end {
    align-content: flex-end !important;
  }

  #body-lp .align-content-sm-center {
    align-content: center !important;
  }

  #body-lp .align-content-sm-between {
    align-content: space-between !important;
  }

  #body-lp .align-content-sm-around {
    align-content: space-around !important;
  }

  #body-lp .align-content-sm-stretch {
    align-content: stretch !important;
  }

  #body-lp .align-self-sm-auto {
    align-self: auto !important;
  }

  #body-lp .align-self-sm-start {
    align-self: flex-start !important;
  }

  #body-lp .align-self-sm-end {
    align-self: flex-end !important;
  }

  #body-lp .align-self-sm-center {
    align-self: center !important;
  }

  #body-lp .align-self-sm-baseline {
    align-self: baseline !important;
  }

  #body-lp .align-self-sm-stretch {
    align-self: stretch !important;
  }

  #body-lp .order-sm-first {
    order: -1 !important;
  }

  #body-lp .order-sm-0 {
    order: 0 !important;
  }

  #body-lp .order-sm-1 {
    order: 1 !important;
  }

  #body-lp .order-sm-2 {
    order: 2 !important;
  }

  #body-lp .order-sm-3 {
    order: 3 !important;
  }

  #body-lp .order-sm-4 {
    order: 4 !important;
  }

  #body-lp .order-sm-5 {
    order: 5 !important;
  }

  #body-lp .order-sm-last {
    order: 6 !important;
  }

  #body-lp .m-sm-0 {
    margin: 0 !important;
  }

  #body-lp .m-sm-1 {
    margin: 0.25rem !important;
  }

  #body-lp .m-sm-2 {
    margin: 0.5rem !important;
  }

  #body-lp .m-sm-3 {
    margin: 1rem !important;
  }

  #body-lp .m-sm-4 {
    margin: 1.5rem !important;
  }

  #body-lp .m-sm-5 {
    margin: 3rem !important;
  }

  #body-lp .m-sm-auto {
    margin: auto !important;
  }

  #body-lp .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  #body-lp .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  #body-lp .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  #body-lp .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  #body-lp .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  #body-lp .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  #body-lp .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  #body-lp .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  #body-lp .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  #body-lp .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  #body-lp .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  #body-lp .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  #body-lp .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  #body-lp .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  #body-lp .mt-sm-0 {
    margin-top: 0 !important;
  }

  #body-lp .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  #body-lp .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  #body-lp .mt-sm-3 {
    margin-top: 1rem !important;
  }

  #body-lp .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  #body-lp .mt-sm-5 {
    margin-top: 3rem !important;
  }

  #body-lp .mt-sm-auto {
    margin-top: auto !important;
  }

  #body-lp .me-sm-0 {
    margin-right: 0 !important;
  }

  #body-lp .me-sm-1 {
    margin-right: 0.25rem !important;
  }

  #body-lp .me-sm-2 {
    margin-right: 0.5rem !important;
  }

  #body-lp .me-sm-3 {
    margin-right: 1rem !important;
  }

  #body-lp .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  #body-lp .me-sm-5 {
    margin-right: 3rem !important;
  }

  #body-lp .me-sm-auto {
    margin-right: auto !important;
  }

  #body-lp .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  #body-lp .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  #body-lp .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  #body-lp .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  #body-lp .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  #body-lp .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  #body-lp .mb-sm-auto {
    margin-bottom: auto !important;
  }

  #body-lp .ms-sm-0 {
    margin-left: 0 !important;
  }

  #body-lp .ms-sm-1 {
    margin-left: 0.25rem !important;
  }

  #body-lp .ms-sm-2 {
    margin-left: 0.5rem !important;
  }

  #body-lp .ms-sm-3 {
    margin-left: 1rem !important;
  }

  #body-lp .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  #body-lp .ms-sm-5 {
    margin-left: 3rem !important;
  }

  #body-lp .ms-sm-auto {
    margin-left: auto !important;
  }

  #body-lp .p-sm-0 {
    padding: 0 !important;
  }

  #body-lp .p-sm-1 {
    padding: 0.25rem !important;
  }

  #body-lp .p-sm-2 {
    padding: 0.5rem !important;
  }

  #body-lp .p-sm-3 {
    padding: 1rem !important;
  }

  #body-lp .p-sm-4 {
    padding: 1.5rem !important;
  }

  #body-lp .p-sm-5 {
    padding: 3rem !important;
  }

  #body-lp .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  #body-lp .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  #body-lp .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  #body-lp .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  #body-lp .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  #body-lp .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  #body-lp .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  #body-lp .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  #body-lp .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  #body-lp .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  #body-lp .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  #body-lp .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  #body-lp .pt-sm-0 {
    padding-top: 0 !important;
  }

  #body-lp .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  #body-lp .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  #body-lp .pt-sm-3 {
    padding-top: 1rem !important;
  }

  #body-lp .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  #body-lp .pt-sm-5 {
    padding-top: 3rem !important;
  }

  #body-lp .pe-sm-0 {
    padding-right: 0 !important;
  }

  #body-lp .pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  #body-lp .pe-sm-2 {
    padding-right: 0.5rem !important;
  }

  #body-lp .pe-sm-3 {
    padding-right: 1rem !important;
  }

  #body-lp .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  #body-lp .pe-sm-5 {
    padding-right: 3rem !important;
  }

  #body-lp .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  #body-lp .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  #body-lp .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  #body-lp .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  #body-lp .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  #body-lp .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  #body-lp .ps-sm-0 {
    padding-left: 0 !important;
  }

  #body-lp .ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  #body-lp .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  #body-lp .ps-sm-3 {
    padding-left: 1rem !important;
  }

  #body-lp .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  #body-lp .ps-sm-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 768px) {
  #body-lp .d-md-inline {
    display: inline !important;
  }

  #body-lp .d-md-inline-block {
    display: inline-block !important;
  }

  #body-lp .d-md-block {
    display: block !important;
  }

  #body-lp .d-md-grid {
    display: grid !important;
  }

  #body-lp .d-md-table {
    display: table !important;
  }

  #body-lp .d-md-table-row {
    display: table-row !important;
  }

  #body-lp .d-md-table-cell {
    display: table-cell !important;
  }

  #body-lp .d-md-flex {
    display: flex !important;
  }

  #body-lp .d-md-inline-flex {
    display: inline-flex !important;
  }

  #body-lp .d-md-none {
    display: none !important;
  }

  #body-lp .flex-md-fill {
    flex: 1 1 auto !important;
  }

  #body-lp .flex-md-row {
    flex-direction: row !important;
  }

  #body-lp .flex-md-column {
    flex-direction: column !important;
  }

  #body-lp .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  #body-lp .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  #body-lp .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  #body-lp .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  #body-lp .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  #body-lp .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  #body-lp .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  #body-lp .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  #body-lp .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  #body-lp .justify-content-md-start {
    justify-content: flex-start !important;
  }

  #body-lp .justify-content-md-end {
    justify-content: flex-end !important;
  }

  #body-lp .justify-content-md-center {
    justify-content: center !important;
  }

  #body-lp .justify-content-md-between {
    justify-content: space-between !important;
  }

  #body-lp .justify-content-md-around {
    justify-content: space-around !important;
  }

  #body-lp .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

  #body-lp .align-items-md-start {
    align-items: flex-start !important;
  }

  #body-lp .align-items-md-end {
    align-items: flex-end !important;
  }

  #body-lp .align-items-md-center {
    align-items: center !important;
  }

  #body-lp .align-items-md-baseline {
    align-items: baseline !important;
  }

  #body-lp .align-items-md-stretch {
    align-items: stretch !important;
  }

  #body-lp .align-content-md-start {
    align-content: flex-start !important;
  }

  #body-lp .align-content-md-end {
    align-content: flex-end !important;
  }

  #body-lp .align-content-md-center {
    align-content: center !important;
  }

  #body-lp .align-content-md-between {
    align-content: space-between !important;
  }

  #body-lp .align-content-md-around {
    align-content: space-around !important;
  }

  #body-lp .align-content-md-stretch {
    align-content: stretch !important;
  }

  #body-lp .align-self-md-auto {
    align-self: auto !important;
  }

  #body-lp .align-self-md-start {
    align-self: flex-start !important;
  }

  #body-lp .align-self-md-end {
    align-self: flex-end !important;
  }

  #body-lp .align-self-md-center {
    align-self: center !important;
  }

  #body-lp .align-self-md-baseline {
    align-self: baseline !important;
  }

  #body-lp .align-self-md-stretch {
    align-self: stretch !important;
  }

  #body-lp .order-md-first {
    order: -1 !important;
  }

  #body-lp .order-md-0 {
    order: 0 !important;
  }

  #body-lp .order-md-1 {
    order: 1 !important;
  }

  #body-lp .order-md-2 {
    order: 2 !important;
  }

  #body-lp .order-md-3 {
    order: 3 !important;
  }

  #body-lp .order-md-4 {
    order: 4 !important;
  }

  #body-lp .order-md-5 {
    order: 5 !important;
  }

  #body-lp .order-md-last {
    order: 6 !important;
  }

  #body-lp .m-md-0 {
    margin: 0 !important;
  }

  #body-lp .m-md-1 {
    margin: 0.25rem !important;
  }

  #body-lp .m-md-2 {
    margin: 0.5rem !important;
  }

  #body-lp .m-md-3 {
    margin: 1rem !important;
  }

  #body-lp .m-md-4 {
    margin: 1.5rem !important;
  }

  #body-lp .m-md-5 {
    margin: 3rem !important;
  }

  #body-lp .m-md-auto {
    margin: auto !important;
  }

  #body-lp .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  #body-lp .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  #body-lp .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  #body-lp .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  #body-lp .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  #body-lp .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  #body-lp .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  #body-lp .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  #body-lp .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  #body-lp .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  #body-lp .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  #body-lp .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  #body-lp .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  #body-lp .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  #body-lp .mt-md-0 {
    margin-top: 0 !important;
  }

  #body-lp .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  #body-lp .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  #body-lp .mt-md-3 {
    margin-top: 1rem !important;
  }

  #body-lp .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  #body-lp .mt-md-5 {
    margin-top: 3rem !important;
  }

  #body-lp .mt-md-auto {
    margin-top: auto !important;
  }

  #body-lp .me-md-0 {
    margin-right: 0 !important;
  }

  #body-lp .me-md-1 {
    margin-right: 0.25rem !important;
  }

  #body-lp .me-md-2 {
    margin-right: 0.5rem !important;
  }

  #body-lp .me-md-3 {
    margin-right: 1rem !important;
  }

  #body-lp .me-md-4 {
    margin-right: 1.5rem !important;
  }

  #body-lp .me-md-5 {
    margin-right: 3rem !important;
  }

  #body-lp .me-md-auto {
    margin-right: auto !important;
  }

  #body-lp .mb-md-0 {
    margin-bottom: 0 !important;
  }

  #body-lp .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  #body-lp .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  #body-lp .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  #body-lp .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  #body-lp .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  #body-lp .mb-md-auto {
    margin-bottom: auto !important;
  }

  #body-lp .ms-md-0 {
    margin-left: 0 !important;
  }

  #body-lp .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  #body-lp .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  #body-lp .ms-md-3 {
    margin-left: 1rem !important;
  }

  #body-lp .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  #body-lp .ms-md-5 {
    margin-left: 3rem !important;
  }

  #body-lp .ms-md-auto {
    margin-left: auto !important;
  }

  #body-lp .p-md-0 {
    padding: 0 !important;
  }

  #body-lp .p-md-1 {
    padding: 0.25rem !important;
  }

  #body-lp .p-md-2 {
    padding: 0.5rem !important;
  }

  #body-lp .p-md-3 {
    padding: 1rem !important;
  }

  #body-lp .p-md-4 {
    padding: 1.5rem !important;
  }

  #body-lp .p-md-5 {
    padding: 3rem !important;
  }

  #body-lp .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  #body-lp .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  #body-lp .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  #body-lp .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  #body-lp .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  #body-lp .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  #body-lp .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  #body-lp .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  #body-lp .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  #body-lp .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  #body-lp .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  #body-lp .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  #body-lp .pt-md-0 {
    padding-top: 0 !important;
  }

  #body-lp .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  #body-lp .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  #body-lp .pt-md-3 {
    padding-top: 1rem !important;
  }

  #body-lp .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  #body-lp .pt-md-5 {
    padding-top: 3rem !important;
  }

  #body-lp .pe-md-0 {
    padding-right: 0 !important;
  }

  #body-lp .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  #body-lp .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  #body-lp .pe-md-3 {
    padding-right: 1rem !important;
  }

  #body-lp .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  #body-lp .pe-md-5 {
    padding-right: 3rem !important;
  }

  #body-lp .pb-md-0 {
    padding-bottom: 0 !important;
  }

  #body-lp .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  #body-lp .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  #body-lp .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  #body-lp .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  #body-lp .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  #body-lp .ps-md-0 {
    padding-left: 0 !important;
  }

  #body-lp .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  #body-lp .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  #body-lp .ps-md-3 {
    padding-left: 1rem !important;
  }

  #body-lp .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  #body-lp .ps-md-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 992px) {
  #body-lp .d-lg-inline {
    display: inline !important;
  }

  #body-lp .d-lg-inline-block {
    display: inline-block !important;
  }

  #body-lp .d-lg-block {
    display: block !important;
  }

  #body-lp .d-lg-grid {
    display: grid !important;
  }

  #body-lp .d-lg-table {
    display: table !important;
  }

  #body-lp .d-lg-table-row {
    display: table-row !important;
  }

  #body-lp .d-lg-table-cell {
    display: table-cell !important;
  }

  #body-lp .d-lg-flex {
    display: flex !important;
  }

  #body-lp .d-lg-inline-flex {
    display: inline-flex !important;
  }

  #body-lp .d-lg-none {
    display: none !important;
  }

  #body-lp .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  #body-lp .flex-lg-row {
    flex-direction: row !important;
  }

  #body-lp .flex-lg-column {
    flex-direction: column !important;
  }

  #body-lp .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  #body-lp .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  #body-lp .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  #body-lp .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  #body-lp .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  #body-lp .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  #body-lp .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  #body-lp .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  #body-lp .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  #body-lp .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  #body-lp .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  #body-lp .justify-content-lg-center {
    justify-content: center !important;
  }

  #body-lp .justify-content-lg-between {
    justify-content: space-between !important;
  }

  #body-lp .justify-content-lg-around {
    justify-content: space-around !important;
  }

  #body-lp .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

  #body-lp .align-items-lg-start {
    align-items: flex-start !important;
  }

  #body-lp .align-items-lg-end {
    align-items: flex-end !important;
  }

  #body-lp .align-items-lg-center {
    align-items: center !important;
  }

  #body-lp .align-items-lg-baseline {
    align-items: baseline !important;
  }

  #body-lp .align-items-lg-stretch {
    align-items: stretch !important;
  }

  #body-lp .align-content-lg-start {
    align-content: flex-start !important;
  }

  #body-lp .align-content-lg-end {
    align-content: flex-end !important;
  }

  #body-lp .align-content-lg-center {
    align-content: center !important;
  }

  #body-lp .align-content-lg-between {
    align-content: space-between !important;
  }

  #body-lp .align-content-lg-around {
    align-content: space-around !important;
  }

  #body-lp .align-content-lg-stretch {
    align-content: stretch !important;
  }

  #body-lp .align-self-lg-auto {
    align-self: auto !important;
  }

  #body-lp .align-self-lg-start {
    align-self: flex-start !important;
  }

  #body-lp .align-self-lg-end {
    align-self: flex-end !important;
  }

  #body-lp .align-self-lg-center {
    align-self: center !important;
  }

  #body-lp .align-self-lg-baseline {
    align-self: baseline !important;
  }

  #body-lp .align-self-lg-stretch {
    align-self: stretch !important;
  }

  #body-lp .order-lg-first {
    order: -1 !important;
  }

  #body-lp .order-lg-0 {
    order: 0 !important;
  }

  #body-lp .order-lg-1 {
    order: 1 !important;
  }

  #body-lp .order-lg-2 {
    order: 2 !important;
  }

  #body-lp .order-lg-3 {
    order: 3 !important;
  }

  #body-lp .order-lg-4 {
    order: 4 !important;
  }

  #body-lp .order-lg-5 {
    order: 5 !important;
  }

  #body-lp .order-lg-last {
    order: 6 !important;
  }

  #body-lp .m-lg-0 {
    margin: 0 !important;
  }

  #body-lp .m-lg-1 {
    margin: 0.25rem !important;
  }

  #body-lp .m-lg-2 {
    margin: 0.5rem !important;
  }

  #body-lp .m-lg-3 {
    margin: 1rem !important;
  }

  #body-lp .m-lg-4 {
    margin: 1.5rem !important;
  }

  #body-lp .m-lg-5 {
    margin: 3rem !important;
  }

  #body-lp .m-lg-auto {
    margin: auto !important;
  }

  #body-lp .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  #body-lp .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  #body-lp .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  #body-lp .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  #body-lp .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  #body-lp .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  #body-lp .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  #body-lp .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  #body-lp .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  #body-lp .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  #body-lp .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  #body-lp .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  #body-lp .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  #body-lp .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  #body-lp .mt-lg-0 {
    margin-top: 0 !important;
  }

  #body-lp .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  #body-lp .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  #body-lp .mt-lg-3 {
    margin-top: 1rem !important;
  }

  #body-lp .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  #body-lp .mt-lg-5 {
    margin-top: 3rem !important;
  }

  #body-lp .mt-lg-auto {
    margin-top: auto !important;
  }

  #body-lp .me-lg-0 {
    margin-right: 0 !important;
  }

  #body-lp .me-lg-1 {
    margin-right: 0.25rem !important;
  }

  #body-lp .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  #body-lp .me-lg-3 {
    margin-right: 1rem !important;
  }

  #body-lp .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  #body-lp .me-lg-5 {
    margin-right: 3rem !important;
  }

  #body-lp .me-lg-auto {
    margin-right: auto !important;
  }

  #body-lp .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  #body-lp .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  #body-lp .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  #body-lp .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  #body-lp .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  #body-lp .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  #body-lp .mb-lg-auto {
    margin-bottom: auto !important;
  }

  #body-lp .ms-lg-0 {
    margin-left: 0 !important;
  }

  #body-lp .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  #body-lp .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  #body-lp .ms-lg-3 {
    margin-left: 1rem !important;
  }

  #body-lp .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  #body-lp .ms-lg-5 {
    margin-left: 3rem !important;
  }

  #body-lp .ms-lg-auto {
    margin-left: auto !important;
  }

  #body-lp .p-lg-0 {
    padding: 0 !important;
  }

  #body-lp .p-lg-1 {
    padding: 0.25rem !important;
  }

  #body-lp .p-lg-2 {
    padding: 0.5rem !important;
  }

  #body-lp .p-lg-3 {
    padding: 1rem !important;
  }

  #body-lp .p-lg-4 {
    padding: 1.5rem !important;
  }

  #body-lp .p-lg-5 {
    padding: 3rem !important;
  }

  #body-lp .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  #body-lp .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  #body-lp .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  #body-lp .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  #body-lp .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  #body-lp .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  #body-lp .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  #body-lp .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  #body-lp .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  #body-lp .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  #body-lp .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  #body-lp .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  #body-lp .pt-lg-0 {
    padding-top: 0 !important;
  }

  #body-lp .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  #body-lp .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  #body-lp .pt-lg-3 {
    padding-top: 1rem !important;
  }

  #body-lp .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  #body-lp .pt-lg-5 {
    padding-top: 3rem !important;
  }

  #body-lp .pe-lg-0 {
    padding-right: 0 !important;
  }

  #body-lp .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  #body-lp .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  #body-lp .pe-lg-3 {
    padding-right: 1rem !important;
  }

  #body-lp .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  #body-lp .pe-lg-5 {
    padding-right: 3rem !important;
  }

  #body-lp .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  #body-lp .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  #body-lp .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  #body-lp .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  #body-lp .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  #body-lp .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  #body-lp .ps-lg-0 {
    padding-left: 0 !important;
  }

  #body-lp .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  #body-lp .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  #body-lp .ps-lg-3 {
    padding-left: 1rem !important;
  }

  #body-lp .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  #body-lp .ps-lg-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 1200px) {
  #body-lp .d-xl-inline {
    display: inline !important;
  }

  #body-lp .d-xl-inline-block {
    display: inline-block !important;
  }

  #body-lp .d-xl-block {
    display: block !important;
  }

  #body-lp .d-xl-grid {
    display: grid !important;
  }

  #body-lp .d-xl-table {
    display: table !important;
  }

  #body-lp .d-xl-table-row {
    display: table-row !important;
  }

  #body-lp .d-xl-table-cell {
    display: table-cell !important;
  }

  #body-lp .d-xl-flex {
    display: flex !important;
  }

  #body-lp .d-xl-inline-flex {
    display: inline-flex !important;
  }

  #body-lp .d-xl-none {
    display: none !important;
  }

  #body-lp .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  #body-lp .flex-xl-row {
    flex-direction: row !important;
  }

  #body-lp .flex-xl-column {
    flex-direction: column !important;
  }

  #body-lp .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  #body-lp .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  #body-lp .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  #body-lp .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  #body-lp .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  #body-lp .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  #body-lp .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  #body-lp .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  #body-lp .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  #body-lp .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  #body-lp .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  #body-lp .justify-content-xl-center {
    justify-content: center !important;
  }

  #body-lp .justify-content-xl-between {
    justify-content: space-between !important;
  }

  #body-lp .justify-content-xl-around {
    justify-content: space-around !important;
  }

  #body-lp .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

  #body-lp .align-items-xl-start {
    align-items: flex-start !important;
  }

  #body-lp .align-items-xl-end {
    align-items: flex-end !important;
  }

  #body-lp .align-items-xl-center {
    align-items: center !important;
  }

  #body-lp .align-items-xl-baseline {
    align-items: baseline !important;
  }

  #body-lp .align-items-xl-stretch {
    align-items: stretch !important;
  }

  #body-lp .align-content-xl-start {
    align-content: flex-start !important;
  }

  #body-lp .align-content-xl-end {
    align-content: flex-end !important;
  }

  #body-lp .align-content-xl-center {
    align-content: center !important;
  }

  #body-lp .align-content-xl-between {
    align-content: space-between !important;
  }

  #body-lp .align-content-xl-around {
    align-content: space-around !important;
  }

  #body-lp .align-content-xl-stretch {
    align-content: stretch !important;
  }

  #body-lp .align-self-xl-auto {
    align-self: auto !important;
  }

  #body-lp .align-self-xl-start {
    align-self: flex-start !important;
  }

  #body-lp .align-self-xl-end {
    align-self: flex-end !important;
  }

  #body-lp .align-self-xl-center {
    align-self: center !important;
  }

  #body-lp .align-self-xl-baseline {
    align-self: baseline !important;
  }

  #body-lp .align-self-xl-stretch {
    align-self: stretch !important;
  }

  #body-lp .order-xl-first {
    order: -1 !important;
  }

  #body-lp .order-xl-0 {
    order: 0 !important;
  }

  #body-lp .order-xl-1 {
    order: 1 !important;
  }

  #body-lp .order-xl-2 {
    order: 2 !important;
  }

  #body-lp .order-xl-3 {
    order: 3 !important;
  }

  #body-lp .order-xl-4 {
    order: 4 !important;
  }

  #body-lp .order-xl-5 {
    order: 5 !important;
  }

  #body-lp .order-xl-last {
    order: 6 !important;
  }

  #body-lp .m-xl-0 {
    margin: 0 !important;
  }

  #body-lp .m-xl-1 {
    margin: 0.25rem !important;
  }

  #body-lp .m-xl-2 {
    margin: 0.5rem !important;
  }

  #body-lp .m-xl-3 {
    margin: 1rem !important;
  }

  #body-lp .m-xl-4 {
    margin: 1.5rem !important;
  }

  #body-lp .m-xl-5 {
    margin: 3rem !important;
  }

  #body-lp .m-xl-auto {
    margin: auto !important;
  }

  #body-lp .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  #body-lp .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  #body-lp .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  #body-lp .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  #body-lp .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  #body-lp .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  #body-lp .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  #body-lp .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  #body-lp .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  #body-lp .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  #body-lp .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  #body-lp .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  #body-lp .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  #body-lp .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  #body-lp .mt-xl-0 {
    margin-top: 0 !important;
  }

  #body-lp .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  #body-lp .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  #body-lp .mt-xl-3 {
    margin-top: 1rem !important;
  }

  #body-lp .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  #body-lp .mt-xl-5 {
    margin-top: 3rem !important;
  }

  #body-lp .mt-xl-auto {
    margin-top: auto !important;
  }

  #body-lp .me-xl-0 {
    margin-right: 0 !important;
  }

  #body-lp .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  #body-lp .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  #body-lp .me-xl-3 {
    margin-right: 1rem !important;
  }

  #body-lp .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  #body-lp .me-xl-5 {
    margin-right: 3rem !important;
  }

  #body-lp .me-xl-auto {
    margin-right: auto !important;
  }

  #body-lp .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  #body-lp .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  #body-lp .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  #body-lp .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  #body-lp .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  #body-lp .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  #body-lp .mb-xl-auto {
    margin-bottom: auto !important;
  }

  #body-lp .ms-xl-0 {
    margin-left: 0 !important;
  }

  #body-lp .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  #body-lp .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  #body-lp .ms-xl-3 {
    margin-left: 1rem !important;
  }

  #body-lp .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  #body-lp .ms-xl-5 {
    margin-left: 3rem !important;
  }

  #body-lp .ms-xl-auto {
    margin-left: auto !important;
  }

  #body-lp .p-xl-0 {
    padding: 0 !important;
  }

  #body-lp .p-xl-1 {
    padding: 0.25rem !important;
  }

  #body-lp .p-xl-2 {
    padding: 0.5rem !important;
  }

  #body-lp .p-xl-3 {
    padding: 1rem !important;
  }

  #body-lp .p-xl-4 {
    padding: 1.5rem !important;
  }

  #body-lp .p-xl-5 {
    padding: 3rem !important;
  }

  #body-lp .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  #body-lp .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  #body-lp .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  #body-lp .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  #body-lp .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  #body-lp .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  #body-lp .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  #body-lp .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  #body-lp .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  #body-lp .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  #body-lp .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  #body-lp .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  #body-lp .pt-xl-0 {
    padding-top: 0 !important;
  }

  #body-lp .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  #body-lp .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  #body-lp .pt-xl-3 {
    padding-top: 1rem !important;
  }

  #body-lp .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  #body-lp .pt-xl-5 {
    padding-top: 3rem !important;
  }

  #body-lp .pe-xl-0 {
    padding-right: 0 !important;
  }

  #body-lp .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  #body-lp .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  #body-lp .pe-xl-3 {
    padding-right: 1rem !important;
  }

  #body-lp .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  #body-lp .pe-xl-5 {
    padding-right: 3rem !important;
  }

  #body-lp .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  #body-lp .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  #body-lp .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  #body-lp .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  #body-lp .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  #body-lp .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  #body-lp .ps-xl-0 {
    padding-left: 0 !important;
  }

  #body-lp .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  #body-lp .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  #body-lp .ps-xl-3 {
    padding-left: 1rem !important;
  }

  #body-lp .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  #body-lp .ps-xl-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 1366px) {
  #body-lp .d-xxl-inline {
    display: inline !important;
  }

  #body-lp .d-xxl-inline-block {
    display: inline-block !important;
  }

  #body-lp .d-xxl-block {
    display: block !important;
  }

  #body-lp .d-xxl-grid {
    display: grid !important;
  }

  #body-lp .d-xxl-table {
    display: table !important;
  }

  #body-lp .d-xxl-table-row {
    display: table-row !important;
  }

  #body-lp .d-xxl-table-cell {
    display: table-cell !important;
  }

  #body-lp .d-xxl-flex {
    display: flex !important;
  }

  #body-lp .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  #body-lp .d-xxl-none {
    display: none !important;
  }

  #body-lp .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  #body-lp .flex-xxl-row {
    flex-direction: row !important;
  }

  #body-lp .flex-xxl-column {
    flex-direction: column !important;
  }

  #body-lp .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  #body-lp .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  #body-lp .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  #body-lp .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  #body-lp .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  #body-lp .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  #body-lp .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  #body-lp .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  #body-lp .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  #body-lp .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  #body-lp .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  #body-lp .justify-content-xxl-center {
    justify-content: center !important;
  }

  #body-lp .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  #body-lp .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  #body-lp .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  #body-lp .align-items-xxl-start {
    align-items: flex-start !important;
  }

  #body-lp .align-items-xxl-end {
    align-items: flex-end !important;
  }

  #body-lp .align-items-xxl-center {
    align-items: center !important;
  }

  #body-lp .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  #body-lp .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  #body-lp .align-content-xxl-start {
    align-content: flex-start !important;
  }

  #body-lp .align-content-xxl-end {
    align-content: flex-end !important;
  }

  #body-lp .align-content-xxl-center {
    align-content: center !important;
  }

  #body-lp .align-content-xxl-between {
    align-content: space-between !important;
  }

  #body-lp .align-content-xxl-around {
    align-content: space-around !important;
  }

  #body-lp .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  #body-lp .align-self-xxl-auto {
    align-self: auto !important;
  }

  #body-lp .align-self-xxl-start {
    align-self: flex-start !important;
  }

  #body-lp .align-self-xxl-end {
    align-self: flex-end !important;
  }

  #body-lp .align-self-xxl-center {
    align-self: center !important;
  }

  #body-lp .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  #body-lp .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  #body-lp .order-xxl-first {
    order: -1 !important;
  }

  #body-lp .order-xxl-0 {
    order: 0 !important;
  }

  #body-lp .order-xxl-1 {
    order: 1 !important;
  }

  #body-lp .order-xxl-2 {
    order: 2 !important;
  }

  #body-lp .order-xxl-3 {
    order: 3 !important;
  }

  #body-lp .order-xxl-4 {
    order: 4 !important;
  }

  #body-lp .order-xxl-5 {
    order: 5 !important;
  }

  #body-lp .order-xxl-last {
    order: 6 !important;
  }

  #body-lp .m-xxl-0 {
    margin: 0 !important;
  }

  #body-lp .m-xxl-1 {
    margin: 0.25rem !important;
  }

  #body-lp .m-xxl-2 {
    margin: 0.5rem !important;
  }

  #body-lp .m-xxl-3 {
    margin: 1rem !important;
  }

  #body-lp .m-xxl-4 {
    margin: 1.5rem !important;
  }

  #body-lp .m-xxl-5 {
    margin: 3rem !important;
  }

  #body-lp .m-xxl-auto {
    margin: auto !important;
  }

  #body-lp .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  #body-lp .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  #body-lp .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  #body-lp .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  #body-lp .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  #body-lp .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  #body-lp .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  #body-lp .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  #body-lp .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  #body-lp .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  #body-lp .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  #body-lp .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  #body-lp .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  #body-lp .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  #body-lp .mt-xxl-0 {
    margin-top: 0 !important;
  }

  #body-lp .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  #body-lp .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  #body-lp .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  #body-lp .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  #body-lp .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  #body-lp .mt-xxl-auto {
    margin-top: auto !important;
  }

  #body-lp .me-xxl-0 {
    margin-right: 0 !important;
  }

  #body-lp .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  #body-lp .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  #body-lp .me-xxl-3 {
    margin-right: 1rem !important;
  }

  #body-lp .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  #body-lp .me-xxl-5 {
    margin-right: 3rem !important;
  }

  #body-lp .me-xxl-auto {
    margin-right: auto !important;
  }

  #body-lp .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  #body-lp .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  #body-lp .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  #body-lp .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  #body-lp .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  #body-lp .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  #body-lp .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  #body-lp .ms-xxl-0 {
    margin-left: 0 !important;
  }

  #body-lp .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  #body-lp .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  #body-lp .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  #body-lp .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  #body-lp .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  #body-lp .ms-xxl-auto {
    margin-left: auto !important;
  }

  #body-lp .p-xxl-0 {
    padding: 0 !important;
  }

  #body-lp .p-xxl-1 {
    padding: 0.25rem !important;
  }

  #body-lp .p-xxl-2 {
    padding: 0.5rem !important;
  }

  #body-lp .p-xxl-3 {
    padding: 1rem !important;
  }

  #body-lp .p-xxl-4 {
    padding: 1.5rem !important;
  }

  #body-lp .p-xxl-5 {
    padding: 3rem !important;
  }

  #body-lp .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  #body-lp .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  #body-lp .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  #body-lp .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  #body-lp .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  #body-lp .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  #body-lp .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  #body-lp .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  #body-lp .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  #body-lp .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  #body-lp .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  #body-lp .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  #body-lp .pt-xxl-0 {
    padding-top: 0 !important;
  }

  #body-lp .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  #body-lp .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  #body-lp .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  #body-lp .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  #body-lp .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  #body-lp .pe-xxl-0 {
    padding-right: 0 !important;
  }

  #body-lp .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  #body-lp .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  #body-lp .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  #body-lp .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  #body-lp .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  #body-lp .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  #body-lp .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  #body-lp .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  #body-lp .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  #body-lp .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  #body-lp .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  #body-lp .ps-xxl-0 {
    padding-left: 0 !important;
  }

  #body-lp .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  #body-lp .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  #body-lp .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  #body-lp .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  #body-lp .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}

@media print {
  #body-lp .d-print-inline {
    display: inline !important;
  }

  #body-lp .d-print-inline-block {
    display: inline-block !important;
  }

  #body-lp .d-print-block {
    display: block !important;
  }

  #body-lp .d-print-grid {
    display: grid !important;
  }

  #body-lp .d-print-table {
    display: table !important;
  }

  #body-lp .d-print-table-row {
    display: table-row !important;
  }

  #body-lp .d-print-table-cell {
    display: table-cell !important;
  }

  #body-lp .d-print-flex {
    display: flex !important;
  }

  #body-lp .d-print-inline-flex {
    display: inline-flex !important;
  }

  #body-lp .d-print-none {
    display: none !important;
  }
}
/* End */


/* Start:/addcss/newstyle.css?172072058296660*/
@charset "UTF-8";
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/addcss/../fonts/open-sans-v18-latin_cyrillic-ext-300.eot");
  src: local(""), url("/addcss/../fonts/open-sans-v18-latin_cyrillic-ext-300.eot?#iefix") format("embedded-opentype"), url("/addcss/../fonts/open-sans-v18-latin_cyrillic-ext-300.woff2") format("woff2"), url("/addcss/../fonts/open-sans-v18-latin_cyrillic-ext-300.woff") format("woff"), url("/addcss/../fonts/open-sans-v18-latin_cyrillic-ext-300.ttf") format("truetype"), url("/addcss/../fonts/open-sans-v18-latin_cyrillic-ext-300.svg#OpenSans") format("svg");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("/addcss/../fonts/open-sans-v18-latin_cyrillic-ext-300italic.eot");
  src: local(""), url("/addcss/../fonts/open-sans-v18-latin_cyrillic-ext-300italic.eot?#iefix") format("embedded-opentype"), url("/addcss/../fonts/open-sans-v18-latin_cyrillic-ext-300italic.woff2") format("woff2"), url("/addcss/../fonts/open-sans-v18-latin_cyrillic-ext-300italic.woff") format("woff"), url("/addcss/../fonts/open-sans-v18-latin_cyrillic-ext-300italic.ttf") format("truetype"), url("/addcss/../fonts/open-sans-v18-latin_cyrillic-ext-300italic.svg#OpenSans") format("svg");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/addcss/../fonts/open-sans-v18-latin_cyrillic-ext-regular.eot");
  src: local(""), url("/addcss/../fonts/open-sans-v18-latin_cyrillic-ext-regular.eot?#iefix") format("embedded-opentype"), url("/addcss/../fonts/open-sans-v18-latin_cyrillic-ext-regular.woff2") format("woff2"), url("/addcss/../fonts/open-sans-v18-latin_cyrillic-ext-regular.woff") format("woff"), url("/addcss/../fonts/open-sans-v18-latin_cyrillic-ext-regular.ttf") format("truetype"), url("/addcss/../fonts/open-sans-v18-latin_cyrillic-ext-regular.svg#OpenSans") format("svg");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/addcss/../fonts/open-sans-v18-latin_cyrillic-ext-italic.eot");
  src: local(""), url("/addcss/../fonts/open-sans-v18-latin_cyrillic-ext-italic.eot?#iefix") format("embedded-opentype"), url("/addcss/../fonts/open-sans-v18-latin_cyrillic-ext-italic.woff2") format("woff2"), url("/addcss/../fonts/open-sans-v18-latin_cyrillic-ext-italic.woff") format("woff"), url("/addcss/../fonts/open-sans-v18-latin_cyrillic-ext-italic.ttf") format("truetype"), url("/addcss/../fonts/open-sans-v18-latin_cyrillic-ext-italic.svg#OpenSans") format("svg");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/addcss/../fonts/open-sans-v18-latin_cyrillic-ext-600.eot");
  src: local(""), url("/addcss/../fonts/open-sans-v18-latin_cyrillic-ext-600.eot?#iefix") format("embedded-opentype"), url("/addcss/../fonts/open-sans-v18-latin_cyrillic-ext-600.woff2") format("woff2"), url("/addcss/../fonts/open-sans-v18-latin_cyrillic-ext-600.woff") format("woff"), url("/addcss/../fonts/open-sans-v18-latin_cyrillic-ext-600.ttf") format("truetype"), url("/addcss/../fonts/open-sans-v18-latin_cyrillic-ext-600.svg#OpenSans") format("svg");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("/addcss/../fonts/open-sans-v18-latin_cyrillic-ext-600italic.eot");
  src: local(""), url("/addcss/../fonts/open-sans-v18-latin_cyrillic-ext-600italic.eot?#iefix") format("embedded-opentype"), url("/addcss/../fonts/open-sans-v18-latin_cyrillic-ext-600italic.woff2") format("woff2"), url("/addcss/../fonts/open-sans-v18-latin_cyrillic-ext-600italic.woff") format("woff"), url("/addcss/../fonts/open-sans-v18-latin_cyrillic-ext-600italic.ttf") format("truetype"), url("/addcss/../fonts/open-sans-v18-latin_cyrillic-ext-600italic.svg#OpenSans") format("svg");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/addcss/../fonts/open-sans-v18-latin_cyrillic-ext-700.eot");
  src: local(""), url("/addcss/../fonts/open-sans-v18-latin_cyrillic-ext-700.eot?#iefix") format("embedded-opentype"), url("/addcss/../fonts/open-sans-v18-latin_cyrillic-ext-700.woff2") format("woff2"), url("/addcss/../fonts/open-sans-v18-latin_cyrillic-ext-700.woff") format("woff"), url("/addcss/../fonts/open-sans-v18-latin_cyrillic-ext-700.ttf") format("truetype"), url("/addcss/../fonts/open-sans-v18-latin_cyrillic-ext-700.svg#OpenSans") format("svg");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("/addcss/../fonts/open-sans-v18-latin_cyrillic-ext-700italic.eot");
  src: local(""), url("/addcss/../fonts/open-sans-v18-latin_cyrillic-ext-700italic.eot?#iefix") format("embedded-opentype"), url("/addcss/../fonts/open-sans-v18-latin_cyrillic-ext-700italic.woff2") format("woff2"), url("/addcss/../fonts/open-sans-v18-latin_cyrillic-ext-700italic.woff") format("woff"), url("/addcss/../fonts/open-sans-v18-latin_cyrillic-ext-700italic.ttf") format("truetype"), url("/addcss/../fonts/open-sans-v18-latin_cyrillic-ext-700italic.svg#OpenSans") format("svg");
}
* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.body-lp {
  font-weight: normal;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 18px;
  line-height: 27px;
  background-color: #ffffff;
  margin: 0;
  min-width: 320px;
}

input, textarea, button, select, a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media (max-width: 767px) {
  .header__menu-container {
    pointer-events: none;
  }
}
@media (min-width: 1366px) {
  .header__menu-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: 16px;
  }
}
.header__navigation {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  position: fixed;
  left: -100%;
  transition: left;
  transition-duration: 0.4s;
  animation-timing-function: ease-in;
  overflow-y: auto;
  top: 0;
  z-index: 100;
}

@media (max-width: 767px) {
  .header__navigation {
    max-width: 295px;
  }
}
@media (min-width: 768px) {
  .header__navigation {
    max-width: 255px;
  }
}
@media (min-width: 1366px) {
  .header__navigation {
    max-width: 100%;
    height: auto;
    left: 0;
    top: -2px;
    position: relative;
    overflow-y: visible;
    transition: none;
    transition-duration: unset;
  }
}
.header__opened .header__navigation {
  pointer-events: auto;
  transition: left;
  transition-duration: 0.7s;
  left: 0;
  z-index: 100;
}

.header__menu-open-wrapper {
  display: flex;
  align-self: center;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .header__menu-open-wrapper {
    align-self: flex-end;
    margin-bottom: 10px;
  }
}
.header__menu-open, .header__phone-button, .header__menu-close {
  background-color: transparent;
  color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}

.header__menu-open {
  cursor: pointer;
  width: 34px;
  height: 23px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 34px 23px;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='23' viewBox='0 0 34 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='32.2603' y1='1.50024' x2='2.26025' y2='1.50024' stroke='url(%23paint0_linear)' stroke-width='3' stroke-linecap='round'/%3E%3Cline x1='32.2603' y1='11.5002' x2='2.26025' y2='11.5002' stroke='url(%23paint1_linear)' stroke-width='3' stroke-linecap='round'/%3E%3Cline x1='32.2603' y1='21.5002' x2='2.26025' y2='21.5002' stroke='url(%23paint2_linear)' stroke-width='3' stroke-linecap='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='4.88525' y1='8.00024' x2='21.8646' y2='-10.0745' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%232151F5'/%3E%3Cstop offset='0.28125' stop-color='%23B740F6'/%3E%3Cstop offset='0.666667' stop-color='%23EA502B'/%3E%3Cstop offset='0.984375' stop-color='%23F3B742'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear' x1='18.9103' y1='16.0002' x2='26.2203' y2='4.69258' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%232151F5'/%3E%3Cstop offset='0.529875' stop-color='%23B740F6'/%3E%3Cstop offset='0.781894' stop-color='%23EA502B'/%3E%3Cstop offset='0.984375' stop-color='%23F3B742'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear' x1='4.88526' y1='25.5003' x2='29.4401' y2='9.0751' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%232151F5'/%3E%3Cstop offset='0.441459' stop-color='%23B740F6'/%3E%3Cstop offset='0.768203' stop-color='%23EA502B'/%3E%3Cstop offset='0.984375' stop-color='%23F3B742'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}
.header__menu-open:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='33' height='23' viewBox='0 0 33 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='31.5' y1='1.5' x2='1.5' y2='1.5' stroke='black' stroke-width='3' stroke-linecap='round'/%3E%3Cline x1='31.5' y1='11.5' x2='1.5' y2='11.5' stroke='black' stroke-width='3' stroke-linecap='round'/%3E%3Cline x1='31.5' y1='21.5' x2='1.5' y2='21.5' stroke='black' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

@media (min-width: 768px) {
  .header__menu-open {
    background-size: 40px 40px;
    width: 40px;
    height: 30px;
  }
}
@media (max-width: 767px) {
  .header__nojs .header__menu-open {
    display: none;
  }
}
.header__menu-close {
  position: absolute;
  top: 25px;
  right: 15px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 22L22 2M2 2L22 22' stroke='url(%23paint0_linear)' stroke-width='3' stroke-linecap='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='12' y1='2' x2='12' y2='22' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230053FF'/%3E%3Cstop offset='0.390625' stop-color='%23C733FF'/%3E%3Cstop offset='0.791667' stop-color='%23FE3E0E'/%3E%3Cstop offset='1' stop-color='%23FEB40E'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}
.header__menu-close:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 22L22 2M2 2L22 22' stroke='black' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

@media (min-width: 768px) {
  .header__menu-close {
    top: 23px;
    right: 17px;
  }
}
.header__close-bcg {
  width: 200%;
  height: 100%;
  background-color: transparent;
  transition: background-color 0.5s ease;
  position: fixed;
  top: 0;
  margin-left: -100%;
  pointer-events: none;
  z-index: 50;
}

.header__opened .header__close-bcg {
  transition: background-color 0.5s ease;
  background-color: rgba(0, 0, 0, 0.35);
  pointer-events: auto;
}

@media (min-width: 1366px) {
  .header__opened .header__close-bcg {
    display: none;
    transition: unset;
  }
}
.header__navigation-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 35px;
  padding: 0 0 0 20px;
  text-align: left;
  width: 100%;
}

@media (min-width: 768px) {
  .header__navigation-list {
    top: 0;
    background-color: transparent;
    margin-top: 60px;
    padding-left: 40px;
  }
}
@media (min-width: 1366px) {
  .header__navigation-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .header__nojs .header__navigation-list, .header__opened .header__navigation-list {
    display: block;
    pointer-events: auto;
  }
}
@media (min-width: 1366px) {
  .header__navigation-item {
    margin-right: 21px;
  }
}
.header__navigation-item:hover {
  background: linear-gradient(108.43deg, #0053FF 15.79%, #C733FF 32.47%, #FE3E0E 62.3%, #FEB40E 92.16%);
}
.header__navigation-item:hover .header__navigation-link {
  margin: 0;
  /* Убираем отступы */
  background: white;
  /* Белый цвет фона */
  mix-blend-mode: screen;
  /* Режим наложения */
}

.header__navigation-link {
  font-family: "Open Sans", "Arial", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 59px;
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
}

@media (min-width: 1366px) {
  .header__navigation-link {
    line-height: 40px;
  }
}
.header__phone-wrapper {
  display: flex;
  align-self: flex-start;
}

@media (min-width: 768px) {
  .header__phone-wrapper {
    justify-content: flex-end;
    align-items: center;
    align-self: flex-end;
    margin-bottom: 8px;
  }
}
@media (min-width: 1366px) {
  .header__phone-wrapper {
    align-content: flex-start;
    position: relative;
    right: 3px;
    bottom: 9px;
  }
}
.header__phone {
  font-family: "Open Sans", "Arial", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  align-items: center;
  text-align: right;
  letter-spacing: 0;
  color: #000000;
  text-decoration: none;
}
.header__phone:hover {
  color: #C733FF;
}

@media (min-width: 1366px) {
  .header__phone {
    font-size: 26px;
    letter-spacing: 0.3px;
  }
}
.header__phone-button {
  cursor: pointer;
  width: 40px;
  height: 39px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px 39px;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='39' viewBox='0 0 40 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M28.9463 22.5585C27.9921 22.4331 27.0509 22.1991 26.1513 21.8637C25.153 21.4906 24.0181 21.7311 23.2569 22.4818L22.2839 23.4522C20.0992 22.123 18.2618 20.2894 16.9286 18.1093L17.903 17.1369C18.6531 16.379 18.8955 15.2454 18.5205 14.2496C18.1838 13.3494 17.9492 12.4108 17.8231 11.4527C17.6314 10.0982 16.4614 9.06727 15.088 9.09911H11.9505C11.8686 9.09911 11.7867 9.10299 11.7061 9.11084C10.9769 9.17581 10.3171 9.52163 9.84777 10.0826C9.37848 10.6448 9.15622 11.3552 9.22309 12.0936C9.57538 15.4053 10.7207 18.6332 12.5316 21.4236C14.1773 24.0086 16.4159 26.2433 19.0016 27.8832C21.7881 29.6862 25.0069 30.8296 28.3232 31.1891C28.4077 31.1968 28.4922 31.2001 28.5793 31.2001C29.3118 31.1975 29.9989 30.9102 30.5149 30.3896C31.031 29.8709 31.3131 29.1819 31.3105 28.4532V25.3295C31.3408 23.943 30.3281 22.7529 28.9463 22.5585ZM30.0116 25.3236V28.4572C30.0129 28.8407 29.8647 29.2021 29.5937 29.4751C29.3226 29.7481 28.9612 29.8989 28.5784 29.9002C28.5316 29.9002 28.4848 29.8982 28.4509 29.8956C25.3492 29.5595 22.3267 28.4858 19.704 26.7887C17.2737 25.2475 15.1729 23.1507 13.6259 20.7217C11.9223 18.097 10.8472 15.0667 10.517 11.9676C10.4819 11.5853 10.5989 11.2122 10.8452 10.9178C11.0923 10.6228 11.4393 10.4414 11.8241 10.407C11.8664 10.4031 11.9086 10.4005 11.9509 10.4005H15.0949C15.0988 10.4005 15.104 10.4005 15.1085 10.4005C15.8235 10.4005 16.4358 10.9296 16.5366 11.6316C16.6751 12.6807 16.933 13.7154 17.3048 14.7086C17.5011 15.2319 17.3744 15.8266 16.9831 16.2212L15.6551 17.5472C15.4471 17.7539 15.4042 18.0743 15.5492 18.3291C17.0955 21.0429 19.3496 23.2925 22.068 24.8349C22.3221 24.9785 22.6412 24.9363 22.8479 24.7296L24.1739 23.4069C24.573 23.0136 25.1691 22.885 25.6969 23.0839C26.6894 23.4537 27.7262 23.7111 28.772 23.8489C29.4968 23.951 30.0297 24.5782 30.0115 25.3081C30.0116 25.3126 30.0116 25.3184 30.0116 25.3236Z' fill='url(%23paint0_linear)'/%3E%3Cpath d='M20.2605 0.000488281C9.50835 0.000488281 0.760722 8.74811 0.760722 19.5003C0.760722 23.2188 1.80983 26.8237 3.79812 29.9495L0.800331 38.1264C0.713877 38.3604 0.769787 38.6237 0.94399 38.8024C1.06876 38.9312 1.23778 39 1.41069 39C1.47962 39 1.54917 38.989 1.61612 38.9669L10.0979 36.1401C13.1568 38.0114 16.6635 39.0001 20.2606 39.0001C31.0127 39.0001 39.7603 30.2525 39.7603 19.5003C39.7603 8.74819 31.0126 0.000488281 20.2605 0.000488281ZM20.2611 37.7C16.8071 37.7 13.442 36.7237 10.5307 34.8771C10.4255 34.8109 10.3045 34.7763 10.1823 34.7763C10.1128 34.7763 10.0438 34.7874 9.97688 34.8102L2.48569 37.3068L5.13119 30.0919C5.20202 29.8982 5.17734 29.6824 5.06362 29.5102C3.09932 26.5352 2.06134 23.074 2.06134 19.5003C2.06134 9.46511 10.2259 1.30057 20.2611 1.30057C30.2963 1.30057 38.4609 9.46511 38.4609 19.5003C38.4609 29.5356 30.2963 37.7 20.2611 37.7Z' fill='url(%23paint1_linear)'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='13.7771' y1='27.9939' x2='28.9384' y2='14.1816' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.0425523' stop-color='%230053FF'/%3E%3Cstop offset='0.4606' stop-color='%23C733FF'/%3E%3Cstop offset='0.7351' stop-color='%23FE3E0E'/%3E%3Cstop offset='0.9577' stop-color='%23FEB40E'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear' x1='8.81747' y1='33.3426' x2='35.5705' y2='8.96737' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.0425523' stop-color='%230053FF'/%3E%3Cstop offset='0.4606' stop-color='%23C733FF'/%3E%3Cstop offset='0.7351' stop-color='%23FE3E0E'/%3E%3Cstop offset='0.9577' stop-color='%23FEB40E'/%3E%3C/linearGradient%3E%3CclipPath id='clip0'%3E%3Crect width='39' height='39' fill='white' transform='translate(0.760254 0.000244141)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.header__phone-button:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='39' height='39' viewBox='0 0 39 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M28.186 22.5583C27.2318 22.4328 26.2907 22.1988 25.3911 21.8634C24.3927 21.4904 23.2578 21.7308 22.4967 22.4816L21.5237 23.452C19.339 22.1227 17.5015 20.2891 16.1684 18.109L17.1428 17.1367C17.8928 16.3788 18.1353 15.2452 17.7603 14.2494C17.4236 13.3491 17.1889 12.4105 17.0628 11.4525C16.8711 10.0979 15.7011 9.06702 14.3277 9.09886H11.1902C11.1083 9.09886 11.0264 9.10275 10.9459 9.11059C10.2166 9.17557 9.55681 9.52138 9.08752 10.0823C8.61823 10.6445 8.39596 11.355 8.46284 12.0934C8.81513 15.4051 9.96044 18.633 11.7713 21.4233C13.4171 24.0083 15.6557 26.243 18.2414 27.8829C21.0279 29.686 24.2466 30.8294 27.5629 31.1888C27.6474 31.1966 27.732 31.1999 27.819 31.1999C28.5516 31.1973 29.2386 30.91 29.7547 30.3893C30.2707 29.8706 30.5529 29.1816 30.5503 28.453V25.3292C30.5805 23.9428 29.5678 22.7527 28.186 22.5583ZM29.2513 25.3234V28.457C29.2526 28.8405 29.1044 29.2018 28.8334 29.4748C28.5624 29.7478 28.201 29.8986 27.8181 29.8999C27.7713 29.8999 27.7245 29.898 27.6907 29.8954C24.5889 29.5593 21.5665 28.4855 18.9437 26.7884C16.5134 25.2473 14.4126 23.1504 12.8657 20.7214C11.162 18.0967 10.087 15.0665 9.75676 11.9673C9.72164 11.5851 9.83864 11.212 10.085 10.9176C10.332 10.6225 10.679 10.4411 11.0639 10.4067C11.1061 10.4028 11.1483 10.4002 11.1906 10.4002H14.3346C14.3385 10.4002 14.3438 10.4002 14.3483 10.4002C15.0633 10.4002 15.6755 10.9293 15.7763 11.6313C15.9148 12.6804 16.1728 13.7152 16.5446 14.7084C16.7409 15.2316 16.6141 15.8264 16.2228 16.2209L14.8949 17.5469C14.6868 17.7536 14.644 18.0741 14.7889 18.3289C16.3353 21.0426 18.5894 23.2923 21.3077 24.8346C21.5619 24.9783 21.881 24.936 22.0877 24.7294L23.4137 23.4067C23.8127 23.0134 24.4089 22.8847 24.9366 23.0836C25.9291 23.4534 26.9659 23.7109 28.0117 23.8487C28.7365 23.9508 29.2695 24.5779 29.2513 25.3079C29.2513 25.3123 29.2513 25.3182 29.2513 25.3234Z' fill='%23C733FF'/%3E%3Cpath d='M19.5002 0.000244141C8.7481 0.000244141 0.000468422 8.74787 0.000468422 19.5C0.000468422 23.2186 1.04957 26.8235 3.03786 29.9493L0.0400773 38.1262C-0.0463767 38.3602 0.00953278 38.6234 0.183736 38.8022C0.308504 38.9309 0.477527 38.9998 0.650435 38.9998C0.71937 38.9998 0.788914 38.9887 0.855869 38.9666L9.33766 36.1399C12.3965 38.0112 15.9032 38.9999 19.5003 38.9999C30.2525 38.9999 39.0001 30.2522 39.0001 19.5001C39.0001 8.74795 30.2524 0.000244141 19.5002 0.000244141ZM19.5009 37.6998C16.0468 37.6998 12.6818 36.7235 9.77046 34.8769C9.6652 34.8106 9.54424 34.7761 9.42206 34.7761C9.35251 34.7761 9.28358 34.7871 9.21663 34.8099L1.72544 37.3066L4.37093 30.0917C4.44177 29.898 4.41709 29.6822 4.30337 29.5099C2.33907 26.5349 1.30109 23.0737 1.30109 19.5001C1.30109 9.46487 9.46563 1.30033 19.5009 1.30033C29.5361 1.30033 37.7006 9.46487 37.7006 19.5001C37.7006 29.5353 29.5361 37.6998 19.5009 37.6998Z' fill='%23C733FF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='39' height='39' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

@media (min-width: 768px) {
  .header__phone-button {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    margin-right: 7px;
    margin-bottom: 7px;
  }
}
@media (min-width: 1366px) {
  .header__phone-button {
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
    margin-bottom: 0;
    margin-right: 14px;
  }
  .header__phone-button:hover {
    width: 39px;
    height: 40px;
    background-size: 39px 40px;
  }
}
.header__button-wrapper {
  z-index: 1;
  flex-direction: column;
}

@media (min-width: 768px) {
  .header__button-wrapper {
    justify-content: flex-end;
    margin-bottom: 10px;
    padding-right: 6px;
  }
}
@media (min-width: 1366px) {
  .header__button-wrapper {
    position: relative;
    right: -56px;
  }
}
.header__button {
  cursor: pointer;
  margin: 0;
  padding: 11px 0;
  display: block;
  position: relative;
  background: #FFFFFF;
  background-clip: padding-box;
  border: solid 0 transparent;
  border-radius: 70px;
}
.header__button:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -1px;
  border-radius: inherit;
  background: linear-gradient(47.66deg, #0053FF 20.52%, #C733FF 47.98%, #FE3E0E 66.02%, #FEB40E 80.64%);
}
.header__button:hover {
  background: linear-gradient(94.41deg, #0053FF -1.61%, #C733FF 28.34%, #FE3E0E 63.25%, #FEB40E 94.96%);
}
.header__button:hover .header__button-text {
  color: #FFFFFF;
}

@media (min-width: 1366px) {
  .header__button {
    padding: 15px 0;
    max-width: 180px;
  }
}
.header__button-text {
  font-family: "Open Sans", "Arial", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  color: #0053FF;
}

@media (min-width: 1440px) {
  .header__logo-wrapper {
    position: relative;
    left: -44px;
  }
}
.header__logo {
  width: auto;
  height: auto;
}
.header__logo img {
  width: 73px;
  height: 47px;
}

@media (min-width: 768px) {
  .header__logo img {
    width: 97px;
    height: 63px;
  }
}
@media (min-width: 1366px) {
  .header__logo img {
    width: 126px;
    height: 82px;
  }
}
.treatment-header {
  z-index: 1;
  position: relative;
  min-height: 900px;
}
@media (min-width: 768px) {
  .treatment-header {
    min-height: 900px;
  }
}
@media (min-width: 1200px) {
  .treatment-header {
    min-height: 760px;
  }
}

.treatment-header__title {
  font-family: "Open Sans", "Arial", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #212121;
  margin-top: 50px;
}

@media (min-width: 768px) {
  .treatment-header__title {
  font-size: 16px;
  margin-top: 80px;
    font-size: 30px;
    padding: 30px 0;
  }
}
@media (min-width: 992px) {
  .treatment-header__title {
    font-size: 40px;
    padding: 0;
    text-transform: uppercase;
  }
}
@media (min-width: 992px) {
  .treatment-header__title__one_line {
    margin-top: 180px;
    margin-bottom: 70px;
  }
}
.treatment-header__desc {
  display: flex;
  flex-direction: column;
}

.treatment-header__text {
  font-family: "Open Sans", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #6d6d6d;
  text-align: justify;
}
@media (min-width: 768px) {
  .treatment-header__text {
    font-size: 18px;
  }
}

.treatment-header__picture {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 800px;
  display: flex;
  justify-content: flex-end;
}
.treatment-header__picture img {
  width: 100%;
}
@media (min-width: 768px) {
  .treatment-header__picture {
    height: 900px;
  }
}
@media (min-width: 1200px) {
  .treatment-header__picture {
    height: 760px;
  }
}

.treatment-header__list-title {
  font-family: "Open Sans", "Arial", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  color: #212121;
}
@media (min-width: 768px) {
  .treatment-header__list-title {
    font-size: 16px;
  }
}

.treatment-header__list {
  margin-left: 0;
  padding-left: 0;
}
.treatment-header__list li {
  font-family: "Open Sans", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #212121;
  margin-bottom: 0;
  list-style-type: none;
  position: relative;
  padding-left: 13px;
}
.treatment-header__list a {
  font-family: "Open Sans", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #212121;
  margin-bottom: 0;
  list-style-type: none;
  position: relative;
  padding-left: 13px;
}
.treatment-header__list li:before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='4' height='4' viewBox='0 0 4 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='2' cy='2' r='2' fill='%23DC2F2F'/%3E%3C/svg%3E%0A");
  background-size: 4px 4px;
  background-position: center;
  top: 9px;
  left: 0;
  width: 4px;
  height: 4px;
}

.treatment-header__form {
  padding: 30px 20px 0 20px !important;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 19px 30px 0px rgba(122, 122, 122, 0.1);
}
@media (min-width: 992px) {
  .treatment-header__form {
    margin-top: 300px !important;
  }
}

.treatment-video {
  margin: 20px 0;
}
@media (min-width: 768px) {
  .treatment-video {
    margin: 80px 0;
  }
}

.treatment-video-low {
  margin: 20px 0;
}
@media (min-width: 768px) {
  .treatment-video-low {
    margin: 0px 0px 80px 0px;
  }
}

.treatment-video__title {
  color: var(--, #212121);
  text-align: center;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 23.8px */
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .treatment-video__title {
    font-size: 30px;
  }
}

.treatment-video__container {
  overflow: hidden;
  flex-shrink: 0;
  border-radius: 10px;
  background: #FFF;
  position: relative;
  display: block;
}
.treatment-video__player {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
}

.treatment-video__player iframe,
.treatment-video__player object,
.treatment-video__player embed {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.treatment-video__cover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.treatment-video__cover:before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80' fill='none'%3E%3Ccircle cx='40' cy='40' r='40' fill='%23DC2F2F'/%3E%3Cpath d='M47 40L36.5 46.0622L36.5 33.9378L47 40Z' fill='%23FFF1F1'/%3E%3C/svg%3E");
  background-size: 80px 80px;
  width: 80px;
  height: 80px;
  background-position: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.treatment-diagnose {
  padding: 60px 0;
  background: #F8F8F8;
  border-radius: 10px;
}

.treatment-diagnose__title {
  color: #212121;
  text-align: center;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 23.8px */
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .treatment-diagnose__title {
    font-size: 30px;
    font-weight: 700;
  }
}

.treatment-diagnose__text {
  font-family: "Open Sans", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #6d6d6d;
  text-align: justify;
}
@media (min-width: 768px) {
  .treatment-diagnose__text {
    font-size: 16px;
  }
}

.treatment-diagnose__list-title {
  font-family: "Open Sans", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #212121;
}
@media (min-width: 768px) {
  .treatment-diagnose__list-title {
    font-size: 15px;
  }
}

.treatment-diagnose__list {
  margin-left: 0;
  padding-left: 0;
}
.treatment-diagnose__list li {
  font-family: "Open Sans", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #212121;
  list-style-type: none;
  position: relative;
  padding-left: 13px;
  margin-bottom: 2px;
}
.treatment-diagnose__list li:before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='4' height='4' viewBox='0 0 4 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='2' cy='2' r='2' fill='%23DC2F2F'/%3E%3C/svg%3E%0A");
  background-size: 4px 4px;
  background-position: center;
  top: 9px;
  left: 0;
  width: 4px;
  height: 4px;
}
@media (min-width: 768px) {
  .treatment-diagnose__list li {
    margin-bottom: 4px;
  }
}

@media (min-width: 992px) {
  .treatment-diagnose__video {
    height: 560px;
  }
}

.treatment-short__container {
  overflow: hidden;
  flex-shrink: 0;
  border-radius: 10px;
  background: #FFF;
  position: relative;
  display: block;
  width: 250px;
  height: 444px;
  margin: 0 auto;
}
@media (min-width: 400px) {
  .treatment-short__container {
    width: 315px;
    height: 560px;
  }
}

.treatment-short__player {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
}

.treatment-short__player iframe,
.treatment-short__player object,
.treatment-short__player embed {
  position: relative;
  left: 0;
  top: 0;
  width: 250px;
  height: 444px;
}
@media (min-width: 400px) {
  .treatment-short__player iframe,
  .treatment-short__player object,
  .treatment-short__player embed {
    width: 315px;
    height: 560px;
  }
}

.treatment-short__cover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.treatment-short__cover:before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80' fill='none'%3E%3Ccircle cx='40' cy='40' r='40' fill='%23DC2F2F'/%3E%3Cpath d='M47 40L36.5 46.0622L36.5 33.9378L47 40Z' fill='%23FFF1F1'/%3E%3C/svg%3E");
  background-size: 80px 80px;
  width: 80px;
  height: 80px;
  background-position: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.treatment-preparation {
  padding: 70px 0 10px 0;
}


.treatment-preparation__title {
  color: var(--, #212121);
  text-align: center;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .treatment-preparation__title {
    font-size: 30px;
  }
}

.treatment-preparation__block {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 19px 30px 0px rgba(122, 122, 122, 0.1);
  padding: 15px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .treatment-preparation__block {
    min-height: 535px;
  }
}
@media (min-width: 992px) {
  .treatment-preparation__block {
    min-height: 515px;
  }
}
@media (min-width: 1200px) {
  .treatment-preparation__block {
    min-height: 460px;
  }
}
@media (min-width: 1366px) {
  .treatment-preparation__block {
    min-height: 485px;
  }
}

.treatment-preparation__picture {
  border-radius: 10px;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .treatment-preparation__desc {
    margin: 0 35px;
  }
}

.treatment-preparation__text {
  font-family: "Open Sans", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: var(--, #212121);
  text-align: justify;
}
@media (min-width: 768px) {
  .treatment-preparation__text {
    font-size: 15px;
  }
}

.treatment-preparation__list {
  margin-left: 0;
  padding-left: 0;
}
.treatment-preparation__list li {
  font-family: "Open Sans", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #212121;
  list-style-type: none;
  position: relative;
  padding-left: 13px;
  margin-bottom: 10px;
}
.treatment-preparation__list li:before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='4' height='4' viewBox='0 0 4 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='2' cy='2' r='2' fill='%23DC2F2F'/%3E%3C/svg%3E%0A");
  background-size: 4px 4px;
  background-position: center;
  top: 9px;
  left: 0;
  width: 4px;
  height: 4px;
}

.doctors {
  margin-top: 44px;
}
.doctors ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.doctors li {
  position: relative;
  font-family: "Open Sans", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #212121;
  margin-bottom: 10px;
}
.doctors li:before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 0C1.79433 0 0 1.79433 0 4C0 6.20567 1.79433 8 4 8C6.20567 8 8 6.20567 8 4C8 1.79433 6.20567 0 4 0ZM6.02733 3.15233L3.86067 5.319C3.79567 5.384 3.71033 5.41667 3.625 5.41667C3.53967 5.41667 3.45433 5.384 3.38933 5.319L2.306 4.23567C2.17567 4.10533 2.17567 3.89467 2.306 3.76433C2.43633 3.634 2.647 3.634 2.77733 3.76433L3.625 4.612L5.556 2.681C5.68633 2.55067 5.897 2.55067 6.02733 2.681C6.15767 2.81133 6.15767 3.022 6.02733 3.15233Z' fill='%23DC2F2F'/%3E%3C/svg%3E%0A");
  background-size: 8px 8px;
  background-position: center;
  top: 6px;
  left: -16px;
  width: 8px;
  height: 8px;
}

@media (min-width: 768px) {
  .doctors {
    margin-top: 29px;
  }
  .doctors li {
    margin-left: 25px;
  }
  .doctors li:before {
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 0C3.14008 0 0 3.14008 0 7C0 10.8599 3.14008 14 7 14C10.8599 14 14 10.8599 14 7C14 3.14008 10.8599 0 7 0ZM10.5478 5.51658L6.75617 9.30825C6.64242 9.422 6.49308 9.47917 6.34375 9.47917C6.19442 9.47917 6.04508 9.422 5.93133 9.30825L4.0355 7.41242C3.80742 7.18433 3.80742 6.81567 4.0355 6.58758C4.26358 6.3595 4.63225 6.3595 4.86033 6.58758L6.34375 8.071L9.723 4.69175C9.95108 4.46367 10.3197 4.46367 10.5478 4.69175C10.7759 4.91983 10.7759 5.2885 10.5478 5.51658Z' fill='%23DC2F2F'/%3E%3C/svg%3E%0A");
    background-size: 14px 14px;
    width: 14px;
    height: 14px;
    top: 3px;
    left: -26px;
  }
}
@media (min-width: 1366px) {
  .doctors {
    margin-top: 55px;
    margin-bottom: 100px;
  }
  .doctors li {
    font-size: 16px;
  }
}
.doctors__item {
  margin-bottom: 22px;
  background: #FFFFFF;
  box-shadow: 0 19px 35px rgba(122, 122, 122, 0.1);
  border-radius: 10px;
  padding: 15px 15px 40px 15px;
}

@media (min-width: 768px) {
  .doctors__item {
    box-shadow: 0 19px 35px rgba(157, 157, 157, 0.1);
    padding: 40px 40px 35px 40px;
  }
}
@media (min-width: 1366px) {
  .doctors__item {
    padding: 40px 75px 35px 75px;
    margin-bottom: 30px;
  }
}
.doctors__photo-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .doctors__photo-wrapper {
    height: auto;
  }
}
.doctors__photo {
  border-radius: 50%;
  max-height: 105px;
  display: flex;
  text-align: center;
}
.doctors__photo img {
  max-height: 105px;
}

@media (min-width: 768px) {
  .doctors__photo {
    border-radius: 10px;
    max-height: 330px;
  }
  .doctors__photo img {
    max-height: 330px;
  }
}
@media (min-width: 768px) {
  .doctors__desc {
    margin-top: 5px;
    margin-left: 10px;
  }
}
@media (min-width: 1366px) {
  .doctors__desc {
    margin-top: 15px;
    margin-left: 0;
  }
}
.doctors__department {
  font-family: "Open Sans", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  color: #AF8C8C;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .doctors__department {
    font-size: 12px;
  }
}
.doctors__name {
  font-family: "Open Sans", "Arial", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #212121;
}

@media (min-width: 768px) {
  .doctors__name {
    font-size: 20px;
    line-height: 28px;
    margin: -4px 0px 0 0;
  }
}
@media (min-width: 1366px) {
  .doctors__name {
    font-size: 25px;
    line-height: 36px;
  }
}
.doctors__post {
  font-family: "Open Sans", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  color: #6D6D6D;
}

@media (min-width: 768px) {
  .doctors__post {
    font-size: 14px;
    line-height: 20px;
    margin: 6px 0;
    max-width: 210px;
  }
}
@media (min-width: 1366px) {
  .doctors__post {
    max-width: 100%;
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.doctors__list-name {
  font-family: "Open Sans", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: #6D6D6D;
  position: relative;
  padding-left: 8px;
}
.doctors__list-name:before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='4' height='4' viewBox='0 0 4 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='2' cy='2' r='2' fill='%23DC2F2F'/%3E%3C/svg%3E%0A");
  background-size: 4px 4px;
  background-position: center;
  top: 5px;
  left: 0;
  width: 4px;
  height: 4px;
}

@media (min-width: 768px) {
  .doctors__list-name {
    font-size: 14px;
    line-height: 12px;
    margin-left: 10px;
  }
}
@media (min-width: 1366px) {
  .doctors__list-name {
    font-size: 16px;
    margin-left: 0;
    letter-spacing: -0.3px;
  }
}
.doctors__list-text {
  font-family: "Open Sans", "Arial", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 12px;
  color: #212121;
  padding-left: 7px;
}

@media (min-width: 768px) {
  .doctors__list-text {
    font-size: 14px;
  }
}
@media (min-width: 1366px) {
  .doctors__list-text {
    font-size: 16px;
  }
}
.doctors__list-stars {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  align-items: flex-start;
  padding-left: 7px;
}

.doctors__appointment {
  font-family: "Open Sans", "Arial", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 12px;
  color: #FF0000;
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
}
.doctors__appointment:first-child {
  padding-left: 7px;
}
.doctors__appointment:last-child {
  margin-right: 0;
}

@media (min-width: 768px) {
  .doctors__price {
    font-size: 14px;
  }
}
@media (min-width: 1366px) {
  .doctors__price {
    font-size: 16px;
  }
}
.doctors__price--old {
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: #6D6D6D;
  text-decoration: line-through;
}

@media (min-width: 768px) {
  .doctors__price--old {
    font-size: 12px;
  }
}
.doctors__form {
  margin-top: 24px;
}

@media (min-width: 768px) {
  .doctors__form {
    margin-top: 32px;
  }
}
@media (min-width: 1366px) {
  .doctors__form {
    margin-top: -45px;
    min-height: 310px;
  }
}
.doctors__subtitle {
  font-family: "Open Sans", "Arial", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  text-transform: uppercase;
  color: #212121;
  text-align: center;
}

.doctors__subtitle--left {
  text-align: left;
}

@media (min-width: 768px) {
  .doctors__subtitle {
    font-size: 18px;
  }
}
.doctors__input, .form-control.doctors__input {
  background: #EFEFEF;
  border-radius: 5px;
  width: 100%;
  padding: 23px 25px;
  border: none;
  outline: none;
  margin-top: 6px;
  font-family: "Open Sans", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #212121;
  height: auto;
}

.form .fill-animate input.form-control.doctors__input {
  background: #EFEFEF;
  transition: background ease-in-out 0.3s;
}

.doctors__input:hover, .form-control.doctors__input:hover {
  background: #EFEFEF;
}

.doctors__input::-webkit-input-placeholder, .form-control.doctors__input::-webkit-input-placeholder, .doctors__input::-moz-placeholder, .form-control.doctors__input::-moz-placeholder, .doctors__input::-ms-input-placeholder, .form-control.doctors__input::-ms-input-placeholder, .doctors__input::-ms-input-placeholder, .form-control.doctors__input::-ms-input-placeholder {
  font-family: "Open Sans", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  color: #BBBABA;
}

@media (min-width: 768px) {
  .doctors__input {
    margin-top: 0;
  }
}
.doctors__submit, .btn.doctors__submit {
  background: #DC2F2F;
  border-radius: 5px;
  width: 100%;
  border: none;
  outline: none;
  margin-top: 10px;
  padding: 19px;
  font-family: "Open Sans", "Arial", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #FFF1F1;
  text-shadow: 0 1px 0 #B02020;
}

@media (min-width: 768px) {
  .doctors__submit {
    margin-top: 0;
  }
}
@media (min-width: 1366px) {
  .doctors__submit {
    margin-top: 10px;
  }
}
.doctors__checkbox-label {
  font-family: "Open Sans", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 130%;
  color: #787878;
  letter-spacing: -0.3px;
  display: block;
  margin-top: 13px;
  margin-bottom: 5px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
}
.doctors__checkbox-label a {
  text-decoration: none;
  color: #787878;
  cursor: pointer;
}
.doctors__checkbox-label a:hover {
  text-decoration: underline;
}

.doctors__checkbox-text {
  position: relative;
  padding-left: 15px;
}

.doctors__checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.doctors__checkbox-mark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 10px;
  width: 10px;
  background-color: #D0D0D0;
}

@media (min-width: 768px) {
  .doctors__checkbox-mark {
    left: 0;
    top: 3px;
  }
}
/* On mouse-over, add a grey background color */
.doctors__checkbox-label:hover .doctors__checkbox ~ .doctors__checkbox-mark, .doctors__checkbox-label .doctors__checkbox:checked ~ .doctors__checkbox-mark {
  background-color: #D0D0D0;
}

/* When the checkbox is checked, add a blue background */
/* Create the checkmark/indicator (hidden when not checked) */
.doctors__checkbox-mark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.doctors__checkbox-label .doctors__checkbox:checked ~ .doctors__checkbox-mark:after {
  display: block;
}
.doctors__checkbox-label .doctors__checkbox-mark:after {
  left: 3px;
  top: 2px;
  width: 4px;
  height: 6px;
  border: solid #575757;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Style the checkmark/indicator */
@media (min-width: 768px) {
  .doctors__checkbox-label .doctors__checkbox-mark:after {
    left: 3px;
    top: 1px;
  }
}
.doctors__specialization-wrapper {
  margin-top: 0;
}

@media (min-width: 768px) {
  .doctors__specialization-wrapper {
    margin-top: 5px;
  }
}
@media (min-width: 1366px) {
  .doctors__specialization-wrapper {
    margin-top: 0;
    min-height: 265px;
  }
}
.doctors__specialization-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.doctors__specialization {
  position: relative;
  font-family: "Open Sans", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #212121;
  margin-bottom: 10px;
}
.doctors__specialization:before {
  position: absolute;
  content: "";
  background-color: #fff;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 0C1.79433 0 0 1.79433 0 4C0 6.20567 1.79433 8 4 8C6.20567 8 8 6.20567 8 4C8 1.79433 6.20567 0 4 0ZM6.02733 3.15233L3.86067 5.319C3.79567 5.384 3.71033 5.41667 3.625 5.41667C3.53967 5.41667 3.45433 5.384 3.38933 5.319L2.306 4.23567C2.17567 4.10533 2.17567 3.89467 2.306 3.76433C2.43633 3.634 2.647 3.634 2.77733 3.76433L3.625 4.612L5.556 2.681C5.68633 2.55067 5.897 2.55067 6.02733 2.681C6.15767 2.81133 6.15767 3.022 6.02733 3.15233Z' fill='%23DC2F2F'/%3E%3C/svg%3E%0A");
  background-size: 8px 8px;
  background-position: center;
  top: 6px;
  left: -16px;
  width: 8px;
  height: 8px;
}

@media (min-width: 768px) {
  .doctors__specialization {
    margin-left: 25px;
  }
  .doctors__specialization:before {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 0C3.14008 0 0 3.14008 0 7C0 10.8599 3.14008 14 7 14C10.8599 14 14 10.8599 14 7C14 3.14008 10.8599 0 7 0ZM10.5478 5.51658L6.75617 9.30825C6.64242 9.422 6.49308 9.47917 6.34375 9.47917C6.19442 9.47917 6.04508 9.422 5.93133 9.30825L4.0355 7.41242C3.80742 7.18433 3.80742 6.81567 4.0355 6.58758C4.26358 6.3595 4.63225 6.3595 4.86033 6.58758L6.34375 8.071L9.723 4.69175C9.95108 4.46367 10.3197 4.46367 10.5478 4.69175C10.7759 4.91983 10.7759 5.2885 10.5478 5.51658Z' fill='%23DC2F2F'/%3E%3C/svg%3E%0A");
    background-size: 14px 14px;
    width: 14px;
    height: 14px;
    top: 3px;
    left: -26px;
  }
}
@media (min-width: 1366px) {
  .doctors__specialization {
    font-size: 16px;
  }
}
.doctors__phone-wrapper {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .doctors__phone-wrapper {
    margin-top: 30px;
  }
}
@media (min-width: 1366px) {
  .doctors__phone-wrapper {
    margin-top: -55px;
  }
}
.doctors__phone-desc {
  font-family: "Open Sans", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #787878;
  text-align: center;
  margin: 7px;
}

@media (min-width: 768px) {
  .doctors__phone-desc {
    font-size: 14px;
    line-height: 19px;
  }
}
.doctors__phone {
  font-family: "Open Sans", "Arial", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  cursor: pointer;
  text-decoration: none;
  display: block;
  text-align: center;
}
.doctors__phone:hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  .doctors__phone {
    font-size: 18px;
    line-height: 25px;
  }
}
.doctors__line {
  height: 1px;
  width: calc(100% - 60px);
  background: #efefef;
  display: block;
  margin: 25px auto 18px auto;
}

@media (min-width: 768px) {
  .doctors__line {
    margin: 14px auto 18px auto;
  }
}
@media (min-width: 1366px) {
  .doctors__line {
    margin: 24px auto 14px auto;
  }
}
.reason {
  background-color: #F8F8F8;
  margin-top: 61px;
  padding-top: 45px;
  margin-bottom: 20px;
  padding-bottom: 40px;
}
.reason ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 12px;
}
.reason li {
  position: relative;
  font-family: "Open Sans", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #212121;
  margin-bottom: 12px;
}
.reason li:before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='5' height='5' viewBox='0 0 5 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='2.5' cy='2.5' r='2.5' fill='%23DC2F2F'/%3E%3C/svg%3E%0A");
  background-size: 5px 5px;
  background-position: center;
  top: 7px;
  left: -12px;
  width: 5px;
  height: 5px;
}

@media (min-width: 768px) {
  .reason {
    margin-top: 80px;
    padding-top: 57px;
  }
  .reason ul {
    margin: 0 0 0 33px;
    max-width: 250px;
  }
  .reason li:before {
    top: 8px;
  }
}
@media (min-width: 1366px) {
  .reason {
    margin-top: 100px;
    padding-top: 80px;
    padding-bottom: 70px;
  }
  .reason ul {
    max-width: 100%;
  }
  .reason li {
    font-size: 16px;
  }
}
.reason__title-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
}

@media (min-width: 1366px) {
  .reason__title-wrapper {
    margin-bottom: 9px;
    margin-left: 15px;
  }
}
.reason__title {
  font-family: "Open Sans", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 160%;
  text-align: center;
  color: #212121;
  text-transform: uppercase;
  max-width: 290px;
}

.reason__title--bold {
  font-weight: 700;
}

@media (min-width: 768px) {
  .reason__title {
    font-size: 30px;
    max-width: 510px;
  }
}
@media (min-width: 1366px) {
  .reason__title {
    text-align: left;
  }
}
.reason__photo {
  border-radius: 10px;
  width: 100%;
  max-height: 264px;
  display: block;
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center;
}
.reason__photo img {
  max-height: 264px;
}

@media (min-width: 768px) {
  .reason__photo {
    max-height: 397px;
    margin-top: 15px;
    margin-bottom: 40px;
  }
  .reason__photo img {
    max-height: 397px;
  }
}
@media (min-width: 1366px) {
  .reason__photo {
    max-height: 383px;
    margin-top: 27px;
  }
  .reason__photo img {
    max-height: 383px;
  }
}
.reason__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 12px;
}

@media (min-width: 768px) {
  .reason__list {
    margin: 0 0 0 33px;
    max-width: 250px;
  }
}
@media (min-width: 1366px) {
  .reason__list {
    max-width: 100%;
  }
}
.reason__item {
  position: relative;
  font-family: "Open Sans", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #212121;
  margin-bottom: 12px;
}
.reason__item:before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='5' height='5' viewBox='0 0 5 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='2.5' cy='2.5' r='2.5' fill='%23DC2F2F'/%3E%3C/svg%3E%0A");
  background-size: 5px 5px;
  background-position: center;
  top: 7px;
  left: -12px;
  width: 5px;
  height: 5px;
}

@media (min-width: 768px) {
  .reason__item:before {
    top: 8px;
  }
}
@media (min-width: 1366px) {
  .reason__item {
    font-size: 16px;
  }
}
.price {
  margin-top: 35px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .price {
    margin-top: 46px;
  }
}
@media (min-width: 1366px) {
  .price {
    margin-top: 70px;
    padding-bottom: 30px;
  }
}
.price__title {
  font-family: "Open Sans", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 160%;
  text-align: center;
  color: #212121;
  text-transform: uppercase;
  margin-bottom: 34px;
}

.price__title--bold {
  font-weight: 700;
}

@media (min-width: 768px) {
  .price__title {
    font-size: 30px;
  }
}
@media (min-width: 1366px) {
  .price__title {
    margin-bottom: 54px;
  }
}
.price__item {
  background: #FFFFFF;
  box-shadow: 0 19px 35px rgba(122, 122, 122, 0.1);
  border-radius: 10px;
  padding: 13px 24px 44px 24px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  position: relative;
  transition: clip-path 0s ease-out, max-height 0.35s ease-out, padding 0.35s ease-out, color 0.35s ease-out;
  margin-bottom: 20px;
  -webkit-tap-highlight-color: transparent;
}
.price__item:before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='17' cy='17' r='17' fill='%23F9F4F4'/%3E%3Cg clip-path='url(%23clip0_22_268)'%3E%3Cpath d='M17.3293 20.097L22.8704 14.5559C23.0475 14.3725 23.0425 14.0801 22.859 13.903C22.6801 13.7301 22.3964 13.7301 22.2175 13.903L17.0028 19.1176L11.7881 13.903C11.6078 13.7227 11.3155 13.7227 11.1352 13.903C10.9549 14.0833 10.9549 14.3756 11.1352 14.5559L16.6763 20.097C16.8567 20.2773 17.149 20.2773 17.3293 20.097Z' fill='%23DC2F2F'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_22_268'%3E%3Crect width='12' height='12' fill='white' transform='translate(23 11) rotate(90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: 34px 34px;
  background-position: center;
  top: 30px;
  right: 24px;
  width: 34px;
  height: 34px;
  transition: transform 0.15s ease-out;
}

.price__item--open {
  background: #FFFFFF;
  box-shadow: 0 19px 35px rgba(157, 157, 157, 0.1);
}
.price__item--open .price__hide {
  max-height: 100vh;
  clip-path: inset(-100vh -100vw);
  transition-delay: 200ms, 0s, 0s, 0s;
}
.price__item--open .price__hide-content {
  padding: 25px 0;
  transition-delay: 0s;
}
.price__item--open .price__sum {
  transition-delay: 0s;
}
.price__item--open:before {
  transform: rotate(180deg);
  transition-delay: 0s;
}
.price__item--open .price__line {
  display: block;
}
.price__item--open .price__circle:before {
  transform: rotate(180deg);
  transition-delay: 0s;
}

.price__item--message {
  padding: 13px 24px 24px 24px;
}

@media (min-width: 768px) {
  .price__item {
    padding: 19px 48px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .price__item:before {
    display: none;
  }
}
@media (min-width: 1366px) {
  .price__item {
    padding: 40px 113px;
    margin-bottom: 30px;
    box-shadow: 0 19px 35px rgba(157, 157, 157, 0.1);
    border-radius: 10px;
  }
}
@media (min-width: 768px) {
  .price__circle-wrapper {
    display: flex;
  }
}

.price__circle {
  display: none;
}
@media (min-width: 768px) {
  .price__circle {
    display: block;
    position: relative;
    width: 1px;
    height: 60px;
  }
  .price__circle:before {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='17' cy='17' r='17' fill='%23F9F4F4'/%3E%3Cg clip-path='url(%23clip0_22_268)'%3E%3Cpath d='M17.3293 20.097L22.8704 14.5559C23.0475 14.3725 23.0425 14.0801 22.859 13.903C22.6801 13.7301 22.3964 13.7301 22.2175 13.903L17.0028 19.1176L11.7881 13.903C11.6078 13.7227 11.3155 13.7227 11.1352 13.903C10.9549 14.0833 10.9549 14.3756 11.1352 14.5559L16.6763 20.097C16.8567 20.2773 17.149 20.2773 17.3293 20.097Z' fill='%23DC2F2F'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_22_268'%3E%3Crect width='12' height='12' fill='white' transform='translate(23 11) rotate(90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-size: 34px 34px;
    background-position: center;
    top: 20%;
    right: -65px;
    width: 34px;
    height: 34px;
    transition: transform 0.15s ease-out;
  }
}
@media (min-width: 990px) {
  .price__circle:before {
    right: -75px;
    top: 23%;
  }
}
@media (min-width: 1200px) {
  .price__circle:before {
    right: -85px;
  }
}
@media (min-width: 1366px) {
  .price__circle:before {
    right: -123px;
    top: 30%;
  }
}

@media (min-width: 768px) {
  .price__circle--noprice:before {
    right: -220px;
  }
}
@media (min-width: 990px) {
  .price__circle--noprice:before {
    right: -341px;
  }
}
@media (min-width: 1200px) {
  .price__circle--noprice:before {
    right: -519px;
  }
}
@media (min-width: 1366px) {
  .price__circle--noprice:before {
    right: -379px;
  }
}

.price__subtitle {
  font-family: "Open Sans", "Arial", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  color: #212121;
  margin-bottom: 7px;
  padding-right: 45px;
}

@media (min-width: 768px) {
  .price__subtitle {
    padding-right: 0;
    max-width: 240px;
  }
}
@media (min-width: 1366px) {
  .price__subtitle {
    font-size: 18px;
    max-width: 320px;
  }
}
@media (min-width: 768px) {
  .price__sum-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
  }
  .price__sum-wrapper p {
    margin-bottom: 0;
  }
}
.price__sum {
  font-family: "Open Sans", "Arial", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 12px;
  color: #FF0000;
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
}
.price__sum:last-child {
  margin-right: 0;
}

@media (min-width: 768px) {
  .price__sum {
    font-size: 18px;
  }
}
@media (min-width: 1366px) {
  .price__sum {
    font-size: 25px;
  }
}
.price__sum--old {
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: #6D6D6D;
  text-decoration: line-through;
}

@media (min-width: 768px) {
  .price__sum--old {
    position: relative;
    font-size: 12px;
  }
}
.price__button-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .price__button-wrapper {
    width: calc(100% - 1px);
    margin-top: 0;
  }
}
.price__button {
  background: #DC2F2F;
  border-radius: 5px;
  width: 100%;
  border: none;
  outline: none;
  padding: 21px !important;
}
.price__button span {
  font-family: "Open Sans", "Arial", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #FFF1F1;
  text-shadow: 0 1px 0 #B02020;
}

@media (min-width: 768px) {
  .price__button {
    padding: 17px !important;
    position: relative;
  }
}
@media (min-width: 992px) {
  .price__sum--old:before {
    right: -358px;
  }
}
@media (min-width: 1200px) {
  .price__sum--old:before {
    right: -447px;
  }
}
@media (min-width: 1366px) {
  .price__button {
    padding: 20px 17px !important;
  }
  .price__sum--old:before {
    background-image: url("data:image/svg+xml,%3Csvg width='51' height='50' viewBox='0 0 51 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='25.3821' cy='25' r='25' fill='%23F9F4F4'/%3E%3Cg clip-path='url(%23clip0_22_643)'%3E%3Cpath d='M25.866 29.5547L34.0147 21.406C34.2752 21.1363 34.2678 20.7064 33.998 20.4458C33.7348 20.1917 33.3177 20.1917 33.0545 20.4458L25.3859 28.1145L17.7173 20.4458C17.4521 20.1807 17.0223 20.1807 16.7571 20.4458C16.492 20.711 16.492 21.1409 16.7571 21.406L24.9058 29.5547C25.171 29.8198 25.6008 29.8198 25.866 29.5547Z' fill='%23DC2F2F'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_22_643'%3E%3Crect width='17.6471' height='17.6471' fill='white' transform='translate(34.2053 16.1768) rotate(90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-size: 51px 50px;
    background-position: center;
    top: -19px;
    right: -401px;
    width: 51px;
    height: 50px;
  }
}
.price__line {
  height: 1px;
  width: calc(100% - 60px);
  background: #efefef;
  display: none;
  margin: 0 auto 18px auto;
}

@media (min-width: 768px) {
  .price__line {
    margin-bottom: 20px;
  }
}
.price__text {
  font-family: "Open Sans", "Arial", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  color: #6D6D6D;
}

@media (min-width: 768px) {
  .price__text {
    max-width: 450px;
  }
}
.price__hide-content {
  margin-top: 10px;
  padding: 0;
  transition: padding 0.3s ease-out;
}

.price__hide {
  padding: 0;
  max-height: 0;
  border-radius: 5px;
  width: 100%;
  clip-path: inset(0);
  transition: clip-path 0s ease-out, max-height 0.35s ease-out, padding 0.35s ease-out;
}

.price__message {
  font-family: "Open Sans", "Arial", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  text-transform: uppercase;
  color: #DC2F2F;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  height: 100%;
}

@media (min-width: 768px) {
  .price__message {
    font-size: 18px;
    position: relative;
  }
}
@media (min-width: 992px) {
  .price__message:before {
    right: -254px;
  }
}
@media (min-width: 1200px) {
  .price__message:before {
    right: -382px;
  }
}
@media (min-width: 1366px) {
  .price__message {
    font-size: 25px;
  }
  .price__message:before {
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='51' height='50' viewBox='0 0 51 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='25.3821' cy='25' r='25' fill='%23F9F4F4'/%3E%3Cg clip-path='url(%23clip0_22_643)'%3E%3Cpath d='M25.866 29.5547L34.0147 21.406C34.2752 21.1363 34.2678 20.7064 33.998 20.4458C33.7348 20.1917 33.3177 20.1917 33.0545 20.4458L25.3859 28.1145L17.7173 20.4458C17.4521 20.1807 17.0223 20.1807 16.7571 20.4458C16.492 20.711 16.492 21.1409 16.7571 21.406L24.9058 29.5547C25.171 29.8198 25.6008 29.8198 25.866 29.5547Z' fill='%23DC2F2F'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_22_643'%3E%3Crect width='17.6471' height='17.6471' fill='white' transform='translate(34.2053 16.1768) rotate(90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-size: 51px 50px;
    background-position: center;
    right: -284px;
    width: 51px;
    height: 50px;
  }
}
.symptoms {
  padding-top: 50px;
  padding-bottom: 25px;
  text-align: center;
}

.symptoms__title {
  color: var(--, #212121);
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 23.8px */
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .symptoms__title {
    font-size: 30px;
  }
}
.symptoms__text {
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 23.8px */
  text-align: center;
  text-align: justify;
  margin-bottom: 20px;
  text-indent: 20px;
}

.symptoms__subtitle {
  color: #212121;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-align: justify;
}
@media (min-width: 768px) {
  .symptoms__subtitle {
    font-size: 16px;
  }
}

.symptoms__list {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.symptoms__list a {
  color: #212121;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 141.2%; /* 19.768px */
  text-decoration-line: underline;
  position: relative;
  padding: 0 8px 0 16px;
  margin-bottom: 10px;
}
.symptoms__list a:before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='6' viewBox='0 0 5 6' fill='none'%3E%3Ccircle cx='2.5' cy='3.4873' r='2.5' fill='%23212121'/%3E%3C/svg%3E");
  background-size: 4px 4px;
  background-position: center;
  top: 9px;
  left: 0;
  width: 4px;
  height: 4px;
}
.symptoms__list a:hover {
  color: #DC2F2F;
}
.symptoms__list a:hover:before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='4' height='4' viewBox='0 0 4 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='2' cy='2' r='2' fill='%23DC2F2F'/%3E%3C/svg%3E%0A");
  background-size: 4px 4px;
  background-position: center;
  top: 9px;
  left: 0;
  width: 4px;
  height: 4px;
}
@media (min-width: 768px) {
  .symptoms__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 5px;
  }
}

.symptoms__list p {
  color: #212121;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 141.2%; /* 19.768px */
  position: relative;
  padding: 0 8px 0 16px;
  margin-bottom: 10px;
}
.symptoms__list p:before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='6' viewBox='0 0 5 6' fill='none'%3E%3Ccircle cx='2.5' cy='3.4873' r='2.5' fill='%23212121'/%3E%3C/svg%3E");
  background-size: 4px 4px;
  background-position: center;
  top: 9px;
  left: 0;
  width: 4px;
  height: 4px;
}
.symptoms__list span {
  color: #212121;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 141.2%; /* 19.768px */
  position: relative;
  padding: 0 8px 0 16px;
  margin-bottom: 10px;
}

.symptoms__picture-wrapper {
  margin-top: -35px;
  position: relative;
  z-index: 0;
}

.symptoms__picture {
  border-radius: 10px;
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
}
.symptoms__picture img {
  max-height: inherit;
}

@media (min-width: 768px) {
  .symptoms__picture {
    border-radius: 10px;
    max-height: 453px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1366px) {
  .symptoms__picture {
    max-height: 503px;
  }
}
.symptoms__button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
  z-index: 1;
  margin: 25px auto 0 auto;
  max-width: 250px;
}
@media (min-width: 400px) {
  .symptoms__button-wrapper {
    max-width: 290px;
  }
}

.symptoms__button {
  background: #DC2F2F;
  border-radius: 5px;
  width: 100%;
  border: none;
  outline: none;
  padding: 21px !important;
}
.symptoms__button span {
  font-family: "Open Sans", "Arial", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #FFF1F1;
  text-shadow: 0 1px 0 #B02020;
}

@media (min-width: 768px) {
  .symptoms__button {
    padding: 17px !important;
  }
}
.healing {
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .healing {
    padding-bottom: 40px;
  }
}

.healing__title {
  color: var(--, #212121);
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 23.8px */
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  margin-bottom: 15px; 
}
@media (min-width: 768px) {
  .healing__title {
    font-size: 30px;
  }
}
.healing__text {
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 23.8px */
  text-align: center;
  text-align: justify;
  margin-bottom: 20px;
  text-indent: 20px;
}

.healing__subtitle {
  color: #212121;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-align: center;
}
@media (min-width: 768px) {
  .healing__subtitle {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

.healing__item {
  background: #FFFFFF;
  box-shadow: 0 19px 35px rgba(122, 122, 122, 0.1);
  border-radius: 10px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  position: relative;
  transition: clip-path 0s ease-out, max-height 0.35s ease-out, padding 0.35s ease-out, color 0.35s ease-out;
  margin-bottom: 20px;
  -webkit-tap-highlight-color: transparent;
}
.healing__item:before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='17' cy='17' r='17' fill='%23F9F4F4'/%3E%3Cg clip-path='url(%23clip0_22_268)'%3E%3Cpath d='M17.3293 20.097L22.8704 14.5559C23.0475 14.3725 23.0425 14.0801 22.859 13.903C22.6801 13.7301 22.3964 13.7301 22.2175 13.903L17.0028 19.1176L11.7881 13.903C11.6078 13.7227 11.3155 13.7227 11.1352 13.903C10.9549 14.0833 10.9549 14.3756 11.1352 14.5559L16.6763 20.097C16.8567 20.2773 17.149 20.2773 17.3293 20.097Z' fill='%23DC2F2F'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_22_268'%3E%3Crect width='12' height='12' fill='white' transform='translate(23 11) rotate(90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: 34px 34px;
  background-position: center;
  top: 147px;
  right: 12px;
  width: 34px;
  height: 34px;
  transition: transform 0.15s ease-out;
}
.healing__item img {
  height: 120px;
  border-radius: 10px;
  margin: 0 auto;
  display: block;
  width: 100%;
}
@media (min-width: 400px) {
  .healing__item:before {
    top: 143px;
  }
}
@media (min-width: 480px) {
  .healing__item:before {
    top: 148px;
    right: 17px;
  }
}
@media (min-width: 768px) {
  .healing__item {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .healing__item:before {
    top: 57px;
  }
}
@media (min-width: 1366px) {
  .healing__item {
    padding-right: 100px;
  }
  .healing__item:before {
    top: 52px;
    right: 47px;
  }
}

.healing__item-subtitle {
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  padding: 20px 60px 15px 0;
  margin: 0;
}
@media (min-width: 768px) {
  .healing__item-subtitle {
    font-size: 16px;
  }
}
@media (min-width: 1366px) {
  .healing__item-subtitle {
    font-size: 18px;
  }
}

.healing__item-text-wrapper,
.healing__item-img-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-content: center;
}

.healing__hide-content {
  margin-top: 10px;
  padding: 0;
  transition: padding 0.3s ease-out;
}

.healing__hide {
  padding: 0;
  max-height: 0;
  border-radius: 5px;
  width: 100%;
  clip-path: inset(0);
  transition: clip-path 0s ease-out, max-height 0s ease-out, padding 0s ease-out;
}
.healing__hide p {
  color: #6D6D6D;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 7px;
}
.healing__hide a {
  color: #DC2F2F;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  text-decoration-line: underline;
}
.healing__hide a:hover {
  color: black;
}

.healing__item--open {
  background: #FFFFFF;
  box-shadow: 0 19px 35px rgba(157, 157, 157, 0.1);
}
.healing__item--open .healing__hide {
  max-height: 100vh;
  clip-path: inset(-100vh -100vw);
  transition-delay: 100ms, 0s, 0s, 0s;
}
.healing__item--open .healing__hide-content {
  transition-delay: 0.1s;
}
.healing__item--open:before {
  transform: rotate(180deg);
  transition-delay: 0s;
  top: 173px;
}
@media (min-width: 480px) {
  .healing__item--open:before {
    top: 178px;
  }
}
@media (min-width: 768px) {
  .healing__item--open:before {
    top: 57px;
  }
}
@media (min-width: 1366px) {
  .healing__item--open:before {
    top: 52px;
    right: 47px;
  }
}
.healing__item--open.healing__item img {
  height: 150px;
  transition-delay: 0ms;
}
@media (min-width: 768px) {
  .healing__item--open.healing__item img {
    height: 350px;
  }
}

.treatment-faq {
  padding-top: 40px;
  padding-bottom: 10px;
}

.treatment-faq__title {
  color: var(--, #212121);
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 23.8px */
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 20px 0;
}
@media (min-width: 768px) {
  .treatment-faq__title {
    font-size: 30px;
  }
}

.treatment-faq__item {
  background: #FFFFFF;
  box-shadow: 0 19px 35px rgba(122, 122, 122, 0.1);
  border-radius: 10px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  position: relative;
  transition: clip-path 0s ease-out, max-height 0.35s ease-out, padding 0.35s ease-out, color 0.35s ease-out;
  margin-bottom: 20px;
  -webkit-tap-highlight-color: transparent;
}
.treatment-faq__item:before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='17' cy='17' r='17' fill='%23F9F4F4'/%3E%3Cg clip-path='url(%23clip0_22_268)'%3E%3Cpath d='M17.3293 20.097L22.8704 14.5559C23.0475 14.3725 23.0425 14.0801 22.859 13.903C22.6801 13.7301 22.3964 13.7301 22.2175 13.903L17.0028 19.1176L11.7881 13.903C11.6078 13.7227 11.3155 13.7227 11.1352 13.903C10.9549 14.0833 10.9549 14.3756 11.1352 14.5559L16.6763 20.097C16.8567 20.2773 17.149 20.2773 17.3293 20.097Z' fill='%23DC2F2F'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_22_268'%3E%3Crect width='12' height='12' fill='white' transform='translate(23 11) rotate(90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: 34px 34px;
  background-position: center;
  top: 25px;
  right: 12px;
  width: 34px;
  height: 34px;
  transition: transform 0.15s ease-out;
}
.treatment-faq__item img {
  height: 120px;
  border-radius: 10px;
  margin: 0 auto;
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .treatment-faq__item {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-right: 100px;
  }
  .treatment-faq__item:before {
    right: 60px;
  }
}

.treatment-faq__item-subtitle {
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  padding: 20px 60px 15px 0;
  margin: 0;
}
@media (min-width: 768px) {
  .treatment-faq__item-subtitle {
    font-size: 16px;
  }
}
@media (min-width: 1366px) {
  .treatment-faq__item-subtitle {
    font-size: 18px;
  }
}

.treatment-faq__item-text-wrapper,
.treatment-faq__item-img-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-content: center;
}

.treatment-faq__hide-content {
  margin-top: 10px;
  padding: 0;
  transition: padding 0.3s ease-out;
}

.treatment-faq__hide {
  padding: 0;
  max-height: 0;
  border-radius: 5px;
  width: 100%;
  clip-path: inset(0);
  transition: clip-path 0s ease-out, max-height 0s ease-out, padding 0s ease-out;
}
.treatment-faq__hide p {
  color: #6D6D6D;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 7px;
  text-align: justify;
}
.treatment-faq__hide ul {
  color: #6D6D6D;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 7px;
  text-align: justify;
}
.treatment-faq__hide a {
  color: #DC2F2F;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  text-decoration-line: underline;
}
.treatment-faq__hide a:hover {
  color: black;
}

.treatment-faq__item--open {
  background: #FFFFFF;
  box-shadow: 0 19px 35px rgba(157, 157, 157, 0.1);
}
.treatment-faq__item--open .treatment-faq__hide {
  max-height: 100vh;
  clip-path: inset(-100vh -100vw);
  transition-delay: 100ms, 0s, 0s, 0s;
}
.treatment-faq__item--open .treatment-faq__hide-content {
  transition-delay: 0.1s;
}
.treatment-faq__item--open:before {
  transform: rotate(180deg);
  transition-delay: 0s;
  top: 25px;
}
.treatment-faq__item--open.treatment-faq__item img {
  height: 150px;
  transition-delay: 0ms;
}
@media (min-width: 768px) {
  .treatment-faq__item--open.treatment-faq__item img {
    height: 350px;
  }
}

.faq {
  margin-top: 27px;
  margin-bottom: 60px;
}
.faq p {
  font-family: "Open Sans", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #6D6D6D;
  margin-bottom: 15px;
}
.faq p:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .faq {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1366px) {
  .faq {
    margin-top: 60px;
    margin-bottom: 100px;
  }
}
.faq__title-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
}

@media (min-width: 1366px) {
  .faq__title-wrapper {
    margin-bottom: 9px;
    margin-left: 15px;
  }
}
.faq__title {
  font-family: "Open Sans", "Arial", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 160%;
  text-align: center;
  color: #212121;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .faq__title {
    font-size: 30px;
  }
}
.faq__picture {
  border-radius: 10px 10px 0 0;
  width: 100%;
  max-height: 197px;
  display: block;
  margin: 0;
  text-align: center;
}
.faq__picture img {
  max-height: inherit;
}

@media (min-width: 768px) {
  .faq__picture {
    border-radius: 10px;
    max-height: 329px;
    margin-top: 15px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1366px) {
  .faq__picture {
    max-height: 388px;
    margin: 0;
  }
}
.faq__subtitle {
  font-family: "Open Sans", "Arial", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #212121;
  margin-top: 36px;
}

@media (min-width: 768px) {
  .faq__subtitle {
    padding-left: 40px;
    font-size: 18px;
    position: relative;
  }
  .faq__subtitle:before {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='28' height='2' viewBox='0 0 28 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='28' height='2' rx='1' fill='%23DC2F2F'/%3E%3C/svg%3E%0A");
    background-size: 28px 2px;
    background-position: center;
    top: 14px;
    left: 1px;
    width: 28px;
    height: 2px;
  }
}
@media (min-width: 1200px) {
  .faq__subtitle {
    margin-top: 0;
    padding-left: 40px;
  }
}
.faq__item {
  margin-top: 20px;
  background: #FFFFFF;
  box-shadow: 0 19px 35px rgba(122, 122, 122, 0.1);
  border-radius: 10px;
  padding-bottom: 45px;
}

@media (min-width: 768px) {
  .faq__item {
    margin: 0 20px 72px 20px;
  }
}
@media (min-width: 1366px) {
  .faq__item {
    margin: 0 0 30px 0;
    padding: 25px 70px;
  }
}
@media (min-width: 1366px) {
  .faq__text-wrapper {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 1366px) {
  .faq__text-wrapper--center {
    height: 100%;
    justify-content: center;
  }
}
.who {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #F8F8F8;
}
.who p {
  font-family: "Open Sans", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #212121;
  margin-top: 30px;
}
.who p:last-child {
  margin-bottom: 0;
}
.who ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 12px;
}
.who li {
  font-family: "Open Sans", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #212121;
  margin-bottom: 13px;
  position: relative;
}
.who li:before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='5' height='5' viewBox='0 0 5 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='2.5' cy='2.5' r='2.5' fill='%23DC2F2F'/%3E%3C/svg%3E%0A");
  background-size: 5px 5px;
  background-position: center;
  top: 8px;
  left: -12px;
  width: 5px;
  height: 5px;
}

@media (min-width: 768px) {
  .who {
    padding-top: 40px;
    border-radius: 10px;
    padding-bottom: 150px;
  }
}
@media (min-width: 1366px) {
  .who {
    padding-top: 120px;
    padding-bottom: 70px;
  }
}
@media (min-width: 768px) {
  .who p {
    margin-top: 20px;
  }
}
.who__title {
  font-family: "Open Sans", "Arial", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 160%;
  text-align: center;
  color: #212121;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .who__title {
    font-size: 30px;
  }
}
@media (min-width: 1440px) {
  .who__title {
    margin-bottom: 0;
  }
}
.who__picture {
  border-radius: 10px;
  width: 100%;
  max-height: 239px;
  display: block;
  margin-top: 15px;
  text-align: center;
}
.who__picture img {
  max-height: inherit;
}

@media (min-width: 768px) {
  .who__picture {
    border-radius: 10px;
    max-height: 453px;
    margin-top: 15px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1366px) {
  .who__picture {
    max-height: 511px;
    margin-top: 0;
  }
}
.treatment-contacts {
  padding-top: 50px;
  padding-bottom: 30px;
  background-color: #F8F8F8;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .treatment-contacts {
    padding-bottom: 50px;
  }
}

.treatment-contacts__title {
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .treatment-contacts__title {
    font-size: 22px;
  }
}

.treatment-contacts__whatsapp,
.treatment-contacts__phone {
  padding-left: 30px;
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  color: #212121;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.treatment-contacts__whatsapp:before,
.treatment-contacts__phone:before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 14px 14px;
  background-position: center;
  top: 5px;
  left: 0px;
  width: 14px;
  height: 14px;
}
@media (min-width: 768px) {
  .treatment-contacts__whatsapp,
  .treatment-contacts__phone {
    font-size: 16px;
  }
}

.treatment-contacts__phone:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cg clip-path='url(%23clip0_229_352)'%3E%3Cpath d='M12.8766 9.1894C12.0195 9.1894 11.1779 9.05534 10.3804 8.79178C9.98958 8.65849 9.50917 8.78077 9.27066 9.02573L7.6965 10.2141C5.87092 9.23956 4.7464 8.11541 3.78521 6.30354L4.93857 4.77039C5.23822 4.47114 5.3457 4.03401 5.21693 3.62385C4.95225 2.82213 4.81779 1.98093 4.81779 1.12343C4.81782 0.503964 4.31386 0 3.69443 0H1.12339C0.503964 0 0 0.503964 0 1.12339C0 8.22365 5.77639 14 12.8766 14C13.4961 14 14 13.496 14 12.8766V10.3127C14 9.69336 13.496 9.1894 12.8766 9.1894Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_229_352'%3E%3Crect width='14' height='14' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.treatment-contacts__whatsapp a {
  color: #3DB726;
}
.treatment-contacts__whatsapp:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cg clip-path='url(%23clip0_229_344)'%3E%3Cpath d='M7.00175 0H6.99825C3.13863 0 0 3.1395 0 7C0 8.53125 0.4935 9.9505 1.33263 11.1029L0.46025 13.7034L3.15088 12.8433C4.25775 13.5765 5.57812 14 7.00175 14C10.8614 14 14 10.8596 14 7C14 3.14038 10.8614 0 7.00175 0Z' fill='%23212121'/%3E%3Cpath d='M11.0716 9.88442C10.9027 10.3613 10.2324 10.7568 9.69781 10.8723C9.33206 10.9502 8.85431 11.0123 7.24606 10.3455C5.18894 9.4933 3.86419 7.40292 3.76094 7.2673C3.66206 7.13167 2.92969 6.16042 2.92969 5.15592C2.92969 4.15142 3.43981 3.6623 3.64544 3.4523C3.81431 3.27992 4.09344 3.20117 4.36119 3.20117C4.44781 3.20117 4.52569 3.20555 4.59569 3.20905C4.80131 3.2178 4.90456 3.23005 5.04019 3.55467C5.20906 3.96155 5.62031 4.96605 5.66931 5.0693C5.71919 5.17255 5.76906 5.31255 5.69906 5.44817C5.63344 5.58817 5.57569 5.6503 5.47244 5.7693C5.36919 5.8883 5.27119 5.9793 5.16794 6.10705C5.07344 6.21817 4.96669 6.33717 5.08569 6.5428C5.20469 6.74405 5.61594 7.41517 6.22144 7.95417C7.00281 8.6498 7.63631 8.87205 7.86294 8.96655C8.03181 9.03655 8.23306 9.01992 8.35644 8.88867C8.51306 8.7198 8.70644 8.4398 8.90331 8.16417C9.04331 7.96642 9.22006 7.94192 9.40556 8.01192C9.59456 8.07755 10.5947 8.57192 10.8003 8.6743C11.0059 8.77755 11.1416 8.82655 11.1914 8.91317C11.2404 8.9998 11.2404 9.40667 11.0716 9.88442Z' fill='%23FAFAFA'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_229_344'%3E%3Crect width='14' height='14' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.treatment-contacts__desc {
  color: #212121;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-align: justify;
}
@media (min-width: 768px) {
  .treatment-contacts__desc {
    margin-top: 20px;
    font-size: 16px;
  }
}

.treatment-contacts__img-wrapper {
  border-radius: 10px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .treatment-contacts__img-wrapper {
    margin-bottom: 0;
  }
}

.treatment-contacts__button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .treatment-contacts__button-wrapper {
    max-width: 290px;
    margin-top: 25px;
  }
}
@media (min-width: 1366px) {
  .treatment-contacts__button-wrapper {
    margin-top: 40px;
  }
}
.treatment-contacts__button {
  background: #DC2F2F;
  border-radius: 5px;
  width: 100%;
  border: none;
  outline: none;
  padding: 21px !important;
}
.treatment-contacts__button span {
  font-family: "Open Sans", "Arial", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #FFF1F1;
  text-shadow: 0 1px 0 #B02020;
}

@media (min-width: 768px) {
  .treatment-contacts__button {
    padding: 17px !important;
    position: relative;
  }
}
@media (min-width: 1366px) {
  .treatment-contacts__button {
    padding: 20px 17px !important;
  }
}
.appointment {
  padding-top: 50px;
  padding-bottom: 60px;
  background-color: #F8F8F8;
}
.appointment p {
  font-family: "Open Sans", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #212121;
  margin-top: 30px;
}
.appointment p:last-child {
  margin-bottom: 0;
}
.appointment ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 12px;
}
.appointment li {
  font-family: "Open Sans", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #212121;
  margin-bottom: 13px;
  position: relative;
}
.appointment li:before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='5' height='5' viewBox='0 0 5 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='2.5' cy='2.5' r='2.5' fill='%23DC2F2F'/%3E%3C/svg%3E%0A");
  background-size: 5px 5px;
  background-position: center;
  top: 8px;
  left: -12px;
  width: 5px;
  height: 5px;
}

@media (min-width: 768px) {
  .appointment {
    padding-top: 40px;
    border-radius: 10px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1366px) {
  .appointment {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (min-width: 768px) {
  .appointment p {
    margin-top: 20px;
  }
}
.appointment__title {
  font-family: "Open Sans", "Arial", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 160%;
  text-align: center;
  color: #212121;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .appointment__title {
    font-size: 30px;
  }
}
@media (min-width: 1440px) {
  .appointment__title {
    margin-bottom: 0;
  }
}
.appointment__picture {
  border-radius: 10px;
  width: 100%;
  max-height: 239px;
  display: block;
  margin-top: 15px;
  text-align: center;
}
.appointment__picture img {
  max-height: inherit;
}

@media (min-width: 768px) {
  .appointment__picture {
    border-radius: 10px;
    max-height: 453px;
    margin-top: 15px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1366px) {
  .appointment__picture {
    max-height: 511px;
    margin-top: 0;
  }
}
.appointment__button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .appointment__button-wrapper {
    width: calc(100% - 1px);
    margin-top: 25px;
  }
}
@media (min-width: 1366px) {
  .appointment__button-wrapper {
    margin-top: 15px;
  }
}
.appointment__button {
  background: #DC2F2F;
  border-radius: 5px;
  width: 100%;
  border: none;
  outline: none;
  padding: 21px !important;
}
.appointment__button span {
  font-family: "Open Sans", "Arial", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #FFF1F1;
  text-shadow: 0 1px 0 #B02020;
}

@media (min-width: 768px) {
  .appointment__button {
    padding: 17px !important;
    position: relative;
  }
}
@media (min-width: 1366px) {
  .appointment__button {
    padding: 20px 17px !important;
  }
}
.receipt {
  padding-top: 37px;
  padding-bottom: 60px;
  background: #F8F8F8;
}

@media (min-width: 768px) {
  .receipt {
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 21px;
    background: #fff;
  }
}
@media (min-width: 1366px) {
  .receipt {
    margin-top: 50px;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .receipt__wrapper {
    background: #FFFFFF;
    box-shadow: 0 19px 35px rgba(122, 122, 122, 0.1);
    border-radius: 10px;
    padding: 16px 0 21px 0;
    margin-top: -120px;
  }
}
@media (min-width: 1366px) {
  .receipt__wrapper {
    margin: -120px 280px 0 280px;
    padding: 16px 0 40px 0;
  }
}
.receipt__title {
  font-family: "Open Sans", "Arial", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  text-transform: uppercase;
  color: #212121;
  text-align: center;
}

.receipt__title--left {
  text-align: left;
}

@media (min-width: 768px) {
  .receipt__title {
    font-size: 18px;
  }
}
.receipt__input {
  background: #EFEFEF;
  border-radius: 5px;
  width: 100%;
  padding: 23px 25px;
  border: none;
  outline: none;
  margin-top: 6px;
  font-family: "Open Sans", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #212121;
}
.receipt__input::-webkit-input-placeholder, .receipt__input:-moz-placeholder, .receipt__input:-ms-input-placeholder, .receipt__input::-ms-input-placeholder {
  font-family: "Open Sans", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  color: #BBBABA;
}

@media (min-width: 768px) {
  .receipt__input {
    margin-top: 0;
  }
}
.receipt__submit {
  background: #DC2F2F;
  border-radius: 5px;
  width: 100%;
  border: none;
  outline: none;
  margin-top: 10px;
  padding: 19px;
}
.receipt__submit span {
  font-family: "Open Sans", "Arial", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #FFF1F1;
  text-shadow: 0 1px 0 #B02020;
}

@media (min-width: 768px) {
  .receipt__submit {
    margin-top: 0;
  }
}
.receipt__checkbox-label {
  font-family: "Open Sans", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 130%;
  color: #787878;
  letter-spacing: -0.3px;
  display: block;
  margin-top: 13px;
  margin-bottom: 5px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
}
.receipt__checkbox-label a {
  text-decoration: none;
  color: #787878;
  cursor: pointer;
}
.receipt__checkbox-label a:hover {
  text-decoration: underline;
}

.receipt__checkbox-text {
  position: relative;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .receipt__checkbox-text {
    padding-left: 30px;
  }
}
.receipt__checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.receipt__checkbox-mark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 10px;
  width: 10px;
  background-color: #D0D0D0;
}

@media (min-width: 768px) {
  .receipt__checkbox-mark {
    left: 15px;
  }
}
/* On mouse-over, add a grey background color */
.receipt__checkbox-label:hover .receipt__checkbox ~ .receipt__checkbox-mark, .receipt__checkbox-label .receipt__checkbox:checked ~ .receipt__checkbox-mark {
  background-color: #D0D0D0;
}

/* When the checkbox is checked, add a blue background */
/* Create the checkmark/indicator (hidden when not checked) */
.receipt__checkbox-mark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.receipt__checkbox-label .receipt__checkbox:checked ~ .receipt__checkbox-mark:after {
  display: block;
}
.receipt__checkbox-label .receipt__checkbox-mark:after {
  left: 3px;
  top: 2px;
  width: 4px;
  height: 6px;
  border: solid #575757;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Style the checkmark/indicator */
@media (min-width: 768px) {
  .receipt__checkbox-label .receipt__checkbox-mark:after {
    left: 3px;
    top: 1px;
  }
}
@media (min-width: 1366px) {
  .receipt__checkbox-label {
    margin-top: 3px;
  }
}
.main {
  /*/ display: none;*/
}

#body-lp label {
  /* display: block !important; */
}

.page-top-info {
  display: none;
}

body div.container > div.row > .maxwidth-theme {
  width: 100%;
  padding: 0;
  max-width: 100%;
}

#body-lp h2:first-child, #body-lp h3:first-child, #body-lp h4:first-child, #body-lp h5:first-child, #body-lp h6:first-child {
  margin-top: revert;
}
#body-lp .doctor-shortcode-form .form-footer {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
#body-lp .doctor-shortcode-form .form-control.doctors__input {
  padding: 20px 25px;
  margin-top: 2px;
}
#body-lp .doctor-shortcode-form .form-footer .licence_block.form-checkbox {
  order: 2;
  text-align: center;
  margin: 0 auto;
  justify-content: space-between;
}
#body-lp .doctor-shortcode-form .form-footer .form-footer__btn {
  order: 1;
}
#body-lp .doctor-shortcode-form .form-inner, #body-lp .doctor-shortcode-form .form-footer {
  padding-top: 0;
}
#body-lp .doctor-shortcode-form .form-checkbox__label {
  font-family: "Open Sans", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 130%;
  color: #787878;
  letter-spacing: -0.3px;
  display: block;
  margin-top: 13px;
  margin-bottom: 5px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 12px;
  text-align: justify;
}
#body-lp .doctor-shortcode-form .form-checkbox__label span {
  color: #787878;
}
#body-lp .doctor-shortcode-form .form-checkbox__label span a {
  color: #787878;
}
#body-lp .doctor-shortcode-form .form-checkbox__label span a:hover {
  text-decoration: underline;
}
#body-lp .doctor-shortcode-form .form-checkbox__input--visible {
  height: 0;
}
#body-lp .doctor-shortcode-form .form-checkbox__input:checked + .form-checkbox__label .form-checkbox__box {
  border: none;
  background-color: #D0D0D0;
  border-radius: 0;
}
#body-lp .doctor-shortcode-form .form-checkbox__box {
  height: 10px;
  width: 10px;
  top: 2px;
  background-color: #D0D0D0;
}
#body-lp .doctor-shortcode-form .form-checkbox__input:checked + .form-checkbox__label .form-checkbox__box:before {
  left: 1px;
  top: -2px;
  width: 2px;
  height: 5px;
  border: solid #575757;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  animation: none;
}
#body-lp div.doctor-shortcode-form label[for=PHONE] {
  display: none;
}
#body-lp div.doctor-shortcode-form div[data-sid=SPECIALIST], #body-lp div.doctor-shortcode-form div[data-sid=NAME], #body-lp div.doctor-shortcode-form div[data-sid=MESSAGE] {
  display: none;
}
#body-lp div.doctor-shortcode-form .form-send {
  border: none;
}
#body-lp div.doctor-shortcode-form .form-send .btn.btn-lg, #body-lp div.doctor-shortcode-form .form-send .close-block {
  display: none;
}

@media all and (min-width: 768px) {
  #body-lp #doctor-footer-form .licence_block.form-checkbox {
    padding-bottom: 0;
  }
}
.noname_frame.jqmWindow.popup.jqm-init.show {
  filter: none;
}

/* End */


/* Start:/local/components/shortcode/SHORT_FORM/templates/.default/style.css?17010930606885*/
#body-lp .doctor-shortcode-form .form-footer {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
#body-lp .doctor-shortcode-form .form-control.doctors__input {
  padding: 20px 25px;
  margin-top: 2px;
}
#body-lp .doctor-shortcode-form .form-footer .licence_block.form-checkbox {
  order: 2;
  text-align: center;
  margin: 0 auto;
  justify-content: space-between;
}
#body-lp .doctor-shortcode-form .form-footer .form-footer__btn {
  order: 1;
}
#body-lp .doctor-shortcode-form .form-inner, #body-lp .doctor-shortcode-form .form-footer {
  padding-top: 0;
}
#body-lp .doctor-shortcode-form .form-checkbox__label {
  font-family: "Open Sans", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 130%;
  color: #787878;
  letter-spacing: -0.3px;
  display: block;
  margin-top: 13px;
  margin-bottom: 5px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 12px;
  text-align: justify;
}
#body-lp .doctor-shortcode-form .form-checkbox__label span {
  color: #787878;
}
#body-lp .doctor-shortcode-form .form-checkbox__label span a {
  color: #787878;
}
#body-lp .doctor-shortcode-form .form-checkbox__label span a:hover {
  text-decoration: underline;
}
#body-lp .doctor-shortcode-form .form-checkbox__input--visible {
  height: 0;
}
#body-lp .doctor-shortcode-form .form-checkbox__input:checked + .form-checkbox__label .form-checkbox__box {
  border: none;
  background-color: #D0D0D0;
  border-radius: 0;
}
#body-lp .doctor-shortcode-form .form-checkbox__box {
  height: 10px;
  width: 10px;
  top: 2px;
  background-color: #D0D0D0;
}
#body-lp .doctor-shortcode-form .form-checkbox__input:checked + .form-checkbox__label .form-checkbox__box:before {
  left: 1px;
  top: -2px;
  width: 2px;
  height: 5px;
  border: solid #575757;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  animation: none;
}
#body-lp div.doctor-shortcode-form label[for=PHONE] {
  display: none;
}
#body-lp div.doctor-shortcode-form div[data-sid=SPECIALIST], #body-lp div.doctor-shortcode-form div[data-sid=NAME], #body-lp div.doctor-shortcode-form div[data-sid=MESSAGE] {
  display: none;
}
#body-lp div.doctor-shortcode-form .form-send {
  border: none;
}
#body-lp div.doctor-shortcode-form .form-send .btn.btn-lg, #body-lp div.doctor-shortcode-form .form-send .close-block {
  display: none;
}

@media all and (min-width: 768px) {
  #body-lp #doctor-footer-form .licence_block.form-checkbox {
    padding-bottom: 0;
  }
}
.doctors__subtitle {
  font-family: "Open Sans", "Arial", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  text-transform: uppercase;
  color: #212121;
  text-align: center;
}

.doctors__subtitle--left {
  text-align: left;
}

@media (min-width: 768px) {
  .doctors__subtitle {
    font-size: 18px;
  }
}
.doctors__input, .form-control.doctors__input {
  background: #EFEFEF;
  border-radius: 5px;
  width: 100%;
  padding: 23px 25px;
  border: none;
  outline: none;
  margin-top: 6px;
  font-family: "Open Sans", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #212121;
  height: auto;
}

.form .fill-animate input.form-control.doctors__input {
  background: #EFEFEF;
  transition: background ease-in-out 0.3s;
}

.doctors__input:hover, .form-control.doctors__input:hover {
  background: #EFEFEF;
}

.doctors__input::-webkit-input-placeholder, .form-control.doctors__input::-webkit-input-placeholder, .doctors__input::-moz-placeholder, .form-control.doctors__input::-moz-placeholder, .doctors__input::-ms-input-placeholder, .form-control.doctors__input::-ms-input-placeholder, .doctors__input::-ms-input-placeholder, .form-control.doctors__input::-ms-input-placeholder {
  font-family: "Open Sans", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  color: #BBBABA;
}

@media (min-width: 768px) {
  .doctors__input {
    margin-top: 0;
  }
}
.doctors__submit, .btn.doctors__submit {
  background: #DC2F2F;
  border-radius: 5px;
  width: 100%;
  border: none;
  outline: none;
  margin-top: 10px;
  padding: 19px;
  font-family: "Open Sans", "Arial", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #FFF1F1;
  text-shadow: 0 1px 0 #B02020;
}

@media (min-width: 768px) {
  .doctors__submit {
    margin-top: 0;
  }
}
@media (min-width: 1366px) {
  .doctors__submit {
    margin-top: 10px;
  }
}
.doctors__checkbox-label {
  font-family: "Open Sans", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 130%;
  color: #787878;
  letter-spacing: -0.3px;
  display: block;
  margin-top: 13px;
  margin-bottom: 5px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
}
.doctors__checkbox-label a {
  text-decoration: none;
  color: #787878;
  cursor: pointer;
}
.doctors__checkbox-label a:hover {
  text-decoration: underline;
}

.doctors__checkbox-text {
  position: relative;
  padding-left: 15px;
}

.doctors__checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.doctors__checkbox-mark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 10px;
  width: 10px;
  background-color: #D0D0D0;
}

@media (min-width: 768px) {
  .doctors__checkbox-mark {
    left: 0;
    top: 3px;
  }
}
/* On mouse-over, add a grey background color */
.doctors__checkbox-label:hover .doctors__checkbox ~ .doctors__checkbox-mark, .doctors__checkbox-label .doctors__checkbox:checked ~ .doctors__checkbox-mark {
  background-color: #D0D0D0;
}

/* When the checkbox is checked, add a blue background */
/* Create the checkmark/indicator (hidden when not checked) */
.doctors__checkbox-mark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.doctors__checkbox-label .doctors__checkbox:checked ~ .doctors__checkbox-mark:after {
  display: block;
}
.doctors__checkbox-label .doctors__checkbox-mark:after {
  left: 3px;
  top: 2px;
  width: 4px;
  height: 6px;
  border: solid #575757;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Style the checkmark/indicator */
@media (min-width: 768px) {
  .doctors__checkbox-label .doctors__checkbox-mark:after {
    left: 3px;
    top: 1px;
  }
}
/* End */


/* Start:/local/components/new.component/metody.lecheniya/templates/.default/style.css?17113017145304*/
.healing {
    padding-bottom: 10px;
}

@media (min-width: 768px) {
    .healing {
        padding-bottom: 40px;
    }
}

.healing__title {
    color: var(--, #212121);
    font-family: "Open Sans", "Arial", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 23.8px */
    text-transform: uppercase;
    text-align: center;
    margin: 0;
	margin-bottom: 15px;
}

@media (min-width: 768px) {
    .healing__title {
        font-size: 30px;
    }
}

.healing__subtitle {
    color: #212121;
    font-family: "Open Sans", "Arial", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-align: center;
}

@media (min-width: 768px) {
    .healing__subtitle {
        font-size: 16px;
        margin-bottom: 30px;
    }
}

.healing__item {
    background: #FFFFFF;
    box-shadow: 0 19px 35px rgba(122, 122, 122, 0.1);
    border-radius: 10px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    position: relative;
    transition: clip-path 0s ease-out, max-height 0.35s ease-out, padding 0.35s ease-out, color 0.35s ease-out;
    margin-bottom: 20px;
    -webkit-tap-highlight-color: transparent;
}

.healing__item:before {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='17' cy='17' r='17' fill='%23F9F4F4'/%3E%3Cg clip-path='url(%23clip0_22_268)'%3E%3Cpath d='M17.3293 20.097L22.8704 14.5559C23.0475 14.3725 23.0425 14.0801 22.859 13.903C22.6801 13.7301 22.3964 13.7301 22.2175 13.903L17.0028 19.1176L11.7881 13.903C11.6078 13.7227 11.3155 13.7227 11.1352 13.903C10.9549 14.0833 10.9549 14.3756 11.1352 14.5559L16.6763 20.097C16.8567 20.2773 17.149 20.2773 17.3293 20.097Z' fill='%23DC2F2F'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_22_268'%3E%3Crect width='12' height='12' fill='white' transform='translate(23 11) rotate(90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-size: 34px 34px;
    background-position: center;
    top: 147px;
    right: 12px;
    width: 34px;
    height: 34px;
    transition: transform 0.15s ease-out;
}

.healing__item img {
    height: 120px;
    border-radius: 10px;
    margin: 0 auto;
    display: block;
    width: 100%;
    object-fit: cover;
}

@media (min-width: 400px) {
    .healing__item:before {
        top: 143px;
    }
}

@media (min-width: 480px) {
    .healing__item:before {
        top: 148px;
        right: 17px;
    }
}

@media (min-width: 768px) {
    .healing__item {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .healing__item:before {
        top: 57px;
    }
}

@media (min-width: 1366px) {
    .healing__item {
        padding-right: 100px;
    }

    .healing__item:before {
        top: 52px;
        right: 47px;
    }
}

.healing__item-subtitle {
    font-family: "Open Sans", "Arial", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    padding: 20px 60px 15px 0;
    margin: 0;
}

@media (min-width: 768px) {
    .healing__item-subtitle {
        font-size: 16px;
    }
}

@media (min-width: 1366px) {
    .healing__item-subtitle {
        font-size: 18px;
    }
}

.healing__item-text-wrapper,
.healing__item-img-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
}

.healing__hide-content {
    margin-top: 10px;
    padding: 0;
    transition: padding 0.3s ease-out;
}

.healing__hide {
    padding: 0;
    max-height: 0;
    border-radius: 5px;
    width: 100%;
    clip-path: inset(0);
    transition: clip-path 0s ease-out, max-height 0s ease-out, padding 0s ease-out;
}

.healing__hide p {
    color: #6D6D6D;
    font-family: "Open Sans", "Arial", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 7px;
}

.healing__hide a {
    color: #DC2F2F;
    font-family: "Open Sans", "Arial", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
    text-decoration-line: underline;
}

.healing__hide a:hover {
    color: black;
}

.healing__item--open {
    background: #FFFFFF;
    box-shadow: 0 19px 35px rgba(157, 157, 157, 0.1);
}

.healing__item--open .healing__hide {
    max-height: 100vh;
    clip-path: inset(-100vh -100vw);
    transition-delay: 100ms, 0s, 0s, 0s;
}

.healing__item--open .healing__hide-content {
    transition-delay: 0.1s;
}

.healing__item--open:before {
    transform: rotate(180deg);
    transition-delay: 0s;
    top: 173px;
}

@media (min-width: 480px) {
    .healing__item--open:before {
        top: 178px;
    }
}

@media (min-width: 768px) {
    .healing__item--open:before {
        top: 57px;
    }
}

@media (min-width: 1366px) {
    .healing__item--open:before {
        top: 52px;
        right: 47px;
    }
}

.healing__item--open.healing__item img {
    height: 150px;
    transition-delay: 0ms;
}

@media (min-width: 768px) {
    .healing__item--open.healing__item img {
        height: 350px;
    }
}

/* End */


/* Start:/bitrix/templates/aspro-allcorp3medc/components/bitrix/news.list/staff-list/style.css?167765221120232*/
.staff-list .owl-carousel:not(.owl-loaded) {
  min-height: 300px;
}
.staff-list .owl-stage {
  display: flex;
}
.staff-list .owl-item {
  flex-shrink: 0;
}
.staff-list--items-close .owl-carousel--show-next.owl-carousel--wide-view {
  padding-left: 0;
}

/* ITEM */
.staff-list__item {
  border-radius: 4px;
  height: 100%;
}
.staff-list__item--flex {
  display: flex;
}
.staff-list__item--no-radius {
  border-radius: 0;
}
.staff-list__item--shadow {
  transition: box-shadow 0.2s ease-in-out;
}
.staff-list__item--shadow:hover {
  background-color: var(--card_bg_hover_black);
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
  border-color: transparent;
}
.staff-list__item--row-reverse {
  flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .staff-list__item--row {
    flex-direction: column;
  }
}

/* IMAGE */
.staff-list__item-image-wrapper {
  position: relative;
}
.staff-list__item-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.staff-list__item-company {
  margin-bottom: 5px;
}
.staff-list__item-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.staff-list__item-preview-wrapper {
  margin-top: 20px;
  margin-bottom: 6px;
}
.staff-list__item-props {
  margin-top: 14px;
}
.staff-list__item-prop-title {
  display: block;
  margin-bottom: -2px;
  margin-top: 8px;
}
.staff-list__item-socials {
  display: flex;
  flex-wrap: wrap;
  margin: 15px -10px 0px;
}
.staff-list__item-social {
  display: flex;
  align-items: center;
  margin: 0 10px;
}
.staff-list__item-socials .staff-list__item-social * {
  fill: #b8b8b8;
}
.staff-list__item-socials .staff-list__item-social .svg {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.staff-list__item-button {
  margin-top: 30px;
  display: inline-block;
}
.staff-list__item-button--on-image {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
.staff-list__item:hover .staff-list__item-button--on-image {
  opacity: 1;
  visibility: visible;
}

/* VIEW1 **/
.staff-list.staff-list--view1 {
}
.staff-list.staff-list--view1 .staff-list__item-text-wrapper {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 0;
  border-radius: 4px 4px 2px 2px;
  padding: 0px 3px 0px 32px;
  max-height: 100%;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  width: 100%;
  z-index: 2;
}
.staff-list.staff-list--view1 .staff-list__item-company {
  color: #fff;
  opacity: 0.5;
}
.staff-list.staff-list--view1 .staff-list__item-title {
  color: #fff;
}
.staff-list.staff-list--view1 .staff-list__item-preview-wrapper {
  display: none;
}
.staff-list.staff-list--view1 .staff-list__item-prop-title {
  color: #fff;
  opacity: 0.5;
}
.staff-list.staff-list--view1 .staff-list__item-phone {
  color: #fff;
}
.staff-list.staff-list--view1 .staff-list__item-email {
  color: #fff;
}
.staff-list.staff-list--view1 .staff-list__item-title:hover,
.staff-list.staff-list--view1 .staff-list__item-phone:hover,
.staff-list.staff-list--view1 .staff-list__item-email:hover {
  color: #fff;
  opacity: 0.7;
}
.staff-list.staff-list--view1 .staff-list__item::before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.2s ease-in-out;
}
.staff-list.staff-list--view1 .staff-list__item:hover::before {
  opacity: 0.35;
}
.staff-list.staff-list--view1 .staff-list__item:hover .staff-list__item-additional-text-wrapper {
  opacity: 0;
}
.staff-list.staff-list--view1 .staff-list__item:hover .staff-list__item-text-wrapper {
  opacity: 1;
  visibility: visible;
}
.staff-list.staff-list--view1 .staff-list__item-text-wrapper .mCSB_container {
  padding: 26px 10px 32px 0px;
}
.staff-list.staff-list--view1 .staff-list__item.staff-list__item--no-radius .staff-list__item-text-wrapper {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.staff-list.staff-list--view1 .staff-list__item.staff-list__item--no-radius .staff-list__item-image-wrapper {
  border-radius: 0;
}
.staff-list.staff-list--view1 .staff-list__item-additional-text-wrapper {
  position: absolute;
  bottom: 25px;
  left: 31px;
  right: 31px;
}
.staff-list.staff-list--view1 .staff-list__item-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.staff-list.staff-list--view1 .staff-list__item-image-wrapper {
  padding-top: 128%;
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
}
.staff-list.staff-list--view1 .staff-list__item-image-wrapper::after {
  content: "";
  position: absolute;
  left: 0%;
  right: 0%;
  top: 51%;
  bottom: 0%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
/*
.staff-list.staff-list--view1
  .staff-list__item:hover
  .staff-list__item-image-wrapper::after {
   opacity: 0;
}
*/
.staff-list.staff-list--view1 .staff-list__item-link {
  z-index: 1;
}

@media (max-width: 767px) {
  .staff-list.staff-list--view1 .staff-list__item-image-wrapper {
  }
  .staff-list.staff-list--view1 .staff-list__item:hover .staff-list__item-image-wrapper::after {
    opacity: 1;
  }
}

/* VIEW2 **/
.staff-list.staff-list--view2 {
}
.staff-list.staff-list--view2 .staff-list__item-image-wrapper {
  padding-top: 52.5%;
  width: 42%;
}
.staff-list.staff-list--view2:not(.staff-list--items-offset) .staff-list__item {
  border-left: 0;
}
.staff-list.staff-list--view2:not(.staff-list--items-offset) .staff-list__item.staff-list__item--first {
  border-left: 1px solid #e5e5e5;
}
.staff-list.staff-list--view2.staff-list--wide .staff-list__item-image-wrapper {
  padding-top: 50%;
  width: 50%;
}
.staff-list.staff-list--view2 .staff-list__item-image {
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.staff-list.staff-list--view2 .staff-list__item.staff-list__item--no-radius .staff-list__item-image {
  border-radius: 0;
}
.staff-list.staff-list--view2 .staff-list__item-text-wrapper {
  width: 58%;
  padding: 33px 40px 40px;
}
.staff-list.staff-list--view2.staff-list--wide .staff-list__item-text-wrapper {
  width: 50%;
}
.staff-list.staff-list--view2 .staff-list__item-preview-wrapper {
  margin-top: 12px;
}
.staff-list.staff-list--view2 .staff-list__item-text-top-part {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.staff-list.staff-list--view2 .staff-list__info-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.staff-list.staff-list--view2 .staff-list__item-text-bottom-part {
  display: none;
}

@media (max-width: 767px) {
  .staff-list.staff-list--view2.staff-list--wide .staff-list__item-image-wrapper {
    width: 100%;
    height: 0;
    padding-top: 75%;
    border-radius: 4px 4px 0 0;
  }
  .staff-list.staff-list--view2 .staff-list__item-image-wrapper {
    width: 100%;
    height: 0;
    padding-top: 100%;
    border-radius: 4px 4px 0 0;
  }
  .staff-list.staff-list--view2 .staff-list__item-image {
    border-radius: 4px 4px 0 0;
  }
  .staff-list.staff-list--view2 .staff-list__item-image {
    border-radius: 0;
  }
  .staff-list.staff-list--view2.staff-list--wide .staff-list__item-text-wrapper {
    width: 100%;
    padding: 24px;
  }
  .staff-list.staff-list--view2 .staff-list__item-text-wrapper {
    width: 100%;
    padding: 24px;
  }
  .staff-list.staff-list--view2 .staff-list__item.staff-list__item--shadow:hover {
    box-shadow: none;
    border-color: #e5e5e5;
  }
  .staff-list.staff-list--view2 .staff-list__item-text-top-part {
    height: auto;
  }
  .staff-list.staff-list--view2 .staff-list__item-button--on-image {
    display: none;
  }
  .staff-list.staff-list--view2 .staff-list__item-text-bottom-part {
    display: block;
  }
}

/* VIEW3 **/
.staff-list.staff-list--view3 {
}
.staff-list.staff-list--view3 .staff-list__item-image-wrapper {
  width: 50%;
  padding-top: 33.3%;
}
.staff-list.staff-list--view3 .staff-list__item-image {
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.staff-list.staff-list--view3 .staff-list__item.staff-list__item--no-radius .staff-list__item-image {
  border-radius: 0;
}
.staff-list.staff-list--view3 .staff-list__item-text-wrapper {
  padding: 64px;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.staff-list.staff-list--view3 .staff-list__item-company {
  margin-bottom: 13px;
}
.staff-list.staff-list--view3 .staff-list__info-wrapper {
  margin: 15px -38px -14px;
  display: flex;
  flex-wrap: wrap;
}
.staff-list.staff-list--view3 .staff-list__info-wrapper .staff-list__item-props {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.staff-list.staff-list--view3 .staff-list__info-wrapper .staff-list__item-prop {
  margin: 14px 38px;
}
.staff-list.staff-list--view3 .staff-list__info-wrapper .staff-list__item-socials {
  margin: 14px 28px;
  align-items: center;
}
.staff-list.staff-list--view3 .staff-list__info-wrapper .staff-list__item-prop-title {
  margin-top: 0;
}
.staff-list.staff-list--view3 .staff-list__item-text-bottom-part {
  display: block;
}

@media (max-width: 991px) {
  .staff-list.staff-list--view3 .staff-list__item-text-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .staff-list.staff-list--view3:not(.staff-list--items-offset) .staff-list__item {
    border-left: 0;
  }
  .staff-list.staff-list--view3:not(.staff-list--items-offset) .staff-list__item.staff-list__item--first {
    border-left: 1px solid #e5e5e5;
    border-left-color: var(--stroke_black);
  }
  .staff-list.staff-list--view3 .staff-list__item-image-wrapper {
    width: 100%;
    height: 0;
    min-height: auto;
    padding-top: 75%;
    border-radius: 4px 4px 0 0;
  }
  .staff-list.staff-list--view3 .staff-list__item-image {
    border-radius: 4px 4px 0 0;
  }
  .staff-list.staff-list--view3 .staff-list__item.staff-list__item--no-radius .staff-list__item-image {
    border-radius: 0;
  }
  .staff-list.staff-list--view3 .staff-list__item-text-wrapper {
    width: 100%;
    padding: 24px;
  }
  .staff-list.staff-list--view3 .staff-list__item-title {
    font-size: 18px;
    line-height: 25px;
  }
  .staff-list.staff-list--view3 .staff-list__item {
    border-radius: 0;
  }
  .staff-list.staff-list--view3 .staff-list__item-button--on-image {
    display: none;
  }
  .staff-list.staff-list--view3 .staff-list__item-text-bottom-part {
    display: block;
  }
  .staff-list.staff-list--view3 .staff-list__item.staff-list__item--shadow:hover {
    box-shadow: none;
    border-color: #e5e5e5;
    border-color: var(--stroke_black);
  }
}

/* VIEW4 **/
.staff-list.staff-list--view4 {
}
.staff-list.staff-list--view4 .staff-list__item-text-wrapper {
  position: absolute;
  padding: 32px;
  padding-right: 10px;
  padding-bottom: 72px;
  bottom: 0;
  width: 100%;
  opacity: 0;
  background: #fff;
  background: var(--card_bg_black);
  transform: translateY(40px);
  transition: transform 0.3s ease-in-out;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  left: 0;
}
.staff-list.staff-list--view4 .staff-list__item:hover .staff-list__item-text-wrapper {
  opacity: 1;
  transform: translateY(0px);
  padding-bottom: 32px;
}
.staff-list.staff-list--view4 .staff-list__item-props {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -14px;
}
.staff-list.staff-list--view4 .staff-list__item-prop {
  margin: 14px;
}
.staff-list.staff-list--view4 .staff-list__item-additional-text-wrapper {
  padding: 24px 32px;
}
.staff-list.staff-list--view4 .staff-list__item-image-wrapper {
  padding-top: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.staff-list.staff-list--view4 .staff-list__item.staff-list__item--no-radius .staff-list__item-image-wrapper {
  border-radius: 0;
}

@media (max-width: 968px) {
  .staff-list.staff-list--view4 .staff-list__item-text-wrapper {
    top: 0;
    padding: 20px;
    padding-right: 3px;
    visibility: hidden;
    border-radius: 0;
  }
  .staff-list.staff-list--view4 .staff-list.staff-list--view4 .staff-list__item-text-wrapper .mCSB_container {
    padding-left: 32px;
    padding-top: 32px;
    padding-bottom: 32px;
    padding-right: 3px;
  }
  .staff-list.staff-list--view4 .staff-list__item:hover .staff-list__item-text-wrapper {
    top: 0;
    bottom: 20px;
    padding-bottom: 0;
    visibility: visible;
  }
  .staff-list.staff-list--view4 .staff-list__item-props {
    margin-top: 0;
  }
  .staff-list.staff-list--view4 .staff-list__item-prop {
    margin: 0px 14px 8px;
  }
}
@media (min-width: 768px) {
  .staff-list.staff-list--view4 .staff-list__item:not(:hover) .staff-list__item-preview-wrapper,
  .staff-list.staff-list--view4 .staff-list__item:not(:hover) .staff-list__info-wrapper,
  .staff-list.staff-list--view4 .staff-list__item:not(:hover) .staff-list__item-text-bottom-part {
    display: none;
  }
}

/* STAFF-CAROUSEL */
.staff-carousel {
  margin-top: 64px;
}

@media (max-width: 767px) {
  .staff-carousel {
    margin-top: 32px;
  }
  .staff-carousel .owl-carousel:not(.owl-carousel--detail) .owl-item {
    width: 260px !important;
  }
  .staff-carousel-wrapper {
    margin: 0 !important;
    padding: 0 !important;
  }
  .staff-carousel-wrapper.staff-carousel-wrapper--narrow .owl-carousel.owl-carousel--view1 {
    padding-left: 48px;
    margin-left: -24px;
    margin-right: -48px;
  }
  .staff-carousel-wrapper.staff-carousel-wrapper--narrow .owl-carousel.owl-carousel--view1 .owl-stage-outer {
    padding-left: 24px;
    margin-left: -24px;
    margin-right: -24px;
  }
  .staff-carousel-wrapper.staff-carousel-wrapper--narrow .owl-carousel.owl-carousel--view1 .owl-stage-outer .owl-stage {
  }
}

/* OWL-CAROUSEL */
.owl-carousel-view1__wrapper {
  position: relative;
}
.owl-carousel.owl-carousel--view1 {
}
.owl-carousel.owl-carousel--view1 .owl-stage-outer {
}
.owl-carousel.owl-carousel--view1 .owl-nav {
  position: static;
}
.owl-carousel.owl-carousel--view1 .owl-carousel__button.owl-carousel__button--left {
  margin-left: 0px;
}
.owl-carousel.owl-carousel--view1 .owl-carousel__button.owl-carousel__button--right {
  margin-right: 0px;
}
.owl-carousel.owl-carousel--view1 .owl-prev {
  position: absolute;
  top: calc(-15px + 50%);
  left: 0;
  transform: translateX(0%);
}
.owl-carousel.owl-carousel--view1 .owl-next {
  position: absolute;
  top: calc(-15px + 50%);
  right: 0;
  transform: translateX(0%);
}
.owl-carousel.owl-carousel--view1 .owl-carousel__button:not(:hover) {
  background: #fff;
}
.owl-carousel.owl-carousel--view1 .owl-carousel__button svg *,
.owl-carousel.owl-carousel--view1 button.disabled .owl-carousel__button:hover svg * {
  stroke: #333;
}
.owl-carousel.owl-carousel--view1 .owl-carousel__button:hover svg * {
  stroke: #fff;
}
.owl-carousel.owl-carousel--view1 .owl-carousel__button {
  border: 1px solid rgba(51, 51, 51, 0.1);
}
/* modes */
/* --nav-arrow-lg */
.owl-carousel.owl-carousel--view1.owl-carousel--nav-arrow-lg .owl-carousel__button {
  height: 48px;
  width: 48px;
}
/* --nav-offset */
.owl-carousel.owl-carousel--view1.owl-carousel--nav-offset .owl-prev {
  transform: translateX(-50%);
}
.owl-carousel.owl-carousel--view1.owl-carousel--nav-offset .owl-next {
  transform: translateX(50%);
}
/* --shadow */
.owl-carousel.owl-carousel--view1.owl-carousel--shadow {
  margin-top: -20px;
  margin-bottom: -20px;
}
.owl-carousel.owl-carousel--view1.owl-carousel--shadow .owl-stage-outer {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-right: -9px;
  margin-left: -9px;
  padding-left: 10px;
}
.owl-carousel.owl-carousel--view1.owl-carousel--shadow.owl-carousel--outer-dots .owl-dots {
  bottom: -20px;
}
/* --shadow-offset */
.owl-carousel.owl-carousel--view1.owl-carousel--shadow-offset {
  margin-top: -20px;
  margin-bottom: -20px;
}
.owl-carousel.owl-carousel--view1.owl-carousel--shadow-offset .owl-stage-outer {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-right: -9px;
  margin-left: -9px;
  padding-left: 10px;
}
.owl-carousel.owl-carousel--view1.owl-carousel--shadow-offset .owl-item > div {
  margin: 0 20px;
}
.owl-carousel.owl-carousel--view1.owl-carousel--shadow-offset .owl-item.active > div {
  margin: 0;
}
.owl-carousel.owl-carousel--view1.owl-carousel--shadow-offset.owl-carousel--outer-dots .owl-dots {
  bottom: -20px;
}

@media (max-width: 767px) {
  .owl-carousel.owl-carousel--view1 .owl-item {
  }

  .owl-carousel.owl-carousel--view1 .owl-carousel--wide-adaptive .owl-stage-outer {
    padding: 24px 0;
  }
  .owl-carousel.owl-carousel--view1 .owl-carousel--wide-view .owl-stage-outer {
    padding: 0px;
    margin: 0px;
  }
  .owl-navigation-outer.owl-navigation-outer--hidden-sm {
    display: none;
  }
  /* modes */
  /* --shadow */
  .owl-carousel.owl-carousel--view1.owl-carousel--shadow .owl-stage-outer::before,
  .owl-carousel--with-shadow .owl-stage-outer::after {
    content: none;
    padding: 20px 0;
    margin: 0;
  }
  .owl-carousel.owl-carousel--view1.owl-carousel--shadow .owl-stage-outer {
    padding: 20px 0;
    margin: 0;
  }
  .owl-carousel.owl-carousel--view1.owl-carousel--shadow-offset .owl-stage-outer {
    padding: 20px 0;
    margin: 0;
  }
  /* --shadow-offset */
  .owl-carousel.owl-carousel--view1.owl-carousel--shadow-offset .owl-stage-outer,
  .staff-list .owl-carousel--with-shadow .owl-stage-outer {
    padding: 20px 0;
    margin: 0;
  }
  .owl-carousel.owl-carousel--view1.owl-carousel--shadow-offset .owl-stage-outer::before,
  .staff-list .owl-carousel--with-shadow .owl-stage-outer::after {
    content: none;
  }
  .owl-carousel.owl-carousel--view1.owl-carousel--shadow-offset .owl-item.active > div {
    margin: 0;
  }
  .owl-carousel.owl-carousel--view1.owl-carousel--shadow-offset .owl-item > div {
    margin: 0;
  }
}
@media (max-width: 450px) {
  .owl-carousel.owl-carousel--view1 .owl-item {
    width: 300px;
  }
}

.owl-navigation-outer {
  position: absolute;
  top: 0;
  bottom: 0;
}
.owl-navigation-outer .owl-nav {
  position: static;
}
.owl-navigation-outer .owl-carousel__button--left {
  margin-left: 0px;
}
.owl-navigation-outer .owl-carousel__button--right {
  margin-right: 0px;
}
.owl-navigation-outer .owl-prev,
.owl-navigation-outer .owl-next {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  z-index: 2;
}
.owl-navigation-outer .owl-prev {
  position: absolute;
  top: calc(50% - 20px - 15px);
  left: 0;
  transform: translateX(-50%);
}
.owl-navigation-outer .owl-next {
  position: absolute;
  top: calc(50% - 20px - 15px);
  right: 0;
  transform: translateX(50%) rotate(180deg);
}
.owl-navigation-outer .owl-carousel__button:not(:hover) {
  background: #fff;
}
.owl-navigation-outer .owl-carousel__button svg *,
.owl-navigation-outer button.disabled .owl-carousel__button:hover svg * {
  stroke: #333;
}
.owl-navigation-outer .owl-carousel__button:hover svg * {
  stroke: #fff;
}
.owl-navigation-outer .owl-carousel__button {
  border: 1px solid rgba(51, 51, 51, 0.1);
}
.owl-navigation-outer.owl-navigation-outer--arrow-lg .owl-carousel__button {
  height: 48px;
  width: 48px;
}

.owl-navigation-outer-dots {
  bottom: -40px;
  position: absolute;
  width: 100%;
  line-height: 13px;
  text-align: center;
}
.owl-navigation-outer-dots.owl-navigation-outer-dots--position1 {
  bottom: -20px;
}
.owl-navigation-outer-dots .owl-dot.active {
  background: #fff;
  opacity: 1;
}
.owl-navigation-outer-dots .owl-dot {
  vertical-align: top;
  margin: 3px;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  background: #dddddd;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-navigation-outer-dots .owl-dot.active {
  background: #9e9e9e;
}
.owl-navigation-outer-dots .owl-dot.active {
  background-color: var(--theme-base-color);
}

/* in detail */
.detail-block .staff-carousel {
  margin-top: 0;
}

/* End */


/* Start:/bitrix/templates/aspro-allcorp3medc/components/bitrix/news.list/ak-new-price-list/style.css?170446183411240*/
.price {
    margin-top: 35px;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .price {
        margin-top: 46px;
    }
}
@media (min-width: 1366px) {
    .price {
        margin-top: 70px;
        padding-bottom: 30px;
    }
}
.price__title {
    font-family: "Open Sans", "Arial", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 160%;
    text-align: center;
    color: #212121;
    text-transform: uppercase;
    margin-bottom: 34px;
}

.price__title--bold {
    font-weight: 700;
}

@media (min-width: 768px) {
    .price__title {
        font-size: 30px;
    }
}
@media (min-width: 1366px) {
    .price__title {
        margin-bottom: 54px;
    }
}
.price__item {
    background: #FFFFFF;
    box-shadow: 0 19px 35px rgba(122, 122, 122, 0.1);
    border-radius: 10px;
    padding: 13px 24px 44px 24px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    position: relative;
    transition: clip-path 0s ease-out, max-height 0.35s ease-out, padding 0.35s ease-out, color 0.35s ease-out;
    margin-bottom: 20px;
    -webkit-tap-highlight-color: transparent;
}
.price__item:before {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='17' cy='17' r='17' fill='%23F9F4F4'/%3E%3Cg clip-path='url(%23clip0_22_268)'%3E%3Cpath d='M17.3293 20.097L22.8704 14.5559C23.0475 14.3725 23.0425 14.0801 22.859 13.903C22.6801 13.7301 22.3964 13.7301 22.2175 13.903L17.0028 19.1176L11.7881 13.903C11.6078 13.7227 11.3155 13.7227 11.1352 13.903C10.9549 14.0833 10.9549 14.3756 11.1352 14.5559L16.6763 20.097C16.8567 20.2773 17.149 20.2773 17.3293 20.097Z' fill='%23DC2F2F'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_22_268'%3E%3Crect width='12' height='12' fill='white' transform='translate(23 11) rotate(90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-size: 34px 34px;
    background-position: center;
    top: 30px;
    right: 24px;
    width: 34px;
    height: 34px;
    transition: transform 0.15s ease-out;
}

.price__item--open {
    background: #FFFFFF;
    box-shadow: 0 19px 35px rgba(157, 157, 157, 0.1);
}
.price__item--open .price__hide {
    max-height: 100vh;
    clip-path: inset(-100vh -100vw);
    transition-delay: 200ms, 0s, 0s, 0s;
}
.price__item--open .price__hide-content {
    padding: 25px 0;
    transition-delay: 0s;
}
.price__item--open .price__sum {
    transition-delay: 0s;
}
.price__item--open:before {
    transform: rotate(180deg);
    transition-delay: 0s;
}
.price__item--open .price__line {
    display: block;
}
.price__item--open .price__circle:before {
    transform: rotate(180deg);
    transition-delay: 0s;
}

.price__item--message {
    padding: 13px 24px 24px 24px;
}

@media (min-width: 768px) {
    .price__item {
        padding: 19px 48px;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .price__item:before {
        display: none;
    }
}
@media (min-width: 1366px) {
    .price__item {
        padding: 40px 113px;
        margin-bottom: 30px;
        box-shadow: 0 19px 35px rgba(157, 157, 157, 0.1);
        border-radius: 10px;
    }
}
@media (min-width: 768px) {
    .price__circle-wrapper {
        display: flex;
    }
}

.price__circle {
    display: none;
}
@media (min-width: 768px) {
    .price__circle {
        display: block;
        position: relative;
        width: 1px;
        height: 60px;
    }
    .price__circle:before {
        position: absolute;
        content: "";
        background-repeat: no-repeat;
        background-color: #fff;
        background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='17' cy='17' r='17' fill='%23F9F4F4'/%3E%3Cg clip-path='url(%23clip0_22_268)'%3E%3Cpath d='M17.3293 20.097L22.8704 14.5559C23.0475 14.3725 23.0425 14.0801 22.859 13.903C22.6801 13.7301 22.3964 13.7301 22.2175 13.903L17.0028 19.1176L11.7881 13.903C11.6078 13.7227 11.3155 13.7227 11.1352 13.903C10.9549 14.0833 10.9549 14.3756 11.1352 14.5559L16.6763 20.097C16.8567 20.2773 17.149 20.2773 17.3293 20.097Z' fill='%23DC2F2F'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_22_268'%3E%3Crect width='12' height='12' fill='white' transform='translate(23 11) rotate(90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
        background-size: 34px 34px;
        background-position: center;
        top: 20%;
        right: -65px;
        width: 34px;
        height: 34px;
        transition: transform 0.15s ease-out;
    }
}
@media (min-width: 990px) {
    .price__circle:before {
        right: -75px;
        top: 23%;
    }
}
@media (min-width: 1200px) {
    .price__circle:before {
        right: -85px;
    }
}
@media (min-width: 1366px) {
    .price__circle:before {
        right: -123px;
        top: 30%;
    }
}

@media (min-width: 768px) {
    .price__circle--noprice:before {
        right: -220px;
    }
}
@media (min-width: 990px) {
    .price__circle--noprice:before {
        right: -341px;
    }
}
@media (min-width: 1200px) {
    .price__circle--noprice:before {
        right: -455px;
    }
}
@media (min-width: 1366px) {
    .price__circle--noprice:before {
        right: -365px;
    }
}

.price__subtitle {
    font-family: "Open Sans", "Arial", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    color: #212121;
    margin-bottom: 7px;
    padding-right: 45px;
    width: 100%;
}

@media (min-width: 768px) {
    .price__subtitle {
        padding-right: 0;
    }
}
@media (min-width: 1366px) {
    .price__subtitle {
        font-size: 18px;
    }
}
@media (min-width: 768px) {
    .price__sum-wrapper {
        display: flex;
        flex-direction: row;
        align-items: center;
        height: 100%;
    }
    .price__sum-wrapper p {
        margin-bottom: 0;
    }
}
.price__sum {
    font-family: "Open Sans", "Arial", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 12px;
    color: #DC2F2F;
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px;
}
.price__sum:last-child {
    margin-right: 0;
}

@media (min-width: 768px) {
    .price__sum {
        font-size: 18px;
    }
}
@media (min-width: 1366px) {
    .price__sum {
        font-size: 25px;
    }
}
.price__sum--old {
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: #6D6D6D;
    text-decoration: line-through;
}

@media (min-width: 768px) {
    .price__sum--old {
        position: relative;
        font-size: 12px;
    }
}
.price__button-wrapper {
    display: flex;
    align-items: center;
    height: 100%;
    margin-top: 15px;
}

@media (min-width: 768px) {
    .price__button-wrapper {
        width: calc(100% - 1px);
        margin-top: 0;
    }
}
.price__button {
    background: #DC2F2F;
    border-radius: 5px;
    width: 100%;
    border: none;
    outline: none;
    padding: 21px !important;
}
.price__button span {
    font-family: "Open Sans", "Arial", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #FFF1F1;
    text-shadow: 0 1px 0 #B02020;
}

@media (min-width: 768px) {
    .price__button {
        padding: 17px !important;
        position: relative;
    }
}
@media (min-width: 992px) {
    .price__sum--old:before {
        right: -358px;
    }
}
@media (min-width: 1200px) {
    .price__sum--old:before {
        right: -447px;
    }
}
@media (min-width: 1366px) {
    .price__button {
        padding: 20px 17px !important;
    }
    .price__sum--old:before {
        background-image: url("data:image/svg+xml,%3Csvg width='51' height='50' viewBox='0 0 51 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='25.3821' cy='25' r='25' fill='%23F9F4F4'/%3E%3Cg clip-path='url(%23clip0_22_643)'%3E%3Cpath d='M25.866 29.5547L34.0147 21.406C34.2752 21.1363 34.2678 20.7064 33.998 20.4458C33.7348 20.1917 33.3177 20.1917 33.0545 20.4458L25.3859 28.1145L17.7173 20.4458C17.4521 20.1807 17.0223 20.1807 16.7571 20.4458C16.492 20.711 16.492 21.1409 16.7571 21.406L24.9058 29.5547C25.171 29.8198 25.6008 29.8198 25.866 29.5547Z' fill='%23DC2F2F'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_22_643'%3E%3Crect width='17.6471' height='17.6471' fill='white' transform='translate(34.2053 16.1768) rotate(90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
        background-size: 51px 50px;
        background-position: center;
        top: -19px;
        right: -401px;
        width: 51px;
        height: 50px;
    }
}
.price__line {
    height: 1px;
    width: calc(100% - 60px);
    background: #efefef;
    display: none;
    margin: 0 auto 18px auto;
}

@media (min-width: 768px) {
    .price__line {
        margin-bottom: 20px;
    }
}
.price__text {
    font-family: "Open Sans", "Arial", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    color: #6D6D6D;
}

@media (min-width: 768px) {
    .price__text {
        max-width: 450px;
    }
}
.price__hide-content {
    margin-top: 10px;
    padding: 0;
    transition: padding 0.3s ease-out;
}

.price__hide {
    padding: 0;
    max-height: 0;
    border-radius: 5px;
    width: 100%;
    clip-path: inset(0);
    transition: clip-path 0s ease-out, max-height 0.35s ease-out, padding 0.35s ease-out;
}

.price__message {
    font-family: "Open Sans", "Arial", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    text-transform: uppercase;
    color: #DC2F2F;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    height: 100%;
}

@media (min-width: 768px) {
    .price__message {
        font-size: 18px;
        position: relative;
    }
}
@media (min-width: 992px) {
    .price__message:before {
        right: -254px;
    }
}
@media (min-width: 1200px) {
    .price__message:before {
        right: -382px;
    }
}
@media (min-width: 1366px) {
    .price__message {
        font-size: 25px;
    }
    .price__message:before {
        background-color: #fff;
        background-image: url("data:image/svg+xml,%3Csvg width='51' height='50' viewBox='0 0 51 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='25.3821' cy='25' r='25' fill='%23F9F4F4'/%3E%3Cg clip-path='url(%23clip0_22_643)'%3E%3Cpath d='M25.866 29.5547L34.0147 21.406C34.2752 21.1363 34.2678 20.7064 33.998 20.4458C33.7348 20.1917 33.3177 20.1917 33.0545 20.4458L25.3859 28.1145L17.7173 20.4458C17.4521 20.1807 17.0223 20.1807 16.7571 20.4458C16.492 20.711 16.492 21.1409 16.7571 21.406L24.9058 29.5547C25.171 29.8198 25.6008 29.8198 25.866 29.5547Z' fill='%23DC2F2F'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_22_643'%3E%3Crect width='17.6471' height='17.6471' fill='white' transform='translate(34.2053 16.1768) rotate(90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
        background-size: 51px 50px;
        background-position: center;
        right: -284px;
        width: 51px;
        height: 50px;
    }
}

/* End */


/* Start:/local/components/new.component/faq/templates/.default/style.css?17007485507529*/

.treatment-faq {
    padding-top: 40px;
    padding-bottom: 10px;
}

.treatment-faq__title {
    color: var(--, #212121);
    font-family: "Open Sans", "Arial", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 23.8px */
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 20px 0;
}
@media (min-width: 768px) {
    .treatment-faq__title {
        font-size: 30px;
    }
}

.treatment-faq__item {
    background: #FFFFFF;
    box-shadow: 0 19px 35px rgba(122, 122, 122, 0.1);
    border-radius: 10px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    position: relative;
    transition: clip-path 0s ease-out, max-height 0.35s ease-out, padding 0.35s ease-out, color 0.35s ease-out;
    margin-bottom: 20px;
    -webkit-tap-highlight-color: transparent;
}
.treatment-faq__item:before {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='17' cy='17' r='17' fill='%23F9F4F4'/%3E%3Cg clip-path='url(%23clip0_22_268)'%3E%3Cpath d='M17.3293 20.097L22.8704 14.5559C23.0475 14.3725 23.0425 14.0801 22.859 13.903C22.6801 13.7301 22.3964 13.7301 22.2175 13.903L17.0028 19.1176L11.7881 13.903C11.6078 13.7227 11.3155 13.7227 11.1352 13.903C10.9549 14.0833 10.9549 14.3756 11.1352 14.5559L16.6763 20.097C16.8567 20.2773 17.149 20.2773 17.3293 20.097Z' fill='%23DC2F2F'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_22_268'%3E%3Crect width='12' height='12' fill='white' transform='translate(23 11) rotate(90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-size: 34px 34px;
    background-position: center;
    top: 25px;
    right: 12px;
    width: 34px;
    height: 34px;
    transition: transform 0.15s ease-out;
}
.treatment-faq__item img {
    height: 120px;
    border-radius: 10px;
    margin: 0 auto;
    display: block;
    width: 100%;
}
@media (min-width: 768px) {
    .treatment-faq__item {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding-right: 100px;
    }
    .treatment-faq__item:before {
        right: 60px;
    }
}

.treatment-faq__item-subtitle {
    font-family: "Open Sans", "Arial", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    padding: 20px 60px 15px 0;
    margin: 0;
}
@media (min-width: 768px) {
    .treatment-faq__item-subtitle {
        font-size: 16px;
    }
}
@media (min-width: 1366px) {
    .treatment-faq__item-subtitle {
        font-size: 18px;
    }
}

.treatment-faq__item-text-wrapper,
.treatment-faq__item-img-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
}

.treatment-faq__hide-content {
    margin-top: 10px;
    padding: 0;
    transition: padding 0.3s ease-out;
}

.treatment-faq__hide {
    padding: 0;
    max-height: 0;
    border-radius: 5px;
    width: 100%;
    clip-path: inset(0);
    transition: clip-path 0s ease-out, max-height 0s ease-out, padding 0s ease-out;
}
.treatment-faq__hide p {
    color: #6D6D6D;
    font-family: "Open Sans", "Arial", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 7px;
    text-align: justify;
}
.treatment-faq__hide a {
    color: #DC2F2F;
    font-family: "Open Sans", "Arial", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
    text-decoration-line: underline;
}
.treatment-faq__hide a:hover {
    color: black;
}

.treatment-faq__item--open {
    background: #FFFFFF;
    box-shadow: 0 19px 35px rgba(157, 157, 157, 0.1);
}
.treatment-faq__item--open .treatment-faq__hide {
    max-height: 100vh;
    clip-path: inset(-100vh -100vw);
    transition-delay: 100ms, 0s, 0s, 0s;
}
.treatment-faq__item--open .treatment-faq__hide-content {
    transition-delay: 0.1s;
}
.treatment-faq__item--open:before {
    transform: rotate(180deg);
    transition-delay: 0s;
    top: 25px;
}
.treatment-faq__item--open.treatment-faq__item img {
    height: 150px;
    transition-delay: 0ms;
}
@media (min-width: 768px) {
    .treatment-faq__item--open.treatment-faq__item img {
        height: 350px;
    }
}

.faq {
    margin-top: 27px;
    margin-bottom: 60px;
}
.faq p {
    font-family: "Open Sans", "Arial", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #6D6D6D;
    margin-bottom: 15px;
}
.faq p:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .faq {
        margin-top: 40px;
        margin-bottom: 20px;
    }
}
@media (min-width: 1366px) {
    .faq {
        margin-top: 60px;
        margin-bottom: 100px;
    }
}
.faq__title-wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
}

@media (min-width: 1366px) {
    .faq__title-wrapper {
        margin-bottom: 9px;
        margin-left: 15px;
    }
}
.faq__title {
    font-family: "Open Sans", "Arial", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 160%;
    text-align: center;
    color: #212121;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .faq__title {
        font-size: 30px;
    }
}
.faq__picture {
    border-radius: 10px 10px 0 0;
    width: 100%;
    max-height: 197px;
    display: block;
    margin: 0;
    text-align: center;
}
.faq__picture img {
    max-height: inherit;
}

@media (min-width: 768px) {
    .faq__picture {
        border-radius: 10px;
        max-height: 329px;
        margin-top: 15px;
        margin-bottom: 20px;
    }
}
@media (min-width: 1366px) {
    .faq__picture {
        max-height: 388px;
        margin: 0;
    }
}
.faq__subtitle {
    font-family: "Open Sans", "Arial", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 160%;
    color: #212121;
    margin-top: 36px;
}

@media (min-width: 768px) {
    .faq__subtitle {
        padding-left: 40px;
        font-size: 18px;
        position: relative;
    }
    .faq__subtitle:before {
        position: absolute;
        content: "";
        background-repeat: no-repeat;
        background-color: #fff;
        background-image: url("data:image/svg+xml,%3Csvg width='28' height='2' viewBox='0 0 28 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='28' height='2' rx='1' fill='%23DC2F2F'/%3E%3C/svg%3E%0A");
        background-size: 28px 2px;
        background-position: center;
        top: 14px;
        left: 1px;
        width: 28px;
        height: 2px;
    }
}
@media (min-width: 1200px) {
    .faq__subtitle {
        margin-top: 0;
        padding-left: 40px;
    }
}
.faq__item {
    margin-top: 20px;
    background: #FFFFFF;
    box-shadow: 0 19px 35px rgba(122, 122, 122, 0.1);
    border-radius: 10px;
    padding-bottom: 45px;
}

@media (min-width: 768px) {
    .faq__item {
        margin: 0 20px 72px 20px;
    }
}
@media (min-width: 1366px) {
    .faq__item {
        margin: 0 0 30px 0;
        padding: 25px 70px;
    }
}
@media (min-width: 1366px) {
    .faq__text-wrapper {
        display: flex;
        flex-direction: column;
    }
}
@media (min-width: 1366px) {
    .faq__text-wrapper--center {
        height: 100%;
        justify-content: center;
    }
}

/* End */


/* Start:/bitrix/templates/aspro-allcorp3medc/css/jquery.fancybox.min.css?167765156612936*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:0;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s,visibility .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s,visibility;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:0;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide::before{content:'';display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image::before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:0 0/100% 100% no-repeat;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;-ms-transform-origin:top left;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:-webkit-grab;cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:0 0;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:0 0;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:0}.fancybox-button.fancybox-focus{outline:dotted 1px}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:0}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:nth-child(1),.fancybox-button--pause svg:nth-child(1),.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;-ms-transform:scaleX(0);transform:scaleX(0);-ms-transform-origin:0;transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:0 0;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(to top,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,rgba(0,0,0,0) 100%);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:1s linear infinite fancybox-rotate;background:0 0;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translate3d(0,0,0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scale3d(1,1,1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;-ms-transform:rotate(-360deg);transform:rotate(-360deg)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;-ms-transform:rotate(360deg);transform:rotate(360deg)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;-ms-transform:rotate(0);transform:rotate(0)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scale3d(1,1,1) translate3d(0,0,0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translate3d(0,0,0) scale(1)}@media all and (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:.2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:0 0;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:0;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:transparent;top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:center center;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:0;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a::before{border:6px solid #ff5268;bottom:0;content:'';left:0;opacity:0;position:absolute;right:0;top:0;transition:.2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus::before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active::before{opacity:1}@media all and (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */
/* /bitrix/templates/aspro-allcorp3medc/components/bitrix/news.detail/ak-news/style.min.css?16462279802011 */
/* /addcss/bootstrap-grid2.css?170004424179725 */
/* /addcss/newstyle.css?172072058296660 */
/* /local/components/shortcode/SHORT_FORM/templates/.default/style.css?17010930606885 */
/* /local/components/new.component/metody.lecheniya/templates/.default/style.css?17113017145304 */
/* /bitrix/templates/aspro-allcorp3medc/components/bitrix/news.list/staff-list/style.css?167765221120232 */
/* /bitrix/templates/aspro-allcorp3medc/components/bitrix/news.list/ak-new-price-list/style.css?170446183411240 */
/* /local/components/new.component/faq/templates/.default/style.css?17007485507529 */
/* /bitrix/templates/aspro-allcorp3medc/css/jquery.fancybox.min.css?167765156612936 */
