/*!
Theme Name: nova-LC
Theme URI: 
Author: Пулявин Виталий
Author URI: 
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nova-LC
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

nova-LC is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/* ====== Base ====== */

:root {
	--font-family: "Raleway", sans-serif;
	--second-family: "Montserrat", sans-serif;
	--third-family: "Mulish", sans-serif;
	--radius: 1.25rem;
	--container: 83.625rem; /* 1338px / 16 */
	--bg:#1c1c1c;
  }
  
  html{
	font-size: 62.5%; /* 10px на 1920 (и вообще базово 10px, если clamp не сработает) */
  }
  
  @media (max-width: 1920px){
	html{
	  /* 1920px -> 10px, 1024px -> ~8px (можно подстроить) */
	  font-size: clamp(50%, 0.5208vw, 62.5%);
	  /* 0.5208vw = 10px при 1920: 1920 * 0.005208 = 10 */
	}
  }
  

  /* ====== (рекомендуется) переменная контейнера под rem=10px ====== */
  :root{
	--container: 137.2rem; /* 1372px -> 137.2rem (под 1920 макет) */
  }
  
  /* ВАЖНО: у тебя .container объявлен 2 раза. Оставь ОДИН вариант. */
  .container{
	max-width: var(--container);
	margin: 0 auto;
	padding: 0 2rem; /* 20px -> 2rem */
  }
  
  body{
	margin:0;
	background: var(--bg);
	color: var(--text);
	font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
	line-height: 1.35;
  }
  
  a{ color: inherit; }

  a:hover {
	color: rgba(255, 255, 255, .85);
}
  
  .container{
	max-width: var(--container);
	margin: 0 auto;
	padding: 0 1.25rem;
  }
  
  .custom-logo {
  width: max-content;
height: 3.6rem;
}


  .custom-logo-link {
	width: 15.5rem;              /* 155px -> 15.5rem */
	border-right: 0.1rem solid #424242; /* 1px -> 0.1rem */
	height: 100%;
	flex: 1 1 13%;
  }
  
  .town {
	width: 15.5rem; /* 155px -> 15.5rem */
  }
  
  .header-row-area {
	display: flex;
	justify-content: space-between;
	width: 100%;
  }
  
  section{ padding: 4.5rem 0; }

  .h2 {
	font-family: var(--font-family);
font-weight: 600;
font-size: 5rem;
color: #fff;
  }



  .h3 {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 2.4rem;
	text-align: right;
	color: #a8a8a8;
  }

  h3{
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 2.6rem;
padding-top: 1.2rem;
	color: #a8a8a8;
  }


  h4{
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 2.2rem;
	color: #a8a8a8;
	padding-top: 1.2rem;
  }

 h5{
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 1.8rem;
	color: #a8a8a8;
	padding-top: 1.2rem;
  }
  
  .muted{ font-family: var(--font-family);
	font-weight: 400;
	font-size: 3rem;
	text-align: right;
	color: #a8a8a8; }
  
	.section-head {
		display: flex;
		gap: 1.5rem;
		margin-bottom: 1.75rem;
		flex-direction: column;
	}


.cf7-success-text p {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 3rem;
	color: #a8a8a8;
}
  .section-head--row{ align-items: baseline; }
  
  
  /* Buttons */

  
  /* Inputs */
  .input{
	width:100%;
	height: 3rem;
	padding: 0 1rem;
	background: #0f0f0f;
	border: 0.1rem solid var(--line); /* 1px -> 0.1rem */
	border-radius: .9rem;
	color: var(--text);
	outline: none;
  }
  .input::placeholder{ color: rgba(255,255,255,.35); }
  
  .sr-only{
	position:absolute;
	width:0.1rem;height:0.1rem; /* 1px -> 0.1rem */
	padding:0;margin:-0.1rem;overflow:hidden; /* -1px -> -0.1rem */
	clip:rect(0,0,0,0);white-space:nowrap;border:0;
  }
  

  .potolok-tab-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 3rem;
  }
  /* Placeholder blocks instead of images */
  .ph{
	border-radius: 3rem;

  }
  .ph--hero{ height: 22rem; }
  .ph--card{ 	
	width: 56.4rem;
	height: 46rem;}


  .ph--map{ height: 18rem; }
  .ph--avatar{
	width: 6.5rem;
	height: 6.5rem;
	border-radius: 999rem;
	background: linear-gradient(135deg, rgba(45,125,255,.35), rgba(138,45,255,.25));
  }
  
  /* HERO */
  .hero{
	padding-top: 0;
	background:
	  radial-gradient(60rem 30rem at 20% 15%, rgba(45,125,255,.14), transparent 60%),
	  radial-gradient(55rem 26rem at 85% 25%, rgba(138,45,255,.10), transparent 60%),
	  linear-gradient(180deg, #101010 0%, #141414 60%);
	border-bottom: 0.1rem solid var(--line); /* 1px -> 0.1rem */
	height: calc(100vh - 12.6rem); /* 126px -> 12.6rem */
	margin-top: 12.6rem;          /* 126px -> 12.6rem */
  }
  
  .hero__grid{
	display:flex;
	align-items:center;
	justify-content: space-between;
	gap: 2rem;
	height: 100%;
  }
  
  .hero__left{ flex: 1 1 50%; }
  .hero__right{ flex: 1 1 50%; position:relative; }
  
  .hero__title{
	margin:0;
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 6.8rem; /* 68px -> 6.8rem */
	color: #fff;
	margin-top: 10rem;
  }
  .hero__title-accent{
	display:block;
	margin-top: 5rem;
	margin-left: -15rem;
	font-family: var(--second-family);
font-weight: 700;
font-size: 6.8rem;
color: #fff;
text-transform: uppercase;
  }
  
  .hero__lead{
	margin: 5rem 0 1rem;
	font-family: var(--second-family);
font-weight: 600;
font-size: 5.5rem;
color: #fff;
text-transform: uppercase;
  }
  
  .hero__bullets{
	margin: 5rem 0 1rem;
	padding-left: 3rem;
	color: rgba(255,255,255,.7);
  }
  .hero__bullets li{ margin: .5rem 0; 
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 2.8rem;
	color: #a8a8a8;
	text-transform: uppercase;}
  
  .hero__actions{
	display:flex;
	gap: .8rem;
	margin-top: 1.5rem;
	flex-wrap: wrap;
  }
  
  .hero__badge{
	position:absolute;
	right: 1.25rem;
	bottom: 1.25rem;
	background: rgba(0,0,0,.55);
	border: 0.1rem solid var(--line); /* 1px -> 0.1rem */
	border-radius: 1rem;
	padding: .85rem 1rem;
	backdrop-filter: blur(.6rem);
  }
  .hero__badge-title{ font-weight: 600; }
  .hero__badge-sub{ color: var(--muted); font-size: .95rem; margin-top: .2rem; }


  .hero__scroll_wrap {
	display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 1rem;
    width: 100%;
  }
  

  
  /* TABS + CATALOG CARD */
  .tabs{
	display:flex;
	gap: .6rem;
	flex-wrap: wrap;
	margin: 1.25rem 0 1.25rem;
  }
  
  .tab{
	border: 0.1rem solid var(--line); /* 1px -> 0.1rem */
	background: transparent;
	color: rgba(255,255,255,.7);
	border-radius: 999rem;
	padding: .6rem .95rem;
	font-size: .95rem;
	cursor:pointer;
  }
  .tab.is-active{
	background: rgba(255,255,255,.12);
	color: rgba(255,255,255,.92);
	border-color: rgba(255,255,255,.18);
  }
  
  .catalog-card{
	display: flex;
    gap: 10rem;
    padding: 3rem 0;
    margin: 0 auto;
	
  }
  
  .catalog-card__media{ flex: 0 0 42%; }
  .catalog-card__content{ flex: 1 1 auto; }
  
  .price{
	font-family: var(--second-family);
font-weight: 600;
font-size: 3.2rem;
color: #a8a8a8;
text-align: end;
margin: 3rem 0;
  }
  

  .potolok-subtitle  {
	margin: 3rem 0;
  }
  .potolok-subtitle p, .potolok-subtitle a, .potolok-subtitle li,  .potolok-subtitle  {
	font-family: var(--font-family);
font-weight: 500;
font-size: 16px;
color: #fff;
  }

  .catalog-card__actions {
    display: flex;
    gap: .8rem;
    flex-wrap: wrap;
    margin-top: 3rem;
    justify-content: flex-end;
}
  

  
  /* STATS */
  .stats{ padding-top: 2.25rem; }
  .stats__grid{
	display:flex;
	gap: 2rem;
  }
  .stat{
	flex: 1 1 0;
	padding: 4rem;
	background: #000;
	height: 44.4rem;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .stat__num_wrap {
	display: flex;
	flex-direction: column;
  }
  .stat__num{
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 7.2rem;
	color: #fff;
  }

  .stat__num span {
	color: #a8a8a8;
  }
  .stat__text{
	font-family: var(--second-family);
font-weight: 400;
font-size: 3.5rem;
text-align: end;
color: #a8a8a8;
margin-top: -2rem;
  }

  .stat__text-big{
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 4rem;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	height: 50%;
	transition: all 0.5s;
  }

  .stat__text-big:hover {
	transform: scale(1.1);
  }
  

  
  /* WORKS */
  .works__grid{
	display:flex;
    justify-content: space-between;
    position: relative;
	height: 100rem;
  }
/* Карточка/обертка */
.cart--work {
	position: relative;
	overflow: hidden;   
	width: 100%;
    height: 100%;   
  }

  .cart--work a { 
	width: 100%;
    height: 100%;   
  }
  
  /* Оверлей (затемнение) */
 .cart--work::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.35);
	opacity: 1;
	transition: opacity .35s ease;
	pointer-events: none;
	z-index: 2;
  }

  /* Текст "Открыть проект" */
 .cart--work::before{
	content: "Смотреть проект";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) translateY(8px);
    opacity: 0;
    z-index: 3;
    pointer-events: none;
    color: #fff;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: .02em;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(0, 0, 0, .35);
    backdrop-filter: blur(6px);
    transition: opacity .5s ease, transform .6s cubic-bezier(.2, .8, .2, 1);
    width: max-content;
  }
  
  /* Ссылка и картинка */
 .cart--work > a {
	display: block;
  }
  
 .cart--work img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1);
	transition: transform .8s cubic-bezier(.2,.8,.2,1);
	will-change: transform;
  }
  
  /* Hover: убираем оверлей и увеличиваем только картинку */
  .work-item:hover .cart--work::after {
	opacity: 0;
  }
  
  .work-item:hover .cart--work img {
	transform: scale(1.08);
  }


