* {
  color: #161616;
}

html {
  scroll-behavior: smooth;
}

.wrapper {
  width: 100%;
  padding: 0 48px;
}

.nav-wrapper {
  border-bottom: 1px solid #f3f3f3;
}

.main-container {
  max-width: 1104px;
  margin: 0 auto;
}

.nav-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
}

.logo-img {
  margin-right: 49px;
}

.nav-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 48px;
}

.nav-link {
  font-size: 16px;
  line-height: 24px;
}

.button {
  border-radius: 4px;
  padding: 12px 24px;
  height: 48px;
  background: #161616;

  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #fff;

  transition: background 0.1s ease-in-out;
}

.button:hover {
  background: #282828;
}

.welcome-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 73px;
  margin: 48px 0;
}

.main-title {
  font-weight: 600;
  font-size: 64px;
  line-height: 72px;
  white-space: nowrap;
}

.title-description {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
}

.banner-img-container {
  position: relative;
}

.banner-img {
  border-radius: 4px;
}

.step-container {
  position: relative;
  display: flex;
  justify-content: center;
}

.step-container::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #f3f3f3;
}

.step-container .step-circle {
  position: relative;
  z-index: 1;
}

.step-circle {
  border: 1px solid #f3f3f3;
  border-radius: 24px;
  padding: 12px;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;

  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #8a8a8a;
}

.banner-img-step-circle {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  color: #161616;
}

.section-default {
  padding-top: 120px;
  padding-bottom: 120px;
}

.subtitle {
  font-weight: 600;
  font-size: 48px;
  line-height: 56px;
  white-space: nowrap;
}

.about-container {
  display: flex;
  justify-content: space-between;
}

.about-logline {
  width: 384px;
}

.about-logline-description {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  margin-top: 48px;
}

.about-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  max-width: 336px;
}

.mission-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
}

.subtitle-prefix {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.mission-images {
  display: flex;
  column-gap: 48px;
}

.mission-bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 48px;
}

.section-after-banner {
  padding-top: 144px;
}

.text-default {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.text-center {
  text-align: center;
}

.product-column {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product-img {
  width: 72px;
}

.product-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  margin: 24px 0;
}

.product-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.products-container {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  column-gap: 48px;
  margin: 48px 0;
}

.products-subtext {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #8a8a8a;
  margin-bottom: 48px;
  max-width: 528px;
  margin-left: auto;
  margin-right: auto;
}

.team-container {
  display: flex;
  justify-content: space-between;
  column-gap: 96px;
}

.team-text {
  max-width: 432px;
}

.team-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px;
}

.team-subtext {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #8a8a8a;
  margin-right: -40px;
}

.team-description {
  margin-bottom: 48px;
}

.team-join {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
}

.contact-container {
  display: flex;
  justify-content: space-between;
  column-gap: 75px;
}

.contact-info {
  min-width: 309px;
  max-width: 309px;
}

.contact-contacts {
  flex-grow: 1;
}

.contact-text {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  margin-top: 48px;
}

.text-right {
  text-align: right;
}

.text-secondary {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #8a8a8a;
}

.contact-email-info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.contact-email-link {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 48px;
}

textarea {
  border: 1px solid #f3f3f3;
  border-radius: 4px;
  padding: 12px 24px;
  width: 100%;
  resize: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #161616;
}

textarea:focus {
  border: 1px solid #161616;
  outline: none;
}

textarea::placeholder {
  color: #8a8a8a;
}

input {
  border: 1px solid #f3f3f3;
  border-radius: 4px;
  padding: 12px 24px;
  height: 48px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #161616;
}

input:focus {
  border: 1px solid #161616;
  outline: none;
}

input::placeholder {
  color: #8a8a8a;
}

.contact-email-subtext {
  margin-bottom: 24px;
}

.contact-form-textarea {
  height: 120px;
}

#contactForm {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}

.contact-form-inputs {
  display: grid;
  grid-template-columns: 1fr 1fr 144px;
  column-gap: 12px;
}

.contact-form-privacy {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}

.cyprus-text {
  margin: 48px auto;
  max-width: 520px;
}

.cyprus-img-container {
  display: flex;
  justify-content: center;
}

.footer-wrapper {
  border-top: 1px solid #f3f3f3;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  padding: 24px 0;
}

