/*
Theme Name: Gemini k3craft-theme 10
Theme URI: https://space.k3craft.com.ua/
Author: K3Craft
Description: Custom theme with contact, projects, and product pages.
Version: 1.0
Стилізація меню WordPress під Webflow
*/

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: var(--font--main);
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  vertical-align: baseline;
  display: inline-block;
}

audio:not([controls]) {
  height: 0;
  display: none;
}

[hidden], template {
  display: none;
}

a {
  background-color: #0000;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}

.k3-inline-block {
  max-width: 100%;
  display: inline-block;
}

.k3-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

input.k3-button {
  -webkit-appearance: button;
}

.k3-code-block {
  margin: unset;
}

pre.k3-code-block code {
  all: inherit;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 10px;
  font-weight: bold;
}

h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin: 0 0 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin: 0 0 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.k3-embed:before, .k3-embed:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.k3-embed:after {
  clear: both;
}

.k3-video {
  width: 100%;
  padding: 0;
  position: relative;
}

.k3-video iframe, .k3-video object, .k3-video embed {
  border: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

button, [type="button"], [type="reset"] {
  cursor: pointer;
  -webkit-appearance: button;
  border: 0;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

.k3-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.k3-container:before, .k3-container:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.k3-container:after {
  clear: both;
}

.k3-container .k3-row {
  margin-left: -10px;
  margin-right: -10px;
}

.k3-row:before, .k3-row:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.k3-row:after {
  clear: both;
}

.k3-row .k3-row {
  margin-left: 0;
  margin-right: 0;
}

.k3-col {
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.k3-col .k3-col {
  padding-left: 0;
  padding-right: 0;
}

.k3-col-1 {
  width: 8.33333%;
}

.k3-col-2 {
  width: 16.6667%;
}

.k3-col-3 {
  width: 25%;
}

.k3-col-4 {
  width: 33.3333%;
}

.k3-col-5 {
  width: 41.6667%;
}

.k3-col-6 {
  width: 50%;
}

.k3-col-7 {
  width: 58.3333%;
}

.k3-col-8 {
  width: 66.6667%;
}

.k3-col-9 {
  width: 75%;
}

.k3-col-10 {
  width: 83.3333%;
}

.k3-col-11 {
  width: 91.6667%;
}

.k3-col-12 {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .k3-container {
    max-width: 728px;
  }

  .k3-col-medium-1 {
    width: 8.33333%;
  }

  .k3-col-medium-2 {
    width: 16.6667%;
  }

  .k3-col-medium-3 {
    width: 25%;
  }

  .k3-col-medium-4 {
    width: 33.3333%;
  }

  .k3-col-medium-5 {
    width: 41.6667%;
  }

  .k3-col-medium-6 {
    width: 50%;
  }

  .k3-col-medium-7 {
    width: 58.3333%;
  }

  .k3-col-medium-8 {
    width: 66.6667%;
  }

  .k3-col-medium-9 {
    width: 75%;
  }

  .k3-col-medium-10 {
    width: 83.3333%;
  }

  .k3-col-medium-11 {
    width: 91.6667%;
  }

  .k3-col-medium-12 {
    width: 100%;
  }

  .k3-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }

  .swiper.mySwiper {
    height: 70vw;       /* Менша висота, адаптивно */
    max-height: 80vh;
  }

  .swiper-slide img {
    max-height: 70vw;
    max-width: 100vw;
  }
}



@media screen and (max-width: 767px) {

  .k3-row, .k3-container .k3-row {
    margin-left: 0;
    margin-right: 0;
  }

  .k3-col {
    width: 100%;
    left: auto;
    right: auto;
  }

  .k3-col-small-1 {
    width: 8.33333%;
  }

  .k3-col-small-2 {
    width: 16.6667%;
  }

  .k3-col-small-3 {
    width: 25%;
  }

  .k3-col-small-4 {
    width: 33.3333%;
  }

  .k3-col-small-5 {
    width: 41.6667%;
  }

  .k3-col-small-6 {
    width: 50%;
  }

  .k3-col-small-7 {
    width: 58.3333%;
  }

  .k3-col-small-8 {
    width: 66.6667%;
  }

  .k3-col-small-9 {
    width: 75%;
  }

  .k3-col-small-10 {
    width: 83.3333%;
  }

  .k3-col-small-11 {
    width: 91.6667%;
  }

  .k3-col-small-12 {
    width: 100%;
  }

.swiper.mySwiper {
    width: 100vw;
    height: 56vw;     /* ~16:9 */
    max-height: 90vw;
  }
  .swiper-slide img {
    max-height: 56vw;
    max-width: 100vw;
  }
  .swiper-button-next,
  .swiper-button-prev {
    width: 36px;
    height: 36px;
  }
}

@media screen and (max-width: 479px) {
  .k3-container {
    max-width: none;
  }

  .k3-col {
    width: 100%;
  }

  .k3-col-tiny-1 {
    width: 8.33333%;
  }

  .k3-col-tiny-2 {
    width: 16.6667%;
  }

  .k3-col-tiny-3 {
    width: 25%;
  }

  .k3-col-tiny-4 {
    width: 33.3333%;
  }

  .k3-col-tiny-5 {
    width: 41.6667%;
  }

  .k3-col-tiny-6 {
    width: 50%;
  }

  .k3-col-tiny-7 {
    width: 58.3333%;
  }

  .k3-col-tiny-8 {
    width: 66.6667%;
  }

  .k3-col-tiny-9 {
    width: 75%;
  }

  .k3-col-tiny-10 {
    width: 83.3333%;
  }

  .k3-col-tiny-11 {
    width: 91.6667%;
  }

  .k3-col-tiny-12 {
    width: 100%;
  }

  .swiper.mySwiper {
    width: 100vw;
    height: 52vw;
    max-height: 80vw;
  }
  .swiper-slide img {
    max-height: 52vw;
    max-width: 100vw;
  }
  .swiper-button-next,
  .swiper-button-prev {
    width: 26px;
    height: 26px;
  }

}

.k3-widget {
  position: relative;
}

.k3-widget-map {
  width: 100%;
  height: 400px;
}

.k3-widget-map label {
  width: auto;
  display: inline;
}

.k3-widget-map img {
  max-width: inherit;
}

.k3-widget-map .gm-style-iw {
  text-align: center;
}

.k3-widget-map .gm-style-iw > button {
  display: none !important;
}

.k3-widget-twitter {
  overflow: hidden;
}

.k3-widget-twitter-count-shim {
  vertical-align: top;
  text-align: center;
  background: #fff;
  border: 1px solid #758696;
  border-radius: 3px;
  width: 28px;
  height: 20px;
  display: inline-block;
  position: relative;
}

.k3-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}

.k3-widget-twitter-count-shim .k3-widget-twitter-count-inner {
  text-align: center;
  color: #999;
  font-family: var(--font--main);
  font-size: 15px;
  line-height: 12px;
  position: relative;
}

.k3-widget-twitter-count-shim .k3-widget-twitter-count-clear {
  display: block;
  position: relative;
}

.k3-widget-twitter-count-shim.k3--large {
  width: 36px;
  height: 28px;
}

.k3-widget-twitter-count-shim.k3--large .k3-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}

.k3-widget-twitter-count-shim:not(.k3--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}

.k3-widget-twitter-count-shim:not(.k3--vertical).k3--large {
  margin-left: 6px;
}

.k3-widget-twitter-count-shim:not(.k3--vertical):before, .k3-widget-twitter-count-shim:not(.k3--vertical):after {
  content: " ";
  pointer-events: none;
  border: solid #0000;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 0;
}

.k3-widget-twitter-count-shim:not(.k3--vertical):before {
  border-width: 4px;
  border-color: #75869600 #5d6c7b #75869600 #75869600;
  margin-top: -4px;
  margin-left: -9px;
}

.k3-widget-twitter-count-shim:not(.k3--vertical).k3--large:before {
  border-width: 5px;
  margin-top: -5px;
  margin-left: -10px;
}

.k3-widget-twitter-count-shim:not(.k3--vertical):after {
  border-width: 4px;
  border-color: #fff0 #fff #fff0 #fff0;
  margin-top: -4px;
  margin-left: -8px;
}

.k3-widget-twitter-count-shim:not(.k3--vertical).k3--large:after {
  border-width: 5px;
  margin-top: -5px;
  margin-left: -9px;
}

.k3-widget-twitter-count-shim.k3--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}

.k3-widget-twitter-count-shim.k3--vertical:before, .k3-widget-twitter-count-shim.k3--vertical:after {
  content: " ";
  pointer-events: none;
  border: solid #0000;
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 50%;
}

.k3-widget-twitter-count-shim.k3--vertical:before {
  border-width: 5px;
  border-color: #5d6c7b #75869600 #75869600;
  margin-left: -5px;
}

.k3-widget-twitter-count-shim.k3--vertical:after {
  border-width: 4px;
  border-color: #fff #fff0 #fff0;
  margin-left: -4px;
}

