.subscribeForm{
	/*margin-top: 100px;*/
	/* background-image: url('./images/sub_bg.png'); */
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 720px;
	padding-top: 22px;
}

.subscribeForm__wrap{
	width: calc(50% - 10px);
}
.subscribeForm__field{
	margin-top: 40px;
}
.subscribeForm__input{
	display: block;
	width: 100%;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	background-color: transparent;
	outline: none;
	color: rgba(255, 255, 255, 0.4);
	padding-bottom: 12px;
}
.subscribeForm__input_error {
	border-bottom: 1px solid var(--error);
}
.subscribeForm__error{
	display: block;
	color: var(--error);
	font-size: 13px;
	font-weight: 300;
}

.subscribeForm__buttons{
	margin-top: 26px;
}
.subscribeForm__accepting{
	margin-top: 12px;
	font-size: 13px;
	font-weight: 300;
	max-width: 412px;
	color: rgba(255, 255, 255, 0.4);
}
.subscribeForm__accepting a {
	color: rgba(255, 255, 255, 0.4);
}
.subscribeForm__successTitle{
	text-align: center;
	color: var(--accent);
	margin-bottom: 15px;
}
.subscribeForm__successButton{
	text-align: center;
	margin-top: 25px;
}


@media screen and (max-width: 992px) {
	/* .subscribeForm {
		background: linear-gradient(327.78deg, rgba(10, 10, 10, 0) 34.99%, rgba(10, 10, 10, 0.482108) 57.18%, #0A0A0A 70.83%), url('./images/sub_bg.png') right bottom / auto 80% no-repeat, linear-gradient(0deg, #0A0A0A, #0A0A0A);
	} */
	.subscribeForm__wrap {
		width: 100%;
	}
}


@media screen and (max-width: 768px) {
    /* .subscribeForm {
        background: linear-gradient(327.78deg, rgba(10, 10, 10, 0) 34.99%, rgba(10, 10, 10, 0.482108) 57.18%, #0A0A0A 70.83%), url('./images/sub_bg.png') right bottom / auto 72% no-repeat, linear-gradient(0deg, #0A0A0A, #0A0A0A);
    } */
}


@media screen and (max-width: 576px) {
	/* .subscribeForm {
		height: 650px;
		background: linear-gradient(327.78deg, rgba(10, 10, 10, 0) 34.99%, rgba(10, 10, 10, 0.482108) 57.18%, #0A0A0A 70.83%), url('./images/sub_bg.png') 87% bottom / auto 72% no-repeat, linear-gradient(0deg, #0A0A0A, #0A0A0A);
	} */
}