.work-item:hover .cart--work::before{
  opacity:1;
  transform: translate(-50%, -50%) translateY(0);
}


  .work-small { 
	width: 32rem;
	height: 53rem;
}

.work-big {
	width: 43.8rem;
height: 73rem;
}

.videoBackground2 > video {
    object-fit: cover;
    background-size: cover;
    opacity: 100%;
    width: 100%;
    height: 100%;
}

.work-item-1 {
	position: relative;
	top: 4rem;
}

.work-item-1 img {
	object-fit: cover;
    background-size: cover;
    opacity: 100%;
    width: 100%;
    height: 100%;
}

.work-item-2 {
	bottom: -36rem;
    position: relative;
}

.work-item-2 img {
	object-fit: cover;
    background-size: cover;
    opacity: 100%;
    width: 100%;
    height: 100%;
}

.work-item-3 img {
	object-fit: cover;
    background-size: cover;
    opacity: 100%;
    width: 100%;
    height: 100%;
}
  .work__cap{
	font-family: var(--font-family);
font-weight: 400;
font-size: 2rem;
text-align: center;
color: #a8a8a8;
padding-top: 1rem;
  }
  
  .center{ display:flex; justify-content:center; margin-top: 1.5rem; }
  

  
  /* LEAD */
  .lead-box{
	background: #0f0f0f;
	border: 0.1rem solid var(--line); /* 1px -> 0.1rem */
	border-radius: var(--radius);
	padding: 1.5rem;
  }
  
  .lead-box__text{
	display:flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 1.25rem;
	margin-bottom: 1.25rem;
  }
  .lead-form{
	display:flex;
	gap: .75rem;
	align-items:center;
	flex-wrap: wrap;
  }
  .field{ flex: 1 1 14rem; }
  .lead-box__note{ margin-top: .9rem; font-size: .9rem; }
  
  
  /* GEO */
  .geo__grid{
	display:flex;
	gap: 1rem;
	align-items: stretch;
  }
  .geo__list{
	flex: 0 0 22rem;
	background: #0f0f0f;
	border: 0.1rem solid var(--line); /* 1px -> 0.1rem */
	border-radius: var(--radius);
	padding: 1.25rem;
  }
  .geo__map{ flex: 1 1 auto; }
  
  .list{
	margin:0;
	padding-left: 1.1rem;
	color: rgba(255,255,255,.65);
  }
  .list li{ margin: .55rem 0; }
  
  
  /* TEAM */
  .team__grid{
	display:flex;
	gap: 1rem;
  }
  .person{
	flex: 1 1 0;
	background: #0f0f0f;
	border: 0.1rem solid var(--line); /* 1px -> 0.1rem */
	border-radius: var(--radius);
	padding: 1.25rem;
	display:flex;
	flex-direction: column;
	align-items: center;
	text-align:center;
	gap: .75rem;
  }
  .person__name{ font-weight: 650; }
  .person__role{ font-size: .95rem; }
  
  
  /* FAQ */
  .accordion{
	border-top: 0.1rem solid var(--line); /* 1px -> 0.1rem */
  }
  .acc{
	border-bottom: 0.1rem solid var(--line); /* 1px -> 0.1rem */
	padding: .9rem 0;
  }
  .acc__q{
	list-style:none;
	cursor:pointer;
	font-weight: 600;
	color: rgba(255,255,255,.88);
	display:flex;
	align-items:center;
	justify-content: space-between;
	gap: 1rem;
  }
  .acc__q::-webkit-details-marker{ display:none; }
  .acc__a{
	padding-top: .7rem;
	max-width: 60rem;
  }

  .accordion-button.collapsed {
    transition: all 0.8s;
}

