.place-card.place-card-large {
	display: none !important;
}

.map {
	border-radius: 10px !important;
	width: 100%;
	height: 450px;
	border: 1px solid rgb(42 44 52 / 0.3);
}

.map-box {
	margin-top: 20px;
}

.menu {
}

.menu-list {
	display: flex;
	gap: 50px;
	align-items: center;
}

.menu-item {
}

.menu-link {
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 900;
	line-height: 20px;
	text-transform: uppercase;
}

.header-form--cont {
	justify-content: flex-end;
	padding-bottom: 40px;
	background-position: top -55% center;
}

.cont-box {
	justify-content: space-between;
}

.header-mobile--cont {
	background-image: url("/images/header-cont-bg.png");
}

.header-list {
}

.header-list__item {
	color: #ffffffcc;
	font-family: "Inter", sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
	padding-left: 34px;
	font-style: normal;
	position: relative;
	text-align: left;
}

.header-list__item::before {
	position: absolute;
	content: "";
	height: 24px;
	width: 24px;
	left: 0;
	top: 3px;
	background-size: fill;
	background-position: center center;
	background-repeat: no-repeat;
}

.--geo::before {
	background-image: url("/images/geo-icon.svg");
}

.--phone::before {
	background-image: url("/images/phone-icon.svg");
}

.--support::before {
	background-image: url("/images/support-icon.svg");
}

.--time::before {
	background-image: url("/images/time-icon.svg");
}

.header-list__item:not(:last-child) {
	margin-bottom: 10px;
}

.content-header {
	min-height: 580px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-align-last: left;
	width: 100%;
}

.main-title,
.main-title-contact {
	font-size: 60px;
	line-height: 1.2;
}

.header-top {
	gap: 20px;
}

.accordion-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease-in-out;
	padding-top: 0;
	padding-bottom: 0;
}

.accordion-content.active {
	max-height: 400px;
	transition: max-height 0.3s ease-in-out;
	padding-top: 0;
	padding-bottom: 24px;
}

.accordion-header svg {
	transition: transform 0.3s ease-in-out;
}

.accordion-item {
	transition: all 0.2s ease-in-out;
}

.accordion-item {
	background-color: #f4f5f7;
	padding: 15px 55px 27px;
	border: 1px solid rgba(42, 58, 73, 0.1);
	border-radius: 12px 12px 0 0;

	margin-bottom: 0;
	/* transform: translateY(-12px); */
}

.accordion-item {
	margin-top: -10px;
}

.accordion-item:nth-child(5) {
	border-radius: 12px 12px 0 12px;
}

.accordion-title {
	gap: 67px;
}

.accordion-title span {
	color: rgb(26, 38, 50);
	font-family: "Encode Sans Expanded", sans-serif;
	font-size: 24px;
	font-weight: 900;
	line-height: 32px;
}

.accordion-title h3 {
	color: #4a5c6e;
	font-family: "Inter", sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
}

.accordion-content p {
	margin-top: 20px;
	color: #4a5c6e;
	font-family: "Inter", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	max-width: 950px;
}

.accordion-header svg {
	display: block;
	width: 30px;
}

.header-mobile--about {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top 20% center;
	background-image: url(/images/about-bg.png);
	/* height: 100vh; */
	min-height: 500px;
}

.second-title {
	font-family: "Encode Sans Expanded", sans-serif;
	font-size: 24px;
	font-weight: 900;
	line-height: 32px;
	margin-top: 20px;
}

.prog-bg--about {
	background-image: url("/images/prog-bg2.png");
}

/* .frf {
  max-width: 300px;
  width: 100%;
} */
.last-block {
	padding-top: 45px;
	padding-bottom: 45px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
	margin-bottom: 0;
}

.button-button {
	max-width: 400px;
	width: 100%;
	display: block;
}

.last-img-desc {
	max-width: 50%;
	width: 100%;
	/* margin-bottom: -130px; */
}

.last-title {
	color: #a98f6a;

	font-size: 36px;
	font-weight: 900;
	line-height: 40px;
}

.bg-last {
	background-color: rgb(3 4 8);
}

