* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  scrollbar-width: auto;
  scrollbar-color: #f1b84b #212122;
  cursor: none !important;
}

html {
  scroll-behavior: smooth;
}

body,
html {
  overflow-x: hidden;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
}

a,
button,
input,
textarea {
  background: 0 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

input,
textarea {
  border-radius: 0;
  -webkit-appearance: none;
}

input[readonly],
textarea[readonly] {
  cursor: default;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}

input::placeholder,
textarea::placeholder {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}

textarea {
  resize: none;
}

img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

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

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

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

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

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

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

@keyframes rotating {
  from {
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes glitch {
  1% {
    -webkit-transform: rotateX(10deg);
    transform: rotateX(10deg);
  }

  2% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }
}

@keyframes glitch {
  1% {
    -webkit-transform: rotateX(10deg);
    transform: rotateX(10deg);
  }

  2% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }
}

@-webkit-keyframes noise-1 {
  3.33333% {
    -webkit-clip-path: inset(6px 0 50px 0);
    clip-path: inset(6px 0 50px 0);
  }

  6.66667% {
    -webkit-clip-path: inset(64px 0 36px 0);
    clip-path: inset(64px 0 36px 0);
  }

  10% {
    -webkit-clip-path: inset(58px 0 20px 0);
    clip-path: inset(58px 0 20px 0);
  }

  13.33333% {
    -webkit-clip-path: inset(59px 0 38px 0);
    clip-path: inset(59px 0 38px 0);
  }

  16.66667% {
    -webkit-clip-path: inset(54px 0 39px 0);
    clip-path: inset(54px 0 39px 0);
  }

  20% {
    -webkit-clip-path: inset(85px 0 14px 0);
    clip-path: inset(85px 0 14px 0);
  }

  23.33333% {
    -webkit-clip-path: inset(86px 0 11px 0);
    clip-path: inset(86px 0 11px 0);
  }

  26.66667% {
    -webkit-clip-path: inset(59px 0 7px 0);
    clip-path: inset(59px 0 7px 0);
  }

  30% {
    -webkit-clip-path: inset(61px 0 38px 0);
    clip-path: inset(61px 0 38px 0);
  }

  33.33333% {
    -webkit-clip-path: inset(17px 0 27px 0);
    clip-path: inset(17px 0 27px 0);
  }

  36.66667% {
    -webkit-clip-path: inset(5px 0 61px 0);
    clip-path: inset(5px 0 61px 0);
  }

  40% {
    -webkit-clip-path: inset(37px 0 34px 0);
    clip-path: inset(37px 0 34px 0);
  }

  43.33333% {
    -webkit-clip-path: inset(38px 0 6px 0);
    clip-path: inset(38px 0 6px 0);
  }

  46.66667% {
    -webkit-clip-path: inset(15px 0 66px 0);
    clip-path: inset(15px 0 66px 0);
  }

  50% {
    -webkit-clip-path: inset(94px 0 6px 0);
    clip-path: inset(94px 0 6px 0);
  }

  53.33333% {
    -webkit-clip-path: inset(98px 0 1px 0);
    clip-path: inset(98px 0 1px 0);
  }

  56.66667% {
    -webkit-clip-path: inset(63px 0 33px 0);
    clip-path: inset(63px 0 33px 0);
  }

  60% {
    -webkit-clip-path: inset(34px 0 11px 0);
    clip-path: inset(34px 0 11px 0);
  }

  63.33333% {
    -webkit-clip-path: inset(1px 0 30px 0);
    clip-path: inset(1px 0 30px 0);
  }

  66.66667% {
    -webkit-clip-path: inset(63px 0 24px 0);
    clip-path: inset(63px 0 24px 0);
  }

  70% {
    -webkit-clip-path: inset(24px 0 3px 0);
    clip-path: inset(24px 0 3px 0);
  }

  73.33333% {
    -webkit-clip-path: inset(40px 0 46px 0);
    clip-path: inset(40px 0 46px 0);
  }

  76.66667% {
    -webkit-clip-path: inset(42px 0 37px 0);
    clip-path: inset(42px 0 37px 0);
  }

  80% {
    -webkit-clip-path: inset(70px 0 28px 0);
    clip-path: inset(70px 0 28px 0);
  }

  83.33333% {
    -webkit-clip-path: inset(91px 0 8px 0);
    clip-path: inset(91px 0 8px 0);
  }

  86.66667% {
    -webkit-clip-path: inset(70px 0 7px 0);
    clip-path: inset(70px 0 7px 0);
  }

  90% {
    -webkit-clip-path: inset(63px 0 19px 0);
    clip-path: inset(63px 0 19px 0);
  }

  93.33333% {
    -webkit-clip-path: inset(12px 0 44px 0);
    clip-path: inset(12px 0 44px 0);
  }

  96.66667% {
    -webkit-clip-path: inset(11px 0 79px 0);
    clip-path: inset(11px 0 79px 0);
  }

  100% {
    -webkit-clip-path: inset(72px 0 5px 0);
    clip-path: inset(72px 0 5px 0);
  }
}

@keyframes noise-1 {
  3.33333% {
    -webkit-clip-path: inset(6px 0 50px 0);
    clip-path: inset(6px 0 50px 0);
  }

  6.66667% {
    -webkit-clip-path: inset(64px 0 36px 0);
    clip-path: inset(64px 0 36px 0);
  }

  10% {
    -webkit-clip-path: inset(58px 0 20px 0);
    clip-path: inset(58px 0 20px 0);
  }

  13.33333% {
    -webkit-clip-path: inset(59px 0 38px 0);
    clip-path: inset(59px 0 38px 0);
  }

  16.66667% {
    -webkit-clip-path: inset(54px 0 39px 0);
    clip-path: inset(54px 0 39px 0);
  }

  20% {
    -webkit-clip-path: inset(85px 0 14px 0);
    clip-path: inset(85px 0 14px 0);
  }

  23.33333% {
    -webkit-clip-path: inset(86px 0 11px 0);
    clip-path: inset(86px 0 11px 0);
  }

  26.66667% {
    -webkit-clip-path: inset(59px 0 7px 0);
    clip-path: inset(59px 0 7px 0);
  }

  30% {
    -webkit-clip-path: inset(61px 0 38px 0);
    clip-path: inset(61px 0 38px 0);
  }

  33.33333% {
    -webkit-clip-path: inset(17px 0 27px 0);
    clip-path: inset(17px 0 27px 0);
  }

  36.66667% {
    -webkit-clip-path: inset(5px 0 61px 0);
    clip-path: inset(5px 0 61px 0);
  }

  40% {
    -webkit-clip-path: inset(37px 0 34px 0);
    clip-path: inset(37px 0 34px 0);
  }

  43.33333% {
    -webkit-clip-path: inset(38px 0 6px 0);
    clip-path: inset(38px 0 6px 0);
  }

  46.66667% {
    -webkit-clip-path: inset(15px 0 66px 0);
    clip-path: inset(15px 0 66px 0);
  }

  50% {
    -webkit-clip-path: inset(94px 0 6px 0);
    clip-path: inset(94px 0 6px 0);
  }

  53.33333% {
    -webkit-clip-path: inset(98px 0 1px 0);
    clip-path: inset(98px 0 1px 0);
  }

  56.66667% {
    -webkit-clip-path: inset(63px 0 33px 0);
    clip-path: inset(63px 0 33px 0);
  }

  60% {
    -webkit-clip-path: inset(34px 0 11px 0);
    clip-path: inset(34px 0 11px 0);
  }

  63.33333% {
    -webkit-clip-path: inset(1px 0 30px 0);
    clip-path: inset(1px 0 30px 0);
  }

  66.66667% {
    -webkit-clip-path: inset(63px 0 24px 0);
    clip-path: inset(63px 0 24px 0);
  }

  70% {
    -webkit-clip-path: inset(24px 0 3px 0);
    clip-path: inset(24px 0 3px 0);
  }

  73.33333% {
    -webkit-clip-path: inset(40px 0 46px 0);
    clip-path: inset(40px 0 46px 0);
  }

  76.66667% {
    -webkit-clip-path: inset(42px 0 37px 0);
    clip-path: inset(42px 0 37px 0);
  }

  80% {
    -webkit-clip-path: inset(70px 0 28px 0);
    clip-path: inset(70px 0 28px 0);
  }

  83.33333% {
    -webkit-clip-path: inset(91px 0 8px 0);
    clip-path: inset(91px 0 8px 0);
  }

  86.66667% {
    -webkit-clip-path: inset(70px 0 7px 0);
    clip-path: inset(70px 0 7px 0);
  }

  90% {
    -webkit-clip-path: inset(63px 0 19px 0);
    clip-path: inset(63px 0 19px 0);
  }

  93.33333% {
    -webkit-clip-path: inset(12px 0 44px 0);
    clip-path: inset(12px 0 44px 0);
  }

  96.66667% {
    -webkit-clip-path: inset(11px 0 79px 0);
    clip-path: inset(11px 0 79px 0);
  }

  100% {
    -webkit-clip-path: inset(72px 0 5px 0);
    clip-path: inset(72px 0 5px 0);
  }
}

@-webkit-keyframes noise-2 {
  0% {
    -webkit-clip-path: inset(44px 0 28px 0);
    clip-path: inset(44px 0 28px 0);
  }

  3.33333% {
    -webkit-clip-path: inset(95px 0 2px 0);
    clip-path: inset(95px 0 2px 0);
  }

  6.66667% {
    -webkit-clip-path: inset(13px 0 86px 0);
    clip-path: inset(13px 0 86px 0);
  }

  10% {
    -webkit-clip-path: inset(65px 0 27px 0);
    clip-path: inset(65px 0 27px 0);
  }

  13.33333% {
    -webkit-clip-path: inset(93px 0 2px 0);
    clip-path: inset(93px 0 2px 0);
  }

  16.66667% {
    -webkit-clip-path: inset(90px 0 9px 0);
    clip-path: inset(90px 0 9px 0);
  }

  20% {
    -webkit-clip-path: inset(22px 0 54px 0);
    clip-path: inset(22px 0 54px 0);
  }

  23.33333% {
    -webkit-clip-path: inset(81px 0 10px 0);
    clip-path: inset(81px 0 10px 0);
  }

  26.66667% {
    -webkit-clip-path: inset(40px 0 50px 0);
    clip-path: inset(40px 0 50px 0);
  }

  30% {
    -webkit-clip-path: inset(35px 0 53px 0);
    clip-path: inset(35px 0 53px 0);
  }

  33.33333% {
    -webkit-clip-path: inset(72px 0 17px 0);
    clip-path: inset(72px 0 17px 0);
  }

  36.66667% {
    -webkit-clip-path: inset(66px 0 26px 0);
    clip-path: inset(66px 0 26px 0);
  }

  40% {
    -webkit-clip-path: inset(61px 0 3px 0);
    clip-path: inset(61px 0 3px 0);
  }

  43.33333% {
    -webkit-clip-path: inset(87px 0 11px 0);
    clip-path: inset(87px 0 11px 0);
  }

  46.66667% {
    -webkit-clip-path: inset(2px 0 94px 0);
    clip-path: inset(2px 0 94px 0);
  }

  50% {
    -webkit-clip-path: inset(96px 0 5px 0);
    clip-path: inset(96px 0 5px 0);
  }

  53.33333% {
    -webkit-clip-path: inset(47px 0 40px 0);
    clip-path: inset(47px 0 40px 0);
  }

  56.66667% {
    -webkit-clip-path: inset(28px 0 41px 0);
    clip-path: inset(28px 0 41px 0);
  }

  60% {
    -webkit-clip-path: inset(32px 0 67px 0);
    clip-path: inset(32px 0 67px 0);
  }

  63.33333% {
    -webkit-clip-path: inset(23px 0 71px 0);
    clip-path: inset(23px 0 71px 0);
  }

  66.66667% {
    -webkit-clip-path: inset(16px 0 10px 0);
    clip-path: inset(16px 0 10px 0);
  }

  70% {
    -webkit-clip-path: inset(61px 0 27px 0);
    clip-path: inset(61px 0 27px 0);
  }

  73.33333% {
    -webkit-clip-path: inset(85px 0 1px 0);
    clip-path: inset(85px 0 1px 0);
  }

  76.66667% {
    -webkit-clip-path: inset(99px 0 2px 0);
    clip-path: inset(99px 0 2px 0);
  }

  80% {
    -webkit-clip-path: inset(9px 0 23px 0);
    clip-path: inset(9px 0 23px 0);
  }

  83.33333% {
    -webkit-clip-path: inset(50px 0 45px 0);
    clip-path: inset(50px 0 45px 0);
  }

  86.66667% {
    -webkit-clip-path: inset(57px 0 9px 0);
    clip-path: inset(57px 0 9px 0);
  }

  90% {
    -webkit-clip-path: inset(40px 0 56px 0);
    clip-path: inset(40px 0 56px 0);
  }

  93.33333% {
    -webkit-clip-path: inset(41px 0 31px 0);
    clip-path: inset(41px 0 31px 0);
  }

  96.66667% {
    -webkit-clip-path: inset(62px 0 38px 0);
    clip-path: inset(62px 0 38px 0);
  }

  100% {
    -webkit-clip-path: inset(24px 0 35px 0);
    clip-path: inset(24px 0 35px 0);
  }
}

@keyframes noise-2 {
  0% {
    -webkit-clip-path: inset(44px 0 28px 0);
    clip-path: inset(44px 0 28px 0);
  }

  3.33333% {
    -webkit-clip-path: inset(95px 0 2px 0);
    clip-path: inset(95px 0 2px 0);
  }

  6.66667% {
    -webkit-clip-path: inset(13px 0 86px 0);
    clip-path: inset(13px 0 86px 0);
  }

  10% {
    -webkit-clip-path: inset(65px 0 27px 0);
    clip-path: inset(65px 0 27px 0);
  }

  13.33333% {
    -webkit-clip-path: inset(93px 0 2px 0);
    clip-path: inset(93px 0 2px 0);
  }

  16.66667% {
    -webkit-clip-path: inset(90px 0 9px 0);
    clip-path: inset(90px 0 9px 0);
  }

  20% {
    -webkit-clip-path: inset(22px 0 54px 0);
    clip-path: inset(22px 0 54px 0);
  }

  23.33333% {
    -webkit-clip-path: inset(81px 0 10px 0);
    clip-path: inset(81px 0 10px 0);
  }

  26.66667% {
    -webkit-clip-path: inset(40px 0 50px 0);
    clip-path: inset(40px 0 50px 0);
  }

  30% {
    -webkit-clip-path: inset(35px 0 53px 0);
    clip-path: inset(35px 0 53px 0);
  }

  33.33333% {
    -webkit-clip-path: inset(72px 0 17px 0);
    clip-path: inset(72px 0 17px 0);
  }

  36.66667% {
    -webkit-clip-path: inset(66px 0 26px 0);
    clip-path: inset(66px 0 26px 0);
  }

  40% {
    -webkit-clip-path: inset(61px 0 3px 0);
    clip-path: inset(61px 0 3px 0);
  }

  43.33333% {
    -webkit-clip-path: inset(87px 0 11px 0);
    clip-path: inset(87px 0 11px 0);
  }

  46.66667% {
    -webkit-clip-path: inset(2px 0 94px 0);
    clip-path: inset(2px 0 94px 0);
  }

  50% {
    -webkit-clip-path: inset(96px 0 5px 0);
    clip-path: inset(96px 0 5px 0);
  }

  53.33333% {
    -webkit-clip-path: inset(47px 0 40px 0);
    clip-path: inset(47px 0 40px 0);
  }

  56.66667% {
    -webkit-clip-path: inset(28px 0 41px 0);
    clip-path: inset(28px 0 41px 0);
  }

  60% {
    -webkit-clip-path: inset(32px 0 67px 0);
    clip-path: inset(32px 0 67px 0);
  }

  63.33333% {
    -webkit-clip-path: inset(23px 0 71px 0);
    clip-path: inset(23px 0 71px 0);
  }

  66.66667% {
    -webkit-clip-path: inset(16px 0 10px 0);
    clip-path: inset(16px 0 10px 0);
  }

  70% {
    -webkit-clip-path: inset(61px 0 27px 0);
    clip-path: inset(61px 0 27px 0);
  }

  73.33333% {
    -webkit-clip-path: inset(85px 0 1px 0);
    clip-path: inset(85px 0 1px 0);
  }

  76.66667% {
    -webkit-clip-path: inset(99px 0 2px 0);
    clip-path: inset(99px 0 2px 0);
  }

  80% {
    -webkit-clip-path: inset(9px 0 23px 0);
    clip-path: inset(9px 0 23px 0);
  }

  83.33333% {
    -webkit-clip-path: inset(50px 0 45px 0);
    clip-path: inset(50px 0 45px 0);
  }

  86.66667% {
    -webkit-clip-path: inset(57px 0 9px 0);
    clip-path: inset(57px 0 9px 0);
  }

  90% {
    -webkit-clip-path: inset(40px 0 56px 0);
    clip-path: inset(40px 0 56px 0);
  }

  93.33333% {
    -webkit-clip-path: inset(41px 0 31px 0);
    clip-path: inset(41px 0 31px 0);
  }

  96.66667% {
    -webkit-clip-path: inset(62px 0 38px 0);
    clip-path: inset(62px 0 38px 0);
  }

  100% {
    -webkit-clip-path: inset(24px 0 35px 0);
    clip-path: inset(24px 0 35px 0);
  }
}

.rotate {
  -webkit-animation: 4s linear infinite rotating;
  animation: 4s linear infinite rotating;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.rotate.slower {
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
}

.fadeIn {
  -webkit-animation: 0.4s ease-in-out fadeIn;
  animation: 0.4s ease-in-out fadeIn;
}

.fadeOut {
  -webkit-animation: 0.4s ease-in-out fadeOut;
  animation: 0.4s ease-in-out fadeOut;
}

:root {
  --app-height: 100%;
}

::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-track {
  background: #212122;
}

::-webkit-scrollbar-thumb {
  background-color: #f1b84b;
}

.cursor {
  visibility: hidden;
  display: none;
  border-radius: 50%;
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    background-color 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    background-color 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    background-color 0.3s ease-in-out;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 10000000;
}

.cursor_lottie {
  width: 100%;
  height: 100%;
  margin-top: -2px;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}

.cursor.visible {
  display: block;
}

.cursor--normal {
  width: 20px;
  height: 20px;
  background-color: rgba(241, 184, 75, 0.7);
  border: 1px solid #212122;
}

.cursor--link {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.7);
}

.cursor--eye {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cursor--eye .cursor_lottie {
  opacity: 1;
  position: relative;
  right: -1px;
}

html.fixed {
  overflow: hidden;
}

html.swal2-shown {
  padding: 0 !important;
}

body {
  font-family: Archivo, sans-serif;
  color: #212122;
  font-size: 16px;
  line-height: 1.6;
  position: relative;
  min-height: 100vh;
}

.section {
  padding: 80px 0;
}

.section_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section_nav-controls,
.section_nav-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  line-height: 1;
}

.section_nav-title {
  margin-bottom: 10px;
}

.section_nav-controls {
  font-size: 20px;
}

.section_nav-controls_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1px;
}

