/* Header | Top container */

.top__container {
  --tw-bg-opacity: 1;
  background-color: rgb(250 247 247 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1024px) {
  .top__container {
    height: 52px;
  }
}

.top__container .section_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media not all and (min-width: 1024px) {
  .top__container .section_container {
    display: none !important;
  }
}

.header__contacts {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.header__address {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.header__icon-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  fill: #3F5658;
  stroke: #3F5658;
  line-height: 1;
}

/* Main container */

.main__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 1024px) {
  .main__container {
    height: 88px;
  }
}

@media (min-width: 1280px) {
  .main__container {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

/* Main container | Logo */

.header__logo-container {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.header__logo img {
  height: 3.5rem;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Main container | Services menu */

.services__menu {
  position: relative;
}

@media not all and (min-width: 1024px) {
  .services__menu {
    display: none !important;
  }
}

.services__menu-button {
  color: inherit;
}

.services__menu-button:not(.active) .close,
.services__menu-button.active .open {
  display: none;
}

.services__menu-desktop {
  position: absolute;
  top: 140px;
  left: 0px;
  z-index: 50;
  height: calc(100vh - 140px);
  width: 100%;
  background-color: rgb(255 255 255 / 0.9);
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

@media not all and (min-width: 1024px) {
  .services__menu-desktop {
    display: none !important;
  }
}

.services__menu-desktop .section_container {
  display: grid;
  height: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 1280px) {
  .services__menu-desktop .section_container {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.services__menu-col {
  overflow-y: auto;
  border-right-width: 1px;
  border-color: rgb(63 86 88 / 0.5);
  padding-right: 1.25rem;
  transition-duration: 150ms;
}

.services__menu-col::-webkit-scrollbar {
  height: 0px;
  width: 0px;
}

.services__menu-col.no_active {
  opacity: 0;
}

.mobile_menu-header .back.services__menu-col.no_active {
  pointer-events: none;
  margin-right: -3.5rem;
}

@media not all and (min-width: 1280px) {
  .services__menu-col_3 {
    border-style: none;
    padding-right: 0px;
  }

  .services__menu-desktop .services__menu-col_4 {
    display: none !important;
    border-style: none;
    padding-right: 0px;
  }
}

.services__menu-desktop a {
  position: relative;
  display: block;
  border-radius: 0.375rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-weight: 500;
  line-height: 1;
  transition-duration: 300ms;
}

.services__menu-desktop a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(174 200 207 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.services__menu-desktop li.active a {
  --tw-bg-opacity: 1;
  background-color: rgb(174 200 207 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.services__menu-desktop .sub-menu {
  display: none !important;
}

.services__menu-desktop li.menu-item-has-children > a {
  position: relative;
  display: block;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-right: 50px;
}

.services__menu-desktop li.menu-item-has-children > a::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-arrow-right-icon lucide-arrow-right'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m12 5 7 7-7 7'/%3E%3C/svg%3E");
  position: absolute;
  top: 50%;
  right: 1.25rem;
  height: 1rem;
  width: 1rem;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  fill: inherit;
  stroke: inherit;
}

.services__menu-desktop li.menu-item-has-children > a:hover::after,
.services__menu-desktop li.active.menu-item-has-children > a::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-arrow-right-icon lucide-arrow-right'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m12 5 7 7-7 7'/%3E%3C/svg%3E");
}

@media not all and (min-width: 1280px) {
  .services__menu-desktop .services__menu-col_3 a::after {
    display: none !important;
  }
}

/* Main container | Main menu */

.main__container .main_menu {
  display: flex;
  align-items: center;
  gap: 1rem;
}

@media not all and (min-width: 1024px) {
  .main__container .main_menu {
    display: none !important;
  }
}

.main__container .main_menu a {
  position: relative;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-weight: 700;
  line-height: 1;
  color: inherit;
  --tw-text-opacity: 1;
  color: rgb(63 86 88 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.main__container .main_menu a:hover {
  --tw-text-opacity: 1;
  color: rgb(174 200 207 / var(--tw-text-opacity, 1));
}

.main__container .main_menu>li>a::after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: block;
  height: 0.125rem;
  width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(174 200 207 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  --tw-content: '';
  content: var(--tw-content);
}

.main__container .main_menu>li>a:hover::after {
  width: 100%;
}

.main__container .main_menu a.current_page_item {
  --tw-text-opacity: 1;
  color: rgb(174 200 207 / var(--tw-text-opacity, 1));
}

.main__container .main_menu a.current_page_parent {
  --tw-text-opacity: 1;
  color: rgb(174 200 207 / var(--tw-text-opacity, 1));
}

/* Main container | Header socials */

.header__socials {
  display: flex;
  align-items: center;
  gap: 1rem;
}

@media not all and (min-width: 1280px) {
  .header__socials {
    display: none;
  }
}

.header__socials a svg {
  height: 2.5rem;
  width: 2.5rem;
  fill: #3F5658;
  stroke: #3F5658;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.header__socials a svg:hover {
  fill: #aec8cf;
  stroke: #aec8cf;
}

/* Main container | Header buttons */

.header__buttons {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.header__buttons > * {
  color: inherit;
}

@media not all and (min-width: 640px) {
  .header__buttons .booking__button {
    display: none !important;
  }
}

.header__buttons .contact__button {
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(63 86 88 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.header__buttons .contact__button:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .header__buttons .contact__button {
    display: none !important;
  }
}

/* Main container | Search dropdown */

.search__button {
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.375rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(63 86 88 / var(--tw-border-opacity, 1));
  fill: #3F5658;
  stroke: #3F5658;
  padding: 0px !important;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(63 86 88 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.search__button:hover {
  --tw-border-opacity: 1;
  border-color: rgb(174 200 207 / var(--tw-border-opacity, 1));
}

.search__button svg {
  height: 1.25rem;
  width: 1.25rem;
}

.search__button:not(.active) .close,
.search__button.active .open {
  display: none;
}

.search__form {
  padding-bottom: 1rem;
}

.search__form-inner {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(250 247 247 / var(--tw-bg-opacity, 1));
  padding: 1rem;
}

.search__input {
  height: 2.5rem;
  width: 100%;
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: rgb(63 86 88 / 0.2);
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(63 86 88 / var(--tw-text-opacity, 1));
}

/* Main container | Language */

.header__language {
  position: relative;
}

.header__language-wrapper {
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.header__language-wrapper svg:last-child {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.header__language-wrapper.active svg:last-child {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.header__language-list {
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 50;
  width: 100%;
  min-width: 10rem;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(250 247 247 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.header__language-item {
  margin-bottom: 1rem;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(63 86 88 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.header__language-item:last-child {
  margin-bottom: 0px;
}

.header__language-item:hover {
  --tw-text-opacity: 1;
  color: rgb(174 200 207 / var(--tw-text-opacity, 1));
}

span.header__language-item {
  cursor: default;
  --tw-text-opacity: 1 !important;
  color: rgb(174 200 207 / var(--tw-text-opacity, 1)) !important;
}

.header__language-item a:hover {
  --tw-text-opacity: 1;
  color: rgb(174 200 207 / var(--tw-text-opacity, 1));
}

/* Main container | Mobile menu */

.header__mobile-menu-toggle {
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(250 247 247 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1024px) {
  .header__mobile-menu-toggle {
    display: none;
  }
}

.header__mobile-menu-toggle:not(.active) .close,
.header__mobile-menu-toggle.active .open {
  display: none;
}

/* Mobile Menu */

/* Mobile Menu | Header */

.mobile_menu {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50;
  height: 100vh;
  width: 100vw;
  overflow-y: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-backdrop-blur: blur(16px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.mobile_menu .close__button {
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(250 247 247 / var(--tw-bg-opacity, 1));
}

.mobile_menu > svg {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0px;
  z-index: -10;
  height: 100%;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.mobile_menu-inner {
  position: relative;
  z-index: 10;
  padding-bottom: 3rem;
}

.mobile_menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(211 212 221 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.mobile_menu-header .logo {
  height: 2.5rem;
  width: auto;
}

.mobile_menu-header .back {
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(63 86 88 / var(--tw-border-opacity, 1));
  background-color: transparent;
  fill: #3F5658;
  stroke: #3F5658;
  transition-duration: 300ms;
}

.mobile_menu-header .back.opacity-0 {
  pointer-events: none;
  margin-right: -3.5rem;
}

/* Mobile Menu | Content */

.mobile_menu-content {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  font-weight: 500;
}

.mobile_menu-content > hr {
  width: 100%;
  --tw-border-opacity: 1;
  border-color: rgb(211 212 221 / var(--tw-border-opacity, 1));
}

.mobile_menu-content:not(.active),
.mobile_menu-content .sub-menu {
  display: none !important;
}

.mobile_menu-content .contacts {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.mobile_menu-content ul {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.mobile_menu-content .mobile_menu-page-link {
  display: flex;
  flex-direction: column;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1.1;
}

.mobile_menu-content .mobile_menu-page-link .link_mark {
  padding-top: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(63 86 88 / var(--tw-text-opacity, 1));
}

.mobile_menu-content .mobile_menu-page-link .link_mark::after {
  margin-left: 0.5rem;
  display: inline-block;
  height: 0.5rem;
  width: 1.25rem;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDIwIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgNEgxOU0xOSA0TDE2IDdNMTkgNEwxNiAxIiBzdHJva2U9IiMyMTIyNDMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==');
  --tw-content: '';
  content: var(--tw-content);
}

.mobile_menu-content .services-menu ul {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.mobile_menu-content .services-menu a {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1.1;
  --tw-text-opacity: 1;
  color: rgb(63 86 88 / var(--tw-text-opacity, 1));
}

.mobile_menu-content .main_menu ul {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding-top: 2.5rem;
}

.mobile_menu-content .main_menu a {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  line-height: 1.1;
  color: rgb(63 86 88 / 0.8);
}

.mobile_menu-content li.menu-item-has-children > a {
  position: relative;
  display: block;
  padding-right: 2.5rem;
}

.mobile_menu-content li.menu-item-has-children > a::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-arrow-right-icon lucide-arrow-right'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m12 5 7 7-7 7'/%3E%3C/svg%3E");
  position: absolute;
  top: 50%;
  right: 0px;
  height: 1rem;
  width: 1rem;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  fill: #3F5658;
  stroke: #3F5658;
}

.mobile_menu-content .mobile_menu-language {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.mobile_menu-content .mobile_menu-language-title {
  margin-bottom: 0.75rem;
  font-weight: 700;
  line-height: 1.1;
  color: rgb(63 86 88 / 0.8);
}

.mobile_menu-content .mobile_menu-language-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.mobile_menu-content .mobile_menu-language-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(250 247 247 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(63 86 88 / var(--tw-text-opacity, 1));
}

.mobile_menu-content span.mobile_menu-language-item {
  --tw-bg-opacity: 1;
  background-color: rgb(63 86 88 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

footer {
  --tw-bg-opacity: 1;
  background-color: rgb(174 200 207 / var(--tw-bg-opacity, 1));
}

.footer__wrapper {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

@media (min-width: 768px) {
  .footer__wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .footer__wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1536px) {
  .footer__wrapper {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.footer__wrapper > * {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer__wrapper > *:first-child {
  gap: 2.5rem;
}

@media (min-width: 768px) {
  @media not all and (min-width: 1536px) {
    .footer__wrapper > *:first-child {
      grid-column: span 2 / span 2;
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
}

.footer__wrapper a {
  transition-duration: 300ms;
}

.footer__wrapper a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.footer__wrapper .footer__col-menu {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footer__wrapper .footer__col-menu ul {
  display: none !important;
}

.footer__logo {
  display: block;
}

.footer__logo img {
  height: 7rem;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer__socials-title {
  margin-bottom: 1rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  .footer__socials-title {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.footer__socials-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}

.footer__socials-item {
  display: flex;
  height: 3rem;
  width: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(63 86 88 / var(--tw-bg-opacity, 1));
  fill: #aec8cf;
  stroke: #aec8cf;
  transition-duration: 300ms;
}

.footer__socials-item:hover {
  background-color: rgb(63 86 88 / 0.8);
}

.footer__socials-item svg {
  height: 2rem;
  width: 2rem;
  fill: inherit;
  stroke: inherit;
}

.footer__socials-item svg:hover {
  fill: inherit;
  stroke: inherit;
}

/* Column 4 */

.footer__phones {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footer__phones-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 500;
}

/* Copyright */

.copyright__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-top-width: 1px;
  border-color: rgb(63 86 88 / 0.1);
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(63 86 88 / 0.8);
}

.copyright__wrapper .copyright__links {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.copyright__wrapper .copyright__links .copyright__link {
  transition-duration: 300ms;
}

.copyright__wrapper .copyright__links .copyright__link:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* Homepage blocks */

.main_banner__container {
  position: relative;
  z-index: 0;
}

.main_banner__container:after {
  pointer-events: none;
  position: absolute;
  top: 10%;
  right: 15%;
  z-index: 10;
  display: block;
  height: 100%;
  width: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
  background: url(/wp-content/themes/cidk/img/ellipses.svg) center center no-repeat;
}

@media not all and (min-width: 768px) {
  .main_banner__container.desktop {
    display: none;
  }
}

@media (min-width: 768px) {
  .main_banner__container.mobile {
    display: none;
  }
}

.main_banner__slider {
  position: relative;
  height: 685px;
  width: 100%;
}

@media not all and (min-width: 640px) {
  .main_banner__slider {
    height: 450px;
  }
}

@media (min-width: 768px) {
  @media not all and (min-width: 1024px) {
    .main_banner__slider {
      height: 400px;
    }
  }
}

.main_banner__slider .swiper-navigation {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  width: 100%;
}

@media not all and (min-width: 640px) {
  .main_banner__slider .swiper-navigation {
    display: none;
  }
}

@media (min-width: 768px) {
  .main_banner__slider .swiper-navigation {
    bottom: 2.5rem;
    left: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .main_banner__slider .swiper-navigation {
    bottom: 4rem;
    left: 4rem;
  }
}

.main_banner__slider .swiper-pagination {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 768px) {
  .main_banner__slider .swiper-pagination {
    bottom: 3.5rem;
  }
}

@media (min-width: 1024px) {
  .main_banner__slider .swiper-pagination {
    bottom: 5rem;
  }
}

.main_banner__slide {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(250 247 247 / var(--tw-bg-opacity, 1));
}

.main_banner__image {
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main_banner__content {
  position: absolute;
  inset: 0px;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  padding: 1rem;
}

@media (min-width: 768px) {
  .main_banner__content {
    padding: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .main_banner__content {
    padding: 4rem;
  }
}

.main_banner__title {
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.main_banner__title .subtitle {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .main_banner__title .subtitle {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.main_banner__title .title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .main_banner__title .title {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.main_banner__price {
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .main_banner__price {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.main_banner__link {
  width: -moz-fit-content;
  width: fit-content;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.main_banner__button {
  position: absolute;
  bottom: 0px;
  right: 1rem;
  z-index: 10;
  --tw-translate-y: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 768px) {
  .main_banner__button {
    right: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .main_banner__button {
    right: 4rem;
  }
}

.main_banner__button {
  display: flex;
  aspect-ratio: 1 / 1;
  max-height: 292px;
  width: 30%;
  max-width: 292px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(63 86 88 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.main_banner__button:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.main_banner__button {
  box-shadow: 0px 10px 14px 6px rgba(112, 119, 138, 0.1);
}

.main_banner__button span {
  position: relative;
  z-index: 10;
  width: 83%;
  max-width: 228px;
  text-align: center;
}

@media not all and (min-width: 640px) {
  .main_banner__button span {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

@media (min-width: 1280px) {
  .main_banner__button span {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.main_banner__button:before {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  display: block;
  aspect-ratio: 1 / 1;
  max-height: 228px;
  width: 85%;
  max-width: 228px;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(174 200 207 / var(--tw-border-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  --tw-content: '';
  content: var(--tw-content);
}

.main_banner__button:hover:before {
  height: 100%;
  max-height: 100%;
  width: 100%;
  max-width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(174 200 207 / var(--tw-bg-opacity, 1));
}

.service_hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(250 247 247 / var(--tw-bg-opacity, 1));
}

.service_hero__inner {
  position: relative;
  z-index: 0;
  display: flex;
  gap: 2.5rem;
}

@media not all and (min-width: 768px) {
  .service_hero__inner {
    flex-direction: column;
  }
}

.service_hero__image {
  aspect-ratio: 16 / 9;
  height: auto;
  width: 100%;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .service_hero__image {
    max-width: 60%;
  }
}

@media (min-width: 1280px) {
  .service_hero__image {
    max-width: 65%;
  }
}

.service_hero__content {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  border-radius: 0.5rem;
}

@media (min-width: 768px) {
  .service_hero__content {
    width: 45%;
  }
}

@media (min-width: 1280px) {
  .service_hero__content {
    position: absolute;
    top: 50%;
    right: 2.5rem;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding: 2.5rem;
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

.service_hero .ellipses {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 768px) {
  .service_hero .ellipses {
    width: 50%;
  }
}

@media (min-width: 1280px) {
  .service_hero .ellipses {
    width: 60%;
  }
}

.service_hero button {
  width: -moz-fit-content;
  width: fit-content;
}

.new_approach {
  padding-top: 4rem;
}

@media (min-width: 640px) {
  .new_approach {
    padding-top: 5rem;
  }
}

@media (min-width: 1280px) {
  .new_approach {
    padding-top: 8rem;
  }
}

/* Header */

.new_approach__header {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem;
  display: flex;
  max-width: 800px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  text-align: center;
}

.new_approach__header .title {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .new_approach__header .title {
    font-size: 3.75rem;
    line-height: 1;
  }
}

.new_approach__header .subtitle {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .new_approach__header .subtitle {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

/* Content */

.new_approach__content {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

@media (min-width: 768px) {
  .new_approach__content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .new_approach__content {
    gap: 5rem;
  }
}

/* Image */

.new_approach__image {
  position: relative;
}

.new_approach__image .img-1 {
  height: 100%;
  width: 100%;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1280px) {
  .new_approach__image .img-1 {
    min-height: 658px;
  }
}

.new_approach__image .img-2 {
  position: absolute;
  right: -60px;
  bottom: -45px;
}

@media not all and (min-width: 1280px) {
  .new_approach__image .img-2 {
    display: none;
  }
}

/* List */

.new_approach__list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.25rem;
}

/* Item */

.new_approach__item .title {
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

@media (min-width: 1280px) {
  .new_approach__item .title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.new_approach__item .content {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 1024px) {
  .new_approach__item .content {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .new_approach__item .content {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.stars_choice {
  position: relative;
}

/* Header */

.stars_choice__header {
  position: relative;
  margin-bottom: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

@media not all and (min-width: 640px) {
  .stars_choice__header {
    margin-bottom: 5rem;
  }
}

@media (min-width: 640px) {
  .stars_choice__header h2 {
    max-width: 35%;
  }
}

@media (min-width: 1280px) {
  .stars_choice__header h2 {
    width: 35%;
  }
}

@media (min-width: 640px) {
  .stars_choice__header .swiper-navigation {
    max-width: 35%;
  }
}

@media (min-width: 1280px) {
  .stars_choice__header .swiper-navigation {
    width: 35%;
    justify-content: flex-end;
  }
}

/* Slider */

.stars_choice__slide {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

@media (min-width: 1024px) {
  .stars_choice__slide {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.stars_choice__item {
  position: relative;
  display: flex;
  aspect-ratio: 1 / 1;
  align-items: flex-end;
  overflow: hidden;
  border-radius: 0.5rem;
  padding: 0.75rem;
}

.stars_choice__item img {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.stars_choice__item .title {
  z-index: 10;
  width: 100%;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 768px) {
  .stars_choice__item .title {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .stars_choice__item .title {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.stars_choice__item .stars_choice__item-link {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 20;
  height: 100%;
  width: 100%;
  background-color: transparent;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.stars_choice__item .stars_choice__item-link:hover {
  background-color: rgb(0 0 0 / 0.5);
}

.stars_choice__button {
  position: absolute;
  display: block;
  width: 120px;
  overflow: hidden;
  border-radius: 9999px;
}

@media not all and (min-width: 640px) {
  .stars_choice__button {
    top: 75%;
    left: calc(50% - 60px);
  }
}

@media (min-width: 640px) {
  .stars_choice__button {
    position: relative;
  }
}

@media (min-width: 1024px) {
  .stars_choice__button {
    height: 220px;
    width: 220px;
  }
}

.stars_choice__button .stars_choice__button-svg {
  height: 100%;
  width: 100%;
}

.stars_choice__button .stars_choice__button-text {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 90%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media not all and (min-width: 1024px) {
  .stars_choice__button .stars_choice__button-text {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

.feedback_form {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.feedback_form__wrapper {
  position: relative;
}

.feedback_form__content {
  position: relative;
  z-index: 10;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(250 247 247 / var(--tw-bg-opacity, 1));
  padding: 2.5rem;
}

@media (min-width: 1024px) {
  .feedback_form__content {
    padding-right: 13rem !important;
  }
}

@media (min-width: 1280px) {
  .feedback_form__content {
    padding: 5rem;
  }
}

.feedback_form__content>*:first-child {
  margin-top: 0px !important;
}

.feedback_form__content .subtitle {
  margin-top: 0.75rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
}

@media (min-width: 1024px) {
  .feedback_form__content .subtitle {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.feedback_form__content .description {
  margin-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(63 86 88 / 0.8);
}

@media (min-width: 1024px) {
  .feedback_form__content .description {
    margin-top: 1.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .feedback_form__content .description {
    margin-top: 2rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.feedback_form__form {
  margin-top: 1rem;
}

@media (min-width: 1024px) {
  .feedback_form__form {
    margin-top: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .feedback_form__form {
    margin-top: 2rem;
  }
}

.feedback_form__form.nt_form .form_group>p {
  flex-wrap: wrap;
}

@media (min-width: 640px) {
  .feedback_form__form.nt_form .form_group>p {
    display: flex;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
}

.feedback_form__form.nt_form .default_button {
  width: -moz-fit-content !important;
  width: fit-content !important;
  cursor: pointer;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.feedback_form__image_bg {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  height: 100%;
  width: 100%;
  --tw-translate-x: 1.25rem;
  --tw-translate-y: 1.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 0.75rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.feedback_form__image {
  position: absolute;
  top: 50%;
  right: 0px;
  z-index: 20;
  --tw-translate-y: -75%;
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media not all and (min-width: 1024px) {
  .feedback_form__image {
    display: none;
  }
}

.feedback_form__image img {
  height: 200px;
  width: 200px;
  border-radius: 9999px;
  -o-object-fit: cover;
     object-fit: cover;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.feedback_form__image::before {
  pointer-events: none;
  content: "";
  display: block;
  position: absolute;
  background: url('../../cidk/img/ellipses.svg') center center no-repeat;
  background-size: contain;
  width: 400px;
  height: 400px;
  z-index: -1;
  top: 60%;
  left: 70%;
  transform: translate(-50%, -50%);
}

.feedback_form .nt_form form input[type=checkbox]+span:before {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}

.services__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

@media (min-width: 768px) {
  .services__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .services__list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.services__item {
  position: relative;
  z-index: 0;
  display: flex;
  aspect-ratio: 1 / 1;
  cursor: pointer;
  align-items: flex-end;
  overflow: hidden;
  border-radius: 0.5rem;
  padding: 1rem;
}

@media (min-width: 768px) {
  .services__item {
    padding: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .services__item {
    padding: 2rem;
  }
}

.services .headline {
  margin-bottom: 2.5rem;
  display: flex;
  max-width: 800px;
  flex-direction: column;
  gap: 0.75rem;
}

.services__item:before {
  position: absolute;
  top: 0px;
  left: 100%;
  z-index: 10;
  display: block;
  height: 200%;
  width: 200%;
  --tw-skew-x: -20deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(174 200 207 / var(--tw-bg-opacity, 1));
  opacity: 0.8;
  transition-duration: 500ms;
  --tw-content: '';
  content: var(--tw-content);
}

.services__item:hover:before {
  left: -40%;
}

.services__item img {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.services__item .item__title {
  z-index: 20;
  text-align: center;
  font-weight: 500;
  transition-duration: 300ms;
}

@media not all and (min-width: 768px) {
  .services__item .item__title {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .services__item .item__title {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .services__item .item__title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.services__item:hover .item__title {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.protocols .headline {
  margin-bottom: 2.5rem;
  display: flex;
  max-width: 800px;
  flex-direction: column;
  gap: 0.75rem;
}

.protocols__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 768px) {
  .protocols__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1536px) {
  .protocols__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.protocols__item {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.protocols__item__img {
  display: block;
  cursor: pointer;
}

.protocols__item__img img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}

.protocols__item__content {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
}

@media (min-width: 1024px) {
  .protocols__item__content {
    padding: 1.5rem;
  }
}

.protocols__item__content > div {
  display: flex;
  gap: 1rem;
}

@media not all and (min-width: 640px) {
  .protocols__item__content > div {
    flex-direction: column;
  }
}

@media (min-width: 640px) {
  .protocols__item__content > div {
    justify-content: space-between;
  }

  .protocols__item__content > div:last-child {
    align-items: flex-end;
  }

  .protocols__item__content > div > *:last-child {
    width: 33.333333%;
  }
}

.protocols__item__content .prefix {
  color: rgb(63 86 88 / 0.8);
}

@media not all and (min-width: 768px) {
  .protocols__item__content .prefix {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.protocols__item__title .title {
  transition-duration: 300ms;
}

.protocols__item__title .title:hover {
  --tw-text-opacity: 1;
  color: rgb(174 200 207 / var(--tw-text-opacity, 1));
}

.protocols__item__duration {
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(250 247 247 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
}

.protocols__item__duration .duration {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  .protocols__item__duration .duration {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.protocols__item__price * {
  margin-right: 0.25rem;
}

.specialists_list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 2.5rem;
}

@media (min-width: 768px) {
  .specialists_list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .specialists_list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.specialists_list__item {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.specialists_list__item .image_wrap {
  position: relative;
  margin-bottom: 1rem;
  width: 100%;
  overflow: hidden;
}

.specialists_list__item .image_wrap__link {
  position: relative;
  z-index: 0;
  display: block;
}

.specialists_list__item .image_wrap a:before {
  position: absolute;
  top: 0px;
  left: 100%;
  z-index: 10;
  display: block;
  height: 200%;
  width: 200%;
  --tw-skew-x: -20deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-color: rgb(63 86 88 / 0.3);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  --tw-content: "";
  content: var(--tw-content);
}

.specialists_list__item:hover .image_wrap a:before {
  left: -50%;
}

.specialists_list__item .image_wrap__link img {
  position: relative;
  z-index: 0;
  aspect-ratio: 3/4;
  height: auto;
  width: 100%;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.specialists_list__item .title {
  margin-bottom: 0.25rem;
  text-wrap: balance;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .specialists_list__item .title {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.specialists_list__item .description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-wrap: balance;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.specialists_list__item button {
  pointer-events: none;
  position: absolute;
  bottom: 1rem;
  left: 50%;
  width: calc(100% - 32px);
  --tw-translate-x: -50%;
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.mobile_menu-header .back.specialists_list__item button {
  pointer-events: none;
  margin-right: -3.5rem;
}

.specialists_list__item:hover button {
  pointer-events: auto;
  z-index: 10;
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
  opacity: 1;
}

.before_after {
  --tw-bg-opacity: 1;
  background-color: rgb(250 247 247 / var(--tw-bg-opacity, 1));
}

.before_after .headline {
  margin-bottom: 1.25rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  padding-right: 132px;
}

@media (min-width: 768px) {
  .before_after .headline {
    margin-bottom: 2.5rem;
  }
}

.before_after .swiper-navigation.before_after-nav {
  position: absolute;
  top: -2.5rem;
  right: 0px;
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.before_after .swiper-navigation.before_after-nav > * {
  height: 2.5rem;
  width: 2.5rem;
}

.before_after-tabs {
  margin-bottom: 2.5rem;
}

.before_after-tabs-container {
  overflow-x: auto;
  padding-right: 132px;
}

.before_after-tabs-container::-webkit-scrollbar {
  display: none;
}

.before_after-tabs-inner {
  display: flex;
  min-width: -moz-fit-content;
  min-width: fit-content;
  align-items: center;
  gap: 0.75rem;
}

.before_after-tabs button {
  cursor: pointer;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(250 247 247 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.before_after-tabs button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(174 200 207 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px) {
  .before_after-tabs button {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.before_after-tabs button.active {
  --tw-bg-opacity: 1;
  background-color: rgb(63 86 88 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.before_after-carousel {
  position: relative;
}

.before_after .before_after-carousel:not(.active) {
  display: none !important;
}

.before_after-item {
  display: block;
  aspect-ratio: 1 / 1;
  height: auto;
  width: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
}

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

.text_block.full_bg {
  --tw-bg-opacity: 1;
  background-color: rgb(250 247 247 / var(--tw-bg-opacity, 1));
}

.text_block.bg .section_padding {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(250 247 247 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  .text_block.bg .section_padding {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1024px) {
  .text_block.bg .section_padding {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.text_block.has_image .section_padding {
  display: flex;
  gap: 1rem;
}

@media not all and (min-width: 768px) {
  .text_block.has_image .section_padding {
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .text_block.has_image .section_padding {
    gap: 2rem;
  }
}

@media (min-width: 1024px) {
  .text_block.has_image .section_padding {
    gap: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .text_block.has_image .section_padding {
    gap: 5rem;
  }
}

@media (min-width: 768px) {
  .text_block.has_image.image_left .section_padding {
    flex-direction: row-reverse;
  }
}

.text_block.has_image .text_block__image {
  width: 100%;
}

@media (min-width: 768px) {
  .text_block.has_image .text_block__image {
    width: 40%;
  }
}

.text_block.has_image .text_block__image img {
  height: auto;
  width: 100%;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.text_block.has_image .text_block__content {
  width: 100%;
}

@media (min-width: 768px) {
  .text_block.has_image .text_block__content {
    width: 60%;
  }
}

.video {
  background-color: rgb(235 192 157 / 0.5);
}

.video .section_container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
}

.video_headline {
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  text-align: center;
}

.video__code iframe {
  position: relative;
  aspect-ratio: 16 / 9;
  height: auto;
  width: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
}

.map {
  overflow: hidden;
}

.map__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.map__wrapper > iframe {
  overflow: hidden;
  border-radius: 0.5rem;
}

.map__content {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(250 247 247 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
}

@media (min-width: 768px) {
  .map__content {
    position: absolute;
    right: -1rem;
    bottom: -1rem;
    width: 450px;
    padding: 2.5rem;
  }
}

.map__title {
  margin-bottom: 0.75rem;
}

.map__description {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(63 86 88 / 0.8);
}

@media (min-width: 1024px) {
  .map__description {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .map__description {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.map__description strong {
  --tw-text-opacity: 1;
  color: rgb(63 86 88 / var(--tw-text-opacity, 1));
}

/* FAQ */

.faq__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.faq__item {
  border-radius: 0.5rem;
  border-width: 2px;
  transition-duration: 300ms;
}

.faq__item.active {
  --tw-border-opacity: 1;
  border-color: rgb(235 192 157 / var(--tw-border-opacity, 1));
}

.faq__item-question {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
}

@media (min-width: 1024px) {
  .faq__item-question {
    padding: 1.5rem;
  }
}

.faq__item-answer {
  padding: 1rem;
  padding-top: 0px !important;
}

@media (min-width: 1024px) {
  .faq__item-answer {
    padding: 1.5rem;
  }
}

.faq__item-question-icon {
  transition-duration: 300ms;
}

.faq__item.active .faq__item-question-icon {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

/* Advantages */

.advantages {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 768px) {
  .advantages {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .advantages {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.advantages__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  overflow: hidden;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(250 247 247 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
}

@media (min-width: 1024px) {
  .advantages__item {
    padding: 2.5rem;
  }
}

.advantages__item {
  align-items: flex-start;
}

.advantages__item img.icon {
  height: 60px;
  min-height: 60px;
  width: 60px;
  min-width: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  --tw-content: '';
  content: var(--tw-content);
}

.advantages__item .description {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(63 86 88 / 0.8);
}

.why_us .headline {
  width: 100%;
  max-width: 100%;
}

.why_us h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}

.why_us__grid {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 768px) {
  .why_us__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .why_us__grid {
    gap: 2rem;
  }
}

.why_us__item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(250 247 247 / var(--tw-bg-opacity, 1));
  padding: 1rem;
}

@media (min-width: 768px) {
  .why_us__item {
    padding: 2rem;
  }
}

@media (min-width: 1024px) {
  .why_us__item {
    padding: 2.5rem;
  }
}

.why_us__item-image {
  position: relative;
  grid-row: span 2 / span 2;
}

@media not all and (min-width: 768px) {
  .why_us__item-image {
    display: none;
  }
}

.why_us__item-image-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.why_us__item-image-image {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  height: 80%;
  width: auto;
  border-radius: 500px;
  border-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  -o-object-fit: cover;
     object-fit: cover;
}

/* Hero protocol */

.hero_protocol {
  position: relative;
  z-index: 0;
  display: flex;
  gap: 2.5rem;
}

@media not all and (min-width: 768px) {
  .hero_protocol {
    flex-direction: column;
  }
}

.hero_protocol__content-image {
  aspect-ratio: 16 / 9;
  height: auto;
  width: 100%;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .hero_protocol__content-image {
    max-width: 60%;
  }
}

@media (min-width: 1280px) {
  .hero_protocol__content-image {
    max-width: 65%;
  }
}

.hero_protocol__content {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  border-radius: 0.5rem;
}

@media (min-width: 768px) {
  .hero_protocol__content {
    width: 45%;
  }
}

@media (min-width: 1280px) {
  .hero_protocol__content {
    position: absolute;
    top: 50%;
    right: 2.5rem;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding: 2.5rem;
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

.hero_protocol__params {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
}

.hero_protocol__params .prefix {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: rgb(63 86 88 / 0.8);
}

@media (min-width: 1024px) {
  .hero_protocol__params .prefix {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.hero_protocol .ellipses {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 768px) {
  .hero_protocol .ellipses {
    width: 50%;
  }
}

@media (min-width: 1280px) {
  .hero_protocol .ellipses {
    width: 60%;
  }
}

/* Protocol description */

@media (min-width: 1024px) {
  .protocol_description {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.5rem;
  }
}

.protocol_description__image {
  position: relative;
  padding-right: 2.5rem;
  padding-bottom: 2.5rem;
}

@media not all and (min-width: 1024px) {
  .protocol_description__image {
    display: none;
  }
}

.protocol_description__image .background-item {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  aspect-ratio: 1 / 1;
  height: auto;
  width: calc(100% - 80px);
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.protocol_description__image .foreground-item {
  position: relative;
  z-index: 10;
  aspect-ratio: 1 / 1;
  height: auto;
  width: 100%;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Protocol indications */

.protocol_indications__lists {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

@media (min-width: 768px) {
  .protocol_indications__lists {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.protocol_indications__list {
  border-radius: 0.5rem;
  border-width: 2px;
  padding: 1.25rem;
}

@media (min-width: 1024px) {
  .protocol_indications__list {
    padding: 2.5rem;
  }
}

.protocol_indications__list.indications {
  --tw-border-opacity: 1;
  border-color: rgb(235 192 157 / var(--tw-border-opacity, 1));
}

.protocol_indications__list.contraindications {
  --tw-border-opacity: 1;
  border-color: rgb(239 63 63 / var(--tw-border-opacity, 1));
}

.protocol_indications__list .title {
  margin-bottom: 1rem;
}

.protocol_indications__list li {
  position: relative;
  margin-bottom: 0.25rem;
  padding-left: 1.75rem;
}

@media (min-width: 1024px) {
  .protocol_indications__list li {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.protocol_indications__list ul li::before {
  position: absolute;
  left: 0px;
  top: 50%;
  height: 2px;
  width: 1rem;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(235 192 157 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}

/* Protocol prices */

.protocol_prices {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(250 247 247 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
}

@media (min-width: 1024px) {
  .protocol_prices {
    padding: 2.5rem;
  }
}

.price_list__item {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

@media (min-width: 640px) {
  .price_list__item {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
  }
}

@media (min-width: 1024px) {
  .price_list__item {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media not all and (min-width: 640px) {
  .price_list__item .empty {
    display: none;
  }
}

.price_list__item:not(:last-child) {
  border-bottom-width: 1px;
  border-color: rgb(63 86 88 / 0.1);
  padding-bottom: 1rem;
}

.price_list__item:not(:first-child) {
  padding-top: 1rem;
}

.price_list__item .headline {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

@media (min-width: 640px) {
  .price_list__item .headline {
    grid-column: span 2 / span 2;
  }
}

.price_list__item .headline .title {
  font-weight: 500;
}

@media (min-width: 1024px) {
  .price_list__item .headline .title {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.price_list__item .description {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(63 86 88 / 0.8);
}

@media (min-width: 1024px) {
  .price_list__item .description {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.price_list__item .price {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.price_list__item .price .old_price {
  opacity: 0.5;
}

/* Contacts page */

.contacts_page {
  display: flex;
  flex-direction: column;
}

/* Requisites */

.contacts_page__requisites {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.contacts_page__requisites-grid {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 640px) {
  .contacts_page__requisites-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .contacts_page__requisites-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.contacts_page__requisites-item {
  display: flex;
  height: 100%;
  flex-direction: column;
  gap: 0.5rem;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(250 247 247 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
}

@media (min-width: 1024px) {
  .contacts_page__requisites-item {
    padding: 1.5rem;
  }
}

.contacts_page__requisites-label {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  color: rgb(63 86 88 / 0.7);
}

.contacts_page__requisites-value {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(63 86 88 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .contacts_page__requisites-value {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .contacts_page__requisites-value {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .contacts_page__requisites-value {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

/* How to find us */

.contacts_page__how-to-find {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.contacts_page__how-to-find-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr 2fr;
}

@media (max-width: 767px) {
  .contacts_page__how-to-find-grid {
    grid-template-columns: 1fr;
  }
}

.contacts_page__how-to-find-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(250 247 247 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
}

@media (min-width: 1024px) {
  .contacts_page__how-to-find-card {
    padding: 1.5rem;
  }
}

.contacts_page__how-to-find-card-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contacts_page__how-to-find-card-icon {
  display: flex;
  height: 3rem;
  width: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(63 86 88 / var(--tw-text-opacity, 1));
}

.contacts_page__how-to-find-card-icon svg {
  height: 1.5rem;
  width: 1.5rem;
}

.contacts_page__how-to-find-card-title {
  margin-bottom: 0px;
}

.contacts_page__how-to-find-card-desc strong {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(63 86 88 / var(--tw-text-opacity, 1));
}

.contacts_page__how-to-find-card-desc p {
  margin-bottom: 1rem;
}

.contacts_page__how-to-find-card-note {
  font-style: italic;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(63 86 88 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .contacts_page__how-to-find-card-note {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .contacts_page__how-to-find-card-note {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .contacts_page__how-to-find-card-note {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.contacts_page__how-to-find-link {
  width: -moz-fit-content;
  width: fit-content;
}

/* Contact cards: phones, email, address, socials */

.contacts_page__contacts-block {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.contacts_page__contacts {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 640px) {
  .contacts_page__contacts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .contacts_page__contacts {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.contacts_page__contact-card {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(250 247 247 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
}

@media (min-width: 1024px) {
  .contacts_page__contact-card {
    padding: 1.5rem;
  }
}

.contacts_page__contact-card-title {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  color: rgb(63 86 88 / 0.7);
}

.contacts_page__contact-card-value {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(63 86 88 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .contacts_page__contact-card-value {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .contacts_page__contact-card-value {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .contacts_page__contact-card-value {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.contacts_page__contact-card-value a {
  --tw-text-opacity: 1;
  color: rgb(63 86 88 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.contacts_page__contact-card-value a:hover {
  --tw-text-opacity: 1;
  color: rgb(174 200 207 / var(--tw-text-opacity, 1));
}

.contacts_page__contact-card-icon {
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(63 86 88 / var(--tw-text-opacity, 1));
}

.contacts_page__contact-card-icon svg {
  height: 1.25rem;
  width: 1.25rem;
}

.contacts_page__phones {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.contacts_page__phones a {
  font-weight: 500;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(63 86 88 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .contacts_page__phones a {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .contacts_page__phones a {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .contacts_page__phones a {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.contacts_page__phones a:hover {
  --tw-text-opacity: 1;
  color: rgb(174 200 207 / var(--tw-text-opacity, 1));
}

.contacts_page__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.contacts_page__socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  fill: #3F5658;
  stroke: #3F5658;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.contacts_page__socials a:hover {
  fill: #aec8cf;
  stroke: #aec8cf;
}

.contacts_page__socials svg {
  height: 3rem;
  width: 3rem;
  fill: inherit;
  stroke: inherit;
}

/* Vacancies page */

.vacancies_page {
  display: flex;
  flex-direction: column;
}

.vacancies_page__list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

@media (min-width: 1024px) {
  .vacancies_page__list {
    gap: 4rem;
  }
}

.vacancies_page__card {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(250 247 247 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
}

@media (min-width: 1024px) {
  .vacancies_page__card {
    padding: 2rem;
  }
}

.vacancies_page__card-title {
  border-bottom-width: 2px;
  border-color: rgb(63 86 88 / 0.1);
  padding-bottom: 1rem;
}

.vacancies_page__block {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.vacancies_page__block-title {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  color: rgb(63 86 88 / 0.9);
}

.vacancies_page__block-content {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.vacancies_page__block-content h2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .vacancies_page__block-content h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .vacancies_page__block-content h2 {
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1280px) {
  .vacancies_page__block-content h2 {
    font-size: 3.75rem;
    line-height: 1;
  }
}

.vacancies_page__block-content h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .vacancies_page__block-content h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1024px) {
  .vacancies_page__block-content h3 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .vacancies_page__block-content h3 {
    font-size: 3rem;
    line-height: 1;
  }
}

.vacancies_page__block-content h4 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .vacancies_page__block-content h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1024px) {
  .vacancies_page__block-content h4 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1280px) {
  .vacancies_page__block-content h4 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.vacancies_page__block-content h5 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .vacancies_page__block-content h5 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .vacancies_page__block-content h5 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1280px) {
  .vacancies_page__block-content h5 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.vacancies_page__block-content h6 {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .vacancies_page__block-content h6 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .vacancies_page__block-content h6 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .vacancies_page__block-content h6 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media not all and (min-width: 1024px) {
  .vacancies_page__block-content {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1536px) {
  .vacancies_page__block-content {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.vacancies_page__block-content > * {
  margin-bottom: 1rem;
}

.vacancies_page__block-content > *:first-child {
  margin-top: 0px !important;
}

.vacancies_page__block-content > *:last-child {
  margin-bottom: 0px !important;
}

.vacancies_page__block-content h2,.vacancies_page__block-content h3,.vacancies_page__block-content h4,.vacancies_page__block-content h5,.vacancies_page__block-content h6 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.vacancies_page__block-content p {
  margin-bottom: 1rem;
}

.vacancies_page__block-content ul {
  list-style-position: inside;
  list-style-type: disc;
}

.vacancies_page__block-content ul ul,.vacancies_page__block-content ol ol {
  padding-left: 22px;
}

@media (min-width: 768px) {
  .vacancies_page__block-content ul ul,.vacancies_page__block-content ol ol {
    padding-left: 24px;
  }
}

@media (min-width: 1024px) {
  .vacancies_page__block-content ul ul,.vacancies_page__block-content ol ol {
    padding-left: 26px;
  }
}

.vacancies_page__block-content ul ul,.vacancies_page__block-content ol ol {
  padding-left: 22px;
}

@media (min-width: 768px) {
  .vacancies_page__block-content ul ul,.vacancies_page__block-content ol ol {
    padding-left: 24px;
  }
}

@media (min-width: 1024px) {
  .vacancies_page__block-content ul ul,.vacancies_page__block-content ol ol {
    padding-left: 26px;
  }
}

.vacancies_page__block-content ul ul,.vacancies_page__block-content ol ol {
  list-style-type: circle;
}

.vacancies_page__block-content ol {
  list-style-position: inside;
  list-style-type: decimal;
}

.vacancies_page__block-content ul li,.vacancies_page__block-content ol li {
  margin-bottom: 0.25rem;
}

.vacancies_page__block-content img {
  margin-bottom: 1rem;
  margin-right: 0.75rem;
  display: inline-block;
  max-height: 100vh;
  max-width: 100%;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.vacancies_page__block-content ul ul, 
.vacancies_page__block-content ol ol,
.vacancies_page__block-content ul ol,
.vacancies_page__block-content ol ul {
  padding-left: 1rem;
}

.vacancies_page__block-content ul ul {
  list-style-type: circle;
}

.vacancies_page__contacts {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 0.75rem;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  border-top-width: 2px;
  border-color: rgb(63 86 88 / 0.1);
  padding-top: 1rem;
}

@media not all and (min-width: 640px) {
  .vacancies_page__contacts {
    flex-direction: column;
  }
}

@media (min-width: 1024px) {
  .vacancies_page__contacts {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
}

.vacancies_page__contacts > a {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem;
  font-weight: 500;
}

.vacancies_page__contacts > a svg {
  flex-shrink: 0;
}

.vacancies_page__contacts .vacancies_page__contact-social {
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(63 86 88 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.vacancies_page__contacts .vacancies_page__contact-social:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(174 200 207 / var(--tw-bg-opacity, 1));
}

/* Blog page */

.blog_page__terms {
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.blog_page__term {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(250 247 247 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(63 86 88 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.blog_page__term:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(174 200 207 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.blog_page__term.active {
  --tw-bg-opacity: 1;
  background-color: rgb(174 200 207 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.blog_page__list {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 640px) {
  .blog_page__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .blog_page__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1536px) {
  .blog_page__list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.blog_page__item {
  position: relative;
  display: flex;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(250 247 247 / var(--tw-bg-opacity, 1));
  transition-duration: 300ms;
}

.blog_page__item:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.blog_page__item::before {
  position: absolute;
  top: 0px;
  left: 100%;
  z-index: 0;
  display: block;
  height: 200%;
  width: 200%;
  --tw-skew-x: -20deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(174 200 207 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  --tw-content: "";
  content: var(--tw-content);
}

.blog_page__item > * {
  position: relative;
  z-index: 10;
}

.blog_page__item:hover::before {
  left: -30%;
}

.blog_page__item-img {
  display: block;
  aspect-ratio: 4/3;
  width: 100%;
  overflow: hidden;
}

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

.blog_page__item-content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1rem;
}

@media (min-width: 1024px) {
  .blog_page__item-content {
    padding: 1.25rem;
  }
}

.blog_page__item-meta {
  font-size: 0.875rem;
  line-height: 1.25rem;
  opacity: 0.7;
}

.blog_page__item-sep {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.blog_page__item-title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}

.blog_page__item-title a {
  --tw-text-opacity: 1;
  color: rgb(63 86 88 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.blog_page__item-title a:hover {
  --tw-text-opacity: 1;
  color: rgb(174 200 207 / var(--tw-text-opacity, 1));
}

.blog_page__item-excerpt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  flex-grow: 1;
}

.blog_page__item-link {
  margin-top: auto;
  width: -moz-fit-content;
  width: fit-content;
}

.blog_page__item-arrow {
  --tw-text-opacity: 1;
  color: rgb(174 200 207 / var(--tw-text-opacity, 1));
}

.blog_page__item:hover .blog_page__item-arrow {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* Pagination */

.blog_page__pagination {
  margin-top: 2.5rem;
  border-top-width: 1px;
  border-color: rgb(63 86 88 / 0.1);
  padding-top: 2rem;
}

.blog_page__pagination-list {
  margin: 0px;
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 0px;
}

.blog_page__pagination-prev,
.blog_page__pagination-next {
  flex-shrink: 0;
}

.blog_page__pagination-numbers {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.blog_page__pagination-num a,
.blog_page__pagination-num span {
  display: flex;
  height: 2.5rem;
  min-width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(250 247 247 / var(--tw-bg-opacity, 1));
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(63 86 88 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.blog_page__pagination-num a:hover,
.blog_page__pagination-num span:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(174 200 207 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.blog_page__pagination-num .current {
  pointer-events: none;
  --tw-bg-opacity: 1;
  background-color: rgb(174 200 207 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.blog_page__pagination-info {
  margin-top: 1rem;
  text-align: center;
  color: rgb(63 86 88 / 0.7);
}

.blog_page__empty {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  text-align: center;
}

/* Single post */

.single_post {
  display: flex;
  flex-direction: column;
}

.single_post__headline {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(250 247 247 / var(--tw-bg-opacity, 1));
}

.single_post__meta {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.5rem;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.single_post__thumb {
  margin-bottom: 1.5rem;
  max-width: 800px;
  overflow: hidden;
  border-radius: 0.75rem;
}

.single_post__thumb-img {
  aspect-ratio: 16 / 9;
  height: auto;
  max-height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.single_post__content {
  max-width: 800px;
}

.single_post__article {
  display: flex;
  flex-direction: column;
}

.single_post__category {
  --tw-text-opacity: 1;
  color: rgb(63 86 88 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.single_post__category:hover {
  --tw-text-opacity: 1;
  color: rgb(174 200 207 / var(--tw-text-opacity, 1));
}

.single_post__sep {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.single_post__content {
  margin-top: 0px;
}

.single_post__pages {
  margin-top: 1.5rem;
}

.single_post__nav {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-top-width: 1px;
  border-color: rgb(63 86 88 / 0.1);
  padding-top: 2rem;
}

@media (min-width: 640px) {
  .single_post__nav {
    flex-direction: row;
    justify-content: space-between;
  }
}

.single_post__nav .post-navigation {
  width: 100%;
}

.single_post__nav .nav-links {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 640px) {
  .single_post__nav .nav-links {
    flex-direction: row;
    justify-content: space-between;
  }
}

.single_post__nav .nav-previous,
.single_post__nav .nav-next {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(63 86 88 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .single_post__nav .nav-previous,
.single_post__nav .nav-next {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .single_post__nav .nav-previous,
.single_post__nav .nav-next {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .single_post__nav .nav-previous,
.single_post__nav .nav-next {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.single_post__nav a {
  --tw-text-opacity: 1;
  color: rgb(63 86 88 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.single_post__nav a:hover {
  --tw-text-opacity: 1;
  color: rgb(174 200 207 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .single_post__nav .nav-next {
    text-align: right;
  }
}

.single_post__nav-label {
  margin-bottom: 0.125rem;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(63 86 88 / 0.7);
}

.single_post__nav-title {
  font-weight: 500;
}

.headline.specialization_headline {
  display: flex;
  width: 100%;
  max-width: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.5rem;
}

@media (min-width: 768px) {
  .headline.specialization_headline {
    flex-direction: row;
    align-items: flex-end;
  }
}

/* Single Specialist */

/* Headline | Single Specialist */

.single_specialist .single_post__headline {
  background: linear-gradient(to bottom, #faf7f7 80%, #ffffff 70%);
}

.single_specialist .single_post__headline .headline {
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.single_specialist .content {
  display: flex;
  align-items: flex-start;
  row-gap: 1rem;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

@media not all and (min-width: 768px) {
  .single_specialist .content {
    flex-direction: column;
  }
}

@media (min-width: 1280px) {
  .single_specialist .content {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }
}

.single_specialist .content .single_specialist__image {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
}

@media (min-width: 768px) {
  .single_specialist .content .single_specialist__image {
    width: 35%;
  }
}

.single_specialist .content .single_specialist__image img {
  aspect-ratio: 3/4;
  height: auto;
  width: 100%;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.single_specialist .content .single_specialist__image button {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  z-index: 10;
  min-width: 70%;
  max-width: 90%;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.single_specialist .single_specialist__content {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 768px) {
  .single_specialist .single_specialist__content {
    width: 65%;
  }
}

.single_specialist .single_specialist__meta {
  position: relative;
  display: flex;
  min-height: 35px;
  flex-direction: column;
  gap: 0.5rem;
}

@media (min-width: 768px) {
  .single_specialist .single_specialist__meta {
    min-height: 50px;
    padding-right: 5rem;
  }
}

.single_specialist .single_specialist__specialization {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  line-height: 1;
}

@media (min-width: 768px) {
  .single_specialist .single_specialist__specialization {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .single_specialist .single_specialist__specialization {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.single_specialist .single_specialist__experience {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 1;
}

@media (min-width: 1024px) {
  .single_specialist .single_specialist__experience {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.single_specialist .single_specialist__meta:after {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  height: 35px;
  width: 40px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 768px) {
  .single_specialist .single_specialist__meta:after {
    height: 50px;
    width: 60px;
  }
}

.single_specialist .single_specialist__meta:after {
  background-image: url(../img/quotes.svg);
}

.single_specialist .content .single_specialist__quote {
  position: relative;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 1024px) {
  .single_specialist .content .single_specialist__quote {
    padding: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .single_specialist .content .single_specialist__quote {
    padding: 2.5rem;
  }
}

/* Additional Content | Single Specialist */

@media (min-width: 768px) {
  .single_specialist .single_specialist__additional {
    border-radius: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(250 247 247 / var(--tw-bg-opacity, 1));
    padding: 2.5rem;
  }
}

/* Education | Single Specialist */

.single_specialist .single_specialist__education {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.single_specialist .single_specialist__education_item .list {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.single_specialist .single_specialist__education_item .list_item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 768px) {
  .single_specialist .single_specialist__education_item .list_item {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .single_specialist .single_specialist__education_item .list_item {
    gap: 1.25rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.single_specialist .single_specialist__education_item .list_item-year {
  display: flex;
  min-height: 20px;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(174 200 207 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  font-size: 12px;
  line-height: 1;
}

@media (min-width: 768px) {
  .single_specialist .single_specialist__education_item .list_item-year {
    min-height: 24px;
    font-size: 14px;
  }
}

@media (min-width: 1024px) {
  .single_specialist .single_specialist__education_item .list_item-year {
    min-height: 28px;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

/* Certificates | Single Specialist */

.certificates {
  background-color: rgb(235 192 157 / 0.5);
}

.certificates .headline {
  margin-bottom: 2.5rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
}

.certificates .swiper-navigation.single_specialist__certificates-nav > * {
  height: 2.5rem;
  width: 2.5rem;
}

.certificates .swiper-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

/* Skills | Single Specialist */

.specialist_skills__item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(250 247 247 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  .specialist_skills__item {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .specialist_skills__item {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.specialist_skills__item-divider {
  margin-bottom: 1rem;
  border-top-width: 1px;
  border-color: rgb(174 200 207 / 0.5);
}

@media (min-width: 1024px) {
  .specialist_skills__item-divider {
    margin-bottom: 1.5rem;
  }
}

.specialist_skills__item-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.specialist_skills__list > *:not(:last-child) {
  margin-bottom: 0.75rem;
}

@media (min-width: 1024px) {
  .specialist_skills__list > *:not(:last-child) {
    margin-bottom: 1rem;
  }
}

.specialist_skills__item-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.specialist_skills__item-title svg {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-duration: 150ms;
}

.specialist_skills__item.active .specialist_skills__item-title svg {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.specialist_skills__item-title.toggle {
  cursor: pointer;
}

.specialist_skills__item-list-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 768px) {
  .specialist_skills__item-list-item {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .specialist_skills__item-list-item {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.specialist_skills__item-list-item::before {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  height: 2px;
  width: 0.75rem;
  min-width: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(174 200 207 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 768px) {
  .specialist_skills__item-list-item::before {
    width: 1rem;
    min-width: 1rem;
  }
}

@media (min-width: 1024px) {
  .specialist_skills__item-list-item::before {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
}

.promotions_list > div {
  margin-bottom: 1.25rem;
}

.promotions_list > div:last-child {
  margin-bottom: 0px !important;
}

@media (min-width: 1024px) {
  .promotions_list > div {
    margin-bottom: 2.5rem;
  }
}

.promotions_list__item {
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 1024px) {
  .promotions_list__item {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .promotions_list__item {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.promotions_list__item-img {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 90%;
}

@media (min-width: 1024px) {
  .promotions_list__item-img {
    width: 65%;
  }
}

.promotions_list__item-img img {
  height: 100%;
  width: 100%;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.promotions_list__item-content {
  z-index: 10;
  display: flex;
  height: 100%;
  width: 650px;
  max-width: 90%;
  flex-direction: column;
  gap: 1rem;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgb(63 86 88 / 0.1);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px) {
  .promotions_list__item-content {
    padding: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .promotions_list__item-content {
    padding: 2.5rem;
  }
}

.promotions_list__item-time {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(250 247 247 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.promotions_list__item-actions {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 0.5rem;
}

@media (min-width: 1024px) {
  .prices__header {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    gap: 2.5rem;
  }
}

/* Поиск по ценам */

.prices__search-wrap {
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .prices__search-wrap {
    margin-bottom: 2rem;
  }
}

.prices__search-label {
  margin-bottom: 0.5rem;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: rgb(63 86 88 / 0.8);
}

@media (min-width: 1024px) {
  .prices__search-label {
    display: none;
  }
}

.prices__search-input {
  height: 2.5rem;
  width: 100%;
  max-width: 28rem;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgb(63 86 88 / 0.2);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(63 86 88 / var(--tw-text-opacity, 1));
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.prices__search-input::-moz-placeholder {
  color: rgb(63 86 88 / 0.5);
}

.prices__search-input::placeholder {
  color: rgb(63 86 88 / 0.5);
}

.prices__search-input:focus {
  border-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(174 200 207 / var(--tw-ring-opacity, 1));
}

/* Табы этапов */

.prices__tab-content {
  display: none;
}

.prices__tab-content.active {
  display: block;
}

.prices_tabs {
  margin-bottom: 1.25rem;
  overflow-x: auto;
}

@media not all and (min-width: 1024px) {
  .prices_tabs {
    margin-left: -1rem;
    margin-right: -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 768px) {
  .prices_tabs {
    margin-bottom: 2.5rem;
  }
}

.prices_tabs::-webkit-scrollbar {
  display: none;
}

.prices_tabs__wrapper {
  display: flex;
  width: 100%;
  min-width: -moz-fit-content;
  min-width: fit-content;
  flex-wrap: nowrap;
  gap: 1rem;
}

.prices_tabs-item {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(250 247 247 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.prices_tabs-item:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(174 200 207 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px) {
  .prices_tabs-item {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .prices_tabs-item {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.prices_tabs-item.active {
  --tw-bg-opacity: 1;
  background-color: rgb(63 86 88 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.price-service {
  margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .price-service {
    margin-bottom: 2.5rem;
  }
}

.price-service > h2 {
  margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .price-service > h2 {
    margin-bottom: 2.5rem;
  }
}

.price-service__groups {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .price-service__groups {
    gap: 2.5rem;
  }
}

.price-service__groups .price-group {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(250 247 247 / var(--tw-bg-opacity, 1));
  padding: 1rem;
}

@media (min-width: 768px) {
  .price-service__groups .price-group {
    padding: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .price-service__groups .price-group {
    padding: 2.5rem;
  }
}

.price-service__groups .price-group__title {
  margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .price-service__groups .price-group__title {
    margin-bottom: 2.5rem;
  }
}

.price-service__groups .price-list {
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

@media (min-width: 768px) {
  .price-service__groups .price-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.price-service__groups .price-list__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  border-bottom-width: 1px;
  border-color: rgb(63 86 88 / 0.1);
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 1024px) {
  .price-service__groups .price-list__item {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.price-service__groups .price-list__value {
  text-wrap: nowrap;
  font-weight: 600;
}

.price_service button {
  margin-top: 2.5rem;
}

@media not all and (min-width: 640px) {
  .price_service button {
    width: 100%;
  }
}

/* Скрытие при фильтрации поиска */

.prices_section .price-list__item.is-hidden,
.prices_section .price-group.is-hidden,
.prices_section .price-service.is-hidden {
  display: none;
}

.about_us__headline {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(250 247 247 / var(--tw-bg-opacity, 1));
}

.about_us__headline h1 {
  margin-bottom: 1rem;
  max-width: 60%;
}

@media (min-width: 1024px) {
  .about_us__headline h1 {
    margin-bottom: 2.5rem;
    max-width: 50%;
  }
}

.about_us__headline .about-us__bg {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 35%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1024px) {
  .about_us__headline .about-us__bg {
    width: 50%;
  }
}

.about_us__headline__content {
  position: relative;
  z-index: 10;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 800px;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 768px) {
  .about_us__headline__content {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .about_us__headline__content {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.about_us__headline__content__inner {
  position: relative;
  z-index: 10;
  height: 100%;
  width: 100%;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
}

@media (min-width: 768px) {
  .about_us__headline__content__inner {
    padding: 1rem;
  }
}

@media (min-width: 1024px) {
  .about_us__headline__content__inner {
    padding: 2.5rem;
  }
}

.about_us__headline__content::before {
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 0.5rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
  background-image: url('/wp-content/uploads/2021/09/feedback.jpg');
}

.stars_list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

@media (min-width: 768px) {
  .stars_list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .stars_list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.page_404__text {
  margin-bottom: 2rem;
}

.page_404__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}

.page_404__actions .search-form {
  display: flex;
  min-width: 200px;
  max-width: 28rem;
  flex: 1 1 0%;
  gap: 0.5rem;
}

.page_404__actions .search-form label {
  flex: 1 1 0%;
}

.page_404__actions .search-form input[type="search"] {
  height: 2.5rem;
  width: 100%;
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: rgb(63 86 88 / 0.2);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.page_404__actions .search-form input[type="submit"] {
  cursor: pointer;
}

.feedback_form__form.nt_form .page_404__actions .search-form input[type="submit"] {
  width: -moz-fit-content !important;
  width: fit-content !important;
  cursor: pointer;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.page_404__actions .search-form input[type="submit"] {
  display: flex;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(63 86 88 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.page_404__actions .search-form input[type="submit"]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(174 200 207 / var(--tw-bg-opacity, 1));
}

.page_404__actions .search-form input[type="submit"] {
  line-height: normal;
}

.page_404__actions .search-form input[type="submit"] span {
  line-height: normal;
}

.nt_form .wpcf7-submit.page_404__actions .search-form input[type="submit"] {
  width: 100%;
}

.search_page__results {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.search_results__group {
  margin-bottom: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.search_results__group:last-child {
  margin-bottom: 0px !important;
}

@media (min-width: 768px) {
  .search_results__group {
    margin-bottom: 2.5rem;
  }
}

.search_results__group-title {
  margin-bottom: 0.5rem;
}

.search_results__list {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 640px) {
  .search_results__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .search_results__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.search_results__item {
  display: flex;
  height: 100%;
  flex-direction: column;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(250 247 247 / var(--tw-bg-opacity, 1));
  padding: 1rem;
}

.search_results__item-link {
  display: flex;
  height: 100%;
  flex-direction: column;
  gap: 0.5rem;
}

.search_results__item-title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}

.search_results__item-excerpt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(63 86 88 / 0.8);
}

.search_page__pagination {
  margin-top: 2rem;
  border-top-width: 1px;
  border-color: rgb(63 86 88 / 0.1);
  padding-top: 1.5rem;
}

.search_page__form {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-top-width: 1px;
  border-color: rgb(63 86 88 / 0.1);
  padding-top: 2rem;
}

.search_page__form .search-form {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.search_page__form input[type="search"] {
  height: 2.5rem;
  min-width: 220px;
  flex: 1 1 0%;
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: rgb(63 86 88 / 0.2);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.search_page__form input[type="submit"] {
  cursor: pointer;
}

.feedback_form__form.nt_form .search_page__form input[type="submit"] {
  width: -moz-fit-content !important;
  width: fit-content !important;
  cursor: pointer;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.search_page__form input[type="submit"] {
  display: flex;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(63 86 88 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.search_page__form input[type="submit"]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(174 200 207 / var(--tw-bg-opacity, 1));
}

.search_page__form input[type="submit"] {
  line-height: normal;
}

.search_page__form input[type="submit"] span {
  line-height: normal;
}

.nt_form .wpcf7-submit.search_page__form input[type="submit"] {
  width: 100%;
}

/* @import "./footer.css";
@import "./callback.css";
@import "./template-parts/index.css";
@import "./listing/index.css";
@import "./pagination.css";
@import "./services.css"; */

/* Страницы */

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/* ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.flex-col {
  flex-direction: column;
}

.gap-10 {
  gap: 2.5rem;
}

.opacity-0 {
  opacity: 0;
}

.section_container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1556px;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .section_container {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.section_padding {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 1024px) {
  .section_padding {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.default_button {
  display: flex;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(63 86 88 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.default_button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(174 200 207 / var(--tw-bg-opacity, 1));
}

.default_button {
  line-height: normal;
}

.default_button span {
  line-height: normal;
}

.learn_more_button {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 0.5rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.learn_more_button:hover {
  --tw-text-opacity: 1;
  color: rgb(174 200 207 / var(--tw-text-opacity, 1));
}

.learn_more_button svg {
  height: 1.25rem;
  width: 1.25rem;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.learn_more_button:hover svg {
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.default_headline {
  margin-bottom: 2.5rem;
  display: flex;
  max-width: 800px;
  flex-direction: column;
  gap: 0.75rem;
}

.default_h1 {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .default_h1 {
    font-size: 3.75rem;
    line-height: 1;
  }
}

.default_h2,
.default_content h2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .default_h2,
.default_content h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .default_h2,
.default_content h2 {
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1280px) {
  .default_h2,
.default_content h2 {
    font-size: 3.75rem;
    line-height: 1;
  }
}

.default_h3,
.default_content h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .default_h3,
.default_content h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1024px) {
  .default_h3,
.default_content h3 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .default_h3,
.default_content h3 {
    font-size: 3rem;
    line-height: 1;
  }
}

.default_h4,
.default_content h4 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .default_h4,
.default_content h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1024px) {
  .default_h4,
.default_content h4 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1280px) {
  .default_h4,
.default_content h4 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.default_h5,
.default_content h5 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .default_h5,
.default_content h5 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .default_h5,
.default_content h5 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1280px) {
  .default_h5,
.default_content h5 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.default_h6,
.default_content h6 {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .default_h6,
.default_content h6 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .default_h6,
.default_content h6 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .default_h6,
.default_content h6 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.default_description {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(63 86 88 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .default_description {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .default_description {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .default_description {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

/* Default content */

@media not all and (min-width: 1024px) {
  .default_content {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1536px) {
  .default_content {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.default_content > * {
  margin-bottom: 1rem;
}

.default_content > *:first-child {
  margin-top: 0px !important;
}

.default_content > *:last-child {
  margin-bottom: 0px !important;
}

.default_content h2,
.default_content h3,
.default_content h4,
.default_content h5,
.default_content h6 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.default_content p {
  margin-bottom: 1rem;
}

.default_content ul {
  list-style-position: inside;
  list-style-type: disc;
}

.default_content ul ul,
.default_content ol ol {
  padding-left: 22px;
}

@media (min-width: 768px) {
  .default_content ul ul,
.default_content ol ol {
    padding-left: 24px;
  }
}

@media (min-width: 1024px) {
  .default_content ul ul,
.default_content ol ol {
    padding-left: 26px;
  }
}

.default_content ul ul,
.default_content ol ol {
  list-style-type: circle;
}

.default_content ol {
  list-style-position: inside;
  list-style-type: decimal;
}

.default_content ul li,
.default_content ol li {
  margin-bottom: 0.25rem;
}

.default_content img {
  margin-bottom: 1rem;
  margin-right: 0.75rem;
  display: inline-block;
  max-height: 100vh;
  max-width: 100%;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Simple Headline */

.simple_headline {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(250 247 247 / var(--tw-bg-opacity, 1));
}

.simple_headline .short_description {
  margin-top: 1rem;
  max-width: 800px;
}

@media (min-width: 1024px) {
  .simple_headline .short_description {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

/* Breadcrumbs */

.breadcrumbs {
  width: 100%;
  overflow-x: auto;
}

.breadcrumbs a {
  color: rgb(63 86 88 / 0.8);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.breadcrumbs a:hover {
  --tw-text-opacity: 1;
  color: rgb(174 200 207 / var(--tw-text-opacity, 1));
}

.breadcrumbs span.hid {
  display: none;
}

.breadcrumbs__inner {
  width: 100%;
  min-width: -moz-fit-content;
  min-width: fit-content;
  white-space: nowrap;
}

.breadcrumbs__inner > span {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.breadcrumbs__inner .home_icon {
  aspect-ratio: 1 / 1;
  height: 18px;
  min-height: 18px;
  width: 18px;
  min-width: 18px;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.breadcrumbs__inner .home_icon:hover {
  opacity: 0.6;
}

/* Popup */

.popup {
  position: fixed;
  inset: 0px;
  z-index: 50;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.popup__overlay {
  position: fixed;
  inset: 0px;
  z-index: 10;
  height: 100%;
  width: 100%;
  cursor: pointer;
  background-color: rgb(0 0 0 / 0.5);
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.popup__inner {
  height: -moz-fit-content;
  height: fit-content;
  max-height: 100%;
  overflow: auto;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.popup__inner::-webkit-scrollbar {
  height: 0px;
  width: 0px;
}

.popup__container {
  position: relative;
  z-index: 20;
  width: 100%;
  max-width: 500px;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 2.5rem;
}

@media not all and (min-width: 768px) {
  .popup__container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.popup__header {
  position: relative;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  border-bottom-width: 1px;
  border-color: rgb(63 86 88 / 0.5);
  padding-bottom: 1rem;
  padding-right: 2.5rem;
}

.popup__title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

.popup__description {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(63 86 88 / var(--tw-text-opacity, 1));
}

.popup__close {
  position: absolute;
  top: 0px;
  right: 0px;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.popup__close:hover {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

/* NT Form */

.nt_form input,
.nt_form select,
.nt_form textarea {
  width: 100%;
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: rgb(63 86 88 / 0.5);
  padding: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.nt_form textarea {
  height: 5rem;
  max-width: 880px;
}

.nt_form form .wpcf7-form-control-wrap {
  margin-bottom: 0.75rem;
  display: block;
}

.nt_form form br {
  display: none !important;
}

.nt_form input:focus,
.nt_form select:focus,
.nt_form textarea:focus {
  --tw-border-opacity: 1;
  border-color: rgb(174 200 207 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.nt_form input::-moz-placeholder, .nt_form select::-moz-placeholder, .nt_form textarea::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(63 86 88 / var(--tw-text-opacity, 1));
}

.nt_form input::placeholder,
.nt_form select::placeholder,
.nt_form textarea::placeholder {
  --tw-text-opacity: 1;
  color: rgb(63 86 88 / var(--tw-text-opacity, 1));
}

.nt_form input[type="checkbox"],
.nt_form input[type="radio"] {
  height: 1rem;
  width: 1rem;
}

.nt_form .submit_button {
  position: relative;
  margin-bottom: 1.25rem;
}

.nt_form .submit_button .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 0.5rem;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.nt_form .wpcf7-submit.default_button {
  width: 100%;
}

.nt_form form .wpcf7-acceptance {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(63 86 88 / var(--tw-text-opacity, 1));
}

.nt_form form .wpcf7-acceptance .wpcf7-list-item {
  margin: 0px;
  list-style-type: none;
}

.nt_form form .wpcf7-acceptance label {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.nt_form form span.wpcf7-not-valid-tip {
  margin-top: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.nt_form form input[type=checkbox] {
  display: none !important;
}

.nt_form form input[type=checkbox] + span {
  cursor: pointer;
  position: relative;
  padding-left: 2.5rem;
}

.nt_form form input[type=checkbox] + span:before {
  position: absolute;
  left: 0px;
  top: -2px;
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(250 247 247 / var(--tw-bg-opacity, 1));
  content: "";
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.15);
}

.nt_form form input[type=checkbox]:checked + span:after {
  position: absolute;
  left: 6px;
  top: 4px;
  z-index: 10;
  display: block;
  height: 0.75rem;
  width: 0.75rem;
  cursor: pointer;
  border-radius: 2px;
  --tw-bg-opacity: 1;
  background-color: rgb(63 86 88 / var(--tw-bg-opacity, 1));
  content: "";
}

/* Swiper */

.swiper-slide {
  cursor: grab;
}

.swiper-slide:active {
  cursor: grabbing;
}

.swiper-navigation {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.swiper-navigation>div {
  position: relative;
}

.swiper-button-prev,
.swiper-button-next {
  display: flex;
  height: 3rem;
  width: 3rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  fill: #000;
  stroke: #000;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: rgb(63 86 88 / 0.8);
  fill: #fff;
  stroke: #fff;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  height: 1.25rem;
  width: 1.25rem;
  fill: inherit !important;
  stroke: inherit;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active-main {
  --tw-bg-opacity: 1;
  background-color: rgb(174 200 207 / var(--tw-bg-opacity, 1));
}

span.swiper-pagination-bullet {
  height: 0.75rem;
  width: 0.75rem;
}

/* Old styles */

html {
  height: 100%;
  scroll-behavior: unset !important;
}

body {
  font-family: 'Circe', sans-serif;
}

#wpadminbar {
  opacity: 0;
  transform: translateY(-90%);
  overflow: hidden;
}

#wpadminbar:hover {
  opacity: 1;
  transform: none;
}

del {
  opacity: 0.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Onest', sans-serif;
  letter-spacing: -0.02em;
}

.subtitle {
  letter-spacing: -0.02em;
}

.star-end {
  text-wrap: pretty;
}

.star-end:after {
  position: relative;
  top: 0.25rem;
  margin-left: 1rem;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: "";
  content: var(--tw-content);
}

@media (min-width: 1024px) {
  .star-end:after {
    height: 1.5rem;
    width: 1.5rem;
  }
}

.star-end:after {
  background-image: url(../img/star.svg);
}