

/* Start:/local/templates/furniture_red/components/bitrix/news/catalog/bitrix/news.detail/.default/style.css?17095560493100*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

.block_info .garant,
.block_info .deliv,
.block_info .pay{	 
    padding-left: 45px;
    position: relative;
    margin-bottom: 0;
    font: 13px/20px 'helveticaneuecyrbold', Arial, sans-serif;
    min-height: 45px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}
.block_info .garant::before {
    content: "\e91a";
}
.block_info .deliv::before {
    content: "\e91b";
}
.block_info .pay::before {
	content: "\e93f";
}
.block_info .deliv::before,
.block_info .garant::before,
.block_info .pay::before {  
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #e4272d;
    position: absolute;
    left: 0;
    top: calc(50% - 16px);
    font-size: 32px;
}
.block_info .pay a{
	text-decoration: underline;
}
.discount-box {
    margin: 0 0 20px;
}
.h1_title{
    font: 30px/35px 'helveticaneuecyrmedium', Arial, sans-serif;
    margin-bottom: 10px;
    display: block;
}
.equip_buy_block>div {
    display: flex;
}
.equip_buy_block>div>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.equip_buy_block>div>div span a {
    font-size: 14px;
    color: #000;
    line-height: 20px;
    text-decoration: underline;
    text-align: center;
    display: inline-block;
    font-weight: bold;
}
.equip_buy_block>div>div img {
    width: 75%;
    border-radius: 17px;
}
.equip_buy_block>div>div .img_wrapp {
    border: 4px solid #1D9DE3;
    border-radius: 100px;
    width: 130px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    margin-bottom: 10px;
}
@media (max-width:950px) {
    .equip_buy_block>div>div {
        width: 50%;
        margin-bottom: 20px;
    }
    .equip_buy_block>div {
        flex-wrap: wrap;
        justify-content: space-around;
    }
}
@media (max-width:550px) {
    .equip_buy_block h3 {
        font-size: 22px!important;
    }
    .equip_buy_block>div>div {
        width: 100%;
    }
    .equip_buy_block>div>div span a {
        font-size: 13px;
    }
}
.rating {
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
    margin-top: 10px;
    position: relative;
    overflow: hidden;
    height: 15px;
    width: 79px;
    z-index: 2
}

.rating i {
    background: url(/local/templates/furniture_red/components/bitrix/news/catalog/bitrix/news.detail/.default/images/rating.png) repeat 0 0 transparent;
    height: 15px;
    width: 79px;
    position: absolute;
    display: block;
    left: 0;
    top: 0
}

.rating i.m {
    background: url(/local/templates/furniture_red/components/bitrix/news/catalog/bitrix/news.detail/.default/images/rating.png) repeat 0 -14px transparent;
    width: 0;
    z-index: 10
}
/* End */


/* Start:/local/templates/furniture_red/components/bitrix/news.list/other_brands/style.css?17207908922452*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
.articles_block .article{
    margin: 0;
    box-shadow: -10px -10px 0px 0px #E0E0E0 inset, -20px -20px 0px 0px #FFF inset;
    padding: 20px;
    background: #E0E0E0;
    flex: 0 0 19%;
    border-radius: 0;
}
.articles_block .article img{
	max-height: 80px;
    max-width: 170px;
}
.articles_block .article .brief-info{
	min-height: auto;
    color: #131313;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    line-height: 120%;
	background: transparent;
	padding: 20px 15px;
}
.articles_block .article:hover {
    -webkit-box-shadow: 0 0px 0px 0 rgba(99, 99, 99, 0.21);
    box-shadow: 0 0px 0px 0 rgba(99, 99, 99, 0.21);
}
#articlesn h2.article_title{
	color: #36AEF0;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	line-height: 25px; 
	margin: 20px 0;
}
.nav_articles{
	margin: 20px 0;
}
.nav_articles a{
	color: #E4272D;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    line-height: 25px;
    text-transform: uppercase;
    display: flex;
    align-items: baseline;
	padding: 15px 0;
}
.long-arrow-right,
.long-arrow-left{
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #E4272D;
    border-left: 2px solid #E4272D;
}
.long-arrow-right{
	transform: rotate(135deg);
	margin-left: 25px;
}
.long-arrow-left{
    transform: rotate(-45deg);
    margin-right: 25px;
}
.long-arrow-right::after,
.long-arrow-left::after{
    content: "";
    display: block;
    width: 2px;
    height: 25px;
    background-color: #E4272D;
    transform: rotate(-45deg) translate(8px, 4px);
}
.nav_articles a:hover{
	color: #fff;
	border-radius: 8px;
	background: #E4272D;
	padding: 15px 40px;
}
.nav_articles a:hover .long-arrow-right,
.nav_articles a:hover .long-arrow-left{
	border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}
.nav_articles a:hover .long-arrow-right::after,
.nav_articles a:hover .long-arrow-left::after{
	background-color: #FFF;
}
.articles_block .owl-nav{
	text-align: center;
	margin: 20px;
}
.articles_block .owl-nav span{
	color: #E4272D;
    font-size: 50px;
	margin: 20px;
}
@media(max-width:840px){
	.articles_block .article .brief-info{
		min-height: 100px;
	}
}
@media(max-width:630px){
	.nav_articles{
		flex-wrap: wrap;
		justify-content: center;
	}
	.nav_articles a{
		margin: 0 40px;
	}
}
/* End */