.k3-widget-twitter-count-shim.k3--vertical .k3-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}

.k3-widget-twitter-count-shim.k3--vertical.k3--large {
  width: 76px;
}

.k3-background-video {
  color: #fff;
  height: 500px;
  position: relative;
  overflow: hidden;
}

.k3-background-video > video {
  object-fit: cover;
  z-index: -100;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  inset: -100%;
}

.k3-background-video > video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important;
}

.k3-background-video--control {
  background-color: #0000;
  padding: 0;
  position: absolute;
  bottom: 1em;
  right: 1em;
}

.k3-background-video--control > [hidden] {
  display: none !important;
}

.k3-slider {
  text-align: center;
  clear: both;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  background: #ddd;
  height: 300px;
  position: relative;
}

.k3-slider-mask {
  z-index: 1;
  white-space: nowrap;
  height: 100%;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  overflow: hidden;
}

.k3-slide {
  vertical-align: top;
  white-space: normal;
  text-align: left;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}

.k3-slider-nav {
  z-index: 2;
  text-align: center;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  height: 40px;
  margin: auto;
  padding-top: 10px;
  position: absolute;
  inset: auto 0 0;
}

.k3-slider-nav.k3-round > div {
  border-radius: 100%;
}

.k3-slider-nav.k3-num > div {
  font-size: inherit;
  line-height: inherit;
  width: auto;
  height: auto;
  padding: .2em .5em;
}

.k3-slider-nav.k3-shadow > div {
  box-shadow: 0 0 3px #3336;
}

.k3-slider-nav-invert {
  color: #fff;
}

.k3-slider-nav-invert > div {
  background-color: #2226;
}

.k3-slider-nav-invert > div.k3-active {
  background-color: #222;
}

.k3-slider-dot {
  cursor: pointer;
  background-color: #fff6;
  width: 1em;
  height: 1em;
  margin: 0 3px .5em;
  transition: background-color .1s, color .1s;
  display: inline-block;
  position: relative;
}

.k3-slider-dot.k3-active {
  background-color: #fff;
}

.k3-slider-dot:focus {
  outline: none;
  box-shadow: 0 0 0 2px #fff;
}

.k3-slider-dot:focus.k3-active {
  box-shadow: none;
}

.k3-slider-arrow-left, .k3-slider-arrow-right {
  cursor: pointer;
  color: #fff;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  -webkit-user-select: none;
  user-select: none;
  width: 80px;
  margin: auto;
  font-size: 40px;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.k3-slider-arrow-left:focus, .k3-slider-arrow-right:focus {
  outline: 0;
}

.k3-slider-arrow-left {
  z-index: 3;
  right: auto;
}

.k3-slider-arrow-right {
  z-index: 4;
  left: auto;
}

.k3-slider-aria-label {
  clip: rect(0 0 0 0);
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.k3-slider-force-show {
  display: block !important;
}

.k3-dropdown {
  text-align: left;
  z-index: 900;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
}

.k3-dropdown-btn, .k3-dropdown-toggle, .k3-dropdown-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  position: relative;
}

.k3-dropdown-toggle {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  padding-right: 40px;
  display: inline-block;
}

.k3-dropdown-toggle:focus {
  outline: 0;
}

.k3-dropdown-list {
  background: #ddd;
  min-width: 100%;
  display: none;
  position: absolute;
}

.k3-dropdown-list.k3--open {
  display: block;
}

.k3-dropdown-link {
  color: #222;
  padding: 10px 20px;
  display: block;
}

.k3-dropdown-link.k3--current {
  color: #0082f3;
}

.k3-dropdown-link:focus {
  outline: 0;
}

@media screen and (max-width: 767px) {
  .k3-nav-brand {
    padding-left: 10px;
  }
}

.k3-lightbox-backdrop {
  cursor: auto;
  letter-spacing: normal;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  color: #fff;
  text-align: center;
  z-index: 2000;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-tap-highlight-color: transparent;
  background: #000000e6;
  outline: 0;
  font-family: var(--font--main);
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
  list-style: disc;
  position: fixed;
  inset: 0;
  -webkit-transform: translate(0);
}

.k3-lightbox-backdrop, .k3-lightbox-container {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  overflow: auto;
}

.k3-lightbox-content {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.k3-lightbox-view {
  opacity: 0;
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.k3-lightbox-view:before {
  content: "";
  height: 100vh;
}

.k3-lightbox-group, .k3-lightbox-group .k3-lightbox-view, .k3-lightbox-group .k3-lightbox-view:before {
  height: 86vh;
}

.k3-lightbox-frame, .k3-lightbox-view:before {
  vertical-align: middle;
  display: inline-block;
}

.k3-lightbox-figure {
  margin: 0;
  position: relative;
}

.k3-lightbox-group .k3-lightbox-figure {
  cursor: pointer;
}

.k3-lightbox-img {
  width: auto;
  max-width: none;
  height: auto;
}

.k3-lightbox-image {
  float: none;
  max-width: 100vw;
  max-height: 100vh;
  display: block;
}

.k3-lightbox-group .k3-lightbox-image {
  max-height: 86vh;
}

.k3-lightbox-caption {
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #0006;
  padding: .5em 1em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.k3-lightbox-embed {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.k3-lightbox-control {
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  width: 4em;
  transition: all .3s;
  position: absolute;
  top: 0;
}

.k3-lightbox-left {
  background-image: url("https://space.k3craft.com.ua/wp-content/uploads/2025/06/k3-lightbox-left.png");
  display: none;
  bottom: 0;
  left: 0;
}

.k3-lightbox-right {
  background-image: url("https://space.k3craft.com.ua/wp-content/uploads/2025/06/k3-lightbox-right.png");
  display: none;
  bottom: 0;
  right: 0;
}

.k3-lightbox-close {
  background-image: url("https://space.k3craft.com.ua/wp-content/uploads/2025/06/k3-lightbox-close.png");
  background-size: 18px;
  height: 2.6em;
  right: 0;
}

.k3-lightbox-strip {
  white-space: nowrap;
  padding: 0 1vh;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto hidden;
}

.k3-lightbox-item {
  box-sizing: content-box;
  cursor: pointer;
  width: 10vh;
  padding: 2vh 1vh;
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 0);
}

.k3-lightbox-active {
  opacity: .3;
}

.k3-lightbox-thumbnail {
  background: #222;
  height: 10vh;
  position: relative;
  overflow: hidden;
}

.k3-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}

.k3-lightbox-thumbnail .k3-lightbox-tall {
  width: 100%;
  top: 50%;
  transform: translate(0, -50%);
}

.k3-lightbox-thumbnail .k3-lightbox-wide {
  height: 100%;
  left: 50%;
  transform: translate(-50%);
}

.k3-lightbox-spinner {
  box-sizing: border-box;
  border: 5px solid #0006;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  animation: .8s linear infinite spin;
  position: absolute;
  top: 50%;
  left: 50%;
}

.k3-lightbox-spinner:after {
  content: "";
  border: 3px solid #0000;
  border-bottom-color: #fff;
  border-radius: 50%;
  position: absolute;
  inset: -4px;
}

.k3-lightbox-hide {
  display: none;
}

.k3-lightbox-noscroll {
  overflow: hidden;
}

@media (min-width: 768px) {
  .k3-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }

  .k3-lightbox-view, .k3-lightbox-view:before {
    height: 96vh;
  }

  .k3-lightbox-group, .k3-lightbox-group .k3-lightbox-view, .k3-lightbox-group .k3-lightbox-view:before {
    height: 84vh;
  }

  .k3-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }

  .k3-lightbox-group .k3-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }

  .k3-lightbox-left, .k3-lightbox-right {
    opacity: .5;
    display: block;
  }

  .k3-lightbox-close {
    opacity: .8;
  }

  .k3-lightbox-control:hover {
    opacity: 1;
  }
}

.k3-lightbox-inactive, .k3-lightbox-inactive:hover {
  opacity: 0;
}

.k3-richtext:before, .k3-richtext:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.k3-richtext:after {
  clear: both;
}

.k3-richtext[contenteditable="true"]:before, .k3-richtext[contenteditable="true"]:after {
  white-space: initial;
}

.k3-richtext ol, .k3-richtext ul {
  overflow: hidden;
}

.k3-richtext .k3-richtext-figure-selected.k3-richtext-figure-type-video div:after, .k3-richtext .k3-richtext-figure-selected[data-rt-type="video"] div:after, .k3-richtext .k3-richtext-figure-selected.k3-richtext-figure-type-image div, .k3-richtext .k3-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}

.k3-richtext figure.k3-richtext-figure-type-video > div:after, .k3-richtext figure[data-rt-type="video"] > div:after {
  content: "";
  display: none;
  position: absolute;
  inset: 0;
}

.k3-richtext figure {
  max-width: 60%;
  position: relative;
}

.k3-richtext figure > div:before {
  cursor: default !important;
}

.k3-richtext figure img {
  width: 100%;
}

