@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.container {
  margin: 0 auto;
  padding: 0 15px;
}

img {
  vertical-align: middle;
}

body {
  font-family: "Montserrat", sans-serif;
  font-family: "Inter", sans-serif;
}

section {
  display: block;
}

main .accordion ul {
  padding-top: 10px;
}

main .accordion ul li::before {
  background: #000;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.accordion__body ul li::before {
  top: 12px;
}

.tabs-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 999;
}

.tabs-nav_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  font-weight: 700;
  font-size: 13px;
  line-height: 130%;
  text-transform: uppercase;
  color: #ffffff;
  opacity: 0.5;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.tabs-nav_item .imgTab1 {
  width: 28px;
  height: 17px;
}

/*.swiper-slide-active { opacity: 1;
}*/

.is-active {
  opacity: 1;
  color: #ffde17;
}

.tabs-nav_item.is-active svg path {
  stroke: #ffde17;
}

.buttonNav1.is-active svg path {
  stroke: none;
  fill: #ffde17;
}

.fade {
  -webkit-animation-name: fade;
  animation-name: fade;
  /* Добавляем Анимацию с именем fade */
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  /* Продолжительность Анимации 1.5 секунды */
}

@-webkit-keyframes fade {
  /* Эффект для Анимации с именем fade */
  from {
    opacity: 0.1;
    /* ... от прозрачности 0,1 */
  }
  to {
    opacity: 1;
    /* ... до прозрачности 1 */
  }
}

@keyframes fade {
  /* Эффект для Анимации с именем fade */
  from {
    opacity: 0.1;
    /* ... от прозрачности 0,1 */
  }
  to {
    opacity: 1;
    /* ... до прозрачности 1 */
  }
}

.tab {
  display: none;
  padding-bottom: 60px;
}

.tab.is-active {
  display: block;
  -webkit-animation-name: fade;
  animation-name: fade;
  /* Добавляем Анимацию с именем fade */
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  /* Продолжительность Анимации 1.5 секунды */
}

.out-of-header {
  overflow: hidden;
  margin-bottom: 100px;
  background: linear-gradient(
    180deg,
    #290200 9.48%,
    #a81207 21.35%,
    #a81207 77.5%,
    #290200 100%
  );
  color: #fff;
  margin: -60px auto 0;
  padding-bottom: 60px;
  padding-top: 110px;
  position: relative;
}

.btn {
  background: #fecc00;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto 16px;
  min-width: 312px;
  padding: 19px 35px;
  /*&:hover { background: #CC2C20; color: #fff; }
 &:active { background: #CC2C20; color: #fff; }*/
}

.out-of-header .tabs .swiperTab {
  min-width: 0;
  overflow: inherit;
  position: relative;
  margin: 0 auto 40px;
}

.out-of-header .welcome .welcomeWrapper {
  text-align: center;
}

.out-of-header .welcome .welcomeLogos {
  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;
}

.out-of-header .welcome .welcomeLogos .handLogoVtoroiWans {
  margin-left: -9px;
}

.out-of-header .welcome .welcomeContent {
  margin-top: 12px;
  position: relative;
}

.out-of-header .welcome .welcomeContent .welcomeText {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #fff;
}

.out-of-header .welcome .welcomeContent .welcomeText b {
  font-weight: 600;
}

.out-of-header .welcome .welcomeContent .btnWhere {
  margin: 16px auto;
  background: #ffffff;
  color: #b9150f;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 19.2px */
  letter-spacing: 0.16px;
  text-transform: uppercase;
}

