/*!
Theme Name: Stroy Partner
Author: Enot
Author URI: https://youtu.be/V_MX0HiIgRQ?si=vLlNdy3lojpNUr0i
Description: Stroy Partner Custom Theme
Version: 1.0.0
Text Domain: stroy-partner
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/




:root {
	--black: #000;
	--white: #fff;
	--gray-btn: #e2e2e2;
	--gray-dark: #909090;
	--orang: #e08c47;
	--font-family: "Manrope", sans-serif;
}

@font-face {
	font-family: 'Manrope';
	src: local('Manrope Regular'), local('Manrope-Regular'), url('/wp-content/themes/stroy-partner/assets/fonts/Manrope-Regular.woff2') format('woff2'),
		url('/wp-content/themes/stroy-partner/assets/fonts/Manrope-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Manrope';
	src: local('Manrope Bold'), local('Manrope-Bold'), url('/wp-content/themes/stroy-partner/assets/fonts/Manrope-Bold.woff2') format('woff2'),
		url('/wp-content/themes/stroy-partner/assets/fonts/Manrope-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}

@layer base;

@layer base {
	* {
		padding: 0;
		margin: 0;
		box-sizing: border-box;
		scroll-margin-top: 110px;
	}

	html {
		box-sizing: border-box;
		scroll-behavior: smooth;
		touch-action: manipulation;
		-webkit-text-size-adjust: 100%;
		-webkit-tap-highlight-color: transparent;
	}

	body,
	input,
	button,
	select,
	textarea {
		font-family: 'Nunito Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
		font-size: 14px;
		line-height: 1.5;
		color: var(--black);
	}

	body {
		background: #f1f1f1;
	}

	a {
		text-decoration: underline;
		color: var(--blue);
	}

	a:hover,
	a:focus-visible {
		text-decoration: none;
	}

	img {
		max-width: 100%;
		height: auto;
		vertical-align: middle;
	}

	iframe {
		max-width: 100%;
		vertical-align: middle;
		border: none;
	}

	fieldset {
		border: none;
		margin: 0;
		padding: 0;
	}

	main {
		flex: 1;
	}

	@media screen and (min-width: 1024px) {
		* {
			scroll-margin-top: 135px;
		}
	}
}

/* — — — — — — — — — — — — — — — — — — — — — — — — — — — — — —
Disable animations during page load
— — — — — — — — — — — — — — — — — — — — — — — — — — — — — — */
.loading *,
.loading ::before,
.loading ::after {
	transition: none !important;
}

/* — — — — — — — — — — — — — — — — — — — — — — — — — — — — — —
Main Container
— — — — — — — — — — — — — — — — — — — — — — — — — — — — — — */
.container {
	max-width: 1180px;
	padding: 0 20px;
	margin-inline: auto;
}

/* — — — — — — — — — — — — — — — — — — — — — — — — — — — — — —
Site Logo
— — — — — — — — — — — — — — — — — — — — — — — — — — — — — — */
.custom-logo-link {
	cursor: pointer;
	transition: opacity 0.2s, transform 0.064s;
}

.custom-logo-link:hover,
.custom-logo-link:focus-visible {
	opacity: 0.85;
}

.custom-logo-link:active {
	transition-duration: 0.032s;
	transform: scale(0.95);
}

.custom-logo {
	height: auto;
	width: auto;
}

/* Buttons */
.btn--primary {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border: none;
	cursor: pointer;
	border-radius: 100px;
	padding: 18px 30px;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
	background: #ffa55b;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 18px;
	line-height: 1.2;
	text-decoration: none;
	color: #000;
	transition: all 0.3s ease;
	margin: 30px 15px;
}

.btn--primary:after {
	content: "";
	position: relative;
	width: 16px;
	height: 16px;
	background-image: url(/wp-content/themes/stroy-partner/assets/images/button-arrow.svg);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	transition: all 0.3s ease;
}

.btn--primary:hover {
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
	background: var(--orang);
}

.btn--primary:hover:after {
	transform: rotate(-45deg);
}

/* Header */
.header {
	position: sticky;
	top: 0;
	background: rgba(241, 241, 241, 0.75);
	backdrop-filter: blur(15px);
	z-index: 100;
	padding: 15px 0;
}

.header__inner {
	display: flex;
	align-items: center;
	gap: 20px;
}

/* Навігація */
.header__nav {
	display: none;
	margin-left: auto;
}

.header__menu {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 22px;
}

.header__menu li {
	margin: 0;
	position: relative;
	list-style: none;
}

.header__menu a {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 1.2;
	text-decoration: none;
	color: var(--black);
	transition: opacity 0.3s;
}

.header__menu li.menu-item-has-children>a:after {
	position: absolute;
	right: -15px;
	top: 9px;
	pointer-events: none;
	background-repeat: no-repeat;
	background-position: center;
	content: "";
	display: block;
	background-image: url("/wp-content/themes/stroy-partner/assets/images/menu-arrow.svg");
	width: 8px;
	height: 4px;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	will-change: transform;
	transition: all 0.3s ease;
}

.header__menu>li.menu-item-has-children:hover>a:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.header__menu a:hover {
	opacity: 0.7;
}

#header .header__nav ul li ul::before {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 0;
	display: block;
	width: 100%;
	height: 10px;
}

ul.sub-menu {
	display: none;
	position: absolute;
	left: -50px;
	top: 30px;
	height: auto;
	width: fit-content;
	white-space: nowrap;
	background: var(--white);
	border: 1px solid var(--gray-btn);
	border-radius: 15px;
	text-align: left;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -4px;
	transition: all 0.3s ease;
}

#header .header__nav ul li:hover ul.sub-menu {
	display: flex;
	flex-direction: column;
}

.header__menu ul.sub-menu li {
	border-bottom: 2px solid var(--gray-btn);
	padding: 10px 20px;
	width: 100%;
	text-align: center;
}

.header__menu ul.sub-menu li:last-child {
	border-bottom: none;
}

/* Перемикач мов */
.header__lang {
	position: relative;
	display: none;
	align-items: flex-start;
	gap: 10px;
	background: var(--gray-btn);
	border-radius: 30px;
	padding: 10px 30px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.header__lang:hover {
	border-radius: 30px 30px 0 0;
}

.lang-switcher__current {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 18px;
	line-height: 1.2;
	color: var(--black);
}

.lang-switcher__dropdown {
	display: flex;
	flex-direction: column;
	gap: 10px;
	position: absolute;
	top: calc(100% + 0px);
	left: 0;
	background: #e2e2e2;
	border-radius: 0 0 30px 30px;
	padding: 0 30px 8px 30px;
	min-width: 100%;
	text-align: end;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-10px);
	transition: all 0.25s ease;
	z-index: 10;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -4px;
}

#header .header__lang:hover ul.lang-switcher__dropdown {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.lang-switcher__dropdown li {
	list-style-type: none;
	background: none;
	margin-bottom: 0;
	padding: 0;
}

.lang-switcher__dropdown li a {
	text-decoration: none;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 18px;
	line-height: 1.2;
	color: var(--black);
}

.lang-switcher__dropdown li a:hover {
	opacity: 0.7;
}

.header__phone {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #e2e2e2;
	border-radius: 100px;
	width: 44px;
	min-width: 44px;
	height: 44px;
	margin-left: auto;
	transition: all 0.3s ease;
}

.header__phone img {
	width: 24px;
	min-width: 24px;
	height: 24px;
}

.header__phone span {
	display: none;
}

.header__burger {
	background: none;
	border: none;
}

/* Мобільне меню */
.header__mobile-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: var(--black);
	transform: translateY(-100%);
	transition: transform 0.4s ease;
	z-index: 1000;
	overflow-y: auto;
}

.header__mobile-menu.active {
	transform: translateY(0);
}

.header__mobile-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px;
	margin-bottom: 15px;
}

.header__mobile-lang {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 9px 20px;
	border: 1px solid var(--white);
	border-radius: 100px;
	position: relative;
}

.header__mobile-lang .lang-switcher__current {
	color: var(--white);
}

.header__mobile-lang .lang-switcher__dropdown {
	padding: 9px 20px;
	border: 1px solid var(--white);
	border-radius: 25px;
	justify-content: flex-end;
}