.k3-richtext figure figcaption.k3-richtext-figcaption-placeholder {
  opacity: .6;
}

.k3-richtext figure div {
  color: #0000;
  font-size: 0;
}

.k3-richtext figure.k3-richtext-figure-type-image, .k3-richtext figure[data-rt-type="image"] {
  display: table;
}

.k3-richtext figure.k3-richtext-figure-type-image > div, .k3-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}

.k3-richtext figure.k3-richtext-figure-type-image > figcaption, .k3-richtext figure[data-rt-type="image"] > figcaption {
  caption-side: bottom;
  display: table-caption;
}

.k3-richtext figure.k3-richtext-figure-type-video, .k3-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}

.k3-richtext figure.k3-richtext-figure-type-video iframe, .k3-richtext figure[data-rt-type="video"] iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.k3-richtext figure.k3-richtext-figure-type-video > div, .k3-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}

.k3-richtext figure.k3-richtext-align-center {
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

.k3-richtext figure.k3-richtext-align-center.k3-richtext-figure-type-image > div, .k3-richtext figure.k3-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}

.k3-richtext figure.k3-richtext-align-normal {
  clear: both;
}

.k3-richtext figure.k3-richtext-align-fullwidth {
  text-align: center;
  clear: both;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.k3-richtext figure.k3-richtext-align-fullwidth > div {
  padding-bottom: inherit;
  display: inline-block;
}

.k3-richtext figure.k3-richtext-align-fullwidth > figcaption {
  display: block;
}

.k3-richtext figure.k3-richtext-align-floatleft {
  float: left;
  clear: none;
  margin-right: 15px;
}

.k3-richtext figure.k3-richtext-align-floatright {
  float: right;
  clear: none;
  margin-left: 15px;
}

.k3-nav {
  z-index: 1000;
  background: #ddd;
  position: relative;
}

.k3-nav:before, .k3-nav:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.k3-nav:after {
  clear: both;
}

.k3-nav-brand {
  float: left;
  color: #333;
  text-decoration: none;
  position: relative;
}

.k3-nav-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.k3-nav-link.k3--current {
  color: #0082f3;
}

.k3-nav-menu {
  float: right;
  position: relative;
}

[data-nav-menu-open] {
  text-align: center;
  background: #c8c8c8;
  min-width: 200px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: visible;
  display: block !important;
}

.k3--nav-link-open {
  display: block;
  position: relative;
}

.k3-nav-overlay {
  width: 100%;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}

.k3-nav-overlay [data-nav-menu-open] {
  top: 0;
}

.k3-nav[data-animation="over-left"] .k3-nav-overlay {
  width: auto;
}

.k3-nav[data-animation="over-left"] .k3-nav-overlay, .k3-nav[data-animation="over-left"] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  right: auto;
}

.k3-nav[data-animation="over-right"] .k3-nav-overlay {
  width: auto;
}

.k3-nav[data-animation="over-right"] .k3-nav-overlay, .k3-nav[data-animation="over-right"] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  left: auto;
}

.k3-nav-button {
  float: right;
  cursor: pointer;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  -webkit-user-select: none;
  user-select: none;
  padding: 18px;
  font-size: 24px;
  display: none;
  position: relative;
}

.k3-nav-button:focus {
  outline: 0;
}

.k3-nav-button.k3--open {
  color: #fff;
  background-color: #c8c8c8;
}

.k3-nav[data-collapse="all"] .k3-nav-menu {
  display: none;
}

.k3-nav[data-collapse="all"] .k3-nav-button, .k3--nav-dropdown-open, .k3--nav-dropdown-toggle-open {
  display: block;
}

.k3--nav-dropdown-list-open {
  position: static;
}

