/*!
Theme Name: familydent
Theme URI: #
Author: Family Dent
Author URI: #
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 8.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: familydent
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.

familydent 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/
*/
/*! 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; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  height: 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/* 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; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: 500;
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
  font: inherit; /* 2 */
}

/* 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;
}

@font-face {
  font-family: "Playfair Display";
  src: url("./assets/fonts/PlayfairDisplay-Medium.eot");
  src: local("Playfair Display Medium"), local("PlayfairDisplay-Medium"), local("PlayfairDisplayMedium"), url("./assets/fonts/PlayfairDisplay-Medium.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/PlayfairDisplay-Medium.woff2") format("woff2"), url("./assets/fonts/PlayfairDisplay-Medium.woff") format("woff"), url("./assets/fonts/PlayfairDisplay-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Playfair Display";
  src: url("./assets/fonts/PlayfairDisplay-SemiBold.eot");
  src: local("Playfair Display SemiBold"), local("PlayfairDisplay-SemiBold"), local("PlayfairDisplaySemiBold"), url("./assets/fonts/PlayfairDisplay-SemiBold.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/PlayfairDisplay-SemiBold.woff2") format("woff2"), url("./assets/fonts/PlayfairDisplay-SemiBold.woff") format("woff"), url("./assets/fonts/PlayfairDisplay-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("./assets/fonts/Roboto-Regular.eot");
  src: local("Roboto"), local("Roboto-Regular"), url("./assets/fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/Roboto-Regular.woff2") format("woff2"), url("./assets/fonts/Roboto-Regular.woff") format("woff"), url("./assets/fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("./assets/fonts/Roboto-Italic.eot");
  src: local("Roboto Italic"), local("Roboto-Italic"), url("./assets/fonts/Roboto-Italic.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/Roboto-Italic.woff2") format("woff2"), url("./assets/fonts/Roboto-Italic.woff") format("woff"), url("./assets/fonts/Roboto-Italic.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("./assets/fonts/Roboto-Medium.eot");
  src: local("Roboto Medium"), local("Roboto-Medium"), url("./assets/fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/Roboto-Medium.woff2") format("woff2"), url("./assets/fonts/Roboto-Medium.woff") format("woff"), url("./assets/fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("./assets/fonts/Roboto-MediumItalic.eot");
  src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), url("./assets/fonts/Roboto-MediumItalic.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/Roboto-MediumItalic.woff2") format("woff2"), url("./assets/fonts/Roboto-MediumItalic.woff") format("woff"), url("./assets/fonts/Roboto-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("./assets/fonts/ProximaNova-Regular.eot");
  src: local("Proxima Nova Regular"), local("ProximaNova-Regular"), url("./assets/fonts/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/ProximaNova-Regular.woff2") format("woff2"), url("./assets/fonts/ProximaNova-Regular.woff") format("woff"), url("./assets/fonts/ProximaNova-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("./assets/fonts/ProximaNova-Semibold.eot");
  src: local("Proxima Nova Semibold"), local("ProximaNova-Semibold"), url("./assets/fonts/ProximaNova-Semibold.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/ProximaNova-Semibold.woff2") format("woff2"), url("./assets/fonts/ProximaNova-Semibold.woff") format("woff"), url("./assets/fonts/ProximaNova-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.container {
  width: 1420px;
  margin: 0 auto;
}
@media (max-width: 1399.98px) {
  .container {
    padding: 0 10px;
    width: auto;
  }
}

.order-call, .slider-link {
  border: 1px solid #75e6ff;
  padding: 12px 20px;
  text-transform: uppercase;
  border-radius: 50px;
  color: #000;
  -webkit-transition: background 0.7s ease;
  transition: background 0.7s ease;
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: transparent;
  cursor: pointer;
}
.order-call:hover, .slider-link:hover {
  background: #75e6ff;
  -webkit-transition: background 0.7s ease;
  transition: background 0.7s ease;
}
@media (max-width: 575.98px) {
  .order-call, .slider-link {
    width: 100%;
  }
}

.doctor-block__link, .banner-order-call, .order-call.shortcode, .not-found__link, .wpcf7-submit, .search-submit {
  background: #75e6ff;
  color: #000;
  border: none;
  font-weight: 600;
  letter-spacing: 1px;
  display: block;
  border-radius: 50px;
  padding: 12px 45px;
  opacity: 1;
  -webkit-transition: opacity 0.7s ease;
  transition: opacity 0.7s ease;
  cursor: pointer;
}
.doctor-block__link:hover, .banner-order-call:hover, .order-call.shortcode:hover, .not-found__link:hover, .wpcf7-submit:hover, .search-submit:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.7s ease;
  transition: opacity 0.7s ease;
}

.search-wrap h1, .section-breadcrumbs .page-title {
  font-size: 56px;
  line-height: 1.3em;
  font-family: "Playfair Display";
  font-weight: 500;
  color: #252525;
}
@media (max-width: 991.98px) {
  .search-wrap h1, .section-breadcrumbs .page-title {
    font-size: 45px;
    line-height: 1.2em;
  }
}
@media (max-width: 575.98px) {
  .search-wrap h1, .section-breadcrumbs .page-title {
    font-size: 35px;
    line-height: 1.1em;
  }
}
@media (max-width: 360px) {
  .search-wrap h1, .section-breadcrumbs .page-title {
    font-size: 30px;
    line-height: 1em;
  }
}

.staff-post-content h2, .about-us-content__text h2, .services-text h2, .banner-style-2 .banner-2-content h2, .search-wrap .page-title, .not-found__title, .faq h2, .slider h2, .section h2 {
  font-size: 46px;
  font-weight: 600;
  line-height: 1.3em;
  margin: 20px 0;
}
@media (max-width: 991.98px) {
  .staff-post-content h2, .about-us-content__text h2, .services-text h2, .banner-style-2 .banner-2-content h2, .search-wrap .page-title, .not-found__title, .faq h2, .slider h2, .section h2 {
    font-size: 40px;
  }
}
@media (max-width: 575.98px) {
  .staff-post-content h2, .about-us-content__text h2, .services-text h2, .banner-style-2 .banner-2-content h2, .search-wrap .page-title, .not-found__title, .faq h2, .slider h2, .section h2 {
    font-size: 30px;
  }
}
@media (max-width: 360px) {
  .staff-post-content h2, .about-us-content__text h2, .services-text h2, .banner-style-2 .banner-2-content h2, .search-wrap .page-title, .not-found__title, .faq h2, .slider h2, .section h2 {
    font-size: 25px;
  }
}

.content-page h3, .staff-sidebar h3, .advantages-block__text h3, .service-block h3, .sidebar-archive .page-title, .swiper-slide__text h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  margin: 20px 0;
}
@media (max-width: 575.98px) {
  .content-page h3, .staff-sidebar h3, .advantages-block__text h3, .service-block h3, .sidebar-archive .page-title, .swiper-slide__text h3 {
    margin: 10px 0;
  }
}

body {
  font-family: "Roboto", sans-serif;
  color: #33444a;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  padding: 0;
  margin: 0;
  outline: none;
}

a {
  display: block;
  text-decoration: none;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
a:focus, a:focus-visible {
  outline: none;
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

ul,
li {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display";
  font-weight: 500;
  color: #252525;
}

h1 {
  font-size: 56px;
  line-height: 1.3em;
}
@media (max-width: 991.98px) {
  h1 {
    font-size: 45px;
    line-height: 1.2em;
  }
}
@media (max-width: 575.98px) {
  h1 {
    font-size: 35px;
    line-height: 1.1em;
  }
}
@media (max-width: 360px) {
  h1 {
    font-size: 30px;
    line-height: 1em;
  }
}

.btn-search {
  background: none;
  border: none;
  cursor: pointer;
}
.btn-search .icon {
  font-size: 22px;
}

.no-scroll {
  overflow-y: hidden;
}

#page {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#page .site-main,
#page .flexible-main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.text-decor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  font-family: "Playfair Display";
  font-size: 18px;
  letter-spacing: 2px;
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
}
@media (max-width: 575.98px) {
  .text-decor {
    font-size: 16px;
  }
}
.text-decor::before {
  content: "";
  width: 58px;
  height: 2px;
  background: #d6ab57;
  display: block;
}

.section {
  padding: 70px 0;
}
@media (max-width: 991.98px) {
  .section {
    padding: 50px 0;
  }
}
@media (max-width: 575.98px) {
  .section {
    padding: 30px 0;
  }
}
.scroll-to-top {
  position: fixed;
  bottom: 43px;
  left: 5px;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: none;
  z-index: 10;
  -webkit-transition: background-color 0.6s ease, border 0.6s ease;
  transition: background-color 0.6s ease, border 0.6s ease;
}
@media (max-width: 575.98px) {
  .scroll-to-top {
    width: 30px;
    height: 30px;
  }
}
.scroll-to-top .icon {
  color: #008fd5;
  width: 20px;
  height: 20px;
  -webkit-transition: color 0.6s ease;
  transition: color 0.6s ease;
}
.scroll-to-top:hover {
  background-color: #008fd5;
  -webkit-transition: background-color 0.6s ease, border 0.6s ease;
  transition: background-color 0.6s ease, border 0.6s ease;
  border: 1px solid #008fd5;
}
.scroll-to-top:hover .icon {
  color: #fff;
  -webkit-transition: color 0.6s ease;
  transition: color 0.6s ease;
}

.ti-widget.ti-goog .ti-header-write-btn-container .ti-header-write-btn,
.ti-widget.ti-goog .ti-widget-container .ti-name {
  font-weight: 500 !important;
}

@media (max-width: 575.98px) {
  .ti-widget-container.ti-col-1, .ti-reviews-container {
    margin-bottom: 0 !important;
  }
}

.current-menu-item a,
.current_page_item a {
  color: #d6ab57 !important;
}

.current-menu-parent > a {
  color: #d6ab57 !important;
}

.modal {
  width: 50%;
  max-width: 100%;
  position: fixed;
  background: #fff;
  z-index: 999;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  border-radius: 5px;
  padding: 40px 5% 25px;
}
@media (max-width: 991.98px) {
  .modal {
    padding: 20px;
  }
}
.modal_box-shadow {
  -webkit-box-shadow: 0 10px 25px 4px rgba(2, 2, 2, 0.5);
          box-shadow: 0 10px 25px 4px rgba(2, 2, 2, 0.5);
}
.modal_order-call {
  max-width: 510px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .modal_order-call {
    max-width: 80%;
  }
}
.modal_search {
  background: none;
  width: 90%;
}
.modal_search .btn-close {
  right: 30px;
  top: -50px;
}
.modal.active {
  z-index: 12;
  opacity: 1;
  visibility: visible;
}
.modal-title {
  font-family: "Playfair Display";
  color: #373737;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 20px;
}
.modal-wrapp {
  position: relative;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.overlay.active {
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10;
  -webkit-transition: background-color 0.7s ease;
  transition: background-color 0.7s ease;
}

.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-form label {
  width: 100%;
}

.btn-close {
  position: absolute;
  cursor: pointer;
  display: block;
  right: -20px;
  top: -20px;
  background: none;
  border: none;
}
@media (max-width: 991.98px) {
  .btn-close {
    right: -10px;
    top: -10px;
  }
}
.btn-close svg {
  font-size: 30px;
  color: #75e6ff;
  -webkit-transition: color 0.7s ease;
  transition: color 0.7s ease;
}
.btn-close svg:hover {
  color: #252525;
  -webkit-transition: color 0.7s ease;
  transition: color 0.7s ease;
}

.search-field {
  border: 1px solid #e3e3e3;
  background: #fff;
  border-radius: 50px 0 0 50px;
  padding: 12px 10px 12px 20px;
  width: calc(100% - 32px);
}

.search-submit {
  cursor: pointer;
  border-radius: 0 50px 50px 0;
  padding: 12px;
  width: 200px;
}
@media (max-width: 480px) {
  .search-submit {
    width: 140px;
  }
}

.input-warning {
  border: 1px solid red;
}

.wpcf7-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-form-control-wrap input {
  border: 1px solid #e3e3e3;
  background: #fff;
  border-radius: 50px;
  padding: 12px 10px 12px 20px;
}
@media (max-width: 480px) {
  .wpcf7-form-control-wrap input {
    width: calc(100% - 40px);
  }
}

.acceptance-label {
  margin: 0 auto;
  display: block;
  max-width: 331px;
}
@media (max-width: 575.98px) {
  .acceptance-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3px;
  }
}
.acceptance-label span {
  display: inline-block;
}
.acceptance-label a {
  display: inline-block;
  color: #7a7a7a;
  -webkit-transition: color 0.7s ease;
  transition: color 0.7s ease;
}
.acceptance-label a:hover {
  color: #d6ab57;
  -webkit-transition: color 0.7s ease;
  transition: color 0.7s ease;
}

.wpcf7-submit:disabled {
  opacity: 0.5;
}
.wpcf7-submit.disabled {
  cursor: not-allowed;
}

input[type=checkbox],
input[type=radio] {
  cursor: pointer;
  line-height: normal;
  padding: 0 !important;
  border-radius: 0;
  width: 18px;
  height: 16px;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-not-valid-tip {
  padding-left: 10px;
}

.wpcf7-list-item {
  margin: 0;
}

.random-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.random-number__title {
  font-weight: 500;
  font-size: 16px;
}
.random-number .text-random-number-one, .random-number .text-random-number-two {
  font-weight: 500;
}
.random-number input {
  width: 40px;
  padding: 15px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border: none;
  color: #dc3232;
}

.wpcf7-form.sent .wpcf7-form-control-wrap, .wpcf7-form.sent .random-number, .wpcf7-form.sent .acceptance-label, .wpcf7-form.sent .wpcf7-submit {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: none;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #252525;
  margin: 10px;
}

.search-field {
  border: 1px solid #e3e3e3;
  background: #fff;
  border-radius: 50px 0 0 50px;
  padding: 12px 10px 12px 20px;
  width: calc(100% - 32px);
}

.search-submit {
  cursor: pointer;
  border-radius: 0 50px 50px 0;
  padding: 12px;
  width: 200px;
}
@media (max-width: 480px) {
  .search-submit {
    width: 140px;
  }
}

.input-warning {
  border: 1px solid red;
}

.wpcf7-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-form-control-wrap input {
  border: 1px solid #e3e3e3;
  background: #fff;
  border-radius: 50px;
  padding: 12px 10px 12px 20px;
}
@media (max-width: 480px) {
  .wpcf7-form-control-wrap input {
    width: calc(100% - 40px);
  }
}

.acceptance-label {
  margin: 0 auto;
  display: block;
  max-width: 331px;
}
@media (max-width: 575.98px) {
  .acceptance-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3px;
  }
}
.acceptance-label span {
  display: inline-block;
}
.acceptance-label a {
  display: inline-block;
  color: #7a7a7a;
  -webkit-transition: color 0.7s ease;
  transition: color 0.7s ease;
}
.acceptance-label a:hover {
  color: #d6ab57;
  -webkit-transition: color 0.7s ease;
  transition: color 0.7s ease;
}

.wpcf7-submit:disabled {
  opacity: 0.5;
}
.wpcf7-submit.disabled {
  cursor: not-allowed;
}

input[type=checkbox],
input[type=radio] {
  cursor: pointer;
  line-height: normal;
  padding: 0 !important;
  border-radius: 0;
  width: 18px;
  height: 16px;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-not-valid-tip {
  padding-left: 10px;
}

.wpcf7-list-item {
  margin: 0;
}

.random-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.random-number__title {
  font-weight: 500;
  font-size: 16px;
}
.random-number .text-random-number-one, .random-number .text-random-number-two {
  font-weight: 500;
}
.random-number input {
  width: 40px;
  padding: 15px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border: none;
  color: #dc3232;
}

.wpcf7-form.sent .wpcf7-form-control-wrap, .wpcf7-form.sent .random-number, .wpcf7-form.sent .acceptance-label, .wpcf7-form.sent .wpcf7-submit {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: none;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #252525;
  margin: 10px;
}

/**
 * Swiper 11.1.14
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 12, 2024
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* Slide styles end */
/**
 * Swiper 11.1.14
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 12, 2024
 */
