/*!
Theme Name: lirianna
Theme URI: https://ivan-kozlov.ru/
Author: Ivan Kozlov
Author URI: https://ivan-kozlov.ru/
Version: 1.0.0
 */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;700&display=swap");
@import "css/normalize.css";
:root {
  --theme--color--background: #040127;
  --theme--color--white: #ffffff;
  --theme--color--accent: #57D6FF;
  --theme--color--accent2: #022557;
  --theme--color--line: #5EFDDB;
  --theme--color--heading: #051030;
  --theme--color--garadien1: #68D9FE;
  --theme--color--garadien2: #6EF9CD;
  --theme--color--red: #E10000;
  --theme--color--light--blue: #E1F7FF;
  --theme--color--results: #F0F0F0;
}

@font-face {
  font-family: "Hauora";
  font-weight: 400;
  src: url("fonts/web/Hauora-Regular.woff2") format("woff2"), url("fonts/web/Hauora-Regular.woff") format("woff"), url("fonts/otf/Hauora-Regular.otf") format("otf"), url("fonts/ttf/Hauora-Regular.ttf") format("ttf");
}
/**
 * Swiper 9.2.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 17, 2023
 */
.mobx-holder, .mobx-holder * {
  box-sizing: border-box;
}

.mobx-holder, .mobx-holder svg {
  pointer-events: none;
}

.mobx-holder, .mobx-item, .mobx-item-inner {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
}

