@charset "UTF-8";

.vbox-overlay {
  --vbox-tools-color: #fff;
  --vbox-title-background: #101010;
  --vbox-title-width: "auto";
  --vbox-title-radius: 0;
  --vbox-share-background: #101010;
  --vbox-share-width: "auto";
  --vbox-share-radius: 0;
  --vbox-padding: 0;
  --vbox-max-width: 100%
}

.vbox-overlay *,
.vbox-overlay :after,
.vbox-overlay :before {
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.vbox-overlay * {
  -webkit-backface-visibility: visible;
  backface-visibility: visible
}

.vbox-overlay {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 999999
}

.vbox-share,
.vbox-title {
  line-height: 1;
  position: fixed;
  z-index: 98;
  text-align: center;
  margin: 0 auto;
  color: var(--vbox-tools-color)
}

.vbox-title {
  font-size: 12px;
  background-color: var(--vbox-title-background);
  width: var(--vbox-title-width);
  border-radius: var(--vbox-title-radius);
  padding: 12px 54px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block
}

.vbox-share {
  font-size: 24px;
  padding: 0 .35em;
  background-color: var(--vbox-share-background);
  width: var(--vbox-share-width);
  border-radius: var(--vbox-share-radius)
}

.vbox-link-btn,
button.vbox-link-btn,
button.vbox-link-btn:active,
button.vbox-link-btn:focus,
button.vbox-link-btn:hover {
  border: none !important;
  background: 0 0 !important;
  box-shadow: none !important;
  color: inherit !important;
  padding: 6px 12px;
  outline: 0;
  display: inline-block;
  cursor: pointer
}

.vbox-share a {
  color: inherit !important;
  padding: 6px 12px;
  display: inline-block
}

.vbox-share svg {
  z-index: 10;
  vertical-align: middle
}

.vbox-close {
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  padding: 6px 15px;
  color: #000;
  color: var(--vbox-tools-color);
  border: 0;
  font-size: 24px;
  display: flex;
  align-items: center;
  opacity: .8;
  transition: opacity .2s
}

.vbox-close:hover {
  opacity: 1
}

.vbox-left-corner {
  cursor: pointer;
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  line-height: 1;
  font-size: 12px;
  z-index: 99;
  display: flex;
  align-items: center;
  color: var(--vbox-tools-color)
}

.vbox-num {
  display: inline-block;
  padding: 12px 15px
}

.vbox-left {
  left: 0
}

.vbox-right {
  right: 0
}

.vbox-top {
  top: 0
}

.vbox-bottom {
  bottom: 0
}

.vbox-next,
.vbox-prev {
  position: fixed;
  top: 50%;
  margin-top: -15px;
  overflow: hidden;
  cursor: pointer;
  display: block;
  width: 45px;
  height: 45px;
  z-index: 99;
  opacity: .8;
  transition: opacity .2s
}

.vbox-next:hover,
.vbox-prev:hover {
  opacity: 1
}

.vbox-next span,
.vbox-prev span {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-top-color: var(--vbox-tools-color);
  border-right-color: var(--vbox-tools-color);
  text-indent: -100px;
  position: absolute;
  top: 8px;
  display: block
}

.vbox-prev {
  left: 15px
}

.vbox-next {
  right: 15px
}

.vbox-prev span {
  left: 10px;
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg)
}

.vbox-next span {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 10px
}

.vbox-open {
  overflow: hidden
}

.vbox-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  z-index: 20;
  max-height: 100%;
  padding: 30px 0
}

.vbox-content {
  opacity: 0;
  text-align: center;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 0 4%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%
}

.vbox-container img {
  max-width: 100%;
  height: auto
}

.vbox-child {
  box-shadow: 0 0 12px #00000030, 0 6px 6px #0000003b;
  max-width: var(--vbox-max-width);
  text-align: initial;
  padding: var(--vbox-padding)
}

.vbox-child img {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: block
}

.vbox-fit .vbox-child img,
.vbox-fit .vbox-child.venoratio {
  max-height: calc(100vh - 60px)
}

.vbox-inline,
.venoratio {
  position: relative;
  width: 100%;
  margin: 0 auto
}

.venoratio:before {
  display: block;
  padding-top: var(--vb-aspect-ratio);
  content: ""
}

.venoratio>* {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: var(--vbox-padding)
}

.venoratio-1x1 {
  --vb-aspect-ratio: 100%;
  max-width: min(var(--vbox-max-width), (100vh - 60px))
}

.venoratio-4x3.vbox-child.venoratio {
  --vb-aspect-ratio: 75%;
  max-width: min(var(--vbox-max-width), (100vh - 60px) * 4 / 3)
}

.venoratio-16x9.vbox-child.venoratio {
  --vb-aspect-ratio: 56.25%;
  max-width: min(var(--vbox-max-width), (100vh - 60px) * 16 / 9)
}

.venoratio-21x9.vbox-child.venoratio {
  --vb-aspect-ratio: calc(9 / 21 * 100%);
  max-width: min(var(--vbox-max-width), (100vh - 60px) * 21 / 9)
}

.venoratio-full {
  --vb-aspect-ratio: calc(100vh - 60px)
}

.vbox-grab .vbox-child img {
  cursor: grab
}

.vbox-child>iframe {
  border: none !important
}

.vbox-content.swipe-left {
  margin-left: -200px !important
}

.vbox-content.swipe-right {
  margin-left: 200px !important
}

.vbox-preloader {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0)
}

.vbox-preloader .vbox-preloader-inner {
  opacity: 1;
  transition: opacity .2s
}

.vbox-hidden {
  display: none
}

.vbox-preloader.vbox-hidden .vbox-preloader-inner {
  opacity: 0
}

.vbox-backdrop {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateZ(-1px);
  -moz-transform: translateZ(-1px);
  -o-transform: translateZ(-1px);
  transform: translateZ(-1px);
  z-index: 0
}

.vbox-tooltip {
  position: relative;
  display: inline-block
}

.vbox-tooltip .vbox-tooltip-text {
  visibility: hidden;
  color: #fff;
  text-align: center;
  padding: 0;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 0;
  opacity: 0;
  transition: opacity .3s;
  margin-bottom: 2px;
  font-family: sans-serif
}

.vbox-top .vbox-tooltip .vbox-tooltip-text {
  bottom: auto;
  top: 100%;
  margin-bottom: 0;
  margin-top: 2px
}

.vbox-tooltip-inner {
  padding: 5px 10px;
  background-color: #000000e6;
  border-radius: 6px;
  font-size: 10px
}

.vbox-tooltip:hover .vbox-tooltip-text {
  visibility: visible;
  opacity: 1
}

.vbox-overlay {
  --sk-size: 40px;
  --sk-color: #333
}

.sk-center {
  margin: auto
}

.sk-plane {
  width: var(--sk-size);
  height: var(--sk-size);
  background-color: var(--sk-color);
  animation: sk-plane 1.2s infinite ease-in-out
}

@keyframes sk-plane {
  0% {
    transform: perspective(120px) rotateX(0) rotateY(0)
  }

  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0)
  }

  to {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
  }
}

.sk-chase {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
  animation: sk-chase 2.5s infinite linear both
}

.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: sk-chase-dot 2s infinite ease-in-out both
}

.sk-chase-dot:before {
  content: "";
  display: block;
  width: 25%;
  height: 25%;
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-chase-dot-before 2s infinite ease-in-out both
}

.sk-chase-dot:nth-child(1) {
  animation-delay: -1.1s
}

.sk-chase-dot:nth-child(2) {
  animation-delay: -1s
}

.sk-chase-dot:nth-child(3) {
  animation-delay: -.9s
}

.sk-chase-dot:nth-child(4) {
  animation-delay: -.8s
}

.sk-chase-dot:nth-child(5) {
  animation-delay: -.7s
}

.sk-chase-dot:nth-child(6) {
  animation-delay: -.6s
}

.sk-chase-dot:nth-child(1):before {
  animation-delay: -1.1s
}

.sk-chase-dot:nth-child(2):before {
  animation-delay: -1s
}

.sk-chase-dot:nth-child(3):before {
  animation-delay: -.9s
}

.sk-chase-dot:nth-child(4):before {
  animation-delay: -.8s
}

.sk-chase-dot:nth-child(5):before {
  animation-delay: -.7s
}

.sk-chase-dot:nth-child(6):before {
  animation-delay: -.6s
}

@keyframes sk-chase {
  to {
    transform: rotate(360deg)
  }
}

@keyframes sk-chase-dot {

  to,
  80% {
    transform: rotate(360deg)
  }
}

@keyframes sk-chase-dot-before {
  50% {
    transform: scale(.4)
  }

  0%,
  to {
    transform: scale(1)
  }
}

.sk-bounce {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative
}

.sk-bounce-dot {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--sk-color);
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-bounce 2s infinite cubic-bezier(.455, .03, .515, .955)
}

.sk-bounce-dot:nth-child(2) {
  animation-delay: -1s
}

@keyframes sk-bounce {

  0%,
  to {
    transform: scale(0)
  }

  45%,
  55% {
    transform: scale(1)
  }
}

.sk-wave {
  width: var(--sk-size);
  height: var(--sk-size);
  display: flex;
  justify-content: space-between
}

.sk-wave-rect {
  background-color: var(--sk-color);
  height: 100%;
  width: 15%;
  animation: sk-wave 1.2s infinite ease-in-out
}

.sk-wave-rect:nth-child(1) {
  animation-delay: -1.2s
}

.sk-wave-rect:nth-child(2) {
  animation-delay: -1.1s
}

.sk-wave-rect:nth-child(3) {
  animation-delay: -1s
}

.sk-wave-rect:nth-child(4) {
  animation-delay: -.9s
}

.sk-wave-rect:nth-child(5) {
  animation-delay: -.8s
}

@keyframes sk-wave {

  0%,
  to,
  40% {
    transform: scaleY(.4)
  }

  20% {
    transform: scaleY(1)
  }
}

.sk-pulse {
  width: var(--sk-size);
  height: var(--sk-size);
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-pulse 1.2s infinite cubic-bezier(.455, .03, .515, .955)
}

@keyframes sk-pulse {
  0% {
    transform: scale(0)
  }

  to {
    transform: scale(1);
    opacity: 0
  }
}

.sk-flow {
  width: calc(var(--sk-size) * 1.3);
  height: calc(var(--sk-size) * 1.3);
  display: flex;
  justify-content: space-between
}

.sk-flow-dot {
  width: 25%;
  height: 25%;
  background-color: var(--sk-color);
  border-radius: 50%;
  animation: sk-flow 1.4s cubic-bezier(.455, .03, .515, .955) 0s infinite both
}

.sk-flow-dot:nth-child(1) {
  animation-delay: -.3s
}

.sk-flow-dot:nth-child(2) {
  animation-delay: -.15s
}

@keyframes sk-flow {

  0%,
  to,
  80% {
    transform: scale(.3)
  }

  40% {
    transform: scale(1)
  }
}

.sk-swing {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
  animation: sk-swing 1.8s infinite linear
}

