

/* Start:/local/templates/lk/components/bitrix/form.result.new/breederanketa.v2/style.css?17894730787912*/
.breederanketa-block {
	border: 1px solid #d8d8d8;
	border-radius: 28px;
	padding: 40px;
}
.breederanketa-block-item-question {
	font-size: 24px;
	font-weight: 500;
	line-height: 34px;
	font-family: "Montserrat", sans-serif;
	color: #0e0e0e;
	margin-bottom: 20px;
}
.breederanketa-block-item-question font {
	color: #0e0e0e!important;
}
.breederanketa-block-item-answer {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-bottom: 36px;
}
.breederanketa-block-item-answer br {
	display: none;
}
.breederanketa-block-item-answer input[type="text"] {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 52px;
	padding: 13px 12px;
	border: 1px solid #d8d8d8;
	border-radius: 8px;
	background-color: #ffffff;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #0e0e0e;
	max-width: 100%;
}
.breederanketa-block-item-answer input[type="text"]:focus-visible {
	border-color: #42a1ae;
	outline: 1px solid #42a1ae;
}
.breederanketa-block-item-answer input[type="file"] {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 16px;
	line-height: 92%;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	color: #121132;
	margin-left: auto;
	text-align: right;
	width: 160px;
	cursor: pointer;
}
/*.breederanketa-block-item-answer input[type="file"]::-webkit-file-upload-button {
	display: none;
}*/
.breederanketa-block-item-answer p {
	display: flex;
	align-items: center;
}
.breederanketa-block-item-answer input[type="radio"] {
	appearance: none;
	-webkit-appearance: none;
	margin-right: 12px;
	background-color: transparent;
	cursor: pointer;
	transition: all 0.15s ease;
	position: relative;
	width: 22px;
	height: 22px;
	border: 1px solid #42a1ae;
	border-radius: 12px;
}
.breederanketa-block-item-answer input[type="radio"]:checked {
	border-color: #42a1ae;
	background-color: #42a1ae;
	box-shadow: inset 0 0 0 4px #fff;
}
.breederanketa-block-item-answer label[for] {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	display: flex;
	align-items: center;
	color: #121132;
	cursor: pointer;
}
/*.breederanketa-block-item-answer input[type="radio"]:checked + label {
	color: #121132;
	font-weight: 600;
}*/
.breederanketa-block-checkbox {
	margin: 20px 0;
	padding: 0 20px 0 40px;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #0e0e0e;
	cursor: pointer;
}
.breederanketa-block-checkbox a {
	color: #121132;
	font-weight: 700;
}
form[name="breederanketa"] input[type="submit"] {
	font-weight: 600;
	font-size: 20px;
	text-align: center;
	color: #e6e6fa;
	border-radius: 35px;
	width: 231px;
	height: 52px;
	box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.25), -6px -4px 12px 0 rgba(255, 255, 255, 0.75);
	background: #121132;
	margin: 25px auto;
	display: block;
	cursor: pointer;
}
.breederanketa-block-checkbox .checkbox-wrapper {
	display: flex;
	align-items: start;
	gap: 10px;
	cursor: pointer;
}
.breederanketa-block-checkbox input[type="checkbox"] {
	position: absolute;
	opacity: 0;
}
.breederanketa-block-checkbox .custom-checkbox {
	display: inline-block;
	background-color: #fff;
	cursor: pointer;
	position: relative;
	flex-shrink: 0;
	border: 1px solid #d8d8d8;
	border-radius: 2px;
	width: 24px;
	height: 24px;
	transition: all 0.15s ease;
}
.breederanketa-block-checkbox input[type="checkbox"]:checked + .custom-checkbox {
	background-color: #eef2fa;
}
.breederanketa-block-checkbox input[type="checkbox"]:checked + .custom-checkbox::after {
	position: absolute;
	top: 5px;
	left: 7px;
	width: 7px;
	height: 11px;
	border-right: 2px solid #0e0e0e;
	border-bottom: 2px solid #0e0e0e;
	transform: rotate(45deg);
	content: "";
}
.upload-files {
	margin-bottom: 40px;
}
.upload-wrap {
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
	flex-wrap: wrap;
}
.upload-wrap [data-area]{
	/*max-width: 69%;*/
}
.upload-zone  {
	min-width: 30%;
	margin-top: 20px;
}
.upload-zone span {
	font-weight: 500;
	font-size: 16px;
	line-height: 92%;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	color: #121132;
}
.upload-zone .file-selectdialog {
	border-radius: 20px;
	width: 616px;
	max-width: 100%;
	min-height: 89px;
	background: none;
	border: 1px solid #d8d8d8;
	margin: 10px 0;
}
.upload-zone .file-selectdialog .file-extended .file-selector,
.upload-zone .file-selectdialog .file-extended .file-selector:hover {
	padding: 0;
	border: 0;
}
.upload-zone .file-load-img {
	display: none;
}
.upload-zone .file-selectdialog .file-extended .file-selector, .footer_form-area .file-selectdialog .file-extended .file-selector:hover {
	padding: 0;
	font-size: 14px;
	line-height: 1.3;
	font-weight: normal;
	color: #757575;
}
.upload-zone .file-but-text {
	font-size: 14px;
	line-height: 1.3;
}
.upload-zone .file-selectdialog .file-uploader .file-fileUploader {
	left: 25%;
	transform: translate(-23%, -38%);
}
.upload-zone .file-selectdialog .file-extended .file-uploader {
	cursor: pointer;
}