.out-of-header .welcome .welcomeContent .btnRules {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #ffffff;
  opacity: 0.7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.welcome__pic {
  position: relative;
}

.welcome__pic img {
  position: relative;
  top: 51px;
  left: 50%;
  object-fit: cover;
  transform: translateX(-49%);
}

.out-of-header .terms .termsWrapper h2 {
  text-align: center;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 18px;
  margin-bottom: 40px;
  color: #fff;
}

.out-of-header .terms .termsWrapper .swiperTerms {
  min-width: 0;
  overflow: inherit;
  position: relative;
  margin: 0 auto;
  max-width: 260px;
}

.out-of-header
  .terms
  .termsWrapper
  .swiperTerms
  .swiperWrapperTerms
  .slideTerms {
  background: url(../img/SubtractTerms.svg) no-repeat;
  opacity: 0.5;
  position: relative;
  /*&::before { content: ''; position: absolute; width: 44.37px; height: 44.37px; left: -22px; top: 45%; border-radius: 25px; background: linear-gradient(180deg, #00B2FF 0%, #0072D9 100%);
 }
 &::after { content: ''; position: absolute; width: 44.37px; height: 44.37px; right: -22px; top: 45%; border-radius: 25px; background: linear-gradient(180deg, #00B2FF 0%, #0072D9 100%);
 }*/
}

.out-of-header
  .terms
  .termsWrapper
  .swiperTerms
  .swiperWrapperTerms
  .slideTerms
  .slideItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 18px 20px 80px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /*background: #D9D9D9;
border-radius: 32.2649px;*/
  height: 371px;
  min-width: 260px;
  max-width: 260px;
  margin: auto;
  position: relative;
}

.out-of-header
  .terms
  .termsWrapper
  .swiperTerms
  .swiperWrapperTerms
  .slideTerms
  .slideItem
  img {
  width: 52%;
}

.out-of-header
  .terms
  .termsWrapper
  .swiperTerms
  .swiperWrapperTerms
  .slideTerms
  .slideItem
  p {
  font-family: Inter;
  color: #000000;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
}

