@charset "UTF-8";
@font-face {
  font-display: swap;
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/nunito-sans-v19-cyrillic_cyrillic-ext_latin-300.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/nunito-sans-v19-cyrillic_cyrillic-ext_latin-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/nunito-sans-v19-cyrillic_cyrillic-ext_latin-700.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/nunito-sans-v19-cyrillic_cyrillic-ext_latin-800.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/inter-v20-cyrillic_cyrillic-ext_latin-300.woff2") format("woff2");
}


/* CSS Reboot Styles */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body,
ul,
ol,
p,
dl,
dd,
figure,
blockquote,
pre {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font: inherit;
  margin: 0;
}

ul, ol {
  padding: 0;
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

td,
th {
  padding: 0;
  text-align: left;
  font-weight: normal;
}

a {
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

img,
audio,
canvas,
iframe,
svg,
video {
  max-width: 100%; /* Set responsive behaviour */
  height: auto;
  vertical-align: middle; /* Remove bottom spacing under element (line-height) */
}

iframe {
  border: none;
}

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

input,
textarea,
button,
optgroup,
select {
  margin: 0;
  font-family: inherit;
  vertical-align: middle;
}

textarea {
  resize: vertical;
}

/* Fast Tap enables no-delay taps (FastClick-esque) on supporting browsers */
a,
button,
input,
label,
select,
textarea {
  touch-action: manipulation;
}

/* Make fonts more sexy */
body,
input,
textarea,
button,
select {
  -webkit-font-smoothing: antialiased;
}

html {
  width: 100%;
  height: auto;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
  font-size: 0.0525vw;
}

*::-moz-placeholder {
  opacity: 1;
}

*::placeholder {
  opacity: 1;
}

body {
  width: 100%;
  height: auto;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-family: "Nunito Sans", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  color: #393939;
  background-color: #fff;
}

.wrapper {
  width: 100%;
  height: 100%;
  min-height: 100dvh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  z-index: 1;
  position: relative;
}

.header {
  flex: 0 0;
}

.main {
  flex: 1 0;
}

.footer {
  flex: 0 0;
}

a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

input {
  border: 0;
  outline: 0;
  border-radius: 0;
}

button {
  padding: 0;
  border: 0;
  background-color: transparent;
  color: #fff;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

img {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.no-scroll {
  overflow-y: hidden;
}

section {
  scroll-margin-top: 86px;
}

/* firefox */
@supports (-moz-appearance: none) {
  .no-scroll {
    padding-right: 0;
  }
}
@media (hover: none) and (pointer: coarse) {
  .no-scroll {
    margin-right: 0;
  }
}


textarea:focus {
  outline: none;
}

._container {
  width: 100%;
  padding-left: 11.2%;
  padding-right: 11.2%;
  margin-left: auto;
  margin-right: auto;
}

.section-padding {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section-padding-top {
  padding-top: 70px;
}

.section-padding-bottom {
  padding-bottom: 70px;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  cursor: pointer;
}
.btn:hover {
  filter: brightness(110%);
}
.btn:active {
  transform: translateY(1px);
}

/* Selection color change */
::-moz-selection {
  color: #fff;
  background-color: #0E0E0E;
}
::selection {
  color: #fff;
  background-color: #0E0E0E;
}

::-moz-selection {
  color: #fff;
  background-color: #0E0E0E;
}

/* Scrollbar change */
::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

* {
  scrollbar-width: thin;
  scrollbar-color: #888 transparent;
}

/* delete IOS select */
button,
label,
input {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

/* Header styles */
/* Media queries */
@media (min-width: 768px) {
  .br-tab {
    display: none;
  }
  .br-mob {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .br-desc {
    display: none;
  }
  .br-mob {
    display: none;
  }
}
@media (max-width: 480px) {
  .br-desc {
    display: none;
  }
  .br-tab {
    display: none;
  }
}
/* STYLES */
/* burger menu */
:root {
  --burger-menu-color: #E8E8E8;
  --burger-menu-width: 18px;
  --burger-menu-height: 14px;
  --burger-top-plus: 7px;
  --burger-top-minus: -7px;
  --burger-line-height: 2.5px;
  --burger-line-round: 10px;
}

.header__burger {
  width: var(--burger-menu-width);
  height: var(--burger-menu-height);
  position: relative;
  transition-duration: 1s;
  background-color: transparent;
  flex-shrink: 0;
  margin-left: 25px;
  cursor: pointer;
}

.header__burger span {
  height: var(--burger-line-height);
  border-radius: var(--burger-line-round);
  background-color: var(--burger-menu-color);
  width: 100%;
  position: absolute;
  transition-duration: 0.25s;
  transition-delay: 0.25s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.header__burger span::before {
  content: "";
  height: var(--burger-line-height);
  border-radius: var(--burger-line-round);
  background-color: var(--burger-menu-color);
  left: 0px;
  position: absolute;
  top: var(--burger-top-minus);
  width: 100%;
  transition-duration: 0.25s;
  transition: transform 0.25s, top 0.25s 0.25s;
}

.header__burger span::after {
  content: "";
  height: var(--burger-line-height);
  border-radius: var(--burger-line-round);
  background-color: var(--burger-menu-color);
  left: 0px;
  position: absolute;
  top: var(--burger-top-plus);
  width: 100%;
  transition-duration: 0.25s;
  transition: transform 0.25s, top 0.25s 0.25s;
}

.header__burger.open span {
  transition-duration: 0.1s;
  transition-delay: 0.25s;
  background: transparent;
}

.header__burger.open span:before {
  transition: top 0.25s, transform 0.25s 0.25s;
  top: 0px;
  transform: rotateZ(-45deg);
}

.header__burger.open span:after {
  transition: top 0.4s, transform 0.25s 0.25s;
  top: 0px;
  transform: rotateZ(45deg);
}

/* mobile menu */
.mobile-menu {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 70dvh;
  background-color: transparent;
  z-index: 200;
  min-height: 670px;
  transform: translateY(-200%);
  overflow: hidden;
  transition-duration: 0.5s;
}
.mobile-menu .mf-btn {
  margin-bottom: 55px;
}

.mobile-menu-opened .mobile-menu {
  transform: translateY(0);
  transition-duration: 0s;
}

.mobile-menu-opened .header__burger,
.mobile-menu-opened .header__logo {
  z-index: 250;
}

.site-backing {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.368627451);
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.7s;
  pointer-events: none;
}

.mobile-menu-opened .site-backing {
  opacity: 1;
  visibility: visible;
}

.mobile-menu-backing {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  aspect-ratio: 1/1;
  background-color: #000;
  border-radius: 10000px;
  transition-duration: 1s;
}

.mobile-menu-opened .mobile-menu-backing {
  transform: scale(500);
  transition-duration: 3s;
}

.mobile-menu-close {
  position: absolute;
  top: -95px;
  right: 0;
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml;utf8,<svg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M13 13L7.00002 7.00002M7.00002 7.00002L1 1M7.00002 7.00002L13 1M7.00002 7.00002L1 13' stroke='%23E8E8E8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  display: none;
}

.mobile-menu__inner {
  position: relative;
  height: 100%;
  padding-top: 177px;
  padding-bottom: 95px;
}

.mobile-menu-box {
  height: 100%;
  display: flex;
  -moz-column-gap: 150px;
       column-gap: 150px;
  position: relative;
}

.mobile-menu-box__left {
  flex-grow: 1;
  display: flex;
  width: 100%;
  justify-content: space-between;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.mobile-menu-cl {
  min-width: 150px;
}

.mobile-menu-box__right {
  width: 260px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}

.mf-btn {
  display: flex;
  color: #E8E8E8;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.39px;
  text-transform: uppercase;
  height: 42px;
  width: 100%;
  border-radius: 20px;
  border: 1px solid #AAA;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  transition-duration: 0.5s;
}

.mf-btn:hover {
  background-color: #E8E8E8;
  color: #000;
}

.mob-soc-box {
  display: flex;
  align-items: center;
  -moz-column-gap: 23px;
       column-gap: 23px;
  margin-bottom: 42px;
}
.mob-soc-box a {
  max-width: 24px;
  cursor: pointer;
}

.mob-menu-nav {
  display: flex;
  flex-direction: column;
  row-gap: 27px;
  margin-bottom: 60px;
}

.mb-tel {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 23px;
  transition-duration: 0.3s;
  display: flex;
}

.mb-tel:hover {
  opacity: 0.7;
}

.mb-address {
  color: #C7C7C7;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.57;
  transition-duration: .3s;
}

.mb-address:hover {
  color: #fff;
}

.mob-soc-box a {
  transition-duration: 1s;
}

.footer-soc a:hover,
.mob-soc-box a:hover {
  opacity: 0.65;
}

.mobile-menu-cl__title {
  color: #656565;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  margin-bottom: 46px;
}

.mobile-menu-cl ul {
  display: flex;
  flex-direction: column;
  row-gap: 35px;
}

.mobile-menu-cl ul a {
  color: #E8E8E8;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.48px;
  text-transform: uppercase;
}

/* search box */
.header-search-box {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 100dvh;
  background-color: #111111;
  z-index: 200;
  overflow: hidden;
  transition-duration: 0.5s;
  transform: translateY(200%);
  pointer-events: none;
  opacity: 0;
}
.header-search-box .mf-btn {
  margin-bottom: 55px;
}

.header-search-box-opened .header-search-box {
  transform: translateY(0);
  transition-duration: 0.5s;
  pointer-events: initial;
  opacity: 1;
}

.header-search-box-opened .header__logo {
  z-index: 250;
}

.header-search-box__inner {
  position: relative;
  padding-top: 180px;
  height: 100%;
}

.close-header-search-btn {
  position: absolute;
  top: 86px;
  right: 11.2%;
  width: 14px;
  height: 14px;
  cursor: pointer;
}
.close-header-search-btn svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.site-search-section__label {
  display: flex;
  margin-bottom: 55px;
  font-weight: 400;
  font-size: 14px;
  line-height: 93%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #E8E8E8;
}

.site-search-form__input {
  width: 100%;
  height: 65px;
  background-color: transparent;
  border-bottom: 1px solid #777;
  font-weight: 300;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 0.03em;
  padding-left: 0;
  padding-right: 0;
  color: #E8E8E8;
}

.site-search-form__input::-moz-placeholder {
  font-weight: 300;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 0.03em;
  color: #656565;
}

.site-search-form__input::placeholder {
  font-weight: 300;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 0.03em;
  color: #656565;
}

.site-search-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 40px;
  padding-bottom: 40px;
}

.site-search-section__results {
  width: 100%;
  margin-top: 100px;
  height: calc(100% - 240px);
  overflow-y: auto;
  overflow-x: hidden;
}

.site-search-section__empty {
  font-weight: 300;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #E8E8E8;
  display: none;
}

.site-search-section__status {
  font-weight: 300;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #E8E8E8;
  display: block;
}

.site-search-form__input:focus-visible {
  border-bottom-color: #E8E8E8;
}

.site-search-grid .product-item,
.site-search-grid .product-item .projects-slide__image-box {
  width: 100% !important;
  height: auto !important;
}

.site-search-grid .project-link-box {
  margin-top: 20px;
}

.site-search-grid .arrow-link {
  color: #E8E8E8;
  font-weight: 500;
}

.site-search-grid .arrow-link::before {
  width: 11px;
  height: 11px;
  filter: brightness(0) saturate(100%) invert(81%) sepia(0%) saturate(8%) hue-rotate(152deg) brightness(113%) contrast(99%);
  top: 0;
}

.site-search-card__placeholder {
  background: #222;
  aspect-ratio: 1/0.72;
}

.scroll-to-top-btn {
  position: fixed;
  right: 32px;
  bottom: 40px;
  width: 72px;
  height: 72px;
  /* border-radius: 999px; */
  /* border: 1px solid rgba(57, 57, 57, 0.14); */
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 120;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease, background-color 0.3s ease;
}

.scroll-to-top-btn.freeze {
  position: absolute;
  bottom: 350px;
}

.scroll-to-top-btn svg {
  width: 40px;
  height: 49px;
}

.scroll-to-top-btn:hover {
  /* background: #ffffff; */
}

.scroll-to-top-btn.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Media Queries */
.link-btn {
  display: inline-block;
  color: var(--White-text, #E8E8E8);
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 129.412% */
  letter-spacing: 0.51px;
  text-transform: uppercase;
}

.link-btn--black {
  color: #393939;
  font-size: 22px;
  transition-duration: 0.55s;
}

.link-btn::before {
  content: "";
  display: inline-flex;
  margin-right: 16px;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml;utf8,<svg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1 14L14 1M14 1H3.6M14 1V11.4' stroke='%23E8E8E8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  top: 1px;
  position: relative;
  transition-duration: 0.7s;
}

.link-btn--black.link-btn::before {
  margin-right: 18px;
  filter: brightness(0) saturate(100%) invert(17%) sepia(65%) saturate(0%) hue-rotate(237deg) brightness(100%) contrast(89%);
}

.link-btn--black:hover {
  padding-right: 10px;
  transform: translateX(-5px);
}

.link-btn--black:hover::before {
  transform: translateX(4px) translateY(-1px);
}

.header {
  width: 100%;
  position: absolute;
  left: 49.99%;
  transform: translateX(-50%);
  padding-top: 80px;
  top: 0;
  z-index: 50;
  transition-duration: 0.5s;
  will-change: transform;
  transition-duration: 1s;
  opacity: 0;
}

header.header-visible {
  opacity: 1;
}

.header.header-hide {
  transform: translateX(-50%) translateY(-200%);
}

.header__logo {
  width: 114px;
  display: flex;
}

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

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

.header-menu {
  margin-right: 62px;
}

.hero-section__search {
  font-size: 0;
  display: flex;
  width: 17px;
  height: 17px;
  background-image: url("data:image/svg+xml;utf8,<svg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M12.3939 11.3007C13.3461 10.1104 13.9154 8.60052 13.9154 6.95771C13.9154 3.11507 10.8003 0 6.95771 0C3.11507 0 0 3.11507 0 6.95771C0 10.8003 3.11507 13.9154 6.95771 13.9154C8.60052 13.9154 10.1104 13.3461 11.3007 12.3939L15.6802 16.7736C15.9821 17.0755 16.4717 17.0755 16.7736 16.7736C17.0755 16.4717 17.0755 15.9821 16.7736 15.6802L12.3939 11.3007ZM6.95771 12.377C3.9647 12.377 1.5384 9.95071 1.5384 6.95771C1.5384 3.9647 3.9647 1.5384 6.95771 1.5384C9.95071 1.5384 12.377 3.9647 12.377 6.95771C12.377 9.95071 9.95071 12.377 6.95771 12.377Z' fill='%23E8E8E8'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.header-menu li a,
.mob-menu-nav li a,
.mobile-menu-cl ul a {
  color: #E8E8E8;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  position: relative;
  transition-duration: 0.5s;
}

.header-menu li a:hover,
.mob-menu-nav li a:hover,
.mobile-menu-cl ul a:hover {
  color: #fff;
}

.project-info-section__right a {
  position: relative;
  width: -moz-max-content;
  width: max-content;
}

.header-menu li a::after,
.mob-menu-nav li a::after,
.mobile-menu-cl ul a::after,
.project-info-section__right a::after {
  content: "";
  position: absolute;
  left: 1px;
  bottom: -7px;
  height: 2px;
  width: 0;
  background-color: #545454;
  transition: width 0.5s ease;
}

.project-info-section__right a::after {
  height: 1px;
}

.header-menu li a:hover::after,
.mob-menu-nav li a:hover::after,
.mobile-menu-cl ul a:hover::after,
.project-info-section__right a:hover::after {
  width: 98%;
}

.hero-section__bg-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #0E0E0E;
  transition: opacity 0.15s ease;
}

.hero-section__bg-video.video-loaded {
  opacity: 1;
}

@media (min-width: 600px) {
  .hero-section__bg-video {
    opacity: 0;
  }
  .hero-section__bg-video.video-loaded {
    opacity: 1;
  }
}
.hero-section {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 450px;
  overflow: hidden;
  color: #ffffff;
  background-color: #0E0E0E;
}

.hero-section__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  overflow: hidden;
  background-color: #0E0E0E;
  transition-duration: 1.5s;
}

.site-curtain {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 102%;
  height: 102%;
  transition-delay: 0.25s;
  transition-duration: 1.5s;
  background: #0E0E0E;
}

.video-loaded .site-curtain {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 87.67%, rgba(0, 0, 0, 0.27) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.54) 100%), 50%/cover no-repeat;
}

.video-loaded.hero-section__bg {
  background-color: transparent;
}

.video-loaded .hero-section__bg-video {
  opacity: 1;
}

.hero-section__bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-section__content {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 105px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.hero-section__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hero-section__logo {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 2px;
}

.hero-section__nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.hero-section__nav-link {
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
}

.hero-section__title {
  color: var(--White-text, #E8E8E8);
  font-family: "Helvetica Neue";
  font-family: "Nunito Sans", Arial, Helvetica, sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.11;
  text-transform: uppercase;
  margin-bottom: 33px;
}

.hero-section__subtitle {
  color: #C7C7C7;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: 0.6px;
}

.wf-500 {
  font-weight: 500;
}

.white-text {
  color: #fff;
  color: #E8E8E8; 
}

.our-mission-section {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #0E0E0E;
  overflow: hidden;
  top: -2px;
  position: relative;
  z-index: 2;
}

.our-mission-section-inner {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 60px;
       column-gap: 60px;
}

.our-mission-section-inner__left {
  width: 100%;
  max-width: 1080px;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.4;
  color: #A9A9A9;
}
.our-mission-section-inner__left p {
  margin-bottom: 20px;
}
.our-mission-section-inner__left p:last-child {
  margin-bottom: 0;
}

.our-mission-header {
  font-weight: 500;
  color: #E8E8E8;
}

.our-mission-section-inner__right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 50px;
}

.our-mission-logo {
  max-width: 42px;
}

.projects-section {
  padding-top: 260px;
  padding-bottom: 220px;
}

.projects-section-box {
  margin-top: 37px;
}

.projects-slider-section {
  width: 100%;
  padding-top: 40px;
}

.projects-slider__top {
  margin-bottom: 16px;
}

.projects-slider__all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  color: #A7A7A7;
}

.projects-slider__icon {
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23A7A7A7' stroke-width='2' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 17L17 7M17 7H9M17 7V15'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

.splide {
  width: 100%;
}

.projects-slider {
  width: 100%;
}

.splide__track {
  overflow: visible;
}

.splide__slide {
  position: relative;
  overflow: hidden;
  width: auto;
}

.projects-slide__image-box {
  width: auto;
  height: 443px;
  aspect-ratio: 688/443;
  overflow: hidden;
}

.projects-slide__image-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.projects-slide__content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 28px;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  color: #FFF;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.projects-slide__text {
  color: #E8E8E8;
  font-family: "Nunito Sans", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px; /* 127.778% */
  letter-spacing: -0.36px;
  text-transform: uppercase;
  max-width: 478px;
}

.projects-slide__arrow {
  display: block;
  width: 26px;
  height: 26px;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%23FFFFFF' stroke-width='2' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 17L17 7M17 7H9M17 7V15'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition-duration: 0.5s;
  top: 3px;
  position: relative;
}

.projects-slide__image-box img,
.detail-slide-box__image img {
  transition-duration: 1s;
  will-change: transform;
}

.projects-slide:hover .projects-slide__image-box img {
  transform: scale(1.05);
}
.projects-slide:hover .projects-slide__arrow {
  transform: translateX(2px) translateY(-2px);
}

.product-item:hover .projects-slide__image-box img {
  transform: scale(1.05);
}
.product-item:hover .arrow-link::before {
  transform: translateX(7px) translateY(0px);
}
.product-item:hover .arrow-link {
  transform: translateX(-5px);
}

.detail-slide-box__image {
  overflow: hidden;
  aspect-ratio: 571/370;
}

.detail-slide-box__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail-slide-box__image:hover img {
  transform: scale(1.05);
}


.arrow-link:hover::before {
  transform: translateX(7px) translateY(0px);
}

.arrow-link:hover {
  transform: translateX(-5px);
}

.link-btn,
.link-btn:before {
  transition-duration: 1.7s;
}

.link-btn:hover::before {
  transform: translateX(6px) translateY(0px);
}

.link-btn:hover {
  transform: translateX(-5px);
}

.f-video-section {
  width: 100%;
  padding-top: 140px;
  padding-bottom: 140px;
}

.f-video-box {
  width: 100%;
  aspect-ratio: 1490/796;
  background-color: #000;
  cursor: default;
  position: relative;
  overflow: hidden;
}
.f-video-box video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.f-video-box .video-poster {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 5;
  transition-duration: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-video-box .f-video-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  width: 273px;
  aspect-ratio: 273/34;
  height: auto;
  display: flex;
  z-index: 6;
  -o-object-fit: initial;
     object-fit: initial;
}

.f-video-box {
  cursor: url("../img/video-cursor.svg") 12 0, default;
}

.f-video-box.f-video-box--play {
  cursor: default;
}

.f-video-box--play .f-video-cursor {
  display: none;
}

.video-poster picture,
.video-poster img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.video-poster picture::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.f-video-box--play .video-poster {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.products-section {
  padding-top: 140px;
  padding-bottom: 140px;
}

.section-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  -moz-column-gap: 90px;
       column-gap: 90px;
  margin-bottom: 70px;
}

.section-top__text {
  color: #656565;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.25;
  max-width: 745px;
}

.project-link-box {
  margin-top: 40px;
  width: 100%;
  display: flex;
}

.product-item {
  display: flex;
  flex-direction: column;
  aspect-ratio: 571/427;
  height: 427px;
  width: auto;
  transition-duration: 0.5s;
}

.product-item .projects-slide__image-box {
  aspect-ratio: 572/370;
  height: 370px;
  overflow: hidden;
}

.projects-section__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.arrow-link {
  display: inline-block;
  color: #393939;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.51px;
  text-transform: uppercase;
  transition-duration: 0.75s;
}

.arrow-link::before {
  content: "";
  display: inline-flex;
  margin-right: 16px;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml;utf8,<svg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1 14L14 1M14 1H3.6M14 1V11.4' stroke='%23E8E8E8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  top: 2px;
  position: relative;
  transition-duration: 0.7s;
  margin-right: 20px;
  filter: brightness(0) saturate(100%) invert(17%) sepia(65%) saturate(0%) hue-rotate(237deg) brightness(100%) contrast(89%);
}

.splide img,
.splide .projects-slide__text {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
}

.products-section__bottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.request-section {
  padding-top: 140px;
  padding-bottom: 100px;
  background-color: #fff;
}

.request-section::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
}

.request-section--full-padding {
  padding-top: 300px;
  padding-bottom: 140px;
}

.products-section__inner .section-top {
  margin-bottom: 15px;
}

.products-section__bottom {
  margin-bottom: 57px;
}

.request-title {
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
}

.request-form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 90px;
       column-gap: 90px;
}

.request-form-box__left {
  flex-grow: 1;
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 40px;
       column-gap: 40px;
}

.request-form-box__right {
  max-width: 745px;
  width: 100%;
  padding-top: 17px;
}

input {
  border-bottom: 1px solid #060606;
  padding: 8px;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 0.76;
  letter-spacing: 0.34px;
}

input::-moz-placeholder {
  color: #656565;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.26px;
}

input::placeholder {
  color: #656565;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.26px;
}

[type=submit] {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--White-text, #E8E8E8);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  border-radius: 100px;
  background-color: #0E0E0E;
  border: 1px solid #0E0E0E;
  padding: 0px 100px;
  height: 50px;
  transition-duration: 0.5s;
  cursor: pointer;
}

[type=submit]:hover {
  background-color: transparent;
  color: #0E0E0E;
}

.features-section {
  padding-top: 110px;
  padding-bottom: 110px;
}

.fs-top {
  width: 100%;
  display: flex;
  -moz-column-gap: 90px;
       column-gap: 90px;
  margin-bottom: 120px;
}

.fs-top__left {
  width: 50%;
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 40px;
       column-gap: 40px;
}

.m-logo {
  width: 84px;
}

.features-title {
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  max-width: 281px;
  top: -4px;
  position: relative;
}

.fs-top__right {
  width: 100%;
  max-width: 745px;
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}

.fs-item {
  display: flex;
  flex-direction: column;
  row-gap: 3px;
}

.fs-item-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
  text-transform: uppercase;
}

.fs-item-text {
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
  color: #656565;
}

.fs-bottom {
  display: flex;
  -moz-column-gap: 90px;
       column-gap: 90px;
  margin-bottom: 70px;
}

.fs-bottom__left {
  width: 50%;
}

.fs-bottom__right {
  width: 100%;
  max-width: 745px;
}

.fs-bottom .fs-item-title {
  margin-bottom: 24px;
}

.splide__slide.inst-slide {
  aspect-ratio: 302/377;
  height: 377px;
  margin-right: 3px;
  overflow: hidden;
}

.splide__slide.inst-slide .projects-slide__image-box {
  width: 100%;
  height: 100%;
  aspect-ratio: initial;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.inst-slide-icon {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 16px;
  height: 16px;
  z-index: 2;
}

.splide__slide.inst-slide:hover .projects-slide__image-box img {
  transform: scale(1.05);
}

.f-info-section {
  padding-top: 180px;
  padding-bottom: 90px;
  background-color: #fff;
}

.f-info__inner {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 195px;
       column-gap: 195px;
}

.f-info__left {
  width: 50%;
  padding-right: 55px;
}

.f-info-title {
  color: #393939;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.f-info-text {
  color: #888;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
}

.f-info__right {
  width: 50%;
  padding-right: 55px;
}

.pal-ca {
  position: relative;
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;

  /* Firefox */
  scrollbar-width: auto;
  scrollbar-color: #999 transparent;
}

/* Chrome, Edge, Safari */
.pal-ca::-webkit-scrollbar {
  width: 3px;
}

.pal-ca::-webkit-scrollbar-track {
  background: transparent;
}

.pal-ca::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 999px;
}

.pal-ca::-webkit-scrollbar-thumb:hover {
  background-color: #777;
}

/* .pal-ca::after {
  content: "";
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  width: 3px;
  height: 80%;
  background-color: #F1F1F1;
  border-radius: 10px;
}

.pal-ca::before {
  content: "";
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  width: 3px;
  height: 30px;
  background-color: #424242;
  border-radius: 10px;
  z-index: 2;
} */

.timeline-title {
  color: #E8E8E8;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
}

.timeline-section {
  padding-top: 120px;
  padding-bottom: 85px;
  margin-bottom: 110px;
  background-color: #0E0E0E;
}

.splide__slide.time-item {
  aspect-ratio: 244/241;
  height: 241px;
  width: auto;
  margin-right: 65px;
  display: flex;
  flex-direction: column;
  color: #fff;
  position: relative;
  overflow: visible;
}

.splide__slide.time-item::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 7px;
  aspect-ratio: 6/61;
  height: auto;
  background-image: url("../img/tl-line.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.timeline-header {
  color: #E8E8E8;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
}

.timeline-section__inner {
  position: relative;
  margin-top: 90px;
}

.timeline-section__inner::before {
  background: linear-gradient(90deg, #666 0%, #E3E3E3 100%);
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.timeline-box {
  display: flex;
  flex-direction: column;
  row-gap: 0;
  padding-top: 90px;
}

.timeline-title {
  color: #E8E8E8;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.53;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.timeline-text {
  color: #939393;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.33;
  letter-spacing: -0.3px;
}

.timeline-mobile {
  display: none;
}

.inst-section {
  padding-top: 110px;
  padding-bottom: 110px;
  background-color: #fff;
}

.details-section {
  padding-top: 125px;
  padding-bottom: 125px;
}

.show-more-btn {
  color: #393939;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  margin-top: 34px;
  cursor: pointer;
}

.show-more-btn::before {
  content: "";
  display: inline-flex;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M7 1V13M7 13L13 7M7 13L1 7' stroke='%23393939' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 25px;
  top: 1px;
  position: relative;
  transition-duration: 1.5s;
}

.show-more-btn:hover::before {
  top: 4px;
  margin-right: 10px;
}

/* footer */
.footer {
  background-color: #0E0E0E;
  padding-bottom: 57px;
  z-index: 3;
  position: relative;
  height: 310px;
}

.footer-inner-top {
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer__logo {
  display: flex;
  width: 135px;
}

.footer-inner-bottom {
  padding-top: 23px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-cred-box {
  margin-bottom: 18px;
}

.footer-cred-box a {
  color: #FFF;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition-duration: 1s;
  margin-right: 9px;
  position: relative;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  position: relative;
}

.footer-cred-box a::after {
  content: "";
  display: inline-flex;
  background-color: #fff;
  width: 1px;
  height: 9px;
  margin-left: 12px;
  top: 0;
  position: relative;
}

.footer-cred-box a:hover {
  opacity: 0.65;
}

.footer-cred-box a:last-child::after {
  display: none;
}

.footer-copyright {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.footer-inner-bottom__right {
  display: flex;
  align-items: center;
}

.footer-nav-menu {
  margin-right: 40px;
}

.footer-nav-menu a {
  color: #E8E8E8;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.39px;
  text-transform: uppercase;
  position: relative;
}

.footer-nav-menu a::after {
  content: "";
  position: absolute;
  left: 1px;
  bottom: -5px;
  height: 2px;
  width: 0;
  background-color: #545454;
  transition: width 0.5s ease;
}

.footer-nav-menu a:hover::after {
  width: 98%;
}

.footer-soc {
  display: flex;
  align-items: center;
  -moz-column-gap: 23px;
       column-gap: 23px;
  padding-left: 34px;
  border-left: 1px solid #A3A1A1;
}

.footer-soc a {
  width: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: 1s;
}

.footer-soc > a:nth-child(1) {
  width: 21px;
}

.footer-soc > a:nth-child(2) {
  width: 20px;
}

.footer-soc a:hover {
  opacity: 0.65;
}

.groove-arrow {
  transition-duration: 1.7s;
  cursor: pointer;
}

.groove-arrow:hover {
  transform: translateX(7px);
}

#smooth-wrapper {
  overflow: hidden;
}

.magic-text-1,
.magic-text-2,
.fade-in {
  will-change: transform, opacity;
}

.shelopa-section {
  padding-top: 140px;
  padding-bottom: 100px;
}

.shelopa-section__inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  -moz-column-gap: 250px;
       column-gap: 250px;
}

.shelopa-section__left {
  width: 46%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.shelopa-section__left-bottom {
  margin-top: 230px;
}

.shelopa-section__right {
  width: 54%;
}

.shelopa-section__right-bottom {
  margin-top: 110px;
}

.f-video-section-info {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
  width: 100%;
  margin-top: 80px;
}

.f-video-section-info__left {
  width: 50%;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.25;
  text-transform: uppercase;
}

.f-video-section-info__right {
  width: 50%;
  max-width: 500px;
}

.f-video-section-info__item {
  margin-bottom: 35px;
}

.f-video-section-info__item .project-info-f-item__title {
  margin-bottom: 7px;
}

.f-video-section-info .loom-about-item__text br {
  display: none;
}

.project-info-section--showroom .project-info-description {
  max-width: 870px;
}

.project-info-section--showroom .project-info-section__right {
  width: 450px;
}

.project-info-section--showroom .project-info-f-item__text {
  margin-bottom: 5px;
}

.shelopa-section__right-top .loom-about-item__title {
  margin-bottom: 25px;
}

.shelopa-section__right-top .loom-about-item__text {
  margin-bottom: 20px;
}

/* MEDIA */
@media (max-width: 1900px) {
  ._container {
    padding-left: 8.8%;
    padding-right: 8.8%;
  }
  .f-info__inner {
    -moz-column-gap: 100px;
         column-gap: 100px;
  }
  .close-header-search-btn {
    right: 8.8%;
  }
}
@media (max-width: 1800px) {
  .mobile-menu-box {
    -moz-column-gap: 100px;
         column-gap: 100px;
  }
}
@media (max-width: 1600px) {
  .mobile-menu-box {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
}
@media (max-width: 1500px) {
  .m-logo {
    width: 72px;
  }
  .features-title {
    font-size: 20px;
    top: -2px;
  }
  .fs-item-title,
  .fs-item-text {
    font-size: 18px;
  }
  .fs-top {
    margin-bottom: 100px;
    -moz-column-gap: 70px;
         column-gap: 70px;
  }
  .fs-bottom {
    -moz-column-gap: 70px;
         column-gap: 70px;
  }
  .fs-top__right,
  .fs-bottom__right {
    width: 50%;
    max-width: initial;
  }
  .fs-bottom .fs-item-title {
    margin-bottom: 12px;
  }
  .f-info__left {
    padding-right: 15px;
  }
  .shelopa-section__inner {
    -moz-column-gap: 125px;
         column-gap: 125px;
  }
  .shelopa-section__right {
    max-width: 520px;
  }
  .shelopa-section__right-bottom {
    margin-top: 90px;
  }
  .shelopa-section__left {
    max-width: 525px;
  }
  .shelopa-section__left-top img {
    max-width: 460px;
    width: 100%;
  }
  .project-info-section--showroom .project-info-description {
    max-width: 640px;
  }
}
@media (max-width: 1440px) {
  .hero-section__subtitle {
    font-size: 18px;
    max-width: 590px;
    font-weight: 300;
    line-height: 1.27;
    letter-spacing: 0.54px;
  }
  .our-mission-section-inner__left {
    max-width: 932px;
    font-size: 18px;
  }
  .projects-section {
    padding-top: 220px;
  }
  .f-video-section,
  .products-section {
    padding-top: 125px;
    padding-bottom: 125px;
  }
  .projects-slide__text {
    font-size: 15px;
    max-width: 425px;
  }
  .section-top__text,
  .request-form-box__right {
    max-width: 585px;
    font-size: 18px;
  }
  .section-top {
    margin-bottom: 57px;
    -moz-column-gap: 35px;
         column-gap: 35px;
  }
  .request-form {
    -moz-column-gap: 35px;
         column-gap: 35px;
  }
  .request-title {
    font-size: 22px;
    line-height: 1.13;
  }
  [type=submit] {
    height: 42px;
    padding-left: 90px;
    padding-right: 90px;
    font-size: 14px;
  }
  .request-form-box__left {
    -moz-column-gap: 35px;
         column-gap: 35px;
  }
  .f-info-title {
    font-size: 18px;
  }
  .f-info-text {
    font-size: 18px;
  }
  .mobile-menu-cl__title {
    font-size: 13px;
    margin-bottom: 35px;
  }
  .mobile-menu-cl ul a {
    font-size: 13px;
  }
  .mob-menu-nav li a {
    font-size: 13px;
  }
  .mob-menu-nav {
    row-gap: 24px;
  }
}
@media (max-width: 1430px) {
  ._container {
    padding-left: 6.65%;
    padding-right: 6.65%;
  }
  .close-header-search-btn {
    right: 6.65%;
  }
  .projects-section {
    padding-top: 220px;
    padding-bottom: 120px;
  }
}
@media (max-width: 1350px) {
  .mobile-menu-box__right {
    width: 220px;
  }
  .mobile-menu-cl__title,
  .mobile-menu-cl ul a {
    font-size: 10px;
  }
  .mf-btn {
    font-size: 13px;
    height: 34px;
  }
  .mobile-menu .mf-btn {
    margin-bottom: 45px;
  }
  .mobile-menu-cl ul {
    row-gap: 25px;
  }
  .mobile-menu-cl__title {
    margin-bottom: 30px;
  }
  .mobile-menu-box__left {
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .mobile-menu-box {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media (max-width: 1199px) {
  .f-info__inner {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
  .footer-inner-bottom {
    align-items: flex-end;
  }
}
@media (max-width: 1150px) {
  .mobile-menu-box {
    flex-direction: column;
    row-gap: 50px;
  }
  .mobile-menu__inner {
    padding-top: 150px;
  }
  .mobile-menu-box__right {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .mobile-menu .mf-btn {
    max-width: 260px;
  }
  .mobile-menu-box-right--t {
    width: 50%;
  }
  .mobile-menu-box-right--tx {
    width: 50%;
  }
  .mobile-menu-box-right--tb {
    width: 100%;
  }
  .mob-soc-box {
    margin-bottom: 23px;
  }
  .mb-tel {
    margin-bottom: 25px;
  }
}
@media (max-width: 1100px) {
  .section-top {
    flex-direction: column;
    row-gap: 28px;
    margin-bottom: 60px;
  }
  .section-top__text {
    font-size: 16px;
  }
  .link-btn::before {
    content: "";
    display: inline-flex;
    margin-right: 16px;
    width: 18px;
    height: 18px;
  }
  .shelopa-section__inner .loom-about-item__title {
    margin-bottom: 10px;
  }
  .shelopa-section__inner .loom-about-item__text {
    margin-bottom: 10px;
  }
  .project-info-section--showroom .project-info-section__right {
    width: 100%;
    flex-wrap: nowrap;
  }
  .project-info-section--showroom .project-info-section__right .project-info-f-item:nth-child(2) {
    display: none;
  }
  .project-info-section--showroom .project-info-section__right .project-info-f-item {
    width: 25%;
  }
}
@media (max-width: 1000px) {
  .our-mission-section-inner__left {
    font-size: 16px;
    max-width: 545px;
  }
  .section-top {
    width: 100%;
  }
  .request-form {
    flex-direction: column;
    row-gap: 44px;
  }
  .request-form-box__left {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
  .request-form-box__right {
    width: calc(50% - 15px);
    max-width: initial;
  }
  input {
    width: 50%;
  }
  [type=submit] {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .fs-top {
    flex-direction: column;
    row-gap: 80px;
  }
  .fs-top__left {
    width: 100%;
    justify-content: space-between;
  }
  .features-title {
    max-width: 228px;
  }
  .fs-top__right {
    width: 100%;
  }
  .fs-top__right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .fs-item-title, .fs-item-text {
    font-size: 16px;
  }
  .fs-top {
    margin-bottom: 85px;
  }
  .fs-bottom {
    width: 100%;
    flex-direction: column;
    row-gap: 44px;
  }
  .fs-bottom__left,
  .fs-bottom__right {
    width: 100%;
  }
  .fs-bottom .fs-item-title {
    margin-bottom: 4px;
  }
  .fs-bottom {
    max-width: 520px;
    margin-bottom: 50px;
  }
  .f-info__inner {
    flex-direction: column;
    row-gap: 63px;
  }
  .f-info__left {
    width: 100%;
  }
  .f-info__right {
    width: 100%;
  }
  .f-info__left {
    padding-right: 45px;
  }
  .footer-copyright {
    max-width: 400px;
  }
  .footer-copyright br {
    display: none;
  }
  .mobile-menu-cl {
    min-width: initial;
  }
  .footer-cred-box a {
    font-size: 10px;
  }
}
@media (max-width: 769px) {
  .header {
    padding-top: 60px;
  }
  .header__logo {
    width: 130px;
  }
  .our-mission-section-inner__right {
    display: none;
  }
  .our-mission-section {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .hero-section__title {
    margin-bottom: 25px;
  }
  .f-video-section,
  .products-section,
  .request-section,
  .features-section {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .projects-section {
    padding-top: 160px;
    padding-bottom: 110px;
  }
  .timeline-section {
    margin-top: 110px;
  }
  .features-section {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .inst-section {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .hero-section__subtitle {
    font-size: 16px;
    max-width: 476px;
  }
  ._container {
    padding-left: 12%;
    padding-right: 12%;
  }
  .close-header-search-btn {
    right: 12%;
    top: 65px;
  }
  .projects-slide__image-box {
    aspect-ratio: 850/528;
    height: 528px;
  }
  .splide__slide.projects-slide {
    aspect-ratio: initial;
    aspect-ratio: 820/580;
    width: auto;
    height: 400px;
  }
  .splide__slide.projects-slide .projects-slide__image-box {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: initial;
  }
  .splide__slide.projects-slide .projects-slide__image-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .splide__slide.product-item {
    aspect-ratio: 814/605;
    width: auto;
    height: 400px;
  }
  .splide__slide.product-item .projects-slide__image-box {
    aspect-ratio: 814/527;
    width: 100%;
    height: auto;
  }
  .request-form-box__left {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .timeline-section {
    padding-top: 92px;
    padding-bottom: 82px;
  }
  .f-info-title {
    font-size: 16px;
  }
  .f-info-text {
    font-size: 16px;
    line-height: 1.4;
  }
  .splide__slide.inst-slide {
    aspect-ratio: 390/486;
    height: 486px;
  }
  .link-btn::before {
    content: "";
    display: inline-flex;
    margin-right: 16px;
    width: 16px;
    height: 16px;
    top: -1px;
  }
  .footer-cred-box a {
    font-size: 10px;
  }
  .footer-copyright {
    font-size: 8px;
  }
  .footer-copyright br {
    display: none;
  }
  .footer-nav-menu {
    margin-right: 20px;
  }
  .footer-soc {
    padding-left: 20px;
  }
  .footer-inner-bottom {
    -moz-column-gap: 30px;
         column-gap: 30px;
    position: relative;
  }
  .footer-inner-bottom__left {
    width: 100%;
    height: 77px;
  }
  .footer-inner-bottom__right {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .footer-copyright {
    max-width: 300px;
  }
  .link-btn::before {
    margin-right: 16px;
    width: 16px;
    height: 16px;
    top: 0px;
  }
  .mobile-menu {
    padding-bottom: 50px;
    height: 85dvh;
    overflow-y: auto;
  }
  .mobile-menu-backing {
    display: none;
  }
  .mobile-menu-opened .mobile-menu {
    background-color: #000;
  }
  .f-video-box {
    cursor: pointer;
  }
  .f-video-box .f-video-logo {
    width: 155px;
  }
  .video-poster::after {
    content: "";
    position: absolute;
    top: 11px;
    left: 13px;
    width: 74px;
    aspect-ratio: 74/10;
    height: auto;
    background-image: url("../img/watch-vd.svg");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
  }
  .products-section__bottom {
    margin-bottom: 18px;
  }
  .groove-arrow {
    max-width: 17px;
  }
  .timeline-header {
    max-width: 530px;
    margin-left: 0;
    padding-right: 0;
  }
  .timeline-title {
    margin-bottom: 5px;
  }
  .fs-top__right {
    justify-content: space-between;
    grid-template-columns: 228px 228px;
  }
  .f-info-section {
    padding-bottom: 60px;
  }
  .link-btn::before {
    width: 13px;
    height: 13px;
  }
  .explain-two-section__left-bottom {
    margin-top: 90px;
  }
  .explain-two-section__right-bottom {
    margin-top: 75px;
  }
  .shelopa-section__inner {
    -moz-column-gap: 70px;
         column-gap: 70px;
  }
  .shelopa-section__right-bottom {
    margin-top: 60px;
  }
  .shelopa-section__left-bottom {
    margin-top: 210px;
  }
  .f-video-section-info .loom-about-item__text br {
    display: block;
  }
}
@media (max-width: 720px) {
  .footer-inner-bottom__right {
    position: relative;
    top: initial;
    bottom: initial;
    left: initial;
    right: initial;
    transform: initial;
  }
  .footer-inner-bottom {
    flex-direction: column;
    width: 100%;
  }
  .footer-inner-bottom__right {
    order: 1;
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 25px;
    border-bottom: 1px solid #3E3E3E;
    margin-bottom: 25px;
  }
  .footer-inner-bottom__left {
    order: 2;
    width: 100%;
  }
  .footer-inner-top {
    border-bottom: none;
  }
  .footer-inner-top {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .footer-nav-menu {
    order: 2;
  }
  .footer-soc {
    order: 1;
    padding-right: 20px;
    padding-left: 0;
    border-left: none;
    border-right: 1px solid #A3A1A1;
  }
  .footer-nav-menu {
    margin-left: 20px;
  }
  .footer-cred-box {
    display: flex;
    justify-content: center;
  }
  .footer-copyright {
    max-width: initial;
  }
  .footer-copyright {
    line-height: 1.4;
  }
}
@media (max-width: 700px) {
  .mobile-menu-box__left {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 40px;
  }
  .mobile-menu {
    height: 100dvh;
  }
}
@media (max-width: 600px) {
  ._container {
    padding-left: 22px;
    padding-right: 22px;
  }
  .close-header-search-btn {
    right: 22px;
    top: 38px;
    width: 11px;
    height: 11px;
  }
  .header {
    padding-top: 32px;
  }
  .header__logo {
    width: 82px;
  }
  .header-menu li a {
    font-size: 12px;
  }
  .header-menu {
    margin-right: 20px;
    top: -1px;
    position: relative;
  }
  .hero-section__search {
    width: 13px;
    height: 13px;
  }
  .hero-section {
    height: 100dvh;
    width: 100%;
    max-height: 965px;
  }
  .our-mission-section-inner__left {
    font-size: 13px;
    width: 100%;
    max-width: initial;
    margin-left: auto;
    margin-right: auto;
  }
  .our-mission-section-inner__right {
    display: flex;
    padding-bottom: 0;
  }
  .our-mission-section-inner {
    flex-direction: column;
    row-gap: 45px;
  }
  .our-mission-section-inner._container {
    padding-left: 11%;
    padding-right: 11%;
  }
  .our-mission-logo {
    max-width: 25px;
  }
  .our-mission-section {
    padding-top: 55px;
    padding-bottom: 80px;
  }
  .hero-section__title {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .hero-section__subtitle {
    font-size: 13px;
    max-width: 290px;
  }
  .hero-section__content {
    padding-bottom: 35px;
  }
  .projects-section {
    padding-top: 90px;
    padding-bottom: 60px;
  }
  .f-video-section,
  .products-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .f-info-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .timeline-section {
    margin-bottom: 10px;
  }
  .request-section {
    padding-top: 70px;
    padding-bottom: 50px;
  }
  .request-section--full-padding {
    padding-bottom: 70px;
  }
  .features-section {
    padding-top: 70px;
    padding-bottom: 60px;
  }
  .inst-section {
    padding-top: 60px;
    padding-bottom: 70px;
  }
  .details-section {
    padding-top: 60px;
    padding-bottom: 70px;
  }
  .timeline-section {
    margin-top: 30px;
  }
  .link-btn--black {
    font-size: 12px;
  }
  .link-btn--black.link-btn::before {
    margin-right: 8px;
  }
  .link-btn::before {
    width: 9px;
    height: 9px;
  }
  .projects-section-box {
    margin-top: 15px;
  }
  .splide__slide.projects-slide {
    aspect-ratio: 269/257;
    width: 269px;
    height: auto;
  }
  .splide__slide.projects-slide .projects-slide__image-box {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: initial;
  }
  .splide__slide.projects-slide .projects-slide__image-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .splide__slide.projects-slide .projects-slide__content {
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .splide__slide.projects-slide .projects-slide__text {
    font-size: 9px;
    line-height: 1.4;
    max-width: 210px;
  }
  .splide__slide.projects-slide .projects-slide__arrow {
    width: 15px;
    height: 15px;
  }
  .splide__slide.product-item {
    aspect-ratio: 268/290;
    width: auto;
    height: 290px;
  }
  .splide__slide.product-item .projects-slide__image-box {
    aspect-ratio: 268/257;
    width: 100%;
    height: auto;
  }
  .splide__slide.product-item .projects-slide__image-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .project-link-box {
    margin-top: 22px;
  }
  .arrow-link {
    font-size: 12px;
  }
  .arrow-link::before {
    width: 9px;
    height: 9px;
    margin-right: 10px;
    top: 0;
  }
  .section-top__text {
    font-size: 13px;
    max-width: 300px;
  }
  .section-top {
    margin-bottom: 27px;
    row-gap: 15px;
  }
  .request-title {
    font-size: 14px;
  }
  .request-form-box__left {
    flex-direction: column;
    width: 100%;
    row-gap: 25px;
  }
  .request-form-box__left {
    max-width: 400px;
  }
  input {
    width: 100%;
    font-size: 10px;
  }
  input::-moz-placeholder {
    font-size: 10px;
  }
  input::placeholder {
    font-size: 10px;
  }
  .request-form {
    row-gap: 40px;
  }
  .request-form-box__right {
    width: 100%;
  }
  [type=submit] {
    max-width: 300px;
    width: 100%;
    font-size: 10px;
    height: 33px;
  }
  .timeline-section {
    padding-top: 40px;
    padding-bottom: 65px;
  }
  .timeline-header {
    font-size: 14px;
    max-width: 350px;
    margin-left: 22px;
  }
  .timeline-section__inner {
    display: none;
  }
  .timeline-mobile {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    row-gap: 32px;
  }
  .timeline-mobile .timeline-box {
    padding-top: 0;
    position: relative;
  }
  .timeline-mobile .timeline-title {
    font-size: 13px;
    position: relative;
  }
  .timeline-mobile .timeline-text {
    font-size: 13px;
  }
  .timeline-mobile__item {
    margin-left: 20px;
  }
  .timeline-mobile .timeline-title::before {
    content: "";
    position: absolute;
    display: flex;
    top: 7px;
    left: -21px;
    width: 5px;
    height: 5px;
    border-radius: 100px;
    background-color: #8B8B8B;
  }
  .timeline-mobile {
    position: relative;
  }
  .timeline-mobile-line {
    display: flex;
    position: absolute;
    top: 7.5px;
    left: 23px;
    width: 1px;
    height: 88%;
    background: linear-gradient(180deg, #666 0%, #E3E3E3 100%);
    z-index: -1;
  }
  .m-logo {
    width: 41px;
  }
  .features-title {
    font-size: 13px;
    max-width: 165px;
    top: -4px;
  }
  .fs-top {
    row-gap: 50px;
  }
  .fs-top__right {
    flex-direction: column;
    grid-template-columns: 1fr;
    row-gap: 27px;
  }
  .fs-item-title, .fs-item-text {
    font-size: 13px;
  }
  .fs-item-text {
    line-height: 1.4;
  }
  .fs-top__left {
    justify-content: flex-start;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .fs-bottom {
    row-gap: 18px;
  }
  .fs-top {
    margin-bottom: 70px;
  }
  .fs-bottom {
    margin-bottom: 26px;
  }
  .arrow-link {
    font-weight: 500;
  }
  .f-info-title {
    font-size: 10px;
    margin-bottom: 15px;
  }
  .f-info-text {
    font-size: 10px;
    line-height: 1.4;
  }
  .pal-ca::before {
    height: 25px;
  }
  .f-info__inner {
    row-gap: 40px;
  }
  .pal-ca::after {
    height: 100%;
  }
  .splide__slide.inst-slide {
    aspect-ratio: 205/257;
    height: 257px;
  }
  .footer-cred-box a {
    font-size: 10px;
  }
  .footer__logo {
    width: 88px;
  }
  .footer .link-btn {
    font-size: 12px;
  }
  .footer .link-btn::before {
    margin-right: 14px;
  }
  .footer-inner-top {
    padding-top: 32px;
    padding-bottom: 10px;
  }
  .footer-soc a {
    width: 18px;
  }
  .footer-soc > a:nth-child(1) {
    width: 17px;
  }
  .footer-soc > a:nth-child(2) {
    width: 16px;
  }
  .footer-nav-menu a {
    font-size: 12px;
  }
  .footer-cred-box a {
    font-size: 7px;
  }
  .footer-cred-box a::after {
    height: 5px;
  }
  .footer-inner-bottom__left {
    height: auto;
  }
  .footer {
    padding-bottom: 25px;
  }
  .footer-cred-box {
    margin-bottom: 10px;
  }
  .footer-copyright {
    font-size: 7px;
  }
  .inst-slide-icon {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 12px;
    height: 12px;
  }
  .splide__slide.inst-slide {
    margin-right: 2px;
  }
  .mobile-menu__inner {
    padding-top: 90px;
  }
  .mobile-menu-cl__title {
    margin-bottom: 20px;
  }
  .mobile-menu-cl ul {
    row-gap: 15px;
  }
  .mob-soc-box {
    -moz-column-gap: 18px;
         column-gap: 18px;
  }
  .mob-soc-box a {
    max-width: 18px;
  }
  .mb-address {
    font-size: 9px;
  }
  .products-section__inner .section-top {
    margin-bottom: 8px;
  }
  .products-section__bottom {
    margin-bottom: 10px;
  }
  .groove-arrow {
    width: 10px;
    aspect-ratio: 21/18;
    height: auto;
    flex-shrink: 0;
    top: -1px;
    position: relative;
  }
  @supports (-webkit-touch-callout: none) {
    .groove-arrow {
      top: -5px;
    }
  }
  .f-video-box .f-video-logo {
    width: 112px;
  }
  .link-btn::before {
    width: 10px;
    height: 10px;
  }
  .link-btn--black.link-btn::before {
    margin-right: 10px;
  }
  .splide__slide.projects-slide .projects-slide__text {
    max-width: 205px;
  }
  .video-poster::after {
    width: 50px;
    top: 8px;
    left: 10px;
  }
  .products-section__inner .section-top {
    margin-bottom: 0;
  }
  .project-link-box .arrow-link {
    font-size: 10px;
  }
  .arrow-link::before {
    width: 7px;
    height: 7px;
  }
  .timeline-title {
    margin-bottom: 0;
  }
  .f-video-box {
    aspect-ratio: 1920/1080;
  }
  .our-mission-section-inner__right {
    display: none;
  }
  .shelopa-section__inner {
    flex-direction: column;
  }
  .shelopa-section__left {
    width: 100%;
    max-width: initial;
  }
  .shelopa-section__left-top img {
    max-width: initial;
    width: 100%;
  }
  .shelopa-section__left-bottom {
    margin-top: 0;
    display: none;
  }
  .shelopa-section__right {
    margin-top: 40px;
    max-width: initial;
    width: 100%;
  }
  .shelopa-section__right-bottom {
    margin-top: 40px;
  }
  .shelopa-section__right-bottom--text {
    margin-top: 40px;
  }
  .project-info-section--showroom .project-info-section__right .project-info-f-item:nth-child(2) {
    display: flex;
  }
  .project-info-section--showroom .project-info-section__right {
    flex-wrap: wrap;
  }
  .project-info-section--showroom .project-info-section__right .project-info-f-item {
    width: calc(50% - 20px);
  }
  .project-info-section--showroom .project-info-section__left {
    margin-bottom: 35px;
  }
}
@media (max-width: 500px) {
  .mobile-menu .mf-btn {
    width: 100%;
    height: 27px;
    font-size: 10px;
    max-width: initial;
    width: 100%;
    margin-bottom: 35px;
  }
  .mob-menu-nav li a {
    font-size: 9px;
  }
  .mob-menu-nav {
    row-gap: 10px;
  }
  .mobile-menu-box-right--tx .mb-tel {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .mob-soc-box {
    margin-bottom: 15px;
  }
  :root {
    --burger-top-plus: 6px;
    --burger-top-minus: -6px;
    --burger-line-height: 1.5px;
    --burger-line-round: 10px;
  }
  .header__burger {
    margin-left: 17px;
  }
  .timeline-text {
    height: 87px;
  }
  .timeline-mobile-line {
    height: 87%;
  }
}
@media (max-width: 400px) {
  .our-mission-section-inner._container {
    padding-left: 54px;
    padding-right: 54px;
  }
  .mobile-menu-box__left {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
@media (max-width: 380px) {
  .mobile-menu-cl__title, .mobile-menu-cl ul a {
    font-size: 8px;
  }
}
@media (max-width: 360px) {
  .footer-cred-box a::after {
    display: none;
  }
  .footer-cred-box {
    flex-direction: column;
    align-items: center;
    row-gap: 5px;
  }
}
#smooth-content {
  overscroll-behavior: none;
  scroll-behavior: auto;
  -webkit-overflow-scrolling: touch;
}

#smooth-wrapper {
  height: 100%;
  overflow: hidden;
}

#smooth-content {
  min-height: 100%;
  will-change: transform;
}

.projects-section .splide__track::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 500%;
  height: 5px;
  background-color: rgb(255, 255, 255);
  z-index: 2;
}

.projects-section .splide__track::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 500%;
  height: 5px;
  background-color: rgb(255, 255, 255);
  z-index: 2;
}

.products-section .splide__track::after {
  content: "";
  position: absolute;
  bottom: 58px;
  left: 50%;
  transform: translateX(-50%);
  width: 500%;
  height: 5px;
  background-color: rgb(255, 255, 255);
  z-index: 2;
}

.products-section .splide__track::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 500%;
  height: 5px;
  background-color: rgb(255, 255, 255);
  z-index: 2;
}

@media (max-width: 600px) {
  .products-section .splide__track::after {
    bottom: 39px;
  }
}
.regular-page-section {
  padding-top: 230px;
  width: 100%;
  background-color: #0E0E0E;
}

.breadcrumbs-section {
  padding-top: 35px;
  padding-bottom: 35px;
}
.breadcrumbs-section a {
  color: #C7C7C7;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  position: relative;
}
.breadcrumbs-section span {
  color: #C7C7C7;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}
.breadcrumbs-section .breadcrumb_last {
  position: relative;
}
.breadcrumbs-section .breadcrumbs-separator {
  margin-left: 6px;
  margin-right: 6px;
}

.dwnl-show {
  opacity: 0;
  transition-duration: 1s;
}

.dwnl-show.dwnl-show--visible {
  opacity: 1;
}

.breadcrumb_last::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  height: 1.5px;
  width: 100%;
  background-color: #545454;
  transition: width 0.5s ease;
}

.breadcrumbs-section a::after,
.materials-configurator-btn::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  height: 1.5px;
  width: 0;
  background-color: #545454;
  transition: width 0.5s ease;
}

.materials-configurator-btn::after {
  height: 1px;
}

.breadcrumbs-section a:hover::after,
.materials-configurator-btn:hover::after {
  width: 100%;
}

.materials-configurator-btn::before {
  content: "/";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -13px;
}

.materials-configurator-btn--active::after {
  width: 100%;
}

.all-products-section {
  background-color: #0E0E0E;
  padding-bottom: 110px;
}

.all-products-box-item__bottom {
  margin-top: 24px;
}
.all-products-box-item__bottom .arrow-link {
  color: #E8E8E8;
}
.all-products-box-item__bottom .arrow-link::before {
  filter: brightness(0) saturate(100%) invert(98%) sepia(4%) saturate(11%) hue-rotate(196deg) brightness(115%) contrast(82%);
}

.all-products-section {
  padding-top: 85px;
}

.all-products-section.dark-bg .title-product {
  color: #E8E8E8;
  margin-bottom: 50px;
}
.all-products-section.dark-bg .show-more-btn {
  color: #E8E8E8;
}
.all-products-section.dark-bg .show-more-btn::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(46%) hue-rotate(126deg) brightness(112%) contrast(82%);
}

.all-products-box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 55px;
}

.all-products-box-item__image {
  aspect-ratio: 486/328;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.all-products-box-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-duration: 1s;
}

.all-products-header {
  color: #E8E8E8;
  font-size: 45px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
}

.all-projects-item__left {
  overflow: hidden;
}

.all-projects-item__left img {
  transition-duration: 1s;
}

.all-products-box-item:hover .all-products-box-item__image img,
.all-projects-item__left:hover img {
  transform: scale(1.05);
}

.all-products-box-item:hover .arrow-link {
  transform: translateX(-5px);
}

.all-products-box-item:hover .arrow-link::before {
  transform: translateX(7px) translateY(0px);
}

.regular-page-title {
  width: 100%;
  background-color: #0E0E0E;
}

.all-projects-section {
  padding-top: 85px;
  width: 100%;
  background-color: #0E0E0E;
  padding-bottom: 200px;
}

.all-projects-controls {
  display: flex;
  align-items: center;
  -moz-column-gap: 25px;
       column-gap: 25px;
}
.all-projects-controls a {
  color: #C7C7C7;
  text-align: right;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.06;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.all-projects-controls a {
  position: relative;
}

.all-projects-controls a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  height: 1.5px;
  width: 0;
  background-color: #545454;
  transition: width 0.5s ease;
}

.all-projects-controls a:hover::after {
  width: 100%;
}

a.all-projects-control--active::after {
  width: 100%;
}

.all-projects-box {
  margin-top: 50px;
}

.all-projects-item {
  display: flex;
  -moz-column-gap: 90px;
       column-gap: 90px;
}

.all-projects-item__left {
  flex-grow: 1;
  aspect-ratio: 837/492;
}

.all-projects-item__right {
  width: 357px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.all-projects-item__right-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 10px;
}

.alpri-item {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  width: calc(50% - 5px);
}

.alpri-item__title {
  color: #C7C7C7;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

.alpri-item__text {
  color: #656565;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.25;
}

.all-projects-item__right-bottom {
  display: flex;
  flex-direction: column;
}
.all-projects-item__right-bottom .arrow-link {
  color: #C7C7C7;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  width: -moz-max-content;
  width: max-content;
}
.all-projects-item__right-bottom .arrow-link::before {
  filter: brightness(0) saturate(100%) invert(94%) sepia(0%) saturate(2263%) hue-rotate(25deg) brightness(84%) contrast(94%);
}

.all-projects-item__name {
  color: #E8E8E8;
  font-size: 45px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.11;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.all-projects-item {
  padding-top: 125px;
  padding-bottom: 125px;
  border-bottom: 1px solid #292929;
}

.all-projects-item:nth-child(1) {
  padding-top: 30px;
}

.project-info-section {
  width: 100%;
  padding-top: 120px;
  padding-bottom: 110px;
}

.project-info-section__inner {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 90px;
       column-gap: 90px;
}

.project-info-section__left {
  max-width: 970px;
  width: 100%;
}

.project-info-description {
  width: 100%;
}
.project-info-description p {
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.25;
  margin-bottom: 20px;
}
.project-info-description p:last-child {
  margin-bottom: 0;
}

.project-info-section .breadcrumbs-section {
  padding: 0px 0px;
  margin-bottom: 60px;
}
.project-info-section .breadcrumbs-section a, .project-info-section .breadcrumbs-section span {
  color: #393939;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.06;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}
.project-info-section .breadcrumbs-section .breadcrumb_last::after {
  height: 1px;
  background-color: #777777;
}
.project-info-section .breadcrumbs-section a::after {
  background-color: #777777;
  height: 1px;
}

.project-info-section__right {
  width: 402px;
  flex-shrink: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.project-info-f-item {
  width: calc(50% - 15px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  row-gap: 8px;
}

.project-info-f-item__title {
  color: #393939;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.07;
  text-transform: uppercase;
}

.project-info-f-item__text {
  color: #656565;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.4;
}

.splide-details-next {
  cursor: pointer;
}

.detail-slide-box {
  display: flex;
  flex-direction: column;
  row-gap: 37px;
}

.splide-details .splide__slide {
  width: 569px !important;
}

.detail-slide-box__details {
  color: #656565;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.22;
  padding-right: 70px;
}
.detail-slide-box__details strong {
  font-weight: 500;
}

.dt-header {
  color: #393939;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.13;
  text-transform: uppercase;
}

.all-products-box-item__image::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 101%;
  height: 5px;
  background-color: #0E0E0E;
  z-index: 2;
}

.all-products-box-item__image::after {
  content: "";
  position: absolute;
  bottom: 44px;
  left: 50%;
  transform: translateX(-50%);
  width: 101%;
  height: 5px;
  background-color: #0E0E0E;
  z-index: 2;
}

.gallery-section {
  padding-top: 125px;
  padding-bottom: 125px;
}

.details-section .splide__track::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 500%;
  height: 5px;
  background-color: rgb(255, 255, 255);
  z-index: 2;
}

.gallery-box {
  margin-top: 55px;
  display: flex;
  flex-direction: column;
  row-gap: 0;
}

.gallery-row {
  position: relative;
  width: 100%;
  aspect-ratio: 1487/479;
  display: flex;
  -moz-column-gap: 4px;
       column-gap: 4px;
  margin-bottom: 4px;
}

.gallery-item {
  overflow: hidden;
}

.gallery-item a {
  display: flex;
  height: 100%;
  position: relative;
}

.gallery-item picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.gallery-item img {
  transition-duration: 1s;
  will-change: transform;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery-row-1-2 .gallery-item:first-child {
  width: calc(66.8% - 2.6666px);
}

.gallery-row-1-2 .gallery-item:nth-child(2) {
  width: calc(33.3333333% - 2.6666px);
}

.gallery-row-2-1 .gallery-item:first-child {
  width: calc(33.3333333% - 2.6666px);
}

.gallery-row-2-1 .gallery-item:nth-child(2) {
  width: calc(66.67% - 2.6666px);
}

.gallery-row-1-1-1 .gallery-item {
  width: calc(33.3333333% - 2.6666px);
}

.arrow-link {
  display: inline-block;
  color: #393939;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.51px;
  text-transform: uppercase;
  transition-duration: 0.75s;
}

.arrow-link::before {
  content: "";
  display: inline-flex;
  margin-right: 16px;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml;utf8,<svg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1 14L14 1M14 1H3.6M14 1V11.4' stroke='%23E8E8E8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  top: 2px;
  position: relative;
  transition-duration: 0.7s;
  margin-right: 20px;
  filter: brightness(0) saturate(100%) invert(17%) sepia(65%) saturate(0%) hue-rotate(237deg) brightness(100%) contrast(89%);
}

.gallery-row--hidden.gallery-row {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  transform: translateY(30px);
  margin-bottom: 0;
}

.gallery-row--hidden.gallery-item {
  margin-bottom: 0;
}

/* класс для анимации появления */
.gallery-row--fade-in {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.fancybox__backdrop {
  background: var(--fancybox-bg, rgba(0, 0, 0, 0.92));
}

.hero-section__bg-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 3px;
  border-style: solid;
  border-color: #ffffff;
  opacity: 0;
  transition: opacity 0.15s ease;
  border-radius: 0;
}

.fancybox__thumb {
  border-radius: 0;
}

.request-section--xv-padding {
  padding-top: 25px;
  padding-bottom: 220px;
}

.all-projects-item:last-child {
  border-bottom: none;
}

.all-projects-item.all-projects-item--last {
  border-bottom: none;
}

.gallery-section.dark-bg .dt-header {
  color: #E8E8E8;
}
.gallery-section.dark-bg .gallery-show-more-btn {
  color: #E8E8E8;
}
.gallery-section.dark-bg .show-more-btn::before,
.gallery-section.dark-bg .arrow-link::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(46%) hue-rotate(126deg) brightness(112%) contrast(82%);
}
.gallery-section.dark-bg .arrow-link {
  color: #E8E8E8;
}

.hero-product-section {
  width: 100%;
  aspect-ratio: 1920/945;
  max-height: 945px;
}

.hero-product-section .hero-product-section__inner {
  width: 100%;
  height: 100%;
}

.hero-product-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 490/138;
  opacity: 0;
  animation: heroLogoFadeIn 2s ease forwards 0.15s;
}

@keyframes heroLogoFadeIn {
  to {
    opacity: 1;
  }
}
.vb-product-info-section {
  position: relative;
  overflow: hidden;
}
.vb-product-info-section .project-info-section__inner {
  z-index: 2;
  position: relative;
  padding-top: 88px;
  padding-bottom: 88px;
}

.vb-product-info-bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: initial;
  height: auto;
  aspect-ratio: 1920/1362;
  -o-object-fit: cover;
     object-fit: cover;
}

.vb-product-info-bg--mob {
  display: none;
}

.vb-product-info-special-box {
  transition-duration: 1s;
}

.vb-product-info-section .vb-product-title {
  color: #E8E8E8;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.dark-bg .project-info-description p {
  color: #E8E8E8;
}

.vb-product-info-section .breadcrumbs-section {
  padding-top: 0;
  padding-bottom: 50px;
}

.vb-product-info-section .project-info-section__right .project-info-f-item__title {
  color: #E8E8E8;
}

.vb-product-info-section .project-info-section__right .project-info-f-item__text {
  color: #B9B9B9;
}

.vb-product-info-section .project-info-section__right {
  padding-top: 80px;
}

.vb-product-info-image {
  width: 100%;
  z-index: 2;
  position: relative;
  padding-bottom: 78px;
}

.vb-product-info-section .show-more-btn {
  z-index: 2;
  position: relative;
  color: #E8E8E8;
  margin-top: 35px;
}

.vb-product-info-section .show-more-btn::before {
  filter: brightness(0) saturate(100%) invert(99%) sepia(5%) saturate(8%) hue-rotate(118deg) brightness(108%) contrast(82%);
}

.vb-product-info-special-box .vb-product-info-special-item {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transform: translateY(8px);
  transition: max-height 0.5s ease, opacity 0.4s ease, transform 0.4s ease;
  margin-bottom: 0;
  transition-duration: 1s;
}

.vb-product-info-special-box .vb-product-info-special-item.is-visible {
  max-height: 300px;
  opacity: 1;
  transform: translateY(0);
  margin-bottom: 20px;
}

.vb-product-info-special-item .loom-about-item {
  margin-bottom: 25px;
}

.loom-about-section {
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  aspect-ratio: 1920/929;
}

.loom-about-section__inner {
  height: 100%;
}

.loom-about-box {
  height: 100%;
  width: 100%;
  display: flex;
  -moz-column-gap: 100px;
       column-gap: 100px;
  justify-content: space-between;
}

.loom-about-box__left {
  width: 47%;
  position: relative;
}

.loom-about-box__left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.loom-about-box__right {
  width: 53%;
  display: flex;
  flex-direction: column;
  padding-top: 73px;
  justify-content: space-between;
  padding-right: 11vw;
}

.loom-about-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 48px;
}

.loom-about-section-invert .loom-about-item:last-child {
  margin-bottom: 0;
}

.loom-about-item__title {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.loom-about-item__text {
  color: #656565;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.35;
  max-width: 745px;
}

.loom-about-box__img {
  max-width: 309px;
  width: 100%;
  aspect-ratio: 309/409;
  margin-left: auto;
}

.loom-about-box__img-title {
  position: absolute;
  left: 30px;
  bottom: 25px;
  color: #FFF;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.28;
  text-transform: uppercase;
}

.product-image-section {
  width: 100%;
  aspect-ratio: 1920/936;
  position: relative;
  margin-top: 150px;
}

.product-image__img {
  position: absolute;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-image__title {
  position: absolute;
  right: 40px;
  bottom: 25px;
  color: #FFF;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.28;
  text-transform: uppercase;
}

.product-image__img-mob {
  display: none;
}

.hero-section__bg .hero-section__bg--mob {
  display: none;
}

.hero-section__bg--mob picture {
  width: 100%;
}

.hero-section__bg--mob {
  display: none;
}

.loom-about-box__img--mob {
  display: none;
}

.all-products-section.all-products-section--white {
  margin-top: 250px;
  background-color: #fff;
}
.all-products-section.all-products-section--white .title-product {
  margin-bottom: 40px;
}
.all-products-section.all-products-section--white .arrow-link {
  color: #393939;
}
.all-products-section.all-products-section--white .all-products-box-item__bottom .arrow-link::before {
  filter: brightness(0) saturate(100%) invert(20%) sepia(13%) saturate(23%) hue-rotate(38deg) brightness(98%) contrast(92%);
}
.all-products-section.all-products-section--white .all-products-box-item__image::before,
.all-products-section.all-products-section--white .all-products-box-item__image::after {
  background-color: #fff;
}

.title-product {
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.13;
  text-transform: uppercase;
}

.all-products-section-show-more-btn {
  margin-top: 75px;
}

.vb-product-info-image-mobile {
  display: none;
}

.all-products-box-item.is-hidden {
  display: none;
}

.all-products-section-show-more-btn.all-products-section-show-more-btn--hidden::before {
  transform: rotate(180deg);
}

.loom-about-indents {
  margin-top: 170px;
}

.loom-about-section-invert .loom-about-box__right {
  padding-top: 0;
  padding-right: 0;
  position: relative;
  width: 47%;
}
.loom-about-section-invert .loom-about-box__left {
  width: 53%;
  padding-left: 11vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 20px;
}
.loom-about-section-invert .loom-about-box__img-title {
  left: initial;
  right: 30px;
  bottom: 25px;
}
.loom-about-section-invert .loom-about-box__img {
  margin-left: 0;
  margin-right: auto;
  aspect-ratio: initial;
  max-width: 445px;
}
.loom-about-section-invert .loom-about-box__bottom {
  padding-bottom: 30px;
}

.loom-about-section-invert__img--mob,
.loom-about-section-invert__img--tablet {
  display: none;
}

.materials-configurator-section {
  padding-top: 170px;
  padding-bottom: 170px;
}

.materials-configurator__inner {
  display: flex;
  flex-direction: column;
  row-gap: 100px;
}

.materials-configurator-top {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 160px;
       column-gap: 160px;
}

.materials-configurator-container__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  -moz-column-gap: 160px;
       column-gap: 160px;
}

.materials-configurator-container__title {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
  text-transform: uppercase;
}

.materials-configurator-btns {
  display: flex;
  align-items: center;
  width: 50%;
}

.materials-configurator-btn {
  position: relative;
  color: #393939;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.06;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  padding-right: 0;
  margin-right: 24px;
  cursor: pointer;
}

.materials-configurator-container__title {
  width: 50%;
}

.mcx-box {
  display: flex;
}

.mcx-box__left {
  display: flex;
  width: 46%;
}
.mcx-box__left .mcx-item:nth-child(1) {
  width: 55%;
}
.mcx-box__left .mcx-item:nth-child(2) {
  width: 45%;
}
.mcx-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 17px;
}

.mcx-item__img img {
  width: 100%;
  height: 102%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mcx-item__img {
  height: 18px;
  overflow: hidden;
}

.mcx-item__title {
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.15;
  text-transform: uppercase;
  padding-right: 15px;
  min-height: 30px;
}

.mcx-box__right {
  display: flex;
  width: 54%;
}
.mcx-box__right .mcx-item:nth-child(1) {
  width: 25%;
}
.mcx-box__right .mcx-item:nth-child(2) {
  width: 75%;
}
.materials-configurator-top__left {
  width: 50%;
}

.materials-configurator-top__right {
  width: 50%;
}

.all-products-box-item.all-products-box-item--last {
  border-bottom: none;
}

.dark-bg {
  background-color: #0E0E0E;
}

.dark-bg .loom-about-item__title {
  color: #E8E8E8;
}

.dark-bg .loom-about-item__text {
  color: #C7C7C7;
}

.rock-about-section {
  padding-top: 100px;
  padding-bottom: 125px;
  width: 100%;
}

.rock-about-section__inner {
  display: flex;
  -moz-column-gap: 50px;
       column-gap: 50px;
  width: 100%;
  max-height: 880px;
}

.rock-about-section__left {
  max-width: 450px;
  width: 100%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 40px;
}

.rock-about-section__right {
  flex-grow: 1;
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
  width: calc(100% - 500px);
  aspect-ratio: 988/879;
}
.rock-about-section__right img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.rock-about-section__left-top .loom-about-item__text {
  margin-bottom: 20px;
}
.rock-about-section__left-top .loom-about-item__title {
  margin-bottom: 30px;
}

.rock-about-section__fg {
  aspect-ratio: 209/372;
  max-width: 10.6vw;
  width: 100%;
  max-width: 210px;
}

.gala-about-section {
  padding-top: 125px;
  padding-bottom: 125px;
}

.gala-about-section__inner {
  display: flex;
  -moz-column-gap: 160px;
       column-gap: 160px;
}

.gala-about-section__header {
  flex-grow: 1;
  color: #E8E8E8;
  font-size: 45px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.15;
  text-transform: uppercase;
}

.gala-about-section__text {
  max-width: 486px;
  width: 100%;
  color: #C7C7C7;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.25;
}

.calisto-video-section {
  padding-top: 125px;
  padding-bottom: 125px;
}

.calisto-video-section__inner {
  width: 100%;
  display: flex;
  -moz-column-gap: 45px;
       column-gap: 45px;
}

.calisto-video-section__videos-box {
  aspect-ratio: 928/675;
  width: 100%;
  height: auto;
  flex-grow: 1;
}
.calisto-video-section__videos-box video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.calisto-video {
  opacity: 1;
  visibility: visible;
  pointer-events: none;
  transition-duration: 1.5s;
  width: 100%;
  aspect-ratio: 928/675;
  height: auto;
}

.calisto-video--hidden {
  width: 0px;
  height: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
}

.calisto-video-section__texts-box {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  width: 517px;
  flex-shrink: 0;
}

.calisto-video-text-box {
  max-width: 485px;
  padding-left: 30px;
}

.calisto-video-text-box .loom-about-item__title {
  margin-bottom: 20px;
  cursor: pointer;
  position: relative;
  left: -30px;
}

.calisto-video-text-box .loom-about-item__text {
  margin-bottom: 20px;
}

.calisto-video-text--hidden.loom-about-item__text {
  margin-bottom: 0;
}

.calisto-video-text--hidden {
  height: 0 !important;
  opacity: 0;
}

.calisto-video-text-box .loom-about-item__title::before {
  content: "";
  display: inline-flex;
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M7 1V13M7 13L13 7M7 13L1 7' stroke='%23393939' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 16px;
  position: relative;
  transition-duration: 0.7s;
  filter: brightness(0) saturate(100%) invert(98%) sepia(2%) saturate(460%) hue-rotate(235deg) brightness(115%) contrast(82%);
  transform: rotate(-90deg);
}

.calisto-video-text-box--active .loom-about-item__title::before {
  transform: rotate(0);
}

.loom-about-item__text {
  overflow: hidden;
  height: auto;
  transition: height 0.7s ease, opacity 0.7s ease;
  will-change: height, opacity;
}

.loom-about-section-invert .loom-about-box__right {
  display: block;
}

.vb-product-info-show-more-btn.vb-product-info-show-more-btn--less::before {
  transform: rotate(-180deg);
}

.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.dark-page {
  background-color: #0E0E0E;
}

.details-section.dark-bg .splide__track::before {
  background-color: #0E0E0E;
}

.details-section.dark-bg .dt-header {
  color: #E8E8E8;
}

.details-section.dark-bg .splide-details-next {
  filter: brightness(0) saturate(100%) invert(100%) sepia(44%) saturate(136%) hue-rotate(199deg) brightness(109%) contrast(82%);
}

.details-section.dark-bg .detail-slide-box__details {
  color: #c7c7c7;
}

.details-section.dark-bg .detail-slide-box__details strong {
  color: #e8e8e8;
}

.product-image-section--trip {
  margin-top: 125px;
  margin-bottom: 125px;
}

.request-section--big-indents {
  padding-top: 250px;
  padding-bottom: 200px;
}

.prime-about-section {
  padding-top: 125px;
  padding-bottom: 125px;
  background-color: #0E0E0E;

}

.prime-about-section__inner {
  display: flex;
  width: 100%;
  -moz-column-gap: 100px;
       column-gap: 100px;
}

.prime-about-section__left {
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.prime-about-section__left-image {
  max-width: 486px;
  width: 100%;
}

.prime-about-section__right {
  width: 52%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.prime-about-section__right-box {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 18px;
       column-gap: 18px;
}

.pas-text {
  color: #C7C7C7;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.25;
}

.prime-about-section__left .pas-text {
  margin-top: 300px;
}

.prime-about-section__left-image-2 {
  display: none;
}

.splide-scheme .splide__slide {
  width: 1130px !important;
}

/* how we work */
.bread-section {
  padding-top: 100px;
}

.explain-one-section {
  padding-top: 25px;
  padding-bottom: 115px;
}

.explain-one-section__inner {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 140px;
       column-gap: 140px;
  width: 100%;
}

.explain-one-section__left {
  width: 100%;
  max-width: 745px;
}

.explain-one-section__left-top {
  max-width: 725px;
}

.explain-one-section__left-bottom {
  margin-top: 250px;
}

.explain-one-section__right {
  display: flex;
  align-items: flex-start;
}

.explain-one-section__left-top .loom-about-item__text {
  margin-bottom: 20px;
}

.explain-one-section__left-top .loom-about-item__text:last-child {
  margin-bottom: 0;
}

.bread-section--dark-text .breadcrumbs-section a,
.bread-section--dark-text .breadcrumbs-section span,
.bread-section--dark-text .breadcrumbs-separator {
  color: #393939;
}

.explain-two-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.explain-two-section__inner {
  display: flex;
  -moz-column-gap: 170px;
       column-gap: 170px;
}

.explain-two-section__left {
  width: 565px;
  flex-shrink: 0;
}

.explain-two-section__left-bottom {
  margin-top: 200px;
}

.explain-two-section__right {
  max-width: 747px;
  width: 100%;
}

.explain-two-section__right-bottom {
  margin-top: 200px;
}

.explain-two-section__left-top .hero-section__bg-image {
  width: 100%;
  max-width: 486px;
}

.explain-three-section {
  padding-top: 100px;
}

.explain-three-section__top {
  width: 100%;
  max-width: 1330px;
  display: flex;
  -moz-column-gap: 120px;
       column-gap: 120px;
  margin-left: auto;
  padding-bottom: 40px;
  justify-content: space-between;
}

.explain-three-section__top-left {
  width: 100%;
  flex-grow: 1;
  padding-bottom: 130px;
}

.explain-three-section__top-right {
  width: 100%;
  max-width: 435px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.explain-three-section__center {
  display: flex;
  -moz-column-gap: 100px;
       column-gap: 100px;
  padding-bottom: 80px;
}

.explain-three-section__center-left {
  width: 47%;
}

.explain-three-section__center-right {
  width: 53%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.explain-three-section__bottom {
  margin-top: 80px;
  display: flex;
  -moz-column-gap: 120px;
       column-gap: 120px;
}

.explain-three-section__bottom-left {
  width: 64%;
}

.explain-three-section__bottom-left-top {
  max-width: 610px;
  width: 100%;
  margin-bottom: 210px;
}

.explain-three-section__bottom-left-bottom {
  padding-left: 130px;
}

.explain-three-section__bottom-right {
  width: 36%;
  display: flex;
  flex-direction: column;
  align-items: self-start;
}

.wpcf7-form-control-wrap[data-name=acceptance-803] {
  margin-bottom: 25px;
}

.wpcf7-form-control-wrap[data-name=acceptance-803] {
  display: block;
}

.wpcf7-form-control-wrap[data-name=acceptance-803] .wpcf7-list-item {
  position: relative;
  line-height: 1.5;
  margin-left: 0 !important;
}

.wpcf7-form-control-wrap[data-name=acceptance-803] input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.wpcf7-form-control-wrap[data-name=acceptance-803] label {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  font-weight: 300;
  font-size: 13px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.wpcf7-form-control-wrap[data-name=acceptance-803] label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  border: 0.5px solid #656565;
  width: 11px;
  height: 11px;
  box-sizing: border-box;
  background-color: transparent;
  transition: all 0.2s;
  border-radius: 0;
}

.wpcf7-form-control-wrap[data-name=acceptance-803] input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 7px;
  width: 7px;
  height: 7px;
  background-color: #0E0E0E;
  pointer-events: none;
}

.wpcf7-form-control-wrap[data-name=acceptance-803] .wpcf7-list-item-label {
  display: block;
}

.wpcf7-list-item-label a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.wpcf7-list-item-label a:hover {
  text-decoration: none;
}

.request-form-box__hidden-block {
  width: 100%;
  margin-top: 30px;
  height: 0;
  overflow: hidden;
}

.request-form-box__left {
  flex-wrap: wrap;
}

.wpcf7-form-control-wrap {
  position: relative;
}

.request-form-box__left .wpcf7-form-control-wrap,
.request-form-box__left input  {
  width: calc(50% - 20px);
}


.request-form-box__left input {
  width: 100%;
}

 
 .error-input {
    color: #dc3232;
    font-size: 11px;
    font-weight: normal;
    display: none;
    position: absolute;
    right: 0;
    top: 45px;
    bottom: -22px;
    line-height: 1.4;
    height: auto;
 }

.request-form.is-attempted .wpcf7-form-control-wrap.has-error .error-input {
  display: block;
}

.request-form.is-attempted .wpcf7-form-control-wrap.has-error input {
  border-bottom-color: #dc3232;
}

.request-form.is-attempted .wpcf7-form-control-wrap[data-name=acceptance-803].has-error .error-input {
  display: block;
  top: 10px;
}


.request-form-box__left .request-form-box__hidden-block input {
  width: 100%;
}

.request-form-show-more {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #393939;
  margin-top: 35px;
  cursor: pointer;
}

.request-form-show-more::before {
  content: "";
  display: inline-flex;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M1 6H6M6 6H11M6 6V11M6 6V1' stroke='%23393939' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 14px;
}

.shelopa-section__right-bottom--text {
  display: none;
}

.request-form-show-more--open.request-form-show-more::before {
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M7 13L7 0.999999M7 0.999999L1 7M7 0.999999L13 7' stroke='%23393939' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: 2px;
  position: relative;
}

.file-field {
  position: relative;
  margin-top: 40px;
}

.file-field input[type=file] {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

.file-field__btn {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-bottom: 7px;
}

.file-field__text {
  font-size: 16px;
  font-weight: 400;
  transition-duration: 0.3s;
  font-weight: 500;
  font-size: 13px;
  line-height: 123%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.file-field__text:hover {
  color: var(--brand-color-blue);
}

.file-field__text::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='13' viewBox='0 0 22 13' fill='none'%3E%3Cpath d='M6 1H15.75C18.6495 1 21 3.35051 21 6.25C21 9.1495 18.6495 11.5 15.75 11.5H4.5C2.567 11.5 1 9.933 1 8C1 6.067 2.567 4.5 4.5 4.5H15.75C16.7165 4.5 17.5 5.2835 17.5 6.25C17.5 7.2165 16.7165 8 15.75 8H6' stroke='%23393939' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
  top: 5px;
  position: relative;
}

.file-field {
  margin-top: 30px;
  margin-bottom: 12px;
}

.file-field .file-field__name {
  font-size: 15px;
  font-weight: 400;
  color: var(--brand-color-blue);
  width: 100%;
  display: flex;
  -moz-column-gap: 25px;
       column-gap: 25px;
}

.file-field .wpcf7-not-valid-tip {
  display: flex;
  bottom: -5px;
  color: var(--brand-color-pomegranate);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  height: 20px;
}

.file-field--selected .file-field__remove {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.file-field__item {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}

.file-field__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 6px;
}

.file-field__remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 10px;
  height: 10px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  color: #999;
  transition: color 0.2s ease;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%228%22%20height%3D%228%22%20viewBox%3D%220%200%208%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M7.5%207.5L4%204M4%204L0.5%200.5M4%204L7.5%200.5M4%204L0.5%207.5%22%20stroke%3D%22%23656565%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
}

.gallery-section__inner-top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.thank-you-box {
  margin-top: 150px;
  padding-bottom: 60px;
}

.thank-you-box__text {
  font-weight: 300;
  font-size: 20px;
  line-height: 125%;
  color: #E8E8E8;
  margin-top: 2px;
}

.go-back-to-home {
  display: flex;
  margin-top: 100px;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #E8E8E8;
  padding-left: 35px;
  position: relative;
}

.go-back-to-home:hover::before {
  transform: translateX(5px);
}

.go-back-to-home::before {
  content: "";
  position: absolute;
  display: inline-flex;
  width: 14px;
  aspect-ratio: 1/1;
  height: auto;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 7L1 7M1 7L7 13M1 7L7 1' stroke='%23E8E8E8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition-duration: 0.5s;
  left: 0;
}

.designers-section {
  background-color: #0E0E0E;
  padding-top: 165px;
  padding-bottom: 140px;
}
.designers-section .arrow-link {
  width: -moz-max-content;
  width: max-content;
  color: #C7C7C7;
}
.designers-section .arrow-link::before {
  filter: brightness(0) saturate(100%) invert(91%) sepia(0%) saturate(833%) hue-rotate(163deg) brightness(89%) contrast(90%);
}

.designers-item {
  padding: 85px 0px;
  border-bottom: 1px solid #292929;
  display: flex;
  -moz-column-gap: 70px;
       column-gap: 70px;
}

.designers-item:first-child {
  padding-top: 0;
}

.designers-item__left {
  width: 385px;
  flex-shrink: 0;
}

.designers-item__right {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.designers-item__name {
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 45px;
  line-height: 111%;
  text-transform: uppercase;
  color: #C7C7C7;
}

.designers-item__name br {
  display: none;
}

.designers-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.designer-single-section {
  padding-top: 165px;
  padding-bottom: 100px;
}

.designer-single-section__inner {
  display: flex;
  -moz-column-gap: 90px;
       column-gap: 90px;
}

.designer-single-section__left {
  width: 55%;
}

.designer-single-section__right {
  width: 65%;
}
.designer-single-section__right p {
  font-weight: 300;
  font-size: 20px;
  line-height: 125%;
  text-align: justify;
  margin-bottom: 20px;
  color: #C7C7C7;
}
.designer-single-section__right p:last-child {
  margin-bottom: 0;
}

.girk-section,
.dirk-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.girk-section__inner,
.dirk-section__inner {
  display: flex;
  flex-direction: column;
  row-gap: 55px;
}

.girk-section__top,
.dirk-section__top {
  display: flex;
  width: 100%;
}

.dirk-section__top {
  width: 100%;
  aspect-ratio: 1490/645;
  overflow: hidden;
}

.girk-section__top picture:first-child {
  width: 34%;
}

.girk-section__top picture:nth-child(2) {
  width: 66%;
}

.girk-section__left-img,
.dirk-section__left-img,
.girk-section__right-img,
.dirk-section__right-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.girk-section__bottom,
.dirk-section__bottom {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.girk-section__left {
  width: 35%;
  padding-right: 50px;
}

.girk-section__title {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.25;
  text-transform: uppercase;
}

.girk-section__right {
  width: 50%;
}

.girk-section__text p {
  font-weight: 300;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 20px;
}

.girk-section__text p:last-child {
  margin-bottom: 0;
}

.dirk-section {
  background-color: #0E0E0E;
}
.dirk-section .girk-section__title {
  color: #C7C7C7;
}
.dirk-section .girk-section__text p {
  color: #C7C7C7;
}

.dirk-section__left {
  width: 35%;
}

.dirk-section__right {
  width: 50%;
}

.dirk-section__top picture:first-child {
  width: 66%;
}

.dirk-section__top picture:nth-child(2) {
  width: 34%;
}

.project-info-section.project-info-section--about-production {
  padding-bottom: 30px;
}

.all-products-section--projects-grid .projects-grid-show-more-btn {
  margin-top: 90px;
}

.rp-tp-text {
  margin-top: 20px;
  color: #C7C7C7;
}

.all-products-section--news .all-products-section-show-more-btn {
  margin-top: 120px;
}

.all-products-section--news .arrow-link::before {
  position: absolute;
  top: 5px;
  left: 0;
}

.all-products-section--news .arrow-link {
  padding-left: 30px;
  position: relative;
  text-align: left;
}

.article-m-section {
  margin-top: 55px;
}

.article-m-top {
  margin-top: 35px;
  display: flex;
  -moz-column-gap: 70px;
       column-gap: 70px;
  margin-bottom: 35px;
}

.article-m-top__left {
  aspect-ratio: 1303/640;
  flex-grow: 1;
}

.article-m-top__right {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  width: 120px;
  flex-shrink: 0;
}

.amt-z-box {
  display: flex;
  flex-direction: column;
  width: -moz-max-content;
  width: max-content;
  flex-shrink: initial;
}

.amt-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 107%;
  text-transform: uppercase;
  color: #E8E8E8;
  margin-bottom: 5px;
  width: -moz-max-content;
  width: max-content;
}

.amt-value {
  font-weight: 300;
  font-size: 15px;
  line-height: 127%;
  color: #C7C7C7;
  width: -moz-max-content;
  width: max-content;
}

.superiority-article-section {
  font-weight: 300;
  font-size: 20px;
  line-height: 125%;
  color: #C7C7C7;
  padding-top: 85px;
  padding-bottom: 85px;
}
.superiority-article-section a {
  text-decoration: underline;
  color: #C7C7C7;
}
.superiority-article-section a:hover {
  text-decoration: none;
}

.sas-top {
  margin-bottom: 160px;
  max-width: 1075px;
}

.sas-bottom {
  display: flex;
  width: 100%;
  -moz-column-gap: 150px;
       column-gap: 150px;
}

.sas-top__left {
  width: 35%;
}

.sas-top__right {
  width: 65%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.sas-top__right-top {
  max-width: 750px;
  width: 100%;
  margin-bottom: 155px;
}
.sas-top__right-top p {
  margin-bottom: 25px;
}
.sas-top__right-top p:last-child {
  margin-bottom: 0;
}

.article-featured-text {
  padding-top: 65px;
  padding-bottom: 65px;
  width: 100%;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  color: #E8E8E8;
}

.article-featured-text__inner {
  max-width: 1190px;
}

.article-info-group-text {
  padding-top: 85px;
  padding-bottom: 140px;
}

.article-info-group-text__left {
  width: 60%;
}

.article-info-group-text__right {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.article-info-group-text__right p {
  margin-bottom: 20px;
  color: #C7C7C7;
  font-size: 20px;
  font-weight: 300;
}
.article-info-group-text__right p:last-child {
  margin-bottom: 0;
}

.article-info-group-text__inner {
  display: flex;
  -moz-column-gap: 115px;
       column-gap: 115px;
}

.sast-rb {
  display: none;
}

.contacts-page-top-box {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  padding-top: 120px;
  -moz-column-gap: 120px;
       column-gap: 120px;
  padding-bottom: 80px;
}

.contacts-page-top-box__item {
  display: flex;
  flex-direction: column;
}

.contacts-page-top-box__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #C7C7C7;
  margin-bottom: 37px;
}

.contacts-page-top-box__cn {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}

.contacts-page-top-box__in {
  font-weight: 300;
  font-size: 20px;
  line-height: 1.25;
  color: #656565;
}

.contacts-page-top-box__va a {
  font-weight: 300;
  font-size: 20px;
  line-height: 1.25;
  color: #C7C7C7;
  transition-duration: 0.7s;
}

.contacts-page-top-box__va a:hover {
  color: #fff;
}

.sp-lin-mail {
  position: relative;
}

.sp-lin-mail::after {
  content: "hello@mfamily.by";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -140px;
  width: -moz-max-content;
  width: max-content;
  height: auto;
  display: flex;
  align-items: center;
  font-weight: 300;
  font-size: 15px;
  line-height: 100%;
  color: #C7C7C7;
  opacity: 0;
  pointer-events: none;
  transition-duration: 0.3s;
}

.sp-lin-mail:hover::after {
  pointer-events: all;
  opacity: 1;
}

.contacts-page-top-bonit {
  display: flex;
  align-items: center;
  -moz-column-gap: 50px;
       column-gap: 50px;
  padding-bottom: 100px;
}

.contacts-page-top-bonit__text {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #C7C7C7;
}

.bonit-socials {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  align-items: center;
}

.bonit-socials a {
  transition-duration: 0.5s;
}

.bonit-socials a:hover {
  opacity: 0.7;
}

.bonit-socials a:hover::after {
  opacity: 1;
}

.showroom-map-section {
  padding-top: 125px;
  padding-bottom: 125px;
}

.showroom-map-header {
  font-weight: 700;
  font-size: 45px;
  line-height: 111%;
  text-transform: uppercase;
}

.smh-top {
  display: flex;
  -moz-column-gap: 260px;
       column-gap: 260px;
  margin-top: 65px;
}

.smh-top__left {
  width: 100%;
  max-width: 560px;
}

.smh-top__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 125%;
  text-transform: uppercase;
  margin-bottom: 34px;
}

.smh-top__line {
  margin-bottom: 13px;
  font-weight: 300;
  font-size: 20px;
  line-height: 125%;
  color: #656565;
}

.smh-top__time {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  -moz-column-gap: 30px;
       column-gap: 30px;
  font-weight: 300;
  font-size: 20px;
  line-height: 125%;
  color: #656565;
  row-gap: 4px;
}

.smh-top__time-line span:nth-child(1) {
  display: inline-flex;
  width: 60px;
  flex-shrink: 1;
  margin-right: 35px;
}

.smh-top__right {
  width: 100%;
  max-width: 560px;
}

.smh-map {
  margin-top: 140px;
  width: 100%;
  aspect-ratio: 1490/770;
}

#smh-yandex-map {
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
}

.smh-map-info {
  margin-top: 50px;
}

.smh-map-info__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 125%;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.smh-map-info__text {
  font-weight: 300;
  font-size: 20px;
  line-height: 1.3;
  color: #656565;
}

.contacts-social-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.contacts-social-section__box {
  display: flex;
  width: 100%;
  -moz-column-gap: 180px;
       column-gap: 180px;
}

.contacts-social-section__box-left,
.contacts-social-section__box-right {
  width: 50%;
  display: flex;
  flex-direction: column;
  row-gap: 45px;
}

.contacts-social-item__right {
  flex-grow: 1;
}

.contacts-social-item {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 45px;
       column-gap: 45px;
  height: 110px;
  border-bottom: 1px solid #d6d5d5;
}

.contacts-social-item__left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 190px;
  flex-shrink: 0;
}

.contacts-social-item__sc-name {
  font-weight: 800;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.contacts-social-item__right {
  font-weight: 300;
  font-size: 18px;
  line-height: 122%;
  color: #7c7c7c;
}

.contacts-social-item__left {
  top: 11px;
  position: relative;
}

.csvt-box {
  display: flex;
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
  width: -moz-max-content;
  width: max-content;
  margin-left: 30px;
  margin-right: auto;
}

.contacts-social-section__box a {
  transition-duration: 0.5s;
}

.contacts-social-section__box a:hover {
  opacity: 0.8;
}

.sas-top__right-last {
  display: none;
}

div.contacts-page-top-box__item:nth-child(2) > div:nth-child(4) > div:nth-child(1) {
  margin-top: 27px;
}

.contacts-page-top-bonit--mob {
  display: none;
}

.contacts-page-top-bonit--desk {
  display: flex;
}

.contacts-social-section__box-right > div:nth-child(2) {
  padding-top: 10px;
}

.contacts-social-section--mob {
  display: none;
}

.all-projects-section--reviews {
  padding-top: 50px;
  padding-bottom: 60px;
}

.rew-s-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #C7C7C7;
  margin-bottom: 50px;
}

.rew-s-text {
  font-weight: 300;
  font-size: 20px;
  line-height: 1.25;
  color: #C7C7C7;
  margin-bottom: 50px;
}

.all-projects-section--reviews .all-projects-item__right {
  width: 420px;
}

.all-projects-section--reviews .all-projects-item {
  -moz-column-gap: 110px;
       column-gap: 110px;
}

.all-projects-section--reviews .show-more-btn {
  color: #C7C7C7;
  margin-top: 0;
}

.all-projects-section--reviews .show-more-btn::before {
  filter: brightness(0) saturate(100%) invert(74%) sepia(0%) saturate(23%) hue-rotate(194deg) brightness(110%) contrast(89%);
}

.elanto-section {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.elanto-section__inner {
  width: 100%;
  display: flex;
}
.elanto-section__inner picture {
  width: 33.33%;
}

.elanto-section-image {
  width: 100%;
}

.sl-project-info-section {
  padding-top: 120px;
  padding-bottom: 120px;
}
.sl-project-info-section .product-item .projects-slide__image-box {
  height: auto;
}
.sl-project-info-section .product-item {
  aspect-ratio: 688/443;
  height: 443px;
  display: flex;
  flex-direction: row;
}
.sl-project-info-section .product-item .projects-slide__image-box {
  width: 100%;
}

.sl-project-info-section .products-section__bottom {
  justify-content: space-between;
  margin-bottom: 40px;
}

.sl-project-ph__bottom {
  position: absolute;
  bottom: 24px;
  left: 28px;
  display: flex;
  justify-content: space-between;
  width: calc(100% - 56px);
}

.sl-project-ph__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 128%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #E8E8E8;
}

.sl-project-ph__image {
  position: absolute;
  left: 28px;
  top: 22px;
}

.project-info-description .project-info-description__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 125%;
  text-transform: uppercase;
  color: #393939 !important;
}

.project-info-section--rewiev .project-info-section__right a::after {
  display: none;
}

.project-info-section--rewiev .arrow-link {
  line-height: 1.1;
}

.project-info-section--rewiev .arrow-link::before {
  margin-right: 15px;
}

.project-info-section--rewiev .project-info-section__right {
  row-gap: 43px;
}

.project-info-section--rewiev .project-info-section__inner {
  align-items: flex-start;
}

.project-info-section--about-company .project-info-section__inner {
  display: flex;
  width: 100%;
  -moz-column-gap: 100px;
       column-gap: 100px;
  align-items: flex-start;
}

.project-info-section--about-company .project-info-section__left {
  max-width: 720px;
  width: 55%;
}

.project-info-section--about-company .project-info-section__right {
  max-width: 660px;
  width: 45%;
  gap: 0;
  padding-top: 85px;
  flex-shrink: initial;
}

.project-info-section--about-company .project-info-description p {
  color: #656565;
}

.furio-section {
  padding-top: 70px;
  padding-bottom: 90px;
}

.furio-section__box {
  width: 100%;
  display: flex;
  margin-bottom: 170px;
}
.furio-section__box picture {
  width: 25%;
}

.furio-center-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 120px;
       column-gap: 120px;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.3;
  color: #656565;
  margin-bottom: 125px;
}

.furio-center__left {
  width: 50%;
}

.furio-center__right {
  width: 45%;
}

.furio-section__bg-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.furio-center__left p {
  margin-bottom: 25px;
}

.furio-center__left p:last-child {
  margin-bottom: 0;
}

.ktur-section {
  padding-top: 100px;
  padding-bottom: 80px;
}

.ktur-section__inner {
  width: 100%;
  position: relative;
}

.ktur-section-one {
  width: 100%;
  display: flex;
  -moz-column-gap: 125px;
       column-gap: 125px;
  padding-bottom: 50px;
}

.ktur-section-one__left {
  width: 50%;
  display: flex;
}

.ktur-section-one__left picture {
  width: 50%;
}

.ktur-section-one__right {
  padding-top: 80px;
  width: 50%;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  max-width: 530px;
}

.ktur-text {
  font-weight: 300;
  font-size: 20px;
  line-height: 1.25;
  color: #393939;
}

.ktur-text strong {
  font-weight: 500;
}

.ktur-section-two__top-text {
  margin-bottom: 365px;
  margin-left: 200px;
  max-width: 835px;
}

.ktur-section-two__img-b {
  width: 300px;
}

.ktur-section-two__bottom-text {
  padding-top: 35px;
  margin-left: 450px;
  max-width: 755px;
}

.ktur-section-two {
  padding-top: 50px;
  position: relative;
  padding-bottom: 110px;
}

.ktur-section-two__img-r {
  position: absolute;
  top: 47%;
  transform: translateY(-50%);
  right: 0;
  width: 65%;
  max-width: 876px;
  aspect-ratio: 876/584;
  flex-shrink: 0;
}

.ktur-section-three {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 100px;
       column-gap: 100px;
}

.ktur-section-three__left {
  max-width: 450px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

.ktur-section-three__right {
  max-width: 360px;
  flex-shrink: 0;
}

.ktur-section-four {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 100px;
       column-gap: 100px;
  width: 100%;
  margin-top: -160px;
}

.ktur-section-four__left {
  margin-left: 100px;
  margin-bottom: 75px;
  width: 710px;
  flex-shrink: 0;
}

.ktur-section-five {
  padding-top: 45px;
  max-width: 560px;
}

.ktur-section-five__title {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.25;
  margin-top: 25px;
}

.ktur-section-four__right {
  max-width: 435px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.mayura-section {
  padding-top: 120px;
  padding-bottom: 70px;
}

.mayura-section__top {
  width: 100%;
  display: flex;
  -moz-column-gap: 100px;
       column-gap: 100px;
  margin-bottom: 250px;
}

.mayura-section__top-left {
  width: 55%;
}

.mayura-section__top-right {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.msr-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.25;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #393939;
}

.msr-text {
  font-weight: 300;
  font-size: 20px;
  line-height: 1.25;
  color: #656565;
  margin-bottom: 20px;
}

.msr-text:last-child {
  margin-bottom: 0;
}

.mayura-section__center {
  width: 100%;
  display: flex;
  -moz-column-gap: 100px;
       column-gap: 100px;
}

.mayura-section__center-left {
  width: 45%;
  padding-left: 140px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.mayura-section__center-right {
  width: 55%;
}

.mayura-section__bottom {
  margin-top: 165px;
  max-width: 670px;
  margin-left: auto;
}

.designer-info-section {
  padding-top: 85px;
  padding-bottom: 100px;
}

.dsis-item-one {
  width: 100%;
  background-color: #0e0e0e;
}

.dsis-item-one__inner {
  width: 100%;
  display: flex;
  -moz-column-gap: 90px;
       column-gap: 90px;
}

.dsis-item-one__left {
  width: 360px;
  flex-shrink: 0;
  padding-top: 90px;
}

.dsis-item__title {
  font-weight: 700;
  font-size: 30px;
  line-height: 117%;
  text-transform: uppercase;
  color: #E8E8E8;
  margin-bottom: 35px;
}

.dsis-item__text {
  font-weight: 300;
  font-size: 20px;
  line-height: 1.25;
  color: #C7C7C7;
}

.dsis-item-one__right {
  flex-grow: 1;
  position: relative;
}

.dsis-item-one__img {
  height: 100%;
  min-height: 100%;
  width: auto;
  position: relative;
  top: 90px;
  aspect-ratio: 576/868;
}

.dsis-item-one__text {
  position: absolute;
  left: 39%;
  bottom: 125px;
  max-width: 600px;
}

.dsis-text-df {
  font-weight: 700;
  font-size: 25px;
  line-height: 140%;
  text-transform: uppercase;
  color: #E8E8E8;
}

.dsis-item-two {
  padding-top: 330px;
  padding-bottom: 280px;
}

.dsis-item-two__inner {
  display: flex;
  width: 100%;
  -moz-column-gap: 150px;
       column-gap: 150px;
}

.dsis-item-two__left {
  width: 45%;
}

.dsis-item-two__right {
  width: 55%;
  display: flex;
  flex-direction: column;
}

.dsis-item-two__text {
  margin-top: auto;
  color: #393939;
}

.dsis-item-two__right .dsis-item__title {
  color: #393939;
  padding-left: 80px;
}

.dsis-item-two__right .dsis-item__text {
  color: #656565;
  padding-left: 80px;
}

.dsis-item-three {
  width: 100%;
  background-color: #0e0e0e;
}

.dsis-item-three__inner {
  width: 100%;
  display: flex;
  -moz-column-gap: 90px;
       column-gap: 90px;
}

.dsis-item-three__left {
  display: flex;
  flex-direction: column;
  width: 52%;
  padding-top: 110px;
  padding-bottom: 110px;
}

.dsis-item-three__right {
  width: 48%;
}

.dsis-item-three__img {
  position: relative;
  top: -80px;
}

.dsis-item-three__text {
  padding-top: 200px;
}

.terra-section {
  padding-top: 100px;
  padding-bottom: 0;
}

.terra-section-one {
  width: 100%;
  display: flex;
  -moz-column-gap: 260px;
       column-gap: 260px;
  -moz-column-gap: 170px;
       column-gap: 170px;
}

.terra-section-one__left {
  width: 40%;
}

.terra-section-one__right {
  width: 60%;
  max-width: 745px;
}

.terra-section-two {
  display: flex;
  -moz-column-gap: 170px;
       column-gap: 170px;
  margin-top: -30vw;
}

.terra-section-two__left {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.terra-section-two__right {
  width: 60%;
  max-width: 740px;
  padding-bottom: 130px;
}

.terra-section-three {
  margin-top: 190px;
  display: flex;
  align-items: flex-end;
  width: 100%;
  -moz-column-gap: 145px;
       column-gap: 145px;
}

.terra-section-three__left {
  width: 70%;
  padding-left: 160px;
}

.terra-section-three__right {
  width: 30%;
  min-width: 400px;
}

.terra-section-one__left picture {
  max-width: 485px;
}

.ts-tlv--mob {
  display: none;
}

.elora-section {
  padding-top: 60px;
  padding-bottom: 140px;
}
.elora-section .ktur-text {
  margin-bottom: 25px;
}
.elora-section .ktur-text:last-child {
  margin-bottom: 0;
}

.ktur-text a {
  text-decoration: underline;
  color: #393939;
}

.ktur-text a:hover {
  text-decoration: none;
}

.elora-section__intro {
  margin-left: 200px;
  max-width: 690px;
}

.elora-section__row--first {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  -moz-column-gap: 50px;
       column-gap: 50px;
}

.elora-section__media--kitchen {
  max-width: 518px;
}

.elora-section__content--top {
  max-width: 480px;
}

.elora-section__row--second {
  width: 100%;
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 150px;
       column-gap: 150px;
  margin-top: -16vw;
}

.elora-section__content--middle {
  max-width: 590px;
}

.elora-section__media--handle {
  max-width: 440px;
  padding-bottom: 45px;
}

.elora-section__row--third {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  -moz-column-gap: 50px;
       column-gap: 50px;
}

.elora-section__media--workspace {
  padding-left: 145px;
  padding-top: 55px;
  max-width: 550px;
}

.elora-section__content--bathroom {
  max-width: 455px;
}

.elora-section__row--fourth {
  width: 100%;
  display: flex;
  -moz-column-gap: 120px;
       column-gap: 120px;
  margin-top: -14vw;
}

.elora-section__content--details {
  max-width: 630px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.dsis-item-two__img--mob {
  display: none;
}

.all-projects-item--xlast {
  border-bottom: none;
}

.elora-section__row-bottom__mob {
  display: none;
}

.regular-page--white .regular-page-section {
  background-color: #fff;
}

.regular-page--white .breadcrumbs-section a,
.regular-page--white .breadcrumbs-section span {
  color: #656565;
}

.regular-page--white .breadcrumb_last::after,
.regular-page--white .breadcrumbs-section a::after {
  height: 1px;
}

.regular-page--white .all-products-header {
  color: #393939;
}

.regular-page--white .header__burger,
.regular-page--white .hero-section__search,
.regular-page--white .header__logo {
  filter: brightness(0) saturate(100%) invert(20%) sepia(0%) saturate(3163%) hue-rotate(328deg) brightness(86%) contrast(87%);
}

.faq-section {
  padding-top: 170px;
}

.faq-section__inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.faq-section__header {
  margin-bottom: 40px;
  font-size: 28px;
}

.faq-box {
  width: 100%;
}

.faq-item {
  width: 100%;
  border-top: 1px solid #a3a1a1;
}

.faq-item__button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  padding-top: 35px;
  padding-bottom: 35px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}

.faq-item__title {
  font-size: 14px;
  letter-spacing: 0.03em;
  color: #393939;
  font-weight: 700;
  font-size: 22px;
  line-height: 114%;
  text-transform: uppercase;
  padding-right: 20px;
}

.faq-item__icon {
  position: relative;
  width: 16px;
  height: 16px;
  transition-duration: 0.3s;
}

.faq-item__icon:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  top: 7px;
  left: 0;
  background-color: #393939;
}

.faq-item__icon:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 16px;
  left: 7px;
  top: 0;
  background-color: #393939;
  transition: transform 0.3s ease;
}

.accordion__item--opened .faq-item__icon {
  transform: rotate(45deg);
}

.accordion__panel {
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.faq-item__content {
  padding-bottom: 35px;
  font-size: 14px;
  line-height: 1.6;
  max-width: 1150px;
}

.mf-content p,
.mf-content ul,
.mf-content ol {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 20px;
  line-height: 1.3;
  color: #656565;
  margin-bottom: 20px;
}

.mf-content i {
  font-style: italic;
  font-weight: 400;
  color: #393939;
}

.mf-content a {
  text-decoration: underline;
  color: #393939;
}

.mf-content a:hover {
  text-decoration: none;
}

.mf-content ul,
.mf-content ol {
  margin-bottom: 25px;
}

.mf-content ul {
  list-style: initial;
  padding-left: 30px;
}

.mf-content ol {
  list-style: decimal;
  padding-left: 22px;
}

.mf-content ol li::marker {
  font-weight: 700;
  color: #656565;
  left: -20px;
  position: relative;
}

.mf-content strong {
  font-weight: 700;
  color: #393939;
}

.mf-content ul li,
.mf-content ol li {
  color: #393939;
  margin-bottom: 5px;
}

.mf-content ul li::marker {
  color: #656565;
  font-size: 22px;
  line-height: 1;
}

.mf-content ol li::marker {
  color: #393939;
}

.mf-content p:last-child {
  margin-bottom: 0;
}

.faq-item:first-child {
  border-top: none;
}

.mf-content ol li {
  margin-bottom: 25px;
}

.faq-item__icon::before,
.faq-item__icon::after {
  border-radius: 100px;
}

.reg-page-text {
  max-width: 1060px;
  width: 100%;
  font-weight: 300;
  font-size: 20px;
  line-height: 125%;
  color: #656565;
  margin-top: 50px;
}

.all-projects-section--partners {
  background-color: #fff;
  margin-top: 60px;
}
.all-projects-section--partners .all-projects-item {
  -moz-column-gap: 130px;
       column-gap: 130px;
  height: auto;
}
.all-projects-section--partners .all-projects-item__left {
  aspect-ratio: 522/307;
  max-width: 522px;
  width: 43%;
  flex-shrink: 0;
}
.all-projects-section--partners .all-projects-item__left picture,
.all-projects-section--partners .all-projects-item__left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.all-projects-section--partners .all-projects-item__right {
  width: auto;
  max-width: initial;
  flex-shrink: initial;
}
.all-projects-section--partners .all-projects-item__name {
  font-size: 45px;
  color: #393939;
}
.all-projects-section--partners .rew-s-text {
  font-weight: 300;
  font-size: 20px;
  line-height: 125%;
  color: #656565;
}
.all-projects-section--partners .arrow-link {
  color: #393939;
}
.all-projects-section--partners .all-projects-item__right-bottom .arrow-link::before {
  filter: brightness(0) saturate(100%) invert(20%) sepia(0%) saturate(3163%) hue-rotate(328deg) brightness(86%) contrast(87%);
}

.all-projects-section--partners .all-projects-item {
  border-color: #A3A1A1;
}

.all-projects-section--reviews .arrow-link--mob {
  display: none;
}

.inst-section-socials-box {
  width: 100%;
  display: flex;
  margin-top: 90px;
}

.inst-section-socials-box__left,
.inst-section-socials-box__right {
  width: 50%;
  display: flex;
  -moz-column-gap: 50px;
       column-gap: 50px;
}

.inst-section-socials-box__icon {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.inst-section-socials-box__text {
  max-width: 420px;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.3;
  color: #7c7c7c;
}

.all-projects-section--partners .revirews-show-more-btn {
  color: #393939;
}

.all-projects-section--reviews .show-more-btn::before {
  filter: brightness(0) saturate(100%) invert(17%) sepia(11%) saturate(0%) hue-rotate(165deg) brightness(99%) contrast(84%);
}

.all-projects-section--partners .revirews-show-more-btn {
  margin-top: 80px;
}

@media (max-width: 1700px) {
  .loom-about-item__title,
  .loom-about-item__text {
    font-size: 18px;
  }
  .rock-about-section__fg {
    max-width: 150px;
  }
  .vb-product-info-bg {
    height: 135%;
  }
  .explain-one-section__left {
    width: 55%;
  }
  .explain-three-section__top-left {
    max-width: 700px;
  }
  .explain-three-section__center-left {
    max-width: 600px;
  }
  .contacts-social-section__box {
    -moz-column-gap: 100px;
         column-gap: 100px;
  }
  .elora-section__intro {
    margin-left: 160px;
  }
  .elora-section__row--second {
    margin-top: -20vw;
  }
  .elora-section__content--top {
    max-width: 400px;
  }
  .elora-section__row--fourth {
    margin-top: -5vw;
  }
}
@media (max-width: 1600px) {
  .all-products-box {
    -moz-column-gap: 12px;
         column-gap: 12px;
    row-gap: 40px;
  }
  .all-products-box-item__bottom {
    margin-top: 19px;
  }
  .all-products-section {
    padding-bottom: 95px;
  }
  .regular-page-section {
    padding-top: 200px;
  }
  .request-form-box__left {
    width: 500px;
    flex-shrink: 0;
  }
  .request-title {
    width: 500px;
    flex-shrink: 0;
  }
  .loom-about-box__right {
    padding-top: 68px;
  }
  .loom-about-section {
    aspect-ratio: initial;
  }
  .loom-about-box__img {
    min-width: 200px;
  }
  .contacts-page-top-box {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
  .all-projects-section--reviews .all-projects-item {
    -moz-column-gap: 70px;
         column-gap: 70px;
  }
  .all-projects-section--reviews .all-projects-item__name {
    font-size: 40px;
  }
  .rew-s-title {
    margin-bottom: 30px;
  }
  .rew-s-text {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .dsis-text-df {
    font-size: 23px;
  }
  .dsis-item-three__inner {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
  .terra-section-two {
    margin-top: -22vw;
  }
}
@media (max-width: 1500px) {
  .contacts-social-item__right {
    font-size: 15px;
  }
  .contacts-social-item {
    height: 90px;
  }
  .contacts-social-section__box a {
    max-width: 24px;
  }
  .csvt-box > a:nth-child(2) {
    max-width: 13px;
  }
  .csvt-box > a:nth-child(3) {
    max-width: 20px;
  }
  .csvt-box > a:nth-child(4) {
    max-width: 20px;
  }
  .contacts-social-item__left {
    width: 150px;
  }
  .contacts-social-item__sc-name {
    top: 1px;
    position: relative;
  }
  .contacts-social-section__box-right > div:nth-child(2) {
    padding-top: 0;
  }
  .csvt-box {
    top: 6px;
    position: relative;
  }
  .dsis-item__title {
    font-size: 22px;
    margin-bottom: 28px;
  }
  .dsis-item__text {
    font-size: 18px;
  }
  .dsis-text-df {
    font-size: 18px;
  }
  .dsis-item-one__text {
    max-width: 440px;
  }
  .dsis-item-one__img {
    top: 70px;
  }
  .dsis-item-two {
    padding-top: 240px;
    padding-bottom: 210px;
  }
  .dsis-item-two__left {
    max-width: 445px;
  }
  .dsis-item-two__right .dsis-item__text {
    padding-left: 100px;
  }
}
@media (max-width: 1450px) {
  .product-image-section {
    margin-top: 138px;
  }
  .vb-product-info-section .project-info-section__inner {
    padding-top: 105px;
    padding-bottom: 45px;
  }
  .vb-product-info-section .vb-product-title {
    font-size: 18px;
  }
  .vb-product-info-image {
    padding-bottom: 60px;
  }
  .loom-about-box__img {
    aspect-ratio: 199/263;
    width: auto;
    min-width: initial;
    height: 263px;
  }
  .loom-about-box__right {
    padding-right: 9vw;
  }
  .loom-about-item__text br {
    display: none;
  }
  .loom-about-section {
    min-height: 717px;
    min-height: initial;
  }
  .loom-about-box {
    min-height: 100%;
  }
  .loom-about-section-invert .loom-about-box__left {
    padding-left: 9vw;
    padding-right: 0;
  }
  .loom-about-section-invert .loom-about-box__img {
    max-width: 377px;
  }
  .calisto-video-section__texts-box {
    row-gap: 10px;
  }
  .calisto-video-text-box .loom-about-item__text {
    margin-bottom: 30px;
  }
  .calisto-video-text-box .loom-about-item__text.calisto-video-text--hidden {
    margin-bottom: 0;
  }
  .prime-about-section__inner {
    -moz-column-gap: 55px;
         column-gap: 55px;
  }
  .prime-about-section__left .pas-text {
    margin-top: 260px;
  }
  .pas-text {
    font-size: 18px;
  }
  .splide-scheme .splide__slide {
    width: 980px !important;
  }
  .explain-one-section__left-bottom {
    margin-top: 150px;
  }
  .explain-one-section__left {
    max-width: 590px;
  }
  .explain-two-section__left {
    max-width: 450px;
  }
  .explain-two-section__left-bottom {
    margin-top: 120px;
  }
  .explain-two-section__right-bottom {
    margin-top: 150px;
  }
  .explain-two-section__inner {
    -moz-column-gap: 130px;
         column-gap: 130px;
  }
  .explain-one-section__right {
    max-width: 447px;
    width: 45%;
  }
  .explain-two-section__right {
    max-width: 590px;
  }
  .explain-two-section__left-top .hero-section__bg-image {
    max-width: 385px;
  }
  .explain-two-section__right-bottom {
    margin-top: 120px;
  }
  .explain-three-section__top-left {
    max-width: 725px;
    padding-left: 125px;
  }
  .explain-three-section__center-left {
    max-width: 600px;
  }
  .explain-three-section__top {
    -moz-column-gap: 90px;
         column-gap: 90px;
  }
  .explain-three-section__top-right {
    max-width: 370px;
  }
  .explain-three-section__center-right {
    max-width: 575px;
  }
  .explain-three-section__bottom-left-top {
    max-width: 470px;
  }
  .explain-three-section__bottom-left-top {
    margin-bottom: 125px;
  }
  .explain-one-section {
    padding-bottom: 55px;
  }
  .explain-two-section {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .explain-three-section {
    padding-top: 75px;
  }
  .explain-three-section__center {
    padding-bottom: 60px;
  }
  .explain-three-section__bottom {
    margin-top: 60px;
  }
  .shelopa-section {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .f-video-section-info {
    margin-top: 70px;
  }
  .designers-item__name {
    font-size: 40px;
  }
  .designers-item {
    padding: 80px 0px;
  }
  .designers-section {
    padding-top: 140px;
    padding-bottom: 120px;
  }
  .girk-section__inner, .dirk-section__inner {
    row-gap: 45px;
  }
  .girk-section__text p {
    font-size: 18px;
  }
  .girk-section, .dirk-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .dirk-section__left {
    max-width: 400px;
    width: 50%;
  }
  .girk-section__left {
    width: 50%;
  }
  .designer-single-section__inner {
    -moz-column-gap: 70px;
         column-gap: 70px;
  }
  .designer-single-section__right p {
    font-size: 18px;
  }
  .designer-single-section {
    padding-top: 120px;
    padding-bottom: 35px;
  }
  .contacts-page-top-box__in,
  .contacts-page-top-box__va a {
    font-size: 18px;
  }
  .smh-top {
    -moz-column-gap: 160px;
         column-gap: 160px;
  }
  .smh-top__line,
  .smh-map-info__title,
  .smh-map-info__text {
    font-size: 18px;
  }
  .showroom-map-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .project-info-description .project-info-description__title {
    font-size: 18px;
  }
  .project-info-section--rewiev .project-info-section__inner {
    align-items: flex-start;
  }
  .project-info-section--rewiev .project-info-section__right {
    row-gap: 35px;
  }
  .project-info-section--rewiev .arrow-link {
    font-size: 12px;
  }
  .project-info-section--rewiev .arrow-link::before {
    width: 11px;
    height: 11px;
  }
  .sl-project-info-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .sl-project-ph__title {
    font-size: 15px;
  }
  .sl-project-ph__image {
    max-width: 28px;
  }
  .sl-project-info-section .sl-project-ph__bottom svg {
    transition-duration: 0.3s;
  }
  .sl-project-info-section .product-item:hover .sl-project-ph__bottom svg {
    transform: translate(3px, -3px);
  }
  .project-info-section--about-company .project-info-section__inner {
    -moz-column-gap: 85px;
         column-gap: 85px;
  }
  .furio-section__box {
    margin-bottom: 125px;
  }
  .furio-center-box {
    font-size: 18px;
    margin-bottom: 50px;
  }
  .furio-section {
    padding-top: 60px;
    padding-bottom: 70px;
  }
  .ktur-section-one {
    -moz-column-gap: 100px;
         column-gap: 100px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.22;
  }
  .ktur-text {
    font-size: 18px;
  }
  .ktur-section-one__right {
    max-width: 430px;
  }
  .ktur-section-two__top-text {
    max-width: 670px;
  }
  .ktur-section-two__top-text {
    margin-left: 160px;
  }
  .ktur-section-two__top-text {
    margin-bottom: 270px;
  }
  .ktur-section-two__img-b {
    max-width: 240px;
  }
  .ktur-section-two__img-r {
    max-width: 700px;
  }
  .ktur-section-two__bottom-text {
    max-width: 576px;
  }
  .ktur-section-three__right {
    max-width: 290px;
  }
  .ktur-section-four__right {
    width: 380px;
    flex-shrink: 0;
  }
  .ktur-section-four__left {
    max-width: 570px;
    margin-left: 75px;
  }
  .ktur-section-five {
    max-width: 450px;
  }
  .ktur-section-three__left {
    max-width: 523px;
    padding-top: 60px;
  }
  .ktur-section-four {
    margin-top: -50px;
  }
  .ktur-section {
    padding-bottom: 60px;
  }
  .mayura-section__top {
    -moz-column-gap: 80px;
         column-gap: 80px;
    margin-bottom: 200px;
  }
  .mayura-section__bottom {
    margin-top: 130px;
  }
  .mayura-section__bottom {
    max-width: 530px;
  }
  .msr-text,
  .msr-title {
    font-size: 18px;
  }
  .mayura-section__center-left {
    padding-left: 110px;
  }
  .dsis-item-two__text {
    max-width: 540px;
  }
  .dsis-item-three__left {
    padding-top: 85px;
    padding-bottom: 100px;
  }
  .dsis-item-three__text {
    padding-top: 115px;
  }
  .dsis-item-three__left .dsis-item__text {
    max-width: 535px;
  }
  .dsis-item-three__text {
    max-width: 540px;
  }
  .designer-info-section {
    padding-top: 70px;
    padding-bottom: 60px;
  }
  .terra-section-three {
    -moz-column-gap: 110px;
         column-gap: 110px;
  }
  .terra-section-three__left {
    padding-left: 130px;
  }
  .elora-section__media--kitchen {
    max-width: 410px;
  }
  .elora-section__content--middle {
    max-width: 472px;
  }
  .elora-section__media--handle {
    max-width: 350px;
  }
  .elora-section__row--second {
    margin-top: -17vw;
  }
  .elora-section__media--workspace {
    padding-left: 110px;
    max-width: 424px;
  }
  .elora-section__row--fourth {
    margin-top: -6vw;
  }
  .elora-section__content--details {
    width: 48%;
    max-width: initial;
  }
  .elora-section__media--bath {
    width: 52%;
  }
  .elora-section__row--fourth {
    -moz-column-gap: 55px;
         column-gap: 55px;
  }
  .mf-content p, .mf-content ul, .mf-content ol {
    font-size: 18px;
  }
  .faq-section {
    padding-top: 150px;
  }
  .all-projects-section--partners {
    margin-top: 30px;
  }
  .all-projects-section--partners .all-projects-item__left {
    width: 437px;
  }
  .all-projects-section--reviews .all-projects-item {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
  .all-projects-section--partners .all-projects-item {
    padding-bottom: 85px;
    height: auto;
  }
  .all-projects-section--partners .rew-s-text {
    font-size: 18px;
  }
  .all-projects-section--partners {
    margin-top: 0;
  }
  .inst-section-socials-box__text {
    max-width: 345px;
    font-size: 16px;
  }
  .inst-section-socials-box__right,
  .inst-section-socials-box__left {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .inst-section-socials-box {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
  .all-projects-section--partners .revirews-show-more-btn {
    margin-top: 65px;
  }
}
@media (max-width: 1440px) {
  .request-section--full-padding {
    padding-top: 260px;
  }
  .all-projects-item__name {
    font-size: 40px;
  }
  .alpri-item__title {
    font-size: 10px;
  }
  .alpri-item__text {
    font-size: 12px;
  }
  .all-projects-item {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .project-info-f-item__title {
    font-size: 12px;
  }
  .project-info-f-item__text {
    font-size: 14px;
  }
  .project-info-description p {
    font-size: 18px;
  }
  .project-info-section__left {
    max-width: 805px;
  }
  .project-info-section__inner {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
  .project-info-section__right {
    width: 322px;
  }
  .detail-slide-box__details {
    font-size: 16px;
  }
  .gallery-box {
    margin-top: 45px;
  }
  .details-section .splide__track::after {
    bottom: 130px;
  }
  .request-section--xv-padding {
    padding-bottom: 140px;
  }
  .loom-about-indents {
    margin-top: 140px;
  }
  .materials-configurator-top,
  .materials-configurator-container__top {
    -moz-column-gap: 125px;
         column-gap: 125px;
  }
  .materials-configurator-section {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .rock-about-section__right {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  .gala-about-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .gala-about-section__header {
    font-size: 40px;
  }
  .gala-about-section__text {
    font-size: 18px;
    max-width: 366px;
  }
  .pas-text {
    font-size: 16px;
  }
  .request-section--big-indents {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .explain-one-section__inner {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
  .explain-two-section__left {
    flex-shrink: initial;
    width: 45%;
  }
  .explain-two-section__right {
    width: 55%;
  }
}
@media (max-width: 1400px) {
  .loom-about-section-invert .loom-about-box__img {
    max-width: 220px;
  }
  .rock-about-section__inner {
    row-gap: 50px;
    flex-direction: column;
    max-height: initial;
    height: auto;
  }
  .rock-about-section__left {
    width: 100%;
    max-width: initial;
  }
  .rock-about-section__right {
    width: 100%;
    aspect-ratio: initial;
  }
  .rock-about-section__right img {
    display: flex;
    width: 100%;
    height: auto;
  }
  .rock-about-section__left-bottom {
    display: none;
  }
  .gala-about-section__inner {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
}
@media (max-width: 1300px) {
  .gala-about-section__header {
    font-size: 30px;
  }
  .contacts-page-top-box {
    flex-wrap: wrap;
    row-gap: 80px;
    padding-bottom: 150px;
  }
  .contacts-page-top-box__item {
    width: calc(50% - 40px);
  }
  .contacts-social-section__box {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .rew-s-title {
    font-size: 13px;
    margin-bottom: 15px;
  }
  .rew-s-text {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .all-projects-section--reviews .all-projects-item__name {
    font-size: 30px;
  }
  .all-projects-section--reviews .all-projects-item {
    padding-bottom: 64px;
    padding-top: 64px;
    -moz-column-gap: 45px;
         column-gap: 45px;
  }
  .all-projects-section--reviews .all-projects-item:first-child {
    padding-top: 0;
  }
  .terra-section-one,
  .terra-section-two {
    -moz-column-gap: 110px;
         column-gap: 110px;
  }
  .terra-section-one__right {
    padding-left: 60px;
  }
}
@media (max-width: 1200px) {
  .all-projects-item__name {
    font-size: 24px;
  }
  .all-projects-item__right {
    width: 300px;
  }
  .all-projects-item {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
  .all-projects-item__right-bottom .arrow-link {
    font-size: 13px;
  }
  .all-projects-item__right-bottom .arrow-link::before {
    width: 10px;
    height: 10px;
  }
  .all-projects-controls a {
    font-size: 13px;
  }
  .all-projects-box {
    margin-top: 80px;
  }
  .all-projects-section {
    padding-top: 65px;
  }
  .all-projects-item {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .vb-product-info-section .project-info-description p br {
    display: none;
  }
  .loom-about-box__right {
    padding-right: 3vw;
  }
  .loom-about-box {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
  .loom-about-section-invert .loom-about-box__left {
    padding-left: 3vw;
  }
  .loom-about-section-invert .loom-about-box__left {
    row-gap: 35px;
  }
  .mcx-box__left,
  .mcx-box__right {
    width: 50%;
    display: flex;
    flex-direction: column;
  }
  .mcx-box__left .mcx-item:nth-child(1),
  .mcx-box__left .mcx-item:nth-child(2),
  .mcx-box__right .mcx-item:nth-child(1),
  .mcx-box__right .mcx-item:nth-child(2) {
    width: 100%;
  }
  .mcx-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .mcx-box__left .mcx-item:nth-child(1) .mcx-item__title {
    order: 1;
  }
  .mcx-box__left .mcx-item:nth-child(1) .mcx-item__img {
    order: 2;
  }
  .mcx-box__right .mcx-item:nth-child(1) .mcx-item__title {
    order: 1;
  }
  .mcx-box__right .mcx-item:nth-child(1) .mcx-item__img {
    order: 2;
  }
  .materials-configurator-top {
    flex-direction: column;
    row-gap: 50px;
  }
  .materials-configurator-top__left,
  .materials-configurator-top__right {
    width: 100%;
  }
  .calisto-video-section__inner {
    flex-direction: column;
    row-gap: 70px;
  }
  .explain-three-section__top-left {
    padding-left: 0;
  }
  .explain-three-section__bottom-left-bottom {
    min-width: 430px;
  }
  .explain-three-section__bottom-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 250px;
  }
  .f-video-section-info {
    margin-top: 60px;
  }
  .f-video-section-info {
    flex-direction: column;
  }
  .f-video-section-info__left {
    width: 100%;
    margin-bottom: 45px;
  }
  .f-video-section-info__right {
    width: 100%;
    max-width: initial;
    display: flex;
    -moz-column-gap: 70px;
         column-gap: 70px;
  }
  .f-video-section-info .loom-about-item__text br {
    display: block;
  }
  .ktur-section-four__left {
    width: 50%;
  }
  .ktur-section-four__right,
  .ktur-section-three__right,
  .ktur-section-three__left {
    flex-shrink: initial;
  }
  .ktur-section-four {
    -moz-column-gap: 70px;
         column-gap: 70px;
  }
  .dsis-item-one__inner {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
  .dsis-text-df {
    font-size: 15px;
  }
  .dsis-item-two__inner {
    -moz-column-gap: 90px;
         column-gap: 90px;
  }
  .dsis-item-one__img {
    max-width: 80%;
  }
  .dsis-item-three__left {
    padding-top: 57px;
    padding-bottom: 50px;
  }
  .dsis-item-two__right .dsis-item__text,
  .dsis-item-two__right .dsis-item__title {
    padding-left: 0;
  }
  .dsis-item-two .dsis-item__title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .dsis-item-two {
    padding-top: 180px;
    padding-bottom: 180px;
  }
  .terra-section-three__left {
    padding-left: 0;
  }
  .terra-section-three {
    -moz-column-gap: 70px;
         column-gap: 70px;
    margin-top: 80px;
  }
  .elora-section__row--fourth {
    margin-top: 0;
  }
}
@media (max-width: 1150px) {
  .contacts-social-item {
    height: 130px;
  }
}
@media (max-width: 1100px) {
  .all-products-box {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  .request-form-box__left {
    width: initial;
  }
  .request-form-box__right {
    width: calc(50% - 30px);
  }
  .project-info-section__inner {
    flex-direction: column;
  }
  .project-info-section .breadcrumbs-section {
    margin-bottom: 70px;
  }
  .project-info-section__left {
    margin-bottom: 78px;
  }
  .project-info-section__right {
    width: 100%;
  }
  .project-info-f-item {
    width: calc(26% - 20px);
  }
  .f-video-section, .products-section {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .project-info-section {
    padding-bottom: 65px;
  }
  .product-image__title {
    color: #FFF;
    text-align: right;
    font-size: 9px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.33;
    text-transform: uppercase;
    right: 15px;
    bottom: 10px;
  }
  .vb-product-info-section .project-info-section__left {
    margin-bottom: 0;
  }
  .materials-configurator-container__top {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 50px;
  }
  .materials-configurator-container__top {
    margin-bottom: 50px;
  }
  .materials-configurator-btns {
    width: 100%;
  }
  .explain-one-section {
    padding-bottom: 85px;
  }
  .explain-two-section__inner {
    -moz-column-gap: 70px;
         column-gap: 70px;
  }
  .request-form {
    flex-direction: column;
  }
  .request-form-box__right {
    padding-top: 90px;
  }
  .wpcf7-form-control-wrap[data-name=acceptance-803] {
    margin-bottom: 15px;
  }
  .thank-you-box .all-products-header span {
    display: block;
    font-size: 30px;
  }
  .thank-you-box__text {
    margin-top: 15px;
    font-size: 16px;
  }
  .thank-you-box {
    margin-top: 100px;
  }
  .designers-item {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
  .designers-item__left {
    width: 320px;
  }
  .designers-item__name {
    font-weight: 500;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin-bottom: 35px;
  }
  .girk-section__bottom,
  .dirk-section__bottom {
    flex-direction: column;
    row-gap: 30px;
  }
  .girk-section__left,
  .girk-section__right,
  .dirk-section__left,
  .dirk-section__right {
    width: 100%;
  }
  .girk-section {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .dirk-section {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .project-info-section.project-info-section--about-production .project-info-section__left {
    margin-bottom: 0;
  }
  .dirk-section__left {
    max-width: initial;
  }
  .all-products-section.all-products-section--news {
    padding-top: 50px;
  }
  .rp-tp-text {
    font-size: 16px;
    margin-top: 30px;
  }
  .all-products-box-item__bottom {
    margin-top: 28px;
  }
  .all-products-section--news .all-products-section-show-more-btn {
    margin-top: 100px;
  }
  .article-m-top {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
  .article-m-section {
    margin-top: 0;
  }
  .article-m-section .all-products-header {
    max-width: 600px;
  }
  .superiority-article-section {
    padding-top: 40px;
  }
  .sas-top {
    font-size: 18px;
    max-width: 830px;
  }
  .sas-top {
    margin-bottom: 90px;
  }
  .sas-bottom {
    -moz-column-gap: 120px;
         column-gap: 120px;
  }
  .sas-top__right-top {
    max-width: 570px;
  }
  .superiority-article-section {
    font-size: 18px;
  }
  .sas-top__right-top {
    margin-bottom: 110px;
  }
  .article-featured-text {
    font-size: 18px;
  }
  .article-featured-text__inner {
    max-width: 1100px;
  }
  .superiority-article-section {
    padding-bottom: 60px;
  }
  .article-info-group-text {
    padding-top: 60px;
  }
  .article-info-group-text {
    padding-bottom: 125px;
  }
  .article-info-group-text__right p {
    font-size: 18px;
  }
  .article-info-group-text__inner {
    -moz-column-gap: 70px;
         column-gap: 70px;
  }
  .article-m-top {
    flex-direction: column;
    row-gap: 50px;
  }
  .article-m-top__left {
    order: 2;
  }
  .article-m-top__right {
    order: 1;
  }
  .article-m-top__right {
    flex-direction: row;
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
  .article-m-top {
    margin-top: 15px;
  }
  .amt-title {
    font-size: 8px;
  }
  .amt-value {
    font-size: 9px;
  }
  .sas-top {
    font-size: 16px;
  }
  .sas-top {
    margin-bottom: 35px;
  }
  .superiority-article-section {
    font-size: 16px;
  }
  .sas-top__left {
    display: none;
  }
  .sas-top__right {
    width: 100%;
  }
  .sas-top__right-top {
    max-width: initial;
    width: 100%;
  }
  .sas-top__right-top {
    margin-bottom: 35px;
  }
  .sast-rb {
    display: flex;
  }
  .sas-top__right-bottom {
    display: flex;
    width: 100%;
    aspect-ratio: 582/298;
  }
  .sas-top__right-bottom picture,
  .sas-top__right-bottom img {
    max-height: 100%;
  }
  .sas-top__right-bottom picture:nth-child(1) {
    max-width: 29.5%;
  }
  .sas-top__right-last {
    display: flex;
    margin-top: 35px;
  }
  .sas-top__right-top > p:nth-child(2) {
    display: none;
  }
  .article-info-group-text__inner {
    flex-direction: column;
    row-gap: 55px;
  }
  .article-info-group-text__left {
    width: 100%;
  }
  .article-info-group-text__right {
    width: 100%;
  }
  .sas-top,
  .superiority-article-section,
  .article-info-group-text__right p {
    line-height: 1.4;
  }
  .article-m-top {
    margin-bottom: 15px;
  }
  .sas-top {
    margin-bottom: 20px;
  }
  .article-info-group-text__right p {
    font-size: 16px;
  }
  .project-info-section--rewiev .project-info-section__inner {
    row-gap: 50px;
  }
  .project-info-section__right {
    width: 600px;
  }
  .project-info-section--rewiev .project-info-f-item {
    width: calc(50% - 20px);
  }
  .project-info-section--about-company .project-info-section__left,
  .project-info-section--about-company .project-info-section__right {
    max-width: initial;
    width: 100%;
  }
  .project-info-section--about-company .project-info-section__right {
    padding-top: 60px;
  }
  .furio-section__box {
    margin-bottom: 70px;
  }
  .furio-section__box > picture:nth-child(5) {
    display: none;
  }
  .furio-center-box {
    flex-direction: column;
  }
  .furio-center__left,
  .furio-center__right {
    width: 100%;
  }
  .furio-center__left {
    margin-bottom: 30px;
  }
  .furio-center-box {
    margin-bottom: 35px;
  }
  .furio-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .ktur-section-one {
    -moz-column-gap: 90px;
         column-gap: 90px;
  }
  .ktur-text {
    font-size: 16px;
  }
  .ktur-section-two {
    padding-bottom: 65px;
  }
  .ktur-section-two__img-b {
    max-width: 160px;
  }
  .ktur-section-two__img-r {
    max-width: 400px;
  }
  .mayura-section {
    padding-top: 70px;
  }
  .mayura-section__center-left {
    padding-left: 0;
  }
  .mayura-section__bottom {
    margin-top: 80px;
  }
  .mayura-section__top {
    margin-bottom: 110px;
  }
  .terra-section {
    padding-top: 50px;
  }
  .msr-text, .msr-title {
    font-size: 16px;
  }
  .terra-section-two {
    margin-top: 65px;
  }
  .terra-section-one__right {
    padding-left: 0;
    padding-top: 60px;
  }
  .terra-section-two__right {
    width: 100%;
    display: flex;
    -moz-column-gap: 80px;
         column-gap: 80px;
    max-width: initial;
  }
  .terra-section-two__right picture {
    width: 48%;
  }
  .terra-section-two__right .ts-tlv--mob {
    width: 52%;
  }
  .terra-section-one {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
  .terra-section-two__left {
    justify-content: flex-start;
    width: 100%;
    max-width: 555px;
  }
  .ts-tlv {
    display: none;
  }
  .ts-tlv--mob {
    display: flex;
    padding-top: 100px;
  }
  .terra-section-two {
    flex-direction: column;
    row-gap: 65px;
  }
  .terra-section-two__right {
    padding-bottom: 0;
  }
  .terra-section-three {
    display: flex;
    flex-direction: column;
    row-gap: 90px;
  }
  .terra-section-three__left {
    width: 100%;
    padding-left: 80px;
  }
  .terra-section-three__right {
    width: 100%;
    min-width: initial;
    max-width: 80%;
  }
  .terra-section-three {
    align-items: flex-start;
  }
  .designer-info-section {
    padding-bottom: 50px;
  }
  .designer-info-section {
    padding-top: 15px;
  }
  .dsis-item-one__text {
    bottom: 40px;
  }
  .all-projects-section--partners .rew-s-text {
    font-size: 16px;
  }
  .all-projects-item__name {
    margin-bottom: 25px;
  }
}
@media (max-width: 1000px) {
  .all-projects-item__name {
    margin-bottom: 35px;
  }
  .loom-about-box__left {
    display: none;
  }
  .loom-about-box__right {
    width: 100%;
    padding-left: 6.65%;
    padding-right: 6.65%;
  }
  .loom-about-box {
    width: 100%;
  }
  .loom-about-box__top {
    margin-bottom: 60px;
  }
  .loom-about-box__img--mob {
    display: flex;
    aspect-ratio: 296/319;
  }
  .loom-about-box__bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .loom-about-box__right {
    padding-top: 100px;
  }
  .loom-about-box__top {
    margin-bottom: 20px;
  }
  .loom-about-section-invert .loom-about-box__left {
    padding-left: 3vw;
  }
  .loom-about-section-invert .loom-about-box__left .loom-about-box__top {
    margin-bottom: 30px;
  }
  .loom-about-section-invert .loom-about-box {
    flex-direction: column;
  }
  .loom-about-section-invert .loom-about-box__left,
  .loom-about-section-invert .loom-about-box__right {
    width: 100%;
  }
  .loom-about-section-invert .loom-about-box__left .loom-about-box__top {
    display: none;
  }
  .loom-about-section-invert .loom-about-box__left {
    order: 2;
    padding-left: 0;
  }
  .loom-about-section-invert .loom-about-box__right {
    order: 1;
    padding-left: 0;
  }
  .loom-about-section-invert .loom-about-box {
    padding-left: 6.65%;
    padding-right: 6.65%;
    row-gap: 80px;
  }
  .loom-about-section-invert .loom-about-box__bottom {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 0;
  }
  .loom-about-section-invert__img {
    max-width: 286px;
    margin-left: auto;
  }
  .loom-about-section-invert__img--tablet {
    aspect-ratio: 221/159;
    width: 100%;
    max-width: 221px;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
  }
  .loom-about-section-invert .loom-about-box__img-title {
    font-size: 9px;
    font-style: normal;
    font-weight: 500;
    line-height: 12px;
    text-transform: uppercase;
    right: 12px;
    bottom: 8px;
  }
  .loom-about-indents {
    margin-top: 128px;
  }
  .explain-three-section__top {
    flex-direction: column;
  }
  .explain-three-section__top-left {
    padding-bottom: 85px;
  }
  .explain-three-section__top-right {
    max-width: 240px;
    margin-left: auto;
  }
  .explain-three-section__top-left {
    padding-left: 50px;
    max-width: 550px;
  }
  .explain-three-section__center {
    flex-direction: column;
    row-gap: 90px;
    margin-top: -250px;
  }
  .explain-three-section__center-right {
    max-width: 450px;
    width: 100%;
    margin-left: auto;
  }
  .explain-three-section__bottom-right {
    width: 185px;
  }
  .explain-three-section__bottom-left-bottom {
    padding-left: 60px;
  }
  .explain-three-section__bottom-left-top {
    margin-bottom: 70px;
  }
  .explain-three-section .loom-about-item__title {
    font-size: 16px;
  }
  .explain-three-section .loom-about-item__text {
    font-size: 16px;
  }
  .explain-three-section__center-left {
    max-width: 300px;
  }
  .connect-popup .request-form-box__left input {
    width: calc(50% - 30px);
  }
  .designer-single-section {
    padding-bottom: 0;
    padding-top: 90px;
  }
  .designer-single-section__inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 60px;
  }
  .designer-single-section__right {
    width: 100%;
  }
  .designer-single-section__left {
    min-width: 300px;
  }
  .contacts-social-section__box {
    flex-direction: column;
    row-gap: 45px;
  }
  .contacts-social-section__box-left,
  .contacts-social-section__box-right {
    width: 100%;
  }
  .contacts-social-item {
    height: auto;
  }
  .contacts-social-item__right {
    min-height: 80px;
    font-size: 14px;
  }
  .contacts-social-item__sc-name {
    top: 0;
  }
  .csvt-box {
    margin-top: 8px;
  }
  .contacts-social-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .csvt-box {
    top: 0;
  }
  .all-projects-section--reviews .all-projects-item {
    flex-direction: column;
    row-gap: 35px;
  }
  .all-projects-section--reviews .all-projects-item__right {
    width: 100%;
    position: relative;
  }
  .rew-s-title br {
    display: none;
  }
  .all-projects-section--reviews .arrow-link {
    position: absolute;
    top: 0;
    right: 0;
  }
  .rew-s-text {
    line-height: 1.4;
    margin-bottom: 0;
  }
  .all-projects-section--reviews .all-projects-box {
    margin-top: 20px;
  }
  .ktur-section-three__left {
    max-width: 300px;
  }
  .ktur-section-three__right {
    max-width: 200px;
  }
  .ktur-section-four__left {
    max-width: 320px;
    margin-left: 0;
    margin-bottom: 0;
  }
  .ktur-section-four {
    margin-top: 0;
  }
  .ktur-section-three {
    margin-bottom: 60px;
  }
  .ktur-section-one__right {
    padding-top: 0;
  }
  .ktur-section-two__top-text {
    margin-bottom: 160px;
  }
  .ktur-section-two__bottom-text {
    max-width: 404px;
    margin-left: 270px;
  }
  .ktur-section-one__left picture:nth-child(2) {
    display: none;
  }
  .ktur-section-one__left picture {
    width: 100%;
  }
  .ktur-section {
    padding-top: 80px;
  }
  .ktur-section-two__top-text {
    margin-left: 0;
    max-width: 510px;
  }
  .ktur-section-two__img-b {
    max-width: 120px;
  }
  .ktur-section-two__img-r {
    width: 50%;
  }
  .ktur-section-two__bottom-text {
    margin-left: 0;
  }
  .ktur-section-two__top-text {
    margin-bottom: 140px;
  }
  .ktur-section-three__left {
    max-width: 250px;
  }
  .ktur-section-four__right {
    width: 190px;
  }
  .ktur-section-four__left {
    padding-top: 30px;
  }
  .dsis-item-one__left {
    max-width: 270px;
  }
  .dsis-item-one__img {
    top: 0;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .dsis-item-one {
    padding-top: 60px;
    padding-bottom: 85px;
  }
  .dsis-item-one__text {
    max-width: 250px;
  }
  .dsis-item-one__text {
    bottom: -60px;
  }
  .dsis-item-two {
    padding-top: 85px;
    padding-bottom: 115px;
  }
  .dsis-item-two__img {
    max-width: 240px;
  }
  .dsis-item__text {
    font-size: 16px;
  }
  .dsis-item-two__inner {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
  .dsis-item-two__text {
    margin-top: 90px;
  }
  .dsis-item-three__img {
    top: -40px;
  }
  .dsis-item-three__img {
    max-width: 280px;
  }
  .elora-section__media--workspace {
    padding-left: 0;
  }
  .elora-section__row--second {
    margin-top: -7vw;
  }
  .elora-section__media--handle {
    min-width: 190px;
  }
  .elora-section__row--fourth {
    margin-top: 50px;
  }
  .elora-section__media--workspace {
    padding-top: 0;
  }
  .elora-section__content--bathroom {
    max-width: 350px;
  }
  .elora-section__media--workspace {
    max-width: 280px;
  }
  .all-projects-section--partners .all-projects-item__right {
    order: 1;
  }
  .all-projects-section--partners .all-projects-item__left {
    order: 2;
    width: 100%;
    max-width: initial;
    aspect-ratio: initial;
    height: auto;
  }
  .all-projects-section--partners .all-projects-item__right-bottom .rew-s-text {
    display: none;
    line-height: 1.45;
  }
  .all-projects-section--partners .all-projects-item {
    row-gap: 0;
    padding-bottom: 55px;
  }
  .all-projects-section--partners .all-projects-item__name {
    font-size: 22px;
  }
  .all-projects-section--partners .all-projects-item__right-bottom .arrow-link {
    font-size: 16px;
  }
  .all-projects-section--partners .rew-s-text.rew-s-text--mob {
    display: flex;
    margin-top: 28px;
  }
  .all-projects-section--partners .all-projects-item__left:hover img {
    transform: scale(1);
  }
  .all-projects-section--reviews .arrow-link::before {
    top: 0;
  }
  .reg-page-text {
    font-size: 18px;
  }
  .all-projects-item__name {
    margin-bottom: 28px;
  }
}
@media (max-width: 900px) {
  .all-projects-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 60px;
  }
  .all-projects-item__right {
    width: 100%;
    display: flex;
    flex-direction: row;
  }
  .all-projects-item__right-bottom {
    order: 1;
  }
  .all-projects-item__right-top {
    order: 2;
  }
  .all-projects-item__name {
    font-size: 30px;
  }
  .arrow-link::before {
    margin-right: 15px;
  }
  .all-projects-item__right-bottom .arrow-link {
    font-weight: 500;
  }
  .all-projects-item__right-top {
    flex-direction: column;
    row-gap: 26px;
  }
  .alpri-item {
    row-gap: 6px;
  }
  .all-projects-item__right-bottom {
    justify-content: space-between;
  }
  .all-projects-item {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .all-projects-section {
    padding-bottom: 125px;
  }
  .project-info-f-item {
    min-width: 160px;
  }
  .project-info-section__right {
    gap: 40px;
  }
  .materials-configurator-container__title {
    width: 100%;
  }
  .gala-about-section__inner {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
  .gala-about-section__header {
    font-size: 22px;
  }
  .gala-about-section__text {
    font-size: 16px;
  }
  .all-projects-section--reviews .all-projects-item__right {
    flex-direction: column;
  }
  .all-projects-section--reviews .all-projects-item__right-top {
    order: 1;
  }
  .mayura-section {
    padding-top: 0;
  }
  .mayura-section__top {
    flex-direction: column;
    row-gap: 50px;
  }
  .mayura-section__top-right {
    order: 1;
    width: 100%;
  }
  .mayura-section__top-left {
    order: 2;
    width: 438px;
  }
  .mayura-section__center-right {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .mayura-section__top {
    margin-bottom: 65px;
  }
  .mayura-section__center {
    position: relative;
    padding-top: 185px;
  }
  div.msr-text:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
  }
  .elora-section__intro {
    margin-left: 0;
  }
  .elora-section__row--first {
    margin-top: 70px;
  }
  .elora-section__row--first {
    -moz-column-gap: 90px;
         column-gap: 90px;
  }
}
@media (max-width: 800px) {
  .elora-section__row--second {
    margin-top: 0;
  }
  .elora-section__row--second {
    -moz-column-gap: 64px;
         column-gap: 64px;
  }
  .elora-section__content--middle {
    max-width: 240px;
  }
  .elora-section__media--handle {
    width: 190px;
  }
  .elora-section__media--handle {
    padding-bottom: 0;
  }
  .sl-project-info-section .product-item {
    height: 50vw;
  }
  .sl-project-info-section {
    padding-bottom: 0;
  }
  .ktur-text {
    line-height: 1.4;
  }
}
@media (max-width: 769px) {
  .regular-page-section {
    padding-top: 170px;
  }
  .breadcrumbs-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .breadcrumbs-section span,
  .breadcrumbs-section a {
    font-size: 13px;
  }
  .all-products-box {
    grid-template-columns: 1fr;
  }
  .all-products-box-item {
    padding-bottom: 40px;
    border-bottom: 1px solid #292929;
  }
  .all-products-box-item.all-products-box-item--last {
    margin-bottom: 40px;
    padding-bottom: 0;
  }
  .all-products-box-item__bottom {
    margin-top: 33px;
  }
  .all-products-box-item__bottom .arrow-link {
    width: 100%;
    display: flex;
    align-items: flex-start;
    position: relative;
  }
  .all-products-box-item__bottom .arrow-link::before {
    right: 0;
    position: absolute;
    top: 4px;
    margin-right: 0;
  }
  .all-products-section {
    padding-bottom: 45px;
  }
  .all-products-box-item:last-child {
    border-bottom: none;
  }
  .request-section--full-padding {
    padding-top: 220px;
  }
  .all-products-box-item:hover .all-products-box-item__image img {
    transform: scale(1);
  }
  .all-products-box-item:hover .arrow-link {
    transform: translateX(0);
  }
  .all-products-box-item:hover .arrow-link::before {
    transform: translateX(0) translateY(0px);
  }
  .all-projects-section {
    padding-bottom: 65px;
  }
  .all-products-section {
    padding-top: 50px;
  }
  .all-products-box-item__image::after {
    bottom: 90px;
  }
  .request-form-box__right {
    width: calc(50% - 15px);
  }
  .project-info-section .breadcrumbs-section a,
  .project-info-section .breadcrumbs-section span {
    font-size: 13px;
  }
  .splide-details .splide__slide {
    width: 426px !important;
  }
  .detail-slide-box {
    row-gap: 27px;
  }
  .projects-section-box {
    margin-top: 22px;
  }
  .splide-details-next {
    max-width: 20px;
  }
  .gallery-box {
    margin-top: 32px;
  }
  .gallery-box {
    row-gap: 0;
  }
  .gallery-section {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .gallery-row {
    -moz-column-gap: 2px;
         column-gap: 2px;
    margin-bottom: 2px;
  }
  .details-section .splide__track::after {
    bottom: 160px;
  }
  .details-section {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .gallery-row-1-2 .gallery-item:first-child {
    width: calc(66.6% - 2.6666px);
  }
  .request-section--xv-padding {
    padding-bottom: 110px;
  }
  .product-image__title {
    right: 10px;
    bottom: 5px;
  }
  .product-image-section {
    margin-top: 125px;
  }
  .hero-product-section {
    width: 100%;
    aspect-ratio: 768/897;
  }
  .vb-product-info-section .project-info-section__inner {
    padding-bottom: 85px;
  }
  .vb-product-info-image {
    padding-bottom: 40px;
  }
  .vb-product-info-section .project-info-section__right {
    padding-top: 70px;
  }
  .vb-product-info-section .show-more-btn::before {
    margin-right: 10px;
  }
  .loom-about-box__right {
    padding-left: 12%;
    padding-right: 12%;
  }
  .loom-about-section {
    min-height: initial;
  }
  .all-products-section.all-products-section--white .title-product {
    margin-bottom: 28px;
  }
  .all-products-section.all-products-section--white .all-products-box-item__bottom {
    margin-top: 18px;
  }
  .all-products-section.all-products-section--white .all-products-box-item__image::before, .all-products-section.all-products-section--white .all-products-box-item__image::after {
    display: none;
  }
  .all-products-section.all-products-section--white {
    margin-top: 210px;
  }
  .loom-about-box__img {
    height: 174px;
  }
  .loom-about-item__text {
    max-width: 550px;
  }
  .vb-product-info-image-desc {
    display: none;
  }
  .vb-product-info-image-mobile {
    display: flex;
  }
  .rock-about-section__right {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .gala-about-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .gala-about-section__header {
    font-size: 22px;
    max-width: 213px;
  }
  .gala-about-section__text {
    font-size: 16px;
    max-width: 286px;
    line-height: 1.35;
  }
  .rock-about-section {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .gala-about-section__inner {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
  .calisto-video-section {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .product-image-section--trip {
    margin-top: 65px;
    margin-bottom: 65px;
  }
  .calisto-video-section__texts-box {
    left: -30px;
    position: relative;
  }
  .hero-product-section--triptih .hero-product-logo {
    max-width: 289px;
  }
  .prime-about-section__inner {
    flex-direction: column;
    row-gap: 70px;
  }
  .prime-about-section__left {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -moz-column-gap: 10px;
         column-gap: 10px;
    order: 2;
  }
  .prime-about-section__right {
    width: 100%;
    order: 1;
  }
  .prime-about-section__left-image-2 {
    display: flex;
  }
  .prime-about-section__left-image {
    width: 100%;
    height: auto;
    max-width: initial;
  }
  .prime-about-section__right .prime-about-section__right-image-1,
  .prime-about-section__right .prime-about-section__right-image-2 {
    display: none;
  }
  .prime-about-section__left--left {
    width: calc(50% - 5px);
    overflow: hidden;
  }
  .prime-about-section__left--left img {
    width: 100%;
    height: 101%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .prime-about-section__left--right {
    width: calc(50% - 5px);
    overflow: hidden;
  }
  .prime-about-section__left--right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .prime-about-section__left .pas-text {
    margin-top: 70px;
  }
  .splide-scheme .splide__slide {
    width: 100% !important;
  }
  .prime-about-section {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .f-info-section {
    padding-top: 100px;
  }
  .request-section--big-indents {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .explain-one-section__left-bottom {
    margin-top: 90px;
  }
  .explain-one-section .loom-about-item__title, .explain-one-section .loom-about-item__text {
    font-size: 16px;
  }
  .explain-one-section__right {
    max-width: 212px;
  }
  .loom-about-item__title, .loom-about-item__text {
    font-size: 16px;
  }
  .explain-two-section__right-bottom {
    margin-top: 120px;
  }
  .explain-two-section__left-bottom {
    margin-top: 90px;
  }
  .explain-three-section__top-left {
    padding-left: 50px;
    max-width: 420px;
  }
  .explain-three-section__center-left {
    max-width: 244px;
  }
  .explain-three-section__top-right {
    max-width: 230px;
  }
  .explain-three-section__center-right {
    max-width: 425px;
  }
  .explain-three-section__bottom-left-top {
    max-width: 310px;
  }
  .explain-three-section__bottom-left-bottom {
    min-width: 470px;
  }
  .explain-one-section {
    padding-bottom: 35px;
  }
  .explain-two-section {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .connect-popup .request-form-box__left input {
    width: calc(50% - 15px);
  }
  .shelopa-section {
    padding-bottom: 30px;
  }
  .designers-section {
    padding-top: 120px;
    padding-bottom: 100px;
  }
  .girk-section__bottom, .dirk-section__bottom {
    row-gap: 22px;
  }
  .girk-section__text p {
    font-size: 16px;
  }
  .all-products-section--projects-grid.dark-bg .title-product {
    margin-bottom: 20px;
  }
  .all-products-box-item__bottom .arrow-link::before {
    right: 0;
    left: initial;
  }
  .all-products-box-item__bottom .arrow-link {
    padding-left: 0;
    padding-right: 30px;
  }
  .all-products-box-item__bottom .arrow-link br {
    display: none;
  }
  .all-products-section.all-products-section--news .all-products-box-item,
  .all-products-section--news .all-products-box-item {
    padding-bottom: 0;
    border-bottom: none;
  }
  .all-products-section.all-products-section--news .all-products-box {
    row-gap: 60px;
  }
  .all-products-section--news .all-products-section-show-more-btn {
    margin-top: 50px;
  }
  .all-products-section.all-products-section--news .all-products-box-item__image::after,
  .all-products-section--news .all-products-box-item .all-products-box-item__image::after {
    display: none;
  }
  .article-featured-text {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 16px;
  }
  .article-featured-text__inner {
    font-size: 16px;
  }
  .superiority-article-section {
    padding-bottom: 30px;
  }
  .article-info-group-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .contacts-page-top-box__title,
  .contacts-page-top-bonit__text {
    font-size: 14px;
  }
  .contacts-page-top-box__in, .contacts-page-top-box__va a {
    font-size: 16px;
  }
  .contacts-page-top-box {
    padding-top: 70px;
  }
  .bonit-socials {
    -moz-column-gap: 22px;
         column-gap: 22px;
  }
  .showroom-map-section {
    padding-top: 70px;
    padding-bottom: 50px;
  }
  .showroom-map-header {
    font-weight: 700;
    font-size: 45px;
    line-height: 111%;
  }
  .smh-top {
    flex-direction: column;
    row-gap: 60px;
  }
  .smh-map {
    margin-top: 50px;
  }
  .smh-map-info {
    margin-top: 25px;
  }
  .smh-top__title {
    margin-bottom: 16px;
  }
  .smh-top__title,
  .smh-top__line,
  .smh-map-info__title,
  .smh-map-info__text,
  .smh-top__time {
    font-size: 16px;
  }
  .smh-map-info__title {
    margin-bottom: 10px;
  }
  .hero-section__bg--mob {
    display: flex;
  }
  .hero-section__bg--desc {
    display: none;
  }
  .project-info-section--rewiev .project-info-description p {
    font-size: 16px;
  }
  .project-info-section--rewiev .project-info-description__title {
    margin-bottom: 28px;
  }
  .project-info-section--rewiev .project-info-section__right {
    max-width: 400px;
  }
  .msr-text, .msr-title {
    font-size: 16px;
  }
  .mayura-section__center {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
  .dsis-text-df {
    font-size: 13px;
  }
  .dsis-item-one__img {
    max-width: 100%;
  }
  .dsis-item__title {
    font-size: 18px;
  }
  .dsis-item-one__inner {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .dsis-item-two__right {
    position: relative;
  }
  .dsis-item-two {
    padding-bottom: 300px;
  }
  .dsis-item-two__text {
    width: 425px;
    position: absolute;
    bottom: -170px;
    right: 0;
  }
  .dsis-item__text {
    line-height: 1.4;
  }
  .dsis-item-three__text {
    padding-top: 70px;
  }
  .dsis-item-three__text {
    width: 210%;
    max-width: initial;
  }
  .terra-section-one {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
  div.msr-text:nth-child(1) {
    padding-left: 120px;
  }
  .project-info-section.project-info-section--about-company {
    padding-bottom: 0;
  }
  .mayura-section__center-right {
    padding-top: 75px;
  }
  .mayura-section__center-left {
    justify-content: flex-start;
  }
  .mayura-section__center {
    padding-top: 210px;
  }
  .mayura-section {
    padding-bottom: 40px;
  }
  .furio-center-box {
    font-size: 16px;
  }
  .dsis-item-one__text {
    width: 80%;
    bottom: -35px;
  }
  .dsis-item-two {
    padding-bottom: 275px;
  }
  .elora-section {
    padding-top: 0;
  }
  .elora-section__intro {
    max-width: 435px;
  }
  .elora-section__row--first {
    -moz-column-gap: 94px;
         column-gap: 94px;
  }
  .elora-section__media--kitchen {
    max-width: initial;
    width: 45%;
  }
  .elora-section__content--top {
    max-width: initial;
    width: 55%;
  }
  .elora-section__row--second {
    margin-top: 80px;
  }
  .elora-section__row--second {
    align-items: flex-start;
  }
  .elora-section__media--handle {
    padding-top: 30px;
  }
  .elora-section__row--third {
    margin-top: 70px;
    -moz-column-gap: 84px;
         column-gap: 84px;
  }
  .elora-section__content--bathroom {
    width: 50%;
    padding-top: 32px;
  }
  .elora-section__media--workspace {
    width: 50%;
    padding-left: 55px;
  }
  .elora-section__content--details .ktur-text:nth-child(2) {
    display: none;
  }
  .elora-section__content--details .ktur-text {
    margin-bottom: 0;
  }
  .elora-section__row-bottom__mob {
    display: flex;
    margin-top: 75px;
    width: 100%;
  }
  .elora-section {
    padding-bottom: 90px;
  }
  .ktur-section-five {
    padding-top: 90px;
  }
  .elanto-section {
    padding-top: 20px;
  }
  .faq-section {
    padding-top: 130px;
  }
  .mf-content p, .mf-content ul, .mf-content ol, .faq-item__title {
    font-size: 16px;
  }
  .mf-content ul {
    padding-left: 20px;
  }
  .faq-item__icon {
    width: 11px;
    height: 11px;
  }
  .faq-item__icon::before {
    width: 11px;
    height: 2px;
    top: 4.5px;
    left: 0;
  }
  .faq-item__icon::after {
    width: 2px;
    height: 11px;
    left: 4.5px;
    top: 0;
  }
  .faq-section {
    padding-top: 100px;
  }
  .inst-section-socials-box__right, .inst-section-socials-box__left {
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .inst-section-socials-box {
    margin-top: 65px;
  }
  .mf-content p, .mf-content ul, .mf-content ol {
    line-height: 1.4;
  }
  .mf-content ul li::marker {
    font-size: 16px;
  }
  .site-search-section__results {
    margin-top: 70px;
    height: calc(100% - 210px);
  }
  .header-search-box__inner {
    padding-top: 160px;
  }
  .site-search-grid {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 8px;
         column-gap: 8px;
    row-gap: 25px;
  }
  .site-search-grid .arrow-link {
    font-size: 12px;
  }
  .site-search-grid .project-link-box {
    margin-top: 10px;
  }
  .site-search-grid .arrow-link::before {
    width: 9px;
    height: 9px;
    margin-right: 12px;
  }
  .all-projects-section--partners .revirews-show-more-btn {
    margin-top: 50px;
  }
}
@media (max-width: 750px) {
  .gala-about-section__inner {
    flex-direction: column;
    row-gap: 30px;
  }
  .gala-about-section__header,
  .gala-about-section__text {
    width: 100%;
    max-width: initial;
  }
  .designers-item__left {
    width: 200px;
    max-width: initial;
  }
  .dsis-item-one__inner {
    flex-direction: column;
  }
  .dsis-item-one__left {
    padding-top: 0;
  }
  .dsis-item-one__left {
    max-width: initial;
    width: 100%;
    margin-bottom: 40px;
  }
  .dsis-item-one__text {
    max-width: initial;
    width: 65%;
    left: 10%;
    bottom: -12vw;
    line-height: 1.45;
  }
  .dsis-item-one {
    padding-bottom: 20vw;
  }
  .dsis-item-two {
    padding-top: 60px;
  }
  .dsis-item-two__inner {
    flex-direction: column;
    row-gap: 35px;
  }
  .dsis-item-two__left {
    max-width: initial;
  }
  .dsis-item-two__right,
  .dsis-item-two__left {
    width: 100%;
  }
  .dsis-item-two__right {
    order: 1;
  }
  .dsis-item-two__left {
    order: 2;
  }
  .dsis-item-two__img {
    max-width: initial;
  }
  .dsis-item-two__text {
    position: relative;
    top: initial;
    bottom: initial;
    left: initial;
    right: initial;
    transform: initial;
  }
  .dsis-item-two__text {
    margin-top: 35px;
  }
  .dsis-item-two__text {
    width: 100%;
  }
  .dsis-item-two {
    padding-bottom: 60px;
  }
  .dsis-item-three__inner {
    flex-direction: column;
  }
  .dsis-item-three__left {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
  .dsis-item-three__right {
    width: 100%;
  }
  .dsis-item-three__right {
    margin-top: 40px;
  }
  .dsis-item-three__img {
    max-width: initial;
    top: 0;
  }
  .dsis-item-three {
    padding-top: 50px;
    padding-bottom: 20vw;
  }
  .dsis-item-two .dsis-item__title {
    font-size: 16px;
  }
  .dsis-item-one__img {
    width: 100%;
    max-width: initial;
    height: auto;
    aspect-ratio: 277/380;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center bottom;
       object-position: center bottom;
  }
  .dsis-item-three__left {
    position: relative;
    z-index: 2;
  }
  .dsis-item-three__text {
    padding-top: 0;
    position: absolute;
    top: 99vw;
    left: 10%;
    width: 80%;
  }
  .inst-section-socials-box {
    flex-direction: column;
    row-gap: 35px;
  }
  .inst-section-socials-box__left, .inst-section-socials-box__right {
    width: 100%;
  }
  .inst-section-socials-box__icon {
    max-width: 28px;
  }
  .inst-section-socials-box {
    margin-top: 40px;
  }
}
@media (max-width: 700px) {
  .all-projects-controls a {
    font-size: 10px;
  }
  .all-projects-controls a::after {
    bottom: -5px;
    height: 1px;
  }
  .loom-about-box__img--mob {
    height: 100%;
    width: 100%;
  }
  .loom-about-box__img {
    height: 100%;
    width: 100%;
  }
  .loom-about-box__bottom picture {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .loom-about-box__bottom picture:first-child {
    width: 70%;
  }
  .mcx-item__title {
    font-size: 10px;
  }
  .materials-configurator-btn {
    font-size: 12px;
  }
  .explain-one-section__right {
    display: none;
  }
  .explain-one-section .loom-about-item__title,
  .explain-one-section .loom-about-item__text {
    font-size: 13px;
  }
  .explain-one-section__left-bottom {
    margin-top: 50px;
  }
  .explain-two-section__inner {
    flex-direction: column;
  }
  .explain-two-section__left {
    width: 100%;
    max-width: initial;
    order: 2;
  }
  .explain-two-section__right {
    width: 100%;
    max-width: initial;
    order: 1;
  }
  .explain-two-section__right-top {
    order: 2;
  }
  .explain-two-section__right-bottom {
    order: 1;
    margin-top: 40px;
  }
  .explain-two-section__left {
    flex-direction: column;
    display: flex;
  }
  .explain-two-section__inner {
    row-gap: 100px;
  }
  .explain-two-section__left-bottom {
    order: 1;
    margin-top: 0px;
  }
  .explain-two-section__left-top {
    order: 2;
    margin-top: 40px;
  }
  .explain-one-section__left {
    max-width: initial;
    width: 100%;
  }
  .explain-two-section__left-top {
    display: none;
  }
}
@media (max-width: 650px) {
  .loom-about-section-invert__img,
  .loom-about-section-invert__img--tablet {
    display: none;
  }
  .loom-about-section-invert__img--mob {
    display: flex;
  }
}
@media (max-width: 600px) {
  .regular-page-section {
    padding-top: 95px;
  }
  .breadcrumbs-section {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .breadcrumbs-section span, .breadcrumbs-section a {
    font-size: 10px;
  }
  .all-products-box-item__bottom .arrow-link {
    font-size: 14px;
  }
  .all-products-box-item__bottom {
    margin-top: 18px;
  }
  .all-products-box-item__bottom .arrow-link::before {
    width: 11px;
    height: 11px;
  }
  .all-products-header {
    font-size: 25px;
  }
  .breadcrumb_last::after,
  .breadcrumbs-section a::after {
    bottom: -5px;
    height: 1px;
  }
  .request-section--full-padding {
    padding-top: 65px;
  }
  .all-projects-item__right {
    flex-direction: column;
    row-gap: 27px;
  }
  .all-projects-item__right-bottom {
    flex-direction: row;
  }
  .all-projects-item__right-top {
    flex-direction: row;
    justify-content: flex-start;
    -moz-column-gap: 38px;
         column-gap: 38px;
  }
  .alpri-item__title {
    font-size: 8px;
  }
  .alpri-item__text {
    font-size: 9px;
  }
  .all-projects-item__name {
    font-size: 14px;
    margin-bottom: 0;
  }
  .all-projects-item {
    row-gap: 20px;
  }
  .all-projects-item__right-bottom .arrow-link {
    font-size: 0;
  }
  .all-projects-item__right-bottom .arrow-link::before {
    margin-right: 0;
    top: 4px;
    position: relative;
  }
  .alpri-item {
    row-gap: 4px;
  }
  .all-projects-item__right-top .alpri-item:first-child {
    order: 2;
  }
  .all-projects-controls {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 14px;
  }
  .all-projects-box {
    margin-top: 35px;
  }
  .all-projects-section {
    padding-top: 35px;
  }
  .all-products-section {
    padding-top: 38px;
  }
  .all-products-box-item__image::after {
    bottom: 75px;
  }
  .request-form-box__right {
    width: 100%;
  }
  .project-info-description p {
    font-size: 16px;
  }
  .project-info-section {
    padding-top: 125px;
  }
  .project-info-section .breadcrumbs-section a, .project-info-section .breadcrumbs-section span {
    font-size: 10px;
  }
  .project-info-section {
    padding-top: 60px;
  }
  .project-info-section .breadcrumbs-section {
    margin-bottom: 45px;
  }
  .project-info-description p {
    font-size: 13px;
  }
  .project-info-section__left {
    margin-bottom: 50px;
  }
  .project-info-f-item__title {
    font-size: 8px;
  }
  .project-info-f-item__text {
    font-size: 9px;
  }
  .project-info-f-item {
    row-gap: 4px;
  }
  .dt-header {
    font-size: 14px;
    font-weight: 500;
  }
  .details-section .projects-section-box {
    margin-top: 20px;
  }
  .splide-details-next {
    max-width: 12px;
  }
  .splide-details .splide__slide {
    width: 257px !important;
  }
  .detail-slide-box__image {
    aspect-ratio: 257/284;
  }
  .detail-slide-box__image img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
  .detail-slide-box__details {
    font-size: 13px;
    line-height: 1.38;
    padding-right: 30px;
  }
  .dt-header {
    font-size: 14px;
  }
  .gallery-box {
    margin-top: 23px;
  }
  .project-info-f-item {
    min-width: 115px;
  }
  .project-info-description p {
    margin-bottom: 16px;
    line-height: 1.5;
  }
  .gallery-box {
    row-gap: 0;
  }
  .show-more-btn {
    font-size: 10px;
    margin-top: 17px;
    margin-bottom: 25px;
  }
  .gallery-row {
    flex-direction: column;
    row-gap: 0;
  }
  .gallery-section .gallery-row-1-2 .gallery-item,
  .gallery-section .gallery-row-2-1 .gallery-item {
    width: 100%;
  }
  .gallery-row-1-2 .gallery-item:first-child,
  .gallery-row-2-1 .gallery-item:first-child {
    aspect-ratio: 276/185;
  }
  .gallery-row-1-2 .gallery-item:nth-child(2),
  .gallery-row-2-1 .gallery-item:nth-child(2) {
    aspect-ratio: 1/1;
    width: 100%;
  }
  .gallery-row-2-1 .gallery-item:first-child {
    order: 2;
  }
  .gallery-row-1-1-1 .gallery-item {
    aspect-ratio: 1/1;
    width: 100%;
  }
  .details-section .splide__track::after,
  .details-section .splide__track::before {
    display: none;
  }
  .show-more-btn::before {
    width: 10px;
    height: 10px;
  }
  .show-more-btn::before {
    margin-right: 8px;
  }
  .gallery-item {
    margin-bottom: 2px;
  }
  .gallery-row {
    margin-bottom: 0;
  }
  .request-section--xv-padding {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .gallery-section {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .groove-arrow:hover {
    transform: translateX(0);
  }
  .gallery-item:hover img {
    transform: initial;
  }
  .project-info-section__right {
    row-gap: 30px;
  }
  .product-image-section {
    margin-top: 65px;
  }
  .product-image__img {
    display: none;
  }
  .product-image__img-mob {
    display: flex;
  }
  .product-image-section {
    aspect-ratio: 320/489;
  }
  .product-image-section .product-image__title {
    display: none;
  }
  .hero-product-section .hero-section__bg {
    display: none;
  }
  .hero-product-section .hero-section__bg--mob {
    display: flex;
  }
  .hero-product-logo {
    min-width: 175px;
  }
  .vb-product-info-section .project-info-section__inner {
    padding-top: 60px;
  }
  .vb-product-info-section .breadcrumbs-section {
    padding-bottom: 45px;
  }
  .vb-product-info-section .vb-product-title {
    font-size: 13px;
  }
  .vb-product-info-special-box p {
    margin-bottom: 0;
  }
  .vb-product-info-special-box p.is-visible {
    margin-bottom: 16px;
  }
  .vb-product-info-section .project-info-section__right {
    padding-top: 50px;
  }
  .vb-product-info-section .project-info-section__inner {
    padding-bottom: 35px;
  }
  .vb-product-info-section .show-more-btn {
    margin-top: 30px;
  }
  .loom-about-box__right {
    padding-left: 22px;
    padding-right: 22px;
  }
  .loom-about-box__right {
    padding-top: 65px;
  }
  .loom-about-box__bottom {
    aspect-ratio: 277/168;
    width: 100%;
  }
  .loom-about-item__title, .loom-about-item__text {
    font-size: 13px;
    line-height: 1.5;
  }
  .all-products-section.all-products-section--white {
    margin-top: 110px;
    padding-top: 0;
  }
  .title-product {
    font-size: 14px;
  }
  .vb-product-info-image {
    padding-bottom: 30px;
  }
  .loom-about-indents {
    margin-top: 65px;
  }
  .loom-about-item {
    height: auto;
  }
  .loom-about-section-invert .loom-about-box {
    row-gap: 65px;
  }
  .loom-about-section-invert .loom-about-box__left {
    row-gap: 0;
  }
  .loom-about-section-invert .loom-about-box__bottom {
    aspect-ratio: initial;
  }
  .loom-about-section-invert .loom-about-box__img-title {
    display: none;
  }
  .materials-configurator-container__title {
    font-size: 12px;
    margin-bottom: 27px;
  }
  .mcx-item__title {
    font-size: 8px;
    font-weight: 700;
  }
  .materials-configurator-btn {
    font-size: 10px;
  }
  .materials-configurator-container__top {
    margin-bottom: 22px;
  }
  .mcx-box__left, .mcx-box__right {
    width: 100%;
  }
  .mcx-box__left .mcx-item:nth-child(1) .mcx-item__img,
  .mcx-box__right .mcx-item:nth-child(1) .mcx-item__img {
    order: 1;
  }
  .mcx-box__left .mcx-item:nth-child(1) .mcx-item__title,
  .mcx-box__right .mcx-item:nth-child(1) .mcx-item__title {
    order: 2;
  }
  .mcx-item {
    row-gap: 3px;
    margin-bottom: 11px;
  }
  .mcx-item__title br {
    display: none;
  }
  .materials-configurator-container__top {
    row-gap: 0;
  }
  .materials-configurator-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .loom-about-section-invert .loom-about-box {
    padding-left: 22px;
    padding-right: 22px;
  }
  .materials-configurator-section {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .loom-about-box__right .loom-about-item .loom-about-item__text br {
    display: none;
  }
  .rock-about-section__right {
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
  .rock-about-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .rock-about-section__inner {
    row-gap: 40px;
  }
  .rock-about-section__left-top .loom-about-item__title {
    margin-bottom: 20px;
  }
  .rock-about-section__left-top .loom-about-item__text {
    margin-bottom: 15px;
  }
  .gala-about-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .gala-about-section__inner {
    flex-direction: column;
    row-gap: 30px;
  }
  .gala-about-section__header {
    font-size: 20px;
    max-width: initial;
  }
  .gala-about-section__text {
    font-size: 13px;
    max-width: initial;
    line-height: 1.5;
  }
  .vb-product-info-special-item .loom-about-item {
    margin-bottom: 0;
  }
  .vb-product-info-bg {
    display: none;
  }
  .vb-product-info-bg.vb-product-info-bg--mob {
    display: flex;
    aspect-ratio: 320/648;
    width: 110%;
    height: auto;
  }
  .hero-product-section--triptih .hero-product-logo {
    max-width: 176px;
    aspect-ratio: initial;
  }
  .hero-product-section--triptih {
    aspect-ratio: 320/489;
    max-height: 800px;
  }
  .calisto-video-section__texts-box {
    left: 0;
  }
  .calisto-video-section__texts-box {
    row-gap: 0;
  }
  .calisto-video-text-box .loom-about-item__title::before {
    width: 10px;
    height: 10px;
  }
  .calisto-video-section__inner {
    row-gap: 40px;
  }
  .calisto-video-section__texts-box {
    width: 100%;
  }
  .calisto-video-text-box .loom-about-item__text {
    margin-bottom: 25px;
  }
  .product-image-section--trip {
    aspect-ratio: 320/192;
    width: 100%;
    height: auto;
  }
  .product-image-section--trip .product-image__img {
    position: relative;
    top: initial;
    bottom: initial;
    left: initial;
    right: initial;
    transform: initial;
  }
  .calisto-video-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .product-image-section--trip {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .detail-slide-box {
    row-gap: 34px;
  }
  .detail-slide-box__details {
    line-height: 1.5;
  }
  .request-section--big-indents {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .pas-text {
    font-size: 13px;
  }
  .prime-about-section__inner {
    row-gap: 50px;
  }
  .prime-about-section__left {
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
  .prime-about-section__left--left,
  .prime-about-section__left--right {
    width: calc(50% - 2.5px);
  }
  .prime-about-section__left .pas-text {
    margin-top: 50px;
  }
  .prime-about-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .bread-section {
    padding-top: 50px;
  }
  .explain-one-section {
    padding-bottom: 35px;
  }
  .explain-three-section {
    padding-top: 0;
    padding-bottom: 50px;
  }
  .explain-three-section__top-left {
    padding-left: 0;
    max-width: initial;
    width: 100%;
  }
  .explain-three-section__center {
    margin-top: 0;
  }
  .explain-three-section__top-right {
    margin-left: 0;
    width: 100%;
    max-width: initial;
  }
  .explain-three-section__top {
    padding-bottom: 50px;
  }
  .explain-three-section__center-left {
    max-width: initial;
    width: 100%;
  }
  .explain-three-section__center {
    row-gap: 100px;
  }
  .explain-three-section__center-right {
    max-width: initial;
    width: 100%;
  }
  .explain-three-section__bottom-left {
    width: 100%;
    max-width: initial;
    order: 2;
  }
  .explain-three-section__center {
    padding-bottom: 30px;
  }
  .explain-three-section__bottom {
    margin-top: 30px;
    flex-direction: column;
    row-gap: 100px;
  }
  .explain-three-section__bottom-left-top {
    max-width: initial;
    width: 100%;
    margin-bottom: 50px;
  }
  .explain-three-section__bottom-left-bottom {
    padding-left: 0;
  }
  .explain-three-section__bottom-right {
    display: block;
    position: relative;
    top: initial;
    bottom: initial;
    left: initial;
    right: initial;
    transform: initial;
    order: 1;
  }
  .explain-three-section__bottom-left-bottom {
    min-width: initial;
    max-width: initial;
    width: 100%;
  }
  .explain-three-section__bottom-right {
    width: 100%;
    max-width: initial;
    aspect-ratio: 277/300;
  }
  .explain-three-section__bottom-right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .explain-two-section {
    padding-bottom: 50px;
  }
  .explain-three-section .loom-about-item__text,
  .explain-three-section .loom-about-item__title {
    font-size: 13px;
  }
  .hero-section__bg--mob img {
    width: 100%;
  }
  .request-form-box__left input {
    width: 100%;
  }
  .request-form-show-more {
    margin-right: auto;
  }
  .request-form-box__hidden-block {
    margin-top: 0;
  }
  .file-field {
    margin-top: -10px;
  }
  .file-field__text {
    font-size: 10px;
  }
  .file-field .file-field__name {
    font-size: 11px;
    flex-direction: column;
    row-gap: 2px;
  }
  .file-field__remove {
    width: 8px;
    height: 8px;
    top: 1px;
    position: relative;
  }
  .file-field__text::before {
    width: 16px;
    height: 9px;
    top: 1px;
  }
  .request-form-show-more {
    margin-top: 20px;
    font-size: 10px;
  }
  .request-form-show-more::before {
    width: 10px;
    height: 10px;
    top: 1px;
    position: relative;
    margin-right: 10px;
  }
  .request-form-show-more--open.request-form-show-more::before {
    width: 10px;
    height: 10px;
    top: 1px;
    margin-right: 10px;
  }
  .request-form-box__left {
    row-gap: 0;
  }
  .request-form-box__right {
    padding-top: 50px;
  }
  .wpcf7-form-control-wrap[data-name=acceptance-803] label {
    font-size: 10px;
    padding-left: 18px;
  }
  .wpcf7-form-control-wrap[data-name=acceptance-803] label::before {
    top: 2px;
  }
  .wpcf7-form-control-wrap[data-name=acceptance-803] input[type=checkbox]:checked + .wpcf7-list-item-label::after {
    top: 4px;
  }
  .request-form {
    row-gap: 10px;
  }
  .request-form-box__left input {
    margin-bottom: 20px;
  }
  .thank-you-box .all-products-header span {
    font-size: 25px;
    max-width: 200px;
  }
  .thank-you-box__text {
    margin-top: 25px;
    font-weight: 300;
    font-size: 13px;
    line-height: 138%;
    max-width: 260px;
  }
  .go-back-to-home {
    font-size: 10px;
    padding-left: 20px;
  }
  .go-back-to-home::before {
    width: 8px;
    height: 8px;
    top: 1px;
  }
  .thank-you-box {
    padding-bottom: 30px;
  }
  .shelopa-section {
    padding-top: 0;
  }
  .shelopa-section__right-bottom--text {
    display: flex;
  }
  .f-video-section-info__left {
    font-size: 13px;
  }
  .f-video-section-info__right .loom-about-item__title {
    font-size: 8px;
  }
  .f-video-section-info__right .loom-about-item__text {
    font-size: 9px;
  }
  .f-video-section-info__left {
    margin-bottom: 30px;
  }
  .f-video-section-info {
    margin-top: 40px;
  }
  .project-info-section--showroom .project-info-section__right {
    row-gap: 20px;
  }
  .designers-item {
    padding: 30px 0px;
  }
  .designers-section .arrow-link {
    font-size: 10px;
  }
  .designers-section .arrow-link::before {
    width: 9px;
    height: 9px;
  }
  .designers-item__left {
    width: 140px;
  }
  .designers-item {
    -moz-column-gap: 22px;
         column-gap: 22px;
  }
  .designers-item__name {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .designers-section {
    padding-top: 50px;
    padding-bottom: 35px;
  }
  .designers-item__name br {
    display: block;
  }
  .file-field__item {
    width: -moz-max-content;
    width: max-content;
  }
  .project-info-section.project-info-section--about-production {
    padding-bottom: 0;
  }
  .girk-section__inner, .dirk-section__inner {
    row-gap: 30px;
  }
  .girk-section__title,
  .girk-section__text p {
    font-size: 13px;
    line-height: 1.5;
  }
  .girk-section__bottom, .dirk-section__bottom {
    row-gap: 10px;
  }
  .girk-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .dirk-section {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .designer-single-section {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .designer-single-section__left {
    width: 100%;
    max-width: initial;
  }
  .designer-single-section__right p {
    font-size: 13px;
  }
  .all-products-section--projects-grid .projects-grid-show-more-btn {
    margin-top: 30px;
  }
  .all-products-section {
    padding-bottom: 30px;
  }
  .gallery-section .arrow-link {
    font-size: 14px;
  }
  .designer-single-section__left {
    min-width: initial;
  }
  .rp-tp-text {
    margin-top: 13px;
  }
  .all-products-section.all-products-section--news {
    padding-top: 30px;
  }
  .all-products-section.all-products-section--news .all-products-box-item__image {
    aspect-ratio: 276/162;
  }
  .all-products-section.all-products-section--news .all-products-box {
    row-gap: 50px;
  }
  .all-products-box-item__bottom .arrow-link {
    line-height: 1.25;
  }
  .all-products-section--news .all-products-section-show-more-btn {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .article-m-top {
    margin-top: 23px;
  }
  .article-m-top {
    row-gap: 40px;
  }
  .sas-top,
  .sas-top__right-top p,
  .superiority-article-section,
  .article-featured-text__inner,
  .article-info-group-text__right p {
    font-size: 13px;
  }
  .sas-top__right-top {
    margin-bottom: 25px;
  }
  .superiority-article-section {
    padding-bottom: 20px;
  }
  .article-featured-text {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 13px;
  }
  .article-info-group-text__inner {
    row-gap: 40px;
  }
  .contacts-page-top-box {
    padding-top: 50px;
    padding-bottom: 60px;
    row-gap: 40px;
  }
  .contacts-page-top-box__title, .contacts-page-top-bonit__text,
  .contacts-page-top-box__in, .contacts-page-top-box__va a {
    font-size: 13px;
  }
  .contacts-page-top-box__title {
    margin-bottom: 20px;
  }
  .contacts-page-top-box__cn {
    row-gap: 0;
  }
  .contacts-page-top-box__el {
    line-height: 1.1;
  }
  .contacts-page-top-box__item {
    width: 100%;
  }
  .contacts-page-top-bonit {
    padding-bottom: 70px;
  }
  .contacts-page-top-bonit {
    -moz-column-gap: 35px;
         column-gap: 35px;
  }
  .bonit-socials {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .sp-lin-mail::after {
    font-size: 13px;
    right: -110px;
  }
  .contacts-page-top-box__title {
    margin-bottom: 15px;
  }
  .showroom-map-section {
    padding-top: 35px;
  }
  .showroom-map-header {
    font-size: 25px;
  }
  .smh-top {
    margin-top: 60px;
  }
  .smh-top__title {
    margin-bottom: 18px;
  }
  .smh-top__title, .smh-top__line, .smh-map-info__title, .smh-map-info__text, .smh-top__time {
    font-size: 13px;
  }
  .smh-top__time {
    margin-top: 20px;
  }
  .smh-top__line {
    margin-bottom: 10px;
  }
  .smh-map {
    margin-top: 45px;
  }
  .smh-map-info__title {
    margin-bottom: 5px;
  }
  .contacts-social-item {
    flex-direction: column;
    align-items: center;
    row-gap: 22px;
  }
  .contacts-social-item__sc-name {
    top: 1px;
  }
  .contacts-social-item__right {
    font-size: 13px;
    line-height: 1.4;
    min-height: initial;
    padding-bottom: 25px;
  }
  .contacts-social-section__box-left,
  .contacts-social-section__box-right,
  .contacts-social-section__box {
    row-gap: 24px;
  }
  .contacts-social-item__left {
    top: 2px;
  }
  .csvt-box {
    margin-left: 0;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
  .contacts-social-section {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .sp-lin-mail::after {
    display: none;
  }
  .rp-tp-text {
    font-size: 13px;
  }
  .request-title {
    width: 100%;
  }
  .contacts-social-section__box-right > div:nth-child(2) {
    display: none;
  }
  .contacts-page-top-bonit--mob {
    display: flex;
    padding-bottom: 30px;
  }
  .contacts-page-top-bonit--desk {
    display: none;
  }
  .contacts-page-top-box__cn {
    margin-bottom: 25px;
  }
  .contacts-social-section--desc {
    display: none;
  }
  .contacts-social-section--mob {
    display: flex;
  }
  .all-projects-section--reviews .all-projects-item {
    row-gap: 18px;
    padding-bottom: 55px;
  }
  .all-projects-section--reviews .all-projects-item__name {
    font-size: 14px;
  }
  .all-projects-section--reviews .all-projects-item__right {
    row-gap: 45px;
  }
  .all-projects-section--reviews .all-projects-item__right-bottom {
    flex-direction: column;
  }
  .rew-s-title {
    font-size: 12px;
  }
  .rew-s-text {
    font-size: 13px;
    margin-bottom: 0;
  }
  .project-info-section--rewiev .project-info-description p {
    font-size: 13px;
    margin-bottom: 20px;
  }
  .project-info-section--rewiev .arrow-link {
    font-size: 8px;
    line-height: 1.2;
  }
  .project-info-section--rewiev .arrow-link::before {
    width: 6px;
    height: 6px;
    margin-right: 5px;
  }
  .project-info-section--rewiev .project-info-section__inner {
    row-gap: 25px;
  }
  .project-info-section--rewiev .project-info-section__right {
    max-width: 300px;
    row-gap: 25px;
  }
  .elanto-section__inner picture {
    width: 50%;
  }
  .elanto-section__inner picture:nth-child(1) {
    display: none;
  }
  .elanto-section {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .sl-project-info-section .product-item {
    aspect-ratio: 269/257;
    height: 257px;
  }
  .sl-project-ph__title {
    font-size: 9px;
  }
  .sl-project-ph__image {
    max-width: initial;
    left: 14px;
    top: 14px;
    max-width: 18px;
  }
  .sl-project-ph__bottom {
    position: absolute;
    bottom: 10px;
    left: 14px;
    width: calc(100% - 28px);
  }
  .sl-project-info-section .sl-project-ph__bottom svg {
    max-width: 7px;
  }
  .sl-project-info-section .products-section__bottom {
    margin-bottom: 15px;
  }
  #splide01-slide03 > div:nth-child(3) {
    max-width: 18px;
  }
  .sl-project-info-section {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .project-info-section--about-company .project-info-description p {
    font-size: 13px;
  }
  .project-info-section--about-company .project-info-section__right {
    padding-top: 50px;
  }
  .furio-section__box {
    margin-bottom: 35px;
  }
  .furio-section__box > picture:nth-child(4) {
    display: none;
  }
  .furio-section__box picture {
    width: 33.33%;
  }
  .furio-center__left {
    margin-bottom: 20px;
  }
  .furio-bottom-image {
    min-width: 200%;
  }
  .furio-center-box {
    font-size: 13px;
    margin-bottom: 40px;
  }
  .ktur-section-one__left picture:nth-child(2) {
    display: block;
  }
  .ktur-section-one,
  .ktur-section-three,
  .ktur-section-four {
    display: flex;
    flex-direction: column;
    row-gap: 35px;
  }
  .ktur-section {
    padding-top: 60px;
  }
  .ktur-section-one__left,
  .ktur-section-one__right,
  .ktur-section-two__img-b,
  .ktur-section-two__bottom-text,
  .ktur-section-three__left,
  .ktur-section-three__right,
  .ktur-section-four__left,
  .ktur-section-four__right {
    width: 100%;
    max-width: initial;
  }
  .ktur-section-one__right {
    row-gap: 20px;
  }
  .ktur-section-one {
    padding-bottom: 0;
  }
  .ktur-text {
    font-size: 13px;
  }
  .ktur-section-two__img-r {
    order: 1;
    width: 100%;
    max-width: initial;
    position: relative;
    top: initial;
    bottom: initial;
    left: initial;
    right: initial;
    transform: initial;
  }
  .ktur-section-two {
    padding-top: 35px;
  }
  .ktur-section-two__img-pic {
    order: 1;
    margin-bottom: 35px;
  }
  .ktur-section-two__top-text {
    order: 2;
  }
  .ktur-section-two__img-pic-tw {
    order: 3;
  }
  .ktur-section-two__bottom-text {
    order: 4;
  }
  .ktur-section-two__left {
    display: flex;
    flex-direction: column;
  }
  .ktur-section-two__top-text {
    margin-bottom: 35px;
  }
  .ktur-section-three__left {
    row-gap: 20px;
    padding-top: 0;
  }
  .ktur-section-two {
    padding-bottom: 25px;
  }
  .ktur-section-three {
    margin-bottom: 35px;
  }
  .ktur-section-four__left {
    padding-top: 0;
  }
  .ktur-section-four__left {
    order: 2;
  }
  .ktur-section-four__right {
    order: 1;
  }
  .ktur-section-five {
    padding-top: 35px;
  }
  .msr-text {
    margin-bottom: 15px;
  }
  .msr-text, .msr-title {
    font-size: 13px;
    line-height: 1.4;
  }
  .furio-center__left p {
    line-height: 1.4;
  }
  .msr-title {
    margin-bottom: 15px;
  }
  .mayura-section__top {
    row-gap: 35px;
  }
  .mayura-section__top-left {
    width: 100%;
  }
  .mayura-section__top {
    margin-bottom: 35px;
  }
  div.msr-text:nth-child(1) {
    position: relative;
    top: initial;
    bottom: initial;
    left: initial;
    right: initial;
    transform: initial;
  }
  .mayura-section__center {
    padding-top: 0;
    flex-direction: column;
    width: 100%;
    row-gap: 35px;
  }
  .mayura-section__center-left,
  .mayura-section__center-right {
    width: 100%;
  }
  .mayura-section__bottom {
    margin-left: 0;
    width: 100%;
  }
  .mayura-section__bottom {
    margin-top: 35px;
  }
  .mayura-section {
    padding-bottom: 0;
  }
  .terra-section-one {
    flex-direction: column;
    row-gap: 35px;
  }
  .terra-section-one__right {
    padding-top: 0;
    width: 100%;
    order: 1;
  }
  .terra-section-one__left {
    width: 100%;
    order: 2;
  }
  .designer-info-section {
    padding-bottom: 0;
  }
  .terra-section {
    padding-top: 45px;
  }
  .terra-section-two {
    margin-top: 35px;
  }
  .terra-section-two {
    row-gap: 20px;
  }
  .terra-section-two__right {
    flex-direction: column;
    row-gap: 35px;
  }
  .terra-section-two__right picture,
  .ts-tlv--mob {
    width: 100%;
  }
  .terra-section-two__right .ts-tlv--mob {
    padding-top: 0;
    width: 100%;
  }
  .terra-section-three {
    margin-top: 35px;
    padding-left: 0;
  }
  .terra-section-three__left {
    padding-left: 0;
  }
  .terra-section-three {
    row-gap: 35px;
  }
  .terra-section-three__right {
    max-width: initial;
  }
  .tso-mob {
    -o-object-position: center bottom;
       object-position: center bottom;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 277/396;
  }
  .terra-section {
    padding-bottom: 80px;
  }
  .furio-section {
    padding-bottom: 35px;
  }
  .designer-info-section {
    padding-top: 0;
  }
  .dsis-item__title {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .dsis-item-one {
    padding-bottom: 25vw;
  }
  .dsis-item-one__text {
    bottom: initial;
    top: 115vw;
  }
  div.msr-text:nth-child(1) {
    padding-left: 0;
  }
  .mayura-section__center-right {
    padding-top: 0;
  }
  .all-projects-section.all-projects-section--reviews {
    padding-bottom: 15px;
    margin-bottom: 50px;
  }
  .all-projects-item:last-child {
    border-bottom: 0;
  }
  .project-info-section--rewiev .project-info-section__right a {
    margin-bottom: 5px;
  }
  .project-info-section--rewiev .arrow-link:hover::before {
    transform: translateX(0px) translateY(0px);
  }
  .project-info-section--rewiev .arrow-link::before {
    top: 1px;
  }
  .ktur-section {
    padding-bottom: 0;
  }
  .dsis-item__text {
    font-size: 13px;
  }
  .dsis-item-two__img--mob {
    display: flex;
    margin-top: 35px;
  }
  .dsis-item-two__left {
    display: none;
  }
  .dsis-item-three__text {
    top: 110vw;
  }
  .dsis-text-df {
    font-weight: 600;
  }
  .elora-section__row--first {
    margin-top: 35px;
    flex-direction: column;
    row-gap: 35px;
  }
  .elora-section__media--kitchen,
  .elora-section__content--top,
  .elora-section__content--middle,
  .elora-section__media--handle,
  .elora-section__content--details,
  .elora-section__media--bath {
    width: 100%;
  }
  .elora-section__row--second {
    margin-top: 35px;
    flex-direction: column;
    row-gap: 35px;
  }
  .elora-section__content--middle {
    max-width: initial;
  }
  .elora-section__media--handle {
    padding-top: 0;
    max-width: initial;
    min-width: initial;
  }
  .elora-section__media--handle {
    display: none;
  }
  .elora-section__row--second {
    margin-top: 25px;
  }
  .elora-section__row--third {
    margin-top: 35px;
    flex-direction: column;
    row-gap: 35px;
  }
  .elora-section__media--workspace {
    padding-left: 0;
  }
  .elora-section__content--bathroom {
    padding-top: 0;
  }
  .elora-section__media--workspace {
    width: 100%;
    max-width: initial;
  }
  .elora-section__content--bathroom {
    width: 100%;
    max-width: initial;
  }
  .elora-section__row--fourth {
    flex-direction: column;
    row-gap: 35px;
    margin-top: 35px;
  }
  .elora-section__row-bottom__mob {
    margin-top: 35px;
  }
  .elora-section {
    padding-bottom: 50px;
  }
  .elora-section__content--details {
    order: 2;
  }
  .faq-item__title {
    font-weight: 800;
    font-size: 10px;
    line-height: 160%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
  }
  .faq-item__button {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .faq-item__icon {
    width: 7px;
    height: 7px;
  }
  .faq-item__icon::before {
    width: 7px;
    height: 2px;
    top: 2.5px;
    left: 0;
  }
  .faq-item__icon::after {
    width: 2px;
    height: 7px;
    left: 2.5px;
    top: 0;
  }
  .mf-content p, .mf-content ul, .mf-content ol, .faq-item__title {
    font-size: 13px;
  }
  .faq-item__content {
    padding-bottom: 25px;
  }
  .all-projects-section--partners .rew-s-text.rew-s-text--mob {
    font-size: 13px;
    margin-top: 20px;
    line-height: 1.4;
  }
  .all-projects-section--partners .all-projects-item {
    row-gap: 0;
  }
  .all-projects-section--partners .all-projects-item__right-bottom .arrow-link {
    font-size: 12px;
  }
  .all-projects-section--partners .all-projects-item__right-bottom .arrow-link::before {
    margin-right: 10px;
    top: 2px;
  }
  .all-projects-section--partners .all-projects-item__right {
    row-gap: 20px;
  }
  .all-projects-section--partners .arrow-link--desk {
    display: none;
  }
  .all-projects-section--partners .arrow-link--mob {
    display: flex;
    position: relative;
    top: initial;
    bottom: initial;
    left: initial;
    right: initial;
    transform: initial;
    margin-top: 22px;
    font-size: 12px;
  }
  .all-projects-section--partners .arrow-link::before {
    width: 8px;
    height: 8px;
    top: 6px;
  }
  .reg-page-text {
    font-size: 13px;
    line-height: 1.4;
  }
  .all-projects-section.all-projects-section--reviews {
    padding-top: 50px;
  }
  .faq-section {
    padding-top: 60px;
  }
  .faq-item__title {
    font-size: 10px;
  }
  .mf-content ul li::marker {
    font-size: 12px;
  }
  .mf-content p, .mf-content ul, .mf-content ol {
    margin-bottom: 15px;
  }
  .header-search-box__inner {
    padding-top: 110px;
  }
  .site-search-section__label {
    font-size: 10px;
    margin-bottom: 35px;
  }
  .site-search-form__input::-moz-placeholder {
    font-weight: 300;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.03em;
  }
  .site-search-form__input,
  .site-search-form__input::placeholder {
    font-weight: 300;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.03em;
  }
  .site-search-form__input {
    height: 45px;
  }
  .site-search-section__results {
    margin-top: 35px;
    height: calc(100% - 120px);
  }
  .site-search-grid {
    padding-bottom: 10px;
  }
  .all-projects-section--partners .revirews-show-more-btn {
    margin-top: 25px;
  }
}
@media (max-width: 500px) {
  .splide-details-next {
    max-width: 10px;
    top: -2px;
    position: relative;
  }
  .vb-product-info-bg.vb-product-info-bg--mob {
    width: 170%;
  }
  .dsis-item-one {
    padding-bottom: 28vw;
  }
  .dsis-item-one__text {
    top: 104vw;
  }
  .dsis-item-one__text {
    width: 70%;
  }
  .dsis-item-three {
    padding-bottom: 120px;
  }
  .elora-section__row--first {
    flex-direction: column;
  }
  .faq-section {
    padding-top: 60px;
  }
  .faq-item__button {
    align-items: flex-start;
  }
  .faq-item__icon {
    top: 6px;
    position: relative;
  }
  .inst-section-socials-box__text {
    font-size: 12px;
  }
  .inst-section-socials-box__right, .inst-section-socials-box__left {
    -moz-column-gap: 22px;
         column-gap: 22px;
  }
  .site-search-grid {
    grid-template-columns: 1fr;
  }
  .site-search-grid .arrow-link {
    font-size: 10px;
  }
  .site-search-grid .arrow-link::before {
    width: 8px;
    height: 8px;
  }
  .site-search-section__label {
    margin-bottom: 25px;
  }
}
@media (max-width: 450px) {
  .dsis-item-one {
    padding-bottom: 32vw;
  }
}
@media (max-width: 400px) {
  .dsis-item-one {
    padding-bottom: 150px;
  }
}
@media (max-width: 370px) {
  .vb-product-info-bg.vb-product-info-bg--mob {
    width: 185%;
  }
  .dsis-item-one {
    padding-bottom: 180px;
  }
  .dsis-item-one__text {
    width: 80%;
  }
}
@media (max-width: 320px) {
  .project-info-section__right {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.no-curtain .site-curtain {
  display: none;
}

/* cookies */
.cookie-notice {
  position: fixed;
  bottom: -100%;
  left: 0;
  right: 0;
  background: #000;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  z-index: 9999;
  font-size: 14px;
  transition: bottom 2s ease;
  box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.1);
}
.cookie-notice .mf-btn {
  width: 260px;
  height: 42px;
  cursor: pointer;
}

.cookie-notice__content a {
  color: #fff;
}

.cookie-notice.show {
  bottom: 0;
}

.cookie-notice__content {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.cookie-notice__content a {
  text-decoration: underline;
}

.cookie-notice__content a:hover {
  text-decoration: none;
}

.cookie-notice__btn {
  background: #FF0000;
  color: #fff;
  border: none;
  padding: 8px 16px;
  cursor: pointer;
  font-size: 14px;
  border-radius: 4px;
  transition-duration: 0.3s;
}

.cookie-notice__btn:hover {
  opacity: 0.8;
}

.cookie-notice__title {
  color: #E8E8E8;
  font-family: "Nunito Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.cookie-notice__text {
  color: #C7C7C7;
  font-family: "Nunito Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
}
.cookie-notice__text a {
  color: #E8E8E8;
  font-weight: 600;
  text-decoration: underline;
}

.cookie-notice__text p {
  margin-bottom: 3px;
}

.cookie-notice__text p:last-child {
  margin-bottom: 0;
}

.popup-success-message__img {
  display: none;
}


@media (max-width: 1450px) {
  .cookie-notice__title {
    font-size: 10px;
  }
  .cookie-notice__text {
    font-size: 12px;
  }
  .cookie-notice__content-box {
    max-width: 670px;
  }
}
@media (max-width: 1200px) {
  .cookie-notice__text p {
    margin-bottom: 8px;
  }
  .cookie-notice__content {
    -moz-column-gap: 70px;
         column-gap: 70px;
  }
  .cookie-notice .mf-btn {
    width: 190px;
  }
}
@media (max-width: 750px) {
  .cookie-notice__content {
    font-size: 12px;
    -moz-column-gap: 35px;
         column-gap: 35px;
    flex-direction: column;
    align-items: center;
  }
  .cookie-notice {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .cookie-notice__title,
  .cookie-notice__text {
    font-size: 8px;
  }
  .cookie-notice .mf-btn {
    font-size: 10px;
    height: 27px;
    width: 140px;
  }
  .cookie-notice__content {
    flex-direction: column;
  }
}
@media (max-width: 500px) {
  .cookie-notice .mf-btn {
    width: 100%;
  }
  .cookie-notice__content {
    row-gap: 20px;
  }
  .cookie-notice__title {
    margin-bottom: 7px;
  }
}
/* success message */
.popup-success-message {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  padding: 75px;
  /* aspect-ratio: 16/9; */
  background-color: #fff;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  transition-duration: 0.3s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 2000;
  overflow: hidden;
}

.show.popup-success-message {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}


.popup-success-header {
  color: #393939;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 6px;
  text-align: left;

}

.psm-content {
  width: 100%;
}


.popup-success-title {
  color: #393939;

  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.25; 
  text-align: left;
}

.psl-to-home-page {
  position: absolute;
  bottom: 75px;
  left: 75px;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.25; 
  letter-spacing: 0.32px;
  text-transform: uppercase;
  color: #393939;
  cursor: pointer;
}


.psl-to-home-page::before {
  content: "";
  display: inline-flex;
  margin-right: 16px;
  width: 13px;
  height: 13px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M13 7L1 7M1 7L7 13M1 7L7 1' stroke='%23393939' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: 2px;
  position: relative;
  transition-duration: 0.7s;
}

/* @media (max-width: 650px) {
  .popup-success-message {
    width: calc(100% - 10px);
    font-size: 18px;
    border-radius: 12px;
    font-size: 14px;
    padding: 12px;
  }
  .popup-success-header {
    font-size: 24px;
  }
  .popup-success-message__icon {
    width: 32px;
    height: 32px;
  }
  .popup-success-title {
    max-width: 250px;
  }
} */
/* / success message */
/* Popup */
.popup-overlay {
  position: fixed;
  inset: 0;
  z-index: 5000;
  align-items: center;
  justify-content: center;
  padding: 24px 0;
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(3px) saturate(140%);
  -webkit-backdrop-filter: blur(3px) saturate(140%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.popup-overlay.open {
  display: block;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  padding-top: 15px;
  max-width: 464px;
  width: 100%;
  border-radius: 16px;
  background-color: #fff;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  max-height: 98%;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--brand-color-blue) transparent;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.popup.open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.popup__container {
  position: relative;
  z-index: 2;
  border-radius: 28px;
  height: 100%;
  min-height: 100%;
}

.popup__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 32px;
  height: 32px;
  border: none;
  background: transparent;
  z-index: 4;
  cursor: pointer;
}

.popup__close::before,
.popup__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background: #0f172a;
  transform-origin: center;
}

.popup__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.popup__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.popup__title {
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 5px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.popup__subtitle {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  max-width: 535px;
  margin-bottom: 45px;
}

.connect-popup {
  aspect-ratio: 1266/681;
  width: 100%;
  max-width: 1266px;
  border-radius: 0;
  padding: 0px 0px;
  min-height: 620px;
  display: flex;
  align-items: stretch;
  flex-direction: column;
}

.popup__container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-grow: 1;
}

.connect-popup__left {
  width: 35%;
  height: 100%;
  min-height: 100%;
}

.connect-popup__left picture,
.connect-popup__left img {
  height: 100%;
  object-fit: cover;
}

.connect-popup__right {
  width: 65%;
  padding: 75px;
  padding-bottom: 35px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.connect-popup .request-form {
  flex-direction: column;
  flex-grow: 1;
}

.connect-popup .request-form-show-more {
  margin-top: 10px;
}

.connect-popup .request-form-box__left {
  align-items: flex-start;
  flex-grow: 0;
  width: 100%;
}

.connect-popup .request-form-box__right {
  margin-top: auto;
}

.connect-popup [type="submit"] {
  margin-bottom: 30px;
}

@media (max-height: 700px) {

  .connect-popup__right {
    padding: 40px 55px;
  }

  .connect-popup {
    height: 95%;
    min-height: initial;
  }

  .popup__subtitle {
    margin-bottom: 35px;
  }

}

@media (max-width: 1450px) {

  .connect-popup {
    aspect-ratio: 1010/543;
    max-width: 80%;
  }

  .popup-success-message {
    padding: 50px;
  }
  
  .popup-success-header {
    font-size: 35px;
    margin-bottom: 10px;
  }

  .popup-success-title {
    font-size: 18px;
  }

  .psl-to-home-page {
    bottom: 50px;
    left: 50px;
  }

  .connect-popup__right {

  }

  

}

@media (max-width: 1300px) {

  .connect-popup {
    max-width: 95%;
  }

   .popup-success-header {
    font-size: 3.2vw;
   }

}

@media (max-width: 1100px) {

  .connect-popup {
    aspect-ratio: initial;
  }

  .connect-popup .connect-popup__left {
    height: auto;
  }

  .connect-popup .connect-popup__left img {
    object-fit: cover;
  }

  .connect-popup__right {
    padding: 40px;
  }

  .connect-popup .request-form-box__right {
    width: 100%;
  }

}

@media (max-width: 1000px) {

  .connect-popup .request-form-box__left input,
  .connect-popup .request-form-box__left .wpcf7-form-control-wrap {
    width: 100%;
  }

  /* .connect-popup form.request-form:nth-child(5) > div:nth-child(4) > div:nth-child(1) {
    margin-bottom: 30px;
  } */

  .connect-popup .request-form-box__left div:nth-child(2):not(.file-field__item) {
    margin-top: 30px;
  }

  .connect-popup {
    min-height: 675px;
  }

  .connect-popup.popup__title {
    margin-bottom: 20px;
  }

  .connect-popup .popup__subtitle {
    margin-bottom: 15px;
  }

   .connect-popup .request-form-box__right {
    padding-top: 40px;
  }

  .request-form-box__left .request-form-box__hidden-block input {
    width: calc(50% - 20px);
  }

  .connect-popup .request-form-box__left .request-form-box__hidden-block input {
    width: 100%;
  }

}

@media (max-width: 769px) {

  .connect-popup .connect-popup__left {
    display: none;
  }

  .connect-popup .connect-popup__right {
    width: 100%;
  }

  .connect-popup__right {
    padding: 50px 50px 45px 50px;
  }

  .connect-popup {
    max-width: 510px;
    width: 100%;
  }

  .connect-popup .popup__title {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .connect-popup .popup__subtitle {
    margin-bottom: 60px;
  }

  .connect-popup input,
  .connect-popup textarea {
    font-size: 13px;
  }

  .connect-popup input::placeholder,
  .connect-popup textarea::placeholder {
    font-size: 13px;
  }

  .connect-popup form.request-form:nth-child(5) > div:nth-child(4) > div:nth-child(1) {
    margin-bottom: 20px;
  }

  .connect-popup .request-form-box__left div:nth-child(2):not(.file-field__item) {
    margin-top: 20px;
  }

  .connect-popup .request-form-box__hidden-block {
    margin-top: 20px;
  }

  .connect-popup .file-field {
    margin-top: 10px;
  }

  .connect-popup .request-form-show-more {
    font-size: 13px;
  }

  .connect-popup .psl-to-home-page {
    bottom: 28px;
  }

  .connect-popup .popup-success-message {
    padding-left: 45px;
    padding-right: 45px;
  }

  .connect-popup .popup-success-header {
    font-size: 35px;
  }

  .connect-popup .popup-success-title {
    font-size: 16px;
    max-width: 350px;
  }

  .psm-content {
    top: 55%;
    left: 45px;
    width: calc(100% - 90px);
    position: absolute;
  }

  .popup-success-message__img {
    display: flex;
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 102%;
    aspect-ratio: 510/330;
  }

    .popup-success-message__img img { 
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

  .request-form-box__left .request-form-box__hidden-block input {
    width: 100%;
  }

  .pal-ca {
    height: 155px;
  }

}

@media (max-width: 850px) {

  .request-form.is-attempted .wpcf7-form-control-wrap[data-name="acceptance-803"].has-error .error-input {
    left: 0;
    right: initial;
    top: -10px;
  }

}

@media (max-width: 750px) {

  
  .error-input {
    font-size: 9px;
    top: 34px;
  }

}

@media (max-width: 600px) {
  .popup {
    width: calc(100% - 40px);
    min-height: initial;
    height: auto;
  }

  .connect-popup .connect-popup__right {
    padding: 50px 24px 20px 24px;
  }

  .connect-popup .popup__title {
    font-size: 14px;
  }

  .connect-popup .popup__subtitle {
    font-size: 11px;
    margin-bottom: 25px;
    max-width: 260px;
  }

  .connect-popup .popup__close {
    top: 3px;
    right: 3px;
    width: 24px;
    height: 24px;
  }

  .connect-popup [type="submit"] {
    max-width: initial;
    font-size: 10px;
    max-width: 400px;
  }

  .connect-popup .request-form-box__left input {
    margin-bottom: 0;
  }

  .connect-popup input, .connect-popup textarea,
  .connect-popup input::placeholder, .connect-popup textarea::placeholder {
    font-size: 11px;
  }

  .connect-popup .request-form-show-more {
    font-size: 11px;
  }

  .popup__close::before, .popup__close::after {
    width: 15px;
  }

  .connect-popup .psl-to-home-page {
    bottom: 20px;
    font-size: 10px;
  }

  .psl-to-home-page::before {
    top: 2px;
    width: 10px;
    height: 10px;
    margin-right: 10px;
  }

  .popup-success-message__img {
    aspect-ratio: 272/218;
  }

  .connect-popup {
    aspect-ratio: 272/488;
  }

  .psm-content {
    left: 22px; 
    width: calc(100% - 44px);
    top: 50%;
  }

  .connect-popup .popup-success-header {
    font-size: 25px;
    max-width: 250px;
  }

  .connect-popup .popup-success-title {
    font-size: 13px;
    max-width: 210px;
  }

  .connect-popup .psl-to-home-page {
    bottom: 25px;
    left: 24px;
  }

  .popup__close::before, .popup__close::after {
    width: 12px;
    height: 1px;
  }

  .error-input {
    font-size: 9px;
    top: 34px;
  }

  .request-form-box__left .wpcf7-form-control-wrap {
    width: 100%;
  }

  .connect-popup .request-form-box__left div:nth-child(2):not(.file-field__item),
  .connect-popup .request-form-box__hidden-block {
    margin-top: 10px;
  }

  .connect-popup input {
    padding-left: 4px;
    padding-right: 4px;
  }

  .pal-ca {
    height: 115px;
  }

}






/* 404 page */

.not-found {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.not-found-box {
    text-align: center;
}

.not-found__btn {
    margin-top: 5px;
    color: #0e233a;
    font-size: 16px;
}

.not-found__desc {
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 1.3;
}

.not-found__btn:hover {
    text-decoration: underline;
}

.not-found__404 {
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
}

.main-404 {
    margin-top: 150px;
    height: 500px;
    position: relative;
}


/* Contact Form 7 */

.wpcf7-form br {
    display: none;
}

.wpcf7-form .wpcf7-spinner {
    display: none;
}

.wpcf7-form .wpcf7-response-output {
    display: none;
}

.wpcf7-form .wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 11px;
    font-weight: normal;
    display: block;
    position: absolute;
    right: 0;
    top: 45px;
    bottom: -22px;
    line-height: 1.4;
    height: auto;
}

.wpcf7-not-valid {
    border-color: #E10101 !important;
}

.wpcf7 {
    width: 100%;
}

.wpcf7-form-control-wrap {
    width: 100%;
}

.text-page-box {
  margin-top: 180px;
  padding-bottom: 100px;
}

.mf-content h1,
.mf-content h2,
.mf-content h3,
.mf-content h4,
.mf-content h5 {
    font-weight: 700;
    line-height: 1.35;
    margin-top: 40px;
    margin-bottom: 25px;
}

.mf-content h1 {
    font-size: 32px;
}

.mf-content h2 {
    font-size: 23px;
}

.mf-content h3 {
    font-size: 20px;
}

.mf-content h4 {
    font-size: 18px;
}

.mf-content h5 {
    font-size: 16px;
}

.text-page-box.mf-content a {
  color: #393939;
}


@media (max-width: 768px) {

    .mf-content h1 {
        font-size: 28px;
    }

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

    .mf-content h3 {
        font-size: 20px;
    }

    .mf-content h4 {
        font-size: 18px;
    }

    .mf-content h5 {
        font-size: 16px;
    }
}

@media (max-width: 600px) {
    .mf-content h1 {
        font-size: 24px;
    }

    .mf-content h2 {
        font-size: 18px; 
    }

    .mf-content h3 {
        font-size: 17px; 
    }

    .mf-content h4 {
        font-size: 16px;
    }

    .mf-content h5 {
        font-size: 15px;
    }

    .text-page-box {
        margin-top: 100px;
        padding-bottom: 50px;
    }

    .mf-content h2,
    .mf-content h3,
    .mf-content h4,
    .mf-content h5 {
      margin-top: 25px;
      margin-bottom: 12px;
  }
}



@media (max-width: 1450px) {

  .scroll-to-top-btn {
    right: 0;
    width: 60px;
    height: 60px;
  }

}

@media (max-width: 800px) {

  .scroll-to-top-btn {
    display: none;
  }

}
