@charset "UTF-8";
@font-face {
  font-family: "ApocLC-Regular";
  src: url("../fonts/ApocLC-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "IngoStem";
  src: url("../fonts/IngoStem.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GeistMono-Regular";
  src: url("../fonts/GeistMono-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none !important;
}

a[href^="tel:"] {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

body {
  background: #131313;
  color: #e5e5e5;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1000;
}

.header-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px;
}

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

.header-link {
  color: #7c7c7c;
  font-family: "GeistMono-Regular", monospace;
  padding: 8px 15px;
  background: #1c1c1c;
  border-radius: 50px;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.header-link:hover {
  background: #292929;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.header-btn-icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #1c1c1c;
  transition: all 0.3s ease;
  cursor: pointer;
}
.header-btn-icon:hover {
  background: #292929;
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.header-btn-icon img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.3s ease;
}
.header-btn-icon:hover img {
  transform: scale(1.1);
}

.header-menu-button {
  width: 42px;
  height: 42px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.header-menu-button:hover {
  background: #292929;
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.header-phone {
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.4s ease;
  pointer-events: none;
}
.header-phone.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.header-location {
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.4s ease;
  pointer-events: none;
}
.header-location.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.lang-switch-directions {
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.4s ease;
  pointer-events: none;
}
.lang-switch-directions.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.logo-directions {
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.4s ease;
  pointer-events: none;
}
.logo-directions.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.side-menu {
  position: fixed;
  top: 50px;
  right: -500px;
  width: 500px;
  height: 600px;
  background: #1c1c1c;
  z-index: 2000;
  transition: right 0.3s ease;
  padding: 40px;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
}
.side-menu.active {
  right: 50px;
}

.side-menu-close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  transition: all 0.3s ease;
}
.side-menu-close:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.1);
}
.side-menu-close img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

.side-menu-logo {
  margin-bottom: 40px;
}
.side-menu-logo img {
  width: 120px;
  height: auto;
}

.side-menu-nav {
  margin-bottom: 30px;
}
.side-menu-nav .menu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-decoration: none;
  color: #e5e5e5;
  font-family: "GeistMono-Regular", monospace;
  font-size: 16px;
  transition: all 0.3s ease;
}
.side-menu-nav .menu-item:hover {
  color: white;
  transform: translateX(5px);
}
.side-menu-nav .menu-item .arrow {
  width: 16px;
  height: 16px;
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}
.side-menu-nav .menu-item:hover .arrow {
  transform: translateX(5px);
}

.side-menu-lang {
  margin-bottom: 30px;
}

.side-menu-schedule {
  color: #7c7c7c;
  font-family: "GeistMono-Regular", monospace;
  font-size: 14px;
  margin-bottom: 20px;
}

.side-menu-phone {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #7c7c7c;
  font-family: "GeistMono-Regular", monospace;
  font-size: 16px;
  margin-bottom: 20px;
}
.side-menu-phone img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

.side-menu-call-btn {
  width: 233px;
  height: 38px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 50px;
  color: #e5e5e5;
  font-family: "GeistMono-Regular", monospace;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
  transition: all 0.3s ease;
}
.side-menu-call-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}
.side-menu-call-btn .arrow {
  width: 16px;
  height: 16px;
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}
.side-menu-call-btn:hover .arrow {
  transform: translateX(5px);
}

.side-menu-address {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #7c7c7c;
  font-family: "GeistMono-Regular", monospace;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.side-menu-address img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 2px;
  flex-shrink: 0;
}

.side-menu-directions-btn {
  width: 233px;
  height: 38px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 50px;
  color: #e5e5e5;
  font-family: "GeistMono-Regular", monospace;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.side-menu-directions-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}
.side-menu-directions-btn .arrow {
  width: 16px;
  height: 16px;
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}
.side-menu-directions-btn:hover .arrow {
  transform: translateX(5px);
}

.side-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.side-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

.lang-switch {
  display: flex;
  align-items: center;
  padding: 8px 15px;
  background: #1c1c1c;
  border-radius: 50px;
  font-size: 16px;
  text-decoration: none;
  color: #7c7c7c;
  font-family: "GeistMono-Regular", monospace;
  transition: all 0.3s ease;
  cursor: pointer;
}
.lang-switch:hover {
  background: #292929;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.lang-switch img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 10px;
  transition: transform 0.3s ease;
}
.lang-switch:hover img {
  transform: rotate(15deg) scale(1.1);
}

.header-contacts {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}

.header-buttons {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}

.header-link-group {
  display: flex;
  align-items: center;
}

.mobile-link {
  display: none;
}

.logo-small {
  transition: all 0.3s ease;
  cursor: pointer;
}
.logo-small:hover {
  transform: scale(1.05);
  filter: brightness(1.1);
}
.logo-small img {
  transition: all 0.3s ease;
}

#cookie-notice {
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 340px;
  height: 140px;
  background: #1c1c1c;
  color: #e5e5e5;
  font-family: "GeistMono-Regular", monospace;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#cookie-notice .cookie-text {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 20px;
}

#cookie-notice .cookie-button {
  background: #e5e5e5;
  color: #131313;
  border: none;
  padding: 10px 20px;
  border-radius: 50px;
  font-family: "GeistMono-Regular", monospace;
  font-size: 12px;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

#cookie-notice .cookie-button:hover {
  opacity: 0.8;
}

.feedback-form-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 3000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feedback-form-overlay.active {
  opacity: 1;
  visibility: visible;
}

.feedback-form-container {
  background: #131313;
  border-radius: 16px;
  padding: 40px;
  width: 600px;
  max-width: 90vw;
  position: relative;
  transform: translateY(20px);
  transition: transform 0.3s ease;
}
.feedback-form-overlay.active .feedback-form-container {
  transform: translateY(0);
}

.feedback-form-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
}
.feedback-form-close:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.1);
}
.feedback-form-close img {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}

.feedback-form-title {
  color: #e5e5e5;
  font-family: "GeistMono-Regular", monospace;
  font-size: 24px;
  margin-bottom: 8px;
  text-align: center;
}

.feedback-form-subtitle {
  color: #7c7c7c;
  font-family: "GeistMono-Regular", monospace;
  font-size: 14px;
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.4;
}

.feedback-form-group {
  margin-bottom: 20px;
}

.feedback-form-label {
  display: block;
  color: #e5e5e5;
  font-family: "GeistMono-Regular", monospace;
  font-size: 14px;
  margin-bottom: 8px;
}

.feedback-form-input {
  width: 100%;
  height: 48px;
  background: #1c1c1c;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 0 16px;
  color: #e5e5e5;
  font-family: "GeistMono-Regular", monospace;
  font-size: 14px;
  transition: all 0.3s ease;
}
.feedback-form-input::-moz-placeholder {
  color: #7c7c7c;
}
.feedback-form-input::placeholder {
  color: #7c7c7c;
}
.feedback-form-input:focus {
  border-color: rgba(255, 255, 255, 0.3);
  background: #212121;
}

.feedback-form-phone-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.feedback-form-phone-flag {
  position: absolute;
  left: 16px;
  width: 24px;
  height: 16px;
  z-index: 1;
}
.feedback-form-phone-flag img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 2px;
}

