body {
  background: #282828;
  font-family: AvenirNextCyr, sans-serif;
  font-size: 18px;
  line-height: 1.3;
}

.container {
  width: 480px;
  background: white;
  margin: 0 auto;
}

section {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

h2:not(.offer h2) {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  line-height: 40px;
  margin-bottom: 30px;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  border-radius: 40px;
  border: none;
  color: white;
  text-decoration: none;
  background: linear-gradient(to right, #ff853c, #fe4e3c);
  width: 340px;
  height: 70px;
  font-size: 24px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed,
.video-container .youtube {
  background: #000;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=settings.css.map */
