* {
  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: "clashdisplay_light";
  font-weight: 100 900;
  font-style: normal;
  src: url(./klas-fonts/clashdisplay_light.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "clashdisplay_regular";
  font-weight: 100 900;
  font-style: normal;
  src: url(./klas-fonts/clashdisplay_regular.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "clashdisplay_semibold";
  font-weight: 100 900;
  font-style: normal;
  src: url(./klas-fonts/clashdisplay_semibold.woff2) format("woff2");
  font-display: swap;
}

:root {
  overscroll-behavior: none;
  /* // Шрифты */
  --font-main: "clashdisplay_regular", sans-serif;
  --background-page: var(--black);
  --main: var(--white);
  --black: #000000;
  --white: #ffffff;
  --i: calc(1vw + 1vh);
  --hover-a: #a09f9f;
}

.klas_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: 1320px;
  margin: 0 auto;
}

section {
  margin-bottom: 100px;
}

.container {
  padding: 0 40px;
}

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

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

h1 {
  font-family: "clashdisplay_semibold";
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 50px */
  text-transform: uppercase;

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

h2 {
  font-family: "clashdisplay_semibold";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 30px */
  text-transform: uppercase;
  @media (max-width: 991px) {
    font-size: 22px;
  }
}

h3,
th {
  font-family: "clashdisplay_semibold";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 20px */
  text-transform: uppercase;
  @media (max-width: 991px) {
    font-size: 16px;
  }
}

p,
li,
a,
span {
  font-family: "clashdisplay_regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;

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

header a {
  font-family: "clashdisplay_semibold";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}

footer a {
  font-family: "clashdisplay_regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  @media (max-width: 991px) {
    font-size: 14px;
  }
}
footer p {
  font-family: "clashdisplay_regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  @media (max-width: 991px) {
    font-size: 12px;
  }
}

footer h3 {
  color: var(--yellow, #fdd60c);
}

.btn {
  border-radius: 6px;
  background: var(--red, linear-gradient(180deg, #f00 0%, #ff703c 100%));
  color: var(--white);
  font-family: "clashdisplay_semibold";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
  text-transform: uppercase;

  padding: 12px;
  width: 100%;
  display: flex;
  justify-content: center;

  white-space: nowrap;

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

.btn_blue {
  background: var(--blue, linear-gradient(180deg, #3a54ff 0%, #233299 100%));
}

/* 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-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;
}

.klas_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-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;
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* terms */
/* !!!!!!!!!!!!!!!!!!!!!!! */

.klas_terms_sect_1 {
  padding-top: 100px;

  .klas_terms_sect_1_container {
    padding: 20px;
    border-radius: 20px;
    border: 1px solid var(--red, #f00);
  }

  @media (max-width: 991px) {
    padding-top: 40px;

    h2 {
      margin-bottom: 20px;
    }

    .klas_terms_sect_1_text {
      gap: 15px;
    }
  }
}

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

.klas_header {
  padding: 14px 0;
  background: var(--blue, linear-gradient(180deg, #3a54ff 0%, #233299 100%));
}

.klas_logo {
  width: 200px;
  height: 30px;
  color: var(--yellow, #fdd60c);
  font-family: "clashdisplay_semibold";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  white-space: nowrap;
}

.klas_nav__link {
  padding: 10px;
}

.klas_nav__link_active {
  border-bottom: 3px solid var(--yellow, #fdd60c);
}

.klas_header__container {
  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) {
  .klas_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) {
  .klas_header__menu {
    padding: 80px 30px 30px 30px;
  }
}

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

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

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

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

.klas_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);
}

.klas_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);
}

.klas_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: 20px;
}

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

@media (max-width: 991px) {
  .klas_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) {
  .klas_nav__list_footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

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

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

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

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

.klas_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) {
  .klas_burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

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

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

footer {
  padding: 40px 0;
  background: var(--blue, linear-gradient(180deg, #3a54ff 0%, #233299 100%));

  .klas_footer_nav {
    width: 100%;
    max-width: 400px;
  }

  .klas_footer_contact {
    width: 100%;
    max-width: 505px;
    img {
      width: 20px;
      height: 25px;
    }
  }

  @media (max-width: 480px) {
    padding: 20px 0;
    .klas_footer_container {
      flex-direction: column;
    }
  }
}

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

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

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

/* klas_home_sect_1 */

.klas_home_sect_1 {
  padding-top: 40px;

  .klas_home_sect_1_container {
    padding: 60px;
    background: url(./klas-img/klas-sec1.webp) no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    border: 1px solid var(--white, #fff);
  }

  @media (max-width: 768px) {
    padding-top: 20px;

    .klas_home_sect_1_container {
      padding: 20px;
      gap: 10px;

      p {
        font-size: 14px;
      }
    }
  }
}

/* klas_home_sect_2 */

.klas_home_sect_2 {
  .klas_home_sect_2_li {
    width: 100%;
    padding: 20px;
    border-radius: 20px;
    background: var(--red, linear-gradient(180deg, #f00 0%, #ff703c 100%));
  }

  @media (max-width: 768px) {
    h2 {
      margin-bottom: 20px;
    }

    .klas_home_sect_2_ul {
      flex-direction: column;
    }
  }
}

/* klas_home_sect_3 */

.klas_home_sect_3 {
  .klas_home_sect_3_li {
    width: 100%;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid var(--red, #f00);
    background: var(--black, #070707);
  }

  .klas_home_sect_3_li_hed {
    width: fit-content;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    padding: 6px 10px;
    border-radius: 30px;
    background: #fdd60c;
    color: #070707;
    margin-bottom: 14px;
  }

  .klas_home_sect_3_li h3 {
    margin-bottom: 10px;
  }

  .klas_home_sect_3_li p {
    margin-bottom: 20px;
  }

  @media (max-width: 768px) {
    h2 {
      margin-bottom: 20px;
    }

    .klas_home_sect_3_ul {
      flex-direction: column;
    }
  }
}

/* klas_home_sect_4 */

.klas_home_sect_4 {
  .klas_home_sect_4_li {
    padding: 20px;
    border-radius: 6px;
    border: 1px solid var(--red, #f00);
  }
  .red_dots {
    width: 10px;
    height: 10px;
    border-radius: 100px;
    background: linear-gradient(180deg, #f00 0%, #ff703c 100%);
  }

  @media (max-width: 768px) {
    h2 {
      margin-bottom: 20px;
    }
    .klas_home_sect_4_ul {
      gap: 10px;
    }
  }
}

/* klas_home_sect_5 */

.klas_home_sect_5 {
  .klas_home_sect_5_container {
    color: var(--black);
    padding: 60px 20px;
    border-radius: 20px;
    background: var(--yellow, #fdd60c);
  }

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

  @media (max-width: 768px) {
    .klas_home_sect_5_container {
      padding: 20px;
    }

    p {
      font-size: 14px;
    }
  }
  @media (max-width: 480px) {
  }

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

/* ABOUT PAGE */

/* klas_about_sect_2 */
.klas_about_sect_2 {
  @media (max-width: 768px) {
    p {
      font-size: 14px;
    }
  }
}

/* klas_about_sect_5 */

.klas_about_sect_5 {
  p,
  li {
    font-size: 20px;
  }

  .klas_home_sect_2_ul {
    display: grid;
    grid-template-columns: repeat(3, 2fr);
  }

  @media (max-width: 991px) {
    p,
    li {
      font-size: 14px;
    }
    .klas_home_sect_2_ul {
      gap: 10px;
      grid-template-columns: repeat(2, 2fr);
    }
  }

  @media (max-width: 480px) {
    .klas_home_sect_2_ul {
      grid-template-columns: repeat(1, 2fr);
    }
  }
}

/* membership PAGE */

/* klas_membership_sect_2 */

.klas_membership_sect_2 {
  p {
    font-size: 20px;
  }

  .klas_home_sect_2_ul {
    display: grid;
    grid-template-columns: repeat(3, 2fr);
  }

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

    .klas_home_sect_2_ul {
      gap: 10px;
      grid-template-columns: repeat(2, 2fr);
    }
  }

  @media (max-width: 480px) {
    .klas_home_sect_2_ul {
      grid-template-columns: repeat(1, 2fr);
    }
  }
}

/* klas_membership_sect_3 */

.klas_membership_sect_3 {
  .klas_membership_sect_3_li {
    width: 100%;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid var(--red, #f00);
    background: var(--black, #070707);

    ul {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }
  }

  .klas_membership_sect_3_li_hed {
    width: fit-content;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    padding: 6px 10px;
    border-radius: 30px;
    background: #fdd60c;
    color: #070707;
  }

  h3 {
    background: var(--red, linear-gradient(180deg, #f00 0%, #ff703c 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  h4 {
    font-family: "clashdisplay_semibold";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
  }

  @media (max-width: 768px) {
    h2 {
      margin-bottom: 20px;
    }

    .klas_membership_sect_3_ul {
      flex-direction: column;
      gap: 10px;
    }
    .klas_membership_sect_3_li {
      max-width: 400px;
      margin: 0 auto;
    }
  }
}

/* klas_membership_sect_4 */

.klas_membership_sect_4 {
  .form_contact {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
  }

  .wrapper_input {
    width: 100%;
  }

  .input_contact {
    width: 100%;
    padding: 10px 20px;
    border-radius: 6px;
    border: 1px solid var(--white, #fff);
    background: var(--white, #fff);
  }

  textarea {
    height: 100px;
  }

  .wrapper_input_list {
    position: relative;
  }

  .wrapper_input_list input {
    cursor: pointer;
  }

  .open_list_form {
    position: absolute;
    top: 25px;
    right: 10px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
  }

  .wrapper_input_list.active .open_list_form {
    transform: rotate(180deg);
  }

  .open_list_form img {
    width: 12px;
    height: 6px;
    pointer-events: none;
  }

  .list_form_options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--white, #fff);
    border: 1px solid var(--white, #fff);
    border-radius: 6px;
    margin-top: 5px;
    list-style: none;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    z-index: 10;
  }

  .wrapper_input_list.active .list_form_options {
    max-height: 200px;
    opacity: 1;
  }

  .list_form_options li {
    color: var(--black);
    padding: 10px 20px;
    cursor: pointer;
    transition: background-color 0.2s ease;
  }

  .list_form_options li:hover {
    background-color: rgba(255, 59, 59, 0.1);
  }

  .list_form_options li:first-child {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }

  .list_form_options li:last-child {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }

  @media (max-width: 480px) {
    h2 {
      margin-bottom: 20px;
    }

    .wrapper_inputs {
      flex-direction: column;
    }
  }

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

/* klas_membership_sect_5 */

.klas_membership_sect_5 {
  .klas_membership_sect_5_li {
    padding: 20px;
    border-radius: 6px;
    border: 1px solid var(--red, #f00);
  }

  @media (max-width: 768px) {
    h2 {
      margin-bottom: 20px;
    }
    .klas_membership_sect_5_ul {
      gap: 10px;
    }
  }
}

/* lottery PAGE */

.klas_lottery_sect_2 {
  .timer_num_block {
    width: 100%;
    max-width: 150px;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid var(--white, #fff);
    background: var(--red, linear-gradient(180deg, #f00 0%, #ff703c 100%));

    .timer_numb {
      color: var(--white, #fff);
      font-family: "clashdisplay_semibold";
      font-size: 50px;
      font-style: normal;
      font-weight: 700;
      line-height: 100%;
    }
  }

  .klas_lottery_sect_2_li {
    width: 100%;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid var(--black, #070707);
    background: var(--yellow, #fdd60c);
    color: var(--black);
    text-align: center;
    h3 {
      font-size: 40px;
      margin-bottom: 20px;
    }
    p {
      font-size: 20px;
    }
  }

  @media (max-width: 991px) {
    h2 {
      margin-bottom: 20px;
    }
    .klas_lottery_sect_2_wrapper_timer {
      gap: 10px;
      margin-bottom: 20px;
    }

    .timer_num_block {
      padding: 10px 8px;
      max-width: 80px;
      .timer_numb {
        font-size: 22px;
      }
      p {
        font-size: 10px;
      }
    }

    .klas_lottery_sect_2 {
      gap: 10px;
    }
    .klas_lottery_sect_2_li {
      h3 {
        font-size: 22px;
      }
      p {
        font-size: 14px;
      }
    }
  }

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

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

/* contact PAGE */

/* klas_contact_sect_3 */
.klas_contact_sect_3 {
  .klas_contact_sect_4_li {
    width: 100%;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid var(--red, #f00);

    a,
    p {
      font-size: 20px;

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

  @media (max-width: 991px) {
    .klas_contact_sect_3_ul {
      gap: 10px;
    }
  }

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

/* klas_contact_sect_4 */
.klas_contact_sect_4 {
  iframe {
    border-radius: 20px;
    height: 500px;
    width: 100%;

    @media (max-width: 480px) {
      border-radius: 10px;
      height: 260px;
    }
  }
  @media (max-width: 991px) {
    h2 {
      margin-bottom: 20px;
    }
  }
}

/* klas_contact_sect_5 */

.klas_contact_sect_5 {
  .klas_contact_sect_5_container {
    padding: 40px 100px;
    border-radius: 20px;
    background: var(--red, linear-gradient(180deg, #f00 0%, #ff703c 100%));

    .klas_opening_hours_table {
      width: 100%;
      position: relative;
      z-index: 1;

      thead {
        th {
          padding: 10px 20px 20px;
          color: var(--white, #fff);
          font-weight: 700;
          font-size: 18px;
          text-transform: uppercase;
          text-align: left;

          &:last-child {
            text-align: right;
          }
        }
      }

      tbody {
        tr {
          td {
            padding: 20px;
            color: var(--white, #fff);
            font-size: 16px;
            font-weight: 400;

            &:last-child {
              text-align: right;
              font-weight: 500;
            }
          }
        }
      }
    }

    p {
      color: var(--white, #fff);
      font-size: 14px;
      opacity: 0.9;
      position: relative;
      z-index: 1;
    }

    @media (max-width: 991px) {
      padding: 30px 60px;
    }

    @media (max-width: 767px) {
      padding: 25px 40px;

      .klas_opening_hours_table {
        thead th {
          font-size: 16px;
          padding: 10px 15px 15px;
        }

        tbody tr td {
          padding: 15px;
          font-size: 14px;
        }
      }

      p {
        font-size: 12px;
      }
    }

    @media (max-width: 480px) {
      padding: 20px;
      border-radius: 10px;

      .klas_opening_hours_table {
        thead th {
          font-size: 14px;
          padding: 8px 10px 12px;
        }

        tbody tr td {
          padding: 12px 10px;
          font-size: 13px;
        }
      }

      p {
        font-size: 11px;
      }
    }
  }

  .klas_opening_hours_table {
    width: 100%;
    border-collapse: separate; /* чтобы границы не сливались */
    border-spacing: 0; /* убираем промежуток между ячейками */
  }

  .klas_opening_hours_table tr td {
    padding: 20px;

    border-bottom: 1px solid #fff;
  }

  .klas_opening_hours_table tr th {
    border-bottom: 2px solid #fff;
  }

  .klas_opening_hours_table tbody tr:last-child td {
    border-bottom: none; /* убираем линию у последней строки */
  }
}
