@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  background-color: #000;
  color: var(--Text-text-invert, #FFF);
  overflow-x: hidden;
}
body h1 {
  color: var(--Text-text-invert, #FFF);
  font-family: Montserrat;
  font-size: 96px;
  font-style: normal;
  font-weight: 900;
  line-height: 100%; /* 96px */
  text-transform: uppercase;
}
body h2 {
  color: var(--Text-text-invert, #FFF);
  font-family: Montserrat;
  font-size: 72px;
  font-style: normal;
  font-weight: 900;
  line-height: 100%; /* 72px */
  text-transform: uppercase;
}
body h3 {
  color: var(--Text-text-invert, #FFF);
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 100%; /* 40px */
  text-transform: uppercase;
}
body h4 {
  color: var(--Text-text-invert, #FFF);
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 100%; /* 24px */
  text-transform: uppercase;
}
body small {
  color: var(--Text-text-invert, #FFF);
  /* Body - Small */
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 23.8px */
}
body .btn {
  font-size: 20px;
  font-weight: 900;
  line-height: 24.38px;
  letter-spacing: 0.05em;
}
body a {
  text-decoration: none;
  color: #fff;
}
body a:hover {
  color: var(--Buttons-Primary-btn-primary-bg, #BF0);
  text-decoration: underline;
}
body img {
  max-width: 100%;
  height: auto;
}
body .container {
  position: relative;
}
body .container.full-width {
  max-width: 1920px;
}
body .container.mid-width {
  max-width: 1608px;
}
body .section-sub-title {
  padding: var(--spacing-xs, 4px) var(--spacing-lg, 32px);
  align-items: center;
  gap: 10px;
  border-radius: var(--radius-radius-full, 128px);
  background: var(--Surface-s-white, #FFF);
  color: var(--Text-text-primary, #000);
  text-align: center;
  font-weight: bold;
  display: table;
  width: auto;
  margin: 0 auto;
  margin-bottom: 32px;
}
body .section-title {
  color: var(--Text-text-invert, #FFF);
  text-align: center;
  font-family: Montserrat;
  font-size: 72px;
  font-style: normal;
  font-weight: 900;
  line-height: 100%; /* 72px */
  text-transform: uppercase;
  margin-bottom: 16px;
}
body .gray-button {
  background: rgba(255, 255, 255, 0.2);
  display: inline-flex;
  height: var(--Buttons-Sizes-Button---M, 64px);
  padding: var(--spacing-none, 0px) var(--spacing-lg, 40px);
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--Buttons-Secondary-btn-sec-text, #FFF) !important;
  text-align: center;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  margin: 0 auto;
  -webkit-clip-path: polygon(21px 0, 100% 0, 100% calc(100% - 21px), calc(100% - 21px) 100%, 0 100%, 0 21px);
          clip-path: polygon(21px 0, 100% 0, 100% calc(100% - 21px), calc(100% - 21px) 100%, 0 100%, 0 21px);
  /*&.left{
      left: 24px;
  }
  &::after{
      content: '';
      background-image: url('../images/subtract-gray-right.svg');
      background-repeat: no-repeat;
      background-size: contain;
      width: 26px;
      height: 100%;
      position: absolute;
      top: 0px;
      right: -26px;
      background-repeat: no-repeat;
  }
  &::before{
      content: '';
      background-image: url('../images/subtract-gray-right.svg');
      background-repeat: no-repeat;
      background-size: contain;
      width: 26px;
      height: 100%;
      position: absolute;
      top: 0px;
      left: -26px;
      background-repeat: no-repeat;
      transform: rotate(180deg);
  }*/
}
body .gray-button.with-arrow span::after {
  content: "";
  background-image: url("../images/u_arrow-right.svg");
  background-size: cover;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 19px;
  right: 12px;
}
body .gray-button:hover {
  background: var(--Buttons-Secondary-btn-sec-hover, #FFF);
  color: var(--Buttons-Secondary-btn-sec-hover-text, #000) !important;
  text-decoration: none;
  /*&::before{
      background-image: url('../images/subtract-white-right.svg');
      top: 0x;
  }
  &::after{
      background-image: url('../images/subtract-white-right.svg');
      top: 0px;

  }*/
}
body .gray-button:hover.with-arrow span::after {
  background-image: url("../images/u_arrow-right-black.svg");
}
body .btn {
  display: inline-flex;
  text-align: center;
  font-family: Montserrat;
  font-size: 14.434px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0.722px;
  text-transform: uppercase;
  padding: 16px 43px;
  position: relative;
  margin: 0 auto;
  border-radius: 0;
}
body .green-button {
  display: inline-flex;
  background: var(--Buttons-Primary-btn-primary-bg, #BF0);
  color: var(--Buttons-Primary-btn-primary-text, #000);
  text-align: center;
  font-family: Montserrat;
  font-size: 14.434px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0.722px;
  text-transform: uppercase;
  padding: 16px 43px;
  position: relative;
  margin: 0 auto;
  -webkit-clip-path: polygon(21px 0, 100% 0, 100% calc(100% - 21px), calc(100% - 21px) 100%, 0 100%, 0 21px);
          clip-path: polygon(21px 0, 100% 0, 100% calc(100% - 21px), calc(100% - 21px) 100%, 0 100%, 0 21px);
  /*&.left{
      left: 17px;
  }
  &::after{
      content: '';
      background-image: url('../images/subtract-green-right.svg');
      width: 18px;
      height: 100%;
      min-height: 51px;
      position: absolute;
      top: 0px;
      right: -17px;
      background-repeat: no-repeat;
      background-size: cover;
  }
  &::before{
      content: '';
      background-image: url('../images/subtract-green-left.svg');
      width: 19px;
      height: 100%;
      min-height: 51px;
      position: absolute;
      top: -1px;
      left: -19px;
      background-repeat: no-repeat;
      background-size: cover;
  }*/
}
body .green-button.with-arrow span::after {
  content: "";
  background-image: url("../images/u_arrow-right-b.svg");
  background-size: cover;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 11px;
  right: 16px;
}
body .green-button:hover {
  box-shadow: 0px 19px 50px 0px rgba(187, 255, 0, 0.25);
  color: var(--Buttons-Primary-btn-primary-text, #000);
  text-decoration: none;
}
body .btn {
  -webkit-clip-path: polygon(21px 0, 100% 0, 100% calc(100% - 21px), calc(100% - 21px) 100%, 0 100%, 0 21px);
          clip-path: polygon(21px 0, 100% 0, 100% calc(100% - 21px), calc(100% - 21px) 100%, 0 100%, 0 21px);
}
body .alert {
  text-align: center;
  -webkit-clip-path: polygon(21px 0, 100% 0, 100% calc(100% - 21px), calc(100% - 21px) 100%, 0 100%, 0 21px);
          clip-path: polygon(21px 0, 100% 0, 100% calc(100% - 21px), calc(100% - 21px) 100%, 0 100%, 0 21px);
}
body .join-button {
  width: 100%;
  display: flex;
  margin: 0 auto;
}
body .bracket-title {
  color: var(--Text-text-accent, #BF0) !important;
}
body .bracket-title span {
  color: var(--Text-text-invert, #FFF) !important;
  margin: 0px 10px;
}
body .ellipse-bg .overlay-image {
  position: absolute;
  top: -16%;
  z-index: -1;
  margin: 0 auto;
  left: 0;
  right: 0;
}
body .ellipse-bg .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 791px;
  margin-top: 50px;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
  z-index: -1;
}
body .ellipse-bg.bg-purpel .overlay {
  background-image: url("../images/ellipse-10.svg");
}
body .ellipse-bg.bg-green .overlay {
  background-image: url("../images/ellipse-11.svg");
}
body .ellipse-bg.bg-blue .overlay {
  background-image: url("../images/ellipse-8.svg");
}
body .ellipse-bg.bg-pink .overlay {
  background-image: url("../images/ellipse-9.svg");
}
body .section {
  padding-top: 156px;
  padding-bottom: 156px;
  position: relative;
}
body .green-text {
  color: var(--Buttons-Primary-btn-primary-bg, #BF0);
}
body .table > :not(caption) > * > * {
  color: var(--Text-text-invert, #FFF);
}
body table.table.no-radius tr:first-child {
  border-radius: 0;
}
body table.table.no-radius tr:last-child {
  border-radius: 0;
}
body table.table tr {
  padding: var(--spacing-md, 16px);
  justify-content: space-between;
  align-items: center;
  flex: 1 0 0;
  align-self: stretch;
  background: var(--Surface-s-white-10, rgba(255, 255, 255, 0.1));
}
body table.table tr:first-child td:first-child {
  border-top-left-radius: 16px;
}
body table.table tr:first-child td:last-child {
  border-top-right-radius: 16px;
}
body table.table tr:last-child td {
  border-bottom: 0;
}
body table.table tr:last-child td:first-child {
  border-bottom-left-radius: 16px;
}
body table.table tr:last-child td:last-child {
  border-bottom-right-radius: 16px;
}
body table.table tr td {
  padding: var(--spacing-md, 16px);
  background-color: transparent;
  border: 0;
  display: table-cell;
  vertical-align: middle;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  text-align: left;
  border-bottom: 1px solid var(--Surface-s-white-10, rgba(255, 255, 255, 0.1));
}
body table.table tr td a {
  color: var(--Text-text-accent, #BF0);
}
body table.table tr td a:hover {
  text-decoration: underline;
}
body table.table tr td .gray-button,
body table.table tr td .green-button {
  color: var(--Text-text-invert, #FFF);
  text-align: center;
  font-family: Montserrat;
  font-size: 12.5px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0.625px;
  text-transform: uppercase;
  display: flex;
  height: var(--Buttons-Sizes-Button---S, 40px);
  padding: var(--spacing-none, 0px) 30px;
  justify-content: center;
  align-items: center;
  gap: 6.25px;
  display: inline-flex;
  margin-right: 16px;
}
body table.table tr td .gray-button.with-arrow span::after,
body table.table tr td .green-button.with-arrow span::after {
  width: 15px;
  height: 15px;
  top: 12px;
}
body table.table tr td .gray-button:hover,
body table.table tr td .green-button:hover {
  text-decoration: none;
}
body table.table tr td .green-button {
  color: var(--Buttons-Primary-btn-primary-text, #000);
}
body table.table tr td .green-button::after {
  top: -1px;
  min-height: 42px;
  background-size: contain;
}
body table.table tr td .green-button::before {
  top: -1px;
  left: -14px;
  min-height: 42px;
  background-size: contain;
}
body table.table tr td .gray-button {
  background: var(--Surface-s-white-20, rgba(255, 255, 255, 0.2));
}
body table.table tr td .gray-button:hover {
  background: var(--Buttons-Secondary-btn-sec-hover, #FFF);
}
body .filter-show-category {
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 64px;
  margin-top: 50px;
}
body .filter-show-category ul {
  list-style: none;
}
body .filter-show-category ul li {
  display: inline-block;
  margin-right: 64px;
}
body .filter-show-category ul li:last-child {
  margin-right: 0;
}
body .filter-show-category ul li a {
  color: var(--Text-text-accent, #BF0);
  text-align: center;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
body .filter-show-category ul li a span {
  color: var(--Text-text-accent, #fff);
  margin: 0px 5px;
}
body .filter-show-category ul li a:hover, body .filter-show-category ul li a.active {
  text-decoration: none;
}
body .filter-show-category ul li a:hover span, body .filter-show-category ul li a.active span {
  color: var(--Text-text-accent, #BF0);
}
body .w37 {
  width: 37%;
  margin: 0 auto;
}
body .counter-item {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  color: var(--Buttons-Primary-btn-primary-text, #000);
  text-align: center;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 100%; /* 20px */
  text-transform: uppercase;
  background: var(--Buttons-Primary-btn-primary-bg, #BF0);
}
body .counter-item.circule {
  border-radius: var(--radius-radius-full, 128px);
}
body .owl-carousel {
  z-index: 2;
}
body .play-video {
  position: absolute;
  top: 44%;
  left: 46%;
}
body .play-video::before {
  content: "";
  background-image: url("../images/play_video_1.svg");
  position: absolute;
  width: 122px;
  height: 122px;
  cursor: pointer;
}
body .play-video:hover::before {
  animation: rotateImage 1s infinite;
}
body .play-video::after {
  content: "";
  background-image: url("../images/play_video_2.svg");
  position: absolute;
  width: 88px;
  height: 88px;
  top: 17px;
  left: 17px;
  cursor: pointer;
}
body .video-player {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
body form {
  background: #333333;
  box-shadow: 24px 24px 38px 0px rgba(0, 75, 95, 0.05);
  display: flex;
  padding: var(--spacing-xl, 64px);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  margin-bottom: 32px;
}
body form input[type=submit] {
  display: block;
  position: relative;
  text-align: center;
  border: 0;
  padding: 0;
  margin: 0 auto;
  padding: 16px 43px;
}
body form input[type=submit]::before, body form input[type=submit]::after {
  display: none;
}
body form input[type=submit].w-auto {
  width: auto;
}
body form h3 {
  margin-bottom: 32px;
}
body form .green-button {
  padding: 0;
}
body form .form-group {
  width: 100%;
  margin-bottom: 32px;
}
body form .form-group input, body form .form-group select {
  display: flex;
  height: 59px;
  padding: var(--sizes-2, 16px) var(--spacing-md, 16px);
  align-items: flex-start;
  gap: var(--sizes-2, 16px);
  flex: 1 0 0;
  border: var(--spacing-none, 1px) solid var(--Surface-s-stroke, #DAE0E6);
  background: var(--Surface-s-white, #FFF);
  border-radius: 0;
}
body form input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
body form input[type=checkbox]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
}
body form input[type=checkbox]:checked::before {
  transform: scale(1);
}
body form label {
  color: var(--Text-text-invert, #999999);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  position: relative;
}
body form .checkboxContainer {
  padding-left: 45px;
}
body form .checkboxContainer .checkmark {
  position: absolute;
  top: 13px;
  left: -40px;
  height: 25px;
  width: 25px;
  border: 2px solid #fff;
}
body form .checkboxContainer .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
body form .checkboxContainer .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
body form .checkboxContainer input:checked ~ .checkmark:after {
  display: block;
}
body form .checkbox-box {
  position: relative;
  padding-left: 40px;
}
body form textarea.form-control {
  border-radius: 0;
  min-height: 250px;
}
body form .zet-fileupload-container button {
  border: 0;
  margin-bottom: 30px;
  text-align: center;
  font-family: Montserrat;
  font-size: 14.434px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0.722px;
  text-transform: uppercase;
  padding: 16px 43px;
  position: relative;
  margin: 0 auto;
  height: 50px;
}
body form .zet-fileupload-container .progress {
  border-radius: 0;
}
body form .zet-fileupload-container .progress .progress-bar {
  background-color: var(--Buttons-Primary-btn-primary-bg, #BF0);
}
body form .zet-fileupload-container table {
  display: none;
}
body .flash-message {
  position: absolute;
  right: 10%;
  bottom: 4px;
  width: 80%;
  text-align: center;
  z-index: 99999999;
}
body .flash-message .alert {
  border-radius: 0;
  border: 0;
  font-size: 14.434px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0.722px;
  text-transform: uppercase;
  margin-bottom: 0;
}
body .flash-message .alert.alert-success {
  background: var(--Buttons-Primary-btn-primary-bg, #BF0);
  color: var(--Buttons-Primary-btn-primary-text, #000);
}
body .flash-message .alert.alert-danger {
  background: var(--Buttons-Primary-btn-primary-bg, #CC2229);
  color: var(--Text-text-invert);
}
body .paging_simple_numbers li, body .paging_simple_numbers .active {
  border: 0;
}
body .paging_simple_numbers li a, body .paging_simple_numbers .active a {
  border: 0;
  padding: 10px 20px;
  background: var(--Buttons-Secondary-btn-sec-bg, #3e364a);
  color: var(--Buttons-Secondary-btn-sec-text, #FFF);
}
body .paging_simple_numbers li a:hover, body .paging_simple_numbers li a.active, body .paging_simple_numbers .active a:hover, body .paging_simple_numbers .active a.active {
  color: var(--Buttons-Primary-btn-primary-text, #000);
  background: var(--Buttons-Primary-btn-primary-bg, #BF0);
  text-decoration: none;
}
body .paging_simple_numbers li span, body .paging_simple_numbers .active span {
  padding: 10px 20px;
  border: 0;
  color: var(--Buttons-Primary-btn-primary-text, #000);
  background: var(--Buttons-Primary-btn-primary-bg, #BF0);
}
body .paging_simple_numbers li.disabled, body .paging_simple_numbers .active.disabled {
  display: none;
}
body .paging_simple_numbers li.disabled span, body .paging_simple_numbers .active.disabled span {
  opacity: 0.2;
}
body .alert {
  border: 0;
  border-radius: 0;
  margin-top: 64px;
  margin-bottom: 64px;
}
body .alert.alert-danger {
  background: var(--Buttons-Primary-btn-primary-bg, #CC2229);
  color: var(--Text-text-invert);
}
body .alert.alert-success {
  color: var(--Buttons-Primary-btn-primary-text, #000);
  background: var(--Buttons-Primary-btn-primary-bg, #BF0);
}
body .row {
  width: 100%;
}
body .font-weight-bold {
  font-weight: 900 !important;
}
body .avatar {
  width: 72px;
  height: 72px;
  border-radius: var(--radius-radius-full, 128px);
}
body .avatar img {
  -o-object-fit: cover;
     object-fit: cover;
}
body #content {
  position: relative;
}
body .laser-beam-box {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  z-index: -1;
}
body .laser-beam-box .laser-beam {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 3px;
  height: 500%;
  background: rgba(99, 195, 231, 0.6);
  box-shadow: 0px 0px 15px 0px rgb(99, 195, 231);
  transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  animation: laser 7s infinite;
  -webkit-animation: laser 7s infinite;
}
body .laser-beam-box .laser-beam.red {
  animation: laser 7.5s infinite;
  -webkit-animation: laser 7.5s infinite;
  background: rgba(236, 19, 65, 0.6);
  box-shadow: 0px 0px 15px 0px rgb(236, 19, 65);
}
body .laser-beam-box .laser-beam.purple {
  animation: laser 7.3s infinite;
  -webkit-animation: laser 7.3s infinite;
  background: rgba(204, 102, 255, 0.6);
  box-shadow: 0px 0px 15px 0px rgb(204, 102, 255);
}
body .laser-beam-box .laser-beam.green {
  animation: laser 7.7s infinite;
  -webkit-animation: laser 7.7s infinite;
  background: rgba(86, 212, 69, 0.6);
  box-shadow: 0px 0px 15px 0px rgb(86, 212, 69);
}
@keyframes laser {
  0% {
    transform: rotateZ(-75deg);
  }
  50% {
    transform: rotateZ(75deg);
  }
  100% {
    transform: rotateZ(-75deg);
  }
}
body .page-header-animations {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  animation: expandHeight 1s forwards;
}
body .page-header-animations .line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background-color: white;
}
body .page-header-animations.hide .line {
  animation: fadeOut 1s forwards 1s;
}
body .page-header-animations.mb {
  margin-bottom: 64px;
}
body .page-header-animations .circle {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 19px;
  height: 19px;
  background-color: white;
  border-radius: 50%;
}
body .page-header-animations.change-color .circle {
  animation: changeColor 1s forwards 1s;
}
@keyframes expandHeight {
  to {
    height: 114px;
  }
}
@keyframes fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes changeColor {
  to {
    background-color: var(--Buttons-Primary-btn-primary-bg, #BF0);
  }
}

#header {
  display: flex;
  padding: var(--spacing-md, 16px) var(--spacing-lg, 32px);
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-bottom: 1px solid rgba(255, 255, 255, 0.34);
  -webkit-backdrop-filter: blur(9.8000001907px);
          backdrop-filter: blur(9.8000001907px);
}
#header .logo {
  float: left;
  margin-right: 10%;
}
#header #main-menu ul {
  display: flex;
  align-items: center;
  gap: var(--spacing-xl, 64px);
  align-self: stretch;
  margin: 0;
  padding-top: 18px;
  float: left;
}
#header #main-menu ul li {
  display: inline-block;
  align-items: center;
  align-self: stretch;
}
#header #main-menu ul li:last-child {
  margin-right: 0;
}
#header #main-menu ul li:hover, #header #main-menu ul li.active {
  padding-bottom: 10px;
  border-bottom: 2px solid var(--Text-text-accent, #BF0);
}
#header #main-menu ul li a {
  color: var(--Text-text-invert, #FFF);
  text-align: center;
  text-transform: uppercase;
}
#header #main-menu ul li a:hover {
  text-decoration: none;
}
#header #main-menu .join-button {
  float: right;
  width: auto;
  display: flex;
  padding: var(--spacing-none, 0px) var(--spacing-lg, 32px);
  justify-content: center;
  align-items: center;
  gap: 7.217px;
  align-self: stretch;
  align-self: stretch;
  margin-top: 7px;
  position: relative;
}
#header #main-menu .join-button svg {
  position: absolute;
}
#header #main-menu .join-button .header-cart {
  background: var(--Buttons-Primary-btn-primary-border, #BF0);
  color: var(--Surface-s-dark, #000);
  position: absolute;
  right: -80px;
  top: 0;
  padding: 16px 30px;
}
#header #main-menu .join-button .header-cart span {
  height: 18px;
}
#header #main-menu .join-button .header-cart span::after {
  content: "";
  background-image: url("../images/u_shopping-cart.svg");
  position: absolute;
  right: 0px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  top: 13px;
}

#new-laser {
  padding-top: 78px;
  margin-top: 78px;
  background-position: 50% -150px;
}

#new-laser-similiar .sub-content {
  width: 37%;
  margin: 0 auto;
}

#similiar-list {
  display: flex;
  padding: var(--spacing-2xl, 74px) var(--spacing-2xl, 0px) var(--spacing-none, 64px) var(--spacing-2xl, 0px);
  align-items: center;
  gap: var(--spacing-xl, 64px);
  align-self: stretch;
}
#similiar-list .sim-item {
  margin-bottom: 16px;
}
#similiar-list .sim-item a {
  display: block;
  padding: var(--spacing-md, 16px);
  align-items: center;
  gap: 16px;
  flex: 1 0 0;
  border-radius: var(--spacing-md, 16px);
  background: var(--Surface-s-white-20, rgba(255, 255, 255, 0.2));
  border: 2px solid var(--Buttons-Primary-btn-primary-border, rgba(255, 255, 255, 0.2));
  box-shadow: 24px 24px 38px 0px rgba(0, 75, 95, 0.05);
  position: relative;
}
#similiar-list .sim-item a:hover {
  border: 2px solid var(--Buttons-Primary-btn-primary-border, #BF0);
  text-decoration: none;
}
#similiar-list .sim-item a:hover .arrow {
  background-color: var(--Buttons-Primary-btn-primary-bg, #BF0);
  background-image: url("../images/u_angle-right-b.svg");
}
#similiar-list .sim-item a:hover p {
  color: var(--Buttons-Secondary-btn-sec-hover, #FFF);
}
#similiar-list .sim-item a:hover p.price {
  color: var(--Text-text-accent, #BF0);
}
#similiar-list .sim-item a .showImage {
  width: auto;
  width: 94px;
  height: 111px;
  border-radius: var(--spacing-md, 16px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#similiar-list .sim-item a .rating {
  width: 100%;
  float: left;
  margin-bottom: 8px;
  min-height: 28px;
}
#similiar-list .sim-item a .rating img {
  width: 16px;
  height: 16px;
}
#similiar-list .sim-item a .price {
  font-size: 16px;
  min-height: 28px;
}
#similiar-list .sim-item a .arrow {
  position: absolute;
  bottom: 16px;
  right: 16px;
  float: right;
  width: 32px;
  height: 32px;
  display: flex;
  padding: var(--sizes-1, 8px) var(--spacing-sm, 8px);
  align-items: flex-start;
  gap: 10px;
  border-radius: var(--radius-radius-full, 128px);
  border: var(--spacing-none, 1px) solid var(--Surface-s-stroke, rgba(255, 255, 255, 0.15));
  background: var(--Surface-s-white-10, rgba(255, 255, 255, 0.1));
  background-image: url("../images/u_angle-right-b-w.svg");
  background-repeat: no-repeat;
  background-position: center;
}

#footer {
  width: 100%;
  float: left;
  padding: var(--spacing-2xl, 156px);
  flex-direction: column;
  align-items: flex-start;
  border-top: 1px solid var(--Surface-s-stroke, rgba(255, 255, 255, 0.15));
  background: var(--Surface-s-dark, #000);
}
#footer .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-xl, 64px);
  align-self: stretch;
}
#footer .container .footer-log {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-xl, 64px);
  align-self: stretch;
}
#footer .container p {
  align-self: stretch;
  color: var(--Text-text-invert, #FFF);
  text-align: center;
}
#footer .container .social {
  display: flex;
  align-items: flex-start;
  gap: var(--spacing-lg, 32px);
}
#footer .container .social .icon {
  display: flex;
  width: 79.615px;
  height: 79.615px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15.923px;
  border-radius: 62.1px;
  background: var(--Buttons-Primary-btn-primary-bg, #BF0);
}
#footer .container .footer-menu {
  color: var(--Text-text-invert, #FFF);
  text-align: center;
  /* Header Nav Link */
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 34px */
  text-transform: uppercase;
}
#footer .container .footer-menu li {
  display: inline-block;
  height: 64px;
  align-items: center;
  gap: var(--spacing-xl, 64px);
  align-self: stretch;
  margin-right: 64px;
}
#footer .container .footer-menu li:last-child {
  margin-right: 0;
}
#footer .container .footer-menu li:hover, #footer .container .footer-menu li.active {
  padding-bottom: 15px;
  border-bottom: 2px solid var(--Surface-s-primary, #BF0);
}
#footer .container .footer-menu li a {
  color: var(--Text-text-invert, #FFF);
  text-align: center;
  text-decoration: none;
}

.wrapper #slider {
  height: 1261px;
  padding-bottom: 200px;
  margin-bottom: 150px;
  position: relative;
}
.wrapper #slider img {
  width: 100%;
}
.wrapper #slider .overlay {
  background-image: url("../images/slider-group-1.svg");
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  background-size: contain;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.wrapper #slider .gradiend {
  background: rgb(6, 8, 29);
  background: linear-gradient(0deg, rgb(6, 8, 29) 0%, rgb(0, 0, 0) 100%);
  height: 559px;
  flex-shrink: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  opacity: 0.5;
  left: 0;
}
.wrapper #slider .containers {
  max-width: 1178px;
  margin: 0 auto;
  display: flex;
}
.wrapper #slider .containers .slider-text {
  position: absolute;
  top: 22%;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 27px;
  max-width: 1178px;
  z-index: 10;
}
.wrapper #slider .containers .slider-text a:hover {
  text-decoration: none;
}
.wrapper #slider .containers .slider-text h1,
.wrapper #slider .containers .slider-text h2 {
  color: var(--Text-text-invert, #FFF);
  text-align: center;
  font-family: Montserrat;
  font-size: 96px;
  font-style: normal;
  font-weight: 900;
  line-height: 100%; /* 96px */
  text-transform: uppercase;
  margin: 0;
}
.wrapper #slider .containers .slider-text h2 {
  color: var(--Text-text-accent, #BF0);
  position: relative;
  top: -25px;
}
.wrapper #slider .containers .slider-text .scroll-down {
  margin-top: 0px;
  color: #FFF;
  text-align: center;
  font-family: "Space Grotesk";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 54.4px */
  text-transform: uppercase;
}
.wrapper #slider .containers .slider-text .scroll-down span {
  color: var(--Text-text-accent, #BF0);
  font-family: "Space Grotesk";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  text-transform: uppercase;
  margin: 0px 10px;
}
.wrapper #slider .containers .other-links {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.wrapper #slider .containers .other-links a:hover {
  text-decoration: none;
}
.wrapper #slider .containers .other-links .slider-link {
  color: var(--Text-text-accent, #BF0);
  text-align: center;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 28px */
  position: absolute;
}
.wrapper #slider .containers .other-links .slider-link span {
  color: var(--Text-text-invert, #FFF);
  margin: 0px 10px;
}
.wrapper #slider .containers .other-links .slider-link.ellipse {
  background-image: url("../images/ellipse-5.svg");
  background-repeat: no-repeat;
  background-position: center;
  padding: 121px;
}
.wrapper #slider .containers .other-links .slider-link.position-1 {
  top: 10%;
  left: 45%;
}
.wrapper #slider .containers .other-links .slider-link.position-2 {
  top: 32%;
  right: 8%;
}
.wrapper #slider .containers .other-links .slider-link.position-3 {
  top: 55%;
  right: 6%;
}
.wrapper #slider .containers .other-links .slider-link.position-4 {
  top: 68%;
  left: 26%;
}
.wrapper #slider .containers .other-links .slider-link.position-5 {
  top: 52%;
  left: 8%;
}
.wrapper #slider .containers .other-links .slider-link.position-6 {
  top: 22%;
  left: 4%;
}
.wrapper #award .award-list {
  position: relative;
  overflow-y: hidden;
}
.wrapper #award .award-list ul {
  position: relative;
  padding: 0;
  margin: 0;
}
.wrapper #award .award-list ul::before {
  content: "";
  background-image: url("../images/elypsis.svg");
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 164px;
  background-repeat: no-repeat;
  z-index: 1;
  top: -28px;
  background-size: contain;
}
.wrapper #award .award-list ul::after {
  content: "";
  background-image: url("../images/elypsis.svg");
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 164px;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  z-index: 1;
  background-size: contain;
  bottom: 0px;
}
.wrapper #award .award-list ul li {
  display: contents;
  max-width: 388px;
  margin-right: 16px;
  position: relative;
}
.wrapper #award .award-list ul li:last-child {
  margin-right: 0;
}
.wrapper #award .award-list ul li a {
  position: relative;
  overflow-y: hidden;
  height: 704px;
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.wrapper #award .award-list ul li a .award-text {
  background: rgba(6, 8, 29, 0.68);
  display: flex;
  padding: var(--spacing-xl, 64px) var(--spacing-none, 0px) var(--radius-radius-full, 128px) var(--spacing-none, 0px);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: var(--spacing-lg, 32px);
  flex: 1 0 0;
  position: absolute;
  bottom: -500px;
  left: 0;
  width: 100%;
  transition: 0.2s;
  transform: translateY(100%);
  min-height: 400px;
}
.wrapper #award .award-list ul li a .award-text .rating {
  text-align: center;
}
.wrapper #award .award-list ul li a .award-text .rating p {
  color: #fff;
}
.wrapper #award .award-list ul li a .award-text .rating .starts {
  margin-bottom: 10px;
}
.wrapper #award .award-list ul li a .award-text .rating .starts img {
  margin-right: 6px;
  width: auto;
  float: left;
}
.wrapper #award .award-list ul li a .award-text .rating .starts img:last-child {
  margin-right: 0;
}
.wrapper #award .award-list ul li a .award-text .item-link {
  display: flex;
  padding: var(--spacing-md, 16px);
  align-items: flex-start;
  gap: 10px;
  border-radius: var(--radius-radius-full, 128px);
  background: var(--Buttons-Primary-btn-primary-bg, #BF0);
}
.wrapper #award .award-list ul li a:hover .award-text {
  bottom: 400px;
}
.wrapper #award .award-list .nav {
  position: absolute;
  width: 100%;
  bottom: 0px;
  z-index: 9;
}
.wrapper #award .award-list .nav .nav-container {
  text-align: center;
  width: auto;
  margin: 0 auto;
  display: flex;
}
.wrapper #award .award-list .nav .nav-container .nav-arrow {
  width: 62px;
  height: 62px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 19px;
  cursor: pointer;
}
.wrapper #award .award-list .nav .nav-container .nav-arrow.left {
  background-image: url("../images/carousel-arrow.svg");
}
.wrapper #award .award-list .nav .nav-container .nav-arrow.left:hover {
  background-image: url("../images/carousel-arrow-active.svg");
  transform: rotate(180deg);
}
.wrapper #award .award-list .nav .nav-container .nav-arrow.right {
  background-image: url("../images/carousel-arrow.svg");
  transform: rotate(180deg);
}
.wrapper #award .award-list .nav .nav-container .nav-arrow.right:hover {
  background-image: url("../images/carousel-arrow-active.svg");
  transform: rotate(0deg);
}
.wrapper #new-laser {
  background-size: 60%;
}
.wrapper #new-laser .sub-content {
  width: 37%;
  margin: 0 auto;
  color: var(--Text-text-invert, #FFF);
}
.wrapper #new-laser .shop-list {
  margin-top: 64px;
  margin-bottom: 64px;
  width: 100%;
  display: flex;
}
.wrapper #new-laser .item-col {
  display: inline-block;
  width: auto;
  float: left;
  margin-bottom: 16px;
  margin-right: 16px;
}
.wrapper #new-laser .item-col:nth-child(5n) {
  margin-right: 0;
}
.wrapper #new-laser .item-col .shop-item {
  display: flex;
  min-width: 300px;
  max-width: 276px;
  padding: var(--spacing-md, 16px);
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0;
  border-radius: var(--spacing-md, 16px);
  border-radius: var(--spacing-md, 16px);
  background: var(--Surface-s-white-10, rgba(255, 255, 255, 0.1));
  box-shadow: 24px 24px 38px 0px rgba(0, 75, 95, 0.05);
  border: 2px solid var(--Surface-s-primary, #000);
}
.wrapper #new-laser .item-col .shop-item:hover {
  border: 2px solid var(--Surface-s-primary, #BF0);
  text-decoration: none;
}
.wrapper #new-laser .item-col .shop-item:hover .product-price .arrow {
  background-color: var(--Buttons-Primary-btn-primary-bg, #BF0);
  background-image: url("../images/u_angle-right-b.svg");
}
.wrapper #new-laser .item-col .shop-item .item-image {
  width: 100%;
  height: 320px;
  overflow: hidden;
  background-size: cover;
  border-radius: var(--Buttons-Sizes-Button---Corners, 24px);
  background-position: center;
  position: relative;
}
.wrapper #new-laser .item-col .shop-item .item-image .tag {
  position: absolute;
  right: 8px;
  top: 8px;
  padding: var(--spacing-none, 0px) var(--spacing-sm, 8px);
  border-radius: var(--radius-radius-full, 128px);
  background: var(--Surface-s-primary, #BF0);
  color: var(--Text-text-primary, #000);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 23.8px */
}
.wrapper #new-laser .item-col .shop-item .product-name {
  margin-bottom: 8px;
}
.wrapper #new-laser .item-col .shop-item .product-price {
  width: 100%;
  position: relative;
}
.wrapper #new-laser .item-col .shop-item .product-price .price {
  position: absolute;
  bottom: 15px;
  color: var(--Buttons-Primary-btn-primary-bg, #BF0);
}
.wrapper #new-laser .item-col .shop-item .product-price .arrow {
  float: right;
  width: 58px;
  height: 58px;
  display: flex;
  padding: var(--sizes-1, 8px) var(--spacing-sm, 8px);
  align-items: flex-start;
  gap: 10px;
  border-radius: var(--radius-radius-full, 128px);
  border: var(--spacing-none, 1px) solid var(--Surface-s-stroke, rgba(255, 255, 255, 0.15));
  background: var(--Surface-s-white-10, rgba(255, 255, 255, 0.1));
  background-image: url("../images/u_angle-right-b-w.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.wrapper #new-laser .all-laser {
  text-align: center;
}
.wrapper #new-laser .all-laser a {
  width: auto;
  margin: 0 auto;
  display: inline-flex;
}
.wrapper #benefits {
  background-size: 50%;
  display: flex;
}
.wrapper #benefits .section-title {
  width: 79%;
  margin: 0 auto;
  padding-bottom: 16px;
}
.wrapper #benefits .join-button {
  text-align: center;
  margin-top: 64px;
}
.wrapper #benefits .cards {
  width: 100%;
  float: left;
  margin-top: 128px;
  margin-bottom: 64px;
}
.wrapper #benefits .cards .card {
  padding: var(--spacing-lg, 32px);
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing-lg, 32px);
  flex: 1 0 0;
  border-radius: var(--spacing-md, 16px);
}
.wrapper #benefits .cards .card:hover {
  text-decoration: none;
}
.wrapper #benefits .cards .card:hover .card-number-bg {
  animation: rotateImage 1s infinite;
}
@keyframes rotateImage {
  0% {
    transform: rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: rotate3d(0, 0, 1, 360deg);
  }
}
.wrapper #benefits .cards .card .card-number {
  margin-bottom: 32px;
}
.wrapper #benefits .cards .card .card-number-bg {
  width: 123px;
  height: 123px;
  position: absolute;
}
.wrapper #benefits .cards .card.card-1 {
  border: 1px dashed #8AF8F3;
  background: rgba(138, 248, 243, 0.2);
}
.wrapper #benefits .cards .card.card-1 .card-number-bg {
  background-image: url("../images/circle-1.svg");
  background-repeat: no-repeat;
}
.wrapper #benefits .cards .card.card-2 {
  border: 1px dashed #0086E6;
  background: rgba(0, 134, 230, 0.2);
  margin-top: -64px;
}
.wrapper #benefits .cards .card.card-2 .card-number-bg {
  background-image: url("../images/circle-2.svg");
  background-repeat: no-repeat;
}
.wrapper #benefits .cards .card.card-3 {
  border: 1px dashed #BD67DA;
  background: rgba(189, 103, 218, 0.2);
  margin-top: -64px;
}
.wrapper #benefits .cards .card.card-3 .card-number-bg {
  background-image: url("../images/circle-3.svg");
  background-repeat: no-repeat;
}
.wrapper #benefits .cards .card.card-4 {
  border: 1px dashed #B18958;
  background: rgba(177, 137, 88, 0.15);
}
.wrapper #benefits .cards .card.card-4 .card-number-bg {
  background-image: url("../images/circle-4.svg");
  background-repeat: no-repeat;
}
.wrapper #benefits .cards .card .card-number {
  color: var(--Text-text-invert, #FFF);
  font-family: "Space Grotesk";
  font-size: 32.037px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 32.037px */
  text-transform: uppercase;
  padding: 46px 53px;
}
.wrapper #benefits .cards .card .card-title {
  align-self: stretch;
  color: var(--Text-text-invert, #FFF);
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 100%; /* 40px */
  text-transform: uppercase;
}
.wrapper #benefits .cards .card .cart-text {
  align-self: stretch;
  color: var(--Text-text-invert, #FFF);
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 28px */
}
.wrapper #competitors {
  padding-top: 80px;
  margin-top: 80px;
  padding-bottom: 156px;
  background-size: 45%;
}
.wrapper #competitors .section-title {
  width: 75%;
  margin: 0 auto;
}
.wrapper #competitors .competitors {
  margin-top: 64px;
}
.wrapper #competitors .competitors .competitor {
  display: flex;
  padding: var(--spacing-md, 16px) var(--radius-radius-rounded, 16px);
  align-items: flex-start;
  gap: var(--spacing-lg, 32px);
  flex: 1 0 0;
  border-radius: var(--radius-radius-rounded, 16px);
  border: 1px solid var(--Surface-s-stroke, rgba(255, 255, 255, 0.15));
  background: var(--Surface-s-white-10, rgba(255, 255, 255, 0.1));
  box-shadow: 24px 24px 38px 0px rgba(0, 75, 95, 0.05);
  margin-bottom: 30px;
}
.wrapper #competitors .competitors .competitor:hover {
  text-decoration: none;
}
.wrapper #competitors .competitors .competitor img {
  width: 72px;
  height: 72px;
  border-radius: var(--radius-radius-full, 128px);
  -o-object-fit: cover;
     object-fit: cover;
}
.wrapper #competitors .competitors .competitor:hover {
  border: 1px solid var(--Buttons-Primary-btn-primary-border, #BF0);
}
.wrapper #competitors .competitors .competitor:hover .arrow {
  background: var(--Buttons-Primary-btn-primary-bg, #BF0);
  background-image: url("../images/u_arrow-right-b.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.wrapper #competitors .competitors .competitor .info {
  width: 78%;
}
.wrapper #competitors .competitors .competitor .info .name {
  align-self: stretch;
  color: var(--Text-text-invert, #FFF);
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 28px */
  margin-bottom: 8px;
}
.wrapper #competitors .competitors .competitor .arrow {
  display: flex;
  padding: var(--spacing-md, 16px);
  align-items: flex-start;
  gap: 10px;
  border-radius: var(--radius-radius-full, 128px);
  background: var(--Surface-s-white-20, rgba(255, 255, 255, 0.2));
  background-image: url("../images/u_arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 56px;
  height: 56px;
}
.wrapper #competitors .competitors .competitor .info-attr {
  position: relative;
  color: var(--Text-text-invert, #FFF);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 23.8px */
}
.wrapper #competitors .competitors .competitor .info-attr .attr {
  width: auto;
  float: left;
  margin-right: 16px;
  position: relative;
  padding-left: 26px;
}
.wrapper #competitors .competitors .competitor .info-attr .attr.beam::before {
  content: "";
  background-image: url("../images/u_document-info.svg");
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 3px;
}
.wrapper #competitors .competitors .competitor .info-attr .attr.awards::before {
  content: "";
  background-image: url("../images/u_award.svg");
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 3px;
}
.wrapper #competitors .all-competitors {
  text-align: center;
}
.wrapper #competitors .all-competitors a {
  width: auto;
  margin: 0 auto;
  display: inline-flex;
}
.wrapper #faq {
  padding-bottom: 156px;
  background-position: right 24% top 55%;
  background-size: 45%;
}
.wrapper #faq .section-sub-title {
  float: left;
}
.wrapper #faq .section-title {
  width: 100%;
  text-align: left;
  float: left;
}
.wrapper #faq .faq-rectangle {
  padding: 80px;
  min-height: 250px;
  position: absolute;
  overflow: hidden;
}
.wrapper #faq .faq-rectangle img {
  width: 100%;
}
.wrapper #faq .faq-box {
  max-width: 772px;
  float: left;
  z-index: 9;
  position: relative;
}
.wrapper #faq .faq-list {
  width: 100%;
  float: left;
  margin-top: 64px;
}
.wrapper #faq .faq-list ul {
  padding-left: 0;
  padding-right: 30px;
}
.wrapper #faq .faq-list ul li {
  list-style: none;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  width: 100%;
  margin-bottom: 8px;
}
.wrapper #faq .faq-list ul li .question {
  padding: var(--spacing-sm, 8px) var(--spacing-md, 16px);
  border: var(--spacing-none, 1px) solid var(--Surface-s-stroke, rgba(255, 255, 255, 0.15));
  background: var(--Surface-s-white-10, rgba(255, 255, 255, 0.1));
  position: relative;
  cursor: pointer;
}
.wrapper #faq .faq-list ul li .question::after {
  content: "";
  background-image: url("../images/icons-plus.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 16px;
  top: 15px;
}
.wrapper #faq .faq-list ul li .answer {
  display: none;
  border: var(--spacing-none, 1px) solid var(--Surface-s-stroke, rgba(255, 255, 255, 0.15));
  background: var(--Surface-s-white-10, rgba(255, 255, 255, 0.1));
  padding: var(--spacing-lg, 32px);
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.wrapper #faq .faq-list ul li.active .question {
  background: var(--Surface-s-primary, #BF0);
}
.wrapper #faq .faq-list ul li.active .question::after {
  background-image: url("../images/icons-minus.svg");
}
.wrapper #faq .faq-list ul li.active .answer {
  display: block;
}
.wrapper #faq .faq-list .ask-question {
  margin-top: 64px;
  width: auto;
  float: left;
}
.wrapper #faq .overlay-image {
  top: -20%;
  left: 35%;
}
.wrapper #community {
  background-size: 52%;
  position: relative;
}
.wrapper #community .container {
  padding-top: 251px;
  padding-bottom: 251px;
  position: relative;
}
.wrapper #community .container::after {
  content: "";
  background-image: url("../images/group-2.svg");
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-size: 63%;
}
.wrapper #community .container .community-box {
  position: relative;
  z-index: 1;
}
.wrapper #community .section-title {
  width: 70%;
  margin: 0 auto;
}
.wrapper #community .sub-content {
  margin-top: 16px;
}
.wrapper #community .join-button {
  text-align: center;
  margin-top: 64px;
}
.wrapper #community .overlay-image {
  top: -32%;
}