/* FONT_START */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, 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");
  font-weight: 400;
  font-style: normal;
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-button-prev,
.swiper-button-next {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #008fd5;
  border-radius: 50%;
  color: #008fd5;
  opacity: 1;
  -webkit-transition: opacity 0.7s ease;
  transition: opacity 0.7s ease;
}
@media (max-width: 500px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 30px;
    height: 30px;
  }
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: 0.5;
  -webkit-transition: opacity 0.7s ease;
  transition: opacity 0.7s ease;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: 25px;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
@media (max-width: 500px) {
  .swiper-button-prev:after,
  .swiper-button-next:after {
    font-size: 20px;
  }
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
.swiper-pagination {
  margin-top: 30px;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
@media (max-width: 767.98px) {
  .swiper-pagination-fraction,
  .swiper-pagination-custom,
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #75e6ff;
}

@media (max-width: 500px) {
  .slider {
    position: relative;
  }
}
.swiper-wrapper {
  height: auto;
}

.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.swiper-slide_shadow {
  background: #fff;
  -webkit-box-shadow: 2px 0px 20px 0px rgba(117, 230, 255, 0.2784313725);
          box-shadow: 2px 0px 20px 0px rgba(117, 230, 255, 0.2784313725);
  border-radius: 20px;
  height: auto;
}
.swiper-slide_bg {
  background-color: #f6fbff;
  height: auto;
}
.swiper-slide_bg-inner {
  padding: 25px 25px 35px 25px;
}
.swiper-slide_bg-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-top: 25px;
}
.swiper-slide_bg-wrap img {
  border-radius: 50%;
}
.swiper-slide_bg .swiper-slide__text {
  padding: 0;
  font-size: 16px;
  line-height: 1.5;
}
.swiper-slide__name {
  font-size: 20px;
  font-weight: 600;
}
.swiper-slide__text {
  padding: 20px;
}
.swiper-slide__text h3 {
  margin: 0 0 10px;
}
.swiper-slide__text ul {
  padding-left: 10px;
  margin-top: 10px;
}
.swiper-slide__text ul li::before {
  content: "-";
}
.swiper-slide__text ul ~ p {
  margin-top: 10px;
}
.swiper-slide__image {
  height: 365px;
}
@media (max-width: 1199.98px) {
  .swiper-slide__image {
    height: 300px;
  }
}
@media (max-width: 575.98px) {
  .swiper-slide__image {
    height: 250px;
  }
}
.swiper-slide__image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px 20px 0 0;
  height: inherit;
}

