body, html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

@media only screen and (max-width: 430px) {
.contacte{
  display: inline-flex;
  flex-direction: column;
  align-items: left;
  gap: 4vw;
  position: relative;
  background-color: rgba(227, 239, 254, 1);
  height: 480vw;
}
/*detalii*/
.titlucontact {
  width: 67vw;
  height: 32vw;
  top: 21vw;
  left: 1vw;
  font-family: "Raleway-Bold", Helvetica;
  font-weight: 700;
  color: rgba(50, 101, 179, 1);
  font-size: 7vw;
  position: absolute;
  font-style: normal;
}

.contactati {
  display: grid;
  gap: 10vw;
  position: absolute;
  width: 100vw;
  height: 11vw;
  top: 64vw;
  left: 2vw;
}

.contactati a{
  text-decoration: none;
}

.telefon {
  display: flex;
  width: 22vw;
  gap: 1vw;
  position: relative;
}

.telif {
  position: relative;
  width: 6.228vw;
  height: 6.228vw;
}

.numarul {
  color: #3265B3;
  font-size: 5vw;
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Raleway-Regular", Helvetica;
  font-weight: 400;
  letter-spacing: 0;
  white-space: nowrap;
}

.emailul {
  display: inline-flex;
  align-items: flex-start;
  gap: 1vw;
  position: relative;
}

.emil {
  position: relative;
  width: 6.228vw;
  height: 6.228vw;
}

.denumire {
  width: 33vw;
  color: rgba(50, 101, 179, 1);
  font-size: 5vw;
  position: relative;
  margin-top: -1px;
  font-family: "Raleway-Regular", Helvetica;
  font-weight: 400;
  letter-spacing: 0;
}

.locatie {
  display: inline-flex;
  align-items: flex-start;
  gap: 1vw;
  position: relative;
}

.adresa {
  position: relative;
  width: 6.228vw;
  height: 6.228vw;
}

.chisinau {
  position: relative;
  width: 63vw;
  margin-top: -1px;
  font-family: "Raleway-Regular", Helvetica;
  font-weight: 400;
  color: rgba(50, 101, 179, 1);
  font-size: 5vw;
  letter-spacing: 0;
  line-height: 6vw;
}
/*enddetalii*/
/*newsletter*/
.newsletterfooter {
  position: relative;
  top: 80vw;
  width: 100vw;
  height: 91vw;
}

.newsletter {
  position: absolute;
  z-index: 1;
  width: 100vw;
  height: 51vw;
}

.fotonews1 {
  display: none;
}

.fotonews2 {
  position: absolute;
  border-radius: 0 10vw;
  width: 100vw;
  height: 133vw;
  object-fit: cover;
}

.chestionar {
  position: absolute;
  width: 72.6vw;
  height: 35vw;
  top: 5vw;
  left: 6vw;
}

.fundalnews {
  position: absolute;
  width: 89vw;
  height: 123vw;
  background-color: rgba(227, 239, 254, 1);
  border-radius: 0 12vw 0 12vw;
}

.formtitlu {
  position: absolute;
  width: 54vw;
  top: 6vw;
  left: 17vw;
  font-family: "Raleway-SemiBold", Helvetica;
  font-weight: 600;
  color: rgba(7, 15, 28, 1);
  font-size: 5vw;
}

.form1 {
  display: none;
}

.form2 {
  position: relative;
  top: 15vw;
  left: 10vw;
}

.titluform {
  margin-left: 2.8vw;
  margin-bottom: 2vw;
  color: #000000;
  position: relative;
  width: 24vw;
  font-family: "Raleway-Medium", Helvetica;
  font-weight: 500;
  font-size: 4vw;
  line-height: 150%;
  white-space: nowrap;
  font-style: normal;
}

.textform {
  margin-left: 2.8vw;
  margin-bottom: 7vw;
  color: #818893;
  position: relative;
  width: 58.1vw;
  height: 10vw;
  border: 0.01vw solid;
  border-radius: 4.5vw 4.5vw 0 0;
  font-family: "Raleway-Medium", Helvetica;
  font-weight: 500;
  font-size: 3.5vw;
  padding: 0 0 0 4vw;
  line-height: 150%;
  white-space: nowrap;
  font-style: normal;
}

.submit {
  transition-duration: 0.4s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 3.2vw;
  padding: 2.8vw 8vw;
  position: absolute;
  color: #ffffff;
  top: 105vw;
  left: 16vw;
  background-color: rgba(197, 38, 176, 1);
  border-radius: 0 4.5vw 4.5vw 4.5vw;
  border: none;
  cursor: pointer;
}

.submit:hover{
  background-color: white;
  transition-duration: 0.4s;
  color: rgba(197, 38, 176, 1);
  border: 0.02vw solid rgba(197, 38, 176, 1);
}

.submit:hover svg{
  fill: rgba(197, 38, 176, 1);
  transition-duration: 0.4s;
}

.submitxt {
  position: relative;
  width: fit-content;
  margin-top: -0.1vw;
  font-family: "Raleway-SemiBold", Helvetica;
  font-weight: 600;
  font-size: 4.8vw;
  white-space: nowrap;
}

.submit svg{
  margin-top: 1vw;
  width: 4vw;
  height: 4vw;
  fill: white;
  transition-duration: 0.4s;
}

.success {
  position: relative;
  top: -5vw;
  left: 3vw;
  width: 60vw;
  background-color: #9fd2a1;
  padding: 1vw;
  color: #326b07;
  text-align: center;
  border-radius: 1vw;
  font-size: 3vw;
  margin-top: 1vw;
  margin-bottom: 1vw;
}
/*endnewsletter*/
}