.mobx-error, .mobx-html, .mobx-iframe, .mobx-img, .mobx-slider, .mobx-thumb, .mobx-video {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.mobx-holder {
  position: fixed;
  z-index: 999999;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  will-change: opacity, visibility;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.mobx-overlay, .mobx-ui:after {
  position: absolute;
  left: 0;
  will-change: opacity;
  top: 0;
}

.mobx-holder:-webkit-full-screen {
  background-color: transparent;
}

.mobx-open {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}

.mobx-rtl {
  direction: rtl;
}

.mobx-slider {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 1;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-transition: opacity 0.45s ease;
  transition: opacity 0.45s ease;
}

.mobx-hide {
  opacity: 0;
  -webkit-transition: none;
  transition: none;
}

.mobx-overlay {
  width: 100%;
  height: 100%;
  transform: translateZ(0);
  background-color: #000;
}

.mobx-ui:after {
  content: "";
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: opacity 0.25s ease-out, visibility 0.25s ease-out;
  transition: opacity 0.25s ease-out, visibility 0.25s ease-out;
}

.mobx-open-tooltip .mobx-ui:after {
  opacity: 1;
  visibility: visible;
}

.mobx-share-tooltip :after, .mobx-thumb-video:after, .mobx-ui button, .mobx-video:after, .mobx-video:before {
  background-image: url(images/modulobox.svg);
  background-repeat: no-repeat;
  background-color: transparent;
}

.mobx-bottom-bar, .mobx-top-bar {
  position: absolute;
  will-change: transform;
  background-color: rgba(0, 0, 0, 0.4);
  left: 0;
  width: 100%;
}

.mobx-top-bar {
  top: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
}

.mobx-holder:not(.mobx-open) .mobx-top-bar, .mobx-idle .mobx-top-bar, .mobx-will-close .mobx-top-bar {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.mobx-bottom-bar {
  bottom: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
}

.mobx-holder:not(.mobx-open) .mobx-bottom-bar, .mobx-panzoom .mobx-bottom-bar, .mobx-will-close .mobx-bottom-bar {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.mobx-caption {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  pointer-events: none;
}

.mobx-caption-inner {
  max-width: 420px;
  margin: 0 auto;
  pointer-events: auto;
  cursor: default;
}

.mobx-desc, .mobx-title {
  position: relative;
  margin: 0;
  padding: 14px 10px 12px;
  font-weight: 400;
  display: block;
}

.mobx-error, .mobx-html {
  pointer-events: none;
}

.mobx-title {
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  color: #eee;
}

.mobx-desc, .mobx-error {
  color: #bbb;
  text-align: center;
}

.mobx-desc {
  font-size: 12px;
  line-height: 16px;
}

.mobx-title + .mobx-desc {
  margin: -6px 0 0;
  padding: 0 10px 10px;
}

.mobx-item, .mobx-item-inner {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  touch-action: none;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  -webkit-transform-origin: center;
  transform-origin: center;
}

.mobx-img, .mobx-panzoom .mobx-item {
  cursor: move;
  cursor: grab;
  cursor: -webkit-grab;
}

.mobx-dragging .mobx-item * {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

.mobx-error, .mobx-html, .mobx-iframe, .mobx-img, .mobx-video {
  position: absolute;
  display: block;
  height: 0;
  width: 0;
  max-width: none;
  padding: 0;
  margin: 0;
  opacity: 0;
  will-change: opacity;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}

.mobx-media-loaded {
  opacity: 1;
  visibility: visible;
}

.mobx-error, .mobx-html-inner {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mobx-error {
  width: 100%;
  height: auto;
  padding: 20px 60px;
}

.mobx-html-inner {
  position: relative;
  display: inline-block;
  overflow: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  pointer-events: auto;
}

.mobx-video {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.1);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.mobx-video.mobx-playing {
  background: 0 0;
  background-image: none !important;
}

.mobx-video:after, .mobx-video:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  padding: 0;
  margin: -44px 0 0 -44px;
  border: 4px solid #fff;
  border-radius: 100%;
  background-size: 175px;
  background-position: 28px -414px;
  box-sizing: content-box;
}

.mobx-video.mobx-loading:before {
  border-color: transparent;
}

.mobx-video:after {
  opacity: 0;
  visibility: hidden;
  background-image: none;
  background-color: transparent;
  border-color: transparent transparent transparent #fff;
}

.mobx-video.mobx-loading:after {
  opacity: 1;
  visibility: visible;
  -webkit-animation: mobx-load 1.1s infinite linear;
  animation: mobx-load 1.1s infinite linear;
}

.mobx-video.mobx-playing:after, .mobx-video.mobx-playing:before {
  opacity: 0;
}

.mobx-video .mejs-video, .mobx-video iframe, .mobx-video video {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  opacity: 0;
  background: rgba(255, 255, 255, 0.065);
  pointer-events: none;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}

.mobx-video iframe {
  background: 0 0;
}

.mobx-video.mobx-playing .mejs-video, .mobx-video.mobx-playing iframe, .mobx-video.mobx-playing video {
  opacity: 1;
  pointer-events: auto;
}

.mobx-fullscreen .mejs-fullscreen-button, .mobx-fullscreen video::-webkit-media-controls-fullscreen-button {
  display: none;
}

.mobx-counter, .mobx-timer {
  position: relative;
  display: inline-block;
}

:-webkit-full-screen-ancestor:not(iframe) {
  will-change: auto !important;
}

.mobx-counter {
  float: left;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #fff;
  opacity: 0.75;
  margin: 0 10px;
  letter-spacing: 0.6px;
}

.mobx-rtl .mobx-counter {
  float: right;
}

.mobx-timer {
  float: left;
  width: 24px;
  height: 24px;
  margin: 10px 0 10px 5px;
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}

.mobx-rtl .mobx-timer {
  float: right;
}

.mobx-autoplay .mobx-timer {
  opacity: 1;
}

.mobx-loader {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
  outline: transparent solid 1px;
  border-radius: 50%;
  border-width: 3px;
  border-right-style: solid;
  border-top-style: solid;
  border-bottom-style: solid;
  border-color: rgba(255, 255, 255, 0.2);
  border-left: 3px solid #fff;
  -webkit-animation: mobx-load 1.1s infinite linear;
  animation: mobx-load 1.1s infinite linear;
}

@-webkit-keyframes mobx-load {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes mobx-load {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mobx-share-tooltip {
  position: absolute;
  display: block;
  z-index: 2;
  width: 120px;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  will-change: transform;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: -webkit-transform 0.25s ease, opacity 0.25s ease, visibility 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease, visibility 0.25s ease;
}

.mobx-share-tooltip:before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: -12px;
  right: 14px;
  border: 6px solid transparent;
  border-bottom-color: #f9fafb;
}

.mobx-share-tooltip button:after, .mobx-thumb-video:after, .mobx-thumb:after {
  content: "";
}

.mobx-share-tooltip[data-position=left]:before {
  left: 14px;
  right: auto;
}

.mobx-open-tooltip .mobx-share-tooltip {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.mobx-share-tooltip span {
  display: block;
  width: 100%;
  height: 40px;
  padding: 10px;
  color: #777;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  background: #f9fafb;
  box-shadow: inset 0 -2px 8px rgba(0, 0, 0, 0.03);
}

.mobx-share-tooltip :after, .mobx-ui button {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 0;
  cursor: pointer;
  box-shadow: none;
  border: none;
  outline: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-appearance: none;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}

.mobx-share-tooltip button:hover:after, .mobx-ui button:hover {
  opacity: 1;
}

.mobx-share-tooltip button:after {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.mobx-share-tooltip button {
  float: left;
}

.mobx-rtl .mobx-share-tooltip button {
  float: right;
}

.mobx-top-bar button {
  float: right;
  margin: 2px;
  opacity: 0.75;
}

.mobx-rtl .mobx-top-bar button {
  float: left;
}

button.mobx-next, button.mobx-prev {
  position: absolute;
  left: 0;
  top: 50%;
  width: 44px;
  height: 32px;
  margin: 0 6px;
  opacity: 0.75;
  background-color: rgba(0, 0, 0, 0.4);
  will-change: transform;
  -webkit-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  -webkit-transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
}

button.mobx-next {
  left: auto;
  right: 0;
}

.mobx-holder:not(.mobx-open) .mobx-prev, .mobx-idle .mobx-prev, .mobx-will-close .mobx-prev {
  -webkit-transform: translateX(-120%) translateY(-50%);
  transform: translateX(-120%) translateY(-50%);
}

.mobx-holder:not(.mobx-open) .mobx-next, .mobx-idle .mobx-next, .mobx-will-close .mobx-next {
  -webkit-transform: translateX(120%) translateY(-50%);
  transform: translateX(120%) translateY(-50%);
}

.mobx-holder[data-download=false] .mobx-download, .mobx-holder[data-download=false] .mobx-download:hover, .mobx-holder[data-zoom=false] .mobx-zoom, .mobx-holder[data-zoom=false] .mobx-zoom:hover {
  opacity: 0.45;
  cursor: default;
}

.mobx-prev {
  left: 0;
  background-position: 10px 4px;
}

.mobx-next {
  right: 0;
  background-position: 10px -40px;
}

.mobx-close {
  background-position: 12px -76px;
}

.mobx-zoom {
  background-position: 12px -120px;
}

.mobx-panzoom .mobx-zoom {
  background-position: 12px -164px;
}

.mobx-play {
  background-position: 12px -208px;
}

.mobx-autoplay .mobx-play {
  background-position: 12px -252px;
}

.mobx-download {
  background-position: 12px -296px;
}

.mobx-share {
  background-position: 12px -340px;
}

.mobx-fullscreen {
  background-position: 12px -384px;
}

.mobx-fullscreen .mobx-fullscreen {
  background-position: 12px -428px;
}

.mobx-facebook {
  background-position: -32px -472px;
}

.mobx-facebook:after {
  background-color: #3b5998;
  background-position: 12px -472px;
}

.mobx-twitter {
  background-position: -32px -516px;
}

.mobx-twitter:after {
  background-color: #1da1f2;
  background-position: 12px -516px;
}

.mobx-googleplus {
  background-position: -32px -560px;
}

.mobx-googleplus:after {
  background-color: #dd4b39;
  background-position: 12px -560px;
}

.mobx-pinterest {
  background-position: -32px -604px;
}

.mobx-pinterest:after {
  background-color: #bd081c;
  background-position: 12px -604px;
}

.mobx-linkedin {
  background-position: -32px -648px;
}

.mobx-linkedin:after {
  background-color: #0077b5;
  background-position: 12px -648px;
}

.mobx-reddit {
  background-position: -32px -692px;
}

.mobx-reddit:after {
  background-color: #ff4500;
  background-position: 12px -692px;
}

.mobx-tumblr {
  background-position: -32px -736px;
}

.mobx-tumblr:after {
  background-color: #35465c;
  background-position: 12px -736px;
}

.mobx-blogger {
  background-position: -32px -780px;
}

.mobx-blogger:after {
  background-color: #f57d00;
  background-position: 12px -780px;
}

.mobx-buffer {
  background-position: -32px -824px;
}

.mobx-buffer:after {
  background-color: #323b43;
  background-position: 12px -824px;
}

.mobx-digg {
  background-position: -34px -868px;
}

.mobx-digg:after {
  background-color: #005be2;
  background-position: 10px -868px;
}

.mobx-stumbleupon {
  background-position: -32px -912px;
}

.mobx-stumbleupon:after {
  background-color: #eb4924;
  background-position: 12px -912px;
}

.mobx-evernote {
  background-position: -32px -956px;
}

.mobx-evernote:after {
  background-color: #2dbe60;
  background-position: 12px -956px;
}

.mobx-thumbs-holder, .mobx-thumbs-inner {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0 auto;
}

.mobx-thumbs-holder {
  position: relative;
  cursor: move;
  cursor: grab;
  cursor: -webkit-grab;
}

.mobx-thumb {
  position: absolute;
  margin: 0;
  will-change: left;
  background-color: #191919;
  outline: transparent solid 0;
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}

.mobx-thumb:hover {
  background-color: #323232;
}

.mobx-thumb:after {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.0001;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  border: 2px solid #fff;
}

.mobx-active-thumb:after {
  opacity: 0.9999;
}

.mobx-thumb-bg {
  position: absolute;
  overflow: hidden;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  will-change: opacity, visibility;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.mobx-thumb-loaded {
  visibility: visible;
  opacity: 0.5;
}

.mobx-active-thumb .mobx-thumb-loaded, .mobx-thumb-bg:hover {
  opacity: 1;
}

.mobx-dragging .mobx-thumbs-holder {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

.mobx-thumb-video:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  width: 40px;
  height: 40px;
  margin: -20px auto 0;
  background-position: 12px -208px;
}

@media screen and (max-height: 800px) {
  .mobx-video:after, .mobx-video:before {
    width: 60px;
    height: 60px;
    margin: -34px 0 0 -34px;
    background-size: 125px;
    background-position: 22px -294px;
  }
}
@media screen and (max-height: 360px) {
  .mobx-video:after, .mobx-video:before {
    width: 40px;
    height: 40px;
    margin: -24px 0 0 -24px;
    background-size: initial;
    background-position: 14px -208px;
    border-width: 3px;
  }
}
@media screen and (max-width: 400px) {
  .mobx-timer {
    margin: 10px 0;
  }

  .mobx-top-bar button {
    margin: 2px 0;
  }
}
@media screen and (max-width: 360px) {
  .mobx-counter {
    margin: 0 6px 0 4px;
  }

  .mobx-top-bar button {
    width: 34px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 380px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 380px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 380px), only screen and (min-device-pixel-ratio: 2) and (max-width: 380px) {
  .mobx-top-bar button {
    width: 40px;
  }
}
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

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

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

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

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

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

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

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

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

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

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

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

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

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

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

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

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

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

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

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

.swiper-cards {
  overflow: visible;
}

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

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  padding: 0 6.25vw;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .container {
    padding: 0 5.556vw;
  }
}
.container__wrap {
  box-sizing: border-box;
  width: 87.5vw;
  max-width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .container__wrap {
    width: 88.889vw;
  }
}

.format-text {
  display: block;
}
.format-text > *:first-child {
  margin-top: 0;
}
.format-text p {
  display: block;
  margin-top: 1.375vw;
  font-family: "Hauora";
  font-style: normal;
  font-weight: 400;
  font-size: 1vw;
  line-height: 135%;
  color: var(--theme--color--accent2);
}
.format-text strong {
  font-weight: 700;
}

.ft {
  display: block;
}
.ft > *:first-child {
  margin-top: 0;
}
.ft > div {
  max-width: 100%;
  width: 100% !important;
}
.ft h1 {
  display: block;
  margin: 2.222vw 0 0 0;
  font-weight: 500;
  font-size: 2.5vw;
  line-height: 150%;
  color: var(--theme--color--heading);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .ft h1 {
    font-size: 8vw;
    margin: 4vw 0 0 0;
  }
}
.ft h2 {
  display: block;
  font-weight: 500;
  margin: 2.222vw 0 0 0;
  font-size: 1.667vw;
  line-height: 150%;
  color: var(--theme--color--heading);
  opacity: 0.9;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .ft h2 {
    font-size: 6vw;
    margin: 4vw 0 0 0;
  }
}
.ft h3 {
  display: block;
  font-weight: 400;
  margin: 2.222vw 0 0 0;
  font-size: 1.667vw;
  line-height: 150%;
  color: var(--theme--color--heading);
  opacity: 0.9;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .ft h3 {
    font-size: 5vw;
    margin: 4vw 0 0 0;
  }
}
.ft h4 {
  display: block;
  font-weight: 500;
  margin-top: 2.222vw;
  font-size: 1.389vw;
  line-height: 130%;
  color: var(--theme--color--heading);
  opacity: 0.9;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .ft h4 {
    font-size: 4vw;
  }
}
.ft p {
  display: block;
  font-weight: 400;
  margin-top: 1.111vw;
  font-size: 1.25vw;
  line-height: 1.61;
  color: var(--theme--color--heading);
  opacity: 0.9;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .ft p {
    font-size: 3.889vw;
  }
}
.ft strong {
  font-weight: 700;
}
.ft em {
  font-style: italic;
}
.ft a {
  color: var(--theme--color--accent);
  text-decoration: underline;
}
.ft a:hover {
  text-decoration: none;
}
.ft hr {
  display: block;
  margin-top: 1.667vw;
  width: 100%;
  height: 0.069vw;
  background: var(--theme--color--btn--border);
  border: none;
}
.ft hr + * {
  margin-top: 1.667vw;
}
.ft img {
  display: block;
  max-width: 100%;
  height: auto;
}
.ft .wp-caption {
  display: block;
  margin-top: 1.667vw;
}
.ft .wp-caption-text {
  margin-top: 0.556vw;
  font-size: 1.111vw;
  line-height: 1.5;
  color: var(--theme--color--footer--text);
  opacity: 1;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-sizing: border-box;
  height: 3.438vw;
  width: 100%;
  padding: 0 3.125vw;
  font-family: "Hauora";
  font-style: normal;
  font-weight: 500;
  font-size: 1.25vw;
  line-height: 146.5%;
  text-align: center;
  white-space: nowrap;
  transition: 0.3s all ease;
  user-select: none;
  text-decoration: none;
  border: none;
  border-radius: 0;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .btn {
    height: 12.222vw;
    padding: 0 4.444vw;
    font-size: 4.444vw;
  }
}
.btn__type_1 {
  color: var(--theme--color--background);
  border-top: 0.063vw solid rgba(4, 1, 39, 0.5);
  border-bottom: 0.063vw solid rgba(4, 1, 39, 0.5);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .btn__type_1 {
    border-top: 0.278vw solid rgba(4, 1, 39, 0.5);
    border-bottom: 0.278vw solid rgba(4, 1, 39, 0.5);
  }
}
.btn__type_1:hover {
  background: var(--theme--color--background);
  border-color: var(--theme--color--background);
  color: var(--theme--color--white);
}
.btn__type_1:active {
  background: var(--theme--color--accent2);
  border-color: var(--theme--color--accent2);
  color: var(--theme--color--white);
}
.btn__type_1:disabled {
  color: var(--theme--color--background);
  opacity: 0.3;
}
.btn__type_2 {
  color: var(--theme--color--white);
  background: var(--theme--color--background);
  border-top: 0.063vw solid var(--theme--color--background);
  border-bottom: 0.063vw solid var(--theme--color--background);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .btn__type_2 {
    border-top: 0.278vw solid var(--theme--color--background);
    border-bottom: 0.278vw solid var(--theme--color--background);
  }
}
.btn__type_2:hover {
  background: transparent;
  border-color: rgba(4, 1, 39, 0.5);
  color: var(--theme--color--background);
}
.btn__type_2:active {
  background: var(--theme--color--accent2);
  border-color: var(--theme--color--accent2);
  color: var(--theme--color--white);
}
.btn__type_2:disabled {
  color: var(--theme--color--white);
  background: var(--theme--color--background);
  opacity: 0.3;
}
.btn__type_3 {
  color: var(--theme--color--white);
  border-top: 0.063vw solid rgba(255, 255, 255, 0.5);
  border-bottom: 0.063vw solid rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .btn__type_3 {
    border-top: 0.278vw solid rgba(255, 255, 255, 0.5);
    border-bottom: 0.278vw solid rgba(255, 255, 255, 0.5);
  }
}
.btn__type_3:hover {
  background: var(--theme--color--white);
  border-color: var(--theme--color--white);
  color: var(--theme--color--accent2);
}
.btn__type_3:active {
  background: var(--theme--color--accent2);
  border-color: var(--theme--color--accent2);
  color: var(--theme--color--white);
}
.btn__type_3:disabled {
  color: var(--theme--color--white);
  opacity: 0.3;
}

.site-breadcrumbs span {
  color: rgba(2, 37, 87, 0.6);
  font-family: "Hauora";
  font-size: 1vw;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .site-breadcrumbs span {
    font-size: 3.889vw;
  }
}
.site-breadcrumbs a {
  color: #022557;
  font-family: "Hauora";
  font-size: 1vw;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  text-decoration: none;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .site-breadcrumbs a {
    font-size: 3.889vw;
  }
}
.site-breadcrumbs .sep {
  margin-right: 0.75vw;
  margin-left: 0.75vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .site-breadcrumbs .sep {
    margin-left: 2.778vw;
    margin-right: 2.778vw;
  }
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 993px) {
  body::-webkit-scrollbar {
    width: 0.347vw;
  }

  body::-webkit-scrollbar-track {
    background: var(--theme--color--background);
  }

  body::-webkit-scrollbar-thumb {
    background-color: var(--theme--color--accent);
    outline: none;
  }
}
body {
  font-family: "Inter";
}
body.home, body.page-template-page-fav, body.single-cooperation {
  background: var(--theme--color--background);
  color: var(--theme--color--white);
}

input, button, select, textarea {
  font-family: "Inter";
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: transparent;
  transition: 0.3s all ease-in-out;
}
.site-header__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .site-header__box {
    flex-direction: row;
    align-content: center;
    justify-content: center;
    height: 17.778vw;
  }
}
.site-header__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.375vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .site-header__logo {
    height: auto;
  }
}
.site-header__logo img {
  display: block;
  height: 1.125vw;
  width: auto;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .site-header__logo img {
    height: 4.444vw;
  }
}
.site-header__nav {
  border-top: 0.063vw solid rgba(255, 255, 255, 0.3);
  padding-top: 0.938vw;
  padding-bottom: 0.938vw;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .site-header__nav {
    display: none;
  }
}
.site-header__nav a[href=\#] {
  cursor: default;
}
.site-header__nav ul.menu {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-header__nav ul.menu > li {
  display: block;
  position: relative;
  margin: 0 2.5vw;
}
.site-header__nav ul.menu > li > a {
  display: block;
  font-family: "Hauora";
  font-style: normal;
  font-weight: 400;
  font-size: 1vw;
  line-height: 135%;
  text-align: center;
  color: var(--theme--color--white);
  text-decoration: none;
  transition: 0.3s color ease;
}
.site-header__nav ul.menu > li.current-menu-item > a {
  color: var(--theme--color--accent);
}
.site-header__nav ul.menu > li:hover > a {
  color: var(--theme--color--accent);
}
.site-header__nav ul.menu > li:hover > ul {
  display: block;
}
.site-header__nav ul.menu > li > ul {
  display: none;
  position: absolute;
  width: 19.625vw;
  top: 100%;
  left: -3.125vw;
  z-index: 10;
  background: var(--theme--color--background);
  padding: 0.938vw 3.125vw 1.563vw;
}
.site-header__nav ul.menu > li > ul > li {
  display: block;
  margin-top: 0.938vw;
}
.site-header__nav ul.menu > li > ul > li:first-child {
  margin-top: 0;
}
.site-header__nav ul.menu > li > ul > li > a {
  font-family: "Hauora";
  font-style: normal;
  font-weight: 400;
  font-size: 1vw;
  line-height: 135%;
  color: var(--theme--color--white);
  text-decoration: none;
  transition: 0.3s color ease;
}
.site-header__nav ul.menu > li > ul > li.current-menu-item > a {
  color: var(--theme--color--accent);
}
.site-header__nav ul.menu > li > ul > li:hover > a {
  color: var(--theme--color--accent);
}
.site-header__nav ul.menu > li > ul > li > ul {
  display: none;
}
.site-header__fav {
  display: block;
  position: absolute;
  right: 0;
  top: 4vw;
  z-index: 5;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .site-header__fav {
    right: auto;
    top: calc(50% - 3.611vw);
    left: 0;
  }
}
.site-header__fav a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: "Hauora";
  color: var(--theme--color--white);
  font-size: 1.25vw;
  transition: 0.3s all ease;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .site-header__fav a {
    font-size: 4.444vw;
  }
}
.site-header__fav a span {
  display: block;
  margin-left: 0.375vw;
  width: 1.938vw;
  height: 1.75vw;
  background-color: var(--theme--color--white);
  mask: url("images/fa.svg") no-repeat center/1.938vw auto;
  -webkit-mask: url("images/fa.svg") no-repeat center/1.938vw auto;
  transition: 0.3s all ease;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .site-header__fav a span {
    width: 7.222vw;
    height: 7.222vw;
    margin-left: 1.667vw;
    mask: url("images/fa.svg") no-repeat center/7.222vw auto;
    -webkit-mask: url("images/fa.svg") no-repeat center/7.222vw auto;
  }
}
.site-header__fav a:hover {
  color: var(--theme--color--accent);
}
.site-header__fav a:hover > span {
  background-color: var(--theme--color--accent);
}
.site-header__burger {
  display: none;
  position: absolute;
  right: 0;
  top: calc(50% - 2.222vw);
  width: 6.667vw;
  height: 4.722vw;
  mask: url("images/burger.svg") no-repeat center/6.667vw auto;
  -webkit-mask: url("images/burger.svg") no-repeat center/6.667vw auto;
  background-color: var(--theme--color--white);
  transition: 0.3s all ease;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .site-header__burger {
    display: block;
  }
}
.site-header.transparent .site-header__nav {
  border-top: 0.063vw solid rgba(2, 37, 87, 0.1);
}
.site-header.transparent .site-header__nav ul.menu > li > a {
  color: var(--theme--color--accent2);
}
.site-header.transparent .site-header__nav ul.menu > li.current-menu-item > a {
  color: var(--theme--color--accent);
}
.site-header.transparent .site-header__nav ul.menu > li:hover > a {
  color: var(--theme--color--accent);
}
.site-header.transparent .site-header__nav ul.menu > li > ul {
  background: var(--theme--color--white);
}
.site-header.transparent .site-header__nav ul.menu > li > ul > li > a {
  color: var(--theme--color--accent2);
}
.site-header.transparent .site-header__nav ul.menu > li > ul > li.current-menu-item > a {
  color: var(--theme--color--accent);
}
.site-header.transparent .site-header__nav ul.menu > li > ul > li:hover > a {
  color: var(--theme--color--accent);
}
.site-header.transparent .site-header__fav a {
  color: var(--theme--color--accent2);
}
.site-header.transparent .site-header__fav a span {
  background-color: var(--theme--color--accent2);
}
.site-header.transparent .site-header__fav a:hover {
  color: var(--theme--color--accent);
}
.site-header.transparent .site-header__fav a:hover span {
  background-color: var(--theme--color--accent);
}
.site-header.transparent .site-header__burger {
  background-color: var(--theme--color--accent2);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .site-header.fixed .site-header__box {
    height: 11.111vw;
  }
}
@media screen and (min-width: 993px) {
  .site-header.fixed .site-header__box {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    height: 5vw;
  }
  .site-header.fixed .site-header__logo {
    height: auto;
  }
  .site-header.fixed .site-header__logo img {
    height: 1.125vw;
  }
  .site-header.fixed .site-header__nav {
    border-top: none !important;
    padding-top: 0;
    padding-bottom: 0;
    width: auto;
    margin-left: 8.125vw;
  }
  .site-header.fixed .site-header__nav ul.menu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .site-header.fixed .site-header__nav ul.menu > li {
    margin: 0 2.813vw;
  }
  .site-header.fixed .site-header__nav ul.menu > li:first-child {
    margin-left: 0;
  }
  .site-header.fixed .site-header__nav ul.menu > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 5vw;
  }
  .site-header.fixed .site-header__fav {
    top: 1.7vw;
  }
}

.mobile-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99999;
  background: #040127;
}
.mobile-menu:not(.show) {
  display: none;
}
.mobile-menu__head {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 17.778vw;
  box-sizing: border-box;
  width: 100%;
  padding: 0 5.556vw;
}
.mobile-menu__close {
  display: block;
  width: 8.889vw;
  height: 8.889vw;
  background-color: #FFFFFF;
  mask: url("images/close.svg") no-repeat center/8.889vw auto;
  -webkit-mask: url("images/close.svg") no-repeat center/8.889vw auto;
}
.mobile-menu__box {
  display: block;
  padding: 0 5.556vw;
  overflow: auto;
  max-height: calc(100vh - 27.778vw);
}
.mobile-menu__nav ul.menu {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-menu__nav ul.menu > li {
  display: block;
  margin-top: 4.167vw;
}
.mobile-menu__nav ul.menu > li:first-child {
  margin-top: 0;
}
.mobile-menu__nav ul.menu > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: var(--theme--color--white);
  font-family: "Hauora";
  font-size: 4.444vw;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  text-decoration: none;
}
.mobile-menu__nav ul.menu > li.menu-item-has-children > a:after {
  content: "";
  display: block;
  margin-left: 4.167vw;
  width: 2.222vw;
  height: 4.444vw;
  background-color: var(--theme--color--white);
  mask: url("images/menu.svg") no-repeat center/2.222vw auto;
  -webkit-mask: url("images/menu.svg") no-repeat center/2.222vw auto;
}
.mobile-menu__nav ul.menu > li.active > a {
  color: #57D6FF;
}
.mobile-menu__nav ul.menu > li.active > a:after {
  background-color: #57D6FF;
}
.mobile-menu__nav ul.menu > li.active > ul {
  display: block;
}
.mobile-menu__nav ul.menu > li > ul {
  display: none;
  margin-top: 4.167vw;
}
.mobile-menu__nav ul.menu > li > ul > li {
  display: block;
  margin-top: 2.778vw;
}
.mobile-menu__nav ul.menu > li > ul > li:first-child {
  margin-top: 0;
}
.mobile-menu__nav ul.menu > li > ul > li > a {
  display: block;
  position: relative;
  padding-left: 5.556vw;
  color: var(--theme--color--white);
  font-family: "Hauora";
  font-size: 3.889vw;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  text-decoration: none;
}
.mobile-menu__nav ul.menu > li > ul > li > a:before {
  content: "";
  display: block;
  position: absolute;
  top: 2.222vw;
  left: 2.222vw;
  width: 1.111vw;
  height: 1.111vw;
  border-radius: 50%;
  background: var(--theme--color--white);
}
.mobile-menu__nav ul.menu > li > ul > li > ul {
  display: none;
}

.scroll-to-top {
  display: block;
  position: fixed;
  right: 6.25vw;
  bottom: 2.5vw;
  width: 3.125vw;
  height: 3.125vw;
  z-index: 100;
  background: var(--theme--color--white) url("images/scroll-to-top.svg") no-repeat center/0.75vw auto;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .scroll-to-top {
    right: 5.333vw;
    bottom: 5.333vw;
    width: 8vw;
    height: 8vw;
    background: var(--theme--color--white) url("images/scroll-to-top.svg") no-repeat center/2.133vw auto;
  }
}
.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
}
.scroll-to-top:hover {
  opacity: 0.7;
}

.admin-bar .site-header {
  top: 32px;
}

.main-hero {
  display: block;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .main-hero {
    margin-top: 17.778vw;
    padding-top: 50vw;
  }
}
.main-hero__video {
  display: block;
  width: 100%;
  height: auto;
}
.main-hero video::-webkit-media-controls {
  display: none;
}
.main-hero__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 11.875vw;
  width: 100%;
  z-index: 5;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .main-hero__logo {
    display: none !important;
  }
}
.main-hero__logo img {
  display: block;
  width: 43.125vw;
  height: auto;
}
.main-hero__prev {
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 13.5vw;
  left: 6.25vw;
  top: 13.688vw;
  padding-top: 12.5vw;
  margin-top: -12.5vw;
  color: var(--theme--color--white);
  text-align: center;
  font-size: 1vw;
  line-height: 125%;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.3s all ease;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .main-hero__prev {
    display: none;
  }
}
.main-hero__prev:hover {
  color: var(--theme--color--accent);
}
.main-hero__next {
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 13.5vw;
  right: 6.25vw;
  top: 13.688vw;
  padding-top: 12.5vw;
  margin-top: -12.5vw;
  color: var(--theme--color--white);
  text-align: center;
  font-size: 1vw;
  line-height: 125%;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.3s all ease;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .main-hero__next {
    display: none;
  }
}
.main-hero__next:hover {
  color: var(--theme--color--accent);
}
.main-hero__slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 11.25vw;
  width: 100%;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s all ease;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .main-hero__slide {
    box-sizing: border-box;
    top: 9.444vw;
    padding: 0 5.556vw;
  }
}
.main-hero__heading {
  display: block;
  margin: 0;
  width: 58.875vw;
  max-width: 100%;
  color: var(--theme--color--white);
  text-align: center;
  font-size: 4.375vw;
  line-height: 110%;
  letter-spacing: -0.7px;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s all ease;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .main-hero__heading {
    width: 100%;
    font-size: 7.778vw;
    letter-spacing: -0.32px;
    word-break: break-word;
  }
}
.main-hero__heading:hover {
  color: #5EFDDB;
}
.main-hero__line {
  display: block;
  width: 8.75vw;
  height: 0.125vw;
  background: var(--theme--color--garadien2);
  margin: 1.25vw auto;
  transition: 0.3s all ease;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .main-hero__line {
    width: 16.667vw;
    height: 0.556vw;
    margin: 4.444vw auto;
  }
}
.main-hero__description {
  display: block;
  max-width: 100%;
  margin: 0;
  width: 34.375vw;
  color: var(--theme--color--white);
  text-align: center;
  font-size: 1vw;
  font-family: "Hauora";
  line-height: 130%;
  transition: 0.3s all ease;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .main-hero__description {
    width: 100%;
    font-size: 3.889vw;
  }
}

.main-video {
  margin-top: 5vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .main-video {
    position: relative;
    margin-top: 16.667vw;
    padding: 0;
    z-index: 5;
  }
  .main-video__box {
    width: 100%;
  }
}
.main-video__player {
  display: block;
  position: relative;
  background: rgba(249, 249, 249, 0.2);
}
.main-video__player video {
  display: block;
  width: 100%;
  height: auto;
  cursor: pointer;
}
.main-video__player_btn {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: 0.3s all ease;
}
.main-video__player_btn lottie-player {
  width: 21.5vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .main-video__player_btn lottie-player {
    width: 33.333vw;
  }
}
.main-video__player_btn:hover {
  opacity: 0.9;
}
.main-video__player.play .main-video__player_btn {
  opacity: 0;
  visibility: hidden;
}
.main-video__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 6.875vw;
  top: 100%;
  width: calc(100% - 13.750vw);
  height: 5.625vw;
  font-weight: 400;
  font-size: 2.5vw;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  color: var(--theme--color--heading);
  background: var(--theme--color--white);
  z-index: 10;
  margin: 0 !important;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .main-video__heading {
    box-sizing: border-box;
    left: 5.556vw;
    width: calc(100% - 11.111vw);
    height: 21.111vw;
    font-size: 5vw;
    padding: 0 5.556vw;
  }
}
.main-video__volume {
  display: block;
  position: absolute;
  top: 1.5vw;
  right: 1.5vw;
  width: 1.5vw;
  height: 1.5vw;
  cursor: pointer;
  background: url("images/volume-on.svg") no-repeat center/1.5vw auto;
  z-index: 5;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .main-video__volume {
    top: 5.333vw;
    right: 5.333vw;
    width: 5.333vw;
    height: 5.333vw;
    background: url("images/volume-on.svg") no-repeat center/5.333vw auto;
  }
}
.main-video__volume:not(.on) {
  background: url("images/volume-off.svg") no-repeat center/1.5vw auto;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .main-video__volume:not(.on) {
    background: url("images/volume-off.svg") no-repeat center/5.333vw auto;
  }
}

.main-benefits {
  display: block;
  position: relative;
  background: var(--theme--color--white);
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .main-benefits {
    padding-top: 16.667vw;
  }
}
.main-benefits__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  position: relative;
  min-height: 100vh;
  z-index: 10;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .main-benefits__box {
    min-height: 0;
    padding-top: 16.667vw;
    padding-bottom: 16.667vw;
  }
}
.main-benefits__slides {
  display: block;
  position: relative;
  width: 100%;
  height: 26.875vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .main-benefits__slides {
    height: 46vw;
  }
}
.main-benefits__slide {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 0 0 8.125vw;
  opacity: 0;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .main-benefits__slide {
    padding: 0 11.111vw;
  }
}
.main-benefits__slide_heading {
  font-weight: 600;
  font-size: 13.125vw;
  line-height: 1.2;
  letter-spacing: -0.05em;
  color: var(--theme--color--accent2);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .main-benefits__slide_heading {
    font-size: 13.889vw;
    letter-spacing: -2.5px;
  }
}
.main-benefits__slide_text {
  padding-left: 7.188vw;
  font-weight: 400;
  font-size: 4.375vw;
  line-height: 120%;
  text-transform: uppercase;
  color: var(--theme--color--accent2);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .main-benefits__slide_text {
    padding-left: 10vw;
    font-size: 5vw;
  }
}
.main-benefits__btns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5.625vw;
  width: 100%;
  z-index: 10;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .main-benefits__btns {
    flex-direction: column;
    margin: 0 auto 0;
    box-sizing: border-box;
    padding: 0 11.111vw;
    row-gap: 4.167vw;
  }
}
.main-benefits__btn {
  margin: 0 1.125vw;
  width: 20.625vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .main-benefits__btn {
    margin: 0;
    width: 100%;
  }
}
.main-benefits video {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
}
.main-products {
  padding-top: 11.25vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .main-products {
    padding: 16.667vw 0 0;
  }
}
.main-products.pb {
  padding-bottom: 11.25vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .main-products.pb {
    padding-bottom: 16.667vw;
  }
}
.main-products__box {
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .main-products__box {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 0 5.556vw;
  }
}
.main-products__title {
  display: block;
  font-weight: 400;
  font-size: 2.563vw;
  line-height: 125%;
  text-align: center;
  text-transform: uppercase;
  color: var(--theme--color--white);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .main-products__title {
    font-size: 8.889vw;
    padding: 0 5.556vw 0 0;
  }
}
.main-products__prev, .main-products__next {
  display: block;
  position: absolute;
  top: 1.563vw;
  width: 2.125vw;
  height: 0.5vw;
  background-color: var(--theme--color--white);
  cursor: pointer;
  user-select: none;
  transition: 0.3s all ease-in-out 0s;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .main-products__prev, .main-products__next {
    top: 25vw;
    width: 6.944vw;
    height: 3.333vw;
  }
}
.main-products__prev:not(.swiper-button-disabled):hover, .main-products__next:not(.swiper-button-disabled):hover {
  background-color: var(--theme--color--accent);
}
.main-products__prev.swiper-button-disabled, .main-products__next.swiper-button-disabled {
  opacity: 0.5;
}
.main-products__prev {
  right: 3.125vw;
  mask: url("images/prev.svg") no-repeat center/2.125vw 0.5vw;
  -webkit-mask: url("images/prev.svg") no-repeat center/2.125vw 0.5vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .main-products__prev {
    right: 16.667vw;
    mask: url("images/prev.svg") no-repeat center/6.944vw 3.333vw;
    -webkit-mask: url("images/prev.svg") no-repeat center/6.944vw 3.333vw;
  }
}
.main-products__next {
  right: 0;
  mask: url("images/next.svg") no-repeat center/2.125vw 0.5vw;
  -webkit-mask: url("images/next.svg") no-repeat center/2.125vw 0.5vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .main-products__next {
    right: 5.556vw;
    mask: url("images/next.svg") no-repeat center/6.944vw 3.333vw;
    -webkit-mask: url("images/next.svg") no-repeat center/6.944vw 3.333vw;
  }
}
.main-products__slider {
  margin-top: 4vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .main-products__slider {
    margin-top: 11.111vw;
  }
  .main-products__slider .swiper-slide {
    width: 78.889vw;
  }
}

