

/* Start:/sendto_insurance/styles.css?169218436614068*/
.form_cont_payment {
	position: relative;
	width: 100%; }
  
  .form_title {
	font-size: 16px;
	margin-bottom: 13px; }
  
  table.form-table {
	width: 100%;
	background-color: white;
	border-collapse: collapse;
	font-size: 100%;
	font-weight: normal;
	line-height: 160%;
	table-layout: fixed;
	border: 0px solid white;
	/*
  *	Select
  *
  */
	/*
	*	Select popup
	*
	*/ }
	table.form-table.column2 td:nth-child(1) {
	  padding-right: 20px;
	  width: 40%; }
	table.form-table.column2 td:nth-child(2) {
	  width: 60%; }
	table.form-table.column2 input, table.form-table.column2 textarea {
	  margin-top: 0px; }
	table.form-table.column2 td.captcha_img {
	  padding-left: 0px; }
	  table.form-table.column2 td.captcha_img img {
		margin-top: 0px;
		display: block; }
	table.form-table .dropdown-popup {
	  background-color: #fff;
	  border-radius: 4px;
	  -webkit-box-shadow: 0 6px 11px rgba(0, 0, 0, 0.17);
	  -moz-box-shadow: 0 6px 11px rgba(0, 0, 0, 0.17);
	  box-shadow: 0 6px 11px rgba(0, 0, 0, 0.17);
	  border: 1px solid;
	  border-color: #e1e1e1 #d1d1d1 #d1d1d1 #d1d1d1;
	  font-size: 13px;
	  padding: 15px;
	  position: absolute;
	  display: none;
	  z-index: 200; }
	  table.form-table .dropdown-popup input {
		display: none; }
	  table.form-table .dropdown-popup label[for] {
		padding: 5px 15px;
		line-height: 13px;
		font-size: 13px;
		cursor: pointer; }
	  table.form-table .dropdown-popup label:hover {
		background-color: #f3f5f8; }
	table.form-table .bx_filter_select_container {
	  display: inline-block;
	  width: 100%;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	  height: 45px;
	  padding: 1px;
	  border-radius: 3px;
	  background: #8ca3ae;
	  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhjYTNhZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNmM4ZDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8ca3ae), color-stop(100%, #b6c8d2));
	  background: -webkit-linear-gradient(top, #8ca3ae 0%, #b6c8d2 100%);
	  background: -moz-linear-gradient(top, #8ca3ae 0%, #b6c8d2 100%);
	  background: -ms-linear-gradient(top, #8ca3ae 0%, #b6c8d2 100%);
	  background: -o-linear-gradient(top, #8ca3ae 0%, #b6c8d2 100%);
	  background: linear-gradient(top bottom, #8ca3ae 0%, #b6c8d2 100%);
	  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.75);
	  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ca3ae', endColorstr='#b6c8d2',GradientType=0 ); }
	table.form-table .bx_filter_select_block {
	  position: relative;
	  display: block;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	  width: 100%;
	  height: 43px;
	  margin: 0;
	  padding: 0 33px 0 10px;
	  border: none;
	  border-radius: 2px;
	  background: #fff;
	  box-shadow: inset 0 3px 6px 0 rgba(0, 0, 0, 0.071); }
	table.form-table .bx_filter_select_text {
	  font-size: 15px;
	  line-height: 43px;
	  overflow: hidden;
	  max-width: 100%;
	  height: 43px;
	  cursor: pointer;
	  vertical-align: middle;
	  white-space: nowrap;
	  text-overflow: ellipsis;
	  -ms-text-overflow: ellipsis; }
	table.form-table .bx_filter_select_text.fix {
	  min-width: 120px; }
	table.form-table .bx_filter_select_text label {
	  cursor: pointer; }
	table.form-table .bx_filter_select_arrow {
	  position: absolute;
	  width: 10px;
	  height: 6px;
	  right: 10px;
	  top: 18px;
	  cursor: pointer;
	  background: url("/sendto_insurance/images/styles.svg") 72.59259% 65.51066% no-repeat; }
	table.form-table .bx_filter_select_popup {
	  padding: 0;
	  width: 280px; }
	table.form-table .bx_filter_select_popup ul {
	  margin: 0;
	  padding: 0;
	  list-style: none; }
	table.form-table .bx_filter_select_popup ul li {
	  display: block;
	  text-align: left;
	  vertical-align: middle; }
	table.form-table .bx_filter_select_popup ul li:first-child {
	  border-bottom: 1px solid #e5e5e5;
	  padding-bottom: 5px;
	  margin-bottom: 5px; }
	table.form-table .bx_filter_select_popup ul li label {
	  font-size: 14px;
	  line-height: 26px;
	  display: block;
	  text-align: left !important;
	  overflow: hidden;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	  width: 100%;
	  height: 26px;
	  padding: 0 5px;
	  cursor: pointer;
	  vertical-align: middle;
	  white-space: nowrap;
	  text-overflow: ellipsis;
	  -ms-text-overflow: ellipsis;
	  color: #575757; }
	table.form-table .bx_filter_select_popup ul li label.selected,
	table.form-table .bx_filter_select_popup ul li label:hover {
	  color: #000;
	  background: #f3f8fa; }
	table.form-table .bx_filter_select_popup ul li label.disabled {
	  color: #b8b8b8;
	  background: transparent; }
	table.form-table .bx_filter_select_popup ul li .bx_filter_param_text {
	  line-height: 26px !important; }
  
  table.form-table th, .formdata {
	border: 0px solid #ADC3D5;
	padding-right: 20px;
	background-color: transparent;
	vertical-align: top; }
	table.form-table th a, .formdata a {
	  color: #039be5; }
	table.form-table th input[type='submit'], .formdata input[type='submit'] {
	  color: #ffffff;
	  font-family: 'Arial';
	  font-size: 13px;
	  box-shadow: none;
	  background-color: #70bb18;
	  outline: 0px;
	  border: 0px;
	  padding: 13px 22px;
	  text-transform: uppercase;
	  margin-top: 13px;
	  cursor: pointer; }
	  table.form-table th input[type='submit']:hover, .formdata input[type='submit']:hover {
		background-color: #61a511; }
  
  .formdata .caption {
	color: #2a2d2e;
	font-size: 13px;
	padding-left: 3px; 
	display: inline-block;
}
.filesrow .caption {
	min-height: 47px;
}
  .formdata.captcha_label {
	width: 230px; }
  .formdata.captcha_img {
	padding-left: 20px; }
	.formdata.captcha_img img {
	  margin-top: 3px;
	  display: block; }
  .formdata label {
	width: 100%;
	position: relative;
  }
  .formdata input {
	width: 100%;
	border-radius: 2px;
	border: 1px solid #d5dadc;
	background-color: #f8fafc;
	height: 41px;
	box-sizing: border-box;
	padding-left: 10px;
	font-size: 14px;
	margin-top: 3px;
	margin-bottom: 17px; }
	.formdata input[name='captcha_word'] {
	  background-color: #ffffff; }
	.formdata input[name*="date"] {
	  float: left; }
  .formdata input[type='checkbox'] {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-bottom: 0px; }
	.formdata input[type='checkbox'] + label {
	  font-size: 13px; }
  .formdata textarea {
	display: block;
	width: 100%;
	border-radius: 2px;
	border: 1px solid #d5dadc;
	background-color: #f8fafc;
	resize: none;
	box-sizing: border-box;
	padding-left: 10px;
	font-size: 14px;
	margin-top: 3px;
	margin-bottom: 17px; }
  
  .form-required {
	color: red; }
  
  .error-fld {
	color: red;
	font-size: 13px; }
  .formdata label img.calendar-icon {
	position: absolute;
    top: 38px;
    right: 8px;
  }
  .acceptform label {
	  display: inline;
  }
  #accepttext {
	  height: 0px;
	  transition: .3s;
	  overflow: hidden;
  }
  #accepttext.opened {
	  height: max-content;
  }
  .inputtext.error,
  .inputselect.error {
	  /* border-color: red; */
	  box-shadow: 0px 0px 1px 2px red;
  }
  /*# sourceMappingURL=style.css.map */

.row.acceptform{
	margin: 16px 0 10px;
}
.row.acceptform > .col-md-12{
	padding-left: 0;
}
/*.caption .error.house,
.caption .error.flat,
.caption .error.mail,
.caption .error.file{
	color: red;
	margin-left: 10px;
}*/

.caption .error{
	color: red;
	margin-left: 10px;
}
.error.accept{
	display: block;
	color: red;
	font-size: 13px;
}
form .row input[type="submit"].major_btn{
	padding: 0;
}
form .inputselect{
	width: 100%;
	border-radius: 2px;
	border: 1px solid #d5dadc;
	background-color: #f8fafc;
	height: 41px;
	box-sizing: border-box;
	padding-left: 10px;
	font-size: 14px;
	margin-top: 3px;
	margin-bottom: 17px;
}

p.answer_method{
	font-size: 20px;
}
p.answer_method .method_notice{
	font-size: 13px;
	margin-top: 30px;
}
form .webform-field-upload::before{
	z-index: 99;
}

.acceptform .accept-check{
	display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.acceptform .accept-check label{
	display: none;
}
.acceptform .accept-check .caption{
	margin-left: 10px;
    width: 90%;
}
#sendtoInsuranceForm div.file-input {
    margin-bottom: 5px;
}
.accept-check .error.accept{
    width: 100%;
}
#sendtoInsuranceForm .success{
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 2px 2px 8px #4448;
    padding: 20px 30px;
	border: 1px solid #4449;
}
#sendtoInsuranceForm .success .text-final{
	text-align: center;
}
#sendtoInsuranceForm .success .btns{
	display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
#sendtoInsuranceForm .errors{
	background-color: #fff;
    border-radius: 3px;
    box-shadow: 2px 2px 8px #f008;
    padding: 20px 30px;
	border: 1px solid #f009;
	font-size: 14px;
	color: #830000;
	margin-bottom: 20px;
}
.ins_forbidden{
	border: 1px solid #ececec;
	padding: 15px 20px;
	border-radius: 4px;
	color: red;
}
h2.ins_name{
	font-size: 2.133em;
    line-height: 30px;
    margin: -20px 0 18px;
}
table.insurance thead th,
table.insurance tbody td{
	text-align: center;
	vertical-align: middle !important;
}
table.insurance thead th:hover,
table.insurance thead th.sort{
	background-color: #368CD5;
}
table.insurance thead th .sort-link{
	color: #fff;
	display: flex;
	width: 100%;
	height: 40px;
	justify-content: center;
	align-items: center;
	gap: 4px;
}
table.insurance .app-phone{
	min-width: 190px;
}
table.insurance tbody tr td{
	font-size: 13px;
}
table.insurance tbody td.app-status.grey,
select option.grey{
	background-color: #dfdfdf;
}
table.insurance tbody td.app-status.red,
select option.red{
	background-color: #ffdede;
}
table.insurance tbody td.app-status.green,
select option.green{
	background-color: #d6ffd0;
}
.detail-status{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 16px;
}
.status_string{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 6px;
}

i.status{
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
}
i.status.icon_grey{
	background-color: #bcbcbc;
}
i.status.icon_red{
	background-color: red;
}
i.status.icon_green{
	background-color: #0dc10d;
}
.item-list {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: stretch;
}

.item-picture {
    flex: 1 0 50%;
    padding: 15px;
}
.item-picture a {
    display: inline-block;
    text-align: center;
}
.item-picture img {
    width: 300px;
    max-width: 100%;
    height: auto;
}

.item-doc {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 15px;
}
.item-doc a {
    display: inline-block;
}


.icon {
	width: 29px;
	height: 31px;
	margin-right: 10px;
	background: url(/local/templates/aspro-allcorp2/components/bitrix/news.list/reestr/img/dc.png) no-repeat;
}

.file-icon {
	width: 40px;
}

.filesize {
	color: #9a9a9a;
}

.pdf {
	background-position: 0 0;
}
.ppt, .pptx {
	background-position: 0 -31px;	
}

.xls, .xlsx {
	background-position: 0 -62px;		
} 
.doc, .docx {
	background-position: 0 -93px;		
} 
.txt {
	background-position: 0 -124px;		
}
.zip {
	background-position: 0 -216px;
}
.rar {
	background-position: 0 -248px;			
}
.mp3 {
	background-position: 0 -186px;	
} 
.mp4, .avi, .mpeg {
	background-position: 0 -279px;
}
.default {
	background-position: 0 -154px;
}
.detail-info-block .d-item{
	padding: 3px 0;

}
.detail-info-block .d-item span{
	font-size: 20px;
	color: #000;
}
.detail-files-block h4,
.detail-text-block h4{
	margin-bottom: 12px;
}
.back-link{
	margin: 40px 0 20px;
}
body .apps-list-box .pagination a, body .apps-list-box .pagination span {
	min-width: 32px;
	width: auto;
}

#changeStatus.btn.btn-default{
	padding: 5px 18px 6px;
	margin: 0;
	background-color: #fff;
	color: #1E6CAE;
	transition: .3s;
}
#changeStatus.btn.btn-default:hover{
	background-color: #1E6CAE;
	color: #fff;
}
#saveStatus.btn.btn-default{
	margin: 0;
	padding: 5px 15px 6px;
	background-color: #9FD10A;
	border-color: #9FD10A;
}
.detail-status .s-title{
	color: #555;
	font-size: 15px;
}
.status-info{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 20px;
}
.status-select{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 20px;
}
.status-select-wrap{
	display: none;
}
.status-select select{
	border-color: #ccc;
	max-width: 199px;
}
.status-select select option{
	font-family: 'Fedra Sans Pro Normal', Roboto, Arial, sans-serif;;
	font-weight: normal;
}
.status-select select option:hover{
	background-color: #fff !important;
}
.status_result{
	font-size: 13px !important;
	color: #1E6CAE !important;
	transform: scale(0,0);
	transition: .3s;
}
.status_result.on{
	transform: scale(1,1);
}
.status-text{
	padding: 15px 0;
}
#statusText{
	width: 498px;
	border: 1px solid #ccc;
	border-radius: 2px;
	padding: 4px 8px;
	font-size: 14px;
	height: 110px;
}
#statusText[readonly=""]{
	background: #efefef;
}
.docx_gen_wrap{
	margin-top: 40px;
}
.docx_gen_title{
	margin-bottom: 12px;
}

.warning_flex{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 20px;
	padding: 15px;
	border-radius: 3px;
	border: 2px solid #de8383;
	width: calc(100% - 20px);
	margin-bottom: 20px;
}
.warning_flex svg{
	min-width: 40px;
}
.warning_text{
	color: #111;
}
@media screen and (max-width: 480px) {
	.detail-status {
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 16px;
		flex-direction: column;
	}
	#statusText {
		width: 100%;
	}
	.status_result {
		position: absolute;
		top: 22px;
	}
}
/* End */