.accordion-button.collapsed:hover {
	transition: all 0.8s;
    transform: translateY(-1rem);

}


.fade {
    transition: opacity .4s linear;
}
  
  /* PARTNERS */
  .partners__grid {
    display: flex;
    gap: 1.2rem;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
}
  .partner{
	flex: 1 1 21rem;
	width: 21rem;
    aspect-ratio: 1;
	display:flex;
	align-items:center;
	justify-content:center;
	background: #0f0f0f;
	border: 0.1rem solid var(--line); /* 1px -> 0.1rem */
	border-radius: 1rem;
	color: rgba(255,255,255,.7);
	text-transform: uppercase;
	letter-spacing: .08em;
	font-weight: 650;
	font-size: .95rem;
	
  }
  .partner svg {
	transition: all 0.5s;
  }

  .partner:hover svg {
	transform: scale(1.2);
  }
  
  /* FOOTER */
  .footer{
	padding: 2.25rem 0;
	border-top: 0.1rem solid var(--line); /* 1px -> 0.1rem */
	background: var(--bg2);
  }
  .footer__grid{
	display:flex;
	gap: 1.5rem;
	align-items:flex-start;
  }
  .footer__col{ flex: 1 1 0; display:flex; flex-direction: column; gap: .6rem; }
  .footer__col--right{ align-items: flex-end; text-align:right; }
  .footer__brand{ font-weight: 750; letter-spacing: .03em; }
  .footer__link{
	color: rgba(255,255,255,.65);
	text-decoration:none;
  }
  .footer__link:hover{ color: rgba(255,255,255,.9); }
  .footer__phone{
	font-size: 1.15rem;
	text-decoration:none;
	color: rgba(255,255,255,.9);
  }
  
  
  .site-header{
	background:#141414;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9;
  }
  
  .container{
	max-width: 137.2rem; /* 1372px -> 137.2rem */
	margin: 0 auto;
	padding: 0 2rem;     /* 20px -> 2rem */
  }
  
  /* ====== TOP BAR ====== */
  .header-top{
	border-bottom: 0.1rem solid #424242; /* 1px -> 0.1rem */
	background: #151515;
  }
  
  .top-nav{
	list-style:none;
	margin:0;
	padding: 1.4rem 0; /* 14px -> 1.4rem */
	display:flex;
	justify-content:center;
	gap: 3.4rem;       /* 34px -> 3.4rem */
	flex-wrap: wrap;
  }
  
  .top-nav a{
	color: #a8a8a8;
	text-decoration:none;
	font-size: 1.6rem; /* 14px -> 1.4rem */
	line-height: 1;
	transition: .2s ease;
	font-family: var(--font-family);
font-weight: 400;
  }
  
  .top-nav a:hover{
	color: rgba(255,255,255,.85);
  }

  .top-nav .current_page_item  a  {
	color: rgba(255,255,255,.85);
  }

  .top-nav .current-menu-item  a  {
	color: rgba(255,255,255,.85);
  }
  
  /* ====== MAIN BAR ====== */
  .header-main{
	border-bottom: 0.1rem solid rgba(255,255,255,.10); /* 1px -> 0.1rem */
	background: #151515;
  }
  
  .header-row{
	display:flex;
	align-items:center;
	gap: 2.6rem;      /* 26px -> 2.6rem */
	padding: 1.6rem 0;/* 16px -> 1.6rem */
  }
  
  .brand{
	display:flex;
	align-items:center;
	text-decoration:none;
	color: inherit;
	flex: 0 0 auto;
  }
  
  .brand__logo{
	display:block;
	width: 15.5rem; /* 155px -> 15.5rem */
	height: auto;
  }
  
  .work-area{
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 1.6rem; /* 16px -> 1.6rem */
	color: #fff;
  }
  
  .header-social a {
	text-decoration: none;
	   border: 1px solid transparent;
    border-radius: 100%;
    padding: 2px;
	   transition: all 0.5s;
  }

