@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: "Inter", sans-serif;
}

section {
  display: block;
}

.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: .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;
}

.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: -webkit-gradient(linear, left top, left bottom, from(#00B2FF), to(#0072D9));
  background: linear-gradient(180deg, #00B2FF 0%, #0072D9 100%);
  color: #fff;
  margin: -60px auto 30px;
  padding-bottom: 30px;
  padding-top: 80px;
  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;
  color: #fff;
}

.out-of-header .welcome .welcomeContent .welcomeText p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
}

.out-of-header .welcome .welcomeContent .btnWhere {
  margin: 16px auto;
  background: #FFFFFF;
  color: #2B5DA8;
}

.out-of-header .welcome .welcomeContent .btnRules {
  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;
}

.out-of-header .welcome .welcomeContent .moneyWrapper {
  position: relative;
  width: 495.97px;
  height: 653.82px;
  display: block;
  margin: auto;
}

.out-of-header .welcome .welcomeContent .moneyWrapper .money {
  position: absolute;
  bottom: -10px;
  left: -15%;
}

.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: .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 {
  color: #000000;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
}

.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 #3C76FF;
}

.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: 48px;
}

.out-of-header .terms .termsWrapper .swiperTerms .swiperWrapperTerms .slideTerms .szkz img {
  width: 94%;
}

.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: 371px;
  min-width: 310px;
  max-width: 310px;
  margin: auto;
  position: relative;
  text-align: start;
  gap: 34px;
  background: url(../img/Subtract.svg) no-repeat;
  opacity: .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;
  margin-top: 10px;
  gap: 5px;
}

.out-of-header .schedule .scheduleWrapper .swiperSchedule .swiperWrapperSchedule .slideSchedule .scheduleItem .rules p {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #2B5DA8;
}

.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 {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #0045D0;
}

.out-of-header .schedule .scheduleWrapper .swiperSchedule .swiperWrapperSchedule .slideSchedule .item1::before {
  content: '1';
  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: #0045D0;
  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: #FFFFFF;
}

.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: #0045D0;
  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: #FFFFFF;
}

.out-of-header .schedule .scheduleWrapper .swiperSchedule .swiperWrapperSchedule .swiper-slide-active .scheduleItem {
  opacity: 1;
}

.out-of-header .schedule .scheduleWrapper .paginationSchedule {
  bottom: 20px;
}

.out-of-header .schedule .scheduleWrapper .paginationSchedule .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  background: #FFFFFF;
  opacity: 0.5;
}

.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: 1150px;
}

.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;
  margin: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.out-of-header .regisWrapper .imgWrapper .check-img .imgHand {
  /*&::before { content: ''; position: absolute; width: 346.39px; height: 367.77px; top: 0; z-index: 0; background: rgba(255, 255, 255, 0.67); filter: blur(50.8892px);
}*/
}

.out-of-header .regisWrapper .imgWrapper .check-img .imgHand .imgCheck {
  margin-left: -115px;
}

.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;
}

.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: 600;
  font-size: 15px;
  line-height: 140%;
  margin: 0;
  padding: 15px 77px 15px 15px;
  position: relative;
  z-index: 2;
  min-height: 69px;
  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%;
}

.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";
}

@media only screen and (min-width: 500px) {
  .out-of-header .welcome .welcomeContent .moneyWrapper .money {
    left: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .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;
  }

  .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;
  }

  .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;
  }

  .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: 150px;
    max-width: 548px;
  }

  .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;
  }

  .out-of-header .welcome .welcomeContent .moneyWrapper .money {
    width: 622.75px;
    height: 701.04px;
    left: 178px;
    bottom: 16px;
  }

  .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;
  }

  .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;
  }

  .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: 164.04px;
  }

  .out-of-header .terms .termsWrapper .swiperTerms .swiperWrapperTerms .slideTerms .qr img {
    width: 66%;
    height: 48%;
  }

  .out-of-header .terms .termsWrapper .swiperTerms .swiperWrapperTerms .slideTerms .szkz {
    padding-top: 45px;
  }

  .out-of-header .terms .termsWrapper .swiperTerms .swiperWrapperTerms .slideTerms .szkz img {
    width: 114%;
  }

  .out-of-header .terms .termsWrapper .swiperTerms .swiperWrapperTerms .slideTerms .video {
    padding-bottom: 65px;
  }

  .out-of-header .terms .termsWrapper .swiperTerms .swiperWrapperTerms .slideTerms .video img {
    width: 64%;
    height: 49%;
  }

  .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 {
    width: 75px;
    height: 75px;
    left: 34%;
    top: -38px;
  }

  .out-of-header .schedule .scheduleWrapper .swiperSchedule .swiperWrapperSchedule .slideSchedule .item1::before {
    width: 75px;
    height: 75px;
    left: 34%;
    top: -38px;
  }

  .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 {
    max-width: 764px;
    margin-bottom: 21px;
  }

  .out-of-header .accordion ul li {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
  }

  .out-of-header .accordion .accordion__text {
    height: 84px;
    padding: 22px 60px 22px 15px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 110%;
  }

  .out-of-header .accordion .accordion__text::after {
    width: 24px;
    height: 24px;
    top: 34px;
    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;
  }

  .out-of-header .welcome .welcomeContent .btn {
    margin-left: 0;
  }

  .out-of-header .welcome .welcomeContent .moneyWrapper .money {
    width: 822.75px;
    height: 901.04px;
    left: 217px;
    bottom: -137px;
  }

  .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 {
    width: 107px;
    height: 107px;
    left: 39%;
    top: -54px;
    border-radius: 61px;
  }

  .out-of-header .schedule .scheduleWrapper .swiperSchedule .swiperWrapperSchedule .slideSchedule .item1::before {
    width: 107px;
    height: 107px;
    left: 39%;
    top: -54px;
    border-radius: 61px;
  }

  .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 .imgHand .imgCheck {
    width: 152%;
  }

  .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;
  }
}