/* Start:/local/templates/aspro-allcorp2/components/bitrix/main.file.input/fkr_files_input/style.css?17895558555842*/
.webform-field-upload-list del {
	display: inline-block;
	margin: 0 3px 0 6px;
	width: 16px;
	height: 16px;
	border-radius: 30px;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	-webkit-transition: background .3s, color .3s;
	transition: background .3s, color .3s;
	text-decoration: none;
	outline: none;
	cursor: pointer;
}
.webform-field-upload-list del:hover {
	background: #E00101;
	color: #fff;
}
.webform-field-upload-list .error-text {
	color: #E00101;
}
.webform-field-upload-list i {
	vertical-align:top;
	display: none;
	width: 15px;
	height: 15px;
	background: url(/bitrix/js/main/core/images/popup/upload-waiting.gif) no-repeat 0 2px;
	margin: 0 0 0 8px; }

.hidden-caption {display: none;}

/* from intranet-common.css */
.webform-field-upload-list {
	margin:0 0 11px 2.8em;
	padding:0;}
.webform-field-upload-list a.upload-file-name { margin: 0 0 0 -4px; color: #0069c4; text-decoration: underline;}
.webform-field-upload-list a.upload-file-name:hover { color: #1c91e7; }
.webform-field-upload-list li {
	white-space: nowrap;
	width: 100%;
}
.webform-field-upload-list li div.webform-field-item-wrap {
/*	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
*/	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 3px 0;
	color: #888;
	white-space: nowrap;
}
.webform-field-upload-list li.uploading { color: #bbbbbb; }
.webform-field-upload-list li.uploading a.upload-file-name { cursor: default; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter: alpha(opacity=50); -moz-opacity: 0.5; -khtml-opacity: 0.5; opacity: 0.5; }
.webform-field-upload-list li.uploading i {  display: inline-block; }

.webform-field-upload-list li .upload-file-name {
	padding: 0 5px 0 0;
}

.webform-field-upload {
	overflow: hidden;
	width: 100%;
	max-width: 100%;
	height: 70px;
	line-height: 22px;
	cursor: pointer;
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
}
.webform-field-upload:before{
	content: '';
	width: 40px;
	height: 40px;
	background-image: url(/local/templates/aspro-allcorp2/img/input_file.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 15px;
	left: 16px;
	z-index: 999;
	opacity: .6;
}

.file-input .webform-field-upload input[type=file],
.file-input .webform-field-upload input[type=button] {
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	opacity: 0;
	font-size: 150px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 1px solid transparent;
}
.webform-field-upload .webform-small-button {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
}
.webform-field-upload .webform-small-button.add-field-button{
	background-color: #f8fafc;
	font-weight: inherit;
	text-transform: none;
	font-family: inherit;
	font-size: inherit;
	text-align: left;
	padding: 0 0 0 62px;
	display: flex;
	height: 100%;
	line-height: 22px;
	align-items: center;
}

.webform-field-upload-list ~ .webform-field-upload .webform-button-replace { display: none; }
.webform-field-upload-list.webform-field-upload-list-single {list-style: none; margin:0 0 11px 10px;}
.webform-field-upload-list.webform-field-upload-list-single ~ .webform-field-upload .webform-button-upload { display: none; }
.webform-field-upload-list.webform-field-upload-list-single ~ .webform-field-upload .webform-button-replace { display: inline-block; }
.webform-field-upload-list.webform-field-upload-list-single:empty ~ .webform-field-upload .webform-button-upload { display: inline-block; }
.webform-field-upload-list.webform-field-upload-list-single:empty ~ .webform-field-upload .webform-button-replace { display: none; }

.webform-field-upload-icon {
	display: none;
	margin: 0 10px 0 0;
	width: 39px;
	height: 39px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #535c6a no-repeat center;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0Ny4xODgiIGhlaWdodD0iNTQuMDYzIiB2aWV3Qm94PSIwIDAgNDcuMTg4IDU0LjA2MyI+PGRlZnM+PHN0eWxlPi5jbHMtMSB7IGZpbGw6ICNmZmY7IGZpbGwtcnVsZTogZXZlbm9kZDsgfTwvc3R5bGU+PC9kZWZzPjxwYXRoIGlkPSJTaGFwZV8yX2NvcHlfNCIgZGF0YS1uYW1lPSJTaGFwZSAyIGNvcHkgNCIgY2xhc3M9ImNscy0xIiBkPSJNNDcuMTggNTQuMDYyYzAtMy4yMTctMy42MS0xNi44MjYtMy42MS0xNi44MjYgMC0xLjk5LTIuNi00LjI2LTcuNzItNS41ODVhMTcuMzk0IDE3LjM5NCAwIDAgMS00Ljg4Ny0yLjIyM2MtLjMzLS4xODgtLjI4LTEuOTI1LS4yOC0xLjkyNWwtMS42NDgtLjI1YzAtLjE0Mi0uMTQtMi4yMjUtLjE0LTIuMjI1IDEuOTcyLS42NjMgMS43Ny00LjU3NCAxLjc3LTQuNTc0IDEuMjUyLjY5NSAyLjA2OC0yLjQgMi4wNjgtMi40IDEuNDgyLTQuMy0uNzM4LTQuMDQtLjczOC00LjA0YTI3LjA1IDI3LjA1IDAgMCAwIDAtNy45MThjLS45ODctOC43MDgtMTUuODQ3LTYuMzQ0LTE0LjA4NS0zLjUtNC4zNDMtLjgtMy4zNTIgOS4wODItMy4zNTIgOS4wODJsLjk0MiAyLjU2Yy0xLjg1IDEuMi0uNTY0IDIuNjUtLjUgNC4zMi4wOSAyLjQ2NiAxLjYgMS45NTUgMS42IDEuOTU1LjA5MyA0LjA3IDIuMSA0LjYgMi4xIDQuNi4zNzcgMi41NTYuMTQyIDIuMTIuMTQyIDIuMTJsLTEuNzg2LjIxN2E3LjEgNy4xIDAgMCAxLS4xNCAxLjczMmMtMi4xLjkzNi0yLjU1MyAxLjQ4NS00LjY0IDIuNC00LjAzMiAxLjc2Ny04LjQxNCA0LjA2NS05LjE5MyA3LjE2Uy0uMDEyIDU0LjA2LS4wMTIgNTQuMDZoNDcuMTl6Ii8+PC9zdmc+);
	vertical-align: top;
	background-size: 50%;
	overflow: hidden;
}
.webform-field-upload-icon canvas, .webform-field-upload-icon img {
	width: 100%;
}

.webform-field-upload-list.webform-field-upload-icon-view .webform-field-upload-icon {
	display: inline-block;
}
.webform-field-upload-notice {
	font-size: 11px;
	/*font-style: italic;*/
}
div.file-input{
	margin-bottom: 35px;
}
form .webform-field-upload-list del{
    background: #E00101;
    color: #fff;
}
form .webform-field-upload-list del span{
	display: flex;
    width: 16px;
    height: 16px;
    justify-content: center;
    align-items: center;
    position: relative;
    top: -1px;
    transform: scale(1, 0.8);
}
/* End */
/* /sendto_insurance/styles.css?169218436614068 */
/* /local/templates/aspro-allcorp2/components/bitrix/main.file.input/fkr_files_input/style.css?17895558555842 */
