@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*::selection {
  background: #000;
  color: #fff;
}
*::-moz-selection {
  background: #000;
  color: #fff;
}
*::-webkit-selection{
  background: #000;
  color: #fff;
}
::-webkit-scrollbar{
    width:8px;
    height: 8px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb{
    border: none;
    background-color: #010101;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    behavior: url(../border-radius.htc);
    width: 20px;
    max-width: 20px;
    margin-left: -10px;
}
::-webkit-scrollbar-thumb:hover{
    background-color: #010101;
    cursor: pointer;
}
::-webkit-scrollbar-thumb:active {
  background: #010101;
}
::-webkit-scrollbar-track{
    border: none;
  background-color: #f5f5f5;
}
::-webkit-scrollbar-track:hover{
  background-color: #f5f5f5;
  cursor: pointer;
}
::-webkit-scrollbar-track:active {
  background: #f5f5f5;
}
::-webkit-scrollbar-corner {
  background: transparent;
}
html{
  margin: 0;
  width: 100%;
  -webkit-text-size-adjust: 100%;
}
html,
body{
  width: 100%;
  color: #000;
  background: #F9F4F2;
}
body{
  margin: 0;
  width: 100%;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
}
img{
  max-width: 100%;
  height: auto;
}
iframe{
  max-width: 100%;
}

h1,h2,h3,h4,h5,h6{
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
}
ol,ul{
  padding-left: 20px;
}

#page{
  font-size: 16px;
  line-height: 1.6;
  float: left;
  width: 100%;
  position: relative;
  left: 0;
  top: 0;
  background: #F9F4F2;
  overflow: hidden;
  z-index: 9;
  padding-top: 70px;
}
.wrap-line{
  float: left;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
}
.wrap-grid{
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
}

.l-anchor{
  position: absolute;
  width: 1px;
  height: 1px;
  z-index: 1;
  left: 0;
  top: -60px;
  opacity: 0;
}

.block{
  float: left;
  width: 100%;
  position: relative;
}
.block .title{
  font-size: 52px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
}

#menu-triger{
    display: none;
  }
#fade-menu{
  display: none;
}

#header{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 199;
  color: #fff;
  background: #000;
  padding: 10px 0;
}
#header .wrap-header{
  position: relative;
  width: 100%;
  padding: 0 165px;
}

#block-logo{
  position: absolute;
  left: 0;
  top: 9px;
}
#block-logo a{
  display: block;
  text-decoration: none;
  outline: none;
}
#block-logo img{
  display: block;
  height: 32px;
  width: auto;
}

#block-head-btn{
  position: absolute;
  right: 0;
  top: 0;
}
#block-head-btn a{
  display: block;
  text-decoration: none;
  outline: none;
  float: left;
}
#block-head-btn a + a{
  margin-left: 8px;
}
#block-head-btn img{
  display: block;
  height: 50px;
  width: auto;
}

#block-menu{
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  height: 50px;
}
#block-menu ul{
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 15px 0;
}
#block-menu ul li{
  display: block;
  float: left;
  list-style: none;
  margin: 0 20px;
  padding: 0;
}
#block-menu ul li a{
  color: #fff;
  text-decoration: none;
  outline: none;
}
#block-menu ul li a:hover{
  text-decoration: underline;
}

#block-home{
  padding: 80px 0 145px;
  margin: 0 0 5px;
}
#block-home .bl-content{
  width: 50%;
}
#block-home .icon{

}
#block-home .icon img{
  display: block;
  height: 57px;
  width: auto;
}
#block-home .bl-title{
  color: #000;
  font-size: 52px;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 30px;
}
#block-home .bl-title .t1{
  color: #F55002;
}
#block-home .bl-title .t2{
  color: #FD2751;
}
#block-home .bl-text{
  font-size: 20px;
  line-height: 1.6;
  margin-top: 30px;
}
#block-home .bl-wrap-btns {
  display: flex;
  width: 100%;
  margin-top: 35px;
  flex-wrap: wrap;
}
#block-home .bl-wrap-btns a{
  display: block;
  margin: 0;
  text-decoration: none;
  outline: none;
  margin-right: 12px;
  margin-bottom: 12px;
}
#block-home .bl-wrap-btns a + a{
  margin-right: 0;
}
#block-home .bl-wrap-btns img{
  display: block;
  height: 62px;
  width: auto;
}
#block-home .bl-reviews{
  margin-top: 40px;
}
.btn-reviews{
  width: auto;
  display: inline-block;
  height: 54px;
  padding: 13px 16px 12px;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.08);
  border: 1px solid #dbd6d5;
}
.btn-reviews img{
  display: block;
  float: left;
  width: 24px;
  height: 24px;
}
.btn-reviews .reviews-num{
  display: block;
  float: left;
  font-size: 20px;
  line-height: 23px;
  font-weight: 700;
  padding-top: 1px;
  margin-left: 5px;
}
.btn-reviews .reviews-label{
  padding-top: 1px;
  font-size: 20px;
  line-height: 23px;
  font-weight: 400;
  white-space: nowrap;
  display: block;
  float: left;
  margin-left: 7px;
}

