body {
  background-color: black;
}
a {
  text-decoration: none !important;
}

@font-face {
  font-family: "Gilroy";
  src: url("/static/fonts/Gilroy-Light.ttf");
  font-weight: 300;
}

@font-face {
  font-family: "Gilroy";
  src: url("/static/fonts/Gilroy-Regular.ttf");
  font-weight: 400;
}

@font-face {
  font-family: "Gilroy";
  src: url("/static/fonts/Gilroy-Extrabold.ttf");
  font-weight: 800;
}

@font-face {
  font-family: "Gilroy";
  src: url("/static/fonts/Gilroy-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "Kreadon";
  src: url("/static/fonts/Kreadon-L.otf");
  font-weight: 300;
}

@font-face {
  font-family: "Kreadon";
  src: url("/static/fonts/Kreadon-R.otf");
  font-weight: 400;
}

@font-face {
  font-family: "Kreadon";
  src: url("/static/fonts/Kreadon-M.otf");
  font-weight: 500;
}
@font-face {
  font-family: "Kreadon";
  src: url("/static/fonts/Kreadon-B.otf");
  font-weight: 700;
}

.top_menu a {
  font-family: "Gilroy";
  color: #efdaed;
  text-decoration: none;
  line-height: 23.54px;
  font-size: 20px;
  font-weight: 500;
}
.top_menu {
  display: flex;
  justify-content: space-between;
}
.right {
  text-align: right;
}
.alicenter {
  align-items: center;
}
nav button {
  color: #ffffff;
  border-radius: 30px;
  border: 1px solid #ffffff;
  padding: 16px;
  background: transparent;
  font-size: 16px;
  font-family: Gilroy;
  font-weight: 500;
  z-index: 10;
  position: relative;
}
.rightellipse {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.biggrow {
  max-width: 100%;
  position: relative;
  z-index: -10;
}
.main {
  margin-top: 47px;
  overflow-x: clip;
  position: relative;
  background: url(/static/img/hologirl.png) no-repeat;
  background-position: center 30px;
  background-size: contain;
  padding-bottom: 100px;
}
.main1 {
  margin-top: 47px;
  overflow-x: clip;
  position: relative;
  background-position: center 30px;
  background-size: contain;
  padding-bottom: 100px;
}
.main1 .bigellipse {
  position: absolute;
  z-index: -1;
  left: 0;
  top: -20%;
  width: 600px;
}
.hologirlmobile {
  position: absolute;
  width: 338px;
  top: 15%;
}
.ostalis {
  font-family: Gilroy;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: white;
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .skitluxe h2 {
    font-size: 20px;
    line-height: 28px;
  }
  .skitluxe h3 {
    font-size: 16px;
  }
  .hologirlmobile {
    width: 250px;
    top: 22%;
  }
  .main1 .bigellipse {
    width: 436px;
    top: 4px;
  }
  .secondmain h2 {
    margin-right: 0 !important;
    font-size: 24px !important;
  }
}
.rotliniya {
  border: 1px solid #efdaed4d;
  transform: rotate(16.8deg);
  width: 170%;
  top: 450px;
  position: absolute;
  z-index: -1;
  left: -5%;
}
.rotliniya1 {
  border: 1px solid #efdaed4d;
  transform: rotate(-16.8deg);
  width: 170%;
  top: 570px;
  position: absolute;
  z-index: -1;
  left: -5%;
}
.for-end {
  display: flex;
  justify-content: flex-end;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .rotliniya {
    top: 350px;
  }
}
.secondmain h2 {
  color: white;
  font-family: Gilroy;
  font-weight: 500;
  font-size: 40.11px;
  margin-right: 40px;
}
.underrot {
  margin-top: 95px;
}

.underrot h3 {
  color: #efdaed;
  font-family: Kreadon;
  font-weight: 500;
  font-size: 32px;
  line-height: 41.6px;
}
@media (max-width: 992px) {
  .underrot {
    margin-top: 250px;
  }
  .underrot h3 {
    text-align: right;
  }
}
@media (max-width: 576px) {
  .underrot h3 {
    font-size: 16px;
    line-height: 20.6px;
  }
  .underrot {
    margin-top: 320px;
  }
}
@media (max-width: 500px) {
  .hologirlmobile {
    width: 168px;
    top: 31%;
  }
  .main1 .bigellipse {
    width: 277px;
    top: 183px;
  }
  .rotliniya {
    top: 210px;
  }
  .hologirlmobile {
    top: 13%;
    width: 205px;
  }
  .main1 .bigellipse {
    top: 0;
  }
  .underrot {
    margin-top: 165px;
  }
  .rotliniya1 {
    top: 369px;
  }
}
.date {
  display: flex;
  align-items: center;
}
.date h4 {
  color: white;
  font-size: 28.61px;
  font-family: Kreadon;
  font-weight: 700;
  line-height: 34.59px;
  letter-spacing: 5%;
  margin-left: 10px;
  margin-top: 5px;
}
@media (max-width: 992px) {
  .date h4 {
    font-size: 24.59px;
  }
  .date {
    justify-content: end;
  }
}
@media (max-width: 576px) {
  .date h4 {
    font-size: 13.59px;
  }
  .date img {
    width: 30px;
  }
}
.lomanaya {
  margin-top: 30px;
  height: auto;
  max-width: 100%;
}
.rightlom {
  display: flex;
  align-items: flex-start; /* Выравниваем img и текст по центру */
}

.text-rightlom {
  display: flex;
  flex-direction: column; /* h4 и p располагаются вертикально */
  margin-left: 10px; /* Отступ от картинки */
}

.text-rightlom h4 {
  color: #efdaed;
  font-family: Gilroy;
  font-weight: 400;
  font-size: 24px;
  line-height: 27.84px;
  margin-bottom: 15px; /* Убираем стандартные отступы */
}

.text-rightlom p {
  font-family: Gilroy;
  font-weight: 300;
  font-size: 14px;
  line-height: 16.14px;
  color: white;
  margin-left: 14px;
}

.rightlomm p {
  font-family: Gilroy;
  font-weight: 300;
  font-size: 14px;
  line-height: 16.14px;
  color: white;
}
.rightlomm h4 {
  color: #efdaed;
  font-family: Gilroy;
  font-weight: 400;
  font-size: 24px;
  line-height: 27.84px;
}
.hologirl {
  position: absolute;
  left: 30%;
  max-width: 100%;
}
.participate-btn {
  display: flex;
  align-items: center;
  padding: 24px;
  border-radius: 45px;
  background-color: white;
  font-family: Gilroy;
  font-weight: 600;
  font-size: 24px;
  line-height: 28.63px;
  margin-top: 102px;
}
.participate-btn img {
  margin-left: 8px;
}
.god {
  font-family: Kreadon;
  font-weight: 500;
  font-size: 35px;
  line-height: 45.5px;
  color: #efdaed;
  text-align: right;
  margin-top: 94px;
  margin-bottom: 18px;
}
.podtverjday h6 {
  font-family: Gilroy;
  font-weight: 400;
  font-size: 16px;
  line-height: 18.56px;
  color: white;
}
.leftmain {
  position: absolute;
  z-index: -2;
}
.reg-blocks {
  display: flex;
  gap: 26.28px;
  align-items: end;
}
.reg-blocks1 {
  display: flex;
  gap: 26.28px;
  align-items: end;
  margin-left: 25px;
}
.reg-blocks1 h2 {
  font-family: Gilroy;
  font-weight: 300;
  font-size: 44.21px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: white;
  margin-bottom: 10px;
}
.reg-blocks h3 {
  font-family: Gilroy;
  font-weight: 300;
  font-size: 44.21px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: white;
  margin-bottom: 20px;
}
.about {
  margin-top: 5%;
  position: relative;
}
.about-leftside {
  display: flex;
  flex-direction: column;
  gap: 69px;
}
.about-rightside h2 {
  font-family: Gilroy;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: white;
  margin-bottom: 10px;
}
.about-rightside h3 {
  font-family: Kreadon;
  font-weight: 400;
  font-size: 35px;
  line-height: 125%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #efdaed;
  margin-bottom: 37px;
}
.about-rightside h4 {
  font-family: Gilroy;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: white;
  margin-bottom: 32px;
}
.about-bottom {
  display: flex;
  gap: 11px;
}
.about-bottom h5 {
  font-family: Gilroy;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #df70bc;
  margin-bottom: 24px;
}
.about-bottom h6 {
  font-family: Gilroy;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #ffffff;
}
.about-bottom img {
  height: 60px;
}
.vlozh-bottom {
  margin-top: 20px;
}
.about-buttons-bottom {
  margin-top: 65px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.about-buttons-bottom .prinyat {
  font-family: Gilroy;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: white;
  border: 2px solid #ffffff;
  padding: 16px;
  border-radius: 30px;
  background-color: transparent;
}
.uchastniki {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: Gilroy;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: white;
  background-color: #000000;
  border: none;
}
.smile {
  margin-top: 200px;
  overflow-x: clip;
  position: relative;
}
.smile2 {
  position: absolute;
  top: 15%;
  right: 0;
}
.beg_stroka_parent {
  width: 120%;
  height: 72px;
  background-color: #594c53;
  transform: rotate(-8deg);
  position: absolute;
  left: -5%;
}

.beg_stroka p {
  font-family: Kreadon;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  text-align: left;
  color: black;
  display: inline-block;
  margin-top: -10px;
  margin-left: 20px;
  margin-right: 11px;
}

.beg_stroka_parent {
  display: flex;
  overflow-x: hidden;
}

.beg_stroka {
  font-size: sans-serif;
  padding: 30px 0;
  white-space: nowrap;
  display: flex;
  background-color: #df70bc;
}
.beg_stroka_parent1 {
  width: 120%;
  height: 72px;
  background-color: #efdaed;
  transform: rotate(3.76deg);
  position: absolute;
  left: -5%;
}

.beg_stroka1 p {
  font-family: Kreadon;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  color: black;
  display: inline-block;
  margin-top: -10px;
  margin-left: 20px;
  margin-right: 11px;
}

.beg_stroka_parent1 {
  display: flex;
  overflow-x: hidden;
}

.beg_stroka1 {
  font-size: sans-serif;
  padding: 30px 0;
  white-space: nowrap;
  display: flex;
  background-color: #efdaed;
}
.smile h2 {
  font-family: Kreadon;
  font-size: 35px;
  font-weight: 400;
  line-height: 45.5px;
  color: #efdaed;
  margin-bottom: 48px;
}
.leftnom {
  padding-top: 240px;
}
.blocks {
  border: 2px solid white;
  border-radius: 30px;
  gap: 8px;
  padding: 16px;
}
.blocks h3 {
  font-family: Gilroy;
  font-weight: 500;
  font-size: 16px;
  line-height: 21.19px;
  color: white;
  text-align: center;
  cursor: pointer;
}
.imgsmile {
  position: relative;
  z-index: 10;
  max-width: 100%;
}
.galaxy {
  display: flex;
  align-items: center;
}
.galaxy h5 {
  color: #cf8ece;
  font-family: Gilroy;
  font-weight: 600;
  line-height: 28.63px;
  font-size: 24px;
  margin-right: 8px;
}
.purplearrow {
  margin-top: 5px;
}
.categories {
  margin-top: 50px;
  margin-bottom: 50px;
}
.categories h2 {
  font-family: Kreadon;
  font-weight: 400;
  line-height: 45.5px;
  font-size: 35px;
  color: #efdaed;
}
.categories h3 {
  font-family: Gilroy;
  font-weight: 500;
  line-height: 18.83px;
  font-size: 16px;
  color: white;
}
.categ {
  padding: 25px 24px 25px 24px;
  border-radius: 20px;
  border: 1px solid white;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.categ h4 {
  margin-bottom: 24px;
  font-family: Gilroy;
  font-weight: 800;
  font-size: 24px;
  line-height: 29.4px;
  color: #ffdefc;
}
.categ h5 {
  margin-bottom: 16px;
  font-family: Gilroy;
  font-weight: 400;
  font-size: 16px;
  line-height: 18.56px;
  color: #ffffff;
}
.etopromenya {
  display: flex;
  align-items: center;
  background-color: white;
  padding: 12px;
  width: 173px;
  border-radius: 59.63px;
  margin-top: auto;
}
.categ h6 {
  margin-right: 15%;
  font-family: Gilroy;
  font-weight: 400;
  font-size: 14px;
  line-height: 18.56px;
  color: black;
}
.topcateg {
  padding: 25px 24px 25px 24px;
  border-radius: 20px;
  border: 1px solid white;
  box-sizing: border-box;
}
.topcateg h4 {
  margin-bottom: 24px;
  font-family: Gilroy;
  font-weight: 800;
  font-size: 24px;
  line-height: 29.4px;
  color: #ffffff;
}
.topcateg h5 {
  margin-bottom: 16px;
  font-family: Gilroy;
  font-weight: 400;
  font-size: 16px;
  line-height: 18.56px;
  color: #ffffff;
}
.topcateg h6 {
  margin-right: 15%;
  font-family: Gilroy;
  font-weight: 400;
  font-size: 14px;
  line-height: 18.56px;
  color: black;
}
.etopromenya1 {
  display: flex;
  align-items: center;
  background-color: white;
  padding: 12px;
  width: 173px;
  border-radius: 59.63px;
}
.w20 {
  width: 20%;
}
.tl26 {
  position: absolute;
  top: -40px;
  right: 0;
  z-index: -1;
}
.tl17 {
  position: absolute;
  top: 25%;
  right: -28%;
  z-index: -1;
}
.tl27 {
  position: absolute;
  bottom: -20%;
  right: -18%;
  z-index: -1;
}
.tl6 {
  position: absolute;
  top: 50%;
  right: -18%;
  z-index: -1;
}
.cube {
  display: flex;
  justify-content: center;
  margin-bottom: 132px;
}
.bigcube {
  width: 74%;
  display: flex;
  align-items: center;
}
@media (min-width: 1400px) {
  .bigcube {
    max-width: 1110px;
  }
}
@media (max-width: 992px) {
  .bigcube {
    flex-direction: column;
  }
}
.textcube h2 {
  font-family: Gilroy;
  font-weight: 500;
  font-size: 32.96px;
  line-height: 39.32px;
  color: white;
  margin-bottom: 36px;
}
.textcube h3 {
  font-family: Gilroy;
  font-weight: 400;
  font-size: 31px;
  line-height: 35.96px;
  color: white;
}
.textcube h4 {
  font-family: Gilroy;
  font-weight: 600;
  font-size: 51.67px;
  line-height: 61.64px;
  color: #fd84dc;
}
.textcube h4 span {
  font-family: Gilroy;
  font-weight: 600;
  font-size: 31px;
  line-height: 36.99px;
  color: white;
  margin-right: 14px;
  margin-left: 14px;
}
.textcube h5 {
  font-family: Gilroy;
  font-weight: 600;
  font-size: 24.72px;
  line-height: 29.49px;
  color: white;
}
.textcube h5 span {
  font-family: Gilroy;
  font-weight: 600;
  font-size: 24.72px;
  line-height: 29.49px;
  color: #ffdefc;
  text-decoration: underline;
}

.uchastie h2 {
  font-family: Kreadon;
  font-weight: 400;
  font-size: 35px;
  line-height: 45.5px;
  color: #efdaed;
  margin-bottom: 63px;
}
.gradi {
  background: linear-gradient(
    239.57deg,
    rgba(255, 255, 255, 0.4) 0%,
    rgba(255, 255, 255, 0.025) 100%
  );
  border: 2px solid white;
  /* Размытие фона */
  backdrop-filter: blur(30px); /* Градиентный фон */
  padding: 20px;
  border-radius: 15px;
  width: 45%;
  position: absolute;
  border: 1px solid;

  border-image-source: linear-gradient(
    214.03deg,
    #adadad -2.79%,
    rgba(173, 173, 173, 0) 99.41%
  );
}

.oznak {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.omitsa {
  padding: 10px 20px;
  border: 2px solid white;
  border-radius: 50px;
  margin-right: 8px;
}

.omitsa h3 {
  font-family: Gilroy;
  font-size: 22px;
  font-weight: 500;
  line-height: 26.25px;
  color: white;
}

.progress-bar1 {
  display: flex;
  gap: 4px;
}

.pink {
  width: 20px;
  height: 53px;
  background-color: #ff7bcb;
  border-radius: 5px;
}

.empty {
  width: 20px;
  height: 53px;
  border: 2px solid white;
  border-radius: 5px;
}
.gradi h4 {
  font-weight: 500;
  font-family: Gilroy;
  font-size: 16px;
  line-height: 18.83px;
  color: white;
  margin-top: 24px;
  margin-bottom: 16px;
}
.gradi ul {
  list-style: none; /* Убираем стандартные маркеры */
  padding-left: 0;
  gap: 8px;
}

.gradi li {
  font-family: Gilroy;
  color: white;
  font-weight: 500;
  font-size: 16px;
  line-height: 18.83px;
  position: relative;
  padding-left: 20px; /* Отступ, чтобы текст не заходил на кружок */
  margin-bottom: 8px;
}

.gradi li::before {
  content: "";
  position: absolute;
  left: 0; /* Размещаем кружок слева */
  top: 50%;
  transform: translateY(-50%); /* Выравниваем по вертикали */
  width: 6px; /* Размер кружочка */
  height: 6px;
  background-color: white; /* Цвет кружочка */
  border-radius: 50%;
}
.uchastie {
  background: url(/static/img/zavituchka.png) no-repeat;
  background-position: center;
}
.fullgradi {
  min-height: 1000px;
}
.fullgradi > .gradi:nth-child(1) {
  left: 5%;
  width: 544px;
}
.fullgradi > .gradi:nth-child(2) {
  top: 120px;
  right: 0%;
  width: 460px;
}
.fullgradi > .gradi:nth-child(3) {
  top: 520px;
  right: 5%;
  width: 428px;
}
.fullgradi > .gradi:nth-child(4) {
  top: 320px;
  right: 45%;
  width: 416px;
}
.fullgradi > .gradi:nth-child(6) {
  top: 680px;
  left: 5%;
  width: 481px;
}
.fullgradi {
  position: relative;
}
@media (min-width: 1400px) {
  .fullgradi {
    justify-content: center; /* Центрируем элементы, если экран широкий */
  }
}
.verhkrug {
  position: absolute;
  z-index: -1;
  left: 30%;
  top: -5%;
}
.rightkrug {
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 20%;
}
.nizkrug {
  position: absolute;
  z-index: -1;
  top: 40%;
}
.gradi h5 {
  font-family: Gilroy;
  font-weight: 400;
  line-height: 23.25px;
  font-size: 23.25px;
  color: white;
}

.gradi h6 {
  font-family: Gilroy;
  font-size: 45.79px;
  line-height: 54.63px;
  font-weight: 600;
  color: #fd84dc;
}
.gradi h6 span {
  font-family: Gilroy;
  font-size: 27.48px;
  line-height: 32.78px;
  font-weight: 600;
  color: white;
  margin-right: 12px;
  margin-left: 12px;
}

.price {
  margin-top: 140px;
}
.price h2 {
  font-family: Kreadon;
  font-weight: 500;
  line-height: 45.5px;
  font-size: 35px;
  color: #efdaed;
  width: 90%;
  margin-bottom: 69px;
}
.price h3 {
  font-family: Gilroy;
  line-height: 18.56px;
  font-weight: 400;
  font-size: 16px;
  color: white;
}
.vznos {
  padding: 32px;
  border-top: 1px solid #efdaed;
  border-bottom: 1px solid #efdaed;
  border-left: 1px solid #efdaed;
  border-radius: 20px;
  height: 199px;
}
.vznos h4 {
  font-family: Gilroy;
  font-weight: 500;
  font-size: 25px;
  line-height: 29.43px;
  color: white;
  margin-bottom: 32px;
}
.nomin {
  display: flex;
  justify-content: space-between;
}
.nomin p {
  font-family: Gilroy;
  line-height: 18.56px;
  font-weight: 400;
  font-size: 16px;
  color: white;
}
.nomin h5 {
  font-family: Gilroy;
  font-weight: 600;
  line-height: 21.47px;
  font-size: 18px;
  color: white;
}
.lin {
  border: 1px solid #ffffff80;
  margin-top: 16px;
  margin-bottom: 16px;
  width: 100%;
}
.liniya1 {
  border: 1px solid #efdaed;
  height: 156px;
  width: 1px;
}
.sale {
  border-radius: 20px;
  padding: 32px;
  border-top: 1px solid #efdaed;
  border-bottom: 1px solid #efdaed;
  border-right: 1px solid #efdaed;
  height: 199px;
}
.sale span {
  font-family: Gilroy;
  font-weight: 600;
  line-height: 21.47px;
  font-size: 16px;
  color: white;
  margin-left: 40px;
}

.sale h6 {
  font-family: Gilroy;
  font-weight: 500;
  line-height: 22px;
  font-size: 18px;
  color: white;
}
.sale h6 span {
  margin-left: 10px;
}
@media (max-width: 1400px) {
  .sale span {
    font-size: 13px;
  }
}
.pod {
  font-family: Gilroy;
  line-height: 18.56px;
  font-weight: 400;
  font-size: 16px;
  color: white;
  margin-top: 32px;
  margin-bottom: 8px;
}
.slider-wrapper {
  position: relative;
  width: 100%;
  height: 50px;
}

.slider {
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  position: absolute;
  top: 10px;
  z-index: 2;
}

/* Линия слайдера (цветной трек) */
.slider-track {
  position: absolute;
  height: 4px;
  border-radius: 4px;
  top: 18px;
  left: 0;
  right: 0;
  background: linear-gradient(
    to right,
    #fd84dc var(--percent),
    #818181 var(--percent)
  );
  z-index: 1;
}

/* Ползунок (кружок) */
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 100px;
  box-shadow: 0px 0px 10px #818181;
  cursor: pointer;
  position: relative;
  z-index: 3;
}

.slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 100px;
  box-shadow: 0px 0px 10px #818181;
  cursor: pointer;
  position: relative;
  z-index: 3;
}

.submission-count {
  position: absolute;
  top: 40px;
  font-size: 20px;
  font-weight: 700;
  font-family: Gilroy;
  color: white;
  transform: translateX(-50%);
}

.sale span {
  margin-left: 20px;
}
.rules {
  margin-top: 77px;
}
.rules h2 {
  font-family: Kreadon;
  font-weight: 500;
  font-size: 35px;
  line-height: 45.5px;
  color: #efdaed;
}
.rules h3 {
  font-family: Gilroy;
  font-weight: 400;
  line-height: 18.56px;
  font-size: 16px;
  color: white;
  margin-top: 35px;
  width: 90%;
}
.reglament {
  padding: 16px;
  border-radius: 30px;
  border: 2px solid white;
  width: 131px;
}
.reglament p {
  font-family: Gilroy;
  font-weight: 500;
  line-height: 23.54px;
  font-size: 20px;
  color: white;
}
.rules {
  position: relative;
}
.rules h4 {
  font-size: 11px;
  line-height: 14.12px;
  font-family: Gilroy;
  font-weight: 500;
  color: #ffffff80;
  margin-top: 16px;
  width: 90%;
}
.rules1 {
  margin-top: 71px;
  position: relative;
}
.rules1 h2 {
  font-family: Kreadon;
  font-weight: 500;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #efdaed;
  margin-bottom: 17px;
}
.rules1 h3 {
  font-family: Gilroy;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: white;
  margin-bottom: 30px;
  width: 94%;
}

.rules1 button {
  border: 2px solid #ffffff;
  border-radius: 30px;
  padding: 16px 50px;
  margin-bottom: 16px;
  background-color: transparent;
}
.rules1 button a {
  font-family: Gilroy;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: white;
}
.rules1 h4 {
  font-family: Gilroy;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #ffffff80;
  width: 91%;
}
.rakushka2 {
  position: absolute;
  bottom: -16px;
  right: 0;
}
.marginreg {
  margin-top: 40px;
}
.leftellipse {
  position: absolute;
  top: -70%;
  left: 0;
  z-index: -1;
}
.orgi {
  margin-top: 212px;
  position: relative;
}
.orgi h2 {
  font-family: Kreadon;
  font-weight: 400;
  font-size: 35px;
  line-height: 45.5px;
  color: #efdaed;
}
.orgi h3 {
  font-family: Gilroy;
  font-weight: 500;
  font-size: 16px;
  line-height: 18.83px;
  color: white;
}
.textorgi {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.manager {
  display: flex;
  align-items: center;
}
.socseti {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.socseti h4 {
  font-family: Kreadon;
  font-size: 18px;
  font-weight: 400;
  line-height: 23.4px;
  color: #cf8ece;
}
.vk {
  border: 1px solid #cf8ece;
  border-radius: 35px;
  padding: 23px 24px;
  width: 70px;
  height: 70px;
  position: relative;
  top: 30px;
  z-index: 3;
  cursor: pointer;
}
.tg {
  border: 1px solid #cf8ece;
  border-radius: 35px;
  padding: 23px 24px;
  width: 70px;
  height: 70px;
  position: relative;
  top: 15px;
  z-index: 2;
}
.wp {
  border: 1px solid #cf8ece;
  border-radius: 35px;
  padding: 23px 24px;
  width: 70px;
  height: 70px;
  position: relative;
  z-index: 1;
}
.irina {
  background-color: #1515151a;
  border: 1px solid #ffffff;
  border-radius: 20px;
  backdrop-filter: blur(30px);
  padding: 52px 37px;
  position: relative;
  height: 519px;
}
.imgirina {
  margin-left: 29px;
  margin-right: 51px;
}
.orgi h5 {
  font-family: Kreadon;
  font-weight: 700;
  font-size: 25px;
  line-height: 32.5px;
  color: white;
  margin-bottom: 38px;
}
.opis ul {
  list-style: none; /* Убираем стандартные маркеры */
  padding-left: 16px; /* Немного отступа для маркеров */
  width: 86%;
}

.opis li {
  font-family: Kreadon;
  font-weight: 500;
  line-height: 21.6px; /* Уменьшаем межстрочный интервал, чтобы текст выглядел ровнее */
  font-size: 18px;
  color: white;
  position: relative; /* Нужно для правильного позиционирования ::before */
  padding-left: 12px; /* Отступ слева для текста, чтобы не наезжал на кружок */
}

.opis li::before {
  content: "";
  position: absolute;
  left: 0; /* Размещаем кружок слева */
  top: 10px; /* Подгоняем кружок к первой строке */
  width: 3px; /* Увеличиваем размер кружочка для лучшей видимости */
  height: 3px;
  background-color: white; /* Цвет кружочка */
  border-radius: 50%;
  transform: translateY(-50%); /* Выравниваем по вертикали */
}
.zakoruchka {
  position: absolute;
  right: 0;
  top: 7%;
}
.socseti {
  display: flex;
  flex-direction: column;
  align-items: center; /* Центрируем элементы */
  margin-bottom: 40px;
}

.vk,
.tg,
.wp {
  border: 1px solid #cf8ece;
  border-radius: 50%; /* Делаем круглую форму */
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #151515; /* Цвет фона совпадает с общим фоном */
  position: relative;
  cursor: pointer;
}

.vk {
  margin-top: 40px;
  z-index: 1;
  cursor: pointer;
}

.tg {
  margin-top: 2px;
  z-index: 2;
  cursor: pointer;
}

.wp {
  margin-top: 2px;
  z-index: 3;
  cursor: pointer;
}
.kasach {
  margin-top: 26%;
  margin-bottom: 42px !important;
  margin-left: 20px;
}
.kacashul {
  width: 100% !important;
  border: 3px solid red;
}
.lentochka {
  position: absolute;
  top: 25%;
}
@media (min-width: 1400px) {
  .container {
    max-width: 1230px;
  }
}
.skitluxe h2 {
  font-family: Kreadon;
  font-weight: 600;
  font-size: 30px;
  line-height: 39px;
  color: white;
  margin-bottom: 24px;
}
.skitluxe {
  margin-left: 77px;
  width: 35%;
  margin-top: 25px;
  margin-bottom: 25px;
}
.skitluxe h3 {
  font-family: Gilroy;
  font-weight: 500;
  line-height: 23.54px;
  font-size: 20px;
  color: white;
  margin-bottom: 24px;
}
.podrobnee {
  display: flex;
  align-items: center;
  padding: 16px;
  background-color: white;
  gap: 8px;
  max-width: max-content;
  border-radius: 59.63px;
}
.podrobnee h4 {
  font-family: Gilroy;
  font-weight: 400;
  font-size: 20px;
  line-height: 23.86px;
  letter-spacing: 0%;
  color: black;
}
.magazine {
  height: 751px;
  background: url(/static/img/backzavit.png) no-repeat;
  background-size: cover;
  background-position: center 30px;
  position: relative;
  margin: 0 auto; /* Центрирует секцию */
  width: 100%; /* Растягивает на всю доступную ширину */
}
@media (min-width: 1400px) {
  .magazine {
    max-width: 1230px;
  }
}
.glanets {
  background: linear-gradient(
    108.46deg,
    rgba(255, 255, 255, 0.4) 0%,
    rgba(255, 255, 255, 0.025) 100%
  );
  border: 1px solid;

  border-image-source: linear-gradient(
    91.2deg,
    #adadad 0%,
    rgba(173, 173, 173, 0) 100%
  );
  backdrop-filter: blur(40px);
}
.formargin {
  height: 54%;
  width: 100%;
}
.magazines {
  position: absolute;
  z-index: 3;
  right: 0;
  top: 22%;
}
.prizes {
  margin-top: 10%;
  margin-bottom: 10%;
}
.prizes h2 {
  font-family: Kreadon;
  font-weight: 400;
  font-size: 35px;
  line-height: 45.5px;
  color: #efdaed;
  margin-bottom: 52px;
}
@media (min-width: 1400px) {
  .container-fluid {
    width: 1230px;
  }
}
.prizes h3 {
  font-family: Gilroy;
  font-weight: 500;
  font-size: 16px;
  line-height: 18.83px;
  color: white;
}
.bigkubok {
  width: 100%;
}
.footer {
  background: linear-gradient(#151515cc, #151515cc),
    url(/static/img/glitter.png) no-repeat;
  background-size: cover;
}
.footpad {
  padding-top: 78px;
}
.footer h2 {
  font-weight: 500;
  font-family: Gilroy;
  font-size: 16px;
  line-height: 18.83px;
  color: white;
  margin-bottom: 24px;
}
.footer h3 {
  font-family: Gilroy;
  font-weight: 700;
  font-size: 16px;
  line-height: 19.34px;
  color: white;
  margin-bottom: 10px;
}
.contacts {
  display: flex;
  align-items: center;
}
.contacts h4 {
  font-family: Gilroy;
  font-weight: 400;
  font-size: 16px;
  line-height: 18.56px;
  color: white;
}
.telegram {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.footer h5 {
  font-family: Gilroy;
  font-weight: 400;
  font-size: 16px;
  color: white;
  line-height: 18.56px;
}
.footlin {
  width: 100%;
  border: 1px solid #efdaed;
  margin-top: 30px;
  margin-bottom: 31px;
}
.footer h6 {
  font-family: Gilroy;
  font-weight: 400;
  font-size: 14px;
  line-height: 16.24px;
  color: white;
}
.rightfoot {
  display: flex;
  align-items: center;
  gap: 32px;
}
.forfootik {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3%;
}
.forsmalldivs {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1.5px solid #ffffff;
}
.forsmalldivs:hover {
  background: #ffffff33;
  border: 1.5px solid #efdaed;
}
.faq h2 {
  font-family: Kreadon;
  font-weight: 400;
  font-size: 35px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #efdaed;
  margin-left: 15%;
  margin-bottom: 7%;
  width: 80%;
}
.faq {
  margin-top: 10%;
  margin-bottom: 3%;
  position: relative;
}
.faq-item span {
  font-family: Gilroy;
  font-weight: 400;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #ffffff;
}
.faq-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: margin-bottom 0.8s ease-out; /* Плавное изменение margin-bottom */
}
.faq-answer span {
  font-family: Gilroy;
  font-weight: 400;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #8e8e8e;
}
.faq-answer span a {
  font-family: Gilroy;
  font-weight: 400;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #8e8e8e;
}
.for-faq {
  border-top: 2px solid #efdaed;

  padding: 54px 0px 54px 14%;
  max-height: 1000px; /* Значение, которое будет достаточным для самого большого блока */
  overflow: hidden;
  transition: max-height 0.4s ease-out; /* Плавное изменение max-height */
}
.for-faq1 {
  border-top: 2px solid #efdaed;

  padding: 54px 0px;
}
.faq-answer {
  display: none; /* Начально скрыто */
  opacity: 0;
  transition: max-height 0.4s ease-out, opacity 0.4s ease-out,
    padding 0.2s ease-out;
}

.faq-answer.show {
  display: block; /* Показываем */
  opacity: 1;
}

.d-none {
  display: none;
}
.bigquestion {
  position: absolute;
  top: -48px;
  left: -16%;
}
@media (max-width: 991px) {
  .bigquestion {
    display: none;
  }
}
.for-offset {
  margin-left: 10.666667%;
}
.faq h4 {
  font-family: Gilroy;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: white;
  margin-bottom: 30px;
}
.col-30 {
  width: 25%;
  display: flex;
  margin-left: 5%;
  flex-direction: column;
}
.faq-tg h5 {
  font-family: Gilroy;
  font-weight: 400;
  font-size: 23.52px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: white;
}
.faq-tg {
  display: flex;
  gap: 12px;
  align-items: center;
}
.faq-socials {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.faq-socials div {
  cursor: pointer;
}
.sidebar {
  background-color: white;
  padding: 34px 30px;
  position: relative;
  width: 645px;
  overflow-y: auto;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  background: white;
  box-shadow: -5px 0 10px rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  z-index: 1000;
}
.sidebar h2 {
  font-family: Gilroy;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000000;
  margin-bottom: 8px;
}
.sidebar p {
  font-family: Gilroy;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: black;
  margin-bottom: 16px;
}
.sidebar h3 {
  font-family: Gilroy;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000000;
  margin-bottom: 4px;
}
.firstsidebar {
  position: absolute;
  right: 0;
  width: 522px;
  height: 743px;
}
.sidebar.active {
  transform: translateX(0);
}

.secondsidebar {
  position: absolute;
  right: 0;
  top: 0%;
  width: 490px;
  height: 743px;
}
.thirdsidebar {
  position: absolute;
  top: 0;
  right: 0;
}
.forthsidebar {
  position: absolute;
  top: 0;
  right: 0;
  width: 412px;
  height: 522px;
}
.fifthsidebar {
  position: absolute;
  top: 0;
  right: 0;
  width: 522px;
  height: 653px;
}
.sixthsidebar {
  position: absolute;
  top: 0;
  right: 0;
  width: 522px;
  height: 456px;
}
.manekin {
  width: 60%;
}
.seventhsidebar {
  position: absolute;
  top: 0;
  right: 0;
  width: 470px;
  height: 660px;
}
.eightsidebar {
  position: absolute;
  top: 0;
  right: 0;
  width: 660px;
  height: 660px;
}
.ninethsidebar {
  position: absolute;
  top: 0;
  right: 0;
  width: 290px;
  height: 440px;
}
.tenthslidebar {
  position: absolute;
  top: 0;
  right: 0;
  width: 290px;
  height: 440px;
}
.eleventhslidebar {
  position: absolute;
  top: 36px;
  right: 0;
  width: 290px;
  height: 440px;
}
@media (max-width: 1400px) {
  .rightkrug {
    width: 400px;
  }
  .orgi h5 {
    margin-bottom: 3px;
  }
}
@media (max-width: 1200px) {
  .bigquestion {
    left: -27%;
  }
  .opis li {
    line-height: 18.6px;
  }
  .imgirina img {
    width: 300px;
  }
  .irina {
    align-items: center;
  }
}
.irina1 {
  background: #1515151a;
  border: 1px solid #ffffff;
  backdrop-filter: blur(30px);
  display: flex;
  flex-direction: column;
  border-radius: 20px;
}

.socseti1 h4 {
  font-family: Kreadon;
  font-size: 18px;
  font-weight: 400;
  line-height: 23.4px;
  color: #cf8ece;
}
.for-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.imgirina1 {
  width: 400px;
}
.for-opises {
  display: flex;
  gap: 16px;
}
.opis1 ul {
  list-style: none; /* Убираем стандартные маркеры */
  padding-left: 16px; /* Немного отступа для маркеров */
  width: 86%;
}
.sm-liniya {
  display: flex;
  justify-content: center;
}
.for-sm-liniya {
  border: 1px solid #efdaed;
  width: 80%;
}
.opis1 li {
  font-family: Kreadon;
  font-weight: 500;
  line-height: 21.6px; /* Уменьшаем межстрочный интервал, чтобы текст выглядел ровнее */
  font-size: 18px;
  color: white;
  position: relative; /* Нужно для правильного позиционирования ::before */
  padding-left: 12px; /* Отступ слева для текста, чтобы не наезжал на кружок */
}

.opis1 li::before {
  content: "";
  position: absolute;
  left: 0; /* Размещаем кружок слева */
  top: 10px; /* Подгоняем кружок к первой строке */
  width: 3px; /* Увеличиваем размер кружочка для лучшей видимости */
  height: 3px;
  background-color: white; /* Цвет кружочка */
  border-radius: 50%;
  transform: translateY(-50%); /* Выравниваем по вертикали */
}
.imgcube img {
  max-width: 100%;
}
.forh2Orgi {
  flex-direction: column;
}
.forh2Orgi h2 {
  font-family: Kreadon;
  font-weight: 500;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #efdaed;
  margin-bottom: 60px;
}
.irina1 {
  background: #1515151a;
  border: 1.06px solid #ffffff;
  backdrop-filter: blur(31.677017211914062px);
  border-radius: 21.24px;
  padding: 23px 24px;
}
.irina1 {
  font-family: Kreadon;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: white;
}
.irina1 h3 {
  font-family: Kreadon;
  font-weight: 600;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: white;
  margin-bottom: 26px;
}
.irina1 ul {
  list-style: none; /* Убираем стандартные маркеры */
  padding-left: 16px; /* Немного отступа для маркеров */
  margin-top: 26px;
}

.irina1 li {
  font-family: Kreadon;
  font-weight: 500;
  line-height: 21.6px; /* Уменьшаем межстрочный интервал, чтобы текст выглядел ровнее */
  font-size: 18px;
  color: white;
  position: relative; /* Нужно для правильного позиционирования ::before */
  padding-left: 12px; /* Отступ слева для текста, чтобы не наезжал на кружок */
}

.irina1 li::before {
  content: "";
  position: absolute;
  left: 0; /* Размещаем кружок слева */
  top: 12px; /* Подгоняем кружок к первой строке */
  width: 6px; /* Увеличиваем размер кружочка для лучшей видимости */
  height: 6px;
  background-color: white; /* Цвет кружочка */
  border-radius: 50%;
  transform: translateY(-50%); /* Выравниваем по вертикали */
}
.irina1 h4 {
  font-family: Gilroy;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #efdaed;
  margin-top: 16px;
  margin-bottom: 80px;
}
.vk-orgi1 {
  border: 0.71px solid #cf8ece;
  position: absolute;
  bottom: 24px;
  left: 23px;
  padding: 17px;
  border-radius: 25px;
  z-index: -3;
  background-color: black;
  cursor: pointer;
}
.vk-orgi1 h5 {
  font-family: Kreadon;
  font-weight: 330;
  font-size: 12.86px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #cf8ece;
}
.tg-orgi1 {
  border: 0.71px solid #cf8ece;
  position: absolute;
  bottom: 24px;
  left: 64px;
  padding: 17px;
  border-radius: 25px;
  background-color: black;
  z-index: -2;
  cursor: pointer;
}
.tg-orgi1 h5 {
  font-family: Kreadon;
  font-weight: 330;
  font-size: 12.86px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #cf8ece;
}
.wp-orgi1 {
  border: 0.71px solid #cf8ece;
  position: absolute;
  bottom: 24px;
  left: 108px;
  padding: 17px;
  border-radius: 25px;
  background-color: black;
  cursor: pointer;
}
.wp-orgi1 h5 {
  font-family: Kreadon;
  font-weight: 330;
  font-size: 12.86px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #cf8ece;
}
.for-column {
  flex-direction: column;
}
.fortop {
  margin-top: 48px;
}
.citata {
  background: #efdaed;
  border: 1px solid #000000;
  box-shadow: 0px 4px 4px 0px #00000040;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 635px;
  padding: 34px 50px 34px 145px;
}
.citata h2 {
  font-family: Gilroy;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: black;
  margin-bottom: 44px;
}
.citata h2 span {
  font-family: Kreadon;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #cf8ece;
}
.citata h3 {
  font-family: Gilroy;
  font-weight: 300;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000000;
  text-align: right;
}
.citata h4 {
  font-family: Kreadon;
  font-weight: 500;
  font-size: 25px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000000;
  text-align: right;
}
@media (max-width: 1399px) {
  .citata {
    padding: 34px 50px 34px 50px;
    width: 450px;
  }
}
@media (max-width: 991px) {
  .bigquestion {
    width: 200px;
    top: 71%;
    left: 0;
  }
  .for-offset {
    margin-left: 0;
  }
  .textorgi {
    align-items: baseline;
    margin-top: 88px;
  }
  .verhniz {
    margin-top: 32px;
    margin-bottom: 8px;
  }
  .manager {
    margin-bottom: 24px;
  }
  .orgi {
    margin-top: 40px;
    margin-bottom: 75px;
  }
}
@media (max-width: 1399px) {
  .etopromenya {
    width: 153px;
  }
}
@media (max-width: 1199px) {
  .reg-blocks img {
    width: 200px;
  }
  .reg-blocks1 h2 {
    font-size: 37.21px;
  }
  .reg-blocks1 img {
    width: 105px;
  }
  .reg-blocks h3 {
    font-size: 37.21px;
  }
  .blocks h3 {
    font-size: 14px;
  }
  .etopromenya {
    width: 168px;
  }
  .w20 {
    width: 33.33%;
    margin-bottom: 30px;
  }
  .w45 {
    width: 50% !important;
  }
  .tl27 {
    right: 10%;
  }
}
@media (max-width: 991px) {
  .reg-blocks img {
    width: 260px;
  }
  .reg-blocks h3 {
    font-size: 49.21px;
  }
  .reg-blocks1 img {
    width: 160px;
  }
  .reg-blocks1 h2 {
    font-size: 49.21px;
  }
  .reg-blocks {
    margin-bottom: 10%;
  }
  .blocks h3 {
    font-size: 19px;
  }
  .topcateg {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .sidebar img {
    display: none;
  }
  .sidebar {
    width: 430px;
  }
  .lentochka {
    width: 600px;
  }
  .forsmalldivs {
    width: 48% !important;
  }
  .forlastrow {
    width: 98% !important;
  }
  .leftnom {
    margin-bottom: 15px !important;
  }
  .w20 {
    width: 100%;
  }
  .tl17 {
    right: 5%;
  }
}
@media (max-width: 1199px) {
  .fullgradi > .gradi:nth-child(2) {
    top: 227px;
  }
  .fullgradi > .gradi:nth-child(1) {
    top: -5%;
  }
  .fullgradi > .gradi:nth-child(4) {
    right: 51%;
  }
  .fullgradi > .gradi:nth-child(3) {
    top: 534px;
    right: 3%;
  }
  .fullgradi > .gradi:nth-child(6) {
    width: 455px;
    top: 600px;
    left: -1%;
  }
  .price h2 {
    margin-bottom: 10px;
  }
  .price h3 {
    margin-bottom: 30px;
  }
  .sale span {
    font-size: 18px;
  }
  .price {
    margin-top: 0px;
  }
  .magazines {
    width: 600px;
    top: 40%;
  }
}
@media (max-width: 991px) {
  .fullgradi > .gradi:nth-child(1) {
    top: -4%;
    left: 12%;
  }
  .fullgradi > .gradi:nth-child(2) {
    width: 544px;
    left: 12%;
  }
  .fullgradi > .gradi:nth-child(4) {
    width: 544px;
    left: 12%;
    top: 52%;
  }
  .fullgradi > .gradi:nth-child(3) {
    width: 544px;
    left: 12%;
    top: 77%;
  }
  .fullgradi > .gradi:nth-child(6) {
    width: 544px;
    left: 12%;
    top: 105%;
  }
  .price {
    margin-top: 45%;
  }
  .uchastie h2 {
    margin-bottom: 85px;
  }
  .pod {
    margin-top: 5px;
  }
  .sale span {
    margin-left: 0;
  }
  .magazines {
    width: 611px;
    top: -22%;
  }
  .magazine {
    margin-bottom: 20%;
    height: 500px;
  }
  .skitluxe {
    width: 80%;
    margin-top: 14%;
  }
  .formargin {
    height: 49%;
  }
  .dnone-top {
    margin-top: 20px !important;
    width: 80%;
  }
  .prizes h2 {
    margin-bottom: 0px;
  }
  .bigkubok {
    transform: translateX(6%);
  }
  .main {
    background-size: 50%;
  }
}
@media (max-width: 991px) {
  .rightkrug {
    width: 350px;
  }
  .verhkrug {
    width: 350px;
  }
  .imgsmile {
    width: 300px;
  }
  .leftnom {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  .fullgradi > .gradi:nth-child(2),
  .fullgradi > .gradi:nth-child(1),
  .fullgradi > .gradi:nth-child(3),
  .fullgradi > .gradi:nth-child(4),
  .fullgradi > .gradi:nth-child(6) {
    width: 480px;
    left: 4%;
  }
  .fullgradi > .gradi:nth-child(1) {
    top: -6%;
  }
  .price {
    margin-top: 50%;
  }
  .rightkrug {
    display: none;
  }
  .magazine {
    margin-bottom: 25%;
  }
}
@media (max-width: 680px) {
  .price {
    margin-top: 60%;
  }
}
@media (max-width: 767px) {
  .forlin {
    display: none !important;
  }
  .vznos {
    margin-bottom: 30px;
  }
  .sale {
    height: 169px;
  }
  .sale span {
    margin-left: 10px;
  }
  .magazines {
    width: 500px;
    left: 50%; /* Смещаем левый край элемента к центру родителя */
    transform: translateX(
      -50%
    ); /* Сдвигаем элемент на половину его ширины влево */
    top: -10%;
  }
  .reg-blocks {
    gap: 14.28px;
  }
}

@media (max-width: 575px) {
  .sidebar h3 {
    font-size: 13px;
  }
  .sidebar p {
    font-size: 17px;
  }
  .sidebar {
    width: 302px;
  }
  .smile2 {
    right: -10px;
  }
  .magazines {
    width: 376px;
    top: 4%;
  }
  .skitluxe {
    margin-left: 17px;
  }
  .nizkrug {
    width: 200px;
  }
  .verhkrug {
    width: 200px;
  }
  .participate-btn {
    font-size: 18px;
  }
  .participate-btn img {
    width: 25px;
  }
  .smile h2 {
    font-size: 27px;
  }
  .galaxy img {
    width: 73px;
  }
  .galaxy h5 {
    font-size: 17px;
  }
  .purplearrow {
    width: 39px !important;
  }
  .ninereg {
    width: 78px !important;
  }
  .one71 {
    width: 152px !important;
  }
  .reg-blocks1 h2 {
    font-size: 25.29px;
    margin-bottom: 0;
  }
  .reg-blocks h3 {
    font-size: 25.29px;
    margin-bottom: 10px;
  }
  .categ {
    margin-bottom: 30px;
  }
  .tl6 {
    right: 10%;
  }
  .textcube h2 {
    font-size: 19px;
    line-height: 25px;
  }
  .textcube h3 {
    font-size: 22px;
  }
  .textcube h4 {
    font-size: 37.62px;
  }
  .textcube h4 span {
    font-size: 22px;
    margin: 0 10px;
  }
  .textcube h5 {
    font-size: 18px;
  }
  .textcube h5 span {
    font-size: 18px;
  }
  .oznak {
    flex-direction: column-reverse;
    align-items: baseline;
  }
  .omitsa {
    margin-top: 8px;
  }
  .gradi {
    position: static;
    width: 96% !important;
    margin-bottom: 24px;
  }
  .fullgradi {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .omitsa h3 {
    font-size: 15px;
  }
  .gradi h4 {
    margin-top: 16px;
    font-size: 14px;
    line-height: 16.83px;
  }
  .gradi li {
    font-size: 14px;
  }
  .gradi li::before {
    width: 4px;
    height: 4px;
  }
  .uchastie {
    background: url(/static/img/zavituchka2.png) no-repeat;
    background-position: center;
  }
  .uchastie h2 {
    margin-bottom: 47px;
  }
  .verhkrug {
    left: -3%;
  }
  .gradi h6 {
    font-size: 27px;
  }
  .gradi h6 span {
    font-size: 27px;
    margin: 0 10px;
  }
  .price {
    margin-top: 6%;
  }
  .price h2 {
    font-size: 22px;
    line-height: 24.5px;
  }
  .price h3 {
    font-size: 14px;
  }
  .nomin h5 {
    font-weight: 500;
    font-size: 16px;
  }
  .nomin p {
    font-size: 13px;
  }
  .nomin {
    align-items: center;
  }
  .vznos h4 {
    margin-bottom: 16px;
  }

  .sale span {
    font-weight: 500;
    margin-left: 20px;
  }
  .pod {
    font-size: 14px;
  }
}
@media (max-width: 360px) {
  .underrot {
    margin-top: 182px;
  }
}
@media (max-width: 991px) {
  .vznos {
    border-top: 1px solid #efdaed;
    border-right: 1px solid #efdaed;
    border-left: 1px solid #efdaed;
    border-bottom: none;
  }
  .sale {
    border-bottom: 1px solid #efdaed;
    border-right: 1px solid #efdaed;
    border-left: 1px solid #efdaed;
    border-top: none;
    margin-top: 16px;
  }
  .vznos {
    margin-bottom: 16px;
  }
}
@media (max-width: 475px) {
  .about-buttons-bottom {
    flex-direction: column;
  }
  .about-buttons-bottom .prinyat {
    width: 100%;
  }
  .about-buttons-bottom a {
    width: 76%;
    display: flex;
    justify-content: center;
  }
  .uchastniki {
    font-size: 15px;
  }
}
@media (max-width: 440px) {
  .blocks h3 {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .beg_stroka_parent1 {
    top: -135px;
  }
  .beg_stroka_parent {
    top: -150px;
  }
}
@media (max-width: 630px) {
  .lentochka {
    width: 450px;
  }
}
@media (max-width: 470px) {
  .lentochka {
    width: 300px;
    top: 70%;
  }
}
@media (max-width: 400px) {
  .magazines {
    width: 300px;
    top: 14%;
  }
  .orgi {
    margin-bottom: 0;
  }
  .bigquestion {
    left: -13%;
  }
  .faq-tg h5 {
    font-size: 20px;
  }
  .smile h2 {
    font-size: 24px;
  }
  .sidebar p {
    font-size: 14px;
  }
  .sidebar h3 {
    font-size: 13px;
  }
  .sidebar {
    width: 260px;
  }
}
@media(max-width:576px){
  .faq{
    margin-top: 41%;
  }
}

@media(max-width:356px){
  .faq{
    margin-top: 61%;
  }
}
