footer#colophon {
	background-color: #13151D;
	padding: 90px 0 30px;
}

a,
a:visited,
a:hover,
a:hover,
a:active {
	text-decoration: none;
	color: inherit;
	outline: none;
}

a.project:hover p.project-title {
	color: #93A178;
}

.site-footer .container {
	display: flex;
	flex-direction: column;
	row-gap: 50px;
}

.container-inner.top {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}


.site-footer .container-inner:nth-child(2) {
	display: flex;
	justify-content: flex-end;
}

span.copyright {
	color: #494B50;
	display: block;
	font-family: 'avenir';
}


.container-inner-f-column {
	flex-direction: column;
	display: flex;
	row-gap: 24px;
}

a {
	text-decoration: none;
}

.container-inner-f-column a.list {
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	line-height: normal;
	font-family: 'Avenir';
}

.container-inner-f-column h3 {
	color: #fff;
	font-size: 20px;
	font-weight: 800;
	font-family: 'Avenir';
}

.menu ul,
.mob_menu ul {
	display: flex;
	margin: 0;
	padding: 0;
	column-gap: 20px;
}

.menu ul li,
.mob_menu ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.site-header {
	padding: 30px 0;
	background-color: #000;
	transition: 0.3s;
}
.home .site-header {
	background-color: #D9D9D9;
	background: linear-gradient(180deg, #24262E 0%, rgba(36, 38, 46, 0.00) 100%);
	transition: 0.3s;
}
.site-header.black {
  background-color: #000;  /* пример — чёрный фон */
  transition: 0.3s;
}

.site-header .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.menu li a {
	color: #fff;
	font-family: 'avenir';
	font-weight: 800;
	font-size: 20px;
	transition: 0.3s;
}

.menu li a:hover,
.menu li a:active {
	color: #93A178;
	transition: 0.3s;
}

.language-switcher {
	position: relative;
	display: inline-block;
}

.current-language {
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 7px;
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	line-height: normal;
	padding: 10px 0;
}

.current-language:hover {
	color: #93A178;
}

.language-dropdown {
	display: none;
	position: absolute;
	background-color: white;
	box-shadow: 0px 4px 21px 0px rgba(0, 0, 0, 0.40);
	z-index: 1111;
	padding: 30px;
	left: -145%;
	top: 40px;
}

.language-option {
	cursor: pointer;
	white-space: nowrap;
	font-size: 24px;
	font-weight: 400;
	line-height: 29px;
	font-family: 'avenir';
	color: #000;
	transition: 0.3s;
	margin-bottom: 30px;
}

.language-option:last-child {
	margin-bottom: 0;
}

.language-option.active {
	color: #93A178;
}

.language-option:hover {
	color: #93A178;
	transition: 0.3s;
}

.language-option span {
	text-transform: uppercase;
}

.language-switcher:hover .language-dropdown {
	display: block;
}

a.Contact {
	color: #fff;
	padding: 10px 20px;
	border: 1px solid #fff;
	font-family: 'avenir';
	font-size: 16px;
	font-weight: 800;
	transition: 0.3s;
}

a.Contact:hover {
	transition: 0.3s;
	color: #000;
	background-color: #fff;
}

section.section.first {
	min-height: 900px;
	background: linear-gradient(11deg, rgba(0, 0, 0, 0.40) 20.69%, rgba(0, 0, 0, 0.10) 82%), url(/wp-content/uploads/2025/09/f-bg.jpg) lightgray -394.627px 0px / 328.43% 100% no-repeat;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

p.first {
	max-width: 800px;
	color: #fff;
	font-size: 32px;
	margin-bottom: 30px;
	font-weight: 350;
}

h1.first {
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 14px;
}

p.sec {
	margin-block-end: 0;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
}

#masthead {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 1000;
	transition: all 0.3s ease-in-out;
}

#masthead.sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #000;
}

/* Toggle button for mobile menu */
.menu-toggle {
	display: none;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-end;
	width: 24px;
	height: 24px;
	cursor: pointer;
}

.menu-toggle span {
	display: block;
	width: 100%;
	height: 2.5px;
	background: #fff;
}

