@charset "UTF-8";
:root {
  --accent: #2c66bc;
  --second: #fd8327;
  --orange: #fd8327;
}

body {
  font-weight: 400;
}

.bg-v1 {
  border-radius: 16px;
  background: #f1f6ff;
}

.bg-v2 {
  background: #f1f6ff;
}

.h-100 {
  height: 100%;
}

h1,
.h1 {
  font-weight: 500;
  line-height: 1.2;
  font-size: 40px;
}

h2,
.h2 {
  line-height: 1.2;
  font-size: 40px;
}

h3,
.h3 {
  line-height: 1.2;
  font-size: 28px;
}

h4,
.h4 {
  line-height: 1.2;
}

p {
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 24px;
  }
  h2,
  .h2 {
    font-size: 24px;
  }
}
.ul-custom-5 li {
  padding-left: 36px;
  line-height: 1.4;
}
.ul-custom-5 li::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("img/li.svg");
  background-color: transparent;
  border-radius: none;
  margin-right: 15px;
  margin-top: 0;
  margin-left: -34px;
}

.header-image__wrap {
  background-color: #f1f6ff;
  padding-top: 48px;
  padding-bottom: 48px;
}
.header-image__wrap .bgb {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.header-image__wrap > .br-2 {
  overflow: hidden;
}
.header-image__wrap .bnr-img {
  position: relative;
}
.header-image__wrap .bnr-img img {
  max-width: 100%;
}
.header-image__wrap .bg {
  background-position: top right;
  background-repeat: no-repeat;
}
.header-image__wrap .g-top-header {
  overflow: hidden;
  box-shadow: 0px 9px 25px 0px rgba(4, 35, 69, 0.07),
    0px 3.76px 9.755px 0px rgba(4, 35, 69, 0.05),
    0px 2.01px 4.502px 0px rgba(4, 35, 69, 0.03),
    0px 1.127px 2.006px 0px rgba(4, 35, 69, 0.02),
    0px 0.599px 0.742px 0px rgba(4, 35, 69, 0.01),
    0px 0.249px 0.159px 0px rgba(4, 35, 69, 0);
}
@media (max-width: 767px) {
  .header-image__wrap img {
    width: 100%;
  }
  .header-image__wrap .bg {
    background-image: none;
  }
}
@media (max-width: 820px) {
  .header-image__wrap .btn-v {
    display: block;
  }
  .header-image__wrap .btn-v:first-child {
    margin-bottom: 20px;
  }
}

.alt-menu__wrap .top-menu-alt {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.alt-menu__wrap .top-menu-alt a {
  color: #222328;
  font-size: 20px;
}
.alt-menu__wrap .top-menu-alt a:hover {
  text-decoration: none;
  color: #2c66bc;
}
@media (max-width: 767px) {
  .alt-menu__wrap {
    display: none;
  }
}

.section-about__wrap .item-box {
  padding: 16px;
  border-radius: 16px;
  background: #f2f6fd;
  box-shadow: 0px 9px 25px 0px rgba(4, 35, 69, 0.07),
    0px 3.76px 9.755px 0px rgba(4, 35, 69, 0.05),
    0px 2.01px 4.502px 0px rgba(4, 35, 69, 0.03),
    0px 1.127px 2.006px 0px rgba(4, 35, 69, 0.02),
    0px 0.599px 0.742px 0px rgba(4, 35, 69, 0.01),
    0px 0.249px 0.159px 0px rgba(4, 35, 69, 0);
  height: 100%;
}
.section-about__wrap .item-box svg {
  margin-bottom: 8px;
}
.section-about__wrap .item-box .h4 {
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 8px;
}
.section-about__wrap .item-box p {
  margin-bottom: 0;
}

.section-vidy__wrap {
  background: var(--light, #f2f6fd);
}
.section-vidy__wrap .vidy-img img {
  width: 100%;
  border-radius: 16px;
  display: none;
}
.section-vidy__wrap .vidy-img img.active {
  display: block;
}
.section-vidy__wrap .vidy-text .item {
  display: none;
}
.section-vidy__wrap .vidy-text .item .title {
  font-size: 20px;
  margin-bottom: 12px;
}
.section-vidy__wrap .vidy-text .item ul {
  margin-bottom: 24px;
}
.section-vidy__wrap .vidy-text .item.active {
  display: block;
}
.section-vidy__wrap .vidy-tabs .item {
  border-radius: 16px;
  background: var(--white, #fff);
  box-shadow: 0px 9px 25px 0px rgba(4, 35, 69, 0.07),
    0px 3.76px 9.755px 0px rgba(4, 35, 69, 0.05),
    0px 2.01px 4.502px 0px rgba(4, 35, 69, 0.03),
    0px 1.127px 2.006px 0px rgba(4, 35, 69, 0.02),
    0px 0.599px 0.742px 0px rgba(4, 35, 69, 0.01),
    0px 0.249px 0.159px 0px rgba(4, 35, 69, 0);
  padding: 24px;
  position: relative;
  overflow: hidden;
  height: 186px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.section-vidy__wrap .vidy-tabs .item.active {
  background-color: #2c66bc;
}
.section-vidy__wrap .vidy-tabs .item.active .title {
  color: #fff;
}
.section-vidy__wrap .vidy-tabs .item.active:after {
  display: none;
}
.section-vidy__wrap .vidy-tabs .item.active svg .bl {
  stroke: #fff;
}
.section-vidy__wrap .vidy-tabs .item.active svg .blf {
  fill: #fff;
}
.section-vidy__wrap .vidy-tabs .item .title {
  font-size: 24px;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  line-height: 28px;
}
.section-vidy__wrap .vidy-tabs .item svg {
  position: absolute;
  bottom: 20px;
  right: 24px;
  z-index: 1;
}
.section-vidy__wrap .vidy-tabs .item svg .bl {
  stroke: #2c66bc;
  transition: all 0.3s ease;
}
.section-vidy__wrap .vidy-tabs .item svg .blf {
  fill: #2c66bc;
  transition: all 0.3s ease;
}
.section-vidy__wrap .vidy-tabs .item::after {
  position: absolute;
  content: "";
  display: block;
  width: 208px;
  height: 208px;
  border-radius: 50%;
  background-color: #f8f8fa;
  right: 0;
  bottom: 0;
  margin-right: -33px;
  margin-bottom: -42px;
}
.section-vidy__wrap .schema-chose {
  cursor: pointer;
}
.section-vidy__wrap .schema-chose .cicle-inner {
  fill: #2c66bc;
}
.section-vidy__wrap .schema-chose.active .cicle-inner {
  fill: #e2670e;
}

.link-in-c {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.link-in-c a {
  display: flex;
  height: 38px;
  padding: 4px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
  border: 1px solid var(--dark-light, #e1e8f5);
  background: var(--white, #fff);
}

.doctor_list__for.doctor_list__wrap {
  background-color: transparent;
}

.to-top__wrap {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9;
}
.to-top__wrap .container {
  position: relative;
}
.to-top__wrap .to-top {
  bottom: 60px;
  right: -56px;
  position: absolute;
  cursor: pointer;
}
.to-top__wrap .to-top:hover {
  opacity: 0.88;
}
@media (max-width: 920px) {
  .to-top__wrap {
    display: none !important;
  }
}

.preparation__wrap .item {
  border-radius: 16px;
  background: #fff;
  padding: 16px;
  box-shadow: 0px 9px 25px 0px rgba(4, 35, 69, 0.07),
    0px 3.76px 9.755px 0px rgba(4, 35, 69, 0.05),
    0px 2.01px 4.502px 0px rgba(4, 35, 69, 0.03),
    0px 1.127px 2.006px 0px rgba(4, 35, 69, 0.02),
    0px 0.599px 0.742px 0px rgba(4, 35, 69, 0.01),
    0px 0.249px 0.159px 0px rgba(4, 35, 69, 0);
  height: 100%;
}
.preparation__wrap .item svg {
  margin-bottom: 16px;
}
.preparation__wrap .item .title {
  font-size: 20px;
  margin-bottom: 8px;
}
.preparation__wrap .item-blue {
  border-radius: 16px;
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.4) 8.76%,
      rgba(0, 0, 0, 0) 99.97%
    ),
    linear-gradient(0deg, #2c66bc 0%, #2c66bc 100%), #e2670e;
  padding: 24px;
}
.preparation__wrap .item-blue .title {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
}

.reabilitation__wrap .item {
  border-radius: 16px;
  background: var(--light, #f2f6fd);
  box-shadow: 0px 9px 25px 0px rgba(4, 35, 69, 0.07),
    0px 3.76px 9.755px 0px rgba(4, 35, 69, 0.05),
    0px 2.01px 4.502px 0px rgba(4, 35, 69, 0.03),
    0px 1.127px 2.006px 0px rgba(4, 35, 69, 0.02),
    0px 0.599px 0.742px 0px rgba(4, 35, 69, 0.01),
    0px 0.249px 0.159px 0px rgba(4, 35, 69, 0);
  padding: 16px;
}
.reabilitation__wrap .item .first {
  display: flex;
  align-items: center;
  gap: 16px;
}
.reabilitation__wrap .item .first .title {
  color: var(--accent, #2c66bc);
  font-family: Rubik;
  font-size: 76.972px;
  font-style: normal;
  font-weight: 300;
  opacity: 0.1;
  line-height: 1;
}

.bario-palaty__wrap .box-white-sm {
  background-color: #fff;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.6);
  padding: var(--16px, 16px);
}
.bario-palaty__wrap .box-white-sm .h4 {
  font-weight: 400;
  line-height: 24px;
  padding-top: 6px;
}
.bario-palaty__wrap .box-white-sm p {
  opacity: 0.8;
  line-height: 24px;
}

.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: 16px;
  font-weight: 400;
  line-height: 1.6;
  padding-top: 8px;
  padding-bottom: 16px;
}
.f-gallery-simple .swiper-slide {
  background-color: #f1f6ff;
}
.f-gallery-simple .nav-btns {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2c66bc;
}
.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 #2c66bc;
  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;
  }
}

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;
}

.why-we-are__wrap .swiper-slide {
  width: 328px;
}
.why-we-are__wrap .item {
  display: flex;
  border-radius: 16px;
  background: #fff;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  height: 100%;
}
.why-we-are__wrap .item .img {
  padding-right: 16px;
}
.why-we-are__wrap .item .text .title {
  font-size: 20px;
  padding-bottom: 8px;
  line-height: 24px;
  max-width: 250px;
}
.why-we-are__wrap .item .text .txt {
  color: #2b3440;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .why-we-are__wrap .swiper-slide {
    width: 100%;
  }
  .why-we-are__wrap .item {
    padding: 12px;
    height: 200px;
  }
  .why-we-are__wrap .item .text .title {
    line-height: 1.1;
  }
  .why-we-are__wrap .item .text .txt {
    line-height: 1.3;
  }
}

.g-buttons-slider__wrap {
  display: flex;
  justify-content: center;
  padding-top: 40px;
  gap: 16px;
}
.g-buttons-slider__wrap .each {
  height: 40px;
  width: 40px;
  border: 1px solid var(--accent);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.g-buttons-slider__wrap .each svg {
  fill: var(--accent);
}
.g-buttons-slider__wrap .each:hover {
  background-color: var(--accent);
}
.g-buttons-slider__wrap .each:hover svg {
  fill: #fff;
}

.review-section__wrap {
  background-color: #f2f6ff;
  padding-bottom: 40px;
  padding-top: 20px;
}

.review-swiper-out__wrap
  .review-swiper__wrap
  .swiper-slide.swiper-slide-active
  .rw-content {
  border-radius: 16px;
  background: var(--white, #fff);
  /* shadow hard */
  box-shadow: 0px 33px 80px 0px rgba(53, 82, 122, 0.28),
    0px 7.371px 17.869px 0px rgba(53, 82, 122, 0.17),
    0px 2.195px 5.32px 0px rgba(53, 82, 122, 0.11);
}

.review-swiper-out__wrap .review-swiper__wrap .swiper-slide .rw-content {
  border-radius: 16px;
  background: var(--white, #fff);
  box-shadow: 0px -2px 50px 0px rgba(53, 82, 122, 0.07),
    0px -0.603px 15.074px 0px rgba(53, 82, 122, 0.05),
    0px -0.25px 6.261px 0px rgba(53, 82, 122, 0.04),
    0px -0.091px 2.264px 0px rgba(53, 82, 122, 0.02);
}

.review-swiper-out__wrap
  .review-swiper__wrap
  .swiper-slide
  .rw-content
  .text
  .trun {
  color: var(--text-body-2, #45464e);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .review-swiper-out__wrap .review-swiper__wrap .swiper-slide .rw-content {
    padding: 24px 12px;
    height: 220px;
  }
  .review-swiper-out__wrap
    .review-swiper__wrap
    .swiper-slide
    .rw-content
    .text
    .trun {
    line-height: 1.3;
  }
}

.review-swiper-out__wrap .review-swiper__wrap .swiper-slide .rw-content .name {
  color: var(--text-body-2, #45464e);
  font-weight: 400;
}

.review-swiper-out__wrap .review-swiper__wrap {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: -20px;
  height: 386px;
  margin-bottom: -120px;
}
@media screen and (max-width: 768px) {
  .review-swiper-out__wrap .review-swiper__wrap {
    height: 455px;
  }
}

.review-swiper-out__wrap .review-nav__wrap {
  z-index: 99;
}

@media screen and (max-width: 768px) {
  .review-swiper-scrollbar.swiper-scrollbar-horizontal {
    display: none;
  }
}
.faq__wrap .list-of .each {
  border-radius: 8px;
  background: var(--light, #f2f6fd);
  margin-bottom: 2px;
  padding: 24px 16px;
}
.faq__wrap .list-of .each .title {
  color: var(--black, #222328);
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  position: relative;
  cursor: pointer;
}
.faq__wrap .list-of .each .title::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  background-image: url("img/arrow.svg");
}
.faq__wrap .list-of .each .text {
  margin-top: 16px;
  border-radius: 16px;
  background: var(--white, #fff);
  padding: 16px 8px;
  display: none;
}
.faq__wrap .list-of .each.active .title::after {
  transform: rotate(180deg);
}
.faq__wrap .list-of .each.active .text {
  display: block;
}
