

/* Start:/local/components/korus/form.result.new/templates/feedback/style.css?17504104842405*/
.feedback-form {
	margin: 0 auto;
	max-width: 400px;
}

.form-field {
	margin-bottom: 32px;
}

.form-field__label {
	font-weight: 600;
	margin-bottom: 6px;
}

.hidden {
	display: none;
}

.add-more-files {
	cursor: pointer;
}

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
{
	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;
}

.uploaded-files {
	display: flex;
}

.uploaded-files__item {
	margin-right: 12px;
}

.uploaded-files__item a {
	text-decoration: none;
	color: inherit;
}

.dropzone-files {
	border: 1px dashed #999999;
	box-sizing: border-box;
	border-radius: 4px;
	height: 120px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #999999;
}

.btn-primary {
	background: #61A05F;
	border-radius: 3px;
	border: 0;
	font-size: 12px;
	color: #FFFFFF;
	padding: 12px 24px 11px;
}

.contact-form {
	margin-top: 32px;
	margin-bottom: 104px;
}

.btn-container {
	display: flex;
}

.btn-send-form {
	margin-right: 16px;
}

.title-feedback {
	width: 432px;
}

.dropdown-svg {
	position: relative;
}

.dropdown-svg svg {
	position: absolute;
	top: 17px;
	right: 24px;
}

.popup-window.confirmation-popup.success-popup {
	text-align: center;
	width: 357px;
}

select.form-control {
	background-image: none !important;
}

.bradcrumb {
	background: #fff;
}

#dropzoneHelp {
	display: block;
	margin: 16px 0;
}

@media (max-width: 768px) {
	.page-title.title-feedback {
	    background: #fff;
		width: 100%;
		font-size: 24px;
	}
	#dropZoneFiles {
		padding: 16px;
		text-align: center;
	}

	.popup-window.confirmation-popup.success-popup {
		width: 255px;
	}

	.popup-window.confirmation-popup #success_popup h2 {
		width: 100%;
	}
}

.error-container {
	margin-left: -16px;
	margin-right: -16px;

	background-color: #f8d7da;
	border-top: 1px solid #f5c2c7;
	border-bottom: 1px solid #f5c2c7;
}

.error-wrapper {
	padding: 12px;
}

.error-wrapper p,
.error-wrapper ul {
	color: #842029;
	margin-bottom: initial;
}
.dropfile_filezone_item {
    width: 333px;
    justify-content: space-between;
}

/* End */


/* Start:/local/components/korus/form.result.new/templates/feedback/dropfile.css?1750410484759*/
.dropfile_dropzone
{
	border: 1px dashed #999999;
	box-sizing: border-box;
	border-radius: 4px;
	height: 120px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #999999;
}

.dropfile_text
{
	margin: 16px 0;
}

.dropfile_filezone_item
{
	display: flex;
	line-height:18px;
}

.dropfile_filezone_item_cross
{
	display:inline-block;
	position:relative;
	
	margin-left: 10px;
	
	cursor:pointer
}

.dropfile_filezone_item_cross::before
{
	content:"";
	display:block;
	width:2px;
	height:9px;
	position:absolute;
	background: black;
	rotate: -45deg;
	top: 7px;
}

.dropfile_filezone_item_cross::after
{
	content:"";
	display:block;
	width:2px;
	height:9px;
	position:absolute;
	background: black;
	rotate: 45deg;
	top: 7px;
}
/* End */
/* /local/components/korus/form.result.new/templates/feedback/style.css?17504104842405 */
/* /local/components/korus/form.result.new/templates/feedback/dropfile.css?1750410484759 */
