<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* Start:/local/templates/finestra/components/bitrix/form.result.new/download_catalog/style.css?17472800284543*/
.download_catalog_container {
	display: flex;
	justify-content: center;
}

.download_catalog_form {
	flex-basis: 580px;
	padding: 22px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-color: #ddd;
	border-style: solid;
	border-width: 1px;
	height: fit-content;
	margin: auto 50px auto 0;
}

.download_catalog_form.success__form {
	text-align: center;
	margin: auto;
}

.download_catalog_form h3 {
	text-transform: uppercase;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 20px;
}

.download_catalog_form p {
	color: #8a8a8a;
	font-size: 16px;
	margin: 0 0 20px;
}

.download_catalog_form input {
	box-shadow: none;
	margin: 10px 0;
	background: #fff;
	border-color: #ccc;
	border-style: solid;
	border-width: 1px;
	font-size: 15px;
	padding-left: 8.75px;
	padding-right: 8.75px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	height: 40px;
	width: 100%;
	box-sizing: border-box;
}

.download_catalog_form input[type=checkbox] {
	display: none;
}

.download_catalog_form input[type=checkbox] + label {
	display: inline;
	position: relative;
	padding: 0 0 0 30px;
	font-size: 15px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.download_catalog_form .form_comfirm_send {
	display: inline-flex;
}
.download_catalog_form .form_comfirm_send input[type=checkbox] + label {
	padding-top: 3px;
}

.download_catalog_form input[type=checkbox] + label:before {
	width: 20px;
	border-radius: 3px;
	height: 20px;
	background: #fff;
	border: 1px solid #afafaf;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: 0.15s linear;
	transition: 0.15s linear;
}

.download_catalog_form input[type=checkbox] + label:after {
	width: 12px;
	height: 10px;
	position: absolute;
	left: 5px;
	top: 7px;
	background: url("/local/templates/finestra/img/content/check.png") no-repeat;
	background-size: contain;
	content: '';
	opacity: 0;
	-webkit-transition: 0.15s linear;
	transition: 0.15s linear;
}

.checkbox:checked + label:before {
	background: #afcb00;
	-webkit-transition: 0.15s linear;
	transition: 0.15s linear;
	border-color: #afcb00;
}

.download_catalog_form input[type=checkbox]:checked + label:before {
	background: #afcb00;
	-webkit-transition: 0.15s linear;
	transition: 0.15s linear;
	border-color: #afcb00;
}

.download_catalog_form input[type=checkbox]:checked + label:after {
	opacity: 1;
	-webkit-transition: 0.15s linear;
	transition: 0.15s linear;
}

.download_catalog_form input:focus,
.download_catalog_form input:hover {
	border-color: #afcb00;
	outline: none;
}

.download_catalog_form label {
	color: #444;
	font-size: 15px;
	font-style: normal;
}

.download_catalog_form input[type=submit] {
	padding: 10px 20px;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	background-color: #afcb00;
	color: #fff;
	width: auto;
	font-weight: bold;
	font-style: normal;
	font-family: Arial, sans-serif;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.download_catalog_form .invalid {
	border-color: #d4696a;
}

.download_catalog_form .invalid-tip {
	position: absolute;
	padding: 3px 6px;
	border-radius: 2px;
	background: rgba(0, 0, 0, .8);
	color: #fff;
	font-size: 12px;
	transition: all .1s ease 20ms;
	margin-top: -7px;
	opacity: 0;
	visibility: hidden;
	z-index: -10;
}

.download_catalog_form .invalid-tip.invalid-tip_checkbox {
	margin-top: 30px;
}

.download_catalog_form .invalid-tip:before {
	content: " ";
	position: absolute;
	top: -4px;
	border-bottom: 4px solid rgba(0, 0, 0, .8);
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.download_catalog_form .invalid-tip-show {
	opacity: 1;
	visibility: visible;
	z-index: 1;
}

.download_catalog_form input[type=submit]:hover {

}

.download_catalog_img {
	max-width: 580px;
}

.download_catalog_img img {
	max-width: 100%;
}

@media (max-width: 1024px) {
	.download_catalog_form {
		margin-right: 0;
	}

	.download_catalog_img {
		display: none;
	}
}

.middle .download_catalog_policy_text {
	font-size: 12px;
}

.download_catalog_form .btn {
	padding: 0 35px;
	box-shadow: none;
	border-radius: 28px;
}

.download_catalog_form .btn_green {
	color: #fff;
	border-color: #afcb00;
	background: #afcb00 !important;
	box-shadow: 0 3px 6px rgba(175, 203, 0, 0.35);
}

.download_catalog_form .btn_green:hover {
	background: #9fb800 !important;
}

.checkbox_wrap {
	margin-top: 20px;
}

.captcha_wrap {
	margin: 30px 0 20px;
}
/* End */
/* /local/templates/finestra/components/bitrix/form.result.new/download_catalog/style.css?17472800284543 */
</pre></body></html>