.product-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 2.813vw 1.875vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .product-item {
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 5.556vw 2.778vw;
  }
}
.product-item__term {
  display: block;
  font-family: "Hauora";
  font-style: normal;
  font-weight: 400;
  font-size: 1.25vw;
  line-height: 1.35;
  text-align: center;
  color: var(--theme--color--accent);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .product-item__term {
    font-size: 4.444vw;
  }
}
.product-item__image {
  display: block;
  margin-top: 1.563vw;
  text-decoration: none;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .product-item__image {
    margin-top: 0;
  }
}
.product-item__image img {
  display: block;
  margin: 0 auto;
  height: 20vw;
  width: auto;
  transition: 0.3s all ease;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .product-item__image img {
    height: 48.889vw;
  }
}
.product-item__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1.563vw 0 0;
  padding: 0;
  height: 3.75vw;
  text-decoration: none;
  font-weight: 400;
  font-size: 1.5vw;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  color: var(--theme--color--white);
  overflow: hidden;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .product-item__heading {
    margin: 0;
    font-size: 5vw;
    height: 12.222vw;
  }
}
.product-item__description {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.313vw;
  height: 2.75vw;
  font-weight: 400;
  font-size: 1vw;
  line-height: 135%;
  text-align: center;
  color: var(--theme--color--white);
  opacity: 0.6;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .product-item__description {
    margin-top: 4.444vw;
    height: 18.333vw;
    font-size: 3.889vw;
  }
}
.product-item__lead {
  position: absolute;
  left: 1.875vw;
  bottom: 2.813vw;
  width: calc(100% - 3.75vw);
  opacity: 0;
  cursor: pointer;
  pointer-events: none;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .product-item__lead {
    margin-top: 4.444vw;
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    opacity: 1;
    pointer-events: all;
  }
}
.product-item:hover .product-item__term {
  opacity: 0;
}
.product-item:hover .product-item__image img {
  transform: scale(1.3);
}
.product-item:hover .product-item__heading {
  opacity: 0;
}
.product-item:hover .product-item__description {
  opacity: 0;
}
.product-item:hover .product-item__lead {
  opacity: 1;
  pointer-events: all;
}
.product-item.dark {
  border: 0.063vw solid rgba(2, 37, 87, 0.15);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .product-item.dark {
    border: 0.278vw solid rgba(2, 37, 87, 0.15);
  }
}
.product-item.dark .product-item__heading {
  color: var(--theme--color--accent2);
}
.product-item.dark .product-item__description {
  color: var(--theme--color--accent2);
}
.product-item.dark .product-item__lead {
  color: var(--theme--color--accent2);
  border-color: var(--theme--color--accent2);
}

.main-test {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 4.25vw;
  padding-bottom: 4.25vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .main-test {
    padding-top: 16.667vw;
    padding-bottom: 16.667vw;
  }
}
.main-test__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
  padding-top: 8.75vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .main-test__text {
    padding-top: 13.667vw;
  }
}
.main-test__heading {
  display: block;
  font-weight: 400;
  font-size: 2.563vw;
  line-height: 125%;
  text-align: center;
  text-transform: uppercase;
  color: var(--theme--color--white);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .main-test__heading {
    font-size: 6.111vw;
  }
}
.main-test__btn {
  margin-top: 3vw;
  width: 20.625vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .main-test__btn {
    margin-top: 8.333vw;
    width: 55.556vw;
  }
}
.main-test__animation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 90%;
  height: auto;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .main-test__animation {
    width: 200vw;
    margin: 0 -50vw;
  }
}
.main-test.in-step {
  height: auto;
  margin-top: 0;
}
.main-test.in-step .main-test__text {
  display: none;
}
.main-test.in-step .main-test__animation {
  opacity: 0;
  display: none;
}
.main-test.invert .main-test__heading {
  color: var(--theme--color--accent2);
}

.about-benefits + .main-test, .results-slider + .main-test {
  margin-top: 0;
}

.test-popup {
  position: relative;
  z-index: 20;
}
.test-popup__step {
  display: none;
  padding: 0 23.75vw 0;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .test-popup__step {
    padding: 0 5.556vw;
  }
}
.test-popup__step.show {
  display: block;
  padding: 1.25vw 23.75vw 0;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .test-popup__step.show {
    padding: 0 5.556vw;
  }
}
.test-popup__back {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  left: 6.25vw;
  top: 1.25vw;
  font-family: "Hauora";
  font-style: normal;
  font-weight: 600;
  font-size: 1vw;
  line-height: 135%;
  text-decoration: none;
  color: var(--theme--color--white);
  transition: 0.3s all ease;
  z-index: 10;
  cursor: pointer;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .test-popup__back {
    left: 5.556vw;
    top: 0;
    font-size: 3.889vw;
  }
}
.test-popup__back:before {
  content: "";
  display: block;
  margin-right: 0.625vw;
  width: 2vw;
  height: 0.5vw;
  background-color: var(--theme--color--white);
  mask: url("images/to_products.svg") no-repeat center/2vw auto;
  -webkit-mask: url("images/to_products.svg") no-repeat center/2vw auto;
  transition: 0.3s all ease;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .test-popup__back:before {
    margin-right: 2.778vw;
    width: 5.833vw;
    height: 2.5vw;
    mask: url("images/to_products.svg") no-repeat center/5.833vw auto;
    -webkit-mask: url("images/to_products.svg") no-repeat center/5.833vw auto;
  }
}
.test-popup__back:hover {
  color: var(--theme--color--accent);
}
.test-popup__back:hover:before {
  background-color: var(--theme--color--accent);
}
.test-popup__title {
  display: block;
  position: relative;
  text-align: center;
  font-weight: 400;
  font-size: 2.25vw;
  line-height: 125%;
  text-transform: uppercase;
  color: var(--theme--color--white);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .test-popup__title {
    padding-top: 11.111vw;
    font-size: 7.222vw;
  }
}
.test-popup__title span {
  display: block;
  position: absolute;
  left: 100%;
  top: -0.5vw;
  margin-left: 1vw;
  font-family: "Hauora";
  font-style: normal;
  font-weight: 400;
  font-size: 1vw;
  line-height: 135%;
  text-align: center;
  color: var(--theme--color--white);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .test-popup__title span {
    left: 0;
    top: 0;
    width: 100%;
    margin: 0;
    font-size: 4.444vw;
    text-align: center;
  }
}
.test-popup__radio, .test-popup__checkbox {
  display: block;
  cursor: pointer;
  width: 22.875vw;
  margin: 1.875vw auto 0;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .test-popup__radio, .test-popup__checkbox {
    width: 100%;
    margin-top: 6.667vw;
  }
}
.test-popup__radio input, .test-popup__checkbox input {
  display: block;
  position: absolute;
  left: 0;
  visibility: hidden;
  opacity: 0;
}
.test-popup__radio span, .test-popup__checkbox span {
  display: block;
  position: relative;
  padding-left: 3.25vw;
  font-family: "Hauora";
  font-style: normal;
  font-weight: 400;
  font-size: 1.25vw;
  line-height: 135%;
  color: var(--theme--color--white);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .test-popup__radio span, .test-popup__checkbox span {
    padding-left: 14.444vw;
    font-size: 4.444vw;
  }
}
.test-popup__radio span:before, .test-popup__checkbox span:before {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  left: 0;
  top: -0.125vw;
  width: 2vw;
  height: 2vw;
  border: 0.063vw solid var(--theme--color--white);
  border-radius: 50%;
  transition: 0.3s all ease;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .test-popup__radio span:before, .test-popup__checkbox span:before {
    left: 0;
    top: -1.389vw;
    width: 8.889vw;
    height: 8.889vw;
    border: 0.278vw solid var(--theme--color--white);
  }
}
.test-popup__radio span:after, .test-popup__checkbox span:after {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  left: 0.375vw;
  top: 0.25vw;
  width: 1.25vw;
  height: 1.25vw;
  border-radius: 50%;
  background-color: var(--theme--color--white);
  opacity: 0;
  transition: 0.3s all ease;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .test-popup__radio span:after, .test-popup__checkbox span:after {
    left: 1.111vw;
    top: -0.278vw;
    width: 6.667vw;
    height: 6.667vw;
  }
}
.test-popup__radio:hover span:before, .test-popup__checkbox:hover span:before {
  border: 0.063vw solid var(--theme--color--accent);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .test-popup__radio:hover span:before, .test-popup__checkbox:hover span:before {
    border: 0.278vw solid var(--theme--color--accent);
  }
}
.test-popup__radio:hover span:after, .test-popup__checkbox:hover span:after {
  background-color: var(--theme--color--accent);
  opacity: 1;
}
.test-popup__radio input:checked + span:after, .test-popup__checkbox input:checked + span:after {
  opacity: 1;
}
.test-popup__checkbox span:before {
  border-radius: 0;
}
.test-popup__checkbox span:after {
  border-radius: 0;
}
.test-popup__title + .test-popup__radio, .test-popup__title + .test-popup__checkbox {
  margin-top: 4.375vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .test-popup__title + .test-popup__radio, .test-popup__title + .test-popup__checkbox {
    margin-top: 13.333vw;
  }
}
.test-popup__btn {
  width: 18.75vw;
  margin: 2.5vw auto 0;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .test-popup__btn {
    width: 66.667vw;
    margin: 8.889vw auto 0;
  }
}
.test-popup__thank {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.test-popup__thank_text_1 {
  font-family: "Hauora";
  font-style: normal;
  font-weight: 400;
  font-size: 1vw;
  line-height: 125%;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .test-popup__thank_text_1 {
    font-size: 3.889vw;
  }
}
.test-popup__thank_text_2 {
  margin-top: 1vw;
  font-family: "Hauora";
  font-style: normal;
  font-weight: 400;
  font-size: 2.25vw;
  line-height: 135%;
  text-transform: uppercase;
  color: var(--theme--color--white);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .test-popup__thank_text_2 {
    margin-top: 5.556vw;
    font-size: 7.222vw;
  }
}
.test-popup__thank_text_3 {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  margin-top: 3.438vw;
  font-family: "Hauora";
  font-style: normal;
  font-weight: 400;
  font-size: 1.25vw;
  line-height: 135%;
  color: var(--theme--color--white);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .test-popup__thank_text_3 {
    margin-top: 6.667vw;
    font-size: 4.444vw;
  }
}
.test-popup__thank_text_3 span {
  display: block;
  font-family: "Inter";
  font-weight: 600;
  font-size: 9.375vw;
  line-height: 1.21;
  letter-spacing: -0.05em;
  background: linear-gradient(90deg, #6EF9CD 4.39%, #68D9FE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .test-popup__thank_text_3 span {
    font-size: 22.222vw;
    letter-spacing: -4px;
  }
}
.test-popup__thank_text_4 {
  margin: 3.438vw auto 0;
  width: 39.375vw;
  font-family: "Hauora";
  font-style: normal;
  font-weight: 400;
  font-size: 1vw;
  line-height: 125%;
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .test-popup__thank_text_4 {
    margin: 16.667vw auto 0;
    width: 100%;
    font-size: 3.333vw;
  }
}
.test-popup__thank_text_5 {
  margin: 1vw auto 0;
  width: 39.375vw;
  font-family: "Hauora";
  font-style: normal;
  font-weight: 400;
  font-size: 1vw;
  line-height: 125%;
  color: var(--theme--color--white);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .test-popup__thank_text_5 {
    margin: 4.167vw 0 0;
    width: 100%;
    font-size: 3.333vw;
  }
}
.test-popup__thank_text_5 a {
  color: var(--theme--color--accent);
  text-decoration: none;
}
.test-popup__thank_btns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3.438vw;
  width: 100%;
  z-index: 10;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .test-popup__thank_btns {
    flex-direction: column;
    align-content: center;
    justify-content: center;
    margin-top: 8.333vw;
    row-gap: 4.167vw;
  }
}
.test-popup__thank_btn {
  margin: 0 1.125vw;
  width: 20.625vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .test-popup__thank_btn {
    margin: 0;
    width: 66.667vw;
  }
}
.test-popup.invert .test-popup__back {
  color: var(--theme--color--accent2);
}
.test-popup.invert .test-popup__back:before {
  background-color: var(--theme--color--accent2);
}
.test-popup.invert .test-popup__back:hover {
  color: var(--theme--color--accent);
}
.test-popup.invert .test-popup__back:hover:before {
  background-color: var(--theme--color--accent);
}
.test-popup.invert .test-popup__title {
  color: var(--theme--color--accent2);
}
.test-popup.invert .test-popup__title span {
  color: var(--theme--color--accent2);
}
.test-popup.invert .test-popup__radio span, .test-popup.invert .test-popup__checkbox span {
  color: var(--theme--color--accent2);
}
.test-popup.invert .test-popup__radio span:before, .test-popup.invert .test-popup__checkbox span:before {
  border: 0.063vw solid var(--theme--color--accent2);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .test-popup.invert .test-popup__radio span:before, .test-popup.invert .test-popup__checkbox span:before {
    border: 0.278vw solid var(--theme--color--accent2);
  }
}
.test-popup.invert .test-popup__radio span:after, .test-popup.invert .test-popup__checkbox span:after {
  background-color: var(--theme--color--accent2);
}
.test-popup.invert .test-popup__radio:hover span:before, .test-popup.invert .test-popup__checkbox:hover span:before {
  border: 0.063vw solid var(--theme--color--accent);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .test-popup.invert .test-popup__radio:hover span:before, .test-popup.invert .test-popup__checkbox:hover span:before {
    border: 0.278vw solid var(--theme--color--accent);
  }
}
.test-popup.invert .test-popup__radio:hover span:after, .test-popup.invert .test-popup__checkbox:hover span:after {
  background-color: var(--theme--color--accent);
}
.test-popup.invert .test-popup__thank_text_1 {
  color: var(--theme--color--accent2);
}
.test-popup.invert .test-popup__thank_text_2 {
  color: var(--theme--color--accent2);
}
.test-popup.invert .test-popup__thank_text_3 {
  color: var(--theme--color--accent2);
}
.test-popup.invert .test-popup__thank_text_4 {
  color: rgba(2, 37, 87, 0.5);
}
.test-popup.invert .test-popup__thank_text_5 {
  color: var(--theme--color--accent2);
}
.test-popup.invert .test-popup__thank_text_5 a {
  color: var(--theme--color--accent);
}

.main-faq {
  padding-bottom: 9.375vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .main-faq {
    padding-bottom: 16.667vw;
  }
}
.main-faq__title {
  display: block;
  font-weight: 400;
  font-size: 2.563vw;
  line-height: 125%;
  text-align: center;
  text-transform: uppercase;
  color: var(--theme--color--white);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .main-faq__title {
    font-size: 6.111vw;
  }
}
.main-faq__list {
  margin-top: 4.063vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .main-faq__list {
    margin-top: 11.111vw;
  }
}
.main-faq__item {
  padding-top: 1.875vw;
  padding-bottom: 1.875vw;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .main-faq__item {
    padding-top: 4.444vw;
    padding-bottom: 4.444vw;
  }
}
.main-faq__item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.main-faq__question {
  display: block;
  box-sizing: border-box;
  position: relative;
  padding: 0 24.375vw;
  cursor: pointer;
  font-weight: 400;
  font-size: 1.625vw;
  line-height: 1.19;
  text-align: center;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  transition: 0.3s all ease;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .main-faq__question {
    padding: 0 5.556vw;
    font-size: 5vw;
  }
}
.main-faq__question:after {
  content: "";
  display: block;
  position: absolute;
  right: 18.438vw;
  top: 0;
  width: 0.5vw;
  height: 2.125vw;
  background-color: rgba(255, 255, 255, 0.5);
  mask: url("images/down.svg") no-repeat center/0.5vw auto;
  -webkit-mask: url("images/down.svg") no-repeat center/0.5vw auto;
  transition: 0.3s all ease;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .main-faq__question:after {
    right: 0;
    top: calc(50% - 3.472vw);
    width: 2.222vw;
    height: 6.944vw;
    mask: url("images/down-n.svg") no-repeat center/2.222vw auto;
    -webkit-mask: url("images/down-n.svg") no-repeat center/2.222vw auto;
  }
}
.main-faq__answer {
  display: none;
  margin: 1.25vw auto 0;
  width: 29.375vw;
  font-weight: 400;
  font-size: 1vw;
  line-height: 135%;
  color: var(--theme--color--white);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .main-faq__answer {
    margin: 4.444vw auto 0;
    width: 100%;
    font-size: 3.889vw;
  }
}
.main-faq__item:hover .main-faq__question {
  color: var(--theme--color--white);
}
.main-faq__item:hover .main-faq__question:after {
  background-color: var(--theme--color--white);
}
.main-faq__item.active .main-faq__question {
  color: var(--theme--color--white);
}
.main-faq__item.active .main-faq__question:after {
  background-color: var(--theme--color--white);
  transform: rotate(180deg);
}
.main-faq__item.active .main-faq__answer {
  display: block;
}

.main-form {
  padding-top: 9.375vw;
  padding-bottom: 9.375vw;
  background: var(--theme--color--white);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .main-form {
    padding-top: 16.667vw;
    padding-bottom: 16.667vw;
  }
}
.main-form__title {
  display: block;
  font-weight: 400;
  font-size: 2.563vw;
  line-height: 125%;
  text-align: center;
  text-transform: uppercase;
  color: var(--theme--color--heading);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .main-form__title {
    font-size: 6.111vw;
  }
}
.main-form__subtitle {
  font-family: "Hauora";
  font-style: normal;
  font-weight: 500;
  font-size: 1.625vw;
  line-height: 145%;
  letter-spacing: 0.01em;
  color: var(--theme--color--heading);
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .main-form__subtitle {
    padding-top: 5.556vw;
    font-size: 5.833vw;
  }
}
.main-form__description {
  display: block;
  margin-top: 1.25vw;
  font-family: "Hauora";
  font-style: normal;
  font-weight: 400;
  font-size: 1vw;
  line-height: 145%;
  text-align: center;
  letter-spacing: 0.01em;
  color: var(--theme--color--heading);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .main-form__description {
    margin-top: 3.333vw;
    font-size: 3.889vw;
    letter-spacing: normal;
  }
}
.main-form__form {
  margin-top: 3.125vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .main-form__form {
    margin-top: 11.111vw;
  }
}
.main-form__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .main-form__row {
    display: block;
    margin-top: 0;
  }
}
.main-form__row > p {
  display: block;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .main-form__row > p {
    margin-top: 4.444vw;
  }
}
.main-form__col {
  display: block;
  width: calc(50% - 1vw);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .main-form__col {
    width: 100%;
    margin-top: 4.444vw;
  }
}
.main-form input[type=text], .main-form input[type=tel], .main-form input[type=email] {
  display: block;
  box-sizing: border-box;
  padding: 0 1.563vw;
  width: 100%;
  height: 4.063vw;
  border: 0.063vw solid rgba(5, 16, 48, 0.3);
  font-family: "Hauora";
  font-style: normal;
  font-weight: 400;
  font-size: 1vw;
  line-height: 145%;
  letter-spacing: 0.01em;
  border-radius: 0;
  color: var(--theme--color--heading);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .main-form input[type=text], .main-form input[type=tel], .main-form input[type=email] {
    padding: 0 3.333vw;
    height: 13.333vw;
    border: 0.278vw solid rgba(5, 16, 48, 0.3);
    font-size: 4.444vw;
    letter-spacing: 0.16px;
  }
}
.main-form input[type=text]::placeholder, .main-form input[type=tel]::placeholder, .main-form input[type=email]::placeholder {
  color: rgba(5, 16, 48, 0.5);
}
.main-form input[type=text]:focus, .main-form input[type=tel]:focus, .main-form input[type=email]:focus {
  outline: none;
  border-color: var(--theme--color--accent);
}
.main-form input[type=text].wpcf7-not-valid, .main-form input[type=tel].wpcf7-not-valid, .main-form input[type=email].wpcf7-not-valid {
  border-color: var(--theme--color--red);
}
.main-form textarea {
  display: block;
  box-sizing: border-box;
  padding: 1.25vw 1.563vw;
  width: 100%;
  height: 15.313vw;
  border: 0.063vw solid rgba(5, 16, 48, 0.3);
  font-family: "Hauora";
  font-style: normal;
  font-weight: 400;
  font-size: 1vw;
  line-height: 145%;
  letter-spacing: 0.01em;
  resize: none;
  border-radius: 0;
  color: var(--theme--color--heading);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .main-form textarea {
    padding: 3.333vw 3.333vw;
    height: 37.222vw;
    border: 0.278vw solid rgba(5, 16, 48, 0.3);
    font-size: 4.444vw;
    letter-spacing: 0.16px;
  }
}
.main-form textarea::placeholder {
  color: rgba(5, 16, 48, 0.5);
}
.main-form textarea:focus {
  outline: none;
  border-color: var(--theme--color--accent);
}
.main-form textarea.wpcf7-not-valid {
  border-color: var(--theme--color--red);
}
.main-form .wpcf7-not-valid-tip {
  display: block;
  padding-top: 0.625vw;
  width: 100%;
  font-family: "Hauora";
  font-style: normal;
  font-weight: 500;
  font-size: 1vw;
  line-height: 145%;
  letter-spacing: 0.01em;
  color: var(--theme--color--red);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .main-form .wpcf7-not-valid-tip {
    padding-top: 1.667vw;
    font-size: 3.333vw;
  }
}
.main-form .wpcf7-acceptance .wpcf7-list-item {
  display: block;
  margin: 0;
  padding: 0;
}
.main-form .wpcf7-acceptance label input {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
.main-form .wpcf7-acceptance label .wpcf7-list-item-label {
  display: block;
  position: relative;
  padding-left: 2.25vw;
  font-family: "Hauora";
  font-style: normal;
  font-weight: 400;
  font-size: 0.75vw;
  line-height: 145%;
  letter-spacing: 0.01em;
  cursor: pointer;
  color: rgba(2, 37, 87, 0.5);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .main-form .wpcf7-acceptance label .wpcf7-list-item-label {
    padding-left: 7.778vw;
    font-size: 3.333vw;
    letter-spacing: 0.12px;
  }
}
.main-form .wpcf7-acceptance label .wpcf7-list-item-label:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 1vw;
  height: 1vw;
  border: 0.063vw solid var(--theme--color--accent2);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .main-form .wpcf7-acceptance label .wpcf7-list-item-label:before {
    width: 4.444vw;
    height: 4.444vw;
    border: 0.278vw solid var(--theme--color--accent2);
  }
}
.main-form .wpcf7-acceptance label .wpcf7-list-item-label a {
  font-size: 0.75vw;
  line-height: 145%;
  color: var(--theme--color--accent2);
  text-decoration: underline;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .main-form .wpcf7-acceptance label .wpcf7-list-item-label a {
    font-size: 3.333vw;
  }
}
.main-form .wpcf7-acceptance label .wpcf7-list-item-label a:hover {
  text-decoration: none;
}
.main-form .wpcf7-acceptance label input:checked + .wpcf7-list-item-label:before {
  background: url("images/checkbox.svg") no-repeat center/0.75vw auto;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .main-form .wpcf7-acceptance label input:checked + .wpcf7-list-item-label:before {
    background: url("images/checkbox.svg") no-repeat center/3.333vw auto;
  }
}
.main-form .wpcf7-submit {
  width: 20vw;
  margin: 0 auto;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .main-form .wpcf7-submit {
    width: 55.556vw;
  }
}
.main-form .wpcf7-form.invalid .wpcf7-response-output {
  display: block;
  padding: 0.625vw;
  width: 100%;
  font-family: "Hauora";
  font-style: normal;
  font-weight: 500;
  font-size: 1vw;
  line-height: 145%;
  letter-spacing: 0.01em;
  color: var(--theme--color--red);
  border: 0.063vw solid var(--theme--color--red);
}
.main-form .wpcf7-response-output {
  display: none !important;
}