.sk-swing-dot {
  width: 45%;
  height: 45%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-swing-dot 2s infinite ease-in-out
}

.sk-swing-dot:nth-child(2) {
  top: auto;
  bottom: 0;
  animation-delay: -1s
}

@keyframes sk-swing {
  to {
    transform: rotate(360deg)
  }
}

@keyframes sk-swing-dot {

  0%,
  to {
    transform: scale(.2)
  }

  50% {
    transform: scale(1)
  }
}

.sk-circle {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative
}

.sk-circle-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0
}

.sk-circle-dot:before {
  content: "";
  display: block;
  width: 15%;
  height: 15%;
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-circle 1.2s infinite ease-in-out both
}

.sk-circle-dot:nth-child(1) {
  transform: rotate(30deg)
}

.sk-circle-dot:nth-child(2) {
  transform: rotate(60deg)
}

.sk-circle-dot:nth-child(3) {
  transform: rotate(90deg)
}

.sk-circle-dot:nth-child(4) {
  transform: rotate(120deg)
}

.sk-circle-dot:nth-child(5) {
  transform: rotate(150deg)
}

.sk-circle-dot:nth-child(6) {
  transform: rotate(180deg)
}

.sk-circle-dot:nth-child(7) {
  transform: rotate(210deg)
}

.sk-circle-dot:nth-child(8) {
  transform: rotate(240deg)
}

.sk-circle-dot:nth-child(9) {
  transform: rotate(270deg)
}

.sk-circle-dot:nth-child(10) {
  transform: rotate(300deg)
}

.sk-circle-dot:nth-child(11) {
  transform: rotate(330deg)
}

.sk-circle-dot:nth-child(1):before {
  animation-delay: -1.1s
}

.sk-circle-dot:nth-child(2):before {
  animation-delay: -1s
}

.sk-circle-dot:nth-child(3):before {
  animation-delay: -.9s
}

.sk-circle-dot:nth-child(4):before {
  animation-delay: -.8s
}

.sk-circle-dot:nth-child(5):before {
  animation-delay: -.7s
}

.sk-circle-dot:nth-child(6):before {
  animation-delay: -.6s
}

.sk-circle-dot:nth-child(7):before {
  animation-delay: -.5s
}

.sk-circle-dot:nth-child(8):before {
  animation-delay: -.4s
}

.sk-circle-dot:nth-child(9):before {
  animation-delay: -.3s
}

.sk-circle-dot:nth-child(10):before {
  animation-delay: -.2s
}

.sk-circle-dot:nth-child(11):before {
  animation-delay: -.1s
}

@keyframes sk-circle {

  0%,
  to,
  80% {
    transform: scale(0)
  }

  40% {
    transform: scale(1)
  }
}

.sk-circle-fade {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative
}

.sk-circle-fade-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0
}

.sk-circle-fade-dot:before {
  content: "";
  display: block;
  width: 15%;
  height: 15%;
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-circle-fade 1.2s infinite ease-in-out both
}

.sk-circle-fade-dot:nth-child(1) {
  transform: rotate(30deg)
}

.sk-circle-fade-dot:nth-child(2) {
  transform: rotate(60deg)
}

.sk-circle-fade-dot:nth-child(3) {
  transform: rotate(90deg)
}

.sk-circle-fade-dot:nth-child(4) {
  transform: rotate(120deg)
}

.sk-circle-fade-dot:nth-child(5) {
  transform: rotate(150deg)
}

.sk-circle-fade-dot:nth-child(6) {
  transform: rotate(180deg)
}

.sk-circle-fade-dot:nth-child(7) {
  transform: rotate(210deg)
}

.sk-circle-fade-dot:nth-child(8) {
  transform: rotate(240deg)
}

.sk-circle-fade-dot:nth-child(9) {
  transform: rotate(270deg)
}

.sk-circle-fade-dot:nth-child(10) {
  transform: rotate(300deg)
}

.sk-circle-fade-dot:nth-child(11) {
  transform: rotate(330deg)
}

.sk-circle-fade-dot:nth-child(1):before {
  animation-delay: -1.1s
}

.sk-circle-fade-dot:nth-child(2):before {
  animation-delay: -1s
}

.sk-circle-fade-dot:nth-child(3):before {
  animation-delay: -.9s
}

.sk-circle-fade-dot:nth-child(4):before {
  animation-delay: -.8s
}

.sk-circle-fade-dot:nth-child(5):before {
  animation-delay: -.7s
}

.sk-circle-fade-dot:nth-child(6):before {
  animation-delay: -.6s
}

.sk-circle-fade-dot:nth-child(7):before {
  animation-delay: -.5s
}

.sk-circle-fade-dot:nth-child(8):before {
  animation-delay: -.4s
}

.sk-circle-fade-dot:nth-child(9):before {
  animation-delay: -.3s
}

.sk-circle-fade-dot:nth-child(10):before {
  animation-delay: -.2s
}

.sk-circle-fade-dot:nth-child(11):before {
  animation-delay: -.1s
}

@keyframes sk-circle-fade {

  0%,
  to,
  39% {
    opacity: 0;
    transform: scale(.6)
  }

  40% {
    opacity: 1;
    transform: scale(1)
  }
}

.sk-grid {
  width: var(--sk-size);
  height: var(--sk-size)
}

.sk-grid-cube {
  width: 33.33%;
  height: 33.33%;
  background-color: var(--sk-color);
  float: left;
  animation: sk-grid 1.3s infinite ease-in-out
}

.sk-grid-cube:nth-child(1) {
  animation-delay: .2s
}

.sk-grid-cube:nth-child(2) {
  animation-delay: .3s
}

.sk-grid-cube:nth-child(3) {
  animation-delay: .4s
}

.sk-grid-cube:nth-child(4) {
  animation-delay: .1s
}

.sk-grid-cube:nth-child(5) {
  animation-delay: .2s
}

.sk-grid-cube:nth-child(6) {
  animation-delay: .3s
}

.sk-grid-cube:nth-child(7) {
  animation-delay: 0s
}

.sk-grid-cube:nth-child(8) {
  animation-delay: .1s
}

.sk-grid-cube:nth-child(9) {
  animation-delay: .2s
}

@keyframes sk-grid {

  0%,
  to,
  70% {
    transform: scaleZ(1)
  }

  35% {
    transform: scale3D(0, 0, 1)
  }
}

.sk-fold {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
  transform: rotate(45deg)
}

.sk-fold-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  transform: scale(1.1)
}

.sk-fold-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--sk-color);
  animation: sk-fold 2.4s infinite linear both;
  transform-origin: 100% 100%
}

.sk-fold-cube:nth-child(2) {
  transform: scale(1.1) rotate(90deg)
}

.sk-fold-cube:nth-child(4) {
  transform: scale(1.1) rotate(180deg)
}

.sk-fold-cube:nth-child(3) {
  transform: scale(1.1) rotate(270deg)
}

.sk-fold-cube:nth-child(2):before {
  animation-delay: .3s
}

.sk-fold-cube:nth-child(4):before {
  animation-delay: .6s
}

.sk-fold-cube:nth-child(3):before {
  animation-delay: .9s
}

@keyframes sk-fold {

  0%,
  10% {
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0
  }

  25%,
  75% {
    transform: perspective(140px) rotateX(0);
    opacity: 1
  }

  to,
  90% {
    transform: perspective(140px) rotateY(180deg);
    opacity: 0
  }
}

.sk-wander {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative
}

.sk-wander-cube {
  background-color: var(--sk-color);
  width: 20%;
  height: 20%;
  position: absolute;
  top: 0;
  left: 0;
  --sk-wander-distance: calc(var(--sk-size) * .75);
  animation: sk-wander 2s ease-in-out -2s infinite both
}

.sk-wander-cube:nth-child(2) {
  animation-delay: -.5s
}

.sk-wander-cube:nth-child(3) {
  animation-delay: -1s
}

@keyframes sk-wander {
  0% {
    transform: rotate(0)
  }

  25% {
    transform: translate(var(--sk-wander-distance)) rotate(-90deg) scale(.6)
  }

  50% {
    transform: translate(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-179deg)
  }

  50.1% {
    transform: translate(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-180deg)
  }

  75% {
    transform: translate(0) translateY(var(--sk-wander-distance)) rotate(-270deg) scale(.6)
  }

  to {
    transform: rotate(-360deg)
  }
}

