/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.page-title{
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

.blog-breadcrumbs{
  margin-bottom: 10px;
}

.breadcrumbs-list{
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}

.breadcrumbs-list__item{
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
  color: rgb(157, 157, 157);
}

.breadcrumbs-list__item:not(:last-child):after{
  content: '/';
}

.breadcrumbs-list__text{
  font-size: 13px;
  font-weight: 500;
  line-height: 140%;
  color: rgb(157, 157, 157);
}

.page-head{
  padding-top: 50px;
}

.page-tagtitle{
  margin-bottom: 30px;
  color: rgb(80, 81, 80);
}

.blog__tags{
  margin-bottom: 50px;

}

.tags{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.tags--mb30{
  margin-bottom: 30px;
}

a.tag{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 12px;
  border-radius: 8px;
  background: rgb(248, 248, 248);
  font-size: 15px;
  line-height: 18px;
  color: rgb(69, 70, 69);
  transition: all .3s;
}
a.tag:hover{
  color: rgb(255, 255, 255);
  background: rgb(1, 170, 115);
}
a.tag.is-active{
  color: rgb(255, 255, 255);
  background: rgb(1, 170, 115);
}

.blog__previews{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 30px;
}
@media(max-width: 992px){
  .blog__previews{
    grid-template-columns: repeat(2, 1fr);
  }
}
@media(max-width: 768px){
   
  .blog__previews{
    grid-template-columns: repeat(1, 1fr);
  }
}

.preview{
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
}

.preview__fotobox{
  position: relative;
  z-index: 1;
  width: 100%;
  height: 275px;
}

.preview__foto{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px 15px 0 0;
}

.preview__tags{
  position: absolute;
  z-index: 2;
  left: 30px;
  top: 20px;
}
@media(max-width: 768px){
  .preview__tags{
    left: 15px;
  }
}

.preview__info{
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 30px;
  background: #FFF;
  box-sizing: border-box;
  border: 1px solid rgb(241, 240, 240);
  border-radius: 0 0 15px 15px;
}
@media(max-width: 768px){
  .preview__info{
    padding: 15px;
  }
}

.preview__data{
  margin-bottom: 12px;
}

.post-info{
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 140%;
  color: rgb(157, 157, 157);

}

.post-info__view{
  display: flex;
  align-items: center;
  gap: 8px;
}

.preview__name{
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  color: rgb(14, 13, 10);
}

.preview__text{
    margin-top: 12px;
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 140%;
  color: rgb(69, 70, 69);
}

.preview__more{
  position: relative;
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: auto;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  color: rgb(1, 170, 115);
}

.preview__more:after{
  content: '';
  width: 6px;
  height: 6px;
  border-top: 2px solid rgb(1, 170, 115);
  border-right: 2px solid rgb(1, 170, 115);
  transform: rotate(45deg);
}

.next-previews{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 41px;
  margin: 0 auto;
  font-size: 17px;
  font-weight: 600;
  line-height: 21px;
  color: rgb(255, 255, 255);
  border-radius: 8px;
  background: rgb(1, 170, 115);
  border: none;
  transition: all .3s;
}

.next-previews:hover{
  background: #36D4A1;
}

.section-title{
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  color: rgb(14, 13, 10);
}

.blog-advantages{
  margin-bottom: 60px;
}

.blog-advantages .main_ananas_block{
  margin-top: 100px;
  border-bottom: none !important;
}
@media(max-width: 480px){
    .view-allproducts {
        display: none;
    }
    
}
@media(max-width: 768px){
  .blog-advantages .row{
    margin-left: 0;
    margin-right: 0;
  }
}



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.page-head{
  margin-bottom: 40px;
}

.article{
  display: grid;
  grid-template-columns: 1fr 312px;
  gap: 30px;
}
@media(max-width: 992px){
  .article{
    grid-template-columns: 1fr;
  }
    .article__content {
    padding:0px;
}
}

@media(max-width: 992px){
  .article-nav{
    order: 1;
  }
}

@media(max-width: 992px){
  .article__content{
    order: 2;
  }
}

.article-nav__title{
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

.nav-tags{
  position: sticky;
  top: 25px;
  margin-bottom: 25px;
  padding: 25px;
  border-radius: 10px;
  background: rgb(248, 248, 248);
}
@media(max-width: 992px){
  .nav-tags{
    position: relative;
    top: 0;
  }
}

a.tag--white{
  background: #FFF;
}
a.tag--white.is-active{
  background: rgb(1, 170, 115);
}

.article-include{
  position: sticky;
	top: 210px;
  padding: 25px;
  border-radius: 10px;
	border: 1px solid rgba(101, 105, 111, 0.1);
  background: #FFF;
}
@media(max-width: 992px){
  .article-include{
    position: relative;
    top: 0;
  }
}

.article-include__list{
  padding: 0;
  padding-left: 25px;
}

.article-include__list li{
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 140%;
  color: rgb(75, 75, 75);
  cursor: pointer;
}

.article-include__list li.is-active {
  font-weight: 600;
	color: rgb(1, 170, 115);
}

.article__headinfo{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 15px;
  gap: 15px;
}

.article__maintitle{
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 700;
	line-height: 120%;
}
@media(max-width: 992px){

}

.article__maintagtitle{
	margin-bottom: 40px;
	font-size: 15px;
	line-height: 140%;
	color: rgb(69, 70, 69);
}
@media(max-width: 992px){
  
}

.article__banner{
  display: block;
  width: 100%;
  margin-bottom: 40px;
  border-radius: 15px;
}

.article__body h2,
.article__body h3
{
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

.article__body p{
  margin-bottom: 40px;
  font-size: 15px;
  line-height: 140%;
  color: rgb(69, 70, 69);
}

.article__body ul{
  margin-bottom: 40px;
}

.article__body li{
  position: relative;
  margin-bottom: 17px;
  padding-left: 30px;
  font-size: 15px;
  line-height: 140%;
  color: rgb(69, 70, 69);
}

.article__body li:before{
  content: "";
	position: absolute;
	top: 10px;
	left: 5px;
	width: 15px;
	height: 2px;
	background: rgb(1, 170, 115);
}

.article-correction{
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 40px;
  padding: 30px;
  background: rgb(249, 249, 249);
  border-radius: 5px;
}
@media(max-width: 768px){
  .article-correction{
    padding: 15px;
  }
}

.article__pictures{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 20px;
  margin-bottom: 40px;
}

.article__pictures img{
  width: 100%;
  border-radius: 10px;
}

.article-actions__head{
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media(max-width: 992px){
  .article-actions__head{
    flex-direction: column;
    gap: 30px;
  }
}

.article-actions__title{
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  color: rgb(14, 13, 10);
}

.rating__box{
  display: flex;
  align-items: center;
  padding: 15px 5px;
  border-radius: 5px;
  border: 1px solid rgba(101, 105, 111, 0.1);
}

.rating__star{
  padding: 0 20px;
  background: transparent;
  border: none;
  opacity: 0.3;
}

.rating__star:hover{
  opacity: 1;
}
.rating__star.active{
  opacity: 1;
}

.socials{
  display: flex;
	flex-direction: column;
	justify-content: center;
}

.socials__box{
  display: flex;
  align-items: center;
  gap: 15px;
}

.socials__link{
  transition: all .3s;
}
.socials__link:hover{
  opacity: 0.7;
}

.article-actions{
  margin-bottom: 30px;
}

.article-actions__forms{
  display: grid;
  grid-template-columns: 1fr 545px;
  gap: 30px;
}
@media(max-width: 992px){
  .article-actions__forms{
    grid-template-columns: 1fr;
  }
}

.leave-comment{
  padding: 40px;
  border-radius: 10px;
  background: #F8F8F8;
}
@media(max-width: 768px){
  .leave-comment{
    padding: 15px;
  }
}

.leave-comment__title{
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

.form-comment__input{
  width: 100%;
  height: 55px;
  margin-bottom: 15px;
  padding: 0 20px;
  border-radius: 6px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: rgb(158, 162, 167);
  border: none;
}

.form-comment__input::placeholder{
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: rgb(158, 162, 167);
}

.form-comment__textarea{
  width: 100%;
  height: 140px;
  margin-bottom: 15px;
  padding: 15px 20px;
  border-radius: 6px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: rgb(158, 162, 167);
  border: none;
}

.form-comment__textarea::placeholder{
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: rgb(158, 162, 167);
}

.form-comment__button{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 41px;
  font-size: 17px;
  font-weight: 600;
  color: #FFF;
  border: none;
  border-radius: 8px;
  background: rgb(1, 170, 115);
}
.form-comment__button:hover{
  opacity: 0.7;
}

.subscribe{
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
  border: 1px solid rgb(231, 231, 231);
  border-radius: 10px;
}
@media(max-width: 768px){
  .subscribe{
    padding: 15px;
  }
}

.subscribe__img{
  position: absolute;
  z-index: -1;
  right: 0;
}
@media(max-width: 768px){
  .subscribe__img{
    width: 150px;
    opacity: 0.7;
  }
}

.subscribe__title{
  margin-bottom: 7px;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  color: rgb(14, 13, 10);
}

.subscribe__text{
  max-width: 320px;
  width: 100%;
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 21px;
  color: rgb(69, 70, 69);
}

.form-subscribe{
  position: relative;
  max-width: 420px;
  width: 100%;
}

.form-subscribe__input{
  width: 100%;
  height: 55px;
  padding-left: 15px;
  padding-right: 50px;
  border-radius: 6px;
  border: none;
  border: 1px solid rgb(231, 231, 231);
  background: #FFF;
}

.form-subscribe__button{
  position: absolute;
  top: 12px;
  right: 15px;
  padding: 0;
  background: transparent;
  border: none;
}

.form-subscribe__button:hover{
  opacity: 0.7;
}

.comments{
  margin-bottom: 100px;
}
@media(max-width: 992px){
  .comments{
    margin-bottom: 50px;
  }
}

.comment{
  margin-bottom: 25px;
  padding: 30px;
  border: 1px solid #F1F0F0;
  border-radius: 10px;
}

.comments__title{
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  color: rgb(14, 13, 10);
}

.comment__head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 15px;
}

.comment__author{
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.comment-rating{
  margin-bottom: 15px;
}

.comment-rating__staricon{
  width: 12px;
  opacity: 0.3;
}

.comment-rating__staricon.active{
  opacity: 1;
}

.comment__articlename{
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 160%;
  color: rgb(14, 13, 10);
}

.comment__articlelink{
  color: rgb(1, 170, 115);
  text-decoration: underline;
}

.comment__text{
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 160%;
  color: rgb(69, 70, 69);
}

.comment__more{
  position: relative;
  display: flex;
	align-items: center;
	gap: 9px;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  color: rgb(1, 170, 115);
}

.comment__more:after{
  content: '';
  width: 6px;
  height: 6px;
  border-top: 2px solid rgb(1, 170, 115);
  border-right: 2px solid rgb(1, 170, 115);
  transform: rotate(45deg);
}

.all-comment{
  display: flex;
	align-items: center;
	justify-content: center;
	width: 220px;
	height: 41px;
	font-size: 17px;
	font-weight: 600;
	color: #FFF;
	border: none;
	border-radius: 8px;
	background: rgb(1, 170, 115);
}

.all-comment:hover{
  opacity: 0.7;
  color: #FFF;
}

.another-articles__title{
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 700;
  line-height: 110%;
}

.another-articles__slider.owl-carousel .owl-buttons .owl-prev{
  left: -5px !important;
}
.another-articles__slider.owl-carousel .owl-buttons .owl-next{
  right: -5px !important;
}

.another-articles__slider .owl-item{
  padding: 0 15px;
}
.another-articles__slider .owl-pagination{
  display: none;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ карточка товара в статье блога */
.product-card{
  margin-bottom: 50px;
  padding: 25px;
	border-radius: 10px;
	background: rgb(248, 248, 248);
}

.product-card__head{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}


.product-title__direction{
  font-size: 20px;
	font-weight: 700;
}

.product-title__category{
  color: rgb(157, 157, 157);
}

.view-allproducts{
	padding: 5px 10px;
  border: 1px solid rgb(157, 157, 157);
  border-radius: 5px;
  background: transparent;
}

.product-card__body{
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

@media(max-width: 1024px){
  .product-card__body{
    flex-direction: column;
  }
}

.product-card__fotobox{
  flex-shrink: 0;
  position: relative;
  max-width: 200px;
  width: 100%; 
  border-radius: 0px;
  overflow: hidden;
}

.product-wish--mobile{
  display: none;
}
@media(max-width: 1024px){
  .product-wish--mobile{
    position: absolute;
    top: 4px;
    right: 7px;
    display: block;
  }
}

.product-card__foto{
 
    object-fit: contain;
    max-height: 200px;
}

.product-card__namebox{
  flex: 1;
}

.product-card__name{
  margin-bottom: 10px;
  font-size: 20px;
	font-weight: 700;
}

.product-rating{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.product-rating__star{
  width: 15px;
}

.product-rating__statistics{
  display: flex;
  align-items: center;
}

.product-rating__score{
  display: flex;
  font-size: 14px;
}

.product-rating__reviews{
  display: flex;
  font-size: 14px;
  color: rgb(157, 157, 157);
}

.product-char__title{
  margin-bottom: 10px !important;
}

.product-char__items{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.product-char__item{
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 50px;
  width: 100%;
  height: 40px;
  padding: 0 5px;
  font-size: 18px;
  font-weight: 700;
  border: 1px solid rgb(157, 157, 157);
  border-radius: 5px;
}

.product-card__info{
  flex-shrink: 0;
}

.product-card__price{
  font-size: 25px;
	font-weight: 700;
  color: #36D4A1;
}

.product-card__price--icon{
  font-size: 16px;
}


@media(max-width: 768px){
    .product-card__foto {
 
    max-height: 140px;
    }}
