@charset "UTF-8";
.hero-section {
  position: relative;
  padding: 0px;
}
.hero-section .container-fluid {
  position: relative;
  z-index: 2;
}
.hero-section .container-fluid .row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 100px;
}
.hero-section .container-fluid .row:before {
  content: "";
  position: absolute;
  top: -90%;
  right: -300px;
  width: 900px;
  height: 1300px;
  background: url("/assets/svg/asset_019.svg") no-repeat center center;
  background-size: contain;
  z-index: 1;
}
@media (max-width: 1440px) {
  .hero-section .container-fluid .row:before {
    display: none;
  }
}
.hero-section .container-fluid .row::after {
  content: "";
  position: absolute;
  top: -20%;
  left: -800px;
  width: 1200px;
  height: 1500px;
  background: url("/assets/svg/asset_022.svg") no-repeat center center;
  background-size: contain;
  z-index: 1;
}
@media (max-width: 1440px) {
  .hero-section .container-fluid .row::after {
    display: none;
  }
}
@media (max-width: 1200px) {
  .hero-section .container-fluid .row {
    padding: 0 50px;
  }
}
@media (max-width: 991.98px) {
  .hero-section .container-fluid .row {
    padding: 0 25px;
  }
}
@media (max-width: 767.98px) {
  .hero-section .container-fluid .row {
    padding: 0 15px;
  }
}

.hero-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  z-index: 10;
}
.hero-content .location-info {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  font-family: "Nunito Sans", "Nunito", system-ui, -apple-system, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #4251DE;
  line-height: 1;
}
.hero-content .location-info .location-icon {
  margin-right: 0.75rem;
  font-size: 1.2rem;
}
.hero-content .hero-heading {
  margin-bottom: 2rem;
}
.hero-content .hero-heading .heading-line {
  display: block;
  font-family: "Unbounded", "Inter", "Roboto", system-ui, -apple-system, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.1;
  color: #000000;
  margin-bottom: 0.5rem;
  letter-spacing: -0.02em;
}
.hero-content .service-details {
  margin-bottom: 3rem;
}
.hero-content .service-details p {
  font-family: "Nunito Sans", "Nunito", system-ui, -apple-system, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  color: #6c757d;
  margin-bottom: 0.5rem;
  line-height: 1;
}

.hero-illustration {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-illustration svg {
  max-width: 120%;
  height: auto;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

@media (max-width: 1440px) {
  .hero-section .container-fluid .row {
    align-items: flex-end;
  }
  .hero-content .hero-heading .heading-line {
    font-size: 3rem;
  }
  .hero-content .service-details p {
    font-size: 1rem;
  }
  .hero-illustration {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 500px;
    z-index: 1;
  }
}
@media (max-width: 991.98px) {
  .hero-section {
    padding: 100px 0 60px;
    min-height: auto;
  }
  .hero-content {
    padding-right: 0;
    margin-bottom: 3rem;
  }
  .hero-content .hero-heading .heading-line {
    font-size: 2.5rem;
  }
  .hero-content .location-info {
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .hero-section {
    padding: 80px 0 40px;
  }
  .hero-content .hero-heading .heading-line {
    font-size: 2rem;
  }
  .hero-content .service-details p {
    font-size: 0.9rem;
  }
  .hero-content .cta-container .btn-courier {
    font-size: 1rem;
  }
  .hero-illustration {
    top: 200px;
  }
  .hero-illustration svg {
    width: 100%;
    max-width: 400px;
  }
}
@media (max-width: 570px) {
  .hero-illustration {
    position: relative;
    top: 0;
  }
  .hero-illustration svg {
    width: 100%;
    max-width: 400px;
  }
}
/* About Section */
.about-section {
  position: relative;
  padding: 100px 0;
}
.about-section .container-fluid .row {
  padding: 0 100px;
}
@media (max-width: 1200px) {
  .about-section .container-fluid .row {
    padding: 0 50px;
  }
}
@media (max-width: 991.98px) {
  .about-section .container-fluid .row {
    padding: 0 25px;
  }
}
@media (max-width: 767.98px) {
  .about-section .container-fluid .row {
    padding: 0 15px;
  }
}

.about-content {
  max-width: 1280px;
  position: relative;
  z-index: 10;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.about-content .block .about-heading {
  font-family: "Unbounded", "Inter", "Roboto", system-ui, -apple-system, sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 24px;
  width: 100%;
  max-width: 740px;
}
.about-content .block .about-divider {
  width: 80px;
  height: 2px;
  border-radius: 6px;
  background: #8e7bf7;
  margin: 10px 0 24px;
}
.about-content .block .about-description {
  font-family: "Nunito Sans", "Nunito", system-ui, -apple-system, sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: #6c757d;
  margin-bottom: 28px;
  width: 100%;
  max-width: 700px;
}
.about-content .block .about-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #000000;
  font-weight: 600;
  font-family: "Unbounded", "Inter", "Roboto", system-ui, -apple-system, sans-serif;
}
.about-content .block .about-cta .play-button {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #4251DE;
  position: relative;
  box-shadow: 0 6px 18px rgba(66, 81, 222, 0.35);
}
.about-content .block .about-cta .play-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-42%, -50%);
  width: 0;
  height: 0;
  border-left: 10px solid #ffffff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.about-content .block .about-cta:hover .play-button {
  background: #004085;
}
.about-content .block.b-p {
  margin-left: auto;
  display: flex;
  gap: 0 30px;
}

.about-media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.about-media .about-illustration {
  width: 220px;
  height: 220px;
  border-radius: 32px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* About responsive */
@media (max-width: 1199.98px) {
  .about-section {
    padding: 80px 0;
  }
  .about-content .about-heading {
    font-size: 2.125rem;
  }
  .about-media .about-illustration {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 991.98px) {
  .about-section {
    padding: 60px 0;
  }
  .about-content {
    max-width: 100%;
    text-align: left;
  }
  .about-media {
    justify-content: flex-start;
  }
}
@media (max-width: 767.98px) {
  .about-content .about-heading {
    font-size: 1.75rem;
  }
  .about-content .about-description {
    font-size: 0.95rem;
  }
  .about-media .about-illustration {
    width: 160px;
    height: 160px;
  }
}
@media (max-width: 575.98px) {
  .about-section {
    padding: 48px 0;
  }
  .about-media {
    gap: 12px;
  }
  .about-media .about-illustration {
    width: 120px;
    height: 120px;
  }
}
/* About absolute media positioning */
.about-section .about-media {
  position: relative;
  min-height: 360px;
}
.about-section .about-media .about-illustration-left {
  position: absolute;
  left: -140px;
  top: -280px;
  width: 580px;
  height: auto;
  border-radius: 24px;
  z-index: 1;
}
.about-section .about-media .about-illustration-right {
  position: absolute;
  right: -60px;
  bottom: -40px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  z-index: 1;
}

@media (max-width: 1199.98px) {
  .about-section .about-media {
    min-height: 300px;
  }
  .about-section .about-media .about-illustration-right {
    width: 360px;
    height: 360px;
    right: -20px;
    bottom: -20px;
  }
  .about-section .about-media .about-illustration-left {
    width: 220px;
    height: 260px;
    left: -20px;
    top: -10px;
  }
}
@media (max-width: 767.98px) {
  .about-section .about-media {
    min-height: 220px;
  }
  .about-section .about-media .about-illustration-right {
    width: 240px;
    height: 240px;
    right: 0;
    bottom: -10px;
  }
  .about-section .about-media .about-illustration-left {
    width: 160px;
    height: 180px;
    left: 0;
    top: 0;
  }
}
@media (max-width: 575.98px) {
  .about-section .about-media {
    min-height: 180px;
  }
  .about-section .about-media .about-illustration-right {
    width: 180px;
    height: 180px;
  }
  .about-section .about-media .about-illustration-left {
    width: 120px;
    height: 140px;
  }
}
/* Video modal */
.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 1050;
}
.video-modal.open {
  opacity: 1;
  visibility: visible;
}
.video-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
.video-modal__dialog {
  position: relative;
  z-index: 2;
  width: min(960px, 92vw);
  height: min(540px, 52vw);
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  background: #000000;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 80px rgba(0, 0, 0, 0.45);
}
.video-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  border: 0;
  outline: 0;
}
.video-modal__close::before, .video-modal__close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 2px;
  background: #ffffff;
  transform-origin: center;
}
.video-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.video-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.video-modal__body {
  position: relative;
  width: 100%;
  height: 100%;
}
.video-modal__iframe {
  width: 100%;
  height: 100%;
  display: block;
}

