/* header */

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 37px;
  border-radius: 0 0 30px 30px;
  background: #e2bdd2;
  z-index: 9;
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-logo {
  width: 64px;
}

.navigation {
  display: none;
}

.modal-button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.svg {
  stroke: #000;
}

.navigation-list {
  display: flex;
  align-items: center;
  gap: 70px;
}

.navigation-item {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  color: #000;
  transition: border-color 0.3s ease;
}

.navigation-item:hover {
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 8;
  padding: 20px;
  padding-top: 80px;
  transform: translateX(100%);
  transition: transform 1s ease;
  z-index: 8;
  width: 286px;
  max-width: 100%;
  border-radius: 0 0 20px 20px;
  backdrop-filter: blur(12px);
  background: #e2bdd2;
}

.modal-navigation-list {
  flex-direction: column;
  gap: 25px;
}

.modal-click {
  transform: translateX(0);
}

@media screen and (min-width: 1436px) {
  .header-logo {
    width: 74px;
  }

  .navigation {
    display: block;
  }

  .open-modal {
    display: none;
  }
}

/* home */

#home {
  padding-top: 71px;
}

.text-logo {
  font-family: var(--font-family);
  font-weight: 900;
  font-size: 24px;
  text-align: center;
  color: #fec08e;
}

.text-logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
}

.home-img {
  width: 254px;
  margin: 0 auto;
}

.home-title {
  font-family: var(--font-family);
  font-weight: 900;
  font-size: 24px;
  text-align: center;
  color: #fffae8;
  margin-top: 30px;
  margin-bottom: 10px;
}

.home-text {
  font-family: var(--font-family);
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  color: #fffae9;
  margin-bottom: 30px;
}

.home-link {
  font-family: var(--font-family);
  font-weight: 900;
  font-size: 24px;
  color: #fff;
  text-align: center;

  border-radius: 50px;
  padding: 7px;
  width: 266px;
  max-width: 100%;
  margin: 0 auto;
  display: block;
  background: #e5686a;
  transition: color 0.3s ease, background-color 0.3s ease;
}

.home-link:hover {
  background: #e2bdd2;
}

@media screen and (min-width: 1436px) {
  #home {
    padding-top: 119px;
    padding-bottom: 40px;
  }

  .home-container {
    display: flex;
    align-items: center;
    gap: 24px;
  }

  .home-img {
    width: auto;
  }

  .text-logo {
    font-size: 34px;
  }

  .text-logo-wrapper {
    gap: 220px;
  }

  .home-title {
    font-size: 36px;
    margin-bottom: 23px;
  }

  .home-text {
    font-size: 24px;
    margin-bottom: 63px;
  }

  .home-link {
    font-size: 34px;
    padding: 14px;
    width: 419px;
  }
}

/* about */

.about-img {
  margin: 0 auto;
}

.about-wrap {
  display: flex;
  flex-direction: column-reverse;
  gap: 20px;
}

@media screen and (min-width: 1436px) {
  .about-wrap {
    flex-direction: row;
    gap: 37px;
  }

  .about-img {
    margin: 0;
    flex-shrink: 0;
  }
}

/* workshops */

.workshops-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 10px;

  li {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  img {
    width: 39px;
    flex-shrink: 0;
  }

  p {
    font-family: var(--font-family);
    font-weight: 900;
    font-size: 14px;
    color: #fffae9;
  }

  span {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    color: #fffae9;
  }
}

.workshops-link {
  font-size: 18px;
  width: 304px;
}

@media screen and (min-width: 1436px) {
  .workshops-text {
    font-size: 24px;
    max-width: 820px;
    margin: 0 auto;
    margin-bottom: 50px;
  }

  .workshops-list {
    gap: 20px;
    width: 830px;
    margin: 0 auto;
    margin-bottom: 20px;

    img {
      width: auto;
    }

    p,
    span {
      font-size: 24px;
    }
  }

  .workshops-link {
    font-size: 34px;
    width: 577px;
  }
}

/* results */

.results-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 21px;

  li {
    width: 146px;
    display: flex;
    flex-direction: column;
    align-items: center;

    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #fffae9;
  }

  img {
    width: 38px;
  }
}

@media screen and (min-width: 768px) {
  .results-list {
    gap: 10px 104px;
    flex-direction: row;
    justify-content: center;
    align-items: normal;
    flex-wrap: wrap;

    li {
      width: 166px;
    }
  }
}

@media screen and (min-width: 1436px) {
  .results-list {
    gap: 40px 130px;
    margin-bottom: 37px;

    li {
      width: 324px;
      font-size: 24px;
      gap: 20px;
    }

    img {
      width: auto;
    }
  }

  .results-text {
    max-width: 825px;
    margin: 0 auto;
  }
}