.header-social a:hover {
	    border: 1px solid #9E9E9E;
    border-radius: 100%;
    padding: 2px;
    transition: all 0.5s;
}

  .header-social {
	display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.8rem;
  }
  
  .work-area__title,
  .work-area__sub{
	margin:0;
  }
  
  .header-right{
	display:flex;
	align-items:center;
	gap: 1.8rem; /* 18px -> 1.8rem */
	flex: 0 0 auto;
  }
  
  .phone{
	text-align:right;
  }
  
  .phone__link{
	color: rgba(255,255,255,.85);
	text-decoration:none;
	font-size: 2rem; /* 16px -> 1.6rem */
	letter-spacing: .2px;
  }
  
  .phone__hours{
	margin-top: 0.4rem; /* 4px -> 0.4rem */
	font-size: 1.6rem;  /* 12px -> 1.2rem */
	color: rgba(255,255,255,.45);
  }
  
  .btn {
	position: relative;
	overflow: hidden;
	isolation: isolate;
  width: max-content;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 1.2rem 2.2rem;
	border-radius: 99.9rem;
  
	background: #b9b9b9;
	color: #1a1a1a;
	text-decoration: none;
	font-size: 2rem;
	white-space: nowrap;
  
	transform: translateZ(0);
	transition: transform .25s cubic-bezier(.2,.8,.2,1),
				box-shadow .25s cubic-bezier(.2,.8,.2,1),
				color .25s ease,
				background-color .25s ease;
	box-shadow: 0 8px 18px rgba(0,0,0,.10);
  }
  
  /* "Блик" + заливка градиентом */
  .btn::before {
	content: "";
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	z-index: -1;
	background: #1c1c1c;
	opacity: 0;
	transform: translateX(-35%) skewX(-12deg);
	transition: opacity .35s ease, transform .55s cubic-bezier(.2,.8,.2,1);
  }
  
  /* Лёгкий блик */
  .btn::after {
	content: "";
	position: absolute;
	top: 0;
	left: -60%;
	width: 60%;
	height: 100%;
	border-radius: inherit;
	z-index: 0;
  
	background: linear-gradient(90deg, transparent, rgba(255,255,255,.35), transparent);
	transform: skewX(-20deg);
	opacity: 0;
	transition: left .7s cubic-bezier(.2,.8,.2,1), opacity .2s ease;
  }
  
  .btn:hover {
	color: #fff;
	box-shadow: 0 16px 30px rgba(0,0,0,.18);
  }

  input.btn:hover {
	color: #fff;
	box-shadow: 0 16px 30px rgba(0,0,0,.18);
	background: #151515;
	border: 0.1rem solid rgba(255, 255, 255, .10);
  }
  
  .btn:hover::before {
	opacity: 1;
	transform: translateX(0) skewX(-12deg);
  }
  
  .btn:hover::after {
	left: 120%;
	opacity: 1;
  }
  
  .btn:active {
	transform: translateY(0);
	box-shadow: 0 10px 18px rgba(0,0,0,.14);
  }
  
  .btn:focus-visible {
	outline: none;
	box-shadow: 0 0 0 4px rgba(0,0,0,.18), 0 16px 30px rgba(0,0,0,.18);
  }
  
  @media (prefers-reduced-motion: reduce) {
	.btn, .btn::before, .btn::after { transition: none; }
  }
  
  
  .header-top-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
  }
  
  main {
	background: #1c1c1c;
  }
  
  /* HERO with dark overlay over the video, text stays on top */
  .hero{
	position: relative;
	overflow: hidden;
	color: #fff; /* make text light */
  }
  
  /* Video wrapper goes behind content */
  .hero-video{
	position: absolute;
	inset: 0;
	z-index: 0;
  }
  
  /* Video fills the section */
  .hero .video-bg{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
  }
  
  /* Darkening overlay */
  .hero-video::after{
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,.7); /* adjust darkness: 0.35–0.7 */
	z-index: 1;
	pointer-events: none;
  }
  
  /* Content above overlay/video */
  .hero .container{
	position: relative;
	z-index: 2;
  }
  
  /* Ensure SVG is also light */
  .hero svg{
	color: #fff;
  }

  .tab-border
  {
	border: 0.1rem solid #6c6c6c;
border-radius: 5rem;
	padding: 1.7rem 3.8rem;
  height: 6.9rem;
  align-content: center;
  justify-content: space-between;
  }

  .nav-link {
	font-family: var(--font-family);
font-weight: 500;
font-size: 3rem;
color: #a8a8a8;
background: transparent;
  }

  .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
	background: transparent;
}

