@font-face {
  font-family: Fira;
  src: url(./FiraCode-Regular-917b4adc.ttf) format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: Fira;
  src: url(./FiraCode-Medium-198e7d5c.ttf) format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: Fira;
  src: url(./FiraCode-SemiBold-7f764266.ttf) format("opentype");
  font-weight: 600;
}
@font-face {
  font-family: Hauora;
  src: url(./Hauora-Regular-a9afa23a.ttf) format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: Hauora;
  src: url(./Hauora-Light-3067208f.ttf) format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: Hauora;
  src: url(./Hauora-ExtraBold-72f52160.ttf) format("opentype");
  font-weight: 800;
}
@font-face {
  font-family: Montserrat;
  src: url(./Montserrat-Bold-98b14868.ttf) format("opentype");
  font-weight: 700;
}
:root {
  font-family: Hauora, system-ui, Avenir, Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #211e1e;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  padding: 0;
  background: #fff;
  position: relative;
}
body * {
  box-sizing: border-box;
}
a {
  font-weight: 500;
  color: #646cff;
  text-decoration: inherit;
}
a:hover {
  color: #535bf2;
}
h2,
p {
  margin: 0;
}
.button {
  border-radius: 16px;
  border: 1px solid #211e1e;
  background: #211e1e;
  padding: 15px 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: #fff;
  font-family: Hauora;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  cursor: pointer;
}
.button.outline {
  background: transparent;
  border-color: #35303033;
  color: #353030;
}
.logo {
  color: #211e1e;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.menu {
  display: flex;
  align-items: center;
  gap: 24px;
}
.menu-item {
  color: #211e1e;
  font-family: Hauora;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  cursor: pointer;
}
.menu-item:hover,
.menu-item:active {
  color: #211e1e;
}
.mobile-nav {
  display: none;
}
.navigation-container {
  top: 0;
  position: sticky;
  z-index: 2;
  background: #fff;
  transition: all 0.2s ease-in-out;
}
.navigation-container-shadowed {
  box-shadow: 0 -8px 32px #0000001a;
}
.navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 24px;
  max-width: 1348px;
  margin: 0 auto;
}
.header {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 180px 0 75px;
  margin-top: 60px;
  overflow: hidden;
}
.header-title {
  color: #211e1e;
  text-align: center;
  font-family: Fira;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 64px;
  margin-bottom: 45px;
  max-width: 1128px;
  padding: 0 24px;
}
.header-desc {
  color: #353030;
  text-align: center;
  font-family: Hauora;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 776px;
  margin: 0 auto 80px;
  padding: 0 24px;
}
.header .button {
  margin: 0 auto 48px;
}
.header-picture {
  margin: 0 auto;
  display: block;
}
.header-shapes {
  position: absolute;
  top: -30px;
  left: calc(50% - 725px);
}
.jury-container {
  background: linear-gradient(103deg, #f9f3ed 0%, #fbf7f3 100%);
  padding: 70px;
}
.juty-title {
  color: #211e1e;
  font-family: Fira;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 70px;
  text-align: center;
}
.jury-item {
  max-width: 390px;
  border-radius: 30px;
  background: #eee5dc;
  padding: 40px;
  flex: 1;
}
.jury-photo {
  height: 320px;
  border-radius: 20px;
  margin-bottom: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.jury-photo-1 {
  background-image: url(./photo-1-12008293.png);
}
.jury-photo-2 {
  background-image: url(./photo-2-bc947585.png);
}
.jury-photo-3 {
  background-image: url(./photo-3-8d9d9a28.png);
}
.jury-name {
  color: #211e1e;
  font-family: Fira;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.24px;
  margin-bottom: 12px;
}
.jury-desc {
  color: #211e1e;
  font-family: Hauora;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.jury {
  display: flex;
  gap: 32px;
  margin: 0 auto;
  justify-content: center;
}
.about {
  background: #211e1e;
  padding: 110px 0 66px;
}
.about-text {
  color: #fff;
  text-align: center;
  font-family: Hauora;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  max-width: 1048px;
  padding: 0 24px;
  margin: 0 auto 90px;
}
.about-text:first-child {
  margin-bottom: 50px;
}
.about-items {
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 0 24px;
}
.about-item {
  border-radius: 30px;
  background: rgba(251, 247, 243, 0.02);
  padding: 40px;
  flex: 1;
  max-width: 295px;
  margin-bottom: 60px;
}
.about-item img {
  display: block;
  margin: 0 auto 24px;
}
.about-desc {
  color: #fff;
  text-align: center;
  font-family: Hauora;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.about > img {
  margin: 0 auto;
  display: block;
}
.who {
  background: #fff;
  padding: 145px 0 0;
  position: relative;
  overflow: hidden;
}
.who-shapes {
  position: absolute;
  top: 82px;
  left: calc(50% - 711.5px);
}
.who-title {
  color: #211e1e;
  font-family: Fira;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 70px;
  text-align: center;
}
.who-block {
  text-align: center;
}
.who-table {
  display: grid;
  grid-template-columns: repeat(3, 359px);
  background: #eee5dc;
  border: 1px solid #eee5dc;
  gap: 1px;
  width: fit-content;
  margin: 0 auto;
}
.who-cell {
  width: 100%;
  height: 195px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  background: #fff;
}
.who-text {
  color: #252222;
  font-family: Fira;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.72px;
  text-align: left;
}
.who-picture {
  display: block;
  margin: 80px auto 0;
}
.possibilities {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 100px 24px 120px;
  gap: 20px;
  max-width: 1300px;
  margin: 0 auto;
}
.possibility {
  width: 100%;
  max-width: 300px;
  flex: 1;
  position: relative;
}
.possibility-title {
  color: #211e1e;
  font-family: Fira;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
}
.possibility-desc {
  color: #787070;
  font-family: Hauora;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.possibility-image {
  position: absolute;
  top: 30px;
  z-index: -1;
  left: -20px;
}
.timeline-container {
  padding: 70px 0 100px;
  background: #faf5ef;
  position: relative;
}
.timeline-title {
  color: #211e1e;
  font-family: Fira;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  margin-bottom: 70px;
}
.timeline {
  width: 850px;
  margin: 0 auto;
  position: relative;
}
.timeline-clock {
  position: absolute;
  top: -80px;
  left: -90px;
}
.line {
  height: 560px;
  width: 10px;
  border-radius: 10px;
  background: #fff;
  margin: 0 auto;
  position: relative;
}
.time-item .date {
  color: #999;
  text-align: center;
  font-family: Hauora;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.time-item .title {
  color: #353030;
  font-family: Fira;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 4px;
}
.months > div {
  color: #999;
  text-align: center;
  font-family: Hauora;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  height: 30px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #faf5ef;
  top: 20px;
  left: -45px;
  position: absolute;
  z-index: 1;
}
.months > div:nth-child(2) {
  top: 150px;
}
.months > div:nth-child(3) {
  top: 280px;
}
.months > div:nth-child(4) {
  top: 410px;
}
.time-item {
  position: absolute;
}
.time-item-1 {
  top: 105px;
  left: 503px;
}
.time-item-1 .title {
  margin-bottom: 17px;
}
.time-item-1:before {
  content: "";
  position: absolute;
  width: 4px;
  background: #fed137;
  height: 147px;
  border-radius: 4px;
  left: -80px;
  z-index: 0;
}
.time-item-2 {
  top: 360px;
  left: 503px;
}
.time-item-2:before {
  content: "";
  position: absolute;
  width: 4px;
  background: #fed137;
  height: 33px;
  border-radius: 4px;
  left: -80px;
  z-index: 0;
}
.time-item-3 {
  top: 397px;
  right: 503px;
  text-align: right;
}
.time-item-3:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 63px;
  background: #fed137;
  border-radius: 4px;
  z-index: 0;
  right: -80px;
}
.time-item-4 {
  top: 464px;
  left: 503px;
}
.time-item-4:before {
  content: "";
  position: absolute;
  width: 4px;
  background: #fed137;
  height: 13px;
  border-radius: 4px;
  left: -80px;
  z-index: 0;
}
.time-item-5 {
  top: 481px;
  right: 503px;
  text-align: right;
}
.time-item-5:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 35px;
  background: #fed137;
  border-radius: 4px;
  z-index: 0;
  right: -80px;
}
.results-container {
  max-width: 1218px;
  margin: 0 auto;
  padding: 175px 24px 0;
}
.results-title {
  margin-bottom: 110px;
  text-align: center;
  color: #211e1e;
  font-family: Fira;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.results-block {
  margin-bottom: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  gap: 24px;
}
.shape-list {
  position: absolute;
  top: 200px;
  left: -35px;
}
.shape-tablet {
  position: absolute;
  top: 80px;
  right: 0;
}
.shape-circle {
  position: absolute;
  top: 112px;
  left: 375px;
}
.result-image-1 {
  max-width: 452px;
}
.result-image-2 {
  max-width: 503px;
}
.result-image-3 {
  max-width: 443px;
}
.block-text {
  max-width: 640px;
  flex: 1;
}
.block-title {
  color: #353030;
  font-family: Fira;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 40px;
}
.list {
  list-style-type: auto;
}
.block-desc,
.list-item {
  color: #787070;
  font-family: Hauora;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
}
.toastify-center {
  display: flex;
  gap: 16px;
  left: 12px;
  right: 12px;
}
@media (max-width: 1220px) {
  .jury-container {
    padding: 70px 32px;
  }
  .juty-title {
    margin-bottom: 70px;
  }
  .jury-item {
    padding: 24px;
  }
  .jury {
    gap: 24px;
  }
  .possibility-image[alt="possibility1"] {
    width: 260px;
  }
}
@media (max-width: 1080px) {
  .who-table {
    grid-template-columns: repeat(2, 359px);
  }
  .possibilities {
    grid-template-columns: repeat(2, 1fr);
    padding: 100px 32px 120px;
  }
  .possibility {
    max-width: 100%;
  }
  .result-image-1 {
    max-width: 360px;
  }
  .block-desc,
  .list-item {
    font-size: 18px;
    line-height: 27px;
  }
  .block-title {
    font-size: 24px;
    margin-bottom: 32px;
  }
  .results-block {
    gap: 32px;
  }
  .result-image-2 {
    max-width: 375px;
  }
  .result-image-3 {
    max-width: 355px;
  }
  .shape-circle {
    left: -25px;
  }
}
@media (max-width: 930px) {
  .jury-photo {
    height: 250px;
    margin-bottom: 16px;
  }
  .jury-item {
    padding: 16px;
  }
  .jury {
    gap: 16px;
  }
  .jury-name {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .jury-desc {
    font-size: 16px;
  }
  .juty-title {
    margin-bottom: 45px;
  }
  .line {
    display: none;
  }
  .timeline {
    width: 100%;
  }
  .timeline-clock {
    display: none;
  }
  .time-item {
    position: static;
    margin-bottom: 50px;
    text-align: center;
  }
  .time-item:before {
    display: none;
  }
  .time-item .button {
    margin: 0 auto;
  }
  .timeline-container {
    padding-bottom: 50px;
  }
  .possibility-title {
    font-size: 30px;
  }
  .possibility-desc {
    font-size: 17px;
  }
  .results-container {
    padding-top: 90px;
  }
}
@media (max-width: 768px) {
  .header-title {
    font-size: 46px;
    line-height: 52px;
  }
  .header-desc {
    font-size: 20px;
    margin-bottom: 57px;
  }
  .jury {
    flex-direction: column;
    align-items: center;
  }
  .jury-photo {
    height: 350px;
  }
  .jury-item {
    padding: 32px;
    width: 100%;
  }
  .about-text {
    font-size: 24px;
  }
  .about-desc {
    font-size: 16px;
  }
  .who {
    padding-top: 85px;
  }
  .possibilities {
    padding: 84px 32px 93px;
  }
  .who-table {
    grid-template-columns: repeat(1, 1fr);
  }
  .results-block {
    flex-direction: column;
  }
  .results-block:nth-child(3) {
    flex-direction: column-reverse;
  }
  .shape-list,
  .shape-tablet,
  .shape-circle {
    display: none;
  }
  .about-items {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .about-item {
    margin-bottom: 0;
    width: 100%;
  }
  .about-item:last-child {
    margin-bottom: 60px;
  }
  .navigation {
    padding: 20px 24px;
  }
  .menu {
    display: none;
  }
  .mobile-nav {
    display: block;
    position: relative;
  }
  .nav-button {
    cursor: pointer;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
  }
  .nav-button img {
    width: 24px;
  }
  .nav-button-close img {
    width: 16px;
  }
  .mobile-navigation {
    padding: 20px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .mobile-menu-container {
    display: none;
    position: fixed;
    width: 100%;
    background: white;
    left: 0;
    top: 0;
    box-shadow: 0 -8px 32px #0000001a;
  }
  .mobile-menu-container-open {
    display: block;
  }
  .mobile-menu {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 24px 32px;
  }
}
@media (max-width: 570px) {
  .possibilities {
    grid-template-columns: repeat(1, 1fr);
  }
  .header-shapes {
    position: absolute;
    top: -20px;
    left: calc(50% - 400px);
    width: 870px;
  }
}
@media (max-width: 410px) {
  .header {
    padding-top: 80px;
    margin-top: 0;
  }
  .header-title {
    font-size: 32px;
    line-height: 37px;
  }
  .header-desc {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .jury-photo {
    height: 260px;
  }
  .jury-item {
    padding: 24px;
  }
  .block-desc,
  .list-item {
    font-size: 16px;
    line-height: 25px;
  }
}