.required-field {
	font-family: var(--font-family);
	font-style: italic;
	font-weight: 500;
	font-size: 21px;
	color: #121132;
}
.breederanketa-success {
	border: 1px solid #121132;
	border-radius: 20px;
	width: 630px;
	max-width: 90%;
	min-height: 214px;
	background: #fff;
}
.breederanketa-success-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 30px;
}
.breederanketa-success-text {
	font-weight: 500;
	font-size: 25px;
	text-align: center;
	color: #121132;
}
.category-link.breederanketa-success-close {
	width: 250px;
	cursor: pointer;
}
.errors {
	margin: 10px auto;
}
.errors p {
	display: flex;
	justify-content: center;
}

.page-anketa__submit {
	width: calc(100% - 2px);
	max-width: none;
	margin: 24px 0 0 1px;
	cursor: pointer;
}

@media (min-width: 768px) {
	.page-anketa__submit {
		width: 400px;
		margin: 40px 0 0 40px;
	}
}
.category-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	gap: 16px;
	border: 1px solid #d8d8d8;
	border-radius: 20px;
	padding-block: 4px;
	padding-inline: 20px 4px;
	max-width: 400px;
	width: calc(100% - 20px);
	height: 40px;
	background: #fff;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	color: #0e0e0e;
	box-sizing: border-box;
}

.category-link__icon {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	background-color: #bbe4e9;
	border-radius: 50%;
}
.page-anketa__submit:focus-visible {
	outline: 2px solid #42a1ae;
	outline-offset: 3px;
}
@media (max-width: 768px) {
	.breederanketa-block {
		padding: 12px;
		border-radius: 8px;
	}
	.breederanketa-block-item-question {
		margin-bottom: 15px;
		font-size: 18px;
		line-height: 140%;
	}
	.breederanketa-block-item-answer {
		margin-bottom: 20px;
		font-size: 16px;
		line-height: 150%;
		gap: 12px;
	}
	.breederanketa-block-item-answer p {
		flex-wrap: wrap;
		justify-content: start;
		gap: 10px;
	}
	.breederanketa-block-item-answer input[type="radio"] {
		margin-right: 0;
	}
	.breederanketa-block-item-answer input[type="file"] {
		margin-left: 0;
		margin-bottom: 5px;
	}
	.required-field {
		font-size: 13px;
	}
	.breederanketa-block-checkbox {
		padding: 0 20px;
	}
	.breederanketa-block-checkbox .custom-checkbox {
		width: 17px;
		height: 17px;
	}
	.upload-zone {
		margin-top: 15px;
		max-width: 100%;
	}
	.upload-wrap [data-area] {
		max-width: 100%;
	}
	.upload-files {
		margin-bottom: 30px;
	}
}
/* End */


