@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

:root {
  --bg: #f6f4ef;
  --alternative_bg: #e4dfd2;
  --alternative_bg_2: #fff;
  --color: #312E2D;
  --mak_bg: color-mix(in srgb, #69614d 75%, #000);
  --mak_color: #fff;
  --side_spacer: clamp(1.5rem, 1.2179rem + 1.5044vw, 3.625rem);
  --section_padding: 150px;
  --font: "Red Hat Display", sans-serif;
  --font_weight_default: 400;
  --font_weight_medium: 500;
  --font_weight_bold: 700;
  --font_weight_light: 300;
  --font_size_default: 18px;
  --title_size_big: clamp(2.625rem, 2.3704rem + 1.358vw, 4rem);
  --title_size: clamp(2.625rem, 2.5093rem + 0.6173vw, 3.25rem);
  --title_size_small: clamp(2rem, 1.917rem + 0.4425vw, 2.625rem);
  --pretitle_size: clamp(1.375rem, 1.2593rem + 0.6173vw, 2rem);
  --item_title: 100px;
  --highlight_font: "Bodoni Moda", serif;
  --highlight_font_weight_default: 400;
  --main_color: #69614d;
  --main_color_as: #e4dfd2;
  --main_color_ash: #fff;
  --second_color: #726a56;
  --second_color_as: #e4dfd2;
  --third_color: #977559;
  --third_color_as: #fff;
  --fourth_color: #d3c5ad;
  --fourth_color_as: var(--color);
  --highlight_color: var(--third_color);
  --highlight_color_as: var(--third_color_as);
  --hover_color: var(--third_color);
  --hover_color_as: var(--third_color_as);
  --stroke: #d6d3c9;
  --title_color: var(--main_color);
  --dark_section_bg: #69614d;
  --dark_section_color: #e4dfd2;
  --dark_section_highlight_color: #fff;
  --placeolder: var(--dark_section_bg);
  --header_height: 180px;
  --header_height_sticky: 100px;
  --megamenu_bg: color-mix(in srgb, var(--main_color), transparent 10%);
  --megamenu_color: #fff;
  --footer_bg: #fff;
  --footer_color: var(--color);
  --arrow_bg: var(--main_color);
  --arrow_color: var(--main_color_ash);
  --container_max_width: 100%;
}
@media (max-width: 767px) {
  :root {
    --font_size_default: 16px;
    --header_height: 150px;
    --header_height_sticky: 80px;
    --section_padding: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  :root {
    --header_height: 150px;
    --section_padding: 100px;
  }
}
@media (min-width: 1400px) {
  :root {
    --container_max_width: 1200px;
    --section_padding: 200px;
  }
}
@media (min-width: 1700px) {
  :root {
    --container_max_width: 1400px;
  }
}
@media (min-width: 1920px) {
  :root {
    --container_max_width: 1500px;
  }
}

#header {
  position: relative;
  height: var(--header_height);
  width: 100%;
  z-index: 9999;
  background: var(--bg);
}
.home #header.page_has_video, .single-events #header, .page-template-template-events #header, .page-template-template-temporary_page #header {
  position: absolute;
  background: none;
}
#header .header_wrapper {
  padding: 0 var(--side_spacer);
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--header_height);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  #header .header_wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#header.sticky .header_wrapper {
  --header_height: var(--header_height_sticky);
  padding-top: 40px;
}
@media (max-width: 767px) {
  #header.sticky .header_wrapper {
    padding-top: 0;
  }
}
#header.sticky .header_wrapper #logo img.original, #header.sticky .header_wrapper #logo img.custom, #header.sticky .header_wrapper #logo img.small_custom {
  display: none;
}
#header.sticky .header_wrapper #logo img.small {
  display: inline-block;
}

#header.mega_menu_is_visible {
  background: none;
}

#header.sticky.mega_menu_is_visible #logo img.original, #header.sticky.mega_menu_is_visible #logo img.custom, #header.sticky.mega_menu_is_visible #logo img.small {
  display: none;
}
#header.sticky.mega_menu_is_visible #logo img.small_custom {
  display: inline-block;
}

#logo {
  display: block;
  width: 250px;
  height: calc(var(--header_height) - 60px);
  line-height: calc(var(--header_height) - 60px);
  min-height: 32px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  #logo {
    width: 200px;
  }
}
#logo img {
  width: auto;
  max-width: 100%;
  height: 100%;
  display: inline-block;
}
#logo img.custom, #logo img.small, #logo img.small_custom {
  display: none;
}
.page_has_video #logo img.original, .mega_menu_is_visible #logo img.original, .single-events #logo img.original, .page-template-template-events #logo img.original, .page-template-template-temporary_page #logo img.original {
  display: none;
}
.page_has_video #logo img.custom, .mega_menu_is_visible #logo img.custom, .single-events #logo img.custom, .page-template-template-events #logo img.custom, .page-template-template-temporary_page #logo img.custom {
  display: inline-block;
}

#open_menu,
#main_cta a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--alternative_bg);
  color: var(--color);
  border-radius: 50px;
  height: 56px;
  min-width: 140px;
  transition: all 0.3s ease;
  padding: 0.5em 1.5em;
  text-decoration: none;
  font-weight: var(--font_weight_bold);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  #open_menu,
  #main_cta a {
    min-width: unset;
  }
}
@media (max-width: 767px) {
  #open_menu,
  #main_cta a {
    height: 48px;
  }
}
#open_menu:hover,
#main_cta a:hover {
  background: var(--fourth_color);
  color: var(--fourth_color_as);
}
@media (max-width: 991px) {
  #open_menu .label,
  #main_cta a .label {
    display: none;
  }
}

#main_cta .icon {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 20px;
  display: none;
  background-image: url("../img/calendar.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: transparent;
}
@media (max-width: 991px) {
  #main_cta .icon {
    display: block;
  }
}

#open_menu {
  border: 1px solid transparent;
}
#open_menu:hover .icon {
  border-color: var(--fourth_color_as);
}
#open_menu:hover .icon:before {
  background: var(--fourth_color_as);
}
.mega_menu_is_visible #open_menu {
  background: var(--second_color);
  color: var(--second_color_as);
  border-color: var(--second_color_as);
}
.mega_menu_is_visible #open_menu .icon {
  border: transparent;
}
.mega_menu_is_visible #open_menu .icon:before, .mega_menu_is_visible #open_menu .icon:after {
  background: var(--second_color_as);
  width: 100%;
  transform-origin: 50% 50%;
}
.mega_menu_is_visible #open_menu .icon:before {
  transform: rotate(45deg);
}
.mega_menu_is_visible #open_menu .icon:after {
  transform: rotate(-45deg);
}
#open_menu .label {
  margin-right: 1em;
}
#open_menu .icon {
  display: block;
  width: 20px;
  height: 14px;
  position: relative;
  border-width: 2px 0;
  border-style: solid;
  border-color: var(--color);
}
#open_menu .icon:before, #open_menu .icon:after {
  content: "";
  display: block;
  width: 70%;
  height: 2px;
  background: var(--color);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

body, html {
  line-height: 180%;
  font-family: var(--font);
  font-weight: var(--font_weight_default);
  font-size: var(--font_size_default);
  background: var(--bg);
  color: var(--color);
}
body a:focus, html a:focus {
  outline: 0;
  text-decoration: inherit;
}
body ::-moz-selection, html ::-moz-selection {
  background: var(--mak_bg);
  color: var(--mak_color);
  text-shadow: none;
}
body ::selection, html ::selection {
  background: var(--mak_bg);
  color: var(--mak_color);
  text-shadow: none;
}
body *, html * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  background: var(--footer_bg);
}
html.no_scroll {
  overflow: hidden;
}

body {
  height: auto;
}

