.company-current_status{
	display: inline-block;
	border: 4px solid #FFA200;
	padding: 8px 15px;
	border-radius: 5px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
	color: #1A345C;
}

.company-dates{
	margin: 0 0 15px 0;
	text-align: center;
	opacity: 0.7;
	transition: opacity 0.7s;
	font-size: 14px;
	line-height: 1.5;
}

.company-dates:hover{
	opacity: 0.9;
}

.ul-list {
	
}

.ul-list li{
	display: list-item;
	padding: 2px 0;
}

.buy-company-wrap:empty {
	height: 100px;
	min-width: 286px;
}

.card-firm__title > a {
	font-size: 28px;
	line-height: 34.13px;
}

@media screen and (max-width: 770px) {
	.row {
    flex-direction: column !important;
	}
}

body {
	background-color: #F3F3F3;
}


.btn-favorite.__in_fav::before {
	content: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 3V22L11.5665 15.6431C11.9659 15.2565 12.604 15.2698 12.9869 15.6727L19 22V3C19 2.44772 18.5523 2 18 2H6C5.44772 2 5 2.44772 5 3Z" fill="%23FFA200" stroke="%23FFA200" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.firm__btns .btn-save {
	background-color: transparent;
}

.btn-favorite {
	transition: unset !important;
}