.menu-toggle span:last-child {
	width: 60%;
}

a#close-menu {
	display: block;
	position: absolute;
	right: 16px;
	top: 17px;
	line-height: 0;
}

/* Mobile menu styles */
.mobile-menu {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: auto;
	background: #EBEFF4;
	box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
	z-index: 1100;
	overflow-y: auto;
}

.mobile-menu-inner {
	padding: 17px 16px;
}

#mobile-menu-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 1000;
}

#mobile-menu-overlay.show {
	display: block;
}

.mobile-language-switcher {
	display: flex;
	column-gap: 30px;
	margin-bottom: 40px;
}

.mobile-language-switcher .language-option.active {
	margin-bottom: 0;
}

.mobile-language-switcher .language-option {
	font-size: 22px;
	font-weight: 800;
	line-height: 26px;
}

html {
	scroll-behavior: smooth;
}

section.page-section {
	padding: 160px 0;
}

h2.block_header {
	font-size: 26px;
	font-weight: 800;
	text-transform: uppercase;
	font-family: 'avenir';
	margin-bottom: 30px;
	color: #000;
}

h2.block_header::before {
	content: "";
	display: inline-block;
	width: 22px;
	height: 36px;
	margin-right: 12px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='28' viewBox='0 0 18 28' fill='none'%3E%3Cmask id='mask0_313_48' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='18' height='28'%3E%3Cpath d='M17.3741 0H0V28H17.3741V0Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_313_48)'%3E%3Cpath d='M0.0789404 27.7693C0.124366 27.84 0.186793 27.8981 0.260508 27.9384C0.334223 27.9787 0.41687 27.9999 0.500882 28H4.5451C4.64123 28.0002 4.73539 27.9727 4.81639 27.921C4.89739 27.8692 4.96184 27.7953 5.00208 27.708L17.3289 0.709564C17.3636 0.633101 17.3785 0.549171 17.3724 0.465448C17.3662 0.381725 17.3392 0.300878 17.2937 0.2303C17.2483 0.159722 17.1858 0.101663 17.1122 0.0614319C17.0385 0.0212005 16.9559 7.98174e-05 16.8719 7.38449e-07H12.8277C12.7316 -0.000164072 12.6374 0.0272618 12.5564 0.0790216C12.4754 0.130781 12.411 0.204701 12.3707 0.292002L0.0453603 27.2904C0.0105361 27.3667 -0.00463518 27.4505 0.00123036 27.5342C0.00709591 27.6178 0.0338116 27.6986 0.0789404 27.7693Z' fill='black'/%3E%3C/g%3E%3C/svg%3E");
	background-size: cover;
	background-repeat: no-repeat;
}

.page-section .container_inner {
	display: flex;
	justify-content: space-between;
	column-gap: 108px;
}

.page-section .container_inner>* {
	flex-grow: 1;
}

h2.block_title {
	color: #000;
	font-size: 45px;
	font-weight: 300;
	text-transform: uppercase;

}

#projects h2.block_title {
	max-width: 300px;
}

body {
	color: #000;
}

p.\32 4 {
	font-size: 24px;
	font-weight: 300;
	line-height: 48px;
}

section#core .container_inner_block:nth-child(2) {
	max-width: 793px;
}

.projects {
	display: flex;
	justify-content: flex-end;
	max-width: 1178px;
}

.project:last-child {
	margin-right: 0;
}

.project {
	display: flex;
	flex-direction: column;
	margin-right: -80px;
	height: 350px;
}

.project img {
	clip-path: polygon(18% 0, 100% 0, 82% 100%, 0 100%);
}


#projects .container_inner {
	column-gap: 40px;
}

.project img {
	clip-path: polygon(38% 0, 100% 0, 62% 100%, 0 100%);
	min-width: 446px;
}

p.project-title {
	margin: 16px 0 0 0;
	font-size: 20px;
	font-weight: 800;
	font-family: 'avenir';
}

section#projects,
section#expertise {
	background-color: #F4F1EB;
}

#services .container_inner {
	column-gap: 100px;
}

.container_inner_block.grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0 30px;
}

