@charset "UTF-8";
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal; }

.arcticmodal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  height: 100%; }

.arcticmodal-container {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  overflow: auto;
  height: 100%; }
  .arcticmodal-container .arcticmodal-container_table {
    display: table;
    border-collapse: collapse;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    border: 0; }
    .arcticmodal-container .arcticmodal-container_table .arcticmodal-container_td {
      display: table-cell;
      margin: 0;
      padding: 24px 0;
      vertical-align: middle;
      border: 0; }
      .arcticmodal-container .arcticmodal-container_table .arcticmodal-container_td .arcticmodal-error {
        padding: 20px;
        color: #fff;
        border-radius: 10px;
        background: #000; }
      .arcticmodal-container .arcticmodal-container_table .arcticmodal-container_td .arcticmodal-loading {
        width: 80px;
        height: 80px;
        border-radius: 10px;
        background: #000 url(../img/loading.gif) no-repeat 50% 50%; }

.fancybox-enabled {
  overflow: hidden; }

.fancybox-enabled body {
  overflow: visible;
  height: 100%; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-container ~ .fancybox-container {
  z-index: 99992; }

.fancybox-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0f0f11;
  opacity: 0;
  transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-container--ready .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  z-index: 99994;
  transition: opacity .2s;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  direction: ltr; }

.fancybox-show-controls .fancybox-controls {
  opacity: 1; }

.fancybox-infobar {
  display: none; }

.fancybox-show-infobar .fancybox-infobar {
  display: inline-block;
  pointer-events: all; }

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased; }

.fancybox-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  pointer-events: all; }

.fancybox-show-buttons .fancybox-buttons {
  display: block; }

.fancybox-slider-wrap {
  overflow: hidden;
  direction: ltr; }

.fancybox-slider, .fancybox-slider-wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent; }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch; }

.fancybox-slide:before {
  content: "";
  height: 100%;
  width: 0; }

.fancybox-slide:before, .fancybox-slide > * {
  display: inline-block;
  vertical-align: middle; }

.fancybox-slide > * {
  position: relative;
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

.fancybox-slide--image {
  overflow: hidden; }

.fancybox-slide--image:before {
  display: none; }

.fancybox-content {
  display: inline-block;
  position: relative;
  margin: 44px auto;
  padding: 0;
  border: 0;
  width: 80%;
  height: calc(100% - 88px);
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  white-space: normal;
  outline: none;
  font-size: 16px;
  font-family: Arial,sans-serif;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.fancybox-slide--video .fancybox-content, .fancybox-slide--video .fancybox-iframe {
  background: transparent; }

.fancybox-placeholder {
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-image, .fancybox-placeholder, .fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0; }

.fancybox-image, .fancybox-spaceball {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  background: transparent;
  background-size: 100% 100%; }

.fancybox-controls--canzoomOut .fancybox-placeholder {
  cursor: zoom-out; }

.fancybox-controls--canzoomIn .fancybox-placeholder {
  cursor: zoom-in; }

.fancybox-controls--canGrab .fancybox-placeholder {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-controls--isGrabbing .fancybox-placeholder {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-error {
  position: absolute;
  margin: 0;
  padding: 40px;
  top: 50%;
  left: 50%;
  width: 380px;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px Helvetica Neue,Helvetica,Arial,sans-serif; }

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background .2s;
  box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-slide--video .fancybox-close-small {
  top: -36px;
  right: -36px;
  background: transparent; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

.fancybox-caption-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0;
  z-index: 99998;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
  opacity: 0;
  transition: opacity .2s;
  pointer-events: none; }

.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a, .fancybox-caption button {
  pointer-events: all; }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

.fancybox-button {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background: transparent;
  color: #fff;
  box-sizing: border-box;
  vertical-align: top;
  outline: none; }

.fancybox-button--disabled {
  cursor: default;
  pointer-events: none; }

.fancybox-button, .fancybox-infobar__body {
  background: rgba(30, 30, 30, 0.6); }

.fancybox-button:hover {
  background: rgba(0, 0, 0, 0.8); }

.fancybox-button:after, .fancybox-button:before {
  content: "";
  pointer-events: none;
  position: absolute;
  border-color: #fff;
  background-color: currentColor;
  color: currentColor;
  opacity: .9;
  box-sizing: border-box;
  display: inline-block; }

.fancybox-button--disabled:after, .fancybox-button--disabled:before {
  opacity: .5; }

.fancybox-button--left:after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.fancybox-button--left:after, .fancybox-button--right:after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor; }

.fancybox-button--right:after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--left {
  border-bottom-left-radius: 5px; }

.fancybox-button--right {
  border-bottom-right-radius: 5px; }

.fancybox-button--close {
  float: right; }

.fancybox-button--close:after, .fancybox-button--close:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px); }

.fancybox-button--close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.fancybox-loading {
  border: 6px solid rgba(99, 99, 99, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: a .8s infinite linear;
  animation: a .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999; }

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@media (max-width: 800px) {
  .fancybox-controls {
    text-align: left; }
  .fancybox-button--left, .fancybox-button--right, .fancybox-buttons button:not(.fancybox-button--close) {
    display: none !important; }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0; } }

.fancybox-button--fullscreen:before {
  width: 15px;
  height: 11px;
  left: 15px;
  top: 16px;
  border: 2px solid;
  background: none; }

.fancybox-button--play:before {
  top: 16px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
  background: transparent; }

.fancybox-button--pause:before {
  top: 16px;
  left: 18px;
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px;
  background: transparent; }

.fancybox-button--thumbs span {
  font-size: 23px; }

.fancybox-button--thumbs:before {
  top: 20px;
  left: 21px;
  width: 3px;
  height: 3px;
  box-shadow: 0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0; }

.fancybox-container--thumbs .fancybox-caption-wrap, .fancybox-container--thumbs .fancybox-controls, .fancybox-container--thumbs .fancybox-slider-wrap {
  right: 220px; }

.fancybox-thumbs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 220px;
  margin: 0;
  padding: 5px 5px 0 0;
  background: #fff;
  z-index: 99993;
  word-break: normal;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box; }

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0; }

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  max-width: 50%;
  padding: 0;
  margin: 0;
  width: 105px;
  height: 75px;
  position: relative;
  cursor: pointer;
  outline: none;
  border: 5px solid #fff;
  border-top-width: 0;
  border-right-width: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box; }

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-thumbs > ul > li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1; }

@media (max-width: 800px) {
  .fancybox-thumbs {
    display: none !important; }
  .fancybox-container--thumbs .fancybox-caption-wrap, .fancybox-container--thumbs .fancybox-controls, .fancybox-container--thumbs .fancybox-slider-wrap {
    right: 0; } }

/**
 * Swiper 11.0.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 5, 2024
 */
@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; }

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

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

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .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 svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center; }

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-cube {
  overflow: visible; }

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

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

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

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

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

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

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

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

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

.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-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

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

.swiper-cards {
  overflow: visible; }

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

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em; }

.select2-container[dir='rtl']
.select2-selection--single
.select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0; }

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all; }

.select2-container
.select2-search--inline
.select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option--selectable {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default
.select2-selection--single
.select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default
.select2-selection--single
.select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px; }

.select2-container--default
.select2-selection--single
.select2-selection__placeholder {
  color: #999; }

.select2-container--default
.select2-selection--single
.select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default
.select2-selection--single
.select2-selection__arrow
b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir='rtl']
.select2-selection--single
.select2-selection__clear {
  float: left; }

.select2-container--default[dir='rtl']
.select2-selection--single
.select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled
.select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled
.select2-selection--single
.select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open
.select2-selection--single
.select2-selection__arrow
b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative; }

.select2-container--default
.select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px; }

.select2-container--default
.select2-selection--multiple
.select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px; }

.select2-container--default
.select2-selection--multiple
.select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap; }

.select2-container--default
.select2-selection--multiple
.select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px; }

.select2-container--default
.select2-selection--multiple
.select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0; }

.select2-container--default
.select2-selection--multiple
.select2-selection__choice__remove:hover,
.select2-container--default
.select2-selection--multiple
.select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none; }

.select2-container--default[dir='rtl']
.select2-selection--multiple
.select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir='rtl']
.select2-selection--multiple
.select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--default[dir='rtl']
.select2-selection--multiple
.select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--default[dir='rtl']
.select2-selection--multiple
.select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto; }

.select2-container--default.select2-container--focus
.select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled
.select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled
.select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above
.select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above
.select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below
.select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
.select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default
.select2-results__option
.select2-results__option
.select2-results__group {
  padding-left: 0; }

.select2-container--default
.select2-results__option
.select2-results__option
.select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--group {
  padding: 0; }

.select2-container--default .select2-results__option--disabled {
  color: #999; }

.select2-container--default .select2-results__option--selected {
  background-color: #ddd; }

.select2-container--default
.select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic
.select2-selection--single
.select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic
.select2-selection--single
.select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px; }

.select2-container--classic
.select2-selection--single
.select2-selection__placeholder {
  color: #999; }

.select2-container--classic
.select2-selection--single
.select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic
.select2-selection--single
.select2-selection__arrow
b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir='rtl']
.select2-selection--single
.select2-selection__clear {
  float: left; }

.select2-container--classic[dir='rtl']
.select2-selection--single
.select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open
.select2-selection--single
.select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open
.select2-selection--single
.select2-selection__arrow
b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above
.select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below
.select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic
.select2-selection--multiple
.select2-selection__clear {
  display: none; }

.select2-container--classic
.select2-selection--multiple
.select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0; }

.select2-container--classic
.select2-selection--multiple
.select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px; }

.select2-container--classic
.select2-selection--multiple
.select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px; }

.select2-container--classic
.select2-selection--multiple
.select2-selection__choice__remove:hover {
  color: #555;
  outline: none; }

.select2-container--classic[dir='rtl']
.select2-selection--multiple
.select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir='rtl']
.select2-selection--multiple
.select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--classic[dir='rtl']
.select2-selection--multiple
.select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--classic.select2-container--open
.select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above
.select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below
.select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option--group {
  padding: 0; }

.select2-container--classic .select2-results__option--disabled {
  color: grey; }

.select2-container--classic
.select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: #fff; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/*! nouislider - 12.1.0 - 10/25/2018 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-target {
  position: relative;
  direction: ltr; }

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }

.noUi-connects {
  overflow: hidden;
  z-index: 0; }

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0; }

html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0; }

.noUi-vertical .noUi-origin {
  width: 0; }

.noUi-horizontal .noUi-origin {
  height: 0; }

.noUi-handle {
  position: absolute; }

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

.noUi-horizontal {
  height: 18px; }

.noUi-horizontal .noUi-handle {
  width: 21px;
  height: 21px;
  background-color: #424B5A;
  border-radius: 50px;
  left: -17px;
  top: -10px; }

.noUi-vertical {
  width: 18px; }

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px; }

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto; }

.noUi-target {
  background: #C2D1D9;
  border-radius: 4px;
  height: 2px; }

.noUi-connects {
  border-radius: 3px; }