.page-template-page-contacts .main-form {
  padding-top: 3.75vw;
}
.site-footer {
  background: linear-gradient(92.55deg, var(--theme--color--garadien1) 38.77%, var(--theme--color--garadien2) 101.91%);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .site-footer {
    background: linear-gradient(180deg, #57D6FF 0%, #5DFDDA 100%);
  }
}
.site-footer__box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  padding-top: 5.625vw;
  padding-bottom: 10vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .site-footer__box {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 16.667vw;
    padding-bottom: 16.667vw;
  }
}
.site-footer__logo {
  display: block;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .site-footer__logo {
    margin-bottom: -11.111vw;
  }
}
.site-footer__logo img {
  display: block;
  width: 20vw;
  height: auto;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .site-footer__logo img {
    width: 66.667vw;
  }
}
.site-footer__heading {
  display: block;
  font-weight: 400;
  font-size: 1vw;
  line-height: 1.18;
  color: var(--theme--color--accent2);
  padding-bottom: 2vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .site-footer__heading {
    font-size: 5vw;
    padding-bottom: 5.556vw;
    padding-top: 5.556vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .site-footer__nav {
    padding-bottom: 5.556vw;
    width: 100%;
    border-bottom: 0.278vw solid var(--theme--color--accent2);
  }
}
.site-footer__nav ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer__nav ul li {
  display: block;
  margin-top: 0.625vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .site-footer__nav ul li {
    margin-top: 2.778vw;
  }
}
.site-footer__nav ul li:first-child {
  margin-top: 0;
}
.site-footer__nav ul li a {
  font-family: "Hauora";
  font-style: normal;
  font-weight: 400;
  font-size: 1vw;
  line-height: 135%;
  color: rgba(4, 1, 39, 0.6);
  text-decoration: none;
  transition: 0.3s color ease;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .site-footer__nav ul li a {
    font-size: 4.444vw;
  }
}
.site-footer__nav ul li a:hover {
  color: var(--theme--color--white);
}
.site-footer__email, .site-footer__tel {
  display: block;
  font-family: "Hauora";
  font-style: normal;
  font-weight: 600;
  font-size: 1vw;
  line-height: 145%;
  letter-spacing: 0.01em;
  color: var(--theme--color--accent2);
  text-decoration: none;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .site-footer__email, .site-footer__tel {
    font-size: 4.444vw;
    letter-spacing: 0.16px;
  }
}
.site-footer__tel {
  margin-top: 0.625vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .site-footer__tel {
    margin-top: 2.778vw;
  }
}
.site-footer__social {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 2vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .site-footer__social {
    margin-top: 8.333vw;
  }
}
.site-footer__social > a {
  display: block;
  position: relative;
  margin-left: 1.25vw;
  width: 1.375vw;
  height: 1.375vw;
  background-color: var(--theme--color--accent2);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .site-footer__social > a {
    margin-left: 4.444vw;
    width: 6.667vw;
    height: 6.667vw;
  }
}
.site-footer__social > a:first-child {
  margin-left: 0;
}
.site-footer__social > span {
  display: block;
  margin-top: -0.375vw;
  font-weight: 400;
  font-size: 0.875vw;
  line-height: 105%;
  text-transform: uppercase;
  color: var(--theme--color--accent2);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .site-footer__social > span {
    font-size: 3.889vw;
  }
}
.site-footer__instagram {
  mask: url("images/instagram.svg") no-repeat center/1.375vw auto;
  -webkit-mask: url("images/instagram.svg") no-repeat center/1.375vw auto;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .site-footer__instagram {
    mask: url("images/instagram.svg") no-repeat center/6.667vw auto;
    -webkit-mask: url("images/instagram.svg") no-repeat center/6.667vw auto;
  }
}
.site-footer__description {
  margin-top: 1.25vw;
  width: 11.25vw;
  font-family: "Hauora";
  font-style: normal;
  font-weight: 400;
  font-size: 0.75vw;
  line-height: 145%;
  letter-spacing: 0.01em;
  color: rgba(2, 37, 87, 0.6);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .site-footer__description {
    margin-top: 5.556vw;
    width: 68.333vw;
    font-size: 3.333vw;
    letter-spacing: 0.12px;
  }
}
.site-footer__madeby {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  bottom: 3.75vw;
  left: 0;
  font-weight: 400;
  font-size: 0.875vw;
  line-height: 1.214;
  color: rgba(2, 37, 87, 0.6);
  text-decoration: none;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .site-footer__madeby {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 8.333vw;
    font-size: 2.778vw;
    white-space: nowrap;
  }
}
.site-footer__madeby img {
  display: block;
  margin-left: 1.25vw;
  height: 2.5vw;
  width: auto;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .site-footer__madeby img {
    margin-left: 4.167vw;
    height: 9.722vw;
  }
}
.site-footer__warning {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 3.75vw;
  right: 0;
  width: 55.5vw;
  min-height: 2.5vw;
  font-family: "Hauora";
  font-weight: 400;
  font-size: 0.75vw;
  line-height: 145%;
  letter-spacing: 0.01em;
  color: rgba(2, 37, 87, 0.6);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .site-footer__warning {
    display: block;
    min-height: 0;
    margin-top: 8.333vw;
    width: 100%;
    position: relative;
    right: auto;
    bottom: auto;
    font-size: 3.333vw;
    letter-spacing: 0.12px;
  }
}

.single-product-hero {
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .single-product-hero {
    overflow: hidden;
  }
}
.single-product-hero__box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  padding-top: 11.875vw;
  padding-bottom: 12.25vw;
  z-index: 5;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .single-product-hero__box {
    padding-top: 27.222vw;
    padding-bottom: 8.333vw;
  }
}
.single-product-hero__to_products {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "Hauora";
  font-style: normal;
  font-weight: 600;
  font-size: 1vw;
  line-height: 135%;
  text-decoration: none;
  color: var(--theme--color--accent2);
  transition: 0.3s all ease;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .single-product-hero__to_products {
    font-size: 3.889vw;
  }
}
.single-product-hero__to_products:before {
  content: "";
  display: block;
  margin-right: 0.625vw;
  width: 2vw;
  height: 0.5vw;
  background-color: var(--theme--color--accent2);
  mask: url("images/to_products.svg") no-repeat center/2vw auto;
  -webkit-mask: url("images/to_products.svg") no-repeat center/2vw auto;
  transition: 0.3s all ease;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .single-product-hero__to_products:before {
    width: 9.444vw;
    height: 2.222vw;
    margin-right: 2.778vw;
    mask: url("images/to_products.svg") no-repeat center/9.444vw auto;
    -webkit-mask: url("images/to_products.svg") no-repeat center/9.444vw auto;
  }
}
.single-product-hero__to_products:hover {
  color: var(--theme--color--accent);
}
.single-product-hero__to_products:hover:before {
  background-color: var(--theme--color--accent);
}
.single-product-hero__title {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  font-weight: 600;
  font-size: 7.5vw;
  line-height: 1.21;
  min-height: 14vw;
  text-align: center;
  text-transform: uppercase;
  color: var(--theme--color--accent2);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .single-product-hero__title {
    margin-top: 8.333vw;
    font-size: 8.889vw;
    min-height: 0;
  }
}
.single-product-hero__text {
  display: block;
  margin-top: 4vw;
  width: 28.75vw;
  max-width: 100%;
  font-weight: 400;
  font-size: 1vw;
  line-height: 135%;
  color: var(--theme--color--accent2);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .single-product-hero__text {
    margin-top: 6.667vw;
    width: 100%;
    font-size: 3.889vw;
  }
}
.single-product-hero__to_fav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 2.25vw;
  font-weight: 400;
  font-size: 1vw;
  line-height: 135%;
  color: var(--theme--color--accent2);
  text-decoration: none;
  transition: 0.3s all ease;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .single-product-hero__to_fav {
    margin-top: 8.333vw;
    font-size: 3.889vw;
  }
}
.single-product-hero__to_fav .not-active {
  display: block;
}
.single-product-hero__to_fav .active {
  display: none;
}
.single-product-hero__to_fav:before {
  content: "";
  display: block;
  margin-right: 0.75vw;
  width: 1.875vw;
  height: 1.625vw;
  background-color: var(--theme--color--accent2);
  mask: url("images/to_fav.svg") no-repeat center/1.875vw auto;
  -webkit-mask: url("images/to_fav.svg") no-repeat center/1.875vw auto;
  transition: 0.3s all ease;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .single-product-hero__to_fav:before {
    margin-right: 3.333vw;
    width: 7.222vw;
    height: 6.667vw;
    mask: url("images/to_fav.svg") no-repeat center/7.222vw auto;
    -webkit-mask: url("images/to_fav.svg") no-repeat center/7.222vw auto;
  }
}
@media screen and (min-width: 993px) {
  .single-product-hero__to_fav:hover {
    color: var(--theme--color--accent);
  }
  .single-product-hero__to_fav:hover:before {
    background-color: var(--theme--color--accent);
  }
}
.single-product-hero__to_fav.active .not-active {
  display: none;
}
.single-product-hero__to_fav.active .active {
  display: block;
}
.single-product-hero__to_fav.active:before {
  mask: url("images/to_fav_active.svg") no-repeat center/1.875vw auto;
  -webkit-mask: url("images/to_fav_active.svg") no-repeat center/1.875vw auto;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .single-product-hero__to_fav.active:before {
    mask: url("images/to_fav_active.svg") no-repeat center/7.222vw auto;
    -webkit-mask: url("images/to_fav_active.svg") no-repeat center/7.222vw auto;
  }
}
.single-product-hero__image {
  display: block;
  position: absolute;
  top: 14.063vw;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .single-product-hero__image {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    top: auto;
    left: auto;
    transform: translate(0, 0);
  }
}
.single-product-hero__image img {
  display: block;
  width: auto;
  height: 43.125vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .single-product-hero__image img {
    height: 68.333vw;
  }
}
.single-product-hero lottie-player {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .single-product-hero lottie-player {
    top: 0;
    width: 240vw;
    left: -70vw;
  }
}

.single-product-tabs__item {
  border-top: 0.063vw solid rgba(2, 37, 87, 0.2);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .single-product-tabs__item {
    border-top: 0.278vw solid rgba(2, 37, 87, 0.2);
  }
}
.single-product-tabs__item:last-child {
  border-bottom: 0.063vw solid rgba(2, 37, 87, 0.2);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .single-product-tabs__item:last-child {
    border-bottom: 0.278vw solid rgba(2, 37, 87, 0.2);
  }
}
.single-product-tabs__heading {
  display: block;
  position: relative;
  cursor: pointer;
  padding: 1.875vw 29.375vw;
  font-weight: 400;
  font-size: 1.625vw;
  line-height: 1.19;
  text-align: center;
  text-transform: uppercase;
  color: var(--theme--color--accent2);
  transition: 0.3s all ease;
  user-select: none;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .single-product-tabs__heading {
    padding: 4.444vw 6.667vw;
    font-size: 5vw;
  }
}
.single-product-tabs__heading:after {
  content: "";
  display: block;
  position: absolute;
  top: 1.875vw;
  left: 60.75vw;
  width: 0.5vw;
  height: 2.125vw;
  background-color: rgba(2, 37, 87, 0.5);
  mask: url("images/down.svg") no-repeat center/0.5vw auto;
  -webkit-mask: url("images/down.svg") no-repeat center/0.5vw auto;
  transition: 0.3s all ease;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .single-product-tabs__heading:after {
    top: 4.444vw;
    left: auto;
    right: 0;
    width: 2.222vw;
    height: 6.944vw;
    mask: url("images/down-n.svg") no-repeat center/2.222vw auto;
    -webkit-mask: url("images/down-n.svg") no-repeat center/2.222vw auto;
  }
}
@media screen and (min-width: 993px) {
  .single-product-tabs__heading:hover {
    color: var(--theme--color--accent);
  }
  .single-product-tabs__heading:hover:after {
    background-color: var(--theme--color--accent) !important;
  }
}
.single-product-tabs__text {
  display: none;
  padding: 0 29.375vw 1.875vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .single-product-tabs__text {
    padding: 0 0 4.444vw;
  }
}
.single-product-tabs__text > * {
  margin-top: 1.5vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .single-product-tabs__text > * {
    margin-top: 4.444vw;
  }
}
.single-product-tabs__text > *:first-child {
  margin-top: 0;
}
.single-product-tabs__text p {
  display: block;
  font-weight: 400;
  font-size: 1vw;
  line-height: 135%;
  color: var(--theme--color--accent2);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .single-product-tabs__text p {
    font-size: 3.889vw;
  }
  .single-product-tabs__text p br {
    display: none;
  }
}
.single-product-tabs__text ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.single-product-tabs__text ul li {
  display: block;
  margin-top: 0.5vw;
  position: relative;
  padding-left: 1.5vw;
  font-weight: 400;
  font-size: 1vw;
  line-height: 135%;
  color: var(--theme--color--accent2);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .single-product-tabs__text ul li {
    margin-top: 0;
    font-size: 3.889vw;
    padding-left: 5.556vw;
  }
}
.single-product-tabs__text ul li:first-child {
  margin-top: 0.5vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .single-product-tabs__text ul li:first-child {
    margin-top: 0;
  }
}
.single-product-tabs__text ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0.5vw;
  top: 0.5vw;
  width: 0.5vw;
  height: 0.5vw;
  border-radius: 50%;
  background: var(--theme--color--accent2);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .single-product-tabs__text ul li:before {
    left: 1.667vw;
    top: 1.667vw;
    width: 1.667vw;
    height: 1.667vw;
  }
}
.single-product-tabs__item.active .single-product-tabs__heading {
  padding: 1.875vw 29.375vw 1.25vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .single-product-tabs__item.active .single-product-tabs__heading {
    padding: 4.444vw 6.667vw;
  }
}
.single-product-tabs__item.active .single-product-tabs__heading:after {
  background-color: var(--theme--color--accent2);
  transform: rotate(180deg);
}
.single-product-tabs__item.active .single-product-tabs__text {
  display: block;
}

.single-product-price-list {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 3.75vw;
  padding-bottom: 3.75vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .single-product-price-list {
    padding-top: 8.333vw;
    padding-bottom: 8.333vw;
  }
}
.single-product-price-list__btn {
  width: 20.625vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .single-product-price-list__btn {
    width: 66.667vw;
  }
}

.products-slider {
  padding-top: 7.5vw;
  padding-bottom: 10vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .products-slider {
    padding: 16.667vw 0;
  }
}
.products-slider.front {
  background-color: var(--theme--color--white);
}
.products-slider__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .products-slider__box {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 0 5.556vw;
  }
}
.products-slider__title {
  display: block;
  position: relative;
  font-weight: 400;
  font-size: 2.563vw;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
  color: var(--theme--color--accent2);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .products-slider__title {
    font-size: 8.889vw;
  }
}
.products-slider__title span {
  display: block;
  position: absolute;
  left: 100%;
  top: -0.5vw;
  margin-left: 1vw;
  font-family: "Hauora";
  font-style: normal;
  font-weight: 400;
  font-size: 1vw;
  line-height: 135%;
  text-align: center;
  color: var(--theme--color--accent2);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .products-slider__title span {
    top: -2.778vw;
    margin-left: 1.667vw;
    font-size: 3.889vw;
  }
}
.products-slider__prev, .products-slider__next {
  display: block;
  position: absolute;
  top: 1.563vw;
  width: 2.125vw;
  height: 0.5vw;
  background-color: var(--theme--color--accent2);
  cursor: pointer;
  user-select: none;
  transition: 0.3s all ease-in-out 0s;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .products-slider__prev, .products-slider__next {
    top: 13.889vw;
    width: 6.944vw;
    height: 3.333vw;
  }
}
.products-slider__prev:not(.swiper-button-disabled):hover, .products-slider__next:not(.swiper-button-disabled):hover {
  background-color: var(--theme--color--accent);
}
.products-slider__prev.swiper-button-disabled, .products-slider__next.swiper-button-disabled {
  opacity: 0.5;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .products-slider.front .products-slider__prev, .products-slider.front .products-slider__next {
    top: 23.889vw;
  }
}
.products-slider__prev {
  right: 3.125vw;
  mask: url("images/prev.svg") no-repeat center/2.125vw 0.5vw;
  -webkit-mask: url("images/prev.svg") no-repeat center/2.125vw 0.5vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .products-slider__prev {
    right: 16.667vw;
    mask: url("images/prev.svg") no-repeat center/6.944vw 3.333vw;
    -webkit-mask: url("images/prev.svg") no-repeat center/6.944vw 3.333vw;
  }
}
.products-slider__next {
  right: 0;
  mask: url("images/next.svg") no-repeat center/2.125vw 0.5vw;
  -webkit-mask: url("images/next.svg") no-repeat center/2.125vw 0.5vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .products-slider__next {
    right: 5.556vw;
    mask: url("images/next.svg") no-repeat center/6.944vw 3.333vw;
    -webkit-mask: url("images/next.svg") no-repeat center/6.944vw 3.333vw;
  }
}
.products-slider__swiper {
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .products-slider__swiper {
    margin-top: 11.111vw;
  }
  .products-slider__swiper .swiper-slide {
    width: 72.222vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .products-slider.front .products-slider__swiper {
    margin-top: 11.111vw;
  }
}
.products-slider__item {
  display: block;
  text-decoration: none;
  padding-top: 4.375vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .products-slider__item {
    padding: 0 2.778vw;
  }
}
.products-slider__item_image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 21.875vw;
  margin: 0 auto;
  border-radius: 50%;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .products-slider__item_image {
    width: 100%;
  }
}
.products-slider__item_image img {
  display: block;
  max-width: 100%;
  height: auto;
}
.products-slider__item_heading {
  display: block;
  margin-top: 2.875vw;
  font-weight: 400;
  font-size: 1.25vw;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  color: var(--theme--color--accent2);
  transition: 0.3s all ease-in-out 0s;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .products-slider__item_heading {
    font-size: 5vw;
    margin-top: 4.444vw;
  }
}
.products-slider__item:hover .products-slider__item_heading {
  color: var(--theme--color--accent);
}

.tax-products .products-slider {
  padding-bottom: 0;
}

.products-hero {
  display: block;
  position: relative;
  max-height: 58vw;
  overflow: hidden;
  padding-top: 0;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .products-hero {
    max-height: initial;
    padding-top: 0;
    margin-top: 17.778vw;
  }
}
.products-hero__image {
  display: none;
  width: 100%;
  padding: 0 5.556vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .products-hero__image {
    display: block;
  }
}
.products-hero__image img {
  display: block;
  width: 100%;
  height: auto;
}
.products-hero__video {
  display: block;
  margin: 0 auto;
  width: 1600px;
  max-width: 100%;
  height: auto;
  background: none !important;
  border: none !important;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .products-hero__video {
    display: none;
  }
}
.products-hero__title {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  box-sizing: border-box;
  padding: 0 21.875vw;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  font-weight: 400;
  font-size: 4.5vw;
  line-height: 105%;
  text-align: center;
  text-transform: uppercase;
  color: var(--theme--color--accent2);
  z-index: 10;
  opacity: 0;
  transition: 0.3s all ease;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .products-hero__title {
    padding: 0 5.556vw;
    font-size: 8.556vw;
    opacity: 1;
  }
}