@font-face {
  font-family: Manrope;
  font-display: swap;
  src: url(/fonts/Manrope-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal
}

@font-face {
  font-family: Manrope;
  font-display: swap;
  src: url(/fonts/Manrope-SemiBold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal
}

@font-face {
  font-family: Manrope;
  font-display: swap;
  src: url(/fonts/Manrope-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal
}

:root {
  --primary: #15B392;
  --primary-l: #c8e0f6;
  --secondary: #f23535;
  --accent: #d7d7d7;
  --bg-primary: #eff6fc;
  --bg-secondary: #ffffff;
  --bg-accent: #e2eaf2;
  --bg-inverse: #C7D6E6;
  --text-primary: #242424;
  --text-secondary: #777777;
  --text-accent: #ffffff;
  --text-inverse: #e6e6e6
}

* {
  padding: 0;
  margin: 0;
  border: 0px
}

*,
*:before,
*:after {
  box-sizing: border-box
}

html,
body {
  height: 100%;
  min-width: 320px;
  font-size: .5208333333vw
}

@media (max-width: 47.99875em) {

  html,
  body {
    font-size: 1.724137931vw
  }
}

@media (min-width: 61.99875em) {

  html.lock header,
  body.lock header {
    padding-right: 17px
  }
}

body {
  color: var(--text-primary);
  line-height: 1.2;
  font-family: Manrope, sans-serif, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

@media (max-width: 47.99875em) {
  body {
    font-size: 2.2rem
  }
}

input,
button,
textarea {
  font-family: Manrope, sans-serif;
  font-size: inherit;
  line-height: inherit
}

button {
  cursor: pointer;
  color: inherit;
  background-color: transparent
}

a {
  color: inherit;
  text-decoration: none;
  outline-offset: 0px
}

ul li {
  list-style: none
}

img {
  vertical-align: top
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit
}

body {
  background-color: var(--bg-primary);
  display: block;
  line-height: 1.4
}

.lock body {
  overflow: hidden;
  touch-action: none;
  overscroll-behavior: none
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden
}

@supports (overflow: clip) {
  .wrapper {
    overflow: clip
  }
}

.wrapper>main {
  flex: 1 1 auto
}

.wrapper>* {
  min-width: 0
}

@media (max-width: 47.99875em) {
  [class*=__container] {
    max-width: 94%;
    padding: 0 1.5rem
  }
}

[class*=__container] {
  max-width: 159rem;
  margin: 0 auto;
  padding: 0 1.5rem
}

@media (max-width: 61.99875em) {
  [class*=__container] {
    max-width: 90%;
    padding: 0 1.5rem
  }
}

@media (max-width: 47.99875em) {
  [class*=__container] {
    max-width: 96%;
    padding: 0 1.5rem
  }
}

.form__button.red {
  font-weight: 700;
  background: linear-gradient(180deg, #e35d5b, #e53935);
  border: 1px solid #e53935;
  display: block
}

.form__button.red a {
  display: flex;
  justify-content: center
}

.form__button.red a:hover {
  color: var(--bg-secondary)
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 30px;
  border: 1px solid var(--bg-accent)
}

.input {
  outline: none;
  cursor: pointer;
  border-radius: 0 !important;
  width: 100%;
  display: block;
  padding: 0 20px
}

.input._form-focus {
  outline: none
}

.input[placeholder]:not([data-placeholder-nohiden])::placeholder {
  transition: opacity .3s
}

.input[placeholder]:not([data-placeholder-nohiden]):focus::placeholder {
  opacity: 1
}

textarea {
  resize: none;
  padding: 0;
  outline: none
}

input::placeholder {
  color: #888;
  font-size: 1.6rem
}

@media (max-width: 47.99875em) {
  input::placeholder {
    font-size: 2rem
  }
}

._form-error input {
  border: 1px solid var(--primary)
}

.select {
  min-width: 0;
  position: relative
}

.select.error .select__title {
  border: 1px solid rgb(255, 150, 150)
}

.select__body {
  position: relative;
  margin-bottom: 2rem
}

.select__title {
  position: relative;
  width: 100%;
  outline: none;
  text-align: left;
  height: 6.4rem;
  z-index: 150
}

.select__title:after {
  content: url(/img/icon/search.svg);
  position: absolute;
  width: 2.4rem;
  top: 2rem;
  left: 1.6rem;
  opacity: .4
}

@media (max-width: 47.99875em) {
  .select__title:after {
    width: 3.2rem;
    top: 2.4rem
  }
}

.select__title ::placeholder {
  color: var(--text-primary);
  font-size: 2rem;
  font-weight: 600
}

.select__title input {
  height: 6.4rem;
  outline: none;
  padding: 0 6rem
}

@media (max-width: 47.99875em) {
  .select__title input {
    height: 8rem;
    padding: 0 7rem
  }
}

.select__title input:focus {
  border: 0;
  box-shadow: 0 0 0 4px var(--bg-accent)
}

@media (max-width: 47.99875em) {
  .select__title {
    height: 8rem
  }
}

.select__value {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 1rem;
  color: var(--text-primary)
}

.select__value>* {
  flex: 1 1 auto
}

.select__value._select-pseudo-label:before {
  content: attr(data-pseudo-label);
  opacity: 1
}

.select__content,
.select__text {
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.select__input {
  width: 100%;
  background-color: transparent;
  height: 100%
}

.select__options {
  position: absolute;
  min-width: 100%;
  opacity: 1;
  left: 0;
  background-color: var(--bg-secondary);
  border: 1px solid var(--bg-inverse);
  padding: 1.4rem 2rem;
  border-radius: 0 0 2rem 2rem;
  z-index: 40
}

@media (max-width: 47.99875em) {
  .select__options {
    padding: 3rem;
    text-align: center
  }
}

.select__scroll {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 20rem
}

@media (max-width: 47.99875em) {
  .select__scroll {
    max-height: 60rem
  }
}

.select__option {
  width: 100%;
  text-align: left;
  cursor: pointer;
  color: inherit;
  margin-bottom: 1.2rem
}

@media (max-width: 47.99875em) {
  .select__option {
    margin-bottom: 5rem
  }
}

.select__option:last-child {
  margin-bottom: 0
}

.select__option._select-selected {
  background-color: var(--bg-primary);
  margin-bottom: 9rem
}

@media (any-hover: hover) {
  .select__option:hover {
    color: var(--primary)
  }
}

.select__row {
  display: inline-flex;
  align-items: center
}

.select_show-top .select__options {
  top: auto;
  bottom: calc(100% - .1rem);
  border: 1px solid #d9d9d9;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  padding: 5px 0 10px
}

._select-tag {
  cursor: pointer
}

.quantity {
  width: 88px;
  height: 40px;
  display: flex;
  border: 1px solid rgba(166, 166, 166, .45)
}

.quantity__button {
  flex: 0 0 30px;
  position: relative;
  cursor: pointer
}

.quantity__button:before,
.quantity__button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all .3s ease 0s;
  margin: 0 0 0 -4.5px;
  background-color: #a6a6a6;
  width: 9px;
  height: 1px
}

@media (any-hover: hover) {

  .quantity__button:hover:before,
  .quantity__button:hover:after {
    background-color: #00000080
  }
}

.quantity__button_plus:before {
  transform: rotate(-90deg)
}

.quantity__input {
  flex: 1 1 auto
}

.quantity__input input {
  height: 100%;
  color: #a6a6a6;
  font-size: 12px;
  width: 100%;
  text-align: center
}

body:after {
  content: "";
  background-color: #00000080;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .8s ease 0s;
  pointer-events: none;
  z-index: 149
}

.popup-show body:after {
  opacity: 1
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px 10px;
  transition: visibility .8s ease 0s;
  visibility: hidden;
  pointer-events: none
}

.popup__title {
  font-size: 3rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 4rem
}

@media (max-width: 47.99875em) {
  .popup__title {
    font-size: 3.6rem
  }
}

.popup__title span {
  font-weight: 500;
  font-size: 2rem
}

@media (max-width: 47.99875em) {
  .popup__title span {
    font-size: 2rem
  }
}

.popup__button {
  text-align: center;
  overflow: hidden;
  color: #fff;
  font-size: 2rem;
  height: 100%
}

.popup__button.closed {
  width: 100%
}

@media (max-width: 47.99875em) {
  .popup__button {
    width: 100%;
    font-size: 2rem;
    padding: 3rem;
    grid-column: 1/3
  }
}

.popup img {
  display: block;
  width: 2rem;
  height: 2rem
}

@media (max-width: 47.99875em) {
  .popup img {
    width: 2rem;
    height: 2rem
  }
}

.popup__close {
  top: 0;
  right: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-top: 3rem;
  margin-right: 3rem;
  outline: none
}

@media (max-width: 47.99875em) {
  .popup__close {
    width: 3.2rem;
    height: 3.2rem;
    margin-top: 3rem;
    margin-right: 3rem
  }
}

.popup__input {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem
}

.popup__input button {
  width: 100%
}

@media (max-width: 47.99875em) {
  .popup__input {
    grid-template-columns: 1fr 1fr
  }
}

.popup__input._question textarea {
  grid-column: 1/3;
  padding: 1.4rem 2rem;
  font-weight: 500;
  outline: none
}

@media (max-width: 47.99875em) {
  .popup__input._question textarea {
    font-size: 2rem
  }
}

.popup input {
  color: var(--text-primary);
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  outline: none
}

.popup input::placeholder {
  font-weight: 700;
  opacity: .5;
  color: var(--text-secondary)
}

@media (max-width: 47.99875em) {
  .popup input {
    width: 100%;
    margin-bottom: 2rem;
    font-size: 2rem;
    grid-column: 1/3
  }
}

.popup_show {
  z-index: 150;
  visibility: visible;
  overflow: auto;
  pointer-events: auto
}

.popup_show .popup__content {
  transition: bottom .3s ease-in-out, opacity .3s ease-in-out;
  bottom: 8rem;
  opacity: 1
}

@media (min-width: 47.99875em) {
  .popup_show .popup__content {
    margin-right: -13px
  }
}

.popup__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  flex: 1 1 auto;
  width: 100%
}

.popup__content {
  position: absolute;
  bottom: -100px;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  transition: transform .3s ease 0s;
  background-color: var(--bg-secondary);
  padding: 7rem;
  width: 100%;
  max-width: 70rem;
  font-weight: 500;
  font-size: 1.4rem;
  opacity: 0;
  border-radius: 4rem
}

@media (max-width: 47.99875em) {
  .popup__content {
    border-radius: 4rem 4rem 2rem 2rem
  }
}

.popup__content._flex {
  align-items: center
}

@media (max-width: 47.99875em) {
  .popup__content {
    max-width: 100%;
    padding: 6rem 4rem;
    gap: 4rem;
    font-size: 1.6rem
  }
}

.spollers {
  display: grid;
  gap: 2rem
}

.spollers__item {
  border-radius: 2rem
}

.spollers__title {
  width: 100%;
  cursor: default;
  text-align: left;
  position: relative
}

._spoller-init .spollers__title {
  cursor: pointer
}

._spoller-init .spollers__title:before,
._spoller-init .spollers__title:after {
  content: "";
  position: absolute;
  right: 3rem;
  top: 50%;
  background-color: var(--bg-primary);
  height: .3rem;
  width: 2rem;
  transition: opacity .3s ease 0s
}

._spoller-init .spollers__title:before {
  transform: rotate(90deg)
}

._spoller-init .spollers__title:after {
  transform: translate(0);
  right: 3rem
}

._spoller-init .spollers__title._spoller-active:before {
  opacity: 0
}

.spollers__body a {
  font-weight: 600
}

.spollers__body li {
  position: relative;
  padding-left: 2.4rem
}

@media (max-width: 47.99875em) {
  .spollers__body li {
    padding-left: 3rem
  }
}

.spollers__body li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1rem;
  width: .6rem;
  height: .6rem;
  background-color: var(--primary);
  border-radius: 100%
}

@media (max-width: 47.99875em) {
  .spollers__body li:before {
    top: 1.2rem
  }
}

.tabs {
  display: block;
  min-width: 100rem;
  min-height: 40rem;
  border-bottom-right-radius: 3rem;
  border-bottom-left-radius: 3rem
}

@media (max-width: 47.99875em) {
  .tabs {
    display: block;
    min-width: auto;
    min-height: auto;
    gap: 0
  }
}

.tabs__navigation {
  position: relative !important
}

.tabs__content {
  position: relative;
  left: 0;
  z-index: 100
}

@media (max-width: 47.99875em) {
  .tabs__content {
    display: flex;
    flex-direction: column
  }
}

@media (max-width: 47.99875em) {
  .tabs__body {
    position: relative
  }
}

.tabs ._tab-s-spoller {
  display: block;
  padding: 0rem;
  position: relative;
  opacity: 0;
  box-shadow: none;
  width: auto;
  max-height: 0;
  overflow: hidden;
  transition: .5s ease-in-out .5s
}

.tabs ._tab-active {
  color: var(--primary)
}

[class*=-ibg] {
  position: relative
}

[class*=-ibg] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover
}

[class*=-ibg_contain] img {
  object-fit: contain
}

.gr-4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 4rem
}

.gr-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem
}

.gr-3-1 {
  display: grid;
  grid-template-columns: calc(.75*(100% - 12rem) + 8rem) calc((100% - 12rem)/4);
  gap: 4rem
}

.gr-1-3 {
  display: grid;
  grid-template-columns: calc((100% - 12rem)/4) calc(.75*(100% - 12rem) + 8rem);
  gap: 4rem
}

@media (max-width: 47.99875em) {
  .gr-1-3 {
    grid-template-columns: 1fr
  }
}

