html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  max-width: 100%;
  display: block;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type='checkbox'],
[type='radio'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*!
 * fullPage 2.9.7
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  /* <=28 */
  box-sizing: border-box;
}

.fp-slide {
  float: left;
}

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block;
}

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out;
}

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.fp-slidesContainer {
  float: left;
  position: relative;
}

.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
  overflow: hidden;
  position: relative;
}

.fp-scroller {
  overflow: hidden;
}

.iScrollIndicator {
  border: 0 !important;
}

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
}

#fp-nav.right {
  right: 17px;
}

#fp-nav.left {
  left: 17px;
}

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important;
}

.fp-slidesNav.bottom {
  bottom: 17px;
}

.fp-slidesNav.top {
  top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}

.fp-slidesNav ul li {
  display: inline-block;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px;
}

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}

#fp-nav ul li .fp-tooltip.right {
  right: 20px;
}

#fp-nav ul li .fp-tooltip.left {
  left: 20px;
}

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important;
}

/**
 * Swiper 8.2.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 1, 2022
 */
@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 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: '';
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
    --swiper-navigation-color: var(--swiper-theme-color);
    */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
    --swiper-pagination-color: var(--swiper-theme-color);
    --swiper-pagination-bullet-size: 8px;
    --swiper-pagination-bullet-width: 8px;
    --swiper-pagination-bullet-height: 8px;
    --swiper-pagination-bullet-inactive-color: #000;
    --swiper-pagination-bullet-inactive-opacity: 0.2;
    --swiper-pagination-bullet-opacity: 1;
    --swiper-pagination-bullet-horizontal-gap: 4px;
    --swiper-pagination-bullet-vertical-gap: 6px;
    */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
    --swiper-preloader-color: var(--swiper-theme-color);
    */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
          box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #333333;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}

.scroll-wrapper > .scroll-content {
  border: none !important;
  -webkit-box-sizing: content-box !important;
          box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scroll-element {
  display: none;
}

.scroll-element,
.scroll-element div {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}

.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}

.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 0px;
  left: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 0px;
}

.icon-btn {
  width: 24px;
  height: 24px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
}

.icon-bee {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.4433 17.6426C20.235 17.3722 19.989 17.1863 19.7852 17.0193C18.9279 16.3322 17.9007 16.0249 16.8636 15.9663C15.6811 15.8933 14.4132 16.2378 13.2098 17.1175C12.4671 17.6462 11.7944 18.3581 11.1567 19.1616C10.8342 19.5997 10.4435 20.1339 10.3249 20.7391C10.2206 21.1988 10.3606 21.5652 10.5689 21.8355C10.8427 22.1857 11.2224 22.3555 11.6094 22.4526C12.123 22.6062 12.6626 22.645 13.2211 22.6415C13.8524 22.6452 14.4908 22.5762 15.1481 22.465C15.8054 22.3538 16.4699 22.1699 17.1227 21.9554C17.7145 21.7643 18.3135 21.5004 18.8774 21.145C19.3309 20.8667 19.8033 20.5463 20.1868 20.0848C20.4832 19.7617 20.7329 19.3163 20.7833 18.8072C20.8454 18.3287 20.6632 17.9434 20.4433 17.6426Z' fill='%23FCF9F5'/%3E%3Cpath d='M16.0567 14.7701C16.1106 14.8195 16.1833 14.8267 16.2749 14.7917C16.6035 14.7361 17.0409 14.3241 17.3112 14.1158C18.1949 13.4983 19.0553 12.8196 19.8734 12.1221C21.9094 10.3995 24.4241 7.54911 23.1937 4.69527C22.5843 3.28362 21.2566 2.0065 19.8946 1.37227C18.8819 0.919504 17.7182 0.804319 16.7429 1.45689C15.4856 2.28719 15.0525 3.99224 14.8852 5.38577C14.663 7.18514 14.8045 9.02051 15.0681 10.8092C15.251 11.929 15.5067 13.0559 15.7318 14.1945C15.8135 14.4082 15.8763 14.6641 16.0567 14.7701Z' fill='white' fill-opacity='0.2'/%3E%3Cpath d='M14.4457 15.3156C14.5634 15.1657 14.4961 14.8065 14.4567 14.6117C14.0709 12.8696 13.5631 11.1743 12.8909 9.50669C12.2654 7.96124 11.445 6.45526 10.2556 5.26527C9.52032 4.53151 8.57583 3.98268 7.53429 3.82083C6.30508 3.62572 5.07935 3.98911 3.97748 4.58508C3.57337 4.80948 3.18093 5.0644 2.80015 5.34985C1.83654 6.03296 0.69867 6.99258 0.526889 8.28285C0.372238 9.25167 0.905417 10.0976 1.59399 10.7092C2.47915 11.5607 3.65349 12.1616 4.75064 12.6521C6.05877 13.2369 7.4235 13.6952 8.79543 14.0807C9.73819 14.3503 10.7115 14.6082 11.6731 14.8356C12.175 14.9587 12.6652 15.0513 13.1366 15.1861C13.3665 15.2382 13.6269 15.2786 13.8684 15.3613C13.995 15.4179 14.2976 15.4772 14.4457 15.3156Z' fill='white' fill-opacity='0.2'/%3E%3C/svg%3E%0A");
}

.icon-plus {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.1601 9.952H19.5361V14.144H14.1601V19.776H9.80811V14.144H4.46411V9.952H9.80811V4.224H14.1601V9.952Z' fill='%23E6E0DA'/%3E%3C/svg%3E%0A");
}

.icon-minus {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.448 14.224V10H19.552V14.224H4.448Z' fill='white' fill-opacity='0.2'/%3E%3C/svg%3E%0A");
}

.icon-equals {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.448 10.528V6.336H19.552V10.528H4.448ZM4.448 17.664V13.44H19.552V17.664H4.448Z' fill='%23E6E0DA'/%3E%3C/svg%3E%0A");
}

.icon-telegram {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.555 5.44976L6.73936 9.30612L2.39962 6.59178C1.77783 6.20276 1.90718 5.25829 2.61048 5.05262L12.9142 2.03518C13.5582 1.84642 14.155 2.44855 13.9637 3.09466L10.9154 13.3912C10.7066 14.0955 9.76747 14.2213 9.38214 13.5968L6.73734 9.3068' stroke='%23FCF9F5' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.icon-mail {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.9351 5.90088L8.97291 8.30957C8.41325 8.75357 7.62583 8.75357 7.06617 8.30957L4.07898 5.90088' stroke='%23FCF9F5' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.2726 14C13.3002 14.0056 14.6667 12.3397 14.6667 10.2922V5.71334C14.6667 3.66588 13.3002 2 11.2726 2H4.72747C2.6999 2 1.33337 3.66588 1.33337 5.71334V10.2922C1.33337 12.3397 2.6999 14.0056 4.72747 14H11.2726Z' stroke='%23FCF9F5' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.icon-close {
  background-image: url("data:image/svg+xml,%3Csvg width='56' height='56' viewBox='0 0 56 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M34.9432 28.1849L43.8131 37.0548L36.8967 43.9713L28.0267 35.1013L18.7344 44.3936L11.554 37.2132L20.8463 27.9209L12.0291 19.1037L18.9456 12.1873L27.7627 21.0044L37.2134 11.5537L44.3939 18.7341L34.9432 28.1849Z' fill='white' fill-opacity='0.2'/%3E%3C/svg%3E%0A");
}