.description h2 + p, .description h3 + p, .description h4 + p, .description h5 + p, .description h6 + p,
.the_content h2 + p,
.the_content h3 + p,
.the_content h4 + p,
.the_content h5 + p,
.the_content h6 + p {
  margin-top: 1em;
}
.description p + p,
.description h1 + p,
.description p + h1,
.description p + h2,
.description p + h3,
.description p + h4,
.description p + h5,
.the_content p + p,
.the_content h1 + p,
.the_content p + h1,
.the_content p + h2,
.the_content p + h3,
.the_content p + h4,
.the_content p + h5 {
  margin-top: 1em;
}
.description strong, .description b,
.the_content strong,
.the_content b {
  font-style: var(--font_weight_bold);
}
.description ul, .description ol,
.the_content ul,
.the_content ol {
  margin: 1em 0 1em 3em;
}
.description ul,
.the_content ul {
  list-style: disc outside none;
}
.description ol,
.the_content ol {
  list-style: decimal outside none;
}
.description em, .description i,
.the_content em,
.the_content i {
  font-style: italic;
}
.description hr,
.the_content hr {
  border-width: 1px 0 0 0;
  border-style: solid;
  margin: 1em 0;
}
.description dl,
.the_content dl {
  margin: 1em 0 1em 0;
}
.description dl dd,
.the_content dl dd {
  border-left: 5px solid var(--stroke);
  padding-left: 1em;
}
.description dl dt + dd,
.the_content dl dt + dd {
  margin-top: 0.5em;
}
.description dl dd + dt,
.the_content dl dd + dt {
  margin-top: 0.5em;
}
.description mark,
.the_content mark {
  padding: 0 0.5em;
}
.description strong, .description b,
.the_content strong,
.the_content b {
  color: var(--main_color);
  font-weight: bold;
}
.description em, .description i,
.the_content em,
.the_content i {
  color: var(--main_color);
}
.description hr,
.the_content hr {
  border-color: var(--main_color);
}
.description em strong, .description strong em,
.the_content em strong,
.the_content strong em {
  font-style: var(--font_weight_bold);
}
.description blockquote,
.the_content blockquote {
  font-size: 1.1em;
  font-style: italic;
  background: none;
  border: none;
  margin-left: 0;
  padding: 0;
}
.description blockquote:before,
.the_content blockquote:before {
  content: "“";
}
.description blockquote:after,
.the_content blockquote:after {
  content: "”";
}
.description blockquote p,
.the_content blockquote p {
  display: inline;
}
.description blockquote strong,
.the_content blockquote strong {
  font-weight: bold;
}
.description p + pre,
.description p + blockquote,
.the_content p + pre,
.the_content p + blockquote {
  margin-top: 1em;
}
.description blockquote + p,
.the_content blockquote + p {
  margin-top: 2em;
}
.description dl dd,
.the_content dl dd {
  border-color: var(--color);
  border-width: 1px;
}
.description dl,
.the_content dl {
  margin-left: 0;
}
.description dl dd,
.the_content dl dd {
  margin-left: 1em;
}
.description mark,
.the_content mark {
  background-color: var(--second_color);
  color: var(--second_color_as);
  padding: 0.3em 0.5em;
}
.description mark strong, .description mark b,
.description mark em, .description mark i,
.the_content mark strong,
.the_content mark b,
.the_content mark em,
.the_content mark i {
  background: inherit;
  color: inherit;
}
.description small,
.the_content small {
  font-size: 0.8em;
}
.description h1,
.the_content h1 {
  font-size: 2em;
  font-weight: bold;
  font-style: normal;
  line-height: 120%;
  position: relative;
  text-transform: uppercase;
  clear: both;
  color: var(--main_color);
  margin-bottom: 1em;
}
.description h1:after,
.the_content h1:after {
  display: none;
}
.description h1 strong,
.the_content h1 strong {
  color: var(--second_color);
}
.description h2,
.the_content h2 {
  font-size: 1.8em;
  font-weight: bold;
  font-style: normal;
  line-height: 120%;
  position: relative;
  text-transform: uppercase;
  clear: both;
  color: var(--main_color);
  margin-bottom: 1em;
}
.description h2:after,
.the_content h2:after {
  display: none;
}
.description h2 strong,
.the_content h2 strong {
  color: var(--second_color);
}
.description h3,
.the_content h3 {
  font-size: 1.4em;
  font-weight: bold;
  font-style: normal;
  line-height: 120%;
  position: relative;
  text-transform: uppercase;
  clear: both;
  color: var(--main_color);
  margin-bottom: 1em;
}
.description h3:after,
.the_content h3:after {
  display: none;
}
.description h3 strong,
.the_content h3 strong {
  color: var(--second_color);
}
.description h4,
.the_content h4 {
  font-size: 1.2em;
  font-weight: bold;
  font-style: normal;
  line-height: 120%;
  position: relative;
  text-transform: uppercase;
  clear: both;
  color: var(--main_color);
  margin-bottom: 1em;
}
.description h4:after,
.the_content h4:after {
  display: none;
}
.description h4 strong,
.the_content h4 strong {
  color: var(--second_color);
}
.description h5,
.the_content h5 {
  font-size: 1.1em;
  font-weight: bold;
  font-style: normal;
  line-height: 120%;
  position: relative;
  text-transform: uppercase;
  clear: both;
  color: var(--main_color);
  margin-bottom: 1em;
}
.description h5:after,
.the_content h5:after {
  display: none;
}
.description h5 strong,
.the_content h5 strong {
  color: var(--second_color);
}
.description h6,
.the_content h6 {
  font-size: 1.1em;
  font-weight: bold;
  font-style: normal;
  line-height: 120%;
  position: relative;
  text-transform: uppercase;
  clear: both;
  color: var(--main_color);
  margin-bottom: 1em;
}
.description h6:after,
.the_content h6:after {
  display: none;
}
.description h6 strong,
.the_content h6 strong {
  color: var(--second_color);
}
.description h2,
.the_content h2 {
  color: var(--main_color);
  font-weight: bold;
}
.description h2 + h3,
.the_content h2 + h3 {
  margin-top: 0.5em;
}
.description a,
.the_content a {
  color: var(--second_color);
  text-decoration: underline;
  cursor: pointer;
  transition: all 0.3s ease;
}
.description a:hover,
.the_content a:hover {
  color: var(--hover_color);
  text-decoration: none;
  outline: 0;
}
.description a:focus,
.the_content a:focus {
  outline: 0;
  text-decoration: none;
}
.description pre,
.the_content pre {
  font-family: monospace;
  overflow: auto;
}
.description pre + p,
.the_content pre + p {
  margin-top: 1em;
}
.description table,
.the_content table {
  border-style: solid;
  border-color: var(--stroke);
  border-width: 0 0 0 1px;
}
.description table thead,
.description table tbody,
.the_content table thead,
.the_content table tbody {
  width: 100%;
}
.description table thead,
.the_content table thead {
  position: sticky;
  top: 0;
  text-align: left;
  background: color-mix(in srgb, var(--bg), #000 5%);
}
.description table td,
.description table th,
.the_content table td,
.the_content table th {
  padding: 1em;
  min-width: 120px;
  line-height: 130%;
  border-style: solid;
  border-color: var(--stroke);
  border-width: 1px 1px 0 0;
}
.description table tr:nth-child(odd) td,
.the_content table tr:nth-child(odd) td {
  background: var(--bg_alt);
}
.description ul,
.the_content ul {
  margin-left: 2em;
}

.iframe_container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.iframe_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.the_content:after, .the_content:before {
  content: "";
  clear: both;
  display: table;
}

.description .wp-caption.alignleft, .description .wp-caption.alignright, .description .wp-caption.aligncenter,
.description img.alignleft,
.description img.alignright,
.description img.aligncenter,
.the_content .wp-caption.alignleft,
.the_content .wp-caption.alignright,
.the_content .wp-caption.aligncenter,
.the_content img.alignleft,
.the_content img.alignright,
.the_content img.aligncenter {
  padding: 0 2em;
  margin: 2em 0;
  max-width: 100%;
  width: auto;
  height: auto;
}
.description .wp-caption.alignleft,
.description img.alignleft,
.the_content .wp-caption.alignleft,
.the_content img.alignleft {
  float: left;
  padding-left: 0;
  max-width: 50%;
}
@media (max-width: 767px) {
  .description .wp-caption.alignleft,
  .description img.alignleft,
  .the_content .wp-caption.alignleft,
  .the_content img.alignleft {
    float: none;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
.description .wp-caption.alignright,
.description img.alignright,
.the_content .wp-caption.alignright,
.the_content img.alignright {
  float: right;
  padding-right: 0;
  max-width: 50%;
}
@media (max-width: 767px) {
  .description .wp-caption.alignright,
  .description img.alignright,
  .the_content .wp-caption.alignright,
  .the_content img.alignright {
    float: none;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .description .wp-caption.alignleft, .description .wp-caption.alignright,
  .description img.alignleft,
  .description img.alignright,
  .the_content .wp-caption.alignleft,
  .the_content .wp-caption.alignright,
  .the_content img.alignleft,
  .the_content img.alignright {
    text-align: center;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.description .wp-caption.aligncenter,
.description img.aligncenter,
.the_content .wp-caption.aligncenter,
.the_content img.aligncenter {
  text-align: center;
  max-width: 100%;
  display: inline;
}
.description .wp-caption.alignnone,
.description img.alignnone,
.the_content .wp-caption.alignnone,
.the_content img.alignnone {
  text-align: center;
  max-width: 100%;
}
.description .wp-caption.aligncenter,
.the_content .wp-caption.aligncenter {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  padding-left: 0;
}
.description .wp-caption img,
.the_content .wp-caption img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.description .wp-caption-text,
.the_content .wp-caption-text {
  background: none;
  color: var(--color);
  display: block;
  padding: 1em 0;
  line-height: 160%;
  font-size: 0.9em;
  font-style: italic;
}

.container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: calc(100% - var(--side_spacer) * 2);
  max-width: var(--container_max_width);
}
.container_full {
  width: 100%;
  padding-left: var(--side_spacer);
  padding-right: var(--side_spacer);
}

.section {
  padding-top: var(--section_padding);
  padding-bottom: var(--section_padding);
  position: relative;
  background: var(--bg);
  z-index: 200;
}

.section.section_bg_color_dark,
.quote_section_fixed.section_bg_color_dark {
  --title_color: var(--dark_section_highlight_color);
  --second_color: var(--dark_section_highlight_color);
  --main_color: var(--dark_section_highlight_color);
  --color: var(--dark_section_highlight_color);
  --third_color: var(--dark_section_color);
  --alternative_bg: color-mix(in srgb, var(--dark_section_bg), #000 15%);
  --bg: var(--dark_section_bg);
  --placeolder: color-mix(in srgb, var(--dark_section_bg), #000 15%);
  background: var(--dark_section_bg);
  color: var(--dark_section_color);
}
.section.section_bg_color_dark .btns_wrap .btn a:not(:hover),
.quote_section_fixed.section_bg_color_dark .btns_wrap .btn a:not(:hover) {
  color: var(--third_color);
}
.section.section_bg_color_dark ::-webkit-calendar-picker-indicator,
.quote_section_fixed.section_bg_color_dark ::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

.section + .section:not([class*=section_bg]) {
  padding-top: 0;
}

.section[class*=section_bg] + .section {
  padding-top: var(--section_padding);
}

.section.section_bg_color_dark + .section.section_bg_color_dark {
  border-top: 1px solid var(--bg);
}

.content_in_section_wrap .wrap {
  margin-right: 0;
  margin-left: auto;
  width: 70%;
}
@media (max-width: 991px) {
  .content_in_section_wrap .wrap {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  #main_content .content_in_section_wrap .wrap {
    width: 80%;
  }
}
.content_in_section_wrap .pre_title {
  font-weight: var(--font_weight_medium);
  font-style: normal;
  font-family: var(--font);
  line-height: 130%;
  color: var(--second_color);
  font-size: var(--pretitle_size);
}
.content_in_section_wrap .pre_title strong, .content_in_section_wrap .pre_title b {
  font-weight: inherit;
}
.content_in_section_wrap .pre_title strong, .content_in_section_wrap .pre_title b {
  color: var(--highlight_color);
  text-transform: uppercase;
}
.content_in_section_wrap .title {
  font-weight: var(--font_weight_light);
  font-style: normal;
  font-family: var(--font);
  line-height: 120%;
  text-transform: none;
  letter-spacing: 0;
  color: var(--title_color);
  font-size: var(--title_size_big);
}
.content_in_section_wrap .title strong, .content_in_section_wrap .title b {
  font-weight: inherit;
}
.content_in_section_wrap .title strong, .content_in_section_wrap .title b {
  color: var(--highlight_color);
  text-transform: uppercase;
}
.content_in_section_wrap .pre_title + .title {
  margin-top: 0.2em;
}
.content_in_section_wrap .title + .the_content,
.content_in_section_wrap .pre_title + .the_content {
  margin-top: 1.5em;
}
.content_in_section_wrap .btns_wrap {
  margin-top: 1.5em;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.content_in_section_wrap .btns_wrap .info {
  display: inline-block;
  overflow: hidden;
}
.content_in_section_wrap .btns_wrap .info a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 0;
  text-decoration: none;
  z-index: 1;
  overflow: hidden;
  position: relative;
  line-height: 140%;
  transition: all ease 0.3s;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: var(--font_weight_bold);
  font-size: 16px;
}
.content_in_section_wrap .btns_wrap .info a:after {
  content: "";
  display: block;
  background: var(--third_color);
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  position: absolute;
  transition: all 0.3s ease;
}
.content_in_section_wrap .btns_wrap .info a * {
  color: inherit;
  font-weight: inherit;
}
.content_in_section_wrap .btns_wrap .info a:hover, .content_in_section_wrap .btns_wrap .info a:focus {
  text-decoration: none;
  outline: none;
}
.content_in_section_wrap .btns_wrap .info a {
  color: var(--color);
}
.content_in_section_wrap .btns_wrap .info a:hover:after {
  width: 100%;
}

.arrow {
  display: block;
  background: var(--arrow_bg);
  color: var(--arrow_color);
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 100%;
  text-decoration: none;
  font-size: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 200;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .arrow {
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 16px;
  }
}
.arrow:before {
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
}
.arrow:after {
  display: none;
}
.arrow:hover {
  background: color-mix(in srgb, var(--arrow_bg), #000 20%);
}
.arrow.next {
  right: var(--side_spacer);
}
.arrow.next:before {
  content: "\f061";
}
.arrow.prev {
  left: var(--side_spacer);
}
.arrow.prev:before {
  content: "\f060";
}
.arrow span {
  display: none;
}

.pager ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pager ul li + li {
  margin-left: 0.5em;
}
.pager ul li {
  width: 20px;
  height: 20px;
  display: block;
  transition: all 0.3s ease;
  border-radius: 100%;
  border: 1px solid var(--color);
}
.pager ul li:hover, .pager ul li.slick-active {
  background: var(--color);
}
.pager ul li button {
  display: none;
}

.fancybox-container.fancybox-is-open {
  backdrop-filter: blur(20px);
}
.fancybox-container.fancybox-is-open .fancybox-bg {
  background: color-mix(in srgb, var(--alternative_bg), transparent 20%);
  opacity: 1;
}

#mega_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--megamenu_bg);
  color: var(--megamenu_color);
  backdrop-filter: blur(5px);
  z-index: 9998;
  display: none;
  padding: var(--header_height) 0 0;
  overflow: auto;
}
#mega_menu .wrap {
  position: relative;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 1199px) {
  #mega_menu .wrap {
    display: block;
  }
}
#mega_menu .wrap .menu_col,
#mega_menu .wrap .contacts_col {
  min-height: calc(100vh - var(--header_height) - 60px);
}
@media (max-width: 1199px) {
  #mega_menu .wrap .menu_col,
  #mega_menu .wrap .contacts_col {
    min-height: unset;
  }
}
#mega_menu .wrap .menu_col {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: var(--side_spacer);
  padding-right: calc(var(--side_spacer) * 2);
  padding-bottom: 60px;
  position: relative;
}
@media (max-width: 1199px) {
  #mega_menu .wrap .menu_col {
    width: 100%;
    display: block;
    padding: 40px 40px 60px;
  }
}
#mega_menu .wrap .menu_col .language_selector {
  margin-bottom: 0;
  margin-top: auto;
}
#mega_menu .wrap .menu_col .language_selector ul, #mega_menu .wrap .menu_col .language_selector li, #mega_menu .wrap .menu_col .language_selector > div {
  margin: 0;
  padding: 0;
}
#mega_menu .wrap .menu_col .language_selector ul {
  display: flex;
  align-items: center;
}
#mega_menu .wrap .menu_col .language_selector ul li + li {
  border-left: 1px solid var(--megamenu_color);
  padding-left: 1em;
  margin-left: 1em;
}
#mega_menu .wrap .menu_col .language_selector ul li.wpml-ls-current-language a:after {
  width: 100%;
}
#mega_menu .wrap .menu_col .language_selector ul a {
  position: relative;
  display: block;
  color: var(--megamenu_color);
  padding: 0.5em 0;
}
#mega_menu .wrap .menu_col .language_selector ul a:hover:after {
  width: 100%;
}
#mega_menu .wrap .menu_col .language_selector ul a:after {
  content: "";
  width: 0;
  height: 2px;
  display: block;
  bottom: 0;
  left: 0;
  position: absolute;
  background: var(--megamenu_color);
  transition: all 0.3s ease;
}
#mega_menu .wrap .menu_col .language_selector ul a img {
  width: 25px;
  height: unset;
  aspect-ratio: 4/3;
}
#mega_menu .wrap .menu_col .language_selector ul a span {
  display: none;
}
#mega_menu .wrap .contacts_col {
  width: 30%;
  position: sticky;
  padding-right: 40px;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: right;
}
@media (max-width: 1199px) {
  #mega_menu .wrap .contacts_col {
    width: 100%;
    position: relative;
    display: block;
    right: auto;
    top: auto;
    text-align: left;
    padding: 20px 40px 60px;
    border-top: 1px solid var(--megamenu_color);
  }
}
#mega_menu .wrap .contacts_col .title {
  text-transform: uppercase;
  font-weight: var(--font_weight_bold);
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
}
#mega_menu .wrap .contacts + .opening_hours {
  margin-top: 2em;
}
#mega_menu .wrap .contacts .contact + .contact:not(.telephone):before {
  content: "-";
  margin: 0 0.3em;
}
#mega_menu .wrap .contacts .contact.address {
  display: block;
}
#mega_menu .wrap .contacts .contact .label {
  display: none;
}
#mega_menu .wrap .contacts .contact .val + .val:before {
  content: "|";
  margin: 0 0.3em;
}
#mega_menu .wrap .contacts .contact a {
  color: var(--megamenu_color);
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
}
#mega_menu .wrap .contacts .contact a:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: var(--megamenu_color);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease;
}
#mega_menu .wrap .contacts .contact a:hover:after {
  width: 100%;
}

