

/* Start:/local/components/ahead/contest.form/templates/.default/style.css?17568069105238*/
body {
	overflow: auto;
}
#contest-form-app .btn[disabled] {
	pointer-events: none;
	opacity: 0.3;
}

.unactive {
	pointer-events: none;
	opacity: 0.5;
}

.form-info {
	line-height: 34px;
	font-family: "GerberaRegular";
	font-size: 14px;
}

.form-times {
	display: flex;
	align-items: center;
	flex-flow: row wrap;
}
.form-item-time {
	position: relative;
	display: block;
	margin: 5px 10px 5px 0;
	cursor: pointer;
}
.form-item-time input {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}
.form-item-time span {
	display: block;
	border: 1px solid #273051;
	padding: 8px 10px 5px 10px;
	font-size: 14px;
	outline: 1px solid transparent;
	transition: .3s background-color ease, .3s color ease, .3s outline ease;
}
.form-item-time:hover span {
	outline: 1px solid #273051;
}
.form-item-time input:checked + span {
	background-color: #273051;
	color: #FFF;
}



.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #273051;
  border-color: #273051 transparent #273051 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.contest-form-app-holder {
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
}
.contest-form-app-holder.iframe {
	padding: 40px 20px;
	max-width: 550px;
	margin: 0 auto;
}
.contest-form-app-holder.iframe .form-success {
	text-align: center;
}
.contest-form-app-holder .form-rules {
	width: 100%;
	padding-top: 15px;
	text-align: center;
}
.contest-form-app-holder .form-rules a {
	color: #273051 !important;
}
.contest-form-app-holder .form .form-row {
	flex-flow: row wrap;
}
.contest-form-app-holder .preloader {
	display: none;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
}
.contest-form-app-holder.loading .preloader {
	display: block;
}
.contest-form-app-holder.loading .form {
	pointer-events: none;
	opacity: 0.3;
}

.form-error {
	color: #CD0520;
	text-align: center;
	padding: 10px 0;
	width: 100%;
}

.form-subscribe {
	position: relative;
	display: block;
	padding-left: 25px;
	font-size: 14px;
	line-height: 16px;
	width: 100%;
}
.form-subscribe input {
	opacity: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}
.form-subscribe-check {
	z-index: 5;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: -1px;
	display: block;
	width: 17px;
	height: 17px;
	border: 1px solid #273051;
}
.form-subscribe-check:before {
	content: '';
	display: block;
	width: 11px;
	height: 11px;
	position: absolute;
	left: 2px;
	top: 2px;
	background-color: #273051;
	opacity: 0;
}
.form-subscribe input:checked + .form-subscribe-check:before {
	opacity: 1;
}


.form-label-photo {
	font-family: "GerberaRegular";
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 20px;
}


.bonus-info {
	background-color: #d9edf0;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 18px;
	width: 100%;
	margin: 20px 0 0 0;
	padding: 15px;
	font-family: "GerberaRegular";
}
.bonus-info .centered {
	text-align: center;
}
.bonus-info .form-row {
	max-width: 200px;
	margin-bottom: 20px !important;
}
.bonus-info-error {
	color: #CD0520;
}
.bonus-info p {
	margin-bottom: 20px;
}
.bonus-info p:last-child {
	margin-bottom: 0;
}
.bonus-info b {
	font-family: "GerberaMedium";
}
.bonus-info .btn,
#allrecords .bonus-info .btn {
	padding: 15px 30px;
	font-size: 14px;
	margin: 0;
	line-height: 1;
	color: #FFF;
}
#allrecords .bonus-info .btn:hover {
	color: #273051;
}
.bonus-info a {
	border-bottom: 1px solid #273051;
}

.contest-form-file {
	position: relative;
	width: 100%;
	min-height: 150px;
	border: 1px solid #273051;
}
.contest-form-file.dz-clickable {
	cursor: pointer;
}
.contest-form-file.dz-clickable:before {
	position: absolute;
	left: 0;
	bottom: 25%;
	content: 'Загрузить фото';
	font-family: "GerberaRegular";
	display: flex;
	width: 100%;
	height: 64px;
	font-size: 14px;
	
    text-transform: uppercase;
	align-items: flex-end;
    justify-content: center;
    background: url('/local/components/ahead/contest.form/templates/.default/./assets/contest_camera.png') no-repeat center 0;
    background-size: 45px;    
}
.contest-form-file.dz-max-files-reached:before {
	bottom: 10px;
	height: 55px;
	content: 'Заменить фото';
	background-size: 35px;
}
.contest-form-file .dz-image {
	width: 200px;
	height: 150px;
	padding: 20px;
	box-sizing: border-box;
	margin: 0 auto;
}
.contest-form-file .dz-image img {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: contain;
}
.contest-form-file .dz-details {
	display: none;
}
.contest-form-file .dz-error-message {
	display: none;
}
.contest-form-file .dz-success-mark {
	display: none;
}

.contest-form-app-holder .form-success {
	background-color: #d9edf0;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 18px;
	width: 100%;
	margin: 20px 0;
	padding: 15px;
	font-family: "GerberaRegular";
	text-align: center;
}


@media screen and (max-width: 950px) {
	.bonus-info {
		margin-bottom: 20px;
	}
}



/* End */
/* /local/components/ahead/contest.form/templates/.default/style.css?17568069105238 */
