*,
*::after,
*::before {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}
html {
  font-size: 62.5%;
  height: 100%;
  scroll-behavior: smooth;
}
body {
  box-sizing: border-box;
  color: #fff;
  font-family: sans-serif;
  font-weight: 400;
  line-height: 1.5;
}
.background {
  background: linear-gradient(27deg, rgba(107, 212, 116, 0.768627), #32645b);
  bottom: 0;
  display: block;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}
.text {
  color: #44a02b;
  font-weight: 600;
}
.text-black {
  color: #111;
  font-weight: 600;
}
.link {
  color: #333;
  text-decoration: none;
  transition: all 0.3s;
}
.link:hover {
  color: #44a02b;
}
.privacy {
  color: #000;
  font-family: "Lato", sans-serif;
  font-size: 1.15rem;
  margin-top: 1em;
}
.privacy-link {
  color: #000;
  font-family: "Lato", sans-serif;
  font-size: 1.15rem;
}
.required {
  color: red;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
}
button {
  background-color: transparent;
}
.button_slide {
  border: 2px solid rgb(216, 2, 134);
  border-radius: 0px;
  box-shadow: inset 0 0 0 0 #d80286, 10px 10px 20px 0px rgba(0, 0, 0, 0.4);
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 5px;
  -moz-transition: ease-out 0.4s;
  padding: 15px 30px;
  text-transform: uppercase;
  transition: ease-out 0.4s;
  -webkit-transition: ease-out 0.4s;
}
.button_slide:nth-child(2) {
  border: 2px solid purple;
  box-shadow: inset 0 0 0 0 purple, 10px 10px 20px 0px rgba(0, 0, 0, 0.4);
}
.slide_left:hover {
  box-shadow: inset 0 0 0 50px #d80286, 10px 10px 20px 0px rgba(0, 0, 0, 0.4);
}
.button_slide:nth-child(2):hover {
  box-shadow: inset 0 0 0 50px purple, 10px 10px 20px 0px rgba(0, 0, 0, 0.4);
}
.last > .btn--box > .button_slide {
  font-size: 14px;
  letter-spacing: 1px;
  padding: 10px 20px;
}
.btn:hover {
  cursor: pointer;
}
.btn--box {
  margin: 2rem 0;
}
.select {
  font-size: 20px;
  height: 6rem;
  margin-bottom: 1rem;
  margin-top: 3rem;
  width: 30rem;
}
.form-select {
  background-color: #fff;
  border: 1px solid #ddd;
  font-size: 20px;
  margin: 2px;
  padding: 1rem;
}
.form-select--box {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.label-for-checking {
  background-color: #afafaf;
  border-radius: 6px;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 2px;
  margin-right: 1px;
  padding: 8px;
  user-select: none;
}
.label-for-checking-active {
  background-color: #ea1d5d;
}
.input {
  border: none;
  border-radius: 5px;
  box-shadow: 10px 10px 40px 0px rgba(153, 153, 153, 0.5);
  color: #333;
  font-size: 20px;
  margin: 1.5rem 0;
  min-width: 300px;
  -moz-box-shadow: 10px 10px 40px 0px rgba(153, 153, 153, 0.5);
  padding: 1.5rem 0.5rem;
  text-align: center;
  -webkit-box-shadow: 10px 10px 40px 0px rgba(153, 153, 153, 0.5);
}
.form__select--label {
  color: #492c49;
  display: block;
  font-size: 20px;
  margin-bottom: 6px;
  position: relative;
}
.form__select--select {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  color: #495057;
  display: block;
  font-size: 2rem;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
}
.form__select--box {
  margin: 5px;
  min-width: 200px;
}
.footer {
  display: none;
}
.header {
  background: #1f1f1f;
  display: flex;
  height: 8rem;
  justify-content: end;
  padding: 2rem;
}
.header--button {
  background: transparent;
  border: 1px solid whitesmoke;
  border-radius: 5px;
  color: whitesmoke;
  font-size: 16px;
  height: 3rem;
  width: 7rem;
}
#map {
  z-index: 0;
}
.content--bg {
  background-color: rgba(255, 255, 255, 0.9);
  border: 0.2em solid #000;
  border-radius: 50%;
  height: 38em;
  left: 50%;
  position: absolute;
  top: 40%;
  transform: translate(-50%, -50%);
  width: 38em;
}
.content--p {
  color: #000;
  font-size: 2.4rem;
  font-weight: 100;
  line-height: 1.2;
  margin: 1rem 0;
}
.content--p-2 {
  color: #492c49;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.2;
}
.last > .content--p-2 {
  font-size: 2rem;
}
.content--subtitle {
  color: #000;
  font-size: 1.4rem;
  font-weight: 100;
  line-height: 1.2;
  margin-top: 2rem;
}
.content--countdown {
  color: #f16b6b;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}
.content--img {
  width: 30rem;
}
.container__box-2--form {
  align-items: center;
  display: none;
  flex-direction: column;
  margin: 0 auto;
  padding-top: 20%;
  text-align: center;
  width: 70%;
}
.container__box-2--form.last {
  width: 80%;
}
.popupCustom .leaflet-popup-tip,
.popupCustom .leaflet-popup-content-wrapper {
  background: transparent;
  max-height: 350px;
  max-width: 300px;
  min-width: 250px;
  overflow: hidden;
}
.video-element {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.video-text {
  background-color: rgba(255, 255, 255, 0.77);
  bottom: 0px;
  color: #000;
  display: block;
  font-size: 16px;
  margin: auto;
  padding-left: 10px;
  position: absolute;
  width: 50%;
}
@media only screen and (min-width: 1500px) {
  html {
    font-size: 72.5%;
  }
}
@media only screen and (max-width: 600px) {
  .content--bg {
    background-color: rgba(255, 255, 255, 0.9);
    border: 0.2em solid #000;
    border-radius: 50%;
    height: 29em;
    left: 50%;
    position: absolute;
    top: 40%;
    transform: translate(-50%, -50%);
    width: 29em;
  }
  .last > span {
    width: 80%;
  }
  .content--p-2 {
    font-size: 1.6rem;
    font-weight: 800;
  }
  .form__select {
    flex-direction: column;
  }
  .form__select--select {
    font-size: 1rem;
    padding: 0.375rem 0.75rem;
  }
  .form__select--box {
    min-width: 200px;
  }
  .form-select--box {
    flex-direction: column;
  }
  .form-select {
    font-size: 14px;
    margin: 2px;
    padding: 0.5rem;
  }
  .button_slide {
    font-size: 14px;
    letter-spacing: 1px;
    padding: 10px 20px;
  }
  .input {
    box-shadow: 10px 10px 40px 0px rgba(153, 153, 153, 0.5);
    font-size: 14px;
    margin: 1rem 0;
    min-width: 250px;
    -moz-box-shadow: 10px 10px 40px 0px rgba(153, 153, 153, 0.5);
    padding: 1rem 0.5rem;
    -webkit-box-shadow: 10px 10px 40px 0px rgba(153, 153, 153, 0.5);
  }
  .header--copy {
    font-size: 7px;
  }
  .last > .btn--box > .button_slide {
    font-size: 11px;
    letter-spacing: 0px;
    margin-top: -20px;
    padding: 5px 5px;
  }
  .last > .content--p-2 {
    font-size: 1.5rem;
  }
  .popupCustom .leaflet-popup-tip,
  .popupCustom .leaflet-popup-content-wrapper {
    max-height: 240px;
    max-width: 210px;
    min-width: 170px;
  }
  .video-text {
    background-color: rgba(255, 255, 255, 0.77);
    bottom: 0px;
    color: #000;
    display: block;
    font-size: 11px;
    margin: auto;
    padding-left: 5px;
    position: absolute;
    width: 50%;
  }
}
