@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  transition: all 0.3s ease-in-out;
  scroll-behavior: smooth;
}

/*
*::-webkit-scrollbar {
  width: 0;
} */

i {
  color: inherit;
  font-size: inherit;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0;
  padding: 0;
  font-size: inherit;
}

h6 {
  text-transform: uppercase;
}

a {
  text-decoration: underline;
  cursor: pointer;
  color: #3C42D0;
}

body {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 14px;
  overflow-x: hidden;
  font-weight: 400;
  background-color: #E6E6E6;
}

.wrapper {
  padding: 0 clamp(15px, 5svw, 100px) 140px clamp(15px, 5svw, 100px);
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 80px;
  gap: 20px;
}

h1 {
  font-weight: 400;
  font-size: clamp(25px, 5svw, 55px);
  text-align: center;
}

h2 {
  font-weight: 200;
  font-size: clamp(30px, 5svw, 65px);
  text-transform: uppercase;
  margin-bottom: 35px;
}

.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 0;
  gap: 15px;
  margin-bottom: 120px;
}

ul {
  list-style-type: none;
}

li {
  padding-left: 20px;
}

li,
p {
  font-weight: 400;
  font-size: 35px;
  font-size: clamp(16px, 2svw, 35px);
}

.midle {
  margin-bottom: 200px;
  text-align: center;
}

h3 {
  font-weight: 600;
  font-size: clamp(20px, 2svw, 40px);
  line-height: 117%;
  text-transform: uppercase;
  text-align: center;
}


.help {
  display: flex;
  flex-direction: column;
  gap: 300px;
}

.help-box {
  display: flex;
  flex-direction: column;
}

h6 {
  font-weight: 700;
  font-size: 70px;
  font-size: clamp(26px, 5svw, 70px);
  text-transform: uppercase;
  margin-bottom: 70px;
}

.help-item+.help-item {
  margin-top: 150px;
}


.location {
  display: flex;
  flex-direction: column;
  font-weight: 600;
  font-size: clamp(25px, 5svw, 60px);
  text-transform: uppercase;
}

.location p {
  font-weight: 600;
  text-transform: uppercase;
  font-size: clamp(21px, 3svw, 40px);
}

.links {
  display: flex;
  flex-direction: column;
  font-weight: 400;
  font-size: clamp(20px, 3svw, 35px);
  padding: 30px 0 20px 0;
}

.links a {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #3c42d0;
  word-break: break-all;
}

.help-text {
  font-weight: 400;
  font-size: clamp(20px, 3svw, 35px);
}

.help-text strong {
  font-weight: 500;
  font-size: 64px;
  font-size: clamp(24px, 3svw, 64px);
}

.help-text span {
  font-weight: 600;
}

.important {
  margin-top: 40px;
  font-weight: 400;
  font-size: clamp(20px, 3svw, 35px);
}

.important strong {
  font-weight: 700;
  font-size: clamp(22px, 3svw, 40px);
}

.help-code {
  margin-top: 15px;
}

.global {
  margin: 250px 0 200px 0;
  text-align: center;
}

.global h3 {
  font-size: clamp(20px, 3svw, 35px);
}

.problems {
  display: flex;
  flex-direction: column;
  gap: 400px;
}

.problems-heading+.problems-heading {
  margin-top: 140px;
}

.problems-heading {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.problems-heading span {
  font-weight: 700;
  font-size: clamp(32px, 3svw, 70px);
  text-transform: uppercase;
}

.problems-description {
  margin-top: 95px;
}

.problems-description span {
  font-weight: 600;
  display: block;
  font-size: 50px;
  font-size: clamp(25px, 5svw, 50px);
}

.problems-actions {
  margin-top: 50px;
}

.problems-actions h6 {
  margin-bottom: 20px;
}

.actions-box {
  display: flex;
  flex-direction: column;
  gap: 180px;
}

.actions-item {
  display: flex;
  flex-direction: column;
}

.actions-top {
  display: flex;
  align-items: center;
  gap: 20px;
}

.actions-top span {
  font-weight: 600;
  font-size: clamp(50px, 5svw, 146px);
  text-transform: uppercase;
}

.actions-top p {
  line-height: 1;
  font-weight: 600;
  font-size: clamp(20px, 5svw, 40px);
  text-transform: uppercase;
}

.mla {
  margin-left: auto;
}

.right-text {
  text-align: right;
}

.end {
  margin-top: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 50px;
}

.end h4 {
  font-weight: 600;
  font-size: clamp(32px, 5svw, 60px);
  text-transform: uppercase;
  text-align: center;
}

.end h3 {
  font-weight: 600;
  font-size: clamp(25px, 5svw, 50px);
  text-transform: uppercase;
  text-align: center;
  margin-top: 80px;
}

.end a {
  font-weight: 700;
  font-size: clamp(25px, 5svw, 50px);
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  color: #000;
}

@media (max-width:1080px) {
  .header {
    padding-top: 30px;
  }

  h1 {
    text-align: left;
  }

  .hero {
    margin-bottom: 60px;
  }

  .midle {
    margin-bottom: 100px;
  }

  h6 {
    margin-bottom: 40px;
  }

  .help-item+.help-item {
    margin-top: 100px;
  }

  .help {
    gap: 150px;
  }

  .global {
    margin: 150px 0 100px 0;
  }

  .problems-heading+.problems-heading {
    margin-top: 60px;
  }

  .problems-description {
    margin-top: 40px;
  }

  .actions-box {
    gap: 80px;
  }

  .problems {
    gap: 150px;
  }


  .end {
    margin-top: 80px;
    gap: 30px;
  }

  .end h3 {
    margin-top: 50px;
  }
}