.header__mobile-lang .lang-switcher.active .lang-switcher__dropdown {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.header__mobile-close {
	background: none;
	border: none;
}

.header__mobile-nav {
	background: rgba(255, 255, 255, 0.15);
	margin: 15px 15px 30px 15px;
	border-radius: 15px;
	position: relative;
	overflow: hidden;
}

.header__mobile-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.header__mobile-list li {
	padding: 25px 40px;
	text-align: end;
}

.header__mobile-list li:not(:last-child) {
	border-bottom: 2px solid var(--black);
}

.header__mobile-list a {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 24px;
	line-height: 1.2;
	color: var(--white);
	text-decoration: none;
}

.header__mobile-list .menu-item-has-children>a {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 15px;
}

.header__mobile-list .menu-item-has-children>a:after {
	background-repeat: no-repeat;
	background-position: center;
	content: "";
	display: block;
	background-image: url(/wp-content/themes/stroy-partner/assets/images/mobile-menu-arrow.svg);
	width: 12px;
	height: 12px;
}

.header__mobile-list .sub-menu {
	display: block;
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	background: #262626;
	margin: 0;
	border: none;
	padding: 0;
	list-style: none;
	transition: transform 0.3s ease;
}

.menu-item-has-children.submenu-open>.sub-menu {
	transform: translateX(-100%);
}

.submenu-back {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	gap: 12px;
	background: transparent;
	border: none;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 24px;
	line-height: 1.2;
	text-align: right;
	color: var(--white);
	text-align: end;
}

.header__mobile-list .sub-menu li:last-child {
	border-bottom: 2px solid var(--black);
}

.header__mobile-list>li>a:hover,
.header__mobile-list>li.current-menu-item>a {
	color: #ff6b00;
}

.header__mobile-list .sub-menu .current-menu-item>a {
	color: #ff6b00;
}

.header__mobile-list .current-menu-item a:after {
	background-image: url(/wp-content/themes/stroy-partner/assets/images/mobile-menu-arrow-active.svg);
}

.header__mobile-phone {
	display: block;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 24px;
	line-height: 1.2;
	color: var(--white);
	text-align: center;
	text-decoration: none;
	margin-bottom: 30px;
}

.header__mobile-button {
	display: block;
	background: var(--white);
	border-radius: 100px;
	padding: 18px 30px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 18px;
	line-height: 1.2;
	color: var(--black);
	margin: 0 auto 30px auto;
}

/* Соціальні мережі */
.social-links {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
}

.social-links__item {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	transition: transform 0.5s ease, box-shadow 0.5s ease;
}

@media (min-width: 992px) {
	.header__nav {
		display: block;
	}

	ul.sub-menu {
		min-width: calc(100% + 100px);
	}

	.header__lang {
		display: flex;
	}

	.header__phone {
		background: var(--black);
		padding: 10px 30px;
		border-radius: 100px;
		width: fit-content;
		height: auto;
		margin-left: unset;
		text-decoration: none;
		white-space: nowrap;
		border: 2px solid transparent;
		transition: all 0.3s;
	}

	.header__phone:hover {
		background: transparent;
		border: 2px solid var(--black);
	}

	.header__phone:hover span {
		color: var(--black);
	}

	.header__phone img {
		display: none;
	}

	.header__phone span {
		display: block;
		font-family: var(--font-family);
		font-weight: 400;
		font-size: 18px;
		line-height: 1.2;
		color: var(--white);
	}



	.header__burger {
		display: none;
	}
}

@media (min-width: 1200px) {
	.header__menu {
		gap: 40px;
	}
}

/*breadcrumbs*/
.breadcrumbs {
	padding: 25px 0;
	background: var(--gray-btn);
	background-image: url(/wp-content/themes/stroy-partner/assets/images/breadcrumbs-image.svg);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: auto 100%;
}

.breadcrumbs__list {
	margin: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	flex-wrap: wrap;
}

.breadcrumbs li {
	margin: 0 12px 0 0;
	list-style: none;
}

.breadcrumbs a,
.breadcrumb_last {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 1.2;
	color: var(--black);
	text-decoration: none;
	display: inline-block;
	padding-right: 25px;
	position: relative;
}

.breadcrumb_last {
	color: var(--gray-dark);
}

.breadcrumb_last:after {
	display: none;
}

.breadcrumbs a:after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 10px;
	height: 10px;
	background-image: url("/wp-content/themes/stroy-partner/assets/images/breadcrumbs-arrow.svg");
	background-position: center;
	background-repeat: no-repeat;
}

.breadcrumbs--has-image {
	position: relative;
	padding-top: 300px;
	background-size: cover;
	background-position: center;
}

.breadcrumbs--has-image::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
	z-index: 0;
}

.breadcrumbs--has-image .container {
	position: relative;
	z-index: 1;
}

.breadcrumbs--has-image a,
.breadcrumbs--has-image .breadcrumb_last {
	color: #ffffff;
}

.breadcrumbs--has-image a:after {
	background-image: url(/wp-content/themes/stroy-partner/assets/images/breadcrumbs-arrow-white.svg);
}

@media screen and (min-width: 992px) {
	.breadcrumbs {
		padding: 35px 0;
		background-position: right 15% top 0%;
		background-size: auto 125%;
	}

	.breadcrumbs--has-image {
		background-size: cover;
		background-position: center;
	}
}

/* footer */
.site-footer {
	background: #000;
	padding: 60px 0;
}

