/* fonts */
@font-face {
  font-family: "Souses";
  src: url("../font/Souses.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

h1, h2, h4, p {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

ol, ul {
  list-style: none;
}

.price {
  position: relative;
}
.price .price_old {
  color: #7f7f7f;
  padding-right: 30px;
  width: 50%;
  height: 80px;
  float: left;
  background: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 1.2em;
  padding-top: 10px;
}
.price .price_old p {
  font-size: 35px;
  line-height: 1.2em;
  font-weight: 800;
}
.price .price_old p span {
  text-decoration: line-through;
}
.price .price_new {
  padding-left: 30px;
  width: 50%;
  height: 80px;
  float: left;
  background: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 1.2em;
  padding-top: 10px;
}
.price .price_new p {
  font-size: 35px;
  line-height: 1.2em;
  font-weight: 800;
}
.price .price_new p span {
  text-decoration: line-through;
}
.price .sale {
  width: 150px;
  height: 100px;
  background: url(../img/sale.png) 50% 50% no-repeat;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -75px;
  text-align: center;
  padding-top: 12px;
  color: #fff;
  font-weight: 800;
  text-shadow: 0 3px 1px rgba(0, 0, 0, 0.3);
  letter-spacing: 0.6px;
}
.price .sale span {
  display: block;
  font-size: 40px;
  line-height: 1.1em;
  letter-spacing: normal;
}

.price:before {
  content: "";
  width: 85px;
  height: 55px;
  background: url(../img/lenta.png) 50% 50% no-repeat;
  position: absolute;
  left: 0;
  top: -44px;
}

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

.prod_count {
  text-align: center;
  color: #fff;
  margin-top: 20px;
}
.prod_count span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  margin: 0 5px;
  color: #121314;
  font-weight: 700;
}

.timer {
  padding: 0 15px;
  margin-bottom: 5px;
  height: 160px;
}
.timer p {
  text-align: center;
  margin-bottom: 5px;
}
.timer h4 {
  margin: 0px;
  padding: 0px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Helvetica", "Arial", sans-serif;
}

.button-m {
  border: none;
  cursor: pointer;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  height: 80px;
  width: 340px;
  display: block;
  border-radius: 14px;
  line-height: 78px;
  text-decoration: none;
  text-align: center;
  background: linear-gradient(to bottom, #ffcc00, #ff9c00);
  border-bottom: 4px solid #da8500;
  -webkit-box-shadow: 0px 4px 16px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 16px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 16px 0 rgba(0, 0, 0, 0.2);
  font-size: 22px;
  letter-spacing: 1px;
  margin: 0px auto;
  color: #121314;
  position: relative;
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.2);
}

.gallery .owl-prev,
.gallery .owl-next,
.wtsp_rev .owl-prev,
.wtsp_rev .owl-next {
  position: absolute;
  width: 50px;
  height: 60px;
  background: #ffcc00 url(../img/slider_rev.png) 0% 50% no-repeat;
  top: 50%;
  margin-top: -30px;
}

.gallery .owl-prev,
.wtsp_rev .owl-prev {
  left: 0;
  border-radius: 0 14px 14px 0;
}

.gallery .owl-next,
.wtsp_rev .owl-next {
  right: 0;
  border-radius: 14px 0 0 14px;
  background-position: 100% 50%;
}

/*whatsapp rev*/
.wtsp_item {
  max-width: 410px;
  min-height: 710px;
  margin: 0 auto;
  background: url(../img/wtsp_bg.jpg) 50% 0% repeat;
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
  overflow: hidden;
}

.wtsp_item .info {
  background: #075e55 url(../img/wtsp_btn.png) 3px 50% no-repeat;
  padding: 16px 110px 13px 35px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.35);
  position: relative;
  z-index: 2;
}

.wtsp_item .info > img {
  float: left;
  border-radius: 50%;
  width: 42px;
  border: 1px solid #0f3a33;
}

.wtsp_item .info .text {
  overflow: hidden;
  padding-left: 8px;
  color: #fff;
}

.wtsp_item .info .text > p {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}

.wtsp_item .info .text > small {
  font-size: 13px;
  line-height: 18px;
  display: block;
}

.wtsp_item .date {
  text-align: center;
  margin-top: 10px;
}

.wtsp_item .date > span {
  display: inline-block;
  vertical-align: top;
  background: #d4ebf3;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 28px;
  color: #3f5250;
  padding: 0 8px;
  border-radius: 7px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.wtsp_item .message_container {
  margin-top: 10px;
  padding: 0 12px;
}

.wtsp_item .message {
  display: inline-block;
  max-width: 295px;
  min-width: 70px;
  padding: 6px 10px;
  position: relative;
  font-size: 18px;
  line-height: 22px;
  color: #212121;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 10px;
}

.wtsp_item .message:last-child {
  margin-bottom: 0;
}

.wtsp_item .message > p {
  margin-bottom: 5px;
}

.wtsp_item .message > img {
  display: block;
  margin: 0 auto 6px;
  border-radius: 4px;
}

.wtsp_item .message .time {
  text-align: right;
  font-size: 14px;
  line-height: 15px;
  color: #989898;
  padding: 0 5px;
}

.wtsp_item .message.client {
  background: #fff;
  border-radius: 0 6px 6px 6px;
}

.wtsp_item .message.client:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 0;
  border-color: transparent #ffffff transparent transparent;
  position: absolute;
  top: 0;
  left: -6px;
}

.wtsp_item .message.author {
  background: #e2ffc7;
  border-radius: 10px 0 10px 10px;
  padding: 6px 10px;
  float: right;
}

.wtsp_item .message.author:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 0;
  border-color: #e2ffc7 transparent transparent transparent;
  position: absolute;
  top: 0;
  right: -6px;
}

