/*!*************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js!./assets/css/main.scss ***!
  \*************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Play:wght@400;700&display=swap);
/*!*****************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js!./assets/css/main.scss (1) ***!
  \*****************************************************************************************************************************************************************************************/
@charset "UTF-8";
:root {
  --_section-gap: clamp(6.25rem, 5.8098591549rem + 1.8779342723vw, 7.5rem);
  --_section-offset: clamp(0.6875rem, 0.0492957746rem + 2.7230046948vw, 2.5rem);
  --_header-margin: 3.75rem;
  --body-color: #1c1a1f;
  --black: #000000;
  --white: #ffffff;
  --color-border: #ccc;
  --color-hover: #ae8e3f;
}

.interaction-disabled {
  pointer-events: none;
  cursor: default;
  user-select: none;
  touch-action: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: clamp(6.25rem, 5.8098591549rem + 1.8779342723vw, 7.5rem);
  scroll-padding-top: var(--_section-gap);
}

body {
  overflow-x: hidden;
  min-height: 100vh;
  display: grid;
  grid-template-rows: auto 1fr auto;
  background-color: #1c1a1f;
  background-color: var(--body-color);
  font-family: Mulish, sans-serif;
  counter-reset: titleIndex;
  color: white;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

a,
a:visited {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
}

input,
textarea {
  border: none;
  outline: none;
  width: 100%;
  min-width: 0;
  resize: none;
}

input[type=checkbox],
input[type=radio] {
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
}

button,
input,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    transition: none !important;
  }
}
:where(main > section, header, footer) > .container {
  width: min(90rem - clamp(0.6875rem, 0.0492957746rem + 2.7230046948vw, 2.5rem) * 2, 100vw - clamp(0.6875rem, 0.0492957746rem + 2.7230046948vw, 2.5rem) * 2);
  width: min(90rem - var(--_section-offset) * 2, 100vw - var(--_section-offset) * 2);
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}

main {
  padding: 148px 0 clamp(6.25rem, 5.8098591549rem + 1.8779342723vw, 7.5rem) 0;
  padding: 148px 0 var(--_section-gap) 0;
  display: grid;
  grid-gap: clamp(6.25rem, 5.8098591549rem + 1.8779342723vw, 7.5rem);
  grid-gap: var(--_section-gap);
  gap: clamp(6.25rem, 5.8098591549rem + 1.8779342723vw, 7.5rem);
  gap: var(--_section-gap);
  grid-auto-rows: max-content;
}
main#home {
  padding-top: 0;
}
main#page-contacts {
  gap: 64px;
}
main#page-about {
  gap: 0;
}
main#page-about #news {
  padding-top: clamp(6.25rem, 5.8098591549rem + 1.8779342723vw, 7.5rem);
  padding-top: var(--_section-gap);
}

.accent-button {
  width: -moz-max-content;
  width: max-content;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #fff;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  cursor: pointer;
}
.accent-button span {
  padding: 0.75rem 2rem;
  border-radius: 6.25rem;
  border: 1px solid #fff;
}
@media (hover: hover) {
  .accent-button:hover {
    scale: 0.95;
  }
  .accent-button:hover .icon {
    rotate: 90deg;
  }
}
@media (hover: none) {
  .accent-button:active {
    scale: 0.95;
  }
  .accent-button:active .icon {
    rotate: 90deg;
  }
}
.accent-button .icon {
  transition: inherit;
  border-radius: 50%;
  color: #000000;
  color: var(--black);
  border: 1px solid #fff;
  background: #fff;
  width: 2.375rem;
  aspect-ratio: 1;
  display: grid;
  align-content: center;
  justify-content: center;
  place-content: center;
}

.controls {
  display: flex;
  align-items: center;
  gap: 22px;
  /* Коли кнопка активна  */
}
.controls .prev,
.controls .next {
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  border: 1px solid #ffffff;
  border: 1px solid var(--white);
  background: transparent;
  color: #ffffff;
  color: var(--white);
  cursor: pointer;
  transition: width 0.3s ease, height 0.3s ease, opacity 0.3s ease;
}
.controls .prev svg,
.controls .next svg {
  flex-shrink: 0;
  fill: currentColor;
}
.controls .prev:not(.swiper-button-disabled),
.controls .next:not(.swiper-button-disabled) {
  background: #ffffff;
  background: var(--white);
  color: #000000;
  color: var(--black);
}

.social-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.social-list li a {
  width: 44px;
  height: 44px;
  border-radius: 100%;
  border: 1.3px solid #ae8e3f;
  border: 1.3px solid var(--color-hover);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ae8e3f;
  color: var(--color-hover);
}
.social-list li a svg {
  flex-shrink: 0;
}

.loader {
  width: 50px;
  margin: 20px auto 20px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #ffffff;
  background: var(--white);
  --_m: conic-gradient(rgba(0,0,0,0) 10%, #000), linear-gradient(#000 0, #000 0) content-box;
  -webkit-mask: conic-gradient(rgba(0,0,0,0) 10%, #000), linear-gradient(#000 0, #000 0) content-box;
  -webkit-mask: conic-gradient(rgba(0,0,0,0) 10%, #000), linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: conic-gradient(rgba(0,0,0,0) 10%, #000), linear-gradient(#000 0, #000 0) content-box;
  -webkit-mask: conic-gradient(rgba(0,0,0,0) 10%, #000), linear-gradient(#000 0 0) content-box;
          mask: conic-gradient(rgba(0,0,0,0) 10%, #000), linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
          mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 1s infinite linear;
}

@supports (background: linear-gradient(red 0%, red 0% 1%, red 2%)){
.loader {
  --_m: conic-gradient(rgba(0,0,0,0) 10%, #000), linear-gradient(#000 0 0) content-box;
}
}

@keyframes l3 {
  to {
    transform: rotate(1turn);
  }
}
.breadcrumbs {
  position: absolute;
  left: 0;
  top: 105px;
  z-index: 20;
  display: flex;
  color: #ffffff;
  color: var(--white);
  font-feature-settings: "cv03" on, "cv04" on;
  font-size: 14px;
  font-weight: 500;
  line-height: 145%;
  /* 20.3px */
}
.breadcrumbs .separator {
  width: 20px;
  text-align: center;
}

.btn-scroll-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
  background-color: rgba(174, 142, 63, 0.5450980392);
  border: 1px solid var(--color-white);
  color: var(--color-white);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999999999;
  transition: all 300ms ease-in-out;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.btn-scroll-top:hover {
  background-color: #ae8e3f;
  transform: scale(1.03);
}
.btn-scroll-top svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}
@media (max-width: 992px) {
  .btn-scroll-top {
    width: 40px;
    height: 40px;
  }
  .btn-scroll-top svg {
    width: 19px;
    height: 19px;
  }
}

.backdrop {
  --_open: 1000ms;
  --_close: 1000ms;
  width: 100dvw;
  height: 100dvh;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition-duration: 1000ms;
  transition-duration: var(--_open);
  opacity: 0;
  visibility: hidden;
}
.backdrop[open] {
  opacity: 1;
  visibility: visible;
}
.backdrop[close] {
  transition-duration: var(--_close);
}

body:has(.backdrop[open]) {
  overflow: hidden;
}

.burger-menu.backdrop {
  display: flex;
  flex-direction: column;
  background-color: #1c1a1f;
  background-color: var(--body-color);
  -webkit-clip-path: circle(0% at 90% -5%);
          clip-path: circle(0% at 90% -5%);
  transition: all 500ms ease-in-out;
  overflow-y: auto;
}
@media (max-width: 992px) {
  .burger-menu.backdrop {
    height: calc(100dvh - 88px);
    top: auto;
    top: initial;
    bottom: 0;
  }
}
.burger-menu.backdrop .container {
  position: relative;
  flex-grow: 1;
}
.burger-menu.backdrop .header-menu-wrapp {
  height: 100%;
  display: grid;
  grid-template-columns: 35.2% 27.7% 1fr;
  background-image: url(../images/bg-blur.svg), url(../images/bg-decor.svg), url(../images/bg-item.webp);
  background-repeat: no-repeat;
  background-position: left top, right 50px top, left bottom;
  background-size: contain, contain, 74% 40%;
}
@media (max-width: 992px) {
  .burger-menu.backdrop .header-menu-wrapp {
    grid-template-columns: 1fr;
  }
}
.burger-menu.backdrop .main-nav {
  padding: 0;
  position: relative;
}
@media (max-width: 992px) {
  .burger-menu.backdrop .main-nav:after {
    content: "";
    position: absolute;
    width: 85%;
    height: 1px;
    left: 24px;
    bottom: 0;
    background-color: #ffffff;
    background-color: var(--white);
  }
}
.burger-menu.backdrop .main-nav .nav-list {
  height: 100%;
  padding: 140px 60px 60px 60px;
  display: flex;
  flex-direction: column;
  gap: clamp(1.875rem, 1.6549295775rem + 0.9389671362vw, 2.5rem);
}
.burger-menu.backdrop .main-nav .nav-list li a {
  font-family: "Play", sans-serif;
  font-size: clamp(1.125rem, 0.948943662rem + 0.7511737089vw, 1.625rem);
  font-weight: 500;
  line-height: 120%;
  /* 31.2px */
  text-transform: uppercase;
  transition: all 300ms ease-in-out;
}
.burger-menu.backdrop .main-nav .nav-list li a:hover {
  color: #ae8e3f;
  color: var(--color-hover);
}
@media (max-width: 992px) {
  .burger-menu.backdrop .main-nav .nav-list {
    padding: 30px 24px;
  }
}
@media (max-width: 992px) {
  .burger-menu.backdrop .header-menu-img {
    display: none;
  }
}
.burger-menu.backdrop .header-menu-info {
  padding: 140px 90px 90px 90px;
}
@media (max-width: 992px) {
  .burger-menu.backdrop .header-menu-info {
    padding: 30px 24px;
  }
}
.burger-menu.backdrop .header-menu-title {
  margin-bottom: 60px;
  font-family: "Play", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 26.4px */
  letter-spacing: 2.64px;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .burger-menu.backdrop .header-menu-title {
    margin-bottom: 22px;
  }
}
.burger-menu.backdrop .menu-links {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.burger-menu.backdrop .menu-links .menu-icon img {
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.burger-menu.backdrop .menu-links .menu-title {
  max-width: 60%;
  margin-bottom: 23px;
  font-family: "Play", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  /* 18.2px */
  border-bottom: 1px solid #ffffff;
  border-bottom: 1px solid var(--white);
}
.burger-menu.backdrop .menu-links .menu-list a {
  font-family: "Play", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  transition: all 300ms ease-in-out;
}
.burger-menu.backdrop .menu-links .menu-list a:hover {
  color: #ae8e3f;
  color: var(--color-hover);
}
@media (max-width: 992px) {
  .burger-menu.backdrop .close-button {
    display: none;
  }
}

.burger-menu.backdrop[open] {
  -webkit-clip-path: circle(150% at 90% -5%);
          clip-path: circle(150% at 90% -5%);
}

.close-button {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 57px;
  height: 57px;
  padding: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #aaa;
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  color: var(--white);
  z-index: 100;
  flex-shrink: 0;
}
.close-button svg {
  fill: currentColor;
}

.header .close-button {
  display: none;
}
@media (max-width: 992px) {
  .header .close-button {
    display: flex;
    position: static;
  }
}

.burger-menu.backdrop .close-button {
  display: flex;
}
@media (max-width: 992px) {
  .burger-menu.backdrop .close-button {
    display: none;
  }
}

body:has(.burger-menu.backdrop[open]) .header-menu {
  display: none;
}
body:has(.burger-menu.backdrop[open]) .header {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000000;
  background-color: var(--black);
}
body:has(.burger-menu.backdrop[open]) .header .close-button {
  display: none;
}
@media (max-width: 992px) {
  body:has(.burger-menu.backdrop[open]) .header .close-button {
    display: flex;
  }
}
body:has(.burger-menu.backdrop[open]) .header .main-nav {
  display: none;
}
body:has(.burger-menu.backdrop[open]) .burger-menu.backdrop .close-button {
  display: flex;
}
@media (max-width: 992px) {
  body:has(.burger-menu.backdrop[open]) .burger-menu.backdrop .close-button {
    display: none;
  }
}
body:has(.burger-menu.backdrop[open]) .burger-menu.backdrop .main-nav {
  display: flex;
}

body:not(:has(.burger-menu.backdrop[open])) .header-menu {
  display: flex;
}
body:not(:has(.burger-menu.backdrop[open])) .close-button {
  display: none;
}

.accordeon {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: all 0.5s ease;
}
.accordeon .content {
  min-height: 0;
  overflow: hidden;
  transition: height 3.5s ease;
  transition: height var(--_ts, 3.5s) ease;
}
.accordeon[open] {
  grid-template-rows: 1fr;
}

.header {
  width: 100%;
  position: fixed;
  transition: all 0.3s ease-in-out;
  z-index: 100;
}
.header.hidden {
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out;
}
.header.hidden .breadcrumbs {
  display: none;
}
.header .header-wrapp {
  position: relative;
  height: 88px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid #3e3e3e;
}
.header .custom-logo {
  width: 79px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header .main-nav {
  flex-basis: 72%;
  height: 100%;
  padding: 8px 0;
}
@media (max-width: 992px) {
  .header .main-nav {
    flex-basis: auto;
  }
}
.header .header-links {
  height: 100%;
  display: flex;
  align-items: center;
}
.header .header-item {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}
.header .header-item * {
  color: #ffffff;
  color: var(--white);
  font-size: 22px;
  font-weight: 600;
  line-height: 129.9%;
  /* 23.382px */
  letter-spacing: 0.36px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.header .header-item .header-link,
.header .header-item .header-menu {
  transition: all 0.3s ease-in-out;
}
.header .header-item .header-link svg line,
.header .header-item .header-menu svg line {
  stroke: currentColor;
  transition: all 0.3s ease-in-out;
}
.header .header-item .header-link:hover,
.header .header-item .header-menu:hover {
  color: #ae8e3f;
  color: var(--color-hover);
}
.header .header-item .header-link:hover svg line,
.header .header-item .header-menu:hover svg line {
  stroke: #ae8e3f;
  stroke: var(--color-hover);
}
.header .header-item:not(:last-child) {
  border-right: 1px solid #ffffff;
  border-right: 1px solid var(--white);
}
@media (max-width: 992px) {
  .header .header-item:not(:last-child) {
    display: none;
    grid-template-columns: 1fr;
  }
}
.header .header-item:first-child .header-link {
  margin-right: auto;
}
.header .header-item:last-child .header-menu {
  margin-left: auto;
}
.header .header-tel {
  display: none;
}
@media (max-width: 992px) {
  .header .header-tel {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 100%;
    border: 0.5px solid #ffffff;
    border: 0.5px solid var(--white);
  }
}

body:has(main#home) .header {
  position: fixed;
}
body:has(main#home) .header .header-wrapp {
  border-bottom: 1px solid #ffffff;
  border-bottom: 1px solid var(--white);
}
body:has(main#home) .header.scroll .header-wrapp {
  border: none;
}
body:has(main#home) .breadcrumbs {
  display: none;
}

#home #hero {
  min-height: 100dvh;
  overflow-x: clip;
  padding: 148px 0 clamp(6.25rem, 5.8098591549rem + 1.8779342723vw, 7.5rem) 0;
  padding: 148px 0 var(--_section-gap) 0;
}
@media (max-width: 992px) {
  #home #hero {
    padding-top: 123px;
  }
}
#home #hero .container {
  width: 100%;
}
#home #hero .hero-text-wrapp {
  padding-top: clamp(4.37rem, 3.708028169rem + 2.8244131455vw, 6.25rem);
  padding-bottom: clamp(3.125rem, 2.4647887324rem + 2.8169014085vw, 5rem);
  width: min(90rem - clamp(0.6875rem, 0.0492957746rem + 2.7230046948vw, 2.5rem) * 2, 100vw - clamp(0.6875rem, 0.0492957746rem + 2.7230046948vw, 2.5rem) * 2);
  width: min(90rem - var(--_section-offset) * 2, 100vw - var(--_section-offset) * 2);
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  position: relative;
}
#home #hero .hero-title {
  max-width: 1215px;
  font-family: "Play", sans-serif;
  font-size: clamp(1.625rem, 1.0088028169rem + 2.6291079812vw, 3.375rem);
  font-weight: 500;
  line-height: 120%;
  /* 64.8px */
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  #home #hero .hero-title {
    text-align: right;
    width: 90%;
    margin-left: auto;
  }
}
#home #hero .hero-text {
  position: absolute;
  right: 0;
  bottom: 10px;
  font-size: clamp(0.9375rem, 0.8714788732rem + 0.2816901408vw, 1.125rem);
  font-weight: 300;
  line-height: 140%;
  /* 25.2px */
  letter-spacing: -0.81px;
}
@media screen and (min-width: 992px) {
  #home #hero .hero-text {
    max-width: 507px;
  }
}
@media screen and (max-width: 992px) {
  #home #hero .hero-text {
    margin-top: 0.81rem;
    background: rgba(0, 0, 0, 0.42);
    padding: 0.62rem;
    padding-left: 1.22rem;
    width: min(100vw - clamp(0.6875rem, 0.0492957746rem + 2.7230046948vw, 2.5rem), 30rem) !important;
    width: min(100vw - var(--_section-offset), 30rem) !important;
    margin-left: calc(-1 * clamp(0.6875rem, 0.0492957746rem + 2.7230046948vw, 2.5rem));
    margin-left: calc(-1 * var(--_section-offset));
  }
}
@media (max-width: 1325px) {
  #home #hero .hero-text {
    position: static;
    width: 60%;
  }
}
@media (max-width: 480px) {
  #home #hero .hero-text {
    width: 80%;
  }
}
@media (max-width: 375px) {
  #home #hero .hero-text {
    width: 90%;
  }
}
#home #hero .hero-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  z-index: 0;
}
#home #hero .hero-bg::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
  pointer-events: none;
}

