/**************************************************/
/**         GENERAL RESET & BASE STYLES          **/
/**************************************************/

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap");

:root {
  --Secondary-Blue: #03257e;
  --Primary-Main: #04cdb2;
  --Neutral-White: #fff;
  --Neutral-Gray-100: #f7f7f7;
  --Neutral-Gray-700: #252525;
}
* {
  margin: 0;
  padding: 0;
  font-family: "Mariupol";
  font-weight: 400;
  font-style: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 28px;
}

*:focus {
  outline: none;
}

html,
body {
  height: 100%;
  width: 100%;
  scroll-behavior: smooth;
}

body {
  display: flex;
  flex-direction: column;
  background-color: var(--Neutral-Gray-100);
}

main {
  flex: auto;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
}

strong {
  font-weight: 700;
}

b {
  font-weight: 500;
}

img {
  /* display: block; */
  width: 100%;
  height: auto;
}

input,
textarea,
select {
  vertical-align: middle;
  padding: 0;
  box-sizing: border-box;
  resize: none;

  border: 1px solid transparent;
  color: #000c49;
  background-color: #fff;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: var(--Neutral-Gray-700, #252525);

  /* h4 */
  font-family: Mariupol;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
}

textarea:focus::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder {
  color: #1e1e1e;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff;
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: inset 0 0 20px 20px transparent;
}

.hover {
  cursor: pointer;
  transition: opacity 0.4s;
}

.hover:hover {
  opacity: 0.5;
}

.container {
  display: block;
  position: relative;
  width: 1340px;
  padding: 0;
  margin: 0 auto;
  height: 100%;
}

