.email_form label {
  padding-bottom: 0.1rem;
  padding-left: 0.5rem;
  font-size: 1rem;
  line-height: 1.25rem;
  border: none;
  box-shadow: none;
  margin: 0;
  height: 2.2rem;
}
form.email_form p {
  padding: 1.5rem;
  font-size: 1rem;
  line-height: 1.25rem;
  border: none;
  box-shadow: none;
  margin: 0;
  height: 2.6rem;
  color: #009900;
  border: 1px solid #747474;
  text-align: center;
}
.comError {
  font-size: 1rem;
  text-align: center;
  color: #990000;
  padding: 2.2rem 0.5rem;
  border: 1px solid rgb(221, 159, 159);
}
.nar {
  display: block;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-bottom: 1.5rem;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: #d1d5db;
  width: 100%;
  height: 2.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 1.75rem;
  color: #111827;
  background-color: transparent;
  background-color: #ffffff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.nartekst {
  display: block;
  padding-top: 0.1rem;
  padding-bottom: 0.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-bottom: 1.5rem;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: #d1d5db;
  width: 100%;
  height: 5.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 1.75rem;
  color: #111827;
  background-color: transparent;
  background-color: #ffffff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}
label.nartekst {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-bottom: 0;
  height: 2.2rem;
}
.h100 {
  height: 100px;
}
.h150 {
  height: 150px;
}
.h200 {
  height: 200px;
}
.btn-nar,
.btn-naruci {
  display: flex;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  justify-content: center;
  align-items: center;
  border-radius: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  background-color: #4f46e5;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-duration: 500ms;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  width: 200px;
  cursor: pointer;
}
.btn-reset {
  border: 1px solid #4f46e5;
  display: flex;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  justify-content: center;
  align-items: center;
  border-radius: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  text-align: center;
  color: rgb(57, 51, 159);
}
.btn-nar:hover,
.btn-naruci:hover {
  background-color: #4338ca;
}
.hidden_ {
  display: none;
}

form {
  margin-top: 20px;
}
.swiper-button-next,
.swiper-button-prev,
.swiper-button-next:after,
.swiper-button-prev:after {
  color: #333333;
}
.comThanks {
color: #073f20;
padding:25px;
background-color:#b7ffe0;
}