#footer{
  color: #fff;
  background: #000;
  padding: 30px 0;
}
#footer .copyright{
  text-align: center;
  color: rgba(255, 255, 255, 0.60);
}
#footer .copyright b{
  color: #f5f5f5;
  font-weight: 400;
}
#footer .copyright a{
  text-decoration: none;
  outline: none;
  color: rgba(255, 255, 255, 0.60);
}
#footer .copyright a:hover{
  color: #fff;
  text-decoration: underline;
}

#block-footer-name{
  float: left;
  width: 35%;
  padding-right: 60px;
}
#block-footer-name .logo{

}
#block-footer-name .logo a{
  display: block;
  text-decoration: none;
  outline: none;
}
#block-footer-name .logo img{
  display: block;
  width: auto;
  height: 40px;
}
#block-footer-name .text{
  margin-top: 40px;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.60);
}
#block-footer-name .socials{
  display: inline-block;
  width: 100%;
  margin-top: 40px;
}
#block-footer-name .socials a{
  display: block;
  text-decoration: none;
  outline: none;
  float: left;
}
#block-footer-name .socials a + a{
  margin-left: 16px;
}
#block-footer-name .socials img{
  display: block;
  width: auto;
  height: 36px;
}

#block-footer-menu{
  float: right;
  width: 65%;
}
#block-footer-menu .item{
  float: left;
  width: 25%;
  padding-left: 30px;
}
#block-footer-menu .label{
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}
#block-footer-menu ul{
  display: block;
  list-style: none;
  padding: 0;
  margin: 22px 0 0;
  font-size: 16px;
  line-height: 1.4;
}
#block-footer-menu ul li{
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
#block-footer-menu ul li + li{
  margin-top: 15px;
}
#block-footer-menu ul li a{
  text-decoration: none;
  outline: none;
  color: rgba(255, 255, 255, 0.60);
}
#block-footer-menu ul li a:hover{
  text-decoration: underline;
  color: #fff;
}

