@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');
body {
  font-family: OpenSans, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  width: 100%;
  min-width: 480px;
  overflow-x: hidden;
  color: #595a5a;
  background-color: #fff
}

p {
  margin: 0
}

ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0
}

img {
  max-width: 100%
}

.clearfix:after {
  content: "";
  display: block;
  clear: both
}

.wrapper {
  width: 480px;
  margin: 0 auto;
  padding: 0 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.red {
  color: #e11515
}

.blue {
  color: #6091aa
}

.lblue {
  color: #68b2d9
}

.up {
  text-transform: uppercase
}

h1 {
  font-family: OpenSans, sans-serif;
  font-size: 28px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  margin: 0
}

h1 span {
  color: #6091aa;
  font-size: 50px;
  text-transform: none
}

.header {
  padding: 20px 0 40px;
  background: url(../images/main-bg.jpg) no-repeat center bottom;
  background-size: cover
}

.header .left {
  width: 170px;
  float: left;
  position: relative
}

.header .left p {
  width: 110px;
  font-family: OpenSans, sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #5e720a;
  margin: 0;
  position: absolute;
  left: 30px;
  text-align: center;
  top: 7px;
  transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
}

.header .right {
  width: 260px;
  float: right
}

.header ul {
  margin: 25px 0 20px;
  padding-left: 20px
}

.header ul li {
  margin-bottom: 15px
}

.header ul li:last-child {
  margin-bottom: 0
}

.header .sale {
  margin: 0 25px;
  background: url(../images/sale.png);
  background-size: 100% 100%
}

.header .sale h3 {
  width: 200px;
  float: left;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #e11515;
  margin: 0;
  padding: 30px 10px
}

.header .sale .percent {
  color: #fff;
  width: 160px;
  float: right;
  font-size: 10px
}

.header .sale .percent > span {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 52px;
  line-height: 1;
  padding-top: 20px
}

.header .prices {
  text-align: center;
  text-transform: uppercase
}

.header .prices p {
  font-weight: 700;
  font-size: 18px
}

.header .prices .price_old {
  text-decoration: line-through
}

.header .prices .price_old .price_main_currency {
  padding-left: 5px
}

.header .prices .price_main {
  font-weight: 700;
  font-size: 36px;
  color: #e11515
}

.header .prices .price_main .price_main_currency {
  padding-left: 10px
}

.header .attention {
  text-align: center;
  font-size: 16px
}

.order_form {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 15px auto;
  padding: 15px 50px;
  color: #595a5a;
  background: -webkit-linear-gradient(45deg, #aad82e, #b8e341, #a9d72c);
  background: linear-gradient(45deg, #aad82e, #b8e341, #a9d72c);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 20px 0 #999;
  box-shadow: 0 0 20px 0 #999
}

.order_form label {
  display: block;
  padding-bottom: 6px;
  font-size: 18px
}

.order_form .country_select,
.order_form input,
.order_form button {
  display: block;
  width: 100%;
  height: 45px;
  margin-bottom: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  padding-left: 15px;
  font-size: 18px;
  font-family: OpenSans, sans-serif;
  color: #595a5a;
  -webkit-appearance: none;
  appearance: none;
}

.order_form .btn {
  font-family: OpenSans, sans-serif;
  font-weight: 700;
  font-size: 40px;
  text-transform: uppercase;
  color: #fff;
  height: 80px;
  cursor: pointer;
  margin: 20px auto 15px;
  background-color: #e11515;
  border: none;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
  -webkit-box-shadow: inset 0 -8px 0 0 #be1b1b;
  box-shadow: inset 0 -8px 0 0 #be1b1b;
  padding: 0;
  text-align: center;
}

.order_form .btn:hover {
  background-color: #ca1313;
  -webkit-box-shadow: inset 0 -8px 0 0 #a81818;
  box-shadow: inset 0 -8px 0 0 #a81818
}

.custom-select {
  position: relative
}

.custom-select:before {
  pointer-events: none;
  content: "";
  position: absolute;
  width: 41px;
  height: 41px;
  top: 2px;
  right: 2px;
  background: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px
}

.custom-select:after {
  pointer-events: none;
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #c8c8c8
}

.custom-select:hover:after {
  border-top: 10px solid #bcbcbc
}

.timer-wrapper {
  width: 260px;
  padding: 0 15px 15px;
  margin: 30px auto 0;
  font-size: 18px;
  text-align: center;
  position: relative
}

.timer-wrapper:after {
  content: "";
  display: block;
  width: 12px;
  height: 100%;
  border: 1px solid #6091aa;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-left: none;
  position: absolute;
  right: 0;
  top: 0
}

.timer-wrapper:before {
  content: "";
  display: block;
  width: 10px;
  height: 100%;
  border: 1px solid #6091aa;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-right: none;
  position: absolute;
  left: 0;
  top: 0
}

.timer-wrapper .head {
  position: relative;
  bottom: 10px
}

.landing__countdown span {
  color: #6091aa;
  font-weight: 700;
  font-size: 40px;
  display: inline-block;
  margin-right: 30px;
  line-height: 1;
  position: relative
}

.landing__countdown span:nth-child(2):before {
  content: "minuto";
  left: -4px
}

.landing__countdown span:last-of-type {
  margin-right: 0
}

.landing__countdown span:last-of-type:after {
  display: none
}

.landing__countdown span:last-of-type:before {
  content: "segundo";
  left: -6px
}

.landing__countdown span:after {
  content: ":";
  position: absolute;
  right: -20px;
  top: -3px
}

.landing__countdown span:before {
  content: "oras";
  position: absolute;
  bottom: -23px;
  left: -3px;
  font-weight: 400;
  font-size: 18px;
  color: #595a5a
}

.slogan {
  padding: 25px 0;
  background-color: #6a7475
}

h2 {
  font-family: OpenSans, sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 28px;
  margin: 0;
  text-align: center
}

.evils {
  padding: 15px 0 25px
}

.evils ul {
  margin: 0 0 20px
}

.evils ul li {
  background-color: #f0f4f4;
  margin-bottom: 10px
}

.evils ul li:last-child {
  margin-bottom: 0
}

.evils ul li img {
  display: inline-block;
  vertical-align: middle;
  width: 78px
}

.evils ul li p {
  display: inline-block;
  vertical-align: middle;
  width: 345px;
  padding: 5px 0
}

.evils ul li p .red {
  font-weight: 700
}

.evils h2 {
  font-size: 24px;
  color: #6091aa
}

.evils h2 span {
  color: #fff;
  background-color: #e11515;
  padding: 3px 5px
}

.innovation {
  padding: 25px 0 35px;
  background-color: #f9f3e6
}

.innovation h2 {
  font-size: 25px;
  color: #595a5a
}

.innovation h2 span {
  display: block
}

.innovation p {
  margin-top: 10px;
  font-weight: 700;
  text-align: center;
  font-size: 20px
}

.innovation .pack-wrapper {
  position: relative;
  margin: 30px 0 0
}

.innovation .pack-wrapper .stamp-1 {
  width: 240px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../images/stamp-1.png);
  background-size: 100% 100%;
  font-size: 15px;
  font-weight: 400;
  padding: 12px 10px;
  margin-bottom: 260px;
  float: right;
  -webkit-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  transform: rotate(8deg);
  position: relative;
  z-index: 1
}

.innovation .pack-wrapper .stamp-1 b {
  display: block
}

.innovation .pack-wrapper .stamp-2 {
  width: 210px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../images/stamp-2.png);
  background-size: 100% 100%;
  font-size: 15px;
  font-weight: 400;
  color: #6091aa;
  padding: 15px 10px;
  margin-left: 50px;
  -webkit-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg);
  position: relative;
  z-index: 1
}

