body {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin: 0 auto;
  background: #242425;
  font-size: 16px;
}

img {
  width: 200px;
}

.conteiner {
  max-width: 400px;
  margin: 0 auto;
  padding: 0 15px;
}

.header__sub-title {
  margin-top: 30px;
  color: white;
  text-align: center;
}
.header__title {
  margin-top: 30px;
  font-size: 24px;
  font-weight: bold;
  color: white;
  text-align: center;
}
.header__text {
  margin-top: 30px;
  color: red;
  text-align: center;
}

.prise {
  color: yellow;
  font-weight: bold;
}
.prise__old {
  margin-top: 30px;
  text-align: center;
  font-size: 18px;
}
.prise__new {
  margin-top: 5px;
  text-align: center;
  font-size: 24px;
}

.main__button-buy a img {
  display: inline-block;
  max-width: 200px;
  margin-top: 30px;
  border: 0px white solid;
  border-radius: 30px;
  box-shadow: 0px 0px 10px #A6BDCC;
}
.main__button-buy {
  text-align: center;
}
.main__picture img {
  display: inline-block;
  width: 200px;
  border: 2px white solid;
  border-radius: 30px;
  box-shadow: 0px 0px 10px #A6BDCC;
}
.main__picture {
  margin-top: 30px;
  text-align: center;
}
.main__about-me {
  text-align: center;
}
.main__srtucture {
  letter-spacing: normal;
}
.main__srtucture-title {
  margin-top: 30px;
  font-size: 24px;
  font-weight: bold;
  color: yellow;
  text-align: center;
}
.main__srtucture-list {
  margin-top: 12px;
  color: white;
}
.main__recomend {
  margin-top: 20px;
  color: white;
}
.main__recomend-title span {
  color: red;
  font-size: 32px;
}
.main__recomend-title {
  letter-spacing: normal;
}
.main__recomend-picture {
  margin-top: 30px;
  text-align: center;
}
.main__recomend-picture img {
  width: 200px;
}
.main__recomend-button img {
  width: 200px;
  display: inline-block;
  margin-top: 30px;
  margin-top: 30px;
  border: 0px white solid;
  border-radius: 30px;
  box-shadow: 0px 0px 10px #A6BDCC;
}
.main__recomend-button {
  text-align: center;
}
.main__for-who {
  text-align: center;
}
.main__end-text {
  margin-top: 20px;
  color: white;
  text-align: center;
}

.about-me__title {
  margin-top: 30px;
  font-size: 18px;
  color: yellow;
}
.about-me__text {
  margin-top: 10px;
  color: white;
}
.about-me__text p:first-child {
  margin-top: 30px;
  font-weight: bold;
}

.for-who-title {
  margin-top: 30px;
  color: yellow;
  font-size: 24px;
  font-weight: bold;
}

.for-who-text {
  margin-top: 30px;
  color: white;
}

.for-who-photo {
  margin-top: 20px;
  text-align: center;
}

.for-who-photo img {
  width: 200px;
}

.otzivi {
  margin-top: 30px;
  text-align: center;
}

.back__button img {
  width: 60px;
  position: fixed;
  bottom: 30px;
  right: 30px;
}