.wtsp_item .message.author .time {
  padding: 0;
}

.wtsp_item .message.author .time:after {
  content: "";
  width: 18px;
  height: 12px;
  background: url(../img/wtsp_read.png) 50% 50% no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 4px;
}

.wtsp_item:after {
  content: "";
  width: 404px;
  height: 57px;
  background: url(../img/wtsp_send.png) 50% 50% no-repeat;
  position: absolute;
  left: 50%;
  margin-left: -202px;
  bottom: 7px;
}

.wtsp_rev .owl-prev,
.wtsp_rev .owl-next {
  background-color: rgba(255, 204, 0, 0.6);
  background-image: url(../img/slider_rev.png);
  background-position: 0% 50%;
}

.wtsp_rev .owl-next {
  background-position: 100% 50%;
}

.wtsp_rev .owl-dots {
  font-size: 0;
  text-align: center;
  margin-top: 20px;
}

.wtsp_rev .owl-dot {
  display: inline-block;
  vertical-align: top;
  margin: 0 8px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #ffffff;
}

.wtsp_rev .owl-dot.active {
  background: #ffffff;
}

/* /whatsapp rev  */
body {
  background: #535e3c;
  margin: 0;
  font-size: 18px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  line-height: 1.4em;
}
body .lending {
  margin: 0 auto;
  width: 480px;
  background: #fff;
}
body .lending .section1 .block1 {
  height: 510px;
  padding: 53px 0 0 15px;
  position: relative;
}
body .lending .section1 .block1 span {
  display: block;
  color: #ffcc00;
}
body .lending .section1 .block1 h1 {
  color: #fff;
  font-family: "Souses", Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 1.2em;
  text-shadow: 0 3px 1px rgba(0, 0, 0, 0.2);
}
body .lending .section1 .block1 img {
  position: absolute;
  top: 60px;
  right: 15px;
  border-radius: 4px;
  border: 3px solid #fff;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.2);
}
body .lending .section1 .block1 .main_subtitle {
  color: #fff;
  font-family: "Souses", Arial, Helvetica, sans-serif;
  text-align: right;
  font-size: 20px;
  text-shadow: 0 3px 1px rgba(0, 0, 0, 0.2);
  padding: 10px 15px 0 310px;
  position: relative;
}
body .lending .section1 .block1 .main_subtitle:before {
  content: "";
  width: 53px;
  height: 77px;
  background: url(../img/main_subtitle_arrow.png) 50% 50% no-repeat;
  position: absolute;
  top: 10px;
  left: 255px;
}
body .lending .section1 .block3 {
  background: #659207 url(../img/snow.png) 50% 0% repeat-y;
  padding: 40px 0 30px;
}
body .lending .section1 .block3 .list {
  text-align: center;
}
body .lending .section1 .block3 .list .item {
  width: 33.3%;
  float: left;
  padding: 0 10px;
  font-size: 16px;
  line-height: 1.3em;
}
body .lending .section1 .block3 .list .item img {
  border-radius: 50%;
  display: block;
  margin: 0 auto 10px;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2);
}
body .lending .section1 .block3 .list .item p {
  color: #fffc00;
  font-weight: 700;
}
body .lending .section1 .block3 .list:after {
  content: "";
  display: block;
  clear: both;
}
body .lending .section1 .block3 .formbox {
  max-width: 380px;
  background: #fff;
  border-radius: 12px;
  margin: 120px auto 0;
  position: relative;
  padding: 25px 0 20px;
}
body .lending .section1 .block3 .formbox > h4 {
  font-size: 20px;
  text-align: center;
  font-family: "Souses", Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 20px;
}
body .lending .section1 .block3 .formbox > h4 span {
  color: #fb1000;
}
body .lending .section1 .block3 .formbox:before {
  content: "";
  width: 210px;
  height: 120px;
  position: absolute;
  top: -101px;
  left: 50%;
  margin-left: -105px;
}
body .lending .section2 .video_block {
  background: #ccc;
  overflow: hidden;
  height: 270px;
  position: relative;
}
body .lending .section2 .video_block .youtube {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body .lending .section2 .video_block iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body .lending .section3 {
  padding: 35px 0 0px;
}
body .lending .section3 > .title {
  font-size: 28px;
  line-height: 1.3em;
  text-transform: uppercase;
  font-weight: 800;
  text-align: center;
  margin-bottom: 30px;
  padding: 0 10px;
}
body .lending .section3 > .title span {
  color: #659207;
}
body .lending .section3 > p {
  padding: 0 15px;
  text-align: center;
  margin-bottom: 20px;
}
body .lending .section3 > p b {
  color: #659207;
}
body .lending .section3 > img {
  display: block;
  margin: 0 auto 20px;
}
body .lending .section3 > .box {
  background: #659207;
  padding: 0 0 40px;
}
body .lending .section3 > .box > img {
  display: block;
  margin: 0 auto 30px;
}
body .lending .section4 {
  background: #89060b url(../img/snow.png) 50% 0% repeat-y;
  padding: 35px 0 30px;
}
body .lending .section4 > .title {
  color: #fff;
  font-size: 30px;
  line-height: 1.3em;
  text-transform: uppercase;
  font-weight: 800;
  text-align: center;
  margin-bottom: 30px;
  padding: 0 10px;
}
body .lending .section4 > .title span {
  color: #ffcc00;
}
body .lending .section4 > ul {
  list-style: none;
  padding: 0 35px;
}
body .lending .section4 > ul li {
  background: #fff;
  border-radius: 20px;
  margin-bottom: 30px;
  border-bottom: 4px solid #dadbdc;
  padding: 20px;
  text-align: center;
  box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.2);
}
body .lending .section4 > ul li img {
  display: block;
  margin: 0 auto 20px;
}
body .lending .section4 > ul li span {
  font-weight: 800;
  display: block;
  text-transform: uppercase;
  margin-bottom: 10px;
}
body .lending .section4 > ul li span:after {
  content: "";
  width: 40px;
  height: 4px;
  background: #ffcc00;
  display: block;
  margin: 10px auto 0;
}
body .lending .section5 {
  height: 300px;
  padding: 80px 10px 0 235px;
  text-align: right;
}
body .lending .section5 > .title {
  color: #fffc00;
  line-height: 1.2em;
  margin-bottom: 0;
  text-align: right;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 800;
  padding: 0 10px;
}
body .lending .section5 > p {
  padding: 22px 0 0 10px;
  color: #fff;
  font-size: 25px;
  line-height: 1.2em;
  font-weight: 800;
  letter-spacing: 0.8px;
}
body .lending .section6 {
  padding: 35px 0 30px;
}
body .lending .section6 > .title {
  font-size: 30px;
  line-height: 1.3em;
  text-transform: uppercase;
  font-weight: 800;
  text-align: center;
  margin-bottom: 30px;
  padding: 0 10px;
}
body .lending .section6 > .title span {
  color: #659207;
}
body .lending .section6 .char_list {
  margin-top: 20px;
  padding: 0 15px;
  list-style: none;
}
body .lending .section6 .char_list li {
  background: #f5f6f7;
  border-left: 3px solid #fb1000;
  border-radius: 6px;
  padding: 8px 12px 8px 22px;
  margin-bottom: 10px;
  text-align: right;
}
body .lending .section6 .char_list li b {
  float: left;
  font-weight: 700;
}
body .lending .section6 .char_list li:after {
  content: "";
  display: block;
  clear: both;
}
body .lending .section6 .prod_colors {
  margin-top: 30px;
}
body .lending .section6 .prod_colors img {
  display: block;
  margin: 0 auto;
}
body .lending .section6 .prod_colors ul {
  text-align: center;
  padding: 0 10px;
}
body .lending .section6 .prod_colors ul li {
  font-size: 18px;
  width: 49%;
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
}
body .lending .section6 .prod_colors .button-m {
  margin-top: 30px;
}
body .lending .section7 {
  background: #659207 url(../img/snow.png) 50% 0% repeat-y;
  padding: 35px 0 30px;
}
body .lending .section7 .title {
  color: #fff;
  font-size: 30px;
  line-height: 1.3em;
  text-transform: uppercase;
  font-weight: 800;
  text-align: center;
  margin-bottom: 30px;
  padding: 0 10px;
}
body .lending .section7 .title span {
  color: #fffc00;
}
body .lending .section7 .wtsp_rev.owl-carousel .owl-item {
  padding: 0 30px;
}
body .lending .section7 .button-m {
  margin-top: 30px;
}
body .lending .section8 {
  padding: 35px 0 30px;
}
body .lending .section8 .title {
  font-size: 30px;
  line-height: 1.3em;
  text-transform: uppercase;
  font-weight: 800;
  text-align: center;
  margin-bottom: 30px;
  padding: 0 10px;
}
body .lending .section8 .title span {
  color: #659207;
}
body .lending .section8 ul {
  text-align: center;
}
body .lending .section8 ul li {
  display: inline-block;
  vertical-align: top;
  width: 225px;
  height: 220px;
  border-radius: 8px;
  margin: 0 5px 10px;
  color: #fff;
  padding: 22px 15px 0 15px;
  text-align: left;
  font-size: 16px;
}
body .lending .section8 ul li h4 {
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
}
body .lending .section8 ul li p {
  padding: 0 10px 0 0;
  margin-top: 15px;
}
body .lending .section8 ul li:nth-child(1) {
  background: #89060b;
}
body .lending .section8 ul li:nth-child(1) h4:before {
  content: "";
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  margin: -3px 12px 0 0;
}
body .lending .section8 ul li:nth-child(2) {
  background: #659207;
}
body .lending .section8 ul li:nth-child(2) h4:before {
  content: "";
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  margin: -3px 12px 0 0;
  background-position: -40px 50%;
}
body .lending .section8 ul li:nth-child(3) {
  background: #ff9c00;
}
body .lending .section8 ul li:nth-child(3) h4:before {
  content: "";
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  margin: -3px 12px 0 0;
  background-position: -80px 50%;
}
body .lending .section8 ul li:last-child {
  padding: 35px 0 0;
}
body .lending .section9 .box {
  position: relative;
  height: 510px;
  padding: 53px 0 0 15px;
}
body .lending .section9 .box .main_title {
  color: #fff;
  font-family: "Souses", Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 1.2em;
  text-shadow: 0 3px 1px rgba(0, 0, 0, 0.2);
}
body .lending .section9 .box .main_title span {
  display: block;
  color: #ffcc00;
}
body .lending .section9 .box .main_title small {
  display: block;
  font-size: 32px;
  line-height: 1.4em;
}
body .lending .section9 .box img {
  position: absolute;
  top: 60px;
  right: 15px;
  border-radius: 4px;
  border: 3px solid #fff;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.2);
}
body .lending .section9 .box .main_subtitle {
  color: #fff;
  font-family: "Souses", Arial, Helvetica, sans-serif;
  text-align: right;
  font-size: 20px;
  text-shadow: 0 3px 1px rgba(0, 0, 0, 0.2);
  padding: 10px 15px 0 310px;
  position: relative;
}
body .lending .section9 .box .main_subtitle span {
  display: block;
  color: #ffcc00;
}
body .lending .section9 .box .main_subtitle:before {
  content: "";
  width: 53px;
  height: 77px;
  background: url(img/main_subtitle_arrow.png) 50% 50% no-repeat;
  position: absolute;
  top: 10px;
  left: 255px;
}
body .lending .section9 .bottom {
  background: #659207 url(img/snow.png) 50% 0% repeat-y;
  padding: 40px 0 30px;
}
body .lending .section9 .bottom .formbox {
  margin-top: 100px;
  max-width: 380px;
  background: #fff;
  border-radius: 12px;
  margin: 120px auto 0;
  position: relative;
  padding: 25px 0 20px;
}
body .lending .section9 .bottom .formbox > h4 {
  font-size: 20px;
  text-align: center;
  font-family: "Souses", Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 20px;
}
body .lending .section9 .bottom .formbox > h4 span {
  color: #fb1000;
}
body .lending .section9 .bottom .formbox > h4:after {
  content: "";
  width: 320px;
  height: 2px;
  background: #dadbdc;
  display: block;
  margin: 5px auto 0;
}
body .lending .section9 .bottom .formbox h5 {
  text-align: center;
  font-weight: 800;
  font-size: 22px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
body .lending .section9 .bottom .formbox h5 + p {
  text-align: center;
  padding: 0 30px;
  margin-bottom: 20px;
}
body .lending .section9 .bottom .formbox:before {
  content: "";
  width: 210px;
  height: 120px;
  position: absolute;
  top: -101px;
  left: 50%;
  margin-left: -105px;
}
body .lending .section9 .bottom .m1-form {
  padding: 0 20px;
}
body .lending .section9 .bottom .m1-form input {
  outline: none;
  width: 100%;
  display: block;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  border: #dadbdc 1px solid;
  font-size: 18px;
  margin-bottom: 15px;
  height: 80px;
  border-radius: 12px;
  background: #f5f6f7;
  text-align: center;
  color: #222;
}
body .lending .section9 .bottom .m1-form input:focus::-webkit-input-placeholder {
  color: transparent;
}
body .lending .section9 .bottom .m1-form input:focus::-moz-placeholder {
  color: transparent;
}
body .lending .section9 .bottom .m1-form input:focus:-moz-placeholder {
  color: transparent;
}
body .lending .section9 .bottom .m1-form input:focus:-ms-input-placeholder {
  color: transparent;
}
body .lending .section10 {
  padding: 25px 0;
  background: #fff;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}
body .lending .section10 a {
  color: #222;
  display: block;
}

/*# sourceMappingURL=style.css.map */
