@charset "UTF-8";
@font-face {
  font-family: "GT America";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/GTAmerica-Regular.woff2") format("woff2"), url("../fonts/GTAmerica-Regular.woff") format("woff");
}
@font-face {
  font-family: "Canela";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/CanelaWeb-Regular.woff2") format("woff2"), url("../fonts/CanelaWeb-Regular.woff") format("woff");
}
@font-face {
  font-family: "Canela";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/CanelaWeb-RegularItalic.woff2") format("woff2"), url("../fonts/CanelaWeb-RegularItalic.woff") format("woff");
}
.a-r, .bg-str {
  position: relative;
  overflow: hidden;
}
.a-r:before, .bg-str:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%;
}

.article-filter-inner, .people-grid-btn, .map-time-table li, .img-txt-btns, .article-tag-list, .swiper-article-btn-block, .f-row, .footer-social, .footer-btns, .header-btn, .header-top-list, .header-menu-inner, .content-social-list, .content-info, .indent {
  --indent: 10px;
  --indent-b: var(--indent);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: calc(var(--indent) * -1);
  margin-right: calc(var(--indent) * -1);
}
.article-filter-inner > *, .people-grid-btn > *, .map-time-table li > *, .img-txt-btns > *, .article-tag-list > *, .swiper-article-btn-block > *, .f-row > *, .footer-social > *, .footer-btns > *, .header-btn > *, .header-top-list > *, .header-menu-inner > *, .content-social-list > *, .content-info > *, .indent > * {
  margin-left: var(--indent);
  margin-right: var(--indent);
  margin-bottom: var(--indent-b);
}

.programes-list-txt > *:last-child, .nav-big-link li > *:last-child, .i-mb-l-0 > * > *:last-child, .mb-l-0 > *:last-child, .img-txt-grid > div > *:last-child, .quote > *:last-child {
  margin-bottom: 0px;
}

.mx-gutter {
  margin-left: calc(var(--gutter) * -1);
  margin-right: calc(var(--gutter) * -1);
}

.xy-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mx-a {
  margin-left: auto;
  margin-right: auto;
}

.ml-a {
  margin-left: auto;
}

.mr-a {
  margin-left: auto;
}

.a-start {
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.a-end {
  display: grid;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.a-center {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.as-center {
  -ms-flex-item-align: center;
      align-self: center;
}
.text-l-gray h1, .text-brand h1, .text-white h1, .text-l-gray h2, .text-brand h2, .text-white h2, .text-l-gray h3, .text-brand h3, .text-white h3, .text-l-gray h4, .text-brand h4, .text-white h4 {
  color: inherit;
}

.text-white {
  color: #fff;
}

.text-brand {
  color: var(--brand-color);
}

.programes-list-nav a {
  color: inherit;
}

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

html .mw-800 {
  max-width: 800px;
}
html .mw-750 {
  max-width: 750px;
}
html .mw-700 {
  max-width: 700px;
}
html .mw-650 {
  max-width: 650px;
}
html .mw-600 {
  max-width: 650px;
}
html .mw-550 {
  max-width: 550px;
}
html .mw-500 {
  max-width: 500px;
}
html .mw-450 {
  max-width: 450px;
}
html .mw-400 {
  max-width: 400px;
}
html .mw-350 {
  max-width: 350px;
}
html .w-100p {
  width: 100%;
}

.p-r {
  position: relative;
}

.ov-h {
  overflow: hidden;
}

.z-0 {
  z-index: 0;
}

.zn-1 {
  z-index: -1;
}

.z-1 {
  z-index: 1;
}

.a-c-i a {
  color: inherit;
}

.a-full, .article-inner .bg-str:after, .article-inner .bg-str, .bg-img:before, .bg-str-f {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.br-50p {
  border-radius: 50%;
}

.a-r._1-1:before, ._1-1.bg-str:before {
  padding-top: 100%;
}

.bg-str {
  z-index: 1;
}
.bg-str-f {
  overflow: hidden;
}
.d-none {
  display: none !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.m-0 {
  margin: 0;
}

.mt-0,
.my-0 {
  margin-top: 0;
}

.mr-0,
.mx-0 {
  margin-right: 0;
}

.mb-0,
.my-0 {
  margin-bottom: 0;
}

.ml-0,
.mx-0 {
  margin-left: 0;
}

.m-1 {
  margin: 10px;
}

.mt-1,
.my-1 {
  margin-top: 10px;
}

.mr-1,
.mx-1 {
  margin-right: 10px;
}

.mb-1,
.my-1 {
  margin-bottom: 10px;
}

.ml-1,
.mx-1 {
  margin-left: 10px;
}

.m-2 {
  margin: 20px;
}

.mt-2,
.my-2 {
  margin-top: 20px;
}

.mr-2,
.mx-2 {
  margin-right: 20px;
}

.mb-2,
.my-2 {
  margin-bottom: 20px;
}

.ml-2,
.mx-2 {
  margin-left: 20px;
}

.m-3 {
  margin: 30px;
}

.mt-3,
.my-3 {
  margin-top: 30px;
}

.mr-3,
.mx-3 {
  margin-right: 30px;
}

.mb-3,
.my-3 {
  margin-bottom: 30px;
}

.ml-3,
.mx-3 {
  margin-left: 30px;
}

.m-4 {
  margin: 40px;
}

.mt-4,
.my-4 {
  margin-top: 40px;
}

.mr-4,
.mx-4 {
  margin-right: 40px;
}

.mb-4,
.my-4 {
  margin-bottom: 40px;
}

.ml-4,
.mx-4 {
  margin-left: 40px;
}

.m-5 {
  margin: 50px;
}

.mt-5,
.my-5 {
  margin-top: 50px;
}

.mr-5,
.mx-5 {
  margin-right: 50px;
}

.mb-5,
.my-5 {
  margin-bottom: 50px;
}

.ml-5,
.mx-5 {
  margin-left: 50px;
}

.m-6 {
  margin: 60px;
}

.mt-6,
.my-6 {
  margin-top: 60px;
}

.mr-6,
.mx-6 {
  margin-right: 60px;
}

.mb-6,
.my-6 {
  margin-bottom: 60px;
}

.ml-6,
.mx-6 {
  margin-left: 60px;
}

.m-7 {
  margin: 70px;
}

.mt-7,
.my-7 {
  margin-top: 70px;
}

.mr-7,
.mx-7 {
  margin-right: 70px;
}

.mb-7,
.my-7 {
  margin-bottom: 70px;
}

.ml-7,
.mx-7 {
  margin-left: 70px;
}

.m-8 {
  margin: 80px;
}

.mt-8,
.my-8 {
  margin-top: 80px;
}

.mr-8,
.mx-8 {
  margin-right: 80px;
}

.mb-8,
.my-8 {
  margin-bottom: 80px;
}

.ml-8,
.mx-8 {
  margin-left: 80px;
}

.m-9 {
  margin: 90px;
}

.mt-9,
.my-9 {
  margin-top: 90px;
}

.mr-9,
.mx-9 {
  margin-right: 90px;
}

.mb-9,
.my-9 {
  margin-bottom: 90px;
}

.ml-9,
.mx-9 {
  margin-left: 90px;
}

.m-10 {
  margin: 100px;
}

.mt-10,
.my-10 {
  margin-top: 100px;
}

.mr-10,
.mx-10 {
  margin-right: 100px;
}

.mb-10,
.my-10 {
  margin-bottom: 100px;
}

.ml-10,
.mx-10 {
  margin-left: 100px;
}

.m-12 {
  margin: 120px;
}

.mt-12,
.my-12 {
  margin-top: 120px;
}

.mr-12,
.mx-12 {
  margin-right: 120px;
}

.mb-12,
.my-12 {
  margin-bottom: 120px;
}

.ml-12,
.mx-12 {
  margin-left: 120px;
}

.m-14 {
  margin: 140px;
}

.mt-14,
.my-14 {
  margin-top: 140px;
}

.mr-14,
.mx-14 {
  margin-right: 140px;
}

.mb-14,
.my-14 {
  margin-bottom: 140px;
}

.ml-14,
.mx-14 {
  margin-left: 140px;
}

.m-15 {
  margin: 150px;
}

.mt-15,
.my-15 {
  margin-top: 150px;
}

.mr-15,
.mx-15 {
  margin-right: 150px;
}

.mb-15,
.my-15 {
  margin-bottom: 150px;
}

.ml-15,
.mx-15 {
  margin-left: 150px;
}

.m-20 {
  margin: 200px;
}

.mt-20,
.my-20 {
  margin-top: 200px;
}

.mr-20,
.mx-20 {
  margin-right: 200px;
}

.mb-20,
.my-20 {
  margin-bottom: 200px;
}

.ml-20,
.mx-20 {
  margin-left: 200px;
}

.p-0 {
  padding: 0;
}

.pt-0,
.py-0 {
  padding-top: 0;
}

.pr-0,
.px-0 {
  padding-right: 0;
}

.pb-0,
.py-0 {
  padding-bottom: 0;
}

.pl-0,
.px-0 {
  padding-left: 0;
}

.p-1 {
  padding: 10px;
}

.pt-1,
.py-1 {
  padding-top: 10px;
}

.pr-1,
.px-1 {
  padding-right: 10px;
}

.pb-1,
.py-1 {
  padding-bottom: 10px;
}

.pl-1,
.px-1 {
  padding-left: 10px;
}

.p-2 {
  padding: 20px;
}

.pt-2,
.py-2 {
  padding-top: 20px;
}

.pr-2,
.px-2 {
  padding-right: 20px;
}

.pb-2,
.py-2 {
  padding-bottom: 20px;
}

.pl-2,
.px-2 {
  padding-left: 20px;
}

.p-3 {
  padding: 30px;
}

.pt-3,
.py-3 {
  padding-top: 30px;
}

.pr-3,
.px-3 {
  padding-right: 30px;
}

.pb-3,
.py-3 {
  padding-bottom: 30px;
}

.pl-3,
.px-3 {
  padding-left: 30px;
}

.p-4 {
  padding: 40px;
}

.pt-4,
.py-4 {
  padding-top: 40px;
}

.pr-4,
.px-4 {
  padding-right: 40px;
}

.pb-4,
.py-4 {
  padding-bottom: 40px;
}

.pl-4,
.px-4 {
  padding-left: 40px;
}

.p-5 {
  padding: 50px;
}

.pt-5,
.py-5 {
  padding-top: 50px;
}

.pr-5,
.px-5 {
  padding-right: 50px;
}

.pb-5,
.py-5 {
  padding-bottom: 50px;
}

.pl-5,
.px-5 {
  padding-left: 50px;
}

.p-6 {
  padding: 60px;
}

.pt-6,
.py-6 {
  padding-top: 60px;
}

.pr-6,
.px-6 {
  padding-right: 60px;
}

.pb-6,
.py-6 {
  padding-bottom: 60px;
}

.pl-6,
.px-6 {
  padding-left: 60px;
}

.p-7 {
  padding: 70px;
}

.pt-7,
.py-7 {
  padding-top: 70px;
}

.pr-7,
.px-7 {
  padding-right: 70px;
}

.pb-7,
.py-7 {
  padding-bottom: 70px;
}

.pl-7,
.px-7 {
  padding-left: 70px;
}

.p-8 {
  padding: 80px;
}

.pt-8,
.py-8 {
  padding-top: 80px;
}

.pr-8,
.px-8 {
  padding-right: 80px;
}

.pb-8,
.py-8 {
  padding-bottom: 80px;
}

.pl-8,
.px-8 {
  padding-left: 80px;
}

.p-9 {
  padding: 90px;
}

.pt-9,
.py-9 {
  padding-top: 90px;
}

.pr-9,
.px-9 {
  padding-right: 90px;
}

.pb-9,
.py-9 {
  padding-bottom: 90px;
}

.pl-9,
.px-9 {
  padding-left: 90px;
}

.p-10 {
  padding: 100px;
}

.pt-10,
.py-10 {
  padding-top: 100px;
}

.pr-10,
.px-10 {
  padding-right: 100px;
}

.pb-10,
.py-10 {
  padding-bottom: 100px;
}

.pl-10,
.px-10 {
  padding-left: 100px;
}

.p-12 {
  padding: 120px;
}

.pt-12,
.py-12 {
  padding-top: 120px;
}

.pr-12,
.px-12 {
  padding-right: 120px;
}

.pb-12,
.py-12 {
  padding-bottom: 120px;
}

.pl-12,
.px-12 {
  padding-left: 120px;
}

.p-14 {
  padding: 140px;
}

.pt-14,
.py-14 {
  padding-top: 140px;
}

.pr-14,
.px-14 {
  padding-right: 140px;
}

.pb-14,
.py-14 {
  padding-bottom: 140px;
}

.pl-14,
.px-14 {
  padding-left: 140px;
}

.p-15 {
  padding: 150px;
}

.pt-15,
.py-15 {
  padding-top: 150px;
}

.pr-15,
.px-15 {
  padding-right: 150px;
}

.pb-15,
.py-15 {
  padding-bottom: 150px;
}

.pl-15,
.px-15 {
  padding-left: 150px;
}

.p-20 {
  padding: 200px;
}

.pt-20,
.py-20 {
  padding-top: 200px;
}

.pr-20,
.px-20 {
  padding-right: 200px;
}

.pb-20,
.py-20 {
  padding-bottom: 200px;
}

.pl-20,
.px-20 {
  padding-left: 200px;
}

.d-grid {
  --grid-gap: 1rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: var(--grid-gap);
}
.d-grid._gg-0 {
  --grid-gap: 0;
}
.d-grid._gg-1 {
  --grid-gap: 1rem;
}
.d-grid._gg-2 {
  --grid-gap: 2rem;
}
.d-grid._gg-3 {
  --grid-gap: 3rem;
}
.d-grid._gg-4 {
  --grid-gap: 4rem;
}
.d-grid._gg-5 {
  --grid-gap: 5rem;
}
.d-grid._gg-6 {
  --grid-gap: 6rem;
}
.d-grid._gg-7 {
  --grid-gap: 7rem;
}
.d-grid._gg-8 {
  --grid-gap: 8rem;
}
.d-grid._gg-9 {
  --grid-gap: 9rem;
}
.d-grid._gg-10 {
  --grid-gap: 10rem;
}
.d-grid._gg-x-2 {
  --grid-gap: 0px 2rem;
}

/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/icomoon.ttf?dqye3v") format("truetype"), url("../fonts/icomoon/icomoon.woff?dqye3v") format("woff"), url("../fonts/icomoon/icomoon.svg?dqye3v#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], .people-grid-btn a:before, .map-adress:before, .article-info p::after, .tittle-with-ico:before, .pagination .prev,
.pagination .next, .online:before, .btn._arrow:after,
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-envelope:before {
  content: "\e912";
}

.icon-facebook:before {
  content: "\e90e";
}

.icon-arrow-right:before, .people-grid-btn a:before {
  content: "\e90f";
}

.icon-arrow-left:before {
  content: "\e910";
}

.icon-keyboard_arrow_up:before {
  content: "\e907";
}

.icon-keyboard_arrow_right:before, .pagination .next:before {
  content: "\e908";
}

.icon-keyboard_arrow_left:before, .pagination .prev:before {
  content: "\e909";
}

.icon-keyboard_arrow_down:before {
  content: "\e90a";
}

.icon-m-map:before, .map-adress:before {
  content: "\e911";
  color: #f5cb5c;
}

.icon-m-church:before, .tittle-with-ico:before, .online:before {
  content: "\e903";
  color: #e1ae2e;
}

.icon-m-phone:before {
  content: "\e905";
  color: #f5cb5c;
}

.icon-m-search:before {
  content: "\e90b";
}

.icon-m-xz:before {
  content: "\e90c";
  color: #e1ae2e;
}

.icon-facebook1:before {
  content: "\e900";
}

.icon-instagram:before {
  content: "\e901";
}

.icon-linkedin:before {
  content: "\e902";
}

.icon-twitter:before {
  content: "\e904";
}

.icon-checkmark:before {
  content: "\e90d";
}

.icon-close:before {
  content: "\e906";
}

.icon-youtube:before {
  content: "\ea9d";
}

.icon-vimeo2:before {
  content: "\eaa1";
}

.btn {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-style: solid;
  -webkit-transition: all var(--animation-duration) var(--animation-timing-function);
  transition: all var(--animation-duration) var(--animation-timing-function);
  text-align: center;
  text-transform: uppercase;
  min-width: 100px;
  line-height: 1;
  padding: var(--btn-y) var(--btn-x);
  font-size: var(--btn-fz);
  border-radius: var(--btn-r);
  border-width: var(--btn-b);
  line-height: 1.1;
  color: #fff;
  background-color: var(--accent-color);
  border-color: var(--accent-color);
}
.btn:hover {
  color: var(--accent-color);
  background-color: transparent;
  border-color: var(--accent-color-dark);
}
.btn:hover {
  text-decoration: none;
}
.btn._out {
  color: #333533;
  background-color: transparent;
  background-image: none;
  border-color: #E1AE2E;
}
.btn._out:hover {
  color: #fff;
  background-color: #E1AE2E;
  border-color: #E1AE2E;
}
.btn._out._lg {
  font-size: 18px;
  text-transform: none;
  padding-top: 13px;
  padding-bottom: 13px;
}
.btn._out-white {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
}
.btn._out-white:hover {
  color: #fff;
  background-color: #E1AE2E;
  border-color: #E1AE2E;
}
.btn._arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 15px 30px 25px;
  letter-spacing: 0.1em;
  max-width: 180px;
  width: 100%;
  color: #242423;
  background-color: transparent;
  background-image: none;
  border-color: #CFDBD5;
}
.btn._arrow:hover {
  color: #fff;
  background-color: #E1AE2E;
  border-color: #E1AE2E;
}
.btn._arrow:hover:after {
  color: #fff;
}
.btn._arrow:after {
  font-size: 18px;
  margin-left: 20px;
  color: #E1AE2E;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  content: "\e90f";
}
.btn._arrow._s {
  padding-top: 20px;
  padding-bottom: 20px;
}
.btn._arrow._full {
  max-width: 100%;
}
.btn._arrow._mw-none {
  max-width: none;
  width: auto;
}
.btn._btn-brand {
  color: #E1AE2E;
  background-color: transparent;
  background-image: none;
  border-color: #E1AE2E;
}
.btn._btn-brand:hover {
  color: #fff;
  background-color: #E1AE2E;
  border-color: #E1AE2E;
}
.btn._t-white {
  color: #fff;
}
.btn._t-black {
  color: #242423;
}
.btn._t-black:hover {
  color: #E1AE2E;
}
.btn.btn-yellow {
  color: #242423;
  background-color: var(--accent-color);
  border-color: var(--accent-color);
}
.btn.btn-yellow:hover {
  color: var(--accent-color);
  background-color: transparent;
  border-color: var(--accent-color-dark);
}
.btn.btn-yellow._arrow:after {
  color: #242423;
}
.btn.btn-yellow:hover:after {
  color: var(--accent-color);
}
.btn.btn-light {
  color: #333533;
  background-color: #e8eddf;
  border-color: #e8eddf;
}
.btn.btn-light:hover {
  color: #333533;
  background-color: #e8eddf;
  border-color: #e8eddf;
}
.btn.btn-light._arrow:after {
  color: #242423;
}
.btn.btn-light:hover {
  opacity: 0.95;
}
.btn.btn-light:hover:after {
  color: var(--accent-color);
}
.btn.btn-sm {
  padding: var(--btn-y) var(--btn-x);
}
.btn.btn-md {
  padding: 20px var(--btn-x);
}
.btn.btn-phone {
  text-transform: none;
}
.btn.btn-phone strong {
  font-size: 16px;
  font-weight: 500;
  font-family: "Canela";
  padding-left: 10px;
}
.btn i {
  padding-right: 9px;
}

.btn-link {
  color: var(--accent-color);
  background-color: transparent;
  border-color: transparent;
  -webkit-transition: all var(--animation-duration) var(--animation-timing-function);
  transition: all var(--animation-duration) var(--animation-timing-function);
}
.btn-link:hover {
  color: var(--accent-color-dark);
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
}
.btn-link._white {
  color: #fff;
}

.btn-back i {
  padding-right: 5px;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 15px;
}

.arrows-back {
  position: relative;
}
.arrows-back:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 15px;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='13' viewBox='0 0 14 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.9688 7C13.9688 7.28125 13.75 7.5 13.5 7.5H2.125L6.34375 12.1875C6.53125 12.375 6.53125 12.6875 6.3125 12.875C6.21875 12.9688 6.09375 13 6 13C5.84375 13 5.71875 12.9688 5.625 12.8438L0.625 7.34375C0.4375 7.15625 0.4375 6.875 0.625 6.6875L5.625 1.1875C5.8125 0.96875 6.125 0.96875 6.3125 1.15625C6.53125 1.34375 6.53125 1.65625 6.34375 1.84375L2.125 6.5H13.5C13.75 6.5 13.9688 6.75 13.9688 7Z' fill='%23E1AE2E'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.bg-str img, .bg-str-f img {
  width: 100%;
  max-width: none;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

form,
fieldset {
  border: none;
  display: block;
  padding: 0;
  margin: 0 0 var(--vertical-rhythm) 0;
  color: var(--base-text-color);
}

label {
  display: block;
  font-weight: 700;
  font-size: var(--label-fz);
  line-height: 1.2;
  color: var(--label-color);
  margin: 0 0 8px;
}
label a {
  text-decoration: underline;
}
label a:hover {
  text-decoration: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
input[type=url],
input[type=number],
input[type=date],
input[type=file],
textarea {
  padding: var(--btn-y) var(--input-x);
  font-size: var(--btn-fz);
  border-radius: var(--btn-r);
  border-width: var(--btn-b);
  line-height: normal;
  color: var(--input-color);
  background-color: var(--input-bg-color);
  border-color: var(--input-border-color);
  border-style: solid;
  border-width: 1px;
  text-align: left;
  -webkit-appearance: none;
  outline: none;
  max-width: 100%;
  width: 100%;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
input[type=url]:focus,
input[type=number]:focus,
input[type=date]:focus,
input[type=file]:focus,
textarea:focus {
  border-width: 1px;
  border-style: solid;
  border-color: var(--input-focus-border-color);
}
input[type=text]:focus::-webkit-input-placeholder, input[type=tel]:focus::-webkit-input-placeholder, input[type=email]:focus::-webkit-input-placeholder, input[type=search]:focus::-webkit-input-placeholder, input[type=password]:focus::-webkit-input-placeholder, input[type=url]:focus::-webkit-input-placeholder, input[type=number]:focus::-webkit-input-placeholder, input[type=date]:focus::-webkit-input-placeholder, input[type=file]:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}

input[type=text]:focus:-moz-placeholder, input[type=tel]:focus:-moz-placeholder, input[type=email]:focus:-moz-placeholder, input[type=search]:focus:-moz-placeholder, input[type=password]:focus:-moz-placeholder, input[type=url]:focus:-moz-placeholder, input[type=number]:focus:-moz-placeholder, input[type=date]:focus:-moz-placeholder, input[type=file]:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  opacity: 0;
}

input[type=text]:focus::-moz-placeholder, input[type=tel]:focus::-moz-placeholder, input[type=email]:focus::-moz-placeholder, input[type=search]:focus::-moz-placeholder, input[type=password]:focus::-moz-placeholder, input[type=url]:focus::-moz-placeholder, input[type=number]:focus::-moz-placeholder, input[type=date]:focus::-moz-placeholder, input[type=file]:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  opacity: 0;
}

input[type=text]:focus:-ms-input-placeholder, input[type=tel]:focus:-ms-input-placeholder, input[type=email]:focus:-ms-input-placeholder, input[type=search]:focus:-ms-input-placeholder, input[type=password]:focus:-ms-input-placeholder, input[type=url]:focus:-ms-input-placeholder, input[type=number]:focus:-ms-input-placeholder, input[type=date]:focus:-ms-input-placeholder, input[type=file]:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  opacity: 0;
}

input[type=text]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=date]::-webkit-input-placeholder, input[type=file]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: var(--input-placeholder-color);
  opacity: 1;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

input[type=text]:-moz-placeholder, input[type=tel]:-moz-placeholder, input[type=email]:-moz-placeholder, input[type=search]:-moz-placeholder, input[type=password]:-moz-placeholder, input[type=url]:-moz-placeholder, input[type=number]:-moz-placeholder, input[type=date]:-moz-placeholder, input[type=file]:-moz-placeholder, textarea:-moz-placeholder {
  color: var(--input-placeholder-color);
  opacity: 1;
  -moz-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

input[type=text]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=file]::-moz-placeholder, textarea::-moz-placeholder {
  color: var(--input-placeholder-color);
  opacity: 1;
  -moz-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

input[type=text]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=date]:-ms-input-placeholder, input[type=file]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: var(--input-placeholder-color);
  opacity: 1;
  -ms-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

textarea {
  resize: none;
  vertical-align: top;
  width: 100%;
  height: 250px;
}

/* button, */
input[type=button],
input[type=reset],
input[type=submit],
button[type=submit] {
  padding: var(--btn-y) var(--input-x);
  font-size: var(--btn-fz);
  border-radius: var(--btn-r);
  border-width: var(--btn-b);
  line-height: 1.2;
  color: #fff;
  background-color: --accent-color;
  border-color: --accent-color;
  border-style: solid;
  -webkit-appearance: none;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
button[type=submit]:hover {
  color: var(--base-text-color);
  background-color: transparent;
  border-color: var(--accent-color-dark);
}

input[type=reset] {
  margin-bottom: 13px;
}

input[type=file] {
  max-width: 100%;
}

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

/* custom checkbox styles */
.jcf-checkbox {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: default;
  background: var(--input-bg-color);
  border: 1px solid var(--input-border-color);
  margin: 0 0.5em 0 0;
  height: var(--checkbox-size);
  width: var(--checkbox-size);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 var(--checkbox-size);
          flex: 0 0 var(--checkbox-size);
}

.jcf-checkbox span {
  position: absolute;
  display: none;
  height: 6px;
  width: 10px;
  top: 50%;
  left: 50%;
  margin: -4px 0 0 -5px;
  border: 3px solid white;
  border-width: 0 0 3px 3px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.jcf-checkbox input[type=checkbox] {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0;
}

.jcf-checkbox.jcf-checked {
  border-color: var(--form-theme-color);
  background-color: var(--form-theme-color);
}
.jcf-checkbox.jcf-checked span {
  display: block;
}

/* custom radio styles */
.jcf-radio {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: default;
  background: #fff;
  border: 1px solid var(--input-border-color);
  border-radius: 50%;
  margin: 0 0.5em 0 0;
  height: var(--radio-size);
  width: var(--radio-size);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 var(--radio-size);
          flex: 0 0 var(--radio-size);
}

.jcf-radio span {
  display: none;
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  background: var(--form-theme-color);
  border-radius: 100%;
}

.jcf-radio input[type=radio] {
  position: absolute;
  height: 100%;
  width: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0;
}

.jcf-radio.jcf-checked span {
  display: block;
}

/* custom select styles */
.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 1px solid var(--input-border-color);
  background: #fff;
  min-width: 0;
  width: 100%;
  padding: var(--btn-y) var(--input-x);
  font-size: var(--btn-fz);
  border-radius: var(--input-radius);
  border-width: var(--btn-b);
  line-height: 1.2;
  padding-right: 24px;
}
.jcf-select.jcf-drop-active .jcf-select-opener:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0;
}
.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  min-height: 1.2em;
}
.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  width: 20px;
  bottom: 0;
  right: 0;
  top: 0;
}
.jcf-select .jcf-select-opener:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 13px;
  height: 7px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjAuMiwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSI1MTJweCIgaGVpZ2h0PSIyNzkuM3B4IiB2aWV3Qm94PSIwIDAgNTEyIDI3OS4zIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgMjc5LjM7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHBhdGggZD0iTTUwNS4yLDYuOGMtOS4xLTkuMS0yMy44LTkuMS0zMi45LDBMMjU2LDIyMy4xTDM5LjcsNi44Yy05LjEtOS4xLTIzLjgtOS4xLTMyLjksMGMtOS4xLDkuMS05LjEsMjMuOCwwLDMyLjlsMjMyLjcsMjMyLjcKCWM0LjQsNC40LDEwLjMsNi44LDE2LjUsNi44czEyLjEtMi41LDE2LjUtNi44TDUwNS4yLDM5LjdDNTE0LjMsMzAuNiw1MTQuMywxNS45LDUwNS4yLDYuOHoiLz4KPC9zdmc+Cg==");
  background-size: 100% auto;
  margin-top: -3.5px;
}

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px;
}

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
  border: 1px solid var(--input-border-color);
}

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px;
}

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  font-size: 12px;
  line-height: 1.2;
  width: 100%;
}
.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%;
}
.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.jcf-list ul li {
  overflow: hidden;
  display: block;
}
.jcf-list .jcf-overflow {
  overflow: auto;
}
.jcf-list .jcf-option {
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 5px var(--input-x);
  color: var(--input-color);
  height: 1%;
}
.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important;
}
.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000;
}
.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #e6e6e6;
  color: #000;
}

