@font-face {
  font-family: 'Catallina';
  src: url('../fonts/Catallina.eot');
  src: local('Catallina'), local('Catallina'), url('../fonts/Catallina.woff2') format('woff2'), url('../fonts/Catallina.woff') format('woff'), url('../fonts/Catallina.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
   font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Light.eot');
  src: local('Raleway'), local('Raleway'), url('../fonts/Raleway-Light.woff2') format('woff2'), url('../fonts/Raleway-Light.woff') format('woff'), url('../fonts/Raleway-Light.ttf') format('truetype');
  font-weight: lighter;
  font-style: normal;
   font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Medium.eot');
  src: local('Raleway'), local('Raleway'), url('../fonts/Raleway-Medium.woff2') format('woff2'), url('../fonts/Raleway-Medium.woff') format('woff'), url('../fonts/Raleway-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
   font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Bold.eot');
  src: local('Raleway'), local('Raleway'), url('../fonts/Raleway-Bold.woff2') format('woff2'), url('../fonts/Raleway-Bold.woff') format('woff'), url('../fonts/Raleway-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
   font-display: swap;
}


body {
  padding: 0;
  margin: 0;
}
img {
  max-width: 100%;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  -webkit-focus-ring-color: rgba(0, 0, 0, 0) !important;
  outline: none !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.clear {
  display: table;
  clear: both;
}
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  -webkit-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.carousel {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.carousel *,
.carousel *:before,
.carousel *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
.carousel.is-draggable {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.carousel.is-dragging {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.carousel__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.carousel__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}
.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}
.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: 0.25;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}
.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  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;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  -webkit-box-shadow: var(--carousel-button-shadow, none);
          box-shadow: var(--carousel-button-shadow, none);
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
.carousel__button.is-prev,
.carousel__button.is-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.carousel__button.is-prev {
  left: 10px;
}
.carousel__button.is-next {
  right: 10px;
}
.carousel__button[disabled] {
  cursor: default;
  opacity: 0.3;
}
.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  -webkit-filter: var(--carousel-button-svg-filter, none);
          filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;
}
html.with-fancybox {
  scroll-behavior: auto;
}
body.compensate-for-scrollbar {
  overflow: hidden !important;
  -ms-touch-action: none;
      touch-action: none;
}
.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: hidden;
  z-index: 1050;
  outline: none;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}
.fancybox__container *,
.fancybox__container *::before,
.fancybox__container *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
.fancybox__container :focus {
  outline: none;
}
body:not(.is-using-mouse) .fancybox__container :focus {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
          box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
}
@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 27px;
    --carousel-button-svg-height: 27px;
  }
}
.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}
.fancybox__carousel {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10;
}
.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}
.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}
.fancybox__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.fancybox__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  outline: 0;
  overflow: auto;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
}
.fancybox__slide::before,
.fancybox__slide::after {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0px;
          flex: 0 0 0;
  margin: auto;
}
@media all and (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px;
  }
}
.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 20;
}
.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: thin dotted;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.fancybox__caption {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow-wrap: anywhere;
}
.is-loading .fancybox__caption {
  visibility: hidden;
}
.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff);
}
.fancybox__nav .carousel__button {
  z-index: 40;
}
.fancybox__nav .carousel__button.is-next {
  right: 8px;
}
@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }
}
.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}
@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }
}
.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40;
}
@media all and (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px;
  }
}
.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color, #fff);
}
.fancybox__no-click,
.fancybox__no-click button {
  pointer-events: none;
}
.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor);
}
.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}
.fancybox__spinner svg {
  -webkit-animation: fancybox-rotate 2s linear infinite;
          animation: fancybox-rotate 2s linear infinite;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: fancybox-dash 1.5s ease-in-out infinite;
          animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}
@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.fancybox__backdrop,
.fancybox__caption,
.fancybox__nav,
.carousel__dots,
.carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1);
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,
.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,
.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
  -webkit-animation: 0.15s ease backwards fancybox-fadeIn;
          animation: 0.15s ease backwards fancybox-fadeIn;
}
.fancybox__container.is-animated.is-closing .fancybox__backdrop,
.fancybox__container.is-animated.is-closing .fancybox__caption,
.fancybox__container.is-animated.is-closing .fancybox__nav,
.fancybox__container.is-animated.is-closing .carousel__dots,
.fancybox__container.is-animated.is-closing .carousel__button.is-close {
  -webkit-animation: 0.15s ease both fancybox-fadeOut;
          animation: 0.15s ease both fancybox-fadeOut;
}
.fancybox-fadeIn {
  -webkit-animation: 0.15s ease both fancybox-fadeIn;
          animation: 0.15s ease both fancybox-fadeIn;
}
.fancybox-fadeOut {
  -webkit-animation: 0.1s ease both fancybox-fadeOut;
          animation: 0.1s ease both fancybox-fadeOut;
}
.fancybox-zoomInUp {
  -webkit-animation: 0.2s ease both fancybox-zoomInUp;
          animation: 0.2s ease both fancybox-zoomInUp;
}
.fancybox-zoomOutDown {
  -webkit-animation: 0.15s ease both fancybox-zoomOutDown;
          animation: 0.15s ease both fancybox-zoomOutDown;
}
.fancybox-throwOutUp {
  -webkit-animation: 0.15s ease both fancybox-throwOutUp;
          animation: 0.15s ease both fancybox-throwOutUp;
}
.fancybox-throwOutDown {
  -webkit-animation: 0.15s ease both fancybox-throwOutDown;
          animation: 0.15s ease both fancybox-throwOutDown;
}
@-webkit-keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-zoomInUp {
  from {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
            transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fancybox-zoomInUp {
  from {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
            transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fancybox-zoomOutDown {
  to {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
            transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@keyframes fancybox-zoomOutDown {
  to {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
            transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-throwOutUp {
  to {
    -webkit-transform: translate3d(0, -30%, 0);
            transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutUp {
  to {
    -webkit-transform: translate3d(0, -30%, 0);
            transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-throwOutDown {
  to {
    -webkit-transform: translate3d(0, 30%, 0);
            transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutDown {
  to {
    -webkit-transform: translate3d(0, 30%, 0);
            transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}
.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}
.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}
.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox__carousel.is-dragging .fancybox__slide,
.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}
.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox__image {
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: none;
  transition: none;
}
.has-image .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
}
.is-closing .has-image .fancybox__content {
  overflow: visible;
}
.has-image[data-image-fit=contain] {
  overflow: visible;
  -ms-touch-action: none;
      touch-action: none;
}
.has-image[data-image-fit=contain] .fancybox__content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto;
}
.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto;
}
.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto;
}
.has-image[data-image-fit=cover] {
  overflow: visible;
  -ms-touch-action: none;
      touch-action: none;
}
.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%;
}
.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  max-width: 100%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}
.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%;
}
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}
.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}
.fancybox__html5video,
.fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
}
.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.fancybox__thumbs {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity, 1);
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
          animation: 0.15s ease-in backwards fancybox-fadeIn;
}
.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}
.fancybox__thumbs .carousel__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  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;
  overflow: visible;
  cursor: pointer;
}
.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 5px;
  border-style: solid;
  border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  opacity: 0;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}
.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: 0.92;
}
.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}
.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: -webkit-gradient(linear, left bottom, left top, from(hsla(0, 0%, 0%, 0)), color-stop(8.1%, hsla(0, 0%, 0%, 0.006)), color-stop(15.5%, hsla(0, 0%, 0%, 0.021)), color-stop(22.5%, hsla(0, 0%, 0%, 0.046)), color-stop(29%, hsla(0, 0%, 0%, 0.077)), color-stop(35.3%, hsla(0, 0%, 0%, 0.114)), color-stop(41.2%, hsla(0, 0%, 0%, 0.155)), color-stop(47.1%, hsla(0, 0%, 0%, 0.198)), color-stop(52.9%, hsla(0, 0%, 0%, 0.242)), color-stop(58.8%, hsla(0, 0%, 0%, 0.285)), color-stop(64.7%, hsla(0, 0%, 0%, 0.326)), color-stop(71%, hsla(0, 0%, 0%, 0.363)), color-stop(77.5%, hsla(0, 0%, 0%, 0.394)), color-stop(84.5%, hsla(0, 0%, 0%, 0.419)), color-stop(91.9%, hsla(0, 0%, 0%, 0.434)), to(hsla(0, 0%, 0%, 0.44)));
  background: linear-gradient(to top, hsla(0, 0%, 0%, 0) 0%, hsla(0, 0%, 0%, 0.006) 8.1%, hsla(0, 0%, 0%, 0.021) 15.5%, hsla(0, 0%, 0%, 0.046) 22.5%, hsla(0, 0%, 0%, 0.077) 29%, hsla(0, 0%, 0%, 0.114) 35.3%, hsla(0, 0%, 0%, 0.155) 41.2%, hsla(0, 0%, 0%, 0.198) 47.1%, hsla(0, 0%, 0%, 0.242) 52.9%, hsla(0, 0%, 0%, 0.285) 58.8%, hsla(0, 0%, 0%, 0.326) 64.7%, hsla(0, 0%, 0%, 0.363) 71%, hsla(0, 0%, 0%, 0.394) 77.5%, hsla(0, 0%, 0%, 0.419) 84.5%, hsla(0, 0%, 0%, 0.434) 91.9%, hsla(0, 0%, 0%, 0.44) 100%);
  padding: 0;
  -ms-touch-action: none;
      touch-action: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}
@media all and (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 8px;
  }
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
          animation: 0.15s ease-in backwards fancybox-fadeIn;
}
.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}
.fancybox__toolbar__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fancybox__toolbar__items--left {
  margin-right: auto;
}
.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.fancybox__toolbar__items--right {
  margin-left: auto;
}
@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
  

}
.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
}
.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(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: 30;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.fancybox__container:-webkit-full-screen::backdrop {
  opacity: 0;
}
.fancybox__container:-ms-fullscreen::backdrop {
  opacity: 0;
}
.fancybox__container:fullscreen::-ms-backdrop {
  opacity: 0;
}
.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}
.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}
.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}
.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}
.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}
.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}
.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}
.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}
.fancybox__button--slideshow g:nth-child(2) {
  display: none;
}
.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none;
}
.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
}
.fancybox__slide {
  padding: 8px;
}

