@charset "UTF-8";
#new-year-popup .popup__content {
	background: radial-gradient(83.81% 84.87% at -13.43% 39.02%, #E5252D 0%, #C2040C 100%);
	width: 1004px;
	max-width: 1004px;
	border-radius: 40px;
	padding: 100px 100px 60px 100px;
}
#new-year-popup .modal-title {
	color: #fff;
	font-weight: 400;
	font-style: Regular;
	font-size: 44px;
	line-height: 110.00000000000001%;
	letter-spacing: 2%;
	text-align: center;
	text-transform: none;
	margin-bottom: 20px;
}
#new-year-popup .modal-text {
	color: #fff;
	font-weight: 500;
	font-style: Medium;
	font-size: 22px;
	line-height: 110.00000000000001%;
	letter-spacing: 2%;
	text-align: center;
	margin-bottom: 40px;
}
#new-year-popup .form-item {
	width: 558px;
	margin: 0 auto;
}
#new-year-popup .form-item input,
#new-year-popup .form-item textarea {
	background: rgba(0, 0, 0, 0.07);
	color: #fff;
	border-radius: 20px;
	padding: 18px 34px 18px 34px;
	height: auto;
    margin-bottom: 10px;
	opacity: 1;
	border: 0;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	line-height: 22px;
	height: auto;
    margin-bottom: 10px;
}
#new-year-popup .form-item input::placeholder,
#new-year-popup .form-item textarea::placeholder {
	color: #fff;
	opacity: 1;
	text-transform: none;
}
#new-year-popup .form-item textarea {
	height: 116;
}

#new-year-popup .button-form {
	border-radius: 40px;
	padding: 14px 34px 14px 34px;
	opacity: 1;
	font-weight: 700;
	font-style: Bold;
	font-size: 16px;
	line-height: 130%;
	letter-spacing: 2%;
	text-transform: uppercase;
	color: rgba(47, 49, 51, 1);
	background: rgba(255, 255, 255, 1);
	margin-top: 20px;
	height: auto;
}
#new-year-popup .comment {
	color:#fff;
	font-weight: 400;
	font-style: Regular;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 0%;
	text-align: center;
	margin: 20px 0 10px;
}
#new-year-popup .check-element label {
	color: #fff;
	font-weight: 400;
	font-style: Regular;
	font-size: 18px;
	line-height: 20px;
}
#new-year-popup .check-element a {
	color: #fff;
}
#new-year-popup .popup__close:before {
    width: 20px;
    height: 20px;
    background: #fff;
}

#new-year-popup .check-main {
	width: 20px;
	height: 20px;
	border: 0px;
	background: #fff;
    border-radius: 20px;
}
#new-year-popup .check-main:before {
	width: 20px;
	height: 20px;
}
@media screen and (max-width:1024px) {
	#new-year-popup .popup__content {
		width: 100%;
		padding: 64px 14px 64px 14px;
	}
	#new-year-popup .modal-title {
		font-size: 20px;
	}
	#new-year-popup .modal-text,
	#new-year-popup .form-item input,
	#new-year-popup .form-item textarea,
	#new-year-popup .comment,
	#new-year-popup .button-form,
	#new-year-popup .check-element label
	{
		font-size: 12px;
	}
	#new-year-popup .popup__close {
		top: 30px;
		right: 14px;
		background: none;
	}
}