#about {
  position: relative;
  overflow-x: clip;
  background-image: url(../images/bg-blur.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}
@media (max-width: 992px) {
  #about {
    margin-top: -50px;
  }
}
#about:after {
  content: "";
  position: absolute;
  width: 58.38%;
  aspect-ratio: 853/455;
  top: -15%;
  left: 63%;
  background-image: url(../images/bg-item.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}
#about .about-wrapp {
  padding-top: clamp(3.125rem, 2.0246478873rem + 4.6948356808vw, 6.25rem);
  border-top: 1px solid #ffffff;
  border-top: 1px solid var(--white);
  display: flex;
  flex-direction: column;
  gap: 50px;
}
#about .about-inner {
  display: grid;
  grid-template-columns: 1fr 57.7%;
  grid-gap: 122px;
  gap: 122px;
}
@media (max-width: 992px) {
  #about .about-inner {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
@media (max-width: 992px) {
  #about .about-content {
    display: contents;
  }
}
#about .about-title {
  counter-increment: titleIndex;
  color: #fff;
  font-family: "Play", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: clamp(1.0625rem, 0.2922535211rem + 3.2863849765vw, 3.25rem);
}
#about .about-title::before {
  content: "(0" counter(titleIndex) ")";
  display: none;
  color: #fff;
  font-size: 1.1em;
  font-style: normal;
  font-weight: 100;
  line-height: 160%;
}
#about .about-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 15px;
  font-weight: 300;
  line-height: 120%; /* 18px */
}
@media (max-width: 992px) {
  #about .about-text {
    order: 1;
    margin-bottom: 30px;
  }
}
#about .about-text-wrapp {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media (max-width: 992px) {
  #about .about-text-wrapp {
    display: contents;
  }
}
#about .about-desc {
  font-size: clamp(1.375rem, 1.1549295775rem + 0.9389671362vw, 2rem);
  font-weight: 300;
  line-height: 120%; /* 38.4px */
}
@media (max-width: 992px) {
  #about .about-desc {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  #about .accent-button {
    order: 2;
  }
}

#experience {
  overflow-x: clip;
  position: relative;
}
#experience:after {
  content: "";
  position: absolute;
  width: 794px;
  height: 840px;
  left: 52%;
  top: 50%;
  transform: translateY(-50%) rotateZ(180deg);
  background-image: url(../images/bg-decor.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}
@media (max-width: 992px) {
  #experience:after {
    width: 636px;
    left: 20%;
    top: 70%;
  }
}
#experience .experience-title {
  counter-increment: titleIndex;
  color: #fff;
  font-family: "Play", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: clamp(0.875rem, 0.6549295775rem + 0.9389671362vw, 1.5rem);
}
#experience .experience-title::before {
  content: "(0" counter(titleIndex) ")";
  display: none;
  color: #fff;
  font-size: 1.1em;
  font-style: normal;
  font-weight: 100;
  line-height: 160%;
}
#experience .experience-inner {
  overflow-x: clip;
  display: grid;
  grid-template-columns: 40% 1fr;
  grid-gap: 40px;
  gap: 40px;
}
@media (max-width: 992px) {
  #experience .experience-inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
#experience .experience-img-wrapp {
  position: relative;
  margin-left: 68px;
  z-index: 2;
}
@media (max-width: 1150px) {
  #experience .experience-img-wrapp {
    margin: 0 0 -50px 0;
  }
}
#experience .experience-img-1,
#experience .experience-img-2 {
  width: 325px;
  height: 285px;
  border-radius: 12px;
  overflow: hidden;
}
#experience .experience-img-1 {
  position: relative;
}
#experience .experience-img-1 .experience-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Play", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 120%;
  /* 26.4px */
}
#experience .experience-img-1 .experience-text strong {
  font-size: 63px;
  font-weight: 500;
  line-height: 120%;
  /* 75.6px */
}
#experience .experience-img-1 .experience-text p {
  display: flex;
  align-items: center;
  gap: 13px;
}
#experience .experience-img-2 {
  position: absolute;
  top: 206px;
  left: clamp(1.75rem, -0.8908450704rem + 11.2676056338vw, 9.25rem);
}
@media (max-width: 992px) {
  #experience .experience-img-2 {
    position: relative;
    top: -50px;
  }
}
#experience .experience-list {
  padding-left: 33px;
  margin-bottom: 88px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(4, 1fr);
  grid-auto-flow: column;
}
@media (max-width: 992px) {
  #experience .experience-list {
    padding-left: 0;
    margin-bottom: 40px;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-auto-flow: row;
  }
}
#experience .experience-list:after {
  content: "";
  position: absolute;
  left: 52%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #d9d9d9;
}
@media (max-width: 992px) {
  #experience .experience-list:after {
    display: none;
  }
}
#experience .experience-item {
  position: relative;
  padding: clamp(1.375rem, 1.1549295775rem + 0.9389671362vw, 2rem) 15px;
  display: flex;
  align-items: center;
  gap: 20px;
}
#experience .experience-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 155%;
  height: 1px;
  background-color: #434343;
  z-index: 1;
}
#experience .experience-item:nth-child(4), #experience .experience-item:nth-child(8) {
  padding-bottom: 0;
}
@media (max-width: 992px) {
  #experience .experience-item:nth-child(4), #experience .experience-item:nth-child(8) {
    padding: clamp(1.375rem, 1.1549295775rem + 0.9389671362vw, 2rem) 0;
  }
}
#experience .experience-item:nth-child(4):after, #experience .experience-item:nth-child(8):after {
  display: none;
}
@media (max-width: 992px) {
  #experience .experience-item:nth-child(4):after, #experience .experience-item:nth-child(8):after {
    display: block;
  }
}
@media (max-width: 992px) {
  #experience .experience-item {
    padding: clamp(1.375rem, 1.1549295775rem + 0.9389671362vw, 2rem) 0;
  }
}
#experience .experience-item-number {
  font-family: "Play", sans-serif;
  font-size: 12px;
  font-weight: 100;
  line-height: 160%;
  /* 19.2px */
}
#experience .experience-item-text {
  max-width: 80%;
  font-size: 15px;
  font-weight: 500;
  line-height: 120%;
  /* 18px */
}

#exploitation .exploitation-wrapp {
  position: relative;
  padding: 150px 0 40px 32px;
  display: flex;
  flex-direction: column;
  border-radius: 22px;
  border-radius: 22px;
  background: rgba(44, 43, 49, 0.8980392157);
}
#exploitation .exploitation-wrapp * {
  position: relative;
  z-index: 2;
}
@media (max-width: 1140px) {
  #exploitation .exploitation-wrapp {
    padding: 50px clamp(0.6875rem, 0.0492957746rem + 2.7230046948vw, 2.5rem);
    padding: 50px var(--_section-offset);
    margin-left: calc(clamp(0.6875rem, 0.0492957746rem + 2.7230046948vw, 2.5rem) * -1);
    margin-right: calc(clamp(0.6875rem, 0.0492957746rem + 2.7230046948vw, 2.5rem) * -1);
    margin-left: calc(var(--_section-offset) * -1);
    margin-right: calc(var(--_section-offset) * -1);
  }
}
#exploitation .exploitation-wrapp:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(../images/bg-item.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 0;
}
@media (max-width: 480px) {
  #exploitation .exploitation-wrapp:after {
    background-image: url(../images/bg-item-sm.webp);
    background-size: cover;
  }
}
#exploitation .exploitation-title {
  counter-increment: titleIndex;
  color: #fff;
  font-family: "Play", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  position: absolute;
  right: 197px;
  top: 40px;
}
#exploitation .exploitation-title::before {
  content: "(0" counter(titleIndex) ")";
  display: none;
  color: #fff;
  font-size: 1.1em;
  font-style: normal;
  font-weight: 100;
  line-height: 160%;
}
@media (max-width: 1140px) {
  #exploitation .exploitation-title {
    position: static;
    margin-bottom: 22px;
  }
}
#exploitation .exploitation-content {
  position: absolute;
  max-width: 392px;
  left: 32px;
  bottom: 93px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 1400px) {
  #exploitation .exploitation-content {
    position: static;
    order: 1;
  }
}
@media (max-width: 1400px) {
  #exploitation .accent-button {
    order: 1;
  }
}
#exploitation .exploitation-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%; /* 16.8px */
}
#exploitation .exploitation-text strong {
  font-size: 18px;
  font-weight: 600;
}
#exploitation .main-block {
  display: flex;
  flex-direction: column;
  gap: 66px;
  z-index: 1;
}
#exploitation .main-item {
  display: none;
}
#exploitation .main-item.active {
  display: flex;
  flex-direction: column;
  gap: clamp(3.375rem, 2.8468309859rem + 2.2535211268vw, 4.875rem);
}
#exploitation .titles-wrapp {
  position: absolute;
  left: 60px;
  top: 60px;
  display: flex;
  gap: 47px;
}
@media (max-width: 1140px) {
  #exploitation .titles-wrapp {
    position: static;
    margin-bottom: 38px;
    gap: 0;
  }
}
#exploitation .titles-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media (max-width: 1140px) {
  #exploitation .titles-list {
    flex-direction: row;
    align-items: center;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  #exploitation .titles-list::-webkit-scrollbar {
    display: none;
  }
}
#exploitation .main-item-title {
  width: -moz-max-content;
  width: max-content;
  max-width: 460px;
  cursor: pointer;
  color: #828282;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%; /* 28.8px */
}
@media (max-width: 1200px) {
  #exploitation .main-item-title {
    max-width: 100%;
  }
}
#exploitation .main-item-title.active {
  color: #ffffff;
  color: var(--white);
  font-weight: 600;
}
@media (max-width: 1140px) {
  #exploitation .main-item-title {
    padding: 12px 6px;
    border-radius: 8px;
    color: #ffffff;
    color: var(--white);
    background: rgba(255, 255, 255, 0.3);
    font-size: 18px;
  }
  #exploitation .main-item-title.active {
    color: #000000;
    color: var(--black);
    background-color: #ffffff;
    background-color: var(--white);
  }
}
#exploitation .titles-img {
  width: 54px;
  height: 53px;
  border-radius: 4px;
  overflow: hidden;
}
@media (max-width: 1140px) {
  #exploitation .titles-img {
    display: none;
  }
}
#exploitation .main-item-content {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#exploitation .main-text-wrapp {
  max-width: 511px;
  flex-basis: 511px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#exploitation .main-text-wrapp a {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%; /* 24px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