.feedback-form-phone-input {
  padding-left: 55px;
}

.feedback-form-datetime-group {
  display: flex;
  gap: 12px;
}

.feedback-form-date-wrapper {
  position: relative;
  flex: 1;
}

.feedback-form-date-input {
  padding-right: 50px;
  cursor: pointer;
}

.feedback-form-date-icon {
  position: absolute;
  right: 16px;
  top: 64%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  pointer-events: none;
  color: #7c7c7c;
}

.feedback-form-time-wrapper {
  position: relative;
  flex: 1;
}

.feedback-form-time-input {
  width: 100%;
}

.feedback-form-submit {
  width: 100%;
  height: 48px;
  background: #e5e5e5;
  color: #131313;
  border: none;
  border-radius: 8px;
  font-family: "GeistMono-Regular", monospace;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 10px;
}
.feedback-form-submit:hover {
  background: #f2f2f2;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.feedback-form-submit:active {
  transform: translateY(0);
}

.main-address-block {
  margin-top: 150px;
  padding: 50px;
  width: 100%;
}

.main-address-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}

.main-address-map {
  flex: 1;
}
.main-address-map #yandex-map {
  width: 100%;
  height: 500px;
  border-radius: 8px;
  overflow: hidden;
  filter: invert(1) hue-rotate(180deg) brightness(1.2) contrast(1.2);
}

.main-address-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 40px;
  height: 500px;
}

.main-address-top {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.main-address-title {
  color: #e5e5e5;
  font-family: "ApocLC-Regular", sans-serif;
  font-size: 32px;
  margin: 0;
}

.main-address-schedule {
  color: #7c7c7c;
  font-family: "GeistMono-Regular", monospace;
  font-size: 18px;
}

.main-address-middle {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.main-address-phone {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #7c7c7c;
  font-family: "GeistMono-Regular", monospace;
  font-size: 18px;
}
.main-address-phone img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

.main-address-call-btn {
  width: 233px;
  height: 48px;
  background: #131313;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  color: #e5e5e5;
  font-family: "GeistMono-Regular", monospace;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.3s ease;
}
.main-address-call-btn:hover {
  background: #202020;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.main-address-call-btn .arrow {
  width: 16px;
  height: 16px;
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}
.main-address-call-btn:hover .arrow {
  transform: translateX(5px);
}

.main-address-bottom {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.main-address-location {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #7c7c7c;
  font-family: "GeistMono-Regular", monospace;
  font-size: 16px;
  line-height: 1.4;
}
.main-address-location img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 2px;
  flex-shrink: 0;
}

.main-address-directions-btn {
  width: 233px;
  height: 48px;
  background: #131313;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  color: #e5e5e5;
  font-family: "GeistMono-Regular", monospace;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.main-address-directions-btn:hover {
  background: #202020;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.main-address-directions-btn .arrow {
  width: 16px;
  height: 16px;
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}
.main-address-directions-btn:hover .arrow {
  transform: translateX(5px);
}

.main-page-slider {
  width: 100%;
  height: 600px;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  margin-top: 100px;
}

.main-slider-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.main-slider-track {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

.main-slider-slide {
  position: absolute;
  width: 60%;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s ease;
  cursor: pointer;
}
.main-slider-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  transition: all 0.3s ease;
}
.main-slider-slide:hover img {
  transform: scale(1.02);
}
.main-slider-slide.active {
  width: 60%;
  z-index: 3;
}
.main-slider-slide.prev {
  width: 25%;
  left: 10%;
  transform: translateX(0);
  z-index: 2;
  opacity: 0.7;
}
.main-slider-slide.next {
  width: 25%;
  left: 65%;
  transform: translateX(0);
  z-index: 2;
  opacity: 0.7;
}
.main-slider-slide.hidden {
  opacity: 0;
  z-index: 1;
}

.main-slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.3);
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  color: rgba(255, 255, 255, 0.7);
  opacity: 0.6;
}
.main-slider-arrow:hover {
  background: rgba(255, 255, 255, 0.6);
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  opacity: 1;
  color: rgb(255, 255, 255);
}
.main-slider-arrow.main-slider-prev {
  left: 20px;
}
.main-slider-arrow.main-slider-next {
  right: 20px;
}

.main-gallery-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  z-index: 5000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-gallery-overlay.active {
  opacity: 1;
  visibility: visible;
}

.main-gallery-container {
  width: 90%;
  height: 90%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-gallery-track {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-gallery-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-gallery-slide.active {
  opacity: 1;
}
.main-gallery-slide img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 8px;
}

.main-gallery-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  color: white;
}
.main-gallery-close:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.1);
}

.main-gallery-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 64px;
  height: 64px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  color: white;
}
.main-gallery-arrow:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-50%) scale(1.1);
}
.main-gallery-arrow.main-gallery-prev {
  left: 20px;
}
.main-gallery-arrow.main-gallery-next {
  right: 20px;
}

.main-gallery-counter {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-family: "GeistMono-Regular", monospace;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.5);
  padding: 8px 16px;
  border-radius: 20px;
  z-index: 10;
}

.main-page-block {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: stretch;
  position: relative;
}

.main-page-logo {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.main-page-logo img {
  width: 160px;
  height: auto;
  transition: all 0.3s ease;
}
.main-page-logo img:hover {
  transform: scale(1.05);
  filter: brightness(1.1);
}

.main-page-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  text-align: center;
}
.main-page-title h1 {
  color: #e5e5e5;
  font-family: "ApocLC-Regular", sans-serif;
  font-size: 84px;
  text-align: center;
  margin: 0;
  white-space: nowrap;
}
.main-page-title .mensons-logo {
  margin-top: 50px;
}
.main-page-title .mensons-logo img {
  width: 200px;
  height: auto;
  transition: all 0.3s ease;
}
.main-page-title .mensons-logo img:hover {
  transform: scale(1.05);
  filter: brightness(1.1);
}
.main-page-title .mensons-info {
  margin-top: 15px;
}
.main-page-title .mensons-info span {
  color: #7c7c7c;
  font-family: "GeistMono-Regular", monospace;
  font-size: 16px;
  text-align: center;
}

.main-page-block-item {
  width: 50%;
  position: relative;
}

.main-page-block-left {
  padding: 50px;
  display: flex;
  align-items: center;
}

.main-page-left-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
}

.main-page-phone-block {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #7c7c7c;
  font-family: "GeistMono-Regular", monospace;
  font-size: 18px;
}
.main-page-phone-block img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}

.main-page-lang-block .main-page-lang-switch {
  background: transparent;
  border: none;
}
.main-page-lang-block .main-page-lang-switch:hover {
  background: transparent;
  transform: none;
  box-shadow: none;
}

.main-page-address-block {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  color: #7c7c7c;
  font-family: "GeistMono-Regular", monospace;
  font-size: 16px;
  line-height: 1.5;
  max-width: 400px;
}
.main-page-address-block img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 2px;
  flex-shrink: 0;
}

.main-page-block-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer {
  margin-top: 50px;
  width: 100%;
  position: relative;
}
.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #7c7c7c;
}

.footer-container {
  padding: 50px 100px;
  width: 100%;
}

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