.slideItem span {
  color: var(--unnamed, #2b5da8);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}

.out-of-header
  .terms
  .termsWrapper
  .swiperTerms
  .swiperWrapperTerms
  .slideTerms
  .slideItem::after {
  content: "";
  position: absolute;
  width: 201.43px;
  height: 0px;
  left: 27px;
  top: 189.04px;
  border: 2px dashed #b81c16;
}

.out-of-header
  .terms
  .termsWrapper
  .swiperTerms
  .swiperWrapperTerms
  .slideTerms
  .qr {
  padding-top: 26px;
}

.out-of-header
  .terms
  .termsWrapper
  .swiperTerms
  .swiperWrapperTerms
  .slideTerms
  .qr
  img {
  width: 54%;
  height: 51%;
}

.out-of-header
  .terms
  .termsWrapper
  .swiperTerms
  .swiperWrapperTerms
  .slideTerms
  .szkz {
  padding-top: 29px;
}

.out-of-header
  .terms
  .termsWrapper
  .swiperTerms
  .swiperWrapperTerms
  .slideTerms
  .video {
  padding-top: 27px;
}

.out-of-header
  .terms
  .termsWrapper
  .swiperTerms
  .swiperWrapperTerms
  .slideTerms
  .video
  img {
  width: 54%;
  height: 51%;
}

.out-of-header
  .terms
  .termsWrapper
  .swiperTerms
  .swiperWrapperTerms
  .swiper-slide-active {
  /*background: #fff;
border-radius: 32.2649px;*/
  opacity: 1;
}

.out-of-header .terms .termsWrapper .swiperTerms .paginationTerms {
  bottom: -50px;
}

.out-of-header
  .terms
  .termsWrapper
  .swiperTerms
  .paginationTerms
  .swiper-pagination-bullet {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 5px;
  height: 5px;
  background: #ffffff;
  opacity: 0.5;
}

.out-of-header
  .terms
  .termsWrapper
  .swiperTerms
  .paginationTerms
  .swiper-pagination-bullet-active {
  width: 15px;
  height: 5px;
  background: #ffffff;
  border-radius: 12px;
  opacity: 1;
}

.out-of-header .schedule .scheduleWrapper h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 23px;
  line-height: 18px;
  text-align: center;
}

.out-of-header .schedule .scheduleWrapper .swiperSchedule {
  padding: 70px 0 15px;
}

.out-of-header
  .schedule
  .scheduleWrapper
  .swiperSchedule
  .swiperWrapperSchedule
  .slideSchedule
  .scheduleItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 54px 21px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 333px;
  min-width: 310px;
  max-width: 310px;
  margin: auto;
  position: relative;
  text-align: start;
  gap: 34px;
  background: url(../img/Subtract.svg) no-repeat;
  opacity: 0.5;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.out-of-header
  .schedule
  .scheduleWrapper
  .swiperSchedule
  .swiperWrapperSchedule
  .slideSchedule
  .scheduleItem
  .rules {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-top: 10px;
  gap: 5px;
}

.out-of-header
  .schedule
  .scheduleWrapper
  .swiperSchedule
  .swiperWrapperSchedule
  .slideSchedule
  .scheduleItem
  .rules
  p {
  color: var(--unnamed, #2b5da8);
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
}

.out-of-header
  .schedule
  .scheduleWrapper
  .swiperSchedule
  .swiperWrapperSchedule
  .slideSchedule
  .scheduleItem
  p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}

.out-of-header
  .schedule
  .scheduleWrapper
  .swiperSchedule
  .swiperWrapperSchedule
  .slideSchedule
  .scheduleItem
  p
  span {
  color: #b81c16;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.out-of-header
  .schedule
  .scheduleWrapper
  .swiperSchedule
  .swiperWrapperSchedule
  .slideSchedule
  .item1::before {
  content: "1";
  position: absolute;
  width: 60px;
  height: 60px;
  left: 41%;
  top: -29px;
  border-radius: 50%;
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 32px;
  background-color: #fff;
  border: inherit;
  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;
  color: #b81c16;
}

.out-of-header
  .schedule
  .scheduleWrapper
  .swiperSchedule
  .swiperWrapperSchedule
  .slideSchedule
  .item2::before {
  content: "2";
  position: absolute;
  width: 60px;
  height: 60px;
  left: 41%;
  top: -29px;
  border-radius: 48px;
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 32px;
  background-color: #fff;
  border: inherit;
  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;
  color: #b81c16;
}

.out-of-header
  .schedule
  .scheduleWrapper
  .swiperSchedule
  .swiperWrapperSchedule
  .swiper-slide-active
  .scheduleItem {
  opacity: 1;
}

.out-of-header .schedule .scheduleWrapper {
  bottom: 90px;
}
.paginationSchedule {
  bottom: 35px;
}

.out-of-header
  .schedule
  .scheduleWrapper
  .paginationSchedule
  .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  background: #ffffff;
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}

.out-of-header
  .schedule
  .scheduleWrapper
  .paginationSchedule
  .swiper-pagination-bullet-active {
  width: 15px;
  height: 5px;
  background: #ffffff;
  border-radius: 12px;
  opacity: 1;
}

.out-of-header .regisWrapper .form .regis {
  border-radius: 15px;
  position: relative;
  z-index: 1;
  /* height: 1023px !important; */
}

.out-of-header .regisWrapper .form .check {
  height: 350px;
}

.out-of-header .regisWrapper h2 {
  color: #fff;
}

.out-of-header .regisWrapper .imgWrapper {
  text-align: center;
}

.out-of-header .regisWrapper .imgWrapper .check-img {
  position: relative;
  width: 100% !important;
}

.out-of-header .regisWrapper .imgWrapper .check-img .imgHand .imgCheck {
  width: 137%;
  margin-left: -19%;
}

.out-of-header .regisWrapper .imgWrapper .check-img .tenge1 {
  background: url(../img/tenge1.png) no-repeat;
  background-size: contain;
  width: 125.59px;
  height: 100.17px;
  top: 9%;
  left: -4%;
  position: absolute;
}

.out-of-header .regisWrapper .imgWrapper .check-img .tenge2 {
  background: url(../img/tenge2.png) no-repeat;
  background-size: contain;
  width: 48.37px;
  height: 46.7px;
  top: 12%;
  left: 48%;
  position: absolute;
}

.out-of-header .regisWrapper .imgWrapper .check-img .tenge3 {
  background: url(../img/tenge3.png) no-repeat;
  background-size: contain;
  width: 61.88px;
  height: 59.85px;
  top: 43%;
  left: 65%;
  position: absolute;
}

.out-of-header .regisWrapper .imgWrapper .check-img .tenge4 {
  background: url(../img/tenge4.png) no-repeat;
  background-size: contain;
  width: 75.4px;
  height: 71.51px;
  top: 76%;
  left: 55%;
  position: absolute;
}

.out-of-header .regisWrapper .imgWrapper .check-img .tenge5 {
  background: url(../img/tenge5.png) no-repeat;
  background-size: contain;
  width: 178.03px;
  height: 137.28px;
  top: 80%;
  left: -6%;
  position: absolute;
}

.faq-mob,
.faq-desk {
  padding-top: 50px;
}

.faq-desk {
  display: none;
}

.faq-mob h2,
.faq-desk h2 {
  margin-bottom: 42px;
  color: var(--unnamed, #fff);
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  /* 112.5% */
}

.out-of-header .accordion ul li {
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  color: #000;
}

.out-of-header .accordion__text {
  border-radius: 10px;
  color: #222222;
  cursor: pointer;
  font-weight: 700;
  font-size: 15px;
  line-height: 140%;
  margin: 0;
  padding: 15px 77px 15px 15px;
  position: relative;
  z-index: 2;
  min-height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.out-of-header .accordion__body a {
  color: #000;
  text-decoration: underline;
  text-transform: inherit;
}

.out-of-header .accordion__body ul li span {
  font-weight: 600;
}

.out-of-header .accordion__body .podZagolovok {
  font-weight: 600;
  padding-bottom: 10px;
}

.out-of-header .accordion__body p {
  color: #000;
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
}

.accordion__text::after {
  content: "";
  background: url("../img/icon-close.svg") no-repeat;
  top: 68%;
  right: 0;
  transform: translateY(-50%);
}

.accordion__text-opened::after {
  -webkit-transform: translateY(-119%) rotate(-180deg) translateX(50%);
  -ms-transform: translateY(-119%) rotate(-180deg) translateX(50%);
  transform: translateY(-119%) rotate(-180deg) translateX(50%);
}

.schedule
  .scheduleWrapper
  .swiperSchedule
  .swiperWrapperSchedule
  .slideSchedule
  .item1::before {
  content: "1";
}

.schedule
  .scheduleWrapper
  .swiperSchedule
  .swiperWrapperSchedule
  .slideSchedule
  .item2::before {
  content: "2";
}

.schedule
  .scheduleWrapper
  .swiperSchedule
  .swiperWrapperSchedule
  .slideSchedule
  .item3::before {
  content: "3";
}

.schedule
  .scheduleWrapper
  .swiperSchedule
  .swiperWrapperSchedule
  .slideSchedule
  .item4::before {
  content: "4";
}

.schedule
  .scheduleWrapper
  .swiperSchedule
  .swiperWrapperSchedule
  .slideSchedule
  .item5::before {
  content: "5";
}

.schedule
  .scheduleWrapper
  .swiperSchedule
  .swiperWrapperSchedule
  .slideSchedule
  .item6::before {
  content: "6";
}

.schedule
  .scheduleWrapper
  .swiperSchedule
  .swiperWrapperSchedule
  .slideSchedule
  .item7::before {
  content: "7";
}

.schedule
  .scheduleWrapper
  .swiperSchedule
  .swiperWrapperSchedule
  .slideSchedule
  .item8::before {
  content: "8";
}

.schedule
  .scheduleWrapper
  .swiperSchedule
  .swiperWrapperSchedule
  .slideSchedule
  .item9::before {
  content: "9";
}

.schedule
  .scheduleWrapper
  .swiperSchedule
  .swiperWrapperSchedule
  .slideSchedule
  .item10::before {
  content: "10";
}

.important__box {
  margin-top: 24px;
  border-radius: 15px;
  background: var(--unnamed, #fff);
  box-shadow: 0px 5px 25px 0px rgba(43, 93, 168, 0.15);
  padding: 16px;
}

.important__box h3 {
  margin-bottom: 16px;
  color: #000;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.important__box li {
  position: relative;
  color: #000;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  /* 20.25px */
}

.important__box span {
  color: #2b5da8;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
}

.important li::before {
  content: "";
  background: url("../img/important-li.svg");
  position: absolute;
  width: 20px;
  height: 20px;
  top: 4px;
  left: 0;
}

.important li:first-child::before {
  top: 0px !important;
}

main ul li,
main ol li {
  padding: 5px 0 5px 30px;
}

@media only screen and (min-width: 500px) {
  .out-of-header .welcome .welcomeContent .moneyWrapper .money {
    left: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .swiperWrapperSchedule {
    justify-content: center;
  }
  .slideItem span {
    font-size: 17.974px;
  }
  .accordion__body ul li:first-child::before {
    top: 8px;
  }
  .accordion__body ul li::before {
    top: 13px;
  }
  .swiper .is-active {
    opacity: 0.5;
    color: #fff;
  }
  .tabs-nav_item {
    padding: 20px 10px;
  }
  .tabs-nav_item:hover {
    opacity: 1;
    color: #ffde17;
  }
  .tabs-nav_item:hover svg path {
    opacity: 1;
    stroke: #ffde17;
  }
  .tabs-nav_item.active {
    opacity: 1;
    color: #ffde17;
  }
  .tabs-nav_item.active svg path {
    opacity: 1;
    stroke: #ffde17;
  }
  .footer {
    display: none;
  }
  .tab {
    display: block;
  }
  .tab-2 {
    padding-top: 150px;
  }
  .tab-2,
  .tab-3 {
    position: relative;
    top: 495px;
  }
  .tab-4 {
    position: relative;
    top: 530px;
  }
  .faq-mob {
    display: none;
  }
  .faq-desk {
    display: block;
    height: 1700px;
  }
  .accordion__text::after {
    top: 57%;
    background: url("../img/icon-close-desk.svg") no-repeat;
  }
  .regisWrapper {
    min-height: 1175px;
  }
  .important__box h3 {
    font-size: 21px;
  }
  .important__box li {
    font-size: 16px;
  }
  .important {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 72px;
  }
  .tabs-nav {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .container {
    max-width: 1000px;
    padding: 0 30px;
  }
  .out-of-header {
    margin-top: -50px;
    padding-top: 30px;
    padding-bottom: 0;
  }
  .out-of-header .tabs .swiperTab {
    margin-bottom: 107px;
  }
  .out-of-header .tabs-nav_item {
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .welcome {
    height: 100vh;
  }
  .out-of-header .welcome .welcomeWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .logo7s {
    display: none;
  }
  .out-of-header .welcome .welcomeWrapper img {
    width: 90%;
  }
  .out-of-header .welcome .welcomeWrapper .welcomeLogos {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .out-of-header .welcome .welcomeWrapper .welcomeLogos .logoMain {
    width: 470.92px;
    height: 200.19px;
  }
  .out-of-header .welcome .welcomeContent {
    margin-top: 37px;
    max-width: 548px;
    z-index: 2;
  }
  .out-of-header .welcome .welcomeContent .moneyWrapper {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .welcome__pic img {
    position: relative;
    top: -562px;
  }
  .out-of-header .welcome .welcomeContent .welcomeText {
    text-align: left;
  }
  .out-of-header .welcome .welcomeContent .welcomeText p {
    font-weight: 400;
    font-size: 25px;
    line-height: 130%;
  }
  .out-of-header .welcome .welcomeContent .btn {
    min-width: 516px;
    font-weight: 700;
    font-size: 21px;
    line-height: 120%;
    letter-spacing: 0.01em;
    margin-top: 113px;
    padding: 28.5px 30px;
  }
  .btn {
    cursor: pointer;
  }
  .out-of-header .welcome .welcomeContent .btnWhere {
    margin-top: 32px;
  }
  .out-of-header .welcome .welcomeContent .btnRules {
    font-weight: 400;
    font-size: 21px;
    line-height: 26px;
  }
  .out-of-header .terms .termsWrapper h2 {
    font-weight: 600;
    font-size: 35px;
    line-height: 18px;
  }
  .out-of-header .terms .termsWrapper .swiperTerms {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .out-of-header
    .terms
    .termsWrapper
    .swiperTerms
    .swiperWrapperTerms
    .slideTerms {
    background-size: contain;
    opacity: 1;
  }
  .out-of-header
    .terms
    .termsWrapper
    .swiperTerms
    .swiperWrapperTerms
    .slideTerms
    .slideItem {
    min-width: 226px;
    max-width: 226px;
    padding: 21px 22px 72px;
    height: 374px;
    justify-content: flex-start;
    gap: 70px;
  }
  .out-of-header
    .terms
    .termsWrapper
    .swiperTerms
    .swiperWrapperTerms
    .slideTerms
    .slideItem
    img {
    width: 59%;
  }
  .out-of-header
    .terms
    .termsWrapper
    .swiperTerms
    .swiperWrapperTerms
    .slideTerms
    .qr
    img {
    width: 64%;
    height: 46%;
  }
  .out-of-header .regisWrapper .imgWrapper .check-img .imgHand .imgCheck {
    width: 100%;
    margin-left: 0;
  }
  .out-of-header
    .terms
    .termsWrapper
    .swiperTerms
    .swiperWrapperTerms
    .slideTerms
    .slideItem
    p {
    font-weight: 400;
    font-size: 18px;
    line-height: 115%;
  }
  .out-of-header
    .terms
    .termsWrapper
    .swiperTerms
    .swiperWrapperTerms
    .slideTerms
    .slideItem::after {
    width: 176.43px;
    height: 0px;
    left: 24px;
    top: 190px;
  }
  .out-of-header
    .terms
    .termsWrapper
    .swiperTerms
    .swiperWrapperTerms
    .slideTerms
    .szkz {
    padding-top: 17px;
  }
  .out-of-header
    .terms
    .termsWrapper
    .swiperTerms
    .swiperWrapperTerms
    .slideTerms
    .szkz
    img {
    width: 64%;
  }
  .out-of-header
    .terms
    .termsWrapper
    .swiperTerms
    .swiperWrapperTerms
    .slideTerms
    .video {
    padding-bottom: 65px;
  }
  .out-of-header
    .terms
    .termsWrapper
    .swiperTerms
    .swiperWrapperTerms
    .slideTerms
    .video
    img {
    width: 65%;
    height: 47%;
  }
  .out-of-header .schedule .scheduleWrapper h2 {
    font-weight: 600;
    font-size: 35px;
    line-height: 18px;
    color: #fff;
  }
  .out-of-header
    .schedule
    .scheduleWrapper
    .swiperSchedule
    .swiperWrapperSchedule
    .slideSchedule
    .item2::before,
  .out-of-header
    .schedule
    .scheduleWrapper
    .swiperSchedule
    .swiperWrapperSchedule
    .slideSchedule
    .item1::before {
    width: 61px;
    height: 61px;
    left: 31.9%;
    top: -32px;
  }
  .out-of-header
    .schedule
    .scheduleWrapper
    .swiperSchedule
    .swiperWrapperSchedule
    .slideSchedule
    .scheduleItem {
    min-width: 393px;
    max-width: 393px;
    background-size: contain;
    opacity: 1;
  }
  .out-of-header
    .schedule
    .scheduleWrapper
    .swiperSchedule
    .swiperWrapperSchedule
    .slideSchedule
    .scheduleItem
    p {
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
  }
  .out-of-header
    .schedule
    .scheduleWrapper
    .swiperSchedule
    .swiperWrapperSchedule
    .slideSchedule
    .scheduleItem
    p
    span {
    font-size: 22px;
    line-height: 33px;
  }
  .out-of-header .form .regisWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 80px;
  }
  .out-of-header .form .regisWrapper h2 {
    font-weight: 700;
    font-size: 35px;
    line-height: 43px;
  }
  .out-of-header .form .regisWrapper .form .regis {
    min-width: 450px;
    height: 1550px;
  }
  .out-of-header .form .regisWrapper .form .check {
    height: 250px;
  }
  .out-of-header .faq {
    margin-top: 70px;
  }
  .out-of-header .accordion {
    margin-bottom: 21px;
  }
  .out-of-header .accordion ul li {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
  }
  .out-of-header .accordion .accordion__text {
    height: 84px;
    padding: 25px;
    font-family: Inter;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    /* 28.6px */
  }
  .out-of-header .accordion .accordion__text::after {
    width: 24px;
    height: 24px;
    right: 25px;
  }
  .out-of-header .accordion .accordion__body p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 110%;
  }
  .out-of-header .accordion .accordion__body .podZagolovok {
    font-weight: 600;
  }
}

@media only screen and (min-width: 1025px) {
  .out-of-header {
    margin-top: 65px;
  }
}

@media only screen and (min-width: 1440px) {
  .container {
    max-width: 1200px;
  }
  .tab-2 {
    top: 250px;
  }
  .tab-3 {
    top: 390px;
  }
  .tab-4 {
    top: 470px;
  }
  .out-of-header .welcome .welcomeContent .btn {
    margin-left: 0;
  }
  .out-of-header .welcome .welcomeWrapper .welcomeLogos .logoMain {
    width: 513.92px;
    height: 228.19px;
  }
  .out-of-header .schedule .scheduleWrapper .swiperSchedule {
    max-width: 1100px;
  }
  .out-of-header
    .schedule
    .scheduleWrapper
    .swiperSchedule
    .swiperWrapperSchedule
    .slideSchedule
    .scheduleItem {
    min-width: 485px;
    max-width: 485px;
    height: 525px;
    padding: 91px 20px 63px 35px;
    gap: 49px;
  }
  .out-of-header
    .schedule
    .scheduleWrapper
    .swiperSchedule
    .swiperWrapperSchedule
    .slideSchedule
    .scheduleItem
    p {
    font-weight: 400;
    font-size: 26px;
    line-height: 32px;
  }
  .out-of-header
    .schedule
    .scheduleWrapper
    .swiperSchedule
    .swiperWrapperSchedule
    .slideSchedule
    .scheduleItem
    p
    span {
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
  }
  .out-of-header
    .schedule
    .scheduleWrapper
    .swiperSchedule
    .swiperWrapperSchedule
    .slideSchedule
    .scheduleItem
    .rules
    img {
    width: 33.88px;
    height: 33.88px;
  }
  .out-of-header
    .schedule
    .scheduleWrapper
    .swiperSchedule
    .swiperWrapperSchedule
    .slideSchedule
    .scheduleItem
    .rules
    p {
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 26px;
  }
  .out-of-header
    .schedule
    .scheduleWrapper
    .swiperSchedule
    .swiperWrapperSchedule
    .slideSchedule
    .item2::before,
  .out-of-header
    .schedule
    .scheduleWrapper
    .swiperSchedule
    .swiperWrapperSchedule
    .slideSchedule
    .item1::before {
    width: 99px;
    height: 99px;
    left: 193px;
    top: -50px;
    border-radius: 50%;
    font-size: 71px;
  }
  .out-of-header .regisWrapper {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .out-of-header .regisWrapper .imgWrapper {
    padding-top: 150px;
  }
  .out-of-header .regisWrapper .imgWrapper .check-img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .out-of-header .regisWrapper .imgWrapper .check-img .tenge1 {
    width: 215.69px;
    height: 162.66px;
    top: 2%;
    left: 3%;
  }
  .out-of-header .regisWrapper .imgWrapper .check-img .tenge2 {
    width: 90.26px;
    height: 87.15px;
    top: 3%;
    left: 63%;
  }
  .out-of-header .regisWrapper .imgWrapper .check-img .tenge3 {
    width: 104.28px;
    height: 98.63px;
    left: 87%;
  }
  .out-of-header .regisWrapper .imgWrapper .check-img .tenge4 {
    width: 114.57px;
    height: 107.31px;
    top: 70%;
    left: 73%;
  }
  .out-of-header .regisWrapper .imgWrapper .check-img .tenge5 {
    width: 225.85px;
    height: 170.33px;
    top: 72%;
    left: 8%;
  }
}

@media only screen and (max-width: 1023px) {
  .header {
    background: transparent !important;
  }
  .header .nav__left,
  .header__right-side {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
  .header__lang-switch,
  .header__mobile-button {
    background: rgba(255, 255, 255, 0.3) !important;
  }
  .header__announ-button {
    background: transparent !important;
  }
  .accordion__body ul li:first-child::before {
    top: 7px;
  }
}