html {
  font-size: var(--rem-base);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: constant(safe-area-inset);
  padding: env(safe-area-inset);
}

body {
  color: var(--base-text-color);
  font: var(--base-font-size)/var(--base-line-height) "GT America", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  font-family: "Canela";
  font-weight: 400;
  color: var(--h1-h6-color);
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a,
.h a {
  color: inherit;
  font-size: inherit;
}

h1,
.h1 {
  margin: 0 0 0.3em;
  --min-fs: var(--h1-mob);
  --max-fs: var(--h1);
  --range: 1.5vw;
  font-size: var(--max-fs);
}

h2,
.h2 {
  --min-fs: var(--h2-mob);
  --max-fs: var(--h2);
  --range: 1vw;
  font-size: var(--max-fs);
  margin: 0 0 0.4em;
}

h3,
.h3 {
  --min-fs: var(--h3-mob);
  --max-fs: var(--h3);
  --range: 0.9vw;
  font-size: var(--max-fs);
  margin: 0 0 0.5em;
}

h4,
.h4 {
  --min-fs: var(--h4-mob);
  --max-fs: var(--h4);
  --range: 0.8vw;
  font-size: var(--max-fs);
  margin: 0 0 0.6em;
}

h5,
.h5 {
  --min-fs: var(--h5-mob);
  --max-fs: var(--h5);
  --range: 0.5vw;
  font-size: var(--max-fs);
  font-style: italic;
  color: #E1AE2E;
  margin: 0 0 0.7em;
}

h6,
.h6 {
  font-family: "GT America";
  font-size: var(--h6);
  color: #E1AE2E;
  text-transform: uppercase;
  margin: 0 0 0.8em;
}

p {
  margin-bottom: 1.2em;
  line-height: 1.7;
  margin-top: 0;
}

a {
  color: var(--base-link-color);
  text-decoration: none;
  -webkit-transition: all var(--animation-duration) var(--animation-timing-function);
  transition: all var(--animation-duration) var(--animation-timing-function);
}
a:hover {
  opacity: 0.8;
}

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

ul,
ol {
  list-style: none;
  margin-top: 0;
  padding-left: 0px;
}
ul li,
ol li {
  list-style: none;
}

#sidebar ol:not([class]),
#sidebar ul:not([class]),
.entry ol:not([class]),
.entry ul:not([class]),
ul.list-style,
ol.list-style {
  --line-height-li: var(--base-line-height, 1.2);
  margin: 0 0 1.2em 0;
  color: var(--base-text-color);
}
#sidebar ol:not([class]) li,
#sidebar ul:not([class]) li,
.entry ol:not([class]) li,
.entry ul:not([class]) li,
ul.list-style li,
ol.list-style li {
  line-height: var(--line-height-li);
  padding-left: 20px;
  position: relative;
}
#sidebar ol:not([class]) li + li,
#sidebar ul:not([class]) li + li,
.entry ol:not([class]) li + li,
.entry ul:not([class]) li + li,
ul.list-style li + li,
ol.list-style li + li {
  margin-top: 10px;
}
#sidebar ol:not([class]) ul,
#sidebar ul:not([class]) ul,
.entry ol:not([class]) ul,
.entry ul:not([class]) ul,
ul.list-style ul,
ol.list-style ul {
  margin-bottom: 0;
  margin-top: 10px;
}
#sidebar ol:not([class]) ol,
#sidebar ul:not([class]) ol,
.entry ol:not([class]) ol,
.entry ul:not([class]) ol,
ul.list-style ol,
ol.list-style ol {
  margin-bottom: 0;
  margin-top: 10px;
}

#sidebar ul:not([class]) > li,
.entry ul:not([class]) > li,
ul.list-style > li {
  padding-left: 15px;
}
#sidebar ul:not([class]) > li:before,
.entry ul:not([class]) > li:before,
ul.list-style > li:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  top: calc(0.5em * var(--line-height-li));
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: currentColor;
}

#sidebar ol:not([class]),
.entry ol:not([class]),
ol.list-style {
  counter-reset: list;
}
#sidebar ol:not([class]) > li,
.entry ol:not([class]) > li,
ol.list-style > li {
  padding-left: 22px;
}
#sidebar ol:not([class]) > li:before,
.entry ol:not([class]) > li:before,
ol.list-style > li:before {
  content: counter(list) ".";
  counter-increment: list;
  position: absolute;
  top: 0;
  left: 0px;
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 1.2em;
}
table th {
  font-size: var(--base-font-size);
  color: var(--base-text-color);
  padding: 10px 15px;
  text-align: left;
  border-bottom: 1px solid #979797;
}
table th + th {
  text-align: center;
}
table td {
  font-size: var(--base-font-size);
  color: var(--base-text-color);
  padding: 10px 15px;
  border-bottom: 1px solid #979797;
}
table td + td {
  text-align: center;
}

pre {
  max-width: 100%;
  background: rgba(0, 0, 0, 0.1);
  padding: 0.5em;
}

blockquote {
  font-size: 25px;
  color: var(--base-text-color);
  background: transparent;
  border-left: 6px solid #ECECEC;
  padding: 5px 0 5px 28px;
  margin: 0 0 1.2em;
}

dl {
  margin: 0 0 1.2em 0;
}
dl dt {
  float: left;
  clear: left;
  font-weight: bold;
  padding: 10px 5px;
}
dl dd {
  margin-left: 0;
  padding: 10px 0;
}

.a-r._14-5:before, ._14-5.bg-str:before {
  padding-top: 34.76%;
}
.a-r._8-5:before, ._8-5.bg-str:before {
  padding-top: 63.64%;
}
.a-r._5-3:before, ._5-3.bg-str:before {
  padding-top: 67.25%;
}

* {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  max-height: 1000000px;
}
*:after, *:before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.resize-active {
  -webkit-transition: none !important;
  transition: none !important;
}
.resize-active *,
.resize-active *:before,
.resize-active *:after {
  -webkit-transition: inherit !important;
  transition: inherit !important;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  max-width: calc(1180px + var(--gutter) * 2);
}
.container._l {
  max-width: calc(1010px + var(--gutter) * 2);
}
.container._s {
  max-width: calc(780px + var(--gutter) * 2);
}
.container._xs {
  max-width: calc(700px + var(--gutter) * 2);
}

html,
body {
  height: 100%;
}

.wrapper {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.main,
.header,
.footer {
  min-width: 0;
}

.p-small p {
  font-size: 15px;
  line-height: 1.6;
}

.p-big p {
  font-size: 22px;
  line-height: 1.6;
}

.font-acent {
  font-family: "Canela";
}

.list-ico li {
  --liY: 20px;
  padding-left: 40px;
  position: relative;
}
.list-ico li:nth-child(n+2) {
  margin-top: var(--liY);
}
.list-ico li:before {
  content: "—";
  color: #E1AE2E;
  position: absolute;
  top: 0px;
  left: 0px;
}
.list-ico span {
  color: #E1AE2E;
}

.list-arrow li {
  --liY: 25px;
}
.list-arrow li:nth-child(n+2) {
  margin-top: var(--liY);
}
.list-arrow a {
  font-weight: bold;
  font-size: 16px;
  color: inherit;
  display: inline-block;
  position: relative;
  padding-right: 30px;
}
.list-arrow a:hover {
  opacity: 0.7;
}
.list-arrow a:before {
  content: "";
  position: absolute;
  top: 2px;
  right: 0px;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='13' viewBox='0 0 14 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.3438 7.34375L8.34375 12.8438C8.25 12.9688 8.125 13 8 13C7.875 13 7.75 12.9688 7.65625 12.875C7.4375 12.6875 7.4375 12.375 7.625 12.1875L11.8438 7.5H0.5C0.21875 7.5 0 7.28125 0 7.03125C0 6.78125 0.21875 6.5 0.5 6.5H11.8438L7.625 1.84375C7.4375 1.65625 7.4375 1.34375 7.65625 1.15625C7.84375 0.96875 8.15625 0.96875 8.34375 1.1875L13.3438 6.6875C13.5312 6.875 13.5312 7.15625 13.3438 7.34375Z' fill='%23E1AE2E'/%3E%3C/svg%3E%0A");
}

.bg-black .btn._arrow,
.bg-black .swiper-btn-v1 [class*=swiper-button] {
  color: inherit;
}

.pagination-list {
  --pagination-indent: 20px;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
}
.pagination-list li {
  padding-right: var(--pagination-indent);
  margin-right: var(--pagination-indent);
}
.pagination-list li:not(:last-child) {
  position: relative;
}
.pagination-list li:not(:last-child):before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 25px;
  background-color: #cfdbd5;
}
.pagination-list a {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #242423;
}
.pagination-list a:hover {
  opacity: 0.7;
}

.bg-dark-o::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(89.49deg, #242423 33.54%, rgba(36, 36, 35, 0.51) 99.64%);
  mix-blend-mode: multiply;
  opacity: 0.8;
  z-index: -1;
}

.swiper-btn-v1 [class*=swiper-button] {
  border: 1px solid #cfdbd5;
  border-radius: 3px;
  padding: 30px;
  --swiper-navigation-size: 18px;
  --swiper-navigation-color: $black-color;
  color: #242423;
}

.bg-over {
  --bg-over-indent-x: 20px;
  --bg-over-indent-y: var(--bg-over-indent-x);
  --bg-color: var(--brand-color);
  overflow: visible;
  position: relative;
  margin-bottom: var(--bg-over-indent-y);
}
.bg-over:after {
  content: "";
  position: absolute;
  border-radius: 3px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(var(--bg-over-indent-x), var(--bg-over-indent-y));
          transform: translate(var(--bg-over-indent-x), var(--bg-over-indent-y));
  background-color: var(--bg-color);
  z-index: -2;
}
.bg-over._l-b {
  --bg-over-indent-x: -20px;
  --bg-over-indent-y: 20px;
}
.bg-over._l-b._bg-xs {
  --bg-over-indent-x: -10px;
  --bg-over-indent-y: 10px;
}
.bg-over._bg-xs {
  --bg-over-indent-x: 10px;
}
.bg-over.bg-str img {
  border-radius: 3px;
}
.bg-over._bg-gray {
  --bg-color: #e8eddf;
}
.bg-over._bg-yellow {
  --bg-color: #f5cb5c;
}

.bg-metal {
  background-color: #333533;
}

.bg-black {
  background-color: #242423;
}

.bg-gray {
  background-color: #cfdbd5;
}

.bg-l-gray {
  position: relative;
  background-color: #e8eddf;
}

.bg-img {
  position: relative;
}
.bg-img:before {
  content: "";
  z-index: 1;
}
.bg-img .container {
  position: relative;
  z-index: 2;
}
.bg-img._v1:before {
  background-image: url("../img/bg1.png");
  background-size: cover;
  background-repeat: no-repeat;
  mix-blend-mode: luminosity;
  opacity: 0.8;
}

.bg-str-f._h-36 {
  bottom: auto;
  height: 360px;
}

.online {
  border-radius: 3px;
  padding: 15px 10px 15px 43px;
  max-width: 162px;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
.online:before {
  position: absolute;
  font-size: 16px;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  color: #E1AE2E;
}

.online-tittle {
  font-size: 16px;
  line-height: 1.1;
  font-family: "Canela";
}

.online-count {
  color: #e1ae2e;
  font-size: 10px;
  line-height: 1;
  padding-left: 10px;
  margin-left: 10px;
  position: relative;
  display: inline-block;
}
.online-count:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  width: 5px;
  height: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background-color: currentColor;
}

html .tt-none {
  text-transform: none;
}

.ico-left {
  position: relative;
  padding: 0 2em;
}
.ico-left i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
}
.ico-left i:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -40px;
  width: 1px;
  height: 60px;
  background-color: #333533;
}

.h-over {
  position: relative;
  padding-top: 30px;
}
.h-over:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 80px;
  height: 5px;
  background-color: #E1AE2E;
}