.footer__inner {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.footer__logo img {
	height: auto;
	width: auto;
	margin-bottom: 30px;
}

.footer__copyright {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 1.2;
	color: var(--gray-btn);
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer__nav {
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer__menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.footer__menu a {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 18px;
	line-height: 1.2;
	color: var(--white);
	text-decoration: none;
	transition: opacity 0.3s;
}

.footer__menu a:hover {
	opacity: 0.7;
}

.footer__contacts {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer__contact-item {
	display: flex;
	align-items: center;
	gap: 30px;
	text-decoration: none;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 18px;
	line-height: 1.2;
	color: var(--white);
	transition: color 0.3s;
}

.footer__contact-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	flex-shrink: 0;
	border-radius: 100px;
	border: 1px solid var(--white);
}

.footer__social-item::before {
	content: "";
	position: absolute;
	inset: -25%;
	background: radial-gradient(circle,
			rgba(255, 255, 255, 0.45),
			rgba(255, 255, 255, 0.05),
			transparent 70%);
	filter: blur(30px);
	opacity: 0.8;
	z-index: -1;
}

.footer__social-item:hover {
	transform: translateY(-8px);
	box-shadow:
		0 12px 30px rgba(255, 255, 255, 0.25),
		0 0 60px rgba(255, 255, 255, 0.15);
}

@media (min-width: 992px) {
	.footer__inner {
		flex-direction: row;
		justify-content: space-between;
		gap: 30px;
	}

	.footer__copyright {
		border-bottom: none;
	}

	.footer__nav {
		border-bottom: none;
		padding-bottom: 0;
	}

	.footer__contacts {
		border-bottom: none;
		padding-bottom: 0;
	}

}

/*404*/
.error-404 {
	padding: 60px 0;
	background: #ffffff;
}

.error-404__header {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.error-404__title {
	font-family: var(--font-family);
	font-weight: 800;
	font-size: 40px;
	line-height: 1.2;
	text-align: center;
	color: var(--black);
}

.error-404__description {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 20px;
	line-height: 1.2;
	text-align: center;
	color: var(--black);
}

.page-404__button {
	max-width: fit-content;
	margin: 0 auto;
}

.page-404__image {
	margin-top: 40px;
}

.page-404__image img {
	max-width: 100%;
	height: auto;
	display: block;
}

@media (min-width: 768px) {
	.page-404__image {
		max-width: 80%;
		margin: 40px auto auto auto;
	}
}

@media (min-width: 992px) {
	.page-404__image {
		max-width: 100%;
	}
}

/*Main form*/
:root {
	--form-gap: 15px;
	--form-gap-desktop: 35px;
	--form-padding: 20px;
	--form-padding-desktop: 50px;
	--form-border-radius: 20px;
	--form-blur-radius: 10px;
	--form-blur-radius-desktop: 15px;
	--form-bg-overlay: rgba(0, 0, 0, 0.5);

	--input-border-color: #e2e2e2;
	--input-text-color: #909090;
	--input-bg-focus: #fff;
	--input-padding: 14px 30px;
	--input-border-radius: 100px;

	--btn-bg-color: #ffa55b;
	--btn-bg-hover: #e08c47;
	--btn-text-color: #000;
	--btn-padding: 18px 30px;
	--btn-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
	--btn-shadow-hover: 0 5px 10px 0 rgba(0, 0, 0, 0.2);

	--text-color-white: #fff;
	--accent-color: #00D60E;
	--accent-color-orange: #ffa55b;

	--font-family-primary: "Manrope", sans-serif;
	--font-weight-regular: 400;
	--font-weight-bold: 700;
	--font-weight-extra-bold: 800;
}

.form-container {
	margin: 60px 0px;
}

.form-wrapper {
	position: relative;
	overflow: hidden;
	border-radius: var(--form-border-radius);
	padding: 50px var(--form-padding);
}

.form-wrapper::before {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: var(--form-border-radius);
	background-image: url(/wp-content/themes/stroy-partner/assets/images/landing-new-form-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	filter: blur(var(--form-blur-radius));
	transform: scale(1.1);
	z-index: 1;
}

.form-wrapper::after {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: var(--form-border-radius);
	background-color: var(--form-bg-overlay);
	z-index: 2;
}

.form-content {
	position: relative;
	z-index: 3;
	color: var(--text-color-white);
	display: grid;
	align-items: center;
	gap: var(--form-gap);
}

.form-section {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: var(--form-gap);
}

.form-title {
	margin: 0;
	font-family: var(--font-family-primary);
	font-weight: var(--font-weight-bold);
	font-size: clamp(24px, 5vw, 36px);
	line-height: 1.2;
	text-align: center;
	color: var(--text-color-white);
}

.form-subtitle,
.form-bottom-title {
	margin: 0;
	font-family: var(--font-family-primary);
	font-weight: var(--font-weight-regular);
	font-size: clamp(16px, 4vw, 20px);
	line-height: 1.2;
	text-align: center;
	color: var(--text-color-white);
}

.form-description {
	margin: 0;
	font-family: var(--font-family-primary);
	font-weight: var(--font-weight-regular);
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
	color: var(--text-color-white);
}

.form-bottom-subtitle {
	margin: 0;
	font-family: var(--font-family-primary);
	font-weight: var(--font-weight-regular);
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
	color: var(--text-color-white);
	display: flex;
	align-items: center;
	gap: var(--form-gap);
	justify-content: center;
	flex-wrap: wrap;
}

.form-bottom-subtitle::before {
	content: "";
	display: block;
	width: 14px;
	min-width: 14px;
	height: 14px;
	background: var(--accent-color);
	border-radius: 50%;
	animation: pulseOpacity 4s ease-in-out infinite;
	will-change: opacity;
}

.form-phone {
	font-family: var(--font-family-primary);
	font-weight: var(--font-weight-extra-bold);
	font-size: 24px;
	line-height: 1.2;
	text-align: center;
	color: var(--accent-color-orange);
	text-decoration: none;
	transition: color 0.3s ease;
	display: inline-block;
}

.form-phone:hover,
.form-phone:focus {
	color: var(--btn-bg-hover);
	text-decoration: underline;
	outline: none;
}

.form-separator {
	border: none;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.25);
	margin: 0;
	flex-shrink: 0;
}

.form-wrapper__form .contact-form__fieldset {
	position: relative;
	z-index: 3;
	padding: 40px;
	margin: 0;
	border: none;
	color: var(--text-color-white);
	display: flex;
	flex-direction: column;
	gap: var(--form-gap);
}

.form-wrapper__form input {
	border: 1px solid var(--input-border-color);
	background: transparent;
	border-radius: var(--input-border-radius);
	padding: var(--input-padding);
	box-shadow: none;
	outline: none;
	font-family: var(--font-family-primary);
	font-weight: var(--font-weight-regular);
	font-size: 18px;
	line-height: 1.2;
	color: var(--input-text-color);
	transition: all 0.3s ease;
}

.form-wrapper__form input::placeholder {
	color: var(--input-text-color);
	opacity: 0.7;
}

.form-wrapper__form input:hover {
	border-color: var(--input-text-color);
}

.form-wrapper__form input:focus {
	background: var(--input-bg-focus);
}

.form-wrapper__form input:active {
	background: var(--input-bg-focus);
}

.form-wrapper__form button,
.form-submit-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border: none;
	cursor: pointer;
	border-radius: var(--input-border-radius);
	padding: var(--btn-padding);
	box-shadow: var(--btn-shadow);
	background: var(--btn-bg-color);
	font-family: var(--font-family-primary);
	font-weight: var(--font-weight-regular);
	font-size: 18px;
	line-height: 1.2;
	color: var(--btn-text-color);
	transition: all 0.3s ease;
}

.form-wrapper__form button::after,
.form-submit-btn::after {
	content: "";
	position: relative;
	width: 16px;
	height: 16px;
	background-image: url(/wp-content/themes/stroy-partner/assets/images/form-button-arrow.svg);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	transition: transform 0.3s ease;
	flex-shrink: 0;
}

.form-wrapper__form button:hover,
.form-submit-btn:hover {
	box-shadow: var(--btn-shadow-hover);
	background: var(--btn-bg-hover);
}

.form-wrapper__form button:hover::after,
.form-submit-btn:hover::after {
	transform: rotate(-45deg) translateX(2px);
}

.form-wrapper__form button:active,
.form-submit-btn:active {
	transform: translateY(0);
	box-shadow: var(--btn-shadow);
}

.form-wrapper__form button:focus,
.form-submit-btn:focus {
	outline: 2px solid var(--btn-bg-color);
	outline-offset: 2px;
}

.form-send-status__content {
	position: relative;
	z-index: 3;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 15px;
}

.form-send-status__title {
	margin: 0;
	font-family: var(--font-family-primary);
	font-weight: var(--font-weight-bold);
	font-size: 24px;
	line-height: 1.2;
	color: var(--text-color-white);
}

.form-send-status__paragraph {
	margin: 0 0 20px 0;
	font-family: var(--font-family-primary);
	font-weight: var(--font-weight-regular);
	font-size: 18px;
	line-height: 1.2;
	color: var(--text-color-white);
}

@keyframes pulseOpacity {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}


@media (max-width: 768px) {

	.form-wrapper__form .contact-form__fieldset {
		padding: 30px 20px;
	}

	.form-phone {
		font-size: 20px;
	}
}

@media (min-width: 992px) {
	:root {
		--form-padding-desktop: 50px;
	}

	.form-container {
		margin: 80px 0px;
	}

	.form-container {
		margin-inline: auto;
		position: relative;
		max-width: 1180px;
		width: 100%;
	}

	.form-wrapper::before {
		background-image: url(/wp-content/themes/stroy-partner/assets/images/landing-new-pc-form-bg.webp);
		filter: blur(var(--form-blur-radius-desktop));
	}

	.form-content {
		grid-template-columns: 1fr 1px 1fr 1px 1fr;
		gap: var(--form-gap-desktop);
	}

	.form-separator {
		height: 100%;
		width: 1px;
	}

	.footer-landing .landing-container {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

.page-contact {
	margin: 60px 0;
}

.page-contact__title {
	font-family: var(--font-family);
	font-weight: 800;
	font-size: 40px;
	line-height: 1.2;
	color: var(--black);
}

.page-contact__info {
	margin: 40px 0 30px 0;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.page-contact__item {
	display: flex;
	gap: 30px;
	align-items: center;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 20px;
	line-height: 1.2;
	color: var(--black);
	text-decoration: none;
}

.page-contact__item--phone {
	font-weight: 700;
}

.page-contact__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	flex-shrink: 0;
	border-radius: 100px;
	border: 1px solid var(--black);
}

.page-contact__social-title {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 24px;
	line-height: 120%;
	color: var(--black);
}

.page-contact__social {
	justify-content: flex-start;
	margin: 20px 0;
}

.contacts__map {
	height: 345px;
	width: 100%;
	margin-top: 40px;
	border: 1px solid var(--gray-btn);
	border-radius: 30px;
}

@media (min-width: 992px) {
	.page-contact {
		margin: 80px 0;
	}

	.page-contact-main {
		display: grid;
		grid-template-columns: 450px 1fr;
		gap: 70px;
	}

	.page-contact__title {
		font-size: 60px;
	}
}

/*Блог - Запис*/
.blog-post {
	margin: 60px 0;
}

.blog-post__header {
	display: flex;
	flex-direction: column;
	gap: 25px;
	margin-bottom: 25px;
}

.blog-post__title {
	font-family: var(--font-family);
	font-weight: 800;
	font-size: 40px;
	line-height: 120%;
	color: var(--black);
}


.blog-post__toc-title {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 24px;
	line-height: 120%;
	color: var(--black);
}

.blog-post__toc-content {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 20px;
}

.blog-post__toc--item {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	text-decoration: none;
	color: var(--orang);
	transition: all 0.3s ease;
}

.blog-post__toc--item:hover {
	text-decoration: underline;
}

.blog-post__image--wrapper {
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
}

.blog-post__featured-image-img {
	border-radius: 15px;
	min-height: 250px;
	object-fit: cover;
	aspect-ratio: 16 / 9;
}

.blog-post__categories {
	position: absolute;
	z-index: 1;
	top: 15px;
	right: 15px;
	width: -webkit-calc(100% - 30px);
	width: calc(100% - 30px);
	display: flex;
	justify-content: flex-end;
}

.blog-post__categories-list {
	list-style: none;
}

.blog-post__category-item {
	padding: 4px 15px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	margin: 0 5px 5px 0;
	display: inline-block;
	background-color: #ffffff1a;
	background-image: linear-gradient(to bottom, rgb(85 79 79 / 40%) 0%, rgb(85 79 79 / 40%) 100%);
	box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -4px;
	transition: all 0.3s ease;
}

.blog-post__category-item:hover {
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.1) 100%);
}

.blog-post__category-item a {
	color: #FFF;
	font-size: 16px;
	text-decoration: none;
}

.blog-post__content {
	margin-bottom: 25px;
}

.blog-post__content p,
.blog-post__content h2,
.blog-post__content h3,
.blog-post__content h4 {
	font-family: var(--font-family);
	color: var(--black);
}

.blog-post__content p {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 30px;
}

.blog-post__content h2,
.blog-post__content h3,
.blog-post__content h4 {
	font-weight: 700;
	line-height: 1.2;
}

.blog-post__content h2 {
	font-size: 24px;
	margin: 30px 0;
}

.blog-post__content h3 {
	font-size: 20px;
	margin: 20px 0;
}

.blog-post__content h4 {
	font-size: 18px;
	margin: 10px 0;
}

.blog-post__content figure {
	text-align: center;
}

.blog-post__content img {
	border-radius: 15px;
	min-height: 250px;
	object-fit: cover;
	margin-bottom: 30px;
}

.blog-table {
	margin: 0 0 25px 0;
	overflow-x: auto;
	min-width: 0;
}

.blog-table table {
	width: 100%;
}

.blog-table th {
	background: #e2e2e2;
	color: #000000;
	padding: 10px 15px;
	border-style: solid;
	border-width: 0 1px 1px 0;
	border-color: white;
	text-align: left;
	min-width: 150px;
}

.blog-table td {
	border-style: solid;
	border-width: 0 1px 1px 0;
	border-color: white;
	color: #000000;
	padding: 10px 15px;
	background: #ffa55b;
	text-align: left;
	min-width: 150px;
}


.blog-table th:first-child {
	border-top-left-radius: 10px;
}

.blog-table th:last-child {
	border-top-right-radius: 10px;
	border-right: none;
}

.blog-table tr:last-child td:first-child {
	border-radius: 0 0 0 10px;
}

.blog-table tr:last-child td:last-child {
	border-radius: 0 0 10px 0;
}

.blog-table tr td:last-child {
	border-right: none;
}

.blog-post__content ul,
ul:not([class]) {
	list-style: none;
	padding-left: 25px;
	margin: 0.5em 0 1em;
}

.blog-post__content ul li,
.blog-post__content ol li,
ul:not([class]) li,
ol:not([class]) li {
	position: relative;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 5px 0;
}

.blog-post__content ul li:last-child,
ul:not([class]) li:last-child {
	margin-bottom: 0;
}

.blog-post__content ul li::before,
ul:not([class]) li::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -20px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #ffa55b;
}

.blog-post__content ol,
ol:not([class]) {
	padding-left: 25px;
	margin: 0.5em 0 1em;
}

.blog-post__content ol li::marker,
ol:not([class]) li::marker {
	color: #ffa55b;
	font-weight: 600;
	font-size: 18px;
}

.blog-post__date {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 1.2;
	color: var(--gray-dark);
}

.blog-post__tags {
	list-style: none;
	margin: 10px 0;
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.blog-post__tag {
	border: 1px solid var(--gray-dark);
	border-radius: 50px;
	padding: 10px 20px;
	transition: all 0.3s ease;
}

.blog-post__tag a {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 14px;
	line-height: 1.2;
	color: var(--gray-dark);
	text-decoration: none;
	transition: all 0.3s ease;
}

.blog-post__tag:hover {
	background: var(--black);
	border: 1px solid var(--black);
}

.blog-post__tag:hover a {
	color: var(--white);
}

.related-posts {
	margin: 50px 0;
}

.related-posts__title {
	font-family: var(--font-family);
	font-weight: 800;
	font-size: 40px;
	line-height: 1.2;
	text-align: center;
	color: var(--black);
}

.related-posts__list {
	margin-top: 30px;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.blog-card {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.blog-card__image {
	overflow: hidden;
	position: relative;
	margin-bottom: 0px;
}

.blog-card__image::after {
	content: '';
	position: absolute;
	inset: 0;
	background: #01010138;
	border-radius: 15px;
}

.blog-card__img {
	border-radius: 15px;
	object-fit: cover;
	height: 250px;
}


.blog-card__body {
	display: flex;
	flex-direction: column;
	gap: 15px;
}


.blog-card__title {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 24px;
	line-height: 1.2;
	color: var(--black);
}

.blog-card__title a {
	text-decoration: none;
}

.blog-card__excerpt {
	contain: content;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 1.2;
	color: var(--black);
}

.blog-card__btn {
	display: flex;
	align-items: center;
	gap: 10px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	color: var(--black);
	text-decoration: none;
	transition: all 0.3s ease;
}

.blog-card__btn svg {
	transition: all 0.3s ease;
}

.blog-card__btn:hover {
	color: #ffa55b;
}

.blog-card__btn:hover svg {
	transform: rotate(-45deg);
}

.blog-card__btn:hover svg rect {
	fill: #ffa55b;
}


@media only screen and (min-width: 500px) {

	.blog-post__featured-image-img,
	.blog-post__content img {
		min-height: 350px;
	}
}

@media only screen and (min-width: 768px) {

	.blog-post__featured-image-img,
	.blog-post__content img {
		min-height: 550px;
	}
}

@media only screen and (min-width: 992px) {
	.blog-post {
		margin: 80px 0;
	}

	.blog-post__layout--with-sidebar {
		display: grid;
		gap: 25px;
		grid-template-columns: 1fr 330px;
	}

	.blog-post__featured-image-img,
	.blog-post__content img {
		min-height: 450px;
	}

	.blog-post__layout--full-width .blog-post__featured-image-img {
		min-height: 600px;
	}
}

@media only screen and (min-width: 1200px) {
	.blog-post__layout--with-sidebar {
		grid-template-columns: 1fr 400px;
		gap: 50px;
	}

}

/*Архів блогу*/
.blog-archive {
	margin: 60px 0;
}

.blog-archive__header {
	padding: 0 0 30px 0;
}

.blog-archive__title {
	font-family: var(--font-family);
	font-weight: 800;
	font-size: 40px;
	line-height: 1.2;
	text-align: center;
	color: var(--black);
}

.blog-archive__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 30px;
}

@media only screen and (min-width: 768px) {
	.blog-archive__grid {
		grid-template-columns: 1fr 1fr;
	}

}

@media only screen and (min-width: 992px) {
	.blog-archive {
		margin: 80px 0;
	}

	.blog-archive__grid {
		grid-template-columns: 1fr 1fr 1fr;
	}

	.blog-archive__header {
		padding: 0 0 50px 0;
	}
}


/*Категорії*/
.blog-archive__category-filter {
	margin-top: 30px;
}

.blog-archive__category-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 10px;
	list-style: none;
}

.blog-archive__category-item {
	border: 1px solid var(--gray-dark);
	border-radius: 50px;
	padding: 15px 30px;
	text-align: center;
	color: var(--gray-dark);
	cursor: pointer;
}

.blog-archive__category-link {
	text-decoration: none;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 1.2;
	transition: all 0.3s;
	cursor: pointer;
}

.blog-archive__category-item:hover {
	background: var(--black);
	color: var(--white);
	border: 1px solid var(--black);
}

.blog-archive__category-item.is-active {
	background: var(--black);
	color: var(--white);
	border: 1px solid var(--black);
}

.blog-archive__tags-filter {
	contain: content;
	padding-bottom: 40px;
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.blog-archive__tags-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 8px;
	max-height: 115px;
	overflow: hidden;
	transition: max-height 0.3s ease;
}

.blog-archive__tags-filter.is-expanded {
	padding-bottom: 80px;
}

.blog-archive__tag-btn {
	padding: 5px 15px;
	border: 1px solid var(--gray-dark);
	border-radius: 50px;
	text-align: center;
	text-decoration: none;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	color: var(--gray-dark);
	transition: all 0.3s;
	cursor: pointer;
}

.blog-archive__tag-btn:hover {
	background: var(--black);
	color: var(--white);
	border: 1px solid var(--black);
}

.blog-archive__tag-btn.is-active {
	background: var(--black);
	color: var(--white);
	border: 1px solid var(--black);
}

.blog-archive__tags-more {
	position: absolute;
	inset: auto 0 0;
	display: grid;
	height: 80px;
	background-image: linear-gradient(to bottom, #f1f1f191, #f1f1f1 100%);
	-webkit-backdrop-filter: blur(1px);
	backdrop-filter: blur(1px);
}

.blog-archive__tags-more-btn {
	position: relative;
	place-self: center;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	border-radius: 50%;
	background-color: var(--orang);
	cursor: pointer;
}

.blog-archive__tags-more-btn::before {
	content: url(./assets/images/select-arrow.svg);
	line-height: 0;
	transform: scaleY(1);
	transition: transform 0.256s;
}

.blog-archive__tags-filter.is-expanded .blog-archive__tags-more-btn::before {
	transform: scaleY(-1);
}

.posts-none__title {
	font-family: var(--font-family);
	font-weight: 800;
	font-size: 20px;
	line-height: 1.2;
	text-align: center;
	color: #ffa55b;
}

@media (min-width: 768px) {

	.blog-archive__category-list,
	.blog-archive__tags-filter {
		flex-direction: row;
		gap: 25px;
	}
}

/*Пагінація*/

.pagination {
	margin-top: 40px;
}

.pagination .page-list {
	display: flex;
	justify-content: center;
	column-gap: 5px;
	list-style: none;
	user-select: none;
}

.pagination .page-numbers {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 24px;
	line-height: 120%;
	text-align: center;
	color: var(--black);
	text-decoration: none;
	text-align: center;
	transition: all 0.15s;
}

.pagination .page-numbers.current {
	background: var(--gray-btn);

}

.pagination .page-numbers:not(.current, .prev, .next, .dots):hover,
.pagination .page-numbers:not(.current, .prev, .next, .dots):focus-visible {
	background: var(--gray-btn);
}

.pagination .page-numbers.prev,
.pagination .page-numbers.next {
	border: 1px solid #000;
	cursor: pointer;
	background: url(/wp-content/themes/stroy-partner/assets/images/pagination-arrow.svg) center no-repeat;
	font-size: 0;
}

.pagination .page-numbers.prev {
	background-position: 15px;
	transform: scaleX(-1);
}

.pagination .page-numbers.next {
	background-position: 15px;
}

.pagination .page-numbers.prev:hover,
.pagination .page-numbers.next:hover {
	background-position: center;
}

@media (min-width: 992px) {
	.pagination {
		margin-top: 80px;
	}

	.pagination .page-list {
		column-gap: 40px;
	}

	.pagination .page-numbers {
		width: 50px;
		height: 50px;
	}

}









.front-page .form-container,
.page-service .form-container {
	margin: 60px -20px;
}

/* Кнопка консультації */
.header__btn {
	background: #000;
	color: #fff;
	padding: 12px 30px;
	border-radius: 25px;
	text-decoration: none;
	font-size: 14px;
	white-space: nowrap;
	transition: background 0.3s;
}

.header__btn:hover {
	background: #333;
}





/*step*/
.work-process {
	padding: 25px 0 50px;
}

.work-process__title {
	font-family: var(--font-family);
	font-weight: 800;
	font-size: 36px;
	line-height: 1.2;
	text-align: center;
	color: var(--black);
}

.work-process__list {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 40px;
}

.work-process__item {
	background: #fff;
	border: 1px solid var(--gray-dark);
	border-radius: 12px;
	padding: 30px;
	transition: box-shadow 0.3s;
}

.work-process__item:hover {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.work-process__number {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 24px;
	line-height: 1.2;
	color: var(--gray-dark);
	margin-bottom: 12px;
}

.work-process__subtitle {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 24px;
	line-height: 1.2;
	color: var(--black);
	margin-bottom: 12px;
}

.work-process__text {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 1.2;
	color: var(--black);
}

/* Desktop версія */
@media (min-width: 992px) {

	.work-process__title {
		font-size: 40px;
		margin-bottom: 40px;
	}

	.work-process__list {
		flex-direction: row;
		gap: 24px;
	}

	.work-process__item {
		flex: 1;
		padding: 40px;
	}

}


/*portfolio*/
#portfolio {
	margin: 60px 0;
}

.portfolio-content__top {
	position: absolute;
	top: 20px;
	left: 20px;
	display: flex;
	flex-direction: column;
	gap: 5px;
	z-index: 9;
}

.portfolio-content__top span {
	font-family: "Manrope", sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 120%;
	color: #fff;
}

.portfolio-content__top span+span {
	font-size: 18px;
}

.swiper.portfolio-slider {
	margin-right: -20px;
}

.portfolio-slider__slide {
	height: auto !important;
}

.portfolio-slider__image {
	overflow: hidden;
	border-radius: 15px;
}

.portfolio-link {
	position: relative;
	;
	transition: all 0.3s;
}

.portfolio-link::after {
	content: '';
	position: absolute;
	inset: 0;
	background: #00000080;
	border-radius: 15px;
}

.portfolio-link:hover img {
	scale: 1.1;
}

.portfolio-slider img {
	width: 100%;
	object-fit: cover;
	height: 235px;
	border-radius: 15px;
	transition: all 0.3s ease;
	cursor: pointer;
}

.portfolio-slider img:hover {
	box-shadow: #fff0 0 0 0 0, #fff0 0 0 0 0, #fff0 0 0 0 0, #fff0 0 0 0 0, rgb(0 0 0 / .1) 0 10px 15px -3px, rgb(0 0 0 / .1) 0 4px 6px -4px;
}

.portfolio-slider__nav {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-top: 20px;
}

.portfolio-slider__prev,
.portfolio-slider__next {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background: transparent;
	border: 1px solid #000;
	cursor: pointer;
	transition: all 0.3s ease;
}

.portfolio-slider__prev {
	padding-left: 10px;
}

.portfolio-slider__next {
	padding-right: 10px;
}

.portfolio-slider__prev:hover {
	padding-left: 0px;
}

.portfolio-slider__next:hover {
	padding-right: 0px;
}

.swiper-slide.portfolio-slide-more {
	display: flex;
	align-items: center;
	justify-content: center;
}

.portfolio-more-link {
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 600;
	font-size: 18px;
	text-decoration: none;
	color: #000;
}

.portfolio-more-link--img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #000;
	cursor: pointer;
	transition: all 0.3s ease;
}

.portfolio-more-link .portfolio-more-link--img svg {
	transition: all 0.3s ease;
}

.portfolio-more-link:hover .portfolio-more-link--img svg {
	transform: rotate(-45deg);
}


.portfolio-header {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 25px;
}

.portfolio-nav-desktop {
	display: none;
}

.portfolio-header__link {
	display: flex;
	align-items: center;
	gap: 25px;
	font-family: var(--font-family);
	font-weight: 800;
	font-size: 30px;
	line-height: 1.2;
	color: var(--black);
	text-decoration: none;
}

.portfolio-header__link svg {
	width: 55px;
	height: 55px;
	transition: all 0.3s ease;
}

.portfolio-header__link:hover svg {
	transform: rotate(-45deg);
}

.portfolio-filters {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	gap: 15px;
}

.portfolio-filter {
	border: 1px solid var(--gray-dark);
	border-radius: 50px;
	padding: 7px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 1.2;
	color: var(--gray-dark);
	transition: all 0.3s;
	cursor: pointer;
	height: fit-content;
}

.portfolio-filter.active {
	border: 1px solid var(--black);
	background: var(--black);
	color: var(--white);
}

.portfolio-filter:hover {
	background: var(--black);
	color: var(--white);
}

.single-portfolio__pdf-download {
	margin: 25px auto;
	width: fit-content;
}

.portfolio-single__pdf-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border: none;
	cursor: pointer;
	border-radius: 100px;
	padding: 18px 30px;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
	background: #ffa55b;
	font-family: "Manrope", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.2;
	color: #000;
	transition: all 0.3s ease;
}

.portfolio-single__pdf-btn:after {
	content: "";
	position: relative;
	width: 16px;
	height: 16px;
	background-image: url(/wp-content/themes/stroy-partner/assets/images/form-button-arrow.svg);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	transition: all 0.3s ease;
}

.portfolio-single__pdf-btn:hover {
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
	background: #e08c47;
}

.portfolio-single__pdf-btn:hover:after {
	transform: rotate(-45deg);
}

.popup-form__pdf-item {
	list-style: none;
}

.popup-form__pdf-download {
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
	background: var(--gray-btn);
	border-radius: 100px;
	padding: 18px 30px;
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 18px;
	line-height: 120%;
	color: var(--black);
	transition: all 0.3s ease;
	list-style: none;
	text-decoration: none;
}

.popup-form__pdf-download:after {
	content: "";
	position: relative;
	width: 16px;
	min-width: 16px;
	height: 16px;
	background-image: url(/wp-content/themes/stroy-partner/assets/images/form-button-arrow.svg);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	transform: rotate(90deg);
	transition: all 0.3s ease;
}

.popup-form__pdf-download:hover {
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.4);
}

@media (min-width: 992px) {
	#portfolio {
		margin: 80px 0;
	}

	.swiper.portfolio-slider {
		margin: 0;
	}

	.portfolio-header {
		flex-direction: row;
		justify-content: space-between;
	}

	.portfolio-nav-desktop {
		display: flex;
		gap: 30px;
	}

	.portfolio-slider__nav {
		display: none;
	}

	.portfolio-header__controls {
		display: flex;
		gap: 15px;
	}

}