#header_menu {
  position: relative;
  max-width: 1200px;
  flex-grow: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#header_menu > ul {
  position: relative;
  width: 100%;
  margin-top: 0;
}
#header_menu ul {
  margin-top: 30px;
}
#header_menu ul li {
  margin-bottom: 30px;
}
#header_menu ul li.current-menu-item .menu_excerpt {
  display: block;
}
@media (max-width: 1199px) {
  #header_menu ul li.current-menu-item .menu_excerpt {
    display: none;
  }
}
#header_menu ul li a.menu_link,
#header_menu ul li .menu_excerpt {
  width: 50%;
}
#header_menu ul li .menu_excerpt {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
  max-width: 470px;
  line-height: 150%;
}
#header_menu ul li .menu_excerpt strong {
  font-weight: var(--font_weight_bold);
}
#header_menu ul li a.menu_link {
  color: var(--megamenu_color);
  text-decoration: none;
  position: relative;
  padding: 0.3em 0;
  font-size: clamp(1.5rem, 1.3838rem + 0.6195vw, 2.375rem);
  font-weight: var(--font_weight_light);
}
#header_menu ul li a.menu_link:hover:after {
  width: 100%;
}
#header_menu ul li a.menu_link:after {
  content: "";
  background: var(--megamenu_color);
  width: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  height: 1px;
  transition: all 0.3s ease;
}

#main_content {
  padding-top: 0;
}
#main_content .title_box {
  padding: calc(var(--side_spacer) / 2) var(--side_spacer) 0;
  height: calc(100vh - var(--header_height) - var(--side_spacer));
  min-height: 400px;
}
@media (min-width: 992px) {
  #main_content .title_box {
    min-height: 500px;
  }
}
.home #main_content .title_box {
  height: 100vh;
  padding: 0;
}
#main_content .title_box .wrap {
  color: #fff;
  height: 100%;
  padding: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  background: color-mix(in srgb, var(--dark_section_bg), #000 20%);
}
.home #main_content .title_box .wrap {
  padding-top: calc(var(--header_height) + 3em);
}
#main_content .title_box .wrap .inner_wrap {
  width: 100%;
  position: relative;
  z-index: 100;
  max-width: var(--container_max_width);
}
#main_content .title_box .background:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: color-mix(in srgb, #000, transparent 65%);
}
.home #main_content .title_box .background:before {
  background: color-mix(in srgb, var(--second_color), transparent 70%);
}
#main_content .title_box .thumb {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
#main_content .title_box .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
#main_content .title_box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
#main_content .title_box .pre_title {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 120%;
  font-size: 14px;
  font-weight: var(--font_weight_medium);
}
#main_content .title_box .pre_title a {
  color: inherit;
  position: relative;
  text-decoration: none;
  padding-bottom: 3px;
}
#main_content .title_box .pre_title a:hover:after, #main_content .title_box .pre_title a:focus:after {
  width: 100%;
}
#main_content .title_box .pre_title a:after {
  content: "";
  display: block;
  background: #fff;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  position: absolute;
  transition: all 0.3s ease;
}
#main_content .title_box .title {
  font-family: var(--highlight_font);
  font-size: clamp(2.625rem, 2.1852rem + 2.3457vw, 5rem);
  font-weight: var(--highlight_font_weight_default);
  line-height: 120%;
}
#main_content .title_box .subtitle {
  font-size: clamp(1.125rem, 1.0093rem + 0.6173vw, 1.75rem);
  font-weight: var(--font_weight_light);
  line-height: 140%;
}
#main_content .title_box .pre_title + .title {
  margin-top: 30px;
}
@media (max-width: 767px) {
  #main_content .title_box .pre_title + .title {
    margin-top: 20px;
  }
}
#main_content .title_box .title + .subtitle {
  margin-top: 20px;
}
@media (min-width: 1400px) {
  #main_content .title_box .title + .subtitle {
    margin-top: 40px;
  }
}
#main_content .title_box .btns_wrap {
  margin-top: 3em;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 1200px) {
  .home #main_content .title_box .btns_wrap {
    margin-top: 5em;
  }
}
#main_content .title_box .btns_wrap .btn {
  display: inline-block;
  font-size: 16px;
  height: 56px;
  overflow: hidden;
  text-align: center;
}
#main_content .title_box .btns_wrap .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  height: 56px;
  min-width: 140px;
  transition: all 0.3s ease;
  padding: 0.5em 1.5em;
  text-decoration: none;
  font-weight: var(--font_weight_bold);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  #main_content .title_box .btns_wrap .btn a {
    min-width: 120px;
  }
}
#main_content .title_box .btns_wrap .btn a * {
  color: inherit;
  font-weight: inherit;
}
#main_content .title_box .btns_wrap .btn a:hover, #main_content .title_box .btns_wrap .btn a:focus {
  text-decoration: none;
  outline: none;
}
#main_content .title_box .btns_wrap .btn a {
  background: transparent;
  color: #fff;
}
#main_content .title_box .btns_wrap .btn a:hover {
  background: var(--fourth_color);
  color: var(--fourth_color_as);
}
#main_content .content_in_section_wrap {
  padding-top: var(--section_padding);
}

#main_content.test_circle .wrap {
  background: none;
}
#main_content.test_circle .background {
  clip-path: circle(10%);
  transition: clip-path 1s;
  animation: circleAnimation 1s ease-in 1;
  animation-fill-mode: forwards;
  animation-delay: 1s;
  opacity: 0.1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: var(--dark_section_bg);
  overflow: hidden;
}
#main_content.test_circle .title_box .title,
#main_content.test_circle .title_box .pre_title,
#main_content.test_circle .title_box .subtitle,
#main_content.test_circle .title_box .btns_wrap .btn a {
  color: var(--title_color);
  animation: introColor 0.5s ease-in 1;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}
#main_content.test_mask .wrap {
  background: none;
}
#main_content.test_mask .background {
  mask-image: url("../img/quote_intro.svg");
  mask-repeat: no-repeat;
  mask-size: auto 100%;
  mask-position: right center;
  animation: maskAnimation 3s ease-in 1;
  animation-fill-mode: forwards;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: var(--dark_section_bg);
  overflow: hidden;
}
#main_content:not(.test_mask):not(.test_circle) .background {
  clip-path: circle(0%);
  transition: clip-path 1s;
  animation: circleAnimationDefault 1s ease-in 1;
  animation-fill-mode: forwards;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: var(--dark_section_bg);
  overflow: hidden;
}

@keyframes circleAnimation {
  0% {
    clip-path: circle(10%);
    opacity: 0.1;
  }
  100% {
    clip-path: circle(100%);
    opacity: 1;
  }
}
@keyframes circleAnimationDefault {
  0% {
    clip-path: circle(0%);
  }
  100% {
    clip-path: circle(100%);
  }
}
@keyframes introColor {
  0% {
    color: var(--title_color);
  }
  100% {
    color: #fff;
  }
}
@keyframes maskAnimation {
  0% {
    mask-size: auto 100%;
    mask-position: right center;
  }
  90% {
    mask-size: auto 600%;
    mask-position: right 75%;
  }
  100% {
    mask-size: auto 600%;
    mask-position: right 75%;
  }
}
.page-template-template-events #main_content .title_box,
.single-events #main_content .title_box {
  padding: 0;
}
.page-template-template-events #main_content .title_box .background:before,
.single-events #main_content .title_box .background:before {
  background: var(--dark_section_bg);
}
.page-template-template-events #main_content .title_box .wrap,
.single-events #main_content .title_box .wrap {
  padding-top: calc(var(--header_height) + 40px);
  flex-direction: column;
}
.page-template-template-events #main_content .title_box .wrap .inner_wrap,
.single-events #main_content .title_box .wrap .inner_wrap {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page-template-template-temporary_page #main_content .title_box,
.single-events #main_content .title_box {
  padding: 0;
}
.page-template-template-temporary_page #main_content .title_box .wrap,
.single-events #main_content .title_box .wrap {
  padding-top: calc(var(--header_height) + 40px);
}