span.border {
	font-family: 'avenir';
	font-size: 24px;
	font-weight: 800;
	padding: 30px 0;
	line-height: normal;
	border-bottom: 1px solid #000;
}
.work_block {
  display: flex
;
  flex-direction: column;
  justify-content: space-between;
}

span.border:first-child,
span.border:nth-child(2) {
	border-top: 1px solid #000;
}

#promises .container_inner .container_inner_block:first-child {
	min-width: 50%;
}

#expertise .projects {
	column-gap: 30px;
}

.expertise-block {
	display: flex;
	justify-content: space-between;
}

.expertise {
	width: calc(100% / 3);
	min-width: 382px;
}

p.expertise-title {
	font-size: 20px;
	font-weight: 800;
	font-family: 'avenir';
}

.expertise img {
	margin-bottom: 10px;
	clip-path: polygon(18% 0, 100% 0, 82% 100%, 0 100%);
}

p.expertise-desc {
	margin: 0;
	font-size: 18px;
	font-weight: 340;
	line-height: 29px;
	max-width: 360px;
}

.expertise:not(:last-child) {
	margin-right: 0px;
}

#metodology h2.block_title {
	margin-bottom: 60px;
}

.container_inner.grid {
	align-items: center;
	margin-bottom: 40px;
}

#metodology.page-section .container_inner>* {
	flex-grow: 0;
}

span.container_inner_icon {
	flex-direction: column;
	display: flex;
}

.container_inner_icon span {
	margin-top: 18px;
	font-size: 18px;
	font-weight: 800;
	text-transform: uppercase;
	font-family: 'avenir';
}

.container_inner_text {
	max-width: 1130px;
	margin-bottom: 80px;
}

.container_inner_text p {
	font-size: 18px;
	font-weight: 350;
	line-height: 32px;

	margin-bottom: 16px;
}

.container_inner_text p:last-child {
	margin-bottom: 0;
}

.container_inner.color.grid .container_inner_icon img {
	max-width: 60px;
}

.container_inner.color.grid {
	column-gap: 80px;
	margin-bottom: 0;
}

.container_inner.color.grid p {
	font-size: 18px;
	font-weight: 350;
	line-height: 29px;
	margin: 18px 0 0;
	max-width: 320px;
}

/* ///////slider//// */
section.slider {
	position: relative;
}

.team-slider {
	display: flex !important;
	align-items: center;
	position: relative;
	background-color: #EBEFF4;
}

section#after-team {
	background-color: #EBEFF4;
}

.team-slider .slide {
	display: flex !important;
	align-items: center;
}

.team-slider .content {
	flex: 1;
	padding: 0 0 0 150px;
}

.team-slider .content .subtitle {
	font-weight: bold;
	margin-bottom: 10px;
}

.team-slider .content .name {
	font-size: 45px;
	font-weight: 300;
	line-height: normal;
	margin-bottom: 30px;
	font-family: 'avenir';
	text-transform: uppercase;
}

.team-slider .content .position {
	font-size: 18px;
	font-weight: 350;
	line-height: 29px;
	margin: 0;
}

.team-slider .content .navigation button {
	background: none;
	border: none;
	cursor: pointer;
	font-size: 1.5em;
}

.team-slider .image {
	width: 50%;
	display: flex;
	justify-content: flex-end;
}

.team-slider .image img {
	max-width: 100%;
	height: auto;
	clip-path: polygon(18% 0, 100% 0, 100% 100%, 0% 100%);
	min-width: 970px;
}

.slick-next:before,
.slick-prev:before {
	content: '' !important;
}

.slick-next,
.slick-prev {
	top: 81% !important;
	left: 150px;
}

.slick-next {
	left: 214px !important;
}

.slick-prev {
	left: 150px !important;
}

.content h2.block_header {
	margin-bottom: 70px;
}

.container_inner_block p.\32 4:last-child {
	margin-bottom: 0;
}

section#after-team {
	display: flex;
	align-items: center;
}

.after-team-image,
.after-team-text.content {
	width: 50%;
	display: flex;
}

