#contact-page .container {
	background-image: url("../../images/contact-back.png");
	background-image: image-set(
		url("../../images/contact-back.png") 1x,
		url("../../images/contact-back@2x.png") 2x
	);
	background-size: 1539px 776px;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 128px;
	padding-bottom: 147px;
	margin-top: 30px;
	margin-bottom: 30px;
	--content-width: 1508px;
}

#contact-page .text {
	font-size: 20px;
	line-height: 30px;
	max-width: 520px;
	margin: 0 auto;
}

#contact-page .text h1,
#contact-page .text h2,
#contact-page .text h3,
#contact-page .text p:first-child strong {
	font-family: "PODIUM Soft";
	font-size: 49px;
	line-height: 69px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}

#contact-page form {
	max-width: 620px;
	margin: 44px auto 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

#contact-page form p {
	margin: 0;
	width: 100%;
	color: var(--blue);
	font-size: 18px;
	text-align: center;
  position: relative;
}

#contact-page form p:nth-of-type(-n + 4) {
	width: calc(50% - 10px);
}

#contact-page form input[type="submit"] {
	background: var(--green);
	margin-top: 27px;
	padding: 0 71px;
}

#contact-page .wpcf7-spinner {
	position: absolute;
  top: 43px;
}

#contact-page form .success p {
  color: #fff !important;
}

@media screen and (max-width: 992px) {
	#contact-page .container {
		padding-bottom: 96px;
		margin-bottom: 0;
		background-position: center top;
	}
}

@media screen and (max-width: 768px) {
	#contact-page .container {
		margin-top: 0;
		background: var(--blue);
	}

  #contact-page .wpcf7-spinner {
    top: 37px;
  }
}

@media screen and (max-width: 567px) {
  #contact-page .container {
    padding-top: 52px;
  }

	#contact-page .text h1,
	#contact-page .text h2,
	#contact-page .text h3,
	#contact-page .text p:first-child strong {
		font-size: 38px;
		line-height: 69px;
    margin-bottom: 2px;
	}

  #contact-page .text {
    line-height: 28px;
    max-width: 310px;
  }

	#contact-page form {
		margin-top: 20px;
		gap: 16px;
	}

	#contact-page form p {
		font-size: 16px;
	}

	#contact-page form p:nth-of-type(-n + 4) {
		width: 100%;
	}

	#contact-page form input[type="submit"] {
		margin-top: 14px;
    padding: 0 44px;
	}

  #contact-page .wpcf7-spinner {
    top: 25px;
  }
}