/**************************************************/
/**                 MAIN STYLES                  **/
/**************************************************/
.menu {
  display: none;
}
.top-title {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.margin-top {
  margin-top: 80px;
}
.green-btn {
  cursor: pointer;
  display: flex;
  padding: 10px 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background-color: var(--Primary-Main);
  border: 2px solid var(--Primary-Main);

  color: var(--Neutral-White);
  font-family: Mariupol;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  transition: 0.4s all;
}
.green-btn svg,
.green-btn img {
  width: 24px;
  height: 24px;
}
.green-btn svg,
.green-btn use {
  transition: 0.4s all;
}
.green-btn svg,
.green-btn use {
  fill: var(--Neutral-White);
  color: var(--Neutral-White);
}
.green-btn.white svg {
  fill: var(--Primary-Main);
}
.green-btn:hover svg,
.green-btn:hover use {
  fill: var(--Primary-Main);
  color: var(--Primary-Main);
}
.green-btn.white:hover svg {
  fill: var(--Neutral-White);
}
.green-btn:hover {
  background-color: var(--Neutral-White);
  color: var(--Primary-Main);
}
.green-btn.white {
  background-color: var(--Neutral-White);
  color: var(--Primary-Main);
}
.green-btn.white:hover {
  background-color: var(--Primary-Main);
  color: var(--Neutral-White);
}
.title {
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 60px;
  position: relative;
  color: var(--Secondary-Blue);
}
.title::before {
  content: "";
  width: 76px;
  height: 76px;
  background-color: #fdda00;
  border-radius: 50%;
  position: absolute;
  top: -12px;
  left: -28px;
  z-index: -1;
}
.text,
.text * {
  font-family: Mariupol;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
.white-bg {
  background-color: var(--Neutral-White);
  border-radius: 24px;
}
.section-padding {
  padding: 48px 40px;
}
.blue--title {
  color: var(--Secondary-Blue);
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  text-transform: uppercase;
}
.h3--title {
  color: var(--Neutral-Gray-700);

  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

/* hero */
.hero {
  margin-top: 35px;
}
.hero .container {
  overflow: hidden;
}
.hero__inner {
  /* margin: 25px 0; */
  padding: 25px 25px 25px 40px;
  background-image: url(../images/hero-bg.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.hero-swiper .swiper-slide {
  display: flex;
  gap: 30px;
  align-items: center;
}
.hero-swiper .swiper-left {
  flex: 1;
}
.hero-swiper .swiper-right {
  max-width: 580px;
  border-radius: 24px;
  overflow: hidden;
}
.swiper-right .text {
  margin-top: 5px;
}
.hero-btn {
  margin-top: 32px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.hero-swiper .swiper-right img {
  display: block;
  object-fit: cover;
  object-position: center;
  height: 100%;
}
.hero .swiper-pagination,
.partners .swiper-pagination {
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
  position: static;
  margin-top: 13px;
  transform: none;
}
.hero span.swiper-pagination-bullet,
.partners span.swiper-pagination-bullet {
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background-color: var(--Secondary-Blue);
  opacity: 1;
  margin: 0 !important;
  display: block;
}
.hero .text {
  margin-top: 16px;
}
.hero span.swiper-pagination-bullet.swiper-pagination-bullet-active,
.partners span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 28px;
  height: 3px;
}

/* header */
.header .mobail--menu {
  display: none;
}
.heade-menu {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
.header-bottom {
  border-radius: 12px;
  padding: 8px;
}
.heade-menu ul {
  display: flex;
  gap: 12px;
  align-items: center;
}
.heade-menu ul a {
  color: var(--Neutral-Gray-700, #252525);
  display: block;
  padding: 8px 12px;
  /* h4 */
  font-family: Mariupol;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  transition: 0.4s all;
}
.heade-menu ul a:hover {
  color: var(--Primary-Main);
}
.header-top {
  align-items: center;
  margin-top: 12px;
  padding: 8px;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.header-bottom {
  margin-top: 12px;
}
.logo {
  width: 253px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.logo img {
  display: block;
  flex-shrink: 0;
  width: 58px;
  height: 50px;
  aspect-ratio: 29/25;
}
.logo p {
  color: var(--Neutral-Gray-700, #252525);
  font-family: Mariupol;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  flex: 1;
}
.header-contact {
  display: flex;
  align-items: center;
  gap: 12px;
}
.header-contact-item {
  display: flex;
  align-items: center;
  gap: 9px;
}
.header-contact-item .img,
.header-social .img {
  border-radius: 8px;
  padding: 8px;
  width: 48px;
  height: 48px;
  background-color: var(--Primary-Main);
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-contact-item .img img,
.header-social .img img {
  width: 100%;
  height: 100%;
}
.contact-title {
  color: var(--Neutral-Gray-700, #252525);
  font-family: Mariupol;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}
.header-social {
  display: flex;
  gap: 8px;
}
.contact-wrap,
.contact-wrap * {
  color: var(--Primary-Main);
  font-family: Mariupol;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.contact-wrap__top {
  display: flex;
  gap: 5px;
  align-items: center;
}
.contact-wrap__top span {
  display: flex;
  align-items: center;
  width: 12px;
}

.contact-wrap {
  position: relative;
  display: grid;
  grid-template-rows: auto;
  cursor: pointer;
}

.contact-wrap__bottom {
  display: grid;
  grid-template-rows: 0fr;
  min-height: 0;
  opacity: 0;
  transition: 0.4s all;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: var(--Neutral-White);
  z-index: -1;
  overflow: hidden;
}
.contact-wrap.active img {
  transform: rotate(180deg);
}
.contact-wrap.active .contact-wrap__bottom {
  padding-top: 5px;
  grid-template-rows: 1fr;
  opacity: 1;
  z-index: 3;
}
.heade-menu ul .current-menu-item a {
  color: var(--Primary-Main);
}

/* faq */
.faq-wrap {
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  width: 100%;
}

.f-bottom {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 0.3s;
}
.f-bottom span {
  display: block;
  height: 16px;
}
.active .f-bottom {
  grid-template-rows: 1fr;
}
.f-bottom > div {
  min-height: 0;
  color: var(--black);
  font-size: 20px;
  font-weight: 400;
}

.faq-row {
  padding: 12px 20px;
  border-radius: 8px;
  background: var(--Neutral-Gray-100);
}
.f-top {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}
.f-close {
  width: 24px;
  height: 24px;
  padding: 10px 6px;
  display: flex;
  align-items: center;
}
.f-close svg {
  transition: 0.4s all;
}
.active .f-close svg {
  transform: rotate(-180deg);
}
.faq-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.faq-text {
  color: var(--Secondary-Blue);

  font-family: Mariupol;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
/* faq */

/* new-news */
.green-link {
  margin-top: 36px;
  display: block;
  color: var(--Primary-Main);
  text-align: center;
  cursor: pointer;

  /* btn */
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 8%;
  text-underline-offset: 25%;
  text-underline-position: from-font;
}
.new-news--row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.new-news--item {
  padding: 12px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 0 8px 0 rgba(184, 184, 184, 0.16);
  display: flex;
  flex-direction: column;
  gap: 12px;
  cursor: pointer;
  transition: 0.2s all;
}
.new-news--item:hover {
  box-shadow: 5px 2px 15px 0 rgba(184, 184, 184, 0.16);
}
.new-news--img {
  border-radius: 8px;
  overflow: hidden;
  height: 200px;
}
.new-news--img img {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.new-news-date {
  color: #252525;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.new-news-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  align-self: stretch;
  overflow: hidden;
  color: #252525;
  text-overflow: ellipsis;
  /* h4 */
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.news-card-label {
  color: var(--Primary-Main);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}

.news-card-excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  color: #6f6f6f;
  font-size: 15px;
  line-height: 24px;
}

.news-card-link {
  margin-top: auto;
  color: var(--Primary-Main);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
/* new-news */

/* footer */
.footer-bottom {
  margin-top: 20px;
  margin-bottom: 12px;
  border-radius: 12px;
  background: var(--Neutral-White, #fff);
  box-shadow: 0 0 14px 0 rgba(209, 209, 209, 0.08);
  padding: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-bottom > div {
  padding: 8px 12px;
}
.footer-contact-icon,
.footer-social-icon {
  border-radius: 4px;
  background: var(--Primary-Main, #04cdb2);
  padding: 4px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
}
.footer-contact-icon img,
.footer-social-icon img {
  height: 100%;
  display: block;
}
.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-social-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-column.contacts a {
  margin-bottom: 10px;
}
.footer-contact-item span,
.footer-social-item span {
  color: var(--Neutral-Gray-700, #252525);

  /* h4 */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
}
.footer-bottom .footer-text,
.footer-bottom .footer-text a {
  color: var(--Neutral-Gray-700, #252525);
  font-family: Mariupol;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.footer-bottom .footer-text a {
  color: var(--Secondary-Blue, #03257e);
}
.footer--wrap {
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.footer-column h3 {
  color: var(--Neutral-Gray-700, #252525);
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 16px;
}
.footer--wrap .footer-column:nth-child(1) p,
.footer--wrap .footer-column:nth-child(1) span {
  color: var(--Neutral-Gray-700, #252525);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.footer--wrap .footer-column:nth-child(1) span {
  font-weight: 500;
}
.footer .menu {
  display: block;
}
#menu-footer-menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 48px;
}
#menu-footer-menu a {
  color: var(--Neutral-Gray-700, #252525);

  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  cursor: pointer;
  transition: 0.4s all;
}
#menu-footer-menu a:hover {
  color: var(--Primary-Main);
}
/* footer */

/* location */
.location--inner {
  border-radius: 24px;
  padding: 74px 40px;
  position: relative;
}
.map-mobail {
  /* display: none; */
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 16px;
  border-radius: 24px;
  overflow: hidden;
}
.location--inner iframe {
  width: 100%;
  height: 100%;
  border-radius: 24px;
}
.form-wrap {
  max-width: 500px;
  position: relative;
  z-index: 2;
  border: 2px solid var(--Secondary-Blue, #03257e);
}
.top-title .text {
  text-align: center;
  max-width: 790px;
}
.not-found .text {
  max-width: none;
}

/* location */

/* services */
.services--wrap {
  margin-top: 36px;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
}
.services-item {
  padding: 12px;
  border-radius: 12px;
  background: #fff;
  transition: 0.3s all;
  display: flex;
  flex-direction: column;
  gap: 8px 12px;
  cursor: pointer;
  align-items: center;
  width: 144px;
}
.services-item .img {
  border-radius: 12px;
  overflow: hidden;
  height: 120px;
}
.services-item .img img {
  display: block;
}
.services-item p {
  color: #252525;
  text-align: center;
  font-family: Mariupol;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 175% */
}
.services-item:hover {
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 0 8px 0 rgba(184, 184, 184, 0.32);
}
/* services */

/* gallery */
.gallery .wrap {
  margin: 36px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.gallery .wrap .element {
  height: 270px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.gallery .wrap img {
  display: block;
  height: 100%;
  object-fit: cover;
}
.gallery-absolute {
  position: absolute;
  bottom: 16px;
  left: 16px;
  display: flex;
  gap: 8px;
}
.gallery-absolute .count {
  color: var(--Neutral-White, #fff);
  text-align: center;

  /* h4 */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  padding: 4px 12px;
  border-radius: 8px;
  background: var(--Secondary-Blue, #03257e);
}

.gallery-absolute .gallery-description {
  color: var(--Neutral-Gray-700, #252525);
  text-align: center;

  /* h4 */
  font-family: Mariupol;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  border-radius: 8px;
  background: var(--Neutral-White, #fff);
  padding: 4px 12px;
}

.gallery-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10;
  overflow-y: auto;
}

/* активное состояние */
.gallery-modal.active {
  display: flex;
}
.gallery-modal .gallery.active {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px 10px;
}
.gallery-modal .gallery img {
  border-radius: 8px;
}

/* контейнер попапа */
.gallery-content {
  background: #fff;
  max-width: 90%;
  width: 1200px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  animation: fadeIn 0.3s ease;
}

/* шапка попапа */
.gallery-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background: #f5f5f5;
  border-bottom: 1px solid #ddd;
}

.gallery-title {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}

.gallery-header .close {
  font-size: 30px;
  cursor: pointer;
  line-height: 1;
  color: #333;
  transition: 0.2s;
}

.gallery-header .close:hover {
  color: #e74c3c;
}
.gallery-container {
  max-height: 70vh;
  overflow: auto;
  padding: 20px;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* gallery */

/* packages */
.packages--content__wrap {
  position: relative;
}
.packages--content {
  position: absolute;
  top: 0;
  z-index: -1;
  opacity: 0;
  transition: 0.4s all;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  transition: 0.4s all;
}
.packages--content.active {
  position: relative;
  top: 0;
  z-index: 1;
  opacity: 1;
}
.packages--item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 12px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 0 8px 0 rgba(184, 184, 184, 0.16);
}
.packages--wrap {
  margin-top: 36px;
}
.packages--content__wrap {
  margin-top: 24px;
}
.packages--tab {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  align-items: center;
}
.packages--title {
  min-width: max-content;
  border-radius: 8px;
  background: var(--Neutral-Gray-100, #f7f7f7);
  display: flex;
  padding: 8px 20px;
  justify-content: center;
  align-items: center;
  color: var(--Neutral-Gray-700, #252525);
  text-align: center;
  cursor: pointer;

  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  transition: 0.3s all;
}
.packages--title.active {
  color: var(--Neutral-White, #fff);
  border-radius: 8px;
  background: var(--Secondary-Blue, #03257e);
}
.packages-text {
  color: var(--Neutral-Gray-700, #252525);
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  align-self: stretch;
  overflow: hidden;
  color: #252525;
  text-overflow: ellipsis;

  font-size: 20px;
  font-weight: 400;
  line-height: 32px; /* 160% */
}
.packages--item .sale {
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  padding: 4px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  background: var(--Secondary-Yellow, #fdda00);
  color: var(--Secondary-Blue, #03257e);
  text-align: center;

  font-size: 16px;
  font-weight: 500;
  line-height: 28px; /* 175% */
}
.packages--content .img {
  height: 200px;
  border-radius: 8px;
  overflow: hidden;
}
.packages--content .img img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* packages */

/* about-page */
.margin--first {
  margin-top: 32px;
}

.about-info--inner {
  display: grid;
  grid-template-columns: 390px 1fr;
  gap: 64px;
}
.about-info--inner .left {
  padding: 12px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 0 8px 0 rgba(184, 184, 184, 0.16);
}
.about-info--inner .left .img {
  max-width: 365px;
  margin-bottom: 32px;
  overflow: hidden;
  border-radius: 12px;
}
.flex-wrap:nth-child(1) {
  margin-top: 0;
}
.flex-wrap {
  margin-top: 12px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  border-bottom: 1px solid rgba(184, 184, 184, 0.16);
  padding-bottom: 12px;
}
.flex-wrap .icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
}
.about-info .top-title {
  align-items: flex-start;
}
.about-info__title {
  color: var(--Secondary-Blue, #03257e);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 29px;
  text-transform: uppercase;
}
.about-info__text {
  margin-top: 4px;
  color: var(--Neutral-Gray-700, #252525);

  font-size: 16px;
  font-weight: 400;
  line-height: 28px; /* 175% */
}
.about-info__description {
  margin: 48px 0;
}
.green-wrapp {
  padding: 24px;
  flex-direction: column;
  align-self: stretch;
  border-radius: 12px;
  background: #edfcfa;
}
.green-wrapp .green-btn {
  margin-top: 24px;
  width: max-content;
}
.green-wrapp-title {
  color: var(--Neutral-Gray-700, #252525);
  font-family: Mariupol;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 175% */
}
.green-wrapp-text {
  color: var(--Neutral-Gray-700, #252525);

  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.blue--text {
  display: flex;
  padding: 12px 24px;
  align-items: center;
  gap: 12px;
  align-self: stretch;
  grid-column: span 2;
  border-radius: 12px;
  background: rgba(3, 37, 126, 0.05);
  min-height: 84px;
}
.blue--text p,
.blue--text {
  color: var(--Secondary-Blue, #03257e);
  font-family: Mariupol;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 175% */
  text-transform: uppercase;
}
.partners-wrap {
  margin-top: 36px;
  /* display: grid; */
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
.partners-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 0 8px 0 rgba(184, 184, 184, 0.16);
}
.partners-item .img {
  max-width: 230px;
  height: 200px;
}
.partners-item img {
  height: 100%;
  object-position: center;
  object-fit: contain;
}
.partners-item .name {
  text-align: center;
  color: var(--Neutral-Gray-700, #252525);

  font-size: 20px;
  font-weight: 400;
  line-height: 32px; /* 160% */
}

.foto-gallary--wrap {
  margin-top: 16px;
}
.foto-gallary-tab {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
.foto-gallary-cent--wrapont {
  margin-top: 36px;
  position: relative;
}
.packages--content {
  width: 100%;
}
.foto-gallary-content.packages--content .img {
  height: 270px;
  border-radius: 12px;
  overflow: hidden;
}

/* vacancies */
.vacancies__wrapp {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.vacancies__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.vacancies--bottom--item {
  display: flex;
  justify-content: space-between;
  padding-bottom: 8px;
  gap: 20px;
  border-bottom: 1px solid rgba(184, 184, 184, 0.16);
}
.vacancies--bottom {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.vacancies .green-link {
  margin-top: 0;
}
/* vacancies */

.why--wrap {
  margin: 36px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.why--item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;

  border-radius: 12px;
  background: #edfcfa;
  padding: 12px;
}
.why-icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--Primary-Main);
}
.why-icon img {
  max-width: 32px;
}
.why-title,
.why-text {
  color: var(--Neutral-Gray-700);

  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.why-title {
  font-weight: 500;
}
.contact-page-bottom {
  margin-top: 36px;
  display: flex;
  gap: 32px;
  justify-content: space-between;
  padding: 12px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 0 8px 0 rgba(184, 184, 184, 0.16);
}
.contact-page-bottom .header-social {
  margin-top: 12px;
}
.contact-page-bottom .left {
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  width: 365px;
  height: 365px;
  justify-content: center;
  align-items: center;
}
.contact-page-bottom .right {
  flex: 1;
}
.contact-page-bottom .left img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.policy-wrap {
  margin-top: 16px;
}

.worker-wrap {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.worker-item {
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 0 8px 0 rgba(184, 184, 184, 0.16);
  padding: 12px;
  display: flex;
  gap: 36px;
}
.worker-item .left {
  max-width: 434px;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  flex-shrink: 0;
}
.worker-item .left img {
  display: block;
  object-fit: cover;
  height: 100%;
  object-position: center;
}
.job {
  color: var(--Secondary-Blue);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  text-transform: uppercase;
}
.doktor-name {
  margin: 4px 0;
  color: var(--Neutral-Gray-700, #252525);
  font-size: 20px;
  font-weight: 400;
  line-height: 32px; /* 160% */
}
.hero .text li {
  text-align: left;
}
.list {
  display: flex;
  flex-direction: column;
}
.year {
  margin-bottom: 12px;
}
.year,
.list,
.list-item,
.worker-text {
  color: var(--Neutral-Gray-700, #252525);

  /* h4 */
  font-family: Mariupol;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.worker-btn {
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 32px;
}
.list-item {
  display: flex;
}
.list-item::before {
  content: "";
  margin: 10px 8px 0;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50px;
  flex-shrink: 0;
  background-color: var(--Neutral-Gray-700);
  line-height: 28px;
}
.worker-wrap .green-link {
  margin-top: 0;
}

.price-item__bottom {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 0.3s;
}
.price-item__bottom span {
  display: block;
  height: 4px;
}
.active .price-item__bottom {
  grid-template-rows: 1fr;
}
.price-item__bottom > div {
  min-height: 0;
}

.price-item__top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
.price-item__top .left {
  display: flex;
  align-items: center;
  gap: 32px;
}
.price-item__top .left > p {
  color: var(--Neutral-Gray-700);
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}
.price-item__top .left .green-link {
  margin-top: 0;
}
.price-item__top .left .green-link::after {
  content: attr(data-text);
}
.price-title {
  color: var(--Secondary-Blue);
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  text-transform: uppercase;
}
.price-item__top .right {
  display: flex;
  align-items: center;
  gap: 20px;
}
.price-item__top .right .old {
  color: #007566;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 162.5% */
  text-decoration-line: line-through;
}
.price-item__top .right .new {
  color: var(--Secondary-Blue);
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}
.green--block {
  display: flex;
  flex-direction: column;
  padding: 8px 0;
  border-radius: 12px;
  background: var(--Primary-Main, #04cdb2);
}
.green--block p {
  color: var(--Neutral-White, #fff);
  font-family: Mariupol;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  display: flex;
  align-items: center;
}
.green--block p::before {
  content: "";
  display: block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  margin: 0 8px;
  background: #fff;
  flex-shrink: 0;
}
.price-wrap {
  margin-top: 36px;
  padding: 12px;
}
.price-item {
  margin-top: 20px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(184, 184, 184, 0.16);
}

.breadcrumbs {
  margin-top: 12px;
}
.breadcrumbs--inner {
  border-radius: 12px;
  background: var(--Neutral-White, #fff);
  box-shadow: 0 0 14px 0 rgba(209, 209, 209, 0.08);
  padding: 8px 20px;
}
.breadcrumbs p {
  display: flex;
  gap: 12px;
  align-items: center;
}
.breadcrumbs p a,
.breadcrumbs p span,
.breadcrumbs p span.separator {
  color: var(--Neutral-Gray-700, #252525);
  opacity: 0.5;
  padding: 8px 0;
  /* h4 */
  font-family: Mariupol;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
}
.breadcrumbs p span {
  opacity: 1;
}
body:has(.home-page) .breadcrumbs {
  display: none;
}
.packages--content__wrap--new {
  position: relative;
}
.price-page .packages--content__wrap {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 20px;
  top: 0;
  opacity: 0;
  z-index: -1;
  width: 100%;
}
.price-page .packages--content__wrap.actives {
  position: static;
  opacity: 1;
  z-index: 1;
}
.news-hero .top-title {
  align-items: flex-start;
}
.news-hero .title {
  text-align: start;
}
.news-hero--wrap {
  margin-top: 36px;
  min-height: 400px;
}
.news-hero--wrap .img {
  float: left;
  max-width: 400px;
  border-radius: 8px;
  overflow: hidden;
  margin-right: 36px;
  margin-bottom: 36px;
}
.news-hero--wrap .img img {
  object-fit: cover;
  display: block;
  object-position: center;
}

.news-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.news-gallery__item {
  display: block;
  overflow: hidden;
  border-radius: 8px;
  background: #f2f6f5;
}

.news-gallery__item img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.news-gallery__item:hover img {
  transform: scale(1.03);
}
.news-about {
  display: flex;
  gap: 10px;
  align-items: center;
}
.news-about span {
  display: block;
  width: 1px;
  height: 12px;
  opacity: 0.5;
  background: #252525;
}
.news-about .time,
.news-about .aphtor {
  color: var(--Neutral-Gray-700, #252525);
  font-family: Mariupol;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}
.news--page__wrap {
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.news--page__wrap .item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 12px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 0 8px 0 rgba(184, 184, 184, 0.16);
}
.news--page__wrap .img {
  border-radius: 8px;
  overflow: hidden;
}
.news--page__wrap .img img {
  object-fit: cover;
  height: 100%;
  object-position: center;
  display: block;
}
.news--page__wrap .data {
  color: var(--Neutral-Gray-700, #252525);
  font-family: Mariupol;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}
.news--page__wrap .news-title {
  overflow: hidden;
  color: var(--Neutral-Gray-700, #252525);
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  align-self: stretch;
  /* h4 */
  font-family: Mariupol;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
}
.licari--inner {
  display: flex;
  gap: 64px;
  align-items: flex-start;
}
.licari--inner .left .img {
  width: 365px;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 32px;
}
.licari--inner .left .img img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.licari--inner .left {
  position: sticky;
  top: 20px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 0 8px 0 rgba(184, 184, 184, 0.16);
  padding: 12px;
}
.licari--inner .left .green-btn {
  margin-top: 12px;
}
.worker-wrap .green-btn {
  width: 276px;
}
.licari--inner .right {
  display: flex;
  flex-direction: column;
  gap: 48px;
  flex: 1;
}
.diplom-wrapp--gallary {
  margin-top: 12px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.diplom-wrapp--gallary .img {
  width: 105px;
  height: 70px;
  aspect-ratio: 3/2;
}
.diplom-wrapp--gallary .img img {
  object-fit: cover;
  height: 100%;
  object-position: center;
}

.doctor--page__wrap {
  margin-top: 36px;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, 1fr);
}
.doctor--page__wrap .img {
  height: 365px;
  border-radius: 12px;
  overflow: hidden;
}
.doctor--page__wrap .img img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.doctor--page__wrap .item {
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 0 8px 0 rgba(184, 184, 184, 0.16);
  padding: 12px;
  display: flex;
  gap: 12px;
  flex-direction: column;
}
.doctor--page__wrap * {
  text-align: center;
}
.doctor--page__wrap .job {
  color: var(--Secondary-Blue, #03257e);
  font-size: 16px;
  font-weight: 500;
  line-height: 28px; /* 175% */
  text-transform: uppercase;
	  white-space: nowrap;
    overflow: hidden;      
    text-overflow: ellipsis; 
}
.doctor--page__wrap .name {
  margin: 4px 0;
  color: var(--Neutral-Gray-700, #252525);
min-height:64px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 160% */
}
.doctor--page__wrap .year {
  color: var(--Neutral-Gray-700, #252525);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px; /* 175% */
}
.doctor--page__wrap .green-link {
  margin-top: 0;
  margin-bottom: 12px;
}
.vacancies__wrapp .green-link {
  margin-top: 0;
}
/* popup */
.popup {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}
.popup-content {
  max-width: 90%;
  max-height: 90%;
  width: auto;
  height: auto;
  min-width: 200px;
  max-width: 600px;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
  animation: zoomIn 0.3s ease;
}
@keyframes zoomIn {
  from {
    transform: scale(0.8);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.popup-close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}
.open-img {
  height: 270px;
  object-fit: cover;
  object-position: center;
  cursor: pointer;
  transition: 0.3s all;
}
.open-img:hover {
  opacity: 0.7;
}

/* pop-up styles */
.pop_up {
  position: fixed;
  z-index: -1;
  top: -100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(4, 205, 178, 0.18);
  backdrop-filter: blur(3.549999952316284px);
  overflow: hidden;
  opacity: 0;
  /* backdrop-filter: blur(7.5px);
  -webkit-backdrop-filter: blur(7.5px); */
  transition: 0.5s all;
}

.pop_up.modal_active {
  opacity: 1;
  z-index: 10;
  top: 0;
}
.pop-up_container {
  background-color: var(--dark-blue);
  padding: 0 20px;
  width: 100%;
  max-width: 500px;
  position: relative;
  display: flex;
  justify-content: center;
}
.pop-up_content {
  width: 100%;
}
.close-pop_up {
  position: absolute;
  right: 37px;
  top: 17px;
  cursor: pointer;
  z-index: 2;
  width: 17.858px;
  height: 16px;

  transition: 0.5s;
}
.close-pop_up:hover {
  transform: rotate(180deg);
}
.pop_up .footer-form__btn:hover {
  opacity: 0.8;
  background-color: var(--white);
}
.pop_up .footer-form__btn:hover span {
  color: var(--black);
}

div#wpcf7-f54-o1 {
  width: 100%;
  display: flex;
  justify-content: center;
}
.pop-up_container form {
  max-width: 650px;
}
/* pop-up styles */
.input {
  border-radius: 8px;
  background: var(--Neutral-Gray-100, #f7f7f7);
  display: block;
  padding: 10px 24px;
  width: 100%;
  color: var(--Neutral-Gray-700, #252525);

  /* h4 */
  font-family: Mariupol;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */

  margin-bottom: 16px;
}
.form-content {
  margin-top: 36px;
}
.wpcf7-submit.green-btn {
  margin-top: 16px;
  width: 100%;
}
.form-content form > p {
  position: relative;
}
.wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.form-content .intl-tel-input.separate-dial-code .selected-flag {
  background-color: transparent !important;
}
.wpcf7-response-output {
  border: none !important;
  margin: 10px 0 !important;
  text-align: center;
  font-size: 14px;
}
.wpcf7-not-valid-tip {
  display: none !important;
}
.wpcf7-not-valid {
  border: 1px solid red !important;
}
.about-info__description h3,
.h3,
.licari--inner-text h3 {
  color: var(--Secondary-Blue, #03257e);
  font-family: Mariupol;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 29px;
  text-transform: uppercase;

  margin-bottom: 12px;
}
.youtube--inner {
  height: 80vh;
  position: relative;
  overflow: hidden;
}
.youtube--inner .img {
  overflow: hidden;
  height: 100%;
  width: 100%;
  top: 0;
}
.youtube--inner .img.img-mob {
  display: none;
}
.youtube--inner .img img {
  display: block;
}
.youtube--inner iframe,
.video-wrapper {
  width: 100%;
  height: 100%;
}
.video-wrapper {
  display: none;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  padding: 48px 40px;
}

.hero ul,
.licari--inner-text ul {
  list-style: disc;
  padding-left: 30px;
  margin: 1em 0;
}
.hero ul li,
.licari--inner-text ul li {
  display: list-item;
}


.wpml-ls-legacy-dropdown {
    width: 98px;
    max-width: 100%;
}
.wpml-ls-legacy-dropdown a {
    display: block;
    text-decoration: none;
    color: #444;
    border: none;
    background-color: #fff;
    padding: 0px 0px;
    line-height: 1;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  position: relative; /* нужно, чтобы :after позиционировался относительно ссылки */
	padding-right: 0;
	display:flex;
gap:4;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  content: "";
  position: static;
  right: 10px;
  top: 50%;
  border: none;
  width: 23px;   /* размеры под svg */
  height: 23px;
  transform: translateY(0);

  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24' fill='none'><path d='M6.39844 10L12.3984 14L18.3984 10' stroke='%2304CDB2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center;
  background-size: contain;
}
.gallery-modal .gallery {
  display: none;
}
/**** NEW STYLES ****/


.form-content .time-picker button {
  flex: 0 0 35px;
  text-align: left;
  border: none;
  border-radius: 0;
  background: transparent;
  padding: 0;
  line-height: 22px;
  font-size: 14px;
  cursor: pointer;
  color: #B8B8B8;
  transition: 0.3s ease;
}
.form-content .time-picker button:hover,
.form-content .time-picker button.active {
  color: #03257E;
}
.form-content .date-field .text {
  position: relative;
  background: #F7F7F7;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  height: 48px;
  padding: 0 24px;
  font-size: 16px;
  line-height: 48px;
  cursor: pointer;
}
.date-field {
  position: relative;
}
.date-field input[type="date"] {
  display: none;
}

.form-content .date-field .text::after {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.75 2.5C7.75 2.30109 7.67096 2.11032 7.53031 1.96967C7.38966 1.82902 7.19889 1.75 7 1.75C6.80107 1.75 6.6103 1.82902 6.46965 1.96967C6.329 2.11032 6.25 2.30109 6.25 2.5V4.08C4.81 4.195 3.866 4.477 3.172 5.172C2.477 5.866 2.195 6.811 2.079 8.25H21.921C21.805 6.81 21.523 5.866 20.828 5.172C20.134 4.477 19.189 4.195 17.75 4.079V2.5C17.75 2.30109 17.671 2.11032 17.5303 1.96967C17.3897 1.82902 17.1989 1.75 17 1.75C16.8011 1.75 16.6103 1.82902 16.4696 1.96967C16.329 2.11032 16.25 2.30109 16.25 2.5V4.013C15.585 4 14.839 4 14 4H10C9.161 4 8.415 4 7.75 4.013V2.5Z' fill='%2303257E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 12C2 11.161 2 10.415 2.013 9.75H21.987C22 10.415 22 11.161 22 12V14C22 17.771 22 19.657 20.828 20.828C19.656 21.999 17.771 22 14 22H10C6.229 22 4.343 22 3.172 20.828C2.001 19.656 2 17.771 2 14V12Z' fill='%2303257E'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.form-content .time-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}


.form-content .stage-box {
  margin-top: 16px;
}
.form-content .stage-box {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: #252525;
  font-size: 16px;
  line-height: 24px;
  gap: 5px;
}
.form-content .stage-box .count {
  color: #03257E;
}
.form-content .time-field .time-text {
  cursor: pointer;
}

.form-content .time-field {

}
.form-content .date-field {
  margin: 16px 0;
}

.form-content .date-field {

}

.form-content .date-field {

}

.form-content .date-field {

}

.form-content .date-field {

}

.form-content .date-field {

}
.form-content .time-picker {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 32px;

  overflow: hidden;

  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;

  transition:
    max-height 0.35s ease,
    padding-top 0.35s ease,
    padding-bottom 0.35s ease;
}
.time-field.active .time-picker {
  max-height: 400px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.form-content .time-text::after {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6.5 10L12.5 14L18.5 10' stroke='%2303257E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.35s ease;
}
.form-content .time-field.active .time-text::after {
  transform: rotate(180deg);
}
.second .title {
  text-align: center;
}

@media (max-width: 1366px) {

}
@media (max-width: 1200px) {

}
@media (max-width: 992px) {

}
@media (max-width: 768px) {

}
@media (max-width: 575px) {
  body .breadcrumbs p {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 0 10px;
  }
}
@media (max-width: 414px) {

}

.quiz-teaser__steps {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.quiz-teaser__inner .top-title {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.quiz-teaser__inner .top-title .text {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.quiz-teaser .quiz-teaser__steps {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.quiz-teaser__step {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  border-radius: 18px;
  background: #f7fbff;
  color: var(--Secondary-Blue);
  font-size: 18px;
  line-height: 28px;
}

.quiz-teaser .quiz-teaser__step {
  min-height: 86px;
  border: 1px solid #d9e5ff;
  box-shadow: 0 12px 30px rgba(3, 37, 126, 0.06);
}

.quiz-teaser__step span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e8f0ff;
  font-weight: 700;
}

.quiz-teaser__actions {
  margin-top: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.quiz-teaser .quiz-teaser__actions {
  display: flex !important;
  justify-content: center;
  flex-wrap: wrap;
}

.quiz-teaser__actions p {
  margin-top: 0;
  color: #657185;
  font-size: 15px;
  line-height: 24px;
}

.quiz-modal {
  max-width: 760px;
  margin: 0 auto;
}

.quiz-question {
  color: var(--Secondary-Blue);
  font-size: 28px;
  line-height: 1.25;
  margin-bottom: 20px;
}

.quiz-progress {
  margin-bottom: 14px;
  color: #657185;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.quiz-options {
  display: grid;
  gap: 14px;
}

.quiz-option {
  border: 2px solid #d9e5ff;
  border-radius: 16px;
  background: #fff;
  color: var(--Secondary-Blue);
  padding: 16px 18px;
  text-align: left;
  font-family: Mariupol;
  font-size: 18px;
  line-height: 28px;
  transition: 0.3s ease;
}

.quiz-option:hover {
  border-color: var(--Primary-Main);
  background: #f4fffd;
}

.quiz-step {
  display: none;
}

.quiz-step.active {
  display: block;
}

.quiz-result__label {
  color: #657185;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.quiz-result__title {
  margin-top: 8px;
  color: var(--Secondary-Blue);
  font-size: 30px;
  line-height: 1.25;
}

.quiz-result__doctor {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 12px;
}

.quiz-result__photo-wrap {
  width: 88px;
  height: 88px;
  border-radius: 18px;
  overflow: hidden;
  flex-shrink: 0;
  background: #f3f8ff;
}

.quiz-result__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quiz-result__doctor-name {
  color: var(--Secondary-Blue);
  font-size: 26px;
  line-height: 1.2;
}

.quiz-result__doctor-spec,
.quiz-disclaimer {
  color: #657185;
  font-size: 16px;
  line-height: 26px;
}

.quiz-result__text {
  margin-top: 12px;
  color: var(--Neutral-Gray-700);
  font-size: 18px;
  line-height: 30px;
}

.quiz-result__description {
  margin-top: 12px;
  color: var(--Neutral-Gray-700);
  font-size: 17px;
  line-height: 28px;
}

.quiz-result__actions {
  margin-top: 24px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.quiz-widget .quiz-result[hidden] {
  display: none;
}

.quiz-disclaimer {
  margin-top: 18px;
}

.article-card-excerpt {
  margin-top: 10px;
  color: var(--Neutral-Gray-700);
  font-size: 15px;
  line-height: 24px;
}

.article-content h3 {
  margin-top: 24px;
  margin-bottom: 12px;
  color: var(--Secondary-Blue);
  font-size: 24px;
  line-height: 1.25;
}

.article-content p,
.article-content li {
  color: var(--Neutral-Gray-700);
  font-size: 18px;
  line-height: 30px;
}

.article-content ul {
  margin: 14px 0 0;
  display: grid;
  gap: 8px;
  padding-left: 22px;
}

.article-pagination {
  margin-top: 28px;
}

.quiz-modal,
.pop_up .form-wrap {
  max-height: calc(100vh - 32px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.hero-kicker {
  margin-bottom: 12px;
  color: var(--Secondary-Blue, #03257e);
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.hero-trust {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-trust span,
.doctor-card-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #f3f8ff;
  color: var(--Secondary-Blue, #03257e);
  padding: 8px 14px;
  font-size: 15px;
  line-height: 22px;
}

.hero-service-link {
  align-self: center;
  margin-top: 0;
}

.trust-strip__inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.trust-strip__item {
  border: 1px solid #d9e5ff;
  border-radius: 12px;
  background: #fff;
  padding: 20px;
}

.trust-strip__item strong {
  display: block;
  color: var(--Secondary-Blue, #03257e);
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 8px;
}

.trust-strip__item span {
  color: var(--Neutral-Gray-700, #252525);
  font-size: 16px;
  line-height: 26px;
}

.doctor-card-note {
  color: #657185;
  font-size: 15px;
  line-height: 24px;
  min-height: 48px;
}

.doctor-card-status {
  width: fit-content;
  margin: 10px auto 0;
  color: #079f88;
  background: #e8fbf7;
}

.sticky-cta {
  position: fixed;
  right: 20px;
  bottom: 24px;
  z-index: 9990;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: stretch;
  max-width: 240px;
}

.sticky-cta .green-btn {
  min-height: 50px;
  padding: 14px 18px;
  box-shadow: 0 12px 30px rgba(3, 37, 126, 0.18);
}



