@charset "utf-8";

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: 'Open Sans', sans-serif;
}

textarea {
  font-family: 'Open Sans', sans-serif;
}

button {
  cursor: pointer;
}

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

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

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

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

: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: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: #333;
}

.none {
  display: none;
}

.wrapper {
  overflow: hidden;
}

.wrp {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.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: 68px;
  line-height: 66px;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 2px rgba(255, 92, 93, 0.75);
  letter-spacing: 0.5px;
  background: #ff7474;
  background: -moz-linear-gradient(left, #ff7474 0%, #ff9b7f 100%);
  background: -webkit-linear-gradient(left, #ff7474 0%, #ff9b7f 100%);
  background: linear-gradient(to right, #ff7474 0%, #ff9b7f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7474', endColorstr='#ff9b7f', GradientType=1);
  border: 1px solid #ff5c5d;
  -webkit-border-radius: 34px;
  -moz-border-radius: 34px;
  border-radius: 34px;
  -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, .form-control {
  display: block;
  width: 100%;
  height: 56px; 
  background: #fff;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-align: left;
  padding: 16px 20px;
  border: 1px solid #ffaf98;
  -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;
}

input.field:focus {
  border-color: #7f574c;
}

/*   offer   */

.offer {
  background: url(../images/bg-1.jpg) 50% 0% no-repeat;
  background-size: cover;
  height: auto;
  padding-bottom: 30px;
}

.offer .box {
  position: relative;
  float: right;
  padding: 25px 0 0 0;
}

.offer .logo {
  position: relative;
  font-size: 48px;
  line-height: 72px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 12px;
  text-align: right;
}

.offer .logo span {
  color: #fe0000;
  padding-left: 30px;
}


.offer .short_title {
  position: relative;
  font-size: 28px;
  color: #333;
  letter-spacing: 1px;
  text-align: right;
  text-transform: uppercase;
  padding-right: 12px;
  margin-bottom: 15px;
}

.offer .short_title:before {
  position: absolute;
  right: 0;
  top: 10px;
  bottom: 8px;
  display: block;
  width: 2px;
  background: #333;
  content: '';
}

.offer .form_order {
  float: right;
  width: 300px;
  background: #fff;
  padding: 10px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
}

.offer .sale {
  background: url(../images/birka2.png) no-repeat;
  position: absolute;
  margin-top: 50px;
  padding-top: 185px;
  padding-left: 51px;
  left: 354px;
  width: 150px;
  height: 150px;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  line-height: 29px;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(349deg);

}
.bott .sale{
  left: 354px;
}


.offer .sale i {
  display: block;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
}

.offer .price {
  margin-bottom: 20px;
}

.offer .price .old_cost,
.offer .price .new_cost {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.offer .price .old_cost {
  position: relative;
  text-align: right;
  padding-right: 20px;
}

.offer .price .old_cost:before {
  position: absolute;
  right: -1px;
  top: 0;
  bottom: 0;
  display: block;
  width: 2px;
  background: #999;
  content: '';
}

.offer .price .old_cost:after {
  position: absolute;
  right: -10px;
  top: 50%;
  bottom: 0;
  margin-top: -12px;
  display: block;
  background: #fff;
  width: 20px;
  height: 24px;
  line-height: 24px;
  font-size: 18px;
  font-weight: 700;
  color: #9a9a9a;
  text-align: center;
  content: '%';
}

.offer .price .new_cost {
  text-align: left;
  padding-left: 20px;
}

.offer .price .old_cost i {
  font-style: normal;
}

.offer .price .old_cost span,
.offer .price .new_cost span {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
}

.offer .price .new_cost span {
  font-weight: 700;
  color: #fe0000;
}

.offer .price .value {
  position: relative;
  display: inline-block;
      font-size: 25px;
}

.offer .price .old_cost .value:before {
  position: absolute;
  top: 55%;
  left: 0;
  right: 15px;
  display: block;
  height: 2px;
  background: #797979;
  content: '';
}

.offer .price .new_cost .value {
  font-weight: 700;
  color: #fe0000;
}

.offer .price .value i {
  font-size: 24px;
  font-style: normal;
}

.offer .field_set {
  padding-bottom: 8px;
}

.offer .stock {
  text-align: center;
  font-size: 14px;
  padding: 10px 0 5px 0;
}

.offer .stock span {
  font-size: 16px;
  font-weight: 700;
  color: #fe0000;
}

.offer .plus {
  float: right;
  clear: both;
  padding-top: 73px;
}

.offer .plus li:first-child {
  margin-left: 0;
}

.offer .plus li {
  margin-left: 60px;
}

.offer .plus li {
  position: relative;
  display: block;
  float: left;
  width: 260px;
  height: 46px;
  background: rgb(255 255 255 / 80%);
  color: #000;
  font-size: 15px;
  font-weight: 700;
  line-height: 14px;
  padding: 9px 0 0 50px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.offer .plus li span {
  display: block;
}

.offer .plus li:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 46px;
  height: 46px;
  background: #ff7a76;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: '';
}

.offer .plus li:after {
  position: absolute;
  left: 10px;
  top: 13px;
  display: block;
  width: 26px;
  height: 20px;
  background: url("../images/check-icon.png") 0 0 no-repeat;
  content: '';
}

/*   benefits   */

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

.benefits .title_full {
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
  padding-bottom: 60px;
}

.benefits .title_full span {
  display: block;
  color: #fe0000;
}
.benefits h2{
  font-weight: 700;
  padding-bottom: 10px;
  font-size: 18px;
}
.benefits .pic {
  padding-bottom: 10px;
}

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

.benefits .desc {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}

.benefits ul {
  display: block;
  margin: 0 -15px;
}

.benefits ul li {
  float: left;
  width: 32.33%;
  height: 480px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #dfdfdf8f;
  margin: 3px;
  padding: 5px;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 57px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 57px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 57px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 10px;
}


/*   advantages   */

.advantages {
  position: relative;
  padding-bottom: 40px;
  /*  background: #ff957d;
    background: -moz-linear-gradient(top, #ff957d 0%, #ff6871 100%);
    background: -webkit-linear-gradient(top, #ff957d 0%, #ff6871 100%);
    background: linear-gradient(to bottom, #ff957d 0%, #ff6871 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff957d', endColorstr='#ff6871', GradientType=0);*/
}

.advantages:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/1.jpg") 0 0 repeat;
  opacity: .5;
  content: '';
}

.advantages .title_full {
  font-size: 48px;
  line-height: 48px;
  color: #333;
  text-align: center;
  padding: 35px 0 30px 0;
}

.advantages .title_full span {
  font-weight: 700;
  color: #fe0000;
}

.advantages ul {
  display: block;
  padding-bottom: 40px;
}

.advantages ul li {
  display: block;
  float: left;
  width: 25%;
  text-align: center;
  color: #333;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.advantages .pic img {
  display: block;
  margin: 0 auto;
}

.advantages .title {
  font-weight: 700;
  padding-bottom: 15px;
}

.advantages .desc {
  line-height: 24px;
  padding: 0 15px;
}

.advantages .manage_order {
  background: #fff;
  width: 100%;
  max-width: 740px;
  margin: 0 auto;
  padding: 20px;
  -webkit-border-radius: 38px 0 38px 0;
  -moz-border-radius: 38px 0 38px 0;
  border-radius: 38px 0 38px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.advantages .timer {
  float: left;
  margin-top: -7px;
}

.advantages .timer .title_timer {
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  padding-bottom: 3px;
}

.advantages .btn {
  float: right;
  width: 300px;
}

/*   countbox   */

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

.countbox .countbox-num {
  position: relative;
  float: left;
  color: #333;
  padding-left: 35px;
}

.countbox .countbox-num:first-child {
  padding-left: 0;
}

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

.countbox .countbox-num:before {
  position: absolute;
  top: -3px;
  left: 12px;
  display: block;
  font-size: 48px;
  line-height: 48px;
  font-weight: 300;
  content: ':';
}

.countbox .countbox-hours,
.countbox .countbox-mins,
.countbox .countbox-secs {
  display: inline-block;
  vertical-align: top;
  font-size: 48px;
  line-height: 48px;
  font-weight: 300;
}

.countbox .countbox-hours-text,
.countbox .countbox-mins-text,
.countbox .countbox-secs-text {
  position: relative;
  top: -4px;
  display: inline-block;
  vertical-align: bottom;
  font-size: 14px;
  font-weight: 300;
  padding-left: 5px;
}

/*   application   */

.application {
  padding: 45px 0;
}

.application .title_full {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  line-height: 36px;
  padding-bottom: 45px;
}

.application .title_full span {
  color: #fe0000;
}

.application ul {
  display: block;
  margin: 0 -3px;
}

.application ul li {
  display: block;
  float: left;
  width: 33.33%;
  padding: 6px 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.application .item {
  min-height: 385px;
  background: #fff;
  -webkit-box-shadow: 0 4px 57px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 57px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 57px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.application .pic {
  padding: 20px 0;
}

.application .pic img {
  display: block;
  margin: 0 auto;
}

.application .title {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 20px;
}

.application .desc {
  font-size: 14px;
  padding-left: 30px;
  padding-bottom: 17px;
}

/*   how use   */

.how_use {
  position: relative;
  padding-bottom: 70px;
 /* background: #ff957d;
  background: -moz-linear-gradient(top, #ff957d 0%, #ff6871 100%);
  background: -webkit-linear-gradient(top, #ff957d 0%, #ff6871 100%);
  background: linear-gradient(to bottom, #ff957d 0%, #ff6871 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff957d', endColorstr='#ff6871', GradientType=0);*/
}

.how_use:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/1.jpg") 0 0 repeat;
  opacity: .5;
  content: '';
}

.how_use .title_full {
  color: #33;
  font-size: 48px;
  line-height: 48px;
  text-align: center;
  padding: 40px 0;
}

.how_use .title_full span {
  font-weight: 700;
  color: #fe0000;
}

.how_use ul {
  position: relative;
  display: block;
  width: 100%;
  max-width: 485px;
}

.how_use ul:before {
  position: absolute;
  right: -508px;
  top: 0;
  display: block;
  width: 515px;
  height: 393px;
  background: url("../video.mp4") ;
  content: '';
}



.how_use ul li {
  display: block;
  padding-bottom: 29px;
}

.how_use .item {
  position: relative;
  display: table;
  width: 100%;
  height: auto;
  background: #fff;
  padding-right: 25px;
  -webkit-border-radius: 35px 0 0 35px;
  -moz-border-radius: 35px 0 0 35px;
  border-radius: 35px 0 0 35px;
}

.how_use .item .text {
  display: table-cell;
  vertical-align: middle;
  padding-left: 42px;
  font-size: 17px;
  line-height: 27px;
}

.how_use .item .step {
  position: absolute;
  top: 50%;
  margin-top: -37px;
  left: 0;
  display: block;
  width: 74px;
  height: 74px;
  background: #fff;
  text-align: center;
  color: #ff2152;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  padding-top: 19px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 5px 24px rgba(250, 98, 76, 0.25);
  -moz-box-shadow: 0 5px 24px rgba(250, 98, 76, 0.25);
  box-shadow: 0 5px 24px rgba(250, 98, 76, 0.25);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  content: '';
}

.how_use .item .step i {
  display: block;
  font-size: 30px;
  font-weight: 700;
  font-style: normal;
}
.flex{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.it{
  width: 48%;
  margin: 5px
}
/*   reviews   */

.reviews {
  padding: 30px 0 40px 0;
  background: #f9f9f9;
}

.reviews .title_full {
  font-size: 48px;
  line-height: 48px;
  text-align: center;
  padding-bottom: 55px;
}

.reviews .title_full span {
  color: #fe0000;
  font-weight: 700;
}

.reviews .slider_reviews {
  position: relative;
  width: 100%;
  max-width: 770px;
  margin: 0 auto;
}

.reviews .photo {
  position: relative;
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
}

.reviews .photo:before,
.reviews .photo:after {
  position: absolute;
  top: 55px;
  display: block;
  width: 166px;
  height: 222px;
  background: url("../images/quote-icon.png") 50% 50% no-repeat #efefef;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  content: '';
}

.reviews .photo:before {
  left: 0;
}

.reviews .photo:after {
  right: 0;
}

.reviews .im {
  position: relative;
  width: 240px;
  margin: 0 auto;
}

.reviews .im img {
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  -webkit-box-shadow: 0 4px 57px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 57px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 57px rgba(0, 0, 0, 0.1);
}

.reviews .info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.reviews .name {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 8px;
}

.reviews .city {
  font-size: 14px;
}

.reviews .desc {
  width: 100%;
  max-width: 610px;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  margin: 0 auto;
  padding: 25px 0 0 0;
}

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

.reviews .slick-prev {
  left: 0;
}

.reviews .slick-next {
  right: 0;
  background-position: -53px 0;
}

/*   order steps   */

.order_steps {
  background: #f9f9f9;
  padding: 35px 0;
}

.order_steps .title_full {
  font-size: 48px;
  line-height: 48px;
  text-align: center;
  padding-bottom: 50px;
}

.order_steps .title_full span {
  color: #fe0000;
  font-weight: 700;
}

.order_steps li {
  position: relative;
  display: block;
  float: left;
  width: 33.33%;
  color: #222;
  font-size: 14px;
  text-align: center;
}

.order_steps .title {
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 5px;
}

.order_steps .desc {
  line-height: 24px;
  padding: 0 20px;
}

.order_steps ul li:before {
  display: block;
  width: 111px;
  height: 110px;
  margin: 0 auto 20px auto;
  content: '';
}

.order_steps ul li.delivery:before {
  background: url("../images/delivery-icon.png") 0 0 no-repeat;
}

.order_steps ul li.payment:before {
  background: url("../images/payment-icon.png") 0 0 no-repeat;
}

.order_steps ul li.guarantee:before {
  background: url("../images/guarantee-icon.png") 0 0 no-repeat;
}

/*   footer   */

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

.footer ul.links {
  padding-top: 10px;
}

.footer ul.links li {
  display: inline-block;
  padding: 0 7px;
}