/* Footwear Section */
.footwear-section {
  position: relative;
  padding: 100px 0;
  background: transparent;
  /* Swiper container */
}
@media (max-width: 1200px) {
  .footwear-section {
    padding: 80px 0;
  }
}
@media (max-width: 991.98px) {
  .footwear-section {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .footwear-section {
    padding: 48px 0;
  }
}
.footwear-section .container-fluid {
  position: relative;
}
.footwear-section::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -100px;
  bottom: -200px;
  right: 0;
  left: 0;
  background: url("/assets/svg/asset_03.svg");
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-size: 2800px;
  background-position: center;
  background-repeat: no-repeat;
}
.footwear-section .footwear-heading {
  font-family: "Unbounded", "Inter", "Roboto", system-ui, -apple-system, sans-serif;
  font-weight: 500;
  font-size: 2.25rem;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.02em;
  color: #000000;
  margin: 0 0 28px;
  position: relative;
  z-index: 10;
}
.footwear-section .footwear-swiper {
  padding: 140px 100px 0;
  /* Nav/Pagination visible on mobile, hidden on lg+ */
}
@media (max-width: 1200px) {
  .footwear-section .footwear-swiper {
    padding: 140px 50px 0;
  }
}
@media (max-width: 991.98px) {
  .footwear-section .footwear-swiper {
    padding: 140px 25px 0;
  }
}
@media (max-width: 767.98px) {
  .footwear-section .footwear-swiper {
    padding: 140px 15px 0;
  }
}
.footwear-section .footwear-swiper .swiper-wrapper {
  align-items: stretch;
}
.footwear-section .footwear-swiper .swiper-slide {
  height: auto;
}
.footwear-section .footwear-swiper .swiper-button-prev,
.footwear-section .footwear-swiper .swiper-button-next {
  color: #000000;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(2px);
}
.footwear-section .footwear-swiper .swiper-button-prev::after,
.footwear-section .footwear-swiper .swiper-button-next::after {
  font-size: 18px;
  font-weight: 700;
}
.footwear-section .footwear-swiper .swiper-pagination {
  position: relative;
  margin-top: 16px;
}
.footwear-section .footwear-swiper .swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0.25);
  opacity: 1;
}
.footwear-section .footwear-swiper .swiper-pagination-bullet-active {
  background: #4251DE;
}
.footwear-section .footwear-swiper .swiper-button-next,
.footwear-section .footwear-swiper .swiper-button-prev {
  background-color: #000000;
  color: #ffffff;
}

/* Card */
.footwear-card {
  background: #EFEFEF;
  border-radius: 16px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.04);
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  width: 100%;
  text-align: center;
  max-width: 400px;
  padding-top: 40px;
}
.footwear-card__sub {
  position: absolute;
  text-align: right;
  right: 20px;
  top: 20px;
  font-family: "Nunito Sans", "Nunito", system-ui, -apple-system, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  display: flex;
  color: #090909;
}
.footwear-card__sub::after {
  content: "";
  background: url("/assets/svg/asset_04.svg");
  width: 16.29px;
  height: 13.27px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
  margin-left: 6px;
}
.footwear-card__img {
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.footwear-card__img img {
  max-width: 200px;
  max-height: 120px;
  width: auto;
  height: auto;
}
.footwear-card__title {
  font-weight: 800;
  font-family: "Unbounded", "Inter", "Roboto", system-ui, -apple-system, sans-serif;
  color: #4251DE;
  margin: 8px 0 12px;
  font-size: 1.15rem;
  letter-spacing: 0.02em;
}
.footwear-card__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}
.footwear-card__list .txt {
  color: #000000;
  font-size: 0.95rem;
  width: 100%;
  max-width: 200px;
  margin: 6px auto;
}
.footwear-card__note {
  font-size: 1rem;
  color: #6c757d;
  padding-top: 16px;
  text-align: left;
}

.price-badge {
  display: inline-block;
  background: #D6FF6C;
  color: #000000;
  padding: 8px 14px;
  border-radius: 8px;
  font-weight: 800;
  font-family: "Nunito Sans", "Nunito", system-ui, -apple-system, sans-serif;
  font-size: 1.25rem;
}

/* Grid behaviour on desktop */
@media (min-width: 1200px) {
  .footwear-section .footwear-swiper .swiper-button-prev,
  .footwear-section .footwear-swiper .swiper-button-next,
  .footwear-section .footwear-swiper .swiper-pagination {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .footwear-section {
    padding: 60px 0;
  }
  .footwear-swiper {
    padding: 50px 50px 0;
  }
}
@media (max-width: 767.98px) {
  .footwear-swiper {
    padding: 50px 0 0 !important;
  }
  .footwear-swiper .footwear-card {
    max-width: 450px;
    margin: 0 auto;
  }
  .footwear-section {
    padding: 48px 0;
  }
  .footwear-card__img {
    height: 120px;
  }
}
@media (max-width: 467.98px) {
  .footwear-swiper .footwear-card {
    max-width: 350px;
  }
}
/* Footwear Restoration (popups) */
.footwear-rest {
  position: relative;
  padding: 100px 0 !important;
  background: transparent;
}
.footwear-rest__heading {
  font-family: "Unbounded", "Inter", "Roboto", system-ui, -apple-system, sans-serif;
  font-weight: 600;
  font-size: 2.25rem;
  line-height: 1.25;
  color: #000000;
  margin: 0 0 20px;
  width: 100%;
  max-width: 600px;
  position: relative;
  z-index: 10;
}
.footwear-rest__controls {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 24px;
  padding: 50px 0;
  position: relative;
  z-index: 10;
}
.footwear-rest .row {
  padding: 0 100px !important;
}
@media (max-width: 1200px) {
  .footwear-rest .row {
    padding: 0 50px !important;
  }
}
@media (max-width: 991.98px) {
  .footwear-rest .row {
    padding: 0 25px !important;
  }
}
@media (max-width: 767.98px) {
  .footwear-rest .row {
    padding: 0 15px !important;
  }
}
.footwear-rest__illustration {
  position: absolute;
  z-index: 1;
  right: 100px;
  top: 90px;
}

.fr-btn {
  width: 100%;
  max-width: 350px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  background-color: #F9F9F9;
  gap: 16px;
  height: 48px;
  padding: 40px 22px;
  border-radius: 16px;
  border: 1px solid #4251DE;
  color: #000000;
  font-family: "Nunito Sans", "Nunito", system-ui, -apple-system, sans-serif;
  font-weight: 700;
  transition: 0.2s ease;
}
.fr-btn:hover {
  background: rgba(66, 81, 222, 0.06);
}
.fr-btn__text {
  white-space: nowrap;
  color: #4251DE;
  font-size: 16px;
  font-family: "Unbounded", "Inter", "Roboto", system-ui, -apple-system, sans-serif;
}
.fr-btn__icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #4251DE;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.footwear-rest__panels {
  position: relative;
}

.fr-panel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}
.fr-panel.is-open {
  opacity: 1;
  visibility: visible;
}
.fr-panel__inner {
  background: #ffffff;
  border-radius: 16px;
  max-width: 500px;
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
  position: relative;
}
.fr-panel__close {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: transparent;
  cursor: pointer;
  transition: 0.2s ease;
}
.fr-panel__close:hover {
  background: rgba(0, 0, 0, 0.05);
}
.fr-panel__close::before, .fr-panel__close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 2px;
  background: rgba(0, 0, 0, 0.6);
}
.fr-panel__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.fr-panel__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.fr-panel__title {
  font-family: "Unbounded", "Inter", "Roboto", system-ui, -apple-system, sans-serif;
  color: #4251DE;
  font-size: 1.5rem;
  margin: 0 0 16px;
  padding: 24px 24px 0;
}
.fr-panel__lead {
  margin: 0 0 16px;
  color: #000000;
  padding: 0 24px;
}
.fr-panel__list {
  margin: 0 0 24px;
  padding: 0 24px 24px;
  display: grid;
  gap: 8px;
  color: #000000;
  list-style: none;
}
.fr-panel__list li {
  position: relative;
  padding-left: 20px;
}
.fr-panel__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #4251DE;
}

