@font-face {
  font-family: "Inter";
  src: local("Inter"),
    url("./fonts/Inter-VariableFont_slnt\,wght.ttf") format("opentype");
}

h1,
h2,
h3 {
  margin: 0;
  font-size: unset;
  font-weight: unset;
  unicode-bidi: unset;
}

section,
.company .numbers_users span:first-child,
.company .numbers_year span:first-child {
  font-family: "Inter";
  font-style: normal;
}

.name > div,
.company > div,
.projects > div,
.approach > div {
  align-self: center;
}

.name {
  background-size: cover;
  background-color: #0d1621;
}

.name p,
.name h1 {
  font-family: "Inter";
  font-style: normal;
  color: #fefefe;
  margin: 0;
}

.name h1 {
  text-transform: uppercase;
}

.name_line {
  width: 95%;
  height: 2.5px;
  background: linear-gradient(to left, transparent, #ff7b3b);
  margin: 12px 0px 18px 0px;
  border-radius: 5px;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fefefe;
  border: 1px solid #b7b7b7;
}

.blocks_product {
  border: 1px solid #0d1621;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  color: #0d1621;
}

.blocks_product_wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
  font-size: unset;
  font-weight: uns;
}

.products .empty_block {
  cursor: auto;
  border: 1px solid #fefefe;
}

.products .empty_block:hover {
  background-color: #fefefe;
}

.company {
  background-color: #0d1621;
}

.company p {
  opacity: 0.7;
  color: #fefefe;
}

.company .numbers {
  color: #fefefe;
}

.company .numbers_users span:last-child,
.company .numbers_year span:last-child {
  font-family: "Inter";
  font-style: normal;
  opacity: 0.7;
}

.direction .itc-select {
  align-self: flex-start;
}

.direction .itc-select__option {
  color: #282828;
  opacity: 0.7;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  padding: 22px 0px 22px 33px;
  border-bottom: 1px solid #b7b7b7;
}

.direction .itc-select__option_selected,
.hidden {
  display: none;
}

.direction .itc-select__dropdown {
  top: 3.4rem;
}

.direction .choose-direct {
  font-family: "Inter";
  font-style: normal;
  opacity: 0.7;
}

.direction_list_abp,
.direction_list_am,
.direction_list_im {
  color: #282828;
  text-transform: uppercase;
}

.direction_list_abp div a,
.direction_list_am div a,
.direction_list_im div a {
  text-decoration: none;
  color: #282828;
}

.approach .team {
  font-family: "Inter";
  font-style: normal;
  border-top: 1px solid #b7b7b7;
}

.approach .team_item {
  border-bottom: 1px solid #b7b7b7;
}

.approach .team_name {
  text-transform: uppercase;
  color: #282828;
}

.approach .team_function {
  opacity: 0.75;
}

.form form input,
.form form textarea {
  font-family: "Inter";
  font-style: normal;
  opacity: 0.75;
  font-weight: 400;
}

.form form .username div,
.form form div:nth-child(2) {
  display: flex;
  flex-direction: column;
}

.form form .clean,
.form form textarea {
  border: 1px solid #b7b7b7;
}

.form form label {
  height: 16px;
}

.form form .err {
  border: 1px solid #ff0000;
  outline-color: #ff0000;
}

.form form .err-text,
.form form .themearea .err-text-email {
  color: #ff0000;
  opacity: 0.75;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}

.form form .send-form {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff7b3b;
  border: 1px solid #ff7b3b;
  color: #fefefe;
}

.form_sent {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  margin-top: 12px;
  color: #282828;
}