.footer-logo img {
  width: 120px;
  height: auto;
  transition: all 0.3s ease;
}
.footer-logo img:hover {
  transform: scale(1.05);
  filter: brightness(1.1);
}

.footer-phone {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #7c7c7c;
  font-family: "GeistMono-Regular", monospace;
  font-size: 16px;
}
.footer-phone img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 30px;
}

.footer-link {
  color: #7c7c7c;
  font-family: "GeistMono-Regular", monospace;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.footer-link:hover {
  color: #969696;
  transform: translateY(-2px);
}

.footer-phone_mobile {
  display: none;
}

.showroom-blocks {
  display: flex;
  width: 1176px;
  margin: auto;
  margin-top: 150px;
  justify-content: space-between;
}

.showroom-blocks__title_mobile {
  display: none;
}

.showroom-blocks-mobile {
  display: none;
}

.showroom-mobile-slider-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  touch-action: pan-y;
}

.showroom-mobile-slider-track {
  display: flex;
  transition: transform 0.5s ease;
  width: 100%;
  touch-action: pan-y;
}

.showroom-mobile-slider-track .showroom-column__item {
  flex: 0 0 100%;
  width: 100%;
  margin: 0;
  padding: 0 15px;
  box-sizing: border-box;
}

.showroom-mobile-slider-indicators {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  padding: 0 15px;
}

.showroom-mobile-slider-indicator {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: all 0.3s ease;
}
.showroom-mobile-slider-indicator.active {
  background: rgba(255, 255, 255, 0.8);
  transform: scale(1.2);
}
.showroom-mobile-slider-indicator:hover {
  background: rgba(255, 255, 255, 0.6);
}

.showroom-column {
  width: calc(33.3333333333% - 7px);
}

.showroom-column__item {
  margin-top: 10px;
}

.showroom-column__item_s {
  height: 572px;
}

.showroom-column__item_l {
  height: 644px;
}

.showroom-column__item-text-wrapper {
  width: 100%;
  height: 100%;
  color: #e5e5e5;
  font-family: "ApocLC-Regular", sans-serif;
  font-size: 28px;
  text-align: right;
  padding-right: 15px;
}

.showroom-column__item-block {
  width: 100%;
  height: 100%;
  background: #1c1c1c;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.showroom-column__item-block__text {
  font-family: "GeistMono-Regular", monospace;
  color: #7c7c7c;
  padding: 30px;
  font-size: 16px;
  font-weight: 300;
}
.showroom-column__item-block__text ul {
  list-style: none;
}
.showroom-column__item-block__text ul li {
  margin-top: 15px;
  font-weight: 300;
  font-size: 18px;
}

.showroom-column__item-block__slider {
  width: 100%;
  height: 239px;
  position: relative;
  overflow: hidden;
}
.showroom-column__item-block__slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.marat-block__mobile {
  display: none;
}

.marat-block {
  margin: auto;
  width: 1176px;
  margin-top: 150px;
}
.marat-block .marat-photos {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.marat-block .marat-photo {
  width: calc(33.3333333333% - 10px);
  overflow: hidden;
  border-radius: 10px;
}
.marat-block .marat-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.marat-text {
  margin-top: 40px;
  display: flex;
}
.marat-text .marat-text-col {
  width: 50%;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.marat-text .marat-text-col h2 {
  font-family: "ApocLC-Regular", sans-serif;
  color: #e5e5e5;
  font-size: 36px;
}
.marat-text .marat-text-col span {
  font-family: "GeistMono-Regular", monospace;
  color: #7c7c7c;
  text-transform: uppercase;
  font-size: 18px;
}
.marat-text .marat-text-col p {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #e5e5e5;
  font-size: 20px;
  margin-top: 10px;
}
.marat-text .marat-text-col .marat-text-col-item {
  height: 110px;
}
.marat-text .marat-text-col-left {
  padding-right: 40px;
  text-align: right;
}

.assemblers-block {
  width: 1176px;
  margin: auto;
  margin-top: 100px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.assemblers-block__item {
  width: calc(33.3333333333% - 10px);
}

.assemblers-block__item-img {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.assemblers-block__item-img img {
  width: 100%;
}

.assemblers-block__item-text {
  text-align: right;
  font-family: "GeistMono-Regular", monospace;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  padding-right: 20px;
}
.assemblers-block__item-text span {
  color: #e5e5e5;
}
.assemblers-block__item-text p {
  color: #7c7c7c;
}

.supply-main-block {
  width: 1176px;
  margin: auto;
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.supply-main-block-col {
  width: calc(50% - 10px);
}

.supply-main-block-col__slider {
  width: 100%;
  height: 385px;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}
.supply-main-block-col__slider:hover {
  transform: scale(1.02);
}
.supply-main-block-col__slider .supply-slider-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 1.2s ease, transform 1.2s ease;
  opacity: 1;
  transform: scale(1);
}

.supply-gallery-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  z-index: 5000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.supply-gallery-overlay.active {
  opacity: 1;
  visibility: visible;
}

.supply-gallery-container {
  width: 90%;
  height: 90%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.supply-gallery-track {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.supply-gallery-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.95);
}
.supply-gallery-slide.active {
  opacity: 1;
  transform: scale(1);
}
.supply-gallery-slide img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 8px;
  transition: transform 0.8s ease;
}

.supply-gallery-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  color: white;
}
.supply-gallery-close:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.1);
}

.supply-gallery-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 64px;
  height: 64px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  color: white;
}
.supply-gallery-arrow:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-50%) scale(1.1);
}
.supply-gallery-arrow.supply-gallery-prev {
  left: 20px;
}
.supply-gallery-arrow.supply-gallery-next {
  right: 20px;
}

.supply-gallery-counter {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-family: "GeistMono-Regular", monospace;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.5);
  padding: 8px 16px;
  border-radius: 20px;
  z-index: 10;
}

.supply-main-block-col__text {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 18px;
  padding-left: 30px;
}
.supply-main-block-col__text p {
  color: #e5e5e5;
}
.supply-main-block-col__text ul {
  list-style: none;
  margin-top: 10px;
  color: #7c7c7c;
}
.supply-main-block-col__text ul li {
  margin-top: 6px;
}

.visit_to_milan {
  margin: auto;
  width: 1176px;
  margin-top: 200px;
}
.visit_to_milan p {
  font-size: 20px;
  color: #7c7c7c;
  font-family: "GeistMono-Regular", monospace;
  text-align: center;
}

.kitchens-variants {
  width: 1176px;
  margin: 0 auto;
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.kitchens-variants-tabs {
  width: 480px;
  height: 50px;
  background: #1c1c1c;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  margin-bottom: 40px;
}

.kitchens-variants-tab {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #7c7c7c;
  font-family: "GeistMono-Regular", monospace;
  font-size: 14px;
}
.kitchens-variants-tab:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-1px);
}
.kitchens-variants-tab.active {
  background: #e5e5e5;
  color: #131313;
}
.kitchens-variants-tab.active:hover {
  background: #f2f2f2;
}

.kitchens-variants-tab-circle {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  flex-shrink: 0;
}

.kitchens-variants-content {
  width: 100%;
  position: relative;
}

