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

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

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

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

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Branding Colors
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Font Family
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Font line-height
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Font sizes
--------------------------------------------------------------*/
body {
  font-size: 16px; }

.desktop-only {
  display: none !important; }

.mobile-only {
  display: initial !important; }

.no-display {
  display: none; }

.wp-block-group .wp-block-group__inner-container,
.container {
  max-width: 120rem;
  margin-inline: auto;
  padding-inline: 1.25rem; }

.site-main {
  min-height: calc(100vh - 127px - 648px); }

@media screen and (min-width: 64rem) {
  .desktop-only {
    display: initial !important; }
  .mobile-only {
    display: none !important; }
  .wp-block-group .wp-block-group__inner-container,
  .container {
    padding-inline: 11.25rem; }
  .site-main {
    min-height: calc(100vh - 141px - 246px); } }

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  box-sizing: border-box; }

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #1e1303;
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.8; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Tenor Sans", Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  clear: both;
  line-height: 1.1;
  text-wrap: balance; }

h1 {
  font-size: 4.063rem; }

h2 {
  font-size: 3.438rem; }

h3 {
  font-size: 2.5rem; }

h4 {
  font-size: 1.875rem; }

h5 {
  font-size: 1.563rem; }

h6 {
  font-size: 1.25rem; }

p {
  margin-bottom: 0.75em;
  margin-top: 0.75em;
  text-wrap: pretty; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/* Elements
--------------------------------------------- */
body {
  background: #fff; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul:not(.nav-menu):not(.sub-menu):not(.menu):not(.splide__pagination) {
  list-style: none; }
  ul:not(.nav-menu):not(.sub-menu):not(.menu):not(.splide__pagination) li::before {
    content: url(images/icons/portal.svg);
    display: inline-block;
    margin-right: 15px; }

ol {
  list-style: none;
  counter-reset: ol-item; }
  ol li {
    position: relative;
    counter-increment: ol-item;
    padding-left: calc(17px + 36px); }
    ol li:nth-of-type(n-9)::before {
      content: "0" counter(ol-item); }
    ol li:nth-of-type(n+10)::before {
      content: counter(ol-item); }
    ol li::before, ol li::after {
      color: #11554e;
      display: block;
      font-weight: 600;
      position: absolute;
      top: 0; }
    ol li::before {
      left: 0; }
    ol li::after {
      content: "/";
      left: calc(17px + 15px); }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: 700; }

dd {
  margin: 0 1.5em 1.5em; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

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

figure {
  margin: 1em 0; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/* Links
--------------------------------------------- */
a:not(.button) {
  color: #11554e; }
  a:not(.button):visited {
    color: #be9973; }
  a:not(.button):hover, a:not(.button):focus, a:not(.button):active {
    color: #ffe5c4; }
  a:not(.button):focus {
    outline: thin dotted; }
  a:not(.button):hover, a:not(.button):active {
    outline: 0; }

/* Forms
--------------------------------------------- */
.button {
  flex-grow: 1; }

.button .wp-element-button:not(.wp-block-search__button),
a.wp-block-button__link:not(.wp-block-search__button),
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid #be9973;
  border-radius: unset;
  background: #be9973;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1;
  padding: 1.5em 0;
  text-transform: uppercase;
  width: 100%;
  font-weight: 600;
  transition: all ease-in-out 300ms; }
  .button .wp-element-button:not(.wp-block-search__button):hover,
  a.wp-block-button__link:not(.wp-block-search__button):hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #be9973;
    background: #fff;
    color: #be9973; }
  .button .wp-element-button:not(.wp-block-search__button):active, .button .wp-element-button:not(.wp-block-search__button):focus,
  a.wp-block-button__link:not(.wp-block-search__button):active,
  a.wp-block-button__link:not(.wp-block-search__button):focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #11554e;
    background-color: #11554e;
    color: #fff; }

a.wp-block-button__link:not(.wp-block-search__button) {
  padding: 1.5rem; }

.button-cta .wp-element-button:not(.wp-block-search__button) {
  border: 1px solid #11554e;
  background-color: #fff;
  color: #1e1303;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  width: 100%;
  align-content: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  border-radius: 0;
  max-width: fit-content;
  line-height: 50px;
  padding: 0 0 0 1rem;
  transition: all ease-in-out 300ms; }
  .button-cta .wp-element-button:not(.wp-block-search__button) i {
    width: 3.125rem;
    height: 3.125rem;
    background-color: #11554e;
    color: #fff;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    margin-left: 1rem;
    transition: all ease-in-out 300ms; }
  .button-cta .wp-element-button:not(.wp-block-search__button):hover {
    background: #11554e;
    border-color: #11554e;
    color: #fff; }
    .button-cta .wp-element-button:not(.wp-block-search__button):hover i {
      background: #fff;
      color: #1e1303; }
  .button-cta .wp-element-button:not(.wp-block-search__button):focus,
  .button-cta .wp-element-button:not(.wp-block-search__button):focus i {
    background: #11554e;
    color: #fff; }

@media screen and (min-width: 90rem) {
  .button-cta .wp-element-button:not(.wp-block-search__button) {
    padding: 0 0 0 3.125rem; }
    .button-cta .wp-element-button:not(.wp-block-search__button) i {
      margin-left: 3.125rem; } }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  width: 100%;
  color: #666;
  border: 1px solid rgba(190, 153, 115, 0.7);
  padding: 1.25rem;
  transition: all ease-in-out 300ms; }
  input[type="text"]:hover,
  input[type="email"]:hover,
  input[type="url"]:hover,
  input[type="password"]:hover,
  input[type="search"]:hover,
  input[type="number"]:hover,
  input[type="tel"]:hover,
  input[type="range"]:hover,
  input[type="date"]:hover,
  input[type="month"]:hover,
  input[type="week"]:hover,
  input[type="time"]:hover,
  input[type="datetime"]:hover,
  input[type="datetime-local"]:hover,
  input[type="color"]:hover,
  textarea:hover {
    border-color: #be9973; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111;
    outline: #11554e solid 1px;
    border-color: #11554e; }
  input[type="text"]::placeholder,
  input[type="email"]::placeholder,
  input[type="url"]::placeholder,
  input[type="password"]::placeholder,
  input[type="search"]::placeholder,
  input[type="number"]::placeholder,
  input[type="tel"]::placeholder,
  input[type="range"]::placeholder,
  input[type="date"]::placeholder,
  input[type="month"]::placeholder,
  input[type="week"]::placeholder,
  input[type="time"]::placeholder,
  input[type="datetime"]::placeholder,
  input[type="datetime-local"]::placeholder,
  input[type="color"]::placeholder,
  textarea::placeholder {
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 17px;
    letter-spacing: 0.03em;
    text-transform: uppercase; }

input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: #fff;
  width: 1.25em;
  height: 1.25em;
  border: 0.063em solid rgba(190, 153, 115, 0.7);
  display: grid;
  place-content: center; }
  input[type="checkbox"]::before {
    content: "";
    width: 1.25em;
    height: 1.25em;
    transform: scale(0);
    background: url(images/icons/checkmark.svg) center center no-repeat #be9973; }
  input[type="checkbox"]:checked {
    border-color: #be9973; }
  input[type="checkbox"]:checked::before {
    transform: scale(1); }

select {
  border: 1px solid #be9973; }

textarea {
  width: 100%; }

.input-box.choice span {
  margin: 0; }

.input-box.choice label {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 15px;
  display: flex;
  align-items: center;
  cursor: pointer; }
  .input-box.choice label input {
    margin-right: 0.5rem; }

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul ul {
      left: -999em;
      top: 0; }
    .main-navigation ul ul li:hover > ul,
    .main-navigation ul ul li.focus > ul {
      display: block;
      left: auto; }
    .main-navigation ul ul a {
      width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: flex; } }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em; }

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%; }

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block; }

.post,
.page {
  margin: 0; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em; }
  .widget select {
    max-width: 100%; }

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%; }

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr); }

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr); }

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr); }

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr); }

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr); }

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr); }

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr); }

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr); }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none; }

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #1e1303;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; }

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0; }

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em; }

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em; }