@media (max-width: 639px) {
  section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .name {
    background-image: url("./img/earth-in-hands-min-mid.png");
    padding-top: 141px;
    padding-bottom: 191px;
    height: 100vh;
    display: flex;
    justify-content: center;
  }

  .name h1 {
    font-size: 28px;
    line-height: 120%;
    font-weight: 500;
    width: 300px;
  }

  .name p {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
  }

  .products {
    padding: 40px 0px 0px 10px;
    overflow: hidden;
  }

  .products_header {
    font-family: "Inter";
    font-style: normal;
    display: flex;
    justify-content: space-between;
    color: #282828;
    border-bottom: 1px solid #b7b7b7;
    opacity: 0.75;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 7px;
    margin-right: 10px;
  }

  .products h1 {
    font-family: "Inter";
    font-style: normal;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    padding-top: 11px;
    display: flex;
    flex-direction: column;
  }

  .products h1 span:first-child,
  .company h1 span:last-child,
  .approach h1 span:first-child,
  .direction h1 span:first-child {
    color: #ff7b3b;
  }

  .products h1 span:last-child,
  .approach h1 span:last-child,
  .direction h1 span:last-child {
    color: #282828;
  }

  .blocks,
  .direction .direction_func,
  .direction_pic {
    display: none;
  }

  .swiper {
    width: 100%;
    height: 260px;
  }

  .products .swiper {
    margin-right: 0;
    margin-left: 0;
    overflow: visible;
  }

  .swiper-wrapper {
    display: inline-flex;
  }

  .products .swiper .swiper-slide {
    width: 100%;
    max-width: 265px;
  }

  .blocks_product {
    width: 100%;
    max-width: 265px;
    height: 217px;
    border: 1px solid #0d1621;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px;
  }

  .company {
    padding: 40px 10px;
  }

  .company_header {
    font-family: "Inter";
    font-style: normal;
    display: flex;
    justify-content: space-between;
    color: #fefefe;
    border-bottom: 1px solid #b7b7b7;
    opacity: 0.75;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 7px;
  }

  .company h1,
  .direction h1 {
    font-family: "Inter";
    font-style: normal;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    padding: 20px 0px 40px 0px;
  }

  .company h1 span:first-child {
    color: #fefefe;
  }

  .company p {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
  }

  .company p:last-child {
    padding-top: 20px;
  }

  .company .numbers {
    display: flex;
    justify-content: space-between;
    padding-top: 80px;
  }

  .company .numbers_users,
  .company .numbers_year {
    display: flex;
    flex-direction: column;
  }

  .company .numbers_users span:first-child,
  .company .numbers_year span:first-child {
    font-weight: 200;
    font-size: 60px;
    line-height: 48px;
  }

  .company .numbers_users span:last-child,
  .company .numbers_year span:last-child {
    padding-top: 10px;
    font-size: 12px;
    line-height: 16px;
  }

  .direction {
    display: flex;
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .direction .choose-direct,
  .direction .itc-select__toggle {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
  }

  .direction .itc-select {
    margin-top: 7px;
  }

  .direction .itc-select_show {
    max-width: 300px;
  }

  .direction .itc-select__option {
    font-size: 12px;
    line-height: 14px;
  }

  .direction_list_abp,
  .direction_list_am,
  .direction_list_im {
    padding-top: 40px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }

  .direction_list_abp div,
  .direction_list_am div,
  .direction_list_im div {
    padding-bottom: 35px;
  }

  .direction_list_abp svg,
  .direction_list_am svg,
  .direction_list_im svg {
    margin-left: 3px;
  }

  .approach {
    padding-bottom: 40px;
  }

  .approach_header,
  .direction_header {
    font-family: "Inter";
    font-style: normal;
    display: flex;
    justify-content: space-between;
    color: #282828;
    border-bottom: 1px solid #b7b7b7;
    opacity: 0.75;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 7px;
  }

  .approach h1 {
    font-family: "Inter";
    font-style: normal;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    padding: 20px 0px;
    margin: 0;
  }

  .approach .team_item {
    padding: 20px 0px;
  }

  .approach .team_name {
    padding-bottom: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
  }

  .approach .team_name span {
    padding-right: 15px;
  }

  .approach .team_function {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
  }

  .form {
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
  }

  .form_header {
    font-family: "Inter";
    font-style: normal;
    display: flex;
    justify-content: space-between;
    color: #282828;
    border-bottom: 1px solid #b7b7b7;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 7px;
  }

  .form .username,
  .form .themearea {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .form form {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 18px;
  }

  .form form input {
    width: inherit;
    height: 56px;
    margin-top: 5px;
  }

  .form form textarea {
    height: 121px;
    margin-bottom: 30px;
    margin-top: 5px;
    width: 100%;
  }

  .form form input,
  .form form textarea {
    padding-left: 5px;
    border-radius: 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
  }

  .form form .send-form {
    font-weight: 500;
    font-size: 17px;
    line-height: 140%;
    border-radius: 50px;
    width: 300px;
    height: 50px;
  }
}

@media (min-width: 639px) and (max-width: 1023px) {
  .name {
    background-image: url("./img/earth-in-hands-min-mid.png");
    background-position: center;
    padding: 341px 0px 398px 20px;
  }

  .name h1 {
    font-size: 58px;
    line-height: 70px;
    font-weight: 500;
  }

  .name p {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
  }

  .products {
    padding: 90px 0px 60px 10px;
    overflow: hidden;
  }

  .products_header {
    margin-right: 20px;
  }

  .products_header,
  .direction_header {
    font-family: "Inter";
    font-style: normal;
    display: flex;
    justify-content: space-between;
    color: #282828;
    border-bottom: 1px solid #b7b7b7;
    opacity: 0.75;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 7px;
  }

  .products h1,
  .direction h1 {
    font-family: "Inter";
    font-style: normal;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    padding-top: 10px;
    font-size: 36px;
    line-height: 47px;
    width: 550px;
  }

  .products h1 span:first-child,
  .direction h1 span:first-child {
    color: #ff7b3b;
  }

  .products h1 span:last-child,
  .direction h1 span:last-child {
    color: #282828;
  }

  .blocks,
  .direction .direction_func,
  .direction_pic {
    display: none;
  }

  .swiper {
    width: 100%;
    height: 325px;
  }

  .products .swiper {
    margin-right: 0;
    margin-left: 0;
    overflow: visible;
  }

  .swiper-wrapper {
    display: inline-flex;
  }

  .products .swiper .swiper-slide {
    width: 100%;
    max-width: 341px;
    margin-right: 70px !important;
  }

  .blocks_product {
    width: 341px;
    height: 280px;
    padding: 20px;
  }

  .company {
    padding: 90px 20px;
  }

  .company_header {
    font-family: "Inter";
    font-style: normal;
    display: flex;
    justify-content: space-between;
    color: #fefefe;
    border-bottom: 1px solid #b7b7b7;
    opacity: 0.75;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 7px;
  }

  .company p,
  .company h1 {
    margin: 0;
  }

  .company h1 {
    font-family: "Inter";
    font-style: normal;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    font-size: 36px;
    line-height: 47px;
    padding: 40px 0px;
    width: 550px;
  }

  .company h1 span:first-child {
    color: #fefefe;
  }

  .company h1 span:last-child {
    color: #ff7b3b;
  }

  .company p {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    padding-bottom: 40px;
  }

  .company .numbers {
    display: flex;
    justify-content: space-between;
    padding-top: 160px;
  }

  .company .numbers_users,
  .company .numbers_year {
    display: flex;
    flex-direction: column-reverse;
  }

  .company .numbers_users span:first-child,
  .company .numbers_year span:first-child {
    font-weight: 200;
    font-size: 128px;
    line-height: 102px;
    letter-spacing: -12px;
  }

  .company .numbers_users span:last-child,
  .company .numbers_year span:last-child {
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 17px;
  }

  .direction {
    display: flex;
    flex-direction: column;
    padding: 90px 20px 90px 20px;
  }

  .direction .choose-direct {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 10px;
  }

  .direction .itc-select {
    margin-top: 10px;
  }

  .direction .itc-select_show {
    max-width: 350px;
  }

  .direction .itc-select__toggle {
    font-size: 14px;
    line-height: 16px;
    width: 350px;
  }

  .direction .itc-select__option {
    font-size: 14px;
    line-height: 16px;
  }

  .direction_list_abp,
  .direction_list_am,
  .direction_list_im {
    padding-top: 70px;
    font-weight: 400;
    font-size: 19px;
    line-height: 23px;
  }

  .direction_list_abp div,
  .direction_list_am div,
  .direction_list_im div {
    padding-bottom: 40px;
  }

  .direction_list_abp svg,
  .direction_list_am svg,
  .direction_list_im svg {
    margin-left: 10px;
  }

  .approach {
    padding: 0px 20px 90px 20px;
  }

  .approach_header {
    font-family: "Inter";
    font-style: normal;
    display: flex;
    justify-content: space-between;
    color: #282828;
    border-bottom: 1px solid #b7b7b7;
    opacity: 0.75;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 7px;
  }

  .approach h1 {
    font-family: "Inter";
    font-style: normal;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    display: flex;
    flex-direction: column;
    width: 600px;
    font-size: 36px;
    line-height: 47px;
    padding: 40px 0px 70px 0px;
    margin: 0;
  }

  .approach h1 span:first-child {
    color: #ff7b3b;
  }

  .approach h1 span:last-child {
    color: #282828;
  }

  .approach .team_item {
    display: flex;
    padding: 22px 0px;
    width: 100%;
  }

  .approach .team_name {
    width: 50%;
    padding-bottom: 10px;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
  }

  .approach .team_name span {
    padding-right: 15px;
  }

  .approach .team_function {
    width: 50%;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
  }

  .form {
    padding: 0px 20px 90px 20px;
    display: flex;
    flex-direction: column;
  }

  .form_header {
    font-family: "Inter";
    font-style: normal;
    display: flex;
    justify-content: space-between;
    color: #282828;
    border-bottom: 1px solid #b7b7b7;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 7px;
  }

  .form .username {
    display: flex;
  }

  .form .username input {
    width: 295px;
  }

  .form form {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 28px;
  }

  .form form input {
    height: 56px;
    margin-top: 5px;
  }

  .form form .username input:first-child {
    margin-right: 8px;
  }

  .form form .username .telephone {
    margin-right: 0 !important;
  }

  .form form input {
    width: 600px;
  }

  .form form textarea {
    height: 190px;
    width: 600px;
    margin-bottom: 30px;
    padding-top: 10px;
    margin-top: 5px;
  }

  .form form input,
  .form form textarea {
    padding-left: 7px;
    border-radius: 5px;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
  }

  .form form .send-form {
    font-weight: 500;
    font-size: 17px;
    line-height: 140%;
    border-radius: 50px;
    width: 300px;
    height: 50px;
  }
}

@media (min-width: 1600px) {
  .products > div .blocks_product {
    max-height: 280px;
  }
}

@media (min-width: 1023px) {
  .name {
    background-image: url("./img/earth-in-hands.png");
    background-position: center;
  }

  .swiper {
    display: none;
  }

  .name > div {
    padding: 385px 56px 322px 100px;
  }

  .name h1 {
    font-size: 72px;
    line-height: 86px;
    font-weight: 500;
    padding-bottom: 20px;
  }

  .name p {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    width: 500px;
    padding-top: 40px;
  }

  .products > div {
    padding: 150px 100px;
  }

  .products > div,
  .form > div {
    align-self: center;
  }

  .products_header {
    font-family: "Inter";
    font-style: normal;
    display: flex;
    justify-content: space-between;
    color: #282828;
    border-bottom: 1px solid #b7b7b7;
    opacity: 0.75;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 7px;
  }

  .products h1 {
    margin: 0;
    font-family: "Inter";
    font-style: normal;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    padding-top: 40px;
    padding-bottom: 100px;
    font-size: 38px;
    line-height: 49px;
    max-width: 1150px;
  }

  .products h1 span:first-child,
  .company h1 span:last-child,
  .direction_list_abp div a:hover,
  .direction_list_am div a:hover,
  .direction_list_im div a:hover,
  .approach h1 span:first-child,
  .direction h1 span:first-child {
    color: #ff7b3b;
  }

  .products h1 span:last-child {
    color: #282828;
  }

  .products .blocks,
  .products .blocks_first_line,
  .products .blocks_second_line {
    width: 100%;
    max-width: 1440px;
  }

  .products .blocks_first_line,
  .products .blocks_second_line {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .products .blocks_product {
    font-family: "Inter";
    font-style: normal;
    margin-bottom: 13px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-decoration: none;
    color: #0d1621;
    height: 20vw;
    width: 20vw;
    min-width: 210px;
    max-width: 341px;
  }

  .blocks_product:hover {
    background-color: #0d1621;
  }

  .blocks_product:hover div,
  .company h1 span:first-child {
    color: #fefefe;
  }

  .blocks_product:first-child,
  .blocks_product:nth-child(3),
  .blocks_product:nth-child(5) {
    margin-right: 13px;
  }

  .products .blocks_product .blocks_product_description {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
  }

  .products .blocks_product .blocks_product_title {
    font-weight: 600;
    font-size: 19px;
    line-height: 23px;
  }

  .company > div {
    padding: 100px;
  }

  .company_header {
    font-family: "Inter";
    font-style: normal;
    display: flex;
    justify-content: space-between;
    color: #fefefe;
    border-bottom: 1px solid #b7b7b7;
    opacity: 0.75;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 7px;
  }

  .company p,
  .company h1 {
    margin: 0;
  }

  .company h1,
  .direction h1 {
    font-family: "Inter";
    font-style: normal;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    font-size: 38px;
    line-height: 49px;
    padding: 40px 0px;
  }

  .company_thesis,
  .company .numbers {
    display: flex;
  }

  .company p {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    padding-bottom: 224px;
    width: 522px;
  }

  .company p:first-child {
    margin-right: 7em;
  }

  .company .numbers_users,
  .company .numbers_year {
    display: flex;
    flex-direction: column-reverse;
  }

  .company .numbers_users span:first-child,
  .company .numbers_year span:first-child {
    font-weight: 200;
    font-size: 246px;
    line-height: 197px;
    letter-spacing: -12px;
  }

  .company .numbers_users span:last-child,
  .company .numbers_year span:last-child {
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 33px;
  }

  .company .numbers_year {
    margin-left: 13%;
  }

  .direction > div {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1600px;
    padding: 150px 100px 0px 100px;
    align-self: center;
  }

  .direction > div .funcs {
    display: flex;
    justify-content: space-between;
  }

  .direction h1 {
    padding: 40px 0px 80px 0px;
  }

  .direction .choose-direct,
  #select-2,
  .direction_list_abp svg,
  .direction_list_am svg,
  .direction_list_im svg {
    display: none;
  }

  .direction .direction_func {
    width: 33%;
    max-width: 336px;
  }

  .direction .direction_func div {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #282828;
    margin-right: 7px;
  }

  .direction .direction_func .func_list {
    padding-left: 0px;
    margin: 0;
  }

  .direction .direction_func .func_item {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    list-style-type: none;
    padding-bottom: 30px;
    cursor: pointer;
  }

  .direction .direction_func .func_item h2 {
    margin: 0;
    font-size: unset;
    font-weight: unset;
    unicode-bidi: unset;
  }

  .direction .direction_func .func_item svg {
    display: none;
    margin-left: 20px;
  }

  .direction_list_abp,
  .direction_list_am,
  .direction_list_im {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 23px;
    padding-left: 40px;
    border-left: 1px solid #b7b7b7;
    margin-left: 31px;
    width: 50%;
  }

  .direction_list_abp div,
  .direction_list_am div,
  .direction_list_im div {
    padding-bottom: 40px;
    cursor: pointer;
  }

  .direction_pic {
    margin-left: 10px;
    align-self: flex-end;
  }

  .approach > div {
    padding: 110px 100px 150px 100px;
  }

  .approach_header,
  .direction_header {
    font-family: "Inter";
    font-style: normal;
    display: flex;
    justify-content: space-between;
    color: #282828;
    border-bottom: 1px solid #b7b7b7;
    opacity: 0.75;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 7px;
  }

  .approach h1 {
    margin: 0;
    font-family: "Inter";
    font-style: normal;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    font-size: 38px;
    line-height: 49px;
    padding: 40px 0px;
  }

  .approach h1 span:last-child,
  .direction h1 span:last-child {
    color: #282828;
  }

  .approach .team_item {
    display: flex;
    padding: 40px 0px;
    width: 100%;
  }

  .approach .team_name {
    width: 50%;
    font-weight: 400;
    font-size: 32px;
    line-height: 42px;
  }

  .approach .team_name span {
    padding-right: 60px;
  }

  .approach .team_function {
    width: 50%;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    padding-right: 6em;
  }

  .form > div {
    padding: 0px 100px 150px 100px;
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .form_header {
    font-family: "Inter";
    font-style: normal;
    display: flex;
    justify-content: space-between;
    color: #282828;
    border-bottom: 1px solid #b7b7b7;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 7px;
  }

  .form .username {
    display: flex;
    width: 100%;
  }

  .form .username div {
    max-width: 695px;
    width: 50%;
  }

  .form form {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 28px;
  }

  .form form input {
    height: 56px;
    margin-top: 5px;
  }

  .form form .username div:first-child {
    margin-right: 17px;
  }

  .form form .username ~ div {
    width: 100%;
    max-width: 1600px;
  }

  .form form textarea {
    height: 190px;
    width: 100%;
    margin-bottom: 16px;
    margin-top: 5px;
    padding-top: 10px;
  }

  .form form input,
  .form form textarea {
    padding-left: 10px;
    border-radius: 5px;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
  }

  .form form .send-form {
    font-weight: 500;
    font-size: 17px;
    line-height: 140%;
    border-radius: 50px;
    width: 300px;
    height: 50px;
    cursor: pointer;
  }

  .form form .send-form:hover {
    color: #282828;
    background-color: #fefefe;
    border-color: #282828;
  }
}
