@charset "utf-8";

@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  40% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  40% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@-o-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  40% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  40% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

.gift {
  width: 168px;
  height: 168px;
  position: absolute;
  left: 440px;
  top: 120px;
  background: url("../images/gift.png") no-repeat 0 0;
  overflow: hidden;
  border-radius: 8px;
}

ol, ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.clear {
  clear: both;
}

.clrfix:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  width: 0;
  visibility: hidden;
}

b, strong, .bold {
  font-weight: bold;
}

i {
  font-style: italic;
}

u {
  text-decoration: underline;
}

a {
  color: #222;
  text-decoration: underline;
  outline: none;
}

a:hover, a:active {
  text-decoration: none;
}

input, button {
  padding: 0;
  margin: 0;
  line-height: normal;
  outline: none;
  border: none;
  font-family: 'Exo 2.0', sans-serif;
}

textarea {
  font-family: 'Exo 2.0', sans-serif;
}

button {
  cursor: pointer;
}

::-webkit-input-placeholder {
  color: #333;
}

::-moz-placeholder {
  color: #333;
}

:-moz-placeholder {
  color: #333;
}

:-ms-input-placeholder {
  color: #333;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus::-moz-placeholder {
  color: transparent;
}

:focus:-moz-placeholder {
  color: transparent;
}

:focus:-ms-input-placeholder {
  color: transparent;
}

:focus {
  outline: none;
}

body {
  position: relative;
  background: #fff;
  margin: 0;
  padding: 0;
  font-family: 'Exo 2.0', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  color: #333;
}

.none {
  display: none;
}

h2.title {
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  color: #333;
  text-align: center;
  text-transform: uppercase;
}

h2.title:after {
  display: block;
  width: 66px;
  height: 6px;
  background: url("../images/title-hr.png") 0 0 no-repeat;
  margin: 15px auto 30px;
  content: '';
}

.wrapper {
  overflow: hidden;
}

.wrp {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 10px;
}

.wrp:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  width: 0;
  visibility: hidden;
}