.reviews__section {
	margin: 60px 0;
}

.reviews__section-title {
	font-family: var(--font-family);
	font-weight: 800;
	font-size: 36px;
	line-height: 1.2;
	color: var(--black);
	margin-bottom: 20px;
}

.reviews__header p {
	font-family: var(--font-family);
	font-size: 16px;
	line-height: 1.2;
}

.reviews__section .ti-widget.ti-goog {
	margin-top: 40px;
}

.reviews__section .ti-widget.ti-goog .ti-controls .ti-next,
.reviews__section .ti-widget.ti-goog .ti-controls .ti-prev {
	background-color: transparent;
}

.reviews__section .ti-widget.ti-goog .ti-controls .ti-next:hover,
.reviews__section .ti-widget.ti-goog .ti-controls .ti-prev:hover {
	background-color: #ffa55b !important;
}

.reviews__section .ti-widget.ti-goog .ti-controls .ti-next:hover:before,
.reviews__section .ti-widget.ti-goog .ti-controls .ti-prev:hover:before {
	border-color: #000000 !important;
}

@media (min-width: 992px) {
	.reviews__section {
		margin: 80px 0;
	}

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

	.reviews__section-title {
		font-size: 40px;
	}
}

/*email form*/
.email-form {
	background: var(--black);
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	margin-bottom: 50px;
}