.section_nav-controls_btns .link:first-of-type {
  margin-right: 30px;
}

.section_nav-controls_btns .link:focus,
.section_nav-controls_btns .link:hover {
  color: #f1b84b;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.2;
}

.h1,
h1 {
  font-size: 42px;
}

.h1.extra,
h1.extra {
  font-size: 48px;
}

.h2,
h2 {
  font-size: 24px;
  line-height: 1.3;
}

.h3,
h3 {
  font-size: 21px;
}

.h4,
h4 {
  font-size: 17px;
}

.h5,
h5 {
  font-size: 14px;
  line-height: 1.3;
}

.h6,
h6 {
  font-size: 12px;
  line-height: 1.3;
}

.quote {
  quotes: none;
  font-weight: 500;
  font-style: italic;
}

.outlined {
  color: transparent;
}

.outlined--white {
  -webkit-text-stroke: 2px #fff;
  text-stroke: 2px #fff;
}

.outlined--black {
  -webkit-text-stroke: 2px #212122;
  text-stroke: 2px #212122;
}

.stripe-text {
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.stripe-text--white {
  background: #fff;
  color: #212122;
}

.stripe-text--white span {
  background: #fff;
}

.stripe-text--black {
  background: #212122;
  color: #fff;
}

.stripe-text--black span {
  background: #212122;
}

.btn {
  border-radius: 2px;
  height: 46px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  color: #212122;
  padding: 10px 40px;
  border: 2px solid transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.btn--outline {
  border: 2px solid #212122;
}

.btn--accent {
  background: #f1b84b;
  border-color: #f1b84b;
}

.btn--white {
  background: #fff;
  border-color: #fff;
}

.btn--white:focus,
.btn--white:hover {
  background: #f1b84b;
  border-color: #f1b84b;
}

.btn--black {
  background: #212122;
  border-color: #212122;
  color: #fff;
}

.btn--black:focus,
.btn--black:hover {
  color: #212122;
  background: 0 0;
}

.btn--hover-o:focus,
.btn--hover-o:hover {
  background: 0 0;
  border-color: #fff;
  color: #fff;
}

.btn--hover-black:focus,
.btn--hover-black:hover {
  background: #212122;
  border-color: #212122;
  color: #fff;
}

.btn--arrow {
  position: relative;
}

.btn--arrow .icon {
  position: absolute;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  right: 40px;
  opacity: 0;
  color: #212122;
}

.btn--arrow:focus,
.btn--arrow:hover {
  padding-right: 60px;
}

.btn--arrow:focus .icon,
.btn--arrow:hover .icon {
  opacity: 1;
}

.btn--shop {
  gap: 20px;
  padding: 10px 0;
}

.link--underline {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  font-weight: 500;
  color: #212122;
}

.link--underline:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  background: #212122;
  left: 0;
  bottom: 0;
  -webkit-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

.link--underline:focus:after,
.link--underline:hover:after {
  width: 100%;
}

.link--brackets {
  position: relative;
}

.link--brackets:not(.current) {
  left: -5px;
}

.link--brackets:after,
.link--brackets:before {
  position: relative;
  top: -1px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.link--brackets:before {
  content: '[';
}

.link--brackets:after {
  content: ']';
}

.link--brackets.current,
.link--brackets:focus,
.link--brackets:hover {
  left: 0;
}

.link--brackets.current:after,
.link--brackets.current:before,
.link--brackets:focus:after,
.link--brackets:focus:before,
.link--brackets:hover:after,
.link--brackets:hover:before {
  visibility: visible;
  opacity: 1;
}

.link--brackets.current:before,
.link--brackets:focus:before,
.link--brackets:hover:before {
  padding-right: 2px;
}

.link--brackets.current:after,
.link--brackets:focus:after,
.link--brackets:hover:after {
  padding-left: 2px;
}

.field {
  background: #fff;
  border: 1px solid #212122;
  color: #212122;
  border-radius: 2px;
  height: 46px;
  padding: 4px 20px;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

.field.error {
  border-color: red;
}

.field::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  color: #727272;
}

.field::-moz-placeholder {
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  color: #727272;
}

.field:-ms-input-placeholder {
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  color: #727272;
}

.field::-ms-input-placeholder {
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  color: #727272;
}

.field::placeholder {
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  color: #727272;
}

.field:focus::-webkit-input-placeholder {
  opacity: 0;
}

.field:focus::-moz-placeholder {
  opacity: 0;
}

.field:focus:-ms-input-placeholder {
  opacity: 0;
}

.field:focus::-ms-input-placeholder {
  opacity: 0;
}

.field:focus::placeholder {
  opacity: 0;
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 84px auto 0;
  padding: 0 20px;
  font-size: 12px;
  font-weight: 700;
  gap: 5px 10px;
  max-width: 1770px;
}

.breadcrumbs .link {
  position: relative;
  color: #727272;
}

.breadcrumbs .link:after {
  content: '/';
  position: relative;
  right: -5px;
  color: #727272;
}

.breadcrumbs .link:focus,
.breadcrumbs .link:hover {
  color: #212122;
}

.hotspot_trigger {
  position: absolute;
  display: block;
  width: 22px;
  height: 22px;
  background: #212122;
  border: 4px solid #fff;
  border-radius: 50%;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
  z-index: 5;
}

.hotspot_trigger:focus,
.hotspot_trigger:hover {
  border-width: 6px;
}

.hotspot_content {
  position: absolute;
  max-width: 200px;
  padding: 20px;
  background: #fff;
  border: 2px solid #212122;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 6;
}

.hotspot_content.visible {
  opacity: 1;
  visibility: visible;
}

.hotspot_content img {
  position: static !important;
  margin-bottom: 5px;
  height: 100%;
}

.hotspot_content span {
  display: block;
  font-weight: 900;
  font-size: 12px;
  text-transform: uppercase;
}

.meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
}

.meta_item {
  position: relative;
  font-weight: 700;
  font-size: 12px;
  color: #727272;
  line-height: 1;
}

.meta_item:not(:last-of-type) {
  padding-right: 5px;
}

.meta_item:not(:last-of-type):after {
  content: '/';
  right: -5px;
  position: relative;
}

.meta_item--single {
  display: block;
}

.meta_item--single:after {
  display: none;
  padding-right: 0;
}

.rating {
  gap: 10px;
  color: #727272;
  line-height: 1;
}

.rating_stars {
  gap: 5px;
  font-size: 12px;
  line-height: 1;
}

.rating_stars .icon-star {
  color: #212122;
}

.qty {
  border: 1px solid #bababa;
  border-radius: 2px;
  height: 46px;
  max-width: 110px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 1;
}

.qty_amount-display {
  width: 30px;
  text-align: center;
  font-weight: 700;
}

.qty .control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.size_input {
  display: none;
}

.size_input:checked + .size_label {
  background-color: #212122;
  color: #fff;
}

.size_label {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 36px;
  border: 1px solid #727272;
  border-radius: 2px;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  background-color: #fff;
  color: #212122;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.size_label:hover {
  background-color: #212122;
  color: #fff;
}

.color_input {
  display: none;
}

.color_input:checked + .color_label .color_label-text {
  color: #212122;
}

.color_input:checked + .color_label .color_label-icon .icon {
  opacity: 1;
}

.color_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.color_label:hover .color_label-text {
  color: #212122;
}

.color_label-icon {
  border-radius: 2px;
  width: 28px;
  height: 28px;
  position: relative;
  overflow: hidden;
}

.color_label-icon .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  width: 14px;
  height: 14px;
  background: #212122;
  font-size: 10px;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}

.color_label-text {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 16px;
  color: #939393;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.color_label--all .color_label-icon {
  border: 1px solid #bababa;
}

.color_label--white .color_label-icon {
  border: 1px solid #979797;
}

.color_label--black .color_label-icon {
  background: #212122;
}

.color_label--multi .color_label-icon {
  background: -o-linear-gradient(
    325.18deg,
    #2982ff -25.81%,
    #e7f19e 42.93%,
    #ffefe6 100%
  );
  background: linear-gradient(
    124.82deg,
    #2982ff -25.81%,
    #e7f19e 42.93%,
    #ffefe6 100%
  );
}

.color_label--gray .color_label-icon {
  background: #939393;
}

.color_label--green .color_label-icon {
  background: #00a14f;
}

.color_label--purple .color_label-icon {
  background: #bb30d1;
}

.color_label--blue .color_label-icon {
  background: #0500ff;
}

.color_label--red .color_label-icon {
  background: #fb4120;
}

.color_label--orange .color_label-icon {
  background: #f1b84b;
}

.sale_label {
  background: rgba(255, 255, 255, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 36px;
  font-size: 14px;
  position: absolute;
  font-weight: 700;
  color: #fb4120;
  width: 54px;
  left: 0;
  top: 25px;
}

.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

.tags_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #bababa;
  border-radius: 16px;
  height: 28px;
  padding: 0 35px;
  font-size: 12px;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  background-color: transparent;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  line-height: 1;
}

.tags_item.current,
.tags_item:focus,
.tags_item:hover {
  background-color: #212122;
  color: #fff;
}

.tags_item.white.active,
.tags_item.white.current,
.tags_item.white:focus,
.tags_item.white:hover {
  background: #fff;
  color: #212122;
}

.video {
  position: relative;
}

.video .cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.video .cover img {
  height: 100%;
}

.video .cover.hidden {
  opacity: 0;
  visibility: hidden;
}

.video iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
  cursor: none !important;
}