body {
  padding: 0;
  margin: 0;
  color: #59616C;
  font-family: 'Raleway', sans-serif;
  font-size: 3.73333333vw;
  line-height: 6.4vw;
  font-weight: normal;
  background: #fff;
}
h1,
h2,
h3 {
  margin: 0;
  font-weight: normal;
  font-family: 'Catallina', sans-serif;
  color: #25528A;
  text-align: center;
}
h1 {
  font-size: 8.53333333vw;
  line-height: 10.66666667vw;
  margin: 0;
}
h2 {
  font-size: 6.4vw;
  line-height: 8.53333333vw;
  margin: 0 0 4.26666667vw;
}
p {
  font-size: 3.73333333vw;
  line-height: 6.4vw;
  text-align: center;
}
.wow {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(16px);
          transform: translateY(16px);
}
.wow.animated {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
  transition: opacity 0.2s, transform 0.2s, -webkit-transform 0.2s;
}
@media (min-width: 768px) {
  body {
    font-size: 1.82291667vw;
    line-height: 3.125vw;
  }
  h2 {
    font-size: 4.16666667vw;
    line-height: 6.25vw;
    margin: 0 0 3.125vw;
  }
  p {
    font-size: 2.08333333vw;
    line-height: 4.16666667vw;
  }
}
@media (min-width: 1280px) {
  body {
    font-size: 1.09375vw;
    line-height: 1.875vw;
  }
  h2 {
    font-size: 3.75vw;
    line-height: 4.375vw;
    margin: 0 0 1.875vw;
  }
  p {
    font-size: 1.875vw;
    line-height: 3.125vw;
  }
}
@media (min-width: 1920px) {
  body {
    font-size: 28px;
    line-height: 48px;
  }
  h2 {
    font-size: 72px;
    line-height: 80px;
    margin: 0 0 32px;
  }
  p {
    font-size: 28px;
    line-height: 48px;
  }
}
@-webkit-keyframes waveanimation1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  60% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes waveanimation1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  60% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.wave1 {
  -webkit-animation: waveanimation1 6s ease 2s infinite normal none;
          animation: waveanimation1 6s ease 2s infinite normal none;
}
.wave2 {
  -webkit-animation: waveanimation1 5s ease 3s infinite normal none;
          animation: waveanimation1 5s ease 3s infinite normal none;
}
.btn {
  background-color: #B3BE60;
  color: #000;
  font-family: 'Catallina', sans-serif;
  text-decoration: none;
  font-size: 6.4vw;
  line-height: 6.4vw;
  padding: 5.86666667vw 2.13333333vw 5.33333333vw;
  position: relative;
  margin-left: 8.53333333vw;
  margin-right: 8.53333333vw;
  display: inline-block;
  border: 0;
}
.btn:before,
.btn:after {
  content: '';
  position: absolute;
  top: 0;
  left: -8.8vw;
  bottom: 0;
  width: 9.06666667vw;
  height: 17.6vw;
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='66' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_362_636)'%3E%3Cpath d='M36 10h212.5a6.5 6.5 0 0 1 6.5 6.5v6.542c-9.752.653-17.459 8.77-17.459 18.688v7.77a6.5 6.5 0 0 1-6.5 6.5H16.409A6.41 6.41 0 0 1 10 49.59v-5.949a.148.148 0 0 1 .004-.035.119.119 0 0 1 .023-.034.12.12 0 0 1 .033-.025.04.04 0 0 1 .006-.002c.002 0 .01-.003.028-.004 10.625-.624 18.922-9.422 18.922-20.065v-6.492A6.984 6.984 0 0 1 36 10z' fill='%23B3BE60' stroke='%23B3BE60' stroke-width='20'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_362_636'%3E%3Cpath fill='%23fff' d='M0 0H34V66H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: 100% 100%;
}
.btn:after {
  left: auto;
  right: -8.8vw;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.btn.info {
  background-color: #25528A;
  color: #fff;
  font-size: 4.26666667vw;
  line-height: 6.4vw;
  padding: 6.4vw 6.4vw;
  border-radius: 8.53333333vw;
  margin: 0;
}
.btn.info:before,
.btn.info:after {
  display: none;
}
.btn.submit {
  background-color: #B3BE60;
  color: #fff;
  font-size: 4.26666667vw;
  line-height: 6.4vw;
  padding: 6.4vw 6.4vw;
  border-radius: 8.53333333vw;
  margin: 0;
}
.btn.submit:before,
.btn.submit:after {
  display: none;
}
.input {
  background: #F3F3F3;
  border: 0;
  font-size: 4.26666667vw;
  font-family: 'Raleway', sans-serif;
  line-height: 8.53333333vw;
  padding: 1.06666667vw 5.33333333vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  border-radius: 3.2vw;
  width: 100%;
  resize: vertical;
}
input.checkbox {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
input.checkbox + .checkbox__view {
  position: absolute;
  width: 10.66666667vw;
  height: 5.33333333vw;
  background-color: #F3F3F3;
  border-radius: 2.66666667vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: inset 0 0 0 0.53333333vw #B3BE60;
          box-shadow: inset 0 0 0 0.53333333vw #B3BE60;
  top: 0.53333333vw;
}
input.checkbox + .checkbox__view:after {
  content: '';
  width: 3.73333333vw;
  height: 3.73333333vw;
  border-radius: 50%;
  background-color: #B3BE60;
  position: absolute;
  top: 0.8vw;
  left: 0.8vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
input.checkbox:checked + .checkbox__view {
  -webkit-box-shadow: inset 0 0 0 5.33333333vw #B3BE60;
          box-shadow: inset 0 0 0 5.33333333vw #B3BE60;
}
input.checkbox:checked + .checkbox__view:after {
  left: 5.86666667vw;
  background-color: #F3F3F3;
}
input.radio {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
input.radio + .radio__view {
  position: absolute;
  width: 5.33333333vw;
  height: 5.33333333vw;
  background-color: #F3F3F3;
  border-radius: 2.66666667vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: inset 0 0 0 0.53333333vw #B3BE60;
          box-shadow: inset 0 0 0 0.53333333vw #B3BE60;
  top: 0.53333333vw;
}
input.radio + .radio__view:after {
  content: '';
  width: 3.2vw;
  height: 3.2vw;
  border-radius: 50%;
  background-color: #F3F3F3;
  position: absolute;
  top: 1.06666667vw;
  left: 1.06666667vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
input.radio:checked + .radio__view:after {
  background-color: #B3BE60;
}
.owl-carousel {
  position: relative;
}
.owl-carousel .owl-nav {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  width: 10.66666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100;
}
.owl-carousel .owl-nav .owl-prev span,
.owl-carousel .owl-nav .owl-next span {
  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;
  width: 8.53333333vw;
  height: 8.53333333vw;
  border: 2px solid #B3BE60;
  background-color: #fff;
  border-radius: 50%;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.owl-carousel .owl-nav .owl-prev span:after,
.owl-carousel .owl-nav .owl-next span:after {
  content: '';
  display: block;
  width: 2.13333333vw;
  height: 3.73333333vw;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_372_651)'%3E%3Cpath d='M2.07 2l6.364 6.364a1 1 0 0 1 0 1.414L2.07 16.142' stroke='%23B3BE60' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_372_651'%3E%3Cpath fill='%23fff' d='M0 0H11V18H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: 100% 100%;
}
.owl-carousel .owl-nav .owl-next {
  left: auto;
  right: 0;
}
.owl-carousel .owl-nav .owl-prev {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.owl-carousel .owl-nav .owl-prev span:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.owl-carousel .owl-nav .owl-prev.disabled span,
.owl-carousel .owl-nav .owl-next.disabled span {
  border-color: #d3dae1;
}
.owl-carousel .owl-nav .owl-prev.disabled span:after,
.owl-carousel .owl-nav .owl-next.disabled span:after {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_372_651)'%3E%3Cpath d='M2.07 2l6.364 6.364a1 1 0 0 1 0 1.414L2.07 16.142' stroke='%23d3dae1' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_372_651'%3E%3Cpath fill='%23d3dae1' d='M0 0H11V18H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
@media (min-width: 768px) {
  .btn {
    font-size: 3.125vw;
    line-height: 3.125vw;
    padding: 2.86458333vw 1.04166667vw 2.60416667vw;
    margin-left: 4.16666667vw;
    margin-right: 4.16666667vw;
  }
  .btn:before,
  .btn:after {
    left: -4.296875vw;
    width: 4.42708333vw;
    height: 8.59375vw;
  }
  .btn:after {
    left: auto;
    right: -4.296875vw;
  }
  .btn.info {
    font-size: 2.08333333vw;
    line-height: 3.125vw;
    padding: 3.125vw 3.125vw;
    border-radius: 4.16666667vw;
  }
  .btn.submit {
    font-size: 2.08333333vw;
    line-height: 3.125vw;
    padding: 3.125vw 3.125vw;
    border-radius: 4.16666667vw;
  }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next {
    width: 7.29166667vw;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .owl-carousel .owl-nav .owl-prev span,
  .owl-carousel .owl-nav .owl-next span {
    width: 5.72916667vw;
    height: 5.72916667vw;
  }
  .owl-carousel .owl-nav .owl-prev span:after,
  .owl-carousel .owl-nav .owl-next span:after {
    width: 1.43229167vw;
    height: 2.34375vw;
  }
  .owl-carousel .owl-nav .owl-next {
    left: auto;
    right: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .owl-carousel .owl-nav .owl-prev span:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .owl-carousel .owl-nav .owl-prev.disabled span,
  .owl-carousel .owl-nav .owl-next.disabled span {
    border-color: #d3dae1;
  }
  .owl-carousel .owl-nav .owl-prev.disabled span:after,
  .owl-carousel .owl-nav .owl-next.disabled span:after {
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_372_651)'%3E%3Cpath d='M2.07 2l6.364 6.364a1 1 0 0 1 0 1.414L2.07 16.142' stroke='%23d3dae1' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_372_651'%3E%3Cpath fill='%23d3dae1' d='M0 0H11V18H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  }
  .input {
    font-size: 2.08333333vw;
    line-height: 4.16666667vw;
    padding: 0.52083333vw 2.60416667vw;
    border-radius: 1.5625vw;
  }
  input.checkbox + .checkbox__view {
    width: 5.20833333vw;
    height: 2.60416667vw;
    border-radius: 1.30208333vw;
    -webkit-box-shadow: inset 0 0 0 0.26041667vw #B3BE60;
            box-shadow: inset 0 0 0 0.26041667vw #B3BE60;
    top: 0.26041667vw;
  }
  input.checkbox + .checkbox__view:after {
    content: '';
    width: 1.82291667vw;
    height: 1.82291667vw;
    top: 0.390625vw;
    left: 0.390625vw;
  }
  input.checkbox:checked + .checkbox__view {
    -webkit-box-shadow: inset 0 0 0 2.60416667vw #B3BE60;
            box-shadow: inset 0 0 0 2.60416667vw #B3BE60;
  }
  input.checkbox:checked + .checkbox__view:after {
    left: 2.86458333vw;
  }
  input.radio + .radio__view {
    width: 2.60416667vw;
    height: 2.60416667vw;
    border-radius: 1.30208333vw;
    -webkit-box-shadow: inset 0 0 0 0.26041667vw #B3BE60;
            box-shadow: inset 0 0 0 0.26041667vw #B3BE60;
    top: 0.26041667vw;
  }
  input.radio + .radio__view:after {
    width: 1.5625vw;
    height: 1.5625vw;
    top: 0.52083333vw;
    left: 0.52083333vw;
  }
}
@media (min-width: 1280px) {
  .btn {
    font-size: 1.875vw;
    line-height: 1.875vw;
    padding: 1.71875vw 0.625vw 1.5625vw;
    margin-left: 2.5vw;
    margin-right: 2.5vw;
  }
  .btn:before,
  .btn:after {
    left: -2.578125vw;
    width: 2.65625vw;
    height: 5.15625vw;
  }
  .btn:after {
    left: auto;
    right: -2.578125vw;
  }
  .btn.info {
    font-size: 1.25vw;
    line-height: 1.875vw;
    padding: 1.875vw 1.875vw;
    border-radius: 2.5vw;
  }
  .btn.submit {
    font-size: 1.25vw;
    line-height: 1.875vw;
    padding: 1.875vw 1.875vw;
    border-radius: 2.5vw;
  }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next {
    width: 4.375vw;
  }
  .owl-carousel .owl-nav .owl-prev span,
  .owl-carousel .owl-nav .owl-next span {
    width: 3.4375vw;
    height: 3.4375vw;
  }
  .owl-carousel .owl-nav .owl-prev span:after,
  .owl-carousel .owl-nav .owl-next span:after {
    width: 0.859375vw;
    height: 1.40625vw;
  }
  .owl-carousel .owl-nav .owl-next {
    left: auto;
    right: 0;
  }
  .owl-carousel .owl-nav .owl-prev span:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .input {
    font-size: 1.25vw;
    line-height: 2.5vw;
    padding: 0.3125vw 1.5625vw;
    border-radius: 0.9375vw;
  }
  input.checkbox + .checkbox__view {
    width: 3.125vw;
    height: 1.5625vw;
    border-radius: 0.78125vw;
    -webkit-box-shadow: inset 0 0 0 0.15625vw #B3BE60;
            box-shadow: inset 0 0 0 0.15625vw #B3BE60;
    top: 0.15625vw;
  }
  input.checkbox + .checkbox__view:after {
    width: 1.09375vw;
    height: 1.09375vw;
    top: 0.234375vw;
    left: 0.234375vw;
  }
  input.checkbox:checked + .checkbox__view {
    -webkit-box-shadow: inset 0 0 0 1.5625vw #B3BE60;
            box-shadow: inset 0 0 0 1.5625vw #B3BE60;
  }
  input.checkbox:checked + .checkbox__view:after {
    left: 1.71875vw;
  }
  input.radio + .radio__view {
    width: 1.5625vw;
    height: 1.5625vw;
    border-radius: 0.78125vw;
    -webkit-box-shadow: inset 0 0 0 0.15625vw #B3BE60;
            box-shadow: inset 0 0 0 0.15625vw #B3BE60;
    top: 0.15625vw;
  }
  input.radio + .radio__view:after {
    width: 0.9375vw;
    height: 0.9375vw;
    top: 0.3125vw;
    left: 0.3125vw;
  }
}
@media (min-width: 1920px) {
  .btn {
    font-size: 32px;
    line-height: 40px;
    padding: 32px 20px;
    margin-left: 56px;
    margin-right: 56px;
  }
  .btn:before,
  .btn:after {
    left: -55px;
    width: 56px;
    height: 104px;
  }
  .btn:after {
    left: auto;
    right: -55px;
  }
  .btn.info {
    font-size: 24px;
    line-height: 32px;
    padding: 40px;
    border-radius: 64px;
  }
  .btn.submit {
    font-size: 24px;
    line-height: 32px;
    padding: 40px;
    border-radius: 64px;
  }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next {
    width: 80px;
  }
  .owl-carousel .owl-nav .owl-prev span,
  .owl-carousel .owl-nav .owl-next span {
    width: 64px;
    height: 64px;
    border-width: 4px;
  }
  .owl-carousel .owl-nav .owl-prev span:after,
  .owl-carousel .owl-nav .owl-next span:after {
    width: 16px;
    height: 28px;
  }
  .input {
    font-size: 24px;
    line-height: 40px;
    padding: 12px 24px;
    border-radius: 24px;
  }
  input.checkbox + .checkbox__view {
    width: 64px;
    height: 32px;
    border-radius: 16px;
    -webkit-box-shadow: inset 0 0 0 2px #B3BE60;
            box-shadow: inset 0 0 0 2px #B3BE60;
    top: 4px;
  }
  input.checkbox + .checkbox__view:after {
    width: 26px;
    height: 26px;
    top: 3px;
    left: 3px;
  }
  input.checkbox:checked + .checkbox__view {
    -webkit-box-shadow: inset 0 0 0 20px #B3BE60;
            box-shadow: inset 0 0 0 20px #B3BE60;
  }
  input.checkbox:checked + .checkbox__view:after {
    left: 34px;
  }
  input.radio + .radio__view {
    width: 32px;
    height: 32px;
    border-radius: 16px;
    -webkit-box-shadow: inset 0 0 0 2px #B3BE60;
            box-shadow: inset 0 0 0 2px #B3BE60;
    top: 2px;
  }
  input.radio + .radio__view:after {
    width: 24px;
    height: 24px;
    top: 4px;
    left: 4px;
  }
}
@media (hover) {
  .btn {
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .btn:hover {
    background-color: #9ba744;
  }
  .btn:before,
  .btn:after {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .btn:hover:before,
  .btn:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg width='34' height='66' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_362_636)'%3E%3Cpath d='M36 10h212.5a6.5 6.5 0 0 1 6.5 6.5v6.542c-9.752.653-17.459 8.77-17.459 18.688v7.77a6.5 6.5 0 0 1-6.5 6.5H16.409A6.41 6.41 0 0 1 10 49.59v-5.949a.148.148 0 0 1 .004-.035.119.119 0 0 1 .023-.034.12.12 0 0 1 .033-.025.04.04 0 0 1 .006-.002c.002 0 .01-.003.028-.004 10.625-.624 18.922-9.422 18.922-20.065v-6.492A6.984 6.984 0 0 1 36 10z' fill='%239ba744' stroke='%239ba744' stroke-width='20'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_362_636'%3E%3Cpath fill='%23fff' d='M0 0H34V66H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  }
  .btn.info:hover {
    background-color: #1a3a62;
  }
  .btn.submit:hover {
    background-color: #9ba744;
  }
  .owl-carousel .owl-nav .owl-prev span,
  .owl-carousel .owl-nav .owl-next span {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background-color: #fff;
  }
  .owl-carousel .owl-nav .owl-prev:hover span,
  .owl-carousel .owl-nav .owl-next:hover span {
    background-color: #E1F4FF;
  }
  .owl-carousel .owl-nav .owl-prev.disabled,
  .owl-carousel .owl-nav .owl-next.disabled {
    cursor: default;
  }
  .owl-carousel .owl-nav .owl-prev.disabled:hover span,
  .owl-carousel .owl-nav .owl-next.disabled:hover span {
    background-color: #fff;
  }
}
.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.header .logo {
  display: block;
  width: 48.8vw;
  height: 10.13333333vw;
  margin: 6.4vw 0 0 6.4vw;
  position: relative;
}
.header .logo:before {
  content: '';
  position: absolute;
  width: 48.8vw;
  height: 10.13333333vw;
  background-size: 100% 100%;
  top: 0;
  left: 0;
  background-image: url('../img/logo_w.svg');
  z-index: 1;
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.header .logo:after {
  content: '';
  position: absolute;
  width: 48.8vw;
  height: 10.13333333vw;
  background-size: 100% 100%;
  top: 0;
  left: 0;
  background-image: url('../img/logo_d.svg');
  z-index: 2;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.header .menu__btn {
  position: absolute;
  top: 6.4vw;
  right: 6.4vw;
  cursor: pointer;
  z-index: 1001;
  background: #54A8EF;
  padding: 2.66666667vw 5.33333333vw;
  border-radius: 26.66666667vw;
}
.header .menu__btn span {
  display: block;
  position: relative;
  height: 2px;
  width: 6.4vw;
  background: #fff;
  border-radius: 1px;
  margin-top: 1.6vw;
  margin-bottom: 1.6vw;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-timing-function: cubic-bezier(0.2, -2, 0.8, 2);
          transition-timing-function: cubic-bezier(0.2, -2, 0.8, 2);
}
.header .menu__btn span:after,
.header .menu__btn span:before {
  content: '';
  width: 6.4vw;
  display: block;
  height: 2px;
  background: #fff;
  border-radius: 1px;
  position: absolute;
  top: 1.6vw;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-timing-function: cubic-bezier(0.2, -2, 0.8, 2);
          transition-timing-function: cubic-bezier(0.2, -2, 0.8, 2);
}
.header .menu__btn span:after {
  top: -1.6vw;
}
.header__menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  height: 100vh;
  min-height: 173.33333333vw;
  display: block;
  background: #54A8EF;
  z-index: 1001;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.header__menu .w1,
.header__menu .w2,
.header__menu .w3,
.header__menu .w4,
.header__menu .w5 {
  position: absolute;
  font-size: 10.66666667vw;
  line-height: 1;
  color: #25528A;
}
.header__menu .w3,
.header__menu .w5 {
  color: #B3BE60;
}
.header__menu .w1 {
  left: 10vw;
  top: 10vh;
}
.header__menu .w2 {
  left: 85vw;
  top: 20vh;
}
.header__menu .w3 {
  left: 5vw;
  top: 90vh;
}
.header__menu .w4 {
  left: 75vw;
  top: 70vh;
}
.header__menu .w5 {
  left: 15vw;
  top: 50vh;
}
.header__menu .close {
  width: 10.66666667vw;
  height: 10.66666667vw;
  border: 3px solid #DF6D54;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  position: absolute;
  right: 6.4vw;
  top: 6.4vw;
  z-index: 1020;
  cursor: pointer;
  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;
}
.header__menu .close:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_400_703)'%3E%3Cpath d='M2 2l20 20m0-20L2 22' stroke='%23DF6D54' stroke-width='4' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_400_703'%3E%3Cpath fill='%23fff' d='M0 0H24V24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  width: 3.73333333vw;
  height: 3.73333333vw;
  background-size: 100% 100%;
}
.header__menu .wrapper {
  padding: 14.93333333vw 6.4vw 27.73333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 400px;
  height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header__menu .wrapper .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5.33333333vw;
}
.header__menu .wrapper .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.26666667vw;
}
.header__menu .wrapper .switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header__menu .wrapper .switcher a {
  font-size: 4.26666667vw;
  line-height: 6.4vw;
  padding: 2.13333333vw 5.33333333vw 1.6vw;
  border: 2px solid #E1F4FF;
  text-align: center;
  text-decoration: none;
}
.header__menu .wrapper .switcher a:first-child {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.header__menu .wrapper .switcher a:last-child {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.header__menu .wrapper .switcher a.active {
  background: #E1F4FF;
  color: #25528A;
}
.header__menu .wrapper .switcher a + a {
  border-top: 0;
}
.header__menu .wrapper a {
  font-family: 'Catallina', sans-serif;
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(-16px);
          transform: translateY(-16px);
  font-size: 5.33333333vw;
  line-height: 7.46666667vw;
}
.header__menu .wrapper a.phone {
  text-decoration: none;
}
.header__menu .wrapper a.btn {
  line-height: 6.4vw;
}
.header.dark .logo:before {
  opacity: 0;
}
.header.dark .logo:after {
  opacity: 1;
}
.header.active .header__menu {
  right: 0 !important;
  opacity: 1;
}
.header.active .header__menu a:nth-child(1) {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: opacity 0.25s 0.25s, color 0.4s, border-bottom-color 0.4s, -webkit-transform 0.25s 0.25s;
  transition: opacity 0.25s 0.25s, color 0.4s, border-bottom-color 0.4s, -webkit-transform 0.25s 0.25s;
  transition: opacity 0.25s 0.25s, transform 0.25s 0.25s, color 0.4s, border-bottom-color 0.4s;
  transition: opacity 0.25s 0.25s, transform 0.25s 0.25s, color 0.4s, border-bottom-color 0.4s, -webkit-transform 0.25s 0.25s;
}
.header.active .header__menu a:nth-child(2) {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: opacity 0.25s 0.35s, color 0.4s, border-bottom-color 0.4s, -webkit-transform 0.25s 0.35s;
  transition: opacity 0.25s 0.35s, color 0.4s, border-bottom-color 0.4s, -webkit-transform 0.25s 0.35s;
  transition: opacity 0.25s 0.35s, transform 0.25s 0.35s, color 0.4s, border-bottom-color 0.4s;
  transition: opacity 0.25s 0.35s, transform 0.25s 0.35s, color 0.4s, border-bottom-color 0.4s, -webkit-transform 0.25s 0.35s;
}
.header.active .header__menu a:nth-child(3) {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: opacity 0.25s 0.45s, color 0.4s, border-bottom-color 0.4s, -webkit-transform 0.25s 0.45s;
  transition: opacity 0.25s 0.45s, color 0.4s, border-bottom-color 0.4s, -webkit-transform 0.25s 0.45s;
  transition: opacity 0.25s 0.45s, transform 0.25s 0.45s, color 0.4s, border-bottom-color 0.4s;
  transition: opacity 0.25s 0.45s, transform 0.25s 0.45s, color 0.4s, border-bottom-color 0.4s, -webkit-transform 0.25s 0.45s;
}
.header.active .header__menu a:nth-child(4) {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: opacity 0.25s 0.55s, color 0.4s, border-bottom-color 0.4s, -webkit-transform 0.25s 0.55s;
  transition: opacity 0.25s 0.55s, color 0.4s, border-bottom-color 0.4s, -webkit-transform 0.25s 0.55s;
  transition: opacity 0.25s 0.55s, transform 0.25s 0.55s, color 0.4s, border-bottom-color 0.4s;
  transition: opacity 0.25s 0.55s, transform 0.25s 0.55s, color 0.4s, border-bottom-color 0.4s, -webkit-transform 0.25s 0.55s;
}
.header.active .header__menu a:nth-child(5) {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: opacity 0.25s 0.65s, color 0.4s, border-bottom-color 0.4s, -webkit-transform 0.25s 0.65s;
  transition: opacity 0.25s 0.65s, color 0.4s, border-bottom-color 0.4s, -webkit-transform 0.25s 0.65s;
  transition: opacity 0.25s 0.65s, transform 0.25s 0.65s, color 0.4s, border-bottom-color 0.4s;
  transition: opacity 0.25s 0.65s, transform 0.25s 0.65s, color 0.4s, border-bottom-color 0.4s, -webkit-transform 0.25s 0.65s;
}
.header.active .header__menu a:nth-child(6) {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: opacity 0.25s 0.75s, color 0.4s, border-bottom-color 0.4s, -webkit-transform 0.25s 0.75s;
  transition: opacity 0.25s 0.75s, color 0.4s, border-bottom-color 0.4s, -webkit-transform 0.25s 0.75s;
  transition: opacity 0.25s 0.75s, transform 0.25s 0.75s, color 0.4s, border-bottom-color 0.4s;
  transition: opacity 0.25s 0.75s, transform 0.25s 0.75s, color 0.4s, border-bottom-color 0.4s, -webkit-transform 0.25s 0.75s;
}
.header.active .header__menu a:nth-child(7) {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: opacity 0.25s 0.85s, color 0.4s, border-bottom-color 0.4s, -webkit-transform 0.25s 0.85s;
  transition: opacity 0.25s 0.85s, color 0.4s, border-bottom-color 0.4s, -webkit-transform 0.25s 0.85s;
  transition: opacity 0.25s 0.85s, transform 0.25s 0.85s, color 0.4s, border-bottom-color 0.4s;
  transition: opacity 0.25s 0.85s, transform 0.25s 0.85s, color 0.4s, border-bottom-color 0.4s, -webkit-transform 0.25s 0.85s;
}
.header.active .header__menu a:nth-child(8) {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: opacity 0.25s 0.95s, color 0.4s, border-bottom-color 0.4s, -webkit-transform 0.25s 0.95s;
  transition: opacity 0.25s 0.95s, color 0.4s, border-bottom-color 0.4s, -webkit-transform 0.25s 0.95s;
  transition: opacity 0.25s 0.95s, transform 0.25s 0.95s, color 0.4s, border-bottom-color 0.4s;
  transition: opacity 0.25s 0.95s, transform 0.25s 0.95s, color 0.4s, border-bottom-color 0.4s, -webkit-transform 0.25s 0.95s;
}
.header.active .header__menu a:nth-child(9) {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: opacity 0.25s 1.05s, color 0.4s, border-bottom-color 0.4s, -webkit-transform 0.25s 1.05s;
  transition: opacity 0.25s 1.05s, color 0.4s, border-bottom-color 0.4s, -webkit-transform 0.25s 1.05s;
  transition: opacity 0.25s 1.05s, transform 0.25s 1.05s, color 0.4s, border-bottom-color 0.4s;
  transition: opacity 0.25s 1.05s, transform 0.25s 1.05s, color 0.4s, border-bottom-color 0.4s, -webkit-transform 0.25s 1.05s;
}
@media (min-width: 768px) {
  .header .logo {
    width: 23.828125vw;
    height: 4.94791667vw;
    margin: 3.125vw 0 0 3.125vw;
  }
  .header .logo:before {
    width: 23.828125vw;
    height: 4.94791667vw;
  }
  .header .logo:after {
    width: 23.828125vw;
    height: 4.94791667vw;
  }
  .header .menu__btn {
    top: 3.125vw;
    right: 3.125vw;
    padding: 1.30208333vw 2.60416667vw;
    border-radius: 13.02083333vw;
  }
  .header .menu__btn span {
    width: 3.125vw;
    margin-top: 0.78125vw;
    margin-bottom: 0.78125vw;
  }
  .header .menu__btn span:after,
  .header .menu__btn span:before {
    width: 3.125vw;
    top: 0.78125vw;
  }
  .header .menu__btn span:after {
    top: -0.78125vw;
  }
  .header__menu .w1,
  .header__menu .w2,
  .header__menu .w3,
  .header__menu .w4,
  .header__menu .w5 {
    font-size: 8.33333333vw;
    z-index: 1011;
  }
  .header__menu .w1 {
    left: 5vw;
    top: 5vh;
  }
  .header__menu .w2 {
    left: 65vw;
    top: 20vh;
  }
  .header__menu .w3 {
    left: 5vw;
    top: 90vh;
  }
  .header__menu .w4 {
    left: 75vw;
    top: 70vh;
  }
  .header__menu .w5 {
    left: 55vw;
    top: 50vh;
  }
  .header__menu .close {
    width: 5.20833333vw;
    height: 5.20833333vw;
    right: 3.125vw;
    top: 3.125vw;
  }
  .header__menu .close:after {
    width: 1.82291667vw;
    height: 1.82291667vw;
  }
  .header__menu .img {
    position: absolute;
    width: 83.85416667vw;
    height: 64.71354167vw;
    background-image: url('../img/menu_img.jpg');
    background-size: 100% 100%;
    right: -50%;
    top: 10.41666667vw;
    z-index: 1001;
  }
  .header__menu .wrapper {
    padding: 80px 56px;
    position: relative;
    z-index: 1010;
    width: 70%;
  }
  .header__menu .wrapper .links {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 32px;
  }
  .header__menu .wrapper .btns {
    gap: 24px;
  }
  .header__menu .wrapper a {
    font-size: 28px;
    line-height: 32px;
  }
  .header__menu .wrapper a.btn {
    line-height: 3.125vw;
  }
  .header__menu .wrapper .switcher {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .header__menu .wrapper .switcher a {
    font-size: 16px;
    line-height: 24px;
    padding: 8px 20px 6px;
  }
  .header__menu .wrapper .switcher a:first-child {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    border-top-right-radius: 0;
  }
  .header__menu .wrapper .switcher a:last-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
  }
  .header__menu .wrapper .switcher a + a {
    border-top: 2px solid #E1F4FF;
  }
}
@media (min-width: 1280px) {
  .header .logo {
    width: 14.296875vw;
    height: 2.96875vw;
    margin: 3.125vw 0 0 3.125vw;
  }
  .header .logo:before {
    width: 14.296875vw;
    height: 2.96875vw;
  }
  .header .logo:after {
    width: 14.296875vw;
    height: 2.96875vw;
  }
  .header .menu__btn {
    top: 3.125vw;
    right: 3.125vw;
    padding: 0.78125vw 1.5625vw;
    border-radius: 7.8125vw;
  }
  .header .menu__btn span {
    width: 1.875vw;
    margin-top: 0.46875vw;
    margin-bottom: 0.46875vw;
  }
  .header .menu__btn span:after,
  .header .menu__btn span:before {
    width: 1.875vw;
    top: 0.46875vw;
  }
  .header .menu__btn span:after {
    top: -0.46875vw;
  }
  .header__menu .w1,
  .header__menu .w2,
  .header__menu .w3,
  .header__menu .w4,
  .header__menu .w5 {
    font-size: 5vw;
  }
  .header__menu .close {
    width: 3.125vw;
    height: 3.125vw;
    right: 3.125vw;
    top: 3.125vw;
  }
  .header__menu .close:after {
    width: 1.09375vw;
    height: 1.09375vw;
  }
  .header__menu .img {
    width: 50.3125vw;
    height: 38.828125vw;
    background-image: url('../img/menu_img.jpg');
    background-size: 100% 100%;
    right: 3.125vw;
    top: 6.25vw;
    z-index: 1001;
  }
  .header__menu .wrapper {
    padding: 6.25vw 6.25vw;
    position: relative;
    width: 50%;
    z-index: 1010;
  }
  .header__menu .wrapper .links {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
  .header__menu .wrapper .btns {
    gap: 20px;
  }
  .header__menu .wrapper a {
    font-size: 32px;
    line-height: 40px;
  }
  .header__menu .wrapper a.btn {
    line-height: 1.875vw;
  }
  .header__menu .wrapper .switcher a {
    font-size: 18px;
    line-height: 28px;
    padding: 12px 24px 10px;
  }
}
@media (min-width: 1920px) {
  .header {
    max-width: 1920px;
    margin: 0 auto;
  }
  .header .logo {
    width: 350px;
    height: 73px;
    margin: 64px 0 0 64px;
  }
  .header .logo:before {
    width: 350px;
    height: 73px;
  }
  .header .logo:after {
    width: 350px;
    height: 73px;
  }
  .header .menu__btn {
    top: 64px;
    right: 64px;
    padding: 20px 32px;
    border-radius: 64px;
  }
  .header .menu__btn span {
    width: 36px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .header .menu__btn span:after,
  .header .menu__btn span:before {
    width: 36px;
    top: 10px;
  }
  .header .menu__btn span:after {
    top: -10px;
  }
  .header__menu .wrapper .links {
    gap: 32px;
  }
  .header__menu .wrapper a {
    font-size: 40px;
    line-height: 44px;
  }
  .header__menu .wrapper a.btn {
    line-height: 2.5vw;
    font-size: 32px;
    line-height: 40px;
  }
  .header__menu .close {
    width: 62px;
    height: 62px;
    right: 64px;
    top: 64px;
  }
  .header__menu .close:after {
    width: 20px;
    height: 20px;
  }
}
.callbnts {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 500;
  background: rgba(255, 255, 255, 0.9);
  padding: 3.2vw 6.4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  gap: 3.2vw;
  -webkit-transform: translate(0, 26.66666667vw);
          transform: translate(0, 26.66666667vw);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.callbnts.active {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.callbnts__btn {
  background: #B3BE60;
  color: #000;
  text-decoration: none;
  padding: 4.26666667vw 3.2vw 3.2vw;
  text-align: center;
  border-radius: 3.2vw;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-family: 'Catallina', sans-serif;
  font-size: 4.26666667vw;
  line-height: 4.26666667vw;
  position: relative;
  overflow: hidden;
}
.callbnts__btn:before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-animation: blink 10s ease-in-out infinite;
          animation: blink 10s ease-in-out infinite;
  border-radius: 3.2vw;
}
.callbnts__tel {
  background: #25528A;
  color: #000;
  text-decoration: none;
  width: 11.73333333vw;
  height: 11.73333333vw;
  position: relative;
  border-radius: 3.2vw;
}
.callbnts__tel:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 15.98v2.408c0 .223-.051.445-.152.65-.101.204-.25.388-.435.54a1.873 1.873 0 0 1-.644.337 2.028 2.028 0 0 1-.742.079c-2.786-.269-5.46-1.113-7.811-2.465-2.187-1.233-4.04-2.878-5.43-4.818-1.53-2.094-2.482-4.479-2.779-6.96a1.436 1.436 0 0 1 .088-.658c.08-.211.209-.405.378-.57a1.82 1.82 0 0 1 .606-.386c.23-.09.478-.137.73-.137h2.714c.44-.004.866.134 1.199.388.333.254.55.607.612.993a9.37 9.37 0 0 0 .633 2.256c.122.288.148.6.076.9-.072.3-.24.576-.483.794l-1.15 1.02c1.289 2.01 3.165 3.674 5.43 4.817l1.15-1.02a1.89 1.89 0 0 1 .895-.428c.339-.064.69-.04 1.015.067.82.272 1.674.46 2.543.562.44.055.84.252 1.128.552.287.3.44.684.428 1.078z' fill='%23fff'/%3E%3C/svg%3E");
  width: 6.4vw;
  height: 6.4vw;
  position: absolute;
  left: 2.66666667vw;
  top: 2.66666667vw;
}
@media (min-width: 768px) {
  .callbnts {
    display: none;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.main {
  position: relative;
  overflow: hidden;
}
.main__back {
  background-image: url('../img/main_back2.jpg');
  background-position: center;
  background-size: cover;
  position: absolute;
  z-index: 1;
  top: -5%;
  left: -20%;
  right: 0;
  bottom: 0;
}
.main:before {
  content: '';
  position: absolute;
  width: 3.2vw;
  height: 5.33333333vw;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_544_1545)' stroke='%23fff' stroke-width='4'%3E%3Ccircle cx='10' cy='10' r='10' transform='matrix(-1 0 0 1 22 2)'/%3E%3Cpath d='M12 22v16m0 0l8-8m-8 8l-8-8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_544_1545'%3E%3Cpath fill='%23fff' d='M0 0H24V40H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: 100% 100%;
  bottom: 5.33333333vw;
  left: 50vw;
  margin-left: -1.6vw;
  z-index: 6;
  -webkit-animation: scrollanim 4s ease 2s infinite normal none;
          animation: scrollanim 4s ease 2s infinite normal none;
}
.main:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 1.06666667vw;
  background-image: url("data:image/svg+xml,%3Csvg width='1920' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_353_612)'%3E%3Cpath d='M0 19S402 0 960 0s960 19 960 19v53H0V19z' fill='%23E1F4FF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_353_612'%3E%3Cpath fill='%23fff' d='M0 0H1920V20H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: 100% 100%;
  z-index: 5;
}
.main .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  min-height: 173.33333333vw;
  position: relative;
  z-index: 10;
}
.main h1 {
  background-image: url('../img/h1_back.svg');
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  font-size: 11.73333333vw;
  line-height: 13.86666667vw;
  color: #000;
  padding: 24vw 10.66666667vw 14.4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
}


.main h1 .wave {
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_355_640)'%3E%3Cpath d='M14.775.856c-.996 1.668-1.593 2.87-2.855 2.87-.797 0-1.693-.868-2.79-1.703C8.036 1.19 6.708.322 5.08.322 2.69.322 1.195 2.69 0 4.426l2.092 1.501c1.062-1.735 1.926-2.736 3.054-2.736.698 0 1.76.868 2.989 1.702 1.228.834 2.59 1.702 3.818 1.702 2.39 0 4.05-2.236 5.047-4.071L14.775.856z' fill='%23B3BE60'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_355_640'%3E%3Cpath fill='%23fff' d='M0 0H17V7H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  width: 4.53333333vw;
  height: 1.86666667vw;
  background-size: 100% 100%;
  display: inline-block;
  margin: 1.06666667vw;
}
.main h1 .city {
  position: absolute;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg width='253' height='64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.964 19.599a16.314 16.314 0 0 1 15.752-12.07h136.759a8.455 8.455 0 0 0 7.035-3.764A8.453 8.453 0 0 1 174.544 0h61.942c11.652 0 19.548 11.864 15.048 22.613l-9.685 23.137a13.375 13.375 0 0 1-12.338 8.21h-1.494a10.679 10.679 0 0 0-9.056 5.02 10.68 10.68 0 0 1-9.057 5.02H17.291C6.555 64-1.254 53.808 1.54 43.442l6.425-23.843z' fill='%23E9CC63'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  font-size: 6.4vw;
  line-height: 1;
  padding: 3.2vw 6.4vw;
  top: 3.2vw;
  left: 3.2vw;
}
.main .btn__block {
  padding: 0 6.4vw;
}
.main .video {
  background: #fff;
  width: 11.73333333vw;
  height: 11.73333333vw;
  border: 2px solid #B3BE60;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  position: relative;
  margin-bottom: 6.4vw;
  margin-top: 2.13333333vw;
}
.main .video:before {
  content: '';
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_611_675)'%3E%3Cpath d='M30 16L3 32V0l27 16z' fill='%231B71A1'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_611_675'%3E%3Cpath fill='%23fff' d='M0 0H32V32H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: 100% 100%;
  width: 4.26666667vw;
  height: 4.26666667vw;
  top: 3.2vw;
  left: 3.73333333vw;
}
.main .video:after {
  content: '';
  background-image: url('../img/video_btn.svg');
  background-size: 100% 100%;
  width: 21.33333333vw;
  height: 21.33333333vw;
  position: absolute;
  left: -5.33333333vw;
  top: -5.33333333vw;
  -webkit-animation: videoanim 4s ease 0s infinite normal none;
          animation: videoanim 4s ease 0s infinite normal none;
}
@media (min-width: 768px) {
  .main .wrapper {
    max-width: 75vw;
    min-height: 84.63541667vw;
  }
  .main:before {
    width: 1.5625vw;
    height: 2.60416667vw;
    bottom: 4.16666667vw;
    left: 50%;
    margin-left: -0.78125vw;
  }
  
  .main h1 {
    font-size: 7.29166667vw;
    line-height: 8.33333333vw;
    padding: 17.578125vw 10.41666667vw 10.546875vw;
    margin-bottom: 7.8125vw;
  }
  .main h1 .wave {
    width: 3.3203125vw;
    height: 1.3671875vw;
    margin: 0.78125vw;
  }
  .main h1 .city {
    font-size: 3.125vw;
    padding: 1.5625vw 3.125vw;
    top: 4.94791667vw;
    left: 13.02083333vw;
  }
  .main .video {
    width: 7.29166667vw;
    height: 7.29166667vw;
    border: 4px solid #B3BE60;
    margin-bottom: 0;
    margin-top: 0;
    position: absolute;
    top: 35%;
    right: -10vw;
  }
  .main .video:before {
    width: 2.60416667vw;
    height: 2.60416667vw;
    top: 1.953125vw;
    left: 2.21354167vw;
  }
  .main .video:after {
    width: 12.5vw;
    height: 12.5vw;
    left: -3.125vw;
    top: -3.125vw;
  }
}
@media (min-width: 1280px) {
  .main .wrapper {
    max-width: 60vw;
    height: auto;
    min-height: 62.5vw;
  }
  .main:before {
    width: 0.9375vw;
    height: 1.5625vw;
    bottom: 2.5vw;
    margin-left: -0.46875vw;
  }
  .main h1 {
    font-size: 4.375vw;
    line-height: 5vw;
    padding: 10.546875vw 6.25vw 6.328125vw;
    margin-bottom: 4.6875vw;
  }
  .main h1 .wave {
    width: 1.9921875vw;
    height: 0.8203125vw;
    margin: 0.46875vw;
  }
  .main h1 .city {
    font-size: 1.875vw;
    padding: 0.9375vw 1.875vw;
    top: 2.96875vw;
    left: 7.8125vw;
  }
  .main .video {
    width: 5vw;
    height: 5vw;
    position: absolute;
    top: 35%;
    right: -20%;
  }
  .main .video:before {
    width: 1.875vw;
    height: 1.875vw;
    top: 1.25vw;
    left: 1.484375vw;
  }
  .main .video:after {
    width: 7.96875vw;
    height: 7.96875vw;
    left: -1.875vw;
    top: -1.875vw;
  }
}
@media (min-width: 1920px) {
  .main {
    max-width: 1920px;
    margin: 0 auto;
  }
  .main .wrapper {
    max-width: 60%;
    min-height: 1080px;
    max-height: 1080px;
  }
  .main:before {
    width: 24px;
    height: 40px;
    bottom: 32px;
    margin-left: -12px;
  }
  .main h1 {
    font-size: 88px;
    line-height: 104px;
    padding: 192px 112px 112px;
    margin-bottom: 20px;
  }
  .main h1 .wave {
    width: 50px;
    height: 20px;
    margin: 8px;
  }
  .main h1 .city {
    font-size: 32px;
    padding: 16px 32px;
    top: 64px;
    left: 176px;
  }
  .main .btn__block {
    padding: 0 24px;
  }
  .main .video {
    width: 96px;
    height: 96px;
    position: absolute;
    top: 35%;
    right: -20%;
  }
  .main .video:before {
    width: 32px;
    height: 32px;
    top: 30px;
    left: 32px;
  }
  .main .video:after {
    width: 152px;
    height: 152px;
    left: -32px;
    top: -32px;
  }
}
@media (hover) {
  .main .video {
    cursor: pointer;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .main .video:hover {
    background-color: #E1F4FF;
  }
}
.dialogvideo {
  display: none;
  width: 75vw;
  height: 133vw;
  padding: 0;
}
.dialogvideo iframe {
  width: 100%;
  height: 100%;
}
.dialogvideo .carousel__button.is-close {
  background: #DF6D54;
  top: -10px;
  right: -10px;
}
@media (min-width: 768px) {
  .dialogvideo {
    width: 45vh;
    height: 80vh;
  }
}
@-webkit-keyframes scrollanim {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  60% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes scrollanim {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  60% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes videoanim {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@keyframes videoanim {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
.park {
  background: #E1F4FF;
  padding-bottom: 10.66666667vw;
}
.park__main {
  padding: 10.66666667vw 6.4vw 4.26666667vw;
}
.park__slider .item {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.park__slider .item .img {
  display: block;
  width: 100%;
  background-color: #ccc;
  padding-top: 100%;
  border-radius: 4.26666667vw;
  background-size: cover;
  background-position: center;
}
.park__slider .item p {
  text-align: left;
  font-size: 3.73333333vw;
  line-height: 5.33333333vw;
  font-family: 'Catallina', sans-serif;
}
.park__back_1 {
  background-image: url('../img/park__back_1.svg');
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: top left;
  width: 100%;
  height: 17.06666667vw;
  margin-bottom: 10.66666667vw;
}
.park__back_2 {
  background-image: url('../img/park__back_2.svg');
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: top right;
  width: 100%;
  height: 17.06666667vw;
  margin-bottom: 5.33333333vw;
}
@media (min-width: 768px) {
  .park {
    padding-bottom: 5.20833333vw;
  }
  .park__main {
    padding: 8.33333333vw 8.33333333vw 2.08333333vw;
  }
  .park__back_1 {
    height: 16.92708333vw;
    margin-bottom: 5.20833333vw;
  }
  .park__back_2 {
    height: 20.83333333vw;
    margin-bottom: 5.20833333vw;
  }
  .park__slider .item {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .park__slider .item .img {
    border-radius: 2.60416667vw;
  }
  .park__slider .item p {
    font-size: 2.08333333vw;
    line-height: 3.125vw;
  }
}
@media (min-width: 1280px) {
  .park {
    padding-bottom: 3.125vw;
    position: relative;
  }
  .park__main {
    padding: 5vw 18.75vw 1.25vw;
  }
  .park__back_1 {
    height: 6.25vw;
    margin-bottom: 0;
    position: absolute;
    left: 0;
    top: 23.4375vw;
  }
  .park__back_2 {
    height: 6.25vw;
    margin-bottom: 0;
    position: absolute;
    right: 0;
    top: 15.625vw;
  }
  .park__slider {
    margin-top: 5vw;
    margin-bottom: 5vw;
  }
  .park__slider .item {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .park__slider .item .img {
    border-radius: 1.5625vw;
  }
  .park__slider .item p {
    font-size: 1.25vw;
    line-height: 1.875vw;
  }
}
@media (min-width: 1920px) {
  .park {
    max-width: 1920px;
    margin: 0 auto;
  }
  .park__main {
    padding: 143px 300px 64px;
  }
  .park__back_1 {
    height: 100px;
    top: 500px;
  }
  .park__back_2 {
    height: 100px;
    top: 300px;
  }
  .park__slider {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .park__slider .item .img {
    border-radius: 20px;
  }
  .park__slider .item p {
    font-size: 24px;
    line-height: 32px;
  }
}
.sheri {
  background-color: #E1F4FF;
}
.sheri .wrapper {
  padding: 0 0 17.06666667vw;
}
.sheri__slider {
  position: relative;
  margin-bottom: 8.53333333vw;
}
.sheri__slider:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 80vw;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: url('../img/slider_frame.png');
  pointer-events: none;
  background-size: 100% 100%;
  z-index: 10;
}
.sheri__slider .item {
  width: 100%;
  height: 80vw;
  background-size: cover;
  z-index: 1;
}
.sheri__item {
  text-align: center;
  margin: 0 0 25.6vw;
  position: relative;
  padding-top: 14.93333333vw;
}
.sheri__item h2 {
  position: absolute;
  top: 0;
  width: 100%;
  margin: 0;
  padding: 0 6.4vw 5.33333333vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sheri__item p {
  padding: 0 6.4vw 10.66666667vw;
}
.sheri__item:nth-child(2) .sheri__slider:after {
  background-image: url('../img/slider_frame_2.png');
}
@media (min-width: 768px) {
  .sheri .wrapper {
    padding: 0 0 12.5vw;
  }
  .sheri__item {
    padding: 0 4.16666667vw;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.08333333vw;
  }
  .sheri__item__slider,
  .sheri__item__info {
    width: 40%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .sheri__item h2 {
    padding: 0 0 2.60416667vw;
    position: relative;
  }
  .sheri__item p {
    padding: 0 0 2.60416667vw;
    margin: 0;
  }
  .sheri__item:nth-child(2) {
    padding-top: 8.33333333vw;
  }
  .sheri__item:nth-child(2) .sheri__item__slider {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .sheri__item:nth-child(2) .sheri__item__info {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .sheri__slider {
    margin-bottom: 0;
  }
  .sheri__slider:after {
    height: 39.0625vw;
  }
  .sheri__slider .item {
    height: 39.0625vw;
  }
}
@media (min-width: 1280px) {
  .sheri .wrapper {
    padding: 0 0 7.5vw;
  }
  .sheri__item {
    padding: 0 3.125vw;
    margin-bottom: 4.375vw;
    gap: 2.5vw;
  }
  .sheri__item h2 {
    padding: 0 0 3.125vw;
    position: relative;
  }
  .sheri__item p {
    padding: 0 0 3.125vw;
    margin: 0;
  }
  .sheri__item:nth-child(2) {
    padding-top: 5vw;
  }
  .sheri__slider:after {
    height: 37.5vw;
  }
  .sheri__slider .item {
    height: 37.5vw;
  }
}
@media (min-width: 1920px) {
  .sheri {
    max-width: 1920px;
    margin: 0 auto;
  }
  .sheri .wrapper {
    padding: 0 64px 120px;
  }
  .sheri__item {
    padding: 0 64px;
    margin-bottom: 56px;
    gap: 64px;
  }
  .sheri__item h2 {
    padding: 0 0 40px;
  }
  .sheri__item p {
    padding: 0 0 64px;
    font-size: 24px;
    line-height: 40px;
  }
  .sheri__item:nth-child(2) {
    padding-top: 64px;
  }
  .sheri__slider:after {
    height: 600px;
  }
  .sheri__slider .item {
    height: 600px;
  }
}
.ways {
  background-color: #E1F4FF;
  position: relative;
}
.ways__slider {
  position: relative;
  z-index: 20;
  padding: 0 0 10.66666667vw;
}
.ways__slider .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.ways__slider .item {
  padding: 0 6.4vw;
  height: 100%;
}
.ways__slider .item__block {
  background-color: #fff;
  border-radius: 6.4vw;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.ways__slider .item__block .point {
  font-size: 4.26666667vw;
  line-height: 5.33333333vw;
  padding: 8.53333333vw 6.4vw 0;
}
.ways__slider .item__block h3 {
  padding: 6.4vw;
  text-align: center;
  font-size: 6.4vw;
  line-height: 8.53333333vw;
  min-height: 17.06666667vw;
}
.ways__slider .item__block .price__block {
  border-top: 2px dashed #B3BE60;
  padding: 6.4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}
.ways__slider .item__block .price__block .price,
.ways__slider .item__block .price__block .times {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 40%;
  font-size: 7.46666667vw;
  line-height: 10.66666667vw;
  color: #000;
  font-weight: bold;
}
.ways__slider .item__block .price__block .price span {
  display: block;
  font-size: 4.26666667vw;
  line-height: 5.33333333vw;
  font-weight: normal;
  color: #59616C;
}
.ways__slider .item__block .info__btn {
  padding: 3.2vw 6.4vw;
  text-align: center;
}
.ways__slider .item__block .info__btn span {
  font-size: 5.33333333vw;
  line-height: 5.33333333vw;
  font-family: 'Catallina', sans-serif;
  color: #25528A;
  border-bottom: 2px dashed;
}
.ways__slider .item__block .buy {
  margin-top: auto;
  padding: 3.2vw 6.4vw 8.53333333vw;
  text-align: center;
}
.ways__slider .item__block .buy .btn {
  margin: 0;
}
.ways__slider .item.prime .item__block {
  background-color: #25528A;
  color: #fff;
}
.ways__slider .item.prime .item__block .point {
  color: #B3BE60;
}
.ways__slider .item.prime .item__block h3 {
  color: #fff;
}
.ways__slider .item.prime .item__block .price__block {
  border-top-color: #fff;
}
.ways__slider .item.prime .item__block .price__block .price,
.ways__slider .item.prime .item__block .price__block .times {
  color: #fff;
}
.ways__slider .item.prime .item__block .price__block .price span {
  color: #fff;
}
.ways__slider .item.prime .item__block .info__btn span {
  color: #fff;
}
.ways__map {
  position: relative;
  z-index: 10;
  padding-top: 100%;
  background-image: url('../img/map_3.jpg');
  background-size: 100% 100%;
}
.ways:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  height: 20%;
  background: #fff;
}
@media (min-width: 768px) {
  .ways__slider {
    padding: 0 1.5625vw 4.16666667vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .ways__slider .item {
    padding: 0 1.5625vw;
  }
  .ways__slider .item__block {
    border-radius: 3.125vw;
  }
  .ways__slider .item__block .point {
    font-size: 2.08333333vw;
    line-height: 2.60416667vw;
    padding: 4.16666667vw 3.125vw 0;
  }
  .ways__slider .item__block h3 {
    padding: 3.125vw;
    font-size: 3.125vw;
    line-height: 4.16666667vw;
    min-height: 8.33333333vw;
  }
  .ways__slider .item__block .price__block {
    padding: 3.125vw;
  }
  .ways__slider .item__block .price__block .price,
  .ways__slider .item__block .price__block .times {
    font-size: 3.64583333vw;
    line-height: 5.20833333vw;
  }
  .ways__slider .item__block .price__block .price span {
    font-size: 2.08333333vw;
    line-height: 2.60416667vw;
  }
  .ways__slider .item__block .info__btn {
    padding: 1.5625vw 3.125vw;
    text-align: center;
  }
  .ways__slider .item__block .info__btn span {
    font-size: 2.60416667vw;
    line-height: 2.60416667vw;
    font-family: 'Catallina', sans-serif;
    color: #25528A;
    border-bottom: 2px dashed;
  }
  .ways__slider .item__block .buy {
    padding: 1.5625vw 3.125vw 4.16666667vw;
  }
}
@media (min-width: 1280px) {
  .ways {
    margin-bottom: 4.375vw;
  }
  .ways h2 {
    margin-bottom: 4.375vw;
  }
  .ways__slider {
    padding: 0 0.9375vw 2.5vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .ways__slider .item {
    padding: 0 0.9375vw;
  }
  .ways__slider .item__block {
    border-radius: 1.875vw;
  }
  .ways__slider .item__block .point {
    font-size: 1.25vw;
    line-height: 1.5625vw;
    padding: 2.5vw 1.875vw 0;
  }
  .ways__slider .item__block h3 {
    padding: 1.875vw;
    font-size: 1.875vw;
    line-height: 2.5vw;
    min-height: 5vw;
  }
  .ways__slider .item__block .price__block {
    padding: 1.875vw;
  }
  .ways__slider .item__block .price__block .price,
  .ways__slider .item__block .price__block .times {
    font-size: 2.1875vw;
    line-height: 3.125vw;
  }
  .ways__slider .item__block .price__block .price span {
    font-size: 1.25vw;
    line-height: 1.5625vw;
  }
  .ways__slider .item__block .info__btn {
    padding: 0.9375vw 1.875vw;
  }
  .ways__slider .item__block .info__btn span {
    font-size: 1.5625vw;
    line-height: 1.5625vw;
  }
  .ways__slider .item__block .buy {
    padding: 1.5625vw 3.125vw 4.16666667vw;
  }
  .ways__map {
    padding-top: 50%;
    background-image: url('../img/map_4.jpg');
    background-size: 100% 100%;
    margin-top: 0;
  }
}
@media (min-width: 1920px) {
  .ways {
    max-width: 1920px;
    margin: 0 auto 80px;
  }
  .ways h2 {
    margin-bottom: 72px;
  }
  .ways__slider {
    padding: 0 12px 32px;
  }
  .ways__slider .item {
    padding: 0 12px;
  }
  .ways__slider .item__block {
    border-radius: 24px;
  }
  .ways__slider .item__block .point {
    font-size: 20px;
    line-height: 24px;
    padding: 40px 40px 0;
  }
  .ways__slider .item__block h3 {
    padding: 40px;
    font-size: 32px;
    line-height: 40px;
    min-height: 80px;
  }
  .ways__slider .item__block .price__block {
    padding: 40px;
  }
  .ways__slider .item__block .price__block .price,
  .ways__slider .item__block .price__block .times {
    font-size: 40px;
    line-height: 56px;
  }
  .ways__slider .item__block .price__block .price span {
    font-size: 20px;
    line-height: 24px;
  }
  .ways__slider .item__block .info__btn {
    padding: 24px 40px;
  }
  .ways__slider .item__block .info__btn span {
    font-size: 24px;
    line-height: 24px;
  }
  .ways__slider .item__block .buy {
    padding: 24px 40px 56px;
  }
}
@media (hover) {
  .ways__slider .item__block .info__btn span {
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .ways__slider .item__block .info__btn span:hover {
    color: #54A8EF;
  }
}
.dialogform {
  display: none;
  padding: 6.4vw;
  border-radius: 4.26666667vw;
  max-width: 90vw;
}
.dialogform .carousel__button.is-close {
  background: #DF6D54;
  top: -10px;
  right: -10px;
}
.dialogform h2 {
  font-size: 4.26666667vw;
  line-height: 6.4vw;
  margin: 0 0 6.4vw;
}
.dialogform p,
.dialogform ul {
  font-size: 3.2vw;
  line-height: 5.33333333vw;
  color: #59616C;
  margin: 0 0 5.33333333vw;
  text-align: left;
}
.dialogform ul {
  list-style: none;
  padding-left: 3.73333333vw;
}
.dialogform ul li {
  position: relative;
  margin: 0 0 3.2vw;
}
.dialogform ul li:before {
  content: '~';
  position: absolute;
  left: -3.73333333vw;
  font-size: 3.73333333vw;
  list-style: 5.33333333vw;
  font-weight: bold;
  color: #25528A;
}
.dialogform__slider {
  margin: 0 0 6.4vw;
  border-radius: 4.26666667vw;
  overflow: hidden;
}
.dialogform .btn {
  text-align: center;
}
.dialogform .nums {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.26666667vw;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  margin: 0 0 6.4vw;
}
.dialogform .nums .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 40%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.dialogform .nums .time {
  width: 40%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.dialogform .nums .price b,
.dialogform .nums .time b {
  font-size: 4.8vw;
  line-height: 5.33333333vw;
}
@media (min-width: 768px) {
  .dialogform {
    padding: 3.125vw;
    border-radius: 2.60416667vw;
    max-width: 70vw;
  }
  .dialogform h2 {
    font-size: 2.60416667vw;
    line-height: 4.16666667vw;
    margin: 0 0 4.16666667vw;
  }
  .dialogform p,
  .dialogform ul {
    font-size: 1.82291667vw;
    line-height: 3.125vw;
    margin: 0 0 3.125vw;
  }
  .dialogform ul {
    padding-left: 2.08333333vw;
  }
  .dialogform ul li {
    margin: 0 0 2.08333333vw;
  }
  .dialogform ul li:before {
    left: -2.08333333vw;
    font-size: 2.08333333vw;
    list-style: 3.125vw;
  }
  .dialogform__slider {
    margin: 0 0 3.125vw;
    border-radius: 2.08333333vw;
  }
  .dialogform .nums {
    gap: 2.08333333vw;
    margin: 0 0 3.125vw;
  }
  .dialogform .nums .price b,
  .dialogform .nums .time b {
    font-size: 4.16666667vw;
    line-height: 4.16666667vw;
  }
}
@media (min-width: 1280px) {
  .dialogform {
    padding: 2.5vw;
    border-radius: 1.875vw;
    max-width: 50vw;
  }
  .dialogform h2 {
    font-size: 1.875vw;
    line-height: 3.125vw;
    margin: 0 0 3.125vw;
  }
  .dialogform p,
  .dialogform ul {
    font-size: 1.09375vw;
    line-height: 1.875vw;
    margin: 0 0 1.875vw;
  }
  .dialogform ul {
    padding-left: 1.5625vw;
  }
  .dialogform ul li {
    margin: 0 0 1.25vw;
  }
  .dialogform ul li:before {
    left: -1.5625vw;
    font-size: 1.5625vw;
    list-style: 1.875vw;
  }
  .dialogform__slider {
    margin: 0 0 1.875vw;
    border-radius: 1.25vw;
  }
  .dialogform .nums {
    gap: 1.25vw;
    margin: 0 0 1.875vw;
  }
  .dialogform .nums .price b,
  .dialogform .nums .time b {
    font-size: 3.125vw;
    line-height: 3.125vw;
  }
}
@media (min-width: 1920px) {
  .dialogform {
    padding: 56px;
    border-radius: 32px;
    max-width: 900px;
  }
  .dialogform h2 {
    font-size: 32px;
    line-height: 40px;
    margin: 0 0 40px;
  }
  .dialogform p,
  .dialogform ul {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 24px;
  }
  .dialogform ul {
    padding-left: 20px;
  }
  .dialogform ul li {
    margin: 0 0 16px;
  }
  .dialogform ul li:before {
    left: -20px;
    font-size: 20px;
    list-style: 24px;
  }
  .dialogform__slider {
    margin: 0 0 24px;
    border-radius: 20px;
  }
  .dialogform .nums {
    gap: 16px;
    margin: 0 0 24px;
  }
  .dialogform .nums .price b,
  .dialogform .nums .time b {
    font-size: 40px;
    line-height: 40px;
  }
}
.boats .wrapper {
  padding: 25.6vw 6.4vw 6.4vw;
}
.boats__photos {
  margin: 0 0 10.66666667vw;
}
.boats__photos .item {
  padding-top: 75%;
  background-size: cover;
}
.boats__tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 3.2vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.boats__tile .item {
  width: 50%;
  max-width: 50%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.boats__tile .item .img {
  padding-top: 50%;
  background-size: 100%;
}
.boats__tile .item__block {
  padding: 3.2vw;
}
.boats__tile .item h3 {
  font-size: 4.26666667vw;
  line-height: 5.33333333vw;
  margin: 3.2vw 0;
  color: #000;
  min-height: 10.66666667vw;
}
.boats__tile .item .num {
  background: #E1F4FF;
  border-radius: 2.13333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 3.2vw 3.2vw 3.2vw 12.8vw;
  color: #25528A;
  font-size: 3.2vw;
  line-height: 1;
  position: relative;
}
.boats__tile .item .num .col {
  font-family: 'Catallina', sans-serif;
  font-size: 4.26666667vw;
  margin-bottom: 1.06666667vw;
}
.boats__tile .item .num::before {
  content: '';
  width: 6.4vw;
  height: 6.4vw;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.344 12.233a5.225 5.225 0 0 0 1.37-1.774c.321-.68.487-1.418.487-2.165 0-1.404-.575-2.75-1.6-3.743A5.551 5.551 0 0 0 8.74 3a5.551 5.551 0 0 0-3.862 1.55 5.213 5.213 0 0 0-1.6 3.744c0 .747.166 1.486.486 2.165.32.68.788 1.285 1.371 1.774a8.668 8.668 0 0 0-3.737 3.122A8.283 8.283 0 0 0 0 19.94c0 .281.115.55.32.749.205.198.483.31.772.31.29 0 .568-.112.773-.31.205-.199.32-.468.32-.749 0-1.685.69-3.3 1.92-4.492a6.661 6.661 0 0 1 4.634-1.86c1.738 0 3.406.669 4.635 1.86a6.256 6.256 0 0 1 1.92 4.492c0 .281.115.55.32.749.204.198.482.31.772.31.29 0 .567-.112.772-.31.205-.199.32-.468.32-.749a8.283 8.283 0 0 0-1.397-4.586 8.668 8.668 0 0 0-3.737-3.122zm-3.605-.762a3.352 3.352 0 0 1-1.82-.536A3.2 3.2 0 0 1 5.71 9.51a3.086 3.086 0 0 1-.186-1.836 3.147 3.147 0 0 1 .897-1.626 3.31 3.31 0 0 1 1.678-.87 3.374 3.374 0 0 1 1.893.181c.6.24 1.11.648 1.471 1.17.36.523.552 1.137.552 1.765 0 .843-.345 1.65-.96 2.246a3.33 3.33 0 0 1-2.317.93zm10.64.338a5.226 5.226 0 0 0 1.315-2.714 5.147 5.147 0 0 0-.417-2.971 5.344 5.344 0 0 0-2.016-2.275A5.588 5.588 0 0 0 15.294 3c-.29 0-.568.112-.773.31-.205.199-.32.468-.32.749 0 .28.115.55.32.749.205.198.483.31.772.31.87 0 1.703.334 2.318.93.614.596.96 1.404.96 2.246a3.102 3.102 0 0 1-.442 1.584c-.287.48-.7.88-1.197 1.159-.162.09-.297.22-.393.375a1.035 1.035 0 0 0 .338 1.424l.427.276.142.074a7.574 7.574 0 0 1 3.201 2.76 7.244 7.244 0 0 1 1.168 3.995c0 .281.115.55.32.749.205.198.483.31.772.31.29 0 .568-.112.773-.31.205-.199.32-.468.32-.749a9.3 9.3 0 0 0-1.22-4.648 9.662 9.662 0 0 0-3.401-3.484z' fill='%2325528A'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  position: absolute;
  left: 3.2vw;
  top: 3.2vw;
}
.boats__licenz {
  height: 14.93333333vw;
  background: #25528A;
  margin-top: 8.53333333vw;
  overflow: hidden;
}
.boats__licenz p {
  text-align: center;
  color: #fff;
  font-family: 'Catallina', sans-serif;
  font-size: 5.33333333vw;
  margin: 0;
  line-height: 1;
  padding-top: 4.8vw;
  -webkit-animation: text 5s infinite linear;
          animation: text 5s infinite linear;
  padding-left: 100%;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .boats .wrapper {
    padding: 12.5vw 4.16666667vw 3.125vw;
  }
  .boats__photos {
    margin: 0 0 3.125vw;
  }
  .boats__photos .item {
    padding-top: 60%;
    background-size: cover;
  }
  .boats__tile {
    padding: 0 1.5625vw;
  }
  .boats__tile .item {
    width: 25%;
    max-width: 25%;
  }
  .boats__tile .item__block {
    padding: 1.5625vw;
  }
  .boats__tile .item h3 {
    font-size: 2.08333333vw;
    line-height: 2.60416667vw;
    margin: 1.5625vw 0;
    min-height: 5.20833333vw;
  }
  .boats__tile .item .num {
    border-radius: 1.04166667vw;
    padding: 1.5625vw 1.5625vw 1.5625vw 6.25vw;
    font-size: 1.5625vw;
  }
  .boats__tile .item .num .col {
    font-size: 2.08333333vw;
    margin-bottom: 0.52083333vw;
  }
  .boats__tile .item .num::before {
    width: 3.125vw;
    height: 3.125vw;
    left: 1.5625vw;
    top: 1.5625vw;
  }
  .boats__licenz {
    height: 7.29166667vw;
    margin-top: 4.16666667vw;
  }
  .boats__licenz p {
    font-size: 2.60416667vw;
    padding-top: 2.34375vw;
  }
}
@media (min-width: 1280px) {
  .boats .wrapper {
    padding: 7.5vw 3.125vw 1.875vw;
  }
  .boats .wrapper p {
    width: 70%;
    margin: 0 auto 2.5vw;
  }
  .boats__photos {
    max-width: 1080px;
    margin: 0 auto 4.16666667vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 1.875vw;
    overflow: hidden;
  }
  .boats__photos .item {
    padding-top: 60%;
    background-size: cover;
  }
  .boats__tile {
    padding: 0 0.9375vw;
    max-width: 1080px;
    margin: 0 auto 5.20833333vw;
  }
  .boats__tile .item {
    width: 20%;
    max-width: 20%;
  }
  .boats__tile .item__block {
    padding: 1.25vw;
  }
  .boats__tile .item h3 {
    font-size: 1.25vw;
    line-height: 1.5625vw;
    margin: 0.9375vw 0;
    min-height: 3.125vw;
  }
  .boats__tile .item .num {
    border-radius: 0.625vw;
    padding: 0.9375vw 0.9375vw 0.9375vw 3.75vw;
    font-size: 0.9375vw;
  }
  .boats__tile .item .num .col {
    font-size: 1.25vw;
    margin-bottom: 0.3125vw;
  }
  .boats__tile .item .num::before {
    width: 1.875vw;
    height: 1.875vw;
    left: 0.9375vw;
    top: 0.9375vw;
  }
  .boats__licenz {
    height: 4.375vw;
    margin-top: 4.375vw;
  }
  .boats__licenz p {
    font-size: 1.5625vw;
    padding-top: 1.40625vw;
    -webkit-animation: text 10s infinite linear;
            animation: text 10s infinite linear;
  }
}
@media (min-width: 1920px) {
  .boats {
    max-width: 1920px;
    margin: 0 auto;
  }
  .boats .wrapper {
    padding: 96px 40px 24px;
  }
  .boats .wrapper p {
    width: 70%;
    margin: 0 auto 32px;
  }
  .boats__photos {
    max-width: 1520px;
    margin: 32px auto 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 1.875vw;
    overflow: hidden;
  }
  .boats__photos .item {
    padding-top: 60%;
    background-size: cover;
  }
  .boats__tile {
    padding: 0 16px;
    max-width: 1840px;
    margin: 0 auto 56px;
  }
  .boats__tile .item {
    width: 20%;
    max-width: 20%;
  }
  .boats__tile .item__block {
    padding: 1.25vw;
  }
  .boats__tile .item h3 {
    font-size: 24px;
    line-height: 32px;
    margin: 16px 0;
    min-height: 64px;
  }
  .boats__tile .item .num {
    border-radius: 12px;
    padding: 20px 20px 20px 88px;
    font-size: 16px;
  }
  .boats__tile .item .num .col {
    font-size: 24px;
    margin-bottom: 4px;
  }
  .boats__tile .item .num::before {
    width: 44px;
    height: 44px;
    left: 24px;
    top: 20px;
  }
  .boats__licenz {
    height: 64px;
    margin-top: 64px;
    position: relative;
  }
  .boats__licenz:after,
  .boats__licenz:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  }
  .boats__licenz:after {
    left: auto;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    right: 0;
  }
  .boats__licenz p {
    font-size: 24px;
    line-height: 24px;
    padding-top: 20px;
    -webkit-animation: text 15s infinite linear;
            animation: text 15s infinite linear;
  }
}
@-webkit-keyframes text {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-200%, 0);
            transform: translate(-200%, 0);
  }
}
@keyframes text {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-200%, 0);
            transform: translate(-200%, 0);
  }
}
.social .wrapper {
  padding: 25.6vw 6.4vw 6.4vw;
}
.social h2 {
  position: relative;
}
.social h2 span {
  color: #B3BE60;
}
.social h2 span:nth-child(2) {
  color: #54A8EF;
}
.social h2 .w1,
.social h2 .w2,
.social h2 .w3,
.social h2 .w4,
.social h2 .w5 {
  position: absolute;
  font-size: 10.66666667vw;
  line-height: 1;
}
.social h2 .w1 {
  top: -4.26666667vw;
  right: 0;
}
.social h2 .w2 {
  top: 34.66666667vw;
  left: 0;
}
.social h2 .w3 {
  top: 39.46666667vw;
  right: 4.26666667vw;
  color: #B3BE60;
}
.social h2 .w4 {
  top: 61.33333333vw;
  left: 4.26666667vw;
}
.social h2 .w5 {
  top: 66.66666667vw;
  right: 8.53333333vw;
}
.order .wrapper {
  padding: 14.93333333vw 6.4vw;
}
.order .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.2vw;
}
.order .form .colums__left,
.order .form .colums__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.2vw;
}
.order .form .colums__right {
  margin-top: 5.33333333vw;
}
.order .form .input__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 3.2vw;
  margin-bottom: 5.33333333vw;
}
.order .form .input__block {
  margin-bottom: 6.4vw;
}
.order .form .input__block .excursion {
  font-size: 5.33333333vw;
  line-height: 6.4vw;
  color: #000;
}
.order .form .input__block .excursion label {
  position: relative;
}
.order .form .input__block .excursion span {
  margin-left: 13.86666667vw;
  display: block;
}
.order .form .input__block .excursion span b {
  display: inline-block;
  color: #25528A;
  font-size: 3.2vw;
  line-height: 3.2vw;
  border: 2px solid #25528A;
  background: #E1F4FF;
  margin-bottom: 0.53333333vw;
  padding: 0.8vw 2.13333333vw;
  border-radius: 1.06666667vw;
  vertical-align: middle;
}
.order .form .input__block .excursion span b.hot {
  color: #FFC107;
  border-color: #FFC107;
  background: #fffbf0;
}
.order .form .input__block .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.13333333vw 3.2vw;
  font-size: 4.26666667vw;
  line-height: 6.4vw;
  margin-top: 2.13333333vw;
  max-height: 0px;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.order .form .input__block .time label {
  position: relative;
}
.order .form .input__block .time span {
  margin-left: 7.46666667vw;
  margin-right: 2.13333333vw;
  display: block;
}
.order .form .input__block.active .time {
  max-height: 150px;
  opacity: 1;
}
.order .form .action {
  text-align: center;
  display: inline-block;
  margin: 6.4vw auto 0;
  background-image: url("data:image/svg+xml,%3Csvg width='1136' height='93' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.046 22.437A16 16 0 0 1 26.738 9.561H851.07a8.184 8.184 0 0 0 7.442-4.78A8.181 8.181 0 0 1 865.953 0H1119.9c10.29 0 17.9 9.565 15.59 19.588l-5.89 25.61a7.843 7.843 0 0 1-7.64 6.082 7.841 7.841 0 0 0-7.69 6.31l-4.49 22.534A16 16 0 0 1 1094.09 93H16.499C6.408 93-1.163 83.773.807 73.876l10.24-51.439z' fill='%23FCEDBC'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  padding: 3.2vw 4.26666667vw;
}
.order .form .submit {
  margin-top: 6.4vw;
}
.order .form .privacy {
  margin: 4.26666667vw 0 0;
  font-size: 4.26666667vw;
  line-height: 6.4vw;
}
.order .form .privacy a {
  color: #B3BE60;
}
@media (min-width: 768px) {
  .order .wrapper {
    padding: 7.29166667vw;
  }
  .order .form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5625vw;
  }
  .order .form__colums {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    gap: 1.5625vw;
  }
  .order .form .colums__left,
  .order .form .colums__right {
    gap: 1.5625vw;
  }
  .order .form .colums__left {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    width: 60%;
  }
  .order .form .colums__right {
    margin-top: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 30%;
  }
  .order .form .input__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.5625vw;
    margin-bottom: 2.60416667vw;
  }
  .order .form .input__block {
    margin-bottom: 2.60416667vw;
  }
  .order .form .input__block .excursion {
    font-size: 2.60416667vw;
    line-height: 3.125vw;
    color: #000;
  }
  .order .form .input__block .excursion label {
    position: relative;
  }
  .order .form .input__block .excursion label b {
    font-size: 1.5625vw;
    line-height: 1.5625vw;
    margin-bottom: 0.26041667vw;
    padding: 0.390625vw 1.04166667vw;
    border-radius: 0.52083333vw;
  }
  .order .form .input__block .excursion span {
    margin-left: 6.77083333vw;
    display: block;
  }
  .order .form .input__block .time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.04166667vw 1.5625vw;
    font-size: 2.08333333vw;
    line-height: 3.125vw;
    margin-top: 1.04166667vw;
    margin-left: 6.77083333vw;
  }
  .order .form .input__block .time label {
    position: relative;
  }
  .order .form .input__block .time span {
    margin-left: 3.64583333vw;
    margin-right: 1.04166667vw;
    display: block;
  }
  .order .form .action {
    padding: 1.5625vw 4.16666667vw;
    margin: 0 auto 0;
  }
  .order .form .submit {
    margin-top: 3.125vw;
  }
  .order .form .privacy {
    margin: 2.08333333vw 0 0;
    font-size: 2.08333333vw;
    line-height: 3.125vw;
  }
  .order .form .privacy a {
    color: #B3BE60;
  }
}
@media (min-width: 1280px) {
  .order .wrapper {
    padding: 5vw;
  }
  .order h2 {
    margin-bottom: 3.125vw;
  }
  .order .form {
    gap: 1.5625vw;
    max-width: 70%;
    margin: 0 auto;
  }
  .order .form__colums {
    gap: 1.5625vw;
  }
  .order .form .colums__left,
  .order .form .colums__right {
    gap: 1.5625vw;
  }
  .order .form .input__date {
    gap: 0.9375vw;
    margin-bottom: 2.5vw;
  }
  .order .form .input__block {
    margin-bottom: 1.5625vw;
  }
  .order .form .input__block .excursion {
    font-size: 1.5625vw;
    line-height: 1.875vw;
  }
  .order .form .input__block .excursion span {
    margin-left: 4.0625vw;
  }
  .order .form .input__block .excursion span b {
    font-size: 0.9375vw;
    line-height: 0.9375vw;
    margin-bottom: 0.15625vw;
    padding: 0.234375vw 0.625vw;
    border-radius: 0.3125vw;
  }
  .order .form .input__block .time {
    gap: 0.625vw 0.9375vw;
    font-size: 1.25vw;
    line-height: 1.875vw;
    margin-top: 0.625vw;
    margin-left: 4.0625vw;
  }
  .order .form .input__block .time span {
    margin-left: 2.1875vw;
    margin-right: 0.625vw;
  }
  .order .form .action {
    padding: 0.9375vw 1.875vw;
  }
  .order .form .submit {
    margin: 1.875vw auto 0;
    width: 50%;
  }
  .order .form .privacy {
    margin: 0;
    font-size: 1.25vw;
    line-height: 1.875vw;
  }
}
@media (min-width: 1920px) {
  .order {
    max-width: 1920px;
    margin: 0 auto;
  }
  .order .wrapper {
    padding: 120px 64px;
  }
  .order h2 {
    margin-bottom: 64px;
  }
  .order .form {
    gap: 20px;
    max-width: 70%;
  }
  .order .form__colums {
    gap: 20px;
  }
  .order .form .colums__left,
  .order .form .colums__right {
    gap: 20px;
  }
  .order .form .input__date {
    gap: 20px;
    margin-bottom: 40px;
  }
  .order .form .input__block {
    margin-bottom: 20px;
  }
  .order .form .input__block .excursion {
    font-size: 32px;
    line-height: 40px;
  }
  .order .form .input__block .excursion span {
    margin-left: 80px;
  }
  .order .form .input__block .excursion span b {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 2px;
    padding: 3px 8px;
    border-radius: 4px;
  }
  .order .form .input__block .time {
    gap: 8px 20px;
    font-size: 24px;
    line-height: 32px;
    margin-top: 12px;
    margin-left: 80px;
  }
  .order .form .input__block .time span {
    margin-left: 44px;
    margin-right: 8px;
  }
  .order .form .submit {
    margin: 24px auto 0;
    width: 50%;
  }
  .order .form .privacy {
    margin: 16px 0 0;
    font-size: 24px;
    line-height: 32px;
  }
}
@media (hover) {
  .order .form .input__block .excursion label,
  .order .form .input__block .time label {
    cursor: pointer;
  }
}
.contacts {
  background-image: url('../img/contacts_back.jpg');
  background-position: bottom center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.contacts .wrapper {
  padding: 6.4vw 6.4vw 14.93333333vw;
}
.contacts p {
  margin: 0;
  font-size: 3.73333333vw;
  line-height: 4.8vw;
}
.contacts p.address {
  text-align: center;
  color: #000;
  margin-bottom: 10.66666667vw;
}
.contacts p.phone {
  text-align: center;
  margin-bottom: 3.2vw;
}
.contacts p.phone a {
  color: #25528A;
  text-decoration: none;
  font-size: 10.66666667vw;
  line-height: 1;
}
.contacts p.phone a span {
  color: #B3BE60;
}
.contacts p.list {
  color: #000;
  font-weight: bold;
}
.contacts ul {
  list-style: none;
  padding: 0 0 0 5.33333333vw;
  font-size: 3.73333333vw;
  line-height: 4.8vw;
}
.contacts ul li {
  position: relative;
  margin: 0 0 1.25vw;
}
.contacts ul li:before {
  content: '~';
  display: inline-block;
  position: absolute;
  font-size: 4.26666667vw;
  line-height: 4.8vw;
  left: -5.33333333vw;
  color: #25528A;
}
.contacts__map {
  overflow: hidden;
  border-radius: 8.53333333vw;
  margin-top: 8.53333333vw;
  height: 80vw;
  -webkit-box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.1), 0 4px 4px 2px rgba(0, 0, 0, 0.1), 0 8px 8px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.1), 0 4px 4px 2px rgba(0, 0, 0, 0.1), 0 8px 8px 4px rgba(0, 0, 0, 0.05);
}
@media (min-width: 768px) {
  .contacts .wrapper {
    padding: 3.125vw 4.16666667vw 7.29166667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 3.125vw;
  }
  .contacts__info,
  .contacts__map {
    width: 40%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin: 0;
  }
  .contacts__map {
    height: auto;
    border-radius: 3.125vw;
  }
  .contacts__info {
    padding: 2.60416667vw 0;
  }
  .contacts p {
    margin: 0;
    font-size: 2.08333333vw;
    line-height: 3.125vw;
  }
  .contacts p.address {
    text-align: center;
    margin-bottom: 5.20833333vw;
  }
  .contacts p.phone {
    text-align: center;
    margin-bottom: 1.5625vw;
  }
  .contacts p.phone a {
    font-size: 5.20833333vw;
    line-height: 1;
  }
  .contacts h2 {
    font-size: 3.125vw;
    line-height: 1;
  }
  .contacts ul {
    padding: 0 0 0 3.125vw;
    font-size: 2.08333333vw;
    line-height: 3.125vw;
  }
  .contacts ul li {
    margin: 0 0 2.08333333vw;
  }
  .contacts ul li:before {
    font-size: 4.16666667vw;
    line-height: 2.60416667vw;
    left: -3.125vw;
  }
}
@media (min-width: 1280px) {
  .contacts {
    background-image: url('../img/contacts_back_2.jpg');
  }
  .contacts .wrapper {
    padding: 1.875vw 3.125vw 7.5vw;
    gap: 1.875vw;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .contacts__info {
    padding: 1.875vw 0;
  }
  .contacts__info p {
    margin: 0;
    text-align: left;
    font-size: 1.875vw;
    line-height: 1;
  }
  .contacts__info p.address {
    text-align: left;
    font-size: 1.875vw;
    line-height: 2.5vw;
    margin-bottom: 5vw;
  }
  .contacts__info p.phone {
    text-align: left;
    margin-bottom: 0.625vw;
  }
  .contacts__info p.phone a {
    font-size: 4.375vw;
    line-height: 5vw;
  }
  .contacts__info h2 {
    text-align: left;
    font-size: 3.125vw;
    line-height: 4.375vw;
    margin-bottom: 2.5vw;
  }
  .contacts__info ul {
    padding: 0 0 0 2.1875vw;
    font-size: 1.875vw;
    line-height: 2.5vw;
  }
  .contacts__info ul li {
    margin: 0 0 1.25vw;
  }
  .contacts__info ul li:before {
    font-size: 2.5vw;
    line-height: 2.5vw;
    left: -2.1875vw;
  }
  .contacts__map {
    border-radius: 2.5vw;
  }
}
@media (min-width: 1920px) {
  .contacts {
    max-width: 1920px;
    margin: 0 auto;
  }
  .contacts .wrapper {
    padding: 64px 64px 102px 64px;
    gap: 40px;
  }
  .contacts__map {
    border-radius: 40px;
  }
  .contacts__info {
    padding: 40px 0;
  }
  .contacts p {
    font-size: 24px;
    line-height: 32px;
  }
  .contacts p.address {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 56px;
    text-align: center;
  }
  .contacts p.phone {
    text-align: center;
    margin-bottom: 16px;
  }
  .contacts p.phone a {
    font-size: 80px;
    line-height: 80px;
  }
  .contacts h2 {
    margin-bottom: 24px;
  }
  .contacts ul {
    padding: 0 0 0 28px;
    font-size: 24px;
    line-height: 32px;
  }
  .contacts ul li {
    margin: 0 0 16px;
  }
  .contacts ul li:before {
    font-size: 40px;
    line-height: 28px;
    left: -28px;
  }
}
.inpage .wrapper {
  padding: 37.33333333vw 6.4vw 4.26666667vw;
}
.inpage__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6.4vw;
  margin-top: 14.93333333vw;
}
.inpage__icons .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.13333333vw;
}
.inpage__icons .item img {
  max-width: 33.33333333vw;
}
.inpage-phone .wrapper {
  padding: 6.4vw 8.53333333vw 21.33333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.inpage-phone .wrapper .phone {
  font-weight: normal;
  font-family: 'Catallina', sans-serif;
  color: #25528A;
  font-size: 8.53333333vw;
  line-height: 1;
  text-decoration: none;
}
.inpage-phone .wrapper .phone span {
  color: #B3BE60;
}
.inpage__posts {
  padding: 5.33333333vw 6.4vw 6.4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5.33333333vw;
}
.inpage__posts .item {
  background-color: #E1F4FF;
  border-radius: 6.4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  color: #000;
}
.inpage__posts .item__img {
  padding-top: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 6.4vw;
}
.inpage__posts .item__data {
  padding: 5.33333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.26666667vw;
}
.inpage__posts .item__data h2,
.inpage__posts .item__data p {
  text-align: left;
  margin: 0;
}
.inpage__posts .item__data p {
  color: #2D2D2D;
}
.inpage__posts__more {
  padding: 0 6.4vw 4.26666667vw;
  text-align: center;
}
.inpage__onepost .paragraph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  padding: 5.33333333vw;
}
.inpage__onepost .paragraph p {
  font-size: 4.26666667vw;
  line-height: 6.4vw;
  text-align: left;
  margin: 0;
}
.inpage__onepost .paragraph h2 {
  font-size: 6.4vw;
  line-height: 8.53333333vw;
  text-align: left;
  margin: 0;
}
.inpage__onepost + .inpage__posts {
  padding-top: 0;
}
@media (min-width: 768px) {
  .inpage .wrapper {
    padding: 18.22916667vw 8.33333333vw 4.16666667vw;
  }
  .inpage h1 {
    font-size: 4.16666667vw;
    line-height: 1;
  }
  .inpage p {
    padding: 0 5.20833333vw;
  }
  .inpage__icons {
    gap: 3.125vw;
    margin-top: 5.20833333vw;
  }
  .inpage__icons .item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4.16666667vw;
  }
  .inpage__icons .item img {
    max-width: 16.27604167vw;
  }
  .inpage__icons .item p {
    text-align: left;
    padding: 0;
  }
  .inpage-phone .wrapper {
    padding: 3.125vw 4.16666667vw 10.41666667vw;
  }
  .inpage-phone .wrapper .phone {
    font-size: 5.20833333vw;
  }
  .inpage__posts {
    padding: 20px calc( 40px + ( var(--win_width) - 768px ) * ( (160 - 40) / ( 1280 - 768 ) ) ) calc( 24px + ( var(--win_width) - 768px ) * ( (40 - 24) / ( 1280 - 768 ) ) );
    gap: calc( 20px + ( var(--win_width) - 768px ) * ( (24 - 20) / ( 1280 - 768 ) ) );
  }
  .inpage__posts .item {
    border-radius: 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    position: relative;
  }
  .inpage__posts .item::after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.723 3.293a1 1 0 1 0-1.415 1.414L19.602 11H1a1 1 0 1 0 0 2h18.601l-6.292 6.293a1 1 0 0 0 1.414 1.414l8-8a1 1 0 0 0 0-1.414l-8-8z' fill='%2354A8EF'/%3E%3C/svg%3E");
    width: 24px;
    height: 24px;
    background-size: contain;
    position: absolute;
    right: calc( 20px + ( var(--win_width) - 768px ) * ( (24 - 20) / ( 1280 - 768 ) ) );
    top: calc( 20px + ( var(--win_width) - 768px ) * ( (32 - 20) / ( 1280 - 768 ) ) );
  }
  .inpage__posts .item__img {
    padding-top: unset;
    border-radius: 24px;
    width: calc( 200px + ( var(--win_width) - 768px ) * ( (256 - 200) / ( 1280 - 768 ) ) );
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc( 200px + ( var(--win_width) - 768px ) * ( (256 - 200) / ( 1280 - 768 ) ) );
            flex: 0 0 calc( 200px + ( var(--win_width) - 768px ) * ( (256 - 200) / ( 1280 - 768 ) ) );
  }
  .inpage__posts .item__data {
    padding: calc( 20px + ( var(--win_width) - 768px ) * ( (24 - 20) / ( 1280 - 768 ) ) );
    gap: 16px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .inpage__posts .item__data h2,
  .inpage__posts .item__data p {
    margin: 0;
    padding: 0;
  }
  .inpage__posts .item__data h2 {
    font-size: calc( 20px + ( var(--win_width) - 768px ) * ( (32 - 20) / ( 1280 - 768 ) ) );
    line-height: calc( 24px + ( var(--win_width) - 768px ) * ( (40 - 24) / ( 1280 - 768 ) ) );
  }
  .inpage__posts .item__data p {
    font-size: calc( 16px + ( var(--win_width) - 768px ) * ( (20 - 16) / ( 1280 - 768 ) ) );
    line-height: calc( 24px + ( var(--win_width) - 768px ) * ( (32 - 24) / ( 1280 - 768 ) ) );
  }
  .inpage__posts__more {
    padding: 0 calc( 24px + ( var(--win_width) - 768px ) * ( (40 - 24) / ( 1280 - 768 ) ) ) calc( 16px + ( var(--win_width) - 768px ) * ( (24 - 16) / ( 1280 - 768 ) ) );
    text-align: center;
  }
  .inpage__onepost .paragraph {
    padding: calc( 24px + ( var(--win_width) - 768px ) * ( (32 - 24) / ( 1280 - 768 ) ) ) calc( 40px + ( var(--win_width) - 768px ) * ( (160 - 40) / ( 1280 - 768 ) ) );
  }
  .inpage__onepost .paragraph p {
    font-size: calc( 18px + ( var(--win_width) - 768px ) * ( (20 - 18) / ( 1280 - 768 ) ) );
    line-height: calc( 28px + ( var(--win_width) - 768px ) * ( (32 - 28) / ( 1280 - 768 ) ) );
    padding: 0;
  }
  .inpage__onepost .paragraph h2 {
    font-size: calc( 32px + ( var(--win_width) - 768px ) * ( (40 - 32) / ( 1280 - 768 ) ) );
    line-height: calc( 48px + ( var(--win_width) - 768px ) * ( (56 - 48) / ( 1280 - 768 ) ) );
  }
}
@media (min-width: 1280px) {
  .inpage .wrapper {
    padding: 12.5vw 5vw 2.5vw;
  }
  .inpage h1 {
    font-size: 3.75vw;
  }
  .inpage p {
    padding: 0 11.25vw;
  }
  .inpage__icons {
    gap: 1.875vw;
    margin-top: 4.375vw;
    padding: 0 6.25vw;
  }
  .inpage__icons .item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4.16666667vw;
  }
  .inpage__icons .item img {
    max-width: 9.765625vw;
  }
  .inpage-phone .wrapper {
    padding: 2.5vw 2.5vw 9.375vw;
  }
  .inpage-phone .wrapper .phone {
    font-size: 5vw;
  }
  .inpage__posts {
    padding: 20px calc( 160px + ( var(--win_width) - 1280px ) * ( (200 - 160) / ( 1920 - 1280 ) ) ) 40px;
    gap: 24px;
  }
  .inpage__posts .item::after {
    right: calc( 24px + ( var(--win_width) - 1280px ) * ( (32 - 24) / ( 1920 - 1280 ) ) );
    top: calc( 32px + ( var(--win_width) - 1280px ) * ( (44 - 32) / ( 1920 - 1280 ) ) );
  }
  .inpage__posts .item__img {
    width: 256px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 256px;
            flex: 0 0 256px;
  }
  .inpage__posts .item__data {
    padding: calc( 24px + ( var(--win_width) - 1280px ) * ( (32 - 24) / ( 1920 - 1280 ) ) );
  }
  .inpage__posts .item__data h2 {
    font-size: calc( 32px + ( var(--win_width) - 1280px ) * ( (40 - 32) / ( 1920 - 1280 ) ) );
    line-height: calc( 40px + ( var(--win_width) - 1280px ) * ( (56 - 40) / ( 1920 - 1280 ) ) );
  }
  .inpage__posts .item__data p {
    font-size: calc( 20px + ( var(--win_width) - 1280px ) * ( (24 - 20) / ( 1920 - 1280 ) ) );
    line-height: calc( 32px + ( var(--win_width) - 1280px ) * ( (40 - 32) / ( 1920 - 1280 ) ) );
  }
  .inpage__posts__more {
    padding: 0 40px calc( 24px + ( var(--win_width) - 1280px ) * ( (32 - 24) / ( 1920 - 1280 ) ) );
  }
  .inpage__onepost .paragraph {
    padding: calc( 32px + ( var(--win_width) - 1280px ) * ( (40 - 32) / ( 1920 - 1280 ) ) ) calc( 160px + ( var(--win_width) - 1280px ) * ( (320 - 160) / ( 1920 - 1280 ) ) );
  }
  .inpage__onepost .paragraph p {
    font-size: calc( 20px + ( var(--win_width) - 1280px ) * ( (24 - 20) / ( 1920 - 1280 ) ) );
    line-height: calc( 32px + ( var(--win_width) - 1280px ) * ( (40 - 32) / ( 1920 - 1280 ) ) );
    padding: 0;
  }
  .inpage__onepost .paragraph h2 {
    font-size: 40px;
    line-height: 56px;
  }
}
@media (min-width: 1920px) {
  .inpage .wrapper {
    padding: 160px 64px 32px;
    max-width: 1920px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
  }
  .inpage h1 {
    font-size: 56px;
  }
  .inpage p {
    padding: 0 320px;
  }
  .inpage__icons {
    gap: 24px;
    margin-top: 56px;
    padding: 0 320px;
  }
  .inpage__icons .item {
    gap: 32px;
  }
  .inpage__icons .item img {
    max-width: 125px;
  }
  .inpage-phone .wrapper {
    padding: 32px 32px 120px;
    max-width: 1920px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
  }
  .inpage-phone .wrapper .phone {
    font-size: 64px;
  }
  .inpage__posts {
    max-width: 1920px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    padding: 20px 200px 40px;
    gap: 24px;
  }
  .inpage__posts .item::after {
    right: 32px;
    top: 44px;
  }
  .inpage__posts .item__img {
    width: 256px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 256px;
            flex: 0 0 256px;
  }
  .inpage__posts .item__data {
    padding: 32px;
  }
  .inpage__posts .item__data h2 {
    font-size: 40px;
    line-height: 56px;
  }
  .inpage__posts .item__data p {
    font-size: 24px;
    line-height: 40px;
  }
  .inpage__posts__more {
    padding: 0 40px 32px;
  }
  .inpage__onepost {
    max-width: 1920px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
  }
  .inpage__onepost .paragraph {
    padding: 40px 320px;
  }
  .inpage__onepost .paragraph p {
    font-size: 24px;
    line-height: 40px;
  }
  .inpage__onepost .paragraph h2 {
    font-size: 40px;
    line-height: 56px;
  }
}
@media (any-hover: hover) {
  .inpage__posts .item h2 {
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
  }
  .inpage__posts .item:hover h2 {
    color: #54A8EF;
  }
}
.footer {
  background-color: #25528A;
  color: #fff;
}
.footer .wrapper {
  padding: 10.66666667vw 6.4vw;
}
.footer .logo {
  background-image: url('../img/logo_w.svg');
  width: 48.8vw;
  height: 10.13333333vw;
  background-size: 100% 100%;
  margin: 0;
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 4.26666667vw;
  padding: 10.66666667vw 0;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}
.footer__nav h3,
.footer__nav a {
  color: #fff;
}
.footer__nav h3 {
  text-align: left;
}
.footer__nav .colomn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 45%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  gap: 2.13333333vw;
}
.footer__info p {
  font-size: 10.66666667vw;
  line-height: 14.93333333vw;
  font-family: 'Catallina', sans-serif;
  margin: 0;
}
.footer__copy {
  border-top: 1px solid #fff;
}
.footer__copy .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  gap: 4.26666667vw;
  padding: 6.4vw 6.4vw 3.2vw;
}
.footer__copy .copy {
  font-size: 3.2vw;
  line-height: 5.33333333vw;
}
.footer__copy .links p {
  margin: 0 0 3.2vw;
  font-size: 3.2vw;
  line-height: 5.33333333vw;
  text-align: right;
}
.footer__copy .links a {
  color: #fff;
}
@media (min-width: 768px) {
  .footer {
    position: relative;
  }
  .footer .wrapper {
    padding: 5.20833333vw 4.16666667vw;
  }
  .footer__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 2.08333333vw;
  }
  .footer__nav,
  .footer__info {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 40%;
  }
  .footer__nav {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0;
  }
  .footer__info {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .footer__info p {
    font-size: 3.125vw;
    line-height: 4.16666667vw;
    text-align: left;
  }
  .footer .logo {
    position: absolute;
    top: 5.20833333vw;
    left: 4.16666667vw;
    width: 23.828125vw;
    height: 4.94791667vw;
  }
  .footer__copy .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 2.08333333vw;
    padding: 3.125vw 3.125vw 1.5625vw;
  }
  .footer__copy .copy {
    font-size: 1.5625vw;
    line-height: 2.60416667vw;
  }
  .footer__copy .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.125vw;
  }
  .footer__copy .links p {
    margin: 0 0 1.5625vw;
    font-size: 1.5625vw;
    line-height: 2.60416667vw;
  }
}
@media (min-width: 1280px) {
  .footer .wrapper {
    padding: 3.125vw 3.125vw;
  }
  .footer__main {
    gap: 10vw;
  }
  .footer__nav {
    gap: 1.5625vw;
    padding: 0;
  }
  .footer__nav h3 {
    font-size: 1.875vw;
    line-height: 3.125vw;
  }
  .footer__nav .colomn {
    gap: 0.625vw;
  }
  .footer__info p {
    font-size: 2.5vw;
    line-height: 3.125vw;
  }
  .footer .logo {
    top: 3.125vw;
    left: 3.125vw;
    width: 14.296875vw;
    height: 2.96875vw;
  }
  .footer__copy .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1.875vw;
    padding: 1.875vw 3.125vw 0.9375vw;
  }
  .footer__copy .copy {
    font-size: 1.09375vw;
    line-height: 1.875vw;
  }
  .footer__copy .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.125vw;
  }
  .footer__copy .links p {
    margin: 0 0 0.9375vw;
    font-size: 1.09375vw;
    line-height: 1.875vw;
  }
}
@media (min-width: 1920px) {
  .footer .wrapper {
    position: relative;
    max-width: 1920px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    padding: 64px;
  }
  .footer .logo {
    top: 64px;
    left: 64px;
    width: 233px;
    height: 48px;
  }
  .footer__info {
    -webkit-box-flex: 3;
        -ms-flex-positive: 3;
            flex-grow: 3;
  }
  .footer__info p {
    font-size: 40px;
    line-height: 56px;
  }
  .footer__nav {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    gap: 20px;
    padding: 0;
  }
  .footer__nav h3 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .footer__nav a {
    font-size: 24px;
    line-height: 40px;
  }
  .footer__nav .colomn {
    gap: 8px;
  }
  .footer__copy .wrapper {
    gap: 40px;
    padding: 20px 64px 8px;
  }
  .footer__copy .copy {
    font-size: 24px;
    line-height: 40px;
  }
  .footer__copy .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.125vw;
  }
  .footer__copy .links p {
    margin: 0 0 0.9375vw;
    font-size: 1.09375vw;
    line-height: 1.875vw;
  }
}


.our-stories {
  overflow: hidden;
  background-color: #E0F4FF;
  padding: 60px 40px;
}
@media screen and (max-width: 767px) {
  .our-stories {
    padding: 40px 20px;
  }
}
.our-stories__slider {
  position: relative;
}
.our-stories__slider-prev, .our-stories__slider-next {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #FFF;
  border: 3px solid #B3BE60;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  transition: 0.25s ease-in-out;
}
.our-stories__slider-prev svg, .our-stories__slider-next svg {
  display: block;
  width: 8px;
  height: 18px;
}
@media (any-hover: hover) {
  .our-stories__slider-prev:hover, .our-stories__slider-next:hover {
    background-color: #B3BE60;
  }
  .our-stories__slider-prev:hover svg path, .our-stories__slider-next:hover svg path {
    stroke: #FFF;
  }
}
.our-stories__slider-prev {
  left: 10px;
}
@media screen and (max-width: 767px) {
  .our-stories__slider-prev {
    left: -15px;
  }
}
.our-stories__slider-next {
  right: 10px;
}
@media screen and (max-width: 767px) {
  .our-stories__slider-next {
    right: -15px;
  }
}
.our-stories__title {
  font-family: "Catallina", sans-serif;
  font-size: 56px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 60px;
  color: #335E92;
}
@media screen and (max-width: 767px) {
  .our-stories__title {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.our-stories__section {
  max-width: 280px;
  height: 647px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .our-stories__section {
    max-width: 255px;
    height: 520px;
    gap: 10px;
  }
}
.our-stories__section--wide {
  max-width: 660px;
}
@media screen and (max-width: 767px) {
  .our-stories__section--wide {
    max-width: 255px;
  }
}
.our-stories__item {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.our-stories__item.is-active .our-stories__item-preview {
  display: none;
}
.our-stories__item-main {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
}
.our-stories__item-preview {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media (any-hover: hover) {
  .our-stories__item-preview:hover .our-stories__item-preview-btn {
    background-color: #B3BE60;
  }
  .our-stories__item-preview:hover .our-stories__item-preview-btn svg path {
    fill: #FFF;
  }
}
.our-stories__item-preview-img {
  display: block;
  width: 100%;
  height: 100%;
}
.our-stories__item-preview-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.our-stories__item-preview-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  background-color: #FFF;
  z-index: 3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
  cursor: pointer;
  pointer-events: none;
  transition: 0.25s ease-in-out;
  transform: translate(-50%, -50%);
}
.our-stories__item-frame {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
}
.our-stories__item-frame::-webkit-scrollbar {
  display: none;
}
.our-stories__item-frame video,
.our-stories__item-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  border: none;
  outline: none;
}
.our-stories__item-frame video::-webkit-scrollbar,
.our-stories__item-frame iframe::-webkit-scrollbar {
  display: none;
}
.our-stories__item-name {
  position: absolute;
  bottom: 40px;
  left: 30px;
  font-size: 14px;
  color: #FFF;
  display: none;
}
@media screen and (max-width: 767px) {
  .our-stories__item-name {
    display: none;
  }
}
.our-stories__item-title {
  font-family: "Catallina", sans-serif;
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #335E92;
  margin-bottom: 10px;
  flex-shrink: 0;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .our-stories__item-title {
    display: none;
  }
}
.our-stories__item-date {
  font-size: 16px;
  line-height: 1.2;
  color: #6E6E6E;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .our-stories__item-date {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */


.slider-text {
    background-color: rgb(179 190 96 / 71%); /* Белый цвет с прозрачностью */
    border-radius: 10px; /* Скругленные края */
    padding: 25px 20px; /* Внутренние отступы */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Тень для блока */
    margin:0  0 25px 30px;
}
        
.slider-text p {
    margin-bottom: 10px;
    font-size: 29px;
    line-height: 48px;
    color: #fff;
    text-align: center;
}

@media (max-width: 900px) {
.slider-text {
margin:10px;
} 
.slider-text p {
        font-size: 18px;
        line-height: 26px; /
    }
    
.main .tour-firm h1 {
        font-size: 8vw;
        line-height: 13vw;
        color: #000;
        padding: 15vw 10.66666667vw 10vw;
}

.tour-firm .slider-text p {        font-size: 16px;
        line-height: 22px;
      
}

.tour-firm .slider-text  { 
      padding: 9px 20px
}
}


/* FAQ */
.faq-wrapper {
  background: #102222;
  padding: 40px 20px;
  border-radius: 12px;
  max-width: 900px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  font-family: inherit;
}

.faq-title {
  font-size: 30px;
  color: #D8AF83;
  font-weight: 700;
  text-align: center;
  margin-bottom: 36px;
  letter-spacing: 1px;
}

.faq-item {
  margin-bottom: 18px;
  border: 2px solid #D8AF83;
  border-radius: 8px;
  overflow: hidden;
  background: transparent;
}

.faq-question {
  font-weight: 600;
  font-size: 22px;
  color: #D8AF83;
  padding: 18px 22px;
  cursor: pointer;
  background: transparent;
  transition: background 0.2s, color 0.2s;
}

.faq-item.active .faq-question {
  background: #D8AF83;
  color: #fff;
}

.faq-answer {
  display: none;
  background: transparent;
  color: #fff;
  padding: 18px 22px 20px 22px;
  font-size: 18px;
  line-height: 28px;
  border-top: 2px solid #D8AF83;
  transition: max-height 0.2s ease;
}

.faq-item.active .faq-answer {
  display: block;
}

@media (max-width: 600px) {
  .faq-wrapper {
    max-width: 100%;
    padding: 20px 5px;
  }
  .faq-title {
    font-size: 22px;
  }
  .faq-question {
    font-size: 18px;
    padding: 14px 12px;
  }
  .faq-answer {
    font-size: 16px;
    padding: 14px 12px 16px 12px;
  }
}

.faq-question {
  position: relative;
  padding-right: 38px;
}

.faq-question::after {
  content: '▼';
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #D8AF83;
  transition: transform 0.2s, color 0.2s;
}

.faq-item.active .faq-question::after {
  content: '▲';
  color: #fff;
}
/* FAQ */


.header-offset {
     height: 20vw;
     background: #e1f4ff;
 }
 
 @media(min-width:768px){
   .header-offset {
     height: 10vw;
   }
 }
 @media(min-width:1280px){
   .header-offset {
     height: 7vw;
   }
 }
 @media(min-width:1920px){
   .header-offset {
     height: 200px;    
     max-width: 1920px;
     margin: 0 auto;
   }
 }
 
.checkbox-center {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    width: 100%;
}

.check-pop {
 
    align-items: center;
    cursor: pointer;
}

.checkbox2 {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.checkbox-custom {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2px solid #B3BE60;
    border-radius: 5px;
    margin-right: 10px;
    box-sizing: border-box;
    vertical-align: middle;
    background: #fff;
    transition: background 0.2s;
    position: relative;
}

.checkbox2:checked + .checkbox-custom {
    background: #B3BE60;
    border-color:#B3BE60;
}

.checkbox-custom:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 2px;
    top: 2px;
    background: none;
    border-radius: 2px;
    transition: background 0.2s;
}

.checkbox2:checked + .checkbox-custom:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 2px;
    top: 2px;
    background: url('data:image/svg+xml;utf8,<svg fill="white" height="12" viewBox="0 0 20 20" width="12" xmlns="http://www.w3.org/2000/svg"><path d="M6.5 13.5L3 10l1.41-1.41L6.5 10.67l6.09-6.09L14 5.09z"/></svg>') no-repeat center center;
    background-size: 12px 12px;
}

.label {
    font-size: 13px;
    color: #333;
}



/* cookie-message */ 
:root { --color-accent:#1e9c74; }
.cookie-message { display:none; position:fixed; bottom:35px; right:15px; width:100%; max-width:600px; background:#fff; color:#212529; padding:11px 14px 11px 9px; box-sizing:border-box; align-items:center; justify-content:space-between; z-index:999999999999999999; border-radius:16px; box-shadow:0px 0px 5px rgba(0,0,0,0.1); }
.cookie-message-inner { display:flex; align-items:center; justify-content:space-between; width:100%; }
.cookie-message-text { flex:1; padding-right:10px; color:#212529; font-size:12px; line-height: 20px; }
.cookie-message .button { background-color:var(--color-accent); color:#fff; border:0px solid var(--color-accent); cursor:pointer; font-size:12px; border-radius:10px; padding:8px 8px; box-shadow:none; transition:background 0.15s, color 0.15s; }
.cookie-message a { color:var(--color-accent); }
.cookie-message .button-close { background-color:#fff; color:#000000; border:1px solid var(--color-accent); cursor:pointer; font-size:12px; border-radius:10px; padding:8px 7px; margin-left:10px; box-shadow:none; transition:background 0.15s, color 0.15s; }
.cookie-message .button:hover { background:#91b83f; color:#fff; }
.cookie-close { background:none; border:none; color:var(--color-accent); font-size:16px; font-weight:bold; cursor:pointer; padding:0 0 0 10px; transition:opacity 0.3s; }
.cookie-close:hover { opacity:0.5; }
@media (max-width:768px) {
.cookie-message { left:0; right:0; bottom:78px; width:95%; max-width:95%; margin:0 auto; border-radius:10px; opacity:0.9; padding:9px 9px; }
.cookie-message-inner { flex-direction:column; align-items:stretch; width:100%; }
.cookie-message-text { width:100%; margin-bottom:7px; padding:0; flex:1 1 auto; }
.cookie-actions { display:flex; flex-direction:row; gap:7px; width:100%; }
.cookie-message .button, .cookie-message .button-close { width:50%; min-width:0; margin:0; }
.cookie-close { text-align:right; margin:0 0 0 8px; display:block; position:static; }
}
/* cookie-message */

#firstname {display:none;}
@media (max-width:768px) {
.main h1 {
    font-size: 8vw;
    line-height: 10vw;
    }
}