/*--------------------------------------------------------------
# Custom theme styles
--------------------------------------------------------------*/
.wp-block-group {
  padding-top: 3.12rem;
  padding-bottom: 3.12rem; }
  .wp-block-group h4 {
    font-weight: 400;
    padding-bottom: 1.563rem;
    margin: 0 0 1.563rem;
    position: relative; }
    .wp-block-group h4::before {
      content: "";
      display: block;
      position: absolute;
      width: 1.875rem;
      height: 0.125rem;
      background-color: #be9973;
      bottom: 0; }
  .wp-block-group.heading {
    padding: 0;
    margin-bottom: 1.25rem; }
    .wp-block-group.heading .wp-block-group__inner-container {
      padding-inline: 0; }
  .wp-block-group .heading p {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.6; }

@media screen and (min-width: 64rem) {
  .wp-block-group {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem; }
    .wp-block-group h4 {
      font-size: 3.75rem;
      margin-bottom: 3.75rem;
      padding-bottom: 1.875rem; }
      .wp-block-group h4::before {
        width: 3.438rem; }
    .wp-block-group .heading {
      margin-bottom: 0; }
      .wp-block-group .heading > div {
        display: flex;
        justify-content: space-between;
        align-items: baseline; }
      .wp-block-group .heading p {
        font-size: 1.125rem; } }

