html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  font-family: 'Roboto', sans-serif;
  font-size: 21vw;
  color: #fff;
  background-color: #b5b5b5;
}

@media (min-width: 481px) {
  html {
    font-size: 100px;
  }
}

body {
  margin: 0;
  font-size: 0.16rem;
  color: #fff;
  height: 100%;
}

.container {
  padding: 0;
  max-width: 480px;
  margin-right: auto;
  margin-left: auto;
  overflow-x: hidden;
}

img {
  width: 100%;
  height: auto;
}

*,
::after,
::before {
  box-sizing: inherit;
}

.header {
  position: relative;
}

.menu {
  position: sticky;
  max-width: 480px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.1rem;
  top: 0;
  background-color: #b9ad8a;
  left: 0;
  right: 0;
  z-index: 9999999;
  min-height: 0.59rem;
  font-size: 0.3rem;
}

.menu a {
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 3px;
}

.header-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.jumbotron {
  background-color: #181818;
}

.jumbotron .price {
  font-size: 0.21rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-align: center;
  align-items: center;
  padding-bottom: 0.2rem;
}

.jumbotron .price__item {
  width: 50%;
}

.jumbotron .price__old-price b {
  color: #cfcccc;
}

.jumbotron .decoration_line {
  width: 0.05rem;
  height: 0.45rem;
  background-color: white;
  border-radius: 0.5rem;
}

.jumbotron .price b {
  display: block;
  font-size: 0.35rem;
  line-height: 0.6rem;
}

.jumbotron .product_title {
  background-color: #2a2a2a;
  color: white;
  text-transform: uppercase;
  text-align: center;
  padding: 0.1rem;
  font-weight: 500;
  z-index: 2;
  position: relative;
  font-size: 15px !important;
}

.jumbotron-title {
  position: relative;
  padding: 0 0.2rem;
  background: url(../img/jumbo-back.webp) 0 -2px no-repeat #181818;
  background-size: cover;
  min-height: 4.5rem;
  color: white;
}

.jumbotron-title > div {
  color: #2a2a2a;
  background-color: #ffc632;
  padding: 0.1rem 0.5rem;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.21rem;
  transform: rotate(45deg);
  display: block;
  text-align: center;
  top: 0.5rem;
  right: -2.4rem;
  position: relative;
  z-index: 1;
  width: 2.9rem;
}

.jumbotron-title-second {
  position: relative;
  top: 2.53rem;
  margin: 0;
  text-align: right;
  font-weight: 500;
  font-size: 0.18rem;
  line-height: 0.21rem;
  color: #fff;
}

.jumbotron-content {
  background-color: #181818;
  margin: -0.2rem 0.2rem 0rem 0.2rem;
}

.jumbotron-content-block {
  position: relative;
  bottom: 0.1rem;
  background-color: #2a2a2a;
  padding: 0.23rem 0.23rem 0.45rem;
  backdrop-filter: blur(4px);
  border-radius: 0.15rem;
  transition: 0.5s;
}

.jumbotron-content-button {
  display: block;
  text-align: center;
  background: #b9ad8a;
  border: 0.06rem solid #a09577;
  border-radius: 0.5rem;
  color: #fff;
  font-size: 0.24rem;
  line-height: 0.31rem;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.22rem 0.32rem;
  font-weight: 500;
  text-shadow: 0 0.03rem 0.02rem rgba(65, 65, 65, 0.1);
  max-width: 3.94rem;
  height: 0.85rem;
  margin: 0.1rem auto 0.4rem;
  cursor: pointer;
}
.jumbotron-content-button:active {
  outline: none;
}

.jumbotron-content-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.jumbotron-content-list__item {
  position: relative;
  margin-bottom: 0.3rem;
}

.jumbotron-content-list__item:last-child {
  margin-bottom: 0.35rem;
}

.jumbotron-content-list__item:last-child:after {
  content: none;
}

.jumbotron-item__title {
  position: relative;
  margin: 0;
  margin-bottom: 0.1rem;
  font-weight: 800;
  font-size: 0.25rem;
  line-height: 0.28rem;
  color: #ffffff;
  max-width: 3.8rem;
  padding-left: 0.55rem;
  padding-top: 0.1rem;
}

.jumbotron-item__title:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 0.45rem;
  height: 0.45rem;
  background: url('../img/bullit_icon1.webp') no-repeat;
  background-size: contain;
}

.jumbotron-content-list__item:nth-child(2) .jumbotron-item__title:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 0.45rem;
  height: 0.45rem;
  background: url('../img/bullit_icon2.webp') no-repeat;
  background-size: contain;
}

.jumbotron-content-list__item:nth-child(3) .jumbotron-item__title:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 0.45rem;
  height: 0.45rem;
  background: url('../img/bullit_icon3.webp') no-repeat;
  background-size: contain;
}

