

/* 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/templates/.default/components/bitrix/news/articles/bitrix/news.detail/.default/style.css?17583520516447*/
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;
}

.show_counter{
	height: 17px;
}
.article-container{
	background: #1f7dc6;
	color: #fff;
	padding: 20px;
	border-radius: 4px;
	margin-bottom: 25px;
}
.article-content .expert_tested{
	color: #fff;
	cursor: pointer;
	border-bottom: 1px dashed #fff;
}
.article-content ul {
	padding-left: 0px;
	margin-top: 15px;
}
.article-content ul li{
	list-style: none;
	margin-bottom: 15px;
}

.article-content ul li a:hover{
	border-bottom: 1px dashed #fff;
	color: #fff;
}
.media-body, .media-left, .media-right {
	display: table-cell;
	vertical-align: top;
}
.media-middle {
	vertical-align: middle;
}
.media-left, .media>.pull-left {
	padding-right: 10px;
}

.mfo_articles_slider{
	margin-right: auto;
	margin-left: auto;
}
.mfo_articles_row{
	width: 100%;
}
 table {
    width: 100%;
    border-collapse: collapse;
  }
  td, th {
    word-wrap: break-word;
    word-break: break-word;
  }


.inner-text blockquote {
		background-color: #F5F7F8;
		padding: 12px 17px;
		border-left: 3px solid #229EFE;
		margin-block: 25px;
	}

	.inner-text blockquote:first-child {
		margin-top: 0;
	}

	.inner-text blockquote *:last-child {
		margin-bottom: 0;
	}

	.fileDoc {
		display: flex;
		align-items: center;
		gap: 24px;
		color: inherit;
		text-decoration: none;
		position: relative;
		overflow: hidden;
		padding: 12px;					
		background-color: #FFFFFF;
		border: 1px solid #BCC8D6;
		box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
		border-radius: 4px;
		margin-block: 25px;
	}

	@media (min-width: 768px) {
		.fileDoc {
			padding-left: 110px;
		}
	}

	.fileDoc + .fileDoc {
		margin-top: -10px;
	}

	.fileDoc:hover,
	.fileDoc:focus {
		color: inherit;
		text-decoration: none;
	}

	.fileDoc__link {
		display: flex;
		align-items: center;
		gap: 12px;
		flex-grow: 1;
	}

	.fileDoc__name {
		font-weight: 600;
		font-size: 14px;
		color: #2A2E2F;
	}

	.fileDoc__exe {
		font-weight: 600;
		font-size: 12px;
		color: #8092A6;
		padding: 4px 10px;
		background-color: #F1F8FB;
		border-radius: 50px;
	}

	.fileDoc__size {
		flex-shrink: 0;
		font-size: 12px;
		color: #8092A6;	
	}

	.fileDoc__bttn {
		flex-shrink: 0;
		display: none;
		padding: 14px 30px;
		width: 115px;
		height: 40px;
		border: 1px solid #BCC8D6;
		border-radius: 3px;
	}

	@media (min-width: 768px) {
		.fileDoc__bttn {
			display: flex;
			justify-content: center;
			align-items: center;						
		}					
	}

	:hover > .fileDoc__bttn {
		color: #000;
		background-color: #BCC8D6;
	}

	@media (min-width: 768px) {
		.fileDoc::before {
			display: block;
			content: '';
			position: absolute;
			width: 150px;
			height: 150px;
			left: -69px;
			top: 50%;
			margin-top: -75px;
			border-radius: 50%;
			background-color: #F1F8FB;
		}

		.fileDoc::after {
			display: block;
			content: '';	
			background-image: url('/local/assets/css/../images/fileDoc.svg');
			background-position: center;
			background-size: 25px;
			background-repeat: no-repeat;
			position: absolute;
			left: 23px;
			top: 50%;
			margin-top: -13px;
			height: 26px;
			width: 26px;
		}
	}



