.mobileOnly{
  display:none;
}
.pagination-wrap{
  padding-left: 440px;
  margin: 20px 0;
}
.menuWrapper{
  display:flex;
  width:100%;
  justify-content:flex-start;
  padding:0;
  padding-top:40px;
}
.menuList{
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  max-width:400px;
  min-width:300px;
  width:100%;
  text-align:center;
  text-transform:uppercase;
}
.menuProducts{
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  justify-content: flex-start;
  padding: 0 70px;
}
.menuList__header{
  line-height: 1.2;
  font-size: 40px;
  font-weight: bold;
  margin:0;
}
.menuList__navigation{
  display:flex;
  justify-content:center;
  align-items:center;
  border-bottom: 2px solid #e4dcdc;
  padding-bottom:20px;
}
.menuList__prev, .menuList__next{
  display:flex;
}
.menuList__prev i, .menuList__next i{
  transform:scale(1, 1.2);
  transition:.3s all ease;
  font-size:25px;
}
.menuList__prev:hover i, .menuList__next:hover i{
  color:#000;
  transition:.3s all ease;
}
.menuList__selectedCategory{
  margin:10px 20px;
  padding:0;
  line-height:1;
  font-size:26px;
}
.menuList__CategoryList{
  margin-top:30px;
}
.menuList__category{
  font-size:17px;
  line-height:25px;
}
.menuList__category:hover{
  font-weight:900;
}
.menu-marg{
  margin:120px auto;
}
.menuProduct__title{
  font-size:16px;
  text-transform:uppercase;
  font-weight:bold;
  min-height:50px;
  transition:.3s all ease;
  display:inline-block;
}
.text-al-left .menuProduct__title{
  min-height:0;
}
.menuProduct{
  max-width:290px;
  margin-right:30px;
  margin-bottom:40px;
}
.menuProduct__title:hover{
  color:black;
  transition:.3s all ease;
}
.menuProduct__params{
  display:flex;
}
.menuProduct__weight, .menuProduct__price{
  font-size:17px;
  margin:0;
}
.menuProduct__weight{
  margin-right:10px;
}
.menuProduct__details{
  display:flex;
  justify-content:space-between;
}
.menuProduct__order{
  display:flex;
  justify-content:flex-end;
}
.menuProduct__counter{
  display:flex;
  align-items:center;
  margin-right:5px;
}
.menuProduct__counter > *{
  display:inline-block;
  vertical-align:middle;
}
.menuProduct__counter input{
  width:30px;
  height:20px;
  text-align:center;
  border:1px solid;
  cursor:default;
}
.menuProduct__counter input:disabled{
  background-color:white;
}
.menuProduct__counter span{
  height: 20px;
  padding: 0;
  line-height: 1;
  width:20px;
  border: 1px solid;
  text-align: center;
  cursor:pointer;
}
.minus, .modal_minus{
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  margin-right:-1px;
  user-select:none;
}
.plus, .modal_plus{
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  margin-left:-1px;
  user-select:none;
}
.menuProduct__counter span:hover{
  background-color:#3d0805;
  color:white;
  transition:.3s all ease;
}
.menuProduct__basket{
  opacity:.5;
  overflow:hidden;
  transition:.3s all ease;
  cursor:pointer;
}
.menuProduct__basket:hover{
  opacity:1;
  transition:.3s all ease;
}
.menuProduct__image{
  position:relative;
  display:block;
}
.menuProduct__image img{
  display:flex;
}