/* wins */

.wins-list {
  display: flex;
  flex-direction: column;
  gap: 10px;

  div {
    border-radius: 39px;
    background: rgba(229, 105, 108, 0.3);
    padding: 29px 10px;
  }

  p {
    font-family: var(--font-family);
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    color: #fffae8;
    margin-bottom: 18px;
  }

  span {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 11px;
    color: #fffae8;
    display: block;
    margin-bottom: 36px;
  }

  h4 {
    font-family: var(--font-family);
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    text-align: end;
    color: #fffae8;
  }
}

@media screen and (min-width: 768px) {
  .wins-list {
    flex-direction: row;
    flex-wrap: wrap;

    div {
      width: calc((100% - 10px) / 2);
    }
  }
}

@media screen and (min-width: 1436px) {
  #wins {
    padding-bottom: 310px;
  }

  .wins-list {
    gap: 217px 30px;

    div {
      width: calc((100% - 30px) / 2);
    }

    p {
      font-size: 20px;
    }

    span {
      font-family: var(--font-family);
      font-weight: 400;
      font-size: 21px;
      color: #fffae8;
    }

    h4 {
      font-size: 24px;
    }
  }

  .item2 {
    transform: translateY(280px);
  }
}

/* faq */

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 10px;

  li {
    border-radius: 30px;
    padding: 9px;
    display: flex;
    align-items: center;
    gap: 3px;
    background: rgba(220, 166, 85, 0.5);
  }

  img {
    width: 62px;
    flex-shrink: 0;
  }

  p {
    font-family: var(--font-family);
    font-weight: 900;
    font-size: 14px;
    color: #fffae9;
  }

  span {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    color: #fffae9;
  }
}

@media screen and (min-width: 1436px) {
  .faq-list {
    width: 996px;
    margin: 0 auto;

    li {
      padding: 63px 24px;
    }

    img {
      width: auto;
    }

    p,
    span {
      font-size: 24px;
    }
  }
}

/* contact */

.contact-list {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #fffae9;
  text-align: center;
  margin-bottom: 12px;

  a:hover {
    text-decoration: underline;
  }
}

.follow-list {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #fffae9;
  max-width: 206px;
  margin: 0 auto;

  a:hover {
    text-decoration: underline;
  }
}

@media screen and (min-width: 1436px) {
  .contact-list {
    font-size: 24px;
  }

  .follow-list {
    font-size: 24px;
    max-width: 410px;
    margin: 0 auto;
  }
}

/* footer */

.footer {
  padding-bottom: 10px;
}

.footer-container {
  padding: 0 3px;
}

.footer-title {
  font-family: var(--second-family);
  font-weight: 900;
  font-size: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.3);
  margin-bottom: 61px;
}

.footer-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;

  font-family: var(--second-family);
  font-weight: 400;
  font-size: 13px;
  text-align: center;
  color: #fff;

  a:hover {
    text-decoration: underline;
  }
}

.footer-description {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  color: #fff;
  margin-top: 19px;
}

@media screen and (min-width: 1436px) {
  .footer-title {
    font-size: 40px;
    margin-bottom: 36px;
  }

  .footer-list {
    gap: 8px;
    font-size: 20px;
  }

  .footer-description {
    font-size: 20px;
    margin-top: 10px;
  }
}

/* cookie popup */

.popup {
  position: fixed;
  z-index: 10;
  top: 50%;
  left: 50%;
  padding: 42px 24px;
  border-radius: 40px;
  transform: translateX(-50%) translateY(-50%);
  background: #f97c7e;
  transition: transform 0.5s ease;
  display: block;
}

.popup-text {
  font-family: var(--font-family);
  font-style: italic;
  font-weight: 800;
  font-size: 20px;
  text-align: center;
  color: #fffae8;
  margin-bottom: 58px;
}

.popup-btn {
  border: 1px solid #fffae8;
  border-radius: 50px;
  padding: 9px 21px;

  font-family: var(--font-family);
  font-weight: 900;
  font-size: 20px;
  color: #fff;

  transition: color 0.3s ease, background-color 0.2s ease;
}

.popup-btn:hover {
  background: #e5686a;
  border-color: transparent;
}

.popup-wrap {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.popup-click {
  display: none;
}

@media screen and (min-width: 1436px) {
  .popup {
    width: 749px;
    padding: 57px 75px;
  }

  .popup-text {
    font-size: 30px;
    margin-bottom: 33px;
  }

  .popup-wrap {
    gap: 28px;
  }

  .popup-btn {
    font-size: 34px;
  }
}