.gr-1-2 {
  display: grid;
  grid-template-columns: calc((100% - 2 * 4rem) / 3) calc(2 * (100% - 2 * 4rem) / 3 + 4rem);
  gap: 4rem
}

.gr-2-1 {
  display: grid;
  grid-template-columns: calc(2 * (100% - 2 * 4rem) / 3 + 4rem) calc((100% - 2 * 4rem) / 3);
  gap: 4rem
}

.caution {
  display: flex;
  align-items: center;
  margin-bottom: 4rem
}

.caution__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 4.8rem;
  height: 4.8rem;
  font-size: 2.4rem;
  font-weight: 700;
  margin-right: 2rem;
  background-color: var(--secondary);
  border-radius: 1.2rem;
  color: var(--bg-primary)
}

.caution__body span {
  font-weight: 600
}

.box {
  background: var(--bg-secondary);
  box-shadow: 1.4rem 1.4rem 10rem 4rem #455d740b
}

.header {
  position: sticky;
  height: auto;
  width: 100%;
  display: block;
  z-index: 50;
  box-sizing: content-box;
  background-color: var(--bg-secondary);
  z-index: 100
}

@media (max-width: 47.99875em) {
  .header {
    padding-top: 0
  }
}

.header .dropdown {
  position: relative;
  display: inline-block
}

@media (min-width: 47.99875em) {
  .header .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: max-content;
    background: #fff;
    box-shadow: 1.4rem 1.4rem 10rem 4rem #455d740b;
    z-index: 1000;
    border-radius: 3rem;
    overflow: hidden;
    border: 1px solid var(--bg-accent)
  }
}

@media (max-width: 47.99875em) {
  .header .dropdown-menu {
    padding-top: 2rem;
    font-size: 2.4rem
  }
}

.header .dropdown:hover .dropdown-menu {
  display: block
}

.header .dropdown__trigger {
  position: relative;
  padding-right: 20px !important
}

@media (min-width: 47.99875em) {

  .header .dropdown__trigger:before,
  .header .dropdown__trigger:after {
    content: "";
    width: 1.2rem;
    height: .2rem;
    background-color: var(--primary);
    position: absolute;
    right: -.8rem;
    transition: all .3s;
    top: 50%
  }
}

@media (min-width: 47.99875em) {
  .header .dropdown__trigger:before {
    transform: rotate(40deg);
    right: 0rem
  }
}

@media (min-width: 47.99875em) {
  .header .dropdown__trigger:after {
    transform: rotate(-40deg)
  }
}

@media (min-width: 47.99875em) {
  .header .dropdown__trigger:hover:before {
    transform: rotate(-40deg)
  }
}

@media (min-width: 47.99875em) {
  .header .dropdown__trigger:hover:after {
    transform: rotate(40deg)
  }
}

.header .dropdown-item {
  position: relative;
  display: block;
  padding: 2.5rem 4rem;
  color: #333;
  text-decoration: none
}

@media (max-width: 47.99875em) {
  .header .dropdown-item:before {
    content: "";
    position: absolute;
    height: 1rem;
    width: 1rem;
    border-radius: 50%;
    background-color: var(--primary);
    top: calc(50% - .5rem);
    left: 0
  }
}

.header .dropdown-item:hover {
  background: #f5f5f5
}

.header .icon-social--phone {
  position: relative;
  flex: 0 0 auto;
  border: 2px solid var(--bg-accent);
  width: 6.4rem;
  height: 6.4rem;
  background: linear-gradient(to top, var(--bg-accent), var(--bg-secondary));
  z-index: 150
}

@media (min-width: 47.99875em) {
  .header .icon-social--phone {
    display: none
  }
}

@media (min-width: 47.99875em) {
  .header__span {
    display: none
  }
}

.header__container {
  display: flex;
  height: 12rem;
  gap: 4rem;
  align-items: center
}

@media (max-width: 47.99875em) {
  .header__container {
    max-width: 100%;
    padding: 1rem 4%;
    background-color: var(--bg-secondary);
    align-items: center;
    justify-content: flex-end;
    border-bottom: 1px solid var(--bg-accent)
  }
}

@media (min-width: 47.99875em) {
  .header__contact-phone {
    font-weight: 700;
    font-size: 3.2rem
  }
}

@media (max-width: 47.99875em) {
  .header__contact-phone {
    display: none
  }
}

@media (min-width: 47.99875em) {
  .header__contacts {
    display: none
  }
}

@media (min-width: 47.99875em) and (min-width: 47.99875em) {
  .header__contacts--pc {
    display: flex
  }
}

@media (max-width: 47.99875em) {
  .header__contacts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 4rem;
    column-gap: 2rem;
    width: 100%
  }
}

.header__contacts-item {
  display: flex;
  flex-direction: column;
  align-self: center
}

.header__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%
}

@media (max-width: 47.99875em) {
  .header__top {
    display: flex;
    row-gap: 1rem;
    font-size: 2rem;
    z-index: 100;
    border-bottom: none;
    padding-left: 0;
    width: auto
  }
}

@media (max-width: 47.99875em) {
  .header .button {
    width: 100%
  }
}

@media (max-width: 47.99875em) {
  .header button {
    padding: 1rem
  }
}

.header__number {
  font-weight: 700;
  font-size: 2rem
}

@media (max-width: 47.99875em) {
  .header__number {
    text-align: right;
    display: none
  }
}

.header__bg {
  position: absolute;
  width: 152rem;
  height: 6rem;
  background-color: var(--bg-accent);
  z-index: -1;
  bottom: 0;
  right: 0
}

.header__logo {
  position: relative;
  width: 20rem;
  height: 100%
}

@media (max-width: 47.99875em) {
  .header__logo {
    margin-right: auto
  }
}

.header__logo img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: contain
}

.header__items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  width: 100%;
  height: 6rem;
  font-size: 1.6rem
}

.header__items--top {
  height: 100%;
  justify-content: flex-end
}

@media (max-width: 47.99875em) {
  .header__items--bottom {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 12rem;
    width: 100%;
    height: 100vh;
    padding: 4rem 4% 30rem;
    right: -100%;
    transition: right .3s ease-in-out;
    background-color: var(--bg-primary);
    z-index: 1;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 2.2rem;
    overflow-y: auto
  }

  .header__items--bottom a {
    font-weight: 600
  }
}

@media (max-width: 47.99875em) and (max-width: 47.99875em) {
  .header__items--bottom .link {
    font-size: 2.4rem
  }

  .header__items--bottom .link:last-of-type {
    margin-bottom: 4rem
  }
}

@media (max-width: 47.99875em) {
  .header__items--bottom span {
    margin-bottom: 1rem
  }
}

.header__description {
  font-size: 1.8rem;
  position: relative;
  font-weight: 600
}

.header__description:before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  background-color: #99db7b;
  border-radius: 100px;
  top: calc(50% - .5rem);
  left: -2rem
}

@media (max-width: 47.99875em) {
  .header__description {
    display: none
  }
}

.header .logo {
  display: flex;
  position: relative;
  align-items: center;
  font-weight: 700;
  font-size: 4.2rem;
  z-index: 110
}

.header .logo img {
  margin-right: 2rem;
  width: 6rem
}

@media (max-width: 47.99875em) {
  .header .logo img {
    width: 6rem
  }
}

@media (max-width: 47.99875em) {
  .header .logo {
    justify-self: left
  }
}

.icon-menu {
  display: none
}

@media (max-width: 47.99875em) {
  .icon-menu {
    display: block;
    position: relative;
    width: 6.4rem;
    height: 6.4rem;
    z-index: 5;
    padding: 1.7rem
  }
}

@media (max-width: 47.99875em) and (any-hover: none) {
  .icon-menu {
    cursor: default
  }
}

@media (max-width: 47.99875em) {

  .icon-menu span,
  .icon-menu:before,
  .icon-menu:after {
    content: "";
    transition: all .3s ease 0s;
    right: 0;
    position: absolute;
    width: 4.8rem;
    height: 3px;
    background-color: var(--text-primary);
    border-radius: 10px
  }

  .icon-menu:before {
    top: 1.4rem
  }

  .icon-menu:after {
    bottom: 1.4rem
  }

  .icon-menu span {
    top: calc(50% - .2rem)
  }

  .menu-open .icon-menu {
    top: 1px
  }

  .menu-open .icon-menu span {
    background-color: var(--primary);
    opacity: 0
  }

  .menu-open .icon-menu:before {
    background-color: var(--primary);
    top: calc(50% - 2px);
    transform: rotate(-45deg)
  }

  .menu-open .icon-menu:after {
    background-color: var(--primary);
    bottom: 50%;
    transform: rotate(45deg)
  }
}

.menu__body {
  z-index: 170
}

.active {
  right: 0;
  transition: all .5s ease 0s
}

.header__menu--menu {
  display: flex;
  justify-content: flex-end
}

.footer {
  background-color: var(--bg-accent);
  font-weight: 500
}

.footer__container {
  padding: 6rem 0
}

@media (max-width: 47.99875em) {
  .footer__container {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    gap: 4rem;
    padding: 6rem 0 14rem
  }
}

.footer__top {
  display: flex;
  align-items: center;
  gap: 6rem;
  margin-bottom: 4rem
}

@media (max-width: 47.99875em) {
  .footer__top {
    flex-direction: column;
    gap: 4rem
  }
}

.footer__bottom {
  font-size: 1.4rem
}

.footer__text {
  text-align: center
}

.footer__copyright {
  display: flex;
  justify-content: space-between
}

.footer__logo {
  display: flex;
  align-items: center;
  gap: 2rem;
  font-weight: 700;
  font-size: 3.2rem
}

@media (max-width: 47.99875em) {
  .footer__logo {
    position: relative;
    width: auto;
    flex-direction: row;
    gap: 2rem;
    font-size: 4.2rem
  }
}

.footer__logo img {
  width: 16rem
}

@media (max-width: 47.99875em) {
  .footer__logo img {
    width: 18rem
  }
}

.footer__buttons {
  flex: 0 0 auto
}

.footer__buttons button {
  font-size: 1.6rem;
  height: 5.2rem
}

@media (max-width: 47.99875em) {
  .footer__buttons button {
    margin: 2rem auto;
    font-size: 2.2rem;
    height: 8rem
  }
}

.footer__contacts {
  display: flex;
  gap: 2rem
}

@media (max-width: 47.99875em) {
  .footer__contacts {
    display: flex;
    flex-direction: column
  }
}

.footer__contacts-item {
  display: flex;
  flex-direction: column;
  font-size: 1.6rem
}

@media (min-width: 47.99875em) {
  .footer__contacts-item {
    min-width: 26rem
  }
}

@media (max-width: 47.99875em) {
  .footer__contacts-item {
    font-size: 2.2rem
  }
}

.footer__contacts-item span {
  font-weight: 600;
  margin-bottom: .5rem
}

.toolbar {
  display: none
}

