

/* Start:/local/templates/cosmetics2021/components/bitrix/news/blog2021/bitrix/news.detail/.default/style.css?171887784216605*/
.article-page h2{
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 30px;
}

.article-data {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.article-data .article-views,
.article-data .article-comments-total,
.article-data .article-likes-total{
     display: flex
}
.article-date{
  margin-right: 10px;
}
.article-data i[class^="icon-"]{
  display: inline-block;
  width: 28px;
  height: 23px;
  margin-right: 5px;
  vertical-align: baseline;
}
.icon-views{
  background: url('/local/templates/cosmetics2021/components/bitrix/news/blog2021/bitrix/news.detail/.default/images/icon-views.svg') no-repeat 50% 50% / contain;
}
.icon-comments-total{
  background: url('/local/templates/cosmetics2021/components/bitrix/news/blog2021/bitrix/news.detail/.default/images/icon-comments-total.svg') no-repeat 50% 50% / contain;
}
.icon-likes-total{
  background: url('/local/templates/cosmetics2021/components/bitrix/news/blog2021/bitrix/news.detail/.default/images/icon-likes-total.svg') no-repeat 50% 50% / contain;
}
.icon-share{
  background: url('/local/templates/cosmetics2021/components/bitrix/news/blog2021/bitrix/news.detail/.default/images/icon-share.svg') no-repeat 50% 50% / contain;
}
.article-count {
    line-height: 27px;
}
.article-data .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__icon_more {
    background-image: url('/local/templates/cosmetics2021/components/bitrix/news/blog2021/bitrix/news.detail/.default/images/icon-share.svg') !important;
    background-size: 25px 20px !important;
    width: 25px;
    height: 20px;
}
.article-data .ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more.ya-share2__link_more-button-type_short {
    padding: 0;
    border: none;
    background: transparent;
    border-radius: 0;
}
.article-data .ya-share2__item.ya-share2__item_more .ya-share2__badge {
    border-radius: 0 !important;
}
.article-data ul.ya-share2__list.ya-share2__list_direction_vertical .ya-share2__badge{
    border-radius: 50% !important;
}
.article-like.active {
    cursor: pointer;
    transition: all .35s ease;
}
.article-like.active:hover {
    opacity: .6;
}
.article-like:not(.active) .icon-likes-total{
    background: url('/local/templates/cosmetics2021/components/bitrix/news/blog2021/bitrix/news.detail/.default/images/icon-likes-total-orange.svg') no-repeat 50% 50% / contain;
}
/*top*/
.article-info-top {
  margin-bottom: 35px;
}
.article-author {
  display: flex;
  align-items: center;
  margin-bottom: 17px;
}
.article-author-img {
  width: 60px;
  height: 60px;
  min-width: 60px;
  min-height: 60px;
  margin-right: 10px;
  border-radius: 50%;
  overflow: hidden;
}
.article-author-img img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
}
.article-author-name {
  font-weight: 700;
}
.article-author-position{
  color: #999;
}
.article-author-name,
.article-author-position{
  font-size: 14px;
}
/**/
@media (min-width: 992px){
  .article-info-bottom .article-author,
  .article-info-top .article-author {
      margin-bottom: 14px;
  }
  .article-info-bottom .article-date,
  .article-info-top .article-date {
      margin-right: 47px;
  }
  .article-info-bottom .article-views,
  .article-info-top .article-views {
      margin-right: 26px;
  }
  .article-info-bottom .article-likes-total,
  .article-info-top .article-likes-total {
      margin-right: 29px;
  }
  .article-info-bottom .article-comments-total,
  .article-info-top .article-comments-total {
      margin-right: 27px;
  }
  .article-info-bottom .icon-likes-total,
  .article-info-top .icon-likes-total {
      margin-right: 2px !important;
  }

}
/**/
/*end top*/

/* hero */
.article-hero {
    border-bottom: 1px solid #e7e7e7;
    padding: 0 0 49px;
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 30px;
}
.article-hero-txt {
    margin: 0 0 38px;
    max-width: 845px;
}
.article-hero-img {
    max-width: 100%;
}

.article-hero-img .news-img{
    max-width: 100%;
}


/* end hero */

