.date-contact {
  text-decoration: none;
  width: 100%;
  display: block;
  fill: white;
  margin-bottom:5%;
  display:flex;
}

.date-contact img {
  width: 2vw;
  margin-right: 5%;
  margin-bottom: 5%;
  vertical-align: middle;
}

.contact-form {
  padding: 2% 10%;
  /*width: 80%;*/
  /*margin: -40% 10% 20%;*/
  background-color: #ffffff;
  /*position: absolute;*/
}

.contact-form .btn {
  float: right;
}

.contact {
  padding-bottom: 2%;
  padding-top: 2%;
}

.error {
  color: red;
}

.harta {
  border: 0;
  min-height: 25vw;
  width: 100%;
}

.arataharta {
  cursor: pointer;
  width: 100%;
}

.linkarataharta {
  display: block;
  width: 100%;
  min-height: 25vw;
}

.linkarataharta:hover:after {
  content: "Apasa pentru a vedea harta interactiva!";
}

.contact-form .btn {
  width: 35%;
  margin: 0;
}

.date-contact svg {
  margin-right: 2%;
  
}

.contact-details {
  padding: 5% 10% 45%;
  margin-right: 2%;
}

.harta-img {
  width: 100%;
  object-fit: cover;
}

.contact-page {
  padding: 10% 15%;
  background-image: url("../../foto/contact/fundal-contact.webp");
}

 .contact-form {
  margin: 0;
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #289548;
}

input:focus + .slider {
  box-shadow: 0 0 1px #289548;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
@media only screen and (max-width: 768px) {
  .date-contact img {
    width: 7vw;
  }
  .harta-img {
    height: 70vw;
  }

.date-contact svg {
    width:16vw;
}
  
  .contact-details {
      padding-bottom:25vh;
  }

  .contact-form {
   /*margin-top:-75vh;*/
   position:relative;
  }

  .contact-form .btn {
    width: 50%;
    margin-top:15%;
  }
  
  .div-img {
      min-height:50vh;
  }
  .date-contact {
      margin-bottom:15%;
  }
  
  .contact-page {
      padding-top:25%;
  }

  .contact-page .contact-form {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
}
