@charset "UTF-8";
/*!
Theme Name: nikjke
Theme URI: http://underscores.me/
Author: nikjke
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nikjke
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

nikjke is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
:root {
  --black: #151515;
  --dark-red: #4e1b24;
  --white: #fff;
  --dark-gray: #958e8f;
  --light-gray: #f4f4f4;
  --beige: #f3ede5;
  --light-beige: #faf8f5;
}
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/**
 * 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;
}
/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-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;
  outline-offset: -2px;
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-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;
  font: inherit;
}
/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*, *::before, *::after {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
}
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body, button, input, select, optgroup, textarea {
  color: var(--black);
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.625;
}
@media (max-width: 575px) {
  body {
    font-size: 0.875rem;
  }
}
h1, h2, h3, h4, h5, h6, .main-title, .section-title {
  clear: both;
  margin: 0 0 24px;
  font-weight: 600;
}
h1, .main-title {
  font-size: 60px;
  line-height: 133%;
}
h2, .section-title {
  font-size: 48px;
  line-height: 125%;
}
@media screen and (max-width: 1399px) {
  h1, .main-title {
    font-size: 48px;
    line-height: 125%;
  }
  h2, .section-title {
    font-size: 36px;
    line-height: 122%;
  }
}
@media screen and (max-width: 1199px) {
  h1, .main-title {
    font-size: 38px;
    line-height: 132%;
  }
  h2, .section-title {
    font-size: 28px;
    line-height: 114%;
  }
}
@media screen and (max-width: 991px) {
  h1, .main-title {
    font-size: 32px;
    line-height: 131%;
  }
  h2, .section-title {
    font-size: 26px;
    line-height: 115%;
  }
}
@media screen and (max-width: 767px) {
  h1, .main-title {
    font-size: 28px;
    line-height: 114%;
  }
  h2, .section-title {
    font-size: 20px;
    line-height: 120%;
  }
}
@media screen and (max-width: 575px) {
  h1, .main-title {
    font-size: 20px;
    line-height: 120%;
  }
  h2, .section-title {
    font-size: 18px;
    line-height: 133%;
  }
}
p {
  margin-bottom: 1.5em;
}
dfn, cite, em, i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code, kbd, tt, var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/* Elements
--------------------------------------------- */
:root {
  color-scheme: light only;
}
body {
  background: var(--white);
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul, ol {
  margin: 0 0 1.5em;
  padding-left: 1.125rem;
}
ul {
  list-style: disc;
}
ul li::marker {
  color: var(--dark-gray);
}
ol {
  list-style: decimal;
}
li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5em 1.5em;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
  max-width: 100%;
}
img {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 1em 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
/* Links
--------------------------------------------- */
a {
  transition: 0.4s ease;
  text-decoration: none;
  color: var(--dark-red);
}
a:visited {
  color: var(--dark-red);
}
a:hover, a:focus, a:active {
  color: var(--black);
}
a:focus {
  outline: 0;
}
a:hover, a:active {
  outline: 0;
}
/* Forms
--------------------------------------------- */
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s ease;
  box-shadow: 0 10px 12px 0 rgba(0, 0, 0, 0.06);
  border: 1px solid;
  border-color: var(--dark-red);
  border-radius: 100px;
  min-width: 196px;
  padding: 11px 24px;
  background: var(--dark-red);
  font-weight: 500;
  line-height: 1.5;
  white-space: nowrap;
  color: var(--white);
}
.button:visited {
  color: var(--white);
}
.button:focus {
  border-color: var(--dark-red);
  background-color: transparent;
  color: var(--dark-red);
}
.button:hover {
  border-color: var(--dark-red);
  background-color: transparent;
  color: var(--dark-red);
}
.button:active {
  border-color: var(--dark-red);
  background-color: transparent;
  color: var(--dark-red);
}
.button--secondary {
  background-color: transparent;
  color: var(--dark-red);
}
.button--secondary:visited {
  color: var(--dark-red);
}
.button--secondary:hover {
  background-color: var(--dark-red);
  color: var(--white);
}
.button-pencil {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
  padding: 0;
  background-color: transparent;
  font-weight: 500;
  color: var(--dark-red);
}
.button-pencil::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url("/wp-content/uploads/2025/04/edit-24-dred.svg");
}
.thanks-btn {
  position: absolute;
  z-index: -10;
  left: -200%;
  opacity: 0;
  visibility: hidden;
}
.wpcf7-spinner {
  display: none;
}
@media (max-width: 575px) {
  .button {
    min-width: 100%;
  }
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
  border: 1px solid var(--dark-gray);
  border-radius: 100px;
  padding: 11px 16px 11px 31px;
  color: var(--black);
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
  color: var(--black);
}
input[type="text"]::placeholder, input[type="email"]::placeholder, input[type="url"]::placeholder, input[type="password"]::placeholder, input[type="search"]::placeholder, input[type="number"]::placeholder, input[type="tel"]::placeholder, input[type="range"]::placeholder, input[type="date"]::placeholder, input[type="month"]::placeholder, input[type="week"]::placeholder, input[type="time"]::placeholder, input[type="datetime"]::placeholder, input[type="datetime-local"]::placeholder, input[type="color"]::placeholder, textarea::placeholder {
  color: var(--dark-gray);
}
select {
  border: 1px solid var(--dark-gray);
}
textarea {
  width: 100%;
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site-header {
  position: relative;
  background-color: var(--white);
}
.site-header__wrapper {
  display: flex;
  align-items: center;
  gap: 46px;
  border-bottom: 1px solid var(--light-gray);
}
.site-header__logo {
  max-width: 114px;
}
.site-header__address {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.site-header__address::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("/wp-content/uploads/2025/04/map-24.svg");
}
.site-header__search-form {
  position: relative;
}
.site-header__search-input[type="text"] {
  width: 355px;
  padding: 6px 55px 6px 15px;
}
.site-header__search-submit {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  border: 0;
  width: 24px;
  height: 24px;
  background: url("/wp-content/uploads/2025/04/search.svg");
}
.site-header__contacts-wrapper {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-left: auto;
}
.site-header__phone {
  font-size: 20px;
  line-height: 120%;
  font-weight: 600;
}
.site-header__mobile-menu-btn {
  display: none;
  border: 0;
  width: 24px;
  height: 24px;
  padding: 0;
  background: url("/wp-content/uploads/2025/04/menu.svg");
}
.header-bottom {
  position: sticky;
  z-index: 9;
  top: 0;
  background-color: var(--white);
}
@media (max-width: 1399px) {
  .site-header .custom-logo {
    max-width: 97px;
  }
  .site-header__wrapper {
    gap: 24px;
  }
  .site-header__address {
    font-size: 14px;
    line-height: 171%;
  }
  .site-header__search-input[type="text"] {
    width: 320px;
  }
  .site-header__phone {
    font-size: 18px;
    line-height: 133%;
  }
}
@media (max-width: 1199px) {
  .site-header .custom-logo {
    max-width: 136px;
  }
  .site-header__address {
    display: none;
  }
  .site-header__search-form {
    margin-left: auto;
  }
  .mobile-menu-modal .site-header__search-form {
    margin-bottom: 24px;
  }
  .mobile-menu-modal .site-header__search-label {
    width: 100%;
  }
  .mobile-menu-modal .site-header__search-input[type="text"] {
    width: 100%;
  }
  .site-header__contacts-wrapper {
    margin-left: 0;
  }
  .site-header__mobile-menu-btn {
    display: block;
  }
  .header-bottom {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .site-header__wrapper {
    gap: 32px;
  }
  .site-header .custom-logo {
    max-width: 96px;
  }
  .site-header__search-form {
    display: none;
  }
  .site-header__contacts-wrapper {
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .site-header__wrapper {
    gap: 24px;
  }
}
@media screen and (max-width: 575px) {
  .site-header__phone {
    font-size: 16px;
    line-height: 150%;
  }
}
#page {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}
#content {
  flex: 1;
}
.site-footer__wrapper {
  border-top: 1px solid var(--light-gray);
}
.site-footer .custom-logo {
  width: 194px;
}
.site-footer__policy {
  display: inline-block;
  margin-bottom: 16px;
}
.site-footer__title {
  font-size: 18px;
  line-height: 133%;
  margin-bottom: 16px;
  font-weight: 500;
}
.site-footer .menu {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 8px 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer .menu#footer-menu {
  max-height: 300px;
}
.site-footer .menu#footer-menu .menu-item {
  width: calc(50% - 12px);
}
.site-footer__address {
  display: inline-flex;
  gap: 8px;
  margin-bottom: 16px;
  font-weight: 500;
}
.site-footer__address::before {
  content: "";
  min-width: 24px;
  height: 24px;
  background: url("/wp-content/uploads/2025/04/map-24.svg");
}
.site-footer__phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  font-weight: 500;
}
.site-footer__phone::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("/wp-content/uploads/2025/04/phone.svg");
}
.site-footer__time {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 16px;
  padding-left: 32px;
  font-weight: 500;
}
.site-footer__time::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: url("/wp-content/uploads/2025/04/time.svg");
}
@media screen and (max-width: 1399px) {
  .site-footer .menu#footer-menu {
    max-height: 310px;
  }
}
@media screen and (max-width: 991px) {
  .site-footer .menu#footer-menu {
    max-height: inherit;
  }
}
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  display: none;
}
/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}
/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
.pt-96 {
  padding-top: 6rem;
}
.pb-96 {
  padding-bottom: 6rem;
}
.ptb-96 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (max-width: 767px) {
  .pt-96 {
    padding-top: 3rem;
  }
  .pb-96 {
    padding-bottom: 3rem;
  }
  .ptb-96 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.fw-600 {
  font-weight: 600;
}
.fs-20 {
  font-size: 20px;
  line-height: 120%;
}
@media (max-width: 575px) {
  .fs-20 {
    font-size: 16px;
    line-height: 150%;
  }
}
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: flex;
  gap: 32px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-navigation ul ul {
  position: absolute;
  z-index: 99999;
  top: 100%;
  left: -999em;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 24px;
  background-color: var(--white);
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li.menu-item-has-children::before {
  transform: translateY(-50%) rotate(-90deg);
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: flex;
  left: 100%;
  padding: 24px 16px;
}
.main-navigation ul ul a {
  width: 220px;
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation li.menu-item-has-children {
  padding-right: 20px;
}
.main-navigation li.menu-item-has-children::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url("/wp-content/uploads/2025/06/chevron-down-16-black.svg");
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
@media (max-width: 1399px) {
  .main-navigation ul {
    gap: 16px;
  }
  .main-navigation a {
    font-size: 14px;
    line-height: 171%;
  }
}
/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}
.post {
  margin: 0 0 1.5em;
}
.updated:not(.published) {
  display: none;
}
.page-content, .entry-content, .entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}
/* Media
--------------------------------------------- */
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}
/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
  display: block;
}
.socials {
  display: flex;
  gap: 16px;
}
.socials__item:hover rect {
  fill: var(--beige);
}
.socials__item:hover path {
  fill: var(--dark-red);
}
.site-header .socials svg, .site-footer .socials svg, .mobile-menu-modal .socials svg {
  width: 24px;
  height: 24px;
}
.socials rect, .socials path {
  transition: 0.6s ease;
}
.site-footer .socials, .contacts-page .socials {
  gap: 24px;
}
.mobile-menu-modal .socials {
  gap: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 575px) {
  .site-header .socials {
    display: none;
  }
}
.slick-slider {
  margin: 0 -12px;
}
.home-first .slick-slider, .about-blog .slick-slider {
  display: flex !important;
  flex-direction: column;
}
.home-first .slick-track, .about-blog .slick-track {
  display: flex;
}
.slick-slide {
  padding: 0 12px;
}
.home-first .slick-slide, .about-blog .slick-slide {
  display: flex !important;
  flex-direction: column;
  flex: 1;
  height: auto;
}
.slick-dots {
  display: flex;
  align-items: center;
  order: 2;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.slick-dots li {
  display: flex;
  height: 6px;
}
.slick-dots li.slick-active button {
  border-radius: 10px;
  width: 40px;
  background-color: var(--dark-red);
}
.slick-dots button {
  border: 0;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  padding: 0;
  background-color: var(--dark-gray);
  font-size: 0;
}
.slick-arrow {
  border: 0;
  padding: 0;
  background-color: transparent;
}
.slick-arrow:focus {
  background: transparent;
}
.slick-arrow:hover {
  background: transparent;
}
.slick-arrow.slick-prev {
  order: 1;
}
.slick-arrow.slick-next {
  order: 3;
}
.about-certificates .slick-arrow, .certificates-block .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.about-certificates .slick-arrow.slick-prev, .certificates-block .slick-arrow.slick-prev {
  z-index: 2;
  left: 0;
}
.about-certificates .slick-arrow.slick-next, .certificates-block .slick-arrow.slick-next {
  right: 0;
}
.modal.lightbox .carousel-control {
  min-width: auto;
}
.modal.lightbox .carousel-control:hover, .modal.lightbox .carousel-control:focus {
  box-shadow: none;
  border-color: transparent;
  background-color: transparent;
}
.modal.lightbox .carousel-item .ratio {
  background: transparent !important;
}
.modal.lightbox .spinner-border {
  display: none;
}
.breadcrumbs {
  position: relative;
  z-index: 2;
}
.breadcrumbs .current-item {
  color: var(--dark-gray);
}
.accordion {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.accordion-item {
  border: 0 !important;
  border-radius: 16px !important;
}
.accordion-item:has(.accordion-button:not(.collapsed)) {
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
}
.accordion-button {
  font-size: 18px;
  line-height: 133%;
  border: 1px solid transparent;
  border-radius: 16px !important;
  padding: 23px;
  background-color: var(--light-gray);
  font-weight: 600;
  text-transform: none;
  color: var(--black);
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-button::after {
  transition: 0.4s ease;
  width: 24px;
  height: 24px;
  background: url("/wp-content/uploads/2025/04/chevron-down-24-dred.svg");
}
.accordion-button:not(.collapsed) {
  box-shadow: none;
  background-color: var(--white);
  color: var(--black);
}
.accordion-button:not(.collapsed)::after {
  transform: rotate(-180deg);
}
.about-faq .accordion-button, .single-services .accordion-button, .tourism-faq .accordion-button {
  border-color: var(--light-gray);
  padding: 23px 15px;
  background-color: var(--white);
}
.about-faq .accordion-button:not(.collapsed), .single-services .accordion-button:not(.collapsed), .tourism-faq .accordion-button:not(.collapsed) {
  border-color: transparent;
}
.accordion-body {
  border-radius: 0 0 16px 16px;
  padding: 0 24px 24px;
}
.accordion-body p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 575px) {
  .accordion-button {
    font-size: 16px;
    line-height: 150%;
    padding: 15px;
  }
  .about-faq .accordion-button, .single-services .accordion-button, .tourism-faq .accordion-button {
    padding: 15px;
  }
  .accordion-body {
    padding: 0 16px 16px;
  }
}
.home-first {
  position: relative;
  overflow: hidden;
}
.home-first__item-wrapper {
  display: flex;
  flex: 1;
  min-height: 407px;
  background: url("/wp-content/uploads/2025/04/first-screen-bg.png") center/cover no-repeat;
}
.home-first__item-title span {
  border-bottom: 3px solid var(--dark-red);
}
.home-first__item-text {
  font-size: 24px;
  line-height: 133%;
  margin-bottom: 32px;
}
.home-first__item-btns {
  display: flex;
  gap: 24px;
}
.home-first__item-photo-wrapper {
  position: relative;
  margin: auto 0 0 auto;
}
.home-first__item-photo {
  max-height: 500px;
  height: 100%;
  object-fit: cover;
}
.home-first__item-doctor-wrapper {
  position: absolute;
  bottom: 96px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 24px 32px;
  background-color: var(--white);
}
.home-first__item-doctor-position {
  margin-bottom: 4px;
  color: var(--dark-gray);
}
.home-first__item-doctor-name {
  font-size: 20px;
  line-height: 120%;
  font-weight: 600;
}
.home-first__item-doctor-video {
  position: relative;
}
.home-first__item-doctor-video::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background: url("/wp-content/uploads/2025/04/play-circle.svg") center/contain no-repeat;
}
.home-first__item-doctor-video svg {
  animation: rotate 10s linear infinite;
  transform-origin: center;
}
.home-first__controls {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 48px;
}
@keyframes rotate {
  100% {
    transform: rotate(-360deg);
  }
}
@media (max-width: 991px) {
  .home-first {
    margin-bottom: 48px;
  }
  .home-first__item-photo-wrapper {
    margin: 0 auto;
  }
  .home-first__item-photo {
    max-width: 500px;
  }
  .home-first__item-doctor-wrapper {
    bottom: 48px;
  }
  .home-first__controls {
    bottom: -48px;
  }
}
@media (max-width: 767px) {
  .home-first__item-btns {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .home-first__item-text {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 24px;
  }
  .home-first__item-btns {
    gap: 16px;
  }
  .home-first__item-photo {
    max-width: 100%;
  }
  .home-first__item-doctor-wrapper {
    bottom: 24px;
    gap: 16px;
    padding: 24px;
  }
  .home-first__item-doctor-name {
    font-size: 16px;
    line-height: 150%;
  }
  .home-first__item-doctor-video svg {
    width: 48px;
    height: 48px;
  }
}
.advantages__item-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 24px 18px 24px 24px;
  height: 100%;
}
.advantages__item-text {
  font-weight: 600;
}
.about__wrapper {
  position: relative;
}
.about__wrapper::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 300px 0 0 300px;
  width: 62%;
  height: 100%;
  background-color: var(--beige);
}
.about__content {
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  height: 100%;
  padding: 48px;
  background-color: var(--white);
}
.about__title {
  margin-bottom: 32px;
}
.about__subtitle {
  font-size: 32px;
  line-height: 131%;
  margin-bottom: 24px;
  font-weight: 600;
}
.about__text {
  margin-bottom: 32px;
}
.about__bg-img {
  position: absolute;
  right: 0;
  bottom: 0;
}
.about__img {
  border-radius: 20px;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1199px) {
  .about__subtitle {
    font-size: 18px;
    line-height: 133%;
  }
}
@media screen and (max-width: 991px) {
  .about__img {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .about__content {
    padding: 24px;
  }
  .about__title {
    margin-bottom: 16px;
  }
  .about__subtitle {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 16px;
  }
  .about__text {
    margin-bottom: 0;
  }
  .about__bg-img {
    display: none;
  }
}
.loyalty-program {
  overflow: hidden;
}
.loyalty-program__block {
  padding: 24px;
  border-bottom: 1px solid #958E8F;
  background: var(--white);
  transition: all 0.4s ease;
  height: 100%;
}
.loyalty-program__block-inner {
  max-height: 360px;
  overflow: hidden;
}
.loyalty-program__block h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 160%;
  color: var(--black);
  margin-bottom: 8px;
}
.loyalty-program__block strong {
  font-weight: 600;
  font-size: 16px;
  line-height: 162%;
  color: var(--black);
  margin-bottom: 8px;
}
.loyalty-program__block p {
  margin-bottom: 8px;
}
.loyalty-program__block.active {
  max-height: inherit;
  border-radius: 20px;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
  border: none;
  position: absolute;
  z-index: 10;
  height: auto;
}
.loyalty-program__block.active .loyalty-program__block-inner {
  max-height: inherit;
}
.loyalty-program__block.active .loyalty-program__block-btn svg {
  rotate: 180deg;
}
.loyalty-program__block-btn {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: var(--dark-gray);
  display: inline-flex;
  align-items: center;
  column-gap: 4px;
  background: transparent;
  padding: 0;
  border: none;
}
.loyalty-program__block--no-button .loyalty-program__block-inner {
  max-height: inherit;
}
.loyalty-program__content {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding: 48px;
  background-color: var(--beige);
}
.loyalty-program__inner {
  max-width: 345px;
}
.loyalty-program__subtitle {
  font-size: 24px;
  line-height: 133%;
  margin-bottom: 16px;
  font-weight: 600;
}
.loyalty-program__subtext {
  margin-bottom: 32px;
}
.loyalty-program__img {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 991px) {
  .loyalty-program__block.active {
    position: static;
  }
  .loyalty-program__content {
    padding: 36px;
  }
  .loyalty-program__img {
    max-width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .loyalty-program__inner {
    max-width: 100%;
  }
  .loyalty-program__subtitle {
    font-size: 18px;
    line-height: 133%;
  }
  .loyalty-program__subtext {
    margin-bottom: 24px;
  }
  .loyalty-program__img {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .loyalty-program__content {
    padding: 24px;
  }
  .loyalty-program__subtitle {
    font-size: 16px;
    line-height: 150%;
  }
}
.main-form {
  overflow: hidden;
}
.main-form__wrapper {
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
}
.main-form__content {
  padding: 48px;
}
.main-form__text {
  margin-bottom: 24px;
  max-width: 525px;
  font-weight: 500;
}
.main-form__img {
  height: 100%;
  object-fit: cover;
}
.main-form__policy {
  font-size: 14px;
  line-height: 171%;
  color: var(--dark-gray);
}
@media screen and (max-width: 991px) {
  .main-form__img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .main-form__content {
    padding: 36px;
  }
}
@media screen and (max-width: 575px) {
  .main-form__content {
    padding: 24px;
  }
}
.home-map {
  position: relative;
}
.home-map__contacts {
  position: absolute;
  top: 96px;
  left: calc((100vw - 1320px) / 2);
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  max-width: 462px;
  padding: 48px;
  background-color: var(--white);
}
.home-map__subtitle {
  margin-bottom: 8px;
  color: var(--dark-gray);
}
.home-map__address {
  display: inline-flex;
  gap: 8px;
  margin-bottom: 24px;
}
.home-map__address::before {
  content: "";
  min-width: 24px;
  height: 24px;
  background: url("/wp-content/uploads/2025/04/map-24.svg");
}
.home-map__phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
}
.home-map__phone::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("/wp-content/uploads/2025/04/phone.svg");
}
.home-map__time {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-left: 32px;
}
.home-map__time::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: url("/wp-content/uploads/2025/04/time.svg");
}
@media screen and (max-width: 1399px) {
  .home-map__contacts {
    left: calc((100vw - 1140px) / 2);
  }
}
@media screen and (max-width: 1199px) {
  .home-map__contacts {
    left: calc((100vw - 960px) / 2);
    max-width: 350px;
  }
}
@media screen and (max-width: 991px) {
  .home-map__contacts {
    left: calc((100vw - 720px) / 2);
    max-width: 275px;
    padding: 36px 24px;
  }
}
@media screen and (max-width: 767px) {
  .home-map #map {
    height: 500px !important;
  }
  .home-map__contacts {
    display: none;
  }
}
.prices-page {
  position: relative;
  overflow: hidden;
}
.prices-page::before, .prices-page::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 29vw;
  height: 35vw;
  background: url("/wp-content/uploads/2025/04/prices-page-bg.svg") center/contain no-repeat;
}
.prices-page::before {
  top: 200px;
  left: 0;
}
.prices-page::after {
  top: 50%;
  transform: translateY(-50%) rotate(15deg);
  right: 0;
}
.prices-page__title {
  margin-bottom: 32px;
}
.prices-page__category-list {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}
.page-template-page-prices .prices-page__category-item:first-child .prices-page__category-link {
  border-bottom: 1px solid #000;
  color: var(--dark-red);
}
.prices-page__category-link {
  display: inline-block;
  padding: 12px 16px;
  font-weight: 500;
  white-space: nowrap;
  color: var(--dark-gray);
}
.prices-page__category-link:visited {
  color: var(--dark-gray);
}
.prices-page__category-link.current {
  border-bottom: 1px solid #000;
  color: var(--dark-red);
}
.prices-page__price-item-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
  background-color: var(--white);
}
.prices-page__price-title {
  font-size: 18px;
  line-height: 133%;
  margin-bottom: 16px;
  font-weight: 600;
}
.prices-page__price-inner {
  display: none;
}
.prices-page__price-inner.visible {
  display: block;
}
.prices-page__price-inner-btn {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin-bottom: 16px;
  border: 0;
  min-width: 0;
  padding: 0;
  background-color: transparent;
  color: var(--dark-gray);
}
.prices-page__price-inner-btn::after {
  content: "";
  transition: 0.4s ease;
  width: 24px;
  height: 24px;
  background: url("/wp-content/uploads/2025/06/chevron-down-24-dgray.svg");
}
.prices-page__price-inner-btn.active::after {
  transform: rotate(180deg);
}
.prices-page__price-description {
  margin-bottom: 24px;
}
.prices-page__price-included-title, .prices-page__price-good-for-title {
  margin-bottom: 8px;
  font-weight: 600;
  color: var(--dark-gray);
}
.prices-page__price-included-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.prices-page__price {
  font-size: 20px;
  line-height: 120%;
  margin: auto 0 24px;
  font-weight: 600;
}
.prices-page__btn::after {
  content: "";
  transition: 0.4s ease;
  margin-left: 10px;
  width: 24px;
  height: 24px;
  background: url("/wp-content/uploads/2025/04/refresh.svg");
}
.prices-page__btn:hover::after {
  background: url("/wp-content/uploads/2025/04/refresh-hover.svg");
}
@media (max-width: 575px) {
  .prices-page::before, .prices-page::after {
    content: none;
  }
  .prices-page__title {
    margin-bottom: 24px;
  }
  .prices-page__category-list {
    gap: 16px;
  }
  .prices-page__category-link {
    padding: 12px;
  }
  .prices-page__price-title {
    font-size: 16px;
    line-height: 150%;
  }
  .prices-page__price {
    font-size: 18px;
    line-height: 133%;
  }
}
.prices-block {
  position: relative;
}
.prices-block::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -96px;
  left: 0;
  width: 29vw;
  height: 35vw;
  background: url("/wp-content/uploads/2025/04/prices-page-bg.svg") center/contain no-repeat;
}
.prices-block__title {
  margin-bottom: 32px;
}
.prices-block__category-list {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}
.prices-block__category-link {
  border: 1px solid var(--dark-red);
  border-radius: 100px;
  padding: 11px 15px;
  background-color: var(--white);
  font-weight: 500;
  white-space: nowrap;
  color: var(--black);
}
.prices-block__category-link:hover {
  background-color: var(--dark-red);
  color: var(--white);
}
.prices-block__category-link.active {
  background-color: var(--dark-red);
  color: var(--white);
}
.prices-block__category-link.active:hover {
  background-color: var(--white);
  color: var(--black);
}
.prices-block__price-item-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
  background-color: var(--white);
}
.prices-block__price-item-wrapper:hover {
  box-shadow: none;
  background-color: var(--light-beige);
}
.prices-block__price-title {
  font-size: 18px;
  line-height: 133%;
  margin-bottom: 16px;
  font-weight: 600;
}
.prices-block__price-description {
  margin-bottom: 16px;
  color: var(--dark-gray);
}
.prices-block__price {
  font-size: 20px;
  line-height: 120%;
  margin: auto 0 16px;
  font-weight: 600;
}
.prices-block__link {
  font-weight: 500;
  color: var(--dark-gray);
}
@media screen and (max-width: 767px) {
  .prices-block::before {
    content: none;
  }
}
@media screen and (max-width: 575px) {
  .prices-block__title {
    margin-bottom: 24px;
  }
  .prices-block__category-list {
    gap: 16px;
  }
  .prices-block__price-title {
    font-size: 16px;
    line-height: 150%;
  }
  .prices-block__price {
    font-size: 16px;
    line-height: 150%;
  }
}
.not-found__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.not-found__img-title {
  margin-bottom: 32px;
  max-width: 100%;
}
.not-found__text {
  margin-bottom: 32px;
}
.loyalty-program-first {
  margin-top: -98px;
  background-color: var(--beige);
}
.loyalty-program-first__content {
  padding: 98px 0 96px;
}
.loyalty-program-first__text {
  font-size: 24px;
  line-height: 133%;
}
.loyalty-program-first__img {
  margin: auto auto 0;
  max-width: 100%;
}
@media (max-width: 991px) {
  .loyalty-program-first__content {
    padding: 98px 0 16px;
  }
}
@media (max-width: 767px) {
  .loyalty-program-first__text {
    font-size: 18px;
    line-height: 133%;
  }
}
@media (max-width: 575px) {
  .loyalty-program-first__content {
    padding: 95px 0 8px;
  }
  .loyalty-program-first__text {
    font-size: 16px;
    line-height: 150%;
  }
}
.patents-why-we {
  background: var(--light-gray);
}
.patents-why-we__text {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  background: var(--white);
  border-radius: 20px;
  padding: 3rem;
}
.patents-why-we__text h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 131%;
  color: var(--black);
  margin-bottom: 16px;
}
.patents-why-we__text p:last-child {
  margin-bottom: 0;
}
.patents-page__text {
  font-size: 24px;
  line-height: 133%;
  margin-bottom: 36px;
}
.patents-page__item-wrapper {
  position: relative;
  display: block;
  height: 346px;
}
.patents-page__item-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: 0.4s ease;
  border-radius: 20px;
  backdrop-filter: blur(4px);
  background-color: rgba(78, 27, 36, 0.4);
}
.patents-page__item-wrapper::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.4s ease;
  width: 24px;
  height: 24px;
  background: url("/wp-content/uploads/2025/04/zoom-in-24-white.svg");
}
.patents-page__item-wrapper:hover::before, .patents-page__item-wrapper:hover::after {
  opacity: 1;
}
.patents-page__item-img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.patents-page__controls {
  display: flex;
  align-items: center;
  gap: 48px;
  margin: 32px auto 0;
}
@media (max-width: 1400px) {
  .patents-why-we__text {
    margin: 3rem 0;
  }
}
@media (max-width: 991px) {
  .patents-page__text {
    font-size: 20px;
    line-height: 120%;
  }
  .patents-why-we {
    padding: 3rem 0;
  }
  .patents-why-we__text {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .patents-page__text {
    font-size: 16px;
    line-height: 150%;
  }
  .patents-why-we__text {
    padding: 1.5rem;
  }
}
.patents-contacts__wrapper {
  display: flex;
  gap: 24px;
  border-radius: 20px;
  background-color: var(--beige);
}
.patents-contacts__content {
  padding: 96px 0 96px 96px;
}
.patents-contacts__text {
  margin-bottom: 24px;
  font-weight: 500;
}
.patents-contacts__contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.patents-contacts__phone, .patents-contacts__email {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}
.patents-contacts__phone::before, .patents-contacts__email::before {
  content: "";
  width: 24px;
  height: 24px;
}
.patents-contacts__phone::before {
  background: url("/wp-content/uploads/2025/04/phone.svg");
}
.patents-contacts__email::before {
  background: url("/wp-content/uploads/2025/04/email-24-dred.svg");
}
.patents-contacts__img-wrapper {
  display: flex;
}
.patents-contacts__img {
  margin: auto 0 0 auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .patents-contacts__content {
    padding: 48px 0 48px 48px;
  }
}
@media (max-width: 767px) {
  .patents-contacts__wrapper {
    display: flex;
    flex-direction: column;
  }
  .patents-contacts__content {
    padding: 48px 48px 0;
  }
}
@media (max-width: 575px) {
  .patents-contacts__content {
    padding: 24px 24px 0;
  }
  .patents-contacts__text {
    margin-bottom: 16px;
  }
  .patents-contacts__contacts {
    gap: 16px;
  }
}
.faq-page__title {
  margin-bottom: 32px;
}
.faq-page__btn {
  margin: 0 0 32px auto;
}
@media (max-width: 767px) {
  .faq-page__title {
    margin-bottom: 24px;
  }
  .faq-page__btn {
    margin: 0 0 24px 0;
  }
}
.contacts-page__item {
  margin-bottom: 24px;
}
.contacts-page__item-title {
  font-size: 18px;
  line-height: 133%;
  margin-bottom: 16px;
  font-weight: 600;
  color: var(--dark-gray);
}
.contacts-page__item-address {
  display: inline-flex;
  gap: 8px;
  font-weight: 500;
}
.contacts-page__item-address::before {
  content: "";
  min-width: 24px;
  height: 24px;
  background: url("/wp-content/uploads/2025/04/map-24.svg");
}
.contacts-page__item-time {
  position: relative;
  display: flex;
  gap: 24px;
  padding-left: 32px;
  font-weight: 500;
}
.contacts-page__item-time::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: url("/wp-content/uploads/2025/04/time.svg");
}
.contacts-page__item-email {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
}
.contacts-page__item-email::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("/wp-content/uploads/2025/04/email-24-dred.svg");
}
.contacts-page__item-phone-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.contacts-page__item-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
}
.contacts-page__item-phone::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("/wp-content/uploads/2025/04/phone.svg");
}
.contacts-page__item-phone-text {
  font-size: 14px;
  line-height: 171%;
  color: var(--dark-gray);
}
@media (max-width: 1199px) {
  .contacts-page__item-time {
    gap: 16px;
  }
}
@media (max-width: 575px) {
  .contacts-page__item-time {
    flex-direction: column;
    gap: 4px;
  }
  .contacts-page__item-phone-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
}
.contacts-map {
  overflow: hidden;
  border-radius: 20px;
  height: 100% !important;
}
@media (max-width: 991px) {
  .contacts-map {
    height: 400px !important;
  }
}
.contacts-form {
  border-radius: 20px;
  padding: 48px;
  background-color: var(--light-beige);
}
.contacts-form__title {
  font-size: 32px;
  line-height: 131%;
}
.contacts-form__text {
  margin-bottom: 24px;
  font-weight: 500;
}
.contacts-form__policy {
  font-size: 14px;
  line-height: 171%;
  color: var(--dark-gray);
}
@media (max-width: 991px) {
  .contacts-form__title {
    font-size: 24px;
    line-height: 133%;
  }
}
@media (max-width: 575px) {
  .contacts-form {
    padding: 24px;
  }
  .contacts-form__title {
    font-size: 18px;
    line-height: 133%;
  }
}
.service-reviews__title {
  margin-bottom: 32px;
}
.service-reviews__text {
  margin-bottom: 32px;
  font-weight: 500;
}
.service-reviews__item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  min-height: 162px;
  height: 100%;
  padding: 24px;
  background-color: var(--white);
}
.service-reviews__item-wrapper:hover {
  box-shadow: none;
  background-color: var(--light-beige);
}
.service-reviews__item-stars {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-bottom: 16px;
}
.service-reviews__item-stars .star {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.service-reviews__item-stars .star.full {
  background-image: url("/wp-content/uploads/2025/04/star-full.svg");
}
.service-reviews__item-stars .star.half {
  background-image: url("/wp-content/uploads/2025/04/star-half.svg");
}
.service-reviews__item-stars .star.empty {
  background-image: url("/wp-content/uploads/2025/04/star-empty.svg");
}
.service-reviews__item-logo {
  margin-bottom: 16px;
}
.service-reviews__item-link {
  font-size: 14px;
  line-height: 171%;
  text-align: center;
  color: var(--dark-gray);
}
.service-reviews__link {
  margin: 8px 0 0 auto;
}
@media (max-width: 575px) {
  .service-reviews__title, .service-reviews__text {
    margin-bottom: 24px;
  }
  .service-reviews__item-wrapper {
    min-height: 0;
    padding: 16px;
  }
  .service-reviews__item-stars, .service-reviews__item-logo {
    margin-bottom: 8px;
  }
  .service-reviews__link {
    margin-top: 0;
  }
}
.video-reviews {
  background-color: var(--beige);
}
.video-reviews__title {
  margin-bottom: 32px;
}
.video-reviews__item.hidden {
  display: none;
}
.video-reviews__item-wrapper {
  overflow: hidden;
  border-radius: 20px;
  height: 338px;
}
.video-reviews__item-wrapper iframe {
  width: 100%;
  height: 100%;
}
.reviews-block .video-reviews__item-wrapper {
  height: 237px;
}
.video-reviews__btn {
  margin: 8px auto 0;
}
.video-reviews__btn::after {
  content: "";
  transition: 0.4s ease;
  margin-left: 10px;
  width: 24px;
  height: 24px;
  background: url("/wp-content/uploads/2025/04/refresh-hover.svg");
}
.video-reviews__btn:hover::after {
  background: url("/wp-content/uploads/2025/04/refresh.svg");
}
@media (max-width: 575px) {
  .video-reviews__title {
    margin-bottom: 24px;
  }
  .video-reviews__item-wrapper {
    height: 220px;
  }
  .video-reviews__btn {
    margin-top: 0;
  }
}
.website-reviews__item {
  margin-bottom: 32px;
  display: flex !important;
  height: 100%;
}
.website-reviews__item-logo {
  margin-left: auto;
}
.website-reviews__item-wrapper {
  transition: 0.4s ease;
  border: 1px solid var(--dark-gray);
  border-radius: 16px;
  padding: 48px;
  background-color: var(--white);
  display: flex;
  flex-direction: column;
}
.website-reviews__item-wrapper:hover {
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
  border-color: var(--white);
}
.website-reviews__item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}
.website-reviews__item-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.website-reviews__item-name {
  font-weight: 600;
}
.website-reviews__item-date {
  font-size: 12px;
  line-height: 150%;
  color: var(--dark-gray);
}
.website-reviews__item-stars {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-bottom: 16px;
}
.website-reviews__item-stars .star {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.website-reviews__item-stars .star.full {
  background-image: url("/wp-content/uploads/2025/04/star-full.svg");
}
.website-reviews__item-stars .star.half {
  background-image: url("/wp-content/uploads/2025/04/star-half.svg");
}
.website-reviews__item-stars .star.empty {
  background-image: url("/wp-content/uploads/2025/04/star-empty.svg");
}
.website-reviews__item-text-wrapper {
  display: flex;
  gap: 8px;
}
.website-reviews__item-text-title {
  color: #bdbdbd;
}
.website-reviews__item-text {
  margin-bottom: 16px;
  text-align: left;
  color: #242424;
}
.website-reviews__item-text p:last-child {
  margin-bottom: 0;
}
.website-reviews__item-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-left: 128px;
}
.website-reviews__item-link {
  font-weight: 500;
  color: var(--dark-gray);
}
.website-reviews__controls {
  display: flex;
  align-items: center;
  gap: 48px;
  margin: 0 auto;
}
.website-reviews__slider {
  margin: 0 -12px 24px;
}
.website-reviews__slider .slick-list {
  display: flex;
}
.website-reviews__slider .slick-track {
  display: flex;
  align-items: stretch;
}
@media (max-width: 1199px) {
  .website-reviews__item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 575px) {
  .website-reviews__item {
    margin-bottom: 24px;
  }
  .website-reviews__item-wrapper {
    padding: 24px;
  }
  .website-reviews__item-header {
    gap: 16px;
    margin-bottom: 16px;
  }
  .website-reviews__item-text-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
  .website-reviews__item-text-title, .website-reviews__item-text, .website-reviews__item-link {
    font-size: 14px;
    line-height: 171%;
  }
  .website-reviews__item-bottom {
    margin-left: 0;
  }
}
.vacancy-page__salary {
  font-size: 24px;
  line-height: 133%;
  margin: 0 0 16px auto;
  font-weight: 600;
  color: var(--dark-gray);
}
.vacancy-page__description {
  margin-bottom: 16px;
}
.vacancy-page__experience-wrapper {
  font-size: 24px;
  line-height: 133%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
  font-weight: 600;
}
.vacancy-page__duties, .vacancy-page__requirements, .vacancy-page__conditions {
  position: relative;
  margin-bottom: 24px;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}
