* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.call-now {
    display:none;
}
.title {
  font-family: "Open Sans", sans-serif;
  margin: 30px 20px;
  padding-bottom: 10px;
  text-decoration: underline;
}
.title h1 {
  font-weight: 800;
}

/* .title::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #e60f86;
} */
.pink-color {
  color: #e60f86;
}

.imagine-container {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.imagine-container img {
  width: 100%;
  max-width: 800px;
}
.mask-container {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mask-container img {
  width: 100%;
  max-width: 600px;
}

.pret-center {
  margin: 30px 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.pret-title {
  font-family: "Open Sans", sans-serif;
  margin-bottom: 10px;
  font-size: 30px;
}
.pret-title p {
  font-weight: 700;
}

.pret-list {
  list-style: disc;
  margin-left: 40px;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
}
.li-bold {
  font-weight: bold;
  color: #e60f86;
  margin-right: 5px;
}

.detalii-container {
  margin-bottom: 40px;
}

.title-2 {
  font-family: "Open Sans", sans-serif;
  margin-top: 30px;
}
.title-2 p {
  font-size: 22px;
  font-weight: 700;
  text-decoration: underline;
}

.detalii-list {
  max-width: 1000px;
  padding-right: 0 10px;
  margin-left: 60px;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
}

.text-suplimentar {
  font-size: 18px;
  padding: 0 20px;
  font-family: "Open Sans", sans-serif;
  max-width: 1000px;
}

.form-1-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

.text-pret-list {
    text-align: center;
    margin: 10px 0;
    font-weight: bold;
    font-size: 18px;
}
.text-pret-list-top {
    text-align: center;
    margin: 10px 0;
    font-weight: bold;
    font-size: 22px;    
}

.center {
    margin-top: 15px;
}

.link {
    color: blue;
    text-decoration: underline;
}

.bold {
    font-weight: bold;
}

@media (min-width: 768px) {
  .preturi-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .pret-title {
    font-size: 50px;
  }
  .pret-title p {
    font-weight: 800;
  }

  .pret-list {
    list-style: none;
    margin-left: 0;
    margin: 0 auto;
    font-size: 25px;
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .pret-list li {
    width: 500px;
    height: 80px;
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #eee;
  }

  .title-2 {
    font-family: "Open Sans", sans-serif;
    margin: 50px 0 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .title-2 p {
    font-size: 30px;
  }

  .detalii-list-container {
    margin-left: 15%;
  }
  .detalii-list {
    font-size: 23px;
  }

  .text-suplimentar {
    font-size: 23px;
  }
  .title {
    margin: 40px 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media only screen and (max-width:425px) {
}
.pret-title p {
    font-weight: 700;
    text-align: center;
    font-size: 25px;
}
    .call-now {
    display: block;
    position: fixed;
    text-decoration: none;
    z-index: 2147483647;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    transform: scale(1);
    bottom: 15px;
    left: 20px;
    background: #009900;
    }
    
    .call-now i {
    font-size: 40px;
    color: #fff;
    padding-top: 0px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    transform: rotate(100deg);
    justify-content: center;
    }
    #contact-form2 {
        padding:0 15px !important;
    }
    .title-2 {
        text-align:center;
    }
}