.videoPopup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 400000;
  visibility: hidden;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  background: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.videoPopup.visible {
  visibility: visible;
}

.videoPopup_frame {
  max-width: 1170px;
  margin: 0 auto;
  background: #fff;
  padding: 20px;
  min-height: 300px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.videoPopup_frame iframe {
  width: 100%;
  height: auto;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.videoPopup_frame-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  width: 30px;
  height: 30px;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  cursor: pointer;
  right: 0;
  top: -40px;
  background: #fff;
}

.videoPopup_frame-close:hover {
  color: #f1b84b;
}

.shop .container_wrapper {
  position: relative;
}

.shop_panel {
  position: relative;
  margin-bottom: 30px;
  z-index: 9000;
}

.shop_panel.short {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.shop_panel.short .search {
  margin-bottom: 0;
}

.shop_panel.short .wrapper {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.shop_panel.short .wrapper .shop_panel-link {
  font-size: 12px;
  font-weight: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  text-transform: uppercase;
  gap: 10px;
  margin-bottom: 20px;
}

.shop_panel.short .wrapper .shop_panel-link i {
  display: block;
  margin-top: -2px;
}

.shop_panel.short .wrapper .shop_panel-link:focus,
.shop_panel.short .wrapper .shop_panel-link:hover {
  color: #1544c0;
}

.shop_panel-nav .divider {
  margin-top: 20px;
  max-width: 410px;
}

.shop_panel-sorting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}

.shop_panel-sorting .icon {
  right: -30px;
}

.shop_panel-sorting .custom-select-panel {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.shop_panel-sorting .wrapper {
  padding-right: 30px;
}

.shop_panel-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  font-weight: 700;
  margin: 20px 0 15px;
}

.shop_panel-trigger--mobile {
  position: fixed;
  left: 0;
  right: 0;
  top: -100px;
  padding: 15px 20px;
  background: #fff;
  border-bottom: 1px solid #bababa;
  z-index: 100000;
  margin: 0;
}

.shop_panel-trigger--mobile.visible {
  top: 0;
}

.shop_panel .search {
  margin: 20px 0 40px;
}

.shop_filters {
  gap: 5px 10px;
}

.shop_filters-filter.sale {
  color: #f97158;
}

.shop_items {
  margin-top: -30px;
}

.shop_items .sizer-element {
  width: 100%;
}

.shop_items-item {
  position: relative;
  display: block;
  float: left;
  min-height: 1px;
  margin-top: 30px;
  width: 100%;
}

.shop_items-item .aspect {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 105%;
  overflow: hidden;
}

.shop_items-item .aspect .product .media .link {
  aspect-ratio: 28/23;
  min-height: 230px;
}

.shop_items-item .aspect--lg {
  padding-bottom: 186%;
}

.shop_items-item .aspect--lg .product .media .link {
  aspect-ratio: 28/45;
  min-height: 450px;
}

.shop_items-item .aspect_inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.contact-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  position: relative;
  z-index: 500;
}

.contact-form textarea {
  height: 130px;
  padding-top: 10px;
}

.contact-form .btn {
  margin-top: 10px;
}

.product:hover .media .link:after {
  opacity: 1;
}

.product:hover .media_overlay-label--sale {
  opacity: 0;
}

.product:hover .media_overlay-label--favorite {
  right: 0;
}

.product:hover .main_info {
  opacity: 0;
}

.product:hover .main_overlay {
  opacity: 1;
}

.product .media {
  display: block;
  position: relative;
  margin-bottom: 20px;
}

.product .media img,
.product .media video {
  height: 100%;
}

.product .media .link {
  display: block;
  position: relative;
}

.product .media .link:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(216, 216, 216, 0.3);
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
}