.products {
  padding-top: 11.25vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .products {
    padding: 8.333vw 0 0;
  }
}
.products__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .products__box {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 0 5.556vw;
  }
}
.products__title {
  display: block;
  position: relative;
  font-weight: 400;
  font-size: 2.563vw;
  line-height: 125%;
  text-align: center;
  text-transform: uppercase;
  color: var(--theme--color--accent2);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .products__title {
    font-size: 8.889vw;
  }
}
.products__title span {
  display: block;
  position: absolute;
  left: 100%;
  top: -0.5vw;
  margin-left: 1vw;
  font-family: "Hauora";
  font-style: normal;
  font-weight: 400;
  font-size: 1vw;
  line-height: 135%;
  text-align: center;
  color: var(--theme--color--accent2);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .products__title span {
    top: -2.778vw;
    margin-left: 1.667vw;
    font-size: 3.889vw;
  }
}
.products__prev, .products__next {
  display: block;
  position: absolute;
  top: 1.563vw;
  width: 2.125vw;
  height: 0.5vw;
  background-color: var(--theme--color--accent2);
  cursor: pointer;
  user-select: none;
  transition: 0.3s all ease-in-out 0s;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .products__prev, .products__next {
    top: 13.889vw;
    width: 6.944vw;
    height: 3.333vw;
  }
}
.products__prev:not(.swiper-button-disabled):hover, .products__next:not(.swiper-button-disabled):hover {
  background-color: var(--theme--color--accent);
}
.products__prev.swiper-button-disabled, .products__next.swiper-button-disabled {
  opacity: 0.5;
}
.products__prev {
  right: 3.125vw;
  mask: url("images/prev.svg") no-repeat center/2.125vw 0.5vw;
  -webkit-mask: url("images/prev.svg") no-repeat center/2.125vw 0.5vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .products__prev {
    right: 16.667vw;
    mask: url("images/prev.svg") no-repeat center/6.944vw 3.333vw;
    -webkit-mask: url("images/prev.svg") no-repeat center/6.944vw 3.333vw;
  }
}
.products__next {
  right: 0;
  mask: url("images/next.svg") no-repeat center/2.125vw 0.5vw;
  -webkit-mask: url("images/next.svg") no-repeat center/2.125vw 0.5vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .products__next {
    right: 5.556vw;
    mask: url("images/next.svg") no-repeat center/6.944vw 3.333vw;
    -webkit-mask: url("images/next.svg") no-repeat center/6.944vw 3.333vw;
  }
}
.products__slider {
  margin-top: 4vw;
  width: 100%;
}
.products__slider .swiper-slide {
  padding-bottom: 1px;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .products__slider {
    margin-top: 11.111vw;
  }
  .products__slider .swiper-slide {
    width: 78.889vw;
  }
}
.products__list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  column-gap: 1.25vw;
  margin-top: 4vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .products__list {
    flex-direction: column;
    width: 100%;
    column-gap: 0;
    margin-top: 11.111vw;
    row-gap: 5.556vw;
    padding: 0 5.556vw 0 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .products__list__item {
    width: 100%;
  }
}

.products-text {
  padding-bottom: 11.25vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .products-text {
    padding-bottom: 8.333vw;
  }
}

.about-hero {
  padding-top: 11.25vw;
  padding-bottom: 12.375vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .about-hero {
    padding-top: 28.889vw;
    padding-bottom: 0;
  }
}
.about-hero__box {
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .about-hero__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.about-hero__video {
  display: block;
  width: 17.625vw;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .about-hero__video {
    width: 100%;
    margin-top: 6.667vw;
    order: 3;
  }
}
.about-hero__video video {
  display: block;
  width: 100%;
  height: auto;
}
.about-hero__play {
  display: block;
  position: absolute;
  width: 6.25vw;
  height: 6.25vw;
  top: calc(50% - 3.125vw);
  left: calc(50% - 3.125vw);
  z-index: 5;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .about-hero__play {
    width: 22.222vw;
    height: 22.222vw;
    top: calc(50% - 11.111vw);
    left: calc(50% - 11.111vw);
  }
}
.about-hero__title {
  margin: 4.375vw 0 0 0;
  padding: 0;
  font-weight: 600;
  font-size: 7.5vw;
  line-height: 107.52%;
  text-transform: uppercase;
  color: var(--theme--color--accent2);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .about-hero__title {
    margin: 0;
    font-size: 8.333vw;
    order: 1;
  }
}
.about-hero__description {
  display: block;
  position: absolute;
  left: 57.75vw;
  bottom: 1.125vw;
  width: 23.75vw;
  font-family: "Hauora";
  font-style: normal;
  font-weight: 400;
  font-size: 0.75vw;
  line-height: 135%;
  color: rgba(2, 37, 87, 0.5);
  z-index: 15;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .about-hero__description {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    margin-top: 3.333vw;
    font-size: 2.778vw;
    order: 2;
  }
}
.about-hero__anim {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.about-logos {
  padding-top: 2.5vw;
  padding-bottom: 2.5vw;
  user-select: none;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .about-logos {
    padding-top: 16.667vw;
    padding-bottom: 16.667vw;
  }
}
.about-logos .swiper-wrapper {
  transition-timing-function: linear;
}
.about-logos .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12.5vw;
  height: 2.5vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .about-logos .swiper-slide {
    width: 44.444vw;
    height: 11.111vw;
  }
}
.about-logos .swiper-slide img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: 2.5vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .about-logos .swiper-slide img {
    height: 11.111vw;
  }
}
.about-logos .swiper-slide img.b {
  height: 1.25vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .about-logos .swiper-slide img.b {
    height: 5.556vw;
  }
}

.about-success {
  margin-top: -5vw;
  background: url("images/about-success.jpg") no-repeat center bottom/100% auto;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .about-success {
    margin-top: 0;
    background: url("images/about-success-m.jpg") no-repeat center bottom/cover;
  }
}
.about-success__box {
  position: relative;
  padding-top: 10.625vw;
  padding-bottom: 10.625vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .about-success__box {
    padding-top: 0;
    padding-bottom: 69.444vw;
  }
}
.about-success__text {
  position: relative;
  width: 33.125vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .about-success__text {
    width: 100%;
  }
}
.about-success__title {
  display: block;
  font-weight: 400;
  font-size: 2.5vw;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: var(--theme--color--accent2);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .about-success__title {
    font-size: 7.222vw;
    letter-spacing: normal;
  }
}
.about-success__description {
  display: block;
  position: relative;
  margin-top: 1.875vw;
  font-family: "Hauora";
  font-style: normal;
  font-weight: 400;
  font-size: 1vw;
  line-height: 135%;
  color: var(--theme--color--accent2);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .about-success__description {
    margin-top: 6.667vw;
    font-size: 3.889vw;
  }
}
.about-success__description:after {
  content: "";
  display: block;
  position: absolute;
  right: -6.063vw;
  top: -6.063vw;
  width: 11.375vw;
  height: 12.375vw;
  background: url("images/about-success-logo.png") no-repeat center/11.375vw auto;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .about-success__description:after {
    display: none;
  }
}
.about-success__line {
  display: block;
  margin: 3.125vw 0;
  width: 72.875vw;
  height: 0.125vw;
  background: rgba(2, 37, 87, 0.2);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .about-success__line {
    margin: 6.667vw 0;
    width: 100%;
    height: 0.278vw;
  }
}
.about-success__name {
  display: block;
  font-weight: 600;
  font-size: 4.75vw;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: var(--theme--color--accent2);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .about-success__name {
    font-size: 8.333vw;
    letter-spacing: normal;
  }
}
.about-success__status {
  display: block;
  margin-top: 0.25vw;
  font-family: "Hauora";
  font-style: normal;
  font-weight: 400;
  font-size: 1.625vw;
  line-height: 135%;
  color: var(--theme--color--accent2);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .about-success__status {
    margin-top: 3.333vw;
    font-size: 3.889vw;
  }
}
.about-success__photo {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 39.188vw;
  z-index: 3;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .about-success__photo {
    width: 53.333vw;
    right: 11.111vw;
  }
}
.about-success__photo img {
  display: block;
  width: 100%;
  height: auto;
}

.about-excerpt__box {
  padding-top: 8.125vw;
  padding-bottom: 3.125vw;
  background: url("images/excerpt.png") no-repeat left 18.75vw top 1.875vw/13.563vw 13.563vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .about-excerpt__box {
    padding-top: 22.222vw;
    padding-bottom: 13.889vw;
    background: url("images/excerpt.png") no-repeat left -2.778vw top 2.778vw/32.5vw 34.444vw;
  }
}
.about-excerpt__text {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 40.625vw;
  font-family: "Hauora";
  font-style: normal;
  font-weight: 400;
  font-size: 1.25vw;
  line-height: 135%;
  text-align: center;
  color: var(--theme--color--accent2);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .about-excerpt__text {
    width: 100%;
    font-size: 3.889vw;
  }
}
.about-excerpt__text span {
  opacity: 0;
  transition: 0.3s all ease;
}
.about-excerpt__text img {
  display: block;
  height: 9.625vw;
  width: auto;
  margin: 0 auto;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .about-excerpt__text img {
    height: 19.444vw;
  }
}

.about-benefits {
  padding-top: 8.75vw;
  padding-bottom: 8.75vw;
  background: var(--theme--color--light--blue);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .about-benefits {
    padding-top: 16.667vw;
    padding-bottom: 16.667vw;
  }
}
.about-benefits__title {
  font-size: 2.563vw;
  line-height: 120.52%;
  text-align: center;
  text-transform: uppercase;
  color: var(--theme--color--accent2);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .about-benefits__title {
    font-size: 7.222vw;
  }
}
.about-benefits__items {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  column-gap: 8.375vw;
  row-gap: 3.125vw;
  margin-top: 4.375vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .about-benefits__items {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    column-gap: 0;
    row-gap: 13.889vw;
    margin-top: 13.889vw;
  }
}
.about-benefits__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 20.875vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .about-benefits__item {
    width: 80.556vw;
  }
}
.about-benefits__item img {
  display: block;
  height: 4.375vw;
  width: auto;
  transition: 0.3s all ease;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .about-benefits__item img {
    height: 13.889vw;
  }
}
.about-benefits__heading {
  margin-top: 1.25vw;
  font-weight: 400;
  font-size: 1.25vw;
  line-height: 120.52%;
  text-align: center;
  text-transform: uppercase;
  color: var(--theme--color--accent2);
  transition: 0.3s all ease;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .about-benefits__heading {
    margin-top: 4.167vw;
    font-size: 5vw;
  }
}
.about-benefits__description {
  margin-top: 0.625vw;
  font-family: "Hauora";
  font-style: normal;
  font-weight: 400;
  font-size: 1vw;
  line-height: 1.376;
  text-align: center;
  color: var(--theme--color--accent2);
  transition: 0.3s all ease;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .about-benefits__description {
    margin-top: 2.778vw;
    font-size: 3.889vw;
  }
}

.about-quote {
  padding-top: 9vw;
  padding-bottom: 9vw;
  background-repeat: no-repeat;
  background-position: right 5.25vw bottom;
  background-size: 28.063vw auto;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .about-quote {
    padding-top: 16.667vw;
    padding-bottom: 66.667vw;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto 61.389vw;
  }
}
.about-quote__box {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .about-quote__box {
    flex-direction: column;
  }
}
.about-quote__col1 {
  width: 23.75vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .about-quote__col1 {
    width: 100%;
  }
}
.about-quote__title {
  color: var(--theme--color--accent2);
  font-size: 1.25vw;
  line-height: 135%;
  text-transform: uppercase;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .about-quote__title {
    font-size: 7.222vw;
    text-align: center;
  }
}
.about-quote__text1 {
  margin-top: 0.625vw;
  color: var(--theme--color--accent2);
  font-size: 1vw;
  font-family: "Hauora";
  line-height: 135%;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .about-quote__text1 {
    margin-top: 3.333vw;
    font-size: 3.889vw;
    text-align: center;
  }
}
.about-quote__col2 {
  display: block;
  position: relative;
  width: 33.75vw;
  margin-left: 3.375vw;
  margin-top: 2.75vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .about-quote__col2 {
    width: 100%;
    margin-left: 0;
    margin-top: 10.667vw;
  }
}
.about-quote__col2:before {
  content: "";
  display: block;
  position: absolute;
  left: -1.688vw;
  top: -3.188vw;
  width: 10.063vw;
  height: 7.688vw;
  background-color: #C7F1FF;
  mask: url("images/quote.svg") no-repeat center/10.063vw auto;
  -webkit-mask: url("images/quote.svg") no-repeat center/10.063vw auto;
  z-index: 1;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .about-quote__col2:before {
    z-index: -1;
    left: -1.688vw;
    top: -13.188vw;
    width: 20.5vw;
    height: 24.444vw;
    mask: url("images/quote.svg") no-repeat center/20.5vw auto;
    -webkit-mask: url("images/quote.svg") no-repeat center/20.5vw auto;
  }
}
.about-quote__text2 {
  position: relative;
  color: var(--theme--color--accent2);
  text-align: center;
  font-size: 1.25vw;
  font-family: "Hauora";
  line-height: 135%;
  z-index: 3;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .about-quote__text2 {
    font-size: 3.889vw;
    text-align: center;
  }
}

.cooperation-banner img {
  display: block;
  width: 100%;
  height: auto;
}

.cooperation-hero {
  padding-top: 11.875vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .cooperation-hero {
    padding-top: 27.778vw;
  }
}
.cooperation-hero__title {
  color: var(--theme--color--accent2);
  font-size: 6vw;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.12vw;
  text-transform: uppercase;
  margin: 1.25vw 0 0 0;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .cooperation-hero__title {
    font-size: 8.889vw;
    letter-spacing: -0.178vw;
    margin: 4.167vw 0 0 0;
  }
  .cooperation-hero__title br {
    display: none;
  }
}

.cooperation-cities {
  padding-top: 6.25vw;
  padding-bottom: 9.375vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .cooperation-cities {
    padding-top: 16.667vw;
    padding-bottom: 30.556vw;
  }
}
.cooperation-cities__list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  row-gap: 100px;
  column-gap: 20px;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .cooperation-cities__list {
    column-gap: 5.556vw;
    row-gap: 16.667vw;
  }
}
.cooperation-cities__col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 13.5vw;
  row-gap: 0.625vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .cooperation-cities__col {
    width: 41.389vw;
    row-gap: 2.778vw;
  }
}
.cooperation-cities__symb {
  color: var(--theme--color--accent2);
  font-size: 1.5vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  padding-bottom: 0.625vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .cooperation-cities__symb {
    font-size: 5vw;
    padding-bottom: 2.778vw;
  }
}
.cooperation-cities__item {
  color: var(--theme--color--accent2);
  font-family: "Hauora";
  font-size: 1vw;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  text-decoration: none;
  transition: 0.3s all ease-in-out;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .cooperation-cities__item {
    font-size: 3.889vw;
  }
}
.cooperation-cities__item:hover {
  color: var(--theme--color--accent);
}
.cooperation-cities__item:first-letter {
  text-transform: uppercase;
}

.cooperation-single-hero {
  display: block;
  position: relative;
  height: 65vw;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .cooperation-single-hero {
    height: 115.2778vw;
  }
}
.cooperation-single-hero__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 12.5vw;
  z-index: 10;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .cooperation-single-hero__box {
    padding: 27.778vw 5.556vw 0;
  }
}
.cooperation-single-hero__breadcrumbs {
  text-align: center;
}
.cooperation-single-hero__breadcrumbs .site-breadcrumbs a {
  color: #FFF;
}
.cooperation-single-hero__breadcrumbs .site-breadcrumbs span {
  color: #FFF;
}
.cooperation-single-hero__title {
  display: block;
  margin-top: 1.25vw;
  color: #FFF;
  text-align: center;
  font-size: 6vw;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.12vw;
  text-transform: uppercase;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .cooperation-single-hero__title {
    margin-top: 3.333vw;
    font-size: 8.889vw;
    letter-spacing: -0.178vw;
  }
}
.cooperation-single-hero__video {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  object-fit: cover;
  -o-object-fit: cover;
}
.cooperation-search-partners {
  padding-top: 7.1875vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .cooperation-search-partners {
    padding-top: 31.9444vw;
  }
}
.cooperation-search-partners__title {
  color: #FFF;
  text-align: center;
  font-size: 2.563vw;
  font-style: normal;
  font-weight: 400;
  line-height: 120.523%;
  text-transform: uppercase;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .cooperation-search-partners__title {
    font-size: 7.222vw;
  }
  .cooperation-search-partners__title br {
    display: none;
  }
}
.cooperation-search-partners__items {
  margin-top: 4.375vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .cooperation-search-partners__items {
    margin-top: 12.778vw;
  }
}
.cooperation-search-partners__item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  padding: 1.563vw 14.063vw;
  cursor: pointer;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .cooperation-search-partners__item {
    padding: 4.444vw 0;
  }
}
.cooperation-search-partners__item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.cooperation-search-partners__item_heading {
  color: #FFF;
  font-size: 2.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.113vw;
  text-transform: uppercase;
  transition: 0.3s all ease-in-out;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .cooperation-search-partners__item_heading {
    font-size: 5vw;
    letter-spacing: 0.25vw;
    white-space: nowrap;
  }
}
.cooperation-search-partners__item_count {
  margin-top: -0.75vw;
  margin-left: 0.375vw;
  color: #FFF;
  font-size: 1.125vw;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.113vw;
  text-transform: uppercase;
  transition: 0.3s all ease-in-out;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .cooperation-search-partners__item_count {
    margin-top: -1.111vw;
    margin-left: 1.111vw;
    font-size: 2.778vw;
    letter-spacing: 0.25vw;
  }
}
.cooperation-search-partners__item_image {
  display: block;
  position: absolute;
  left: 4vw;
  top: 50%;
  width: 18.75vw;
  transform: translate(0, -50%);
  visibility: hidden;
  opacity: 0;
  margin-top: 0.625vw;
  transition: 0.1s all ease-in-out;
  z-index: 10;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .cooperation-search-partners__item_image {
    display: none !important;
  }
}
.cooperation-search-partners__item_image img {
  display: block;
  width: 100%;
  height: auto;
}
.cooperation-search-partners__item_hint {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  top: 2.375vw;
  right: 0;
  color: #FFF;
  font-family: "Hauora";
  font-size: 1vw;
  font-style: normal;
  font-weight: 600;
  line-height: 135%;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s all ease-in-out;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .cooperation-search-partners__item_hint {
    display: none !important;
  }
}
.cooperation-search-partners__item_hint:after {
  content: "";
  display: block;
  margin-left: 0.625vw;
  width: 2.125vw;
  height: 0.5vw;
  background-color: #FFF;
  mask: url("images/s-arrow.svg") no-repeat center/2.125vw auto;
  -webkit-mask: url("images/s-arrow.svg") no-repeat center/2.125vw auto;
  transition: 0.3s all ease-in-out;
}
.cooperation-search-partners__item:hover .cooperation-search-partners__item_heading {
  color: #57D6FF;
}
.cooperation-search-partners__item:hover .cooperation-search-partners__item_count {
  color: #57D6FF;
}
.cooperation-search-partners__item:hover .cooperation-search-partners__item_image {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
}
.cooperation-search-partners__item:hover .cooperation-search-partners__item_hint {
  color: #57D6FF;
  visibility: visible;
  opacity: 1;
}
.cooperation-search-partners__item:hover .cooperation-search-partners__item_hint:after {
  background-color: #57D6FF;
}