.nav-pills .nav-link:hover {
    color: #fff;
	background: transparent;
}


.fos-wrap {
	background: #000;
    border-radius: 1rem;
padding: 3.8rem 5rem;
display: flex;
    gap: 1rem;
}

.fos-title {
font-family: var(--font-family);
font-weight: 500;
font-size: 4rem;
color: #fff;
}

.fos-subtitle {
font-family: var(--font-family);
font-weight: 400;
font-size: 1.6rem;
color: #a8a8a8;
}

.form-wrap {
    display: flex;
    flex-direction: column;
	gap: 3rem;
}

.inline-input {
    display: flex;
    flex-direction: row;
    gap:2rem;
    justify-content: flex-end;
}

input[type="text"], input[type="tel"]  {
height: 5.3rem;
background: #fff;
border: 0;
padding: 1rem;
width: 40rem;
font-size: 2rem;
}

.yandex-hero {
	margin-top: 2rem;
}

.input-label p {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 2rem;
	color: #6c6c6c;
}

.wpcf7-list-item-label {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 2rem;
	color: #fff;
}

::placeholder {
font-family: var(--font-family);
font-weight: 400;
font-size: 2rem;
color: #6c6c6c;
}

input.btn {
text-transform: uppercase;
min-width: 27.7rem;
}

.submit-btn:hover {
    box-shadow: 1px 1px 5px 0px #000;
}

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

.wpcf7-acceptance .wpcf7-list-item-label {
font-family: var(--font-family);
font-weight: 400;
font-size: 1.2rem;
color: #6c6c6c;

}

.acceptance  {
    max-width: 32.8rem;
    display: flex;
    align-items: center;
}

input[type="checkbox"] {
    height: auto;
}

.acceptance input {
width: auto;
}

.wpcf7-spinner {
    display: none;
}

.fos-col-2 {
    flex: 1;
}