.jumbotron-item__paragraph {
  font-weight: 300;
  font-size: 0.21rem;
  line-height: 0.25rem;
  letter-spacing: 0.01em;
  color: #ffffff;
  margin: 0;
}

.popstar {
  background-color: #181818;
  padding: 0.2rem 0.2rem 0.2rem;
  margin-top: -0.01rem;
}

.popstar-title {
  position: relative;
  margin: 0.2rem 0 0.1rem;
  font-size: 0.3rem;
  line-height: 0.36rem;
  text-transform: uppercase;
  color: #c6b891;
}

.popstar-paragraph {
  font-size: 0.21rem;
  line-height: 0.28rem;
  margin: 0.15rem 0 0.25rem;
}

.popstar-about {
  margin: 0;
  background: white;
  color: #2a2a2a;
  padding: 0.1rem 0.2rem 0.3rem;
}

.popstar-about .popstar-title {
  color: #2a2a2a;
  margin-bottom: 0.3rem;
}

.popstar-about-list {
  padding: 0;
  margin: 0.2rem 0 0 0;
  list-style: none;
}

.popstar-about-list__item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0.34rem;
}

.popstar-about-list__item:last-child {
  margin-bottom: 0;
}

.popstar-about-list__item img {
  width: 1.38rem;
  height: 1.38rem;
  border-radius: 50%;
}

.popstar-about-list__item-pharagraph {
  margin-left: 0.2rem;
}

.popstar-about-list__item-title {
  display: block;
  font-size: 0.21rem;
  line-height: 0.26rem;
  text-transform: uppercase;
  text-align: left;
  margin: 0;
  color: #b9ad8a;
  /*max-width: 2.07rem;*/
}

.popstar-about-list__item-pharagraph p {
  font-size: 0.21rem;
  line-height: 0.26rem;
  margin: 0.1rem 0 0;
}

.characteristics {
  /*padding: 0.4rem 0.2rem 0.2rem;*/
  background-color: #f6f4f0;
  color: #2a2a2a;
}

.characteristics-title {
  padding: 0.3rem 0.2rem 0.3rem;
  position: relative;
  margin: 0;
  font-size: 0.3rem;
  line-height: 0.37rem;
  text-transform: uppercase;
}

.characteristics-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: -0.02rem;
}

.characteristics-list__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.21rem;
  line-height: 0.25rem;
  padding: 0.15rem 0.2rem 0.15rem 0.5rem;
  position: relative;
}

.characteristics-list__item:nth-child(odd) {
  background-color: white;
}

.characteristics-list__item span:first-child {
  font-weight: 500;
}

.characteristics-list__item span:last-child {
  max-width: 60%;
  text-align: right;
}

.characteristics-list__item:before {
  content: '';
  background: url('../img/dot.webp');
  background-size: contain;
  width: 0.16rem;
  height: 0.16rem;
  position: absolute;
  left: 0.2rem;
}

.advantages {
  background-color: #2a2a2a;
  padding: 0.2rem 0 0.2rem;
}

.advantages-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.advantages-title {
  text-transform: uppercase;
  font-size: 0.3rem;
  margin: 0.1rem 0 0.3rem;
  padding: 0 0.2rem;
}

.advantages-title b {
  color: #ffb800;
}

.advantages-list__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.advantages-list__item img,
.advantages-list__item div {
  width: 50%;
}

.advantages-text {
  padding: 0 0.05rem 0 0.15rem;
}

.advantages-text .advantages-text__title {
  text-transform: uppercase;
  font-size: 0.2rem;
  font-weight: bold;
  color: #c6b891;
  margin: 0.1rem 0;
}

.advantages-text .advantages-text__paragraph {
  font-size: 0.18rem;
}

.advantages .jumbotron-content-button {
  margin: 0.6rem auto 0.4rem;
}

.video {
  padding-top: 0.55rem;
  background: white;
  padding-bottom: 1px;
}

.video_block {
  width: 4.8rem;
  height: 3.6rem;
  background-color: #000;
  overflow: hidden;
  position: relative;
}

.video_block iframe,
.video_block object,
.video_block embed {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: none;
}

.video .jumbotron-content-button {
  margin: 0.47rem auto 0.4rem;
  background: #b9ad8a;
  border: 0.06rem solid #c6b891;
}

.status {
  background-color: #2a2a2a;
  padding: 0.2rem 0.2rem 0.2rem;
  color: white;
}

.status-title {
  font-weight: bold;
  font-size: 0.3rem;
  margin: 0.1rem 0 0.3rem;
  text-transform: uppercase;
}

.status-title b {
  color: #ffb800;
}

.status-paragraph {
  font-size: 0.21rem;
}

.discount-title {
  text-align: center;
  color: #a5a5a5;
  font-weight: 500;
}

.timer {
  display: flex;
  justify-content: space-around;
  font-size: 0.45rem;
  font-weight: 300;
  font-family: 'Rubik', sans-serif;
}

.timer .num {
  display: flex;
  margin-right: 0.06rem;
}

