.Details > *:not(.ViewContainer[type="raw-content"]) {
    display: none;
}
.ViewContainer[type="raw-content"] {
	min-width: unset !important;
}

.ViewContainer[type="raw-content"] table.Form {
    max-height: 999999px;
	border-collapse: collapse;
}


.ViewContainer[type="raw-content"] table.Form tr.required td.formfldtitle:after {
	content: "*";
	color: #ff0000;
}

.ViewContainer[type="raw-content"] table.Form td {
    padding: 10px 15px;
	vertical-align: top;
	border: 1px solid #ADC3D5;
}
.ViewContainer[type="raw-content"] table.Form tbody > tr:last-child td {
	border: none;
}
.ViewContainer[type="raw-content"] table.Form tbody > tr:last-child td:first-child:before {
	content: '*';
	color: red;
}
.ViewContainer[type="raw-content"] table.Form tbody > tr:last-child td:first-child:after {
	content: ' - обязательные поля';
}

.ViewContainer[type="raw-content"] table.Form input[type=button][name="web_form_submit"] {
	margin-top: 30px;
}

.ViewContainer[type="raw-content"] table.Form td * + textarea {
	margin-top: 0.5em;
}

.ViewContainer[type="raw-content"] table.Form tr[data-another-option] {
    display: none;
}
.ViewContainer[type="raw-content"] table.Form tr[data-another-option].show-another-option {
    display: table-row;
}

.ViewContainer[type="raw-content"] table.Form tr > td:first-child {
    width: 30%;
}
.ViewContainer[type="raw-content"] table.Form input[type="text"],
.ViewContainer[type="raw-content"] table.Form textarea {
    width: 100%;
    box-sizing: border-box;
}
.ViewContainer[type="raw-content"] table.Form input[type=button][name="web_form_submit"] {
    display: inline-block !important;
    width: auto;
    font-weight: bold;
    color: #ffffff !important;
    font-size: 24px;
    padding: calc(20px - 0.15em) 30px 17px 30px;
    border: none;
    border-radius: .5em;
    background: linear-gradient(95.82deg, #F7A135 0.06%, #EF1004 99.94%);
    cursor: pointer;
}

@media (max-aspect-ratio: 7/10) {
    .ViewContainer[type="raw-content"] table.Form {
	padding: 20px !important;
    }
    .ViewContainer[type="raw-content"] .formtitle,
    .ViewContainer[type="raw-content"] table.Form tbody > tr:last-child td:last-child:after {
	/*font-size: 36px !important;*/
	font-size: 48px !important;
    }
    .ViewContainer[type="raw-content"] .formdescription {
	font-size: 28px !important;
    }
    .ViewContainer[type="raw-content"] table.Form * {
	font-size: 24px !important;
	/*font-size: 28px !important;*/
	line-height: 110% !important;
    }
    
    .ViewContainer[type="raw-content"] table.Form td {
	padding: 5px 0 !important;
    }
    .ViewContainer[type="raw-content"] table.Form input[type=button][name="web_form_submit"]{
	font-size: 48px !important;
	line-height: 120% !important;
    }
    .ViewContainer[type="raw-content"] table.Form tbody td {
	display: block;
	width: 100% !important;
	box-sizing: border-box;
    }
    .ViewContainer[type="raw-content"] table.Form tbody > tr:last-child td:last-child {
        text-align: center;
    }
    .ViewContainer[type="raw-content"] table.Form tbody td select,
    .ViewContainer[type="raw-content"] table.Form tbody td input[type="text"] {
	font-size: 1.25em !important;
	width: 100% !important;
	box-sizing: border-box;
    }
    .ViewContainer[type="raw-content"] table.Form tbody td select,
    .ViewContainer[type="raw-content"] table.Form tbody td input[type="text"],
    .ViewContainer[type="raw-content"] table.Form tbody textarea {
	padding: 5px 10px;
    }
    .ViewContainer[type="raw-content"] table.Form tr > *:first-child {
	font-size: 32px !important;
    }
    .ViewContainer[type="raw-content"] table.Form tr > * {
	border-color: transparent;
	background: transparent;
    }
    .ViewContainer[type="raw-content"] table.Form tr:not(:first-child) > *:first-child{
	margin-top: 2em;
    }
    .ViewContainer[type="raw-content"] table.Form input[type="checkbox"],
    .ViewContainer[type="raw-content"] table.Form input[type="radio"] {
	width: 1.5em;
	height: 1.5em;
	margin: 0 0.5em 0.25em 0;
    }
    .ViewContainer[type="raw-content"] table.Form label {
	font-size: 1.4em !important;
    }
}