.fos-col-1 {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.yandex-map-wrapper {
	display: grid;
	height: 60rem;
	max-width: 100%;
	grid-template-columns: 38rem auto;
  }
  
  .object-list {
	overflow-y: auto;
	padding: 2rem 0;
	color: #fff;
	font-family: var(--second-family);
  }
  
  .object-list h3 {
	margin-top: 0;
	margin-bottom: 1.5rem;
	font-size: 2.2rem;
	font-weight: bold;
	padding-left: 30px;
	padding-right: 30px;
  }
  
  .object-list-item {
	padding: 10px 15px;
	margin-bottom: 5px;
	cursor: pointer;
	transition: background 0.2s;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 1.8rem;
  }
  
  .object-list-item:hover {
	background: #333;
	color: white;
  }
  
  .ymap-container {
	flex-grow: 1;
	min-height: 100%;
	position: relative;
	filter: invert(1) grayscale(1);
    -webkit-filter: invert(1) grayscale(1);
  }

/* Контейнер со списком (где нужен скролл) */
.yandex-map-wrapper .object-list{
	max-height: 60rem;         /* подберите */
	overflow-y: auto;
	overflow-x: hidden;
  
	padding-right: .8rem;         /* чтобы текст не прилипал к скроллу */
	scrollbar-gutter: stable;   /* чтобы не прыгала ширина при появлении скролла */
  }
  
  /* Firefox */
  .yandex-map-wrapper .object-list{
	scrollbar-width: thin;
	scrollbar-color: #555 #1e1e1e;
  }
  
  /* Chrome/Edge/Safari */
  .yandex-map-wrapper .object-list::-webkit-scrollbar{
	width: .8rem;  
  }
  .yandex-map-wrapper .object-list::-webkit-scrollbar-track{
	background: #1e1e1e;
	border-radius: .8rem;  
  }
  .yandex-map-wrapper .object-list::-webkit-scrollbar-thumb{
	background: #555;
	border-radius: .8rem;  
  }
  .yandex-map-wrapper .object-list::-webkit-scrollbar-thumb:hover{
	background: #777;
  }
  
  /* (опционально) стиль элементов списка */
  .yandex-map-wrapper .object-list .object-list-item{
	padding: 1rem 1.2rem;
	cursor: pointer;
	border-bottom: 1px solid rgba(255,255,255,.08);
  }
  .yandex-map-wrapper .object-list .object-list-item:hover{
	background: rgba(255,255,255,.06);
  }
  
  
  
  
  /* ADAPTIVE */
  @media (max-width: 768px) {
	.yandex-map-wrapper {
	  grid-template-columns: 1fr;
	  row-gap: 2rem;
	}
  }


  .team-block{
	padding:40px 0;
  }
  
  .team-block__inner {
	position:relative;
	margin:0 auto;
	height: 73rem;
  }
  

  
  /* карточки */
  .team-card{
	position:absolute;
  }
  
  .team-card__photo{
	border-radius:50%;
	background:  #000000;
	box-shadow: 0 0 0 0 rgba(0,0,0,0);
  }

  .team-card__photo img {
	width: 100%;
    height: 100%;
    object-fit: cover;
	border-radius:50%;
  }
  

  .team-card--big{
	left:6rem;
	top:0px;
  }
  .team-card__photo--big{
	width:44rem;
	height:44rem;
  }
  
  .team-card--small{
	left:29rem; /* круг чуть правее и ниже, перекрывает большой */
	top:27.5rem;
  }
  .team-card__photo--small{
	width:44rem;
	height:44rem;
  }
  
  /* подписи справа от кругов */
  .team-card__title {
	position:absolute;
	left:90%;
	top:30%;
	transform:translate(80px, -50%);
	white-space:nowrap;
	font-family: var(--font-family);
font-weight: 400;
font-size: 3rem;
color: #fff;
  }

  .team-card__title span {
	font-size: 2.8rem;
color: #a8a8a8;
  }
  
  /* на макете подпись верхнего круга чуть выше центра */
  .team-card--big .team-card__title{
	top:44%;
	transform:translate(80px, -50%);
  }
  
.accordion-item {
    background-color: transparent;
	border: 0;
    border-bottom: 1px solid #a8a8a8;
	
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 3rem 1.5rem 3rem 3rem;
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 3.6rem;
	color: #fff;
    text-align: left;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: unset;
}

.accordion-button:focus {
    z-index: 3;
    border-color: unset;
    outline: 0;
    box-shadow: unset;
}

.accordion-button:not(.collapsed) {
	color: #fff;
    background-color: transparent;
    box-shadow: unset;
}

.accordion-body , .accordion-body p , .accordion-body a, .accordion-body li{
	font-family: var(--font-family);
font-weight: 400;
font-size: 2.6rem;
color: #fff;
text-decoration: none;
}

.accordion-body {
	padding: 1rem 1.5rem 1rem 3rem;
}


.accordion-button::after {
    flex-shrink: 0;
    width: 5rem;
    height: 5rem;
    margin-left: auto;
    content: "";
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8ZyBjbGlwLXBhdGg9InVybCgjY2xpcDBfNDJfOTEpIj4KICAgIDxwYXRoIGQ9Ik0xIDEySDIzIiBzdHJva2U9IndoaXRlIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIiAvPgogICAgPHBhdGggZD0iTTEyIDFWMjMiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiIC8+CiAgPC9nPgogIDxkZWZzPgogICAgPGNsaXBQYXRoIGlkPSJjbGlwMF80Ml85MSI+CiAgICAgIDxyZWN0IHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0id2hpdGUiIC8+CiAgICA8L2NsaXBQYXRoPgogIDwvZGVmcz4KPC9zdmc+);
    background-repeat: no-repeat;
    background-size: 2.4rem;
	background-position: center;
    transition: transform .2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzQiIGhlaWdodD0iMzQiIHZpZXdCb3g9IjAgMCAzNCAzNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8ZyBjbGlwLXBhdGg9InVybCgjY2xpcDBfNDJfNzMpIj4KICAgIDxwYXRoIGQ9Ik05LjE5ODMgMjQuNzU1TDI0Ljc0MjggOS4xODY3NyIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIgLz4KICAgIDxwYXRoIGQ9Ik05LjE4NjQ3IDkuMTk4MzFMMjQuNzU0NiAyNC43NDI4IiBzdHJva2U9ImJsYWNrIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIiAvPgogIDwvZz4KICA8ZGVmcz4KICAgIDxjbGlwUGF0aCBpZD0iY2xpcDBfNDJfNzMiPgogICAgICA8cmVjdCB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9IndoaXRlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDE2Ljk4MzUpIHJvdGF0ZSgtNDUuMDQzNikiIC8+CiAgICA8L2NsaXBQYXRoPgogIDwvZGVmcz4KPC9zdmc+),#fff;
    transform: rotate(-180deg);
	border-radius: 100%;
	background-position: center;
}