.tbl {
  border-collapse: collapse;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.tbl__wrap {
  max-width: 100%;
  overflow: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  scrollbar-width: thin;
  scrollbar-color: #229EFE grey;
}
.tbl__wrap::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.tbl__wrap::-webkit-scrollbar-thumb {
  background: #229EFE;
}
.tbl__wrap::-webkit-scrollbar-thumb:hover {
  background: #229EFE;
}
.tbl__wrap::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px grey;
  background: grey;
}
.tbl__wrap .tbl {
  margin-top: 0;
  margin-bottom: 0;
}
.tbl tr th,
.tbl tr td {
  font-size: 14px;
  line-height: 1.4;
  padding: 14px 12px;
  word-wrap: initial;
  word-break: initial;
}
@media (min-width: 1070px) {
  .tbl tr th,
  .tbl tr td {
    padding: 18px 20px;
  }
}
.tbl tr th {
  font-weight: 700;
  background-color: #F2F9FC;
}
.tbl tr th:first-child {
  border-radius: 8px 0 0 8px;
}
.tbl tr th:last-child {
  border-radius: 0 8px 8px 0;
}
.tbl tr td {
  vertical-align: top;
  border-bottom: 1px solid #BCC8D6;
}
.tbl tr:last-child td {
  border-bottom: 0;
}

.quoteBlk {
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 15px;
	background-color: #FFFFFF;
	border: 1px solid #ECF0F5;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
	border-radius: 6px;
}
@media (min-width: 470px) {
	.quoteBlk {
		gap: 20px;
		padding: 20px;
	}
}
.quoteBlk:not(:first-child) {
	margin-top: 20px;
}
.quoteBlk:not(:last-child) {
	margin-bottom: 40px;
}
.quoteBlk__img {
	position: relative;
	width: 70px;
	height: 70px;
	overflow: hidden;
	border-radius: 50px;
	flex-shrink: 0;
}
@media (min-width: 470px) {
	.quoteBlk__img {
		width: 100px;
		height: 100px;
	}
}
.quoteBlk__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.quoteBlk__info > * + * {
	margin-top: 3px;
}
.quoteBlk__info::before {
	display: block;
	content: '';
	width: 20px;
	height: 16px;
	margin-bottom: 8px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='16' viewBox='0 0 20 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M20 0C19.577 1.55086 19.1541 3.23263 18.7311 5.04532C18.3283 6.83786 17.9557 8.61027 17.6133 10.3625C17.2709 12.1148 16.999 13.7059 16.7976 15.136H11.4502L10.997 14.4713C11.3595 13.001 11.8228 11.43 12.3867 9.75831C12.9708 8.08661 13.5952 6.4149 14.2598 4.7432C14.9446 3.05136 15.6294 1.47029 16.3142 0H20ZM8.88218 0C8.45921 1.55086 8.03625 3.23263 7.61329 5.04532C7.21047 6.83786 6.83786 8.61027 6.49547 10.3625C6.15307 12.1148 5.88117 13.7059 5.67976 15.136H0.362538L0 14.4713C0.362538 13.001 0.81571 11.43 1.35952 9.75831C1.92346 8.08661 2.53776 6.4149 3.20242 4.7432C3.86707 3.05136 4.54179 1.47029 5.22659 0H8.88218Z' fill='%238C9BAE'/%3e%3c/svg%3e ");
}
.quoteBlk__text {
	font-size: 14px;
	line-height: 1.5;
	color: #2A2E2F;
}
.quoteBlk__text:not(:last-child) {
	margin-bottom: 18px;
}
.quoteBlk__text > *:last-child {
	margin-bottom: 0;
}
.quoteBlk__text p {
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-bottom: 0.5em;
}
.quoteBlk__name {
	font-weight: 600;
	font-size: 16px;
	color: #000000;
}
.quoteBlk__notion {
	font-weight: 600;
	font-size: 12px;
	color: #8C9BAE;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/recListArticles/style.css?1698231151256*/
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;
}
.nwsw-data {
	color: #acacac;
	font-size: 11px;
}
.authors_articles_date{
	margin-left: auto;
	order: 2;
}
/* End */


/* Start:/local/components/firecode/reviews/templates/articles/style.css?1622799613679*/
.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/best_bankrotstvo/style.css?17597813503349*/
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;
	}
}



.companyRowItem {
	position: relative;
}
.companyRowItem__link {
	position: absolute;
	inset: 0;
	z-index: 1;
}
.companyRowItem__actions {
	position: relative;
	z-index: 2;
}

/* End */
/* /local/templates/.default/components/bitrix/breadcrumb/2019_bread/style.min.css?1610363688448 */
/* /local/templates/.default/components/bitrix/news/articles/bitrix/news.detail/.default/style.css?17583520516447 */
/* /local/templates/.default/components/bitrix/news.list/recListArticles/style.css?1698231151256 */
/* /local/components/firecode/reviews/templates/articles/style.css?1622799613679 */
/* /local/templates/.default/components/bitrix/news.list/best_bankrotstvo/style.css?17597813503349 */