@media only screen and (min-width: 431px) {
.contacte{
  display: inline-flex;
  flex-direction: column;
  align-items: left;
  gap: 4vw;
  position: relative;
  background-color: rgba(227, 239, 254, 1);
  height: 132.01vw;
}
/*detalii*/
.titlucontact {
  width: 50vw;
  height: 9vw;
  top: 11vw;
  left: 1vw;
  font-family: "Raleway-Bold", Helvetica;
  font-weight: 700;
  color: rgba(50, 101, 179, 1);
  font-size: 3vw;
  position: absolute;
  font-style: normal;
}

.contactati {
  display: inline-flex;
  gap: 2vw;
  position: absolute;
  width: 100vw;
  height: 5vw;
  top: 25vw;
  left: 2vw;
}

.contactati a{
  text-decoration: none;
}

.telefon {
  display: flex;
  width: 24vw;
  gap: 1vw;
  position: relative;
}

.telif {
  position: relative;
  width: 3.228vw;
  height: 3.228vw;
}

.numarul {
  color: #3265B3;
  font-size: 2vw;
  position: relative;
  width: fit-content;
  margin-top: 4px;
  font-family: "Raleway-Regular", Helvetica;
  font-weight: 400;
  letter-spacing: 0;
  white-space: nowrap;
}

.emailul {
  display: inline-flex;
  align-items: flex-start;
  gap: 1vw;
  position: relative;
}

.emil {
  position: relative;
  width: 3.228vw;
  height: 3.228vw;
}

.denumire {
  width: 33vw;
  color: rgba(50, 101, 179, 1);
  font-size: 2vw;
  position: relative;
  margin-top: 5px;
  font-family: "Raleway-Regular", Helvetica;
  font-weight: 400;
  letter-spacing: 0;
}

.locatie {
  display: inline-flex;
  align-items: flex-start;
  gap: 1vw;
  position: relative;
}

.adresa {
  position: relative;
  width: 3.228vw;
  height: 3.228vw;
}

.chisinau {
  position: relative;
  width: 27vw;
  margin-top: -3px;
  font-family: "Raleway-Regular", Helvetica;
  font-weight: 400;
  color: rgba(50, 101, 179, 1);
  font-size: 2vw;
  letter-spacing: 0;
  line-height: 2.5vw;
}
/*enddetalii*/
/*newsletter*/
.newsletterfooter {
  position: relative;
  width: 100vw;
  height: 92vw;
}

.newsletter {
  position: absolute;
  z-index: 1;
  width: 100vw;
  height: 51vw;
}

.fotonews1 {
  position: absolute;
  width: 100vw;
  height: 32vw;
  object-fit: cover;
}

.fotonews2 {
  display: none;
}

.chestionar {
  position: absolute;
  width: 72.6vw;
  height: 35vw;
  top: 16.2vw;
  left: 13vw;
}

.fundalnews {
  position: absolute;
  width: 72.6vw;
  height: 32vw;
  background-color: rgba(227, 239, 254, 1);
  border-radius: 0 6vw 6vw 6vw;
}

.formtitlu {
  position: absolute;
  width: 22vw;
  top: 3vw;
  left: 23.26vw;
  font-family: "Raleway-SemiBold", Helvetica;
  font-weight: 600;
  color: rgba(7, 15, 28, 1);
  font-size: 2vw;
}

.form1{
  position: relative;
  top: 6vw;
  left: 7vw;
}

.form1 table tr{
  height: 10vw;
}

.form2 {
  display: none;
}

.titluform{
  margin-left: 2.8vw;
  color: #000000;
  position: relative;
  width: 24vw;
  font-family: "Raleway-Medium", Helvetica;
  font-weight: 500;
  font-size: 1.6vw;
  line-height: 150%;
  white-space: nowrap;
  font-style: normal;
}

.textform {
  margin-left: 2.8vw;
  color: #818893;
  position: relative;
  width: 24.1vw;
  height: 4.8vw;
  border: 0.01vw solid;
  border-radius: 1.5vw 1.5vw 0 0;
  font-family: "Raleway-Medium", Helvetica;
  font-weight: 500;
  font-size: 1.4vw;
  line-height: 150%;
  white-space: nowrap;
  font-style: normal;
}

.success {
  position: relative;
  width: 34vw;
  left: 13vw;
  background-color: #9fd2a1;
  color: #326b07;
  text-align: center;
  border-radius: 1vw;
  font-size: 1.5vw;
  margin-bottom: 1vw;
}

.submit {
  transition-duration: 0.4s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5vw;
  padding: 1.4vw 3vw;
  position: absolute;
  color: #ffffff;
  top: 23.7vw;
  left: 17vw;
  background-color: rgba(197, 38, 176, 1);
  border-radius: 0 1.5vw 1.5vw 1.5vw;
  border: none;
  cursor: pointer;
}

.submit:hover{
  background-color: white;
  transition-duration: 0.4s;
  color: rgba(197, 38, 176, 1);
  border: 0.02vw solid rgba(197, 38, 176, 1);
}

.submit:hover svg{
  fill: rgba(197, 38, 176, 1);
  transition-duration: 0.4s;
}

.submitxt {
  position: relative;
  width: fit-content;
  margin-top: -0.1vw;
  font-family: "Raleway-SemiBold", Helvetica;
  font-weight: 600;
  font-size: 1.8vw;
  white-space: nowrap;
}

.submit svg{
  width: 2vw;
  height: 2vw;
  fill: white;
  transition-duration: 0.4s;
}
/*endnewsletter*/
}








.hero-section {
  position: relative;
  width: 100vw;
  height: 40vw;
  background-color: rgba(227, 239, 254, 1);
}

.headertrans {
  position: relative;
  width: 100vw;
  height: 51vw;
}

.header {
  position: relative;
  width: 100vw;
  height: 80vw;
}

.navbar {
  display: inline-flex;
  align-items: flex-start;
  gap: 36px;
  position: absolute;
  top: 3vw;
  left: 0;
}

.topbar{
  position: absolute;
  left: 0;
  top: -4vw;
  width: 100vw;
  text-align: center;
  table-layout: fixed;
}

.active {
  position: relative;
  font-family: "Raleway-Medium", Helvetica;
  font-weight: 500;
  color: #3265b3;
  font-size: 1.5vw;
  padding: 1vw;
  white-space: nowrap;
  vertical-align: middle;
}

.search{
  width: 2vw;
  height: 8vw;
}