@media (max-width: 47.99875em) {
  .toolbar {
    display: flex;
    align-items: center;
    width: calc(100% + 2px);
    margin: 0 auto;
    position: fixed;
    left: -1px;
    bottom: -2px;
    z-index: 170;
    -webkit-backdrop-filter: blur(30px) saturate(200%);
    backdrop-filter: blur(30px) saturate(200%);
    background-color: #000c;
    height: 13rem;
    clip-path: polygon(95.2% 23.077%, 4.8% 23.077%, 4.8% 23.077%, 4.024% 22.773%, 3.287% 21.895%, 2.599% 20.491%, 1.97% 18.609%, 1.41% 16.298%, .929% 13.606%, .538% 10.582%, .246% 7.274%, .063% 3.73%, 0% 0%, 0% 100%, 100% 100%, 100% 0%, 100% 0%, 99.937% 3.73%, 99.754% 7.274%, 99.462% 10.582%, 99.071% 13.606%, 98.59% 16.298%, 98.03% 18.609%, 97.401% 20.491%, 96.713% 21.895%, 95.976% 22.773%, 95.2% 23.077%)
  }

  .toolbar svg {
    max-width: 0;
    max-height: 0
  }

  .toolbar__phone {
    display: flex;
    flex-direction: column;
    font-size: 6rem
  }

  .toolbar__phone a {
    color: var(--primary);
    font-size: 9rem;
    font-weight: 700
  }
}

.toolbar__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  color: var(--bg-inverse);
  font-size: 2.2rem;
  margin-top: auto;
  margin-bottom: 1.6rem
}

.toolbar__container button {
  flex: 0 0 60%;
  height: 7.2rem;
  font-size: 2.6rem;
  background-color: var(--secondary)
}

:root {
  scroll-behavior: smooth
}

:root li {
  margin-bottom: 1rem
}

:root p {
  margin-bottom: 2rem
}

h1 {
  position: relative;
  font-size: 5.8rem;
  font-weight: 700;
  color: var(--text-primary);
  animation-duration: .8s;
  padding-top: 2rem
}

h1:before {
  content: "";
  position: absolute;
  top: 0;
  height: 4px;
  width: 12rem;
  background-color: var(--secondary)
}

h1 span {
  color: var(--primary)
}

@media (max-width: 47.99875em) {
  h1 {
    font-size: 5rem
  }
}

h2 {
  position: relative;
  font-size: 4.8rem;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 4rem;
  text-align: left;
  padding-top: 2rem
}

h2:before {
  content: "";
  position: absolute;
  top: 0;
  height: 4px;
  width: 12rem;
  background-color: var(--secondary)
}

@media (max-width: 47.99875em) {
  h2 {
    font-size: 3.8rem
  }
}

h3 {
  font-size: 3.6rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2
}

@media (max-width: 47.99875em) {
  h3 {
    font-size: 11rem;
    text-align: center;
    line-height: 1.2
  }
}

h4 {
  font-size: 3.2rem;
  line-height: 1
}

@media (max-width: 47.99875em) {
  h4 {
    text-align: center
  }
}

.privacy-policy {
  background-color: var(--bg-accent)
}

.icon-social {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: linear-gradient(to top, var(--bg-accent), var(--bg-secondary));
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 100px;
  cursor: pointer
}

@media (max-width: 47.99875em) {
  .icon-social {
    width: 8rem;
    height: 8rem
  }
}

.icon-social svg {
  width: 3.2rem
}

@media (max-width: 47.99875em) {
  .icon-social svg {
    width: 4.2rem
  }
}

.icon-social--phone svg {
  fill: url(#gradient)
}

@media (max-width: 47.99875em) {
  .icon-social--phone svg {
    width: 3.2rem
  }
}

.icon-social--whatsapp {
  background: linear-gradient(0deg, #85e797, #50dd69)
}

.icon-social--whatsapp svg {
  fill: var(--bg-secondary)
}

.icon-social--telegram {
  background: linear-gradient(0deg, #74c5ea, #58b9e6)
}

.icon-social--telegram svg {
  fill: var(--bg-secondary)
}

textarea {
  padding: 1.4rem 2rem;
  outline: none;
  background-color: var(--bg-secondary);
  text-align: left;
  transition: all .2s ease-in-out;
  width: 100%
}

textarea:focus {
  box-shadow: 0 0 0 4px var(--bg-accent)
}

@media (max-width: 47.99875em) {
  textarea {
    text-align: left;
    padding: 2.5rem
  }
}

input {
  height: 6.4rem
}

@media (max-width: 47.99875em) {
  input {
    height: 8rem
  }
}

input[type=tel] {
  outline: none;
  padding: 1.4rem 2rem;
  background-color: var(--bg-secondary);
  text-align: left;
  transition: all .2s ease-in-out
}

input[type=tel]:focus {
  box-shadow: 0 0 0 4px var(--bg-accent)
}

@media (max-width: 47.99875em) {
  input[type=tel] {
    text-align: left;
    padding: 2.5rem
  }
}

input[type=text]:focus {
  border-color: #007bff
}

section {
  margin-bottom: 16rem
}

@media (max-width: 47.99875em) {
  section {
    margin-bottom: 18rem
  }
}

.button {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  height: 6.4rem;
  width: max-content;
  padding: 0 3rem;
  font-size: 2rem;
  background-color: var(--secondary);
  color: var(--bg-primary);
  border-radius: 100px;
  font-weight: 600;
  z-index: 30
}

@media (max-width: 47.99875em) {
  .button {
    font-size: 2.4rem;
    flex: 1 0 auto
  }
}

.button span {
  flex: 0 0 auto
}

.button svg {
  width: 3.3rem;
  fill: var(--bg-primary)
}

@media (max-width: 47.99875em) {
  .button {
    font-size: 2.2rem
  }
}

@media (max-width: 47.99875em) {
  .button {
    height: 8rem
  }
}

.button-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  gap: 2rem
}

@media (max-width: 47.99875em) {
  .button-wrapper {
    grid-template-columns: 1fr
  }
}

.main-info {
  position: relative;
  background-color: var(--bg-secondary);
  background-image: url(/img/123.jpg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 40%
}

@media (min-width: 47.99875em) {
  .main-info {
    border-bottom: 1px solid var(--bg-accent)
  }
}

@media (max-width: 47.99875em) {
  .main-info {
    background-size: 100%;
    background-position: bottom 56rem right 0;
    background-image: url(/img/123.jpg)
  }
}

@media (max-width: 47.99875em) {
  .main-info__container {
    grid-template-columns: 1fr;
    height: 104rem
  }
}

.main-info__info {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding-top: 6rem;
  padding-bottom: 10rem
}

@media (min-width: 47.99875em) {
  .main-info__info {
    max-width: 60%
  }
}

@media (max-width: 47.99875em) {
  .main-info__info {
    padding-top: 4rem
  }
}

.main-info__cards {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--bg-primary);
  z-index: 10;
  margin: 0 auto;
  padding: 0 calc((100% - 157.5rem)/2)
}

@media (max-width: 47.99875em) {
  .main-info__cards {
    min-width: 34rem;
    padding-right: 2rem;
    padding-left: 2rem;
    flex-direction: column;
    height: 62rem
  }
}

.main-info__card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  position: relative;
  text-align: center;
  z-index: 10;
  width: 100%;
  padding: 3rem 0
}

@media (min-width: 47.99875em) {
  .main-info__card:not(:last-child) {
    border-right: 1px solid var(--bg-accent)
  }

  .main-info__card:not(:first-child) {
    padding-left: 2rem
  }
}

@media (max-width: 47.99875em) {
  .main-info__card {
    gap: 3rem;
    font-size: 1.8rem;
    justify-content: flex-start;
    border-bottom: 1px solid var(--bg-accent)
  }
}

.main-info__card-icon {
  position: relative;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 100px;
  background-color: var(--bg-secondary)
}

@media (max-width: 47.99875em) {
  .main-info__card-icon {
    width: 8rem;
    height: 8rem
  }
}

.main-info__card-icon img {
  position: absolute;
  width: 3.2rem;
  height: 3.2rem;
  object-fit: cover
}

@media (max-width: 47.99875em) {
  .main-info__card-icon img {
    width: 3.6rem;
    height: 3.6rem
  }
}

.main-info__card-title {
  font-weight: 600;
  margin-bottom: 1rem;
  text-transform: uppercase;
  text-align: left
}

.main-info__card-title span {
  font-size: 1.4rem
}

@media (max-width: 47.99875em) {
  .main-info__card-title span {
    font-size: 1.8rem
  }
}

.main-info__card-title.active {
  color: var(--secondary)
}

@media (max-width: 47.99875em) {
  .main-info__card-title {
    font-size: 2.6rem;
    margin-bottom: 0rem
  }
}

.main-info__buttons {
  display: flex;
  align-items: center;
  gap: 2rem
}

.main-info__description {
  display: flex;
  align-items: center;
  gap: 2rem;
  font-size: 2rem
}

.main-info__description .icon-list {
  position: relative;
  width: 3.5rem;
  height: 3.5rem;
  background-color: var(--primary);
  padding: 1rem;
  border-radius: 100px
}

.main-info__description .icon-list img {
  position: relative
}

@media (max-width: 47.99875em) {
  .main-info__description {
    font-size: 2rem
  }
}

.main-info__list {
  bottom: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem
}

@media (min-width: 47.99875em) {
  .main-info__list {
    display: grid;
    grid-template-columns: 1fr 1fr
  }
}

.main-info__list li {
  position: relative;
  padding-left: 3rem;
  font-weight: 600
}

.main-info__list li span {
  color: var(--secondary)
}

@media (max-width: 47.99875em) {
  .main-info__list li {
    font-size: 2.2rem
  }
}

.main-info__list li:before {
  content: url(/img/check.svg);
  position: absolute;
  left: 0;
  width: 1.8rem
}

.main-info__image {
  position: relative;
  height: 50rem
}

.main-info__image-card {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background-color: var(--bg-primary);
  border-radius: 2rem;
  padding: 2rem 3rem;
  background: #ffffffb3;
  box-shadow: 0 4px 30px #0000001a;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, .9);
  text-align: right
}

@media (min-width: 47.99875em) {
  .main-info__image-card {
    top: 60%;
    left: -10rem
  }
}

@media (max-width: 47.99875em) {
  .main-info__image-card {
    bottom: 36rem;
    font-size: 2rem;
    gap: .6rem
  }
}

.main-info__image-card-title {
  font-weight: 600;
  font-size: 2rem
}

@media (max-width: 47.99875em) {
  .main-info__image-card-title {
    font-size: 2.2rem
  }
}

.main-info__image img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  object-fit: cover
}

.main-info .form {
  background-color: var(--bg-secondary);
  padding: 3rem
}

.main-info .form__title {
  margin-bottom: 2rem;
  font-weight: 700
}

@media (max-width: 47.99875em) {
  .main-info .form__title {
    font-size: 2.4rem
  }
}

.servises__card {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  width: 100%
}

@media (min-width: 47.99875em) {
  .servises__card {
    padding-top: 4rem
  }
}

