*,
*::after,
*::before {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}
html {
  font-size: 62.5%;
  height: 100%;
  scroll-behavior: smooth;
}
body {
  background-attachment: fixed;
  background-image: url("../media/titstok.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  color: #fff;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  height: 100%;
  line-height: 1.7;
}
.privacy {
  color: #000;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  line-height: 1.2rem;
}
.required {
  color: red;
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 18px;
}
.places {
  background-color: orange;
  bottom: 0px;
  font-size: 28px;
  position: fixed;
  text-align: center;
  width: 100%;
}
.advertisement {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 3px;
  color: darkslateblue;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 3rem;
  margin-bottom: 2%;
  padding: 10px;
  text-align: center;
  width: 52%;
}
.pink {
  color: magenta;
}
.input {
  background-color: #ececec;
  border: none;
  border-radius: 0.3em;
  color: #000;
  font-family: "Dosis", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  height: 1.8em;
  margin: 0 0 0.5em 0;
  outline: none;
  padding: 0 1em 0;
  width: 100%;
}
.form-select {
  background-color: #ececec;
  border: none;
  border-radius: 0.3em;
  color: #000;
  font-family: "Dosis", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  height: 1.8em;
  margin: 0 1%;
  outline: none;
  padding: 0 1em 0;
  width: 31%;
}
.form-select--box {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.container {
  display: flex;
  justify-content: center;
}
.container-p {
  font-size: 2.5rem;
  padding: 1rem 2rem;
}
.row {
  display: flex;
}
.column {
  float: left;
}
.container__box-2 {
  margin-top: 35vh;
  width: 90%;
}
.container__box-2--form {
  align-items: center;
  background-color: #fff;
  border-radius: 3px;
  color: #000;
  display: none;
  flex-direction: column;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  width: 40%;
}
.container__box-2--form-box {
  padding: 2%;
  text-align: center;
  width: 100%;
}
.container__box-2--form-box-1 {
  margin-bottom: 10px;
  padding: 0 1rem;
  transform: translateY(1rem);
}
.blackdiv {
  background-color: #000;
  border-radius: 3px;
  height: 70px;
  width: 100%;
}
.blackdiv2 {
  background-color: #000;
  border-radius: 3px;
  color: white;
  font-size: 14px;
  height: 40px;
  line-height: 16px;
  padding: 2px;
  padding-top: 5px;
  width: 100%;
}
.btn {
  border: 2px solid transparent;
  border-radius: 5px;
  color: white;
  cursor: pointer;
  font-weight: bold;
  margin: 10px;
  padding: 10px 15px 10px 15px;
  text-transform: uppercase;
}
.btn:hover {
  border: 2px solid black;
}
.btn-design {
  background: tomato;
}
@media only screen and (min-width: 1500px) {
  html {
    font-size: 72.5%;
  }
  .advertisement {
    margin-right: 90px;
    position: relative;
    top: 4rem;
  }
  .container__box-2 {
    padding-left: 5%;
  }
}
@media only screen and (max-width: 950px) {
  .container__box-2 {
    margin-top: 5vh;
  }
  .advertisement {
    width: 100%;
  }
  .container__box-2--form {
    width: 100%;
  }
  .places {
    display: none;
  }
  .form-select {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 350px) {
  .advertisement {
    display: none;
  }
  .form-select {
    font-size: 1.4rem;
  }
}
