* {
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  font-family: 'Ubuntu', sans-serif;
}

.container {
  max-width: 480px;
  margin: 0 auto;
  position: relative;
  background: #f9f4f8;
}

.main {
  background: url("../img/1.jpg") top center/contain no-repeat;
  height: 981px;
  position: relative;
}

h1 {
  position: absolute;
  color: #fff;
  top: 40px;
  left: 20px;
}

h4 {
  position: absolute;
  top: 50px;
  color: #fff;
  font-size: 24px;
  right: 50px;
  text-align: center;
}

h4 span {
  color: #ffc000;
}

.main_p {
  padding: 15px;
  font-size: 21px;
  color: #fff;
  margin-top: 20px;
  font-weight: 500;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

.main_p span {
  background: #ffc000;
  color: #222;
  display: inline-block;
  padding: 0 5px;
  margin-top: 5px;
}

.wrapp {
  padding: 20px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-items .main-item {
  width: 30%;
  text-align: center;
}

.main-items .main-item img {
  width: 95%;
}

.main-items .main-item p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.timer {
  background: #fff;
  padding: 25px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  margin: 20px 0;
  -webkit-box-shadow: 2px 4px 10px 0px #2222220f;
          box-shadow: 2px 4px 10px 0px #2222220f;
}

.timer p {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 18px;
  color: #222;
}

.main-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 40px 0;
}

.price-field {
  width: 50%;
}

.price-field p {
  font-size: 18px;
  font-weight: bold;
}

.price-field .oldproductsum {
  font-size: 30px;
  font-weight: bold;
  text-decoration: line-through;
}

.price-field .productsum {
  font-size: 42px;
  color: #ff3360;
  font-weight: bold;
}

.promo-field {
  width: 50%;
}

.promo-field p {
  font-size: 18px;
  border-radius: 10px;
  font-weight: 500;
  text-align: center;
  background: #fff;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 2px 4px 10px 0px #2222220f;
          box-shadow: 2px 4px 10px 0px #2222220f;
}

.promo-field p span {
  font-weight: bold;
  color: #ffc000;
}

.promo-field p .blue {
  color: #ff3360;
      font-size: 1.8rem;
}

.btn-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0;
}

.btn-field .btn {
  background: #ff4742;
  /* fallback for old browsers */
  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#ff4742), to(#ff376c));
  background: linear-gradient(to right, #ff4742, #ff376c);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  width: 360px;
  padding: 30px 20px;
  -webkit-box-shadow: 2px 4px 30px #ff376c52;
          box-shadow: 2px 4px 30px #ff376c52;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border-radius: 100px;
}

.count {
  text-align: center;
  font-size: 14px;
}

.count span {
  font-weight: bold;
  color: #222;
}

h2 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin: 20px 0;
  color: #222;
}

h2 span {
  color: #f85626;
}

.orderformcdn .field, .form-control {
  width: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px;
  margin: 10px 0;
  border: 1px solid rgba(128, 128, 128, 0.2);
  border-radius: 10px;
  text-align: center;
}

.owl-next {
  position: absolute;
  top: 40%;
  right: 15px;
  background: #fff !important;
  display: inline-block;
  padding: 10px !important;
  width: 20px !important;
  height: 20px !important;
  border-radius: 100px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.owl-next:hover * {
  color: #222 !important;
}

.owl-prev {
  position: absolute;
  top: 40%;
  left: 15px;
  background: #fff !important;
  display: inline-block;
  padding: 10px !important;
  width: 20px !important;
  height: 20px !important;
  border-radius: 100px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.owl-prev:hover * {
  color: #222 !important;
}

.slide-item {
  margin-bottom: 20px;
}

.slide-item p {
  text-align: center;
  font-size: 30px;
  margin-top: 20px;
  font-weight: 500;
}

.img {
  width: 100%;
}

.white-block {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
  line-height: 32px;
  font-size: 22px;
  -webkit-box-shadow: 2px 4px 30px 10px #2222220a;
          box-shadow: 2px 4px 30px 10px #2222220a;
  margin-top: -40px;
  position: relative;
  z-index: 1;
}

.white-block span {
  color: #ff3360;
}

.df {
  text-align: center;
  margin: 20px 0;
}

.white {
  background: #fff;
}

.black {
  background: url("../img/bg.png") top center/cover no-repeat;
}

.black h2 {
  color: #fff;
}

.black h2 span {
  color: #ffc000;
}

.diff-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.diff-items .diff-item {
  width: 50%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
}

.diff-items .diff-item img {
  width: 100%;
}

.diff-items .diff-item p {
  margin-top: -5px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  background: #fff;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0 0 30px 30px;
}

.adv-items .adv-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px 0;
  z-index: 10;
  position: relative;
}

.adv-items .adv-item::before {
  content: "";
  position: absolute;
  background: url("../img/10_before.png") left center/contain no-repeat;
  padding: 60px;
  left: -40px;
  z-index: -2;
  top: -20px;
}

.adv-items .adv-item .adv-content {
  color: #222;
  margin-left: 20px;
}

.adv-items .adv-item .adv-content .adv-title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}