.email-form__content {
	padding: 50px 20px;
}

.email-form__top {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	margin-bottom: 20px;
}

.email-form__title {
	font-family: var(--font-family);
	font-weight: 800;
	font-size: 36px;
	line-height: 1.2;
	text-align: center;
	color: var(--white);
}

.email-form__subtitle {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 18px;
	line-height: 1.2;
	text-align: center;
	color: var(--white);
}

.email-form__form {
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	border-top: 1px solid rgba(255, 255, 255, 0.25);
	padding: 20px 0px;
}

.email-form__form .email-form__fieldset {
	position: relative;
	z-index: 3;
	padding: 0 15px;
	color: #fff;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.email-form__form input {
	border: 1px solid #e2e2e2;
	background: transparent;
	border-radius: 100px;
	padding: 14px 30px;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	font-family: "Manrope", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 120%;
	color: #909090;
}

.email-form__form input:hover,
.email-form__form input:focus,
.email-form__form input:active {
	background: #fff;
}

.email-form__form button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border: none;
	cursor: pointer;
	border-radius: 100px;
	padding: 18px 30px;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
	background: #ffa55b;
	font-family: "Manrope", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.2;
	color: #000;
	transition: all 0.3s ease;
}

.email-form__form button:after {
	content: "";
	position: relative;
	width: 16px;
	height: 16px;
	background-image: url(/wp-content/themes/stroy-partner/assets/images/form-button-arrow.svg);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	transition: all 0.3s ease;
}

