@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
.wrapper {
  max-width: 1504px;
  width: 100%;
  margin: 0 auto;
}

body {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
}

.home_top .home_wrapper {
  padding: 260px 20px;
}
.home_top .home_wrapper .home_top_wrapper .home_top_content .home_top_description {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1200px) {
  .home_top .home_wrapper {
    padding: 190px 20px;
  }
}
@media (max-width: 950px) {
  .home_top .home_wrapper {
    padding: 170px 20px;
  }
}
@media (max-width: 650px) {
  .home_top .home_wrapper {
    padding: 145px 20px;
  }
}
@media (max-width: 400px) {
  .home_top .home_wrapper {
    padding: 105px 20px;
  }
}

.horeca_simple {
  padding: 100px 20px 40px;
}
.horeca_simple .wrapper .horeca_simple_title {
  margin-bottom: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 50px;
  line-height: 130%;
  letter-spacing: 0;
  color: #1D1D1B;
  text-align: center;
}
@media (max-width: 1200px) {
  .horeca_simple .wrapper .horeca_simple_title {
    font-size: 45px;
  }
}
@media (max-width: 950px) {
  .horeca_simple .wrapper .horeca_simple_title {
    font-size: 40px;
  }
}
@media (max-width: 650px) {
  .horeca_simple .wrapper .horeca_simple_title {
    font-size: 35px;
  }
}
@media (max-width: 400px) {
  .horeca_simple .wrapper .horeca_simple_title {
    font-size: 32px;
  }
}
.horeca_simple .wrapper .horeca_simple_description {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  max-width: 660px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0;
  color: #1D1D1B;
  text-align: center;
}
@media (max-width: 950px) {
  .horeca_simple .wrapper .horeca_simple_description {
    font-size: 18px;
  }
}
@media (max-width: 650px) {
  .horeca_simple .wrapper .horeca_simple_description {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
.horeca_simple .wrapper .simple_solutions_cards {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.horeca_simple .wrapper .simple_solutions_cards .simple_solutions_card {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
  margin-bottom: 60px;
  max-width: 480px;
  width: 32%;
  border-radius: 12px;
  background-color: #EFEFEF;
}
.horeca_simple .wrapper .simple_solutions_cards .simple_solutions_card .simple_solutions_card_img {
  display: block;
  max-width: 480px;
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}
.horeca_simple .wrapper .simple_solutions_cards .simple_solutions_card .simple_solutions_card_top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 28px 20px 16px;
}
.horeca_simple .wrapper .simple_solutions_cards .simple_solutions_card .simple_solutions_card_top svg {
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 20px;
}
.horeca_simple .wrapper .simple_solutions_cards .simple_solutions_card .simple_solutions_card_top .simple_solutions_card_title {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 0;
  color: #1D1D1B;
}
.horeca_simple .wrapper .simple_solutions_cards .simple_solutions_card .simple_solutions_card_description {
  margin-top: auto;
  padding: 0 20px 28px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0;
  color: #2E2E2E;
}
@media (max-width: 1190px) {
  .horeca_simple .wrapper .simple_solutions_cards .simple_solutions_card .simple_solutions_card_top {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 20px 16px 12px;
  }
  .horeca_simple .wrapper .simple_solutions_cards .simple_solutions_card .simple_solutions_card_top svg {
    width: 32px;
    height: 32px;
    margin-right: 16px;
  }
  .horeca_simple .wrapper .simple_solutions_cards .simple_solutions_card .simple_solutions_card_top .simple_solutions_card_title {
    font-size: 28px;
  }
  .horeca_simple .wrapper .simple_solutions_cards .simple_solutions_card .simple_solutions_card_description {
    padding: 0 16px 20px;
    font-size: 18px;
  }
}
@media (max-width: 950px) {
  .horeca_simple .wrapper .simple_solutions_cards .simple_solutions_card {
    width: 48%;
    margin-bottom: 40px;
  }
}
@media (max-width: 650px) {
  .horeca_simple .wrapper .simple_solutions_cards .simple_solutions_card {
    width: 100%;
    max-width: 650px;
  }
  .horeca_simple .wrapper .simple_solutions_cards .simple_solutions_card .simple_solutions_card_img {
    max-width: 650px;
    height: 260px;
  }
  .horeca_simple .wrapper .simple_solutions_cards .simple_solutions_card .simple_solutions_card_top .simple_solutions_card_title {
    font-size: 24px;
  }
  .horeca_simple .wrapper .simple_solutions_cards .simple_solutions_card .simple_solutions_card_description {
    font-size: 16px;
  }
}
@media (max-width: 950px) {
  .horeca_simple {
    padding: 80px 20px 40px;
  }
}

.horeca_de_ce {
  background-color: #2E2E2E;
  padding: 100px 20px 40px;
}
.horeca_de_ce .wrapper .horeca_de_ce_title {
  margin-bottom: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 50px;
  line-height: 130%;
  letter-spacing: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 1200px) {
  .horeca_de_ce .wrapper .horeca_de_ce_title {
    font-size: 45px;
  }
}
@media (max-width: 950px) {
  .horeca_de_ce .wrapper .horeca_de_ce_title {
    font-size: 40px;
  }
}
@media (max-width: 650px) {
  .horeca_de_ce .wrapper .horeca_de_ce_title {
    font-size: 35px;
  }
}
@media (max-width: 400px) {
  .horeca_de_ce .wrapper .horeca_de_ce_title {
    font-size: 32px;
  }
}
.horeca_de_ce .wrapper .horeca_de_ce_description {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  max-width: 660px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 950px) {
  .horeca_de_ce .wrapper .horeca_de_ce_description {
    font-size: 18px;
  }
}
@media (max-width: 650px) {
  .horeca_de_ce .wrapper .horeca_de_ce_description {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
.horeca_de_ce .wrapper .horeca_de_ce_cards {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.horeca_de_ce .wrapper .horeca_de_ce_cards .horeca_de_ce_card {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #FFFFFF;
  height: auto;
  margin-bottom: 60px;
  max-width: 480px;
  width: 32%;
  border-radius: 12px;
  padding: 28px 26px;
}
.horeca_de_ce .wrapper .horeca_de_ce_cards .horeca_de_ce_card svg {
  display: block;
  width: 40px;
  height: 40px;
  margin-bottom: 24px;
}
.horeca_de_ce .wrapper .horeca_de_ce_cards .horeca_de_ce_card .horeca_de_ce_card_title {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 0;
  color: #FFFFFF;
  margin-bottom: 12px;
}
.horeca_de_ce .wrapper .horeca_de_ce_cards .horeca_de_ce_card .horeca_de_ce_card_description {
  margin-top: auto;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0;
  color: #FFFFFF;
}
@media (max-width: 1190px) {
  .horeca_de_ce .wrapper .horeca_de_ce_cards .horeca_de_ce_card svg {
    width: 32px;
    height: 32px;
    margin-bottom: 20px;
  }
  .horeca_de_ce .wrapper .horeca_de_ce_cards .horeca_de_ce_card .simple_solutions_card_title {
    font-size: 28px;
  }
  .horeca_de_ce .wrapper .horeca_de_ce_cards .horeca_de_ce_card .horeca_de_ce_card_description {
    font-size: 18px;
  }
}
@media (max-width: 950px) {
  .horeca_de_ce .wrapper .horeca_de_ce_cards .horeca_de_ce_card {
    padding: 24px 20px;
    width: 48%;
    margin-bottom: 40px;
  }
}
@media (max-width: 650px) {
  .horeca_de_ce .wrapper .horeca_de_ce_cards .horeca_de_ce_card {
    width: 100%;
    max-width: 650px;
  }
  .horeca_de_ce .wrapper .horeca_de_ce_cards .horeca_de_ce_card .horeca_de_ce_card_title {
    font-size: 24px;
  }
  .horeca_de_ce .wrapper .horeca_de_ce_cards .horeca_de_ce_card .horeca_de_ce_card_description {
    font-size: 16px;
  }
}
@media (max-width: 950px) {
  .horeca_de_ce {
    padding: 80px 20px 40px;
  }
}

.horeca_colaborare {
  padding: 100px 20px 40px;
}
.horeca_colaborare .wrapper .horeca_colaborare_title {
  margin-bottom: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 50px;
  line-height: 130%;
  letter-spacing: 0;
  color: #1D1D1B;
  text-align: center;
}
@media (max-width: 1200px) {
  .horeca_colaborare .wrapper .horeca_colaborare_title {
    font-size: 45px;
  }
}
@media (max-width: 950px) {
  .horeca_colaborare .wrapper .horeca_colaborare_title {
    font-size: 40px;
  }
}
@media (max-width: 650px) {
  .horeca_colaborare .wrapper .horeca_colaborare_title {
    font-size: 35px;
  }
}
@media (max-width: 400px) {
  .horeca_colaborare .wrapper .horeca_colaborare_title {
    font-size: 32px;
  }
}
.horeca_colaborare .wrapper .horeca_colaborare_description {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  max-width: 660px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0;
  color: #1D1D1B;
  text-align: center;
}
@media (max-width: 950px) {
  .horeca_colaborare .wrapper .horeca_colaborare_description {
    font-size: 18px;
  }
}
@media (max-width: 650px) {
  .horeca_colaborare .wrapper .horeca_colaborare_description {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
.horeca_colaborare .wrapper .colaborare_cards {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.horeca_colaborare .wrapper .colaborare_cards .colaborare_card {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
  margin-bottom: 60px;
  max-width: 480px;
  width: 32%;
  border-radius: 12px;
}
.horeca_colaborare .wrapper .colaborare_cards .colaborare_card .colaborare_card_img {
  display: block;
  max-width: 480px;
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}
.horeca_colaborare .wrapper .colaborare_cards .colaborare_card .colaborare_card_top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 28px 0 16px;
}
.horeca_colaborare .wrapper .colaborare_cards .colaborare_card .colaborare_card_top svg {
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 20px;
}
.horeca_colaborare .wrapper .colaborare_cards .colaborare_card .colaborare_card_top .scolaborare_card_title {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 0;
  color: #1D1D1B;
}
.horeca_colaborare .wrapper .colaborare_cards .colaborare_card .colaborare_card_description {
  padding: 0 0 28px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0;
  color: #2E2E2E;
}
@media (max-width: 1190px) {
  .horeca_colaborare .wrapper .colaborare_cards .colaborare_card .colaborare_card_top {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 20px 16px 12px;
  }
  .horeca_colaborare .wrapper .colaborare_cards .colaborare_card .colaborare_card_top svg {
    width: 32px;
    height: 32px;
    margin-right: 16px;
  }
  .horeca_colaborare .wrapper .colaborare_cards .colaborare_card .colaborare_card_top .scolaborare_card_title {
    font-size: 28px;
  }
  .horeca_colaborare .wrapper .colaborare_cards .colaborare_card .colaborare_card_description {
    padding: 0 16px 20px;
    font-size: 18px;
  }
}
@media (max-width: 950px) {
  .horeca_colaborare .wrapper .colaborare_cards .colaborare_card {
    width: 48%;
    margin-bottom: 40px;
  }
}
@media (max-width: 650px) {
  .horeca_colaborare .wrapper .colaborare_cards .colaborare_card {
    width: 100%;
    max-width: 650px;
  }
  .horeca_colaborare .wrapper .colaborare_cards .colaborare_card .colaborare_card_img {
    max-width: 650px;
    height: 320px;
  }
  .horeca_colaborare .wrapper .colaborare_cards .colaborare_card .colaborare_card_top .scolaborare_card_title {
    font-size: 24px;
  }
  .horeca_colaborare .wrapper .colaborare_cards .colaborare_card .colaborare_card_description {
    font-size: 16px;
  }
}
@media (max-width: 950px) {
  .horeca_colaborare {
    padding: 80px 20px 40px;
  }
}

.horeca_projects {
  padding: 100px 20px;
  background-color: #EFEFEF;
}
.horeca_projects .wrapper .horeca_colaborare_title {
  margin-bottom: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 50px;
  line-height: 130%;
  letter-spacing: 0;
  color: #1D1D1B;
}
@media (max-width: 1200px) {
  .horeca_projects .wrapper .horeca_colaborare_title {
    font-size: 45px;
  }
}
@media (max-width: 950px) {
  .horeca_projects .wrapper .horeca_colaborare_title {
    font-size: 40px;
  }
}
@media (max-width: 650px) {
  .horeca_projects .wrapper .horeca_colaborare_title {
    font-size: 35px;
  }
}
@media (max-width: 400px) {
  .horeca_projects .wrapper .horeca_colaborare_title {
    font-size: 32px;
  }
}
.horeca_projects .wrapper .horeca_colaborare_description {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  max-width: 660px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0;
  color: #1D1D1B;
}
@media (max-width: 950px) {
  .horeca_projects .wrapper .horeca_colaborare_description {
    font-size: 18px;
  }
}
@media (max-width: 650px) {
  .horeca_projects .wrapper .horeca_colaborare_description {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
.horeca_projects .wrapper .articles {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 80px;
}
.horeca_projects .wrapper .articles .article {
  max-width: 712px;
  width: 48%;
  background-color: white;
  border-radius: 12px;
}
.horeca_projects .wrapper .articles .article .article_image_link {
  text-decoration: none;
}
.horeca_projects .wrapper .articles .article .article_image_link .article_image {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  display: block;
  max-width: 712px;
  width: 100%;
  height: 420px;
  object-fit: cover;
}
.horeca_projects .wrapper .articles .article .article_content {
  padding: 28px 24px;
}
.horeca_projects .wrapper .articles .article .article_content .article_title {
  margin-bottom: 15px;
}
.horeca_projects .wrapper .articles .article .article_content .article_title a {
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 0;
  text-align: center;
  color: #1D1D1B;
}
.horeca_projects .wrapper .articles .article .article_content .article_excerpt {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0;
  color: #2E2E2E;
}
@media (max-width: 1544px) {
  .horeca_projects .wrapper .articles .article {
    width: 47%;
  }
}
@media (max-width: 750px) {
  .horeca_projects .wrapper .articles .article {
    max-width: 750px;
    width: 100%;
  }
  .horeca_projects .wrapper .articles .article .article_image_link .article_image {
    height: 330px;
  }
  .horeca_projects .wrapper .articles .article .article_content .article_title a {
    font-size: 25px;
  }
  .horeca_projects .wrapper .articles .article .article_content .article_excerpt {
    font-size: 18px;
  }
}
@media (max-width: 550px) {
  .horeca_projects .wrapper .articles .article .article_image_link .article_image {
    height: 260px;
  }
  .horeca_projects .wrapper .articles .article .article_content {
    padding: 20px;
  }
  .horeca_projects .wrapper .articles .article .article_content .article_title a {
    font-size: 20px;
  }
  .horeca_projects .wrapper .articles .article .article_content .article_excerpt {
    font-size: 16px;
  }
}
@media (max-width: 1374px) {
  .horeca_projects .wrapper .articles {
    gap: 50px;
  }
}
@media (max-width: 965px) {
  .horeca_projects .wrapper .articles {
    gap: 35px;
  }
}
@media (max-width: 850px) {
  .horeca_projects .wrapper .articles {
    gap: 28px;
  }
}
@media (max-width: 950px) {
  .horeca_projects {
    padding: 80px 20px;
  }
}

.form {
  background-color: #2E2E2E;
  padding: 100px 20px;
}
.form .wrapper .camanda_cin_title {
  margin-bottom: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 50px;
  line-height: 130%;
  letter-spacing: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 1200px) {
  .form .wrapper .camanda_cin_title {
    font-size: 45px;
  }
}
@media (max-width: 950px) {
  .form .wrapper .camanda_cin_title {
    font-size: 40px;
  }
}
@media (max-width: 650px) {
  .form .wrapper .camanda_cin_title {
    font-size: 35px;
  }
}
@media (max-width: 400px) {
  .form .wrapper .camanda_cin_title {
    font-size: 32px;
  }
}
.form .wrapper .camanda_cin_description {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  max-width: 660px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 950px) {
  .form .wrapper .camanda_de_ce_description {
    font-size: 18px;
  }
}
@media (max-width: 650px) {
  .form .wrapper .camanda_de_ce_description {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
.form .wrapper .form_content {
  margin-left: auto;
  margin-right: auto;
  max-width: 735px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
.form .wrapper .form_content .content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.form .wrapper .form_content .content .object_form {
  width: 100%;
}
.form .wrapper .form_content .content .object_form .forma {
  width: 100%;
  padding: 15px 16px;
  box-sizing: border-box;
  display: block;
  border-radius: 8px;
  border: 1px solid #FFFFFF;
  font-family: "Inter", sans-serif;
  font-weight: 400; /* Regular */
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0;
  color: #FFFFFF;
}
.form .wrapper .form_content .content .object_form .forma::-webkit-input-placeholder {
  font-family: "Inter", sans-serif;
  font-weight: 400; /* Regular */
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0;
  color: #FFFFFF;
}
.form .wrapper .form_content .content .object_form .forma::-moz-placeholder {
  font-family: "Inter", sans-serif;
  font-weight: 400; /* Regular */
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0;
  color: #FFFFFF;
}
.form .wrapper .form_content .content .object_form .forma:-ms-input-placeholder {
  font-family: "Inter", sans-serif;
  font-weight: 400; /* Regular */
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0;
  color: #FFFFFF;
}
.form .wrapper .form_content .content .object_form .forma:-webkit-autofill, .form .wrapper .form_content .content .object_form .forma:focus-visible, .form .wrapper .form_content .content .object_form .forma:-webkit-autofill:hover, .form .wrapper .form_content .content .object_form .forma:-webkit-autofill:focus, .form .wrapper .form_content .content .object_form .forma:-webkit-autofill:focus-visible, .form .wrapper .form_content .content .object_form .forma:-webkit-autofill, .form .wrapper .form_content .content .object_form .forma:-webkit-autofill:hover, .form .wrapper .form_content .content .object_form .forma:-webkit-autofill:focus, .form .wrapper .form_content .content .object_form .forma:-webkit-autofill, .form .wrapper .form_content .content .object_form .forma:-webkit-autofill:hover, .form .wrapper .form_content .content .object_form .forma:-webkit-autofill:focus {
  border: 1px solid #222222;
  -webkit-text-fill-color: #525252;
  -webkit-box-shadow: none;
  transition: background-color 5000s ease-in-out 0s;
  outline: none;
}
.form .wrapper .form_content .content .object_form .error_text {
  display: none;
  font-family: "Inter", sans-serif;
  font-weight: 500; /* Medium */
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.02em; /* 2% */
  color: #E74A3B;
}
.form .wrapper .form_content .content .half {
  width: 48%;
}
.form .wrapper .form_content .content .error .forma {
  border: 1px solid #E74A3B;
}
.form .wrapper .form_content .content .error .forma:-webkit-autofill, .form .wrapper .form_content .content .error .forma:focus-visible, .form .wrapper .form_content .content .error .forma:-webkit-autofill:hover, .form .wrapper .form_content .content .error .forma:-webkit-autofill:focus, .form .wrapper .form_content .content .error .forma:-webkit-autofill:focus-visible, .form .wrapper .form_content .content .error .forma:-webkit-autofill, .form .wrapper .form_content .content .error .forma:-webkit-autofill:hover, .form .wrapper .form_content .content .error .forma:-webkit-autofill:focus, .form .wrapper .form_content .content .error .forma:-webkit-autofill, .form .wrapper .form_content .content .error .forma:-webkit-autofill:hover, .form .wrapper .form_content .content .error .forma:-webkit-autofill:focus {
  border: 1px solid #E74A3B;
}
.form .wrapper .form_content .content .error .error_text {
  display: block;
}
@media (max-width: 550px) {
  .form .wrapper .form_content .content {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
  .form .wrapper .form_content .content .half {
    width: 100%;
  }
}
.form .wrapper .form_content .send_form {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  background-color: #FFFFFF;
  width: 100%;
  height: 60px;
  border-radius: 100px;
}
.form .wrapper .form_content .send_form span {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0;
  text-align: center;
  color: #1D1D1B;
}
@media (max-width: 550px) {
  .form .wrapper .form_content .send_form {
    height: 50px;
  }
  .form .wrapper .form_content .send_form span {
    font-size: 16px;
  }
}
@media (max-width: 550px) {
  .form .wrapper .form_content {
    gap: 20px;
  }
}
@media (max-width: 950px) {
  .form {
    padding: 80px 20px;
  }
}

.hidden_popup {
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: auto;
  min-height: 100vh;
  min-height: 100dvh;
  z-index: 1111111;
  background: rgba(29, 29, 27, 0.6);
  backdrop-filter: blur(4.5px);
  overflow-y: auto;
  padding: 50px 25px;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}
.hidden_popup .popup_content {
  max-width: 855px;
  width: 100%;
  position: relative;
  background-color: #FFFFFF;
  border-radius: 30px;
  padding: 60px;
  box-sizing: border-box;
}
.hidden_popup .popup_content .popup_content_title {
  margin-bottom: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 50px;
  line-height: 130%;
  letter-spacing: 0;
  color: #2E2E2E;
  text-align: center;
}
@media (max-width: 1200px) {
  .hidden_popup .popup_content .popup_content_title {
    font-size: 45px;
  }
}
@media (max-width: 950px) {
  .hidden_popup .popup_content .popup_content_title {
    font-size: 40px;
  }
}
@media (max-width: 650px) {
  .hidden_popup .popup_content .popup_content_title {
    font-size: 35px;
  }
}
@media (max-width: 400px) {
  .hidden_popup .popup_content .popup_content_title {
    font-size: 32px;
  }
}
.hidden_popup .popup_content .popup_content_description {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  max-width: 660px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0;
  color: #2E2E2E;
  text-align: center;
}
@media (max-width: 950px) {
  .hidden_popup .popup_content .popup_content_description {
    font-size: 18px;
  }
}
@media (max-width: 650px) {
  .hidden_popup .popup_content .popup_content_description {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
.hidden_popup .popup_content .popup_content_form {
  margin-left: auto;
  margin-right: auto;
  max-width: 735px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
.hidden_popup .popup_content .popup_content_form .content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.hidden_popup .popup_content .popup_content_form .content .object_form {
  width: 100%;
}
.hidden_popup .popup_content .popup_content_form .content .object_form .forma {
  width: 100%;
  padding: 15px 16px;
  box-sizing: border-box;
  display: block;
  border-radius: 8px;
  border: 1px solid #757575;
  font-family: "Inter", sans-serif;
  font-weight: 400; /* Regular */
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0;
  color: #222222;
}
.hidden_popup .popup_content .popup_content_form .content .object_form .forma::-webkit-input-placeholder {
  font-family: "Inter", sans-serif;
  font-weight: 400; /* Regular */
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0;
  color: #757575;
}
.hidden_popup .popup_content .popup_content_form .content .object_form .forma::-moz-placeholder {
  font-family: "Inter", sans-serif;
  font-weight: 400; /* Regular */
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0;
  color: #757575;
}
.hidden_popup .popup_content .popup_content_form .content .object_form .forma:-ms-input-placeholder {
  font-family: "Inter", sans-serif;
  font-weight: 400; /* Regular */
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0;
  color: #757575;
}
.hidden_popup .popup_content .popup_content_form .content .object_form .forma:-webkit-autofill, .hidden_popup .popup_content .popup_content_form .content .object_form .forma:focus-visible, .hidden_popup .popup_content .popup_content_form .content .object_form .forma:-webkit-autofill:hover, .hidden_popup .popup_content .popup_content_form .content .object_form .forma:-webkit-autofill:focus, .hidden_popup .popup_content .popup_content_form .content .object_form .forma:-webkit-autofill:focus-visible, .hidden_popup .popup_content .popup_content_form .content .object_form .forma:-webkit-autofill, .hidden_popup .popup_content .popup_content_form .content .object_form .forma:-webkit-autofill:hover, .hidden_popup .popup_content .popup_content_form .content .object_form .forma:-webkit-autofill:focus, .hidden_popup .popup_content .popup_content_form .content .object_form .forma:-webkit-autofill, .hidden_popup .popup_content .popup_content_form .content .object_form .forma:-webkit-autofill:hover, .hidden_popup .popup_content .popup_content_form .content .object_form .forma:-webkit-autofill:focus {
  border: 1px solid #222222;
  -webkit-text-fill-color: #525252;
  -webkit-box-shadow: none;
  transition: background-color 5000s ease-in-out 0s;
  outline: none;
}
.hidden_popup .popup_content .popup_content_form .content .object_form .textarea {
  width: 100%;
  padding: 15px 16px;
  box-sizing: border-box;
  display: block;
  border-radius: 8px;
  border: 1px solid #757575;
  font-family: "Inter", sans-serif;
  font-weight: 400; /* Regular */
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0;
  color: #222222;
}
.hidden_popup .popup_content .popup_content_form .content .object_form .textarea::-webkit-input-placeholder {
  font-family: "Inter", sans-serif;
  font-weight: 400; /* Regular */
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0;
  color: #757575;
}
.hidden_popup .popup_content .popup_content_form .content .object_form .textarea::-moz-placeholder {
  font-family: "Inter", sans-serif;
  font-weight: 400; /* Regular */
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0;
  color: #757575;
}
.hidden_popup .popup_content .popup_content_form .content .object_form .textarea:-ms-input-placeholder {
  font-family: "Inter", sans-serif;
  font-weight: 400; /* Regular */
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0;
  color: #757575;
}
.hidden_popup .popup_content .popup_content_form .content .object_form .textarea:-webkit-autofill, .hidden_popup .popup_content .popup_content_form .content .object_form .textarea:focus-visible, .hidden_popup .popup_content .popup_content_form .content .object_form .textarea:-webkit-autofill:hover, .hidden_popup .popup_content .popup_content_form .content .object_form .textarea:-webkit-autofill:focus, .hidden_popup .popup_content .popup_content_form .content .object_form .textarea:-webkit-autofill:focus-visible, .hidden_popup .popup_content .popup_content_form .content .object_form .textarea:-webkit-autofill, .hidden_popup .popup_content .popup_content_form .content .object_form .textarea:-webkit-autofill:hover, .hidden_popup .popup_content .popup_content_form .content .object_form .textarea:-webkit-autofill:focus, .hidden_popup .popup_content .popup_content_form .content .object_form .textarea:-webkit-autofill, .hidden_popup .popup_content .popup_content_form .content .object_form .textarea:-webkit-autofill:hover, .hidden_popup .popup_content .popup_content_form .content .object_form .textarea:-webkit-autofill:focus {
  border: 1px solid #222222;
  -webkit-text-fill-color: #525252;
  -webkit-box-shadow: none;
  transition: background-color 5000s ease-in-out 0s;
  outline: none;
}
.hidden_popup .popup_content .popup_content_form .content .object_form .error_text {
  display: none;
  font-family: "Inter", sans-serif;
  font-weight: 500; /* Medium */
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.02em; /* 2% */
  color: #E74A3B;
}
.hidden_popup .popup_content .popup_content_form .content .half {
  width: 48%;
}
.hidden_popup .popup_content .popup_content_form .content .error .forma {
  border: 1px solid #E74A3B;
}
.hidden_popup .popup_content .popup_content_form .content .error .forma:-webkit-autofill, .hidden_popup .popup_content .popup_content_form .content .error .forma:focus-visible, .hidden_popup .popup_content .popup_content_form .content .error .forma:-webkit-autofill:hover, .hidden_popup .popup_content .popup_content_form .content .error .forma:-webkit-autofill:focus, .hidden_popup .popup_content .popup_content_form .content .error .forma:-webkit-autofill:focus-visible, .hidden_popup .popup_content .popup_content_form .content .error .forma:-webkit-autofill, .hidden_popup .popup_content .popup_content_form .content .error .forma:-webkit-autofill:hover, .hidden_popup .popup_content .popup_content_form .content .error .forma:-webkit-autofill:focus, .hidden_popup .popup_content .popup_content_form .content .error .forma:-webkit-autofill, .hidden_popup .popup_content .popup_content_form .content .error .forma:-webkit-autofill:hover, .hidden_popup .popup_content .popup_content_form .content .error .forma:-webkit-autofill:focus {
  border: 1px solid #E74A3B;
}
.hidden_popup .popup_content .popup_content_form .content .error .error_text {
  display: block;
}
@media (max-width: 550px) {
  .hidden_popup .popup_content .popup_content_form .content {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
  .hidden_popup .popup_content .popup_content_form .content .half {
    width: 100%;
  }
}
.hidden_popup .popup_content .popup_content_form .span {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
.hidden_popup .popup_content .popup_content_form .span .activate {
  position: relative;
  width: 16px;
  height: 16px;
  min-width: 16px;
  border-radius: 4px;
  border: 1px solid #757575;
  margin-right: 12px;
  cursor: pointer;
}
.hidden_popup .popup_content .popup_content_form .span .active_activate:after {
  position: absolute;
  content: "";
  background-color: #757575;
  width: 10px;
  height: 10px;
  left: 2px;
  top: 2px;
  border-radius: 4px;
}
.hidden_popup .popup_content .popup_content_form .span span {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 19.6px;
  letter-spacing: 0;
  color: #757575;
}
.hidden_popup .popup_content .popup_content_form .span span a {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 19.6px;
  letter-spacing: 0;
  color: #757575;
}
.hidden_popup .popup_content .popup_content_form .send_popup {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  background-color: #1D1D1B;
  width: 100%;
  height: 60px;
  border-radius: 100px;
}
.hidden_popup .popup_content .popup_content_form .send_popup span {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0;
  text-align: center;
  color: #FFFFFF;
}
@media (max-width: 550px) {
  .hidden_popup .popup_content .popup_content_form .send_popup {
    height: 50px;
  }
  .hidden_popup .popup_content .popup_content_form .send_popup span {
    font-size: 16px;
  }
}
@media (max-width: 550px) {
  .hidden_popup .popup_content .popup_content_form {
    gap: 20px;
  }
}
.hidden_popup .popup_content .close_hidden_popup {
  position: absolute;
  width: 24px;
  height: 24px;
  cursor: pointer;
  top: 24px;
  right: 24px;
}

.hidden_popup_active {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}

/*# sourceMappingURL=designeri.css.map */