.servises__item-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8.4rem;
  height: 8.4rem;
  border-radius: 1.2rem;
  background-color: var(--primary)
}

@media (max-width: 47.99875em) {
  .servises__item-icon {
    border-radius: 2rem
  }
}

.servises__item-icon svg {
  position: absolute;
  width: 3.6rem;
  fill: var(--bg-primary)
}

.servises__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem
}

@media (max-width: 47.99875em) {
  .servises__list {
    grid-template-columns: 1fr
  }
}

.servises__list li {
  position: relative;
  padding: 2rem 0rem 2rem 7rem;
  border-radius: 6rem;
  font-weight: 600;
  font-size: 2.2rem;
  background-color: #fff
}

@media (max-width: 47.99875em) {
  .servises__list li {
    padding: 3rem 0rem 3rem 8rem;
    font-size: 2.4rem
  }
}

.servises__list li:before {
  content: url(/img/check.svg);
  position: absolute;
  left: 2rem;
  top: calc(50% - 1.2rem);
  width: 2.4rem
}

@media (max-width: 47.99875em) {
  .servises__list li:before {
    width: 3.2rem;
    top: calc(50% - 1.6rem)
  }
}

.servises__item-title {
  font-weight: 600;
  font-size: 2.4rem
}

.trust__container {
  display: flex;
  gap: 3rem
}

@media (max-width: 47.99875em) {
  .trust__container {
    flex-direction: column
  }
}

.trust__rating {
  display: flex;
  gap: 1rem;
  font-size: 2.4rem;
  font-weight: 600
}

.trust__rating-icon {
  width: 2.6rem
}

.trust__links {
  display: flex;
  gap: 3rem;
  flex: 1 auto
}

@media (max-width: 47.99875em) {
  .trust__links {
    flex-direction: column;
    gap: 6rem
  }
}

.trust__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  height: 12rem;
  gap: 2rem
}

.trust__link-img {
  width: 20rem
}

@media (max-width: 47.99875em) {
  .trust__link-img {
    width: 30rem;
    height: 8rem
  }
}

.specials__container {
  position: relative
}

@media (max-width: 47.99875em) {
  .specials__container {
    padding-bottom: 12rem
  }
}

.specials__arrows {
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  right: 0
}

@media (max-width: 47.99875em) {
  .specials__arrows {
    top: initial;
    bottom: 0
  }
}

.specials__scrollbar {
  margin-right: 4rem
}

.specials__item {
  position: relative;
  display: flex;
  border-radius: 2rem;
  overflow: hidden;
  min-height: 30rem
}

.specials__item:after {
  content: "";
  position: absolute;
  top: 0;
  left: -10%;
  width: 70%;
  height: 100%;
  background: var(--bg-secondary);
  transform-origin: left;
  transform: skew(-34deg);
  z-index: 1
}

.specials__content {
  position: relative;
  padding: 4rem;
  width: 50%;
  background: var(--bg-secondary);
  z-index: 20;
  border-radius: 0 0 300px
}

@media (max-width: 47.99875em) {
  .specials__content {
    padding: 4rem 0rem 4rem 4rem
  }
}

.specials__badge {
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--secondary);
  margin-bottom: 2rem
}

.specials__title {
  font-size: 3.2rem;
  font-weight: 600;
  color: var(--primary)
}

@media (max-width: 47.99875em) {
  .specials__title {
    font-size: 2.6rem
  }
}

.specials span {
  position: absolute;
  bottom: 4rem
}

.specials__picture {
  position: relative;
  flex: 1 0 auto;
  margin-left: -200px
}

.specials__picture img {
  position: absolute;
  right: -3rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scaleX(-1)
}

@media (max-width: 47.99875em) {
  .indications__container {
    display: block
  }
}

@media (max-width: 47.99875em) {
  .indications__box {
    margin-bottom: 6rem
  }
}

.indications__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem
}

@media (max-width: 47.99875em) {
  .indications__items {
    grid-template-columns: 1fr
  }
}

.indications__item {
  display: grid;
  grid-template-columns: 6.4rem 1fr;
  gap: 3rem;
  align-items: center;
  width: 100%;
  padding: 0 4rem;
  border-radius: 2rem;
  background-color: var(--bg-secondary);
  padding: 3rem
}

.indications__item-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 100%;
  background-color: var(--secondary);
  margin-right: 4rem;
  z-index: 10
}

.indications__item-icon img {
  position: absolute;
  width: 4rem;
  fill: var(--bg-primary)
}

.indications__item-icon:before {
  content: "";
  position: absolute;
  opacity: .2;
  background-color: var(--secondary);
  border-radius: 100%;
  z-index: -1
}

.indications__item-icon:before {
  top: -15%;
  left: -15%;
  width: 130%;
  height: 130%
}

.indications__item-icon:after {
  top: -30%;
  left: -30%;
  width: 160%;
  height: 160%
}

.indications__item-title {
  font-weight: 600;
  font-size: 2rem
}

@media (max-width: 47.99875em) {
  .indications__item-title {
    font-size: 2.4rem
  }
}

.indications__item-description {
  grid-column: 2/3
}

.map__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 4rem
}

@media (max-width: 47.99875em) {
  .map__container {
    grid-template-columns: 1fr
  }
}

.map iframe {
  border-radius: 2rem;
  overflow: hidden
}

.map__description {
  margin-bottom: 4rem
}

.map form p {
  font-size: 1.4rem
}

.map .form__inputs {
  display: flex;
  gap: 2rem;
  margin-bottom: 2rem
}

.map .form__inputs input {
  width: 50%;
  flex: 1 0;
  background-color: var(--bg-secondary)
}

.map .form__inputs button {
  width: 50%;
  flex: 1 0
}

.map input {
  background-color: var(--bg-secondary)
}

.map .select__options {
  padding-top: 6rem;
  top: 2rem
}

@media (max-width: 47.99875em) {
  .map .select__options {
    padding-top: 6rem;
    top: 6rem
  }
}

.map #map {
  border-radius: 2rem;
  overflow: hidden
}

.map #submit-button {
  z-index: 1
}

.about__container {
  position: relative
}

.about__container h2 {
  position: absolute;
  top: 0;
  left: 1.5rem
}

.about .swiper {
  overflow: visible
}

.about .swiper-slide {
  opacity: 0;
  transition: opacity .3s ease
}

.about .swiper-slide-active {
  opacity: 1
}

.about__arrows {
  display: flex;
  align-items: center
}

@media (max-width: 47.99875em) {
  .about__arrows {
    position: absolute;
    top: 12rem
  }
}

.about__scrollbar {
  margin-right: 4rem
}

.about__slide {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem
}

@media (max-width: 47.99875em) {
  .about__slide {
    display: flex;
    flex-direction: column
  }
}

.about__stage {
  padding-top: 12rem
}

@media (max-width: 47.99875em) {
  .about__stage {
    padding-top: 22rem
  }
}

.about__stage-number {
  display: flex;
  flex-direction: column;
  font-weight: 600;
  font-size: 3.4rem;
  margin-bottom: 2rem
}

.about__stage-number span {
  color: var(--secondary);
  font-size: 1.8rem
}

.about__stage-title {
  font-weight: 600;
  margin-bottom: 2rem;
  font-size: 2.4rem
}

.about__stage-description button {
  margin-top: 4rem
}

.about__picture {
  position: relative;
  height: 40rem;
  border-radius: 2rem;
  overflow: hidden
}

@media (max-width: 47.99875em) {
  .about__picture {
    height: 27.6rem;
    width: 100%
  }
}

.about__picture img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover
}

.doctors__container {
  position: relative
}

@media (max-width: 47.99875em) {
  .doctors__container {
    padding-bottom: 12rem
  }
}

.doctors__container h2 {
  margin-bottom: 8rem
}

.doctors__arrows {
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  right: 0
}

@media (max-width: 47.99875em) {
  .doctors__arrows {
    top: initial;
    bottom: 0
  }
}

.doctors__scrollbar {
  margin-right: 4rem
}

.doctors__slide {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem
}

@media (max-width: 47.99875em) {
  .doctors__slide {
    display: flex;
    flex-direction: column
  }
}

.doctors__cards {
  display: flex
}

.doctors__card {
  display: flex;
  flex-direction: column;
  align-items: center
}

.doctors__card-picture {
  position: relative;
  height: 25rem;
  width: 25rem;
  border-radius: 100%;
  overflow: hidden;
  margin-bottom: 4rem
}

@media (max-width: 47.99875em) {
  .doctors__card-picture {
    height: 30rem;
    width: 30rem
  }
}

.doctors__card-picture img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover
}

.doctors__card-info {
  text-align: center
}

.doctors__card-name {
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 1rem
}

.doctors__card-profession {
  margin-bottom: 1rem;
  color: var(--text-secondary)
}

.stages__container h2 {
  text-align: center;
  margin-bottom: 10rem
}

.stages__container h2:before {
  left: calc(50% - 6rem)
}

.stages__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 4rem
}

@media (max-width: 47.99875em) {
  .stages__items {
    display: flex;
    flex-direction: column
  }
}

.stages__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  padding: 3rem;
  border-radius: 3.6rem
}

@media (max-width: 47.99875em) {
  .stages__item {
    flex-direction: row;
    align-items: center;
    flex: 0 0 20rem;
    padding: 5rem 3rem
  }
}

.stages__item:not(:last-child) .stages__item-number:after {
  content: "";
  position: absolute;
  width: 18rem;
  height: 2px;
  top: 50%;
  right: -18rem;
  background-color: var(--secondary)
}

@media (max-width: 47.99875em) {
  .stages__item:not(:last-child) .stages__item-number:after {
    width: 2px;
    height: 12rem;
    top: auto;
    bottom: -12rem;
    right: calc(50% - 1px)
  }
}

.stages__item:not(:first-child) .stages__item-number:before {
  content: "";
  position: absolute;
  width: 16rem;
  height: 2px;
  top: 50%;
  left: -16rem;
  background-color: var(--secondary)
}

@media (max-width: 47.99875em) {
  .stages__item:not(:first-child) .stages__item-number:before {
    width: 2px;
    height: 10rem;
    top: -10rem;
    bottom: auto;
    right: calc(50% - 1px);
    left: auto
  }
}

.stages__item-number {
  position: relative;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  font-size: 3.6rem;
  font-weight: 600;
  width: 10rem;
  height: 10rem;
  border-radius: 100%;
  border: 2px solid var(--secondary)
}

.stages__item-title {
  font-weight: 600;
  text-align: center;
  margin-bottom: 2rem;
  text-transform: uppercase
}

@media (max-width: 47.99875em) {
  .stages__item-title {
    text-align: left
  }
}

.stages__item-text {
  text-align: center
}

@media (max-width: 47.99875em) {
  .stages__item-text {
    text-align: left
  }
}

.price-list h2 {
  text-align: center
}

.price-list h2:before {
  left: calc(50% - 6rem)
}

.price-list__description {
  text-align: center;
  width: 50%;
  margin: 0 auto;
  margin-bottom: 6rem
}