#block-achievements{
  margin: 0 0 100px;
}
#block-achievements .title{
  margin: 0 0 40px;
}
.view-achievements{

}
.view-achievements .items{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.view-achievements .item{
  padding: 0 4px;
  margin-bottom: 8px;
}
.view-achievements .card{
  border-radius: 16px;
  border: 1px solid #dbd6d5;
  background: #fff;
  min-width: 165px;
  padding: 15px 15px 12px 54px;
  position: relative;
}
.view-achievements .card .num{
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}
.view-achievements .card .label{
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 12.;
}
.view-achievements .card:before{
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  left: 16px;
  top: 50%;
  margin-top: -12px;
}
.view-achievements .item1 .card:before{
  background: url('../images/icon-download.svg') center no-repeat;
  background-size: contain;
}
.view-achievements .item2 .card:before{
  background: url('../images/icon-invoice.svg') center no-repeat;
  background-size: contain;
}
.view-achievements .item3 .card:before{
  background: url('../images/icon-savings.svg') center no-repeat;
  background-size: contain;
}

#block-reviews{
  margin: 0 0 100px;
}
#block-reviews .title{
  margin-bottom: 65px;
}
.view-reviews{
  position: relative;
}
.view-reviews .items{
  display: flex;
  width: 100%;
}
.view-reviews .swiper{
  overflow: visible;
}
.view-reviews .item{
  padding: 0 10px;
  width: 25%;
}
.view-reviews .card{
  background: #fff;
  padding: 16px;
  border: 1px solid #dbd6d5;
  border-radius: 16px;
}
.view-reviews .card .name{
  display: flex;
  width: 100%;
  align-items: center;
}
.view-reviews .card .name .img{
  width: 24px;
  position: relative;
  z-index: 4;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 8px;
}
.view-reviews .card .name .img img{
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.view-reviews .card .name .val{
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
}
.view-reviews .card .raiting{
  display: flex;
  width: 100%;
  margin-top: 10px;
}
.view-reviews .card .raiting img{
  display: block;
  margin-right: 2px;
  width: 14px;
  height: 14px;
}
.view-reviews .card .text{
  font-size: 16px;
  line-height: 1.6;
  margin-top: 7px;
}

#block-best{
  margin-bottom: 65px;
}
#block-best .title{
  margin: 0 0 20px;
}
#block-best .description{
  margin: 0 0 40px;
  text-align: center;
  font-size: 20px;
  line-height: 1.6;
}
#block-best .bl-wrap-btns{
  display: flex;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
}
#block-best .bl-wrap-btns a{
  display: block;
  margin: 0 7px 15px;
  text-decoration: none;
  outline: none;
}
#block-best .bl-wrap-btns img{
  display: block;
  height: 64px;
  width: auto;
}
#block-best .view-catalog{
  margin-top: 40px;
}
.view-catalog{

}
.view-catalog .items{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.view-catalog .item{
  width: 16.6666%;
  padding: 0 7px;
  margin: 0 0 20px;
}
.view-catalog .item:nth-child(n+7){
  display: none;
}
.view-catalog .card{
  background: #fff;
  border: 1px solid #dbd6d5;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  z-index: 6;
  box-shadow: 0 8px 12px 6px rgba(0, 0, 0, 0.08);
  padding: 12px;
}
.view-catalog .card .img{
  position: relative;
  margin: 0 0 12px;
  z-index: 3;
}
.view-catalog .card .img img{
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  overflow: hidden;
}
.view-catalog .card .img .img-icons{
  position: absolute;
  left: -12px;
  bottom: 0;
  z-index: 6;
  border-radius: 0 4px 0 0;
  color: #4CAF50;
  background: #E4F3E5;
  font-size: 11px;
  line-height: 15px;
  font-weight: 600;
  padding: 2px 4px 2px 18px;
  display: block;
}
.view-catalog .card .img .img-icons:before{
  content: "";
  display: block;
  top: 50%;
  margin-top: -6px;
  left: 4px;
  position: absolute;
  width: 12px;
  height: 12px;
  background: url('../images/icon-verified.svg') center no-repeat;
  background-size: contain;
}
.view-catalog .card .name{
  color: #4A4459;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.1px;
}
.view-catalog .card .price{
  color: #313030;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.1px;
  padding-left: 16px;
  background: url('../images/icon-price-down.svg') left center no-repeat;
  background-size: 16px;
  margin-top: 4px;
}
.view-catalog .card .dropped{
  color: #4CAF50;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.5px;
  margin-top: 2px;
}
.view-catalog .card .delivery{
  color: #AEAAAA;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  background: url('../images/icon-delivery.svg') left center no-repeat;
  background-size: 16px;
  position: relative;
  padding-left: 20px;
  margin-top: 5px;
}
.view-catalog .card .card-btns{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  color: #AEAAAA;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 8px;
}
.view-catalog .card .icon-cart{
  background: url('../images/icon-shopping_cart.svg') left center no-repeat;
  background-size: 16px;
  position: relative;
  padding-left: 20px;
  margin-right: 12px;
}
.view-catalog .card .icon-comment{
  background: url('../images/icon-comments.svg') left center no-repeat;
  background-size: 16px;
  position: relative;
  padding-left: 20px;
}

#block-offers{
  margin: 0 0 125px;
}
#block-offers .bl-block{
  float: left;
  width: 100%;
  border-radius: 24px;
  background: #fff;
  overflow: hidden;
  position: relative;
}
#block-offers .bl-block + .bl-block{
  margin-top: 64px;
}
#block-offers .bl-block .bl-wrap{
  display: flex;
  width: 100%;
  height: 565px;
  align-items: center;
  position: relative;
}
#block-offers .bl-block .bl-content{
  width: 55%;
  padding: 0 0 0 60px;
  height: 425px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-around;
  position: relative;
  z-index: 31;
}
#block-offers .bl-block .bl-animation{
  width: 45%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
#block-offers .bl-block .bl-content .icon img{
  width: 56px;
  height: auto;
  display: block;
}
#block-offers .bl-block .bl-title{
  color: #000;
  font-size: 52px;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 25px;
}
#block-offers .bl-block .bl-wrap-btns {
  display: flex;
  width: 100%;
  margin-top: 25px;
  flex-wrap: wrap;
}
#block-offers .bl-block .bl-wrap-btns.la-mob{
  display: none;
}
#block-offers .bl-block .bl-wrap-btns a{
  display: block;
  margin: 0;
  text-decoration: none;
  outline: none;
  margin-right: 12px;
  margin-bottom: 12px;
}
#block-offers .bl-block .bl-wrap-btns a + a{
  margin-right: 0;
}
#block-offers .bl-block .bl-wrap-btns img{
  display: block;
  height: 62px;
  width: auto;
}