.innovation .pack-wrapper .stamp-2 b {
  display: block
}

.innovation .pack-wrapper .pack-2 {
  position: absolute;
  top: 70px;
  right: 0;
  left: 0;
  width: 280px;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.prod-img {
  margin-top: 70px;
}

.acts {
  padding: 30px 0 15px;
  background: url(../images/acts-bg.jpg) no-repeat center bottom;
  background-size: cover
}

.acts h2 {
  text-transform: uppercase;
  color: #595a5a;
  font-size: 30px
}

.acts h2 span {
  display: block;
  font-size: 40px;
  color: #8fb526
}

.acts p {
  font-size: 24px;
  font-weight: 700;
  margin: 5px 0 15px;
  text-align: center
}

.acts ul {
  font-family: OpenSans, sans-serif;
  font-size: 22px;
  font-weight: 700
}

.acts ul li {
  padding: 5px 0;
  padding-left: 70px;
  background: url(../images/like.png) no-repeat left center;
  background-size: 42px
}

.acts ul span {
  color: #8fb526
}

.reviews {
  padding: 30px 0 20px;
  background-color: #f9f3e6
}

.reviews h2 {
  text-transform: uppercase;
  color: #595a5a;
  font-size: 35px
}

.reviews ul li .head {
  margin-bottom: 15px;
  padding: 0 20px
}

.reviews ul li .head .img-wrapper {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px
}

.reviews ul li .head .img-wrapper img {
  display: block;
  width: 100%
}

.reviews ul li .head .text {
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  font-size: 20px
}

.reviews ul li p {
  background-color: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 15px;
  margin: 0 20px 20px;
  -webkit-box-shadow: 0 0 40px -3px #999;
  box-shadow: 0 0 40px -3px #999;
  position: relative
}

.reviews ul li p:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-left: 15px solid #fff;
  position: absolute;
  top: -15px;
  left: 0
}

.reviews .ul-wrapper {
  position: relative;
  padding: 0 10px
}

.reviews .ul-wrapper .slider-control {
  width: 30px;
  height: 44px;
  background-color: transparent;
  position: absolute;
  right: -10px;
  top: 50%;
  margin-top: -15px;
  cursor: pointer
}

.reviews .ul-wrapper .slider-control a {
  display: block;
  width: 100%;
  height: 100%
}

.reviews .ul-wrapper .slider-control:after {
  content: "";
  display: block;
  width: 36px;
  height: 2px;
  background-color: #6091aa;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 9px;
  left: 0
}

.reviews .ul-wrapper .slider-control:before {
  content: "";
  display: block;
  width: 36px;
  height: 2px;
  background-color: #6091aa;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  bottom: 9px;
  left: 0
}

.reviews .ul-wrapper #slider-prev {
  right: auto;
  left: -10px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.reviews .bx-wrapper .bx-pager {
  padding-top: 0
}

.reviews .bx-wrapper .bx-pager.bx-default-pager a {
  width: 26px;
  height: 26px;
  -webkit-border-radius: 13px;
  border-radius: 13px;
  background: silver
}

.reviews .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #6091aa
}

.reviews .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #6091aa
}

.alert {
  padding: 30px 0 20px;
  background-color: #dce5e7;
  text-align: center
}

.alert h2 {
  font-size: 30px;
  text-transform: uppercase
}

.alert p {
  margin: 30px 0 0;
  font-size: 25px
}

.footer {
  padding: 20px 0;
  background-color: #6a777a;
  font-family: OpenSans, sans-serif;
  font-size: 12px;
  color: #fff;
  text-align: center
}
.footer_leadbit * {
  color: #fff;
}