@media (max-width: 47.99875em) {
  .price-list__description {
    width: 100%
  }
}

@media (max-width: 47.99875em) and (min-width: 47.99875em) {
  .price-list__tabs .price-list__card-button {
    display: none
  }
}

.price-list__nav {
  display: flex;
  gap: 4rem;
  font-weight: 600;
  font-size: 2.4rem;
  box-sizing: content-box
}

@media (min-width: 47.99875em) {
  .price-list__nav {
    justify-content: center
  }
}

.price-list__tabs-title {
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 3rem;
  margin-bottom: 6rem;
  font-weight: 600;
  color: var(--text-primary);
  transition: all .3s
}

.price-list__tabs-title:hover {
  color: var(--secondary)
}

@media (max-width: 47.99875em) {
  .price-list__tabs-title {
    width: 96%;
    margin: -1px auto 0;
    font-size: 2.4rem;
    text-align: left;
    padding: 0 2rem;
    min-height: 10rem;
    transition: all .5s;
    border: 1px solid var(--bg-inverse);
    border-radius: 0;
    box-shadow: 1px;
    background-color: #fff
  }

  .price-list__tabs-title:first-child {
    border-radius: 2rem 2rem 0 0
  }

  .price-list__tabs-title:nth-last-of-type(1) {
    border-radius: 0 0 2rem 2rem
  }
}

@media (max-width: 47.99875em) {
  .price-list__tabs-title._tab-active {
    width: 100%;
    padding: 2rem;
    background-color: var(--bg-secondary);
    border-radius: 2rem 2rem 0 0;
    border-top: 1px solid var(--bg-inverse);
    border-left: 1px solid var(--bg-inverse);
    border-right: 1px solid var(--bg-inverse);
    margin-top: -1rem
  }
}

.price-list__tabs-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8rem;
  height: 8rem;
  background-color: var(--bg-secondary);
  margin-right: 2rem;
  border-radius: 1.2rem
}

._tab-active .price-list__tabs-icon {
  background-color: var(--bg-secondary);
  border: 1px solid var(--bg-accent);
  width: 8rem;
  height: 8rem
}

.price-list__tabs-icon svg {
  width: 3.2rem;
  fill: var(--secondary)
}

@media (max-width: 47.99875em) {
  .price-list__tabs-icon svg {
    width: 4.2rem
  }
}

.price-list__content {
  display: none
}

@media (min-width: 47.99875em) {
  .price-list .tabs__content {
    display: flex;
    flex-direction: column
  }
}

.price-list__cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem
}

@media (max-width: 47.99875em) {
  .price-list__cards {
    grid-template-columns: 1fr;
    position: relative;
    gap: initial;
    padding: 0 4rem;
    background-color: var(--bg-secondary);
    border-radius: 0 0 2rem 2rem;
    border-bottom: 1px solid var(--bg-inverse);
    border-left: 1px solid var(--bg-inverse);
    border-right: 1px solid var(--bg-inverse);
    margin-bottom: -1rem;
    z-index: 10
  }
}

.price-list__card {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  padding: 0 4rem;
  min-height: 14rem;
  background-color: var(--bg-secondary);
  border-radius: 2rem;
  border: 1px solid var(--bg-accent);
  cursor: pointer
}

@media (max-width: 47.99875em) {
  .price-list__card {
    min-height: 10rem;
    font-size: 2rem;
    border: initial;
    border-radius: initial;
    padding: initial
  }

  .price-list__card:not(:last-child) {
    border-bottom: 1px solid var(--bg-accent)
  }
}

@media (max-width: 47.99875em) {
  .price-list__card-title {
    font-size: 2.4rem
  }
}

.price-list__card-price {
  flex: 0 0 auto;
  font-weight: 600;
  min-width: 12rem;
  text-align: right
}

@media (max-width: 47.99875em) {
  .price-list__card-price {
    flex: 1;
    font-size: 2.4rem
  }
}

.price-list__card-button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.8rem;
  font-weight: 500;
  color: var(--bg-secondary);
  min-width: 4.8rem;
  min-height: 4.8rem;
  border-radius: 1.2rem;
  border: 2px solid var(--secondary);
  background-color: var(--secondary)
}

@media (max-width: 47.99875em) {
  .price-list__card-button--desktop {
    display: none
  }
}

@media (min-width: 47.99875em) {
  .price-list__card-button {
    margin-left: 2rem;
    margin-right: -1rem
  }
}

@media (max-width: 47.99875em) {
  .price-list__card-button {
    position: absolute;
    right: -1rem
  }
}

@media (max-width: 47.99875em) {
  .feedback__container {
    display: block
  }
}

.feedback__bg {
  position: absolute;
  height: 18rem;
  width: 30%;
  top: 0;
  right: 0;
  background-color: #fff
}

@media (min-width: 47.99875em) {
  .feedback--reverse .feedback__bg {
    right: initial;
    left: 0
  }

  .feedback--reverse .feedback__bg:after {
    right: initial;
    left: 0;
    scale: -1 1
  }

  .feedback--reverse .feedback__bg:before {
    left: initial;
    right: -45%;
    scale: -1 1;
    z-index: 1
  }
}

@media (min-width: 47.99875em) and (max-width: 47.99875em) {
  .feedback--reverse .feedback__bg:before {
    height: 10rem;
    left: -70%
  }
}

@media (max-width: 47.99875em) {
  .feedback__bg {
    height: 10rem
  }
}

.feedback__bg:after {
  content: url(/img/corner-round.svg);
  position: absolute;
  width: 4rem;
  height: 4rem;
  bottom: -4rem;
  right: 0
}

.feedback__bg:before {
  content: url(/img/corner-w-l-i.svg);
  position: absolute;
  aspect-ratio: 4/3;
  height: 18rem;
  top: 0;
  left: -45%;
  z-index: 1
}

@media (max-width: 47.99875em) {
  .feedback__bg:before {
    height: 10rem;
    left: -70%
  }
}

.feedback__form {
  position: relative;
  display: flex;
  height: 50rem;
  width: 100%;
  border-radius: 4rem;
  background-color: var(--bg-secondary)
}

.feedback--reverse .feedback__form {
  height: auto
}

@media (min-width: 47.99875em) {
  .feedback--reverse .feedback__form .feedback__block {
    padding-top: 2rem;
    width: 100%
  }
}

@media (min-width: 47.99875em) and (min-width: 47.99875em) {
  .feedback--reverse .feedback__form .feedback__block input {
    width: 50%
  }
}

@media (min-width: 47.99875em) and (min-width: 47.99875em) {
  .feedback--reverse .feedback__form .feedback__block button {
    width: 50%
  }
}

@media (min-width: 47.99875em) {
  .feedback--reverse .feedback__form .feedback__form-title {
    margin-bottom: 0
  }
}

@media (max-width: 47.99875em) {
  .feedback--reverse .feedback__form button {
    width: 100%
  }

  .feedback--reverse .feedback__form .feedback__form-content {
    padding: 6rem 4rem
  }
}

@media (max-width: 47.99875em) {
  .feedback__form {
    flex-direction: column;
    height: fit-content;
    overflow: hidden
  }
}

.feedback__form:before {
  content: "";
  position: absolute;
  top: 0;
  left: 8rem;
  height: 4px;
  width: 12rem;
  background-color: var(--secondary)
}

.feedback__form-content {
  padding: 8rem 0 0 8rem;
  width: 50%
}

.feedback--reverse .feedback__form-content {
  width: 100%
}

@media (min-width: 47.99875em) {
  .feedback--reverse .feedback__form-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 8rem
  }
}

@media (max-width: 47.99875em) {
  .feedback__form-content {
    padding: 6rem 4rem 0;
    width: 100%
  }
}

.feedback p {
  font-size: 1.4rem
}

.feedback__form-title {
  position: relative;
  font-size: 4.8rem;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 4rem;
  text-align: left
}

.feedback__form-title span {
  color: var(--secondary)
}

.feedback__form-title span.span {
  color: var(--primary)
}

.feedback__block {
  display: flex;
  gap: 2rem;
  margin-bottom: 3rem
}

@media (max-width: 47.99875em) {
  .feedback__block {
    flex-direction: column
  }
}

.feedback__bg-lines img {
  position: absolute;
  width: 100%;
  bottom: -5rem;
  right: 0;
  object-fit: contain;
  z-index: 33
}

@media (max-width: 47.99875em) {
  .feedback__bg-lines img {
    bottom: 28rem;
    z-index: 10
  }
}

.feedback__form-description {
  display: flex;
  flex-direction: column;
  margin-bottom: 4rem
}

.feedback__form-description span {
  font-weight: 600
}

.feedback__form-picture {
  position: absolute;
  right: 0;
  border-radius: 0 0 2rem;
  bottom: 0;
  display: block;
  width: 64rem;
  aspect-ratio: 556/525;
  overflow: hidden;
  z-index: 20
}

@media (min-width: 47.99875em) {
  .feedback--reverse .feedback__form-picture {
    right: auto;
    left: 0
  }
}

@media (max-width: 47.99875em) {
  .feedback__form-picture {
    position: relative;
    width: 100%;
    height: 40rem
  }
}

.feedback__form-picture img {
  position: absolute;
  width: 100%;
  right: 0;
  bottom: -60px
}

@media (max-width: 47.99875em) {
  .feedback__form-picture img {
    bottom: -80px
  }
}

.motivation__container {
  display: grid;
  grid-template-columns: 1fr 2fr
}

@media (max-width: 47.99875em) {
  .motivation__container {
    grid-template-columns: 1fr;
    gap: 6rem
  }
}

@media (min-width: 47.99875em) {
  .motivation__box {
    padding-top: 6rem
  }
}

.motivation__text span {
  font-weight: 600
}

.motivation__text span span {
  color: var(--primary)
}

.motivation .button {
  margin-top: 4rem
}

.motivation__picture-box {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 4rem
}

@media (max-width: 47.99875em) {
  .motivation__picture-box {
    column-gap: 2rem;
    grid-template-columns: 1fr 1.2fr
  }
}

.motivation__info {
  display: flex;
  justify-content: center;
  flex-direction: column
}

.motivation__info--top {
  justify-self: end;
  align-self: end;
  margin-bottom: 4rem;
  width: 24rem;
  height: 24rem;
  border-radius: 2rem 0 0;
  border-top: 2px solid var(--bg-accent);
  border-left: 2px solid var(--bg-accent);
  padding-left: 4rem
}

@media (max-width: 47.99875em) {
  .motivation__info--top {
    width: 18rem;
    height: 18rem;
    padding-left: 2rem;
    border-top: 1px solid var(--bg-accent);
    border-left: 1px solid var(--bg-accent);
    margin-bottom: 2rem
  }
}

.motivation__info--bottom {
  margin-top: 4rem;
  width: 24rem;
  height: 24rem;
  border-radius: 0 0 2rem;
  border-bottom: 2px solid var(--bg-accent);
  border-right: 2px solid var(--bg-accent);
  padding-right: 4rem;
  text-align: right
}

