/*! Unitbud — forms (split from style.css) */
/** Form */
.form-section-container {
	background-color: #090908;
	margin: 25px 0 0 0;
}

.form-section__wrap {
	background: radial-gradient(circle at 50% 150%, #77D14D 0%, rgba(119, 209, 77, 0.85) 15%, rgba(119, 209, 77, 0.6) 30%, rgba(119, 209, 77, 0.4) 45%, rgba(119, 209, 77, 0.2) 60%, rgba(119, 209, 77, 0.1) 75%, transparent 100%);
	padding: 50px 0;
}

.form-section__block {
	display: flex;
	flex-direction: column;
	gap: 50px;
}

.form-section__title {
	display: block;
	position: relative;
	font-family: 'Days One', sans-serif;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 25px;
}

.form-section__title:after {
	content: '';
	display: block;
	width: 10%;
	margin: 25px auto 0 auto;
	height: 4px;
	border-radius: 15px;
	background: #77d14d;
	transition: all 0.3s ease;
}

.form-section__title:hover:after {
	width: 20%;
}

.form-section__description {
	font-family: "Murecho", sans-serif;
	display: block;
	text-align: center;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
}

.form-section__form {
	backdrop-filter: blur(24px);
	border: 2px solid;
	border-color: rgba(119, 209, 77, 0.3);
	border-radius: 25px;
	padding: 50px 25px;
	background-color: oklab(0.999994 0.0000455678 0.0000200868 / 0.05);
	margin-top: 25px;
}

.form-section__fieldset {
	padding: 0;
	border: none;
}

.form-filds {
	display: grid;
	grid-template-columns: 1fr;
	align-items: center;
	gap: 25px;
}

.form-section__input input,
.form-section__input textarea {
	font-size: 18px;
	color: white;
	background-color: rgba(255, 255, 255, 0.1);
	padding: 15px;
	border: 2px solid rgba(255, 255, 255, 0.2);
	border-radius: 15px;
	width: 100%;
	height: 50px;
	transition: all 0.3s ease;
}

.form-section__input input:hover,
.form-section__input input:focus,
.form-section__input input:active,
.form-section__input textarea:hover,
.form-section__input textarea:focus,
.form-section__input textarea:active {
	border-color: #77D14D;
}

.form-section__input textarea {
	height: 100%;
	font-size: 16px;
}


.form-section__button {
	background: #77d14d;
	padding: 15px 25px;
	font-family: "Murecho", sans-serif;
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	border-radius: 15px;
	height: 50px;
	line-height: 1;
	text-decoration: none;
	transition: all 0.3s ease;
	box-shadow: 0 10px 15px -3px #5c5c7a33, 0 4px 6px -4px #5c5c7a33;
}

.form-section__button:hover {
	background: #77d14d;
	scale: 1.05;
	box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, oklab(0.777139 -0.138445 0.128371 / 0.5) 0px 10px 15px -3px, oklab(0.777139 -0.138445 0.128371 / 0.5) 0px 4px 6px -4px;
}

.form__policy span {
	display: block;
	text-align: center;
	font-family: "Murecho", sans-serif;
	margin-top: 25px;
	color: #ffffff;
}

.form__policy a {
	font-family: "Murecho", sans-serif;
	color: #77d14d;
}

.form-section__advantages {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 50px;
	text-align: center;
}

.form-section__advantage {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 10px;
}

.form-section__advantage-content {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.form-section__advantage-title {
	font-family: "Murecho", sans-serif;
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
}

.form-section__advantage-text {
	font-family: "Murecho", sans-serif;
	color: #b2b1b1;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
}

.form-section__advantage-icon {
	background-color: #77d14d33;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.form-section__advantage-icon img {
	width: 32px;
	height: 32px;
}

.consultation-widget__request-form .form-send-status,
.form-section__form .form-send-status {
	display: block;
	margin: 0;
	background: transparent;
}

.consultation-widget__request-form .form-send-status__title,
.consultation-widget__request-form .form-send-status__paragraph {
	color: #000000;
}

@media (min-width: 768px) {
	.form-section__wrap {
		background: radial-gradient(ellipse 100% 100% at 50% 124%, #77D14D 0%, rgba(119, 209, 77, 0.8) 0%, rgba(119, 209, 77, 0.6) 10%, rgba(119, 209, 77, 0.4) 20%, rgba(119, 209, 77, 0.3) 30%, rgba(119, 209, 77, 0.2) 40%, rgba(119, 209, 77, 0.15) 50%, rgba(119, 209, 77, 0.1) 60%, rgba(119, 209, 77, 0.05) 70%, rgba(119, 209, 77, 0.02) 80%, black 100%);
	}
}

@media (min-width: 768px) {
	.form-section__title {
		font-size: 30px;
	}

	.form-section__form {
		padding: 50px;
	}

	.form-section__advantages {
		flex-direction: row;
	}
}


@media (min-width: 992px) {
	.form-section__title {
		font-size: 42px;
	}

	.form-filds {
		grid-template-columns: 1fr 1fr 1fr;
	}

	.form-section__input input {
		padding: 25px;
		height: 100%;
	}

	.form-section__button {
		height: 100%;
	}

	.form-section__advantages {
		flex-direction: row;
	}

	.form-section__input--textarea {
		order: 1;
		grid-column: 1/4;
	}
}


/*New form*/
#popup-form {
	contain: strict;
	position: fixed;
	z-index: 99999;
	inset: 0;
	display: none;
	place-items: center;
	overflow-y: auto;
	opacity: 0;
	transition: opacity 0.2s 0.064s;
	backdrop-filter: blur(8px);
	background: #fffc;
	background: oklab(.999994 .0000455677 .0000200868 / .8);
	box-shadow: rgb(0 0 0 / .08) 0 25px 50px -12px, rgb(0 0 0 / .02) 0 0 0 1px;
}

#popup-form.popup-form--open {
	opacity: 1;
}

.popup-form__wrapper {
	max-height: 100vh;
	width: 100%;
	display: grid;
	place-items: center;

}

.popup-form__wrapper::-webkit-scrollbar {
	display: none;
}

.popup-form__blur {
	position: absolute;
	background-image:
		linear-gradient(to right bottom, rgba(92, 92, 92, 0.05) 0%, rgba(250, 200, 150, 0.05) 100%),
		linear-gradient(to right bottom, oklab(0.36342 -0.000455797 -0.127774 / 0.05) 0%, oklab(0.729884 0.16093 0.0369245 / 0.05) 100%);
	inset: calc(.25rem * 0);
	border-radius: 25px;
}

.popup-form__container {
	position: relative;
	max-width: 900px;
	width: 95%;
	padding: 25px;
	box-shadow:
		0 10px 30px rgba(119, 209, 77, 0.2),
		0 20px 60px rgba(119, 209, 77, 0.1),
		0 0 0 1px rgba(119, 209, 77, 0.05);
	border-color: oklab(0.999994 0.0000455677 0.0000200868 / 0.8);
	border-radius: 15px;
	background-image: radial-gradient(100% 100% at 0% 0%, rgba(119, 209, 77, 0.5) 0%, rgba(119, 209, 77, 0.3) 20%, rgba(119, 209, 77, 0.1) 50%, rgba(0, 0, 0, 0) 100%), radial-gradient(100% 100% at 100% 100%, rgba(119, 209, 77, 0.5) 0%, rgba(119, 209, 77, 0.3) 20%, rgba(119, 209, 77, 0.1) 50%, rgba(0, 0, 0, 0) 100%), none;
	background-color: rgb(9, 9, 8);
	backdrop-filter: blur(24px);
	transform: translateY(50%) scale(0.5);
	transition: transform 0.4s 0.016s;
}

.popup-form__container--open {
	transform: none;
}

.popup-form__close-btn {
	box-sizing: content-box;
	position: absolute;
	top: 15px;
	right: 15px;
	width: 20px;
	height: 20px;
	background-color: transparent;
	cursor: pointer;
}

.popup-form__close-btn::before,
.popup-form__close-btn::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #ffffff;
	transform: rotateZ(45deg);
}

