@media all {
	.wpcf7 .screen-reader-response {
		position: absolute;
		overflow: hidden;
		clip: rect(1px, 1px, 1px, 1px);
		clip-path: inset(50%);
		height: 1px;
		width: 1px;
		margin: -1px;
		padding: 0;
		border: 0;
		word-wrap: normal !important;
	}

	.wpcf7 form .wpcf7-response-output {
		margin: 2em 0.5em 1em;
		padding: 0.2em 1em;
		border: 2px solid #00a0d2;
	}

	.wpcf7 form.init .wpcf7-response-output {
		display: none;
	}

	.wpcf7-form-control-wrap {
		position: relative;
	}

	.wpcf7-list-item {
		display: inline-block;
		margin: 0 0 0 1em;
	}

	.wpcf7-list-item-label::before,
	.wpcf7-list-item-label::after {
		content: " ";
	}

	.wpcf7-spinner {
		visibility: hidden;
		display: inline-block;
		background-color: #23282d;
		opacity: 0.75;
		width: 24px;
		height: 24px;
		border: none;
		border-radius: 100%;
		padding: 0;
		margin: 0 24px;
		position: relative;
	}

	.wpcf7-spinner::before {
		content: '';
		position: absolute;
		background-color: #fbfbfc;
		top: 4px;
		left: 4px;
		width: 6px;
		height: 6px;
		border: none;
		border-radius: 100%;
		transform-origin: 8px 8px;
		animation-name: spin;
		animation-duration: 1000ms;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
	}

	@media (prefers-reduced-motion: reduce) {
		.wpcf7-spinner::before {
			animation-name: blink;
			animation-duration: 2000ms;
		}
	}

	.wpcf7 .wpcf7-submit:disabled {
		cursor: not-allowed;
	}

	.wpcf7 input[type="tel"] {
		direction: ltr;
	}
}

@media all {

	#altEmail_container,
	.altEmail_container {
		position: absolute !important;
		overflow: hidden !important;
		display: inline !important;
		height: 1px !important;
		width: 1px !important;
		z-index: -1000 !important;
	}
}

@media all {
	.wpcf7-form {
		position: relative;
		display: block !important;
	}
}

