@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, select {
  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: #707070;
}

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

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

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

: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: #5b5f84;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  color: #fff;
}

.none {
  display: none;
}

.wrapper {
  overflow: hidden;
  width: 480px;
  margin: 0 auto;
  background: #080607;
}

.button-m {
  position: relative;
  display: block;
  width: 100%;
  max-width: 380px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  /* text-shadow: 0 2px 0 #ffd206; */
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  height: 69px;
  line-height: 69px;
  margin: 0 auto;
  background: #ffd306;
  background: -moz-linear-gradient(top, #ffd306 0%, #ffa605 100%);
  background: -webkit-linear-gradient(top, #ffd306 0%, #ffa605 100%);
  background: linear-gradient(to bottom, #580d8d 0%, #360757 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd306', endColorstr='#ffa605', GradientType=0);
  -webkit-box-shadow: 0 5px 0 0 #db8e03, 0 10px 5px rgba(0, 0, 0, 0.40), 0 2px 0 10px rgba(0, 0, 0, .1) s;
  -moz-box-shadow: 0 5px 0 0 #db8e03, 0 10px 5px rgba(0, 0, 0, 0.40), 0 2px 0 10px rgba(0, 0, 0, .1);
  box-shadow: 0 5px 0 0 #8d16e2, 0 10px 5px rgba(0, 0, 0, 0.40), 0 2px 0 10px rgba(0, 0, 0, .1);
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  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;
}

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

input.field {
  display: block;
  width: 100%;
  background: #fff;
  font-size: 18px;
  color: #000;
  text-align: left;
  padding: 25px 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

select, input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

select[name="comment"] {
  display: block;
}

select {
  background: url("../images/select.png") 100% 50% no-repeat #fff;
  overflow: hidden;
  /* for FF */
  text-indent: 0.01px;
  text-overflow: '';
  /* for IE */
  -ms-appearance: none;
  appearance: none !important;
}

select::-ms-expand {
  display: none;
}

h2.title {
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  line-height: 1.3em;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}

h2.title span {
  display: block;
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
}

/*   countbox   */

.countbox:before {
  content: 'До конца акции осталось:';
  display: block;
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.countbox {
  height: 113px;
  width: 100%;
  padding-left: 0;
  margin: 20px auto 21px;
}

.countbox > div:last-child {
  margin: 0;
}

.countbox > div:first-child {
  margin-left: 69px;
}

.countbox .countbox-num {
  position: relative;
  float: left;
  width: 93px;
  height: 93px;
  background: #fff;
  border: 5px solid #282b3a;
  margin-right: 32px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
}

.countbox .countbox-num:before {
  display: block;
  content: ':';
  font-size: 30px;
  line-height: 83px;
  color: #fff;
  position: absolute;
  top: 0;
  right: -22px;
  text-align: center;
}

.countbox .countbox-num:last-child:before {
  display: none;
}

.countbox-hours, .countbox-mins, .countbox-secs {
  color: #282b3a;
  font-size: 40px;
  text-align: center;
  font-weight: 700;
  line-height: 23px;
  margin-bottom: 7px;
  padding-top: 20px;
}

.countbox-hours-text, .countbox-mins-text, .countbox-secs-text {
  font-size: 12px;
  color: #282b3a;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

/*   offer   */

.offer {
  position: relative;
  background: #080607;
}
.offer_img{
  position: relative;
  background: url("../images/offer.MP4") 50% 0 no-repeat;
  height: 480px;

}
.offer_img2{
  position: relative;
  background: url("../images/offer-bg.jpg") 50% 0 no-repeat;
  height: 480px;
}


.offer_img>img{
  position: absolute;
  left: 216px;
  top: 264px;
}
.offer h1,
.offer h2 {
  display: block;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  color: #ffc206;
  text-transform: uppercase;
  padding: 6px 0 10px;
  letter-spacing: 2px;
  background: #8d16e2;
}

.offer h1 span,
.offer h2 span {
  display: block;
  color: #fff;
  font-size: 27px;
  font-weight: 600;
  letter-spacing: 2.3px;
}

.offer .title {
  position: absolute;
  right: 20px;
  top: 155px;
  font-size: 26px;
  color: #fff;
  text-transform: uppercase;
  text-align: right;
  line-height: 36px;
}

.offer .title b {
  display: block;
  color: #ce2b37;
  font-size: 32px;
  font-weight: 700;
}

.offer .sale {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 180px;
  height: 180px;
  background: url(../images/sale.png);
}

.offer .sale b {
  text-transform: uppercase;
  color: #bb1e27;
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  transform: rotate(45deg);
  position: absolute;
  top: 93px;
  left: 12px;
}

.offer .gift {
  position: absolute;
  right: 0;
  top: 148px;
  padding: 5px 20px 0 0;
  width: 192px;
  height: 120px;
  background: url(../images/gift_bg.png) 100% 0% no-repeat;
  font-size: 23px;
  line-height: 28px;
  color: #242424;
  text-transform: uppercase;
  text-align: right;
}

.offer .gift span {
  font-size: 18px;
}

.offer .gift b {
  display: block;
  color: #bb1e27;
}

.colors{
  position: absolute;
  bottom: 15px;
  right: 20px;
  width: 80px;
  text-align: center;
  color: #fff;
}
.colors>p{
  margin-top: 12px;
}
.colors > div {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.colors > div:nth-child(1){
  z-index: 2;
  margin-bottom: -10px;
}
.colors > div.brown {
  background: -moz-linear-gradient(top, rgba(156,104,70,1) 0%, rgba(142,82,43,1) 100%);
  background: -webkit-linear-gradient(top, rgba(156,104,70,1) 0%,rgba(142,82,43,1) 100%);
  background: linear-gradient(to bottom, rgba(156,104,70,1) 0%,rgba(142,82,43,1) 100%);
  -webkit-box-shadow: 0px 0px 0px 5px rgba(142,88,55,0.7), 0px 4px 6px 0px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 0px 0px 5px rgba(142,88,55,0.7), 0px 4px 6px 0px rgba(0,0,0,0.6);
  box-shadow: 0px 0px 0px 5px rgba(142,88,55,0.7), 0px 4px 6px 0px rgba(0,0,0,0.6);
}
.colors > div.black {
  background: -moz-linear-gradient(top, rgba(70,70,70,1) 1%, rgba(43,43,43,1) 100%);
  background: -webkit-linear-gradient(top, rgba(70,70,70,1) 1%,rgba(43,43,43,1) 100%);
  background: linear-gradient(to bottom, rgba(70,70,70,1) 1%,rgba(43,43,43,1) 100%) -webkit-box-shadow: 0px 0px 0px 5px rgba(58,58,58,0.4), 0px 4px 6px 0px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 0px 0px 5px rgba(58,58,58,0.4), 0px 4px 6px 0px rgba(0,0,0,0.6);
  box-shadow: 0px 0px 0px 5px rgba(133,133,133,0.4), 0px 4px 6px 0px rgba(0,0,0,0.6);
}

.offer .price {
  padding: 5px 0 0 0;
  margin-top: 25px;
  margin-bottom: 25px;
  background: url("../images/offer__price_arrow.png") center no-repeat;
}

.offer .price .price_item {
  float: left;
  width: 50%;
  text-align: center;
}

.offer .price .price_item.old {
  padding-right: 40px;
  text-align: right;
}

.offer .price .price_item.new {
  padding-left: 40px;
  text-align: left;
}

.offer .price .price_item {
  color: #fff;
}

.offer .price .text {
  margin: 0 0 4px;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
}

.offer .price .new .text {
  font-weight: 700;
}

.offer .price .value {
  font-size: 30px;
  line-height: 36px;
}

.offer .price .price_item.old .value {
  text-decoration: line-through;
}

.offer .price .price_item.new .value {
  font-weight: 700;
}

.offer .alert {
  color: #fff;
  text-align: center;
  padding: 30px 0;
}

.offer .alert:before {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 20px;
  height: 18px;
  background: url("../images/alert-icon.png") 0 0 no-repeat;
  content: '';
  vertical-align: middle;
  margin-right: 10px;
}

.offer .alert b {
  color: #ffffff;
}

.offer .order_form {
  width: 380px;
  margin: 0 auto;
}

.offer .order_form .field_set {
  padding-bottom: 10px;
}

.offer .order_form .btn {
  padding-top: 10px;
}

.offer .order_form select {
  display: block;
  width: 100%;
  font-size: 18px;
  color: #707070;
  padding: 25px 20px;
  border: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}




.char .price {
  padding: 5px 0 0 0;
  margin-top: 25px;
  margin-bottom: 25px;
  background: url("../images/offer__price_arrow.png") center no-repeat;
}

.char .price .price_item {
  float: left;
  width: 50%;
  text-align: center;
}

.char .price .price_item.old {
  padding-right: 40px;
  text-align: right;
  color: #fff;
}

.char .price .price_item.new {
  padding-left: 40px;
  text-align: left;
  color: #fff;
}

.offer .price .price_item {
  color: #fff;
}

.char .price .text {
  margin: 0 0 4px;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
}

.char .price .new .text {
  font-weight: 700;
}

.char .price .value {
  font-size: 30px;
  line-height: 36px;
}

.char .price .price_item.old .value {
  text-decoration: line-through;
}

.offer .price .price_item.new .value {
  font-weight: 700;
}

.char .alert {
  color: #fff;
  text-align: center;
  padding: 30px 0;
}

.char .alert:before {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 20px;
  height: 18px;
  background: url("../images/alert-icon.png") 0 0 no-repeat;
  content: '';
  vertical-align: middle;
  margin-right: 10px;
}

.char .alert b {
  color: #e83946;
}

.char .order_form {
  width: 380px;
  margin: 0 auto;
}

.char .order_form .field_set {
  padding-bottom: 10px;
}

.char .order_form .btn {
  padding-top: 10px;
}

.char .order_form select {
  display: block;
  width: 100%;
  font-size: 18px;
  color: #707070;
  padding: 25px 20px;
  border: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}




/*   benefits   */

.benefits {
  padding: 0px 0px 0px 0px;
}

.benefits img {
  display: block;
  margin: 0 auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.benefits li:first-child {
  padding-top: 0;
}

.benefits li {
  text-align: center;
  padding-top: 25px;
}

.benefits li b {
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  padding: 13px 0 6px 0;
  color: #282b3a;
}

.benefits li p {
  display: block;
  line-height: 24px;
}


/*   benefits list   */

.benefits_list {
  padding: 0 20px 15px 20px;
}

.benefits_list ul {
  display: block;
  margin: 0 -5px;
}

.benefits_list li {
  float: left;
  width: 50%;
  padding: 5px;
}

.benefits_list .pic {
  position: relative;
  width: 214px;
  height: 214px;
  overflow: hidden;
}

.benefits_list .pic img {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.benefits_list .pic p {
  display: block;
  width: 100%;
  background: -moz-linear-gradient(left, rgba(127,31,38,0.8) 0%, rgba(113,18,43,0.8) 100%);
  background: -webkit-linear-gradient(left, rgba(127,31,38,0.8) 0%,rgba(113,18,43,0.8) 100%);
  background: linear-gradient(to right, rgba(127,31,38,0.8) 0%,rgba(113,18,43,0.8) 100%);
  position: absolute;
  left: 0;
  bottom: 1px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 16px 0;
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
}

.benefits_list .button-m{
  margin: 30px auto -46px;
}


/*   char   */
.char {
  background: #5b309d;
  padding-top: 0px;
}

.char h2.title {
  color: #fff;
  margin-bottom: 0;
  padding: 30px 0;
}

.char h2.title span {
  color: #ffffff;
}
.char>img{
  display: block;
  margin: 0px auto;
}
.char_list{
  padding-bottom: 12px;
}
.char_list>li{
  color: #fff;
  padding: 12px 20px 12px 45px;
  background: url(../images/char_arrow.png) 20px 50% no-repeat;
  text-align: right;
  font-size: 16px;
}
.char_list>li:nth-child(2n){
  padding: 7px 20px 7px 45px;
  background: #51298e url(../images/char_arrow.png) 20px 50% no-repeat;
}
.char_list>li>b{
  float: left;
}

/*   slider   */

.slider {
  padding: 10px 0 40px 0;
}
.slider>img{
  margin-bottom: 30px;
}

.slider .desc {
  line-height: 30px;
  text-align: center;
  padding: 30px 20px 0 30px;
}

.slider .slick-prev,
.slider .slick-next {
  display: block;
  width: 34px;
  height: 51px;
  overflow: hidden;
  background: url("../images/arrow.png") 0 0 no-repeat;
  text-indent: -9999px;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  cursor: pointer;
  border: none;
  outline: none;
  z-index: 500;
}

.slider .slick-prev {
  left: 35px;
  background-position: -34px 0;
}

.slider .slick-next {
  right: 25px;
  background-position: -34px 0;
}

.slider .button-m{
  margin-top: 30px;
}

/*   reviews   */

.reviews {
  background: #5b309d;
  padding: 20px 20px 40px 20px;
}

.reviews h2.title {
  position: relative;
  color: #fff;
}

.reviews h2.title:before {
  position: absolute;
  right: 10px;
  top: 10px;
  display: block;
  width: 27px;
  height: 26px;
  /* background: url("../images/comment-icon.png") 0 0 no-repeat; */
  content: '';
}

.reviews h2.title span {
  color: #ffbd06;
}

.reviews .item {
  text-align: center;
  color: #fff;
}

.reviews .photo img {
  display: block;
  margin: 0 auto;
  border: 6px solid rgba(255, 255, 255, 0.2);
 
}

.reviews .item b {
  display: block;
  font-size: 18px;
  padding: 25px 0 13px 0;
}

.reviews .item p {
  display: block;
  line-height: 30px;
}

.reviews .slick-prev,
.reviews .slick-next {
  display: block;
  width: 20px;
  height: 41px;
  overflow: hidden;
  background: url("../images/arrow2.png") 0 0 no-repeat;
  text-indent: -9999px;
  position: absolute;
  top: 40px;
  cursor: pointer;
  border: none;
  outline: none;
  z-index: 500;
}

.reviews .slick-prev {
  left: 20px;
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.reviews .slick-next {
  right: 20px;
}

/*   order steps   */

.order_steps {
  padding: 30px 20px 0 20px;
}

.order_steps h2.title {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 15px;
}

.order_steps h2.title span {
  display: inline-block;
}

.order_steps li {
  line-height: 24px;
  padding: 32px 0 32px 110px;
  border-bottom: 2px solid #d6d6d6;
}

.order_steps li span {
  display: block;
}

.order_steps li:nth-child(1) {
  background: url("../images/order_step_icon1.png") 0 50% no-repeat;
}

.order_steps li:nth-child(2) {
  background: url("../images/order_step_icon2.png") 0 50% no-repeat;
}

.order_steps li:nth-child(3) {
  background: url("../images/order_step_icon3.png") 0 50% no-repeat;
}

.order_steps li:last-child {
  border-bottom: 0;
}

/*   footer   */

footer {
  background: #1d1f2d;
  padding: 35px 20px 30px 20px;
  text-align: center;
  color: #fff;
}

footer img {
  display: block;
  margin: 0 auto;
  padding-bottom: 15px;
}

footer a {
  color: #a7a5a5;
  font-size: 14px;
}
.slider {
 margin-bottom: 2px;
}

.slider .item img {
 display: block;
}

/* Arrows */

.slick-slide img {
 margin: 0 auto;
}

.slick-prev,
.slick-next {
 font-size: 0;
 line-height: 0;
 position: absolute;
 bottom: -38px;
 display: block;
 padding: 0;
 cursor: pointer;
 color: transparent;
 border: 1px solid #52525e;
 outline: none;
 background: url("../images/slider-arrow.png") 50% 50% no-repeat;
 width: 40px;
 height: 40px;
 z-index: 3;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
}

.slick-prev {
 left: 138px;
 -moz-transform: rotate(180deg);
 -webkit-transform: rotate(180deg);
 -o-transform: rotate(180deg);
 -ms-transform: rotate(180deg);
 transform: rotate(180deg);
}

.slick-next {
 right: 138px;
}
.benefits .price {
  padding: 5px 0 0 0;
  margin-top: 25px;
  margin-bottom: 25px;
  background: url("../images/offer__price_arrow.png") center no-repeat;
}

.benefits .price .price_item {
  float: left;
  width: 50%;
  text-align: center;
}

.benefits .price .price_item.old {
  padding-right: 40px;
  text-align: right;
}

.benefits .price .price_item.new {
  padding-left: 40px;
  text-align: left;
}

.benefits .price .price_item {
  color: #ffffff;
}

.benefits .price .text {
  margin: 0 0 4px;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
}

.benefits .price .new .text {
  font-weight: 700;
}

.benefits .price .value {
  font-size: 30px;
  line-height: 36px;
}

.benefits .price .price_item.old .value {
  text-decoration: line-through;
}

.benefits .price .price_item.new .value {
  font-weight: 700;
}

.benefits .alert {
  color: #000000;
  text-align: center;
  padding: 30px 0;
}