.timer .num:last-child {
  margin-right: 0;
}

.timer .num span {
  background: #fbf9f7;
  border-radius: 0.1rem;
  color: #1d1b19;
  width: 0.55rem;
  height: 0.8rem;
  margin: 0 0.03rem;
  font-weight: 300;
  font-family: 'Rubik', sans-serif;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.timer-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.075rem 0;
}

.timer-title span {
  display: inline-block;
  width: 33%;
  text-align: center;
  color: #a5a5a5;
  font-family: 'Roboto', sans-serif;
  font-size: 0.15rem;
  line-height: 0.2rem;
  text-transform: uppercase;
}

.review {
  padding: 0.2rem;
  background: white;
}

.review .review-title {
  margin: 0.1rem 0 0.15rem;
  color: #2a2a2a;
  text-transform: uppercase;
  font-size: 0.3rem;
}

.review-comments {
  margin-top: 0.15rem;
  color: #333;
}

.review-comments__block {
  padding: 0.3rem 0;
  border-bottom: 3px solid #eeeeee;
}

.review-comments__block:last-child {
  border-bottom: none;
  padding-bottom: 0.2rem;
}

.review-comments__block-author {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0.2rem;
}

.review-comments__block-author img {
  width: 1.32rem;
  height: 0.21rem;
  margin-right: 0.05rem;
}

.review-comments__block-author__name {
  display: flex;
  align-items: flex-start;
  font-size: 0.18rem;
  font-weight: 300;
  color: #bebebe;
}

.review-comments__block-author__name b {
  font-size: 0.21rem;
  font-weight: normal;
  margin-bottom: 0.05rem;
  color: #333;
  display: block;
}

.review-comments__block-author__name p {
  margin: 0 0 0 0.1rem;
}

.review-comments__block-author__name img {
  width: 0.68rem;
  height: 0.68rem;
  margin-right: 0.07rem;
}

.review-comments__block-comment__paragraph {
  font-size: 0.21rem;
  line-height: 0.25rem;
  margin-top: 0;
  font-weight: 300;
}

.review .jumbotron-content-button {
  margin: 0.27rem auto 0.3rem;
  background: #b9ad8a;
  border: 0.06rem solid #c6b891;
}

.guarantee {
  background: #2a2a2a;
  color: white;
  padding: 0.2rem;
}

.guarantee-title {
  margin: 0.1rem 0 0.3rem;
  text-transform: uppercase;
  font-size: 0.3rem;
}

.guarantee-title b {
  color: #ffb800;
}

.guarantee-list {
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}

.guarantee-list__item {
  width: 45%;
  font-size: 0.21rem;
  text-align: center;
}

.guarantee-list__item img {
  height: 0.94rem;
}

.form {
}

.form-title {
  text-align: center;
  margin-top: 0.47rem;
  margin-bottom: 0.25rem;
}

.form label {
  font-style: normal;
  font-weight: 300;
  font-size: 0.21rem;
  line-height: 0.29rem;
  display: block;
  color: #afafaf;
}

.form input:not(:last-child) {
  display: block;
  padding: 0.23rem 0.1rem 0.23rem 0.56rem;
  width: 100%;
  font-weight: 300;
  font-size: 0.21rem;
  line-height: 0.29rem;
  border-radius: 0.1rem;
  background: #fbfbfb;
  border: 0.01rem solid #dbdbdb;
  margin: 0.1rem 0 0.25rem;
}

.form input#name {
  background: url('../img/name.svg') 0.2rem 0.27rem no-repeat #fbfbfb;
  background-size: 0.18rem 0.22rem;
}

.form input#phone {
  background: url('../img/phone.svg') 0.2rem 0.27rem no-repeat #fbfbfb;
  background-size: 0.22rem 0.22rem;
}

.form button {
  font-family: 'Roboto', sans-serif;
  font-size: 0.24rem;
  color: #fff;
  width: 100%;
  margin: 0.1rem 0 0.4rem;
}
.video-container {
  position: relative;
  padding-bottom: 100%;
  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%;
}
.youtube .thumb {
  transform: scale(1.35);
}
.form + .discount {
  padding-bottom: 0.3rem;
}

.footer {
  background-color: #181818;
  padding: 0.45rem 0.2rem;
}
.footer img {
  width: auto;
  display: block;
  margin: 0 auto;
}
.footer a {
  color: #ccc;
}
.footer-title {
  margin: 0;
  margin-bottom: 0.33rem;
  font-size: 0.18rem;
  line-height: 0.22rem;
  text-align: center;
  color: #122947;
  font-weight: 400;
}

.footer-link {
  display: block;
  text-align: center;
  color: #122947;
  text-decoration: none;
}

.overlay {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  width: 4.8rem;
  height: 1000px;
  margin: auto;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(4px);
  overflow: hidden;
}

.fixed {
  position: fixed;
  width: 100%;
}
