@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;0,14..32,400;0,14..32,500;0,14..32,600;0,14..32,700;0,14..32,800;1,14..32,100..900&display=swap");

:root {
  --black: #222222;
  --black2: #222222a6;
  --light-black: #22222259;
  --pink-1: #ff61cd;
  --pink-1-light: #ff61cd40;
  --green-2: #d4eeec;
  --green-3: #6ac4c1;
  --green-4: #13acb6;
  --light-blue: #bde0fe;
  --background-grey: #faf9ff;
}
body {
  font-family: "Inter", sans-serif !important;
  color: var(--black);
  padding: 0 !important;
  scroll-behavior: smooth;
}
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 1260px;
}
h1,.h1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 45px;
  color: var(--black);
  margin-bottom: 0;
}
h2,.h2 {
  font-size: 35px;
  font-weight: 600;
  line-height: 40px;
  color: var(--black);
  margin: 0;
}
h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
  color: var(--black);
  margin: 0;
}
h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  color: var(--black);
  margin: 0;
}
h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  color: var(--black);
  margin: 0;
}
dl,
ol,
ul,
p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--black);
  margin: 0;
}
dl,
ol,
ul {
  padding-left: 25px;
}
.section-padding--pc40px-mob30px {
  padding: 40px 0;
}
.mb-d40-m30 {
  margin-bottom: 40px;
}
.gap10px {
  gap: 10px;
}
.gap15px {
  gap: 15px;
}
.gap20px {
  gap: 20px;
}
.border-r15 {
  border-radius: 15px;
}
.border-r20 {
  border-radius: 20px;
}
.border-r30 {
  border-radius: 30px;
}
.p-14 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.green-4 {
  color: var(--green-4);
}
.light-black {
  color: var(--light-black);
}
.black {
  color: var(--black);
}
.black2 {
  color: var(--black2);
}
.background--background-grey {
  background: var(--background-grey);
}
.background--green-2 {
  background: var(--green-2);
}
.p-pc50px-mob20px {
  padding: 50px;
}
.h-60px {
  height: 60px;
}
.w-60px {
  max-width: 60px;
  min-width: 60px;
  width: 100%;
}
.btn-1,
.btn-3 {
  padding: 10px 15px 10px 15px;
  border-radius: 10px;
  background: var(--green-4);
  color: white;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  border: none;
}
.btn-1:hover,
.btn-3:hover {
  background: var(--green-3);
  color: white;
}
.btn-2 {
  padding: 10px 15px 10px 15px;
  border-radius: 10px;
  border: 1px solid var(--green-4);
  color: var(--black);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  background: none;
}
.btn-2:hover {
  color: var(--black);
  border-color: var(--black);
}
.btn-3 {
  padding: 16px 30px;
}
.btn-4 {
  padding: 10px 15px 10px 15px;
  border-radius: 10px;
  color: var(--black);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  background: none;
  border: none;
}
.btn-4:hover {
  background: var(--background-grey);
  color: var(--black);
}
.btn-1,
.btn-2,
.btn-3,
.btn-4 {
  animation-timing-function: ease-out;
  animation-duration: 300ms;
  display: inline-block;
  text-align: center;
}
.slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 12px 0 0;
}
.slick-dots li button {
  height: 12px;
  width: 12px;
  padding: 0;
}
.slick-dots li.slick-active button:before,
.slick-dots li button:before {
  width: 12px;
  height: 12px;
  content: "";
  border-radius: 99px;
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  background: var(--pink-1);
}
.slick-dots li button:before {
  background: var(--pink-1-light);
}
.slick-dots {
  position: unset;
  margin: 20px 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
button.custom-prev.slick-arrow,
button.custom-next.slick-arrow {
  border: none;
  background: none;
  padding: 0;
}
.custom-arrows {
  gap: 10px;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.d-grid {
  display: grid;
}

.block-app-store-google-play {
  background: var(--light-blue);
  height: 52px;
}
.block-app-store-google-play a {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  color: var(--black);
  margin-right: 18px;
}
.block-app-store-google-play img {
  width: 100%;
  max-width: 600px;
}

header {
  padding: 13px 0;
 /* box-shadow: 0px 2px 4px 0px #0000000d; */
}
.logo {
  gap: 8px;
  margin-right: 45px;
}
.logo--description-text {
  margin-top: 3px;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}
.logo-part1 {
  width: 70px;
}
.logo-part2 {
  width: 106px;
  margin-top: 1px;
}
.header-map-icon {
  margin-right: 10px;
}
.lang-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
.lang-item.current-lang a,
.fixed-menu .lang-item.current-lang a {
  color: var(--black);
}
.lang-item a {
  color: var(--light-black);
}
.mr-30 {
  margin-right: 30px;
}
.menu-nav ul.main-nav li a {
  color: var(--black);
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.menu-nav ul.main-nav li.current-menu-item a {
  color: var(--green-4);
}
.wrap-main-first-section {
  margin: 20px 0 10px 0;
  padding: 40px 0 0 50px;
  background: var(--green-2);
}
.services-point {
  background: var(--background-grey);
  padding: 12px 16px;
  border-radius: 44px;
  display: inline-block;
  margin: 0 10px 10px 0;
  transition: border-color 0.3s ease;
  border: 1px solid var(--background-grey);
}

.services-point:not(.active):hover {
  border-color: var(--light-black);
  color: inherit;
}

.services-point.active {
  background: var(--green-4);
  color: white;
}
.main-about-section {
  margin-bottom: 40px;
}
.wrap-main-first-section h1 {
  margin-bottom: 30px;
}
.wmas-lf {
  background: var(--background-grey);
  padding: 110px 50px 0 50px;
  border-radius: 30px;
  height: 100%;
}
.wmas-lf h4 {
  margin-bottom: 20px;
}
.about-carousel .slick-dots {
  display: none !important;
}
.wmas-lf .custom-arrows {
  margin-top: 20px;
}
.service-section {
  padding: 40px 0;
}
.service-section h2,.h2 {
  margin-bottom: 15px;
}
.service-section--service-list {
  margin-top: 40px;
  gap: 10px;
}
.ss--sl-item {
  background: var(--background-grey);
  padding: 20px;
}
.ss--sl-item:hover {
  background: linear-gradient(180deg, #ffffff 0%, #fde6ff 100%);
}
.ss--sl-item img {
  width: 195px;
  height: 150px;
  margin-top: 10px;
}
.about-section h2,.h2  {
  margin-bottom: 15px;
}
.about-section--slider {
  margin-top: 40px;
}
.wrap-about-section {
  margin-top: 40px;
}
.wrap-about-section--slider .slick-dots {
  margin: 60px 0 20px 0;
}
.about-section .slick-slide {
  margin: 0 10px;
}
.about-section .slick-list {
  margin: 0 -10px;
}
.about-section .slick-slide {
  object-fit: cover;
  border-radius: 20px;
  width: 300px;
  height: 400px;
}
.wrap-icons-section {
  gap: 10px;
}
.icons-section--item {
  background: var(--background-grey);
  padding: 10px 15px 15px 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  width: 100%;
}
.icons-section--item p {
  font-size: 14px;
  line-height: 20px;
}
.icons-section--item img {
  height: 80px;
  width: 80px;
}
.rv-info {
  background: var(--background-grey);
  padding: 30px;
  border-radius: 30px;
}
.rv-title--name,
.rv-title--rating {
  margin-bottom: 5px;
}
.rv-title--start {
  min-width: 100px;
}
.rv-title--date {
  font-size: 14px;
}
.rv-title {
  margin-bottom: 15px;
}
.rv-link {
  font-size: 16px;
  margin-top: 15px;
  line-height: 24px;
}
.rv-link:hover {
  color: var(--pink-1);
}
.rv-link:hover svg path {
  stroke: var(--pink-1);
}
.wrap-review-section {
  margin-top: 40px;
}
.review-section--item {
  margin-bottom: 20px;
}
.review-section--item:nth-last-child(1) {
  margin-bottom: 0;
}
.info-item .stars svg.active path {
  fill: #ffc107 !important;
}
.review-section--google {
  background: var(--background-grey);
  border-radius: 30px;
  padding: 40px;
  max-width: 376px;
  width: 100%;
  height: 100%;
}
.rs--google-wrap-progress {
  width: 100%;
  height: 18px;
  margin-bottom: 15px;
  border-radius: 4px;
  background: #0000001a;
}
.rs--google-item-progress {
  background: var(--green-4);
  height: 100%;
  border-radius: 4px;
}
.rs--g-logo {
  margin-bottom: 10px;
}
.wrap-main-form-section {
  background: var(--light-blue);
  padding: 0 56px 0 60px;
}
.education-form .wrap-main-form-section {
  padding: 72.5px 20px;
}
input,
textarea {
  padding: 14px 18px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--black);
  border: none;
  width: 100%;
  height: 100%;
}
input:hover,
textarea:hover {
  border: 1px solid var(--light-black);
}
input:focus,
textarea:focus,
input:valid,
textarea:valid {
  border: 2px solid var(--green-3);
}
.cursor-pointer {
  cursor: pointer;
}
.input-wrap {
  position: relative;
  cursor: pointer;
}
.input-wrap::placeholder {
  top: 0;
  left: 2px;
  padding: 14px 18px;
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--light-black);
  transition: all 0.3s ease;
}

.input-wrap label.error {
  position: absolute;
  bottom: -50%;
  left: 0;
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  padding: 8px 14px;
  color: #f33e3c;
}

.input-wrap span {
  display: none;
}
.input-wrap input.error,
.input-wrap textarea.error {
  border: 2px solid #f33e3c;
}
.input-wrap.error span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  padding: 8px 14px;
  color: #f33e3c;
  position: absolute;
}
.input-wrap input:focus + label,
.input-wrap textarea:focus + label,
.input-wrap input:valid + label,
.input-wrap textarea:valid + label {
  font-size: 12px;
  line-height: 16px;
  padding-top: 10px;
  height: auto;
}
/* .input-wrap input:focus,
.input-wrap input:valid {
  padding: 22px 18px 6px 18px;
} */

.main-seo-text-section p {
  margin-top: 20px;
  font-size: 14px;
  line-height: 20px;
  color: var(--black2);
}
.main-seo-text-section .btn-2 {
  margin-top: 20px;
}
.main-seo-text-section br {
  display: block;
  content: "";
  height: 14px;
}
.main-seo-text-section h2,.h2 {
  font-size: 25px;
  line-height: 30px;
}
.wrap-main-seo-text-section h5 {
  margin-top: 30px;
  margin-bottom: -10px;
  color: var(--black2);
}
.main-form-section h2,.h2 {
  font-size: 30px;
  margin-bottom: 10px;
}
.mfs--form {
  margin-top: 20px;
}
.mfs--form input {
  min-width: 240px;
}
.main-form-section img {
  width: 100%;
  max-width: 405px;
}
.mrcs--slider-item {
  background: #e3f6f5;
  border-radius: 20px;
  padding: 45px 50px;
  margin: 0 15px;
}
.main-training-courses-section .slick-list {
  margin: 0 -15px;
}
.mrcs--si--subtitle {
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.mrcs--si--title {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
  max-width: 500px;
}
.mrcs--slider-item img {
  object-fit: cover;
  margin-top: 40px;
  width: 100%;
  border-radius: 20px;
  max-width: 500px;
}
.mtcs--slider {
  margin-top: 40px;
}
.mtcs--slider .slick-dots {
  display: none !important;
}

.mtcs--slider.single-slide .slick-list {
  padding-left: 0;
}
.mtcs--slider.single-slide .mrcs--slider-item {
  display: flex;
  justify-content: space-between;
}
.mtcs--slider.single-slide .mrcs--slider-item img {
  margin-top: 0;
  aspect-ratio: 4/3;
}

.main-training-courses-section .btn-2 {
  margin: 40px 0 50px 0;
}
footer {
  margin-top: 60px;
}
.wrap-sub-footer {
  background: var(--background-grey);
  margin-top: 40px;
  padding: 30px 0;
}
.wsf--social {
  gap: 15px;
  margin-bottom: 20px;
}
.mr16px {
  margin-right: 16px;
}
.breadcrumbs {
  padding: 10px 0;
  margin-bottom: 80px;
}
.wrap-breadcrumbs {
  gap: 5px;
}
.wrap-breadcrumbs a,
.wrap-breadcrumbs span {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: var(--black);
}
.wrap-breadcrumbs span {
  color: var(--black2);
}
.wrap-breadcrumbs .br--current-page {
  color: var(--light-black);
}
.mt-15px {
  margin-top: 15px;
}
.mt-10px {
  margin-top: 10px;
}
.mt-30px {
  margin-top: 30px;
}
.wf--list .widget-title {
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: var(--light-black);
}
.wf--list .widget-title .arrow-icon {
  display: none;
}
.wf--list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wf--list li {
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  margin-top: 5px;
}
.wf--list li a {
  color: var(--black);
}
.wf--list .col-lg-8 ul {
  column-count: 2;
}
.fixed-buttons {
  position: fixed;
  z-index: 100;
  left: 0;
  bottom: 0;
  right: 0;
  border-top: 1px solid #e1e1e1;
  padding: 15px;
  gap: 15px;
  background: white;
}
.to-up {
  position: fixed;
  bottom: 92px;
  right: 15px;
  z-index: 999;
  cursor: pointer;
  display: none;
}
.to-up:hover path,
.to-up:hover .tu--r-hv {
  stroke: var(--pink-1);
}
.wss--main-slider h1,
.wss--main-slider p {
  margin-bottom: 20px;
}
.wss--main-slider .slick-dots {
  padding: 20px 0 0 0;
}
.wss--wrap-icons-section {
  grid-template-columns: repeat(4, 1fr);
}
.wss--wib--indi {
  margin-top: 40px;
  padding: 30px 40px;
  background: var(--background-grey);
}
.wss--what-is-block h2,.h2 {
  margin-bottom: 20px;
}
.wss--wib--indi h4 {
  margin: 15px 0;
}
.wss--wib--indi ul {
  margin: 0;
  padding: 0;
}
.wss--wib--indi li {
  margin-bottom: 5px;
  display: flex;
  gap: 4px;
  font-size: 16px;
  line-height: 24px;
}
.wss--wib--indi li:before {
  content: url("../img/wss--wib-chek-mark-done.svg");
  width: 100%;
  max-width: 24px;
  min-width: 24px;
}
.svg24px {
  max-width: 24px;
  min-width: 24px;
  width: 100%;
}
.wss--wib--indi.l2 li:before {
  content: url("../img/wss--wib-chek-mark-no-done.svg");
}
.wss--sb--slider {
  margin-top: 30px;
}
.wss--sb--slider-item {
  padding: 40px 30px 40px 30px;
  background: var(--background-grey);
  margin: 0 15px;
  min-height: 303px;
}
.wss--sb--slider .slick-list {
  margin: 0 -15px;
}
.wss--sb--slider-item h5 {
  margin: 15px 0;
}
.wss--sb--si-step {
  color: white;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  background: var(--pink-1);
  width: 28px;
  text-align: center;
  border-radius: 28px;
}
.wss--sb--slider .slick-dots {
  margin-top: 50px;
}
.wss--specialists-b--slider--item img {
  width: 100%;
  /* height: 285px; */
  object-fit: cover;
  /* margin-bottom: 20px; */
}
.wss--specialists-b--slider--item .black2 {
  margin-top: 5px;
}
.wss--specialists-b--slider--item {
  margin: 0 15px;
}
.wss--specialists-block h2,.h2 {
  margin-bottom: 30px;
}
.wss--specialists-block--slider .slick-list {
  margin: 0 -15px;
}
.wss--specialists-block--slider .slick-dots {
  margin: 50px 0 10px 0;
}
.wss--specialists-block--slider .slick-track {
  margin: 0;
}
.wws--before-and-after-block--slider {
  margin-top: 30px;
}
.wws--before-and-after-block .slick-dots {
  margin-top: 50px;
}
.wws--before-and-after-block--slider img {
  object-fit: cover;
  margin: 0 15px;
  height: 400px;
}
.wws--before-and-after-block--slider .slick-list {
  margin: 0 -15px;
}
.ss--plw--table {
  padding: 40px 50px 20px 50px;
  border-radius: 30px;
  background: var(--background-grey);
  margin: 30px 0;
}
.ss--plw--table--item {
  padding: 20px 0;
  border-top: 1px solid #e1e1e1;
}
.ss--plw--table--item:nth-child(2) {
  margin-top: 20px;
}

.ss--plw--table--item--title {
  display: inline-flex;
  gap: 4px;
}

.ss--olw--table--item {
  padding: 20px;
  border-radius: 20px;
  background: var(--background-grey);
  width: 100%;
  max-width: 238px;
}
.ss--other-list-wrap h2,.h2 {
  margin-bottom: 40px;
}
.ss--plw--table--item--desc p {
  font-size: 16px;
  line-height: 24px;
  color: var(--light-black);
}

.accordion {
  cursor: pointer;
  transition: 0.4s;
}

.accordion:hover {
  /* background-color: #ccc; */
}

.panel {
  overflow: hidden;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.panel div {
  margin-top: 10px;
}

.faq-item {
  padding: 30px 50px;
  background: var(--background-grey);
  max-width: 810px;
  margin: 0 auto;
  margin-top: 20px;
}
.faq-item--text {
  display: none;
  margin-top: 10px;
}
.faq-item--title {
  cursor: pointer;
}
.faq-item--title:hover {
  color: var(--green-4);
}
.faq-item.active .faq-item--title {
  color: var(--green-4);
}
.faq-item.active .faq-item--text {
  display: block;
}
.faq-item.active .faq-item--title svg {
  transform: rotate(180deg);
}
.vacancies-item.active svg {
  transform: rotate(180deg);
}
.faq-block-wrap h2,.h2 {
  margin-bottom: 40px;
}
.vacancies-item.active .d-none {
  display: block !important;
}
.wss--form {
  background: var(--background-grey);
  border-radius: 30px;
  padding: 30px;
}
.wss--form .btn-3 {
  width: 100%;
  margin-top: 14px;
  margin-bottom: 20px;
}
.wss--form h4 {
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
}
.wss--form .input-wrap:nth-child(3) {
  margin-top: 20px;
  margin-bottom: 14px;
}
.wss--form input {
  height: 56px;
}
.wrap-main-popup-form {
  background: var(--light-blue);
  padding: 40px 80px;
  max-width: 500px;
}
.main-popup-form {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #00000087;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
}
.main-popup-form.show {
  visibility: unset;
  opacity: 1;
}
.close-mpf {
  cursor: pointer;
  margin-bottom: 15px;
}
.wrap-main-popup-form p {
  margin-top: 10px;
}
.wrap-main-popup-form input {
  height: 56px;
}
.mt-20px {
  margin-top: 20px;
}
.block-404--title {
  font-size: 55px;
  font-weight: 600;
  line-height: 55px;
  color: var(--green-4);
  margin-bottom: 20px;
}
.block-404 p {
  margin-top: 10px;
  margin-bottom: 20px;
}
.block-404 {
  margin-bottom: 170px;
}
.wdl--doctor-item {
  gap: 30px;
  padding: 30px 0;
  border-top: 1px solid #e1e1e1;
}

.wdl--doctor-item .wdl--doctor-item--info h4 {
  transition: color 0.3s ease;
}

.wdl--doctor-item:hover .wdl--doctor-item--info h4 {
  color: var(--green-4);
}

.wss--specialists-b--slider--item:hover .wdl--doctor-item--img::before,
.wdl--doctor-item:hover .wdl--doctor-item--img::before {
  opacity: 1;
}

.wdl--doctor-item:nth-last-child(1) {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 40px;
}

.wss--specialists-b--slider--item .wdl--doctor-item--img,
.wdl--doctor-item .wdl--doctor-item--img {
  border-radius: 20px;
  aspect-ratio: 1/1;
  background: linear-gradient(180deg, #ececec 0%, #e2f4ff 100%);
  display: flex;
  justify-content: center;
  position: relative;
}

.wdl--doctor-item .wdl--doctor-item--img {
  max-height: 285px;
  max-width: 285px;
}

@media (max-width: 768px) {
  .review-section--items {
    /* margin-left: -44px; */
  }
}

.wdl--doctor-item--img--gradient {
  aspect-ratio: 1/1;
  width: 100%;
  border-radius: 20px;
  background: linear-gradient(180deg, #ececec 0%, #e2f4ff 100%);
  overflow: hidden;
}

.wss--specialists-b--slider--item .wdl--doctor-item--img::before,
.wdl--doctor-item .wdl--doctor-item--img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: linear-gradient(180deg, #ececec 0%, #ffbfeb 100%);
  transition: opacity 0.3s ease;
  z-index: 1;
  border-radius: 20px;
}

.wdl--doctor-item .wdl--doctor-item--img:hover::before {
  opacity: 1;
}

.wss--specialists-b--slider--item .wdl--doctor-item--img img,
.wdl--doctor-item .wdl--doctor-item--img img {
  /* height: 285px; */
  width: 100%;
  object-fit: cover;
  z-index: 2;
  border-radius: 20px;
}
.wdl--doctor-item--buttons {
  padding-top: 20px;
  max-width: 250px;
  width: 100%;
}
.wdl--doctor-item--buttons .btn-1 {
  margin-bottom: 10px;
}
.wdl--doctor-item--buttons a {
  display: block;
}
.wdl--doctor-item--info {
  max-width: 585px;
}
.wdl--doctor-item--info h4 {
  margin-bottom: 10px;
  font-size: 25px;
}
.wdl--dii--experience {
  margin-bottom: 20px;
  margin-top: 10px;
  border-radius: 36px;
  padding: 8px 16px;
  background: var(--background-grey);
  width: fit-content;
  font-weight: 500;
}
.wdl--dii--experience svg {
  margin-right: 10px;
}
.wdl--dii--list {
  margin-top: 20px;
  overflow: auto;
}
.wdl--dii--list::-webkit-scrollbar {
  display: none;
}
.wdl--dii--list .services-point {
  padding: 8px 16px 8px 16px;
  border-radius: 124px;
  min-width: fit-content;
}
.education-list .mrcs--slider-item {
  margin: 0;
}
.education-list {
  gap: 30px;
}
.w-promotions-lb--item {
  margin-bottom: 30px;
}
.w-promotions-lb--item-img {
  position: relative;
  width: 100%;
  height: 195px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.w-promotions-lb--item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.w-promotions-lb--item-img--text {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  color: white;
  width: 250px;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
}
.w-promotions-lb--item-img--text span {
  font-weight: 700;
}
/* .w-promotions-lb--item-img:before {
  background: linear-gradient(
    270deg,
    rgba(189, 224, 254, 0) 0%,
    #bde0fe 70.87%,
    #bde0fe 100%
  );
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  border-radius: 20px;
} */
.w-promotions-lb--item-img .other-before {
  background: linear-gradient(270deg, rgba(19, 172, 182, 0) 0%, #13acb6 100%);
  content: "";
  display: block;
  height: 100%;
  width: 176.23px;
  position: absolute;
  border-radius: 20px;
}
/* .w-promotions-lb--item-img:after {
  content: "";
  display: block;
  height: 100%;
  width: 48px;
  position: absolute;
  border-radius: 20px;
  top: 0;
  right: 0;
  background: linear-gradient(
    270deg,
    rgba(255, 97, 205, 0) 0%,
    rgba(255, 97, 205, 0.5) 100%
  );
  transform: rotate(-180deg);
} */
.w-promotions-lb--item .light-black {
  margin-top: 5px;
}
.promotions-list-block h2,.h2 {
  margin-bottom: 30px;
}
.wrap-single-promotion-banner p {
  margin: 20px 0;
}
.wrap-single-promotion-banner .w-promotions-lb--item-img {
  width: 100%;
  border-radius: 30px;
  height: 292px;
  margin-bottom: 20px;
}
.wrap-single-promotion-banner .w-promotions-lb--item-img img {
  border-radius: 30px;
}
.wrap-single-promotion-banner .w-promotions-lb--item-img--text {
  padding: 30px;
  font-size: 45px;
  font-weight: 600;
  line-height: 45px;
  width: 370px;
}
.wrap-single-promotion-banner .w-promotions-lb--item-img:after {
  width: 72px;
  border-radius: 30px;
}
.wrap-single-promotion-banner .w-promotions-lb--item-img:before,
.wrap-single-promotion-banner .w-promotions-lb--item-img .other-before {
  border-radius: 30px;
}
a.breadcrumb-link.br--current-page,
.wrap-breadcrumbs {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.contact-map {
  margin-bottom: 60px;
}
.wrap-contact-page-block {
  margin: 40px 0;
  border-top: 1px solid #32302e26;
  border-bottom: 1px solid #32302e26;
}
.wcpb--left {
  padding: 40px 40px 40px 0px;
  border-right: 1px solid #32302e26;
}
.wcpb--right {
  padding: 40px;
}
.contact-page--form input {
  height: 56px;
}
.contact-page--form input,
.contact-page--form textarea {
  background: var(--background-grey);
}
.contact-page--form textarea {
  resize: none;
  height: 167px;
  padding-top: 24px;
}
.contact-page--form .input-wrap.textarea label {
  height: fit-content;
}
.wbl--blog-item {
  padding: 50px 0;
  border-top: 1px solid #e1e1e1;
  gap: 40px;
}
.wbl--bi--img {
  height: 339px;
  width: 50%;
}
.wbl--bi--info {
  width: 50%;
}
.wbl--bi--img img {
  object-fit: cover;
}
.wbl--bi--info-subtitle {
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.05em;
}
.wbl--bi--info--author {
  padding-top: 20px;
}
.wbl--bi--info--author img {
  width: 40px;
  height: 40px;
  border-radius: 40px;
}
.next.page-numbers,
.prev.page-numbers {
  display: none;
}
.page-numbers {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: var(--black);
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list-pagination {
  gap: 10px;
  padding: 40px 0;
}
.page-numbers.current {
  border: 1px solid var(--green-4);
}
.wrap-blog-list a:nth-last-child(1) .wbl--blog-item {
  border-bottom: 1px solid #e1e1e1;
}
.wrap-blog-list .main-form-section .container-fluid {
  padding: 0;
}
.wrap-blog-list .main-form-section {
  border-top: 1px solid #e1e1e1;
  padding: 0;
}
.wrap-blog-list {
  transition: all 0.3s ease;
}

.wrap-blog-list .wbl--blog-item .wbl--bi--info h4 {
  transition: all 0.3s ease;
}
.wrap-blog-list a:hover .wbl--blog-item .wbl--bi--info h4 {
  color: var(--green-4);
}
.wrap-blog-list .wbl--blog-item .wbl--bi--img {
  overflow: hidden;
  border-radius: 20px;
}

.wrap-blog-list .wbl--blog-item .wbl--bi--img img {
  transition: all 0.3s ease;
}
.wrap-blog-list a:hover .wbl--blog-item .wbl--bi--img img {
  transform: scale(1.1);
}

.mb-d100px-m90px {
  margin-bottom: 100px;
}
.wrap-single-post-content .wbl--bi--info-subtitle {
  margin-bottom: 20px;
}
.wrap-single-post-content
  img:not(.sp--actual-services img, .wbl--bi--info--author img) {
  margin: 20px 0;
  border-radius: 20px;
  display: block;
}
.wrap-single-post-content .wbl--bi--info--author img,
.wrap-single-post-content .wbl--bi--info--author p {
  margin: 0;
  border-radius: 40px;
}
:where(figure) {
  margin: 0 !important;
}
.wrap-single-post-content
  p:not(.sp--actual-services p, .wbl--bi--info--author p),
.wrap-single-post-content dl,
.wrap-single-post-content ol,
.wrap-single-post-content ul {
  margin: 0 0 15px 0;
}
.wrap-single-post-content h2,.h2 {
  margin: 40px 0 10px 0;
}
.wrap-single-post-content h3 {
  margin: 40px 0 15px 0;
}
.wrap-single-post-content h4 {
  margin: 20px 0 15px 0;
}
.wrap-single-post-content .wbl--bi--info--author {
  margin-bottom: 20px;
}
.single-post-content {
  margin-bottom: 25px;
}
.sp--actual-services--item {
  margin-bottom: 5px;
  background: var(--background-grey);
  padding: 10px 40px 10px 10px;
}
.sp--actual-services--item-img {
  width: 100px;
  height: 78px;
}
.sp--actual-services--item:hover .sp--as--i-svg-link path {
  stroke: var(--green-4);
}
.sp--actual-services--item:hover .sp--as--i-link {
  color: var(--green-4);
}
.sp--actual-services-title {
  padding: 40px 0 20px 0;
}
.wrap-about-page--main-banner p {
  margin: 15px 0 30px 0;
}
.wrap-about-page--main-banner img {
  height: 400px;
  border-radius: 30px;
  object-fit: cover;
}
.about-page--main-banner {
  padding-bottom: 80px;
  margin-top: -40px;
}
.border-t {
  border-top: 1px solid #e1e1e1;
}
.border-b {
  border-bottom: 1px solid #e1e1e1;
}
.border-r-pc30px-mob20px {
  border-radius: 30px;
}
.p-pc40px-mob0 {
  padding: 40px;
}
.mb-10px {
  margin-bottom: 10px;
}
.mb-20px {
  margin-bottom: 20px;
}
.mb-40px {
  margin-bottom: 40px;
}
.mb-30px {
  margin-bottom: 30px;
}
.object-fit-cover {
  object-fit: cover;
}
.h-pc420px-mob-237px {
  height: 420px;
}
.h-pc400px-mob220px {
  height: 400px;
}
.education-program-list-item {
  max-width: 810px;
  margin: 0 auto;
  border-radius: 15px;
}
.education-program-list-item--title {
  font-size: 20px;
  line-height: 25px;
}
.fixed-menu .mob-menu--lang-list ul li a {
  padding: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.03em;
  color: var(--light-black);
}
.mob-menu--lang-list ul {
  display: flex;
  gap: 25px;
}
.mob-service-link {
  margin-top: 20px;
  margin-bottom: 15px;
  background: #00a9a5;
  border-radius: 8px;
}
.fixed-menu li.mob-service-link > a {
  padding: 8px 15px;
  color: white;
  text-transform: none;
  letter-spacing: normal;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  flex-direction: row-reverse;
  justify-content: center !important;
  gap: 10px;
}
.fixed-menu ul li a {
  padding: 13px 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.03em;
  color: var(--black);
  text-transform: uppercase;
}

.fixed-menu .sub-menu {
  overflow-y: hidden;
  padding-bottom: 80px;
}
.fixed-menu .sub-menu.selected-menu {
  overflow-y: scroll;
}

.fixed-menu .sub-menu li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  border-bottom: 1px solid #e1e1e1;
  margin: 0 20px;
  padding: 10px 0;
}
.fixed-menu ul li ul a .image-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fixed-menu ul li ul a .image-icon {
  width: 52px;
  height: 40px;
  margin-right: 10px;
}
.fixed-menu ul li a .open-children {
  position: absolute;
  right: 25px;
}
.fixed-menu .sub-menu .sub-menu li a {
  border-bottom: none;
  padding: 13px 0;
  margin: 0 25px;
}
.fixed-menu .title-box {
  position: relative;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  box-shadow: 0px 2px 4px 0px #0000000d;
  padding: 18px 15px;
  z-index: 999;
}
.title-box:has(.logo) #close-menu {
  display: block !important;
}
.title-box:has(.logo) .justify-content-center {
  justify-content: flex-start !important;
}

.lb-image {
  min-width: 300px;
  object-fit: contain;
  min-height: 200px;
}

.certificates-item {
  width: 95px;
}

@media (max-width: 768px) {
  .certificates-item {
    flex-shrink: 0;
  }
}

.certificates-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* all after 5 */
.certificates-item:nth-child(n + 6) {
  display: none;
}

div.facetwp-facet {
  margin-bottom: 0;
}

.menu-item-has-children a {
  padding-right: 30px !important;
}

.menu-item-has-children > a {
  /* pointer-events: none; */
}

input,
textarea {
  font-family: "Inter", sans-serif !important;
}

.hover-overlay::before {
  content: "";
  position: absolute;
  top: 100%;

  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 79;
}

div.facetwp-radio {
  background: var(--background-grey) !important;
  padding-left: 0;
  padding: 12px 16px;
  border-radius: 44px;
  display: inline-block;
  margin: 0 10px 10px 0;

  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: var(--black);
  border: 1px solid var(--background-grey);

  transition: all 0.2s ease;
}

.facetwp-radio:not(.checked):hover {
  border-color: var(--light-black);
  color: inherit;
}

.facetwp-radio.checked {
  background: var(--green-4) !important;
  color: white;
}

.facetwp-counter {
  display: none;
}

div.ss--plw--table.full .ss--plw--table--item {
  display: block;
}

.ss--plw--table--item .price {
  text-wrap: nowrap;
  padding-left: 24px;
}

.ss--plw--table .ss--plw--table--item:nth-child(n + 11) {
  display: none;
}

.ss--plw--table .table-title-wrap {
  gap: 20px;
  align-items: center;
}
.ss--plw--table .table-title-wrap p {
  font-size: 25px;
  line-height: 30px;
}
.ss--plw--table .table-title-wrap .thumb {
  width: 40px;
  aspect-ratio: 1/1;
}

.thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wws--slider-1 img {
  aspect-ratio: 18/11;
  object-fit: cover;
}

.map-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16/8;
}

.map-block {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  border-radius: 20px;
}

@media screen and (max-width: 1256px) {
  .logo {
    margin-right: 30px;
  }
  .wrap-main-form-section {
    flex-direction: column;
    padding: 40px 20px 0px 20px;
  }
}
@media screen and (max-width: 992px) {
  div.facetwp-radio {
    padding: 8px 10px;
  }

  .header--right-part {
    display: none !important;
  }
  .wrap-main-first-section .f-wmfs {
    flex-direction: column;
  }
  .wrap-main-first-section img {
    width: 100%;
    margin-top: 15px;
  }
  .wrap-main-first-section {
    padding: 20px 20px 0 20px;
  }
  .wrap-main-first-section h1 {
    margin-bottom: 20px;
  }
  .services-point {
    padding: 8px 10px;
    margin: 0 5px 5px 0px;
  }
}
@media (min-width: 992px) {
  .w-lg-auto {
    width: auto !important;
  }
  .pl-lg-60px {
    padding-left: 60px;
  }
  .px-lg-60px {
    padding-left: 60px;
    padding-right: 60px;
  }
  .mb-lg-40px {
    margin-bottom: 40px;
  }
  .w-lg-50 {
    width: 50% !important;
  }
}
@media screen and (max-width: 768px) {
  .wrap-review-section {
    margin-top: 30px;
  }
  .review-section--google {
    max-width: 100%;
    margin-right: 15px;
    margin-left: 15px;
    width: calc(100% - 30px);
    margin-bottom: 10px;
    padding: 30px 20px;
  }
  .rs--g-logo {
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .review-section--item {
    margin-bottom: 10px;
  }
  .rv-info {
    padding: 30px 20px;
  }
  .rv-link {
    font-size: 14px;
    line-height: 20px;
  }
  .mfs--form .d-flex {
    flex-direction: column;
  }
  .mfs--form {
    flex-direction: column;
  }
  .wf--list .col-lg-8 ul {
    column-count: 1;
  }
  .wbl--bi--img {
    height: 200px;
    width: 100%;
  }
  .wbl--bi--info {
    width: 100%;
  }

  .ss--plw--table .table-title-wrap p {
    font-size: 18px;
    line-height: 22px;
  }
  .ss--plw--table .table-title-wrap .thumb {
    width: 35px;
    aspect-ratio: 1/1;
  }

  .w-mb-100 {
    width: 100%;
  }
}

@media screen and (max-width: 578px) {
  h1,.h1 {
    font-size: 30px;
    line-height: 34px;
  }
  h2,.h2 {
    font-size: 26px;
    line-height: 30px;
  }
  h3 {
    font-size: 22px;
    line-height: 26px;
  }
  h4 {
    font-size: 18px;
    line-height: 22px;
  }
  h5 {
    font-size: 16px;
    line-height: 20px;
  }
  dl,
  ol,
  ul,
  p {
    font-size: 14px;
    line-height: 20px;
  }
  .section-padding--pc40px-mob30px {
    padding: 30px 0;
  }
  .block-app-store-google-play {
    height: unset;
  }
  .block-app-store-google-play a {
    font-size: 11.25px;
    line-height: 12.5px;
    margin-right: 9px;
  }
  .block-app-store-google-play img {
    /* width: 32.47px; */
  }

  .logo {
    gap: 7px;
    margin-right: 0;
  }
  .logo-part1 {
    width: 63px;
  }
  .logo--description-wrap {
    flex-direction: row !important;
    align-items: center;
    gap: 10.8px;
  }
  .logo-part2 {
    width: 95.4px;
    margin: 0;
  }
  .logo--description-text {
    margin: 0;
    font-size: 10.8px;
    line-height: 12.6px;
    max-width: 88px;
    width: 100%;
    border-left: 0.9px solid var(--light-black);
    padding-left: 9px;
  }
  .about-carousel .slick-dots {
    display: flex !important;
    margin-bottom: 0;
    margin-top: 30px;
  }
  .main-about-section {
    margin-bottom: 10px;
  }
  .wmas-lf .custom-arrows {
    display: none !important;
  }
  .wmas-lf {
    padding: 30px;
    margin-bottom: 10px;
    height: auto;
  }
  .wmas-lf h4 {
    margin-bottom: 10px;
  }
  .service-section {
    padding: 30px 0;
  }
  .service-section .w-50 {
    width: 100% !important;
  }
  .service-section--service-list {
    margin-top: 30px;
  }
  .ss--sl-item {
    padding: 15px;
    width: calc(50% - 5px);
  }
  .ss--sl-item img {
    max-width: 130px;
    max-height: 100px;
    width: 100%;
    height: 100%;
  }
  .wrap-about-section {
    margin-top: 23px;
  }
  .wrap-about-section--slider .slick-dots {
    margin: 43px 0 9px 0;
  }
  .about-section.section-padding--pc40px-mob30px {
    padding-bottom: 0px;
  }
  .about-section .slick-slide {
    width: 225px;
    height: 300px;
  }
  .about-section .slick-dotted.slick-slider {
    padding-left: 25px;
  }
   .insurance-section.section-padding--pc40px-mob30px {
    padding-bottom: 0px;
  }
  .insurance-section .slick-slide {
    width: 200px;
    height: 100px;
    padding-right:10px ;
  }
  .insurance-section .slick-dotted.slick-slider {
    padding-left: 25px;
  }
  .wrap-icons-section {
    flex-wrap: wrap;
  }
  .icons-section--item {
    width: calc(50% - 5px);
  }
  .main-form-section h2,.h2 {
    font-size: 26px;
  }
  .wrap-main-form-section p {
    font-size: 16px;
    line-height: 24px;
  }
  .mfs--form input {
    height: 56px;
  }
  .main-form-section img {
    margin-top: 20px;
  }
  .mtcs--slider .slick-dots {
    display: flex !important;
    margin-top: 50px;
    margin-bottom: 10px;
  }
  .main-training-courses-section .custom-arrows {
    display: none !important;
  }
  .mtcs--slider {
    margin-top: 30px;
  }
  .mrcs--si--subtitle {
    margin-bottom: 5px;
  }
  .mrcs--si--title {
    font-size: 22px;
    line-height: 26px;
  }
  .mrcs--slider-item img {
    margin-top: 0;
    margin-bottom: 20px;
    border-radius: 15px;
  }
  .mrcs--slider-item {
    display: flex !important;
    flex-direction: column-reverse;
    padding: 20px 15px;
    margin: 0 5px;
    border-radius: 15px;
  }
  .main-training-courses-section .slick-list {
    margin: 0 -5px;
    padding-left: 35px;
  }
  .mtcs--slider .btn-1 {
    width: 100%;
    text-align: center;
  }
  .wrap-sub-footer {
    margin-top: 20px;
  }
  .wf--list {
    margin-top: 40px;
  }
  footer {
    padding-bottom: 77px;
  }
  .breadcrumbs {
    margin-bottom: 40px;
  }
  .wss--main-slider h1 {
    margin-bottom: 15px;
  }
  .wss--main-slider .slick-dots {
    padding: 20px 0 30px 0;
  }
  .wss--main-slider .btn-1 {
    margin-bottom: 20px;
    width: 100%;
  }
  .wss--wrap-icons-section {
    display: flex;
  }
  .wss--what-is-block .btn-1 {
    margin-top: 20px;
    width: 100%;
  }
  .wss--wib--indi {
    margin-top: 30px;
    padding: 30px 25px;
  }
  .wss--wib--indi li {
    font-size: 14px;
    line-height: 20px;
  }
  .wss--sb--slider-item {
    margin: 0 5px;
    padding: 30px 20px;
    min-height: 318px;
  }
  .wss--sb--slider .slick-list {
    padding-left: 40px;
  }
  .wss--specialists-b--slider--item {
    margin: 0 5px;
  }
  .wss--specialists-block--slider .slick-list {
    padding-left: 40px;
  }
  .wws--before-and-after-block--slider img {
    height: 300px;
    margin: 0 5px;
  }
  .wws--before-and-after-block--slider .slick-list {
    padding-left: 40px;
  }
  .wrap-main-seo-text-section h5 {
    margin-top: 20px;
  }
  .ss--price-list-wrap .btn-2 {
    width: 100%;
  }
  .ss--plw--table {
    padding: 20px 15px 5px 15px;
    border-radius: 20px;
  }
  .ss--plw--table--item {
    padding: 15px 0;
  }
  .ss--plw--table--item:nth-child(2) {
    margin-top: 15px;
  }
  .ss--plw--table--item svg {
    width: 20px;
    height: 20px;
  }
  .ss--other-list-wrap h2,.h2 {
    margin-bottom: 30px;
  }
  .ss--olw--table--item {
    width: calc(50% - 5px);
    border-radius: 12px;
    padding: 15px;
  }
  .faq-block-wrap h2,.h2 {
    margin-bottom: 30px;
  }
  .faq-item {
    padding: 20px;
    margin-top: 10px;
  }
  .wrap-main-popup-form {
    padding: 40px 20px;
    margin: 0 15px;
  }
  .close-mpf {
    margin-right: 15px;
  }
  .block-404 {
    margin-bottom: 60px;
  }
  .wdl--doctor-item .wdl--doctor-item--img {
    width: 100%;
    aspect-ratio: none;
    border-radius: 16.52px;
  }
  .wdl--doctor-item {
    gap: 20px;
  }
  .wdl--doctor-item--info h4 {
    font-size: 18px;
  }
  .wdl--doctor-item--buttons {
    max-width: 100%;
  }
  .mb-d40-m30 {
    margin-bottom: 30px;
  }
  .education-list {
    gap: 10px;
  }
  .education-form .wrap-main-form-section {
    padding: 40px 20px;
  }
  .w-promotions-lb--item-img {
    width: 100%;
  }
  .wrap-single-promotion-banner .w-promotions-lb--item-img {
    height: 172px;
    border-radius: 17.69px;
  }
  .wrap-single-promotion-banner .w-promotions-lb--item-img--text {
    padding: 17px;
    font-size: 26.54px;
    line-height: 26.54px;
    width: 214px;
  }
  .wrap-single-promotion-banner .w-promotions-lb--item-img:after {
    width: 42px;
    border-radius: 17.69px;
  }
  .wrap-single-promotion-banner .w-promotions-lb--item-img:before,
  .wrap-single-promotion-banner .w-promotions-lb--item-img .other-before,
  .wrap-single-promotion-banner .w-promotions-lb--item-img img {
    border-radius: 17.69px;
  }
  .wcpb--right {
    padding: 40px 0 20px 0;
    border-bottom: 1px solid #32302e26;
  }
  .wcpb--left {
    padding: 40px 0;
    border: none;
  }
  .contact-page--form .btn-3 {
    width: 100%;
  }
  .wbl--blog-item {
    padding: 30px 0;
    gap: 20px;
  }
  .wbl--bi--img {
    height: 200px;
  }
  .list-pagination {
    padding: 20px 0;
  }
  .wrap-blog-list .main-form-section {
    padding: 30px 0;
  }
  .mb-d100px-m90px {
    margin-bottom: 90px;
  }
  .wrap-single-post-content h2,.h2 {
    margin: 30px 0 10px 0;
  }
  .wrap-single-post-content h3 {
    margin: 30px 0 15px 0;
  }
  .wrap-single-post-content h4 {
    margin: 30px 0 15px 0;
  }
  .single-post-content {
    margin-bottom: 15px;
  }
  .about-page--main-banner {
    padding-bottom: 30px;
    margin-top: 0;
  }
  .wrap-about-page--main-banner img {
    height: 230px;
    border-radius: 20px;
    margin-bottom: 20px;
  }
  .wrap-about-page--main-banner p {
    margin-bottom: 20px;
  }
  .wrap-about-page--main-banner .btn-3 {
    width: 100%;
  }
  .border-r-pc30px-mob20px {
    border-radius: 20px;
  }
  .mb-mob20px {
    margin-bottom: 20px;
  }
  .p-pc40px-mob0 {
    padding: 0;
  }
  .sp--actual-services-title {
    padding: 30px 0 20px 0;
    font-size: 16px;
    line-height: 24px;
  }
  .sp--actual-services--item {
    margin-bottom: 10px;
  }
  .h-pc420px-mob-237px {
    height: 237px;
  }
  .h-pc400px-mob220px {
    height: 220px;
  }
  .education-program-list-item--title {
    font-size: 16px;
    line-height: 24px;
  }
  .p-pc50px-mob20px {
    padding: 20px;
  }
}

.fixed-menu .box-nav {
  position: static;
}

.menu-item-depth-2:first-child > a,
.menu-item-depth-3:first-child > a,
.menu-item-depth-4:first-child > a {
  color: #13acb6 !important;
  text-decoration: underline;
}

@media (min-width: 992px) {
  .menu-item-depth-2:first-child > a,
  .menu-item-depth-3:first-child > a,
  .menu-item-depth-4:first-child > a {
    font-size: 18px !important;
    line-height: 22px !important;
  }
}

.blog-services-mob {
  margin: 30px 0;
}

.blog-services-mob .sp--actual-services-title {
  padding-top: 0;
}