.noUi-connect {
  background: #424B5A; }

.noUi-draggable {
  cursor: ew-resize; }

.noUi-vertical .noUi-draggable {
  cursor: ns-resize; }

[disabled] .noUi-connect {
  background: #b8b8b8; }

[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
  cursor: not-allowed; }

.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-pips {
  position: absolute;
  color: #999; }

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center; }

.noUi-value-sub {
  color: #ccc;
  font-size: 10px; }

.noUi-marker {
  position: absolute;
  background: #ccc; }

.noUi-marker-sub {
  background: #aaa; }

.noUi-marker-large {
  background: #aaa; }

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%; }

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%); }

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%); }

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px; }

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px; }

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px; }

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%; }

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%, 0);
  padding-left: 25px; }

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%); }

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px; }

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px; }

.noUi-marker-vertical.noUi-marker-large {
  width: 15px; }

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap; }

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%; }

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%; }

* {
  margin: 0;
  padding: 0; }

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

:focus {
  outline: none; }

html {
  font-family: sans-serif;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  text-decoration-skip: objects;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent; }

html * {
  max-height: 1000000px; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

b,
strong,
optgroup {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em; }

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

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  max-width: 100%;
  height: auto;
  border: 0;
  flex: none;
  /*lazy-load*/
  opacity: 1;
  transition: opacity 0.3s; }

svg:not(:root) {
  overflow: hidden; }

hr {
  height: 0;
  margin: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit; }

input:required,
textarea:required {
  box-shadow: none; }

button {
  overflow: visible;
  border: none;
  background: none; }

button,
select {
  text-transform: none; }

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  /* 2 */
  cursor: pointer;
  -webkit-appearance: button;
  /* 3 */ }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

input {
  line-height: normal; }

input[type='checkbox'],
input[type='radio'] {
  padding: 0; }

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto; }

input[type='search'] {
  -webkit-appearance: textfield; }

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0; }

legend {
  border: 0; }

textarea {
  overflow: auto;
  resize: none; }

table {
  border-spacing: 0;
  border-collapse: collapse; }

ol,
ul,
li {
  list-style: none; }

button,
hr,
input,
textarea {
  border: none; }

label {
  cursor: pointer; }

::-webkit-file-upload-button {
  cursor: pointer; }

.clearfix:before,
.clearfix:after {
  display: table;
  content: ' '; }

.clear,
.clearfix:after {
  clear: both; }

.center {
  text-align: center; }

.ovv {
  overflow: visible; }

.hid,
.hidden {
  display: none; }

.dt {
  display: table; }

.dtc {
  display: table-cell;
  vertical-align: middle; }

.getModal {
  cursor: pointer; }

/*responsive video iframe*/
.video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0; }
  .video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

svg {
  width: 100%;
  height: 100%;
  transition: 0.3s all; }

