body {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  font-family: "Proxima Nova", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  display: flex;
  justify-content: center;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  text-align: center;
}

h4 {
  font-size: 30px;
  text-transform: uppercase;
}

span, p {
  font-family: "Proxima Nova", Arial, Helvetica, sans-serif;
}

a.buy-button, input[type=submit] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 87%;
  height: 90px;
  border-radius: 35px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Acrom", Arial, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 800;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
  margin-bottom: 30px;
}

main.page > * {
  max-width: 100%;
}

main#page {
  width: 480px;
  max-width: 100%;
}
main#page .header {
  padding: 15px 0;
  text-align: center;
  text-transform: uppercase;
}
main#page .header h1 {
  font-family: "Acrom", Arial, Helvetica, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
  text-transform: uppercase;
  word-wrap: break-word;
}
main#page .header h2 {
  font-size: 25px;
  font-weight: 400;
  margin-top: 5px;
}
main#page .product-image {
  width: 100%;
  position: relative;
  overflow: hidden;
}
main#page .product-image img {
  width: 100%;
  height: auto;
}
main#page .product-image .discount {
  position: absolute;
  right: 0;
  top: 0;
  background: rgb(255, 41, 51);
  color: #fff;
  padding: 4px 30px;
  transform: rotate(45deg) translate(45px, -8px);
}
main#page .price-wrapper .price-block {
  position: relative;
  width: 87%;
  height: 90px;
  margin: -25px auto 35px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.21);
  border-radius: 35px;
  display: flex;
  align-items: center;
  align-items: center;
  background-color: #fff;
}
main#page .price-wrapper .price-block .price-item {
  text-align: center;
}
main#page .price-wrapper .price-block .price-item .price-title {
  display: block;
  padding-top: 10px;
}
main#page .price-wrapper .price-block .price-item .price-value {
  font-size: 34px;
  font-weight: 400;
  text-transform: uppercase;
}
main#page .price-wrapper .price-block .old-price {
  color: #313131;
  min-width: 45%;
}
main#page .price-wrapper .price-block .old-price .price-value {
  text-decoration: line-through;
}
main#page .price-wrapper .price-block .new-price {
  width: 55%;
  height: 90px;
  border-radius: 0 35px 35px 0;
}
main#page .price-wrapper .price-block .only-price {
  width: 100%;
  border-radius: 35px;
  height: 100%;
}
main#page .big-button {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
main#page .countdown {
  color: #fff;
  text-align: center;
  border-radius: 15px;
  box-shadow: var(--cr-shadow);
  padding: 0 20px 30px 30px;
  margin-top: 30px;
}
main#page .countdown h4 {
  font-size: 30px;
  margin-bottom: 20px;
}
main#page .countdown .countdown__timer {
  display: flex;
  justify-content: center;
}
main#page .countdown .countdown__timer .countdown__item {
  padding: 20px 15px;
  margin: 0 15px;
  border: #3c4152 dashed 1px;
  box-shadow: 0 0 0 8px rgba(237, 237, 237, 0.5019607843);
  border-radius: 5px;
  width: 100px !important;
}
main#page .countdown .countdown__timer .countdown__item .countdown__value {
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
main#page .countdown .countdown__timer .countdown__item .countdown__label {
  display: block;
  font-size: 14px;
  max-width: 110px;
}
main#page .countdown .countdown__timer .countdown__item .countdown-text {
  padding-top: 20px;
  font-size: 13px;
}
main#page .product-content {
  padding: 20px;
  background-color: #fff;
  color: #313131;
}
main#page .product-content h4 {
  padding-bottom: 20px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 32px;
  text-transform: uppercase;
  color: #313131;
}
main#page .product-content img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
main#page .specifications h4 {
  margin: 20px 0;
}
main#page .specifications img {
  width: 100%;
  height: auto;
}
main#page .specifications .values {
  margin: 20px 0;
}
main#page .specifications .values .value-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
}
main#page .specifications .values .value-item:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.21);
}
main#page .reviews-wrapper {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 20px 20px 30px 20px;
  margin-top: 20px;
}
main#page .reviews-wrapper h4 {
  text-align: center;
  padding: 20px 0;
}
main#page .reviews-wrapper .reviews .review {
  background-color: #fff;
  border-radius: 35px;
  padding: 20px;
}
main#page .reviews-wrapper .reviews .review .review-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
main#page .reviews-wrapper .reviews .review .review-header .stars img {
  width: 140px;
  height: auto;
}
main#page .reviews-wrapper .reviews .review .review-text {
  display: flex;
  justify-content: center;
}
main#page .how-to {
  padding: 20px 20px;
  background-color: #F9F9F9;
}
main#page .how-to h4 {
  margin-bottom: 20px;
}
main#page .how-to .step {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  margin: 10px 10px 20px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.21);
  background-color: #fff;
  border-radius: 35px;
}
main#page .how-to .step .img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
main#page .how-to .step .img img {
  width: 48px;
  height: 48px;
}
main#page .how-to .step .info {
  width: 240px;
}
main#page .how-to .step .info h4 {
  text-align: left;
  margin-bottom: 5px;
  color: #313131;
  width: 120px;
}
main#page .how-to .step .info span {
  font-size: 20px;
}
main#page .form-wrapper {
  margin: 20px 0;
}
main#page .form-wrapper p {
  text-align: center;
  margin: 0 0 30px;
}
main#page .form-wrapper form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
main#page .form-wrapper form input[type=text] {
  padding: 0 20px 0 80px;
  height: 66px;
  width: 60%;
  border-radius: 50px;
  background-color: #f5f5f5;
  font-family: "AvenirNextCyr", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #333;
  border: 1px solid #e6e6e6;
  box-shadow: 0 0 0 8px rgba(237, 237, 237, 0.5019607843);
  margin-bottom: 30px;
}
main#page .form-wrapper form input[type=submit] {
  border: none;
}
main#page .footer-menu {
  padding: 20px 0 0;
  background-color: #fff;
}
main#page .footer-menu .menu {
  margin: 0;
  list-style: none;
  text-align: center;
  padding: 0;
}
main#page .footer-menu .menu li {
  padding-bottom: 10px;
}
main#page .footer-menu .menu li a {
  text-decoration: none;
  color: #333;
  font-size: 12px;
}
main#page .footer-menu .menu li.last {
  padding-bottom: 20px;
}
main#page .logo {
  background-color: #fff;
}
main#page .logo img {
  width: 100%;
  height: auto;
}
main#page .slogan h1 {
  margin: 20px;
  font-family: "Acrom", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
main#page .catalog .product a {
  text-decoration: none;
}
main#page .catalog .product a .price-wrapper p {
  margin: -10px 0 30px;
  text-align: center;
  position: relative;
}
main#page .content {
  padding: 30px 20px;
}/*# sourceMappingURL=main.css.map */