#exploitation .main-text-wrapp a svg {
  flex-shrink: 0;
}
#exploitation .main-item-text {
  font-size: clamp(1.5rem, 1.323943662rem + 0.7511737089vw, 2rem);
  font-weight: 400;
  line-height: 120%;
}
#exploitation .main-item-text strong {
  font-size: 32px;
  font-weight: 600;
}
#exploitation .exploitation-slider {
  width: 100%;
  max-width: 900px;
  margin: 0 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 1400px) {
  #exploitation .exploitation-slider {
    margin: 0;
  }
}
#exploitation .exploitation-slider .swiper-slide {
  width: clamp(20.1875rem, 15.0818661972rem + 21.7840375587vw, 34.6875rem);
  height: 320px;
}
@media (max-width: 480px) {
  #exploitation .exploitation-slider .swiper-slide {
    width: 100%;
  }
}
#exploitation .exploitation-slider .swiper-slide .slider-img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 1400px) {
  #exploitation .exploitation-slider .controls {
    justify-content: flex-end;
  }
}

#galler-slider .about-slider {
  width: 100%;
  height: 660px;
  overflow: hidden;
  border-radius: 22px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.16);
}
@media (max-width: 992px) {
  #galler-slider .about-slider {
    width: calc(100% + clamp(0.6875rem, 0.0492957746rem + 2.7230046948vw, 2.5rem) * 2);
    width: calc(100% + var(--_section-offset) * 2);
    margin-left: calc(clamp(0.6875rem, 0.0492957746rem + 2.7230046948vw, 2.5rem) * -1);
    margin-right: calc(clamp(0.6875rem, 0.0492957746rem + 2.7230046948vw, 2.5rem) * -1);
    margin-left: calc(var(--_section-offset) * -1);
    margin-right: calc(var(--_section-offset) * -1);
  }
}
#galler-slider .about-img {
  width: 100%;
  height: 100%;
}

@media (max-width: 992px) {
  #request .container {
    width: 100%;
  }
}
#request .request-wrapp {
  padding: 47px 42px;
  display: grid;
  grid-template-columns: 1fr 515px;
  grid-gap: 36px;
  gap: 36px;
  border-radius: 22px;
  background: #2c2b31;
  position: relative;
}
#request .request-wrapp * {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  #request .request-wrapp {
    padding: 50px 30px 0 30px;
    grid-template-columns: 1fr;
    height: 60%;
  }
}
#request .request-wrapp::before {
  content: "";
  position: absolute;
  width: 62.72%;
  aspect-ratio: 853/455;
  top: 50%;
  left: -7%;
  transform: translateY(-50%);
  background-image: url(../images/bg-item.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 0;
}
#request .request-wrapp::after {
  content: "";
  position: absolute;
  width: 70.23%;
  height: 100%;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotateZ(180deg);
  background-image: url(../images/bg-decor.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 0;
}
#request .request-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  #request .request-content {
    gap: 53px;
  }
}
#request .request-title {
  font-family: "Play", sans-serif;
  margin-bottom: clamp(3.75rem, 3.5299295775rem + 0.9389671362vw, 4.375rem);
  font-size: clamp(1.75rem, 1.1778169014rem + 2.441314554vw, 3.375rem);
  font-weight: 500;
}
#request .request-subtitle {
  font-family: "Play", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 992px) {
  #request .request-subtitle {
    margin-bottom: 12px;
    font-size: 14px;
  }
}
#request .request-tel {
  font-size: clamp(2rem, 1.5158450704rem + 2.0657276995vw, 3.375rem);
  font-weight: 500;
}
#request .request-info {
  display: flex;
  gap: 30px;
}
@media (max-width: 992px) {
  #request .request-info {
    flex-direction: column;
  }
}
#request .request-contacts {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 53px;
  gap: 53px;
}
@media (max-width: 992px) {
  #request .request-contacts {
    grid-template-columns: 1fr;
    gap: 22px;
  }
}
#request .request-contacts .request-contacts-icon img {
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#request .request-contacts .request-contacts-title {
  padding-right: 50px;
  max-width: 60%;
  margin-bottom: 16px;
  font-family: "Play", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  /* 18.2px */
  border-bottom: 1px solid #ffffff;
  border-bottom: 1px solid var(--white);
}
#request .request-contacts .request-contacts-list a {
  font-family: "Play", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media (max-width: 992px) {
  #request .social-list {
    flex-direction: row;
  }
}
#request .form-wrapp {
  position: relative;
  padding: 32px 34px;
  border-radius: 22px;
  background: #ffffff;
  background: var(--white);
}
@media (max-width: 992px) {
  #request .form-wrapp {
    padding: 32px 12px;
    margin-left: calc(clamp(0.6875rem, 0.0492957746rem + 2.7230046948vw, 2.5rem) * -1);
    margin-right: calc(clamp(0.6875rem, 0.0492957746rem + 2.7230046948vw, 2.5rem) * -1);
    margin-left: calc(var(--_section-offset) * -1);
    margin-right: calc(var(--_section-offset) * -1);
  }
}
#request .form-wrapp:has(.form.success) .form-success {
  display: flex;
}
#request .form-wrapp .custom-logo {
  display: block;
  width: 90px;
  height: 100px;
  margin: 12px auto 0;
}
#request .form-wrapp .form-title {
  font-family: "Play", sans-serif;
  margin-bottom: 40px;
  color: #000000;
  color: var(--black);
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  line-height: 120%;
  /* 26.4px */
  text-transform: uppercase;
}
#request .form-wrapp .form .form-box {
  max-width: 406px;
  margin: 0 auto;
}
#request .form-wrapp .form .form-input-wrapp {
  margin-bottom: 22px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
#request .form-wrapp .form input {
  padding: 20px 25px;
  border-radius: 12px;
  border: 1px solid #d5d5d5;
  background: #f3f3f3;
  color: #000000;
  color: var(--black);
  font-family: Mulish;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  /* 16.8px */
}
#request .form-wrapp .form input[aria-invalid=true] {
  border: 1px solid red;
}
#request .form-wrapp .form button {
  position: relative;
  width: 100%;
  height: 60px;
  padding: 11px;
  padding-right: 44px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background: #000000;
  background: var(--black);
  transition: scale 0.3s ease;
  color: #ffffff;
  color: var(--white);
  font-family: Mulish;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  cursor: pointer;
}
@media (hover: hover) {
  #request .form-wrapp .form button:hover {
    scale: 0.95;
  }
  #request .form-wrapp .form button:hover .icon {
    transform: translateY(-50%) rotate(90deg);
  }
}
@media (hover: none) {
  #request .form-wrapp .form button:active {
    scale: 0.95;
  }
  #request .form-wrapp .form button:active .icon {
    transform: translateY(-50%) rotate(90deg);
  }
}
#request .form-wrapp .form button .icon {
  position: absolute;
  right: 11px;
  top: 50%;
  width: 2.375rem;
  aspect-ratio: 1;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.3s ease;
  display: grid;
  align-content: center;
  justify-content: center;
  place-content: center;
  border-radius: 50%;
  border: 1px solid #fff;
  background: #fff;
}
#request .form-wrapp .form button .icon img {
  width: 1rem;
  height: 1rem;
}
#request .form-wrapp .form a {
  display: block;
  color: #000000;
  color: var(--black);
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  /* 16.8px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
#request .form-wrapp .form.success .form-success {
  display: flex;
}
#request .form-wrapp .form-success {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  color: #000000;
  color: var(--black);
  background: #ffffff;
  background: var(--white);
  border-radius: inherit;
  font-weight: 500;
  line-height: 120%; /* 26.4px */
  text-transform: uppercase;
}
#request .form-wrapp .form-success .form-success-title {
  font-size: 22px;
}
#request .form-wrapp .form-success .form-success-text {
  font-size: 18px;
}

#object .object-title-wrapp {
  margin-bottom: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
#object .object-title {
  counter-increment: titleIndex;
  color: #fff;
  font-family: "Play", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  width: 100%;
  position: relative;
}
#object .object-title::before {
  content: "(0" counter(titleIndex) ")";
  display: none;
  color: #fff;
  font-size: 1.1em;
  font-style: normal;
  font-weight: 100;
  line-height: 160%;
}
#object .object-title:after {
  content: "";
  position: absolute;
  width: calc(1080px - (1400px - 100vw));
  max-width: 960px;
  height: 1px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #ffffff;
  background-color: var(--white);
}
@media (max-width: 768px) {
  #object .object-title:after {
    display: none;
  }
}
@media (max-width: 768px) {
  #object .swiper-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  #object .controls {
    display: none;
  }
}
#object .post-item {
  position: relative;
  padding: 30px 12px;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#object .post-item * {
  position: relative;
  z-index: 3;
}
#object .post-item.disabled {
  pointer-events: none;
  cursor: default;
}
#object .post-item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
#object .post-item .projects-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
#object .post-item .projects-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 120%; /* 26.4px */
  text-transform: uppercase;
}
#object .post-item .read-more-link {
  padding: 16px 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 100px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  color: #ffffff;
  color: var(--white);
  font-family: Mulish;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%; /* 21.6px */
}
#object .post-item .read-more-link svg {
  fill: currentColor;
}
#object .swiper-slide:last-child .post-item::before {
  border-right: none;
}

#news {
  position: relative;
}
#news:after {
  content: "";
  position: absolute;
  width: 46.39%;
  aspect-ratio: 631/337;
  left: -10%;
  bottom: -15%;
  background-image: url(../images/bg-item.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}
@media (max-width: 992px) {
  #news:after {
    width: 100%;
    height: 300px;
    left: 0;
    background-size: cover;
  }
}
#news .news-wrapp {
  padding-top: 13px;
  border-top: 1px solid #ccc;
  display: grid;
  grid-template-columns: 325px 1fr;
}
@media (max-width: 992px) {
  #news .news-wrapp {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
#news .news-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-right: 20px;
  border-right: 1px solid #ccc;
}
@media (max-width: 992px) {
  #news .news-content {
    padding: 0;
    border: none;
  }
}
#news .news-main-title {
  counter-increment: titleIndex;
  color: #fff;
  font-family: "Play", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 25px;
}
#news .news-main-title::before {
  content: "(0" counter(titleIndex) ")";
  display: none;
  color: #fff;
  font-size: 1.1em;
  font-style: normal;
  font-weight: 100;
  line-height: 160%;
}
@media (max-width: 992px) {
  #news .news-main-title {
    margin-bottom: 20px;
  }
}
#news .news-text {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 66px;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%; /* 16.8px */
}
@media (max-width: 992px) {
  #news .news-text {
    margin-bottom: 53px;
  }
}
#news .news-list {
  padding-left: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 22px;
  gap: 22px;
}
@media (max-width: 1280px) {
  #news .news-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 992px) {
  #news .news-list {
    display: none;
  }
}
#news .news-item-img {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  overflow: hidden;
}
#news .news--item-title {
  margin-bottom: 12px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 28.8px */
}
#news .news-item-link {
  display: flex;
  flex-direction: column;
}
#news .news-slider {
  display: none;
}
@media (max-width: 992px) {
  #news .news-slider {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 53px;
  }
}
@media (max-width: 480px) {
  #news .news-slider {
    max-width: 325px;
  }
}
#news .news-slider .controls {
  justify-content: center;
}