/* structure */
.article-structure {
    border-bottom: 1px solid #e7e7e7;
    padding: 0 0 13px;
    margin: 11px 0 41px;
}
.accent-green.article-ordered-list li a span {
    color: #8fba00 !important;
    font-size: 16px;
}
.article-ordered-list {
    padding-left: 54px;
    margin: 10px 0 10px;
}
.article-ordered-list li {
    margin-bottom: 5px;
}
/* end structure */

/* article detail */
.article-detail p {
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 24px;
}
.article-subtitle {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px;
}
.img-resposive{
  display: block;
  max-width: 100%;
}
.img-centered{
  display: block;
  margin: 18px auto;
}
.article-detail .img-centered{
  width: 733px;
  height: auto;
  margin: 18px auto 28px;
}

/* responsive video  */
.video-background{
  position: relative;
  width: 733px;
  display: block;
  max-width: 100%;
  margin: 42px auto 20px;
}
.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* end responsive video  */

.article-ul{
  margin: 25px 0;
  padding-left: 0px;
}
.article-ul li {
  margin: 0 0 25px;
  padding-left: 23px;
  display: table;
  list-style-type: none;
  position: relative;
}
.article-ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  background: #333;
  border-radius: 50%;
  top: 11px;
  left: 9px;
  display: block;
  position: absolute;
}
.article-goback {
  margin: 0 0 20px;
  padding: 0 0 34px;
  border-bottom: 1px solid #E7E7E7;
}
.article-goback .goback{
    font-size: 14px;
    padding-left: 36px;
    position: relative;
    font-weight: 700;
}
.article-goback .goback:before{
  content: '';
  display: inline-block;
  width: 29px;
  height: 19px;
  position: absolute;
  top: 0;
  left: 0;
  background: url('/local/templates/cosmetics2021/components/bitrix/news/blog2021/bitrix/news.detail/.default/images/icon-arrow-left-gray.svg') no-repeat 50% 50% / contain;
}
/* end article detail */

/* article info bottom */
.article-info-bottom {
    border-top: 1px solid #E7E7E7;
    padding: 16px 0 10px;
}
.article-info-bottom-wrap {
    display: flex;
    align-items: center;
}
.article-info-bottom-wrap .article-author {
    margin: 0 10px 0 0;
}
.article-info-bottom-wrap .article-author-info {
    margin-right: 27px;
}
.article-info-bottom-wrap .article-date {
    font-weight: 400;
}
.article-info-bottom-wrap .article-data {
    margin-left: auto;
}
.article-tags {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0 2px;
}
/* end article info bottom */

/* snippet table responsive */
.table-responsive {
  font-size: 14px;
  margin: 50px 0 42px;
}
.table-responsive table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.table-responsive th,
.table-responsive td {
  text-align: left;
  padding: 13px 20px;

}
.table-responsive td {
  border-right: 1px solid #E7E7E7;
  border-bottom: 1px solid #E5E5E5;
}
.table-responsive tr > td {
  border-left: 1px solid #E7E7E7;
}
.table-responsive thead {
  background-color: #F7F8FA;
  font-weight: 700px;
  border-left: 1px solid #F7F8FA;
}
.table-responsive thead th {
  border-right: 1px solid #FFF;
}
.table-responsive thead th:nth-last-of-type(1) {
  border-right: 1px solid #F7F8FA;
}

/* end snippet table responsive */