.cooperation-select {
  padding-top: 13.125vw;
  padding-bottom: 11.25vw;
  background: var(--theme--color--background);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .cooperation-select {
    padding-top: 16.667vw;
    padding-bottom: 16.667vw;
  }
}
.cooperation-select__title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 2.563vw;
  line-height: 120.52%;
  text-align: center;
  text-transform: uppercase;
  color: var(--theme--color--white);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .cooperation-select__title {
    font-size: 8.889vw;
  }
}
.cooperation-select__title span {
  display: block;
  position: relative;
}
.cooperation-select__title span:before {
  content: "";
  display: block;
  position: absolute;
  top: -6.875vw;
  left: -6.625vw;
  width: 15.188vw;
  height: 16.844vw;
  background: url("images/cooperation-select.png") no-repeat center/contain;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .cooperation-select__title span:before {
    display: none;
  }
}
.cooperation-select__items {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .cooperation-select__items {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
}
.cooperation-select__items_box {
  margin-top: 5vw;
  border-top: 0.063vw solid rgba(255, 255, 255, 0.15);
  border-bottom: 0.063vw solid rgba(255, 255, 255, 0.15);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .cooperation-select__items_box {
    border: none;
    margin-top: 0;
  }
}
.cooperation-select__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  width: 50%;
  padding: 4.375vw 0 3.125vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .cooperation-select__item {
    width: 100%;
    padding: 8.333vw 0;
    border-top: 0.278vw solid rgba(255, 255, 255, 0.15);
  }
}
.cooperation-select__item:first-child {
  border-right: 0.063vw solid rgba(255, 255, 255, 0.15);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .cooperation-select__item:first-child {
    border-top: none;
    border-right: none;
  }
}
.cooperation-select__heading {
  width: 20.625vw;
  font-weight: 400;
  font-size: 1.5vw;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  color: var(--theme--color--white);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .cooperation-select__heading {
    width: 100%;
    font-size: 7.222vw;
  }
}
.cooperation-select__btn {
  margin-top: 2.5vw;
  width: 20.625vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .cooperation-select__btn {
    margin-top: 8.333vw;
    width: 66.667vw;
  }
}
.cooperation-select__image {
  margin-top: 3.75vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .cooperation-select__image {
    margin-top: 8.333vw;
  }
}
.cooperation-select__image img {
  display: block;
  width: auto;
}
.cooperation-select__image_1 img {
  height: 16.938vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .cooperation-select__image_1 img {
    height: 41.667vw;
  }
}
.cooperation-select__image_2 img {
  height: 14.75vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .cooperation-select__image_2 img {
    height: 41.667vw;
  }
}

.cooperation-select + .main-test {
  padding-top: 0;
}

.cooperation-feedbacks {
  padding-top: 6.25vw;
  padding-bottom: 5.625vw;
  background: var(--theme--color--white);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .cooperation-feedbacks {
    padding-top: 16.667vw;
    padding-bottom: 16.667vw;
  }
}
.cooperation-feedbacks__title {
  color: #051030;
  text-align: center;
  font-size: 2.563vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .cooperation-feedbacks__title {
    font-size: 7.222vw;
  }
}
.cooperation-feedbacks__box {
  position: relative;
}
.cooperation-feedbacks__prev, .cooperation-feedbacks__next {
  display: block;
  position: absolute;
  top: 1.25vw;
  width: 2.125vw;
  height: 0.5vw;
  background-color: #022557;
  cursor: pointer;
  user-select: none;
  transition: 0.3s all ease-in-out 0s;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .cooperation-feedbacks__prev, .cooperation-feedbacks__next {
    display: none;
  }
}
.cooperation-feedbacks__prev:not(.swiper-button-disabled):hover, .cooperation-feedbacks__next:not(.swiper-button-disabled):hover {
  background-color: var(--theme--color--accent);
}
.cooperation-feedbacks__prev.swiper-button-disabled, .cooperation-feedbacks__next.swiper-button-disabled {
  opacity: 0.5;
}
.cooperation-feedbacks__prev {
  right: 3.125vw;
  mask: url("images/prev.svg") no-repeat center/2.125vw 0.5vw;
  -webkit-mask: url("images/prev.svg") no-repeat center/2.125vw 0.5vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .cooperation-feedbacks__prev {
    right: 16.667vw;
    mask: url("images/prev.svg") no-repeat center/6.944vw 3.333vw;
    -webkit-mask: url("images/prev.svg") no-repeat center/6.944vw 3.333vw;
  }
}
.cooperation-feedbacks__next {
  right: 0;
  mask: url("images/next.svg") no-repeat center/2.125vw 0.5vw;
  -webkit-mask: url("images/next.svg") no-repeat center/2.125vw 0.5vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .cooperation-feedbacks__next {
    right: 5.556vw;
    mask: url("images/next.svg") no-repeat center/6.944vw 3.333vw;
    -webkit-mask: url("images/next.svg") no-repeat center/6.944vw 3.333vw;
  }
}
.cooperation-feedbacks__slider {
  margin-top: 4.375vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .cooperation-feedbacks__slider {
    margin-top: 13.889vw;
  }
}
.cooperation-feedbacks__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #F0F0F0;
  padding: 2.625vw 5.625vw 2.625vw 2.625vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .cooperation-feedbacks__item {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 5.556vw;
  }
}
.cooperation-feedbacks__item_photo {
  width: 27.25vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .cooperation-feedbacks__item_photo {
    width: 44.444vw;
  }
}
.cooperation-feedbacks__item_photo img {
  display: block;
  width: 100%;
  height: auto;
}
.cooperation-feedbacks__item_info {
  width: 42.375vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .cooperation-feedbacks__item_info {
    width: 100%;
    margin-top: 5.556vw;
  }
}
.cooperation-feedbacks__item_text {
  color: #040127;
  font-family: "Hauora";
  font-size: 1.125vw;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .cooperation-feedbacks__item_text {
    font-size: 3.889vw;
  }
}
.cooperation-feedbacks__item_name {
  margin-top: 2.5vw;
  color: #040127;
  font-family: "Hauora";
  font-size: 2.563vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .cooperation-feedbacks__item_name {
    margin-top: 5.556vw;
    font-size: 7.222vw;
  }
}
.cooperation-feedbacks__item_caption {
  margin-top: 0.313vw;
  color: #040127;
  font-family: "Hauora";
  font-size: 1.5vw;
  font-style: normal;
  font-weight: 600;
  line-height: 1.75;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .cooperation-feedbacks__item_caption {
    margin-top: 1.111vw;
    font-size: 4.444vw;
    line-height: 1.875;
  }
}
.cooperation-feedbacks__item_link {
  margin-top: 0.313vw;
  color: #478BCA;
  font-family: "Hauora";
  font-size: 1.125vw;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-decoration-line: underline;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .cooperation-feedbacks__item_link {
    margin-top: 1.111vw;
    font-size: 3.889vw;
  }
}
.cooperation-feedbacks__item_link:hover {
  text-decoration: none;
}
.cooperation-feedbacks__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.625vw;
  margin: 3.125vw 0 0 0;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .cooperation-feedbacks__pagination {
    margin: 5.556vw 0 0 0;
    column-gap: 2.778vw;
  }
}
.cooperation-feedbacks__pagination .swiper-pagination-bullet {
  display: block;
  width: 0.625vw;
  height: 0.625vw;
  border-radius: 50%;
  opacity: 1;
  background: #D9D9D9;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .cooperation-feedbacks__pagination .swiper-pagination-bullet {
    width: 2.778vw;
    height: 2.778vw;
  }
}
.cooperation-feedbacks__pagination .swiper-pagination-bullet-active {
  background: #022557;
}

.contacts-hero {
  padding-top: 15vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .contacts-hero {
    padding-top: 28.889vw;
  }
}
.contacts-hero.for-cooperation {
  padding-top: 3.75vw;
  background: var(--theme--color--white);
}
.contacts-hero__title {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 2.563vw;
  line-height: 1.219;
  text-align: center;
  text-transform: uppercase;
  color: var(--theme--color--heading);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .contacts-hero__title {
    font-size: 8.889vw;
  }
}
.contacts-hero__items {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 3.75vw;
  column-gap: 9.375vw;
  row-gap: 2.5vw;
  padding-top: 2.5vw;
  padding-bottom: 2.5vw;
  border-top: 0.063vw solid rgba(5, 16, 48, 0.1);
  border-bottom: 0.063vw solid rgba(5, 16, 48, 0.1);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .contacts-hero__items {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-top: 6.667vw;
    column-gap: 0;
    row-gap: 6.667vw;
    padding-top: 6.667vw;
    padding-bottom: 6.667vw;
    border-top: 0.278vw solid rgba(5, 16, 48, 0.1);
    border-bottom: 0.278vw solid rgba(5, 16, 48, 0.1);
  }
}
.contacts-hero__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .contacts-hero__item {
    width: 100%;
  }
}
.contacts-hero__name {
  font-family: "Hauora";
  font-style: normal;
  font-weight: 600;
  font-size: 1.125vw;
  line-height: 145%;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--theme--color--heading);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .contacts-hero__name {
    font-size: 5vw;
    letter-spacing: 0.18px;
  }
}
.contacts-hero__value {
  margin-top: 0.938vw;
  font-family: "Hauora";
  font-style: normal;
  font-weight: 400;
  font-size: 1vw;
  line-height: 145%;
  text-align: center;
  letter-spacing: 0.01em;
  color: var(--theme--color--heading);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .contacts-hero__value {
    margin-top: 3.333vw;
    font-size: 3.889vw;
    letter-spacing: 0.14px;
  }
}
.contacts-hero__value a {
  color: var(--theme--color--heading);
  text-decoration: none;
}
.contacts-hero__description {
  margin-top: 0.938vw;
  font-family: "Hauora";
  font-style: normal;
  font-weight: 400;
  font-size: 0.75vw;
  line-height: 145%;
  text-align: center;
  letter-spacing: 0.01em;
  color: rgba(5, 16, 48, 0.5);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .contacts-hero__description {
    margin-top: 3.333vw;
    font-size: 2.778vw;
  }
}

.default-page {
  padding-top: 11.875vw;
  padding-bottom: 10vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .default-page {
    padding-top: 28.889vw;
    padding-bottom: 16.667vw;
  }
}
.default-page__title {
  display: block;
  margin: 0;
  padding: 0 9.375vw;
  font-weight: 400;
  font-size: 2.563vw;
  line-height: 1.219;
  text-align: center;
  text-transform: uppercase;
  color: var(--theme--color--accent2);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .default-page__title {
    padding: 0;
    font-size: 8.889vw;
  }
}
.default-page__text {
  margin-top: 4.375vw;
  padding: 0 9.375vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .default-page__text {
    margin-top: 8.333vw;
    padding: 0;
  }
}

.error-404 {
  position: relative;
  padding-top: 22.813vw;
  padding-bottom: 17.188vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .error-404 {
    padding-top: 28.889vw;
    padding-bottom: 16.667vw;
  }
}
.error-404__box {
  position: relative;
  z-index: 5;
}
.error-404__title {
  display: block;
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 8.125vw;
  line-height: 105%;
  text-align: center;
  text-transform: uppercase;
  color: var(--theme--color--accent2);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .error-404__title {
    font-size: 8.889vw;
  }
}
.error-404__subtitle {
  margin-top: 2.5vw;
  font-weight: 400;
  font-size: 2.563vw;
  line-height: 1.219;
  text-align: center;
  text-transform: uppercase;
  color: var(--theme--color--accent2);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .error-404__subtitle {
    margin-top: 6.667vw;
    font-size: 6.667vw;
  }
}
.error-404__btn {
  margin: 2.5vw auto 0;
  width: 20vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .error-404__btn {
    margin: 6.667vw auto 0;
    width: 66.667vw;
  }
}
.error-404 lottie-player {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.fav {
  padding-top: 11.875vw;
  padding-bottom: 7.5vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .fav {
    padding-top: 28.889vw;
    padding-bottom: 16.667vw;
  }
}
.fav__box {
  padding-left: 8.438vw;
  padding-right: 8.438vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .fav__box {
    padding: 0;
  }
}
.fav__title {
  font-family: "Hauora";
  font-style: normal;
  font-weight: 400;
  font-size: 2.563vw;
  line-height: 135%;
  text-transform: uppercase;
  color: var(--theme--color--white);
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .fav__title {
    font-size: 7.222vw;
  }
}
.fav__table {
  margin-top: 1.875vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .fav__table {
    margin-top: 8.889vw;
  }
}
.fav__table_row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 1.25vw 0;
  border-bottom: 0.063vw solid rgba(255, 255, 255, 0.15);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .fav__table_row {
    padding: 4.444vw 0;
    border-bottom: 0.278vw solid rgba(255, 255, 255, 0.15);
  }
}
.fav__table_image {
  width: 7vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .fav__table_image {
    width: 20.333vw;
  }
}
.fav__table_image img {
  display: block;
  width: 100%;
  height: auto;
}
.fav__table_info {
  box-sizing: border-box;
  width: calc(100% - 11.125vw);
  padding: 0 1.875vw 0 0.625vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .fav__table_info {
    width: calc(100% - 20vw);
    padding: 0 2.778vw 0 2.778vw;
  }
}
.fav__table_heading {
  display: block;
  text-decoration: none;
  font-weight: 400;
  font-size: 1.25vw;
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--theme--color--white);
  transition: 0.3s color ease;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .fav__table_heading {
    font-size: 4.444vw;
  }
}
.fav__table_heading:hover {
  color: var(--theme--color--accent);
}
.fav__table_description {
  display: block;
  margin-top: 0.938vw;
  font-family: "Hauora";
  font-style: normal;
  font-weight: 400;
  font-size: 1vw;
  line-height: 135%;
  color: rgba(255, 255, 255, 0.6);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .fav__table_description {
    margin-top: 1.389vw;
    font-size: 3.333vw;
  }
}
.fav__table_remove {
  display: block;
  width: 2vw;
  height: 2vw;
  background-color: var(--theme--color--white);
  mask: url("images/remove.svg") no-repeat center/2vw auto;
  -webkit-mask: url("images/remove.svg") no-repeat center/2vw auto;
  cursor: pointer;
  transition: 0.3s all ease;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .fav__table_remove {
    width: 6.667vw;
    height: 6.667vw;
    mask: url("images/remove.svg") no-repeat center/6.667vw auto;
    -webkit-mask: url("images/remove.svg") no-repeat center/6.667vw auto;
  }
}
.fav__table_remove:hover {
  background-color: var(--theme--color--accent);
}
.fav__pdf {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  min-height: 2vw;
  cursor: pointer;
  margin-top: 1.563vw;
  padding-left: 7.25vw;
  padding-right: 5.25vw;
  background: url("images/pdf.png") no-repeat left 2vw top/2vw auto, url("images/pd2.svg") no-repeat right 2vw top/2vw auto;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .fav__pdf {
    margin-top: 4.444vw;
    padding-left: 12.222vw;
    padding-right: 12.222vw;
    background: url("images/pdf.png") no-repeat left top/6.667vw auto, url("images/pd2.svg") no-repeat right top/6.667vw auto;
  }
}
.fav__pdf span {
  font-family: "Hauora";
  font-style: normal;
  font-weight: 400;
  font-size: 1.25vw;
  line-height: 135%;
  text-decoration-line: underline;
  color: var(--theme--color--white);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .fav__pdf span {
    font-size: 3.889vw;
  }
}
.fav__pdf:hover span {
  text-decoration: none;
}
.fav__btn {
  margin: 4.375vw auto 0;
  width: 23.125vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .fav__btn {
    margin: 11.111vw auto 0;
    width: 77.778vw;
  }
}

.dev {
  padding-top: 18.125vw;
  padding-bottom: 11.25vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .dev {
    padding-top: 44.444vw;
    padding-bottom: 16.667vw;
  }
}
.dev__title {
  display: block;
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 6vw;
  line-height: 105%;
  text-align: center;
  text-transform: uppercase;
  color: var(--theme--color--accent2);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .dev__title {
    font-size: 10.556vw;
  }
}
.dev__items {
  margin-top: 11.25vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .dev__items {
    margin-top: 27.778vw;
  }
}
.dev__item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25vw;
  border-top: 0.063vw solid rgba(2, 37, 87, 0.2);
  text-decoration: none;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .dev__item {
    border-top: 0.278vw solid rgba(2, 37, 87, 0.2);
    padding: 5vw;
  }
}
.dev__item:last-child {
  border-bottom: 0.063vw solid rgba(2, 37, 87, 0.2);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .dev__item:last-child {
    border-bottom: 0.278vw solid rgba(2, 37, 87, 0.2);
  }
}
.dev__item_image {
  display: block;
  width: 3.125vw;
  border-radius: 50%;
  opacity: 0;
  transition: 0.3s all ease;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .dev__item_image {
    display: none;
  }
}
.dev__item_image img {
  display: block;
  width: 100%;
  height: auto;
}
.dev__item_heading {
  display: block;
  margin-left: 1.563vw;
  font-weight: 400;
  font-size: 1.625vw;
  line-height: 1.19;
  text-align: center;
  text-transform: uppercase;
  color: var(--theme--color--accent2);
  transition: 0.3s all ease;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .dev__item_heading {
    font-size: 5vw;
    margin: 0;
    text-align: center;
  }
}
.dev__item:hover .dev__item_image, .dev__item.current .dev__item_image {
  opacity: 1;
}
.dev__item:hover .dev__item_heading, .dev__item.current .dev__item_heading {
  color: var(--theme--color--accent);
}

.results-hero {
  padding-top: 11.875vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .results-hero {
    padding-top: 27.778vw;
  }
}
.results-hero__title {
  display: block;
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 2.563vw;
  line-height: 1.219;
  text-align: center;
  text-transform: uppercase;
  color: var(--theme--color--accent2);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .results-hero__title {
    font-size: 7.222vw;
    letter-spacing: -0.52px;
  }
}

.results-list {
  padding-top: 11.875vw;
  padding-bottom: 3.75vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .results-list {
    padding: 27.778vw 0 8.333vw;
  }
}
.results-list__box {
  box-sizing: border-box;
  width: 100%;
  padding: 0 0 0 5.556vw;
}
.results-list .swiper-slide {
  width: 11.25vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .results-list .swiper-slide {
    width: 34.444vw;
  }
}
.results-list__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
}
.results-list__image {
  display: block;
  position: relative;
  width: 100%;
}
.results-list__image:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.results-list__image_circle {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.results-list__image_circle img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  -o-object-fit: contain;
  z-index: 1;
  opacity: 0.7;
  transform: scale(0.85);
  transition: 0.3s all ease;
}
.results-list__image_photo {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.results-list__image_photo img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  -o-object-fit: contain;
  z-index: 3;
}
.results-list__heading {
  font-family: "Hauora";
  font-style: normal;
  font-weight: 500;
  font-size: 1vw;
  line-height: 130%;
  text-align: center;
  text-transform: uppercase;
  color: rgba(2, 37, 87, 0.5);
  transition: 0.3s all ease;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .results-list__heading {
    font-size: 4.444vw;
  }
}
.results-list__item:hover .results-list__image_circle img, .results-list__item.current .results-list__image_circle img {
  opacity: 1;
  transform: scale(1);
}
.results-list__item:hover .results-list__heading, .results-list__item.current .results-list__heading {
  color: var(--theme--color--accent2);
}

.results-hero + .results-list {
  padding-top: 3.75vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .results-hero + .results-list {
    padding-top: 8.333vw;
  }
}

.results-banner {
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .results-banner {
    padding-top: 8.333vw;
  }
}
.results-banner__box {
  position: relative;
  z-index: 5;
}
.results-banner__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 56.875vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .results-banner__text {
    display: block;
    height: auto;
  }
}
.results-banner__title {
  display: block;
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 6vw;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--theme--color--accent2);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .results-banner__title {
    font-size: 8.889vw;
    letter-spacing: normal;
    text-align: center;
  }
}
.results-banner__description {
  margin-top: 1.563vw;
  font-family: "Hauora";
  font-style: normal;
  font-weight: 400;
  font-size: 1.75vw;
  line-height: 124%;
  text-transform: uppercase;
  color: var(--theme--color--accent2);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .results-banner__description {
    margin-top: 2.778vw;
    font-size: 3.889vw;
    text-align: center;
    text-transform: none;
  }
}
.results-banner__image {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .results-banner__image {
    position: relative;
    left: auto;
    top: auto;
    padding: 0 0 0;
  }
}
.results-banner__image img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .results-banner__image img {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 1px) and (max-width: 992px) {
  .results-banner + .main-test {
    background: lightgray;
  }
}

