@charset "UTF-8";
:root {
  --black: #222328;
  --white: #fff;
  --accent: #7981ad;
  --secondary: #da9c86;
  --new-white: #fafcfc;
  --hyper-light: #f8f8fa;
  --gradient-light: linear-gradient(
    8deg,
    #dee3fb 0%,
    rgba(222, 227, 251, 0) 100%
  );
  --gradient-dark: linear-gradient(359deg, #777faa 0%, #a3ade5 100%);
}

@media screen and (max-width: -1px) {
  .hidden-xs-down {
    display: none !important;
  }
}
.hidden-xs-up {
  display: none !important;
}

@media screen and (max-width: 779px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media screen and (min-width: 780px) {
  .hidden-sm-up {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}
@media screen and (min-width: 992px) {
  .hidden-md-up {
    display: none !important;
  }
}
@media screen and (max-width: 1279px) {
  .hidden-lg-down {
    display: none !important;
  }
}
@media screen and (min-width: 1280px) {
  .hidden-lg-up {
    display: none !important;
  }
}
* {
  -webkit-font-smoothing: auto !important;
  -moz-osx-font-smoothing: auto !important;
}

:root {
  --Black: #2b3440;
  --m-xs: 24px;
  --m-sm: 32px;
  --m-md: 48px;
  --m-lg: 80px;
  --m-xlg: 104px;
  --L: 40px;
  --M: 24px;
  --white-60: rgba(255, 255, 255, 0.6);
  --accent: #20b56b;
  --Light-Gray: #d3dbe7;
}

@media screen and (max-width: 378px) {
  :root {
    --Black: #2b3440;
    --m-xs: 20px;
    --m-sm: 28px;
    --m-md: 42px;
    --m-lg: 50px;
    --m-xlg: 84px;
    --L: 40px;
    --M: 24px;
    --white-60: rgba(255, 255, 255, 0.6);
    --accent: #20b56b;
    --Light-Gray: #d3dbe7;
  }
}
.cl-accent {
  color: var(--accent, #20b56b);
}
.cl-1 {
  color: #7778a9;
}
.cl-5 {
  color: #649ecd;
}
.cl-orange {
  color: #f28c12;
}
.cl-yellow {
  color: #f1c21d;
}
.cl-yellow-1 {
  color: #d0c810;
}

.text-bold {
  font-weight: 700;
}

.box-white {
  border-radius: var(--L, 40px);
  background: rgba(255, 255, 255, 0.6);
  padding: var(--L, 40px);
}

.box-white-sm {
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.6);
  padding: var(--16px, 16px);
}

.btn--orange {
  background-color: var(--accent, #20b56b);
  color: #fff;
}
.btn--orange:hover {
  background-color: var(--accent, #20b56b);
  color: #fff;
  opacity: 0.8;
}

.btn-border--orange {
  border: 1px solid var(--Light-Gray, #d3dbe7);
  color: var(--Black, #2b3440);
}
.btn-border--orange:hover {
  color: var(--Black, #2b3440);
}

.btn--blue {
  background: var(--Gray, #7b8799);
}
.btn--blue:hover {
  background: var(--Black, #2b3440);
  opacity: 0.8;
}

.fixed-header__wrap .menu {
  background: var(--Black, #2b3440);
}

.header__desktop {
  background: #f8f9f9;
}

.header__top_nav {
  background: #f8f9f9;
}

.header__info_row {
  padding-top: 22px;
}
.header__info_row .p-relative {
  z-index: 1;
}
.header__info_row .container {
  background-color: #fff;
  position: relative;
}
.header__info_row .container:before {
  content: "";
  display: block;
  background-color: #fff;
  border-radius: var(--L, 40px);
  width: calc(100% + 20px);
  height: 194px;
  position: absolute;
  margin-left: -20px;
  margin-top: -14px;
  z-index: 1;
}

#fTopBox {
  position: relative;
  z-index: 1;
}
#fTopBox .container {
  background-color: #fff;
}

.breadcrump__wrap {
  padding-top: 0;
  position: relative;
  padding-bottom: 0;
  z-index: 1;
}
.breadcrump__wrap .container {
  padding-top: 10px;
  background-color: #fff;
}

main {
  overflow: hidden;
}
main ul li:before {
  background-color: var(--Black, #2b3440);
  width: 3px;
  height: 3px;
  margin-top: 12px;
}
main a {
  color: var(--Complement-5-down, #649ecd);
}
main a.link--arrow::after {
  content: "〉";
  margin-left: 14px;
  font-size: 12px;
  font-weight: 700;
  width: 24px;
  padding-left: 10px;
  display: table-cell;
  transition: padding-left 0.3s ease;
}
main a.link--arrow:hover {
  text-decoration: none;
}
main a.link--arrow:hover::after {
  padding-left: 16px;
}
main .row {
  margin-left: -24px;
  margin-right: -24px;
}
main .row .col-1,
main .row .col-2,
main .row .col-3,
main .row .col-4,
main .row .col-5,
main .row .col-6,
main .row .col-7,
main .row .col-8,
main .row .col-9,
main .row .col-10,
main .row .col-11,
main .row .col-12,
main .row .col,
main .row .col-auto,
main .row .col-sm-1,
main .row .col-sm-2,
main .row .col-sm-3,
main .row .col-sm-4,
main .row .col-sm-5,
main .row .col-sm-6,
main .row .col-sm-7,
main .row .col-sm-8,
main .row .col-sm-9,
main .row .col-sm-10,
main .row .col-sm-11,
main .row .col-sm-12,
main .row .col-sm,
main .row .col-sm-auto,
main .row .col-md-1,
main .row .col-md-2,
main .row .col-md-3,
main .row .col-md-4,
main .row .col-md-5,
main .row .col-md-6,
main .row .col-md-7,
main .row .col-md-8,
main .row .col-md-9,
main .row .col-md-10,
main .row .col-md-11,
main .row .col-md-12,
main .row .col-md,
main .row .col-md-auto,
main .row .col-lg-1,
main .row .col-lg-2,
main .row .col-lg-3,
main .row .col-lg-4,
main .row .col-lg-5,
main .row .col-lg-6,
main .row .col-lg-7,
main .row .col-lg-8,
main .row .col-lg-9,
main .row .col-lg-10,
main .row .col-lg-11,
main .row .col-lg-12,
main .row .col-lg,
main .row .col-lg-auto,
main .row .col-xl-1,
main .row .col-xl-2,
main .row .col-xl-3,
main .row .col-xl-4,
main .row .col-xl-5,
main .row .col-xl-6,
main .row .col-xl-7,
main .row .col-xl-8,
main .row .col-xl-9,
main .row .col-xl-10,
main .row .col-xl-11,
main .row .col-xl-12,
main .row .col-xl,
main .row .col-xl-auto {
  padding-left: 24px;
  padding-right: 24px;
}
main .row-sm {
  margin-left: -8px;
  margin-right: -8px;
}
main .row-sm .col {
  padding-left: 8px;
  padding-right: 8px;
}

body .mfp-close-btn-in .mfp-close {
  position: fixed;
  top: 0;
  color: #fff;
  font-size: 40px;
}

.btn--lg {
  font-size: 16px;
  line-height: 1.4;
  height: 56px;
  display: flex;
  align-items: center;
  padding-right: 24px;
}

.btn--w-100 {
  width: 100%;
  display: flex;
  justify-content: center;
}

main .btn .icon {
  padding-right: 8px;
  margin-top: -2px;
}
main .btn .icon img {
  position: relative;
  top: 0;
  left: 0;
}
main .btn.btn-icon {
  padding-left: 24px;
}

.license__wrap {
  display: none;
}

footer.bg--w-3 {
  background-color: #fff;
}

.fixed-header__wrap.js-fixed-header.show {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .breadcrump__wrap {
    padding-bottom: 10px;
    background-color: #fff;
  }
  .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
h1,
.h1 {
  font-size: 56px;
  font-weight: 300;
  line-height: 1.2;
  text-transform: uppercase;
}

h2,
.h2 {
  font-size: 40px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: var(--L, 40px);
}

h3,
.h3 {
  font-size: 32px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 300;
}

h4,
.h4 {
  font-size: 20px;
  line-height: 1.6;
  text-transform: uppercase;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  h1,
  .h1 {
    font-size: 40px;
    font-weight: 300;
    line-height: 1.2;
    text-transform: uppercase;
  }
  h2,
  .h2 {
    font-size: 32px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: var(--L, 40px);
  }
  h3,
  .h3 {
    font-size: 20px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 300;
  }
  h4,
  .h4 {
    font-size: 18px;
    line-height: 1.6;
    text-transform: uppercase;
    font-weight: 400;
  }
}
@media screen and (max-width: 375px) {
  h1,
  .h1 {
    font-size: 36px;
  }
  h2,
  .h2 {
    font-size: 28px;
  }
  h3,
  .h3 {
    font-size: 18px;
  }
  h4,
  .h4 {
    font-size: 16px;
  }
}
.title-md {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 8px;
}

body {
  color: var(--Black, #2b3440);
  background: #f8f9f9;
}
body main {
  line-height: 1.5;
  font-size: 16px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 300;
}

.bario-header__wrap {
  padding-top: 30px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.bario-header__wrap .content-center {
  max-width: 567px;
  margin: 0 auto;
  padding-top: var(--m-sm);
  padding-bottom: var(--m-md);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  height: 100%;
}
.bario-header__wrap .content-center svg {
  margin-bottom: var(--m-md, 48px);
}
.bario-header__wrap .content-center .text {
  text-align: center;
  max-width: 477px;
  margin: 0 auto;
  margin-bottom: var(--m-md, 48px);
}
.bario-header__wrap .btns__wrap {
  margin: 0 auto;
}
.bario-header__wrap .before {
  display: flex;
  align-items: flex-end;
  width: 264px;
}
.bario-header__wrap .before span {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  opacity: 0.2;
  text-transform: uppercase;
  margin-left: -24px;
  margin-bottom: -16px;
}
.bario-header__wrap .after {
  display: flex;
  align-items: flex-end;
  height: 100%;
  width: 264px;
}
.bario-header__wrap .after span {
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  opacity: 0.5;
  text-transform: uppercase;
  margin-right: -24px;
  margin-bottom: -16px;
}
@media screen and (max-width: 768px) {
  .bario-header__wrap .d-flex {
    display: block !important;
  }
  .bario-header__wrap .btns__wrap {
    width: 100%;
  }
  .bario-header__wrap .btn {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .bario-header__wrap .btn--orange {
    margin-bottom: 20px;
  }
  .bario-header__wrap .before {
    flex-direction: column;
    width: 100%;
  }
  .bario-header__wrap .before img {
    height: 292px;
  }
  .bario-header__wrap .before span {
    margin: 0;
    text-align: center;
    display: block;
    width: 100%;
    padding-top: 12px;
    font-size: 30px;
  }
  .bario-header__wrap .after {
    flex-direction: column-reverse;
    width: 100%;
  }
  .bario-header__wrap .after img {
    height: 280px;
  }
  .bario-header__wrap .after span {
    margin: 0;
    text-align: center;
    display: block;
    width: 100%;
    padding-top: 12px;
    font-size: 30px;
  }
}

.bario-header__after .content {
  padding: 40px var(--m-md, 48px);
  border-radius: var(--L, 40px);
  background: var(--white-60, rgba(255, 255, 255, 0.6));
  box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(9px);
          backdrop-filter: blur(9px);
  text-align: center;
}
.bario-header__after .content .title {
  font-size: 56px;
  font-weight: 800;
}
.bario-header__after .content .title small {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .bario-header__after .content {
    padding: 20px;
  }
  .bario-header__after .content .title {
    font-size: 36px;
  }
  .bario-header__after .content .title small {
    font-size: 24px;
  }
  .bario-header__after .content .col-md {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 20px;
  }
}

.bario-svr__wrap {
  padding-top: var(--m-xlg, 104px);
}
.bario-svr__wrap .img_container {
  position: relative;
  width: 100%;
  height: 100%;
}
.bario-svr__wrap .img_container::after {
  position: absolute;
  content: "";
  display: block;
  width: 200%;
  background-color: #f8f9f9;
  padding-bottom: 18.5%;
  bottom: 0;
  z-index: -1;
  left: -50%;
}
.bario-svr__wrap .img_container img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .bario-svr__wrap .img_container::after {
    padding-bottom: 38.5%;
    bottom: -27%;
  }
  .bario-svr__wrap .h2 {
    position: relative;
    z-index: 1;
  }
}

.bario-what-is__wrap {
  margin-top: var(--m-lg, 80px);
}

.sticky__wrap {
  z-index: 9;
  padding-top: 30px;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sticky__wrap {
    display: none;
  }
}

.bario-steps__wrap {
  display: flex;
  justify-content: space-between;
  padding: 16px 24px;
  border-radius: var(--M, 24px);
  background: var(--white-60, rgba(255, 255, 255, 0.6));
  box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(9px);
          backdrop-filter: blur(9px);
  align-items: center;
}
.bario-steps__wrap .each {
  display: block;
  text-decoration: none;
  color: var(--Black, #2b3440);
}
.bario-steps__wrap .each.active {
  font-weight: bold;
}
.bario-steps__wrap .arrow {
  content: "";
  display: block;
  width: 15px;
  height: 12px;
  background-image: url("/napravleniya/bariatricheskaya-khirurgiya/img/icons/arrow.svg");
}
.bario-steps__wrap .num {
  font-size: 10px;
}

.bario-calculator__wrap {
  border-radius: var(--L, 40px);
  background: var(--white-60, rgba(255, 255, 255, 0.6));
  box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(9px);
          backdrop-filter: blur(9px);
  padding: var(--m-xs, 24px);
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  .bario-calculator__wrap {
    margin-top: 80px;
  }
}
.bario-calculator__wrap .bold {
  font-weight: 700;
}
.bario-calculator__wrap .ui .scale {
  width: 307px;
  height: 153px;
  position: relative;
}
@media screen and (max-width: 376px) {
  .bario-calculator__wrap .ui .scale {
    width: 100%;
  }
  .bario-calculator__wrap .ui .scale .meter-bg img {
    width: 100%;
  }
}
.bario-calculator__wrap #metterWrap {
  position: relative;
}
.bario-calculator__wrap #metterWrap svg {
  display: block;
  margin: 0 auto;
}
.bario-calculator__wrap #meter {
  transform: rotateX(180deg);
}
.bario-calculator__wrap #meter_needle {
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -3px;
  transform-origin: bottom center;
  transform: rotate(270deg);
}
.bario-calculator__wrap #meterControler {
  position: relative;
}
.bario-calculator__wrap .meter-rage {
  position: relative;
}
.bario-calculator__wrap .meter-rage .label {
  position: absolute;
  padding: 12px 0 0 18px;
}
.bario-calculator__wrap .meter-rage .label span {
  color: #babcc3;
}
.bario-calculator__wrap .slider-range-outer {
  position: absolute;
  bottom: -7px;
  left: 0;
  padding: 0 12px;
  width: 100%;
}
.bario-calculator__wrap .slider-range-grade {
  padding: 0 12px;
  margin-bottom: 30px;
  font-size: 10px;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.bario-calculator__wrap .slider-range-grade > div {
  position: relative;
}
.bario-calculator__wrap .slider-range-grade span {
  position: absolute;
  display: block;
  width: 30px;
  margin-left: -15px;
  text-align: center;
  left: 0;
}
.bario-calculator__wrap .slider-value {
  border-radius: var(--S, 8px);
  border: 1px solid var(--Light-Gray, #d3dbe7);
  background: var(--white, #fff);
  padding: 38px 16px 8px 16px;
  width: 100%;
}
.bario-calculator__wrap .slider-range {
  -webkit-appearance: none;
  width: 100%;
  background: var(--accent);
  height: 2px;
}
.bario-calculator__wrap .slider-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 15px;
  width: 15px;
  background-color: #2b3440;
  border-radius: 50%;
}
.bario-calculator__wrap .meter-num-info {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  top: 72px;
}
.bario-calculator__wrap .meter-num-info .unit {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
}
.bario-calculator__wrap .js-metter-text {
  max-width: 307px;
  text-align: center;
  padding-top: 20px;
}
.bario-calculator__wrap .js-metter-text .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  text-transform: uppercase;
}
.bario-calculator__wrap .js-metter-text p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}

.bario-doctors__wrap {
  margin-top: var(--m-lg, 80px);
}

.doctor_list__wrap {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  z-index: 1;
  background: transparent;
}
.doctor_list__wrap .doctor_list__each {
  border-radius: var(--L, 40px);
  box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.6) inset;
  -webkit-backdrop-filter: blur(9px);
          backdrop-filter: blur(9px);
  margin-bottom: 48px;
}
.doctor_list__wrap .doctor_list__each a.btn-v.btn-v-border--orange {
  background-color: var(--accent) !important;
  color: #fff !important;
  border-color: var(--accent) !important;
  width: 100%;
  padding: 10px 0;
  margin-top: 15px;
  font-weight: 400;
}
.doctor_list__wrap .doctor_list__each .btn-v.btn-v-orange {
  border: 1px solid var(--Gray, #7b8799) !important;
  background-color: transparent !important;
  color: var(--Gray, #7b8799) !important;
  font-weight: 400;
  background-image: transparent !important;
  display: flex !important;
  align-items: center;
  padding: 7px 0px;
}
.doctor_list__wrap .doctor_list__each .btn-v.btn-v-orange::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("/napravleniya/bariatricheskaya-khirurgiya/img/icons/calendar.svg") !important;
  margin-right: 8px;
}
.doctor_list__wrap .doctor_list__each .speciality {
  text-transform: none !important;
}
.doctor_list__wrap .doctor_list__each .name {
  font-size: 20px !important;
  font-weight: 400 !important;
  text-transform: uppercase;
}
@media screen and (max-width: 378px) {
  .doctor_list__wrap .doctor_list__each .name {
    font-size: 18px !important;
    line-height: 1.2 !important;
  }
}
.doctor_list__wrap .doctor_list__each .price_list .first {
  color: var(--Complement-1-down, #7778a9) !important;
}
.doctor_list__wrap .doctor_list__each .price_list .old-price {
  color: var(--Black, #2b3440) !important;
}
.doctor_list__wrap .doctor_list__each .preview .each {
  font-size: 16px !important;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .doctor_list__wrap .speciality {
    padding-left: 20px;
    padding-bottom: 0;
    margin-bottom: 8px;
    margin-top: 8px;
  }
  .doctor_list__wrap ul.slick-dots li.slick-active button {
    background-color: var(--accent) !important;
  }
  .doctor_list__wrap .doctor_list__each {
    padding-bottom: 20px;
  }
}

.bario-vidy__wrap {
  margin-top: var(--m-lg, 80px);
}
.bario-vidy__wrap .items.row {
  margin-left: -12px;
  margin-right: -12px;
}
.bario-vidy__wrap .items.row .col-md-4 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.bario-vidy__wrap .items .item {
  display: block;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  background: var(--white-60, rgba(255, 255, 255, 0.6));
  margin-bottom: 20px;
}
.bario-vidy__wrap .items .item::after {
  content: "";
  display: block;
  padding-bottom: 56%;
}
.bario-vidy__wrap .items .item .content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.bario-vidy__wrap .items .item .content_inner {
  padding: 24px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.bario-vidy__wrap .items .item .content .title-md {
  margin-bottom: 16px;
  max-width: 120px;
}
.bario-vidy__wrap .items .item .content .after {
  font-size: 10px;
}
.bario-vidy__wrap .items .item .content .img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: right;
}
.bario-vidy__wrap .items .item .content .img img {
  max-width: 100%;
  max-height: 100%;
}

.bario-pokazanya__wrap {
  margin-top: -20px;
  padding-top: var(--m-lg, 80px);
}

.bario-podgotovka__wrap {
  margin-top: var(--m-lg, 80px);
}

.bario-palaty__wrap {
  margin-top: var(--m-lg, 80px);
}

.palaty-gallery {
  position: relative;
}

.f-gallery-simple .img {
  border-radius: var(--M, 24px);
}
.f-gallery-simple .name {
  color: var(--Black, #2b3440);
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  text-transform: uppercase;
  padding-top: 8px;
  padding-bottom: 16px;
}
.f-gallery-simple .swiper-slide {
  background-color: #f8f9f9;
}
.f-gallery-simple .nav-btns {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-gallery-simple .nav-btns .swiper-button-next,
.f-gallery-simple .nav-btns .swiper-button-prev {
  position: relative;
  left: inherit;
  right: inherit;
  border-radius: 28px;
  border: 1px solid var(--Light-Gray, #d3dbe7);
  width: 40px;
  height: 40px;
  margin: 0;
}
.f-gallery-simple .nav-btns .swiper-button-next svg,
.f-gallery-simple .nav-btns .swiper-button-prev svg {
  max-width: 24px;
  min-height: 24px;
}
.f-gallery-simple .nav-btns .swiper-button-next:after {
  display: none;
}
.f-gallery-simple .nav-btns .swiper-button-prev:after {
  display: none;
}
.f-gallery-simple .nav-btns .swiper-pagination {
  padding: 0 16px;
  margin-top: 14px;
}
.f-gallery-simple .nav-btns .swiper-pagination {
  position: relative;
  width: auto;
}
.f-gallery-simple .nav-btns .swiper-pagination .swiper-pagination-current {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .f-gallery-simple .name {
    font-size: 16px;
  }
}

.bario-vosstanovlenye__wrap {
  margin-top: var(--m-lg, 80px);
}
.bario-vosstanovlenye__wrap .row {
  margin-right: -20px;
  margin-left: -20px;
}
.bario-vosstanovlenye__wrap .row [class*=col-] {
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 40px;
}

.bario-nabludenye__wrap {
  margin-top: var(--m-lg, 80px);
}

.bario-results__wrap {
  margin-top: var(--m-lg, 80px);
}

.bario-why-we__wrap {
  margin-top: var(--m-lg, 80px);
}
.bario-why-we__wrap .row {
  margin-right: -20px;
  margin-left: -20px;
}
.bario-why-we__wrap .row [class*=col-] {
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .bario-why-we__wrap .row [class*=col-] {
    margin-bottom: 20px;
  }
}

.bario-media__wrap {
  margin-top: var(--m-lg, 80px);
}

.bario-price__wrap {
  margin-top: var(--m-lg, 80px);
  background: #f8f9f9;
  position: relative;
  padding-top: 20px;
}

.price_list_bario__wrap .each_item {
  display: flex;
  justify-content: space-between;
  padding: var(--16px, 16px) var(--M, 24px);
  border-radius: var(--M, 24px);
  background: var(--white-60, rgba(255, 255, 255, 0.6));
  box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.6) inset;
  -webkit-backdrop-filter: blur(9px);
          backdrop-filter: blur(9px);
  margin-bottom: 16px;
  align-items: center;
}
.price_list_bario__wrap .each_item .name {
  color: var(--Black, #2b3440);
  font-weight: 400;
}
.price_list_bario__wrap .each_item .code {
  color: var(--Gray, #7b8799);
  font-size: 14px;
}
.price_list_bario__wrap .each_item .price {
  color: var(--Black, #2b3440);
}
.price_list_bario__wrap .each_item .price .num {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
.price_list_bario__wrap .each_item .price .currency {
  color: var(--Black, #2b3440);
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .price_list_bario__wrap .each_item {
    display: block;
  }
  .price_list_bario__wrap .each_item .price {
    padding-top: 6px;
    text-align: right;
  }
}

.bario-faq__wrap {
  margin-top: var(--m-lg, 80px);
}
.bario-faq__wrap img {
  mix-blend-mode: multiply;
}

.collapsed-faq_wrap .each_item .title {
  font-weight: 300;
}
.collapsed-faq_wrap .each_item .title .open {
  color: var(--Complement-5-down, #649ecd);
  font-weight: 400;
}

.bario-ca__wrap {
  margin-top: var(--m-lg, 80px);
}
.bario-ca__wrap .rowin {
  display: flex;
}
.bario-ca__wrap .rowin .col_02 {
  padding-top: 40px;
}
.bario-ca__wrap .rowin .col_02 .text {
  padding-top: 40px;
  text-align: center;
}
.bario-ca__wrap .rowin .col_03 img {
  margin-left: -40px;
}
@media screen and (max-width: 768px) {
  .bario-ca__wrap .rowin {
    flex-wrap: wrap;
  }
  .bario-ca__wrap .rowin .col_01 {
    order: 2;
    width: 50%;
    padding-top: 40px;
  }
  .bario-ca__wrap .rowin .col_02 {
    order: 1;
    width: 100%;
  }
  .bario-ca__wrap .rowin .col_02 img {
    width: 100%;
  }
  .bario-ca__wrap .rowin .col_03 {
    order: 3;
    width: 50%;
    padding-top: 40px;
  }
  .bario-ca__wrap .rowin .col_03 img {
    margin-left: 0;
  }
}

.review-carousel-v__wrap .slide_inner {
  border-radius: 16px;
  background: var(--white-60, rgba(255, 255, 255, 0.6));
  box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.6) inset;
  -webkit-backdrop-filter: blur(9px);
          backdrop-filter: blur(9px);
}
.review-carousel-v__wrap .slick-current .slide_inner {
  padding-top: 30px;
  padding-bottom: 20px;
}
.review-carousel-v__wrap .btn-v--primary {
  background: var(--Gray, #7b8799);
}
.review-carousel-v__wrap .btn-v--primary:hover {
  border-color: var(--Gray, #7b8799);
  opacity: 0.8;
}
.review-carousel-v__wrap .btn-v-simple {
  color: var(--Gray, #7b8799);
  background: none;
  padding-right: 16px;
  border: 1px solid #c1c1c1;
}
.review-carousel-v__wrap .btn-v-simple:hover {
  opacity: 0.8;
}
.review-carousel-v__wrap .slide_inner .text .read-more {
  color: var(--Gray, #7b8799);
}
.review-carousel-v__wrap .slide_inner .text .read-more:after {
  display: none;
}
.review-carousel-v__wrap .js-review-arrows .slick-next {
  background-color: var(--Accent-Down, #20b56b);
}

.section.review-carousel-v__wrap.pt-4 .h1 {
  color: var(--Complement-1-down, #7778a9);
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 0;
}

.bario-promo__wrap .h2 {
  color: var(--Complement-1-down, #7778a9);
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-bottom: 32px;
}
.bario-promo__wrap .akcii-carousel-new__wrap .each .inner {
  box-shadow: none;
}

.popup-popup-box {
  border-radius: 16px;
  background: var(--White, #f8f9f9);
  padding: 80px;
  position: relative;
}
.popup-popup-box.pop-up-vidy {
  display: flex;
  justify-content: flex-end;
}
.popup-popup-box.pop-up-vidy .img {
  right: auto;
  left: 0;
}
.popup-popup-box .inner-text {
  max-width: 470px;
  position: relative;
  z-index: 1;
  font-weight: 300;
}
.popup-popup-box .inner-text .h2 {
  color: var(--Complement-5-down, #649ecd);
  margin-bottom: 16px;
}
.popup-popup-box .inner-text .h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  text-transform: uppercase;
}
.popup-popup-box .inner-text p {
  font-size: 16px;
  line-height: 1.4;
}
.popup-popup-box .img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.popup-popup-box .img img {
  height: 100%;
}
@media screen and (max-width: 378px) {
  .popup-popup-box {
    padding: 20px;
    overflow: hidden;
  }
  .popup-popup-box .inner-text .h2 {
    font-size: 20px;
  }
  .popup-popup-box .img {
    position: relative;
    height: inherit;
    right: -20px;
    bottom: -20px;
    top: auto;
  }
  .popup-popup-box .img img {
    height: inherit;
    width: 100%;
    display: block;
  }
}

.f-gallery-out .img {
  border-radius: 24px;
  position: relative;
}
.f-gallery-out .swiper-slide {
  width: auto;
}
.f-gallery-out .nav-btns {
  position: relative;
  margin-top: 40px;
}
.f-gallery-out .nav-btns .swiper-pagination {
  position: relative;
  top: 0;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.f-gallery-out .nav-btns .swiper-pagination .swiper-pagination-bullet-active {
  margin: 0 18px !important;
  opacity: 0;
}
.f-gallery-out .nav-btns .swiper-pagination .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  margin: 0 8px;
}
.f-gallery-out .nav-btns .dott_wrap {
  position: relative;
  width: 1px;
  margin: 0 auto;
}
.f-gallery-out .nav-btns .swiper-button-next {
  position: relative;
  width: 40px;
  height: 40px;
  background: var(--Accent-Down, #20b56b);
  border-radius: 50%;
  margin: 0 auto;
  right: 0;
  margin-top: -30px;
}
.f-gallery-out .nav-btns .swiper-button-next svg {
  max-width: 24px;
  min-height: 24px;
}
.f-gallery-out .nav-btns .swiper-button-next::after {
  display: none;
}

@media screen and (max-width: 780px) {
  .media-gallery {
    padding: 0 20px;
    margin-right: -20px;
    margin-left: -20px;
  }
  .media-gallery .nav-btns {
    display: none;
  }
}

@media screen and (max-width: 780px) {
  .result-gallery {
    padding: 0 20px;
    margin-right: -20px;
    margin-left: -20px;
  }
  .result-gallery .nav-btns {
    display: none;
  }
}

.position-relative {
  position: relative;
}

.light-px {
  position: absolute;
  right: 0;
  padding-bottom: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.light-px .js-parallax {
  width: 100%;
  height: 1000px;
}
.light-px .px-img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
.light--001 {
  background-image: url("/napravleniya/bariatricheskaya-khirurgiya/img/shine/001.svg");
}
.light--001-2 {
  background-image: url("/napravleniya/bariatricheskaya-khirurgiya/img/shine/001_1.svg");
}
.light--002 {
  background-image: url("/napravleniya/bariatricheskaya-khirurgiya/img/shine/002.svg");
}
.light--003 {
  background-image: url("/napravleniya/bariatricheskaya-khirurgiya/img/shine/003.svg");
}
.light--004 {
  background-image: url("/napravleniya/bariatricheskaya-khirurgiya/img/shine/004.svg");
}
.light--006 {
  background-image: url("/napravleniya/bariatricheskaya-khirurgiya/img/shine/006.svg");
}
.light--007 {
  background-image: url("/napravleniya/bariatricheskaya-khirurgiya/img/shine/007.svg");
}
.light--008 {
  background-image: url("/napravleniya/bariatricheskaya-khirurgiya/img/shine/008.svg");
}
.light--010 {
  background-image: url("/napravleniya/bariatricheskaya-khirurgiya/img/shine/010.svg");
}
.light--011 {
  background-image: url("/napravleniya/bariatricheskaya-khirurgiya/img/shine/011.svg");
}
.bario-header__wrap .light--001 {
  width: 60%;
  right: -10%;
  padding-bottom: 60%;
  top: -30%;
}
.bario-header__wrap .light--001-2 {
  width: 78%;
  left: -34%;
  padding-bottom: 78%;
  bottom: -99%;
}

.bario-doctors__wrap .light--001-2 {
  width: 55%;
  left: 0;
  padding-bottom: 55%;
}
.bario-doctors__wrap .light--002 {
  width: 55%;
  right: -20%;
  padding-bottom: 55%;
  bottom: 0;
  z-index: 0;
}

.bario-svr__wrap {
  position: relative;
  overflow: hidden;
}
.bario-svr__wrap .light-px {
  width: 120%;
  left: -10%;
  top: -30%;
  padding-bottom: 100%;
}
.bario-svr__wrap .img_container {
  position: relative;
  z-index: 1;
}

.bario-what-is__wrap .light-px {
  width: 60%;
  padding-bottom: 60%;
  right: -10%;
  top: -20%;
}

.bario-vidy__wrap .light-px {
  width: 60%;
  padding-bottom: 50%;
  left: 0;
  bottom: -10%;
}

.bario-calculator-px__wrap {
  position: relative;
}
.bario-calculator-px__wrap .light-px {
  width: 40%;
  padding-bottom: 40%;
  right: 19%;
  bottom: -130px;
  z-index: -1;
  top: auto;
}

.bario-pokazanya__wrap .light-px {
  width: 40%;
  padding-bottom: 40%;
  right: -20%;
  top: -5%;
}

.bario-podgotovka__wrap .light-px {
  width: 50%;
  padding-bottom: 50%;
  right: 0;
  top: -5%;
  z-index: -1;
}

.bario-palaty__wrap > .container {
  position: relative;
}
.bario-palaty__wrap .light-px {
  width: 40%;
  padding-bottom: 40%;
  right: -15%;
  bottom: 16%;
}

.bario-vosstanovlenye__wrap .light-px {
  width: 40%;
  padding-bottom: 40%;
  left: 50%;
  margin-left: -25%;
  top: 20%;
}

.bario-media__wrap .light-px {
  width: 50%;
  padding-bottom: 50%;
  left: 0;
  top: 0;
  margin-top: -10%;
}

.bario-price__wrap .light-px {
  width: 50%;
  padding-bottom: 50%;
  left: 0;
  top: 15%;
}

.bario-faq__wrap .light-px {
  width: 50%;
  padding-bottom: 50%;
  right: 10%;
  top: -20%;
}

.bario-results__wrap .light-px {
  width: 45%;
  right: 2%;
  padding-bottom: 45%;
  z-index: -1;
  top: 100px;
}

.bario-why-we__wrap {
  overflow: hidden;
}
.bario-why-we__wrap .light-px {
  width: 100%;
  padding-bottom: 100%;
  left: 0;
  top: auto;
  z-index: -1;
  bottom: -50%;
}

.bario-ca__wrap .light--001 {
  width: 60%;
  right: -20%;
  padding-bottom: 60%;
  top: -71%;
  z-index: -1;
}
.bario-ca__wrap .light--001-2 {
  width: 78%;
  left: -34%;
  padding-bottom: 78%;
  bottom: -99%;
  z-index: -1;
}

@media screen and (max-width: 780px) {
  .promotion-swiper-scrollbar {
    margin-top: 26px;
    border-radius: 16px;
    background: var(--gradient-light, linear-gradient(22deg, #dee3fb 8.04%, rgba(222, 227, 251, 0) 113.42%));
  }
  .promotion-swiper-scrollbar .swiper-scrollbar-drag {
    height: 4px;
    border-radius: 2px;
    background: var(--gradient-dark, linear-gradient(316deg, #777faa 0.85%, #a3ade5 97.83%));
  }
}
@media screen and (min-width: 780px) {
  .nav-btns-mobile {
    display: none;
  }
}

@media screen and (max-width: 420px) {
  .akcii-carousel-new__wrap .each .inner {
    background-size: auto 100%;
    background-position-x: 50%;
  }
  .akcii-carousel-new__wrap .each .inner .name {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
  }
}