.our-advantages {
  background: url(images/bg/advantage-bg.jpg) center center no-repeat;
  background-size: cover; }
  .our-advantages h4 {
    text-align: center; }
    .our-advantages h4::before {
      transform: translateX(-50%);
      left: 50%; }
  .our-advantages .advantages {
    margin-bottom: 2rem; }
    .our-advantages .advantages.no-gaps {
      gap: 0; }
  .our-advantages .advantage:not(.empty) {
    padding: 1.25rem;
    border: 1px solid rgba(190, 153, 115, 0.7);
    background-color: #fff; }
  .our-advantages .advantage .wp-block-columns {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start; }
    .our-advantages .advantage .wp-block-columns .wp-block-column {
      flex-basis: auto !important;
      flex-grow: initial; }
      .our-advantages .advantage .wp-block-columns .wp-block-column svg {
        width: 4.375rem;
        height: 4.375rem; }
      .our-advantages .advantage .wp-block-columns .wp-block-column p {
        font-family: "Tenor Sans", Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
        font-weight: 400;
        font-size: 1.563rem;
        line-height: 1.2;
        opacity: 0.3; }
  .our-advantages .advantage h6 {
    font-family: "Tenor Sans", Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.6;
    color: #11554e;
    margin: 0 0 0.625rem; }
  .our-advantages .advantage p {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.6;
    margin: 0; }

@media screen and (min-width: 64rem) {
  .our-advantages .advantages.no-gaps {
    gap: 2rem; }
  .our-advantages .advantages .advantage.empty {
    padding: 1.25rem; } }

.about-company {
  background: #fff3e3 url(images/bg/our-work-bg.png) left center no-repeat;
  background-size: cover; }
  .about-company .wp-block-columns:not(.numbers) {
    margin-bottom: 0; }
  .about-company .wp-block-buttons.is-content-justification-left.is-vertical {
    align-items: center; }
  .about-company .wp-block-image img {
    margin-inline: auto; }
  .about-company p {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.6;
    margin-bottom: 1.25rem; }
  .about-company figure {
    margin: 0; }

.stages-of-cooperation {
  background-color: #11554e;
  color: #fff; }
  .stages-of-cooperation h4 {
    text-align: center; }
    .stages-of-cooperation h4::before {
      transform: translateX(-50%);
      left: 50%; }
  .stages-of-cooperation .stage-wrapper {
    padding: 0;
    gap: 0.938rem;
    flex-wrap: wrap !important;
    justify-content: center; }
    .stages-of-cooperation .stage-wrapper .wp-block-column {
      flex-grow: 0;
      flex-shrink: 0;
      min-width: auto; }
  .stages-of-cooperation .stage-1,
  .stages-of-cooperation .stage-2,
  .stages-of-cooperation .stage-3,
  .stages-of-cooperation .stage-4 {
    width: 336px;
    height: 268px;
    display: flex;
    align-items: center;
    margin-inline: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    font-family: "Tenor Sans", Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-style: normal;
    line-height: 1.4;
    padding: 0 2.5rem 0 8.75rem; }
  .stages-of-cooperation .stage-1 {
    background-image: url(images/stage-1.svg); }
  .stages-of-cooperation .stage-2 {
    background-image: url(images/stage-2.svg); }
  .stages-of-cooperation .stage-3 {
    background-image: url(images/stage-3.svg); }
  .stages-of-cooperation .stage-4 {
    background-image: url(images/stage-4.svg); }

@media screen and (min-width: 90rem) {
  .stages-of-cooperation .stage-wrapper {
    padding: 0;
    gap: 1.875rem; } }

.customers-reviews {
  position: relative;
  overflow: hidden; }
  .customers-reviews::before, .customers-reviews::after {
    display: block;
    position: absolute;
    z-index: -1; }
  .customers-reviews::before {
    content: url(images/bg/map-top.svg);
    left: 0;
    top: 1.875rem; }
  .customers-reviews::after {
    content: url(images/bg/map-bottom.svg);
    bottom: 0;
    right: 0; }
  .customers-reviews h4 {
    text-align: center; }
    .customers-reviews h4::before {
      transform: translateX(-50%);
      left: 50%; }

@media screen and (min-width: 64rem) {
  .customers-reviews::before {
    content: url(images/bg/map-top-big.svg);
    top: 4.125rem; }
  .customers-reviews::after {
    content: url(images/bg/map-bottom-big.svg); } }

figure.where-we-are {
  position: relative; }
  figure.where-we-are::before {
    content: url(images/icons/pin.svg);
    position: absolute;
    top: 37%;
    left: 43%; }
  figure.where-we-are img {
    display: block;
    width: auto;
    height: 18.75rem;
    margin-inline: auto;
    object-fit: cover;
    object-position: 44%; }

.where-we-are {
  background: #11554e; }
  .where-we-are h4 {
    color: #fff; }
  .where-we-are figure {
    margin: 0 auto 1.25rem;
    position: relative; }
    .where-we-are figure::before {
      content: url(images/icons/pin.svg);
      position: absolute;
      top: 37%;
      left: 43%; }
    .where-we-are figure img {
      display: block;
      width: auto;
      height: 18.75rem;
      margin-inline: auto;
      object-fit: cover;
      object-position: 44%; }
  .where-we-are .wp-block-contact-form-7-contact-form-selector {
    background-color: #fff;
    padding: 1.875rem;
    border: 1px solid #be9973; }
    .where-we-are .wp-block-contact-form-7-contact-form-selector h5 {
      color: #11554e;
      font-size: 1.125rem;
      font-weight: 400;
      line-height: 1.2;
      margin: 0 0 1.25rem; }
    .where-we-are .wp-block-contact-form-7-contact-form-selector .input-box {
      margin-bottom: 0.625rem; }
      .where-we-are .wp-block-contact-form-7-contact-form-selector .input-box.choice {
        margin: 1.25rem 0 1.875rem; }
        .where-we-are .wp-block-contact-form-7-contact-form-selector .input-box.choice span {
          margin: 0; }
    .where-we-are .wp-block-contact-form-7-contact-form-selector .wpcf7-spinner {
      display: none; }

@media screen and (min-width: 64rem) {
  figure.where-we-are {
    position: relative; }
    figure.where-we-are::before {
      top: 43%;
      left: 44%; }
    figure.where-we-are img {
      height: 33.5rem;
      object-position: 50%; }
  .where-we-are .wp-block-group__inner-container {
    position: relative; }
  .where-we-are figure::before {
    top: 43%;
    left: 44%; }
  .where-we-are figure img {
    height: 33.5rem;
    object-position: 50%; }
  .where-we-are .wp-block-contact-form-7-contact-form-selector {
    position: absolute;
    top: 12%;
    right: 1.25rem;
    max-width: 500px; }
    .where-we-are .wp-block-contact-form-7-contact-form-selector h5 {
      font-size: 1.563rem; } }

@media screen and (min-width: 90rem) {
  .where-we-are .wp-block-contact-form-7-contact-form-selector {
    right: 3.75rem; } }

.our-doctors {
  background-color: #fff3e3;
  position: relative;
  overflow: hidden; }
  .our-doctors .wp-block-group__inner-container {
    position: relative;
    z-index: 1; }
  .our-doctors::before, .our-doctors::after {
    display: block;
    position: absolute;
    opacity: 0.4; }
  .our-doctors::before {
    content: url(images/bg/our-doctors-top-mobile.svg);
    left: 0;
    top: 0; }
  .our-doctors::after {
    content: url(images/bg/our-doctors-bottom-mobile.svg);
    bottom: 0;
    right: 0; }
  .our-doctors .splide__pagination {
    margin-top: 1.25rem; }
  .our-doctors .wp-block-button {
    margin-top: 1.875rem; }

@media screen and (min-width: 64rem) {
  .our-doctors::before {
    content: url(images/bg/our-doctors-top-desktop.svg); }
  .our-doctors::after {
    content: url(images/bg/our-doctors-bottom-desktop.svg); }
  .our-doctors .wp-block-buttons.is-content-justification-center.is-vertical {
    position: relative;
    align-items: flex-start;
    width: fit-content; }
  .our-doctors .wp-block-button {
    margin-top: 4.188rem; } }

.medical-centre {
  background-color: rgba(255, 229, 196, 0.15); }
  .medical-centre .items-column {
    margin-bottom: 1.875rem; }
  .medical-centre figure {
    border: 1px solid rgba(190, 153, 115, 0.7);
    margin: 0; }
    .medical-centre figure img {
      display: block; }

@media screen and (min-width: 64rem) {
  .medical-centre .items-column {
    margin-bottom: 3.75rem; } }

.our-works {
  background-color: #ffe5c4; }

@media screen and (min-width: 64rem) {
  .our-works .wp-block-buttons.is-content-justification-center.is-vertical {
    position: relative;
    z-index: 2;
    align-items: flex-end;
    width: fit-content;
    margin-left: auto; } }

.hero-banner {
  padding: 0;
  background: #fff3e3 url(images/bg/our-work-bg.png) left center no-repeat;
  background-size: cover; }
  .hero-banner .wp-block-group__inner-container {
    padding-inline: 0; }
  .hero-banner .sa_hover_container {
    display: flex; }

.owl-item {
  position: relative; }

.backdrop {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: black;
  opacity: 0.6; }

.banner-content {
  position: relative;
  height: 100%;
  padding: 4.375rem 1.25rem 8rem;
  background-size: cover;
  background-position: center;
  z-index: 2;
  color: #fff;
  margin-inline: auto;
  max-width: 80%; }
  .banner-content .button-cta {
    margin-top: 3.125rem; }

@media screen and (min-width: 90rem) {
  .banner-content {
    padding: 7.5rem 8.313rem 8rem; } }

.our-treatment {
  background: #fff3e3 url(images/bg/our-work-bg.png) left center no-repeat;
  background-size: cover; }
  .our-treatment .wp-element-caption {
    text-align: center; }

.recommendations {
  background: #fff3e3 url(images/bg/our-work-bg.png) left center no-repeat;
  background-size: cover; }

.site-header {
  position: relative; }
  .site-header .header-top-part {
    background-color: #11554e;
    padding: 0.5rem 0;
    box-shadow: 0 0 0 100vmax #11554e;
    clip-path: inset(0 -100vmax); }
  .site-header .site-branding {
    line-height: 1; }
  .site-header .custom-logo-link {
    display: block;
    width: fit-content;
    height: fit-content; }
  .site-header .custom-logo {
    display: block; }
  .site-header .header-bottom-part {
    background-color: #ffe5c4;
    box-shadow: 0 0 0 100vmax #ffe5c4;
    clip-path: inset(0 -100vmax); }
  .site-header .wp-block-search label {
    display: none; }
  .site-header .wp-block-search .wp-block-search__inside-wrapper {
    position: relative; }
  .site-header .wp-block-search .wp-block-search__input {
    font-size: 0.875rem;
    border-radius: 2.5rem;
    border-color: rgba(190, 153, 115, 0.7);
    padding: 0.875rem 1.25rem;
    line-height: 1; }
  .site-header .wp-block-search .wp-block-search__button {
    background-color: transparent;
    color: #be9973;
    position: absolute;
    right: 1.25rem;
    top: 50%;
    -webkit-appearance: none;
    border: none;
    margin: 0;
    padding: 0;
    line-height: 1;
    transform: translateY(-50%); }

@media screen and (min-width: 64rem) {
  .site-header .header-top-part,
  .site-header .header-bottom-part,
  .site-header .site-branding {
    display: flex;
    align-items: center; }
  .site-header .header-top-part {
    justify-content: space-between;
    padding: 0.938rem 0; }
  .site-header .site-contacts.desktop-only a,
  .site-header .site-contacts.desktop-only a:visited {
    color: #fff;
    text-decoration: none; }
    .site-header .site-contacts.desktop-only a i,
    .site-header .site-contacts.desktop-only a:visited i {
      color: #ffe5c4; }
  .site-header .site-contacts.desktop-only a:hover {
    color: #be9973; }
    .site-header .site-contacts.desktop-only a:hover i {
      color: #be9973; }
  .site-header .site-contacts.desktop-only a:first-child {
    margin-right: 1.875rem; }
  .site-header .logo-text-link {
    padding-right: 0.625rem; }
  .site-header .header-bottom-part {
    justify-content: space-between;
    padding: 0.625rem 0; }
    .site-header .header-bottom-part .wp-block-search {
      max-width: 31.25rem;
      width: 100%; } }

.site-footer {
  background-color: #0a0500;
  padding: 1.875rem 0 3.125rem;
  margin-top: auto; }
  .site-footer .footer-logo {
    margin-bottom: 1.25rem;
    display: flex;
    gap: 0.5rem; }
  .site-footer .site-info {
    font-size: 0.875rem; }
    .site-footer .site-info:not(:last-child) {
      margin-bottom: 2.5rem; }
    .site-footer .site-info a:not(.custom-logo-link) {
      color: #fff;
      opacity: 0.7;
      text-decoration: none; }
      .site-footer .site-info a:not(.custom-logo-link):visited {
        color: #a9acac; }
      .site-footer .site-info a:not(.custom-logo-link):hover, .site-footer .site-info a:not(.custom-logo-link):focus, .site-footer .site-info a:not(.custom-logo-link):active {
        color: #be9973; }
    .site-footer .site-info .copy-right,
    .site-footer .site-info a.privacy-link {
      color: #ffe5c4;
      opacity: 0.7; }
    .site-footer .site-info .copy-right {
      margin: 0; }
    .site-footer .site-info a.custom-logo-link {
      flex-shrink: 0; }
    .site-footer .site-info a.privacy-link {
      text-decoration: underline; }
    .site-footer .site-info .footer-sub-title {
      color: #ffe5c4;
      font-family: "Tenor Sans", Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
      font-size: 1rem;
      margin: 0 0 1.25rem;
      text-transform: uppercase; }
    .site-footer .site-info .menu {
      list-style: none;
      margin: 0;
      padding-inline-start: 0; }
    .site-footer .site-info .site-social {
      display: flex;
      flex-wrap: wrap;
      align-content: center;
      margin-bottom: 0.938rem; }
    .site-footer .site-info .social-link {
      display: block;
      font-size: 0;
      height: 0.875rem;
      padding-left: 0.875rem; }
      .site-footer .site-info .social-link:not(:last-child) {
        margin-right: 1.563rem; }
    .site-footer .site-info .site-contacts a {
      display: block; }

@media screen and (min-width: 48rem) {
  .site-footer .container {
    display: flex;
    gap: 1rem; }
    .site-footer .container .site-info {
      width: 25%;
      margin-bottom: 0; } }

@media screen and (min-width: 64rem) {
  .site-footer {
    padding-top: 50px;
    padding-inline: 0; }
    .site-footer .container .services {
      width: 50%; }
      .site-footer .container .services ul {
        display: flex;
        flex-wrap: wrap; }
        .site-footer .container .services ul li {
          width: 33%; } }

a .fa-solid {
  margin-right: 0.5rem; }

.icon {
  position: relative;
  padding-left: 1.25rem; }
  .icon::before {
    position: absolute;
    left: 0; }

.icon-menu a {
  position: relative; }
  .icon-menu a::before {
    position: absolute;
    left: 0; }

.icon-facebook::before {
  content: url(images/icons/facebook.svg); }

.icon-pinterest::before {
  content: url(images/icons/pinterest.svg); }

.icon-instagram::before {
  content: url(images/icons/instagram.svg); }

.icon-youtube::before {
  content: url(images/icons/youtube.svg);
  top: 50%;
  transform: translateY(-50%); }

.icon-care-cosmetology a::before {
  content: url(images/icons/menu/care-cosmetology.svg); }

.icon-injection-cosmetology a::before {
  content: url(images/icons/menu/injection-cosmetology.svg); }

.icon-oncologist a::before {
  content: url(images/icons/menu/oncologist.svg); }

.icon-mammologist a::before {
  content: url(images/icons/menu/mammologist.svg); }

.icon-gynecologist a::before {
  content: url(images/icons/menu/gynecologist.svg); }

.icon-phlebologist a::before {
  content: url(images/icons/menu/phlebologist.svg); }

.icon-therapist a::before {
  content: url(images/icons/menu/therapist.svg); }

.icon-dentist a::before {
  content: url(images/icons/menu/dentist.svg); }

.icon-orthopaedist a::before {
  content: url(images/icons/menu/orthopaedist.svg); }

.icon-to-children a::before {
  content: url(images/icons/menu/to-children.svg); }

.main-navigation {
  color: #fff;
  font-family: "Tenor Sans", Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  width: 100%;
  height: 100%; }
  .main-navigation a,
  .main-navigation a:visited,
  .main-navigation a:hover {
    color: inherit;
    display: block;
    text-decoration: none; }
  .main-navigation .menu-primary-mobile-container .nav-menu {
    flex-direction: column; }
    .main-navigation .menu-primary-mobile-container .nav-menu > li:nth-child(1), .main-navigation .menu-primary-mobile-container .nav-menu > li:nth-child(2), .main-navigation .menu-primary-mobile-container .nav-menu > li:nth-child(3) {
      margin-bottom: 2.5rem; }
    .main-navigation .menu-primary-mobile-container .nav-menu > li:nth-child(1), .main-navigation .menu-primary-mobile-container .nav-menu > li:nth-child(2), .main-navigation .menu-primary-mobile-container .nav-menu > li:nth-child(3), .main-navigation .menu-primary-mobile-container .nav-menu > li:nth-child(4) {
      padding-left: calc(17px + 36px); }
      .main-navigation .menu-primary-mobile-container .nav-menu > li:nth-child(1)::before, .main-navigation .menu-primary-mobile-container .nav-menu > li:nth-child(1)::after, .main-navigation .menu-primary-mobile-container .nav-menu > li:nth-child(2)::before, .main-navigation .menu-primary-mobile-container .nav-menu > li:nth-child(2)::after, .main-navigation .menu-primary-mobile-container .nav-menu > li:nth-child(3)::before, .main-navigation .menu-primary-mobile-container .nav-menu > li:nth-child(3)::after, .main-navigation .menu-primary-mobile-container .nav-menu > li:nth-child(4)::before, .main-navigation .menu-primary-mobile-container .nav-menu > li:nth-child(4)::after {
        display: block;
        font-weight: 600;
        position: absolute;
        top: 0; }
      .main-navigation .menu-primary-mobile-container .nav-menu > li:nth-child(1)::before, .main-navigation .menu-primary-mobile-container .nav-menu > li:nth-child(2)::before, .main-navigation .menu-primary-mobile-container .nav-menu > li:nth-child(3)::before, .main-navigation .menu-primary-mobile-container .nav-menu > li:nth-child(4)::before {
        left: 0; }
      .main-navigation .menu-primary-mobile-container .nav-menu > li:nth-child(1)::after, .main-navigation .menu-primary-mobile-container .nav-menu > li:nth-child(2)::after, .main-navigation .menu-primary-mobile-container .nav-menu > li:nth-child(3)::after, .main-navigation .menu-primary-mobile-container .nav-menu > li:nth-child(4)::after {
        content: "/";
        left: calc(17px + 15px); }
    .main-navigation .menu-primary-mobile-container .nav-menu > li:nth-child(1)::before {
      content: "01"; }
    .main-navigation .menu-primary-mobile-container .nav-menu > li:nth-child(2)::before {
      content: "02"; }
    .main-navigation .menu-primary-mobile-container .nav-menu > li:nth-child(3)::before {
      content: "03"; }
    .main-navigation .menu-primary-mobile-container .nav-menu > li:nth-child(4) {
      margin-bottom: auto; }
      .main-navigation .menu-primary-mobile-container .nav-menu > li:nth-child(4)::before {
        content: "04"; }
    .main-navigation .menu-primary-mobile-container .nav-menu > li:nth-child(5) {
      margin-top: 2.5rem; }
  .main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0; }
  .main-navigation .nav-menu {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
    height: 100%; }
  .main-navigation .sub-menu {
    height: 0;
    overflow: hidden;
    margin-inline-start: -53px; }
    .main-navigation .sub-menu > li {
      color: #fff;
      border-top: 1px solid rgba(255, 229, 195, 0.2); }
      .main-navigation .sub-menu > li a {
        padding: 1.25rem 2.813rem;
        width: auto; }
      .main-navigation .sub-menu > li:last-child {
        border-bottom: 1px solid rgba(255, 229, 195, 0.2); }
  .main-navigation li {
    position: relative; }
    .main-navigation li:not(.uppercased) {
      text-transform: none; }
    .main-navigation li.menu-item-has-children {
      background: url(images/icons/arrow-down.svg) 100% 13px no-repeat; }
      .main-navigation li.menu-item-has-children.focus {
        color: #be9973;
        background-image: url(images/icons/arrow-up.svg); }
        .main-navigation li.menu-item-has-children.focus .sub-menu {
          height: fit-content;
          padding-top: 1.25rem; }

/* Small menu. */
.menu-toggled {
  overflow: hidden; }
  .menu-toggled .site-header .header-top-part {
    clip-path: none; }

.menu-toggle {
  display: block;
  position: absolute;
  font-size: 0;
  padding: 0;
  background: transparent;
  border: none;
  top: 1.25rem;
  right: 1.25rem; }
  .menu-toggle::before {
    content: "";
    background: url(images/icons/menu.svg) center center no-repeat;
    display: block;
    height: 1.25rem;
    width: 1.25rem; }

.menu-primary-mobile-container {
  position: absolute;
  inset: 100% 0 0;
  height: calc(100dvh - 59px);
  z-index: -1; }

.main-navigation.toggled .menu-toggle::before {
  background-image: url(images/icons/close-cross.svg); }

.main-navigation.toggled .nav-menu {
  display: flex;
  padding: 2.5rem 1.25rem;
  background-color: #11554e;
  overflow: auto; }

.main-navigation.toggled .menu-primary-mobile-container {
  z-index: 2; }

@media screen and (min-width: 64rem) {
  .menu-toggle {
    display: none; }
  .main-navigation {
    width: fit-content;
    flex-shrink: 0; }
    .main-navigation ul {
      display: flex; }
      .main-navigation ul li:not(.uppercased) {
        color: #1e1303;
        text-transform: uppercase;
        padding-right: 3.938rem;
        position: relative; }
        .main-navigation ul li:not(.uppercased) a {
          opacity: 0.5; }
      .main-navigation ul li:not(:last-child) {
        position: relative; }
        .main-navigation ul li:not(:last-child)::after {
          content: "•";
          position: absolute;
          right: 1.875rem;
          top: 0;
          opacity: 0.5; }
      .main-navigation ul li:hover a {
        opacity: 1; } }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em; }

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%; }

.uppercased {
  text-transform: uppercase; }

.mb-auto {
  margin-bottom: auto; }

.font-main {
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }

.entry-header .entry-title,
.entry-header .page-title,
.page-header .entry-title,
.page-header .page-title {
  position: relative;
  font-family: "Tenor Sans", Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 1.875rem;
  line-height: 1.1;
  color: #fff;
  padding-bottom: 1.563rem;
  margin: 0; }
  .entry-header .entry-title::before,
  .entry-header .page-title::before,
  .page-header .entry-title::before,
  .page-header .page-title::before {
    content: "";
    display: block;
    position: absolute;
    width: 1.875rem;
    height: 0.125rem;
    background-color: #be9973;
    bottom: 0; }

.entry-header .page-sub-title,
.page-header .page-sub-title {
  color: #fff; }

.entry-header {
  background-color: #11554e;
  background-image: url(images/bg/entry-header-bg-m.svg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1.25rem; }
  .entry-header .entry-title {
    padding-bottom: 0.938rem; }

@media screen and (min-width: 64rem) {
  .entry-header .entry-title,
  .entry-header .page-title,
  .page-header .entry-title,
  .page-header .page-title {
    font-size: 3.75rem;
    text-align: center; }
    .entry-header .entry-title::before,
    .entry-header .page-title::before,
    .page-header .entry-title::before,
    .page-header .page-title::before {
      width: 3.438rem;
      transform: translateX(-50%);
      left: 50%; }
  .entry-header .page-sub-title,
  .page-header .page-sub-title {
    text-align: center; }
  .entry-header {
    background-image: url(images/bg/entry-header-bg-d.svg); }
    .entry-header .entry-title {
      padding-bottom: 1.25rem; } }

.contact-form {
  padding: 4rem; }

.contact-us-form {
  background: url(images/bg/advantage-bg.jpg) center no-repeat;
  background-size: cover; }
  .contact-us-form.sticky-block {
    background: #11554e;
    color: #fff;
    position: sticky;
    bottom: 0;
    z-index: 2;
    padding: 1rem; }
    .contact-us-form.sticky-block .wp-block-columns,
    .contact-us-form.sticky-block .wp-block-heading {
      margin-bottom: 0; }
  .contact-us-form.small {
    padding: 1.875rem 2.5rem 2.5rem;
    background-color: #11554e;
    background-image: none;
    color: #fff;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .contact-us-form.small h5 {
      font-size: 1.125rem;
      font-weight: 400;
      padding-bottom: 1.563rem;
      margin: 0 0 1.563rem;
      position: relative;
      text-align: center; }
      .contact-us-form.small h5::before {
        transform: translateX(-50%);
        left: 50%;
        content: "";
        display: block;
        position: absolute;
        width: 1.875rem;
        height: 0.125rem;
        background-color: #be9973;
        bottom: 0; }
      .contact-us-form.small h5 + p {
        margin-bottom: 1.25rem;
        opacity: 0.8;
        text-align: center; }
    .contact-us-form.small form .choice label span {
      opacity: 0.8; }
    .contact-us-form.small form .choice {
      margin: 1.25rem 0 1.875rem; }
    .contact-us-form.small button {
      max-width: none; }
  .contact-us-form .contact-heading {
    padding: 0;
    margin-bottom: 1.25rem; }
    .contact-us-form .contact-heading p {
      font-weight: 400;
      font-size: 0.875rem;
      line-height: 1.6; }
  .contact-us-form form .input-box:not(.choice) {
    margin-bottom: 0.625rem; }
  .contact-us-form form .choice {
    margin: 1.25rem 0 1.875rem; }
  .contact-us-form form button {
    max-width: 24.5rem; }

@media screen and (min-width: 64rem) {
  .contact-us-form.sticky-block h4 {
    font-size: 1.875rem; }
  .contact-us-form .contact-heading p {
    font-size: 1.125rem; } }

@media screen and (min-width: 90rem) {
  .contact-us-form.small > div {
    display: block; }
  .contact-us-form.small form {
    display: block; }
    .contact-us-form.small form .button-box,
    .contact-us-form.small form .input-box {
      max-width: none; }
  .contact-us-form.small h5 {
    font-size: 1.875rem; }
    .contact-us-form.small h5::before {
      width: 3.438rem; }
    .contact-us-form.small h5 + p {
      margin-bottom: 1.25rem; }
  .contact-us-form > div {
    display: flex;
    gap: 155px;
    align-items: center; }
  .contact-us-form form {
    display: flex;
    gap: 1.25rem;
    align-items: center;
    flex-wrap: wrap; }
    .contact-us-form form .button-box,
    .contact-us-form form .input-box {
      max-width: 48%;
      flex-grow: 1; }
    .contact-us-form form .input-box {
      margin: 0; } }

.items-column .item-column {
  background-color: #fff;
  border: 1px solid rgba(190, 153, 115, 0.7);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem 1.875rem;
  text-align: center; }
  .items-column .item-column .wp-block-heading {
    font-family: "Tenor Sans", Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.6;
    color: #11554e;
    margin: 1.25rem auto 0.938rem; }
  .items-column .item-column p {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 24px;
    margin: 0; }

@media screen and (min-width: 64rem) {
  .items-column .item-column {
    padding: 3.75rem 2.5rem; }
    .items-column .item-column .wp-block-heading {
      font-size: 1.563rem;
      line-height: 1.8;
      margin-bottom: 0.625rem; }
    .items-column .item-column p {
      font-size: 1rem;
      line-height: 39px; } }

body.home main article .entry-header {
  display: none; }

.error404 .site-main {
  background-color: #11554e;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden; }
  .error404 .site-main::before, .error404 .site-main::after {
    position: absolute;
    top: 0;
    bottom: 0; }
  .error404 .site-main::before {
    content: url(images/bg/404-decor-l-m.svg);
    left: 0; }
  .error404 .site-main::after {
    content: url(images/bg/404-decor-r-m.svg);
    right: 0; }

.error404 .error-404 {
  padding: 6.563rem 1.25rem;
  z-index: 1; }

.error404 .page-header {
  margin-bottom: 1.25rem; }
  .error404 .page-header .page-title {
    text-align: center;
    font-family: "Tenor Sans", Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1.563rem;
    padding-bottom: 1.25rem;
    margin-bottom: 0; }
    .error404 .page-header .page-title::before {
      width: 3.438rem;
      transform: translateX(-50%);
      left: 50%; }
    .error404 .page-header .page-title span {
      color: #ffe5c4;
      display: block;
      font-weight: 400;
      font-size: 8.75rem;
      line-height: 0.9;
      margin-bottom: 0.625rem; }

.error404 .page-content {
  margin: 0; }
  .error404 .page-content p {
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.6;
    opacity: 0.8;
    margin: 0; }
  .error404 .page-content div.button {
    margin-top: 1.875rem; }

@media screen and (min-width: 64rem) {
  .error404 .site-main::before {
    content: url(images/bg/404-decor-l-d.svg); }
  .error404 .site-main::after {
    content: url(images/bg/404-decor-r-d.svg); }
  .error404 .page-header {
    margin-bottom: 1.875rem; }
    .error404 .page-header .page-title {
      font-size: 3.75rem;
      padding-bottom: 1.875rem; }
      .error404 .page-header .page-title span {
        font-size: 15.625rem;
        line-height: 1.1;
        margin-bottom: 1.875rem; }
  .error404 .error-404 {
    padding: 6.25rem 1.25rem; }
  .error404 .page-content p {
    font-size: 1rem; }
  .error404 .page-content div.button {
    max-width: 15.625rem;
    margin-inline: auto;
    margin-top: 3.75rem; } }

.services-page {
  background-color: rgba(255, 229, 196, 0.15); }

.service-items {
  gap: 1.25rem; }
  .service-items:not(:last-child) {
    margin-bottom: 1.25rem; }
  .service-items:last-child {
    margin-bottom: 0; }
  .service-items:not(.is-not-stacked-on-mobile) .service-item {
    flex-grow: 0;
    flex-shrink: 0; }

@media screen and (min-width: 48rem) {
  .service-items {
    justify-content: center; }
    .service-items:not(.is-not-stacked-on-mobile) .service-item {
      flex-basis: 498px !important; } }

@media screen and (min-width: 64rem) {
  .service-items {
    gap: 1.875rem; }
    .service-items:not(:last-child) {
      margin-bottom: 1.875rem; } }

.service-item {
  background-color: #fff;
  border: 1px solid rgba(190, 153, 115, 0.7); }

.service-item-image {
  margin: 0; }

.service-item-content {
  padding: 1.25rem 1.875rem 1.875rem; }
  .service-item-content .wp-block-group__inner-container {
    padding-inline: 0; }

.service-item-title {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.4;
  color: #11554e;
  margin: 0 0 0.938rem; }

.service-item-list {
  font-size: 0.875rem;
  line-height: 1.8;
  margin: 0 0 1.25rem;
  padding-left: 0; }
  .service-item-list li:not(:last-child) {
    margin-bottom: 0.625rem; }

@media screen and (min-width: 64rem) {
  .service-item-content {
    padding: 1.875rem 2.5rem 2.5rem; }
  .service-item-title {
    font-size: 1.563rem; }
  .service-item-list {
    font-size: 1rem;
    margin-bottom: 1.875rem; }
    .service-item-list li:not(:last-child) {
      margin-bottom: 0.75rem; } }

.about-us-main {
  background-color: rgba(255, 229, 196, 0.15); }
  .about-us-main .wp-block-embed {
    margin: 0; }
  .about-us-main .wp-block-image {
    margin: 0 0 1.875rem; }
    .about-us-main .wp-block-image img {
      display: block;
      object-fit: cover; }
  .about-us-main .numbers {
    margin: 1.25rem 0 2.5rem; }
  .about-us-main h5 {
    font-size: 1.25rem;
    line-height: 1.6; }
  .about-us-main h5,
  .about-us-main p,
  .about-us-main li {
    margin-bottom: 0.625rem; }
  .about-us-main p,
  .about-us-main li {
    font-size: 0.875rem; }
  .about-us-main ul {
    margin: 1.25rem 0 2.5rem; }

@media screen and (min-width: 64rem) {
  .about-us-main .wp-block-image {
    margin-bottom: 6.25rem; }
  .about-us-main .wp-block-columns {
    gap: 7.5rem;
    align-items: start !important; }
    .about-us-main .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
      flex-basis: auto; }
    .about-us-main .wp-block-columns .text-block {
      flex-grow: 1; }
    .about-us-main .wp-block-columns .contact-us-form.small {
      position: sticky;
      top: 1.25rem; } }

.about-specialization .wp-block-image {
  margin: 0;
  border: 1px solid #be9973; }

.about-specialization .wp-block-columns {
  margin-bottom: 0; }

.about-specialization div > .wp-block-columns {
  gap: 2.5rem; }

.about-specialization .wp-block-column > .wp-block-columns {
  gap: 0;
  margin-top: 1.25rem; }

.about-specialization ul {
  margin: 0;
  padding-left: 0; }

@media screen and (min-width: 64rem) {
  .about-specialization {
    padding-top: 3.12rem;
    padding-bottom: 3.12rem; }
    .about-specialization .wp-block-column > .wp-block-columns {
      gap: 1.125rem;
      margin-top: 1.875rem; }
    .about-specialization ul li:not(:last-child) {
      margin-bottom: 0.75rem; } }

@media screen and (min-width: 90rem) {
  .about-specialization div > .wp-block-columns {
    gap: 9.688rem; } }

/**
<div class="doctor-card">
	<figure class="doctor-image">

	</figure>
	<div class="doctor-image-description">
		<p class="doctor-name">Остап Вишня</p>
		<p class="doctor-experience">Гінеколог, досвід 10 років</p>
	</div>
</div>
 */
.doctor-card {
  border: 1px solid #be9973;
  max-width: 22.938rem;
  margin-inline: auto;
  padding: 0;
  gap: 0;
  transition: all ease-in-out 300ms; }
  .doctor-card .doctor-image {
    margin-top: 0;
    margin-bottom: 0;
    border: none; }
    .doctor-card .doctor-image img {
      display: block; }
  .doctor-card .doctor-image-description {
    border-top: 1px solid #be9973;
    background-color: #fff;
    padding: 0.938rem 1.25rem;
    gap: 5px;
    width: 100%;
    transition: all ease-in-out 300ms; }
  .doctor-card .doctor-name {
    font-family: "Tenor Sans", Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.4;
    color: #11554e;
    text-align: center; }
  .doctor-card .doctor-experience {
    font-size: 0.875rem;
    line-height: 1.4;
    text-align: center; }
  .doctor-card .doctor-phone a {
    text-decoration: none; }
  .doctor-card .doctor-phone i {
    rotate: 90deg; }
  .doctor-card .doctor-social {
    padding: initial; }
    .doctor-card .doctor-social a {
      text-decoration: none; }
  .doctor-card .pum-trigger {
    color: #11554e; }
    .doctor-card .pum-trigger:hover {
      text-decoration: underline; }
  .doctor-card:hover {
    box-shadow: 0 0 1.25rem rgba(50, 45, 40, 0.25);
    border: none; }
    .doctor-card:hover .doctor-image-description {
      border-top: none; }

@media screen and (min-width: 64rem) {
  .doctor-card figure {
    max-width: 22.938rem; }
  .doctor-card .doctor-name {
    font-size: 1.25rem; }
  .doctor-card .doctor-experience {
    font-size: 1rem; } }

@media screen and (min-width: 90rem) {
  .doctor-card figure {
    max-width: fit-content; } }

.about-doctor {
  border: 1px solid #be9973;
  padding: 2.188rem 1.875rem 1.875rem;
  position: relative; }
  .about-doctor::before, .about-doctor::after {
    display: block;
    position: absolute;
    opacity: 0.4; }
  .about-doctor::before {
    content: url(images/bg/our-doctors-top-mobile.svg);
    left: 0;
    top: 0; }
  .about-doctor::after {
    content: url(images/bg/our-doctors-bottom-mobile.svg);
    bottom: 0;
    right: 0; }
  .about-doctor .wp-block-group__inner-container {
    padding: 0; }
  .about-doctor h5 {
    font-style: normal;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.4;
    color: #11554e;
    margin: 0 0 0.938rem; }
  .about-doctor p {
    font-size: 0.875rem;
    line-height: 1.6; }
    .about-doctor p:not(:last-child) {
      margin-bottom: 0.938rem; }
  .about-doctor .about-doctor-external-links {
    padding: initial; }
    .about-doctor .about-doctor-external-links h6:not(:last-child) {
      margin-bottom: 0.938rem; }
    .about-doctor .about-doctor-external-links a {
      text-decoration: none; }
    .about-doctor .about-doctor-external-links i.fa-youtube {
      color: #ff0000; }
    .about-doctor .about-doctor-external-links i.fa-newspaper {
      color: #a9acac; }

@media screen and (min-width: 64rem) {
  .about-doctor {
    padding: 3.75rem 5rem 5.438rem; }
    .about-doctor h5 {
      font-size: 1.563rem;
      margin-bottom: 1.875rem; }
    .about-doctor p {
      font-size: 1rem;
      line-height: 1.8; }
      .about-doctor p:not(:last-child) {
        margin-bottom: 1.875rem; } }

.contacting-with-us {
  background-color: rgba(190, 153, 115, 0.25); }
  .contacting-with-us h4 {
    text-align: center; }
    .contacting-with-us h4::before {
      transform: translateX(-50%);
      left: 50%; }

.contacting-issues {
  gap: 0; }
  .contacting-issues:not(:last-child) {
    margin-bottom: 1.875rem; }

.contacting-issue,
.contacting-solution {
  padding: 1.875rem; }
  .contacting-issue h6,
  .contacting-solution h6 {
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.4;
    margin: 0 0 0.625rem; }
  .contacting-issue p:not(.price-popup),
  .contacting-solution p:not(.price-popup) {
    font-size: 0.875rem;
    line-height: 1.6; }
  .contacting-issue p:not(:last-child),
  .contacting-solution p:not(:last-child) {
    margin-bottom: 0.625rem; }

.contacting-issue {
  background-color: #fff;
  border: 1px solid #be9973;
  border-bottom-color: #11554e; }
  .contacting-issue h6 {
    color: #11554e; }
  .contacting-issue .pum-trigger {
    font-weight: bold;
    color: #be9973;
    width: fit-content; }
    .contacting-issue .pum-trigger:hover {
      text-decoration: underline; }

.contacting-solution {
  background-color: #11554e;
  color: #fff; }
  .contacting-solution p:not(.price-popup) {
    opacity: 0.8; }
  .contacting-solution p.price-popup {
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 15px;
    display: flex;
    align-items: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-top: 0.938rem; }
    .contacting-solution p.price-popup i {
      margin-left: 7px; }

@media screen and (min-width: 48.875rem) {
  .contacting-issue.is-vertically-aligned-top,
  .contacting-solution.is-vertically-aligned-top {
    align-self: stretch; }
  .contacting-issue {
    border-right-color: #11554e;
    border-bottom-color: #be9973;
    position: relative; }
    .contacting-issue::after {
      content: "\f054";
      background-color: #be9973;
      font-family: "Font Awesome 5 Free", serif;
      font-weight: 900;
      color: #fff;
      display: block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      position: absolute;
      top: 50%;
      transform: translate(50%, -50%);
      right: 0;
      padding: 0.625rem 1.25rem;
      border-radius: 100%; } }

@media screen and (min-width: 64rem) {
  .contacting-issue,
  .contacting-solution {
    padding: 2.5rem 3.75rem; }
  .contacting-issue::after {
    padding: 1.125rem 1.75rem; } }

/**
<div class="price-popup-wrapper">
    <div class="price-popup-image">

    </div>
    <div class="price-popup-content">
        <h4 class="title">Дивитись ціну послуги</h4>
        <p class="description">Lorem ipsum dolor sit amet.</p>
        <p class="price">Вартість однієї ніжки за один сеанс: від 3000 грн</p>
        <div class="wp-block-button button">
            <a class="wp-block-button__link wp-element-button">
            	записатись на консультацію
            </a>
        </div>
    </div>
</div>
 */
.price-popup-wrapper {
  display: flex;
  flex-direction: column; }
  .price-popup-wrapper *:not(img):empty {
    display: none;
    margin: 0;
    padding: 0; }

.price-popup-image img {
  max-height: 7.5rem;
  object-fit: cover; }

.price-popup-content {
  padding: 1.875rem 1.875rem 2.188rem; }
  .price-popup-content .title {
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.1;
    padding-bottom: 1.25rem;
    margin: 0 0 1.25rem;
    position: relative; }
    .price-popup-content .title::before {
      content: "";
      display: block;
      position: absolute;
      width: 1.875rem;
      height: 0.125rem;
      background-color: #be9973;
      bottom: 0; }
  .price-popup-content .description {
    font-size: 0.875rem;
    line-height: 1.6;
    margin: 0 0 1.25rem; }
  .price-popup-content .price {
    font-family: "Tenor Sans", Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.2;
    color: #11554e;
    margin: 0 0 1.25rem; }

@media screen and (min-width: 48rem) {
  .price-popup-wrapper {
    flex-direction: row-reverse; }
  .price-popup-image img {
    max-height: unset;
    height: 100% !important; }
  .price-popup-image,
  .price-popup-content {
    max-width: 50%; } }

@media screen and (min-width: 90rem) {
  .price-popup-image {
    flex-shrink: 0; }
  .price-popup-image,
  .price-popup-content {
    max-width: unset; }
  .price-popup-content {
    padding: 3.75rem; }
    .price-popup-content .title {
      font-size: 1.875rem; }
    .price-popup-content .description {
      font-size: 1rem; }
    .price-popup-content .price {
      font-size: 1.125rem; } }

.chief-specialist div > .wp-block-columns {
  gap: 1.25rem; }

@media screen and (min-width: 90rem) {
  .chief-specialist div > .wp-block-columns {
    gap: 1.875rem; } }

.about-service {
  padding: 2.5rem 3.75rem; }

.glsr,
.glsr-default .glsr-form-wrap,
.glsr-minimal .glsr-form-wrap {
  padding: 3.75rem 1.25rem 1.25rem;
  box-sizing: border-box; }
  .glsr form.glsr-form .glsr-star-full,
  .glsr form.glsr-form .glsr-star-rating--stars[class*=" s"] > span.gl-active,
  .glsr form.glsr-form .glsr-star-rating--stars[class*=" s"] > span.gl-active.gl-selected,
  .glsr-default .glsr-form-wrap form.glsr-form .glsr-star-full,
  .glsr-default .glsr-form-wrap form.glsr-form .glsr-star-rating--stars[class*=" s"] > span.gl-active,
  .glsr-default .glsr-form-wrap form.glsr-form .glsr-star-rating--stars[class*=" s"] > span.gl-active.gl-selected,
  .glsr-minimal .glsr-form-wrap form.glsr-form .glsr-star-full,
  .glsr-minimal .glsr-form-wrap form.glsr-form .glsr-star-rating--stars[class*=" s"] > span.gl-active,
  .glsr-minimal .glsr-form-wrap form.glsr-form .glsr-star-rating--stars[class*=" s"] > span.gl-active.gl-selected {
    background-image: url(images/icons/stars/star-full.svg) !important;
    background-repeat: no-repeat; }
  .glsr form.glsr-form .glsr-star-empty,
  .glsr form.glsr-form .glsr-star-rating--stars[class*=" s"] > span,
  .glsr-default .glsr-form-wrap form.glsr-form .glsr-star-empty,
  .glsr-default .glsr-form-wrap form.glsr-form .glsr-star-rating--stars[class*=" s"] > span,
  .glsr-minimal .glsr-form-wrap form.glsr-form .glsr-star-empty,
  .glsr-minimal .glsr-form-wrap form.glsr-form .glsr-star-rating--stars[class*=" s"] > span {
    background-image: url(images/icons/stars/star.svg) !important;
    background-repeat: no-repeat; }
  .glsr form.glsr-form label.glsr-label,
  .glsr-default .glsr-form-wrap form.glsr-form label.glsr-label,
  .glsr-minimal .glsr-form-wrap form.glsr-form label.glsr-label {
    display: none; }
  .glsr form.glsr-form button.glsr-button.wp-block-button__link,
  .glsr-default .glsr-form-wrap form.glsr-form button.glsr-button.wp-block-button__link,
  .glsr-minimal .glsr-form-wrap form.glsr-form button.glsr-button.wp-block-button__link {
    border: 1px solid #11554e;
    background-color: transparent;
    color: #1e1303;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    width: 100%;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 0;
    max-width: 21rem;
    line-height: 50px;
    padding: 0 0 0 0; }
    .glsr form.glsr-form button.glsr-button.wp-block-button__link:hover,
    .glsr-default .glsr-form-wrap form.glsr-form button.glsr-button.wp-block-button__link:hover,
    .glsr-minimal .glsr-form-wrap form.glsr-form button.glsr-button.wp-block-button__link:hover {
      background: #11554e;
      color: #fff; }

.glsr-reviews {
  gap: 0 !important;
  margin-inline: auto;
  margin-bottom: 1.87rem; }
  .glsr-reviews .glsr-review {
    border: 1px solid rgba(190, 153, 115, 0.7);
    background-color: #fff;
    padding: 1.25rem;
    display: grid !important;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(2, auto) auto;
    grid-column-gap: 0 !important;
    grid-row-gap: 0 !important; }
    .glsr-reviews .glsr-review:not(:first-child) {
      border-top: none; }
    .glsr-reviews .glsr-review:hover {
      box-shadow: 0 0 3.75rem rgba(50, 45, 40, 0.25);
      z-index: 2; }
    .glsr-reviews .glsr-review .glsr-review-author {
      grid-area: 1 / 1 / 2 / 3;
      font-family: "Tenor Sans", Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
      font-weight: 400;
      font-size: 1.125rem;
      line-height: 1.2;
      color: #11554e;
      margin-bottom: 0.688rem; }
    .glsr-reviews .glsr-review .glsr-review-rating {
      grid-area: 2 / 1 / 3 / 2;
      justify-content: flex-start;
      margin-bottom: 1.25rem; }
    .glsr-reviews .glsr-review .glsr-stars {
      justify-content: flex-start; }
    .glsr-reviews .glsr-review .glsr-star-full,
    .glsr-reviews .glsr-review .glsr-star-rating--stars[class*=" s"] > span.gl-active,
    .glsr-reviews .glsr-review .glsr-star-rating--stars[class*=" s"] > span.gl-active.gl-selected {
      background-image: url(images/icons/stars/star-full.svg) !important;
      background-repeat: no-repeat; }
    .glsr-reviews .glsr-review .glsr-star-empty,
    .glsr-reviews .glsr-review .glsr-star-rating--stars[class*=" s"] > span {
      background-image: url(images/icons/stars/star.svg) !important;
      background-repeat: no-repeat; }
    .glsr-reviews .glsr-review .glsr-review-date {
      grid-area: 2 / 2 / 3 / 3;
      display: block;
      color: #1e1d1c;
      font-style: normal;
      font-weight: 500;
      font-size: 0.875rem;
      text-align: right;
      opacity: 0.5; }
    .glsr-reviews .glsr-review .glsr-review-content {
      grid-area: 3 / 1 / 4 / 3;
      font-weight: 400;
      font-size: 0.875rem;
      line-height: 1.6;
      color: #1e1d1c; }

@media screen and (min-width: 64rem) {
  .glsr-reviews {
    margin-bottom: 3.75rem; }
    .glsr-reviews .glsr-review {
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: repeat(2, auto);
      padding: 1.875rem 2.5rem 2.5rem;
      align-items: center; }
      .glsr-reviews .glsr-review .glsr-review-author {
        grid-area: 1 / 1 / 2 / 2;
        font-size: 1.563rem;
        margin-bottom: 0; }
      .glsr-reviews .glsr-review .glsr-review-rating {
        grid-area: 1 / 2 / 2 / 3;
        margin-bottom: 0; }
      .glsr-reviews .glsr-review .glsr-review-date {
        grid-area: 1 / 3 / 2 / 4;
        font-size: 1rem; }
      .glsr-reviews .glsr-review .glsr-review-content {
        grid-area: 2 / 1 / 3 / 4;
        font-size: 1rem;
        margin-top: 0.938rem; } }

.white div.owl-carousel,
.black div.owl-carousel {
  padding: 0 !important;
  margin: 0 !important; }
  .white div.owl-carousel div.owl-nav button.owl-prev,
  .white div.owl-carousel div.owl-nav button.owl-next,
  .black div.owl-carousel div.owl-nav button.owl-prev,
  .black div.owl-carousel div.owl-nav button.owl-next {
    margin-top: 0 !important;
    height: 3.25rem !important;
    width: 3.25rem !important;
    border: 1px solid #be9973 !important;
    background: #fff !important;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .white div.owl-carousel div.owl-nav button.owl-prev::before, .white div.owl-carousel div.owl-nav button.owl-prev::after,
    .white div.owl-carousel div.owl-nav button.owl-next::before,
    .white div.owl-carousel div.owl-nav button.owl-next::after,
    .black div.owl-carousel div.owl-nav button.owl-prev::before,
    .black div.owl-carousel div.owl-nav button.owl-prev::after,
    .black div.owl-carousel div.owl-nav button.owl-next::before,
    .black div.owl-carousel div.owl-nav button.owl-next::after {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      color: #be9973;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      margin-top: 11px; }
    .white div.owl-carousel div.owl-nav button.owl-prev.disabled,
    .white div.owl-carousel div.owl-nav button.owl-next.disabled,
    .black div.owl-carousel div.owl-nav button.owl-prev.disabled,
    .black div.owl-carousel div.owl-nav button.owl-next.disabled {
      border-color: #a9acac !important; }
      .white div.owl-carousel div.owl-nav button.owl-prev.disabled::before, .white div.owl-carousel div.owl-nav button.owl-prev.disabled::after,
      .white div.owl-carousel div.owl-nav button.owl-next.disabled::before,
      .white div.owl-carousel div.owl-nav button.owl-next.disabled::after,
      .black div.owl-carousel div.owl-nav button.owl-prev.disabled::before,
      .black div.owl-carousel div.owl-nav button.owl-prev.disabled::after,
      .black div.owl-carousel div.owl-nav button.owl-next.disabled::before,
      .black div.owl-carousel div.owl-nav button.owl-next.disabled::after {
        color: #a9acac; }
    .white div.owl-carousel div.owl-nav button.owl-prev:not(.disabled):hover,
    .white div.owl-carousel div.owl-nav button.owl-next:not(.disabled):hover,
    .black div.owl-carousel div.owl-nav button.owl-prev:not(.disabled):hover,
    .black div.owl-carousel div.owl-nav button.owl-next:not(.disabled):hover {
      background-color: #be9973 !important; }
      .white div.owl-carousel div.owl-nav button.owl-prev:not(.disabled):hover::before, .white div.owl-carousel div.owl-nav button.owl-prev:not(.disabled):hover::after,
      .white div.owl-carousel div.owl-nav button.owl-next:not(.disabled):hover::before,
      .white div.owl-carousel div.owl-nav button.owl-next:not(.disabled):hover::after,
      .black div.owl-carousel div.owl-nav button.owl-prev:not(.disabled):hover::before,
      .black div.owl-carousel div.owl-nav button.owl-prev:not(.disabled):hover::after,
      .black div.owl-carousel div.owl-nav button.owl-next:not(.disabled):hover::before,
      .black div.owl-carousel div.owl-nav button.owl-next:not(.disabled):hover::after {
        color: #fff; }
  .white div.owl-carousel div.owl-nav .owl-prev,
  .black div.owl-carousel div.owl-nav .owl-prev {
    left: 0; }
    .white div.owl-carousel div.owl-nav .owl-prev::before,
    .black div.owl-carousel div.owl-nav .owl-prev::before {
      content: "\f053"; }
  .white div.owl-carousel div.owl-nav .owl-next,
  .black div.owl-carousel div.owl-nav .owl-next {
    right: 0; }
    .white div.owl-carousel div.owl-nav .owl-next::before,
    .black div.owl-carousel div.owl-nav .owl-next::before {
      content: "\f054"; }
  .white div.owl-carousel .owl-dots,
  .black div.owl-carousel .owl-dots {
    margin-top: 1.25rem !important;
    margin-bottom: 1.875rem !important;
    display: flex !important;
    justify-content: center;
    align-items: center; }
    .white div.owl-carousel .owl-dots .owl-dot,
    .black div.owl-carousel .owl-dots .owl-dot {
      width: 1.875rem;
      height: 0.188rem;
      display: inline-flex !important;
      background-color: rgba(30, 19, 3, 0.2); }
      .white div.owl-carousel .owl-dots .owl-dot:not(:last-child),
      .black div.owl-carousel .owl-dots .owl-dot:not(:last-child) {
        margin-right: 0.625rem; }
      .white div.owl-carousel .owl-dots .owl-dot.active,
      .black div.owl-carousel .owl-dots .owl-dot.active {
        background-color: #be9973; }
      .white div.owl-carousel .owl-dots .owl-dot span,
      .black div.owl-carousel .owl-dots .owl-dot span {
        display: none !important; }

.bafg-twentytwenty-container {
  margin-inline: auto; }
  .bafg-twentytwenty-container .twentytwenty-handle {
    background-color: #fff; }
    .bafg-twentytwenty-container .twentytwenty-handle .twentytwenty-left-arrow {
      border-right-color: #be9973 !important; }
    .bafg-twentytwenty-container .twentytwenty-handle .twentytwenty-right-arrow {
      border-left-color: #be9973 !important; }
  .bafg-twentytwenty-container .twentytwenty-overlay .twentytwenty-before-label::before,
  .bafg-twentytwenty-container .twentytwenty-overlay .twentytwenty-after-label::before {
    top: 29px; }

.accordions .accordions-head.border-1px,
.accordions .accordion-content.border-1px {
  border-color: #11554e !important; }

.accordions .accordions-head {
  display: flex;
  align-items: flex-start;
  gap: 10px; }
  .accordions .accordions-head .accordions-head-title {
    font-weight: 400;
    line-height: 1.2;
    display: flex; }

.accordions .accordion-content {
  font-weight: 400;
  line-height: 1.6; }

html.pum-open.pum-open-overlay.pum-open-scrollable body > :not([aria-modal=true]) {
  padding-right: 0 !important; }