.product .media_overlay {
  overflow: hidden;
}

.product .media_overlay-label {
  background: rgba(255, 255, 255, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 36px;
  font-size: 14px;
  position: absolute;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.product .media_overlay-label--favorite {
  right: -100%;
  width: 46px;
  top: 35px;
}

.product .media_overlay-label--favorite .icon-heart {
  color: #fb4120;
}

.product .main {
  position: relative;
  height: 46px;
}

.product .main_overlay {
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
}

.product .main_overlay-btn {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.product .main_overlay-btn .icon {
  margin-left: 20px;
}

.product .main_info {
  line-height: 1;
  font-weight: 900;
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.product .main_info-title {
  text-transform: uppercase;
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
}

.product .main_info-price--old {
  color: #727272;
  text-decoration: line-through;
  margin-right: 10px;
}

.product .main_info-price--sale {
  color: #f97158;
}

.emoji_item {
  -webkit-transition: -webkit-transform 0.7s ease-in-out;
  transition: transform 0.7s ease-in-out;
  -o-transition: transform 0.7s ease-in-out;
  transition: transform 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
}

.circular {
  font-weight: 700;
  text-transform: uppercase;
  width: 140px;
  height: 140px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
}

.circular i {
  font-size: 24px;
}

.circular_text {
  position: absolute;
}

.circular_text span {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
}

.page {
  padding: 60px 0;
  margin-top: 15px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.page_overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.page_title {
  position: relative;
  z-index: 20;
}

.page_title-icon {
  margin-bottom: 10px;
}

.page_title-subtitle {
  line-height: 1.3;
}

.box_posts {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

.box_posts-item .main,
.box_posts-item .media {
  position: relative;
}

.box_posts-item .media {
  aspect-ratio: 56/48;
  z-index: 1;
}

.box_posts-item .media img {
  height: 100%;
}

.box_posts-item .main {
  padding: 30px 20px 0 0;
  margin-top: -20px;
  background: #fff;
  z-index: 2;
  width: calc(100% - 20px);
  margin-left: -1px;
}

.box_posts-item .main_title {
  display: inline-block;
  margin-bottom: 5px;
}

.box_posts-item .main_title:focus,
.box_posts-item .main_title:hover {
  color: #1544c0;
}

.feed {
  margin-bottom: -1px;
}

.feed .link {
  overflow: hidden;
  display: block;
  aspect-ratio: 24/23;
}

.feed .link img {
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  height: 100%;
}

.feed .link:focus img,
.feed .link:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.socials {
  color: #f1b84b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.socials--alt {
  color: #1544c0;
}

.socials a:focus,
.socials a:hover {
  opacity: 0.7;
}

.ticker {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  line-height: 1 !important;
  width: 100%;
}

.ticker.yellow {
  background: #f1ff38;
}

.ticker.white {
  background: #fff;
}

.ticker-component {
  height: 54px !important;
}

.ticker-text {
  padding: 0 30px;
  position: relative;
  margin-bottom: 4px;
}

.ticker-text:after {
  content: '\e903';
  font-family: icomoon;
  position: relative;
  right: -32px;
  font-size: 24px;
  top: 3px;
}

.ticker-item {
  visibility: hidden;
}

.divider {
  height: 3px;
  background: #212122;
  max-width: 400px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pagination {
  margin: 40px 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.pagination_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  font-size: 18px;
  font-weight: 900;
  gap: 15px;
}

.pagination_main .icon {
  font-size: 20px;
}

.pagination_main .link.current,
.pagination_main .link.disabled {
  pointer-events: none;
}

.pagination_main .link.current,
.pagination_main .link:focus,
.pagination_main .link:hover {
  color: #f1b84b;
}

.pagination_main .link.current {
  margin-right: 10px;
}

.search {
  position: relative;
}

.search label {
  position: absolute;
  left: 15px;
  top: 15px;
  width: 16px;
  height: 16px;
  line-height: 1;
}

.search .field {
  width: 100%;
  padding-left: 50px;
  border-color: #bababa;
}

.search .field.error {
  border-color: red;
}

.search .field:focus {
  border-color: #212122;
}

.scrollTrigger {
  display: block;
  position: fixed;
  right: -40px;
  bottom: 0;
  width: 40px;
  height: 40px;
  background: #fff;
  color: #212122;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 10000;
  border: 2px solid #212122;
  border-right: none;
  border-bottom: none;
}

.scrollTrigger.active {
  right: 0;
}

.scrollTrigger:hover {
  background-color: #f1b84b;
}

.rotate.shape {
  width: 69px;
  height: 69px;
}

.linebreak {
  display: block;
}

@media screen and (min-width: 567.98px) {
  .shop_panel.short .search {
    margin-top: 20px;
  }

  .shop_panel .wrapper--options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    margin-top: 20px;
  }

  .shop_panel .wrapper .shop_panel-sorting,
  .shop_panel .wrapper .shop_panel-trigger--main {
    width: calc(50% - 15px);
    margin: 0;
    line-height: 1;
  }

  .shop_panel .wrapper .shop_panel-trigger--main {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 30px;
  }

  .shop_panel .wrapper .shop_panel-sorting .custom-select-opener {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .shop_panel .wrapper .shop_panel-sorting .wrapper {
    padding-right: 20px;
  }

  .shop_panel .wrapper .shop_panel-sorting .wrapper .icon {
    right: -20px;
  }

  .shop_items {
    margin: -30px -15px 0;
  }

  .shop_items .sizer-element {
    width: 50%;
  }

  .shop_items-item {
    width: 50%;
    padding: 0 15px;
  }

  .shop_items-item .aspect {
    padding-bottom: 107%;
  }

  .shop_items-item .aspect .product .media {
    overflow: hidden;
  }

  .shop_items-item .aspect .product .media .link {
    aspect-ratio: 25/20;
    min-height: 200px;
  }

  .shop_items-item .aspect--lg {
    padding-bottom: 188%;
  }

  .shop_items-item .aspect--lg .product .media .link {
    aspect-ratio: 25/40;
    min-height: 400px;
  }

  .box_posts {
    gap: 60px 30px;
  }

  .box_posts-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }

  .box_posts-item .media {
    height: 300px;
    aspect-ratio: unset;
  }

  .box_posts-item .main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 40px 30px 0 0;
    margin-top: -40px;
    width: calc(100% - 30px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .contact-form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contact-form .field {
    width: calc(50% - 5px);
  }

  .contact-form textarea.field {
    width: 100%;
  }

  .btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media screen and (min-width: 767.98px) {
  .scrollTrigger {
    width: 60px;
    height: 60px;
    font-size: 24px;
    right: -60px;
  }

  .page {
    padding: 100px 0;
  }

  .shop_panel.short {
    margin-top: 40px !important;
  }

  .shop_panel .search {
    margin-top: 20px;
  }

  .shop_panel-sorting {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 30px;
  }

  .shop_items-item .aspect {
    padding-bottom: 99%;
  }

  .shop_items-item .aspect--lg {
    padding-bottom: 179%;
  }

  .box_posts {
    grid-template-columns: repeat(2, 1fr);
  }

  .section {
    padding: 100px 0;
  }

  .h1,
  h1 {
    font-size: 56px;
  }

  .h1.extra,
  h1.extra {
    font-size: 100px;
  }

  .h2,
  h2 {
    font-size: 28px;
  }

  .h3,
  h3 {
    font-size: 24px;
    line-height: 1.25;
  }

  .h4,
  h4 {
    font-size: 20px;
  }

  .h5,
  h5 {
    font-size: 16px;
    line-height: 1.25;
  }

  .quote {
    font-size: 18px;
    line-height: 1.8;
  }

  .text--md {
    font-size: 18px;
  }

  .pagination {
    margin: 60px 0 100px;
    gap: 50px;
  }

  .pagination_main {
    gap: 30px;
  }

  .pagination_main .link.current {
    margin-right: 15px;
  }

  .videoPopup_frame {
    min-height: 500px;
  }
}

@media screen and (min-width: 1023.98px) {
  .cursor {
    visibility: visible;
  }

  .shop_panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .shop_panel.short {
    margin: 60px 0 20px !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 20px;
  }

  .shop_panel.short .wrapper {
    -webkit-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
    width: 100%;
  }

  .shop_panel.short .wrapper .shop_panel-link {
    margin-bottom: 0;
  }

  .shop_panel .shop_panel-nav {
    max-width: calc(100% - 430px);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .shop_panel .search {
    margin: 0 !important;
    width: 410px;
  }

  .shop_panel .wrapper--options {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .shop_panel .wrapper--options .view {
    gap: 50px;
  }

  .shop_panel .shop_panel-sorting,
  .shop_panel .shop_panel-trigger--main {
    max-width: 410px;
  }

  .shop_items .sizer-element,
  .shop_items-item {
    width: calc(100% / 3);
  }

  .shop_items .sizer-element .aspect--lg,
  .shop_items-item .aspect--lg {
    padding-bottom: 180%;
  }

  .box_posts-item .media {
    height: unset;
    aspect-ratio: 56/48;
  }
}

@media screen and (min-width: 1169.98px) {
  .breadcrumbs {
    margin: 104px auto 0;
  }

  .page {
    padding: 130px 0 200px;
  }

  .text--md {
    font-size: 20px;
  }

  .box_posts {
    grid-template-columns: repeat(3, 1fr);
  }

  .box_posts-item .main_title {
    margin-bottom: 17px;
  }

  .section {
    padding: 150px 0;
  }

  .h1,
  h1 {
    font-size: 86px;
    line-height: 1.25;
  }

  .h2,
  h2 {
    font-size: 38px;
    line-height: 1.5;
  }

  .h3,
  h3 {
    font-size: 30px;
    line-height: 1.5;
  }

  .h4,
  h4 {
    font-size: 22px;
    line-height: 1.3;
  }

  .h5,
  h5 {
    font-size: 18px;
    line-height: 1.7;
  }

  .h6,
  h6 {
    font-size: 14px;
    line-height: 1.4;
  }

  .pagination {
    margin: 90px 0 0;
  }

  .shop_items-item .aspect {
    padding-bottom: 97%;
  }

  .shop_items-item .aspect--lg {
    padding-bottom: 178%;
  }
}

@media screen and (min-width: 1365.98px) {
  .shop_items .sizer-element,
  .shop_items-item {
    width: 25%;
  }

  .shop_items .sizer-element .aspect,
  .shop_items-item .aspect {
    padding-bottom: 102%;
  }

  .shop_items .sizer-element .aspect--lg,
  .shop_items-item .aspect--lg {
    padding-bottom: 182%;
  }

  .h1.extra,
  h1.extra {
    font-size: 220px;
  }

  .videoPopup_frame {
    min-height: 800px;
  }
}

@media screen and (min-width: 1499.98px) {
  .shop_items-item .aspect {
    padding-bottom: 99%;
  }

  .shop_items-item .aspect--lg {
    padding-bottom: 179%;
  }
}

@media screen and (min-width: 1769.98px) {
  .shop_items-item .aspect {
    padding-bottom: 96%;
  }

  .shop_items-item .aspect--lg {
    padding-bottom: 176%;
  }
}

.container {
  max-width: 1770px;
  padding: 0 20px;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}

.fade {
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
}

.tab-content {
  position: relative;
  overflow: hidden;
}

.tab-content > .tab-pane {
  position: relative;
  width: 100%;
  top: 0;
  opacity: 1;
  z-index: 1;
}

.tab-content > .tab-pane:not(.active) {
  display: block;
  height: 0;
  opacity: 0;
  z-index: -1;
}

.offcanvas {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
  visibility: hidden;
  background-clip: padding-box;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  overflow-y: scroll;
}

.offcanvas-start {
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 19000;
  width: 100vw;
  height: 100vh;
}

.offcanvas.show {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.swiper-pagination-bullet {
  height: 3px;
  width: 30px;
  background: #d8d8d8;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.swiper-pagination-bullet-active,
.swiper-pagination-bullet:focus,
.swiper-pagination-bullet:hover {
  background: #212122;
}

.header {
  padding: 15px 0;
  z-index: 110000;
  background: #fff;
  will-change: transform;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-bottom: 1px solid #bababa;
  position: absolute;
  height: 64px;
  width: 100%;
  top: 0;
  left: 0;
}

.header_bg {
  visibility: hidden;
  height: 0;
  opacity: 0;
}

.header.sticky {
  position: fixed;
  background: #fff;
}

.header.opened {
  height: var(--app-height);
}

.header.opened .header_bg {
  visibility: visible;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 1;
  opacity: 0.3;
  max-height: calc(100vh - 64px);
  bottom: 0;
  top: unset;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.header.opened .header_bg img {
  position: absolute;
  bottom: -600px;
  left: -300px;
  min-width: 1000px;
}

.header--pinned {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.header--unpinned {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.header .container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -2px;
}

.header_nav {
  width: 100%;
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  overflow-y: auto;
  max-height: calc(100vh - 64px);
  padding-bottom: 20px;
}

.header_nav.collapsing {
  overflow: hidden;
}

.header_nav-list {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  position: relative;
  z-index: 2;
}

.header_nav-list_item {
  text-align: center;
}

.header_nav-list_item .nav-item {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 14px;
  line-height: 1;
}

.header_nav-list_item .nav-item.current,
.header_nav-list_item .nav-item:focus,
.header_nav-list_item .nav-item:hover {
  color: #f97158;
}

.header_nav-list_item .dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.header_nav-list_item .dropdown-list {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  gap: 15px;
}

.header_logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 25px;
  color: #dc2a1c;
  font-weight: 700;
  text-transform: uppercase;
  gap: 5px;
}

.header_logo-wrapper {
  height: 34px;
}

.header_logo-wrapper img {
  height: 100%;
  width: auto;
  -o-object-fit: unset;
  object-fit: unset;
}

.header_user {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 20px;
  margin-right: 20px;
}

.header_user-btn,
.header_user-preference {
  display: none;
}

.header_user-cart {
  position: relative;
}

.header_user-cart_qty {
  position: absolute;
  font-size: 10px;
  font-weight: 700;
  height: 16px;
  min-width: 16px;
  background: #fff;
  border: 1px solid #212122;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: -10px;
  right: -16px;
  border-radius: 50%;
  padding: 2px;
}

.header_trigger {
  -webkit-transform: scale(-1);
  -ms-transform: scale(-1);
  transform: scale(-1);
  width: 38px;
  height: 38px;
  overflow: hidden;
}

@media screen and (min-width: 567.98px) {
  .header_logo .text {
    display: block;
  }
}

@media screen and (min-width: 767.98px) {
  .header {
    height: 74px;
  }

  .header_user {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header_user-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
  }

  .header_user-btn:focus,
  .header_user-btn:hover {
    background-color: #212122;
    color: #fff;
  }
}

@media screen and (min-width: 1169.98px) {
  .header {
    height: 84px;
  }

  .header .container {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .header_bg,
  .header_trigger {
    display: none !important;
  }

  .header_logo-wrapper {
    height: 42px;
  }

  .header_logo .text {
    display: none;
  }

  .header_user {
    gap: 30px;
  }

  .header_user-preference {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    font-weight: 700;
  }

  .header_nav {
    display: block !important;
    -webkit-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
    width: unset;
    padding: 0;
    margin-left: 40px;
    overflow-y: visible;
  }

  .header_nav-list {
    margin-top: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 30px;
  }

  .header_nav-list_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header_nav-list_item .nav-link {
    font-weight: 700;
    text-transform: unset;
    position: relative;
  }

  .header_nav-list_item .nav-link:after {
    content: '';
    position: absolute;
    height: 3px;
    width: 0;
    background: #212122;
    bottom: -10px;
    left: 0;
    -webkit-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
  }

  .header_nav-list_item .nav-link.current,
  .header_nav-list_item .nav-link:focus,
  .header_nav-list_item .nav-link:hover {
    color: #212122;
  }

  .header_nav-list_item .nav-link.current:after,
  .header_nav-list_item .nav-link:focus:after,
  .header_nav-list_item .nav-link:hover:after {
    width: 100%;
  }

  .header_nav-list_item .dropdown-menu {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: absolute;
    z-index: 100;
    opacity: 0;
    top: 100%;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
    text-align: left;
    visibility: hidden;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    padding-top: 20px;
  }

  .header_nav-list_item .dropdown-menu.active {
    opacity: 1;
    visibility: visible;
  }

  .header_nav-list_item .dropdown-menu .list-item[data-main='true'] {
    display: none !important;
  }

  .header_nav-list_item .dropdown-list {
    margin: 0;
    gap: 0;
    border: 2px solid #212122;
  }

  .header_nav-list_item .dropdown-list .list-item {
    width: 100%;
    background: #fff;
  }

  .header_nav-list_item .dropdown-list .list-item:last-of-type .nav-item {
    border: none;
  }

  .header_nav-list_item .dropdown-list .nav-item {
    display: block;
    text-transform: unset;
    font-weight: 700;
    line-height: 1;
    height: 46px;
    padding: 15px 40px;
    border-bottom: 2px solid #212122;
    width: calc(100% + 2px);
    margin-left: -1px;
  }

  .header_nav-list_item .dropdown-list .nav-item.current,
  .header_nav-list_item .dropdown-list .nav-item:focus,
  .header_nav-list_item .dropdown-list .nav-item:hover {
    color: #fff;
    background-color: #212122;
  }

  .header_nav-list_item .dropdown-toggle[aria-expanded='true'] {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 1365.98px) {
  .header .container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header_logo .text {
    display: block;
  }

  .header_user {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
  }

  .header_nav {
    margin-left: 0;
  }

  .header_nav-list {
    gap: 40px;
  }
}

.post_cover {
  height: 220px;
  background: url(../img/team/Treneri-skole-rukometa-BL.jpg) left center/cover
    no-repeat;
  margin: 20px 0;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.post_cover .icon {
  display: none;
}

.post_cover .socials {
  color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  font-size: 20px;
}

.post_cover .socials .icon-youtube {
  font-size: 14px;
}

.post_content-article_title {
  margin: 20px 0;
  line-height: 1.3;
}

.post_content-article_text {
  margin-bottom: 20px;
}

.post_content-article_gallery {
  margin-top: 30px;
}

.post_content-article_gallery .gallery_wrapper {
  margin-bottom: 30px;
}

.post_content-article_gallery .gallery .swiper-slide {
  height: 180px;
}

.post_content-article_gallery .gallery .swiper-slide img {
  height: 100%;
}

.post_content-article_gallery .gallery_nav {
  margin-top: 10px;
}

.post_content-article_quote {
  margin: 30px 0;
}

.post_content-article_quote .author .icon {
  font-size: 28px;
}

.post_content-article_quote .author_name {
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}

.post_content-article_list {
  margin: 30px 0;
}

.post_content-article_list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.post_content-article_list .item .icon {
  font-size: 6px;
  margin: 9px 10px 0 0;
}

.post_content-article_list .item .text {
  width: calc(100% - 16px);
}

.post_content-article_list .inner {
  margin: 10px 0 10px 20px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.post_content-article_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  margin: 20px 0 40px;
}

.post_content-article_footer .socials {
  gap: 30px;
}

@media screen and (min-width: 567.98px) {
  .post_cover {
    height: 280px;
  }

  .post_content-article_gallery .gallery .swiper-slide {
    height: 330px;
  }

  .post_content-article_list,
  .post_content-article_quote {
    margin-left: 40px;
  }
}

@media screen and (min-width: 767.98px) {
  .post_cover {
    height: 380px;
    padding: 40px;
  }

  .post_cover-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    gap: 40px;
  }

  .post_cover .icon {
    display: block;
  }

  .post_content-article_gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 40px 0;
  }

  .post_content-article_gallery .gallery_wrapper {
    margin-bottom: 0;
    width: calc(100% - 270px);
    position: relative;
  }

  .post_content-article_gallery .gallery_nav {
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 100;
  }

  .post_content-article_gallery .gallery .swiper-slide {
    height: 240px;
  }

  .post_content-article_gallery .text {
    margin-bottom: 0;
    width: 240px;
  }
}

@media screen and (min-width: 1169.98px) {
  .post .container--main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .post_content {
    width: calc(100% - 580px);
    max-width: 700px;
  }

  .post_content-article_title {
    margin: 30px 0 20px;
  }

  .post_content-article_text {
    margin-bottom: 30px;
  }

  .post_content-article_list,
  .post_content-article_quote {
    margin-left: 80px;
  }

  .post_content-article_list {
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .post_content-article_list .inner {
    margin-left: 50px;
  }

  .post_content-article_footer {
    margin: 40px 0 60px;
  }

  .post_cover {
    margin: 60px 0;
    padding: 90px 80px;
  }
}

@media screen and (min-width: 1365.98px) {
  .post .container--main {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 100px;
  }

  .post_cover {
    height: 700px;
  }
}

.post_content-nav {
  padding: 20px 0;
  border-top: 1px solid #bababa;
  border-bottom: 1px solid #bababa;
}

.post_content-nav_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.post_content-nav_block .control {
  margin-top: 15px;
}

.post_content-nav_block .control:focus,
.post_content-nav_block .control:hover {
  color: #f1b84b;
}

.post_content-nav_block:last-of-type {
  text-align: right;
  border-top: 2px solid #bababa;
  padding-top: 20px;
  margin-top: 20px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.post_content-nav_block .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 12px;
}

.post_content-nav_block .main_label {
  color: #727272;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 10px;
}

.post_content-nav_block .main_link {
  text-transform: uppercase;
  line-height: 175%;
  font-weight: 800;
}

.post_content-nav_block .main_link:focus,
.post_content-nav_block .main_link:hover {
  color: #1544c0;
}

@media screen and (min-width: 567.98px) {
  .post_content-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
  }

  .post_content-nav:after {
    content: '';
    width: 2px;
    height: 60px;
    background: #bababa;
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .post_content-nav_block {
    width: calc(50% - 25px);
  }

  .post_content-nav_block:last-of-type {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
  }

  .post_content-nav_block .main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 12px;
  }

  .post_content-nav_block .main_label {
    color: #727272;
    font-weight: 700;
    line-height: 150%;
  }

  .post_content-nav_block .main_link {
    text-transform: uppercase;
    line-height: 175%;
    font-weight: 800;
    max-width: 310px;
  }

  .post_content-nav_block .main_link:focus,
  .post_content-nav_block .main_link:hover {
    color: #1544c0;
  }
}

@media screen and (min-width: 1169.98px) {
  .post_content-nav {
    padding: 30px 0;
  }

  .post_content-nav:after {
    bottom: 30px;
  }

  .post_content-nav_block .control {
    margin-top: 20px;
  }

  .post_content-nav_block .main_label {
    margin-bottom: 15px;
  }
}

.post_content-comments {
  padding: 40px 0;
}

.post_content-comments_title {
  margin-bottom: 20px;
}

.post_content-comments_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}

.post_content-comments_list .comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.post_content-comments_list .comment[data-reply] {
  margin-left: 40px;
}

.post_content-comments_list .comment .icon-reply,
.post_content-comments_list .comment .icon-share {
  font-size: 10px;
}

.post_content-comments_list .comment .icon-circle {
  font-size: 4px;
  color: #212122;
}

.post_content-comments_list .comment .avatar {
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1/1;
  width: 40px;
}

.post_content-comments_list .comment .main {
  width: calc(100% - 55px);
}

.post_content-comments_list .comment .main_meta,
.post_content-comments_list .comment .main_panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.post_content-comments_list .comment .main_text {
  margin-bottom: 15px;
}

.post_content-comments_list .comment .main_meta {
  gap: 5px;
  line-height: 1;
  margin-bottom: 8px;
}

.post_content-comments_list .comment .main_meta-name {
  line-height: 0.8;
}

.post_content-comments_list .comment .main_meta-date,
.post_content-comments_list .comment .main_meta-replyto {
  font-size: 12px;
  font-weight: 700;
  color: #727272;
}

.post_content-comments_list .comment .main_meta-replyto {
  margin-left: 5px;
}

.post_content-comments_list .comment .main_panel {
  gap: 10px;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  color: #727272;
}

.post_content-comments_list .comment .main_panel i {
  color: #212122;
}

.post_content-comments_list .comment .main_panel-item,
.post_content-comments_list .comment .main_panel-item .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.post_content-comments_list .comment .main_panel-item .link:focus,
.post_content-comments_list .comment .main_panel-item .link:hover {
  color: #212122;
}

.post_content-comments_list .comment .main_panel-item.rating .rating_display {
  font-weight: 700;
  color: #212122;
}

.post_content-comments_list .comment .main_panel-item.rating .rating_controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}

.post_content-comments_list
  .comment
  .main_panel-item.rating
  .rating_controls
  .link {
  display: block;
}

.post_content-comments_list
  .comment
  .main_panel-item.rating
  .rating_controls
  .link:focus,
.post_content-comments_list
  .comment
  .main_panel-item.rating
  .rating_controls
  .link:hover {
  color: #f1b84b;
}

.post_content-comments_list
  .comment
  .main_panel-item.rating
  .rating_controls
  .separator {
  width: 1px;
  height: 10px;
  background: #bababa;
}

@media screen and (min-width: 767.98px) {
  .post_content-comments {
    padding: 80px 0;
  }

  .post_content-comments_title {
    margin-bottom: 30px;
  }

  .post_content-comments_list {
    gap: 50px;
  }

  .post_content-comments_list .comment[data-reply] {
    margin-left: 120px;
  }

  .post_content-comments_list .comment .avatar {
    width: 100px;
    margin-top: -10px;
  }

  .post_content-comments_list .comment .main {
    width: calc(100% - 130px);
  }

  .post_content-comments_list .comment .main_text {
    margin-bottom: 30px;
  }
}

.post_content-reply {
  padding-bottom: 60px;
}

.post_content-reply_title {
  margin-bottom: 10px;
}

.post_content-reply_form {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.post_content-reply_form textarea {
  height: 130px;
  padding-top: 7px;
  width: 100%;
}

.post_content-reply_form .btn {
  margin-top: 10px;
}

@media screen and (min-width: 567.98px) {
  .post_content-reply_form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
  }

  .post_content-reply_form .field:not(textarea) {
    width: calc(50% - 5px);
  }

  .post_content-reply_form textarea {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .post_content-reply_form .btn {
    width: 340px;
  }
}

@media screen and (min-width: 1169.98px) {
  .post_content-reply {
    padding-bottom: 0;
  }

  .post_content-reply_title {
    margin-bottom: 15px;
  }
}

.blog_sidebar .search {
  margin-bottom: 20px;
}

.blog_sidebar-widget:not(:last-of-type) {
  margin-bottom: 30px;
}

.blog_sidebar-widget .title {
  margin-bottom: 15px;
}

.blog_sidebar-widget--nav .list {
  gap: 10px;
}

.blog_sidebar-widget--nav .list-item {
  line-height: 1;
}

.blog_sidebar-widget--recent .list {
  gap: 20px;
}

.blog_sidebar-widget--recent .list-item .media {
  height: 180px;
}

.blog_sidebar-widget--recent .list-item .media img {
  height: 100%;
}

.blog_sidebar-widget--recent .list-item .main_title {
  display: inline-block;
  margin: 10px 0 5px;
}

.blog_sidebar-widget--recent .list-item .main_title:focus,
.blog_sidebar-widget--recent .list-item .main_title:hover {
  color: #1544c0;
}

.blog_sidebar-widget--comments .list {
  gap: 20px;
}

.blog_sidebar-widget--comments .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

.blog_sidebar-widget--comments .list-item .icon {
  font-size: 8px;
  margin-top: 3px;
}

.blog_sidebar-widget--comments .list-item .link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}

.blog_sidebar-widget--comments .list-item .link .quote {
  font-style: italic;
}

.blog_sidebar-widget--calendar .wrapper {
  border: 1px solid #212122;
  padding: 20px;
}

.blog_sidebar-widget--calendar .wrapper .nav {
  line-height: 1;
  margin-bottom: 10px;
}

.blog_sidebar-widget--calendar .wrapper .nav_month {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 12px;
}

.blog_sidebar-widget--calendar .wrapper .nav_link {
  font-size: 14px;
  margin-top: 1px;
}

.blog_sidebar-widget--calendar .wrapper .nav_link:focus,
.blog_sidebar-widget--calendar .wrapper .nav_link:hover {
  color: #1544c0;
}

.blog_sidebar-widget--calendar .calendar {
  width: 100%;
  border-collapse: collapse;
}

.blog_sidebar-widget--calendar .calendar_body-week {
  border-top: 1px solid #212122;
  border-bottom: 1px solid #212122;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.blog_sidebar-widget--calendar .calendar_body-week_day {
  height: 28px;
  font-weight: 700;
}

.blog_sidebar-widget--calendar .calendar_body .spacer {
  height: 10px;
}

.blog_sidebar-widget--calendar .calendar_body-dates_date {
  height: 34px;
  width: 34px;
  text-align: center;
  border-radius: 2px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.blog_sidebar-widget--calendar .calendar_body-dates_date--current,
.blog_sidebar-widget--calendar .calendar_body-dates_date:hover {
  background: #212122;
  color: #eee;
}

.blog_sidebar-widget--calendar .calendar_body-dates_date--disabled {
  color: #939393;
  pointer-events: none;
}

.blog_sidebar-widget--banner img {
  height: 180px;
}

.blog_sidebar-widget--archive .list {
  gap: 10px;
}

.blog_sidebar-widget--archive .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.blog_sidebar-widget--archive .list-item .icon {
  font-size: 18px;
}

@media screen and (min-width: 413.98px) {
  .blog_sidebar {
    padding: 30px 20px;
    background: #f9f9f9;
  }

  .blog_sidebar-widget--recent .list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .blog_sidebar-widget--recent .list-item .media {
    height: 180px;
    width: 150px;
  }

  .blog_sidebar-widget--recent .list-item .main {
    width: calc(100% - 150px);
    background: #fff;
    margin-left: -50px;
    padding: 20px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 320px;
  }

  .blog_sidebar-widget--recent .list-item .main_title {
    margin: 0 0 10px;
  }
}

@media screen and (min-width: 567.98px) {
  .blog_sidebar {
    padding: 60px 40px;
  }

  .blog_sidebar .search {
    margin-bottom: 40px;
  }

  .blog_sidebar-widget:not(:last-of-type) {
    margin-bottom: 50px;
  }

  .blog_sidebar-widget .title {
    margin-bottom: 20px;
  }

  .blog_sidebar-widget--nav .list {
    gap: 15px;
  }

  .blog_sidebar-widget--banner .media img {
    height: 280px;
  }

  .blog_sidebar-widget--recent .list {
    gap: 30px;
  }

  .blog_sidebar-widget--recent .list-item .media {
    height: 150px;
    width: 180px;
  }

  .blog_sidebar-widget--recent .list-item .main {
    width: calc(100% - 180px);
    margin-left: -25px;
  }
}

.recent {
  padding-top: 20px;
}

@media screen and (min-width: 413.98px) {
  .recent {
    padding-top: 80px;
  }
}

@media screen and (min-width: 767.98px) {
  .recent {
    padding-top: 100px;
  }
}

@media screen and (min-width: 1023.98px) {
  .blog_sidebar {
    max-width: 50%;
  }

  .recent {
    padding-top: 100px;
  }
}

@media screen and (min-width: 1169.98px) {
  .blog_sidebar {
    max-width: 550px;
  }

  .recent {
    padding-top: 150px;
  }
}

.footer {
  background: #212122;
  color: #dbdbdb;
  padding: 80px 0;
  position: relative;
}

.footer_bg {
  display: none;
}

.footer_about {
  margin-bottom: 40px;
}

.footer_about-slogan {
  margin-bottom: 30px;
}

.footer_about-slogan_icon {
  margin-bottom: 18px;
  color: #fff;
}

.footer_about-slogan_title {
  color: #fff;
  margin-bottom: 10px;
}

.footer_about-form {
  gap: 3px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer_about-form .field {
  border-color: #fff;
}

.footer_main {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}

.footer_main-block .link--underline {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  font-weight: 500;
  color: #eee;
}

.footer_main-block .link--underline:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  background: #eee;
  left: 0;
  bottom: 0;
  -webkit-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

.footer_main-block .link--underline:focus:after,
.footer_main-block .link--underline:hover:after {
  width: 100%;
}

.footer_main-block_title {
  color: #fff;
  margin-bottom: 20px;
}

.footer_main-block_socials {
  gap: 30px;
}

.footer_main-block_content {
  gap: 13px;
}

.footer_main-block_nav {
  gap: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer_main-block_nav a.current,
.footer_main-block_nav a:focus,
.footer_main-block_nav a:hover {
  color: #f1b84b;
}

.footer_main-block_content,
.footer_main-block_nav {
  font-weight: 600;
}

.footer_copy {
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  left: 50%;
  bottom: 20px;
  z-index: 2;
  max-width: 1765px;
  width: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0 20px;
}

.footer__copyright-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
  color: var(--charcoal-dark);
}

.footer__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.3rem;
  padding-right: 0.5rem;
  background: var(--white-95);
  border-radius: 4rem;
  border: 1px solid transparent;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.footer__link:hover {
  border: 1px solid var(--indian-color);
}

.footer__img {
  max-width: 30px;
  aspect-ratio: 1/1;
  border-radius: 100%;
}

@media screen and (min-width: 567.98px) {
  .footer_about-form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .footer_about-form .field {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .footer_main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px 0;
  }

  .footer_main-block {
    width: 50%;
  }

  .footer_main-block:first-of-type {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .footer_main-block:nth-of-type(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .footer_main-block:nth-of-type(3) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .footer_main-block:nth-of-type(4) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .footer_main-block:last-of-type {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    width: 100%;
  }

  .footer_main-block_nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 30px;
  }
}

@media screen and (min-width: 767.98px) {
  .footer_about {
    margin-bottom: 60px;
  }

  .footer_about-slogan_text {
    font-size: 20px;
  }

  .footer_main {
    gap: 60px 0;
  }
}

@media screen and (min-width: 1023.98px) {
  .footer_about-slogan_text {
    max-width: 560px;
  }

  .footer_about-form .field {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    min-width: 360px;
  }

  .footer_main {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer_main-block {
    width: calc(25% - 15px);
  }

  .footer_main-block:first-of-type {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .footer_main-block:nth-of-type(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .footer_main-block:nth-of-type(3) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .footer_main-block:nth-of-type(4) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}

@media screen and (min-width: 1169.98px) {
  .footer {
    position: relative;
    overflow: hidden;
  }

  .footer_bg {
    display: block;
    position: absolute;
    opacity: 12%;
    z-index: 1;
    left: 50%;
    top: -200px;
    width: 100%;
    height: 100%;
  }

  .footer .container {
    position: relative;
    z-index: 2;
  }

  .footer_main-block {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .footer_main-block:nth-of-type(2) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .footer_main-block:nth-of-type(3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media screen and (min-width: 1365.98px) {
  .footer_main {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 30px 50px;
  }
}

@media screen and (min-width: 1599.98px) {
  .footer {
    padding: 150px 0;
  }

  .footer_bg {
    left: 400px;
  }

  .footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .footer_about {
    margin-bottom: 0;
    width: 560px;
  }

  .footer_main {
    width: calc(100% - 560px - 170px);
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 70px;
  }

  .footer_main-block:nth-of-type(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .footer_main-block:nth-of-type(3) {
    grid-area: 1/2/2/4;
  }

  .footer_main-block:last-of-type {
    grid-area: 1/3/3/4;
  }

  .footer_main-block:last-of-type .footer_main-block_nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
  }
}

.cart_popup {
  position: fixed;
  top: 64px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1000000;
  right: 0;
  width: 100%;
  max-width: 1770px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transition: 0.15s linear;
  -o-transition: 0.15s linear;
  transition: 0.15s linear;
  opacity: 0;
  visibility: hidden;
}

.cart_popup.visible {
  opacity: 1;
  visibility: visible;
}

.cart_popup-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.cart_popup-wrapper {
  max-height: calc(100vh - 84px);
  overflow-y: auto;
  padding: 20px;
  position: relative;
  z-index: 30;
}

.cart_popup-helper {
  max-width: 405px;
  background: #fff;
  border: 1px solid #212122;
  position: relative;
}

.cart_popup-helper:after {
  content: '';
  display: block;
  position: absolute;
  background: #fff;
  border-top: 1px solid #212122;
  border-right: 1px solid #212122;
  width: 15px;
  height: 15px;
  top: -9px;
  right: 55px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 20;
}

.cart_popup .note {
  font-size: 10px;
  color: #727272;
  font-weight: 700;
}

.cart_popup-header {
  font-size: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d7d7d7;
}

.cart_popup-header .success .icon {
  font-size: 16px;
}

.cart_popup-header .note {
  width: 100%;
  margin-top: 5px;
}

.cart_popup-header .cartID,
.cart_popup-header .success {
  text-transform: uppercase;
  line-height: 1;
}

.cart_popup-header .cartID {
  color: #727272;
  font-weight: 700;
}

.cart_popup-main_list .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 20px 0;
  border-bottom: 1px solid #d7d7d7;
  gap: 10px;
}

.cart_popup-main_list .list-item .media {
  width: 70px;
  height: 90px;
}

.cart_popup-main_list .list-item .media img {
  height: 100%;
}

.cart_popup-main_list .list-item .main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cart_popup-main_list .list-item .main_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.cart_popup-main_list .list-item .main_info .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}

.cart_popup-main_list .list-item .main_info .wrapper:first-of-type {
  font-size: 12px;
  font-weight: 700;
  color: #727272;
  margin-bottom: 10px;
}

.cart_popup-main_list .list-item .main_info-remove {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  text-transform: uppercase;
}

.cart_popup-main_list .list-item .main_info-remove:focus,
.cart_popup-main_list .list-item .main_info-remove:hover {
  color: #1544c0;
}

.cart_popup-main_list .list-item .main_info-remove .text {
  font-size: 10px;
}

.cart_popup-main_list .list-item .main_info-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 10px;
  gap: 10px;
  margin: 5px 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.cart_popup-main_list .list-item .main_info-details .property {
  color: #727272;
}

.cart_popup-main_list .list-item .main_info-qty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cart_popup-main_list .list-item .main_info-qty_label {
  text-transform: uppercase;
  color: #727272;
  font-size: 10px;
  font-weight: 700;
  margin-right: 5px;
}

.cart_popup-main_list .list-item .main_info-qty .qty {
  border: none;
  padding: 0;
  height: unset;
}

.cart_popup-main_list .list-item .main_info-qty .qty .control {
  font-size: 12px;
}

.cart_popup-main_list .list-item .main_info-qty .qty_amount-display {
  font-weight: 700;
  font-size: 11px;
  width: 30px;
  text-align: center;
}

.cart_popup-main_list .list-item .main_info-price {
  font-weight: 700;
  font-size: 12px;
}

.cart_popup-footer {
  padding-top: 20px;
}

.cart_popup-footer_summary {
  gap: 5px;
}

.cart_popup-footer_summary .subtotal,
.cart_popup-footer_summary .total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
}

.cart_popup-footer_summary .subtotal {
  font-size: 12px;
  font-weight: 700;
}

.cart_popup-footer_action {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  margin: 20px 0 10px;
}

@media screen and (min-width: 567.98px) {
  .cart_popup-wrapper {
    padding: 30px;
  }

  .cart_popup-footer_action {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .cart_popup-footer_action .btn {
    width: calc(50% - 5px);
    padding: 10px 0;
  }
}

@media screen and (min-width: 767.98px) {
  .cart_popup {
    top: 74px;
  }
}

@media screen and (min-width: 1169.98px) {
  .cart_popup {
    top: 84px;
  }

  .cart_popup-helper:after {
    right: 100px;
  }

  .cart_popup-wrapper {
    max-height: calc(100vh - 104px);
  }
}
/*# sourceMappingURL=../sourcemaps/post-sidebar.css.map */
