.send {
	opacity: .5;
	pointer-events: none;
}
.event-form {
	padding: 50px 50px 26px;
	border-radius: 12px;
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.10);
	margin: 30px 0;
}
.form-info {
	margin-bottom: 36px;
	text-align: center;
	color: #191919;
	font-weight: 400;
}
.form-info h3 {
	margin-top: 0 !important;	
}
.event-form .field-input__label {
	font-family: Roboto,Helvetica,Tahoma,sans-serif;
	font-weight: 600;
}
.form-content {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;	
}
.form-block {
	width: calc(50% - 12px);
	margin-bottom: 24px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;	
}
.form-block .field-input {
	width: calc(50% - 12px);
}
.form-block .field-input.w100 {
	width: 100%;
}



.event-form .btn--primary {
	width: 100%;
	margin-top: 24px;
	margin-left: auto;
}
.form-block__captcha {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 14px;
	flex-wrap: wrap;
	gap: 16px;
	align-items: flex-start;
}

.form-block__captcha input[type="text"] {
	width: calc(100% - 180px - 24px);
	flex-shrink: 0;
}
@media (max-width: 480px) {
	.form-block__captcha input[type="text"] {
		width: 100%;
	}	
}

.form-block__captcha img {
	flex-shrink: 0;
}

.event-form .btn--primary {
	width: 100%;
	margin-top: 18px;
}
.event-form .btn__inner {
	padding: 24px;
	width: 100%;
}
.form-block--message {
	margin-top: -28px;	
}
.event-form textarea {
	height: 110px;
}
.event-form .field-toggler__label {
	color: #191919;
	font-weight: 400;
}
.ckeckbox-line {
	gap: 8px 18px ;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	width: 100%;
}
.ckeckbox-line .field-toggler {
	width: calc(25% - 14px);
	min-width: 120px;
	margin: 0;
}
.ckeckbox-line .field-toggler__inner {
	margin: 0;
}
label.error {
	position: absolute;
	left: 0;
	top: 100%;
	margin: 0;
	font-weight: 400;
	color: red;
}
.event-seccess {
	display: none;
	position: fixed !important;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	background: rgba(227, 227, 227, 0.2);
	backdrop-filter: blur(3px);
}
.event-seccess__block {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.10);
	padding: 60px 20px;
	width: 660px;
	max-width: calc(100% - 40px);
}
.event-seccess__close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #F2F2F2;
	cursor: pointer;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	line-height: 0;
}
.event-seccess__text {
	max-width: 320px;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	color: #191919;
}
.event-seccess__title {
	margin-bottom: 23px;
	font-family: Merriweather,serif;
	font-size: 22px;
	font-weight: 700; 
}
.people-count {
	background: #fff url(img/people.svg) calc(100% - 16px) center no-repeat;
	padding-right: 42px !important;
}
.input-date {
	background: #fff url(img/date.svg) calc(100% - 16px) center no-repeat;
	padding-right: 42px !important;
}
.field-input__control.error {
	border-color: red !important;
}
input.error ~ .field-toggler__mark {
	border-color: red;
}

@media (max-width: 1359px) {
	.form-block--message {
		margin-top: -8px;
	}
}
@media (max-width: 1023px) {
	.form-block {
		width: 100%;
	}
	.form-block--agreement {
		order: 1;		
	}
	.form-block--message {
		margin-top: 0;
	}
	.form-info {
		margin-bottom: 24px;		
	}
}
@media (max-width: 	767px){
	.event-form__cintainer {
		width: calc(100% - 80px) !important;
		max-width: 100% !important;
	}
}
@media (max-width: 	575px){
	.event-form {
		padding: 24px 24px 0;
		margin: 24px 0;
	}
	.event-form__cintainer {
		width: 100% !important;
	}
	.form-block .field-input {
		width: 100%;
	}
	.form-block .field-input + .field-input {
		margin-top: 24px;
	}
	.event-form .btn__inner {
		padding: 16px;
	}
	.event-seccess__close {
		width: 32px;
		height: 32px;
	}
}