.after-team-image img {
	max-width: 100%;
	height: auto;
	clip-path: polygon(0 0, 100% 0, 82% 100%, 0% 100%);
	min-width: 950px;
}

.after-team-text.content {
	display: flex;
	flex-direction: column;
	padding: 0 150px;
}

.after-team-text.content img {
	max-width: 574px;
	margin-bottom: 50px;
}

.current-language:hover .icon svg path {
	fill: #93A178;
}

section#promises {
	display: none;
}

.header-right {
	display: flex;
	align-items: center;
	column-gap: 30px;
}

.container-inner.top {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	column-gap: 10%;
}

.container-inner-f-column iframe {
	width: 100%;
	height: clamp(10.62rem, 8.6467rem + 8.4194vw, 18.75rem);
}

.container-inner-f:nth-child(3) {
	min-width: 40%;
}

a.policy {
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	line-height: normal;
	font-family: 'Avenir';
}


@media (max-width: 1720px) {
	.language-option {
		margin-bottom: 20px;
	}

	.language-option:last-child {
		margin-bottom: 0;
	}

	.header-right {
		column-gap: 24px;
	}

	.expertise img {
		max-height: 126px;
	}

	#metodology h2.block_title.two {
		max-width: 100%;
	}

	.container_inner_text p {
		font-size: 16px;
		line-height: 29px;
	}

	#core h2.block_title {
		max-width: 500px;
	}

	h2.block_title {
		font-size: 35px;
	}

	.language-option {
		font-size: 20px;
	}

	span.icon {
		height: 18px;
	}

	.current-language {
		font-size: 16px;
	}

	span.icon svg {
		height: 18px;
		width: 18px;
	}

	.menu li a {
		font-size: 16px;
	}

	.after-team-text.content span {
		font-size: 28px;
		max-width: 422px;
	}

	.after-team-text.content {
		padding: 0 140px 0 clamp(1rem, -0.1226rem + 4.7896vw, 5.625rem);
	}

	.after-team-text.content img {
		max-width: 348px;
		margin-bottom: 30px;
	}

	.after-team-image img {
		min-width: 714px;
	}

	.slick-next {
		left: 152px !important;
	}

	.slick-prev {
		left: 100px !important;
	}

	.team-slider .content {
		padding: 0 0 0 100px;
	}

	.slick-next,
	.slick-prev {
		top: 77% !important;
		left: 50px;
	}

	.slick-arrow svg {
		max-width: 40px;
	}

	.team-slider .content .position {
		font-size: 16px;
		line-height: 26px;
	}

	.team-slider .content .name {
		font-size: 35px;
		margin-bottom: 18px;
	}

	.content h2.block_header {
		margin-bottom: 30px;
	}

	.team-slider .image img {
		min-width: 720px;
	}

	.container_inner.color.grid p {
		font-size: 16px;
		line-height: 26px;
		margin: 14px 0 0;
		max-width: 263px;
	}

	.container_inner.color.grid {
		column-gap: 30px;
	}

	.container_inner_text {
		max-width: 820px;
		margin-bottom: 50px;
	}

	#metodology h2.block_title {
		margin-bottom: 50px;
		font-size: 35px;
	}

	li.support_block_text.support_block_text {
		font-weight: 350;
	}

	.container_inner_icon img {
		max-width: 115px;
	}

	.container_inner_icon span {
		font-size: 16px;
		margin-top: 16px;
	}

	.expertise {
		min-width: 290px;
	}

	p.expertise-desc {
		font-size: 15px;
		line-height: 24px;
		max-width: 285px;
	}

	p.expertise-title {
		font-size: 18px;
	}

	#services h2.block_title {
		max-width: 514px;
	}

	.container_inner_block.grid {
		gap: 0 20px;
	}

	span.border {
		font-size: 20px;
		padding: 28px 0;
	}

	p.project-title {
		margin: 16px 0 0 0;
		font-size: 19px;
	}

	#projects h2.block_title {
		max-width: 255px;
	}

	.projects {
		justify-content: flex-end;
		max-width: 850px;
	}

	.project img {
		min-width: 318px;
	}

	#projects .container_inner_block {
		max-width: 40%;
	}

	.image-container {
		width: 200px;
		height: 250px;
	}

	.page-section .container_inner {
		column-gap: 30px;
	}

	section#core .container_inner_block:nth-child(2) {
		max-width: 555px;
	}

	p.\32 4 {
		font-size: 20px;
		line-height: 32px;
	}

	h2.block_header::before {
		width: 17px;
		height: 28px;
	}

	h2.block_header {
		font-size: 24px;
	}

	section.page-section {
		padding: 140px 0;
	}

	p.first {
		font-size: 32px;
		max-width: 800px;
	}

	section.section.first {
		max-height: 750px;
	}

	.menu-item a {
		font-size: 18px;
	}

	img.custom-logo {
		max-width: 255px;
	}

	.container-inner-f-column h3 {
		font-size: 18px;
	}

	.container-inner-f-column a.list {
		font-size: 18px;
	}

	footer#colophon {
		padding: 70px 0 20px;
	}

	.site-footer .container {
		row-gap: 70px;
	}

	.site-header {
		padding: 22px 0;
	}
}