/*Кн CRM*/
.g__building-button .home-icon {
  background: #ae8e3f !important;
}

.btn-close-iframe {
  z-index: 200 !important;
}

#about-hero .hero-wrapp {
  padding-bottom: 50px;
  border-bottom: 1px solid #ccc;
  border-bottom: 1px solid var(--color-border);
}
#about-hero .hero-text-wrapp {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  border-bottom: 1px solid var(--color-border);
}
@media (max-width: 992px) {
  #about-hero .hero-text-wrapp {
    border: none;
    padding: 0;
  }
}
#about-hero .hero-title {
  max-width: 1240px;
  font-family: "Play", sans-serif;
  font-size: clamp(1.875rem, 1.3468309859rem + 2.2535211268vw, 3.375rem);
  font-weight: 500;
  line-height: 120%;
  /* 64.8px */
  text-transform: uppercase;
}
#about-hero .hero-text {
  max-width: 58%;
  position: absolute;
  right: 10px;
  bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
  /* 22.4px */
  letter-spacing: -0.72px;
}
@media (max-width: 1200px) {
  #about-hero .hero-text {
    position: static;
    max-width: 100%;
  }
}
#about-hero .hero-bg {
  width: 100%;
  height: 622px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 22px;
  overflow: hidden;
  border-radius: 22px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.16);
}
@media (max-width: 992px) {
  #about-hero .hero-bg {
    width: auto;
    border-radius: 12px;
    margin-left: calc(clamp(0.6875rem, 0.0492957746rem + 2.7230046948vw, 2.5rem) * -1);
    margin-right: calc(clamp(0.6875rem, 0.0492957746rem + 2.7230046948vw, 2.5rem) * -1);
    margin-left: calc(var(--_section-offset) * -1);
    margin-right: calc(var(--_section-offset) * -1);
  }
}

#about-company {
  position: relative;
  padding: 50px 0 70px 0;
  overflow-x: clip;
  background-image: url(../images/bg-blur.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}
#about-company:after {
  content: "";
  position: absolute;
  width: 58.38%;
  aspect-ratio: 853/455;
  top: -15%;
  left: 63%;
  background-image: url(../images/bg-item.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}
#about-company .about-wrapp {
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 50px;
  border-bottom: 1px solid #ccc;
  border-bottom: 1px solid var(--color-border);
}
@media (max-width: 992px) {
  #about-company .about-wrapp {
    gap: 30px;
  }
}
#about-company .about-inner {
  display: grid;
  grid-template-columns: 1fr 57.7%;
  grid-gap: 122px;
  gap: 122px;
}
@media (max-width: 992px) {
  #about-company .about-inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media (max-width: 992px) {
  #about-company .about-content {
    display: contents;
  }
}
#about-company .about-title {
  counter-increment: titleIndex;
  color: #fff;
  font-family: "Play", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 52px;
}
#about-company .about-title::before {
  content: "(0" counter(titleIndex) ")";
  display: none;
  color: #fff;
  font-size: 1.1em;
  font-style: normal;
  font-weight: 100;
  line-height: 160%;
}
@media (max-width: 992px) {
  #about-company .about-title {
    order: -1;
    margin-bottom: 0;
  }
}
#about-company .about-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 15px;
  font-weight: 300;
  line-height: 120%; /* 18px */
}
#about-company .about-text-wrapp {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media (max-width: 992px) {
  #about-company .about-text-wrapp {
    display: contents;
  }
}
#about-company .about-desc {
  font-size: clamp(1.375rem, 1.1549295775rem + 0.9389671362vw, 2rem);
  font-weight: 300;
  line-height: 120%; /* 38.4px */
}
@media (max-width: 992px) {
  #about-company .about-desc {
    order: -1;
  }
}
@media (max-width: 992px) {
  #about-company .accent-button {
    order: 1;
  }
}
#about-company .about-img {
  width: 100%;
  height: 338px;
  overflow: hidden;
  border-radius: 22px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.16);
}
@media (max-width: 992px) {
  #about-company .about-img {
    width: calc(100% + clamp(0.6875rem, 0.0492957746rem + 2.7230046948vw, 2.5rem) * 2);
    width: calc(100% + var(--_section-offset) * 2);
    height: 440px;
    margin-left: calc(clamp(0.6875rem, 0.0492957746rem + 2.7230046948vw, 2.5rem) * -1);
    margin-right: calc(clamp(0.6875rem, 0.0492957746rem + 2.7230046948vw, 2.5rem) * -1);
    margin-left: calc(var(--_section-offset) * -1);
    margin-right: calc(var(--_section-offset) * -1);
  }
}
#about-company .about-text-content-wrapp .about-text-content {
  max-width: 1013px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px 137px;
  gap: 20px 137px;
  font-size: 15px;
  font-weight: 300;
  line-height: 120%; /* 18px */
}
@media (max-width: 992px) {
  #about-company .about-text-content-wrapp .about-text-content {
    grid-template-columns: 1fr;
  }
}
#about-company .about-slider {
  width: 100%;
}
#about-company .about-slider .swiper-slide {
  width: 326px;
  height: 370px;
}
@media (max-width: 992px) {
  #about-company .about-slider .swiper-slide {
    width: 100%;
  }
}
#about-company .about-slider .swiper-slide.swiper-slide-next {
  width: 438px;
}
@media (max-width: 992px) {
  #about-company .about-slider .swiper-slide.swiper-slide-next {
    width: 100%;
  }
}
#about-company .about-slider .swiper-slide.swiper-slide-active {
  width: 555px;
}
@media (max-width: 992px) {
  #about-company .about-slider .swiper-slide.swiper-slide-active {
    width: 100%;
  }
}
#about-company .about-slider .about-slider-img {
  width: 100%;
  height: 100%;
  border-radius: 22px;
  overflow: hidden;
}
#about-company .about-slider .controls {
  margin-top: 30px;
  justify-content: center;
}

#about-mission {
  padding-top: 78px;
  overflow-x: clip;
  background: #2c2b31;
  position: relative;
}
#about-mission * {
  position: relative;
  z-index: 1;
}
#about-mission:before {
  content: "";
  position: absolute;
  width: 520px;
  height: 100%;
  top: 5px;
  left: 50%;
  transform: translateX(-50%) rotateZ(180deg);
  background-image: url(../images/bg-decor.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 0;
}
#about-mission .mission-title {
  counter-increment: titleIndex;
  color: #fff;
  font-family: "Play", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  position: absolute;
}
#about-mission .mission-title::before {
  content: "(0" counter(titleIndex) ")";
  display: none;
  color: #fff;
  font-size: 1.1em;
  font-style: normal;
  font-weight: 100;
  line-height: 160%;
}
@media (max-width: 992px) {
  #about-mission .mission-title {
    position: relative;
    margin-bottom: 20px;
  }
}
#about-mission .mission-inner {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  #about-mission .mission-inner {
    flex-direction: column;
    align-items: start;
    gap: 30px;
  }
}
#about-mission .mission-list {
  padding: 46px 0 43px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px 40px;
  gap: 20px 40px;
  border-top: 1px solid #adadad;
  border-bottom: 1px solid #adadad;
  position: relative;
}
#about-mission .mission-list:before {
  content: "";
  position: absolute;
  width: 200%;
  height: 100%;
  top: 0;
  left: -50%;
  background: rgba(217, 217, 217, 0.1);
  z-index: 0;
}
@media (max-width: 992px) {
  #about-mission .mission-list {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
#about-mission .mission-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#about-mission .mission-item-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 120%; /* 26.4px */
  text-transform: uppercase;
}
@media (max-width: 992px) {
  #about-mission .mission-item-title {
    font-size: 20px;
  }
}
#about-mission .mission-item-text {
  font-size: 15px;
  font-weight: 500;
  line-height: 120%; /* 18px */
}
#about-mission .mission-img {
  margin-right: calc(-1 * clamp(0.6875rem, 0.0492957746rem + 2.7230046948vw, 2.5rem));
  margin-right: calc(-1 * var(--_section-offset));
  width: 486px;
  aspect-ratio: 486/455;
  flex-shrink: 0;
  border-radius: 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  #about-mission .mission-img {
    width: calc(100% + clamp(0.6875rem, 0.0492957746rem + 2.7230046948vw, 2.5rem) * 2);
    width: calc(100% + var(--_section-offset) * 2);
    height: 224px;
    margin-left: calc(clamp(0.6875rem, 0.0492957746rem + 2.7230046948vw, 2.5rem) * -1);
    margin-right: calc(clamp(0.6875rem, 0.0492957746rem + 2.7230046948vw, 2.5rem) * -1);
    margin-left: calc(var(--_section-offset) * -1);
    margin-right: calc(var(--_section-offset) * -1);
    border-radius: 0;
  }
}

#about-principles {
  padding: 92px 0 98px 0;
  background: #2c2b31;
}
#about-principles .principles-title {
  counter-increment: titleIndex;
  color: #fff;
  font-family: "Play", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 34px;
}
#about-principles .principles-title::before {
  content: "(0" counter(titleIndex) ")";
  display: none;
  color: #fff;
  font-size: 1.1em;
  font-style: normal;
  font-weight: 100;
  line-height: 160%;
}
#about-principles .principles-slider .swiper-slide {
  width: 100%;
  height: auto;
}
#about-principles .principles-slider .controls {
  display: none;
}
@media (max-width: 992px) {
  #about-principles .principles-slider .controls {
    margin-top: 30px;
    display: flex;
    justify-content: center;
  }
}
#about-principles .principles-item {
  position: relative;
  padding: 14px 0 46px 0;
}
#about-principles .principles-item:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  right: -10px;
  background: #a4a4a4;
}
@media (max-width: 992px) {
  #about-principles .principles-item:after {
    display: none;
  }
}
@media (max-width: 992px) {
  #about-principles .principles-item {
    padding: 0;
  }
}
#about-principles .principles-item-img {
  margin-bottom: 24px;
  width: 100%;
  height: 226px;
}
#about-principles .principles-item-title {
  margin-bottom: 24px;
  font-family: "Play", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 120%;
  /* 26.4px */
}
#about-principles .principles-item-text {
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
  /* 25.2px */
  letter-spacing: -0.81px;
}

#about-advantages {
  padding: 250px 0 145px 0;
}
@media (max-width: 992px) {
  #about-advantages {
    padding: 100px 0;
  }
}
#about-advantages .advantages-img {
  position: relative;
  width: 100%;
  height: 372px;
  margin-bottom: 12px;
  border-radius: 22px;
  position: relative;
  z-index: 0;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
#about-advantages .advantages-img:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.74) 0%, rgba(0, 0, 0, 0.74) 100%);
  z-index: 1;
}
@media (max-width: 992px) {
  #about-advantages .advantages-img {
    width: calc(100% + clamp(0.6875rem, 0.0492957746rem + 2.7230046948vw, 2.5rem) * 2);
    width: calc(100% + var(--_section-offset) * 2);
    margin-left: calc(clamp(0.6875rem, 0.0492957746rem + 2.7230046948vw, 2.5rem) * -1);
    margin-right: calc(clamp(0.6875rem, 0.0492957746rem + 2.7230046948vw, 2.5rem) * -1);
    margin-left: calc(var(--_section-offset) * -1);
    margin-right: calc(var(--_section-offset) * -1);
    margin-bottom: 20px;
  }
}
#about-advantages .advantages-title {
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Play", sans-serif;
  font-size: clamp(3.75rem, 2.8697183099rem + 3.7558685446vw, 6.25rem);
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 120px */
  text-transform: uppercase;
  z-index: 2;
}
#about-advantages .advantages-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  gap: 20px;
}
@media (max-width: 1380px) {
  #about-advantages .advantages-list {
    grid-template-columns: repeat(auto-fill, minmax(325px, 1fr));
  }
}
#about-advantages .advantages-item {
  position: relative;
  padding: 8px 10px 30px 8px;
}
@media (min-width: 1380px) {
  #about-advantages .advantages-item:not(:first-child) {
    border-left: 1px solid #a4a4a4;
  }
}
@media (max-width: 1380px) {
  #about-advantages .advantages-item {
    padding-bottom: 0;
    border-left: 1px solid #a4a4a4;
  }
}
#about-advantages .advantages-item-img {
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  border-radius: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2c2b31;
  border: 1px solid rgba(255, 255, 255, 0.3019607843);
}
#about-advantages .advantages-item-img img {
  width: auto;
  max-width: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
#about-advantages .advantages-item-title {
  margin-bottom: 12px;
  font-family: "Play", sans-serif;
  font-size: clamp(1.125rem, 1.036971831rem + 0.3755868545vw, 1.375rem);
  font-weight: 500;
  line-height: 120%;
  /* 26.4px */
}
#about-advantages .advantages-item-text {
  font-size: clamp(0.9375rem, 0.8714788732rem + 0.2816901408vw, 1.125rem);
  font-weight: 300;
  line-height: 140%;
  /* 25.2px */
  letter-spacing: -0.81px;
}