#block-drops .bl-animation{

}
#animation-drops{
  position: absolute;
  top: 75px;
  right: 90px;
  left: 40px;
  bottom: 25px;
  display: flex;
  align-items: end;
}
#animation-drops .wrap-img{
  position: relative;
}
#animation-drops .img{
  position: relative;
  z-index: 1;
}
#animation-drops .img img{
  display: block;
  max-width: 100%;
  height: auto;
}
#animation-drops .wrap-mssg{
  position: absolute;
  left: 0;
  top: 85px;
  width: 100%;
  z-index: 9;
}
#animation-drops .item-mssg{
  border-radius: 16px;
  background: #fff;
  padding: 15px 95px 15px 20px;
  box-shadow: 0 4.5px 11px 0 rgba(0, 0, 0, 0.25), 0 1px 0 0 rgba(255, 255, 255, 0.90) inset;
  position: relative;
}
#animation-drops .item-mssg + .item-mssg{
  margin-top: 20px;
}
#animation-drops .item-mssg .mssg-head{
  margin: 0 0 10px;
  display: flex;
  width: 100%;
}
#animation-drops .item-mssg .mssg-head .name{

}
#animation-drops .item-mssg .mssg-head .name img{
  display: block;
  width: auto;
  height: 18px;
}
#animation-drops .item-mssg .mssg-head .time{
  margin-left: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #7B7979;
}
#animation-drops .item-mssg .mssg-name{
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#animation-drops .item-mssg .mssg-text{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 1.4;
  margin-top: 4px;
}
#animation-drops .item-mssg .mssg-img {
  position: absolute;
  width: 50px;
  right: 15px;
  bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #dbd6d5;
}
#animation-drops .item-mssg .mssg-img img{
  display: block;
  width: 100%;
  height: auto;
}

#animation-drops.wow .item-mssg{
  opacity: 0;
  -webkit-transform: translate(0, 100px);
  -moz-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  -o-transform: translate(0, 100px);
  transform: translate(0, 100px);
}
#animation-drops.wow.animated .item-mssg1{
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.6s ease .3s;
     -moz-transition: all 0.6s ease .3s;
       -o-transition: all 0.6s ease .3s;
      -ms-transition: all 0.6s ease .3s;
          transition: all 0.6s ease .3s;
}
#animation-drops.wow.animated .item-mssg2{
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.6s ease 1s;
     -moz-transition: all 0.6s ease 1s;
       -o-transition: all 0.6s ease 1s;
      -ms-transition: all 0.6s ease 1s;
          transition: all 0.6s ease 1s;
}
.wow{
  visibility: visible !important;
}

#block-home{
  position: relative;
}
#block-home .bl-animation {
    width: 45%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}