.partner {
	border: 1px solid #a8a8a8;
padding: 21px 0px;
width: 21rem;
border-radius: 0;
}

footer {
	background: #000;
	padding: 4.4rem 27.5rem;
}

footer p {
	font-family: var(--font-family);
font-weight: 400;
font-size: 1.6rem;
color: #fffcf3;
}

.footer-wrap {
	display: flex;
    justify-content: space-between;
    gap: 2rem;
}

.footer-col {
	flex: 1 1 30%;
}

.col-centr {
	display: flex;
    justify-content: center;
    align-items: flex-start;
	align-items: center;
    flex-direction: column;
    gap: 2rem;
}

.yandex {
	
		display: flex;
		justify-content: center;
		align-items: flex-start;
		align-items: center;
		flex-direction: column;

	
}

.site {
	display: flex;
    flex-direction: column;
}

.main {
    min-height: calc(100vh - 17.3rem);
}	




 .breadcrums {
	padding-top: 13.5rem;
	margin-top: 3.5rem;
} 

.breadcrums p,  .breadcrums a {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 1.4rem;
	color: #a8a8a8;
	text-decoration: none;
}

.politika a {
	font-family: var(--font-family);
font-weight: 400;
font-size: 1.6rem;
color: #fff;
text-decoration: none;
}

.catalog-project-wrap {
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    gap: 2rem;
}

.catalog-project-item {
position: relative;
	width: 43rem;
}


.catalog-project-item__title {
	font-family: var(--font-family);
font-weight: 400;
font-size: 2rem;
text-align: center;
color: #fff;
padding: 2rem;
}

.catalog-project-item__border {
	border: 1px solid #363636;
	width: 43rem;
height: 60rem;
}

.catalog-project-item__img {
    width: 100%;
    height: 100%;
    padding: 2rem;
	transition: all 0.5s;
	object-fit: cover;
}

.catalog-project-item:hover .catalog-project-item__img {
	padding: 0rem;
}

.project-content {
	margin: 9rem 0 0 0;
}

.project-content p , .project-content a, .project-content li {
	font-family: var(--second-family);
font-weight: 400;
font-size: 2rem;
color: #a8a8a8;
}

.video-single {
	width: 100%;
    height: 100%;
    padding: 2rem;
	transition: all 0.5s;
	object-fit: cover;
}

.kontakti-map {
	border-radius: .5rem;
	overflow: hidden;
}

.kontakti-block {
	border: 1px solid #363636;
border-radius: .5rem;
padding: 2rem;
display: flex;
flex-direction: column;
gap: 4rem;
}

.kontakti-block-item__title {
	font-family: var(--font-family);
font-weight: 400;
font-size: 1.6rem;
color: #a8a8a8;
margin-bottom: .6rem;
}

.kontakti-block-item__tel a {
	font-family: var(--second-family);
font-weight: 400;
font-size: 3.2rem;
color: #fff;
text-decoration: none;
}

.kontakti-block-item__info {
	font-family: var(--font-family);
font-weight: 400;
font-size: 2rem;
color: #fff;
}

.content p, .content a , .content li, .content table {
	font-family: var(--font-family);
font-weight: 400;
font-size: 1.8rem;
color: #a8a8a8;
}

.content {
	padding: 2.5rem 0;
}

.content h2 {
	font-family: var(--font-family);
font-weight: 600;
font-size: 3rem;
color: #fff;
  }