.page-template-template-temporary_page #main_content.no_image_on_bg,
.page-template-template-events #main_content.no_image_on_bg {
  padding-bottom: calc(var(--section_padding) / 2);
}
.page-template-template-temporary_page #main_content.no_image_on_bg .title_box,
.page-template-template-events #main_content.no_image_on_bg .title_box {
  padding-top: calc(var(--section_padding) / 2 + var(--header_height));
}
.page-template-template-temporary_page #main_content.no_image_on_bg .content_in_section_wrap .container,
.page-template-template-events #main_content.no_image_on_bg .content_in_section_wrap .container {
  max-width: unset;
}
.page-template-template-temporary_page #main_content.no_image_on_bg .content_in_section_wrap .wrap,
.page-template-template-events #main_content.no_image_on_bg .content_in_section_wrap .wrap {
  margin-right: auto;
  margin-left: 0;
  max-width: var(--container_max_width);
}

@media (max-width: 991px) {
  .single-events #main_content .title_box {
    height: unset;
  }
}
.single-events #main_content .title_box .title {
  font-weight: var(--font_weight_light);
  font-family: var(--font);
}
@media (max-width: 991px) {
  .single-events #main_content .title_box .wrap .inner_wrap {
    display: block;
    text-align: left;
    padding-top: 20px;
  }
}
.single-events #main_content .title_box .wrap .events_details {
  position: relative;
  z-index: 200;
  padding: 40px 0 0;
  display: flex;
  text-align: left;
  width: 100%;
}
@media (max-width: 991px) {
  .single-events #main_content .title_box .wrap .events_details {
    flex-wrap: wrap;
  }
}
.single-events #main_content .title_box .wrap .events_details .item {
  padding: 0 2em;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .single-events #main_content .title_box .wrap .events_details .item {
    padding: 0;
    width: 100%;
  }
}
.single-events #main_content .title_box .wrap .events_details .item + .item {
  border-left: 1px solid color-mix(in srgb, var(--dark_section_color), transparent 50%);
}
@media (max-width: 991px) {
  .single-events #main_content .title_box .wrap .events_details .item + .item {
    border-left: 0;
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .single-events #main_content .title_box .wrap .events_details .item.item_duration, .single-events #main_content .title_box .wrap .events_details .item.item_price {
    width: 50%;
  }
}
.single-events #main_content .title_box .wrap .events_details .item.item_duration, .single-events #main_content .title_box .wrap .events_details .item.item_format {
  color: color-mix(in srgb, var(--dark_section_color), transparent 30%);
}
.single-events #main_content .title_box .wrap .events_details .item .label {
  color: var(--dark_section_color);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 14px;
  margin-bottom: 10px;
}
.single-events #main_content .title_box .wrap .events_details .item .content {
  font-weight: var(--font_weight_light);
  line-height: 130%;
}
@media (min-width: 1200px) {
  .single-events #main_content .title_box .wrap .events_details .item .content {
    font-size: 28px;
  }
}
.single-events #main_content .title_box .wrap .events_details .item .content > span {
  display: block;
}
.single-events #main_content .title_box .wrap .events_details .item .content > span + span {
  margin-top: 5px;
}
.single-events #main_content .title_box .wrap .events_details .item .content .date {
  font-weight: var(--font_weight_bold);
}

#main_content.no_image_on_bg .title_box {
  min-height: unset;
  height: unset;
  padding: calc(var(--section_padding) / 2) var(--side_spacer) 0;
}
#main_content.no_image_on_bg .title_box .background {
  display: none;
}
#main_content.no_image_on_bg .title_box .wrap {
  flex-direction: column;
  background: var(--bg);
  padding: 0;
}
#main_content.no_image_on_bg .title_box .wrap .inner_wrap {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#main_content.no_image_on_bg .title_box .pre_title,
#main_content.no_image_on_bg .title_box .title,
#main_content.no_image_on_bg .title_box .subtitle {
  color: var(--title_color);
}
#main_content.no_image_on_bg .title_box .btns_wrap .btn a:not(:hover) {
  color: var(--main_color);
}

html:has(#main_content.no_main_content + #footer) #main_content {
  padding-bottom: 0;
}

