

/* Start:/bitrix/templates/re_beauty/components/bitrix/system.pagenavigation/square/style.min.css?17073917362433*/
.bx-pagination{margin:10px 0}.bx-pagination .bx-pagination-container{text-align:center;position:relative}.bx-pagination .bx-pagination-container ul{padding:0;margin:0;list-style:none;display:inline-block}.bx-pagination .bx-pagination-container ul li{display:inline-block;margin:0 2px 15px 2px}.bx-pagination .bx-pagination-container ul li span{-webkit-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-moz-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-ms-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-o-transition:color .3s ease,background-color .3s ease,border-color .3s ease;transition:color .3s ease,background-color .3s ease,border-color .3s ease;padding:0 8px;display:block;height:32px;min-width:32px;line-height:32px;color:#444;font-size:.9333em;border-radius:2px;vertical-align:middle;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-weight:bold}.bx-pagination .bx-pagination-container ul li a{text-decoration:none;display:block;border-radius:2px;height:32px;min-width:32px;line-height:32px;color:#444;vertical-align:middle;font-weight:bold}.bx-pagination .bx-pagination-container ul li a:hover span{color:var(--prv_button_bg)}.bx-pagination .bx-pagination-container ul li.bx-active span{background:var(--prv_button_bg);color:#fff}.bx-pagination .bx-pagination-container ul li.bx-pag-all span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,.bx-pagination .bx-pagination-container ul li.bx-pag-next span{line-height:32px;padding:0}.bx-pagination .bx-pagination-container ul li.bx-pag-prev span .fa,.bx-pagination .bx-pagination-container ul li.bx-pag-next span .fa{font-size:24px;line-height:32px;vertical-align:middle;margin-top:-5px}.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span{background:#fff;border-color:#dadada;color:#000}.bx-pagination.bx-green .bx-pagination-container ul li.bx-active span{background:#3bc915;color:#fff}.bx-pagination.bx-yellow .bx-pagination-container ul li.bx-active span{background:#f9a91d;color:#fff}.bx-pagination.bx-red .bx-pagination-container ul li.bx-active span{background:#e22b2b;color:#fff}.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{background:#0083d1;color:#fff}
/* End */


/* Start:/bitrix/templates/re_beauty/components/bitrix/catalog/news_3/bitrix/news.list/.default/style.css?17073917282522*/
.news-item{
	display: block;
	text-decoration: none;
	margin-bottom: 30px;
        color: #212121;
        position: relative;
}
.news-item:hover {
    box-shadow: 0 0 32px #ccc;
    transition: .5s;
    color: #212121;
}
.news-item:hover,
.news-item:focus{
	text-decoration: none;
        color: #212121;
}
.news-item__img{
	height: 190px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
        position: relative;
        display: block;
}
.news-item__body{
	padding: 18px 21px 10px;
	position: relative;
	min-height: 180px;
	background-color: #fff;
	border: 1px solid #EEF1F4;
        z-index: 2;
}
.news_section{
	color: #212121;
	font-size: 0.8em;
	text-transform: uppercase;
	margin-bottom: 10px;
	line-height: 1.2857em;
}
.news-item__preview-text{
    color: #707070;
    margin-top: 10px;
    font-size: 0.9em;
    line-height: 1.4;
}
.news-item__name > a,
.news-item__name > a:focus{
    font-size: 1.2em;
	line-height: 1;
    color: #212121;
}
.news-item__date{
	color: #707070;
	font-size: 0.8571em;
	text-transform: lowercase;
}
.news-item__bottom{
    position: absolute;
    bottom: 16px;
    left: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news-item__likes-comments{
    display: flex;
}
.news-item__comments,
.news-item__comments:hover,
.news-item__comments:focus,
.news-item__comments:active{
    color: #707070;
    text-decoration: none;
    z-index: 8;
}

.news-item__comments > span,
.news-item__likes{
    color: #707070;
    font-size: 0.8571em;
    position: relative;
    display: block;
}
.news-item__likes{
    margin-left: 19px;
    cursor: pointer;
    position: relative;
    z-index: 8;
}
.news-item__comments .fas,
.news-item__likes > .fas{
    color: #C5C5C5;
    margin-left: 6px; 
}
.news-item__comments:hover > span,
.news-item__comments:hover > span > .fas,
.news-item__likes:hover,
.news-item__likes:hover > .fas{
    color: var(--prv_btn_color);
}

@media(max-width: 767px){
	.news-item-first .news-item__body{ 
		width: 100%;
	}
	.news-item__body{
		min-height: 140px;
	}
}
@media(min-width: 768px){
	.news-item-first{
		height: 400px;
		position: relative;
	}
	.news-item-first .news-item__img{
		height: 100%;
	}
	.news-item-first .news-item__body{
		position: absolute;
		right: 0;
		bottom: 0;
		width: 50%;
	}
        .news-item__body{
            height: calc(100% - 190px);
        }
}
@media(min-width: 992px){
	.news-item-first .news-item__body{
		max-width: 315px;
	}
}
/* End */
/* /bitrix/templates/re_beauty/components/bitrix/system.pagenavigation/square/style.min.css?17073917362433 */
/* /bitrix/templates/re_beauty/components/bitrix/catalog/news_3/bitrix/news.list/.default/style.css?17073917282522 */
