/* Helpers */
:root {
  --black: #170c04;
  --white: #ffffff;
  --grey: #8b8581;
  --red: #c00000;
  --primary: #e5b451;
  --secondary: #D8BA77;
  --element: #ebdcbb;
  --container: 1230px;
  --container-padding: 15px;
  --container-margin: calc((100% - var(--container)) / 2);
  --col: calc(var(--container) / 12);
  --admin-bar-margin: 0px;
  --header-top-height: 60px;
  --header-bottom-height: 110px;
  --module-padding: 80px;
  --module-header-margin: 40px;
  --module-header-gap: 20px;
  --module-footer-margin: 60px;
  --transition-25: 0.25s;
  --pr: 0px;
  --font-main: "Open Sans", sans-serif;
  --font-title: "Prosto One", sans-serif;
  --font-sub: "Caveat", sans-serif;
}
@media (max-width: 991px) {
  :root {
    --module-padding: 40px;
    --module-header-margin: 30px;
    --module-header-gap: 15px;
    --module-footer-margin: 50px;
    --header-top-height: 0px;
    --header-bottom-height: 60px;
  }
}
.admin-bar {
  --admin-bar-margin: 32px;
}
@media (max-width: 782px) {
  .admin-bar {
    --admin-bar-margin: 46px;
  }
}
@-webkit-keyframes rotate {
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes rotateLeft {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotateLeft {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateRight {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes rotateRight {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes pulse {
  0% {
    box-shadow: 0px 0px 0px 10px rgba(229, 180, 81, 0.5);
  }
  50% {
    box-shadow: 0px 0px 0px 5px rgba(229, 180, 81, 0.3);
  }
  100% {
    box-shadow: 0px 0px 0px 10px rgba(229, 180, 81, 0.5);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0px 0px 0px 10px rgba(229, 180, 81, 0.5);
  }
  50% {
    box-shadow: 0px 0px 0px 5px rgba(229, 180, 81, 0.3);
  }
  100% {
    box-shadow: 0px 0px 0px 10px rgba(229, 180, 81, 0.5);
  }
}
@-webkit-keyframes pulse_mob {
  0% {
    box-shadow: 0px 0px 0px 5px rgba(229, 180, 81, 0.5);
  }
  50% {
    box-shadow: 0px 0px 0px 0px rgba(229, 180, 81, 0.3);
  }
  100% {
    box-shadow: 0px 0px 0px 5px rgba(229, 180, 81, 0.5);
  }
}
@keyframes pulse_mob {
  0% {
    box-shadow: 0px 0px 0px 5px rgba(229, 180, 81, 0.5);
  }
  50% {
    box-shadow: 0px 0px 0px 0px rgba(229, 180, 81, 0.3);
  }
  100% {
    box-shadow: 0px 0px 0px 5px rgba(229, 180, 81, 0.5);
  }
}
@-webkit-keyframes shake {
  0% {
    transform: translateX(0) rotate(0deg);
  }
  25% {
    transform: translateX(-3px) rotate(-5deg);
  }
  50% {
    transform: translateX(3px) rotate(5deg);
  }
  75% {
    transform: translateX(-3px) rotate(-5deg);
  }
  100% {
    transform: translateX(0) rotate(0deg);
  }
}
@keyframes shake {
  0% {
    transform: translateX(0) rotate(0deg);
  }
  25% {
    transform: translateX(-3px) rotate(-5deg);
  }
  50% {
    transform: translateX(3px) rotate(5deg);
  }
  75% {
    transform: translateX(-3px) rotate(-5deg);
  }
  100% {
    transform: translateX(0) rotate(0deg);
  }
}
/* Misc */
/*! 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 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 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 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 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 {
  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"] {
  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;
}
*, *::before, *::after {
  box-sizing: border-box;
}
* {
  -webkit-tap-highlight-color: transparent;
}
::-moz-selection {
  background: rgba(23, 12, 4, 0.5);
  color: var(--white);
}
::selection {
  background: rgba(23, 12, 4, 0.5);
  color: var(--white);
}
html {
  min-width: 360px;
  height: 100%;
  font-size: 14px;
}
body {
  font-family: var(--font-main);
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  height: 100%;
  padding-right: var(--pr);
  background: var(--white);
  color: var(--black);
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
a, button:not(:disabled) {
  cursor: pointer;
}
a, button, svg {
  transition: all 0.3s;
}
a:focus, button:focus, svg:focus, use:focus {
  outline: none;
}
a {
  text-decoration: none;
}
a, a:focus {
  color: var(--black);
}
a:hover {
  color: var(--black);
  text-decoration: none;
}
@media (min-width: 992px) {
  a:hover {
    color: var(--primary);
  }
}
input {
  box-shadow: none;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
:focus-visible {
  outline: none;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.main {
  flex: 1 1 auto;
}
@media (max-width: 991px) {
  .main {
    padding-top: var(--header-bottom-height);
  }
}
.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--container-padding);
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: var(--font-title);
  margin: 0 0 15px;
}
.single-services_post h1, .single-post h1, .h1, h1 {
  font-weight: 400;
  font-size: 60px;
  line-height: 1.23;
}
.single-services_post h1, .single-post h1 {
  font-size: 42px;
}
.h2, h2, .single-services_post h2, .single-post h2 {
  font-weight: 400;
  font-size: 48px;
  line-height: 1.23;
}
.single-services_post h2, .single-post h2 {
  font-size: 36px;
}
.h3, h3, .single-services_post h3, .single-post h3 {
  font-weight: 400;
  font-size: 32px;
  line-height: 1.23;
}
.single-services_post h3, .single-post h3 {
  font-size: 28px;
}
.h4, h4 {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.23;
}
.h5, h5 {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.23;
}
.h6, h6 {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.23;
}
@media (max-width: 1440px) {
  .h1, h1 {
    font-size: 46px;
  }
  .h2, h2 {
    font-size: 40px;
  }
  .h3, h3 {
    font-size: 28px;
  }
  .h4, h4 {
    font-size: 22px;
  }
  .h5, h5 {
    font-size: 20px;
  }
  .h6, h6 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .h1, h1, .single-services_post h1, .single-post h1 {
    font-size: 36px;
    hyphens: auto;
  }
  .h2, h2, .single-services_post h2, .single-post h2 {
    font-size: 32px;
  }
  .h3, h3, .single-services_post h3, .single-post h3 {
    font-size: 24px;
  }
  .h4, h4 {
    font-size: 20px;
  }
  .h5, h5 {
    font-size: 18px;
  }
  .h6, h6 {
    font-size: 16px;
  }
}
p {
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  p {
    margin: 0 0 24px;
  }
}
p:last-of-type {
  margin: 0;
}
b, strong {
  font-weight: 600;
}
.editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6 {
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  .editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6 {
    margin: 0 0 30px;
  }
}
.editor [class*="wp-image"]:not(.alignleft):not(.alignright):not(.aligncenter):not(.alignnone) {
  display: block;
  width: 100%;
  border-radius: 20px;
}
.editor blockquote {
  font-size: 24px;
  font-weight: 400;
  font-style: italic;
  padding: 40px;
  margin: 0 0 30px;
  border: 2px solid var(--secondary);
  border-radius: 30px;
  position: relative;
}
@media (max-width: 767px) {
  .editor blockquote {
    font-size: 16px;
    padding: 20px;
  }
}
.editor blockquote::after {
  content: "";
  width: 80px;
  height: 66px;
  background-image: url("../img/quoutes.svg");
  background-size: cover;
  position: absolute;
  right: 30px;
  bottom: 30px;
  opacity: 0.5;
}
@media (max-width: 991px) {
  .editor blockquote::after {
    width: 60px;
    height: 50px;
  }
}
.editor ul {
  line-height: 2;
  padding: 10px 0 40px;
  margin: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .editor ul {
    row-gap: 10px;
    padding: 0 0 40px;
  }
}
.editor ul:first-child {
  padding-top: 0;
}
.editor ul li {
  padding: 0 0 0 50px;
  position: relative;
}
@media (max-width: 767px) {
  .editor ul li {
    padding: 0 0 0 36px;
  }
}
.editor ul li::before {
  content: "";
  width: 20px;
  height: 18px;
  background-image: url("../img/list-mark.svg");
  background-size: cover;
  position: absolute;
  top: 0.6em;
  left: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .editor ul li::before {
    width: 20px;
    height: 18px;
  }
}
.editor > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}
a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}
a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}
.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}
.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}
/* Vendor */
/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
:root {
  --swiper-theme-color: #007aff;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.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-lock {
  display: none;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  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: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  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;
  box-shadow: none;
  -webkit-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: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets, .swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-vertical > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, .swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev, .swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-top, .swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-top, .swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
:root {
  --admin-bar-margin: 0px;
  --popup-modal-top: 20px;
  --popup-modal-bottom: 20px;
  --popup-modal-large: 560px;
  --popup-modal-medium: 490px;
  --popup-modal-small: 410px;
  --popup-side-top: 0px;
  --popup-side-bottom: 0px;
  --popup-side-width: 330px;
}
@media (max-width: 991px) {
  :root {
    --popup-modal-large: 360px;
    --popup-modal-medium: 360px;
    --popup-modal-small: 360px;
  }
}
.admin-bar {
  --admin-bar-margin: 32px;
}
@media (max-width: 782px) {
  .admin-bar {
    --admin-bar-margin: 46px;
  }
}
.popup {
  position: fixed;
  z-index: 60;
  pointer-events: none;
  visibility: hidden;
}
.popup.active {
  pointer-events: all;
  visibility: visible;
}
.popup-sidebar {
  width: var(--popup-side-width);
  top: calc(var(--popup-side-top) + var(--admin-bar-margin));
  bottom: var(--popup-side-bottom);
  transform: scale(1, 1);
}
.popup-sidebar .popup__body {
  width: 100%;
  height: 100%;
  padding: 20px 15px;
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto;
}
.popup-modal {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  top: 0;
  bottom: 0;
}
.popup-modal .popup__dialog {
  display: grid;
  align-items: center;
  max-width: 100%;
  min-height: calc(100% - var(--popup-modal-top) - var(--admin-bar-margin) - var(--popup-modal-bottom));
  margin: calc(var(--popup-modal-top) + var(--admin-bar-margin)) auto var(--popup-modal-bottom);
}
.popup-modal .popup__dialog.large {
  max-width: calc(var(--popup-modal-large) + var(--container-padding) * 2);
}
.popup-modal .popup__dialog.medium {
  max-width: calc(var(--popup-modal-medium) + var(--container-padding) * 2);
}
.popup-modal .popup__dialog.small {
  max-width: calc(var(--popup-modal-small) + var(--container-padding) * 2);
}
.popup-modal .popup__body {
  min-width: 0;
  padding: 60px 30px 50px;
  margin: 0 var(--container-padding);
  background-color: #fff;
  border-radius: 30px;
  border: 2px solid var(--secondary);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  position: relative;
  transform: scale(0.9, 0.9);
}
@media (max-width: 767px) {
  .popup-modal .popup__body {
    padding: 60px 30px 40px 30px;
  }
}
.popup-modal .popup__dialog.full .popup__body {
  width: 100%;
  height: 100%;
  padding: 30px 20px 3px;
  margin: 0;
  border-radius: 0;
}
.popup-sidebar, .popup-modal .popup__body {
  visibility: hidden;
  pointer-events: none;
  transition: 0.25s ease 0s;
  transition-property: opacity, visibility, transform, left, right, top;
}
.popup-modal .popup__body {
  opacity: 0;
}
.popup-sidebar.active, .popup-modal.active .popup__body {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: scale(1, 1);
  transition-delay: 0.2s;
}
.popup-sidebar.popup-animation--left .popup__body {
  border-radius: 0 20px 20px 0;
}
.popup-sidebar.popup-animation--right .popup__body {
  border-radius: 20px 0 0 20px;
}
.popup-animation--left {
  left: calc(-1 * var(--popup-side-width));
}
.popup-animation--left.active {
  left: 0;
}
.popup-animation--right {
  right: calc(-1 * var(--popup-side-width));
}
.popup-animation--right.active {
  right: 0;
}
.popup-animation--fade {
  left: 0;
  right: 0;
}
.popup-overlay {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 55;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.25s ease 0s;
  transition-property: opacity, visibility, transform, left, right, top;
  transform: scale(1, 1);
}
.popup-opened:not([data-simplebar]) {
  overflow: hidden;
}
.popup-opened .popup-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: scale(1, 1);
  transition-delay: 0.2s;
}
[data-spoller] {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
[data-spoller] svg {
  transform: rotate(0deg);
  transform-origin: 50% 50%;
  transition: 0.25s;
}
[data-spoller].active svg, .active > [data-spoller] svg {
  transform: rotate(180deg);
}
[data-spoller] + [hidden] {
  will-change: height;
}
[hidden] {
  display: none;
}
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}
.flatpickr-calendar.open, .flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n + 1) .flatpickr-day.inRange:nth-child(7n + 7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n + 2) .flatpickr-day.inRange:nth-child(7n + 1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasWeeks .dayContainer, .flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before, .flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}
.flatpickr-calendar.rightMost:before, .flatpickr-calendar.arrowRight:before, .flatpickr-calendar.rightMost:after, .flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}
.flatpickr-calendar.arrowCenter:before, .flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}
.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}
.flatpickr-calendar:focus {
  outline: 0;
}
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}
.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled, .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}
.flatpickr-months .flatpickr-prev-month i, .flatpickr-months .flatpickr-next-month i {
  position: relative;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, .flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
	/*rtl:begin:ignore*/
  left: 0;
  /*
	/*rtl:end:ignore*/
}
/*
	/*rtl:begin:ignore*/