.gallery_section {
  --thumb_width_horizotanl: calc(100vw * .5);
  --thumb_width_vertical: calc(var(--thumb_width_horizotanl) * .4);
}
@media (max-width: 991px) {
  .gallery_section {
    --thumb_width_horizotanl: calc(100vw * .7);
  }
}
.gallery_section .content_in_section_wrap + .gallery_slider {
  margin-top: var(--section_padding);
  padding-top: 0;
}
.gallery_section .gallery_slider {
  position: relative;
  padding-left: calc(var(--side_spacer) - 10px);
  padding-top: var(--section_padding);
}
.gallery_section .gallery_slider .slider {
  position: relative;
  z-index: 1;
}
.gallery_section .gallery_slider .slider .thumb_wrap {
  padding: 0 10px;
}
.gallery_section .gallery_slider .slider .thumb_wrap.horizontal {
  width: var(--thumb_width_horizotanl);
  aspect-ratio: 4/3;
}
.gallery_section .gallery_slider .slider .thumb_wrap.vertical {
  width: var(--thumb_width_vertical);
  aspect-ratio: 3/4;
}
.gallery_section .gallery_slider .slider .thumb_wrap .thumb {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.gallery_section .gallery_slider .slider .thumb_wrap .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gallery_section .gallery_slider .slider .thumb_wrap video {
  width: 100%;
  height: auto;
}

.additional_content_section .pre_title {
  font-weight: var(--font_weight_medium);
  font-style: normal;
  font-family: var(--font);
  line-height: 130%;
  color: var(--second_color);
  font-size: var(--pretitle_size);
}
.additional_content_section .pre_title strong, .additional_content_section .pre_title b {
  font-weight: inherit;
}
.additional_content_section .pre_title strong, .additional_content_section .pre_title b {
  color: var(--highlight_color);
  text-transform: uppercase;
}
.additional_content_section .title {
  font-weight: var(--font_weight_light);
  font-style: normal;
  font-family: var(--font);
  line-height: 120%;
  text-transform: none;
  letter-spacing: 0;
  color: var(--title_color);
  font-size: var(--title_size);
}
.additional_content_section .title strong, .additional_content_section .title b {
  font-weight: inherit;
}
.additional_content_section .title strong, .additional_content_section .title b {
  color: var(--highlight_color);
  text-transform: uppercase;
}
.additional_content_section .pre_title + .title {
  margin-top: 0.2em;
}
.additional_content_section .title + .the_content,
.additional_content_section .pre_title + .the_content {
  margin-top: 1.5em;
}
.additional_content_section .btns_wrap {
  margin-top: 2em;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.additional_content_section .btns_wrap .info {
  display: inline-block;
  overflow: hidden;
}
.additional_content_section .btns_wrap .info a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 0;
  text-decoration: none;
  z-index: 1;
  overflow: hidden;
  position: relative;
  line-height: 140%;
  transition: all ease 0.3s;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: var(--font_weight_bold);
  font-size: 16px;
}
.additional_content_section .btns_wrap .info a:after {
  content: "";
  display: block;
  background: var(--third_color);
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  position: absolute;
  transition: all 0.3s ease;
}
.additional_content_section .btns_wrap .info a * {
  color: inherit;
  font-weight: inherit;
}
.additional_content_section .btns_wrap .info a:hover, .additional_content_section .btns_wrap .info a:focus {
  text-decoration: none;
  outline: none;
}
.additional_content_section .btns_wrap .info a {
  color: var(--color);
}
.additional_content_section .btns_wrap .info a:hover:after {
  width: 100%;
}
.additional_content_section .btns_wrap .btn {
  display: inline-block;
  font-size: 16px;
  height: 56px;
  overflow: hidden;
  text-align: center;
}
.additional_content_section .btns_wrap .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  height: 56px;
  min-width: 140px;
  transition: all 0.3s ease;
  padding: 0.5em 1.5em;
  text-decoration: none;
  font-weight: var(--font_weight_bold);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .additional_content_section .btns_wrap .btn a {
    min-width: 120px;
  }
}
.additional_content_section .btns_wrap .btn a * {
  color: inherit;
  font-weight: inherit;
}
.additional_content_section .btns_wrap .btn a:hover, .additional_content_section .btns_wrap .btn a:focus {
  text-decoration: none;
  outline: none;
}
.additional_content_section .btns_wrap .btn a {
  background: var(--bg);
  color: var(--color);
}
.additional_content_section .btns_wrap .btn a:hover {
  background: var(--fourth_color);
  color: var(--fourth_color_as);
}
.additional_content_section .thumb_wrap {
  position: relative;
}
.additional_content_section .thumb_wrap .thumb {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.additional_content_section .thumb_wrap .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.additional_content_section video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.additional_content_section.only_text .wrap {
  margin-right: 0;
  margin-left: auto;
  width: 70%;
}
@media (max-width: 991px) {
  .additional_content_section.only_text .wrap {
    width: 100%;
  }
}
.additional_content_section.only_text .wrap .title {
  font-size: var(--title_size_big);
}

.additional_content_section.vertical_images {
  --thumb_width: 100%;
}
.additional_content_section.vertical_images.count_images_2 {
  --thumb_width: calc(50% - var(--side_spacer));
}
@media (min-width: 768px) and (max-width: 991px) {
  .additional_content_section.vertical_images.count_images_2 {
    --thumb_width: calc(50% - var(--side_spacer) / 2);
  }
}
@media (max-width: 767px) {
  .additional_content_section.vertical_images.count_images_2 .col_gallery .gallery_slider .slider .thumb_wrap:nth-child(1) {
    margin-top: var(--side_spacer);
    margin-right: auto;
    margin-left: 0;
  }
}
.additional_content_section.vertical_images.count_images_2 .col_gallery .gallery_slider .slider .thumb_wrap:nth-child(2) {
  margin-top: calc(var(--side_spacer) * 2);
}
@media (max-width: 767px) {
  .additional_content_section.vertical_images.count_images_2 .col_gallery .gallery_slider .slider .thumb_wrap:nth-child(2) {
    margin-left: auto;
    margin-right: 0;
  }
}
.additional_content_section.vertical_images.count_images_3 {
  --thumb_width: calc(33.33% - var(--side_spacer));
}
@media (min-width: 768px) and (max-width: 991px) {
  .additional_content_section.vertical_images.count_images_3 {
    --thumb_width: calc(33.33% - var(--side_spacer) / 2);
  }
}
.additional_content_section.vertical_images.count_images_3 .col_gallery .gallery_slider .slider .thumb_wrap:nth-child(1) {
  margin-top: var(--side_spacer);
}
@media (max-width: 767px) {
  .additional_content_section.vertical_images.count_images_3 .col_gallery .gallery_slider .slider .thumb_wrap:nth-child(1) {
    margin-right: auto;
    margin-left: 0;
  }
}
.additional_content_section.vertical_images.count_images_3 .col_gallery .gallery_slider .slider .thumb_wrap:nth-child(2) {
  margin-top: calc(var(--side_spacer) * 2);
}
@media (max-width: 767px) {
  .additional_content_section.vertical_images.count_images_3 .col_gallery .gallery_slider .slider .thumb_wrap:nth-child(2) {
    margin-left: auto;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .additional_content_section.vertical_images.count_images_3 .col_gallery .gallery_slider .slider .thumb_wrap:nth-child(3) {
    margin-left: auto;
    margin-right: auto;
  }
}
.additional_content_section.vertical_images .container {
  max-width: unset;
  width: 100%;
}
.additional_content_section.vertical_images .col_gallery {
  width: 100%;
}
.additional_content_section.vertical_images .col_gallery .gallery_slider {
  width: 100%;
}
.additional_content_section.vertical_images .col_gallery .gallery_slider .slider {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .additional_content_section.vertical_images .col_gallery .gallery_slider .slider {
    flex-direction: column-reverse;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.additional_content_section.vertical_images .col_gallery .gallery_slider .slider .thumb_wrap {
  width: var(--thumb_width);
  aspect-ratio: 4/5;
}
@media (max-width: 767px) {
  .additional_content_section.vertical_images .col_gallery .gallery_slider .slider .thumb_wrap {
    width: calc(100% - var(--side_spacer) * 2);
  }
}

.additional_content_section.gallery_and_text.image_position_left .container {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .additional_content_section.gallery_and_text.image_position_left .container {
    flex-direction: column;
  }
}
.additional_content_section.gallery_and_text.image_vertcial_2_3 .col_gallery .gallery_slider {
  aspect-ratio: 2/3;
}
.additional_content_section.gallery_and_text.image_horizontal_3_2 .col_gallery .gallery_slider {
  aspect-ratio: 3/2;
}
.additional_content_section.gallery_and_text .container {
  max-width: unset;
  width: calc(100% - var(--side_spacer) * 2);
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .additional_content_section.gallery_and_text .container {
    flex-direction: column;
  }
}
.additional_content_section.gallery_and_text .col_content,
.additional_content_section.gallery_and_text .col_gallery {
  width: calc(50% - var(--side_spacer));
}
@media (max-width: 991px) {
  .additional_content_section.gallery_and_text .col_content,
  .additional_content_section.gallery_and_text .col_gallery {
    width: 100%;
  }
}
.additional_content_section.gallery_and_text .col_content {
  display: flex;
  align-items: center;
}
.additional_content_section.gallery_and_text .col_content .wrap {
  max-width: 750px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: var(--section_padding) 0;
}
@media (max-width: 991px) {
  .additional_content_section.gallery_and_text .col_gallery {
    margin-top: var(--section_padding);
  }
}
.additional_content_section.gallery_and_text .col_gallery .gallery_slider {
  width: 100%;
  aspect-ratio: 1/1;
  position: sticky;
  top: var(--header_height);
}
.additional_content_section.gallery_and_text .col_gallery .gallery_slider .slick-list,
.additional_content_section.gallery_and_text .col_gallery .gallery_slider .slick-track {
  height: 100%;
}
.additional_content_section.gallery_and_text .col_gallery .gallery_slider .slider {
  height: 100%;
  position: relative;
}
.additional_content_section.gallery_and_text .col_gallery .gallery_slider .thumb_wrap {
  width: 100%;
  height: 100%;
}
.additional_content_section.gallery_and_text .col_gallery .pager {
  margin-top: 1.5em;
}

.additional_content_section.text_and_two_images.image_position_left .container {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .additional_content_section.text_and_two_images.image_position_left .container {
    flex-direction: column;
  }
}
.additional_content_section.text_and_two_images .container {
  max-width: unset;
  width: calc(100% - var(--side_spacer) * 2);
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .additional_content_section.text_and_two_images .container {
    flex-direction: column;
  }
}
.additional_content_section.text_and_two_images .col_content {
  width: calc(33% - var(--side_spacer));
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .additional_content_section.text_and_two_images .col_content {
    width: 100%;
  }
}
.additional_content_section.text_and_two_images .col_content .wrap {
  max-width: 750px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.additional_content_section.text_and_two_images .col_content .wrap .title {
  font-weight: var(--title_size_small);
  font-size: var(--title_size_small);
}
.additional_content_section.text_and_two_images .col_gallery {
  width: calc(66% - var(--side_spacer));
}
@media (max-width: 991px) {
  .additional_content_section.text_and_two_images .col_gallery {
    width: auto;
    margin-left: calc(-1 * var(--side_spacer));
    margin-right: calc(-1 * var(--side_spacer));
    margin-bottom: var(--section_padding);
  }
}
.additional_content_section.text_and_two_images .col_gallery .gallery_slider {
  width: 100%;
  top: var(--header_height);
  position: sticky;
}
.additional_content_section.text_and_two_images .col_gallery .gallery_slider .slider {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .additional_content_section.text_and_two_images .col_gallery .gallery_slider .slider {
    flex-direction: column-reverse;
    width: calc(100% - var(--side_spacer) * 2);
    margin-left: auto;
    margin-right: auto;
  }
}
.additional_content_section.text_and_two_images .col_gallery .gallery_slider .slider .thumb_wrap {
  width: calc(50% - var(--side_spacer) / 2);
  aspect-ratio: 4/5;
}
@media (min-width: 1400px) {
  .additional_content_section.text_and_two_images .col_gallery .gallery_slider .slider .thumb_wrap {
    width: calc(50% - var(--side_spacer));
  }
}
@media (max-width: 767px) {
  .additional_content_section.text_and_two_images .col_gallery .gallery_slider .slider .thumb_wrap {
    width: calc(100% - var(--side_spacer));
    margin-right: 0;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .additional_content_section.text_and_two_images .col_gallery .gallery_slider .slider .thumb_wrap:nth-child(1) {
    margin-top: var(--side_spacer);
  }
}
.additional_content_section.text_and_two_images .col_gallery .gallery_slider .slider .thumb_wrap:nth-child(2) {
  margin-top: calc(var(--side_spacer) * 2);
}
@media (max-width: 767px) {
  .additional_content_section.text_and_two_images .col_gallery .gallery_slider .slider .thumb_wrap:nth-child(2) {
    margin-right: auto;
    margin-left: 0;
  }
}

.additional_content_section.images_before_text.image_position_right .container {
  flex-direction: row-reverse;
}
.additional_content_section.images_before_text .container {
  max-width: unset;
}
@media (min-width: 992px) {
  .additional_content_section.images_before_text .container {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }
}
.additional_content_section.images_before_text .col_image,
.additional_content_section.images_before_text .col_with_content {
  width: calc(50% - var(--side_spacer));
}
@media (max-width: 991px) {
  .additional_content_section.images_before_text .col_image,
  .additional_content_section.images_before_text .col_with_content {
    width: 100%;
  }
}
.additional_content_section.images_before_text .col_image .thumb_wrap {
  width: 100%;
  height: 100%;
  min-height: 70vh;
  aspect-ratio: 1/1;
}
.additional_content_section.images_before_text .col_with_content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.additional_content_section.images_before_text .col_with_content .thumb_wrap {
  aspect-ratio: 1/1;
  margin: calc(var(--side_spacer) * 2) auto var(--side_spacer);
  width: 100%;
}

.additional_content_section.full_screen_gallery .container {
  max-width: 100%;
}
.additional_content_section.full_screen_gallery .col_gallery {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
@media (max-width: 991px) {
  .additional_content_section.full_screen_gallery .col_gallery {
    height: auto;
    aspect-ratio: 4/3;
  }
}
.additional_content_section.full_screen_gallery .col_gallery .slick-list,
.additional_content_section.full_screen_gallery .col_gallery .slick-track {
  height: 100%;
}
.additional_content_section.full_screen_gallery .col_gallery .gallery_slider,
.additional_content_section.full_screen_gallery .col_gallery .slider,
.additional_content_section.full_screen_gallery .col_gallery .thumb_wrap {
  width: 100%;
  height: 100%;
}
.additional_content_section.full_screen_gallery .col_gallery .arrow.prev {
  left: calc(var(--side_spacer) + var(--side_spacer) / 2);
}
@media (max-width: 767px) {
  .additional_content_section.full_screen_gallery .col_gallery .arrow.prev {
    left: 20px;
  }
}
.additional_content_section.full_screen_gallery .col_gallery .arrow.next {
  right: calc(var(--side_spacer) + var(--side_spacer) / 2);
}
@media (max-width: 767px) {
  .additional_content_section.full_screen_gallery .col_gallery .arrow.next {
    right: 20px;
  }
}

section.quote_section.section_is_fixed {
  background: none;
}
section.quote_section.section_is_fixed.need_fixed_height {
  height: 100vh;
}
section.quote_section.section_is_fixed.need_fixed_height + .section {
  padding-top: var(--section_padding);
}

section.quote_section,
.quote_section_fixed {
  --section_min_height: 350px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  section.quote_section,
  .quote_section_fixed {
    --section_min_height: 500px;
  }
}
@media (max-width: 767px) {
  section.quote_section,
  .quote_section_fixed {
    --section_min_height: 200px;
  }
}

.quote_section_fixed:not(.section_bg_custom) {
  padding-top: var(--section_padding);
  padding-bottom: var(--section_padding);
}
.quote_section_fixed.section_is_fixed {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quote_section_fixed.section_bg_color_dark .quote_bg {
  filter: invert(1);
  opacity: 0.1;
}
.quote_section_fixed.section_bg_color_dark .quote_bg.aos-animate {
  opacity: 0.1 !important;
}
.quote_section_fixed .quote_bg {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 100%;
  height: var(--section_min_height);
  background-image: url("../img/quote.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-attachment: scroll;
  background-color: transparent;
  background-size: auto 100%;
  opacity: 0.03;
}
.quote_section_fixed .quote_bg.aos-animate {
  opacity: 0.03 !important;
}
.quote_section_fixed .container {
  position: relative;
  z-index: 100;
  width: 80%;
}
@media (min-width: 992px) {
  .quote_section_fixed .container {
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
  }
}
.quote_section_fixed .pre_title {
  font-weight: var(--font_weight_medium);
  font-style: normal;
  font-family: var(--font);
  line-height: 130%;
  color: var(--second_color);
  font-size: var(--pretitle_size);
  text-align: center;
}
.quote_section_fixed .pre_title strong, .quote_section_fixed .pre_title b {
  font-weight: inherit;
}
.quote_section_fixed .pre_title strong, .quote_section_fixed .pre_title b {
  color: var(--highlight_color);
  text-transform: uppercase;
}
.quote_section_fixed .pre_title + .description {
  margin-top: 2em;
}
.quote_section_fixed .pre_title + .author,
.quote_section_fixed .description + .author {
  margin-top: 2em;
}
.quote_section_fixed .description {
  font-weight: var(--font_weight_light);
  font-style: normal;
  font-family: var(--font);
  line-height: 120%;
  text-transform: none;
  letter-spacing: 0;
  color: var(--title_color);
  font-size: var(--title_size);
  text-align: center;
}
.quote_section_fixed .description strong, .quote_section_fixed .description b {
  font-weight: inherit;
}
.quote_section_fixed .description strong, .quote_section_fixed .description b {
  color: var(--highlight_color);
  text-transform: uppercase;
}
.quote_section_fixed .author {
  font-family: var(--highlight_font);
  font-size: 24px;
  text-align: center;
}
.quote_section_fixed .btns_wrap {
  margin-top: 3em;
  text-align: center;
}
.quote_section_fixed .btns_wrap .btn {
  display: inline-block;
  font-size: 16px;
  height: 56px;
  overflow: hidden;
  text-align: center;
}
.quote_section_fixed .btns_wrap .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  height: 56px;
  min-width: 140px;
  transition: all 0.3s ease;
  padding: 0.5em 1.5em;
  text-decoration: none;
  font-weight: var(--font_weight_bold);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .quote_section_fixed .btns_wrap .btn a {
    min-width: 120px;
  }
}
.quote_section_fixed .btns_wrap .btn a * {
  color: inherit;
  font-weight: inherit;
}
.quote_section_fixed .btns_wrap .btn a:hover, .quote_section_fixed .btns_wrap .btn a:focus {
  text-decoration: none;
  outline: none;
}
.quote_section_fixed .btns_wrap .btn a {
  background: var(--bg);
  color: var(--color);
}
.quote_section_fixed .btns_wrap .btn a:hover {
  background: var(--fourth_color);
  color: var(--fourth_color_as);
}

.events_prev_section {
  overflow-y: hidden;
}
.events_prev_section .pre_title {
  font-weight: var(--font_weight_medium);
  font-style: normal;
  font-family: var(--font);
  line-height: 130%;
  color: var(--second_color);
  font-size: var(--pretitle_size);
  text-align: center;
}
.events_prev_section .pre_title strong, .events_prev_section .pre_title b {
  font-weight: inherit;
}
.events_prev_section .pre_title strong, .events_prev_section .pre_title b {
  color: var(--highlight_color);
  text-transform: uppercase;
}
.events_prev_section .title {
  font-weight: var(--font_weight_light);
  font-style: normal;
  font-family: var(--font);
  line-height: 120%;
  text-transform: none;
  letter-spacing: 0;
  color: var(--title_color);
  font-size: var(--title_size);
  text-align: center;
}
.events_prev_section .title strong, .events_prev_section .title b {
  font-weight: inherit;
}
.events_prev_section .title strong, .events_prev_section .title b {
  color: var(--highlight_color);
  text-transform: uppercase;
}
.events_prev_section .pre_title + .title {
  margin-top: 0.2em;
}
.events_prev_section .title + .description,
.events_prev_section .pre_title + .description {
  margin-top: 1.5em;
}
.events_prev_section .btns_wrap {
  margin-top: 1.5em;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.events_prev_section .btns_wrap .info {
  display: inline-block;
  overflow: hidden;
}
.events_prev_section .btns_wrap .info a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 0;
  text-decoration: none;
  z-index: 1;
  overflow: hidden;
  position: relative;
  line-height: 140%;
  transition: all ease 0.3s;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: var(--font_weight_bold);
  font-size: 16px;
}
.events_prev_section .btns_wrap .info a:after {
  content: "";
  display: block;
  background: var(--third_color);
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  position: absolute;
  transition: all 0.3s ease;
}
.events_prev_section .btns_wrap .info a * {
  color: inherit;
  font-weight: inherit;
}
.events_prev_section .btns_wrap .info a:hover, .events_prev_section .btns_wrap .info a:focus {
  text-decoration: none;
  outline: none;
}
.events_prev_section .btns_wrap .info a {
  color: var(--color);
}
.events_prev_section .btns_wrap .info a:hover:after {
  width: 100%;
}
.events_prev_section .container + .events_previews {
  padding-top: calc(var(--section_padding) / 2);
}
.events_prev_section .events_previews:has(.slider:not(.slick-slider)) .arrow {
  display: none;
}
.events_prev_section .events_previews .slider,
.events_prev_section .events_previews .events_slider {
  position: relative;
}
.events_prev_section .events_previews .slider:not(.slick-slider) {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .events_prev_section .events_previews .slider.slick-slider .item_wrap:not(.slick-center) .item .thumb {
    height: calc(100% - var(--side_spacer) * 2);
  }
}
.events_prev_section .events_previews .item_wrap {
  width: 30vw;
  padding: 0 var(--side_spacer);
}
@media (min-width: 992px) {
  .events_prev_section .events_previews .item_wrap {
    min-width: 450px;
    max-width: 700px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .events_prev_section .events_previews .item_wrap {
    padding: 0 calc(var(--side_spacer) / 2);
  }
}
@media (max-width: 767px) {
  .events_prev_section .events_previews .item_wrap {
    padding: 0 calc(var(--side_spacer) * 2);
  }
}
.events_prev_section .events_previews .item_wrap .item {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.events_prev_section .events_previews .item_wrap .item .thumb_wrap {
  aspect-ratio: 3/4;
  margin-bottom: 1.5em;
  position: relative;
}
.events_prev_section .events_previews .item_wrap .item .thumb_wrap:hover:after {
  opacity: 1;
}
.events_prev_section .events_previews .item_wrap .item .thumb_wrap:hover .thumb {
  transform: scale(1.005);
}
.events_prev_section .events_previews .item_wrap .item .thumb_wrap:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 80%;
  height: 50%;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s ease;
  box-shadow: rgba(0, 0, 0, 0.3) 0 19px 38px, rgba(0, 0, 0, 0.22) 0 15px 12px;
}
.events_prev_section .events_previews .item_wrap .item .thumb {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  background: var(--placeolder);
  overflow: hidden;
  border-radius: 600px 600px 0 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  transition: all 0.3s ease;
}
.events_prev_section .events_previews .item_wrap .item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.events_prev_section .events_previews .item_wrap .item .item_title {
  font-weight: var(--font_weight_bold);
  font-style: normal;
  font-family: var(--font);
  font-size: calc(var(--pretitle_size) * 1.3);
  line-height: 130%;
  text-decoration: none;
  text-transform: uppercase;
  color: var(--title_color);
  font-size: var(--pretitle_size);
  display: block;
}
.events_prev_section .events_previews .item_wrap .item .item_title strong, .events_prev_section .events_previews .item_wrap .item .item_title b {
  font-weight: inherit;
}
.events_prev_section .events_previews .item_wrap .item .item_title + .date {
  margin-top: 0.5em;
}
.events_prev_section .events_previews .item_wrap .item .date {
  font-size: 24px;
  font-weight: var(--font_weight_light);
  color: var(--main_color);
}

.experiences_prev_section .pre_title {
  font-weight: var(--font_weight_medium);
  font-style: normal;
  font-family: var(--font);
  line-height: 130%;
  color: var(--second_color);
  font-size: var(--pretitle_size);
  text-align: center;
}
.experiences_prev_section .pre_title strong, .experiences_prev_section .pre_title b {
  font-weight: inherit;
}
.experiences_prev_section .pre_title strong, .experiences_prev_section .pre_title b {
  color: var(--highlight_color);
  text-transform: uppercase;
}
.experiences_prev_section .title {
  font-weight: var(--font_weight_light);
  font-style: normal;
  font-family: var(--font);
  line-height: 120%;
  text-transform: none;
  letter-spacing: 0;
  color: var(--title_color);
  font-size: var(--title_size);
  text-align: center;
}
.experiences_prev_section .title strong, .experiences_prev_section .title b {
  font-weight: inherit;
}
.experiences_prev_section .title strong, .experiences_prev_section .title b {
  color: var(--highlight_color);
  text-transform: uppercase;
}
.experiences_prev_section .pre_title + .title {
  margin-top: 0.2em;
}
.experiences_prev_section .title + .description,
.experiences_prev_section .pre_title + .description {
  margin-top: 1.5em;
}
.experiences_prev_section .btns_wrap {
  margin-top: 1.5em;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.experiences_prev_section .btns_wrap .info {
  display: inline-block;
  overflow: hidden;
}
.experiences_prev_section .btns_wrap .info a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 0;
  text-decoration: none;
  z-index: 1;
  overflow: hidden;
  position: relative;
  line-height: 140%;
  transition: all ease 0.3s;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: var(--font_weight_bold);
  font-size: 16px;
}
.experiences_prev_section .btns_wrap .info a:after {
  content: "";
  display: block;
  background: var(--third_color);
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  position: absolute;
  transition: all 0.3s ease;
}
.experiences_prev_section .btns_wrap .info a * {
  color: inherit;
  font-weight: inherit;
}
.experiences_prev_section .btns_wrap .info a:hover, .experiences_prev_section .btns_wrap .info a:focus {
  text-decoration: none;
  outline: none;
}
.experiences_prev_section .btns_wrap .info a {
  color: var(--color);
}
.experiences_prev_section .btns_wrap .info a:hover:after {
  width: 100%;
}
.experiences_prev_section .container + .experiences_list {
  padding-top: calc(var(--section_padding) / 2);
}
.experiences_prev_section .experiences_list .btns_wrap {
  margin-top: 2em;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.experiences_prev_section .experiences_list .btns_wrap .info {
  display: inline-block;
  overflow: hidden;
}
.experiences_prev_section .experiences_list .btns_wrap .info a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 0;
  text-decoration: none;
  z-index: 1;
  overflow: hidden;
  position: relative;
  line-height: 140%;
  transition: all ease 0.3s;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: var(--font_weight_bold);
  font-size: 16px;
}
.experiences_prev_section .experiences_list .btns_wrap .info a:after {
  content: "";
  display: block;
  background: var(--third_color);
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  position: absolute;
  transition: all 0.3s ease;
}
.experiences_prev_section .experiences_list .btns_wrap .info a * {
  color: inherit;
  font-weight: inherit;
}
.experiences_prev_section .experiences_list .btns_wrap .info a:hover, .experiences_prev_section .experiences_list .btns_wrap .info a:focus {
  text-decoration: none;
  outline: none;
}
.experiences_prev_section .experiences_list .btns_wrap .info a {
  color: var(--color);
}
.experiences_prev_section .experiences_list .btns_wrap .info a:hover:after {
  width: 100%;
}
.experiences_prev_section .experiences_list .btns_wrap .btn {
  display: inline-block;
  font-size: 16px;
  height: 56px;
  overflow: hidden;
  text-align: center;
}
.experiences_prev_section .experiences_list .btns_wrap .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  height: 56px;
  min-width: 140px;
  transition: all 0.3s ease;
  padding: 0.5em 1.5em;
  text-decoration: none;
  font-weight: var(--font_weight_bold);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .experiences_prev_section .experiences_list .btns_wrap .btn a {
    min-width: 120px;
  }
}
.experiences_prev_section .experiences_list .btns_wrap .btn a * {
  color: inherit;
  font-weight: inherit;
}
.experiences_prev_section .experiences_list .btns_wrap .btn a:hover, .experiences_prev_section .experiences_list .btns_wrap .btn a:focus {
  text-decoration: none;
  outline: none;
}
.experiences_prev_section .experiences_list .btns_wrap .btn a {
  background: var(--bg);
  color: var(--color);
}
.experiences_prev_section .experiences_list .btns_wrap .btn a:hover {
  background: var(--fourth_color);
  color: var(--fourth_color_as);
}
.experiences_prev_section .experiences_list .thumb_wrap {
  position: relative;
}
.experiences_prev_section .experiences_list .thumb_wrap .thumb {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.experiences_prev_section .experiences_list .thumb_wrap .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.experiences_prev_section .item_wrap + .item_wrap {
  padding-top: var(--section_padding);
}
.experiences_prev_section .item_wrap:nth-child(even) .container_full {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .experiences_prev_section .item_wrap:nth-child(even) .container_full {
    flex-direction: column;
  }
}
.experiences_prev_section .item_wrap .container_full {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .experiences_prev_section .item_wrap .container_full {
    flex-direction: column;
  }
}
.experiences_prev_section .item_wrap .item_title {
  font-weight: var(--font_weight_medium);
  font-style: normal;
  font-family: var(--font);
  line-height: 130%;
  color: var(--second_color);
  font-size: 38px;
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.experiences_prev_section .item_wrap .item_title strong, .experiences_prev_section .item_wrap .item_title b {
  font-weight: inherit;
}
.experiences_prev_section .item_wrap .item_title strong, .experiences_prev_section .item_wrap .item_title b {
  color: var(--highlight_color);
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .experiences_prev_section .item_wrap .item_title {
    font-size: 28px;
  }
}
.experiences_prev_section .item_wrap .item_title + .excerpt {
  margin-top: 1.5em;
}
.experiences_prev_section .item_wrap .btns_wrap {
  justify-content: flex-start;
}
.experiences_prev_section .col_content {
  width: calc(33% - var(--side_spacer));
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .experiences_prev_section .col_content {
    width: 100%;
  }
}
.experiences_prev_section .col_content .wrap {
  max-width: 750px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.experiences_prev_section .col_images {
  width: calc(66% - var(--side_spacer));
}
@media (max-width: 991px) {
  .experiences_prev_section .col_images {
    width: auto;
    margin-left: calc(-1 * var(--side_spacer));
    margin-right: calc(-1 * var(--side_spacer));
    margin-bottom: calc(var(--side_spacer) * 2);
  }
}
.experiences_prev_section .col_images .images {
  width: 100%;
  top: var(--header_height);
  position: sticky;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .experiences_prev_section .col_images .images {
    flex-direction: column-reverse;
    width: calc(100% - var(--side_spacer) * 2);
    margin-left: auto;
    margin-right: auto;
  }
}
.experiences_prev_section .col_images .images .thumb_wrap {
  width: calc(50% - var(--side_spacer) / 2);
  aspect-ratio: 4/5;
  background: #ccc;
}
.experiences_prev_section .col_images .images .thumb_wrap:only-child {
  margin: 0 auto;
}
@media (min-width: 1400px) {
  .experiences_prev_section .col_images .images .thumb_wrap {
    width: calc(50% - var(--side_spacer));
  }
}
@media (max-width: 767px) {
  .experiences_prev_section .col_images .images .thumb_wrap {
    width: calc(100% - var(--side_spacer));
    margin-right: 0;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .experiences_prev_section .col_images .images .thumb_wrap:nth-child(1) {
    margin-top: var(--side_spacer);
  }
}
.experiences_prev_section .col_images .images .thumb_wrap:nth-child(2) {
  margin-top: calc(var(--side_spacer) * 2);
}
@media (max-width: 767px) {
  .experiences_prev_section .col_images .images .thumb_wrap:nth-child(2) {
    margin-right: auto;
    margin-left: 0;
  }
}

#events_list {
  --item_thumb_width: 120px;
  padding-top: 0;
}
@media (max-width: 767px) {
  #events_list {
    --item_thumb_width: 90px;
  }
}
#events_list .container {
  max-width: unset;
}
#events_list .item_wrap {
  border-top: 1px solid var(--stroke);
  padding: 30px 0;
}
#events_list .item_wrap .item {
  position: relative;
}
#events_list .item_wrap .item .date_wrap {
  width: 120px;
  color: var(--title_color);
}
#events_list .item_wrap .item .date_wrap .date {
  font-family: var(--highlight_font);
  font-weight: var(--highlight_font_weight_default);
  font-style: normal;
  font-size: 24px;
}
@media (max-width: 767px) {
  #events_list .item_wrap .item .date_wrap .date {
    font-size: 20px;
  }
}
#events_list .item_wrap .item .date_wrap .date span {
  display: block;
}
#events_list .item_wrap .item .date_wrap .date .day {
  font-size: 100px;
  line-height: 1;
}
@media (min-width: 768px) and (max-width: 991px) {
  #events_list .item_wrap .item .date_wrap .date .day {
    font-size: 62px;
  }
}
@media (max-width: 767px) {
  #events_list .item_wrap .item .date_wrap .date .day {
    font-size: 42px;
  }
}
#events_list .item_wrap .item .thumb_wrap {
  width: var(--item_thumb_width);
}
#events_list .item_wrap .item .thumb_wrap .thumb {
  display: block;
  aspect-ratio: 2/3;
  background: var(--alternative_bg);
  overflow: hidden;
  position: relative;
  border-radius: 150px 150px 0 0;
}
#events_list .item_wrap .item .thumb_wrap .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#events_list .item_wrap .item .content .title {
  display: block;
  font-weight: var(--font_weight_bold);
  font-style: normal;
  font-family: var(--font);
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 20px;
  text-decoration: none;
  position: relative;
  color: var(--title_color);
}
@media (max-width: 767px) {
  #events_list .item_wrap .item .content .title {
    font-size: 20px;
  }
}
#events_list .item_wrap .item .content .title:after {
  content: "";
  display: block;
  background: var(--title_color);
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  position: absolute;
  transition: all 0.3s ease;
}
#events_list .item_wrap .item .content .excerpt {
  line-height: 150%;
}
@media (max-width: 767px) {
  #events_list .item_wrap .item .content .excerpt {
    line-height: 140%;
  }
}
#events_list .item_wrap .item .button_wrap .info {
  display: inline-block;
  overflow: hidden;
}
#events_list .item_wrap .item .button_wrap .info a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 0;
  text-decoration: none;
  z-index: 1;
  overflow: hidden;
  position: relative;
  line-height: 140%;
  transition: all ease 0.3s;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: var(--font_weight_bold);
  font-size: 16px;
}
#events_list .item_wrap .item .button_wrap .info a:after {
  content: "";
  display: block;
  background: var(--third_color);
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  position: absolute;
  transition: all 0.3s ease;
}
#events_list .item_wrap .item .button_wrap .info a * {
  color: inherit;
  font-weight: inherit;
}
#events_list .item_wrap .item .button_wrap .info a:hover, #events_list .item_wrap .item .button_wrap .info a:focus {
  text-decoration: none;
  outline: none;
}
#events_list .item_wrap .item .button_wrap .info a {
  color: var(--color);
}
#events_list .item_wrap .item .button_wrap .info a:hover:after {
  width: 100%;
}
@media (min-width: 769px) {
  #events_list .item_wrap .item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 60px;
  }
  #events_list .item_wrap .item > div:not(.content) {
    flex-shrink: 0;
  }
  #events_list .item_wrap .item .content {
    max-width: 1000px;
  }
  #events_list .item_wrap .item .button_wrap {
    margin-right: 0;
    margin-left: auto;
  }
}
@media (max-width: 768px) {
  #events_list .item_wrap .item {
    padding-left: calc(var(--item_thumb_width) + 30px);
  }
  #events_list .item_wrap .item .thumb_wrap {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
  }
  #events_list .item_wrap .item > div + div {
    margin-top: 20px;
  }
}