.kitchens-variants-panel {
  display: none;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease;
}
.kitchens-variants-panel.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.kitchens-variants-layout {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.kitchens-variants-slider {
  width: 770px;
  flex-shrink: 0;
}

.kitchens-slider-container {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.kitchens-slider-container:hover {
  transform: scale(1.02);
}

.kitchens-slider-track {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

.kitchens-slider-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s ease;
  cursor: pointer;
}
.kitchens-slider-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  transition: all 0.3s ease;
}
.kitchens-slider-slide:hover img {
  transform: scale(1.02);
}
.kitchens-slider-slide.active {
  opacity: 1;
  z-index: 3;
}

.kitchens-slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.3);
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  color: rgba(255, 255, 255, 0.7);
  opacity: 0.6;
}
.kitchens-slider-arrow:hover {
  background: rgba(255, 255, 255, 0.6);
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  opacity: 1;
  color: rgb(255, 255, 255);
}
.kitchens-slider-arrow.kitchens-slider-prev {
  left: 20px;
}
.kitchens-slider-arrow.kitchens-slider-next {
  right: 20px;
}

.kitchens-variants-grid {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  max-height: 500px;
  overflow-y: auto;
  padding: 2px;
  padding-right: 5px;
  margin-right: 5px;
}
.kitchens-variants-grid::-webkit-scrollbar {
  width: 6px;
}
.kitchens-variants-grid::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
}
.kitchens-variants-grid::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 3px;
}
.kitchens-variants-grid::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.5);
}

.kitchens-grid-item {
  aspect-ratio: 1;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
.kitchens-grid-item:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.kitchens-grid-item.active {
  border-color: #e5e5e5;
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.kitchens-grid-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.kitchens-grid-item:hover img {
  transform: scale(1.1);
}

.kitchens-gallery-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  z-index: 5000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kitchens-gallery-overlay.active {
  opacity: 1;
  visibility: visible;
}

.kitchens-gallery-container {
  width: 90%;
  height: 90%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kitchens-gallery-track {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kitchens-gallery-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kitchens-gallery-slide.active {
  opacity: 1;
}
.kitchens-gallery-slide img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 8px;
}

.kitchens-gallery-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  color: white;
}
.kitchens-gallery-close:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.1);
}

.kitchens-gallery-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 64px;
  height: 64px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  color: white;
}
.kitchens-gallery-arrow:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-50%) scale(1.1);
}
.kitchens-gallery-arrow.kitchens-gallery-prev {
  left: 20px;
}
.kitchens-gallery-arrow.kitchens-gallery-next {
  right: 20px;
}

.kitchens-gallery-counter {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-family: "GeistMono-Regular", monospace;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.5);
  padding: 8px 16px;
  border-radius: 20px;
  z-index: 10;
}

.kitchen-mether-cost {
  width: 1176px;
  margin: 0 auto;
  margin-top: 100px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.kitchen-mether-cost__img {
  width: 770px;
  border-radius: 15px;
}

.kitchen-mether-cost-block .aed-cost {
  font-size: 36px;
  font-family: "ApocLC-Regular", sans-serif;
  color: #e5e5e5;
}
.kitchen-mether-cost-block .aed-cost span {
  color: #7c7c7c;
}
.kitchen-mether-cost-block .euro-cost {
  font-size: 28px;
  font-family: "ApocLC-Regular", sans-serif;
  color: #7c7c7c;
  margin-top: 5px;
}
.kitchen-mether-cost-block .measure-info {
  font-size: 18px;
  font-family: "GeistMono-Regular", monospace;
  color: #7c7c7c;
  margin-top: 20px;
}

.handles-selection {
  width: 1176px;
  margin: 0 auto;
  margin-top: 100px;
}

.handles-selection-container {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.handles-selection-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.handles-category {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.handles-category-title {
  font-family: "GeistMono-Regular", monospace;
  color: #e5e5e5;
  font-size: 24px;
  margin: 0;
}

.handles-buttons-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.handles-btn {
  width: 64px;
  height: 64px;
  background: #1c1c1c;
  border: 2px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.handles-btn:hover {
  background: #292929;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.handles-btn.active {
  border-color: #e5e5e5;
  background: #303030;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.handles-btn img {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  transition: transform 0.3s ease;
}
.handles-btn span {
  font-family: "GeistMono-Regular", monospace;
  color: #7c7c7c;
  font-size: 10px;
  text-align: center;
  line-height: 1.2;
}
.handles-btn:hover img {
  transform: scale(1.1);
}

.handles-selection-right {
  width: 770px;
  flex-shrink: 0;
}

.handles-slider-container {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: #1c1c1c;
}

.handles-slider-track {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

.handles-slider-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s ease;
}
.handles-slider-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.handles-slider-slide.active {
  opacity: 1;
  z-index: 3;
}

.handles-slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.3);
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  color: rgba(255, 255, 255, 0.7);
  opacity: 0.6;
}
.handles-slider-arrow:hover {
  background: rgba(255, 255, 255, 0.6);
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  opacity: 1;
  color: rgb(255, 255, 255);
}
.handles-slider-arrow.handles-slider-prev {
  left: 20px;
}
.handles-slider-arrow.handles-slider-next {
  right: 20px;
}

.handles-slider-counter {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-family: "GeistMono-Regular", monospace;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.5);
  padding: 8px 16px;
  border-radius: 20px;
  z-index: 10;
}

.kitchen-islands {
  width: 1176px;
  margin: 0 auto;
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
}

.kitchen-islands-col {
  width: calc(33.33% - 25px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
.kitchen-islands-col h2 {
  text-align: left;
  width: 100%;
  color: #e5e5e5;
  text-transform: uppercase;
  font-size: 24px;
  font-family: "GeistMono-Regular", monospace;
}

.kitchen-islands-col-content img {
  width: 100%;
}

.kitchen-islands-col-content-filler {
  flex: 1;
  min-height: 0;
}

.kitchen-islands-col-price h3 {
  font-size: 38px;
  font-family: "ApocLC-Regular", sans-serif;
  color: #e5e5e5;
}
.kitchen-islands-col-price h3 span {
  color: #7c7c7c;
  font-size: 18px;
}
.kitchen-islands-col-price .kitchen-islands-col-price-title {
  font-size: 24px;
  font-family: "GeistMono-Regular", monospace;
  color: #7c7c7c;
  margin-top: 4px;
}
.kitchen-islands-col-price .euro-cost {
  margin-top: 4px;
  font-size: 24px;
  font-family: "ApocLC-Regular", sans-serif;
  color: #7c7c7c;
}

.moving-images-block {
  width: 100%;
  height: 355px;
  margin-top: 100px;
  overflow: hidden;
  position: relative;
}

.moving-images-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.moving-images-track {
  display: flex;
  height: 100%;
  animation: moveImages 30s linear infinite;
  width: -moz-max-content;
  width: max-content;
}
.moving-images-track:hover {
  animation-play-state: paused;
}

.moving-image-item {
  flex: 0 0 300px;
  height: 100%;
  margin-right: 20px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}
.moving-image-item:hover {
  transform: scale(1.05);
  z-index: 10;
}
.moving-image-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  transition: all 0.3s ease;
}
.moving-image-item:hover img {
  transform: scale(1.02);
}

.moving-image-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #e5e5e5;
  font-family: "GeistMono-Regular", monospace;
  font-size: 14px;
  padding: 15px;
  text-align: center;
  border-radius: 0 0 12px 12px;
  transition: all 0.3s ease;
}

.moving-image-item:hover .moving-image-caption {
  background: rgba(0, 0, 0, 0.9);
}

@keyframes moveImages {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.moving-images-gallery-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  z-index: 5000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.moving-images-gallery-overlay.active {
  opacity: 1;
  visibility: visible;
}

.moving-images-gallery-container {
  width: 90%;
  height: 90%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.moving-images-gallery-track {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.moving-images-gallery-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.moving-images-gallery-slide.active {
  opacity: 1;
}
.moving-images-gallery-slide img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 8px;
}

.moving-images-gallery-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  color: white;
}
.moving-images-gallery-close:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.1);
}

