* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:active,
:focus {
  outline: 0;
}

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

aside,
footer,
header,
nav {
  display: block;
}

body,
html {
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
  overscroll-behavior: none;
}

button,
input,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

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

textarea::placeholder,
input::placeholder {
  color: inherit;
}

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

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

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

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

input::placeholder,
textarea::placeholder {
  color: inherit;
}

textarea {
  resize: none;
}

button {
  cursor: pointer;
  background-color: transparent;
}

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

a {
  display: inline-block;
  color: inherit;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}
.disk {
  list-style: disc;
  margin-left: 20px;
}
img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  vertical-align: top;
}

svg {
  display: block;
  width: 100%;
  height: 100%;
}

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

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

input[type="number"] {
  -moz-appearance: textfield;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

@font-face {
  font-family: "lkcx_opensans_bold";
  font-weight: 100 900;
  font-style: normal;
  src: url(/lkcx_opensans_bold.woff2) format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "lkcx_opensans_regular";
  font-weight: 100 900;
  font-style: normal;
  src: url(/lkcx_opensans_regular.woff2) format("woff2");
  font-display: swap;
}

:root {
  overscroll-behavior: none;
  --font-main: "lkcx_opensans_regular", sans-serif;
  --background-page: #090909;
  --main: var(--white);
  --black: #000000;
  --white: #ffffff;
  --i: calc(1vw + 1vh);
  --hover-a: #a09f9f;
}

.lkcx_page {
  display: flex;
  flex-direction: column;
  font-family: var(--font-main);
  min-height: 100vh;
  overflow: hidden;
  color: var(--main);
  background-color: var(--background-page);
}

.container {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
}

section {
  padding: 50px 0;
}

.container {
  padding: 0 40px;
}

@media (max-width: 991px) {
  .container {
    padding: 0 30px;
  }
  section {
    padding: 20px 0;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
}
@media (max-width: 480px) {
  .container {
    padding: 0 16px;
  }
}

h1 {
  font-family: "lkcx_opensans_bold";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

h2 {
  font-family: "lkcx_opensans_bold";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

h3 {
  font-family: "lkcx_opensans_bold";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

p,
li,
a {
  font-family: "lkcx_opensans_regular";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

header a {
  font-family: "lkcx_opensans_regular";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

footer a {
  font-family: "lkcx_opensans_bold";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.btn {
  border-radius: 100px;
  border: 1px solid var(--1, #ea0872);
  background: var(--1, #ea0872);
  font-family: "lkcx_opensans_bold";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;

  color: var(--white);

  padding: 10px 30px;
  width: fit-content;

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.btn:hover {
  box-shadow: 0 0 25.9px 0 #ea0872;
}

.btn_contact {
  background: none;
}

/* font-weight */

.f--w-100 {
  font-weight: 100;
}

.f--w-200 {
  font-weight: 200;
}

.f--w-300 {
  font-weight: 300;
}

.f--w-400 {
  font-weight: 400;
}

.f--w-500 {
  font-weight: 500;
}

.f--w-600 {
  font-weight: 600;
}

.f--w-700 {
  font-weight: 700;
}

.f--w-800 {
  font-weight: 800;
}

.f-w-900 {
  font-weight: 900;
}
/* font-size */

.f-s-10 {
  font-size: 10px;
}

.f-s-12 {
  font-size: 12px;
}

.f-s-14 {
  font-size: 14px;
}

.f-s-16 {
  font-size: 16px;
}

.f-s-20 {
  font-size: 20px;
}

.f-s-16 {
  font-size: 16px;
}

.f-s-18 {
  font-size: 18px;
}

.f-s-20 {
  font-size: 20px;
}

.f-s-24 {
  font-size: 24px;
}

.f-s-26 {
  font-size: 26px;
}

.f-s-30 {
  font-size: 30px;
}

.f-s-32 {
  font-size: 32px;
}

.f-s-40 {
  font-size: 40px;
}

.f-s-50 {
  font-size: 50px;
}

/* padding */

.m-b-12 {
  margin-bottom: 12px;
}
.p-t-20 {
  padding-top: 20px;
}

.p-t-40 {
  padding-top: 40px;
}

.p-t-50 {
  padding-top: 50px;
}
.p-t-80 {
  padding-top: 80px;
}
.p-t-100 {
  padding-top: 100px;
}

.p-b-10 {
  padding-bottom: 10px;
}
.p-b-16 {
  padding-bottom: 16px;
}

.p-b-20 {
  padding-bottom: 20px;
}
.p-b-24 {
  padding-bottom: 24px;
}
.p-b-50 {
  padding-bottom: 50px;
}
.p-b-50 {
  padding-bottom: 50px;
}

/* margin */
.m-b-8 {
  margin-bottom: 8px;
}
.m-t-10 {
  margin-top: 10px;
}
.m-t-20 {
  margin-top: 20px;
}

.m-t-24 {
  margin-top: 24px;
}
.m-t-30 {
  margin-top: 30px;
}

.m-t-40 {
  margin-top: 40px;
}
.m-t-50 {
  margin-top: 50px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-20 {
  margin-bottom: 20px;
}
.m-b-30 {
  margin-bottom: 30px;
}
.m-b-16 {
  margin-bottom: 16px;
}
.m-b-24 {
  margin-bottom: 24px;
}
.m-b-32 {
  margin-bottom: 32px;
}
.m-b-40 {
  margin-bottom: 40px;
}
.m-b-50 {
  margin-bottom: 50px;
}

/* flex */

.flex {
  display: flex;
}

.align-center {
  align-items: center;
}

.justi-center {
  justify-content: center;
}

.space-between {
  justify-content: space-between;
}

.colum {
  flex-direction: column;
}

.wrap {
  flex-wrap: wrap;
}

.lkcx_main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.no-wrap {
  white-space: nowrap;
}

.none-uppercase {
  text-transform: none;
}

.word-break {
  word-break: break-all;
}

.m-auto {
  margin-left: auto;
  margin-right: auto;
}

.img-contain {
  object-fit: contain;
}

.img-cover {
  object-fit: cover;
}

.underline {
  text-decoration: underline;
  text-underline-offset: 2px;
}

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

.text-right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.rd-upload img {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.rd-load img {
  opacity: 1;
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* gap */
/* !!!!!!!!!!!!!!!!!!!!!!! */

.gap-4 {
  gap: 4px;
}

.gap-5 {
  gap: 5px;
}
.gap-10 {
  gap: 10px;
}
.gap-15 {
  gap: 15px;
}
.gap-18 {
  gap: 18px;
}
.gap-12 {
  gap: 12px;
}
.gap-8 {
  gap: 8px;
}
.gap-14 {
  gap: 14px;
}

.gap-20 {
  gap: 20px;
}
.gap-30 {
  gap: 30px;
}
.gap-40 {
  gap: 40px;
}
.gap-50 {
  gap: 50px;
}
.gap-24 {
  gap: 24px;
}
.gap-32 {
  gap: 32px;
}
.gap-28 {
  gap: 28px;
}
.gap-36 {
  gap: 36px;
}
.gap-16 {
  gap: 16px;
}
.gap-48 {
  gap: 48px;
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* header */
/* !!!!!!!!!!!!!!!!!!!!!!! */

section,
header,
footer,
.lkcx_header_resp_block {
  position: relative;
  z-index: 1;
}

.lkcx_header_resp_block {
  width: 100%;
  text-align: center;
  padding: 10px;
  background: var(--1, #ea0872);
  a {
    font-family: "lkcx_opensans_bold";
  }
  @media (max-width: 991px) {
    p,
    a {
      font-size: 10px;
    }
  }
}

.lkcx_header {
  background: #090909;
  /* keep header and burger above sections on mobile */
  z-index: 200;

  .lkcx_nav__link_active {
    list-style: disc;
  }

  .lkcx_nav__link_active::marker {
    color: #ea0872;
  }

  .lkcx_logo img {
    width: 330px;
    height: 54px;

    @media (max-width: 991px) {
      width: 200px;
      height: 34px;
    }
  }

  .lkcx_header__container {
    padding: 20px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
  }

  @media (max-width: 991px) {
    .lkcx_header__menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background-color: var(--black);
      z-index: 100;
      padding: 100px 30px 30px 30px;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      overflow: auto;
      -webkit-transition:
        opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        pointer-events 0.2s ease-in-out;
      transition:
        opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        pointer-events 0.2s ease-in-out;
    }
  }

  @media (max-width: 600px) {
    .lkcx_header__menu {
      padding: 80px 30px 30px 30px;
    }
  }

  .lkcx_header__menu.active {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
  }

  .lkcx_header__exit-menu {
    display: none;
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: transparent;
  }

  @media (max-width: 991px) {
    .lkcx_header__exit-menu {
      display: block;
      top: 30px;
      right: 30px;
    }
  }

  @media (max-width: 600px) {
    .lkcx_header__exit-menu {
      top: 15px;
      right: 15px;
    }
  }

  .lkcx_header__exit-menu::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--white);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .lkcx_header__exit-menu::after {
    content: "";
    position: absolute;
    top: 12px;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: var(--white);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .lkcx_nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 80px;
  }

  @media (max-width: 991px) {
    .lkcx_nav__list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 30px;
    }
  }

  @media (max-width: 991px) {
    .lkcx_nav__list_footer {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      gap: 10px 30px;
    }
  }

  @media (max-width: 600px) {
    .lkcx_nav__list_footer {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  }

  .lkcx_nav__link {
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
  }

  @media (any-hover: hover) {
    .lkcx_nav__link:hover {
      color: var(--hover-a);
    }
  }

  .lkcx_nav__link:focus-visible {
    color: var(--hover-a);
  }

  .lkcx_nav__link:active {
    color: var(--active);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
  }

  .lkcx_burger {
    display: none;
    -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;
    position: relative;
    width: 30px;
    height: 18px;
    background-color: transparent;
  }

  @media (max-width: 991px) {
    .lkcx_burger {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
  }

  .lkcx_burger span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--white);
    border-radius: 8px;
  }
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* footer */
/* !!!!!!!!!!!!!!!!!!!!!!! */

footer {
  padding: 70px 0;
  background: #090909;

  .lkcx_footer_text {
    width: 100%;
  }

  @media (max-width: 768px) {
    .lkcx_footer_wrapper_top_block,
    .lkcx_footer_wrapper_text {
      flex-direction: column;
    }
  }
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* form contact */
/* !!!!!!!!!!!!!!!!!!!!!!! */

.popap_contact {
  display: none;
}
.popap_contact_active {
  display: block;
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* home */
/* !!!!!!!!!!!!!!!!!!!!!!! */

canvas {
  display: block;
  vertical-align: bottom;
} /* ---- particles.js container ---- */

#particles-js {
  position: fixed;

  width: 100%;
  height: 100vh;
  background-color: #050507;
} /* ---- stats.js ---- */
.count-particles {
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13e8e9;
  font-size: 0.8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.js-count-particles {
  font-size: 1.1em;
}
#stats,
.count-particles {
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}
#stats {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}
.count-particles {
  border-radius: 0 0 3px 3px;
}

/* lkcx_home_sect_1 */

/* lkcx_home_sect_1 */

.lkcx_home_sect_1 {
  padding: 50px 0;
  background: url(/lkcx-img/lkcx-sect-1-bg.webp) lightgray 0px -0.474px / 100% 167.539% no-repeat;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  height: 573px;

  .lkcx_home_sect_1_container {
    max-width: 558px;
  }

  @media (max-width: 991px) {
    height: auto;
  }

  @media (max-width: 480px) {
    .lkcx_home_sect_1_container {
      align-items: center;
      text-align: center;

      .btn {
        width: 100%;
        max-width: 100%;
      }
    }
  }

  @media (max-width: 360px) {
  }
}

/* lkcx_home_sect_2 */

.lkcx_home_sect_2 {
  img,
  .lkcx_home_sect_2_content {
    width: 50%;
  }

  img {
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
    border: 1px solid var(--1, #ea0872);
    height: 339px;
  }

  .lkcx_home_sect_2_block_1 {
    align-items: stretch;
  }

  .lkcx_home_sect_2_block_2 {
    .lkcx_home_sect_2_block_2_ul {
      justify-content: center;

      .lkcx_home_sect_2_block_2_li {
        padding: 20px;
        border-radius: 20px;
        background: #fffbfc;
        h2 {
          color: var(--1, #ea0872);
        }
        p {
          color: #090909;
        }
      }
      .lkcx_home_sect_2_block_2_li:hover {
        background: linear-gradient(127deg, #fc016a 12.79%, #940241 50.38%, #fb21bc 86.73%);

        h2,
        p {
          color: var(--white);
        }
      }
    }
  }

  @media (max-width: 1150px) {
    img {
      height: auto;
    }
  }

  @media (max-width: 768px) {
    .lkcx_home_sect_2_block_1 {
      flex-direction: column;
    }
    img,
    .lkcx_home_sect_2_content {
      width: 100%;
    }
    img {
      height: 339px;
    }

    .lkcx_home_sect_2_block_2 {
      .lkcx_home_sect_2_block_2_ul {
        display: grid;
        grid-template-columns: repeat(2, 2fr);
      }
    }
  }
  @media (max-width: 480px) {
    .lkcx_home_sect_2_content {
      .btn {
        width: 100%;
        max-width: 100%;
      }
    }
  }

  @media (max-width: 400px) {
    .lkcx_home_sect_2_block_2 {
      .lkcx_home_sect_2_block_2_ul {
        display: grid;
        grid-template-columns: repeat(1, 2fr);
      }
    }
  }
}

/* lkcx_home_sect_3 */

.lkcx_home_sect_3 {
  iframe {
    width: 100%;
    height: 684px;
    border-radius: 20px;

    @media (max-width: 991px) {
    }

    @media (max-width: 768px) {
      height: 550px;
    }
    @media (max-width: 480px) {
      height: 450px;
    }

    @media (max-width: 400px) {
      height: 350px;
    }
  }
}

/* lkcx_home_sect_4 */

.lkcx_home_sect_4 {
  .lkcx_home_sect_4_li {
    width: 100%;
    padding: 20px;
    border-radius: 20px 20px 0 0;
    border-bottom: 1px solid var(--1, #ea0872);
    background: #101010;
    justify-content: space-between;

    img {
      width: 125px;
      height: 17px;
    }

    .lkcx_home_sect_4_li_name_logo {
      width: 47px;
      height: 47px;
      padding: 10px;
      border-radius: 100px;
      background: var(--1, #ea0872);
      display: flex;
      align-items: center;
      justify-content: center;
    }
  }

  .lkcx_home_sect_4_li_p_gray {
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
  }

  @media (max-width: 991px) {
    .lkcx_home_sect_4_ul {
      flex-direction: column;
    }
  }
}

/* lkcx_home_sect_5 */

.lkcx_home_sect_5 {
  .lkcx_home_sect_5_container {
    align-items: center;

    @media (max-width: 1100px) {
      align-items: stretch;
    }
  }
}

/* lkcx_home_sect_6 */

.lkcx_home_sect_6 {
  .lkcx_home_sect_6_container {
    border-radius: 30px;
    border: 1px solid var(--1, #ea0872);
    background: url(/lkcx-img/lkcx-sect-6-bg.webp), #090909;
    background-size: cover;
    background-position: center;
    padding: 50px 30px;
    min-height: 527px;
    display: flex;
    align-items: center;
  }

  .lkcx_quiz {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 0 auto;
  }

  .lkcx_quiz_progress {
    position: relative;
    overflow: hidden;
  }

  .lkcx_quiz_progress::before {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    top: 20px;
    height: 6px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    z-index: 0;
  }

  .lkcx_quiz_progress_bar {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 20px;
    height: 6px;
    border-radius: 999px;
    background: linear-gradient(90deg, #ea0872 0%, #ff7fbc 100%);
    transform-origin: left;
    transform: scaleX(0.01);
    transition: transform 0.35s ease;
    z-index: 1;
  }

  .lkcx_quiz_progress_steps {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 0;
  }

  .lkcx_quiz_progress_steps li {
    list-style: none;
    width: 46px;
    height: 46px;
    margin: 0;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.55);
    background: rgba(0, 0, 0, 0.4);
    display: grid;
    place-items: center;
    color: rgba(255, 255, 255, 0.9);
    font-family: "lkcx_opensans_bold";
    font-size: 20px;
    transition: all 0.25s ease;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
  }

  .lkcx_quiz_progress_steps li.is-active {
    background: #ffffff;
    color: #0c0c12;
    border-color: #ffffff;
  }

  .lkcx_quiz_progress_steps li.is-complete {
    background: var(--1, #ea0872);
    color: #0b0b0f;
    border-color: var(--1, #ea0872);
  }

  .lkcx_quiz_slides {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
  }

  .lkcx_quiz_slide {
    display: none;
    flex-direction: column;
    gap: 16px;
  }

  .lkcx_quiz_slide.is-active {
    display: flex;
    align-items: center;
  }

  .lkcx_quiz_head {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .lkcx_quiz_step {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #161625;
    border: 1px solid rgba(234, 8, 114, 0.7);
    color: #fff;
    font-weight: 700;
  }

  .lkcx_quiz_options {
    display: grid;
    gap: 10px;
    padding: 0;
    margin: 0;
    max-width: 300px;
  }

  .lkcx_quiz_options li {
    list-style: none;
  }

  .lkcx_quiz_options label {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    width: 100%;
    padding: 12px 14px;

    cursor: pointer;
    transition:
      border-color 0.2s ease,
      transform 0.2s ease;
  }

  .lkcx_quiz_options input {
    margin-top: 2px;
    width: 18px;
    height: 18px;
    min-width: 18px;
    min-height: 18px;
    appearance: auto;
    -webkit-appearance: auto;
    accent-color: var(--1, #ea0872);
  }

  .lkcx_quiz_actions {
    display: flex;
    justify-content: space-between;
    gap: 12px;
  }

  .lkcx_btn_primary,
  .lkcx_btn_secondary {
    border-radius: 100px;
    border: 2px solid #fff;
    color: var(--white);
    padding: 15px 50px;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-family: "lkcx_opensans_bold";
    transition:
      transform 0.2s ease,
      box-shadow 0.2s ease,
      border-color 0.2s ease;
  }

  .lkcx_btn_primary {
    border-radius: 100px;
    border: 2px solid #fff;
    color: var(--white);
    padding: 15px 50px;
  }

  .lkcx_btn_primary:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    box-shadow: none;
  }

  .lkcx_btn_secondary {
    background: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.35);
  }

  .lkcx_btn_primary:not(:disabled):hover,
  .lkcx_btn_secondary:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.3);
  }

  .lkcx_quiz_done {
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .lkcx_quiz_done_inner {
    display: grid;
    gap: 12px;
    justify-items: center;
  }

  .lkcx_quiz_heart::before {
    top: -27px;
    left: 0;
  }

  .lkcx_quiz_heart::after {
    left: 27px;
    top: 0;
  }

  .lkcx_quiz_done h3 {
    margin: 8px 0 0;
  }

  .lkcx_quiz_done p {
    margin: 0;
    max-width: 520px;
    color: rgba(255, 255, 255, 0.72);
  }

  @media (max-width: 768px) {
    .lkcx_home_sect_6 .lkcx_home_sect_6_container {
      padding: 24px;
    }

    .lkcx_quiz_actions {
      flex-direction: column;
    }

    .lkcx_btn_primary,
    .lkcx_btn_secondary {
      width: 100%;
      text-align: center;
    }

    .lkcx_quiz_progress_steps {
      gap: 6px;
    }

    .lkcx_quiz_progress_steps li {
      width: 38px;
      height: 38px;
    }
  }
}

/* lkcx_home_sect_7 */

.lkcx_home_sect_7 {
  .lkcx_home_sect_7_container {
    max-width: 754px;
    margin: 0 auto;
  }
  .wrapper_input {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  label {
    margin-bottom: 8px;
  }

  .input_contact,
  textarea {
    width: 100%;
    padding: 14px 16px;
    border-radius: 10px;
    background: #101010;
    color: var(--white);
  }

  textarea {
    height: 100px;
  }

  .input_contact,
  textarea::placeholder {
    color: #999;
  }

  .btn {
    width: 100%;
    background: none;
  }

  @media (max-width: 480px) {
    .form_contact_wrapper_inputs {
      flex-direction: column;
    }
  }
}

/* lkcx_home_sect_8 */

.lkcx_home_sect_8 {
  .lkcx_home_sect_8_container {
    padding: 40px;
    border-radius: 20px;
    background: radial-gradient(50% 50% at 50% 50%, #3b1326 0%, #090909 100%);

    @media (max-width: 768px) {
      padding: 40px 16px;
    }
  }
}

.pink_text {
  color: var(--1, #ea0872);
}

/* AGE */

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* popup */
/* !!!!!!!!!!!!!!!!!!!!!!! */

.popup {
  position: fixed;
  display: flex;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(6px);
}

.display_none {
  display: none;
}

.popup.active {
  display: flex;
}

.popup__close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.popup__content {
  max-width: 453px;
  overflow: auto;
  width: 100%;
  position: relative;
  z-index: 2;
  margin: auto;

  border-radius: 20px;
  border: 1px solid rgba(125, 125, 125, 0.73);
  background: rgba(29, 27, 27, 0.6);
  backdrop-filter: blur(3.9000000953674316px);

  backdrop-filter: blur(12.5px);
  padding: 24px;
  text-align: center;
}

.popup__text {
  color: var(--white);
}

.popup__text h3 {
  color: var(--Color_Gre, #10b981);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.popup__text p {
  font-size: 20px;
  font-family: "lkcx_opensans_bold";
  padding-bottom: 10px;

  @media (max-width: 991px) {
    font-size: 16px;
  }
}

.wrapper_age_btn .btn {
  width: 100%;
  max-width: 100%;
}

#confirmAge {
  background: none;
  font-size: 17px;
}

#confirmAge:hover {
  background: var(--1, #ea0872);
}

@media (max-width: 768px) {
  .popup__content {
    padding: 24px;
  }
  .popup__text h3 {
    font-size: 24px;
  }
}

@media (max-width: 340px) {
  .popup__text h3 {
    font-size: 20px;
  }
}