#news_list .list {
  display: flex;
  flex-wrap: wrap;
}
#news_list .item_wrap {
  width: 33.333%;
  padding: 0 calc(var(--side_spacer) / 2) var(--side_spacer);
}
@media (min-width: 768px) and (max-width: 991px) {
  #news_list .item_wrap {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #news_list .item_wrap {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #news_list .item_wrap + .item_wrap {
    padding-top: calc(var(--side_spacer) + 20px);
    border-top: 1px solid var(--stroke);
  }
}
#news_list .item_wrap.size_big {
  width: 50%;
}
@media (max-width: 767px) {
  #news_list .item_wrap.size_big {
    width: 100%;
  }
}
#news_list .item_wrap .item {
  width: 100%;
}
#news_list .item_wrap .item .thumb_wrap {
  width: 100%;
  aspect-ratio: 4/3;
  margin-bottom: 2em;
}
#news_list .item_wrap .item .thumb_wrap .thumb {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--alternative_bg);
  overflow: hidden;
  position: relative;
}
#news_list .item_wrap .item .thumb_wrap .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#news_list .item_wrap .item .content .title {
  display: block;
  font-weight: var(--font_weight_bold);
  font-style: normal;
  font-family: var(--font);
  font-size: 22px;
  line-height: 120%;
  margin-bottom: 20px;
  text-decoration: none;
  position: relative;
  color: var(--title_color);
}
@media (min-width: 1200px) {
  #news_list .item_wrap .item .content .title {
    font-size: 24px;
  }
}
@media (min-width: 1400px) {
  #news_list .item_wrap .item .content .title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  #news_list .item_wrap .item .content .title {
    font-size: 20px;
  }
}
#news_list .item_wrap .item .content .title:after {
  content: "";
  display: block;
  background: var(--title_color);
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  position: absolute;
  transition: all 0.3s ease;
}
#news_list .item_wrap .item .content .excerpt {
  line-height: 150%;
  margin-bottom: 1.5em;
}
@media (max-width: 767px) {
  #news_list .item_wrap .item .content .excerpt {
    line-height: 140%;
  }
}
#news_list .item_wrap .item .button_wrap .info {
  display: inline-block;
  overflow: hidden;
}
#news_list .item_wrap .item .button_wrap .info a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 0;
  text-decoration: none;
  z-index: 1;
  overflow: hidden;
  position: relative;
  line-height: 140%;
  transition: all ease 0.3s;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: var(--font_weight_bold);
  font-size: 16px;
}
#news_list .item_wrap .item .button_wrap .info a:after {
  content: "";
  display: block;
  background: var(--third_color);
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  position: absolute;
  transition: all 0.3s ease;
}
#news_list .item_wrap .item .button_wrap .info a * {
  color: inherit;
  font-weight: inherit;
}
#news_list .item_wrap .item .button_wrap .info a:hover, #news_list .item_wrap .item .button_wrap .info a:focus {
  text-decoration: none;
  outline: none;
}
#news_list .item_wrap .item .button_wrap .info a {
  color: var(--color);
}
#news_list .item_wrap .item .button_wrap .info a:hover:after {
  width: 100%;
}