.moving-images-gallery-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 64px;
  height: 64px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  color: white;
}
.moving-images-gallery-arrow:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-50%) scale(1.1);
}
.moving-images-gallery-arrow.moving-images-gallery-prev {
  left: 20px;
}
.moving-images-gallery-arrow.moving-images-gallery-next {
  right: 20px;
}

.moving-images-gallery-counter {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-family: "GeistMono-Regular", monospace;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.5);
  padding: 8px 16px;
  border-radius: 20px;
  z-index: 10;
}

.also-featured {
  width: 1176px;
  margin: 0 auto;
  margin-top: 100px;
  padding: 0 15px;
}

.also-featured-title {
  color: #e5e5e5;
  font-family: "ApocLC-Regular", sans-serif;
  font-size: 36px;
  text-align: center;
  margin-bottom: 50px;
}

.also-featured-container {
  display: flex;
  gap: 30px;
  align-items: stretch;
}

.also-featured-item {
  flex: 1;
  background: #1c1c1c;
  border-radius: 12px;
  padding: 30px;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.also-featured-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  background: #242424;
}

.also-featured-item-logo {
  width: 120px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.also-featured-item-logo img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
  transition: all 0.3s ease;
}

.also-featured-item:hover .also-featured-item-logo img {
  filter: brightness(1) invert(0);
  transform: scale(1.1);
}

.also-featured-item-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.also-featured-item-content h3 {
  color: #e5e5e5;
  font-family: "ApocLC-Regular", sans-serif;
  font-size: 24px;
  margin: 0 0 15px 0;
  transition: color 0.3s ease;
}

.also-featured-item-content p {
  color: #7c7c7c;
  font-family: "GeistMono-Regular", monospace;
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
  transition: color 0.3s ease;
}

.also-featured-item:hover .also-featured-item-content h3 {
  color: white;
}

.also-featured-item:hover .also-featured-item-content p {
  color: #969696;
}

.calculator-block {
  width: 1176px;
  margin: 0 auto;
  margin-top: 100px;
  padding: 50px;
  background: #1c1c1c;
  border-radius: 16px;
}

.calculator-container {
  width: 100%;
}

.calculator-title {
  color: #e5e5e5;
  font-family: "ApocLC-Regular", sans-serif;
  font-size: 36px;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 580px) {
  .calculator-title {
    font-size: 20px;
    margin-bottom: 25px;
    line-height: 1.2;
  }
}

.calculator-step {
  margin-bottom: 40px;
}

.calculator-step-title {
  color: #e5e5e5;
  font-family: "ApocLC-Regular", sans-serif;
  font-size: 24px;
  margin-bottom: 10px;
}
@media (max-width: 580px) {
  .calculator-step-title {
    font-size: 18px;
    margin-bottom: 8px;
  }
}

.calculator-step-subtitle {
  color: #7c7c7c;
  font-family: "GeistMono-Regular", monospace;
  font-size: 18px;
  margin-bottom: 30px;
}
@media (max-width: 580px) {
  .calculator-step-subtitle {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.3;
  }
}

.calculator-options-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 580px) {
  .calculator-options-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}

.calculator-option {
  background: #131313;
  border: 2px solid transparent;
  border-radius: 12px;
  padding: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
}
.calculator-option:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.calculator-option.selected {
  border-color: #e5e5e5;
  background: #1b1b1b;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.calculator-option img {
  width: 100%;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
  transition: transform 0.3s ease;
}
.calculator-option:hover img {
  transform: scale(1.05);
}
@media (max-width: 580px) {
  .calculator-option {
    padding: 12px;
    border-radius: 8px;
  }
  .calculator-option:hover {
    transform: translateY(-1px);
  }
  .calculator-option.selected {
    transform: translateY(-1px);
  }
  .calculator-option img {
    height: 70px;
    margin-bottom: 8px;
    border-radius: 6px;
  }
  .calculator-option:hover img {
    transform: scale(1.02);
  }
}

.calculator-option-label {
  color: #7c7c7c;
  font-family: "GeistMono-Regular", monospace;
  font-size: 14px;
  display: block;
}

.calculator-radio-group {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.calculator-radio-option {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  padding: 15px;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.calculator-radio-option:hover {
  background: rgba(255, 255, 255, 0.05);
}
@media (max-width: 580px) {
  .calculator-radio-option {
    padding: 10px;
    border-radius: 6px;
    gap: 10px;
  }
  .calculator-radio-option:hover {
    background: rgba(255, 255, 255, 0.03);
  }
  .calculator-radio-option:active {
    background: rgba(255, 255, 255, 0.05);
  }
}

.calculator-radio {
  display: none;
}

.calculator-radio-custom {
  width: 20px;
  height: 20px;
  border: 2px solid #7c7c7c;
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.calculator-radio:checked + .calculator-radio-custom {
  border-color: #e5e5e5;
  background: #e5e5e5;
}

.calculator-radio:checked + .calculator-radio-custom::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background: #131313;
  border-radius: 50%;
}

.calculator-radio-label {
  color: #e5e5e5;
  font-family: "GeistMono-Regular", monospace;
  font-size: 16px;
}

.calculator-form {
  max-width: 500px;
  margin: 0 auto;
}

.calculator-form-group {
  margin-bottom: 25px;
}

.calculator-form-label {
  display: block;
  color: #e5e5e5;
  font-family: "GeistMono-Regular", monospace;
  font-size: 14px;
  margin-bottom: 8px;
}

.calculator-form-input {
  width: 100%;
  height: 48px;
  background: #131313;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 0 16px;
  color: #e5e5e5;
  font-family: "GeistMono-Regular", monospace;
  font-size: 14px;
  transition: all 0.3s ease;
}
.calculator-form-input::-moz-placeholder {
  color: #7c7c7c;
}
.calculator-form-input::placeholder {
  color: #7c7c7c;
}
.calculator-form-input:focus {
  border-color: rgba(255, 255, 255, 0.3);
  background: #181818;
}
@media (max-width: 580px) {
  .calculator-form-input {
    height: 42px;
    padding: 0 12px;
    border-radius: 6px;
    font-size: 14px;
  }
  .calculator-form-input:focus {
    border-color: rgba(255, 255, 255, 0.4);
  }
}

.calculator-form-phone-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.calculator-form-phone-flag {
  position: absolute;
  left: 16px;
  width: 24px;
  height: 16px;
  z-index: 1;
}
.calculator-form-phone-flag img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 2px;
}

.calculator-form-phone-input {
  padding-left: 55px;
}

.calculator-checkbox-option {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  padding: 10px 0;
}

.calculator-checkbox {
  display: none;
}

.calculator-checkbox-custom {
  width: 20px;
  height: 20px;
  border: 2px solid #7c7c7c;
  border-radius: 4px;
  position: relative;
  flex-shrink: 0;
  margin-top: 2px;
  transition: all 0.3s ease;
}

.calculator-checkbox:checked + .calculator-checkbox-custom {
  border-color: #e5e5e5;
  background: #e5e5e5;
}

.calculator-checkbox:checked + .calculator-checkbox-custom::after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #131313;
  font-size: 12px;
  font-weight: bold;
}

