:root {
  --font-pri: "Inter", sans-serif;
  --header-height-desktop: 10.3rem;
  --header-height-mb: 10.5rem;
}

body.no-scroll-popup {
  overflow: hidden;
  touch-action: none;
  overscroll-behavior: none;
}

body.uses-v2-shell .header,
body.uses-v2-shell .footer,
body.uses-v2-shell .popup,
body.uses-v2-shell #contact-menu {
  font-family: var(--font-pri);
}

body.uses-v2-shell .SiteMain {
  min-height: calc(100vh - var(--v2-shell-footer-height, 0px));
  padding-top: var(--v2-shell-header-offset, var(--header-height-desktop));
}

@media screen and (max-width: 1200px) {
  body.uses-v2-shell .SiteMain {
    padding-top: var(--v2-shell-header-offset, var(--header-height-mb));
  }
}

body.uses-v2-shell.admin-bar .header {
  top: 3.2rem;
}

@media screen and (max-width: 782px) {
  body.uses-v2-shell.admin-bar .header {
    top: 4.6rem;
  }
}

.header .container,
.footer .container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 1.6rem;
  max-width: 128.4rem;
}

.header .custom-logo-link,
.footer .custom-logo-link {
  display: block;
  user-select: none;
}

.header .custom-logo-link img,
.footer .custom-logo-link img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.header .title-22,
.footer .title-22,
.popup .title-22 {
  font-size: 2.2rem;
}