#featured_image {
  padding-top: calc(var(--section_padding) / 2);
}
#featured_image .thumb {
  display: block;
  overflow: hidden;
  position: relative;
  aspect-ratio: 16/9;
}
#featured_image .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.single-post .content_in_section_wrap .wrap {
  width: 100%;
  margin-right: auto;
}

#contacts_section {
  padding-top: calc(var(--section_padding) / 2);
}
#contacts_section h1.title {
  font-family: var(--highlight_font);
  font-size: 52px;
  font-weight: var(--highlight_font_weight_default);
  line-height: 120%;
  margin-bottom: 0.5em;
  color: var(--title_color);
}
@media (min-width: 1200px) {
  #contacts_section h1.title {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  #contacts_section h1.title {
    font-size: 42px;
  }
}
#contacts_section .the_content {
  margin-bottom: 3em;
  max-width: 1200px;
}
#contacts_section .contacts {
  display: flex;
  justify-content: space-between;
  gap: var(--side_spacer);
  color: var(--main_color);
}
@media (max-width: 991px) {
  #contacts_section .contacts {
    flex-direction: column;
  }
}
#contacts_section .contacts .col {
  width: 33.3333%;
}
@media (max-width: 991px) {
  #contacts_section .contacts .col {
    width: 100%;
  }
}
#contacts_section .contacts .col > span {
  display: block;
}
#contacts_section .contacts .col .label {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 14px;
  margin-bottom: 10px;
  color: var(--color);
}
#contacts_section .contacts .col .val {
  display: block;
}
#contacts_section .contacts .col a {
  color: var(--main_color);
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  #contacts_section .contacts .col a {
    word-break: break-all;
  }
}
#contacts_section .contacts .col a:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: var(--third_color);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease;
}
#contacts_section .contacts .col a:hover {
  color: var(--third_color);
}
#contacts_section .contacts .col a:hover:after {
  width: 100%;
}
#contacts_section .contacts .col .telephone,
#contacts_section .contacts .col .address {
  font-weight: var(--font_weight_light);
  line-height: 130%;
  font-size: 28px;
}
@media (min-width: 1200px) {
  #contacts_section .contacts .col .telephone,
  #contacts_section .contacts .col .address {
    font-size: 32px;
  }
}
@media (min-width: 1400px) {
  #contacts_section .contacts .col .telephone,
  #contacts_section .contacts .col .address {
    font-size: 42px;
  }
}
#contacts_section .contacts .col .opening_hours,
#contacts_section .contacts .col .email {
  font-size: 1.2em;
  font-weight: var(--font_weight_light);
  line-height: 130%;
}
@media (min-width: 1400px) {
  #contacts_section .contacts .col .opening_hours,
  #contacts_section .contacts .col .email {
    font-size: 1.5em;
  }
}
#contacts_section .contacts .col .telephone + .email {
  margin-top: 1em;
}
#contacts_section .map {
  margin-top: calc(var(--section_padding) / 2);
  position: relative;
  overflow: hidden;
  width: 100%;
  height: calc(100vh - var(--header_height) - var(--side_spacer) * 2);
}
@media (max-width: 991px) {
  #contacts_section .map {
    aspect-ratio: 4/3;
    height: unset;
  }
}
@media (max-width: 767px) {
  #contacts_section .map {
    aspect-ratio: 1/1;
  }
}
#contacts_section .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#reservation_section.form_shortcode_section p {
  width: 50%;
}
@media (max-width: 991px) {
  #reservation_section.form_shortcode_section p {
    width: 100%;
  }
}
#reservation_section.form_shortcode_section p.field_type_textarea, #reservation_section.form_shortcode_section p.field_type_checkbox:has(span[data-name^=acceptance]), #reservation_section.form_shortcode_section p.field_type_submit {
  width: 100%;
}

