/* Start:/bitrix/templates/instyle_oct18/components/bitrix/news.list/bl_pop_top/style.css?15682124961133*/
.sliding-article-block__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  position: relative; /*fixed;*/
  top: -60px;
  left: 50%;
  background: #fff;
  max-width: 1280px;
  width: 100%;
  z-index: 105;
  padding: 10px 0 10px 20px;
  
  
  opacity: 1;
 -webkit-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;

  z-index: 95;
}
.sliding-article-block__.fixed_bl_pop_top {
    position: fixed;
    top:60px;
}
.sliding-article-block__ li.sab__item {cursor:pointer;}
.sliding-article-block__ .sab__item-img {width:110px; height:80px;}
span.sab__title {
    font-family: "montserratsemibold";
    margin: 5px 20px 0 0;
    text-transform: uppercase;
}

@media screen and (max-width: 1023px) {
  .sliding-article-block__ {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .sliding-article-block__ {
    display: none;
  }
}

/* End */


/* Start:/bitrix/templates/instyle_oct18/components/bitrix/news.detail/article/style.css?1572430305848*/
.video {margin-top:20px;}
.article-box p a , figure a , .product a{text-decoration:underline;}
iframe.instagram-media {max-width:700px !important; margin:0 auto !important;}
blockquote.instagram-media {max-width:700px !important; margin:0 auto !important;}

/*
.zoom {position:relative; overflow:hidden;}
.zoom img {
			-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
} 
.zoom figcaption {
	position:absolute;
	bottom:0px;
	background:#fff;
	padding:3px 0px;
	width:100%;
	display:block;
}
*/
.image.zoom {
    opacity: 1;
    transition: opacity 1s, visibility 0s;
}	
.image.zoom img {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s, visibility 0s 1s;

}

.intext-link {cursor:pointer;}
.bonus {display:none;}	

/* End */
/* /bitrix/templates/instyle_oct18/components/bitrix/news.list/bl_pop_top/style.css?15682124961133 */
/* /bitrix/templates/instyle_oct18/components/bitrix/news.detail/article/style.css?1572430305848 */