.icon-menu {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 8H21' stroke='%23333333' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M3 13H12' stroke='%23333333' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M3 18H17' stroke='%23333333' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

::-webkit-scrollbar {
  width: 0px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  -webkit-box-shadow: none;
          box-shadow: none;
}

body {
  font-family: "Montserrat", sans-serif;
  color: #333333;
  font-size: 16px;
  line-height: 1.25;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 900;
}

.wrap-content {
  max-width: 1440px;
  padding-left: 96px;
  padding-right: 96px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

a {
  color: inherit;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.jcsb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.aic {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn {
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  padding: 0px 16px;
  text-decoration: none;
  height: 56px;
  width: 100%;
  max-width: 260px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-primary {
  background-color: #333333;
  color: #fcf9f5;
}

.btn-primary:hover {
  background-color: rgba(51, 51, 51, 0.9);
}

.btn-primary:active {
  background-color: rgba(51, 51, 51, 0.95);
}

.btn-primary[disabled], .btn-primary:disabled, .btn-primary.disabled {
  background-color: rgba(51, 51, 51, 0.2);
  pointer-events: none;
}

.btn-price {
  background-color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.btn-price span {
  color: #fcf9f5;
}

.btn-price b {
  color: rgba(255, 255, 255, 0.2);
}

.btn-price b span {
  color: inherit;
}

.btn-price:hover {
  background-color: rgba(51, 51, 51, 0.9);
}

.btn-price:active {
  background-color: rgba(51, 51, 51, 0.95);
}

.btn-price[disabled], .btn-price:disabled, .btn-price.disabled {
  background-color: rgba(51, 51, 51, 0.2);
  pointer-events: none;
}

.btn .icon-btn {
  margin-left: 16px;
}

.btn-plus {
  width: 56px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 16px;
  border: 1px dashed rgba(252, 249, 245, 0.2);
  cursor: pointer;
}

.btn-plus i {
  opacity: 0.2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-plus:hover i {
  opacity: 1;
}

.btn-form {
  font-weight: 900;
  font-size: 24px;
  font-family: "Noto Sans", sans-serif;
  color: #fcf9f5;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  background: none;
  cursor: pointer;
  position: relative;
  padding: 8px 0px;
}

.btn-form::after {
  content: '';
  position: absolute;
  left: 0;
  width: 0%;
  bottom: -2px;
  height: 1px;
  background-color: #fcf9f5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-form:hover::after {
  width: 100%;
}

.btn-form:active {
  color: rgba(252, 249, 245, 0.2);
}

.btn-form:active::after {
  width: 0%;
}

.btn-form[disabled], .btn-form:disabled, .btn-form.disabled {
  cursor: auto;
  color: rgba(252, 249, 245, 0.2);
}

.btn-form[disabled]::after, .btn-form:disabled::after, .btn-form.disabled::after {
  width: 0%;
}

input[type='text'],
input[type='tel'],
select,
.nice-select,
textarea {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border: none;
  border-radius: 0;
  height: 40px;
  color: #fcf9f5;
  width: 100%;
  font-size: 18px;
  border-bottom: 1px solid rgba(252, 249, 245, 0.2);
}

input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
select::-webkit-input-placeholder,
.nice-select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #fcf9f5;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

input[type='text']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
select:-ms-input-placeholder,
.nice-select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #fcf9f5;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

input[type='text']::-ms-input-placeholder,
input[type='tel']::-ms-input-placeholder,
select::-ms-input-placeholder,
.nice-select::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #fcf9f5;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

input[type='text']::placeholder,
input[type='tel']::placeholder,
select::placeholder,
.nice-select::placeholder,
textarea::placeholder {
  color: #fcf9f5;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

input[type='text']:focus::-webkit-input-placeholder,
input[type='tel']:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder,
.nice-select:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0.2;
}

input[type='text']:focus:-ms-input-placeholder,
input[type='tel']:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder,
.nice-select:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  opacity: 0.2;
}

input[type='text']:focus::-ms-input-placeholder,
input[type='tel']:focus::-ms-input-placeholder,
select:focus::-ms-input-placeholder,
.nice-select:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
  opacity: 0.2;
}

input[type='text']:focus::placeholder,
input[type='tel']:focus::placeholder,
select:focus::placeholder,
.nice-select:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0.2;
}

.nice-select::after {
  top: 20px;
  border: none;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10L12 15L17 10' stroke='%23FCF9F5' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: none;
          transform: none;
  margin: 0;
  right: 0;
  top: 8px;
}

.nice-select.open:after {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
  top: 1px;
}

textarea {
  resize: vertical;
  min-height: 40px;
}

textarea::-webkit-resizer {
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 14L14 10' stroke='white' stroke-opacity='0.2' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M5.33337 14L14 5.33337' stroke='white' stroke-opacity='0.2' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

input.error {
  color: #ff768d;
}

input.error::-webkit-input-placeholder {
  color: #ff768d;
}

input.error:-ms-input-placeholder {
  color: #ff768d;
}

input.error::-ms-input-placeholder {
  color: #ff768d;
}

input.error::placeholder {
  color: #ff768d;
}

.checkbox-radio label {
  display: block;
  width: 30px;
  height: 20px;
  position: relative;
  background-color: rgba(252, 249, 245, 0.2);
  border-radius: 30px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.checkbox-radio label:hover {
  background-color: rgba(252, 249, 245, 0.35);
}

.checkbox-radio input {
  display: none;
}

.checkbox-radio .radio-check {
  width: 16px;
  height: 16px;
  position: absolute;
  background-color: #fcf9f5;
  left: 2px;
  top: 2px;
  border-radius: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.checkbox-radio input:checked + span {
  left: 12px;
}

.checkbox input {
  -webkit-transform: scale(0);
          transform: scale(0);
  width: 0;
  height: 0;
  visibility: hidden;
}

.checkbox label {
  padding-left: 30px;
  font-size: 14px;
  color: #fcf9f5;
  position: relative;
  cursor: pointer;
  display: inline-block;
  line-height: 1.5;
}

.checkbox label::after {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background-color: rgba(252, 249, 245, 0.2);
  z-index: 1;
}

.checkbox label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='8' viewBox='0 0 11 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.3536 0.646447C10.5488 0.841709 10.5488 1.15829 10.3536 1.35355L4.35355 7.35355C4.15829 7.54882 3.84171 7.54882 3.64645 7.35355L0.146447 3.85355C-0.0488154 3.65829 -0.0488154 3.34171 0.146447 3.14645C0.341709 2.95118 0.658291 2.95118 0.853554 3.14645L4 6.29289L9.64645 0.646447C9.84171 0.451185 10.1583 0.451185 10.3536 0.646447Z' fill='%23FCF9F5'/%3E%3C/svg%3E%0A");
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-size: 12px;
}

.checkbox input:checked + label::before {
  opacity: 1;
}

.checkbox input.error + label::after {
  background-color: #ff768d;
}

.nice-select {
  font-family: "Montserrat", sans-serif;
  padding-left: 0;
  height: auto;
}

.nice-select:active, .nice-select:focus, .nice-select:hover {
  border-bottom: 1px solid rgba(252, 249, 245, 0.2);
}

.nice-select.open {
  border-bottom-color: #fcf9f5;
}

.nice-select .list {
  width: 100%;
  background-color: #333333;
  border: 1px solid rgba(252, 249, 245, 0.2);
  border-radius: 8px;
  margin-top: 8px;
  -webkit-transform: scale(1) translateY(-21px);
          transform: scale(1) translateY(-21px);
}

.nice-select .option {
  font-size: 18px;
  font-weight: 400;
  white-space: normal;
  line-height: 1.33;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: rgba(252, 249, 245, 0.2);
  font-weight: 400;
}

.nice-select > span {
  display: block;
  line-height: 1.33;
  white-space: normal;
  padding: 8px 0;
}

.main-title {
  font-size: 64px;
  line-height: 1.12;
  margin: 0;
}

.sub-title-section {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.5;
  font-family: "Noto Sans", sans-serif;
  color: rgba(51, 51, 51, 0.2);
  margin: 0;
}

.title-section {
  font-size: 56px;
  line-height: 1.17;
  font-weight: 900;
  font-family: "Noto Sans", sans-serif;
  margin: 0;
}

.list-with-title {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-with-title li {
  margin-bottom: 24px;
}

.list-with-title li strong {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.5;
  font-family: "Noto Sans", sans-serif;
  color: rgba(51, 51, 51, 0.2);
}

.list-with-title li p {
  margin: 0;
}

.list-with-title li:last-child {
  margin-bottom: 0;
}

.row-compound .item-compaund {
  width: 140px;
  height: 140px;
  border-radius: 16px;
  background-color: #fcf9f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  align-items: center;
}

.row-compound .item-compaund span {
  display: block;
  margin-top: 10px;
}

.row-compound .item-compaund:nth-of-type(2) {
  border: 2px solid #333333;
}

.row-compound .item-compaund:last-of-type img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: -20px;
}

.row-compound .icon-btn {
  margin: 0px 8px;
}

.form-wrap .item-product-form {
  padding: 16px;
  border: 1px dashed rgba(252, 249, 245, 0.2);
  border-radius: 16px;
  margin-bottom: 16px;
  position: relative;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.form-wrap .item-product-form:last-child {
  margin-bottom: 0;
}

.form-wrap .item-product-form__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-wrap .item-product-form__bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 16px;
  width: 100%;
}

.form-wrap .item-product-form__bot .price {
  font-family: "Noto Sans", sans-serif;
  font-weight: 900;
  font-size: 16px;
  color: rgba(252, 249, 245, 0.2);
}

.form-wrap .item-product-form__delete {
  position: absolute;
  right: -56px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 56px;
  height: 56px;
  cursor: pointer;
}

.form-wrap .item-product-form__delete i {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.form-wrap .item-product-form__delete:hover i {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.448 14.224V10H19.552V14.224H4.448Z' fill='%23FCF9F5'/%3E%3C/svg%3E%0A");
}

.form-wrap .item-product-form .check-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-wrap .item-product-form .check-wrap .checkbox-radio {
  margin: 0px 17px;
}

.form-wrap .item-product-form .check-wrap > span {
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 900;
  color: rgba(252, 249, 245, 0.2);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.form-wrap .item-product-form .check-wrap > span.active {
  color: #fcf9f5;
}

.contact-info {
  font-weight: 900;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
}

.contact-info__row {
  margin-bottom: 16px;
}

.contact-info__row:last-child {
  margin-bottom: 0;
}

.contact-info__title {
  color: rgba(252, 249, 245, 0.2);
  margin-bottom: 4px;
}

.contact-info__text {
  color: #f5f0eb;
}

.contact-info .soc {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-info .soc a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-info .soc a i {
  margin-right: 8px;
}

.contact-info .soc li + li {
  margin-left: 16px;
}

.contact-info a {
  text-decoration: none;
}

body {
  overflow-x: hidden !important;
}

.section img {
  max-height: 100vh;
  width: auto;
}

.wrap-full {
  background-color: #fcf9f5;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.wrap-full::after {
  content: '';
  position: absolute;
  right: -50%;
  width: calc(50% - 210px);
  height: 100%;
  top: 0;
  -webkit-transition: all 1.2s ease-in-out;
  transition: all 1.2s ease-in-out;
  z-index: 0;
}

.wrap-full > #fullpage {
  position: relative;
  z-index: 1;
}

.wrap-full .logo {
  position: absolute;
  top: 22px;
  right: 22px;
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
  z-index: 5;
}

.wrap-full .logo path {
  -webkit-transition: all 1s;
  transition: all 1s;
}

.fp-viewing-top .wrap-full {
  background-color: #fcf9f5;
}

.fp-viewing-top .wrap-full::after {
  right: 0%;
  background-color: #333333;
}

.fp-viewing-top .wrap-full .logo {
  right: -150px;
}

.fp-viewing-about .wrap-full {
  background-color: #f5f0eb;
}

.fp-viewing-about .wrap-full::after {
  opacity: 0;
  background-color: #f5f0eb;
}

.fp-viewing-about .wrap-full .logo {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.fp-viewing-products .wrap-full {
  background-color: #fcf9f5;
}

.fp-viewing-products .wrap-full::after {
  opacity: 1;
  right: 0%;
  background-color: #f5f0eb;
}

.fp-viewing-products .wrap-full .logo {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

.fp-viewing-method .wrap-full::after {
  opacity: 1;
  right: 0%;
  width: 100%;
  background-color: #f5f0eb;
}

.fp-viewing-method .wrap-full .logo {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.fp-viewing-location .wrap-full::after {
  opacity: 1;
  right: 0%;
  width: 100%;
  background-color: #fcf9f5;
}

.fp-viewing-location .wrap-full .logo {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

.fp-viewing-order .wrap-full::after {
  opacity: 1;
  right: 0%;
  width: 100%;
  background-color: #333333;
}

.fp-viewing-order .wrap-full .logo {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.fp-viewing-order .wrap-full .logo .logo-color-primary {
  fill: rgba(252, 249, 245, 0.2);
}

.fp-viewing-order .wrap-full .logo .logo-color-secondary {
  fill: #fcf9f5;
}

.mobile-menu {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 48px 0px;
  background-color: #333333;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: auto;
  display: none;
}

.mobile-menu .wrap-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.mobile-menu .wrap-content > div {
  width: 100%;
}

.mobile-menu__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobile-menu__top .icon-btn {
  width: 56px;
  height: 56px;
}

.mobile-menu__nav {
  margin: 72px 0px;
}

.mobile-menu__nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.mobile-menu__nav ul li {
  margin-bottom: 24px;
}

.mobile-menu__nav ul li:last-child {
  margin-bottom: 0;
}

.mobile-menu__nav a {
  font-size: 40px;
  color: #fcf9f5;
  text-decoration: none;
  font-weight: 900;
  font-family: "Noto Sans", sans-serif;
  line-height: 1.2;
}

.mobile-menu__contact {
  padding-bottom: 25px;
}

.mobile-header {
  display: none;
}

.mobile-header .wrap-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.mobile-header .btn-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  width: 40px;
}

.popup {
  color: #fcf9f5;
}

.popup h2 {
  margin-bottom: 48px;
}

.popup h3 {
  font-size: 24px;
  line-height: 1.33;
  margin: 0;
  margin-top: 48px;
  margin-bottom: 16px;
}

.popup .popup-wrap {
  max-width: 840px;
  height: 100vh;
  max-height: 99vh;
  overflow: auto;
  padding: 60px 0;
}

.popup .wrap-content {
  height: 100vh;
}

.popup .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.popup-contact h2 {
  margin-bottom: 24px;
}

.popup-contact p {
  color: #fcf9f5;
}

.popup-contact .popup-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.popup-contact .popup-wrap__text {
  max-width: 625px;
  margin: 50px 0px;
}

.popup-contact .popup-wrap__text p {
  max-width: 520px;
}

.mfp-close {
  width: 56px;
  height: 56px;
  font-size: 0;
  top: 60px;
  right: 96px;
  background-image: url("data:image/svg+xml,%3Csvg width='56' height='56' viewBox='0 0 56 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M34.9432 28.1849L43.8131 37.0548L36.8967 43.9713L28.0267 35.1013L18.7344 44.3936L11.554 37.2132L20.8463 27.9209L12.0291 19.1037L18.9456 12.1873L27.7627 21.0044L37.2134 11.5537L44.3939 18.7341L34.9432 28.1849Z' fill='white' fill-opacity='0.2'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
}

.mfp-container {
  max-width: 1440px;
  padding-left: 96px;
  padding-right: 96px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.mfp-close:active {
  top: 60px;
}

.row-tabs-swiper .tab-swiper {
  font-family: "Noto Sans", sans-serif;
  font-weight: 900;
  font-size: 16px;
  border-radius: 8px;
  padding: 8px 16px;
  background-color: #f5f0eb;
  margin-right: 16px;
  cursor: pointer;
}

.row-tabs-swiper .tab-swiper.active {
  background-color: #333333;
  color: #fcf9f5;
}

.swiper-arrow-lg {
  width: 40px;
  height: 64px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 34px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.swiper-arrow-lg::after {
  display: none;
}

.swiper-arrow-lg.swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='35' viewBox='0 0 12 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 34L6 10' stroke='%23333333' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M7.131 0.369216C7.189 0.425718 7.437 0.639065 7.641 0.837798C8.924 2.00292 11.024 5.04238 11.665 6.63322C11.768 6.87482 11.986 7.48563 12 7.81198C12 8.1247 11.928 8.4228 11.782 8.70726C11.578 9.06186 11.257 9.34632 10.878 9.50219C10.615 9.60253 9.828 9.7584 9.814 9.7584C8.953 9.91427 7.554 10 6.008 10C4.535 10 3.193 9.91427 2.319 9.78665C2.305 9.77204 1.327 9.61617 0.992 9.44569C0.38 9.13298 0 8.52216 0 7.86848L0 7.81198C0.015 7.38626 0.395 6.49099 0.409 6.49099C1.051 4.98587 3.048 2.01656 4.375 0.823186C4.375 0.823186 4.716 0.487092 4.929 0.340964C5.235 0.113005 5.614 0 5.993 0C6.416 0 6.81 0.127618 7.131 0.369216Z' fill='%23333333'/%3E%3C/svg%3E%0A");
}

.swiper-arrow-lg.swiper-button-prev:hover {
  background-position: center 10px;
}

.swiper-arrow-lg.swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='35' viewBox='0 0 12 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 1L6 25' stroke='%23333333' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M4.869 34.6308C4.811 34.5743 4.563 34.3609 4.359 34.1622C3.076 32.9971 0.976 29.9576 0.335001 28.3668C0.232001 28.1252 0.0140006 27.5144 6.82945e-07 27.188C7.10283e-07 26.8753 0.0720012 26.5772 0.218001 26.2927C0.422002 25.9381 0.743001 25.6537 1.122 25.4978C1.385 25.3975 2.172 25.2416 2.186 25.2416C3.047 25.0857 4.446 25 5.992 25C7.465 25 8.807 25.0857 9.681 25.2133C9.695 25.228 10.673 25.3838 11.008 25.5543C11.62 25.867 12 26.4778 12 27.1315L12 27.188C11.985 27.6137 11.605 28.509 11.591 28.509C10.949 30.0141 8.952 32.9834 7.625 34.1768C7.625 34.1768 7.284 34.5129 7.071 34.659C6.765 34.887 6.386 35 6.007 35C5.584 35 5.19 34.8724 4.869 34.6308Z' fill='%23333333'/%3E%3C/svg%3E%0A");
}

.swiper-arrow-lg.swiper-button-next:hover {
  background-position: center 20px;
}

.swiper-arrow-sm {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.swiper-arrow-sm::after {
  display: none;
}

.swiper-arrow-sm.swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='12' viewBox='0 0 10 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.369216 7.131C0.425719 7.189 0.639065 7.437 0.837798 7.641C2.00292 8.924 5.04238 11.024 6.63322 11.665C6.87482 11.768 7.48563 11.986 7.81198 12C8.1247 12 8.4228 11.928 8.70726 11.782C9.06186 11.578 9.34632 11.257 9.50219 10.878C9.60253 10.615 9.7584 9.828 9.7584 9.814C9.91427 8.953 10 7.554 10 6.008C10 4.535 9.91427 3.193 9.78665 2.319C9.77204 2.305 9.61617 1.327 9.44569 0.992C9.13298 0.38 8.52216 1.7623e-08 7.86849 2.54181e-08L7.81198 2.60918e-08C7.38626 0.015 6.49099 0.395 6.49099 0.409C4.98587 1.051 2.01656 3.048 0.823186 4.375C0.823186 4.375 0.487092 4.716 0.340964 4.929C0.113005 5.235 -7.61523e-08 5.614 -7.16327e-08 5.993C-6.65885e-08 6.416 0.127618 6.81 0.369216 7.131' fill='%23333333'/%3E%3C/svg%3E%0A");
}

.swiper-arrow-sm.swiper-button-prev:hover {
  background-position: 10px center;
}

.swiper-arrow-sm.swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='12' viewBox='0 0 10 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.63078 7.131C9.57428 7.189 9.36094 7.437 9.1622 7.641C7.99708 8.924 4.95762 11.024 3.36678 11.665C3.12518 11.768 2.51437 11.986 2.18802 12C1.8753 12 1.5772 11.928 1.29274 11.782C0.938139 11.578 0.653678 11.257 0.497808 10.878C0.397467 10.615 0.241598 9.828 0.241598 9.814C0.0857282 8.953 5.3018e-08 7.554 7.14539e-08 6.008C8.90192e-08 4.535 0.0857283 3.193 0.213346 2.319C0.227959 2.305 0.383829 1.327 0.554311 0.992C0.867024 0.379999 1.47784 1.7623e-08 2.13151 2.54181e-08L2.18802 2.60918e-08C2.61374 0.0150004 3.50901 0.395 3.50901 0.409C5.01413 1.051 7.98344 3.048 9.17681 4.375C9.17681 4.375 9.51291 4.716 9.65904 4.929C9.88699 5.235 10 5.614 10 5.993C10 6.416 9.87238 6.81 9.63078 7.131Z' fill='%23333333'/%3E%3C/svg%3E%0A");
}

.swiper-arrow-sm.swiper-button-next:hover {
  background-position: 20px center;
}

#header {
  position: fixed;
  left: 0px;
  top: 0;
  bottom: 0;
  z-index: 100;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#header .line-menu {
  content: '';
  position: absolute;
  left: 92px;
  height: 20%;
  width: 1px;
  background-color: #333333;
  z-index: 1;
  top: 0;
  -webkit-transition: top 1s;
  transition: top 1s;
}

.fp-viewing-top #header {
  left: -93px;
}

.desctop-nav {
  height: 100vh;
}

#menu-desctop {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  width: 93px;
}

#menu-desctop li {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#menu-desctop li.active a {
  color: #333333;
}

#menu-desctop a {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "Noto Sans", sans-serif;
  font-weight: 900;
  font-size: 16px;
  text-decoration: none;
  padding: 0px 36px;
  width: 100%;
  text-align: center;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
  border-left: 1px solid #e6e0da;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: rgba(51, 51, 51, 0.2);
  width: 93px;
}

#menu-desctop a:hover {
  color: #333333;
}

.fp-viewing-order #menu-desctop a {
  color: rgba(252, 249, 245, 0.2);
  border-left-color: rgba(252, 249, 245, 0.2);
}

.fp-viewing-order #menu-desctop li.active a {
  color: #fcf9f5;
}

.fp-viewing-order #header .line-menu {
  background-color: #fcf9f5;
}

.section-top__logo {
  position: absolute;
  left: 96;
  top: 40px;
}

.section-top .main-title {
  margin-bottom: 24px;
}

.section-top__descr {
  margin: 0;
  max-width: 545px;
}

.section-top__text-col {
  max-width: 625px;
}

.section-top__img-col {
  max-width: 520px;
}

.section-top .wrap-content {
  position: relative;
  z-index: 1;
}

.section-top .btn {
  margin-top: 48px;
}

.section-top::after {
  content: '';
  position: absolute;
  right: 0;
  width: calc(50% - 210px);
  height: 100%;
  top: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='512' height='900' viewBox='0 0 512 900' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_155_730' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='512' height='900'%3E%3Crect width='512' height='900' fill='%23333333'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_155_730)'%3E%3Ccircle opacity='0.9' cy='450' r='99.5' stroke='%23FCF9F5'/%3E%3Ccircle opacity='0.8' cy='450' r='149.5' stroke='%23FCF9F5'/%3E%3Ccircle opacity='0.6' cy='450' r='199.5' stroke='%23FCF9F5'/%3E%3Ccircle opacity='0.5' cy='450' r='249.5' stroke='%23FCF9F5'/%3E%3Ccircle opacity='0.4' cy='450' r='299.5' stroke='%23FCF9F5'/%3E%3Ccircle opacity='0.3' cy='450' r='349.5' stroke='%23FCF9F5'/%3E%3Ccircle opacity='0.2' cy='450' r='399.5' stroke='%23FCF9F5'/%3E%3Ccircle opacity='0.1' cy='450' r='449.5' stroke='%23FCF9F5'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  z-index: 0;
}

.section-about .bee-img {
  position: absolute;
  right: 50px;
  top: 11px;
}

.section-about__img-col {
  max-width: 624px;
}

.section-about__img-col lottie-player {
  width: 100%;
  height: 100%;
}

.section-about__text-col {
  max-width: 520px;
  position: relative;
}

.section-about .title-section {
  margin-bottom: 48px;
}

.fp-viewing-products .section-products::after {
  right: 0%;
}

.section-products::after {
  content: '';
  position: absolute;
  right: -50%;
  width: calc(50% - 210px);
  height: 100%;
  top: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='512' height='900' viewBox='0 0 512 900' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_163_873' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='512' height='900'%3E%3Crect width='512' height='900' fill='%23333333'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_163_873)'%3E%3Ccircle opacity='0.9' cy='450' r='99.5' stroke='%23333333' stroke-opacity='0.2'/%3E%3Ccircle opacity='0.8' cy='450' r='149.5' stroke='%23333333' stroke-opacity='0.2'/%3E%3Ccircle opacity='0.6' cy='450' r='199.5' stroke='%23333333' stroke-opacity='0.2'/%3E%3Ccircle opacity='0.5' cy='450' r='249.5' stroke='%23333333' stroke-opacity='0.2'/%3E%3Ccircle opacity='0.4' cy='450' r='299.5' stroke='%23333333' stroke-opacity='0.2'/%3E%3Ccircle opacity='0.3' cy='450' r='349.5' stroke='%23333333' stroke-opacity='0.2'/%3E%3Ccircle opacity='0.2' cy='450' r='399.5' stroke='%23333333' stroke-opacity='0.2'/%3E%3Ccircle opacity='0.1' cy='450' r='449.5' stroke='%23333333' stroke-opacity='0.2'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  z-index: 0;
  -webkit-transition: right 1.2s ease-in-out;
  transition: right 1.2s ease-in-out;
}

.section-products .title-section {
  margin-bottom: 24px;
}

.section-products__slider {
  width: 100%;
}

.section-products .wrap-content {
  position: relative;
}

.section-products .swiper-text-out {
  max-width: 520px;
}

.section-products .swiper-img-out {
  width: 520px;
}

.section-products .row-slider-out {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-products .row-slider-out > .swiper {
  margin: 0;
  height: 100vh;
}

.section-products .row-slider-out > .swiper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-products .btn {
  margin-top: 48px;
}

.section-products .swiper-arrow-lg {
  right: 96px;
  left: auto;
}

.section-products .swiper-button-next {
  top: 58%;
}

.section-products .swiper-button-prev {
  top: 42%;
}

.section-products .shadow-img {
  position: absolute;
  left: 50%;
  top: calc(50% + 160px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.section-method .title-section {
  margin-bottom: 24px;
}

.section-method .swiper {
  padding-bottom: 40px;
}

.section-method .row-compound {
  margin-top: 62px;
}

.section-method__slider-col {
  max-width: 640px;
  padding-left: 100px;
}

.section-method__img-col {
  max-width: 520px;
}

.section-method .swiper-button-prev {
  left: 210px;
}

.section-method .swiper-button-next {
  right: 250px;
}

.section-method .swiper-arrow-sm {
  top: auto;
  bottom: 0;
}

.section-location .title-section {
  margin-bottom: 24px;
}

.section-location__img-col {
  max-width: 728px;
}

.section-location__text-col {
  max-width: 520px;
}

.section-order .title-section {
  color: #fcf9f5;
  margin-bottom: 48px;
}

.section-order .wrap-content {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section-order .btn-plus {
  margin-top: 16px;
}

.section-order input {
  margin-bottom: 24px;
}

.section-order textarea {
  margin-top: 24px;
}

.section-order .checkbox {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-order .contact-info {
  text-align: right;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 50px;
}

.section-order .contact-info .soc {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.section-order .form-wrap {
  padding-left: 60px;
  max-width: 770px;
  height: 100vh;
  overflow: auto;
}

.section-order .form-wrap .title-section {
  margin-top: 100px;
}

.section-order .form-wrap form {
  max-width: 520px;
  min-height: calc(100vh - 210px);
  padding-bottom: 140px;
  position: relative;
}

.section-order .form-wrap .btn-form {
  position: absolute;
  bottom: 48px;
}

.not-found {
  background-color: #333333;
  height: 100vh;
  min-height: 767px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.not-found .logo {
  position: absolute;
  top: 40px;
  left: 96px;
  z-index: 1;
}

.not-found__wrap {
  width: 100%;
  height: 100%;
  background-image: url(/images/bg-404.svg);
  background-size: 1060px 900px;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.not-found__wrap-text {
  width: 100%;
  max-width: 436px;
  margin-top: 165px;
}

.not-found h1 {
  font-size: 100px;
  font-weight: 900;
  margin: 0;
}

.not-found h4 {
  font-size: 16px;
  line-height: 24px;
  margin: 16px 0 0;
}

.not-found .btn {
  width: 260px;
  margin-top: 72px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1440px) {
  .wrap-content {
    max-width: 1140px;
  }
  .main-title {
    font-size: 50px;
  }
  .section-top__text-col {
    max-width: 490px;
  }
  .section-top__img-col {
    max-width: 450px;
  }
  .title-section {
    font-size: 48px;
  }
  .section-about__text-col {
    max-width: 440px;
  }
  .section-about__img-col {
    max-width: 505px;
  }
  .section-products .swiper-text-out {
    max-width: 490px;
    padding-left: 25px;
  }
  .section-products .swiper-img-out {
    max-width: 450px;
  }
  .section-products .shadow-img {
    top: calc(50% + 135px);
    width: 295px;
  }
  .section-method__slider-col {
    max-width: 530px;
    padding-left: 25px;
  }
  .section-method__img-col {
    max-width: 405px;
  }
  .section-method .swiper-button-next {
    right: auto;
    left: 250px;
  }
  .section-location__text-col {
    max-width: 440px;
  }
  .section-location__img-col {
    max-width: 505px;
  }
  .section-order .form-wrap {
    padding-left: 25px;
  }
}

@media only screen and (max-width: 1140px) {
  html {
    overflow: unset !important;
  }
  .popup .popup-wrap {
    max-height: 99vh;
  }
  .wrap-content,
  .mfp-container {
    max-width: 860px;
    padding: 0;
    display: block;
  }
  .section:not(.section-top) {
    padding: 112px 0px;
  }
  .section img {
    max-height: unset;
  }
  .wrap-full::after,
  .wrap-full > .logo {
    display: none;
  }
  .desctop-nav,
  .line-menu {
    display: none;
  }
  .section-top {
    padding-bottom: 84px;
    padding-top: 30px;
  }
  .section-top__img-col {
    max-width: 100%;
    width: 100%;
    margin-top: 60px;
  }
  .section-top__img-col img {
    width: 504px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .section-top__logo {
    position: static;
    margin-bottom: 64px;
    display: inline-block;
  }
  .section-top::after {
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    width: 100%;
    height: 240px;
    background-color: #333333;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='768' height='244' viewBox='0 0 768 244' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_194_2532' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='768' height='244'%3E%3Crect x='768' width='244' height='768' transform='rotate(90 768 0)' fill='%23333333'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_194_2532)'%3E%3Ccircle opacity='0.9' cx='384' cy='8.01933e-05' r='84.8333' transform='rotate(90 384 8.01933e-05)' stroke='%23FCF9F5'/%3E%3Ccircle opacity='0.8' cx='384' cy='-5.59506e-06' r='127.5' transform='rotate(90 384 -5.59506e-06)' stroke='%23FCF9F5'/%3E%3Ccircle opacity='0.6' cx='384' cy='-8.3754e-05' r='170.167' transform='rotate(90 384 -8.3754e-05)' stroke='%23FCF9F5'/%3E%3Ccircle opacity='0.5' cx='384' cy='8.22276e-05' r='212.833' transform='rotate(90 384 8.22276e-05)' stroke='%23FCF9F5'/%3E%3Ccircle opacity='0.4' cx='384' cy='-1.11901e-05' r='255.5' transform='rotate(90 384 -1.11901e-05)' stroke='%23FCF9F5'/%3E%3Ccircle opacity='0.3' cx='384' cy='-0.000104608' r='298.167' transform='rotate(90 384 -0.000104608)' stroke='%23FCF9F5'/%3E%3Ccircle opacity='0.2' cx='384' cy='7.66326e-05' r='340.833' transform='rotate(90 384 7.66326e-05)' stroke='%23FCF9F5'/%3E%3Ccircle opacity='0.1' cx='384' cy='-1.67852e-05' r='383.5' transform='rotate(90 384 -1.67852e-05)' stroke='%23FCF9F5'/%3E%3C/g%3E%3C/svg%3E%0A");
  }
  .section-about {
    background-color: #f5f0eb;
  }
  .section-about__img-col {
    max-width: 450px;
  }
  .section-about__text-col {
    max-width: 400px;
  }
  .section-products {
    background-color: #fcf9f5;
  }
  .section-products.section {
    padding-bottom: 0;
  }
  .section-products .shadow-img {
    top: auto;
    width: 295px;
    bottom: 185px;
  }
  .section-products::after {
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    -webkit-transition: none;
    transition: none;
    height: 360px;
    background-color: #f5f0eb;
    background-size: cover;
    background-position: bottom center;
    background-image: url("data:image/svg+xml,%3Csvg width='768' height='360' viewBox='0 0 768 360' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_194_1363' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='768' height='360'%3E%3Crect x='768' width='360' height='768' transform='rotate(90 768 0)' fill='%23333333'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_194_1363)'%3E%3Ccircle opacity='0.9' cx='384' cy='-1.96299e-05' r='99.5' transform='rotate(90 384 -1.96299e-05)' stroke='%23333333' stroke-opacity='0.2'/%3E%3Ccircle opacity='0.8' cx='384' cy='-2.18155e-05' r='149.5' transform='rotate(90 384 -2.18155e-05)' stroke='%23333333' stroke-opacity='0.2'/%3E%3Ccircle opacity='0.6' cx='384' cy='-2.40011e-05' r='199.5' transform='rotate(90 384 -2.40011e-05)' stroke='%23333333' stroke-opacity='0.2'/%3E%3Ccircle opacity='0.5' cx='384' cy='-1.09278e-05' r='249.5' transform='rotate(90 384 -1.09278e-05)' stroke='%23333333' stroke-opacity='0.2'/%3E%3Ccircle opacity='0.4' cx='384' cy='-1.31134e-05' r='299.5' transform='rotate(90 384 -1.31134e-05)' stroke='%23333333' stroke-opacity='0.2'/%3E%3Ccircle opacity='0.3' cx='384' cy='-1.5299e-05' r='349.5' transform='rotate(90 384 -1.5299e-05)' stroke='%23333333' stroke-opacity='0.2'/%3E%3Ccircle opacity='0.2' cx='384' cy='-1.74846e-05' r='399.5' transform='rotate(90 384 -1.74846e-05)' stroke='%23333333' stroke-opacity='0.2'/%3E%3Ccircle opacity='0.1' cx='384' cy='-1.96701e-05' r='449.5' transform='rotate(90 384 -1.96701e-05)' stroke='%23333333' stroke-opacity='0.2'/%3E%3C/g%3E%3C/svg%3E%0A");
    opacity: 1 !important;
  }
  .section-products .row-slider-out > .swiper {
    height: auto;
  }
  .section-products .row-slider-out > .swiper .swiper-slide {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section-products .row-slider-out > .swiper .swiper-slide img {
    width: 504px;
  }
  .section-products .row-slider-out > .swiper.swiper-text-out {
    margin-bottom: 112px;
  }
  .section-products .swiper-text-out {
    max-width: 100%;
    padding-left: 0;
  }
  .section-products .swiper-img-out {
    width: 100vw;
    max-width: unset;
    min-width: 100vw;
    padding-bottom: 200px;
  }
  .section-products .swiper-button-prev,
  .section-products .swiper-button-next {
    top: auto;
    bottom: 105px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .section-products .swiper-button-prev {
    left: calc(50% - 65px);
  }
  .section-products .swiper-button-next {
    right: calc(50% - 65px);
  }
  .section-method {
    background-color: #f5f0eb;
  }
  .section-method__slider-col {
    max-width: 100%;
    padding-left: 0px;
  }
  .section-method__img-col {
    max-width: 100%;
    width: 100%;
    margin-top: 48px;
  }
  .section-method__img-col lottie-player {
    margin-left: auto;
    margin-right: auto;
    max-width: 520px;
  }
  .section-method .swiper-slide {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .section-location__img-col, .section-location__text-col {
    max-width: 430px;
  }
  .section-order {
    background-color: #333333;
  }
  .section-order.section {
    padding-bottom: 0;
  }
  .section-order .form-wrap {
    height: auto;
    padding: 0;
    max-width: 100%;
  }
  .section-order .form-wrap .title-section {
    margin-top: 0;
  }
  .section-order .form-wrap form {
    max-width: 100%;
    min-height: 810px;
    position: relative;
  }
  .section-order .contact-info {
    display: none;
  }
  .mfp-close {
    right: 60px;
    top: 60px;
  }
  .mfp-close:active {
    top: 60px;
  }
  .popup .popup-wrap {
    max-width: 590px;
  }
  .swiper-arrow-lg,
  .swiper-arrow-sm {
    background-position: center !important;
  }
  .form-wrap .item-product-form {
    width: calc(100% - 40px);
  }
  .form-wrap .item-product-form__delete {
    width: 40px;
    height: 40px;
    top: 0;
    right: -40px;
    -webkit-transform: none;
            transform: none;
  }
  .form-wrap .item-product-form__delete .icon-btn {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.9761 12.0793L18.7775 15.8807L15.8133 18.8449L12.0119 15.0435L8.02948 19.0259L4.95215 15.9486L8.93457 11.9662L5.1558 8.18738L8.11999 5.22319L11.8988 9.00197L15.9491 4.95166L19.0264 8.02899L14.9761 12.0793Z' fill='white' fill-opacity='0.2'/%3E%3C/svg%3E%0A");
  }
  .form-wrap .item-product-form__delete:hover .icon-btn {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.9761 12.0793L18.7775 15.8807L15.8133 18.8449L12.0119 15.0435L8.02948 19.0259L4.95215 15.9486L8.93457 11.9662L5.1558 8.18738L8.11999 5.22319L11.8988 9.00197L15.9491 4.95166L19.0264 8.02899L14.9761 12.0793Z' fill='white' fill-opacity='1'/%3E%3C/svg%3E%0A");
  }
  .mobile-menu,
  .mobile-header {
    display: block;
  }
  #header {
    width: 100%;
    height: auto;
    bottom: auto;
    background-color: #f5f0eb;
    top: -110px;
    padding: 4px 0px;
  }
  #header.sticky-mob {
    top: 0;
  }
  #header.white-header, #header.dark-header, #header.white-dark-header {
    top: 0;
  }
  #header.white-header {
    background-color: #fcf9f5;
  }
  #header.white-dark-header {
    background-color: #f5f0eb;
  }
  #header.dark-header {
    background-color: #333333;
  }
  #header.dark-header .btn-menu .icon-btn {
    -webkit-filter: invert(1);
            filter: invert(1);
  }
  #header.dark-header .logo-color-secondary {
    fill: #fcf9f5, 0.2;
  }
  #header.dark-header .logo-color-primary {
    fill: rgba(252, 249, 245, 0.2);
  }
  .fp-viewing-top #header {
    left: 0;
  }
  .open-menu-mob {
    overflow: hidden !important;
  }
  .open-menu-mob .mobile-menu {
    opacity: 1;
    pointer-events: unset;
  }
  .mfp-wrap {
    position: fixed !important;
    top: 0 !important;
    bottom: 0 !important;
  }
}

@media only screen and (max-width: 991px) {
  .wrap-content,
  .mfp-container {
    max-width: 675px;
  }
  .title-section br {
    display: none;
  }
  .section-about__img-col {
    max-width: 100%;
    width: 100%;
    margin-bottom: 48px;
  }
  .section-about__img-col lottie-player {
    margin-left: auto;
    margin-right: auto;
  }
  .section-about__text-col {
    max-width: 100%;
  }
  .section-about .bee-img {
    display: none;
  }
  .section-location__img-col, .section-location__text-col {
    max-width: 100%;
  }
  .section-location__text-col {
    margin-bottom: 48px;
  }
  .section-location .wrap-content > .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .mfp-close {
    right: 0;
  }
  .not-found .logo {
    left: 48px;
    top: 48px;
  }
}

@media only screen and (max-width: 750px) {
  .wrap-content,
  .mfp-container {
    width: 100%;
    max-width: 530px;
    padding: 0px 24px;
  }
  .logo-mob,
  .mobile-menu_logo {
    width: 48px;
    height: 48px;
  }
  .logo-mob svg {
    width: 100%;
    height: 100%;
  }
  .mobile-menu {
    padding: 24px 0px;
  }
  .mobile-menu__top .icon-btn {
    width: 40px;
    height: 40px;
  }
  .list-with-title li {
    margin-bottom: 16px;
  }
  .section:not(.section-top) {
    padding: 72px 0px;
  }
  .section-top {
    padding-top: 24px;
    padding-bottom: 72px;
  }
  .section-top::after {
    height: 186px;
  }
  .section-top .main-title {
    margin-bottom: 16px;
  }
  .section-top__logo {
    margin-bottom: 24px;
    width: 48px;
    height: 48px;
  }
  .section-top__img-col {
    margin-top: 72px;
  }
  .section-top__img-col img {
    width: 504px;
  }
  .section-top .btn {
    max-width: 100%;
    margin-top: 24px;
  }
  .section-about__img-col {
    margin-bottom: 24px;
  }
  .section-about .title-section {
    margin-bottom: 24px;
  }
  .section-products.section {
    padding-bottom: 0;
  }
  .section-products::after {
    height: 186px;
  }
  .section-products .btn {
    max-width: 100%;
    margin-top: 24px;
  }
  .section-products .row-slider-out > .swiper.swiper-text-out {
    margin-bottom: 72px;
  }
  .section-products .swiper-img-out {
    padding-bottom: 72px;
  }
  .section-products .swiper-button-prev,
  .section-products .swiper-button-next {
    bottom: 0;
  }
  .section-products .shadow-img {
    width: 60%;
    bottom: 60px;
  }
  .section-method .row-compound {
    margin-top: 24px;
  }
  .section-method__img-col {
    margin-top: 24px;
  }
  .section-method .swiper-button-prev,
  .section-method .swiper-button-next {
    bottom: 85px;
  }
  .section-method .swiper-button-next {
    right: 30px;
    left: auto;
  }
  .section-method .swiper-button-prev {
    left: 30px;
  }
  .section-method .swiper-slide {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .row-compound {
    margin-top: 62px;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .row-compound .item-compaund:last-of-type {
    background-color: transparent;
  }
  .row-compound .item-compaund:last-of-type img {
    margin: 0;
    width: 228px;
  }
  .row-compound .icon-equals {
    width: 100%;
    margin: 30px 0px;
  }
  .section-location .title-section {
    margin-bottom: 32px;
  }
  .section-location__text-col {
    margin-bottom: 32px;
  }
  .section-order .title-section {
    margin-bottom: 24px;
  }
  .section-order.section {
    padding-bottom: 24px;
  }
  .section-order .form-wrap form {
    min-height: unset;
    position: static;
    padding-bottom: 0;
  }
  .section-order .form-wrap .btn-form {
    margin-top: 72px;
    position: static;
  }
  .mfp-close {
    width: 40px;
    height: 40px;
    background-size: 23px;
    background-size: 40px;
    top: 24px;
  }
  .mfp-close:active {
    top: 24px;
  }
  .popup .logo {
    width: 48px;
    height: 48px;
  }
  .popup .popup-wrap {
    padding: 24px 0;
  }
  .popup .popup-wrap__text {
    margin: 72px 0px 100px;
  }
  .row-compound .icon-btn.icon-plus {
    margin: 0px 3px;
  }
  .not-found {
    min-height: 560px;
  }
  .not-found .logo {
    width: 48px;
    height: 48px;
    left: 24px;
    top: 24px;
  }
  .not-found__wrap {
    background-size: 660px;
  }
  .not-found__wrap-text {
    margin-top: 30px;
    padding: 0 24px;
    max-width: 312px;
  }
  .not-found .btn {
    margin-top: 48px;
    max-width: 100%;
    width: 100%;
  }
  #privacy .title-section {
    font-size: 42px;
  }
}

@media only screen and (max-width: 359px) {
  .main-title {
    font-size: 42px;
  }
  .title-section {
    font-size: 40px;
  }
  .row-compound .item-compaund {
    width: 120px;
    height: 120px;
  }
  .form-wrap .item-product-form .check-wrap .checkbox-radio {
    margin: 0px 10px;
  }
  .form-wrap .item-product-form__bot .price,
  .form-wrap .item-product-form .check-wrap > span {
    font-size: 14px;
  }
  #privacy .title-section {
    font-size: 38px;
  }
}

@media only screen and (max-height: 640px) {
  .section {
    min-height: 750px;
  }
  .wrap-full {
    position: relative;
  }
  .wrap-full .logo {
    position: fixed;
  }
  .section-top .wrap-content {
    min-height: 750px;
  }
  .section-top__logo {
    top: 10px;
  }
  .section-order .form-wrap {
    height: unset;
  }
  .section-order .wrap-content {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .section img {
    max-height: unset;
  }
}

@media only screen and (max-height: 580px) {
  #header .line-menu {
    left: 87px;
  }
  #menu-desctop {
    width: 88px;
  }
  #menu-desctop a {
    font-size: 12px;
    width: 88px;
  }
}
/*# sourceMappingURL=style.css.map */