#animation-home{
  position: absolute;
  top: 75px;
  right: 90px;
  left: 40px;
  bottom: 25px;
  display: flex;
  align-items: end;
}
#animation-home .wrap-img{
  position: relative;
  width: 400px;
  padding: 0 30px;
  margin: 0 auto;
}
#animation-home .wrap-img:before{
  content: "";
  background: linear-gradient(0deg, #F9F4F2 0%, #F9F4F2 10%, transparent 100%);
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 80px;
  z-index: 3;
}
#animation-home .img{
  position: relative;
  z-index: 1;
}
#animation-home .img img{
  display: block;
  max-width: 100%;
  height: auto;
}
#animation-home .wrap-mssg{
  position: absolute;
  left: 0;
  top: 85px;
  width: 100%;
  z-index: 9;
}
#animation-home .wrap-mssg:before{
  content: "";
  height: 80px;
  left: 20px;
  right: 20px;
  top: -20px;
  border-radius: 16px;
  border: 1px solid #dbd6d5;
  background: rgba(255, 255, 255, 0.80);
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.08);
  display: block;
  position: absolute;
  z-index: 1;
}
#animation-home .item-mssg{
  border-radius: 16px;
  background: #fff;
  padding: 20px 20px 20px 145px;
  box-shadow: 0 4.5px 11px 0 rgba(0, 0, 0, 0.25), 0 1px 0 0 rgba(255, 255, 255, 0.90) inset;
  position: relative;
  z-index: 3;
  min-height: 140px;
}
#animation-home .item-mssg + .item-mssg{
  margin-top: 20px;
}
#animation-home .mssg-img{
  position: absolute;
  left: 15px;
  top: 15px;
  width: 110px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #dbd6d5;
}
#animation-home .mssg-img img{
  display: block;
  width: 100%;
  height: auto;
}
#animation-home .mssg-name{
  font-size: 21px;
  line-height: 1.2;
  color: #4A4459;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#animation-home .mssg-saved{
  color: #DC313C;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  border-radius: 4px;
  background: #FCF3F5;
  padding: 0 8px;
  display: inline-block;
  margin-top: 13px;
}
#animation-home .mssg-price{
  font-size: 22px;
  font-weight: 700;
  line-height: 25px;
  margin-top: 13px;
}
#animation-home .mssg-price span{
  text-decoration: line-through;
  color: #999;
  font-weight: 400;
  margin-left: 5px;
}
#animation-home.wow .item-mssg{
  opacity: 0;
  -webkit-transform: translate(0, 100px);
  -moz-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  -o-transform: translate(0, 100px);
  transform: translate(0, 100px);
}
#animation-home.wow.animated .item-mssg1{
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.6s ease .3s;
     -moz-transition: all 0.6s ease .3s;
       -o-transition: all 0.6s ease .3s;
      -ms-transition: all 0.6s ease .3s;
          transition: all 0.6s ease .3s;
}
#animation-home.wow.animated .item-mssg2{
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.6s ease 1s;
     -moz-transition: all 0.6s ease 1s;
       -o-transition: all 0.6s ease 1s;
      -ms-transition: all 0.6s ease 1s;
          transition: all 0.6s ease 1s;
}
#animation-home.wow.animated .item-mssg3{
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.6s ease 1.6s;
     -moz-transition: all 0.6s ease 1.6s;
       -o-transition: all 0.6s ease 1.6s;
      -ms-transition: all 0.6s ease 1.6s;
          transition: all 0.6s ease 1.6s;
}
#animation-home.wow .wrap-mssg:before{
  opacity: 0;
}
#animation-home.wow.animated .wrap-mssg:before{
  opacity: 1;
  -webkit-transition: all 0.6s ease 2s;
     -moz-transition: all 0.6s ease 2s;
       -o-transition: all 0.6s ease 2s;
      -ms-transition: all 0.6s ease 2s;
          transition: all 0.6s ease 2s;
}


#block-coupon{
  position: relative;
}
#block-coupon .bl-animation {
    width: 45%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}
