@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 {
  background: #e1e8f5;
}
.alt-menu__wrap .top-menu-alt {
  display: flex;
  justify-content: space-between;
  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: 500;
  line-height: 1.2;
  margin-bottom: 8px;
}
.section-about__wrap .item-box p {
  margin-bottom: 0;
}

.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);
}
.bario-calculator__wrap .h2 {
  font-size: 40px;
  font-weight: 500;
}
.bario-calculator__wrap .text-after-title {
  width: 410px;
  padding-left: 30px;
  padding-top: 10px;
}
.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%;
  font-weight: 700;
}
.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: 600;
  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;
}
.bario-calculator__wrap .js-metter-text p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .bario-calculator__wrap .ui .scale {
    margin: 0 auto;
  }
  .bario-calculator__wrap .js-metter-text {
    margin: 0 auto;
  }
}

.programm-swiper__wrap .programm-swiper__wrap {
  padding-bottom: 30px;
}
.programm-swiper__wrap .swiper-slide {
  width: 384px;
}
.programm-swiper__wrap .swiper-slide .bg {
  position: absolute;
  top: 24px;
  right: 24px;
}
.programm-swiper__wrap .item {
  border-radius: 16px;
  padding: 24px;
  background: linear-gradient(180deg, rgba(65, 133, 244, 0.1) 50.14%, rgba(65, 133, 244, 0) 82.8%), #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);
  transition: all 0.8s ease;
}
.programm-swiper__wrap .item:hover {
  background: linear-gradient(180deg, rgba(65, 133, 244, 0.1) 50.14%, rgba(65, 133, 244, 0) 82.8%), #caddff;
  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);
}
.programm-swiper__wrap .item .content {
  min-height: 234px;
  margin-bottom: 10px;
}
.programm-swiper__wrap .item .icon-wrap {
  margin-bottom: 24px;
}
.programm-swiper__wrap .item .title {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 8px;
}
.programm-swiper__wrap .item .time {
  margin-bottom: 8px;
  font-size: 20px;
}
.programm-swiper__wrap .item .time svg {
  margin-right: 10px;
}
.programm-swiper__wrap .item .cost {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 16px;
}
.programm-swiper__wrap .item .btn {
  font-size: 16px;
  width: 100%;
  padding: 14px 0;
}
.programm-swiper__wrap .item .btc {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .programm-swiper__wrap .item .title {
    font-size: 20px;
  }
  .programm-swiper__wrap .item .time {
    font-size: 16px;
    margin-bottom: 16px;
  }
}

.section-why__wrap .item-box {
  height: 100%;
}
.section-why__wrap .item-box svg {
  margin-bottom: 8px;
}
.section-why__wrap .item-box .h4 {
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 8px;
}
.section-why__wrap .item-box p {
  margin-bottom: 0;
}

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

.bg--w-5 {
  background-color: #ebf2ff;
}

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

a.link--arrow:hover {
  text-decoration: none;
}

a.link--arrow:hover::after {
  padding-left: 16px;
}

