:root {
  --gold-color: rgba(235, 194, 113, 1);
}
/* *{
  outline: 1px solid red;
}   */
body {
  position: relative;
}

a {
  color: white;
  text-decoration: none;
}

.sub_form_title_inner {
  display: none;
}

.city {
  transform-box: fill-box;
  transform-origin: 50% 50%;
  transform: scale(2.5);
  stroke-width: 0.5;
}

#KZ-SHY #KZ-AST #KZ-ALA {
  transform-box: fill-box;
  transform-origin: 50% 50%;
  transform: scale(2.5);
  stroke-width: 0.5;
}

.navbar_mobile {
  position: fixed;
  top: 0;
  opacity: 0;
  z-index: 50;
  display: none;
  transition: all 0.3s ease-in-out;
  transform: translateX(100%);
}

.top__menu__mobile_cross {
  position: absolute;
  padding: 30px;
  top: 0;
  right: 0;
}

* {
  font-family: "Geologica", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.geologica-regular {
  font-family: "Geologica", sans-serif;
}
.inter-regular {
  font-family: "Inter", sans-serif;
}

.header {
  margin: 0 auto;
  position: relative;
}

.fullscreen-bg {
  overflow: hidden;
  z-index: -100;
  position: relative;
  max-height: 1080px;
  width: 100%;

  aspect-ratio: 16/8;

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

.overlay {
  max-width: 1200px;

  padding: 0 50px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.navbar {
  color: #fff;

  display: flex;
  padding: 20px 0px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  /* position: sticky; 
  top: 0;
  background: #000; 
  z-index: 1000; */

  .navbar_logo img {
    width: 80px;
    cursor: pointer;
    animation: spinY 4s linear infinite;
  }

  @keyframes spinY {
    from {
      transform: rotateY(0deg);
    }
    to {
      transform: rotateY(360deg);
    }
  }

  .navbar_links {
    display: flex;
    font-weight: 400;
    gap: 20px;
    font-size: 16px;
  }

  .navbar_btns {
    justify-content: end;
    align-items: center;
    display: flex;
    gap: 10px;

    .navbar_btns_search {
      display: none;
    }

    .navbar_btns_lang {
      display: flex;
      gap: 5px;

      a.active {
        cursor: pointer;
        font-size: 16px;
        display: flex;
        align-items: center;
        border-radius: 20px;
        padding: 0 15px;
        color: white;
        background-color: #ebc271;
        height: 40px;
        transition: transform 0.3s ease-in-out;
      }

      a.active:hover {
        transform: scale(1.02);
      }

      a {
        cursor: pointer;
        font-size: 16px;
        display: flex;
        align-items: center;
        border-radius: 8px;
        padding: 0 15px;
        color: #ebc271;
        height: 40px;
        transition: transform 0.3s ease-in-out;
      }

      a:hover {
        transform: scale(1.02);
      }
    }

    .navbar_btns_login {
      cursor: pointer;
      justify-content: center;
      height: 41px;
      padding: 0 24px;
      color: white;
      background-color: #ebc271;
      border-radius: 20px;
      display: flex;
      align-items: center;
      transition: transform 0.3s ease-in-out;
    }
    .navbar_btns_login:hover {
      transform: scale(1.02);
    }
    .navbar_btns_login a {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 10px;
    }
    .navbar_btns_login img {
      max-width: 20px;
      max-height: 20px;
    }
  }
}

.fullscreen-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.sub-wrapper {
  background-color: #436ba3;

  .sub {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding: 50px;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1.5fr;

    .sub_form {
      display: grid;
      gap: 10px;

      .sub_form_title {
        font-size: 32px;
        color: #ffffff;
      }

      .sub_form_input {
        width: 75%;

        border-radius: 4px;
        overflow: hidden;
      }

      input {
        padding: 10px 20px;
        border-radius: 4px;
        width: 100%;
        height: 100%;
        font-size: 16px;
        font-weight: 400;
        border: none;
      }

      button {
        width: 75%;
        height: 100%;
        border: none;
        background-color: #ebc271;
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        padding: 10px 20px;
        border-radius: 4px;
        cursor: pointer;
      }

      .sub_form_btn {
        width: 100%;
        transition: transform 0.3s ease-in-out;
      }

      .sub_form_btn:hover {
        transform: scale(1.02);
      }
    }

    .sub_title {
      display: flex;
      justify-content: end;
      font-size: 24px;
      color: #ffffff;
    }
  }
}

.premia {
  max-width: 1200px;
  margin: 50px auto;
  padding: 0 50px;
  overflow: hidden;
  .premia_title {
    font-weight: 400;
    font-size: 32px;
    color: #1760a4;
    padding-bottom: 20px;
  }

  .premia_images {
    user-select: none;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    /* overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth; */
    padding-top: 50px;

    .premia-image {
      flex: 0 0 auto;
      border-radius: 24px;
      width: 300px;
      height: 300px;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      gap: 20px;
      transition: box-shadow 0.3s ease-in-out;
      scroll-snap-align: start;
      a {
        display: block;
        width: 100%;
        height: 100%;
      }
      img {
        width: 100%;
        height: 100%;
        object-fit: contain;
      }
    }
  }

  .premia_images::-webkit-scrollbar {
    display: none;
  }
}

.top__menu__mobile {
  display: none;
}

.top_nav {
  position: relative;
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  font-family: "Geologica", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
}

.top__menu__mobile_btn {
  z-index: 50;
}

.header_icons {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding-bottom: 100px;
  align-items: center;
}

.header__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: auto 0px;
  position: relative;
}

.header__content__left {
  display: grid;
  gap: 30px;
}

.header__content__right {
  display: grid;
  gap: 30px;
  text-align: end;
}

.header__title {
  font-family: "Geologica", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
}
.header__text {
  font-family: "Geologica", sans-serif;
  font-weight: 400;
  font-size: 48px;
  color: var(--gold-color);
}

.header__content__left_contest {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contest__text {
  font-family: "Geologica", sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 2rem;
  padding-bottom: 1rem;
  margin-top: 2rem;
}
.contest__btn {
  color: #ffffff;
  padding: 13px 20px;
  border-radius: 8px;
  border: 3px solid var(--gold-color);
  font-size: 18px;
  font-weight: 400;
  width: 300px;
  cursor: pointer;
  z-index: 5;
  background: var(--gold-color);
  text-align: center;
  transition: transform 0.3s ease-in-out;
}

.contest__btn:hover {
  transform: scale(1.02);
}

.header__img {
  width: 100%;
}

.numbers {
  max-width: 1200px;
  margin: 50px auto;
  padding: 0 50px;

  display: grid;
  gap: 50px;
  width: 100%;
  position: relative;
}

.ornament {
  margin: 50px 0;
  display: flex;
  align-items: center;
  justify-content: center; /* Центровка по горизонтали */
  gap: 40px; /* Расстояние между элементами — регулируется по желанию */
  overflow: hidden; /* Скрываем выходящие за экран элементы */
  flex-wrap: nowrap; /* Не переносить элементы на следующую строку */
}

.oranament_gerb {
  height: 30px;
}

.mobile_orn {
  display: none;
}

.oranament_img {
  display: flex;

  flex-shrink: 0;
  height: 10px;
}
.burger {
  z-index: 1;
  display: none;
  justify-content: end;
  width: 100%;
}

.as_numbers {
  color: #1760a4;

  font-family: "Geologica", sans-serif;
  font-weight: 500;
  font-size: 32px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: start;
}

.quantity__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 350px;
  background-color: #f0f2f4;
  padding: 20px 0;
  border-radius: 15px;
  gap: 8px;
}

.quantity {
  display: flex;
  width: 100%;
  gap: 16.5px;
  justify-content: center;
}

.quantity__number {
  font-family: "Geologica", sans-serif;
  font-weight: 600;
  font-size: 75px;
  text-align: center;
  color: var(--gold-color);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
  mix-blend-mode: multiply;
}

.quantity__text {
  font-family: "Geologica", sans-serif;
  font-weight: 400;
  font-size: 24px;
  text-align: center;

  color: rgba(23, 96, 164, 1);
}

.top__menu__mobile_btn {
  display: none;
}

.map {
  width: 100%;
  position: relative;
}

.map__img {
  align-self: flex-end;
  width: auto;
  height: 43.5rem;
  max-height: 60rem;
}
.map__title {
  position: absolute;
  left: 20rem;
  display: flex;

  justify-content: space-between;
  flex-direction: column;
  height: 55%;
}
.map__title__text {
  font-family: "Geologica", sans-serif;
  font-weight: 500;
  font-size: 3.8rem;
  color: rgba(23, 96, 164, 1);
  margin-top: 2rem;
}
.map__title__btn {
  width: 20rem;
  font-family: "Inter", sans-serif !important;
  text-transform: uppercase;
  color: #ffffff;
  padding: 1rem 6rem;
  border-radius: 8px;
  border: 3px solid var(--gold-color);
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  z-index: 5;
  background: var(--gold-color);
}

.quote-wrapper {
  display: flex;
  justify-content: center;
  max-width: 1200px;
  padding: 0 50px;
  margin: 50px auto;
}

.quote-container {
  width: 100%;
  max-height: 350px;
  display: flex;
  flex-direction: row;
  border: 2px solid #f0f2f4;
  border-radius: 10px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.quote-container::before,
.quote-container::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 20px;
  background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1400 20" preserveAspectRatio="none"%3E%3Cpath fill="%23d2c19f" d="M0 10h1400" /%3E%3C/svg%3E')
    repeat-x;
}

.quote-container::before {
  top: 0;
}

.quote-container::after {
  bottom: 0;
}

.image-block {
  flex: 1 1 20%;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.image-block img {
  object-fit: cover;
  width: 100%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.text-block {
  flex: 1 1 60%;
  display: flex;
  padding: 30px 40px;
  /* flex-direction: column; */
  justify-content: center;
  position: relative;
}

.quote-mark {
  display: flex;
  justify-content: end;
}
.quote-mark img {
  padding: 0 15px;
  max-width: 100px;
  max-height: 100px;
}

.quote-text {
  font-family: Inter;
  font-weight: 400;
  max-width: 800px;
  font-size: 16px;
  color: #333;
}

.author {
  font-weight: bold;
  font-size: 16px;
  color: #1a1a1a;
  margin-top: 20px;
}

.position {
  font-size: 14px;
  color: #777;
}

.author__position {
  margin-right: auto;
}

.take__part__content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;

  align-items: center;
  justify-content: space-between;
  padding: 30px 50px;
}
.take__part__btns__wrap {
  display: grid;
  gap: 20px;
}

.take__part__btn_video {
  border: 3px solid white;
  font-family: "Geologica", sans-serif;
  color: white;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 400;
  cursor: pointer;
  z-index: 5;
  transition: all 0.3s ease-in-out;
}
.take__part__btn_video:hover {
  background: white;
  color: #1256b2;
}

.take__part {
  position: relative;
  background: linear-gradient(
    to right,
    rgba(22, 105, 219, 1),
    rgba(12, 56, 117, 1)
  );
}

.take__part__image {
  display: flex;
  justify-content: end;
}

.take__part__image img {
  width: 400px;
  height: 150px;
  object-fit: cover;
}

.take__part__title {
  display: grid;
  gap: 30px;
  width: fit;
}

.take__part__title__text_big {
  font-family: "Geologica", sans-serif;
  font-weight: 500;
  line-height: 90%;
  font-size: 32px;
  color: #ffcc1a;
}
.take__part__title__text_small {
  font-family: "Geologica", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #ffcc1a;
}

.take__part__btns_up {
  display: flex;
  gap: 20px;
}

.main {
  padding: 0 20px;
}

.take__part__btn {
  font-family: "Geologica", sans-serif;
  color: #ffcc1a;
  padding: 1rem;
  border-radius: 8px;
  border: 3px solid rgba(255, 255, 255, 1);
  font-size: 1.5vw;
  font-weight: 400;
  background: transparent;
  cursor: pointer;
  z-index: 5;
  transition: all 0.3s ease-in-out;
}

.take__part__btn_one {
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  background-color: #ffcc1a;
  border: 3px #ffcc1a solid;
  padding: 10px 25px;
  color: rgba(22, 105, 219, 1);
  transition: transform 0.3s ease-in-out;
}

.take__part__btn_one:hover {
  transform: scale(1.02);
}

.take__part__btns {
  display: grid;
  max-width: 350px;
  text-align: center;
}

.take__part__btn_two {
  border: none;
  border-radius: 8px;
  background-color: transparent;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 20px;
  color: #ffcc1a;
  transition: transform 0.3s ease-in-out;
}

.take__part__btn_two:hover {
  transform: scale(1.02);
}

.take__part__btn:hover {
  background-color: #fff;
  color: #1669da;
}

.footer {
  display: none;
  background-color: #14215c;
  color: white;

  .footer__wrapper {
    max-width: 1200px;
    padding: 30px 0;
    margin: 0 auto;
    padding: 20px 50px;
    display: flex;
    gap: 50px;
  }
}

.footer__col1 {
  display: grid;
  gap: 20px;
}

.footer__col1__info {
  display: grid;
  gap: 20px;
}

.footer__col1__policy {
  display: flex;
  margin-top: 100px;
}

.footer__col1__info__number_wrap {
  color: #ebc271;

  .footer__col1__info__number {
    font-size: 48px;

    a {
      color: #ebc271 !important;
    }
  }

  .footer__col1__info__number_text {
    font-size: 16px;

    a {
      color: #ebc271 !important;
    }
  }
}

.footer__col1__info__whatsapp {
  display: flex;
  align-items: baseline;
  gap: 10px;

  .footer__col1__info__whatsapp_number {
    font-size: 24px;
  }

  .footer__col1__info__whatsapp_text {
    font-size: 14px;
  }
}

.footer__col2 {
  display: grid;
  gap: 10px;
  font-size: 18px;
}

.footer__col3 {
  display: grid;
  gap: 10px;
  font-size: 14px;
  font-weight: 300;
}

.mobile-sep {
  display: none;
}

.header__content__left_contest_mobile {
  display: none;
}
#block-altynsapa-regiony {
  display: none;
}
.toolbar-tray-open {
  header .navbar {
    margin-top: 80px;
  }
}

.footer__col1__policy {
  margin-top: 30px;
}

.footer_mobile_col {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.footer_desc {
  color: white;
  .footer_top_bg {
    background: #263e6e;

    .footer_top {
      max-width: 1100px;
      margin: auto;
      padding: 50px 0;
      display: grid;
      grid-template-columns: 1fr 1fr;

      .footer_top_1 {
        height: 70px;
        display: flex;
        gap: 20px;

        .footer_top_1_text {
          width: 220px;
        }
      }

      .footer_top_2 {
        display: flex;
        gap: 20px;
        justify-content: end;

        .footer_top_2_text {
          width: 220px;
        }
        .footer_top_2_number {
          display: flex;
          flex-direction: column;
          gap: 10px;
          .footer_top_2_number_phone {
            font-size: 48px;
          }
        }
        .footer_top_2_social {
          display: flex;
          flex-direction: column;
          gap: 10px;

          .footer_top_2_number_phone {
            display: flex;
            gap: 5px;
            align-items: center;
          }
          .footer_top_2_number_phone img {
            cursor: pointer;
          }
        }
      }
    }
  }
  .footer_bottom_bg {
    background: #1f1f1f;
    .footer_bottom {
      max-width: 1100px;
      margin: auto;
      padding: 15px 0;
    }
  }
}

@media (max-width: 1400px) {
  .navbar {
    display: none;
  }

  .header {
    height: initial;
  }

  .burger {
    display: flex;
    padding: 20px;
  }

  .header_icons {
    display: none;
  }

  .navbar_mobile {
    display: flex;
    flex-direction: column;
    top: 0;

    z-index: 50;
    gap: 20px;
    position: fixed;
    right: 0;
    height: 100vh;

    background: rgba(255, 255, 255);
    box-shadow: 0 0 10px rgb(0, 0, 0, 0.2);

    padding: 20px;

    .navbar_mobile_logo img {
      width: 50px;
    }

    .navbar_mobile_links {
      font-weight: 300;
      display: flex;
      flex-direction: column;
      gap: 20px;
      font-size: 20px;

      a {
        color: #ebc271;
      }
    }

    .navbar_mobile_btns {
      gap: 20px;
      display: flex;
      flex-direction: column;
      justify-content: center;

      .navbar_mobile_btns_up {
        display: flex;
        align-items: center;
        gap: 20px;

        .navbar_mobile_btns_lang {
          display: flex;
          align-items: center;

          a.active {
            display: flex;
            align-items: center;
            font-size: 16px;
            border-radius: 8px;
            padding: 0 15px;
            color: white;
            background-color: #ebc271;
            height: 40px;
          }

          a {
            display: flex;
            align-items: center;
            font-size: 16px;
            border-radius: 8px;
            padding: 0 15px;
            color: #ebc271;
            height: 40px;
          }
        }
      }
    }
    .navbar_mobile_btns_login {
      display: flex;
      align-items: center;
      width: 100%;
      justify-content: center;
      height: 50px;
      padding: 0 24px;
      color: #ebc271;
      border: 1px solid #ebc271;
      border-radius: 8px;
      align-items: center;
      a {
        color: #ebc271;
      }
    }
  }
}

@media (max-width: 1200px) {
  .header__content__left .contest__btn {
    display: none;
  }

  .header__content {
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    gap: 20px;

    .header__content__right {
      text-align: initial;
    }
  }

  .wrap {
    padding: 30px 50px;
  }

  .footer__wrapper {
    padding: 30px 50px !important;
  }

  .quote-wrapper {
    padding: 0 50px;
  }

  .quantity {
    gap: 20px;
  }

  .sub_form_title_inner {
    display: block;
    color: #ffffff;
  }

  .president {
    display: block !important;
  }

  .login__btn__mobile {
    font-family: "Inter", sans-serif !important;
    text-transform: uppercase;
    color: black;
    font-size: 16px;
    padding: 20px 30px;
    border-radius: 8px;
    border: 3px solid var(--gold-color);
    font-weight: 600;
    cursor: pointer;
    z-index: 5;
    background: transparent;
  }

  .header__content {
    .header__title {
      font-size: 34px;
    }

    .header__content__left_sapa {
      width: 100%;
    }

    .header__title {
      width: 100%;
    }

    .header__content__left {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
  }
  .header__content__left_contest {
    display: none;
  }
  .footer__wrapper {
    font-size: 16px !important;
  }
  .header__content__left_contest_mobile {
    display: block;
  }
  .header__content__left_contest_mobile .contest__btn {
    display: block;
  }

  .premia {
    display: block;
    padding: 20px;
    gap: 0px;
    overflow-y: hidden;

    .premia-image {
      width: 300px;
      height: 300px;

      padding: 0 !important;
    }

    .premia_title {
      margin-bottom: 20px !important;
    }
  }

  .premia_title {
    margin-bottom: 20px !important;
  }

  .numbers {
    .quantity {
      display: flex;
      flex-direction: column;
    }

    .as_numbers {
      font-size: 28px;
    }

    .quantity__item {
      width: 100%;
      max-width: 100%;
      .quantity__number {
        font-size: 60px;
      }

      .quantity__text {
        font-size: 18px;
      }
    }
  }

  .sub {
    display: flex;
    flex-direction: column-reverse;
    gap: 5px;
    padding: 0 100px;

    .sub_form_title_inner {
      font-size: 24px;
    }

    .sub_title {
      font-size: 16px;
      padding: 0;
    }
    .sub_form {
      display: grid;
      width: 100%;
      gap: 10px;

      .sub_form_title {
        display: none;
      }

      .sub_form_input {
        width: 100%;
      }

      .sub_form_btn {
        width: 100%;
      }

      button {
        width: 100%;
      }
    }
  }

  .sub {
    padding: 0 150px;
  }

  .premia_title {
    font-size: 32px !important;
    padding: 0 !important;
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .mobile_orn {
    display: flex;
  }

  .fullscreen-bg {
    position: initial;
    aspect-ratio: 16 / 9;
    padding: 0 10px;

    overflow: hidden;
    height: initial;
  }

  .overlay {
    left: 0;
    position: static;

    padding: 0 30px;

    transform: translateX(0%);
  }
  .header__title {
    color: black;
    font-size: 18px !important;
  }

  .header__content {
    padding: 0;
    margin: 0 15px !important;
  }

  .fullscreen-bg__video {
    border-radius: 12px;
    height: initial;
    position: initial;
    object-fit: contain;
  }
  .wrap {
    padding: 20px 30px;
  }

  .premia-image {
    width: 280px;
    height: 300px;
  }

  .reviews {
    height: initial !important;
  }

  .footer__wrapper {
    padding: 20px 30px !important;
  }

  .quote-wrapper {
    padding: 20px 30px;
  }

  .take__part {
    margin: 30px;
    padding: 30px;
    border-radius: 16px;
    display: block;
  }

  .take__part__image {
    display: none;
  }

  .take__part__title__text_small {
    font-size: 14px;
  }

  .take__part__btn {
    font-size: 16px;
  }

  .take__part__title__text_big {
    font-size: 30px !important;
  }

  .reviews__gallery__btns {
    bottom: 50px !important;
  }

  .sub {
    padding: 0 30px;
  }

  .footer__col2 {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .header__text {
    font-size: 32px;
  }

  .header__title {
    font-size: 16px;
  }

  .header {
    position: initial !important;
  }

  .numbers {
    .as_numbers {
      font-size: 36px;
      justify-content: center;
    }

    .quantity__item {
      .quantity__number {
        font-size: 72px;
      }

      .quantity__text {
        font-size: 24px;
      }
    }
  }
}

@media (max-width: 768px) {
  .quantity__item {
    padding: 25px 0px;
  }

  .footer {
    display: block;
  }

  .footer__wrapper {
    display: block;
  }
  .overlay {
    padding: 20px;

    transform: translateX(0%);
  }
  .wrap {
    padding: 20px;
  }

  .take__part__btn_video {
    display: none;
  }

  .take__part__btns_down {
    width: 100%;
  }

  .take__part__content {
    display: block;
  }

  .take__part__btn_two {
    width: 100%;
    text-align: center;
  }
  .take__part__btns__wrap {
    gap: 0px;
  }
  .take__part__btns_down {
    display: flex;
    gap: 20px;
  }

  .take__part__btn_one {
    width: 100%;
    text-align: center;
  }

  .take__part__content {
    padding: 0;
  }

  .quote-container {
    display: grid;
    max-height: 100%;
  }

  .quote-container {
    height: 100;
  }
  .text-block {
    padding: 20px;
  }

  .footer__wrapper {
    display: block !important;
    padding: 50px !important;
    height: 100%;
  }

  .reviews__gallery__btns {
    bottom: 15px !important;
  }

  .footer__col3__text {
    font-size: 13px;
  }

  .sub {
    padding: 20px !important;
    display: flex !important;
    flex-direction: column-reverse !important;
  }

  .sub_form_title_inner {
    color: white;
  }

  .sub_title {
    padding-top: 20px !important;
    font-size: 16px !important;
  }

  .sub_form_input {
    padding-top: 5px;
    width: 100% !important;
  }

  .sub_form_btn {
    button {
      width: 100% !important;
    }
  }
}

@media (max-width: 768px) {
  .header_text_left_btn {
    font-size: 14px !important;
    padding: 10px 0 !important;
  }
  .header_text_rigth_first {
    font-size: 32px !important;
  }

  .header_text_rigth_second {
    font-size: 16px !important;
  }

  .header_text_left_first {
    font-size: 32px !important;
  }

  .header_text_left_second {
    font-size: 16px !important;
  }
}

@media (max-width: 1024px) {
  .header_text {
    margin: 0;
  }
}

@media (max-width: 768px) {
  .header_text_left_btn {
    width: 100% !important;
    padding: 20px 0 !important;
  }
}

@media (max-width: 1024px) {
  .header_text_left_second {
    color: black !important;
    font-size: 18px !important;
  }

  .header_text_rigth_second {
    color: black !important;
    font-size: 18px !important;
  }
}

@media (max-width: 1200px) {
  .header_text_left_first {
    height: initial !important;
  }

  .header_text_rigth_first {
    height: initial !important;
  }
}

@media (max-width: 1400px) {
  .header_text_left_btn {
    margin-left: initial !important;
  }

  .header_text {
    margin-top: 200px;

    display: flex !important;
    flex-direction: column-reverse;
    gap: 20px;

    .header_text_rigth {
      text-align: left !important;
    }
  }
}

.header_text {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: auto 0;

  .header_text_rigth {
    text-align: right;
    box-sizing: border-box;
    display: grid;
    gap: 10px;

    .header_text_rigth_first {
      height: 100px;
      font-weight: 400;
      font-size: 48px;
      color: var(--gold-color);
      line-height: 0.9;
    }

    .header_text_rigth_second {
      font-weight: 400;
      font-size: 18px;
      color: #ffffff;
      height: 50px;
    }

    .header_text_left_btn {
      color: #ffffff;
      padding: 13px 20px;
      border-radius: 8px;
      font-size: 18px;
      font-weight: 400;
      width: 300px;
      cursor: pointer;
      z-index: 5;
      margin-left: auto;
      background: var(--gold-color);
      text-align: center;
      transition: transform 0.3s ease-in-out;
      border: none;
    }

    .header_text_left_btn:hover {
      transform: scale(1.01);
    }
  }

  .header_text_left {
    text-align: left;
    box-sizing: border-box;
    display: grid;
    gap: 10px;

    .header_text_left_first {
      font-weight: 400;
      font-size: 48px;
      height: 100px;
      color: var(--gold-color);
      line-height: 0.9;
    }

    .header_text_left_second {
      font-weight: 400;
      height: 50px;
      font-size: 18px;
      color: #ffffff;
    }

    .header_text_left_btn {
      color: #ffffff;
      padding: 13px 20px;
      border-radius: 8px;
      font-size: 18px;
      font-weight: 400;
      width: 300px;
      cursor: pointer;
      z-index: 5;
      background: var(--gold-color);
      text-align: center;
      transition: transform 0.3s ease-in-out;
      border: none;
    }

    .header_text_left_btn:hover {
      transform: scale(1.01);
    }
  }
}