.hover-fold {
  background: #3d0805;
  height: 290px;
  -moz-perspective: 1500;
  -webkit-perspective: 1500;
  perspective: 1500;
  position: relative;
  width: 290px;
}
.object-popup{
  position:absolute;
  cursor:pointer;
  height:100%;
  width:100%;
  top:0;
  left:0;
  z-index:11;
}
.hover-fold h2 {
  border-bottom: 1px solid #333;
  margin: 0 40px;
  padding: 110px 0 2px;
}
.hover-fold .top {
  height: 50%;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 10;
}
.hover-fold .top .face {
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}
.hover-fold .bottom {
  background-position: bottom;
  background-size:cover;
  height: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 0;
}
.hover-fold:hover .top {
  -moz-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.hover-fold:hover .zoom-in{
  z-index:12;
}
.hover-fold .front {
  height: 100%;
  /*has to be 100% of .top */
  width: 100%;
  background-size:cover;
}
.hover-fold .back {
  background: #3d0805;
  height: 100%;
  /*has to be 100% of .top */
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  width: 100%;
}
.hover-fold .back p {
  margin: 0;
  margin-top:10px;
  color: white;
  text-align: center;
}

.menuProduct__description{
  position:absolute;
  opacity:0;
  width:100%;
  left:0;
  height:100%;
  top:0;
  background-color:#3d0805;
  transition:.3s all ease;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
  color:#fff;
  padding:10px;
  cursor:default;
}
.productDescription__name{
  text-transform:uppercase;
  font-size:16px;
  font-weight:bold;
  position: absolute;
  bottom: 50%;
  color: white;
  margin: 20px auto;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  text-align:center;
  padding:0 10px;
}
.productDescription__details{
  text-transform:lowercase;
  font-size:15px;
  padding:0 10px;
}
.hover-fold hr{
  width:80%;
  overflow: hidden;
  height: 2px;
  margin: 0;
  padding: 0;
  border: none;
  background-color: white;
  position: absolute;
  bottom: 50%;
  margin-left: 10%;
}
.menuProduct__counter{
  width:0px;
  overflow:hidden;
}
.menuProduct__image:hover .menuProduct__description{
  opacity:1;
  transition:.3s all ease;
}
.zoom-in{
  display:block;
  padding-top: 15px;
  text-align: center;
  z-index: 0;
  position: absolute;
  left: 50%;
  margin-left: -14px;
  display:none;
}
.zoom-in img{
  transition:.5s all ease;
}
.zoom-in img:hover{
  transform:scale(1.2);
  transition:.5s all ease;
}
.text-al-left{
  text-align:left;
  position:relative;
  max-width:1000px;
  width:auto;
}
.text-al-left .swiper-button-next{
  right:-50px;
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  transition:.5s all ease;
}
.text-al-left .swiper-button-prev{
  left:-50px;
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  transition:.5s all ease;
}
.text-al-left .swiper-button-next:hover{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%233d0805'%2F%3E%3C%2Fsvg%3E");
  transition:.5s all ease;
}
.text-al-left .swiper-button-prev:hover{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%233d0805'%2F%3E%3C%2Fsvg%3E");
  transition:.5s all ease;
}
.text-al-left .menuProduct__title{
  margin-bottom:0;
}
.menuProduct__subtitle{
  font-size:17px;
  max-width:500px;
  margin:5px 0;
}
.text-al-left .menuProduct__basket i{
  font-size:24px;
}
.text-al-left .single-slide{
  position:relative;
  display:flex;
  justify-content:center;
}
.text-al-left .single-slide img{
  max-height:75vh;
}
.mobile-only{
  display:none;
}
@media(min-width:1366px) and (max-width:1440px){
  .menuProduct{
    max-width:250px;
  }
  .hover-fold{
    width:250px;
    height:250px;
  }
}
@media(min-width:1200px) and (max-width:1365px){
  .menuProduct{
    max-width:250px;
  }
  .hover-fold{
    width:250px;
    height:250px;
  }
}
@media(min-width:320px) and (max-width:480px){
  .menuList{
    flex-direction:row;
    justify-content:space-between;
    margin-bottom:30px;
    position:relative;
  }
  .menuList .btn{
    display:none;
  }
  .menuList__CategoryList{
    display:none;
  }
  .menuWrapper{
    padding:20px;
    flex-direction:column;
  }
  .menuProducts{
    padding:0;
  }
  .menuProduct{
    margin-right:0;
    max-width:unset;
    width:100%;
    flex-direction: row;
    display: flex;
    margin-bottom:20px;
    border-bottom:2px solid #e4dcdc;
    padding-bottom:15px;
  }
  .menuList__header{
    font-size:18px;
    order:1;
    position:relative;
  }
  .menuList__selectedCategory{
    font-size:18px;
    margin:0 20px;
  }
  .menuList__navigation{
    padding-bottom:0;
    order:0;
    border:none;
  }
  .menuList__prev i, .menuList__next i{
    font-size:18px;
  }
  .mobileOnly{
    display:block;
  }
  .productDescription__details {
    margin-top:0;
  }
  .menuProduct__image{
    width:100%;
    max-width:100px;
    margin-right:10px;
  }
  .bottom{
    display:none;
  }
  .menuProduct__title{
    font-size:12px;
    margin-bottom:5px;
  }
  .productDescription__details{
    font-size:10px;
  }
  .menuProduct__weight, .menuProduct__price{
    font-size:13px;
  }
  .menuProduct__details{
    align-items:center;
  }
  .menuList__CategoryList{
    width:100%;
    position:absolute;
    left:0;
    background-color: white;
    z-index: 2;
    padding-bottom: 20px;
    border-bottom: 2px solid #e4dcdc;
    margin-top:0;
    top:30px;
  }
  .menuList__header:after{
    content:'';
    position:absolute;
    right: -11px;
    bottom: 3px;
    border: 3px solid transparent;
    border-top: 4px solid;
  }
}
@media(min-width:481px) and (max-width:767px){
  .menuList{
    flex-direction:row;
    justify-content:space-between;
    margin-bottom:30px;
    position:relative;
    max-width:unset;
  }
  .menuList .btn{
    display:none;
  }
  .menuList__CategoryList{
    display:none;
  }
  .menuWrapper{
    padding:40px;
    flex-direction:column;
  }
  .menuProducts{
    padding:0;
  }
  .menuProduct{
    margin-right:0;
    max-width:unset;
    width:100%;
    flex-direction: row;
    display: flex;
    margin-bottom:20px;
    border-bottom:2px solid #e4dcdc;
    padding-bottom:15px;
  }
  .menuList__header{
    font-size:18px;
    order:1;
    position:relative;
  }
  .menuList__selectedCategory{
    font-size:18px;
    margin:0 20px;
  }
  .menuList__navigation{
    padding-bottom:0;
    order:0;
    border:none;
  }
  .menuList__prev i, .menuList__next i{
    font-size:18px;
  }
  .mobileOnly{
    display:block;
  }
  .productDescription__details {
    margin-top:0;
  }
  .menuProduct__image{
    width:100%;
    max-width:200px;
    margin-right:10px;
  }
  .menuProduct__counter{
    margin-right:10px;
  }
  .fa-shopping-basket{
    font-size:22px;
  }
  .menuProduct__details{
    align-items:center;
  }
  .menuList__CategoryList{
    width:100%;
    position:absolute;
    left:0;
    background-color: white;
    z-index: 2;
    padding-bottom: 20px;
    border-bottom: 2px solid #e4dcdc;
    margin-top:0;
    top:30px;
  }
  .menuList__header:after{
    content:'';
    position:absolute;
    right: -11px;
    bottom: 3px;
    border: 3px solid transparent;
    border-top: 4px solid;
  }
}
@media(min-width:768px) and (max-width:1199px){
  .menuList{
    flex-direction:row;
    justify-content:space-between;
    margin-bottom:30px;
    position:relative;
    max-width:unset;
  }
  .menuList .btn{
    display:none;
  }
  .menuList__CategoryList{
    display:none;
  }
  .menuWrapper{
    padding:40px;
    flex-direction:column;
  }
  .menuProducts{
    padding:0;
  }
  .menuProduct{
    margin-right:0;
    max-width:unset;
    width:100%;
    flex-direction: row;
    display: flex;
    margin-bottom:20px;
    border-bottom:2px solid #e4dcdc;
    padding-bottom:15px;
  }
  .menuList__header{
    font-size:18px;
    order:1;
    position:relative;
  }
  .menuList__selectedCategory{
    font-size:18px;
    margin:0 20px;
  }
  .menuList__navigation{
    padding-bottom:0;
    order:0;
    border:none;
  }
  .menuList__prev i, .menuList__next i{
    font-size:18px;
  }
  .mobileOnly{
    display:block;
  }
  .productDescription__details {
    margin-top:0;
  }
  .menuProduct__image{
    width:100%;
    max-width:200px;
    margin-right:10px;
  }
  .menuProduct__counter{
    margin-right:10px;
  }
  .fa-shopping-basket{
    font-size:22px;
  }
  .menuProduct__details{
    align-items:center;
  }
  .menuList__CategoryList{
    width:100%;
    position:absolute;
    left:0;
    background-color: white;
    z-index: 2;
    padding-bottom: 20px;
    border-bottom: 2px solid #e4dcdc;
    margin-top:0;
    top:30px;
  }
  .menuList__header:after{
    content:'';
    position:absolute;
    right: -11px;
    bottom: 3px;
    border: 3px solid transparent;
    border-top: 4px solid;
  }
  .menuProduct__title{
    font-size:22px;
  }
  .productDescription__details{
    font-size:20px;
  }
}


@media(min-width:320px) and (max-width:1199px){
  .hidden-touch{
    display:none;
  }
  .active-mobile{
    flex-direction:column;
  }
  .productDescription__details{
    padding:0;
  }
  .active-mobile .menuProduct__image{
    max-width:unset;
    width:100%;
  }
  .active-mobile .menuProduct__image img{
    width:100%;
  }
  .mobile-only{
    display:block;
  }
  .pagination-wrap{
    padding-left:40px;
  }
  .productDetailsWrapper{
    width:100%;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   /* стили только для IE10 IE11 */
  .cart__counter{
    display:none;
  }
}
.mfp-content{
  width:auto!important;
}