.popup-form__close-btn::after {
	transform: rotateZ(-45deg);
}

.popup-form__fieldset {
	margin-inline: auto;
	border: none;
	font-size: 14px;
	color: #ffffff;
	transition: opacity 0.2s;
}

.popup-form__header {
	border-bottom: 1px solid;
	border-color: rgba(237, 237, 237, 0.5);
	border-color: oklab(0.928 -0.000571842 -0.00597269 / 0.5);
	width: 100%;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.popup-form__title {
	font-family: Days One;
	color: #ffffff;
	font-size: 24px;
	font-weight: 500;
	text-align: center;
	line-height: 1;
	margin-bottom: 15px;
}

.popup-form__subtitle {
	display: block;
	color: #ffffff;
	font-size: 16px;
}

.popup-form__content {
	display: grid;
	gap: 35px 25px;
	margin-bottom: 25px;
}

.popup-form__button {
	display: flex;
	justify-content: center;
	backdrop-filter: blur(12px);
	background: white;
	padding: 20px 60px 20px 60px;
	font-size: 16px;
	line-height: 1;
	color: #7acf55;
	border-radius: 15px;
	width: fit-content;
	min-width: 250px;
	margin: 0 auto;
	transition: all 0.3s ease;
	cursor: pointer;
	overflow: hidden;
	transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.popup-form__button:hover {
	background: #ffffff;
	box-shadow: 0 10px 30px rgba(119, 209, 77, .2), 0 20px 60px rgba(119, 209, 77, .1), 0 0 0 1px rgba(119, 209, 77, .05);
	scale: 1.05;

}

.popup-form__button:focus,
.popup-form__button:focus-visible,
.popup-form__button:active {
	color: #7acf55;
	background: white;
}

.button-text {
	display: block;
	font-size: 16px;
	line-height: 1;
	color: #000000;
	z-index: 9;
}

.label-caption {
	font-size: 16px;
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
}

.popup-form__content .input input {
	font-size: 16px;
	color: inherit;
	line-height: 1;
}


.phone-error,
.field-error {
	color: rgb(253, 118, 138);
	font-size: 12px;
	display: block;
	background: none;
	position: absolute;
	margin-top: 5px;
}

input.is-invalid,
textarea.is-invalid,
select.is-invalid {
	border: none;
	outline: none;
	border-color: rgb(253, 118, 138);
	box-shadow:
		rgba(186, 104, 43, 0.5) 0px 0px 0px 3px,
		rgba(0, 0, 0, 0) 0px 0px 0px 0px,
		rgba(0, 0, 0, 0) 0px 0px 0px 0px,
		rgba(0, 0, 0, 0) 0px 0px 0px 0px,
		rgba(0, 0, 0, 0) 0px 0px 0px 0px;
	box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, oklab(0.729884 0.16093 0.0369245 / 0.5) 0px 0px 0px 3px, rgba(0, 0, 0, 0) 0px 0px 0px 0px;
}

input.is-valid,
textarea.is-valid,
select.is-valid {
	border: none;
	outline: none;
	box-shadow:
		rgba(0, 0, 0, 0) 0px 0px 0px 0px,
		rgba(0, 0, 0, 0) 0px 0px 0px 0px,
		rgba(0, 0, 0, 0) 0px 0px 0px 0px,
		#76C75D80 0px 0px 0px 3px,
		rgba(0, 0, 0, 0) 0px 0px 0px 0px;
}

.phone-error,
.field-error {
	color: rgb(255 0 38);
	font-size: 12px;
	display: block;
	background: none;
	position: absolute;
	margin-top: 5px;
}

.popup-form__content .input input.is-invalid,
.popup-form__content .input textarea.is-invalid,
.popup-form__content .input select.is-invalid {
	outline: none;
	border-color: rgb(255 0 38);
}


#popup-form .form-send-status {
	display: block;
	margin: 0;
	background: transparent;
}

.form-send-status__container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 25px;
}

.form-send-status__title,
.form-send-status__paragraph {
	color: #000000;
}

.form-section__form .form-send-status__title,
.form-section__form .form-send-status__paragraph,
.popup-form__container .form-send-status__title,
.popup-form__container .form-send-status__paragraph {
	color: #ffffff;
}

.popup-form__container.form-send {
	width: fit-content;
	min-height: fit-content;
	padding: 50px;
}

.input input,
.input textarea {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-size: 0.625rem;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	color: var(--kmnd-body-color-primary-inverted);
}

.form-send-status__title {
	font-weight: 700;
	font-size: 30px;
	line-height: 35px;
	text-transform: uppercase;
	text-align: center;
}

.form-send-status__paragraph {
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
}

.form-send-status div {
	width: 100%;
	flex-direction: column;
	align-items: center;
	gap: 15px;
	padding: 30px 15px;
}