.footer-link:hover {
  text-decoration: underline;
}

.banner-img-mobile {
  display: none;
}

.burger-container {
  display: none;
}

.burger-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 22;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  animation: slideIn 0.2s ease-out;
}

.burger-menu .burger-menu-content {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}

.burger-menu {
  display: none;
}

.burger-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 32px;
}

.burger-menu-closing {
  animation: slideOut 0.2s ease-out forwards;
}

.section-privacy {
  padding-top: 48px;
  padding-bottom: 48px;
}

.privacy-subtitle {
  margin: 48px 0;
}

.privacy-list {
  margin-left: 24px;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.logo-img {
  width: 89px;
}

@media screen and (max-width: 1200px) {
  .contact-container {
    flex-direction: column;
  }

  .contact-email-info {
    align-items: flex-start;
    margin-top: 32px;
  }
}

@media screen and (max-width: 990px) {
  nav {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 20;
  }

  .burger-container {
    display: block;
    position: absolute;
    right: 0px;
  }

  .privacy-list li {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }

  .privacy-subtitle {
    margin: 32px 0;
  }

  .section-privacy {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .button {
    height: 52px;
  }

  .section-default {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .about-logline {
    width: 100%;
  }

  .subtitle {
    font-weight: 600;
    font-size: 38px;
    line-height: 44px;
    white-space: wrap;
  }

  .nav-links {
    display: none;
  }

  .nav-button {
    border-radius: 4px;
    padding: 8px 16px;
    height: 36px;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
  }

  .nav-content {
    justify-content: flex-start;
    padding: 16px 0;
    position: relative;
  }

  .logo-img {
    margin-right: 32px;
  }

  .welcome-container {
    flex-direction: column;
    margin-top: 32px;
    margin-bottom: 64px;
  }

  .title-description {
    font-size: 22px;
    line-height: 28px;
    margin-top: 32px;
  }

  .step-circle {
    width: 32px;
    height: 32px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }

  .banner-img {
    display: none;
  }

  .banner-img-mobile {
    display: block;
    border-radius: 4px;
    object-fit: cover;
    min-height: 160px;
    width: 100%;
  }

  .about-container {
    flex-direction: column;
  }

  .about-logline-description {
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    margin: 32px 0;
  }

  .about-description {
    max-width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }

  .text-default {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }

  .mission-bottom {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
  }

  .products-container {
    display: flex;
    flex-direction: column;
    margin-top: 32px;
    margin-bottom: 32px;
    row-gap: 32px;
  }

  .product-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    margin: 16px 0;
  }

  .product-description {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }

  .product-img {
    width: 48px;
  }

  .products-subtext {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 32px;
  }

  .team-container {
    flex-direction: column;
  }

  .team-subtext {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }

  .team-top {
    margin-bottom: 32px;
  }

  .team-description {
    margin-bottom: 32px;
  }

  .team-join {
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 32px;
  }

  .contact-container {
    flex-direction: column;
  }

  .contact-text {
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    margin-top: 32px;
  }

  .contact-email-info {
    align-items: flex-start;
    margin-top: 32px;
  }

  .text-secondary {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }

  .contact-email-link {
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 32px;
  }

  .contact-email-subtext {
    margin-bottom: 20px;
  }

  textarea,
  textarea::placeholder,
  input,
  input::placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }

  #contactForm {
    row-gap: 8px;
  }

  .contact-form-inputs {
    grid-template-columns: 1fr;
    row-gap: 8px;
  }

  .contact-form-privacy {
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    text-align: start;
  }

  .mission-images {
    column-gap: 32px;
  }

  .mission-images img {
    width: 48px;
  }

  .mission-top {
    margin-bottom: 32px;
  }

  .main-title {
    font-weight: 600;
    font-size: 54px;
    line-height: 60px;
    white-space: wrap;
  }

  .wrapper {
    padding: 0 20px;
  }

  .team-subtext {
    margin-right: 0;
  }

  .cyprus-text {
    margin: 32px auto;
  }

  .cyprus-img-container img {
    width: 184px;
  }
}

@media screen and (max-width: 410px) {
  .mission-images {
    display: none;
  }
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideOut {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(-100%);
  }
}
