

/* Start:/local/templates/vyberibankrotstvo/components/bitrix/breadcrumb/site/style.css?17611341521968*/
/* Breadcrumb Navigation */
.breadcrumb {
    padding: 16px 0;
    background: transparent;
}

.breadcrumb__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.breadcrumb__item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    line-height: 1.5;
}

.breadcrumb__link {
    color: #6b7280;
    text-decoration: none;
    transition: color 0.2s ease;
    display: inline-block;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.breadcrumb__link:hover {
    color: #2563eb;
}

.breadcrumb__link:focus {
    outline: 2px solid #2563eb;
    outline-offset: 2px;
    border-radius: 2px;
}

.breadcrumb__separator {
    color: #d1d5db;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.breadcrumb__current {
    color: #111827;
    font-weight: 500;
    display: inline-block;
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Адаптив для мобильных */
@media (max-width: 768px) {
    .breadcrumb {
        padding: 12px 0;
    }
    
    .breadcrumb__container {
        padding: 0 16px;
    }
    
    .breadcrumb__item {
        font-size: 13px;
    }
    
    .breadcrumb__link {
        max-width: 120px;
    }
    
    .breadcrumb__current {
        max-width: 150px;
    }
}

/* Альтернативный вариант: скрывать промежуточные элементы на мобильных */
@media (max-width: 640px) {
    .breadcrumb__item:not(:first-child):not(:last-child):not(:nth-last-child(2)) {
        display: none;
    }
    
    /* Показываем многоточие вместо скрытых элементов */
    .breadcrumb__item:first-child:not(:nth-last-child(2))::after {
        content: '...';
        color: #6b7280;
        margin: 0 8px;
    }
}
/* End */


/* Start:/local/templates/vyberibankrotstvo/components/bitrix/form.result.new/question/style.css?1761134152666*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/templates/vyberibankrotstvo/components/bitrix/form.result.new/question/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/vyberibankrotstvo/components/bitrix/form.result.new/question/images/icon_warn.gif);
}
/* End */


/* Start:/local/templates/vyberibankrotstvo/components/bitrix/form.result.new/add-company/style.css?1761134152555*/
.toast-container {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  z-index: 9999;
}

.toast {
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  padding: 1.2rem 1.8rem;
  border-radius: 0.8rem;
  font-size: 1.4rem;
  color: #fff;
  background: #e74c3c;
  max-width: 40rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.toast.show {
  opacity: 1;
  transform: translateY(0);
}

.toast--success {
  background: #2ecc71;
}

.toast--info {
  background: #3498db;
}

/* End */


/* Start:/local/templates/vyberibankrotstvo/components/bitrix/form.result.new/calculator/style.css?1761134152623*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/templates/vyberibankrotstvo/components/bitrix/form.result.new/calculator/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/vyberibankrotstvo/components/bitrix/form.result.new/calculator/images/icon_warn.gif);
}
/* End */


/* Start:/local/templates/vyberibankrotstvo/components/bitrix/form.result.new/mfc/style.css?1761134152623*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/templates/vyberibankrotstvo/components/bitrix/form.result.new/mfc/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/vyberibankrotstvo/components/bitrix/form.result.new/mfc/images/icon_warn.gif);
}
/* End */
/* /local/templates/vyberibankrotstvo/components/bitrix/breadcrumb/site/style.css?17611341521968 */
/* /local/templates/vyberibankrotstvo/components/bitrix/form.result.new/question/style.css?1761134152666 */
/* /local/templates/vyberibankrotstvo/components/bitrix/form.result.new/add-company/style.css?1761134152555 */
/* /local/templates/vyberibankrotstvo/components/bitrix/form.result.new/calculator/style.css?1761134152623 */
/* /local/templates/vyberibankrotstvo/components/bitrix/form.result.new/mfc/style.css?1761134152623 */