#animation-coupon{
  position: absolute;
  top: 0;
  right: 80px;
  left: 40px;
  bottom: 0;
}
#animation-coupon:before{
  content: "";
  background: linear-gradient(0deg, #fff 0%, #fff 3%, transparent 100%);
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 0;
  z-index: 13;
  opacity: 0;
}
#animation-coupon.wow.animated:before{
  opacity: 1;
  height: 20%;
  -webkit-transition: all 0.6s ease 1s;
     -moz-transition: all 0.6s ease 1s;
       -o-transition: all 0.6s ease 1s;
      -ms-transition: all 0.6s ease 1s;
          transition: all 0.6s ease 1s;
}
#animation-coupon .wrap-img{
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  width: 100%;
}
#animation-coupon.wow.animated .wrap-img{
  top: 120px;
  -webkit-transform: translate(0, -50%) scale(0.6);
  -moz-transform: translate(0, -50%) scale(0.6);
  -ms-transform: translate(0, -50%) scale(0.6);
  -o-transform: translate(0, -50%) scale(0.6);
  transform: translate(0, -50%) scale(0.6);
  -webkit-transition: all 0.6s ease 1s;
     -moz-transition: all 0.6s ease 1s;
       -o-transition: all 0.6s ease 1s;
      -ms-transition: all 0.6s ease 1s;
          transition: all 0.6s ease 1s;
}
#animation-coupon .img{
  position: relative;
  z-index: 1;
}
#animation-coupon .img img{
  display: block;
  max-width: 100%;
  height: auto;
}
#animation-coupon .wrap-mssg{
  position: absolute;
  left: 0;
  top: 230px;
  width: 100%;
  z-index: 9;
}
#animation-coupon .item-mssg .wrap-item-mssg{
  border-radius: 8px;
  background: #F9F4F2;
  padding: 16px 20px;
  border: 1px solid #dbd6d5;
  position: relative;
  z-index: 3;
}
#animation-coupon .item-mssg + .item-mssg{
  margin-top: 10px;
}
#animation-coupon .item-mssg .mssg-name{
  color: #FF002F;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.13px;
}
#animation-coupon .item-mssg .mssg-text{
  color: #1E192B;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 5px;
  letter-spacing: 0.09px;
}
#animation-coupon .item-mssg .mssg-coupon{
  border-radius: 8px;
  border: 1px dashed #C8C6C5;
  background: #FFF;
  position: absolute;
  right: 20px;
  top: 50%;
  font-size: 14px;
  line-height: 20px;
  padding: 9px 14px;
  font-weight: 500;
  color: #1C1B1C;
  margin-top: -20px;
}
#animation-coupon.wow .item-mssg{
  opacity: 0;
  height: 77px;
  -webkit-transform: translate(0, 800px);
  -moz-transform: translate(0, 800px);
  -ms-transform: translate(0, 800px);
  -o-transform: translate(0, 800px);
  transform: translate(0, 800px);
}
#animation-coupon.wow.animated .item-mssg1{
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.6s ease 1s;
     -moz-transition: all 0.6s ease 1s;
       -o-transition: all 0.6s ease 1s;
      -ms-transition: all 0.6s ease 1s;
          transition: all 0.6s ease 1s;
}
#animation-coupon.wow.animated .item-mssg2{
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.6s ease 1.1s;
     -moz-transition: all 0.6s ease 1.1s;
       -o-transition: all 0.6s ease 1.1s;
      -ms-transition: all 0.6s ease 1.1s;
          transition: all 0.6s ease 1.1s;
}
#animation-coupon.wow.animated .item-mssg3{
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.6s ease 1.2s;
     -moz-transition: all 0.6s ease 1.2s;
       -o-transition: all 0.6s ease 1.2s;
      -ms-transition: all 0.6s ease 1.2s;
          transition: all 0.6s ease 1.2s;
}
#animation-coupon.wow.animated .item-mssg4{
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.6s ease 1.3s;
     -moz-transition: all 0.6s ease 1.3s;
       -o-transition: all 0.6s ease 1.3s;
      -ms-transition: all 0.6s ease 1.3s;
          transition: all 0.6s ease 1.3s;
}
#animation-coupon .item-mssg1{
  z-index: 5;
  position: relative;
}
#animation-coupon.wow.animated .item-mssg1 .wrap-item-mssg{
  -webkit-animation: growAndPulse .6s ease-in-out 2s forwards;
  -moz-animation: growAndPulse .6s ease-in-out 2s forwards;
  -ms-animation: growAndPulse .6s ease-in-out 2s forwards;
  -o-animation: growAndPulse .6s ease-in-out 2s forwards;
  animation: growAndPulse .6s ease-in-out 2s forwards;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes growAndPulse {
  0%   { -webkit-transform: scale(1); transform: scale(1); border: 4px solid #FF002F; padding: 20px;}
  75%  { -webkit-transform: scale(1.1); transform: scale(1.1); border: 4px solid #FF002F; padding: 20px;}
  90%  { -webkit-transform: scale(1.08); transform: scale(1.08);  border: 4px solid #FF002F; padding: 20px;}
  100% { -webkit-transform: scale(1.1); transform: scale(1.1); border: 4px solid #FF002F; padding: 20px;}
}
@-moz-keyframes growAndPulse {
  0%   { -moz-transform: scale(1); transform: scale(1); border: 4px solid #FF002F; padding: 20px;}
  75%  { -moz-transform: scale(1.1); transform: scale(1.1); border: 4px solid #FF002F; padding: 20px;}
  90%  { -moz-transform: scale(1.08); transform: scale(1.08);  border: 4px solid #FF002F; padding: 20px;}
  100% { -moz-transform: scale(1.1); transform: scale(1.1); border: 4px solid #FF002F; padding: 20px;}
}
@-ms-keyframes growAndPulse {
  0%   { -ms-transform: scale(1); transform: scale(1); border: 4px solid #FF002F; padding: 20px;}
  75%  { -ms-transform: scale(1.1); transform: scale(1.1); border: 4px solid #FF002F; padding: 20px;}
  90%  { -ms-transform: scale(1.08); transform: scale(1.08);  border: 4px solid #FF002F; padding: 20px;}
  100% { -ms-transform: scale(1.1); transform: scale(1.1); border: 4px solid #FF002F; padding: 20px;}
}
@keyframes growAndPulse {
  0%   { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); border: 4px solid #FF002F; padding: 20px;}
  75%  { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); border: 4px solid #FF002F; padding: 20px;}
  90%  { -webkit-transform: scale(1.08); -moz-transform: scale(1.08); -ms-transform: scale(1.08); -o-transform: scale(1.08); transform: scale(1.08);  border: 4px solid #FF002F; padding: 20px;}
  100% { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); border: 4px solid #FF002F; padding: 20px;}
}



#animation-checked{
  display: flex;
  left: 40px;
  right: 45px;
  top: 0;
  bottom: 0;
  align-items: center;
  position: absolute;
}
#animation-checked .wrap-animation{
  width: 100%;
  position: relative;
}
#animation-checked .amin-search{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
#animation-checked .amin-search span{
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  width: 75%;
  height: 80%;
  background: url('../images/img-search.png') center no-repeat;
  background-size: contain;
}
#animation-checked .anim-images,
#animation-checked .anim-images .item{
  height: 385px;
}
#animation-checked .anim-images .items{
  display: flex;
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
}
#animation-checked .anim-images .item{
  width: 50%;
}
#animation-checked .anim-images .item1 .w-item{
  padding-top: 45px;
  position: relative;
  z-index: 1;
}
#animation-checked .anim-images .item2 .w-item{
  position: relative;
  left: -60px;
  z-index: 3;
}
#animation-checked .anim-images .card{
  background: #fff;
  border: 1px solid #dbd6d5;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  z-index: 6;
  box-shadow: 0 8px 12px 6px rgba(0, 0, 0, 0.08);
  padding: 15px;
}
#animation-checked .anim-images .card .img{
  position: relative;
  margin: 0 0 12px;
  z-index: 3;
}
#animation-checked .anim-images .card .img img{
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  overflow: hidden;
}
#animation-checked .anim-images .card .img .img-icons{
  position: absolute;
  left: -15px;
  bottom: 0;
  z-index: 6;
  border-radius: 0 4px 0 0;
  color: #4CAF50;
  background: #E4F3E5;
  font-size: 11px;
  line-height: 15px;
  font-weight: 600;
  padding: 2px 4px 2px 18px;
  display: block;
}
#animation-checked .anim-images .card .img .img-icons:before{
  content: "";
  display: block;
  top: 50%;
  margin-top: -6px;
  left: 4px;
  position: absolute;
  width: 12px;
  height: 12px;
  background: url('../images/icon-verified.svg') center no-repeat;
  background-size: contain;
}
#animation-checked .anim-images .item1 .card .img .img-icons{
  color: #DC362E;
  background: #FAE1E0;
}
#animation-checked .anim-images .item1 .card .img .img-icons:before{
  background: url('../images/icon-verified-red.svg') center no-repeat;
  background-size: contain;
}
#animation-checked .anim-images .card .name{
  color: #4A4459;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.1px;
}
#animation-checked .anim-images .card .price{
  color: #313030;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.1px;
  margin-top: 4px;
}
#animation-checked .anim-images .card .card-btns{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  color: #AEAAAA;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 8px;
}
#animation-checked .anim-images .card .icon-cart{
  background: url('../images/icon-shopping_cart.svg') left center no-repeat;
  background-size: 16px;
  position: relative;
  padding-left: 20px;
  margin-right: 12px;
}
#animation-checked .anim-images .card .icon-comment{
  background: url('../images/icon-comments.svg') left center no-repeat;
  background-size: 16px;
  position: relative;
  padding-left: 20px;
}

