/*
Theme Name: Astra Child
Template: astra
*/
html {
    scroll-behavior: smooth;
}
body {
    padding-top: 90px;
}
.header {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 9999;
}

	.header-menu ul {
		display:flex;
		gap: 28.8px;
		list-style:none;
		padding: 0;
		margin:0;
	}
	.header-menu ul li {
		color:#000;
		font-size:16px;
	}
	/* Бургер скрыт на десктопе */
.burger-btn {
    display: none;
    background: none;
    border: none;
    box-shadow:none;
    cursor: pointer;
    z-index: 1001;
}

.burger-btn span {
    display: block;
    width: 24px;
    height: 2px;
    background: #000;
    margin: 6px 0;
    transition: 0.3s;
}
.custom-uagb-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 10px;
    background: #fff;
    position: relative;
    z-index: 999;
}
.header-nav {
  display: flex;
  gap: 32px;
}

.nav-link {
  position: relative;
  text-decoration: none;
  color: #000;
}
.nav-link:hover {
    color:#2F2F2F;
}

.nav-link.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  background: #1e3a8a;
}
/* МОБИЛКА */
@media (max-width: 1024px) {
    body {
        padding-top:60px;
    }
    .header {
        top: 0;
    }
    .custom-uagb-header {
        padding: 10px 15px;
    }
    .burger-btn {
        display: block;
    }

    .header-menu {
        flex-direction: column;
        gap: 28.8px;
        text-align: center;
    }

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

/* UL */
.header-menu {
    display: flex;
    gap: 28.8px; /* отступ между пунктами */
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Ссылки */
.header-menu li a {
    font-size: 16px;
    color: #000;
    text-decoration: none;
    position: relative;
    padding-bottom: 4px;
}
.header-menu li a:hover {
    color: #2F2F2F;
}


.header-menu .current-menu-item > a,
.header-menu .current_page_item > a,
.header-menu .current-menu-ancestor > a {
  text-decoration: none;
}

.header-menu a.is-active {
  position: relative;
}

.header-menu a.is-active::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  background: #1c3d7a;
}

.header-menu a::after {
  display: none;
}
.burger-btn.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.burger-btn.active span:nth-child(2) {
    transform: rotate(-45deg) translate(5px, -5px);
}
.header-contact {
    color: #141414;
}
.header-contact-button {
    display:flex;
    align-items:center;
    gap: 15px;
}
.header-button {
    display:block;
    padding:16px 32px;
    border: 1px solid #000;
    color:#000;
    font-size:16px;
}
.header-button:hover {
    background:#284272;
    border: 1px solid #284272;
    color:#FFFFFF;
}
.header-button:active {
    box-shadow: inset 0px 4px 10.3px 0px rgba(0, 0, 0, 0.35);
}
.logo-mobile {
    display:none;
}
.wp-block-uagb-container.uagb-block-642dce27.alignfull.uagb-is-root-container{
    border-bottom: 1px solid #000;
}
.uagb-container-inner-blocks-wrap {
    max-width:1200px;
}
.wp-block-uagb-container.alignfull.uagb-is-root-container .uagb-container-inner-blocks-wrap {
    display: flex;
    position: relative;
    box-sizing: border-box;
    margin-left: auto !important;
    margin-right: auto !important;
}
@media(max-width:1024px){
    .logo-desktop, .header-button, .header-contact, .header-contact-button, .header-nav{ display:none !important; }
    .logo-mobile { display:block; }
/*     .header-contact-button { flex-direction:column; align-items:flex-start; margin-left:0; margin-top:10px; } */
    .header-contact { margin-right:0; margin-bottom:8px; }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  background-color: #0a0a0a;
  color: #fff;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Секция консультации с фоном */
.consultation-section {
  background-color: #0d1b28;
  background-image: url("form-bg.png");
  background-size: cover;
  background-position: center;
  padding: 80px 0;
  position: relative;
}

.consultation-content {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}

.consultation-left {
  flex: 1;
  max-width: 786px;
}

.consultation-title {
  color: #fff;
  font-family: Arial;
  font-size: 80.19px;
  text-decoration: underline;
  font-weight: 400;
  margin-bottom: 16px;
  line-height: 120%;
  letter-spacing: -6.98px;
}

.consultation-description {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  line-height: 150%;
  color: #FFFFFFCC;
  margin-bottom: 52px;
}

.services-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}

/* Обновил стили для radio buttons и labels - клик переключает активный тег */
.services-tags input[type="radio"] {
  display: none;
}

.tag {
  background-color: transparent;
  border: 1px solid #fff;
  padding: 12px 16px;
  font-size: 16px;
  color: #fff;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s;
}
.tag:hover {
    background: #FFFFFF80;
}
/* активное состояние для выбранного тега */
.services-tags input[type="radio"]:checked + .tag {
  background-color: #fff;
  border-color: transparent;
  color: #141414;
}

.consultation-form {
  display: flex;
  flex-direction: column;
}
.inputs {
  display: flex;
  gap: 8px;
}
.inputs .form-group {
  width: 100%;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-group label {
  font-size: 14px;
  color: #ccc;
}

.form-group input[type="text"],
.form-group input[type="tel"] {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 12px 8px 19px;
  color: #fff;
  font-size: 16px;
}

.form-group input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.checkbox-group {
  flex-direction: row;
  align-items: center;
  gap: 12px;
}

.checkbox-group input[type="checkbox"] {
  width: 20px;
  height: 20px;
}

.checkbox-group input[type="text"] {
  flex: 1;
  margin-left: auto;
}

/* Обновил кнопку Надіслати с правильными состояниями */
.submit-btn {
  background-color: #fff;
  color: #0d1b28;
  border: 2px solid transparent;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  margin-top: 16px;
  transition: all 0.3s;
  position: relative;
}

.submit-btn svg {
  width: 24px;
  height: 24px;
  padding: 4px;
  background-color: #0d1b28;
  border-radius: 2px;
  transition: all 0.3s;
}

.submit-btn svg path {
  stroke: #fff;
  transition: stroke 0.3s;
}

/* состояние при наведении */
.submit-btn:hover {
  background-color: #fff;
  color: #000000;
}

.submit-btn:hover svg {
  background-color: #000000;
}

.submit-btn:hover svg path {
  stroke: #fff;
}

/* состояние при нажатии */
.submit-btn:active {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

.submit-btn:active svg {
  background-color: #fff;
}

.submit-btn:active svg path {
  stroke: #000;
}

.consultation-right {
  flex-shrink: 0;
  width: 336px;
}

.city-image {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

/* Футер с четырьмя колонками */
.footer {
  background-color: #141414;

}
.footer .container {
  padding: 22px 0;
  background: url(../img/borders.png) top / contain  no-repeat;
  max-width: 1440px;
}
.footer-content {
  display: flex;
  justify-content: center;
  /* gap: 60px; */
  margin-bottom: 60px;
}

.footer-column {
  max-height: 475px;
  display: flex;
  flex-direction: column;
}

/* Логотип с отступом 70px */
.logo {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 58px;
}

.logo-box {
  border: 3px solid #fff;
  padding: 10px 20px;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 2px;
  flex-shrink: 0;
}

.logo-subtitle {
  font-size: 11.09px;
  font-weight: 600;
  text-transform: uppercase;
}

.footer-description {
  font-size: 14px;
  color: #999;
  line-height: 1.6;
  max-width: 180px;
}

/* План здания по центру */
.plan-column {
  display: flex;
  align-items: center;
  justify-content: center;
}

.building-plan {
  width: 100%;
  max-width: 200px;
}

/* Навигационные ссылки */
.footer-column h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
  margin-top: 32px;
}

.footer-column h3:first-child {
  margin-top: 0;
}

.footer-column ul {
  list-style: none;
  margin-bottom: 24px;
}

.footer-column ul li {
  margin-bottom: 12px;
}

.footer-column ul li a {
  color: #999;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s;
}

.footer-column ul li a:hover {
  color: #fff;
}

/* Контакты и кнопка справа */
.contact-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.contacts h3 {
  margin-top: 0;
  margin-bottom: 20px;
}

.contacts p {
  font-size: 14px;
  color: #999;
  margin-bottom: 12px;
}

.contacts a {
  color: #fff;
  text-decoration: none;
}

.contact-btn {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  padding: 14px 28px;
  font-size: 14px;
  cursor: pointer;
  margin-top: 24px;
  transition: all 0.3s;
}

.contact-btn:hover {
  background-color: #fff;
  color: #141414;
}

.footer-bottom {
  border-top: 1px solid #333;
  padding-top: 24px;
  text-align: center;
}

.footer-bottom p {
  font-size: 12px;
  color: #666;
}
.service {
  display: block;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 16px;
}
/* Мобильная адаптация: вертикальное расположение, gap 24px, фон #1A2A36 */
/* ===== FORM ===== */
.form {
  max-width: 1100px;
}

/* two columns */
.row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}

/* spacing between blocks */
.row + .row {
  margin-top: 24px;
}

/* ===== FIELD ===== */
.field {
  display: flex;
  align-items: flex-end;
  gap: 24px;
}

.label {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  white-space: nowrap;
  padding-bottom: 19px; /* aligns with input underline */
}

.input {
  flex: 1;
  background: transparent;
  border: none;
  border-bottom: 0.5px solid #ffffff80;
  padding: 12px 8px 19px;
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
  outline: none;
}

.input::placeholder {
  color: #ffffff99;
}

/* full width row */
.row-full {
  margin-top: 24px;
}

/* ===== BUTTON ===== */
.button-wrap {
  margin-top: 24px;
}

.button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff;
    background: transparent;
    padding: 7px;
    cursor: pointer;
    width: 496px;
    padding-right: 63px;
    transition: background 0.2s ease;
    height: 76px;
}

.button-text {
  padding: 0 36px;
  font-size: 21.2px;
  font-weight: 400;
  color: #ffffff;
}

.button-icon {
    position: absolute;
    background: #ffffff;
    color: #0b1c2d;
    padding: 19.8px;
    height: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, color 0.2s ease;
    right: 7.63px;
    width: 63px;
}
.button-icon svg path {
    stroke:#141414;
}

/* hover */
.button:hover {
  background: #ffffff;
}

.button:hover .button-text {
  color: #0b1c2d;
}

.button:hover .button-icon {
  background: #0d1b28;
  color: #ffffff;
}
.button:hover .button-icon svg path {
    stroke: #fff;
}

/* active */
.button:active {
  transform: translateY(1px);
}
.fm-btn {
  position: absolute;
  right: 4px;
  bottom: 66px;
  padding: 15px 9px;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}
@media (max-width: 1200px) {
    .consultation-right {
        display:none;
    }
    .consultation-content {
        justify-content: center;
    }
}
@media (max-width: 768px) {
  .row {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .field {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .label {
    padding-bottom: 0;
    font-size: 15px;
  }

  .input {
    width: 100%;
    padding: 10px 8px 14px;
  }

  .button-wrap {
    margin-top: 32px;
  }

  .button {
    width: 100%;
    height: 65px;
    padding: 0;
  }
  .button-icon {
      right: 0;
  }
  .fm-btn {
      font-size: 14px;
      bottom: 72px;
      right: 15px;
      padding: 11px 6px;
  }
    .consultation-section {
    background-color: #1a2a36;
    background-image: none;
    padding: 40px 0;
  }
  .consultation-section .container {
    padding: 16px;
  }
  .consultation-content {
    flex-direction: column;
    gap: 24px;
  }

  .consultation-left {
    max-width: 100%;
  }

  .consultation-title {
    letter-spacing: -3px;
    font-size: 32px;
  }

  .consultation-right {
    width: 100%;
  }

  .footer-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .logo {
    flex-direction: column;
    gap: 16px;
  }

  .logo-subtitle {
    position: static;
    margin: 4px 0 0 0;
  }

  .footer-description {
    max-width: 100%;
  }
  .button-text {
      margin-right: 30px;
  }

  .plan-column {
    align-items: flex-start;
  }

  .building-plan {
    max-width: 150px;
  }

  .contact-column {
    gap: 16px;
  }

  .contact-btn {
    width: 100%;
  }
}
.footer {
  position: relative;
  background: #141414;
  height: 460px;
  overflow: hidden;
  font-family: Inter, sans-serif;
  color: #fff;
}
.footer a {
    color: #fff;
    font-weight: 500;
}
/* SVG с полосками */
.footer-bg {
  position: absolute;
  inset: 0;
}

.footer-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* HTML поверх SVG */
.footer-content {
  position: relative;
  z-index: 2;
  width: 1440px;
  height: 100%;
  margin: 0 auto;
}

/* ---------- ЛОГО ---------- */
.logo-block {
  position: absolute;
  left: 195px;
  top: 34px;
}

.logo-block img {
  width: 142px;
}

.logo-sub {
  margin-top: 8px;
  font-size: 11px;
  letter-spacing: 0.08em;
  opacity: 0.85;
}
.footer-img {
  position: absolute;
  left: 340px;
  top: -25px;
}
/* ---------- ОПИСАНИЕ ---------- */
.desc {
  position: absolute;
  left: 195px;
  top: 160px;
  font-size: 14px;
  line-height: 20px;
  opacity: 0.85;
}

/* ---------- МЕНЮ ---------- */
.menu {
  position: absolute;
  top: 51px;
  font-size: 13.12px;
  line-height: 20px;
}

.menu h4 {
  margin-bottom: 23px;
  color:#fff;
  font-size: 16px;
}

.menu p {
  margin: 0 0 16px;
  letter-spacing: -0.3px;
}

.m1 { left: 720px; }
.m2 { left: 900px; max-width: 127px; }
.m3 { left: 1085px; }

/* ---------- КНОПКА ---------- */
.footer-btn {
  position: absolute;
  right: 183px;
  top: 320px;
  padding: 14px 26px;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}

/* ---------- COPY ---------- */
.copy {
  position: absolute;
  top: 388px;
  left: 380px;
  font-size: 12px;
  opacity: 0.5;
}

.footer-content {
  width: 1440px;
  height: 100%;
  transform-origin: top center;
}

/* ===== MOBILE WHITE FOOTER ===== */

.footer-mobile {
  display: none;
  position: relative;
  height: 646px;
}

.footer-mobile-content {
  position: relative;
  width: 376px;
  height: 100%;
  margin: 0 auto;
}

/* logo */
.fm-logo {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 70px;
  left: 27px;
  top: 22px;
}

.fm-logo img {
  width: 96px;
}

.fm-logo-sub {
  font-size: 14px;
}

/* desc */
.fm-desc {
  position: absolute;
  left: 32px;
  top: 120px;
  font-size: 14px;
  line-height: 20px;
  max-width: 260px;
}

/* menus */
.fm-menu {
  position: absolute;
  left: 32px;
  font-size: 14px;
  line-height: 20px;
}

.fm-menu h4 {
  margin-bottom: 16px;
  color:#fff;
  font-size: 16px;
}

.fm-menu p {
  margin-bottom: 8px;
  letter-spacing:-0.3px;
}

.fm-m1 { top: 109px; }
.fm-m2 { top: 276px; max-width: 127px; }
.fm-m3 { top: 483px; }

/* button */


/* copy */
.fm-copy {
  position: absolute;
  left: 32px;
  bottom: 32px;
  font-size: 12px;
  opacity: 0.6;
}

.footer-desktop {
  display: block;
}
.footer-wide {
  display: none;
}

@media (max-width: 790px) {
    .uagb-container-inner-blocks-wrap {
        justify-content: center;
    }
}
@media only screen and (max-width: 767px) {
    .wp-block-uagb-container.uagb-is-root-container .uagb-block-e95914c8 {
        max-width: 100%;
    }
}
@media (max-width: 1199px) {
    .footer-desktop {
    display: none;
  }
  .footer-mobile{
    display: block;
  }
  .footer {
    height: 100%;
  }
  .footer-bg {
      right: -45px;
  }
  .footer-bg img {
    object-fit: cover !important;
  }
  .footer a {
      flex:none;
  }
}
@media (max-width:1399px){
    .logo-block, .desc {
        left: 150px;
    }
    .m1 {
        left:675px;
    }
    .m2 {
        left: 855px;
    }
    .m3 {
        left: 1040px;
    }
    .footer-btn {
        right: 233px;
    }
    .copy {
        left:330px;
    }
}

@media (max-width: 1324px) {
    .logo-block, .desc {
        left:110px;
    }
    .m1 {
        left:650px;
    }
    .m2 {
        left:835px;
    }
    .m3 {
        left: 1015px;
    }
    .footer-btn {
        right:260px;
    }
}
@media (max-width: 1250px) {
    .logo-block, .desc {
        left: 65px;
    }
    .m1 {
        left: 605px;
    }
    .m2 {
        left: 790px;
    }
    .m3 {
        left:970px;
    }
    .footer-btn {
        right: 305px;
    }
}
@media (min-width: 2400px) {
    .logo-block, .desc {
        left: 180px;
    }
    .m1 {
        left:715px;
    }
    .m2 {
        left:910px;
    }
    .m3 {
        left:1100px;
    }
    .footer-btn {
        right:170px;
    }
}
@media (min-width: 2500px) {
    .logo-block, .desc {
        left: 160px;
    }
    .m1 {
        left:715px;
    }
    .m2 {
        left:915px;
    }
    .m3 {
        left:1118px;
    }
    .footer-btn {
        right:145px;
    }
    .copy {
     top:400px;   
    }
    
}

/* OVERLAY */
.mobile-menu {
  position: fixed;
  inset: 0;
  background: url(https://uzu.com.ua/wp-content/uploads/2026/01/burgerBg.png) center/cover no-repeat;
  z-index: 9999;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transition: opacity .3s ease;
}
.mobile-menu::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #C5DAFF5E; /* твой цвет */
  z-index: 0;
  pointer-events: none;
}
/* ACTIVE */
.mobile-menu.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* HEADER */
.mobile-menu__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
}

.mobile-menu__close {
  position: relative;
  color: #000;
  font-size: 28px;
  background: none;
  border: none;
  cursor: pointer;
  box-shadow:none;
}


/* NAV */
.mobile-menu__nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}

.mobile-menu__link {
  font-size: 20px;
  text-decoration: none;
  color: #252525;
  font-weight:400;
}

.mobile-menu__link.is-active {
  color: #2d3f73;
  font-size: 24px;
  font-weight:700;
  text-decoration: underline;
}

/* FOOTER */
.mobile-menu__footer {
  margin-top: 48px;
  display: flex;
  justify-content: center;
}

.mobile-menu__btn {
  padding: 14px 32px;
  border: 1px solid #1d1d1d;
  text-decoration: none;
  color: #1d1d1d;
}

.projects-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.project-card__popup-content {
    display: none;
}
.project-card {
    border: 1px solid #000000;
    height: 461px;
}
a.project-card__open {
    display: flex;
    color: #141414;
    text-decoration: none !important;
    font-family: Inter Tight;
    font-weight: 400;
    font-size: 24px;
    line-height: 23px;
    letter-spacing: 0%;
    vertical-align: middle;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #000000;
    max-width: 307px;
    margin: 0 auto;
    height: 50px;
    padding-left: 27px;
}
.project-card__image img {
    height: 218px;
}
.projects-shortcode {
    padding-bottom: 140px;
	padding-top: 65px;
}

.project-card__content {
    padding: 30px 36px;
}
h3.project-card__title {
    margin-bottom: 16px;
    font-family: Inter ;
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #141414;
    max-width: 308px;
    max-height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.project_category {
    margin-bottom: 16px;
    color: #141414;
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: uppercase;
}
.projects-categories a {
    min-width: 187px;
    width:100%;
    border: 0.53px solid #16151580;
    padding: 17px;
    /*font-family: Inter;*/
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #222222;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    justify-content:center;
    min-width: fit-content;
}

.projects-categories {
    margin-bottom: 40px;
    display: flex;
    gap: 8px;
    overflow: auto;
    width: 100%;
}

.project-card.active .project-card__popup-content {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #4E4E4E96;
    align-items: center;
    justify-content: center;
}
.project-card__popup-content-entry {
    background: white;
    max-width: 1190px;
    height: 880px;
    padding: 30px 111px 30px 30px;
    position: relative;
    max-height: 700px;
    overflow: auto;
	border-radius: 8px;
}

.project-card__popup-content-entry img {
    height: 578px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.project-card__text, .project-card__text p {
    font-family: Inter Tight;
    font-weight: 300;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #141414;
    margin-top: 37px;
}

svg.project-card__popup-content-entry-close {
    position: absolute;
    top: 20px;
    right: 19px;
    cursor: pointer;
}
.projects-categories a.active {
    background: #091C27;
    border: 0.53px solid #16151580;
    color: #FFFFFF;
}

@media(max-width: 768px){
	.projects-categories {
    flex-direction: column;
}	
    .projects-categories a {
        justify-content: start;
    }
	.projects-shortcode {
    margin: 0 15px !important;
}
	.projects-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}
	.project-card__popup-content-entry {
    margin: 0 15px;
}
	svg.project-card__popup-content-entry-close {
    top: 7px;
    right: 10px;
}
	.project-card__popup-content-entry {
    padding: 58px 10px 58px 10px;
}
	.project-card__popup-content-entry img {
    max-height: 214px;
}
	.project-card__text, .project-card__text p {
    margin-top: 19px;
    margin-bottom: 0;
    font-size: 14px;
}
	.project-card__popup-content-entry {
    max-height: 414px;
}
}