.form_shortcode_section .pre_title {
  font-weight: var(--font_weight_medium);
  font-style: normal;
  font-family: var(--font);
  line-height: 130%;
  color: var(--second_color);
  font-size: var(--pretitle_size);
  text-align: center;
}
.form_shortcode_section .pre_title strong, .form_shortcode_section .pre_title b {
  font-weight: inherit;
}
.form_shortcode_section .pre_title strong, .form_shortcode_section .pre_title b {
  color: var(--highlight_color);
  text-transform: uppercase;
}
.form_shortcode_section .title {
  font-weight: var(--font_weight_light);
  font-style: normal;
  font-family: var(--font);
  line-height: 120%;
  text-transform: none;
  letter-spacing: 0;
  color: var(--title_color);
  font-size: var(--title_size_big);
  text-align: center;
}
.form_shortcode_section .title strong, .form_shortcode_section .title b {
  font-weight: inherit;
}
.form_shortcode_section .title strong, .form_shortcode_section .title b {
  color: var(--highlight_color);
  text-transform: uppercase;
}
.form_shortcode_section .pre_title + .title {
  margin-top: 0.2em;
}
.form_shortcode_section .title + .description,
.form_shortcode_section .pre_title + .description {
  margin-top: 1.5em;
}
.form_shortcode_section .container + .container_full {
  padding-top: calc(var(--section_padding) / 2);
}
.form_shortcode_section form {
  display: flex;
  flex-wrap: wrap;
}
.form_shortcode_section form p {
  width: 33.33%;
  padding: 10px;
}
@media (max-width: 991px) {
  .form_shortcode_section form p {
    width: 100%;
  }
}
.form_shortcode_section form p.field_type_textarea, .form_shortcode_section form p.field_type_checkbox:has(span[data-name^=acceptance]), .form_shortcode_section form p.field_type_submit {
  width: 100%;
}

form.wpcf7-form {
  text-align: left;
}
form.wpcf7-form p {
  margin-bottom: 0.5em;
  clear: both;
}
form.wpcf7-form p small {
  font-size: 0.8em;
}
form.wpcf7-form p a {
  color: var(--highlight_color);
}
form.wpcf7-form p a:hover {
  color: var(--hover_color);
}
form.wpcf7-form label > span {
  margin-top: 0.5em;
  display: block;
}
form.wpcf7-form label:has(input[type=checkbox]) {
  display: flex;
  align-items: flex-start;
  margin-top: 0;
}
form.wpcf7-form label:has(input[type=checkbox]) input {
  margin-right: 10px;
  margin-top: 7px;
}
form.wpcf7-form label:has(input[type=checkbox]) span {
  margin-top: 0;
}
form.wpcf7-form label:has(select) select {
  appearance: none;
}
form.wpcf7-form label:has(select) span {
  position: relative;
}
form.wpcf7-form label:has(select) span:after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 1em;
  line-height: 50px;
}
form.wpcf7-form label:has(select) span select {
  padding-right: 2.5em;
}
form.wpcf7-form input:not([type=submit]):not([type=checkbox]), form.wpcf7-form select {
  width: 100%;
  padding: 0 1em;
  height: 50px;
  line-height: 50px;
  color: var(--color);
  font-size: var(--font_size_default);
  font-family: var(--font);
  background: var(--bg);
  border: 1px solid var(--stroke);
}
form.wpcf7-form input[type=submit] {
  height: calc(var(--font_size_default) * 3);
  line-height: calc(var(--font_size_default) * 3);
  background: none;
  color: var(--color);
  font-family: var(--font);
  font-weight: var(--font_weight_bold);
  font-size: 16px;
  border: none;
  transition: all 0.3s ease;
  display: block;
  text-align: center;
  margin: 0 auto;
  border-radius: 50px;
  min-width: 140px;
  padding: 0 1.5em;
  text-decoration: none;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  form.wpcf7-form input[type=submit] {
    width: 100%;
  }
}
form.wpcf7-form input[type=submit]:hover {
  background: var(--fourth_color);
  color: var(--fourth_color_as);
}
form.wpcf7-form textarea {
  width: 100%;
  color: var(--color);
  background: var(--alternative_bg_2);
  padding: 1em;
  font-size: var(--font_size_default);
  font-family: var(--font);
  border: 1px solid var(--stroke);
}
form.wpcf7-form .wpcf7-list-item {
  margin: 0;
}
form.wpcf7-form p.type_submit {
  margin-bottom: 0;
}
form.wpcf7-form p.type_submit .wpcf7-spinner {
  display: none;
}
form.wpcf7-form p.field_privacy label span {
  margin-top: 0;
  display: inline-block;
  margin-left: 10px;
}

#footer {
  background: var(--footer_bg);
  color: var(--footer_color);
  border-top: 1px solid var(--stroke);
  position: relative;
  z-index: 100;
}
#footer .footer_wrapper {
  padding: 60px var(--side_spacer);
}
#footer .top_part,
#footer .bottom_part {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  #footer .top_part,
  #footer .bottom_part {
    display: block;
  }
}
#footer .top_part + .bottom_part {
  padding-top: 80px;
}
#footer .col_left {
  width: 70%;
  padding-right: 60px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #footer .col_left {
    width: 50%;
  }
}
@media (max-width: 991px) {
  #footer .col_left {
    width: 100%;
    padding-right: 0;
  }
}
#footer .col_right {
  width: 30%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #footer .col_right {
    width: 50%;
  }
}
@media (max-width: 991px) {
  #footer .col_right {
    width: 100%;
  }
}
#footer .col_right .title {
  text-transform: uppercase;
  font-size: 0.85em;
  color: var(--third_color);
  font-weight: var(--font_weight_bold);
  letter-spacing: 0.05em;
  margin-bottom: 1em;
}
#footer .contacts {
  font-size: 28px;
  line-height: 150%;
  font-weight: var(--font_weight_light);
}
@media (min-width: 1200px) {
  #footer .contacts {
    font-size: 32px;
  }
}
@media (min-width: 1400px) {
  #footer .contacts {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  #footer .contacts {
    padding-bottom: 80px;
    font-size: 28px;
  }
}
#footer .contacts .title {
  font-weight: var(--font_weight_bold);
  color: var(--second_color);
}
#footer .contacts .list {
  margin-top: 0.3em;
}
#footer .contacts .contact {
  display: block;
}
#footer .contacts .contact:only-child:before {
  display: none;
}
#footer .contacts .contact:before {
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  margin-right: 0.3em;
  color: var(--second_color);
}
#footer .contacts .contact.telephone:before {
  content: "\f095";
}
#footer .contacts .contact.fax:before {
  content: "\f1ac";
}
#footer .contacts .contact.whatsapp:before {
  content: "\f232";
  font-family: "Font Awesome 6 Brands";
}
#footer .contacts .contact.telegram:before {
  content: "\f2c6";
  font-family: "Font Awesome 6 Brands";
}
#footer .contacts .contact .label {
  display: none;
}
#footer .contacts .contact .val + .val:before {
  content: "|";
  margin: 0 0.3em;
}
#footer .contacts .contact a {
  color: var(--color);
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  #footer .contacts .contact a {
    word-break: break-all;
  }
}
#footer .contacts .contact a:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: var(--third_color);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease;
}
#footer .contacts .contact a:hover {
  color: var(--third_color);
}
#footer .contacts .contact a:hover:after {
  width: 100%;
}
#footer .vat .label {
  text-transform: uppercase;
  margin-right: 0.3em;
}
#footer .title + .vat:before {
  content: "-";
  margin: 0 0.5em;
}
#footer #footer_menu_bottom ul.menu,
#footer .menu_container ul.menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#footer #footer_menu_bottom ul.menu > li,
#footer .menu_container ul.menu > li {
  margin: 0 1.5em 0.5em 0;
}
#footer #footer_menu_bottom ul.menu > li.current-menu-item > a:after,
#footer .menu_container ul.menu > li.current-menu-item > a:after {
  background: var(--color);
  width: 100%;
}
#footer #footer_menu_bottom ul.menu > li > a,
#footer .menu_container ul.menu > li > a {
  padding: 0.3em 0;
  text-decoration: none;
  transition: all ease 0.3s;
  line-height: 120%;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font-weight: var(--font_weight_bold);
  color: var(--color);
  letter-spacing: 0.05em;
}
#footer #footer_menu_bottom ul.menu > li > a:after,
#footer .menu_container ul.menu > li > a:after {
  content: "";
  width: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  display: block;
  transition: all 0.3s ease;
  background: var(--third_color);
}
#footer #footer_menu_bottom ul.menu > li > a:hover,
#footer .menu_container ul.menu > li > a:hover {
  color: var(--third_color);
}
#footer #footer_menu_bottom ul.menu > li > a:hover:after,
#footer .menu_container ul.menu > li > a:hover:after {
  width: 100%;
}
#footer #footer_menu_bottom ul.menu > li > .sub-menu,
#footer .menu_container ul.menu > li > .sub-menu {
  display: none;
}
#footer #footer_menu_bottom ul.menu {
  justify-content: flex-end;
  font-size: 0.85em;
}
#footer .menu_container + .socials {
  margin-top: 2em;
}
#footer .socials a {
  padding: 0.3em 0;
  margin: 0 1.5em 1em 0;
  text-decoration: none;
  transition: all ease 0.3s;
  line-height: 120%;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font-weight: var(--font_weight_bold);
  color: var(--color);
  letter-spacing: 0.05em;
}
#footer .socials a:after {
  content: "";
  width: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  display: block;
  transition: all 0.3s ease;
  background: var(--third_color);
}
#footer .socials a:hover {
  color: var(--third_color);
}
#footer .socials a:hover:after {
  width: 100%;
}

.page-template-template-temporary_page #footer .col_left {
  width: 100%;
  padding-left: 0;
  text-align: center;
}
/*# sourceMappingURL=main.css.map */