.calculator-checkbox-label {
  color: #e5e5e5;
  font-family: "GeistMono-Regular", monospace;
  font-size: 14px;
  line-height: 1.4;
}

.calculator-privacy-link {
  color: #e5e5e5;
  text-decoration: underline;
  transition: color 0.3s ease;
}
.calculator-privacy-link:hover {
  color: white;
}

.calculator-form-note {
  color: #7c7c7c;
  font-family: "GeistMono-Regular", monospace;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 25px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
}

.calculator-form-submit {
  width: 100%;
  height: 48px;
  background: #e5e5e5;
  color: #131313;
  border: none;
  border-radius: 8px;
  font-family: "GeistMono-Regular", monospace;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}
.calculator-form-submit:hover {
  background: #f2f2f2;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.calculator-form-submit:active {
  transform: translateY(0);
}
@media (max-width: 580px) {
  .calculator-form-submit {
    height: 42px;
    border-radius: 6px;
    font-size: 14px;
  }
  .calculator-form-submit:hover {
    transform: translateY(-1px);
  }
  .calculator-form-submit:active {
    transform: translateY(0);
    background: #d8d8d8;
  }
}

.calculator-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 580px) {
  .calculator-navigation {
    margin-top: 25px;
    padding-top: 15px;
    flex-direction: column;
    gap: 12px;
  }
}

