

/* Start:/local/templates/.default/components/bitrix/breadcrumb/2019_bread/style.min.css?1610363688448*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */


/* Start:/local/components/firecode/reviews/templates/mfoDetail/style.css?1611728525695*/
.b-mfo-reviews-add-ok {
    background: #60ae3d;
    border-radius: 3px;
    color: #fff;
    width: 600px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    padding: 10px;
    background: rgb(60,201,85);
    background: -moz-linear-gradient(top, rgb(60,201,85) 0%, rgb(60,187,82) 50%, rgb(60,174,82) 100%);
    background: -webkit-linear-gradient(top, rgb(60,201,85) 0%,rgb(60,187,82) 50%,rgb(60,174,82) 100%);
    background: linear-gradient(to bottom, rgb(60,201,85) 0%,rgb(60,187,82) 50%,rgb(60,174,82) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3cc955', endColorstr='#3cae52',GradientType=0 );
}

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/recommended_mfo_detail/style.css?1610363688150*/
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;
}

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/best_bankrotstvo/style.css?17583537583170*/
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;
}
.companyRowItem__head .cardTop__link{
	text-decoration-line: none;
}

.companyRow {
	display: flex;
	overflow: auto;
	gap: 20px;
}
@media (min-width: 1070px) {
	.companyRow {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
	}
}
.companyRow .companyRowItem {
	width: 270px;
	flex-shrink: 0;
}
@media (min-width: 1070px) {
	.companyRow .companyRowItem {
		width: auto;
	}
}
.companyRow:not(:last-child) {
	margin-bottom: 50px;
}
.companyRow + .companyRow__more {
	margin-top: -30px;
}
.companyRow + .companyRow__more:not(:last-child) {
	margin-bottom: 50px;
}
.companyRowItem {
	display: flex;
	flex-direction: column;
	gap: 22px;
	padding: 16px;
	background-color: #FFFFFF;
	border: 1px solid #ECF0F5;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
	border-radius: 4px;
}
.companyRowItem__head {
	display: flex;
	align-items: center;
	gap: 10px;
}
.companyRowItem__logo {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 48px;
	height: 48px;
	box-shadow: inset 0 0 0 1px #F0F0F0;
	border-radius: 6px;
}
.companyRowItem__logo img {
	display: block;
	object-fit: contain;
	width: 95%;
	height: 95%;
}
.companyRowItem__title {
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	color: #000000;
	margin-bottom: 9px;
}
.companyRowItem__cost {
	font-size: 16px;
	line-height: 1.2;
	color: #333333;
}
.companyRowItem__cost b {
	font-weight: 700;
}
.companyRowItem__actions {
	margin-top: auto;
}

.rateBlock {
	background-image: url(/local/assets/images/star-inactive.png);
	background-repeat: repeat-x;
	background-position: 0 center;
	width: 60px;
	height: 12px;
}
.rateBlock__active {
	background-image: url(/local/assets/images/star-active.png);
	background-repeat: repeat-x;
	background-position: 0 center;
	height: 12px;
}

.cardTop {
	padding: 15px;
	background-color: #FFFFFF;
	border-radius: 6px;
}
@media (min-width: 770px) {
	.cardTop {
		padding: 24px;
	}
}
.cardTop:not(:last-child) {
	margin-bottom: 16px;
}
.cardTop__head {
	display: flex;
	flex-direction: column;
	gap: 10px 20px;
}
@media (min-width: 770px) {
	.cardTop__head {
		align-items: center;
		flex-direction: row;
	}
}
.cardTop__logo {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 100px;
	box-shadow: inset 0 0 0 1px #F0F0F0;
	border-radius: 6px;
	flex-shrink: 0;
}
.cardTop__logo img {
	width: 80%;
	height: 80%;
	object-fit: contain;
}
.cardTop__info {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}
.cardTop__title {
	font-weight: 700;
	font-size: 24px;
	line-height: 1.3;
	color: #090909;
	width: 100%;
}
@media (min-width: 470px) {
	.cardTop__title {
		font-size: 32px;
	}
}
.cardTop__link {
	font-size: 13px;
	line-height: 1.2;
	text-decoration-line: underline;
	color: #2A2E2F;
}
.cardTop__foot > * + * {
	margin-top: 20px;
}
.cardTop__foot:not(:first-child) {
	border-top: 1px solid #ecf0f5;
	margin-top: 15px;
	padding-top: 15px;
}
@media (min-width: 770px) {
	.cardTop__foot:not(:first-child) {
		margin-top: 24px;
		padding-top: 24px;
	}
}
/* End */
/* /local/templates/.default/components/bitrix/breadcrumb/2019_bread/style.min.css?1610363688448 */
/* /local/components/firecode/reviews/templates/mfoDetail/style.css?1611728525695 */
/* /local/templates/.default/components/bitrix/news.list/recommended_mfo_detail/style.css?1610363688150 */
/* /local/templates/.default/components/bitrix/news.list/best_bankrotstvo/style.css?17583537583170 */
