@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Geist+Mono:wght@100..900&display=swap");
@font-face {
  font-family: "Ki";
  src: url("../../fonts/ki/Ki-Bold.woff2") format("woff2"), url("../../fonts/ki/Ki-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  color: var(--c-text);
  font-family: "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -0.16px;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  position: relative;
  overflow-x: hidden;
  background-color: #2B3131;
}
body.no-scroll {
  overflow: hidden;
  height: 100vh;
}

.admin-bar header {
  top: 32px;
}

main {
  display: block;
}

img {
  border-style: none;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  height: auto;
}

svg {
  max-width: 100%;
  height: auto;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea, input, select {
  font-family: "Arial", sans-serif;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

textarea {
  resize: vertical;
}

strong {
  font-weight: 700;
}

i {
  font-style: normal;
}

.hidden, [hidden] {
  display: none !important;
}

.overflow-hidden {
  overflow: hidden;
}

.site {
  overflow: hidden;
}

.site, section {
  position: relative;
}

.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.grid-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.grid-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.grid-between-top {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.grid-between {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.grid-between-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.grid {
  margin: 0 -8px -16px;
}
@media screen and (max-width: 768px) {
  .grid {
    margin: 0 -6px -12px;
  }
}
@media screen and (max-width: 576px) {
  .grid {
    margin: 0 0 -6px;
  }
}

.grid-item-2 {
  width: calc(50% - 16px);
  margin: 0 8px 16px;
}
@media screen and (max-width: 768px) {
  .grid-item-2:not(.form-card) {
    margin: 0 0 12px;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .grid-item-2:not(.form-card) {
    margin: 0 0 12px;
  }
}

.grid-item-3 {
  width: calc(33.3333333333% - 16px);
  margin: 0 8px 16px;
}
@media screen and (max-width: 992px) {
  .grid-item-3 {
    width: calc(50% - 16px);
    margin: 0 8px 12px;
  }
}
@media screen and (max-width: 576px) {
  .grid-item-3 {
    width: 100%;
    margin: 0 0 12px;
  }
}

.grid-item-4 {
  width: calc(25% - 16px);
  margin: 0 8px 16px;
}
@media screen and (max-width: 992px) {
  .grid-item-4 {
    margin: 0 8px 16px;
    width: calc(50% - 16px);
  }
}
@media screen and (max-width: 576px) {
  .grid-item-4 {
    margin: 0 6px 12px;
    width: calc(50% - 12px);
  }
}

section {
  padding: 60px 0;
}
@media screen and (max-width: 576px) {
  section {
    padding: 30px 0;
  }
}

.section-first {
  padding: 140px 0 60px;
}
@media screen and (max-width: 768px) {
  .section-first {
    padding: 120px 0 60px;
  }
}

.container {
  position: relative;
  max-width: 1376px;
  width: 100%;
  padding: 0 24px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 576px) {
  .container {
    padding: 0 16px;
  }
}

.consult-button {
  border-radius: 0 !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 4px;
  font-weight: 600;
  font-family: inherit;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #C9D2CD;
  background-color: rgba(201, 210, 205, 0.2);
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  gap: 10px;
}
.consult-button.product-btn {
  width: 175px;
}
@media (max-width: 1024px) {
  .consult-button.downloaded {
    width: 100%;
  }
}
.consult-button.apply-filter {
  width: 175px;
  display: none;
}
@media (max-width: 520px) {
  .consult-button.apply-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.consult-button.vacancy-btn {
  width: 175px;
}
.consult-button.hero-button {
  width: 200px;
  height: 42px;
}
.consult-button.reverted {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-left: 4px;
  min-width: 200px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.consult-button .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.2;
  text-align: left;
}
.consult-button .text span {
  font-family: "Ki", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #C9D2CD;
  vertical-align: middle;
  text-transform: uppercase;
}
.consult-button .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 34px;
  height: 34px;
  background-color: #C9D2CD;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.consult-button:hover {
  background-color: #dfe7e7;
  border-color: #dfe7e7;
}
.consult-button:hover .text span {
  color: #2B3131;
}
.consult-button:hover .arrow {
  background-color: #dfe7e7;
}
.consult-button.porduct-card {
  width: 200px;
}
.consult-button.porduct-card.color-invert {
  border: 2px solid #2B3131;
  background-color: rgba(43, 49, 49, 0.2901960784);
}
.consult-button.porduct-card.color-invert span {
  color: #2B3131;
}
@media (max-width: 576px) {
  .consult-button.header-btn {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10.5px;
    padding-right: 10.5px;
    background-color: rgba(201, 210, 205, 0.2);
    border: 1px solid #C9D2CD;
  }
}
@media (max-width: 576px) {
  .consult-button.header-btn .arrow {
    display: none;
  }
}
.consult-button.disabled, .consult-button:disabled {
  background-color: transparent;
  color: #666666;
  border-color: #666666;
  cursor: not-allowed;
  opacity: 0.5;
}
.consult-button.disabled .arrow, .consult-button:disabled .arrow {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.container-large {
  max-width: 956px;
}

.container-small {
  max-width: 800px;
}

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  font-family: "Arial", sans-serif;
  font-weight: 600;
  color: var(--c-text);
  margin: 0;
}

h1, .h1 {
  font-size: 64px;
  line-height: 104%;
  letter-spacing: -0.96px;
}
@media screen and (max-width: 992px) {
  h1, .h1 {
    font-size: 52px;
  }
}
@media screen and (max-width: 576px) {
  h1, .h1 {
    font-size: 42px;
  }
}

h2, .h2 {
  font-size: 48px;
  line-height: 118%;
  letter-spacing: -0.72px;
}
@media screen and (max-width: 768px) {
  h2, .h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 576px) {
  h2, .h2 {
    font-size: 32px;
  }
}

h3, .h3 {
  font-size: 24px;
  line-height: 134%;
  letter-spacing: -0.264px;
}
@media screen and (max-width: 576px) {
  h3, .h3 {
    font-size: 20px;
  }
}

h4, .h4 {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.36px;
}

h5, .h5 {
  font-size: 14px;
}

.small-text {
  font-size: 14px;
}

a {
  color: var(--c-color);
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

p, figure {
  margin: 0 0 16px;
}

.m-top {
  margin-top: 50px;
}
@media screen and (max-width: 576px) {
  .m-top {
    margin-top: 35px;
  }
}

.m-top-m {
  margin-top: 36px;
}
@media screen and (max-width: 576px) {
  .m-top-m {
    margin-top: 24px;
  }
}

.m-top-s {
  margin-top: 24px;
}
@media screen and (max-width: 576px) {
  .m-top-s {
    margin-top: 12px;
  }
}

ul, ol {
  padding-left: 25px;
}

.background {
  background-size: cover;
  background-position: center;
}

.button, input[type=submit] {
  padding: 17px 59px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--c-color);
  cursor: pointer;
  border-radius: 8px;
}

.button-primari {
  background-color: var(--c-color);
}
.button-primari:hover {
  background-color: var(--c-color);
  border-color: var(--c-color);
}

.no-margin {
  margin: 0 !important;
}

.medium {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .medium {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .no-medium {
    display: none !important;
  }
}

.small {
  display: none;
}
@media screen and (max-width: 576px) {
  .small {
    display: block;
  }
}

@media screen and (max-width: 576px) {
  .no-small {
    display: none;
  }
}

.mobile {
  display: none;
}
@media screen and (max-width: 480px) {
  .mobile {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .no-mobile {
    display: none;
  }
}

#shadow-host-companion {
  padding: 0;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(43, 49, 49, 0.95);
  z-index: 9999;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.modal-overlay.closed {
  display: none;
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #3D4747;
  max-width: 680px;
  width: 90%;
  height: 428px;
  max-height: 100%;
  padding: 20px;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 576px) {
  .modal {
    height: 555px;
  }
}
.modal .modal-decore {
  position: absolute;
  bottom: -1px;
  right: -1px;
  background-color: #2B3131;
  width: 180px;
  height: 23px;
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
  z-index: 1;
}
@media (max-width: 576px) {
  .modal .modal-decore {
    width: 160px;
  }
}
.modal .form-success,
.modal .form-error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  padding: 24px;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #3D4747;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.modal .form-success.visible,
.modal .form-error.visible {
  opacity: 1;
  visibility: visible;
}
.modal .form-success .form-success__title,
.modal .form-success .form-error__title,
.modal .form-error .form-success__title,
.modal .form-error .form-error__title {
  font-family: "Ki", sans-serif;
  font-weight: 700;
  font-size: 48px;
  color: #C9D2CD;
  line-height: 1.1;
}
.modal .form-success .form-paragraph,
.modal .form-error .form-paragraph {
  font-family: "Geist Mono", monospace;
  font-weight: 400;
  font-size: 22px;
  color: #C9D2CD;
  opacity: 60%;
  max-width: 550px;
  margin-top: 20px;
}

.modal.closed {
  display: none;
}

.modal-content {
  position: relative;
}

.modal-inner .contact-form-wrapper {
  border-bottom: 1px solid rgba(201, 210, 205, 0.1019607843);
  padding-bottom: 42px;
  margin-bottom: 24px;
}
@media (max-width: 576px) {
  .modal-inner .contact-form-wrapper {
    padding-bottom: 24px;
  }
}
.modal-inner .contact-form-wrapper .contact-form-header {
  max-width: 366px;
  width: 100%;
}
.modal-inner .contact-form-wrapper .contact-form-header h2 {
  font-family: "Ki", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1;
  letter-spacing: -2px;
  color: #C9D2CD;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .modal-inner .contact-form-wrapper .contact-form-header h2 {
    font-size: 40px;
  }
}
.modal-inner .contact-form-wrapper .contact-form-header p {
  font-family: "Geist Mono", monospace;
  font-weight: 300;
  font-size: 14px;
  color: #C9D2CD;
  line-height: 1.2;
  margin-bottom: 0;
}
.modal-inner .form-body .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 680px;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .modal-inner .form-body .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 48px;
  }
}
.modal-inner .form-body .form-row .form-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #3d4747;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  row-gap: 8px;
}
.modal-inner .form-body .form-row .form-column:first-child {
  width: 238px;
}
@media (max-width: 576px) {
  .modal-inner .form-body .form-row .form-column:first-child {
    width: 100%;
  }
}
.modal-inner .form-body .form-row .form-column:last-child {
  width: 386px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 576px) {
  .modal-inner .form-body .form-row .form-column:last-child {
    width: 100%;
    margin-top: 8px;
  }
}
.modal-inner .form-body .form-row .form-column input {
  width: 100%;
  height: 42px;
  background-color: rgba(201, 210, 205, 0.1019607843);
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: "Ki", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #C9D2CD;
}
.modal-inner .form-body .form-row .form-column input::-webkit-input-placeholder {
  font-family: "Ki", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #C9D2CD;
}
.modal-inner .form-body .form-row .form-column input::-moz-placeholder {
  font-family: "Ki", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #C9D2CD;
}
.modal-inner .form-body .form-row .form-column input:-ms-input-placeholder {
  font-family: "Ki", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #C9D2CD;
}
.modal-inner .form-body .form-row .form-column input::-ms-input-placeholder {
  font-family: "Ki", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #C9D2CD;
}
.modal-inner .form-body .form-row .form-column input::placeholder {
  font-family: "Ki", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #C9D2CD;
}
.modal-inner .form-body .form-row .form-column textarea {
  width: 100%;
  height: 92px;
  background-color: rgba(201, 210, 205, 0.1019607843);
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: "Ki", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #C9D2CD;
  resize: none;
}
.modal-inner .form-body .form-row .form-column textarea::-webkit-input-placeholder {
  font-family: "Ki", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #C9D2CD;
}
.modal-inner .form-body .form-row .form-column textarea::-moz-placeholder {
  font-family: "Ki", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #C9D2CD;
}
.modal-inner .form-body .form-row .form-column textarea:-ms-input-placeholder {
  font-family: "Ki", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #C9D2CD;
}
.modal-inner .form-body .form-row .form-column textarea::-ms-input-placeholder {
  font-family: "Ki", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #C9D2CD;
}
.modal-inner .form-body .form-row .form-column textarea::placeholder {
  font-family: "Ki", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #C9D2CD;
}
.modal-inner .wpcf7-response-output {
  display: block;
  opacity: 0;
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #C9D2CD;
  border: none;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  width: 34px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #2B3131;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.modal-close:hover {
  opacity: 40%;
}
@media (max-width: 576px) {
  .modal-close {
    top: -6px;
    right: -6px;
  }
}

.wpcf7-not-valid-tip {
  display: none !important;
  opacity: 0 !important;
}

.fake-placeholder {
  position: absolute;
  left: 10px;
  top: 20px !important;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: rgb(250, 0, 60);
  pointer-events: none;
  font-size: 164x !important;
  font-family: "Geist Mono", monospace;
}

.blog-wrapper {
  padding-bottom: 120px;
  padding-top: 120px;
}
.blog-wrapper .blog-container {
  max-width: 1525px;
  width: 100%;
  padding: 0 24px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 576px) {
  .blog-wrapper .blog-container {
    padding: 0 17px;
  }
}
.blog-wrapper .blog-container .blog-header {
  margin-bottom: 36px;
}
.blog-wrapper .blog-container .blog-header .pretitle {
  font-family: "Geist Mono", monospace;
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
  color: #C9D2CD;
  opacity: 40%;
}
.blog-wrapper .blog-container .blog-header .title {
  font-family: "Ki", sans-serif;
  font-weight: 700;
  font-size: 120px;
  text-transform: uppercase;
  color: #C9D2CD;
  line-height: 1;
}
@media (max-width: 768px) {
  .blog-wrapper .blog-container .blog-header .title {
    font-size: 64px;
    line-height: 1.4;
  }
}
@media (max-width: 576px) {
  .blog-wrapper .blog-container .blog-header .title {
    font-size: 40px;
    line-height: 1.2;
  }
}
.blog-wrapper .blog-container .featured-post {
  margin-bottom: 60px;
  background: #3E4747;
  overflow: hidden;
  position: relative;
}
@media (max-width: 576px) {
  .blog-wrapper .blog-container .featured-post {
    margin-bottom: 24px;
  }
}
.blog-wrapper .blog-container .featured-post::after {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  background-color: #2B3131;
  color: #C9D2CD;
  width: 210px;
  height: 23px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 6% 100%);
  z-index: 2;
}
@media (max-width: 576px) {
  .blog-wrapper .blog-container .featured-post::after {
    width: 80px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 12% 100%);
  }
}
.blog-wrapper .blog-container .featured-post::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: -1px;
  background-color: #2B3131;
  color: #fff;
  width: 80px;
  height: 23px;
  clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
  z-index: 1;
}
.blog-wrapper .blog-container .featured-post__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 439px;
}
@media (max-width: 720px) {
  .blog-wrapper .blog-container .featured-post__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.blog-wrapper .blog-container .featured-post__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  padding: 32px 24px;
  padding-bottom: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #3E4747;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.blog-wrapper .blog-container .featured-post__text .top-content {
  max-width: 426px;
  width: 100%;
}
@media (max-width: 1300px) {
  .blog-wrapper .blog-container .featured-post__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media (max-width: 720px) {
  .blog-wrapper .blog-container .featured-post__text {
    padding-bottom: 56px;
  }
}
.blog-wrapper .blog-container .featured-post__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1300px) {
  .blog-wrapper .blog-container .featured-post__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
.blog-wrapper .blog-container .featured-post__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.blog-wrapper .blog-container .featured-post__date {
  font-family: "Geist Mono", monospace;
  font-weight: 300;
  font-size: 16px;
  color: #C9D2CD;
  opacity: 50%;
  margin-bottom: 16px;
}
.blog-wrapper .blog-container .featured-post__title {
  font-family: "Ki", sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #C9D2CD;
  line-height: 1;
  max-width: 500px;
  width: 100%;
}
@media (max-width: 720px) {
  .blog-wrapper .blog-container .featured-post__title {
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .blog-wrapper .blog-container .featured-post__title {
    font-size: 22px;
    line-height: 1;
  }
}
.blog-wrapper .blog-container .featured-post__title a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.blog-wrapper .blog-container .featured-post__excerpt {
  font-family: "Geist Mono", monospace;
  color: #C9D2CD;
  font-weight: 300;
  font-size: 16px;
  max-width: 424px;
  width: 100%;
  opacity: 50%;
  line-height: 1.2;
}
.blog-wrapper .blog-container .news-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  row-gap: 16px;
}
@media (max-width: 1300px) {
  .blog-wrapper .blog-container .news-grid {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 992px) {
  .blog-wrapper .blog-container .news-grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    row-gap: 24px;
  }
}
@media (max-width: 576px) {
  .blog-wrapper .blog-container .news-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.blog-wrapper .blog-container .news-grid .news-item {
  position: relative;
  background-color: #2E3535;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.blog-wrapper .blog-container .news-grid .news-item:hover {
  background-color: #4E5B5B;
}
.blog-wrapper .blog-container .news-grid .news-item .news-thumb {
  position: relative;
  height: 196px;
}
.blog-wrapper .blog-container .news-grid .news-item .news-thumb .news-thumb__decore {
  position: absolute;
  top: -1px;
  right: -1px;
  background-color: #2B3131;
  color: #C9D2CD;
  width: 80px;
  height: 23px;
  font-family: "Geist Mono", monospace;
  font-weight: 300;
  font-size: 10px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%);
  z-index: 2;
}
.blog-wrapper .blog-container .news-grid .news-item .news-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-wrapper .blog-container .news-grid .news-item .news-text {
  padding-top: 24px;
  padding-right: 24px;
  padding-left: 24px;
  padding-bottom: 32px;
  position: relative;
}
.blog-wrapper .blog-container .news-grid .news-item .news-text .news-title {
  font-family: "Ki", sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #C9D2CD;
  margin-bottom: 24px;
  line-height: 1;
}
.blog-wrapper .blog-container .news-grid .news-item .news-text .news-excerpt {
  font-family: "Geist Mono", monospace;
  font-weight: 300;
  font-size: 16px;
  color: #C9D2CD;
  opacity: 0.5;
}
.blog-wrapper .blog-container .news-grid .news-item .text__decore {
  position: absolute;
  bottom: -1px;
  left: -1px;
  background-color: #2B3131;
  width: 80px;
  height: 23px;
  clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
  z-index: 2;
}

/* Специальная карточка - увеличенная высота изображения */
.news-item.is-special .news-thumb {
  height: 281px !important;
  background-color: #3E4747; /* Фон для специальных карточек */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* Изображение в специальной карточке - ограничиваем размер и центрируем */
.news-item.is-special .news-thumb img {
  max-width: 207px;
  max-height: 70px;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain; /* Сохраняем пропорции */
}

/* Стили для даты в специальных карточках */
.news-item .news-date {
  font-family: "Geist Mono", monospace;
  font-weight: 300;
  font-size: 16px;
  color: #C9D2CD;
  opacity: 0.5;
  margin-top: 24px;
}

/* Скрываем excerpt в обычных карточках, когда показываем дату */
.news-item.is-special .news-excerpt {
  display: none;
}

.single-wrapper {
  background-color: #2B3131;
  min-height: 100vh;
  padding: 120px 0 120px;
}
@media (max-width: 768px) {
  .single-wrapper {
    padding-bottom: 83px;
  }
}
@media (max-width: 576px) {
  .single-wrapper {
    padding-bottom: 90px;
  }
}

.single-container {
  max-width: 1525px;
  width: 100%;
  padding: 0 24px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 576px) {
  .single-container {
    padding: 0 17px;
  }
}

.breadcrumbs-wrapper {
  overflow-x: auto;
  max-width: 100%;
  position: relative;
  padding-left: 16px;
  padding-right: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.breadcrumbs-wrapper::before, .breadcrumbs-wrapper::after {
  font-family: "Geist Mono", monospace;
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
  color: #C9D2CD;
  opacity: 0.4;
  position: absolute;
  top: 0;
}
.breadcrumbs-wrapper::before {
  content: "[";
  left: 0;
}
.breadcrumbs-wrapper::after {
  content: "]";
  right: 0;
}

.breadcrumbs {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  white-space: nowrap;
  overflow-x: auto;
  max-width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 24px;
}
@media (max-width: 400px) {
  .breadcrumbs {
    padding-bottom: 4px;
  }
}
.breadcrumbs li {
  font-family: "Geist Mono", monospace;
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
  color: #C9D2CD;
  opacity: 40%;
}
.breadcrumbs li a {
  font-family: "Geist Mono", monospace;
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
  color: #C9D2CD;
  opacity: 40%;
}
.breadcrumbs li a:hover {
  text-decoration: underline;
}

.single-hero {
  margin-bottom: 60px;
  background: #3E4747;
  overflow: hidden;
  position: relative;
}
.single-hero::after {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  background-color: #2B3131;
  width: 210px;
  height: 23px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 6% 100%);
  z-index: 2;
}
@media (max-width: 576px) {
  .single-hero::after {
    width: 80px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 12% 100%);
  }
}
.single-hero::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: -1px;
  background-color: #2B3131;
  width: 80px;
  height: 23px;
  clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
  z-index: 1;
}
.single-hero__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 439px;
}
@media (max-width: 720px) {
  .single-hero__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.single-hero__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  padding: 32px 24px 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1300px) {
  .single-hero__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media (max-width: 720px) {
  .single-hero__text {
    padding-bottom: 56px;
  }
}
.single-hero__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1300px) {
  .single-hero__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
.single-hero__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.single-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.single-date,
.single-category {
  font-family: "Geist Mono", monospace;
  font-weight: 300;
  font-size: 16px;
  color: #C9D2CD;
  opacity: 0.5;
}

.single-category {
  text-transform: uppercase;
}

.single-title {
  font-family: "Ki", sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #C9D2CD;
  line-height: 1.1;
  margin: 0 0 20px 0;
  max-width: 426px;
}
@media (max-width: 576px) {
  .single-title {
    font-size: 22px;
  }
}

.single-excerpt {
  font-family: "Geist Mono", monospace;
  color: #C9D2CD;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
  opacity: 0.7;
  max-width: 424px;
}

.single-content {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .single-content {
    margin-bottom: 0;
  }
}

.content-section {
  margin-bottom: 50px;
  max-width: 866px;
}
@media (max-width: 768px) {
  .content-section {
    margin-bottom: 0;
  }
}

.section-title {
  font-family: "Ki", sans-serif;
  font-weight: 700;
  font-size: 48px;
  color: #C9D2CD;
  margin-bottom: 30px;
  line-height: 1.2;
}
@media (max-width: 576px) {
  .section-title {
    font-size: 36px;
    line-height: 1;
  }
}

.content-block {
  font-family: "Geist Mono", monospace;
  font-weight: 300;
  font-size: 16px;
  color: #C9D2CD;
  line-height: 1.6;
  opacity: 0.8;
  max-width: 800px;
  width: 100%;
}
.content-block p {
  margin-bottom: 20px;
  opacity: 50%;
}
.content-block ul,
.content-block ol {
  margin-bottom: 20px;
  padding-left: 20px;
}
.content-block li {
  margin-bottom: 10px;
}

.tech-specs {
  background: #3E4747;
  padding: 40px;
  margin-bottom: 80px;
  position: relative;
}
.tech-specs::after {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  background-color: #2B3131;
  width: 150px;
  height: 23px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
  z-index: 2;
}
.tech-specs__title {
  font-family: "Ki", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #C9D2CD;
  margin-bottom: 25px;
}
.tech-specs__content {
  font-family: "Geist Mono", monospace;
  font-weight: 300;
  font-size: 16px;
  color: #C9D2CD;
  line-height: 1.5;
  opacity: 0.8;
}

.related-posts {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .related-posts {
    margin-top: 64px;
  }
}
.related-posts__title {
  font-family: "Ki", sans-serif;
  font-weight: 700;
  font-size: 64px;
  color: #C9D2CD;
  text-transform: uppercase;
  margin-bottom: 48px;
  text-align: left;
}
@media (max-width: 768px) {
  .related-posts__title {
    margin-bottom: 36px;
  }
}
@media (max-width: 500px) {
  .related-posts__title {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 24px;
  }
}
.related-posts__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  row-gap: 16px;
}
@media (max-width: 1200px) {
  .related-posts__grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .related-posts__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.related-posts__grid .news-item {
  position: relative;
  background-color: #2E3535;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  text-decoration: none;
}
.related-posts__grid .news-item:hover {
  background-color: #4E5B5B;
}
.related-posts__grid .news-item .news-thumb {
  position: relative;
  height: 196px;
}
@media (max-width: 1200px) {
  .related-posts__grid .news-item .news-thumb {
    height: 313px !important;
  }
}
@media (max-width: 1000px) {
  .related-posts__grid .news-item .news-thumb {
    height: 289px !important;
  }
}
@media (max-width: 992px) {
  .related-posts__grid .news-item .news-thumb {
    height: 243px !important;
  }
}
@media (max-width: 768px) {
  .related-posts__grid .news-item .news-thumb {
    height: 196px !important;
  }
}
@media (max-width: 576px) {
  .related-posts__grid .news-item .news-thumb {
    height: 289px !important;
  }
}
@media (max-width: 500px) {
  .related-posts__grid .news-item .news-thumb {
    height: 265px !important;
  }
}
.related-posts__grid .news-item .news-thumb__decore {
  position: absolute;
  top: -1px;
  right: -1px;
  background-color: #2B3131;
  color: #C9D2CD;
  width: 80px;
  height: 23px;
  font-family: "Geist Mono", monospace;
  font-weight: 300;
  font-size: 10px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%);
  z-index: 2;
}
.related-posts__grid .news-item .news-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.related-posts__grid .news-item .news-text {
  padding-top: 24px;
  padding-right: 24px;
  padding-left: 24px;
  padding-bottom: 32px;
  position: relative;
}
.related-posts__grid .news-item .news-text .news-title {
  font-family: "Ki", sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #C9D2CD;
  margin-bottom: 24px;
  line-height: 1;
}
.related-posts__grid .news-item .news-text .news-excerpt {
  font-family: "Geist Mono", monospace;
  font-weight: 300;
  font-size: 16px;
  color: #C9D2CD;
  opacity: 0.5;
}
.related-posts__grid .news-item .news-text .news-date {
  font-family: "Geist Mono", monospace;
  font-weight: 300;
  font-size: 16px;
  color: #C9D2CD;
  opacity: 0.5;
}
.related-posts__grid .news-item.is-special .news-thumb {
  height: 281px;
  background-color: #3E4747;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1200px) {
  .related-posts__grid .news-item.is-special .news-thumb {
    height: 313px !important;
  }
}
@media (max-width: 1000px) {
  .related-posts__grid .news-item.is-special .news-thumb {
    height: 289px !important;
  }
}
@media (max-width: 992px) {
  .related-posts__grid .news-item.is-special .news-thumb {
    height: 243px !important;
  }
}
@media (max-width: 768px) {
  .related-posts__grid .news-item.is-special .news-thumb {
    height: 196px !important;
  }
}
@media (max-width: 576px) {
  .related-posts__grid .news-item.is-special .news-thumb {
    height: 289px !important;
  }
}
@media (max-width: 500px) {
  .related-posts__grid .news-item.is-special .news-thumb {
    height: 265px !important;
  }
}
.related-posts__grid .news-item.is-special .news-thumb img {
  max-width: 207px;
  max-height: 70px;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.related-posts__grid .news-item.is-special .news-excerpt {
  display: none;
}
.related-posts__grid .news-item .text__decore {
  position: absolute;
  bottom: -1px;
  left: -1px;
  background-color: #2B3131;
  width: 80px;
  height: 23px;
  clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
  z-index: 2;
}

.product-page {
  background-color: #2B3131;
  min-height: 100vh;
  padding-top: 100px;
}

.product-hero {
  padding: 0;
  margin-bottom: 60px;
}
.product-hero__container {
  min-width: 0;
  max-width: 1442px;
  padding: 0 33px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.product-hero__container .product-details__column {
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
}
@media (max-width: 768px) {
  .product-hero__container {
    padding: 0 17px;
  }
}
@media (max-width: 700px) {
  .product-hero__container {
    padding: 0 17px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.product-gallery {
  background-color: #3E4747;
  padding: 25px 0;
  position: relative;
  padding-top: 58px;
}
.product-gallery::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 23px;
  top: 0;
  left: 0;
  background-color: #2B3131;
  font-size: 14px;
  font-weight: 600;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
  z-index: 1;
}
.product-gallery .main-swiper {
  width: 100%;
  max-width: 100%;
  height: 450px;
  margin-bottom: 10px;
  overflow: hidden;
}
.product-gallery .main-swiper .swiper-slide {
  height: 100%;
  background: #3E4747;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-gallery .main-swiper .swiper-slide a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-gallery .main-swiper .swiper-slide img {
  max-height: 100%;
  width: 500px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 992px) {
  .product-gallery .main-swiper .swiper-slide img {
    width: 255px;
    height: 300px;
  }
}
.product-gallery .main-swiper .main-swiper-button-next {
  top: 55%;
  right: 15px;
  opacity: 0;
}
@media (max-width: 730px) {
  .product-gallery .main-swiper .main-swiper-button-next {
    opacity: 1;
  }
}
@media (max-width: 350px) {
  .product-gallery .main-swiper .main-swiper-button-next {
    right: 10px;
  }
}
.product-gallery .main-swiper .main-swiper-button-next::after {
  width: 24px;
  height: 24px;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='21' viewBox='0 0 26 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.84985 20.5538L19.8984 10.4524L9.89573 0.449731L15.3378 0.497299L25.3405 10.5L15.2919 20.5485L9.84985 20.5538ZM0.0869307 8.46385L22.278 8.44237L22.3004 12.5371L0.0829922 12.5322L0.0869307 8.46385Z' fill='%23C9D2CD'/%3E%3C/svg%3E");
}
.product-gallery .main-swiper .main-swiper-button-prev {
  top: 55%;
  left: 15px;
  opacity: 0;
}
@media (max-width: 730px) {
  .product-gallery .main-swiper .main-swiper-button-prev {
    opacity: 1;
  }
}
@media (max-width: 350px) {
  .product-gallery .main-swiper .main-swiper-button-prev {
    left: 10px;
  }
}
.product-gallery .main-swiper .main-swiper-button-prev::after {
  width: 24px;
  height: 24px;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='22' viewBox='0 0 26 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.1882 21.0538L6.13965 10.9524L16.1424 0.949731L10.7003 0.997299L0.697613 11L10.7461 21.0485L16.1882 21.0538ZM25.9512 8.96385L3.7601 8.94237L3.73764 13.0371L25.9551 13.0322L25.9512 8.96385Z' fill='%23C9D2CD'/%3E%3C/svg%3E%0A");
}
.product-gallery .thumb-swiper__wrapper {
  position: relative;
}
@media (max-width: 730px) {
  .product-gallery .thumb-swiper__wrapper {
    display: none;
  }
}
.product-gallery .thumb-swiper__wrapper .thumb-swiper {
  width: 100%;
  max-width: 510px;
  padding-top: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1350px) {
  .product-gallery .thumb-swiper__wrapper .thumb-swiper {
    max-width: 407px;
  }
}
@media (max-width: 1140px) {
  .product-gallery .thumb-swiper__wrapper .thumb-swiper {
    max-width: 305px;
  }
}
@media (max-width: 930px) {
  .product-gallery .thumb-swiper__wrapper .thumb-swiper {
    max-width: 204px;
  }
}
.product-gallery .thumb-swiper__wrapper .thumb-swiper .swiper-slide {
  width: 99px !important;
  height: 99px;
  opacity: 0.5;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid rgba(201, 210, 205, 0.1019607843);
}
.product-gallery .thumb-swiper__wrapper .thumb-swiper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.product-gallery .thumb-swiper__wrapper .thumb-swiper .swiper-slide img {
  width: 43px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-gallery .thumb-swiper__wrapper .swiper-button-next {
  top: 55%;
  right: 32px;
}
.product-gallery .thumb-swiper__wrapper .swiper-button-next::after {
  width: 24px;
  height: 24px;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='21' viewBox='0 0 26 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.84985 20.5538L19.8984 10.4524L9.89573 0.449731L15.3378 0.497299L25.3405 10.5L15.2919 20.5485L9.84985 20.5538ZM0.0869307 8.46385L22.278 8.44237L22.3004 12.5371L0.0829922 12.5322L0.0869307 8.46385Z' fill='%23C9D2CD'/%3E%3C/svg%3E");
}
.product-gallery .thumb-swiper__wrapper .swiper-button-prev {
  top: 55%;
  left: 32px;
}
.product-gallery .thumb-swiper__wrapper .swiper-button-prev::after {
  width: 24px;
  height: 24px;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='22' viewBox='0 0 26 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.1882 21.0538L6.13965 10.9524L16.1424 0.949731L10.7003 0.997299L0.697613 11L10.7461 21.0485L16.1882 21.0538ZM25.9512 8.96385L3.7601 8.94237L3.73764 13.0371L25.9551 13.0322L25.9512 8.96385Z' fill='%23C9D2CD'/%3E%3C/svg%3E%0A");
}

.product-info {
  position: relative;
  background-color: #3E4747;
  padding: 24px;
}
@media (max-width: 1024px) {
  .product-info {
    padding-top: 44px;
  }
}
@media (min-width: 701px) {
  .product-info {
    position: sticky;
    top: 100px;
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
    z-index: 10;
  }
}
.product-info::before {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  background-color: #2B3131;
  width: 210px;
  height: 23px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 6% 100%);
  z-index: 2;
}
.product-info__header {
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(201, 210, 205, 0.1019607843);
}
.product-info__model {
  font-family: "Ki", sans-serif;
  font-weight: 700;
  font-size: 72px;
  color: #C9D2CD;
  line-height: 1.1;
  margin-bottom: 16px;
}
@media (max-width: 1024px) {
  .product-info__model {
    font-size: 48px;
  }
}
.product-info__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
}
.product-info__description {
  font-family: "Geist Mono", monospace;
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
  color: #C9D2CD;
  line-height: 1.5;
  opacity: 0.8;
  margin-bottom: 0;
}

.product-tag {
  font-family: "Geist Mono", monospace;
  font-weight: 300;
  font-size: 12px;
  color: #2B3131;
  background-color: #C9D2CD;
  padding: 4px;
  text-transform: uppercase;
}

.product-frequencies {
  margin-bottom: 48px;
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1350px) {
  .product-frequencies {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 24px;
  }
}
.product-frequencies .frequency-range__wrapper {
  width: 216px;
}
.product-frequencies .frequency-range__wrapper .product-frequencies__title {
  font-family: "Geist Mono", monospace;
  font-weight: 400;
  font-size: 14px;
  color: #C9D2CD;
  margin-bottom: 16px;
  text-transform: uppercase;
  opacity: 40%;
}
.product-frequencies .frequency-range__wrapper .product-frequencies__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding-left: 18px;
  -webkit-column-gap: 49px;
     -moz-column-gap: 49px;
          column-gap: 49px;
}
.product-frequencies .frequency-range__wrapper .product-frequencies__list li {
  font-family: "Geist Mono", monospace;
  font-weight: 300;
  font-size: 14px;
  color: #C9D2CD;
}
.product-frequencies .product-warning__wrapper {
  width: auto;
  border: 1px dotted rgba(201, 210, 205, 0.2);
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product-frequencies .product-warning__wrapper .product-warning__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.product-frequencies .product-warning__wrapper .product-warning__icon svg {
  width: 24px;
  height: 24px;
}
.product-frequencies .product-warning__wrapper .product-warning__text {
  font-family: "Geist Mono", monospace;
  font-weight: 300;
  font-size: 12px;
  color: #C9D2CD;
  width: 288px;
  margin-bottom: 0;
}
@media (max-width: 1350px) {
  .product-frequencies .product-warning__wrapper .product-warning__text {
    width: 100%;
  }
}

.product-description,
.product-specifications {
  padding: 24px;
  background-color: #3E4747;
}
.product-description .product-warning__wrapper,
.product-specifications .product-warning__wrapper {
  width: 100%;
  border: 1px dotted rgba(201, 210, 205, 0.2);
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 32px;
}
.product-description .product-warning__wrapper .product-warning__icon,
.product-specifications .product-warning__wrapper .product-warning__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-description .product-warning__wrapper .product-warning__icon svg,
.product-specifications .product-warning__wrapper .product-warning__icon svg {
  width: 24px;
  height: 24px;
}
.product-description .product-warning__wrapper .product-warning__text,
.product-specifications .product-warning__wrapper .product-warning__text {
  font-family: "Geist Mono", monospace;
  font-weight: 300;
  font-size: 12px;
  color: #C9D2CD;
  width: 100%;
  margin-bottom: 0;
}
.product-description__container,
.product-specifications__container {
  max-width: 1525px;
  margin: 0 auto;
}
.product-description__title,
.product-specifications__title {
  font-family: "Ki", sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #C9D2CD;
  margin-bottom: 24px;
  text-transform: uppercase;
  max-width: 345px;
}
.product-description__content,
.product-specifications__content {
  font-family: "Geist Mono", monospace;
  font-weight: 300;
  font-size: 12px;
  color: #C9D2CD;
  line-height: 1.6;
  opacity: 0.8;
  margin-bottom: 32px;
}
.product-description__content p,
.product-specifications__content p {
  margin-bottom: 20px;
}
.product-description__content p:last-child,
.product-specifications__content p:last-child {
  margin-bottom: 0;
}
.product-description__content ul, .product-description__content ol,
.product-specifications__content ul,
.product-specifications__content ol {
  margin-bottom: 20px;
  padding-left: 20px;
}
.product-description__content li,
.product-specifications__content li {
  margin-bottom: 8px;
}

.product-principle {
  padding: 24px;
  background-color: #3E4747;
}
.product-principle .product-warning__wrapper {
  width: 100%;
  border: 1px dotted rgba(201, 210, 205, 0.2);
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 32px;
}
.product-principle .product-warning__wrapper .product-warning__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-principle .product-warning__wrapper .product-warning__icon svg {
  width: 24px;
  height: 24px;
}
.product-principle .product-warning__wrapper .product-warning__text {
  font-family: "Geist Mono", monospace;
  font-weight: 300;
  font-size: 12px;
  color: #C9D2CD;
  width: 100%;
  margin-bottom: 0;
}
.product-principle__container {
  max-width: 1525px;
  margin: 0 auto;
}
.product-principle__title {
  font-family: "Ki", sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #C9D2CD;
  margin-bottom: 24px;
  text-transform: uppercase;
  max-width: 345px;
}
.product-principle__content {
  font-family: "Geist Mono", monospace;
  font-weight: 300;
  font-size: 12px;
  color: #C9D2CD;
  line-height: 1.6;
  opacity: 0.8;
  margin-bottom: 32px;
}
.product-principle__content p {
  margin-bottom: 20px;
}
.product-principle__content p:last-child {
  margin-bottom: 0;
}
.product-principle__content ul, .product-principle__content ol {
  margin-bottom: 20px;
  padding-left: 20px;
}
.product-principle__content li {
  margin-bottom: 8px;
}

.product-files__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .product-files__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.product-file-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-family: "Geist Mono", monospace;
  font-weight: 400;
  font-size: 14px;
  color: #C9D2CD;
  background-color: rgba(62, 71, 71, 0.5);
  border: 1px solid rgba(201, 210, 205, 0.3);
  padding: 12px 20px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
}
.product-file-btn:hover {
  background-color: rgba(62, 71, 71, 0.8);
  border-color: #C9D2CD;
}
.product-file-btn .file-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.specifications-table {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 800px;
}

.specification-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 16px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .specification-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 4px;
  }
}
.specification-row:last-child {
  margin-bottom: 0;
}
.specification-row .spec-name {
  font-family: "Geist Mono", monospace;
  font-weight: 400;
  font-size: 12px;
  color: #C9D2CD;
  opacity: 0.4;
  background: #3e4747;
  padding-right: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1.4;
  position: relative;
  z-index: 1;
}
.specification-row .spec-value {
  font-family: "Geist Mono", monospace;
  font-weight: 300;
  font-size: 12px;
  color: #C9D2CD;
  line-height: 1.4;
  text-align: right;
  max-width: 320px;
  background: #3e4747;
  padding-left: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .specification-row .spec-value {
    max-width: 100%;
    padding-left: 0;
    text-align: left;
  }
}
.specification-row::after {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  right: 0;
  height: 1px;
  background-image: repeating-linear-gradient(to right, #C9D2CD 0px, #C9D2CD 2px, transparent 2px, transparent 6px);
  opacity: 0.3;
  z-index: 0;
}
@media (max-width: 1024px) {
  .specification-row::after {
    opacity: 0;
  }
}

.related-products {
  padding-bottom: 120px;
}
.related-products .related-products__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
  border-top: 1px solid rgba(201, 210, 205, 0.1019607843);
  padding-top: 24px;
}
@media (max-width: 576px) {
  .related-products .related-products__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.related-products .related-products__header .related-products__title {
  font-family: "Ki", sans-serif;
  font-weight: 700;
  font-size: 47px;
  color: #C9D2CD;
  line-height: 1.1;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .related-products .related-products__header .related-products__title {
    margin-bottom: 24px;
    font-size: 40px;
  }
}
.related-products .related-products__header .related-products__subtitle {
  font-family: "Geist Mono", monospace;
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
  color: #C9D2CD;
  opacity: 40%;
}
.related-products .related-products__grid {
  display: -ms-grid;
  display: grid;
  gap: 16px;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1024px) {
  .related-products .related-products__grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .related-products .related-products__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.related-products .related-products__grid .related-product-card {
  position: relative;
  background-color: #3E4747;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 24px;
  padding-top: 55px;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.related-products .related-products__grid .related-product-card::before {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  background-color: #2B3131;
  width: 180px;
  height: 23px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 6% 100%);
  z-index: 2;
}
.related-products .related-products__grid .related-product-card:hover {
  background-color: #4E5B5B;
}
.related-products .related-products__grid .related-product-card .related-product-card__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.related-products .related-products__grid .related-product-card .related-product-card__image img {
  width: 235px;
  height: 277px;
  -o-object-fit: contain;
     object-fit: contain;
}
.related-products .related-products__grid .related-product-card .related-product-card__title {
  font-family: "Ki", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #C9D2CD;
  text-transform: uppercase;
  margin-top: 39px;
}
.related-products .related-products__grid .related-product-card .related-product-card__description {
  font-family: "Geist Mono", monospace;
  font-weight: 300;
  font-size: 14px;
  color: #C9D2CD;
  margin-top: 15px;
}

.testimonials {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 1024px) {
  .testimonials {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
.testimonials .container .testimonials-header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .testimonials .container .testimonials-header__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.testimonials .container .testimonials-header__wrapper .testimonials-header__content .subtitle {
  font-family: "Geist Mono", monospace;
  font-weight: 300;
  font-size: 14px;
  color: #C9D2CD;
  text-transform: uppercase;
  opacity: 40%;
  margin-bottom: 32px;
}
.testimonials .container .testimonials-header__wrapper .testimonials-header__content .title {
  font-family: "Ki", sans-serif;
  font-weight: 700;
  font-size: 100px;
  text-transform: uppercase;
  color: #C9D2CD;
  line-height: 1;
}
@media (max-width: 1024px) {
  .testimonials .container .testimonials-header__wrapper .testimonials-header__content .title {
    font-size: 64px;
  }
}
@media (max-width: 576px) {
  .testimonials .container .testimonials-header__wrapper .testimonials-header__content .title {
    font-size: 48px;
    margin-bottom: 32px;
  }
}
.testimonials .container .testimonials-header__wrapper .testimonials-slider__navigation {
  border: 1px solid #C9D2CD;
  background-color: rgba(201, 210, 205, 0.2);
  width: 79px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 3px;
     -moz-column-gap: 3px;
          column-gap: 3px;
}
.testimonials .container .testimonials-header__wrapper .testimonials-slider__navigation .testimonials-swiper-button-prev {
  position: static;
  width: 34px;
  height: 34px;
  background-color: #C9D2CD;
  margin: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.testimonials .container .testimonials-header__wrapper .testimonials-slider__navigation .testimonials-swiper-button-prev:hover {
  opacity: 0.2;
}
.testimonials .container .testimonials-header__wrapper .testimonials-slider__navigation .testimonials-swiper-button-prev::after {
  width: 12px;
  height: 12px;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='14' viewBox='0 0 17 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1469 13.2521L3.89804 6.97042L10.1184 0.750068L6.73416 0.779649L0.513813 7L6.76266 13.2489L10.1469 13.2521ZM16.2182 5.73379L2.41827 5.72043L2.40431 8.26682L16.2206 8.26377L16.2182 5.73379Z' fill='%232B3131'/%3E%3C/svg%3E");
}
.testimonials .container .testimonials-header__wrapper .testimonials-slider__navigation .testimonials-swiper-button-next {
  position: static;
  width: 34px;
  height: 34px;
  background-color: #C9D2CD;
  margin: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.testimonials .container .testimonials-header__wrapper .testimonials-slider__navigation .testimonials-swiper-button-next:hover {
  opacity: 0.2;
}
.testimonials .container .testimonials-header__wrapper .testimonials-slider__navigation .testimonials-swiper-button-next::after {
  width: 12px;
  height: 12px;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='14' viewBox='0 0 17 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.85308 13.2521L13.102 6.97042L6.88161 0.750068L10.2658 0.779649L16.4862 7L10.2373 13.2489L6.85308 13.2521ZM0.781839 5.73379L14.5817 5.72043L14.5957 8.26682L0.77939 8.26377L0.781839 5.73379Z' fill='%232B3131'/%3E%3C/svg%3E");
}
.testimonials .testimonials-slider .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.testimonials .testimonials-slider .swiper-wrapper .swiper-slide {
  width: 564px !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 16px;
}
.testimonials .testimonials-slider .swiper-wrapper .swiper-slide:last-child {
  margin-right: 0;
}
@media (max-width: 560px) {
  .testimonials .testimonials-slider .swiper-wrapper .swiper-slide {
    width: 313px !important;
  }
  .testimonials .testimonials-slider .swiper-wrapper .swiper-slide:first-child {
    margin-left: 16px;
  }
  .testimonials .testimonials-slider .swiper-wrapper .swiper-slide:last-child {
    margin-right: 16px;
  }
}
.testimonials .testimonials-slider .swiper-wrapper .swiper-slide .testimonial-item {
  background-color: #2E3535;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 439px;
}
@media (max-width: 560px) {
  .testimonials .testimonials-slider .swiper-wrapper .swiper-slide .testimonial-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 678px;
  }
}
.testimonials .testimonials-slider .swiper-wrapper .swiper-slide .testimonial-item .testimonial-number {
  position: absolute;
  top: -1px;
  left: -1px;
  background-color: #2B3131;
  color: #C9D2CD;
  padding: 5px 20px 5px 10px;
  font-family: "Geist Mono", monospace;
  font-weight: 300;
  font-size: 10px;
  clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
  z-index: 2;
}
.testimonials .testimonials-slider .swiper-wrapper .swiper-slide .testimonial-item .testimonial-decoration {
  position: absolute;
  bottom: 0;
  right: -1px;
  width: 80px;
  height: 23px;
  background-color: #2B3131;
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
  z-index: 2;
}
.testimonials .testimonials-slider .swiper-wrapper .swiper-slide .testimonial-item .testimonial-photo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 240px;
          flex: 0 0 240px;
  width: 240px;
  height: auto;
  overflow: hidden;
}
@media (max-width: 560px) {
  .testimonials .testimonials-slider .swiper-wrapper .swiper-slide .testimonial-item .testimonial-photo {
    width: 100%;
  }
}
.testimonials .testimonials-slider .swiper-wrapper .swiper-slide .testimonial-item .testimonial-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.testimonials .testimonials-slider .swiper-wrapper .swiper-slide .testimonial-item .testimonial-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 325px;
          flex: 0 0 325px;
  width: 325px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 24px;
  padding-right: 24px;
}
.testimonials .testimonials-slider .swiper-wrapper .swiper-slide .testimonial-item .testimonial-content .testimonial-text {
  font-family: "Ki", sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0;
  color: #C9D2CD;
  line-height: 1.2;
  margin-bottom: auto;
}
.testimonials .testimonials-slider .swiper-wrapper .swiper-slide .testimonial-item .testimonial-content .testimonial-footer {
  margin-top: 40px;
}
.testimonials .testimonials-slider .swiper-wrapper .swiper-slide .testimonial-item .testimonial-content .testimonial-footer .testimonial-position-title {
  font-family: "Geist Mono", monospace;
  font-weight: 300;
  font-size: 16px;
  color: #C9D2CD;
  margin-bottom: 4px;
}
.testimonials .testimonials-slider .swiper-wrapper .swiper-slide .testimonial-item .testimonial-content .testimonial-footer .testimonial-position {
  font-family: "Geist Mono", monospace;
  font-weight: 300;
  font-size: 16px;
  color: #C9D2CD;
  opacity: 0.5;
}

.site-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 10px 0;
}
.site-header.scrolled {
  background-color: rgba(43, 49, 49, 0.6);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  -webkit-box-shadow: 0 4px 12px rgba(250, 250, 250, 0.1);
          box-shadow: 0 4px 12px rgba(250, 250, 250, 0.1);
}
.site-header .header-container {
  max-width: 1525px;
  width: 100%;
  padding: 0 24px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1345px) {
  .site-header .header-container {
    padding: 0 17px;
  }
}
.site-header .header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.site-header .header-content .header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 93px;
     -moz-column-gap: 93px;
          column-gap: 93px;
}
@media (max-width: 1345px) {
  .site-header .header-content .header-left {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
.site-header .header-content .header-left .logo .custom-logo-link .custom-logo {
  width: 146px;
  height: 42px;
}
@media (max-width: 576px) {
  .site-header .header-content .header-left .logo .custom-logo-link .custom-logo {
    width: 111px;
    height: 32px;
  }
}
.site-header .header-content .header-left .humburger {
  width: 32px;
  height: 25px;
  position: relative;
  display: none;
  opacity: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='26' viewBox='0 0 32 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='0.5' width='32' height='3' fill='%23C9D2CD'/%3E%3Crect y='11.5' width='32' height='3' fill='%23C9D2CD'/%3E%3Crect y='22.5' width='32' height='3' fill='%23C9D2CD'/%3E%3C/svg%3E");
}
@media (max-width: 700px) {
  .site-header .header-content .header-left .humburger {
    display: block;
    opacity: 1;
  }
}
@media (max-width: 1200px) {
  .site-header .header-content .header-left .menu-left-menu-container,
  .site-header .header-content .header-left .menu-left-menu-english-version-container {
    display: none;
    opacity: 0;
  }
}
.site-header .header-content .header-left .menu-left-menu-container .menu-left,
.site-header .header-content .header-left .menu-left-menu-english-version-container .menu-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  padding: 0;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
}
@media (max-width: 1345px) {
  .site-header .header-content .header-left .menu-left-menu-container .menu-left,
  .site-header .header-content .header-left .menu-left-menu-english-version-container .menu-left {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
.site-header .header-content .header-left .menu-left-menu-container .menu-left li a,
.site-header .header-content .header-left .menu-left-menu-english-version-container .menu-left li a {
  font-family: "Ki", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #C9D2CD;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-header .header-content .header-left .menu-left-menu-container .menu-left li a:hover,
.site-header .header-content .header-left .menu-left-menu-english-version-container .menu-left li a:hover {
  text-decoration: underline;
}
.site-header .header-content .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1200px) {
  .site-header .header-content .header-right .menu-right-menu-container,
  .site-header .header-content .header-right .menu-right-menu-english-version-container {
    display: none;
    opacity: 0;
  }
}
.site-header .header-content .header-right .menu-right-menu-container .menu-right,
.site-header .header-content .header-right .menu-right-menu-container .menu-right-menu-english-version,
.site-header .header-content .header-right .menu-right-menu-english-version-container .menu-right,
.site-header .header-content .header-right .menu-right-menu-english-version-container .menu-right-menu-english-version {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  padding: 0;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
}
@media (max-width: 1345px) {
  .site-header .header-content .header-right .menu-right-menu-container .menu-right,
  .site-header .header-content .header-right .menu-right-menu-container .menu-right-menu-english-version,
  .site-header .header-content .header-right .menu-right-menu-english-version-container .menu-right,
  .site-header .header-content .header-right .menu-right-menu-english-version-container .menu-right-menu-english-version {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
.site-header .header-content .header-right .menu-right-menu-container .menu-right li a,
.site-header .header-content .header-right .menu-right-menu-container .menu-right-menu-english-version li a,
.site-header .header-content .header-right .menu-right-menu-english-version-container .menu-right li a,
.site-header .header-content .header-right .menu-right-menu-english-version-container .menu-right-menu-english-version li a {
  font-family: "Ki", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #C9D2CD;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-header .header-content .header-right .menu-right-menu-container .menu-right li a:hover,
.site-header .header-content .header-right .menu-right-menu-container .menu-right-menu-english-version li a:hover,
.site-header .header-content .header-right .menu-right-menu-english-version-container .menu-right li a:hover,
.site-header .header-content .header-right .menu-right-menu-english-version-container .menu-right-menu-english-version li a:hover {
  text-decoration: underline;
}
.site-header .header-content .header-right .header-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header .header-content .header-right .header-contact .phone {
  display: inline-block;
  margin-left: 38px;
  margin-right: 38px;
  font-family: "Ki", sans-serif;
  font-weight: 700;
  font-size: 14px;
  vertical-align: middle;
  text-transform: uppercase;
  color: #C9D2CD;
}
@media (max-width: 1345px) {
  .site-header .header-content .header-right .header-contact .phone {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 1200px) {
  .site-header .header-content .header-right .header-contact .phone {
    display: none;
  }
}
.site-header .header-content .header-right .header-contact .mobile-phone {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid #C9D2CD;
  background-color: rgba(201, 210, 205, 0.2);
  margin-right: 8px;
}
.site-header .header-content .header-right .header-contact .mobile-phone a {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.00943 3L3.002 3.49246C3.00067 3.58068 3 3.66905 3 3.75758C3 6.90523 3.84389 9.8573 5.3181 12.3982C6.82808 15.0009 8.99914 17.1719 11.6018 18.6819C14.1427 20.1561 17.0948 21 20.2424 21H21V14.5989L15.8404 13.4523L14.1631 15.1314C11.9186 13.9291 10.071 12.0814 8.86862 9.83689L10.5477 8.15964L9.40109 3H3.00943Z' fill='%23C9D2CD'/%3E%3C/svg%3E");
}
@media (max-width: 1200px) {
  .site-header .header-content .header-right .header-contact .mobile-phone {
    display: block;
  }
}
@media (max-width: 700px) {
  .site-header .header-content .header-right .header-contact .mobile-phone {
    display: none;
  }
}

.header-lang-switcher {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  background-color: transparent;
  border-radius: 4px;
  gap: 6px;
}
.header-lang-switcher li {
  width: 26px;
  height: 26px;
  font-weight: 500;
  font-family: "Ki", sans-serif;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #C9D2CD;
}
.header-lang-switcher .current-lang {
  border: 1px solid #C9D2CD;
  color: #C9D2CD;
  border-radius: 4px;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #2B3131;
  z-index: 99999;
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 170px;
  padding-bottom: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 1;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  pointer-events: none;
}
.mobile-menu.visible {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  pointer-events: auto;
}
.mobile-menu .menu-close {
  position: absolute;
  top: 24px;
  left: 22px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.000244141' y='21.9429' width='31.0319' height='2.90924' transform='rotate(-45 0.000244141 21.9429)' fill='%23C9D2CD'/%3E%3Crect x='21.9429' y='24' width='31.0319' height='2.90924' transform='rotate(-135 21.9429 24)' fill='%23C9D2CD'/%3E%3C/svg%3E");
}
.mobile-menu .mobile-menu__wrapper {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.mobile-menu .mobile-menu-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.mobile-menu .mobile-menu-list .menu-item {
  margin-bottom: 25px;
}
.mobile-menu .mobile-menu-list .menu-item:last-child {
  margin-bottom: 0;
}
.mobile-menu .mobile-menu-list .menu-item a {
  font-family: "Ki", sans-serif;
  font-weight: 700;
  font-size: 24px;
  vertical-align: middle;
  text-transform: uppercase;
  color: #C9D2CD;
}
.mobile-menu .mobile-menu-list hr {
  margin-bottom: 32px;
}
.mobile-menu .mobile-contact {
  position: absolute;
  bottom: 38px;
  left: 22px;
}
.mobile-menu .mobile-contact .phone {
  display: block;
  margin-bottom: 29px;
}
.mobile-menu .mobile-contact .phone a {
  display: inline-block;
  font-family: "Ki", sans-serif;
  font-weight: 700;
  font-size: 14px;
  vertical-align: middle;
  text-transform: uppercase;
  color: #C9D2CD;
}

.ipad-menu {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  padding: 10px 0;
}
.ipad-menu .ipad-menu-group {
  position: relative;
}
.ipad-menu .ipad-menu-group.open .ipad-menu-toggle::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.ipad-menu .ipad-menu-group.open .ipad-submenu {
  display: block;
}
.ipad-menu .ipad-menu-group .ipad-menu-toggle {
  background: none;
  border: none;
  color: #C9D2CD;
  text-decoration: none;
  font-family: "Ki", sans-serif;
  font-weight: 700;
  font-size: 14px;
  vertical-align: middle;
  text-transform: uppercase;
  cursor: pointer;
  padding-right: 27px;
  position: relative;
}
.ipad-menu .ipad-menu-group .ipad-menu-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(0deg);
      -ms-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 11px;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='8' viewBox='0 0 11 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0L5.52699 5.1895L11 0.0236942L10.974 2.83419L5.50097 8L0.00288269 2.81052L0 0Z' fill='%23C9D2CD'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
.ipad-menu .ipad-menu-group .ipad-submenu {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #1F2525;
  list-style: none;
  padding: 30px 16px;
  min-width: 180px;
  display: none;
  z-index: 9999;
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
          box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
}
.ipad-menu .ipad-menu-group .ipad-submenu li {
  margin-bottom: 10px;
}
.ipad-menu .ipad-menu-group .ipad-submenu li:last-child {
  margin-bottom: 0;
}
.ipad-menu .ipad-menu-group .ipad-submenu li a {
  color: #C9D2CD;
  text-decoration: none;
  font-family: "Ki", sans-serif;
  font-weight: 700;
  font-size: 14px;
  vertical-align: middle;
  text-transform: uppercase;
}
.ipad-menu .ipad-menu-group .ipad-submenu li a:hover {
  color: #ffffff;
}
.ipad-menu .ipad-menu-group .ipad-submenu.open {
  display: block;
}
@media (max-width: 1200px) and (min-width: 700px) {
  .ipad-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ipad-menu ~ .header-left .menu-left-menu-container,
  .ipad-menu ~ .header-right .menu-right-menu-container {
    display: none;
  }
}

.site-footer {
  background-color: #3E4747;
  color: #C9D2CD;
  padding-top: 0;
  padding-bottom: 88px;
}
@media (max-width: 1140px) {
  .site-footer {
    padding-bottom: 44px;
  }
}
.site-footer .footer_pixel {
  display: block;
  width: 100%;
  height: auto;
}
.site-footer .footer-mobile__top {
  display: none;
  opacity: 0;
  padding-top: 65px;
}
@media (max-width: 1140px) {
  .site-footer .footer-mobile__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    opacity: 1;
  }
}
@media (max-width: 576px) {
  .site-footer .footer-mobile__top {
    display: -ms-grid;
    display: grid;
    row-gap: 40px;
  }
}
@media (max-width: 1140px) {
  .site-footer .footer-mobile__top .footer-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .site-footer .footer-mobile__top .footer-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (max-width: 576px) {
  .site-footer .footer-mobile__top .footer-contact {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.site-footer .footer-mobile__top .footer-contact .footer-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1140px) {
  .site-footer .footer-mobile__top .footer-contact .footer-phone {
    margin-top: 0;
  }
}

.footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 80px;
}
@media (max-width: 1140px) {
  .footer-top .footer-logo {
    display: none;
  }
}
@media (max-width: 1140px) {
  .footer-top {
    padding-top: 48px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 576px) {
  .footer-top {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.footer-logo img {
  max-width: 150px;
}

.footer-categories {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(160px, 1fr))[2];
  grid-template-columns: repeat(2, minmax(160px, 1fr));
  -webkit-column-gap: 100px;
     -moz-column-gap: 100px;
          column-gap: 100px;
}
@media (max-width: 576px) {
  .footer-categories {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.footer-categories h4 {
  font-family: "Ki", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #C9D2CD;
  opacity: 20%;
  margin-bottom: 26px;
}
@media (max-width: 576px) {
  .footer-categories h4 {
    margin-bottom: 24px;
  }
}
.footer-categories ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.footer-categories ul li {
  margin-bottom: 16px;
}
.footer-categories ul li:last-child {
  margin-bottom: 0;
}
.footer-categories ul li a {
  font-family: "Ki", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  color: #C9D2CD;
}
.footer-categories ul li a:hover {
  text-decoration: underline;
}
.footer-categories:nth-child(2) .footer-category {
  margin-bottom: 30px;
}
.footer-categories:nth-child(1) .footer-category {
  margin-bottom: 30px;
}

.footer-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 35px;
     -moz-column-gap: 35px;
          column-gap: 35px;
}
.footer-contact .consult-button {
  max-height: 46px;
}
@media (max-width: 1140px) {
  .footer-contact {
    display: none;
  }
}

.footer-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.footer-menu ul li {
  list-style-type: none;
  margin-bottom: 16px;
}
.footer-menu ul li:last-child {
  margin-bottom: 0;
}
.footer-menu ul li a {
  text-decoration: none;
  font-family: "Ki", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #C9D2CD;
}
.footer-menu ul li a:hover {
  text-decoration: underline;
}

.footer-contact__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 576px) {
  .footer-socials {
    margin-top: 48px;
  }
}
.footer-socials ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.footer-socials ul li a {
  text-decoration: none;
  font-family: "Ki", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #C9D2CD;
}
.footer-socials ul li a:hover {
  text-decoration: underline;
}

.footer-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-family: "Ki", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #C9D2CD;
}

.footer-email a {
  font-size: 16px;
  margin-top: 10px;
  font-family: "Ki", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #C9D2CD;
}
@media (max-width: 768px) {
  .footer-email {
    margin-bottom: 20px;
  }
}

.consult-btn {
  display: inline-block;
  background-color: #fff;
  color: #3E4747;
  padding: 10px 20px;
  text-decoration: none;
  border: 1px solid #fff;
}

.footer-socials ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.error-page {
  position: relative;
  height: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .error-page {
    height: 600px;
  }
}
.error-page .error-page__content {
  text-align: center;
  max-width: 992px;
  width: 100%;
  margin: 0 auto;
}
.error-page .error-page__content h1 {
  font-family: "Geist Mono", monospace;
  font-weight: 300;
  font-size: 14px;
  color: #C9D2CD;
  text-transform: uppercase;
  opacity: 40%;
  margin-bottom: 32px;
}
.error-page .error-page__content h2 {
  font-family: "Ki", sans-serif;
  font-weight: 700;
  font-size: 140px;
  text-transform: uppercase;
  color: #C9D2CD;
  line-height: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .error-page .error-page__content h2 {
    font-size: 90px;
  }
}
@media (max-width: 768px) {
  .error-page .error-page__content h2 {
    font-size: 60px;
  }
}
@media (max-width: 440px) {
  .error-page .error-page__content h2 {
    font-size: 50px;
  }
}
@media (max-width: 360px) {
  .error-page .error-page__content h2 {
    font-size: 40px;
  }
}