@media only screen and (max-width: 1200px) {
  .header .title-22,
  .footer .title-22,
  .popup .title-22 {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 800px) {
  .header .title-22,
  .footer .title-22,
  .popup .title-22 {
    font-size: 2rem;
  }
}

.header .text-10 {
  font-size: 1rem;
}

.header .text-14 {
  font-size: 1.4rem;
}

.header .text-16,
.footer .text-16,
.popup .text-16 {
  font-size: 1.6rem;
}

@media only screen and (max-width: 800px) {
  .header .text-16,
  .footer .text-16,
  .popup .text-16 {
    font-size: 1.4rem;
  }
}

.footer .text-18,
.popup .text-18 {
  font-size: 1.8rem;
}

@media only screen and (max-width: 1200px) {
  .footer .text-18,
  .popup .text-18 {
    font-size: 1.6rem;
  }
}

.header .fw-b,
.footer .fw-b,
.popup .fw-b {
  font-weight: 700;
}

.header .fw-m,
.footer .fw-m,
.popup .fw-m {
  font-weight: 500;
}

.header .t-up,
.footer .t-up,
.popup .t-up {
  text-transform: uppercase;
}

.header .hover-border,
.footer .hover-border {
  position: relative;
}

@media screen and (min-width: 1201px) {
  .header .hover-border:hover::after,
  .footer .hover-border:hover::after {
    left: 0;
    width: 100%;
  }
}

.header .hover-border::after,
.footer .hover-border::after {
  content: "";
  right: 0;
  bottom: -0.2rem;
  width: 0;
  height: 0.1rem;
  position: absolute;
  transition: 0.4s ease-in-out;
}

.header .hover-border::after {
  background-color: #025899;
}

.footer .hover-border::after {
  background-color: #fff;
}

.header {
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  position: fixed;
  isolation: isolate;
  transition: 0.4s ease-in-out;
  background-color: #fff;
}

.header.is-fixed {
  box-shadow: 1rem 1rem 4rem 0 rgba(40, 105, 240, 0.16);
}

.header.is-hidden {
  transform: translateY(-12rem);
}

.header-wrap_top {
  gap: 2rem;
  padding: 1.2rem 0;
  min-height: 4.8rem;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  .header-wrap_top {
    gap: 1.2rem;
    justify-content: flex-end;
  }

  .header-wrap_top > .header-wrap_calendar,
  .header-wrap_top > .custom-logo-link {
    display: none;
  }
}

.header-wrap_news {
  flex: 1 1 auto;
  min-width: 0;
}

.header-wrap_news ul {
  gap: 1.6rem;
  min-height: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
}

.header-wrap_news ul .text-14 {
  color: #025899;
  display: inline-flex;
  min-height: 2rem;
  align-items: center;
  line-height: 140%;
  transition: 0.4s ease-in-out;
}

@media screen and (max-width: 1200px) {
  .header-wrap_search {
    display: none;
  }
}

.header-wrap_search form .form-wrap,
.header-wrap_search form .form-group {
  margin: 0;
  display: block;
}

.header-wrap_search form .form-label {
  gap: 0.4rem;
  display: flex;
  align-items: center;
  padding: 0.4rem 1.2rem;
  border-radius: 3rem;
  border: 0.1rem solid #979797;
}

@media screen and (max-width: 1200px) {
  .header-wrap_search form .form-label {
    gap: 0.8rem;
  }
}

.header-wrap_search form .form-label img {
  width: 1.8rem;
  height: 1.8rem;
  flex-shrink: 0;
  object-fit: contain;
}

.header-wrap_search form .form-label input {
  width: 100%;
  height: auto;
  border: 0;
  padding: 0;
  border-radius: 0;
  font-size: 1.4rem;
  font-family: var(--font-pri);
}

.header-wrap_search form .form-label input::placeholder {
  color: #025899;
  line-height: 150%;
}

@media screen and (min-width: 1201px) {
  .header-wrap_search form .form-label input::placeholder {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 1200px) {
  .header-wrap_phone {
    display: none;
  }
}

.header-wrap_lang {
  cursor: pointer;
  position: relative;
}

.header-wrap_lang:hover .header-wrap_lang-list {
  opacity: 1;
  pointer-events: auto;
}

.header-wrap_lang-input {
  gap: 1rem;
  display: flex;
  align-items: center;
}

.header-wrap_lang-input img,
.header-wrap_lang-item img {
  width: 3rem;
  flex-shrink: 0;
  object-fit: cover;
}

.header-wrap_lang-list {
  left: 0;
  top: 100%;
  opacity: 0;
  z-index: 5;
  user-select: none;
  position: absolute;
  transition: 0.4s ease-in-out;
  pointer-events: none;
  list-style: none;
}

.header-wrap_lang-item {
  gap: 1rem;
  display: flex;
  align-items: center;
  padding: 0.4rem 0.8rem;
  border-radius: 0.8rem;
  transition: 0.4s ease-in-out;
  background-color: #fff;
  box-shadow: 0 1rem 0.7rem 0 rgba(191, 191, 191, 0.25);
}

@media screen and (min-width: 1201px) {
  .header-wrap_lang-item:hover {
    background-color: #025899;
  }

  .header-wrap_lang-item:hover .text-16 {
    color: #fff;
  }
}

.header-wrap_lang .text-16 {
  color: #025899;
  line-height: 150%;
}

.header .header-main {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  .header .header-main {
    gap: 2.4rem;
    isolation: isolate;
    position: relative;
    padding-top: 1.2rem;
  }

  .header .header-main::before {
    content: "";
    top: 0;
    left: 50%;
    z-index: -1;
    width: 100vw;
    height: 100%;
    position: absolute;
    transform: translateX(-50%);
    background-color: #025899;
  }
}

@media screen and (max-width: 400px) {
  .header .header-main {
    gap: 1.2rem;
  }
}

.header .custom-logo-link {
  margin-right: auto;
  max-width: 16.2rem;
}

@media screen and (max-width: 767px) {
  .header .custom-logo-link {
    max-width: 12rem;
  }
}

@media screen and (min-width: 1201px) {
  .header .header-main .custom-logo-link,
  .header .header-main .header-wrap_calendar {
    display: none;
  }
}

.header-nav {
  list-style: none;
}

@media screen and (min-width: 1201px) {
  .header-nav {
    gap: 2rem;
    padding: 1.02rem 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .header-nav::before {
    content: "";
    top: 0;
    left: 50%;
    z-index: -1;
    width: 100vw;
    height: 100%;
    position: absolute;
    transform: translateX(-50%);
    background: linear-gradient(90deg, #dfaa23 0%, #fbf08d 46.63%, #dfaa23 100%);
  }
}

@media screen and (max-width: 1200px) {
  .header-nav {
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 101;
    display: flex;
    position: fixed;
    transition: 0.4s ease-in-out;
    padding: 4.8rem 3.8rem;
    flex-direction: column;
    background-color: #025899;
    top: var(--header-height-mb);
    transform: translate(100%, 0);
    height: calc(100dvh - var(--header-height-mb));
    box-shadow: 0 0.8rem 1.6rem 0 rgba(0, 0, 0, 0.05);
  }

  .header-nav.is-active {
    transform: translate(0, 0);
  }
}

.header-nav .menu {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 1201px) {
  .header-nav .menu {
    gap: 1.2rem;
    align-items: center;
    justify-content: space-between;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1300px) {
  .header-nav .menu {
    gap: 1rem;
  }
}

@media screen and (max-width: 1200px) {
  .header-nav .menu {
    width: 100%;
    flex-wrap: wrap;
    overflow: hidden auto;
  }

  .header-nav .menu-item {
    width: 100%;
    padding: 1rem;
    flex-wrap: wrap;
  }
}

.header-nav .menu-dropdown {
  gap: 0.8rem;
  position: relative;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 1201px) {
  .header-nav .menu-dropdown:hover img {
    transform: rotate(180deg);
  }

  .header-nav .menu-dropdown:hover .child {
    opacity: 1;
    pointer-events: auto;
  }
}

@media screen and (max-width: 1200px) {
  .header-nav .menu-dropdown::before {
    content: "";
    right: 0;
    top: 1.8rem;
    width: 1.2rem;
    height: 0.6rem;
    position: absolute;
    transition: 0.4s ease-in-out;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    background-image: url("/wp-content/themes/i-dent/assets-v2/images/icons/icon-arrow.svg");
  }

  .header-nav .menu-dropdown > .menu-link {
    width: calc(100% - 1.6rem);
  }
}

.header-nav .menu-dropdown.is-active::before,
.header-nav .menu-dropdown.is-active > img {
  transform: rotate(180deg);
}

.header-nav .menu-dropdown > img {
  transition: 0.4s ease-in-out;
}

@media screen and (max-width: 1200px) {
  .header-nav .menu-dropdown > img {
    display: none;
  }
}

.header-nav .menu-link {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 160%;
  color: #025899;
  text-decoration: none;
}

@media screen and (max-width: 1300px) {
  .header-nav .menu-link {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 1200px) {
  .header-nav .menu-link {
    width: 100%;
    color: #fff;
  }
}

@media screen and (min-width: 1201px) {
  .header-nav .child {
    top: calc(100% + 1.1rem);
    left: 50%;
    z-index: 5;
    opacity: 0;
    min-width: 15rem;
    width: max-content;
    position: absolute;
    transition: 0.4s ease-in-out;
    pointer-events: none;
    list-style: none;
    padding: 0;
    box-shadow: 1rem 1rem 4rem 0 rgba(40, 105, 240, 0.16);
    border-radius: 0 0 1rem 1rem;
    background-color: #fff;
    transform: translate(-50%, 0);
  }

  .header-nav .child::before {
    content: "";
    top: -1.5rem;
    left: 0;
    width: 100%;
    height: 1.5rem;
    position: absolute;
    background-color: transparent;
  }
}

@media screen and (max-width: 1200px) {
  .header-nav .child {
    width: 100%;
    display: none;
    list-style: none;
    padding: 0;
  }
}

@media screen and (min-width: 1201px) {
  .header-nav .child .menu-item:not(:last-child) .menu-link {
    border-bottom: 0.1rem solid rgba(77, 77, 77, 0.2);
  }

  .header-nav .child .menu-item:last-child .menu-link {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }
}

.header-nav .child .menu-link {
  display: block;
  text-transform: none;
  transition: 0.4s ease-in-out;
}

@media screen and (min-width: 1201px) {
  .header-nav .child .menu-link {
    padding: 0.5rem 1rem;
  }

  .header-nav .child .menu-link:hover {
    background: linear-gradient(90deg, #dfaa23 0%, #fbf08d 47.92%, #dfaa23 100%);
  }
}

.header .current-menu-item > .menu-link {
  font-weight: 700;
}

.header .overlay {
  inset: 0;
  opacity: 0;
  z-index: 100;
  width: 100%;
  height: 100dvh;
  position: fixed;
  visibility: hidden;
  pointer-events: none;
  transition: 0.4s ease-in-out;
  background: rgba(0, 0, 0, 0.6);
}

.header .overlay.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.header .menu-bar {
  display: flex;
  flex-direction: column;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}

@media screen and (min-width: 1201px) {
  .header .menu-bar {
    display: none;
  }
}

.header .menu-bar .menu-text {
  text-align: center;
  transition: 0.4s ease-in-out;
}

.header .menu-bar .menu-text .text-10 {
  color: #fff;
  line-height: 210%;
}

.header .menu-bar .menu-icon span {
  width: 100%;
  height: 0.4rem;
  display: block;
  margin-top: 0.4rem;
  transition: 0.4s ease-in-out;
  border-radius: 0.5rem;
  background-color: #fff;
}

.header .menu-bar .menu-icon span:nth-child(1) {
  margin-top: 0;
}

.header .menu-bar.is-active .menu-icon span:nth-child(1) {
  transform: translateY(1.2rem) rotate(45deg);
}

.header .menu-bar.is-active .menu-icon span:nth-child(2) {
  opacity: 0;
}

.header .menu-bar.is-active .menu-icon span:nth-child(3) {
  transform: translateY(-0.4rem) rotate(-45deg);
}

.header .menu-bar.is-active .menu-text {
  opacity: 0;
}

.header .btn,
.footer .btn,
.popup .btn {
  z-index: 3;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  column-gap: 1rem;
  user-select: none;
  font-size: 1.8rem;
  text-align: center;
  line-height: normal;
  position: relative;
  width: fit-content;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 3.2rem;
  border-radius: 2rem;
  transition: 0.4s ease-in-out;
  font-family: var(--font-pri);
  background-color: #025899;
  border: 0.1rem solid transparent;
  text-decoration: none;
}

@media only screen and (max-width: 1200px) {
  .header .btn,
  .footer .btn,
  .popup .btn {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 575.98px) {
  .header .btn,
  .footer .btn,
  .popup .btn {
    padding: 0.6rem 1.6rem;
  }
}

.header .btn::after,
.footer .btn::after,
.popup .btn::after {
  content: "";
  top: 0;
  right: 0;
  width: 0;
  z-index: -1;
  height: 100%;
  position: absolute;
  transition: 0.4s ease-in-out;
  background-color: #000;
}

@media screen and (min-width: 1201px) {
  .header .btn:hover,
  .footer .btn:hover,
  .popup .btn:hover {
    color: #fff;
    border-color: #000;
  }

  .header .btn:hover::after,
  .footer .btn:hover::after,
  .popup .btn:hover::after {
    left: 0;
    width: 100%;
  }
}

.header .btn img,
.footer .btn img,
.popup .btn img {
  width: 1.6rem;
  height: 1.6rem;
  transition: 0.4s ease-in-out;
}

.header .btn-pri,
.footer .btn-pri,
.popup .btn-pri {
  color: #025899 !important;
  background: linear-gradient(90deg, #dfaa23 0.01%, #fbf08d 51.44%, #dfaa23 100%) !important;
}

@media screen and (min-width: 1201px) {
  .header .btn-pri:hover img,
  .footer .btn-pri:hover img,
  .popup .btn-pri:hover img {
    filter: brightness(0) invert(1);
  }
}

.header .btn-sec,
.footer .btn-sec,
.popup .btn-sec {
  color: #fff !important;
  background: linear-gradient(270deg, #bd0000 0%, #ff1f1f 100%) !important;
}

@media screen and (min-width: 1201px) {
  .header .btn-sec:hover img,
  .footer .btn-sec:hover img,
  .popup .btn-sec:hover img {
    filter: brightness(0) invert(1);
  }
}

.footer {
  overflow: hidden;
}

.footer .footer-wrap {
  gap: 2.4rem;
  display: flex;
  flex-direction: column;
  padding: 4rem 0;
  isolation: isolate;
  position: relative;
}

@media screen and (max-width: 991px) {
  .footer .footer-wrap {
    padding: 2rem 0;
  }
}

.footer .footer-wrap::before {
  content: "";
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  z-index: -1;
  position: absolute;
  transform: translateX(-50%);
  background-color: #025899;
}

.footer .footer-top {
  gap: 8rem;
  display: flex;
  align-items: center;
  padding-bottom: 2.4rem;
  border-bottom: 0.1rem solid #fff;
}

@media screen and (max-width: 1280px) {
  .footer .footer-top {
    gap: 4rem;
  }
}

@media screen and (min-width: 1131px) {
  .footer .footer-top > * {
    flex: 1 0 auto;
  }
}

@media screen and (max-width: 1130px) {
  .footer .footer-top_desc,
  .footer .footer-top_action {
    display: none;
  }
}

.footer .footer-top_desc .title-22 {
  color: #fff;
  line-height: 150%;
  letter-spacing: 0.022rem;
}

.footer .footer-top_action .btn {
  width: 100%;
  font-size: 2.2rem;
  padding: 0.9rem 1.6rem;
  flex-direction: row-reverse;
}

@media only screen and (max-width: 1200px) {
  .footer .footer-top_action .btn {
    font-size: 2rem;
  }
}

.footer .footer-top_action .btn img {
  width: 2.4rem;
  height: 2.4rem;
}

.footer .footer-top .custom-logo-link {
  max-width: 24.6rem;
}

.footer .footer-row {
  --rg: 3.2rem;
  --cg: 3.2rem;
  display: flex;
  flex-wrap: wrap;
  margin: 0 calc(var(--cg) / 2 * -1) calc(var(--rg) * -1);
}

.footer .footer-col {
  width: 100%;
  margin-bottom: var(--rg);
  padding: 0 calc(var(--cg) / 2);
}

.footer .footer-col.col-3 {
  width: calc(3 / 12 * 100%);
}

.footer .footer-col.col-9 {
  width: calc(9 / 12 * 100%);
}

@media screen and (max-width: 991px) {
  .footer .footer-row {
    --rg: 2.4rem;
    --cg: 2.4rem;
    flex-direction: column-reverse;
  }

  .footer .footer-col,
  .footer .footer-col.col-3,
  .footer .footer-col.col-9 {
    width: 100%;
  }
}

.footer .footer-block,
.footer .footer-box,
.popup .book-form_inner,
.popup .book-form_title {
  display: flex;
  flex-direction: column;
}

.footer .footer-block {
  gap: 3rem;
}

.footer .footer-box {
  gap: 1.2rem;
}

@media screen and (max-width: 991px) {
  .footer .footer-box {
    row-gap: 0.6rem;
  }
}

.popup .book-form_inner {
  gap: 1.6rem;
}

.popup .book-form_title {
  gap: 0.4rem;
}

.footer .footer-box .title-22 {
  color: #fff;
  line-height: 150%;
}

@media screen and (max-width: 576px) {
  .footer .footer-box .title-22 {
    font-size: 1.8rem;
  }
}

.footer .footer-right {
  row-gap: 6.4rem;
  --letter-spacing: 3.2rem;
  display: flex;
  flex-wrap: wrap;
  margin: 0 calc(-1 * var(--letter-spacing));
}

@media screen and (max-width: 1200px) {
  .footer .footer-right {
    row-gap: 2.4rem;
    --letter-spacing: 1.2rem;
  }
}

.footer .footer-right .footer-box {
  padding: 0 var(--letter-spacing);
}

@media screen and (min-width: 768px) {
  .footer .footer-right .footer-box:first-child {
    width: calc(6 / 9 * 100%);
  }

  .footer .footer-right .footer-box:last-child {
    width: calc(3 / 9 * 100%);
  }
}

@media screen and (max-width: 767px) {
  .footer .footer-right .footer-box {
    width: 100%;
  }
}

.footer .footer-list,
.footer .social,
.footer .pay,
#contact-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-list {
  display: flex;
  row-gap: 0.6rem;
  flex-direction: column;
}

.footer .footer-link {
  gap: 1rem;
  display: flex;
  text-decoration: none;
}

.footer .footer-link img {
  width: 1.6rem;
  height: 1.6rem;
  flex-shrink: 0;
  margin-top: 0.4rem;
  object-fit: contain;
}

.footer .footer-link .text-16 {
  color: #fff;
  line-height: 150%;
}

.footer .footer-link .text-16 strong {
  font-weight: 700;
}

.footer .footer-group:has(ul) {
  gap: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media screen and (max-width: 576px) {
  .footer .footer-group:has(ul) {
    gap: 0.6rem;
  }
}

.footer .footer-group ul {
  width: 100%;
  display: flex;
  row-gap: 0.6rem;
  max-width: 26rem;
  flex-direction: column;
}

.footer .footer-group ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer .footer-group ul li:not(:last-child) {
  padding-bottom: 0.6rem;
  border-bottom: 0.1rem solid #fff;
}

.footer .footer-group ul .text-16 {
  color: #fff;
  line-height: 150%;
}

.footer .footer-copyright {
  display: flex;
  padding: 1rem 0;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer .footer-copyright > * {
  color: #025899;
  line-height: 150%;
}

@media screen and (max-width: 576px) {
  .footer .footer-copyright > *:first-child {
    position: relative;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .footer .footer-copyright > *:first-child::after {
    content: "";
    left: 50%;
    bottom: 0;
    width: 100vw;
    height: 0.1rem;
    position: absolute;
    transform: translateX(-50%);
    background-color: #025899;
  }
}

.footer .social {
  gap: 2rem;
  display: flex;
  flex-wrap: wrap;
  user-select: none;
}

.footer .social-link {
  width: 3.2rem;
  height: 3.2rem;
  display: block;
  transition: 0.4s ease-in-out;
}

@media screen and (min-width: 1201px) {
  .footer .social-link:hover {
    transform: translateY(-0.5rem);
  }
}

.footer .social-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer .pay {
  gap: 4rem 1.2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  user-select: none;
}

@media screen and (max-width: 1200px) {
  .footer .pay {
    gap: 2.4rem 1.2rem;
  }
}

.footer .pay-item:nth-child(4) .pay-link {
  max-width: 15.8rem;
}

.footer .pay-item:nth-child(5) .pay-link {
  max-width: 7rem;
}

.footer .pay-link {
  display: block;
}

.footer .pay-link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#contact-menu {
  position: fixed;
  z-index: 10;
  top: 12rem;
  right: 1rem;
  width: 7rem;
  text-align: center;
  border-radius: 3.5rem;
  padding: 2.5rem 0 2rem;
  background: #fff;
  box-shadow: 0 1.9rem 3.5rem rgba(0, 0, 0, 0.3), 0 1.5rem 1.2rem rgba(0, 0, 0, 0.22);
}

#contact-menu ul li {
  padding: 0.2rem 0;
}

#contact-menu ul li a {
  display: block;
  font-size: 1rem;
  color: #0d6799;
  font-weight: 700;
  white-space: nowrap;
  margin-bottom: 0.5rem;
  text-decoration: none;
}

#contact-menu ul li a img {
  height: 4.5rem;
  width: auto;
  margin: 0 auto;
  transition: 0.4s ease-in-out;
}

@media screen and (min-width: 1201px) {
  #contact-menu ul li a:hover img {
    transform: scale(1.05);
  }
}

@media screen and (max-width: 575px) {
  #contact-menu ul li a img {
    height: 3.2rem;
  }
}

@media screen and (max-width: 991.98px) {
  #contact-menu {
    left: 0;
    right: auto;
    top: auto;
    bottom: 0;
    width: 100%;
    padding: 1rem 0 0.1rem;
    background: #025899;
    border-radius: 3rem 3rem 0 0;
  }

  #contact-menu > ul {
    display: flex;
    flex-direction: row;
  }

  #contact-menu > ul > li {
    width: 25%;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  #contact-menu > ul > li a {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 400;
  }
}

@media screen and (max-width: 575.98px) {
  #contact-menu > ul > li a {
    font-size: 1.2rem;
  }
}

.popup {
  inset: 0;
  z-index: 101;
  position: fixed;
  visibility: hidden;
}

.popup:has(.popup-contact) .popup-over {
  height: auto;
  background-color: transparent;
}

.popup:has(.popup-contact) .popup-main {
  width: 100%;
  max-width: 77.6rem;
}

.popup.open .popup-overlay {
  opacity: 1;
  visibility: visible;
}

.popup.open .popup-main {
  opacity: 1;
  visibility: visible;
}

.popup-close {
  top: -1rem;
  right: -1rem;
  z-index: 5;
  width: 2.4rem;
  height: 2.4rem;
  cursor: pointer;
  position: absolute;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
}

.popup-close img {
  width: 1.6rem;
  height: 1.6rem;
  object-fit: cover;
  filter: brightness(0) invert(1);
}

.popup-overlay {
  inset: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: 0.4s ease-in-out;
  background-color: rgba(0, 0, 0, 0.8);
}

.popup-main {
  top: 50%;
  left: 50%;
  z-index: 2;
  opacity: 0;
  display: flex;
  padding: 1.6rem;
  position: absolute;
  visibility: hidden;
  height: fit-content;
  overflow: hidden auto;
  flex-direction: column;
  width: calc(100vw - 20rem);
  transition: 0.4s ease-in-out;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1200px) {
  .popup-main {
    width: calc(100vw - 5rem);
  }
}

@media screen and (max-width: 576px) {
  .popup-main {
    width: 100vw;
  }
}

.popup-wrap {
  width: 100%;
  position: relative;
}

.popup-over {
  position: relative;
  border-radius: 1rem;
  background-color: #fff;
  height: calc(100dvh - 10rem);
}

@media screen and (max-width: 1200px) {
  .popup-over {
    height: calc(100dvh - 32rem);
  }
}

@media screen and (max-width: 767px) {
  .popup-over {
    height: calc(100dvh - 46rem);
  }
}

.popup-contact .book {
  margin: 0;
}

.popup .book {
  margin-top: 2.4rem;
  margin-bottom: 6rem;
}

.popup .book-form {
  width: 100%;
  margin: 0 auto;
  max-width: 77.6rem;
  padding: 1.2rem 5.6rem;
  border-radius: 2.5rem;
  background: linear-gradient(270deg, #96d3f3 0%, #e4f4ff 50.28%, #96d3f3 100%);
  box-shadow: 0 1rem 0.7rem 0 rgba(191, 191, 191, 0.25);
}

@media screen and (max-width: 576px) {
  .popup .book-form {
    padding: 2.4rem;
    border: 0.1rem solid #025899;
  }
}

.popup-contact .book-form {
  max-width: unset;
  border-radius: 0.8rem;
}

@media screen and (min-width: 577px) {
  .popup-contact .book-form {
    padding: 2.4rem 5.6rem;
  }
}

.popup .book-form_title {
  text-align: center;
}

.popup .book-form_title .title-22 {
  color: #025899;
  line-height: 130%;
}

.popup .book-form_title > * {
  line-height: 130%;
}

.popup form .form-wrap {
  display: flex;
  row-gap: 2.4rem;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .popup form .form-wrap {
    row-gap: 1.6rem;
  }
}

.popup form .form-group {
  gap: 2.4rem;
  display: flex;
  align-items: center;
}

.popup form .form-box {
  width: calc(100% / 2 - 1.2rem);
}

.popup form .form-group:has(.form-dropdown) .form-box {
  width: 100%;
}

.popup form .form-label {
  width: 100%;
  display: flex;
  row-gap: 0.8rem;
  flex-direction: column;
}

.popup form .form-text {
  color: #000;
}

.popup form .form-text sup {
  color: #f00;
}

.popup form .form-action {
  width: fit-content;
  margin: 0 auto;
  position: relative;
}

.popup form .form-action .wpcf7-spinner {
  top: 50%;
  left: 50%;
  z-index: 5;
  margin: 0 auto;
  position: absolute;
  transform: translate(-50%, -50%);
}

.popup form input,
.popup form select,
.popup form textarea {
  outline: 0;
  width: 100%;
  font-size: 1.6rem;
  line-height: 150%;
  border-radius: 2rem;
  transition: 0.4s ease-in-out;
  background-color: #fff;
  font-family: var(--font-pri);
  border: 0.02rem solid rgba(77, 77, 77, 0.4);
}

.popup form input {
  height: 4rem;
  padding: 0.8rem 1.6rem;
}

.popup form textarea {
  height: 10rem;
  resize: none;
  padding: 0.8rem 1.6rem;
}

.popup form select {
  padding: 0.8rem 4.8rem 0.8rem 0.8rem;
}

.popup form input:hover,
.popup form input:focus,
.popup form input:not(:placeholder-shown),
.popup form textarea:hover,
.popup form textarea:focus,
.popup form textarea:not(:placeholder-shown) {
  color: #025899;
  border-color: #dfaa23;
}

@media screen and (min-width: 1201px) {
  .popup form input::placeholder,
  .popup form textarea::placeholder {
    color: #999;
    font-size: 1.4rem;
  }
}

.popup .wpcf7-form-control-wrap {
  width: 100%;
  display: block;
}

.popup .wpcf7-not-valid-tip {
  right: 0;
  z-index: 4;
  bottom: -2.2rem;
  color: #fff;
  padding: 0.4rem;
  font-size: 1.2rem;
  width: fit-content;
  position: absolute;
  border-radius: 0.5rem;
  background-color: red;
}

.popup .wpcf7-not-valid-tip::before {
  content: "";
  width: 0;
  height: 0;
  right: 1.6rem;
  bottom: 100%;
  position: absolute;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-bottom: 0.5rem solid #ec1f26;
}

.popup .wpcf7-response-output {
  color: #ec1f26;
  border: 0 !important;
  padding: 0 !important;
  margin: 2rem 0 0 !important;
  text-align: center !important;
}

@media screen and (max-width: 1200px) {
  .popup .wpcf7-response-output {
    font-size: 1.4rem !important;
    margin: 1.2rem 0 0 !important;
  }
}