.title-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.title-slider__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media (max-width: 500px) {
  .title-slider__button {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
    top: calc(50% + 78px);
    -webkit-transform: translateY(calc(50% - 48px));
        -ms-transform: translateY(calc(50% - 48px));
            transform: translateY(calc(50% - 48px));
    z-index: 2;
    width: 100%;
    left: 0;
  }
}
@media (max-width: 360px) {
  .title-slider__button {
    top: calc(50% + 65px);
    -webkit-transform: translateY(calc(50% - 65px));
        -ms-transform: translateY(calc(50% - 65px));
            transform: translateY(calc(50% - 65px));
  }
}

.slider-link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 30px;
  text-align: center;
}
@media (max-width: 575.98px) {
  .slider-link {
    width: inherit;
  }
}

.section-breadcrumbs {
  background: #f0f7ff;
  padding: 40px 0;
  margin: 20px 0 40px;
  text-align: center;
}
@media (max-width: 575.98px) {
  .section-breadcrumbs {
    padding: 20px 0;
    margin: 20px 0;
  }
}
.section-breadcrumbs .page-title_h1 {
  font-size: 41px;
  line-height: 1em;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .section-breadcrumbs .page-title_h1 {
    font-size: 40px;
  }
}
@media (max-width: 575.98px) {
  .section-breadcrumbs .page-title_h1 {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
@media (max-width: 360px) {
  .section-breadcrumbs .page-title_h1 {
    font-size: 25px;
  }
}
.section-breadcrumbs_margin-bottom {
  margin-bottom: 0;
}

.breadcrumbs span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 575.98px) {
  .breadcrumbs span {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.breadcrumbs span a {
  color: #000;
  -webkit-transition: color 0.7s ease;
  transition: color 0.7s ease;
}
.breadcrumbs span a:hover {
  color: #d6ab57;
  -webkit-transition: color 0.7s ease;
  transition: color 0.7s ease;
}
.breadcrumbs .breadcrumb_last {
  color: #333;
}

.reviews-archive-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.reviews-archive-wrap article {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(154, 222, 255, 0.2)), to(rgba(245, 251, 254, 0.66)));
  background: linear-gradient(0deg, rgba(154, 222, 255, 0.2), rgba(245, 251, 254, 0.66));
  padding: 20px 35px 10px;
  color: #000;
}
@media (max-width: 575.98px) {
  .reviews-archive-wrap article {
    padding: 20px;
  }
}
.reviews-archive-wrap article p {
  margin-bottom: 10px;
}
.reviews-archive-wrap article p:last-of-type {
  margin-bottom: 0;
}

.accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.accordion_style_2 .accordion__item {
  background: none;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
}
.accordion__item {
  padding: 25px;
  border-radius: 3px;
  background: -webkit-gradient(linear, left bottom, left top, from(#ebf6ff), to(transparent));
  background: linear-gradient(0deg, #ebf6ff, transparent);
}
@media (max-width: 575.98px) {
  .accordion__item {
    padding: 10px;
  }
}
.accordion__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-size: 20px;
  line-height: 28px;
  color: #000;
  cursor: pointer;
  -webkit-transition: color 0.7s ease;
  transition: color 0.7s ease;
}
.accordion__header:hover {
  color: #008fd5;
  -webkit-transition: color 0.7s ease;
  transition: color 0.7s ease;
}
.accordion__header::before {
  content: "+";
  font-size: 25px;
}
.accordion__content {
  padding: 35px 20px 5px;
  color: #333;
}
@media (max-width: 575.98px) {
  .accordion__content {
    padding: 20px 10px 10px;
  }
}
.accordion__content p {
  margin-bottom: 10px;
}
.accordion__content p:last-of-type {
  margin-bottom: 0;
}
.accordion__content a {
  font-weight: 500;
  color: #d6ab57;
  -webkit-transition: color 0.7s ease;
  transition: color 0.7s ease;
}
.accordion__content a:hover {
  color: #000;
  -webkit-transition: color 0.7s ease;
  transition: color 0.7s ease;
}
.accordion__content ul {
  margin-top: 10px;
  padding-left: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.accordion__content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
}
.accordion__content ul li::before {
  content: "-";
}
.accordion__content ul li a {
  font-weight: 400;
  color: #3a3a3a;
}
.accordion__content table td {
  padding: 15px 10px;
  font-size: 16px;
}
@media (max-width: 480px) {
  .accordion__content table td {
    padding: 10px;
  }
}
@media (max-width: 480px) {
  .accordion__content table td:first-of-type {
    width: 250px !important;
  }
}
.accordion__content table tr:nth-child(2n) {
  background: #eff9fe;
}
.accordion__content table tr td:last-of-type {
  font-weight: 500;
  color: #008fd5;
  font-size: 20px;
}
@media (max-width: 575.98px) {
  .accordion__content table tr td:last-of-type {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .accordion__content table tr td:last-of-type {
    width: 100px !important;
  }
}

.accordion__item_show .accordion__header {
  color: #008fd5;
}

.accordion__item_show .accordion__header::before,
.accordion__item_slidedown .accordion__header::before {
  content: "-";
  margin-top: -7px;
}

.accordion__item:not(.accordion__item_show) .accordion__body {
  display: none;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media (max-width: 575.98px) {
  .pagination {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.pagination li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-weight: 500;
}
.pagination a {
  width: 35px;
  height: 35px;
  border: 1px solid #008fd5;
  color: #008fd5;
  padding: 5px;
  -webkit-transition: color 0.5s ease, background 0.5s ease;
  transition: color 0.5s ease, background 0.5s ease;
}
.pagination a:hover {
  background: #008fd5;
  color: #fff;
  -webkit-transition: color 0.5s ease, background 0.5s ease;
  transition: color 0.5s ease, background 0.5s ease;
}
.pagination a:hover .icon {
  color: #fff;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.pagination span {
  padding: 5px;
  width: 35px;
  height: 35px;
  background: #008fd5;
  color: #fff;
}
.pagination .icon {
  width: 25px;
  height: 25px;
  color: #008fd5;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}

ul.pagination {
  margin-top: 30px;
}
@media (max-width: 575.98px) {
  ul.pagination {
    margin-top: 10px;
  }
}

.posts-grid + .pagination {
  width: calc(70% - 60px);
}
@media (max-width: 767.98px) {
  .posts-grid + .pagination {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .posts-wrapper .pagination {
    margin-top: 0;
  }
}

.not-found {
  text-align: center;
}
.not-found__title {
  margin-top: 0;
}
.not-found__img {
  margin: 0 auto;
}
.not-found__content {
  margin: 20px 0;
}
.not-found__link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.content-page ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding-left: 2rem;
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .content-page ul {
    padding-left: 1rem;
    gap: 5px;
  }
}
@media (max-width: 575.98px) {
  .content-page ul {
    margin-top: 15px;
  }
}
.content-page ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  background: #6ec1e4;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.content-page ul li a {
  display: inline-block;
  color: #008fd5;
  -webkit-transition: color 0.7s ease;
  transition: color 0.7s ease;
  font-size: 20px;
  line-height: 28px;
}
.content-page ul li a:hover {
  color: #000;
  -webkit-transition: color 0.7s ease;
  transition: color 0.7s ease;
}
.content-page ul + p {
  margin-top: 20px;
}
@media (max-width: 575.98px) {
  .content-page ul + p {
    margin-top: 15px;
  }
}
.content-page a {
  display: inline-block;
}
@media (max-width: 575.98px) {
  .content-page h2 {
    margin-bottom: 15px;
  }
}

.search-wrap h1 span {
  color: #008fd5;
}
.search-wrap .page-title {
  font-family: "Playfair Display";
}
.search-wrap h2 a {
  color: #33444a;
  -webkit-transition: color 0.7s ease;
  transition: color 0.7s ease;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.search-wrap h2 a:hover {
  color: #000;
  -webkit-transition: color 0.7s ease;
  transition: color 0.7s ease;
}
.search-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding-left: 2rem;
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .search-wrap ul {
    padding-left: 1rem;
    gap: 5px;
  }
}
@media (max-width: 575.98px) {
  .search-wrap ul {
    margin-top: 15px;
  }
}
.search-wrap ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  background: #6ec1e4;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-wrap ul li a {
  display: inline-block;
  color: #008fd5;
  -webkit-transition: color 0.7s ease;
  transition: color 0.7s ease;
  font-size: 20px;
  line-height: 28px;
}
.search-wrap ul li a:hover {
  color: #000;
  -webkit-transition: color 0.7s ease;
  transition: color 0.7s ease;
}

.search-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

.search-link {
  text-align: end;
  color: #008fd5;
  font-size: 16px;
  margin-top: 10px;
}
.search-link:hover {
  text-decoration: underline;
}
@media (max-width: 575.98px) {
  .search-link {
    font-size: 14px;
  }
}

.no-results .search-form {
  margin-top: 20px;
}

.section-blog h2 {
  margin-top: 0;
  border-left: 5px solid #008fd5;
  padding-left: 15px;
}
.section-blog h2 a {
  color: #252525;
  -webkit-transition: color 0.7s ease;
  transition: color 0.7s ease;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.section-blog h2 a:hover {
  color: #000;
  -webkit-transition: color 0.7s ease;
  transition: color 0.7s ease;
}
.section-blog .post-date {
  background: #008fd5;
  color: #fff;
  padding: 10px 14px;
}
.section-blog .post-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  gap: 30px;
}
@media (max-width: 575.98px) {
  .section-blog .post-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
.section-blog .post-flex img {
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767.98px) {
  .section-blog .post-flex img {
    width: 40%;
  }
}
@media (max-width: 575.98px) {
  .section-blog .post-flex img {
    width: 100%;
  }
}
.section-blog .post-category {
  color: #d6ab57;
  -webkit-transition: color 0.6 ease;
  transition: color 0.6 ease;
}
.section-blog .post-category:hover {
  color: #7a7a7a;
  -webkit-transition: color 0.6 ease;
  transition: color 0.6 ease;
}
.section-blog .post-info {
  margin-top: 15px;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-blog .post-info__inner a {
  display: inline-block;
}
@media (max-width: 575.98px) {
  .section-blog .post-info__inner {
    width: 70%;
  }
}
.section-blog .post-info__link {
  background: #008fd5;
  opacity: 1;
  -webkit-transition: opacity 0.6 ease;
  transition: opacity 0.6 ease;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-blog .post-info__link .icon {
  color: #fff;
  width: 25px;
  height: 25px;
}
.section-blog .post-info__link:hover {
  opacity: 0.6;
  -webkit-transition: opacity 0.6 ease;
  transition: opacity 0.6 ease;
}
.section-blog a.url.fn.n {
  color: #008fd5;
  -webkit-transition: color 0.6 ease;
  transition: color 0.6 ease;
}
.section-blog a.url.fn.n:hover {
  color: #7a7a7a;
  -webkit-transition: color 0.6 ease;
  transition: color 0.6 ease;
}

.posts-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media (max-width: 575.98px) {
  .posts-wrapper {
    gap: 55px;
  }
}

.posts-grid {
  display: grid;
  grid-template-columns: 1fr 30%;
  gap: 60px;
}
@media (max-width: 767.98px) {
  .posts-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.sidebar-archive .page-title {
  border-left: 5px solid #008fd5;
  padding-left: 15px;
}
.sidebar-archive .widget-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.sidebar-archive .latest-news__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.sidebar-archive .latest-news__inner_bottom {
  margin-top: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}
.sidebar-archive .latest-news__title {
  color: #008fd5;
}
.sidebar-archive .post-info__link {
  width: 30px;
  height: 30px;
}

.header .icon {
  color: #d6ab57;
  opacity: 1;
  -webkit-transition: opacity 0.7s ease;
  transition: opacity 0.7s ease;
}
.header .icon:hover {
  opacity: 0.6;
  -webkit-transition: opacity 0.7s ease;
  transition: opacity 0.7s ease;
}
.header .contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 900px) {
  .header .contact-info {
    grid-column: 1/4;
    margin-top: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 480px) {
  .header .contact-info {
    grid-column: 1/3;
    margin-top: 0;
  }
}
.header .contact-info__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.header .contact-info__inner a {
  font-size: 20px;
  color: #000;
  -webkit-transition: color 0.7s ease;
  transition: color 0.7s ease;
}
.header .contact-info__inner a:hover {
  color: #d6ab57;
  -webkit-transition: color 0.7s ease;
  transition: color 0.7s ease;
}
.header-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-socials__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-socials svg {
  font-size: 20px;
}
.header .wpml-ls-legacy-dropdown {
  width: auto;
  background: transparent;
}
.header .wpml-ls-legacy-dropdown a {
  font-family: "Proxima Nova";
  border: none;
  font-weight: 600;
  background: transparent;
}
.header .wpml-ls-legacy-dropdown a:hover {
  background: transparent;
}
.header .wpml-ls-legacy-dropdown .wpml-ls-item-toggle::after {
  color: #d6ab57;
  -webkit-transition: -webkit-transform 0.7s ease;
  transition: -webkit-transform 0.7s ease;
  transition: transform 0.7s ease;
  transition: transform 0.7s ease, -webkit-transform 0.7s ease;
}
.header .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a,
.header .wpml-ls-legacy-dropdown a:focus,
.header .wpml-ls-legacy-dropdown a:hover {
  background: transparent;
  border: 0;
}
.header .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.7s ease;
  transition: -webkit-transform 0.7s ease;
  transition: transform 0.7s ease;
  transition: transform 0.7s ease, -webkit-transform 0.7s ease;
  top: auto;
}
.header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  border: 1px solid #cdcdcd;
  background: #fff;
}
.header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li {
  border-bottom: 1px solid #cdcdcd;
  -webkit-transition: background 0.7s ease;
  transition: background 0.7s ease;
}
.header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li:hover {
  background: #eee;
  -webkit-transition: background 0.7s ease;
  transition: background 0.7s ease;
}
.header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li:last-of-type {
  border: 0;
}
@media (max-width: 1199.98px) {
  .header .menu-header-container {
    position: absolute;
    background: -webkit-gradient(linear, left bottom, left top, from(#d9f2ff), to(#fff));
    background: linear-gradient(0deg, #d9f2ff, #fff);
    visibility: hidden;
    opacity: 0;
    width: 100%;
    z-index: -1;
    left: 0;
    top: 8rem;
    height: 100vh;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
  }
}
@media (max-width: 767.98px) {
  .header .menu-header-container {
    top: 7rem;
    height: calc(100vh + 7rem);
  }
}
@media (max-width: 628px) {
  .header .menu-header-container {
    top: 7.5rem;
    height: calc(100vh + 7.5rem);
  }
}
@media (max-width: 520px) {
  .header .menu-header-container {
    top: 11rem;
    height: calc(100vh + 11rem);
  }
}
@media (max-width: 360px) {
  .header .menu-header-container {
    top: 11rem;
    height: calc(100vh + 12.5rem);
  }
}
.header .menu-header-container.active {
  opacity: 1;
  visibility: visible;
  z-index: 10;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.header-wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "Proxima Nova";
}
@media (max-width: 1199.98px) {
  .header-wrapp {
    -webkit-column-gap: 100px;
       -moz-column-gap: 100px;
            column-gap: 100px;
    margin-top: 10px;
  }
}
@media (max-width: 991.98px) {
  .header-wrapp {
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
}
@media (max-width: 900px) {
  .header-wrapp {
    display: grid;
    grid-template-columns: 1fr 300px 1fr;
  }
}
@media (max-width: 767.98px) {
  .header-wrapp {
    grid-template-columns: 1fr 200px 1fr;
  }
}
@media (max-width: 480px) {
  .header-wrapp {
    grid-template-columns: auto 1fr;
    gap: 20px;
  }
}
.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  position: relative;
}
@media (max-width: 1199.98px) {
  .header-menu {
    width: calc(100% - 40px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: static;
    margin: 0 auto;
    padding-top: 20px;
    gap: 25px;
  }
}
.header-menu > li {
  text-transform: uppercase;
  line-height: 75px;
}
@media (max-width: 1199.98px) {
  .header-menu > li {
    line-height: normal;
  }
}
.header-menu > li a {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
.header-menu > li a:hover {
  color: #d6ab57;
}
.header-menu .menu-item-has-children a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color 0.7s ease;
  transition: color 0.7s ease;
  font-weight: 400;
}
.header-menu .menu-item-has-children a::after {
  content: "";
  background: url("./assets/img/arrow-down.svg");
  width: 10px;
  height: 10px;
  display: block;
  background-size: contain;
}
@media (max-width: 1199.98px) {
  .header-menu .menu-item-has-children a::after {
    content: "+";
    font-size: 20px;
    width: auto;
    height: auto;
    background: none;
  }
}
@media (max-width: 1199.98px) {
  .header-menu .menu-item-has-children a.active::after {
    content: "-";
  }
}
@media (min-width: 1199.98px) {
  .header-menu .menu-item-has-children:hover a {
    color: #d6ab57;
    -webkit-transition: color 0.7s ease;
    transition: color 0.7s ease;
  }
  .header-menu .menu-item-has-children:hover a::after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@media (min-width: 1199.98px) {
  .header-menu .menu-item-has-children:hover .sub-menu {
    max-height: 20rem;
    visibility: visible;
    opacity: 1;
    top: 75px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    height: auto;
    background: -webkit-gradient(linear, left bottom, left top, from(#d9f2ff), to(#fff));
    background: linear-gradient(0deg, #d9f2ff, #fff);
    padding: 10px;
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5);
    z-index: 99;
  }
}
@media (min-width: 1199.98px) {
  .header-menu .menu-item-has-children:hover .sub-menu a {
    color: #3a3a3a;
    font-weight: 400;
  }
}
@media (min-width: 1199.98px) {
  .header-menu .menu-item-has-children:hover .sub-menu a:hover {
    color: #3a3a3a;
  }
}
@media (min-width: 1199.98px) {
  .header-menu .sub-menu {
    height: 0;
    visibility: hidden;
    opacity: 0;
    position: absolute;
  }
}
@media (max-width: 1199.98px) {
  .header-menu .sub-menu {
    padding: 0;
    display: block;
    -webkit-box-shadow: none;
            box-shadow: none;
    width: calc(100% - 20px);
    margin: 0 auto;
    visibility: hidden;
    opacity: 0;
    background: none;
    max-height: 0;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
  }
}
@media (max-width: 1199.98px) {
  .header-menu .sub-menu.active {
    opacity: 1;
    visibility: visible;
    max-height: 45rem;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
  }
}
.header-menu .sub-menu li {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-transform: none;
  line-height: 17px;
}
.header-menu .sub-menu a {
  padding: 15px 10px;
  -webkit-transition: background 0.7s ease;
  transition: background 0.7s ease;
  color: #fff;
  font-weight: 400;
}
@media (max-width: 1199.98px) {
  .header-menu .sub-menu a {
    background: #4db1e2;
    text-transform: uppercase;
    width: 300px;
  }
}
@media (max-width: 575.98px) {
  .header-menu .sub-menu a {
    width: 200px;
    line-height: 20px;
    padding: 10px;
  }
}
.header-menu .sub-menu a:hover {
  background: #6ec1e4;
  color: #fff;
  -webkit-transition: background 0.7s ease;
  transition: background 0.7s ease;
  font-weight: 400;
}
.header-menu .sub-menu a::after {
  display: none;
}
@media (max-width: 1250px) {
  .header .custom-logo-link {
    max-width: 250px;
  }
}
@media (max-width: 767.98px) {
  .header .custom-logo-link {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .header .custom-logo-link {
    max-width: 220px;
    margin-left: auto;
  }
}

.top-panel {
  background: -webkit-gradient(linear, left bottom, left top, from(#f0f7ff), to(white));
  background: linear-gradient(0deg, #f0f7ff, white);
  padding: 15px 0 10px;
}
.top-panel-wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 520px) {
  .top-panel-wrapp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
}
.top-panel-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  font-family: "Proxima Nova";
}
.address svg {
  font-size: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.order-call.center {
  margin: 0 auto;
}
@media (max-width: 575.98px) {
  .order-call.shortcode {
    padding: 12px 20px;
    width: calc(100% - 40px);
  }
}
.order-call_tablet {
  display: none;
}
@media (max-width: 900px) {
  .order-call_tablet {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
}
@media (max-width: 767.98px) {
  .order-call_tablet {
    padding: 12px;
  }
}
@media (max-width: 480px) {
  .order-call_tablet {
    grid-column: 1/3;
    margin: 0 auto;
  }
}
@media (max-width: 900px) {
  .order-call_desk {
    display: none;
  }
}

.hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 20px;
  width: 30px;
  position: relative;
  cursor: pointer;
}
.hamburger-wrapp {
  border-radius: 50px;
  border: 1px solid #23282d;
  width: 45px;
  height: 45px;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
@media (max-width: 1199.98px) {
  .hamburger-wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.hamburger span {
  display: inline-block;
  width: 100%;
  height: 3px;
  background-color: #23282d;
  border-radius: 10px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.hamburger span {
  position: absolute;
}
.hamburger span:nth-of-type(1) {
  top: 0;
}
.hamburger span:nth-of-type(3) {
  bottom: 0;
}
.hamburger.active span:nth-of-type(1) {
  top: unset;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.hamburger.active span:nth-of-type(2) {
  opacity: 0;
}
.hamburger.active span:nth-of-type(3) {
  bottom: unset;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header-row-wrap__inner.fixed {
  position: fixed;
  background: #fff;
  z-index: 999;
  width: 100%;
  top: 0;
  left: 0;
}
.header-row-wrap__inner.fixed .header-wrapp {
  max-width: 1420px;
  margin: 0 auto;
}
@media (max-width: 1399.98px) {
  .header-row-wrap__inner.fixed .header-wrapp {
    padding: 0 10px;
    width: auto;
  }
}

.banner {
  position: relative;
  padding: 10px 0;
}
@media (max-width: 1024.98px) {
  .banner {
    padding: 20px 0;
  }
}
.banner-wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024.98px) {
  .banner-wrapp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.banner-content {
  width: calc(100% - 1116px);
  padding: 3%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F8FEFF), to(rgba(235, 247, 249, 0.9411764706)));
  background-image: linear-gradient(180deg, #F8FEFF 0%, rgba(235, 247, 249, 0.9411764706) 100%);
  position: absolute;
  z-index: 1;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
}
@media (max-width: 1750px) {
  .banner-content {
    width: calc(100% - 900px);
  }
}
@media (max-width: 1500px) {
  .banner-content {
    width: 60%;
  }
}
@media (max-width: 1399.98px) {
  .banner-content {
    width: 50%;
  }
}
@media (max-width: 1199.98px) {
  .banner-content {
    width: 70%;
  }
}
@media (max-width: 1024.98px) {
  .banner-content {
    width: calc(100% - 20px);
    padding: 20px 10px;
    top: 20px;
  }
}
@media (max-width: 575.98px) {
  .banner-content {
    position: static;
  }
}
.banner-content__inner {
  max-width: 570px;
  margin: 0 auto;
}
@media (max-width: 1399.98px) {
  .banner-content__inner {
    max-width: 100%;
  }
}
.banner-content h1 {
  font-size: 60px;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
  margin: 20px 0 30px;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .banner-content h1 {
    font-size: 45px;
  }
}
@media (max-width: 575.98px) {
  .banner-content h1 {
    font-size: 35px;
  }
}
@media (max-width: 360px) {
  .banner-content h1 {
    font-size: 30px;
  }
}
.banner-content p {
  font-size: 20px;
  line-height: 1.3em;
}
@media (max-width: 575.98px) {
  .banner-content p {
    font-size: 18px;
    line-height: 1.1em;
  }
}
.banner-order-call {
  margin-top: 30px;
  padding: 20px 35px;
  font-weight: 500;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
@media (max-width: 575.98px) {
  .banner-order-call {
    width: calc(100% - 70px);
  }
}
.banner img {
  max-width: 1116px;
}
@media (max-width: 1024.98px) {
  .banner img {
    max-width: 100%;
  }
}
.banner-style-2 img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767.98px) {
  .banner-style-2 img {
    display: none;
  }
}
.banner-style-2 .banner-wrapp {
  display: grid;
  grid-template-columns: 30% 1fr 30%;
}
@media (max-width: 1399.98px) {
  .banner-style-2 .banner-wrapp {
    grid-template-columns: 20% 1fr 20%;
  }
}
@media (max-width: 767.98px) {
  .banner-style-2 .banner-wrapp {
    display: block;
  }
}
.banner-style-2 .banner-wrapp_style-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0;
}
@media (max-width: 575.98px) {
  .banner-style-2 .banner-wrapp_style-3 {
    padding: 10px 0;
  }
}
.banner-style-2 .banner-wrapp_style-3 h2,
.banner-style-2 .banner-wrapp_style-3 h1 {
  margin-top: 0;
  margin-bottom: 20px;
}
.banner-style-2 .banner-2-content {
  text-align: center;
}
.banner-style-2 .banner-2-content p {
  font-size: 18px;
  letter-spacing: 3px;
}
@media (max-width: 767.98px) {
  .banner-style-2 .banner-2-content p {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .banner-style-2 .banner-2-content p {
    font-size: 12px;
  }
}
@media (max-width: 360px) {
  .banner-style-2 .banner-2-content p {
    font-size: 10px;
    letter-spacing: 2px;
  }
}
@media (max-width: 575.98px) {
  .banner-style-2 .banner-2-content h2 {
    margin-top: 10px;
  }
}
.banner-style-2 .banner-2-img-right {
  margin-left: auto;
}

.services-text p {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 26px;
}
@media (max-width: 575.98px) {
  .services-text p {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.services-text p:last-of-type {
  margin-bottom: 0;
}

.service-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 50px;
}
@media (max-width: 1199.98px) {
  .service-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .service-wrap {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .service-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}
.service-block__link:hover {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.service-block__link:hover img {
  opacity: 0.7;
}
.service-block__link:hover h3 {
  color: #6ec1e4;
}
.service-block__link:hover .service-block__inner p {
  color: #6ec1e4;
}
.service-block img {
  opacity: 1;
}
@media (max-width: 1199.98px) {
  .service-block img {
    width: 100%;
  }
}
.service-block__inner p {
  color: #33444a;
}

.advantages {
  background: #f7f8fa;
}
.advantages_style-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f8fa), to(#f0f7ff));
  background-image: linear-gradient(180deg, #f7f8fa 0%, #f0f7ff 100%);
}
.advantages_style-2 h2 {
  text-align: center;
}
.advantages_style-2 .advantages-block {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767.98px) {
  .advantages_style-2 .advantages-block {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
    text-align: center;
  }
}
.advantages_style-2 .advantages-block__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
@media (max-width: 767.98px) {
  .advantages_style-2 .advantages-block__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 575.98px) {
  .advantages_style-2 .advantages-block__inner {
    gap: 5px;
  }
}
.advantages_style-2 .advantages-block__inner img {
  max-width: 55px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.advantages_style-2 .advantages-block__img {
  background-color: #fff;
  border-radius: 50%;
  width: 115px;
  height: 115px;
  border: 1px solid #e0e0e0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 575.98px) {
  .advantages_style-2 .advantages-block__img {
    width: 80px;
    height: 80px;
  }
}
.advantages_style-2 .advantages-block__text h3 {
  text-transform: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (max-width: 767.98px) {
  .advantages_style-2 .advantages-block__text h3 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 575.98px) {
  .advantages_style-2 .advantages-block__text h3 {
    margin-top: 10px;
    gap: 10px;
  }
}
.advantages_style-2 .advantages-block__text h3::after {
  content: "";
  width: 58px;
  height: 2px;
  background: #d6ab57;
}

.advantages-block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 60px;
}
@media (max-width: 767.98px) {
  .advantages-block {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 50px;
  }
}
@media (max-width: 575.98px) {
  .advantages-block {
    gap: 40px;
    margin-top: 30px;
  }
}
.advantages-block__inner img {
  max-width: 80px;
}
.advantages-block__text h3 {
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 30px;
}
@media (max-width: 575.98px) {
  .advantages-block__text h3 {
    font-size: 18px;
    margin-top: 20px;
  }
}
.advantages-block__text p {
  font-size: 16px;
  color: #333;
}

.about-us-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991.98px) {
  .about-us-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about-us-img {
  max-width: 500px;
  width: 100%;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.about-us-img::before {
  content: "";
  position: absolute;
  background: rgba(117, 230, 255, 0.1294117647);
  width: 100%;
  height: calc(100% + 100px);
  top: -50px;
  left: -50px;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .about-us-img::before {
    height: calc(100% + 50px);
    top: -25px;
    left: -25px;
  }
}
.about-us-img img {
  max-width: 500px;
  width: 100%;
}
@media (max-width: 575.98px) {
  .about-us-content__text h2 {
    margin: 20px 0 10px;
  }
}
.about-us-content__text p {
  font-size: 16px;
}

.us-doctors {
  background: #f7f8fa;
}

.doctor-block {
  position: relative;
  height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 575.98px) {
  .doctor-block {
    height: 300px;
  }
}
.doctor-block-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 35px;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .doctor-block-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .doctor-block-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.doctor-block__inner {
  z-index: 1;
  background: -webkit-gradient(linear, left bottom, left top, from(#c3c9d7), color-stop(rgba(195, 201, 215, 0.72)), to(transparent));
  background: linear-gradient(0deg, #c3c9d7, rgba(195, 201, 215, 0.72), transparent);
  width: calc(100% - 40px);
  padding: 40px 20px 10px;
}
@media (max-width: 575.98px) {
  .doctor-block__inner {
    width: calc(100% - 20px);
    padding: 20px;
  }
}
.doctor-block img {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.doctor-block__title {
  color: #000;
  font-size: 20px;
  font-weight: 600;
}
.doctor-block__excerpt {
  margin-top: 20px;
}
.doctor-block__hide {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: max-height 0.7s ease;
  transition: max-height 0.7s ease;
}
.doctor-block__link {
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10px;
}
.doctor-block:hover .doctor-block__hide {
  max-height: 10rem;
  opacity: 1;
  visibility: visible;
  -webkit-transition: max-height 0.7s ease;
  transition: max-height 0.7s ease;
}

.staff-wrap {
  display: grid;
  grid-template-columns: 1fr 345px;
  gap: 40px;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .staff-wrap {
    grid-template-columns: 1fr;
  }
}
.staff-sidebar h3 {
  border-left: 3px solid #008fd5;
  padding-left: 7px;
  margin-top: 0;
}
.staff-sidebar__form {
  margin-bottom: 30px;
}
.staff-sidebar__form .wpcf7-form .wpcf7-form-control-wrap {
  display: grid;
  grid-template-columns: 44px 1fr;
  width: 100%;
}
.staff-sidebar__form .wpcf7-form .wpcf7-form-control-wrap[data-name=your-name]::before {
  content: "";
  background: #008fd5 url("./assets/img/icon-man.svg") no-repeat;
  background-position: center;
  width: 44px;
  height: auto;
  display: block;
}
.staff-sidebar__form .wpcf7-form .wpcf7-form-control-wrap[data-name=your-tel]::before {
  content: "";
  background: #008fd5 url("./assets/img/phone-call.svg") no-repeat;
  background-position: center;
  width: 44px;
  height: auto;
  display: block;
}
.staff-sidebar__form .wpcf7-form .wpcf7-form-control-wrap input {
  border-radius: 0;
  width: calc(100% - 44px);
}
.staff-sidebar__form .wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  grid-column: 1/3;
  margin-top: 10px;
}
.staff-sidebar__form .wpcf7-form .custom-checkbox {
  max-width: 100%;
}
.staff-sidebar__form .wpcf7-form .custom-checkbox span {
  display: inline-block;
  width: auto;
}
.staff-sidebar__form .wpcf7-form .custom-checkbox span input {
  width: 15px;
}
.staff-sidebar__phones {
  margin-bottom: 30px;
}
.staff-sidebar__phones .contact-info__inner a {
  padding: 10px;
  font-size: 16px;
  color: #000;
  -webkit-transition: color 0.7s ease;
  transition: color 0.7s ease;
}
.staff-sidebar__phones .contact-info__inner a:hover {
  color: #d6ab57;
  -webkit-transition: color 0.7s ease;
  transition: color 0.7s ease;
}
.staff-sidebar__phones .contact-info__inner a:last-of-type {
  border-top: 1px solid #e3e3e3;
}
.staff-sidebar__banner {
  border: 2px double #008fd5;
}
.staff-sidebar__banner h3 {
  border: none;
  text-align: center;
  color: #1173a2;
  padding: 12px;
  margin: 0;
  font-weight: 600;
}
.staff-sidebar__banner img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.staff-sidebar__banner a {
  text-align: center;
  color: #008fd5;
  -webkit-transition: color 0.7s ease;
  transition: color 0.7s ease;
  font-weight: 500;
  padding: 10px 0;
}
.staff-sidebar__banner a:hover {
  color: #d6ab57;
  -webkit-transition: color 0.7s ease;
  transition: color 0.7s ease;
}
.staff-sidebar__banner a:hover::after {
  left: 10px;
  opacity: 1;
  -webkit-transition: left 0.7s ease;
  transition: left 0.7s ease;
}
.staff-sidebar__banner a:hover::before {
  right: 10px;
  opacity: 1;
  -webkit-transition: right 0.7s ease;
  transition: right 0.7s ease;
}
.staff-sidebar__banner a::before {
  content: "[";
  opacity: 0;
  position: relative;
  right: 0;
  -webkit-transition: right 0.7s ease;
  transition: right 0.7s ease;
}
.staff-sidebar__banner a::after {
  content: "]";
  opacity: 0;
  position: relative;
  left: 0;
  -webkit-transition: left 0.7s ease;
  transition: left 0.7s ease;
}

.staff-post-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 575.98px) {
  .staff-post-wrap {
    gap: 20px;
  }
}

.staff-post-content h2 {
  margin-top: 0;
}
@media (max-width: 575.98px) {
  .staff-post-content h2 {
    margin-bottom: 10px;
  }
}
.staff-post-content p + h2 {
  margin-top: 20px;
}
.staff-post-content p strong {
  font-weight: 500;
}
.staff-post-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding-left: 2rem;
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .staff-post-content ul {
    padding-left: 1rem;
    gap: 5px;
  }
}
.staff-post-content ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  background: #6ec1e4;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.staff-post-content ul li a {
  display: inline-block;
  color: #008fd5;
  -webkit-transition: color 0.7s ease;
  transition: color 0.7s ease;
  font-size: 20px;
  line-height: 28px;
}
.staff-post-content ul li a:hover {
  color: #000;
  -webkit-transition: color 0.7s ease;
  transition: color 0.7s ease;
}
.staff-post-content ul + p {
  margin-top: 20px;
}

.staff-content-archive {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1399.98px) {
  .staff-content-archive {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 35px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media (max-width: 575.98px) {
  .staff-content-archive {
    grid-template-columns: repeat(1, 1fr);
  }
}

.archive-staff-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.archive-staff-link img {
  width: 100%;
  max-height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}
.archive-staff-link:hover .archive-staff-name {
  background: #008fd5;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.archive-staff-link:hover .archive-staff-name h2 {
  color: #fff;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.archive-staff-name {
  height: 100%;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  padding: 20px 10px;
  border-bottom: 3px solid #008fd5;
}
.archive-staff-name h2 {
  color: #008fd5;
  line-height: 23px;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.iframe-map iframe {
  width: 100%;
}

.content-page__text {
  margin: 30px 0;
}
.content-page__text ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding-left: 2rem;
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .content-page__text ul {
    padding-left: 1rem;
    gap: 5px;
  }
}
.content-page__text ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  background: #6ec1e4;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.content-page__text ul li a {
  display: inline-block;
  color: #008fd5;
  -webkit-transition: color 0.7s ease;
  transition: color 0.7s ease;
  font-size: 20px;
  line-height: 28px;
}
.content-page__text ul li a:hover {
  color: #000;
  -webkit-transition: color 0.7s ease;
  transition: color 0.7s ease;
}
.content-page__text ul + p {
  margin-top: 20px;
}
.content-page__text .order-call {
  margin-top: 30px;
}
@media (max-width: 575.98px) {
  .content-page__text figure {
    width: 100% !important;
  }
}
.content-page__text figure.aligncenter {
  margin: 20px auto;
}
.content-page__text figure img {
  margin-bottom: 10px;
}
@media (max-width: 575.98px) {
  .content-page__text figure img {
    width: 100%;
  }
}
.content-page__text figure figcaption {
  font-style: italic;
}
.content-page__text table td {
  padding: 15px 10px;
  border: 1px solid #e3e3e3;
}
@media (max-width: 480px) {
  .content-page__text table td {
    padding: 10px;
  }
}
@media (max-width: 480px) {
  .content-page__text table td:first-of-type {
    width: 250px !important;
  }
}
.content-page__text table tr:nth-child(2n) {
  background: #eff9fe;
}
.content-page__text table tr td:last-of-type {
  font-weight: 500;
  color: #008fd5;
}
@media (max-width: 480px) {
  .content-page__text table tr td:last-of-type {
    width: 100px !important;
  }
}
.content-page h3 {
  margin-top: 0;
}
.content-page p {
  font-size: 16px;
  margin-bottom: 15px;
}
.content-page p:last-of-type {
  margin-bottom: 0;
}
.content-page__img {
  width: 100%;
  margin: 20px 0;
}
.content-page__img_banner {
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-page__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1399.98px) {
  .content-page__gallery-inner {
    width: calc(50% - 5px);
  }
}
.content-page__gallery-inner p {
  margin-top: 10px;
  text-align: center;
  font-style: italic;
  font-size: 14px;
}
@media (max-width: 575.98px) {
  .content-page__gallery-inner p {
    margin-top: 5px;
  }
}
.content-page .contact-info__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.content-page .contact-info__inner a {
  font-size: 16px;
  color: #008fd5;
  -webkit-transition: color 0.7s ease;
  transition: color 0.7s ease;
}
.content-page .contact-info__inner a:hover {
  color: #000;
  -webkit-transition: color 0.7s ease;
  transition: color 0.7s ease;
}
.content-page .contact-info__inner.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.content-page__quote-wrap {
  background: -webkit-gradient(linear, left bottom, left top, from(#e4f6ff), to(#f6fcff));
  background: linear-gradient(0deg, #e4f6ff, #f6fcff);
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media (max-width: 575.98px) {
  .content-page__quote-wrap {
    padding: 10px;
  }
}
.content-page__quote-wrap .icon {
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #75e6ff;
}
@media (max-width: 575.98px) {
  .content-page__quote-wrap .icon {
    width: 20px;
    height: 20px;
  }
}
.content-page__quote_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media (max-width: 800px) {
  .content-page__quote_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.content-page__quote-inner blockquote p {
  font-size: 20px;
  line-height: 1.44;
}
@media (max-width: 575.98px) {
  .content-page__quote-inner blockquote p {
    font-size: 16px;
    line-height: 1.31;
  }
}
.content-page__quote-inner p {
  color: #7a7a7a;
}
.content-page__quote-inner p:last-of-type {
  margin-top: 40px;
  font-size: 16px;
  line-height: normal;
}
@media (max-width: 575.98px) {
  .content-page__quote-inner p:last-of-type {
    font-size: 14px;
    margin-top: 20px;
  }
}
.content-page__quote-inner a {
  color: #d6ab57;
  -webkit-transition: color 0.7s ease;
  transition: color 0.7s ease;
}
.content-page__quote-inner a:hover {
  color: #000;
  -webkit-transition: color 0.7s ease;
  transition: color 0.7s ease;
}
.content-page__quote img {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.content-page__contact-block {
  max-width: 80%;
  margin: 30px auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F0F7FF), to(#FBFBFB));
  background-image: linear-gradient(180deg, #F0F7FF 0%, #FBFBFB 100%);
  padding: 30px;
}
@media (max-width: 575.98px) {
  .content-page__contact-block {
    padding: 20px;
  }
}
.content-page__contact-block .contact-info__inner {
  margin: 20px 0;
}
@media (max-width: 575.98px) {
  .content-page__contact-block .contact-info__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
  }
}
.content-page__contact-block-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin: 50px 0;
}
@media (max-width: 575.98px) {
  .content-page__contact-block-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    margin: 30px 0;
  }
}

.content-page__quote + .content-page__quote {
  margin-top: 30px;
}

.img-text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  .img-text-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 991.98px) {
  .img-text-wrap img {
    width: 40%;
  }
}
@media (max-width: 767.98px) {
  .img-text-wrap img {
    width: 100%;
    max-width: 40%;
  }
}
@media (max-width: 575.98px) {
  .img-text-wrap img {
    max-width: 80%;
  }
}

.img-text-inner {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#f0f7ff));
  background-image: linear-gradient(180deg, #fbfbfb 0%, #f0f7ff 100%);
  padding: 30px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 50%;
}
@media (max-width: 767.98px) {
  .img-text-inner {
    width: calc(100% - 60px);
  }
}
@media (max-width: 575.98px) {
  .img-text-inner {
    padding: 20px;
    width: calc(100% - 40px);
  }
}
.img-text-inner p {
  font-size: 16px;
}

.contact-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media (max-width: 575.98px) {
  .contact-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contact-inner {
  width: 315px;
}
@media (max-width: 575.98px) {
  .contact-inner {
    width: 100%;
  }
}
.contact-inner .icon {
  color: #d6ab57;
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.contact-inner .icon-clock {
  width: 25px;
  height: 25px;
}
.contact-block {
  margin-bottom: 30px;
}
.contact-block:last-of-type {
  margin-bottom: 0;
}
.contact-block_socials {
  padding-left: 1.8rem;
}
.contact-block_socials .contact-block__title {
  margin-bottom: 15px;
}
.contact-block_socials .header-socials__inner .icon {
  width: 30px;
  height: 30px;
}
.contact-block__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.contact-block__inner + p {
  padding-left: 1.8rem;
  font-size: 16px;
  line-height: 22px;
}
.contact-block__title {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #a2a2a2;
}
.contact-block .contact-info__inner {
  padding-left: 1.8rem;
}
.contact-block .contact-info__inner a {
  color: #008fd5;
  -webkit-transition: color 0.7s ease;
  transition: color 0.7s ease;
  font-size: 16px;
}
.contact-block .contact-info__inner a:hover {
  color: #000;
  -webkit-transition: color 0.7s ease;
  transition: color 0.7s ease;
}
.contact iframe {
  width: 100%;
}

.footer {
  padding: 50px 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#fbfbfb), to(#f0f7ff));
  background: linear-gradient(0deg, #fbfbfb, #f0f7ff);
}
@media (max-width: 991.98px) {
  .footer {
    padding: 30px 0 20px;
  }
}
.footer .custom-logo-link {
  margin-bottom: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 575.98px) {
  .footer .custom-logo-link {
    max-width: 230px;
    margin: 0 auto 15px;
  }
}
@media (max-width: 800px) {
  .footer .custom-logo-link img {
    margin: 0 auto;
  }
}
@media (max-width: 800px) {
  .footer-text {
    text-align: center;
  }
}
.footer .address {
  margin-top: 25px;
}
@media (max-width: 800px) {
  .footer .address {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 800px) {
  .footer .address {
    margin-top: 15px;
  }
}
.footer .icon {
  color: #d6ab57;
  opacity: 1;
  -webkit-transition: opacity 0.7s ease;
  transition: opacity 0.7s ease;
}
.footer .icon:hover {
  opacity: 0.6;
  -webkit-transition: opacity 0.7s ease;
  transition: opacity 0.7s ease;
}
.footer .menu-title {
  text-transform: uppercase;
  font-family: "Proxima Nova";
  font-weight: 600;
  margin-bottom: 10px;
  color: #000;
}
@media (max-width: 800px) {
  .footer .menu-title {
    text-align: center;
  }
}
@media (max-width: 360px) {
  .footer .menu-title {
    display: none;
  }
}
.footer-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr 20%;
  gap: 30px;
  padding-bottom: 20px;
}
@media (max-width: 991.98px) {
  .footer-wrapper {
    grid-template-columns: 40% auto;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
    row-gap: 20px;
  }
}
@media (max-width: 800px) {
  .footer-wrapper {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
@media (max-width: 575.98px) {
  .footer-wrapper {
    gap: 40px;
  }
}
@media (max-width: 991.98px) {
  .footer-col:last-of-type {
    grid-column: 1/3;
  }
}
@media (max-width: 800px) {
  .footer-col:last-of-type {
    grid-column: auto;
  }
}
.footer-menu-2 {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media (max-width: 800px) {
  .footer-menu-2 {
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .footer-menu-2 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media (max-width: 360px) {
  .footer-menu-2 {
    display: none;
  }
}
.footer-menu-2 li {
  padding: 5px 0;
}
@media (max-width: 575.98px) {
  .footer-menu-2 li {
    padding: 3px 0;
  }
}
.footer-menu-2 li a {
  color: #333;
  -webkit-transition: color 0.7s ease;
  transition: color 0.7s ease;
}
.footer-menu-2 li a:hover {
  color: #7a7a7a;
  -webkit-transition: color 0.7s ease;
  transition: color 0.7s ease;
}
.footer .contact-info__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: 34px;
}
@media (max-width: 991.98px) {
  .footer .contact-info__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
  }
}
@media (max-width: 800px) {
  .footer .contact-info__inner {
    margin-top: 0;
  }
}
.footer .contact-info__inner a {
  font-size: 16px;
  color: #000;
  font-weight: 500;
}
.footer .contact-info__inner a:hover {
  color: #008fd5;
  -webkit-transition: color 0.7s ease;
  transition: color 0.7s ease;
}
.footer .header-socials__inner {
  margin-top: 20px;
}
@media (max-width: 991.98px) {
  .footer .header-socials__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 575.98px) {
  .footer .header-socials__inner {
    margin-top: 10px;
  }
}
.footer .header-socials__inner .icon {
  width: 25px;
  height: 25px;
}
.footer-menu-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
@media (max-width: 991.98px) {
  .footer-menu-1 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 800px) {
  .footer-menu-1 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 575.98px) {
  .footer-menu-1 {
    margin-top: 15px;
    gap: 20px;
  }
}
.footer-menu-1 a {
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
  -webkit-transition: color 0.7s ease;
  transition: color 0.7s ease;
}
.footer-menu-1 a:hover {
  color: #7a7a7a;
  -webkit-transition: color 0.7s ease;
  transition: color 0.7s ease;
}
.footer-bottom {
  padding-top: 20px;
  border-top: 1px solid #e4e4e4;
}
.footer-bottom__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
.footer-bottom__add-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer-bottom__add-link a {
  color: #000;
  -webkit-transition: color 0.7s ease;
  transition: color 0.7s ease;
}
.footer-bottom__add-link a:hover {
  color: #7a7a7a;
  -webkit-transition: color 0.7s ease;
  transition: color 0.7s ease;
}/*# sourceMappingURL=style.css.map */