/* Start:/local/templates/furniture_red/components/bitrix/news.list/other_elements/style.css?17207908922452*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
.articles_block .article{
    margin: 0;
    box-shadow: -10px -10px 0px 0px #E0E0E0 inset, -20px -20px 0px 0px #FFF inset;
    padding: 20px;
    background: #E0E0E0;
    flex: 0 0 19%;
    border-radius: 0;
}
.articles_block .article img{
	max-height: 80px;
    max-width: 170px;
}
.articles_block .article .brief-info{
	min-height: auto;
    color: #131313;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    line-height: 120%;
	background: transparent;
	padding: 20px 15px;
}
.articles_block .article:hover {
    -webkit-box-shadow: 0 0px 0px 0 rgba(99, 99, 99, 0.21);
    box-shadow: 0 0px 0px 0 rgba(99, 99, 99, 0.21);
}
#articlesn h2.article_title{
	color: #36AEF0;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	line-height: 25px; 
	margin: 20px 0;
}
.nav_articles{
	margin: 20px 0;
}
.nav_articles a{
	color: #E4272D;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    line-height: 25px;
    text-transform: uppercase;
    display: flex;
    align-items: baseline;
	padding: 15px 0;
}
.long-arrow-right,
.long-arrow-left{
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #E4272D;
    border-left: 2px solid #E4272D;
}
.long-arrow-right{
	transform: rotate(135deg);
	margin-left: 25px;
}
.long-arrow-left{
    transform: rotate(-45deg);
    margin-right: 25px;
}
.long-arrow-right::after,
.long-arrow-left::after{
    content: "";
    display: block;
    width: 2px;
    height: 25px;
    background-color: #E4272D;
    transform: rotate(-45deg) translate(8px, 4px);
}
.nav_articles a:hover{
	color: #fff;
	border-radius: 8px;
	background: #E4272D;
	padding: 15px 40px;
}
.nav_articles a:hover .long-arrow-right,
.nav_articles a:hover .long-arrow-left{
	border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}
.nav_articles a:hover .long-arrow-right::after,
.nav_articles a:hover .long-arrow-left::after{
	background-color: #FFF;
}
.articles_block .owl-nav{
	text-align: center;
	margin: 20px;
}
.articles_block .owl-nav span{
	color: #E4272D;
    font-size: 50px;
	margin: 20px;
}
@media(max-width:840px){
	.articles_block .article .brief-info{
		min-height: 100px;
	}
}
@media(max-width:630px){
	.nav_articles{
		flex-wrap: wrap;
		justify-content: center;
	}
	.nav_articles a{
		margin: 0 40px;
	}
}
/* End */
/* /local/templates/furniture_red/components/bitrix/news/catalog/bitrix/news.detail/.default/style.css?17095560493100 */
/* /local/templates/furniture_red/components/bitrix/news.list/other_brands/style.css?17207908922452 */
/* /local/templates/furniture_red/components/bitrix/news.list/other_elements/style.css?17207908922452 */
