

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

.photoalbum_form {
	flex-basis: 580px;
	padding: 22px;
	margin-right: 20px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-color: #ddd;
	border-style: solid;
	border-width: 1px;
}

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

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

.photoalbum_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;
}

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

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

}

.photoalbum_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;
}

.photoalbum_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;
}

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

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

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

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

.photoalbum_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;
}

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

.photoalbum_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;
}

.photoalbum_form .invalid-tip.invalid-tip_checkbox {
	margin-top: 0px;
}

.photoalbum_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;
}

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

.photoalbum_form input[type=submit]:hover {

}

.photoalbum_img {
	max-width: 300px;
}

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

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

	.photoalbum_img {
		display: none;
	}
}

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

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

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

.photoalbum_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/photoalbum/style.css?17472800284100 */
