.hero {
  max-width: 1920px;
  margin: 0 auto;
  height: min-content;
  position: relative;
  color: white;
  text-align: center;
}
.hero-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-body {
  z-index: 1;
  position: relative;
  max-width: 1220px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 190px 0 80px;
}
.hero-body .body1 {
  max-width: 800px;
  margin: 30px 0;
  color: white;
}

@media (max-width: 1252px) {
  .hero-body {
    margin: 0 16px;
    padding: 130px 0 60px;
  }
}
@media (max-width: 768px) {
  .hero-bg {
    object-position: 80%;
  }
  .hero-body {
    margin: 0 16px;
    padding-bottom: 40px;
  }
}
.offices {
  margin: 120px auto;
  max-width: 1220px;
}
.offices .h2 {
  margin-bottom: 70px;
  width: 100%;
  text-align: center;
}
.offices-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32px;
}
.offices .country {
  font-size: 24px;
  font-family: Medium;
  line-height: 1.45;
  color: #213FAE;
  margin-left: 30px;
}
.offices .office {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 12px;
  color: #404040;
  line-height: 1.45;
  max-width: calc(50% - 16px);
  padding: 40px;
  border-radius: 40px;
  box-shadow: 0 4px 34px 0px rgba(41, 40, 77, 0.07);
}
.offices .office-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 18px;
}
.offices .office-row svg {
  width: 20px;
  height: 20px;
  fill: #213FAE;
}

.cont-link {
  color: #213FAE;
  transition: ease 0.3s;
}

.cont-link:visited {
  color: #213FAE;
}

.cont-link:hover {
  color: #DB6851;
}

@media (max-width: 1252px) {
  .offices {
    margin: 120px 16px;
  }
}
@media (max-width: 768px) {
  .offices {
    margin: 40px 16px;
  }
  .offices .h2 {
    margin-bottom: 30px;
  }
  .offices-wrap {
    flex-direction: column;
    gap: 12px;
  }
  .offices .country {
    font-size: 20px;
  }
  .offices .office {
    max-width: 100%;
    border-radius: 16px;
    padding: 20px 16px;
  }
  .offices .office-row {
    font-size: 16px;
  }
}
.bottom-form {
  max-width: 1200px;
  margin: 120px auto;
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
.bottom-form .col {
  max-width: 490px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bottom-form .h2 {
  color: white;
  margin-bottom: 32px;
  line-height: 1.35;
}
.bottom-form .trio {
  display: flex;
  gap: 46px;
  flex-direction: column;
  margin-top: 24px;
}
.bottom-form .trio-item {
  display: flex;
  gap: 16px;
}
.bottom-form .trio-item span {
  font-family: Semi;
  font-size: 18px;
  color: #213FAE;
}
.bottom-form .trio-item .body1 {
  margin-top: 10px;
}
.bottom-form .trio-img-wrap {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bottom-form .small-input {
  max-width: unset;
}
.bottom-form .col:nth-child(2) {
  background-color: #3A59CC;
  border-radius: 36px;
  padding: 56px;
  max-width: 610px;
  color: white;
}

.suc-head {
  color: white;
}

@media (max-width: 1232px) {
  .bottom-form {
    margin: 120px 16px;
  }
}
@media (max-width: 1100px) {
  .bottom-form {
    margin: 80px auto;
    flex-direction: column;
    width: fit-content;
  }
}
@media (max-width: 768px) {
  .bottom-form {
    margin: 40px 16px;
    gap: 32px;
  }
  .bottom-form .trio {
    gap: 32px;
  }
  .bottom-form .trio-item {
    flex-direction: column;
    gap: 10px;
  }
  .bottom-form .h2 {
    margin-bottom: 16px;
  }
  .bottom-form .small-input {
    max-width: unset;
  }
  .bottom-form .col:nth-child(2) {
    border-radius: 16px;
    padding: 32px 16px;
  }
}
.small-input {
  max-width: 100%;
}