/* styles */
body {
  min-width: 480px;
  background: #15151a;
  font-family: 'Proxima Nova', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
  color: #333;
  cursor: default;
}

.main_wrapper {
  margin: 0 auto;
  width: 480px;
  background: #fff;
  overflow: hidden;
}


img {
  max-width: 100%;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

b {
  font-weight: 700;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

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

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

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

section {
  padding: 30px 0 0;
}

section > img {
  display: block;
  margin: 0 auto;
}

section.dark_bg {
  background: #181b23;
}

/*  header   */
.offer_section {
  background: #2f3039;
  padding: 0;
  position: relative;
}

.main_title {
  font-size: 40px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  padding: 16px 0;
  color: #64a0e3;
}

.main_subtitle {
  color: #fff;
  font-size: 26px;
  text-align: center;
  font-weight: 800;
  line-height: 30px;
  padding: 0;
}

.main_subtitle span {
  color: #ffcd00;
}

.offer_image {
  background: url("../images/header_product.jpg");
  height: 540px;
  position: relative;
}

.offer_image > img {
  display: block;
}

.offer_image.bottom {
  background: url("../images/v_01.jpg") no-repeat;
  height: 540px;
}

.offer_image.bottom .sale {
  left: 40%;
  top: 305px;
}

.offer_image.bottom .bottom-sticker {
  position: absolute;
  top: 35%;
  right: 15px;
  border-radius: 100%;
  border: 4px solid #7c8ca0b6;
}

.offer_section .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background: #22232b;
  color: white;
  padding: 10px 20px 15px;
  font-size: 13px;
  line-height: 15px;
}

.offer_section .top .t2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.offer_section .top .t2 img {
  margin-right: 10px;
}

.offer_section .top .t2 .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.offer_section .top .t2 .text span:nth-child(1) {
  margin-bottom: 5px;
  font-size: 19px;
  color: #ff8f25;
  font-weight: 800;
}

.offer_section .alert-info {
  position: absolute;
  left: 20px;
  bottom: 55px;
  width: 255px;
  height: 66px;
  background: rgba(46, 55, 67, 0.9);
  border-left: 3px solid #f67122;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  padding-left: 60px;
  border-radius: 10px;
}

.offer_section .alert-info b {
  font-size: 36px;
  position: absolute;
  left: 13px;
  top: 25px;
}

.offer_section .alert-info span {
  display: block;
  padding-top: 14px;
}

.offer_section .year {
  position: absolute;
  top: 161px;
  right: 72px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
}

.sale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 20px;
  top: 425px;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.2);
          box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.2);
  background: -webkit-gradient(linear, left bottom, left top, from(#ffcb01), to(#f55a17));
  background: linear-gradient(to top, #ffcb01, #f55a17);
  color: black;
  text-align: center;
}

.sale span {
  font-size: 14px;
  font-weight: 800;
}

.sale span:first-child {
  color: white;
  text-transform: uppercase;
}

.sale span:last-child {
  font-size: 16px;
}

.sale b {
  font-size: 27px;
}

.bull {
  background: #22232b;
  font-size: 0;
  padding: 25px 10px;
}

.bull li {
  display: inline-block;
  width: 33.33%;
  vertical-align: top;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: center;
}

.bull li img {
  display: block;
  margin: 0 auto 10px;
}

.bull li span {
  color: #ffcd00;
}

.bull li p {
  padding: 0 10px;
}

.ofr_bull {
  padding: 30px 0;
  background: #22232b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ofr_bull > li {
  width: 33.3%;
  text-align: center;
  padding: 0 10px;
  color: #fff;
}

.ofr_bull > li > span {
  color: #ffcd00;
  display: block;
}

.ofr_bull > li:before {
  content: '';
  width: 89px;
  height: 89px;
  background: url(../images/ofr_bull.png) 0% 50% no-repeat;
  display: block;
  margin: 0 auto 15px;
}

.ofr_bull > li:nth-child(2):before {
  background-position: -89px 50%;
}

.ofr_bull > li:nth-child(3):before {
  background-position: -178px 50%;
}

.price {
  position: relative;
  background: url("../images/price-bg.png") 50% 0 no-repeat;
}

.price:before {
  display: block;
  content: '';
  width: 100%;
  height: 21px;
  background: url("../images/price_shadow.png") center top no-repeat;
  position: absolute;
  bottom: -21px;
  left: 0;
}

.price > div {
  width: 50%;
  height: 66px;
  float: left;
  padding: 3px 0;
  font-weight: 500;
  text-align: center;
  font-size: 14px;
}

.price > div > p {
  line-height: 14px;
  padding: 6px 0 0;
}

.price > div > span {
  font-size: 36px;
  line-height: 1.05em;
}

.price > div > small {
  font-size: 26px;
  text-transform: uppercase;
}

.price > div.old {
  font-weight: 400;
}

.price > div.old > span {
  text-decoration: line-through;
}

.price > div.new {
  color: #fff;
  position: relative;
}

.price > div.new > small, .price > div.new > span {
  font-weight: 700;
}

.offer_section .timer_block {
  margin: 0 0 25px;
  color: #fff;
  text-align: center;
}

.offer_section .timer_block p {
  margin: 10px auto 15px;
  padding: 12px 0;
  width: 280px;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 20px;
  position: relative;
}

.offer_section .timer_block p:before {
  content: '';
  width: 42px;
  height: 29px;
  background: url(../images/timer_block_arrow.png) 50% 50% no-repeat;
  position: absolute;
  top: 5px;
  left: -35px;
}

.offer_section .timer_item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
}

.offer_section .timer_item .count {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
  font-size: 44px;
  font-weight: 700;
  line-height: 44px;
}

.offer_section .timer_item .text {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 14px;
}

.main_form {
  width: 380px;
  margin: 15px auto 0;
}

.main_form input {
  width: 100%;
  display: block;
  font-family: 'Proxima Nova', sans-serif;
  border: none;
  font-size: 18px;
  padding: 0 40px;
  margin-bottom: 10px;
  height: 76px;
  border-radius: 38px;
  text-align: center;
  font-weight: 500;
  color: #222;
}

.main_form .button-m {
  margin-top: 0;
}

.main_form ::-webkit-input-placeholder, .main_form ::-moz-placeholder, .main_form :-moz-placeholder, .main_form :-ms-input-placeholder {
  color: #666;
}

.main_form :focus::-webkit-input-placeholder, .main_form :focus::-moz-placeholder, .main_form :focus:-moz-placeholder, .main_form :focus:-ms-input-placeholder {
  color: transparent;
}

/* button */
.button-m {
  border: none;
  text-decoration: none;
  cursor: pointer;
  font-family: 'Proxima Nova', sans-serif;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.6px;
  margin: 0 auto;
  text-transform: uppercase;
  height: 76px;
  width: 380px;
  background: -webkit-gradient(linear, left top, left bottom, from(#78b1f0), to(#307cd1));
  background: linear-gradient(to bottom, #78b1f0, #307cd1);
  color: white;
  box-shadow: 0 5px 0 #1c599d;
  display: block;
  border-radius: 40px;
  line-height: 80px;
  text-align: center;
  -webkit-box-shadow: 0 5px 0 #1c599d;
  -moz-box-shadow: 0 5px 0 #1c599d;
  position: relative;
}

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

.offer_section .order-info {
  background: #fff;
  height: 66px;
  padding: 0 20px;
}

.offer_section .order-info li {
  float: left;
  height: 66px;
  font-size: 16px;
  line-height: 18px;
  padding: 15px 0 0 57px;
}

.offer_section .order-info li:nth-child(1) {
  width: 235px;
  background: url("https://demo.lp-base.pro/1744/images/order-icon-top1.png") 0 50% no-repeat;
}

.offer_section .order-info li:nth-child(2) {
  background: url("https://demo.lp-base.pro/1744/images/order-icon-top2.png") 0 50% no-repeat;
}

.offer_section .order-info li span {
  display: block;
}

.offer_section .products_count {
  text-align: center;
  color: #fff;
  margin: 30px 0 0;
  height: 52px;
  line-height: 52px;
  background: #22232b;
}

.offer_section .products_count > span {
  width: 80px;
  height: 52px;
  background: url("../images/stock-num.png") 0 0 no-repeat;
  font-weight: 700;
  margin: 0 0 0 8px;
  padding: 0 10px;
  display: inline-block;
  text-align: center;
  position: relative;
}

/*   description   */
.description h2.title {
  margin-bottom: 20px;
}

.description p.txt {
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #444;
  padding: 0 20px 30px;
}

.description p.txt i {
  font-style: normal;
  background: #fbdabf;
  padding: 0 5px;
}

.description .image {
  margin-bottom: 25px;
}

.videoblock {
  padding: 35px 0;
}

.videoblock .title span {
  display: inline;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed, .video-container .youtube {
  background: #000;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videoblock > p {
  padding: 0 20px;
  text-align: center;
  font-size: 18px;
  line-height: 1.5em;
  margin-bottom: 30px;
}

.videoblock > img {
  display: block;
  margin: 0 auto 25px;
}

.benef1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 15px;
}

.benef1 > li {
  width: 50%;
  padding: 0 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
}

.benef1 > li > img {
  width: 177px;
  border-radius: 50%;
  display: block;
  margin: 0 auto 12px;
  border: 7px solid #e5e5e5;
}

/*   b1   */
.b1 {
  background: url("../images/b1-bg.jpg") 50% 0 no-repeat #22232b;
  padding-bottom: 10px;
}

.b1 h2.title {
  font-size: 26px;
  line-height: 36px;
  text-transform: inherit;
  color: #fff;
}

.b1 h2.title span {
  text-transform: uppercase;
  color: #fff;
}

.b1 .gallery {
  margin-bottom: 35px;
}

/*   list-v1   */
.list-v1 {
  padding: 0 20px;
}

.list-v1 li {
  min-height: 125px;
  padding: 0 0 35px 105px;
  color: #fff;
}

.list-v1 h4 {
  color: #ffcd00;
  font-size: 18px;
  padding-bottom: 5px;
}

.list-v1 li:nth-child(1) {
  background: url("https://demo.lp-base.pro/1744/images/b1-icon1.png") 0 0 no-repeat;
}

.list-v1 li:nth-child(2) {
  background: url("https://demo.lp-base.pro/1744/images/b1-icon2.png") 0 0 no-repeat;
}

.list-v1 li:nth-child(3) {
  background: url("https://demo.lp-base.pro/1744/images/b1-icon3.png") 0 0 no-repeat;
}

/*sect_1*/
.sect_1 {
  background: url("../images/sec1_bg.jpg") center -70px no-repeat;
  padding-bottom: 20px;
}

.sect_1 > img {
  display: block;
}

.sect_1 h2.title {
  margin-bottom: 15px;
  line-height: 36px;
}

.sect_1 > p.op {
  text-align: center;
  margin: 0 20px 15px;
  font-size: 18px;
  line-height: 30px;
}

.sect_1 p.txt {
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  padding: 0 20px;
}

.list_4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0;
  letter-spacing: -1px;
  margin-top: 30px;
}

.list_4 > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 230px;
  background: rgba(255, 255, 255, 0.85);
  margin-bottom: 35px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.list_4 > li h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f67122), to(#ef3139));
  background: linear-gradient(to bottom, #f67122, #ef3139);
  width: 100%;
  height: 75px;
  font-size: 18px;
  color: white;
  text-align: center;
  font-weight: 700;
}

.list_4 > li img {
  max-width: 180px;
  max-height: 120px;
  margin-bottom: 20px;
  border-radius: 15px;
  border: 4px solid #d3d5d0;
}

.list_4 > li p {
  font-size: 18px;
  text-align: center;
  padding: 0 10px 20px;
}

.list_4 > li:nth-child(odd) {
  border-radius: 0 20px 20px 0;
}

.list_4 > li:nth-child(even) {
  border-radius: 20px 0 0 20px;
}

.list_4 > li:nth-child(1), .list_4 > li:nth-child(4), .list_4 > li:nth-child(5) {
  background: rgba(64, 64, 64, 0.85);
  color: white;
}

.list_4 > li:nth-child(1) img, .list_4 > li:nth-child(4) img, .list_4 > li:nth-child(5) img {
  border: 4px solid rgba(0, 0, 0, 0.2);
}

.gallery .owl-prev, .gallery .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -23px;
  width: 45px;
  height: 45px;
}

.gallery .owl-prev {
  background: #ffcd00 url(https://demo.lp-base.pro/1744/images/gallery_arrow.png) 0% 50% no-repeat;
  border-radius: 0 6px 6px 0;
  left: 0;
}

.gallery .owl-next {
  background: #ffcd00 url(https://demo.lp-base.pro/1744/images/gallery_arrow.png) 100% 50% no-repeat;
  border-radius: 6px 0 0 6px;
  right: 0;
}

/*sect_2*/
.sect_2 {
  background: #181b23 url(../images/garanty.png) 50% 0% no-repeat;
  color: #fff;
  padding: 35px 0;
}

.sect_2 .title {
  font-size: 28px;
  color: #fff;
}

.sect_2 .title span {
  display: inline;
}

.sect_2 > p {
  font-size: 19px;
  text-align: center;
  margin-bottom: 30px;
}

/*sect_3*/
.sect_3 {
  padding: 35px 0;
}

.sect_3 .title span {
  color: #333;
}

.sect_3 > img {
  display: block;
  margin: 0 auto 40px;
}

.char_list > li {
  position: relative;
  padding: 12px 30px 12px 48px;
}

.char_list > li:nth-child(2n) {
  background: #f6f6f6;
}

.char_list > li:before {
  content: '';
  width: 5px;
  height: 5px;
  -webkit-box-shadow: 0 0 0 5px #181b23;
          box-shadow: 0 0 0 5px #181b23;
  position: absolute;
  top: 20px;
  left: 25px;
}

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

.action_text {
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}

.action_text > span {
  color: #70abed;
  font-size: 28px;
  line-height: 1.1em;
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.action_text > p > span {
  color: #ffae00;
  font-weight: 700;
}

/*sect_4*/
.sect_4 > img {
  margin-bottom: 20px;
}

.sect_4 > p {
  color: white;
  text-align: center;
  padding: 0 35px;
  line-height: 25px;
  font-size: 16px;
  margin-bottom: 30px;
}

.sect_4.dark_bg {
  background: #2f3039;
  padding-bottom: 40px;
}

.sect_4 h2.title {
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
}

.sect_4 h2.title span {
  display: block;
  color: #ffcd00;
}

.reviews {
  padding: 0 20px 10px;
}

.reviews__img {
  display: block;
  margin: 0 auto 30px;
  border-radius: 12px;
}

.reviews .owl-prev, .reviews .owl-next {
  position: absolute;
  width: 25px;
  height: 42px;
  top: 297px;
}

.reviews .owl-prev {
  left: 40px;
  background: url(../images/rev_arrow.png) 0% 50% no-repeat;
}

.reviews .owl-next {
  right: 40px;
  background: url(../images/rev_arrow.png) 100% 50% no-repeat;
}

.vc_mb {
  margin-bottom: 20px;
}

/*   table size   */
.table-size {
  padding: 35px 20px 0;
}

.table-size h2 span {
  display: initial;
}

.table-size table {
  width: 100%;
  font-size: 15px;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 35px;
}

.table-size table th {
  background: #3e3e3e;
  color: white;
}

.table-size table th {
  padding: 10px;
}

.table-size table td {
  padding: 5px;
}

.table-size table tr {
  background: #e6e6e6;
}

.table-size table tr:last-child td {
  border-bottom: 0;
}

.table-size table tr th:first-child, .table-size table tr td:first-child {
  border-left: 0;
}

.table-size .op {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}

.table-size .op img {
  margin-right: 10px;
}

.table-size .op p {
  line-height: 1;
}

.table-size .button-m {
  background: -webkit-gradient(linear, left top, left bottom, from(#f67221), to(#fec503));
  background: linear-gradient(to bottom, #f67221, #fec503);
  -webkit-box-shadow: 0 5px 0 #f8851a;
          box-shadow: 0 5px 0 #f8851a;
  color: black;
  margin-bottom: 30px;
}

/*sect_5*/
.order {
  background: url("../images/sec5-bg.jpg") center top no-repeat;
  padding-bottom: 10px;
  padding-top: 40px;
}

.order h2 span {
  display: initial;
}

.order .list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding-right: 20px;
}

.order .list li .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#f67122), to(#ef3139));
  background: linear-gradient(to bottom, #f67122, #ef3139);
  border-radius: 0 10px 10px 0;
  padding-left: 10px;
  margin-right: 20px;
  width: 115px;
  height: 85px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 64px;
  color: white;
  font-weight: 800;
}

.order .list li .text h4 {
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.order .list li .text p {
  font-size: 18px;
}

.sect_5 {
  background: url("../images/sec5-bg.jpg") 50% 0 no-repeat #323a3f;
  height: 446px;
}

.sect_5 h2.title {
  font-size: 24px;
  background: none;
  padding-bottom: 0;
}

.sect_5 h2.title span {
  color: #ffcd00;
}

.sect_5 .list {
  padding: 0 20px;
}

.sect_5 .list > li {
  margin-bottom: 25px;
  color: #fff;
}

.sect_5 .list > li > img {
  float: left;
  width: 220px;
  border-radius: 10px;
}

.sect_5 .list > li .text {
  padding: 10px 0 0 240px;
}

.sect_5 .text h4 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 5px;
  color: #ffcd00;
}

.sect_5 .text p {
  font-size: 16px;
  color: #fff;
}

.sect_5 .list > li:nth-child(2n) > img {
  float: right;
}

.sect_5 .list > li:nth-child(2n) .text {
  padding: 20px 240px 0 0;
}

/*   b2   */
.b2 {
  padding: 35px 20px 0;
}

.b2 h2.title {
  margin-bottom: 40px;
}

.list-v2 {
  position: relative;
  padding-bottom: 10px;
}

.list-v2:before {
  display: block;
  position: absolute;
  left: 44px;
  top: 50px;
  bottom: 0;
  width: 4px;
  background: #f2f2f2;
  content: '';
}

.list-v2 li {
  position: relative;
  padding: 0 0 38px 110px;
  color: #4d4d4d;
  line-height: 24px;
}

.list-v2 li > b {
  display: block;
  font-size: 18px;
  padding-bottom: 2px;
}

.list-v2 li:before {
  position: absolute;
  top: -10px;
  left: 0;
  display: block;
  width: 90px;
  height: 88px;
  border-radius: 50%;
  content: '';
}

.list-v2 li:nth-child(1):before {
  background: url("https://demo.lp-base.pro/1744/images/b2-icon1.png") 0 0 no-repeat;
}

.list-v2 li:nth-child(2):before {
  background: url("https://demo.lp-base.pro/1744/images/b2-icon2.png") 0 0 no-repeat;
}

.list-v2 li:nth-child(3):before {
  background: url("https://demo.lp-base.pro/1744/images/b2-icon3.png") 0 0 no-repeat;
}

/* footer */
.footer_section {
  padding: 25px 0;
  background: #fff;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}

.footer_section img {
  display: block;
  margin: 0 auto 10px auto;
}

.footer_section a {
  color: #222;
  display: block;
}

h2.title span {
  color: #76aae6;
}

.s1_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 20px;
}

.s1_img .sale {
  width: 140px;
  height: 140px;
  right: 12px;
  top: 92px;
}

.s1_img .sale span {
  font-size: 33px;
  line-height: 30px;
}

.s1_img .sale span:first-child {
  font-size: 24px;
  text-transform: none;
}

.s1_img__sticker {
  position: absolute;
  right: 0;
  bottom: -10px;
  display: block;
}

input::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input::-moz-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:-moz-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:-ms-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:focus::-moz-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:focus:-moz-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:focus:-ms-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}