.quote {
  --indent-quote: 100px;
  --indent-p-quote: var(--indent-quote);
  padding-top: 0px;
  margin-left: var(--indent-quote);
  padding-left: var(--indent-p-quote);
  border: none;
  position: relative;
  font-size: 18px;
}
.quote:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0px;
  bottom: 10px;
  width: 1px;
  background-color: #333533;
}

.text-l-gray {
  color: #e8eddf;
}

.text-brand-l {
  color: #F5CB5C;
}

.b-l-brand {
  position: relative;
}
.b-l-brand:before {
  content: "";
  position: absolute;
  top: 0px;
  right: calc(var(--grid-gap) / -2);
  bottom: 0;
  width: 1px;
  background-color: #E1AE2E;
}

.bg-str._2-4:before {
  padding-top: 150%;
}
.bg-str._3-2:before {
  padding-top: 73.46%;
}
.bg-str._3-5:before {
  padding-top: 149.21%;
}
.bg-str._7-3:before {
  padding-top: 46.61%;
}

.fz-18 {
  font-size: 18px;
}

.tn-50p {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.mtn-22 {
  margin-top: -220px;
}

.my-3 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mbn-16p {
  margin-bottom: -16%;
}

.mt-16p {
  margin-top: 16%;
}

.pb-25 {
  padding-bottom: 250px;
}

.pt-11 {
  padding-top: 110px;
}

.pt-16 {
  padding-top: 160px;
}

.pt-17 {
  padding-top: 170px;
}

.pt-18 {
  padding-top: 180px;
}

.pt-01 {
  padding-top: 1px;
}

figure {
  margin: 0;
}

.pagination {
  padding: 30px 0;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
  text-transform: uppercase;
  color: var(--base-text-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  color: #E8EDDF;
}
.d-grid + .pagination {
  margin-top: 30px;
}
.pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 15px;
  color: #E8EDDF;
}
.pagination .page-numbers.current:hover {
  background: none;
  color: #E1AE2E;
}
.pagination .page-numbers:hover, .pagination .page-numbers:active {
  color: #E1AE2E;
}
.pagination .page-numbers span {
  line-height: 0.9;
  height: 16px;
}
.pagination .current {
  color: #E1AE2E;
}
.pagination .prev,
.pagination .next {
  margin-right: 5rem;
  margin-left: auto;
  padding: 10px 0;
  width: 60px;
  height: 60px;
  border: 1px solid #e8eddf;
  border-radius: 3px;
  position: relative;
  font-size: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination .prev:before,
.pagination .next:before {
  display: block;
  color: #e8eddf;
  font-size: 20px;
}
.pagination .prev.disabled,
.pagination .next.disabled {
  pointer-events: none;
}
.pagination .prev a,
.pagination .next a {
  color: var(--brand-color);
}
.pagination .prev a:hover, .pagination .prev a:active,
.pagination .next a:hover,
.pagination .next a:active {
  color: var(--brand-color-dark);
}
.pagination .prev a span,
.pagination .next a span {
  line-height: 1.4;
}
.pagination .next {
  margin-right: auto;
  margin-left: 5rem;
  padding: 10px 0;
}

.wp-caption {
  clear: both;
  max-width: 100%;
  /* Image does not overflow the content area */
  text-align: center;
  margin: 0 0 1.2em 0;
}
.wp-caption.alignnone {
  margin: 0 0 1.2em;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: top;
  max-width: 100%;
  margin: 0 0 10px;
}
.wp-caption p {
  margin: 0.4em 0 0;
}

div.aligncenter,
figure.aligncenter {
  margin: 0 auto var(--vertical-rhythm);
  text-align: center;
}

img.aligncenter {
  display: block;
  margin: 0 auto 20px;
}

img.no-margin {
  margin: 0;
}

.aligncenter {
  margin: 5px auto 20px auto;
}

.alignleft {
  float: left;
  margin: 0 var(--vertical-rhythm) var(--vertical-rhythm) 0;
}

.alignright {
  float: right;
  margin: 0 0 var(--vertical-rhythm) var(--vertical-rhythm);
}

.alignnone {
  margin: 0;
}

.img-c-grid {
  display: grid;
  grid-template-columns: 325px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 60px;
  margin-bottom: 30px;
}
.img-c-grid figcaption {
  text-align: right;
  font-style: italic;
  font-size: 15px;
  line-height: 1;
  padding-top: 20px;
  padding-right: 23px;
}

.content-grid {
  display: grid;
  grid-template-columns: 325px 1fr;
  grid-gap: 20px 100px;
}

.content-info {
  padding: 25px 20px;
  margin-bottom: 6rem;
  border-radius: 3px;
}
.content-info h5 {
  font-size: 18px;
  color: #242423;
  margin-bottom: 3px;
}
.content-info h6 {
  font-style: italic;
  font-size: 15px;
  line-height: 1;
  color: #242423;
  margin-bottom: 3px;
  text-transform: none;
}
html .content-info p {
  margin-bottom: 3px;
}

.content-info-img {
  width: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.content-grid-sidebar {
  padding-top: 10px;
}
.content-grid-sidebar .icon-m-church, .content-grid-sidebar .tittle-with-ico:before, .content-grid-sidebar .online:before {
  font-size: 25px;
  display: block;
}
.content-grid-sidebar hr {
  border: none;
  border-top: 1px solid #cfdbd5;
  margin-bottom: 30px;
  width: 100%;
  display: inline-block;
}
.content-grid-sidebar h6 {
  font-weight: bold;
  font-size: 16px;
  line-height: 130%;
  color: #242423;
  text-transform: none;
}
.content-grid-sidebar > p {
  max-width: 280px;
}
.content-grid-sidebar form {
  padding-top: 7px;
}
.content-grid-sidebar form label {
  margin-bottom: 20px;
}
.content-grid-sidebar form input:not([type=submit]) {
  border: 1px solid #cfdbd5;
  border-radius: 2px;
  font-weight: normal;
  font-size: 14px;
  color: #333533;
  height: 54px;
}
.content-grid-sidebar form input[type=submit] {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #242423;
  background: #e1ae2e;
  border-radius: 3px;
  border: 1px solid #e1ae2e;
  padding: 16px 30px;
}
.content-grid-sidebar form input[type=submit]:hover {
  opacity: 0.7;
}
.content-grid-text h2 {
  font-size: 3.2rem;
}
.content-grid-text h4 {
  font-size: 2.2rem;
  font-style: italic;
  font-weight: bold;
}
.content-grid-text figure {
  margin-bottom: 3.2rem;
}
.content-grid-text figcaption {
  text-align: right;
  font-style: italic;
  font-size: 15px;
  line-height: 1;
  padding-top: 20px;
  padding-right: 23px;
}

.content-social-list {
  --indent: 2px;
  font-size: 16px;
}
.content-social-list a {
  border: 1px solid #cfdbd5;
  border-radius: 3px;
  color: #242423;
  width: 45px;
  height: 45px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

div[class*=bg-str] + .container {
  z-index: 1;
}

.select-custom .jcf-select-opener:before {
  content: "";
  width: 14px;
  height: 14px;
  right: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.8125 8.375L7.3125 13.375C7.21875 13.4688 7.09375 13.5 7 13.5C6.875 13.5 6.75 13.4688 6.65625 13.375L1.15625 8.375C0.9375 8.1875 0.9375 7.875 1.125 7.6875C1.3125 7.46875 1.625 7.46875 1.8125 7.65625L6.5 11.875V0.5C6.5 0.25 6.71875 0.03125 6.96875 0.03125C7.21875 0.03125 7.5 0.25 7.5 0.5V11.875L12.1562 7.65625C12.3438 7.46875 12.6562 7.46875 12.8438 7.6875C13.0312 7.875 13.0312 8.1875 12.8125 8.375Z' fill='%23E1AE2E'/%3E%3C/svg%3E%0A");
  margin-top: -7px;
}

.br-3 {
  border-radius: 3px;
}

.bgs-img {
  position: relative;
  overflow: hidden;
}
.bgs-img:before {
  width: 610px;
  height: 610px;
  content: "";
  position: absolute;
  top: -100px;
  left: calc(50% + 140px);
  background-image: url("../img/DHS_Primary Seal.svg");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  opacity: 0.05;
}
.bgs-img._bgs-v2:before {
  top: 400px;
}

.ov-v {
  overflow: visible;
}

.bg-str-f._img-to-top img {
  -o-object-position: center 0px;
     object-position: center 0px;
}

.fxs-0 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.header-menu-wrapper {
  color: #333533;
  padding: 20px 0;
  z-index: 2;
  font-size: 14px;
  position: relative;
  background-color: #fff;
}

.header-menu-inner {
  --indent: 10px;
  --indent-b: 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-btn-back {
  position: absolute;
  left: 195px;
}

.page-header {
  position: relative;
  z-index: 9999;
}
.page-header._v2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.page-header._v2 .header-menu-wrapper {
  background-color: transparent;
}
.page-header._v2 .header-menu-inner {
  background-color: transparent;
  position: relative;
}
.page-header .logo {
  display: block;
}
.page-header .logo svg {
  width: 160px;
}

.nav-active .page-header._v2 .header-menu-inner {
  background-color: #fff;
}

.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}

.header-mob-footer {
  display: none;
  margin-top: auto;
  background-color: #333533;
  padding: 0px var(--gutter);
  position: fixed;
  width: 100%;
  bottom: 0;
}
.header-mob-footer .footer-social {
  padding-left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 0 30px;
}
.header-mob-footer .footer-social a {
  font-size: 25px;
}
.header-mob-footer .footer-bottom-b {
  font-size: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-top {
  background-color: #242423;
  color: #ffffff;
  padding: 3px 0 5px;
}
.header-top a {
  color: inherit;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
}
s .header-top a:hover {
  opacity: 0.7;
}

.header-top-list {
  --indent: 20px;
  --indent-b: 0px;
  margin-bottom: 0;
  background-color: var(--color-black);
}
.header-top-list li {
  line-height: 1;
  text-transform: uppercase;
}

.header-search-block {
  margin-left: 30px;
  position: relative;
}
.header-search-block button {
  background-color: transparent;
  border: none;
  font-size: 14px;
}
.header-search-block button:hover {
  opacity: 0.7;
}
.header-search-block button i {
  margin: 0;
}

.header-search {
    background-color: #333533;
    border-radius: 3px;
    left: 50%;
    margin: 0;
    padding: 20px;
    position: absolute;
    top: calc(100% + 35px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 640px;
}
.header-search:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%) rotate(45deg);
          transform: translate(-50%, 50%) rotate(45deg);
  width: 10px;
  height: 10px;
  background-color: #333533;
}
.header-search input[type=text] {
  padding: 10px 50px 10px 30px;
  color: #cfdbd5;
  background-color: transparent;
  border: 1px solid #242423;
  border-radius: 2px;
  height: 54px;
}
.header-search input[type=text]::-webkit-input-placeholder {
  color: inherit;
}

.header-search input[type=text]:-moz-placeholder {
  color: inherit;
}

.header-search input[type=text]::-moz-placeholder {
  color: inherit;
}

.header-search input[type=text]:-ms-input-placeholder {
  color: inherit;
}

.header-search input[type=submit] {
  border: none;
  background-color: transparent;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.8633 14.0117L9.98047 10.1562C10.8555 9.14453 11.3477 7.85938 11.3477 6.4375C11.3477 3.32031 8.77734 0.75 5.66016 0.75C2.51562 0.75 0 3.32031 0 6.4375C0 9.58203 2.54297 12.125 5.66016 12.125C7.05469 12.125 8.33984 11.6328 9.35156 10.7578L13.207 14.6406C13.3164 14.7227 13.4258 14.75 13.5625 14.75C13.6719 14.75 13.7812 14.7227 13.8633 14.6406C14.0273 14.4766 14.0273 14.1758 13.8633 14.0117ZM5.6875 11.25C3.00781 11.25 0.875 9.08984 0.875 6.4375C0.875 3.78516 3.00781 1.625 5.6875 1.625C8.33984 1.625 10.5 3.78516 10.5 6.4375C10.5 9.11719 8.33984 11.25 5.6875 11.25Z' fill='%23E1AE2E'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
}
.header-search input[type=submit]:hover {
  opacity: 0.7;
}

.header-btn {
  --indent: 2px;
  --indent-b: 0px;
}

.header-search-block-mob {
  display: none;
  margin-bottom: 10px;
}

.header-sub-mob {
  display: none;
}

.header-search-btn-mob {
  padding: 20px 20px;
  border-radius: 3px;
  display: block;
  border: 1px solid #cfdbd5;
  background-color: transparent;
  width: 100%;
  text-align: left;
  position: relative;
  padding-left: 50px;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.header-search-btn-mob i {
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #E1AE2E;
}

.nav-sub-active .header-mnav {
  display: none;
}
.nav-sub-active .header-sub-mob {
  display: block;
}

.header-sub-content {
  padding: 10px 0;
}
.header-sub-content div.header-search-btn-mob {
  border: none;
}

.footer-top {
  padding: 40px 0 20px;
}
.footer-top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-logo {
  margin-right: auto;
}
.footer-info a {
  font-size: 14px;
  color: #ffffff;
  position: relative;
  padding-left: 35px;
  display: block;
}
.footer-info a:hover {
  opacity: 0.7;
}
.footer-info a i {
  color: #E1AE2E;
  margin-right: 15px;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.footer-btns {
  --indent: 5px;
  --indent-b: 0px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.footer-bottom-grid {
  padding: 30px 0 10px;
  display: grid;
  grid-gap: 20px 40px;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
.footer-bottom-grid h6 {
  font-size: 12px;
  margin-bottom: 8px;
  text-transform: none;
}
.footer-bottom-grid a {
  color: #cfdbd5;
  font-size: 12px;
}
.footer-bottom-grid a:hover {
  opacity: 0.7;
}

.footer-list-link li {
  line-height: 1;
}

.footer-bottom-b {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid rgba(207, 219, 213, 0.2);
}
.footer-bottom-b span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}

.footer-social {
  margin-bottom: 0;
  --indent: 8px;
  --indent-b: 0px;
}
.footer-social a {
  font-size: 13px;
}

.header-nav {
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.nav {
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.nav > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav li {
  padding: 0;
  margin: 0;
}
.nav li:after, .nav li:before {
  display: none;
}
.nav li > ul {
  color: #fff;
  position: absolute;
  display: none;
  background-color: #242423;
  border-radius: 3px;
  overflow: hidden;
}
.nav li > ul .sub-arrow {
  border-style: dashed dashed dashed solid;
  border-color: transparent transparent transparent var(--base-text-color);
}
.nav li.nav-sm-reverse > ul:before {
  left: auto;
  right: 17px;
}
.nav a {
  display: block;
  position: relative;
  padding: 10px 15px;
  color: inherit;
  opacity: 1;

}

.nav a:hover, .nav a.highlighted {
  color: #E1AE2E;
}
.nav a.highlighted.has-submenu:after {
  opacity: 1;
}
.nav a.has-submenu:after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translate(-50%, 0) rotate(45deg);
          transform: translate(-50%, 0) rotate(45deg);
  width: 10px;
  height: 10px;
  background-color: #242423;
  opacity: 0;
}

.nav a.has-submenu {
  font-family: 'Canela';
  font-size: 16px;
}

.nav a .sub-arrow {
  position: absolute;
  top: 50%;
  right: 5px;
  width: 0;
  height: 0;
  margin: 0;
  border-width: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-style: solid dashed dashed dashed;
  border-color: var(--base-text-color) transparent transparent transparent;
}

.nav-opener {
  display: none;
  background-color: #E1AE2E;
  border: 1px solid #E1AE2E;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  outline: none;
  padding: 15px 20px;
  border-radius: 3px;
}

.nav-opener-ico {
  width: 14px;
  height: 14px;
  position: relative;
  background-color: transparent;
  outline: none;
  border: none;
  display: block;
  margin-right: 5px;
}
.nav-opener-ico i {
  display: block;
  padding-left: 20px;
}
.nav-opener-ico i:before {
  content: "Menu";
}
.nav-opener-ico:before, .nav-opener-ico:after,
.nav-opener-ico span {
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1.5px;
  margin-top: -1px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.nav-opener-ico:before, .nav-opener-ico:after {
  content: "";
  top: 15%;
}
.nav-opener-ico:after {
  top: 85%;
}
.nav-opener-ico:hover {
  opacity: 0.9;
}

.nav-active {
  overflow: hidden;
}
.nav-active .nav-opener-ico span {
  opacity: 0;
}
.nav-active .nav-opener-ico:before, .nav-active .nav-opener-ico:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 50%;
}
.nav-active .nav-opener-ico:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.has-mega-menu .mega-menu > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.has-mega-menu .mega-menu .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40%;
  padding: 25px 30px;
}
.has-mega-menu .mega-menu .col:nth-of-type(2) {
  background-color: #333533;
}

.header-menu {
  position: relative;
}

.nav-main-link a,
.nav-sub-link a,
.nav-big-link a {
  padding: 0;
}
.nav-main-link a:hover,
.nav-sub-link a:hover,
.nav-big-link a:hover {
  opacity: 0.7;
}

.nav-main-link {
  font-weight: bold;
  font-size: 16px;
}
.nav-main-link li {
  --liY: 10px;
}
.nav-main-link li:nth-child(n+2) {
  margin-top: var(--liY);
}
.nav-main-link a {
  position: relative;
  padding-right: 25px;
  display: inline-block;
}
.nav-main-link a:before {
  content: "";
  position: absolute;
  top: 3px;
  right: 0px;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='13' viewBox='0 0 14 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.3438 7.34375L8.34375 12.8438C8.25 12.9688 8.125 13 8 13C7.875 13 7.75 12.9688 7.65625 12.875C7.4375 12.6875 7.4375 12.375 7.625 12.1875L11.8438 7.5H0.5C0.21875 7.5 0 7.28125 0 7.03125C0 6.78125 0.21875 6.5 0.5 6.5H11.8438L7.625 1.84375C7.4375 1.65625 7.4375 1.34375 7.65625 1.15625C7.84375 0.96875 8.15625 0.96875 8.34375 1.1875L13.3438 6.6875C13.5312 6.875 13.5312 7.15625 13.3438 7.34375Z' fill='%23E1AE2E'/%3E%3C/svg%3E%0A");
}

.nav-sub-link {
  font-weight: normal;
  font-size: 14px;
  color: #E1AE2E;
  margin-top: 20px;
}
.nav-sub-link li {
  --liY: 10px;
}
.nav-sub-link li:nth-child(n+2) {
  margin-top: var(--liY);
}
.nav-big-link li {
  padding: 30px 30px 20px;
  border: 1px solid #242423;
  border-radius: 3px;
  --liY: 10px;
}
.nav-big-link li:nth-child(n+2) {
  margin-top: var(--liY);
}
.nav-big-link a {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #E1AE2E;
  margin-bottom: 10px;
  position: relative;
  padding-right: 20px;
}
.nav-big-link a:before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='13' viewBox='0 0 14 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.3438 7.34375L8.34375 12.8438C8.25 12.9688 8.125 13 8 13C7.875 13 7.75 12.9688 7.65625 12.875C7.4375 12.6875 7.4375 12.375 7.625 12.1875L11.8438 7.5H0.5C0.21875 7.5 0 7.28125 0 7.03125C0 6.78125 0.21875 6.5 0.5 6.5H11.8438L7.625 1.84375C7.4375 1.65625 7.4375 1.34375 7.65625 1.15625C7.84375 0.96875 8.15625 0.96875 8.34375 1.1875L13.3438 6.6875C13.5312 6.875 13.5312 7.15625 13.3438 7.34375Z' fill='%23E1AE2E'/%3E%3C/svg%3E%0A");
}
.nav-big-link p {
  color: #e8eddf;
  font-size: 12px;
  line-height: 18px;
}

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

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

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

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

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

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

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

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

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

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

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

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

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

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

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

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

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}

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

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

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

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

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

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

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.r-tabs {
  --r-tab-nav-background: transparent;
  --r-tab-nav-background-active: #e8eddf;
  --r-tab-nav-color: #242423;
  --r-tab-nav-color-active: #242423;
}

.r-tabs-nav {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.r-tabs-nav li a {
  padding: 10px 60px 10px 30px;
  color: var(--r-tab-nav-color);
  background-color: var(--r-tab-nav-background);
  display: inline-block;
  border: 1px solid #cfdbd5;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  min-height: 80px;
  position: relative;
}
.r-tabs-nav li a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5 7C13.5 7.28125 13.25 7.5 13 7.5H7.5V13C7.5 13.2812 7.25 13.5312 7 13.5312C6.71875 13.5312 6.5 13.2812 6.5 13V7.5H1C0.71875 7.5 0.5 7.28125 0.5 7.03125C0.5 6.75 0.71875 6.5 1 6.5H6.5V1C6.5 0.75 6.71875 0.53125 7 0.53125C7.25 0.53125 7.5 0.75 7.5 1V6.5H13C13.25 6.5 13.5 6.75 13.5 7Z' fill='%23E1AE2E'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
}
.r-tabs-nav li.r-tabs-state-active a {
  color: var(--r-tab-nav-color-active);
  background-color: var(--r-tab-nav-background-active);
}
.r-tabs-nav li.r-tabs-state-active a:before {
  height: 2px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='2' viewBox='0 0 14 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5 1C13.5 1.28125 13.25 1.5 13 1.5H1C0.71875 1.5 0.5 1.28125 0.5 1.03125C0.5 0.75 0.71875 0.5 1 0.5H13C13.25 0.5 13.5 0.75 13.5 1Z' fill='%23E1AE2E'/%3E%3C/svg%3E%0A");
}

.r-tabs-tab {
  margin: 0;
  list-style: none;
}

.r-tabs-panel {
  padding: 5rem 6rem;
  display: none;
}
.r-tabs-panel.r-tabs-state-active {
  display: block;
}
.r-tabs-panel p {
  font-size: 15px;
  line-height: 160%;
  margin-bottom: 10px;
}

.r-tabs-accordion-title {
  display: none;
  margin-bottom: 10px;
}
.r-tabs-accordion-title a {
  padding: 10px 60px 10px 30px;
  color: var(--r-tab-nav-color);
  background-color: var(--r-tab-nav-background);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #cfdbd5;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  min-height: 80px;
  position: relative;
}
.r-tabs-accordion-title a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5 7C13.5 7.28125 13.25 7.5 13 7.5H7.5V13C7.5 13.2812 7.25 13.5312 7 13.5312C6.71875 13.5312 6.5 13.2812 6.5 13V7.5H1C0.71875 7.5 0.5 7.28125 0.5 7.03125C0.5 6.75 0.71875 6.5 1 6.5H6.5V1C6.5 0.75 6.71875 0.53125 7 0.53125C7.25 0.53125 7.5 0.75 7.5 1V6.5H13C13.25 6.5 13.5 6.75 13.5 7Z' fill='%23E1AE2E'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
}
.r-tabs-accordion-title.r-tabs-state-active a {
  color: var(--r-tab-nav-color-active);
  background-color: var(--r-tab-nav-background-active);
}
.r-tabs-accordion-title.r-tabs-state-active a:before {
  height: 2px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='2' viewBox='0 0 14 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5 1C13.5 1.28125 13.25 1.5 13 1.5H1C0.71875 1.5 0.5 1.28125 0.5 1.03125C0.5 0.75 0.71875 0.5 1 0.5H13C13.25 0.5 13.5 0.75 13.5 1Z' fill='%23E1AE2E'/%3E%3C/svg%3E%0A");
}

.r-tabs-tab-content {
  border: 1px solid #cfdbd5;
}

#content .wp-caption {
  text-align: right;
  font-style: italic;
  font-size: 15px;
}
#content .wp-caption figcaption {
  padding: 5px 20px;
}

.main-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mark {
  color: #cfdbd5;
  font: italic 2.4rem/1.2 "Canela";
  letter-spacing: 1px;
  display: block;
}

#sidebar {
  width: 300px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

#content {
  padding-left: 10rem;
}

.side {
  padding-bottom: 6rem;
}
.side-nav {
  margin: 0;
}
.side-nav li {
  --liY: 30px;
}
.side-nav li:nth-child(n+2) {
  margin-top: var(--liY);
}
.side-nav a {
  color: var(--h1-h6-color);
  display: inline-block;
  position: relative;
}
.side-nav a:before {
  content: "";
  width: 10px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  background-color: var(--base-link-color);
  display: none;
}
.side-nav a.anchor-active, .side-nav a:hover {
  color: var(--base-link-color);
  padding-left: 20px;
}
.side-nav a.anchor-active:before, .side-nav a:hover:before {
  display: block;
}

.section-anchor {
  padding: 5rem 0;
}
.section-anchor:last-child {
  padding-bottom: 0;
}

.quick-facts {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  font-size: 15px;
}
.quick-facts-item {
  background: var(--brand-color-g-light);
  border-radius: 3px;
  padding: 20px 40px 45px;
  min-height: 190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.quick-facts h3 {
  font-size: 3.4rem;
  margin-bottom: 0;
}
.quick-facts p {
  color: rgba(51, 53, 51, 0.5);
}

.block-courses {
  padding-top: 15px;
}

.accordion .accordion-panel {
  padding: 4rem 6rem 4rem 4rem;
  background: var(--brand-color-g-light);
  border-radius: 3px;
  position: relative;
  cursor: pointer;
}
.accordion .accordion-panel:before {
  content: "";
  width: 19px;
  height: 11px;
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='11' viewBox='0 0 19 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5625 2.77344L10.3555 10.6367C10.0977 10.8516 9.83984 10.9375 9.625 10.9375C9.36719 10.9375 9.10938 10.8516 8.89453 10.6797L0.644531 2.77344C0.214844 2.38672 0.214844 1.69922 0.601562 1.3125C0.988281 0.882812 1.67578 0.882812 2.0625 1.26953L9.625 8.48828L17.1445 1.26953C17.5312 0.882812 18.2188 0.882812 18.6055 1.3125C18.9922 1.69922 18.9922 2.38672 18.5625 2.77344Z' fill='%23333533'/%3E%3C/svg%3E%0A");
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.accordion .accordion-panel h3 {
  font-size: 2.2rem;
  margin-bottom: 0;
  font-weight: normal;
}
.accordion .accordion-holder {
  margin-bottom: 10px;
  border: 1px solid transparent;
  border-radius: 3px;
}
.accordion .accordion-holder.active {
  border-color: var(--brand-color-g-light);
}
.accordion .accordion-holder.active .accordion-panel {
  background-color: #fff;
}
.accordion .accordion-holder.active .accordion-panel:before {
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}
.accordion .accordion-content {
  background-color: #fff;
  padding: 0 4rem 1rem;
  margin-top: -2rem;
  position: relative;
  font-size: 18px;
}
.accordion .table-info {
  margin: 0;
}

.table-info {
  margin: 0 0 25px;
}
.table-info td {
  vertical-align: top;
  padding: 30px 15px;
}
.table-info td,
.table-info th {
  font-size: 14px;
  border-bottom: 1px solid #cfdbd5;
  text-align: left;
}
.table-info th {
  font-weight: bold;
}
.table-info tr:last-child td {
  border-bottom: none;
}
.table-info tr th:last-child,
.table-info tr td:last-child {
  text-align: right;
}
.table-info tr th:first-child,
.table-info tr td:first-child {
  width: 100px;
}
.table-info._border th:last-child,
.table-info._border td:last-child {
  padding-right: 0;
}
.table-info._border th:first-child,
.table-info._border td:first-child {
  padding-left: 0;
}
.table-info._add th,
.table-info._add td {
  border: none;
}
.table-info._add th:first-child,
.table-info._add td:first-child {
  width: 175px;
}
.table-info._add tbody tr:nth-child(odd) td {
  background-color: var(--brand-color-g-light);
}
.table-info._small {
  max-width: 280px;
}
.table-info._small th:last-child,
.table-info._small td:last-child {
  text-align: left;
}
.table-info._small th:first-child,
.table-info._small td:first-child {
  width: inherit;
}
.table-info p {
  overflow: hidden;
  margin: 0;
}

.block-info-list {
  margin: 0;
}
.block-info-list > li {
  margin-bottom: 10px;
}

.block-info {
  background-color: var(--brand-color-g-light);
  border-radius: 3px;
  padding: 4rem;
  font-size: 18px;
}
.block-info p {
  margin-bottom: 0;
}

.select-m-page {
  display: none;
}

.select-page {
  margin-bottom: 6rem;
}
.select-page.mb-0 {
  margin-bottom: 0;
}
.select-page .jcf-select {
  padding: 21px 50px 21px 25px;
}
.select-page .jcf-select-text {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
}
.select-page .jcf-select-opener:before {
  content: "";
  width: 14px;
  height: 14px;
  right: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.8125 8.375L7.3125 13.375C7.21875 13.4688 7.09375 13.5 7 13.5C6.875 13.5 6.75 13.4688 6.65625 13.375L1.15625 8.375C0.9375 8.1875 0.9375 7.875 1.125 7.6875C1.3125 7.46875 1.625 7.46875 1.8125 7.65625L6.5 11.875V0.5C6.5 0.25 6.71875 0.03125 6.96875 0.03125C7.21875 0.03125 7.5 0.25 7.5 0.5V11.875L12.1562 7.65625C12.3438 7.46875 12.6562 7.46875 12.8438 7.6875C13.0312 7.875 13.0312 8.1875 12.8125 8.375Z' fill='%23E1AE2E'/%3E%3C/svg%3E%0A");
  margin-top: -7px;
}
.select-page .jcf-select .jcf-list {
  font-size: 14px;
}
.select-page .jcf-select .jcf-list li {
  padding: 0 !important;
}
.select-page .jcf-select .jcf-list li:before {
  display: none;
}
.select-page .jcf-select .jcf-list li .jcf-option {
  padding: 10px 25px;
  text-transform: capitalize;
}
.select-page .jcf-select .jcf-list li .jcf-option.jcf-option-hideme {
  display: none;
}

.section-submit {
  width: 100%;
  position: absolute;
  right: 0;
  top: 205px;
}
.section-submit .block-submit {
  margin: 0 0 0 auto;
  position: relative;
  z-index: 10;
}

.block-submit {
  background-color: #333533;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  color: #fff;
  max-width: 386px;
}
.block-submit-top {
  padding: 45px 40px 30px;
  background: #242423;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block-submit-top h3 {
  margin-bottom: 0;
  color: #f5cb5c;
}
.block-submit-top p {
  margin-bottom: 0;
}
.block-submit_title {
  padding-right: 10px;
}
.block-submit-content {
  padding: 40px;
}
.block-submit form {
  margin-bottom: 0;
}
.block-submit_head {
  text-align: center;
  font-size: 16px;
  padding-bottom: 5px;
}

.form-item {
  margin-bottom: 20px;
}
.form-item:last-child {
  margin-bottom: 0;
}
.form-item.form-item-black label {
  color: #fff;
}
.form-item label {
  font-size: 14px;
  margin: 0;
}
/* .form-item label > span:not(.jcf-select) {
  display: block;
  margin-bottom: 7px;
} */
.form-item .btn {
  max-width: 150px;
}

.calendar-item {
  background: #242423;
  border: 1px solid #333533;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  color: #fff;
  padding: 12px 10px;
  text-align: center;
  max-width: 100px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 95px;
}
.calendar-item-title {
  display: block;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.calendar-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -10px;
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='38' viewBox='0 0 19 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 1L1 37' stroke='%23F5CB5C'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.calendar-item .dates {
  font-size: 20px;
  font-weight: bold;
  display: block;
  padding: 0 10px;
}
.calendar-item .dates.num {
  padding-top: 20px;
}

.block-nav-anchors {
  position: relative;
  border-bottom: 1px solid #cfdbd5;
  padding-bottom: 15px;
}
.block-nav-anchors .sub-ttl {
  margin-bottom: 15px;
}

.nav-anchors {
  margin: 0 -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.nav-anchors li {
  padding: 10px 20px;
}
.nav-anchors a {
  color: var(--h1-h6-color);
}
.nav-anchors a.anchor-active, .nav-anchors a:hover {
  color: var(--base-link-color);
}

.sub-ttl {
  display: block;
  color: #cfdbd5;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 10px;
}

.result-search-block {
  background-color: #242423;
  padding: 5rem;
  position: absolute;
  top: 100%;
  width: 100%;
  margin-top: -1px;
  left: 0;
  font-size: 12px;
  color: #e8eddf;
  border-radius: 3px;
  height: 380px;
  overflow-y: auto;
  display: none;
}
.result-search-block .result-list {
  margin-bottom: 0;
}
.result-search-block .result-list > li {
  padding-bottom: 3.5rem;
}
.result-search-block .result-list > li:last-child {
  padding-bottom: 0;
}
.result-search-block .result-list > li a {
  color: #e8eddf;
  opacity: 1;
}
.result-search-block .result-list p {
  margin-bottom: 0;
}
.result-search-block .result-list .result-title {
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
.result-search-block .result-list .result-title mark {
  background: none;
  color: #e1ae2e;
}
.result-search-block.result-active {
  display: block;
}

.hero-wrapper h5 {
  color: #F5CB5C;
}

.peoples-grid {
  display: grid;
  grid-template-columns: 270px 1fr;
  grid-gap: 130px;
}
.peoples-grid .indent {
  --indent: 7px;
}
.peoples-grid h6 {
  font-weight: bold;
  font-size: 16px;
  color: #242423;
  text-transform: none;
}
.peoples-grid p {
  line-height: 1.75;
}

.peoples-form {
  padding: 5rem 6rem 30px;
}
.peoples-form form {
  margin-bottom: 0;
}
.peoples-form .frm_with_pre {
  display: flex;
  align-items: center;
}
.peoples-form .frm_with_pre .frm_inline_box {
  margin-right: 12px;
}
.peoples-form .frm_primary_label,
.peoples-form label {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 14px;
  color: #242423;
}
.peoples-form .frm_description {
  margin-top: 5px;
  font-size: 12px;
  color: #242423;
}
.peoples-form input:not([type=submit]) {
  color: rgba(51, 53, 51, 0.5);
  padding: 17px 20px;
  line-height: 1;
  font-size: 14px;
}
.peoples-form textarea {
  color: rgba(51, 53, 51, 0.5);
  height: 140px;
}
.peoples-form input[type=submit],
.peoples-form button[type=submit] {
  background-color: #E1AE2E;
  border: 1px solid #E1AE2E;
  color: #242423;
  font-size: 14px;
  letter-spacing: 0.1em;
  border-radius: 3px;
  text-transform: uppercase;
  padding: 17px 28px;
}
.peoples-form input[type=submit],
.peoples-form button[type=submit]:hover {
  opacity: 0.7;
}

.f-row {
  --indent: 30px;
}

.col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.slider-wrapper {
  display: grid;
  grid-gap: 0px 20px;
  color: #fff;
  grid-template-columns: minmax(180px, auto) 1fr;
}
.slider-wrapper > div {
  min-width: 0;
  z-index: 1;
}

.container-s {
  margin-left: calc((100% - 1180px) / 2);
}

.slider-left-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 40px;
}
.slider-left-row h5 {
  color: #F5CB5C;
}

.slider-left-tittle {
  padding-right: 10px;
}
.slider-left-tittle h5 {
  margin-bottom: 15px;
}
.slider-left-tittle h5 small {
  font-size: 18px;
}
.slider-left-tittle .h5 {
  margin-bottom: 10px;
}

.tittle-with-ico {
  padding-left: 35px;
  position: relative;
  line-height: 1.1;
}
.tittle-with-ico:before {
  font-size: 16px;
  color: #E1AE2E;
  position: absolute;
  top: 5px;
  left: 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.tittle-with-ico:after {
  content: "";
  position: absolute;
  top: 33px;
  left: 10px;
  bottom: 5px;
  width: 1px;
  background-color: #F5CB5C;
}

.slider-left-btn {
  margin-top: auto;
}
.slider-left-btn .btn {
  width: 100%;
  max-width: 180px;
}

.article-inner {
  height: 100%;
  position: relative;
  min-height: 495px;
  background-color: #333533;
  display: grid;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  border-radius: 5px;
  overflow: hidden;
}
.article-inner .bg-str {
  bottom: auto;
  z-index: 0;
}
.article-inner .bg-str:before {
  padding-top: 71.05%;
}
.article-inner .bg-str:after {
  content: "";
  background: linear-gradient(353.83deg, #333533 3.85%, rgba(51, 53, 51, 0.22) 94.1%);
}

.swiper-article-btn-block {
  position: relative;
  padding-top: 18px;
  --indent: 8px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.swiper-article-btn-block .swiper-button-prev,
.swiper-article-btn-block .swiper-button-next {
  position: static;
  margin-top: 0;
}

.article-info {
  z-index: 1;
  position: relative;
  padding: 50px 50px 40px;
}
.article-info h3 {
  line-height: 1.1;
  margin-bottom: 25px;
}
.article-info h6 {
  letter-spacing: 0.09em;
  color: #E1AE2E;
  margin-bottom: 15px;
}
.article-info p {
  position: relative;
  font-size: 16px;
  margin-bottom: 10px;
  padding-right: 25px;
  position: relative;
}
.article-info p::after {
  content: "\e90f";
  position: absolute;
  bottom: 7px;
  right: -10px;
  color: #E1AE2E;
  font-size: 27px;
}
.article-info p a {
  color: inherit;
}
.article-info p a:hover {
  opacity: 0.7;
}

.article-tag-list {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
}
.article-tag-list li {
  padding: 5px;
  background: #e1ae2e;
  border-radius: 3px;
  font-size: 14px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #242423;
}

.img-txt-grid {
  display: grid;
  grid-template-columns: 479px 1fr;
  grid-gap: 120px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.img-txt-grid._revert > div:nth-of-type(2) {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.img-txt-grid._revert .bg-over._l-b {
  --bg-over-indent-x: 20px;
}
.img-txt-grid._v2 .bg-str:before {
  padding-top: 131.93%;
}
.img-txt-grid .btn._arrow {
  max-width: 280px;
  width: 100%;
}
.img-txt-grid .bg-str:before {
  padding-top: 139.87%;
}

.img-txt-btns {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.img-txt-btns a:not(.btn) {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #242423;
}
.img-txt-btns a:not(.btn):hover {
  opacity: 0.7;
}
.img-txt-btns a:not(.btn) i {
  color: #E1AE2E;
  margin-right: 10px;
}
.img-txt-btns a:not(.btn) + .btn {
  max-width: 200px;
}

.img-txt-grid-with-btns {
  display: grid;
  grid-template-columns: 1fr 280px;
  grid-gap: 30px 20px;
  -ms-flex-line-pack: center;
      align-content: center;
}

.img-txt-grid-btns {
  -ms-flex-item-align: end;
      align-self: end;
  padding-bottom: 5px;
}
.img-txt-grid-btns > * {
  --liY: 2px;
}
.img-txt-grid-btns > *:nth-child(n+2) {
  margin-top: var(--liY);
}
.img-txt-grid-btns .btn {
  width: 100%;
}

.quote-block {
  min-height: 360px;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 30px;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url("../img/bg2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  border-radius: 3px;
}
.quote-block blockquote {
  color: #E1AE2E;
  border: none;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 7rem 0 20px;
  margin-bottom: 0;
}
.quote-block blockquote:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg width='43' height='31' viewBox='0 0 43 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.7326 1C10.6471 4.1264 1 12.1041 1 19.8662C1 23.7472 3.85031 27.8439 7.57758 30L19.4171 20.9442V20.6208C16.4572 18.0335 13.4973 14.5836 13.4973 11.6729C13.4973 8.65428 17.1149 4.66543 21.3903 2.40149L20.7326 1ZM41.3422 1C31.2566 4.1264 21.6096 12.1041 21.6096 19.8662C21.6096 23.7472 24.4599 27.8439 28.1871 30L40.0267 20.9442V20.6208C37.0668 18.0335 34.1069 14.5836 34.1069 11.6729C34.1069 8.65428 37.7246 4.66543 42 2.40149L41.3422 1Z' stroke='%23F5CB5C'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
}
.quote-block blockquote p {
  font-size: 3.2rem;
  line-height: 120%;
  margin-bottom: 15px;
  font-style: italic;
  font-family: "Canela";
  --min-fs: 24px;
  --max-fs: 32px;
  --range: 0.6vw;
  font-size: var(--max-fs);
}
.quote-block cite {
  font-family: "Canela";
  font-size: 1.8rem;
  color: #e8eddf;
  letter-spacing: 0.1em;
  font-style: normal;
  text-transform: uppercase;
  display: block;
}

.swiper-programm-inner {
  background-color: #333533;
  border-radius: 3px;
  min-height: 255px;
  padding: 50px 40px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.swiper-programm-inner h4 {
  margin-top: 20px;
  margin-bottom: 0;
}

.swiper-programm-img {
  margin-bottom: auto;
}

.swiper-programm-ico {
  margin: auto;
}

.fact-grid {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}
.fact-grid._with-ico .bg-str-f {
  width: 90px;
  height: 90px;
  position: absolute;
  left: auto;
  top: 25px;
  right: 25px;
  z-index: 1;
}
.fact-grid._with-ico .fact-title {
  padding-right: 10px;
}
.fact-grid._with-ico > div:not(.fact-title) {
  padding-top: 110px;
  padding-right: 25px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.fact-grid._with-ico > div:not(.fact-title) p {
  font-size: 14px;
  line-height: 1.8;
}
.fact-grid > div {
  position: relative;
}
.fact-grid > div:not(.fact-title) {
  border: 1px solid #cfdbd5;
  background: #ffffff;
  border-radius: 3px;
  padding: 20px 40px 45px;
  min-height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.fact-grid > div:not(.fact-title) h2 {
  color: #E1AE2E;
  margin-bottom: 10px;
  --min-fs: 42px;
  --max-fs: 58px;
  --range: 1.1vw;
  font-size: var(--max-fs);
}
.fact-grid > div:not(.fact-title) h3 {
  margin-bottom: 10px;
  --min-fs: 30px;
  --max-fs: 44px;
  --range: 0.9vw;
  font-size: var(--max-fs);
}
.fact-grid > div:not(.fact-title) h3 strong {
  display: block;
  color: #E1AE2E;
}
.fact-grid > div:not(.fact-title) h4 {
  color: #E1AE2E;
  font-size: 2.7rem;
  color: #242423;
  margin-bottom: 10px;
}
.fact-grid > div:not(.fact-title) p {
  line-height: 1.2;
  margin-bottom: 0;
  font-size: 15px;
  color: #242423;
}
.fact-grid > div:not(.fact-title) p i {
  color: rgba(51, 53, 51, 0.5);
  font-size: 1.8rem;
  font-style: italic;
}
.fact-grid > div:not(.fact-title) p small {
  font-size: 15px;
}

.text-grid p {
  color: #333533;
  line-height: 1.6;
  font-size: 15px;
}
.text-grid p:last-child {
  margin-bottom: 0;
}

.txt-btn-grid {
  display: grid;
  grid-gap: 20px 35px;
  grid-template-columns: 1fr 1fr minmax(150px, 225px);
}
.txt-btn-grid._v2 {
  grid-gap: 20px 65px;
  grid-template-columns: minmax(33%, 470px) auto auto;
}
.txt-btn-grid .btn {
  max-width: 100%;
}

.img-grid {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 20px;
  grid-template-columns: 1fr 2fr 1fr;
}
.img-grid .bg-str {
  border-radius: 3px;
}
.img-grid._v2 {
  grid-template-columns: 2fr 1fr;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.map-grid {
  display: grid;
  grid-template-columns: 1fr 480px;
  border-radius: 3px;
  background-color: #242423;
  overflow: hidden;
}

.map-grid-map {
  position: relative;
  z-index: 1;
}
.map-grid-map:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0;
  bottom: 0;
  background-color: rgba(207, 219, 213, 0.8);
  mix-blend-mode: multiply;
  z-index: 1;
  pointer-events: none;
}

.map-grid-info {
  padding: 4rem 8rem 20px;
  min-height: 645px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.map-adress {
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
}
.map-adress:before {
  position: absolute;
  top: 0px;
  left: 0px;
  color: #E1AE2E;
}

.map-time-table {
  padding-bottom: 10px;
}
.map-time-table li {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.map-time-table h6 {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #e8eddf;
}
.map-time-table span {
  font-size: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.programes-grid {
  display: grid;
  grid-gap: 130px;
  grid-template-columns: minmax(200px, 265px) 1fr;
}

.programes-list-nav {
  padding-top: 4rem;
}
.programes-list-nav li {
  --liY: 25px;
}
.programes-list-nav li:nth-child(n+2) {
  margin-top: var(--liY);
}
.programes-list li {
  padding: 45px 40px;
  background-color: #333533;
  --liY: 30px;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 10px 48px;
  grid-template-columns: 210px 1fr auto;
}
.programes-list li:nth-child(n+2) {
  margin-top: var(--liY);
}

.programes-list-img {
  text-align: center;
}

.programes-list-txt {
  font-size: 14px;
}

#g-map-multiple,
#g-map-single {
  width: 100%;
  height: 100%;
}

.text-img-grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  grid-gap: 20px;
}

.people-grid {
  display: grid;
  grid-template-columns: 290px 1fr;
  grid-gap: 110px;
}
.people-grid h4 {
  font-size: 28px;
  margin-bottom: 25px;
}
.people-grid h6 {
  color: #242423;
  font-size: 16px;
  font-weight: bold;
  text-transform: none;
}
.people-grid p {
  font-size: 16px;
}

.people-grid-nav {
  color: #242423;
  font-size: 16px;
  margin-top: 30px;
}
.people-grid-nav li {
  letter-spacing: 1px;
  --liY: 3.5rem;
}
.people-grid-nav li:nth-child(n+2) {
  margin-top: var(--liY);
}
.people-grid-nav li.active {
  color: #E1AE2E;
  position: relative;
}
.people-grid-nav li.active:before {
  content: "—";
  padding-right: 8px;
}
.people-grid-nav a {
  color: inherit;
}
.people-grid-nav a:hover {
  opacity: 0.7;
}

.people-grid-list li {
  padding: 4rem 5rem 30px;
  border: 1px solid #cfdbd5;
  border-radius: 3px;
  --liY: 10px;
}
.people-grid-list li:nth-child(n+2) {
  margin-top: var(--liY);
}
.people-grid-list h5 {
  font-size: 18px;
}
.people-grid-list h2 {
  font-size: 32px;
}

.people-grid-btn {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 15px;
}
.people-grid-btn a {
  position: relative;
  padding-right: 20px;
  color: #333533;
  font-weight: bold;
  font-size: 15px;
}
.people-grid-btn a:before {
  color: #E1AE2E;
  font-size: 16px;
  position: absolute;
  top: 0px;
  right: 0px;
}

.search-wrapper {
  max-width: 610px;
  margin: 4rem auto 0;
}

.search-block {
  position: relative;
}
.search-block input[type=text] {
  background-color: transparent;
  color: #E1AE2E;
  border: 1px solid #242423;
  border-radius: 3px;
  font-size: 14px;
  color: #cfdbd5;
  padding-right: 70px;
  padding-left: 30px;
}
.search-block input[type=submit] {
  border: none;
  background-color: transparent;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.8633 14.0117L9.98047 10.1562C10.8555 9.14453 11.3477 7.85938 11.3477 6.4375C11.3477 3.32031 8.77734 0.75 5.66016 0.75C2.51562 0.75 0 3.32031 0 6.4375C0 9.58203 2.54297 12.125 5.66016 12.125C7.05469 12.125 8.33984 11.6328 9.35156 10.7578L13.207 14.6406C13.3164 14.7227 13.4258 14.75 13.5625 14.75C13.6719 14.75 13.7812 14.7227 13.8633 14.6406C14.0273 14.4766 14.0273 14.1758 13.8633 14.0117ZM5.6875 11.25C3.00781 11.25 0.875 9.08984 0.875 6.4375C0.875 3.78516 3.00781 1.625 5.6875 1.625C8.33984 1.625 10.5 3.78516 10.5 6.4375C10.5 9.11719 8.33984 11.25 5.6875 11.25Z' fill='%23E1AE2E'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
}

.search-results-list {
  margin-bottom: 0;
}
.search-results-list h2 {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.1;
}
.search-results-list h2 span {
  color: #E1AE2E;
}
.search-results-list p {
  font-size: 12px;
  margin-bottom: 0;
  position: relative;
}
.search-results-list p::after {
  content: "";
  display: inline-block;
  width: 65px;
  height: 1em;
}
.search-results-list p a {
  color: #333533;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  right: 0;
}
.search-results-list p a:hover {
  opacity: 0.7;
}
.search-results-list li {
  border-bottom: 1px solid #cfdbd5;
  padding-bottom: 20px;
  margin-bottom: 6rem;
}
.search-results-list li:last-child {
  margin-bottom: 0;
}

.search-result {
  margin-top: 20px;
  color: #cfdbd5;
  font-size: 12px;
}

.article-filter-inner {
  --indent: 5px;
  --indent-b: 15px;
  margin-bottom: 100px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}
.article-filter-inner:before, .article-filter-inner:after {
  content: "";
  position: absolute;
  top: -40px;
  left: 0px;
  right: 0;
  height: 1px;
  background-color: #333533;
}
.article-filter-inner:after {
  bottom: -40px;
  top: auto;
}
.article-filter-inner input,
.article-filter-inner select {
  font-size: 14px;
  font-weight: 400;
  height: 54px;
}
.article-filter-inner label {
  margin-bottom: 0;
}
.article-filter-inner label > span:not(.jcf-select) {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 14px;
}
.article-filter-inner .v1 {
  width: calc(30% - var(--indent) * 2);
}
.article-filter-inner .v2 {
  width: calc(20% - var(--indent) * 2);
}
.article-filter-inner .jcf-select {
  padding: 18px 30px;
}

.filter-search-label {
  position: relative;
}
.filter-search-label input[type=text] {
  padding-right: 50px;
  border-radius: 3px;
  background-color: transparent;
  border: 1px solid #cfdbd5;
  color: #e8eddf;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.filter-search-label input[type=submit] {
  border: none;
  background-color: transparent;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.8633 14.0117L9.98047 10.1562C10.8555 9.14453 11.3477 7.85938 11.3477 6.4375C11.3477 3.32031 8.77734 0.75 5.66016 0.75C2.51562 0.75 0 3.32031 0 6.4375C0 9.58203 2.54297 12.125 5.66016 12.125C7.05469 12.125 8.33984 11.6328 9.35156 10.7578L13.207 14.6406C13.3164 14.7227 13.4258 14.75 13.5625 14.75C13.6719 14.75 13.7812 14.7227 13.8633 14.6406C14.0273 14.4766 14.0273 14.1758 13.8633 14.0117ZM5.6875 11.25C3.00781 11.25 0.875 9.08984 0.875 6.4375C0.875 3.78516 3.00781 1.625 5.6875 1.625C8.33984 1.625 10.5 3.78516 10.5 6.4375C10.5 9.11719 8.33984 11.25 5.6875 11.25Z' fill='%23E1AE2E'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
}

.filter-results-label input {
  background: #333533;
  border: 1px solid #242423;
  border-radius: 2px;
  font-size: 14px;
  font-weight: normal;
  color: #cfdbd5;
}

.filter-tags-label .jcf-select {
  border-radius: 2px;
  background-color: #333533;
  border: 1px solid #242423;
  font-size: 14px;
  font-weight: normal;
  color: #cfdbd5;
}
.filter-tags-label .jcf-select .jcf-select-opener {
  width: 14px;
  height: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.filter-tags-label .jcf-select .jcf-select-opener:before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0;
  top: 0;
  width: 13px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='14' viewBox='0 0 13 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.1484 8.875L6.64844 13.875C6.55469 13.9688 6.42969 14 6.33594 14C6.21094 14 6.08594 13.9688 5.99219 13.875L0.492188 8.875C0.273438 8.6875 0.273438 8.375 0.460938 8.1875C0.648438 7.96875 0.960938 7.96875 1.14844 8.15625L5.83594 12.375V1C5.83594 0.75 6.05469 0.53125 6.30469 0.53125C6.55469 0.53125 6.83594 0.75 6.83594 1V12.375L11.4922 8.15625C11.6797 7.96875 11.9922 7.96875 12.1797 8.1875C12.3672 8.375 12.3672 8.6875 12.1484 8.875Z' fill='%23E1AE2E'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
}

.filter-filters-label .jcf-select {
  background-color: transparent;
  border: 1px solid #cfdbd5;
}
.filter-filters-label .jcf-select .jcf-select-opener {
  width: 16px;
  height: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.filter-filters-label .jcf-select .jcf-select-opener:before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0;
  top: 0;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 3.6001H4.28125C4.53125 4.6001 5.40625 5.3501 6.5 5.3501C7.5625 5.3501 8.4375 4.63135 8.6875 3.6001H15.5C15.75 3.6001 16 3.38135 16 3.1001C16 2.8501 15.75 2.6001 15.5 2.6001H8.6875C8.4375 1.6001 7.5625 0.850098 6.5 0.850098C5.40625 0.850098 4.53125 1.6001 4.28125 2.6001H0.5C0.21875 2.6001 0 2.8501 0 3.1001C0 3.38135 0.21875 3.6001 0.5 3.6001ZM6.5 1.8501C7.1875 1.8501 7.75 2.4126 7.75 3.1001C7.75 3.81885 7.1875 4.3501 6.5 4.3501C5.78125 4.3501 5.25 3.81885 5.25 3.1001C5.25 2.4126 5.78125 1.8501 6.5 1.8501ZM15.5 7.6001H12.6875C12.4375 6.6001 11.5625 5.8501 10.5 5.8501C9.40625 5.8501 8.53125 6.6001 8.28125 7.6001H0.5C0.21875 7.6001 0 7.8501 0 8.1001C0 8.38135 0.21875 8.6001 0.5 8.6001H8.28125C8.53125 9.6001 9.40625 10.3501 10.5 10.3501C11.5625 10.3501 12.4375 9.63135 12.6875 8.6001H15.5C15.75 8.6001 16 8.38135 16 8.1001C16 7.8501 15.75 7.6001 15.5 7.6001ZM10.5 9.3501C9.78125 9.3501 9.25 8.81885 9.25 8.1001C9.25 7.4126 9.78125 6.8501 10.5 6.8501C11.1875 6.8501 11.75 7.4126 11.75 8.1001C11.75 8.81885 11.1875 9.3501 10.5 9.3501ZM15.5 12.6001H7.6875C7.4375 11.6001 6.5625 10.8501 5.5 10.8501C4.40625 10.8501 3.53125 11.6001 3.28125 12.6001H0.5C0.21875 12.6001 0 12.8501 0 13.1001C0 13.3813 0.21875 13.6001 0.5 13.6001H3.28125C3.53125 14.6001 4.40625 15.3501 5.5 15.3501C6.5625 15.3501 7.4375 14.6313 7.6875 13.6001H15.5C15.75 13.6001 16 13.3813 16 13.1001C16 12.8501 15.75 12.6001 15.5 12.6001ZM5.5 14.3501C4.78125 14.3501 4.25 13.8188 4.25 13.1001C4.25 12.4126 4.78125 11.8501 5.5 11.8501C6.1875 11.8501 6.75 12.4126 6.75 13.1001C6.75 13.8188 6.1875 14.3501 5.5 14.3501Z' fill='%23E1AE2E'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
}

.link-back {
  color: #242423;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.link-back i {
  padding-right: 6px;
  color: #E1AE2E;
}
.link-back:hover {
  opacity: 0.7;
}

.block-submit._donation {
  max-width: 480px;
  padding: 35px 35px 1px;
  background-color: #fff;
  border: 1px solid #cfdbd5;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
}

@media (max-width: 1280px){
  h1,
.h1 {
    font-size: clamp(var(--min-fs), var(--min-fs) + var(--range), var(--max-fs));
  }
  h2,
.h2 {
    font-size: clamp(var(--min-fs), var(--min-fs) + var(--range), var(--max-fs));
  }
  h3,
.h3 {
    font-size: clamp(var(--min-fs), var(--min-fs) + var(--range), var(--max-fs));
  }
  h4,
.h4 {
    font-size: clamp(var(--min-fs), var(--min-fs) + var(--range), var(--max-fs));
  }
  h5,
.h5 {
    font-size: clamp(var(--min-fs), var(--min-fs) + var(--range), var(--max-fs));
  }
  .bg-over {
    margin-right: var(--bg-over-indent-x);
  }
  .bg-over._l-b {
    margin-right: 0;
    margin-left: calc(var(--bg-over-indent-x) * -1);
  }
  .ico-left i:after {
    right: -20px;
  }
  .pl-dmd-0 {
    padding-left: 0;
  }
  .img-c-grid {
    grid-gap: 40px;
  }
  .content-grid {
    grid-gap: 20px 50px;
    grid-template-columns: 300px 1fr;
  }
  .footer-info a {
    padding-left: 20px;
  }
  #content {
    padding-left: 30px;
  }
  .peoples-grid {
    grid-gap: 60px;
  }
  .f-row {
    --indent: 15px;
  }
  .img-txt-grid {
    grid-gap: 60px;
  }
  .img-txt-grid._revert .bg-over._l-b {
    margin-left: 0;
    margin-right: var(--bg-over-indent-x);
  }
  .quote-block blockquote p {
    font-size: clamp(var(--min-fs), var(--min-fs) + var(--range), var(--max-fs));
  }
  .fact-grid > div:not(.fact-title) h2 {
    font-size: clamp(var(--min-fs), var(--min-fs) + var(--range), var(--max-fs));
  }
  .fact-grid > div:not(.fact-title) h3 {
    font-size: clamp(var(--min-fs), var(--min-fs) + var(--range), var(--max-fs));
  }
  .programes-grid {
    grid-gap: 20px 50px;
  }
  .programes-list li {
    padding: 45px 30px;
    grid-gap: 20px 30px;
  }
  .people-grid {
    grid-gap: 50px;
  }
}

@media (max-width: 1220px){
  .container-s {
    margin-left: var(--gutter);
  }
}

@media (max-width: 1024px) and (max-width: 1023px) and (orientation: landscape){
  .header-nav {
    overflow-y: auto !important;
  }
}

@media (max-width: 1024px){
  .a-lg-start {
    display: grid;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }

  .a-lg-end {
    display: grid;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }

  .a-lg-center {
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .br-lg-none br {
    display: none;
  }
  html .d-lg-none {
    display: none !important;
  }
  html .d-lg-inline-block {
    display: inline-block !important;
  }
  html .d-lg-block {
    display: block !important;
  }
  html .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  html .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  html .m-lg-0 {
    margin: 0;
  }
  html .mt-lg-0,
html .my-lg-0 {
    margin-top: 0;
  }
  html .mr-lg-0,
html .mx-lg-0 {
    margin-right: 0;
  }
  html .mb-lg-0,
html .my-lg-0 {
    margin-bottom: 0;
  }
  html .ml-lg-0,
html .mx-lg-0 {
    margin-left: 0;
  }
  html .m-lg-1 {
    margin: 10px;
  }
  html .mt-lg-1,
html .my-lg-1 {
    margin-top: 10px;
  }
  html .mr-lg-1,
html .mx-lg-1 {
    margin-right: 10px;
  }
  html .mb-lg-1,
html .my-lg-1 {
    margin-bottom: 10px;
  }
  html .ml-lg-1,
html .mx-lg-1 {
    margin-left: 10px;
  }
  html .m-lg-2 {
    margin: 20px;
  }
  html .mt-lg-2,
html .my-lg-2 {
    margin-top: 20px;
  }
  html .mr-lg-2,
html .mx-lg-2 {
    margin-right: 20px;
  }
  html .mb-lg-2,
html .my-lg-2 {
    margin-bottom: 20px;
  }
  html .ml-lg-2,
html .mx-lg-2 {
    margin-left: 20px;
  }
  html .m-lg-3 {
    margin: 30px;
  }
  html .mt-lg-3,
html .my-lg-3 {
    margin-top: 30px;
  }
  html .mr-lg-3,
html .mx-lg-3 {
    margin-right: 30px;
  }
  html .mb-lg-3,
html .my-lg-3 {
    margin-bottom: 30px;
  }
  html .ml-lg-3,
html .mx-lg-3 {
    margin-left: 30px;
  }
  html .m-lg-4 {
    margin: 40px;
  }
  html .mt-lg-4,
html .my-lg-4 {
    margin-top: 40px;
  }
  html .mr-lg-4,
html .mx-lg-4 {
    margin-right: 40px;
  }
  html .mb-lg-4,
html .my-lg-4 {
    margin-bottom: 40px;
  }
  html .ml-lg-4,
html .mx-lg-4 {
    margin-left: 40px;
  }
  html .m-lg-5 {
    margin: 50px;
  }
  html .mt-lg-5,
html .my-lg-5 {
    margin-top: 50px;
  }
  html .mr-lg-5,
html .mx-lg-5 {
    margin-right: 50px;
  }
  html .mb-lg-5,
html .my-lg-5 {
    margin-bottom: 50px;
  }
  html .ml-lg-5,
html .mx-lg-5 {
    margin-left: 50px;
  }
  html .m-lg-6 {
    margin: 60px;
  }
  html .mt-lg-6,
html .my-lg-6 {
    margin-top: 60px;
  }
  html .mr-lg-6,
html .mx-lg-6 {
    margin-right: 60px;
  }
  html .mb-lg-6,
html .my-lg-6 {
    margin-bottom: 60px;
  }
  html .ml-lg-6,
html .mx-lg-6 {
    margin-left: 60px;
  }
  html .m-lg-7 {
    margin: 70px;
  }
  html .mt-lg-7,
html .my-lg-7 {
    margin-top: 70px;
  }
  html .mr-lg-7,
html .mx-lg-7 {
    margin-right: 70px;
  }
  html .mb-lg-7,
html .my-lg-7 {
    margin-bottom: 70px;
  }
  html .ml-lg-7,
html .mx-lg-7 {
    margin-left: 70px;
  }
  html .m-lg-8 {
    margin: 80px;
  }
  html .mt-lg-8,
html .my-lg-8 {
    margin-top: 80px;
  }
  html .mr-lg-8,
html .mx-lg-8 {
    margin-right: 80px;
  }
  html .mb-lg-8,
html .my-lg-8 {
    margin-bottom: 80px;
  }
  html .ml-lg-8,
html .mx-lg-8 {
    margin-left: 80px;
  }
  html .m-lg-9 {
    margin: 90px;
  }
  html .mt-lg-9,
html .my-lg-9 {
    margin-top: 90px;
  }
  html .mr-lg-9,
html .mx-lg-9 {
    margin-right: 90px;
  }
  html .mb-lg-9,
html .my-lg-9 {
    margin-bottom: 90px;
  }
  html .ml-lg-9,
html .mx-lg-9 {
    margin-left: 90px;
  }
  html .m-lg-10 {
    margin: 100px;
  }
  html .mt-lg-10,
html .my-lg-10 {
    margin-top: 100px;
  }
  html .mr-lg-10,
html .mx-lg-10 {
    margin-right: 100px;
  }
  html .mb-lg-10,
html .my-lg-10 {
    margin-bottom: 100px;
  }
  html .ml-lg-10,
html .mx-lg-10 {
    margin-left: 100px;
  }
  html .m-lg-12 {
    margin: 120px;
  }
  html .mt-lg-12,
html .my-lg-12 {
    margin-top: 120px;
  }
  html .mr-lg-12,
html .mx-lg-12 {
    margin-right: 120px;
  }
  html .mb-lg-12,
html .my-lg-12 {
    margin-bottom: 120px;
  }
  html .ml-lg-12,
html .mx-lg-12 {
    margin-left: 120px;
  }
  html .m-lg-14 {
    margin: 140px;
  }
  html .mt-lg-14,
html .my-lg-14 {
    margin-top: 140px;
  }
  html .mr-lg-14,
html .mx-lg-14 {
    margin-right: 140px;
  }
  html .mb-lg-14,
html .my-lg-14 {
    margin-bottom: 140px;
  }
  html .ml-lg-14,
html .mx-lg-14 {
    margin-left: 140px;
  }
  html .m-lg-15 {
    margin: 150px;
  }
  html .mt-lg-15,
html .my-lg-15 {
    margin-top: 150px;
  }
  html .mr-lg-15,
html .mx-lg-15 {
    margin-right: 150px;
  }
  html .mb-lg-15,
html .my-lg-15 {
    margin-bottom: 150px;
  }
  html .ml-lg-15,
html .mx-lg-15 {
    margin-left: 150px;
  }
  html .m-lg-20 {
    margin: 200px;
  }
  html .mt-lg-20,
html .my-lg-20 {
    margin-top: 200px;
  }
  html .mr-lg-20,
html .mx-lg-20 {
    margin-right: 200px;
  }
  html .mb-lg-20,
html .my-lg-20 {
    margin-bottom: 200px;
  }
  html .ml-lg-20,
html .mx-lg-20 {
    margin-left: 200px;
  }
  html .p-lg-0 {
    padding: 0;
  }
  html .pt-lg-0,
html .py-lg-0 {
    padding-top: 0;
  }
  html .pr-lg-0,
html .px-lg-0 {
    padding-right: 0;
  }
  html .pb-lg-0,
html .py-lg-0 {
    padding-bottom: 0;
  }
  html .pl-lg-0,
html .px-lg-0 {
    padding-left: 0;
  }
  html .p-lg-1 {
    padding: 10px;
  }
  html .pt-lg-1,
html .py-lg-1 {
    padding-top: 10px;
  }
  html .pr-lg-1,
html .px-lg-1 {
    padding-right: 10px;
  }
  html .pb-lg-1,
html .py-lg-1 {
    padding-bottom: 10px;
  }
  html .pl-lg-1,
html .px-lg-1 {
    padding-left: 10px;
  }
  html .p-lg-2 {
    padding: 20px;
  }
  html .pt-lg-2,
html .py-lg-2 {
    padding-top: 20px;
  }
  html .pr-lg-2,
html .px-lg-2 {
    padding-right: 20px;
  }
  html .pb-lg-2,
html .py-lg-2 {
    padding-bottom: 20px;
  }
  html .pl-lg-2,
html .px-lg-2 {
    padding-left: 20px;
  }
  html .p-lg-3 {
    padding: 30px;
  }
  html .pt-lg-3,
html .py-lg-3 {
    padding-top: 30px;
  }
  html .pr-lg-3,
html .px-lg-3 {
    padding-right: 30px;
  }
  html .pb-lg-3,
html .py-lg-3 {
    padding-bottom: 30px;
  }
  html .pl-lg-3,
html .px-lg-3 {
    padding-left: 30px;
  }
  html .p-lg-4 {
    padding: 40px;
  }
  html .pt-lg-4,
html .py-lg-4 {
    padding-top: 40px;
  }
  html .pr-lg-4,
html .px-lg-4 {
    padding-right: 40px;
  }
  html .pb-lg-4,
html .py-lg-4 {
    padding-bottom: 40px;
  }
  html .pl-lg-4,
html .px-lg-4 {
    padding-left: 40px;
  }
  html .p-lg-5 {
    padding: 50px;
  }
  html .pt-lg-5,
html .py-lg-5 {
    padding-top: 50px;
  }
  html .pr-lg-5,
html .px-lg-5 {
    padding-right: 50px;
  }
  html .pb-lg-5,
html .py-lg-5 {
    padding-bottom: 50px;
  }
  html .pl-lg-5,
html .px-lg-5 {
    padding-left: 50px;
  }
  html .p-lg-6 {
    padding: 60px;
  }
  html .pt-lg-6,
html .py-lg-6 {
    padding-top: 60px;
  }
  html .pr-lg-6,
html .px-lg-6 {
    padding-right: 60px;
  }
  html .pb-lg-6,
html .py-lg-6 {
    padding-bottom: 60px;
  }
  html .pl-lg-6,
html .px-lg-6 {
    padding-left: 60px;
  }
  html .p-lg-7 {
    padding: 70px;
  }
  html .pt-lg-7,
html .py-lg-7 {
    padding-top: 70px;
  }
  html .pr-lg-7,
html .px-lg-7 {
    padding-right: 70px;
  }
  html .pb-lg-7,
html .py-lg-7 {
    padding-bottom: 70px;
  }
  html .pl-lg-7,
html .px-lg-7 {
    padding-left: 70px;
  }
  html .p-lg-8 {
    padding: 80px;
  }
  html .pt-lg-8,
html .py-lg-8 {
    padding-top: 80px;
  }
  html .pr-lg-8,
html .px-lg-8 {
    padding-right: 80px;
  }
  html .pb-lg-8,
html .py-lg-8 {
    padding-bottom: 80px;
  }
  html .pl-lg-8,
html .px-lg-8 {
    padding-left: 80px;
  }
  html .p-lg-9 {
    padding: 90px;
  }
  html .pt-lg-9,
html .py-lg-9 {
    padding-top: 90px;
  }
  html .pr-lg-9,
html .px-lg-9 {
    padding-right: 90px;
  }
  html .pb-lg-9,
html .py-lg-9 {
    padding-bottom: 90px;
  }
  html .pl-lg-9,
html .px-lg-9 {
    padding-left: 90px;
  }
  html .p-lg-10 {
    padding: 100px;
  }
  html .pt-lg-10,
html .py-lg-10 {
    padding-top: 100px;
  }
  html .pr-lg-10,
html .px-lg-10 {
    padding-right: 100px;
  }
  html .pb-lg-10,
html .py-lg-10 {
    padding-bottom: 100px;
  }
  html .pl-lg-10,
html .px-lg-10 {
    padding-left: 100px;
  }
  html .p-lg-12 {
    padding: 120px;
  }
  html .pt-lg-12,
html .py-lg-12 {
    padding-top: 120px;
  }
  html .pr-lg-12,
html .px-lg-12 {
    padding-right: 120px;
  }
  html .pb-lg-12,
html .py-lg-12 {
    padding-bottom: 120px;
  }
  html .pl-lg-12,
html .px-lg-12 {
    padding-left: 120px;
  }
  html .p-lg-14 {
    padding: 140px;
  }
  html .pt-lg-14,
html .py-lg-14 {
    padding-top: 140px;
  }
  html .pr-lg-14,
html .px-lg-14 {
    padding-right: 140px;
  }
  html .pb-lg-14,
html .py-lg-14 {
    padding-bottom: 140px;
  }
  html .pl-lg-14,
html .px-lg-14 {
    padding-left: 140px;
  }
  html .p-lg-15 {
    padding: 150px;
  }
  html .pt-lg-15,
html .py-lg-15 {
    padding-top: 150px;
  }
  html .pr-lg-15,
html .px-lg-15 {
    padding-right: 150px;
  }
  html .pb-lg-15,
html .py-lg-15 {
    padding-bottom: 150px;
  }
  html .pl-lg-15,
html .px-lg-15 {
    padding-left: 150px;
  }
  html .p-lg-20 {
    padding: 200px;
  }
  html .pt-lg-20,
html .py-lg-20 {
    padding-top: 200px;
  }
  html .pr-lg-20,
html .px-lg-20 {
    padding-right: 200px;
  }
  html .pb-lg-20,
html .py-lg-20 {
    padding-bottom: 200px;
  }
  html .pl-lg-20,
html .px-lg-20 {
    padding-left: 200px;
  }
  html {
    font-size: calc(var(--rem-base) - 1.5px);
  }
  .img-c-grid figcaption {
    padding-top: 10px;
    padding-right: 0;
  }
  .content-grid {
    grid-template-columns: 1fr;
  }
  .content-grid-text figcaption {
    padding-top: 10px;
    padding-right: 0;
  }
  .bgs-img:before {
    width: 400px;
    height: 400px;
  }
  .header-menu-wrapper {
    padding: 0;
  }
  .header-menu-wrapper .container {
    padding: 0;
  }
  .header-menu-inner {
    background-color: #fff;
    padding: 15px var(--gutter) 15px;
  }
  .header-mob-footer {
    display: block;
  }
  .header-search-block {
    display: none;
  }
  .header-search-block-mob {
    display: block;
  }
  .header-nav {
    --header-height: 121px;
    height: calc(100vh - var(--header-height));
    z-index: 2;
    background-color: #242423;
    color: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    overflow: hidden;
    width: 100%;
    max-height: 0;
    margin: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    opacity: 0;
  }
  .header-nav .header-nav-holder {
    overflow-y: auto;
    padding: 30px var(--gutter);
    padding-bottom: 200px;
  }
  .nav-active .header-nav {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    max-height: 4000px;
    opacity: 1;
  }
  .nav {
    padding: 0 0 10px;
    -webkit-box-shadow: 2px 0px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 2px 0px 3px rgba(0, 0, 0, 0.2);
  }
  .nav > ul > li {
    border-radius: 3px;
    border: 1px solid #cfdbd5;
    --liY: 10px;
  }
  .nav > ul > li:nth-child(n+2) {
    margin-top: var(--liY);
  }
  .nav > ul > li.home-link > a:before {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='13' viewBox='0 0 14 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.9688 7C13.9688 7.28125 13.75 7.5 13.5 7.5H2.125L6.34375 12.1875C6.53125 12.375 6.53125 12.6875 6.3125 12.875C6.21875 12.9688 6.09375 13 6 13C5.84375 13 5.71875 12.9688 5.625 12.8438L0.625 7.34375C0.4375 7.15625 0.4375 6.875 0.625 6.6875L5.625 1.1875C5.8125 0.96875 6.125 0.96875 6.3125 1.15625C6.53125 1.34375 6.53125 1.65625 6.34375 1.84375L2.125 6.5H13.5C13.75 6.5 13.9688 6.75 13.9688 7Z' fill='%23E1AE2E'/%3E%3C/svg%3E%0A");
  }
  .nav > ul > li > a {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.1em;
    padding: 20px 25px 20px 55px;
    position: relative;
  }
  .nav > ul > li > a:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 15px;
    width: 14px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5 7C13.5 7.28125 13.25 7.5 13 7.5H7.5V13C7.5 13.2812 7.25 13.5312 7 13.5312C6.71875 13.5312 6.5 13.2812 6.5 13V7.5H1C0.71875 7.5 0.5 7.28125 0.5 7.03125C0.5 6.75 0.71875 6.5 1 6.5H6.5V1C6.5 0.75 6.71875 0.53125 7 0.53125C7.25 0.53125 7.5 0.75 7.5 1V6.5H13C13.25 6.5 13.5 6.75 13.5 7Z' fill='%23E1AE2E'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
  }
  .nav > ul {
    display: block;
  }
  .nav li > ul {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .nav li > ul {
    position: static;
  }
  .nav a:hover, .nav a.highlighted {
    opacity: 1;
  }
  .nav a.highlighted .sub-arrow:before {
    content: "-";
  }
  .nav a.has-submenu:after {
    display: none;
  }
  .nav a .sub-arrow {
    width: 25px;
    height: 25px;
    right: 15px;
    border: 0;
    background-color: black;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
  }
  .nav a .sub-arrow:before {
    content: "+";
    color: #fff;
  }
  .nav-opener {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .highlighted {
    background-color: #333533;
  }
  .highlighted:before {
    top: 25px !important;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='2' viewBox='0 0 14 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5 1C13.5 1.28125 13.25 1.5 13 1.5H1C0.71875 1.5 0.5 1.28125 0.5 1.03125C0.5 0.75 0.71875 0.5 1 0.5H13C13.25 0.5 13.5 0.75 13.5 1Z' fill='%23E1AE2E'/%3E%3C/svg%3E%0A") !important;
  }
  .has-mega-menu .mega-menu > li {
    background-color: #333533;
  }
  .has-mega-menu .mega-menu .col {
    padding: 10px 55px;
    width: 50%;
  }
  .has-mega-menu .mega-menu .col {
    width: 100%;
  }
  .section-submit {
    position: relative;
    top: 0;
    margin-top: -75px;
    margin-bottom: 30px;
  }
  .block-submit {
    max-width: 100%;
  }
  .block-submit-top {
    padding: 30px;
  }
  .block-submit-content {
    padding: 40px 30px 30px;
  }
  .peoples-grid {
    grid-gap: 30px;
  }
  .peoples-form {
    padding: 30px 30px 25px;
  }
  .f-row {
    --indent: 5px;
  }
  .article-info p {
    padding-right: 15px;
  }
  .img-txt-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .img-txt-grid-with-btns {
    grid-template-columns: 1fr;
  }
  .img-txt-grid-with-btns .img-txt-grid-btns .btn {
    width: 100%;
  }
  .fact-grid {
    grid-gap: 15px;
  }
  .fact-grid > div:not(.fact-title) {
    padding: 20px 20px 25px;
  }
  .txt-btn-grid {
    grid-gap: 20px 25px;
  }
  .txt-btn-grid._v2 {
    grid-gap: 20px 25px;
  }
  .map-grid {
    grid-template-columns: 1fr 1fr;
  }
  .map-grid-info {
    padding: 50px 40px 20px;
  }
  .programes-grid {
    grid-template-columns: 1fr;
  }
  .programes-list-nav {
    display: none;
  }
  .programes-list li {
    grid-template-columns: 150px 1fr auto;
  }
  .text-img-grid {
    grid-template-columns: 35% 1fr;
  }
  .people-grid {
    grid-template-columns: 25% 1fr;
    grid-gap: 30px;
  }
  .block-submit._donation {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1023px) and (orientation: landscape){
  .header-mob-footer {
    position: relative;
  }
  .header-nav .header-nav-holder {
    padding-bottom: 30px;
    overflow: visible;
  }
}

@media (max-width: 1023px){
  img.alignright {
    max-width: 50%;
  }
  img.alignleft {
    max-width: 50%;
  }
  .header-btn-back {
    left: 230px;
  }
  .footer-top .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-top .container > div {
    width: 100%;
  }
  .footer-top .container > div + div {
    margin-top: 25px;
  }
  .main-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #sidebar {
    width: 100%;
  }
  .sidebar-m-hidden {
    display: none;
  }
  #content {
    padding-left: 0;
  }
  .select-m-page {
    display: block;
  }
}

@media (max-width: 768px) and (min-width: 769px){
  .img-grid > div:nth-of-type(2) {
    grid-row-start: span 2;
    grid-column-start: span 2;
  }
}

@media (max-width: 768px) and (max-width: 768px){
  .header-nav .online-count {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
}

@media (max-width: 768px){
  .a-md-start {
    display: grid;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }

  .a-md-end {
    display: grid;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }

  .a-md-center {
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .br-md-none br {
    display: none;
  }
  html .d-md-none {
    display: none !important;
  }
  html .d-md-inline-block {
    display: inline-block !important;
  }
  html .d-md-block {
    display: block !important;
  }
  html .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  html .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  html .m-md-0 {
    margin: 0;
  }
  html .mt-md-0,
html .my-md-0 {
    margin-top: 0;
  }
  html .mr-md-0,
html .mx-md-0 {
    margin-right: 0;
  }
  html .mb-md-0,
html .my-md-0 {
    margin-bottom: 0;
  }
  html .ml-md-0,
html .mx-md-0 {
    margin-left: 0;
  }
  html .m-md-1 {
    margin: 10px;
  }
  html .mt-md-1,
html .my-md-1 {
    margin-top: 10px;
  }
  html .mr-md-1,
html .mx-md-1 {
    margin-right: 10px;
  }
  html .mb-md-1,
html .my-md-1 {
    margin-bottom: 10px;
  }
  html .ml-md-1,
html .mx-md-1 {
    margin-left: 10px;
  }
  html .m-md-2 {
    margin: 20px;
  }
  html .mt-md-2,
html .my-md-2 {
    margin-top: 20px;
  }
  html .mr-md-2,
html .mx-md-2 {
    margin-right: 20px;
  }
  html .mb-md-2,
html .my-md-2 {
    margin-bottom: 20px;
  }
  html .ml-md-2,
html .mx-md-2 {
    margin-left: 20px;
  }
  html .m-md-3 {
    margin: 30px;
  }
  html .mt-md-3,
html .my-md-3 {
    margin-top: 30px;
  }
  html .mr-md-3,
html .mx-md-3 {
    margin-right: 30px;
  }
  html .mb-md-3,
html .my-md-3 {
    margin-bottom: 30px;
  }
  html .ml-md-3,
html .mx-md-3 {
    margin-left: 30px;
  }
  html .m-md-4 {
    margin: 40px;
  }
  html .mt-md-4,
html .my-md-4 {
    margin-top: 40px;
  }
  html .mr-md-4,
html .mx-md-4 {
    margin-right: 40px;
  }
  html .mb-md-4,
html .my-md-4 {
    margin-bottom: 40px;
  }
  html .ml-md-4,
html .mx-md-4 {
    margin-left: 40px;
  }
  html .m-md-5 {
    margin: 50px;
  }
  html .mt-md-5,
html .my-md-5 {
    margin-top: 50px;
  }
  html .mr-md-5,
html .mx-md-5 {
    margin-right: 50px;
  }
  html .mb-md-5,
html .my-md-5 {
    margin-bottom: 50px;
  }
  html .ml-md-5,
html .mx-md-5 {
    margin-left: 50px;
  }
  html .m-md-6 {
    margin: 60px;
  }
  html .mt-md-6,
html .my-md-6 {
    margin-top: 60px;
  }
  html .mr-md-6,
html .mx-md-6 {
    margin-right: 60px;
  }
  html .mb-md-6,
html .my-md-6 {
    margin-bottom: 60px;
  }
  html .ml-md-6,
html .mx-md-6 {
    margin-left: 60px;
  }
  html .m-md-7 {
    margin: 70px;
  }
  html .mt-md-7,
html .my-md-7 {
    margin-top: 70px;
  }
  html .mr-md-7,
html .mx-md-7 {
    margin-right: 70px;
  }
  html .mb-md-7,
html .my-md-7 {
    margin-bottom: 70px;
  }
  html .ml-md-7,
html .mx-md-7 {
    margin-left: 70px;
  }
  html .m-md-8 {
    margin: 80px;
  }
  html .mt-md-8,
html .my-md-8 {
    margin-top: 80px;
  }
  html .mr-md-8,
html .mx-md-8 {
    margin-right: 80px;
  }
  html .mb-md-8,
html .my-md-8 {
    margin-bottom: 80px;
  }
  html .ml-md-8,
html .mx-md-8 {
    margin-left: 80px;
  }
  html .m-md-9 {
    margin: 90px;
  }
  html .mt-md-9,
html .my-md-9 {
    margin-top: 90px;
  }
  html .mr-md-9,
html .mx-md-9 {
    margin-right: 90px;
  }
  html .mb-md-9,
html .my-md-9 {
    margin-bottom: 90px;
  }
  html .ml-md-9,
html .mx-md-9 {
    margin-left: 90px;
  }
  html .m-md-10 {
    margin: 100px;
  }
  html .mt-md-10,
html .my-md-10 {
    margin-top: 100px;
  }
  html .mr-md-10,
html .mx-md-10 {
    margin-right: 100px;
  }
  html .mb-md-10,
html .my-md-10 {
    margin-bottom: 100px;
  }
  html .ml-md-10,
html .mx-md-10 {
    margin-left: 100px;
  }
  html .m-md-12 {
    margin: 120px;
  }
  html .mt-md-12,
html .my-md-12 {
    margin-top: 120px;
  }
  html .mr-md-12,
html .mx-md-12 {
    margin-right: 120px;
  }
  html .mb-md-12,
html .my-md-12 {
    margin-bottom: 120px;
  }
  html .ml-md-12,
html .mx-md-12 {
    margin-left: 120px;
  }
  html .m-md-14 {
    margin: 140px;
  }
  html .mt-md-14,
html .my-md-14 {
    margin-top: 140px;
  }
  html .mr-md-14,
html .mx-md-14 {
    margin-right: 140px;
  }
  html .mb-md-14,
html .my-md-14 {
    margin-bottom: 140px;
  }
  html .ml-md-14,
html .mx-md-14 {
    margin-left: 140px;
  }
  html .m-md-15 {
    margin: 150px;
  }
  html .mt-md-15,
html .my-md-15 {
    margin-top: 150px;
  }
  html .mr-md-15,
html .mx-md-15 {
    margin-right: 150px;
  }
  html .mb-md-15,
html .my-md-15 {
    margin-bottom: 150px;
  }
  html .ml-md-15,
html .mx-md-15 {
    margin-left: 150px;
  }
  html .m-md-20 {
    margin: 200px;
  }
  html .mt-md-20,
html .my-md-20 {
    margin-top: 200px;
  }
  html .mr-md-20,
html .mx-md-20 {
    margin-right: 200px;
  }
  html .mb-md-20,
html .my-md-20 {
    margin-bottom: 200px;
  }
  html .ml-md-20,
html .mx-md-20 {
    margin-left: 200px;
  }
  html .p-md-0 {
    padding: 0;
  }
  html .pt-md-0,
html .py-md-0 {
    padding-top: 0;
  }
  html .pr-md-0,
html .px-md-0 {
    padding-right: 0;
  }
  html .pb-md-0,
html .py-md-0 {
    padding-bottom: 0;
  }
  html .pl-md-0,
html .px-md-0 {
    padding-left: 0;
  }
  html .p-md-1 {
    padding: 10px;
  }
  html .pt-md-1,
html .py-md-1 {
    padding-top: 10px;
  }
  html .pr-md-1,
html .px-md-1 {
    padding-right: 10px;
  }
  html .pb-md-1,
html .py-md-1 {
    padding-bottom: 10px;
  }
  html .pl-md-1,
html .px-md-1 {
    padding-left: 10px;
  }
  html .p-md-2 {
    padding: 20px;
  }
  html .pt-md-2,
html .py-md-2 {
    padding-top: 20px;
  }
  html .pr-md-2,
html .px-md-2 {
    padding-right: 20px;
  }
  html .pb-md-2,
html .py-md-2 {
    padding-bottom: 20px;
  }
  html .pl-md-2,
html .px-md-2 {
    padding-left: 20px;
  }
  html .p-md-3 {
    padding: 30px;
  }
  html .pt-md-3,
html .py-md-3 {
    padding-top: 30px;
  }
  html .pr-md-3,
html .px-md-3 {
    padding-right: 30px;
  }
  html .pb-md-3,
html .py-md-3 {
    padding-bottom: 30px;
  }
  html .pl-md-3,
html .px-md-3 {
    padding-left: 30px;
  }
  html .p-md-4 {
    padding: 40px;
  }
  html .pt-md-4,
html .py-md-4 {
    padding-top: 40px;
  }
  html .pr-md-4,
html .px-md-4 {
    padding-right: 40px;
  }
  html .pb-md-4,
html .py-md-4 {
    padding-bottom: 40px;
  }
  html .pl-md-4,
html .px-md-4 {
    padding-left: 40px;
  }
  html .p-md-5 {
    padding: 50px;
  }
  html .pt-md-5,
html .py-md-5 {
    padding-top: 50px;
  }
  html .pr-md-5,
html .px-md-5 {
    padding-right: 50px;
  }
  html .pb-md-5,
html .py-md-5 {
    padding-bottom: 50px;
  }
  html .pl-md-5,
html .px-md-5 {
    padding-left: 50px;
  }
  html .p-md-6 {
    padding: 60px;
  }
  html .pt-md-6,
html .py-md-6 {
    padding-top: 60px;
  }
  html .pr-md-6,
html .px-md-6 {
    padding-right: 60px;
  }
  html .pb-md-6,
html .py-md-6 {
    padding-bottom: 60px;
  }
  html .pl-md-6,
html .px-md-6 {
    padding-left: 60px;
  }
  html .p-md-7 {
    padding: 70px;
  }
  html .pt-md-7,
html .py-md-7 {
    padding-top: 70px;
  }
  html .pr-md-7,
html .px-md-7 {
    padding-right: 70px;
  }
  html .pb-md-7,
html .py-md-7 {
    padding-bottom: 70px;
  }
  html .pl-md-7,
html .px-md-7 {
    padding-left: 70px;
  }
  html .p-md-8 {
    padding: 80px;
  }
  html .pt-md-8,
html .py-md-8 {
    padding-top: 80px;
  }
  html .pr-md-8,
html .px-md-8 {
    padding-right: 80px;
  }
  html .pb-md-8,
html .py-md-8 {
    padding-bottom: 80px;
  }
  html .pl-md-8,
html .px-md-8 {
    padding-left: 80px;
  }
  html .p-md-9 {
    padding: 90px;
  }
  html .pt-md-9,
html .py-md-9 {
    padding-top: 90px;
  }
  html .pr-md-9,
html .px-md-9 {
    padding-right: 90px;
  }
  html .pb-md-9,
html .py-md-9 {
    padding-bottom: 90px;
  }
  html .pl-md-9,
html .px-md-9 {
    padding-left: 90px;
  }
  html .p-md-10 {
    padding: 100px;
  }
  html .pt-md-10,
html .py-md-10 {
    padding-top: 100px;
  }
  html .pr-md-10,
html .px-md-10 {
    padding-right: 100px;
  }
  html .pb-md-10,
html .py-md-10 {
    padding-bottom: 100px;
  }
  html .pl-md-10,
html .px-md-10 {
    padding-left: 100px;
  }
  html .p-md-12 {
    padding: 120px;
  }
  html .pt-md-12,
html .py-md-12 {
    padding-top: 120px;
  }
  html .pr-md-12,
html .px-md-12 {
    padding-right: 120px;
  }
  html .pb-md-12,
html .py-md-12 {
    padding-bottom: 120px;
  }
  html .pl-md-12,
html .px-md-12 {
    padding-left: 120px;
  }
  html .p-md-14 {
    padding: 140px;
  }
  html .pt-md-14,
html .py-md-14 {
    padding-top: 140px;
  }
  html .pr-md-14,
html .px-md-14 {
    padding-right: 140px;
  }
  html .pb-md-14,
html .py-md-14 {
    padding-bottom: 140px;
  }
  html .pl-md-14,
html .px-md-14 {
    padding-left: 140px;
  }
  html .p-md-15 {
    padding: 150px;
  }
  html .pt-md-15,
html .py-md-15 {
    padding-top: 150px;
  }
  html .pr-md-15,
html .px-md-15 {
    padding-right: 150px;
  }
  html .pb-md-15,
html .py-md-15 {
    padding-bottom: 150px;
  }
  html .pl-md-15,
html .px-md-15 {
    padding-left: 150px;
  }
  html .p-md-20 {
    padding: 200px;
  }
  html .pt-md-20,
html .py-md-20 {
    padding-top: 200px;
  }
  html .pr-md-20,
html .px-md-20 {
    padding-right: 200px;
  }
  html .pb-md-20,
html .py-md-20 {
    padding-bottom: 200px;
  }
  html .pl-md-20,
html .px-md-20 {
    padding-left: 200px;
  }
  .d-grid {
    grid-template-columns: 1fr;
  }
  .d-grid._gg-md-0 {
    --grid-gap: 0;
  }
  .btn._arrow {
    font-size: 14px;
    padding: 20px 15px 20px 25px;
    max-width: auto;
    width: auto;
    min-width: 150px;
  }
  .btn._arrow._s {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  html {
    font-size: calc(var(--rem-base) - 2px);
  }
  h1,
.h1 {
    line-height: 1.1;
  }
  h5,
.h5 {
    letter-spacing: 1px;
    margin-bottom: 23px;
  }
  p {
    line-height: 1.5;
    margin-bottom: 12px;
  }
  .a-r._md-1-1:before, ._md-1-1.bg-str:before {
    padding-top: 100%;
  }
  .p-small p {
    font-size: 13px;
    line-height: 1.5;
  }
  .p-big p {
    font-size: 18px;
    line-height: 1.5;
  }
  .p-md-big p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 20px;
  }
  .p-md-small p {
    font-size: 13px;
    line-height: 1.5;
  }
  .bt-md-gray {
    position: relative;
  }
  .bt-md-gray:before {
    content: "";
    position: absolute;
    top: 0px;
    left: var(--gutter);
    right: var(--gutter);
    border-top: 1px solid #333533;
  }
  .bg-str-f._h-md-30 {
    height: 300px;
  }
  .online {
    padding: 5px 10px 5px 35px;
  }
  .online:before {
    left: 0px;
  }
  .mw-md-22 {
    max-width: 220px;
  }
  .ico-left {
    padding: 0 0 0 80px;
    margin-bottom: 25px;
  }
  .ico-left i {
    font-size: 25px;
  }
  .quote {
    font-size: 14px;
    --indent-quote: 0;
    --indent-p-quote: 30px;
  }
  .b-l-brand:before {
    display: none;
  }
  .h1-md-small h1 {
    font-size: var(--h2);
  }
  .h6-md-big h6 {
    font-size: 14px;
    letter-spacing: 0.09em;
  }
  .mh-md-54 {
    min-height: 540px;
  }
  .mh-md-64 {
    min-height: 640px;
  }
  .mbn-md-30p {
    margin-bottom: -30%;
  }
  .mbn-md-7 {
    margin-bottom: -70px;
  }
  .mtn-md-19 {
    margin-top: -190px;
  }
  .mtn-md-15 {
    margin-top: -150px;
  }
  .mt-md-30p {
    margin-top: 30%;
  }
  .img-c-grid {
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px 20px;
  }
  .content-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
    margin-bottom: 30px;
    --indent: 0;
    --indent-b: 15px;
    padding: 20px 20px;
  }
  .content-info > div:nth-of-type(n + 2) {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 0 20px;
    padding-left: 20px;
  }
  .content-info h5 {
    grid-row-start: span 2;
  }
  .content-grid-text {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    padding-bottom: 90px;
    margin-bottom: 90px;
    border-bottom: 1px solid #cfdbd5;
  }
  .content-grid-text .h2 {
    margin-bottom: 30px;
  }
  .content-grid-text h2 {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .content-grid-text h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .content-grid-text h4 {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .content-grid-text p {
    margin-bottom: 30px;
  }
  .bgs-img:before {
    display: none;
  }
  .header-menu-inner {
    border-top: 6px solid #242423;
  }
  .header-nav .online {
    max-width: 100%;
    font-size: 16px;
    color: #333533;
    padding: 20px 30px 20px 50px;
  }
  .header-nav .online:before {
    left: 15px;
    top: calc(50% - 1px);
  }
  .header-nav .header-btn {
    margin-top: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header-nav .header-btn .btn {
    color: #fff;
    width: calc(50% - var(--indent) * 2);
  }
  .header-nav .header-top-list {
    margin-top: 10px;
    text-align: center;
    --indent: 0px;
  }
  .header-nav .header-top-list li {
    width: 50%;
  }
  .header-nav .header-top-list a {
    font-size: 13px;
    color: #FFFFFF;
    padding: 20px 15px;
    display: inline-block;
  }
  .header-nav .header-top-list a:hover {
    opacity: 0.7;
  }
  .header-top {
    display: none;
  }
  .footer-top {
    padding: 60px 25px;
  }
  .footer-list-link li {
    --liY: 2px;
  }
  .footer-list-link li:nth-child(n+2) {
    margin-top: var(--liY);
  }
  .footer-bottom-b {
    padding: 15px 0 20px;
  }
  .footer-social {
    --indent: 12px;
  }
  .footer-social a {
    font-size: 20px;
  }
  .header-nav {
    --header-height: 85px;
  }
  .has-mega-menu .mega-menu > li {
    display: block;
  }
  .has-mega-menu .mega-menu .col {
    width: 100%;
  }
  .has-mega-menu .mega-menu .col:nth-of-type(2) {
    --indent-col: -45px;
    margin-left: var(--indent-col);
    margin-right: var(--indent-col);
    width: calc(100% + var(--indent-col) * -2);
  }
  .nav-big-link a:before {
    top: 2px;
  }
  .r-tabs-nav {
    display: none;
  }
  .r-tabs-panel {
    padding: 30px 30px 15px;
    border: 1px solid #cfdbd5;
    margin-bottom: 10px;
  }
  .r-tabs-panel h3 {
    font-size: 20px;
  }
  .r-tabs-panel p {
    font-size: 13px;
  }
  .r-tabs-accordion-title {
    display: block;
  }
  .r-tabs-tab-content {
    border: none;
  }
  #content .h-over {
    padding-top: 25px;
  }
  #content .h-over:before {
    width: 40px;
    height: 3px;
  }
  .peoples-grid h1,
.peoples-grid h3 {
    font-size: 30px;
  }
  .peoples-grid p {
    font-size: 18px;
  }
  .col {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .slider-wrapper {
    grid-template-columns: 1fr;
  }
  .slider-left-row {
    padding-top: 0;
  }
  .slider-left-tittle br {
    display: none;
  }
  .tittle-with-ico:before {
    top: 0;
  }
  .tittle-with-ico:after {
    top: 25px;
  }
  .article-inner {
    min-height: 425px;
  }
  .article-info {
    padding: 50px 30px 15px;
  }
  .article-info p::after {
    position: static;
    display: block;
    margin-top: 12px;
  }
  .img-txt-grid {
    grid-template-columns: 1fr;
  }
  .img-txt-grid .btn._arrow {
    max-width: auto;
    width: auto;
  }
  .img-txt-btns {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .img-txt-btns._a-md-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .swiper-programm-inner {
    padding: 30px 20px 20px;
    min-height: 160px;
  }
  .swiper-programm-img {
    text-align: center;
  }
  .fact-grid {
    grid-template-columns: 1fr;
    grid-gap: 1px;
  }
  .fact-grid._v2 > div:not(.fact-title) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .fact-grid._v2 > div:not(.fact-title) h3 {
    width: 100%;
  }
  .fact-grid._with-ico {
    grid-gap: 5px;
  }
  .fact-grid._with-ico .bg-str-f {
    position: relative;
    top: auto;
    right: auto;
  }
  .fact-grid._with-ico .fact-title {
    padding-right: 0;
    padding-bottom: 25px;
  }
  .fact-grid._with-ico > div:not(.fact-title) {
    display: grid;
    grid-gap: 15px 20px;
    padding-top: 30px;
    padding-bottom: 40px;
    grid-template-columns: 1fr 90px;
  }
  .fact-grid._with-ico > div:not(.fact-title) h4 {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    -ms-flex-item-align: end;
        align-self: end;
    margin-bottom: 0;
  }
  .fact-grid._with-ico > div:not(.fact-title) p {
    grid-column-start: span 2;
    font-size: 13px;
    line-height: 1.5;
  }
  .fact-grid > div:not(.fact-title) {
    padding: 20px 30px 25px;
    min-height: 130px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    min-height: auto;
  }
  .fact-grid > div:not(.fact-title) h2 {
    padding-top: 7px;
    margin-right: 35px;
    margin-bottom: 0;
  }
  .fact-grid > div:not(.fact-title) h3 strong {
    display: inline-block;
    padding-right: 30px;
  }
  .fact-grid > div:not(.fact-title) p br {
    display: none;
  }
  .fact-title h2 br {
    display: none;
  }
  .txt-btn-grid {
    grid-template-columns: 1fr;
  }
  .txt-btn-grid._v2 {
    grid-template-columns: 1fr;
  }
  .img-grid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
  }
  .img-grid._v2 {
    grid-template-columns: 1fr;
  }
  .map-grid {
    grid-template-columns: 1fr;
  }
  .map-grid-map {
    height: 360px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .map-grid-info {
    min-height: auto;
    padding: 50px var(--gutter) 20px;
  }
  .text-img-grid {
    grid-template-columns: 1fr;
  }
  .people-grid {
    grid-template-columns: 1fr;
  }
  .people-grid h4 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .people-grid h6 {
    font-size: 13px;
  }
  .people-grid-list h5 {
    margin-bottom: 10px;
  }
  .people-grid-list h2 {
    font-size: 30px;
  }
  .search-wrapper {
    margin-top: 24px;
  }
  .search-block input[type=text] {
    padding-right: 40px;
  }
  .search-block input[type=submit] {
    right: 5px;
  }
  .article-filter-inner {
    --indent-b: 10px;
  }
  .article-filter-inner .v1 {
    width: calc(50% - var(--indent) * 2);
  }
  .article-filter-inner .v2 {
    width: calc(50% - var(--indent) * 2);
  }
  .block-submit._donation {
    padding: 25px 15px 1px;
  }
}

@media (max-width: 767px){
  .pagination .page-numbers {
    padding: 8px 15px;
  }
  .quick-facts {
    grid-gap: 5px;
    grid-template-columns: repeat(1, 1fr);
  }
  .quick-facts-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 50px 30px 40px;
    min-height: 130px;
  }
  .quick-facts h3 {
    font-size: 30px;
    padding-right: 15px;
  }
  .quick-facts p {
    text-align: right;
  }
  .block-courses h3 {
    font-size: 20px;
  }
  .accordion .accordion-panel {
    padding: 20px 30px 20px 20px;
  }
  .accordion .accordion-panel:before {
    width: 13px;
    height: 7px;
    right: 25px;
  }
  .accordion .accordion-panel h3 {
    font-size: 18px;
  }
  .accordion .accordion-content {
    padding: 20px;
    font-size: 14px;
  }
  .peoples-grid {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
  .img-txt-grid-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 667px){
  html {
    font-size: calc(var(--rem-base) - 2.5px);
  }
  table th {
    padding: 10px 5px;
  }
  table td {
    padding: 7px 5px;
  }
  .h1-small h1 {
    font-size: 30px;
  }
  .h3-md-small {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .h3-md-big {
    font-size: 30px;
  }
  .pagination .page-numbers {
    padding: 7px 5px;
  }
  img.alignright {
    float: right;
    margin: 0 0 10px var(--vertical-rhythm);
  }
  img.alignleft {
    float: left;
    margin: 0 var(--vertical-rhythm) 10px 0;
  }
  .alignleft {
    float: none;
    margin: 0 auto 10px;
  }
  .alignright {
    float: none;
    margin: 0 auto 10px;
  }
  .img-c-grid {
    grid-template-columns: 1fr;
  }
  .footer-bottom-grid {
    grid-gap: 15px 20px;
    padding: 30px 0;
    grid-template-columns: repeat(2, 1fr);
  }
  .programes-list li {
    --liY: 15px;
    grid-template-columns: 1fr;
    text-align: center;
  }
  .programes-list-img {
    margin-bottom: 10px;
  }
  .programes-list-img img {
    width: 75%;
  }
  .people-grid-btn {
    font-size: 13px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

@media (max-width: 666px){
  .accordion .accordion-content {
    font-size: 13px;
  }
  .table-info {
    margin: 30px 0 0 !important;
  }
  .table-info thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .table-info td,
.table-info th {
    font-size: 12px;
  }
  .table-info tr {
    border-top: 1px solid #cfdbd5;
    display: block;
    margin-bottom: 10px;
  }
  .table-info tr th:last-child,
.table-info tr td:last-child {
    text-align: left;
  }
  .table-info tr th:first-child,
.table-info tr td:first-child {
    width: inherit;
  }
  .table-info tr td {
    border: 0;
    display: block;
    margin: 10px 0;
    padding: 10px 0;
  }
  .table-info tr td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    width: 100px;
  }
  .table-info._add th,
.table-info._add td {
    margin: 0;
  }
  .table-info._add th:first-child,
.table-info._add td:first-child {
    width: inherit;
  }
  .table-info._add td {
    padding: 15px 30px;
  }
  .table-info._add tr {
    border: none;
  }
  .table-info._add tbody tr {
    margin: 0;
  }
  .table-info._small {
    max-width: 100%;
  }
  .block-submit-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .block-submit .calendar-item {
    max-width: 100%;
    width: 100%;
    margin: 15px 0 -45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .block-submit .calendar-item .calendar-item-title {
    margin: 0 15px 0 0;
  }
}

@media (max-width: 480px){
  html .d-xs-none {
    display: none !important;
  }
  html .d-xs-inline-block {
    display: inline-block !important;
  }
  html .d-xs-block {
    display: block !important;
  }
  html .d-xs-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  html .d-xs-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  html .m-xs-0 {
    margin: 0;
  }
  html .mt-xs-0,
html .my-xs-0 {
    margin-top: 0;
  }
  html .mr-xs-0,
html .mx-xs-0 {
    margin-right: 0;
  }
  html .mb-xs-0,
html .my-xs-0 {
    margin-bottom: 0;
  }
  html .ml-xs-0,
html .mx-xs-0 {
    margin-left: 0;
  }
  html .m-xs-1 {
    margin: 10px;
  }
  html .mt-xs-1,
html .my-xs-1 {
    margin-top: 10px;
  }
  html .mr-xs-1,
html .mx-xs-1 {
    margin-right: 10px;
  }
  html .mb-xs-1,
html .my-xs-1 {
    margin-bottom: 10px;
  }
  html .ml-xs-1,
html .mx-xs-1 {
    margin-left: 10px;
  }
  html .m-xs-2 {
    margin: 20px;
  }
  html .mt-xs-2,
html .my-xs-2 {
    margin-top: 20px;
  }
  html .mr-xs-2,
html .mx-xs-2 {
    margin-right: 20px;
  }
  html .mb-xs-2,
html .my-xs-2 {
    margin-bottom: 20px;
  }
  html .ml-xs-2,
html .mx-xs-2 {
    margin-left: 20px;
  }
  html .m-xs-3 {
    margin: 30px;
  }
  html .mt-xs-3,
html .my-xs-3 {
    margin-top: 30px;
  }
  html .mr-xs-3,
html .mx-xs-3 {
    margin-right: 30px;
  }
  html .mb-xs-3,
html .my-xs-3 {
    margin-bottom: 30px;
  }
  html .ml-xs-3,
html .mx-xs-3 {
    margin-left: 30px;
  }
  html .m-xs-4 {
    margin: 40px;
  }
  html .mt-xs-4,
html .my-xs-4 {
    margin-top: 40px;
  }
  html .mr-xs-4,
html .mx-xs-4 {
    margin-right: 40px;
  }
  html .mb-xs-4,
html .my-xs-4 {
    margin-bottom: 40px;
  }
  html .ml-xs-4,
html .mx-xs-4 {
    margin-left: 40px;
  }
  html .m-xs-5 {
    margin: 50px;
  }
  html .mt-xs-5,
html .my-xs-5 {
    margin-top: 50px;
  }
  html .mr-xs-5,
html .mx-xs-5 {
    margin-right: 50px;
  }
  html .mb-xs-5,
html .my-xs-5 {
    margin-bottom: 50px;
  }
  html .ml-xs-5,
html .mx-xs-5 {
    margin-left: 50px;
  }
  html .m-xs-6 {
    margin: 60px;
  }
  html .mt-xs-6,
html .my-xs-6 {
    margin-top: 60px;
  }
  html .mr-xs-6,
html .mx-xs-6 {
    margin-right: 60px;
  }
  html .mb-xs-6,
html .my-xs-6 {
    margin-bottom: 60px;
  }
  html .ml-xs-6,
html .mx-xs-6 {
    margin-left: 60px;
  }
  html .m-xs-7 {
    margin: 70px;
  }
  html .mt-xs-7,
html .my-xs-7 {
    margin-top: 70px;
  }
  html .mr-xs-7,
html .mx-xs-7 {
    margin-right: 70px;
  }
  html .mb-xs-7,
html .my-xs-7 {
    margin-bottom: 70px;
  }
  html .ml-xs-7,
html .mx-xs-7 {
    margin-left: 70px;
  }
  html .m-xs-8 {
    margin: 80px;
  }
  html .mt-xs-8,
html .my-xs-8 {
    margin-top: 80px;
  }
  html .mr-xs-8,
html .mx-xs-8 {
    margin-right: 80px;
  }
  html .mb-xs-8,
html .my-xs-8 {
    margin-bottom: 80px;
  }
  html .ml-xs-8,
html .mx-xs-8 {
    margin-left: 80px;
  }
  html .m-xs-9 {
    margin: 90px;
  }
  html .mt-xs-9,
html .my-xs-9 {
    margin-top: 90px;
  }
  html .mr-xs-9,
html .mx-xs-9 {
    margin-right: 90px;
  }
  html .mb-xs-9,
html .my-xs-9 {
    margin-bottom: 90px;
  }
  html .ml-xs-9,
html .mx-xs-9 {
    margin-left: 90px;
  }
  html .m-xs-10 {
    margin: 100px;
  }
  html .mt-xs-10,
html .my-xs-10 {
    margin-top: 100px;
  }
  html .mr-xs-10,
html .mx-xs-10 {
    margin-right: 100px;
  }
  html .mb-xs-10,
html .my-xs-10 {
    margin-bottom: 100px;
  }
  html .ml-xs-10,
html .mx-xs-10 {
    margin-left: 100px;
  }
  html .m-xs-12 {
    margin: 120px;
  }
  html .mt-xs-12,
html .my-xs-12 {
    margin-top: 120px;
  }
  html .mr-xs-12,
html .mx-xs-12 {
    margin-right: 120px;
  }
  html .mb-xs-12,
html .my-xs-12 {
    margin-bottom: 120px;
  }
  html .ml-xs-12,
html .mx-xs-12 {
    margin-left: 120px;
  }
  html .m-xs-14 {
    margin: 140px;
  }
  html .mt-xs-14,
html .my-xs-14 {
    margin-top: 140px;
  }
  html .mr-xs-14,
html .mx-xs-14 {
    margin-right: 140px;
  }
  html .mb-xs-14,
html .my-xs-14 {
    margin-bottom: 140px;
  }
  html .ml-xs-14,
html .mx-xs-14 {
    margin-left: 140px;
  }
  html .m-xs-15 {
    margin: 150px;
  }
  html .mt-xs-15,
html .my-xs-15 {
    margin-top: 150px;
  }
  html .mr-xs-15,
html .mx-xs-15 {
    margin-right: 150px;
  }
  html .mb-xs-15,
html .my-xs-15 {
    margin-bottom: 150px;
  }
  html .ml-xs-15,
html .mx-xs-15 {
    margin-left: 150px;
  }
  html .m-xs-20 {
    margin: 200px;
  }
  html .mt-xs-20,
html .my-xs-20 {
    margin-top: 200px;
  }
  html .mr-xs-20,
html .mx-xs-20 {
    margin-right: 200px;
  }
  html .mb-xs-20,
html .my-xs-20 {
    margin-bottom: 200px;
  }
  html .ml-xs-20,
html .mx-xs-20 {
    margin-left: 200px;
  }
  html .p-xs-0 {
    padding: 0;
  }
  html .pt-xs-0,
html .py-xs-0 {
    padding-top: 0;
  }
  html .pr-xs-0,
html .px-xs-0 {
    padding-right: 0;
  }
  html .pb-xs-0,
html .py-xs-0 {
    padding-bottom: 0;
  }
  html .pl-xs-0,
html .px-xs-0 {
    padding-left: 0;
  }
  html .p-xs-1 {
    padding: 10px;
  }
  html .pt-xs-1,
html .py-xs-1 {
    padding-top: 10px;
  }
  html .pr-xs-1,
html .px-xs-1 {
    padding-right: 10px;
  }
  html .pb-xs-1,
html .py-xs-1 {
    padding-bottom: 10px;
  }
  html .pl-xs-1,
html .px-xs-1 {
    padding-left: 10px;
  }
  html .p-xs-2 {
    padding: 20px;
  }
  html .pt-xs-2,
html .py-xs-2 {
    padding-top: 20px;
  }
  html .pr-xs-2,
html .px-xs-2 {
    padding-right: 20px;
  }
  html .pb-xs-2,
html .py-xs-2 {
    padding-bottom: 20px;
  }
  html .pl-xs-2,
html .px-xs-2 {
    padding-left: 20px;
  }
  html .p-xs-3 {
    padding: 30px;
  }
  html .pt-xs-3,
html .py-xs-3 {
    padding-top: 30px;
  }
  html .pr-xs-3,
html .px-xs-3 {
    padding-right: 30px;
  }
  html .pb-xs-3,
html .py-xs-3 {
    padding-bottom: 30px;
  }
  html .pl-xs-3,
html .px-xs-3 {
    padding-left: 30px;
  }
  html .p-xs-4 {
    padding: 40px;
  }
  html .pt-xs-4,
html .py-xs-4 {
    padding-top: 40px;
  }
  html .pr-xs-4,
html .px-xs-4 {
    padding-right: 40px;
  }
  html .pb-xs-4,
html .py-xs-4 {
    padding-bottom: 40px;
  }
  html .pl-xs-4,
html .px-xs-4 {
    padding-left: 40px;
  }
  html .p-xs-5 {
    padding: 50px;
  }
  html .pt-xs-5,
html .py-xs-5 {
    padding-top: 50px;
  }
  html .pr-xs-5,
html .px-xs-5 {
    padding-right: 50px;
  }
  html .pb-xs-5,
html .py-xs-5 {
    padding-bottom: 50px;
  }
  html .pl-xs-5,
html .px-xs-5 {
    padding-left: 50px;
  }
  html .p-xs-6 {
    padding: 60px;
  }
  html .pt-xs-6,
html .py-xs-6 {
    padding-top: 60px;
  }
  html .pr-xs-6,
html .px-xs-6 {
    padding-right: 60px;
  }
  html .pb-xs-6,
html .py-xs-6 {
    padding-bottom: 60px;
  }
  html .pl-xs-6,
html .px-xs-6 {
    padding-left: 60px;
  }
  html .p-xs-7 {
    padding: 70px;
  }
  html .pt-xs-7,
html .py-xs-7 {
    padding-top: 70px;
  }
  html .pr-xs-7,
html .px-xs-7 {
    padding-right: 70px;
  }
  html .pb-xs-7,
html .py-xs-7 {
    padding-bottom: 70px;
  }
  html .pl-xs-7,
html .px-xs-7 {
    padding-left: 70px;
  }
  html .p-xs-8 {
    padding: 80px;
  }
  html .pt-xs-8,
html .py-xs-8 {
    padding-top: 80px;
  }
  html .pr-xs-8,
html .px-xs-8 {
    padding-right: 80px;
  }
  html .pb-xs-8,
html .py-xs-8 {
    padding-bottom: 80px;
  }
  html .pl-xs-8,
html .px-xs-8 {
    padding-left: 80px;
  }
  html .p-xs-9 {
    padding: 90px;
  }
  html .pt-xs-9,
html .py-xs-9 {
    padding-top: 90px;
  }
  html .pr-xs-9,
html .px-xs-9 {
    padding-right: 90px;
  }
  html .pb-xs-9,
html .py-xs-9 {
    padding-bottom: 90px;
  }
  html .pl-xs-9,
html .px-xs-9 {
    padding-left: 90px;
  }
  html .p-xs-10 {
    padding: 100px;
  }
  html .pt-xs-10,
html .py-xs-10 {
    padding-top: 100px;
  }
  html .pr-xs-10,
html .px-xs-10 {
    padding-right: 100px;
  }
  html .pb-xs-10,
html .py-xs-10 {
    padding-bottom: 100px;
  }
  html .pl-xs-10,
html .px-xs-10 {
    padding-left: 100px;
  }
  html .p-xs-12 {
    padding: 120px;
  }
  html .pt-xs-12,
html .py-xs-12 {
    padding-top: 120px;
  }
  html .pr-xs-12,
html .px-xs-12 {
    padding-right: 120px;
  }
  html .pb-xs-12,
html .py-xs-12 {
    padding-bottom: 120px;
  }
  html .pl-xs-12,
html .px-xs-12 {
    padding-left: 120px;
  }
  html .p-xs-14 {
    padding: 140px;
  }
  html .pt-xs-14,
html .py-xs-14 {
    padding-top: 140px;
  }
  html .pr-xs-14,
html .px-xs-14 {
    padding-right: 140px;
  }
  html .pb-xs-14,
html .py-xs-14 {
    padding-bottom: 140px;
  }
  html .pl-xs-14,
html .px-xs-14 {
    padding-left: 140px;
  }
  html .p-xs-15 {
    padding: 150px;
  }
  html .pt-xs-15,
html .py-xs-15 {
    padding-top: 150px;
  }
  html .pr-xs-15,
html .px-xs-15 {
    padding-right: 150px;
  }
  html .pb-xs-15,
html .py-xs-15 {
    padding-bottom: 150px;
  }
  html .pl-xs-15,
html .px-xs-15 {
    padding-left: 150px;
  }
  html .p-xs-20 {
    padding: 200px;
  }
  html .pt-xs-20,
html .py-xs-20 {
    padding-top: 200px;
  }
  html .pr-xs-20,
html .px-xs-20 {
    padding-right: 200px;
  }
  html .pb-xs-20,
html .py-xs-20 {
    padding-bottom: 200px;
  }
  html .pl-xs-20,
html .px-xs-20 {
    padding-left: 200px;
  }
  .a-r._sm-1-1:before, ._sm-1-1.bg-str:before {
    padding-top: 100%;
  }
  .bg-over._bg-md-xs {
    --bg-over-indent-x: 10px;
  }
  .bg-str._sm-3-2:before {
    padding-top: 79.87%;
  }
  .content-info-img {
    width: 58px;
  }
  .hero-wrapper h5 {
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 14px;
  }
  .quote-wrapper h3 {
    font-size: 24px;
  }
  .slider-left-tittle h3 {
    font-size: 26px;
  }
  .article-info h3 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .article-info p {
    font-size: 14px;
    padding-right: 0px;
  }
  .img-txt-btns a:not(.btn) {
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .quote-block {
    padding: 65px 30px 55px;
    background-image: url("../img/bg2-mob.jpg");
  }
  .quote-block blockquote {
    padding: 60px 0 20px;
  }
  .quote-block cite {
    font-size: 14px;
    padding-top: 25px;
  }
  .fact-grid > div:not(.fact-title) p i {
    font-size: 14px;
  }
  .people-grid-list li {
    padding: 30px 30px 20px;
  }
  .people-grid-btn a {
    margin-top: 5px;
  }
  .search-results-list p::after {
    display: none;
  }
  .search-results-list p a {
    -webkit-transform: translateY(calc(100% + 15px));
            transform: translateY(calc(100% + 15px));
  }
  .search-results-list li {
    padding-bottom: 50px;
  }
  .article-filter-inner .v1 {
    width: calc(100% - var(--indent) * 2);
  }
  .article-filter-inner .v2 {
    width: 180px;
  }
  .article-filter-inner .v2 + .v1 {
    margin-top: 50px;
  }
  .block-submit._donation {
    padding: 15px 10px 1px;
  }
}

@media (max-width: 375px){
  .btn._arrow._xs-100p {
    width: 100%;
  }
  html {
    overflow-x: hidden;
    font-size: calc(var(--rem-base) - 3px);
  }
  h1,
.h1 {
    font-size: var(--min-fs);
  }
  h2,
.h2 {
    font-size: var(--min-fs);
  }
  h3,
.h3 {
    font-size: var(--min-fs);
  }
  h4,
.h4 {
    font-size: var(--min-fs);
  }
  h5,
.h5 {
    font-size: var(--min-fs);
  }
  .quote-block blockquote p {
    font-size: var(--min-fs);
  }
  .fact-grid > div:not(.fact-title) h2 {
    font-size: var(--min-fs);
  }
  .fact-grid > div:not(.fact-title) h3 {
    font-size: var(--min-fs);
  }
}

@media (min-width: 768px){
  .content-info > div:nth-of-type(n + 2) {
    padding-right: 20px;
  }
}

@media (min-width: 769px){
  .d-grid._col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .d-grid > div.span-2 {
    grid-column-start: span 2;
  }
  .d-grid > div.span-3 {
    grid-column-start: span 3;
  }
  .page-header._v2 {
    border-top: 20px solid #242423;
  }
  .header-top-list li.br-1 {
    position: relative;
    padding-left: var(--indent);
    margin-left: calc(var(--indent) * 2);
  }
  .header-top-list li.br-1:before {
    content: "";
    position: absolute;
    top: 60%;
    height: 8px;
    left: calc(var(--indent) * -1);
    width: 1px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #cfdbd5;
  }
  .footer-social {
    padding-left: 30px;
    margin-left: auto;
  }
  .tabs-vert {
    display: grid;
    grid-template-columns: 280px 1fr;
    grid-gap: 20px;
  }
  .tabs-vert .r-tabs-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tabs-vert .r-tabs-nav li {
    --liY: 10px;
  }
  .tabs-vert .r-tabs-nav li:nth-child(n+2) {
    margin-top: var(--liY);
  }
  .tabs-vert .r-tabs-nav a {
    font-size: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border: 1px solid #cfdbd5;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .tabs-vert .r-tabs-panel {
    height: 100%;
  }
  .img-txt-grid > div h5 {
    padding-top: 25px;
  }
  .img-txt-grid > div p {
    max-width: 480px;
  }
  .article-filter-inner {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1024px){
  .mh-50 {
    min-height: 500px;
  }
  .mh-58 {
    min-height: 580px;
  }
  .mh-68 {
    min-height: 680px;
  }
  .mh-74 {
    min-height: 740px;
  }
  .mh-94 {
    min-height: 940px;
  }
  .mw-for-form {
    max-width: calc(100% - 400px);
  }
  .mw-for-form2 {
    max-width: calc(100% - 500px);
  }
  .footer-info {
    margin: 0 10px;
  }
  .img-txt-grid-with-btns h2 {
    padding-right: 60px;
  }
}

@media (min-width: 1025px){
  .d-grid._col-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .h1-small h1 {
    font-size: 5.4rem;
  }
  .mh-84 {
    min-height: 840px;
  }
  .mbn-9 {
    margin-bottom: -90px;
  }
  .mbn-10 {
    margin-bottom: -100px;
  }
  .mbn-13 {
    margin-bottom: -130px;
  }
  .content-grid-sidebar hr {
    max-width: calc(100% - 40px);
  }
  .footer-btns {
    margin-left: 10px;
  }
  .has-mega-menu .mega-menu {
    left: 0 !important;
    width: 640px !important;
    max-width: 640px !important;
  }
  .has-mega-menu .mega-menu .col:nth-of-type(2) {
    width: 60%;
  }
  .block-nav-anchors {
    max-width: calc(100% - 400px);
  }
  .img-txt-grid._revert {
    grid-template-columns: 1fr 479px;
  }
  .img-txt-grid._v2 {
    grid-template-columns: 379px 1fr;
  }
}