@media screen and (max-width: 991px) {
  .k3-nav[data-collapse="medium"] .k3-nav-menu {
    display: none;
  }

  .k3-nav[data-collapse="medium"] .k3-nav-button {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .k3-nav[data-collapse="small"] .k3-nav-menu {
    display: none;
  }

  .k3-nav[data-collapse="small"] .k3-nav-button {
    display: block;
  }

  .k3-nav-brand {
    padding-left: 10px;
  }
}

@media screen and (max-width: 479px) {
  .k3-nav[data-collapse="tiny"] .k3-nav-menu {
    display: none;
  }

  .k3-nav[data-collapse="tiny"] .k3-nav-button {
    display: block;
  }
}

.k3-tabs {
  position: relative;
}

.k3-tabs:before, .k3-tabs:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.k3-tabs:after {
  clear: both;
}

.k3-tab-menu {
  position: relative;
}

.k3-tab-link {
  vertical-align: top;
  text-align: left;
  cursor: pointer;
  color: #222;
  background-color: #ddd;
  padding: 9px 30px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.k3-tab-link.k3--current {
  background-color: #c8c8c8;
}

.k3-tab-link:focus {
  outline: 0;
}

.k3-tab-content {
  display: block;
  position: relative;
  overflow: hidden;
}

.k3-tab-pane {
  display: none;
  position: relative;
}

.k3--tab-active {
  display: block;
}

@media screen and (max-width: 479px) {
  .k3-tab-link {
    display: block;
  }
}

.k3-ix-emptyfix:after {
  content: "";
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.k3-dyn-empty {
  background-color: #ddd;
  padding: 10px;
}

.k3-dyn-hide, .k3-dyn-bind-empty, .k3-condition-invisible {
  display: none !important;
}

.k3-layout-layout {
  display: grid;
}

:root {
  --color--background: #efefef;
  --color--font: #151515;
  --color--button: #151515;
  --color--primary: #ee64ff;
  --color--card: #fff;
  --green-color: green;
  --red-price: red;
  --light-green: var(--color--font);

  --font--main: Montserrat, sans-serif;
  --font--satoshi: Montserrat, sans-serif; /* Щоб ВСІ спадкові стилі працювали */

  --text-size--regular: 1rem;
  --text-size--medium: 1.125rem;
  --text-size--large: 1.5rem;
  --text-size--huge: 3.5rem;
  --text-size--small: .875rem;
  --text-size--display: 13.125rem;

  --heading--h1: 5rem;
  --heading--h2: 3.5rem;
  --heading--h25: 2.5rem;
  --heading--h3: 1.5rem;
  --heading--h4: 1.375rem;
  --heading--h5: 1.25rem;
  --heading--h6: 1.125rem;

  --border--radius: .2rem;
}


.k3-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.k3-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.k3-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.k3-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .k3-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .k3-layout-blockcontainer {
    max-width: none;
  }
}

body {
  clear: left;
  background-color: var(--color--background);
  font-family: var(--font--main);
  color: var(--color--font);
  font-size: var(--text-size--regular);
  text-align: left;
  cursor: default;
  line-height: 1.5;
  text-decoration: none;
}

h1 {
  font-size: var(--heading--h1);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1;
}

h2 {
  font-size: var(--heading--h2);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.3;
}

h3 {
  font-size: var(--heading--h3);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
}

h4 {
  font-size: var(--heading--h4);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
}

h5 {
  font-size: var(--heading--h5);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
}

h6 {
  font-size: var(--heading--h6);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
}

p {
  font-size: var(--text-size--regular);
  margin-bottom: 0;
}

a {
  color: var(--color--font);
  font-size: var(--text-size--regular);
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  font-size: var(--text-size--regular);
  font-weight: 400;
}

img {
  object-fit: cover;
  max-width: 100%;
  display: inline-block;
}

blockquote {
  font-size: var(--text-size--medium);
  border-left: 5px solid #e2e2e2;
  margin-bottom: 0;
  padding: 10px 20px;
  line-height: 1.1;
}

.container {
  width: 100%;
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.container.container-small {
  max-width: 80rem;
  margin-bottom: 140px;
}

.container.container-large {
  width: 90vw;
  max-width: none;
}

.heading-1 {
  clear: none;
  font-family: var(--font--main);
  font-size: var(--heading--h1);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  font-weight: 400;
  line-height: 1;

}

.rich-text p {
  font-size: var(--text-size--regular);
  margin-bottom: 0;
}

.rich-text h1, .rich-text h2 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 500;
}

.rich-text li {
  font-size: var(--text-size--regular);
}

.rich-text h3 {
  font-size: var(--heading--h3);
  margin-bottom: 1rem;
  font-weight: 500;
}

.rich-text h4, .rich-text h5 {
  margin-bottom: 1rem;
  font-weight: 500;
}

.rich-text blockquote {
  margin-bottom: 1rem;
}

.rich-text h6 {
  margin-bottom: 1rem;
  font-weight: 500;
}

.rich-text.rich-text-size {
  float: none;
  clear: none;
  direction: ltr;
  font-size: var(--heading--h4);
  text-align: justify;
  text-overflow: clip;
  word-break: normal;
  overflow-wrap: normal;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: stretch;
  max-width: 60ch;
  font-weight: 400;
  line-height: 1.5em;
  text-decoration: none;
  display: flex;
}

.rich-text.rich-text-size.center {
  direction: ltr;
  font-size: var(--heading--h4);
  text-align: center;
  text-overflow: clip;
  white-space: normal;
  justify-content: center;
  align-self: center;
  align-items: center;
  line-height: 1.5em;
  text-decoration: none;
}

.text-weight-medium {
  font-weight: 500;
}

.text-weight-medium.caps {
  font-family: var(--font--main);
}

.text-size-medium {
  font-size: var(--text-size--medium);
  line-height: 1.1;
}

.text-size-display {
  font-family: var(--font--main);
  font-size: var(--text-size--display);
  letter-spacing: -.5975rem;
  text-shadow: 0 1px 1px #0003;
  flex: 0 auto;
  font-weight: 400;
  line-height: 1;
}

.button-primary {
  grid-column: 2;
  grid-column-gap: 16px;
  grid-row-gap: .25rem;
  background-color: var(--color--button);
  color: var(--color--background);
  font-size: var(--text-size--medium);
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: .6rem;
  flex-flow: column;
  align-items: center;
  width: 100%;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  padding: .8rem 2.5rem;
  text-decoration: none;
  transition: all .3s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-primary:hover {
  background-color: var(--color--primary);
}

.button-primary.nomargin {
  font-family: var(--font--main);
  margin-top: 20px;
}

.text-size-small {
  font-size: var(--text-size--small);
  line-height: 1.5;
}

.text-size-small.caps {
  font-family: var(--font--main);
  position: static;
}

.heading-2 {
  font-size: var(--heading--h2);
  flex: 0 auto;
  align-self: stretch;
  margin-top: 2.5rem;
  font-weight: 500;
  line-height: 1;
}

.heading-2.text-weight-regular {
  font-family: var(--font--main);
  margin-top: 60px;
  position: static;
}

.hero-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 15vh;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.hero-header {
  z-index: 3;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  font-family: var(--font--main);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.tag-wrapper {
  grid-column-gap: .6875rem;
  grid-row-gap: .6875rem;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.elipse {
  background-color: var(--color--primary);
  border-radius: 50%;
  width: .4rem;
  height: .4rem;
}

.caps {
  text-transform: uppercase;
}

.heading {
  max-width: 80ch;
}

.heading.smaller {
  max-width: 60ch;
}

.hero-component {
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.hero-big-text {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  white-space: nowrap;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.hero-content {
  justify-content: space-between;
  width: 100%;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
}

.hero-left-content {
  text-align: left;
  max-width: 30ch;
}

.big-elipse {
  background: #ee64ff; /* Заміни на твій колір */
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  margin-right: 50px;
}

.hero-marquee {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  align-items: center;
  display: flex;
}

.button-line-wrap {
  background-color: #1515151a;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 1px;
  margin-top: 3px;
  display: flex;
}

.button-line-animation {
  background-color: #151515;
  width: 30%;
  height: 1px;
}

.hero-grid {
  z-index: 0;
  pointer-events: none;
  width: 74vw;
  max-width: 80rem;
  margin-top: -4vw;
  position: absolute;
}

.hero-interaction-wrapper {
  z-index: 2;
  pointer-events: none;
  cursor: none;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  margin-top: -250 !important;
  padding-top: 0 !important;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-images-wrapper {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.text-images {
  opacity: 1;
  background-color: #0000;
  max-width: 112ch;
}

.big-numbers {
  font-size: 5.3vw;
  font-weight: 400;
  line-height: 1;
}

.big-numbers-card {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.big-numbers-wrapper {
  grid-column-gap: 10.5rem;
  grid-row-gap: 10.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  place-items: center;
  display: flex;
}

.span {
  text-align: left;
  white-space: nowrap;
  vertical-align: bottom;
  object-fit: cover;
  background-image: url("https://space.k3craft.com.ua/wp-content/uploads/2025/06/Placeholder.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 3.75rem 3.75rem;
  border: 2px solid #0000;
  border-radius: 4.75rem;
  width: 6.5rem;
  height: 4rem;
  font-size: .875rem;
  line-height: 7.5;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.span.three {
  pointer-events: none;
  cursor: default;
  background-image: url("https://space.k3craft.com.ua/wp-content/uploads/2025/06/Lap-desk-in-use.png");
  background-size: cover;
  border-radius: 5rem;
}

.span.one {
  pointer-events: none;
  white-space: nowrap;
  cursor: default;
  background-image: url("https://space.k3craft.com.ua/wp-content/uploads/2025/06/k3.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5rem;
}

.span.two {
  pointer-events: none;
  cursor: default;
  background-image: url("https://space.k3craft.com.ua/wp-content/uploads/2025/06/laptop-desks.png");
  background-size: cover;
  border-radius: 5rem;
}

.grid {
  grid-column-gap: 2rem;
  grid-row-gap: 5.875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.card {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: var(--color--card);
  text-align: left;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding: 4rem 3.5rem 4.3rem;
  display: flex;
}

.top-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  align-items: flex-start;
  max-width: 29ch;
  display: flex;
}

.big-text {
  font-size: 10.5rem;
  line-height: 1;
}

.section {
  margin-top: 12rem;
}

.faq-section111 {
  margin-top: 2rem;
}

.number {
  opacity: .2;
}

.button-hero {
  color: var(--color--font);
  border-radius: .25rem;
}

.logos-component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.logos-grid {
  grid-column-gap: 5rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto auto auto auto;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.logos {
  justify-content: center;
  align-items: center;
  height: 2.6rem;
  display: flex;
}

.section-logos {
  margin-top: 12rem;
}

.big-gap {
  grid-column-gap: 12rem;
  grid-row-gap: 12rem;
  flex-flow: column;
  display: flex;
}

.testimonial-wrapper {
  grid-column-gap: 4.9rem;
  grid-row-gap: 4.9rem;
  aspect-ratio: 16 / 9;
  overflow-wrap: normal;
  object-fit: fill;
  flex-flow: column;
  align-content: stretch;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 222px !important;
  padding-top: 0;
  padding-left: 0;
  display: flex;
  overflow: visible;
}

.testimonial-wrapper-faq {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  aspect-ratio: 16 / 9;
  overflow-wrap: normal;
  object-fit: fill;
  flex-flow: column;
  align-content: stretch;
  align-items: center;
  margin-top: 1px;
  padding-top: 0;
  padding-left: 0;
  display: flex;
  overflow: visible;
}

.testimonial-wrapper.space1 {
  margin-top: 0;
}

.header {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  align-self: auto;
  align-items: center;
  max-width: 55ch;
  display: flex;
}

.max-width-45ch {
  max-width: 45ch;
}

.testimonial-text {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  flex-flow: column;
  justify-content: space-between;
  margin-top: 1.4rem;
  margin-bottom: 1.5rem;
  display: flex;
}

.testimonial-image {
  border-radius: .5rem;
  height: 20rem;
  max-height: 20rem;
  overflow: hidden;
}

.name {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-flow: column;
  display: flex;
}

.icon {
  object-fit: contain;
}

.display-none {
  display: none;
}

.clip {
  border-radius: .5rem;
  overflow: hidden;
}

.opacity-50 {
  opacity: .5;
}

.testimonial-info {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.testimonial-slider-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  padding: 1.5rem 2.8rem 1.5rem 1.5rem;
  display: flex;
}

.card-testimonial {
  background-color: var(--color--card);
  border-radius: 1rem;
  width: 55rem;
  max-width: 55rem;
  box-shadow: 0 4px 8px #0000000d, 0 15px 15px #0000000a, 0 33px 20px #00000008, 0 59px 24px #00000003, 0 92px 26px #0000;
}

.quote {
  max-width: 50ch;
  margin-right: .4rem;
}

.testimonial-slider {
  background-color: #0000;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 80rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.text-size-large {
  font-size: var(--text-size--large);
}

.text-size-large.height-1-15 {
  line-height: 1.15;
}

.slider-arrow-right {
  border: 1px solid #ddd;
  border-radius: 100%;
  order: 1;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: 1rem .5rem;
  transition: all .2s;
  display: flex;
}

.slider-arrow-right:hover {
  background-color: var(--color--primary);
}

.text-size-regular {
  font-size: var(--text-size--regular);
  line-height: 1.5;
}

.text-size-regular.height-1-15 {
  line-height: 1.15;
}

.slider-arrow-left {
  border: 1px solid #ddd;
  border-radius: 100%;
  order: -1;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: 1rem .5rem;
  transition: all .2s;
  display: flex;
}

.slider-arrow-left:hover {
  background-color: var(--color--primary);
}

.slider-star {
  grid-column-gap: .1rem;
  grid-row-gap: .1rem;
  justify-content: flex-end;
  display: flex;
}

.footer-component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.credits-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-links {
  grid-column-gap: 1.1rem;
  grid-row-gap: 1.1rem;
  align-items: center;
  display: flex;
}

.footer-links-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-heading {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.credits {
  text-decoration: none;
  transition: opacity .2s;
}

.credits:hover {
  opacity: .8;
}

.footer-link {
  font-size: 1rem;
  font-weight: 500;
  transition: all .25s;
}

.footer-link:hover {
  color: #15151599;
  transform: translate(0, -2px);
}

.footer-social {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.6rem;
  height: 2.6rem;
  padding: .7rem;
  transition: all .3s;
  display: flex;
}

.footer-social:hover {
  background-color: var(--color--primary);
  transform: translate(0, -2px);
}

.icon-links {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.credits-text {
  color: #15151599;
}

.footer-social-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vertical-line {
  background-color: #8e8c87;
  width: 1px;
  height: .8rem;
}

.section-footer {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 10rem;
  padding-bottom: 3rem;
  position: relative;
  overflow: hidden;
}

.font-color {
  color: var(--color--font);
}

.footer-links-component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.heading-3 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.heading-4 {
  margin-top: 0;
}

.text-box {
  max-width: 60ch;
}

.text-box.large {
  max-width: 60rem;
}

.heading-3 {
  font-size: var(--heading--h3);
  font-weight: 400;
  line-height: 1;
}

.hero-style-guide-wrapper {
  background-color: #1a1a1a;
  border-radius: 1rem;
  width: 100%;
  margin-top: 6rem;
  padding: 13rem 2rem 2rem;
  overflow: hidden;
}

.hero-style-guide-content {
  grid-row-gap: 1.5rem;
  color: #f3f3f3;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.style-guide-header {
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 1rem;
  display: flex;
}

.text-weight-bold {
  font-weight: 700;
}

.color-palette-text {
  margin-bottom: 2rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.heading-4 {
  font-size: var(--heading--h4);
  font-weight: 400;
  line-height: 1;
}

.style-guide-content {
  margin-bottom: 0;
}

.text-weight-light {
  font-weight: 300;
}

.style-guide-menu {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.color-palette {
  width: 100%;
  height: 10rem;
}

.color-palette.background {
  background-color: var(--color--background);
}

.color-palette.card {
  background-color: var(--color--card);
}

.color-palette.primary-color {
  background-color: var(--color--primary);
}

.color-palette.font-color {
  background-color: var(--color--font);
}

.heading-6 {
  font-size: var(--heading--h6);
  font-weight: 400;
  line-height: 1;
}

.style-guide-menu-links {
  grid-row-gap: 1.5rem;
  opacity: .5;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.style-guide-menu-links:hover, .style-guide-menu-links.k3--current {
  opacity: 1;
}

.typography-content {
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  display: flex;
}

.text-weight-regular {
  font-weight: 400;
}

.style-guide-menu-wrapper {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
}

.class-name-wrapper {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.class-name-wrapper.margin-bottom-0 {
  margin-bottom: 0;
}

.text-size-tiny {
  font-size: .75rem;
  line-height: 1.15;
}

.typography-wrapper {
  box-sizing: border-box;
  grid-row-gap: 1.5rem;
  text-align: left;
  flex-flow: column;
  flex: 0 auto;
  align-self: auto;
  align-items: stretch;
  max-width: 30rem;
  display: flex;
  position: static;
}

.heading-5 {
  font-size: var(--heading--h5);
  font-weight: 400;
  line-height: 1;
}

.text-opacity {
  opacity: .7;
  text-align: justify;
  align-self: auto;
}

.divider-line {
  background-color: var(--color--font);
  opacity: .1;
  width: 100%;
  height: 1px;
}

.text-size-huge {
  font-size: var(--text-size--huge);
  line-height: 1.25;
}

.style-gudie-content {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.style-gudie-content.grid {
  grid-column-gap: 3rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  font-size: 2rem;
  display: grid;
}

.sticky-menu {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 4rem;
}

.style-guide-component {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  margin-top: 8rem;
  margin-bottom: 2rem;
}

.style-tag {
  color: #121212;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fbfbfb;
  border: 1px solid #fbfbfb33;
  border-radius: 10rem;
  padding: .625rem 1.5rem;
  font-weight: 500;
}

.color-palette-card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--color--card);
  flex-flow: column;
  display: flex;
}

.works-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.collection-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-wrapper {
  width: 100%;
}

.works-card {
  background-color: var(--color--card);
  border-radius: .5rem;
  overflow: hidden;
}

.works-link {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  min-height: 55vh;
  display: flex;
}

.works-image {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work-content {
  justify-content: space-between;
  padding: 1.5rem 1.5rem 2.8125rem;
  display: flex;
}

.max-width-35ch {
  max-width: 35ch;
}

.works-hover-follow {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  white-space: nowrap;
  background-color: #fff6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 10rem;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.blog-image-wrapper {
  border-radius: 1.5rem;
  width: auto;
  height: auto;
  max-height: none;
  position: relative;
  overflow: hidden;
}

.mask-frame {
  z-index: 2;
  background-color: var(--color--primary);
  opacity: 1;
  position: absolute;
  inset: auto 0% 0%;
}

.work-template-images {
  width: auto;
  height: auto;
  max-height: none;
  margin-top: 4rem;
  margin-bottom: 4rem;
  position: relative;
  overflow: hidden;

}

.work-template-images.margin-bottom {
  margin-bottom: 140px;
}

.work-template-images.margin-bottom.spacing-up-20 {
  margin-top: 0;
}

.work-template-images.vertical {
  width: 50%;
  height: 90vh;
  margin-bottom: 6rem;
  margin-left: 6vw;
  margin-right: auto;
}

.work-template-images.vertical.right {
  margin-left: auto;
  margin-right: 6vw;
}

.work-template-images.no-margin {
  margin-bottom: 0;
}

.work-template-images.no-margin.spacing-up-20, .work-template-images.spacing-up-20 {
  margin-top: 0;
}

.hero-section {
  padding-top: 15vh;
  padding-bottom: 6rem;
}

.content-section {
  padding-top: 12rem;
  padding-bottom: 2.5rem;
}

.content-section.spacing-up-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.work-content-cms {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.work-content-cms.spacing-up-140 {
  margin-top: 140px;
}

.hero-works {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.works-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  max-width: 60ch;
  display: flex;
}

.text-size-medium-contact {
  font-size: 1.125rem;
}

.form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-field-contact {
  color: var(--color--font);
  background-color: #0000;
  border: 1px solid #0000;
  border-bottom-color: #1515151a;
  border-radius: 0;
  margin-top: .5rem;
  margin-bottom: 1.5rem;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  padding-left: 1rem;
  font-size: 1rem;
  transition: all .4s;
}

.text-field-contact:hover {
  color: var(--color--font);
  border-width: 1px;
  border-color: #1515151a;
  padding-left: 1.2rem;
}

.text-field-contact:active {
  color: #212121;
}

.text-field-contact:focus {
  color: var(--color--font);
  border-color: #212121;
}

.form-content {
  width: 100%;
}

.success-message {
  color: #000;
  text-align: center;
  background-color: #f4f4f4;
  border-radius: .6rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.text-size-medium-vw {
  font-size: 1vw;
  font-weight: 400;
}

.form-wrapper {
  margin-top: 1rem;
}

.form-wrapper.full-width {
  width: 100%;
}

.text-size-contact {
  font-size: 1.375rem;
}

.name-wrapper-contact {
  width: 100%;
}

.submit-button {
  z-index: 3;
  color: #0000;
  background-color: #0000;
  position: absolute;
  inset: 0%;
}

.contact-button {
  background-color: #1d1d1f;
  border-radius: .3rem;
  transition: all .25s;
}

.contact-button.align-center {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.error-message {
  color: #fbfbfb;
  text-align: center;
  background-color: #ec3c3c;
  border-radius: .7rem;
  margin-top: 2rem;
  padding: 1.5rem 1.1rem;
}

.form-component {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  display: flex;
}

.form-component1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  margin-top: 0rem;
  display: flex;
}

.hero-card {
  background-color: var(--color--font);
  border-radius: 1vh;
  width: 45vh;
  height: 55vh;
  position: absolute;
  overflow: hidden;
}

.hero-card.first {
  z-index: 3;
  transform: rotate(-4.89deg);
}

.hero-card.second {
  z-index: 2;
  background-color: var(--color--primary);
  transform: rotate(-.463deg);
}

.hero-card.third {
  z-index: 1;
  background-color: #aa4646;
  transform: rotate(3.712deg);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.hero-form {
  padding-top: 15vh;
}

.nav-menu-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  font-family: var(--font--main);
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.right-navbar-content {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  align-items: center;
  display: flex;
}

.navbar-component {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.link-block-navbar {
  color: #151515;
  justify-content: center;
  align-items: center;
  padding: .46rem .75rem;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

.link-block-navbar:hover {
  opacity: .8;
  transform: translate(0, 1px);
}

.brand {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 2.5rem;
  display: flex;
}

.nav-link {
  color: #fbfbfb;
  padding-top: .2rem;
  padding-bottom: .2rem;
  text-decoration: none;
  transition: all .25s;
  position: relative;
}

.nav-link:hover {
  opacity: .8;
  transform: translate(0, 1px);
}

.nav-menu {
  z-index: 2;
  grid-column-gap: 2.875rem;
  grid-row-gap: 2.875rem;
  align-items: center;
  display: none;
}

.navbar {
  background-color: var(--color--background);
  opacity: 1;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  width: 100%;
  position: sticky;
  top: 0;
}

.empty-state {
  text-align: center;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.hero-section-works {
  padding-top: 15vh;
  padding-bottom: 6rem;
}

.hero-section-works.spacing-down-0 {
  padding-bottom: 0;
}

.grid-layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-layout.desktop-3-column {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-layout.desktop-3-column.grid-gap-m {
  justify-content: end;
}

.grid-layout.grid-gap-m {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.utility-image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
}

.utility-aspect-4x3 {
  aspect-ratio: 4 / 3;
  position: relative;
}

.utility-margin-bottom-2rem {
  margin-bottom: 2rem;
}

.button-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #0000;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-wrapper {
  display: flex;
}

.button-secondary {
  grid-row-gap: .25rem;
  border: 1px solid var(--color--font);
  color: var(--color--font);
  font-size: var(--text-size--medium);
  text-transform: uppercase;
  cursor: pointer;
  background-color: #0000;
  border-radius: .2rem;
  flex-direction: column;
  padding: .8rem 2.5rem;
  text-decoration: none;
  transition: all .3s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-secondary:hover {
  border-color: var(--color--primary);
  background-color: var(--color--primary);
}

.delete-this {
  z-index: 20;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #fbfbfb;
  border-radius: .75rem;
  flex-flow: column;
  padding: 1.5rem;
  text-decoration: none;
  display: flex;
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
}

.modal-button {
  color: #fbfbfb;
  text-align: center;
  cursor: pointer;
  background-color: #101011;
  border-radius: .5rem;
  width: 100%;
  padding: .8rem 1rem;
  text-decoration: none;
  transition: all .25s;
}

.modal-button:hover {
  background-color: #101011cc;
  transform: scale(.98);
}

.modal-text {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #101828;
  flex-flow: column;
  display: flex;
}

.modal-embed {
  display: flex;
}

.webflix-link {
  color: #101828;
}

.text-size-medium-2 {
  font-size: 1.125rem;
}

.code-embed {
  width: .8rem;
  height: .8rem;
  display: flex;
}

.modal-buttons {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.opacity-80 {
  opacity: .8;
}

.exit {
  z-index: 5;
  cursor: pointer;
  background-color: #efefef;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  bottom: 1rem;
  left: .5rem;
}

.max-width-37ch {
  max-width: 37ch;
}

.modal-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #101828;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.modal-content {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.text-block, .text-block-2 {
  font-family: var(--font--main);
}

.image-2 {
  align-self: auto;
}

.image-3 {
  align-self: center;
}

.grid-2 {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-2.request {
  margin-top: -160px;
  padding-top: 0;
}

.container-2 {
  margin-top: 140px;
}

.list {
  outline-offset: 0px;
  backface-visibility: visible;
  outline: 3px #151515;
}

.grid-3 {
  display: grid;
  grid-template-columns: 32px auto;    /* 32px — ширина для іконки, auto — для тексту */
  grid-row-gap: 16px;
  grid-column-gap: 19px;
  align-items: center;                 /* Центрує по вертикалі всередині рядка */
}
.grid-3 img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  display: block;
}
.grid-3 div {
  font-size: 1.1rem;
  color: #222;
}

.grid-3 > *:nth-child(3), .grid-3 > *:nth-child(4) {
  margin-left: 30px;  /* другий рядок — відступ */
}
.grid-3 > *:nth-child(1), .grid-3 > *:nth-child(2) {
  margin-left: 60px;  /* третій рядок — ще більший відступ */
}


.image-4 {
  text-align: left;
}

.paragraph, .text-block-3 {
  display: flex;
}

.columns {
  display: block;
}

.grid-4 {
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-4.space {
  margin-top: 25px;
}

.cell {
  text-align: center;
  justify-content: center;
  align-items: center;
  text-decoration-style: solid;
}

.container-3 {
  aspect-ratio: auto;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-align: center;
  object-fit: fill;
  text-decoration: none;
  position: static;
}

.cell-2, .cell-3 {
  justify-content: center;
  align-items: center;
}

.quick-stack {
  margin-bottom: 70px;
}

.quick-stack.spacing-down-140, .quick-stack-2 {
  margin-bottom: 140px;
}

.paragraph-2 {
  text-align: left;
}

.paragraph-3 {
  text-align: center;
}

.quick-stack-3 {
  margin-top: 70px;
}

.bold-text {
  text-transform: uppercase;
}

.cell-4 {
  justify-content: center;
  align-items: flex-end;
}

.heading-7 {
  text-transform: uppercase;
}

.heading-7.center {
  font-size: var(--heading--h2);
}

.product-desc-heading {
  text-transform: uppercase;
  font-size: var(--heading--h25);
}

.cell-5, .cell-6, .cell-7, .cell-8, .cell-9, .cell-10, .cell-11 {
  justify-content: center;
  align-items: center;
}

.quick-stack-4 {
  margin-top: 140px;
}

.lightbox-link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  vertical-align: baseline;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 70px;
  display: flex;
}

.cell-12 {
  justify-content: flex-end;
  align-items: flex-end;
}

.heading-8 {
  font-size: var(--heading--h2);
}

.button {
  text-align: center;
  background-color: #313437;
  border-radius: 5px;
}

.quick-stack-5 {
  grid-column-gap: 20px;
}

.cell-13 {
  justify-content: center;
  align-items: center;
}

.heading-9 {
  font-size: var(--heading--h3);
  text-transform: uppercase;
}

.paragraph-4 {
  font-weight: 400;
  line-height: 1.5rem;
}

.cell-14, .cell-15 {
  justify-content: center;
  align-items: center;
}

.quick-stack-6 {
  align-self: stretch;
}

.cell-16, .cell-17 {
  justify-content: center;
  align-items: center;
}

.quick-stack-7 {
  margin-top: 140px;
}

.cell-18 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
}

.container-4 {
  margin-top: 140px;
}

.heading-10 {
  font-size: var(--heading--h1);
  text-align: center;
  margin-top: 140px;
  margin-bottom: 0;
}

.section-2 {
  margin-top: 140px;
}

.slide {
  flex: 1;
  align-self: auto;
  width: 1000px;
  height: 900px;
  margin-top: 0;
}

.slide.blog-image-wrapper {
  margin-top: 20px;
}

.slide_settings {
  text-align: left;
  vertical-align: baseline;
  justify-content: flex-start;
  align-items: flex-start;
  display: inline-block;
}

.quick-stack-8 {
  overflow-wrap: normal;
  object-fit: fill;
  flex: 0 auto;
  align-self: auto;
  min-width: 0;
  max-width: 500px;
}

.heading-11 {
  font-family: var(--font--main);
  color: var(--green-color);
  font-size: var(--heading--h2);
}

.paragraph-5 {
  font-family: var(--font--main);
  color: var(--green-color);
  font-weight: 700;
}

.image-5 {
  clear: none;
  margin-top: 10px;
}

.cell-19 {
  justify-content: center;
  align-items: center;
}

.column {
  margin-left: auto;
  margin-right: auto;
}

.quick-stack-9 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  order: 0;
  align-self: stretch;
}

.cell-20, .cell-21, .cell-22, .cell-23 {
  justify-content: center;
  align-items: center;
}

.cell-24 {
  justify-content: flex-start;
  align-items: flex-start;
}

.quick-stack-10 {
  align-self: stretch;
}

.cell-25 {
  justify-content: center;
  align-items: center;
}

.section-3 {
  margin-top: 70px;
}

.paragraph-6 {
  font-family: var(--font--main);
  text-align: justify;
}

.quick-stack-11 {
  align-self: stretch;
}

.heading-12 {
  color: var(--red-price);
  font-size: var(--heading--h3);
  align-self: stretch;
  text-decoration: line-through;
}

.video {
  margin-top: 140px;
}

.quick-stack-12 {
  font-family: var(--font--main);
}

.quick-stack-12.spacing-up-140 {
  text-align: center;
  flex: 0 auto;
  margin-top: 140px;
}

.div-block {
  font-family: var(--font--main);
}

.cell-26 {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.heading-13 {
  font-size: var(--heading--h3);
}

.padding-down-0 {
  align-self: stretch;
  padding-bottom: 0;
  padding-left: 0;
}

.grid-5 {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  margin-top: 0;
}

.heading-14 {
  text-align: center;
  margin-top: 140px;
  padding-bottom: 20px;
}

.bold-text-2, .bold-text-3 {
  font-size: var(--heading--h2);
}

.cell-27 {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.bold-text-4 {
  text-align: justify;
}

.cell-28, .cell-29 {
  justify-content: center;
  align-items: center;
}

.cell-30 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
}

.quick-stack-13 {
  text-align: center;
}

.grid-6 {
  grid-template-rows: auto auto auto auto auto;
}

.heading-15 {
  font-size: var(--heading--h6);
}

.div-block-2 {
  border-left: 1px #000;
  border-radius: 0;
  margin-top: 70px;
}

.grid-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px #000;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.paragraph-7 {
  text-align: center;
  margin-top: 20px;
}

.body-2 {
  font-family: var(--font--main);
}

.container-5 {
  margin-top: 140px;
}

.image-6 {
  align-self: center;
}

.body-3, .text-block-4 {
  font-family: var(--font--main);
}

.paragraph-8 {
  margin-bottom: 140px;
}

.container-6 {
  margin-top: 20px;
}

.grid-8 {
  display: flex;
  align-items: center;
  gap: 20px; /* Відступ між елементами */
}


.bold-text-5, .bold-text-6 {
  font-size: var(--heading--h2);
}

@media screen and (max-width: 991px) {
  .container {
    width: auto;
    max-width: 110rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .container.container-large {
    width: auto;
  }

  .heading-1 {
    font-size: 4rem;
  }

  .text-size-medium {
    font-size: 1.125rem;
  }

  .text-size-display {
    letter-spacing: 0;
    font-size: 8rem;
  }

  .heading-2 {
    font-size: 2.5rem;
  }

  .hero-wrapper {
    height: auto;
    padding-bottom: 0;
  }

  .heading {
    max-width: 60ch;
  }

  .hero-component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .hero-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
  }

  .hero-left-content {
    text-align: center;
  }

  .hero-interaction-wrapper {
    justify-content: center;
    align-items: center;
    height: 50vh;
    padding-bottom: 0;
    position: relative;
  }

  .text-images-wrapper {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

  .text-images {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .big-numbers {
    font-size: 7rem;
  }

  .big-numbers-card {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .big-numbers-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    place-items: center;
    width: 100%;
    display: flex;
  }

  .span {
    border-radius: 1rem;
    width: 3rem;
    height: 3rem;
    line-height: 6;
  }

  .span.three, .span.one, .span.two {
    width: 4rem;
  }

  .grid {
    grid-row-gap: 2rem;
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .card {
    flex-flow: row;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .top-content {
    max-width: none;
  }

  .section {
    margin-top: 8rem;
  }

  .logos-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 4rem;
    flex-flow: wrap;
  }

  .section-logos {
    margin-top: 8rem;
  }

  .big-gap {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
  }

  .header {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .testimonial-text {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .testimonial-image {
    height: 100%;
    max-height: none;
  }

  .clip {
    height: 100%;
  }

  .card-testimonial {
    width: auto;
    max-width: none;
    height: auto;
  }

  .testimonial-slider {
    max-width: none;
  }

  .slider-arrow-right, .slider-arrow-left {
    display: none;
  }

  .footer-component {
    min-height: 0;
  }

  .section-footer {
    padding-top: 8rem;
  }

  .footer-links-component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .text-box {
    max-width: 26ch;
  }

  .heading-3 {
    font-size: 3rem;
    line-height: 1.2;
  }

  .heading-4 {
    font-size: 1.75rem;
  }

  .style-guide-menu {
    grid-column-gap: 5rem;
    flex-flow: wrap;
    width: 100%;
  }

  .color-palette.primary-color {
    background-color: #fbfbfb;
  }

  .heading-6 {
    font-size: 1.25rem;
  }

  .heading-5 {
    font-size: 1.5rem;
  }

  .text-size-huge {
    font-size: 2rem;
  }

  .style-gudie-content.grid {
    grid-column-gap: 1rem;
  }

  .style-guide-component {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .works-link {
    justify-content: flex-start;
    min-height: 50vh;
  }

  .works-image {
    height: 73%;
  }

  .work-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    padding-bottom: 1.5rem;
  }

  .works-hover-follow {
    display: none;
  }

  .blog-image-wrapper {
    justify-content: flex-start;
  }

  .mask-frame {
    z-index: 4;
  }

  .work-template-images.vertical {
    margin-bottom: 6rem;
  }

  .content-section {
    padding-top: 8rem;
  }

  .form {
    justify-content: flex-start;
    align-items: center;
  }

  .text-size-medium-vw {
    font-size: 1.125rem;
  }

  .form-wrapper, .form-wrapper.full-width {
    width: 100%;
  }

  .	 {
    margin-top: 6rem;
  }

  .hero-card {
    width: 30vh;
    height: 38vh;
  }

  .hero-form {
    padding-bottom: 0;
  }

  .nav-menu-wrap {
    justify-content: flex-end;
    align-items: center;
  }

  .menu-button {
    border-radius: 4px;
    overflow: hidden;
  }

  .menu-button.k3--open {
    color: #fbfbfb;
    background-color: #ee64ff;
  }

  .right-navbar-content {
    display: none;
  }

  .navbar-component {
    padding-top: .6rem;
    padding-bottom: .6rem;
  }

  .brand, .brand.k3--current {
    width: 8rem;
  }

  .nav-link {
    color: #151515;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 2rem;
    display: flex;
  }

  .nav-menu {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    color: #151515;
    background-color: #efefef;
    justify-content: center;
    align-items: center;
    padding-bottom: 2rem;
    display: flex;
    position: absolute;
  }

  .grid-layout.tablet-1-column {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .heading-1 {
    font-size: 3rem;
  }

  .heading-2 {
    font-size: 2.375rem;
  }

  .hero-content {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .text-images-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .big-numbers {
    font-size: 6rem;
  }

  .big-numbers-card {
    text-align: center;
    max-width: none;
  }

  .big-numbers-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    display: flex;
  }

  .span {
    background-size: 2.5rem 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
  }

  .card {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .big-text {
    font-size: 9rem;
  }

  .section {
    margin-top: 4rem;
  }

  .logos-grid {
    grid-row-gap: 3rem;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-logos {
    margin-top: 6rem;
  }

  .big-gap, .testimonial-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .testimonial-text {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .testimonial-image {
    object-position: 50% 0%;
    height: 20rem;
    max-height: none;
  }

  .testimonial-slider-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    padding: 1rem;
  }

  .card-testimonial {
    width: 100%;
  }

  .image {
    object-position: 50% 20%;
  }

  .credits-wrapper {
    flex-flow: column;
  }

  .section-footer {
    padding-top: 6rem;
  }

  .heading-3 {
    font-size: 2.875rem;
  }

  .hero-style-guide-wrapper {
    padding-top: 8rem;
  }

  .style-guide-header {
    font-size: .875rem;
  }

  .heading-4 {
    font-size: 1.625rem;
  }

  .style-guide-menu {
    grid-column-gap: 2rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-6 {
    font-size: 1.125rem;
  }

  .heading-5 {
    font-size: 1.375rem;
  }

  .style-gudie-content.grid {
    grid-column-gap: 1rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .style-guide-component {
    grid-row-gap: 4rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    margin-top: 4rem;
    display: flex;
  }

  .works-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .collection-list {
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .works-link {
    min-height: 0;
  }

  .works-hover-follow {
    width: 8rem;
    height: 8rem;
  }

  .work-template-images.margin-bottom {
    margin-bottom: 6rem;
  }

  .work-template-images.vertical {
    width: 100%;
    margin-bottom: 4rem;
    margin-left: auto;
  }

  .work-template-images.vertical.right {
    width: 100%;
  }

  .content-section {
    padding-top: 4rem;
  }

  .form-component {
    margin-top: 4rem;
  }

  .navbar-component {
    padding-top: .3rem;
    padding-bottom: .3rem;
  }

  .brand, .brand.k3--current {
    width: 10rem;
  }

  .hero-section-works {
    padding-bottom: 4rem;
  }

  .grid-layout.grid-gap-m {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .utility-margin-bottom-2rem {
    margin-bottom: 1rem;
  }

  .delete-this {
    left: 1.5rem;
  }

  .text-size-medium-2 {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-1 {
    font-size: 2.9rem;
  }

  .rich-text {
    width: 100%;
  }

  .text-size-display.break-mobile {
    word-break: break-all;
  }

  .button-primary {
    align-items: center;
    width: 100%;
  }

  .heading-2 {
    font-size: 2.25rem;
  }

  .hero-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    height: auto;
    overflow: hidden;
  }

  .tag-wrapper {
    justify-content: center;
    align-items: center;
  }

  .elipse.hide-mobile {
    display: none;
  }

  .hero-interaction-wrapper {
    height: 60vh;
    position: relative;
  }

  .big-numbers {
    font-size: 5rem;
  }

  .big-text {
    font-size: 8rem;
  }

  .logos-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .logos {
    height: auto;
  }

  .big-gap {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

  .testimonial-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .testimonial-slider-content {
    padding: 1rem 1rem 1.3rem;
  }

  .card-testimonial {
    width: 100%;
  }

  .credits-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .footer-links-wrapper {
    text-align: center;
  }

  .vertical-line.hide-mobile {
    display: none;
  }

  .tag.vertical-mobile {
    flex-flow: column;
  }

  .heading-3 {
    font-size: 2.75rem;
  }

  .hero-style-guide-wrapper {
    padding-top: 6rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-4 {
    font-size: 1.5rem;
    line-height: 1.3;
  }

  .style-guide-content {
    margin-bottom: 6rem;
  }

  .style-guide-menu {
    grid-column-gap: 0rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .heading-6 {
    font-size: 1rem;
  }

  .class-name-wrapper {
    width: 100%;
    overflow: hidden;
  }

  .heading-5 {
    font-size: 1.25rem;
  }

  .style-guide-content-wrapper {
    flex-flow: column;
    align-items: stretch;
    display: flex;
  }

  .divider-line {
    width: 100%;
  }

  .style-gudie-content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .style-guide-component {
    grid-template-columns: auto;
    grid-auto-columns: auto;
  }

  .works-hover-follow {
    width: 6rem;
    height: 6rem;
  }

  .blog-image-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .mask-frame {
    z-index: 4;
  }

  .form, .form-wrapper {
    width: 100%;
  }

  .hero-card {
    width: 45vh;
    height: 60vh;
    position: absolute;
  }

  .navbar-component {
    padding-top: .2rem;
    padding-bottom: .2rem;
  }

  .brand {
    width: 15rem;
  }

  .brand.k3--current {
    width: 14rem;
  }

  .nav-menu {
    width: 100%;
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
  }

  .button-secondary {
    align-items: center;
    width: 100%;
  }

  .text-size-medium-2 {
    font-size: 1.125rem;
  }

  .modal-link {
    flex-flow: wrap;
  }
}

.order-button {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.button-primary.k3-inline-block {
  width: 100%;
  min-width: 220px;
  max-width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.video-responsive {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 співвідношення сторін */
  height: 0;
  overflow: hidden;
}

.video-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.section-6-rem {
  margin-top: 6rem;
}

.product-flex-row {
  display: flex;
  align-items: center;
  gap: 40px;
  margin: 40px 0;
}

.product-short-video {
  flex: 1 1 50%;
  max-width: 480px;
}

.product-text-block {
  flex: 1 1 50%;
  display: flex;
  align-items: center;
}

.rich-text {
  width: 100%;
}

/* Адаптивність для мобільних */
@media (max-width: 900px) {
  .product-flex-row {
    flex-direction: column;
    gap: 24px;
    align-items: stretch;
  }
  .product-short-video,
  .product-text-block {
    max-width: 100%;
  }
}

.text-left-align {
  text-align: left;
  width: 100%; 
}

.product-video {
  margin: 100px 0;
}







/*
Кастомні функції Кастомні функції Кастомні функції Кастомні функції
Кастомні функції Кастомні функції Кастомні функції Кастомні функції
Кастомні функції Кастомні функції Кастомні функції Кастомні функції
Кастомні функції Кастомні функції Кастомні функції Кастомні функції
Кастомні функції Кастомні функції Кастомні функції Кастомні функції
Кастомні функції Кастомні функції Кастомні функції Кастомні функції
*/

/*
Анімація появи знизу вверх
*/

.animate-on-scroll {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s cubic-bezier(.215,.61,.355,1), transform 0.8s cubic-bezier(.215,.61,.355,1);
}
.animate-on-scroll.visible {
  opacity: 1;
  transform: none;
}



/*
Анімація бігучої строки "КОМФОРТ СТИЛЬ ЗДОРОВ'Я ЗРУЧНІСТЬ"
*/

.hero-big-text {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 0px 0;
  background: transparent;
  margin-top: -200px !important;
}

.hero-marquee {
  display: flex;
  white-space: nowrap;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.marquee-inner {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  /* Width автоматично за контентом */
  animation: marquee-left 50s linear infinite;
}

.text-size-display {
  font-size: 12em;
  font-weight: 400;
  margin: 0 32px 0 0;
  letter-spacing: 4px;
  color: #222;
  white-space: nowrap;
}

@keyframes marquee-left {
  0%   { transform: translateX(0%);}
  100% { transform: translateX(-50%);}
}



/*
Анімація появи картинок поверх "КОМФОРТ СТИЛЬ ЗДОРОВ'Я ЗРУЧНІСТЬ"
*/

.hero-interaction-wrapper {
  position: relative;
  display: flex;
  justify-content: center; /* горизонтально по центру */
  align-items: center;     /* по вертикалі всередині контейнера */
  width: 100%;
  min-height: 200px; /* Підбери значення, щоб картинки опинились у потрібній області */
  margin: 0px 0;   /* Відступи зверху і знизу, щоб було “між” заголовком і кнопкою */
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}


.hero-card {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) translateY(80px); /* Центруємо й додаємо стартовий зсув */
  opacity: 0;
  transition: 
    opacity 0.7s cubic-bezier(.16,1,.3,1),
    transform 0.7s cubic-bezier(.16,1,.3,1);
  will-change: transform, opacity;
}

/* Анімація появи + відскок */
.hero-card.animated {
  opacity: 1;
  animation: heroCardBounce 1s cubic-bezier(.23,1.13,.74,1.14) forwards;
}

@keyframes heroCardBounce {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) translateY(80px);
  }
  70% {
    opacity: 1;
    transform: translate(-50%, -50%) translateY(-10px);
  }
  85% {
    opacity: 1;
    transform: translate(-50%, -50%) translateY(6px);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) translateY(16px);
  }
}



.product-grid-2col {
grid-template-rows: auto;
grid-template-columns: 1fr 1fr;
}

.product-pay1 {
grid-template-rows: auto auto auto;
grid-template-columns: 1fr;
}

.product-pay2 {
grid-template-rows: auto;
grid-template-columns: 1fr .33fr;
}

.product-pay3 {
grid-template-rows: auto;
grid-template-columns: 1fr;
}

.product-pay4 {
grid-template-rows: auto auto auto;
grid-template-columns: 6em 1fr;
}

.work-hours {
align-self: auto;
}

.policy-menu {
grid-area: span 1 / span 1 / span 1 / span 1;
}

/* 
Галерея
*/
.swiper.mySwiper {
  width: 100vw;
  height: 100vh;         /* Висота = вікну браузера */
  max-width: none;       /* Щоб не обмежувалося 1280px */
  margin: 0;
  background: transparent ;
}
.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent !important;
}
.swiper-slide img {
  max-width: 100vw;
  max-height: 100vh;
  width: auto;
  height: auto;
  object-fit: contain;   /* Щоб не обрізалося */
  display: block;
  background: transparent !important;
  box-shadow: none !important;
}

.swiper-button-next,
.swiper-button-prev {
  top: 50% !important;
  transform: translateY(-50%);
  color: #ee64ff !important;      /* Колір стрілок */
  width: 50px;
  height: 50px;
  background: none!important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.swiper-pagination-bullet-active {
  background: #ee64ff !important; /* заміни на свій колір */
}

 /* 4 стилі нижче для поля "Характеристики" */
.characteristics-grid {
  display: grid;
  grid-template-columns: 1.2fr 2fr;
  grid-row-gap: 1.4rem;
  column-gap: 2.2rem;
  align-items: flex-start;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.characteristics-grid .char-title {
  font-size: 1.3rem;         /* Менший шрифт для назв */
  font-weight: 400;
  color: #191919;
  margin: 0;
  line-height: 1.2;
  letter-spacing: 0;
}

.characteristics-grid .char-value,
.characteristics-grid .char-value p {
  font-size: 1rem;         /* Як у тебе справа на скріні */
  font-weight: 400;
  color: #191919;
  margin: 0;
  line-height: 1.2;
  letter-spacing: 0;
}

@media (max-width: 900px) {
  .characteristics-grid {
    grid-template-columns: 1fr;
  }
  .characteristics-grid .char-title, .characteristics-grid .char-value {
    font-size: 1.08rem;
  }
}


/* K3 mobile overflow fixes - added by OpenCode 2026-05-14 */
@media (max-width: 767px) {
  html, body, #page, .site, .page-wrapper, .main-wrapper {
    max-width: 100% !important;
    overflow-x: hidden !important;
  }
  .nav-menu {
    max-width: 100vw !important;
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    transform: none !important;
    overflow-x: hidden !important;
  }
  .nav-menu, .nav-menu *,
  .k3-layout-blockcontainer, .container, .hero-header,
  .form-component1, .form-wrapper, .wpcf7, .wpcf7-form {
    box-sizing: border-box !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }
  .k3-layout-blockcontainer, .container, .hero-header,
  .form-component1, .form-wrapper, .wpcf7, .wpcf7-form {
    width: 100% !important;
    overflow-x: hidden !important;
  }
  .hero-header, .tag-wrapper, .form-component1, .form-wrapper {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
  .text-field-contact, .w-input, input, textarea, select,
  img, video, canvas, svg {
    max-width: 100% !important;
  }
}
