

/* Start:/local/templates/.default/components/bitrix/news/about-shoes-hashtags/bitrix/news.list/.default/style.css?16491712001220*/
/*about shoes hashtag*/
.about-shoes{
  max-width: 1040px;
  width: 100%;
  margin: 0 auto 30px auto;
}
/* .about-shoes h1{
  font-size: 36px;
  line-height: 24px;
  color: #000;
  font-weight: 400;
  text-align: center;
  line-height: 42px;
} */
.ab-sh-hashtag-main{
  text-align: center;
  padding: 30px 0;
  background: #eee;
  max-width: 1040px;
  margin: 0 auto;
}
.ab-sh-hashtag-main h2{
  font-weight: bold;
  text-transform: uppercase;
}
.ab-sh-hashtag{
  text-align: center;
  margin: 35px auto 25px auto;
  max-width: 1040px;
  width: 100%;
  overflow: hidden;
  height: 60px;
  padding: 0 50px;
}
.ab-sh-hashtag.hide{
  margin: 0 auto;
  
}
.ab-sh-hashtag a{
  margin-right: 20px;
  text-decoration: none;
  font-size: 20px;
  line-height: 30px;
  color: #56575b;
  text-transform: uppercase;
  display: inline-block;
}
.ab-sh-hashtag a:hover{
  text-decoration: underline;
}
.ab-sh-mnog{
  font-size: 20px;
  line-height: 30px;
  color: #000;
  font-weight: 700;
}
.ab-sh-hashtag-all{
  font-size: 18px;
  line-height: 30px;
  color: #000;
  text-decoration: underline;
  cursor: pointer;
  width: 6%;
  margin: 0 auto;
}
@media screen and (max-width: 1040px){
  .ab-sh-mnog{
	display: none !important;
  }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/about-shoes/style.css?16491712011428*/
.blog-page-navigation{
  text-align: center;
  font-size: 18px;
  margin: 15px 0;
}
.blog-page-navigation span{
  color: #fff;
  padding: 7px 14px;
  background: #000;
}
.blog-page-navigation a{
  color: #000;
  text-decoration: none;
  margin: -1px 10px;
}
.blog-vert-separator{
  display: none;
}
.blog-page-next,
.blog-page-previous{
/*   display: inline-block;
  padding: 0;
  width: 145px;
  height: 55px;
  line-height: 55px;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  background: #000;
  cursor: pointer;
  color: #fff !important;  
  font-weight: normal !important; */
}
.blog-page-next{
  display: inline-block;
  background: url(/images/right-chevron.svg) no-repeat;
  width: 16px;
  height: 16px;
}
.blog-page-previous{
  display: inline-block;
  background: url(/images/left-chevron.svg) no-repeat;
  width: 16px;
  height: 16px;
  /*-webkit-transform: rotate(180deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(180deg);*/
}
.blog-page-title{
  display: none;
}
.blog-page-dots{
  color: #b4b4b4 !important;
}
@media screen and (max-width: 768px){
  .blog-page-navigation span{
    margin: 0 10px;
  }
  .blog-page-navigation a{
    margin: 0 10px;
  }
  /* .blog-page-next,
  .blog-page-previous{
	display: block;
    margin: 15px auto !important;
  } */
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/about-shoes-list/style.css?16491712012564*/
.page-title h1{
  display: none;
}


/*about shoes list*/
.article-wrapper{
  max-width: 100%;
}
.article-sidebar-statii{
  max-width: 380px;
  margin: 0 auto;
  text-align: center;
}
.article-sidebar-statii h2{
  color: #b4b4b4;
  font-size: 24px;
  line-height: 30px;
}
.article-sidebar-statii .btn-black{
  display: inline-block;
  padding: 0;
  width: 145px;
  height: 55px;
  line-height: 55px;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  background: #000;
  cursor: pointer;
  border:none;
}
.article-sidebar-statii .subscribe-email {
  padding: 15px;
  padding-bottom: 16px;
  text-align: left;
  font-size: 18px;
  margin-right: 5px;
}
.article-sidebar-statii .agreement{
  font-size: 12px;
  line-height: 14px;
  color: #b4b4b4;
  margin: 10px 0 0 0;
}
.article-sidebar-statii .agreement a{
  color: #b4b4b4;
}


.about-shoes-list{
  max-width: 1040px;
  margin: 30px auto 0 auto;
}
.about-shoes-list .news-item-img,
.about-shoes-list .news-item-desc{
  display: inline-block;
  vertical-align: top;
}
.about-shoes-list .news-item-img{
  width: 29%;
  margin-right: 25px;
  max-height: 200px;
  overflow: hidden;
}
.about-shoes-list .news-item-desc{
  width: 68%;
}
.about-shoes-list .news-item-img img{
  max-width: 300px;
  width: 300px;
  height: auto;
}
.news-item-about-shoes{
  padding: 25px 0;
  border-top: 1px solid #eee;

}
.news-item-about-shoes:first-child{
  border-top: none;
}
.news-item-about-shoes:nth-child(6n){
  border-bottom: none;
}
.news-item-desc-title-div{
  margin-bottom: 25px;
}
.news-item-desc-title{
  font-size: 24px;
  color: #000;
  text-decoration: none;
  font-weight: 400;

}
.news-item-desc-title:hover{
  text-decoration: underline;
}
.news-item-desc p{
  font-size: 16px;
  color: #000;
  display: block;
  margin: 0 0 30px 0;
}
.news-item-desc-a{
  font-size: 14px;
  color: #56575b;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  margin-bottom: 20px;
  display: inline-block;
}
.news-item-desc-a:hover{
  text-decoration: underline;
}
.news-item-desc span:last-child{
  display: none;
}
@media screen and (max-width: 992px){
  .about-shoes-list .news-item-img,
  .about-shoes-list .news-item-desc{
    width: 100%;
  }
  .about-shoes-list .news-item-img img{
    margin: 0 auto !important;
    display: block;
    float: none !important;
  }
  .about-shoes-list .news-item-desc{
	padding: 0 15px;
	margin-top: 20px;
  }
  .news-item-desc-title-div{
    text-align: center;
  }
}
.about-shoes-list .news-item-desc .news-item-desc-a-slsh:last-child{
  display: none;
}

/* End */
/* /local/templates/.default/components/bitrix/news/about-shoes-hashtags/bitrix/news.list/.default/style.css?16491712001220 */
/* /local/templates/.default/components/bitrix/system.pagenavigation/about-shoes/style.css?16491712011428 */
/* /local/templates/.default/components/bitrix/news.list/about-shoes-list/style.css?16491712012564 */