#detail-shows .section {
  padding: 156px 0px;
}
#detail-shows .show-header {
  padding-top: 156px;
  padding-bottom: 156px;
  margin: 0;
  position: relative;
}
#detail-shows .show-header .overlay-image {
  top: 0;
  top: -88%;
}
#detail-shows .show-header .show-info {
  padding-top: 32px;
  width: 547px;
  margin: 0 auto;
}
#detail-shows .show-header .show-info .user-nick {
  position: relative;
  top: 2px;
  font-size: 16px;
}
#detail-shows .show-header .show-info .user-nick span {
  font-size: 24px;
  font-weight: 900;
}
#detail-shows .rating .starts {
  float: left;
  margin-right: 10px;
}
#detail-shows .rating .starts a:hover {
  text-decoration: none !important;
}
#detail-shows .rating .total-rating {
  position: relative;
  top: 3px;
}
#detail-shows .rating .full {
  display: none;
}
#detail-shows .show-complete-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-xl, 64px);
  align-self: stretch;
  padding-bottom: 78px;
  font-weight: 400;
}
#detail-shows .show-complete-info h3 {
  margin-bottom: 32px;
}
#detail-shows .show-complete-info .price-box h3 {
  margin-right: 50px;
  padding-top: 7px;
}
#detail-shows .price-box {
  padding-top: var(--spacing-md, 16px);
  align-items: center;
  gap: var(--spacing-lg, 32px);
  border-top: 1px solid var(--Surface-s-stroke, rgba(255, 255, 255, 0.15));
}
#detail-shows .price-box a {
  float: right;
  margin: 0;
}
#detail-shows #new-laser.news-laser-show {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-xl, 64px);
  align-self: stretch;
}
#detail-shows #new-laser.news-laser-show .shop-item {
  padding: 0;
  border-radius: var(--spacing-sm, 8px);
  border: 3px solid var(--Surface-s-stroke, rgba(255, 255, 255, 0.15));
}
#detail-shows #new-laser.news-laser-show .shop-item .item-image {
  border-radius: 0;
}
#detail-shows .owl-carousel .owl-item,
#detail-shows .owl-carousel iframe {
  height: 856px;
}