#careerHero .title {
  display: flex;
  gap: clamp(1.38rem, 0.1264788732rem + 5.3483568075vw, 4.94rem);
  margin-left: calc(clamp(0.6875rem, 0.0492957746rem + 2.7230046948vw, 2.5rem) * -1);
  margin-right: calc(clamp(0.6875rem, 0.0492957746rem + 2.7230046948vw, 2.5rem) * -1);
  margin-left: calc(var(--_section-offset) * -1);
  margin-right: calc(var(--_section-offset) * -1);
  padding-left: clamp(0.6875rem, 0.0492957746rem + 2.7230046948vw, 2.5rem);
  padding-right: clamp(0.6875rem, 0.0492957746rem + 2.7230046948vw, 2.5rem);
  padding-left: var(--_section-offset);
  padding-right: var(--_section-offset);
  background: #2C2B31;
  min-height: 13.75rem;
  padding-top: 1.88rem;
  padding-bottom: 1.88rem;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 992px) {
  #careerHero .title {
    flex-direction: column;
    align-items: flex-start;
  }
}
#careerHero .title .accent-button {
  flex-shrink: 0;
}
#careerHero .title h1 {
  color: #FFF;
  font-family: "Play";
  font-size: clamp(2rem, 1.7799295775rem + 0.9389671362vw, 2.625rem);
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  flex-shrink: 0;
}
#careerHero .title p {
  max-width: 32.5625rem;
  color: #FFF;
  font-family: Mulish;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 1.125rem */
}
#careerHero .list {
  margin-top: 3.12rem;
  display: grid;
  grid-gap: clamp(1.25rem, 0.985915493rem + 1.1267605634vw, 2rem);
  gap: clamp(1.25rem, 0.985915493rem + 1.1267605634vw, 2rem);
  max-width: 57.8125rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 992px) {
  #careerHero .list {
    margin-left: calc(clamp(0.6875rem, 0.0492957746rem + 2.7230046948vw, 2.5rem) * -1);
    margin-right: calc(clamp(0.6875rem, 0.0492957746rem + 2.7230046948vw, 2.5rem) * -1);
    margin-left: calc(var(--_section-offset) * -1);
    margin-right: calc(var(--_section-offset) * -1);
  }
}
#careerHero .list .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  transition: all 0.2s ease-in-out;
  padding: 1.25rem 0.75rem;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  #careerHero .list .item {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.69rem;
  }
}
#careerHero .list .item h2,
#careerHero .list .item p {
  color: #FFF;
  font-family: Mulish;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 1.125rem */
}
@media screen and (max-width: 992px) {
  #careerHero .list .item h2 {
    font-size: 1.125rem;
  }
}
#careerHero .list .item::before, #careerHero .list .item::after {
  content: "";
  width: calc(100% - 1.5rem);
  left: 0.75rem;
  position: absolute;
  height: 1px;
  background: #7A7A7A;
}
#careerHero .list .item::before {
  top: 0;
}
#careerHero .list .item::after {
  bottom: 0;
}
@media (hover: hover) {
  #careerHero .list .item:hover {
    background: rgba(255, 255, 255, 0.12);
  }
}
@media (hover: none) {
  #careerHero .list .item:active {
    background: rgba(255, 255, 255, 0.12);
  }
}
#careerHero .list a {
  display: flex;
  gap: 0.38rem;
  align-items: baseline;
  transition: all 0.2s ease-in-out;
  color: #FFF;
  font-family: Mulish;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 1.125rem */
  cursor: pointer;
}
#careerHero .list a .icon {
  transition: inherit;
  transform-origin: 0 0;
  overflow: hidden;
  max-width: 2.9375rem;
}
#careerHero .list a .icon svg {
  float: right;
}
#careerHero .list a span {
  transition: inherit;
  transform-origin: 100% 50%;
}
@media (hover: hover) {
  #careerHero .list a:hover {
    --_dif: .3rem;
    margin-left: .3rem;
    margin-left: var(--_dif);
  }
  #careerHero .list a:hover span {
    scale: 0.95;
  }
  #careerHero .list a:hover .icon {
    max-width: calc(2.9375rem - var(--_dif));
  }
}
@media (hover: none) {
  #careerHero .list a:active {
    --_dif: .3rem;
    margin-left: .3rem;
    margin-left: var(--_dif);
  }
  #careerHero .list a:active span {
    scale: 0.95;
  }
  #careerHero .list a:active .icon {
    max-width: calc(2.9375rem - var(--_dif));
  }
}

#map .map {
  width: 100%;
  height: 406px;
  border-radius: 32px;
  overflow: hidden;
}
#map .map .map-info-window {
  max-width: 260px;
  padding: 12px 16px;
  background-color: #ffffff;
  border-radius: 10px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  color: #2c3e50;
  line-height: 1.5;
}
#map .map .map-info-window .map-info-img {
  width: 100%;
  height: 100px;
}
#map .map .map-info-window .map-info-title {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  color: var(--black);
}
#map .map .map-info-window .map-info-address,
#map .map .map-info-window .map-info-location {
  margin: 0;
  font-size: 14px;
  color: #555;
}
#map .map iframe {
  width: 100% !important;
  height: 100% !important;
}
@media (max-width: 992px) {
  #map .map {
    width: calc(100% + clamp(0.6875rem, 0.0492957746rem + 2.7230046948vw, 2.5rem) * 2);
    width: calc(100% + var(--_section-offset) * 2);
    margin-left: calc(clamp(0.6875rem, 0.0492957746rem + 2.7230046948vw, 2.5rem) * -1);
    margin-right: calc(clamp(0.6875rem, 0.0492957746rem + 2.7230046948vw, 2.5rem) * -1);
    margin-left: calc(var(--_section-offset) * -1);
    margin-right: calc(var(--_section-offset) * -1);
    border-radius: 12px;
    height: 650px;
  }
}

#documents .body {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  position: relative;
}
#documents .body::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -3.31rem;
  left: -1.06rem;
  border-radius: 73.6875rem;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (min-width: 992px) {
  #documents .body::before {
    width: min(73.6875rem, 81.875vw);
    height: min(52.3125rem, 58.125vw);
  }
}
@media screen and (max-width: 992px) {
  #documents .body::before {
    width: 54.0625rem;
    height: 66rem;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 992px) {
  #documents .body {
    overflow: hidden;
    width: 100vw;
    padding-left: clamp(0.6875rem, 0.0492957746rem + 2.7230046948vw, 2.5rem);
    padding-right: clamp(0.6875rem, 0.0492957746rem + 2.7230046948vw, 2.5rem);
    padding-left: var(--_section-offset);
    padding-right: var(--_section-offset);
    margin-left: calc(clamp(0.6875rem, 0.0492957746rem + 2.7230046948vw, 2.5rem) * -1);
    margin-right: calc(clamp(0.6875rem, 0.0492957746rem + 2.7230046948vw, 2.5rem) * -1);
    margin-left: calc(var(--_section-offset) * -1);
    margin-right: calc(var(--_section-offset) * -1);
    margin-top: calc(clamp(6.25rem, 5.8098591549rem + 1.8779342723vw, 7.5rem) * -2);
    margin-top: calc(var(--_section-gap) * -2);
    padding-top: calc(clamp(6.25rem, 5.8098591549rem + 1.8779342723vw, 7.5rem) * 2);
    padding-top: calc(var(--_section-gap) * 2);
  }
}
#documents .swiper-scrollbar {
  position: relative;
  top: 0;
  margin-top: 0.75rem;
  height: 0.5rem;
  border-radius: 6.25rem;
  background: #131313;
}
#documents .swiper-scrollbar .swiper-scrollbar-drag {
  height: 100%;
  border-radius: inherit;
  background-color: #FFF;
}
#documents .title {
  display: flex;
  align-items: center;
  gap: clamp(1.38rem, -1.3030985915rem + 11.4478873239vw, 9rem);
  margin-left: calc(clamp(0.6875rem, 0.0492957746rem + 2.7230046948vw, 2.5rem) * -1);
  margin-right: calc(clamp(0.6875rem, 0.0492957746rem + 2.7230046948vw, 2.5rem) * -1);
  margin-left: calc(var(--_section-offset) * -1);
  margin-right: calc(var(--_section-offset) * -1);
  padding-left: clamp(0.6875rem, 0.0492957746rem + 2.7230046948vw, 2.5rem);
  padding-right: clamp(0.6875rem, 0.0492957746rem + 2.7230046948vw, 2.5rem);
  padding-left: var(--_section-offset);
  padding-right: var(--_section-offset);
  min-height: 13.75rem;
  background: #2C2B31;
  margin-top: calc(3.75rem * -1);
  margin-top: calc(var(--_header-margin) * -1);
  margin-bottom: clamp(2rem, 1.1654929577rem + 3.5605633803vw, 4.37rem);
}
@media screen and (max-width: 992px) {
  #documents .title {
    padding-top: 1.88rem;
    padding-bottom: 1.88rem;
    margin-top: 0.48rem;
    flex-direction: column;
    align-items: flex-start;
  }
}
#documents .title .accent-button {
  flex-shrink: 0;
}
#documents .title .accent-button span {
  padding-top: 0.38rem;
  padding-bottom: 0.38rem;
}
#documents .title h1 {
  flex-shrink: 0;
  color: #FFF;
  font-family: "Play";
  font-size: 2.625rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 3.15rem */
  text-transform: uppercase;
}
#documents .title p {
  color: #FFF;
  font-family: Mulish;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 1.125rem */
  max-width: 32.5625rem;
}
#documents .aside {
  position: sticky;
  top: 7rem;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 992px) {
  #documents .aside {
    display: none;
  }
}
#documents .aside .active {
  color: #FFF;
}
#documents .aside p {
  transition: all 0.2s ease-in-out;
  color: #797979;
  font-family: Mulish;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
#documents .aside p:not(:last-child) {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 992px) {
  #documents .items {
    width: 100%;
  }
}
#documents .item {
  display: flex;
  -moz-column-gap: 3.06rem;
       column-gap: 3.06rem;
}
@media screen and (min-width: 992px) {
  #documents .item {
    padding-bottom: 2.5rem;
    border-bottom: 1px solid #EAE7E7;
  }
  #documents .item:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 992px) {
  #documents .item {
    display: grid;
    padding-bottom: 1.25rem;
  }
  #documents .item:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
#documents .item__info {
  max-width: 44.875rem;
  flex-grow: 1;
}
@media screen and (max-width: 992px) {
  #documents .item__info {
    display: contents;
  }
}
#documents .item__title {
  color: #FFF;
  font-size: clamp(1.25rem, 0.8098591549rem + 1.8779342723vw, 2.5rem);
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 1.44rem;
}
#documents .item__descriptions {
  font-size: clamp(0.9375rem, 0.8714788732rem + 0.2816901408vw, 1.125rem);
  line-height: 146.667%;
  text-transform: uppercase;
  white-space: pre-wrap;
  margin-bottom: 0.75rem;
}
#documents .item__format, #documents .item__date {
  font-size: 1rem;
  line-height: 2rem;
  /* 200% */
  text-transform: uppercase;
  order: 1;
}
@media screen and (max-width: 992px) {
  #documents .item__format, #documents .item__date {
    justify-self: start;
  }
}
#documents .item__format {
  margin-bottom: 2.56rem;
}
@media screen and (max-width: 992px) {
  #documents .item__format {
    margin-bottom: 1.12rem;
  }
}
#documents .item__icon {
  flex-shrink: 0;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  width: 3.75rem;
  height: 3.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #FFF;
  border-radius: 50%;
}
@media screen and (max-width: 992px) {
  #documents .item__icon {
    margin-bottom: 1rem;
    justify-self: end;
    order: 5;
  }
}
#documents .item__icon .hidden-data {
  display: none;
}
@media (hover: hover) {
  #documents .item__icon:hover {
    scale: 0.9;
  }
}
@media (hover: none) {
  #documents .item__icon:active {
    scale: 0.9;
  }
}
#documents .item__icon img {
  width: 1.25rem;
  height: 1.125rem;
}
@media screen and (min-width: 992px) {
  #documents .document_titles_mobile {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  #documents .document_titles_mobile {
    margin-bottom: 2.5rem;
  }
  #documents .document_titles_mobile .swiper-slide {
    width: auto;
  }
  #documents .document_titles_mobile .swiper-slide a {
    transition: all 0.2s ease-in-out;
  }
  #documents .document_titles_mobile .swiper-slide.swiper-slide-active a {
    color: #FFF !important;
  }
  #documents .document_titles_mobile .swiper-slide a:not(.active) {
    color: #797979;
  }
}

html:has(#documents) {
  scroll-padding-top: calc(clamp(6.25rem, 5.8098591549rem + 1.8779342723vw, 7.5rem) + 9rem);
  scroll-padding-top: calc(var(--_section-gap) + 9rem);
}

#news-hero {
  position: relative;
}
#news-hero:after {
  content: "";
  position: absolute;
  width: 46.39%;
  aspect-ratio: 631/337;
  left: -10%;
  bottom: -15%;
  background-image: url(../images/bg-item.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}