.header {
  position: sticky;
  top: 0;
  padding: 16px 0;
  background: linear-gradient(0deg, #2e2e2e 20%, #111111 100%);
  box-shadow: 0px 8px 14px 0px rgba(17, 17, 17, 0.5);
  margin: 0 0 32px;
  z-index: 3; }
  @media only screen and (max-width: 768px) {
    .header {
      position: relative; } }
  .header .wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
  .header .left-col {
    display: flex;
    align-items: center;
    gap: 32px; }
    @media only screen and (max-width: 768px) {
      .header .left-col {
        gap: 8px; } }
  .header .logo {
    display: flex;
    height: auto;
    width: 212px; }
    @media only screen and (max-width: 1024px) {
      .header .logo {
        width: 160px;
        order: 1; } }
  .header .dropdown.active .nav {
    top: calc(100% + 16px);
    opacity: 1;
    visibility: visible; }
    @media only screen and (max-width: 768px) {
      .header .dropdown.active .nav {
        top: 0; } }
  .header .nav-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    background-color: #363637;
    padding: 8px 16px;
    border-radius: 8px;
    color: #fff; }
    @media only screen and (max-width: 768px) {
      .header .nav-btn span {
        display: none; } }
  .header .nav {
    position: absolute;
    top: calc(100% + 26px);
    left: 0;
    width: 100%;
    background-color: #f2f2f2;
    border-radius: 0 0 16px 16px;
    box-shadow: 0px 8px 14px 0px rgba(17, 17, 17, 0.5);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    transition: 0.2s; }
    @media only screen and (max-width: 768px) {
      .header .nav {
        position: fixed;
        top: 0;
        right: 0;
        height: 100vh;
        border-radius: 0; } }
    .header .nav .nav-header {
      display: none;
      align-items: center;
      justify-content: space-between;
      padding: 16px;
      background-color: #fff; }
      @media only screen and (max-width: 768px) {
        .header .nav .nav-header {
          display: flex; } }
      .header .nav .nav-header .title {
        display: flex;
        font-weight: 600;
        font-size: 18px; }
      .header .nav .nav-header .close-nav {
        display: flex; }
        .header .nav .nav-header .close-nav img {
          width: 24px;
          height: 24px; }
    .header .nav .list {
      width: 320px;
      display: flex;
      flex-direction: column;
      padding: 8px 0; }
      @media only screen and (max-width: 768px) {
        .header .nav .list {
          gap: 8px;
          flex-direction: row;
          align-items: flex-start;
          flex-wrap: wrap;
          width: 100%;
          padding: 16px;
          background-color: transparent; } }
      @media only screen and (max-width: 768px) {
        .header .nav .list .item {
          width: calc(100% / 3 - 6px);
          background-color: #fff;
          border-radius: 16px;
          overflow: hidden;
          aspect-ratio: 1/1; } }
      @media (hover: hover) {
        .header .nav .list .item:hover > a {
          background-color: #cfcfcf; }
        .header .nav .list .item:hover .submenu-box {
          opacity: 1;
          visibility: visible; } }
      @media (hover: none) {
        .header .nav .list .item:hover > a {
          background-color: #cfcfcf; }
        .header .nav .list .item:hover .submenu-box {
          opacity: 1;
          visibility: visible; } }
      .header .nav .list .item > a {
        display: flex;
        align-items: center;
        gap: 8px;
        font-weight: 500;
        font-size: 18px;
        padding: 8px 16px; }
        @media only screen and (max-width: 768px) {
          .header .nav .list .item > a {
            flex-direction: column;
            justify-content: center;
            height: 100%;
            width: 100%;
            font-weight: 600;
            font-size: 12px;
            text-align: center; } }
        .header .nav .list .item > a .img-box {
          display: flex;
          height: 24px;
          width: 24px; }
          @media only screen and (max-width: 768px) {
            .header .nav .list .item > a .img-box {
              width: 32px;
              height: 32px; } }
          .header .nav .list .item > a .img-box img {
            height: 100%;
            width: auto;
            margin: 0 auto; }
      .header .nav .list .submenu-box {
        position: absolute;
        top: 0;
        left: 320px;
        width: calc(100% - 320px);
        height: 100%;
        background-color: #fff;
        padding: 16px;
        border-radius: 0 0 16px 16px;
        opacity: 0;
        visibility: hidden;
        transition: 0.2s; }
        @media only screen and (max-width: 768px) {
          .header .nav .list .submenu-box {
            display: none;
            left: 0;
            align-items: flex-start;
            width: 100%;
            background-color: #202020;
            color: #fff;
            opacity: 1;
            visibility: visible; }
            .header .nav .list .submenu-box.active {
              display: flex; } }
      .header .nav .list .submenu {
        width: 100%;
        display: flex;
        flex-wrap: wrap; }
        @media only screen and (max-width: 768px) {
          .header .nav .list .submenu {
            gap: 16px 0; } }
        .header .nav .list .submenu .back {
          display: none;
          align-items: center;
          gap: 8px;
          width: 100%; }
          @media only screen and (max-width: 768px) {
            .header .nav .list .submenu .back {
              display: flex; } }
          .header .nav .list .submenu .back img {
            width: 24px;
            height: 24px; }
        .header .nav .list .submenu .submenu-item {
          width: calc(100% / 4);
          display: flex;
          flex-direction: column;
          align-items: start; }
          @media only screen and (max-width: 1024px) {
            .header .nav .list .submenu .submenu-item {
              width: calc(100% / 3); } }
          @media only screen and (max-width: 768px) {
            .header .nav .list .submenu .submenu-item {
              width: 50%; } }
          .header .nav .list .submenu .submenu-item .title {
            display: flex;
            font-weight: 600;
            margin: 0 0 4px; }
          .header .nav .list .submenu .submenu-item a {
            padding: 4px 0; }
            @media only screen and (max-width: 768px) {
              .header .nav .list .submenu .submenu-item a {
                color: #fff; } }
            .header .nav .list .submenu .submenu-item a:hover {
              color: #f8b202; }
  .header .search-form {
    flex: 1;
    margin: 0 32px;
    position: relative;
    background-color: #464648;
    border-radius: 24px; }
    @media only screen and (max-width: 1024px) {
      .header .search-form {
        flex: initial;
        width: 100%;
        order: 1;
        margin: 8px 0 0 0; } }
    .header .search-form input {
      padding: 12px 24px;
      width: 100%;
      background-color: transparent;
      color: #fff;
      border: none; }
    .header .search-form button {
      position: absolute;
      top: 50%;
      right: 8px;
      transform: translate(0, -50%);
      width: 32px;
      height: 32px;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #202020;
      border-radius: 50%;
      padding: 8px; }
      .header .search-form button img {
        width: 28px;
        height: 28px; }
  .header .right-col {
    display: flex;
    gap: 16px;
    align-items: center; }
    .header .right-col a {
      display: flex;
      color: #fff; }
    .header .right-col .dropdown {
      position: relative; }
      .header .right-col .dropdown.active .cart-menu {
        top: calc(100% + 32px);
        opacity: 1;
        visibility: visible; }
        @media only screen and (max-width: 768px) {
          .header .right-col .dropdown.active .cart-menu {
            top: 0; } }
      .header .right-col .dropdown .cart-btn {
        position: relative;
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 8px;
        border-radius: 8px; }
        @media only screen and (max-width: 768px) {
          .header .right-col .dropdown .cart-btn {
            padding: 0; } }
        .header .right-col .dropdown .cart-btn.active {
          background-color: #fff; }
          @media only screen and (max-width: 768px) {
            .header .right-col .dropdown .cart-btn.active {
              background-color: transparent; } }
          .header .right-col .dropdown .cart-btn.active .price {
            display: flex; }
            @media only screen and (max-width: 768px) {
              .header .right-col .dropdown .cart-btn.active .price {
                display: none; } }
          .header .right-col .dropdown .cart-btn.active svg {
            stroke: #202020; }
            @media only screen and (max-width: 768px) {
              .header .right-col .dropdown .cart-btn.active svg {
                stroke: #fff; } }
          .header .right-col .dropdown .cart-btn.active .qnt {
            display: flex; }
        .header .right-col .dropdown .cart-btn .price {
          display: none;
          line-height: 1;
          font-weight: 600; }
        .header .right-col .dropdown .cart-btn svg {
          width: 24px;
          height: 24px;
          stroke: #fff; }
        .header .right-col .dropdown .cart-btn .qnt {
          display: none;
          position: absolute;
          top: 0;
          right: 0;
          align-items: center;
          justify-content: center;
          width: 16px;
          height: 16px;
          background-color: #f8b202;
          border-radius: 50%;
          font-weight: 700;
          font-size: 12px;
          line-height: 1;
          padding: 2px; }
          @media only screen and (max-width: 768px) {
            .header .right-col .dropdown .cart-btn .qnt {
              top: -4px;
              right: -8px; } }
      .header .right-col .dropdown .cart-menu {
        position: absolute;
        top: calc(100% + 42px);
        right: 0;
        display: flex;
        flex-direction: column;
        width: 375px;
        background-color: #fff;
        border-radius: 16px;
        padding: 16px;
        box-shadow: 0 0.6px 0.8px rgba(0, 0, 0, 0.1), 0 3.2px 7.2px rgba(0, 0, 0, 0.12);
        z-index: 2;
        opacity: 0;
        visibility: hidden;
        transition: 0.2s; }
        @media only screen and (max-width: 768px) {
          .header .right-col .dropdown .cart-menu {
            position: fixed;
            top: 0;
            bottom: 0;
            width: 100%;
            border-radius: 0; } }
        .header .right-col .dropdown .cart-menu .cart-header {
          display: flex;
          justify-content: space-between;
          align-items: center;
          margin: 0 0 16px; }
          @media only screen and (max-width: 768px) {
            .header .right-col .dropdown .cart-menu .cart-header {
              background-color: #202020;
              color: #fff;
              padding: 16px;
              margin: -16px -16px 16px; } }
          .header .right-col .dropdown .cart-menu .cart-header .title {
            display: flex;
            font-weight: 600;
            font-size: 18px; }
          .header .right-col .dropdown .cart-menu .cart-header .close-cart-menu {
            display: none; }
            @media only screen and (max-width: 768px) {
              .header .right-col .dropdown .cart-menu .cart-header .close-cart-menu {
                display: flex; } }
            .header .right-col .dropdown .cart-menu .cart-header .close-cart-menu img {
              width: 24px;
              height: 24px; }
        .header .right-col .dropdown .cart-menu .list {
          max-height: 60vh;
          display: flex;
          flex-direction: column;
          gap: 8px;
          margin: 0 0 16px;
          overflow: auto; }
          @media only screen and (max-width: 768px) {
            .header .right-col .dropdown .cart-menu .list {
              flex: 1;
              max-height: initial; } }
          .header .right-col .dropdown .cart-menu .list .item {
            position: relative;
            display: flex;
            gap: 16px;
            background-color: #f2f2f2;
            padding: 8px;
            border-radius: 16px; }
            .header .right-col .dropdown .cart-menu .list .item .delete-from-cart {
              position: absolute;
              top: 8px;
              right: 8px;
              display: flex;
              align-items: center;
              justify-content: center;
              width: 24px;
              height: 24px;
              background-color: #fff;
              border-radius: 50%;
              transition: 0.2s; }
              .header .right-col .dropdown .cart-menu .list .item .delete-from-cart:hover {
                background-color: #cfcfcf; }
              .header .right-col .dropdown .cart-menu .list .item .delete-from-cart img {
                width: 16px;
                height: 16px; }
            .header .right-col .dropdown .cart-menu .list .item .img-box {
              display: flex;
              align-items: center;
              justify-content: center;
              width: 84px;
              height: 84px;
              background-color: #fff;
              border-radius: 16px; }
              .header .right-col .dropdown .cart-menu .list .item .img-box img {
                height: 64px; }
            .header .right-col .dropdown .cart-menu .list .item .box {
              width: calc(100% - 100px);
              padding: 0 32px 0 0; }
              .header .right-col .dropdown .cart-menu .list .item .box .name {
                font-weight: 500;
                font-size: 14px; }
              .header .right-col .dropdown .cart-menu .list .item .box .row {
                display: flex;
                gap: 8px;
                align-items: center;
                margin: 8px 0 0 0; }
                .header .right-col .dropdown .cart-menu .list .item .box .row .qnt-form {
                  width: 120px;
                  display: flex;
                  align-items: center;
                  background-color: #fff;
                  border: 1px solid #fff;
                  border-radius: 24px;
                  padding: 4px; }
                  .header .right-col .dropdown .cart-menu .list .item .box .row .qnt-form input {
                    width: calc(100% - 52px);
                    text-align: center;
                    background-color: transparent;
                    font-size: 14px;
                    padding: 0;
                    border: none; }
                  .header .right-col .dropdown .cart-menu .list .item .box .row .qnt-form button {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    width: 26px;
                    height: 26px;
                    background-color: #f2f2f2;
                    font-weight: 600;
                    font-size: 18px;
                    line-height: 1;
                    border-radius: 50%; }
                    .header .right-col .dropdown .cart-menu .list .item .box .row .qnt-form button img {
                      width: 16px;
                      height: 16px; }
                .header .right-col .dropdown .cart-menu .list .item .box .row .price {
                  font-weight: 700; }
        .header .right-col .dropdown .cart-menu .cart-menu-footer {
          display: flex;
          align-items: center;
          justify-content: space-between;
          background-color: #202020;
          color: #fff;
          padding: 16px;
          margin: 0 -16px -16px;
          border-radius: 0 0 16px 16px; }
          @media only screen and (max-width: 768px) {
            .header .right-col .dropdown .cart-menu .cart-menu-footer {
              margin: auto -16px -16px;
              border-radius: 0; } }
          .header .right-col .dropdown .cart-menu .cart-menu-footer span {
            font-weight: 600; }
          .header .right-col .dropdown .cart-menu .cart-menu-footer a {
            color: #202020; }
        .header .right-col .dropdown .cart-menu .empty {
          display: flex;
          flex-direction: column;
          align-items: center;
          gap: 8px;
          text-align: center; }
          .header .right-col .dropdown .cart-menu .empty img {
            width: 84px;
            height: auto; }
            @media only screen and (max-width: 768px) {
              .header .right-col .dropdown .cart-menu .empty img {
                width: 64px; } }

.footer {
  background-color: #050505;
  color: #fff;
  padding: 64px 0 32px;
  z-index: 2; }
  .footer .wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 32px; }
  .footer .col {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 32px; }
    @media only screen and (max-width: 1024px) {
      .footer .col {
        flex: initial;
        width: calc(50% - 16px); } }
  @media only screen and (max-width: 1024px) and (max-width: 768px) {
    .footer .col:nth-of-type(1) {
      width: 100%;
      flex-direction: row;
      flex-wrap: wrap; }
      .footer .col:nth-of-type(1) .box {
        width: calc(50% - 16px); } }
  .footer .logo {
    display: flex;
    height: 28px; }
    .footer .logo img {
      height: 100%;
      width: auto; }
  .footer .box .title {
    font-weight: 600;
    margin: 0 0 16px; }
  .footer .box .socials {
    display: flex;
    gap: 8px; }
    .footer .box .socials a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 32px;
      height: 32px;
      border-radius: 50%;
      background-color: #fff; }
      .footer .box .socials a img {
        width: 20px;
        height: 20px; }
  .footer .box .payments {
    display: flex;
    gap: 8px; }
    .footer .box .payments img {
      width: 32px;
      height: auto; }
  .footer .box .links {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start; }
    .footer .box .links a {
      color: #fff;
      padding: 8px 0; }
      .footer .box .links a:hover {
        color: #f8b202; }
  .footer .copyright {
    width: 100%;
    color: #878585;
    text-align: center; }

/*-------------------- global-styles --------------------*/
html {
  min-width: 320px;
  background: #fff; }

body {
  min-width: 1400px;
  height: 100%;
  color: #050505;
  background-color: #f2f2f2;
  font-family: 'Montserrat', arial, sans-serif;
  font-size: 16px;
  line-height: 1.4; }
  @media only screen and (max-width: 1400px) {
    body {
      min-width: 320px; } }

a {
  color: #050505;
  text-decoration: none;
  transition: 0.2s; }

.global-wrap {
  display: flex;
  min-height: 100vh;
  flex-direction: column; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .global-wrap {
      height: 100%; } }
  .global-wrap .main {
    flex: 1 0 auto;
    /* NOT flex: 1; */ }

.wrap {
  position: relative;
  width: 1400px;
  margin: 0 auto;
  padding: 0 16px; }
  @media only screen and (max-width: 1400px) {
    .wrap {
      width: 1024px; } }
  @media only screen and (max-width: 1024px) {
    .wrap {
      width: 768px; } }
  @media only screen and (max-width: 768px) {
    .wrap {
      width: 480px; } }
  @media only screen and (max-width: 480px) {
    .wrap {
      width: 100%; } }

h1 {
  font-weight: 600;
  font-size: 48px; }
  @media only screen and (max-width: 768px) {
    h1 {
      font-size: 34px; } }

h2 {
  font-weight: 600;
  font-size: 32px; }
  @media only screen and (max-width: 768px) {
    h2 {
      font-size: 26px; } }

h3 {
  font-weight: 600;
  font-size: 24px; }
  @media only screen and (max-width: 768px) {
    h3 {
      font-size: 20px; } }

.object-cover {
  object-fit: cover;
  position: absolute;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  background-color: #202020;
  color: #fff;
  padding: 12px 24px;
  font-weight: 600;
  border-radius: 24px;
  transition: 0.2s;
  overflow: hidden; }
  .btn.loading::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #202020;
    background-image: url(../img/svg-icons/spinner.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 80%; }
  .btn:hover {
    background-color: #424242; }
  .btn.yellow {
    background-color: #f8b202;
    color: #050505; }
    .btn.yellow:hover {
      background-color: #d89b02; }
  .btn.white {
    background-color: #fff;
    color: #202020; }
    .btn.white:hover {
      background-color: #cfcfcf; }

.swiper:hover .swiper-button-prev,
.swiper:hover .swiper-button-next {
  opacity: 1; }

@media only screen and (max-width: 768px) {
  .swiper {
    margin: 0 -16px;
    padding-left: 16px;
    padding-right: 16px; } }

.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #333;
  opacity: 0;
  transition: 0.2s; }
  @media only screen and (max-width: 768px) {
    .swiper .swiper-button-prev,
    .swiper .swiper-button-next {
      display: none;
      width: 38px;
      height: 38px;
      opacity: 1; } }
  .swiper .swiper-button-prev:after,
  .swiper .swiper-button-next:after {
    color: #fff;
    font-size: 32px; }
    @media only screen and (max-width: 768px) {
      .swiper .swiper-button-prev:after,
      .swiper .swiper-button-next:after {
        font-size: 16px; } }

.swiper .swiper-button-disabled {
  visibility: hidden; }

.swiper .swiper-pagination {
  position: relative;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  margin: 16px 0 0 0; }
  .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #f8b202;
    transform: scale(0.6);
    opacity: 0.6;
    transition: 0.2s; }
    @media only screen and (max-width: 768px) {
      .swiper .swiper-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px; } }
    .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      transform: scale(1);
      opacity: 1; }

.product-card {
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  border-radius: 16px;
  padding: 16px;
  border: 1px solid transparent;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .product-card {
      padding: 8px; } }
  .product-card:hover {
    border-color: #878585; }
  .product-card .top-box {
    width: 100%;
    position: relative; }
    .product-card .top-box .badge {
      position: absolute;
      top: 0;
      left: 0;
      background-color: #f47621;
      color: #fff;
      border-radius: 24px;
      font-weight: 500;
      font-size: 14px;
      padding: 4px 8px; }
      @media only screen and (max-width: 768px) {
        .product-card .top-box .badge {
          font-size: 12px; } }
    .product-card .top-box .add-to-wishlist {
      position: absolute;
      top: 0;
      right: 0;
      width: 48px;
      height: 48px;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #f2f2f2;
      border-radius: 50%; }
      @media only screen and (max-width: 768px) {
        .product-card .top-box .add-to-wishlist {
          width: 36px;
          height: 36px; } }
      .product-card .top-box .add-to-wishlist.active svg {
        fill: #ee4024;
        stroke: #ee4024; }
      .product-card .top-box .add-to-wishlist svg {
        width: 24px;
        height: 24px;
        stroke: #050505; }
        @media only screen and (max-width: 768px) {
          .product-card .top-box .add-to-wishlist svg {
            width: 16px;
            height: 16px; } }
    .product-card .top-box .prod-img {
      height: 180px;
      width: auto;
      margin: 16px 0 32px; }
      @media only screen and (max-width: 768px) {
        .product-card .top-box .prod-img {
          height: 100px;
          margin: 32px 0 8px; } }
  .product-card .bottom-box .rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 500;
    line-height: 1;
    color: #878585;
    margin: 0 0 8px; }
    @media only screen and (max-width: 768px) {
      .product-card .bottom-box .rating {
        font-size: 12px;
        margin: 0 0 4px; } }
    .product-card .bottom-box .rating img {
      width: 24px;
      height: 24px; }
      @media only screen and (max-width: 768px) {
        .product-card .bottom-box .rating img {
          width: 16px;
          height: 16px; } }
  .product-card .bottom-box .name {
    width: 100%;
    font-weight: 500; }
    @media only screen and (max-width: 768px) {
      .product-card .bottom-box .name {
        font-size: 14px; } }
  .product-card .bottom-box .price {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 8px 0 0 0; }
    @media only screen and (max-width: 768px) {
      .product-card .bottom-box .price {
        gap: 8px; } }
    .product-card .bottom-box .price .old-price {
      color: #878585; }
      @media only screen and (max-width: 768px) {
        .product-card .bottom-box .price .old-price {
          font-size: 12px; } }
    .product-card .bottom-box .price .current-price {
      flex: 1;
      background-color: #f8b202;
      color: #fff;
      font-weight: 600;
      font-size: 26px;
      padding: 4px 8px;
      border-radius: 8px; }
      @media only screen and (max-width: 768px) {
        .product-card .bottom-box .price .current-price {
          font-size: 16px; } }
  .product-card .bottom-box .product-card-footer {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 16px 0 0 0; }
    @media only screen and (max-width: 768px) {
      .product-card .bottom-box .product-card-footer {
        gap: 8px;
        margin: 8px 0 0 0; } }
    .product-card .bottom-box .product-card-footer .qnt-form {
      width: calc(100% - 64px);
      display: flex;
      align-items: center;
      border: 1px solid #f2f2f2;
      border-radius: 24px;
      padding: 8px; }
      @media only screen and (max-width: 768px) {
        .product-card .bottom-box .product-card-footer .qnt-form {
          width: calc(100% - 44px);
          padding: 4px; } }
      .product-card .bottom-box .product-card-footer .qnt-form input {
        width: calc(100% - 64px);
        text-align: center;
        padding: 0;
        border: none; }
        @media only screen and (max-width: 768px) {
          .product-card .bottom-box .product-card-footer .qnt-form input {
            width: calc(100% - 52px); } }
      .product-card .bottom-box .product-card-footer .qnt-form button {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        background-color: #f2f2f2;
        font-weight: 600;
        font-size: 18px;
        line-height: 1;
        border-radius: 50%; }
        @media only screen and (max-width: 768px) {
          .product-card .bottom-box .product-card-footer .qnt-form button {
            width: 26px;
            height: 26px; } }
        .product-card .bottom-box .product-card-footer .qnt-form button img {
          width: 16px;
          height: 16px; }
    .product-card .bottom-box .product-card-footer .add-to-cart {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 48px;
      height: 48px;
      background-color: #050505;
      border-radius: 50%; }
      @media only screen and (max-width: 768px) {
        .product-card .bottom-box .product-card-footer .add-to-cart {
          width: 36px;
          height: 36px; } }
      .product-card .bottom-box .product-card-footer .add-to-cart img {
        width: 24px;
        height: 24px; }
        @media only screen and (max-width: 768px) {
          .product-card .bottom-box .product-card-footer .add-to-cart img {
            width: 16px;
            height: 16px; } }

.breadcrumbs {
  display: flex;
  gap: 16px 32px;
  flex-wrap: wrap;
  margin: 0 0 32px; }
  @media only screen and (max-width: 768px) {
    .breadcrumbs {
      gap: 8px 24px; } }
  .breadcrumbs a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px; }
    @media only screen and (max-width: 768px) {
      .breadcrumbs a {
        font-size: 14px; } }
    .breadcrumbs a:after {
      content: '/';
      position: absolute;
      top: 0;
      right: -16px;
      pointer-events: none; }
      @media only screen and (max-width: 768px) {
        .breadcrumbs a:after {
          right: -12px; } }
    .breadcrumbs a:last-of-type {
      opacity: 0.6;
      pointer-events: none; }
      .breadcrumbs a:last-of-type:after {
        content: none; }
    .breadcrumbs a img {
      width: 20px;
      height: 20px; }
      @media only screen and (max-width: 768px) {
        .breadcrumbs a img {
          width: 16px;
          height: 16px; } }

.checkbox {
  position: relative; }
  .checkbox input {
    position: absolute;
    top: 0;
    width: 0;
    visibility: hidden; }
    .checkbox input:checked + label .icon:after {
      opacity: 1; }
  .checkbox label {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    text-align: left; }
    .checkbox label .icon {
      position: relative;
      width: 16px;
      height: 16px;
      border: 1px solid #050505;
      border-radius: 4px; }
      .checkbox label .icon:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 10px;
        height: 10px;
        background-color: #f8b202;
        border-radius: 2px;
        opacity: 0;
        transition: 0.2s; }
    .checkbox label p {
      max-width: calc(100% - 24px);
      font-size: 14px; }

input {
  border: 2px solid #f2f2f2;
  border-radius: 16px;
  padding: 12px 16px;
  transition: 0.2s; }
  input:hover, input:focus {
    border-color: #f8b202; }

.select2 .select2-selection {
  border: 2px solid #f2f2f2;
  border-radius: 16px;
  height: initial;
  line-height: inherit; }
  .select2 .select2-selection .select2-selection__rendered {
    padding: 10px 16px;
    padding-left: 16px; }
  .select2 .select2-selection .select2-selection__arrow {
    height: 100%;
    width: 48px; }

/*-------------------- modals --------------------*/
.modal {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: 30px;
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
  width: 440px;
  /*modal-callback*/
  /*modal-success*/ }
  @media only screen and (max-width: 480px) {
    .modal {
      width: 320px; } }
  .modal.openEffect {
    animation: zoomIn 0.6s; }
  .modal.closeEffect {
    animation: zoomOut 0.6s; }
  .modal .modal-close {
    cursor: pointer;
    position: absolute;
    top: 13px;
    right: 13px;
    width: 25px;
    height: 25px;
    z-index: 2;
    transition: all 0.3s; }
    .modal .modal-close:before, .modal .modal-close:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      margin: auto;
      height: 2px;
      width: 25px;
      background: #333;
      transition: all 0.3s; }
    .modal .modal-close:before {
      transform: rotate(45deg); }
    .modal .modal-close:after {
      transform: rotate(-45deg); }
    .modal .modal-close:hover {
      transform: rotate(90deg); }
  .modal.modal-success {
    position: relative;
    width: 480px;
    background: #fff;
    border-radius: 20px;
    padding: 60px 30px;
    text-align: center; }
    @media only screen and (max-width: 480px) {
      .modal.modal-success {
        width: 320px;
        border-radius: 10px;
        padding: 40px 20px; } }
    .modal.modal-success .title {
      font-size: 26px; }
      @media only screen and (max-width: 480px) {
        .modal.modal-success .title {
          font-size: 22px; } }
    .modal.modal-success .desc {
      margin-top: 10px;
      font-size: 18px;
      font-weight: 300; }
      @media only screen and (max-width: 480px) {
        .modal.modal-success .desc {
          margin-top: 10px;
          font-size: 16px; } }

.section {
  margin: 0 0 64px; }

.hero-slider .swiper-slide {
  padding: 0 0 44%;
  border-radius: 16px;
  overflow: hidden; }
  @media only screen and (max-width: 768px) {
    .hero-slider .swiper-slide {
      padding: 0 0 54%; } }

@media only screen and (max-width: 768px) {
  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none; } }

.benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  background-color: #fff;
  border-radius: 16px;
  padding: 16px 0; }
  @media only screen and (max-width: 768px) {
    .benefits {
      display: none; } }
  .benefits .item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 16px;
    border-right: 1px solid #f2f2f2; }
    @media only screen and (max-width: 768px) {
      .benefits .item {
        flex: initial;
        justify-content: flex-start;
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #f2f2f2;
        padding: 16px; } }
    .benefits .item:last-of-type {
      border: none; }
    .benefits .item img {
      display: flex;
      width: 48px;
      height: 48px; }
      @media only screen and (max-width: 768px) {
        .benefits .item img {
          width: 32px;
          height: 32px; } }
    .benefits .item .title {
      font-size: 16px;
      font-weight: 600;
      margin: 8px 0 4px; }
    .benefits .item .desc {
      font-size: 14px; }

.category-slider .swiper-slide {
  height: auto; }

.category-slider a {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 16px;
  padding: 32px 16px;
  font-weight: 600;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .category-slider a {
      gap: 8px;
      padding: 16px 8px;
      border-radius: 8px;
      font-size: 14px;
      line-height: 1.2; } }
  .category-slider a:hover {
    border-color: #878585; }
    .category-slider a:hover img {
      transform: translate(0, -12px); }
  .category-slider a img {
    height: 120px;
    width: auto;
    transition: 0.2s; }
    @media only screen and (max-width: 768px) {
      .category-slider a img {
        height: 64px; } }

.product-list {
  margin: 0 0 64px; }
  .product-list .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 32px; }
    .product-list .box a {
      font-weight: 500;
      text-decoration: underline; }
      .product-list .box a:hover {
        color: #f8b202; }

.brands h2 {
  margin: 0 0 32px; }

.brands .swiper {
  margin: 0 0 16px; }
  @media only screen and (max-width: 768px) {
    .brands .swiper {
      margin: 0 0 8px; } }
  .brands .swiper:last-of-type {
    margin: 0; }

.brands .swiper-wrapper {
  transition-timing-function: linear; }

.brands .swiper-slide {
  background-color: #fff;
  border-radius: 8px;
  padding: 16px; }
  .brands .swiper-slide img {
    display: flex;
    height: 48px;
    width: auto;
    max-width: 100%;
    margin: 0 auto; }

.subscribe-section {
  padding: 64px 0;
  background-color: #f8b202; }
  .subscribe-section .wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 32px 64px; }
  .subscribe-section .box {
    display: flex;
    flex-direction: column;
    gap: 8px; }
    .subscribe-section .box p {
      font-size: 18px; }
      @media only screen and (max-width: 768px) {
        .subscribe-section .box p {
          font-size: 16px; } }
  .subscribe-section form {
    display: flex;
    align-items: center;
    gap: 8px; }
    @media only screen and (max-width: 768px) {
      .subscribe-section form {
        width: 100%; } }
    .subscribe-section form input {
      width: 320px;
      padding: 12px 24px;
      background-color: #fff;
      border-radius: 24px; }
      @media only screen and (max-width: 768px) {
        .subscribe-section form input {
          width: 100%;
          flex: 1; } }

.catalog {
  margin: 0 0 64px; }
  .catalog h1 {
    margin: 0 0 32px; }
  .catalog .box {
    display: flex;
    gap: 32px; }
    .catalog .box .filter {
      width: 320px;
      background-color: #fff;
      border-radius: 16px;
      padding: 16px; }
      @media only screen and (max-width: 1024px) {
        .catalog .box .filter {
          position: fixed;
          top: 0;
          right: -20px;
          height: 100vh;
          padding: 16px 16px 100px 16px;
          border-radius: 0;
          overflow: auto;
          box-shadow: 1px 1px 100px rgba(0, 0, 0, 0.4);
          z-index: 3;
          opacity: 0;
          visibility: hidden;
          transition: 0.2s; }
          .catalog .box .filter.active {
            right: 0;
            opacity: 1;
            visibility: visible; } }
      .catalog .box .filter .filter-header {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        @media only screen and (max-width: 768px) {
          .catalog .box .filter .filter-header {
            background-color: #202020;
            color: #fff;
            padding: 16px;
            margin: -16px -16px 0; } }
        .catalog .box .filter .filter-header .title {
          display: flex;
          font-weight: 600;
          font-size: 18px; }
        .catalog .box .filter .filter-header .close-filter {
          display: none; }
          @media only screen and (max-width: 768px) {
            .catalog .box .filter .filter-header .close-filter {
              display: flex; } }
          .catalog .box .filter .filter-header .close-filter img {
            width: 24px;
            height: 24px; }
      .catalog .box .filter .accordion {
        display: flex;
        flex-direction: column;
        border-bottom: 1px solid #f2f2f2;
        padding: 16px 0; }
        .catalog .box .filter .accordion .accordion-btn {
          width: 100%;
          display: flex;
          gap: 16px;
          align-items: center;
          font-weight: 500;
          text-align: left; }
          .catalog .box .filter .accordion .accordion-btn.opened img {
            transform: scale(1, -1); }
          .catalog .box .filter .accordion .accordion-btn p {
            width: calc(100% - 40px); }
          .catalog .box .filter .accordion .accordion-btn img {
            width: 24px;
            height: 24px;
            transition: 0.2s; }
        .catalog .box .filter .accordion .accordion-body {
          padding: 8px 0 0 0; }
        .catalog .box .filter .accordion .price-box .row {
          display: flex;
          align-items: center;
          justify-content: space-between;
          margin: 0 0 16px; }
          .catalog .box .filter .accordion .price-box .row input {
            width: 40%;
            background-color: #f2f2f2;
            text-align: center;
            padding: 8px;
            border-radius: 16px; }
        .catalog .box .filter .accordion .price-box .noUi-target {
          margin: 0 10px; }
          .catalog .box .filter .accordion .price-box .noUi-target .noUi-connect {
            background-color: #363637; }
          .catalog .box .filter .accordion .price-box .noUi-target .noUi-handle-lower,
          .catalog .box .filter .accordion .price-box .noUi-target .noUi-handle-upper {
            right: -8px;
            background-color: #363637;
            cursor: pointer; }
        .catalog .box .filter .accordion .checkbox {
          display: flex;
          margin: 0 0 6px; }
          .catalog .box .filter .accordion .checkbox:last-of-type {
            margin: 0; }
          .catalog .box .filter .accordion .checkbox input {
            width: 0;
            visibility: hidden; }
            .catalog .box .filter .accordion .checkbox input:checked + label .icon:after {
              opacity: 1; }
          .catalog .box .filter .accordion .checkbox label {
            display: flex;
            align-items: center;
            gap: 8px;
            width: 100%; }
            .catalog .box .filter .accordion .checkbox label .icon {
              position: relative;
              width: 16px;
              height: 16px;
              border: 1px solid #050505;
              border-radius: 4px; }
              .catalog .box .filter .accordion .checkbox label .icon:after {
                content: '';
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                width: 10px;
                height: 10px;
                background-color: #f8b202;
                border-radius: 2px;
                opacity: 0;
                transition: 0.2s; }
            .catalog .box .filter .accordion .checkbox label p {
              max-width: calc(100% - 24px); }
    .catalog .box .list {
      width: calc(100% - 352px);
      display: flex;
      flex-wrap: wrap;
      gap: 32px 16px; }
      @media only screen and (max-width: 1024px) {
        .catalog .box .list {
          width: 100%; } }
      @media only screen and (max-width: 768px) {
        .catalog .box .list {
          gap: 16px 8px; } }
      .catalog .box .list .list-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%; }
        @media only screen and (max-width: 768px) {
          .catalog .box .list .list-header {
            gap: 16px; } }
        .catalog .box .list .list-header .filter-btn {
          display: none;
          align-items: center;
          gap: 8px;
          padding: 8px 12px;
          background-color: #fff;
          border-radius: 16px; }
          @media only screen and (max-width: 768px) {
            .catalog .box .list .list-header .filter-btn {
              display: flex; } }
          .catalog .box .list .list-header .filter-btn img {
            width: 18px;
            height: 18px; }
        .catalog .box .list .list-header .qnt {
          color: #878585; }
          @media only screen and (max-width: 768px) {
            .catalog .box .list .list-header .qnt {
              display: none; } }
        .catalog .box .list .list-header .right-col {
          flex: 1;
          display: flex;
          align-items: center;
          justify-content: flex-end;
          gap: 16px; }
          .catalog .box .list .list-header .right-col .dropdown {
            position: relative;
            width: 180px;
            z-index: 2; }
            @media only screen and (max-width: 768px) {
              .catalog .box .list .list-header .right-col .dropdown {
                width: calc(50% - 8px); } }
            .catalog .box .list .list-header .right-col .dropdown.active .dropdown-menu {
              top: calc(100% + 10px);
              opacity: 1;
              visibility: visible; }
            .catalog .box .list .list-header .right-col .dropdown.active .dropdown-btn img {
              transform: scale(1, -1); }
            .catalog .box .list .list-header .right-col .dropdown .dropdown-btn {
              width: 100%;
              display: flex;
              justify-content: space-between;
              align-items: center;
              gap: 8px;
              background-color: #fff;
              border-radius: 16px;
              line-height: 1;
              padding: 12px 16px;
              text-wrap: nowrap; }
              @media only screen and (max-width: 768px) {
                .catalog .box .list .list-header .right-col .dropdown .dropdown-btn {
                  padding: 8px 12px; } }
              .catalog .box .list .list-header .right-col .dropdown .dropdown-btn img {
                width: 24px;
                height: 24px;
                transition: 0.2s; }
            .catalog .box .list .list-header .right-col .dropdown .dropdown-menu {
              position: absolute;
              top: calc(100% + 20px);
              right: 0;
              width: 100%;
              background-color: #fff;
              border-radius: 16px;
              display: flex;
              flex-direction: column;
              box-shadow: 0px 8px 14px 0px rgba(17, 17, 17, 0.2);
              padding: 8px 0;
              opacity: 0;
              visibility: hidden;
              transition: 0.2s; }
              .catalog .box .list .list-header .right-col .dropdown .dropdown-menu a {
                padding: 8px 16px; }
                .catalog .box .list .list-header .right-col .dropdown .dropdown-menu a:hover {
                  color: #f8b202; }
          .catalog .box .list .list-header .right-col .catalog-view {
            display: flex;
            background-color: #fff;
            border-radius: 16px;
            padding: 0 8px; }
            .catalog .box .list .list-header .right-col .catalog-view button {
              display: flex;
              padding: 12px 8px;
              opacity: 0.4;
              transition: 0.2s; }
              @media only screen and (max-width: 768px) {
                .catalog .box .list .list-header .right-col .catalog-view button {
                  padding: 8px; } }
              .catalog .box .list .list-header .right-col .catalog-view button.active {
                opacity: 1; }
      .catalog .box .list .product-card {
        width: calc(100% / 3 - 11px); }
        @media only screen and (max-width: 1400px) {
          .catalog .box .list .product-card {
            width: calc(50% - 8px); } }
        @media only screen and (max-width: 1024px) {
          .catalog .box .list .product-card {
            width: calc(100% / 3 - 11px); } }
        @media only screen and (max-width: 768px) {
          .catalog .box .list .product-card {
            width: calc(50% - 4px); } }
        .catalog .box .list .product-card.horizontal {
          width: 100%;
          flex-direction: row; }
          .catalog .box .list .product-card.horizontal .top-box {
            width: 250px; }
            @media only screen and (max-width: 1400px) {
              .catalog .box .list .product-card.horizontal .top-box {
                width: 200px; } }
            @media only screen and (max-width: 768px) {
              .catalog .box .list .product-card.horizontal .top-box {
                width: 40%; } }
          .catalog .box .list .product-card.horizontal .bottom-box {
            width: calc(100% - 250px);
            display: flex;
            gap: 8px 32px;
            padding: 0 0 0 32px; }
            @media only screen and (max-width: 1400px) {
              .catalog .box .list .product-card.horizontal .bottom-box {
                width: calc(100% - 200px); } }
            @media only screen and (max-width: 768px) {
              .catalog .box .list .product-card.horizontal .bottom-box {
                width: 60%;
                flex-direction: column;
                padding: 0 0 0 16px; } }
            .catalog .box .list .product-card.horizontal .bottom-box .main-info {
              width: calc(100% - 232px);
              display: flex;
              flex-direction: column;
              align-items: flex-start;
              text-align: left; }
              @media only screen and (max-width: 768px) {
                .catalog .box .list .product-card.horizontal .bottom-box .main-info {
                  width: 100%; } }
              .catalog .box .list .product-card.horizontal .bottom-box .main-info .price {
                width: initial; }
            .catalog .box .list .product-card.horizontal .bottom-box .product-card-footer {
              width: 200px; }
              @media only screen and (max-width: 768px) {
                .catalog .box .list .product-card.horizontal .bottom-box .product-card-footer {
                  width: 100%; } }
      .catalog .box .list .pagination {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 16px;
        width: 100%; }
        @media only screen and (max-width: 768px) {
          .catalog .box .list .pagination {
            gap: 8px;
            margin: 16px 0 0 0; } }
        .catalog .box .list .pagination a {
          font-weight: 500;
          padding: 4px 8px;
          font-size: 18px; }
          @media only screen and (max-width: 768px) {
            .catalog .box .list .pagination a {
              font-size: 16px; } }
          .catalog .box .list .pagination a:hover {
            color: #f8b202; }
        .catalog .box .list .pagination .arrow {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 48px;
          height: 48px;
          background-color: #050505;
          border-radius: 50%; }
          @media only screen and (max-width: 768px) {
            .catalog .box .list .pagination .arrow {
              width: 32px;
              height: 32px; } }
          .catalog .box .list .pagination .arrow img {
            width: 24px;
            height: 24px; }

.main-product-info {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin: 0 0 64px; }
  @media only screen and (max-width: 768px) {
    .main-product-info {
      gap: 24px; } }
  .main-product-info .left-col {
    width: calc(60% - 16px);
    aspect-ratio: 1.2/1;
    position: relative;
    display: flex;
    gap: 16px; }
    @media only screen and (max-width: 768px) {
      .main-product-info .left-col {
        width: 100%;
        aspect-ratio: initial; } }
    .main-product-info .left-col img {
      user-select: none; }
    .main-product-info .left-col .add-to-wishlist {
      position: absolute;
      top: 16px;
      right: 16px;
      width: 48px;
      height: 48px;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #f2f2f2;
      border-radius: 50%;
      z-index: 2; }
      @media only screen and (max-width: 768px) {
        .main-product-info .left-col .add-to-wishlist {
          width: 36px;
          height: 36px; } }
      .main-product-info .left-col .add-to-wishlist.active svg {
        fill: #ee4024;
        stroke: #ee4024; }
      .main-product-info .left-col .add-to-wishlist svg {
        width: 24px;
        height: 24px;
        stroke: #050505; }
        @media only screen and (max-width: 768px) {
          .main-product-info .left-col .add-to-wishlist svg {
            width: 16px;
            height: 16px; } }
    .main-product-info .left-col .secondary-slider {
      width: 128px;
      height: 100%; }
      @media only screen and (max-width: 768px) {
        .main-product-info .left-col .secondary-slider {
          display: none; } }
      .main-product-info .left-col .secondary-slider .swiper-slide {
        background-color: #fff;
        border-radius: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.2s; }
        .main-product-info .left-col .secondary-slider .swiper-slide.swiper-slide-thumb-active {
          border: 1px solid #878585; }
        .main-product-info .left-col .secondary-slider .swiper-slide img {
          height: 80%;
          width: auto; }
    .main-product-info .left-col .main-slider {
      width: calc(100% - 128px); }
      @media only screen and (max-width: 768px) {
        .main-product-info .left-col .main-slider {
          width: calc(100% + 32px);
          display: flex;
          flex-direction: column; } }
      .main-product-info .left-col .main-slider .swiper-slide {
        background-color: #fff;
        border-radius: 16px; }
        .main-product-info .left-col .main-slider .swiper-slide a {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 100%;
          height: 100%; }
          @media only screen and (max-width: 768px) {
            .main-product-info .left-col .main-slider .swiper-slide a {
              height: 50vh; } }
          .main-product-info .left-col .main-slider .swiper-slide a img {
            width: auto;
            height: 80%; }
  .main-product-info .right-col {
    width: calc(40% - 16px); }
    @media only screen and (max-width: 768px) {
      .main-product-info .right-col {
        width: 100%; } }
    .main-product-info .right-col h1 {
      line-height: 1.2;
      margin: 0 0 32px; }
      @media only screen and (max-width: 768px) {
        .main-product-info .right-col h1 {
          margin: 0 0 16px; } }
    .main-product-info .right-col .rating {
      display: flex;
      align-items: center;
      gap: 16px;
      margin: 0 0 16px;
      font-size: 18px;
      line-height: 1;
      color: #878585; }
      @media only screen and (max-width: 768px) {
        .main-product-info .right-col .rating {
          gap: 8px;
          font-size: 16px; } }
      .main-product-info .right-col .rating img {
        width: 32px;
        height: 32px; }
        @media only screen and (max-width: 768px) {
          .main-product-info .right-col .rating img {
            width: 24px;
            height: 24px; } }
    .main-product-info .right-col .price {
      display: flex;
      align-items: center;
      gap: 16px;
      margin: 0 0 32px; }
      @media only screen and (max-width: 768px) {
        .main-product-info .right-col .price {
          margin: 0; } }
      .main-product-info .right-col .price .old-price {
        color: #878585;
        font-size: 22px; }
        @media only screen and (max-width: 768px) {
          .main-product-info .right-col .price .old-price {
            font-size: 18px; } }
      .main-product-info .right-col .price .current-price {
        background-color: #f8b202;
        color: #fff;
        font-weight: 600;
        font-size: 28px;
        padding: 8px 24px;
        border-radius: 8px; }
        @media only screen and (max-width: 768px) {
          .main-product-info .right-col .price .current-price {
            font-size: 22px; } }
    .main-product-info .right-col .bottom-box {
      display: flex;
      flex-wrap: wrap;
      gap: 16px;
      align-items: center;
      background-color: #fff;
      border-radius: 16px;
      padding: 24px; }
      @media only screen and (max-width: 768px) {
        .main-product-info .right-col .bottom-box {
          position: fixed;
          right: 0;
          bottom: 0;
          left: 0;
          padding: 16px;
          border-radius: 16px 16px 0 0;
          z-index: 2; } }
      .main-product-info .right-col .bottom-box .qnt-form {
        width: calc(40% - 8px);
        display: flex;
        align-items: center;
        border: 1px solid #f2f2f2;
        border-radius: 24px;
        padding: 8px; }
        @media only screen and (max-width: 1024px) {
          .main-product-info .right-col .bottom-box .qnt-form {
            width: 120px; } }
        .main-product-info .right-col .bottom-box .qnt-form input {
          width: calc(100% - 64px);
          text-align: center;
          padding: 0;
          border: none; }
          @media only screen and (max-width: 768px) {
            .main-product-info .right-col .bottom-box .qnt-form input {
              width: calc(100% - 52px); } }
        .main-product-info .right-col .bottom-box .qnt-form button {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 32px;
          height: 32px;
          background-color: #f2f2f2;
          font-weight: 600;
          font-size: 18px;
          line-height: 1;
          border-radius: 50%; }
          @media only screen and (max-width: 768px) {
            .main-product-info .right-col .bottom-box .qnt-form button {
              width: 26px;
              height: 26px; } }
          .main-product-info .right-col .bottom-box .qnt-form button img {
            width: 16px;
            height: 16px; }
      .main-product-info .right-col .bottom-box .add-to-cart {
        width: calc(60% - 8px);
        display: flex;
        gap: 8px;
        align-items: center;
        justify-content: center;
        height: 48px;
        background-color: #050505;
        font-weight: 600;
        font-size: 18px;
        color: #fff;
        border-radius: 24px;
        transition: 0.2s; }
        .main-product-info .right-col .bottom-box .add-to-cart:hover {
          background-color: #424242; }
        @media only screen and (max-width: 1024px) {
          .main-product-info .right-col .bottom-box .add-to-cart {
            width: initial;
            flex: 1; } }
        .main-product-info .right-col .bottom-box .add-to-cart img {
          width: 24px;
          height: 24px; }
          @media only screen and (max-width: 768px) {
            .main-product-info .right-col .bottom-box .add-to-cart img {
              width: 16px;
              height: 16px; } }

.about-product {
  display: flex;
  align-items: flex-start;
  gap: 0 32px;
  flex-wrap: wrap;
  margin: 0 0 64px; }
  .about-product h2 {
    width: 100%;
    margin: 0 0 32px; }
  .about-product .list {
    width: calc(60% - 16px);
    display: flex;
    flex-direction: column;
    gap: 16px; }
    @media only screen and (max-width: 768px) {
      .about-product .list {
        width: 100%; } }
    .about-product .list .accordion {
      width: 100%;
      background-color: #fff;
      border-radius: 8px; }
      .about-product .list .accordion .accordion-btn {
        width: 100%;
        display: flex;
        gap: 16px;
        align-items: center;
        justify-content: space-between;
        padding: 16px;
        text-align: left; }
        .about-product .list .accordion .accordion-btn.opened img {
          transform: scale(1, -1); }
        .about-product .list .accordion .accordion-btn p {
          width: calc(100% - 40px);
          font-weight: 500;
          font-size: 18px; }
          @media only screen and (max-width: 768px) {
            .about-product .list .accordion .accordion-btn p {
              font-size: 16px; } }
        .about-product .list .accordion .accordion-btn img {
          width: 24px;
          height: 24px;
          transition: 0.2s; }
      .about-product .list .accordion .accordion-body {
        display: none;
        padding: 0 16px 16px 16px; }
        @media only screen and (max-width: 768px) {
          .about-product .list .accordion .accordion-body {
            font-size: 14px; } }
  .about-product .img-box {
    width: calc(40% - 16px);
    padding: 0 0 30%;
    position: relative;
    border-radius: 24px;
    overflow: hidden; }
    @media only screen and (max-width: 768px) {
      .about-product .img-box {
        width: 100%;
        padding: 0 0 75%;
        margin: 32px 0 0 0; } }

.cart-page {
  margin: 0 0 64px; }
  .cart-page h1 {
    margin: 0 0 32px; }
  .cart-page .row {
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    gap: 32px; }
    .cart-page .row .list {
      width: calc(100% - 422px);
      display: flex;
      flex-direction: column;
      gap: 16px; }
      @media only screen and (max-width: 1024px) {
        .cart-page .row .list {
          width: 100%; } }
      .cart-page .row .list .item {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 16px;
        background-color: #fff;
        padding: 16px 128px 16px 16px;
        border-radius: 16px; }
        @media only screen and (max-width: 1400px) {
          .cart-page .row .list .item {
            padding: 16px 64px 16px 16px; } }
        @media only screen and (max-width: 768px) {
          .cart-page .row .list .item {
            gap: 0;
            padding: 16px; } }
        .cart-page .row .list .item .delete-from-cart {
          position: absolute;
          top: 50%;
          right: 16px;
          transform: translate(0, -50%);
          display: flex;
          align-items: center;
          justify-content: center;
          width: 32px;
          height: 32px;
          border-radius: 50%;
          transition: 0.2s; }
          @media only screen and (max-width: 768px) {
            .cart-page .row .list .item .delete-from-cart {
              top: 16px;
              transform: translate(0, 0); } }
          .cart-page .row .list .item .delete-from-cart:hover {
            background-color: #cfcfcf; }
          .cart-page .row .list .item .delete-from-cart img {
            width: 18px;
            height: 18px; }
        .cart-page .row .list .item .left-col {
          width: calc(50% - 8px);
          display: flex;
          align-items: center;
          gap: 16px; }
          @media only screen and (max-width: 768px) {
            .cart-page .row .list .item .left-col {
              width: 100%; } }
          .cart-page .row .list .item .left-col .img-box {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 84px;
            height: 84px;
            background-color: #fff;
            border-radius: 16px; }
            .cart-page .row .list .item .left-col .img-box img {
              height: 64px; }
          .cart-page .row .list .item .left-col .box {
            width: calc(100% - 100px);
            display: flex;
            flex-direction: column;
            font-size: 14px;
            gap: 0; }
            @media only screen and (max-width: 768px) {
              .cart-page .row .list .item .left-col .box {
                padding: 0 32px 0 0; } }
            .cart-page .row .list .item .left-col .box .name {
              font-weight: 500; }
        .cart-page .row .list .item .right-col {
          width: calc(50% - 8px);
          display: flex;
          flex-direction: row;
          justify-content: flex-end;
          gap: 16px;
          align-items: center; }
          @media only screen and (max-width: 768px) {
            .cart-page .row .list .item .right-col {
              width: 100%;
              padding: 0 0 0 100px;
              justify-content: flex-start; } }
          .cart-page .row .list .item .right-col .qnt-form {
            width: 120px;
            display: flex;
            align-items: center;
            border: 1px solid #f2f2f2;
            border-radius: 24px;
            padding: 8px; }
            @media only screen and (max-width: 768px) {
              .cart-page .row .list .item .right-col .qnt-form {
                padding: 4px; } }
            .cart-page .row .list .item .right-col .qnt-form input {
              width: calc(100% - 64px);
              text-align: center;
              padding: 0;
              border: none; }
              @media only screen and (max-width: 768px) {
                .cart-page .row .list .item .right-col .qnt-form input {
                  width: calc(100% - 52px); } }
            .cart-page .row .list .item .right-col .qnt-form button {
              display: flex;
              align-items: center;
              justify-content: center;
              width: 32px;
              height: 32px;
              background-color: #f2f2f2;
              font-weight: 600;
              font-size: 18px;
              line-height: 1;
              border-radius: 50%; }
              @media only screen and (max-width: 768px) {
                .cart-page .row .list .item .right-col .qnt-form button {
                  width: 26px;
                  height: 26px; } }
              .cart-page .row .list .item .right-col .qnt-form button img {
                width: 16px;
                height: 16px; }
          .cart-page .row .list .item .right-col .price {
            font-weight: 600;
            font-size: 18px; }
    .cart-page .row .right-col {
      width: 380px;
      display: flex;
      flex-direction: column;
      gap: 24px; }
      @media only screen and (max-width: 1024px) {
        .cart-page .row .right-col {
          width: 100%; } }
      .cart-page .row .right-col .promocode {
        background-color: #fff;
        padding: 24px 16px;
        border-radius: 24px; }
        .cart-page .row .right-col .promocode .promocode-title {
          font-weight: 500;
          margin: 0 0 8px; }
        .cart-page .row .right-col .promocode form {
          display: flex;
          flex-wrap: wrap;
          gap: 8px; }
          .cart-page .row .right-col .promocode form input {
            flex: 1;
            border: 2px solid #f2f2f2;
            border-radius: 16px;
            padding: 12px 16px;
            transition: 0.2s; }
            .cart-page .row .right-col .promocode form input:hover, .cart-page .row .right-col .promocode form input:focus {
              border-color: #f8b202; }
          @media only screen and (max-width: 768px) {
            .cart-page .row .right-col .promocode form button {
              width: 100%; } }
      .cart-page .row .right-col .total-box {
        background-color: #fff;
        padding: 24px 16px;
        border-radius: 24px; }
        .cart-page .row .right-col .total-box .row {
          display: flex;
          justify-content: space-between;
          margin: 0 0 8px; }
          .cart-page .row .right-col .total-box .row:last-of-type {
            font-size: 18px;
            padding: 8px 0 0 0;
            border-top: 1px solid #f2f2f2; }
        .cart-page .row .right-col .total-box .btn {
          width: 100%;
          justify-content: center;
          margin: 16px 0 0 0; }
    .cart-page .row .empty {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 16px;
      text-align: center; }
      .cart-page .row .empty img {
        width: 128px;
        height: auto; }
        @media only screen and (max-width: 768px) {
          .cart-page .row .empty img {
            width: 84px; } }
      .cart-page .row .empty h2 {
        line-height: 1.2; }

.checkout {
  margin: 0 0 64px; }
  .checkout h1 {
    margin: 0 0 32px; }
  .checkout .row {
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    gap: 32px; }
    .checkout .row .left-col {
      width: calc(100% - 422px);
      display: flex;
      flex-direction: column;
      gap: 24px; }
      @media only screen and (max-width: 1024px) {
        .checkout .row .left-col {
          width: 100%; } }
      .checkout .row .left-col .box {
        background-color: #fff;
        border-radius: 24px;
        padding: 24px; }
        @media only screen and (max-width: 768px) {
          .checkout .row .left-col .box {
            padding: 24px 16px; } }
        .checkout .row .left-col .box h2 {
          margin: 0 0 24px; }
        .checkout .row .left-col .box form {
          display: flex;
          gap: 16px;
          flex-wrap: wrap; }
          .checkout .row .left-col .box form .select2,
          .checkout .row .left-col .box form input {
            width: calc(50% - 8px); }
            @media only screen and (max-width: 768px) {
              .checkout .row .left-col .box form .select2,
              .checkout .row .left-col .box form input {
                width: 100%; } }
            .checkout .row .left-col .box form .select2.full,
            .checkout .row .left-col .box form input.full {
              width: 100%; }
        .checkout .row .left-col .box .radiobtn {
          position: relative;
          margin: 0 0 16px; }
          .checkout .row .left-col .box .radiobtn:last-of-type {
            margin: 0; }
          .checkout .row .left-col .box .radiobtn input {
            position: absolute;
            top: 0;
            visibility: hidden; }
            .checkout .row .left-col .box .radiobtn input:checked + label .icon:after {
              opacity: 1;
              visibility: visible; }
          .checkout .row .left-col .box .radiobtn label {
            display: flex;
            align-items: center;
            gap: 8px;
            width: 100%;
            text-align: left; }
            .checkout .row .left-col .box .radiobtn label .icon {
              position: relative;
              width: 16px;
              height: 16px;
              border: 1px solid #050505;
              border-radius: 50%; }
              .checkout .row .left-col .box .radiobtn label .icon:after {
                content: '';
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                width: 10px;
                height: 10px;
                background-color: #f8b202;
                border-radius: 50%;
                opacity: 0;
                transition: 0.2s; }
            .checkout .row .left-col .box .radiobtn label p {
              max-width: calc(100% - 24px);
              display: flex;
              flex-direction: column; }
              .checkout .row .left-col .box .radiobtn label p span {
                font-size: 14px;
                opacity: 0.8; }
    .checkout .row .right-col {
      width: 380px;
      display: flex;
      flex-direction: column;
      gap: 24px; }
      @media only screen and (max-width: 1024px) {
        .checkout .row .right-col {
          width: 100%; } }
      .checkout .row .right-col .list {
        display: flex;
        flex-direction: column;
        gap: 8px;
        background-color: #fff;
        padding: 24px 16px;
        border-radius: 24px; }
        @media only screen and (max-width: 768px) {
          .checkout .row .right-col .list {
            display: none; } }
        .checkout .row .right-col .list .item {
          position: relative;
          display: flex;
          gap: 16px;
          background-color: #f2f2f2;
          padding: 8px;
          border-radius: 16px; }
          .checkout .row .right-col .list .item .img-box {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 84px;
            height: 84px;
            background-color: #fff;
            border-radius: 16px; }
            .checkout .row .right-col .list .item .img-box img {
              height: 64px; }
          .checkout .row .right-col .list .item .box {
            width: calc(100% - 100px);
            padding: 0 32px 0 0;
            font-size: 14px; }
            .checkout .row .right-col .list .item .box .name {
              font-weight: 500; }
            .checkout .row .right-col .list .item .box .row {
              display: flex;
              gap: 8px;
              align-items: center; }
              .checkout .row .right-col .list .item .box .row .qnt {
                font-size: 12px; }
              .checkout .row .right-col .list .item .box .row .price {
                font-weight: 500; }
      .checkout .row .right-col .total-box {
        background-color: #fff;
        padding: 24px 16px;
        border-radius: 24px; }
        .checkout .row .right-col .total-box .row {
          display: flex;
          justify-content: space-between;
          margin: 0 0 8px; }
          .checkout .row .right-col .total-box .row:last-of-type {
            font-size: 18px;
            padding: 8px 0 0 0;
            border-top: 1px solid #f2f2f2; }
        .checkout .row .right-col .total-box .btn {
          width: 100%;
          justify-content: center;
          margin: 16px 0 0 0; }
    .checkout .row .empty {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 16px;
      text-align: center; }
      .checkout .row .empty img {
        width: 128px;
        height: auto; }
        @media only screen and (max-width: 768px) {
          .checkout .row .empty img {
            width: 84px; } }
      .checkout .row .empty h2 {
        line-height: 1.2; }

.wishlist {
  margin: 0 0 64px; }
  .wishlist h1 {
    margin: 0 0 32px; }
  .wishlist .list {
    display: flex;
    gap: 16px;
    flex-wrap: wrap; }
    @media only screen and (max-width: 768px) {
      .wishlist .list {
        gap: 8px; } }
    .wishlist .list .product-card {
      width: calc(25% - 12px); }
      @media only screen and (max-width: 1400px) {
        .wishlist .list .product-card {
          width: calc(100% / 3 - 11px); } }
      @media only screen and (max-width: 1024px) {
        .wishlist .list .product-card {
          width: calc(50% - 4px); } }
  .wishlist .empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center; }
    .wishlist .empty img {
      width: 128px;
      height: auto; }
      @media only screen and (max-width: 768px) {
        .wishlist .empty img {
          width: 84px; } }
    .wishlist .empty h2 {
      line-height: 1.2; }

.auth-box {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 64px;
  margin: 0 0 64px; }
  @media only screen and (max-width: 1024px) {
    .auth-box {
      gap: 24px; } }
  .auth-box .title {
    width: 100%;
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 600; }
  .auth-box .login {
    width: 35%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    background-color: #fff;
    border-radius: 24px;
    padding: 24px 32px;
    text-align: center; }
    @media only screen and (max-width: 1024px) {
      .auth-box .login {
        padding: 24px 16px; } }
    @media only screen and (max-width: 768px) {
      .auth-box .login {
        width: 100%; } }
    .auth-box .login input {
      width: 100%; }
  .auth-box .recovery {
    width: 35%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    background-color: #fff;
    border-radius: 24px;
    padding: 24px 32px;
    text-align: center;
    margin: 64px auto; }
    @media only screen and (max-width: 1024px) {
      .auth-box .recovery {
        padding: 24px 16px; } }
    @media only screen and (max-width: 768px) {
      .auth-box .recovery {
        width: 100%;
        margin: 0; } }
    .auth-box .recovery input {
      width: 100%; }
  .auth-box .registration {
    width: calc(65% - 64px);
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    border: 2px solid #fff;
    border-radius: 24px;
    padding: 24px 64px;
    text-align: center; }
    @media only screen and (max-width: 1024px) {
      .auth-box .registration {
        width: calc(65% - 24px);
        padding: 24px 16px; } }
    @media only screen and (max-width: 768px) {
      .auth-box .registration {
        width: 100%; } }
    .auth-box .registration input {
      width: calc(50% - 8px); }
      @media only screen and (max-width: 768px) {
        .auth-box .registration input {
          width: 100%; } }
    .auth-box .registration .checkbox {
      position: relative; }
      .auth-box .registration .checkbox input {
        position: absolute;
        top: 0;
        width: 0;
        visibility: hidden; }
        .auth-box .registration .checkbox input:checked + label .icon:after {
          opacity: 1; }
      .auth-box .registration .checkbox label {
        display: flex;
        align-items: center;
        gap: 8px;
        width: 100%;
        text-align: left; }
        .auth-box .registration .checkbox label .icon {
          position: relative;
          width: 16px;
          height: 16px;
          border: 1px solid #050505;
          border-radius: 4px; }
          .auth-box .registration .checkbox label .icon:after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 10px;
            height: 10px;
            background-color: #f8b202;
            border-radius: 2px;
            opacity: 0;
            transition: 0.2s; }
        .auth-box .registration .checkbox label p {
          max-width: calc(100% - 24px);
          font-size: 14px; }
    .auth-box .registration button {
      width: calc(50% - 8px);
      margin: 0 auto; }
      @media only screen and (max-width: 768px) {
        .auth-box .registration button {
          width: 100%; } }

.profile {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 32px;
  margin: 0 0 64px; }
  .profile .left-col {
    width: 320px; }
    @media only screen and (max-width: 1024px) {
      .profile .left-col {
        width: 100%; } }
    .profile .left-col .box {
      display: flex;
      align-items: flex-start;
      flex-direction: column;
      background-color: #fff;
      border-radius: 24px;
      padding: 12px 32px; }
      @media only screen and (max-width: 1024px) {
        .profile .left-col .box {
          flex-direction: row;
          justify-content: space-around;
          flex-wrap: wrap;
          gap: 0 16px;
          padding: 8px 16px; } }
      .profile .left-col .box a {
        display: inline-flex;
        gap: 16px;
        align-items: center;
        font-size: 18px;
        font-weight: 500;
        padding: 12px 0; }
        @media only screen and (max-width: 768px) {
          .profile .left-col .box a {
            gap: 4px;
            font-size: 16px;
            padding: 8px 0; } }
        .profile .left-col .box a.active, .profile .left-col .box a:hover {
          color: #f8b202; }
        .profile .left-col .box a img {
          width: 24px;
          height: 24px; }
          @media only screen and (max-width: 768px) {
            .profile .left-col .box a img {
              width: 20px;
              height: 20px; } }
  .profile .right-col {
    width: calc(100% - 362px);
    display: flex;
    flex-direction: column;
    gap: 24px; }
    @media only screen and (max-width: 1024px) {
      .profile .right-col {
        width: 100%; } }
    .profile .right-col .box {
      width: 100%;
      background-color: #fff;
      border-radius: 24px;
      padding: 24px; }
      @media only screen and (max-width: 768px) {
        .profile .right-col .box {
          padding: 24px 16px; } }
      .profile .right-col .box h3 {
        margin: 0 0 16px; }
      .profile .right-col .box form {
        display: flex;
        flex-wrap: wrap;
        gap: 16px; }
        .profile .right-col .box form input,
        .profile .right-col .box form button {
          width: calc(50% - 8px); }
          @media only screen and (max-width: 1024px) {
            .profile .right-col .box form input,
            .profile .right-col .box form button {
              width: 100%; } }
        .profile .right-col .box form button {
          margin: 0 auto; }
      .profile .right-col .box .list {
        display: flex;
        flex-direction: column;
        gap: 16px; }
        .profile .right-col .box .list .accordion {
          border: 2px solid #f2f2f2;
          border-radius: 16px; }
          .profile .right-col .box .list .accordion .accordion-btn {
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            padding: 16px;
            text-align: left;
            gap: 16px 0; }
            @media only screen and (max-width: 768px) {
              .profile .right-col .box .list .accordion .accordion-btn {
                gap: 8px;
                padding: 8px 16px; } }
            .profile .right-col .box .list .accordion .accordion-btn.opened .icon {
              transform: scale(1, -1); }
            .profile .right-col .box .list .accordion .accordion-btn .info {
              font-size: 14px;
              margin: 0 24px 0 0; }
              @media only screen and (max-width: 768px) {
                .profile .right-col .box .list .accordion .accordion-btn .info {
                  margin: 0 16px 0 0; } }
              .profile .right-col .box .list .accordion .accordion-btn .info .date {
                opacity: 0.8; }
            .profile .right-col .box .list .accordion .accordion-btn .img-list {
              width: 264px;
              display: flex;
              gap: 8px;
              margin: 0 32px 0 0; }
              @media only screen and (max-width: 768px) {
                .profile .right-col .box .list .accordion .accordion-btn .img-list {
                  display: none; } }
              .profile .right-col .box .list .accordion .accordion-btn .img-list .img-box {
                display: flex;
                align-items: center;
                justify-content: center;
                width: 60px;
                height: 60px;
                background-color: #f2f2f2;
                border-radius: 6px;
                font-size: 18px;
                font-weight: 600; }
                .profile .right-col .box .list .accordion .accordion-btn .img-list .img-box img {
                  display: flex;
                  height: 80%;
                  width: auto; }
            .profile .right-col .box .list .accordion .accordion-btn .status {
              display: flex;
              align-items: center;
              gap: 8px;
              font-weight: 600; }
              @media only screen and (max-width: 768px) {
                .profile .right-col .box .list .accordion .accordion-btn .status {
                  flex: 1;
                  justify-content: flex-end;
                  font-size: 14px; } }
              .profile .right-col .box .list .accordion .accordion-btn .status:before {
                content: '';
                display: flex;
                width: 8px;
                height: 8px;
                border-radius: 50%; }
              .profile .right-col .box .list .accordion .accordion-btn .status.success {
                color: #82dd55; }
                .profile .right-col .box .list .accordion .accordion-btn .status.success:before {
                  background: #82dd55; }
              .profile .right-col .box .list .accordion .accordion-btn .status.warning {
                color: #f1c21b; }
                .profile .right-col .box .list .accordion .accordion-btn .status.warning:before {
                  background: #f1c21b; }
              .profile .right-col .box .list .accordion .accordion-btn .status.error {
                color: #e23636; }
                .profile .right-col .box .list .accordion .accordion-btn .status.error:before {
                  background: #e23636; }
            .profile .right-col .box .list .accordion .accordion-btn .total {
              font-weight: 600;
              font-size: 18px;
              margin: 0 32px 0 auto; }
              @media only screen and (max-width: 768px) {
                .profile .right-col .box .list .accordion .accordion-btn .total {
                  min-width: 50%;
                  flex: 1;
                  font-size: 16px; } }
            .profile .right-col .box .list .accordion .accordion-btn .icon {
              width: 24px;
              height: 24px;
              transition: 0.2s; }
          .profile .right-col .box .list .accordion .accordion-body {
            display: none;
            padding: 16px; }
            .profile .right-col .box .list .accordion .accordion-body .item {
              display: flex;
              flex-wrap: wrap;
              align-items: center;
              gap: 16px;
              margin: 0 0 8px; }
              .profile .right-col .box .list .accordion .accordion-body .item:last-of-type {
                margin: 0; }
              @media only screen and (max-width: 768px) {
                .profile .right-col .box .list .accordion .accordion-body .item {
                  gap: 0; } }
              .profile .right-col .box .list .accordion .accordion-body .item .left-col {
                width: 100%;
                display: flex;
                align-items: center;
                gap: 16px; }
                @media only screen and (max-width: 768px) {
                  .profile .right-col .box .list .accordion .accordion-body .item .left-col {
                    width: 100%; } }
                .profile .right-col .box .list .accordion .accordion-body .item .left-col .img-box {
                  display: flex;
                  align-items: center;
                  justify-content: center;
                  width: 84px;
                  height: 84px;
                  background-color: #f2f2f2;
                  border-radius: 16px; }
                  .profile .right-col .box .list .accordion .accordion-body .item .left-col .img-box img {
                    height: 64px; }
                .profile .right-col .box .list .accordion .accordion-body .item .left-col .box {
                  width: calc(100% - 100px);
                  display: flex;
                  flex-direction: column;
                  padding: 0; }
                  @media only screen and (max-width: 768px) {
                    .profile .right-col .box .list .accordion .accordion-body .item .left-col .box {
                      font-size: 14px; } }
                  .profile .right-col .box .list .accordion .accordion-body .item .left-col .box .name {
                    font-weight: 500;
                    line-height: 1.2; }
                  .profile .right-col .box .list .accordion .accordion-body .item .left-col .box .qnt {
                    font-size: 14px;
                    opacity: 0.8; }
                    @media only screen and (max-width: 768px) {
                      .profile .right-col .box .list .accordion .accordion-body .item .left-col .box .qnt {
                        font-size: 12px; } }
                  .profile .right-col .box .list .accordion .accordion-body .item .left-col .box .price {
                    font-weight: 600; }

.simple-page {
  margin: 0 0 64px; }
  .simple-page h1 {
    margin: 0 0 32px; }
  .simple-page .box {
    max-width: 768px;
    display: flex;
    flex-direction: column;
    gap: 16px; }
    .simple-page .box * {
      font-size: 18px; }
      @media only screen and (max-width: 768px) {
        .simple-page .box * {
          font-size: 16px; } }
    .simple-page .box a {
      text-decoration: underline; }
    .simple-page .box img {
      display: flex;
      width: 100%;
      height: auto;
      border-radius: 16px; }
    .simple-page .box ul {
      list-style: disc; }
      .simple-page .box ul li {
        list-style: disc;
        margin: 0 0 0 16px; }
    .simple-page .box ol {
      list-style: decimal; }
      .simple-page .box ol li {
        list-style: decimal;
        margin: 0 0 0 16px; }

.system-msg {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  text-align: center;
  padding: 128px 16px; }
  @media only screen and (max-width: 768px) {
    .system-msg {
      gap: 24px;
      padding: 64px 16px; } }
  .system-msg img {
    width: 128px;
    height: auto; }
    @media only screen and (max-width: 768px) {
      .system-msg img {
        width: 84px; } }
  .system-msg h1 {
    max-width: 768px;
    line-height: 1.2; }

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