﻿@charset "utf-8";
.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: 'Open Sans', Arial, Helvetica, sans-serif;
}
textarea {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
button {
  cursor: pointer;
}
* {
  margin: 0;
  padding: 0;
}
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}
::-webkit-input-placeholder {
  color: #636363;
}
::-moz-placeholder {
  color: #636363;
}
:-moz-placeholder {
  color: #636363;
}
:-ms-input-placeholder {
  color: #636363;
}
: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: #555;
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  color: #333;
}
.none {
  display: none;
}
.wrapper {
  width: 480px;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
}
h2.title {
    font-size: 30px;
    height: 51px;
    line-height: 51px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
    background: url(titlec6a18.png) repeat-x top #854483;
}
h2.title span {
  font-weight: 700;
  color: #bd88bb;
}
.btn {
  position: relative;
}
.btn:after {
  position: absolute;
  left: 0;
  bottom: -32px;
  display: block;
  width: 100%;
  height: 27px;
  background: url("btn-shadow2d7da.png") 50% 0 no-repeat;
  opacity: .7;
  content: '';
}
.button-m {
  position: relative;
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  height: 74px;
  line-height: 72px;
  letter-spacing: 1px;
  text-shadow: 0 1px 0 #b76302;
  background: rgb(255, 117, 117);
  background: -moz-linear-gradient(top, rgb(255, 117, 117) 0%, rgb(172, 9, 40) 100%);
  background: -webkit-linear-gradient(top, rgb(255, 117, 117) 0%, rgb(172, 9, 40) 100%);
  background: linear-gradient(to bottom, rgb(255, 117, 117) 0%, rgb(172, 9, 40) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgb(255, 117, 117)', endColorstr='rgb(172, 9, 40)', GradientType=0);
  -webkit-box-shadow: 0 5px 0 0 #770505;
  -moz-box-shadow: 0 5px 0 0 #770505;
  box-shadow: 0 5px 0 0 #770505;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -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;
}
input.field {
  display: block;
  width: 100%;
  background: #fff;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  text-align: left;
  padding: 22px 25px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.timer {
  margin: 0 auto;
  width: 370px;
}
.timer_item {
  float: left;
  margin: 0 35px 0 0;
  width: 100px;
      text-align: center;
}
.timer_item:last-child {
  margin: 0;
}
.count {
  margin: 0 0 10px;
  height: 60px;
}
.count span {
  display: block;
  float: left;
  margin: 0 8px 0 0;
  width: 46px;
  height: 60px;
  background: #e4d9e8;
  font-weight: 700;
  font-size: 36px;
  line-height: 60px;
  color: #531a51;
  border-radius: 3px;
}
.count span:last-child {
  margin: 0;
}
.text {
  font-size: 13px;
  line-height: 13px;
}
/*   offer   */
.offer {
  position: relative;
  
}
.offer h1 {
        background: #854584; 
    line-height: 62px;
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.45px;
    text-transform: uppercase;
    text-align: center;
}
.offer h2 {
      padding: 10px 0;
 background: #2f3339;
  color: #fff;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 0.38px;
  text-transform: uppercase;
  text-align: center;
}
.offer .price {
  position: relative;
  height: 66px;
  background: #efefef;
}
.offer .price:before {
  position: absolute;
  bottom: -21px;
  left: 0;
  display: block;
  width: 100%;
  height: 21px;
  background: url("shadow6ebf2.png") 0 0 no-repeat;
  opacity: .2;
  content: '';
}
.offer .price .old_cost,
.offer .price .new_cost {
  float: left;
  width: 50%;
  height: 66px;
  padding-top: 5px;
}
.offer .price .old_cost {
  padding-right: 75px;
  text-align: right;
}
.offer .price .new_cost {
  background: #531a51;
  padding-left: 75px;
  color: #fff;
}
.offer .price .old_cost span,
.offer .price .new_cost span {
  display: block;
  font-size: 14px;
}
.offer .price .value {
  display: inline-block;
  position: relative;
  font-size: 32px;
  line-height: 32px;
  text-transform: uppercase;
}
.offer .price .new_cost .value {
  font-weight: 700;
  color: #fff;
}
.offer .price .value i {
  font-size: 24px;
  font-style: normal;
}
.offer .price .old_cost .value:before {
  position: absolute;
  top: 55%;
  left: 0;
  right: 15px;
  display: block;
  height: 2px;
  background: #333;
  content: '';
}
.offer .sale {
  position: absolute;
  left: 50%;
  margin-left: -52px;
  width: 104px;
  height: 66px;
  font-size: 14px;
  color: #fff;
  line-height: 22px;
  text-transform: uppercase;
  text-align: center;
}
.offer .sale:before {
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  background: #c51031;
  content: '';
  -moz-transform: skew(20deg, 0);
  -ms-transform: skew(20deg, 0);
  -o-transform: skew(20deg, 0);
  -webkit-transform: skew(20deg, 0);
  transform: skew(20deg, 0);
}
.offer .sale b {
  display: block;
  font-size: 28px;
}
.offer .sale span {
  display: block;
  position: relative;
  z-index: 5;
  padding-top: 7px;
}
.offer .timer {
  padding-bottom: 55px;
}
.offer .timer h3 {
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  padding-bottom: 13px;
}
.offer .timer h3 span {
  display: inline-block;
  vertical-align: top;
  padding: 10px 15px;
  background: #e8e8e8;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.offer .timer .countbox {
  width: 340px;
  margin: 0 auto;
}
.offer .form_order {
  width: 400px;
  margin: 0 auto;
  padding: 30px 0 10px 0;
}
.offer .field_set {
  padding-bottom: 20px;
}
/*   features   */
.features {
  padding: 0;
}
.features h2.title {
  margin-bottom: 0;
}
.features .item {
padding: 0px 16px 20px;
  text-align: center;
}
.features .item img {
  display: block;
  margin: 0 auto;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.features .item h4 {
  font-size: 16px;
  font-weight: 700;
  padding: 13px 0 5px 0;
}
.features .item p {
  font-size: 17px;
    line-height: 30px;
    text-align: justify;
    text-align-last: center;  
}
.features .desc_img {
  height: 480px;
}
/*   slider   */
.slider {
  margin-bottom: 5px;
}
.slider .slick-prev,
.slider .slick-next {
  display: block;
  width: 65px;
  height: 51px;
  overflow: hidden;
  background: url("arrow-sliderbcc33.png") 0 0 no-repeat;
  text-indent: -9999px;
  position: absolute;
  bottom: 0;
  cursor: pointer;
  border: none;
  outline: none;
  z-index: 500;
}
.slider .slick-prev {
  left: 0;
}
.slider .slick-next {
  right: 0;
  background-position: -65px 0;
}
/*   specifications   */
.specifications {
    position: relative;
    background: #fff;
    padding: 0px 0 15px 0;
    margin-top: -5px;
}
.specifications h2.title {
    font-size: 26px;
    margin-bottom: 15px;
}
.specifications h2.title span {
  font-size: 27px;
}
.specifications ul {
  position: relative;
}
.specifications li {
padding: 7px 20px 7px 45px;
  position: relative;
}
.specifications li:nth-child(odd) {
  background: #fcf3fd;
}
.specifications li:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  content: '';
  width: 16px;
  height: 16px;
    border: 4px solid #ece7ef;
    background: #531a51;
  position: absolute;
  top: 10px;
  left: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.specifications li b {
  float: none;
}
.specifications .btn {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 25px;
}
/*   description   */
.description .top {
  background: url("bg-1d91bb.jpeg") 50% 0 no-repeat;
  padding: 70px 20px 30px 20px;
}
.description .item {
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.description p {
  line-height: 24px;
  text-align: center;
  padding: 15px 20px 20px 20px;
}
.description .bottom_img {
  height: 310px;
}
/*   reviews   */
.reviews {
  background: #efefef;
  padding: 20px 20px 25px 20px;
}
.reviews h2.title {
    font-size: 24px;
    margin: -20px -20px 36px;
}
.reviews h2.title span {
  font-size: 27px;
}
.reviews .item {
  margin-bottom: 45px;
}
.reviews .item:last-child {
  margin-bottom: 0;
}
.reviews .top_info {
  position: relative;
  background: url("quote-iconfd6f1.png") 96% 0 no-repeat;
  padding: 15px 0 15px 130px;
}
.reviews .avatar {
  position: absolute;
  top: -12px;
  left: 0;
}
.reviews .avatar img {
  -webkit-border-radius: 50% 50% 50% 0;
  -moz-border-radius: 50% 50% 50% 0;
  border-radius: 50% 50% 50% 0;
  border: 3px solid #e2e2e5;
}
.reviews .name {
  font-weight: 700;
}
.reviews .text {
  background: #fff;
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
}
.reviews .text p {
  padding: 15px 20px 15px 20px;
  font-weight: 300;
  line-height: 30px;
  text-align: justify;
}
/*   order steps   */
.order_steps {
  padding: 25px 20px 15px 20px;
}
.order_steps h2.title {
font-size: 24px;
    margin: -25px -20px 5px;
}
.order_steps h2.title span {
  display: inline-block;
}
.order_steps li {
  line-height: 24px;
  padding: 15px 0 15px 80px;
}
.order_steps li span {
  display: block;
}
.order_steps li:nth-child(1) {
  background: url("order_step_icon17ff31.png") 0 20px no-repeat;
}
.order_steps li:nth-child(2) {
  background: url("order_step_icon297af4.png") 0 20px no-repeat;
}
.order_steps li:nth-child(3) {
  background: url("order_step_icon3c382b.png") 0 20px no-repeat;
}
.order_steps li:last-child {
  border-bottom: 0;
}
.video-container {
    position: relative;
    width: 480px;
    height: 248px;
    overflow: hidden;
    margin: 0 auto;
    background: #fff;
    border-radius: 0;
    margin-bottom: 15px;
}
    .video-container iframe, .video-container object, .video-container embed{
        position:absolute;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
.catalog {
    padding: 15px 20px 0;
}
.catalog_section h2 {
    margin: 0 0 30px;
}
h2 small {
    display: block;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
}
h2 b {
    display: block;
    font-weight: 800;
    font-size: 30px;
    line-height: 36px;
}
.catalog_list {
    font-size: 0;
    line-height: 0;
    letter-spacing: -1px;
    text-align: center;
}
.catalog_list .catalog_item {
    display: inline-block;
    vertical-align: top;
    margin: 0 0px 30px 0;
    text-align: center;
    width: 200px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
}
.catalog_list .catalog_item h4 {
    margin: 15px 0 5px;
    font-weight: 700;
}
.catalog_list .catalog_item h4 + p span {
    text-decoration: line-through;
}
.catalog_list .catalog_item a {
    display: block;
    margin: 10px auto 0;
    width: 100px;
    height: 40px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #854483;
    line-height: 40px;
    color: #fff;
    text-decoration: none;
    text-align: center;
}
/*   footer   */
footer {
  background: #fff;
  padding: 35px 20px 30px 20px;
  text-align: center;
  color: #484747;
}
footer img {
  display: block;
  margin: 0 auto;
  padding-bottom: 15px;
}
footer a {
  color: #a7a5a5;
  font-size: 14px;
}