@media screen and (min-width: 1px) and (max-width: 992px) {
  .results-slider {
    padding: 0;
  }
}
.results-slider__box {
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .results-slider__box {
    width: 100%;
  }
}
.results-slider__prev, .results-slider__next {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 4.375vw;
  height: 4.375vw;
  top: calc(50% - 2.188vw);
  border: 0.063vw solid var(--theme--color--background);
  border-radius: 50%;
  z-index: 10;
  cursor: pointer;
  transition: 0.3s all ease;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .results-slider__prev, .results-slider__next {
    top: auto;
    bottom: 2.778vw;
    width: 10vw;
    height: 10vw;
    border: 0.278vw solid var(--theme--color--background);
  }
}
.results-slider__prev.swiper-button-disabled, .results-slider__next.swiper-button-disabled {
  opacity: 0;
  display: none;
}
.results-slider__prev:before, .results-slider__next:before {
  content: "";
  display: block;
  width: 2.063vw;
  height: 0.75vw;
  background-color: var(--theme--color--background);
  transition: 0.3s all ease;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .results-slider__prev:before, .results-slider__next:before {
    width: 4.444vw;
    height: 1.667vw;
  }
}
.results-slider__prev:hover, .results-slider__next:hover {
  border-color: var(--theme--color--accent);
}
.results-slider__prev:hover:before, .results-slider__next:hover:before {
  background-color: var(--theme--color--accent);
}
.results-slider__prev {
  right: 41.875vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .results-slider__prev {
    right: auto;
    left: 5.556vw;
  }
}
.results-slider__prev:before {
  mask: url("images/results-prev.svg") no-repeat center/2.063vw auto;
  -webkit-mask: url("images/results-prev.svg") no-repeat center/2.063vw auto;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .results-slider__prev:before {
    mask: url("images/results-prev.svg") no-repeat center/4.444vw auto;
    -webkit-mask: url("images/results-prev.svg") no-repeat center/4.444vw auto;
  }
}
.results-slider__next {
  right: 5vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .results-slider__next {
    right: 5.556vw;
  }
}
.results-slider__next:before {
  mask: url("images/results-next.svg") no-repeat center/2.063vw auto;
  -webkit-mask: url("images/results-next.svg") no-repeat center/2.063vw auto;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .results-slider__next:before {
    mask: url("images/results-next.svg") no-repeat center/4.444vw auto;
    -webkit-mask: url("images/results-next.svg") no-repeat center/4.444vw auto;
  }
}
.results-slider__item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background: var(--theme--color--results);
  padding: 2.625vw 11.875vw 2.625vw 5vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .results-slider__item {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 16.667vw 5.556vw;
  }
}
.results-slider__info {
  width: 30vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .results-slider__info {
    width: 100%;
  }
}
.results-slider__name {
  font-family: "Hauora";
  font-style: normal;
  font-weight: 600;
  font-size: 2.563vw;
  line-height: 1.365;
  color: var(--theme--color--background);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .results-slider__name {
    font-size: 5.833vw;
    text-align: center;
  }
}
.results-slider__description {
  margin-top: 2.5vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .results-slider__description {
    margin-top: 8.333vw;
  }
}
.results-slider__description > *:first-child {
  margin-top: 0;
}
.results-slider__description p {
  display: block;
  margin-top: 1.563vw;
  font-family: "Hauora";
  font-style: normal;
  font-weight: 400;
  font-size: 1.125vw;
  line-height: 135%;
  color: var(--theme--color--background);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .results-slider__description p {
    margin-top: 6.667vw;
    font-size: 3.889vw;
  }
}
.results-slider__description a {
  text-decoration: underline;
  color: var(--theme--color--background);
}
.results-slider__description a:hover {
  text-decoration: none;
}
.results-slider__description hr {
  display: block;
  margin-top: 1.563vw;
  width: 5.625vw;
  height: 0.063vw;
  border: none;
  background: var(--theme--color--accent2);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .results-slider__description hr {
    margin-top: 6.667vw;
    width: 25vw;
    height: 0.278vw;
  }
}
.results-slider__description strong {
  font-weight: 400;
  color: rgba(4, 1, 39, 0.5);
}
.results-slider__gallery {
  display: block;
  position: relative;
  width: 27.5vw;
  height: 34.375vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .results-slider__gallery {
    margin-top: 8.333vw;
    width: 88.889vw;
    height: 111.111vw;
  }
}
.results-slider__gallery_image {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.results-slider__gallery_image.after {
  width: 50%;
}
.results-slider__gallery_image img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 27.5vw;
  height: 34.375vw;
  object-fit: cover;
  -o-object-fit: cover;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .results-slider__gallery_image img {
    width: 88.889vw;
    height: 111.111vw;
  }
}
.results-slider__range {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  outline: none;
  margin: 0;
  background: none;
  transition: 0.3s all ease;
  z-index: 40;
  box-shadow: none !important;
  -webkit-appearance: none;
  appearance: none;
}
.results-slider__range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 0.125vw;
  height: 34.375vw;
  background: var(--theme--color--white);
  cursor: pointer;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .results-slider__range::-webkit-slider-thumb {
    width: 11.111vw;
    background: none;
    height: 111.111vw;
    box-shadow: none !important;
  }
}
.results-slider__range::-moz-range-thumb {
  width: 6px;
  height: 34.375vw;
  background: var(--theme--color--white);
  cursor: pointer;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .results-slider__range::-moz-range-thumb {
    width: 0.556vw;
    height: 111.111vw;
  }
}
.results-slider__range_btn {
  display: block;
  pointer-events: none;
  position: absolute;
  left: calc(50% - 2.188vw);
  top: calc(50% - 2.188vw);
  width: 4.375vw;
  height: 4.375vw;
  border-radius: 50%;
  cursor: pointer;
  background: url("images/range_btn.svg") no-repeat center/contain;
  z-index: 50;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .results-slider__range_btn {
    left: calc(50% - 6.111vw);
    top: calc(50% - 6.111vw);
    width: 12.222vw;
    height: 12.222vw;
  }
}

.popup {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  transition: 0.3s all ease;
}
.popup:not(.show) {
  visibility: hidden;
  opacity: 0;
}
.popup__overflow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.7);
}
.popup__box {
  position: relative;
  width: 62.5vw;
  z-index: 20;
  background: var(--theme--color--white);
  overflow: auto;
  max-height: 94vh;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .popup__box {
    width: 100%;
  }
}
.popup__close {
  display: block;
  position: absolute;
  top: 1.5vw;
  right: 1.5vw;
  width: 3vw;
  height: 3vw;
  cursor: pointer;
  background-color: var(--theme--color--accent2);
  mask: url("images/close.svg") no-repeat center/2.5vw auto;
  -webkit-mask: url("images/close.svg") no-repeat center/2.5vw auto;
  transition: 0.3s all ease;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .popup__close {
    top: 5.556vw;
    right: 5.556vw;
    width: 6.667vw;
    height: 6.667vw;
    mask: url("images/close.svg") no-repeat center/6.667vw auto;
    -webkit-mask: url("images/close.svg") no-repeat center/6.667vw auto;
  }
}
.popup__close:hover {
  background-color: var(--theme--color--accent);
}
.popup__form {
  padding: 3.5vw 10.5vw 2.5vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .popup__form {
    padding: 16.667vw 5.556vw 8.333vw;
  }
}
.popup__form p > br {
  display: none;
}
.popup__title {
  display: block;
  margin: 0 0 2.75vw;
  padding: 0;
  font-weight: 400;
  font-size: 2.563vw;
  line-height: 120.52%;
  text-align: center;
  text-transform: uppercase;
  color: var(--theme--color--accent2);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .popup__title {
    font-size: 6.111vw;
    margin: 0 0 6.667vw;
  }
}
.popup__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 1vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .popup__row {
    display: block;
    margin: 0;
  }
}
.popup__row > .wpcf7-form-control-wrap {
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .popup__row > .wpcf7-form-control-wrap {
    display: block;
    margin-top: 4.444vw;
  }
}
.popup__col {
  width: calc(50% - 0.625vw);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .popup__col {
    display: block;
    width: 100%;
    margin-top: 4.444vw;
  }
}
.popup__file {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  font-family: "Hauora";
  font-style: normal;
  font-weight: 400;
  font-size: 1vw;
  line-height: 145%;
  letter-spacing: 0.01em;
  color: var(--theme--color--accent2);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .popup__file {
    margin-top: 4.444vw;
    font-size: 3.333vw;
  }
}
.popup__file:before {
  content: "";
  display: block;
  margin-right: 0.625vw;
  width: 1.75vw;
  height: 1.75vw;
  background: url("images/file.svg") no-repeat center/1.75vw auto;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .popup__file:before {
    margin-right: 2.778vw;
    width: 4.444vw;
    height: 4.444vw;
    background: url("images/file.svg") no-repeat center/4.444vw auto;
  }
}
.popup__file input {
  display: block;
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
.popup input[type=text], .popup input[type=email], .popup input[type=tel] {
  display: block;
  margin: 0;
  width: 100%;
  height: 4.063vw;
  background: var(--theme--color--white);
  border-radius: 0;
  padding: 0 1.875vw;
  font-family: "Hauora";
  font-size: 1vw;
  color: var(--theme--color--accent2);
  border-radius: 0;
  border: 0.063vw solid rgba(5, 16, 48, 0.3);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .popup input[type=text], .popup input[type=email], .popup input[type=tel] {
    height: 13.333vw;
    padding: 0 3.333vw;
    font-size: 4.444vw;
    border: 0.278vw solid rgba(5, 16, 48, 0.3);
  }
}
.popup input[type=text].wpcf7-not-valid, .popup input[type=email].wpcf7-not-valid, .popup input[type=tel].wpcf7-not-valid {
  border: 0.063vw solid var(--theme--color--red);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .popup input[type=text].wpcf7-not-valid, .popup input[type=email].wpcf7-not-valid, .popup input[type=tel].wpcf7-not-valid {
    border: 0.278vw solid var(--theme--color--red);
  }
}
.popup input[type=text]:focus, .popup input[type=email]:focus, .popup input[type=tel]:focus {
  outline: none;
  border: 0.063vw solid var(--theme--color--accent);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .popup input[type=text]:focus, .popup input[type=email]:focus, .popup input[type=tel]:focus {
    border: 0.278vw solid var(--theme--color--accent);
  }
}
.popup input[type=text]::placeholder, .popup input[type=email]::placeholder, .popup input[type=tel]::placeholder {
  color: rgba(5, 16, 48, 0.5);
}
.popup textarea {
  display: block;
  margin: 0;
  width: 100%;
  height: 8.75vw;
  background: var(--theme--color--white);
  border-radius: 0;
  padding: 1.25vw 1.875vw;
  font-family: "Hauora";
  font-size: 1vw;
  color: var(--theme--color--accent2);
  border-radius: 0;
  border: 0.063vw solid rgba(5, 16, 48, 0.3);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .popup textarea {
    height: 37.222vw;
    padding: 3.333vw 3.333vw;
    font-size: 4.444vw;
    border: 0.278vw solid rgba(5, 16, 48, 0.3);
  }
}
.popup textarea.wpcf7-not-valid {
  border: 0.063vw solid var(--theme--color--red);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .popup textarea.wpcf7-not-valid {
    border: 0.278vw solid var(--theme--color--red);
  }
}
.popup textarea:focus {
  outline: none;
  border: 0.063vw solid var(--theme--color--accent);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .popup textarea:focus {
    border: 0.278vw solid var(--theme--color--accent);
  }
}
.popup textarea::placeholder {
  color: rgba(5, 16, 48, 0.5);
}
.popup .wpcf7-not-valid-tip {
  font-family: "Hauora";
  font-style: normal;
  font-weight: 400;
  font-size: 0.75vw;
  line-height: 145%;
  color: var(--theme--color--red);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .popup .wpcf7-not-valid-tip {
    font-size: 3.333vw;
  }
}
.popup .wpcf7-acceptance .wpcf7-list-item {
  padding: 0;
  margin: 0;
}
.popup .wpcf7-acceptance label {
  display: block;
  cursor: pointer;
  user-select: none;
}
.popup .wpcf7-acceptance label input {
  display: block;
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
.popup .wpcf7-acceptance label .wpcf7-list-item-label {
  display: block;
  position: relative;
  padding: 0 0 0 2.25vw;
  margin: 0;
  font-family: "Hauora";
  font-style: normal;
  font-weight: 400;
  font-size: 0.75vw;
  line-height: 145%;
  letter-spacing: 0.01em;
  color: rgba(2, 37, 87, 0.5);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .popup .wpcf7-acceptance label .wpcf7-list-item-label {
    font-size: 3.333vw;
    padding: 0 0 0 7.222vw;
  }
}
.popup .wpcf7-acceptance label .wpcf7-list-item-label:before {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  left: 0;
  top: 0;
  width: 1vw;
  height: 1vw;
  background: var(--theme--color--white);
  border: 0.063vw solid var(--theme--color--accent2);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .popup .wpcf7-acceptance label .wpcf7-list-item-label:before {
    width: 4.444vw;
    height: 4.444vw;
    border: 0.278vw solid var(--theme--color--accent2);
  }
}
.popup .wpcf7-acceptance label .wpcf7-list-item-label a {
  color: #022557;
  text-decoration: underline;
}
.popup .wpcf7-acceptance label .wpcf7-list-item-label a:hover {
  text-decoration: none;
}
.popup .wpcf7-acceptance label input:checked + .wpcf7-list-item-label:before {
  background: var(--theme--color--white) url("images/checked.svg") no-repeat center/0.75vw auto;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .popup .wpcf7-acceptance label input:checked + .wpcf7-list-item-label:before {
    background: var(--theme--color--white) url("images/checked.svg") no-repeat center/3.333vw auto;
  }
}
.popup .wpcf7-submit {
  margin: 3.125vw auto 0;
  width: 20.625vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .popup .wpcf7-submit {
    margin-top: 6.667vw;
    width: 55.556vw;
  }
}
.popup .wpcf7-spinner {
  display: block;
  margin: 0.833vw auto 0;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .popup .wpcf7-spinner {
    margin: 2.051vw auto 0;
    display: none !important;
  }
}
.popup .wpcf7-response-output {
  display: none !important;
}
.popup__thank {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 18.75vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .popup__thank {
    height: 83.333vw;
  }
}
.popup__thank_heading {
  display: block;
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 2.563vw;
  line-height: 120.52%;
  text-align: center;
  text-transform: uppercase;
  color: var(--theme--color--accent2);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .popup__thank_heading {
    font-size: 6.111vw;
  }
}
.popup__thank_description {
  display: block;
  margin-top: 2vw;
  font-family: "Hauora";
  font-style: normal;
  font-weight: 400;
  font-size: 1.25vw;
  line-height: 135%;
  text-align: center;
  color: var(--theme--color--accent2);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .popup__thank_description {
    margin-top: 3.333vw;
    font-size: 3.889vw;
  }
}
.popup__thank_description.pad {
  padding: 1.875vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .popup__thank_description.pad {
    padding: 2.7778vw;
  }
}

.consent-popup {
  display: none;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  box-sizing: border-box;
  width: 58.125vw;
  padding: 1.25vw 2vw;
  bottom: 2vw;
  right: 2vw;
  gap: 4.375vw;
  background: #FBFBFB;
  z-index: 100;
}
.consent-popup.open {
  display: flex;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .consent-popup {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 8.3333vw 5.5556vw 5.5556vw;
    width: calc(100% - 5.5556vw);
    right: 2.7778vw;
    bottom: 4.1667vw;
    gap: 3.3333vw;
  }
}
.consent-popup__text {
  flex: 0 1 100%;
  color: #000;
  font-size: 0.875vw;
  line-height: 1.1875vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .consent-popup__text {
    width: 100%;
    font-size: 3.3333vw;
    line-height: 4.4444vw;
  }
}
.consent-popup__text a {
  color: var(--theme--color--accent2);
  text-decoration: underline;
}
.consent-popup__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13.125vw;
  height: 3.5vw;
  background: var(--theme--color--background);
  color: var(--theme--color--white);
  font-size: 0.875vw;
  font-weight: 500;
  border: none;
  transition: 0.3s all ease-in-out;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .consent-popup__button {
    align-self: flex-end;
    width: 37.5vw;
    height: 12.2222vw;
    font-size: 3.3333vw;
  }
}
.consent-popup__button:hover {
  opacity: 0.7;
}

#current-action, #current-page {
  display: none !important;
}

.cosmetics-hero {
  padding-top: 11.875vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .cosmetics-hero {
    padding-top: 27.778vw;
  }
}
.cosmetics-hero__title {
  color: var(--theme--color--accent2);
  font-size: 6vw;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.12vw;
  text-transform: uppercase;
  margin: 1.25vw 0 0 0;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .cosmetics-hero__title {
    font-size: 8.889vw;
    letter-spacing: -0.178vw;
    margin: 4.167vw 0 0 0;
  }
  .cosmetics-hero__title br {
    display: none;
  }
}

.cosmetic-products {
  padding-top: 6.25vw;
  padding-bottom: 6.25vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .cosmetic-products__filter {
    border: 1px solid rgba(5, 16, 48, 0.3);
    background: #FBFBFB;
  }
}
.cosmetic-products__filter_current {
  display: none;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .cosmetic-products__filter_current {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 5.833vw 11.111vw 5.833vw 6.667vw;
    color: #051030;
    font-family: "Hauora";
    font-size: 4.444vw;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    letter-spacing: 0.044vw;
    background: url("images/filter-down.svg") no-repeat right 6.667vw center/2.222vw auto;
  }
  .cosmetic-products__filter_current span {
    font-size: 2.778vw;
    margin-left: 1.111vw;
    margin-top: -1.111vw;
  }
}
.cosmetic-products__filter_list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  column-gap: 1.625vw;
  row-gap: 1.25vw;
  padding: 1.25vw 0;
  border-top: 1px solid rgba(2, 37, 87, 0.15);
  border-bottom: 1px solid rgba(2, 37, 87, 0.15);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .cosmetic-products__filter_list {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    column-gap: 0;
    row-gap: 3.333vw;
    padding: 8.333vw 6.667vw 5.556vw;
    border: none;
  }
}
.cosmetic-products__filter_item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: var(--theme--color--accent2);
  font-family: "Hauora";
  font-size: 1vw;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .cosmetic-products__filter_item {
    font-size: 4.444vw;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    letter-spacing: 0.044vw;
  }
}
.cosmetic-products__filter_item span {
  margin-top: -0.5vw;
  margin-left: 0.25vw;
  font-size: 0.75vw;
  transition: 0.3s all ease-in-out;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .cosmetic-products__filter_item span {
    font-size: 2.778vw;
    margin-left: 1.111vw;
    margin-top: -1.111vw;
  }
}
.cosmetic-products__filter_item:hover {
  color: #57D6FF;
}
.cosmetic-products__filter_item.active {
  color: #57D6FF;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .cosmetic-products__filter.open .cosmetic-products__filter_current {
    background: url("images/filter-up.svg") no-repeat right 6.667vw center/2.222vw auto;
  }
  .cosmetic-products__filter.open .cosmetic-products__filter_list {
    display: flex;
  }
}
.cosmetic-products__items {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  row-gap: 1.25vw;
  column-gap: 1.25vw;
  margin-top: 1.25vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .cosmetic-products__items {
    flex-direction: column;
    column-gap: 0;
    row-gap: 5.556vw;
    margin-top: 8.333vw;
  }
}
.cosmetic-products__item {
  width: calc(33.33% - 0.875vw);
  transition: 0.3s all ease-in-out;
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .cosmetic-products__item {
    width: 100%;
  }
}
.cosmetic-products__item.hide {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease-in-out;
}
.cosmetic-products__item.hide {
  display: none;
}
.cosmetic-products__more {
  margin-top: 3.125vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .cosmetic-products__more {
    margin-top: 8.333vw;
  }
}
.cosmetic-products__more.hide {
  display: none;
}

.cosmetic-products + .products {
  background: #E1F7FF;
  padding-top: 8.75vw;
  padding-bottom: 6.25vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .cosmetic-products + .products {
    padding-top: 16.667vw;
    padding-bottom: 16.667vw;
  }
}

.cosmetic-text {
  padding-top: 6.25vw;
  padding-bottom: 3.125vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .cosmetic-text {
    padding-top: 16.667vw;
    padding-bottom: 16.667vw;
  }
}

.cosmetic-text + .main-form {
  padding-top: 9.375vw;
  padding-bottom: 9.375vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .cosmetic-text + .main-form {
    padding-top: 16.667vw;
    padding-bottom: 16.667vw;
  }
}

.cooperation-terms-links {
  background: var(--theme--color--white);
  padding-top: 3.75vw;
}
.cooperation-terms-links__title {
  font-family: "Hauora";
  font-style: normal;
  font-weight: 500;
  font-size: 1.625vw;
  line-height: 145%;
  letter-spacing: 0.01em;
  color: var(--theme--color--heading);
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .cooperation-terms-links__title {
    padding-top: 5.556vw;
    font-size: 5.833vw;
  }
}
.cooperation-terms-links__items {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2.5vw;
  row-gap: 1vw;
  column-gap: 1vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .cooperation-terms-links__items {
    row-gap: 2.778vw;
    column-gap: 2.778vw;
  }
}
.cooperation-terms-links__item {
  padding: 0.25vw 0.5vw;
  color: rgba(5, 16, 48, 0.5);
  font-size: 1vw;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: 0.01vw;
  border: 1px solid rgba(5, 16, 48, 0.5);
  text-decoration: none;
  transition: 0.3s all ease-in-out;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .cooperation-terms-links__item {
    font-size: 3.889vw;
    letter-spacing: 0.14px;
    padding: 1vw 2.778vw;
  }
}
.cooperation-terms-links__item:hover {
  color: #051030;
  border: 1px solid #051030;
}

