﻿.w-100{
  width: 100%;
}
.list_top_product{
  position: relative;
  padding-top: 4rem;
  padding-bottom: 6rem;
}
.container_top{
  max-width: 1024px;
  margin: 0 auto;
}
.row_product_wraper{
  margin-left: -15px;
  margin-right: -15px;
}
.row_product_wraper .f-cel6{
  padding-left: 20px;
  padding-right: 20px;
}
.Item_product {
  position: relative;
  z-index: 1;
  padding: 20px 50px 35px;
  color: #ffffff;
}
.Item_product .image__background{
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.Item_product .image__background img{
  height: 100%;
  object-fit: cover;
  filter: blur(1px);
  -webkit-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.16);
}
.Item_product .head__item .inline__txt{
  display: inline-block;
  margin-bottom: 15px;
}
.Item_product .head__item .title__h3{
  font-size: 24px;
  line-height: 1.2;
}
.Item_product .head__item .txt_span{
  font-size: 10px;
  text-align: right;
}
.Item_product .image__product{
  max-width: 250px;
  margin-bottom: 15px;
}
.Item_product .name__ingredients{
  font-size: 16px;
  margin-bottom: 2px;
}
.Item_product .name__product{
  font-size: 26px;
  margin-bottom: 10px;
}
.Item_product .des__txt{
  margin-bottom: 12px;
  min-height: 54px;
  align-content: center;
}


.block__btn_icon .block__btn_pr a{
   display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 340px;
  color: #000000;
  font-size: 15px;
  background-color:#F3EAEC;
  height: 40px;
  border-radius: 30px;
  -webkit-box-shadow: 0px 10px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 10px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 10px 6px 0px rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.block__btn_icon .block__btn_pr a:first-child{
  margin-right: 15px;
}
.block__btn_icon .block__btn_pr a:last-child{
  margin-left: 15px;
}
.block__btn_icon .block__btn_pr a:hover{
  opacity: 0.8;
}
.block__btn_icon .block__btn_pr a:active,
.block__btn_icon .block__btn_pr a:visited{
  -webkit-box-shadow: inset 0px 6px 6px 0px rgba(0, 0, 0, 0.40);
  -moz-box-shadow: inset 0px 6px 6px 0px rgba(0, 0, 0, 0.40);
  box-shadow: inset 0px 6px 6px 0px rgba(0, 0, 0, 0.40);
  opacity: 1;
}



@media (max-width: 1199px) {
  .list_top_product .container_top{
    max-width: 748px;
  }
  .row_product_wraper{
    margin-left: -10px;
    margin-right: -10px;
  }
  .row_product_wraper .f-cel6 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .Item_product{
    padding: 20px 25px 35px;
  }
  .Item_product .head__item .title__h3{
    font-size: 22px;
  }
  .Item_product .image__product{
    max-width: 230px;
  }
  .Item_product .name__product{
    font-size: 22px;
  }
  .Item_product .name__ingredients{
    font-size: 14px;
  }
  .Item_product .des__txt{
    min-height: 57px;
  }
}

@media (max-width: 767px) {
  .list_top_product{
    padding-top: 0;
  }
  .row_product_wraper .f-cel6{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .Item_product{
    max-width: 487px;
    margin: 20px auto 0;
  }
  
}

@media (max-width: 575px) {
  .Item_product .name__ingredients{
    font-size: 13px;
  }
}