/* Start:/bitrix/components/bitrix/main.file.input/templates/drag_n_drop/style.min.css?17436863368780*/
.file-placeholder{margin-left:56px}.file-placeholder .loading-wrap{display:inline-block;margin-left:15px;vertical-align:middle;position:relative;width:50%}.file-placeholder .loading{background:#e3ebed;display:block;border:1px solid;border-top:1px solid #bcc2c4;border-left-color:#cfd7d9;border-right-color:#cfd7d9;border-bottom:1px solid #dde5e6;border-radius:2px;height:17px;-webkit-box-shadow:inset 0 1px 2px rgba(188,194,196,0.7);-moz-box-shadow:inset 0 1px 2px rgba(188,194,196,0.7);box-shadow:inset 0 1px 2px rgba(188,194,196,0.7);}
.file-placeholder .loading .del-but {
    background: url("/bitrix/components/bitrix/main.file.input/templates/drag_n_drop/images/live_feed_sprite.png") no-repeat 7px -20px; cursor:pointer;height:20px;position:absolute;right:0;top:0;width:20px}.file-placeholder .load-indicator{background:#40c0e9;background:linear-gradient(top,#40c0e9,#2698db);background:-moz-linear-gradient(top,#40c0e9,#2698db);background:-o-linear-gradient(top,#40c0e9,#2698db);background:-ms-linear-gradient(top,#40c0e9,#2698db);background:-webkit-gradient(linear,left top,left bottom,from(#40c0e9),to(#2698db));border-radius:2px;color:#fff;font-size:12px;height:19px;text-align:center;text-shadow:0 1px 0 rgba(56,124,162,1);left:0;top:0;position:absolute}.file-placeholder .load-number{display:inline-block;box-sizing:border-box;padding-top:2px;}
.file-placeholder .files-title {
	background:url("/bitrix/components/bitrix/main.file.input/templates/drag_n_drop/images/live_feed_sprite.png") no-repeat; color:#5c6470;font-size:12px;text-shadow:0 1px 0 rgba(255,255,255,0.8);left:13px;top:12px;width:54px;padding-left:20px;position:absolute}.file-placeholder .files-list-wrap{margin-left:56px}html* .file-placeholder .files-list{width:auto !important}.file-placeholder .files-list{margin-top:-10px;table-layout:fixed;width:100%;position:relative}.file-placeholder .files-list td{box-shadow:0 -2px 0 -1px #fff inset;border-bottom:1px solid #dde5e8;color:#5c6470;font-size:12px;line-height:16px;padding:10px 0 10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;position:relative;zoom:1}.file-placeholder .file-edit,.file-placeholder .file-section{display:none}.file-placeholder .files-name{width:30%}.file-placeholder .files-size{width:12%}.file-placeholder .files-storage{width:20%}.file-placeholder .files-storage .files-storage-text{display:inline-block;width:80px;color:#5c6470}.file-placeholder .files-storage-block{position:relative}.file-placeholder .files-text{-moz-box-sizing:border-box;color:#2067b0;display:inline-block;font-weight:bold;max-width:100%;padding-right:20px;position:relative;zoom:1}.file-placeholder .error-load .files-text{color:#b00}.file-placeholder .f-wrap{display:inline-block;overflow:hidden;width:100%;word-wrap:break-word;zoom:1;}
.file-placeholder .del-but {
	background: url("/bitrix/components/bitrix/main.file.input/templates/drag_n_drop/images/live_feed_sprite.png") no-repeat 0 0; cursor:pointer;height:20px;position:absolute;right:0;top:0;width:20px}.file-placeholder .files-text .del-but{background-position:6px -19px;display:inline-block;margin-top:-2px;position:static;vertical-align:top}.file-placeholder .loading .del-but{background-position:7px -20px;top:0}.file-placeholder .files-storage-block .del-but{background-position:7px -20px;top:0;}
.file-placeholder .info-icon {
	background:url("/bitrix/components/bitrix/main.file.input/templates/drag_n_drop/images/live_feed_sprite.png") no-repeat -112px -60px; display:inline-block;height:16px;margin-right:10px;vertical-align:middle;width:17px}.file-placeholder .stor-place{display:inline-block;margin-left:10px;vertical-align:top}.file-placeholder .stor-text{display:inline-block;border-bottom:1px solid #5c6470;}
.file-placeholder .stor-pl-arrow {
	background:url("/bitrix/components/bitrix/main.file.input/templates/drag_n_drop/images/live_feed_sprite.png") no-repeat -130px -23px; display:inline-block;margin-left:10px;height:5px;vertical-align:middle;width:3px;}
.file-placeholder .edit-stor {
	background:url("/bitrix/components/bitrix/main.file.input/templates/drag_n_drop/images/live_feed_sprite.png") no-repeat 4px -64px; display:none;height:15px;margin-left:0;vertical-align:middle;width:15px}.file-placeholder .files-path,.file-placeholder .files-path:visited,.file-placeholder .files-path:active,.file-placeholder .files-path:link,.file-placeholder .files-path:hover{border-bottom:1px dashed #5c6470;display:inline-block;color:#5c6470;text-decoration:none}.file-placeholder .files-placement,.file-placeholder .files-placement:visited,.file-placeholder .files-placement:active,.file-placeholder .files-placement:link,.file-placeholder .files-placement:hover{display:inline-block;color:#5c6470;text-decoration:none}.file-selectdialog{-moz-border-bottom-colors:none;-moz-border-image:none;-moz-border-left-colors:none;-moz-border-right-colors:none;-moz-border-top-colors:none;background:none repeat scroll 0 0 #f4f8f9;border-color:#ced0d1 #ced1d1 #d3d7d8;border-radius:2px 2px 2px 2px;border-style:solid;border-width:1px;box-shadow:0 1px 2px -1px rgba(164,164,164,0.698) inset;margin-bottom:11px;overflow:hidden;padding:13px 30px 0 0;position:relative;display:none}.file-selectdialog .file-placeholder{margin-left:56px}.file-selectdialog .file-simple .file-placeholder{margin-top:0;margin-left:90px;}
.file-selectdialog .file-label {
    background: url("/bitrix/components/bitrix/main.file.input/templates/drag_n_drop/images/live_feed_sprite.png") no-repeat -146px -186px; color:#5c6470;font-size:12px;left:13px;padding-left:20px;position:absolute;text-shadow:0 1px 0 rgba(255,255,255,0.8);top:12px;width:54px;line-height:20px}.file-selectdialog .file-extended .file-selector{border-radius:5px 5px 5px 5px;color:#a0aeb5;font-size:17px;font-weight:bold;line-height:26px;margin:30px 0 10px;padding:24px 3px 43px 191px;position:relative;text-shadow:0 1px 0 rgba(255,255,255,0.8)}.file-selectdialog .file-extended .file-selector-active{background-position:57px -88px;border:3px dashed #d4dde1;padding:21px 0 40px 190px}.file-selectdialog .file-extended .file-selector:hover{border:3px dashed #d4dde1;padding:21px 0 40px 188px;}
.file-selectdialog .file-extended .file-load-img {background:url("/bitrix/components/bitrix/main.file.input/templates/drag_n_drop/images/loading-place-img.gif") no-repeat 0 0; height:79px;left:58px;top:20px;position:absolute;width:90px}.file-selectdialog .file-extended .file-selector:hover .file-load-img{background-position:0 -104px;left:55px;top:17px}.file-selectdialog .file-extended .file-uploader{color:#2067b0;display:inline-block;overflow:hidden;position:relative;vertical-align:top}.file-selectdialog .file-extended .file-uploader .file-but-text{cursor:pointer;display:block;width:100%;height:100%}.file-selectdialog .file-uploader .file-fileUploader{font-size:120px;height:85px;opacity:0;filter:alpha(opacity=0);position:absolute;right:0;top:-20px;cursor:pointer}.file-selectdialog .file-uploader .file-filemacos{left:0 !important}.file-selectdialog .file-label2{color:#5c6470;font-size:12px;margin-left:58px;padding-bottom:11px}.file-selectdialog .file-simple,.file-selectdialog .file-extended{display:none;margin-left:30px}.file-selectdialog .file-simple .file-label2{margin-top:20px}.file-selectdialog .file-simple .file-selector{color:#5c6470;overflow:hidden;height:30px;font-weight:bold;margin:6px 0 6px 90px;text-shadow:0 1px 0 rgba(255,255,255,0.8)}.file-selectdialog .file-simple .file-uploader{overflow:hidden;position:relative;display:inline-block;margin:0 15px 0 0;vertical-align:middle;cursor:pointer;}
.file-selectdialog .file-simple .file-uploader-left{
    background: url("/bitrix/components/bitrix/main.file.input/templates/drag_n_drop/images/live_feed_sprite.png") no-repeat 0px -240px; display:inline-block;height:25px;vertical-align:top;width:4px;}
.file-selectdialog .file-simple .file-uploader-right{
    background: url("/bitrix/components/bitrix/main.file.input/templates/drag_n_drop/images/live_feed_sprite.png") no-repeat -7px -240px; display:inline-block;height:25px;vertical-align:top;width:4px;}
.file-selectdialog .file-simple .file-but-text{
    background: url("/bitrix/components/bitrix/main.file.input/templates/drag_n_drop/images/live_feed_sprite.png") repeat-x 0 -267px; color:#7a808c;display:inline-block;font-size:12px;font-weight:bold;height:25px;padding:2px 10px 0;text-shadow:0 1px 0 rgba(255,255,255,0.8);vertical-align:top}.feed-add-photo-block-wrap{margin-top:-17px}.feed-add-photo-block{display:inline-block;margin:17px 17px 0 0;min-height:92px;width:102px;padding-right:21px;position:relative;vertical-align:top}.feed-add-photo-block .feed-add-post-del-but{background-position:6px -19px;background-color:#fff;height:22px;top:1px;z-index:0}.feed-add-img-wrap{background:#fff;border:1px solid #e2e6e6;-moz-box-shadow:0 0 2px rgba(0,0,0,0.3);-webkit-box-shadow:0 0 2px rgba(0,0,0,0.3);box-shadow:0 0 2px rgba(137,137,137,0.3);display:block;text-align:center;padding:4px;position:relative;z-index:2}.feed-add-img-title{color:#2067b0;display:block;font-weight:bold;font-size:12px;margin-top:3px;overflow:hidden}.feed-add-photo-block .feed-add-close-icon{background-color:#fff;background-position:8px -19px;height:22px;top:1px;right:1px;width:22px}.feed-add-photo-block .feed-add-close-icon:hover{background-position:-57px -60px;}

.feed-add-post-del-but {
	background: url("/bitrix/components/bitrix/main.file.input/templates/drag_n_drop/images/live_feed_sprite.png") no-repeat; cursor:pointer;right:0;top:0;height:20px;position:absolute;width:20px}
/* End */


/* Start:/local/templates/lk/components/bitrix/form.result.new/cooperation.v2/style.css?17894744444557*/
.form-section__form {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: 12px;
}
@media (min-width: 768px) {
	.form-section__form {
		width: 537px;
		max-width: 100%;
		gap: 16px;
		margin-top: 16px;
	}
}
.form-section__field {
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.form-section__label {
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
}
.form-section__control {
	box-sizing: border-box;
	width: 100%;
	height: 52px;
	padding: 10px 12px;
	border: 1px solid #ffffff;
	border-radius: 8px;
	background-color: #d7eff2;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #0e0e0e;
}
@media (min-width: 768px) {
	.form-section__control {
		font-size: 14px;
		line-height: 21px;
	}
}
.form-section__control::placeholder {
	color: #0e0e0e;
	opacity: 0.65;
}
.form-section__control:focus-visible {
	border-color: #42a1ae;
	outline: 1px solid #42a1ae;
}
.form-section__control--textarea {
	min-height: 68px;
	resize: vertical;
}
@media (min-width: 768px) {
	.form-section__control--textarea {
		min-height: 52px;
		resize: none;
		padding: 15px 12px 10px;
	}
}
.form-section__select-wrap {
	position: relative;
	display: block;
}
.form-section__select {
	padding-right: 40px;
	appearance: none;
	cursor: pointer;
}
.form-section__select-icon {
	position: absolute;
	top: 50%;
	right: 12px;
	width: 16px;
	height: 16px;
	transform: translateY(-50%);
	pointer-events: none;
}
.form-section__file {
	display: inline-flex;
	align-items: center;
	gap: 20px;
	width: fit-content;
	min-height: 24px;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	text-decoration: underline;
	text-underline-offset: 2px;
	cursor: pointer;
}
.form-section__actions {
	display: flex;
	flex-direction: column;
	gap: 17px;
	margin-top: 8px;
}
@media (min-width: 768px) {
	.form-section__actions {
		flex-direction: row;
		align-items: flex-start;
		justify-content: space-between;
		gap: 24px;
		margin-top: 0;
	}
}
.form-section__agreement {
	display: grid;
	grid-template-columns: 24px minmax(0, 1fr);
	gap: 16px;
	max-width: 256px;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	/* color: #9b9bb2; */
	color: #0e0e0e;
	cursor: pointer;
}
@media (min-width: 768px) {
	.form-section__agreement {
		max-width: 198px;
		color: #0e0e0e;
	}
}
.form-section__agreement a {
	color: inherit;
	text-underline-offset: 2px;
	text-decoration: underline;
}
.form-section__checkbox {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
	border: 0;
}
.form-section__checkbox-control {
	position: relative;
	box-sizing: border-box;
	width: 24px;
	height: 24px;
	border: 1px solid #d8d8d8;
	border-radius: 4px;
	background-color: #ffffff;
}
.form-section__checkbox:checked + .form-section__checkbox-control::after {
	position: absolute;
	top: 5px;
	left: 8px;
	width: 5px;
	height: 9px;
	border-right: 2px solid #42a1ae;
	border-bottom: 2px solid #42a1ae;
	transform: rotate(45deg);
	content: "";
}
.form-section__checkbox:focus-visible + .form-section__checkbox-control {
	outline: 2px solid #42a1ae;
	outline-offset: 3px;
}
.category-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	gap: 16px;
	border: 1px solid #d8d8d8;
	border-radius: 20px;
	padding-block: 4px;
	padding-inline: 20px 4px;
	max-width: 400px;
	width: calc(100% - 20px);

	height: 40px;
	background: #fff;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	color: #0e0e0e;
	box-sizing: border-box;
}
.category-link__icon {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	background-color: #bbe4e9;
	border-radius: 50%;
}
.form-section__submit {
	flex: 0 0 auto;
	width: 100%;
	max-width: none;
	padding-inline: 20px 4px;
	cursor: pointer;
}
@media (min-width: 768px) {
	.form-section__submit {
		width: 197px;
		padding-left: 24px;
	}
	.form-section__submit.category-link {
		font-size: 14px;
	}
}
.form-section__submit:focus-visible {
	outline: 2px solid #42a1ae;
	outline-offset: 3px;
}
.category-link.form-section__submit:disabled,
.category-link.form-section__submit.is-loading {
	opacity: 0.6;
	cursor: not-allowed;
	pointer-events: none;
}
/* End */


/* Start:/local/templates/lk/components/bitrix/main.file.input/default-cooperation/style.css?17894027827518*/
.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: #d7eff2;
	color: #3a3838;
}
.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:empty {
	margin: 0;
	padding:0;
}
.webform-field-upload-list:not(:empty) {
	margin: 0 0 11px 1.5em;
	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: 250px;
	max-width: 100%;
	height: 39px;
	line-height: 39px;
	cursor: pointer;
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
}

.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;
	pointer-events: none;
}
.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-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;
}
.webform-field-upload .webform-small-button {
	text-decoration: underline;
	cursor: pointer;
	padding-left: 30px;
	text-align: left;
}
.webform-field-upload {
	line-height: 25px;
}
.webform-field-upload .webform-small-button:before {
	content: "";
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M3 11C3 7.229 3 5.343 4.172 4.172C5.344 3.001 7.229 3 11 3H13C16.771 3 18.657 3 19.828 4.172C20.999 5.344 21 7.229 21 11V13C21 16.771 21 18.657 19.828 19.828C18.656 20.999 16.771 21 13 21H11C7.229 21 5.343 21 4.172 19.828C3.001 18.656 3 16.771 3 13V11Z' stroke='%230E0E0E' stroke-width='1.5'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.998 14.29L18.654 13.947L18.639 13.931C18.238 13.531 17.915 13.208 17.631 12.969C17.339 12.723 17.055 12.535 16.722 12.435C16.2511 12.293 15.7489 12.293 15.278 12.435C14.945 12.535 14.661 12.723 14.368 12.969C14.085 13.208 13.762 13.531 13.361 13.931L13.346 13.947C13.046 14.247 12.846 14.447 12.683 14.581C12.522 14.714 12.452 14.736 12.423 14.741C12.3024 14.7622 12.1782 14.7383 12.074 14.674C12.05 14.658 11.993 14.612 11.893 14.429C11.7548 14.1561 11.628 13.8775 11.513 13.594L11.46 13.47L11.447 13.441C11.083 12.591 10.793 11.914 10.511 11.413C10.224 10.903 9.905 10.498 9.446 10.268C9.03467 10.0619 8.57444 9.97335 8.116 10.012C7.603 10.055 7.157 10.312 6.701 10.679C6.253 11.04 5.732 11.56 5.078 12.215L5.056 12.236L5 12.293V13.707L5.763 12.943C6.444 12.263 6.927 11.781 7.328 11.458C7.728 11.137 7.983 11.027 8.199 11.008C8.47444 10.9848 8.75094 11.0381 8.998 11.162C9.192 11.259 9.388 11.456 9.639 11.903C9.892 12.353 10.161 12.978 10.54 13.863L10.594 13.988L10.604 14.011C10.758 14.371 10.888 14.675 11.014 14.907C11.144 15.146 11.304 15.373 11.548 15.524C11.861 15.7178 12.2344 15.7897 12.597 15.726C12.879 15.676 13.111 15.524 13.32 15.351C13.524 15.183 13.758 14.949 14.036 14.671L14.053 14.654C14.473 14.234 14.766 13.942 15.013 13.734C15.255 13.529 15.419 13.437 15.567 13.392C15.849 13.307 16.151 13.307 16.433 13.392C16.581 13.437 16.745 13.529 16.987 13.733C17.234 13.942 17.527 14.234 17.947 14.654L18.976 15.682C18.989 15.272 18.995 14.812 18.998 14.29Z' fill='%230E0E0E'/%3e%3cpath d='M16.5 9C17.3284 9 18 8.32843 18 7.5C18 6.67157 17.3284 6 16.5 6C15.6716 6 15 6.67157 15 7.5C15 8.32843 15.6716 9 16.5 9Z' fill='%230E0E0E'/%3e%3c/svg%3e ");
	width: 24px;
	height: 24px;
	position: absolute;
	left: 0;
	top: 0;
}
/* End */
/* /local/templates/lk/components/bitrix/form.result.new/breederanketa.v2/style.css?17894730787912 */
/* /bitrix/components/bitrix/main.file.input/templates/drag_n_drop/style.min.css?17436863368780 */
/* /local/templates/lk/components/bitrix/form.result.new/cooperation.v2/style.css?17894744444557 */
/* /local/templates/lk/components/bitrix/main.file.input/default-cooperation/style.css?17894027827518 */
