

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

.news-detail__manual {
	overflow-x: auto;
}

.news-detail__manual table {
	width: 750px;
	max-width: 100%;
	margin: 0 auto;
	/*border-color: #D9C09C;*/
	background-color: #e9e4d0;
}

.news-detail__manual tr:nth-of-type(odd) {
	background-color: #D9C09C;
}

.news-detail__manual .no-stripes tr:nth-of-type(odd) {
	background-color: #e9e4d0;
}

.news-detail__manual .no-stripes tr.dark-row,
.news-detail__manual .no-stripes td.dark-cell {
	background-color: #D9C09C;
}

.news-detail__manual table:not(.no-stripes),
.news-detail__manual table:not(.no-stripes) tr,
.news-detail__manual table:not(.no-stripes) td {
	border-color: #918068;
}

.news-detail__manual table:not(.no-stripes) td {
	/*padding: 0 5px;*/
}

.news-detail__manual table.flexy tr {
	display: flex;
}

.news-detail__manual table.flexy tr td:last-child {
	flex-grow: 1;
}

td.bb {
	border-bottom: 1px solid #808080;
}

td.br {
	border-right: 1px solid #808080;
}

.multitable-row > td {
	vertical-align: top;
}

table.narrow {
	width: auto;
	margin: 0;
}

.news-detail__manual #h100 {
	width: auto;
}

.news-detail__manual #h100 table {
	width: 100%;
}

#h100 .detal {
	background-color: #d9c09c;
}

.news-detail__manual #h100 .table-type,
.news-detail__manual #h100 .table-lines-count,
.news-detail__manual #h100 .table-rating,
.news-detail__manual #h100 .table-tolerance {
	width: 220px;
	margin: 0;
}

td.white	{ background:white;}
td.gray		{ background:gray;}
td.violet	{ background:violet;}
td.blue		{ background:blue;}
td.green	{ background:green;}
td.yellow	{ background:yellow;}
td.orange	{ background:orange;}
td.red		{ background:red;}
td.brown	{ background:brown;}
td.black	{ background:black;}
td.goldenrod	{ background:goldenrod;}
td.gainsboro	{ background:gainsboro;}

.news-detail__manual #h100 #mtbl {
	width: auto;
}

#static-controls > table {
	width: auto !important;
}

#mtbl td:last-child {
	padding-left: 5px;
}

@media (max-width: 767px) {
	.whole-table-row {
		display: flex;
		flex-direction: column;
	}

	#static-controls {
		width: 100% !important;
	}
}
/* End */


/* Start:/local/templates/m1/components/profitkit/form.simple/manual/style.css?17557739721717*/
.manual-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 30px 0;
}

.manual-form__desc {
    margin: 0;
}

.manual-form__fields {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.manual-form__field {
    display: block;
    width: 100%;
    height: 45px;
    padding: 0 20px;
    border: 1px solid #8F8F9D;
    transition: border-color .3s;
    border-radius: 3px;
}

.manual-form__field:hover,
.manual-form__field:focus {
    border-color: #676774;
    outline: none;
}

.manual-form__field--error {
    border-color: darkred;
}

.manual-form__submit {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    padding: 0 20px;
    color: #fff;
    background-color: #214e49;
    transition: background-color .3s;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

.manual-form__submit:hover,
.manual-form__submit:focus {
    background-color: #E37749;
    outline: none;
}

.manual-form__errors {
    margin-bottom: 0;
    color: darkred;
    text-align: center;
}

.manual-form__success {
    margin-bottom: 0;
    color: #214E49;
    text-align: center;
}

.manual-form-wrapper.preload-active {
    position: relative;
}

.manual-form-wrapper.preload-active::before,
.manual-form-wrapper.preload-active::after {
    position: absolute;
}

@media (min-width: 768px) {
    .manual-form {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin: 50px 0;
    }

    .manual-form__fields {
        flex-direction: row;
        gap: 15px;
    }

    .manual-form__field,
    .manual-form__submit {
        flex-basis: calc(100% / 3 - 10px);
    }
}
/* End */
/* /local/templates/m1/components/bitrix/news.detail/.default/style.css?16420760742200 */
/* /local/templates/m1/components/profitkit/form.simple/manual/style.css?17557739721717 */