.prod-item {
  background: #fff;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 2px 4px 10px 0px #2222220f;
          box-shadow: 2px 4px 10px 0px #2222220f;
  border-radius: 20px;
  margin-bottom: 40px;
}

.prod-item img {
  width: 100%;
}

.prod-item .prod-title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 20px 0;
}

.prod-item .prod-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.prod-item .prod-info-item {
  width: 50%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.prod-item .prod-info-item b {
  display: block;
}

.who-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px 0;
}

.who-items .who-item {
  width: 45%;
  padding: 20px;
  border-radius: 20px;
  margin: 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}

.who-items .who-item img {
  width: 100%;
  margin-top: -45px;
  margin-bottom: 10px;
}

.who-items .who-item p {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

.spec {
  background: #fff;
  -webkit-box-shadow: 2px 4px 10px 0px #2222220f;
          box-shadow: 2px 4px 10px 0px #2222220f;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
}

.spec .spec-title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.spec .spec-img {
  width: 100%;
  max-width: 240px;
  margin: 20px 0;
}

.spec .spec-info {
  text-align: center;
}

.spec .spec-info .spec-name {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}

.spec .spec-info .spec-work {
  font-size: 16px;
}

.spec .spec-text {
  text-align: center;
  margin-top: -25px;
}

.spec .spec-text p {
  margin: 15px 0;
  font-size: 16px;
}

.spec .spec-mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 20px;
}

.spec .spec-mark img {
  width: 100%;
  max-width: 140px;
}

.attention {
  background: url("../img/attention.png") center center/cover no-repeat;
  padding: 40px 0;
}

.attention img {
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
}

.attention .attention-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-wrap: wrap;
}

.attention .attention-title {
  font-size: 24px;
  width: 100%;
  color: #fff;
  font-weight: 800;
  margin: 10px 0;
  text-align: center;
}

.attention .attention-title span {
  display: block;
  font-size: 36px;
}

.attention .attention-text {
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin: 10px;
}

.attention .attention-text span {
  color: #ffc000;
  text-decoration: underline;
}

.prod-count {
  text-align: center;
}

.prod-count span {
  display: inline-block;
  background: #ffc000;
  padding: 3px 5px;
  border-radius: 3px;
  margin: 0 5px;
  font-weight: 900;
}

.limit {
  background: #fff;
  border-radius: 25px;
  max-width: 320px;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  border: 2px rgba(34, 34, 34, 0.3) dashed;
}

.rev-item {
  background: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 2px 4px 10px 0px #2222220f;
          box-shadow: 2px 4px 10px 0px #2222220f;
  margin: 20px 0;
}

.rev-item img {
  width: 100%;
}

.rev-item .rev-content {
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.rev-item .rev-info {
  margin-bottom: 20px;
}

.rev-item .rev-info div {
  margin: 5px 0;
}

.rev-item .rev-info .rev-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rev-item .rev-info .rev-rating .stars {
  margin-left: 10px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.rev-item .rev-text {
  font-size: 16px;
  line-height: 20px;
}

.order-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px 0;
  font-weight: 500;
}

.order-item img {
  margin-right: 20px;
}
/*# sourceMappingURL=style.css.map */