.vacancy-page__duties::before, .vacancy-page__requirements::before, .vacancy-page__conditions::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 306px;
  max-height: 65%;
  height: 218px;
  background: url("/wp-content/uploads/2025/04/vacancy-bg.svg") center/cover no-repeat;
}
.vacancy-page__duties-title, .vacancy-page__requirements-title, .vacancy-page__conditions-title {
  font-size: 32px;
  line-height: 131%;
  position: relative;
  padding: 48px 0 0 48px;
  font-weight: 600;
}
.vacancy-page__duties-list, .vacancy-page__requirements-list, .vacancy-page__conditions-list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  padding: 48px 48px 48px 1.125rem;
}
.vacancy-page__btn {
  margin: 8px auto 0;
}
@media (max-width: 991px) {
  .vacancy-page__salary {
    margin: 0 0 16px;
  }
  .vacancy-page__duties-title, .vacancy-page__requirements-title, .vacancy-page__conditions-title {
    font-size: 26px;
    line-height: 115%;
  }
  .vacancy-page__duties-list, .vacancy-page__requirements-list, .vacancy-page__conditions-list {
    padding-left: calc(48px + 1.125rem);
  }
}
@media (max-width: 575px) {
  .vacancy-page__salary {
    font-size: 16px;
    line-height: 150%;
  }
  .vacancy-page__description {
    font-size: 16px;
    line-height: 150%;
  }
  .vacancy-page__experience-wrapper {
    font-size: 16px;
    line-height: 150%;
  }
  .vacancy-page__duties-title, .vacancy-page__requirements-title, .vacancy-page__conditions-title {
    font-size: 18px;
    line-height: 133%;
    padding: 24px 0 0 24px;
  }
  .vacancy-page__duties-list, .vacancy-page__requirements-list, .vacancy-page__conditions-list {
    padding: 24px 24px 24px calc(24px + 1.125rem);
  }
  .vacancy-page__btn {
    margin-top: 0;
  }
}
.other-vacancies__slider .slick-list {
  display: flex;
}
.other-vacancies__slider .slick-track {
  display: flex;
  align-items: stretch;
}
.other-vacancies__title {
  margin-bottom: 32px;
}
.other-vacancies__item {
  margin-bottom: 32px;
  display: flex !important;
}
.other-vacancies__item-wrapper {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid var(--dark-gray);
  padding: 24px;
}
.other-vacancies__item-wrapper:hover {
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
  border-color: var(--white);
  border-radius: 16px;
}
.other-vacancies__item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 10px;
}
.other-vacancies__item-title {
  font-weight: 600;
}
.other-vacancies__item-salary {
  font-weight: 600;
}
.other-vacancies__item-description {
  margin-bottom: 24px;
  color: var(--dark-gray);
}
.other-vacancies__item-link {
  margin-top: auto;
  font-weight: 500;
  color: var(--dark-gray);
}
.other-vacancies__controls {
  display: flex;
  align-items: center;
  gap: 48px;
  margin: 24px auto 0;
}
@media (max-width: 575px) {
  .other-vacancies__title {
    margin-bottom: 16px;
  }
  .other-vacancies__item {
    margin-bottom: 24px;
  }
  .other-vacancies__item-wrapper {
    padding: 16px;
  }
  .other-vacancies__item-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .other-vacancies__item-description {
    font-size: 12px;
    line-height: 150%;
    margin-bottom: 16px;
  }
  .other-vacancies__controls {
    margin-top: 8px;
  }
}
.vacancies-first {
  position: relative;
  margin-top: -98px;
  padding: 98px 0 180px;
  background-color: var(--beige);
}
.vacancies-first__text {
  font-size: 24px;
  line-height: 133%;
}
.vacancies-first__img {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  max-width: 49vw;
  max-height: 100%;
}
@media (max-width: 1199px) {
  .vacancies-first {
    padding-bottom: 270px;
  }
  .vacancies-first__img {
    top: auto;
    right: auto;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 991px) {
  .vacancies-first {
    padding-bottom: 280px;
  }
  .vacancies-first__img {
    max-width: 67vw;
  }
}
@media (max-width: 767px) {
  .vacancies-first {
    padding-bottom: 280px;
  }
  .vacancies-first__text {
    font-size: 18px;
    line-height: 133%;
  }
  .vacancies-first__img {
    max-width: 80vw;
  }
}
@media (max-width: 575px) {
  .vacancies-first {
    padding-bottom: 200px;
  }
  .vacancies-first__text {
    font-size: 16px;
    line-height: 150%;
  }
  .vacancies-first__img {
    max-width: calc(100vw - 24px);
  }
}
.vacancies-page__item {
  margin-bottom: 24px;
}
.vacancies-page__item-wrapper {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid var(--dark-gray);
  padding: 24px;
  height: 100%;
}
.vacancies-page__item-wrapper:hover {
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
  border-color: var(--white);
  border-radius: 16px;
}
.vacancies-page__item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 10px;
}
.vacancies-page__item-title {
  font-weight: 600;
}
.vacancies-page__item-salary {
  font-weight: 600;
}
.vacancies-page__item-description {
  margin-bottom: 24px;
  color: var(--black);
}
.vacancies-page__item-link {
  margin-top: auto;
  font-weight: 500;
  color: var(--dark-gray);
}
@media (max-width: 575px) {
  .vacancies-page__item-wrapper {
    padding: 16px;
  }
  .vacancies-page__item-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .vacancies-page__item-description {
    font-size: 12px;
    line-height: 150%;
    margin-bottom: 16px;
  }
  .vacancies-page__controls {
    margin-top: 8px;
  }
}
.vacancies-contacts {
  padding: 48px 0;
  background-color: var(--beige);
}
.vacancies-contacts__text {
  font-size: 24px;
  line-height: 133%;
  margin-bottom: 24px;
  font-weight: 600;
  color: var(--dark-gray);
}
.vacancies-contacts__email {
  font-size: 24px;
  line-height: 133%;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.vacancies-contacts__email::before {
  content: "";
  width: 30px;
  height: 30px;
  background: url("/wp-content/uploads/2025/04/email-24-dred.svg") center/cover no-repeat;
}
@media (max-width: 767px) {
  .vacancies-contacts__text, .vacancies-contacts__email {
    font-size: 18px;
    line-height: 133%;
  }
}
@media (max-width: 575px) {
  .vacancies-contacts__text {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 16px;
  }
  .vacancies-contacts__email {
    font-size: 16px;
    line-height: 150%;
  }
}
.article__date {
  font-size: 14px;
  line-height: 171%;
  margin-bottom: 24px;
  color: var(--dark-gray);
}
.article__content img {
  border-radius: 16px;
}
.other-articles__title {
  font-size: 32px;
  line-height: 131%;
  margin-bottom: 32px;
}
.other-articles__item-wrapper {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  width: 100%;
  background-color: var(--light-gray);
}
.other-articles__item-wrapper:hover {
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
  background-color: var(--white);
}
.other-articles__item-wrapper:hover .other-articles__item-link {
  color: var(--dark-red);
}
.other-articles__item-wrapper:hover .other-articles__item-link::after {
  background: url("/wp-content/uploads/2025/05/chevron-right-24-dred.svg");
}
.other-articles__item-img {
  border-radius: 16px 16px 0 0;
  width: 100%;
  height: 135px;
  object-fit: cover;
}
.other-articles__item-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  border-radius: 0 0 16px 16px;
  padding: 16px 16px 24px;
}
.other-articles__item-date {
  font-size: 14px;
  line-height: 171%;
  margin-bottom: 8px;
  color: var(--dark-gray);
}
.other-articles__item-title {
  margin-bottom: 8px;
  font-weight: 500;
  color: var(--black);
}
.other-articles__item-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: 0.4s ease;
  margin-top: auto;
  color: var(--dark-gray);
}
.other-articles__item-link::after {
  content: "";
  transition: 0.4s ease;
  width: 24px;
  height: 24px;
  background: url("/wp-content/uploads/2025/05/chevron-right-24-dgray.svg");
}
@media (max-width: 991px) {
  .other-articles__title {
    font-size: 24px;
    line-height: 133%;
  }
}
@media (max-width: 575px) {
  .other-articles__title {
    font-size: 18px;
    line-height: 133%;
    margin-bottom: 24px;
  }
}
.blog-page__title {
  margin-bottom: 32px;
}
.blog-page__item-wrapper {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  width: 100%;
  background-color: var(--light-gray);
}
.blog-page__item-wrapper:hover {
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
  background-color: var(--white);
}
.blog-page__item-wrapper:hover .other-articles__item-link {
  color: var(--dark-red);
}
.blog-page__item-wrapper:hover .other-articles__item-link::after {
  background: url("/wp-content/uploads/2025/05/chevron-right-24-dred.svg");
}
.blog-page__item-img {
  border-radius: 16px 16px 0 0;
  width: 100%;
  height: 135px;
  object-fit: cover;
}
.blog-page__item-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  border-radius: 0 0 16px 16px;
  padding: 16px 16px 24px;
}
.blog-page__item-date {
  font-size: 14px;
  line-height: 171%;
  margin-bottom: 8px;
  color: var(--dark-gray);
}
.blog-page__item-title {
  margin-bottom: 8px;
  font-weight: 500;
  color: var(--black);
}
.blog-page__item-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: 0.4s ease;
  margin-top: auto;
  color: var(--dark-gray);
}
.blog-page__item-link::after {
  content: "";
  transition: 0.4s ease;
  width: 24px;
  height: 24px;
  background: url("/wp-content/uploads/2025/05/chevron-right-24-dgray.svg");
}
.blog-page__btn::after {
  content: "";
  transition: 0.4s ease;
  margin-left: 10px;
  width: 24px;
  height: 24px;
  background: url("/wp-content/uploads/2025/04/refresh-hover.svg");
}
.blog-page__btn:hover::after {
  background: url("/wp-content/uploads/2025/04/refresh.svg");
}
.doctors-page__title {
  margin-bottom: 32px;
}
.doctors-page__item-wrapper {
  display: flex;
  transition: 0.4s ease;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  background-color: var(--white);
}
.doctors-page__item-wrapper:has(.doctors-page__item-img-wrapper:hover), .doctors-page__item-wrapper:has(.doctors-page__item-title:hover), .doctors-page__item-wrapper:has(.doctors-page__item-link:hover) {
  box-shadow: none;
  background-color: var(--light-beige);
}
.doctors-page__item-img-wrapper {
  display: flex;
  min-width: 306px;
}
.doctors-page__item-img {
  border-radius: 16px 0 0 16px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.doctors-page__item-content {
  display: flex;
  flex-direction: column;
  padding: 24px;
}
.doctors-page__item-title {
  font-size: 18px;
  line-height: 133%;
  margin-bottom: 8px;
  font-weight: 600;
  color: var(--black);
}
.doctors-page__item-direction {
  margin-bottom: 24px;
  font-weight: 500;
  color: var(--dark-gray);
}
.doctors-page__item-quote {
  margin-bottom: 24px;
  color: var(--dark-gray);
}
.doctors-page__item-video {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  font-weight: 500;
  color: var(--black);
}
.doctors-page__item-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: var(--black);
}
.doctors-page__item-link::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url("/wp-content/uploads/2025/05/chevron-right-24-black.svg");
}
@media (max-width: 1399px) {
  .doctors-page__item-img-wrapper {
    min-width: 270px;
  }
}
@media (max-width: 1199px) {
  .doctors-page__item-wrapper {
    flex-direction: column;
  }
  .doctors-page__item-img-wrapper {
    border-radius: 16px 16px 0 0;
  }
  .doctors-page__item-img {
    border-radius: 16px 16px 0 0;
  }
}
@media (max-width: 991px) {
  .doctors-page__item-wrapper {
    flex-direction: row;
  }
  .doctors-page__item-img-wrapper {
    border-radius: 16px 0 0 16px;
  }
  .doctors-page__item-img {
    border-radius: 16px 0 0 16px;
  }
}
@media (max-width: 767px) {
  .doctors-page__title {
    margin-bottom: 24px;
  }
  .doctors-page__item-img-wrapper {
    min-width: 250px;
  }
}
@media (max-width: 575px) {
  .doctors-page__title {
    margin-bottom: 16px;
  }
  .doctors-page__item-wrapper {
    flex-direction: column;
  }
  .doctors-page__item-img-wrapper {
    border-radius: 16px 16px 0 0;
  }
  .doctors-page__item-img {
    border-radius: 16px 16px 0 0;
  }
  .doctors-page__item-content {
    padding: 16px;
  }
  .doctors-page__item-title {
    font-size: 16px;
    line-height: 150%;
  }
  .doctors-page__item-direction {
    margin-bottom: 8px;
  }
  .doctors-page__item-quote {
    margin-bottom: 16px;
  }
  .doctors-page__item-video {
    margin-bottom: 16px;
  }
  .doctors-page__link {
    margin-top: 0;
  }
}
.secondary-form {
  background: url("/wp-content/uploads/2025/04/first-screen-bg.png");
}
.secondary-form__text {
  margin-bottom: 24px;
  max-width: 524px;
  font-weight: 500;
}
.secondary-form .wpcf7-text {
  background-color: transparent;
}
.secondary-form__img {
  margin: auto 0 0 auto;
}
.patients-first {
  position: relative;
  margin-top: -98px;
  background-color: var(--beige);
}
.patients-first::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40vw;
  height: 100%;
  background: url("/wp-content/uploads/2025/05/patients-first-bg.svg");
}
.patients-first__content {
  position: relative;
  padding: 146px 0 164px;
}
.patients-first__text {
  font-size: 24px;
  line-height: 133%;
}
.patients-first__img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 100%;
}
@media (max-width: 991px) {
  .patients-first {
    padding-bottom: 48px;
  }
  .patients-first__content {
    padding: 98px 0 48px;
  }
  .patients-first__img {
    position: relative;
    right: auto;
    bottom: auto;
    margin: 0 auto;
    max-width: 50vw;
  }
}
@media (max-width: 767px) {
  .patients-first__text {
    font-size: 18px;
    line-height: 133%;
  }
}
@media (max-width: 575px) {
  .patients-first__content {
    padding-bottom: 24px;
  }
  .patients-first__text {
    font-size: 16px;
    line-height: 150%;
  }
  .patients-first__img {
    max-width: 100%;
  }
}
.patients-documents__title {
  margin-bottom: 32px;
}
.patients-documents__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.patients-documents__item-wrapper {
  font-size: 18px;
  line-height: 133%;
  display: flex;
  justify-content: space-between;
  gap: 10%;
  border-radius: 16px;
  padding: 24px 62px 24px 24px;
  background-color: var(--light-gray);
  font-weight: 600;
  color: var(--black);
}
.patients-documents__item-wrapper:visited {
  color: var(--black);
}
.patients-documents__item-wrapper:hover {
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
  background-color: var(--white);
}
.patients-documents__item-wrapper:hover .patients-documents__item-icon path {
  fill: var(--dark-red);
}
.patients-documents__item-icon {
  margin-top: 2px;
  min-width: 24px;
}
.patients-documents__item-icon path {
  transition: 0.4s ease;
}
@media (max-width: 767px) {
  .patients-documents__title {
    margin-bottom: 24px;
  }
  .patients-documents__item-wrapper {
    font-size: 16px;
    line-height: 150%;
    gap: 24px;
    padding: 24px;
  }
}
@media (max-width: 575px) {
  .patients-documents__item-wrapper {
    font-size: 14px;
    line-height: 171%;
    gap: 16px;
    padding: 16px;
  }
  .patients-documents__item-icon {
    margin-top: 0;
    min-width: 16px;
    width: 16px;
  }
}
.patients-about__wrapper {
  border-radius: 16px;
  padding: 48px;
  background-color: var(--light-beige);
}
.patients-about__title {
  margin-bottom: 32px;
}
.patients-about__text {
  font-size: 24px;
  line-height: 133%;
}
.patients-about__text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .patients-about__text {
    font-size: 18px;
    line-height: 133%;
  }
}
@media (max-width: 767px) {
  .patients-about__wrapper {
    padding: 24px;
  }
  .patients-about__text {
    font-size: 16px;
    line-height: 150%;
  }
}
@media (max-width: 575px) {
  .patients-about__title {
    margin-bottom: 24px;
  }
  .patients-about__text {
    font-size: 14px;
    line-height: 171%;
  }
}
.doctor-first {
  margin-top: -98px;
  background: url("/wp-content/uploads/2025/04/first-screen-bg.png") center / cover no-repeat;
}
.doctor-first__content {
  padding: 98px 0 209px;
}
.doctor-first__title {
  margin-bottom: 32px;
}
.doctor-first__direction {
  font-size: 24px;
  line-height: 133%;
  margin-bottom: 24px;
}
.doctor-first__quote {
  margin-bottom: 32px;
  max-width: 636px;
  color: var(--dark-gray);
}
.doctor-first__btns-wrapper {
  display: flex;
  gap: 24px;
}
.doctor-first__video-link {
  gap: 10px;
}
.doctor-first__video-link path {
  transition: 0.4s ease;
}
.doctor-first__video-link:hover path {
  fill: var(--white);
}
.doctor-first__photo {
  margin: auto 0 0 auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .doctor-first__content {
    padding-bottom: 48px;
  }
  .doctor-first__photo {
    margin: 0 auto;
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .doctor-first__content {
    padding-bottom: 24px;
  }
  .doctor-first__title {
    margin-bottom: 24px;
  }
  .doctor-first__direction {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 16px;
  }
  .doctor-first__quote {
    margin-bottom: 24px;
  }
  .doctor-first__btns-wrapper {
    flex-direction: column;
    gap: 16px;
  }
  .doctor-first__photo {
    max-width: 100%;
  }
}
.doctor-about__title {
  margin-bottom: 32px;
}
.doctor-about__nav-tabs {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  margin: 0 0 32px;
  padding: 0;
  list-style: none;
}
.doctor-about__nav-link {
  transition: 0.4s ease;
  border: 1px solid var(--dark-red);
  border-radius: 100px;
  padding: 11px 15px;
  background-color: var(--white);
  font-weight: 500;
  white-space: nowrap;
  color: var(--black);
}
.doctor-about__nav-link:focus-visible, .doctor-about__nav-link:focus, .doctor-about__nav-link:hover {
  background-color: var(--dark-red);
  color: var(--white);
}
.doctor-about__nav-link.active {
  background-color: var(--dark-red);
  color: var(--white);
}
.doctor-about__experience-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 48px;
}
.doctor-about__experience-title {
  font-size: 18px;
  line-height: 133%;
  font-weight: 500;
  color: var(--dark-gray);
}
.doctor-about__experience-text {
  font-size: 32px;
  line-height: 131%;
  font-weight: 600;
}
.doctor-about__education-wrapper {
  margin-bottom: 48px;
}
.doctor-about__education-title, .doctor-about__courses-title, .doctor-about__skills-title, .doctor-about__certificates-title {
  font-size: 24px;
  line-height: 133%;
  margin-bottom: 24px;
  font-weight: 600;
}
.doctor-about__education-list, .doctor-about__courses-list, .doctor-about__skills-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.doctor-about__courses-list, .doctor-about__skills-list {
  gap: 8px;
}
.doctor-about__education-item, .doctor-about__courses-item, .doctor-about__skills-item {
  position: relative;
  padding-left: 16px;
}
.doctor-about__education-item::before, .doctor-about__courses-item::before, .doctor-about__skills-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 8px;
  height: 1px;
  background-color: var(--black);
}
.doctor-about__certificates-item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  height: 278px;
  padding: 16px;
  background-color: var(--light-beige);
}
.doctor-about__certificates-item-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: 0.4s ease;
  backdrop-filter: blur(4px);
  border-radius: 12px;
  background-color: rgba(78, 27, 36, 0.4);
}
.doctor-about__certificates-item-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.4s ease;
  width: 24px;
  height: 24px;
  background: url("/wp-content/uploads/2025/04/zoom-in-24-white.svg");
}
.doctor-about__certificates-item-wrapper:hover::before, .doctor-about__certificates-item-wrapper:hover::after {
  opacity: 1;
}
.doctor-about__certificates-item-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .doctor-about__experience-text {
    font-size: 24px;
    line-height: 133%;
  }
}
@media (max-width: 767px) {
  .doctor-about__title {
    margin-bottom: 24px;
  }
  .doctor-about__nav-tabs {
    gap: 16px;
    margin-bottom: 24px;
  }
  .doctor-about__experience-wrapper, .doctor-about__education-wrapper {
    margin-bottom: 24px;
  }
  .doctor-about__experience-text {
    font-size: 18px;
    line-height: 133%;
  }
  .doctor-about__education-title, .doctor-about__courses-title, .doctor-about__skills-title, .doctor-about__certificates-title {
    font-size: 18px;
    line-height: 133%;
    margin-bottom: 16px;
  }
}
@media (max-width: 575px) {
  .doctor-about__education-title, .doctor-about__courses-title, .doctor-about__skills-title, .doctor-about__certificates-title {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 12px;
  }
}
.reviews-block__title {
  margin-bottom: 32px;
}
.reviews-block__text {
  margin-bottom: 32px;
  font-weight: 500;
}
.reviews-block__nav-tabs {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}
.reviews-block__nav-link {
  transition: 0.4s ease;
  border: 1px solid var(--dark-red);
  border-radius: 100px;
  padding: 11px 15px;
  background-color: var(--white);
  font-weight: 500;
  white-space: nowrap;
  color: var(--black);
}
.reviews-block__nav-link:hover {
  background-color: var(--dark-red);
  color: var(--white);
}
.reviews-block__nav-link.active {
  background-color: var(--dark-red);
  color: var(--white);
}
.home .reviews-block {
  position: relative;
  overflow: hidden;
}
.home .reviews-block::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 5px;
  right: 0;
  width: 528px;
  height: 757px;
  background: url("/wp-content/uploads/2025/06/reviews-block-bg.svg");
}
@media (max-width: 767px) {
  .reviews-block__title, .reviews-block__text {
    margin-bottom: 24px;
  }
}
@media (max-width: 575px) {
  .reviews-block__nav-tabs {
    gap: 16px;
  }
}
.training-page__title {
  margin-bottom: 32px;
}
.training-page__item-wrapper {
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  height: 100%;
  padding: 24px;
  background-color: var(--white);
}
.training-page__item-icon {
  margin-bottom: 8px;
}
.training-page__item-text {
  font-weight: 600;
}
.training-page__text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .training-page__title {
    margin-bottom: 24px;
  }
  .training-page__item-wrapper {
    padding: 16px;
  }
}
.about-first__title, .about-first__text {
  margin-bottom: 32px;
}
.about-first__item-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  height: 100%;
  padding: 24px 16px 24px 24px;
  background-color: var(--white);
}
.about-first__item-icon {
  min-width: 40px;
  width: 40px;
}
.about-first__item-text {
  font-weight: 600;
}
@media (max-width: 575px) {
  .about-first__title, .about-first__text {
    margin-bottom: 24px;
  }
}
.clinic-photos__title {
  margin-bottom: 32px;
}
.clinic-photos__item-wrapper {
  position: relative;
  display: block;
  height: 309px;
}
.clinic-photos__item-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: 0.4s ease;
  border-radius: 16px;
  backdrop-filter: blur(4px);
  background-color: rgba(78, 27, 36, 0.4);
}
.clinic-photos__item-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.4s ease;
  width: 24px;
  height: 24px;
  background: url("/wp-content/uploads/2025/04/zoom-in-24-white.svg");
}
.clinic-photos__item-wrapper:hover::before, .clinic-photos__item-wrapper:hover::after {
  opacity: 1;
}
.home .clinic-photos__item-wrapper {
  height: 289px;
}
.clinic-photos__item-img {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.clinic-photos__controls {
  display: flex;
  align-items: center;
  gap: 48px;
  margin: 24px 0 0 auto;
}
.home .clinic-photos__controls {
  margin: 24px auto 0;
}
@media (max-width: 767px) {
  .clinic-photos__title {
    margin-bottom: 24px;
  }
  .clinic-photos__controls {
    justify-content: space-between;
    margin-left: 0;
  }
}
.about-certificates__text {
  margin-bottom: 24px;
  max-width: 746px;
}
.about-certificates__item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  height: 278px;
  padding: 16px;
  background-color: var(--light-beige);
}
.about-certificates__item-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: 0.4s ease;
  border-radius: 16px;
  backdrop-filter: blur(4px);
  background-color: rgba(78, 27, 36, 0.4);
}
.about-certificates__item-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.4s ease;
  width: 24px;
  height: 24px;
  background: url("/wp-content/uploads/2025/04/zoom-in-24-white.svg");
}
.about-certificates__item-wrapper:hover::before, .about-certificates__item-wrapper:hover::after {
  opacity: 1;
}
.about-certificates__item-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .about-certificates__item-wrapper {
    height: 220px;
  }
}
.about-blog__title {
  margin-bottom: 32px;
}
.about-blog__item-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
  border-radius: 16px;
  width: 100%;
  background-color: var(--light-gray);
}
.about-blog__item-wrapper:hover {
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
  background-color: var(--white);
}
.about-blog__item-wrapper:hover .about-blog__item-link {
  color: var(--dark-red);
}
.about-blog__item-wrapper:hover .about-blog__item-link::after {
  background: url("/wp-content/uploads/2025/05/chevron-right-24-dred.svg");
}
.about-blog__item-img {
  border-radius: 16px 16px 0 0;
  width: 100%;
  height: 135px;
  object-fit: cover;
}
.about-blog__item-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  border-radius: 0 0 16px 16px;
  padding: 16px 16px 24px;
}
.about-blog__item-date {
  font-size: 14px;
  line-height: 171%;
  margin-bottom: 8px;
  color: var(--dark-gray);
}
.about-blog__item-title {
  margin-bottom: 8px;
  font-weight: 500;
  color: var(--black);
}
.about-blog__item-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: 0.4s ease;
  margin-top: auto;
  color: var(--dark-gray);
}
.about-blog__item-link::after {
  content: "";
  transition: 0.4s ease;
  width: 24px;
  height: 24px;
  background: url("/wp-content/uploads/2025/05/chevron-right-24-dgray.svg");
}
.about-blog__controls {
  display: flex;
  align-items: center;
  gap: 48px;
  margin: 0 auto;
}
.doctors-block {
  position: relative;
  margin-bottom: 96px;
  background-color: var(--beige);
}
.doctors-block::before {
  content: "";
  position: absolute;
  bottom: -96px;
  left: 0;
  border-radius: 0 0 50% 50%;
  width: 100%;
  height: 96px;
  background-color: var(--beige);
}
.doctors-block__title {
  margin-bottom: 32px;
}
.doctors-block__item-wrapper {
  display: flex;
  transition: 0.4s ease;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  background-color: var(--white);
}
.doctors-block__item-wrapper:has(.doctors-block__item-img-wrapper:hover), .doctors-block__item-wrapper:has(.doctors-block__item-title:hover), .doctors-block__item-wrapper:has(.doctors-block__item-link:hover) {
  box-shadow: none;
  background-color: var(--light-beige);
}
.doctors-block__item-img-wrapper {
  display: flex;
  border-radius: 16px 0 0 16px;
  min-width: 306px;
  background-color: var(--light-beige);
}
.doctors-block__item-img {
  border-radius: 16px 0 0 16px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.doctors-block__item-content {
  display: flex;
  flex-direction: column;
  padding: 24px;
}
.doctors-block__item-title {
  font-size: 18px;
  line-height: 133%;
  margin-bottom: 8px;
  font-weight: 600;
  color: var(--black);
}
.doctors-block__item-direction {
  margin-bottom: 24px;
  font-weight: 500;
  color: var(--black);
}
.doctors-block__item-quote {
  margin-bottom: 24px;
  color: var(--dark-gray);
}
.doctors-block__item-video {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  font-weight: 500;
  color: var(--black);
}
.doctors-block__item-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  font-weight: 500;
  color: var(--black);
}
.doctors-block__item-link::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url("/wp-content/uploads/2025/05/chevron-right-24-black.svg");
}
.doctors-block__link {
  margin: 8px auto 0;
}
@media (max-width: 1399px) {
  .doctors-block__item-img-wrapper {
    min-width: 270px;
  }
}
@media (max-width: 1199px) {
  .doctors-block__item-wrapper {
    flex-direction: column;
  }
  .doctors-block__item-img-wrapper {
    border-radius: 16px 16px 0 0;
  }
  .doctors-block__item-img {
    border-radius: 16px 16px 0 0;
  }
}
@media (max-width: 991px) {
  .doctors-block__item-wrapper {
    flex-direction: row;
  }
  .doctors-block__item-img-wrapper {
    border-radius: 16px 0 0 16px;
  }
  .doctors-block__item-img {
    border-radius: 16px 0 0 16px;
  }
}
@media (max-width: 767px) {
  .doctors-block {
    margin-bottom: 48px;
  }
  .doctors-block::before {
    bottom: -48px;
    height: 48px;
  }
  .doctors-block__title {
    margin-bottom: 24px;
  }
  .doctors-block__item-img-wrapper {
    min-width: 250px;
  }
}
@media (max-width: 575px) {
  .doctors-block__title {
    margin-bottom: 16px;
  }
  .doctors-block__item-wrapper {
    flex-direction: column;
  }
  .doctors-block__item-img-wrapper {
    border-radius: 16px 16px 0 0;
    max-height: 350px;
  }
  .doctors-block__item-img {
    border-radius: 16px 16px 0 0;
  }
  .doctors-block__item-content {
    padding: 16px;
  }
  .doctors-block__item-title {
    font-size: 16px;
    line-height: 150%;
  }
  .doctors-block__item-direction {
    margin-bottom: 8px;
  }
  .doctors-block__item-quote {
    margin-bottom: 16px;
  }
  .doctors-block__item-video {
    margin-bottom: 16px;
  }
  .doctors-block__link {
    margin-top: 0;
  }
}
.certificates-block__text {
  max-width: 306px;
}
.certificates-block__item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  height: 278px;
  padding: 16px;
  background-color: var(--light-beige);
}
.certificates-block__item-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: 0.4s ease;
  border-radius: 16px;
  backdrop-filter: blur(4px);
  background-color: rgba(78, 27, 36, 0.4);
}
.certificates-block__item-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.4s ease;
  width: 24px;
  height: 24px;
  background: url("/wp-content/uploads/2025/04/zoom-in-24-white.svg");
}
.certificates-block__item-wrapper:hover::before, .certificates-block__item-wrapper:hover::after {
  opacity: 1;
}
.certificates-block__item-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .certificates-block__text {
    margin-bottom: 24px;
    max-width: 100%;
  }
}
.about-faq {
  position: relative;
}
.about-faq::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-radius: 0 50% 50% 0;
  width: 42vw;
  height: 100%;
  background-color: var(--beige);
}
.about-faq__text {
  margin-bottom: 32px;
  font-weight: 500;
}
.about-faq__link {
  margin: 32px 0 0 auto;
}
@media (max-width: 991px) {
  .about-faq::before {
    width: 75vw;
  }
}
@media (max-width: 767px) {
  .about-faq__text {
    margin-bottom: 24px;
  }
  .about-faq__link {
    margin: 24px 0 0 auto;
  }
}
.before-after-image-slider {
  position: relative;
  border-radius: 20px;
  height: 392px;
  overflow: hidden;
  --position: 50%;
}
.before-after-image-slider__images {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
}
.before-after-image-slider__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}
.before-after-image-slider__image--before {
  position: absolute;
  inset: 0;
  width: var(--position);
}
.before-after-image-slider__scroller {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
  /* for Firefox */
  width: 100%;
  height: 100%;
}
.before-after-image-slider__scroller-line {
  position: absolute;
  inset: 0;
  left: var(--position);
  transform: translateX(-50%);
  width: 8px;
  height: 100%;
  background-color: var(--white);
  pointer-events: none;
}
.before-after-image-slider__scroller-line::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: url("/wp-content/uploads/2025/05/scroller.svg");
}
.cases-page .before-after-image-slider, .cases-block .before-after-image-slider {
  height: 232px;
}
@media (max-width: 1399px) {
  .cases-page .before-after-image-slider, .cases-block .before-after-image-slider {
    height: 220px;
  }
}
@media (max-width: 1199px) {
  .before-after-image-slider {
    height: 280px;
  }
  .cases-page .before-after-image-slider, .page-template-page-about .before-after-image-slider {
    height: 280px;
  }
  .tax-services_cat .before-after-image-slider, .single-services .before-after-image-slider {
    height: 380px;
  }
}
@media (max-width: 991px) {
  .before-after-image-slider {
    height: 470px;
  }
  .cases-page .before-after-image-slider, .cases-block .before-after-image-slider {
    height: 230px;
  }
  .tax-services_cat .before-after-image-slider, .single-services .before-after-image-slider {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .before-after-image-slider {
    height: 350px;
  }
  .cases-page .before-after-image-slider, .cases-block .before-after-image-slider {
    height: 330px;
  }
  .tax-services_cat .before-after-image-slider, .single-services .before-after-image-slider {
    height: 310px;
  }
}
@media (max-width: 575px) {
  .before-after-image-slider {
    height: 230px;
  }
  .cases-page .before-after-image-slider, .cases-block .before-after-image-slider {
    height: 230px;
  }
  .tax-services_cat .before-after-image-slider, .single-services .before-after-image-slider {
    height: 200px;
  }
}
.case-first {
  margin-top: -98px;
  background-color: var(--beige);
}
.case-first__content {
  padding: 98px 0 70px;
}
.case-first__text {
  font-size: 24px;
  line-height: 133%;
}
.case-first__video-link {
  gap: 10px;
  margin-top: 32px;
}
.case-first__video-link path {
  transition: 0.4s ease;
}
.case-first__video-link:hover path {
  fill: var(--white);
}
.case-first__thumbnail {
  margin: auto 0 0 auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .case-first__content {
    padding-bottom: 48px;
  }
  .case-first__thumbnail {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .case-first__text {
    font-size: 18px;
    line-height: 133%;
  }
}
@media (max-width: 575px) {
  .case-first {
    margin-top: -118px;
  }
  .case-first__content {
    padding: 118px 0 48px;
  }
  .case-first__text {
    font-size: 16px;
    line-height: 150%;
  }
}
.case-stages__title {
  margin-bottom: 32px;
}
.case-stages__item-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  background-color: var(--light-gray);
  font-weight: 600;
}
.case-stages__item-title {
  font-size: 18px;
  line-height: 133%;
  margin-bottom: 16px;
  font-weight: 500;
}
.case-stages__item-text {
  margin-bottom: 16px;
}
.case-stages__item-sublist {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
}
.case-results__title {
  margin-bottom: 32px;
}
.case-results__sliders-gallery-wrapper {
  display: flex;
  flex-wrap: wrap;
  column-gap: 24px;
}
.case-results__item {
  margin-bottom: 24px;
  width: calc(33.33% - 16px);
}
.case-results__item:nth-child(-n + 2) {
  margin-bottom: 48px;
  width: calc(50% - 12px);
}
.case-results__item:nth-child(-n + 2) .case-results__item-wrapper {
  height: 392px;
}
.case-results__item:has(.before-after-image-slider) {
  position: relative;
}
.case-results__item:has(.before-after-image-slider)::before, .case-results__item:has(.before-after-image-slider):after {
  position: absolute;
  z-index: 2;
  top: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
  width: 80px;
  height: 80px;
  background-color: var(--white);
  font-weight: 600;
}
.case-results__item:has(.before-after-image-slider)::before {
  content: "После";
  left: 0;
  border-radius: 20px 0;
}
.case-results__item:has(.before-after-image-slider)::after {
  content: "До";
  right: 0;
  border-radius: 0 20px;
}
.case-results__item-wrapper {
  position: relative;
  display: block;
  height: 277px;
}
.case-results__item-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: 0.4s ease;
  border-radius: 20px;
  backdrop-filter: blur(4px);
  background-color: rgba(78, 27, 36, 0.4);
}
.case-results__item-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.4s ease;
  width: 24px;
  height: 24px;
  background: url("/wp-content/uploads/2025/04/zoom-in-24-white.svg");
}
.case-results__item-wrapper:hover::before, .case-results__item-wrapper:hover::after {
  opacity: 1;
}
.case-results__item-img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case-results__gallery-btn {
  display: none;
  margin: 8px auto 0;
}
.case-results__gallery-btn::after {
  content: "";
  transition: 0.4s ease;
  margin-left: 10px;
  width: 24px;
  height: 24px;
  background: url("/wp-content/uploads/2025/04/refresh-hover.svg");
}
.case-results__gallery-btn:hover::after {
  background: url("/wp-content/uploads/2025/04/refresh.svg");
}
@media (max-width: 1199px) {
  .case-results__item:nth-child(-n + 2) .case-results__item-wrapper {
    height: 280px;
  }
}
@media (max-width: 991px) {
  .case-results__item {
    width: calc(50% - 12px);
  }
  .case-results__item:nth-child(-n + 2) {
    margin-bottom: 24px;
    width: calc(50% - 12px);
  }
  .case-results__item:nth-child(-n + 2) .case-results__item-wrapper {
    height: 277px;
  }
  .case-results__item:has(.before-after-image-slider) {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .case-results__title {
    margin-bottom: 24px;
  }
  .case-results__gallery-btn {
    margin-top: 0;
  }
}
@media (max-width: 575px) {
  .case-results__item:nth-child(-n + 2) .case-results__item-wrapper {
    height: 230px;
  }
  .case-results__item-wrapper {
    height: 230px;
  }
}
.cases-page__title {
  margin-bottom: 32px;
}
.cases-page__item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  width: 100%;
  padding: 16px;
  background-color: var(--white);
}
.cases-page__item-wrapper:has(.before-after-image-slider)::before, .cases-page__item-wrapper:has(.before-after-image-slider):after {
  position: absolute;
  z-index: 2;
  top: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
  width: 80px;
  height: 80px;
  background-color: var(--white);
  font-weight: 600;
}
.cases-page__item-wrapper:has(.before-after-image-slider)::before {
  content: "После";
  left: 0;
  border-radius: 20px 0;
}
.cases-page__item-wrapper:has(.before-after-image-slider)::after {
  content: "До";
  right: 0;
  border-radius: 0 20px;
}
.cases-page__thumbnail {
  width: 100%;
  height: 232px;
  object-fit: cover;
}
.cases-page__item-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 34px 8px 8px;
}
.cases-page__item-title {
  font-size: 20px;
  line-height: 120%;
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}
.cases-page__item-text {
  margin-bottom: 24px;
}
.cases-page__item-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: 0.4s ease;
  margin-top: auto;
  color: var(--dark-gray);
}
.cases-page__item-link::after {
  content: "";
  transition: 0.4s ease;
  width: 24px;
  height: 24px;
  background: url("/wp-content/uploads/2025/05/chevron-right-24-dgray.svg");
}
.cases-page__btn {
  margin: 8px auto 0;
}
.cases-page__btn::after {
  content: "";
  transition: 0.4s ease;
  margin-left: 10px;
  width: 24px;
  height: 24px;
  background: url("/wp-content/uploads/2025/04/refresh-hover.svg");
}
.cases-page__btn:hover::after {
  background: url("/wp-content/uploads/2025/04/refresh.svg");
}
@media (max-width: 1399px) {
  .cases-page__thumbnail {
    height: 232px;
  }
}
@media (max-width: 767px) {
  .cases-page__title {
    margin-bottom: 24px;
  }
  .cases-page__thumbnail {
    height: 330px;
  }
  .cases-page__btn {
    margin-top: 0;
  }
}
@media (max-width: 575px) {
  .cases-page__item-wrapper {
    padding: 8px;
  }
  .cases-page__item-wrapper:has(.before-after-image-slider)::before, .cases-page__item-wrapper:has(.before-after-image-slider):after {
    width: 64px;
    height: 64px;
  }
  .cases-page__thumbnail {
    height: 230px;
  }
  .cases-page__item-content {
    padding-top: 16px;
  }
  .cases-page__item-title {
    font-size: 16px;
    line-height: 150%;
  }
  .cases-page__item-text {
    margin-bottom: 16px;
  }
}
.cases-block__title {
  margin-bottom: 32px;
}
.cases-block__item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  transition: 0.4s ease;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  width: 100%;
  padding: 16px;
  background-color: var(--white);
}
.cases-block__item-wrapper:has(.before-after-image-slider)::before, .cases-block__item-wrapper:has(.before-after-image-slider):after {
  position: absolute;
  z-index: 2;
  top: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
  width: 80px;
  height: 80px;
  background-color: var(--white);
  font-weight: 600;
}
.cases-block__item-wrapper:has(.before-after-image-slider)::before {
  content: "После";
  left: 0;
  border-radius: 20px 0;
}
.cases-block__item-wrapper:has(.before-after-image-slider)::after {
  content: "До";
  right: 0;
  border-radius: 0 20px;
}
.cases-block__item-wrapper:has(.cases-block__thumbnail-wrapper:hover), .cases-block__item-wrapper:has(.cases-block__item-title:hover), .cases-block__item-wrapper:has(.cases-block__item-link:hover) {
  box-shadow: none;
  background-color: var(--light-beige);
}
.cases-block__item-wrapper:has(.cases-block__thumbnail-wrapper:hover) .cases-block__item-link, .cases-block__item-wrapper:has(.cases-block__item-title:hover) .cases-block__item-link, .cases-block__item-wrapper:has(.cases-block__item-link:hover) .cases-block__item-link {
  color: var(--dark-red);
}
.cases-block__item-wrapper:has(.cases-block__thumbnail-wrapper:hover) .cases-block__item-link::after, .cases-block__item-wrapper:has(.cases-block__item-title:hover) .cases-block__item-link::after, .cases-block__item-wrapper:has(.cases-block__item-link:hover) .cases-block__item-link::after {
  background: url("/wp-content/uploads/2025/05/chevron-right-24-dred.svg");
}
.cases-block__thumbnail {
  width: 100%;
  height: 280px;
  object-fit: cover;
}
.cases-block__item-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 34px 8px 8px;
}
.cases-block__item-title {
  font-size: 20px;
  line-height: 120%;
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}
.cases-block__item-text {
  margin-bottom: 24px;
}
.cases-block__item-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: 0.4s ease;
  margin-top: auto;
  font-weight: 500;
  color: var(--dark-gray);
}
.cases-block__item-link::after {
  content: "";
  transition: 0.4s ease;
  width: 24px;
  height: 24px;
  background: url("/wp-content/uploads/2025/05/chevron-right-24-dgray.svg");
}
@media (max-width: 1399px) {
  .cases-block__thumbnail {
    height: 220px;
  }
}
@media (max-width: 1199px) {
  .cases-block__thumbnail {
    height: 280px;
  }
  .tax-services_cat .cases-block__thumbnail, .single-services .cases-block__thumbnail {
    height: 380px;
  }
}
@media (max-width: 991px) {
  .cases-block__thumbnail {
    height: 230px;
  }
  .tax-services_cat .cases-block__thumbnail, .single-services .cases-block__thumbnail {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .cases-block__title {
    margin-bottom: 24px;
  }
  .cases-block__thumbnail {
    height: 330px;
  }
  .tax-services_cat .cases-block__thumbnail, .single-services .cases-block__thumbnail {
    height: 310px;
  }
  .cases-block__btn {
    margin-top: 0;
  }
}
@media (max-width: 575px) {
  .cases-block__item-wrapper {
    padding: 8px;
  }
  .cases-block__item-wrapper:has(.before-after-image-slider)::before, .cases-block__item-wrapper:has(.before-after-image-slider):after {
    width: 64px;
    height: 64px;
  }
  .cases-block__thumbnail {
    height: 230px;
  }
  .tax-services_cat .cases-block__thumbnail, .single-services .cases-block__thumbnail {
    height: 200px;
  }
  .cases-block__item-content {
    padding-top: 16px;
  }
  .cases-block__item-title {
    font-size: 16px;
    line-height: 150%;
  }
  .cases-block__item-text {
    margin-bottom: 16px;
  }
}
.service-first {
  margin-top: -98px;
  padding: 98px 0 48px;
  background-color: var(--beige);
}
.service-first__text {
  font-size: 24px;
  line-height: 133%;
  margin-bottom: 32px;
}
.service-first__img {
  margin: auto;
  max-width: 100%;
}
.service-first__form-wrapper {
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 48px;
  background-color: var(--white);
}
.service-first__form-title {
  font-size: 32px;
  line-height: 131%;
  margin-bottom: 16px;
  font-weight: 600;
}
.service-first__form-text {
  margin-bottom: 24px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .service-first__form-title {
    font-size: 20px;
    line-height: 120%;
  }
}
@media (max-width: 991px) {
  .service-first__text {
    font-size: 18px;
    line-height: 133%;
  }
  .service-first__img {
    margin-top: 48px;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .service-first__form-wrapper {
    padding: 32px;
  }
  .single-services .service-first {
    margin-top: -124px;
    padding-top: 124px;
  }
}
@media (max-width: 575px) {
  .service-first {
    margin-top: -95px;
    padding-top: 95px;
  }
  .service-first__text {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 16px;
  }
  .service-first__img {
    margin-top: 24px;
    max-width: 100%;
  }
  .service-first__form-wrapper {
    padding: 24px;
  }
  .service-first__form-title {
    font-size: 18px;
    line-height: 133%;
  }
  .service-first__form-text {
    margin-bottom: 16px;
  }
  .single-services .service-first {
    margin-top: -118px;
    padding-top: 118px;
  }
}
.service-advantages__title {
  margin-bottom: 32px;
}
.service-advantages__item-wrapper {
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  height: 100%;
  padding: 24px;
  background-color: var(--white);
}
.service-advantages__item-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.service-advantages__item-icon {
  min-width: 40px;
  width: 40px;
}
.service-advantages__item-title {
  font-weight: 600;
}
.service-advantages__item-text {
  color: var(--black);
}
@media (max-width: 575px) {
  .service-advantages__title {
    margin-bottom: 24px;
  }
}
.service-stages__title {
  margin-bottom: 32px;
}
.service-stages__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.service-stages__item {
  display: flex;
  gap: 24px;
}
.service-stages__item-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 6px;
  border-radius: 50%;
  min-width: 46px;
  height: 46px;
  background-color: var(--beige);
}
.service-stages__item-title {
  font-size: 18px;
  line-height: 133%;
  margin-bottom: 8px;
  font-weight: 500;
}
@media (max-width: 575px) {
  .service-stages__title {
    margin-bottom: 24px;
  }
  .service-stages__list {
    gap: 16px;
  }
  .service-stages__item {
    gap: 16px;
  }
  .service-stages__item-number {
    min-width: 40px;
    height: 40px;
  }
  .service-stages__item-title {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 4px;
  }
}
.service-indications__text p:last-child {
  margin-bottom: 0;
}
.service-indications__text ul, .service-indications__text ol {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.service-indications__text li {
  font-weight: 500;
}
.service-indications__text li::marker {
  color: var(--dark-red);
}
@media (max-width: 767px) {
  .service-indications ul, .service-indications ol {
    gap: 16px;
  }
}
@media (max-width: 575px) {
  .service-indications ul, .service-indications ol {
    gap: 8px;
  }
}
.service-contraindications__text p:last-child {
  margin-bottom: 0;
}
.service-contraindications__text ul, .service-contraindications__text ol {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.service-contraindications__text li {
  font-weight: 500;
}
.service-contraindications__text li::marker {
  color: var(--dark-red);
}
@media (max-width: 767px) {
  .service-contraindications ul, .service-contraindications ol {
    gap: 16px;
  }
}
@media (max-width: 575px) {
  .service-contraindications ul, .service-contraindications ol {
    gap: 8px;
  }
}
.service-doctors__title {
  margin-bottom: 32px;
}
.service-doctors__item-wrapper {
  display: flex;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  height: 100%;
  background-color: var(--white);
}
.service-doctors__item-wrapper:hover {
  box-shadow: none;
  background-color: var(--light-beige);
}
.service-doctors__item-thumbnail-wrapper {
  border-radius: 16px 0 0 16px;
  background-color: var(--light-beige);
}
.service-doctors__item-thumbnail {
  border-radius: 16px 0 0 16px;
  min-width: 196px;
  width: 196px;
  height: 100%;
  object-fit: cover;
}
.service-doctors__item-content {
  display: flex;
  flex-direction: column;
  padding: 24px;
}
.service-doctors__item-title {
  margin-bottom: 16px;
  font-weight: 600;
  color: var(--black);
}
.service-doctors__item-direction {
  font-size: 14px;
  line-height: 171%;
  margin: auto 0 16px;
  color: var(--dark-gray);
}
.service-doctors__item-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  color: var(--black);
}
.service-doctors__item-link::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url("/wp-content/uploads/2025/05/chevron-right-24-dred.svg");
}
@media (max-width: 1399px) {
  .service-doctors__item-thumbnail {
    min-width: 170px;
    width: 170px;
  }
}
@media (max-width: 1199px) {
  .service-doctors__item-thumbnail {
    min-width: 200px;
    width: 200px;
  }
}
@media (max-width: 575px) {
  .service-doctors__title {
    margin-bottom: 24px;
  }
  .service-doctors__item-wrapper {
    flex-direction: column;
  }
  .service-doctors__item-thumbnail-wrapper {
    border-radius: 16px 16px 0 0;
  }
  .service-doctors__item-thumbnail {
    border-radius: 16px 16px 0 0;
    min-width: 100%;
    width: 100%;
    max-height: 340px;
  }
  .service-doctors__item-content {
    padding: 16px;
  }
  .service-doctors__item-title {
    margin-bottom: 8px;
  }
  .service-doctors__item-direction {
    margin-bottom: 8px;
  }
}
.service-faq__title {
  margin-bottom: 32px;
}
.service-faq__btn {
  margin: 0 0 32px auto;
}
@media (max-width: 575px) {
  .service-faq__title {
    margin-bottom: 24px;
  }
  .service-faq__btn {
    margin: 0 0 24px 0;
  }
}
.service-types__title {
  margin-bottom: 32px;
}
.service-types__item-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  border: 1px solid var(--dark-gray);
  border-radius: 20px;
  width: 100%;
  height: 100%;
  padding: 23px 15px;
  font-weight: 500;
  color: var(--black);
}
.service-types__item-wrapper::after {
  content: "";
  min-width: 24px;
  height: 24px;
  background: url("/wp-content/uploads/2025/05/chevron-right-24-dgray.svg");
}
.service-types__item-wrapper:hover {
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
  border-color: transparent;
}
@media (max-width: 575px) {
  .service-types__title {
    margin-bottom: 24px;
  }
  .service-types__item-wrapper {
    padding: 15px;
  }
}
.service-prices__wrapper {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  padding: 48px;
  background-color: var(--beige);
}
.service-prices__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 32px;
  padding: 0;
  list-style: none;
}
.service-prices__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--dark-gray);
  padding-bottom: 16px;
  font-weight: 600;
}
.service-prices__item-name {
  font-size: 18px;
  line-height: 133%;
}
.service-prices__item-price {
  font-size: 20px;
  line-height: 120%;
  white-space: nowrap;
}
.service-prices__btn {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .service-prices__wrapper {
    padding: 24px;
  }
  .service-prices__item-name {
    font-size: 16px;
    line-height: 150%;
  }
  .service-prices__item-price {
    font-size: 18px;
    line-height: 133%;
  }
}
@media (max-width: 575px) {
  .service-prices__wrapper {
    padding: 16px;
  }
  .service-prices__title {
    margin-bottom: 16px;
  }
  .service-prices__list {
    margin-bottom: 24px;
  }
  .service-prices__item {
    gap: 8px;
  }
  .service-prices__item-name {
    font-size: 14px;
    line-height: 171%;
  }
  .service-prices__item-price {
    font-size: 16px;
    line-height: 150%;
  }
}
.services-menu__title {
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 24px;
  font-weight: 600;
}
.services-menu__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: 0.4s ease;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.services-menu__list.active {
  opacity: 1;
  visibility: visible;
  max-height: 100%;
}
.services-menu__item {
  position: relative;
  border-bottom: 1px solid var(--light-gray);
  margin: 0;
  padding-bottom: 4px;
}
.services-menu__arrow {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  min-width: 24px;
  height: 24px;
  background: url("/wp-content/uploads/2025/06/chevron-down-24-dgray.svg");
  cursor: pointer;
}
.services-menu__arrow.active {
  transform: rotate(-180deg);
}
.services-menu__link {
  font-size: 18px;
  line-height: 133%;
  position: relative;
  display: block;
  font-weight: 600;
  color: var(--dark-red);
}
.services-menu__link:visited {
  color: var(--dark-red);
}
.services-menu__link:hover {
  color: var(--black);
}
.services-menu__link.current {
  color: var(--black);
}
.services-menu__sublist {
  display: flex;
  flex-direction: column;
  gap: 4px;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease;
  margin: 0;
  max-height: 0;
  padding: 0;
  list-style: none;
}
.services-menu__sublist.open {
  opacity: 1;
  visibility: visible;
  max-height: 100%;
  padding: 8px 0 0 8px;
}
.services-menu__sublist .services-menu__item {
  border-bottom: 0;
}
.services-menu__sublist .services-menu__link {
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
}
@media (max-width: 991px) {
  .services-menu__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    transition: 0.4s ease;
    margin: 0;
    border: 1px solid var(--dark-gray);
    border-radius: 20px;
    padding: 16px;
    cursor: pointer;
  }
  .services-menu__title::after {
    content: "";
    transition: 0.4s ease;
    min-width: 24px;
    height: 24px;
    background: url("/wp-content/uploads/2025/05/chevron-right-24-dgray.svg");
  }
  .services-menu__title:hover {
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
    border-color: transparent;
  }
  .services-menu__title.active {
    margin-bottom: 24px;
  }
  .services-menu__title.active::after {
    transform: rotate(90deg);
  }
  .services-menu__list {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
  }
}
@media (max-width: 767px) {
  .services-menu__title {
    font-size: 18px;
    line-height: 133%;
  }
  .services-menu__link {
    font-size: 16px;
    line-height: 150%;
  }
}
@media (max-width: 575px) {
  .services-menu__title {
    font-size: 16px;
    line-height: 150%;
    padding: 12px;
  }
  .services-menu__title.active {
    margin-bottom: 16px;
  }
  .services-menu__link {
    font-size: 14px;
    line-height: 171%;
  }
  .services-menu__sublist .services-menu__link {
    font-size: 14px;
    line-height: 171%;
  }
}
.services-page__item {
  position: relative;
  height: 314px;
}
.services-page__item:nth-child(1) {
  z-index: 8;
}
.services-page__item:nth-child(2) {
  z-index: 7;
}
.services-page__item:nth-child(3) {
  z-index: 6;
}
.services-page__item:nth-child(4) {
  z-index: 5;
}
.services-page__item:nth-child(5) {
  z-index: 4;
}
.services-page__item:nth-child(6) {
  z-index: 3;
}
.services-page__item:nth-child(7) {
  z-index: 2;
}
.services-page__item:nth-child(8) {
  z-index: 1;
}
.services-page__item-wrapper {
  position: absolute;
  top: 0;
  right: 12px;
  left: 12px;
  display: flex;
  transition: max-height 0.4s ease;
  border-bottom: 1px solid var(--dark-gray);
  max-height: 314px;
  min-height: 314px;
  height: 100%;
  padding: 16px;
  background-color: var(--white);
}
.services-page__item-wrapper:hover {
  transition: max-height 1s ease;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
  border-color: transparent;
  border-radius: 20px;
  max-height: 2000px;
  height: auto;
}
.services-page__item-wrapper:hover .services-page__item-description {
  color: var(--black);
}
.services-page__item-wrapper:hover .services-page__item-list {
  overflow: visible;
  transition: max-height 1s ease;
  max-height: 1000px;
}
.services-page__item-wrapper:hover .services-page__item-icon-wrapper path {
  fill: var(--dark-red);
}
.services-page__item-content {
  display: flex;
  flex-direction: column;
  padding: 8px;
}
.services-page__item-title {
  font-size: 20px;
  line-height: 120%;
  display: inline-block;
  margin-bottom: 16px;
  font-weight: 600;
  color: var(--black);
}
.services-page__item-description {
  transition: 0.4s ease;
  margin-bottom: 24px;
  color: var(--dark-gray);
}
.services-page__item-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  overflow: hidden;
  transition: 0.4s ease;
  margin-bottom: 24px;
  max-height: 94px;
  padding: 0;
  list-style: none;
}
.services-page__item-subitem {
  position: relative;
  padding-left: 16px;
}
.services-page__item-subitem::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 8px;
  height: 1px;
  background-color: var(--black);
}
.services-page__item-sublink {
  color: var(--black);
}
.services-page__item-sublink:hover {
  color: var(--dark-red);
}
.services-page__item-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: auto;
  color: var(--dark-gray);
}
.services-page__item-link::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url("/wp-content/uploads/2025/05/chevron-right-24-dgray.svg");
}
.services-page__item-icon-wrapper {
  margin-left: auto;
}
.services-page__item-icon-wrapper path {
  transition: 0.4s ease;
}
@media (max-width: 1199px) {
  .services-page__item {
    height: 364px;
  }
  .services-page__item-wrapper {
    max-height: 364px;
    min-height: 364px;
  }
  .services-page__item-list {
    max-height: 144px;
  }
}
@media (max-width: 991px) {
  .services-page__item {
    height: 314px;
  }
  .services-page__item-wrapper {
    max-height: 314px;
    min-height: 314px;
  }
  .services-page__item-list {
    max-height: 94px;
  }
}
@media (max-width: 767px) {
  .services-page__item {
    height: auto;
  }
  .services-page__item-wrapper {
    position: relative;
    right: auto;
    left: auto;
    max-height: 100%;
  }
  .services-page__item-list {
    max-height: 100%;
  }
  .services-page__item-icon-wrapper svg {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 575px) {
  .services-page__title {
    margin-bottom: 16px;
  }
  .services-page__item-title {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 8px;
  }
  .services-page__item-description {
    margin-bottom: 16px;
  }
}
.tourism-first__text {
  font-size: 24px;
  line-height: 133%;
}
.tourism-first__text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .tourism-first__text {
    font-size: 20px;
    line-height: 120%;
  }
}
@media (max-width: 575px) {
  .tourism-first__text {
    font-size: 16px;
    line-height: 150%;
  }
}
.why-we__list {
  margin-bottom: 48px;
}
.why-we__item-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 24px 16px 24px 24px;
  height: 100%;
}
.why-we__item-icon {
  min-width: 40px;
}
.why-we__item-text {
  font-weight: 600;
}
.why-we__map-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  padding: 48px;
}
.why-we .mapsvg-controller-view-content {
  padding: 24px;
}
.why-we__map-title {
  font-size: 14px;
  line-height: 171%;
  display: inline-block;
  border: 1px solid var(--dark-red);
  border-radius: 100px;
  padding: 3px 15px;
  color: var(--black);
}
@media (max-width: 991px) {
  .why-we__map-wrapper {
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .why-we__list {
    margin-bottom: 24px;
  }
  .why-we__map-wrapper {
    padding: 16px;
  }
}
@media (max-width: 575px) {
  .why-we__item-wrapper {
    padding: 16px 16px 16px 24px;
  }
  .why-we .mapsvg-controller-view-content {
    padding: 12px;
  }
  .why-we__map-title {
    font-size: 12px;
    line-height: 150%;
    padding: 3px 7px;
  }
}
.support__text {
  font-size: 24px;
  line-height: 133%;
  margin-bottom: 48px;
}
.support__text p:last-child {
  margin-bottom: 0;
}
.support__list {
  column-count: 2;
  gap: 24px;
}
.support__item {
  margin-bottom: 24px;
}
.support__item-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  background-color: var(--light-gray);
  font-weight: 600;
}
.support__item-title {
  font-size: 18px;
  line-height: 133%;
  margin-bottom: 16px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .support__text {
    font-size: 20px;
    line-height: 120%;
  }
  .support__list {
    column-count: 1;
  }
}
@media (max-width: 575px) {
  .support__text {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 24px;
  }
  .support__item-number {
    margin-bottom: 8px;
  }
  .support__item-title {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 8px;
  }
}
.abstract-practice__text {
  font-size: 24px;
  line-height: 133%;
  margin-bottom: 48px;
}
.abstract-practice__text p:last-child {
  margin-bottom: 0;
}
.abstract-practice__item-wrapper {
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  height: 100%;
  padding: 24px;
}
.abstract-practice__item-header {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 16px;
}
.abstract-practice__item-icon {
  min-width: 40px;
}
.abstract-practice__item-title {
  font-weight: 600;
}
.abstract-practice__item-text {
  color: var(--black);
}
@media (max-width: 767px) {
  .abstract-practice__text {
    font-size: 20px;
    line-height: 120%;
  }
}
@media (max-width: 575px) {
  .abstract-practice__text {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 24px;
  }
  .abstract-practice__item-wrapper {
    padding: 16px;
  }
}
.tourism-faq__title {
  margin-bottom: 32px;
}
.tourism-faq__btn {
  margin: 0 0 32px auto;
}
@media (max-width: 575px) {
  .tourism-faq__title {
    margin-bottom: 24px;
  }
  .tourism-faq__btn {
    margin: 0 0 24px 0;
  }
}
.home-services__item-wrapper {
  display: flex;
  border: 1px solid var(--dark-gray);
  border-radius: 20px;
  height: 100%;
  padding: 23px;
  color: var(--black);
}
.home-services__item-wrapper:hover {
  border-color: transparent;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
}
.home-services__item-title {
  font-size: 20px;
  line-height: 120%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  font-weight: 600;
}
.home-services__item-title::after {
  content: "";
  min-width: 24px;
  height: 24px;
  background: url("/wp-content/uploads/2025/05/chevron-right-24-dgray.svg");
}
.home-services__link {
  font-size: 20px;
  line-height: 120%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 1px solid var(--dark-red);
  border-radius: 20px;
  width: 100%;
  height: 100%;
  padding: 23px;
  background-color: var(--dark-red);
  font-weight: 600;
  color: var(--white);
}
.home-services__link::after {
  content: "";
  transition: 0.4s ease;
  min-width: 24px;
  height: 24px;
  background: url("/wp-content/uploads/2025/06/chevron-right-24-white.svg");
}
.home-services__link:visited {
  color: var(--white);
}
.home-services__link:hover {
  background-color: var(--white);
  color: var(--black);
}
.home-services__link:hover::after {
  background: url("/wp-content/uploads/2025/05/chevron-right-24-dgray.svg");
}
@media (max-width: 767px) {
  .home-services__item-wrapper {
    padding: 15px;
  }
  .home-services__item-title {
    font-size: 16px;
    line-height: 150%;
  }
  .home-services__link {
    font-size: 16px;
    line-height: 150%;
    padding: 15px;
  }
}
.home-cases__title {
  margin-bottom: 32px;
}
.home-cases__btns-wrapper {
  display: flex;
  gap: 24px;
  margin: 0 0 32px auto;
}
.home-cases__item-wrapper {
  display: flex;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  width: 100%;
  height: 100%;
}
.home-cases__item-wrapper:hover {
  box-shadow: none;
  background-color: var(--light-beige);
}
.home-cases__item-wrapper:hover .home-cases__item-link {
  color: var(--dark-red);
}
.home-cases__item-wrapper:hover .home-cases__item-link::after {
  background: url("/wp-content/uploads/2025/05/chevron-right-24-dred.svg");
}
.home-cases__item-thumbnail-wrapper {
  min-width: 141px;
}
.home-cases__item-thumbnail {
  border-radius: 20px 0 0 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-cases__item-content {
  display: flex;
  flex-direction: column;
  padding: 24px;
}
.home-cases__item-title {
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 10px;
  font-weight: 600;
}
.home-cases__item-text {
  margin-bottom: 16px;
}
.home-cases__item-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: 0.4s ease;
  margin: auto 0 0 auto;
}
.home-cases__item-link::after {
  content: "";
  transition: 0.4s ease;
  width: 24px;
  height: 24px;
  background: url("/wp-content/uploads/2025/05/chevron-right-24-dgray.svg");
}
@media (max-width: 767px) {
  .home-cases__title {
    margin-bottom: 24px;
  }
  .home-cases__btns-wrapper {
    margin: 0 0 24px 0;
  }
  .home-cases__item-title {
    font-size: 18px;
    line-height: 133%;
  }
}
@media (max-width: 575px) {
  .home-cases__btns-wrapper {
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }
  .home-cases__item-content {
    padding: 16px;
  }
  .home-cases__item-title {
    font-size: 16px;
    line-height: 150%;
  }
}
.doctors-services__title {
  margin-bottom: 32px;
}
.doctors-services__item-wrapper {
  display: flex;
  border: 1px solid var(--dark-gray);
  border-radius: 20px;
  height: 100%;
  padding: 23px;
  color: var(--black);
}
.doctors-services__item-wrapper:hover {
  border-color: transparent;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
}
.doctors-services__item-title {
  font-size: 20px;
  line-height: 120%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  font-weight: 600;
}
.doctors-services__item-title::after {
  content: "";
  min-width: 24px;
  height: 24px;
  background: url("/wp-content/uploads/2025/05/chevron-right-24-dgray.svg");
}
@media (max-width: 767px) {
  .doctors-services__item-wrapper {
    padding: 15px;
  }
  .doctors-services__item-title {
    font-size: 16px;
    line-height: 150%;
  }
}
@media (max-width: 575px) {
  .doctors-services__title {
    margin-bottom: 24px;
  }
}
.doctor-services__title {
  margin-bottom: 32px;
}
.doctor-services__item-wrapper {
  display: flex;
  border: 1px solid var(--dark-gray);
  border-radius: 20px;
  height: 100%;
  padding: 23px;
  color: var(--black);
}
.doctor-services__item-wrapper:hover {
  border-color: transparent;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
}
.doctor-services__item-title {
  font-size: 20px;
  line-height: 120%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  font-weight: 600;
}
.doctor-services__item-title::after {
  content: "";
  min-width: 24px;
  height: 24px;
  background: url("/wp-content/uploads/2025/05/chevron-right-24-dgray.svg");
}
@media (max-width: 767px) {
  .doctor-services__item-wrapper {
    padding: 15px;
  }
  .doctor-services__item-title {
    font-size: 16px;
    line-height: 150%;
  }
}
@media (max-width: 575px) {
  .doctor-services__title {
    margin-bottom: 24px;
  }
}
.modal.fade {
  backdrop-filter: blur(10px);
  background: rgba(21, 21, 21, 0.4);
}
.mobile-menu-modal .modal-dialog {
  margin: 0;
  min-width: 100vw;
  height: 100vh;
}
.ask-question-modal .modal-dialog {
  min-width: 856px;
}
.apply-job-modal .modal-dialog {
  min-width: 564px;
}
.modal-dialog > * {
  position: relative;
  pointer-events: auto;
}
.modal-wrapper {
  position: relative;
  overflow-y: auto;
  border-radius: 20px;
  padding: 48px;
  background-color: var(--white);
}
.mobile-menu-modal .modal-wrapper {
  height: 100%;
}
.thanks-modal .modal-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.modal-title {
  font-size: 32px;
  line-height: 131%;
  margin-bottom: 16px;
  font-weight: 600;
}
.modal-close-btn {
  position: absolute;
  z-index: 2;
  top: 29px;
  right: 29px;
  border: 0;
  border-radius: 0;
  min-width: 0;
  width: 14px;
  height: 14px;
  padding: 0;
  background: url("/wp-content/uploads/2025/06/close-14-black.svg");
}
.modal-close-btn:hover {
  background: url("/wp-content/uploads/2025/06/close-14-black.svg");
}
@media (max-width: 1199px) {
  .modal-title {
    font-size: 24px;
    line-height: 133%;
  }
}
@media (max-width: 991px) {
  .ask-question-modal .modal-dialog {
    min-width: calc(100% - 24px);
  }
}
@media (max-width: 575px) {
  .modal-dialog--mobile-menu {
    width: 100%;
  }
  .apply-job-modal .modal-dialog {
    min-width: calc(100% - 24px);
  }
  .modal-wrapper {
    padding: 48px 16px 24px;
  }
  .modal-wrapper--mobile-menu {
    padding-top: 108px;
  }
  .thanks-modal .modal-wrapper {
    padding: 48px 24px 24px;
  }
  .modal-title {
    font-size: 18px;
    line-height: 133%;
    margin-bottom: 8px;
  }
}
.thanks-modal__img {
  margin-bottom: 16px;
}
.thanks-modal__title {
  font-size: 60px;
  line-height: 133%;
  margin-bottom: 16px;
  font-weight: 600;
  text-align: center;
}
.thanks-modal__text {
  text-align: center;
}
@media (max-width: 767px) {
  .thanks-modal__title {
    font-size: 32px;
    line-height: 131%;
  }
}
@media (max-width: 575px) {
  .thanks-modal__title {
    font-size: 24px;
    line-height: 133%;
    margin-bottom: 8px;
  }
}
.mobile-menu-modal__logo-wrapper {
  margin-bottom: 24px;
}
.mobile-menu-modal__contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
}
.mobile-menu-modal__address {
  display: inline-flex;
  gap: 8px;
  font-weight: 500;
}
.mobile-menu-modal__address::before {
  content: "";
  min-width: 24px;
  height: 24px;
  background: url("/wp-content/uploads/2025/04/map-24.svg");
}
.mobile-menu-modal__phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
}
.mobile-menu-modal__phone::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("/wp-content/uploads/2025/04/phone.svg");
}
.mobile-menu-modal__time {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-left: 32px;
  font-weight: 500;
}
.mobile-menu-modal__time::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: url("/wp-content/uploads/2025/04/time.svg");
}
#mobile-menu {
  display: flex;
  flex-direction: column;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}