#news-hero .news-wrapp {
  padding-top: 13px;
  border-top: 1px solid #ccc;
  display: grid;
  grid-template-columns: 438px 1fr;
}
@media (max-width: 992px) {
  #news-hero .news-wrapp {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
#news-hero .news-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-right: 30px;
  border-right: 1px solid #ccc;
}
#news-hero .news-main-title {
  font-family: "Play", sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 160%;
  /* 67.2px */
}
#news-hero .news-text {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  /* 16.8px */
}
#news-hero .news-list-wrapp {
  padding-left: 20px;
}
@media (max-width: 992px) {
  #news-hero .news-list-wrapp {
    padding: 0;
  }
}
#news-hero .news-list {
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 22px;
  gap: 22px;
}
@media (max-width: 768px) {
  #news-hero .news-list {
    grid-template-columns: 1fr;
  }
}
#news-hero .news-list .news-img {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  overflow: hidden;
}
#news-hero .news-list .news-title {
  margin-bottom: 12px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 28.8px */
}
#news-hero .news-list .news-link {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  #news-hero .news-list .news-link {
    font-size: 14px;
  }
}
#news-hero .load-more {
  display: none;
}
#news-hero .load-more.show {
  width: 100%;
  height: 60px;
  padding: 19px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  color: var(--white);
  border-radius: 12px;
  border: 1px solid #ffffff;
  border: 1px solid var(--white);
  font-family: Mulish;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 21.6px */
}
#news-hero .loader {
  display: none;
}
#news-hero .loader.show {
  display: flex;
}

#privacyContent > .container > h1 {
  color: #FFF;
  font-family: "Play";
  font-size: clamp(2rem, 1.5598591549rem + 1.8779342723vw, 3.25rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 3.69rem;
}
#privacyContent .view-more {
  display: flex;
  gap: 0.5rem;
  color: #FFF;
  font-family: Mulish;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 1.4rem */
  text-transform: uppercase;
}
#privacyContent .view-more .less {
  display: none;
}
#privacyContent .view-more.active .less {
  display: inline;
}
#privacyContent .view-more.active .more {
  display: none;
}
#privacyContent .text p:not(:last-child) {
  margin-bottom: 2rem;
}
#privacyContent .text h1,
#privacyContent .text h2,
#privacyContent .text h3,
#privacyContent .text h4,
#privacyContent .text h5,
#privacyContent .text h6 {
  color: #FFF;
  font-family: "Play";
  font-size: clamp(1.125rem, 0.9929577465rem + 0.5633802817vw, 1.5rem);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 2.1rem */
  text-transform: uppercase;
  margin-bottom: 1.12rem;
}
#privacyContent .text p {
  font-size: clamp(0.9375rem, 0.8714788732rem + 0.2816901408vw, 1.125rem);
}
#privacyContent .text.hidden {
  display: grid;
  grid-template-rows: 0fr;
  transition: all 0.3s ease-in-out;
}
#privacyContent .text.hidden .content {
  min-height: 0;
  overflow: hidden;
}
#privacyContent .view-more {
  margin-top: 2.5rem;
  transition: all 0.3s ease-in-out;
}
#privacyContent .view-more.active {
  margin-bottom: 1rem;
}
#privacyContent .view-more.active + .hidden {
  grid-template-rows: 1fr;
}

#projects .categories {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 992px) {
  #projects .categories {
    border-bottom: 1px solid white;
  }
}
#projects .categories .category a {
  display: block;
  padding: 0.81rem 1.31rem;
  border-radius: 0.375rem;
  font-family: Play;
  font-size: clamp(1.375rem, 0.9348591549rem + 1.8779342723vw, 2.625rem);
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  background: #2c2b31;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (hover: hover) {
  #projects .categories .category a:hover {
    scale: 0.98;
    opacity: 0.8;
  }
}
@media (hover: none) {
  #projects .categories .category a:active {
    scale: 0.98;
    opacity: 0.8;
  }
}
#projects .categories .category.active a {
  background: white;
  color: #1c1a1f;
}
#projects .catalog {
  container: catalogContainer/inline-size;
  position: relative;
  --height: 0%;
  --_gap: clamp(3.13rem, 2.9116901408rem + 0.9314553991vw, 3.75rem);
  --_pl: clamp(3.13rem, 1.7004225352rem + 6.0995305164vw, 7.19rem);
  margin-top: 0.87rem;
  display: grid;
  grid-gap: clamp(3.13rem, 2.9116901408rem + 0.9314553991vw, 3.75rem);
  grid-gap: var(--_gap);
  gap: clamp(3.13rem, 2.9116901408rem + 0.9314553991vw, 3.75rem);
  gap: var(--_gap);
  padding-left: clamp(3.13rem, 1.7004225352rem + 6.0995305164vw, 7.19rem);
  padding-left: var(--_pl);
  overflow: hidden;
}
#projects .catalog::before {
  content: "";
  transform-origin: 0 0;
  position: absolute;
  top: 0.81rem;
  left: 0;
  width: 1px;
  height: var(--height);
  background: #ccc;
}
#projects .catalog .project {
  padding-bottom: var(--_gap);
  display: grid;
  grid-template-columns: 3fr 8fr;
  grid-gap: 1.88rem;
  gap: 1.88rem;
}
@container catalogContainer (width >=50rem) {
  #projects .catalog .project {
    border-bottom: 1px solid white;
  }
}
@container catalogContainer (width < 50rem) {
  #projects .catalog .project {
    position: relative;
    grid-template-columns: 1fr;
  }
  #projects .catalog .project::before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    width: calc(100% + var(--_pl));
    left: calc(var(--_pl) * -1);
    background-color: white;
  }
}
#projects .catalog .project .content {
  display: grid;
  grid-template-rows: auto auto 1fr;
  align-items: end;
  grid-gap: 1.88rem;
  gap: 1.88rem;
  max-height: 19.4375rem;
}
#projects .catalog .project .content .project-title {
  position: relative;
  color: #fff;
  font-family: "Play", sans-serif;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 1.65rem */
}
#projects .catalog .project .content .project-title .ui-element {
  transform-origin: 0 0;
  scale: 1 1;
  scale: var(--scale-ui, 1 1);
  position: absolute;
  top: 50%;
  right: calc(100% + 1.25rem);
  transform: translateY(-50%);
  display: grid;
  align-items: center;
  justify-items: center;
  place-items: center;
  -webkit-clip-path: circle(0% at 0% 50%);
          clip-path: circle(0% at 0% 50%);
}
@container catalogContainer (width < 50rem) {
  #projects .catalog .project .content .project-title .ui-element {
    right: calc(100% + 1.75rem);
  }
}
#projects .catalog .project .content .address:has(h5) {
  margin-top: clamp(1.37rem, 0.9298591549rem + 1.8779342723vw, 2.62rem);
}
@container catalogContainer (width < 50rem) {
  #projects .catalog .project .content .address:not(:has(h5)) {
    display: none;
  }
}
#projects .catalog .project .content .address h5 {
  color: #fff;
  font-family: Mulish;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.05063rem;
}
#projects .catalog .project .content .address p {
  color: #fff;
  font-family: Mulish;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 1.125rem */
}
#projects .catalog .project .project-image {
  aspect-ratio: 2.0930232558;
  border-radius: 1.375rem;
  overflow: hidden;
}
@container catalogContainer (width < 50rem) {
  #projects .catalog .project .project-image {
    aspect-ratio: 1.3772727273;
  }
}
#projects .catalog .project .project-image:not(:has(img)) {
  background-color: #322e39;
}

#single-news-hero {
  position: relative;
  overflow-x: clip;
}
#single-news-hero:after {
  content: "";
  position: absolute;
  width: 1448px;
  height: 1027px;
  left: -20%;
  top: -15%;
  border-radius: 1448px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: -1;
}
#single-news-hero .news-wrapp {
  margin-bottom: clamp(6.25rem, 5.8098591549rem + 1.8779342723vw, 7.5rem);
  margin-bottom: var(--_section-gap);
  padding-bottom: 40px;
  border-bottom: 1px solid #ffffff;
  border-bottom: 1px solid var(--white);
}
#single-news-hero .news-box {
  padding-bottom: 23px;
  display: grid;
  grid-template-columns: 1fr 32.2%;
  grid-gap: 20px;
  gap: 20px;
}
@media (max-width: 992px) {
  #single-news-hero .news-box {
    grid-template-columns: 1fr;
  }
}
#single-news-hero .news-box-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 992px) {
  #single-news-hero .news-box-inner {
    padding-bottom: 30px;
    flex-direction: column;
    align-items: start;
    border-bottom: 1px solid;
  }
}
#single-news-hero .news-item-btn {
  padding: 10px 16px;
  flex-shrink: 0;
  border-radius: 100px;
  border: 1px solid #000000;
  border: 1px solid var(--black);
  background: #ffffff;
  background: var(--white);
  color: #000000;
  color: var(--black);
  font-size: 15px;
  font-weight: 500;
  line-height: 120%;
  /* 18px */
}
#single-news-hero .news-title-wrapp {
  padding-right: 84px;
  max-width: 606px;
}
#single-news-hero .news-title {
  margin-bottom: 11px;
  font-family: "Play", sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 120%;
  /* 50.4px */
  text-transform: uppercase;
}
#single-news-hero .news-text {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 120%;
  /* 18px */
}
#single-news-hero .news-date-wrapp {
  display: flex;
  flex-direction: column;
  padding-left: 20px;
  border-left: 1px solid #ffffff;
  border-left: 1px solid var(--white);
  color: #504f4f;
  font-family: Mulish;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
}
@media (max-width: 992px) {
  #single-news-hero .news-date-wrapp {
    border: none;
    align-items: flex-end;
  }
}
#single-news-hero .news-date {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: auto;
  padding: 0 11px;
  border-radius: 4px;
  background: #ffffff;
  background: var(--white);
}
#single-news-hero .news-date p {
  color: #000000;
  color: var(--black);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}
#single-news-hero .news-img {
  width: 100%;
  height: clamp(13.125rem, 4.5422535211rem + 36.6197183099vw, 37.5rem);
  margin-bottom: 40px;
  border-radius: 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  #single-news-hero .news-img {
    width: calc(100% + clamp(0.6875rem, 0.0492957746rem + 2.7230046948vw, 2.5rem) * 2);
    width: calc(100% + var(--_section-offset) * 2);
    margin-left: calc(clamp(0.6875rem, 0.0492957746rem + 2.7230046948vw, 2.5rem) * -1);
    margin-right: calc(clamp(0.6875rem, 0.0492957746rem + 2.7230046948vw, 2.5rem) * -1);
    margin-left: calc(var(--_section-offset) * -1);
    margin-right: calc(var(--_section-offset) * -1);
    border-radius: 16px;
  }
}
#single-news-hero .news-content-wrapp {
  display: grid;
  grid-template-columns: 1fr 32.2%;
  grid-gap: 20px;
  gap: 20px;
}
@media (max-width: 992px) {
  #single-news-hero .news-content-wrapp {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
#single-news-hero .news-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 670px;
  padding: 22px 12px;
  margin-left: auto;
  background-color: #ffffff;
  background-color: var(--white);
  color: #000000;
  color: var(--black);
  font-size: 15px;
  font-weight: 500;
  line-height: 120%; /* 18px */
}
@media (max-width: 992px) {
  #single-news-hero .news-content {
    margin: 0;
  }
}
#single-news-hero .news-additional-wrapp {
  padding-left: 20px;
  border-left: 1px solid #ffffff;
  border-left: 1px solid var(--white);
}
@media (max-width: 992px) {
  #single-news-hero .news-additional-wrapp {
    padding: 0;
    border: none;
  }
}
#single-news-hero .news-additional-text {
  margin-bottom: 30px;
  font-size: clamp(1.125rem, 1.036971831rem + 0.3755868545vw, 1.375rem);
  font-weight: 500;
  line-height: 120%;
  /* 26.4px */
}
#single-news-hero .accent-button {
  margin-bottom: 60px;
}
#single-news-hero .news-additional-share {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 18px;
  font-weight: 400;
  line-height: 129.9%;
  /* 23.382px */
  letter-spacing: -0.45px;
}
#single-news-hero .news-additional-share .a2a_svg {
  border-radius: 100% !important;
}
#single-news-hero .news-list-title {
  margin-bottom: clamp(1.5rem, 1.4339788732rem + 0.2816901408vw, 1.6875rem);
  font-family: "Play", sans-serif;
  font-size: clamp(2rem, 1.7799295775rem + 0.9389671362vw, 2.625rem);
  font-weight: 500;
  line-height: 120%;
  /* 50.4px */
  text-transform: uppercase;
}
#single-news-hero .news-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 22px;
  gap: 22px;
}
@media (max-width: 1280px) {
  #single-news-hero .news-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 992px) {
  #single-news-hero .news-list {
    display: none;
  }
}
#single-news-hero .news-item-img {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  overflow: hidden;
}
#single-news-hero .news-item-title {
  margin-bottom: 12px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 28.8px */
}
#single-news-hero .news-item-link {
  display: flex;
  flex-direction: column;
}
#single-news-hero .news-slider {
  display: none;
}
@media (max-width: 992px) {
  #single-news-hero .news-slider {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 53px;
  }
}
@media (max-width: 480px) {
  #single-news-hero .news-slider {
    max-width: 325px;
  }
}
#single-news-hero .news-slider .controls {
  justify-content: center;
}
#single-news-hero .load-more {
  display: block;
  text-align: center;
  width: 100%;
  height: 60px;
  margin-top: 40px;
  padding: 19px;
  color: #ffffff;
  color: var(--white);
  border-radius: 12px;
  border: 1px solid #ffffff;
  border: 1px solid var(--white);
  font-family: Mulish;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 21.6px */
}
#single-news-hero .news-gallery-slider {
  width: 100%;
  margin-bottom: 80px;
}
#single-news-hero .news-gallery-slider .controls {
  margin-top: 20px;
  justify-content: center;
}
#single-news-hero .news-gallery {
  height: 500px;
}