/* article card  */
.article-crd{
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.article-crd-wrapper .article-crd{
  margin: 0 10px 10px 0;
  max-width: 100%;
  overflow: hidden;
}
.article-crd-wrapper .article-crd:nth-child(even){
  margin: 0 0 10px 0;
}
.article-crd .article-crd-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.article-crd-inner {
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    padding: 17px 21px 15px 15px;
    width: 468px;
    max-width: 100%;
    display: flex;
}
.article-crd-img {
    width: 100px;
    margin: auto 10px auto 0;
    display: flex;
}
.article-crd-img img {
    max-width: 100px;
    max-height: 150px;
    display: block;
    margin: auto;
}
.article-crd-info {
    width: 329px;
    max-width: 100%;
    overflow: hidden;
}
.article-crd-brand {
    font-size: 14px;
    color: #999;
}
.article-crd-name {
    color: #333;
    font-weight: 600;
    line-height: 1.5;
    max-width: 100%;
}
.article-crd-footer {
    margin-top: 8px;
}
.article-crd-footer .crd-item-button {
    margin-left: auto;
}
.article-crd-footer .crd-item-button .btn--green{
  position: relative;
  z-index: 2;
}
.article-crd-price {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.article-crd-price .badge.badge-sale {
    margin: 4px 0 0 14px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 13px;
    padding: 0;
}
@media (min-width: 992px) {
  .article-crd .crd-item-price--new {
    font-size: 18px;
    margin-right: 3px;
  }

}

/* end article card  */

/* articles sidebar */
.articles-sidebar h3{
  margin: 0 0 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid #E5E5E5;
}
.articles-sidebar-item{
  display: block;
  margin: 0 0 20px;
  padding: 0 0 14px;
  border-bottom: 1px solid #E5E5E5;
}
.articles-sidebar-item .article-author {
    margin-bottom: 10px;
}
.articles-sidebar-item .article-author-img {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    margin-right: 9px;
}
.articles-sidebar-item .article-author-name{
  font-weight: 400;
}
.articles-sidebar-item .article-title{
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  margin: 13px 0 19px;
}

/* end articles sidebar */

/* article compare */
.article-compare {
    margin: 40px 0;
}
.article-compare h3{
  margin: 0 0 28px;
}
.article-compare-right {
    border-left: 1px solid #E7E7E7;
}
.article-compare h2 {
    margin: 0 0 17px;
}
.article-compare-list {
    padding: 0 25% 0 0;
}
.article-compare-list li {
    line-height: 25px;
    margin-bottom: 19px;
    list-style-type: none;
    position: relative;
    padding: 0 0 0 38px;
}
.article-compare-list li:before {
    content: "";
    width: 27px;
    height: 27px;
    top: 0;
    left: 0;
    display: block;
    position: absolute;
}
.list-advantages li:before {
    background: url('/local/templates/cosmetics2021/components/bitrix/news/blog2021/bitrix/news.detail/.default/images/icon-plus-green.svg') no-repeat 50% 50% / contain;
}
.list-disadvantages li:before {
    background: url('/local/templates/cosmetics2021/components/bitrix/news/blog2021/bitrix/news.detail/.default/images/icon-minus-red.svg') no-repeat 50% 50% / contain;
}
/* end article compare */

/* comments */
.article-comments{
  margin: 24px 0 50px;
}
.article-comments .askaron-reviews-new .ask-button {
  margin-top: 20px;
}
/* end comments */

@media (min-width: 992px){
  .articles-sidebar-item-footer .article-views,
  .articles-sidebar-item-img{
    display: none;
  }

}

@media (max-width: 991px){
  .article-page h2,
  .article-page h3 {
    font-size: 18px;
    margin: 0 0 25px;
  }
  /**/
  .article-author-img{
      width: 40px;
      height: 40px;
      min-width: 40px;
      min-height: 40px;
  }
  .article-author-position {
    line-height: 15px;
  }
  .article-data .fz-14,
  .article-author-name,
  .article-author-position{
    font-size: 13px;
  }
  .article-count {
    line-height: 22px;
  }
  .article-info-top .article-author-name {
    margin-top: 1px;
  }
  .article-data span {
    margin-right: 11px;
  }
  .article-data .article-date {
    flex: 1 0 100%;
    margin: 0 0 10px;
  }
  .article-data .article-views {
    margin-right: 12px;
  }
  .article-data .article-views .icon-views {
    margin-right: 4px !important;
  }
  .article-data .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__icon_more,
  .article-data i[class^="icon-"] {
    transform: scale(.9);
  }
  .article-data i.icon-comments-total {
      width: 28px;
      height: 25px;
      margin: 0;
  }
  .article-data .article-comments-total {
      margin: -1px 15px 0 0;
  }
  .article-data span.article-share.ya-share2.ya-share2_inited {
      margin: -4px 0 0 10px;
      transform: scale(1.2);
  }
  .article-info-top {
      margin-bottom: 7px;
  }
  
  /**/
  .article-hero {
    padding: 0 0 29px;
    margin: 0 0 24px;
  }
  .article-hero-txt {
    font-size: 15px;
    line-height: 24px;
    margin: 0 0 23px;
  }
  /**/
  .article-structure {
    padding: 0 0 20px;
    margin: 11px 0 23px;
  }
  .article-structure h3 {
    margin-bottom: 6px;
  }
  /**/
  .article-ordered-list  {
    padding-left: 20px;
    margin: 4px 0;
  }
  .article-ordered-list {
      line-height: 24px;
  }
  .article-ordered-list li {
      margin-bottom: 6px;
      line-height: 22px;
  }
  /**/
  .video-background{
    height: 250px;
  }
  /**/
  .table-responsive {
    overflow-x: auto;
    margin-right: -15px;
    padding-bottom: 10px;
  }
  .table-responsive th, 
  .table-responsive td {
    padding: 15px;
  }
  /**/
  .article-crd{
      width: 100%;
    max-width: 468px;
  }
  .article-crd-inner {
    padding: 15px 10px 16px;
  }
  .article-crd-img {
      width: 100px;
  }
  .article-crd-brand {
    font-size: 12px;
  }
  .article-crd-name {
    line-height: 1.5;
    font-size: 13px;
  }
  .article-crd-price-wrap {
    flex: 1 0 100%;
    margin: 0 0 6px;
  }
  span.badge.badge-sale {
    order: 3;
  }
  .article-crd-footer {
      margin-top: 0px;
  }
  .article-crd-footer .crd-item-button {
    margin-left: 0;
  }
  .article-crd .btn--green{ 
    padding: 0 21px;
  }
  .article-crd .crd-item-price--new {
  margin-right: 5px;
  }
  .article-crd-price .badge.badge-sale {
    margin: 0 0 0 8px;
  }
  .article-crd-wrapper {
    margin: 0 0 13px;
  }
  .article-crd-wrapper .article-crd{
    margin: 0 0 4px 0;
  }
  .article-crd-wrapper .article-crd:nth-child(even) {
    margin: 0 0 4px 0;
  }
  /**/
  .articles-sidebar-wrap{
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 24px -15px 33px 0;
    padding: 0 0 10px;
  }
  .articles-sidebar-item{
    width: 226px;
    min-width: 226px;
    margin: 0 15px 0 0;
    border: 1px solid #E7E7E7;   
    padding: 0; 
  }
  .articles-sidebar-item-img{
    display: block;
    width: calc(100% + 2px);
    height: 152px;
    margin: -1px -1px 0 -1px;
  }
  .articles-sidebar-item-img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .articles-sidebar-item-info{
    padding: 22px 16px 26px;
  }
  /**/
  .article-compare-list,
  .article-ul,
  .article-ordered-list {
      font-size: 15px;
      line-height: 24px;
  }
  .article-detail p {
      font-size: 15px;
      line-height: 24px;
      margin: 0 0 23px;
  }
  .article-subtitle {
    font-size: 15px;
    margin-bottom: 22px;
    line-height: 24px;
  }
  /**/
  .article-compare {
      margin: 40px 0;
  }
  .article-compare h3 {
    margin: 0 0 20px;
  }
  .article-compare-list {
      padding: 0;
  }
  @media (max-width:767px) {
    .article-compare {
      margin: 20px 0;
    }
    .article-compare h3 {
      margin: 10px 0 15px;
    }
    .article-compare-right {
      border-left: none;
    }
    .article-compare-list li {
      margin-bottom: 10px;
      line-height: 22px;
    }
    .article-compare-list li:before {
      transform: scale(.9);
    }
  }
  /**/
  .article-goback .goback {
      font-size: 13px;
      line-height: 20px;
  }
  /**/
  .article-info-bottom {
    padding: 14px 0 10px;
  }
  .article-info-bottom-wrap {
      flex-wrap: wrap;
  }
  .article-info-bottom-wrap .article-author {
      flex-wrap: wrap;
  }

  .article-info-bottom-wrap .article-data {
    flex: 1 0 100%;
    margin: 0;
  }

  .article-info-bottom-wrap .article-date {
      flex: 1 0 100%;
      margin: 11px 0 17px;
  }
  .article-tags {
      padding: 23px 0 2px;
  }
  .article-tags .tag--green {
      padding: 0 12px;
      font-size: 13px;
      height: 30px;
      line-height: 26px;
  }
  /**/
  .article-goback {
    margin: 0 0 24px;
    padding: 0 0 23px;
  }
  .article-goback .goback{
    padding-left: 34px;
  }
  .article-goback .goback:before{
    width: 22px;
    top: 2px;
  }
  /**/
  .articles-sidebar h3{
    padding-bottom: 0;
    border-bottom: none;
  }
  .articles-sidebar-item .article-author-img {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    margin-right: 5px;
  }
  .articles-sidebar-item .article-author-name {
    font-size: 13px;
  }
  .articles-sidebar-item-info{
    padding: 21px 16px 11px;
    height: calc(100% - 152px);
    display: flex;
    flex-direction: column;
  }
  .articles-sidebar-item .article-title {
    font-size: 15px;
    line-height: 22px;
    margin: 0 0 25px;
  }
  .articles-sidebar-item-footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
  }
  .articles-sidebar-item-footer .article-views {
    color: #333;
    display: flex;
    line-height: 18px;
  }
  .articles-sidebar-item-footer .article-views .icon-views{
    display: inline-block;
    width: 19px;
    height: 18px;
    margin-right: 3px;
    vertical-align: baseline;
  }
  /**/
  .article-comments{
    margin: 0 0 50px;
  }


}

.article-detail img
{
    width: auto;
    height: auto;
    max-width: 100%;
}

.articles-sidebar .banner-slider--right
{
    margin-bottom: 25px;
	width: 100%;
	height: auto;
}
/* End */


/* Start:/local/templates/cosmetics2021/components/bitrix/system.pagenavigation/.default/style.css?16256650791166*/
/* cn_pagenav
-----------------------------------------------------------------------------*/
.cn_pagenav  {
	margin: 20px 15px 0px 0;
	text-align: right;
	}
	.cn_pagenav a {
		display: inline-block;
		padding: 0 5px;
		}
		.cn_pagenav a:hover {
			color: #fe4d00;
			text-decoration: none;
			}
	.cn_pagenav a.page_end, .cn_pagenav a.page_begin, .cn_pagenav a.page_left, .cn_pagenav a.page_right {
		background: url(/local/templates/cosmetics2021/components/bitrix/system.pagenavigation/.default/images/bg_cn_pagenav.png) no-repeat 0 4px;
		width: 10px;
		padding: 0 3px;
		text-decoration: none;
		}
		.cn_pagenav a.page_end, .cn_pagenav a.page_begin {
			width: 12px;
			}
			.cn_pagenav a.page_begin:hover {background-position: 0 -16px;}
		.cn_pagenav a.page_end {background-position: 100% 4px;}
			.cn_pagenav a.page_end:hover {background-position: 100% -16px;}
		.cn_pagenav a.page_left {background-position: -20px 4px;}
			.cn_pagenav a.page_left:hover {background-position: -20px -16px;}
		.cn_pagenav a.page_right {background-position: -30px 4px;}
			.cn_pagenav a.page_right:hover {background-position: -30px -16px;}
	
	.cn_pagenav .nav-current-page {
		background: #fe4d00;
		color: #fff;
		display: inline-block;
		padding: 0 5px;
		}
/* End */


/* Start:/local/templates/cosmetics2021/components/bitrix/news.list/action-random/style.css?17188778425996*/
.b-section {
	padding: 0 15px;
}

.b-container {
	padding-top: 0px;
	max-width: 1280px;
	min-width: 320px;
	margin: 0 auto;
}

/*start*/

.kp-offers__grid {
}

.kp-offers__grid--preview {
	padding-top: 52px;
	border-top: 1px solid #E8E8E8;
}

.kp-offers__grid-head {
	display: flex;
	align-self: center;
	justify-content: space-between;
	margin-bottom: 32px;
}

.kp-offers__grid-head-title {
	margin-right: 32px;
	font: 600 28px/36px 'Open Sans', sans-serif;
	color: #333333;
}

.kp-offers__show-all-link {
	display: flex;
	align-self: center;
	justify-content: flex-start;
	font: 600 16px/24px 'Open Sans', sans-serif;
	color: #333333;
	transition: all 0.2s ease-out;
}

.kp-offers__show-all-link:hover {
	color: #7A9E00;
}

.kp-offers__show-all-link svg {
	margin-left: 12px;
	flex-shrink: 0;
	fill: #333333;
	transition: all 0.2s ease-out;
}

.kp-offers__show-all-link:hover svg {
	fill: #7A9E00;
}

.kp-offers__grid-items {
	display: grid;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 28px;
	grid-row-gap: 32px;
}

.kp-offers__grid-item {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	margin: 0 0 25px;
	padding: 0 0 14px;
	border-bottom: 1px solid #E5E5E5;
}

.kp-offer-card,
.kp-offer-card__container,
.kp-offer-card__head,
.kp-offer-card__link {
	display: flex;
	flex-direction: column;
	flex: 1 0 auto;
}

.kp-offer-card--details,
.kp-offer-card--modal {
	padding-bottom: 52px;
}

.kp-offer-card__image {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.kp-offer-card__image-device--mobile {
	display: none;
}

.kp-offer-card__image img {
	max-width: 100%;
	height: auto;
}

.kp-offer-card__image-link {
	display: inline-block;
	line-height: 0;
}

.kp-offer-card__modal-link {
	position: absolute;
	padding: 12px 20px;
	font: 600 14px/20px "Open Sans", sans-serif;
	color: #333333;
	border-radius: 30px;
	background: rgba(255, 255, 255, 0.9);
	opacity: 0;
	transition: all 0.2s ease-out;
	transform: translateY(20px);
}

.kp-offer-card__modal-link:hover {
	background: rgba(255, 255, 255, 1);
}

.kp-offer-card:hover .kp-offer-card__modal-link {
	opacity: 1;
	transform: translateY(0);

}

.kp-offer-card__labels {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 12px;
}

.kp-offer-card__label {
	display: flex;
	justify-content: flex-start;
	align-self: center;
	margin-right: 4px;
	padding: 4px 8px;
	font: 600 14px/20px "Open Sans", sans-serif;
	color: #FFFFFF;
	background: #FF711C;
	border-radius: 30px;
	box-sizing: border-box;
}

.kp-offer-card__head {
	margin-top: 20px;
}

.kp-offer-card--modal .kp-offer-card__head,
.kp-offer-card--modal .kp-offer-card__content {
	padding: 0 52px;
}

.kp-offer-card__title {
	display: flex;
	flex-direction: column;
	flex: 1 0 auto;
	font: 600 18px/24px 'Open Sans', sans-serif;
	color: #333333;
	transition: all 0.2s ease-out;
}

.kp-offer-card--details .kp-offer-card__title,
.kp-offer-card--modal .kp-offer-card__title {
	font: 600 32px/40px 'Open Sans', sans-serif;
}

.kp-offer-card--preview .kp-offer-card__link:hover .kp-offer-card__title {
	color: #FF711C;
}

.kp-offer-card__desc {
	margin-top: 12px;
	font: 400 14px/20px 'Open Sans', sans-serif;
	color: #666666;
}

.kp-offer-card__content {
	margin-top: 32px;
}

.kp-offers__grid-show-all {
	display: none;
}

.kp-offer-card__direct-link {
	display: flex;
	justify-content: center;
	align-items: center;
	align-self: stretch;
	margin-top: 32px;
	padding: 16px 20px;
	font: 600 16px/24px 'Open Sans', sans-serif;
	color: #FFFFFF;
	background: #7A9E00;
	border-radius: 8px;
	transition: all 0.2s ease-out;
}

.kp-offer-card__direct-link:hover {
	background: #668500;
	color: #FFFFFF;
}

@media (max-width: 991px) {
	.kp-offers__grid-items {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 20px;
		grid-row-gap: 32px;
	}
}

@media (max-width: 767px) {
	.kp-offers__grid-items {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 0;
		grid-row-gap: 32px;
	}

	.kp-offer-card__image-device--desktop {
		display: none;
	}

	.kp-offer-card__image-device--mobile {
		display: block;
	}

	.kp-offer-card--details .kp-offer-card__title,
	.kp-offer-card--modal .kp-offer-card__title {
		font: 600 28px/36px 'Open Sans', sans-serif;
	}

	.kp-offers__show-all-link {
		display: none;
	}

	.kp-offers__grid-show-all {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.kp-offers__grid-show-all .kp-offers__show-all-link {
		display: flex;
	}
}

html.b-modal-opened {
	overflow: hidden;
}

.b-modal-wrapper {
	visibility: hidden;
	position: fixed;
	overflow-y: scroll;
	opacity: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(11, 11, 11, 0.8);
	z-index: 99999;
	transition: opacity .2s 0s ease-in-out, visibility .2s 0s ease-in-out;
}

.b-modal-wrapper.active {
	visibility: visible;
	opacity: 1;
}

.b-modal-wrapper .b-modal {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 737px;
	margin-left: -368px;
	background: #FFFFFF;
	overflow: hidden;
	border-radius: 12px;
	transition: all 0.2s ease-out;
}

.b-modal__inner {
	position: relative;
}

.b-modal__close {
	position: absolute;
	right: 24px;
	top: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: #FFFFFF;
	border-radius: 50%;
	cursor: pointer;
	flex-shrink: 0;
	z-index: 2;
}

.b-modal__close svg {
	fill: #333333;
	transition: all 0.2s ease-out;
	transform: scale(1);
	flex-shrink: 0;
	pointer-events: none;
}

.b-modal__close:hover svg {
	fill: #7A9E00;
	transform: scale(0.95);
}

@media (max-width: 767px) {

	.b-modal-wrapper .b-modal {
		width: 95%;
	}

	.b-modal__close {
		top: 8px;
		right: 8px;
	}

	.kp-offer-card--modal .kp-offer-card__head,
	.kp-offer-card--modal .kp-offer-card__content {
		padding: 0 20px;
	}

	.kp-offer-card--modal {
		padding-bottom: 20px;
	}

}

/*end*/
/* End */


/* Start:/local/components/askaron/askaron.reviews.for.element/templates/blog/style.css?16305754222028*/
.askaron-reviews-for-element  {
}

.askaron-reviews-for-element .ask-add {
	margin-bottom:20px;	
}

.askaron-reviews-for-element .ask-add a {
	text-decoration:none;
	color:#000;
	border-bottom:1px dotted;
	font-size:20px;
}

.askaron-reviews-for-element .ask-add a:hover {
	color: #EA0000;
}

.askaron-reviews-for-element .ask-not-active {	
	background:#DEFFE6
}

.askaron-reviews-for-element .ask-review {	
}

.askaron-reviews-for-element .ask-review .ask-name {
/*	font-size: 18px;
	display: inline-block;
	color: #2b2b2b;*/
}


.askaron-reviews-for-element .ask-review .ask-name span {
	font-size:12px;
	color:#666;
	margin-left:9px;
}

.askaron-reviews-for-element .ask-review .ask-edit-link-block
{
	font-size:12px;
	display: inline-block;
}

.askaron-reviews-for-element .ask-review .ask-edit-link-block a
{
	text-decoration: underline;
	margin-left:9px;
	color: #000;
}

.askaron-reviews-for-element .ask-review .ask-review-item {
	margin-bottom: 10px;
}

.askaron-reviews-for-element .ask-review .ask-review-item .ask-title {
	vertical-align: top;
	font-weight: bold;
	display: inline-block;
	margin-right: 5px; 
	margin-bottom: 4px;
}

.askaron-reviews-for-element .ask-review .ask-review-item .ask-text {
	display: inline-block;
	color: #666;
	line-height: 18px;
}

.askaron-reviews-for-element .ask-review .ask-stars {
	margin:0px 0 10px;
}

.askaron-reviews-for-element .ask-review .ask-stars img {
	border: 0;
	vertical-align: bottom;
}

.askaron-reviews-for-element .ask-review .ask-stars span {
	font-size: 13px;
	line-height: 13px;	
	margin-left: 8px;		
	color: #999;
	vertical-align: bottom;
}

.askaron-reviews-for-element .ask-new-interval {
	height: 30px;
	display: block;
}

.askaron-reviews-for-element-answer {
	margin-bottom: 10px;
	background-color: #CCC;
	padding: 10px;
	margin-left: 40px;
}

.askaron-reviews-for-element-answer__title {
	font-weight: bold;
	margin-right: 5px;
	margin-bottom: 4px;
}

.askaron-reviews-for-element-answer__text {
	color: #666;
	line-height: 18px;
	margin-right: 5px;
}
/* End */
/* /local/templates/cosmetics2021/components/bitrix/news/blog2021/bitrix/news.detail/.default/style.css?171887784216605 */
/* /local/templates/cosmetics2021/components/bitrix/system.pagenavigation/.default/style.css?16256650791166 */
/* /local/templates/cosmetics2021/components/bitrix/news.list/action-random/style.css?17188778425996 */
/* /local/components/askaron/askaron.reviews.for.element/templates/blog/style.css?16305754222028 */