#mobile-menu .menu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  border-bottom: 1px solid var(--light-gray);
}
#mobile-menu .menu-item:last-child {
  border-bottom: 0;
}
#mobile-menu .menu-item.menu-item-has-children > .menu-item__arrow {
  transform: rotate(-90deg);
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("/wp-content/uploads/2025/06/chevron-down-16-black.svg") center/contain no-repeat;
  cursor: pointer;
}
#mobile-menu .menu-item a {
  display: inline-block;
  padding: 12px 0;
  color: var(--black);
}
#mobile-menu .menu-item a:hover {
  color: var(--dark-red);
}
#mobile-menu .sub-menu {
  display: flex;
  flex-direction: column;
  padding-right: 8px;
}
#mobile-menu .sub-menu__wrapper {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  transition: 0.4s ease;
  width: 100vw;
  height: 100%;
  background-color: var(--white);
}
#mobile-menu .sub-menu__wrapper.active {
  transform: translateX(0%);
}
#mobile-menu .sub-menu__header {
  position: relative;
  margin-bottom: 24px;
  padding: 24px;
}
#mobile-menu .sub-menu__back {
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%) rotate(90deg);
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("/wp-content/uploads/2025/06/chevron-down-16-black.svg") center/contain no-repeat;
  cursor: pointer;
}
#mobile-menu .sub-menu__title {
  font-size: 18px;
  line-height: 133%;
  text-align: center;
}
/*# sourceMappingURL=https://ldg.onesait.ru/wp-content/build/scss_library/88592a2161798cc1bd1ba67be893b9398882a955.css.map */