@media screen and (max-width: 992px) {
  #single-projects #hero .container {
    display: grid;
    justify-items: center;
  }
}
#single-projects #hero .title {
  color: #fff;
  font-family: "Play", sans-serif;
  font-size: clamp(2rem, 1.6478873239rem + 1.5023474178vw, 3rem);
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 4.05rem */
  text-transform: uppercase;
  height: -moz-max-content;
  height: max-content;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #fff;
  display: inline-block;
}
#single-projects #hero .title p {
  display: contents;
}
#single-projects #hero .title p strong {
  color: #b28b3c;
  font-size: 1.4em;
}
#single-projects #hero .title span {
  text-transform: none;
  color: #fff;
  font-family: Mulish;
  font-size: clamp(0.9375rem, 0.8714788732rem + 0.2816901408vw, 1.125rem);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 1.575rem */
  letter-spacing: -0.05063rem;
  display: inline-block;
}
@media screen and (max-width: 992px) {
  #single-projects #hero .title span {
    width: min(100%, 30rem);
  }
}
@media screen and (min-width: 992px) {
  #single-projects #hero .title span {
    width: min(39.6875rem, 44vw);
    float: right;
  }
}
#single-projects #hero .mainImage {
  margin-top: 1.81rem;
  margin-left: calc(clamp(0.6875rem, 0.0492957746rem + 2.7230046948vw, 2.5rem) * -1);
  margin-right: calc(clamp(0.6875rem, 0.0492957746rem + 2.7230046948vw, 2.5rem) * -1);
  margin-left: calc(var(--_section-offset) * -1);
  margin-right: calc(var(--_section-offset) * -1);
  position: relative;
}
@media screen and (max-width: 992px) {
  #single-projects #hero .mainImage {
    margin-bottom: 13.12rem;
    max-width: 30rem;
    flex-direction: column;
    margin-left: calc(clamp(0.6875rem, 0.0492957746rem + 2.7230046948vw, 2.5rem) * -1);
    margin-right: calc(clamp(0.6875rem, 0.0492957746rem + 2.7230046948vw, 2.5rem) * -1);
    margin-left: calc(var(--_section-offset) * -1);
    margin-right: calc(var(--_section-offset) * -1);
  }
}
#single-projects #hero .mainImage img {
  border-radius: 1.375rem;
}
@media screen and (min-width: 992px) {
  #single-projects #hero .mainImage img {
    aspect-ratio: 2.5714285714;
  }
}
@media screen and (max-width: 992px) {
  #single-projects #hero .mainImage img {
    aspect-ratio: 0.6696428571;
  }
}
#single-projects #hero .mainImage .details {
  position: absolute;
  display: flex;
  justify-content: space-between;
  padding: 2.31rem 1.38rem;
  border-radius: 1.375rem;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(6.5px);
          backdrop-filter: blur(6.5px);
  gap: var(--gap);
}
@media screen and (min-width: 992px) {
  #single-projects #hero .mainImage .details {
    --gap: clamp(0.5rem, -4.615rem + 8.25vw, 2.81rem);
    bottom: 1rem;
    left: 1.44rem;
    right: 1.44rem;
  }
}
@media screen and (max-width: 992px) {
  #single-projects #hero .mainImage .details {
    --gap: clamp(0.88rem, 0.2004225352rem + 2.8995305164vw, 2.81rem);
    left: clamp(0.6875rem, 0.0492957746rem + 2.7230046948vw, 2.5rem);
    left: var(--_section-offset);
    right: clamp(0.6875rem, 0.0492957746rem + 2.7230046948vw, 2.5rem);
    right: var(--_section-offset);
    bottom: -13.12rem;
  }
}
@media screen and (max-width: 992px) {
  #single-projects #hero .mainImage .details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 14px;
    gap: 14px;
  }
}
#single-projects #hero .mainImage .details > * {
  flex: 1 1;
}
#single-projects #hero .mainImage .details > *:not(.address) {
  display: grid;
  align-items: center;
}
@media screen and (min-width: 992px) {
  #single-projects #hero .mainImage .details > *:not(.address):not(:last-child) {
    position: relative;
  }
  #single-projects #hero .mainImage .details > *:not(.address):not(:last-child)::before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    left: calc(100% + var(--gap) / 2);
    width: 1px;
    background: rgba(255, 255, 255, 0.4);
  }
}
#single-projects #hero .mainImage .details > *:not(.address) .content,
#single-projects #hero .mainImage .details > *:not(.address) .accent-button {
  align-self: center;
  min-width: -moz-max-content;
  min-width: max-content;
  border-radius: 2rem;
  background: #fff;
  color: #000;
  font-family: "Play";
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  display: grid;
  align-items: center;
  justify-items: center;
  place-items: center;
}
#single-projects #hero .mainImage .details > *:not(.address) .content:not(.accent-button),
#single-projects #hero .mainImage .details > *:not(.address) .accent-button:not(.accent-button) {
  padding: 0.56rem 1.84rem;
}
@media screen and (min-width: 992px) {
  #single-projects #hero .mainImage .details > *:not(.address) .content:not(.accent-button),
  #single-projects #hero .mainImage .details > *:not(.address) .accent-button:not(.accent-button) {
    padding: 0.56rem clamp(0.8rem, -1.5028571429rem + 3.7142857143vw, 1.84rem);
  }
}
#single-projects #hero .mainImage .details > *:not(.address) .accent-button {
  width: 100%;
}
@media screen and (max-width: 992px) {
  #single-projects #hero .mainImage .details .leyers {
    order: -1;
  }
}
#single-projects #hero .mainImage .details .submit .accent-button {
  background: none;
  display: flex;
}
@media screen and (min-width: 992px) {
  #single-projects #hero .mainImage .details .submit .accent-button span {
    padding-left: clamp(0.8rem, -1.8571428571rem + 4.2857142857vw, 2rem);
    padding-right: clamp(0.8rem, -1.8571428571rem + 4.2857142857vw, 2rem);
  }
}
#single-projects #hero .mainImage .details .submit .accent-button span,
#single-projects #hero .mainImage .details .submit .accent-button .icon {
  border: 1px solid #000;
  background: #ffffff;
}
@media screen and (max-width: 992px) {
  #single-projects #hero .mainImage .details .submit {
    order: 6;
  }
}
#single-projects #hero .mainImage .details .submit.submit-lg {
  display: block;
}
@media (max-width: 992px) {
  #single-projects #hero .mainImage .details .submit.submit-lg {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  #single-projects #hero .mainImage .details .price {
    grid-column: 1/-1;
  }
}
#single-projects #hero .mainImage .details .address {
  display: grid;
  grid-gap: 1.19rem;
  gap: 1.19rem;
}
@media screen and (min-width: 992px) {
  #single-projects #hero .mainImage .details .address {
    flex: 0 1 17.6rem;
  }
}
@media screen and (max-width: 992px) {
  #single-projects #hero .mainImage .details .address {
    grid-column: 1/-1;
  }
}
#single-projects #hero .mainImage .details .address > p:first-child {
  max-width: 11rem;
}
#single-projects #hero .mainImage .details .address a,
#single-projects #hero .mainImage .details .address p {
  color: #000;
  font-family: "Play";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  padding-bottom: 0.25rem;
  border-bottom: 0.0625rem solid #000;
}
#single-projects #hero .submit.submit-sm {
  display: none;
}
@media (max-width: 992px) {
  #single-projects #hero .submit.submit-sm {
    display: block;
    margin-top: 30px;
  }
  #single-projects #hero .submit.submit-sm span {
    background-color: #ffffff;
    color: #000;
  }
}

#projectContent {
  margin-top: -3.75rem;
}
@media (max-width: 768px) {
  #projectContent {
    height: 100dvh;
  }
}
#projectContent > .container {
  position: relative;
  display: grid;
  grid-gap: 1.94rem;
  gap: 1.94rem;
}
#projectContent > .container::before {
  content: "";
  position: absolute;
  top: -1.25rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
@media screen and (min-width: 992px) {
  #projectContent > .container {
    grid-template-columns: max-content 1fr;
  }
}
@media screen and (max-width: 992px) {
  #projectContent > .container {
    gap: clamp(6.25rem, 5.8098591549rem + 1.8779342723vw, 7.5rem);
    gap: var(--_section-gap);
    display: flex;
    flex-direction: column;
  }
}
#projectContent > .container > .content {
  container: aboutContent/inline-size;
  display: grid;
  grid-gap: clamp(6.25rem, 5.8098591549rem + 1.8779342723vw, 7.5rem);
  grid-gap: var(--_section-gap);
  gap: clamp(6.25rem, 5.8098591549rem + 1.8779342723vw, 7.5rem);
  gap: var(--_section-gap);
}
@media screen and (min-width: 992px) {
  #projectContent > .container > .content {
    border-left: 1px solid #ccc;
    padding-left: 4.31rem;
  }
}
@media screen and (max-width: 992px) {
  #projectContent > .container > .content {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    /* padding-left: 20px; */
    scroll-behavior: smooth;
  }
  #projectContent > .container > .content > *::before {
    content: "";
    position: absolute;
    top: calc(clamp(6.25rem, 5.8098591549rem + 1.8779342723vw, 7.5rem) * -0.5);
    top: calc(var(--_section-gap) * -0.5);
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 1px;
    background-color: #fff;
  }
}
@media screen and (max-width: 992px) {
  #projectContent aside {
    width: 100%;
    flex-shrink: 0;
    position: sticky;
    top: 0;
    align-self: flex-start;
    z-index: 10;
  }
  #projectContent aside .titles {
    display: none !important;
  }
  #projectContent aside::before {
    content: "";
    border-radius: 34rem;
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 100%);
    width: 27.875rem;
    max-width: 100vw;
    height: 34rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
}
#projectContent aside .titlesMobile {
  margin-top: 1.88rem;
  padding-bottom: 1.75rem;
}
#projectContent aside .titlesMobile .swiper-scrollbar {
  background-color: #131313;
  border-radius: 6.25rem;
  height: 0.5rem;
  top: auto;
  top: initial;
  bottom: 0;
}
#projectContent aside .titlesMobile .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #fff;
}
#projectContent aside .titlesMobile .swiper-slide {
  width: -moz-max-content;
  width: max-content;
}
#projectContent aside .titlesMobile .swiper-slide.active .titleLink {
  background-color: #fff;
  color: #131313;
}
#projectContent aside .titlesMobile .swiper-slide .titleLink {
  padding: 0.5rem 0.8125rem;
  display: block;
  min-width: 0;
  min-width: initial;
}
@media screen and (min-width: 992px) {
  #projectContent aside {
    position: sticky;
    height: -moz-max-content;
    height: max-content;
    top: 6rem;
    max-width: 15.3rem;
  }
  #projectContent aside .titlesMobile {
    display: none !important;
  }
}
#projectContent aside h2 {
  color: #fff;
  font-family: "Play";
  font-size: 2.625rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 4.2rem */
}
#projectContent aside p {
  color: #fff;
  font-family: Mulish;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 1.05rem */
}
#projectContent aside .titles {
  margin-top: 1.88rem;
  display: grid;
  grid-gap: 0.75rem;
  gap: 0.75rem;
  padding-right: 2.19rem;
}
#projectContent aside .titles a {
  text-transform: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 0.31rem;
}
#projectContent aside .titles a .icon {
  width: 1.5rem;
  aspect-ratio: 1;
  background: white;
  border-radius: 50%;
  display: grid;
  align-items: center;
  justify-items: center;
  place-items: center;
}
#projectContent aside .titles a .icon svg {
  width: 60%;
  height: 60%;
}
#projectContent .titleLink,
#projectContent h3 {
  color: #fff;
  font-family: Mulish;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  border-radius: 0.5rem;
  background: #2c2b31;
  padding: 0.37rem 0.81rem;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  min-width: 13.1rem;
}

#aboutProject .container {
  position: relative;
  container: aboutProject/inline-size;
  display: grid;
  grid-template-columns: 1fr 43.3%;
  grid-gap: 10px;
  gap: 10px;
}
@media (max-width: 992px) {
  #aboutProject .container {
    grid-template-columns: 1fr;
    gap: 23px;
  }
}
#aboutProject .bg-logo {
  position: absolute;
  width: 330px;
  height: 185px;
  left: 20%;
  bottom: 0;
  z-index: -1;
}
#aboutProject .bg-logo img {
  -o-object-fit: contain;
     object-fit: contain;
}
#aboutProject .leftContent h3 {
  margin-bottom: clamp(1.25rem, 1.0299295775rem + 0.9389671362vw, 1.875rem);
}
#aboutProject .leftContent .text {
  margin-bottom: clamp(0.625rem, 0.3389084507rem + 1.220657277vw, 1.4375rem);
  font-family: Mulish;
  font-weight: 500;
  font-size: clamp(1.375rem, 1.286971831rem + 0.3755868545vw, 1.625rem);
  line-height: 120%;
  letter-spacing: 0%;
}
#aboutProject .leftContent .desc-wrapp {
  display: flex;
  gap: 26px;
}
#aboutProject .leftContent .img-small {
  width: 137px;
  height: 84px;
  flex-shrink: 0;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 992px) {
  #aboutProject .leftContent .img-small {
    display: none;
  }
}
#aboutProject .leftContent .desc {
  font-family: Mulish;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
}
#aboutProject .rightContent .img-big {
  max-height: 350px;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
}

