

/* Start:/local/components/onelab/news.detail/templates/.default/style.css?17374439605822*/
h1{
	display: none;
}

.detail_top{
	border: 1px solid #ebebeb;
	border-radius: 16px;
	padding: 40px 40px 32px 40px;
	background: #fff;
	margin-bottom: 40px;
	min-height: 336px;
}
.detail_top h2{
	margin-bottom: 40px;
}
.detail_top .price{
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 20px;
	line-height: 160%;
	letter-spacing: -0.03em;
	color: #333;
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 40px;
}
.detail_top .footer{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.detail_top .company_name{
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 200%;
	color: #00803d;
}
.detail_top .city{
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 200%;
	color: rgba(51, 51, 51, 0.5);
}

.detail_text{
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 200%;
	color: rgba(51, 51, 51, 0.75);
}

.card{
	border: 1px solid #ebebeb !important;
	border-radius: 16px !important;
	padding: 40px;
	background: #fff;
	margin-bottom: 40px;
	min-height: 336px;
	box-sizing: border-box;

}
.card .card_status{
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 20px;
	line-height: 160%;
	color: #00803d;
	margin-bottom: 30px;
}
.card .card_list{
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	list-style: none;
	margin-bottom: 30px;
}
.card .card_list li{
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 200%;
	color: rgba(51, 51, 51, 0.5);
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.card .card_list li span{
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 200%;
	color: #333;
}
.card_footer{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
button.status{
	border: none;
	outline: none;
	background: transparent;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 125%;
	color: #00803d;
	display: flex;
	align-items: center;
	white-space: nowrap;
	gap: 8px;
	padding-left: 0;
}
button.status:before{
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	background: url("/local/components/onelab/news.detail/templates/.default/./icns/status.svg")center/cover no-repeat;
}
button.btn_favorite{
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 125%;
	color: #00803d;
	display: flex;
	align-items: center;
	white-space: nowrap;
	gap: 8px;
	padding-left: 0;
}
button.btn_favorite:before{
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	background: url("/local/components/onelab/news.detail/templates/.default/./icns/fav.svg")center/cover no-repeat;
}

.tags_list{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 80px;
	gap: 16px;
}

.tags_list .tag{
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 14px;
	line-height: 143%;
	color: #333;
	border-radius: 4px;
	padding: 8px 16px;
	background: #ece8df;
}

.tag_title{
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 20px;
	line-height: 160%;
	color: #333;
	margin-bottom: 32px;
}

.detail_footer .social{
	border-bottom: 1px solid #d9d9d9;
	padding: 40px 0;
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 16px;
	line-height: 150%;
	color: #333;
	display: flex;
	align-items: center;
	gap: 40px;
}
.detail_footer .social .social_list{
	display: flex;
	align-items: center;
	gap: 20px;
}
.detail_footer .social .social_list a{
	display: block;
	text-decoration: none;
	border-radius: 6px;
	padding: 10px;
	background: #ece8df;
}

.detail_title{
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 28px;
	line-height: 143%;
	color: #333;
	margin-bottom: 32px;
}

.status_modal{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 16px;
	padding: 60px;
	box-sizing: border-box;
	background: #fff;
	z-index: 500;
	min-width: 694px;
	display: none;
}
.status_modal.active{
	display: block;
}
.status_modal h4{
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 40px;
	line-height: 110%;
	color: #333;
	margin-bottom: 80px;
}
.status_modal ul{
	padding: 0;
	margin: 0;
	list-style: none;

}
.status_modal ul li{
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 20px;
	line-height: 160%;
	color: #333;
	margin-bottom: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	padding-left: calc(32px + 24px);
}
.status_modal ul li span{
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 20px;
	line-height: 160%;
	text-align: right;
	color: #333;
}
.status_modal ul li:last-child{
	margin-bottom: 0;
}
.status_modal ul li.disable{
	color: rgba(51, 51, 51, 0.5);
}
.status_modal ul li.disable span{
	color: rgba(51, 51, 51, 0.5);
}
.status_modal ul li:before{
	content: '';
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	left: 0;
	top: 50%;
	background: url("/local/components/onelab/news.detail/templates/.default/./icns/check_ico.svg")center/cover no-repeat;
	transform: translateY(-50%);
}
.status_modal ul li:after{
	content: '';
	display: block;
	width: 1px;
	height: 32px;
	background: #00803D;
	left: calc(32px / 2);
	position: absolute;
	top: calc(36px / 2);
	transform: translateY(50%);

}
.status_modal ul li:last-child:after{
	display: none;
}

.status_modal .close_btn{
	position: absolute;
	right: 60px;
	top: 60px;
	transform: translateY(30%);
	display: block;
	cursor: pointer;
	outline: none;
	border: none;
	width: 32px;
	height: 32px;
	background: url("/local/components/onelab/news.detail/templates/.default/./icns/close.png")center/cover no-repeat;
}
.status_modal ul li.disable{
	color: rgba(51, 51, 51, 0.5);;
}
.status_modal ul li.disable:before{
	background: #ece8df;
	border-radius: 50%;
}
.status_modal ul li.disable:after{
	background: #D9D9D9;
}

.detail_top .footer{
	margin-top: auto;
	width: 100%;

}
.detail_top{
	display: flex;
	flex-direction: column;
}
/* End */
/* /local/components/onelab/news.detail/templates/.default/style.css?17374439605822 */