.button-m {
  position: relative;
  display: block;
  width: 100%;
  max-width: 300px;
  height: 70px;
  line-height: 70px;
  font-size: 22px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.5px;
  margin: 0 auto;
  background: #ffd800;
  background: -moz-linear-gradient(top, #ffd800 0%, #ffc000 100%);
  background: -webkit-linear-gradient(top, #ffd800 0%, #ffc000 100%);
  background: linear-gradient(to bottom, #ffd800 0%, #ffc000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd800', endColorstr='#ffc000', GradientType=0);
  -webkit-box-shadow: 0 3px 0 #d49f00;
  -moz-box-shadow: 0 3px 0 #d49f00;
  box-shadow: 0 3px 0 #d49f00;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.button-m:active {
  top: -1px;
}

input.field {
  display: block;
  width: 100%;
  height: 59px;
  line-height: 59px;
  background: #fff;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  text-align: center;
  padding: 20px 15px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

/*   offer   */

.offer {
  color: #fff;
  padding-top: 25px;
  background: url("../images/offer-1920.jpg") 50% 0 no-repeat #3b356e;
  height: 600px;
}

.offer .wrp {
  position: relative;
}

.offer .title {
  position: relative;
  padding-left: 20px;
  text-transform: uppercase;
}

.offer .title:before {
  position: absolute;
  left: 0;
  top: 7px;
  bottom: 8px;
  display: block;
  width: 5px;
  background: #3ee39b;
  content: '';
}

.offer .title span {
  font-size: 19px;
  letter-spacing: 1px;
}

.offer .title b {
  display: block;
  font-size: 71px;
  line-height: 1em;
  color: #3ee39b;
  letter-spacing: 5.7px;
}

.offer .desc {
  max-width: 450px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 5px 0 20px 0;
}

.offer .plus {
  width: 390px;
  position: absolute;
  top: 342px;
  right: 10px;
}

.offer .plus ul {
  padding: 10px 0 10px 55px;
}

.offer .plus li {
  position: relative;
  font-size: 16px;
  padding: 13px 1px 13px 0;
}

.offer .plus li:before {
  display: block;
  position: absolute;
  left: -34px;
  top: 12px;
  background: url("../images/check-icon.png") 0 0 no-repeat;
  width: 24px;
  height: 24px;
  content: '';
}

.offer .order_form {
  width: 300px;
}

.offer .cost {
  padding-bottom: 23px;
}

.offer .cost .text {
  float: left;
  width: 50%;
  text-align: left;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
}

.offer .cost .value {
  float: left;
  width: 50%;
  text-align: left;
}

.offer .cost .old_cost {
  font-size: 20px;
  line-height: 20px;
  text-decoration: line-through;
}

.offer .cost .new_cost {
  font-size: 36px;
  font-weight: 700;
  color: #ffd800;
  line-height: 40px;
}

.offer .cost .text span {
  display: block;
}

.offer .field_set,
.offer .btn {
  padding-bottom: 15px;
}

.offer .stock {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.offer .stock b {
  display: inline-block;
  background: #3ee39b;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/*   gif section   */

.gif_section {
  background: #eef3fa;
  padding: 40px 0 50px 0;
}

.gif_section h2.title span {
  display: block;
}

.gif_section ul {
  margin: 0 -10px;
}

.gif_section li {
  float: left;
  width: 33.33%;
  padding: 0 10px;
}

.gif_section li .title {
  width: 220px;
  margin: 0 auto;
  font-size: 16px;
  text-align: center;
  padding: 10px;
  background: #fff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}

.gif_section li .pic img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

/*   new approach   */

.new_approach {
  background: #eef3fa;
  padding-bottom: 50px;
}

.new_approach .box {
  padding: 30px;
  background: -moz-linear-gradient(150deg, #4c4b87 0%, #342861 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #342861), color-stop(100%, #4c4b87));
  background: -webkit-linear-gradient(150deg, #4c4b87 0%, #342861 100%);
  background: -o-linear-gradient(150deg, #4c4b87 0%, #342861 100%);
  background: -ms-linear-gradient(150deg, #4c4b87 0%, #342861 100%);
  background: linear-gradient(300deg, #4c4b87 0%, #342861 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#342861', endColorstr='#4c4b87', GradientType=1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.new_approach .pic {
  position: relative;
  float: left;
  width: 50%;
}

.new_approach .pic img.im {
  -webkit-box-shadow: 0 0 50px rgba(47, 44, 75, 0.1);
  -moz-box-shadow: 0 0 50px rgba(47, 44, 75, 0.1);
  box-shadow: 0 0 50px rgba(47, 44, 75, 0.1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.new_approach .pic img.promo {
  position: absolute;
  right: 10px;
  bottom: 0;
  height: 178px;
}

.new_approach .info {
  float: left;
  width: 50%;
  padding-left: 10px;
}

.new_approach h2.title {
  color: #fff;
  text-align: left;
}

.new_approach h2.title:after {
  margin: 13px 0 0 0;
}

.new_approach .info p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  padding-top: 20px;
}

/*   plus section   */

.plus_section {
  position: relative;
  padding: 30px 0 0 0;
  background: -moz-linear-gradient(150deg, #4c4b87 0%, #342861 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #342861), color-stop(100%, #4c4b87));
  background: -webkit-linear-gradient(150deg, #4c4b87 0%, #342861 100%);
  background: -o-linear-gradient(150deg, #4c4b87 0%, #342861 100%);
  background: -ms-linear-gradient(150deg, #4c4b87 0%, #342861 100%);
  background: linear-gradient(300deg, #4c4b87 0%, #342861 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#342861', endColorstr='#4c4b87', GradientType=1);
}

.plus_section:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/bg-plus-top.png") 50% 0 no-repeat, url("../images/bg-plus-bottom.png") 50% 100% no-repeat;
  content: '';
  z-index: 1;
}

.plus_section h2.title {
  color: #fff;
}

.plus_section .wrp {
  position: relative;
  z-index: 3;
}

.plus_section .list {
  margin: 0 -10px;
  padding-bottom: 25px;
}

.plus_section .list li {
  float: left;
  width: 25%;
  padding: 0 10px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.plus_section .list .pic {
  padding-bottom: 10px;
}

.plus_section .list .pic img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.plus_section .list .title {
  color: #3ee39b;
  font-weight: 700;
  padding-bottom: 7px;
}

.plus_section .list .title span {
  display: block;
}

.plus_section .list .desc {
  line-height: 24px;
}

.plus_section .gift_col {
  margin: 0 auto;
}

.plus_section .gift_col .bg {
  background: #fff;
  border-radius: 10px;
}

.plus_section .gift_col .text {
  float: left;
  width: 415px;
  padding: 20px 0 20px 25px;
}

.plus_section .gift_col h4 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 15px;
}

.plus_section .gift_col h4 span {
  display: block;
}

.plus_section .gift_col h4 b {
  color: #fc4a44;
}

.plus_section .gift_col .text p {
  padding-bottom: 25px;
}

.plus_section .gift_col .dotted li {
  padding-bottom: 3px;
}

.plus_section .gift_col .dotted li:last-child {
  padding-bottom: 0;
}

.plus_section .gift_col .pic {
  position: relative;
  float: right;
  width: 445px;
  padding: 15px 20px 0 0;
}

.plus_section .gift_col .pic .stock {
  position: absolute;
  right: 0;
  top: 0;
}

.plus_section .btn {
  position: relative;
  bottom: -35px;
}

.check-list li {
  min-height: 24px;
  background: url("../images/check-icon.png") 0 0 no-repeat;
  padding-top: 2px;
  padding-left: 35px;
  margin-bottom: 15px;
}

.check-list li:last-child {
  margin-bottom: 0;
}

/*   how works   */

.how_works {
  padding: 80px 0 70px 0;
}

.how_works ul {
  margin: 0 -10px;
  padding-bottom: 65px;
}

.how_works ul li {
  display: block;
  float: left;
  width: 33.33%;
  font-size: 16px;
  line-height: 24px;
  padding: 0 10px;
  text-align: center;
}

.how_works ul li .title {
  font-weight: 700;
  padding: 35px 0 0;
}

.how_works ul li .desc {
  padding-right: 20px;
}

.how_works ul li span {
  display: block;
}

.how_works ul li .pic {
  position: relative;
}

.how_works ul li .pic img {
  display: block;
  margin: 0 auto;
  border-radius: 10px;
}

.how_works ul li .num {
  position: absolute;
  left: calc(50% - 25px);
  bottom: -25px;
  background: #3ee39b;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  border-radius: 50%;
}

/*   recommend   */

.recommend {
  position: relative;
  background: #fff;
  padding: 30px 30px 30px 0;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.recommend .pic {
  float: left;
  width: 50%;
}

.recommend .pic img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.recommend .info {
  float: left;
  width: 50%;
  padding-left: 10px;
}

.recommend h2.title {
  text-align: left;
}

.recommend h2.title:after {
  margin: 13px 0 22px 0;
}

.recommend .info p {
  line-height: 24px;
  margin-bottom: 15px;
}

/*   order steps   */

.order_steps {
  padding: 40px 0 55px 0;
  background: -moz-linear-gradient(150deg, #4c4b87 0%, #342861 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #342861), color-stop(100%, #4c4b87));
  background: -webkit-linear-gradient(150deg, #4c4b87 0%, #342861 100%);
  background: -o-linear-gradient(150deg, #4c4b87 0%, #342861 100%);
  background: -ms-linear-gradient(150deg, #4c4b87 0%, #342861 100%);
  background: linear-gradient(300deg, #4c4b87 0%, #342861 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#342861', endColorstr='#4c4b87', GradientType=1);
}

.order_steps h2.title {
  color: #fff;
}

.order_steps ul {
  margin: 0 -10px;
  padding-top: 10px;
}

.order_steps li {
  display: block;
  float: left;
  width: 25%;
  padding: 0 10px;
}

.order_steps li:first-child .item:before {
  display: none;
}

.order_steps li .item:before {
  position: absolute;
  left: -29px;
  top: 50%;
  margin-top: -15px;
  display: block;
  width: 30px;
  height: 30px;
  background: url("../images/arrow-right.png") 50% 50% no-repeat #fff;
  border: 4px solid #3c3871;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: '';
  z-index: 2;
}

.order_steps li .item {
  position: relative;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.order_steps li .icon {
  position: relative;
  padding: 20px 0 10px 0;
}

.order_steps li .icon img {
  display: block;
  margin: 0 auto;
}

.order_steps li .num_step {
  position: absolute;
  left: 20px;
  top: 20px;
  color: #999;
  font-size: 14px;
}

.order_steps li .text {
  line-height: 24px;
  text-align: center;
  padding-bottom: 17px;
}

.order_steps li .text span {
  display: block;
}

/*   reviews   */

.reviews {
  padding-top: 40px;
}

.reviews ul {
  margin: 0 -15px;
  padding-top: 30px;
}

.reviews li {
  float: left;
  width: 33.33%;
  padding: 0 10px 50px 10px;
}

.reviews .photo {
  background: #a594f4;
  background: -moz-linear-gradient(top, #a594f4 0%, #4c4b87 50%, #342861 100%);
  background: -webkit-linear-gradient(top, #a594f4 0%, #4c4b87 50%, #342861 100%);
  background: linear-gradient(to bottom, #a594f4 0%, #4c4b87 50%, #342861 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a594f4', endColorstr='#342861', GradientType=0);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.reviews .photo img {
  position: relative;
  top: -30px;
  display: block;
  margin: 0 auto;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.reviews .name {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-top: -15px;
  padding-bottom: 15px;
}

.reviews .desc {
  text-align: center;
  line-height: 24px;
  padding-top: 13px;
}

.reviews .desc strong {
  display: block;
  font-size: 19px;
  margin-bottom: 5px;
}

/*   footer   */

.footer {
  text-align: center;
  padding: 35px 0;
}

.footer img {
  display: block;
  margin: 0 auto 15px auto;
}

.footer li {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
}