@media (max-width: 767.98px) {
  .footwear-rest {
    padding: 48px 0;
  }
  .footwear-rest .row {
    padding: 0 15px;
  }
  .footwear-rest__controls {
    gap: 20px;
    padding: 20px 0;
  }
  .footwear-rest__illustration {
    position: static;
  }
  .fr-btn {
    max-width: unset;
  }
  .fr-panel__inner {
    width: 95%;
    margin: 20px;
  }
}
/* Bags Section (slider similar to footwear) */
.bags-section {
  position: relative;
  padding: 100px 0;
  background: transparent;
  margin-top: 300px;
}
@media (max-width: 1370px) {
  .bags-section {
    margin-top: 100px;
  }
}
@media (max-width: 1200px) {
  .bags-section {
    padding: 80px 0;
  }
}
@media (max-width: 991.98px) {
  .bags-section {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .bags-section {
    padding: 48px 0;
  }
}
.bags-section::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -200px;
  bottom: -200px;
  right: 0;
  left: -400px;
  background: url("/assets/svg/asset_06.svg");
  background-size: 2800px;
  background-position: center;
  background-repeat: no-repeat;
}
.bags-section .container-fluid {
  position: relative;
  padding: 0;
  overflow: visible;
  z-index: 10;
  background-color: #171717;
}
.bags-section .container-fluid .row {
  padding: 50px 0;
}
.bags-section .bags-heading {
  font-family: "Unbounded", "Inter", "Roboto", system-ui, -apple-system, sans-serif;
  font-weight: 600;
  font-size: 2.25rem;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.02em;
  color: #ffffff;
  margin: 0 0 28px;
}
.bags-section .bags-swiper {
  padding: 50px 100px 0;
  /* Nav/Pagination visible on mobile, hidden on lg+ */
}
@media (max-width: 1200px) {
  .bags-section .bags-swiper {
    padding: 50px 50px 0;
  }
}
@media (max-width: 991.98px) {
  .bags-section .bags-swiper {
    padding: 50px 25px 0;
  }
}
@media (max-width: 767.98px) {
  .bags-section .bags-swiper {
    padding: 50px 15px 0;
  }
}
.bags-section .bags-swiper .swiper-wrapper {
  align-items: stretch;
}
.bags-section .bags-swiper .swiper-slide {
  height: auto;
}
.bags-section .bags-swiper .swiper-button-prev,
.bags-section .bags-swiper .swiper-button-next {
  color: #000000;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(2px);
}
.bags-section .bags-swiper .swiper-button-prev::after,
.bags-section .bags-swiper .swiper-button-next::after {
  font-size: 18px;
  font-weight: 700;
}
.bags-section .bags-swiper .swiper-pagination {
  position: relative;
  margin-top: 16px;
}
.bags-section .bags-swiper .swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0.25);
  opacity: 1;
}
.bags-section .bags-swiper .swiper-pagination-bullet-active {
  background: #4251DE;
}
.bags-section .bags-swiper .swiper-button-next,
.bags-section .bags-swiper .swiper-button-prev {
  background-color: #000000;
  color: #ffffff;
}

/* Bags Card */
.bags-card {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.04);
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  width: 100%;
  text-align: center;
  max-width: 400px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  /* Specific price badge styling for bags */
}
.bags-card__img {
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.bags-card__img img {
  max-width: 200px;
  max-height: 120px;
  width: auto;
  height: auto;
}
.bags-card__title {
  font-weight: 600;
  font-family: "Unbounded", "Inter", "Roboto", system-ui, -apple-system, sans-serif;
  color: #4251DE;
  margin: 8px 0 4px;
  font-size: 1rem;
  letter-spacing: 0.02em;
}
.bags-card__subtitle {
  font-family: "Nunito Sans", "Nunito", system-ui, -apple-system, sans-serif;
  font-size: 0.9rem;
  color: #6c757d;
  margin-bottom: 12px;
  min-height: 40px;
}
.bags-card__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}
.bags-card__list .txt {
  color: #000000;
  font-size: 0.95rem;
  width: 100%;
  max-width: 260px;
  margin: 6px auto;
}
.bags-card .price-badge {
  display: inline-block;
  background: #D6FF6C;
  color: #000000;
  padding: 8px 14px;
  border-radius: 8px;
  font-weight: 800;
  font-family: "Nunito Sans", "Nunito", system-ui, -apple-system, sans-serif;
  font-size: 1.25rem;
}

@media (min-width: 1200px) {
  .bags-section .bags-swiper .swiper-button-prev,
  .bags-section .bags-swiper .swiper-button-next,
  .bags-section .bags-swiper .swiper-pagination {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .bags-section {
    padding: 60px 0;
  }
  .bags-section .bags-swiper {
    padding: 50px 50px 0;
  }
}
@media (max-width: 767.98px) {
  .bags-section {
    padding: 48px 0;
  }
  .bags-section .bags-swiper {
    padding: 50px 0 0 !important;
  }
  .bags-heading {
    font-size: 1.75rem;
    margin: 0 0 20px;
  }
  .bags-card {
    max-width: 450px;
    margin: 0 auto;
  }
  .bags-card__img {
    height: 120px;
  }
}
@media (max-width: 467.98px) {
  .bags-section .bags-swiper .bags-card {
    max-width: 350px;
  }
}
/* Clothing Section */
.clothing-section {
  position: relative;
  padding: 100px 0;
  background: transparent;
  margin-top: 300px;
  /* Desktop cards layout */
  /* Background decorative elements */
}
.clothing-section .container-fluid {
  position: relative;
  z-index: 10;
}
.clothing-section .container-fluid .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 100px;
}
@media (max-width: 1200px) {
  .clothing-section .container-fluid .row {
    padding: 0 50px;
  }
}
@media (max-width: 991.98px) {
  .clothing-section .container-fluid .row {
    padding: 0 25px;
  }
}
@media (max-width: 767.98px) {
  .clothing-section .container-fluid .row {
    padding: 0 15px;
  }
}
.clothing-section .clothing-content {
  padding-right: 50px;
  position: relative;
  z-index: 10;
}
.clothing-section .clothing-content .clothing-heading {
  font-family: "Unbounded", "Inter", "Roboto", system-ui, -apple-system, sans-serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.2;
  color: #000000;
  margin: 0 0 24px;
  width: 100%;
  max-width: 459px;
}
.clothing-section .clothing-content .clothing-description {
  font-family: "Nunito Sans", "Nunito", system-ui, -apple-system, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #6c757d;
  margin: 0;
  width: 100%;
  max-width: 703px;
}
.clothing-section .clothing-cards-desktop {
  display: none;
  gap: 20px;
  position: relative;
  z-index: 10;
  align-items: stretch;
}
.clothing-section .clothing-swiper {
  display: none;
  padding: 0;
  position: relative;
  /* Nav/Pagination visible on mobile, hidden on lg+ */
}
.clothing-section .clothing-swiper .swiper-wrapper {
  align-items: stretch;
}
.clothing-section .clothing-swiper .swiper-slide {
  height: auto;
}
.clothing-section .clothing-swiper .swiper-button-prev,
.clothing-section .clothing-swiper .swiper-button-next {
  color: #000000;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(2px);
}
.clothing-section .clothing-swiper .swiper-button-prev::after,
.clothing-section .clothing-swiper .swiper-button-next::after {
  font-size: 18px;
  font-weight: 700;
}
.clothing-section .clothing-swiper .swiper-pagination {
  position: relative;
  margin-top: 16px;
}
.clothing-section .clothing-swiper .swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0.25);
  opacity: 1;
}
.clothing-section .clothing-swiper .swiper-pagination-bullet-active {
  background: #4251DE;
}
.clothing-section .clothing-swiper .swiper-button-next,
.clothing-section .clothing-swiper .swiper-button-prev {
  background-color: #000000;
  color: #ffffff;
}
.clothing-section::before {
  content: "";
  position: absolute;
  top: -360px;
  left: 360px;
  right: 0;
  bottom: 0;
  background: url("/assets/svg/asset_07.svg") no-repeat;
  background-size: 268px;
  background-position: center;
  z-index: 1;
  pointer-events: none;
}

/* 1) Стоп переходов ширины/высоты у слайдера — частая причина дерганья */
.clothing-swiper,
.clothing-swiper .swiper-wrapper,
.clothing-swiper .swiper-slide {
  transition: none !important;
}

/* 2) Box-sizing, чтобы бордеры/паддинги не «раздували» вычисления */
.clothing-section *,
.clothing-section *::before,
.clothing-section *::after {
  box-sizing: border-box;
}

/* 3) Карточка — базово как было, НО без flex:1 глобально */
.clothing-card {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.04);
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  width: 100%;
  text-align: center;
  max-width: 600px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  flex: 1;
  height: auto;
  /* Specific price badge styling for clothing */
}
.clothing-card__title {
  font-weight: 800;
  font-family: "Unbounded", "Inter", "Roboto", system-ui, -apple-system, sans-serif;
  color: #4251DE;
  margin: 0 0 8px;
  font-size: 1.1rem;
  letter-spacing: 0.02em;
}
.clothing-card__material {
  font-family: "Nunito Sans", "Nunito", system-ui, -apple-system, sans-serif;
  font-size: 0.9rem;
  color: #6c757d;
  margin-bottom: 20px;
}
.clothing-card__list {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
  display: grid;
  gap: 16px;
}
.clothing-card__list .txt {
  color: #000000;
  font-size: 0.9rem;
  width: 100%;
  max-width: 280px;
  margin: 8px auto 0;
  line-height: 1.4;
}
.clothing-card__note {
  font-size: 0.8rem;
  color: #6c757d;
  padding-top: 16px;
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  margin-top: auto;
}
.clothing-card .price-badge {
  display: inline-block;
  background: #D6FF6C;
  color: #000000;
  padding: 8px 14px;
  border-radius: 8px;
  font-weight: 800;
  font-family: "Nunito Sans", "Nunito", system-ui, -apple-system, sans-serif;
  font-size: 0.9rem;
}