.email-form__form button:hover {
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
	background: #e08c47;
}

.email-form__form button:hover:after {
	transform: rotate(-45deg);
}

.email-form__img-desctop {
	display: none;
}

.form-email__images img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (min-width: 768px) {
	.email-form {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}

	.email-form__img-mob {
		display: none;
	}

	.email-form__img-desctop {
		display: block;
	}

	.email-form__form {
		border-bottom: none;
	}
}

@media (min-width: 992px) {
	.email-form {
		grid-template-columns: 465px 1fr;
		gap: 25px;
	}
}

@media (min-width: 1200px) {
	.email-form {
		gap: 100px;
	}
}


.services-section {
	margin: 60px 0;
}

.section-title {
	font-family: var(--font-family);
	font-weight: 800;
	font-size: 40px;
	line-height: 1.2;
	text-align: center;
	color: var(--black);
}

.cards-grid {
	margin-top: 40px;
	display: grid;
	gap: 20px;
}

.service-card {
	background: rgba(0, 0, 0, 0.06);
	border-radius: 30px;
	padding: 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	cursor: pointer;
	transition: all 0.3s;
}

.card-header {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 20px;
}

.icon-box {
	width: 70px;
	height: 70px;
	border-radius: 15px;
	background: var(--orang);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

}

.svg-header {
	transition: all 0.3s;
}

.service-card:hover .svg-header {
	transform: translateY(0.3rem);
}

.service-card:hover {
	background: rgba(0, 0, 0, 0.03);
}

.card-title {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 24px;
	line-height: 1.2;
	color: var(--black);
}

.card-description {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 1.2;
	color: var(--black);
	margin-bottom: 20px;
}

.details-btn {
	background: #fff;
	border: none;
	border-radius: 25px;
	padding: 10px 20px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	color: var(--black);
	cursor: pointer;
	transition: all 0.3s;
	margin-left: auto;
	display: block;
	width: fit-content;
}

.details-btn:hover {
	color: #ffa55b;
	transform: translateY(-2px);
}

/* Desktop */
@media (min-width: 768px) {

	.cards-grid {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 25px;
	}

	.service-card {
		margin-bottom: 0;
	}
}

@media (min-width: 992px) {
	.services-section {
		margin: 80px 0;
	}

	.card-header {
		flex-direction: column;
		align-items: self-start;
	}

	.details-btn {
		margin-left: 0;
	}
}

/*header home*/
.home-hero {
	padding: 50px 0 30px 0;
}

.home-hero__container {
	display: grid;
	grid-template-columns: 1fr;
	gap: 30px;
	align-items: center;
}

.home-hero__content {
	/* Контент для мобілки і десктопу */
}

.home-hero__title {
	font-family: var(--font-family);
	font-weight: 800;
	font-size: 45px;
	line-height: 1.2;
	color: var(--black);
	margin-bottom: 30px;
}

.home-hero__subtitle {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 24px;
	line-height: 120%;
	color: var(--black);
	margin-bottom: 30px;
}

.home-hero__buttons {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
	flex-wrap: wrap;
}

.home-hero__button--primary {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border: none;
	cursor: pointer;
	border-radius: 100px;
	padding: 18px 30px;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
	background: #ffa55b;
	font-family: "Manrope", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.2;
	color: #000;
	transition: all 0.3s ease;
}

.home-hero__button--primary:after {
	content: "";
	position: relative;
	width: 16px;
	height: 16px;
	background-image: url(/wp-content/themes/stroy-partner/assets/images/form-button-arrow.svg);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	transition: all 0.3s ease;
}

.home-hero__button--primary:hover {
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
	background: #e08c47;
}

.home-hero__button--primary:hover:after {
	transform: rotate(-45deg);
}

.home-hero__button--secondary {
	background: var(--gray-btn);
	border-radius: 100px;
	padding: 18px 30px;
	text-decoration: none;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 18px;
	line-height: 1.2;
	color: var(--black);
	text-align: center;
	border: none;
	cursor: pointer;
	border: 2px solid transparent;
	transition: all 0.3s ease;
}

.home-hero__button--secondary:hover {
	background: transparent;
	border: 2px solid var(--gray-btn);
}

.home-hero__image-block {
	display: none;
}