#animation-checked.wow .anim-images .item1 .w-item{
  height: 1500px;
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  transform: rotate(15deg);
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom;
}
#animation-checked.wow .anim-images .item2 .w-item{
  height: 1500px;
  -webkit-transform: rotate(11deg);
  -moz-transform: rotate(11deg);
  -ms-transform: rotate(11deg);
  -o-transform: rotate(11deg);
  transform: rotate(11deg);
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom;
}
#animation-checked.wow.animated .anim-images .item1 .w-item{
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all 0.6s ease .5s;
     -moz-transition: all 0.6s ease .5s;
       -o-transition: all 0.6s ease .5s;
      -ms-transition: all 0.6s ease .5s;
          transition: all 0.6s ease .5s;
}
#animation-checked.wow.animated .anim-images .item2 .w-item{
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all 0.6s ease .5s;
     -moz-transition: all 0.6s ease .5s;
       -o-transition: all 0.6s ease .5s;
      -ms-transition: all 0.6s ease .5s;
          transition: all 0.6s ease .5s;
}
#animation-checked.wow .amin-search span{
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
#animation-checked.wow.animated .amin-search span{
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease 1.3s;
     -moz-transition: all 0.1s ease 1.3s;
       -o-transition: all 0.1s ease 1.3s;
      -ms-transition: all 0.1s ease 1.3s;
          transition: all 0.1s ease 1.3s;
}