#states .container {
  container: statesContent/inline-size;
}
#states .container h3 {
  margin-bottom: 15px;
}
#states .container .states-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  gap: 20px;
}
@media (max-width: 992px) {
  #states .container .states-list {
    grid-template-columns: repeat(auto-fit, minmax(326px, 1fr));
  }
}
#states .container .states-item {
  padding: 30px;
  min-height: 350px;
  background-color: #2c2b31;
  border-radius: 16px;
}
@media (max-width: 992px) {
  #states .container .states-item {
    min-height: auto;
  }
}
#states .container .states-item-title-wrapp {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}
#states .container .states-item-icon {
  width: 100px;
  height: 100px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3215686275);
  box-shadow: 0px 4px 20px 0px rgba(255, 255, 255, 0.2);
  border-radius: 100%;
}
#states .container .states-item-icon img {
  width: 70%;
  -o-object-fit: contain;
     object-fit: contain;
}
#states .container .states-item-title {
  font-weight: 500;
  font-size: clamp(1.875rem, 1.8309859155rem + 0.1877934272vw, 2rem);
  line-height: 100%;
  letter-spacing: 0%;
}
#states .container .states-item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0%;
}
#states .container .states-item-text ul {
  list-style-type: disc;
  padding-left: 20px;
}

#advantages .container {
  container: advantagesContent/inline-size;
}
#advantages .container > .title {
  margin-top: 1.25rem;
  color: #fff;
  font-family: Mulish;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  max-width: 34.6875rem;
}
#advantages .container .list {
  margin-top: 2.31rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.87rem 1.19rem;
  gap: 1.87rem 1.19rem;
}
#advantages .container .list .item {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  border-left: 1px solid #ccc;
  padding-left: 1.25rem;
  padding-bottom: 1.87rem;
}
#advantages .container .list .item .icon {
  aspect-ratio: 1;
  width: 3rem;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(96, 95, 100, 0.2);
  box-shadow: 0px 4px 10px 0px rgba(255, 255, 255, 0.1);
  display: grid;
  align-items: center;
  justify-items: center;
  place-items: center;
}
#advantages .container .list .item .icon img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 65%;
  height: 65%;
}
#advantages .container .list .item .item-content {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
#advantages .container .list .item .title {
  margin-bottom: 0.25rem;
  color: #fff;
  font-family: "Play";
  font-size: clamp(1.125rem, 1.036971831rem + 0.3755868545vw, 1.375rem);
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 1.65rem */
}
#advantages .container .list .item .text {
  color: #fff;
  font-family: Mulish;
  font-size: clamp(0.9375rem, 0.9154929577rem + 0.0938967136vw, 1rem);
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  /* 1.4rem */
}
@container advantagesContent (width < 50.25rem) {
  #advantages .container .list {
    grid-template-columns: 1fr 1fr;
  }
  #advantages .container .list .item {
    border-left: none;
    padding-left: 0;
    border-top: 1px solid #ccc;
    padding-top: 1rem;
  }
  #advantages .container > .title {
    display: none;
  }
}

#gallery .container {
  container: galleryContent/inline-size;
}
#gallery .container .title {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
#gallery .container .title .controls {
  order: 2;
}
#gallery .container .title::before {
  content: "";
  order: 1;
  flex: 1 1;
  height: 1px;
  background-color: white;
}
@container galleryContent (width < 50.25rem) {
  #gallery .container .title {
    justify-content: space-between;
  }
  #gallery .container .title::before {
    display: none;
  }
}
#gallery .container .swiper {
  margin-top: 1.25rem;
  width: 100cqw;
}
#gallery .container .swiper .swiper-slide img {
  max-height: 650px;
  aspect-ratio: 1800/2570;
}

#conditions .container {
  container: conditionsContent/inline-size;
}
#conditions .container .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#conditions .container .list {
  margin-top: 1.87rem;
  display: flex;
  gap: 1.25rem;
}
#conditions .container .list .item,
#conditions .container .swiper .item {
  flex: 1 1 20rem;
  border-radius: 1.375rem;
  border: 1px solid #454545;
  background: #2c2b31;
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-gap: 1.5rem;
  gap: 1.5rem;
  padding-top: 4.38rem;
  padding-bottom: 1.31rem;
  padding-left: 0.62rem;
  padding-right: 0.62rem;
  min-height: 22.8rem;
}
#conditions .container .list .item h4,
#conditions .container .swiper .item h4 {
  color: #fff;
  font-family: "Play";
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 1.65rem */
}
#conditions .container .list .item p,
#conditions .container .swiper .item p {
  color: #fff;
  font-family: Mulish;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 1.575rem */
  letter-spacing: -0.05063rem;
}
#conditions .container .list .item .accent-button span,
#conditions .container .swiper .item .accent-button span {
  padding: 0.62rem;
}
@container conditionsContent (width < 50.25rem) {
  #conditions .container .title {
    margin-bottom: 1.25rem;
  }
  #conditions .container .list {
    display: none;
  }
}
@container conditionsContent (width >=50.25rem) {
  #conditions .container .title .controls,
  #conditions .container .swiper {
    display: none;
  }
}
#conditions .container .swiper {
  width: 100cqw;
}
#conditions .container .swiper .item {
  flex: 0 0;
  flex-basis: initial;
}

#planing .container {
  container: planingContent/inline-size;
}
#planing .container .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#planing .container .list {
  margin-top: 1.87rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.25rem;
  gap: 1.25rem;
  grid-auto-rows: max-content;
}
#planing .container .list .hidden {
  grid-column: 1/-1;
  display: grid;
  grid-template-rows: 0fr;
  transition: all 0.3s ease-in-out;
}
#planing .container .list .hidden[active] {
  grid-template-rows: 1fr;
}
#planing .container .list .hidden .hidden_content {
  min-height: 0;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
#planing .container .list img,
#planing .container .swiper-slide img {
  aspect-ratio: 1.1904761905;
  border-radius: 1.375rem;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #fff;
}
#planing .container .swiper {
  margin-top: 1.25rem;
}
#planing .container #viewMore {
  text-align: center;
  padding: 1.19rem;
  border-radius: 0.75rem;
  border: 1px solid #fff;
  margin-top: 1.87rem;
  color: #fff;
  font-family: Mulish;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 1.35rem */
}
@container planingContent (width < 50.25rem) {
  #planing .container .list,
  #planing .container .list .hidden_content {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@container planingContent (width < 30.25rem) {
  #planing .container .list:not(:has([active])) {
    display: none;
  }
  #planing .container:has(.list [active]) :where(.swiper, .title .controls) {
    display: none;
  }
  #planing .container .list,
  #planing .container .list .hidden_content {
    grid-template-columns: 1fr !important;
  }
}
@container planingContent (width >=30.25rem) {
  #planing .container .swiper {
    display: none;
  }
  #planing .container .title .controls {
    display: none;
  }
}

#dinamic .container {
  width: 100%;
  display: grid;
  grid-template-columns: 5fr 4fr;
  grid-gap: 1.25rem 1.5rem;
  gap: 1.25rem 1.5rem;
  grid-auto-rows: max-content;
}
@container aboutContent (width < 50.25rem) {
  #dinamic .container {
    grid-template-columns: 1fr;
  }
  #dinamic .container > .image {
    display: none;
  }
}
#dinamic .container h3 {
  grid-column: 1/-1;
}
#dinamic .container .list {
  display: grid;
  grid-auto-rows: max-content;
  grid-gap: 0.62rem;
  gap: 0.62rem;
}
#dinamic .container .item .title {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  padding: 1.56rem 1.06rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  border-radius: 1.375rem;
  border: 1px solid #454545;
  background: #2c2b31;
}
@media (hover: hover) {
  #dinamic .container .item .title:hover {
    scale: 0.99;
    opacity: 0.9;
  }
}
@media (hover: none) {
  #dinamic .container .item .title:active {
    scale: 0.99;
    opacity: 0.9;
  }
}
#dinamic .container .item .title .year {
  color: #fff;
  font-family: Mulish;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 1.65rem */
}
#dinamic .container .item .title .text {
  color: #fff;
  font-family: Mulish;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.03938rem;
  max-width: 18.6875rem;
}
#dinamic .container .item .title .icon {
  flex-shrink: 0;
  width: 2.375rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #ffffff;
  display: grid;
  align-items: center;
  justify-items: center;
  place-items: center;
}
#dinamic .container .item .title .icon svg {
  width: 50%;
  height: 50%;
}
#dinamic .container .item .title[active] + .hidden {
  grid-template-rows: 1fr;
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}
#dinamic .container .item .hidden {
  display: grid;
  grid-template-rows: 0fr;
  transition: all 0.3s ease-in-out;
}
#dinamic .container .item .hidden .content {
  min-height: 0;
  overflow: hidden;
  display: grid;
}
#dinamic .container .item .hidden .content .image {
  margin-top: 0.5rem;
  aspect-ratio: 1.5347826087;
  border-radius: 0.75rem;
  overflow: hidden;
  max-width: 25rem;
}
@container aboutContent (width > 50.25rem) {
  #dinamic .container .item .hidden .content .image {
    display: none;
  }
}
#dinamic .container > .image {
  aspect-ratio: 1.5172413793;
  border-radius: 0.75rem;
  overflow: hidden;
  position: relative;
}
#dinamic .container > .image img {
  position: absolute;
  display: none;
}
#dinamic .container:not(:has(.title[active])) > .image img:first-child {
  display: block;
}

#characteristics {
  container: characteristicsContent/inline-size;
}
#characteristics .container {
  display: grid;
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
@container characteristicsContent (width > 50.25rem) {
  #characteristics .container {
    grid-template-columns: 1fr min(14.1875rem, 15.76vw);
  }
}
#characteristics .container .image {
  grid-row: 1/3;
  grid-column: 2;
  border-radius: 0.25rem;
  overflow: hidden;
}
@container characteristicsContent (width < 50.25rem) {
  #characteristics .container .image {
    display: none;
  }
}
#characteristics .container .list {
  position: relative;
  grid-column: 1;
}
@container characteristicsContent (width > 30.25rem) {
  #characteristics .container .list::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 100%;
    background-color: #fff;
  }
}
#characteristics .container .list > ul {
  display: grid;
  grid-gap: 2.5rem;
  gap: 2.5rem;
}
@container characteristicsContent (width > 30.25rem) {
  #characteristics .container .list > ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
#characteristics .container .list > ul > li > ul {
  display: grid;
  grid-gap: 2.5rem;
  gap: 2.5rem;
}
#characteristics .container .list > ul > li > ul > li {
  display: flex;
  gap: 1.31rem;
}
#characteristics .container .list > ul > li > ul > li::before {
  content: attr(data-counter);
}

@media (max-width: 992px) {
  .footer .container {
    width: 100%;
  }
}
.footer .footer-wrapp {
  padding: 47px 30px 68px 30px;
  border-radius: 22px 22px 0px 0px;
  background: #ffffff;
  background: var(--white);
}
@media (max-width: 992px) {
  .footer .footer-wrapp {
    padding: 50px 18px 90px 18px;
  }
}
.footer .footer-inner {
  display: flex;
  justify-content: space-between;
  padding-bottom: 60px;
  border-bottom: 1px solid #000000;
  border-bottom: 1px solid var(--black);
}
@media (max-width: 1280px) {
  .footer .footer-inner {
    flex-direction: column;
    gap: 53px;
  }
}
@media (max-width: 992px) {
  .footer .footer-inner {
    padding-bottom: 22px;
  }
}
.footer .footer-title {
  max-width: 620px;
  color: #000000;
  color: var(--black);
  font-size: clamp(2.625rem, 2.360915493rem + 1.1267605634vw, 3.375rem);
  font-weight: 400;
  line-height: 110%;
  /* 59.4px */
}
.footer .accent-button {
  display: inline-flex;
  vertical-align: middle;
  color: #000000;
  color: var(--black);
}
.footer .accent-button span {
  border-color: #000000;
  border-color: var(--black);
}
.footer .accent-button .icon {
  background-color: #000000;
  background-color: var(--black);
  color: #ffffff;
  color: var(--white);
}
.footer .nav-list {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 11px 53px;
  gap: 11px 53px;
  color: #7a7a7a;
  font-family: "Play", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 992px) {
  .footer .nav-list {
    gap: 11px 92px;
    padding-left: 24px;
  }
}
.footer .social-list li a {
  color: #ae8e3f;
  color: var(--color-hover);
  border-color: #ae8e3f;
  border-color: var(--color-hover);
}
@media (max-width: 992px) {
  .footer .social-list {
    flex-direction: row;
    justify-content: center;
  }
}
.footer .footer-policy {
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  color: #7a7a7a;
  font-family: "Play";
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 992px) {
  .footer .footer-policy {
    padding-top: 22px;
    flex-direction: column;
    align-items: flex-start;
  }
}

/*# sourceMappingURL=main.bundle.css.map*/