@media all {
	a {
		background: transparent;
	}

	a:active,
	a:hover {
		outline: 0;
	}

	a {
		color: #6100ff;
		text-decoration: none;
		cursor: pointer;
		-webkit-transition: color 0.2s ease 0s;
		-o-transition: color 0.2s ease 0s;
		transition: color 0.2s ease 0s;
		text-decoration-skip-ink: none;
	}

	a:hover {
		color: #6100ff;
		text-decoration: underline;
	}

	b {
		font-weight: bold;
	}

	p,
	ul {
		margin: 0;
	}

	*+ul {
		margin-top: 15px;
	}

	ul {
		padding-left: 25px;
	}

	::selection {
		background: #39f;
		color: #fff;
		text-shadow: none;
	}

	section {
		display: block;
	}

	[type="text"],
	[type="tel"] {
		padding: 0 15px;
		height: 46px;
		font-weight: 600;
		color: #000;
		font-size: 16px;
		width: 100%;
		line-height: 1;
		background: #FFFFFF;
		border: 2px solid #d9d9d9;
		border-radius: 8px;
	}

	.wpcf7-response-output {
		display: none !important;
	}

	input {
		font-family: inherit;
		font-size: 100%;
		line-height: 1.15;
		margin: 0;
	}

	input {
		overflow: visible;
	}

	/* [type="submit"] {
		-moz-appearance: none;
		-webkit-appearance: none;
		appearance: none;
		border-radius: 0;
		cursor: pointer;
	} */

	a:active,
	a:focus {
		outline: none;
	}

	input:active,
	input:focus {
		outline: none;
	}

	:focus {
		outline: none;
		box-shadow: none;
	}

	.btn-blue {
		display: -webkit-inline-box;
		display: -webkit-inline-flex;
		display: inline-flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		text-align: center;
		min-height: 47px;
		padding: 5px 15px 4px;
		line-height: 1;
		border-radius: 8px;
		font-family: inherit;
		font-size: 16px;
		font-weight: bold;
		text-transform: uppercase;
		background: var(--color-primary);
		color: #fff;
		border: none;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0.3s;
		transition: all 0.3s ease 0s;
	}

	.btn-blue:hover {
		background: var(--color-primary-dark);
		color: #ffffff;
		text-decoration: none;
	}

	*,
	:before,
	:after {
		box-sizing: border-box;
	}

	.wrapper {
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
		padding-left: 20px;
		padding-right: 20px;
	}

	.section {
		margin-top: 150px;
	}

	.section-form {
		border-radius: 15px;
		color: #fff;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.section-form-left {
		width: 63.5%;
		position: relative;
		z-index: 1;
		display: flex;
		flex-direction: column;
	}

	.section-form-right {
		width: 36.5%;
		border-radius: 15px 15px 15px 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		flex-direction: column;
	}

	.section-form-right-top {
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		flex-grow: 1;
		background: var(--color-primary-dark);
		border-radius: 15px 15px 15px 0;
		padding: 20px;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		flex-direction: column;
	}

	.section-form-right-top>div {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		flex-direction: column;
	}

	.section-form-right-top>div>*+* {
		margin-top: 15px;
	}

	.section-form-title {
		background: #ffffff;
		color: var(--color-primary-dark);
		border-radius: 0 0 15px 0;
		padding: 0 10px 10px 0;
		margin: 0;
		/* Было: font-size: 35px;  Делаем fluid-типографику */
		font-size: clamp(22px, 2.6vw + 8px, 36px);
		line-height: 1.12;
		position: relative;
	}

	.section-form-title:before {
		content: '';
		position: absolute;
		left: 20px;
		right: 0;
		top: 20px;
		bottom: 0;
		background: var(--color-primary-dark);
		z-index: -1;
	}

	.section-form-left-inner {
		background: var(--color-primary-dark);
		padding: 25px 20px 20px;
		margin-right: -10px;
		border-radius: 15px 0 15px 15px;
		flex-grow: 1;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
	}

	.section-form-submit {
		margin-left: 0;
		margin-top: auto;
		position: relative;
		z-index: 2;
	}

	.section-form-submit:before {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		right: 20px;
		bottom: 20px;
		background: var(--color-primary-dark);
		z-index: -1;
	}
	

	.section-form-submit input {
		border-radius: 15px;
		width: 100%;
		height: 59px;
	}

	.section-form-submit-inner {
		border-radius: 15px 0 0 0;
		background: transparent;
		padding: 10px 0 0 0;
		position: relative;
	}

	.section-form-submit-inner .wpcf7-spinner {
		position: absolute;
		left: 10px;
		right: 0;
		top: 100%;
		margin: 5px auto 0;
	}

	.section-form-subtitle {
		font-weight: 600;
		font-size: 30px;
	}

	.section-form-subtitle b {
		font-weight: 600;
		color: white;
	}

	.section-form-inputs {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 30px 0 -10px -20px;
	}

	.section-form-input {
		width: 50%;
		padding-left: 20px;
		margin-bottom: 10px;
	}

	.section-form-input input {
		width: 100%;
		box-sizing: border-box;
		min-height: 54px;
		padding: 0 15px;
	}

	.section-form-label {
		font-size: 14px;
		margin-bottom: 5px;
	}

	.section-form-right-subtitle {
		font-weight: 600;
		font-size: 27px;
		line-height: 1.2;
		max-width: 350px;
	}

	.section-form-radio {
		font-weight: 600;
		font-size: 20px;
	}

	.section-form-radio .wpcf7-radio {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		margin-left: -1em;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}

	.section-form-radio label {
		position: relative;
		z-index: 2;
		display: inline-block;
		padding-left: 37px;
		cursor: pointer;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}

	.section-form-radio label:hover {
		color: var(--color-primary);
	}

	.section-form-radio label input {
		position: absolute;
		left: 4px;
		top: 4px;
		z-index: -1;
	}

	.section-form-radio label span:before {
		content: '';
		width: 27px;
		height: 27px;
		background: #282828;
		border: 2px solid #606060;
		position: absolute;
		left: 0;
		top: -1px;
		border-radius: 50%;
	}

	.section-form-radio label span:after {
		content: '';
		position: absolute;
		left: 6px;
		top: 6px;
		width: 14px;
		height: 14px;
		background: var(--color-primary);
		border-radius: 50%;
		opacity: 0;
	}

	.section-form-radio label input:checked+span:after {
		opacity: 1;
	}

	.section-form-konf {
		max-width: 300px;
		font-size: 12px;
		color: #d9d9d9;
	}

	.section-form-konf a {
		text-decoration: underline;
		color: #d9d9d9;
	}

	.section-form-konf a:hover {
		color: var(--color-primary);
	}

	/* Удаляем фиксированные размеры в медиа-правилах для заголовка */
	@media screen and (max-width: 1200px) {
		.h1 {
			font-size: 42px;
		}

		.section {
			margin-top: 100px;
		}

		.section-form-title {
			font-size: clamp(22px, 2.8vw + 6px, 34px);
		}

		.section-form-subtitle {
			font-size: 25px;
		}

		.section-form-right-subtitle {
			font-size: 22px;
		}

		.section-form-radio {
			font-size: 16px;
		}

		.section-form-radio label span:before {
			width: 20px;
			height: 20px;
		}

		.section-form-radio label span:after {
			width: 8px;
			height: 8px;
			left: 5px;
			top: 5px;
		}

		.section-form-radio label {
			padding-left: 30px;
		}

	}

	@media screen and (max-width: 767px) {
		.h1 {
			font-size: 34px;
		}

		h2 {
			font-size: 30px;
		}

		.btn-blue {
			font-size: 12px;
		}

		.section {
			margin-top: 60px;
		}

		.section-form-left {
			width: 100%;
		}

		.section-form-right {
			width: 100%;
		}

		.section-form-title:before {
			display: none;
		}

		.section-form-title {
			/* Было: font-size:30px; */
			font-size: clamp(20px, 4.5vw + 4px, 28px);
			padding-bottom: 20px;
		}

		.section-form-left-inner {
			border-radius: 15px 15px 0 0;
			margin-right: 0;
		}

		.section-form-inputs {
			margin-top: 20px;
		}

		.section-form-right-top {
			border-radius: 0;
		}

		.section-form-submit {
			margin-left: 0;
			padding: 0;
			background: none;
			position: static;
		}

		.section-form-submit:before {
			display: none;
		}

		.section-form-submit:after {
			display: none;
		}

		.section-form-submit-inner {
			padding: 0;
			position: static;
		}

		.section-form-submit-inner:before {
			display: none;
		}

		.section-form-submit-inner:after {
			display: none;
		}

		.section-form-submit-inner input {
			position: relative;
			z-index: 1;
			width: 100%;
			min-height: 54px;
			border-radius: 12px;
		}

		.section-form-right-top {
			margin-bottom: 15px;
			border-radius: 0 0 15px 15px;
			padding-top: 0;
		}

		.section-form-right-top>div {
			max-width: 320px;
			margin-left: auto;
			margin-right: auto;
		}
	}

	@media screen and (max-width: 479px) {
		.h1 {
			font-size: 30px;
		}

		.section-form-title {
			font-size: clamp(18px, 5.2vw, 24px);
		}

		.section-form-subtitle,
		.section-form-right-subtitle {
			font-size: 20px;
		}

		.section-form-input {
			width: 100%;
		}
	}

	@media screen and (max-width: 359px) {
		.h1 {
			font-size: 28px;
		}
	}

	[type="text"],
	[type="tel"] {
		height: 59px;
	}

	@media screen and (max-width: 767px) {

		[type="text"],
		[type="tel"] {
			height: 50px;
			border-radius: 10px;
			padding: 0 15px;
		}
	}

	@keyframes spin {
		from {
			transform: rotate(0deg);
		}

		to {
			transform: rotate(360deg);
		}
	}

	@keyframes blink {
		from {
			opacity: 0;
		}

		50% {
			opacity: 1;
		}

		to {
			opacity: 0;
		}}}