body {
  font-family: sans-serif;
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.2;
  font-family: "Helvetica", sans-serif;
  overflow-x: hidden;
  margin: 0;
}
#wrapper {
  overflow: hidden;
  width: 100%;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.top-box {
  height: 915px;
  background: url(../img/tb.jpg) 50% 0 no-repeat;
}
.wrap {
  max-width: 950px;
  margin: 0 auto;
  height: 100%;
  position: relative;
}
.product {
  position: absolute;
  left: 34%;
  bottom: 0;
  width: 330px;
  height: auto;
}

.product_bottom {
  position: absolute;
  left: 34%;
  bottom: 20%;
  width: 330px;
  height: auto;
}
.top-line {
  padding: 19px 0;
  overflow: hidden;
}
.wrap:after {
  content: "";
  display: block;
  clear: both;
}
.info-list {
  font-family: "Helvetica";
}
.info-list li {
  margin-bottom: 5px;
}
.info-list li img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.info-list li span {
  color: #3f3f3f;
  font-size: 15px;
}
.weight {
  position: absolute;
  left: 372px;
  top: 98px;
}
.top-box .list {
  position: absolute;
  font-family: "Georgia";
  font-weight: bold;
  font-style: italic;
  font-size: 21px;
  color: #fff;
  left: 255px;
  top: 209px;
  line-height: 1.1;
}
.top-box .list li {
  margin-bottom: 28px;
}
.top-box .list li:nth-child(2) {
  padding-left: 30px;
}
.top-box .list li:nth-child(3) {
  padding-left: 60px;
}
.order-form-box {
  background-color: rgb(254, 251, 249);
  box-shadow: 0px 12px 29px 0px rgba(94, 93, 115, 0.15);
  border-radius: 15px;
  width: 303px;
  float: right;
  text-align: center;
  padding: 30px;
  margin-top: 60px;
  position: absolute;
  right: 0;
}
.order-form-box .small {
  font-size: 14px;
  color: #909597;
  margin-bottom: 15px;
}
.order-form-box .skidka {
  margin-bottom: 5px;
  color: #414141;
  font-size: 32px;
  text-transform: uppercase;
  font-family: "Helvetica";
}
.order-form-box .skidka b {
  font-family: "Helvetica-Black";
  color: #2bad6b;
}
.countdown {
  text-align: center;
  margin-bottom: 10px;
  color: #fff;
  font-size: 21px;
  line-height: 39px;
 
  font-family: sans-serif, "Helvetica-Bold";
  font-weight: bold;
}
.countdown span {
  display: inline-block;
  width: 39px;
  height: 39px;
  border-radius: 20px;
  background-color: #d39983;
  vertical-align: middle;
}
.countdown b {
  display: inline-block;
  vertical-align: middle;
  color: #d39983;
  font-size: 21px;
  margin: 0 5px;
}
.order-form-box .price {
  text-align: center;
  color: #909597;
  font-family: "Helvetica";
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 20px;
}
.order-form-box .old-price {
  display: inline-block;
  vertical-align: middle;
  font-size: 32px;
  margin-right: 22px;
  position: relative;
  top: 12px;
}
/* .order-form-box .old-price:after {
  content: "";
  width: 42px;
  height: 23px;
  position: absolute;
  left: 0;
  top: 7px;
  background: url(../img/lines.png) 0 0 no-repeat;
} */
.wv_currency {
  display: inline-block;
  margin-left: 5px;
  font-family: "IowanOldStyleBT-Black";
}
.old_currency,
.wv_old-price {
  text-decoration: line-through;
}
.order-form-box .new-price {
  display: inline-block;
  vertical-align: middle;
  color: #3c3c3c;
  font-size: 70px;
  margin-right: 5px;
  
  font-family: sans-serif, "Helvetica-Bold";
  font-weight: bold;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.order-form-box .new-price .wv_currency {
  font-size: 45px;
}
.order-form {
  margin-bottom: 10px;
  margin-top: 10px;
}
.order-form p {
  margin: 0 0 5px;
  color: #909597;
  font-size: 14px;
  font-family: "Helvetica";
  text-align: left;
  padding-left: 15px;
}
.order-form input[type="text"],
.order-form input[type="tel"] {
  display: block;
  width: 100%;
  border: 1px solid #d6d6d6;
  color: #3f3f3f;
  font-size: 14px;
  font-family: "Helvetica";
  padding: 11px;
  margin-bottom: 15px;
  border-radius: 22px;
  outline: none;
}
.order-form button {
  margin-top: 5px;
}
.ostatok {
  margin: 0 0 5px;
  color: #3f3f3f;
  font-size: 14px;
  font-family: "Helvetica";
}
.ostatok span {
  font-size: 16px;
  
  font-family: sans-serif, "Helvetica-Bold";
  font-weight: bold;
}
.data {
  color: #909597;
  font-size: 14px;
  text-align: center;
  line-height: 1.1;
  margin-bottom: 5px;
}
.data img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.data span {
  display: inline-block;
  vertical-align: middle;
}

/* hide original element */
.jcf-hidden {
  display: block !important;
  position: absolute !important;
  left: -9999px !important; /* change to right: -9999px on RTL sites */
}
/* custom select styles */
.select-area {
  visibility: hidden;
  border: 1px solid #d6d6d6;
  position: absolute;
  overflow: hidden;
  cursor: default;
  height: 40px;
  display: block;
  width: 100% !important;
  margin-bottom: 15px;
  border-radius: 22px;
}
.select-area .center {
  white-space: nowrap;
  text-align: left;
  padding: 10px 11px;
  display: block;
  color: #3f3f3f;
  font-size: 18px;
  
  font-family: sans-serif, "Helvetica-Bold";
  font-weight: bold;
}
.select-area .select-opener {
  background: url(../img/arr1.png) 50% 50% no-repeat;
  position: absolute;
  height: 100%;
  width: 30px;
  right: 0;
  top: 0;
}
.select-options {
  position: absolute;
  overflow: hidden;
  background: #fff;
  z-index: 2000;
}
.select-options .drop-holder {
  border: 1px solid #777;
  overflow: hidden;
  height: 1%;
}
.select-options ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.select-options ul li {
  width: 100%;
  float: left;
}
.select-options ul a {
  text-decoration: none;
  padding: 5px 10px;
  display: block;
  cursor: default;
  color: #000;
  height: 1%;
}
.select-options .item-selected a {
  text-decoration: none;
  background: #007;
  color: #fff;
}
.select-area img,
.select-options a img {
  vertical-align: top;
  margin: 0 5px 0 0;
}
.btn {
  display: block;
  width: 100%;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 35px;
  border-radius: 25px;
  color: #fff;
  font-size: 22px;
  font-family: Helvetica;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.3);
  background: linear-gradient(to bottom, #ffaa45, #ff7502);
  /*box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
	border-radius: 20px;
	width: 240px;
	height: 40px;
	cursor: pointer;
	padding: 0;
	margin: 0;
	border: 0;
	background: url(../img/btn.png) 0 0 no-repeat;
	display: inline-block;*/
  outline: none;
}
.btn:hover {
  opacity: 0.9;
}
.header .right {
  display: none;
}
.header {
  position: absolute;
  left: 0;
  top: 20px;
  z-index: 1;
  width: 100%;
}
.header .logo {
  float: left;
}
.nav {
  float: right;
  font-size: 14px;
  
  font-family: sans-serif, "Helvetica-Bold";
  font-weight: bold;
  padding-top: 14px;
}
.nav li {
  display: inline-block;
  margin-left: 25px;
}
.nav a {
  color: #fff;
  text-decoration: none;
}
.nav a:hover {
  text-decoration: underline;
  color: #86543c;
}
.text-wrap {
  position: absolute;
  left: 350px;
  top: 100px;
  width: 266px;
}
.text-wrap .info-list {
  margin-bottom: 25px;
}
.text-wrap .text1 {
  color: #3c3c3c;
  font-size: 21px;
  margin-bottom: 15px;
  font-family: sans-serif, "Helvetica-Light";
  font-weight: 300;
}
.text-wrap .text2 {
  color: #3c3c3c;
  font-size: 20px;
  text-transform: uppercase;
  
  font-family: sans-serif, "Helvetica-Bold";
  font-weight: bold;
}
.image-box {
  overflow: hidden;
}
.image-box .list {
  text-align: center;
}
.image-box .list li {
  display: inline-block;
  vertical-align: top;
  width: 240px;
}
.image-box .list li:nth-child(2) {
  margin: 0 110px;
}
.image-box .list img {
  margin-bottom: 20px;
  box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.15);
}
.image-box .list .text {
  font-size: 18px;
  color: #3c3c3c;
  text-transform: uppercase;
}
.info-box {
  height: 1096px;
  padding-top: 200px;
  background: url(../img/info-box.jpg) 50% 0 no-repeat;
}
.box-title {
  color: #3c3c3c;
  font-size: 32px;
  text-transform: uppercase;
  text-align: center;
  font-family: sans-serif, "Helvetica-Light";
  font-weight: 300;
  margin-bottom: 40px;
}
.info-box .list {
  padding: 0 85px;
}
.info-box .list li {
  overflow: hidden;
  margin-bottom: 35px;
}
.info-box .list .img {
  float: left;
}
.info-box .list .tt {
  font-size: 18px;
  color: #000000;
  overflow: hidden;
}
.info-box .list .item1 .img {
  margin-right: 20px;
}
.info-box .list .item1 .tt {
  padding-top: 35px;
}
.info-box .list .item2 {
  margin-bottom: 0;
}
.info-box .list .item2 .img-r {
  float: right;
}
.info-box .list .item2 .tt {
  padding-top: 55px;
}
.info-box .list .item3 .tt {
  padding-top: 100px;
}
.info-box .list .item3 {
  margin-bottom: 0;
}
.info-box .bot-text {
  text-align: center;
  color: #a96443;
  font-size: 18;
  font-family: sans-serif, "Helvetica-Light";
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 50px;
}
.spec-box {
  height: 900px;
  padding-top: 68px;
  background: url(../img/spec-box.jpg) 50% 0 no-repeat;
}
.spec-box .left {
  max-width: 500px;
}
.spec-box .box-title {
  text-align: left;
  margin-bottom: 70px;
}
.spec-box p {
  font-size: 18px;
  margin: 0 0 30px;
  line-height: 1.4;
}
b {
  font-family: sans-serif, "Helvetica-Bold";
  font-weight: bold;
}
.spec-box .right {
  text-align: right;
  margin-bottom: 40px;
}
.spec-box .right p {
  margin: 0;
  font-style: italic;
}
.combinat {
  padding: 60px 0;
  text-align: center;
}
.combinat .list {
  height: 700px;
  position: relative;
  background: url(../img/combinat.jpg) 50% 0 no-repeat;
}
.combinat .list .h4 {
  color: #069d5e;
  font-size: 16px;  
  font-family: sans-serif, "Helvetica-Bold";
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.combinat .list p {
  margin: 0;
  color: #000;
  font-size: 18px;
}
.combinat .list img {
  margin-bottom: 15px;
}
.combinat .list li {
  position: absolute;
}
.combinat .list li.item1 {
  left: 35px;
  top: 16px;
}
.combinat .list li.item2 {
  left: 108px;
  top: 287px;
}
.combinat .list li.item3 {
  left: 367px;
  top: 449px;
}
.combinat .list li.item4 {
  right: 108px;
  top: 287px;
}
.combinat .list li.item5 {
  right: 35px;
  top: 16px;
}
/* animation start */

.combinat .list img {
  opacity: 0;
}
.combinat .list li {
  opacity: 0;
}
.combinat .list li div {
  opacity: 0;
  padding: 25px 0 0;
}
.combinat .list li p {
  opacity: 0;
}
.combinat .active-list > li {
  opacity: 1;
  transform: none;
}
.combinat .active-list > li:nth-child(1) {
  /* transition-delay: 0.3s; */
}
.combinat .active-list > li:nth-child(2) {
  transition-delay: 0.3s;
}
.combinat .active-list > li:nth-child(3) {
  transition-delay: 0.6s;
}
.combinat .active-list > li:nth-child(4) {
  transition-delay: 0.9s;
}
.combinat .active-list > li:nth-child(5) {
  transition-delay: 1.2s;
}
.combinat .active-list > li:nth-child(1) img {
  opacity: 1;
  transition: all 0.2s;
}
.combinat .active-list > li:nth-child(2) img {
  opacity: 1;
  transition: all 0.2s;
  transition-delay: 0.3s;
}
.combinat .active-list > li:nth-child(3) img {
  opacity: 1;
  transition: all 0.2s;
  transition-delay: 0.6s;
}
.combinat .active-list > li:nth-child(4) img {
  opacity: 1;
  transition: all 0.2s;
  transition-delay: 0.9s;
}
.combinat .active-list > li:nth-child(5) img {
  opacity: 1;
  transition: all 0.2s;
  transition-delay: 1.2s;
}
.combinat .active-list > li:nth-child(1) div {
  opacity: 1;
  transform: translateY(-25px);
  transition: all 0.2s;
  transition-delay: 0.15s;
}
.combinat .active-list > li:nth-child(2) div {
  opacity: 1;
  transform: translateY(-25px);
  transition: all 0.2s;
  transition-delay: 0.3s;
}
.combinat .active-list > li:nth-child(3) div {
  opacity: 1;
  transform: translateY(-25px);
  transition: all 0.2s;
  transition-delay: 0.45s;
}
.combinat .active-list > li:nth-child(4) div {
  opacity: 1;
  transform: translateY(-25px);
  transition: all 0.2s;
  transition-delay: 0.6s;
}
.combinat .active-list > li:nth-child(5) div {
  opacity: 1;
  transform: translateY(-25px);
  transition: all 0.2s;
  transition-delay: 0.75s;
}
.combinat .active-list > li:nth-child(1) p {
  opacity: 1;
  transform: translateY(-25px);
  transition: all 0.2s;
  transition-delay: 0.2s;
}
.combinat .active-list > li:nth-child(2) p {
  opacity: 1;
  transform: translateY(-25px);
  transition: all 0.2s;
  transition-delay: 0.45s;
}
.combinat .active-list > li:nth-child(3) p {
  opacity: 1;
  transform: translateY(-25px);
  transition: all 0.2s;
  transition-delay: 0.7s;
}
.combinat .active-list > li:nth-child(4) p {
  opacity: 1;
  transform: translateY(-25px);
  transition: all 0.2s;
  transition-delay: 0.95s;
}
.combinat .active-list > li:nth-child(5) p {
  opacity: 1;
  transform: translateY(-25px);
  transition: all 0.2s;
  transition-delay: 1.2s;
}

/* animation end */
.review {
  padding-top: 50px;
  height: 1134px;
  background: url(../img/review.jpg) 50% 0 no-repeat;
}
.rev-box {
  overflow: hidden;
  margin-bottom: -60px;
}
.rev-box .img {
  float: left;
  margin-right: 20px;
}
.rev-box .text {
  overflow: hidden;
}
.rev-box p {
  margin: 0 0 20px;
  line-height: 1.4;
}
.rev-box .img-r {
  margin-right: 0;
  margin-left: 20px;
  float: right;
}
.rev-box .text-r {
  text-align: right;
}
.rev-box.review3 {
  margin-bottom: 30px;
}
.rev-box.review1 .text {
  padding-top: 40px;
}
.rev-box.review2 .text {
  padding-top: 90px;
}
.rev-box.review3 .text {
  padding-top: 100px;
}
.btn-box {
  text-align: center;
}
.how-use {
  padding-top: 60px;
  height: 645px;
  background: url(../img/how-use.jpg) 50% 0 no-repeat;
}
.how-use .list {
  padding-top: 373px;
  color: #000;
  font-size: 16px;
  padding-left: 270px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.how-use .list li {
  /* display: inline-block; */
  width: 33%;
  margin-right: 55px;
  text-align: center;

}
.how-use .list li:last-child {
  margin: 0;
}
.how-get {
  padding-top: 60px;
  height: 467px;
  background: url(../img/how-get.jpg) 50% 0 no-repeat;
}
.how-get .list {
  text-align: center;
  overflow: hidden;
}
.how-get .list li {
  width: 25%;
  float: left;
}
.how-get .list img {
  margin-bottom: 15px;
}
.how-get .list .text {
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  line-height: 1.4;
}
.bottom {
  height: 1064px;
  background: url(../img/bottom.jpg) 50% 0 no-repeat;
}
.bot-list {
  overflow: hidden;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  color: #3c3c3c;
  bottom: 104px;
  width: 100%;
  position: absolute;
  left: 0;
}
.bot-list li {
  width: 33.333%;
  float: left;  
}
.bot-list li:last-child {
  padding-left: 20px;
}
.bot-list li:first-child {
  padding-right: 20px;
}

.checkboxes-group {
  display: flex;
  font-size: 10px;
  margin-bottom: 3px;
  text-align: justify;
}

.checkboxes .checkboxes-group:nth-child(1) {
  height: 23px;
  overflow: hidden;
  outline: none;
  transition: 0.4s ease;
}

.checkboxes .checkboxes-group:nth-child(1) label {
  width: 60%;
  padding-right: 10px;
}

.wv-gdpr__show-more {
  line-height: 3.5;
  color: #0d36a1;
  font-weight: bold;
  cursor: pointer;
  text-decoration: underline;
}

.checkboxes .checkboxes-group:nth-child(1):focus {
  overflow: hidden;
  height: auto;
}

.checkboxes .checkboxes-group:nth-child(1):focus label {
  width: 100%;
  padding-right: 0;
}

.checkboxes .checkboxes-group:nth-child(1):focus .wv-gdpr__show-more {
  display: none;
}

.sec .checkboxes label {
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 0;
  display: flex;
}

.sec .checkboxes input {
  margin-top: 0;
  margin-right: 3px;
}

.top-box .order-form-box,
.bottom .order-form-box {
  z-index: 10;
}
.image-box,
.bot-list {
  z-index: 9;
}
.copyright{
  font-size: 12px;
  text-align: center;
  padding:0 20px 20px;
}
.btn-buy-disclaimer{
  font-size: 12px;
  line-height: 1;
  padding: 8px 0;
}

.timer-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 181px;
  margin: 0 auto;
  font-size: 11px;
  color: #000;
}

.hour {
  width: calc((100% / 3) - 10px);
  text-align: center;
}

input[type=checkbox] {
  margin-right: 10px;
}

.form-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
margin-bottom: 10px;
}

.check-text {
text-align: left;
font-size: 11px;
}

.form-link {
  color: inherit;
  text-decoration: none;
}