.calculator-nav-btn {
  padding: 12px 24px;
  background: #131313;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: #e5e5e5;
  font-family: "GeistMono-Regular", monospace;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.calculator-nav-btn:hover {
  background: #202020;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.calculator-nav-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
@media (max-width: 580px) {
  .calculator-nav-btn {
    padding: 14px 20px;
    font-size: 14px;
    border-radius: 6px;
  }
  .calculator-nav-btn:hover {
    transform: translateY(-1px);
  }
  .calculator-nav-btn:active {
    transform: translateY(0);
  }
}

.calculator-success {
  text-align: center;
  padding: 40px 20px;
}
.calculator-success h3 {
  color: #e5e5e5;
  font-family: "ApocLC-Regular", sans-serif;
  font-size: 24px;
  margin-bottom: 15px;
}
.calculator-success p {
  color: #7c7c7c;
  font-family: "GeistMono-Regular", monospace;
  font-size: 16px;
  line-height: 1.4;
}

@media (max-width: 580px) {
  .header-container {
    padding: 10px;
  }
  .desctop-link {
    display: none;
  }
  .mobile-link {
    display: block;
  }
  .side-menu {
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    border-radius: 0;
    padding: 20px;
  }
  .side-menu.active {
    right: 0;
  }
  .side-menu-close {
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.15);
  }
  .side-menu-close img {
    width: 24px;
    height: 24px;
  }
  .side-menu-logo {
    margin-bottom: 30px;
    text-align: left;
  }
  .side-menu-logo img {
    width: 100px;
  }
  .side-menu-nav {
    margin-bottom: 25px;
  }
  .side-menu-nav .menu-item {
    padding: 15px 0;
    font-size: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .side-menu-nav .menu-item .arrow {
    width: 18px;
    height: 18px;
  }
  .side-menu-schedule {
    font-size: 14px;
    margin-bottom: 25px;
    text-align: left;
  }
  .side-menu-phone {
    font-size: 16px;
    margin-bottom: 25px;
    justify-content: flex-start;
  }
  .side-menu-phone img {
    width: 20px;
    height: 20px;
  }
  .side-menu-call-btn {
    width: 100%;
    height: 45px;
    font-size: 14px;
    margin-bottom: 25px;
  }
  .side-menu-call-btn .arrow {
    width: 18px;
    height: 18px;
  }
  .side-menu-address {
    font-size: 14px;
    margin-bottom: 25px;
    text-align: left;
  }
  .side-menu-address img {
    width: 20px;
    height: 20px;
  }
  .side-menu-directions-btn {
    width: 100%;
    height: 45px;
    font-size: 14px;
  }
  .side-menu-directions-btn .arrow {
    width: 18px;
    height: 18px;
  }
  .side-menu-overlay {
    background: rgba(0, 0, 0, 0.7);
  }
  .feedback-form-overlay {
    padding: 10px;
  }
  .feedback-form-container {
    padding: 25px 20px;
    width: 100%;
    max-width: 100%;
    border-radius: 12px;
    margin: 10px;
  }
  .feedback-form-close {
    top: 15px;
    right: 15px;
    width: 36px;
    height: 36px;
  }
  .feedback-form-close img {
    width: 18px;
    height: 18px;
  }
  .feedback-form-title {
    font-size: 20px;
    margin-bottom: 6px;
    text-align: left;
  }
  .feedback-form-subtitle {
    font-size: 13px;
    margin-bottom: 25px;
    text-align: left;
  }
  .feedback-form-group {
    margin-bottom: 18px;
  }
  .feedback-form-label {
    font-size: 13px;
    margin-bottom: 6px;
  }
  .feedback-form-input {
    height: 44px;
    font-size: 14px;
    padding: 0 14px;
  }
  .feedback-form-phone-flag {
    width: 22px;
    height: 14px;
    left: 14px;
  }
  .feedback-form-phone-input {
    padding-left: 50px;
  }
  .feedback-form-datetime-group {
    flex-direction: column;
    gap: 15px;
  }
  .feedback-form-date-wrapper,
  .feedback-form-time-wrapper {
    width: 100%;
  }
  .feedback-form-date-input {
    padding-right: 45px;
  }
  .feedback-form-date-icon {
    right: 14px;
    width: 18px;
    height: 18px;
  }
  .feedback-form-submit {
    height: 44px;
    font-size: 14px;
    margin-top: 8px;
  }
  .main-address-block {
    padding: 10px;
    margin-top: 50px;
  }
  .main-address-container {
    flex-direction: column-reverse;
  }
  .main-address-info {
    padding: 15px;
    margin-bottom: 50px;
  }
  .footer::before {
    display: none;
  }
  .footer-container {
    padding: 15px;
    padding-bottom: 40px;
  }
  .footer-content {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-phone_desktop {
    display: none;
  }
  .footer-phone_mobile {
    display: flex;
    margin-top: 40px;
  }
  .footer-links {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    margin-top: 40px;
  }
  .main-address-schedule {
    font-size: 14px;
  }
  .main-address-phone {
    font-size: 14px;
  }
  .main-address-call-btn {
    font-size: 12px;
  }
  .main-address-location {
    font-size: 14px;
  }
  .main-address-directions-btn {
    font-size: 12px;
  }
  .main-address-middle {
    margin-top: 20px;
  }
  .main-address-bottom {
    gap: 15px;
    margin-top: 20px;
  }
  .main-address-location {
    font-size: 14px;
  }
  .main-page-block {
    flex-direction: column;
  }
  .main-page-left-content {
    display: none;
  }
  .main-page-block-left {
    width: 100%;
    height: 50%;
  }
  .main-page-block-right {
    width: 100%;
    height: 50%;
  }
  .main-page-title h1 {
    font-size: 35px;
  }
  .main-page-title .mensons-logo {
    margin-top: 40px;
  }
  .main-page-title .mensons-logo img {
    width: 120px;
  }
  .main-page-title .mensons-info {
    margin-top: 10px;
  }
  .main-page-title .mensons-info span {
    font-size: 14px;
  }
  .showroom-blocks {
    width: 100%;
    margin-top: 50px;
    padding: 15px;
    flex-direction: column;
  }
  .showroom-column {
    display: none;
  }
  .showroom-blocks__title_mobile {
    display: block;
    font-size: 24px;
    font-family: "ApocLC-Regular", sans-serif;
    color: #e5e5e5;
    text-align: left;
  }
  .showroom-blocks-mobile {
    display: block;
    margin-top: 40px;
  }
  .showroom-column__item_desktop {
    display: none;
  }
  .showroom-mobile-slider-container {
    cursor: grab;
    touch-action: pan-y;
  }
  .showroom-mobile-slider-container:active {
    cursor: grabbing;
  }
  .showroom-mobile-slider-track {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
  }
  .showroom-mobile-slider-track .showroom-column__item {
    padding: 0 10px;
  }
  .showroom-mobile-slider-indicators {
    margin-top: 15px;
  }
  .showroom-column__item_s {
    height: 530px;
  }
  .showroom-column__item_l {
    height: 530px;
  }
  .showroom-column__item-block__text ul {
    margin-top: 20px;
  }
  .showroom-column__item-block__text ul li {
    margin-top: 10px;
    font-size: 14px;
  }
  .marat-block {
    display: none;
  }
  .marat-block__mobile {
    display: block;
    width: 100%;
    margin-top: 50px;
    padding: 15px;
  }
  .marat-block__mobile-item {
    margin-top: 20px;
  }
  .marat-block__mobile-item img {
    width: 100%;
    border-radius: 8px;
  }
  .marat-block__mobile-item h2 {
    font-size: 36px;
    font-family: "ApocLC-Regular", sans-serif;
    color: #e5e5e5;
    text-align: left;
  }
  .marat-block__mobile-item .marat-block__mobile-item_text {
    margin-top: 20px;
  }
  .marat-block__mobile-item .marat-block__mobile-item_text span {
    font-size: 16px;
    font-family: "GeistMono-Regular", monospace;
    color: #7c7c7c;
  }
  .marat-block__mobile-item .marat-block__mobile-item_text p {
    font-size: 16px;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    margin-top: 5px;
  }
  .main-page-slider {
    width: 100%;
    margin-top: 50px;
    height: 350px;
  }
  .assemblers-block {
    width: 100%;
    margin-top: 50px;
    padding: 15px;
    flex-direction: column-reverse;
  }
  .assemblers-block__item_desktop {
    display: none;
  }
  .assemblers-block__item {
    width: 100%;
  }
  .assemblers-block__item-text {
    padding: 0;
    margin-top: 20px;
    font-size: 16px;
  }
  .supply-main-block {
    width: 100%;
    margin-top: 50px;
    padding: 15px;
    flex-direction: column;
  }
  .supply-main-block-col {
    width: 100%;
  }
  .supply-main-block-col__slider {
    height: 350px;
  }
  .supply-main-block-col__text {
    padding-left: 0;
    font-size: 16px;
    margin-top: 20px;
  }
  .visit_to_milan {
    width: 100%;
    margin-top: 50px;
    padding: 15px;
  }
  .visit_to_milan p {
    font-size: 16px;
  }
  .kitchens-variants {
    width: 100%;
    padding: 0 15px;
    margin-top: 50px;
  }
  .kitchens-variants-tabs {
    width: 100%;
    max-width: 400px;
    height: 60px;
    padding: 0 8px;
    margin-bottom: 30px;
  }
  .kitchens-variants-tab {
    padding: 6px 8px;
    font-size: 12px;
    gap: 6px;
  }
  .kitchens-variants-tab:hover {
    transform: none;
  }
  .kitchens-variants-tab-circle {
    width: 20px;
    height: 20px;
  }
  .kitchens-variants-panel h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .kitchens-variants-panel p {
    font-size: 14px;
    padding: 0 10px;
  }
  .kitchens-variants-layout {
    flex-direction: column;
    gap: 20px;
  }
  .kitchens-variants-slider {
    width: 100%;
  }
  .kitchens-slider-container {
    height: 300px;
  }
  .kitchens-slider-arrow {
    width: 40px;
    height: 40px;
  }
  .kitchens-slider-arrow.kitchens-slider-prev {
    left: 10px;
  }
  .kitchens-slider-arrow.kitchens-slider-next {
    right: 10px;
  }
  .kitchens-variants-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    max-height: 300px;
    padding-right: 10px;
    margin-right: 3px;
  }
  .kitchens-grid-item {
    border-width: 1px;
  }
  .kitchens-gallery-container {
    width: 95%;
    height: 95%;
  }
  .kitchens-gallery-arrow {
    width: 48px;
    height: 48px;
  }
  .kitchens-gallery-arrow.kitchens-gallery-prev {
    left: 10px;
  }
  .kitchens-gallery-arrow.kitchens-gallery-next {
    right: 10px;
  }
  .kitchens-gallery-close {
    width: 40px;
    height: 40px;
    top: 15px;
    right: 15px;
  }
  .kitchen-mether-cost {
    width: 100%;
    margin-top: 50px;
    padding: 15px;
    flex-direction: column-reverse;
  }
  .handles-selection {
    width: 100%;
    margin-top: 50px;
    padding: 0 15px;
  }
  .handles-selection-container {
    flex-direction: column;
    gap: 30px;
  }
  .handles-selection-left {
    gap: 30px;
  }
  .handles-category {
    gap: 15px;
  }
  .handles-category-title {
    font-size: 20px;
  }
  .handles-buttons-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
  }
  .handles-btn {
    width: 56px;
    height: 56px;
  }
  .handles-btn img {
    width: 32px;
    height: 32px;
  }
  .handles-btn span {
    font-size: 9px;
  }
  .handles-selection-right {
    width: 100%;
  }
  .handles-slider-container {
    height: 300px;
  }
  .handles-slider-arrow {
    width: 40px;
    height: 40px;
  }
  .handles-slider-arrow.handles-slider-prev {
    left: 10px;
  }
  .handles-slider-arrow.handles-slider-next {
    right: 10px;
  }
  .kitchen-mether-cost__img {
    width: 100%;
  }
  .kitchen-mether-cost-block {
    width: 100%;
  }
  .kitchen-mether-cost-block .aed-cost {
    font-size: 24px;
  }
  .kitchen-mether-cost-block .euro-cost {
    font-size: 18px;
  }
  .kitchen-mether-cost-block .measure-info {
    font-size: 14px;
  }
  .kitchen-islands {
    width: 100%;
    margin-top: 50px;
    padding: 0 15px;
    flex-direction: column;
    gap: 30px;
  }
  .kitchen-islands-col {
    width: 100%;
    align-items: center;
    text-align: center;
  }
  .kitchen-islands-col h2 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
  }
  .kitchen-islands-col-content {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .kitchen-islands-col-content img {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }
  .kitchen-islands-col-content-filler {
    display: none;
  }
  .kitchen-islands-col-price {
    margin-top: 15px;
    text-align: center;
  }
  .kitchen-islands-col-price h3 {
    font-size: 28px;
    text-align: center;
  }
  .kitchen-islands-col-price h3 span {
    font-size: 16px;
  }
  .kitchen-islands-col-price .kitchen-islands-col-price-title {
    font-size: 18px;
    text-align: center;
    margin-top: 8px;
  }
  .kitchen-islands-col-price .euro-cost {
    font-size: 18px;
    text-align: center;
    margin-top: 8px;
  }
  .kitchen-islands-col-price .euro-cost {
    font-size: 18px;
    text-align: center;
    margin-top: 8px;
  }
  .moving-images-block {
    margin-top: 50px;
    height: 250px;
  }
  .moving-image-item {
    flex: 0 0 250px;
    margin-right: 15px;
  }
  .moving-image-caption {
    font-size: 12px;
    padding: 12px;
  }
  .moving-images-gallery-container {
    width: 95%;
    height: 95%;
  }
  .moving-images-gallery-arrow {
    width: 48px;
    height: 48px;
  }
  .moving-images-gallery-arrow.moving-images-gallery-prev {
    left: 10px;
  }
  .moving-images-gallery-arrow.moving-images-gallery-next {
    right: 10px;
  }
  .moving-images-gallery-close {
    width: 40px;
    height: 40px;
    top: 15px;
    right: 15px;
  }
  .calculator-block {
    width: 100%;
    margin-top: 50px;
    padding: 15px;
  }
  .calculator-container {
    padding: 0;
  }
  .calculator-title {
    font-size: 20px;
    margin-bottom: 25px;
    line-height: 1.2;
  }
  .calculator-step-title {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .calculator-step-subtitle {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.3;
  }
  .calculator-options-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .calculator-option {
    padding: 12px;
    border-radius: 8px;
  }
  .calculator-option img {
    height: 70px;
    margin-bottom: 8px;
    border-radius: 6px;
  }
  .calculator-option:hover {
    transform: translateY(-1px);
  }
  .calculator-option.selected {
    transform: translateY(-1px);
  }
  .calculator-option-label {
    font-size: 11px;
    line-height: 1.2;
  }
  .calculator-radio-group {
    gap: 12px;
  }
  .calculator-radio-option {
    padding: 10px;
    border-radius: 6px;
  }
  .calculator-radio-custom {
    width: 18px;
    height: 18px;
  }
  .calculator-radio:checked + .calculator-radio-custom::after {
    width: 6px;
    height: 6px;
  }
  .calculator-radio-label {
    font-size: 13px;
  }
  .calculator-form {
    max-width: 100%;
    padding: 0;
  }
  .calculator-form-group {
    margin-bottom: 18px;
  }
  .calculator-form-label {
    font-size: 13px;
    margin-bottom: 6px;
  }
  .calculator-form-input {
    height: 42px;
    font-size: 14px;
    padding: 0 12px;
    border-radius: 6px;
  }
  .calculator-form-phone-flag {
    width: 20px;
    height: 13px;
    left: 12px;
  }
  .calculator-form-phone-input {
    padding-left: 45px;
  }
  .calculator-checkbox-option {
    padding: 8px 0;
    gap: 10px;
  }
  .calculator-checkbox-custom {
    width: 18px;
    height: 18px;
    margin-top: 1px;
  }
  .calculator-checkbox:checked + .calculator-checkbox-custom::after {
    font-size: 10px;
  }
  .calculator-checkbox-label {
    font-size: 12px;
    line-height: 1.3;
  }
  .calculator-privacy-link {
    font-size: 12px;
  }
  .calculator-form-note {
    font-size: 12px;
    padding: 10px;
    margin-bottom: 18px;
    border-radius: 6px;
    line-height: 1.3;
  }
  .calculator-form-submit {
    height: 42px;
    font-size: 14px;
    border-radius: 6px;
  }
  .calculator-form-submit:hover {
    transform: translateY(-1px);
  }
  .calculator-navigation {
    margin-top: 25px;
    padding-top: 15px;
    flex-direction: column;
    gap: 12px;
  }
  .calculator-nav-btn {
    width: 100%;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 6px;
  }
  .calculator-nav-btn:hover {
    transform: translateY(-1px);
  }
  .calculator-nav-btn:disabled {
    opacity: 0.4;
  }
  .calculator-success {
    padding: 25px 15px;
  }
  .calculator-success h3 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .calculator-success p {
    font-size: 13px;
    line-height: 1.3;
  }
  .also-featured {
    width: 100%;
    margin-top: 50px;
    padding: 0 15px;
  }
  #cookie-notice {
    bottom: 20px;
    right: 20px;
    left: 20px;
    width: auto;
    height: auto;
    min-height: 120px;
    padding: 20px 15px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  }
  #cookie-notice .cookie-text {
    font-size: 13px;
    line-height: 1.3;
    margin-bottom: 15px;
    padding: 0 5px;
  }
  #cookie-notice .cookie-button {
    padding: 12px 24px;
    font-size: 13px;
    border-radius: 25px;
    min-width: 100px;
  }
  #cookie-notice .cookie-button:active {
    transform: scale(0.95);
    opacity: 0.7;
  }
  .also-featured-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .also-featured-container {
    flex-direction: column;
    gap: 20px;
    overflow-x: auto;
    padding-bottom: 10px;
    display: flex;
    flex-direction: row;
    gap: 15px;
    padding: 5px;
  }
  .also-featured-container::-webkit-scrollbar {
    height: 4px;
  }
  .also-featured-container::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
  }
  .also-featured-container::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
  }
  .also-featured-container::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.5);
  }
  .also-featured-item {
    flex: 0 0 280px;
    padding: 20px;
    border-radius: 8px;
    min-height: 200px;
  }
  .also-featured-item:hover {
    transform: translateY(-3px);
  }
  .also-featured-item-logo {
    width: 80px;
    height: 60px;
    margin-bottom: 15px;
  }
  .also-featured-item-content h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .also-featured-item-content p {
    font-size: 12px;
    line-height: 1.3;
  }
  .calculator-mobile .calculator-block {
    margin-top: 30px;
  }
  .calculator-mobile .calculator-step {
    margin-bottom: 30px;
  }
  .calculator-mobile .calculator-options-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .calculator-mobile .calculator-radio-group {
    gap: 10px;
  }
  .calculator-mobile .calculator-form-group {
    margin-bottom: 16px;
  }
}/*# sourceMappingURL=style.css.map */