.napravlenya__wrap {
  background-color: #ebf2ff;
}
.napravlenya__wrap .napravlenya__item {
  background-color: #fff;
  border-radius: 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);
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  margin-bottom: 20px;
}
.napravlenya__wrap .napravlenya__item .text {
  font-size: 24px;
}
.napravlenya__wrap .napravlenya__item .text span {
  position: absolute;
  max-width: 249px;
  padding: 24px;
}
.napravlenya__wrap .napravlenya__item .img {
  padding-top: 24px;
}
.napravlenya__wrap .napravlenya__item:hover, .napravlenya__wrap .napravlenya__item.selected {
  background-color: #4b7fdb;
}
.napravlenya__wrap .napravlenya__item:hover .text, .napravlenya__wrap .napravlenya__item.selected .text {
  color: #fff;
}
.napravlenya__wrap .napravlenya__item:hover .img svg circle, .napravlenya__wrap .napravlenya__item.selected .img svg circle {
  fill: transparent !important;
}
.napravlenya__wrap .napravlenya__item:hover .img svg path[stroke="#FF6E3B"], .napravlenya__wrap .napravlenya__item.selected .img svg path[stroke="#FF6E3B"] {
  stroke: #fff !important;
}
.napravlenya__wrap .napravlenya__item:hover .img svg path[fill="#4185F4"], .napravlenya__wrap .napravlenya__item.selected .img svg path[fill="#4185F4"] {
  fill: #fff !important;
}
.napravlenya__wrap .napravlenya__item:hover .img svg circle[stroke="#FF6E3B"], .napravlenya__wrap .napravlenya__item.selected .img svg circle[stroke="#FF6E3B"] {
  stroke: #fff !important;
}
.napravlenya__wrap .napravlenya__item:hover .img svg path[stroke="#4185F4"], .napravlenya__wrap .napravlenya__item.selected .img svg path[stroke="#4185F4"] {
  stroke: #fff !important;
}
.napravlenya__wrap .napravlenya__item:hover .img svg circle[stroke="#4185F4"], .napravlenya__wrap .napravlenya__item.selected .img svg circle[stroke="#4185F4"] {
  stroke: #fff !important;
}
.napravlenya__wrap .napravlenya__item:hover .img svg ellipse[stroke="#4185F4"], .napravlenya__wrap .napravlenya__item.selected .img svg ellipse[stroke="#4185F4"] {
  stroke: #fff !important;
}
.napravlenya__wrap .napravlenya__item:hover .img svg rect[fill="#FF6E3B"], .napravlenya__wrap .napravlenya__item.selected .img svg rect[fill="#FF6E3B"] {
  fill: #fff !important;
}
.napravlenya__wrap .napravlenya__item:hover:not(.selected) {
  cursor: pointer;
}
@media (max-width: 768px) {
  .napravlenya__wrap {
    border-radius: 20px;
    padding-top: 20px;
    padding-bottom: 0;
  }
}

.napravlenya__text__wrap .napravlenya__dtl {
  display: none;
}
.napravlenya__text__wrap .napravlenya__dtl.active {
  display: flex;
}