.content-block-last {
	max-width: 720px;
	padding-left: 30px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.content-block-last p {
	color: #ffffff;
	font-family: "Encode Sans Expanded", sans-serif;
	font-size: 36px;
	font-weight: 300;
	line-height: 40px;
	margin-top: 16px;
	margin-bottom: 100px;
}

.last-img-mob {
	display: none;
}

@media (min-width: 1024px) {
	.header-mobile--cont {
		min-height: 757px;
	}
}

@media (max-width: 1023px) {
	.header-form--cont {
		background-position: top center;
	}

	.content-header {
		min-height: 250px;
	}

	.main-title {
		font-size: 38px;
		line-height: 1.2;
		text-align: left;
		/* padding: 0 30px; */
		margin-top: 100px;
	}

	.main-title-contact {
		font-size: 38px;
		line-height: 1.2;
		text-align: center;
		padding: 0 30px 20px 30px;
	}

	.header-top {
		flex-direction: column;
	}

	.second-title {
		font-size: 16px;
		margin-top: 20px;
		padding: 0 30px;
	}

	.accordion-title {
		gap: 14px;
	}

	.accordion-title span {
		margin-right: 0;
	}

	.accordion-title h3 {
		color: #4a5c6e;
		font-family: "Inter", sans-serif;
		font-size: 18px;
		font-weight: 600;
		line-height: 28px;
	}

	.accordion-content p {
		margin-top: 20px;
		color: #4a5c6e;
		font-family: "Inter", sans-serif;
		font-size: 18px;
		font-weight: 400;
		line-height: 28px;
		max-width: 950px;
	}
}

@media (max-width: 576px) {
	.map {
		height: 350px;
	}

	.accordion-title h3 {
		max-width: 230px;
	}
}

/* Sticky header + burger menu */
.header-mobile .nav {
	position: sticky;
	top: 0;
	z-index: 100;
	background: #1a2632;
}
.burger-btn {
	display: none;
	width: 38px;
	height: 38px;
	background: transparent;
	border: 1px solid rgba(255,255,255,0.2);
	border-radius: 6px;
	padding: 0;
	cursor: pointer;
	position: relative;
	z-index: 110;
}
.burger-btn span,
.burger-btn::before,
.burger-btn::after {
	content: "";
	position: absolute;
	left: 8px;
	right: 8px;
	height: 2px;
	background: #ffffff;
	border-radius: 2px;
	transition: transform .25s ease, opacity .2s ease, top .25s ease;
}
.burger-btn::before { top: 11px; }
.burger-btn span { top: 18px; }
.burger-btn::after { top: 25px; }
.burger-btn.is-open::before { top: 18px; transform: rotate(45deg); }
.burger-btn.is-open span { opacity: 0; }
.burger-btn.is-open::after { top: 18px; transform: rotate(-45deg); }

@media (max-width: 1023px) {
	.burger-btn { display: block; }
	.header-mobile .menu {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background: #1a2632;
		border-top: 1px solid rgba(255,255,255,0.08);
		border-bottom: 1px solid rgba(255,255,255,0.08);
		max-height: 0;
		overflow: hidden;
		transition: max-height .3s ease;
		z-index: 105;
	}
	.header-mobile .menu.is-open { max-height: 600px; }
	.header-mobile .menu-list {
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		padding: 8px 16px 16px;
	}
	.header-mobile .menu-item {
		border-bottom: 1px solid rgba(255,255,255,0.08);
	}
	.header-mobile .menu-link {
		display: block;
		padding: 14px 8px;
	}
	body { padding-top: 0; }
}

/* Phone field with country code */
.phone-wrap {
	display: flex;
	width: 100%;
	background: #fff;
	border-radius: 6px;
	overflow: hidden;
}
.phone-country {
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 0 10px;
	border-right: 1px solid #e5e7eb;
	background: #f9fafb;
	color: #0f172a;
	cursor: pointer;
	font-size: 14px;
	user-select: none;
	position: relative;
}
.phone-country .flag {
	font-size: 18px;
	line-height: 1;
}
.phone-country select {
	position: absolute;
	inset: 0;
	opacity: 0;
	cursor: pointer;
	width: 100%;
	height: 100%;
}
.phone-wrap input[type="tel"] {
	flex: 1;
	border: 0;
	padding: 8px 12px;
	background: #fff;
	color: #0f172a;
	font-size: 14px;
	min-width: 0;
}
.phone-wrap input[type="tel"]:focus {
	outline: none;
	box-shadow: none;
}

/* Active nav highlight */
.menu-link.is-active {
	color: #d4c3a3;
}

/* Buttons & links visual */
.cta-btn-secondary {
	display: inline-block;
	background: transparent;
	border: 1px solid #a98f6a;
	color: #a98f6a;
	padding: 10px 22px;
	border-radius: 6px;
	font-weight: 700;
	text-transform: uppercase;
	transition: background .2s ease, color .2s ease;
}
.cta-btn-secondary:hover {
	background: #a98f6a;
	color: #ffffff;
}

/* Tech page basic layout */
.page-content {
	background: #ffffff;
}
.page-content h1 {
	font-family: "Encode Sans Expanded", sans-serif;
	font-size: 2.25rem;
	line-height: 1.2;
	font-weight: 900;
	color: #1a2632;
	margin: 0 0 1.25rem;
}
.page-content h2 {
	font-family: "Encode Sans Expanded", sans-serif;
	font-size: 1.5rem;
	line-height: 1.3;
	font-weight: 900;
	color: #1a2632;
	margin: 2rem 0 1rem;
}
.page-content h3 {
	font-family: "Encode Sans Expanded", sans-serif;
	font-size: 1.15rem;
	font-weight: 800;
	color: #1a2632;
	margin: 1.25rem 0 .5rem;
}
.page-content p, .page-content li {
	color: #4a5c6e;
	font-size: 1rem;
	line-height: 1.65;
}
.page-content ul {
	list-style: disc;
	padding-left: 1.5rem;
	margin: .75rem 0 1rem;
}
.page-content a {
	color: #47607a;
	text-decoration: underline;
}
.page-content a:hover { color: #a98f6a; }

.page-content .lead {
	font-size: 1.1rem;
	color: #2a3a49;
	margin-bottom: 1.5rem;
}

.team-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 1.5rem;
	margin: 1.5rem 0;
}
.team-card {
	background: #f4f5f7;
	border: 1px solid rgba(42, 58, 73, 0.08);
	border-radius: 10px;
	padding: 1.5rem;
	text-align: center;
}
.team-card .role {
	color: #a98f6a;
	font-weight: 700;
	margin: .25rem 0 .5rem;
	text-transform: uppercase;
	font-size: .85rem;
	letter-spacing: .04em;
}

.contact-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
	margin: 1.5rem 0 2rem;
}
@media (min-width: 768px) {
	.contact-grid {
		grid-template-columns: 1fr 1fr;
	}
}
.contact-card {
	background: #f4f5f7;
	border: 1px solid rgba(42, 58, 73, 0.08);
	border-radius: 10px;
	padding: 1.25rem 1.5rem;
}
.contact-card strong {
	display: block;
	color: #1a2632;
	margin-bottom: .35rem;
}

