@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
}
a {
  text-decoration: none;
}
nav {
  background: rgb(0, 51, 153);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
  gap: 36px;
}

nav h2 {
  color: rgb(255, 255, 255);
  font-family: Inter;
  font-size: 48px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 5%;
  text-align: center;
  text-transform: uppercase;
}

main {
  background: url(./assets/map.png);
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 96px;
}

main h2 {
  color: rgb(0, 51, 154);
  font-family: Inter;
  font-size: 26px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  max-width: 770px;
  margin: 0 auto;
  margin-bottom: 48px;
}

.main_content {
  max-width: 394px;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 140px;
}

.conent_title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 48px;
}
.main_content_item p {
  color: rgb(0, 51, 154);
  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 24px;
}

.main_content_item h4 {
  color: rgb(0, 51, 154);
  font-family: Inter;
  font-size: 32px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: 0%;
  text-align: left;
}

.main_content_item {
  margin-bottom: 48px;
}

.main_content_btm button {
  border-radius: 6px;
  height: 47px;
  color: rgb(255, 255, 255);
  font-family: Inter;
  font-size: 20px;
  font-weight: 500;
  line-height: 110%;
  width: 100%;
  border: none;
  letter-spacing: 0%;
  text-align: center;
  background: rgb(0, 51, 153);
  cursor: pointer;
  margin-bottom: 24px;
}

.main_content_btm p {
  color: rgb(0, 51, 154);
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
}

.main_content_btm span {
  font-weight: 700;
}

.warning {
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  max-width: 986.53px;
  width: 100%;
  background: rgb(249, 249, 249);
  gap: 36px;
  padding: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}

.warning p {
  color: rgb(0, 51, 154);
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: left;
}

footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 172px;
  padding: 0 48px 24px;
}

.copyright p {
  color: rgb(0, 51, 154);
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: left;
}

.footer_list {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 96px;
}

.footer_menu h4 {
  color: rgb(0, 51, 154);
  font-family: Inter;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 24px;
}

.footer_menu p {
  color: rgb(0, 0, 0);
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 16px;
}

@media only screen and (max-width: 990px) {
  .warning {
    max-width: 602px;
    flex-direction: column;
    justify-content: center;
  }
  footer {
    flex-direction: column-reverse;
    align-items: start;
    gap: 60px;
  }
}

@media only screen and (max-width: 500px) {
  main {
    background-position: top;
    background-size:contain;
  }
  nav {
    padding: 60px 20px;
    gap: 24px;
  }
  nav img {
    width: 195.19px;
  }

  nav h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 5%;
  }
  main {
    padding-left: 11px;
    padding-right: 11px;
  }

  main h2 {
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0%;
  }
  .conent_title img {
    width: 111px;
  }
  .main_content {
    max-width: 100%;
  }
  .main_content_item p {
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: 0%;
  }
  .main_content_item h4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: 0%;
  }
  .main_content_item {
    margin-bottom: 36px;
  }
  .main_content {
    margin-bottom: 64px;
  }
  .warning p {
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
  }

  footer {
    padding: 0;
    padding-bottom: 20px;
    gap: 48px;
    margin-top: 64px;
    padding-top: 0;
  }
  .footer_list {
    flex-direction: column;
    gap: 36px;
  }
}
