@import url("https://fonts.googleapis.com/css2?family=Commissioner:wght@100..900&family=Unbounded:wght@200..900&display=swap");
@font-face {
  font-family: "Kukurudza";
  src: url("/../kukuruza2/fonts/Kukurudza-Regular.otf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Ermilov-Bold";
  src: url("/../kukuruza2/fonts/ermilov-bold.eot");
  /* IE 9 Compatibility Mode */
  src: url("/../kukuruza2/fonts/ermilov-bold.eot?#iefix") format("embedded-opentype"), url("../kukuruza2/fonts/ermilov-bold.woff2") format("woff2"), url("../kukuruza2/fonts/ermilov-bold.woff") format("woff"), url("/../kukuruza2/fonts/ermilov-bold.ttf") format("truetype"), url("/../kukuruza2/fonts/ermilov-bold.svg#ermilov-bold") format("svg");
  /* Chrome < 4, Legacy iOS */
}
.hero {
  margin-top: -65px;
  padding-top: 185px;
  padding-bottom: 125px;
  position: relative;
}
@media (max-width: 768px) {
  .hero {
    margin-top: -50px;
    padding-top: 130px;
    background-image: url(../img/hero-back-mob.webp);
    background-position: bottom;
    background-size: 100%;
    background-repeat: no-repeat;
  }
}
.hero::after, .hero::before {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: "";
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 768px) {
  .hero::after, .hero::before {
    display: none;
  }
}
.hero::after {
  background-image: url(../img/top-left.webp);
  background-position: top left;
}
.hero::before {
  background-image: url(../img/bottom-right.webp);
  background-position: bottom right;
  background-size: contain;
}
.hero__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero__title {
  text-align: center;
  text-transform: uppercase;
}
.hero__title h1,
.hero__title h2 {
  font-size: clamp(1.875rem, 0.6667rem + 5.3704vw, 5.5rem);
  line-height: 100%;
  letter-spacing: -0.05em;
}
@media (max-width: 768px) {
  .hero__title h1,
  .hero__title h2 {
    letter-spacing: -0.11em;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.hero__title span {
  color: #ff6b00;
}
.hero__about {
  background-color: #1a1a1a;
  border-radius: 15px;
  max-width: 1040px;
  padding: 19px 0 25px;
  color: #fff;
  margin-bottom: 16px;
  width: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .hero__about {
    padding: 5px 0 10px;
    border-radius: 4px;
  }
}
.hero__about::after, .hero__about::before {
  position: absolute;
  display: block;
  height: 50%;
  aspect-ratio: 1/1;
  top: 50%;
  content: "";
  background-repeat: no-repeat;
  z-index: -1;
  background-image: url(../img/arrow.svg);
  background-size: contain;
  z-index: 1;
  transform: translate(0, -50%);
}
.hero__about::after {
  left: 36px;
  transform: translate(0, -50%) scaleX(-1);
}
.hero__about::before {
  right: 36px;
}
@media (max-width: 768px) {
  .hero__about::after {
    left: 9px;
  }
  .hero__about::before {
    right: 9px;
  }
}
.hero__about p {
  font-family: "Kukurudza";
  font-weight: 400;
  font-size: clamp(0.875rem, 0.25rem + 2.7778vw, 2.75rem);
  line-height: 94%;
  letter-spacing: -0.05em;
  text-align: center;
}
.hero__timer {
  margin-top: 33px;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  margin-bottom: 85px;
}
.hero__timer p {
  font-family: "Ermilov-Bold";
  font-weight: 700;
  font-style: Bold;
  font-size: clamp(2.5rem, 1.4583rem + 4.6296vw, 5.625rem);
  line-height: 100%;
  letter-spacing: 0.05rem;
}
.hero__timer span {
  font-family: "Commissioner";
  font-weight: 300;
  font-size: clamp(0.75rem, 0.375rem + 1.6667vw, 1.875rem);
  line-height: 100%;
  text-align: center;
}
@media (max-width: 768px) {
  .hero__timer {
    margin-bottom: 15px;
    margin-top: 25px;
  }
}
.hero__button {
  width: -moz-fit-content !important;
  width: fit-content !important;
  padding-left: 46px;
  padding-right: 46px;
  text-align: center;
  letter-spacing: -0.02em;
  line-height: 1;
}
@media (max-width: 768px) {
  .hero__button {
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.hero__decor {
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.hero__decor-right {
  right: 0;
  transform: translate(-50%, 0);
}
.hero__decor-left {
  left: 0;
  transform: translate(50%, 0);
}
@media (max-width: 1025px) {
  .hero__decor {
    transform: none;
  }
}
@media (max-width: 480px) {
  .hero__decor {
    bottom: 40px;
  }
  .hero__decor svg {
    width: 90px;
    height: 210px;
  }
  .hero__decor-right {
    transform: translate(25%, 0);
  }
  .hero__decor-left {
    transform: translate(-25%, 0);
  }
}

.practice {
  margin-top: -20px;
  margin-bottom: -30px;
  padding-top: clamp(3.75rem, 3.75rem + (40) * (100vw - 360px) / (1080), 6.25rem);
  padding-bottom: clamp(5rem, 5rem + (50) * (100vw - 360px) / (1080), 8.125rem);
  border-radius: 50px 50px 0 0;
  background-color: #ff6b00;
  background-image: url(../img/back.svg);
  background-size: cover;
  color: #fff;
  z-index: 2;
  position: relative;
}
@media (max-width: 768px) {
  .practice {
    border-radius: 20px 20px 0 0;
    background-image: none;
  }
}
.practice__inner {
  background-color: #1a1a1a;
  border-radius: 30px;
  padding-top: clamp(1.875rem, 1.875rem + (40) * (100vw - 360px) / (1080), 4.375rem);
  padding-bottom: clamp(1.875rem, 1.875rem + (51) * (100vw - 360px) / (1080), 5.0625rem);
  padding: clamp(1.875rem, 1.875rem + (70) * (100vw - 360px) / (1080), 6.25rem);
}
@media (max-width: 768px) {
  .practice__inner {
    background-color: transparent;
    padding: 0;
  }
}
.practice__title {
  font-size: clamp(1.875rem, 1.0417rem + 3.7037vw, 4.375rem);
  line-height: 1;
  max-width: 730px;
  margin-bottom: 17px;
}
.practice__content {
  display: grid;
  grid-template-columns: 4fr 3fr;
  gap: 20px;
}
@media (max-width: 768px) {
  .practice__content {
    grid-template-columns: 100%;
    padding: 39px 22px;
    background-color: #1a1a1a;
    border-radius: 30px;
    background-image: url(../img/cell.svg);
    background-size: cover;
  }
}
.practice .founder {
  background-color: #ff6b00;
  border-radius: 20px;
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 2fr;
  padding: clamp(0.75rem, 0.75rem + (18) * (100vw - 360px) / (1080), 1.875rem);
  gap: 30px;
  align-content: start;
}
@media (max-width: 768px) {
  .practice .founder {
    gap: 15px;
    border-radius: 13px;
  }
}
.practice .founder__image {
  grid-row: 1/3;
  width: clamp(5.5rem, 5.5rem + (124) * (100vw - 360px) / (1080), 13.25rem);
}
.practice .founder__image img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .practice .founder__image {
    width: 88px;
    height: auto;
  }
}
.practice .founder__name {
  font-family: "Ermilov-Bold";
  font-weight: 700;
  font-size: clamp(1.25rem, 0.625rem + 2.7778vw, 3.125rem);
  line-height: 100%;
  letter-spacing: 0.03rem;
  text-transform: uppercase;
}
.practice .founder__position {
  font-family: "Kukurudza";
  font-weight: 400;
  font-size: clamp(0.9375rem, 0.5208rem + 1.8519vw, 2.1875rem);
  line-height: 90%;
  text-transform: uppercase;
}
.practice__list {
  display: flex;
  flex-direction: column;
  gap: 11px;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .practice__list {
    gap: 6px;
  }
}
.practice .list__item {
  border-radius: 23px;
  overflow: hidden;
  background-color: #ff6b00;
  display: flex;
  gap: 15px;
  align-items: center;
  padding: 23px 15px 20px 40px;
  font-family: "Commissioner";
  font-weight: 300;
  font-size: clamp(1.0625rem, 0.7917rem + 1.2037vw, 1.875rem);
  line-height: 1.2;
}
@media (max-width: 768px) {
  .practice .list__item {
    border-radius: 13px;
    padding: 14px 23px;
    gap: 10px;
  }
  .practice .list__item .list__icon {
    width: 18px;
    height: auto;
  }
  .practice .list__item .list__icon svg {
    width: 100%;
    height: auto;
  }
}
.practice .scroll {
  position: relative;
  height: 84px;
  background-color: #363636;
  background: linear-gradient(90deg, rgba(54, 54, 54, 0) 0%, #696969 50%, rgba(156, 156, 156, 0) 100%);
  background-color: #363636;
}
@media (max-width: 768px) {
  .practice .scroll {
    height: 48px;
  }
}
.practice .scroll-line {
  position: absolute;
  flex-shrink: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.practice .scroll-line .scroll-area {
  display: flex;
  animation: scroll 30s linear infinite running;
  height: 100%;
  gap: 10px;
}

@keyframes scroll {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-50%, 0);
  }
}/*# sourceMappingURL=target-mini.css.map */