#animation-stuff{
  position: absolute;
  top: 0;
  right: 80px;
  left: 40px;
  bottom: 0;
  display: flex;
}
#animation-stuff:before{
  content: "";
  background: linear-gradient(0deg, #fff 0%, transparent 100%);
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 120px;
  z-index: 13;
  opacity: 1;
}
#animation-stuff .wrap-animation{
  max-width: 400px;
  margin: 0 auto;
  position: relative;
  height: 100%;
  width: 100%;
}
#animation-stuff .anim-catalog .items{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  padding: 0 20px;
}
#animation-stuff .anim-catalog .item{
  width: 33.3333%;
  display: flex;
  padding: 0 4px;
  margin: 0 0 8px;
}
#animation-stuff .anim-catalog .card{
  display: block;
  width: 100%;
  background: #fff;
  border-radius: 12px;
  padding: 10px 10px 15px;
  border: 1px solid #dbd6d5;
  text-align: center;
}
#animation-stuff .anim-catalog .card .img{

}
#animation-stuff .anim-catalog .card .img img{

}
#animation-stuff .anim-catalog .card .price{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 700;
  line-height: 1; 
  margin-top: 10px;
  text-align: center;
}
#animation-stuff .anim-prod1{
  position: relative;
  background: #fff;
  border: 1px solid #dbd6d5;
  padding: 10px;
  padding-left: 120px;
  border-radius: 16px;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.08);
}
#animation-stuff .anim-prod1 .name{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.01px;
}
#animation-stuff .anim-prod1 .price{
  color: #DC362E;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01px;
  margin-top: 7px;
}
#animation-stuff .anim-prod1 .delivery{
  color: #AEAAAA;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  background: url(../images/icon-delivery.svg) left center no-repeat;
  background-size: 16px;
  position: relative;
  padding-left: 20px;
  margin-top: 7px;
}
#animation-stuff .anim-prod1 .card-btns{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  color: #AEAAAA;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 8px;
}
#animation-stuff .anim-prod1 .icon-cart{
  background: url('../images/icon-shopping_cart.svg') left center no-repeat;
  background-size: 16px;
  position: relative;
  padding-left: 20px;
  margin-right: 12px;
}
#animation-stuff .anim-prod1 .icon-comment{
  background: url('../images/icon-comments.svg') left center no-repeat;
  background-size: 16px;
  position: relative;
  padding-left: 20px;
}
#animation-stuff .anim-prod1 .img{
  position: absolute;
  display: block;
  left: 8px;
  top: 50%;
  margin-top: -50px;
}
#animation-stuff .anim-prod1 .img img{
  width: 100px;
  display: block;
  height: auto;
}
#animation-stuff .anim-catalog{
  position: absolute;
  top: 120%;
  left: 0;
  width: 100%;
}
#animation-stuff .anim-prod1{
  position: absolute;
  left: 0;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
}
#animation-stuff.wow.animated .anim-prod1{
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 100px;
  -webkit-transition: all 0.6s ease .5s;
     -moz-transition: all 0.6s ease .5s;
       -o-transition: all 0.6s ease .5s;
      -ms-transition: all 0.6s ease .5s;
          transition: all 0.6s ease .5s;
}
#animation-stuff.wow.animated .anim-catalog{
  top: 175px;
  -webkit-transition: all 0.6s ease .5s;
     -moz-transition: all 0.6s ease .5s;
       -o-transition: all 0.6s ease .5s;
      -ms-transition: all 0.6s ease .5s;
          transition: all 0.6s ease .5s;
}
#animation-stuff .anim-catalog .item1{
  position: relative;
  z-index: 9;
}
#animation-stuff.wow.animated .anim-catalog .item1 .card{
  position: relative;
  z-index: 9;
  -webkit-animation: growAndPulse2 .6s ease-in-out 1.2s forwards;
  -moz-animation: growAndPulse2 .6s ease-in-out 1.2s forwards;
  -ms-animation: growAndPulse2 .6s ease-in-out 1.2s forwards;
  -o-animation: growAndPulse2 .6s ease-in-out 1.2s forwards;
  animation: growAndPulse2 .6s ease-in-out 1.2s forwards;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
}
@keyframes growAndPulse2 {
  0%   { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); border: 6px solid #b1d999;}
  75%  { -webkit-transform: scale(1.3); -moz-transform: scale(1.3); -ms-transform: scale(1.3); -o-transform: scale(1.3); transform: scale(1.3); border: 6px solid #b1d999;}
  90%  { -webkit-transform: scale(1.25); -moz-transform: scale(1.25); -ms-transform: scale(1.25); -o-transform: scale(1.25); transform: scale(1.25); border: 6px solid #b1d999;}
  100% { -webkit-transform: scale(1.3); -moz-transform: scale(1.3); -ms-transform: scale(1.3); -o-transform: scale(1.3); transform: scale(1.3); border: 6px solid #b1d999;}
}