@media (max-width: 47.99875em) {
  .motivation__info--bottom {
    width: 22rem;
    height: 18rem;
    padding-right: 2rem;
    border-bottom: 1px solid var(--bg-accent);
    border-right: 1px solid var(--bg-accent);
    margin-top: 2rem
  }
}

.motivation__info-title {
  font-size: 5.8rem;
  font-weight: 600;
  margin-bottom: 1rem
}

@media (max-width: 47.99875em) {
  .motivation__info-title {
    font-size: 4.8rem
  }
}

@media (max-width: 47.99875em) {
  .motivation__info-description {
    font-size: 1.8rem
  }
}

.motivation__picture-1 {
  position: relative;
  width: 40rem;
  height: 40rem;
  border-radius: 2rem;
  overflow: hidden
}

@media (max-width: 47.99875em) {
  .motivation__picture-1 {
    width: 28rem;
    height: 28rem
  }
}

.motivation__picture-1 img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover
}

.motivation__picture-2 {
  justify-self: end;
  position: relative;
  width: 30rem;
  height: 30rem;
  border-radius: 2rem;
  overflow: hidden;
  width: 32rem;
  height: 32rem
}

@media (max-width: 47.99875em) {
  .motivation__picture-2 {
    width: 22rem;
    height: 22rem
  }
}

.motivation__picture-2 img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover
}

.advantages__container h2 {
  text-align: center
}

.advantages__container h2:before {
  left: calc(50% - 6rem)
}

.advantages__description {
  text-align: center;
  width: 50%;
  margin: 0 auto;
  margin-bottom: 6rem
}

@media (max-width: 47.99875em) {
  .advantages__description {
    width: 100%
  }
}

.advantages__cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem
}

@media (max-width: 47.99875em) {
  .advantages__cards {
    grid-template-columns: 1fr
  }

  .advantages__cards :nth-of-type(2) {
    top: 10rem
  }

  .advantages__cards :nth-of-type(3) {
    top: 12rem
  }

  .advantages__cards :nth-of-type(4) {
    top: 14rem
  }

  .advantages__cards :nth-of-type(5) {
    top: 16rem
  }

  .advantages__cards :nth-of-type(6) {
    top: 18rem
  }
}

.advantages__card {
  display: flex;
  align-items: center;
  height: 16rem;
  width: 100%;
  padding: 0 4rem;
  border-radius: 2rem;
  background-color: var(--bg-secondary);
  border: 1px solid var(--bg-accent)
}

@media (max-width: 47.99875em) {
  .advantages__card {
    position: sticky;
    top: 8rem
  }
}

.advantages__item-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 1.2rem;
  background-color: var(--primary);
  margin-right: 4rem;
  z-index: 10
}

.advantages__item-icon svg {
  width: 4.2rem;
  fill: var(--bg-primary)
}

.advantages__item-icon:before {
  content: "";
  position: absolute;
  opacity: .2;
  background-color: var(--primary);
  z-index: -1
}

.advantages__item-icon:before {
  top: -15%;
  left: -15%;
  width: 130%;
  height: 130%;
  border-radius: 1.8rem
}

.advantages__item-title {
  font-weight: 600;
  font-size: 2rem;
  width: 100%;
  margin-bottom: 1rem
}

@media (max-width: 47.99875em) {
  .advantages__item-title {
    font-size: 2.4rem
  }
}

.advantages__item-description {
  font-size: 1.6rem;
  color: var(--text-secondary)
}

@media (max-width: 47.99875em) {
  .advantages__item-description {
    font-size: 1.8rem
  }
}

@media (max-width: 47.99875em) {
  .faq__body {
    display: block
  }
}

.faq__author {
  display: flex;
  gap: 2rem;
  align-items: center;
  padding-top: 1rem
}

.faq__author-photo {
  position: relative;
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 100%;
  background-color: var(--bg-accent);
  overflow: hidden
}

@media (max-width: 47.99875em) {
  .faq__author-photo {
    width: 8rem;
    height: 8rem
  }
}

.faq__author-photo img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover
}

.faq__author-answer {
  font-size: 1.6rem
}

@media (max-width: 47.99875em) {
  .faq__author-answer {
    font-size: 2rem
  }
}

.faq__author-answer span {
  font-size: 1.4rem
}

@media (max-width: 47.99875em) {
  .faq__author-answer span {
    font-size: 1.8rem
  }
}

.faq__author-name {
  font-weight: 600
}

.faq h2 {
  text-align: center
}

.faq h2:before {
  left: calc(50% - 6rem)
}

@media (max-width: 47.99875em) {
  .faq__items {
    flex-direction: column
  }
}

.faq .form__inputs {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem
}

.faq__form input {
  width: 50%;
  flex: 1 0
}

.faq__form p {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 3rem
}

.faq__picture {
  position: relative;
  height: 20rem
}

.faq__picture img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: contain
}

.faq .button {
  flex: 1 0;
  width: 50%
}

@media (max-width: 47.99875em) {
  .faq__spollers {
    margin-bottom: 6rem
  }
}

.faq .spollers__item {
  background-color: var(--bg-secondary);
  border: 1px solid var(--bg-accent)
}

.faq .spollers__title {
  padding: 0 3rem;
  height: 6.4rem
}

@media (max-width: 47.99875em) {
  .faq .spollers__title {
    padding: 3rem 8rem 3rem 3rem;
    height: auto;
    font-weight: 600
  }
}

.faq .spollers._spoller-init .spollers__title {
  cursor: pointer
}

.faq .spollers._spoller-init .spollers__title:before,
.faq .spollers._spoller-init .spollers__title:after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 3rem;
  background-color: var(--primary);
  transition: opacity .3s ease 0s
}

.faq .spollers__body {
  position: relative;
  padding: 0 3rem 3rem
}

.faq .spollers__body hr {
  border: none;
  border-top: 1px solid var(--bg-accent);
  margin-bottom: 2rem
}

.contact-us__container h2 {
  text-align: center;
  margin-bottom: 10rem
}

.contact-us__container h2:before {
  left: calc(50% - 6rem)
}

@media (max-width: 47.99875em) {
  .contact-us__container h2 {
    margin-bottom: 6rem
  }
}

.contact-us__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  text-align: center
}

@media (max-width: 47.99875em) {
  .contact-us__items {
    grid-template-columns: 1fr 1fr;
    gap: 4rem
  }
}

.contact-us__contacts-item {
  display: flex;
  flex-direction: column;
  gap: 1rem
}

.contact-us__contacts-item span {
  font-weight: 600
}

.price-list__container {
  position: relative
}

@media (min-width: 47.99875em) {
  .price-list__arrows {
    display: none
  }
}

@media (max-width: 47.99875em) {
  .price-list__arrows {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0;
    margin-bottom: 4rem
  }
}

@media (min-width: 47.99875em) {
  .price-list__mobile {
    display: none
  }
}

@media (max-width: 47.99875em) {
  .price-list__mobile {
    overflow: visible
  }
}

.price-list .swiper {
  overflow: visible
}

@media (max-width: 47.99875em) {
  .price-list__table {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    border: 1px solid var(--bg-inverse);
    background-color: var(--bg-secondary);
    border-radius: 3rem;
    overflow: visible
  }
}

@media (max-width: 47.99875em) {
  .price-list__table-title {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 2.8rem;
    min-height: 12rem
  }
}

@media (max-width: 47.99875em) {
  .price-list__tabs-icon {
    margin-left: 1rem
  }
}

.price-list__card {
  padding: 3rem
}

@media (max-width: 47.99875em) {
  .price-list__card {
    padding: 3rem 5rem 3rem 3rem
  }

  .price-list__card:last-child {
    border-radius: 0 0 3rem 3rem
  }
}

.price-list__card-title {
  font-weight: 600
}

.price-list__card-title.active,
.price-list__card-price {
  color: var(--secondary)
}

.gallery__container {
  overflow-x: hidden
}

.gallery__image {
  position: relative;
  height: 20rem
}

.gallery__image img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: transform .4s ease-in-out
}

.swiper {
  overflow: hidden
}

.swiper-initialized {
  touch-action: pan-y
}

.swiper-container {
  position: relative
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  display: flex;
  position: relative
}

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

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start
}

.swiper-initialized .swiper-slide {
  flex-shrink: 0
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  transform: translateZ(0);
  width: 363.667px;
  margin-right: 25px
}

.swiper-button-lock {
  opacity: .5
}

.arrow-container {
  position: relative;
  max-width: 86%;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  top: 50%
}

@media (max-width: 768px) {
  .arrow-container {
    max-width: 100%;
    width: 100%
  }
}

@media (max-width: 992px) {
  .arrow-container {
    max-width: 100%
  }
}

.swiper-button-next,
.swiper-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 10rem;
  height: 6.4rem;
  background-color: var(--text-primary);
  outline: none;
  transition: opacity .3s linear 0s;
  cursor: pointer
}

.swiper-button-next svg,
.swiper-button-prev svg {
  width: 3.3rem;
  fill: var(--bg-primary)
}

.swiper-scrollbar-horizontal {
  width: 30rem;
  height: 4px;
  border-radius: 10px;
  background-color: var(--bg-accent)
}

.swiper-scrollbar-horizontal .swiper-scrollbar-drag {
  border-radius: 10px;
  height: 4px;
  background-color: var(--secondary);
  cursor: pointer
}

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

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  border-radius: 1.2rem 0 0 1.2rem
}

.swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: scaleX(-1) scaleY(-1)
}

.swiper-button-prev:before,
.swiper-rtl .swiper-button-next:before {
  content: "";
  position: absolute;
  height: 5rem;
  width: 1px;
  background-color: #ffffff1e;
  left: calc(100% - 1px);
  top: calc(50% - 2.5rem);
  z-index: 20
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  border-radius: 0 1.2rem 1.2rem 0
}

.swiper-button-lock {
  display: block !important
}

.swiper-pagination {
  display: flex;
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translateZ(0);
  z-index: 1;
  bottom: -6rem;
  left: 50%;
  transform: translate(-50%)
}

@media (max-width: 768px) {
  .swiper-pagination {
    bottom: -16rem
  }
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 3rem));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, .5rem));
  display: inline-block;
  border-radius: 100px;
  background: var(--swiper-pagination-bullet-inactive-color, var(--primary));
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

@media (max-width: 768px) {
  .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10rem));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 3rem))
  }
}

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

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

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

.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, .8rem)
}

@media (max-width: 768px) {

  .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, 2rem)
  }
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translate(-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: .2s transform, .2s left
}

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

[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0
}

.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden
}

[data-simplebar].simplebar-dragging,
[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: #000;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity .2s .5s linear
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: .5;
  transition-delay: 0s;
  transition-duration: 0s
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px
}

.simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 0;
  bottom: 0;
  min-height: 0;
  min-width: 10px;
  width: auto
}

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0
}

.simplebar-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: scrollbar !important
}

.simplebar-dummy-scrollbar-size>div {
  width: 200%;
  height: 200%;
  margin: 10px 0
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none
}