.main-feedbacks {
  padding-bottom: 9.375vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .main-feedbacks {
    padding-bottom: 16.667vw;
  }
}
.main-feedbacks__title {
  display: block;
  font-weight: 400;
  font-size: 2.563vw;
  line-height: 125%;
  text-align: center;
  text-transform: uppercase;
  color: var(--theme--color--white);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .main-feedbacks__title {
    font-size: 6.111vw;
  }
}
.main-feedbacks__box {
  position: relative;
}
.main-feedbacks__prev, .main-feedbacks__next {
  display: block;
  position: absolute;
  top: 1.563vw;
  width: 2.125vw;
  height: 0.5vw;
  background-color: var(--theme--color--white);
  cursor: pointer;
  user-select: none;
  transition: 0.3s all ease-in-out 0s;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .main-feedbacks__prev, .main-feedbacks__next {
    top: 11vw;
    width: 6.944vw;
    height: 3.333vw;
  }
}
.main-feedbacks__prev:not(.swiper-button-disabled):hover, .main-feedbacks__next:not(.swiper-button-disabled):hover {
  background-color: var(--theme--color--accent);
}
.main-feedbacks__prev.swiper-button-disabled, .main-feedbacks__next.swiper-button-disabled {
  opacity: 0.5;
}
.main-feedbacks__prev {
  right: 3.125vw;
  mask: url("images/prev.svg") no-repeat center/2.125vw 0.5vw;
  -webkit-mask: url("images/prev.svg") no-repeat center/2.125vw 0.5vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .main-feedbacks__prev {
    right: 16.667vw;
    mask: url("images/prev.svg") no-repeat center/6.944vw 3.333vw;
    -webkit-mask: url("images/prev.svg") no-repeat center/6.944vw 3.333vw;
  }
}
.main-feedbacks__next {
  right: 0;
  mask: url("images/next.svg") no-repeat center/2.125vw 0.5vw;
  -webkit-mask: url("images/next.svg") no-repeat center/2.125vw 0.5vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .main-feedbacks__next {
    right: 5.556vw;
    mask: url("images/next.svg") no-repeat center/6.944vw 3.333vw;
    -webkit-mask: url("images/next.svg") no-repeat center/6.944vw 3.333vw;
  }
}
.main-feedbacks__slider {
  margin: 3.75vw -0.625vw 0;
  width: calc(100% + 1.2500vw);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .main-feedbacks__slider {
    margin: 11.1111vw 0 0;
    width: 100%;
  }
}
.main-feedbacks__slider .swiper-slide {
  padding: 0 0.625vw 0.3125vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .main-feedbacks__slider .swiper-slide {
    padding: 0.5556vw;
  }
}
.main-feedbacks__item {
  display: block;
  box-sizing: border-box;
  padding: 2.8125vw 3.125vw 2.8125vw;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .main-feedbacks__item {
    padding: 5.5556vw;
  }
}
.main-feedbacks__excerpt {
  height: 3.75vw;
  color: var(--theme--color--white);
  font-family: "Hauora";
  font-size: 1vw;
  font-weight: 400;
  line-height: 125%;
  overflow: hidden;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .main-feedbacks__excerpt {
    font-size: 4.4444vw;
    height: 16.6667vw;
  }
}
.main-feedbacks__for-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 1.25vw;
  height: 1.25vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .main-feedbacks__for-btn {
    margin-top: 5.5556vw;
    height: 5.5556vw;
  }
}
.main-feedbacks__popup_open {
  color: var(--theme--color--white);
  font-family: "Hauora";
  font-size: 1vw;
  font-weight: 400;
  line-height: 125%;
  text-decoration: underline;
  cursor: pointer;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .main-feedbacks__popup_open {
    font-size: 4.4444vw;
  }
}
.main-feedbacks__popup_open:hover {
  text-decoration: none;
}
.main-feedbacks__popup_text {
  display: none;
}
.main-feedbacks__caption {
  margin-top: 2.1875vw;
  color: var(--theme--color--accent);
  font-family: "Hauora";
  font-size: 1vw;
  font-weight: 400;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .main-feedbacks__caption {
    margin-top: 9.7222vw;
    font-size: 4.4444vw;
  }
}

.text-block {
  padding-top: 0;
  padding-bottom: 9.375vw;
  background: var(--theme--color--white);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .text-block {
    padding-top: 16.667vw;
    padding-bottom: 16.667vw;
  }
}

.blog-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.blog-hero__box {
  position: relative;
  padding: 13.75vw 21.875vw;
  z-index: 5;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .blog-hero__box {
    padding: 27.7778vw 5.5556vw;
  }
}
.blog-hero__title {
  color: var(--theme--color--accent2);
  font-size: 6vw;
  font-weight: 400;
  line-height: 107.523%;
  text-transform: uppercase;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .blog-hero__title {
    font-size: 8.8889vw;
    line-height: 108%;
  }
}
.blog-hero__description {
  margin-top: 1.875vw;
  color: var(--theme--color--accent2);
  font-family: "Hauora";
  font-size: 1vw;
  font-weight: 400;
  line-height: 135%;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .blog-hero__description {
    margin-top: 3.3333vw;
    font-size: 4.4444vw;
  }
}
.blog-hero__anim {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blog-list {
  padding-bottom: 4.375vw;
}
.blog-list__items {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  column-gap: 4.375vw;
  row-gap: 4.375vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .blog-list__items {
    column-gap: 0;
    row-gap: 13.8889vw;
  }
}
.blog-list__items > * {
  flex: 0 0 calc(33.33% - 2.9375vw);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .blog-list__items > * {
    flex: 0 0 100%;
  }
}
.blog-list__items > *:nth-child(1), .blog-list__items > *:nth-child(5) {
  flex: 0 0 100%;
}
.blog-item {
  display: block;
  position: relative;
}
.blog-item__image {
  display: block;
}
.blog-item__image img {
  display: block;
  width: 100%;
  height: auto;
}
.blog-item__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 3vw;
  padding-bottom: 6vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .blog-item__text {
    padding-top: 6.6667vw;
    padding-bottom: 0;
  }
}
.blog-item__heading {
  width: 100%;
  color: var(--theme--color--accent2);
  font-size: 1.625vw;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.0325vw;
  text-transform: uppercase;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .blog-item__heading {
    font-size: 5vw;
    letter-spacing: 0.1vw;
  }
}
.blog-item__description {
  margin-top: 1.25vw;
  width: 100%;
  color: var(--theme--color--accent2);
  font-family: "Hauora";
  font-size: 1vw;
  font-weight: 400;
  line-height: 135%;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .blog-item__description {
    margin-top: 2.7778vw;
    font-size: 3.8889vw;
  }
}
.blog-item__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 0;
  color: var(--theme--color--background);
  column-gap: 0.75vw;
  height: 3.5vw;
  width: 100%;
  font-family: "Hauora";
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 146.5%;
  border-top: 1px solid rgba(4, 1, 39, 0.5);
  border-bottom: 1px solid rgba(4, 1, 39, 0.5);
  text-decoration: none;
  transition: 0.3s all ease-in-out;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .blog-item__btn {
    position: relative;
    left: auto;
    bottom: auto;
    column-gap: 2.7778vw;
    margin: 6.6667vw auto 0;
    width: 55.5556vw;
    height: 12.2222vw;
    font-size: 4.4444vw;
  }
}
.blog-item__btn:after {
  content: "";
  display: block;
  margin-top: 0.25vw;
  width: 2.0625vw;
  height: 0.75vw;
  background-color: var(--theme--color--background);
  mask: url("images/btn.svg") no-repeat center/100% auto;
  -webkit-mask: url("images/btn.svg") no-repeat center/100% auto;
  transition: 0.3s all ease-in-out;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .blog-item__btn:after {
    margin-top: 0;
    width: 7.5vw;
    height: 3.3333vw;
  }
}
.blog-item__btn:hover {
  background: var(--theme--color--background);
  border-color: var(--theme--color--background);
  color: var(--theme--color--white);
}
.blog-item__btn:hover:after {
  background-color: var(--theme--color--white);
}
.blog-item__btn:active {
  opacity: 0.7;
}
@media screen and (min-width: 688px) {
  .blog-item.big {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    column-gap: 4.375vw;
  }
  .blog-item.reverse {
    flex-direction: row-reverse;
  }
  .blog-item.big .blog-item__text {
    position: relative;
    width: calc(100% - 61.2500vw);
    padding-top: 0;
  }
  .blog-item.big .blog-item__image {
    width: 56.875vw;
  }
}

.pagination {
  display: block;
  width: 100%;
  flex: 0 0 100%;
}
.pagination .screen-reader-text {
  display: none;
}
.pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .nav-links .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.875vw;
  height: 2.875vw;
  color: var(--theme--color--background);
  font-family: "Hauora";
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 146.5%;
  text-decoration: none;
  transition: 0.3s all ease-in-out;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .pagination .nav-links .page-numbers {
    width: 7.5vw;
    height: 7.5vw;
    font-size: 4.4444vw;
  }
}
.pagination .nav-links .page-numbers:not(.current):not(.dots):hover {
  color: var(--theme--color--accent);
}
.pagination .nav-links .current {
  color: var(--theme--color--accent);
}
.pagination .nav-links .next, .pagination .nav-links .prev {
  box-sizing: border-box;
  width: 3.125vw;
  height: 3.125vw;
  border: 1px solid var(--theme--color--background);
  border-radius: 50%;
  font-size: 0;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .pagination .nav-links .next, .pagination .nav-links .prev {
    width: 8.3333vw;
    height: 8.3333vw;
  }
}
.pagination .nav-links .next:after, .pagination .nav-links .prev:after {
  content: "";
  display: block;
  width: 2.0625vw;
  height: 0.75vw;
  background-color: var(--theme--color--background);
  transition: 0.3s all ease-in-out;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .pagination .nav-links .next:after, .pagination .nav-links .prev:after {
    width: 3.6111vw;
    height: 2.2222vw;
  }
}
.pagination .nav-links .next:hover, .pagination .nav-links .prev:hover {
  border: 1px solid var(--theme--color--accent);
}
.pagination .nav-links .next:hover:after, .pagination .nav-links .prev:hover:after {
  background-color: var(--theme--color--accent);
}
.pagination .nav-links .next {
  margin-left: 1vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .pagination .nav-links .next {
    margin-left: 3.6111vw;
  }
}
.pagination .nav-links .next:after {
  mask: url("images/btn.svg") no-repeat center/100% auto;
  -webkit-mask: url("images/btn.svg") no-repeat center/100% auto;
}
.pagination .nav-links .prev {
  margin-right: 1vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .pagination .nav-links .prev {
    margin-right: 3.6111vw;
  }
}
.pagination .nav-links .prev:after {
  transform: rotate(180deg);
  mask: url("images/btn.svg") no-repeat center/100% auto;
  -webkit-mask: url("images/btn.svg") no-repeat center/100% auto;
}

.blog__box {
  position: relative;
  padding-top: 18.75vw;
  padding-bottom: 6.25vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .blog__box {
    padding-top: 44.4444vw;
    padding-bottom: 16.6667vw;
  }
}
.blog__back {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 0.625vw;
  position: absolute;
  left: 0;
  top: 12.625vw;
  color: var(--theme--color--accent2);
  font-family: "Hauora";
  font-size: 1vw;
  font-weight: 600;
  line-height: 135%;
  text-decoration: none;
  transition: 0.3s all ease-in-out;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .blog__back {
    column-gap: 2.7778vw;
    top: 27.7778vw;
    font-size: 3.8889vw;
  }
}
.blog__back:hover {
  opacity: 0.7;
}
.blog__back svg {
  display: block;
  width: 2.125vw;
  height: auto;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .blog__back svg {
    width: 5.5556vw;
  }
}

.blog-text h1 {
  display: block;
  padding: 0 15.625vw;
  color: var(--theme--color--accent2);
  font-size: 2.5vw;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.05vw;
  text-transform: uppercase;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .blog-text h1 {
    padding: 0;
    font-size: 8.8889vw;
    letter-spacing: 0.1778vw;
  }
}
.blog-text h1 + * {
  margin-top: 2.5vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .blog-text h1 + * {
    margin-top: 3.3333vw;
  }
}
.blog-text h2 {
  display: block;
  padding: 0 15.625vw;
  color: var(--theme--color--accent2);
  font-size: 1.625vw;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.0325vw;
  text-transform: uppercase;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .blog-text h2 {
    padding: 0;
    font-size: 5vw;
    letter-spacing: 0.1vw;
  }
}
.blog-text h2 + * {
  margin-top: 1.25vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .blog-text h2 + * {
    margin-top: 3.3333vw;
  }
}
.blog-text h3 {
  display: block;
  padding: 0 15.625vw;
  color: var(--theme--color--accent2);
  font-size: 1.5vw;
  font-weight: 500;
  line-height: 146.5%;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .blog-text h3 {
    padding: 0;
    font-size: 4.7222vw;
    font-weight: 700;
  }
}
.blog-text h3 + * {
  margin-top: 1.25vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .blog-text h3 + * {
    margin-top: 3.3333vw;
  }
}
.blog-text h4 {
  display: block;
  padding: 0 15.625vw;
  color: var(--theme--color--accent2);
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 146.5%;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .blog-text h4 {
    padding: 0;
    font-size: 4.1667vw;
    font-weight: 700;
  }
}
.blog-text h4 + * {
  margin-top: 1.25vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .blog-text h4 + * {
    margin-top: 3.3333vw;
  }
}
.blog-text p {
  display: block;
  padding: 0 15.625vw;
  font-family: "Hauora";
  color: var(--theme--color--accent2);
  font-size: 1vw;
  font-weight: 400;
  line-height: 135%;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .blog-text p {
    padding: 0;
    font-size: 4.4444vw;
  }
}
.blog-text p + p {
  margin-top: 1.25vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .blog-text p + p {
    margin-top: 3.3333vw;
  }
}
.blog-text ul {
  display: block;
  list-style: none;
  padding: 0 15.625vw;
  font-family: "Hauora";
  color: var(--theme--color--accent2);
  font-size: 1vw;
  font-weight: 400;
  line-height: 135%;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .blog-text ul {
    padding: 0;
    font-size: 4.4444vw;
  }
}
.blog-text ul li {
  display: block;
  position: relative;
  padding-left: 1.5vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .blog-text ul li {
    padding-left: 6.6667vw;
  }
}
.blog-text ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0.625vw;
  top: 0.5625vw;
  width: 0.25vw;
  height: 0.25vw;
  background: var(--theme--color--accent2);
  border-radius: 50%;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .blog-text ul li:before {
    left: 2.7778vw;
    top: 2.5vw;
    width: 1.1111vw;
    height: 1.1111vw;
  }
}
.blog-text ul + * {
  margin-top: 1.25vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .blog-text ul + * {
    margin-top: 3.3333vw;
  }
}
.blog-text ol {
  display: block;
  list-style-type: none;
  counter-reset: num;
  padding: 0 15.625vw;
  font-family: "Hauora";
  color: var(--theme--color--accent2);
  font-size: 1vw;
  font-weight: 400;
  line-height: 135%;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .blog-text ol {
    padding: 0;
    font-size: 4.4444vw;
  }
}
.blog-text ol li {
  display: block;
  position: relative;
  padding-left: 1.5vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .blog-text ol li {
    padding-left: 6.6667vw;
  }
}
.blog-text ol li:before {
  content: counter(num) ".";
  counter-increment: num;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.blog-text ol + * {
  margin-top: 1.25vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .blog-text ol + * {
    margin-top: 3.3333vw;
  }
}
.blog-text img {
  display: block;
  max-width: 100%;
  height: auto;
}
.blog-text p > img {
  width: calc(100% + 31.2500vw);
  max-width: calc(100% + 31.2500vw);
  margin: 3.125vw -15.625vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .blog-text p > img {
    width: 100%;
    max-width: 100%;
    margin: 6.6667vw 0;
  }
}
.blog-text blockquote {
  display: block;
  box-sizing: border-box;
  padding: 2.5vw;
  width: calc(100% - 31.2500vw);
  margin: 1.25vw auto;
  background: var(--theme--color--light--blue);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .blog-text blockquote {
    padding: 3.3333vw;
    width: 100%;
    margin: 6.6667vw auto;
  }
}
.blog-text blockquote > p {
  padding: 0;
}
.blog-text .gallery {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  column-gap: 4.375vw;
  row-gap: 4.375vw;
  margin: 3.125vw 0 !important;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .blog-text .gallery {
    column-gap: 0;
    row-gap: 6.6667vw;
    margin: 6.6667vw 0 !important;
  }
}
.blog-text .gallery br {
  display: none !important;
}
.blog-text .gallery img {
  border: none !important;
}
.blog-text .gallery .gallery-item {
  float: none !important;
  margin: 0 !important;
}
.blog-text .gallery.gallery-columns-2 .gallery-item {
  width: calc(50% - 2.1875vw) !important;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .blog-text .gallery.gallery-columns-2 .gallery-item {
    width: 100% !important;
  }
}
.blog-text .gallery.gallery-columns-3 .gallery-item {
  width: calc(33.33% - 2.9375vw) !important;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .blog-text .gallery.gallery-columns-3 .gallery-item {
    width: 100% !important;
  }
}
.blog-text .gallery.gallery-columns-4 .gallery-item {
  width: calc(33.33% - 3.3125vw) !important;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .blog-text .gallery.gallery-columns-4 .gallery-item {
    width: 100% !important;
  }
}
.blog-text hr {
  display: block;
  margin: 2.5vw auto;
  width: calc(100% - 31.2500vw);
  height: 1px;
  border: none;
  background: rgba(4, 1, 39, 0.5);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .blog-text hr {
    margin: 6.6667vw auto;
    width: 100%;
  }
}
.blog-text a {
  color: var(--theme--color--accent);
  text-decoration: none;
  transition: 0.3s all ease-in-out;
}
.blog-text a:hover {
  color: var(--theme--color--heading);
}
.blog-text strong, .blog-text b {
  font-weight: 700;
}
.blog-text em, .blog-text i {
  font-style: italic;
}

.addtoany_content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: 0.625vw;
  margin: 2.5vw 0 0 0 !important;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .addtoany_content {
    column-gap: 2.7778vw;
    margin: 6.6667vw 0 0 0 !important;
  }
}
.addtoany_content .addtoany_header {
  color: var(--theme--color--accent2);
  font-family: "Hauora";
  font-size: 1vw;
  font-weight: 500;
  line-height: 1;
  margin: 0 !important;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .addtoany_content .addtoany_header {
    font-size: 3.8889vw;
  }
}

.blog-related {
  margin-top: 5.625vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .blog-related {
    margin-top: 13.8889vw;
  }
}
.blog-related__head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .blog-related__head {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    row-gap: 3.3333vw;
  }
}
.blog-related__title {
  color: var(--theme--color--accent2);
  font-size: 2.5vw;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.05vw;
  text-transform: uppercase;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .blog-related__title {
    font-size: 8.8889vw;
    letter-spacing: 0.1778vw;
  }
}
.blog-related__control {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: auto;
  column-gap: 1vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .blog-related__control {
    column-gap: 2.7778vw;
  }
}
.blog-related__prev, .blog-related__next {
  display: block;
  width: 2.125vw;
  height: 0.5vw;
  background-color: var(--theme--color--background);
  cursor: pointer;
  user-select: none;
  transition: 0.3s all ease-in-out 0s;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .blog-related__prev, .blog-related__next {
    width: 6.944vw;
    height: 3.333vw;
  }
}
.blog-related__prev:not(.swiper-button-disabled):hover, .blog-related__next:not(.swiper-button-disabled):hover {
  background-color: var(--theme--color--accent);
}
.blog-related__prev.swiper-button-disabled, .blog-related__next.swiper-button-disabled {
  opacity: 0.5;
}
.blog-related__prev {
  right: 3.125vw;
  mask: url("images/prev.svg") no-repeat center/2.125vw 0.5vw;
  -webkit-mask: url("images/prev.svg") no-repeat center/2.125vw 0.5vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .blog-related__prev {
    right: 16.667vw;
    mask: url("images/prev.svg") no-repeat center/6.944vw 3.333vw;
    -webkit-mask: url("images/prev.svg") no-repeat center/6.944vw 3.333vw;
  }
}
.blog-related__next {
  right: 0;
  mask: url("images/next.svg") no-repeat center/2.125vw 0.5vw;
  -webkit-mask: url("images/next.svg") no-repeat center/2.125vw 0.5vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .blog-related__next {
    right: 5.556vw;
    mask: url("images/next.svg") no-repeat center/6.944vw 3.333vw;
    -webkit-mask: url("images/next.svg") no-repeat center/6.944vw 3.333vw;
  }
}
.blog-related__slider {
  margin: 2.875vw -2.1875vw 0;
  width: calc(100% + 4.3750vw);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .blog-related__slider {
    margin: 6.6667vw 0 0;
    width: 100%;
  }
}
.blog-related__slider .swiper-slide {
  padding: 0 2.1875vw;
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .blog-related__slider .swiper-slide {
    padding: 0;
  }
}

.download-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  max-width: 100%;
  overflow: hidden;
  padding-top: calc(11.25vw / 2);
}
@media screen and (min-width: 1px) and (max-width: 992px) {
  .download-btn {
    padding: 8.333vw 5.556vw 0;
  }
}

/*# sourceMappingURL=style.css.map */