/* Desktop */
@media (min-width: 992px) {
	.home-hero {
		padding: 80px 0;
	}

	.home-hero__title {
		font-size: 60px;
		margin-bottom: 30px;
	}

	.home-hero__subtitle {
		font-size: 28px;
		margin-bottom: 40px;
	}

	.home-hero__buttons {
		grid-template-columns: auto auto;
		justify-content: flex-start;
		gap: 20px;
	}

	.home-hero__image-block {
		display: block;
		position: relative;
	}

	.home-hero__slider {

		overflow: hidden;
		position: relative;
	}

	.home-hero__image-wrapper {
		position: relative;
		width: 100%;
		height: 600px;
	}

	.home-hero__image {
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
	}

	.home-hero__arrow-button {
		position: absolute;
		top: 0px;
		right: 0px;
		width: 70px;
		height: 70px;
		margin-right: 10px;
		background: #ffa55b;
		border: none;
		border-radius: 20px;
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: center;
		transition: all 0.3s ease;
		box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
		z-index: 10;
		transition: all 0.3s ease;
	}

	.home-hero__arrow-button:hover {
		box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
		background: #e08c47;
	}

	.home-hero__arrow-button svg {
		width: 21px;
		height: 15px;
		transform: rotate(45deg);
		transition: all 0.3s ease;
	}

	.home-hero__arrow-button:hover svg {
		transform: rotate(0deg);
	}

	.home-hero__feature {
		display: flex;
		align-items: center;
		gap: 20px;
		padding: 12px 0;
	}

	.home-hero__feature:not(:last-child) {
		border-bottom: 1px solid var(--black);
	}

	.home-hero__feature-number {
		font-family: var(--font-family);
		font-weight: 700;
		font-size: 18px;
		color: #000;
		min-width: 30px;
	}

	.home-hero__feature-text {
		font-family: var(--font-family);
		font-weight: 400;
		font-size: 16px;
		color: #000;
	}

	.home-hero__pagination {
		position: absolute;
		bottom: 20px;
		left: 50%;
		transform: translateX(-50%);
		display: flex;
		justify-content: center;
		gap: 8px;
		margin-bottom: 10px;
		z-index: 10;
	}

	.home-hero__pagination .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
		border-radius: 50%;
		background: rgba(255, 255, 255, 0.5);
		opacity: 1;
		transition: all 0.3s ease;
	}

	.home-hero__pagination .swiper-pagination-bullet-active {
		background: #fff;
	}
}

.home-hero__features {
	display: none;
}

@media (min-width: 992px) {
	.home-hero__container {
		grid-template-columns: 1fr 500px;
		gap: 60px;
	}

	.home-hero__content {
		grid-row: 1 / 2;
		grid-column: 1 / 2;
	}

	.home-hero__features {
		display: block;
		backdrop-filter: blur(20px);
		background: rgba(255, 255, 255, 0.85);
		border-radius: 20px;
		padding: 10px 25px;
		box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
		grid-column: 1 / 3;
		grid-row: 1 / 2;
		z-index: 99;
		margin: 0 auto;
		border-radius: 30px;
		max-width: 372px;
		transform: translate(50px, 50px);
	}

	.home-hero__image-block {
		display: block;
		position: relative;
		grid-row: 1 / 2;
		grid-column: 2 / 3;
	}

	.home-hero__image-wrapper {
		position: relative;
		width: 100%;
		height: 400px;
		position: relative;
		/* width: 100%; */
		/* height: 600px; */
		border-radius: 30px 0 30px 30px;
		overflow: hidden;
		/* clip-path: polygon(0 0, 100% 0, 100% 0px, calc(100% - 110px) 0px, calc(100% - 110px) 101px, 100% 100px, 100% 100%, 0 100%); */
		/* clip-path: path('M 20,0 L 250,0 Q 260,0 260,10 L 260,30 Q 260,40 270,40 L 300,40 L 300,380 Q 300,400 280,400 L 20,400 Q 0,400 0,380 L 0,20 Q 0,0 20,0 Z'); */
		clip-path: url(#rounded-cutout);
	}
}

@media (min-width: 1200px) {
	.home-hero__container {
		grid-template-columns: 1fr 550px;
		gap: 170px;
	}

	.home-hero__content {
		grid-row: 1 / 2;
		grid-column: 1 / 2;
	}

	.home-hero__features {
		display: block;
		backdrop-filter: blur(20px);
		background: rgba(255, 255, 255, 0.85);
		border-radius: 20px;
		padding: 10px 25px;
		box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
		grid-column: 1 / 3;
		grid-row: 1 / 2;
		z-index: 99;
		margin: 0 auto;
		border-radius: 30px;
		max-width: 372px;
		transform: translate(50px, 50px);
	}

	.home-hero__image-block {
		display: block;
		position: relative;
		grid-row: 1 / 2;
		grid-column: 2 / 3;
	}

	.home-hero__image-wrapper {
		position: relative;
		width: 100%;
		height: 400px;
		position: relative;
		/* width: 100%; */
		/* height: 600px; */
		border-radius: 30px 0 30px 30px;
		overflow: hidden;
		/* clip-path: polygon(0 0, 100% 0, 100% 0px, calc(100% - 110px) 0px, calc(100% - 110px) 101px, 100% 100px, 100% 100%, 0 100%); */
		/* clip-path: path('M 20,0 L 250,0 Q 260,0 260,10 L 260,30 Q 260,40 270,40 L 300,40 L 300,380 Q 300,400 280,400 L 20,400 Q 0,400 0,380 L 0,20 Q 0,0 20,0 Z'); */
		clip-path: url(#rounded-cutout);
	}
}

/* Desktop */
@media (min-width: 768px) {}


/*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: 100%;
	padding: 40px 20px;
	/* 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: 30px;
	/* 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(255 255 255);
	background: rgba(255, 255, 255, 0.95);
	/* backdrop-filter: blur(24px); */
	transform: translateY(50%) scale(0.5);
	transition: transform 0.4s 0.016s;
	;
	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;
	min-width: 30px;
	/* display: grid; */
	/* justify-content: center; */
	/* align-items: center; */
	height: 30px;
	background-color: transparent;
	cursor: pointer;
	border-radius: 100px;
	border: 1px solid var(--black);
}


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

.popup-form__header {
	width: 100%;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.popup-form__title {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 30px;
	line-height: 1.2;
	text-align: center;
	color: var(--black);
}


.popup-form__content {
	display: grid;
	gap: 20px;
	max-width: 500px;
	margin: 0 auto;
}

.popup-form__button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border: none;
	cursor: pointer;
	border-radius: 100px;
	padding: 18px 30px;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
	background: #ffa55b;
	font-family: "Manrope", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.2;
	color: #000;
	transition: all 0.3s ease;
	max-width: 300px;
	margin: 0 auto;
}

.popup-form__button:after {
	content: "";
	position: relative;
	width: 16px;
	height: 16px;
	background-image: url(/wp-content/themes/stroy-partner/assets/images/form-button-arrow.svg);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	transition: all 0.3s ease;
}

.popup-form__button:hover {
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
	background: #e08c47;
}

.popup-form__button:hover:after {
	transform: rotate(-45deg);
}

/* Поля */
.popup-form__content input {
	border: 1px solid #e2e2e2;
	background: transparent;
	border-radius: 100px;
	padding: 14px 30px;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	font-family: "Manrope", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 120%;
	color: #909090;
}

.popup-form__content input:hover,
.popup-form__content input:focus,
.popup-form__content input:active {
	background: #fff;
}

.modal-form-send-status__title {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 30px;
	line-height: 1.2;
	text-align: center;
	color: var(--black);
}

.modal-form-send-status__paragraph {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 18px;
	line-height: 1.2;
	text-align: center;
	color: var(--black);
}

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

.popup-form__close-btn-2 {
	text-decoration: none;
}

@media (min-width: 768px) {
	.popup-form__container {
		padding: 80px 100px;
	}

	.popup-form__title {
		font-size: 40px;
	}

	.modal-form-send-status__title {
		font-size: 40px;
	}
}




/* Бургер кнопка */



/* Блокування прокрутки body */
body.menu-open {
	overflow: hidden;
}











.home-calculator {
	background: var(--white);
	border-radius: 15px;
	padding: 50px 15px;
	margin: 60px 0;
}

.calculator__title {
	font-family: var(--font-family);
	font-weight: 800;
	font-size: 40px;
	line-height: 120%;
	color: var(--black);
}

.calculator__items {
	margin-top: 25px;
}

.calculator__item:not(:first-child) {
	display: none;
}


.home-calculator__image {
	display: none;
	position: relative;
	width: 100%;
	min-height: 320px;

	background-image: url("/wp-content/themes/stroy-partner/assets/images/form-blank.png");
	background-size: 100%;
	background-position: top;
	background-repeat: no-repeat;

	overflow: hidden;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 18px;
	line-height: 120%;
	color: var(--gray-dark);
}


/* контейнер тексту */
.home-calculator__image-content {
	position: relative;
	z-index: 2;

	max-width: 640px;
	padding: 32px 20px;

	color: #fff;

	opacity: 0;
	transform: translateY(12px);
	transition: opacity .4s ease, transform .4s ease;
}

/* 🟢 коли показуємо текст */
.home-calculator__image--form .home-calculator__image-content {
	opacity: 1;
	transform: translateY(0);
}

.home-calculator__image h3 {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 20px;
	line-height: 120%;
	text-transform: uppercase;
	text-align: center;
	color: var(--gray-dark);
}

.home-calculator__separator {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 18px;
	line-height: 1;
	text-align: center;
	color: var(--gray-dark);
	margin: 15px 0 10px 0;
}

.home-calculator__list {
	grid-template-columns: 1fr 1fr;
	display: grid;
	gap: 10px 5px;
	align-items: center;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 18px;
	line-height: 120%;
	color: var(--gray-dark);
	white-space: nowrap;
}

.home-calculator__list p:nth-child(odd) {
	text-align: left;
}

.home-calculator__list p:nth-child(even) {
	text-align: right;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 18px;
	line-height: 120%;
	text-align: right;
	color: var(--black);
}

.pdf {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 18px;
	line-height: 120%;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	color: var(--black);
	text-align: left;
}

.home-calculator__image.home-calculator__image--form {
	display: block;
}

.calculator__progresbar {
	display: flex;
	gap: 5px;
	align-items: baseline;
}

.calculator__question--title {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 24px;
	line-height: 120%;
	color: var(--black);
}

.calculator__progresbar--content {
	display: flex;
	gap: 3px;
	align-items: baseline;
}

.calculator__step-name {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	color: var(--black);
}

.calculator__step-separator {
	font-family: var(--font-family);
	line-height: 120%;
	color: var(--black);
	font-weight: 300;
	font-size: 24px;
}

.calculator__step-value {
	font-family: var(--font-family);
	line-height: 120%;
	color: var(--black);
	font-weight: 700;
	font-size: 24px;
}

.calculator__item {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin: 25px 0;
}

.answer--selects {
	display: flex;
	flex-direction: column;
	gap: 20px;
}


.answer__select-item {
	display: grid;
	gap: 10px;
}

.answer__item--header {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	color: var(--black);
	text-align: center;
}

.swiper-slide.answer__item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 25px;
	min-height: 280px;
}