/*
	/*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month, .flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
	/*rtl:begin:ignore*/
  right: 0;
  /*
	/*rtl:end:ignore*/
}
/*
	/*rtl:begin:ignore*/
/*
	/*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}
.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}
.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}
.flatpickr-months .flatpickr-prev-month svg path, .flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}
.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper input, .numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper input::-ms-clear {
  display: none;
}
.numInputWrapper input::-webkit-outer-spin-button, .numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}
.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}
.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch \0 ;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:focus, .flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}
.dayContainer, .flatpickr-weeks {
  padding: 1px 0 0 0;
}
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
}
.flatpickr-days:focus {
  outline: 0;
}
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6;
}
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}
.flatpickr-day.today {
  border-color: #959ea9;
}
.flatpickr-day.today:hover, .flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}
.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n + 1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n + 1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n + 1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7;
}
.flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange, .flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}
.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}
.flatpickr-day.hidden {
  visibility: hidden;
}
.rangeMode .flatpickr-day {
  margin-top: 1px;
}
.flatpickr-weekwrapper {
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6;
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}
.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}
.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-time-separator, .flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}
.flatpickr-time input:hover, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}
.flatpickr-input[readonly] {
  cursor: pointer;
}
@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  display: block;
  position: relative;
  width: auto;
  height: 38px;
  padding-right: 30px;
  padding-left: 18px;
  clear: both;
  border: solid 1px #e8e8e8;
  border-radius: 5px;
  outline: none;
  background-color: #fff;
  font-weight: normal;
  font-size: 16px;
  line-height: 36px;
  font-family: inherit;
  text-align: left !important;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.nice-select:hover {
  border-color: #dbdbdb;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}
.nice-select:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  width: 5px;
  height: 5px;
  margin-top: -4px;
  transform: rotate(45deg);
  transform-origin: 66% 66%;
  border-right: 2px solid #999;
  border-bottom: 2px solid #999;
  content: "";
  pointer-events: none;
  transition: all 0.15s ease-in-out;
}
.nice-select.open:after {
  transform: rotate(-135deg);
}
.nice-select.open .nice-select-dropdown {
  transform: scale(1) translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #ccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .nice-select-dropdown {
  right: 0 !important;
  left: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .nice-select-dropdown {
  right: 0;
  left: auto;
}
.nice-select.small {
  height: 36px;
  font-size: 12px;
  line-height: 34px;
}
.nice-select.small:after {
  width: 4px;
  height: 4px;
}
.nice-select.small .option {
  min-height: 34px;
  line-height: 34px;
}
.nice-select .nice-select-dropdown {
  z-index: 9;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 4px;
  transform: scale(0.75) translateY(19px);
  transform-origin: 50% 0;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
}
.nice-select .list {
  box-sizing: border-box;
  max-height: 240px;
  padding: 0;
  overflow: hidden;
  overflow-y: auto;
  border-radius: 5px;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: rgba(0, 0, 0, 0) !important;
}
.nice-select .option {
  padding-right: 29px;
  padding-left: 18px;
  outline: none;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  text-align: left;
  cursor: pointer;
  transition: all 0.2s;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: rgba(0, 0, 0, 0);
  color: #999;
  cursor: default;
}
.nice-select .optgroup {
  font-weight: bold;
}
.no-csspointerevents .nice-select .nice-select-dropdown {
  display: none;
}
.no-csspointerevents .nice-select.open .nice-select-dropdown {
  display: block;
}
.nice-select .list::-webkit-scrollbar {
  width: 0;
}
.nice-select .has-multiple {
  height: auto;
  min-height: 36px;
  padding: 7px 12px;
  line-height: 22px;
  white-space: inherit;
}
.nice-select .has-multiple span.current {
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 3px;
  padding: 0 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #eee;
  font-size: 14px;
  line-height: 24px;
}
.nice-select .has-multiple .multiple-options {
  display: block;
  padding: 0;
  line-height: 24px;
}
.nice-select .nice-select-search-box {
  box-sizing: border-box;
  width: 100%;
  padding: 5px;
  border-radius: 5px 5px 0 0;
  pointer-events: none;
}
.nice-select .nice-select-search {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  height: auto;
  min-height: 36px;
  margin: 0 10px 0 0;
  padding: 7px 12px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  outline: 0 !important;
  background-color: #fff;
  color: #444;
  font-size: 14px;
  line-height: 22px;
  vertical-align: middle;
}
/* Components */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  height: 60px;
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  border-radius: 6px;
  box-shadow: none;
  vertical-align: middle;
  touch-action: manipulation;
  white-space: nowrap;
  -ms-user-select: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
}
.btn span + svg, .btn svg + span {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .btn {
    font-size: 20px;
  }
}
.btn-default, .btn-primary {
  padding: 0 20px;
  border: 2px solid transparent;
  border-radius: 20px 0px 20px 20px;
}
.btn-default, .btn-default:focus {
  color: var(--white);
  background: transparent;
  border-color: var(--primary);
}
.btn-default svg, .btn-default:focus svg {
  fill: var(--white);
}
.btn-default:hover {
  color: var(--white);
  background: transparent;
  border-color: var(--primary);
}
.btn-default:hover svg {
  fill: var(--white);
}
@media (min-width: 992px) {
  .btn-default:hover {
    color: var(--white);
    background: var(--primary);
  }
  .btn-default:hover svg {
    fill: var(--white);
  }
}
.btn-primary, .btn-primary:focus {
  color: var(--white);
  background: var(--primary);
  border-color: var(--primary);
}
.btn-primary svg, .btn-primary:focus svg {
  fill: var(--white);
}
.btn-primary:hover {
  color: var(--white);
  background: var(--primary);
  border-color: var(--primary);
}
.btn-primary:hover svg {
  fill: var(--white);
}
@media (min-width: 992px) {
  .btn-primary:hover {
    color: var(--primary);
    background: transparent;
  }
  .btn-primary:hover svg {
    fill: var(--primary);
  }
}
.btn[disabled] {
  color: var(--white);
  background: var(--grey);
  border-color: var(--grey);
  pointer-events: none;
}
.btn[disabled] svg {
  fill: var(--white);
}
.swiper {
  opacity: 0;
  transition: var(--transition-25);
  transition-property: opacity;
}
.swiper.swiper-initialized {
  opacity: 1;
}
.swiper:not(.swiper-initialized) .swiper-slide {
  display: none;
}
.swiper:not(.swiper-initialized) .swiper-slide:first-child {
  display: block;
}
.swiper:not(.swiper-initialized) .swiper-button-next, .swiper:not(.swiper-initialized) .swiper-button-prev, .swiper:not(.swiper-initialized) .swiper-pagination {
  display: none;
}
.swiper-button-prev, .swiper-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
}
.swiper-button-prev svg, .swiper-button-next svg {
  width: 30px;
  height: 30px;
  fill: var(--secondary);
}
.module-box .swiper-button-prev, .module-box .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
}
@media (max-width: 1440px) {
  .module-box .swiper-button-prev, .module-box .swiper-button-next {
    width: 30px;
    height: 30px;
  }
}
.module-box .swiper-button-prev {
  left: 0;
  transform: translate(calc(-100% - 10px), calc(-50% - 19px));
}
@media (max-width: 1440px) {
  .module-box .swiper-button-prev {
    transform: translate(-6px, calc(-50% - 19px));
  }
}
.module-box .swiper-button-next {
  right: 0;
  transform: translate(calc(100% + 10px), calc(-50% - 19px));
}
@media (max-width: 1440px) {
  .module-box .swiper-button-next {
    transform: translate(6px, calc(-50% - 19px));
  }
}
.swiper-pagination {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  justify-content: center;
  gap: 10px;
  margin: 30px 0 0;
  position: relative;
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: unset;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  background: var(--secondary);
  border-radius: 50%;
  opacity: 1;
  cursor: pointer;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-bullet-active {
  background: var(--black);
}
.swiper-pagination-bullet::after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slideshow .swiper-button-prev, .slideshow .swiper-button-next {
  background: var(--grey);
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 2;
}
.slideshow .swiper-button-prev svg, .slideshow .swiper-button-next svg {
  fill: var(--white);
}
.slideshow .swiper-button-prev {
  border-radius: 0 50px 50px 0;
  left: 0;
}
.slideshow .swiper-button-next {
  border-radius: 50px 0 0 50px;
  right: 0;
}
.product-carousel .swiper-button-prev, .product-carousel .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.product-carousel .swiper-button-prev {
  right: 40px;
}
.product-carousel .swiper-button-next {
  right: 0;
}
.breadcrumbs {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.35;
  padding: 0;
  margin: 0;
  list-style: none;
  overflow-x: auto;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .breadcrumbs {
    font-size: 16px;
  }
}
.breadcrumbs li + li {
  display: flex;
  align-items: center;
}
.breadcrumbs li + li::before {
  content: "/";
  display: block;
  color: var(--black);
  padding: 0 5px;
}
.breadcrumbs li span > a, .breadcrumbs li span > span {
  color: var(--black);
}
.breadcrumbs li span > a:hover {
  color: var(--black);
}
@media (min-width: 992px) {
  .breadcrumbs li span > a:hover {
    color: var(--primary);
  }
}
.wave-1, .wave-2 {
  display: block;
  overflow: hidden;
  position: relative;
}
.wave-1 svg, .wave-2 svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wave-1 .mob, .wave-2 .mob {
  display: none;
}
@media (max-width: 767px) {
  .wave-1 .mob, .wave-2 .mob {
    display: block;
  }
}
@media (max-width: 767px) {
  .wave-1 .mob + .pc, .wave-2 .mob + .pc {
    display: none;
  }
}
.wave-1 {
  padding-top: 8%;
  z-index: 3;
  transform: translate(0, 2px);
}
@media (max-width: 767px) {
  .wave-1 {
    padding-top: 12.8%;
  }
}
.wave-2 {
  padding-top: 5.73%;
  z-index: 1;
  transform: translate(0, 2px);
}
@media (max-width: 767px) {
  .wave-2 {
    padding-top: 11.8%;
  }
}
.form-box {
  padding: 30px 30px 50px;
  border: 2px solid var(--secondary);
  border-radius: 30px;
}
.form-fields {
  display: grid;
  row-gap: 30px;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
}
.form-title {
  text-align: center;
  margin: 0 0 30px;
}
.form-descr {
  text-align: center;
}
.form-field {
  display: flex;
  flex-direction: column;
  position: relative;
}
.form-row, .form-column {
  display: grid;
  gap: 15px;
}
.form-column {
  grid-auto-flow: column;
  grid-auto-columns: max-content;
}
.form-label {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: var(--black);
  margin: 0 0 5px;
  opacity: 0.5;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.form-input, .form-textarea, .form-select:not(.form-nice-select) {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: var(--black);
  background: var(--white);
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(216, 185, 119, 0.5);
  border-radius: 0px;
  outline: 1px solid transparent;
  box-shadow: none;
  transition: 0.25s;
}
.form-input.wpcf7-not-valid, .form-textarea.wpcf7-not-valid, .form-select:not(.form-nice-select).wpcf7-not-valid {
  color: var(--red);
  border-bottom: 1px solid var(--red);
}
.has-error .form-input, .has-error .form-textarea, .has-error .form-select, .form-input[data-valid="false"], .form-textarea[data-valid="false"], .form-select[data-valid="false"] {
  outline: 1px solid var(--red);
}
.form-input {
  height: 42px;
  padding: 0;
}
.form-textarea {
  height: 110px;
  padding: 15px 0 0;
}
.form-select:not(.form-nice-select) {
  line-height: 42px;
  height: 42px;
  padding: 0;
}
.form-nice-select {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.form-buttons {
  display: flex;
  justify-content: space-between;
  margin: 30px 0 0;
}
.form-buttons.center {
  justify-content: center;
}
.form-submit {
  display: flex;
  width: 282px;
  margin: 10px auto 0;
}
@media (max-width: 767px) {
  .form-submit {
    width: 264px;
    margin: 30px auto 0;
  }
}
.wpcf7-form-control-wrap {
  position: relative;
}
.wpcf7-not-valid-tip {
  font-size: 0;
  width: 24px;
  height: 24px;
  background-image: url("../img/error.svg");
  background-size: cover;
  position: absolute;
  top: 9px;
  right: 0;
}
.wpcf7-response-output {
  display: none;
}
.form-errors {
  display: none;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  color: var(--black);
  padding: 0;
  margin: 15px 0 0;
  list-style: none;
}
.form-errors.show {
  display: grid;
}
.nice-select:after {
  width: 8px;
  height: 8px;
  border-color: var(--black);
  margin-top: -6px;
}
.nice-select .nice-select-dropdown {
  margin: 10px 0 0;
  transform: scale(1) translateY(0);
}
.flatpickr-calendar {
  border: 1px solid rgba(216, 185, 119, 0.5);
  box-shadow: none;
}
.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after, .flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
  display: none;
}
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: var(--primary);
  -webkit-box-shadow: none;
  box-shadow: none;
  color: var(--white);
  border-color: var(--primary);
}
.social-box {
  display: flex;
  align-items: center;
  gap: 20px;
}
.social-box a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-box a svg {
  fill: var(--white);
}
.social-box a:hover svg {
  fill: var(--white);
}
@media (min-width: 992px) {
  .social-box a:hover svg {
    fill: var(--primary);
  }
}
.language-box {
  display: flex;
  align-items: center;
  gap: 32px;
}
.language-box__link {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: var(--white);
}
.language-box__link:focus {
  color: var(--white);
}
.language-box__link:hover {
  color: var(--white);
}
@media (min-width: 992px) {
  .language-box__link:hover {
    color: var(--primary);
  }
}
.language-box__link.active {
  display: none;
}
.popup__close {
  background: var(--black);
  width: 60px;
  height: 60px;
  border-radius: 10px 0 0 10px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
.popup__close svg {
  fill: var(--white);
}
.popup-modal .popup__close {
  top: -2px;
  right: -2px;
}
.popup-nav {
  padding: 60px 0 20px;
  position: relative;
}
.popup-nav .language-box__link {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35;
  color: var(--black);
}
.popup-nav .language-box__link:focus, .popup-nav .language-box__link:hover {
  color: var(--black);
}
.popup-nav .language-box {
  padding: 0 85px;
  margin: 15px 0 0;
}
.popup-nav__login {
  display: flex;
  font-size: 16px;
  width: 180px;
  height: 50px;
  margin: 40px auto 0;
  color: var(--black);
}
.popup-nav__login svg {
  fill: var(--primary);
}
.popup-nav__login:hover {
  color: var(--black);
}
.popup-nav__login:hover svg {
  fill: var(--primary);
}
.popup-nav__address {
  text-align: center;
  margin: 30px 0 0;
}
.popup-nav__time {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 20px 0 0;
}
.popup-nav__social {
  justify-content: center;
  margin: 30px 0 0;
}
.popup-nav__social a svg {
  fill: var(--black);
}
.popup-nav__social a svg:hover {
  fill: var(--black);
}
.mob-nav-l1 {
  display: grid;
  row-gap: 15px;
  padding: 0 25px;
  margin: 0;
  list-style: none;
}
.mob-nav-l1__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 0 0 60px;
}
.mob-nav-l1__link {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35;
  color: var(--black);
}
.mob-nav-l1__link:hover {
  color: var(--black);
}
.mob-nav-l1__link.active {
  color: var(--primary);
}
.mob-nav-l1__toggle {
  padding: 0;
  margin: 0 0 0 10px;
  border: 0;
  background: transparent;
  outline: 0;
}
.mob-nav-l1__link.active + .mob-nav-l1__toggle svg {
  fill: var(--primary);
}
.mob-nav-l2 {
  width: 100%;
  padding: 20px 0 0;
  margin: 0 0 0 -60px;
  list-style: none;
}
.mob-nav-l2__item + .mob-nav-l2__item {
  margin: 15px 0 0;
}
.mob-nav-l2__link {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.35;
  color: var(--black);
}
.mob-nav-l2__link:hover {
  color: var(--black);
}
.mob-nav-l2__link.active {
  font-weight: 600;
  color: var(--primary);
}
.services-box {
  display: block;
  border: 2px solid var(--secondary);
  border-radius: 30px;
  padding: 15px 15px 30px;
}
.services-box__media {
  display: block;
  margin: 0 0 40px;
  position: relative;
}
@media (max-width: 767px) {
  .services-box__media {
    margin: 0 0 30px;
  }
}
.services-box__media::before {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--black);
  border-radius: 20px;
  opacity: 0;
  transition: opacity var(--transition-25);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.services-box__img {
  border-radius: 20px;
  width: 100%;
}
.services-box__more {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  display: flex;
  align-items: center;
  color: var(--white);
  opacity: 0;
  transition: opacity var(--transition-25);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
}
.services-box__more svg {
  fill: var(--white);
}
.services-box__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: var(--white);
  border-radius: 50%;
  transition: background var(--transition-25);
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.services-box__icon svg {
  stroke: var(--secondary);
  transition: stroke var(--transition-25);
}
.services-box__title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--black);
  min-height: 80px;
  margin: 0;
}
@media (max-width: 767px) {
  .services-box__title {
    min-height: 60px;
  }
}
.services-box:hover .services-box__media::before {
  opacity: 0;
}
@media (min-width: 992px) {
  .services-box:hover .services-box__media::before {
    opacity: 0.5;
  }
}
.services-box:hover .services-box__more {
  opacity: 0;
}
@media (min-width: 992px) {
  .services-box:hover .services-box__more {
    opacity: 1;
  }
}
.services-box:hover .services-box__icon {
  background: var(--white);
}
@media (min-width: 992px) {
  .services-box:hover .services-box__icon {
    background: var(--primary);
  }
}
.services-box:hover .services-box__icon svg {
  stroke: var(--secondary);
}
@media (min-width: 992px) {
  .services-box:hover .services-box__icon svg {
    stroke: var(--white);
  }
}
.services-box:hover .services-box__title {
  color: var(--black);
}
.doctors-box {
  display: block;
  border: 2px solid var(--secondary);
  border-radius: 30px;
  padding: 15px 15px 30px;
}
.doctors-box__media {
  display: block;
  margin: 0 0 40px;
  position: relative;
}
.doctors-box__media::before {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--black);
  border-radius: 20px;
  opacity: 0;
  transition: opacity var(--transition-25);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.doctors-box__img {
  border-radius: 20px;
  width: 100%;
}
.doctors-box__more {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  display: flex;
  align-items: center;
  color: var(--white);
  opacity: 0;
  transition: opacity var(--transition-25);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
}
.doctors-box__more svg {
  fill: var(--white);
}
.doctors-box__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: var(--white);
  border-radius: 50%;
  transition: background var(--transition-25);
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.doctors-box__icon svg {
  stroke: var(--secondary);
  transition: stroke var(--transition-25);
}
.doctors-box__title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-title);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  color: var(--black);
  min-height: 50px;
  margin: 0 0 20px;
}
.doctors-box__descr {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  color: var(--black);
  margin: 0 0 25px;
}
.doctors-box__btn {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--primary);
  display: flex;
  align-items: flex-end;
  margin: 0 auto;
  height: auto;
}
@media (max-width: 767px) {
  .doctors-box__btn {
    font-size: 20px;
  }
}
.doctors-box__btn svg {
  fill: var(--primary);
}
@media (max-width: 767px) {
  .doctors-box__btn svg {
    width: 25px;
    height: 25px;
  }
}
.doctors-box__btn:hover {
  color: var(--primary);
}
.doctors-box__btn:hover svg {
  fill: var(--primary);
}
@media (min-width: 992px) {
  .doctors-box__btn:hover {
    color: var(--black);
  }
  .doctors-box__btn:hover svg {
    fill: var(--black);
  }
}
.doctors-box__media:hover::before {
  opacity: 0;
}
@media (min-width: 992px) {
  .doctors-box__media:hover::before {
    opacity: 0.5;
  }
}
.doctors-box__media:hover .doctors-box__more {
  opacity: 0;
}
@media (min-width: 992px) {
  .doctors-box__media:hover .doctors-box__more {
    opacity: 1;
  }
}
.doctors-box__media:hover .doctors-box__icon {
  background: var(--white);
}
@media (min-width: 992px) {
  .doctors-box__media:hover .doctors-box__icon {
    background: var(--primary);
  }
}
.doctors-box__media:hover .doctors-box__icon svg {
  stroke: var(--secondary);
}
@media (min-width: 992px) {
  .doctors-box__media:hover .doctors-box__icon svg {
    stroke: var(--white);
  }
}
.services-icons-box {
  display: grid;
  grid-template-columns: 70px 1fr;
  column-gap: 30px;
  align-items: flex-end;
}
@media (max-width: 991px) {
  .services-icons-box {
    grid-template-columns: 55px 1fr;
  }
}
.services-icons-box__media {
  position: relative;
}
.services-icons-box__dec-1, .services-icons-box__dec-2 {
  position: absolute;
}
.services-icons-box__dec-1 {
  fill: #EBDCBA;
  top: 10px;
  right: 14px;
  z-index: 2;
}
@media (max-width: 991px) {
  .services-icons-box__dec-1 {
    width: 62px;
    height: 57px;
    top: 6px;
    right: 13px;
  }
}
.services-icons-box__dec-2 {
  stroke: var(--black);
  top: 18px;
  right: 21px;
  z-index: 1;
}
@media (max-width: 991px) {
  .services-icons-box__dec-2 {
    width: 63px;
    height: 57px;
    top: 12px;
    right: 17px;
  }
}
.services-icons-box__icon {
  position: relative;
  z-index: 3;
}
@media (max-width: 991px) {
  .services-icons-box__icon {
    width: 55px;
    height: 55px;
  }
}
.services-icons-box__title {
  font-family: var(--font-title);
  font-weight: 400;
  font-size: 32px;
  line-height: 1.23;
  color: var(--black);
  transition: var(--transition-25);
}
@media (max-width: 1199px) {
  .services-icons-box__title {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .services-icons-box__title {
    font-size: 20px;
  }
}
.services-icons-box:hover .services-icons-box__title {
  color: var(--black);
}
@media (min-width: 992px) {
  .services-icons-box:hover .services-icons-box__title {
    color: var(--primary);
  }
}
.services-icons-box:hover .services-icons-box__dec-1 {
  fill: #EBDCBA;
}
@media (min-width: 992px) {
  .services-icons-box:hover .services-icons-box__dec-1 {
    fill: var(--primary);
  }
}
.post-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 24px;
  row-gap: 20px;
}
@media (max-width: 1199px) {
  .post-box {
    grid-template-columns: 1fr;
  }
}
.post-box__media {
  display: block;
  position: relative;
}
.post-box__media::before {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--black);
  border-radius: 20px;
  opacity: 0;
  transition: opacity var(--transition-25);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.post-box__img {
  width: 100%;
  border-radius: 20px;
}
.post-box__more {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  display: flex;
  align-items: center;
  color: var(--white);
  opacity: 0;
  transition: opacity var(--transition-25);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
}
.post-box__more svg {
  fill: var(--white);
}
.post-box__title {
  display: block;
  font-family: var(--font-title);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
  color: var(--black);
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .post-box__title {
    font-size: 20px;
    margin: 0 0 15px;
  }
}
.post-box__title:hover {
  color: var(--black);
}
@media (min-width: 992px) {
  .post-box__title:hover {
    color: var(--primary);
  }
}
.post-box__date {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--black);
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  .post-box__date {
    margin: 0 0 15px;
  }
}
.post-box__date a {
  color: var(--primary);
}
.post-box__date a:hover {
  color: var(--primary);
}
@media (min-width: 992px) {
  .post-box__date a:hover {
    color: var(--black);
  }
}
.post-box__media:hover::before {
  opacity: 0;
}
@media (min-width: 992px) {
  .post-box__media:hover::before {
    opacity: 0.5;
  }
}
.post-box__media:hover .post-box__more {
  opacity: 0;
}
@media (min-width: 992px) {
  .post-box__media:hover .post-box__more {
    opacity: 1;
  }
}
.post-carousel-box__media {
  display: block;
  margin: 0 0 30px;
  position: relative;
}
@media (max-width: 767px) {
  .post-carousel-box__media {
    margin: 0 0 20px;
  }
}
.post-carousel-box__media::before {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--black);
  border-radius: 20px;
  opacity: 0;
  transition: opacity var(--transition-25);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.post-carousel-box__img {
  width: 100%;
  border-radius: 20px;
}
.post-carousel-box__more {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  display: flex;
  align-items: center;
  color: var(--white);
  opacity: 0;
  transition: opacity var(--transition-25);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
}
.post-carousel-box__more svg {
  fill: var(--white);
}
.post-carousel-box__date {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--black);
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .post-carousel-box__date {
    margin: 0 0 15px;
  }
}
.post-carousel-box__date a {
  color: var(--primary);
}
.post-carousel-box__date a:hover {
  color: var(--primary);
}
@media (min-width: 992px) {
  .post-carousel-box__date a:hover {
    color: var(--black);
  }
}
.post-carousel-box__title {
  font-family: var(--font-title);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
  color: var(--black);
}
.post-carousel-box__title:hover {
  color: var(--black);
}
@media (min-width: 992px) {
  .post-carousel-box__title:hover {
    color: var(--primary);
  }
}
.post-carousel-box__media:hover::before {
  opacity: 0;
}
@media (min-width: 992px) {
  .post-carousel-box__media:hover::before {
    opacity: 0.5;
  }
}
.post-carousel-box__media:hover .post-carousel-box__more {
  opacity: 0;
}
@media (min-width: 992px) {
  .post-carousel-box__media:hover .post-carousel-box__more {
    opacity: 1;
  }
}
.search-box {
  position: relative;
}
.search-box__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translate(0, -50%);
}
.search-box__btn svg {
  stroke: var(--black);
}
.search-box__input {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  color: var(--black);
  width: 100%;
  height: 50px;
  padding: 0 15px 0 75px;
  border: 2px solid var(--secondary);
  border-radius: 20px;
}
.pagination {
  display: flex;
  justify-content: center;
  gap: 24px;
  -ms-user-select: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.pagination__prev, .pagination__next, .pagination__link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  line-height: 1;
  min-width: 50px;
  height: 50px;
  padding: 0 10px;
  border-radius: 20px;
  border: 2px solid var(--secondary);
}
.pagination__prev:hover, .pagination__next:hover, .pagination__link:hover {
  color: var(--black);
}
.pagination__prev:hover svg, .pagination__next:hover svg, .pagination__link:hover svg {
  fill: var(--black);
}
@media (min-width: 992px) {
  .pagination__prev:hover, .pagination__next:hover, .pagination__link:hover {
    color: var(--secondary);
  }
  .pagination__prev:hover svg, .pagination__next:hover svg, .pagination__link:hover svg {
    fill: var(--secondary);
  }
}
.pagination__prev, .pagination__next {
  font-size: 20px;
  gap: 10px;
  width: 160px;
}
.pagination__prev svg, .pagination__next svg {
  fill: var(--black);
}
.pagination__link {
  font-size: 24px;
}
.pagination__link:hover {
  color: var(--black);
}
@media (min-width: 991px) {
  .pagination__link:hover {
    color: var(--secondary);
  }
}
.pagination__link.active {
  color: var(--black);
  background: var(--primary);
  border-color: var(--primary);
}
.services-nav {
  display: grid;
  grid-auto-flow: row;
  grid-auto-rows: max-content;
  row-gap: 24px;
  padding: 30px;
  margin: 0;
  list-style: none;
  background: var(--black);
  border-radius: 30px;
}
.services-nav__link {
  font-family: var(--font-title);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
  color: var(--white);
}
.services-nav__link:hover {
  color: var(--white);
}
@media (min-width: 992px) {
  .services-nav__link:hover {
    color: var(--primary);
  }
}
.services-nav__link.active {
  color: var(--primary);
}
/* Modules */
.module-box {
  padding: var(--module-padding) 0;
}
.module-box__header {
  position: relative;
  margin: 0 0 var(--module-header-margin);
}
.module-box__title {
  text-align: center;
  margin: 0;
}
.module-box__subtitle {
  font-family: var(--font-sub);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--secondary);
  text-align: center;
  margin: 0;
}
.module-box__subtitle + .module-box__title {
  margin-top: 20px;
}
.module-hello {
  padding: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.module-hello::after {
  content: "";
  background: linear-gradient(180deg, rgba(23, 12, 4, 0.5) 0%, rgba(23, 12, 4, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media (max-width: 767px) {
  .module-hello::after {
    background: linear-gradient(180deg, rgba(23, 12, 4, 0.6) 0%, rgba(23, 12, 4, 0) 100%);
  }
}
.module-hello__bg, .module-hello__bg-mob {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
}
@media (max-width: 767px) {
  .module-hello__bg {
    display: none;
  }
}
.module-hello__bg-mob {
  display: none;
}
@media (max-width: 767px) {
  .module-hello__bg-mob {
    display: block;
  }
}
.module-hello__dec-1, .module-hello__dec-2, .module-hello__dec-3 {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  pointer-events: none;
}
.module-hello__dec-1 {
  width: 201px;
  height: 203px;
  background-image: url("../img/dec-8.png");
  transform: translate(calc(-50% - 805px), calc(-50% + 20px));
}
@media (max-width: 1440px) {
  .module-hello__dec-1 {
    display: none;
  }
}
.module-hello__dec-2 {
  width: 107px;
  height: 94px;
  background-image: url("../img/dec-2.png");
  transform: translate(calc(-50% + 800px), calc(-50% - 250px));
  background-size: cover;
}
@media (max-width: 1440px) {
  .module-hello__dec-2 {
    transform: translate(calc(-50% + 555px), calc(-50% - 180px));
  }
}
@media (max-width: 1230px) {
  .module-hello__dec-2 {
    left: unset;
    right: 0px;
    transform: translate(-50px, calc(-50% - 180px));
  }
}
@media (max-width: 767px) {
  .module-hello__dec-2 {
    width: 41px;
    height: 35px;
    transform: translate(-60px, calc(-50% - 240px));
  }
}
.module-hello__dec-3 {
  width: 400px;
  height: 403px;
  background-image: url("../img/dec-9.png");
  transform: translate(calc(-50% - 245px), calc(-50% - 70px));
  background-size: cover;
  opacity: 0.3;
}
@media (max-width: 1440px) {
  .module-hello__dec-3 {
    width: 300px;
    height: 302px;
    transform: translate(calc(-50% - 340px), calc(-50% - 70px));
  }
}
@media (max-width: 1230px) {
  .module-hello__dec-3 {
    left: 0;
    transform: translate(125px, calc(-50% - 70px));
  }
}
@media (max-width: 767px) {
  .module-hello__dec-3 {
    width: 121px;
    height: 120px;
    transform: translate(25px, calc(-50% - 130px));
  }
}
.module-hello__dec-4 {
  position: absolute;
  left: 0%;
  bottom: 0;
  width: 100%;
}
.module-hello__inner {
  display: flex;
  height: 1010px;
  padding-top: calc(var(--header-bottom-height) + 150px);
  position: relative;
  z-index: 3;
}
@media (max-width: 1440px) {
  .module-hello__inner {
    height: 720px;
    padding-top: calc(var(--header-bottom-height) + 50px);
  }
}
@media (max-width: 767px) {
  .module-hello__inner {
    height: 600px;
    align-items: flex-end;
    padding-top: 30px;
    padding-bottom: 105px;
  }
}
.module-hello__content {
  width: 100%;
}
@media (max-width: 767px) {
  .module-hello__content {
    padding: 0 30px;
  }
}
.module-hello__subtitle {
  font-family: var(--font-sub);
  font-size: 48px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--secondary);
  margin: 0 0 30px;
}
@media (max-width: 1440px) {
  .module-hello__subtitle {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .module-hello__subtitle {
    font-size: 24px;
  }
}
.module-hello__title {
  font-family: var(--font-title);
  font-size: 96px;
  font-weight: 400;
  line-height: 1.25;
  color: var(--white);
  margin: 0 0 30px;
}
@media (max-width: 1440px) {
  .module-hello__title {
    font-size: 72px;
  }
}
@media (max-width: 767px) {
  .module-hello__title {
    font-size: 48px;
    margin: 0 0 80px;
  }
}
.module-hello__descr {
  font-family: var(--font-main);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.375;
  color: var(--white);
  max-width: 495px;
}
@media (max-width: 1440px) {
  .module-hello__descr {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .module-hello__descr {
    font-size: 18px;
    max-width: 250px;
  }
}
.module-hello__btn {
  display: flex;
  width: 280px;
  margin: 80px 0 0;
}
@media (max-width: 767px) {
  .module-hello__btn {
    width: 264px;
    margin: 100px 0 0;
  }
}
@media (max-width: 575px) {
  .module-hello__btn {
    margin: 100px auto 0;
  }
}
.module-about__inner {
  display: grid;
  grid-template-columns: 470px 1fr;
  column-gap: 115px;
  row-gap: 80px;
}
@media (max-width: 1440px) {
  .module-about__inner {
    grid-template-columns: 520px 1fr;
  }
}
@media (max-width: 1199px) {
  .module-about__inner {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1199px) {
  .module-about__left {
    order: 2;
  }
}
.module-about__media {
  max-width: 470px;
  position: relative;
}
@media (max-width: 1440px) {
  .module-about__media {
    max-width: 520px;
    padding-left: 50px;
  }
}
@media (max-width: 1199px) {
  .module-about__media {
    max-width: 470px;
    padding-left: 0;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .module-about__media {
    max-width: 350px;
  }
}
@media (max-width: 575px) {
  .module-about__media {
    max-width: 280px;
  }
}
.module-about__dec-1, .module-about__dec-2, .module-about__dec-3 {
  display: block;
  pointer-events: none;
  background-size: cover;
  position: absolute;
  z-index: 2;
}
.module-about__dec-1 {
  top: 0;
  left: 0;
  width: 79px;
  height: 120px;
  background-image: url("../img/dec-1.png");
  transform: translate(-50px, -25px);
}
@media (max-width: 1440px) {
  .module-about__dec-1 {
    transform: translate(0px, -25px);
  }
}
@media (max-width: 1199px) {
  .module-about__dec-1 {
    transform: translate(-50px, -25px);
  }
}
@media (max-width: 575px) {
  .module-about__dec-1 {
    width: 49px;
    height: 74px;
    transform: translate(-28px, -10px);
  }
}
.module-about__dec-2 {
  top: 0;
  right: 0;
  width: 107px;
  height: 94px;
  background-image: url("../img/dec-2.png");
  transform: translate(45px, 175px) rotate(15deg);
}
@media (max-width: 575px) {
  .module-about__dec-2 {
    width: 58px;
    height: 50px;
    transform: translate(24px, 108px) rotate(15deg);
  }
}
.module-about__dec-3 {
  left: 0;
  bottom: 0;
  width: 107px;
  height: 94px;
  background-image: url("../img/dec-2.png");
  transform: translate(75px, 45px) rotate(165deg);
}
@media (max-width: 575px) {
  .module-about__dec-3 {
    width: 53px;
    height: 47px;
    transform: translate(50px, 22px) rotate(165deg);
  }
}
.module-about .module-box__title, .module-about .module-box__subtitle {
  text-align: left;
}
@media (max-width: 1199px) {
  .module-about .module-box__title, .module-about .module-box__subtitle {
    text-align: center;
  }
}
@media (max-width: 1199px) {
  .module-about__content {
    order: 1;
  }
}
.module-about__descr {
  margin: 0 0 50px;
}
.module-about__link, .module-about__btn {
  display: flex;
  width: 282px;
}
@media (max-width: 1199px) {
  .module-about__link, .module-about__btn {
    margin: 0 auto;
  }
}
.module-services__list {
  position: relative;
}
@media (max-width: 1440px) {
  .module-services__list {
    padding: 0 32px;
  }
}
.module-services__link {
  display: flex;
  width: 280px;
  margin: 80px auto 0;
}
@media (max-width: 1199px) {
  .module-services__link {
    margin: 50px auto 0;
  }
}
.module-consult {
  overflow: hidden;
}
.module-consult__inner {
  padding: 35px 0 60px;
  background: var(--black);
}
@media (max-width: 1199px) {
  .module-consult__inner {
    padding: 50px 0;
  }
}
.module-consult__wrap {
  position: relative;
}
.module-consult__dec-1, .module-consult__dec-2, .module-consult__dec-3 {
  display: block;
  background-size: cover;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
.module-consult__dec-1 {
  width: 212px;
  height: 198px;
  background-image: url("../img/dec-3.png");
  top: 0;
  left: 0;
  transform: translate(-125px, 105px);
}
@media (max-width: 1199px) {
  .module-consult__dec-1 {
    display: none;
  }
}
.module-consult__dec-2 {
  width: 220px;
  height: 221px;
  background-image: url("../img/dec-9.png");
  opacity: 0.3;
  top: 0;
  left: 50%;
  transform: translate(calc(-50% + 270px), -80px) rotate(10deg);
}
@media (max-width: 1199px) {
  .module-consult__dec-2 {
    width: 110px;
    height: 110px;
    left: 0;
    transform: translate(45px, -15px) rotate(10deg);
  }
}
.module-consult__dec-3 {
  width: 107px;
  height: 94px;
  background-image: url("../img/dec-2.png");
  top: 0;
  right: 0;
  transform: translate(45px, 45px);
}
@media (max-width: 1199px) {
  .module-consult__dec-3 {
    width: 44px;
    height: 39px;
    transform: translate(-45px, -35px);
  }
}
.module-consult__title {
  color: var(--white);
  position: relative;
  z-index: 2;
}
@media (max-width: 1199px) {
  .module-consult__title {
    max-width: 360px;
    margin: 0 auto;
  }
}
.module-consult__descr {
  max-width: 995px;
  margin: 0 auto 50px;
  color: var(--white);
  text-align: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .module-consult__descr {
    margin: 0 auto 40px;
  }
}
.module-consult__info {
  display: grid;
  justify-content: center;
  gap: 30px;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .module-consult__info {
    gap: 20px;
  }
}
.module-consult__phone {
  font-size: 64px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--primary);
}
@media (max-width: 1440px) {
  .module-consult__phone {
    font-size: 48px;
  }
}
@media (max-width: 1199px) {
  .module-consult__phone {
    font-size: 32px;
  }
}
.module-consult__phone:hover {
  color: var(--primary);
}
@media (min-width: 992px) {
  .module-consult__phone:hover {
    color: var(--white);
  }
}
.module-consult__or {
  margin: 0;
}
.module-consult__btn {
  display: flex;
  width: 384px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .module-consult__btn {
    width: 296px;
  }
}
.module-doctors__list {
  position: relative;
}
@media (max-width: 1440px) {
  .module-doctors__list {
    padding: 0 32px;
  }
}
.module-doctors__link {
  display: flex;
  width: 280px;
  margin: 80px auto 0;
}
.module-services-icons__list {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  justify-content: center;
  column-gap: 235px;
  row-gap: 40px;
  max-width: 1040px;
  margin: 0 auto 60px;
}
@media (max-width: 1199px) {
  .module-services-icons__list {
    column-gap: 80px;
  }
}
@media (max-width: 991px) {
  .module-services-icons__list {
    row-gap: 30px;
    margin: 0 auto 45px;
  }
}
@media (max-width: 767px) {
  .module-services-icons__list {
    grid-template-columns: 1fr;
    padding: 0 0 0 40px;
  }
}
.module-services-icons__title {
  max-width: 840px;
  margin: 0 auto;
}
.module-services-icons__subtitle {
  margin: 0 0 30px;
}
.module-services-icons__link {
  display: flex;
  width: 282px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .module-services-icons__link {
    width: 264px;
  }
}
.module-patients__inner {
  padding: 80px 0;
  background: var(--black);
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .module-patients__inner {
    padding: 40px 0 50px;
  }
}
.module-patients__dec-1 {
  display: block;
  background-size: cover;
  pointer-events: none;
  position: absolute;
  z-index: 1;
  width: 107px;
  height: 94px;
  background-image: url("../img/dec-2.png");
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% + 765px), calc(-50% - 160px));
}
@media (max-width: 1199px) {
  .module-patients__dec-1 {
    display: none;
  }
}
.module-patients__title {
  color: var(--white);
}
.module-patients__list {
  margin: 0 0 60px;
  position: relative;
}
@media (max-width: 1440px) {
  .module-patients__list {
    padding: 0 32px;
    margin: 0 0 30px;
  }
}
.module-patients__img {
  width: 100%;
  border-radius: 20px;
}
.module-patients .swiper-pagination-bullet-active {
  background: var(--white);
}
.module-patients__footer {
  display: grid;
  grid-template-columns: 1fr max-content;
  max-width: 996px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .module-patients__footer {
    display: block;
  }
}
.module-patients__descr {
  color: var(--white);
}
@media (max-width: 991px) {
  .module-patients__descr {
    text-align: center;
    margin: 0 0 40px;
  }
}
.module-patients__link {
  display: flex;
  width: 282px;
}
@media (max-width: 991px) {
  .module-patients__link {
    width: 264px;
    margin: 0 auto;
  }
}
.module-record__title {
  text-align: left;
}
.module-record__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 70px;
  row-gap: 60px;
}
@media (max-width: 991px) {
  .module-record__inner {
    grid-template-columns: 1fr;
  }
}
.module-record__img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .module-record__title {
    text-align: center;
  }
}
.module-record__descr {
  margin: 0 0 60px;
}
@media (max-width: 991px) {
  .module-record__descr {
    text-align: center;
    margin: 0 0 50px;
  }
}
.module-record__btn {
  display: flex;
  width: 282px;
}
@media (max-width: 991px) {
  .module-record__btn {
    width: 264px;
    margin: 0 auto;
  }
}
.module-articles {
  --screen-width: 100vw;
  --container-paddings: calc(var(--container-padding) * 2);
  --module-paddings: calc(32px * 2);
  --slider-items: 3;
  --slider-margins: calc(24px * (var(--slider-items) - 1));
  --img-width: calc((var(--screen-width) - var(--container-paddings) - var(--module-paddings) - var(--slider-margins)) / var(--slider-items));
  --img-ratio: 256 / 384;
  --img-height: calc(var(--img-width) * var(--img-ratio));
  --button-size: calc(30px / 2);
}
.module-articles__inner {
  overflow: hidden;
  position: relative;
}
.module-articles__dec-1 {
  display: block;
  background-size: cover;
  pointer-events: none;
  position: absolute;
  z-index: 1;
  width: 107px;
  height: 94px;
  background-image: url("../img/dec-2.png");
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% - 795px), calc(-50% - 155px)) rotate(-90deg);
}
@media (max-width: 1199px) {
  .module-articles__dec-1 {
    display: none;
  }
}
.module-articles__list {
  position: relative;
}
@media (max-width: 1440px) {
  .module-articles__list {
    padding: 0 32px;
  }
}
@media (max-width: 1199px) {
  .module-articles {
    --slider-items: 2;
  }
}
@media (max-width: 767px) {
  .module-articles {
    --slider-items: 1;
  }
}
.module-articles .swiper-button-prev {
  transform: translate(calc(-100% - 10px), 113px);
  top: 0;
}
@media (max-width: 1440px) {
  .module-articles .swiper-button-prev {
    transform: translate(-6px, 113px);
  }
}
@media (max-width: 1229px) {
  .module-articles .swiper-button-prev {
    transform: translate(-6px, calc(var(--img-height) / 2 - var(--button-size)));
  }
}
.module-articles .swiper-button-next {
  transform: translate(calc(100% + 10px), 113px);
  top: 0;
}
@media (max-width: 1440px) {
  .module-articles .swiper-button-next {
    transform: translate(6px, 113px);
  }
}
@media (max-width: 1229px) {
  .module-articles .swiper-button-next {
    transform: translate(6px, calc(var(--img-height) / 2 - var(--button-size)));
  }
}
.module-editor {
  overflow: hidden;
}
.module-reviews {
  position: relative;
  overflow: hidden;
}
.module-reviews__inner {
  padding: 70px 0 50px;
  background: var(--black);
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .module-reviews__inner {
    padding: 40px 0 375px;
  }
}
.module-reviews__dec-1, .module-reviews__dec-2 {
  display: block;
  position: absolute;
  left: 50%;
  z-index: 3;
  pointer-events: none;
}
.module-reviews__dec-1 {
  width: 731px;
  height: 652px;
  background-image: url("../img/dec-10.png");
  background-size: cover;
  top: 50%;
  transform: translate(-100%, calc(-50% + 50px));
}
@media (max-width: 1199px) {
  .module-reviews__dec-1 {
    width: 490px;
    height: 395px;
    transform: translate(-100%, calc(-50% + 110px));
  }
}
@media (max-width: 991px) {
  .module-reviews__dec-1 {
    width: 422px;
    height: 376px;
    transform: translate(-50%, 40px);
    top: unset;
    bottom: 0;
  }
}
.module-reviews__dec-2 {
  top: 50%;
  width: 107px;
  height: 94px;
  background-image: url("../img/dec-2.png");
  background-size: cover;
  transform: translate(calc(-50% + 710px), calc(-50% - 210px));
}
@media (max-width: 991px) {
  .module-reviews__dec-2 {
    width: 44px;
    height: 39px;
    transform: translate(calc(-50% + 153px), 10px);
    top: 0;
  }
}
.module-reviews__title {
  color: var(--white);
}
.module-reviews__list {
  padding: 20px 0 0;
}
.module-reviews__title, .module-reviews__subtitle {
  text-align: left;
}
@media (max-width: 1199px) {
  .module-reviews__title, .module-reviews__subtitle {
    text-align: center;
  }
}
.module-reviews__title, .module-reviews__subtitle, .module-reviews__list {
  max-width: 490px;
  margin-left: auto;
}
@media (max-width: 991px) {
  .module-reviews__title, .module-reviews__subtitle, .module-reviews__list {
    margin-left: 0;
    max-width: 100%;
  }
}
.reviews-list__descr {
  font-weight: 600;
  color: var(--white);
  position: relative;
}
.reviews-list__descr::after {
  content: "";
  width: 100px;
  height: 84px;
  background-image: url("../img/quoutes.svg");
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: -8px;
  opacity: 0.5;
}
@media (max-width: 991px) {
  .reviews-list__descr::after {
    width: 60px;
    height: 50px;
    bottom: 6px;
  }
}
.reviews-list__name {
  font-family: var(--font-title);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
  color: var(--white);
  margin: 40px 0 0;
}
.reviews-list .swiper-pagination-bullet-active {
  background: var(--white);
}
.gallery-grid {
  display: grid;
  row-gap: 24px;
}
.gallery-grid__group {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 24px;
  row-gap: 24px;
  grid-template-areas: "img_1 img_1 img_2 img_3" "img_1 img_1 img_6 img_6" "img_4 img_5 img_6 img_6";
}
.gallery-grid__item:nth-child(6n + 1) {
  grid-area: img_1;
}
.gallery-grid__item:nth-child(6n + 2) {
  grid-area: img_2;
}
.gallery-grid__item:nth-child(6n + 3) {
  grid-area: img_3;
}
.gallery-grid__item:nth-child(6n + 4) {
  grid-area: img_4;
}
.gallery-grid__item:nth-child(6n + 5) {
  grid-area: img_5;
}
.gallery-grid__item:nth-child(6n + 6) {
  grid-area: img_6;
}
.gallery-grid__img {
  border-radius: 20px;
}
.module-gallery__grid {
  margin: 0 0 60px;
}
@media (max-width: 1440px) {
  .module-gallery__grid {
    margin: 0 0 30px;
  }
}
@media (max-width: 991px) {
  .module-gallery__grid {
    display: none;
  }
}
.module-gallery__slider {
  display: none;
  position: relative;
}
@media (max-width: 1440px) {
  .module-gallery__slider {
    padding: 0 32px;
  }
}
@media (max-width: 991px) {
  .module-gallery__slider {
    display: block;
  }
}
.module-gallery__footer {
  display: grid;
  grid-template-columns: 1fr max-content;
  max-width: 996px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .module-gallery__footer {
    display: block;
  }
}
@media (max-width: 991px) {
  .module-gallery__descr {
    text-align: center;
    margin: 0 0 40px;
  }
}
.module-gallery__link {
  display: flex;
  width: 282px;
  color: var(--black);
}
@media (max-width: 991px) {
  .module-gallery__link {
    width: 264px;
    margin: 0 auto;
  }
}
.module-gallery__link svg {
  fill: var(--black);
}
.module-gallery__link:focus {
  color: var(--black);
}
.module-gallery__link:focus svg {
  fill: var(--black);
}
.module-gallery__link:hover {
  color: var(--black);
}
.module-gallery__link:hover svg {
  fill: var(--black);
}
@media (min-width: 991px) {
  .module-gallery__link:hover {
    color: var(--white);
  }
  .module-gallery__link:hover svg {
    fill: var(--white);
  }
}
.gallery-slider__img {
  border-radius: 20px;
}
/* layouts */
@media (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}
.header {
  position: relative;
  z-index: 20;
}
.header-top {
  padding: 15px 0;
  background: var(--black);
  height: var(--header-top-height);
}
@media (max-width: 991px) {
  .header-top {
    display: none;
  }
}
.header-top__inner {
  display: grid;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
  grid-template-columns: repeat(4, max-content);
}
.header-top__time, .header-top__address {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--white);
}
@media (max-width: 1440px) {
  .header-top__time, .header-top__address {
    font-size: 14px;
  }
}
.header-top__phone {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--white);
}
@media (max-width: 1440px) {
  .header-top__phone {
    font-size: 16px;
  }
}
.header-top__phone:hover {
  color: var(--white);
}
@media (min-width: 992px) {
  .header-top__phone:hover {
    color: var(--primary);
  }
}
.header-bottom {
  padding: 5px 0;
  height: var(--header-bottom-height);
  background: transparent;
  transition: background var(--transition-25);
  position: absolute;
  top: var(--header-top-height);
  left: 0;
  right: 0;
}
.sticky .header-bottom {
  position: fixed;
  top: var(--admin-bar-margin);
  right: var(--pr);
  background: var(--black);
}
@media (max-width: 991px) {
  .header-bottom {
    background: var(--black);
  }
}
.header-bottom__inner {
  display: grid;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
  grid-template-columns: repeat(3, max-content);
}
@media (max-width: 991px) {
  .header-bottom__inner {
    grid-template-columns: 50px 1fr 20px 50px;
    gap: 15px;
  }
}
.header-bottom__logo img {
  height: 100px;
}
@media (max-width: 991px) {
  .header-bottom__logo img {
    height: 50px;
  }
}
.header-bottom__menu {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: 1440px) {
  .header-bottom__menu {
    gap: 18px;
  }
}
.header-bottom__login {
  font-size: 16px;
  height: 50px;
  padding: 0 24px;
}
@media (max-width: 1440px) {
  .header-bottom__login {
    font-size: 14px;
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .header-bottom__login {
    display: none;
  }
}
.header-bottom__login svg, .header-bottom__login:focus svg {
  fill: var(--primary);
}
.header-bottom__phone {
  display: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--white);
  text-align: center;
  margin: 0 auto;
}
.header-bottom__phone:hover, .header-bottom__phone:focus {
  color: var(--white);
}
@media (max-width: 991px) {
  .header-bottom__phone {
    display: block;
  }
}
.header-bottom__burger {
  display: none;
  height: 50px;
  width: 50px;
}
.header-bottom__burger svg {
  stroke: var(--white);
}
@media (max-width: 991px) {
  .header-bottom__burger {
    display: flex;
  }
}
.main-nav {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 29px;
}
@media (max-width: 1440px) {
  .main-nav {
    gap: 18px;
  }
}
@media (max-width: 991px) {
  .main-nav {
    display: none;
  }
}
.main-nav > li > a {
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.38;
  color: var(--white);
  padding: 0 3px;
  position: relative;
}
@media (max-width: 1440px) {
  .main-nav > li > a {
    font-size: 16px;
  }
}
.main-nav > li > a::after {
  content: "";
  width: 0%;
  height: 2px;
  background: var(--secondary);
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translate(-50%, 0);
  transition: var(--transition-25);
  pointer-events: none;
}
.main-nav > li > a:hover {
  color: var(--white);
}
@media (min-width: 992px) {
  .main-nav > li > a:hover {
    color: var(--primary);
  }
  .main-nav > li > a:hover::after {
    width: 100%;
  }
}
.main-nav > li.current-menu-item > a, .main-nav > li.current-menu-parent > a {
  color: var(--primary);
}
.main-nav > li.current-menu-item > a::after, .main-nav > li.current-menu-parent > a::after {
  width: 100%;
}
.fixed-callback {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  background: var(--primary);
  border-radius: 50%;
  border: 0;
  box-shadow: 0px 0px 0px 10px rgba(229, 180, 81, 0.5);
  position: fixed;
  right: calc(60px + var(--pr));
  bottom: 60px;
  z-index: 3;
  animation: pulse 1.5s infinite ease-in-out;
  transition: box-shadow 0.5s ease;
}
@media (max-width: 1440px) {
  .fixed-callback {
    right: calc(30px + var(--pr));
    bottom: 30px;
  }
}
@media (max-width: 991px) {
  .fixed-callback {
    right: calc(15px + var(--pr));
    bottom: 15px;
    width: 60px;
    height: 60px;
    box-shadow: 0px 0px 0px 5px rgba(229, 180, 81, 0.5);
    animation: pulse_mob 1.5s infinite ease-in-out;
  }
}
.fixed-callback.hover.stop {
  animation: none;
}
.fixed-callback svg {
  fill: var(--white);
}
@media (max-width: 991px) {
  .fixed-callback svg {
    width: 30px;
    height: 30px;
  }
}
.fixed-callback:hover svg {
  animation: shake 0.5s;
}
.footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.footer__inner {
  background: var(--black);
  position: relative;
}
.footer__dec-1 {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  pointer-events: none;
  width: 107px;
  height: 94px;
  background-image: url("../img/dec-2.png");
  background-size: cover;
  transform: translate(calc(-50% + 750px), calc(-50% - 125px));
}
@media (max-width: 991px) {
  .footer__dec-1 {
    width: 44px;
    height: 39px;
    top: 0;
    transform: translate(calc(-50% + 125px), 0px);
  }
}
.footer__top {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  padding: 50px 0;
}
@media (max-width: 991px) {
  .footer__top {
    grid-template-columns: 1fr;
    max-width: 360px;
    margin: 0 auto;
    gap: 40px;
  }
}
.footer__logo {
  display: inline-block;
  margin: 0 0 30px;
}
@media (max-width: 991px) {
  .footer__logo {
    display: none;
  }
}
.footer__bottom {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 991px) {
  .footer-links {
    order: 3;
  }
}
.footer-contacts {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 991px) {
  .footer-contacts {
    order: 1;
  }
}
.footer-contacts__address, .footer-contacts__phone, .footer-contacts__email, .footer-contacts__time {
  display: flex;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  color: var(--white);
}
@media (max-width: 1440px) {
  .footer-contacts__address, .footer-contacts__phone, .footer-contacts__email, .footer-contacts__time {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .footer-contacts__address, .footer-contacts__phone, .footer-contacts__email, .footer-contacts__time {
    font-size: 20px;
  }
}
.footer-contacts__address svg, .footer-contacts__phone svg, .footer-contacts__email svg, .footer-contacts__time svg {
  margin-right: 20px;
}
.footer-contacts__address, .footer-contacts__phone, .footer-contacts__email {
  align-items: center;
}
.footer-contacts__address svg, .footer-contacts__phone svg, .footer-contacts__time svg {
  fill: var(--white);
}
.footer-contacts__email svg {
  stroke: var(--white);
}
.footer-contacts__phone:hover, .footer-contacts__email:hover {
  color: var(--white);
}
@media (min-width: 992px) {
  .footer-contacts__phone:hover, .footer-contacts__email:hover {
    color: var(--primary);
  }
}
.footer-contacts__time {
  line-height: 2;
}
.footer-contacts__time svg {
  transform: translate(0, 7px);
}
.footer-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
@media (max-width: 991px) {
  .footer-info {
    order: 2;
  }
}
.footer-info__subscribe, .footer-info__login {
  display: flex;
  width: 100%;
  max-width: 280px;
  font-size: 20px;
}
@media (max-width: 991px) {
  .footer-info__subscribe, .footer-info__login {
    display: none;
  }
}
.footer-bottom__copyright {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  color: var(--white);
}
.footer-social {
  max-width: 270px;
}
.footer-social__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  color: var(--white);
  margin: 0 0 30px;
}
@media (max-width: 991px) {
  .footer-social__title {
    display: none;
  }
}
.footer-social__list {
  gap: 30px;
  justify-content: center;
}
.footer-social a {
  border: 2px solid var(--primary);
  border-radius: 50%;
  width: 70px;
  height: 70px;
}
.secondary-nav {
  display: grid;
  gap: 30px;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (max-width: 991px) {
  .secondary-nav {
    gap: 20px;
    text-align: center;
  }
}
.secondary-nav a {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--white);
}
@media (max-width: 1440px) {
  .secondary-nav a {
    font-size: 16px;
  }
}
.secondary-nav a:hover {
  color: var(--white);
}
@media (min-width: 992px) {
  .secondary-nav a:hover {
    color: var(--primary);
  }
}
.page-template-default .header__bottom, .post-template-default .header__bottom, .services_post-template-default .header__bottom, .doctors_post-template-default .header__bottom {
  background: rgba(23, 12, 4, 0.8);
}
.page-about {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .page-about {
    padding: 0 0 60px;
  }
}
.page-contacts {
  padding: 120px 0;
}
@media (max-width: 767px) {
  .page-contacts {
    padding: 40px 0 100px;
  }
}
.page-prices {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .page-prices {
    padding: 0 0 60px;
  }
}
.post-services {
  padding: 0 0 80px;
}
@media (max-width: 767px) {
  .post-services {
    padding: 0 0 50px;
  }
}
.post-doctors {
  padding: 0 0 120px;
}
@media (max-width: 767px) {
  .post-doctors {
    padding: 0 0 100px;
  }
}
.post-blog {
  padding: 0 0 120px;
}
@media (max-width: 767px) {
  .post-blog {
    padding: 0 0 100px;
  }
}
.page-content {
  padding: 0 0 120px;
}
@media (max-width: 767px) {
  .page-content {
    padding: 0 0 100px;
  }
}
.page-header {
  padding: calc(80px + var(--header-bottom-height)) 0 60px;
}
@media (max-width: 991px) {
  .page-header {
    padding: 40px 0;
  }
}
.page-header .breadcrumbs {
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  .page-header .breadcrumbs {
    margin: 0 0 20px;
  }
}
.page-header__title {
  margin: 0;
}
.page-showcase {
  position: relative;
  min-height: 500px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-showcase {
    min-height: 0;
    padding-top: 66.6%;
  }
}
.page-showcase::before, .page-showcase::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.page-showcase::before {
  background: linear-gradient(180deg, rgba(23, 12, 4, 0.5) 0%, rgba(23, 12, 4, 0) 100%);
}
.page-showcase::after {
  background: linear-gradient(90deg, rgba(23, 12, 4, 0.5) 19%, rgba(23, 12, 4, 0) 55%);
}
.page-showcase__bg, .page-showcase__bg-mob {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .page-showcase__bg {
    display: none;
  }
}
.page-showcase__bg-mob {
  display: none;
}
@media (max-width: 767px) {
  .page-showcase__bg-mob {
    display: block;
  }
}
.page-showcase__dec-1 {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  pointer-events: none;
  width: 107px;
  height: 94px;
  background-image: url("../img/dec-2.png");
  background-size: cover;
  transform: translate(calc(-50% + 780px), calc(-50% - 35px));
}
@media (max-width: 767px) {
  .page-showcase__dec-1 {
    width: 58px;
    height: 50px;
    top: 0;
    right: 0;
    left: unset;
    transform: translate(-24px, 24px);
  }
}
.page-showcase__inner {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.page-showcase__title {
  color: var(--white);
  margin: 0 0 40px;
}
.page-showcase .breadcrumbs li + li::before {
  color: var(--white);
}
.page-showcase .breadcrumbs li span > a, .page-showcase .breadcrumbs li span > span {
  color: var(--white);
}
.page-showcase .breadcrumbs li span > a:hover {
  color: var(--white);
}
@media (min-width: 992px) {
  .page-showcase .breadcrumbs li span > a:hover {
    color: var(--primary);
  }
}
.editor-about {
  position: relative;
}
.editor-about__dec-1, .editor-about__dec-2 {
  display: block;
  background-size: cover;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
}
@media (max-width: 1199px) {
  .editor-about__dec-1, .editor-about__dec-2 {
    display: none;
  }
}
.editor-about__dec-1 {
  width: 79px;
  height: 120px;
  background-image: url("../img/dec-1.png");
  transform: translate(calc(-50% - 790px), 710px);
}
.editor-about__dec-2 {
  width: 532px;
  height: 492px;
  background-image: url("../img/dec-7.png");
  transform: translate(calc(-50% + 930px), 290px);
}
.page-prices {
  position: relative;
  overflow: hidden;
}
.page-prices__dec-1, .page-prices__dec-2 {
  display: block;
  background-size: cover;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
}
@media (max-width: 1199px) {
  .page-prices__dec-1, .page-prices__dec-2 {
    display: none;
  }
}
.page-prices__dec-1 {
  width: 79px;
  height: 120px;
  background-image: url("../img/dec-1.png");
  transform: translate(calc(-50% - 780px), 470px);
}
.page-prices__dec-2 {
  width: 532px;
  height: 492px;
  background-image: url("../img/dec-7.png");
  transform: translate(calc(-50% + 930px), 850px);
}
.prices-wrap {
  display: grid;
  gap: 20px;
  padding: 60px 0 100px;
}
@media (max-width: 991px) {
  .prices-wrap {
    gap: 15px;
    padding: 40px 0 80px;
  }
}
.prices-list {
  border: 2px solid var(--secondary);
  border-radius: 30px;
}
@media (max-width: 991px) {
  .prices-list {
    border-radius: 20px;
  }
}
.prices-list__title {
  font-family: var(--font-title);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
  color: var(--black);
  padding: 30px 25px 30px 80px;
  transition: var(--transition-25);
}
@media (max-width: 991px) {
  .prices-list__title {
    font-size: 20px;
    padding: 17px 15px 17px 30px;
  }
}
.prices-list__title svg {
  fill: var(--black);
}
.prices-list__title.active {
  color: var(--secondary);
}
.prices-list__title.active svg {
  fill: var(--secondary);
}
.prices-list__wrap {
  padding: 10px 80px 75px;
}
@media (max-width: 991px) {
  .prices-list__wrap {
    padding: 0 30px 40px;
  }
}
.prices-item {
  display: grid;
  grid-template-columns: 1fr max-content;
  justify-content: space-between;
  align-items: end;
  position: relative;
}
.prices-item::after {
  content: "";
  height: 1px;
  width: 100%;
  background-image: url("../img/dotted-step-2-px.svg");
  background-repeat: repeat-x;
  position: absolute;
  left: 0;
  top: 1.3em;
  z-index: 1;
}
.prices-item__name {
  position: relative;
}
.prices-item__descr {
  grid-column: 1/2;
  padding: 0 0 10px;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 767px) {
  .prices-item__descr {
    font-size: 12px;
  }
}
.prices-item__name span, .prices-item__price span {
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
  color: var(--black);
  background: var(--white);
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .prices-item__name span, .prices-item__price span {
    font-size: 14px;
  }
}
.prices-item__name span {
  padding: 0 30px 0 0;
}
@media (max-width: 991px) {
  .prices-item__name span {
    padding: 0 15px 0 0;
  }
}
.prices-item__price span {
  font-weight: 600;
  padding: 0 0 0 30px;
}
@media (max-width: 991px) {
  .prices-item__price span {
    padding: 0 0 0 15px;
  }
}
.page-contacts {
  overflow: hidden;
  position: relative;
}
.page-contacts__dec-1, .page-contacts__dec-2 {
  display: block;
  background-size: cover;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
}
.page-contacts__dec-1 {
  width: 79px;
  height: 120px;
  background-image: url(../img/dec-1.png);
  transform: translate(calc(-50% - 820px), 480px);
}
.page-contacts__dec-2 {
  width: 212px;
  height: 198px;
  background-image: url("../img/dec-3.png");
  transform: translate(calc(-50% + 775px), calc(-50% + 1000px)) scale(-1, 1);
}
.contacts-top {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 20px;
  row-gap: 30px;
  justify-content: space-between;
  margin: 0 0 120px;
}
@media (max-width: 991px) {
  .contacts-top {
    grid-template-columns: 1fr;
    margin: 0 0 60px;
  }
}
.contacts-top__item {
  position: relative;
}
@media (max-width: 991px) {
  .contacts-top__item {
    display: grid;
    grid-template-columns: max-content 1fr;
    align-items: center;
    column-gap: 30px;
    max-width: 315px;
  }
}
.contacts-top__icon {
  width: 200px;
  height: 185px;
  margin: 0 auto 30px;
  position: relative;
}
@media (max-width: 991px) {
  .contacts-top__icon {
    width: 94px;
    height: 86px;
    margin: 0;
  }
}
.contacts-top__icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
}
.contacts-top__text, .contacts-top__link {
  display: block;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  color: var(--black);
  max-width: 230px;
  margin: 0 auto;
  word-break: break-all;
}
@media (max-width: 991px) {
  .contacts-top__text, .contacts-top__link {
    font-size: 20px;
    text-align: left;
    margin: 0;
  }
}
.contacts-top__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.contacts-top__dec-1 {
  fill: var(--secondary);
  transform: translate(calc(-50% + 8px), calc(-50% - 7px)) rotate(15deg);
  z-index: 2;
}
@media (max-width: 991px) {
  .contacts-top__dec-1 {
    width: 69px;
    height: 67px;
    transform: translate(calc(-50% + 4px), calc(-50% - 4px)) rotate(15deg);
  }
}
.contacts-top__dec-2 {
  stroke: var(--black);
  transform: translate(calc(-50% - 4px), calc(-50% + 2px)) rotate(15deg);
  z-index: 1;
}
@media (max-width: 991px) {
  .contacts-top__dec-2 {
    width: 69px;
    height: 68px;
    transform: translate(calc(-50% - 3px), calc(-50% - 1px)) rotate(15deg);
  }
}
.contacts-top__dec-3 {
  transform: translate(calc(-50% + 12px), calc(-50% - 5px));
  z-index: 3;
}
@media (max-width: 991px) {
  .contacts-top__dec-3 {
    width: 30px;
    height: 30px;
    transform: translate(calc(-50% + 8px), calc(-50% - 6px));
  }
}
.contacts-top__dec-3:not(.email) {
  fill: var(--black);
}
.contacts-top__dec-3.email {
  stroke: var(--black);
}
.contacts-top__item:hover .contacts-top__dec-1 {
  fill: var(--secondary);
}
.contacts-top__item:hover .contacts-top__link-1 {
  color: var(--black);
}
@media (min-width: 992px) {
  .contacts-top__item:hover .contacts-top__dec-1 {
    fill: var(--primary);
  }
  .contacts-top__item:hover .contacts-top__link-1 {
    color: var(--primary);
  }
}
.contacts-disclaimer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
  row-gap: 30px;
  justify-content: space-between;
  margin: 0 0 120px;
}
@media (max-width: 991px) {
  .contacts-disclaimer {
    grid-template-columns: 1fr;
    margin: 0 0 60px;
  }
}
.contacts-disclaimer__descr {
  display: grid;
  align-items: center;
}
.contacts-bottom {
  display: grid;
  grid-template-columns: 1fr 480px;
  column-gap: 24px;
  row-gap: 60px;
}
@media (max-width: 991px) {
  .contacts-bottom {
    grid-template-columns: 1fr;
  }
}
.contacts-bottom__map {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .contacts-bottom__map {
    height: 440px;
  }
}
.contacts-bottom__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-error {
  position: relative;
  overflow: hidden;
}
.page-error::after {
  content: "";
  background: linear-gradient(180deg, rgba(23, 12, 4, 0.5) 0%, rgba(23, 12, 4, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media (max-width: 767px) {
  .page-error::after {
    background: linear-gradient(180deg, rgba(23, 12, 4, 0.6) 0%, rgba(23, 12, 4, 0) 100%);
  }
}
.page-error__bg, .page-error__bg-mob {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
}
@media (max-width: 767px) {
  .page-error__bg {
    display: none;
  }
}
.page-error__bg-mob {
  display: none;
}
@media (max-width: 767px) {
  .page-error__bg-mob {
    display: block;
  }
}
.page-error__dec-1 {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  pointer-events: none;
  width: 107px;
  height: 94px;
  background-image: url("../img/dec-2.png");
  transform: translate(calc(-50% + 800px), calc(-50% - 250px));
  background-size: cover;
}
@media (max-width: 1440px) {
  .page-error__dec-1 {
    transform: translate(calc(-50% + 555px), calc(-50% - 180px));
  }
}
@media (max-width: 1230px) {
  .page-error__dec-1 {
    left: unset;
    right: 0px;
    transform: translate(-50px, calc(-50% - 180px));
  }
}
@media (max-width: 767px) {
  .page-error__dec-1 {
    width: 41px;
    height: 35px;
    transform: translate(-60px, calc(-50% - 240px));
  }
}
.page-error__inner {
  min-height: 900px;
  height: calc(100vh - 580px);
  padding-top: calc(var(--header-bottom-height) + 100px);
  position: relative;
  z-index: 3;
}
@media (max-width: 1440px) {
  .page-error__inner {
    height: calc(100vh - 565px);
  }
}
@media (max-width: 767px) {
  .page-error__inner {
    min-height: 600px;
    height: calc(100vh - 865px);
    padding-top: 90px;
  }
}
.error-inner__title, .error-inner__descr {
  max-width: 510px;
  margin: 0 0 60px;
  color: var(--white);
}
@media (max-width: 767px) {
  .error-inner__title, .error-inner__descr {
    max-width: 296px;
    margin: 0 auto 60px;
  }
}
.error-inner__btn {
  display: flex;
  width: 282px;
}
@media (max-width: 767px) {
  .error-inner__btn {
    width: 264px;
    margin: 0 auto;
  }
}
.error404 .footer {
  margin-top: calc((100vw * 0.0573) * -1);
}
@media (max-width: 767px) {
  .error404 .footer {
    margin-top: calc((100vw * 0.118) * -1);
  }
}
.tax-services {
  padding: 100px 0 120px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .tax-services {
    padding: 40px 30px 100px;
  }
}
.tax-services__dec-1, .tax-services__dec-2 {
  display: block;
  background-size: cover;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
}
@media (max-width: 1199px) {
  .tax-services__dec-1, .tax-services__dec-2 {
    display: none;
  }
}
.tax-services__dec-1 {
  width: 79px;
  height: 120px;
  background-image: url("../img/dec-1.png");
  transform: translate(calc(-50% - 780px), 760px);
}
.tax-services__dec-2 {
  width: 532px;
  height: 492px;
  background-image: url("../img/dec-7.png");
  transform: translate(calc(-50% + 930px), calc(-50% + 1550px));
}
.tax-services__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
  row-gap: 40px;
}
@media (max-width: 1199px) {
  .tax-services__inner {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
  }
}
@media (max-width: 767px) {
  .tax-services__inner {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}
.tax-doctors {
  padding: 100px 0 120px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .tax-doctors {
    padding: 40px 30px 100px;
  }
}
.tax-doctors__dec-1, .tax-doctors__dec-2 {
  display: block;
  background-size: cover;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
}
@media (max-width: 1199px) {
  .tax-doctors__dec-1, .tax-doctors__dec-2 {
    display: none;
  }
}
.tax-doctors__dec-1 {
  width: 79px;
  height: 120px;
  background-image: url("../img/dec-1.png");
  transform: translate(calc(-50% - 770px), 465px);
}
.tax-doctors__dec-2 {
  width: 532px;
  height: 492px;
  background-image: url("../img/dec-7.png");
  transform: translate(calc(-50% + 930px), 900px);
}
.tax-doctors__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
  row-gap: 40px;
}
@media (max-width: 1199px) {
  .tax-doctors__inner {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
  }
}
@media (max-width: 767px) {
  .tax-doctors__inner {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}
.tax-articles {
  padding: 60px 0 120px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .tax-articles {
    padding: 40px 0 100px;
  }
}
.tax-articles__dec-1, .tax-articles__dec-2 {
  display: block;
  background-size: cover;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
}
@media (max-width: 1199px) {
  .tax-articles__dec-1, .tax-articles__dec-2 {
    display: none;
  }
}
.tax-articles__dec-1 {
  width: 79px;
  height: 120px;
  background-image: url("../img/dec-1.png");
  transform: translate(calc(-50% - 820px), 660px);
}
.tax-articles__dec-2 {
  width: 532px;
  height: 492px;
  background-image: url("../img/dec-7.png");
  transform: translate(calc(-50% + 930px), 1145px);
}
.articles-top {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr max-content;
  gap: 30px;
  margin: 0 0 60px;
}
@media (max-width: 1199px) {
  .articles-top {
    grid-template-columns: 1fr;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .articles-top {
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .articles-top__filter {
    max-width: 360px;
    width: 100%;
    margin: 0 auto;
  }
}
.articles-top__search {
  width: 384px;
}
@media (max-width: 1199px) {
  .articles-top__search {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .articles-top__search {
    max-width: 360px;
    width: 100%;
  }
}
.articles-categories {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  gap: 24px;
}
@media (max-width: 767px) {
  .articles-categories {
    gap: 13px;
    justify-content: space-between;
  }
}
.articles-categories__link {
  padding: 8px 50px;
  color: var(--black);
  border: 2px solid var(--secondary);
  border-radius: 20px;
}
@media (max-width: 767px) {
  .articles-categories__link {
    padding: 11px 22px;
  }
}
.articles-categories__link:hover {
  color: var(--black);
  background: transparent;
  border-color: var(--secondary);
}
@media (min-width: 992px) {
  .articles-categories__link:hover {
    background: var(--primary);
    border-color: var(--primary);
  }
}
.articles-categories__link.active {
  background: var(--primary);
  border-color: var(--primary);
}
.articles-wrap__loadmore {
  display: none;
  width: 264px;
  margin: 50px auto 0;
}
@media (max-width: 767px) {
  .articles-wrap__loadmore {
    display: flex;
  }
}
.articles-list {
  display: grid;
  row-gap: 60px;
}
@media (max-width: 767px) {
  .articles-list {
    row-gap: 50px;
  }
}
.articles-pagination {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .articles-pagination {
    display: none;
  }
}
.post-services {
  position: relative;
  overflow: hidden;
}
.post-services__dec-1, .post-services__dec-2 {
  display: block;
  background-size: cover;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
}
@media (max-width: 1199px) {
  .post-services__dec-1, .post-services__dec-2 {
    display: none;
  }
}
.post-services__dec-1 {
  width: 79px;
  height: 120px;
  background-image: url("../img/dec-1.png");
  transform: translate(calc(-50% - 780px), 1280px);
}
.post-services__dec-2 {
  width: 532px;
  height: 492px;
  background-image: url("../img/dec-7.png");
  transform: translate(calc(-50% + 930px), 1600px);
}
.services-wrap {
  display: grid;
  grid-template-columns: 1fr 410px;
  column-gap: 30px;
  row-gap: 60px;
  padding: 0 0 120px;
}
@media (max-width: 1199px) {
  .services-wrap {
    grid-template-columns: 1fr;
    row-gap: 40px;
    padding: 0 0 10px;
  }
}
@media (max-width: 991px) {
  .services-wrap {
    padding: 0 0 60px;
  }
}
@media (max-width: 1199px) {
  .services-wrap__left {
    order: 1;
  }
}
.services-wrap__right {
  display: grid;
  grid-auto-flow: row;
  grid-auto-rows: max-content;
  row-gap: 40px;
}
@media (max-width: 1199px) {
  .services-wrap__right {
    order: 3;
  }
}
@media (max-width: 1199px) {
  .services-wrap__nav {
    display: none;
  }
}
@media (max-width: 1199px) {
  .services-wrap__form {
    max-width: 410px;
    margin: 40px auto 0;
  }
}
.services-wrap__bottom {
  grid-column: -1/1;
}
@media (max-width: 1199px) {
  .services-wrap__bottom {
    order: 2;
  }
}
.post-doctors {
  position: relative;
  overflow: hidden;
}
.post-doctors__dec-1, .post-doctors__dec-2 {
  display: block;
  background-size: cover;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
}
@media (max-width: 1199px) {
  .post-doctors__dec-1, .post-doctors__dec-2 {
    display: none;
  }
}
.post-doctors__dec-1 {
  width: 79px;
  height: 120px;
  background-image: url("../img/dec-1.png");
  transform: translate(calc(-50% - 780px), 1200px);
}
.post-doctors__dec-2 {
  width: 532px;
  height: 492px;
  background-image: url("../img/dec-7.png");
  transform: translate(calc(-50% + 930px), 1880px);
}
.doctors-top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 90px;
  row-gap: 40px;
  margin: 0 0 60px;
}
@media (max-width: 991px) {
  .doctors-top {
    grid-template-columns: 1fr;
    margin: 0 0 50px;
  }
}
.doctors-top__img {
  border: 2px solid var(--secondary);
  border-radius: 20px;
  display: block;
  margin: 0 auto;
}
.doctors-top__descr {
  font-family: var(--font-title);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--primary);
  margin: 0 0 60px;
}
@media (max-width: 991px) {
  .doctors-top__descr {
    font-size: 18px;
    margin: 0 0 40px;
  }
}
.doctors-top__info {
  margin: 0 0 60px;
}
@media (max-width: 991px) {
  .doctors-top__info {
    margin: 0 0 50px;
  }
}
.doctors-top__info .doctors-info__title {
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .doctors-top__info .doctors-info__title {
    margin: 0 0 15px;
  }
}
.doctors-top__info .doctors-info__descr {
  font-size: 24px;
}
@media (max-width: 991px) {
  .doctors-top__info .doctors-info__descr {
    font-size: 18px;
  }
}
.doctors-top__info + .doctors-top__info {
  margin-top: -20px;
}
.doctors-top__phone {
  display: inline-flex;
  align-items: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  color: var(--primary);
  margin: 0 0 60px;
}
@media (max-width: 991px) {
  .doctors-top__phone {
    display: block;
    text-align: center;
    margin: 0 auto 50px;
  }
}
.doctors-top__phone svg {
  margin-right: 30px;
}
@media (max-width: 767px) {
  .doctors-top__phone svg {
    display: none;
  }
}
.doctors-top__btn {
  display: flex;
  width: 266px;
}
@media (max-width: 991px) {
  .doctors-top__btn {
    margin: 0 auto;
  }
}
.doctors-bottom {
  display: grid;
  row-gap: 60px;
}
@media (max-width: 991px) {
  .doctors-bottom {
    row-gap: 40px;
  }
}
.doctors-info__title {
  margin: 0 0 40px;
}
@media (max-width: 991px) {
  .doctors-info__title {
    margin: 0 0 30px;
  }
}
.post-blog {
  position: relative;
  overflow: hidden;
}
.post-blog__dec-1, .post-blog__dec-2 {
  display: block;
  background-size: cover;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
}
@media (max-width: 1199px) {
  .post-blog__dec-1, .post-blog__dec-2 {
    display: none;
  }
}
.post-blog__dec-1 {
  width: 79px;
  height: 120px;
  background-image: url("../img/dec-1.png");
  transform: translate(calc(-50% - 780px), 1000px);
}
.post-blog__dec-2 {
  width: 532px;
  height: 492px;
  background-image: url("../img/dec-7.png");
  transform: translate(calc(-50% + 930px), 1500px);
}
.editor-blocks {
  display: grid;
  row-gap: 60px;
}
@media (max-width: 991px) {
  .editor-blocks {
    gap: 40px;
  }
}
.editor-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 991px) {
  .editor-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.editor-grid.left .editor-grid__media {
  order: 1;
}
.editor-grid.left .editor-grid__descr {
  order: 2;
}
.editor-grid.right .editor-grid__media {
  order: 2;
}
@media (max-width: 991px) {
  .editor-grid.right .editor-grid__media {
    order: 1;
  }
}
.editor-grid.right .editor-grid__descr {
  order: 1;
}
@media (max-width: 991px) {
  .editor-grid.right .editor-grid__descr {
    order: 2;
  }
}
.editor-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 991px) {
  .editor-gallery {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
