*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, figure, figcaption, blockquote, dl, dd {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

body {
  width: 100%;
  min-height: 100%;
  text-rendering: optimizeSpeed;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  cursor: pointer;
  padding: 0;
  margin: 0;
}

img, picture {
  max-width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

input, button, textarea, select {
  font: inherit;
  background-color: transparent;
  border: 0;
  outline: 0;
  color: inherit;
}

input, textarea, button, a {
  -webkit-tap-highlight-color: transparent;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  color: inherit;
}

:root {
  --main-color: #464A55;
  --white-color: #fff;
  --heightHeader: 95px;
  --heightFooter: 67px;
}
@media (max-width: 600px) {
  :root {
    --heightHeader: 78px;
    --heightFooter: 59px;
  }
}

.corner-border {
  position: relative;
}
.corner-border.is-front-page::before, .corner-border.is-front-page::after {
  display: none;
}
.corner-border .corner-border-inner {
  min-height: calc(100dvh - var(--heightHeader));
  padding-top: 24px;
  padding-bottom: var(--heightFooter);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.corner-border-inner.contacts__inner-wrapper {
  padding-top: 0!important;
}
@media (max-width: 600px) {
  .corner-border .corner-border-inner {
    padding-top: 0;
  }
}
.corner-border::before, .corner-border::after {
  display: none;
}

@font-face {
  font-family: "Archyedt";
  src: url("../fonts/Archyedt/archyedt-bold-webfont.woff2") format("woff2");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BPG Tech 11.1 Caps";
  src: url("../fonts/BPG Tech 11.1 Caps/BPG Tech 11.1 Caps.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BPG Tech 11.1 Caps";
  src: url("../fonts/BPG Tech 11.1 Caps/BPG Tech 11.1 Caps Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body {
  padding-top: var(--heightHeader);
  font-family: "Archyedt", sans-serif;
  font-weight: 700;
  color: var(--main-color);
}
html[lang^="ru"] body,
body.lang-ru {
  font-family: "Roboto Condensed", Arial, sans-serif;
}
html[lang^="ka"] body,
body.esartia-lang-ka {
  font-family: "BPG Tech 11.1 Caps", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
/* Polylang обычно добавляет body.lang-ru; !important нужен, чтобы перебить локальные font-family в блоках */
body.lang-ru h1, body.lang-ru h2, body.lang-ru h3, body.lang-ru h4, body.lang-ru h5, body.lang-ru h6,
body.lang-ru p, body.lang-ru span, body.lang-ru a, body.lang-ru li,
body.lang-ru button, body.lang-ru input, body.lang-ru textarea, body.lang-ru select,
body.lang-ru div {
  font-family: "Roboto Condensed", Arial, sans-serif !important;
}
html[lang^="ru"] .hero__author,
body.lang-ru .hero__author,
html[lang^="ru"] .header__menu ul > li > a,
body.lang-ru .header__menu ul > li > a,
html[lang^="ru"] h1,
html[lang^="ru"] h2,
html[lang^="ru"] h3,
html[lang^="ru"] h4,
html[lang^="ru"] h5,
html[lang^="ru"] h6,
body.lang-ru h1,
body.lang-ru h2,
body.lang-ru h3,
body.lang-ru h4,
body.lang-ru h5,
body.lang-ru h6 {
  font-family: "Roboto Condensed", Arial, sans-serif !important;
}
.footer__copy,
.footer__copy span,
body.lang-ru .footer__copy,
body.lang-ru .footer__copy span,
body.esartia-lang-ka .footer__copy,
body.esartia-lang-ka .footer__copy span {
  color: #0000007a;
  font-family: "Archyedt" !important;
  text-align: right;
}
html[lang^="ka"] .hero__author,
body.esartia-lang-ka .hero__author,
html[lang^="ka"] .header__menu ul > li > a,
body.esartia-lang-ka .header__menu ul > li > a,
html[lang^="ka"] h1,
html[lang^="ka"] h2,
html[lang^="ka"] h3,
html[lang^="ka"] h4,
html[lang^="ka"] h5,
html[lang^="ka"] h6,
body.esartia-lang-ka h1,
body.esartia-lang-ka h2,
body.esartia-lang-ka h3,
body.esartia-lang-ka h4,
body.esartia-lang-ka h5,
body.esartia-lang-ka h6 {
  font-family: "BPG Tech 11.1 Caps", sans-serif !important;
  font-weight: 700;
  text-transform: uppercase;
}
body::before, body::after {
  content: "";
  position: fixed;
  width: 50px;
  aspect-ratio: 4/4;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  pointer-events: none;
  z-index: 5;
}
@media (max-width: 1280px) {
  body::before, body::after {
    display: none;
  }
}
body::before {
  top: 10px;
  right: 10px;
  border-top: 2px solid #9f9f9f;
  border-right: 2px solid #9f9f9f;
}
body::after {
  bottom: 10px;
  left: 10px;
  border-bottom: 2px solid #9f9f9f;
  border-left: 2px solid #9f9f9f;
}
body.is-locked {
  overflow: hidden;
}
@media (min-width: 1401px) {
  body.page-template-page-idea-php {
    background-image: linear-gradient(
      to right,
      #7f847f 0 50%,
      #ffffff 50% 100%
    );
  }
}
body.page-template-page-idea-php .header {
  background: #ffffff;
}

@media (min-width: 1001px) {
  body.page-template-page-contact-php {
    background-image: linear-gradient(to right, #dadada 0 50%, #ffffff 50% 100%);
  }
}
body.page-template-page-contact-php .header {
  background: #ffffff;
}

html, body {
  height: 100%;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.container {
  max-width: 1560px;
  width: 100%;
  margin: 0 auto;
  padding: 0 60px;
}
@media (max-width: 1280px) {
  .container {
    padding: 0 40px;
  }
}
@media (max-width: 600px) {
  .container {
    padding: 0 20px;
  }
}

.header {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  padding: 24px 0;
}
@media (max-width: 600px) {
  .header {
    padding: 20px 0;
  }
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
}
.header__logo {
  max-width: 210px;
  width: 100%;
}
@media (max-width: 600px) {
  .header__logo {
    max-width: 170px;
  }
}
.header__logo.is-front-page {
  opacity: 0;
  pointer-events: none;
}
.header__toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 20px;
  margin-left: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}
@media (max-width: 1000px) {
  .header__toolbar {
    gap: 20px;
  }
}
.header__menu {
  margin-left: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
html[lang^="ka"] .header__menu,
body.lang-ka .header__menu,
body.esartia-lang-ka .header__menu {
  padding-top: 5px;
}
.header__lang-nav {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 0;
}
.header__lang-dropdown {
  position: relative;
}
.header__lang-dropdown summary {
  list-style: none;
}
.header__lang-dropdown summary::-webkit-details-marker {
  display: none;
}
.header__lang-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  cursor: pointer;
  font-family: "Archyedt", sans-serif;
  font-size: 18px;
  color: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (max-width: 1000px) {
  .header__lang-summary {
    font-size: 16px;
  }
}
.header__lang-current {
  opacity: 1;
  letter-spacing: 0.02em;
}
.header__lang-chevron {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #9f9f9f;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.header__lang-chevron svg {
  display: block;
}
.header__lang-dropdown[open] .header__lang-chevron {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header__lang {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header__lang--panel {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 150;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: auto;
  padding: 6px 0;
  border: 1px solid #b5b7bb;
  background: var(--white-color);
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.header__lang-item {
  display: block;
}
.header__lang--panel .header__lang-item + .header__lang-item::before {
  display: none;
}
.header__lang-link {
  display: block;
  padding: 8px 14px;
  font-family: "Archyedt", sans-serif;
  font-size: 18px;
  opacity: 0.45;
  -webkit-transition: opacity 0.3s ease, background-color 0.2s ease;
  transition: opacity 0.3s ease, background-color 0.2s ease;
  text-decoration: none;
  color: inherit;
}
@media (max-width: 1000px) {
  .header__lang-link {
    font-size: 16px;
    padding: 10px 14px;
  }
}
.header__lang-item.is-current .header__lang-link {
  opacity: 1;
}
@media (any-hover: hover) {
  .header__lang-link:hover {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.04);
  }
}
html[lang^="ka"] .header__lang-nav,
html[lang^="ka"] .header__lang-nav *,
body.esartia-lang-ka .header__lang-nav,
body.esartia-lang-ka .header__lang-nav *,
body.lang-ka .header__lang-nav,
body.lang-ka .header__lang-nav * {
  font-family: "Archyedt", sans-serif !important;
  font-weight: 700;
  text-transform: none !important;
}
@media (max-width: 1539px) and (min-width: 1001px) {
  html[lang^="ka"] .header__inner,
  body.lang-ka .header__inner,
  body.esartia-lang-ka .header__inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 8px;
  }
  html[lang^="ka"] .header__logo,
  body.lang-ka .header__logo,
  body.esartia-lang-ka .header__logo {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
    z-index: 2;
  }
  html[lang^="ka"] .header__toolbar,
  body.lang-ka .header__toolbar,
  body.esartia-lang-ka .header__toolbar {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0;
            flex: 1 1 0;
    min-width: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px 10px;
  }
  html[lang^="ka"] .header__menu,
  body.lang-ka .header__menu,
  body.esartia-lang-ka .header__menu {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-width: 0;
    max-width: 100%;
  }
  html[lang^="ka"] .header__menu ul,
  body.lang-ka .header__menu ul,
  body.esartia-lang-ka .header__menu ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    row-gap: 2px;
  }
  html[lang^="ka"] .header__menu ul > li > a,
  body.lang-ka .header__menu ul > li > a,
  body.esartia-lang-ka .header__menu ul > li > a {
    font-size: 16px;
    padding: 4px 10px;
  }
  html[lang^="ka"] .header__lang-nav,
  body.lang-ka .header__lang-nav,
  body.esartia-lang-ka .header__lang-nav {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: auto;
  }
}
@media (max-width: 1000px) {
  .header__menu {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    padding: 40px 0;
    position: absolute;
    z-index: 100;
    top: var(--heightHeader);
    left: 0;
    width: 100%;
    background: var(--white-color);
    border-bottom: 1px solid var(--main-color);
    border-top: 1px solid var(--main-color);
  }
}
.header__menu.is-open {
  opacity: 1;
  pointer-events: auto;
}
.header__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1000px) {
  .header__menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
.header__menu ul > li.current-menu-item > a {
  opacity: 1;
}
.header__menu--active-projects ul > li > a[href*="/projects/"],
.header__menu--active-design ul > li > a[href*="/design/"],
.header__menu--active-portfolio ul > li > a[href*="/portfolio/"] {
  opacity: 1;
}
.header__menu ul > li.current-menu-item > a::before, .header__menu ul > li.current-menu-item > a::after {
  opacity: 4;
}
.header__menu--active-projects ul > li > a[href*="/projects/"]::before,
.header__menu--active-projects ul > li > a[href*="/projects/"]::after,
.header__menu--active-design ul > li > a[href*="/design/"]::before,
.header__menu--active-design ul > li > a[href*="/design/"]::after,
.header__menu--active-portfolio ul > li > a[href*="/portfolio/"]::before,
.header__menu--active-portfolio ul > li > a[href*="/portfolio/"]::after {
  opacity: 4;
}
.header__menu ul > li > a {
  display: block;
  padding: 6px 17.5px;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0.4;
  font-family: "Archyedt";
  font-size: 18px;
}
html[lang^="ka"] .header__menu ul > li > a,
body.lang-ka .header__menu ul > li > a,
body.esartia-lang-ka .header__menu ul > li > a {
  padding: 6px 11px;
}
html[lang^="ru"] .header__menu ul > li > a,
body.lang-ru .header__menu ul > li > a,
body.esartia-lang-ru .header__menu ul > li > a {
  padding: 6px 14px;
}
@media (max-width: 1000px) {
  .header__menu ul > li > a {
    padding: 12px 16px;
  }
}
@media (any-hover: hover) {
  .header__menu ul > li > a:hover {
    opacity: 1;
  }
}
.header__menu ul > li > a::before, .header__menu ul > li > a::after {
  content: "";
  position: absolute;
  width: 14px;
  aspect-ratio: 4/4;
  border-color: #e4e4e4;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header__menu ul > li > a::before {
  top: 0;
  right: 0;
  border-top: 1px solid;
  border-right: 1px solid;
}
.header__menu ul > li > a::after {
  bottom: 0;
  left: 0;
  border-bottom: 1px solid;
  border-left: 1px solid;
}
.header__btn-menu {
  display: none;
  font-family: "Archyedt", sans-serif !important;
  font-size: 16px;
  text-transform: uppercase !important;
}
@media (max-width: 1000px) {
  .header__btn-menu {
    display: block;
  }
}

.footer {
  margin-top: calc(var(--heightFooter) * -1);
  padding: 24px 0;
}
@media (max-width: 600px) {
  .footer {
    padding: 20px 0;
  }
}
.footer.is-front-page, .footer.is-contacts-page {
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 600px) {
  .footer.is-front-page, .footer.is-contacts-page {
    display: none;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Archyedt";
}

.h1-text {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: #5f655e;
  padding: 8px 38px;
  margin-bottom: 40px;
  font-size: 26px;
  color: var(--white-color);
}
@media (max-width: 1600px) {
  .h1-text {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  .h1-text {
    margin-top: 20px;
    padding: 8px 32px;
    font-size: 21px;
    margin-bottom: 20px;
  }
}

.hero__inner {
  min-height: 100dvh !important;
  margin-top: calc(var(--heightHeader) * -1);
  margin-bottom: calc(var(--heightFooter) * -1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.hero__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 22.5%;
  height: 93%;
  background: #BFBFBE;
}
@media (max-width: 1280px) {
  .hero__inner::before {
    width: 15%;
  }
}
.hero__logo {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 70%;
  width: 100%;
}
@media (max-width: 1280px) {
  .hero__logo {
    max-width: 60%;
  }
}
@media (max-width: 600px) {
  .hero__logo {
    max-width: 90%;
  }
}
.hero__author {
  margin: auto 0 180px 22.5%;
  padding-left: 20px;
  font-family: "Archyedt";
  font-size: 30px;
}
@media (max-width: 1280px) {
  .hero__author {
    margin: auto 0 110px 15%;
    font-size: 26px;
  }
}
@media (max-width: 1100px) {
  .hero__author {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  .hero__author {
    margin: auto 0 200px 15%;
    padding-left: 0;
    padding-right: 20px;
    font-size: 20px;
    text-align: right;
  }
}
.hero__img {
  position: absolute;
  z-index: 20;
  right: -41px;
  bottom: 180px;
  -webkit-transform: translate(0, 40%);
      -ms-transform: translate(0, 40%);
          transform: translate(0, 40%);
  max-width: 450px;
}
@media (max-width: 1280px) {
  .hero__img {
    max-width: 350px;
  }
}
@media (max-width: 1100px) {
  .hero__img {
    max-width: 300px;
  }
}
@media (max-width: 600px) {
  .hero__img {
    max-width: 250px;
    bottom: 20px;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    right: -20px;
  }
}
.hero .line-right, .hero .line-bottom {
  position: absolute;
  background: #959595;
}
.hero .line-right {
  bottom: 0;
  right: 0;
  width: 2px;
  height: calc(100% - var(--heightHeader));
}
.hero .line-bottom {
  bottom: 170px;
  left: -60px;
  width: 100%;
  height: 2px;
}
@media (max-width: 600px) {
  .hero .line-bottom {
    bottom: 80px;
  }
}

.idea__inner {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(auto, 1fr));
}
@media (max-width: 1400px) {
  .idea__inner {
    display: block;
  }
}

/* Idea: контент .idea__inner по центру по вертикали, высота от экрана */
.page-idea .corner-border .corner-border-inner {
  min-height: calc(100svh - var(--heightHeader));
  min-height: calc(100dvh - var(--heightHeader));
}
.page-idea .corner-border-inner > .h1-text {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.page-idea .idea__inner {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(auto, 1fr));
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  min-height: 0;
}
@media (max-width: 1400px) {
  .page-idea .idea__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 1400px) {
  .page-idea .idea__inner {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
.idea__philosophyy {
  min-height: 800px;
  /*background: #7F847F;*/
  color: var(--white-color);
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: flex-end;
      -ms-flex-pack: flex-end;
          justify-content: flex-end;
  position: relative;
}
@media (max-width: 1400px) {
  .idea__philosophyy {
    min-height: auto;
    padding: 20px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background: #7f847e;
    gap: 16px;
  }
}
.idea__philosophyy-img {
  display: none;
  max-width: 93%;
}
body.esartia-lang-en .idea__philosophyy-img--en,
body.esartia-lang-ru .idea__philosophyy-img--ru,
body.esartia-lang-ka .idea__philosophyy-img--ka,
body.lang-en .idea__philosophyy-img--en,
body.lang-ru .idea__philosophyy-img--ru,
body.lang-ka .idea__philosophyy-img--ka,
body:not([class*="esartia-lang-"]):not(.lang-ru):not(.lang-ka) .idea__philosophyy-img--en {
  display: block;
}
@media (max-width: 1400px) {
  .idea__philosophyy-img {
    max-width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
.idea__philosophyy-item {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
  opacity: 0.6;
}
@media (max-width: 1400px) {
  .idea__philosophyy-item,
  body.esartia-lang-en .idea__philosophyy-item,
  body.esartia-lang-ru .idea__philosophyy-item,
  body.esartia-lang-ka .idea__philosophyy-item,
  body:not([class*="esartia-lang-"]) .idea__philosophyy-item {
    position: static !important;
    left: auto !important;
    right: auto !important;
    margin: 0 !important;
    width: 100%;
    max-width: 100% !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    opacity: 1;
    gap: 10px;
  }
  /* Старые стрелки (::before + PNG) — на картинке треугольника стрелки уже есть.
  .idea__philosophyy-item::before {
    display: none;
  }
  */
}
/* Старые декоративные стрелки рядом с текстом (отдельные PNG).
.idea__philosophyy-item::before {
  content: "";
  position: absolute;
  width: 70px;
  aspect-ratio: 4/4;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  mix-blend-mode: darken;
}
.idea__philosophyy-item:nth-of-type(1)::before {
  bottom: 0px;
  right: 50px;
  -webkit-transform: translate(0, 100%);
      -ms-transform: translate(0, 100%);
          transform: translate(0, 100%);
  background-image: url("../images/arrow-bottom-right.png");
}
*/
/* --- Idea philosophyy: блок 1 / 2 / 3 — отдельные значения для EN, RU, KA (fallback = как EN, если Polylang выключен) --- */
body.esartia-lang-en .idea__philosophyy-item:nth-of-type(1) {
  left: 0px;
  max-width: 265px;
  -webkit-transform: translate(0, -30%);
      -ms-transform: translate(0, -30%);
          transform: translate(0, -30%);
}
body.esartia-lang-ru .idea__philosophyy-item:nth-of-type(1) {
  left: 0px;
  max-width: 250px;
  -webkit-transform: translate(0, -30%);
      -ms-transform: translate(0, -30%);
          transform: translate(0, -30%);
}
body.esartia-lang-ka .idea__philosophyy-item:nth-of-type(1) {
  left: 0px;
  max-width: 252px;
  -webkit-transform: translate(0, -30%);
      -ms-transform: translate(0, -30%);
          transform: translate(0, -30%);
}
body:not([class*="esartia-lang-"]) .idea__philosophyy-item:nth-of-type(1) {
  left: 0px;
  max-width: 230px;
  -webkit-transform: translate(0, -30%);
      -ms-transform: translate(0, -30%);
          transform: translate(0, -30%);
}
@media (min-width: 1401px) {
  body.esartia-lang-en .idea__philosophyy-item:nth-of-type(1) .idea__philosophyy-item-name {
    width: 100%;
    padding-right: 60px;
    text-align: right;
  }
  body.esartia-lang-ru .idea__philosophyy-item:nth-of-type(1) .idea__philosophyy-item-name {
    width: 100%;
    padding-right: 60px;
    text-align: right;
  }
  body.esartia-lang-ka .idea__philosophyy-item:nth-of-type(1) .idea__philosophyy-item-name {
    width: 100%;
    padding-right: 60px;
    text-align: right;
  }
  body:not([class*="esartia-lang-"]) .idea__philosophyy-item:nth-of-type(1) .idea__philosophyy-item-name {
    width: 100%;
    padding-right: 60px;
    text-align: right;
  }
}
body.esartia-lang-en .idea__philosophyy-item:nth-of-type(2) {
  max-width: 450px;
  right: 40px;
  margin-bottom: 280px;
  -webkit-transform: translate(0, -130%);
      -ms-transform: translate(0, -130%);
          transform: translate(0, -130%);
}
body.esartia-lang-ru .idea__philosophyy-item:nth-of-type(2) {
  max-width: 450px;
  right: 40px;
  margin-bottom: 280px;
  -webkit-transform: translate(0, -130%);
      -ms-transform: translate(0, -130%);
          transform: translate(0, -130%);
}
body.esartia-lang-ka .idea__philosophyy-item:nth-of-type(2) {
  max-width: 450px;
  right: 40px;
  margin-bottom: 270px;
  -webkit-transform: translate(0, -130%);
      -ms-transform: translate(0, -130%);
          transform: translate(0, -130%);
}
body:not([class*="esartia-lang-"]) .idea__philosophyy-item:nth-of-type(2) {
  max-width: 450px;
  right: 40px;
  margin-bottom: 280px;
  -webkit-transform: translate(0, -130%);
      -ms-transform: translate(0, -130%);
          transform: translate(0, -130%);
}
body.esartia-lang-en .idea__philosophyy-item:nth-of-type(2) .idea__philosophyy-item-dscr {
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body.esartia-lang-ru .idea__philosophyy-item:nth-of-type(2) .idea__philosophyy-item-dscr {
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body.esartia-lang-ka .idea__philosophyy-item:nth-of-type(2) .idea__philosophyy-item-dscr {
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body:not([class*="esartia-lang-"]) .idea__philosophyy-item:nth-of-type(2) .idea__philosophyy-item-dscr {
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/*
.idea__philosophyy-item:nth-of-type(2)::before {
  bottom: 35px;
  left: -15px;
  -webkit-transform: translate(-100%, 100%);
      -ms-transform: translate(-100%, 100%);
          transform: translate(-100%, 100%);
  background-image: url("../images/arrow-bottom-left.png");
}
*/
/* Подгонка под старую стрелку ::before — при необходимости верните или задайте позицию текста сами.
@media (min-width: 800px) {
  .idea__philosophyy-item:nth-of-type(2) .idea__philosophyy-item-name {
    margin-top: -30px;
  }
}
*/
.idea__philosophyy-item-dscr {
  font-family: "Archyedt", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.esartia-lang-ru .idea__philosophyy-item-dscr {
  font-family: "Roboto Condensed", Arial, sans-serif;
}
.esartia-lang-ka .idea__philosophyy-item-dscr {
  font-family: "BPG Tech 11.1 Caps", sans-serif;
}
@media (max-width: 1400px) {
  .idea__philosophyy-item-dscr {
    font-size: 14px;
  }
}
.idea__philosophyy-item-name {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 1px;
}
@media (max-width: 1400px) {
  .idea__philosophyy-item-name {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    font-size: 18px;
    text-align: center;
  }
}
body.esartia-lang-en .idea__philosophyy-item:nth-of-type(3) {
  position: absolute;
  max-width: 400px;
  right: 40px;
  margin-top: 300px;
  -webkit-transform: translate(0, 140%);
      -ms-transform: translate(0, 140%);
          transform: translate(0, 140%);
}
body.esartia-lang-ru .idea__philosophyy-item:nth-of-type(3) {
  position: absolute;
  max-width: 400px;
  right: 40px;
  margin-top: 250px;
  -webkit-transform: translate(0, 140%);
      -ms-transform: translate(0, 140%);
          transform: translate(0, 140%);
}
body.esartia-lang-ka .idea__philosophyy-item:nth-of-type(3) {
  position: absolute;
  max-width: 400px;
  right: 40px;
  margin-top: 294px;
  -webkit-transform: translate(0, 140%);
      -ms-transform: translate(0, 140%);
          transform: translate(0, 140%);
}
body:not([class*="esartia-lang-"]) .idea__philosophyy-item:nth-of-type(3) {
  position: absolute;
  max-width: 400px;
  right: 40px;
  margin-top: 300px;
  -webkit-transform: translate(0, 140%);
      -ms-transform: translate(0, 140%);
          transform: translate(0, 140%);
}
/*
.idea__philosophyy-item:nth-of-type(3)::before {
  top: -15px;
  right: 50%;
  -webkit-transform: translate(50%, -100%);
      -ms-transform: translate(50%, -100%);
          transform: translate(50%, -100%);
  background-image: url("../images/arrow-up-left.png");
}
*/
@media (min-width: 1401px) {
  body.esartia-lang-en .idea__philosophyy-item:nth-of-type(3) .idea__philosophyy-item-name {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
    padding-right: 60px;
    text-align: right;
  }
  body.esartia-lang-ru .idea__philosophyy-item:nth-of-type(3) .idea__philosophyy-item-name {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
    padding-right: 60px;
    text-align: right;
  }
  body.esartia-lang-ka .idea__philosophyy-item:nth-of-type(3) .idea__philosophyy-item-name {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
    padding-right: 60px;
    text-align: right;
  }
  body:not([class*="esartia-lang-"]) .idea__philosophyy-item:nth-of-type(3) .idea__philosophyy-item-name {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
    padding-right: 60px;
    text-align: right;
  }
}
.idea__identity {
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  min-height: 600px;
}
@media (max-width: 1400px) {
  .idea__identity {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    min-height: auto;
    padding: 60px 20px;
    background: #ffffff;
  }
}
.idea__identity-img {
  max-width: 65%;
  position: relative;
  z-index: 20;
}
.idea__identity-next {
  display: none;
  max-width: 65%;
  position: relative;
  z-index: 20;
}
@media (min-width: 1401px) {
  .idea__identity-img {
    display: none;
  }
  .idea__identity-next {
    display: block;
  }
}
@media (max-width: 1400px) {
  .idea__identity-img {
    max-width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .idea__identity-next {
    display: none;
  }
}
.idea__identity-item {
  position: absolute;
  z-index: 0;
  max-width: 300px;
  font-family: "Archyedt";
  font-size: 18px;
  text-align: center;
}
.esartia-lang-ru .idea__identity-item {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: 700;
}
.esartia-lang-ka .idea__identity-item {
  font-family: "BPG Tech 11.1 Caps", sans-serif;
  font-weight: 700;
}
@media (max-width: 1400px) {
  .idea__identity-item {
    position: static !important;
    left: auto !important;
    right: auto !important;
    max-width: 100% !important;
    width: 100%;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    font-size: 16px;
    text-align: center;
  }
  .idea__identity-item::before {
    display: none !important;
  }
  .idea__identity-item p {
    margin: 0 !important;
    text-align: center;
  }
}
@media (min-width: 1401px) {
  .idea__identity-item::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 120px;
    aspect-ratio: 4/4;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .idea__identity-item:nth-of-type(1) {
    left: 40px;
    -webkit-transform: translate(0, -330%);
        -ms-transform: translate(0, -330%);
            transform: translate(0, -330%);
  }
  html[lang^="en"] .idea__identity-item:nth-of-type(1),
  body.esartia-lang-en .idea__identity-item:nth-of-type(1) {
    -webkit-transform: translate(35%, -330%);
        -ms-transform: translate(35%, -330%);
            transform: translate(35%, -330%);
  }
  .idea__identity-item:nth-of-type(1)::before {
    right: 30px;
    bottom: 0;
    background-image: url("../images/arrow-identity-1.png");
    -webkit-transform: translate(100%, 100%);
        -ms-transform: translate(100%, 100%);
            transform: translate(100%, 100%);
  }
  .idea__identity-item:nth-of-type(2) {
    right: 40px;
    -webkit-transform: translate(-15%, -260%);
        -ms-transform: translate(-15%, -260%);
            transform: translate(-15%, -260%);
  }
  .idea__identity-item:nth-of-type(2)::before {
    left: -20px;
    bottom: 0;
    background-image: url("../images/arrow-identity-2.png");
    -webkit-transform: translate(0%, 100%);
        -ms-transform: translate(0%, 100%);
            transform: translate(0%, 100%);
  }
  .idea__identity-item:nth-of-type(3) {
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, 350%);
        -ms-transform: translate(-50%, 350%);
            transform: translate(-50%, 350%);
  }
  .idea__identity-item:nth-of-type(3)::before {
    top: 0;
    left: 50%;
    background-image: url("../images/arrow-identity-3.png");
    -webkit-transform: translate(-50%, -100%);
        -ms-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
  }
  .idea__identity-item:nth-of-type(1)::before,
  .idea__identity-item:nth-of-type(2)::before,
  .idea__identity-item:nth-of-type(3)::before {
    display: none;
  }
  .idea__identity-item:nth-of-type(3) p {
    margin-left: 60px;
    text-align: center;
  }
}
@-webkit-keyframes idea-open-pulse {
  0%, 100% {
    -webkit-transform: translate(-50%, 0) scale(1);
            transform: translate(-50%, 0) scale(1);
  }
  50% {
    -webkit-transform: translate(-50%, 0) scale(1.12);
            transform: translate(-50%, 0) scale(1.12);
  }
}
@keyframes idea-open-pulse {
  0%, 100% {
    -webkit-transform: translate(-50%, 0) scale(1);
            transform: translate(-50%, 0) scale(1);
  }
  50% {
    -webkit-transform: translate(-50%, 0) scale(1.12);
            transform: translate(-50%, 0) scale(1.12);
  }
}
.idea__open {
  position: absolute;
  left: 50%;
  bottom: 24px;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: auto;
  padding: 10px 18px 10px 20px;
  text-align: left;
  text-decoration: none;
  color: #fff;
  background-color: #333333;
  border-radius: 100px;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-animation: idea-open-pulse 2s ease-in-out infinite;
          animation: idea-open-pulse 2s ease-in-out infinite;
}
.idea__open-text {
  font-size: 14px;
  line-height: 1.2;
  white-space: nowrap;
  color: #fff;
}
body.lang-ru .idea__open-text,
body.esartia-lang-ru .idea__open-text {
  font-family: "Roboto Condensed", Arial, sans-serif !important;
}
body.lang-ka .idea__open-text,
body.esartia-lang-ka .idea__open-text {
  font-family: "BPG Tech 11.1 Caps", sans-serif !important;
  text-transform: uppercase;
}
@media (max-width: 1400px) {
  .idea__open {
    position: static;
    left: auto;
    margin: 16px auto 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-animation: none;
            animation: none;
  }
}
.idea__img {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.idea__img-main {
  max-width: 60%;
  margin: 0 auto;
  margin-top: -10%;
}
@media (max-width: 600px) {
  .idea__img-main {
    max-width: 80%;
  }
}
.idea__img-small {
  max-width: 280px;
  position: absolute;
  right: -50px;
  bottom: -60px;
}
@media (max-width: 1000px) {
  .idea__img-small {
    display: none;
  }
}
.idea__img--video {
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  min-height: 0;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.idea__img-video {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin: 0 auto;
  pointer-events: none;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.idea--identity.corner-border .corner-border-inner {
  height: calc(100svh - var(--heightHeader));
  height: calc(100dvh - var(--heightHeader));
  max-height: calc(100svh - var(--heightHeader));
  max-height: calc(100dvh - var(--heightHeader));
  overflow: hidden;
}
.idea--identity .corner-border-inner > .h1-text {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.about-us__items {
  display: grid;
  grid-template-columns: repeat(6, minmax(auto, 1fr));
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1000px) {
  .about-us__items {
    grid-template-columns: repeat(3, minmax(auto, 1fr));
  }
}
@media (max-width: 600px) {
  .about-us__items {
    grid-template-columns: repeat(2, minmax(auto, 1fr));
    gap: 10px;
  }
}
.about-us__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}
.about-us__items--count-6 .about-us__item:nth-child(3),
.about-us__items--count-6 .about-us__item:nth-child(4) {
  -webkit-align-self: start;
      -ms-flex-item-align: start;
          align-self: start;
}
html[lang^="ru"] .about-us__items--count-6 .about-us__item:nth-child(3),
html[lang^="ru"] .about-us__items--count-6 .about-us__item:nth-child(4),
body.lang-ru .about-us__items--count-6 .about-us__item:nth-child(3),
body.lang-ru .about-us__items--count-6 .about-us__item:nth-child(4),
body.esartia-lang-ru .about-us__items--count-6 .about-us__item:nth-child(3),
body.esartia-lang-ru .about-us__items--count-6 .about-us__item:nth-child(4) {
  margin-top: 0px;
}
.about-us__items:has(> .about-us__item:nth-child(4):last-child),
.about-us__items--count-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1000px) {
  .about-us__items:has(> .about-us__item:nth-child(4):last-child),
  .about-us__items--count-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 600px) {
  .about-us__items:has(> .about-us__item:nth-child(4):last-child),
  .about-us__items--count-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .about-us__items:has(> .about-us__item:nth-child(4):last-child) .about-us__item,
  .about-us__items--count-4 .about-us__item {
    -webkit-transform: scaleY(1) !important;
        -ms-transform: scaleY(1) !important;
            transform: scaleY(1) !important;
  }
  .about-us__gallery.is-slider-active {
    overflow-x: hidden;
    overflow-y: visible;
    width: 100%;
  }
  .about-us__items.is-slider {
    --about-slider-gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-template-columns: none !important;
    gap: var(--about-slider-gap);
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-transition: -webkit-transform 0.35s ease;
    transition: -webkit-transform 0.35s ease;
    transition: transform 0.35s ease;
    transition: transform 0.35s ease, -webkit-transform 0.35s ease;
    will-change: transform;
  }
  .about-us__items.is-slider .about-us__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - var(--about-slider-gap)) / 2);
            flex: 0 0 calc((100% - var(--about-slider-gap)) / 2);
    min-width: calc((100% - var(--about-slider-gap)) / 2);
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
  .about-us__items.is-slider:has(> .about-us__item:nth-child(6):last-child) .about-us__item:nth-child(2),
  .about-us__items.is-slider:has(> .about-us__item:nth-child(6):last-child) .about-us__item:nth-child(5),
  .about-us__items--count-6.is-slider .about-us__item:nth-child(2),
  .about-us__items--count-6.is-slider .about-us__item:nth-child(5) {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
  .about-us__items.is-slider .about-us__item-title {
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .about-us__items.is-slider .about-us__item-img {
    display: block;
    width: 100%;
    height: 500px !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .about-us__slider-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    margin-top: 16px;
  }
  .about-us__slider-dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 1px solid var(--main-color);
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
  }
  .about-us__slider-dot.is-active {
    background: var(--main-color);
  }
}
.about-us__item-img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-us__items--count-6 .about-us__item:nth-child(2) .about-us__item-img,
.about-us__items--count-6 .about-us__item:nth-child(5) .about-us__item-img {
  height: 560px;
}
.about-us__items:has(> .about-us__item:nth-child(4):last-child) .about-us__item:nth-child(1) .about-us__item-img,
.about-us__items:has(> .about-us__item:nth-child(4):last-child) .about-us__item:nth-child(4) .about-us__item-img,
.about-us__items--count-4 .about-us__item:nth-child(1) .about-us__item-img,
.about-us__items--count-4 .about-us__item:nth-child(4) .about-us__item-img {
  height: clamp(220px, 24vw, 380px);
}
.about-us__items:has(> .about-us__item:nth-child(4):last-child) .about-us__item:nth-child(2) .about-us__item-img,
.about-us__items:has(> .about-us__item:nth-child(4):last-child) .about-us__item:nth-child(3) .about-us__item-img,
.about-us__items--count-4 .about-us__item:nth-child(2) .about-us__item-img,
.about-us__items--count-4 .about-us__item:nth-child(3) .about-us__item-img {
  height: clamp(260px, 31vw, 490px);
}
@media (max-width: 1000px) {
  .about-us__item-img {
    height: 300px;
  }
}
@media (max-width: 600px) {
  .about-us__item-img {
    height: 200px;
  }
}
.about-us__item-title {
  font-family: "Archyedt", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
html[lang^="ru"] .about-us__item-title,
body.lang-ru .about-us__item-title,
body.esartia-lang-ru .about-us__item-title {
  font-family: "Roboto Condensed", Arial, sans-serif !important;
}
html[lang^="ka"] .about-us__item-title,
body.lang-ka .about-us__item-title,
body.esartia-lang-ka .about-us__item-title {
  font-family: "BPG Tech 11.1 Caps", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 1000px) {
  .about-us__item-title {
    max-width: 80%;
  }
}
@media (max-width: 600px) {
  .about-us__item-title {
    max-width: 100%;
    font-size: 12px;
  }
}
.about-us__dscr {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  text-align: center;
  line-height: 1.4;
  font-family: "Archyedt", sans-serif;
  font-weight: 700;
}
html[lang^="en"] .about-us__dscr,
body.esartia-lang-en .about-us__dscr {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  text-align: center;
  line-height: 1.4;
  font-weight: 700;
  font-family: "BPG Tech 11.1 Caps", sans-serif !important;
  text-transform: uppercase !important;
}
html[lang^="ru"] .about-us__dscr,
body.lang-ru .about-us__dscr,
body.esartia-lang-ru .about-us__dscr {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: 700;
}
html[lang^="ka"] .about-us__dscr,
body.lang-ka .about-us__dscr,
body.esartia-lang-ka .about-us__dscr {
  font-family: "BPG Tech 11.1 Caps", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .about-us__dscr {
    margin-top: 30px;
    font-size: 14px;
  }
}
.about-us__dscr strong {
  font-family: inherit;
  font-weight: 700;
}
html[lang^="en"] .about-us__dscr strong,
body.esartia-lang-en .about-us__dscr strong {
  font-family: "Archyedt";
  font-weight: 700;
  font-size: 22px;
  text-transform: none;
}
html[lang^="ru"] .about-us__dscr strong,
body.lang-ru .about-us__dscr strong,
body.esartia-lang-ru .about-us__dscr strong,
html[lang^="ka"] .about-us__dscr strong,
body.esartia-lang-ka .about-us__dscr strong {
  font-family: "Archyedt", sans-serif;
  font-weight: 700;
  font-size: 22px;
  text-transform: none;
}

.biography__wrapper {
  display: grid;
  grid-template-columns: 0.75fr 0.25fr;
  gap: 40px;
  margin-bottom: 30px;
}
@media (max-width: 1000px) {
  .biography__wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.biography__boxes-dscr {
  display: flex;
  margin-bottom: 40px;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 1000px) {
  .biography__boxes-dscr {
    margin-bottom: 20px;
  }
}
.biography__boxes-dscr h2, .biography__boxes-dscr h3 {
  font-size: 32px;
}
@media (max-width: 1600px) {
  .biography__boxes-dscr h2, .biography__boxes-dscr h3 {
    font-size: 28px;
  }
}
@media (max-width: 1000px) {
  .biography__boxes-dscr h2, .biography__boxes-dscr h3 {
    font-size: 26px;
  }
}
@media (max-width: 800px) {
  .biography__boxes-dscr h2, .biography__boxes-dscr h3 {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  .biography__boxes-dscr h2, .biography__boxes-dscr h3 {
    font-size: 21px;
  }
}
html[lang^="ka"] .biography__boxes-dscr h2,
body.esartia-lang-ka .biography__boxes-dscr h2,
body.lang-ka .biography__boxes-dscr h2 {
  font-family: "Archyedt", sans-serif !important;
  font-weight: 700;
  text-transform: none !important;
}
.biography__boxes-dscr p {
  font-size: 20px;
  line-height: 1.4;
}
@media (max-width: 1600px) {
  .biography__boxes-dscr p {
    font-size: 18px;
  }
}
@media (max-width: 1000px) {
  .biography__boxes-dscr p {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .biography__boxes-dscr p {
    font-size: 14px;
  }
}
html[lang^="ru"] .biography__boxes-dscr p,
body.lang-ru .biography__boxes-dscr p,
body.esartia-lang-ru .biography__boxes-dscr p {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
}
html[lang^="en"] .biography__boxes-dscr p,
body.esartia-lang-en .biography__boxes-dscr p {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
  font-family: "BPG Tech 11.1 Caps", sans-serif !important;
}
.biography__boxes {
  display: grid;
  grid-template-columns: repeat(2, minmax(auto, 1fr));
}
@media (max-width: 1000px) {
  .biography__boxes {
    grid-template-columns: repeat(1, minmax(auto, 1fr));
    gap: 30px;
  }
}
.biography__box {
  font-size: 24px;
  line-height: 1.7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
@media (max-width: 1600px) {
  .biography__box {
    font-size: 18px;
  }
}
@media (max-width: 1000px) {
  .biography__box {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .biography__box {
    font-size: 14px;
    gap: 16px;
  }
}
.esartia-lang-alt .biography__box {
  font-size: 20px;
  line-height: 1.7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
@media (max-width: 1600px) {
  .esartia-lang-alt .biography__box {
    font-size: 18px;
  }
}
@media (max-width: 1000px) {
  .esartia-lang-alt .biography__box {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .esartia-lang-alt .biography__box {
    font-size: 14px;
    gap: 16px;
  }
}
.biography__box:first-child {
  padding-right: 40px;
  border-right: 1px solid #cacaca;
}
@media (max-width: 1000px) {
  .biography__box:first-child {
    padding-right: 0;
    border: none;
  }
}
.biography__box:last-child {
  padding-left: 40px;
}
@media (max-width: 1000px) {
  .biography__box:last-child {
    padding-left: 0;
  }
}
.biography__box p {
  margin: 0;
}
html[lang^="ru"] .biography__box,
html[lang^="ru"] .biography__box p,
body.lang-ru .biography__box,
body.lang-ru .biography__box p,
body.esartia-lang-ru .biography__box,
body.esartia-lang-ru .biography__box p {
  font-weight: 400;
}
html[lang^="en"] .biography__box,
html[lang^="en"] .biography__box p,
body.esartia-lang-en .biography__box,
body.esartia-lang-en .biography__box p {
  font-weight: 400;
  font-family: "BPG Tech 11.1 Caps", sans-serif !important;
}
.biography__box strong {
  font-family: "Archyedt";
}
html[lang^="ru"] .biography__box strong,
body.lang-ru .biography__box strong {
  font-family: "Roboto Condensed", Arial, sans-serif !important;
}
html[lang^="ka"] .biography__box strong,
body.esartia-lang-ka .biography__box strong {
  font-family: "BPG Tech 11.1 Caps", sans-serif !important;
  font-weight: 700 !important;
}
.biography__about-info {
  border-bottom: 3px solid var(--main-color);
  padding-bottom: 10px;
  margin-bottom: 40px;
}
@media (max-width: 1000px) {
  .biography__about-info {
    margin-bottom: 20px;
  }
}
.biography__about-title {
  font-size: 32px;
}
@media (max-width: 1600px) {
  .biography__about-title {
    font-size: 28px;
  }
}
@media (max-width: 1000px) {
  .biography__about-title {
    font-size: 26px;
  }
}
@media (max-width: 800px) {
  .biography__about-title {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  .biography__about-title {
    font-size: 21px;
  }
}
html[lang^="ru"] .biography__about-title,
body.lang-ru .biography__about-title,
body.esartia-lang-ru .biography__about-title {
  text-transform: uppercase;
}
.biography__about-dscr {
  font-size: 20px;
  line-height: 1.4;
}
@media (max-width: 1600px) {
  .biography__about-dscr {
    font-size: 18px;
  }
}
@media (max-width: 1000px) {
  .biography__about-dscr {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .biography__about-dscr {
    font-size: 14px;
  }
}
html[lang^="en"] .biography__about-dscr,
body.esartia-lang-en .biography__about-dscr {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
  font-family: "BPG Tech 11.1 Caps", sans-serif !important;
}
html[lang^="ru"] .biography__about-dscr,
body.lang-ru .biography__about-dscr,
body.esartia-lang-ru .biography__about-dscr {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
}
.biography__dscr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  font-size: 24px;
  line-height: 1.7;
}
.biography__dscr h4 {
  margin: 0;
  font: inherit;
  line-height: inherit;
  color: inherit; 
  font-family: "Archyedt";
  font-weight: 600;
}
@media (max-width: 1600px) {
  .biography__dscr {
    font-size: 18px;
  }
}
@media (max-width: 1000px) {
  .biography__dscr {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .biography__dscr {
    gap: 16px;
    font-size: 14px;
  }
}
html[lang^="ru"] .biography__dscr,
body.lang-ru .biography__dscr,
body.esartia-lang-ru .biography__dscr {
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  font-size: 20px;
  line-height: 1.7;
}
@media (max-width: 1600px) {
  html[lang^="ru"] .biography__dscr,
  body.lang-ru .biography__dscr,
  body.esartia-lang-ru .biography__dscr {
    font-size: 18px;
  }
}
@media (max-width: 1000px) {
  html[lang^="ru"] .biography__dscr,
  body.lang-ru .biography__dscr,
  body.esartia-lang-ru .biography__dscr {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  html[lang^="ru"] .biography__dscr,
  body.lang-ru .biography__dscr,
  body.esartia-lang-ru .biography__dscr {
    gap: 16px;
    font-size: 14px;
  }
}
html[lang^="en"] .biography__dscr,
body.esartia-lang-en .biography__dscr {
  font-weight: 400;
  font-size: 24px;
  font-family: "BPG Tech 11.1 Caps", sans-serif !important;
}
html[lang^="ka"] .biography__dscr,
body.lang-ka .biography__dscr,
body.esartia-lang-ka .biography__dscr {
  font-size: 20px;
}
/* .biography__dscr strong {
  font-family: "Archyedt";
} */
html[lang^="ru"] .biography__dscr strong,
body.lang-ru .biography__dscr strong,
body.esartia-lang-ru .biography__dscr strong {
  font-family: "Roboto Condensed", Arial, sans-serif;
}

.services__inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(auto, 1fr));
  gap: 40px 0;
}
@media (max-width: 1600px) {
  .services__inner {
    gap: 30px;
  }
}
@media (max-width: 1000px) {
  .services__inner {
    grid-template-columns: repeat(1, minmax(auto, 1fr));
  }
}
@media (max-width: 600px) {
  .services__inner {
    gap: 20px;
  }
}
.services__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media (max-width: 1600px) {
  .services__box {
    gap: 30px;
  }
}
@media (max-width: 600px) {
  .services__box {
    gap: 20px;
  }
}
.services__box:first-child, .services__box:nth-child(3), .services__box:nth-child(5) {
  position: relative;
  padding-right: 40px;
  border-right: none;
}
.services__box:first-child::after, .services__box:nth-child(3)::after, .services__box:nth-child(5)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#8e8e8e), color-stop(15%, #8e8e8e), color-stop(15%, transparent), color-stop(19%, transparent), color-stop(19%, #eee9d2), to(#eee9d2));
  background: linear-gradient(to bottom, #8e8e8e 0%, #8e8e8e 15%, transparent 15%, transparent 19%, #eee9d2 19%, #eee9d2 100%);
}
@media (max-width: 1000px) {
  .services__box:first-child, .services__box:nth-child(3), .services__box:nth-child(5) {
    padding-right: 0;
    padding-bottom: 30px;
  }
  .services__box:first-child::after, .services__box:nth-child(3)::after, .services__box:nth-child(5)::after {
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(#8e8e8e), color-stop(15%, #8e8e8e), color-stop(15%, transparent), color-stop(19%, transparent), color-stop(19%, #eee9d2), to(#eee9d2));
    background: linear-gradient(to right, #8e8e8e 0%, #8e8e8e 15%, transparent 15%, transparent 19%, #eee9d2 19%, #eee9d2 100%);
  }
}
.services__box:nth-child(2), .services__box:nth-child(4), .services__box:nth-child(6) {
  padding-left: 40px;
}
@media (max-width: 1000px) {
  .services__box:nth-child(2), .services__box:nth-child(4), .services__box:nth-child(6) {
    padding-left: 0;
  }
}
.services__box-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media (max-width: 1600px) {
  .services__box-top {
    gap: 30px;
  }
}
@media (max-width: 600px) {
  .services__box-top {
    gap: 20px;
  }
}
.services__box-top img {
  display: block;
  width: 220px;
  height: 220px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media (max-width: 1600px) {
  .services__box-top img {
    width: 220px;
    height: 220px;
  }
}
@media (max-width: 1280px) {
  .services__box-top img {
    width: 220px;
    height: 220px;
  }
}
@media (max-width: 1100px) {
  .services__box-top img {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 1000px) {
  .services__box-top img {
    width: 180px;
    height: 180px;
  }
}
@media (max-width: 600px) {
  .services__box-top img {
    width: min(50vw, 300px);
    height: min(50vw, 300px);
    max-width: 100%;
  }
}
.services__box-top h3 {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  font-size: 32px;
}
@media (max-width: 1600px) {
  .services__box-top h3 {
    font-size: 28px;
  }
}
@media (max-width: 1000px) {
  .services__box-top h3 {
    font-size: 26px;
  }
}
@media (max-width: 800px) {
  .services__box-top h3 {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  .services__box-top h3 {
    font-size: 21px;
  }
}
.services__box-dscr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 1600px) {
  .services__box-dscr {
    font-size: 18px;
  }
}
@media (max-width: 1000px) {
  .services__box-dscr {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .services__box-dscr {
    gap: 16px;
    font-size: 14px;
  }
}
body.lang-ru .services__box-dscr,
html[lang^="ru"] .services__box-dscr,
body.esartia-lang-ru .services__box-dscr {
  font-weight: 400;
}
html[lang^="en"] .services__box-dscr,
body.esartia-lang-en .services__box-dscr {
  font-weight: 400;
  font-family: "BPG Tech 11.1 Caps", sans-serif !important;
}
.services__box-bottom {
  margin-top: auto;
  text-align: center;
  font-size: 26px;
}
@media (max-width: 1600px) {
  .services__box-bottom {
    font-size: 24px;
  }
}
@media (max-width: 1000px) {
  .services__box-bottom {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .services__box-bottom {
    font-size: 18px;
  }
}

.projects__top {
  margin-bottom: 14px;
}
.projects__top-head,
.design__top-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.projects__top h1,
.design__top h1 {
  margin-bottom: 4px;
  font-weight: 700;
  font-size: 26px;
}
.projects__top h2 {
  margin-bottom: 4px;
  font-weight: 700;
  font-size: 26px;
}
.projects__top-back {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-family: "Archyedt";
  font-size: 20px;
  line-height: 1.2;
  color: var(--main-color);
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease, color 0.2s ease;
  transition: opacity 0.2s ease, color 0.2s ease;
}
.projects__top-back-text {
  text-decoration: none;
  text-underline-offset: 0.12em;
}
.esartia-lang-ru .projects__top-back-text,
html[lang^="ru"] .projects__top-back-text {
  font-family: "Roboto Condensed", Arial, sans-serif;
}
.esartia-lang-ka .projects__top-back,
html[lang^="ka"] .projects__top-back,
.esartia-lang-ka .projects__top-back-text,
html[lang^="ka"] .projects__top-back-text {
  font-family: "BPG Tech 11.1 Caps", sans-serif;
}
.projects__top-back-icon {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (any-hover: hover) {
  .projects__top-back:hover .projects__top-back-text {
    text-decoration: underline;
  }
  .projects__top-back:hover {
    opacity: 0.85;
  }
}
@media (max-width: 1600px) {
  .projects__top h2 {
    font-size: 24px;
  }
}
@media (max-width: 1000px) {
  .projects__top h1,
  .design__top h1 {
    font-size: 20px;
  }
  .projects__top h2 {
    font-size: 20px;
  }
}
@media (max-width: 800px) {
  .projects__top-head,
  .design__top-head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  .projects__top h1,
  .design__top h1 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-width: 0;
  }
  .projects__top h2 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-width: 0;
    font-size: 18px;
  }
  .projects__top-back {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .projects__top h2 {
    font-size: 16px;
  }
}
.projects__top p {
  font-size: 16px;
}
@media (max-width: 600px) {
  .projects__top p {
    font-size: 14px;
  }
}
.projects__boxes-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
@media (max-width: 1000px) {
  .projects__boxes-wrapper {
    grid-template-columns: repeat(1, minmax(auto, 1fr));
  }
}
.projects__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
.projects__box {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
@media (max-width: 1000px) {
  .projects__boxes {
    gap: 10px;
  }
}
.projects__box-media {
  margin-bottom: 40px;
}
@media (max-width: 1600px) {
  .projects__box-media {
    margin-bottom: 20px;
  }
}
@media (max-width: 1000px) {
  .projects__box-media {
    margin-bottom: 10px;
  }
}
.projects__box-media.col-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(auto, 1fr));
  gap: 20px;
}
@media (max-width: 1000px) {
  .projects__box-media.col-2 {
    grid-template-columns: repeat(1, minmax(auto, 1fr));
    gap: 10px;
  }
}
.projects__box-media img {
  width: 100%;
  aspect-ratio: 16/12;
}
.projects__box-dscr {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  overflow-wrap: anywhere;
  word-break: break-word;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.projects__box-dscr p,
.projects__box-dscr-part {
  max-width: 100%;
  margin: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.projects__box-dscr-part + .projects__box-dscr-part {
  margin-top: 0.75em;
}
@media (max-width: 1600px) {
  .projects__box-dscr {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .projects__box-dscr {
    font-size: 14px;
  }
}
.projects__bottom {
  padding-top: 10px;
  border-top: 1px solid #000;
}
.projects__bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 40px;
}
@media (max-width: 1000px) {
  .projects__bottom ul,
  .design__bottom ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 12px;
  }
  .projects__bottom ul li,
  .design__bottom ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 16px;
    width: 100%;
  }
  .projects__bottom ul li h5,
  .design__bottom ul li h5 {
    font-size: 16px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    min-width: 38%;
    max-width: 50%;
  }
  .projects__bottom ul li p,
  .design__bottom ul li p {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-width: 0;
  }
}
.projects__bottom ul li h5 {
  font-size: 20px;
}
@media (max-width: 1600px) {
  .projects__bottom ul li h5 {
    font-size: 18px;
  }
}
.projects__bottom ul li p {
  opacity: 0.6;
}

.portfolio__section {
  margin-top: 40px;
}
.portfolio__section:first-of-type {
  margin-top: 0;
}
.portfolio__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.portfolio__inner {
  display: grid;
  grid-template-columns: 0.4fr 0.6fr;
  gap: 40px;
}
@media (max-width: 1000px) {
  .portfolio__inner {
    grid-template-columns: 1fr;
  }
}
.portfolio__inner--solo {
  grid-template-columns: 1fr;
}
.portfolio__inner--duo .portfolio__boxes--solo-big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 0;
  height: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.portfolio__inner--duo .portfolio__boxes--solo-big > .portfolio__card {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
  width: 100%;
  height: 100%;
}
.portfolio__inner--duo .portfolio__boxes--solo-big > .portfolio__card .portfolio__card-media {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 280px;
  width: 100%;
}
.portfolio__inner--duo .portfolio__boxes--solo-big > .portfolio__card .portfolio__card-media img,
.portfolio__inner--duo .portfolio__boxes--solo-big > .portfolio__card .portfolio__card-media img.wp-post-image {
  min-height: 280px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1000px) {
  .portfolio__inner--duo .portfolio__boxes--solo-big > .portfolio__card .portfolio__card-media {
    min-height: 200px;
  }
  .portfolio__inner--duo .portfolio__boxes--solo-big > .portfolio__card .portfolio__card-media img,
  .portfolio__inner--duo .portfolio__boxes--solo-big > .portfolio__card .portfolio__card-media img.wp-post-image {
    min-height: 200px;
  }
}
.portfolio__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.portfolio__card {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
@media (max-width: 1000px) {
  .portfolio__card {
    gap: 10px;
  }
}
.portfolio__card-media {
  position: relative;
  width: 100%;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}
.portfolio__card-media img,
.portfolio__card-media img.wp-post-image {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}
.portfolio__card-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.28);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .portfolio__card:hover .portfolio__card-overlay {
    opacity: 1;
  }
  .portfolio__card:hover .portfolio__card-media img,
  .portfolio__card:hover .portfolio__card-media img.wp-post-image {
    -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
            transform: scale(1.03);
  }
}
.archive-card__more,
.portfolio-card__badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 18px 10px 20px;
  color: #fff;
  background-color: #333333;
  border-radius: 100px;
}
.archive-card__more-text,
.portfolio-card__badge-text {
  font-size: 14px;
  line-height: 1.2;
  white-space: nowrap;
  color: #fff;
}
body.lang-ru .archive-card__more-text,
body.esartia-lang-ru .archive-card__more-text,
body.lang-ru .portfolio-card__badge-text,
body.esartia-lang-ru .portfolio-card__badge-text {
  font-family: "Roboto Condensed", Arial, sans-serif !important;
}
html[lang^="ka"] .archive-card__more-text,
body.lang-ka .archive-card__more-text,
body.esartia-lang-ka .archive-card__more-text,
html[lang^="ka"] .portfolio-card__badge-text,
body.lang-ka .portfolio-card__badge-text,
body.esartia-lang-ka .portfolio-card__badge-text {
  font-family: "BPG Tech 11.1 Caps", sans-serif !important;
  font-weight: 700;
  text-transform: uppercase;
}
.portfolio__box-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px;
}
.portfolio__box-info h3 {
  font-weight: 700;
  font-size: 20px;
}
html[lang^="en"] .portfolio__box-info h3,
body.esartia-lang-en .portfolio__box-info h3 {
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .portfolio__box-info h3 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .portfolio__box-info h3 {
    font-size: 16px;
  }
}

.news__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
}
.news__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  min-width: 0;
  width: 100%;
}
@media (max-width: 1600px) {
  .news__content {
    gap: 40px;
  }
}
@media (max-width: 1280px) {
  .news__content {
    gap: 30px;
  }
}
@media (max-width: 1000px) {
  .news__content {
    gap: 20px;
  }
}
.news__nav {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: sticky;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.news__nav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
  position: relative;
}
@media (any-hover: hover) {
  .news__nav li:hover a::after, .news__nav li:hover span {
    opacity: 1;
  }
}
.news__nav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 18px;
}
.news__nav li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1280px) {
  .news__nav li a {
    font-size: 16px;
  }
}
@media (max-width: 1000px) {
  .news__nav li a {
    font-size: 14px;
    font-weight: 700;
  }
}
.news__nav li.is-active a::after,
.news__nav li.is-active span {
  opacity: 1;
}
.news__nav li a::after {
  content: "";
  width: 60px;
  height: 2px;
  background: var(--main-color);
  opacity: 0.3;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 1600px) {
  .news__nav li a::after {
    width: 40px;
  }
}
@media (max-width: 1000px) {
  .news__nav li a::after {
    width: 20px;
  }
}
.news__nav li span {
  width: 30px;
  height: 1px;
  background: var(--main-color);
  opacity: 0.3;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 1600px) {
  .news__nav li span {
    width: 20px;
  }
}
@media (max-width: 1000px) {
  .news__nav li span {
    width: 10px;
  }
}
.news__main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
}
.news__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  min-width: 0;
}
.news__items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.news__page {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.news__page.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news__pager {
  -ms-flex-item-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  margin-top: 0;
  padding-top: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.news__pager-btn {
  font-family: inherit;
  font-size: 20px;
  line-height: 1;
  color: var(--main-color);
  background: transparent;
  border: 1px solid var(--main-color);
  padding: 8px 16px;
  cursor: pointer;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.2s ease, background 0.2s ease;
  transition: opacity 0.2s ease, background 0.2s ease;
}
.news__pager-btn:hover:not(:disabled):not(.is-disabled) {
  opacity: 0.85;
}
.news__pager-btn:disabled,
.news__pager-btn.is-disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}
.news__pager-state {
  font-size: 18px;
  color: var(--main-color);
  font-variant-numeric: tabular-nums;
}
@media (max-width: 1000px) {
  .news__pager {
    gap: 16px;
  }
  .news__pager-btn {
    font-size: 18px;
    padding: 6px 12px;
  }
  .news__pager-state {
    font-size: 16px;
  }
}
@media (max-width: 1000px) {
  .news__items {
    gap: 10px;
  }
}
.news__item {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #cdcfcc;
  border-bottom: 1px solid #cdcfcc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.news__item-img {
  width: 120px;
  position: relative;
}
@media (max-width: 1000px) {
  .news__item-img {
    display: none;
  }
}
.news__item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news__item-body {
  width: 100%;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
@media (max-width: 1000px) {
  .news__item-body {
    padding: 10px 0;
    gap: 10px;
  }
}
.news__item-top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
}
.news__item-top-main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.news__item-head {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px 40px;
  max-width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news__item-head .news__item-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.news__item-head .news__item-loc {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: min(50%, 22rem);
  text-align: left;
  text-transform: uppercase;
}
a.news__item-title {
  text-decoration: none;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.news__item-title h3 {
  margin-bottom: 6px;
  font-size: 20px;
  font-family: "Archyedt";
}
.news__item-head .news__item-title span {
  font-weight: 400;
  text-transform: uppercase;
}
html[lang^="en"] .news__item-head .news__item-title span,
body.esartia-lang-en .news__item-head .news__item-title span {
  font-family: "BPG Tech 11.1 Caps", sans-serif !important;
  text-transform: uppercase !important;
}
html[lang^="en"] .news__item-head .news__item-loc,
body.esartia-lang-en .news__item-head .news__item-loc {
  font-family: "BPG Tech 11.1 Caps", sans-serif !important;
  text-transform: uppercase !important;
  font-weight: 400;
}
.esartia-lang-ka .news__item-title h3,
html[lang^="ka"] .news__item-title h3 {
  font-family: "BPG Tech 11.1 Caps", sans-serif;
  font-weight: 700;
}
.news__item-loc {
  font-size: 20px;
}
@media (max-width: 1600px) {
  .news__item-title h3 {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .news__item-loc {
    font-size: 22px;
  }
}
@media (max-width: 1000px) {
  .news__item-title h3 {
    font-size: 16px;
  }
  .news__item-loc {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .news__item-loc {
    font-size: 14px;
  }
  .news__item-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .news__item-head .news__item-loc {
    max-width: none;
    text-align: left;
  }
}
.news__item-click {
  margin-left: auto;
  font-family: "Archyedt";
  text-transform: uppercase;
}
body.lang-ru .news__item-click,
body.esartia-lang-ru .news__item-click,
html[lang^="ru"] .news__item-click {
  font-family: "Roboto Condensed", Arial, sans-serif;
}
html[lang^="ka"] .news__item-click,
body.lang-ka .news__item-click,
body.esartia-lang-ka .news__item-click {
  font-family: "BPG Tech 11.1 Caps", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .news__item-click {
    display: none;
  }
}

.news__item-dscr {
  font-family: "Archyedt";
}
body.lang-ru .news__item-dscr,
html[lang^="ru"] .news__item-dscr {
  font-family: "Roboto Condensed", Arial, sans-serif;
}
html[lang^="ka"] .news__item-dscr,
body.lang-ka .news__item-dscr,
body.esartia-lang-ka .news__item-dscr {
  font-family: "BPG Tech 11.1 Caps", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
body.lang-ru .news__item-loc,
html[lang^="ru"] .news__item-loc,
body.esartia-lang-ru .news__item-loc {
  font-weight: 400;
}

.contacts__inner {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(auto, 1fr));
}
@media (max-width: 1000px) {
  .contacts__inner {
    grid-template-columns: repeat(1, minmax(auto, 1fr));
  }
}
.contacts__body {
 /*background: #bfbfbe;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 40px;
  padding-left: 0;
  position: relative;
}
.contacts__body > .h1-text {
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 2;
  margin: 0;
}
.contacts__body::before {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 40px;
  left: 40px;
  width: 150px;
  aspect-ratio: 4/4;
  background-color: transparent;
  background-image: url("../images/window.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}
.contacts__body::after {
  content: url("../images/men_window.png");
  position: absolute;
  z-index: 0;
  top: 0px;
  right: 50px;
  display: block;
  width: 209px;
  height: auto;
  max-width: 209px;
  pointer-events: none;
}
@media (max-height: 944px) {
  .contacts__body::after {
    content: none;
    display: none;
  }
}
@media (max-width: 1000px) {
  .contacts__body::before,
  .contacts__body::after {
    content: none;
    display: none;
  }
  .contacts__body {
    padding: 60px 20px;
    background: #dedede;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 24px;
  }
  .contacts__body > .h1-text {
    position: static;
    top: auto;
    left: auto;
    z-index: auto;
  }
  .contacts__body .contacts__info {
    width: 100%;
    margin-top: 30px;
  }
}
.contacts__body .contacts__info {
  position: relative;
  z-index: 1;
}
.contacts__title {
  margin-bottom: 20px;
  font-size: 24px;
}
@media (max-width: 1280px) {
  .contacts__title {
    font-size: 20px;
  }
}
@media (max-width: 1000px) {
  .contacts__title {
    display: none;
  }
}
.contacts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 14px;
  max-width: 240px;
  margin-right: 40px;
}
.contacts__list li {
  font-size: 16px;
}
.contacts__list li:not(:has(a)) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.contacts__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.contacts__list li img {
  width: 20px;
  aspect-ratio: 4/4;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.contacts__social {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}
.contacts__social img {
  width: 26px;
  aspect-ratio: 4/4;
}
.contacts__about {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1000px) {
  .contacts__about {
    padding-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.contacts__img {
  max-width: 60%;
}
@media (max-width: 600px) {
  .contacts__img {
    max-width: 70%;
  }
}
.contacts__inst-qr {
  position: absolute;
  right: 40px;
  bottom: 40px;
  max-width: 180px;
}
@media (max-width: 1000px) {
  .contacts__inst-qr {
    position: static;
  }
}
@media (max-width: 600px) {
  .contacts__inst-qr {
    max-width: 45%;
  }
}

.team__items {
  display: grid;
  grid-template-columns: repeat(4, minmax(auto, 1fr));
  gap: 40px;
}
@media (max-width: 1600px) {
  .team__items {
    gap: 20px;
  }
}
@media (max-width: 1000px) {
  .team__items {
    grid-template-columns: repeat(2, minmax(auto, 1fr));
  }
}
@media (max-width: 600px) {
  .team__items {
    grid-template-columns: repeat(1, minmax(auto, 1fr));
  }
}
.team__item-img {
  /*aspect-ratio: 16 / 22;*/
  margin-bottom: 10px;
}
.team__item-title {
  margin-bottom: 6px;
  font-size: 24px;
}
@media (max-width: 1280px) {
  .team__item-title {
    font-size: 20px;
  }
}
@media (max-width: 1000px) {
  .team__item-title {
    font-size: 18px;
  }
}
html[lang^="en"] .team__item-dscr,
body.esartia-lang-en .team__item-dscr {
  font-weight: 400;
  font-family: "BPG Tech 11.1 Caps", sans-serif !important;
  font-size: 20px;
}
html[lang^="ru"] .team__item-dscr,
body.lang-ru .team__item-dscr,
body.esartia-lang-ru .team__item-dscr {
  font-weight: 400;
}

.projects-archive__title {
  margin-bottom: 40px;
  margin-top: 24px;
}

.projects-archive__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
@media (max-width: 1200px) {
  .projects-archive__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 600px) {
  .projects-archive__grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.project-card__link,
.design-card__link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.project-card__thumb,
.design-card__thumb {
  position: relative;
  margin-bottom: 10px;
  aspect-ratio: 500 / 282;
  overflow: hidden;
  background: #e8e8e8;
}

.project-card__thumb img,
.design-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}

.project-card__overlay,
.design-card__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.28);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media (any-hover: hover) {
  .project-card__link:hover .project-card__overlay,
  .design-card__link:hover .design-card__overlay {
    opacity: 1;
  }
  .project-card__link:hover .project-card__thumb img,
  .design-card__link:hover .design-card__thumb img {
    -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
            transform: scale(1.03);
  }
}

.project-card__title {
  margin-bottom: 6px;
  font-size: 22px;
}

html[lang^="ru"] .project-card__title,
body.lang-ru .project-card__title,
body.esartia-lang-ru .project-card__title {
  text-transform: uppercase;
}

.project-card__category {
  opacity: 0.8;
}

.design__top {
  margin-bottom: 14px;
}
.design__top h2 {
  margin-bottom: 4px;
  font-weight: 700;
  font-size: 26px;
}
@media (max-width: 1600px) {
  .design__top h2 {
    font-size: 24px;
  }
}
@media (max-width: 1000px) {
  .design__top h2 {
    font-size: 20px;
  }
}
@media (max-width: 800px) {
  .design__top h2 {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .design__top h2 {
    font-size: 16px;
  }
}
.design__top p {
  font-size: 16px;
}
@media (max-width: 600px) {
  .design__top p {
    font-size: 14px;
  }
}
/* Single design: верх 60|40 (справа фото + текст под ним); низ слева текст→фото, справа фото (≈40|60) */
.design__mosaic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(18px, 3vw, 32px);
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
}
.design__mosaic-row {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
.design__mosaic-row--top {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 6fr) minmax(0, 4fr);
      grid-template-columns: minmax(0, 6fr) minmax(0, 4fr);
  gap: clamp(12px, 2vw, 40px);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.design__mosaic-row--top .design__mosaic-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-width: 0;
  width: 100%;
}
.design__mosaic-row--top .design__mosaic-cell--top-left .design__mosaic-media {
  width: 100%;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
}
.design__mosaic-row--top .design__mosaic-cell--top-left .design__mosaic-media img {
  width: 100%;
  height: auto;
  display: block;
}
.design__mosaic-row--top .design__mosaic-cell--top-right {
  height: var(--design-mosaic-top-h, auto);
  max-height: var(--design-mosaic-top-h, none);
  min-height: 0;
  overflow: hidden;
}
.design__mosaic-row--top .design__mosaic-stack--top-right {
  width: 100%;
  height: 100%;
  max-height: 100%;
  min-height: 0;
  gap: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
}
.design__mosaic-stack--top-right .design__mosaic-media {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 70%;
          flex: 0 1 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 100%;
  max-height: 70%;
  min-height: 0;
  background-color: #fff;
  /* padding: clamp(8px, 1.2vw, 16px); */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.design__mosaic-stack--top-right .design__mosaic-media img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  display: block;
  margin: 0 auto;
}
.design__mosaic-stack--top-right .design__mosaic-dscr {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 0;
  max-width: 100%;
  overflow: visible;
}
.design__mosaic-row--top.design__mosaic-row--single {
  -ms-grid-columns: minmax(0, 1fr);
      grid-template-columns: minmax(0, 1fr);
}
.design__mosaic-stack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(12px, 2vw, 28px);
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
.design__mosaic-stack--left {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.design__mosaic-stack--left .design__mosaic-dscr {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 0;
  min-width: 0;
  max-width: 100%;
  overflow-wrap: normal;
  word-break: normal;
}
.design__mosaic-stack--left .design__mosaic-media {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 2;
          order: 2;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-top: auto;
  min-width: 0;
}
.design__mosaic-row--bottom {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 3fr) minmax(0, 7fr);
      grid-template-columns: minmax(0, 4fr) minmax(0, 6fr);
  gap: clamp(12px, 2vw, 40px);
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 32px;
}
.design__mosaic-row--bottom .design__mosaic-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: 100%;
}
.design__mosaic-row--bottom .design__mosaic-cell--bottom-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.design__mosaic-row--bottom .design__mosaic-stack--left {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  min-height: 100%;
  gap: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.design__mosaic-row--bottom .design__mosaic-cell--bottom-right .design__mosaic-media {
  width: 100%;
  margin-top: auto;
}
.design__mosaic-row--bottom .design__mosaic-cell--bottom-right {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.design__mosaic-row--bottom.design__mosaic-row--single {
  -ms-grid-columns: minmax(0, 1fr);
      grid-template-columns: minmax(0, 1fr);
}
.design__mosaic-row--extra {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) minmax(0, 1fr);
      grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(12px, 2vw, 24px);
}
.design__mosaic-row--extra.design__mosaic-row--single {
  -ms-grid-columns: minmax(0, 1fr);
      grid-template-columns: minmax(0, 1fr);
}
.design__mosaic-cell {
  min-width: 0;
}
.design__mosaic-media img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: middle;
}
.design__mosaic-dscr {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  font-size: 18px;
  line-height: 1.45;
  text-align: center;
  white-space: normal;
  overflow-wrap: normal;
  word-break: normal;
}
.design__mosaic-dscr p {
  max-width: 100%;
  margin: 0;
  white-space: normal;
  overflow-wrap: normal;
  word-break: normal;
}
html[lang^="en"] .design__mosaic-dscr,
body.lang-en .design__mosaic-dscr,
body.esartia-lang-en .design__mosaic-dscr,
html[lang^="ka"] .design__mosaic-dscr,
body.lang-ka .design__mosaic-dscr,
body.esartia-lang-ka .design__mosaic-dscr {
  font-size: 15px;
  line-height: 1.4;
  overflow-wrap: normal;
  word-break: keep-all;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
}
html[lang^="en"] .design__mosaic-dscr p,
body.lang-en .design__mosaic-dscr p,
body.esartia-lang-en .design__mosaic-dscr p,
html[lang^="ka"] .design__mosaic-dscr p,
body.lang-ka .design__mosaic-dscr p,
body.esartia-lang-ka .design__mosaic-dscr p {
  overflow-wrap: normal;
  word-break: keep-all;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
}
@media (max-width: 1600px) {
  .design__mosaic-dscr {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .design__mosaic-dscr {
    font-size: 14px;
  }
}
@media (max-width: 1000px) {
  .design__mosaic-row--top,
  .design__mosaic-row--bottom,
  .design__mosaic-row--extra {
    -ms-grid-columns: minmax(0, 1fr);
        grid-template-columns: minmax(0, 1fr);
  }
}
.design__bottom {
  padding-top: 10px;
  border-top: 1px solid #000;
}
.design__bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 40px;
}
.design__bottom ul li h5 {
  font-size: 20px;
}
@media (max-width: 1600px) {
  .design__bottom ul li h5 {
    font-size: 18px;
  }
}
.design__bottom ul li p {
  opacity: 0.6;
}

.design-archive__title {
  margin-bottom: 40px;
  margin-top: 24px;
}

.design-archive__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
@media (max-width: 1200px) {
  .design-archive__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 600px) {
  .design-archive__grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.design-card__title {
  margin-bottom: 6px;
  font-size: 22px;
}

.design-card__category {
  opacity: 0.8;
}

/* Подгонка под старую стрелку — см. блок .idea__philosophyy-item:nth-of-type(2) .idea__philosophyy-item-name выше.
@media (min-width: 1401px) {
  .page-idea .idea__philosophyy .idea__philosophyy-item:nth-of-type(2) .idea__philosophyy-item-name {
    margin-top: -30px !important;
  }
}
*/

/* Single project: mosaic layout (same logic as design, projects__ divs) */
.projects__boxes-wrapper--mosaic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(18px, 3vw, 32px);
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  grid-template-columns: unset;
}
.projects__boxes-wrapper--mosaic .projects__boxes {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
.projects__boxes-wrapper--mosaic .projects__boxes.projects__boxes--top,
.projects__boxes-wrapper--mosaic .projects__boxes.projects__boxes--bottom,
.projects__boxes-wrapper--mosaic .projects__boxes.projects__boxes--extra {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
}
.projects__boxes-wrapper--mosaic .projects__boxes.projects__boxes--top {
  -ms-grid-columns: minmax(0, 6fr) minmax(0, 4fr);
      grid-template-columns: minmax(0, 6fr) minmax(0, 4fr);
  gap: clamp(12px, 2vw, 40px);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.projects__boxes-wrapper--mosaic .projects__boxes.projects__boxes--bottom {
  -ms-grid-columns: minmax(0, 4fr) minmax(0, 6fr);
      grid-template-columns: minmax(0, 4fr) minmax(0, 6fr);
  gap: clamp(12px, 2vw, 40px);
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 32px;
}
.projects__boxes-wrapper--mosaic .projects__boxes.projects__boxes--extra {
  -ms-grid-columns: minmax(0, 1fr) minmax(0, 1fr);
      grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(12px, 2vw, 24px);
}
.projects__boxes-wrapper--mosaic .projects__boxes.projects__boxes--top.projects__boxes--single,
.projects__boxes-wrapper--mosaic .projects__boxes.projects__boxes--bottom.projects__boxes--single,
.projects__boxes-wrapper--mosaic .projects__boxes.projects__boxes--extra.projects__boxes--single {
  -ms-grid-columns: minmax(0, 1fr);
      grid-template-columns: minmax(0, 1fr);
}
.projects__boxes-wrapper--mosaic .projects__box-media {
  margin-bottom: 0;
}
.projects__boxes-wrapper--mosaic .projects__box-media img {
  aspect-ratio: auto;
}
.projects__boxes--top {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 6fr) minmax(0, 4fr);
      grid-template-columns: minmax(0, 6fr) minmax(0, 4fr);
  gap: clamp(12px, 2vw, 40px);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.projects__boxes--top .projects__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  width: 100%;
}
.projects__boxes--top .projects__box--top-left .projects__box-media {
  width: 100%;
}
.projects__boxes--top .projects__box--top-left .projects__box-media img {
  width: 100%;
  height: auto;
  display: block;
}
.projects__boxes--top .projects__box--top-right {
  height: var(--design-mosaic-top-h, auto);
  max-height: var(--design-mosaic-top-h, none);
  min-height: 0;
  overflow: hidden;
}
.projects__box-stack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
.projects__boxes--top .projects__box-stack--top-right {
  height: 100%;
  max-height: 100%;
  min-height: 0;
  gap: 0;
  overflow: hidden;
}
.projects__box-stack--top-right .projects__box-media:not(.col-2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 70%;
          flex: 0 1 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-height: 70%;
  min-height: 0;
  background-color: #fff;
  padding: clamp(8px, 1.2vw, 16px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.projects__box-stack--top-right .projects__box-media:not(.col-2) img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
.projects__box-stack--top-right .projects__box-dscr {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
  min-width: 0;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.projects__boxes--top.projects__boxes--single {
  -ms-grid-columns: minmax(0, 1fr);
      grid-template-columns: minmax(0, 1fr);
}
.projects__boxes--bottom {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 3fr) minmax(0, 7fr);
      grid-template-columns: minmax(0, 4fr) minmax(0, 6fr);
  gap: clamp(12px, 2vw, 40px);
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 32px;
}
.projects__boxes--bottom .projects__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  min-width: 0;
}
.projects__boxes--bottom .projects__box--bottom-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.projects__boxes--bottom .projects__box-stack--left {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 100%;
  gap: 0;
}
.projects__box-stack--left .projects__box-dscr {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
  min-width: 0;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.projects__box-stack--left .projects__box-media:not(.col-2) {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  padding: clamp(8px, 1.2vw, 16px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.projects__box-stack--left .projects__box-media:not(.col-2) img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
.projects__boxes--bottom .projects__box--bottom-right .projects__box-media {
  width: 100%;
  margin-top: auto;
}
.projects__boxes--bottom .projects__box--bottom-right .projects__box-media img {
  width: 100%;
  height: auto;
}
.projects__boxes--bottom.projects__boxes--single {
  -ms-grid-columns: minmax(0, 1fr);
      grid-template-columns: minmax(0, 1fr);
}
.projects__boxes--extra {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) minmax(0, 1fr);
      grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(12px, 2vw, 24px);
}
.projects__boxes--extra.projects__boxes--single {
  -ms-grid-columns: minmax(0, 1fr);
      grid-template-columns: minmax(0, 1fr);
}
.projects__boxes-wrapper--mosaic .projects__box-dscr p {
  max-width: 100%;
  margin: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}
@media (max-width: 1000px) {
  .projects__boxes-wrapper--mosaic .projects__boxes.projects__boxes--top,
  .projects__boxes-wrapper--mosaic .projects__boxes.projects__boxes--bottom,
  .projects__boxes-wrapper--mosaic .projects__boxes.projects__boxes--extra {
    -ms-grid-columns: minmax(0, 1fr);
        grid-template-columns: minmax(0, 1fr);
  }
  .projects__boxes--top .projects__box--top-right {
    height: auto;
    max-height: none;
  }
}