.answer__title-label {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	color: var(--black);
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.answerSwiper .answer__title-label {
	justify-content: center;
}

.answer__title-label:hover .answer__image-block {
	border: 1px solid var(--black);
}

.label.answer__title-label .answer__image-block::after {
	transition: all 0.3s ease;
}

label.answer__title-label.check .answer__image-block::after {
	content: "";
	position: absolute;
	inset: 0;
	background: url(/wp-content/themes/stroy-partner/assets/images/radio-cheack.svg) center center no-repeat;
	background-size: 20px 20px;
	z-index: 2;
	pointer-events: none;
}

.calculator__answer.answer--checkboxes {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

label.answer__checkbox-label {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 25px;
	text-align: left;
}

.answer--checkboxes .answer__checkbox-label .answer__checkbox-custom {
	content: "";
	border: 1px solid var(--gray-btn);
	border-radius: 100px;
	padding: 14px;
	width: 48px;
	height: 48px;
	min-width: 48px;
}

.answer--checkboxes .answer__checkbox-label.check .answer__checkbox-custom {
	background: var(--black);
}

.answer--checkboxes .answer__checkbox-label.check .answer__checkbox-custom::after {
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	background: url(/wp-content/themes/stroy-partner/assets/images/cheak-calculator.svg) center center no-repeat;
}

.answer__title {
	display: block;
	font-weight: 700;
	margin-bottom: 10px;
}

.answer__select-item select {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	color: var(--gray-dark);
	width: 100%;
	border: 1px solid var(--gray-btn);
	border-radius: 100px;
	padding: 14px 30px;
	background-color: white;
	cursor: pointer;
	transition: all 0.3s ease;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;

	transition: all 0.3s ease;
	outline: none;
}

.answer__select-item-select {
	position: relative;
}

.answer__select-item-select::after {
	content: '';
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	/* Центруємо по вертикалі */
	width: 12px;
	/* Додайте розміри */
	height: 12px;
	background-image: url("/wp-content/themes/stroy-partner/assets/images/select-arrow.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	pointer-events: none;
	/* Щоб можна було клікати через стрілку */
	transition: all 0.3s ease;
}

/* Обертання стрілки при відкритті */
.answer__select-item-select.is-open::after {
	transform: translateY(-50%) rotate(180deg);
}

.answer__select-item select:focus,
.answer__select-item select:hover,
.answer__select-item select:active {
	border: 1px solid var(--black);
}

button.step_next {
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
	background: var(--gray-btn);
	border-radius: 100px;
	padding: 18px 30px;
	border: none;
	cursor: pointer;
	/* position: relative; */
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 18px;
	line-height: 120%;
	color: var(--black);
	transition: all 0.3s ease;
}

button.step_next:after {
	content: "";
	position: relative;
	width: 16px;
	height: 16px;
	background-image: url(/wp-content/themes/stroy-partner/assets/images/form-button-arrow.svg);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	transition: all 0.3s ease;
}

button.step_next:not(:disabled) {
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
	background: #ffa55b;
}

button.step_next:not(:disabled):hover {
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}

button.step_next:not(:disabled):after {
	transform: rotate(-45deg);
}

.calculator__answer .answer__check-input {
	appearance: none;
	display: none;
}

.answer__image-block {
	border: 1px solid var(--gray-btn);
	border-radius: 15px;
	width: 80%;
	transition: all 0.3s ease;
	position: relative;
}

.answer__image-block img {
	border: 7px solid var(--white);
	border-radius: 15px;
}

span.answer__checkbox-text {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	color: var(--black);
}

.calculator__finish-form {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.calculator__finish-text {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 18px;
	line-height: 120%;
	color: var(--black);
}

.calculator__finish-row {
	display: flex;
	align-items: center;
}

.calculator__finish-text--desktop,
.calculator__finish-icon--desktop {
	display: none;
}

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

.blur-form__content button.contact__button--close {
	background: var(--gray-btn);
	border-radius: 100px;
	padding: 18px 30px;
	text-decoration: none;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 18px;
	line-height: 1.2;
	color: var(--black);
	text-align: center;
	border: none;
	cursor: pointer;
	border: 2px solid transparent;
	transition: all 0.3s ease;
}

.blur-form__content button.contact__button--close:after {
	content: "";
	position: relative;
	width: 16px;
	height: 16px;
	background-image: url(/wp-content/themes/stroy-partner/assets/images/form-close.svg);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	transition: all 0.3s ease;
}

.blur-form__content button.contact__button--close:hover {
	background: transparent;
	border: 2px solid var(--gray-btn);
	box-shadow: none;
}

.blur-form__content button.contact__button--close:hover:after {
	transform: rotate(0deg);
}

#calculator-form.blur-form__content .contact-form__fieldset {
	padding: 0;
}

#calculator-form .form-send-status__title,
#popup-form .form-send-status__title {
	color: var(--black);
}

#calculator-form .form-send-status__paragraph,
#popup-form .form-send-status__paragraph {
	color: var(--black);
}

#calculator-form {
	margin-top: 25px;
}

@media (min-width: 992px) {
	.home-calculator {
		margin: 80px 0;
	}

	.calculator__grid {
		display: grid;
		grid-template-columns: 2fr 1fr;
		gap: 150px;
		justify-content: space-between;
	}

	.answer__select-item {
		grid-template-columns: 20% 80%;
		align-items: center;
		gap: 50px;
	}

	.home-calculator__image {
		display: block;
		text-align: end;
	}

	.swiper.answerSwiper .swiper-wrapper {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		gap: 25px;
	}

	.answer__title-label {
		justify-content: center;
	}

	.calculator__answer.answer--checkboxes {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 15px 60px;
	}

	.calculator__finish-text--mobile,
	.calculator__finish-icon--mobile {
		display: none;
	}

	.calculator__finish-text--desktop,
	.calculator__finish-icon--desktop {
		display: block;
	}

	.form-buttons {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 25px;
	}
}








.service__header {
	margin: 60px 0;
}

.service__header h1 {
	font-family: var(--font-family);
	font-weight: 800;
	font-size: 36px;
	line-height: 120%;
	color: var(--black);
	margin-bottom: 20px;
}

.service__header p {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 18px;
	line-height: 120%;
	color: var(--black);
}

.service__header p:not(:last-child) {
	margin-bottom: 20px;
}

@media (min-width: 992px) {
	.service__header {
		margin: 80px 0;
	}

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

	.service__header h1 {
		font-size: 50px;
	}
}