/* /////////// */
section.error-404.not-found {
	padding: 180px 0 140px;
}

h1.error {
	text-align: center;
	font-family: 'Avenir';
	font-size: 140px;
	font-weight: 800;
	margin-bottom: 10px;
	line-height: normal;
}

section.error-404.not-found .container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.error-404 h2 {
	font-size: 50px;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 30px;
	line-height: normal;
}

.error-404 span {
	font-size: 24px;
	font-weight: 300;
	line-height: 38px;
	margin: 0 auto 30px;
	max-width: 555px;
	text-align: center;
}

a.errorbtn {
	font-size: 20px;
	font-weight: 800;
	line-height: normal;
	color: #000;
	font-family: 'Avenir';
	border: 1px solid #000;
	padding: 15px 115px;
	background-color: #fff;
	transition: 0.3s;
	display: block;
}

a.errorbtn:hover {
	color: #fff;
	transition: 0.3s;
	background-color: #000;
}

section#core {
	background-color: #EBEFF4;
}

.services {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: clamp(1.25rem, 1.0983rem + 0.6472vw, 1.875rem);
}

.services_block,
.work_block {
	padding: clamp(1.25rem, 1.0983rem + 0.6472vw, 1.875rem);
	background-color: #EBEFF4;
}
p.work_block_text {
  font-size: clamp(0.875rem, 0.8447rem + 0.1294vw, 1rem);
  font-weight: 350;
  line-height: 180%;
  margin: 0;
}
section#work {
  margin-bottom: clamp(3.75rem, 2.2330rem + 6.4725vw, 10rem);
}

span.services_block_title,
span.work_block_title {
	font-size: clamp(1.125rem, 1.0643rem + 0.2589vw, 1.375rem);
	font-weight: 800;
	margin-bottom: clamp(0.875rem, 0.7840rem + 0.3883vw, 1.25rem);
	display: block;
	line-height: 130%;
	color: #000;
	font-weight: 800;
  text-transform: uppercase;
  font-family: 'avenir'; 
}

.services_block_text {
	font-size: clamp(0.875rem, 0.8447rem + 0.1294vw, 1rem);
	font-weight: 350;
	line-height: 180%;
	margin: 0;
}

.work {
  display: grid
;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 30px;
}

.services_block ul {
	margin: 0;
	padding-left: 18px;
}

section#support {
	display: flex;
	align-items: stretch;
	margin-bottom: clamp(3.75rem, 2.2330rem + 6.4725vw, 10rem);
	background-color: #EBEFF4;
}

.support-image {
	display: flex;
	flex: 1 1 50%;
}

.support-text.content {
	padding: 30px 0 30px clamp(1rem, -0.8811rem + 8.0259vw, 8.75rem);
	flex: 1 1 50%;
} 

.support-text ul {
	margin: 0;
	padding-left: 18px;
}

#support h2.block_header {
	max-width: 390px;
}

.support-image img {
	max-width: 100%;
	height: auto;
	clip-path: polygon(18% 0, 100% 0, 100% 100%, 0% 100%);
}

