* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  flex-shrink: 0;
  color: #fff;
}

html,
body {
  height: 100%;
}

body {
  font-family: sans-serif !important;
  background-color: #EDEDED;
}

a {
  color: inherit;
}

.wrap {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 3px 20px;
}

.logo {
  max-width: 185px;
  width: 90%;
}

.logo img {
  width: auto;
  height: 50px;
}

.bobbles img {
  width: 100%;
}

.age {
  color: #00B956;
  text-align: center;
  font-size: 1.125rem;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 3px;
  height: 40px;
  width: 40px;
  background: #ffffff;
}

.age img {
  width: 100%;
}

.main {
  margin: 0 auto;
  text-align: center;
}

.price {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  z-index: 999;
  position: relative;
  top: -40px;
}


.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 12px auto 12px;
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 31px;
  color: #ffffff;
  text-decoration: none;
  max-height: 90px;
  min-height: 60px;
  max-width: 90%;
  text-align: center;
  border: none;
  font-family: sans-serif !important;
  background: #6271FF;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 12.5rem;
  background: linear-gradient(90deg, #731982 0%, #B32ACA 100%);
  width: 20.75rem;
  height: auto;
  flex-shrink: 0;
}

.foot {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 0;
  width: 100%;
  color: #000;
  z-index: 0;
  background: #fff;
}

.foot-container {
  margin: 0 auto;
  padding: 15px 22px;
  max-width: 360px;
  width: 95%;
}

.price {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
}

.terms {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #000000;
}

.terms a {
  text-decoration: underline;
}

.bg1 {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #00B956;
}

svg {
  background: transparent;
  background-size: cover;
  width: 101%;
  display: flex;
  position: absolute;
  top: -50px;
}

.foot {
  z-index: 5;
  color: #000;
  text-align: center;
  font-size: 1.75rem;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  bottom: 0;
  width: 100%;
}

.main {
  margin: 0 auto;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
}

form {
  position: relative;
  width: 100%;
  height: 40vh;
  background: url(../img/bg.svg) no-repeat top center;
  background-size: 100%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.wrap {
  position: relative;
}

.header {
  position: relative;
}

.main {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: space-between;
}

@media (max-height: 600px) and (orientation: landscape) {

}

@media (max-height: 500px) and (orientation: landscape) {

  .foot-container {
      padding: 2px 22px;
  }

  .btn {
      margin: 6px auto;
  }
}

@media (max-width: 500px) and (max-height: 500px) and (orientation: landscape) {

}

@media (min-height: 700px) and (orientation: landscape) {
}

.btn {
  display: flex;
  position: relative;
  min-height: 4rem;
}

.big-btn-text {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #FFF;
  text-align: center;
  font-size: 1.375rem;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  position: relative;
  height: 1rem;
}

.small-btn-text {
  color: #FFF;
  text-align: center;
  font-size: 0.75rem;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: absolute;
  left: 0;
  bottom: -30px;
  top: 0;
  margin-top: -15px;
}

.slogan {
  color: #000;
  text-align: center;
  font-size: 1.75rem;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  position: relative;
  box-sizing: border-box;
  padding: 10px 15px;
}

.cup {
  width: 100%;
  background: url(../img/111.png) no-repeat top center;
  background-size: 75%;
  z-index: 1;
  height: 30vh;
  max-width: 400px;
}

.header {
  z-index: 1;
}

.price {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: -60px;
  margin-bottom: -30px;
}

.price span.small {
  font-size: 16px;
}

.price span.big {
  color: #FFF;
  text-align: center;
  text-shadow: 0px 4px 2px rgba(0, 0, 0, 0.25);
  font-size: 2.125rem;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 85.8%;
}

.btn:after {
  content: "далее 35₽ в день";
  color: #A4A4A4;
  text-align: center;
  font-size: 0.9375rem;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: absolute;
  bottom: -25px;
  right: 15px;
}

.bottom {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.flex-column {
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-height: 667px) {
  .slogan {
      font-size: 18px;
      font-weight: 600;
      display: none;
  }

  form {
      height: 30vh;
  }

  .text {
      font-size: 12px;
  }

  .cup {
      height: 40vh;
      background-size: 75%;
  }
}