/* ===== MODAL: .modal-menu (Bootstrap 5 + WP menu) ===== */
.modal-menu{
	--fm-bg: #0b0b0b;
	--fm-text: #fff;
	--fm-muted: rgba(255,255,255,.85);
	--fm-border: rgba(255,255,255,.14);
	--fm-radius: 1.5rem;
  }
  
  /* затемнение фона */
  .modal-backdrop.show{ opacity: .85; }
  
  /* размеры и центрирование */
  .modal-menu .modal-dialog{
	max-width: 135rem;   /* ~1350px */
	margin: 2.5rem auto;
	padding: 0 1rem;
	width: max-content;
    min-width: 70rem;
  }
  
  /* рамка/фон как на макете */
  .modal-menu .modal-content{
	background: var(--fm-bg);
	color: var(--fm-text);
	border: 0.0625rem solid var(--fm-border);
	border-radius: var(--fm-radius);
	box-shadow: none;
	overflow: hidden;
  }
  
  /* header пустой, оставляем только кнопку, убираем дефолтные отступы/границы */
  .modal-menu .modal-header{
	border: 0;
    padding: 1rem 9rem 0rem 3rem;
	min-height: 0;
  }
  
  /* кнопка закрытия – белый круг справа сверху */
  .modal-menu .btn-close{
	position: absolute;
	top: 1.75rem;
	right: 1.75rem;
	width: 5rem;
    height: 5rem;
	padding: 0;
	border-radius: 999rem;
	background-color: #fff;
	opacity: 1;
  
	/* крестик (Bootstrap рисует через mask) */
	background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzQiIGhlaWdodD0iMzQiIHZpZXdCb3g9IjAgMCAzNCAzNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8ZyBjbGlwLXBhdGg9InVybCgjY2xpcDBfNDJfNzMpIj4KICAgIDxwYXRoIGQ9Ik05LjE5ODMgMjQuNzU1TDI0Ljc0MjggOS4xODY3NyIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIgLz4KICAgIDxwYXRoIGQ9Ik05LjE4NjQ3IDkuMTk4MzFMMjQuNzU0NiAyNC43NDI4IiBzdHJva2U9ImJsYWNrIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIiAvPgogIDwvZz4KICA8ZGVmcz4KICAgIDxjbGlwUGF0aCBpZD0iY2xpcDBfNDJfNzMiPgogICAgICA8cmVjdCB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9IndoaXRlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDE2Ljk4MzUpIHJvdGF0ZSgtNDUuMDQzNikiIC8+CiAgICA8L2NsaXBQYXRoPgogIDwvZGVmcz4KPC9zdmc+), #fff;
    transform: rotate(-180deg);
    border-radius: 100%;
    background-position: center;
	background-repeat: no-repeat;

	box-shadow: none;
	filter: none;
  }
  .modal-menu .btn-close:hover{ opacity: .95; }
  .modal-menu .btn-close:focus{
	box-shadow: 0 0 0 .25rem rgba(255,255,255,.15);
  }
  
  /* отступы внутри */
  .modal-menu .modal-body{
	padding: 3rem 3rem 3.5rem;
  }
  
  /* WP menu: wp_nav_menu печатает <ul class="fakturi"> ... */
  .modal-menu ul.fakturi{
	list-style: none;
	padding: 0;
	margin: 0;
  
	/* 3 колонки как на скрине */
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	column-gap: 6.25rem;
	row-gap: 1.35rem;
  }
  
  /* пункты */
  .modal-menu ul.fakturi > li{ margin: 0; padding: 0; }
  
  .modal-menu ul.fakturi > li > a{
	display: inline-block;
	font-family: var(--font-family);
font-weight: 400;
font-size: 2rem;
color: #fff;
	color: var(--fm-muted);
	text-decoration: none;
  }
  .modal-menu ul.fakturi > li > a:hover,
  .modal-menu ul.fakturi > li > a:focus{
	color: var(--fm-text);
	text-decoration: none;
  }
  
  /* если у меню есть заголовок (например, h2/ .menu-title) — можно стилизовать так */
  .modal-menu  .modal-header-title {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 5rem;
	color: #fff;
	margin: 0 0 2rem 0;
	color: var(--fm-text);
  }
  
  /* адаптив */
  @media (max-width: 62rem){ /* ~992px */
	.modal-menu .modal-body{ padding: 2.5rem 2rem 3rem; }
	.modal-menu ul.fakturi{
	  grid-template-columns: repeat(2, minmax(0, 1fr));
	  column-gap: 3rem;
	  row-gap: 1.25rem;
	}
  }
  
  @media (max-width: 36rem){ /* ~576px */
	.modal-menu .modal-dialog{ margin: 1.25rem auto; }
	.modal-menu .modal-body{ padding: 2rem 1.5rem 2.5rem; }
	.modal-menu ul.fakturi{ grid-template-columns: 1fr; }
	.modal-menu .btn-close{
	  top: 1.25rem;
	  right: 1.25rem;
	  width: 3rem;
	  height: 3rem;
	}
  }


  .fos-modal-btn {
	margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }


  .gallary-item {
border: 1px solid #a8a8a8;
border-radius: 5px;
padding: 2rem;
width: 32rem;
height: 30rem;
transition: all 0.5s;
}

.gallary__grid {
	display: flex;
    gap: 1.2rem;
    flex-wrap: wrap;
    width: 100%;
	justify-content: center;
}

.gallary-item img {
	transition: all 0.5s;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gallary-item:hover {
	padding: 0;
}

.gallary-item-title {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 2.4rem;
	text-align: center;
	color: #a8a8a8;
	padding-top: 1rem;
}

.grecaptcha-badge { visibility: hidden; }

.ya-otzivi {
	    display: flex;
    justify-content: center;
}

.work-item:hover .cart--work::before{
  opacity:1;
  transform: translate(-50%, -50%) translateY(0);
}


.post-type-archive .catalog-project-item__border::before {
    content: "Смотреть проект";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) translateY(8px);
    opacity: 0;
    z-index: 3;
    pointer-events: none;
    color: #fff;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: .02em;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(0, 0, 0, .35);
    backdrop-filter: blur(6px);
    transition: opacity .5s ease, transform .6s cubic-bezier(.2, .8, .2, 1);
    width: max-content;
}

.post-type-archive .catalog-project-item:hover .catalog-project-item__border::before{
  opacity:1;
  transform: translate(-50%, -50%) translateY(0);
}

.catalog-project-item:hover .video-single {
    padding: 0rem;
}