p.email {
	line-height: 25px;
	font-weight: 350;
	color: #000;
	margin: 0;
}

.email_block {
	display: flex;
	align-items: center;
	column-gap: 12px;
	margin: clamp(1.25rem, 0.9466rem + 1.2945vw, 2.5rem) 0 clamp(2.5rem, 1.5898rem + 3.8835vw, 6.25rem);
}

h2.support_block_text.support_block_text {
	font-size: clamp(1rem, 0.6663rem + 1.4239vw, 2.375rem);
	font-weight: 350;
	line-height: 100%;
	margin-bottom: clamp(1rem, 0.9393rem + 0.2589vw, 1.25rem);
}

p.after-team-desc.text.support_block_text {
	font-weight: 350;
}

p.after-team-desc.text.support_block_text:last-child {
	margin-bottom: 0;
}



/* ////////// */
.modal {
	position: fixed;
	inset: 0;
	display: none;
	z-index: 9999;
}

.modal.is-open {
	display: block;
}

.modal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .45);
}

.modal__dialog {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: min(720px, 92vw);
	background: #fff;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
	padding: clamp(1.25rem, 1.0983rem + 0.6472vw, 1.875rem);
}

.modal__title
 {
  font-size: clamp(1.375rem, 1.2536rem + 0.5178vw, 1.875rem);
  font-weight: 350;
  padding-bottom: 16px;
  margin-bottom: clamp(1.25rem, 1.0983rem + 0.6472vw, 1.875rem);
  border-bottom: 1px solid #E9E9E9;
}
.cf7-field input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #C4C4C4;
  border-radius: 0;
  margin-bottom: 20px;
  text-align: left;
  padding: 0 0 7px 0;
  font-size: clamp(1rem, 0.9393rem + 0.2589vw, 1.25rem);
  font-weight: 350;
  color: #000;
}
.cf7-field input::placeholder {
  color: #C4C4C4;
}
.cf7-field input:focus {
  outline: none;
  border-bottom: 1px solid #000;
}
.cf7-privacy {
  font-size: clamp(0.875rem, 0.8447rem + 0.1294vw, 1rem);
  font-weight: 350;
  color: #292626;
  line-height: 120%;
  margin-bottom: 20px;
}
.cf7-privacy a {
  color: #93A178;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid,
input.wpcf7-form-control.wpcf7-tel.wpcf7-text.wpcf7-validates-as-tel.wpcf7-not-valid {
  margin-bottom: 4px;
  border-bottom: 1px solid #FF0000;
  color: #FF0000;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid::placeholder,
input.wpcf7-form-control.wpcf7-tel.wpcf7-text.wpcf7-validates-as-tel.wpcf7-not-valid::placeholder {
  color: #FF0000;
}
.wpcf7-not-valid-tip {
	font-size: 12px;
	font-weight: 350;
	margin-bottom: 20px;
}
.wpcf7-response-output {
  display: none;
}

.modal__close {
	position: absolute;
	right: 14px;
	top: 12px;
	border: 0;
	background: transparent;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
	padding: 0;
}

.modal__content {
	margin-top: 8px;
}

body.modal-lock {
	overflow: hidden;
}

/* сделать кнопку CF7 шириной 100% как на макете */
.wpcf7 form .wpcf7-submit {
width: 100%;
  height: clamp(3.375rem, 3.2840rem + 0.3883vw, 3.75rem);
  font-size: clamp(1.125rem, 1.0947rem + 0.1294vw, 1.25rem);
  font-weight: 800;
  line-height: 100%;
    background: #000; /* активная кнопка — чёрная */
  color: #fff;
  transition: background .2s, opacity .2s;
  border: 2px solid #000;
  transition: 0.3s;
  cursor: pointer;
    padding: 0;
  font-family: 'avenir';
}
.wpcf7-submit[disabled] {
  background: #fff !important; 
  border: 2px solid #D9D9D9 !important; /* неактивная кнопка — белая с серой окантовкой */
  color: #D9D9D9 !important;
  cursor: not-allowed;
  opacity: 0.7;
  transition: 0.3s;
}

span.wpcf7-spinner {
	display: none;
}
img.mob {
  display: none;
}
img.pc {
  display: flex;
}
#thanksModal .modal__dialog {
  display: flex
;
  align-items: center;
  padding: 0;
}
h3#thanksModalTitle {
  font-size: clamp(1.25rem, 1.0983rem + 0.6472vw, 1.875rem);
  font-weight: 350;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.modal__dialog_inner:first-child {
  padding: 0 clamp(2.5rem, 2.1966rem + 1.2945vw, 3.75rem) 0 40px;
}
#thanksModal p {
  margin: 0;
  font-weight: 350;
  max-width: 320px;
}
.page-id-537 main#primary {
  padding-top: clamp(6.25rem, 5.4915rem + 3.2362vw, 9.375rem);
  margin-bottom: clamp(3.75rem, 2.2330rem + 6.4725vw, 10rem);
}
h1.entry-title {
  font-size: clamp(1.75rem, 1.4920rem + 1.1008vw, 2.813rem);
  font-weight: 350;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.entry-content p {
  font-size: clamp(1rem, 0.9393rem + 0.2589vw, 1.25rem);
  font-weight: 350;
  margin-bottom: clamp(1rem, 0.9393rem + 0.2589vw, 1.25rem);
}
.entry-content p:last-child {
  margin-bottom: 0;

}
.entry-content h2 {
  font-size: clamp(1.25rem, 1.1893rem + 0.2589vw, 1.5rem);
  font-weight: 350;
  text-transform: uppercase;
  line-height: 100%;
  margin-bottom: clamp(1rem, 0.9393rem + 0.2589vw, 1.25rem);
  margin-top: clamp(1.25rem, 1.0983rem + 0.6472vw, 1.875rem);
}
li.support_block_text.support_block_text {
  font-size: clamp(0.875rem, 0.7840rem + 0.3883vw, 1.25rem);
  font-weight: 350;
  line-height: 180%;
}



@media (max-width: 520px) {
	#thanksModal p {
  margin: 0 auto 40px !important;
}
	.modal__dialog_inner {
  width: 100%;
}
	.modal__dialog_inner:first-child {
  padding: 70px 0 0;
  text-align: center;
}
	#thanksModal .modal__dialog {
		flex-direction: column;
	}
	img.pc {
  display: none;
}
	img.mob {
  display: flex;
}
	.support-image img {
		clip-path: none;
	}

	section#support {
		flex-direction: column;
		padding-top: 20px;
		row-gap: 20px;
	}

	.services,
	.work  {
		grid-template-columns: repeat(1, 1fr);
	}

	/* /////// */
	.error-404 span {
		font-size: 16px;
		line-height: 26px;
	}

	.error-404 h2 {
		font-size: 26px;
		margin-bottom: 20px;
	}

	h1.error {
		font-size: 80px;
	}

	section.error-404.not-found {
		padding: 120px 0 60px;
		text-align: center;
	}

	/* ////// */
	.after-team-image,
	.after-team-text.content,
	.team-slider .image {
		width: 100%;
	}

	.expertise img {
		max-height: none;
		width: 100%;
	}

	.after-team-text.content span {
		font-size: 20px;
		max-width: 100%;
	}

	.after-team-text.content img {
		max-width: 272px;
		margin-bottom: 20px;
	}

	.after-team-text.content {
		padding: 60px 16px;
	}

	section#after-team {
		flex-direction: column;
	}

	.slick-arrow svg {
		max-width: 40px;
		max-height: 24px;
	}

	.slick-next,
	.slick-prev {
		width: 40px !important;
		height: 24px !important;
	}

	.navigation {
		display: flex;
		position: absolute;
		bottom: 43px;
		left: 14%;
	}

	.team-slider .content .name {
		font-size: 28px;
	}

	.team-slider .content {
		padding: 40px 16px 43px;
		width: 100%;
	}

	.team-slider .image img,
	.after-team-image img {
		min-width: 100%;
		clip-path: none;
	}

	.team-slider .slide {
		flex-direction: column-reverse;
	}

	.content h2.block_header {
		margin-bottom: 20px;
	}

	.container_inner.color.grid {
		align-items: flex-start;
	}

	.container_inner.color.grid span.container_inner_icon {
		max-width: 45%;
	}

	.container_inner_text {
		max-width: 100%;
		margin-bottom: 30px;
	}

	#metodology .container_inner.grid {
		position: relative;
		flex-direction: row;
		flex-wrap: wrap;
		column-gap: 30px;
		margin-bottom: 30px;
	}

	.container_inner.one.grid .container_inner_icon:nth-child(even) {
		display: none;
	}

	.container_inner.one.grid .container_inner_icon:nth-child(2) {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	#metodology h2.block_title {
		font-size: 28px;
		margin-bottom: 30px;
	}

	p.expertise-desc {
		max-width: 100%;
	}

	p.expertise-title {
		margin-bottom: 12px;
	}

	.expertise {
		width: 100%;
	}

	.expertise-block {
		flex-direction: column;
		row-gap: 30px;
	}

	#projects h2.block_title {
		max-width: 100%;
	}

	section.section.first {
		min-height: 600px;
		align-items: center;
		padding-bottom: 50px;
	}

	span.border {
		padding: 24px 0;
	}

	span.border:nth-child(2) {
		border-top: 0;
	}

	.container_inner_block.grid {
		grid-template-columns: repeat(1, 1fr);
	}

	p.project-title {
		margin: 16px 0 0 0;
	}

	.image-container {
		width: 245px;
		height: 300px;
	}

	.projects {
		flex-direction: column;
		gap: 30px 0;
		align-items: center;
	}

	.project {
		margin-right: 0;
		height: auto;
	}

	#projects .container_inner_block,
	#projects h2.block_title {
		max-width: 100%;
	}

	h2.block_title {
		font-size: 28px;
		line-height: normal;
	}

	.page-section .container_inner {
		flex-direction: column;
		row-gap: 30px;
	}

	p.\32 4 {
		font-size: 16px;
		line-height: 26px;
	}

	h2.block_header::before {
		width: 15px;
		height: 24px;
	}

	h2.block_header {
		font-size: 20px;
		margin-bottom: 20px;
	}

	section.page-section {
		padding: 60px 0;
	}

	a.mob_contact {
		display: block;
		color: #000;
		text-align: center;
		font-size: 18px;
		font-family: 'avenir';
		font-weight: 800;
		border: 1px solid #000;
		padding: 15px;
	}

	.mob_menu li a {
		color: #000;
		font-size: 22px;
		font-weight: 500;
	}

	.mob_menu ul {
		flex-direction: column;
		row-gap: 22px;
		margin-bottom: 40px;
	}

	.mob_logo {
		margin-bottom: 40px;
	}

	.menu-toggle {
		display: flex;
	}

	.site-header .menu {
		display: none;
	}

	.mobile-menu {
		display: block;
	}

	a.Contact,
	.language-switcher {
		display: none;
	}

	p.sec {
		font-size: 15px;
	}

	h1.first {
		font-size: 20px;
		margin-bottom: 12px;
	}

	p.first {
		font-size: 18px;
		max-width: 290px;
	}

	img.custom-logo {
		max-width: 215px;
	}

	.site-header {
		padding: 18px 0;
	}

	.site-footer .container-inner:nth-child(2) {
		justify-content: flex-start;
	}

	.container-inner-f .container-inner-f-column:nth-child(2) {
		flex-direction: row;
		width: 100%;
		justify-content: space-between;
		align-items: center;
	}

	.container-inner.top {
		flex-direction: column;
		row-gap: 30px;
	}

	.container-inner-f-column h3 {
		font-size: 16px;
	}

	.container-inner.top .container-inner-f:nth-child(2) {
		flex-direction: column;
		row-gap: 40px;
		width: 100%;
	}

	footer#colophon {
		padding: 40px 0 30px;
	}

	.site-footer .container {
		row-gap: 30px;
	}

	.container-inner.top .container-inner-f {
		width: 100%;
	}

	.container-inner.top {
		flex-direction: column;
	}
}