@font-face {
  font-family: "Gilroy Medium";
  src: url("Gilroy-Medium.eot");
  src: url("Gilroy-Medium.eot?#iefix") format("embedded-opentype"),
    url("Gilroy-Medium.woff") format("woff"),
    url("Gilroy-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Epilogue", sans-serif;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-items: center;
  padding: 20px 30px;
}

.logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-items: center;
}

.logo a {
  font-size: 23px;
  font-weight: 800;
  text-align: left;
  color: #000000;
  text-decoration: none;
  font-family: "Inter";
}

.logo img {
  height: 45px;
  margin-right: 10px;
}

.button {
  font-weight: 800;
  color: #000;
  text-decoration: none;
  border-radius: 10px;
}

header .button {
  font-size: 13px;
  padding: 13px 38px;
  background-color: #eea707;
}

main {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-items: center;
  flex-direction: column;
}

.title-logo {
  height: 70px;
}

.title {
  font-family: Inter;
  font-size: 56px;
  font-weight: 900;
  line-height: 56px;
  text-align: center;
  margin: 21px 0 23px 0;
}

.telegram {
  display: grid;
  margin-bottom: 26px;
}

.telegram-buttons {
  display: grid;
  grid-template-columns: auto auto;
  gap: 10px;
}

.telegram-buttons a {
  background: linear-gradient(91.68deg, #efa42d 0.28%, #eda700 97.98%);
  padding: 16px 72px;
  font-family: "Gilroy Medium";
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.002em;
  text-align: center;
}

.telegram p {
  font-family: "Gilroy Medium";
  font-size: 26px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  width: 100%;
  border: #000 1px solid;
  border-radius: 16px;
  padding: 16px 0;
  margin-top: 17px;
}

.telegram a {
  justify-self: center;
  font-family: "Gilroy Medium";
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  color: #000;
  text-decoration: none;
}

section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #161616;
  border-radius: 28px;
}

.large-section {
  width: 1200px;
  padding: 10px 50px 23px 50px;
}

.medium-section {
  width: 1100px;
  padding: 6px 28px 18px 28px;
  margin-bottom: 120px;
}

section h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 56px;
  text-align: center;
}

section h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: -1.1200000047683716px;
  text-align: left;
}

section p {
  font-size: 20px;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: -1.12px;
  text-align: center;
}

section .button {
  font-family: "Epilogue", "Inter";
  font-size: 31.8px;
  font-weight: 800;
  line-height: 24.8px;
  padding: 41px 79px;
  background: linear-gradient(89.76deg, #1b91b8 0.14%, #07a8de 99.8%);
  margin-top: 16px;
  border-radius: 30.21px;
}

.large-button {
  background: #e27a00;
  padding: 18px 82px;
  margin: 15px 0;
}

@media (max-width: 1200px) {
  header .logo img {
    height: 23.5px;
  }
  header .logo a {
    font-size: 15.22px;
  }

  header .button {
    font-size: 8px;
    padding: 7px 22px;
  }

  .title-logo {
    height: 34px;
  }

  .title {
    font-size: 33px;
    margin-bottom: 13.5px;
  }

  .telegram {
    margin-bottom: 13px;
  }

  .telegram-buttons {
    gap: 5px;
  }

  .telegram-buttons a {
    padding: 9px 42px;
  }

  .telegram a {
    font-size: 10.5px;
  }

  .telegram p {
    font-size: 15px;
    padding: 5px 0;
    margin-top: 5px;
  }

  section {
    padding: 20px 23px;
  }

  section h2 {
    font-size: 14px;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: -0.6px;
  }

  section h3 {
    font-size: 14px;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: -0.6px;
  }

  section p {
    font-size: 11.5px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.6px;
    text-align: center;
  }

  section .button {
    padding: 24px 45px;
    font-size: 18.5px;
    line-height: 14.5px;
  }

  .large-section {
    width: 700px;
    padding: 5px 29px 13px 29px;
  }

  .medium-section {
    width: 600px;
    padding: 5px 29px 13px 29px;
    margin-bottom: 80px;
  }
}

@media (max-width: 750px) {
  .title-logo {
    height: 34px;
  }

  .title {
    font-size: 31.5px;
    line-height: 31.39px;
    margin: 0;
    margin-bottom: 8px;
  }

  .telegram {
    margin-bottom: 13px;
  }

  .telegram-buttons {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .telegram-buttons a {
    padding: 13px 58px;
  }

  .telegram a {
    font-size: 14.68px;
  }

  .telegram p {
    font-size: 15px;
    padding: 15px 0;
    margin-top: 5px;
    border-radius: 7px;
  }

  section {
    width: 98%;
    padding: 20px 23px;
  }

  section h2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: -0.65px;
    text-align: center;
    margin: 5px 0;
  }

  section h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: -0.65px;
    text-align: center;
    margin: 5px 0;
  }

  section p {
    font-size: 14px;
    line-height: 17px;
  }

  section .button {
    padding: 16px 30px;
    font-size: 12.83px;
    line-height: 14.5px;
  }

  .large-section {
    width: 98%;
    padding: 5px 29px 13px 29px;
  }

  .large-button {
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    padding: 10px 48px;
    margin: 11px 0;
  }

  .medium-section {
    width: 98%;
    padding: 5px 29px 13px 29px;
    margin-bottom: 40px;
  }
}
