@charset "UTF-8";
/* Base */
@import url("https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&display=swap");

html {
  scroll-behavior: smooth;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Oxygen", sans-serif;
  font-size: 16px;
  line-height: 141%;
  color: #000;
}

.wrapper {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

h1 {
  margin: 0;
  font-family: "Maven Pro", sans-serif;
  font-weight: 700;
  font-size: 66px;
  line-height: 110%;
  text-transform: uppercase;
}

h2 {
  margin: 0;
  font-family: "Maven Pro", sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 110%;
  text-transform: uppercase;
}

h3 {
  margin: 0;
  font-family: "Maven Pro", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  text-transform: uppercase;
}

p {
  margin: 0;
  font-size: 16px;
  line-height: 141%;
  color: #000;
}

a {
  text-decoration: none;
  transition: all 0.3s linear;
}

.link-button {
  display: flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: none;
  cursor: pointer;
  width: fit-content;
  font-family: "Oxygen", sans-serif;
  font-size: 15px;
  line-height: 100%;
  text-transform: uppercase;
  transition: all 0.3s linear;
  padding: 0;
}

.link-button span {
  margin-left: 20px;
  transition: all 0.3s linear;
  border-bottom: 1px solid transparent;
  color: #000 !important;
}

.link-button:hover span {
  border-bottom: 1px solid #000;
}

.button {
  background-color: rgb(59, 22, 46);
  padding: 14px 8px;
  box-sizing: border-box;
  border: none;
  color: #fff;
  display: block;
  width: fit-content;
  font-size: 15px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s linear;
  text-align: center;
}

.button:hover {
  background-color: #000;
}

@media (max-width: 1250px) {
  .container {
    padding: 0 30px;
    box-sizing: border-box;
  }

  .container h1 {
    font-size: 48px;
  }
}

@media (max-width: 700px) {
  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 28px;
  }

  p {
    font-size: 14px;
  }

  .container h1 {
    font-size: 38px;
  }

  .container h2 {
    font-size: 28px;
  }
}

/* Blocks */
.intro-about {
  position: relative;
}

.intro-about::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: .3;
}

.intro-about h1 {
  position: absolute;
  z-index: 1;
  left: 150px;
  bottom: 99px;
  color: #fff;
}

.bg-intro-about {
  width: 100%;
  height: 578px;
  display: block;
  object-fit: cover;
}

.first-info-about {
  margin-top: 70px;
}

.first-info-about h2 {
  font-size: 32px;
  max-width: 581px;
  margin-left: 150px;
}