.sign-form {
	background: #ffffff;
	border: 1px solid rgba(42, 58, 73, 0.1);
	border-radius: 12px;
	padding: 1.75rem;
	max-width: 480px;
	margin: 1.5rem auto 2.5rem;
}
.sign-form .field {
	display: block;
	margin-bottom: 1rem;
}
.sign-form label {
	display: block;
	color: #1a2632;
	font-weight: 600;
	margin-bottom: .35rem;
	font-size: .9rem;
}
.sign-form input[type=text],
.sign-form input[type=email],
.sign-form input[type=password],
.sign-form input[type=tel] {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #d1d5db;
	border-radius: 6px;
	background: #fff;
	font-size: 14px;
	color: #0f172a;
}
.sign-form button[type=submit] {
	width: 100%;
	padding: 12px 14px;
	border: 0;
	border-radius: 6px;
	background: #47607a;
	color: #fff;
	font-weight: 800;
	font-family: "Encode Sans Expanded", sans-serif;
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: .03em;
}
.sign-form button[type=submit]:hover {
	background: #3a4f66;
}
.sign-form .form-aux {
	margin-top: 1rem;
	font-size: .9rem;
	color: #4a5c6e;
	text-align: center;
}

.disclaimer {
	margin-top: 2.5rem;
	padding: 1.25rem 1.5rem;
	border-left: 4px solid #a98f6a;
	background: #f4f5f7;
	color: #4a5c6e;
	border-radius: 6px;
}
.disclaimer strong { color: #1a2632; }
		font-family: "Inter", sans-serif;
		font-size: 18px;
		font-weight: 400;
		line-height: 28px;
		max-width: 950px;
	}
}

@media (max-width: 768px) {
	/* .frf {
      max-width: 400px;
    } */
	.last-img-mob {
		display: block;
	}

	.last-img-desc {
		display: none;
	}

	.main-title--about {
		padding-left: 0;
		margin-top: 100px;
	}

	.second-title {
		padding: 0;
	}

	.accordion-item {
		padding-left: 15px;
		padding-right: 15px;
	}

	.card-padding {
		padding: 20px 20px 40px;
	}

	.card-padding-title {
		font-size: 16px;
		font-weight: 900;
		line-height: 22.2px;
	}
	.last-title {
		font-size: 26px;
		line-height: 1.2;
	}

	.content-block-last {
		text-align: center;
		padding-left: 10px;
		padding-right: 10px;
	}

	.content-block-last p {
		margin-bottom: 0;
		font-size: 22px;
		line-height: 24px;
		margin-top: 26px;
	}
}

@media (max-width: 576px) {
	.map {
		height: 350px;
	}

	.accordion-title h3 {
		max-width: 230px;
	}
}