#best-rated-show table {
  margin-top: 64px;
  margin-bottom: 64px;
}
#best-rated-show table td:first-child {
  width: 5%;
}
#best-rated-show table td.title {
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
}
#best-rated-show table td.user {
  color: var(--Text-text-invert, #FFF);
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
#best-rated-show table td .category {
  color: var(--Text-text-invert, #FFF);
  font-family: Kanit;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

#my-shows .show-gallery-items {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 32px;
}
#my-shows .show-gallery-items li {
  margin-bottom: 15px;
  display: flex;
  max-width: 18%;
  float: left;
  margin-right: 15px;
  position: relative;
}
#my-shows .show-gallery-items li:hover .remove-gallary-item {
  display: block;
}
#my-shows .show-gallery-items li:hover .preview-image {
  display: block;
}
#my-shows .remove-gallary-item {
  display: none;
  color: var(--Text-text-invert, #FFF);
  background: var(--Buttons-Primary-btn-primary-bg, #CC2229);
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  text-align: center;
}
#my-shows .preview-image {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
}
#my-shows .preview-image.active {
  color: var(--Buttons-Primary-btn-primary-bg, #BF0);
}

#account .avatar {
  margin-top: 53px;
}
#account .avatar img {
  -o-object-fit: cover;
     object-fit: cover;
}

#category-shows .show-header .overlay-image,
#category-shows #new-laser .overlay-image {
  top: -40%;
}/*# sourceMappingURL=kvant.css.map */