.text-first-about-info {
  max-width: 593px;
  width: 100%;
  margin: 42px 150px 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.first-about-info-image-one {
  width: 100%;
  max-width: 437px;
  height: 442px;
  object-fit: cover;
  display: block;
  margin-left: 150px;
  margin-top: -50px;
}

.first-about-info-image-two {
  width: 100%;
  max-width: 60%;
  height: 625px;
  display: block;
  object-fit: cover;
  margin-left: auto;
  margin-top: -300px;
}

.decor-first-about-info {
  background-color: rgb(247, 245, 241);
  width: 100%;
  height: 293px;
  margin-top: -200px;
}

.two-info-about {
  margin-top: 70px;
}

.two-info-about h2 {
  font-size: 32px;
  margin-left: 150px;
  max-width: 581px;
  position: relative;
}

.first-text-two-info-about {
  margin-left: 300px;
  max-width: 592px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 40px;
  position: relative;
}

.two-text-two-info-about {
  margin-top: 70px;
  margin-left: auto;
  margin-right: 300px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 592px;
  position: relative;
}

.decor-two-info-about {
  display: block;
  margin-left: auto;
  margin-top: -29%;
}

.service-about {
  margin: 90px 150px 0;
}

.text-service-about {
  margin-top: 36px;
  max-width: 592px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.wrapp-service-about {
  margin-top: 50px;
  display: flex;
  gap: 60px;
}

.item-service-about {
  width: calc((100% - 240px) / 5);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 35px;
}

.title-item-service-about {
  font-size: 22px;
  font-weight: 600;
  line-height: 110%;
  text-transform: uppercase;
  font-family: "Maven Pro", sans-serif;
  width: 100%;
}

.producte-about {
  margin: 180px 150px 0;
}

.text-producte-about {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 35px;
  max-width: 592px;
}

.text-producte-about ul {
  margin: 0;
  padding-left: 20px;
}

.product-swiper-about .swiper-project {
  margin: 0 0 0 auto !important;
}

.team-about {
  margin-top: 130px;
  display: flex;
  justify-content: space-between;
  margin-right: 150px;
}

.image-team-about {
  width: 100%;
  max-width: 60%;
  display: block;
  object-fit: cover;
  margin-top: 220px;
}

.image-team-about.mobile {
  display: none;
}

.text-team-about {
  max-width: 438px;
}

.desc-text-team-about {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.content-text-team-about {
  margin-top: 55px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.content-text-team-about h3 {
  font-size: 16px;
}

.button-last-about {
  margin-top: 150px;
  margin-left: 480px;
}

@media (max-width: 1480px) {
  .first-about-info-image-two {
    max-width: 55%;
  }

  .decor-two-info-about {
    margin-top: -37%;
  }
}

@media (max-width: 1340px) {
  .first-about-info-image-one {
    margin-top: 30px;
  }

  .first-about-info-image-two {
    display: none;
  }
}

@media (max-width: 1100px) {
  .intro-about h1 {
    left: 50px;
  }

  .first-info-about h2 {
    margin: 0 50px;
  }

  .decor-two-info-about {
    width: 100%;
    margin-top: -65%;
  }

  .text-first-about-info {
    margin: 42px 50px 0 50px;
  }

  .two-info-about h2 {
    margin: 0 50px;
  }

  .first-text-two-info-about {
    margin-right: 50px;
    margin-left: auto;
  }

  .service-about {
    margin: 80px 50px 0;
  }

  .two-text-two-info-about {
    margin: 70px 50px 0;
  }

  .wrapp-service-about {
    flex-wrap: wrap;
  }

  .item-service-about {
    width: calc((100% - 120px) / 3);
  }

  .producte-about {
    margin: 80px 50px 0;
  }

  .team-about {
    flex-direction: column;
    gap: 40px;
    margin: 0 50px;
  }

  .image-team-about {
    margin-top: 70px;
    max-width: 100%;
  }

  .button-last-about {
    margin-top: 80px;
    margin-left: 50px;
  }
}

@media (max-width: 768px) {
  .intro-about h1 {
    left: 30px;
  }

  .bg-intro-about {
    height: 400px;
  }

  .first-info-about h2 {
    font-size: 24px;
    margin: 0 30px;
  }

  .first-info-about {
    margin-top: 20px;
  }

  .text-first-about-info {
    margin: 45px 30px 0;
    width: fit-content;
  }

  .first-about-info-image-one {
    max-width: 80%;
    width: fit-content;
    margin-top: 30px;
    margin-left: 0;
    margin-right: 30px;
    height: auto;
  }

  .two-info-about h2 {
    margin: 0 30px;
    font-size: 24px;
  }

  .first-text-two-info-about {
    margin-left: 30px;
    margin-right: 30px;
  }

  .two-text-two-info-about {
    margin: 80px 30px 0;
  }

  .service-about {
    margin: 40px 30px 0;
  }

  .item-service-about {
    width: 100%;
  }

  .producte-about {
    margin: 100px 30px 0;
  }

  .text-producte-about {
    display: none;
  }

  .product-swiper-about {
    margin-top: 30px;
  }

  .image-team-about {
    display: none;
  }

  .image-team-about.mobile {
    display: block;
    height: auto;
    margin-top: 30px;
  }

  .text-team-about {
    max-width: 100%;
  }

  .team-about {
    margin: 70px 30px 0;
  }
}

.blog-page {
  --blog-page-offset: clamp(30px, calc((100vw - 1200px) / 2), 150px);
  --blog-post-width: clamp(592px, 39.4667vw, 760px);
  --blog-filter-width: clamp(150px, 10vw, 190px);
}

.blog-page__content {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 var(--blog-page-offset);
  box-sizing: border-box;
}

.intro-blog-page {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
}

.intro-blog-page h1 {
  max-width: clamp(437px, 29.1333vw, 560px);
  font-size: clamp(32px, 2.1333vw, 38px);
}

.intro-blog-page p {
  max-width: clamp(593px, 39.5333vw, 760px);
}

.blog-wrapp {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  gap: 48px;
}

.category-blog {
  height: fit-content;
  width: 100%;
  max-width: var(--blog-filter-width);
  position: sticky;
  top: 20px;
}

.category-blog ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(8px, .5333vw, 10px);
}

.category-blog ul li {
  list-style-type: none;
  font-size: clamp(16px, 1.0667vw, 19px);
  font-weight: 700;
  font-family: "Maven Pro", sans-serif;
  color: rgb(217, 217, 217);
  cursor: pointer;
  transition: all 0.3s linear;
  line-height: 110%;
}

.category-blog ul li:hover {
  color: rgba(0, 0, 0, 0.6);
}

.category-blog ul li.active {
  color: #000000;
}

.blog-items {
  width: 100%;
  max-width: var(--blog-post-width);
  display: flex;
  flex-direction: column;
  gap: clamp(70px, 4.6667vw, 88px);
}

.image-blog-item {
  width: 100%;
  aspect-ratio: 1.6914 / 1;
  height: auto;
  object-fit: cover;
  display: block;
}

.wrapp-image-blog-item {
  position: relative;
}

.wrapp-tag-blog-item {
  display: flex;
  gap: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.wrapp-tag-blog-item p {
  color: rgb(115, 129, 99);
  font-weight: 600;
  font-family: "Maven Pro", sans-serif;
  font-size: clamp(14px, .9333vw, 16px);
  line-height: 110%;
  text-transform: uppercase;
  padding: clamp(12px, .8vw, 15px);
  box-sizing: border-box;
  background-color: rgb(216, 230, 198);
}

.title-blog-item {
  margin-top: clamp(24px, 1.6vw, 30px);
  font-size: clamp(20px, 1.3333vw, 24px);
  text-transform: uppercase;
  color: #000;
  font-family: "Maven Pro", sans-serif;
  line-height: 110%;
  font-weight: 700;
}

.desc-blog-item {
  margin-top: 12px;
  color: rgb(112, 112, 112);
  font-size: clamp(12px, .8vw, 14px);
}

.item-blog svg {
  margin-top: clamp(24px, 1.6vw, 30px);
}

@media (max-width: 1100px) {
  .intro-blog-page {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

@media (max-width: 870px) {
  .blog-page {
    --blog-page-offset: 30px;
  }

  .blog-wrapp {
    flex-direction: column;
    gap: 32px;
    margin-top: 45px;
  }

  .category-blog {
    position: static;
    max-width: 100%;
  }

  .category-blog ul {
    flex-direction: row;
    overflow: auto;
    padding-bottom: 10px;
    gap: 12px;
  }

  .category-blog ul li {
    flex-shrink: 0;
  }

  .image-blog-item {
    aspect-ratio: auto;
    height: 220px;
  }

  .title-blog-item {
    font-size: 16px;
  }

  .blog-items {
    gap: 48px;
  }

  .intro-blog-page h1 {
    font-size: 24px;
  }
}

.contact-page {
  --contact-page-offset: clamp(30px, calc((100vw - 1200px) / 2), 150px);
  --contact-info-width: clamp(593px, 39.5333vw, 760px);
  --contact-form-width: clamp(543px, 36.2vw, 700px);
}

.contact-page__intro-content,
.contact-page__content {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 var(--contact-page-offset);
  box-sizing: border-box;
}

.intro-contact {
  position: relative;
}

.intro-contact::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.bg-contact-intro {
  width: 100%;
  object-fit: cover;
  display: block;
  height: clamp(578px, 38.5333vw, 660px);
}

.text-contact-intro {
  position: absolute;
  left: 0;
  bottom: 90px;
  width: 100%;
  z-index: 1;
}

.text-contact-intro h1 {
  color: #fff;
}

.contact-wrapper {
  margin-top: 65px;
  display: flex;
  justify-content: space-between;
  gap: clamp(64px, 4.2667vw, 90px);
}

.contact-info {
  width: 100%;
  max-width: var(--contact-info-width);
}

.contact-form {
  width: 100%;
  max-width: var(--contact-form-width);
}

.contact-form .form-registration {
  max-width: 100%;
}

.contact-form .form-registration form textarea {
  width: 100%;
  border: 1px solid rgb(232, 232, 232);
  padding: clamp(12px, .8vw, 15px);
  box-sizing: border-box;
  margin-top: 4px;
  font-size: clamp(16px, 1.0667vw, 18px);
  color: #000;
  font-family: "Oxygen", sans-serif;
  height: clamp(145px, 9.6667vw, 175px);
}

.contact-form .form-registration form textarea::placeholder {
  color: rgb(218, 218, 218);
}

.contact-form .button-form-submit {
  text-transform: uppercase;
  background-color: rgb(59, 22, 46);
}

.wrapp-tab-contact {
  display: flex;
}

.tab-contact {
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgb(232, 232, 232);
  color: rgb(217, 217, 217);
  font-size: 16px;
  font-weight: 700;
  font-family: "Maven Pro", sans-serif;
  width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 12px;
  cursor: pointer;
  transition: all 0.3s linear;
}

.tab-contact.active {
  border-bottom: 1px solid rgb(59, 22, 46);
  color: rgb(59, 22, 46);
}

.tab-contact:hover {
  border-bottom: 1px solid rgb(59, 22, 46);
}

.content-tab-contact {
  display: none;
}

.content-tab-contact.active {
  display: block;
  margin-top: 54px;
}
.content-tab-contact.active:first-child{
  margin: 0;
}
.content-tab-contact h2 {
  font-size: clamp(32px, 2.1333vw, 40px);
  color: rgb(59, 22, 46);
}

.desc-contact-content {
  margin-top: clamp(32px, 2.1333vw, 40px);
  color: rgb(0, 0, 0);
}

.wrapp-contact-url {
  margin-top: clamp(32px, 2.1333vw, 40px);
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.phone-contact {
  color: rgb(59, 22, 46);
  font-size: clamp(24px, 1.6vw, 30px);
  font-weight: 600;
  letter-spacing: -0.04em;
}

.mail-contact {
  color: rgb(59, 22, 46);
  font-size: clamp(16px, 1.0667vw, 19px);
}

.adress-contact {
  color: rgb(112, 112, 112);
}

.map-contact {
  margin-top: clamp(100px, 6.6667vw, 125px);
}

.map-contact h2 {
  color: rgb(59, 22, 46);
  font-size: clamp(32px, 2.1333vw, 40px);
}

.contact-page .map-wrap {
  margin-top: clamp(48px, 3.2vw, 60px);
  height: clamp(420px, 28vw, 540px);
}

.contact-page .map-wrap iframe {
  display: block;
  width: 100%;
  height: 100%;
  margin-top: 0;
  border: 0;
  filter: grayscale(100%);
}

.map-image {
  margin-top: 32px;
  width: 100%;
  display: block;
}

@media (max-width: 1200px) {
  .contact-page {
    --contact-page-offset: 30px;
  }

  .contact-wrapper {
    flex-direction: column;
    gap: 40px;
  }

}

@media (max-width: 767px) {
  .bg-contact-intro {
    height: 350px;
  }

  .text-contact-intro {
    bottom: 32px;
  }

  .content-tab-contact h2 {
    font-size: 24px;
  }

  .content-tab-contact.active {
    margin-top: 48px;
  }

  .contact-form .form-registration form textarea {
    font-size: 14px;
    height: 145px;
  }

  .contact-page .map-wrap {
    height: 360px;
  }
}

.wrapp-footer {
  --footer-offset: clamp(30px, calc((100vw - 1300px) / 2), 150px);
  --footer-link-size: clamp(15px, 1vw, 17px);
  --footer-copy-size: clamp(13px, .8667vw, 15px);
  --footer-icon-size: clamp(20px, 1.3333vw, 24px);
  --footer-logo-width: clamp(132px, 8.8vw, 158px);
  width: 100%;
  max-width: 1920px;
  display: flex;
  margin: 0 auto;
  padding: 0 var(--footer-offset);
  box-sizing: border-box;
  justify-content: space-between;
  flex-wrap: wrap;
}

footer {
  background-color: rgb(59, 22, 46);
  padding: clamp(77px, 5.1333vw, 92px) 0 clamp(33px, 2.2vw, 42px) 0;
  margin-top: 90px;
}

.logo-footer img {
  display: block;
  width: var(--footer-logo-width);
  height: auto;
}

.item-col-footer svg {
  width: var(--footer-icon-size);
  height: var(--footer-icon-size);
}

.col-footer-menu {
  display: flex;
  width: fit-content;
  margin-left: auto;
  justify-content: flex-end;
  gap: clamp(48px, 3.2vw, 72px);
}

.item-col-footer:first-child {
  display: flex;
  flex-direction: column;
  
}

.adress-contact-footer{
  color: #fff;
  height: clamp(98px, 6.5333vw, 116px);
  font-size: var(--footer-link-size);
}
.item-col-footer:first-child a {
  display: flex;
  align-items: center;
  gap: 5px;
}

.item-col-footer:first-child a svg {
  fill: #fff;
}

.item-col-footer:first-child a span {
  color: #fff;
  font-size: var(--footer-link-size);
  border-bottom: 1px solid transparent;
  transition: all 0.3s linear;
}

.item-col-footer:first-child a span:hover {
  border-bottom: 1px solid #fff;
}

.item-col-footer ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;

}

.item-col-footer ul li {
  list-style-type: none;
}

.item-col-footer ul li a {
  color: #fff;
  border-bottom: 1px solid transparent;
  font-size: var(--footer-link-size);
}

.item-col-footer ul li a:hover {
  border-bottom: 1px solid white;
}

.soc-foter {
  margin-top: clamp(36px, 2.4vw, 46px);
  display: flex;
  align-items: center;
  gap: clamp(36px, 2.4vw, 46px);
}

.soc-foter img {
  display: block;
  width: var(--footer-icon-size);
  height: var(--footer-icon-size);
}

.copyrite-footer {
  width: 100%;
  color: #fff;
  font-size: var(--footer-copy-size);
  margin-top: clamp(50px, 3.3333vw, 64px);
}

@media (max-width: 1300px) {
  .wrapp-footer {
    --footer-offset: 50px;
    padding: 0 50px;
  }

  .col-footer-menu {
    width: fit-content;
    margin-left: auto;
    gap: 48px;
  }
}

@media (max-width: 700px) {
  .wrapp-footer {
    padding: 0 30px;
    flex-direction: column;
    gap: 30px;
  }

  .col-footer-menu {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .col-footer-menu {
    flex-direction: column;
    gap: 25px;
  }

  .copyrite-footer {
    margin: 0;
  }
}

.intro-gallery {
  position: relative;
}

.intro-gallery::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
}

.bg-intro-gallery {
  width: 100%;
  display: block;
  object-fit: cover;
  height: 620px;
}

.text-intro-gallery {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 65px;
  width: 100%;
}

.text-intro-gallery h1 {
  color: #fff;
  margin-top: 19px;
}

.photograph-name-intro {
  font-weight: 500;
  color: #fff;
  font-family: "Maven Pro", sans-serif;
}

.date-gallery {
  color: rgba(255, 255, 255, 0.5);
  font-size: 24px;
  line-height: 110%;
  letter-spacing: -0.02em;
  font-family: "Maven Pro", sans-serif;
  margin-top: 19px;
}

.gallery-row-4 {
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.gallery-row-4 a {
  display: block;
  width: calc((100% - 48px) / 4);
}

.gallery-row-4 a img {
  width: 100%;
  object-fit: cover;
  height: 401px;
  display: block;
}

.gallery-row-3 {
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.gallery-row-3 a {
  display: block;
  width: calc((100% - 32px) / 3);
}

.gallery-row-3 a img {
  width: 100%;
  object-fit: cover;
  height: 401px;
  display: block;
}

.slider-gallery {
  margin-top: 100px;
}

.slider-gallery .swiper-service-main {
  max-width: 100%;
}

.slider-gallery .service-prev {
  transform: translate(-100%, -50%);
}

.slider-gallery .service-next {
  transform: translate(100%, -50%);
}

.slider-gallery .name-service-main {
  text-align: left;
}

.slider-gallery .wrapp-swiper-service-main {
  margin: 0;
}

.slider-gallery .image-service-main {
  display: block;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 100px;
}

.big-galery-image-grid {
  grid-area: 1/1/3/2;
  width: 720px;
}

.big-galery-image-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.small-galery-image-grid {
  width: 440px;
}

.small-galery-image-grid img {
  width: 100%;
  object-fit: cover;
  height: 250px;
  display: block;
}

.small-galery-image-grid.one {
  grid-area: 1/2/2/3;
}

.small-galery-image-grid.two {
  grid-area: 2/2/3/3;
}

.big-image-gallery {
  margin-top: 100px;
}

.big-image-gallery img {
  width: 100%;
  display: block;
  object-fit: cover;
  height: 550px;
}

@media (max-width: 1200px) {
  .gallery-row-4 {
    margin-top: 80px;
  }

  .gallery-row-4 a {
    width: calc(50% - 8px);
  }

  .gallery-row-3 {
    margin-top: 80px;
  }

  .gallery-row-3 a {
    width: calc(50% - 8px);
  }

  .gallery-row-3 a:last-child {
    width: 100%;
  }

  .slider-gallery {
    margin-top: 80px;
  }

  .slider-gallery .nav-swiper-service-main {
    display: none;
  }

  .gallery-grid {
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .big-galery-image-grid {
    width: 100%;
  }

  .big-galery-image-grid img {
    height: 500px;
  }

  .small-galery-image-grid {
    width: 100%;
    height: fit-content;
  }

  .small-galery-image-grid img {
    height: 350px;
  }

  .big-image-gallery {
    margin-top: 80px;
  }

  .big-image-gallery img {
    height: auto;
  }
}

@media (max-width: 767px) {
  .bg-intro-gallery {
    height: 350px;
  }

  .gallery-row-4 {
    flex-wrap: nowrap;
    overflow: auto;
  }

  .gallery-row-4 a {
    width: 260px;
    flex-shrink: 0;
  }

  .gallery-row-4 a img {
    height: 350px;
  }

  .gallery-row-3 a {
    width: 100%;
  }

  .gallery-row-3 a img {
    height: 320px;
  }

  .big-galery-image-grid img {
    height: 250px;
  }

  .small-galery-image-grid img {
    height: 160px;
  }

  .big-image-gallery img {
    height: 180px;
  }

  .date-gallery {
    font-size: 16px;
    margin-top: 12px;
  }

  .text-intro-gallery h1 {
    margin-top: 12px;
  }

  .text-intro-gallery {
    bottom: 32px;
  }
}

.home header {
  width: 100%;
  position: absolute;
  padding-right: 50px;
  box-sizing: border-box;
  left: 0;
  top: 0;
  z-index: 9;
}

header {
  width: 100%;
  box-sizing: border-box;
  padding-right: 50px;
}

.wrapp-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo-menu {
  display: flex;
  align-items: center;
  gap: 61px;
}

.open-menu {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 92px;
  background-color: rgb(216, 230, 198);
  border: none;
  position: relative;
  z-index: 1;
}

.menu-header ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 32px;
}

.menu-header ul li {
  list-style-type: none;
}

.menu-header ul li a {
  font-size: 15px;
  line-height: 100%;
  color: #000;
  font-weight: 400;
  transition: all 0.3s linear;
}

.menu-header ul li a:hover {
  color: rgb(59, 22, 46);
}

.home .logo-header img {
  filter: brightness(0) invert(1);
}

.home .menu-header ul li a {
  color: #fff;
  display: block;
  width: 90px;
  text-align: center;
  padding: 5px 0;
  transition: all 0.3s linear;
  border-bottom: 1px solid transparent;
}

.home .menu-header ul li a:hover {
  border-bottom: 1px solid #FFF;
}

.home .decor-home-header {
  display: block;
}

.decor-home-header {
  position: absolute;
  width: 92px;
  height: 200vh;
  max-height: 1220px;
  background-color: rgb(216, 230, 198);
  left: 0;
  top: 0;
  display: none;
}

.big-menu {
  z-index: 50;
  position: fixed;
  top: 0;
  left: -100vw;
  width: 100vw;
  height: 100vh;
  background-color: rgb(216, 230, 198);
  box-sizing: border-box;
  padding: 20px 35px;
  display: flex;
  gap: 95px;
  align-items: flex-start;
  transition: all 0.5s linear;
  visibility: hidden;
  opacity: 0;
  overflow: auto;
}

.big-menu.active {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.close-big-menu {
  border: none;
  background: transparent;
  cursor: pointer;
  flex-shrink: 0;
}

.big-menu-main {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.big-menu-main li {
  list-style-type: none;
}

.big-menu-main li a {
  font-size: 32px;
  line-height: 110%;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
  font-family: "Maven Pro", sans-serif;
}

.big-menu-main li a:hover {
  color: rgb(100, 30, 52);
}

.sub-menu {
  margin: 0;
  padding: 0;
  margin-bottom: 42px;
  margin-top: 20px;
}

.sub-menu li a {
  font-size: 22px;
  font-weight: 600;
}

.wrapp-menu-big {
  width: 100%;
}

.wrapper-menu {
  display: flex;
  margin-top: 77px;
  justify-content: space-between;
  width: 100%;
  padding-right: 265px;
  align-items: center;
  box-sizing: border-box;
}

.contact-big-menu {
  max-width: 173px;
}
.contact-big-menu a{
  color: #000;
}
.wrapp-contact-big-menu {
  display: flex;
  flex-direction: column;
  margin-top: 38px;
}

.wrapp-contact-big-menu a {
  color: #000;
}

.wrapp-contact-big-menu a:hover {
  color: #641E34;
}

.soc-big-menu {
  margin-top: 170px;
  display: flex;
  align-items: center;
  gap: 36px;
}

.open-menu-mobil {
  display: none;
}

.lang {
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
  cursor: pointer;
}

.lang span {
  color: #000;
  font-size: 12px;
}

.lang svg {
  transition: all 0.3s linear;
}

.lang svg line {
  stroke: #000;
}

.lang.active .wrapp-lang {
  opacity: 1;
  z-index: 2;
  visibility: visible;
}

.lang.active svg {
  transform: rotate(-180deg);
}

.home .lang span {
  color: #fff;
}

.home .lang svg line {
  stroke: #fff;
}

.wrapp-lang {
  background-color: #fff;
  position: absolute;
  left: -20px;
  top: 25px;
  width: 60px;
  padding: 10px 0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
  box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.1);
}

.wrapp-lang a {
  color: #000 !important;
  font-size: 12px;
  width: fit-content !important;
  text-align: center;
}

.wrapp-lang a:hover {
  border-bottom: 1px solid #000 !important;
}

.wrapp-lang a.active,
.wrapp-lang a[aria-current="true"] {
  border-bottom: 1px solid #000 !important;
  opacity: 0.65;
}

.big-menu .lang {
  display: none;
}
.link-sub-desktop{
  display: flex !important;
  align-items: center !important;
  gap: 4px;
}
.link-sub-desktop svg{
  width: 24px;
  height: 24px;
  transition: all .3s linear;
  flex-shrink: 0 !important;
}
.home .link-sub-desktop svg path{
  stroke: #fff;
  fill: #fff;
}
.home .sub-menu-desctop li a{
  color: #000 !important;
  width: 100% !important;
}
.has-sub-menu{
  position: relative;
}
.sub-menu-desctop{
  flex-direction: column;
  background-color: #fff;
  padding: 20px !important;
  border-radius: 14px;
  gap: 14px !important;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(0, 100%);
  z-index: 10;
  align-items: flex-start !important;
  width: 250px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  transition: all .3s linear;
}
.has-sub-menu.is-open .sub-menu-desctop{
  opacity: 1;
  visibility: visible;
}
.has-sub-menu.is-open .link-sub-desktop svg{
  transform: rotate(180deg);
}
.sub-menu-desctop li a{
  text-transform: uppercase;
}
.map-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 420px;
  margin-top: 48px;
}

.map-wrap iframe {
  display: block;
  width: 100%;
  height: 500px;
  margin-top: -80px;
  filter: grayscale(100%);
}
@media (max-width: 980px) {
  .home .decor-home-header {
    display: none;
  }

  .big-menu {
    gap: 50px;
  }

  .wrapper-menu {
    padding: 0;
    margin-top: 40px;
  }

  .big-menu-main li a {
    font-size: 32px;
  }

  .sub-menu li a {
    font-size: 20px;
  }
}

@media (max-width: 820px) {
  .menu-header {
    display: none;
  }
}

@media (max-width: 700px) {
  header {
    background-color: #fff;
    padding: 17px 45px 17px 30px;
  }

  .open-menu {
    display: none;
  }

  .home .logo-header img {
    filter: none;
    width: 136px;
  }

  .open-menu-mobil {
    display: block;
    background: transparent;
    padding: 0;
    width: fit-content;
    height: fit-content;
  }

  .wrapper-menu {
    flex-direction: column;
    align-items: flex-end;
  }

  .big-menu-main {
    text-align: right;
  }

  .contact-big-menu p,
  .contact-big-menu .wrapp-contact-big-menu {
    display: none;
  }

  .soc-big-menu {
    margin-top: 25px;
  }

  .close-big-menu {
    position: absolute;
    right: 46px;
  }

  .close-big-menu svg line {
    stroke: #000;
  }

  .logo-big-menu img {
    filter: brightness(0);
  }

  .big-menu .lang {
    display: block;
    position: absolute;
    left: 55%;
  }

  .big-menu .lang svg line {
    stroke: #000 !important;
  }

  .big-menu .curent-lang {
    color: #000;
  }
}

.bg-intro-main {
  width: 100%;
  height: 873px;
  object-fit: cover;
  display: block;
}

.intro-main {
  position: relative;
}

.intro-main::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}

.intro-main h1 {
  position: absolute;
  color: #fff;
  width: 100%;
  max-width: 781px;
  height: 331px;
  bottom: 43px;
  right: 31px;
  z-index: 2;
  font-size: 76px;
}

.wrapp-info-main {
  margin: 59px 150px 0;
}

.wrapp-info-main h2 {
  font-size: 48px;
  max-width: 746px;
}

.text-info-main {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 592px;
}

.text-info-main.center {
  margin: -40px auto 0;
  height: 286px;
}

.text-info-main.margin {
  align-items: flex-end;
}

.text-info-main.margin .link-button {
  margin-top: 11px;
}

.image-info-main-1 {
  display: block;
  width: 100%;
  max-width: 611px;
  margin-left: auto;
  margin-top: -74px;
  object-fit: cover;
}

.wrapp-text-info-main-2 {
  display: flex;
}

.wrapp-text-info-main-2 .text-info-main {
  margin-left: 150px;
}

.wrapp-text-info-main-3 {
  position: relative;
  margin-top: -30%;
}

.decor-main-text-info-3 {
  width: 1250px;
  max-width: 65%;
  display: block;
  position: relative;
  z-index: 1;
}

.text-info-3 {
  font-weight: 600;
  line-height: 130%;
  text-transform: uppercase;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: absolute;
  top: 33%;
  left: 44%;
  z-index: 2;
  transform: translate(-50%, -50%);
}

.text-info-3 p {
  font-size: 22px;
}

.image-last-text-info-3 {
  position: relative;
  display: block;
  margin-top: -8%;
  max-width: 1051px;
  width: 100%;
}

.image-2-text-info-3 {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  max-width: 440px;
}

.service-main {
  margin: 150px 150px 0;
}

.text-service-main {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 900px;
}

.wrapp-swiper-service-main {
  margin-top: 40px;
  position: relative;
}

.swiper-service-main {
  width: 100%;
  max-width: 1092px;
  position: relative;
  margin: 0 auto;
}

.image-service-main {
  width: 100%;
  height: 475px;
  object-fit: cover;
}

.name-service-main {
  font-size: 15px;
  text-align: right;
  margin-top: 10px;
  text-transform: uppercase;
}

.swiper-pagination-service-main {
  margin: 0 auto;
  width: fit-content !important;
  position: static;
}

.swiper-pagination-service-main .swiper-pagination-bullet {
  background-color: rgb(196, 196, 196);
  width: 8px;
  height: 8px;
  opacity: 1;
}

.swiper-pagination-service-main .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgb(59, 22, 46);
}

.nav-swiper-service-main {
  border: none;
  background-color: rgb(59, 22, 46);
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  transition: all 0.3s linear;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translate(0, -50%);
}

.nav-swiper-service-main:hover {
  background-color: #000;
}

.service-prev {
  left: 0;
}

.service-next {
  right: 0;
}

.button-service-main {
  margin-top: 32px;
  margin-left: auto;
  margin-right: 15%;
}

.project-main {
  margin: 100px 150px 0;
}

.text-project-main {
  margin: 50px auto 0;
  max-width: 592px;
}

.swiper-project {
  margin: 70px 0 0 auto !important;
  max-width: 1092px;
  overflow: visible !important;
}

.project-swiper-section {
  overflow: hidden;
}

.wrapp-project {
  position: relative;
}

.decor-project {
  position: absolute;
  right: 0;
  top: -90px;
  z-index: 2;
}

.button-project-main {
  margin: 25px 150px 0 auto;
  width: 166px;
}

.contact-main {
  margin: 115px 150px 0;
}

.wrapp-contact-main {
  max-width: 592px;
}

.link-button-contact-main {
  margin: 51px 0 0 auto;
}

@media (max-width: 1600px) {
  .text-info-3 {
    max-width: 425px;
    top: 28.5%;
    left: 38%;
  }
  .text-info-3 p{
    font-size: 18px;
  }
}

@media (max-width: 1430px) {
  .text-info-main.center {
    margin: 40px auto 0;
  }

  .wrapp-text-info-main-2 .text-info-main {
    margin-right: 30px;
  }

  .text-info-3 p {
    font-size: 18px;
  }
}

@media (max-width: 1100px) {
  .image-last-text-info-3 {
    width: 100%;
  }

  .wrapp-text-info-main-2 {
    position: relative;
    z-index: 2;
  }

  .image-info-main-1 {
    max-width: 50%;
    height: fit-content;
  }
}

@media (max-width: 980px) {
  .wrapp-text-info-main-2 {
    flex-direction: column-reverse;
    margin-top: 40px;
    gap: 40px;
  }

  .wrapp-text-info-main-3 {
    margin: 0;
  }

  .image-info-main-1 {
    margin: 0 auto;
    height: 400px;
  }

  .wrapp-info-main {
    margin: 40px 50px 0;
  }

  .text-info-main.center {
    height: fit-content;
  }

  .wrapp-text-info-main-2 .text-info-main {
    margin: 0 auto;
  }

  .wrapp-text-info-main-3 {
    margin-top: 40px;
  }

  .image-2-text-info-3 {
    display: none;
  }

  .service-main {
    margin: 80px 50px 0;
  }

  .project-main {
    margin: 80px 50px 0;
    position: relative;
    z-index: 2;
  }

  .contact-main {
    margin: 80px 50px 0;
  }

  .intro-main h1 {
    font-size: 48px;
    max-width: fit-content;
    right: auto;
    left: 50px;
  }

  .wrapp-info-main h2 {
    font-size: 32px;
  }

  .button-service-main {
    position: relative;
    z-index: 3;
  }
}

@media (max-width: 700px) {
  .wrapp-info-main h2 {
    font-size: 24px;
  }

  .wrapp-info-main {
    margin: 40px 30px;
  }

  .text-info-main.center {
    margin: 20px auto 0;
  }

  .image-info-main-1 {
    max-width: 70px;
    min-width: 290px;
  }

  .wrapp-text-info-main-2 {
    margin: 0 30px;
  }

  .image-last-text-info-3 {
    margin-top: 120px;
    min-height: 300px;
    object-fit: cover;
  }

  .text-info-3 {
    left: auto;
    right: 30px;
    top: 28%;
    transform: translate(0, -50%);
  }

  .text-info-3 p {
    font-size: 14px;
    max-width: 250px;
  }

  .service-main {
    margin: 32px 30px 0;
  }

  .image-service-main {
    height: 247px;
  }

  .button-service-main {
    margin: 30px auto 0;
  }

  .swiper-service-main {
    overflow: visible !important;
    margin-left: -30px !important;
  }

  .nav-swiper-service-main {
    display: none;
  }

  .wrapper {
    overflow: hidden;
  }

  .project-main {
    margin: 80px 30px 0;
    position: relative;
    z-index: 2;
  }

  .decor-project {
    width: 100%;
    top: -55px;
  }

  .swiper-project {
    z-index: 2 !important;
  }

  .button-project-main {
    margin: 30px auto 0;
  }

  .contact-main {
    margin: 80px 30px 0;
  }

  .bg-intro-main {
    height: 400px;
  }

  .intro-main h1 {
    height: fit-content;
    font-size: 38px;
    max-width: 263px;
    left: 30px;
  }
}

.privacy-page {
  --privacy-page-offset: clamp(30px, calc((100vw - 1200px) / 2), 150px);
  --privacy-content-width: clamp(738px, 49.2vw, 930px);
  --privacy-cta-width: clamp(592px, 39.4667vw, 760px);
}

.privacy-page__content {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 var(--privacy-page-offset);
  box-sizing: border-box;
}

.impressum {
  margin-top: 85px;
}

.content-impressum {
  max-width: 738px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 80px;
}

.privacy-page .content-impressum {
  max-width: var(--privacy-content-width);
}

.privacy-page .docs-contact-url .wrapp-contact-main {
  max-width: var(--privacy-cta-width);
}

.content-impressum h2 {
  font-size: 16px;
  margin-top: 40px;
}

.content-impressum h2:first-child {
  margin: 0;
}

@media (min-width: 1501px) {
  .privacy-page .impressum h1 {
    font-size: clamp(66px, 4.4vw, 76px);
  }

  .privacy-page .content-impressum {
    gap: clamp(20px, 1.3333vw, 26px);
    margin-top: clamp(80px, 5.3333vw, 100px);
  }

  .privacy-page .content-impressum h2 {
    font-size: clamp(16px, 1.0667vw, 19px);
    margin-top: clamp(40px, 2.6667vw, 50px);
  }

  .privacy-page .docs-contact-url {
    margin-top: clamp(115px, 7.6667vw, 140px);
  }
}

@media (max-width: 1200px) {
  .privacy-page {
    --privacy-page-offset: 30px;
  }
}

.producte-page {
  --producte-page-offset: clamp(30px, 7.8125vw, 150px);
}

.producte-intro {
  position: relative;
  height: 578px;
}

.producte-intro::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
}

.producte-intro__content {
  position: absolute;
  bottom: 110px;
  z-index: 2;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 var(--producte-page-offset);
  box-sizing: border-box;
}

.producte-intro__content h1 {
  color: #fff;
  max-width: 1180px;
}

.bg-intro-producte {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  left: 0;
  top: 0;
}

.producte-page__content {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 var(--producte-page-offset);
  box-sizing: border-box;
}

.text-producte {
  max-width: 738px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 70px;
}

.logo-producte {
  margin-top: 65px;
  display: block;
  width: 100%;
}

.swiper-logo-producte {
  width: 100%;
}

.item-logo-producte {
  width: 197px;
  height: 127px;
  object-fit: contain;
  object-position: center;
}

.producte-catalog {
  margin-top: 170px;
}

.desc-producte-catalog {
  margin-top: 30px;
  max-width: 738px;
}

.wrapp-producte-catalog {
  margin-top: 48px;
  width: 100%;
}

.item-product-catalog {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 24px;
}

.image-item-producte-catalog {
  width: 100%;
  height: 384px;
  object-fit: cover;
}

.how-work-producte {
  margin-top: 170px;
  max-width: 522px;
  display: flex;
  flex-direction: column;
  gap: 70px;
  align-items: flex-end;
}

.swiper-catalog-producte {
  width: 100%;
  overflow: hidden;
}

.swiper-catalog-producte .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px 27px;
  height: auto;
}

.swiper-catalog-producte .swiper-slide {
  width: auto;
}

.swiper-pagination-logo-producte,
.swiper-pagination-catalog-producte {
  display: none;
}

@media (max-width: 1250px) {
  .producte-intro__content h1 {
    font-size: 48px;
  }

  .swiper-catalog-producte .swiper-slide {
    width: auto;
  }

  .swiper-catalog-producte .swiper-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .producte-catalog {
    margin-top: 100px;
  }

  .swiper-pagination-logo-producte {
    display: flex;
    position: relative;
    justify-content: center;
  }

  .swiper-pagination-logo-producte .swiper-pagination-bullet {
    background-color: rgb(196, 196, 196);
    opacity: 1;
  }

  .swiper-pagination-logo-producte .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #000;
  }

  .image-item-producte-catalog {
    height: 315px;
  }

  .how-work-producte {
    margin-top: 100px;
  }
}

@media (max-width: 768px) {
  .producte-page {
    --producte-page-offset: 30px;
  }

  .producte-intro {
    height: 460px;
  }

  .producte-intro__content {
    bottom: 70px;
  }

  .item-logo-producte {
    width: 100%;
    max-width: 197px;
  }

  .swiper-catalog-producte .swiper-wrapper {
    display: flex;
    flex-wrap: nowrap;
    height: 100%;
    gap: 0;
  }

  .swiper-catalog-producte .swiper-slide {
    width: 247px;
  }

  .image-item-producte-catalog {
    height: 247px;
  }

  .logo-producte {
    margin-top: 40px;
  }

  .producte-catalog {
    margin-top: 80px;
  }

  .how-work-producte {
    margin-top: 80px;
    gap: 25px;
  }

  .how-work-producte h2 {
    width: 100%;
  }

  .swiper-pagination-catalog-producte {
    display: flex;
    position: relative;
    justify-content: center;
    margin-top: 24px;
  }

  .swiper-pagination-catalog-producte .swiper-pagination-bullet {
    background-color: rgb(196, 196, 196);
    opacity: 1;
  }

  .swiper-pagination-catalog-producte .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #000;
  }

  .producte-intro h1 {
    overflow-wrap: break-word;
  }
}

@media (max-width: 700px) {
  .producte-intro__content h1 {
    font-size: 38px;
  }
}

.projecte-page {
  --projecte-page-offset: clamp(30px, 7.8125vw, 150px);
}

.projecte-page__content {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 var(--projecte-page-offset);
  box-sizing: border-box;
}

.project-intro {
  margin-top: 80px;
}

.project-intro p {
  margin-top: 36px;
  max-width: 592px;
}

.project-catalog {
  margin-top: 40px;
}

.title-filter-project-catalog {
  color: rgb(194, 178, 165);
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
}

.filter-project {
  margin: 0;
  padding: 0;
  margin-top: 14px;
  display: flex;
  gap: 19px;
}

.filter-project li {
  list-style-type: none;
  width: 100%;
  max-width: 194px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 15px;
  transition: all 0.3s linear;
  position: relative;
}

.filter-project li:hover {
  font-weight: 700;
}

.filter-project li.active {
  font-weight: 700;
}

.filter-project li.active::after {
  content: "";
  display: block;
  width: 50%;
  height: 6px;
  background-color: rgb(216, 230, 198);
  position: absolute;
  left: 0;
  bottom: -5px;
}

.wrapp-project-catalog {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px 44px;
}

.item-project-catalog {
  width: 100%;
}

.image-project-catalog {
  display: block;
  width: 100%;
  aspect-ratio: 1.58 / 1;
  height: auto;
  object-fit: cover;
}

.title-project-item {
  max-width: 230px;
  margin-top: 15px;
}

.more-project-contact {
  margin-top: 90px;
  max-width: 592px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 50px;
}

@media (max-width: 1200px) {
  .filter-project-catalog {
    flex-direction: column;
    display: flex;
    align-items: flex-end;
  }

  .filter-project {
    flex-direction: column;
    align-items: flex-end;
  }

  .filter-project li {
    width: fit-content;
  }

  .wrapp-project-catalog {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .image-project-catalog {
    aspect-ratio: 1.6 / 1;
  }
}

@media (max-width: 768px) {
  .projecte-page {
    --projecte-page-offset: 30px;
  }

  .wrapp-project-catalog {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .image-project-catalog {
    aspect-ratio: auto;
    height: 185px;
  }
}

.register-intro {
  position: relative;
}

.bg-register-intro {
  object-fit: cover;
  width: 100%;
  display: block;
  height: 620px;
}

.text-intro-register {
  width: 100%;
  position: absolute;
  bottom: 64px;
  left: 0;
}

.text-intro-register h1 {
  color: #fff;
  margin-top: 12px;
}

.event-name-register {
  color: rgba(255, 255, 255, 0.5);
  font-size: 32px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 110%;
  font-family: "Maven Pro", sans-serif;
}

.registration-wrapp {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.title-registration {
  font-size: 30px;
  font-weight: 400;
  color: rgb(40, 40, 45);
  font-family: "Maven Pro", sans-serif;
}

.desc-registration {
  margin-top: 10px;
}

.text-registration {
  width: 100%;
  max-width: 520px;
}

.form-registration {
  width: 100%;
  max-width: 576px;
}

.form-registration form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.label-registration-form {
  color: rgb(112, 112, 112);
  font-size: 14px;
}

.wrapp-input-registration input {
  width: 100%;
  border: 1px solid rgb(232, 232, 232);
  padding: 12px;
  box-sizing: border-box;
  margin-top: 4px;
  font-size: 16px;
  color: #000;
  font-family: "Oxygen", sans-serif;
}

.wrapp-input-registration input::placeholder {
  color: rgb(218, 218, 218);
}

.field {
  margin: 0 0 24px;
}

.field__label {
  margin: 0 0 10px;
  font-size: 18px;
  color: #6b7280;
}

.segmented .wpcf7-form-control{
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 12px;
  /* если на мобилке не влезет */
}

.segmented__item {
  width: fit-content;
  /* “плашки” одинаковой ширины, но могут переноситься */
  cursor: pointer;
  margin: 0;
}

.segmented__item input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.segmented__item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  background: rgb(247, 247, 247);
  color: rgb(40, 40, 45);
  /* почти прямоугольник как на скрине */
  user-select: none;
  font-size: 12px;
}

.segmented__item.active{
  background: rgb(40, 40, 45);
  color: #fff;
}

.segmented__item input:focus-visible+.segmented__btn {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}

.checkbox {
  display: flex;
  align-items: center;
  gap: 16px;
}
.checkbox .wpcf7-form-control-wrap{
  display: none;
}
.checkbox p {
  font-size: 12px;
}

.checkbox p a {
  color: rgb(112, 112, 112);
}

.checkbox.active .custom-check svg {
  opacity: 1;
}

.custom-check {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(0, 0, 0);
}

.custom-check svg {
  transition: all 0.3s linear;
  opacity: 0;
}

.button-form-submit {
  background-color: rgb(59, 22, 46);
  display: flex;
  justify-content: center;
  gap: 5px;
  align-items: center;
  width: 100%;
  height: 60px;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  border: none;
  font-family: "Oxygen", sans-serif;
  text-transform: uppercase;
}

.button-form-submit svg {
  flex-shrink: 0;
}

@media (max-width: 1250px) {
  .registration-wrapp {
    flex-direction: column;
    gap: 50px;
  }

  .wrapp-input-registration input {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .bg-register-intro {
    height: 350px;
  }

  .event-name-register {
    color: #fff;
    font-size: 16px;
  }
}

.single-projecte-page {
  --single-projecte-page-offset: clamp(30px, 7.8125vw, 150px);
}

.single-projecte-page__content {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 var(--single-projecte-page-offset);
  box-sizing: border-box;
}

.single-case-page {
  margin-top: 80px;
}

.intro-case-single {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.back-project {
  width: 100%;
  max-width: 287px;
}

.button-back-project {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgb(59, 22, 46);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Maven Pro", sans-serif;
}

.title-back-single-case {
  font-weight: 600;
  font-size: 16px;
  line-height: 110%;
  text-transform: uppercase;
  color: #000;
  font-family: "Maven Pro", sans-serif;
  margin-top: 24px;
}

.intro-text-single-case {
  width: 100%;
  max-width: 594px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.intro-text-single-case h1 {
  font-size: 32px;
}

.gallery-case {
  margin-top: 90px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.gallery-case a {
  width: 100%;
}

.gallery-case a img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1 / 1;
  height: auto;
  display: block;
}

.block-text-case {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  gap: 32px;
}

.block-text-case h2 {
  max-width: 443px;
  font-size: 32px;
}

.wrapp-text-case {
  width: 100%;
  max-width: 605px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.block-text-two-image {
  margin-top: 100px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.item-block {
  width: 100%;
}

.item-block img {
  width: 100%;
  aspect-ratio: .85 / 1;
  height: auto;
  object-fit: cover;
  display: block;
}

.item-block.text {
  box-sizing: border-box;
  background-color: rgb(216, 230, 198);
  padding: 64px 64px 24px 64px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.item-block.text h2 {
  font-size: 32px;
}

.blog-text-one-image {
  margin-top: 100px;
  display: flex;
  gap: 40px;
}

.image-textg-one-image {
  width: calc(50% - 20px);
  display: block;
  object-fit: cover;
  aspect-ratio: 1.07 / 1;
  height: auto;
}

.wrapp-text-one-image {
  width: calc(50% - 20px);
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 64px;
  box-sizing: border-box;
  background-color: rgb(216, 230, 198);
}

.wrapp-text-one-image h2 {
  font-size: 32px;
}

.project-catalog-single-case {
  margin-top: 100px;
}

.single-projecte-page .slider-gallery .image-service-main {
  aspect-ratio: auto;
  height: clamp(360px, 31.6667vw, 475px);
}

@media (max-width: 1200px) {
  .intro-case-single {
    flex-direction: column;
    gap: 32px;
  }

  .title-back-single-case {
    display: none;
  }

  .gallery-case {
    display: flex;
    margin-top: 60px;
    overflow: auto;
    flex-wrap: nowrap;
  }

  .gallery-case a {
    flex-shrink: 0;
    width: 300px;
  }

  .gallery-case a img {
    aspect-ratio: auto;
    height: 250px;
  }

  .block-text-case {
    flex-direction: column;
    margin-top: 60px;
  }

  .slider-gallery {
    margin-top: 60px;
  }

  .block-text-two-image {
    margin-top: 60px;
    grid-template-columns: 1fr;
  }

  .item-block {
    width: 100%;
  }

  .item-block.text {
    padding: 64px;
  }

  .blog-text-one-image {
    margin-top: 60px;
    flex-direction: column;
  }

  .image-textg-one-image {
    width: 100%;
  }

  .wrapp-text-one-image {
    width: 100%;
  }

  .single-projecte-page .slider-gallery .image-service-main {
    aspect-ratio: auto;
    height: 300px;
  }
}

@media (max-width: 767px) {
  .single-projecte-page {
    --single-projecte-page-offset: 30px;
  }

  .block-text-case h2 {
    font-size: 20px;
  }

  .item-block.text {
    padding: 32px;
  }

  .item-block.text h2 {
    font-size: 20px;
  }

  .item-block img {
    aspect-ratio: auto;
    height: 220px;
  }

  .wrapp-text-one-image {
    padding: 32px;
  }

  .wrapp-text-one-image h2 {
    font-size: 20px;
  }

  .image-textg-one-image {
    aspect-ratio: auto;
    height: 320px;
  }

  .single-projecte-page .slider-gallery .image-service-main {
    height: 220px;
  }
}

.intro-product-single {
  position: relative;
}

.intro-product-single::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.intro-product-single h1 {
  color: #fff;
  position: absolute;
  z-index: 2;
  bottom: 114px;
  left: 150px;
}

.image-intro-singe-product {
  width: 100%;
  height: 578px;
  display: block;
  object-fit: cover;
}

.facts-product-single {
  margin: 70px 150px 0 150px;
}

.facts-product-single h2 {
  font-size: 32px;
  max-width: 800px;
}

.text-facts-product-single {
  margin-top: 24px;
  max-width: 585px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.info-product-single {
  margin-top: 40px;
  position: relative;
}

.first-row-info-product-single {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.image-first-ingo-single-product {
  width: 100%;
  max-width: 747px;
  height: 570px;
  object-fit: cover;
  display: block;
}

.block-text-first-info-single-product {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background-color: rgb(216, 230, 198);
  padding: 95px 65px 95px 150px;
  width: 100%;
  max-width: 653px;
  box-sizing: border-box;
}

.block-text-first-info-single-product ul li,
.block-text-first-info-single-product ol li {
  line-height: 200%;
}

.text-two-info-single-product {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 808px;
  box-sizing: border-box;
  padding: 442px 150px 118px 150px;
  background-color: rgb(216, 230, 198);
  margin-top: -323px;
}

.row-downloads-single-product {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: -320px;
}

.image-download-product {
  width: 100%;
  max-width: 593px;
  height: 975px;
  object-fit: cover;
}
.not-dowload-url-image{
  height: auto !important;
  margin-left: auto;
}
.info-download-single-product {
  margin-left: 150px;
  margin-bottom: 280px;
}

.info-download-single-product.tablet {
  display: none;
}

.info-download-single-product h2 {
  font-size: 32px;
}

.wrapp-link-download {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-top: 24px;
}

.wrapp-link-download a {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 200%;
  transition: all 0.3s linear;
  text-decoration: none;
}

.wrapp-link-download a:hover {
  color: rgb(100, 30, 52);
}

.project-product-single {
  margin: 32px 150px 0;
}

.desc-title-project-product-single {
  margin-top: 30px;
}

.wrapp-swiper-project-product-signle {
  margin-top: 80px;
}

.image-item-project-product-slide {
  width: 100%;
  display: block;
  height: 234px;
  object-fit: cover;
}

.item-project-product-catalog {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.swiper-pagination-project-product-signle {
  display: flex;
  width: fit-content;
  justify-content: center;
  position: static;
  margin-top: 24px;
}

.swiper-pagination-project-product-signle .swiper-pagination-bullet {
  opacity: 1;
  background-color: rgb(196, 196, 196);
  width: 8px;
  height: 8px;
}

.swiper-pagination-project-product-signle .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgb(59, 22, 46);
}

.solution-other-single-product {
  margin: 230px 150px 0;
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: flex-end;
  max-width: 555px;
}

@media (max-width: 1500px) {
  .image-first-ingo-single-product {
    max-width: 600px;
    height: 450px;
  }

  .text-two-info-single-product {
    max-width: 700px;
    padding: 350px 150px 118px 150px;
  }
}

@media (max-width: 1370px) {
  .block-text-first-info-single-product {
    max-width: 500px;
    padding: 60px 45px 60px 80px;
  }

  .text-two-info-single-product {
    flex-shrink: 0;
  }

  .image-download-product {
    max-width: 500px;
    height: 850px;
  }
}

@media (max-width: 1080px) {
  .first-row-info-product-single {
    flex-direction: column;
    order: 1;
  }

  .image-first-ingo-single-product {
    max-width: 100%;
    height: 500px;
  }

  .intro-product-single h1 {
    left: 50px;
  }

  .facts-product-single {
    margin: 70px 50px 0;
  }

  .block-text-first-info-single-product {
    max-width: 100%;
    padding: 50px;
  }

  .text-two-info-single-product {
    max-width: 100%;
    margin: 0;
    padding: 50px;
    order: 3;
    margin-top: 48px;
  }

  .row-downloads-single-product {
    margin: 0;
    flex-direction: column-reverse;
    order: 2;
    margin-top: 48px;
  }

  .image-download-product {
    max-width: 100%;
  }

  .info-product-single {
    display: flex;
    flex-direction: column;
  }

  .project-product-single {
    margin: 80px 50px 0;
  }

  .info-download-single-product {
    margin: 48px 50px 0 50px;
    display: none;
  }

  .info-download-single-product.tablet {
    display: block;
    order: 4;
  }

  .solution-other-single-product {
    margin: 80px 50px 0;
  }
}

@media (max-width: 500px) {
  .image-intro-singe-product {
    height: 400px;
  }

  .intro-product-single h1 {
    left: 30px;
    bottom: 68px;
  }

  .facts-product-single {
    margin: 35px 30px;
  }

  .facts-product-single h2 {
    font-size: 28px;
  }

  .image-first-ingo-single-product {
    height: 250px;
    max-width: 85%;
    position: relative;
  }

  .first-row-info-product-single {
    align-items: flex-end;
  }

  .block-text-first-info-single-product {
    padding: 156px 0 58px 30px;
    margin-right: 30px;
    margin-top: -100px;
  }

  .block-text-first-info-single-product ul li,
  .block-text-first-info-single-product ol li {
    font-size: 14px;
  }

  .image-download-product {
    margin: 30px auto 0;
    max-width: 80%;
    height: 486px;
    display: block;
    object-fit: contain;
  }

  .text-two-info-single-product {
    margin: 57px 0 0 auto;
    padding: 75px 32px;
    max-width: 90%;
  }

  .info-download-single-product.tablet {
    margin: 75px 0 0 30px;
  }

  .project-product-single {
    margin: 90px 30px 0;
  }

  .solution-other-single-product {
    margin: 70px 30px 0;
  }

  .solution-other-single-product h2 {
    width: 100%;
  }
}

.single-blog-page {
  --single-blog-page-offset: clamp(30px, calc((100vw - 1200px) / 2), 150px);
  --single-blog-content-width: clamp(749px, 49.9333vw, 930px);
  --single-blog-back-width: clamp(287px, 19.1333vw, 340px);
}

.single-blog-page__content {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 var(--single-blog-page-offset);
  box-sizing: border-box;
}

.page-single {
  margin-top: 90px;
  display: flex;
  justify-content: space-between;
  gap: clamp(32px, 2.1333vw, 56px);
}

.back-single-blog {
  width: 100%;
  max-width: var(--single-blog-back-width);
  position: sticky;
  top: 20px;
  height: fit-content;
}

.button-back-single-blog {
  display: block;
}

.button-back-single-blog svg {
  width: 100%;
  max-width: 288px;
}

.title-back-single-blog {
  margin-top: clamp(24px, 1.6vw, 30px);
  font-weight: 600;
  line-height: 110%;
  text-transform: uppercase;
  color: #000;
  font-family: "Maven Pro", sans-serif;
}

.content-single-blog {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: var(--single-blog-content-width);
}

.content-single-blog h1 {
  font-size: clamp(32px, 2.1333vw, 40px);
}

.content-single-blog img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: clamp(60px, 4vw, 76px);
}

.content-single-blog img:first-child {
  margin: 0;
}

.content-single-blog h2 {
  font-size: clamp(24px, 1.6vw, 30px);
  margin-top: clamp(60px, 4vw, 76px);
}

.content-single-blog h2:first-child {
  margin: 0;
}

.content-single-blog h3 {
  color: rgba(0, 0, 0, 0.76);
  margin-top: clamp(28px, 1.8667vw, 36px);
  font-size: clamp(16px, 1.0667vw, 19px);
}

.content-single-blog h3:first-child {
  margin: 0;
}

.content-single-blog ul,
.content-single-blog ol {
  margin: 0;
  padding: 0;
  margin-left: 20px;
}

.block-next-page-single {
  margin-top: clamp(60px, 4vw, 76px);
}

.before-title-next-publication {
  color: rgba(0, 0, 0, 0.76);
  font-size: clamp(16px, 1.0667vw, 19px);
  font-weight: 600;
  line-height: 110%;
  text-transform: uppercase;
  font-family: "Maven Pro", sans-serif;
}

.title-next-publication {
  margin-top: 10px;
  font-size: clamp(32px, 2.1333vw, 40px);
  font-weight: 700;
  line-height: 110%;
  text-transform: uppercase;
  font-family: "Maven Pro", sans-serif;
}

.button-next-publication {
  width: 115px;
  margin-top: clamp(32px, 2.1333vw, 40px);

}

.button-next-publication:hover {
  background-color: #000;
}
.wrapp-project-catalog.is-loading {
  opacity: .5;
  pointer-events: none;
}
.blog-items.is-loading {
  opacity: .5;
  pointer-events: none;
}
.block-iframe-kuula{
  margin-top: 100px;
  
}
@media (max-width: 1200px) {
  .single-blog-page {
    --single-blog-page-offset: 30px;
  }

  .page-single {
    flex-direction: column;
  }

  .title-back-single-blog {
    display: none;
  }
}

@media (max-width: 768px) {
  .content-single-blog h2 {
    font-size: 20px;
    margin-top: 44px;
  }

  .content-single-blog h3 {
    font-size: 14px;
  }

  .content-single-blog img {
    margin-top: 44px;
  }

  .title-next-publication {
    font-size: 24px;
  }
}
.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: #cfd9bf;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.08);
  padding: 28px 24px;
}

.cookie-banner.hidden {
  display: none;
}

.cookie-banner__container {
  max-width: 1840px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
}
.wrapp-text-cookie{
  width: 100%;
}
.cookie-banner__text {
  width: 90%;
  color: #2f3a2f;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
}

.cookie-banner__actions {
  flex-shrink: 0;
}

.cookie-banner__btn {
  min-width: 510px;
  height: 76px;
  padding: 0 32px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: transparent;
  color: #ffffff;
  font-size: 20px;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.25s ease;
}

.cookie-banner__btn:hover {
  background: rgba(255, 255, 255, 0.12);
}

.cookie-banner__btn:active {
  transform: translateY(1px);
}
.docs-contact-url {
  margin: 115px 0 0;
}
@media (max-width: 1200px) {
  .cookie-banner__container {
    flex-direction: column;
    align-items: flex-start;
  }

  .cookie-banner__text {
    max-width: 100%;
  }

  .cookie-banner__actions {
    width: 100%;
  }

  .cookie-banner__btn {
    min-width: 100%;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .cookie-banner {
    padding: 20px 16px;
  }

  .cookie-banner__text {
    width: 100%;
    font-size: 8px;
    line-height: 1.5;
  }

  .cookie-banner__btn {
    height: 40px;
    font-size: 14px;
    padding: 0 20px;
  }
}
