@font-face {
  font-family: "Be Vietnam Pro";
  src: url("./fonts/BeVietnamPro-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Arial";
  src: url("./fonts/ArialMT.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Be Vietnam Pro";
  src: url("./fonts/BeVietnamPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Be Vietnam Pro";
  src: url("./fonts/BeVietnamPro-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Be Vietnam Pro";
  src: url("./fonts/BeVietnamPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Be Vietnam Pro";
  src: url("./fonts/BeVietnamPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Be Vietnam Pro";
  src: url("./fonts/BeVietnamPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Be Vietnam Pro";
  src: url("./fonts/BeVietnamPro-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("./fonts/DMSans18pt-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("./fonts/DMSans18pt-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("./fonts/DMSans18pt-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("./fonts/DMSans18pt-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("./fonts/DMSans18pt-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("./fonts/DMSans18pt-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("./fonts/PlusJakartaSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("./fonts/PlusJakartaSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("./fonts/SFProDisplay-LightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("./fonts/SFProDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Red Hat Display";
  src: url("./fonts/RedHatDisplay-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Red Hat Display";
  src: url("./fonts/RedHatDisplay-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Red Hat Display";
  src: url("./fonts/RedHatDisplay-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "lg";
  src: url("./fonts/lg.woff2?io9a6k") format("woff2"), url("./fonts/lg.ttf?io9a6k") format("truetype"), url("./fonts/lg.woff?io9a6k") format("woff"), url("./fonts/lg.svg?io9a6k#lg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "lg" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-container {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.lg-next,
.lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1084;
  outline: none;
  border: none;
}

.lg-next.disabled,
.lg-prev.disabled {
  opacity: 0 !important;
  cursor: default;
}

.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
  color: #fff;
}

.lg-single-item .lg-next, .lg-single-item .lg-prev {
  display: none;
}

.lg-next {
  right: 20px;
}

.lg-next:before {
  content: "\e095";
}

.lg-prev {
  left: 20px;
}

.lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.lg-media-overlap .lg-toolbar {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  will-change: color;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.lg-toolbar .lg-icon.lg-icon-18 {
  font-size: 18px;
}

.lg-toolbar .lg-icon:hover {
  color: #fff;
}

.lg-toolbar .lg-close:after {
  content: "\e070";
}

.lg-toolbar .lg-maximize {
  font-size: 22px;
}

.lg-toolbar .lg-maximize:after {
  content: "\e90a";
}

.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  color: #eee;
  font-size: 16px;
  padding: 10px 40px;
  text-align: center;
  z-index: 1080;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

.lg-sub-html a {
  color: inherit;
}

.lg-sub-html a:hover {
  text-decoration: underline;
}

.lg-media-overlap .lg-sub-html {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

.lg-item .lg-sub-html {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.lg-error-msg {
  font-size: 14px;
  color: #999;
}

.lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  height: 47px;
  vertical-align: middle;
}

.lg-closing .lg-toolbar,
.lg-closing .lg-prev,
.lg-closing .lg-next,
.lg-closing .lg-sub-html {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  -webkit-transition: opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear, -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear, -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear, -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.lg-icon:focus-visible {
  color: #fff;
  border-radius: 3px;
  outline: 1px dashed rgba(255, 255, 255, 0.6);
}

.lg-toolbar .lg-icon:focus-visible {
  border-radius: 8px;
  outline-offset: -5px;
}

.lg-outer .lg-thumb-outer {
  background-color: rgba(0, 0, 0, 0.662745098);
  width: 100%;
  max-height: 350px;
  overflow: hidden;
  float: left;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-outer .lg-thumb-outer.lg-thumb-align-middle {
  text-align: center;
}

.lg-outer .lg-thumb-outer.lg-thumb-align-left {
  text-align: left;
}

.lg-outer .lg-thumb-outer.lg-thumb-align-right {
  text-align: right;
}

.lg-outer.lg-single-item .lg-thumb-outer {
  display: none;
}

.lg-outer .lg-thumb {
  padding: 5px 0;
  height: 100%;
  margin-bottom: -5px;
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .lg-outer .lg-thumb {
    padding: 10px 0;
  }
}
.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border-radius: 2px;
  margin-bottom: 5px;
  will-change: border-color;
}

@media (min-width: 768px) {
  .lg-outer .lg-thumb-item {
    border-radius: 4px;
    border: 2px solid #fff;
    -webkit-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer .lg-toggle-thumb:after {
  content: "\e1ff";
}

.lg-outer.lg-animate-thumb .lg-thumb {
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.lg-outer .lg-video-cont {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.lg-outer .lg-video-cont .lg-object {
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-has-iframe .lg-video-cont {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.lg-outer .lg-video-object {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 3;
}

.lg-outer .lg-video-poster {
  z-index: 1;
}

.lg-outer .lg-has-video .lg-video-object {
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.lg-outer .lg-has-video.lg-video-loaded .lg-video-poster,
.lg-outer .lg-has-video.lg-video-loaded .lg-video-play-button {
  opacity: 0 !important;
}

.lg-outer .lg-has-video.lg-video-loaded .lg-video-object {
  opacity: 1;
}

@-webkit-keyframes lg-play-stroke {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

@keyframes lg-play-stroke {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@-webkit-keyframes lg-play-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes lg-play-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.lg-video-play-button {
  width: 18%;
  max-width: 140px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  cursor: pointer;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  will-change: opacity, transform;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
  -webkit-transition: opacity 0.1s, -webkit-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28);
  transition: opacity 0.1s, -webkit-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28);
  transition: transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
  transition: transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s, -webkit-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28);
}

.lg-video-play-button:hover .lg-video-play-icon-bg,
.lg-video-play-button:hover .lg-video-play-icon {
  opacity: 1;
}

.lg-video-play-icon-bg {
  fill: none;
  stroke-width: 3%;
  stroke: #fcfcfc;
  opacity: 0.6;
  will-change: opacity;
  -webkit-transition: opacity 0.12s ease-in;
  transition: opacity 0.12s ease-in;
}

.lg-video-play-icon-circle {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  fill: none;
  stroke-width: 3%;
  stroke: rgba(30, 30, 30, 0.9);
  stroke-opacity: 1;
  stroke-linecap: round;
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
}

.lg-video-play-icon {
  position: absolute;
  width: 25%;
  max-width: 120px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  opacity: 0.6;
  will-change: opacity;
  -webkit-transition: opacity 0.12s ease-in;
  transition: opacity 0.12s ease-in;
}

.lg-video-play-icon .lg-video-play-icon-inner {
  fill: #fcfcfc;
}

.lg-video-loading .lg-video-play-icon-circle {
  -webkit-animation: lg-play-rotate 2s linear 0.25s infinite, lg-play-stroke 1.5s ease-in-out 0.25s infinite;
          animation: lg-play-rotate 2s linear 0.25s infinite, lg-play-stroke 1.5s ease-in-out 0.25s infinite;
}

.lg-video-loaded .lg-video-play-button {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0.7);
          transform: translate(-50%, -50%) scale(0.7);
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-single-item .lg-autoplay-button {
  opacity: 0.75;
  pointer-events: none;
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0ms !important;
  transition-duration: 0ms !important;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  will-change: transform;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
  transition: -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
}

.lg-outer.lg-use-transition-for-zoom.lg-zoom-drag-transition .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  will-change: transform;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
  -webkit-transition: opacity 0.15s, -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s !important;
  transition: opacity 0.15s, -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s !important;
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s, -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.no-transition,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.no-transition {
  -webkit-transition: none !important;
  transition: none !important;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition {
  -webkit-transform: scale3d(1, 1, 1) translate3d(-50%, -50%, 0px) !important;
          transform: scale3d(1, 1, 1) translate3d(-50%, -50%, 0px) !important;
  max-width: none !important;
  max-height: none !important;
  top: 50% !important;
  left: 50% !important;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-x,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-x {
  -webkit-transform: scale3d(1, 1, 1) translate3d(-50%, 0, 0px) !important;
          transform: scale3d(1, 1, 1) translate3d(-50%, 0, 0px) !important;
  top: 0 !important;
  left: 50% !important;
  max-width: none !important;
  max-height: none !important;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-y,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-y {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, -50%, 0px) !important;
          transform: scale3d(1, 1, 1) translate3d(0, -50%, 0px) !important;
  top: 50% !important;
  left: 0% !important;
  max-width: none !important;
  max-height: none !important;
}

.lg-icon.lg-zoom-in:after {
  content: "\e311";
}

.lg-actual-size .lg-icon.lg-zoom-in {
  opacity: 0.5;
  pointer-events: none;
}

.lg-icon.lg-actual-size {
  font-size: 20px;
}

.lg-icon.lg-actual-size:after {
  content: "\e033";
}

.lg-icon.lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

.lg-icon.lg-zoom-out:after {
  content: "\e312";
}

.lg-zoomed .lg-icon.lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer[data-lg-slide-type=video] .lg-zoom-in,
.lg-outer[data-lg-slide-type=video] .lg-actual-size,
.lg-outer[data-lg-slide-type=video] .lg-zoom-out, .lg-outer[data-lg-slide-type=iframe] .lg-zoom-in,
.lg-outer[data-lg-slide-type=iframe] .lg-actual-size,
.lg-outer[data-lg-slide-type=iframe] .lg-zoom-out, .lg-outer.lg-first-slide-loading .lg-zoom-in,
.lg-outer.lg-first-slide-loading .lg-actual-size,
.lg-outer.lg-first-slide-loading .lg-zoom-out {
  opacity: 0.75;
  pointer-events: none;
}

.lg-outer .lg-pager-outer {
  text-align: center;
  z-index: 1080;
  height: 10px;
  margin-bottom: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer.lg-single-item .lg-pager-outer {
  display: none;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  -webkit-box-shadow: 0 0 0 2px white inset;
          box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #fff;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  will-change: transform, opacity;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
          box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
  transition: -webkit-box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  -webkit-box-shadow: 0 0 0 8px white inset;
          box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer .lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  will-change: visibility, opacity;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown,
.lg-outer.lg-dropdown-active .lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-dropdown-active .lg-share {
  color: #fff;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  will-change: visibility, opacity, transform;
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -webkit-transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}

.lg-outer .lg-dropdown > li:hover a {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer .lg-share {
  position: relative;
}

.lg-outer .lg-share:after {
  content: "\e80d";
}

.lg-outer .lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer .lg-share-facebook .lg-icon:after {
  content: "\e904";
}

.lg-outer .lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer .lg-share-twitter .lg-icon:after {
  content: "\e907";
}

.lg-outer .lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer .lg-share-pinterest .lg-icon:after {
  content: "\e906";
}

.lg-comment-box {
  width: 420px;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  background-color: #fff;
  will-change: transform;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-comment-box .lg-comment-title {
  margin: 0;
  color: #fff;
  font-size: 18px;
}

.lg-comment-box .lg-comment-header {
  background-color: #000;
  padding: 12px 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.lg-comment-box .lg-comment-body {
  height: 100% !important;
  padding-top: 43px !important;
  width: 100% !important;
}

.lg-comment-box .fb-comments {
  height: 100%;
  width: 100%;
  background: url("../images/loading.gif") no-repeat scroll center center #fff;
  overflow-y: auto;
  display: inline-block;
}

.lg-comment-box .fb-comments[fb-xfbml-state=rendered] {
  background-image: none;
}

.lg-comment-box .fb-comments > span {
  max-width: 100%;
}

.lg-comment-box .lg-comment-close {
  position: absolute;
  right: 5px;
  top: 12px;
  cursor: pointer;
  font-size: 20px;
  color: #999;
  will-change: color;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.lg-comment-box .lg-comment-close:hover {
  color: #fff;
}

.lg-comment-box .lg-comment-close:after {
  content: "\e070";
}

.lg-comment-box iframe {
  max-width: 100% !important;
  width: 100% !important;
}

.lg-comment-box #disqus_thread {
  padding: 0 20px;
}

.lg-outer .lg-comment-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  will-change: visibility, opacity;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer .lg-comment-toggle:after {
  content: "\e908";
}

.lg-outer.lg-comment-active .lg-comment-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-comment-active .lg-comment-toggle {
  color: #fff;
}

.lg-outer.lg-comment-active .lg-comment-box {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-img-rotate {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer[data-lg-slide-type=video] .lg-rotate-left,
.lg-outer[data-lg-slide-type=video] .lg-rotate-right,
.lg-outer[data-lg-slide-type=video] .lg-flip-ver,
.lg-outer[data-lg-slide-type=video] .lg-flip-hor, .lg-outer[data-lg-slide-type=iframe] .lg-rotate-left,
.lg-outer[data-lg-slide-type=iframe] .lg-rotate-right,
.lg-outer[data-lg-slide-type=iframe] .lg-flip-ver,
.lg-outer[data-lg-slide-type=iframe] .lg-flip-hor {
  opacity: 0.75;
  pointer-events: none;
}

.lg-outer .lg-img-rotate:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.lg-rotate-left:after {
  content: "\e900";
}

.lg-rotate-right:after {
  content: "\e901";
}

.lg-icon.lg-flip-hor, .lg-icon.lg-flip-ver {
  font-size: 26px;
}

.lg-flip-ver:after {
  content: "\e903";
}

.lg-flip-hor:after {
  content: "\e902";
}

.lg-medium-zoom-item {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.lg-medium-zoom .lg-outer {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.lg-medium-zoom .lg-outer.lg-grab img.lg-object {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.lg-medium-zoom .lg-outer.lg-grabbing img.lg-object {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.lg-relative-caption .lg-outer .lg-sub-html {
  white-space: normal;
  bottom: auto;
  padding: 0;
  background-image: none;
}

.lg-relative-caption .lg-outer .lg-relative-caption-item {
  opacity: 0;
  padding: 16px 0;
  -webkit-transition: 0.5s opacity ease;
  transition: 0.5s opacity ease;
}

.lg-relative-caption .lg-outer .lg-show-caption .lg-relative-caption-item {
  opacity: 1;
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-container {
  display: none;
  outline: none;
}

.lg-container.lg-show {
  display: block;
}

.lg-on {
  scroll-behavior: unset;
}

.lg-overlay-open {
  overflow: hidden;
}

.lg-toolbar,
.lg-prev,
.lg-next,
.lg-pager-outer,
.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-show-in .lg-toolbar,
.lg-show-in .lg-prev,
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer {
  opacity: 1;
}

.lg-show-in.lg-hide-sub-html .lg-sub-html {
  opacity: 1;
}

.lg-show-in .lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-show-in .lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-show-in .lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0.001;
  outline: none;
  will-change: auto;
  overflow: hidden;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lg-outer.lg-zoom-from-image {
  opacity: 1;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.lg-outer .lg-inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: opacity 0s;
  transition: opacity 0s;
  white-space: nowrap;
}

.lg-outer .lg-item {
  display: none !important;
}

.lg-outer .lg-item:not(.lg-start-end-progress) {
  background: url("../images/loading.gif") no-repeat scroll center center transparent;
}

.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  font-size: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-object {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative;
}

.lg-outer .lg-empty-html.lg-sub-html,
.lg-outer .lg-empty-html .lg-sub-html {
  display: none;
}

.lg-outer.lg-hide-download .lg-download {
  opacity: 0.75;
  pointer-events: none;
}

.lg-outer .lg-first-slide .lg-dummy-img {
  position: absolute;
  top: 50%;
  left: 50%;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
  opacity: 1;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out 0.15s;
  transition: opacity 0.2s ease-out 0.15s;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: rgba(0, 0, 0, 0.7882352941);
  opacity: 0;
  will-change: auto;
  -webkit-transition: opacity 333ms ease-in 0s;
  transition: opacity 333ms ease-in 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s, -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-container {
  display: none;
}

.lg-container.lg-show {
  display: block;
}

.lg-container.lg-dragging-vertical .lg-backdrop {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
  position: absolute;
}

.lg-inline .lg-backdrop {
  z-index: 1;
}

.lg-inline .lg-outer {
  z-index: 2;
}

.lg-inline .lg-maximize:after {
  content: "\e909";
}

.lg-components {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.35s ease-out 0s;
  transition: -webkit-transform 0.35s ease-out 0s;
  transition: transform 0.35s ease-out 0s;
  transition: transform 0.35s ease-out 0s, -webkit-transform 0.35s ease-out 0s;
  z-index: 1080;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.lg-outer .lg-thumb-outer {
  background-color: rgba(13, 10, 10, 0.5921568627);
  width: 100%;
  max-height: 350px;
  overflow: hidden;
  float: left;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-outer .lg-thumb-outer.lg-thumb-align-middle {
  text-align: center;
}

.lg-outer .lg-thumb-outer.lg-thumb-align-left {
  text-align: left;
}

.lg-outer .lg-thumb-outer.lg-thumb-align-right {
  text-align: right;
}

.lg-outer.lg-single-item .lg-thumb-outer {
  display: none;
}

.lg-outer .lg-thumb {
  padding: 5px 0;
  height: 100%;
  margin-bottom: -5px;
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .lg-outer .lg-thumb {
    padding: 10px 0;
  }
}
.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border-radius: 2px;
  margin-bottom: 5px;
  will-change: border-color;
}

@media (min-width: 768px) {
  .lg-outer .lg-thumb-item {
    border-radius: 4px;
    border: 2px solid #fff;
    -webkit-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer .lg-toggle-thumb:after {
  content: "\e1ff";
}

.lg-outer.lg-animate-thumb .lg-thumb {
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0ms !important;
  transition-duration: 0ms !important;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  will-change: transform;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
  transition: -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
}

.lg-outer.lg-use-transition-for-zoom.lg-zoom-drag-transition .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  will-change: transform;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
  -webkit-transition: opacity 0.15s, -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s !important;
  transition: opacity 0.15s, -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s !important;
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s, -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.no-transition,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.no-transition {
  -webkit-transition: none !important;
  transition: none !important;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition {
  -webkit-transform: scale3d(1, 1, 1) translate3d(-50%, -50%, 0px) !important;
          transform: scale3d(1, 1, 1) translate3d(-50%, -50%, 0px) !important;
  max-width: none !important;
  max-height: none !important;
  top: 50% !important;
  left: 50% !important;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-x,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-x {
  -webkit-transform: scale3d(1, 1, 1) translate3d(-50%, 0, 0px) !important;
          transform: scale3d(1, 1, 1) translate3d(-50%, 0, 0px) !important;
  top: 0 !important;
  left: 50% !important;
  max-width: none !important;
  max-height: none !important;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-y,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-y {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, -50%, 0px) !important;
          transform: scale3d(1, 1, 1) translate3d(0, -50%, 0px) !important;
  top: 50% !important;
  left: 0% !important;
  max-width: none !important;
  max-height: none !important;
}

.lg-icon.lg-zoom-in:after {
  content: "\e311";
}

.lg-actual-size .lg-icon.lg-zoom-in {
  opacity: 0.5;
  pointer-events: none;
}

.lg-icon.lg-actual-size {
  font-size: 20px;
}

.lg-icon.lg-actual-size:after {
  content: "\e033";
}

.lg-icon.lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

.lg-icon.lg-zoom-out:after {
  content: "\e312";
}

.lg-zoomed .lg-icon.lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer[data-lg-slide-type=video] .lg-zoom-in,
.lg-outer[data-lg-slide-type=video] .lg-actual-size,
.lg-outer[data-lg-slide-type=video] .lg-zoom-out, .lg-outer[data-lg-slide-type=iframe] .lg-zoom-in,
.lg-outer[data-lg-slide-type=iframe] .lg-actual-size,
.lg-outer[data-lg-slide-type=iframe] .lg-zoom-out, .lg-outer.lg-first-slide-loading .lg-zoom-in,
.lg-outer.lg-first-slide-loading .lg-actual-size,
.lg-outer.lg-first-slide-loading .lg-zoom-out {
  opacity: 0.75;
  pointer-events: none;
}

:root {
  --primary: #c39a72;
  --primary-light: #d8c8b3;
  --green: #23463b;
  --main: #101312;
  --black: #000000;
  --white: #ffffff;
  --white2: #f4f0e8;
  --green-gradient: linear-gradient(90deg, #0f1110 0%, #23463b 41.38%);
  --mainFont: "DM Sans", sans-serif;
  --secondaryFont: "Be Vietnam Pro", sans-serif;
  --arial: "Arial", sans-serif;
  --plusJakarta: "Plus Jakarta Sans", sans-serif;
  --sfPro: "SF Pro Display", sans-serif;
  --redHat: "Red Hat Display", sans-serif;
}

html,
body {
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

button {
  outline: none;
}

button:focus {
  outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}

/*** 
====================================================================
Global Settings
====================================================================
   ***/
body {
  font-family: var(--mainFont);
  font-size: 16px;
  color: var(--main);
  line-height: 145%;
  font-weight: 400;
  background: #f9f9f9;
}
body.hidden {
  overflow: hidden;
}

a {
  text-decoration: none;
  opacity: 1;
  color: var(--black);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
a:hover {
  opacity: 0.88;
}

ul li {
  list-style: none;
}

.auto__container {
  position: relative;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 40px;
}

h1 {
  font-weight: 700;
  font-size: 104px;
  line-height: 95%;
  font-family: var(--secondaryFont);
  letter-spacing: -4px;
}
h1.ex {
  font-weight: 700;
  font-size: 90px;
  line-height: 95%;
  color: #f4f0e8;
  letter-spacing: -4px;
}
h1.sm {
  font-weight: 700;
  font-size: 80px;
  line-height: 95%;
  letter-spacing: -4px;
}
h1 i {
  color: var(--primary);
  font-weight: 900;
  font-style: italic;
}

h2 {
  font-family: var(--secondaryFont);
  font-weight: 700;
  font-size: 54px;
  line-height: 95%;
  letter-spacing: -2px;
}
h2.xl {
  font-size: 62px;
}
h2.sm {
  font-size: 48px;
}
h2.mid {
  font-size: 50px;
}
h2 i {
  font-weight: 900;
  font-style: italic;
}

h3 {
  font-family: var(--secondaryFont);
  font-weight: 700;
  font-size: 32px;
  line-height: 110%;
  letter-spacing: -1px;
}

h6.sup {
  font-family: var(--secondaryFont);
  font-weight: 600;
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  color: var(--green);
}
h6.sup.light {
  color: var(--primary-light);
}

p.big {
  font-weight: 400;
  font-size: 18px;
  line-height: 145%;
}
p.sm {
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
}
p.xsm {
  font-weight: 400;
  font-size: 12px;
  line-height: 145%;
}

.main {
  overflow: hidden;
  padding-top: 102px;
}
.main.sm {
  padding: 0;
}

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--secondaryFont);
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 18px 30px;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.button.primary {
  background: -webkit-gradient(linear, left top, right top, from(#c9a178), to(#d8c8b3));
  background: linear-gradient(90deg, #c9a178 0%, #d8c8b3 100%);
  color: var(--main);
}
.button.primary:hover {
  opacity: 1;
}
.button.primary:hover::before {
  opacity: 1;
}
.button.primary:hover svg {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
.button.primary::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#d8c8b3), to(#c9a178));
  background: linear-gradient(90deg, #d8c8b3 0%, #c9a178 100%);
  content: "";
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  pointer-events: none;
}
.button.dark {
  color: var(--white);
  background: -webkit-gradient(linear, left top, right top, from(#2b5448), to(#23463b));
  background: linear-gradient(90deg, #2b5448 0%, #23463b 100%);
}
.button.dark:hover {
  opacity: 1;
  color: var(--main);
}
.button.dark:hover::before {
  opacity: 1;
}
.button.dark::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#d8c8b3), to(#c9a178));
  background: linear-gradient(90deg, #d8c8b3 0%, #c9a178 100%);
  content: "";
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  pointer-events: none;
}
.button.uniq {
  color: #fafafa;
}
.button.uniq:hover {
  opacity: 1;
  color: var(--main);
}
.button.uniq:hover::after {
  opacity: 0;
}
.button.uniq:hover::before {
  background: -webkit-gradient(linear, left top, right top, from(#d8c8b3), to(#c9a178));
  background: linear-gradient(90deg, #d8c8b3 0%, #c9a178 100%);
}
.button.uniq::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#c9a178), to(#d8c8b3));
  background: linear-gradient(90deg, #c9a178 0%, #d8c8b3 100%);
  content: "";
  pointer-events: none;
}
.button.uniq::after {
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: var(--black);
  z-index: 1;
  content: "";
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  pointer-events: none;
}
.button.solid {
  color: var(--main);
}
.button.solid:hover {
  opacity: 1;
}
.button.solid:hover::after {
  opacity: 0;
}
.button.solid:hover::before {
  background: -webkit-gradient(linear, left top, right top, from(#d8c8b3), to(#c9a178));
  background: linear-gradient(90deg, #d8c8b3 0%, #c9a178 100%);
}
.button.solid::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#2b5448), to(#23463b));
  background: linear-gradient(90deg, #2b5448 0%, #23463b 100%);
  content: "";
  pointer-events: none;
}
.button.solid::after {
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: #f9f9f9;
  z-index: 1;
  content: "";
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  pointer-events: none;
}
.button.secondary {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: var(--white);
  background: var(--green);
  border-radius: 500px;
  padding: 22px 30px;
  text-transform: unset;
}
.button.new {
  line-height: 100%;
  color: var(--white);
  padding: 12px 15px;
  background: -webkit-gradient(linear, left top, right top, from(#2b5448), to(#23463b));
  background: linear-gradient(90deg, #2b5448 0%, #23463b 100%);
  border-radius: 12px;
  text-transform: unset;
}
.button.stroke {
  line-height: 100%;
  color: var(--main);
  padding: 11px 15px;
  border-radius: 12px;
  text-transform: unset;
}
.button.stroke:hover {
  opacity: 1;
}
.button.stroke:hover::after {
  opacity: 0;
}
.button.stroke:hover::before {
  background: -webkit-gradient(linear, left top, right top, from(#d8c8b3), to(#c9a178));
  background: linear-gradient(90deg, #d8c8b3 0%, #c9a178 100%);
}
.button.stroke::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#2b5448), to(#23463b));
  background: linear-gradient(90deg, #2b5448 0%, #23463b 100%);
  content: "";
  pointer-events: none;
  border-radius: 12px;
}
.button.stroke::after {
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: var(--white);
  z-index: 1;
  content: "";
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  pointer-events: none;
  border-radius: 12px;
}
.button svg {
  width: 16px;
  height: 16px;
  margin-left: 6px;
  position: relative;
  z-index: 2;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.button span {
  position: relative;
  z-index: 2;
}

.link {
  font-family: var(--secondaryFont);
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--main);
  padding: 4px 0;
  border-bottom: 1px solid var(--main);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
.link:hover {
  opacity: 1;
  color: var(--primary);
  border-color: var(--primary);
}
.link:hover svg {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
.link svg {
  width: 16px;
  height: 16px;
  margin-left: 6px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.currency {
  position: relative;
  z-index: 3;
}
.currency.currency--footer .currency__btn {
  color: var(--white);
}
.currency.currency--footer .currency__btn:hover {
  color: var(--primary);
}
.currency.currency--footer .currency__btn:hover span::after {
  border-top-color: var(--primary);
}
.currency.currency--footer .currency__btn span {
  margin-left: 10px;
}
.currency.currency--footer .currency__btn span::before {
  display: none;
}
.currency.currency--footer .currency__btn span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid var(--white);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.currency.currency--footer .currency__menu {
  min-width: 155px;
}
.currency.open .currency__btn {
  color: var(--primary);
}
.currency.open .currency__btn span::before {
  -webkit-transform: translateY(-40%) rotate(-45deg);
          transform: translateY(-40%) rotate(-45deg);
  border-color: var(--primary);
}
.currency.open .currency__btn span::after {
  -webkit-transform: translate(-50%, -50%) scaleY(-1);
          transform: translate(-50%, -50%) scaleY(-1);
  border-top-color: var(--primary);
}
.currency.open .currency__menu {
  opacity: 1;
  visibility: visible;
}
.currency__btn {
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  color: var(--main);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.currency__btn:hover {
  color: var(--primary);
}
.currency__btn:hover span::before {
  border-color: var(--primary);
}
.currency__btn span {
  position: relative;
  margin-left: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 10px;
  height: 10px;
}
.currency__btn span::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 7px;
  height: 7px;
  content: "";
  border-top: 3px solid var(--main);
  border-right: 3px solid var(--main);
  -webkit-transform: translateY(-60%) rotate(135deg);
          transform: translateY(-60%) rotate(135deg);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.currency__menu {
  position: absolute;
  top: calc(100% + 5px);
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 8px;
  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-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.0862745098);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.0862745098);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background: var(--white);
}
.currency__menu button {
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background: transparent;
  margin-bottom: 4px;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
}
.currency__menu button:last-child {
  margin: 0;
}
.currency__menu button:hover {
  color: var(--primary);
}

.inputc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.inputc input,
.inputc textarea {
  width: 100%;
  font-family: var(--mainFont);
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #1a1a1a;
  background: var(--white);
  border: 1px solid rgba(26, 26, 26, 0.12);
  border-radius: 10px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  padding: 18px 20px;
  resize: unset;
}
.inputc input:focus,
.inputc textarea:focus {
  border-color: var(--green);
}
.inputc input::-webkit-input-placeholder, .inputc textarea::-webkit-input-placeholder {
  opacity: 0.5;
}
.inputc input::-moz-placeholder, .inputc textarea::-moz-placeholder {
  opacity: 0.5;
}
.inputc input:-ms-input-placeholder, .inputc textarea:-ms-input-placeholder {
  opacity: 0.5;
}
.inputc input::-ms-input-placeholder, .inputc textarea::-ms-input-placeholder {
  opacity: 0.5;
}
.inputc input::placeholder,
.inputc textarea::placeholder {
  opacity: 0.5;
}

.modall {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 20px;
  display: none;
  z-index: 9999;
  overflow-y: auto;
}
.modall.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: fadeIn 0.4s;
          animation: fadeIn 0.4s;
}
.modall__inner {
  background: var(--white);
  width: 100%;
  max-width: 760px;
  margin: auto;
  position: relative;
}
.modall__inner-head {
  padding: 16px 32px;
  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;
  height: 58px;
}
.modall__inner-head h5 {
  font-family: var(--secondaryFont);
  font-weight: 700;
  font-size: 18px;
  line-height: 145%;
  letter-spacing: -0.2px;
  color: #000000;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.modall__inner-body {
  padding: 0 32px;
}
.modall__inner-close {
  width: 24px;
  height: 24px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #999999;
}
.modall__inner-close:hover {
  color: var(--main);
}
.modall__inner-close svg {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.modall__inner-col {
  height: calc(100vh - 242px);
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 24px;
}
.modall__inner-col::-webkit-scrollbar {
  display: none;
}
.modallItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}
.modallItem:last-child {
  margin: 0;
}
.modallItem__image {
  width: 92px;
  height: 92px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
  overflow: hidden;
  margin-right: 12px;
}
.modallItem__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.modallItem__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.modallItem__row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 12px;
}
.modallItem__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.modallItem__select {
  margin: auto 0 0 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}
.modallItem__select select {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: rgba(0, 0, 0, 0.75);
  padding: 4px 30px 4px 12px;
  background: #ffffff;
  border: 1px solid rgba(35, 70, 59, 0.2);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  -webkit-appearance: none;
  cursor: pointer;
}
.modallItem__select svg {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 12px;
  height: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: var(--green);
}
.modallItem button {
  margin-left: 16px;
  padding: 10px 14px;
}
.modallItem h6 {
  font-weight: 700;
  font-size: 14px;
  line-height: 145%;
  color: #101312;
  margin-bottom: 6px;
}
.modallItem p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modallItem p b {
  font-weight: 700;
  font-size: 16px;
  line-height: 145%;
  color: #bd544d;
  margin-right: 8px;
}
.modallItem p del {
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0.5px;
  color: #999999;
}

.filter {
  margin-bottom: 20px;
}
.filter.active .filter__head span svg {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.filter.active .filter__body {
  padding: 10px 16px;
  max-height: 500px;
  opacity: 1;
}
.filter__head {
  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;
  padding: 12px 16px;
  background: #f3f1ec;
  border-radius: 8px;
  cursor: pointer;
}
.filter__head h6 {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #101312;
}
.filter__head span {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #c39a72;
  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(--white);
}
.filter__head span svg {
  width: 60%;
  height: 60%;
}
.filter__body {
  padding: 0 16px;
  background: #f3f1ec;
  border-radius: 8px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
}
.filter__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -6px;
}
.filterCheck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px 0 3px 3px;
  cursor: pointer;
  margin: 2px 6px;
}
.filterCheck__box {
  width: 18px;
  height: 18px;
  position: relative;
  margin-right: 12px;
}
.filterCheck__box input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}
.filterCheck__box input:checked ~ span {
  border-color: transparent;
}
.filterCheck__box input:checked ~ span img {
  opacity: 1;
}
.filterCheck__box span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.filterCheck__box span::before {
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  border: 2px solid #b9b9b9;
  border-radius: 3px;
}
.filterCheck__box span img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 1;
}
.filterCheck p {
  font-weight: 400;
  font-size: 12px;
  line-height: 145%;
  letter-spacing: 0.5px;
  color: #101312;
  white-space: nowrap;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 1380px) {
  h1 {
    font-size: 90px;
  }
  h1.ex {
    font-size: 80px;
  }
  h1.sm {
    font-size: 70px;
  }
  h2 {
    font-size: 50px;
  }
  h2.xl {
    font-size: 55px;
  }
  h2.sm {
    font-size: 42px;
  }
  h2.mid {
    font-size: 45px;
  }
}
@media (max-width: 1250px) {
  h1 {
    font-size: 80px;
  }
  h1.ex {
    font-size: 75px;
  }
}
@media (max-width: 1180px) {
  .auto__container {
    padding: 0 30px;
  }
  .main {
    padding-top: 90px;
  }
  h1 {
    font-size: 70px;
  }
  h1.ex {
    font-size: 65px;
  }
  h1.sm {
    font-size: 60px;
  }
  h2 {
    font-size: 45px;
  }
  h2.xl {
    font-size: 50px;
  }
  h2.sm {
    font-size: 36px;
  }
  h2.mid {
    font-size: 40px;
  }
  h3 {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  ::-webkit-scrollbar {
    display: none;
  }
  .main {
    padding-top: 66px;
  }
}
@media (max-width: 930px) {
  h1 {
    font-size: 60px;
  }
  h1.ex {
    font-size: 55px;
  }
  h1.sm {
    font-size: 50px;
  }
  h2 {
    font-size: 40px;
  }
  h2.xl {
    font-size: 45px;
  }
  h2.sm {
    font-size: 32px;
  }
  h2.mid {
    font-size: 35px;
  }
}
@media (max-width: 750px) {
  .auto__container {
    padding: 0 20px;
  }
  h1 {
    font-size: 54px;
  }
  h1.ex {
    font-size: 45px;
    letter-spacing: -3px;
  }
  h1.sm {
    font-size: 40px;
    line-height: 100%;
    letter-spacing: -2px;
  }
  h2 {
    font-size: 36px;
    line-height: 100%;
  }
  h2.xl {
    font-size: 38px;
  }
  h2.mid {
    font-size: 32px;
  }
  h3 {
    font-size: 24px;
  }
}
@media (max-width: 540px) {
  h1 {
    font-size: 48px;
  }
  h1.ex {
    font-size: 40px;
  }
  h1.sm {
    font-size: 32px;
  }
  h2 {
    font-size: 32px;
  }
  h2.xl {
    font-size: 32px;
  }
  h2.sm {
    font-size: 28px;
  }
  h2.mid {
    font-size: 28px;
  }
  h3 {
    font-size: 22px;
  }
  p.big {
    font-size: 16px;
  }
  body {
    font-size: 15px;
    line-height: 145%;
  }
  .main__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .inputc input {
    font-size: 14px;
    padding: 16px 18px;
  }
  .modall {
    padding: 0;
  }
  .modall__inner-head {
    padding: 12px 20px;
    height: 50px;
  }
  .modall__inner-body {
    padding: 0 20px;
  }
  .modall__inner-col {
    height: calc(100vh - 266px);
  }
  .modallItem__row {
    margin-bottom: 6px;
  }
  .modallItem h6 {
    font-size: 12px;
    line-height: 145%;
    margin-bottom: 4px;
  }
  .modallItem p b {
    font-size: 14px;
  }
  .modallItem p del {
    font-size: 12px;
  }
  .filter.active .filter__body {
    padding: 8px;
  }
  .filter__head {
    padding: 8px;
  }
  .filter__head h6 {
    font-size: 14px;
  }
  .filter__body {
    padding: 0 8px;
  }
}
@-webkit-keyframes marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.header {
  position: absolute;
  top: 96px;
  left: 0;
  width: 100%;
  z-index: 15;
  background: var(--white);
}
.header.sm {
  top: 42px;
}
.header.sm.sticky {
  top: 0;
}
.header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-animation-name: sticky;
          animation-name: sticky;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1294117647);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1294117647);
}
.header.sticky .header__inner-logo img.light {
  opacity: 0;
}
.header.sticky .header__inner-logo img.dark {
  opacity: 1;
}
.header.light {
  background: transparent;
}
.header.light .header__inner-btn {
  color: var(--white);
}
.header.light .currency__btn {
  color: var(--white);
}
.header.light .currency__btn span::before {
  border-color: var(--white);
}
.header.light .nav__inner li.drop > a::before {
  border-color: var(--white);
}
.header.light .nav__inner > li > a {
  color: var(--white) !important;
}
.header.light .burger::before {
  background: var(--white);
}
.header.light .burger::after {
  background: var(--white);
}
.header.light .burger span {
  background: var(--white);
}
.header.conf {
  top: 47px;
}
.header.conf.sticky {
  top: 0;
}
.header__inner {
  padding: 26px 0;
  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;
}
.header__inner-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__inner-logo {
  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: 74px;
  margin-right: 64px;
  position: relative;
}
.header__inner-logo img {
  width: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header__inner-logo img.light {
  position: absolute;
  top: 0;
  left: 0;
}
.header__inner-logo img.dark {
  opacity: 0;
}
.header__inner-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__inner-btn {
  margin-left: 24px;
  width: 22px;
  height: 22px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--main);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
  background: transparent;
}
.header__inner-btn:hover {
  opacity: 1;
  color: var(--primary);
}
.header__inner-btn svg {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.header__inner-buttons {
  display: none;
}

.cart-count {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--green);
  color: white;
  font-size: 12px;
  line-height: 1;
  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;
}

@media (max-width: 1180px) {
  .header__inner {
    padding: 20px 0;
  }
  .header__inner-logo {
    margin-right: 44px;
  }
}
@media (max-width: 1024px) {
  .header {
    top: 80px;
  }
  .header.sm {
    top: 36px;
  }
  .header__inner {
    position: relative;
    padding: 22px 0;
  }
  .header__inner-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .header__inner-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__inner-btn {
    margin-left: 16px;
  }
  .header__inner-btn.desk {
    display: none;
  }
  .header .currency {
    display: none;
  }
}
@media (max-width: 540px) {
  .header {
    top: 76px;
  }
  .header.conf {
    top: 36px;
  }
  .header__inner-logo {
    width: 94px;
  }
}
@-webkit-keyframes sticky {
  0% {
    top: -60px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes sticky {
  0% {
    top: -60px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
.siteTop {
  position: sticky;
  top: 0;
  z-index: 15;
}

.siteTop .header.sticky {
  position: absolute;
  top: auto;
  -webkit-animation: none;
          animation: none;
}

.nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav__inner li {
  margin-right: 32px;
  position: relative;
}
.nav__inner li:hover ul {
  opacity: 1;
  visibility: visible;
}
.nav__inner li:last-child {
  margin: 0;
}
.nav__inner li.drop:hover > a {
  color: var(--primary);
}
.nav__inner li.drop:hover > a::before {
  -webkit-transform: translateY(-40%) rotate(-45deg);
          transform: translateY(-40%) rotate(-45deg);
  border-color: var(--primary);
}
.nav__inner li.drop:hover ul {
  opacity: 1;
  visibility: visible;
}
.nav__inner li.drop > a {
  padding-right: 14px;
  position: relative;
}
.nav__inner li.drop > a::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 7px;
  height: 7px;
  content: "";
  border-top: 3px solid var(--main);
  border-right: 3px solid var(--main);
  -webkit-transform: translateY(-60%) rotate(135deg);
          transform: translateY(-60%) rotate(135deg);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.nav__inner li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: var(--main);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 0;
}
.nav__inner li a:hover {
  opacity: 1;
  color: var(--primary);
}
.nav__inner li a svg {
  width: 16px;
  height: 16px;
  margin-left: 2px;
}

.dropMenu {
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background: var(--white);
  border-radius: 10px;
  padding: 16px;
  width: 200px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
}
.dropMenu li {
  margin-bottom: 10px;
}
.dropMenu li:last-child {
  margin: 0;
}
.dropMenu li a {
  font-size: 12px;
  line-height: 120%;
  padding: 0;
}
.dropMenu li a:hover {
  opacity: 1;
  color: var(--primary);
}

.menu {
  display: none;
}

.burger {
  display: none;
}

@media (max-width: 1024px) {
  body.active {
    overflow: hidden;
  }
  .nav {
    display: none;
  }
  .menu {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .menu.active {
    opacity: 1;
    visibility: visible;
  }
  .menu.active .menu__inner {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .menu__close {
    position: absolute;
    bottom: calc(100% + 8px);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 40px;
    height: 40px;
    display: block;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    background: #f3f1ec;
    border-radius: 50%;
  }
  .menu__close::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    content: "";
    background: var(--main);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  .menu__close::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    content: "";
    background: var(--main);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
  .menu__inner {
    position: absolute;
    bottom: 16px;
    left: 20px;
    width: calc(100% - 40px);
    background: #f3f1ec;
    border-radius: 8px;
    padding: 8px 16px 16px;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .menu__inner-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--white);
    margin-bottom: 22px;
  }
  .menu__inner-top a {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--main);
    padding: 6px 14px;
  }
  .menu__inner-top a.active {
    background: #e2dcd1;
  }
  .menu__inner-col {
    height: 50vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .menu__inner-col::-webkit-scrollbar {
    display: block;
    width: 5px;
  }
  .menu__inner-col::-webkit-scrollbar-track {
    background: #bebebe;
    border-radius: 10px;
  }
  .menu__inner-col::-webkit-scrollbar-thumb {
    background: var(--white);
    border: 1px solid #bebebe;
  }
  .menu__inner-foot {
    padding-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .menuItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 12px;
  }
  .menuItem:last-child {
    margin: 0;
  }
  .menuItem__image {
    width: 75px;
    height: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 18px;
    overflow: hidden;
    margin-right: 16px;
  }
  .menuItem__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
  }
  .menuItem p {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    color: var(--main);
  }
  .burger {
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    position: relative;
    width: 22px;
    height: 22px;
  }
  .burger:hover {
    opacity: 0.8;
  }
  .burger::before {
    top: 20%;
    width: 100%;
    height: 2px;
    border-radius: 3px;
    background-color: var(--black);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .burger span {
    top: 50%;
    width: 100%;
    height: 2px;
    border-radius: 3px;
    background-color: var(--black);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-ransform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
  }
  .burger::after {
    bottom: 20%;
    width: 100%;
    height: 2px;
    border-radius: 3px;
    background-color: var(--black);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
}
@media (max-width: 750px) {
  .menu__inner-top {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .menu__inner-top a.mobRem {
    display: none;
  }
}
@media (max-width: 540px) {
  .menu__inner-top a {
    font-size: 14px;
    line-height: 22px;
    padding: 4px 12px;
  }
}
.footer {
  background: var(--green);
  padding: 64px 0 38px;
  color: rgba(255, 255, 255, 0.7);
}
.footer__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__inner-main {
  width: calc(38% - 20px);
  max-width: 410px;
}
.footer__inner-main h5 {
  font-family: var(--secondaryFont);
  font-weight: 700;
  font-size: 26px;
  line-height: 110%;
  letter-spacing: -2px;
  color: #fafafa;
  margin-bottom: 20px;
  max-width: 400px;
}
.footer__inner-grid {
  width: calc(62% - 20px);
  max-width: 738px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__inner-top {
  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-bottom: 40px;
}
.footer__inner-logo {
  width: 148px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 12px;
}
.footer__inner-logo img {
  width: 100%;
}
.footer__inner-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__inner-rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__inner-rate span {
  width: 93px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__inner-rate span img {
  width: 100%;
}
.footer__inner-rate p {
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.8);
  margin-left: 4px;
}
.footer__inner-trust {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 82px;
  margin-left: 10px;
}
.footer__inner-trust img {
  width: 100%;
}
.footer__inner-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer__inner-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__inner-social a {
  width: 32px;
  height: 32px;
  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(--white);
  margin-right: 16px;
}
.footer__inner-social a:last-child {
  margin: 0;
}
.footer__inner-social a:hover {
  opacity: 1;
  color: var(--primary);
}
.footer__inner-social a svg {
  width: 100%;
  height: 100%;
}
.footer__inner-copy {
  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: 64px;
  padding-top: 64px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.footer__inner-copy > p {
  color: rgba(255, 255, 255, 0.7);
  min-width: 202px;
}
.footer__inner-side {
  min-width: 202px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.footer__inner-payments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 20px;
}
.footer__inner-payments span {
  width: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 4px;
}
.footer__inner-payments span img {
  width: 100%;
}
.footerForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
.footerForm__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.footerForm__input input {
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  color: var(--white);
  padding: 16px 20px;
  background: rgba(255, 255, 255, 0.16);
}
.footerForm__input input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.footerForm__input input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.footerForm__input input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.footerForm__input input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.footerForm__input input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.footerForm button {
  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;
  text-align: center;
  font-family: var(--secondaryFont);
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #101312;
  padding: 18px 30px;
  background: -webkit-gradient(linear, left top, right top, from(#c9a178), to(#d8c8b3));
  background: linear-gradient(90deg, #c9a178 0%, #d8c8b3 100%);
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
}
.footerForm button::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#d8c8b3), to(#c9a178));
  background: linear-gradient(90deg, #d8c8b3 0%, #c9a178 100%);
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.footerForm button:hover::before {
  opacity: 1;
}
.footerForm button span {
  position: relative;
}
.footerLinks {
  width: calc(50% - 10px);
  max-width: 355px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footerLinks__col {
  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;
}
.footerLinks__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footerLinks__item h6 {
  font-weight: 400;
  font-size: 16px;
  line-height: 145%;
  color: var(--white);
  margin-bottom: 26px;
}
.footerLinks__item a,
.footerLinks__item p {
  font-weight: 400;
  font-size: 16px;
  line-height: 145%;
  color: rgba(255, 255, 255, 0.7);
  opacity: 0.7;
  margin-bottom: 15px;
}
.footerLinks__item a:last-child,
.footerLinks__item p:last-child {
  margin: 0;
}
.footerLinks__item a:hover {
  opacity: 1;
  color: var(--primary);
}
.footerLinks__item p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 1;
}
.footerLinks__item p span {
  width: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 4px;
}
.footerLinks__item p span img {
  width: 100%;
}
.footerAbout {
  width: calc(50% - 10px);
  max-width: 310px;
}
.footerAbout__item {
  margin-bottom: 32px;
}
.footerAbout__item:last-child {
  margin: 0;
}
.footerAbout__item h5 {
  font-family: var(--secondaryFont);
  font-weight: 600;
  font-size: 22px;
  line-height: 135%;
  letter-spacing: -0.5px;
  color: var(--white);
  margin-bottom: 20px;
}
.footerAbout__item a,
.footerAbout__item p {
  font-size: 16px;
  line-height: 145%;
}
.footerAbout__item a {
  color: rgba(255, 255, 255, 0.7);
}
.footerAbout__item a:hover {
  opacity: 1;
  color: var(--primary);
}
.footer .currency__menu {
  top: unset;
  bottom: calc(100% + 5px);
}

@media (max-width: 1180px) {
  .footer__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__inner-main {
    width: 100%;
    margin-bottom: 48px;
  }
  .footer__inner-grid {
    width: 100%;
    max-width: unset;
  }
  .footer__inner-top {
    margin-bottom: 24px;
  }
  .footer__inner-copy {
    margin-top: 44px;
    padding-top: 44px;
  }
  .footerLinks {
    width: calc(50% - 20px);
    max-width: unset;
  }
  .footerAbout {
    width: calc(50% - 20px);
    max-width: unset;
  }
}
@media (max-width: 930px) {
  .footer {
    padding: 50px 0;
  }
  .footer__inner-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 32px;
    margin-top: 32px;
  }
  .footer__inner-copy > p {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer__inner-side {
    min-width: unset;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .footer__inner-payments {
    margin: 20px -4px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 750px) {
  .footer__inner-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footerLinks {
    width: 100%;
    margin-bottom: 40px;
  }
  .footerLinks__col {
    width: calc(50% - 10px);
  }
  .footerAbout {
    width: 100%;
  }
}
@media (max-width: 540px) {
  .footer__inner {
    position: relative;
    padding-top: 50px;
  }
  .footer__inner-logo {
    width: 100px;
  }
  .footer__inner-main {
    max-width: unset;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: 24px;
    margin: 24px 0 0 0;
  }
  .footer__inner-main h5 {
    font-weight: 700;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: -2px;
  }
  .footer__inner-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .footer__inner-grid {
    position: relative;
    padding-bottom: 63px;
  }
  .footerForm {
    margin-bottom: 32px;
  }
  .footerLinks__col {
    width: 50%;
  }
  .footerLinks__col:first-child a,
  .footerLinks__col:first-child p {
    margin-bottom: 15px;
  }
  .footerLinks__col:first-child a:last-child,
  .footerLinks__col:first-child p:last-child {
    margin: 0;
  }
  .footerLinks__item h6 {
    margin-bottom: 18px;
  }
  .footerLinks__item a,
  .footerLinks__item p {
    font-size: 14px;
    line-height: 145%;
    margin-bottom: 12px;
  }
  .footerAbout {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    padding: 24px 0;
    margin: 24px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .footerAbout__item {
    margin: 0;
  }
  .footerAbout__item:last-child {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .footerAbout__item h5 {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .footerAbout__item p {
    font-size: 14px;
    line-height: 145%;
  }
}
@media (max-width: 380px) {
  .footer__inner-rate span {
    width: 78px;
  }
  .footer__inner-rate p {
    font-size: 12px;
  }
  .footer__inner-trust {
    width: 70px;
    margin-left: 8px;
  }
}
.faq {
  padding: 112px 0 136px;
}
.faq__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.faq__inner-side {
  width: calc(41% - 15px);
  max-width: 480px;
}
.faq__inner-title {
  margin-bottom: 40px;
  max-width: 415px;
}
.faq__inner-title:last-child {
  margin: 0;
}
.faq__inner-title h6 {
  margin-bottom: 10px;
}
.faq__inner-title h2 {
  margin-bottom: 28px;
  color: #1a1a18;
}
.faq__inner-title p {
  color: #787872;
}
.faq__inner-col {
  width: calc(59% - 15px);
  max-width: 738px;
}
.faqItem {
  border-bottom: 1px solid rgba(26, 26, 24, 0.07);
}
.faqItem__head {
  padding: 24px 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.faqItem__head.active span::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  opacity: 0;
}
.faqItem__head h6 {
  font-weight: 400;
  font-size: 16px;
  line-height: 145%;
  color: var(--main);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.faqItem__head span {
  width: 14px;
  height: 14px;
  position: relative;
  display: block;
  margin-left: 16px;
}
.faqItem__head span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  content: "";
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: var(--green);
}
.faqItem__head span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 100%;
  content: "";
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: var(--green);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.faqItem__body {
  max-height: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  padding: 0;
  opacity: 0;
  overflow: hidden;
}
.faqItem__body.active {
  padding-bottom: 24px;
  max-height: 600px;
  opacity: 1;
}
.faqItem__body p {
  color: rgba(0, 0, 0, 0.6);
}
.faqBanner {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.faqBanner__inner {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
.faqBanner__inner img,
.faqBanner__inner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

@media (max-width: 1380px) {
  .faq {
    padding: 100px 0;
  }
}
@media (max-width: 1180px) {
  .faq {
    padding: 80px 0;
  }
}
@media (max-width: 930px) {
  .faq__inner-side {
    width: calc(41% - 10px);
  }
  .faq__inner-col {
    width: calc(59% - 10px);
  }
}
@media (max-width: 750px) {
  .faq__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .faq__inner-title.sm {
    margin: 0;
  }
  .faq__inner-title h2 {
    margin-bottom: 20px;
  }
  .faq__inner-side {
    width: 100%;
    max-width: unset;
    margin-bottom: 44px;
  }
  .faq__inner-col {
    width: 100%;
    max-width: unset;
  }
  .faqBanner {
    display: none;
  }
}
@media (max-width: 540px) {
  .faq__inner-title h2 {
    margin-bottom: 15px;
  }
  .faqItem p {
    font-size: 16px;
  }
}
.join {
  padding: 120px 0;
  background: var(--green);
}
.join__inner-title {
  text-align: center;
  max-width: 464px;
  margin: 0 auto 44px;
}
.join__inner-title h6 {
  margin-bottom: 20px;
}
.join__inner-title h2 {
  color: var(--white2);
  margin-bottom: 20px;
}
.join__inner-title h2 i {
  color: var(--primary);
}
.join__inner-title p {
  color: rgba(255, 255, 255, 0.4);
}
.join__inner-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.join__inner-buttons .button {
  margin-right: 16px;
}
.join__inner-buttons .button:last-child {
  margin: 0;
}
.join__inner-buttons .button.uniq::after {
  background: var(--green);
}
.joinForm {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.joinForm__input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.joinForm__input input {
  width: 100%;
  font-family: var(--mainFont);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  color: var(--white);
  padding: 16px 30px;
  background: rgba(255, 255, 255, 0.16);
}
.joinForm__input input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.joinForm__input input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.joinForm__input input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.joinForm__input input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.joinForm__input input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 1380px) {
  .join {
    padding: 100px 0;
  }
}
@media (max-width: 1180px) {
  .join {
    padding: 80px 0;
  }
}
@media (max-width: 540px) {
  .join__inner-title {
    margin-bottom: 42px;
  }
  .join__inner-title h6 {
    margin-bottom: 14px;
  }
  .join__inner-title h2 {
    max-width: 306px;
    margin: 0 auto 16px;
  }
  .join__inner-title p {
    font-size: 14px;
  }
  .join__inner-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .join__inner-buttons .button {
    margin: 0 0 16px 0;
  }
  .joinForm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.marquee {
  background: var(--green);
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.marquee.big .marquee__inner {
  padding: 38px 0;
  height: unset;
}
.marquee.big .marquee__inner span {
  width: 6px;
  height: 6px;
  margin: 0 56px;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  opacity: 1;
}
.marquee.big .marqueeItem {
  font-weight: 600;
  font-size: 22px;
  line-height: 135%;
  letter-spacing: -0.5px;
  font-family: var(--secondaryFont);
}
.marquee__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: marquee 24s linear infinite;
          animation: marquee 24s linear infinite;
  height: 42px;
  padding: 15px 0;
}
.marquee__inner span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  display: block;
  background: #e2dcd1;
  opacity: 0.5;
  -webkit-box-shadow: 0px 0px 6px rgba(74, 230, 138, 0.4);
          box-shadow: 0px 0px 6px rgba(74, 230, 138, 0.4);
  margin: 0 30px;
}
.marqueeItem {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 2.8px;
}
.marqueeItem p {
  white-space: nowrap;
  text-transform: uppercase;
  background: linear-gradient(90.01deg, #d8c8b3 -50.5%, #f4f0e8 99.99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

@media (max-width: 1380px) {
  .marquee.big .marquee__inner {
    padding: 30px 0;
  }
  .marquee.big .marquee__inner span {
    margin: 0 48px;
  }
  .marquee.big .marqueeItem {
    font-size: 20px;
  }
}
@media (max-width: 1180px) {
  .marquee.big .marquee__inner span {
    margin: 0 40px;
  }
  .marquee.big .marqueeItem {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .marquee__inner {
    height: 36px;
    padding: 8px 0;
  }
  .marquee__inner span {
    margin: 0 24px;
  }
  .marqueeItem {
    font-size: 10px;
  }
}
@media (max-width: 750px) {
  .marquee.big .marquee__inner {
    padding: 26px 0;
  }
  .marquee.big .marquee__inner span {
    margin: 0 32px;
  }
  .marquee.big .marqueeItem {
    font-size: 14px;
  }
}
.explore {
  padding: 80px 0;
  background: var(--green);
  color: var(--white);
}
.explore__inner-title {
  margin-bottom: 48px;
}
.explore__inner-title h2 {
  margin-bottom: 32px;
  color: var(--white);
}
.exploreItem {
  position: relative;
  display: block;
  width: 100%;
}
.exploreItem:hover {
  opacity: 1;
}
.exploreItem:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.exploreItem__image {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
.exploreItem__image::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  content: "";
  z-index: 1;
}
.exploreItem__image img, .exploreItem__image video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.exploreItem h2 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  color: var(--white);
  z-index: 2;
}

@media (max-width: 1180px) {
  .explore {
    padding: 60px 0;
  }
  .explore__inner-title {
    margin-bottom: 32px;
  }
  .explore__inner-title h2 {
    margin-bottom: 24px;
  }
}
@media (max-width: 540px) {
  .explore {
    padding: 44px 0;
  }
  .explore__inner-title {
    margin-bottom: 24px;
  }
  .explore__inner-title h2 {
    margin-bottom: 12px;
  }
}
.gallery {
  padding: 36px 0;
  background: var(--white);
}
.gallery__inner {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.gallery__inner-action button {
  width: 48px;
  height: 48px;
  background: #434343;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  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;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: var(--white);
}
.gallery__inner-action button::after {
  display: none;
}
.gallery__inner-action button:hover {
  background: var(--white);
  color: var(--main);
}
.galleryItem {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
.galleryItem__action {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 2;
}
.galleryItem__action button {
  width: 30px;
  height: 30px;
  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;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  margin-right: 10px;
}
.galleryItem__action button:last-child {
  margin: 0;
}
.galleryItem__action button img {
  width: 24px;
  pointer-events: none;
}
.galleryItem__video {
  width: 100%;
  padding-bottom: 145%;
  position: relative;
}
.galleryItem__video::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(18, 18, 18, 0.2);
  z-index: 1;
}
.galleryItem__video img,
.galleryItem__video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.galleryItem__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 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-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 8%;
  z-index: 2;
}
.galleryItem__stars {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.galleryItem__stars img {
  width: 100%;
}
.galleryItem p {
  font-family: var(--sfPro);
  font-weight: 400;
  font-size: 10px;
  line-height: 100%;
  color: #ffffff;
  margin-bottom: 8%;
}
.gallery .swiper-button-prev {
  left: 40px;
}
.gallery .swiper-button-next {
  right: 40px;
}

@media (max-width: 1180px) {
  .gallery__inner {
    overflow: visible;
  }
  .gallery .swiper-button-prev {
    left: 20px;
  }
  .gallery .swiper-button-next {
    right: 20px;
  }
}
@media (max-width: 930px) {
  .gallery .swiper-button-prev {
    left: 10px;
  }
  .gallery .swiper-button-next {
    right: 10px;
  }
}
@media (max-width: 750px) {
  .gallery .swiper-button-prev {
    left: 0;
  }
  .gallery .swiper-button-next {
    right: 0;
  }
}
@media (max-width: 540px) {
  .gallery {
    padding: 30px 0;
  }
  .gallery__inner {
    width: 74%;
  }
  .gallery__inner-action {
    display: none;
  }
}
@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;
  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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -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-button-next, .swiper-button-prev {
  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-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

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

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

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

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 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;
}

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

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

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

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

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

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          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-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

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

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

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

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

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

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

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

.swiper-pagination-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-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

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

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

.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, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .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 > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.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-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

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

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

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

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper .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-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

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

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

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -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-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -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;
}

.input {
  position: relative;
}
.input__outer {
  margin-bottom: 12px;
}
.input__outer:last-child {
  margin: 0;
}
.input input {
  width: 100%;
  padding: 11px 16px;
  background: #ffffff;
  border: 1px solid #b9b9b9;
  border-radius: 4px;
  font-family: var(--main-font);
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  color: var(--main);
}
.input input:disabled {
  background: #f2f3f7;
  border: 1px solid #b9b9b9;
  border-radius: 4px;
}
.input input::-webkit-input-placeholder {
  color: #717171;
}
.input input::-moz-placeholder {
  color: #717171;
}
.input input:-ms-input-placeholder {
  color: #717171;
}
.input input::-ms-input-placeholder {
  color: #717171;
}
.input input::placeholder {
  color: #717171;
}
.input input:active {
  border-color: var(--green);
}
.input select {
  width: 100%;
  padding: 11px 16px;
  background: #ffffff;
  border: 1px solid #b9b9b9;
  border-radius: 4px;
  font-family: var(--main-font);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: var(--main);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none;
}
.input select::-ms-expand {
  display: none;
}
.input select:disabled {
  background: #f2f3f7;
  border: 1px solid #b9b9b9;
  border-radius: 4px;
}
.input select::-webkit-input-placeholder {
  color: #717171;
}
.input select::-moz-placeholder {
  color: #717171;
}
.input select:-ms-input-placeholder {
  color: #717171;
}
.input select::-ms-input-placeholder {
  color: #717171;
}
.input select::placeholder {
  color: #717171;
}
.input select:invalid {
  color: #717171;
}
.input select option {
  color: var(--main);
}
.input.icon--right input,
.input.icon--right select {
  padding-right: 50px;
}
.input.error input {
  border-color: #bd544d;
}
.input__error {
  font-family: var(--main-font);
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #bd544d;
  margin-top: 2px;
  display: none;
}
.input__error.active {
  display: block;
}
.input .icon {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -moz-ransform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 16px;
  color: #717171;
}
.input .icon.icon--left {
  right: unset;
  left: 16px;
}
.input .icon.sm {
  width: 16px;
  height: 16px;
}
.input .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.input .icon svg {
  width: 100%;
  height: 100%;
}
.input.float label {
  position: absolute;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: var(--main-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #717171;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  pointer-events: none;
}
.input.float input:not(:-moz-placeholder) {
  padding: 18.5px 16px 3.5px 16px;
}
.input.float input:not(:-ms-input-placeholder) {
  padding: 18.5px 16px 3.5px 16px;
}
.input.float input:focus,
.input.float input:not(:placeholder-shown) {
  padding: 18.5px 16px 3.5px 16px;
}
.input.float input:not(:-moz-placeholder) ~ label {
  top: 3.5px;
  transform: translateY(0);
  font-size: 12px;
}
.input.float input:not(:-ms-input-placeholder) ~ label {
  top: 3.5px;
  transform: translateY(0);
  font-size: 12px;
}
.input.float input:focus ~ label,
.input.float input:not(:placeholder-shown) ~ label {
  top: 3.5px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  font-size: 12px;
}
.input.float input:-webkit-autofill ~ label {
  top: 3.5px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  font-size: 12px;
}
.input.float select:not(:-moz-placeholder) {
  padding: 18.5px 16px 3.5px 16px;
}
.input.float select:not(:-ms-input-placeholder) {
  padding: 18.5px 16px 3.5px 16px;
}
.input.float select:focus,
.input.float select:not(:placeholder-shown) {
  padding: 18.5px 16px 3.5px 16px;
}
.input.float select:not(:-moz-placeholder) ~ label {
  top: 3.5px;
  transform: translateY(0);
  font-size: 12px;
}
.input.float select:not(:-ms-input-placeholder) ~ label {
  top: 3.5px;
  transform: translateY(0);
  font-size: 12px;
}
.input.float select:focus ~ label,
.input.float select:not(:placeholder-shown) ~ label {
  top: 3.5px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  font-size: 12px;
}
.input.float select:-webkit-autofill ~ label {
  top: 3.5px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  font-size: 12px;
}
.input.icon--left input {
  padding-left: 48px !important;
}
.input.icon--left label {
  left: 48px;
}

.tool {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  cursor: pointer;
}
.tool:hover {
  color: var(--green);
}
.tool:hover .tool__tip {
  opacity: 1;
  visibility: visible;
}
.tool__tip {
  position: absolute;
  bottom: calc(100% + 5px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80px;
  padding: 4px;
  text-align: center;
  background: var(--green);
  color: var(--white);
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.tool__tip::before {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 5px;
  height: 5px;
  content: "";
  background: var(--green);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.tool__tip p {
  font-size: 8px;
  line-height: 110%;
  font-weight: 400;
}
.tool svg {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.check {
  position: relative;
  margin: 8px 0;
}
.check:last-child {
  margin-bottom: 0;
}
.check:hover label::before {
  border-color: var(--green);
}
.check input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  cursor: pointer;
  height: 100%;
  opacity: 0;
}
.check input:checked + label::before {
  border: 1px solid var(--green);
  background: var(--green);
}
.check input:checked + label::after {
  opacity: 1;
}
.check label {
  position: relative;
  padding-left: 28px;
  display: block;
  font-size: 12px;
  line-height: 145%;
  color: var(--blue);
}
.check label::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 3px;
  border: 2px solid #b9b9b9;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -moz-ransform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.check label::after {
  position: absolute;
  content: "";
  top: 43%;
  left: 7px;
  width: 5px;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  height: 9px;
  border-bottom: 2px solid var(--white);
  border-right: 2px solid var(--white);
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.method.light .method__item input:checked ~ .method__item-inner {
  background: var(--white);
}
.method__form {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  padding: 0 16px;
  background: #f3f1ec;
}
.method__form.active {
  display: block;
  padding: 16px;
  opacity: 1;
  max-height: 500px;
}
.method__form .input__outer {
  margin-bottom: 8px;
}
.method__form .check:last-child {
  margin-bottom: 0;
}
.method__content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  padding: 0 16px;
  background: #f3f1ec;
}
.method__content.active {
  display: block;
  padding: 16px;
  opacity: 1;
  max-height: 500px;
}
.method__content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 145%;
  color: rgba(0, 0, 0, 0.6);
}
.method__item {
  cursor: pointer;
  position: relative;
}
.method__item-image {
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.method__item-image.sm {
  height: 18px;
}
.method__item-image img {
  height: 100%;
}
.method__item-icon {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.method__item-save {
  padding: 3px 8px;
  background: #2f855a;
  border-radius: 50px;
  font-weight: 700;
  font-size: 12px;
  line-height: 130%;
  color: #ffffff;
}
.method__item:first-child .method__item-inner {
  border-radius: 6px 6px 0 0;
}
.method__item:last-child .method__item-inner {
  border-radius: 0 0 6px 6px;
}
.method__item input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  cursor: pointer;
  height: 100%;
  opacity: 0;
}
.method__item input:checked ~ .method__item-inner {
  border-color: var(--green);
  background: #f3f1ec;
}
.method__item input:checked ~ .method__item-inner span {
  border-color: var(--green);
}
.method__item input:checked ~ .method__item-inner span::before {
  opacity: 1;
}
.method__item-inner {
  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;
  padding: 8px 16px;
  height: 60px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  border: 1px solid #b9b9b9;
}
.method__item-price {
  font-weight: 700;
  font-size: 16px;
  line-height: 145%;
  color: #101312;
}
.method__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.method__item-title span {
  width: 20px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  height: 20px;
  border-radius: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #b9b9b9;
  margin-right: 10px;
}
.method__item-title span:before {
  width: 10px;
  height: 10px;
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  -moz-ransform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background: var(--green);
  border-radius: 50%;
}
.method__item-title p {
  margin: 0 !important;
}
.method__item-title p small {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #000000;
}
.method__item-name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.method__item-name h6 {
  font-weight: 400;
  font-size: 16px;
  line-height: 145%;
  color: #101312;
}
.method__item-name p {
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  color: rgba(0, 0, 0, 0.6);
}

.cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-family: var(--main-font);
  padding: 12px 20px;
  background: -webkit-gradient(linear, left top, right top, from(#c9a178), to(#d8c8b3));
  background: linear-gradient(90deg, #c9a178 0%, #d8c8b3 100%);
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.cta span {
  position: relative;
  z-index: 2;
}
.cta:hover {
  opacity: 1;
}
.cta:hover::before {
  opacity: 1;
}
.cta::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#d8c8b3), to(#c9a178));
  background: linear-gradient(90deg, #d8c8b3 0%, #c9a178 100%);
  content: "";
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  pointer-events: none;
}
.cta h6 {
  font-family: var(--secondaryFont);
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #101312;
  margin-bottom: 4px;
  position: relative;
}
.cta p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 8px;
  line-height: 145%;
  color: rgba(0, 0, 0, 0.7);
  margin: 0 !important;
  position: relative;
}
.cta p svg {
  width: 12px;
  height: 12px;
  margin-right: 4px;
}

.cart {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
}
.cart__empty {
  text-align: center;
}
.cart.active {
  opacity: 1;
  visibility: visible;
}
.cart.active .cart__inner {
  transform: translate(0, 0);
  -moz-ransform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
.cart__head {
  padding-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cart__head-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 32px;
  height: 32px;
  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;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  color: #999999;
}
.cart__head-close svg {
  pointer-events: none;
  width: 90%;
  height: 90%;
}
.cart__head-close:hover {
  opacity: 0.6;
}
.cart__head-tag {
  position: relative;
  padding: 4px 16px 4px 6px;
  background: var(--green);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
  border: 1px solid #ffffff;
  border-radius: 100px;
}
.cart__head-tag img {
  position: relative;
  z-index: 1;
  width: 56px;
  margin-right: 8px;
}
.cart__head-tag p {
  position: relative;
  z-index: 1;
  font-family: var(--secondaryFont);
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #d8c8b3;
}
.cart__head-logo {
  display: none;
}
.cart .timer {
  width: 100%;
}
.cart .timer__inner {
  padding: 4px 0;
  height: 42px;
}
.cart__body {
  padding: 12px 24px 28px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cart__inner {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 607px;
  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;
  background: var(--white);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  overflow-y: auto;
}
.cart__inner::-webkit-scrollbar {
  display: none;
}
.cart__foot {
  background: #f3f1ec;
  border-top: 1px solid #e2dcd1;
  position: static;
}
.cart__items {
  padding-bottom: 32px;
  margin-bottom: 28px;
  border-bottom: 1px solid #e2dcd1;
}
.cartItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.cartItem:last-child {
  margin: 0;
}
.cartItem__image {
  width: 92px;
  height: 92px;
  background: #ffffff;
  border: 1.5px solid #f3f1ec;
  border-radius: 4px;
  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;
  margin-right: 12px;
}
.cartItem__image img {
  width: 76px;
  height: 76px;
  -o-object-fit: cover;
     object-fit: cover;
}
.cartItem__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cartItem__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}
.cartItem__save {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: var(--secondaryFont);
  font-weight: 400;
  font-size: 9px;
  line-height: 100%;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 5px 8px;
  margin-left: 32px;
  background: linear-gradient(91.24deg, #2f5a49 0.48%, #4d8f75 98.94%);
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.18);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.18);
  border-radius: 6px;
}
.cartItem__foot {
  margin: auto 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cartItem__delete {
  width: 16px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: transparent;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #999999;
  margin-left: 32px;
}
.cartItem__delete:hover {
  color: var(--main);
}
.cartItem__delete svg {
  width: 100%;
  height: 100%;
}
.cartItem h6 {
  font-weight: 700;
  font-size: 16px;
  line-height: 145%;
  margin-bottom: 8px;
}
.cartItem p {
  font-size: 16px;
  line-height: 145%;
}
.cartItem p b {
  font-weight: 700;
  color: #bd544d;
  margin-right: 8px;
}
.cartItem p del {
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0.5px;
  color: #999999;
}
.cart__upgrades {
  padding: 0 18px;
  position: relative;
}
.cart__upgrades-slider {
  overflow: hidden;
}
.cart__upgrades .swiper-button-prev {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 14px;
  left: -7px;
  margin: 0;
}
.cart__upgrades .swiper-button-prev::after {
  font-size: 12px;
  color: var(--green);
}
.cart__upgrades .swiper-button-next {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 14px;
  right: -7px;
  margin: 0;
}
.cart__upgrades .swiper-button-next::after {
  font-size: 12px;
  color: var(--green);
}
.cartUpgrade {
  padding: 12px 16px;
  background: #f3f1ec;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  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;
  font-family: var(--secondaryFont);
}
.cartUpgrade__icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  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;
  margin-right: 12px;
  background: var(--green);
}
.cartUpgrade__icon img {
  width: 41px;
}
.cartUpgrade__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cartUpgrade button {
  margin-left: 12px;
  padding: 10px 14px 10px 10px;
}
.cartUpgrade button svg {
  margin: 0 6px 0 0;
  -webkit-transform: translate(0) !important;
          transform: translate(0) !important;
}
.cartUpgrade p {
  font-weight: 700;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: -0.2px;
  color: #101312;
  margin-bottom: 2px;
}
.cartUpgrade h6 {
  font-weight: 700;
  font-size: 16px;
  line-height: 145%;
  letter-spacing: -0.2px;
  color: #23463b;
}
.cartPair {
  background: #f9f9f9;
  padding: 16px 24px;
}
.cartPair__title {
  text-align: center;
  margin-bottom: 16px;
}
.cartPair__title h5 {
  font-family: var(--secondaryFont);
  font-weight: 700;
  font-size: 18px;
  line-height: 145%;
  letter-spacing: -0.2px;
  color: #000000;
}
.cartPair__slider {
  position: relative;
}
.cartPair__slider > button {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #c39a72;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  color: var(--white);
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.cartPair__slider > button:hover {
  background: var(--green);
}
.cartPair__slider > button::after {
  display: none;
}
.cartPair__slider > button svg {
  width: 12px;
  height: 12px;
}
.cartPair .swiper-button-prev {
  left: 16px;
}
.cartPair .swiper-button-next {
  right: 16px;
}
.cartPair .swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}
.cartCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px;
  background: #ffffff;
  border-radius: 12px;
}
.cartCard__image {
  width: 92px;
  height: 92px;
  background: #999999;
  border: 1px solid #ffffff;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 12px;
}
.cartCard__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.cartCard__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cartCard__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6px;
}
.cartCard__save {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: var(--secondaryFont);
  font-weight: 400;
  font-size: 9px;
  line-height: 100%;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 5px 8px;
  margin-left: 8px;
  background: linear-gradient(91.24deg, #2f5a49 0.48%, #4d8f75 98.94%);
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.18);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.18);
  border-radius: 6px;
}
.cartCard h6 {
  font-weight: 700;
  font-size: 14px;
  line-height: 145%;
  color: #101312;
  margin-bottom: 4px;
}
.cartCard p {
  font-size: 14px;
  line-height: 145%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cartCard p b {
  font-weight: 700;
  color: #bd544d;
  margin-right: 8px;
}
.cartCard p del {
  font-weight: 400;
  font-size: 12px;
  line-height: 145%;
  letter-spacing: 0.5px;
  color: #999999;
}
.cartCard button {
  padding: 10px 14px 10px 10px;
}
.cartCard button svg {
  margin: 0 6px 0 0;
  -webkit-transform: translate(0) !important;
          transform: translate(0) !important;
}
.cartProt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 20px 16px;
  position: relative;
}
.cartProt::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  max-width: 335px;
  height: 1px;
  content: "";
  background: var(--white);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.cartProt__icon {
  width: 50px;
  height: 50px;
  margin-right: 12px;
  border-radius: 4px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cartProt__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.cartProt__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
}
.cartProt__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cartProt__title h6 {
  margin-bottom: 8px;
}
.cartProt__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  min-width: 80px;
}
.cartProt h6 {
  font-family: var(--secondaryFont);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #101312;
  margin-bottom: 4px;
}
.cartProt p {
  font-weight: 400;
  font-size: 12px;
  line-height: 145%;
  color: rgba(0, 0, 0, 0.6);
}
.cart__info {
  padding: 16px 20px 16px;
}
.cartFeatures {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid var(--white);
}
.cartFeatures__col {
  width: calc(25% - 3px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.cartFeatures__col span {
  width: 32px;
  height: 32px;
  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;
  margin-bottom: 6px;
  border-radius: 50%;
  background: var(--white);
}
.cartFeatures__col span img {
  width: 15px;
}
.cartFeatures__col p {
  font-family: var(--secondaryFont);
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  color: #101312;
}
.cartPayments {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 12px;
}
.cartPayments__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(10% - 1px);
  max-width: 32px;
}
.cartPayments__item img {
  width: 100%;
}
.cartTrust {
  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;
}
.cartTrust__rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cartTrust__rate img {
  width: 78px;
  margin-left: 8px;
}
.cartTrust__reviews {
  margin: 0 8px;
}
.cartTrust__logo {
  width: 82px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cartTrust__logo img {
  width: 100%;
}
.cartTrust p {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #272727;
}
.cartTrust p b {
  font-weight: 600;
}
.cartPinned {
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 16px 20px;
  background: #f3f1ec;
  z-index: 10;
  border-top: 1px solid #e2dcd1;
}
.cartPinned .button {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 10px;
}
.cartPinned .button h6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #101312;
  margin-bottom: 4px;
  position: relative;
}
.cartPinned .button p {
  font-weight: 400;
  font-size: 8px;
  line-height: 145%;
  color: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.cartPinned .button p svg {
  width: 12px;
  height: 12px;
  margin: 0 4px 0 0;
  -webkit-transform: translate(0) !important;
          transform: translate(0) !important;
}
.cartPinned .button img {
  width: 16px;
  margin-left: 6px;
}
.cartTotal {
  margin-bottom: 20px;
}
.cartTotal__top {
  margin-bottom: 12px;
}
.cartTotal__top .cartTotal__row {
  margin: 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0;
}
.cartTotal__row {
  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-bottom: 4px;
  padding: 3px 0;
}
.cartTotal__row h6 {
  font-family: var(--secondaryFont);
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #101312;
}
.cartTotal__row h6 b {
  font-weight: 600;
  text-transform: uppercase;
}
.cartTotal__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 4px;
}
.cartTotal__price del {
  font-weight: 400;
  font-size: 16px;
  line-height: 145%;
  letter-spacing: 0.5px;
  color: #999999;
  margin-right: 8px;
}
.cartTotal__save {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: var(--secondaryFont);
  font-weight: 400;
  font-size: 9px;
  line-height: 100%;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 5px 8px;
  margin-right: 8px;
  background: linear-gradient(91.24deg, #2f5a49 0.48%, #4d8f75 98.94%);
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.18);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.18);
  border-radius: 6px;
}
.cartTotal__saving {
  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;
}
.cartTotal__saving p {
  font-family: var(--secondaryFont);
  font-weight: 600;
  font-size: 14px;
  line-height: 135%;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  color: #498970;
}
.cartTotal__shipping {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cartTotal__shipping svg {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  color: var(--main);
}
.cartTotal__shipping p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
}
.cartTotal__shipping p b {
  font-weight: 700;
}
.cartTotal h5 {
  font-family: var(--secondaryFont);
  font-weight: 700;
  font-size: 20px;
  line-height: 145%;
  letter-spacing: -0.2px;
  color: #101312;
}
.cart__items {
  min-height: 300px;
  overflow-y: auto;
}
.cart .moddys-cart-fragment {
  overflow: hidden;
  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-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.spinbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.spinbox.is-locked {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}
.spinbox button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background: transparent;
  color: #101312;
  background: #dedede;
  border-radius: 2px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.spinbox button:hover {
  background: #101312;
  color: var(--white);
}
.spinbox button svg {
  width: 60%;
  height: 60%;
}
.spinbox input {
  background: transparent;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  text-align: center;
  font-family: var(--redHat);
  font-weight: 500;
  font-size: 11px;
  line-height: 100%;
  color: #101312;
  margin: 0 3px;
  width: 28px;
  height: 16px;
  background: #ffffff;
  border: 1px solid #dedede;
  border-radius: 2px;
}

.freeShip {
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}
.freeShip__title {
  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;
  margin-bottom: 2px;
}
.freeShip__title h4 {
  font-family: var(--secondaryFont);
  font-weight: 700;
  font-size: 26px;
  line-height: 145%;
  letter-spacing: -0.2px;
  color: #000000;
}
.freeShip__title span {
  font-family: var(--secondaryFont);
  font-weight: 600;
  font-size: 12px;
  line-height: 135%;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  color: #fafafa;
  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: 20px;
  height: 20px;
  background: #101312;
  border-radius: 100px;
  margin-left: 8px;
}
.freeShip h6 {
  font-family: var(--secondaryFont);
  font-weight: 600;
  font-size: 14px;
  line-height: 135%;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  color: #101312;
  margin-bottom: 8px;
}
.freeShip h6 span {
  color: var(--green);
}
.freeShip__range {
  width: 100%;
  height: 6px;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#0f1110), color-stop(41.38%, #23463b));
  background: linear-gradient(90deg, #0f1110 0%, #23463b 41.38%);
  border-radius: 100px 0px 0px 100px;
  position: relative;
  margin-bottom: 5px;
}
.freeShip__range-thumb {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -moz-ransform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: var(--green);
  -webkit-box-shadow: 0px 0px 0px 3px #498970, 0px 0px 12px #54b890;
          box-shadow: 0px 0px 0px 3px #498970, 0px 0px 12px #54b890;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--white);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.freeShip__range-thumb svg {
  width: 14px;
  height: 14px;
  stroke-width: 2px;
}
.freeShip__range-van {
  position: absolute;
  left: 0;
  top: 50%;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  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: #013329;
  background: #fff;
  border: 2px solid #008d5e;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: none;
  transition: none;
}
.freeShip__range-van.animate {
  opacity: 1;
  visibility: visible;
}
.freeShip__range-van svg {
  width: 14px;
  height: 14px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.freeShip__note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 11px;
  line-height: 145%;
  color: #101312;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
.freeShip__note.visible {
  opacity: 1;
  visibility: visible;
}
.freeShip__note.blink {
  -webkit-animation: freeShipNoteBlink 1s ease-in-out 3;
          animation: freeShipNoteBlink 1s ease-in-out 3;
}
.freeShip__note svg {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}

@media (max-width: 540px) {
  .cart__body {
    padding: 12px 20px 24px 20px;
  }
  .cart__head-close {
    top: 20px;
    width: 24px;
    height: 24px;
    right: 16px;
  }
  .cart__head-tag {
    margin-bottom: 12px;
  }
  .cart__head-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cart__head-logo {
    width: 71px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
  }
  .cart__head-logo img {
    width: 100%;
  }
  .cart__items {
    margin-bottom: 24px;
  }
  .cartItem__row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 10px;
  }
  .cartItem__save {
    margin-left: 12px;
  }
  .cartItem h6 {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .cartItem p {
    font-size: 14px;
  }
  .cartItem p del {
    font-size: 12px;
  }
  .cart__upgrades {
    padding: 0;
  }
  .cart__upgrades .swiper-button-prev {
    left: -16px;
  }
  .cart__upgrades .swiper-button-prev::after {
    font-size: 10px;
  }
  .cart__upgrades .swiper-button-next {
    right: -16px;
  }
  .cart__upgrades .swiper-button-next::after {
    font-size: 10px;
  }
  .cartPair {
    padding: 16px 20px;
  }
  .cartPair .swiper-button-prev {
    left: 0;
  }
  .cartPair .swiper-button-next {
    right: 0;
  }
  .cartTrust__logo {
    width: 70px;
  }
  .cartTrust p {
    font-size: 11px;
  }
  .cartTotal__price del {
    font-size: 14px;
  }
  .cartTotal__row h6 {
    font-size: 14px;
  }
  .cartTotal__shipping p {
    font-size: 12px;
  }
  .cartTotal h5 {
    font-size: 18px;
  }
  .cart .timer__inner {
    height: 36px;
  }
  .freeShip__title h4 {
    font-size: 22px;
  }
  .freeShip__title span {
    width: 16px;
    height: 16px;
    font-size: 10px;
  }
  .freeShip h6 {
    font-size: 12px;
  }
  .spinbox button {
    width: 14px;
    height: 14px;
  }
  .spinbox input {
    height: 14px;
  }
}
@-webkit-keyframes freeShipNoteBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.35;
  }
}
@keyframes freeShipNoteBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.35;
  }
}
.hero {
  position: relative;
  background: var(--black);
  padding: 153px 0 136px;
}
.hero.new {
  background: transparent;
  padding: 110px 0 116px;
}
.hero.new .hero__bg::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(261.05deg, rgba(0, 0, 0, 0) 25.24%, rgba(0, 0, 0, 0.329956) 37.51%, rgba(0, 0, 0, 0.465482) 48.49%, rgba(0, 0, 0, 0.7) 78.48%);
}
.hero.new .hero__bg img {
  -o-object-position: unset;
     object-position: unset;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.hero.new .hero__inner-content {
  width: 100%;
  max-width: 1062px;
  margin: 0 auto;
}
.hero.new .hero__inner-title {
  max-width: 871px;
}
.hero.new .hero__inner-title p {
  max-width: 498px;
  width: 100%;
  color: var(--white);
  margin-bottom: 16px;
}
.hero.new .hero__inner-title p:last-child {
  margin: 0;
}
.hero.new .hero__inner h6 {
  margin-bottom: 12px;
}
.hero.new .hero__inner h1 {
  margin-bottom: 24px;
  color: #fafafa;
}
.hero.conf {
  padding: 0;
}
.hero.conf .hero__bg::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(177.71deg, rgba(0, 0, 0, 0) 4.35%, rgba(0, 0, 0, 0.530161) 38.76%, rgba(0, 0, 0, 0.6) 50.16%, rgba(0, 0, 0, 0.7) 80.47%);
  z-index: 1;
}
.hero.conf .hero__bg img {
  -o-object-position: unset;
     object-position: unset;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.hero.conf .hero__inner {
  padding: 220px 0 3px;
}
.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  pointer-events: none;
  overflow: hidden;
}
.hero__bg img {
  -o-object-position: 85%;
     object-position: 85%;
  width: auto;
  height: 100%;
}
.hero__bg img.mob {
  display: none;
}
.hero__inner {
  position: relative;
  z-index: 2;
}
.hero__inner-content {
  width: 80%;
  max-width: 611px;
}
.hero__inner-title p {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 16px;
}
.hero__inner-title p:last-child {
  margin: 0;
}
.hero__inner-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 48px 0;
}
.hero__inner-buttons .button {
  width: calc(50% - 10px);
  padding: 18px 10px;
}
.hero__inner-rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero__inner-rate span {
  width: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 12px;
}
.hero__inner-rate span img {
  width: 100%;
}
.hero__inner-rate p {
  color: rgba(255, 255, 255, 0.6);
  line-height: 100%;
}
.hero__inner-main {
  max-width: 680px;
  margin: 0 auto 40px;
  text-align: center;
}
.hero__inner-main > h6 {
  margin-bottom: 16px;
}
.hero__inner-main h1 {
  margin-bottom: 16px;
}
.hero__inner-main p {
  font-weight: 400;
  font-size: 20px;
  line-height: 145%;
  color: var(--white);
  max-width: 620px;
  margin: 0 auto 16px;
}
.hero__inner-main p:last-child {
  margin: 0;
}
.hero__inner-foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero__inner-foot h6 {
  margin-bottom: 11px;
}
.hero__inner-foot hr {
  width: 1px;
  height: 32px;
  background: -webkit-gradient(linear, left top, left bottom, from(#c39a72), to(rgba(195, 154, 114, 0)));
  background: linear-gradient(180deg, #c39a72 0%, rgba(195, 154, 114, 0) 100%);
}
.hero__inner h6 {
  margin-bottom: 28px;
  color: var(--primary-light);
}
.hero__inner h1 {
  margin-bottom: 28px;
  color: var(--white2);
}
.hero__inner h1 br.mob {
  display: none;
}

@media (max-width: 1380px) {
  .hero {
    padding: 150px 0 120px;
  }
}
@media (max-width: 1180px) {
  .hero {
    padding: 140px 0 100px;
  }
  .hero.new {
    padding: 100px 0;
  }
  .hero__inner-title p {
    width: 70%;
    color: rgba(255, 255, 255, 0.8);
  }
}
@media (max-width: 930px) {
  .hero {
    padding: 100px 0 80px;
  }
  .hero.new {
    padding: 85px 0;
  }
  .hero__bg::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.2588235294);
  }
}
@media (max-width: 750px) {
  .hero__inner-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 44px 0 32px;
    max-width: 400px;
  }
  .hero__inner-buttons .button {
    margin: 0 0 16px 0;
    width: 100%;
  }
  .hero__inner-buttons .button:last-child {
    margin: 0;
  }
  .hero__inner-title p {
    width: 100%;
  }
}
@media (max-width: 540px) {
  .hero {
    padding: 305px 0 24px;
  }
  .hero.new .hero__bg::before {
    background: linear-gradient(181.54deg, rgba(5, 5, 5, 0.55) 12%, rgba(5, 5, 5, 0) 42.3%, rgba(5, 5, 5, 0) 45.54%, rgba(5, 5, 5, 0.75) 58.54%, #0a0b0a 98.05%);
    display: block;
  }
  .hero.new .hero__inner-title {
    text-align: start;
  }
  .hero.new .hero__inner-title p {
    font-size: 16px;
    line-height: 145%;
  }
  .hero.new .hero__inner h6 {
    margin-bottom: 20px;
  }
  .hero.new .hero__inner h1 {
    margin-bottom: 20px;
  }
  .hero.conf .hero__bg::before {
    background: linear-gradient(179.34deg, rgba(0, 0, 0, 0) 34.06%, rgba(0, 0, 0, 0.400471) 44.03%, rgba(0, 0, 0, 0.6) 56.54%);
    display: block;
  }
  .hero.conf .hero__inner {
    padding: 254px 0 4px;
  }
  .hero__bg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
  .hero__bg::before {
    display: none;
  }
  .hero__bg img {
    -o-object-position: top;
       object-position: top;
    width: 100%;
    height: auto;
  }
  .hero__bg img.desc {
    display: none;
  }
  .hero__bg img.mob {
    display: block;
  }
  .hero__inner-content {
    width: 100%;
  }
  .hero__inner-title {
    text-align: center;
  }
  .hero__inner-title p {
    font-size: 15px;
    line-height: 145%;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 12px;
  }
  .hero__inner-buttons {
    margin: 28px 0 16px;
  }
  .hero__inner-rate {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero__inner-rate p {
    color: rgba(255, 255, 255, 0.8);
  }
  .hero__inner-main {
    margin-bottom: 28px;
  }
  .hero__inner-main > h6 {
    margin-bottom: 12px;
  }
  .hero__inner-main h1 {
    margin-bottom: 12px;
  }
  .hero__inner-main p {
    font-size: 16px;
    line-height: 145%;
    margin-bottom: 8px;
  }
  .hero__inner-foot h6 {
    margin-bottom: 4px;
  }
  .hero__inner h6 {
    margin-bottom: 20px;
  }
  .hero__inner h1 {
    margin-bottom: 12px;
  }
  .hero__inner h1 br.mob {
    display: block;
  }
}
.partners {
  overflow: hidden;
  background: #f9f9f9;
  border-bottom: 2px solid #f3f1ec;
}
.partners__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.partners__inner::before {
  position: absolute;
  top: 0;
  right: calc(100% - 30px);
  width: 2000px;
  height: 100%;
  content: "";
  background: #f9f9f9;
  z-index: 3;
}
.partners__title {
  width: 130px;
  margin-right: 20px;
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 72px;
}
.partners__title::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, right top, left top, from(rgba(249, 249, 249, 0)), color-stop(34.13%, #f9f9f9));
  background: linear-gradient(270deg, rgba(249, 249, 249, 0) 0%, #f9f9f9 34.13%);
}
.partners__title h6 {
  font-family: var(--secondaryFont);
  font-weight: 600;
  font-size: 14px;
  line-height: 135%;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  color: #101312;
  position: relative;
  z-index: 2;
}
.partners__row {
  width: calc(100% - 150px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}
.partners__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: marquee 12s linear infinite;
          animation: marquee 12s linear infinite;
}
.partners__set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 56px;
  padding-right: 56px;
}
.partnersItem {
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0.7;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.partnersItem:hover {
  opacity: 1;
}
.partnersItem.big {
  height: 48px;
}
.partnersItem.mid {
  height: 32px;
}
.partnersItem img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 540px) {
  .partners {
    background: #f9f9f9;
    border-bottom: unset;
    border-top: 2px solid #f3f1ec;
  }
  .partners__title {
    width: 126px;
    margin-right: 12px;
    height: 52px;
  }
  .partners__title h6 {
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
  }
  .partners__row {
    width: calc(100% - 138px);
  }
  .partners__track {
    -webkit-animation: marquee 8s linear infinite;
            animation: marquee 8s linear infinite;
  }
  .partners__set {
    gap: 20px;
    padding-right: 20px;
  }
  .partnersItem {
    height: 18px;
  }
  .partnersItem.mid {
    height: 21px;
  }
  .partnersItem.big {
    height: 28px;
  }
}
.choice {
  background: radial-gradient(230.47% 158.29% at 145.35% -1.83%, #0b0d0d 0%, #19221e 24.83%, #2a5347 98.63%);
  padding: 104px 0 88px;
}
.choice__inner-title {
  text-align: center;
  margin-bottom: 56px;
}
.choice__inner-title h2 {
  color: var(--white2);
}
.choice__inner-title h2 i {
  color: #c39a72;
}
.choice__inner-note {
  max-width: 630px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 24px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
}
.choice__inner-note span {
  width: 32px;
  height: 32px;
  background: rgba(23, 28, 26, 0.5);
  border-radius: 50%;
  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;
  margin-right: 12px;
}
.choice__inner-note span img {
  width: 16px;
}
.choice__inner-note p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #fafafa;
}
.choice__inner-note p b {
  font-weight: 700;
}
.choice__inner .detailGallery {
  margin-bottom: 40px;
  overflow: visible;
}
.choice__inner .detailGallery__foot {
  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;
  padding-top: 32px;
  max-width: 630px;
  margin: 0 auto;
}
.choice__inner .detailGallery__foot button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 44px;
  height: 44px;
  background: #c39a72;
  border-radius: 22px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: static;
  margin: 0;
  color: var(--white);
}
.choice__inner .detailGallery__foot button::after {
  display: none;
}
.choice__inner .detailGallery__foot button:hover {
  background: var(--white);
  color: var(--main);
}
.choice__inner .detailGallery__foot button svg {
  width: 16px;
  height: 16px;
}
.choice__inner .detailGallery .swiper-pagination {
  position: static !important;
  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;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.choice__inner .detailGallery .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #d9d9d9;
  margin: 0 6px !important;
  opacity: 1;
}
.choice__inner .detailGallery .swiper-pagination-bullet-active {
  background: #c39a72;
}
.choice__inner .swiper-slide {
  width: 246px;
}

@media (max-width: 1180px) {
  .choice {
    padding: 80px 0;
  }
}
@media (max-width: 930px) {
  .choice {
    padding: 56px 0;
  }
  .choice__inner-title {
    margin-bottom: 44px;
  }
}
@media (max-width: 540px) {
  .choice {
    background: radial-gradient(206.75% 127.78% at 115.83% -10.83%, #2a5347 10.05%, #2a5347 21.3%, #19221e 85.03%, #0b0d0d 100%);
  }
  .choice__inner-title {
    margin-bottom: 32px;
  }
  .choice__inner-title h2 br {
    display: none;
  }
  .choice__inner-note {
    padding: 6px 16px;
  }
  .choice__inner-note p {
    font-weight: 400;
    font-size: 12px;
    line-height: 145%;
    letter-spacing: 0.5px;
  }
  .choice__inner .detailGallery {
    margin-bottom: 32px;
  }
  .choice__inner .detailGallery__foot {
    padding-top: 20px;
  }
}
.wanted {
  background: #f3f1ec;
  padding: 104px 0;
}
.wanted__inner-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 40px;
}
.wanted__inner-title h6 {
  color: var(--green);
  margin-bottom: 14px;
}
.wanted__inner-title h2 {
  line-height: 100%;
  letter-spacing: -3px;
  background: var(--green-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.wanted__inner .swiper-slide {
  width: 250px;
}
.wantedItem {
  height: 100%;
  padding: 16px;
  background: #f9f9f9;
  display: block;
}
.wantedItem:hover {
  opacity: 1;
}
.wantedItem:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.wantedItem__num {
  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;
  margin-bottom: 20px;
}
.wantedItem__num p {
  font-weight: 400;
  font-size: 11px;
  line-height: 145%;
  letter-spacing: 0.5px;
  color: var(--green);
}
.wantedItem__main {
  padding: 12px;
  position: relative;
  margin: 0 11px 20px;
}
.wantedItem__tag {
  position: absolute;
  top: 10px;
  left: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 10px;
  line-height: 100%;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--white);
  background: linear-gradient(91.24deg, #2f5a49 0.48%, #4d8f75 98.94%);
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 5px 8px;
  z-index: 2;
}
.wantedItem__tag.save {
  background: linear-gradient(91.24deg, #2f5a49 0.48%, #4d8f75 98.94%);
}
.wantedItem__tag.best {
  background: -webkit-gradient(linear, left top, right top, color-stop(41.38%, #2c3230), to(#446056));
  background: linear-gradient(90deg, #2c3230 41.38%, #446056 100%);
}
.wantedItem__tag.last {
  background: linear-gradient(98.52deg, #8a4e4a 9.74%, #bd544d 93.59%);
}
.wantedItem__tag.iconic {
  background: linear-gradient(96.88deg, #875638 1.38%, #ac815f 64.26%, #c9a178 102.02%);
}
.wantedItem__tag.limited {
  background: linear-gradient(97.48deg, #101312 9.86%, #2c3230 60.14%);
}
.wantedItem__image {
  width: 100%;
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
}
.wantedItem__image img,
.wantedItem__image video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.wantedItem__info {
  text-align: center;
}
.wantedItem__info h6 {
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  color: var(--main);
  margin-bottom: 2px;
}
.wantedItem__price {
  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;
  margin-bottom: 6px;
}
.wantedItem__price:last-child {
  margin: 0;
}
.wantedItem__price p {
  margin-right: 6px;
  color: var(--green);
  font-weight: 700;
  font-size: 13px;
  line-height: 145%;
}
.wantedItem__price p:last-child {
  margin: 0;
}
.wantedItem__price p del {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.5px;
  text-decoration-line: line-through;
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.55;
}
.wantedItem__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -2px;
}
.wantedItem__feature {
  font-weight: 400;
  font-size: 10px;
  line-height: 125%;
  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;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
  width: calc(50% - 4px);
  margin: 2px;
  padding: 3px 8px;
  background: #f3f1ec;
  border-radius: 500px;
}
.wanted .swiper-slide {
  height: unset !important;
}

@media (max-width: 1180px) {
  .wanted {
    padding: 80px 0;
  }
}
@media (max-width: 930px) {
  .wanted {
    padding: 60px 0;
  }
}
@media (max-width: 540px) {
  .wanted__inner {
    overflow: visible;
  }
  .wanted__inner-title h6 {
    margin-bottom: 12px;
  }
  .wanted__inner-title h2 {
    letter-spacing: -2px;
  }
}
.evolution__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.evolutionBanner {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.evolutionBanner__inner {
  width: 100%;
  position: relative;
}
.evolutionBanner__inner img,
.evolutionBanner__inner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.evolutionInfo {
  width: 50%;
  padding: 96px 80px;
  background: radial-gradient(206.75% 127.78% at 115.83% -10.83%, #2a5347 10.05%, #2a5347 21.3%, #19221e 85.03%, #0b0d0d 100%);
  min-height: 720px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.evolutionInfo__inner {
  max-width: 560px;
}
.evolutionInfo__title {
  margin-bottom: 40px;
}
.evolutionInfo__title p {
  color: rgba(255, 255, 255, 0.6);
}
.evolutionInfo__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -8px 40px;
}
.evolutionInfo__row:last-child {
  margin-bottom: 0;
}
.evolutionInfo h6 {
  color: var(--primary-light);
  margin-bottom: 26px;
}
.evolutionInfo h2 {
  margin-bottom: 26px;
  color: var(--white2);
}
.evolutionInfo h2 i {
  color: var(--primary);
}
.evolutionInfo .button {
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.evolutionItem {
  width: calc(50% - 16px);
  margin: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 16px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  color: #fafafa;
}
.evolutionItem__icon {
  width: 32px;
  height: 32px;
  background: rgba(23, 28, 26, 0.5);
  border-radius: 50%;
  margin-right: 12px;
  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;
  text-align: center;
  font-family: var(--plusJakarta);
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: var(--primary);
}
.evolutionItem p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 1380px) {
  .evolutionInfo {
    padding: 70px 40px 70px 60px;
    min-height: 660px;
  }
}
@media (max-width: 1180px) {
  .evolutionInfo {
    padding: 60px 30px;
    min-height: unset;
  }
  .evolutionInfo__title {
    margin-bottom: 24px;
  }
  .evolutionInfo__row {
    margin-bottom: 24px;
  }
}
@media (max-width: 930px) {
  .evolution__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .evolutionBanner {
    width: 100%;
  }
  .evolutionBanner__inner {
    padding-bottom: 80%;
  }
  .evolutionInfo {
    width: 100%;
    padding: 60px 40px;
  }
  .evolutionInfo__inner {
    max-width: unset;
  }
  .evolutionInfo__title {
    margin-bottom: 50px;
  }
  .evolutionInfo__row {
    margin-bottom: 40px;
  }
}
@media (max-width: 540px) {
  .evolutionBanner__inner {
    padding-bottom: 108%;
  }
  .evolutionInfo {
    padding: 40px;
  }
  .evolutionInfo__title p {
    font-size: 15px;
    line-height: 145%;
  }
  .evolutionInfo__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0 40px 0;
  }
  .evolutionInfo h2 {
    margin-bottom: 20px;
  }
  .evolutionInfo h6 {
    margin-bottom: 20px;
  }
  .evolutionItem {
    margin: 0 0 16px 0;
    width: 100%;
  }
  .evolutionItem:last-child {
    margin: 0;
  }
}
.product {
  padding: 96px 0;
}
.product.light {
  background: #f3f1ec;
}
.product.dark {
  background: radial-gradient(235.73% 136.68% at 141.74% -18.34%, #0b0d0d 0%, #19221e 35.65%, #2a5347 98.9%);
}
.product.dark .product__inner-title h6 {
  color: var(--primary-light);
}
.product.dark .product__inner-title h2 {
  color: var(--white2);
}
.product.dark .product__inner-title h2 i {
  color: var(--primary);
  background: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}
.product.dark .product__inner-title p {
  color: rgba(255, 255, 255, 0.6);
}
.product.dark .productItem__price p {
  color: #54b891;
}
.product.dark .productItem__price p del {
  color: rgb(255, 255, 255);
}
.product.dark .productItem h6 {
  color: var(--white2);
}
.product__inner {
  overflow: hidden;
}
.product__inner-title {
  text-align: center;
  max-width: 587px;
  margin: 0 auto 72px;
}
.product__inner-title.big {
  max-width: 640px;
}
.product__inner-title.big p {
  max-width: 587px;
  margin: 0 auto;
}
.product__inner-title h6 {
  color: var(--green);
  margin-bottom: 10px;
}
.product__inner-title h2 {
  color: var(--main);
  margin-bottom: 10px;
}
.product__inner-title h2:last-child {
  margin: 0;
}
.product__inner-title h2 i {
  background: -webkit-gradient(linear, left top, right top, color-stop(60.58%, #23463b), to(#0f1110));
  background: linear-gradient(90deg, #23463b 60.58%, #0f1110 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.product__inner-title h2 br.mob {
  display: none;
}
.product__inner-title p {
  color: rgba(0, 0, 0, 0.6);
}
.product__inner-slider {
  margin: 0 -10px;
}
.product__inner-foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 48px;
}
.product__inner-foot .button {
  width: 100%;
  max-width: 335px;
}
.product__inner-foot p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 11px;
  line-height: 145%;
  letter-spacing: 0.5px;
  margin-top: 8px;
}
.product__inner-foot p svg {
  width: 12px;
  height: 12px;
  margin-right: 4px;
}
.productItem {
  display: block;
  margin: 0 10px;
  background: var(--white);
  padding: 0 12px 24px;
}
.productItem:hover {
  opacity: 1;
}
.productItem:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.productItem__main {
  margin-bottom: 8px;
  padding: 20px 20px 0 20px;
  position: relative;
}
.productItem__tag {
  position: absolute;
  top: 12px;
  left: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 11px;
  line-height: 100%;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--white);
  background: linear-gradient(91.24deg, #2f5a49 0.48%, #4d8f75 98.94%);
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.18);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.18);
  border-radius: 6px;
  padding: 7px 13px;
  z-index: 2;
  font-family: var(--secondaryFont);
}
.productItem__tag.save {
  background: linear-gradient(91.24deg, #2f5a49 0.48%, #4d8f75 98.94%);
}
.productItem__tag.best {
  background: -webkit-gradient(linear, left top, right top, color-stop(41.38%, #2c3230), to(#446056));
  background: linear-gradient(90deg, #2c3230 41.38%, #446056 100%);
}
.productItem__tag.last {
  background: linear-gradient(98.52deg, #8a4e4a 9.74%, #bd544d 93.59%);
}
.productItem__tag.iconic {
  background: linear-gradient(96.88deg, #875638 1.38%, #ac815f 64.26%, #c9a178 102.02%);
}
.productItem__tag.limited {
  background: linear-gradient(97.48deg, #101312 9.86%, #2c3230 60.14%);
}
.productItem__image {
  width: 100%;
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
}
.productItem__image img,
.productItem__image video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.productItem__info h6 {
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  color: var(--main);
  margin-bottom: 2px;
  text-align: center;
}
.productItem__price {
  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;
  margin-bottom: 8px;
}
.productItem__price:last-child {
  margin: 0;
}
.productItem__price p {
  margin-right: 6px;
  color: var(--green);
  font-weight: 700;
  font-size: 14px;
  line-height: 145%;
}
.productItem__price p:last-child {
  margin: 0;
}
.productItem__price p del {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.5px;
  text-decoration-line: line-through;
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.4;
}
.productItem__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1px;
}
.productItem__feature {
  font-weight: 400;
  font-size: 11px;
  line-height: 125%;
  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;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
  margin: 1px;
  padding: 3px 8px;
  background: #f3f1ec;
  border-radius: 500px;
}
.product .swiper-wrapper.center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

@media (max-width: 1180px) {
  .product {
    padding: 80px 0;
  }
  .product__inner-title {
    margin-bottom: 60px;
  }
  .product .swiper-wrapper.center {
    -webkit-box-pack: unset !important;
        -ms-flex-pack: unset !important;
            justify-content: unset !important;
  }
}
@media (max-width: 930px) {
  .product {
    padding: 60px 0;
  }
  .product__inner-title {
    margin-bottom: 50px;
  }
  .product__inner-slider {
    margin: 0 -7px;
  }
  .product__inner-foot {
    padding-top: 40px;
  }
  .productItem {
    margin: 0 7px;
  }
}
@media (max-width: 540px) {
  .product__inner {
    overflow: visible;
  }
  .product__inner-title {
    margin-bottom: 40px;
  }
  .product__inner-title h6 {
    margin-bottom: 14px;
  }
  .product__inner-title h2 {
    margin-bottom: 16px;
  }
  .product__inner-title h2 br.mob {
    display: block;
  }
  .product__inner-title p {
    font-size: 14px;
    line-height: 145%;
  }
  .product__inner-slider {
    margin: 0 -4px;
  }
  .product__inner-foot {
    padding-top: 32px;
  }
  .productItem {
    margin: 0 4px;
    padding: 0 12px 16px;
  }
  .productItem__feature {
    font-size: 10px;
  }
}
.why {
  padding: 112px 0;
  background: radial-gradient(206.75% 127.78% at 115.83% -10.83%, #2a5347 10.05%, #2a5347 21.3%, #19221e 85.03%, #0b0d0d 100%);
}
.why__inner-title {
  text-align: center;
  max-width: 632px;
  margin: 0 auto 56px;
}
.why__inner-title h6 {
  margin-bottom: 26px;
  color: var(--primary-light);
}
.why__inner-title h2 {
  color: var(--white2);
  margin-bottom: 26px;
}
.why__inner-title h2 i {
  color: var(--primary);
}
.why__inner-title p {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 12px;
}
.why__inner-title p:last-child {
  margin: 0;
}
.why__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1px;
}
.why__inner-action {
  padding-top: 48px;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.why__inner-action button {
  width: 44px;
  height: 44px;
  background: var(--primary);
  border-radius: 22px;
  position: static;
  margin: 0 12px 0 0;
  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(--white);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
.why__inner-action button:hover {
  background: var(--primary-light);
  color: var(--main);
}
.why__inner-action button.swiper-button-disabled {
  opacity: 0.7;
}
.why__inner-action button:last-child {
  margin: 0;
}
.why__inner-action button svg {
  width: 16px;
  height: 16px;
}
.why__inner-action button::after {
  display: none;
}
.why__inner .swiper-slide {
  height: unset !important;
}
.why__inner .swiper-pagination {
  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;
  position: static;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 20px;
}
.why__inner .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d9d9d9;
  margin: 0 6px !important;
  opacity: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.why__inner .swiper-pagination-bullet-active {
  background: #c39a72;
}
.whyItem {
  background: #f3f1ec;
  border: 1px solid rgba(26, 26, 24, 0.06);
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
}
.whyItem__image {
  width: 100%;
  padding-bottom: 101%;
  position: relative;
  background: #f3f3f3;
}
.whyItem__image img,
.whyItem__image video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.whyItem__image video {
  z-index: 2;
}
.whyItem__content {
  padding: 32px 24px 26px;
}
.whyItem h3 {
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -2px;
  background: -webkit-gradient(linear, left top, right top, from(#0f1110), color-stop(41.38%, #23463b));
  background: linear-gradient(90deg, #0f1110 0%, #23463b 41.38%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 12px;
}

@media (max-width: 1380px) {
  .why {
    padding: 100px 0;
  }
}
@media (max-width: 1180px) {
  .why {
    padding: 80px 0;
  }
  .why__inner-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 930px) {
  .why {
    padding: 60px 0;
  }
  .why__inner-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 32px;
  }
}
@media (max-width: 540px) {
  .why__inner-title h6 {
    margin-bottom: 20px;
  }
  .why__inner-title h2 {
    margin-bottom: 20px;
  }
  .why__inner-action {
    padding-top: 24px;
  }
  .whyItem__image {
    padding-bottom: 102%;
  }
  .whyItem__content {
    padding: 20px 16px 26px;
  }
  .whyItem p {
    font-size: 14px;
    line-height: 145%;
  }
}
.bnote {
  padding: 36px 0;
}
.bnote.light {
  background: #f3f1ec;
}
.bnote__inner {
  max-width: 630px;
  margin: 0 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-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 20px 24px;
  background: #f9f9f9;
  border: 1px solid #bd544d;
  border-radius: 12px;
}
.bnote__inner span {
  width: 32px;
  height: 32px;
  margin-bottom: 12px;
  border-radius: 50%;
  background: #bd544d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bnote__inner span img {
  width: 100%;
}
.bnote__inner p {
  margin-bottom: 8px;
}
.bnote__inner p:last-child {
  margin: 0;
}

@media (max-width: 540px) {
  .bnote {
    padding: 20px 0;
  }
  .bnote__inner {
    padding: 12px;
  }
  .bnote__inner span {
    width: 24px;
    height: 24px;
  }
  .bnote__inner p {
    font-size: 14px;
    line-height: 145%;
  }
}
.rule {
  padding: 136px 0;
  background: radial-gradient(230.47% 158.29% at 145.35% -1.83%, #0b0d0d 0%, #19221e 24.83%, #2a5347 98.63%);
}
.rule.sm .ruleContent {
  max-width: 560px;
}
.rule.light {
  background: #f3f1ec;
}
.rule.light .ruleContent__group p {
  color: rgba(0, 0, 0, 0.7);
}
.rule.light .ruleContent__note {
  background: rgba(249, 249, 249, 0.7);
  border: 1px solid #e2dcd1;
  border-radius: 12px;
}
.rule.light .ruleContent__note p {
  color: rgba(0, 0, 0, 0.7);
}
.rule.light .ruleContent h2 {
  color: var(--main);
}
.rule.light .ruleContent h2 i {
  background: -webkit-gradient(linear, left top, right top, from(#0f1110), color-stop(41.38%, #23463b));
  background: linear-gradient(90deg, #0f1110 0%, #23463b 41.38%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.rule__inner {
  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;
}
.rule__inner.start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.rule__inner.start .ruleContent {
  max-width: 577px;
}
.rule__inner.start .ruleContent__title {
  max-width: unset;
}
.rule__inner.start .ruleContent__text {
  max-width: 560px;
}
.ruleBanner {
  width: calc(46% - 20px);
  max-width: 560px;
  border-radius: 12px;
  overflow: hidden;
}
.ruleBanner__inner {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}
.ruleBanner__inner img,
.ruleBanner__inner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.ruleContent {
  width: calc(54% - 20px);
  max-width: 640px;
}
.ruleContent__title {
  max-width: 490px;
  margin-bottom: 48px;
}
.ruleContent__title p {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 26px;
}
.ruleContent__title p:last-child {
  margin: 0;
}
.ruleContent__list {
  margin-bottom: 48px;
}
.ruleContent__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}
.ruleContent__list li:last-child {
  margin: 0;
}
.ruleContent__list li span {
  font-family: var(--secondaryFont);
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  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;
  color: var(--primary);
  margin-right: 16px;
  width: 36px;
  height: 36px;
  background: rgba(23, 28, 26, 0.5);
  border-radius: 50%;
}
.ruleContent__list li p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #fafafa;
}
.ruleContent__col {
  max-width: 524px;
}
.ruleContent__group {
  margin-bottom: 16px;
}
.ruleContent__group:last-child {
  margin: 0;
}
.ruleContent__group p {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 12px;
}
.ruleContent__group p:last-child {
  margin: 0;
}
.ruleContent__note {
  padding: 16px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
}
.ruleContent__note p {
  font-size: 15px;
  line-height: 145%;
  margin-bottom: 8px;
  color: var(--white);
}
.ruleContent__note p:last-child {
  margin: 0;
}
.ruleContent h6 {
  color: var(--primary-light);
  margin-bottom: 26px;
}
.ruleContent h2 {
  color: var(--white2);
  margin-bottom: 26px;
}
.ruleContent h2:last-child {
  margin-bottom: 0;
}
.ruleContent h2 i {
  color: var(--primary);
}
.ruleContent .button {
  width: 100%;
  max-width: 560px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ruleItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  margin-bottom: 16px;
}
.ruleItem:last-child {
  margin: 0;
}
.ruleItem__icon {
  width: 32px;
  height: 32px;
  background: rgba(23, 28, 26, 0.5);
  border-radius: 50%;
  margin-right: 12px;
  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;
  text-align: center;
  font-family: var(--plusJakarta);
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: var(--primary);
}
.ruleItem p {
  font-weight: 400;
  font-size: 13px;
  line-height: 145%;
  color: #fafafa;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 1380px) {
  .rule {
    padding: 100px 0;
  }
}
@media (max-width: 1180px) {
  .rule {
    padding: 80px 0;
  }
  .ruleContent__title {
    margin-bottom: 32px;
  }
  .ruleContent__title p {
    margin-bottom: 20px;
  }
  .ruleContent__list {
    margin-bottom: 32px;
  }
  .ruleContent h6 {
    margin-bottom: 20px;
  }
  .ruleContent h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 930px) {
  .ruleBanner {
    width: calc(45% - 12px);
  }
  .ruleContent {
    width: calc(55% - 12px);
  }
}
@media (max-width: 750px) {
  .rule__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ruleBanner {
    width: 100%;
    max-width: unset;
    margin-bottom: 50px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .ruleContent {
    width: 100%;
    max-width: unset;
  }
  .ruleContent__title {
    margin-bottom: 48px;
  }
  .ruleContent__list {
    margin-bottom: 40px;
  }
  .ruleContent__col {
    max-width: unset;
  }
  .ruleContent .button {
    max-width: unset;
  }
}
@media (max-width: 540px) {
  .rule.new {
    padding: 0;
  }
  .rule.new .auto__container {
    padding: 0;
  }
  .rule.new .ruleBanner {
    margin: 0 -20px;
    width: calc(100% + 40px);
  }
  .rule.new .ruleBanner__inner {
    padding-bottom: 110%;
  }
  .rule.new .ruleContent {
    padding: 40px;
  }
  .rule.new .ruleContent__title {
    margin-bottom: 28px;
  }
  .rule.sm {
    padding: 0 0 60px;
  }
  .rule.sm .ruleBanner {
    margin: 0 -20px 60px;
    width: calc(100% + 40px);
    border-radius: 0;
  }
  .rule.sm .ruleBanner__inner {
    padding-bottom: 110%;
  }
  .rule.sm .ruleContent__title {
    margin-bottom: 20px;
  }
  .rule.last {
    padding: 0 0 40px;
  }
  .rule.last .ruleBanner {
    margin: 0 -20px 40px;
    width: calc(100% + 40px);
    border-radius: 0;
  }
  .rule.last .ruleBanner__inner {
    padding-bottom: 110%;
  }
  .rule.last .ruleContent__title {
    margin-bottom: 50px;
  }
  .ruleItem p {
    font-size: 12px;
  }
}
.compare {
  background: #f3f1ec;
  padding: 112px 0;
}
.compare__inner-title {
  text-align: center;
  max-width: 634px;
  margin: 0 auto 56px;
}
.compare__inner-title h2 {
  margin-bottom: 24px;
}
.compare__inner-title h2 i {
  background: -webkit-gradient(linear, left top, right top, color-stop(60.58%, #23463b), to(#0f1110));
  background: linear-gradient(90deg, #23463b 60.58%, #0f1110 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.compare__inner-title p {
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 12px;
}
.compare__inner-title p:last-child {
  margin: 0;
}
.compare__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 846px;
  margin: 0 auto;
  border: 2px solid rgba(250, 250, 250, 0.9);
  border-radius: 20px;
  overflow: hidden;
}
.compareMain {
  max-width: 846px;
  margin: 0 auto;
  border: 2px solid rgba(250, 250, 250, 0.9);
  border-radius: 20px;
  overflow: hidden;
  background: #e0e0e0;
  position: relative;
  padding-bottom: 24px;
}
.compareMain::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  content: "";
  background: linear-gradient(185.8deg, #e3be99 9.45%, #f6e7d3 33.31%, #e0c4a5 58.06%, #f6e7d3 90.17%);
  pointer-events: none;
}
.compareMain__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
}
.compareMain__col {
  width: 50%;
}
.compareMain__top {
  height: 76px;
  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;
  padding-top: 10px;
}
.compareMain__top img {
  width: 115px;
}
.compareMain__top h4 {
  font-family: var(--secondaryFont);
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -1px;
  color: rgba(0, 0, 0, 0.7);
}
.compareMain__top h4 br {
  display: none;
}
.compareMain__image {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.compareMain__image img {
  width: 100%;
}
.compareMain__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
  z-index: 2;
}
.compareMain__list:last-child {
  border: unset;
}
.compareMain__item {
  width: 50%;
  padding: 12px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.compareMain__item:last-child span {
  background: #bd544d;
}
.compareMain__item:last-child p {
  color: rgba(0, 0, 0, 0.7);
}
.compareMain__item span {
  width: 24px;
  height: 24px;
  background: var(--green);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  margin-right: 12px;
}
.compareMain__item span img {
  width: 100%;
}
.compareMain__item p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 1380px) {
  .compare {
    padding: 100px 0;
  }
}
@media (max-width: 1180px) {
  .compare {
    padding: 80px 0;
  }
}
@media (max-width: 930px) {
  .compare {
    padding: 60px 0;
  }
  .compare__inner-title {
    margin-bottom: 44px;
  }
}
@media (max-width: 750px) {
  .compareMain__item {
    padding: 8px 20px;
  }
}
@media (max-width: 540px) {
  .compare {
    padding: 44px 0;
  }
  .compare__inner-title {
    margin-bottom: 32px;
  }
  .compare__inner-title h2 {
    margin-bottom: 24px;
  }
  .compare__inner-title p {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .compareMain {
    padding-bottom: 10px;
    border-radius: 16px;
  }
  .compareMain__top {
    height: 68px;
    padding: 0 20px;
    text-align: center;
  }
  .compareMain__top img {
    width: 86px;
  }
  .compareMain__top h4 {
    font-size: 20px;
    letter-spacing: -1px;
  }
  .compareMain__top h4 br {
    display: block;
  }
  .compareMain__image {
    height: 147px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
  }
  .compareMain__image img {
    width: auto;
    height: 100%;
  }
  .compareMain__item {
    padding: 6px 12px;
  }
  .compareMain__item p {
    font-size: 12px;
    line-height: 145%;
  }
  .compareMain__item span {
    width: 16px;
    height: 16px;
    margin-right: 8px;
  }
}
.guarantee {
  padding: 112px 0;
}
.guarantee__inner-title {
  text-align: center;
}
.guarantee__inner-title h2 i {
  background: -webkit-gradient(linear, left top, right top, from(#0f1110), color-stop(41.38%, #23463b));
  background: linear-gradient(90deg, #0f1110 0%, #23463b 41.38%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.guarantee__inner-image {
  width: 236px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 56px auto;
}
.guarantee__inner-image img {
  width: 100%;
}
.guarantee__inner-text {
  max-width: 846px;
  margin: 0 auto;
  text-align: center;
}
.guarantee__inner-text p {
  margin-bottom: 12px;
}
.guarantee__inner-text p:last-child {
  margin: 0;
}
.guarantee__inner-group {
  margin-bottom: 16px;
}
.guarantee__inner-group:last-child {
  margin: 0;
}

@media (max-width: 1380px) {
  .guarantee {
    padding: 100px 0;
  }
}
@media (max-width: 1180px) {
  .guarantee {
    padding: 80px 0;
  }
}
@media (max-width: 930px) {
  .guarantee__inner-image {
    width: 200px;
    margin: 44px auto;
  }
}
@media (max-width: 540px) {
  .guarantee__inner-image {
    width: 142px;
    margin: 32px auto;
  }
  .guarantee__inner-text {
    text-align: start;
  }
  .guarantee__inner-text p {
    font-size: 16px;
    line-height: 145%;
  }
}
.proof {
  padding: 112px 0 136px;
}
.proof.light {
  background: #f3f1ec;
}
.proof__inner-title {
  text-align: center;
  margin-bottom: 80px;
}
.proof__inner-title h6 {
  margin-bottom: 10px;
}
.proof__inner-title h2 {
  color: var(--main);
}
.proof__inner-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 47px 80px;
  border-top: 1px solid #e2dcd1;
  border-bottom: 1px solid #e2dcd1;
  margin-bottom: 70px;
}
.proof__inner-numbers:last-child {
  margin-bottom: 0;
}
.proof__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
.proofItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.proofItem h3 {
  font-family: var(--secondaryFont);
  font-weight: 800;
  font-size: 56px;
  line-height: 56px;
  letter-spacing: -1.68px;
  background: var(--green-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 8px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.proofItem p {
  line-height: 100%;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.6);
}
.proofCard {
  width: calc(33.3% - 20px);
  padding: 40px;
  background: #f3f1ec;
  margin: 10px;
}
.proofCard__stars {
  width: 76px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}
.proofCard__stars img {
  width: 100%;
}
.proofCard__text {
  margin-bottom: 24px;
}
.proofCard__text p {
  font-weight: 300;
  color: var(--main);
}
.proofCard__name h6 {
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--main);
  margin-bottom: 4px;
}
.proofCard__name p {
  font-weight: 400;
  font-size: 11px;
  line-height: 145%;
  letter-spacing: 0.5px;
  color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 1380px) {
  .proof {
    padding: 100px 0;
  }
  .proof__inner-title {
    margin-bottom: 60px;
  }
  .proof__inner-numbers {
    margin-bottom: 60px;
    padding: 40px 60px;
  }
  .proofItem h3 {
    font-size: 50px;
    line-height: 100%;
  }
}
@media (max-width: 1180px) {
  .proof {
    padding: 80px 0;
  }
  .proof__inner-title {
    margin-bottom: 50px;
  }
  .proof__inner-numbers {
    margin-bottom: 50px;
    padding: 35px 30px;
  }
  .proofItem h3 {
    font-size: 45px;
  }
  .proofCard {
    padding: 32px;
  }
}
@media (max-width: 930px) {
  .proof__inner-numbers {
    padding: 28px 20px;
  }
  .proof__inner-row {
    margin: 0 -6px;
  }
  .proofItem h3 {
    font-size: 38px;
  }
  .proofCard {
    width: calc(33.3% - 12px);
    margin: 6px;
    padding: 24px;
  }
  .proofCard__stars {
    margin-bottom: 16px;
  }
  .proofCard__text {
    margin-bottom: 16px;
  }
}
@media (max-width: 750px) {
  .proof__inner-numbers {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 2px 28px;
  }
  .proof__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
  .proofItem {
    width: calc(50% - 20px);
    margin: 26px 0;
  }
  .proofCard {
    width: 100%;
    margin: 0 0 12px 0;
    padding: 28px;
  }
  .proofCard:last-child {
    margin: 0;
  }
  .proofCard__stars {
    margin-bottom: 20px;
  }
  .proofCard__text {
    margin-bottom: 20px;
  }
}
@media (max-width: 540px) {
  .proof.light .proof__inner-numbers {
    padding: 0;
  }
  .proof.light .proofItem {
    width: calc(50% - 15px);
  }
  .proof.light .proofItem p {
    line-height: 130%;
  }
  .proof__inner-title h6 {
    margin-bottom: 14px;
  }
  .proofItem {
    width: calc(50% - 38px);
  }
  .proofItem h3 {
    font-size: 32px;
    letter-spacing: -0.96px;
  }
}
.peace {
  padding: 112px 0;
  background: #f3f1ec;
}
.peace__inner {
  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;
}
.peaceContent {
  max-width: 413px;
  width: calc(50% - 15px);
}
.peaceContent__title {
  margin-bottom: 40px;
}
.peaceContent__title p {
  color: rgba(0, 0, 0, 0.6);
}
.peaceContent h2 {
  margin-bottom: 24px;
}
.peaceContent h2 i {
  background: var(--green-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.peaceContent ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 18px;
}
.peaceContent ul li:last-child {
  margin: 0;
}
.peaceContent ul li span {
  width: 28px;
  height: 28px;
  background: var(--primary-light);
  border-radius: 50%;
  margin-right: 16px;
  font-family: var(--plusJakarta);
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  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;
  text-align: center;
  color: var(--green);
}
.peaceContent ul li p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.peaceCircle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 288px;
  height: 288px;
  background: linear-gradient(105.4deg, #d8c8b3 -15.2%, #f4f0e8 62.27%, #d8c8b3 114.96%);
  border-radius: 50%;
  position: relative;
}
.peaceCircle::before, .peaceCircle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  width: 115%;
  height: 115%;
  border: 1px solid var(--primary-light);
  border-radius: 50%;
  content: "";
  opacity: 0;
  -webkit-animation: pulseCircle 2.5s ease-out infinite;
          animation: pulseCircle 2.5s ease-out infinite;
  pointer-events: none;
}
.peaceCircle::after {
  -webkit-animation-delay: 1.25s;
          animation-delay: 1.25s;
}
.peaceCircle__wrapper {
  max-width: 552px;
  width: calc(50% - 15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.peaceCircle h3 {
  font-weight: 800;
  font-size: 80px;
  line-height: 100%;
  letter-spacing: -2.4px;
  background: var(--green-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 8px;
}
.peaceCircle p {
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 1380px) {
  .peace {
    padding: 100px 0;
  }
}
@media (max-width: 1180px) {
  .peace {
    padding: 80px 0;
  }
}
@media (max-width: 930px) {
  .peaceCircle {
    width: 250px;
    height: 250px;
  }
  .peaceCircle h3 {
    font-size: 70px;
  }
}
@media (max-width: 750px) {
  .peace__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .peaceContent {
    width: 100%;
    max-width: unset;
  }
  .peaceCircle__wrapper {
    width: 100%;
    max-width: unset;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 66px;
  }
  .peaceCircle h3 {
    font-size: 80px;
  }
}
@media (max-width: 540px) {
  .peaceContent__title {
    margin-bottom: 50px;
  }
  .peaceContent h2 {
    margin-bottom: 20px;
  }
  .peaceContent ul li {
    margin-bottom: 12px;
  }
  .peaceContent ul li p {
    font-size: 16px;
    line-height: 145%;
  }
}
@-webkit-keyframes pulseCircle {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
            transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 0.4;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2);
    opacity: 0;
  }
}
@keyframes pulseCircle {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
            transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 0.4;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2);
    opacity: 0;
  }
}
.detail {
  padding: 40px 0 80px;
  background: var(--white);
  border-top: 1px solid #f3f1ec;
}
.detail__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.detail__inner-side {
  width: calc(52% - 15px);
  max-width: 650px;
}
.detail__inner-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 48px;
  position: relative;
  padding-left: 80px;
  overflow: hidden;
}
.detail__inner-col {
  width: calc(48% - 15px);
  max-width: 583px;
}
.detail__inner-left {
  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;
  margin-bottom: 32px;
  text-align: center;
}
.detail__inner-left span {
  width: 7px;
  height: 7px;
  display: block;
  border-radius: 50%;
  background: #bd544d;
  margin-right: 10px;
}
.detail__inner-left p {
  color: rgba(0, 0, 0, 0.6);
}
.detail__inner-left p b {
  color: var(--main);
  font-weight: 700;
}
.detail__inner-payments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -3px;
}
.detail__inner-payments span {
  width: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 3px;
}
.detail__inner-payments span img {
  width: 100%;
}
.detail__inner-foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 50px;
}
.detail__inner-foot:last-child {
  margin-bottom: 0;
}
.detail__inner-foot > .button {
  width: 100%;
  margin-bottom: 12px;
}
.detail__inner-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 32px;
}
.detail__inner-buttons .button {
  width: calc(50% - 8px);
  margin: 0;
  border-radius: 500px;
  font-size: 16px;
  line-height: 100%;
}
.detail__inner-buttons .button::before {
  border-radius: 500px;
}
.detail__inner-buttons .button::after {
  border-radius: 500px;
}
.detail__inner-deliver {
  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;
  padding: 8px 20px;
  background: #f3f1ec;
  border-radius: 500px;
  margin-bottom: 12px;
}
.detail__inner-deliver svg {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.detailNav {
  position: absolute;
  top: 0;
  left: 0;
  width: 64px;
  margin-right: 16px;
}
.detailNav__item {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
}
.detailNav__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.detailNav .swiper-slide {
  height: 64px !important;
  margin-bottom: 16px;
  position: relative;
}
.detailNav .swiper-slide::before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background: #1a1a1a;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0;
  pointer-events: none;
}
.detailNav .swiper-slide:last-child {
  margin: 0;
}
.detailNav .swiper-slide-thumb-active::before {
  opacity: 1;
}
.detailNav .swiper-slide-current {
  position: relative;
}
.detailSlider {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  position: relative;
}
.detailSlider > button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 44px;
  height: 44px;
  background: var(--white);
  border-radius: 22px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  color: var(--main);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
}
.detailSlider > button::after {
  display: none;
}
.detailSlider > button:hover {
  color: var(--white);
  background: var(--green);
}
.detailSlider > button svg {
  width: 16px;
  height: 16px;
}
.detailSlider__item {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  display: block;
}
.detailSlider__item:hover {
  opacity: 1;
}
.detailSlider__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.detailSlider__zoom {
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 45px;
  height: 45px;
  background: var(--white);
  -webkit-box-shadow: 0px 0px 0px 1px rgba(26, 26, 26, 0.12);
          box-shadow: 0px 0px 0px 1px rgba(26, 26, 26, 0.12);
  border-radius: 50%;
  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: #1a1a1a;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
.detailSlider__zoom:hover {
  background: var(--primary);
  color: var(--white);
}
.detailSlider__zoom svg {
  width: 16px;
  height: 16px;
}
.detailSlider .swiper-pagination {
  display: none !important;
}
.detailTitle {
  margin-bottom: 20px;
}
.detailTitle__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.detailTitle__top > p {
  font-weight: 400;
  font-size: 13px;
  line-height: 145%;
  color: rgba(0, 0, 0, 0.6);
}
.detailTitle__rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 18px;
}
.detailTitle__rate span {
  width: 78px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 6px;
}
.detailTitle__rate span img {
  width: 100%;
}
.detailTitle__rate p {
  font-weight: 400;
  font-size: 13px;
  line-height: 145%;
  color: rgba(0, 0, 0, 0.6);
}
.detailTitle__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 26px;
}
.detailTitle__price h5 {
  font-family: var(--secondaryFont);
  font-weight: 400;
  font-size: 20px;
  line-height: 145%;
  letter-spacing: -0.01em;
  color: #bd544d;
  margin-right: 16px;
}
.detailTitle__price h5 del {
  font-weight: 400;
  font-size: 16px;
  line-height: 145%;
  letter-spacing: -0.01em;
  text-decoration-line: line-through;
  color: rgba(0, 0, 0, 0.6);
  margin-left: 6px;
}
.detailTitle__save {
  font-family: var(--secondaryFont);
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: var(--white);
  padding: 5px 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #bd544d;
  border-radius: 100px;
}
.detailTitle__text p {
  font-weight: 400;
  font-size: 15px;
  line-height: 145%;
  color: var(--main);
}
.detailTitle__text p i {
  color: var(--green);
}
.detailTitle h3 {
  margin-bottom: 16px;
}
.detailKit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  background: linear-gradient(99.54deg, rgba(26, 58, 42, 0.03) 0%, rgba(74, 230, 138, 0.04) 50%, rgba(26, 58, 42, 0.02) 100%);
  border: 1px solid rgba(35, 70, 59, 0.15);
  -webkit-box-shadow: 0px 4px 24px rgba(26, 58, 42, 0.04), 0px 1px 3px rgba(26, 58, 42, 0.03), inset 0px 1px 0px 1px rgba(255, 255, 255, 0.6);
          box-shadow: 0px 4px 24px rgba(26, 58, 42, 0.04), 0px 1px 3px rgba(26, 58, 42, 0.03), inset 0px 1px 0px 1px rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  margin-bottom: 20px;
}
.detailKit__image {
  width: 58px;
  height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  overflow: hidden;
  margin-right: 16px;
}
.detailKit__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.detailKit__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.detailKit__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.detailKit__info p {
  margin-bottom: 5px;
  color: var(--main);
}
.detailKit__info p:last-child {
  margin: 0;
  font-weight: 500;
  color: #498970;
}
.detailKit__status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--secondaryFont);
  font-weight: 700;
  font-size: 10px;
  line-height: 100%;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 5px;
}
.detailKit__status span {
  width: 6px;
  height: 6px;
  display: block;
  border-radius: 50%;
  background: #498970;
  -webkit-box-shadow: 0px 0px 8px rgba(74, 230, 138, 0.4);
          box-shadow: 0px 0px 8px rgba(74, 230, 138, 0.4);
  margin-right: 5px;
}
.detailKit__price {
  margin-left: 16px;
}
.detailKit__price p {
  letter-spacing: 0.5px;
  color: #787872;
}
.detailFeatures {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -4px 12px;
}
.detailFeatures__item {
  width: calc(50% - 8px);
  margin: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 16px;
  background: #f3f1ec;
  border-radius: 8px;
}
.detailFeatures__item-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.detailFeatures__item span {
  width: 28px;
  height: 28px;
  background: var(--green);
  border-radius: 14px;
  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;
  margin-right: 12px;
}
.detailFeatures__item span img {
  width: 13px;
}
.detailFeatures__item h6 {
  font-family: var(--secondaryFont);
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: var(--main);
  margin-bottom: 4px;
}
.detailFeatures__item p {
  font-weight: 400;
  font-size: 10px;
  line-height: 145%;
  color: rgba(0, 0, 0, 0.6);
}
.detailBundle {
  padding: 20px 16px;
  background: #f3f1ec;
  -webkit-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.07);
  border-radius: 16px;
  margin-bottom: 10px;
}
.detailBundle__top {
  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;
  padding: 10px;
  background: var(--white);
  border-radius: 19px;
  margin-bottom: 18px;
}
.detailBundle__top p {
  letter-spacing: 0.5px;
  color: rgba(0, 0, 0, 0.6);
}
.detailBundle__top p b {
  font-weight: 700;
  color: #498970;
}
.detailBundle__top p b.red {
  color: #bd544d;
}
.detailRadio {
  padding: 16px 2px;
  cursor: pointer;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.002)), to(rgba(255, 255, 255, 0.002))), #fafafa;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.002), rgba(255, 255, 255, 0.002)), #fafafa;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 26px;
  position: relative;
}
.detailRadio:last-child {
  margin: 0;
}
.detailRadio.big {
  padding: 32px 2px 16px 2px;
  margin-bottom: 8px;
}
.detailRadio.big .detailRadio__inner {
  margin-bottom: 8px;
}
.detailRadio.active {
  background: #f4faf7;
  -webkit-box-shadow: 0px 4px 16px rgba(42, 107, 71, 0.1);
          box-shadow: 0px 4px 16px rgba(42, 107, 71, 0.1);
}
.detailRadio.active .detailRadio__main span {
  background: var(--green);
  -webkit-box-shadow: 0px 0px 0px 2px #2a6b47;
          box-shadow: 0px 0px 0px 2px #2a6b47;
  border-radius: 9px;
  border-color: var(--green);
}
.detailRadio.active .detailRadio__col {
  display: block;
  padding-top: 8px;
}
.detailRadio__tag {
  position: absolute;
  top: -8px;
  right: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 10px;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--white);
  padding: 5px 20px;
  background: var(--green);
  border-radius: 0px 0px 5px 5px;
}
.detailRadio__tag::before {
  position: absolute;
  top: 0;
  right: calc(100% - 1px);
  width: 8px;
  height: 8px;
  content: "";
  background: #2a6b47;
  clip-path: polygon(50% 50%, 100% 0, 100% 100%, 0 100%);
}
.detailRadio__tag::after {
  position: absolute;
  top: 0;
  left: calc(100% - 1px);
  width: 8px;
  height: 8px;
  content: "";
  background: #2a6b47;
  clip-path: polygon(0 0, 50% 50%, 100% 100%, 0 100%);
}
.detailRadio__inner {
  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;
  padding: 0 26px;
}
.detailRadio__inner:last-child {
  margin: 0;
}
.detailRadio__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.detailRadio__main-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}
.detailRadio__main-row:last-child {
  margin: 0;
}
.detailRadio__main span {
  width: 18px;
  height: 18px;
  background: rgba(255, 255, 255, 0.002);
  -webkit-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.1);
  border-radius: 9px;
  margin-right: 18px;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.25);
}
.detailRadio__main h6 {
  font-family: var(--secondaryFont);
  font-weight: 700;
  font-size: 16px;
  line-height: 145%;
  letter-spacing: -0.2px;
  color: #111111;
  margin-right: 8px;
}
.detailRadio__main h6:last-child {
  margin-bottom: 0;
}
.detailRadio__main p {
  font-weight: 400;
  font-size: 13px;
  line-height: 145%;
  color: rgba(0, 0, 0, 0.45);
}
.detailRadio__save {
  font-family: var(--secondaryFont);
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--white);
  padding: 5px 12px;
  background: var(--green);
  border-radius: 100px;
  margin-right: 8px;
}
.detailRadio__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: end;
}
.detailRadio__price h6 {
  font-family: var(--secondaryFont);
  font-weight: 700;
  font-size: 18px;
  line-height: 145%;
  letter-spacing: -0.2px;
  color: #111111;
  margin-bottom: 2px;
}
.detailRadio__price p {
  font-family: var(--secondaryFont);
  font-weight: 400;
  font-size: 13px;
  line-height: 145%;
  color: rgba(0, 0, 0, 0.3);
}
.detailRadio__col {
  margin-bottom: 16px;
  padding: 0 26px;
  display: none;
}
.detailRadio__col:last-child {
  margin: 0;
}
.detailRadio__rec {
  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;
  padding: 6px 26px;
  background: #ffffff;
  border-radius: 10px;
}
.detailRadio__rec-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.detailRadio__rec-profile span {
  width: 40px;
  height: 40px;
  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;
  border-radius: 9px;
  overflow: hidden;
  margin-right: 12px;
  background: #edefec;
}
.detailRadio__rec-profile span img {
  width: 34px;
}
.detailRadio__rec h6 {
  font-weight: 700;
  font-size: 13px;
  line-height: 145%;
  color: var(--main);
}
.detailRadio__rec-price {
  text-align: end;
}
.detailRadio__rec-price h6 {
  font-family: var(--secondaryFont);
  font-weight: 700;
  font-size: 12px;
  line-height: 145%;
}
.detailRadio__rec p {
  font-family: var(--secondaryFont);
  font-weight: 300;
  font-size: 12px;
  line-height: 145%;
  color: rgba(0, 0, 0, 0.35);
}
.detailRadio__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}
.detailRadio__product:last-child {
  margin: 0;
}
.detailRadio__product span {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 9px;
  overflow: hidden;
  margin-right: 16px;
}
.detailRadio__product span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.detailRadio__product p {
  font-weight: 700;
  font-size: 13px;
  line-height: 145%;
  color: rgba(0, 0, 0, 0.75);
  margin-bottom: 4px;
}
.detailRadio__product-material {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}
.detailRadio__product-material select {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: rgba(0, 0, 0, 0.75);
  padding: 4px 30px 4px 12px;
  background: #ffffff;
  border: 1px solid rgba(35, 70, 59, 0.2);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  -webkit-appearance: none;
  cursor: pointer;
}
.detailRadio__product-material svg {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 12px;
  height: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.detailRadio__choose {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin-bottom: 8px;
}
.detailRadio__choose:last-child {
  margin: 0;
}
.detailRadio__choose:hover span img {
  opacity: 1;
}
.detailRadio__choose span {
  width: 40px;
  height: 40px;
  background: var(--white);
  border: 1px solid #e9e9e9;
  border-radius: 9.5px;
  margin-right: 16px;
  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;
}
.detailRadio__choose span img {
  width: 28px;
  opacity: 0.5;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.detailRadio__choose p {
  font-weight: 700;
  font-size: 13px;
  line-height: 145%;
  color: var(--green);
}
.detailGallery {
  margin-bottom: 50px;
  overflow: hidden;
}
.detailGallery__item {
  width: 100%;
  padding-bottom: 166%;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.detailGallery__item > img,
.detailGallery__item video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.detailGallery__item button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 16px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  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;
}
.detailGallery__item button img {
  width: 24px;
  height: 24px;
}
.detailGallery .swiper-scrollbar {
  position: static;
  opacity: 1 !important;
  width: unset;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 4px;
  background: #f3f1ec;
  margin-top: 20px;
}
.detailGallery .swiper-scrollbar-drag {
  background: var(--green);
}
.detailDesc {
  border-top: 1px solid #e2dcd1;
  border-bottom: 1px solid #e2dcd1;
  margin-bottom: 24px;
}
.detailDesc__head {
  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;
  padding: 21px 0px;
  cursor: pointer;
}
.detailDesc__head.active span svg {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
.detailDesc__head h6 {
  font-weight: 400;
  font-size: 16px;
  line-height: 145%;
  color: var(--main);
}
.detailDesc__head span {
  width: 24px;
  height: 24px;
  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;
  border-radius: 50%;
  background: var(--primary);
  color: var(--white);
}
.detailDesc__head span svg {
  width: 14px;
  height: 14px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.detailDesc__body {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.detailDesc__body.active {
  max-height: 1200px;
  opacity: 1;
  padding: 8px 0 20px;
}
.detailDesc__body p {
  font-weight: 400;
  font-size: 16px;
  line-height: 145%;
  color: var(--main);
}
.detailDesc__body p b {
  font-weight: 700;
}
.detailDesc__body p {
  margin-bottom: 20px;
}
.detailDesc__body p:last-child {
  margin-bottom: 0;
}
.detailFaq {
  border-top: 1px solid rgba(26, 26, 24, 0.08);
  border-bottom: 1px solid rgba(26, 26, 24, 0.08);
  padding: 0 4px;
}
.detailFaq__head {
  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;
  padding: 21px 0;
  cursor: pointer;
}
.detailFaq__head.active .detailFaq__icon {
  background: var(--green);
  color: var(--primary);
}
.detailFaq__head.active span svg {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
.detailFaq__head span {
  width: 14px;
  height: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--green);
}
.detailFaq__head span svg {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.detailFaq__body {
  padding-left: 50px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.detailFaq__body.active {
  max-height: 800px;
  opacity: 1;
  padding: 0 0 20px 50px;
}
.detailFaq__body p {
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 16px;
}
.detailFaq__body p:last-child {
  margin: 0;
}
.detailFaq__body p b {
  font-weight: 700;
}
.detailFaq__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.detailFaq__profile h6 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 400;
  font-size: 15px;
  line-height: 145%;
  color: var(--main);
}
.detailFaq__icon {
  width: 36px;
  height: 36px;
  background: var(--primary-light);
  border-radius: 10px;
  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(--green);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  margin-right: 14px;
}
.detailFaq__icon svg {
  width: 16px;
  height: 16px;
}
.detailFaq__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -4px;
}
.detailFaq__tag {
  font-family: var(--secondaryFont);
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--main);
  padding: 11px 16px;
  background: #f3f1ec;
  border-radius: 8px;
  margin: 4px;
  width: calc(50% - 8px);
}
.detailFaq__tag span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #498970;
  -webkit-box-shadow: 0px 0px 8px rgba(74, 230, 138, 0.4);
          box-shadow: 0px 0px 8px rgba(74, 230, 138, 0.4);
  border-radius: 3px;
  margin-right: 12px;
}
.detailFaq__item {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 16px;
  background: #f3f1ec;
  border-radius: 8px;
}
.detailFaq__item:last-child {
  margin: 0;
}
.detailFaq__item-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.detailFaq__item span {
  width: 28px;
  height: 28px;
  background: var(--primary-light);
  border-radius: 14px;
  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;
  margin-right: 12px;
}
.detailFaq__item span svg {
  width: 16px;
  height: 16px;
}
.detailFaq__item h6 {
  font-family: var(--secondaryFont);
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: var(--main);
  margin-bottom: 4px;
}
.detailFaq__item p {
  font-weight: 400;
  font-size: 10px;
  line-height: 145%;
  color: rgba(0, 0, 0, 0.6);
  margin: 0 !important;
}
.detailUpgrade {
  padding: 8px;
  background: #f3f1ec;
  -webkit-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.07);
  border-radius: 16px;
  margin-bottom: 16px;
  cursor: pointer;
}
.detailUpgrade.active .detailUpgrade__side span {
  background: var(--green);
  -webkit-box-shadow: 0px 0px 0px 2px #2a6b47;
          box-shadow: 0px 0px 0px 2px #2a6b47;
  border-radius: 9px;
  border-color: var(--green);
}
.detailUpgrade__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 20px 16px 16px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.002)), to(rgba(255, 255, 255, 0.002))), #fafafa;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.002), rgba(255, 255, 255, 0.002)), #fafafa;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}
.detailUpgrade__side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.detailUpgrade__side svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  color: #498970;
}
.detailUpgrade__side span {
  width: 18px;
  height: 18px;
  background: rgba(255, 255, 255, 0.002);
  -webkit-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.1);
  border-radius: 9px;
  margin-right: 18px;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.25);
}
.detailUpgrade__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.detailUpgrade__icon {
  width: 48px;
  height: 48px;
  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;
  margin-right: 12px;
  background: var(--green);
  border-radius: 50%;
}
.detailUpgrade__icon img {
  width: 38px;
}
.detailUpgrade__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.detailUpgrade__info p {
  color: rgba(0, 0, 0, 0.6);
}
.detailUpgrade__row {
  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-bottom: 2px;
}
.detailUpgrade__row h6 {
  font-family: var(--secondaryFont);
  font-weight: 700;
  font-size: 16px;
  line-height: 145%;
  letter-spacing: -0.2px;
  color: #101312;
}
.detailUpgrade__row h6 b {
  color: var(--green);
}

@media (max-width: 1180px) {
  .detailNav {
    width: 56px;
  }
  .detailNav .swiper-slide {
    height: 56px !important;
  }
  .detailRadio__main-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .detailRadio__main-row h6 {
    margin-bottom: 4px;
  }
}
@media (max-width: 930px) {
  .detail__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .detail__inner-side {
    width: 100%;
    max-width: unset;
    margin-bottom: 40px;
  }
  .detail__inner-col {
    width: 100%;
    max-width: unset;
  }
}
@media (max-width: 540px) {
  .detail {
    padding: 0 0 60px;
  }
  .detail.big {
    padding: 100% 0 60px;
    position: relative;
  }
  .detail.big .auto__container {
    position: static;
  }
  .detail.big .detail__inner {
    padding-top: 20px;
  }
  .detail.big .detail__inner-main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .detail.big .detail__inner-side {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0;
  }
  .detail.big .detail__inner-col {
    margin-bottom: 60px;
  }
  .detail__inner-main {
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 0;
  }
  .detail__inner-side {
    margin-bottom: 20px;
  }
  .detail__inner-left {
    margin-bottom: 32px;
  }
  .detail__inner-foot {
    margin-bottom: 40px;
  }
  .detail__inner-foot .button {
    margin-bottom: 12px;
  }
  .detail__inner-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 24px;
  }
  .detail__inner-buttons .button {
    width: 100%;
    margin: 0 0 8px 0;
    padding: 22px;
  }
  .detail__inner-buttons .button:last-child {
    margin: 0;
  }
  .detail__inner-deliver p {
    font-size: 12px;
  }
  .detailNav {
    display: none;
  }
  .detailSlider {
    position: relative;
  }
  .detailSlider__item {
    border-radius: 0;
  }
  .detailSlider .swiper-pagination {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: unset !important;
    bottom: 8px;
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(4px);
    border-radius: 9999px;
    padding: 8px;
  }
  .detailSlider .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #1a1a1a;
    opacity: 0.3;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    margin: 0 8px !important;
  }
  .detailSlider .swiper-pagination-bullet-active {
    opacity: 1;
  }
  .detailSlider__zoom {
    bottom: unset;
    top: 16px;
    right: 20px;
    width: 35px;
    height: 35px;
  }
  .detailSlider > button {
    width: 38px;
    height: 38px;
  }
  .detailSlider > button svg {
    width: 14px;
    height: 14px;
  }
  .detailTitle {
    margin-bottom: 16px;
  }
  .detailTitle__top {
    margin-bottom: 12px;
  }
  .detailTitle__price {
    margin-bottom: 16px;
  }
  .detailTitle__price h5 {
    font-size: 18px;
  }
  .detailTitle__price h5 del {
    font-size: 14px;
  }
  .detailTitle h3 {
    font-weight: 700;
    font-size: 22px;
    line-height: 110%;
    letter-spacing: -1px;
    margin-bottom: 12px;
  }
  .detailKit {
    padding: 20px;
    margin-bottom: 12px;
  }
  .detailKit__price {
    position: absolute;
    top: 0;
    right: 0;
    margin-left: 2px;
  }
  .detailKit__content {
    position: relative;
  }
  .detailKit__status {
    min-height: 17px;
  }
  .detailFeatures__item {
    padding: 12px 6px 12px 16px;
  }
  .detailBundle {
    margin-bottom: 16px;
  }
  .detailRadio {
    padding: 16px 2px;
  }
  .detailRadio.big {
    padding-top: 26px;
  }
  .detailRadio__inner {
    padding: 0 16px;
  }
  .detailRadio__main-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .detailRadio__main-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 4px;
  }
  .detailRadio__main h6 {
    font-size: 14px;
    margin-right: 5px;
  }
  .detailRadio__col {
    padding: 0 16px;
  }
  .detailRadio__rec {
    padding: 6px 16px;
  }
  .detailRadio__save {
    margin: 0 0 2px 0;
  }
  .detailFaq__tag {
    width: calc(100% - 8px);
  }
  .detailUpgrade {
    padding: 4px;
  }
  .detailUpgrade__inner {
    padding: 12px 16px;
  }
  .detailUpgrade__side {
    position: relative;
    height: 100%;
  }
  .detailUpgrade__side svg {
    position: absolute;
    margin: 0;
    top: -30px;
    left: -1px;
    -webkit-transform: rotate(90deg) scaleY(-1);
            transform: rotate(90deg) scaleY(-1);
  }
  .detailUpgrade__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .detailUpgrade__row h6 {
    font-size: 14px;
    margin-bottom: 2px;
  }
  .detailUpgrade__row h6:last-child {
    margin: 0;
  }
}
.reviews {
  padding: 112px 0;
}
.reviews__inner-title {
  text-align: center;
  max-width: 634px;
  margin: 0 auto 25px;
}
.reviews__inner-title h6 {
  margin-bottom: 10px;
}
.reviews__inner-title h2 {
  margin-bottom: 10px;
}
.reviews__inner-title h2 i {
  background: -webkit-gradient(linear, left top, right top, color-stop(60.58%, #23463b), to(#0f1110));
  background: linear-gradient(90deg, #23463b 60.58%, #0f1110 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.reviews__inner-title p {
  color: rgba(0, 0, 0, 0.6);
}
.reviews__inner-rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 72px;
  width: 400px;
  padding: 6px 18px 6px 8px;
  background: #23463b;
  border: 1px solid #ffffff;
  border-radius: 100px;
}
.reviews__inner-rate img {
  width: 128px;
  margin-right: 8px;
}
.reviews__inner-rate p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: var(--secondaryFont);
  font-weight: 400;
  font-size: 14px;
  line-height: 10px;
  letter-spacing: 0.2px;
  color: #d8c8b3;
}
.reviews__inner-rate p b {
  font-weight: 700;
}
.reviews__inner-action {
  padding-top: 48px;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.reviews__inner-action button {
  width: 44px;
  height: 44px;
  background: var(--primary);
  border-radius: 22px;
  position: static;
  margin: 0 12px 0 0;
  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(--white);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
.reviews__inner-action button:hover {
  background: var(--green);
}
.reviews__inner-action button.swiper-button-disabled {
  opacity: 0.7;
}
.reviews__inner-action button:last-child {
  margin: 0;
}
.reviews__inner-action button svg {
  width: 16px;
  height: 16px;
}
.reviews__inner-action button::after {
  display: none;
}
.reviews__inner .swiper-pagination {
  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;
  position: static;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 20px;
}
.reviews__inner .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d9d9d9;
  margin: 0 6px !important;
  opacity: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.reviews__inner .swiper-pagination-bullet-active {
  background: #c39a72;
}
.reviewsItem {
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  background: #f3f1ec;
  border: 1px solid rgba(26, 26, 24, 0.06);
}
.reviewsItem__image {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
.reviewsItem__image img,
.reviewsItem__image video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.reviewsItem__content {
  padding: 20px 24px 26px;
}
.reviewsItem__stars {
  width: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}
.reviewsItem__stars img {
  width: 100%;
}
.reviewsItem__text {
  margin-bottom: 16px;
}
.reviewsItem__text p {
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  height: 114px;
  color: var(--main);
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.reviewsItem__foot {
  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;
}
.reviewsItem__name h6 {
  font-weight: 700;
  font-size: 13px;
  line-height: 145%;
  color: var(--main);
  margin-bottom: 2px;
}
.reviewsItem__name p {
  font-weight: 400;
  font-size: 11px;
  line-height: 145%;
  letter-spacing: 0.5px;
  color: #787872;
}
.reviewsItem__status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 10px;
  line-height: 145%;
  letter-spacing: 0.5px;
  color: var(--green);
}
.reviewsItem__status span {
  width: 14px;
  height: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 4px;
}
.reviewsItem__status span img {
  width: 100%;
  height: 100%;
}
.reviewsItem__status b {
  font-weight: 700;
  margin-top: 2px;
}
.reviews .swiper-slide {
  height: unset !important;
}

@media (max-width: 1380px) {
  .reviews {
    padding: 100px 0;
  }
  .reviews__inner-rate {
    margin-bottom: 56px;
  }
}
@media (max-width: 1180px) {
  .reviews {
    padding: 80px 0;
  }
  .reviews__inner-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 930px) {
  .reviews {
    padding: 60px 0;
  }
  .reviews__inner-action {
    padding-top: 32px;
  }
}
@media (max-width: 540px) {
  .reviews__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .reviews__inner-title {
    width: 100%;
    margin-bottom: 16px;
  }
  .reviews__inner-title h6 {
    margin-bottom: 14px;
  }
  .reviews__inner-title h2 {
    margin-bottom: 16px;
  }
  .reviews__inner-title p {
    font-size: 14px;
    line-height: 145%;
  }
  .reviews__inner-rate {
    margin-bottom: 32px;
    padding: 4px 16px 4px 8px;
    width: unset;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .reviews__inner-rate img {
    width: 88px;
  }
  .reviews__inner-rate p {
    font-size: 12px;
  }
  .reviews__inner-slider {
    width: 100%;
  }
  .reviews__inner-action {
    width: 100%;
  }
  .reviewsItem__content {
    padding: 20px 16px 26px;
  }
}
.numbers {
  padding: 136px 0;
}
.numbers.dark {
  padding: 112px 0;
  background: radial-gradient(206.75% 127.78% at 115.83% -10.83%, #2a5347 10.05%, #2a5347 21.3%, #19221e 85.03%, #0b0d0d 100%);
}
.numbers.dark .numbersItem h3 {
  background: -webkit-gradient(linear, left top, right top, from(#c9a178), to(#d8c8b3));
  background: linear-gradient(90deg, #c9a178 0%, #d8c8b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.numbers.dark .numbersItem h6 {
  color: var(--white);
}
.numbers.dark .numbersItem p {
  color: rgba(255, 255, 255, 0.6);
}
.numbers__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1060px;
  margin: 0 auto;
}
.numbersItem {
  width: 33.3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.numbersItem h3 {
  margin-bottom: 12px;
  font-family: var(--secondaryFont);
  font-weight: 800;
  font-size: 86px;
  line-height: 100%;
  letter-spacing: -4px;
  background: var(--green-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.numbersItem h6 {
  font-family: var(--secondaryFont);
  font-weight: 600;
  font-size: 14px;
  line-height: 135%;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  color: var(--main);
  margin-bottom: 4px;
}
.numbersItem p {
  font-weight: 400;
  font-size: 11px;
  line-height: 145%;
  letter-spacing: 0.5px;
  color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 1380px) {
  .numbers {
    padding: 100px 0;
  }
  .numbers.dark {
    padding: 100px 0;
  }
  .numbersItem h3 {
    font-size: 70px;
  }
}
@media (max-width: 1180px) {
  .numbers {
    padding: 80px 0;
  }
  .numbers.dark {
    padding: 80px 0;
  }
  .numbersItem h3 {
    font-size: 60px;
  }
}
@media (max-width: 930px) {
  .numbers {
    padding: 60px 0;
  }
  .numbers.dark {
    padding: 60px 0;
  }
  .numbersItem h3 {
    font-size: 45px;
    margin-bottom: 8px;
    letter-spacing: -2px;
  }
  .numbersItem p {
    font-size: 10px;
  }
}
@media (max-width: 750px) {
  .numbers__inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .numbersItem {
    width: calc(33.3% - 10px);
  }
  .numbersItem h3 {
    font-size: 36px;
  }
  .numbersItem h6 {
    font-size: 12px;
  }
  .numbersItem p {
    display: none;
  }
}
@media (max-width: 540px) {
  .numbers.dark .numbers__inner::before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.08)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.08) 50%, rgba(255, 255, 255, 0) 100%);
  }
  .numbers.dark .numbers__inner::after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.08)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.08) 50%, rgba(255, 255, 255, 0) 100%);
  }
  .numbers__inner {
    position: relative;
  }
  .numbers__inner::before {
    position: absolute;
    top: 0;
    left: 33.3%;
    width: 1px;
    height: 100%;
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 26, 24, 0)), color-stop(50%, rgba(26, 26, 24, 0.08)), to(rgba(26, 26, 24, 0)));
    background: linear-gradient(180deg, rgba(26, 26, 24, 0) 0%, rgba(26, 26, 24, 0.08) 50%, rgba(26, 26, 24, 0) 100%);
  }
  .numbers__inner::after {
    position: absolute;
    top: 0;
    right: 33.3%;
    width: 1px;
    height: 100%;
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 26, 24, 0)), color-stop(50%, rgba(26, 26, 24, 0.08)), to(rgba(26, 26, 24, 0)));
    background: linear-gradient(180deg, rgba(26, 26, 24, 0) 0%, rgba(26, 26, 24, 0.08) 50%, rgba(26, 26, 24, 0) 100%);
  }
  .numbersItem {
    width: calc(33.3% - 15px);
    max-width: 93px;
  }
  .numbersItem h3 {
    font-size: 32px;
    letter-spacing: -0.96px;
  }
  .numbersItem h6 {
    text-transform: unset;
    font-weight: 700;
    font-size: 11px;
    line-height: 145%;
    letter-spacing: 0.5px;
    font-family: var(--mainFont);
    max-width: 70px;
    margin: 0 auto;
  }
  .numbersItem p {
    display: none;
  }
}
.notice {
  padding: 112px 0;
}
.notice__inner {
  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;
}
.noticeContent {
  width: calc(50% - 15px);
  max-width: 570px;
}
.noticeContent__title {
  margin-bottom: 44px;
}
.noticeContent__title h6 {
  margin-bottom: 26px;
}
.noticeContent__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -4px;
}
.noticeContent__col {
  padding-top: 4px;
  max-width: 480px;
}
.noticeContent h2 {
  margin-bottom: 26px;
  letter-spacing: -3px;
}
.noticeContent h2 i {
  line-height: 100%;
  background: var(--green-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.noticeContent p {
  color: rgba(0, 0, 0, 0.6);
  max-width: 490px;
}
.noticeBanner {
  width: calc(50% - 15px);
  max-width: 606px;
  -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  overflow: hidden;
}
.noticeBanner__inner {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
.noticeBanner__inner img,
.noticeBanner__inner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.noticeTag {
  font-family: var(--secondaryFont);
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: var(--main);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 17px;
  background: var(--primary-light);
  border-radius: 100px;
  margin: 4px;
}
.noticeTag span {
  width: 6px;
  height: 6px;
  background: var(--green);
  border-radius: 50%;
  margin-right: 8px;
}
.noticeItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 16px 28px 20px 16px;
  background: #f3f1ec;
  border-radius: 12px;
  margin-bottom: 16px;
}
.noticeItem:last-child {
  margin: 0;
}
.noticeItem__icon {
  width: 36px;
  height: 36px;
  background: var(--primary-light);
  border-radius: 50%;
  margin-right: 16px;
  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;
  font-family: var(--plusJakarta);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--green);
}
.noticeItem__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.noticeItem h6 {
  font-weight: 700;
  font-size: 14px;
  line-height: 145%;
  color: var(--main);
  margin-bottom: 8px;
}
.noticeItem p {
  letter-spacing: 0.5px;
  color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 1380px) {
  .notice {
    padding: 100px 0;
  }
}
@media (max-width: 1180px) {
  .notice {
    padding: 80px 0;
  }
}
@media (max-width: 930px) {
  .noticeContent__title {
    margin-bottom: 32px;
  }
  .noticeContent h2 {
    letter-spacing: -2px;
  }
}
@media (max-width: 750px) {
  .notice__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .noticeBanner {
    width: 100%;
    max-width: unset;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 50px;
  }
  .noticeContent {
    width: 100%;
    max-width: unset;
  }
  .noticeContent__title {
    margin-bottom: 46px;
  }
  .noticeContent__col {
    padding: 0;
    max-width: unset;
  }
  .noticeContent p {
    max-width: unset;
  }
}
@media (max-width: 540px) {
  .notice.base .noticeContent__title {
    margin-bottom: 32px;
  }
  .noticeContent__title h6 {
    margin-bottom: 20px;
  }
  .noticeContent h2 {
    margin-bottom: 20px;
  }
  .noticeItem {
    margin-bottom: 8px;
  }
}
.wrist {
  padding: 168px 0;
  background: #f3f1ec;
}
.wrist__inner-title {
  text-align: center;
  max-width: 592px;
  margin: 0 auto 72px;
}
.wrist__inner-title h6 {
  margin-bottom: 16px;
}
.wrist__inner-title h2 {
  margin-bottom: 16px;
}
.wrist__inner-title h2 i {
  background: -webkit-gradient(linear, left top, right top, color-stop(60.58%, #23463b), to(#0f1110));
  background: linear-gradient(90deg, #23463b 60.58%, #0f1110 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.wrist__inner-title p {
  color: rgba(0, 0, 0, 0.6);
  max-width: 505px;
  margin: 0 auto;
}
.wrist__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1014px;
  margin: 0 auto;
  position: relative;
}
.wrist__inner-row::before {
  position: absolute;
  top: 28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  width: 70%;
  content: "";
  background: var(--primary);
}
.wristItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: calc(33.3% - 15px);
  position: relative;
  z-index: 2;
}
.wristItem__number {
  width: 56px;
  height: 56px;
  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;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: var(--primary-light);
  font-family: var(--sfPro);
  margin-bottom: 24px;
  background: var(--green);
  border-radius: 50%;
}
.wristItem h6 {
  font-family: var(--secondaryFont);
  font-weight: 700;
  font-size: 18px;
  line-height: 145%;
  letter-spacing: -0.2px;
  color: var(--main);
  margin-bottom: 13px;
}
.wristItem p {
  font-size: 13px;
  line-height: 145%;
  color: rgba(0, 0, 0, 0.6);
  max-width: 280px;
  margin: 0 auto;
}

@media (max-width: 1380px) {
  .wrist {
    padding: 130px 0;
  }
}
@media (max-width: 1180px) {
  .wrist {
    padding: 100px 0;
  }
  .wrist__inner-title {
    margin-bottom: 58px;
  }
}
@media (max-width: 930px) {
  .wrist {
    padding: 80px 0;
  }
  .wrist__inner-title {
    margin-bottom: 48px;
  }
}
@media (max-width: 750px) {
  .wrist {
    padding: 60px 0;
  }
  .wrist__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wrist__inner-row::before {
    display: none;
  }
  .wristItem {
    width: 100%;
    margin-bottom: 32px;
  }
  .wristItem:last-child {
    margin: 0;
  }
  .wristItem__number {
    margin-bottom: 16px;
  }
  .wristItem h6 {
    margin-bottom: 8px;
  }
  .wristItem p {
    max-width: unset;
  }
}
@media (max-width: 540px) {
  .wrist__inner-title h6 {
    margin-bottom: 14px;
  }
  .wrist__inner-title h2 {
    margin-bottom: 16px;
  }
}
.truth {
  padding: 128px 0 152px;
  background: radial-gradient(235.73% 136.68% at 141.74% -18.34%, #0b0d0d 0%, #19221e 35.65%, #2a5347 98.9%);
}
.truth.new {
  padding: 136px 0;
}
.truth.new .truthTop__title {
  max-width: 580px;
}
.truth.new .truthTop__title h2 {
  line-height: 100%;
}
.truth.new .truth__inner-row {
  width: 100%;
  max-width: unset;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 42px 80px;
}
.truth.new .truthItem h3 {
  margin-bottom: 8px;
}
.truth.new .truthItem p {
  line-height: 100%;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
}
.truth__wrapper {
  background: radial-gradient(235.73% 136.68% at 141.74% -18.34%, #0b0d0d 0%, #19221e 35.65%, #2a5347 98.9%);
}
.truth__wrapper .truth {
  background: unset;
}
.truthMain {
  padding: 80px 0;
}
.truthMain__inner {
  width: 80%;
  max-width: 500px;
  margin: 0 auto;
}
.truthMain__banner {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.truthMain__banner img,
.truthMain__banner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.truthTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 75px;
}
.truthTop__title {
  width: calc(50% - 15px);
  max-width: 490px;
}
.truthTop__text {
  width: calc(50% - 15px);
  max-width: 522px;
}
.truthTop h6 {
  margin-bottom: 26px;
}
.truthTop h2 {
  color: var(--white2);
}
.truthTop h2 i {
  color: var(--primary);
}
.truthTop p {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 12px;
}
.truthTop p:last-child {
  margin: 0;
}
.truth__inner-title {
  text-align: center;
  margin-bottom: 80px;
}
.truth__inner-title h6 {
  margin-bottom: 16px;
}
.truth__inner-title h2 {
  color: #fafafa;
}
.truth__inner-title h2 i {
  color: var(--primary);
}
.truth__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
  max-width: 1120px;
  margin: 0 auto;
}
.truthItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  max-width: 206px;
}
.truthItem h3 {
  font-family: var(--secondaryFont);
  font-weight: 800;
  font-size: 56px;
  line-height: 100%;
  letter-spacing: -1.68px;
  color: var(--primary);
  margin-bottom: 12px;
}
.truthItem h6 {
  font-weight: 700;
  font-size: 14px;
  line-height: 145%;
  color: #fafafa;
  margin-bottom: 8px;
}
.truthItem p {
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 1380px) {
  .truth {
    padding: 100px 0 120px;
  }
  .truth.new {
    padding: 100px 0;
  }
  .truth.new .truth__inner-row {
    padding: 32px 60px;
  }
}
@media (max-width: 1180px) {
  .truth {
    padding: 80px 0 100px;
  }
  .truth.new {
    padding: 80px 0;
  }
  .truth.new .truth__inner-row {
    padding: 32px 40px;
  }
  .truth.new .truthItem p {
    white-space: unset;
  }
  .truthMain {
    padding: 60px 0;
  }
  .truthTop {
    margin-bottom: 60px;
  }
  .truth__inner-title {
    margin-bottom: 60px;
  }
  .truthItem {
    max-width: 180px;
  }
  .truthItem h3 {
    font-size: 45px;
  }
}
@media (max-width: 930px) {
  .truth {
    padding: 80px 0;
  }
  .truth__inner-title {
    margin-bottom: 50px;
  }
  .truthMain {
    padding: 40px 0;
  }
  .truthItem {
    max-width: 150px;
  }
  .truthItem h3 {
    font-size: 38px;
  }
}
@media (max-width: 750px) {
  .truth.new .truth__inner-row {
    padding: 0;
  }
  .truth.new .truthItem h3 {
    margin-bottom: 12px;
  }
  .truth.new .truthItem p {
    line-height: 130%;
  }
  .truth__inner-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 2px 0;
  }
  .truthTop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 50px;
  }
  .truthTop__title {
    width: 100%;
    max-width: unset;
    margin-bottom: 20px;
  }
  .truthTop__text {
    width: 100%;
    max-width: unset;
  }
  .truthItem {
    max-width: 300px;
    width: calc(50% - 20px);
    margin: 26px 0;
  }
}
@media (max-width: 540px) {
  .truth__inner-title h6 {
    margin-bottom: 14px;
  }
  .truthTop h6 {
    margin-bottom: 20px;
  }
  .truthItem h3 {
    font-size: 32px;
    letter-spacing: -0.96px;
  }
  .truthItem h6 {
    margin-bottom: 6px;
  }
}
.quote {
  padding: 120px 0 110px;
}
.quote__inner-slider {
  max-width: 787px;
  margin: 0 auto 62px;
  padding-bottom: 62px;
  overflow: hidden;
  position: relative;
}
.quote__inner-slider:last-child {
  margin-bottom: 0;
}
.quote__inner .swiper-pagination {
  position: absolute;
  bottom: 0;
  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;
}
.quote__inner .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #b0b0aa;
  margin: 0 4px !important;
  opacity: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.quote__inner .swiper-pagination-bullet-active {
  width: 8px;
  height: 8px;
  background: var(--green);
}
.quoteItem {
  text-align: center;
}
.quoteItem h5 {
  font-family: var(--sfPro);
  font-style: italic;
  font-weight: 300;
  font-size: 30px;
  line-height: 44px;
  letter-spacing: -0.6px;
  color: #1a1a18;
  margin-bottom: 20px;
}
.quoteItem p {
  font-family: var(--sfPro);
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.6px;
  color: #787872;
}
.quoteBanner {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
}
.quoteBanner__inner {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
.quoteBanner__inner img,
.quoteBanner__inner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

@media (max-width: 1380px) {
  .quote {
    padding: 100px 0;
  }
}
@media (max-width: 1180px) {
  .quote {
    padding: 80px 0;
  }
  .quote__inner-slider {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .quoteItem h5 {
    font-size: 24px;
    line-height: 145%;
  }
}
@media (max-width: 540px) {
  .quote__inner-slider {
    padding-bottom: 48px;
    margin-bottom: 32px;
  }
  .quoteItem h5 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .quoteBanner {
    border-radius: 8px;
  }
}
.customer {
  padding: 96px 0 104px;
  background: var(--white);
}
.customer.big {
  padding: 112px 0 60px;
  background: transparent;
}
.customer.big .customer__inner {
  max-width: 1040px;
  overflow: hidden;
}
.customer.big .customerTop {
  margin-bottom: 72px;
}
.customer.big .customerTop__title {
  max-width: 432px;
}
.customer.new .customer__inner-row {
  margin-bottom: 20px;
}
.customer.new .customer__inner-foot {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 32px;
}
.customerTop {
  margin-bottom: 164px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.customerTop__title {
  width: 100%;
  max-width: 470px;
  text-align: center;
  margin-bottom: 20px;
}
.customerTop__title h6 {
  margin-bottom: 16px;
}
.customerTop__title h2 {
  margin-bottom: 16px;
}
.customerTop__title h2 i {
  background: -webkit-gradient(linear, left top, right top, color-stop(60.58%, #23463b), to(#0f1110));
  background: linear-gradient(90deg, #23463b 60.58%, #0f1110 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.customerTop__title p {
  color: rgba(0, 0, 0, 0.6);
}
.customerTop__rate {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 20px;
  background: #f3f1ec;
  border-radius: 100px;
  padding: 12px 20px;
}
.customerTop__rate-icon {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8px;
}
.customerTop__rate-icon img {
  width: 100%;
}
.customerTop__rate p {
  font-weight: 400;
  font-size: 13px;
  line-height: 145%;
  color: rgba(0, 0, 0, 0.6);
}
.customerTop__rate p b {
  font-weight: 400;
  color: var(--main);
}
.customerTop__rate span {
  font-weight: 400;
  font-size: 11px;
  line-height: 145%;
  letter-spacing: 0.5px;
  color: #b0b0aa;
  margin: 0 8px;
}
.customerInfo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 20px;
  background: #f3f1ec;
  border-radius: 100px;
  margin-bottom: 16px;
}
.customerInfo h6 {
  font-family: var(--secondaryFont);
  font-weight: 700;
  font-size: 16px;
  line-height: 145%;
  letter-spacing: -0.2px;
  color: var(--main);
  margin-left: 8px;
}
.customerInfo span {
  font-weight: 400;
  font-size: 11px;
  line-height: 145%;
  letter-spacing: 0.5px;
  color: #b0b0aa;
  margin: 0 8px;
}
.customerInfo p {
  color: rgba(0, 0, 0, 0.6);
}
.customerRate {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 106px;
}
.customerRate img {
  width: 100%;
}
.customerRate__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.customerRate__overlay img {
  width: 106px;
}
.customer__inner {
  max-width: 948px;
  margin: 0 auto;
}
.customer__inner-row {
  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-bottom: 14px;
}
.customer__inner-row h5 {
  font-family: var(--secondaryFont);
  font-weight: 700;
  font-size: 20px;
  line-height: 145%;
  letter-spacing: -0.01em;
  color: var(--main);
}
.customer__inner-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.customer__inner-buttons .button {
  margin-right: 8px;
}
.customer__inner-buttons .button:last-child {
  margin: 0;
}
.customer__inner-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.customer__inner-side {
  width: calc(50% - 6px);
}
.customer__inner-foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 10px;
}
.customer__inner-foot.end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}
.customer__inner-action {
  padding-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.customer__inner-action button {
  width: 44px;
  height: 44px;
  background: var(--primary);
  border-radius: 22px;
  position: static;
  margin: 0 12px 0 0;
  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(--white);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
.customer__inner-action button:hover {
  background: var(--green);
}
.customer__inner-action button.swiper-button-disabled {
  opacity: 0.7;
}
.customer__inner-action button:last-child {
  margin: 0;
}
.customer__inner-action button svg {
  width: 16px;
  height: 16px;
}
.customer__inner-action button::after {
  display: none;
}
.customer__inner-main {
  max-width: 948px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.customer__inner-col {
  width: calc(50% - 15px);
  max-width: 456px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.customer__inner-col img {
  width: 100%;
}
.customer__inner-col img.mob {
  display: none;
}
.customerCard {
  width: 100%;
  margin: 0 0 12px 0;
  padding: 15px;
  background: #f9f9f9;
  border-radius: 16px;
}
.customerCard:last-child {
  margin: 0;
}
.customerCard__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 12px;
}
.customerCard__top > p {
  font-family: var(--sfPro);
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  color: #111111;
  opacity: 0.6;
}
.customerCard__info p {
  font-family: var(--sfPro);
  font-weight: 400;
  font-size: 13.5px;
  line-height: 19px;
  color: #111111;
  margin-bottom: 3px;
}
.customerCard__text {
  margin-bottom: 10px;
}
.customerCard__text p {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 19px;
  color: #111111;
}
.customerCard__text p:last-child {
  margin: 0;
}
.customerCard__text p b {
  font-weight: 700;
}
.customerCard__status {
  font-family: var(--arial);
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  color: #111111;
  opacity: 0.75;
}
.customerItem {
  border-radius: 10px;
  overflow: hidden;
  background: var(--white);
  display: block;
}
.customerItem__image {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
.customerItem__image img,
.customerItem__image video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.customerItem__content {
  padding: 16px 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.customerItem__stars {
  width: 74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}
.customerItem__stars img {
  width: 100%;
}
.customerItem p {
  width: 100%;
  font-family: var(--sfPro);
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: #1a1a1a;
  margin-bottom: 12px;
  height: 60px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.customerItem h6 {
  font-family: var(--sfPro);
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #121212;
}

@media (max-width: 1380px) {
  .customer.big {
    padding: 100px 0 60px;
  }
  .customer.big .customerTop {
    margin-bottom: 56px;
  }
  .customerTop {
    margin-bottom: 140px;
  }
}
@media (max-width: 1180px) {
  .customer {
    padding: 80px 0;
  }
  .customer.big {
    padding: 80px 0 60px;
  }
  .customer.big .customerTop {
    margin-bottom: 44px;
  }
  .customer.new .customerTop {
    margin-bottom: 100px;
  }
  .customerTop {
    margin-bottom: 120px;
  }
}
@media (max-width: 930px) {
  .customer.big {
    padding: 60px 0;
  }
  .customer.new .customerTop {
    margin-bottom: 80px;
  }
  .customer {
    padding: 60px 0;
  }
}
@media (max-width: 750px) {
  .customer.big .customerTop {
    margin-bottom: 32px;
  }
  .customer.new .customer__inner-row {
    margin-bottom: 24px;
  }
  .customer.new .customerTop {
    margin-bottom: 50px;
  }
  .customer__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .customer__inner-row h5 {
    margin-bottom: 13px;
    font-weight: 700;
    font-size: 18px;
    line-height: 145%;
    letter-spacing: -0.2px;
  }
  .customer__inner-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
  .customer__inner-side {
    width: 100%;
    margin-bottom: 12px;
  }
  .customer__inner-side:last-child {
    margin: 0;
  }
  .customer__inner-foot {
    padding-top: 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .customer__inner-foot.end {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .customer__inner-action {
    padding-top: 32px;
  }
  .customer__inner-col {
    width: calc(50% - 10px);
  }
  .customerCard {
    margin: 0 0 12px 0;
    width: 100%;
  }
  .customerCard:last-child {
    margin: 0;
  }
  .customerCard__text p {
    font-size: 14px;
  }
}
@media (max-width: 540px) {
  .customer.new .customerTop {
    margin-bottom: 32px;
  }
  .customer.new .customerTop__title h2 {
    margin: 0;
  }
  .customer.new .customerTop__title p {
    display: none;
  }
  .customer.new .customer__inner-foot {
    padding-top: 24px;
  }
  .customer__inner-main {
    padding: 0 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .customer__inner-col {
    width: 100%;
    margin-bottom: 24px;
  }
  .customer__inner-col:last-child {
    margin: 0;
  }
  .customerTop__title {
    margin-bottom: 24px;
  }
  .customerInfo {
    padding: 8px 16px;
    margin-bottom: 24px;
  }
  .customerInfo h6 {
    font-size: 14px;
  }
  .customerInfo p {
    font-size: 14px;
  }
  .customerItem__image {
    padding-bottom: 136%;
  }
  .customerItem__content {
    padding: 14px 12px;
  }
  .customerItem__stars {
    width: 84px;
    margin-bottom: 12px;
  }
  .customerItem p {
    font-size: 13px;
    line-height: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 98px;
    margin-bottom: 20px;
  }
  .customerItem h6 {
    font-size: 13px;
    line-height: 17px;
  }
}
.picks {
  background: #f3f1ec;
  padding: 104px 0;
}
.picks__inner-title {
  margin-bottom: 40px;
  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;
}
.picks__inner-title h2 {
  color: var(--main);
}
.picks__inner-foot {
  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;
  padding-top: 40px;
}
.picks__inner-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 92px;
}
.picks__inner-action button {
  width: 44px;
  height: 44px;
  background: var(--primary);
  border-radius: 22px;
  position: static;
  margin: 0 12px 0 0;
  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(--white);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
.picks__inner-action button:hover {
  background: var(--green);
}
.picks__inner-action button.swiper-button-disabled {
  opacity: 0.7;
}
.picks__inner-action button:last-child {
  margin: 0;
}
.picks__inner-action button svg {
  width: 18px;
  height: 18px;
}
.picks__inner-action button::after {
  display: none;
}
.picksItem {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  background: #f9f9f9;
  display: block;
}
.picksItem:hover {
  opacity: 1;
}
.picksItem:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.picksItem__image {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}
.picksItem__image img,
.picksItem__image video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.picksItem__tag {
  position: absolute;
  top: 16px;
  left: 16px;
  font-family: var(--secondaryFont);
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--white);
  padding: 4px 8px;
  background: #bd544d;
  border-radius: 100px;
  z-index: 2;
}
.picksItem__content {
  text-align: center;
  padding: 20px 16px 16px;
}
.picksItem__content p {
  color: var(--main);
  margin-bottom: 5px;
  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;
}
.picksItem__content p:last-child {
  margin: 0;
}
.picksItem__content p span {
  color: #bd544d;
  margin-right: 6px;
}
.picksItem__content p del {
  color: rgba(0, 0, 0, 0.6);
}
.picks .swiper-pagination {
  position: static;
  width: unset;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.picks .swiper-pagination-progressbar {
  opacity: 1 !important;
  height: 3px;
  background: rgba(26, 26, 26, 0.1);
}
.picks .swiper-pagination-progressbar-fill {
  background: #c9a178 !important;
  border-radius: 10px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.picks .swiper-scrollbar {
  position: static;
  opacity: 1 !important;
  width: unset;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 3px;
  background: rgba(26, 26, 26, 0.1);
}
.picks .swiper-scrollbar-drag {
  background: #c9a178;
}

@media (max-width: 1180px) {
  .picks {
    padding: 80px 0;
  }
  .picks__inner-action {
    margin-left: 70px;
  }
}
@media (max-width: 930px) {
  .picks {
    padding: 60px 0;
  }
  .picks__inner-action {
    margin-left: 50px;
  }
}
@media (max-width: 540px) {
  .picks {
    padding: 60px 0 68px;
  }
  .picks__inner-title {
    margin-bottom: 32px;
  }
  .picks__inner-action {
    display: none;
  }
  .picks__inner-foot {
    padding-top: 32px;
  }
  .picksItem__content {
    padding: 18px 16px 16px;
  }
  .picksItem p {
    font-size: 16px;
  }
}
.match {
  background: #f3f1ec;
  padding: 96px 0;
}
.match__inner-title {
  text-align: center;
  margin-bottom: 72px;
}
.match__inner-title h6 {
  margin-bottom: 10px;
}
.match__inner-title h2 {
  color: var(--main);
  letter-spacing: -3px;
  line-height: 100%;
}
.match__inner-title h2 i {
  background: var(--green-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.matchItem:hover {
  opacity: 1;
}
.matchItem:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.matchItem__image {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 14px;
}
.matchItem__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.matchItem h6 {
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  color: var(--main);
  margin-bottom: 4px;
}
.matchItem p {
  font-weight: 400;
  font-size: 13px;
  line-height: 145%;
  color: var(--green);
}

@media (max-width: 1180px) {
  .match {
    padding: 80px 0;
  }
  .match__inner-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 930px) {
  .match {
    padding: 60px 0;
  }
  .match__inner-title {
    margin-bottom: 40px;
  }
  .match__inner-title h2 {
    letter-spacing: -2px;
  }
}
@media (max-width: 540px) {
  .match__inner-title h6 {
    margin-bottom: 14px;
  }
}
.viral {
  background: #f3f1ec;
  padding: 96px 0;
}
.viral__inner-title {
  text-align: center;
  margin-bottom: 72px;
}
.viral__inner-title h2 i {
  color: #23463b;
}
.viral__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px 62px;
}
.viral__inner .swiper-slide {
  height: unset !important;
}
.viralImage {
  width: calc(33.3% - 20px);
  margin: 10px;
  border-radius: 6px;
  overflow: hidden;
  background: var(--white);
}
.viralImage__inner {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
.viralImage__inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.viralItem {
  padding: 16px;
  background: #ffffff;
  border-radius: 4px;
  height: 100%;
}
.viralItem__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 12px;
}
.viralItem__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.viralItem__avatar {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  margin-right: 8px;
  overflow: hidden;
}
.viralItem__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.viralItem__name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.viralItem__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.viralItem__info p {
  font-weight: 400;
  font-size: 12px;
  line-height: 145%;
  color: rgba(51, 51, 51, 0.6);
}
.viralItem__info span {
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: rgba(51, 51, 51, 0.6);
  margin: 0 4px;
}
.viralItem__rate {
  width: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.viralItem__rate img {
  width: 100%;
}
.viralItem__text p {
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  color: #4a4a4a;
}
.viralItem h6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 12px;
  line-height: 145%;
  color: #4a4a4a;
  margin-bottom: 2px;
}
.viralItem h6 img {
  width: 14px;
  margin-left: 4px;
}

@media (max-width: 1180px) {
  .viral {
    padding: 80px 0;
  }
  .viral__inner-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 930px) {
  .viral {
    padding: 60px 0;
  }
  .viral__inner-title {
    margin-bottom: 44px;
  }
  .viral__inner-row {
    margin-bottom: 40px;
  }
}
@media (max-width: 750px) {
  .viral__inner-row {
    margin-bottom: 36px;
  }
  .viralImage {
    margin: 4px;
    width: calc(33.3% - 8px);
  }
}
@media (max-width: 540px) {
  .viral__inner-title {
    margin-bottom: 36px;
  }
  .viralImage {
    width: calc(50% - 8px);
  }
  .viralItem__top {
    margin-bottom: 8px;
  }
  .viralItem__avatar {
    width: 34px;
    height: 34px;
  }
  .viralItem__text p {
    font-size: 12px;
    line-height: 145%;
  }
  .viralItem__info p {
    font-size: 10px;
  }
  .viralItem__rate {
    width: 60px;
  }
  .viralItem h6 {
    font-size: 10px;
  }
  .viralItem h6 img {
    width: 12px;
  }
}
.catalog {
  padding: 104px 0;
  background: #f3f1ec;
}
.catalog.acces .picksItem {
  width: calc(25% - 24px);
}
.catalog.acces .picksItem__content {
  padding: 12px 12px 8px;
}
.catalog__inner-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 8px;
}
.catalog__inner-number {
  display: none;
}
.catalog__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12px;
}
.catalog__inner-foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 8px;
}
.catalog__inner .picksItem {
  width: calc(33.3% - 24px);
  margin: 24px 12px;
}
.catalogSort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.catalogSort p {
  color: var(--main);
  margin-right: 4px;
}
.catalogSort select {
  font-family: var(--mainFont);
  font-weight: 400;
  font-size: 16px;
  line-height: 145%;
  color: var(--main);
  background: transparent;
  -webkit-appearance: none;
  cursor: pointer;
}
.catalogSort span {
  width: 24px;
  height: 24px;
  background: var(--primary);
  border-radius: 9999px;
  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;
  margin-left: 8px;
  color: var(--white);
}
.catalogSort span svg {
  width: 12px;
  height: 12px;
}
.catalog h3 {
  margin-bottom: 32px;
}

.banner {
  position: relative;
}
.banner__inner {
  padding-bottom: 40%;
  min-height: 376px;
  position: relative;
}
.banner__inner::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(221.54deg, rgba(0, 0, 0, 0.6) 16.53%, rgba(0, 0, 0, 0) 76.51%);
  z-index: 1;
}
.banner__inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.banner__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 24px 0;
}
.banner__slider .swiper-slide {
  width: 153px;
  height: unset !important;
}
.bannerItem {
  height: 100%;
  background: #f3f1ec;
  -webkit-box-shadow: 0px 5px 15px rgba(26, 26, 26, 0.1);
          box-shadow: 0px 5px 15px rgba(26, 26, 26, 0.1);
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: block;
}
.bannerItem:hover {
  opacity: 1;
}
.bannerItem:hover img {
  -webkit-transform: translate(-50%, -50%) scale(0.9);
          transform: translate(-50%, -50%) scale(0.9);
}
.bannerItem__image {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 70%;
  position: relative;
}
.bannerItem__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 85%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.bannerItem__content {
  padding: 8px;
  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;
  min-height: 46px;
}
.bannerItem p {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #23463b;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.bannerItem span {
  width: 16px;
  height: 16px;
  background: #d8c8b3;
  border-radius: 50%;
  margin-left: 18px;
  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(--green);
}
.bannerItem span svg {
  width: 80%;
  height: 80%;
}

@media (max-width: 540px) {
  .banner__content {
    padding: 20px 0;
  }
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 20px;
  background: var(--white);
  border: 1px solid rgba(26, 26, 26, 0.12);
  border-radius: 30px;
}
.pagination span {
  font-weight: 400;
  font-size: 16px;
  line-height: 145%;
  color: var(--main);
  margin: 0 22px;
}
.pagination button {
  width: 16px;
  height: 16px;
  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;
  background: transparent;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: var(--main);
}
.pagination button:hover {
  color: var(--primary);
}
.pagination button:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.pagination button svg {
  width: 100%;
  height: 100%;
}

@media (max-width: 1180px) {
  .catalog {
    padding: 80px 0;
  }
  .catalog.acces .picksItem {
    width: calc(33.3% - 24px);
  }
}
@media (max-width: 930px) {
  .catalog {
    padding: 60px 0;
  }
  .catalog.acces .picksItem {
    width: calc(33.3% - 20px);
  }
  .catalog__inner-foot {
    padding-top: 16px;
  }
  .catalog__inner-row {
    margin: 0 -10px;
  }
  .catalog__inner .picksItem {
    width: calc(50% - 20px);
    margin: 16px 10px;
  }
}
@media (max-width: 750px) {
  .catalog {
    padding: 44px 0;
  }
  .catalog.acces .picksItem {
    width: calc(50% - 20px);
  }
}
@media (max-width: 540px) {
  .catalog {
    padding: 36px 0;
  }
  .catalog.acces .picksItem {
    width: calc(50% - 8px);
  }
  .catalog.acces .picksItem__content {
    padding: 10px 12px 6px;
  }
  .catalog__inner-top {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 24px;
  }
  .catalog__inner-number {
    display: block;
    text-align: center;
  }
  .catalog__inner-number p {
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    color: var(--main);
  }
  .catalog__inner-foot {
    padding-top: 24px;
  }
  .catalog__inner-row {
    margin: 0 -4px;
  }
  .catalog__inner .picksItem {
    width: calc(50% - 8px);
    margin: 8px 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .catalog__inner .picksItem__tag {
    top: 8px;
    left: 8px;
  }
  .catalog__inner .picksItem__content {
    margin: auto 0 0 0;
  }
  .catalog__inner .picksItem p {
    font-size: 14px;
    line-height: 145%;
    margin-bottom: 2px;
  }
  .catalogSort {
    display: none;
  }
}
.capacity {
  padding: 96px 0;
}
.capacity__inner-title {
  max-width: 795px;
  margin: 0 auto 72px;
  text-align: center;
}
.capacity__inner-title h3 {
  color: var(--main);
  margin-bottom: 24px;
}
.capacity__inner-title p {
  color: var(--main);
}
.capacityItem {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  display: block;
}
.capacityItem:hover {
  opacity: 1;
}
.capacityItem:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.capacityItem__image {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
.capacityItem__image::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
  pointer-events: none;
}
.capacityItem__image img,
.capacityItem__image video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.capacityItem__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 18px 24px;
  z-index: 2;
}
.capacityItem p {
  font-weight: 400;
  font-size: 16px;
  line-height: 145%;
  color: var(--white);
}

@media (max-width: 1180px) {
  .capacity {
    padding: 80px 0;
  }
  .capacity__inner-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 930px) {
  .capacity {
    padding: 60px 0;
  }
  .capacity__inner-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 540px) {
  .capacity {
    padding: 40px 0;
  }
  .capacity__inner-title h3 {
    margin-bottom: 16px;
  }
}
.combos {
  position: relative;
  padding: 426px 0;
}
.combos__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
}
.combos__bg::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.15);
}
.combos__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.combos__inner {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.combos__inner p {
  color: var(--white);
  margin-bottom: 16px;
}
.combos__inner h3 {
  color: var(--white);
  margin-bottom: 32px;
}

@media (max-width: 1380px) {
  .combos {
    padding: 360px 0;
  }
}
@media (max-width: 1180px) {
  .combos {
    padding: 300px 0;
  }
}
@media (max-width: 930px) {
  .combos {
    padding: 250px 0;
  }
}
@media (max-width: 750px) {
  .combos {
    padding: 190px 0;
  }
}
@media (max-width: 540px) {
  .combos {
    padding: 120px 0;
  }
  .combos__inner p {
    margin-bottom: 12px;
    font-size: 16px;
  }
  .combos__inner h3 {
    margin-bottom: 24px;
  }
}
.track {
  padding: 80px 0 112px;
}
.track__inner-title {
  text-align: center;
  margin-bottom: 40px;
}
.trackForm {
  max-width: 414px;
  margin: 0 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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.trackForm__item {
  width: 100%;
  display: block;
  margin-bottom: 24px;
}
.trackForm__item:last-child {
  margin: 0;
}
.trackForm__item p {
  font-weight: 400;
  font-size: 16px;
  line-height: 145%;
  color: var(--main);
  margin-bottom: 8px;
  text-align: center;
}
.trackForm__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.trackForm__input input {
  width: 100%;
  background: var(--white);
  border: 1px solid rgba(26, 26, 26, 0.12);
  border-radius: 10px;
  font-family: var(--mainFont);
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #1a1a1a;
  padding: 14px 20px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.trackForm__input input:focus {
  border-color: var(--green);
}

@media (max-width: 1180px) {
  .track {
    padding: 80px 0;
  }
}
@media (max-width: 930px) {
  .track {
    padding: 60px 0;
  }
}
@media (max-width: 540px) {
  .track__inner-title {
    margin-bottom: 32px;
  }
}
.contact {
  padding: 80px 0 112px;
}
.contact__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact__inner-title {
  width: calc(35% - 15px);
}
.contact__inner-title h6 {
  margin-bottom: 10px;
}
.contact__inner-title h2 br.mob {
  display: none;
}
.contactForm {
  width: calc(65% - 15px);
  max-width: 742px;
  padding: 40px 48px;
  background: #f3f1ec;
  border-radius: 12px;
}
.contactForm__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -8px 16px;
}
.contactForm .inputc {
  width: calc(50% - 16px);
  margin: 8px;
}
.contactForm .inputc.big {
  width: calc(100% - 16px);
}

@media (max-width: 1180px) {
  .contact {
    padding: 80px 0;
  }
}
@media (max-width: 930px) {
  .contact {
    padding: 60px 0;
  }
  .contactForm {
    padding: 32px;
  }
}
@media (max-width: 750px) {
  .contact__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact__inner-title {
    width: 100%;
    text-align: center;
    margin-bottom: 32px;
  }
  .contactForm {
    width: 100%;
    max-width: unset;
  }
}
@media (max-width: 540px) {
  .contact__inner-title {
    margin-bottom: 32px;
  }
  .contact__inner-title h2 br.desc {
    display: none;
  }
  .contact__inner-title h2 br.mob {
    display: block;
  }
  .contactForm {
    padding: 24px;
  }
  .contactForm__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0 16px 0;
  }
  .contactForm .inputc {
    width: 100%;
    margin: 0 0 8px 0;
  }
  .contactForm .inputc:last-child {
    margin: 0;
  }
  .contactForm .inputc.big {
    width: 100%;
  }
}
.journey {
  padding: 80px 0 112px;
  background: #f3f1ec;
}
.journey__inner-title {
  max-width: 760px;
  margin: 0 auto 72px;
  text-align: center;
}
.journey__inner-title h6 {
  margin-bottom: 16px;
}
.journey__inner-title h2 {
  color: var(--main);
}
.journey__inner-title h2 i {
  background: -webkit-gradient(linear, left top, right top, color-stop(60.58%, #23463b), to(#0f1110));
  background: linear-gradient(90deg, #23463b 60.58%, #0f1110 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.journey__inner-title h2 br.mob {
  display: none;
}
.journey__inner-col {
  max-width: 1054px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.journey__inner-col::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  content: "";
  background: var(--primary);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.journeyItem {
  width: 50%;
  padding-right: 46px;
  position: relative;
  margin-bottom: 40px;
}
.journeyItem:nth-child(even) {
  -ms-flex-item-align: end;
      align-self: flex-end;
  padding: 0 0 0 46px;
}
.journeyItem:nth-child(even) span {
  left: unset;
  right: calc(100% + 9px);
}
.journeyItem:nth-child(even) p {
  max-width: 464px;
}
.journeyItem:last-child {
  margin: 0;
}
.journeyItem span {
  position: absolute;
  left: calc(100% + 9px);
  width: 14px;
  height: 14px;
  background: var(--primary);
  border: 2px solid var(--green);
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 0px 4px #d8c8b3, 0px 0px 12px #ffffff;
          box-shadow: 0px 0px 0px 4px #d8c8b3, 0px 0px 12px #ffffff;
}
.journeyItem h6 {
  color: var(--green);
  margin-bottom: 8px;
}
.journeyItem h5 {
  font-family: var(--secondaryFont);
  font-weight: 700;
  font-size: 22px;
  line-height: 145%;
  letter-spacing: -0.2px;
  color: var(--main);
  margin-bottom: 10px;
  max-width: 420px;
}
.journeyItem p {
  color: rgba(0, 0, 0, 0.7);
  max-width: 420px;
}

@media (max-width: 1180px) {
  .journey {
    padding: 80px 0;
  }
  .journey__inner-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 930px) {
  .journey {
    padding: 60px 0;
  }
  .journey__inner-title {
    margin-bottom: 44px;
  }
  .journeyItem {
    margin-bottom: 36px;
  }
}
@media (max-width: 750px) {
  .journey__inner-title {
    margin-bottom: 32px;
  }
  .journey__inner-col::before {
    left: 6px;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .journeyItem {
    width: 100%;
    padding: 0 0 0 44px;
  }
  .journeyItem span {
    top: 6px;
    left: 0 !important;
    right: unset !important;
  }
}
@media (max-width: 540px) {
  .journey__inner-title h6 {
    margin-bottom: 14px;
  }
  .journey__inner-title h2 br.mob {
    display: block;
  }
}
.workshop {
  padding: 112px 0;
}
.workshop__inner-title {
  max-width: 522px;
  margin-bottom: 56px;
}
.workshop__inner-title h6 {
  margin-bottom: 26px;
}
.workshop__inner-title h2 {
  margin-bottom: 26px;
  letter-spacing: -3px;
  line-height: 100%;
  color: var(--main);
}
.workshop__inner-title h2 i {
  background: var(--green-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.workshop__inner-title p {
  color: rgba(0, 0, 0, 0.6);
}
.workshop__inner-grid {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
}
.workshopItem {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.workshopItem:hover {
  opacity: 1;
}
.workshopItem:hover img,
.workshopItem:hover video {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.workshopItem:nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  -ms-grid-row-span: 2;
  grid-row: span 2;
}
.workshopItem:nth-child(2) {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  -ms-grid-row-span: 1;
  grid-row: span 1;
}
.workshopItem:nth-child(3) {
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 4/5;
  -ms-grid-row-span: 1;
  grid-row: span 1;
}
.workshopItem:nth-child(4) {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  -ms-grid-row-span: 1;
  grid-row: span 1;
}
.workshopItem:nth-child(5) {
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 4/5;
  -ms-grid-row-span: 1;
  grid-row: span 1;
}
.workshopItem__image {
  width: 100%;
  padding-bottom: 102%;
  position: relative;
}
.workshopItem__image img,
.workshopItem__image video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.workshopItem__tag {
  position: absolute;
  bottom: 12px;
  left: 16px;
  font-family: var(--secondaryFont);
  font-weight: 600;
  font-size: 10px;
  line-height: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  color: #f3f1ec;
  padding: 8px 20px;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(4px);
  border-radius: 100px;
  max-width: calc(100% - 32px);
}

@media (max-width: 1380px) {
  .workshop {
    padding: 100px 0;
  }
  .workshopItem__tag {
    letter-spacing: 1.8px;
  }
}
@media (max-width: 1180px) {
  .workshop {
    padding: 80px 0;
  }
  .workshop__inner-title {
    margin-bottom: 50px;
  }
  .workshopItem__tag {
    letter-spacing: 1.2px;
    font-size: 8px;
    line-height: 100%;
    padding: 8px 16px;
    left: 12px;
    max-width: calc(100% - 24px);
  }
}
@media (max-width: 930px) {
  .workshop__inner-title h2 {
    letter-spacing: -2px;
  }
  .workshop__inner-grid {
    gap: 12px;
  }
}
@media (max-width: 750px) {
  .workshop__inner-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
    margin: 0 -10px;
  }
  .workshopItem {
    width: calc(50% - 20px);
    margin: 10px;
  }
  .workshopItem:nth-child(1) {
    width: calc(100% - 20px);
  }
  .workshopItem__tag {
    font-size: 10px;
    letter-spacing: 2.2px;
    left: 16px;
    max-width: calc(100% - 32px);
  }
}
@media (max-width: 540px) {
  .workshop__inner-title h6 {
    margin-bottom: 20px;
  }
  .workshop__inner-title h2 {
    margin-bottom: 20px;
  }
  .workshop__inner-grid {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .workshopItem {
    width: 100% !important;
    margin: 0 0 20px 0;
  }
  .workshopItem:last-child {
    margin: 0;
  }
  .workshopItem__image {
    padding-bottom: 100%;
  }
}
.terms {
  padding: 80px 0 112px;
  color: #1a1a1a;
}
.terms__inner-title {
  text-align: center;
  margin-bottom: 72px;
}
.terms__inner-article {
  max-width: 846px;
  margin: 0 auto;
}
.termsContent {
  margin-bottom: 48px;
}
.termsContent:last-child {
  margin: 0;
}
.termsContent h3 {
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -2px;
}
.termsContent p {
  margin-bottom: 20px;
}
.termsContent p:last-child {
  margin: 0;
}
.termsContent p a {
  font-weight: 700;
}
.termsContent p a:hover {
  opacity: 1;
  color: var(--primary);
}
.termsContent p a.ulink {
  text-decoration: underline;
}
.termsContent ul {
  padding-left: 24px;
  margin-bottom: 20px;
}
.termsContent ul:last-child {
  margin: 0;
}
.termsContent ul li {
  list-style: disc;
}
.termsContent ol {
  margin-bottom: 20px;
}
.termsContent ol:last-child {
  margin: 0;
}
.termsContent ol li {
  padding-left: 24px;
}
.termsContent ol li li {
  list-style: decimal;
}

@media (max-width: 1180px) {
  .terms {
    padding: 60px 0;
  }
  .terms__inner-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 930px) {
  .terms__inner-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 540px) {
  .termsContent p {
    font-size: 14px;
    line-height: 145%;
  }
  .termsContent h3 {
    letter-spacing: -1px;
  }
}
.timer {
  background: -webkit-gradient(linear, left top, right top, color-stop(-16.46%, #c9a178), color-stop(76.54%, #ebdbc8), color-stop(92.45%, #d8c8b3), color-stop(107.74%, #c9a178)), #23463b;
  background: linear-gradient(90deg, #c9a178 -16.46%, #ebdbc8 76.54%, #d8c8b3 92.45%, #c9a178 107.74%), #23463b;
}
.timer.sm {
  background: var(--green);
}
.timer.sm .timer__inner {
  padding: 6px 0;
  height: 47px;
}
.timer.sm .timer__inner h6 {
  font-size: 14px;
  letter-spacing: 2.8px;
  background: linear-gradient(90.01deg, #d8c8b3 -50.5%, #f4f0e8 99.99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.timer.sm .timer__inner > span {
  background: #e2dcd1;
  opacity: 0.5;
}
.timer.sm .timer__group {
  background: #f9f9f9;
  border-radius: 2px;
  padding: 2px 5px;
}
.timer.sm .timer__item {
  color: #101312;
}
.timer.sm .timer__item p {
  font-size: 16px;
  line-height: 110%;
}
.timer__inner {
  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;
  padding: 8px 0;
  height: 54px;
}
.timer__inner h6 {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #101312;
}
.timer__inner > span {
  width: 4px;
  height: 4px;
  background: #ffffff;
  opacity: 0.6;
  border-radius: 50%;
  margin: 0 24px;
  display: block;
}
.timer__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: var(--redHat);
  padding: 2px 5px;
  background: linear-gradient(96.64deg, #2c3230 59.69%, #446056 99.72%), #f9f9f9;
  border-radius: 3px;
  min-width: 100px;
}
.timer__item {
  text-align: center;
  text-transform: uppercase;
  text-align: center;
  color: #fafafa;
  margin: 0 1px;
}
.timer__item small {
  display: block;
  font-weight: 500;
  font-size: 8px;
  line-height: 145%;
}
.timer__item p {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  line-height: 115%;
}

.marquee.conf .marquee__inner {
  padding: 28px 0;
  height: unset;
}
.marquee.conf .marquee__inner span {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  opacity: 0.4;
  margin: 0 32px;
}
.marquee.conf .marqueeItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.marquee.conf .marqueeItem p {
  font-family: var(--secondaryFont);
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #d8c8b3;
  background: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}
.marqueeItem__icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  border-radius: 50%;
  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;
  background: #c39a72;
}
.marqueeItem__icon img {
  width: 11px;
}

@media (max-width: 1024px) {
  .timer__inner {
    padding: 6px 0;
    height: 44px;
  }
  .timer__item p {
    font-size: 16px;
  }
}
@media (max-width: 540px) {
  .timer.sm .timer__inner {
    height: 36px;
    padding: 3px 0;
  }
  .timer.sm .timer__inner h6 {
    font-size: 12px;
  }
  .timer.sm .timer__item small {
    font-size: 6px;
  }
  .timer.sm .timer__item p {
    font-size: 14px;
  }
  .timer__inner {
    height: 40px;
    padding: 5px 0;
  }
  .timer__inner > span {
    margin: 0 16px;
  }
  .timer__inner h6 {
    font-size: 13px;
  }
  .timer__item small {
    font-size: 8px;
  }
  .timer__item p {
    font-size: 14px;
  }
  .timer__group {
    min-width: 90px;
  }
  .marquee.conf .marquee__inner {
    padding: 24px 0;
  }
  .marquee.conf .marquee__inner span {
    margin: 0 20px;
  }
  .marquee.conf .marqueeItem p {
    font-size: 12px;
    line-height: 100%;
  }
}
.wrist.conf {
  background: #f9f9f9;
  padding: 136px 0;
}
.wrist.conf .wrist__inner-title {
  max-width: 596px;
}
.wrist.conf .wristItem {
  width: calc(25% - 15px);
}

@media (max-width: 1380px) {
  .wrist.conf {
    padding: 120px 0;
  }
}
@media (max-width: 1180px) {
  .wrist.conf {
    padding: 100px 0;
  }
}
@media (max-width: 930px) {
  .wrist.conf {
    padding: 80px 0;
  }
  .wrist.conf .wrist__inner-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -15px;
  }
  .wrist.conf .wrist__inner-row::before {
    display: none;
  }
  .wrist.conf .wristItem {
    margin: 20px 15px;
    width: calc(50% - 30px);
  }
}
@media (max-width: 750px) {
  .wrist.conf {
    padding: 60px 0;
  }
}
@media (max-width: 540px) {
  .wrist.conf {
    padding: 60px 0 44px;
  }
  .wrist.conf .wrist__inner-title {
    margin-bottom: 32px;
  }
  .wrist.conf .wrist__inner-row {
    margin: 0 -8px;
  }
  .wrist.conf .wristItem {
    margin: 16px 8px;
    width: calc(50% - 16px);
  }
  .wrist.conf .wristItem h6 {
    width: 100%;
    font-size: 16px;
  }
}
.config {
  background: #f3f1ec;
  padding: 80px 0 56px;
}
.config__inner-title {
  margin-bottom: 32px;
  text-align: center;
}
.config__inner-title h6 {
  margin-bottom: 16px;
}
.config__inner-title h2 {
  font-weight: 700;
  letter-spacing: -1.5px;
  background: -webkit-gradient(linear, left top, right top, from(#17634d), color-stop(63.46%, #0d3229), to(#100b0d));
  background: linear-gradient(90deg, #17634d 0%, #0d3229 63.46%, #100b0d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  display: inline-block;
  margin-bottom: 16px;
}
.config__inner-title p {
  color: rgba(0, 0, 0, 0.6);
}
.config__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -12px;
}
.configItem {
  margin: 24px 12px;
  width: calc(33.3% - 24px);
  padding: 16px;
  background: var(--white);
  position: relative;
}
.configItem:hover {
  opacity: 1;
}
.configItem:hover .configItem__button {
  background: #c9a178;
  color: var(--white);
}
.configItem:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.configItem__tag {
  position: absolute;
  top: 24px;
  left: 24px;
  font-family: var(--secondaryFont);
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--white);
  padding: 4px 8px;
  background: #bd544d;
  border-radius: 100px;
  z-index: 2;
}
.configItem__image {
  width: 100%;
  padding-bottom: 90%;
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
  background: #f9f9f9;
}
.configItem__image img,
.configItem__image video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.configItem__row {
  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-bottom: 16px;
}
.configItem__row:last-child {
  margin: 0;
}
.configItem__row p {
  color: #101312;
}
.configItem__row p span {
  color: #bd544d;
  margin-right: 6px;
}
.configItem__row p del {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}
.configItem__button {
  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;
  font-family: var(--secondaryFont);
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #101312;
  padding: 17px;
  border: 1px solid #c9a178;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
.configItem__button svg {
  width: 16px;
  height: 16px;
  margin-left: 6px;
}

@media (max-width: 1180px) {
  .config {
    padding: 60px 0 44px;
  }
  .config__inner-row {
    margin: 0 -8px;
  }
  .configItem {
    margin: 16px 8px;
    width: calc(33.3% - 16px);
  }
}
@media (max-width: 930px) {
  .config {
    padding: 48px 0 40px;
  }
  .configItem {
    width: calc(50% - 16px);
  }
}
@media (max-width: 540px) {
  .config {
    padding: 36px 0 28px;
  }
  .config__inner-title {
    margin-bottom: 24px;
  }
  .config__inner-title h6 {
    margin-bottom: 14px;
  }
  .config__inner-title h2 {
    margin-bottom: 8px;
  }
  .config__inner-title p {
    font-size: 14px;
  }
  .config__inner-row {
    margin: 0 -4px;
  }
  .configItem {
    margin: 8px 4px;
    width: calc(50% - 8px);
    padding: 8px;
  }
  .configItem__tag {
    top: 14px;
    left: 14px;
    font-size: 11px;
    padding: 4px 6px;
  }
  .configItem__image {
    padding-bottom: 108%;
    margin-bottom: 8px;
  }
  .configItem__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 8px;
  }
  .configItem__row p {
    margin-bottom: 2px;
    font-size: 14px;
    line-height: 20px;
  }
  .configItem__row p:last-child {
    margin: 0;
  }
  .configItem__row p span {
    font-size: 12px;
  }
  .configItem__row p del {
    font-size: 10px;
  }
  .configItem__button {
    padding: 9px;
  }
}
.cheader {
  padding-bottom: 16px;
  background: #f9f9f9;
}
.cheader__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 16px 0;
}
.cheader__inner-logo {
  width: 74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cheader__inner-logo img {
  width: 100%;
}
.cheader__inner-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--main);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
  background: transparent;
}
.cheader__inner-btn:hover {
  opacity: 1;
  color: var(--primary);
}
.cheader__inner-btn svg {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.cheader__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cheader__foot-tag {
  position: relative;
  padding: 4px 16px 4px 6px;
  background: var(--green);
  border: 1px solid #ffffff;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cheader__foot-tag img {
  position: relative;
  z-index: 1;
  width: 56px;
  margin-right: 8px;
}
.cheader__foot-tag p {
  font-family: var(--secondaryFont);
  font-weight: 600;
  font-size: 12px;
  line-height: 10px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #d8c8b3;
}

@media (max-width: 540px) {
  .cheader {
    padding-bottom: 12px;
    background: var(--white);
  }
  .cheader__inner {
    padding: 12px 0;
  }
  .cheader__inner-logo {
    width: 71px;
  }
}
.checkout {
  background: var(--white);
}
.checkout .auto__container {
  padding: 0;
  max-width: unset;
}
.checkout__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.checkout__form {
  width: 50%;
  padding: 32px 64px 64px 40px;
}
.checkout__form-body {
  max-width: 520px;
  margin: 0 0 40px auto;
}
.checkout__form-foot {
  max-width: 520px;
  margin: 0 0 0 auto;
}
.checkout__form-foot button {
  width: 100%;
}
.checkout__form-head {
  padding: 16px 20px;
  position: relative;
  background: #f0f9ff;
}
.checkout__form-head-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 705px;
  margin: 0 auto;
}
.checkout__form-head-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  text-align: center;
}
.checkout__form-head-tag-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  margin-bottom: 6px;
  position: relative;
}
.checkout__form-head-tag-icon img {
  width: 16px;
  position: absolute;
  top: 0;
  left: 0;
}
.checkout__shipping {
  padding: 12px 16px;
  background: #f9f9f9;
  border-radius: 4px;
  display: none;
}
.checkout__shipping.active {
  display: block;
}
.checkout__shipping p {
  font-weight: 400;
  font-size: 16px;
  line-height: 145%;
  color: rgba(0, 0, 0, 0.6);
}
.checkoutFast {
  margin-bottom: 12px;
}
.checkoutFast p {
  margin-bottom: 12px;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
}
.checkoutFast__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.checkoutFast a {
  width: calc(33.3% - 6px);
  border-radius: 4px;
  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;
  height: 50px;
}
.checkoutFast a.shopPay {
  background: #5433eb;
}
.checkoutFast a.shopPay img {
  height: 18px;
}
.checkoutFast a.applePay {
  background: var(--white);
  border: 1px solid var(--black);
}
.checkoutFast a.googlePay {
  background: var(--black);
}
.checkoutFast a img {
  height: 24px;
}
.checkout__or {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 145%;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 22px;
}
.checkout__or span {
  height: 1px;
  background: #dbdbdb;
  width: calc(50% - 32px);
}
.checkout__group {
  margin-bottom: 40px;
}
.checkout__group:last-child {
  margin-bottom: 0;
}
.checkout__group-title {
  margin-bottom: 16px;
}
.checkout__group-title h6 {
  font-weight: 700;
  font-size: 18px;
  line-height: 145%;
  color: #101312;
  margin-bottom: 4px;
}
.checkout__group-title p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #717171;
  font-size: 14px;
  line-height: 145%;
}
.checkout__group-title p svg {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
.checkout__group-title p span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.checkout__group > h6 {
  font-weight: 700;
  font-size: 18px;
  line-height: 145%;
  color: #101312;
  margin-bottom: 16px;
}
.checkoutProt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 16px;
  background: #f3f1ec;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  margin-bottom: 40px;
}
.checkoutProt__icon {
  width: 50px;
  height: 50px;
  margin-right: 12px;
  border-radius: 4px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.checkoutProt__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.checkoutProt__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
}
.checkoutProt__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.checkoutProt__title h6 {
  margin-bottom: 8px;
}
.checkoutProt__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.checkoutProt h6 {
  font-family: var(--secondaryFont);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #101312;
  margin-bottom: 4px;
}
.checkoutProt p {
  font-weight: 400;
  font-size: 12px;
  line-height: 145%;
  color: rgba(0, 0, 0, 0.6);
}
.checkoutSave {
  margin-bottom: 22px;
}
.checkoutSave h6 {
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  color: #101312;
  margin-bottom: 16px;
}
.checkoutSave .input {
  margin-bottom: 8px;
}
.checkoutSave p {
  font-weight: 400;
  font-size: 12px;
  line-height: 145%;
  letter-spacing: 0.5px;
  color: rgba(0, 0, 0, 0.6);
  text-align: start;
}
.checkoutSave p a {
  text-decoration: underline;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
}
.checkoutSave p a:hover {
  color: var(--main);
}
.checkout__info {
  width: 50%;
  position: relative;
  background: #f9f9f9;
}
.checkout__info::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
}
.checkout__info-body {
  padding: 32px 40px 32px 64px;
  border-bottom: 1px solid #e2dcd1;
  overflow: hidden;
}
.checkout__info-body:last-child {
  border: unset;
}
.checkout__info-inner {
  max-width: 520px;
}
.checkout__info-head {
  padding: 20px 40px 20px 64px;
  background: #f3f1ec;
  position: relative;
  border-top: 1px solid #e2dcd1;
  border-bottom: 1px solid #e2dcd1;
  color: var(--main);
}
.checkout__info-head::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
.checkout__info-head::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
.checkout__info-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 24px;
}
.checkout__total {
  max-width: 520px;
}
.checkout__total-price {
  font-family: var(--secondaryFont);
  font-weight: 700;
  font-size: 22px;
  line-height: 145%;
  letter-spacing: -0.2px;
  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;
}
.checkout__total-price > span:last-child {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.checkout__total-save {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 74px;
  height: 20px;
  background: linear-gradient(91.24deg, #2f5a49 0.48%, #4d8f75 98.94%);
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.18);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.18);
  border-radius: 6px;
  color: #ffffff;
  font-family: var(--secondaryFont);
  font-style: normal;
  font-weight: 400;
  font-size: 9px;
  line-height: 100%;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.checkout__total-savings {
  margin-top: 2px;
}
.checkout__total-savings p {
  font-family: var(--secondaryFont);
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 135%;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  color: #498970;
}
.checkout__total-text {
  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;
}
.checkout__total-text p.sm {
  color: rgba(0, 0, 0, 0.7);
}
.checkout__total-text h6 {
  font-weight: 700;
  font-size: 16px;
  line-height: 145%;
}
.checkout__total .divider {
  margin: 12px 0;
  height: 1px;
  width: 100%;
  background: #ffffff;
}
.checkout__sub-price {
  font-family: var(--secondaryFont);
  font-weight: 700;
  font-size: 20px;
  line-height: 145%;
  letter-spacing: -0.2px;
  color: #101312;
  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: 8px;
}
.checkout__sub-price > span:last-child {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.checkout__sub-save {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 74px;
  height: 20px;
  background: linear-gradient(91.24deg, #2f5a49 0.48%, #4d8f75 98.94%);
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.18);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.18);
  border-radius: 6px;
  color: #ffffff;
  font-family: var(--secondaryFont);
  font-style: normal;
  font-weight: 400;
  font-size: 9px;
  line-height: 100%;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.checkout__sub-text {
  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-bottom: 4px;
}
.checkout__sub-text p {
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  color: rgba(0, 0, 0, 0.7);
}
.checkout__sub-text p.xsm {
  font-weight: 400;
  font-size: 12px;
  line-height: 145%;
  letter-spacing: 0.5px;
  color: rgba(0, 0, 0, 0.6);
}
.checkout__sub-text p del {
  font-family: var(--mainFont);
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 145%;
  text-decoration-line: line-through;
  color: rgba(0, 0, 0, 0.3);
  margin-right: 6px;
}
.checkout__sub-text.checkout__sub-savings {
  margin-top: 2px;
}
.checkout__sub-text.checkout__sub-savings p {
  font-family: var(--secondaryFont);
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 135%;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  color: #498970;
}
.checkout__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.checkout__links a {
  display: block;
  margin: 4px 8px;
  font-weight: 700;
  font-size: 14px;
  line-height: 145%;
  text-decoration-line: underline;
  color: var(--green);
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.checkout__links a:hover {
  opacity: 1;
  color: var(--primary);
}
.checkout__dis {
  position: relative;
  padding-right: 74px;
  width: 100%;
  margin: 20px 0;
}
.checkout__dis button {
  position: absolute;
  width: 78px;
  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;
  height: 100%;
  border-radius: 0;
  top: 0;
  right: 0;
  font-size: 13px;
  color: var(--main);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: var(--secondaryFont);
  padding: 5px;
}
.checkout__products {
  margin-bottom: 20px;
}
.checkoutItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 12px;
}
.checkoutItem:last-child {
  margin-bottom: 0;
}
.checkoutItem__image {
  width: 76px;
  height: 76px;
  background: #fefefe;
  border: 2px solid #f3f1ec;
  border-radius: 4px;
  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;
  position: relative;
}
.checkoutItem__image img {
  width: 64px;
  height: 64px;
  -o-object-fit: cover;
     object-fit: cover;
}
.checkoutItem__image span {
  font-family: var(--redHat);
  font-weight: 500;
  font-size: 10px;
  line-height: 140%;
  color: #ffffff;
  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;
  position: absolute;
  top: -3px;
  right: -3px;
  width: 16px;
  height: 16px;
  background: #c39a72;
  border-radius: 100px;
}
.checkoutItem__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 8px 0 12px;
}
.checkoutItem__content h6 {
  font-weight: 700;
  font-size: 16px;
  line-height: 145%;
  color: #101312;
  margin-bottom: 2px;
}
.checkoutItem__content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0.5px;
  color: rgba(0, 0, 0, 0.6);
}
.checkoutItem__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.checkoutItem__price {
  text-align: end;
  margin-bottom: 8px;
}
.checkoutItem__price h6 {
  font-weight: 700;
  font-size: 16px;
  line-height: 145%;
  color: #bd544d;
}
.checkoutItem__price p {
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0.5px;
  color: #999999;
}
.checkoutItem__save {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--secondaryFont);
  font-weight: 400;
  font-size: 9px;
  line-height: 100%;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 5px 8px;
  background: linear-gradient(91.24deg, #2f5a49 0.48%, #4d8f75 98.94%);
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.18);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.18);
  border-radius: 6px;
}
.checkoutTag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 32px 12px 16px;
  background: #f3f1ec;
  border-radius: 8px;
  margin-bottom: 8px;
}
.checkoutTag:last-child {
  margin: 0;
}
.checkoutTag__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.checkoutTag span {
  width: 28px;
  height: 28px;
  background: #23463b;
  border-radius: 14px;
  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;
  margin-right: 12px;
}
.checkoutTag span img {
  width: 13px;
}
.checkoutTag h6 {
  font-family: var(--secondaryFont);
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #23463b;
  margin-bottom: 4px;
}
.checkoutTag p {
  font-weight: 400;
  font-size: 10px;
  line-height: 125%;
  letter-spacing: 0.5px;
  color: #101312;
}
.checkout .mob {
  display: none;
}
.checkout .detailGallery {
  margin-bottom: 40px;
  overflow: visible;
}
.checkout .detailGallery__foot {
  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;
  padding-top: 20px;
}
.checkout .detailGallery__foot button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 44px;
  height: 44px;
  background: #c39a72;
  border-radius: 22px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: static;
  margin: 0;
  color: var(--white);
}
.checkout .detailGallery__foot button::after {
  display: none;
}
.checkout .detailGallery__foot button:hover {
  background: var(--green);
}
.checkout .detailGallery__foot button svg {
  width: 16px;
  height: 16px;
}
.checkout .detailGallery .swiper-pagination {
  position: static !important;
  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;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.checkout .detailGallery .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #d9d9d9;
  margin: 0 6px !important;
  opacity: 1;
}
.checkout .detailGallery .swiper-pagination-bullet-active {
  background: #c39a72;
}

.toggle {
  width: 35px;
  height: 20px;
  position: relative;
}
.toggle input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
}
.toggle input:checked ~ span {
  background: #458846;
}
.toggle input:checked ~ span::before {
  -webkit-transform: translate(13px, -50%);
          transform: translate(13px, -50%);
}
.toggle span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #95959b;
  border-radius: 16px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.toggle span::before {
  position: absolute;
  top: 50%;
  left: 2px;
  width: 18px;
  height: 17px;
  content: "";
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.12);
  border-radius: 50%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 1180px) {
  .checkout__form {
    padding: 30px 30px 50px 30px;
  }
  .checkout__info-head {
    padding: 20px 30px;
  }
  .checkout__info-body {
    padding: 30px;
  }
}
@media (max-width: 840px) {
  .checkout {
    padding-bottom: 46px;
  }
  .checkout__form {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 24px 20px;
  }
  .checkout__form-body {
    max-width: unset;
  }
  .checkout__form-foot {
    max-width: unset;
  }
  .checkout__sub {
    margin: 0;
  }
  .checkout__sub-text {
    font-size: 16px;
  }
  .checkout__sub-price {
    font-size: 20px;
  }
  .checkout__info {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 100%;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    background: transparent;
  }
  .checkout__info-body {
    padding: 20px;
    background: #f9f9f9;
  }
  .checkout__info-body.desc {
    display: none;
  }
  .checkout__info-body.mob {
    display: block;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    background: var(--white);
  }
  .checkout__info-inner {
    max-width: unset;
  }
  .checkout__info-head {
    display: none;
  }
  .checkout__info.active {
    display: block;
    opacity: 1;
    max-height: 600px;
  }
  .checkout__action {
    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;
    padding: 12px 16px;
    background: #f3f1ec;
    position: relative;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    border-top: 1px solid #e2dcd1;
    border-bottom: 1px solid #e2dcd1;
  }
  .checkout__action.top {
    border-bottom: 1px solid #fff;
  }
  .checkout__action-titles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
  }
  .checkout__action-titles-item {
    font-family: var(--secondaryFont);
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 135%;
    letter-spacing: -0.2px;
    text-transform: uppercase;
    color: #101312;
  }
  .checkout__action-titles-item.secondary {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: -0.5px;
    color: #498970;
  }
  .checkout__action-values {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 4px;
  }
  .checkout__action-total {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    font-family: var(--secondaryFont);
    font-weight: 700;
    font-size: 20px;
    line-height: 135%;
    letter-spacing: -0.2px;
    color: #101312;
  }
  .checkout__action-price {
    font-family: var(--secondaryFont);
    font-weight: 700;
    font-size: 20px;
    line-height: 135%;
    letter-spacing: -0.2px;
  }
  .checkout__action-save {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 74px;
    height: 20px;
    background: linear-gradient(91.24deg, #2f5a49 0.48%, #4d8f75 98.94%);
    -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.18);
            box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.18);
    border-radius: 6px;
    color: #ffffff;
    font-family: var(--secondaryFont);
    font-style: normal;
    font-weight: 400;
    font-size: 9px;
    line-height: 100%;
    letter-spacing: 0.5px;
    text-transform: uppercase;
  }
  .checkout__action-savings {
    font-family: var(--secondaryFont);
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 135%;
    letter-spacing: -0.5px;
    color: #498970;
  }
  .checkout__action-number {
    font-family: var(--main-font);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    color: rgba(0, 0, 0, 0.7);
  }
  .checkout__action-wrapper {
    text-align: end;
  }
  .checkout__action-wrapper p {
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    color: rgba(0, 0, 0, 0.7);
  }
  .checkout__action button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: transparent;
    font-family: var(--main-font);
    font-weight: 700;
    font-size: 16px;
    line-height: 145%;
    color: var(--main);
  }
  .checkout__action button.active svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .checkout__action button span {
    width: 24px;
    height: 24px;
    margin-left: 8px;
    border-radius: 50%;
    background: #c39a72;
    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(--white);
  }
  .checkout__action button svg {
    width: 16px;
    height: 16px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
  }
  .checkout .mob {
    display: block;
  }
  .checkout .mob.last {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .checkout .desk {
    display: none;
  }
  .checkout__links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .checkout__links a {
    font-size: 14px;
  }
  .checkout__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .testi__items {
    padding: 20px 16px;
  }
}
@media (max-width: 750px) {
  .checkout__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .checkout__form-head-tag {
    width: calc(33.3% - 8px);
    margin: 0 4px;
  }
  .checkout__form-head-tag-icon {
    width: 24px;
    height: 24px;
  }
  .checkout__form-head-tag h6.sm {
    font-size: 12px;
    line-height: 140%;
  }
}
@media (max-width: 540px) {
  .checkout {
    padding-top: 12px;
  }
  .checkout__links {
    margin: 0 -8px;
  }
  .checkout__or {
    margin-bottom: 16px;
  }
  .checkout__form-body {
    margin-bottom: 28px;
  }
  .checkout__group {
    margin-bottom: 28px;
  }
  .checkout__group.sm {
    margin-bottom: 16px;
  }
  .checkout__group > h6 {
    font-size: 16px;
  }
  .checkoutFast__buttons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .checkoutFast__buttons a {
    width: calc(50% - 4px);
  }
  .checkoutFast__buttons a.shopPay {
    width: 100%;
    margin-bottom: 8px;
  }
  .checkoutProt {
    margin-bottom: 16px;
  }
  .checkoutProt__price {
    min-width: 80px;
    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;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .checkoutProt__content {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .checkoutItem__content h6 {
    font-size: 14px;
    line-height: 145%;
  }
  .checkoutItem__content p {
    font-size: 12px;
  }
  .checkoutItem__price h6 {
    font-size: 14px;
  }
  .checkoutItem__price p {
    font-size: 12px;
  }
  .checkoutTag {
    padding: 7px 16px;
  }
  .checkout .detailGallery {
    margin-bottom: 24px;
  }
}
.banner__bg {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.banner__bg::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(177.71deg, rgba(0, 0, 0, 0) 4.35%, rgba(0, 0, 0, 0.530161) 38.76%, rgba(0, 0, 0, 0.6) 50.16%, rgba(0, 0, 0, 0.7) 80.47%);
}
.banner__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.bannerMain {
  padding: 206px 0 64px;
  color: #f4f0e8;
}
.bannerMain__inner {
  text-align: center;
}
.bannerMain h1 {
  margin-bottom: 16px;
}
.bannerMain p {
  font-weight: 400;
  font-size: 20px;
  line-height: 145%;
  color: var(--white);
  max-width: 620px;
  margin: 0 auto;
}

@media (max-width: 1180px) {
  .bannerMain {
    padding: 180px 0 44px;
  }
}
@media (max-width: 930px) {
  .bannerMain {
    padding: 160px 0 34px;
  }
}
@media (max-width: 540px) {
  .bannerMain {
    padding: 152px 0 24px;
  }
  .bannerMain h1 {
    margin-bottom: 12px;
  }
  .bannerMain p {
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
  }
}
@media (max-width: 380px) {
  .bannerMain p {
    max-width: 300px;
  }
}
.catalog.acces .picksItem {
  width: calc(33.3% - 24px);
}
.catalog.acces .picksItem__content {
  padding: 12px 12px 8px;
}

@media (max-width: 930px) {
  .catalog.acces .picksItem {
    width: calc(50% - 20px);
  }
}
@media (max-width: 540px) {
  .catalog.acces .picksItem {
    width: calc(50% - 8px);
  }
  .catalog.acces .picksItem__content {
    padding: 20px 12px 12px;
  }
}
.rule.light .ruleContent h6 {
  color: var(--green);
}
.ruleContent.big .ruleContent__title {
  max-width: unset;
}
.ruleContent.big .ruleContent__group {
  max-width: 524px;
}
.ruleContent.sm {
  max-width: 560px;
}
.ruleContent.sm .ruleContent__title {
  max-width: unset;
}
.ruleContent.sm .ruleContent__group {
  max-width: unset;
}
.ruleContent.sm .ruleContent__col {
  max-width: unset;
}
.ruleContent__text {
  margin-bottom: 32px;
}
.ruleContent__text:last-child {
  margin-bottom: 0;
}
.ruleCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 28px 20px 16px;
  background: #f9f9f9;
  border-radius: 12px;
  margin-bottom: 8px;
}
.ruleCard:last-child {
  margin: 0;
}
.ruleCard__icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #d8c8b3;
  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;
  text-align: center;
  font-family: var(--plusJakarta);
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  margin-right: 16px;
  color: var(--green);
}
.ruleCard__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ruleCard h6 {
  font-weight: 700;
  font-size: 14px;
  line-height: 145%;
  color: #101312;
  margin-bottom: 8px;
}
.ruleCard p {
  font-weight: 400;
  font-size: 12px;
  line-height: 145%;
  letter-spacing: 0.5px;
  color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 930px) {
  .ruleContent.sm .ruleContent__title {
    margin-bottom: 20px;
  }
  .ruleContent__text {
    margin-bottom: 16px;
  }
}
@media (max-width: 540px) {
  .ruleContent.sm {
    padding: 20px 0;
  }
  .ruleContent.sm h2 {
    font-size: 28px;
  }
}
.wrist.light {
  background: #f9f9f9;
}
.wrist.light .wrist__inner-title {
  max-width: 640px;
}
.wrist.light .wrist__inner-title p {
  max-width: 495px;
}
.wristItem p {
  margin-bottom: 8px;
}
.wristItem p:last-child {
  margin: 0 auto;
}

.reviews.light {
  background: #f3f1ec;
}

.picks__inner h2 {
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -3px;
  background: -webkit-gradient(linear, left top, right top, from(#0f1110), color-stop(41.38%, #23463b));
  background: linear-gradient(90deg, #0f1110 0%, #23463b 41.38%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.picks__inner h2 br.mob {
  display: none;
}
.picks__inner .link {
  margin-left: 20px;
}
.picksItem__image {
  padding-bottom: 97%;
}
.picksItem__content {
  padding: 12px;
}
.picksItem p {
  font-size: 14px;
  line-height: 145%;
  margin-bottom: 2px;
}

@media (max-width: 540px) {
  .picks {
    padding: 60px 0;
  }
  .picks__inner h2 br.mob {
    display: block;
  }
}
.protect {
  padding: 96px 0;
  background: radial-gradient(230.47% 158.29% at 145.35% -1.83%, #0b0d0d 0%, #19221e 24.83%, #2a5347 98.63%);
}
.protect__inner-title {
  text-align: center;
  margin-bottom: 72px;
}
.protect__inner-action {
  padding-top: 40px;
  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;
  max-width: 630px;
  margin: 0 auto;
}
.protect__inner-action button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 44px;
  height: 44px;
  background: #c39a72;
  border-radius: 22px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: static;
  margin: 0;
  color: var(--white);
}
.protect__inner-action button::after {
  display: none;
}
.protect__inner-action button:hover {
  background: var(--white);
  color: var(--main);
}
.protect__inner-action button svg {
  width: 16px;
  height: 16px;
}
.protect__inner h2 {
  color: #f4f0e8;
}
.protect__inner h2 i {
  color: #c39a72;
}
.protect__inner .swiper-slide {
  width: 246px;
  height: unset !important;
}
.protect__inner .swiper-pagination {
  position: static !important;
  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;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.protect__inner .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #d9d9d9;
  margin: 0 6px !important;
  opacity: 1;
}
.protect__inner .swiper-pagination-bullet-active {
  background: #c39a72;
}
.protect .bannerItem__content {
  padding: 12px;
}
.protect .bannerItem span {
  width: 28px;
  height: 28px;
}
.protect .bannerItem span svg {
  width: 70%;
  height: 70%;
}
.protect .bannerItem p {
  font-size: 24px;
  line-height: 100%;
}

@media (max-width: 1180px) {
  .protect {
    padding: 80px 0;
  }
  .protect__inner-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 930px) {
  .protect {
    padding: 60px 0;
  }
  .protect__inner-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 540px) {
  .protect__inner-action {
    display: none;
  }
}
.detailFaq__item {
  min-height: 52px;
}
.detailFaq__item h6:last-child {
  margin-bottom: 0;
}
.detailSpecial {
  background: linear-gradient(89.99deg, #d8c8b3 -16.53%, #d0ae89 2.74%, #d8c8b3 96.11%);
  border-radius: 8px;
  padding: 14px;
  text-align: center;
  margin-bottom: 16px;
}
.detailSpecial:last-child {
  margin-bottom: 0;
}
.detailSpecial h6 {
  font-weight: 900;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #101312;
}