.g-doctors__wrap .g-doctor-filter {
  display: flex;
  gap: 16px;
  margin-bottom: 12px;
  justify-content: center;
}
.g-doctors__wrap .g-doctor-filter .tab {
  padding: 8px 16px;
  border-radius: 8px;
  border: 1px solid var(--gray, #91a8bd);
  font-size: 20px;
  cursor: pointer;
}
.g-doctors__wrap .g-doctor-filter .tab svg path {
  fill: #2c66bc;
}
.g-doctors__wrap .g-doctor-filter .tab.active {
  background-color: #2c66bc;
  color: #fff;
}
.g-doctors__wrap .g-doctor-filter .tab.active svg path {
  fill: #fff;
}
.g-doctors__wrap .doctor_list__wrap {
  background: transparent;
}
.g-doctors__wrap .btn-v-more-doctor {
  border: 1px solid #91a8bd;
  background: #2c66bc;
  color: #fff;
  font-weight: 400;
  position: relative;
}
.g-doctors__wrap .btn-v-more-doctor::after {
  content: "";
  display: block;
  background-image: url(/public/icon-chevron-right-white.svg);
  width: 20px;
  height: 20px;
  position: absolute;
  right: 12px;
  top: 6px;
  transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  .g-doctors__wrap .mobile-scroll-filter {
    overflow: scroll;
    margin-left: -12px;
    margin-right: -12px;
  }
  .g-doctors__wrap .mobile-scroll-filter .g-doctor-filter {
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 10px;
  }
  .g-doctors__wrap .mobile-scroll-filter .g-doctor-filter .tab {
    font-size: 16px;
    white-space: nowrap;
    line-height: 1;
    display: flex;
    align-items: center;
  }
  .g-doctors__wrap .mobile-scroll-filter .g-doctor-filter .tab svg {
    width: 18px;
    margin-left: 8px;
  }
  .g-doctors__wrap .mobile-scroll-filter .g-doctor-filter:after {
    content: "";
    display: block;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 1px;
  }
  .g-doctors__wrap .doctor_list__for .doctor_list__each,
  .g-doctors__wrap .doctor_detail__wrap .doctor_list__each {
    margin-left: -12px;
    margin-right: -12px;
  }
}

.tops-swiper__wrap .swiper-slide {
  width: 284px;
}
.tops-swiper__wrap .item {
  display: flex;
  gap: 16px;
}
.tops-swiper__wrap .item .title {
  color: var(--black, #222328);
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 8px;
}
.tops-swiper__wrap .item p {
  color: var(--gray, #91a8bd);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.tops-swiper__wrap .g-buttons-slider__wrap {
  display: flex;
  justify-content: center;
  gap: 16px;
  padding-top: 32px;
}
.tops-swiper__wrap .g-buttons-slider__wrap .each {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #2c66bc;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tops-swiper__wrap .g-buttons-slider__wrap .each svg path {
  fill: #2c66bc;
}
.tops-swiper__wrap .g-buttons-slider__wrap .each:hover {
  background-color: #2c66bc;
}
.tops-swiper__wrap .g-buttons-slider__wrap .each:hover svg path {
  fill: #fff;
}
@media screen and (max-width: 767px) {
  .tops-swiper__wrap .item {
    padding-left: 24px;
    padding-right: 24px;
  }
  .tops-swiper__wrap .item .title {
    font-size: 20px;
  }
}

.success-history__wrap .item {
  background-image: url("./img/history_bg.jpg");
  background-size: cover;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  background-position: right;
}
.success-history__wrap .item .img {
  width: 385px;
}
.success-history__wrap .item .img img {
  margin-bottom: 12px;
}
.success-history__wrap .item .img .prev p {
  font-size: 16px;
  margin-bottom: 0;
}
.success-history__wrap .item .content {
  margin-left: 40px;
  flex: 1;
  position: relative;
}
.success-history__wrap .item .content .qu {
  border-radius: 0px 10px 10px 0px;
  background: rgba(255, 110, 59, 0.1);
  width: 100%;
  border-left: 3px solid #ff6e3b;
  padding: 20px;
  color: #2461d9;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  box-sizing: border-box;
  margin-top: 20px;
  margin-bottom: 20px;
}
.success-history__wrap .item .content .q2 {
  text-align: right;
}
.success-history__wrap .item .content .text {
  line-height: 1.5;
}
.success-history__wrap .item .content .user {
  padding-top: 12px;
}
.success-history__wrap .item .content .user .name {
  color: #2461d9;
  font-size: 20px;
  font-weight: 500;
}
.success-history__wrap .g-buttons-slider__wrap {
  display: flex;
  justify-content: center;
  gap: 16px;
  padding-top: 32px;
}
.success-history__wrap .g-buttons-slider__wrap .each {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #2c66bc;
  display: flex;
  align-items: center;
  justify-content: center;
}
.success-history__wrap .g-buttons-slider__wrap .each svg path {
  fill: #2c66bc;
}
.success-history__wrap .g-buttons-slider__wrap .each:hover {
  background-color: #2c66bc;
}
.success-history__wrap .g-buttons-slider__wrap .each:hover svg path {
  fill: #fff;
}
@media screen and (max-width: 767px) {
  .success-history__wrap .item {
    display: block;
  }
  .success-history__wrap .item .img {
    width: 100%;
  }
  .success-history__wrap .item .content {
    margin-left: 0;
  }
  .success-history__wrap .item .q1 {
    margin-top: 24px;
  }
}

.reviews__wrap {
  background: #f1f6ff;
  margin-top: 80px;
  padding-bottom: 30px;
  padding-top: 20px;
}
.reviews__wrap .review-swiper-out__wrap .review-swiper__wrap {
  height: 360px;
  margin-top: -30px;
  margin-bottom: -120px;
}
.reviews__wrap .swiper-slide {
  padding-top: 30px;
  padding-bottom: 40px;
}
.reviews__wrap .swiper-slide.swiper-slide-active .rw-content {
  border-radius: 16px;
  background: var(--white, #fff);
  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);
}
.reviews__wrap .swiper-slide .rw-content {
  border-radius: 16px;
  background: var(--white, #fff) !important;
  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);
}
.reviews__wrap .review-swiper-button-next:hover,
.reviews__wrap .review-swiper-button-next:hover {
  opacity: 0.8;
}
.reviews__wrap .review-swiper-out__wrap .review-nav__wrap {
  z-index: 11;
}

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

.review-swiper-out__wrap .review-swiper__wrap .swiper-slide .rw-content .text {
  font-weight: 400;
}

.review-swiper-out__wrap .review-swiper__wrap .swiper-slide .rw-content .name {
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  #getRecordForm {
    padding-left: 12px;
    padding-right: 12px;
  }
  .reviews__wrap .swiper-slide.swiper-slide-active .rw-content {
    padding-top: 16px;
  }
  .review-swiper-out__wrap .review-swiper__wrap .swiper-slide .rw-content .name {
    position: absolute;
    bottom: 176px !important;
  }
}
.cnt-process__wrap {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  padding-bottom: 20px;
}

.cnt-process__wrap .cnt-process {
  width: 33.333333333%;
  padding: 10px;
  min-width: 280px;
}

.rehab_process__wrap {
  background-color: transparent;
}
.rehab_process__wrap .each_process {
  background-color: #f2f6fd;
}
.rehab_process__wrap .each_process::after {
  color: #e5edff;
}
.rehab_process__wrap .each_process .title {
  padding-left: 0;
}
.rehab_process__wrap .each_process .title::after {
  display: none;
}
.rehab_process__wrap .each_process .text {
  color: #222328;
  padding-left: 0;
  font-size: 16px;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .cnt-process__wrap {
    overflow: scroll;
  }
}
.white-box {
  background-color: #fff;
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 24px;
}

.tabs-bg__wrap {
  border-radius: 16px;
  background: #fff;
  padding: 32px;
  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);
}

.tabs-bg__wrap .tabs__wrap {
  border-radius: 8px;
  background: var(--dark-light, #e1e8f5);
  max-width: 400px;
}

.tabs-bg__wrap .tabs__wrap .each {
  opacity: 1;
  font-size: 20px;
  color: #2c66bc;
  padding: 0;
}

.tabs-bg__wrap .tabs__wrap .each .title {
  padding: 0;
  margin: 0;
  font-size: 20px;
  white-space: nowrap;
  padding: 8px 16px;
}

.tabs-bg__wrap .tabs__wrap .each.active {
  box-shadow: none;
  border-radius: 8px;
  background: #2c66bc;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .tabs-bg__wrap {
    padding: 8px;
  }
  .tabs-bg__wrap .tabs__wrap .each .title {
    font-size: 18px;
  }
}
.tabs__content .list_of_links__colums a {
  font-size: 20px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  padding-left: 28px;
  position: relative;
  margin-bottom: 16px;
}

.tabs__content .list_of_links__colums a::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #2c66bc;
  margin-right: 4px;
  position: absolute;
  left: 10px;
  top: 10px;
}

.tabs__content .list_of_links__colums a:hover {
  text-decoration: none;
  color: #2c66bc;
}

@media screen and (max-width: 768px) {
  .tabs__content {
    padding-top: 8px !important;
  }
  .tabs__content .list_of_links__colums a {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.why-we-are__wrap .swiper-slide {
  width: 378px;
}
.why-we-are__wrap .item {
  display: flex;
  border-radius: 16px;
  background: #fff;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  padding: 24px;
  height: 192px;
  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);
}
.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;
}
.why-we-are__wrap .g-buttons-slider__wrap {
  display: flex;
  justify-content: center;
  padding-top: 40px;
  gap: 16px;
}
.why-we-are__wrap .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;
}
.why-we-are__wrap .g-buttons-slider__wrap .each svg {
  fill: var(--accent);
}
.why-we-are__wrap .g-buttons-slider__wrap .each:hover {
  background-color: var(--accent);
}
.why-we-are__wrap .g-buttons-slider__wrap .each:hover svg {
  fill: #fff;
}
@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;
  }
}

.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: #fff;
}

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