@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-ExtraBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 0;
  margin: 0;
  outline: none;
}

*:hover, *:active, *:focus {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
}

body, html {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  max-width: 100%;
}

body {
  font-optical-sizing: auto;
  font-style: normal;
  min-height: 100vh;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #473419;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
          font-feature-settings: "pnum" on, "lnum" on;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
}

h1, .h1 {
  font-size: 32px;
}

h2, .h2 {
  font-size: 28px;
}

h3, .h3 {
  font-size: 26px;
}

h4, .h4 {
  font-size: 24px;
}

h5, .h5 {
  font-size: 20px;
}

h6, .h6 {
  font-size: 16px;
}

img, svg {
  border: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  image-rendering: auto;
  image-rendering: -webkit-optimize-contrast;
}

.image-rendering {
  -ms-interpolation-mode: nearest-neighbor;
      image-rendering: -webkit-optimize-contrast;
      image-rendering: pixelated;
}

ul, li {
  list-style: none;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
  outline: none;
}

strong, b {
  font-weight: 700;
}

.font-400 {
  font-weight: 400;
}

.font-500 {
  font-weight: 500;
}

.font-700 {
  font-weight: 700;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-italic {
  font-style: italic;
}

.flex, .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

.hb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.hc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hr {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.vc {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vb {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.container {
  margin: 0 auto;
  max-width: 1160px;
}

@media all and (max-width: 1180px) {
  .container {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media all and (max-width: 1020px) {
  .container {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media all and (min-width: 768px) {
  .visible-phone {
    display: none !important;
  }
}
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  position: absolute;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.5s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

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

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -ms-transform-origin: 0;
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

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

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

.fancybox-navigation {
  top: calc(50vh - 19px);
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/*!
 * justifiedGallery - v3.8.1
 * http://miromannino.github.io/Justified-Gallery/
 * Copyright (c) 2020 Miro Mannino
 * Licensed under the MIT license.
 */
.justified-gallery {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.justified-gallery > a,
.justified-gallery > div,
.justified-gallery > figure {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  /* background: #888888; To have gray placeholders while the gallery is loading with waitThumbnailsLoad = false */
  filter: "alpha(opacity=10)";
  opacity: 0.1;
  margin: 0;
  padding: 0;
}

.justified-gallery > a > img,
.justified-gallery > div > img,
.justified-gallery > figure > img,
.justified-gallery > a > a > img,
.justified-gallery > div > a > img,
.justified-gallery > figure > a > img,
.justified-gallery > a > svg,
.justified-gallery > div > svg,
.justified-gallery > figure > svg,
.justified-gallery > a > a > svg,
.justified-gallery > div > a > svg,
.justified-gallery > figure > a > svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  border: none;
  filter: "alpha(opacity=0)";
  opacity: 0;
}

.justified-gallery > a > .jg-caption,
.justified-gallery > div > .jg-caption,
.justified-gallery > figure > .jg-caption {
  display: none;
  position: absolute;
  bottom: 0;
  padding: 5px;
  background-color: #000000;
  left: 0;
  right: 0;
  margin: 0;
  color: white;
  font-size: 12px;
  font-weight: 300;
  font-family: sans-serif;
}

.justified-gallery > a > .jg-caption.jg-caption-visible,
.justified-gallery > div > .jg-caption.jg-caption-visible,
.justified-gallery > figure > .jg-caption.jg-caption-visible {
  display: initial;
  filter: "alpha(opacity=70)";
  opacity: 0.7;
  -webkit-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}

.justified-gallery > .jg-entry-visible {
  filter: "alpha(opacity=100)";
  opacity: 1;
  background: none;
}

.justified-gallery > .jg-entry-visible > img,
.justified-gallery > .jg-entry-visible > a > img,
.justified-gallery > .jg-entry-visible > svg,
.justified-gallery > .jg-entry-visible > a > svg {
  filter: "alpha(opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}

.justified-gallery > .jg-filtered {
  display: none;
}

.justified-gallery > .jg-spinner {
  position: absolute;
  bottom: 0;
  margin-left: -24px;
  padding: 10px 0 10px 0;
  left: 50%;
  filter: "alpha(opacity=100)";
  opacity: 1;
  overflow: initial;
}

.justified-gallery > .jg-spinner > span {
  display: inline-block;
  filter: "alpha(opacity=0)";
  opacity: 0;
  width: 8px;
  height: 8px;
  margin: 0 4px 0 4px;
  background-color: #000;
  border-radius: 6px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.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-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.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-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.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-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.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-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  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-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%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -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-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

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

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

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

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px ;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 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-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

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

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

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

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

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

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

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

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

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

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

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

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

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

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  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);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

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

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

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

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

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

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

.swiper-pagination-bullet {
  width: 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: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

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

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

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

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

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

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

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

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -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%);
      -ms-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: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, 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);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

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

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

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

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

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

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

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-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 > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
      touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.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 {
  pointer-events: auto;
}

.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;
      -ms-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;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

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

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

.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-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  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-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  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;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  line-height: 49px;
  padding: 0 24px 0 24px;
}
.btn svg {
  display: inline-block;
  margin-left: 4px;
  top: 3px;
}
.btn--thin {
  border: 1px solid #B5352C;
  color: #B5352C;
  border-radius: 60px;
}
.btn--thin svg path {
  fill: #B5352C;
}
.btn--thin:hover {
  background: #B5352C;
  color: #ffffff;
}
.btn--thin:hover svg path {
  fill: #ffffff;
}
.btn--brown {
  background: #B5352C;
  color: #ffffff;
  border-radius: 56px;
  border: 1px solid #B5352C;
}
.btn--brown:hover {
  background: transparent;
  color: #B5352C;
}
.btn--brown:hover svg path {
  fill: #B5352C;
}
.btn--dbrown {
  background: #A79968;
  border-radius: 56px;
  border: 1px solid #A79968;
  color: #ffffff;
}
.btn--dbrown:hover {
  background: transparent;
  color: #A79968;
}
.btn--dbrown:hover svg path {
  fill: #A79968;
}
.btn--blue {
  background: #63ACB3;
  border-radius: 56px;
  color: #ffffff;
  border: solid 1px #63ACB3;
}
.btn--blue:hover {
  background: transparent;
  color: #63ACB3;
}
.btn--blue:hover svg path {
  fill: #63ACB3;
}
.btn--sand {
  background: #9C7D61;
  border-radius: 56px;
  border: solid 1px #9C7D61;
  color: #ffffff;
}
.btn--sand svg path {
  fill: #ffffff;
}
.btn--sand:hover {
  background: transparent;
  color: #9C7D61;
}
.btn--blight {
  background-color: #37AEE2;
  border: solid 1px #37AEE2;
  color: #ffffff;
  border-radius: 56px;
}
.btn--blight svg path {
  fill: #ffffff;
}
.btn--blight:hover {
  background: transparent;
  color: #37AEE2;
}
.btn--blight:hover svg path {
  fill: #37AEE2;
}

@media all and (max-width: 1020px) {
  .btn {
    padding: 0 32px 0 32px;
  }
}
@media all and (max-width: 767px) {
  .btn--arrow {
    text-align: left;
    width: 100%;
    max-width: 350px;
  }
  .btn--arrow svg {
    top: 17px;
    position: absolute;
    right: 24px;
  }
}
.archive__title {
  width: 100%;
  margin-bottom: 40px;
}
.archive__pagination {
  padding: 15px;
  width: 100%;
  background: #F4F4ED;
  border-radius: 32px;
}
.archive__pagination a, .archive__pagination span {
  display: inline-block;
  text-decoration-line: underline;
  font-weight: 600;
  margin-right: 24px;
  color: #473419;
}
.archive__pagination a:last-child, .archive__pagination span:last-child {
  margin-right: 0;
}
.archive__pagination .prev, .archive__pagination .next {
  text-decoration: none;
}
.archive__pagination .prev svg, .archive__pagination .next svg {
  display: inline-block;
  top: 2px;
}
.archive__pagination .prev svg {
  margin-right: 10px;
}
.archive__pagination .next svg {
  margin-left: 10px;
}
.archive__pagination .current {
  opacity: 0.5;
  text-decoration: none;
}

@media all and (max-width: 420px) {
  .archive__title {
    margin-bottom: 32px;
  }
  .archive__pagination a, .archive__pagination span {
    margin-right: 16px;
  }
}
.breadcrumbs {
  margin-bottom: 40px;
}
.breadcrumbs span {
  font-size: 13px;
  line-height: 1.4;
  color: #000000;
}
.breadcrumbs__link {
  display: inline-block;
  margin-right: 8px;
}
.breadcrumbs__current {
  opacity: 0.5;
}
.breadcrumbs__separator {
  display: inline-block;
  margin-right: 8px;
}
.breadcrumbs__separator svg {
  top: 1px;
}

@media all and (max-width: 980px) {
  .breadcrumbs {
    margin-bottom: 32px;
  }
}
.events {
  margin-top: 35px;
}
.events .h1 {
  margin-bottom: 24px;
}
.events__info {
  width: 100%;
  margin-bottom: 24px;
  padding: 16px;
  background: #F4F4ED;
  border-radius: 24px;
}
.events__info h4, .events__info h5, .events__info h6 {
  line-height: 1.7;
  margin-bottom: 8px;
}
.events__info div {
  display: inline-block;
  margin-right: 40px;
}
.events__info div:last-child {
  margin-right: 0;
}
.events__info div p {
  line-height: 1.7;
}
.events__item {
  min-height: 332px;
  margin-right: 7px;
  margin-bottom: 24px;
  background: #F4F4ED;
  padding: 16px;
  border-radius: 24px;
  width: calc((100% - 42px) / 7);
}
.events__item:nth-child(7n+7) {
  margin-right: 0;
}
.events__item_date {
  border-bottom: 1px solid #473419;
  margin-bottom: 16px;
  padding-bottom: 2px;
}
.events__item_date .date {
  font-weight: 500;
}
.events__item_date .day {
  background: #FFEDD2;
  padding: 0 4px 0 4px;
  font-size: 13px;
  line-height: 140%;
  font-weight: 900;
}
.events__item_date.weekend .day {
  background: rgba(255, 17, 0, 0.3);
}
.events__item_time {
  width: 100%;
  display: block;
  margin-bottom: 16px;
}
.events__item_time:last-child {
  margin-bottom: 0;
}
.events__item_time .time {
  display: block;
  background: #ffffff;
  border: 1px solid #7C908B;
  border-radius: 32px;
  width: 60px;
  height: 30px;
  text-align: center;
  color: #7C908B;
  line-height: 30px;
  margin-bottom: 8px;
}
.events .btn {
  background: #A79968;
  margin-top: 17px;
}

@media all and (max-width: 1100px) {
  .events__item {
    width: calc((100% - 35px) / 6);
  }
  .events__item:nth-child(6n+6) {
    margin-right: 0;
  }
  .events__item:nth-child(7n+7) {
    display: none;
  }
  .events__info div {
    margin-right: 30px;
  }
}
@media all and (max-width: 980px) {
  .events__item {
    width: calc((100% - 28px) / 5);
  }
  .events__item:nth-child(5n+5) {
    margin-right: 0;
  }
  .events__item:nth-child(6n+6) {
    display: none;
  }
  .events__info div {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .events__info div:last-child {
    margin-bottom: 0;
  }
  .h1 {
    text-align: center;
  }
}
@media all and (max-width: 820px) {
  .events__item {
    width: calc((100% - 21px) / 4);
    margin-bottom: 7px;
  }
  .events__item:nth-child(4n+4) {
    margin-right: 0;
  }
  .events__item:nth-child(5n+5) {
    display: none;
  }
}
@media all and (max-width: 640px) {
  .events__item {
    width: calc((100% - 7px) / 2);
    min-height: 280px;
  }
  .events__item:nth-child(2n+2) {
    margin-right: 0;
  }
}
.fees {
  margin-top: 48px;
}
.fees .container {
  border-top: 4px solid #B5352C;
  padding-top: 32px;
}
.fees .h1 {
  margin-bottom: 48px;
}
.fees__item {
  width: calc((100% - 120px) / 4);
  margin-right: 40px;
  margin-bottom: 40px;
}
.fees__item:nth-child(4n+4), .fees__item:last-child {
  margin-right: 0;
}
.fees__item_top {
  width: 100%;
  height: 140px;
  border-radius: 24px;
  background: no-repeat top center;
  background-size: cover;
  padding: 16px;
}
.fees__item_top:before {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url(image.png);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(image.png);
  border-radius: 24px;
}
.fees__item_top h5 {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.2;
  z-index: 2;
}
.fees__item_top .label {
  position: absolute;
  top: 16px;
  right: 16px;
  display: block;
  border-radius: 30px;
  padding: 0 6px 0 6px;
  background: #B5352C;
  letter-spacing: 0.04em;
  color: #ffffff;
  font-weight: 700;
  font-size: 10px;
  line-height: 1.8;
  z-index: 2;
}
.fees__item_metrics {
  margin-top: 20px;
}
.fees__item_metrics span {
  display: block;
  padding: 3px 11px;
  border-radius: 30px;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: 700;
}
.fees__item_metrics p {
  font-weight: 700;
  color: #473419;
}
.fees__item_metrics .funded span {
  background: #B8DFBC;
}
.fees__item_metrics .funded p {
  font-size: 15px;
  line-height: 1.8;
}
.fees__item_metrics .target span {
  background: #DFCAB8;
}
.fees__item_metrics .target p {
  font-size: 22px;
  line-height: 1.22;
}
.fees__item_metrics .scale {
  display: block;
  width: 100%;
  margin-top: 8px;
  border-radius: 3px;
  height: 3px;
  background: rgba(71, 52, 25, 0.2);
}
.fees__item_metrics .scale .progress {
  width: auto;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background: #AB0707;
  border-radius: 3px;
}
.fees__item .btn {
  margin-top: 20px;
  width: 100%;
  border: 2px solid #B5352C;
  border-radius: 56px;
  font-size: 15px;
  line-height: 51px;
}
.fees__all {
  margin-top: 8px;
}
.fees__archive h1 {
  margin-bottom: 24px;
}
.fees__form {
  margin-top: 40px;
  background: rgba(131, 214, 225, 0.2);
  padding: 58px 54px 65px 54px;
  border-radius: 24px;
}
.fees__form > .row {
  margin-bottom: 40px;
}
.fees__form > .row:last-child {
  margin-bottom: 0;
}
.fees__form_col {
  width: calc((100% - 40px) / 2);
}
.fees__form_col:first-child {
  margin-right: 40px;
}
.fees__form_col.offset {
  padding-top: 40px;
}
.fees__form_col label {
  display: block;
  width: 100%;
  opacity: 0.6;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 20px;
}
.fees__form h4 {
  width: 100%;
  margin: 0 0 24px 0 !important;
  line-height: 1;
  font-weight: 400;
}
.fees__form p {
  margin-bottom: 10px !important;
}
.fees__form_input {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid rgba(156, 125, 97, 0.2);
  border-radius: 10px;
  padding: 19px 20px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #473419;
  line-height: 1;
  font-weight: 600;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.fees__form_input::-webkit-input-placeholder {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.5);
}
.fees__form_input::-webkit-input-placeholder, .fees__form_input:-moz-placeholder, .fees__form_input::-moz-placeholder, .fees__form_input:-ms-input-placeholder, .fees__form_input::placeholder {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.5);
}
.fees__form_input::-webkit-outer-spin-button, .fees__form_input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.fees__form_input.invalid {
  border-color: #ff0000;
}
.fees__form_consents {
  margin-top: 30px;
}
.fees__form .checkbox {
  display: block;
  margin-bottom: 20px;
}
.fees__form .checkbox:last-child {
  margin-bottom: 0;
}
.fees__form .checkbox label {
  width: 24px;
  height: 24px;
  display: inline-block;
}
.fees__form .checkbox label span, .fees__form .checkbox label input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.fees__form .checkbox label span {
  content: "";
  background: #FFFFFF;
  border: 1px solid rgba(156, 125, 97, 0.2);
  border-radius: 4px;
  cursor: pointer;
}
.fees__form .checkbox label input {
  opacity: 0;
}
.fees__form .checkbox label input:checked + span {
  background: url("../images/checkbox-check.svg") no-repeat center #ffffff;
  background-size: auto;
}
.fees__form .checkbox label.invalid span {
  border-color: #ff0000;
}
.fees__form .checkbox__text {
  width: calc(100% - 36px);
  margin-left: 6px;
  display: inline-block;
  min-height: 24px;
  vertical-align: top;
}
.fees__form .checkbox__text a {
  text-decoration: underline;
}
.fees__form_bottom {
  margin-top: 24px;
}
.fees__form_bottom .payments {
  display: inline-block;
  margin-left: 45px;
}
.fees__form .btn {
  width: 239px;
  text-align: left;
}
.fees__form .btn svg {
  top: 17px;
  position: absolute;
  right: 24px;
}
.fees__form_error {
  position: absolute;
  left: 0;
  bottom: -18px;
  display: block;
  color: #ff0000;
  margin-top: 5px;
  font-size: 14px;
  line-height: 1;
  padding-left: 5px;
}
.fees__info {
  margin-top: 40px;
}
.fees__info h2, .fees__info h3 {
  width: 100%;
  margin: 0 0 32px 0 !important;
}
.fees__info p {
  margin-bottom: 0 !important;
  line-height: 1.2 !important;
}
.fees__info .content-table {
  margin-bottom: 32px !important;
}
.fees__info .content-table tr td {
  line-height: 1.2;
}

@media all and (max-width: 980px) {
  .fees__item {
    width: calc((100% - 40px) / 2);
  }
  .fees__item:nth-child(2n+2) {
    margin-right: 0;
  }
  .fees__item_top {
    height: 200px;
  }
  .fees__form {
    padding: 32px 20px;
  }
}
@media all and (max-width: 767px) {
  .fees__form > .row {
    margin-bottom: 24px;
  }
  .fees__form_col {
    width: 100%;
    margin-right: 0 !important;
    padding-top: 35px;
  }
  .fees__form_col.offset {
    padding-top: 24px;
  }
  .fees__form_col label {
    margin-bottom: 15px;
  }
  .fees__form h4 {
    margin: 0 !important;
  }
  .fees__info {
    margin-top: 32px;
  }
  .fees__info .content-table {
    margin-bottom: 16px !important;
  }
}
@media all and (max-width: 620px) {
  .fees {
    margin-top: 32px;
  }
  .fees > .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .fees .h1 {
    margin-bottom: 32px;
  }
  .fees__item {
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
    margin-bottom: 40px;
    margin-right: auto !important;
  }
  .fees__item_top {
    height: 140px;
  }
  .fees__form_bottom {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .fees__form_bottom .payments {
    margin: 24px 0 0 0;
  }
  .fees__form_consents {
    margin-top: 35px;
  }
}
.footer {
  margin-bottom: 67px;
}
.footer__house {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.footer__wrap {
  padding: 34px 113px;
  background: rgba(156, 125, 97, 0.1);
  border-radius: 24px;
}
.footer__menu {
  width: 100%;
}
.footer__menu ul {
  padding-bottom: 16px;
  border-bottom: 1px solid #9C7D61;
  display: inline-block;
}
.footer__menu ul > li {
  display: inline-block;
  margin-right: 24px;
}
.footer__menu ul > li:last-child {
  margin-right: 0;
}
.footer__menu ul > li > a {
  color: #000000;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.2;
}
.footer__contacts {
  margin-top: 24px;
  color: #000000;
}
.footer__contacts_address {
  text-align: center;
  margin-bottom: 8px;
}
.footer__contacts_phones {
  margin-bottom: 8px;
}
.footer__contacts_phones a {
  display: block;
  margin: 0 auto;
  margin-bottom: 8px;
  color: #000000;
  padding-left: 24px;
  background: url("../images/phone-icon.svg") no-repeat left center;
}
.footer__contacts_social {
  margin-bottom: 16px;
}
.footer__contacts_social span {
  display: inline-block;
  margin-right: 20px;
  line-height: 1;
}
.footer__contacts_social a {
  display: inline-block;
  margin-right: 20px;
}
.footer__contacts_social a:last-child {
  margin-right: 0;
}
.footer__contacts_email {
  padding-left: 26px;
  background: url("../images/email-icon.svg") no-repeat left center;
  text-decoration-line: underline;
  color: #4680C2;
  line-height: 1.18;
}
.footer__bottom {
  margin-top: 24px;
}
.footer__bottom p {
  text-align: center;
  max-width: 911px;
  color: #473419;
  opacity: 0.5;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.57;
  margin-bottom: 16px;
}
.footer__bottom p:last-child {
  margin-bottom: 0;
}

@media all and (max-width: 980px) {
  .footer {
    margin-top: 40px;
  }
  .footer__wrap {
    padding: 32px 20px;
    border-radius: 0;
    width: calc(100% + 40px);
    left: -20px;
  }
}
@media all and (max-width: 767px) {
  .footer {
    margin-bottom: 40px;
  }
  .footer ul > li {
    display: block;
    margin-right: 0;
    margin-bottom: 16px;
    text-align: center;
  }
  .footer ul > li:last-child {
    margin-bottom: 0;
  }
}
.gallery__album {
  width: calc(100% + 80px) !important;
  left: -40px;
  top: -40px;
}
.gallery__album .h1 {
  margin-bottom: 48px;
}
.gallery__album_item {
  border-radius: 24px;
}
.gallery__album_item span {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  z-index: 2;
}
.gallery__album_item span svg {
  width: 44px;
  height: auto;
}
.gallery__album_item:hover span {
  opacity: 1;
}
.gallery__album_item img {
  z-index: 1;
}
.gallery__covers {
  margin-bottom: 40px;
}
.gallery__covers_item {
  display: inline-block;
  width: calc((100% - 40px) / 2);
  height: 420px;
  margin-right: 40px;
  margin-bottom: 40px;
  background: no-repeat top center;
  background-size: cover;
  border-radius: 24px;
}
.gallery__covers_item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.1)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1));
  z-index: 1;
  border-radius: 24px;
}
.gallery__covers_item span {
  position: absolute;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  padding: 15px 20px;
  font-size: 18px;
  color: #ffffff;
  width: 100%;
  border-radius: 0 0 24px 24px;
  z-index: 3;
  display: none;
}
.gallery__covers_item a {
  display: block;
  width: 100%;
  height: 100%;
}
.gallery__covers_item:nth-child(2n+2) {
  margin-right: 0;
}
.gallery__covers_item:hover span {
  display: block;
}

@media all and (max-width: 767px) {
  .gallery__album {
    width: calc(100% + 40px) !important;
    left: -20px;
    top: -20px;
  }
  .gallery__covers {
    margin-bottom: 20px;
  }
  .gallery__covers_item {
    width: 100%;
    height: 360px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .gallery__covers_item span {
    font-size: 16px;
    display: block;
  }
}
@media all and (max-width: 480px) {
  .gallery__covers_item {
    height: 260px;
  }
}
.header {
  padding-top: 38px;
  margin-bottom: 33px;
}
.header__top {
  width: 100%;
  margin-bottom: 40px;
}
.header__top_logo .logo-mobile {
  display: none;
}
.header__top_slogan {
  display: inline-block;
  max-width: 192px;
  color: #9C7D61;
  font-size: 12px;
  line-height: 1.25;
}
.header__top_slogan span {
  display: block;
  margin-top: 5px;
}
.header__top_contacts {
  line-height: 1.3;
  color: #000000;
}
.header__top_contacts .address {
  margin-bottom: 8px;
}
.header__top_contacts .phones a {
  display: inline-block;
  margin-right: 16px;
  padding-left: 24px;
  background: url("../images/phone-icon.svg") no-repeat left center;
  color: #000000;
}
.header__top_contacts .phones a:last-child {
  margin-right: 0;
}
.header__top_social p {
  line-height: 1;
  margin-bottom: 8px;
}
.header__top_social a {
  display: inline-block;
  margin-right: 20px;
}
.header__top_social a:last-child {
  margin-right: 0;
}
.header__top .btn {
  width: 180px;
}
.header__menu {
  width: 100%;
  padding: 12px 16px;
  background: #F4F4ED;
  border-radius: 32px;
}
.header__menu ul > li {
  display: inline-block;
  margin-right: 38px;
}
.header__menu ul > li:last-child {
  margin-right: 0;
}
.header__menu ul > li > a {
  display: block;
  width: 100%;
  letter-spacing: 0.02em;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #000000;
}
.header__menu ul > li > a:hover {
  color: #B5352C;
}
.header__menu ul > li .sub-menu {
  display: none;
  min-width: 250px;
  position: absolute;
  top: 15px;
  width: auto;
  height: auto;
  z-index: 19;
  padding: 20px;
  background: #F4F4ED;
  border-radius: 10px;
}
.header__menu ul > li .sub-menu > li {
  display: block;
  margin-bottom: 10px;
}
.header__menu ul > li .sub-menu > li:last-child {
  margin-bottom: 0;
}
.header__menu ul > li .sub-menu > li > a {
  text-transform: none;
}
.header__menu ul > li.menu-item-has-children > a {
  padding-right: 16px;
  background: url("../images/menu-arrow.svg") no-repeat center right;
}
.header__menu ul > li.menu-item-has-children .arrow {
  width: 15px;
  height: 15px;
  background: url("../images/menu-arrow.svg") no-repeat center;
  background-size: auto;
  position: absolute;
  right: 0;
  top: 3px;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.header__menu ul > li.menu-item-has-children .arrow.active {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.header__menu ul > li.menu-item-has-children:hover .sub-menu {
  display: block;
}
.header__menu_search {
  width: 258px;
  height: 31px;
  display: inline-block;
  border-radius: 64px;
  background: #ffffff;
}
.header__menu_search input[type=text] {
  margin-left: 44px;
  height: 32px;
  font-size: 12px;
  line-height: 1;
  border: none;
  background: transparent;
}
.header__menu_search input[type=text]::-webkit-input-placeholder {
  letter-spacing: 0.02em;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  color: #000000;
  opacity: 0.5;
  text-transform: uppercase;
}
.header__menu_search input[type=text]::-webkit-input-placeholder, .header__menu_search input[type=text]:-moz-placeholder, .header__menu_search input[type=text]::-moz-placeholder, .header__menu_search input[type=text]:-ms-input-placeholder, .header__menu_search input[type=text]::placeholder {
  letter-spacing: 0.02em;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  color: #000000;
  opacity: 0.5;
  text-transform: uppercase;
}
.header__menu_search input[type=submit] {
  position: absolute;
  top: 10px;
  left: 24px;
  width: 12px;
  height: 12px;
  background: url("../images/search-icon.svg") no-repeat center;
  background-size: cover;
  background-color: transparent;
  border: none;
}
.header .visible-mobile {
  display: none;
}
.header .mobile-menu {
  position: absolute;
  right: 0;
  top: 23px;
}
.header .mobile-menu .close-menu {
  display: none;
}
.header .mobile-menu.active .close-menu {
  display: block;
}
.header .mobile-menu.active .open-menu {
  display: none;
}

body.page .header {
  margin-bottom: 24px;
}

@media all and (max-width: 1180px) {
  .header__top_logo img {
    max-width: 130px;
    height: auto;
  }
  .header__top_social {
    display: none;
  }
  .header__top_contacts .phones a {
    width: 100%;
    display: block;
  }
  .header__menu {
    width: calc(100% - 60px);
  }
  .header__menu ul > li {
    margin-right: 25px;
  }
  .header__menu ul > li a {
    font-size: 13px;
  }
  .header__menu_search {
    width: 200px;
  }
}
@media all and (max-width: 1020px) {
  .header {
    padding-top: 10px;
    margin-bottom: 24px;
  }
  .header .hidden-mobile {
    display: none;
  }
  .header .visible-mobile {
    display: block;
  }
  .header__top {
    background: #F4F4ED;
    padding: 8px 20px;
    margin-bottom: 8px;
    margin-right: 0;
    margin-left: 0;
  }
  .header__top .btn {
    display: none;
  }
  .header__top_logo {
    margin-right: 12px;
  }
  .header__top_logo .logo-desktop {
    display: none;
  }
  .header__top_logo .logo-mobile {
    display: inline-block;
  }
  .header__top_slogan {
    font-size: 10px;
    line-height: 1;
  }
  .header__top_slogan span {
    margin-top: 0;
  }
  .header__top_contacts {
    margin-bottom: 8px;
    font-size: 14px;
  }
  .header__top_contacts .phones a {
    width: auto;
    display: inline-block;
    margin-right: 9px;
    font-size: 14px;
  }
  .header__top > .row {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .header__top_social {
    margin-bottom: 24px;
    z-index: 9;
  }
  .header__top_social .flex {
    width: 100%;
  }
  .header__menu {
    position: fixed;
    z-index: 5;
    width: 100vw;
    border-radius: 0;
    top: 138px;
    left: 0;
    height: calc(100vh - 138px);
    background: rgba(244, 244, 237, 0.9);
    padding-top: 84px;
    -webkit-transform: translateX(100vw);
        -ms-transform: translateX(100vw);
            transform: translateX(100vw);
    -webkit-transition: ease-in-out 0.6s;
    transition: ease-in-out 0.6s;
    margin: 0;
  }
  .header__menu.opened {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .header__menu > .row {
    max-height: calc(100vh - 260px);
    overflow-y: auto;
    scrollbar-width: none;
  }
  .header__menu > .row::-webkit-scrollbar {
    opacity: 0;
  }
  .header__menu ul > li {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }
  .header__menu ul > li > a {
    font-size: 14px;
    line-height: 1;
  }
  .header__menu ul > li .sub-menu {
    min-width: 100%;
    position: relative;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 19;
    padding: 0;
    background: transparent;
    border-radius: 0;
    margin-top: 24px;
    border-top: solid 1px #CCCCCC;
  }
  .header__menu ul > li .sub-menu > li {
    padding: 16px;
    border-bottom: solid 1px #CCCCCC;
  }
  .header__menu ul > li .sub-menu > li > a {
    font-size: 16px;
    line-height: 1.4;
    text-transform: lowercase;
  }
  .header__menu ul > li .sub-menu.opened {
    display: block !important;
  }
  .header__menu ul > li.menu-item-has-children {
    padding-right: 20px;
  }
  .header__menu ul > li.menu-item-has-children > a {
    width: 100%;
    background: none;
    padding-right: 0;
  }
  .header__menu ul > li.menu-item-has-children:hover .sub-menu {
    display: none;
  }
  .header__menu_search {
    width: 100%;
    height: 40px;
    margin-bottom: 24px;
  }
  .header__menu_search input[type=text] {
    margin-left: 48px;
    height: 40px;
    font-size: 14px;
  }
  .header__menu_search input[type=text]::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 1.2;
    color: #000000;
    opacity: 1;
  }
  .header__menu_search input[type=text]::-webkit-input-placeholder, .header__menu_search input[type=text]:-moz-placeholder, .header__menu_search input[type=text]::-moz-placeholder, .header__menu_search input[type=text]:-ms-input-placeholder, .header__menu_search input[type=text]::placeholder {
    font-size: 14px;
    line-height: 1.2;
    color: #000000;
    opacity: 1;
  }
  .header__menu_search input[type=submit] {
    top: 12px;
    width: 16px;
    height: 16px;
  }
}
.help__block {
  overflow: hidden;
  max-width: 1292px;
  margin-top: 52px;
  padding: 57px 71px 82px 50px;
}
.help__block_wrap {
  border: 4px solid #B5352C;
  border-radius: 24px;
  padding: 60px 25px 46px 25px;
  z-index: 1;
}
.help__block .angel-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.help__block .angel-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.help__block_title {
  position: absolute;
  display: inline-block;
  font-weight: 700;
  line-height: 1.2;
  padding: 0 24px 0 24px;
  color: #B5352C;
  width: auto;
  text-align: center;
  z-index: 3;
  top: 40px;
  left: 50%;
  background: #ffffff;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.help__block_subtitle {
  text-align: center;
  max-width: 75%;
  line-height: 1.4;
  display: block;
  margin: 0 auto;
  margin-bottom: 34px;
}
.help__block_info {
  margin-right: 34px;
  max-width: 462px;
}
.help__block_info:last-child {
  margin-right: 0;
}
.help__block_info p {
  font-weight: 400;
}
.help__block_info strong {
  display: block;
}
.help__block_info .qr-code {
  display: inline-block;
  width: 150px;
  height: auto;
  margin-right: 8px;
}
.help__block_info .text {
  max-width: calc(100% - 158px);
  padding-top: 10px;
}

@media all and (max-width: 980px) {
  .help__block {
    margin-top: 34px !important;
  }
}
@media all and (max-width: 820px) {
  .help__block {
    max-width: 100%;
    padding: 90px 0 62px 0;
    margin: 0;
  }
  .help__block .angel-1 {
    width: 183px;
    height: auto;
    left: -38px;
  }
  .help__block .angel-2 {
    width: 200px;
    height: auto;
    right: -38px;
    bottom: -20px;
  }
  .help__block_wrap {
    border-radius: 0;
    padding: 44px 30px 80px 30px;
  }
  .help__block_title {
    top: 76px;
  }
  .help__block_subtitle {
    max-width: 100%;
    margin-bottom: 24px;
  }
  .help__block_info:last-child {
    margin-top: 30px;
  }
}
@media all and (max-width: 600px) {
  .help__block_title {
    padding: 0;
    white-space: nowrap;
    font-size: 28px;
  }
}
.howhelp {
  margin-top: 24px;
  background: #FFFCF2;
  border-radius: 24px;
  padding: 40px;
}
.howhelp .container {
  max-width: 660px;
}
.howhelp h4, .howhelp h5, .howhelp h6 {
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}
.howhelp p {
  text-align: center;
}
.howhelp table {
  width: 100% !important;
  margin: 40px 0;
}
.howhelp table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #E3E3E3;
  border-top: none;
  background: #FFFFFF;
}
.howhelp table tr:first-child {
  border-top: 1px solid #E3E3E3;
  background: rgba(181, 53, 44, 0.1);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.howhelp table tr:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.howhelp table td {
  width: 50% !important;
  padding: 8px 16px;
  line-height: 1.2;
}
.howhelp .btn {
  width: 240px;
  text-align: left;
  margin-bottom: 0;
}
.howhelp .btn svg {
  top: 17px;
  position: absolute;
  right: 24px;
}

@media all and (max-width: 1180px) {
  .howhelp {
    margin-top: 24px;
    border-radius: 0;
    width: calc(100% + 60px);
    left: -30px;
  }
  .howhelp .container {
    max-width: 100%;
    margin: 0;
  }
}
@media all and (max-width: 1020px) {
  .howhelp {
    width: calc(100% + 40px);
    left: -20px;
  }
}
@media all and (max-width: 980px) {
  .howhelp {
    padding: 32px 20px;
  }
  .howhelp .btn {
    width: 100%;
    max-width: 350px;
  }
}
.journal__block {
  overflow: hidden;
  margin-top: 67px;
}
.journal__block_text {
  width: 560px;
}
.journal__block_text .h1 {
  margin-bottom: 32px;
}
.journal__block_text .btn {
  margin-top: 32px;
}
.journal__block_img {
  width: calc(100% - 560px);
}
.journal__block_img img {
  width: 100%;
  height: auto;
}
.journal__block_img:before {
  content: "";
  position: absolute;
  left: 10%;
  top: 0;
  width: 80%;
  height: 100%;
  background: #9C7D61;
  opacity: 0.1;
  border-radius: 24px;
}
.journal__page .page__title {
  margin-bottom: 32px;
}
.journal__page_text {
  max-width: 860px;
  margin-bottom: 32px;
}
.journal__page_text p {
  line-height: 1.6;
}
.journal__releases_item {
  width: 100%;
}
.journal__releases_item .year {
  background: #FFFFFF;
  border: 1px solid #7C908B;
  border-radius: 32px;
  padding: 7px 17px;
  color: #7C908B;
  display: inline-block;
  margin-bottom: 32px;
}
.journal__releases_item a {
  display: inline-block;
  width: calc((100% - 76px) / 3);
  margin-right: 38px;
  background: url("../images/pdf-icon.png") no-repeat top left;
  background-size: auto;
  padding-left: 76px;
  min-height: 68px;
  margin-bottom: 32px !important;
}
.journal__releases_item a:nth-child(3n+3) {
  margin-right: 0;
}
.journal__releases_item a img {
  display: none;
}
.journal__releases_item a h5 {
  line-height: 1.4;
  margin-bottom: 10px !important;
  color: #473419;
  text-decoration: underline;
  margin-top: 4px;
}
.journal__releases_item a span {
  font-weight: 400;
  color: #473419;
}
.journal__releases_item a span .extension {
  text-transform: uppercase;
}

@media all and (max-width: 1200px) {
  .journal__block_text, .journal__block_img {
    width: 50%;
  }
}
@media all and (max-width: 980px) {
  .journal__block {
    margin-top: 32px;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .journal__block_text {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 24px;
    padding: 0 24px 0 24px;
  }
  .journal__block_text .h1 {
    margin-bottom: 24px;
  }
  .journal__block_img {
    width: 100%;
    height: 338px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .journal__block_img img {
    width: auto;
    height: 90%;
    margin: 0 auto;
    display: block;
  }
  .journal__block_img:before {
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
  .journal__block .btn {
    margin: 0 auto;
    display: block;
    margin-top: 16px;
  }
  .journal__releases a {
    width: calc((100% - 16px) / 2);
    margin-right: 16px;
  }
  .journal__releases a:nth-child(3n+3) {
    margin-right: 16px;
  }
  .journal__releases a:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media all and (max-width: 620px) {
  .journal__releases a h5 {
    font-size: 16px;
    margin-bottom: 6px !important;
  }
}
@media all and (max-width: 450px) {
  .journal__block_img img {
    left: -15px;
  }
  .journal__releases a {
    width: 100%;
    margin-right: 0 !important;
  }
}
.news__block {
  padding: 64px 56px;
  border-radius: 24px;
  background: rgba(132, 215, 223, 0.1);
  margin-top: 60px;
}
.news__block .h1 {
  margin-bottom: 48px;
}
.news__block .btn {
  margin-top: 48px;
}
.news__block_month {
  background: #ffffff;
  border: 1px solid #7C908B;
  border-radius: 32px;
  padding: 8px 16px 8px 16px;
  color: #7C908B;
  font-weight: 400;
}
.news__item {
  width: calc((100% - 40px) / 2);
  min-height: 212px;
  background: #ffffff;
  margin-right: 40px;
  padding: 16px;
  margin-bottom: 40px;
  border-radius: 16px;
}
.news__item:nth-child(2n+2) {
  margin-right: 0;
}
.news__item .cover {
  width: 132px;
  height: 100%;
  min-height: 180px;
  margin-right: 16px;
  border-radius: 8px;
  background: no-repeat top center;
  background-size: cover;
}
.news__item .text {
  width: calc(100% - 148px);
  color: #473419;
  height: 100%;
  min-height: 180px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news__item .text > div {
  width: 100%;
}
.news__item .text h6 {
  margin-bottom: 11px;
  line-height: 1.4;
}
.news__item .text p {
  line-height: 1.2;
}
.news__item .text .date {
  opacity: 0.5;
  display: block;
  margin-top: 11px;
}

.archive .news__item {
  padding: 0;
  min-height: 220px;
}
.archive .news__item .cover {
  width: 160px;
  min-height: 220px;
}
.archive .news__item .text {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: calc(100% - 176px);
}
.archive .news__item .text .date {
  opacity: 1;
  margin-top: 8px;
}

@media all and (max-width: 1130px) {
  .news__item {
    min-height: 302px;
  }
}
@media all and (max-width: 980px) {
  .news__item {
    width: 100%;
    min-height: 212px;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .news__item .cover {
    width: 132px;
    height: 180px;
  }
  .news__item .text {
    width: calc(100% - 148px);
  }
  .news__block {
    padding: 40px 20px;
    margin-top: 32px;
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;
  }
  .news__block .h1 {
    text-align: left;
    margin-bottom: 16px;
    width: 100%;
  }
  .news__block_month {
    margin-bottom: 32px;
  }
  .news__block .btn {
    margin: 0 auto;
    display: block;
    margin-top: 16px;
  }
  .archive .news__item .cover {
    width: 132px;
    height: 180px;
  }
  .archive .news__item .text {
    width: calc(100% - 148px);
    padding-right: 5px;
  }
}
@media all and (max-width: 376px) {
  .news__item .text p {
    font-size: 15px;
  }
}
.page__title {
  width: 100%;
  margin-bottom: 24px;
}
.page__content h2, .page__content h3, .page__content h4, .page__content h5, .page__content h6, .page__content p, .page__content li {
  margin-bottom: 16px;
}
.page__content p {
  font-weight: 400;
}
.page__content p:last-child {
  margin-bottom: 0;
}
.page__content h2, .page__content h3, .page__content h4, .page__content h5, .page__content h6 {
  margin-top: 24px;
}
.page__content ul {
  padding-left: 24px;
}
.page__content li {
  list-style: disc;
}
.page__content img,
.page__content .wp-block-embed-youtube {
  width: auto;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 24px;
  margin: 0 auto;
}
.page__content .wp-block-embed-youtube iframe {
  display: block;
  border-radius: 24px;
  margin: 0 auto;
}
.page__content .content-table {
  width: 100%;
  margin-bottom: 40px;
}
.page__content .content-table:last-child {
  margin-bottom: 0;
}
.page__content .content-table tr {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page__content .content-table tr:last-child {
  margin-bottom: 0;
}
.page__content .content-table tr td:first-child {
  width: 560px !important;
  margin-right: 40px;
}
.page__content .content-table tr td:last-child {
  width: calc(100% - 600px) !important;
}
.page__content .content-table tr td img {
  border-radius: 24px;
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}
.page__content .content-table tr td img:last-child {
  margin-bottom: 0;
}
.page__content .content-table tr td br {
  display: none;
}
.page__content .content-table tr td p {
  margin-bottom: 8px;
}
.page__content .content-table.centered tr {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page__content .post-date {
  display: inline-block;
  margin-bottom: 40px;
  background: #FFFFFF;
  border: 1px solid #7C908B;
  border-radius: 32px;
  padding: 8px 16px;
  color: #7C908B;
}
.page__content hr {
  display: block;
  width: 100%;
  height: 30px;
  border: none;
  background: transparent;
}
.page__content_video {
  width: 100%;
  height: 600px;
}
.page .slider {
  margin-top: 44px;
  margin-bottom: 54px;
}

@media all and (max-width: 1200px) {
  .page__content .content-table tr td:first-child {
    width: 50% !important;
    margin-right: 0;
    padding-right: 20px;
  }
  .page__content .content-table tr td:last-child {
    width: 50% !important;
    padding-left: 20px;
  }
}
@media all and (max-width: 980px) {
  .page .slider {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
@media all and (max-width: 820px) {
  .page__content .content-table tr {
    margin-bottom: 16px;
  }
  .page__content .content-table tr td:first-child {
    width: 100% !important;
    padding-right: 0;
  }
  .page__content .content-table tr td:last-child {
    width: 100% !important;
    padding-left: 0;
    margin-top: 16px;
  }
  .page__content .content-table tr td img {
    margin-bottom: 16px;
  }
  .page__content hr {
    height: 0;
  }
}
.home .footer {
  margin-top: 26px;
}

.page.kontakty .footer {
  margin-top: 34px;
}

.archive .help__block {
  margin-top: 72px;
}

.post-type-archive-fees .help__block {
  margin-top: 21px;
}

.page-template-template-events .help__block {
  margin-top: 67px;
}

.single-post .help__block {
  margin-top: 32px;
}

.page .help__block {
  margin-top: 61px;
}

.single-rite .help__block {
  margin-top: 44px;
}

.single-fees .help__block,
.category-video .help__block {
  margin-top: 56px;
}

.person {
  margin-top: 56px;
}
.person .container {
  background: #FCF9EE;
  padding: 48px 200px 8px 200px;
  border-radius: 32px;
}
.person__row {
  width: 100%;
}
.person .h1 {
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}
.person__item {
  width: calc((100% - 120px) / 4);
  margin-right: 40px;
  margin-bottom: 40px;
}
.person__item:nth-child(4n+4) {
  margin-right: 0;
}
.person__item_photo {
  display: block;
  width: 160px;
  height: 160px;
  margin: 0 auto;
  background: no-repeat top center;
  background-size: cover;
  border-radius: 50%;
}
.person__item h5 {
  width: 100%;
  line-height: 1.4;
  margin: 8px 0 8px 0;
  text-decoration: underline;
}
.person__item p {
  width: 100%;
}

@media all and (max-width: 1180px) {
  .person {
    margin-top: 32px;
    width: calc(100% + 60px);
    left: -30px;
  }
  .person .container {
    padding: 32px 30px;
    border-radius: 0;
    margin: 0;
  }
}
@media all and (max-width: 767px) {
  .person .container {
    padding: 32px 20px;
  }
  .person__item {
    width: calc((100% - 32px) / 2);
    margin-right: 16px;
    margin-bottom: 16px;
  }
  .person__item:nth-child(2n+2) {
    margin-right: 0;
  }
  .person__item h5, .person__item p {
    text-align: center;
  }
  .person .h1 {
    margin-bottom: 24px;
  }
}
.rites {
  margin-top: 72px;
}
.rites .container {
  background: #FFFCF2;
  padding: 48px 40px;
  border-radius: 24px;
}
.rites .h1 {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
.rites__item {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 16px;
  background: #FFEDD2;
  border: 2px solid #EDD2AC;
  border-radius: 40px;
  padding: 13px 16px;
  color: #624123;
  text-transform: lowercase;
  text-align: center;
  font-weight: 400;
}
.rites__item:hover {
  background: #EDD2AC;
}
.rites__form {
  background: rgba(55, 174, 226, 0.1);
  border-radius: 24px;
  padding: 40px 55px 58px 55px;
  margin-top: 24px;
}
.rites__form .row.mb {
  margin-bottom: 56px;
}
.rites__form_col {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
}
.rites__form_col:last-child {
  margin-right: 0;
}
.rites__form_col .wrap {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid rgba(156, 125, 97, 0.2);
  border-radius: 24px;
  padding: 20px;
  min-height: 276px;
  margin-bottom: 20px;
}
.rites__form label {
  display: block;
  width: 100%;
  font-weight: 700;
  color: #000000;
  letter-spacing: 0.03em;
  opacity: 0.6;
  font-size: 16px;
  line-height: 1.18;
  margin-bottom: 10px;
}
.rites__form select, .rites__form input, .rites__form textarea {
  font-family: "Inter", sans-serif;
  width: 100%;
  padding: 20px;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  border: 1px solid rgba(156, 125, 97, 0.2);
  border-radius: 24px;
  margin-bottom: 20px;
  color: #473419;
}
.rites__form select.invalid, .rites__form input.invalid, .rites__form textarea.invalid {
  border-color: #ff0000;
}
.rites__form select {
  background: url("data:image/svg+xml;charset=UTF-8,<svg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M0.0996094 0.5H5.04936H9.9991L5.04936 5.44975L0.0996094 0.5Z' fill='%2337AEE2'/></svg>") #FFFFFF no-repeat center right 20px;
  background-size: 10px auto;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.rites__form input::-webkit-input-placeholder, .rites__form textarea::-webkit-input-placeholder {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: #473419;
  opacity: 0.5;
}
.rites__form input::-webkit-input-placeholder, .rites__form input:-moz-placeholder, .rites__form input::-moz-placeholder, .rites__form input:-ms-input-placeholder, .rites__form input::placeholder, .rites__form textarea::-webkit-input-placeholder, .rites__form textarea:-moz-placeholder, .rites__form textarea::-moz-placeholder, .rites__form textarea:-ms-input-placeholder, .rites__form textarea::placeholder {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: #473419;
  opacity: 0.5;
}
.rites__form textarea {
  resize: none;
  height: 276px;
  line-height: 1.4;
}
.rites__form_names {
  padding-left: 20px;
  margin-bottom: 50px;
  width: 100%;
}
.rites__form_names > li {
  width: 100%;
  list-style: auto;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  font-weight: 600;
}
.rites__form_names > li:last-child {
  margin-bottom: 0;
}
.rites__form_names > li::marker {
  color: #9C7D61;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.18;
}
.rites__form #order_total {
  text-align: right;
  font-weight: 600;
  width: 100%;
}
.rites__form .btn {
  width: 260px;
  text-align: left;
  margin-top: 33px;
}
.rites__form .btn svg {
  top: 17px;
  position: absolute;
  right: 24px;
}
.rites__form .btn.disabled {
  cursor: inherit;
  opacity: 0.7;
}
.rites__form_errors p {
  color: #ff0000;
  margin-bottom: 5px;
  font-weight: 500;
}
.rites__form_errors p:last-child {
  margin-bottom: 0;
}
.rites__form_error {
  font-size: 14px;
  line-height: 1;
  color: #ff0000;
  width: 100%;
  top: -14px;
  padding-left: 5px;
}
.rites__form_success {
  color: green;
}

@media all and (max-width: 980px) {
  .rites {
    margin-top: 32px;
  }
  .rites .container {
    padding: 32px 20px;
    border-radius: 0;
    margin: 0;
  }
  .rites__form {
    padding: 32px 20px;
  }
  .rites__form_col {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }
  .rites__form_col:last-child {
    margin-bottom: 0;
  }
  .rites__form .row {
    margin-bottom: 24px;
  }
  .rites__form .row:last-child input {
    margin-bottom: 0;
  }
  .rites__form .btn {
    width: 100%;
    max-width: 350px;
    margin-top: 0;
  }
}
@media all and (max-width: 840px) {
  .rites .btn {
    display: block;
  }
}
@media all and (max-width: 375px) {
  .rites__item {
    padding: 13px 12px;
    font-size: 14px;
    margin-right: 8px;
    margin-bottom: 8px;
  }
  .rites .btn {
    margin-top: 8px;
  }
}
.saint {
  margin-top: 48px;
}
.saint__image {
  display: inline-block;
  width: 360px !important;
  margin-right: 40px;
}
.saint__content {
  width: calc(100% - 400px);
  padding-top: 70px;
}
.saint__content .h1 {
  width: 100%;
  margin-bottom: 16px;
}

@media all and (max-width: 920px) {
  .saint {
    margin-top: 32px;
  }
  .saint .container {
    margin-left: 0;
    margin-right: 0;
  }
  .saint__image {
    width: auto !important;
    margin-right: 0;
  }
  .saint__content {
    width: 100%;
    padding-top: 0;
  }
}
.search__list {
  margin-top: 48px;
}
.search__list_item {
  display: block;
  width: 100%;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: solid 2px #F4F4ED;
}
.search__list_item:last-child {
  margin-bottom: 0;
}
.search__list_item h5 {
  color: #473419;
}

.slider {
  width: calc(100% + 128px);
  left: -64px;
  padding-left: 64px;
  padding-right: 64px;
  z-index: 3;
}
.slider .swiper {
  max-width: 1160px;
  margin: 0 auto;
  height: 556px;
}
.slider .swiper-wrapper {
  width: 100%;
  height: 500px;
  border-radius: 24px;
}
.slider .swiper-slide {
  width: 100%;
  height: 100%;
  background: no-repeat center top;
  background-size: cover;
  background-color: #FFEDD2;
  border-radius: 24px;
  padding: 48px 56px;
}
.slider .swiper-slide .h1, .slider .swiper-slide p {
  max-width: 530px;
}
.slider .swiper-slide .h1 {
  margin-bottom: 16px;
  color: #B5352C;
}
.slider .swiper-slide p {
  margin-bottom: 16px;
}
.slider #slider_swiper_next,
.slider #slider_swiper_prev {
  width: 48px;
  height: 48px;
  position: absolute;
  top: calc(50% - 70px);
  background: #DFE1DD;
  border-radius: 50%;
}
.slider #slider_swiper_next:hover,
.slider #slider_swiper_prev:hover {
  opacity: 0.8;
}
.slider #slider_swiper_next {
  right: 0;
}
.slider #slider_swiper_prev {
  left: 0;
}
.slider .swiper-pagination {
  bottom: 0;
}
.slider .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #7C908B;
  opacity: 0.2;
  margin: 0 6px 0 0 !important;
}
.slider .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.slider .swiper-pagination-bullet-active {
  opacity: 1;
}

.box-shadow {
  position: absolute;
  width: 1160px;
  height: 498px;
  left: calc((100% - 1160px) / 2);
  top: 0;
  -webkit-box-shadow: 0px 230px 92px rgba(152, 105, 75, 0.01), 0px 129px 78px rgba(152, 105, 75, 0.03), 0px 57px 57px rgba(152, 105, 75, 0.05), 0px 14px 32px rgba(152, 105, 75, 0.06);
          box-shadow: 0px 230px 92px rgba(152, 105, 75, 0.01), 0px 129px 78px rgba(152, 105, 75, 0.03), 0px 57px 57px rgba(152, 105, 75, 0.05), 0px 14px 32px rgba(152, 105, 75, 0.06);
  z-index: 1;
  border-radius: 24px;
}

@media all and (max-width: 1300px) {
  .slider {
    width: 100%;
    left: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .slider .swiper {
    max-width: 100%;
  }
  .slider #slider_swiper_next,
  .slider #slider_swiper_prev {
    display: none;
  }
  .box-shadow {
    width: calc(100vw - 60px);
    left: 30px;
  }
}
@media all and (max-width: 767px) {
  .slider .swiper {
    max-width: 100%;
    height: 690px;
  }
  .slider .swiper-wrapper {
    height: 640px;
  }
  .slider .swiper-slide {
    padding: 32px 16px;
  }
  .slider .swiper-slide .h1, .slider .swiper-slide p {
    max-width: 100%;
  }
  .slider .swiper-slide h1, .slider .swiper-slide .h1 {
    font-size: 24px;
  }
}
.video__item {
  width: calc((100% - 40px) / 2);
  height: 420px;
  margin-right: 40px;
  margin-bottom: 40px;
  border-radius: 24px;
  background: no-repeat top center;
  background-size: cover;
}
.video__item:nth-child(2n+2) {
  margin-right: 0;
}
.video__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  border-radius: 24px;
  z-index: 1;
}
.video__item a {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: url("../images/play-icon.svg") no-repeat center;
  background-size: auto;
}
.video__popup {
  width: 80vw;
  height: 90vh;
  padding: 0;
  background: transparent;
  overflow: hidden;
}
.video__popup iframe {
  width: 100%;
  height: 100%;
}
.video__popup .fancybox-button {
  display: none;
}

@media all and (max-width: 767px) {
  .video__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
    height: 262px;
  }
  .video__popup {
    width: 90vw;
  }
}