/* 4) Десктопный грид — тут как раз можно ограничить ширину и дать flex:1 */
/* 5) Слайды на мобайле занимают всю ширину контейнера, карточка центрируется */
.clothing-swiper .swiper-slide {
  width: 100% !important;
  display: flex;
  justify-content: center;
}

/* 6) Внутри слайдера убираем растяжение карточки по флексу */
.clothing-swiper .clothing-card {
  flex: none;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}

/* 7) На очень маленьких экранах — уже карточка, но всё ещё без влияния на ширину слайда */
@media (max-width: 467.98px) {
  .clothing-swiper .clothing-card {
    max-width: 450px;
  }
}
/* 8) Существующие брейкпоинты — без конфликтующих max-width на .clothing-card */
@media (min-width: 1200px) {
  .clothing-section .clothing-cards-desktop {
    display: flex !important;
  }
  .clothing-section .clothing-swiper {
    display: none !important;
  }
}
@media (max-width: 1199.98px) {
  .clothing-section {
    padding: 80px 0;
    margin-top: 100px;
  }
  .clothing-section .row {
    padding: 0 50px !important;
  }
  .clothing-section .clothing-cards-desktop {
    display: none !important;
  }
  .clothing-section .clothing-swiper {
    display: block !important;
  }
}
@media (max-width: 991.98px) {
  .clothing-section {
    padding: 60px 0;
  }
  .clothing-section::before {
    left: 170px;
    top: -250px;
    background-size: 200px;
  }
  .clothing-section .clothing-content {
    padding-right: 0;
    margin-bottom: 140px;
    text-align: left;
  }
  .clothing-section .row {
    padding: 0 25px !important;
  }
}
@media (max-width: 767.98px) {
  .clothing-section {
    padding: 48px 0;
  }
  .clothing-section .row {
    flex-direction: column;
    padding: 0 15px;
  }
  .clothing-section .clothing-content .clothing-heading {
    font-size: 1.75rem;
    margin: 0 0 20px;
  }
  .clothing-section .clothing-content .clothing-description {
    font-size: 0.95rem;
  }
}
/* Bags Section (slider similar to footwear) */
.price-section {
  position: relative;
  padding: 100px 0;
  background: transparent;
  margin-top: 300px;
}
@media (max-width: 1200px) {
  .price-section {
    padding: 80px 0;
  }
}
@media (max-width: 991.98px) {
  .price-section {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .price-section {
    padding: 48px 0;
  }
}
.price-section::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -300px;
  bottom: -200px;
  right: 0;
  left: -400px;
  background: url("/assets/svg/asset_08.svg");
  background-size: 2800px;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
  .price-section::before {
    top: -200px;
    bottom: -200px;
    background-size: 1600px;
    left: -400px;
  }
}
.price-section .container-fluid {
  position: relative;
  padding: 0;
  z-index: 10;
  background-color: #171717;
}
.price-section .container-fluid .row {
  padding: 50px 100px;
  background-image: url("/assets/svg/asset_09.svg");
  background-repeat: no-repeat;
  background-position: 140%;
  background-size: 60%;
}
@media (max-width: 1199.98px) {
  .price-section .container-fluid .row {
    padding: 50px 50px;
  }
}
@media (max-width: 991.98px) {
  .price-section .container-fluid .row {
    padding: 50px 25px;
  }
}
@media (max-width: 767.98px) {
  .price-section .container-fluid .row {
    padding: 50px 15px;
  }
}
@media (max-width: 575.98px) {
  .price-section .container-fluid .row {
    padding: 25px 15px;
  }
}
.price-section .container-fluid .row .price-heading {
  font-family: "Unbounded", "Inter", "Roboto", system-ui, -apple-system, sans-serif;
  font-weight: 600;
  font-size: 2.25rem;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.02em;
  color: #ffffff;
  margin: 0 0 18px;
}
.price-section .container-fluid .row .price-description {
  font-family: "Nunito Sans", "Nunito", system-ui, -apple-system, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #ffffff;
  margin: 0;
  width: 100%;
  max-width: 703px;
  text-align: center;
  margin: 0 auto;
}
.price-section .container-fluid .row .price-list {
  list-style: none;
  counter-reset: my-counter;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(620px, 1fr));
  gap: 12px 24px;
  padding-left: 0;
  margin: 0;
  width: 100%;
  padding: 25px 0;
}
@media (max-width: 767.98px) {
  .price-section .container-fluid .row .price-list {
    display: none !important;
  }
}
.price-section .container-fluid .row .price-list li {
  counter-increment: my-counter;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #333333;
  /* чуть светлее чем фон */
  border-radius: 8px;
  padding: 12px 20px;
  position: relative;
  font-family: "Nunito Sans", "Nunito", system-ui, -apple-system, sans-serif;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.2s ease-in;
}
.price-section .container-fluid .row .price-list li:hover {
  background: rgba(51, 51, 51, 0.5803921569);
}
.price-section .container-fluid .row .price-list li::before {
  content: counter(my-counter, decimal-leading-zero);
  font-weight: 400;
  font-family: "Unbounded", "Inter", "Roboto", system-ui, -apple-system, sans-serif;
  font-size: 1.35rem;
  color: #ffffff;
  border-radius: 6px;
  padding: 4px 8px;
  margin-right: 12px;
  width: 50px;
}
@media (max-width: 767.98px) {
  .price-section .container-fluid .row .price-list li {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }
  .price-section .container-fluid .row .price-list li::before {
    margin-right: 0;
  }
  .price-section .container-fluid .row .price-list li .title {
    font-size: 1rem;
  }
  .price-section .container-fluid .row .price-list li .price {
    font-size: 1rem;
  }
  .price-section .container-fluid .row .price-list li:hover {
    background: rgba(51, 51, 51, 0.5803921569);
  }
  .price-section .container-fluid .row .price-list li::before {
    content: counter(my-counter, decimal-leading-zero);
    font-weight: 400;
    font-family: "Unbounded", "Inter", "Roboto", system-ui, -apple-system, sans-serif;
    font-size: 1.35rem;
    color: #ffffff;
    border-radius: 6px;
    padding: 4px 8px;
    margin-right: 12px;
    width: 50px;
  }
}
.price-section .container-fluid .row .price-list li .title {
  flex: 1;
  margin-left: 18px;
  font-size: 1.1rem;
  font-family: "Nunito Sans", "Nunito", system-ui, -apple-system, sans-serif;
}
.price-section .container-fluid .row .price-list li .price {
  white-space: nowrap;
  font-size: 1.1rem;
  font-weight: 600;
  margin-left: 12px;
  font-family: "Nunito Sans", "Nunito", system-ui, -apple-system, sans-serif;
}
@media (max-width: 767.98px) {
  .price-section .container-fluid .row .price-list .desktop-price-list {
    display: none !important;
  }
  .price-section .container-fluid .row .price-list .mobile-price-button-wrapper {
    display: block !important;
  }
}
.price-section .container-fluid .row .mobile-price-button-wrapper {
  display: none;
  margin: 30px 0;
}
@media (max-width: 767.98px) {
  .price-section .container-fluid .row .mobile-price-button-wrapper {
    display: block !important;
  }
}
.price-section .container-fluid .row .mobile-price-button-wrapper .mobile-price-button {
  width: 100%;
  background: #333333;
  border: none;
  border-radius: 24px;
  padding: 26px 24px;
  color: #ffffff;
  font-family: "Nunito Sans", "Nunito", system-ui, -apple-system, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.price-section .container-fluid .row .mobile-price-button-wrapper .mobile-price-button:hover {
  background: rgba(51, 51, 51, 0.5803921569);
  transform: translateY(-2px);
}
.price-section .container-fluid .row .mobile-price-button-wrapper .mobile-price-button .button-text {
  flex: 1;
  text-align: left;
}
.price-section .container-fluid .row .mobile-price-button-wrapper .mobile-price-button .chevron-icon {
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
.price-section .container-fluid .row .mobile-price-button-wrapper .mobile-price-button.active {
  background: rgba(51, 51, 51, 0.5803921569);
}
.price-section .container-fluid .row .mobile-price-button-wrapper .mobile-price-button.active .chevron-icon {
  transform: rotate(180deg);
}

.address-list {
  display: flex !important;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 16px;
  margin-top: 24px;
  /* Принудительное скрытие для мобильного аккордеона */
}
.address-list.mobile-content[style*="display: none"] {
  display: none !important;
}
.address-list.mobile-content[style*="visibility: hidden"] {
  visibility: hidden !important;
}

.address-link {
  display: inline-block;
  padding: 16px 24px;
  border: 1px solid #333333;
  border-radius: 24px;
  background-color: transparent;
  color: #333333;
  text-decoration: none;
  font-family: "Nunito Sans", "Nunito", system-ui, -apple-system, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  transition: all 0.3s ease;
}
.address-link:hover {
  background: #333333;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.working-hours {
  padding-top: 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  /* Принудительное скрытие для мобильного аккордеона */
}
.working-hours p {
  font-family: "Nunito Sans", "Nunito", system-ui, -apple-system, sans-serif;
  font-size: 1rem;
  color: #6c757d;
  margin: 0;
  line-height: 1.4;
}
.working-hours.mobile-content[style*="display: none"] {
  display: none !important;
}
.working-hours.mobile-content[style*="visibility: hidden"] {
  visibility: hidden !important;
}

/* Responsive Design for Locations */
@media (max-width: 1199.98px) {
  .locations-section .container-fluid .row {
    padding: 50px 50px;
  }
}
@media (max-width: 767.98px) {
  .locations-section .address-list {
    margin-top: 0;
  }
  .locations-section .locations-container {
    margin: 25px auto;
  }
  .locations-section .container-fluid .row {
    padding: 40px 20px !important;
  }
  .locations-section .container-fluid .row .locations-heading {
    font-size: 1.75rem;
    margin-bottom: 30px;
    text-align: left;
  }
  .location-item {
    padding: 20px 24px;
    /* Показываем мобильную кнопку */
  }
  .location-item .location-title {
    font-size: 1.25rem;
    margin-bottom: 16px;
  }
  .location-item .location-text {
    font-size: 1.15rem;
  }
  .location-item .mobile-toggle {
    display: flex !important;
  }
  .address-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .address-link {
    padding: 14px 20px;
    font-size: 0.95rem;
    display: block;
    text-align: center;
  }
  .working-hours {
    padding-top: 20px;
  }
  .working-hours p {
    font-size: 0.95rem;
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .locations-section .container-fluid .row {
    padding: 30px 15px;
  }
  .location-item {
    padding: 16px 20px;
  }
  .location-item .location-title {
    font-size: 1.1rem;
  }
  .address-link {
    padding: 12px 16px;
    font-size: 0.9rem;
  }
}
/* more_option Section */
.more_option-section {
  position: relative;
  padding: 100px 0;
  background: transparent;
  margin-top: 200px;
  /* Swiper container */
}
@media (max-width: 1200px) {
  .more_option-section {
    padding: 80px 0;
  }
}
@media (max-width: 991.98px) {
  .more_option-section {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .more_option-section {
    padding: 48px 0;
  }
}
.more_option-section .container-fluid {
  position: relative;
}
.more_option-section .container-fluid .row {
  padding: 0 100px;
}
@media (max-width: 1200px) {
  .more_option-section .container-fluid .row {
    padding: 0 50px;
  }
}
@media (max-width: 991.98px) {
  .more_option-section .container-fluid .row {
    padding: 0 25px;
  }
}
@media (max-width: 767.98px) {
  .more_option-section .container-fluid .row {
    padding: 0 15px;
  }
}
.more_option-section .container-fluid .row .blue-blocks {
  margin-top: 32px;
  display: flex;
  align-items: stretch;
  gap: 20px 32px;
}
.more_option-section .container-fluid .row .blue-blocks .block {
  height: auto;
  border-radius: 16px;
  background-color: #4251DE;
  padding: 40px 20px;
  width: 50%;
  background-image: url("/assets/svg/asset_012.svg");
  background-repeat: no-repeat;
  background-position: 100%;
}
.more_option-section .container-fluid .row .blue-blocks .block .heading {
  display: flex;
  align-items: center;
  gap: 10px;
}
.more_option-section .container-fluid .row .blue-blocks .block .heading .svg-icon {
  margin-top: 6px;
}
.more_option-section .container-fluid .row .blue-blocks .block .heading span {
  color: #ffffff;
  font-family: "Unbounded", "Inter", "Roboto", system-ui, -apple-system, sans-serif;
  font-size: 1.35rem;
  font-weight: 600;
}
.more_option-section .container-fluid .row .blue-blocks .block p {
  margin-top: 20px;
  font-size: 1rem;
  color: #ffffff;
  font-family: "Nunito Sans", "Nunito", system-ui, -apple-system, sans-serif;
}
@media (max-width: 1200px) {
  .more_option-section .container-fluid .row .blue-blocks {
    flex-direction: column;
  }
  .more_option-section .container-fluid .row .blue-blocks .block {
    width: 100%;
  }
}
.more_option-section .more_option-heading {
  font-family: "Unbounded", "Inter", "Roboto", system-ui, -apple-system, sans-serif;
  font-weight: 600;
  font-size: 2.25rem;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.02em;
  color: #000000;
  margin: 0 0 28px;
  text-transform: uppercase;
}
.more_option-section .more_option-swiper {
  /* Nav/Pagination visible on mobile, hidden on lg+ */
}
.more_option-section .more_option-swiper .swiper-wrapper {
  align-items: stretch;
}
.more_option-section .more_option-swiper .swiper-slide {
  height: auto;
}
.more_option-section .more_option-swiper .swiper-button-prev,
.more_option-section .more_option-swiper .swiper-button-next {
  color: #000000;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(2px);
}
.more_option-section .more_option-swiper .swiper-button-prev::after,
.more_option-section .more_option-swiper .swiper-button-next::after {
  font-size: 18px;
  font-weight: 700;
}
.more_option-section .more_option-swiper .swiper-pagination {
  position: relative;
  margin-top: 16px;
}
.more_option-section .more_option-swiper .swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0.25);
  opacity: 1;
}
.more_option-section .more_option-swiper .swiper-pagination-bullet-active {
  background: #4251DE;
}
.more_option-section .more_option-swiper .swiper-button-next,
.more_option-section .more_option-swiper .swiper-button-prev {
  background-color: #000000;
  color: #ffffff;
}

/* Card */
.more_option-card {
  background: #F2F2F2;
  border-radius: 16px;
  padding: 14px 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  width: 100%;
  text-align: left;
  max-width: 400px;
  padding-top: 40px;
}
.more_option-card__title h1 {
  font-weight: 800;
  font-family: "Unbounded", "Inter", "Roboto", system-ui, -apple-system, sans-serif;
  color: #4251DE;
  margin: 0 0 2px;
  font-size: 1.25rem;
  letter-spacing: 0.02em;
  max-width: 330px;
}
.more_option-card__note {
  font-size: 1rem;
  color: #6c757d;
  padding-top: 16px;
  text-align: left;
  margin-bottom: 40px;
}
.more_option-card .price-badge {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: auto;
}

/* Grid behaviour on desktop */
@media (min-width: 1200px) {
  .more_option-section .more_option-swiper .swiper-button-prev,
  .more_option-section .more_option-swiper .swiper-button-next,
  .more_option-section .more_option-swiper .swiper-pagination {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .more_option-section {
    padding: 60px 0;
  }
  .more_option-section .container-fluid .row {
    padding: 0 50px !important;
  }
}
@media (max-width: 767.98px) {
  .more_option-section .container-fluid .row {
    padding: 0 !important;
  }
  .more_option-swiper .more_option-card {
    max-width: 450px;
    margin: 0 auto;
  }
  .more_option-section {
    padding: 48px 0;
  }
  .more_option-card__img {
    height: 120px;
  }
}
@media (max-width: 467.98px) {
  .more_option-swiper .more_option-card {
    max-width: 450px;
  }
}
.delivery-section {
  padding: 100px 0 50px;
  position: relative;
}
@media (max-width: 1200px) {
  .delivery-section {
    padding: 80px 0 40px;
  }
}
@media (max-width: 991.98px) {
  .delivery-section {
    padding: 60px 0 30px;
  }
}
@media (max-width: 767.98px) {
  .delivery-section {
    padding: 48px 0 20px;
  }
}
.delivery-section .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 0 100px;
}
@media (max-width: 1200px) {
  .delivery-section .row {
    padding: 0 50px;
  }
}
@media (max-width: 991.98px) {
  .delivery-section .row {
    padding: 0 25px;
  }
}
@media (max-width: 767.98px) {
  .delivery-section .row {
    padding: 0 15px;
  }
}
.delivery-section .row::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 242px;
  height: 100px;
  background: url("/assets/svg/asset_021.svg") no-repeat center center;
  background-size: 100%;
  z-index: 1;
}
@media (max-width: 1370px) {
  .delivery-section .row::before {
    top: -50px;
    left: unset;
    right: -50px;
    width: 175px;
    height: 120px;
  }
}
.delivery-section .row .delivery-text {
  flex: 1 1 400px;
  position: relative;
  z-index: 10;
}
@media (max-width: 1370px) {
  .delivery-section .row .delivery-text {
    margin-top: 60px;
  }
}
.delivery-section .row .delivery-text .delivery-title {
  font-family: "Unbounded", "Inter", "Roboto", system-ui, -apple-system, sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.2;
  color: #000;
  margin-bottom: 20px;
}
.delivery-section .row .delivery-text .delivery-description {
  font-family: "Nunito Sans", "Nunito", system-ui, -apple-system, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #6c757d;
  max-width: 500px;
  margin: 0;
}
.delivery-section .row .delivery-image {
  flex: 0 0 100px;
  text-align: center;
  position: absolute;
  left: 30%;
  bottom: -70px;
}
.delivery-section .row .delivery-image img {
  max-width: 320px;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media (max-width: 1370px) {
  .delivery-section .row .delivery-image {
    top: 240px;
    right: -50px;
    left: unset;
  }
  .delivery-section .row .delivery-image img {
    max-width: 200px;
  }
}
.delivery-section .row .delivery-tabs {
  flex: 1 1 700px;
  overflow: hidden;
  color: #ffffff;
  font-family: "Nunito Sans", "Nunito", system-ui, -apple-system, sans-serif;
  display: flex;
  flex-direction: column;
  /* аккордеон для мобильных */
}
.delivery-section .row .delivery-tabs .tab-nav {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #F9F9F9;
}
.delivery-section .row .delivery-tabs .tab-nav li {
  text-align: center;
  padding: 20px 40px 42px;
  width: 100%;
  max-width: 246px;
  font-weight: 600;
  cursor: pointer;
  background: unset;
  color: #171717;
  font-size: 20px;
  font-family: "Unbounded", "Inter", "Roboto", system-ui, -apple-system, sans-serif;
  font-weight: 500;
  position: relative;
  z-index: 10;
}
.delivery-section .row .delivery-tabs .tab-nav li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  background: #171717;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  transition: all 0.2s ease-in;
  z-index: -1;
}
.delivery-section .row .delivery-tabs .tab-nav li.active {
  color: #ffffff;
}
.delivery-section .row .delivery-tabs .tab-nav li.active:before {
  top: 0;
}
.delivery-section .row .delivery-tabs .tab-content {
  padding: 50px 50px;
  height: auto;
  min-height: 380px;
  width: 100%;
  background: #171717;
  border-radius: 24px;
  margin-top: -24px;
  position: relative;
  z-index: 10;
}
.delivery-section .row .delivery-tabs .tab-content .tab-pane {
  display: none;
}
.delivery-section .row .delivery-tabs .tab-content .tab-pane .accordion-header {
  display: none;
}
.delivery-section .row .delivery-tabs .tab-content .tab-pane.active {
  display: block;
}
.delivery-section .row .delivery-tabs .tab-content .tab-pane ol {
  list-style: decimal;
  padding-left: 20px;
  margin: 0;
}
.delivery-section .row .delivery-tabs .tab-content .tab-pane ol li {
  margin-bottom: 12px;
  line-height: 1.4;
  font-size: 22px;
  color: #ffffff;
  font-family: "Nunito Sans", "Nunito", system-ui, -apple-system, sans-serif;
}
@media (max-width: 767.98px) {
  .delivery-section .row .delivery-tabs .tab-nav {
    display: none;
  }
  .delivery-section .row .delivery-tabs .tab-content {
    background: none;
    border-radius: 0;
    padding: 0;
    margin-top: 0;
    min-height: auto;
    width: 100%;
  }
  .delivery-section .row .delivery-tabs .tab-content .tab-pane {
    display: block;
    margin-bottom: 12px;
    border-radius: 12px;
    background: #171717;
    overflow: hidden;
  }
  .delivery-section .row .delivery-tabs .tab-content .tab-pane .accordion-header {
    font-family: "Unbounded", "Inter", "Roboto", system-ui, -apple-system, sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #ffffff;
    padding: 16px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .delivery-section .row .delivery-tabs .tab-content .tab-pane .accordion-header svg {
    transition: transform 0.2s ease;
  }
  .delivery-section .row .delivery-tabs .tab-content .tab-pane .accordion-header.open svg {
    transform: rotate(90deg);
  }
  .delivery-section .row .delivery-tabs .tab-content .tab-pane .accordion-body {
    display: none;
    padding: 0 20px 20px;
  }
  .delivery-section .row .delivery-tabs .tab-content .tab-pane .accordion-body ol {
    padding-left: 20px;
  }
  .delivery-section .row .delivery-tabs .tab-content .tab-pane .accordion-body ol li {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 12px;
  }
  .delivery-section .row .delivery-tabs .tab-content .tab-pane.open .accordion-body {
    display: block;
  }
}
@media (max-width: 1370px) {
  .delivery-section .row .delivery-tabs {
    margin-top: 100px;
  }
}
@media (max-width: 1200px) {
  .delivery-section .row {
    padding: 0 50px;
  }
  .delivery-section .row .delivery-tabs .tab-content {
    width: 100%;
  }
  .delivery-section .row .delivery-tabs .tab-content .tab-pane ol li {
    font-size: 16px;
  }
  .delivery-section .row .delivery-tabs .tab-nav li {
    font-size: 14px;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 767.98px) {
  .delivery-section .row {
    padding: 0;
  }
}
@media (max-width: 467.98px) {
  .delivery-section .row .delivery-tabs .tab-content {
    min-height: auto;
  }
  .delivery-section .row .delivery-tabs .tab-nav li {
    font-size: 12px;
    padding: 16px 20px 40px;
    width: -moz-fit-content;
    width: fit-content;
  }
}

/* Locations Section */
.locations-section {
  position: relative;
  padding: 100px 0;
  background: transparent;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1200px) {
  .locations-section {
    padding: 80px 0;
  }
}
@media (max-width: 991.98px) {
  .locations-section {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .locations-section {
    padding: 48px 0;
  }
}
.locations-section::after {
  content: "";
  z-index: 1;
  background: url("/assets/svg/asset_016.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 270px;
  max-width: 2220px;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .locations-section::after {
    height: 100px;
  }
}
.locations-section .container-fluid {
  position: relative;
  padding: 0;
  z-index: 10;
  background-color: #171717;
}
.locations-section .container-fluid .row {
  padding: 80px 100px;
  background-image: url("/assets/svg/asset_09.svg");
  background-repeat: no-repeat;
  background-position: 140%;
  background-size: 60%;
}
@media (max-width: 1200px) {
  .locations-section .container-fluid .row {
    padding: 80px 50px;
  }
}
@media (max-width: 991.98px) {
  .locations-section .container-fluid .row {
    padding: 80px 25px;
  }
}
@media (max-width: 767.98px) {
  .locations-section .container-fluid .row {
    padding: 80px 15px;
  }
}
.locations-section .container-fluid .row .locations-heading {
  font-family: "Unbounded", "Inter", "Roboto", system-ui, -apple-system, sans-serif;
  font-weight: 500;
  font-size: 2.25rem;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.02em;
  color: #ffffff;
  margin: 0 0 40px;
  text-transform: uppercase;
}
@media (max-width: 1370px) {
  .locations-section .container-fluid .row .locations-heading {
    font-size: 1.25rem;
  }
}

.locations-container {
  margin: 60px auto;
}

.location-item {
  background: #ffffff;
  border-radius: 24px;
  margin-bottom: 12px;
  padding: 20px 32px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
}
.location-item:last-child {
  margin-bottom: 0;
}
.location-item .location-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
}
.location-item .location-text {
  font-family: "Unbounded", "Inter", "Roboto", system-ui, -apple-system, sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  color: #000000;
  margin: 0;
  flex: 1;
}
.location-item .location-toggle {
  display: none;
  /* По умолчанию скрываем кнопки */
  width: 56px;
  height: 57px;
  border: none;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.location-item .location-toggle svg {
  transition: transform 0.3s ease;
}
.location-item .location-toggle:hover {
  transform: scale(1.05);
}
.location-item .location-toggle.opened_svg svg {
  transform: rotate(45deg);
}
.location-item .location-answer {
  margin-top: 0;
  /* На десктопе контент сразу под заголовком */
  overflow: hidden;
  transition: max-height 0.3s ease;
}

/* Медиа-запрос для мобильной версии */
@media (max-width: 767.98px) {
  .location-item .location-question {
    cursor: pointer;
    /* Делаем кликабельным только на мобильных */
  }
  .location-item .location-question:hover {
    opacity: 0.8;
  }
  .location-item .location-toggle {
    display: flex !important;
    /* Показываем кнопки только на мобильных */
  }
  .location-item .location-answer {
    max-height: 0;
    margin-top: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease;
  }
  .location-item.active .location-answer {
    max-height: none;
    margin-top: 24px;
    /* Отступ только для активного элемента на мобильных */
    opacity: 1;
    transform: translateY(0);
  }
}
/* FAQ Section */
.faq-section {
  position: relative;
  padding: 100px 0;
  z-index: 10;
  margin-top: 40px;
}
.faq-section .container-fluid .row {
  padding: 0 100px;
}
@media (max-width: 1200px) {
  .faq-section .container-fluid .row {
    padding: 0 50px;
  }
}
@media (max-width: 991.98px) {
  .faq-section .container-fluid .row {
    padding: 0 25px;
  }
}
@media (max-width: 767.98px) {
  .faq-section .container-fluid .row {
    padding: 0 15px;
  }
}

.faq-heading {
  font-family: "Unbounded", "Inter", "Roboto", system-ui, -apple-system, sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.2;
  color: #000000;
  margin: 0 0 40px;
  text-transform: uppercase;
}

.faq-container {
  margin: 0 auto;
}

.faq-item {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  margin-bottom: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.faq-item:last-child {
  margin-bottom: 0;
}
.faq-item.active {
  border-color: #4251DE;
  box-shadow: 0 4px 20px rgba(66, 81, 222, 0.15);
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 32px;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.faq-question:hover {
  background: rgba(66, 81, 222, 0.02);
}

.question-text {
  font-family: "Unbounded", "Inter", "Roboto", system-ui, -apple-system, sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  color: #000000;
  margin: 0;
  line-height: 1.3;
}

.faq-toggle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.faq-toggle svg {
  transition: transform 0.3s ease;
}
.faq-toggle:hover {
  background: #4251DE;
  color: #ffffff;
  border-color: #4251DE;
  transform: scale(1.05);
}

.opened_svg {
  transform: rotate(45deg);
  fill: #4251DE;
}
.opened_svg rect {
  stroke: #ffffff;
}
.opened_svg path {
  fill: none;
  stroke: #ffffff;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 32px;
}
.faq-answer p {
  font-family: "Nunito Sans", "Nunito", system-ui, -apple-system, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #6c757d;
  margin: 0;
  padding-bottom: 24px;
}

/* FAQ Responsive Design */
@media (max-width: 767.98px) {
  .faq-section {
    padding: 80px 0;
    margin-top: 0;
  }
  .faq-section .container-fluid .row {
    padding: 0 20px;
  }
  .faq-heading {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .faq-question {
    padding: 20px 24px;
  }
  .faq-question .question-text {
    font-size: 1.25rem;
  }
  .faq-toggle {
    width: 40px;
    height: 40px;
  }
  .faq-answer {
    padding: 0 24px;
  }
  .faq-answer p {
    font-size: 0.95rem;
    padding-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .faq-section {
    padding: 60px 0;
  }
  .faq-section .container-fluid .row {
    padding: 0;
  }
  .faq-heading {
    font-size: 1.75rem;
    margin-bottom: 25px;
  }
  .faq-question {
    padding: 16px 20px;
  }
  .faq-question .question-text {
    font-size: 1rem;
  }
  .faq-answer {
    padding: 0 20px;
  }
  .faq-answer p {
    font-size: 0.9rem;
    padding-bottom: 16px;
  }
}
.contacts-section {
  position: relative;
  padding: 100px 0 120px;
}
.contacts-section .container-fluid .row {
  padding: 0 100px;
  gap: 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.contacts-section .container-fluid .row .col-lg-6 {
  width: 100%;
}
@media (max-width: 1200px) {
  .contacts-section .container-fluid .row {
    padding: 0 50px;
    gap: 40px;
  }
}
@media (max-width: 991.98px) {
  .contacts-section .container-fluid .row {
    padding: 0 25px;
  }
}
@media (max-width: 767.98px) {
  .contacts-section .container-fluid .row {
    padding: 0 15px;
    gap: 30px;
    flex-direction: column;
  }
}

.contacts-illustration {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  z-index: 1;
}
.contacts-illustration .letter-c {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}
@media (max-width: 767.98px) {
  .contacts-illustration .letter-c {
    max-width: 80%;
  }
}

.contacts-content {
  display: flex;
  flex-direction: column;
  gap: 22px;
  width: 100%;
}
.contacts-content .contacts-heading {
  font-family: "Unbounded", "Inter", "Roboto", system-ui, -apple-system, sans-serif;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1.2;
  color: #000000;
  margin: 0;
  letter-spacing: -0.02em;
}
.contacts-content .contacts-description {
  font-family: "Nunito Sans", "Nunito", system-ui, -apple-system, sans-serif;
  font-size: 1.1rem;
  line-height: 1.2;
  color: #6c757d;
  margin: 0;
  max-width: 500px;
  margin-bottom: 20px;
}
.contacts-content .contact-info {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.contacts-content .contact-info .contact-group {
  display: flex;
  justify-content: space-between;
}
.contacts-content .contact-info .contact-group .contact-group-title {
  font-family: "Nunito Sans", "Nunito", system-ui, -apple-system, sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  color: #000000;
  margin: 0 0 12px;
}
.contacts-content .contact-info .contact-group .contact-flex {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contacts-content .contact-info .contact-group .contact-item {
  margin-bottom: 8px;
}
.contacts-content .contact-info .contact-group .contact-item:last-child {
  margin-bottom: 0;
}
.contacts-content .contact-info .contact-group .contact-item .contact-text {
  font-family: "Nunito Sans", "Nunito", system-ui, -apple-system, sans-serif;
  font-size: 1.25rem;
  color: #000000;
  line-height: 1.4;
  font-weight: 500;
}
.contacts-content .contacts-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.contacts-content .contacts-actions .courier-button-wrapper {
  align-self: flex-start;
}
.contacts-content .contacts-actions .social-buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.contacts-content .contacts-actions .social-buttons .btn-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border: 1px solid #000000;
  border-radius: 50px;
  color: #000000;
  font-family: "Nunito Sans", "Nunito", system-ui, -apple-system, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  min-width: 120px;
}
.contacts-content .contacts-actions .social-buttons .btn-social:hover {
  background: #4251DE;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 20px rgba(43, 87, 230, 0.2);
  border-color: #4251DE;
}
.contacts-content .contacts-actions .social-buttons .btn-social span {
  white-space: nowrap;
}

@media (max-width: 1199.98px) {
  .contacts-section {
    padding: 80px 0;
  }
  .contacts-section .contacts-content .contacts-heading {
    font-size: 2.25rem;
  }
  .contacts-section .contacts-content .contacts-description {
    font-size: 1rem;
  }
}
@media (max-width: 991.98px) {
  .contacts-section {
    padding: 60px 0;
  }
  .contacts-section .col-lg-6:nth-child(1) {
    display: none;
  }
  .contacts-section .container-fluid .row {
    max-width: unset;
  }
  .contacts-section .contacts-content {
    gap: 28px;
  }
  .contacts-section .contacts-content .contacts-heading {
    font-size: 2rem;
  }
  .contacts-section .contacts-content .contact-info {
    gap: 20px;
  }
  .contacts-section .contacts-content .contact-info .contact-group .contact-group-title {
    font-size: 1rem;
  }
  .contacts-section .contacts-content .contact-info .contact-group .contact-item .contact-text {
    font-size: 0.95rem;
  }
  .contacts-section .contacts-content .contacts-actions {
    gap: 20px;
  }
  .contacts-section .contacts-content .contacts-actions .social-buttons {
    gap: 12px;
  }
  .contacts-section .contacts-content .contacts-actions .social-buttons .btn-social {
    padding: 10px 20px;
    font-size: 0.95rem;
    min-width: 100px;
  }
}
@media (max-width: 767.98px) {
  .contacts-section {
    padding: 48px 0;
  }
  .contacts-section .container-fluid .row {
    flex-direction: column;
    gap: 30px;
  }
  .contacts-section .contacts-illustration {
    display: none;
  }
  .contacts-section .contacts-content {
    text-align: left;
    gap: 24px;
  }
  .contacts-section .contacts-content .contacts-heading {
    font-size: 1.75rem;
    text-align: left;
  }
  .contacts-section .contacts-content .contacts-description {
    font-size: 0.95rem;
    margin: 0;
    text-align: left;
  }
  .contacts-section .contacts-content .contact-info {
    gap: 18px;
  }
  .contacts-section .contacts-content .contact-info .contact-group {
    flex-direction: column;
  }
  .contacts-section .contacts-content .contact-info .contact-group .contact-group-title {
    font-size: 0.95rem;
    text-align: left;
  }
  .contacts-section .contacts-content .contact-info .contact-group .contact-flex {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .contacts-section .contacts-content .contact-info .contact-group .contact-item .contact-text {
    font-size: 0.9rem;
    text-align: left;
  }
  .contacts-section .contacts-content .contacts-actions {
    align-items: stretch;
    gap: 14px;
    flex-direction: column-reverse;
    align-items: start;
    justify-content: start;
  }
  .contacts-section .contacts-content .contacts-actions .courier-button-wrapper {
    align-self: stretch;
    width: 100%;
    justify-content: left;
  }
  .contacts-section .contacts-content .contacts-actions .courier-button-wrapper .btn-courier {
    width: 100%;
    justify-content: left;
  }
  .contacts-section .contacts-content .contacts-actions .social-buttons {
    justify-content: center;
    gap: 10px;
  }
  .contacts-section .contacts-content .contacts-actions .social-buttons .btn-social {
    padding: 8px 16px;
    font-size: 0.9rem;
    min-width: 90px;
  }
}
@media (max-width: 575.98px) {
  .contacts-section {
    padding: 40px 0;
  }
  .contacts-section .container-fluid .row {
    padding: 0 15px;
  }
  .contacts-section .contacts-content {
    gap: 20px;
  }
  .contacts-section .contacts-content .contacts-heading {
    font-size: 1.5rem;
  }
  .contacts-section .contacts-content .contacts-description {
    font-size: 0.9rem;
  }
  .contacts-section .contacts-content .contact-info {
    gap: 16px;
  }
  .contacts-section .contacts-content .contact-info .contact-group .contact-group-title {
    font-size: 0.9rem;
  }
  .contacts-section .contacts-content .contact-info .contact-group .contact-item .contact-text {
    font-size: 0.85rem;
  }
  .contacts-section .contacts-content .contacts-actions {
    gap: 16px;
  }
  .contacts-section .contacts-content .contacts-actions .social-buttons {
    gap: 8px;
  }
  .contacts-section .contacts-content .contacts-actions .social-buttons .btn-social {
    padding: 6px 12px;
    font-size: 0.85rem;
    min-width: 80px;
  }
}
.footer {
  background: #000000;
  color: #ffffff;
  padding: 40px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .footer {
    padding: 30px 0;
  }
}
@media (max-width: 991.98px) {
  .footer {
    padding: 25px 0;
  }
}
@media (max-width: 767.98px) {
  .footer {
    padding: 20px 0;
  }
}
.footer .container-fluid .row {
  padding: 0 100px;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .footer .container-fluid .row {
    padding: 0 50px;
  }
}
@media (max-width: 991.98px) {
  .footer .container-fluid .row {
    padding: 0 25px;
  }
}
@media (max-width: 767.98px) {
  .footer .container-fluid .row {
    padding: 0 15px;
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
}
.footer .footer-logo .logo-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 767.98px) {
  .footer .footer-logo .logo-wrapper {
    flex-direction: column;
    gap: 12px;
  }
}
.footer .footer-logo .logo-wrapper .logo-icon {
  width: 112px;
  height: auto;
  flex-shrink: 0;
}
@media (max-width: 767.98px) {
  .footer .footer-logo .logo-wrapper .logo-icon {
    width: 40px;
    height: 40px;
  }
}
.footer .footer-logo .logo-wrapper .logo-text .company-name {
  font-family: "Unbounded", "Inter", "Roboto", system-ui, -apple-system, sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  color: #ffffff;
  margin: 0 0 4px;
  line-height: 1.2;
}
@media (max-width: 767.98px) {
  .footer .footer-logo .logo-wrapper .logo-text .company-name {
    font-size: 1.25rem;
  }
}
.footer .footer-logo .logo-wrapper .logo-text .company-tagline {
  font-family: "Nunito Sans", "Nunito", system-ui, -apple-system, sans-serif;
  font-size: 0.9rem;
  color: #ffffff;
  margin: 0;
  line-height: 1.3;
  opacity: 0.9;
}
@media (max-width: 767.98px) {
  .footer .footer-logo .logo-wrapper .logo-text .company-tagline {
    font-size: 0.85rem;
  }
}
.footer .footer-copyright {
  text-align: right;
}
@media (max-width: 767.98px) {
  .footer .footer-copyright {
    text-align: center;
  }
}
.footer .footer-copyright .copyright-text {
  font-family: "Nunito Sans", "Nunito", system-ui, -apple-system, sans-serif;
  font-size: 0.9rem;
  color: #ffffff;
  opacity: 0.8;
}

@media (min-width: 768px) {
  .contacts-section + .footer {
    margin-top: -80px;
    padding-top: 120px;
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 767.98px) {
  .contacts-section + .footer {
    margin-top: 0;
    padding-top: 40px;
  }
}
.mobile-price-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
@media (min-width: 768px) {
  .mobile-price-modal {
    display: none !important;
  }
}
.mobile-price-modal .modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(4px);
}
.mobile-price-modal .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 400px;
  max-height: 80vh;
  background: #171717;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}
.mobile-price-modal .modal-content .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  background: #333333;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-price-modal .modal-content .modal-header .modal-title {
  font-family: "Unbounded", "Inter", "Roboto", system-ui, -apple-system, sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  color: #ffffff;
  margin: 0;
  line-height: 1.2;
}
.mobile-price-modal .modal-content .modal-header .modal-close {
  width: 40px;
  height: 40px;
  border: none;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.mobile-price-modal .modal-content .modal-header .modal-close:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.1);
}
.mobile-price-modal .modal-content .modal-header .modal-close svg {
  width: 20px;
  height: 20px;
}
.mobile-price-modal .modal-content .modal-body {
  padding: 24px;
  max-height: calc(80vh - 100px);
  overflow-y: auto;
}
.mobile-price-modal .modal-content .modal-body::-webkit-scrollbar {
  width: 6px;
}
.mobile-price-modal .modal-content .modal-body::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
}
.mobile-price-modal .modal-content .modal-body::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 3px;
}
.mobile-price-modal .modal-content .modal-body::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.5);
}
.mobile-price-modal .modal-content .modal-body .mobile-price-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.mobile-price-modal .modal-content .modal-body .mobile-price-list .price-item {
  background: #333333;
  border-radius: 12px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  transition: all 0.3s ease;
}
.mobile-price-modal .modal-content .modal-body .mobile-price-list .price-item:hover {
  background: rgba(51, 51, 51, 0.5803921569);
  transform: translateY(-2px);
}
.mobile-price-modal .modal-content .modal-body .mobile-price-list .price-item .item-number {
  font-family: "Unbounded", "Inter", "Roboto", system-ui, -apple-system, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 8px 12px;
  min-width: 44px;
  text-align: center;
  flex-shrink: 0;
}
.mobile-price-modal .modal-content .modal-body .mobile-price-list .price-item .item-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.mobile-price-modal .modal-content .modal-body .mobile-price-list .price-item .item-content .item-title {
  font-family: "Nunito Sans", "Nunito", system-ui, -apple-system, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.3;
}
.mobile-price-modal .modal-content .modal-body .mobile-price-list .price-item .item-content .item-price {
  font-family: "Nunito Sans", "Nunito", system-ui, -apple-system, sans-serif;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
}
.mobile-price-modal.active {
  display: block !important;
  animation: modalFadeIn 0.3s ease-out;
}
.mobile-price-modal.active .modal-content {
  animation: modalSlideIn 0.3s ease-out;
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translate(-50%, -60%);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 480px) {
  .mobile-price-modal .modal-content {
    width: 95%;
    max-width: none;
  }
  .mobile-price-modal .modal-content .modal-header {
    padding: 16px 20px;
  }
  .mobile-price-modal .modal-content .modal-header .modal-title {
    font-size: 1.1rem;
  }
  .mobile-price-modal .modal-content .modal-header .modal-close {
    width: 36px;
    height: 36px;
  }
  .mobile-price-modal .modal-content .modal-body {
    padding: 20px;
  }
  .mobile-price-modal .modal-content .modal-body .mobile-price-list .price-item {
    padding: 14px 16px;
  }
  .mobile-price-modal .modal-content .modal-body .mobile-price-list .price-item .item-number {
    font-size: 1rem;
    min-width: 40px;
    padding: 6px 10px;
  }
  .mobile-price-modal .modal-content .modal-body .mobile-price-list .price-item .item-content .item-title {
    font-size: 0.95rem;
  }
  .mobile-price-modal .modal-content .modal-body .mobile-price-list .price-item .item-content .item-price {
    font-size: 0.85rem;
  }
}
