* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  height: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
}

@font-face {
  font-family: "Srbija Sans";
  src: url('../fonts/SrbijaSans.otf');
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Helvetica";
  src: url('../fonts/helvetica/Helvetica.ttf');
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'Karpaty';
  src: url('../fonts/KARPATYFont.ttf');
  font-style: normal;
  font-weight: 400;
}

header {
  display: flex;
  background: #C41F7B;
  justify-content: center;
  padding: 17px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.header-inner {
  width: 1500px !important;
}

.header-inner,
.hero-inner,
.ourServ-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1384px;
}

/* .heroPict {
 position: absolute;
 width: 100%;
 height: 100%;
}

.pictMob {
  display: none;
}

.heroPict {
  width: 100%;
}

.heroPictConfetti {
  position: absolute;
  left: 0;
  top: 0;
} */

.hero-inner {
  max-width: 1700px;
  width: 100%;
  padding: 0 20px;
  align-items: flex-start;
  justify-content: center;
}

.hero-content {
  position: relative;
  left: -5%;
  margin-top: 100px;
}

.header-block1 {
  display: flex;
  align-items: center;
  gap: 64px;
  width: 100%;
}

.header-nav__item {
  color: #FFF;
  font-family: "Srbija Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.header-nav-active {
  font-weight: 700 !important;
  color: #C41F7B !important;
}

.header-nav__list {
  display: flex;
  gap: 64px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.header-nav__item a,
.header-logo-txt {
  position: relative;
  text-decoration: none;
  color: #FFF;
  display: block;
  padding: 8px 0;
  width: fit-content;
}

.header-nav__item a::after,
.header-logo-txt::after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #FFF;
  transition: width 0.3s ease;
}

.header-nav__item a:hover::after,
.header-logo-txt:hover::after {
  width: 100%;
}

.cart-store {
  display: flex;
  align-items: center;
  border-radius: 16px;
}

.cart-icon {
  position: relative;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  transition: 0.3s;
}

.cart-icon:hover {
  transform: scale(1.1);
}

.cart-icon:active,
.store-btn:active {
  transform: scale(1) !important;
}

.logo-mobile {
  display: none;
}

.cart-icon .badge {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: #fff;
  color: #1C1C1C;
  font-size: 12px;
  line-height: 1;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #C41F7B;
  font-family: "Srbija Sans";
}

.divider {
  width: 1px;
  height: 55px;
  background-color: #d9d9d9;
  margin: 0 24px;
}

.store-btn {
  background-color: #fff;
  color: #E6007E;
  border: none;
  border-radius: 14px;
  padding: 16px 30px;
  font-size: 18px;
  cursor: pointer;
  flex-shrink: 0;
  font-family: "Srbija Sans";
  transition: 0.3s;
  text-decoration: none !important;
}

.store-btn:hover {
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
  transform: scale(1.05);
}

.hero {
  position: relative;
  display: flex;
  justify-content: center;
  height: 950px;
  padding-top: 239px;
  background: url('/../static/img/herobg.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

/* LEFT confetti */
.hero::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 267px;
  height: 888px;
  background: url("/../static/img/leftConfPC.webp") no-repeat center;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}

/* RIGHT boom */
.hero::after {
  content: "";
  position: absolute;
  right: 0;
  top: 70%;
  transform: translateY(-50%);
  width: 407px;
  height: 701px;
  background: url("/../static/img/rigthBoomPC.webp") no-repeat center;
  background-size: cover;
  z-index: 1;
  pointer-events: none;
}

.hero .container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 40px;
}

.hero-image svg {
  height: auto;
  flex-shrink: 0;
  width: 180px;
}

.highlight {
  position: relative;
  left: 75px;
}

.hero-content h1 .big {
  display: block;
  margin-top: 8px;
  /* відстань до першого рядка */
}

.hero-content h1 {
  margin-bottom: 12px;
  color: var(--Primary-Pink, #C41F7B);
  font-family: "Cormorant";
  font-size: 81px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

.hero-content h1 .highlight {
  font-weight: 700;
  display: block;
  width: fit-content;
  display: inline-block;
  margin-left: 120px;
  position: static;
}

.hero-content .subtitle {
  color: var(--Button-Primary-Light-Pink, #E147A3);
  font-family: Helvetica;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  /* 45px */
  margin: 12px 0 32px;
  width: 70%;
}

.hero-buttons a {
  border-radius: 25px;
}

.hero-buttons {
  display: flex;
  gap: 42px;
}

.btn,
.servBtn,
.btn-route {
  padding: 18px 45px;
  border-radius: 15px;
  font-size: 18px;
  text-decoration: none;
  text-align: center;
  align-items: center;
  transition: background-color 0.3s, color 0.3s;
  display: inline-block;
  cursor: pointer;
}

.btn.primary,
.servBtn,
.btn-route {
  font-family: Helvetica;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 30px */
  color: #fff;
  border: none;
  background: #C41F7B;
  transition: 0.3s;
}

.btn.primary:active,
.servBtn:active,
.btn-route:active,
.checkout-btn:active {
  background-color: #a3174a !important;
  transform: scale(1) !important;
}

.btn.primary:hover,
.servBtn:hover,
.btn-route:hover,
.btn.outline:hover,
.checkout-btn:hover {
  background-color: #E147A3;
  transform: scale(1.05);
}

.btn.outline:hover {
  color: white;
}

.btn.outline {
  background-color: transparent;
  border: 2px solid var(--Button-Primary-Pink, #C41F7B);
  color: var(--Primary-Pink, #C41F7B);
  text-align: center;
  font-family: Helvetica;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  transition: 0.3s;
}

.btn.outline:active,
.location-btn:active {
  background-color: #c2185b;
  color: #fff;
  transform: scale(1);
}

.location-btn:hover {
  background-color: #C41F7B;
  color: white;
}

.services {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 125px 0;
}

.services-inner {
  flex-direction: row;
}

.map-imageMob {
  display: none;
}

.services-main {
  display: grid;
  grid-template-columns: repeat(3, 438px);
  gap: 36px;
}

.services-block {
  background-color: #DBBED4;
  text-decoration: none;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s;
  cursor: pointer;
  overflow: hidden;
}

.services-block img {
  max-height: 320px;
  width: 100%;
}

.services-block:hover {
  background-color: #C41F7B;
}

.cakeimg {
  position: relative;
  left: -5px;
}

.ballonsimg {
  width: 306px;
  height: 278px;
}

.services-block h2 {
  padding-top: 38px;
  font-family: 'Karpaty';
  color: var(--Typography-White, #FFF);
  text-align: center;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
}

.ourServ-inner {
  flex-direction: column;
  gap: 120px;
  padding: 0 20px;
}

.ourServ {
  display: flex;
  justify-content: center;
  padding: 125px 0;
}

.ourServ-inner h2,
.section-title,
.photo-gallery__title {
  color: var(--Typography-Pink, #C41F7B);
  font-family: Helvetica;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  text-transform: uppercase;
}

.ourServ-main {
  display: flex;
  gap: 96px;
  align-items: center;
}

.ourServ-block-txt h3 {
  color: var(--Typography-Black, #1C1C1C);
  font-family: "Karpaty";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
}

.ourServ-block-txt {
  color: var(--Typography-Default-70, #555);
  font-family: Helvetica;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}

.ourServ-block-txt p {
  padding: 16px 0 36px;
}

.delivery-zones {
  margin: 0 auto;
  padding: 125px 69px;
  text-align: center;
  max-width: 1920px;
}

.map-wrapper {
  position: relative;
  width: 100%;
  /* height: 758px; */
  display: flex;
  margin: 125px 0 0;
}

.map-image {
  /* height: 758px; */
  margin-top: auto;
  width: 100%;
}

.locations-list {
  flex-wrap: wrap;
  justify-content: center;
  background-color: #C41F7B;
  gap: 12px;
  border-radius: 0px 0px 15px 15px;
  padding: 35px 20px;
  display: flex;
}

.location-btn {
  color: #C41F7B;
  border: 1px solid white;
  border-radius: 15px;
  padding: 18px 45px;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s;
  font-family: Helvetica;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  background-color: white;
  line-height: 125%;
  /* 30px */
}

.modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 1000;
  display: none;
  padding: 20px;
}

.modal.active {
  display: flex;
}

.modal-content {
  border-radius: 16px;
  overflow: hidden;
  max-width: 70%;
  width: 100%;
  position: relative;
  text-align: left;
  background: #fff;
}

.modal-close {
  top: 8px;
  z-index: 2;
  right: 12px;
  font-size: 24px;
  background: none;
  border: none;
  color: #666;
  cursor: pointer;
  position: absolute;
}

.modal-title,
.slide-location {
  color: var(--Typography-Pink, #C41F7B);
  text-align: center;
  font-family: "karpaty";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
  text-transform: uppercase;
  padding: 60px 0 49px;
}

.modal-body {
  padding: 0 60px;
}

.modal-body iframe,
.slide-body iframe {
  height: 500px;
  width: 100%;
  border-radius: 45px;
}

.modal-footer,
.slide-footer {
  justify-content: center;
  gap: 43px;
  align-items: center;
  display: flex;
  padding: 46px 0 60px;
}

.btn-route:hover {
  background-color: #a3174a;
}

.phone {
  font-family: Helvetica;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  color: #1C1C1C;
  line-height: 125%;
  /* 30px */
  transition: 0.3s;
}

.phone:hover {
  transform: scale(1.05);
}

.phone:active {
  transform: scale(1);
}

.photo-gallery {
  max-width: 1388px;
  margin: 125px auto;
  text-align: center;
}

.photo-gallery__grid {
  display: flex;
  gap: 16px;
  align-items: stretch;
  margin-top: 125px;
}

.photo-gallery__item img {
  max-width: 364px;
  height: 364px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

.photo-gallery__more {
  background-color: #C41F7B;
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 16px 12px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  width: 100%;
  text-decoration: none;
}

.photo-gallery__more svg {
  margin-bottom: 8px;
  width: 93px;
  height: 45px;
}

.photo-gallery__more:hover {
  background-color: #a3174a;
  transform: scale(1.05);
}

.photo-gallery__more:active {
  transform: scale(1);
}

.photo-gallery__more span {
  color: var(--Typography-White, #FFF);
  text-align: center;
  font-family: Helvetica;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 30px */
  width: 80%;
}

.reviews {
  position: relative;
  max-width: 1388px;
  margin: 125px auto;
  padding-bottom: 90px;
  /* місце для пагінації */
  padding-top: 125px;
  width: 90%;
}

.reviews-swiper {
  overflow: hidden;
}

.review-card {
  color: #fff;
  padding: 48px;
  border-radius: 12px;
  box-sizing: border-box;
  width: auto;
  /* Swiper автоматично визначить ширину */
  background: #C41F7B;
  height: auto !important;
}

.reviews-swiper .swiper-wrapper {
  transition-timing-function: ease-in-out !important;
}

.review-header {
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  border-bottom: 2px solid white;
  display: flex;
  padding-bottom: 16px;
}

/* .review-header img {
  height: 98px;
  border-radius: 50%;
  width: 98px;
  object-fit: cover;
} */

.review-avatar {
  width: 98px;
  height: 98px;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  font-size: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: sans-serif;
  text-transform: uppercase;
  flex-shrink: 0;
}

.review-time {
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 30px */
  margin-top: 10px;
}

.review-card hr {
  background: rgba(255, 255, 255, 0.5);
  height: 1px;
  margin: 8px 0;
  border: 0;
}

.review-name {
  font-family: Helvetica;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 40px */
}

.review-card p {
  font-family: Helvetica;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  /* 30px */
  margin: 0;
}

.reviews-pagination {
  bottom: 16px;
  right: 16px;
  display: flex;
  gap: 32px;
  position: absolute;
}

.review-btn {
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.2s;
  border: 0;
  background: none;
  width: 40px;
}

.review-btn svg {
  height: 45px;
  width: 58px;
}

.review-btn:hover {
  transform: scale(1.05);
}

.review-btn:active {
  transform: scale(1);
}

.footer {
  background-color: #ffffff;
  color: #1C1C1C;
  font-family: "Srbija Sans", sans-serif;
  border-top: 2px solid #1C1C1C;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  max-width: 1756px;
  margin: 0 auto;
  padding: 40px 40px;
  gap: 40px;
}

.footer-logo {
  display: inline-block;
}

.footer-logo img {
  width: 238px;
  height: 238px;
}

.footer-year {
  margin-top: 8px;
  font-weight: 700;
  color: #000;
  font-family: "Srbija Sans";
  font-size: 31px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}

.footer-social {
  display: flex;
  gap: 12px;
  margin-top: 12px;
}

.footer-social svg {
  height: 34px;
}

.social-icon {
  font-size: 20px;
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}

.social-icon:hover {
  transform: scale(1.05);
}

.social-icon:active {
  transform: scale(1);
}

.footer-col--nav {
  display: flex;
  justify-content: space-between;
  gap: 257px;
}

.footer-nav,
.footer-addresses {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-nav,
.footer-addresses {
  font-family: Helvetica;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer-addresses {
  align-items: flex-start;
}

.footer-nav li+li,
.footer-addresses li+li {
  margin-top: 12px;
}

.footer-nav a,
.footer-addresses a, .telFooter {
  text-decoration: none;
  position: relative;
  color: inherit;
  font-weight: 500;
}

.footer-nav a::after,
.footer-addresses a::after,
.footer-bottom a::after,
.telFooter::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 2px;
  width: 0;
  background-color: black;
  transition: width 0.3s ease;
}

.footer-nav a:hover::after,
.footer-addresses a:hover::after,
.footer-bottom a:hover::after,
.telFooter:hover::after {
  width: 100%;
}

.footer-col--contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 360px;
}

#callback-message {
  text-align: center;
}

.contact-title {
  margin-bottom: 16px;
  font-family: Helvetica;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  text-align: center;
}

.telFooter {
  margin: 16px auto 10px;
  width: fit-content;
  font-family: Helvetica;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  color: #1C1C1C;
  text-decoration: none;

  & {

  }
}

.contact-form {
  display: flex;
  align-items: center;
  position: relative;
}

#phone-input {
  flex: 1;
  padding: 12px 16px;
  height: 74px;
  border: none;
  border-radius: 24px;
  background-color: #DBBED4;
  color: #FFF !important;
  font-family: Helvetica;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  margin-bottom: 0;
}

.contact-form input::placeholder {
  color: white;
}

.contact-form button {
  width: 75px;
  height: 75px;
  border: none;
  border-radius: 50%;
  background-color: #C41F7B;
  color: #fff;
  cursor: pointer;
  position: absolute;
  right: -8px;
  transition: 0.2s;
}

.contact-form button svg {
  margin-top: 3px;
}

.contact-form button:hover {
  transform: scale(1.05);
}

.contact-form button:active {
  transform: scale(1);
}

.footer-bottom {
  border-top: 2px solid #1C1C1C;
  padding: 12px 20px;
  text-align: center;
  display: flex;
  gap: 50px;
  font-family: Helvetica;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  justify-content: center;
}

.footer-bottom .separator {
  margin: 0 8px;
  color: #888;
}

.footer-bottom a {
  text-decoration: none;
  position: relative;
  color: #1C1C1C;
}

/* ================= Pop-up “Зв’язатись з нами” ================= */
.modal-content--contact {
  max-width: 70%;
  /* Ширина модалки з каруселлю */
  padding: 0px 100px;
}

.modal-content--contact .modal-title {
  font-size: 48px;
  margin-bottom: 24px;
}

.contact-swiper {
  width: 100%;
  box-sizing: border-box;
}

.contact-swiper .swiper-slide {
  background: #fff;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.slide-body {
  width: 100%;
}

.contact-swiper-button {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  cursor: pointer;
  z-index: 10;
}

.contact-swiper-button.prev {
  left: 10px;
}

.contact-swiper-button.next {
  right: 10px;
}

.contact-swiper-pagination {
  text-align: center;
  margin-top: 16px;
  font-size: 14px;
  opacity: 0;
}

.modal-content--contact {
  transform: translateY(-20px);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.modal.active .modal-content--contact {
  transform: translateY(0);
  opacity: 1;
}

.H2All {
  font-family: Helvetica;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  text-transform: uppercase;
  color: var(--Button-Primary-Pink, #C41F7B);
  padding: 192px 0 116px;
  text-align: center;
}

.gallery {
  display: flex;
  justify-content: center;
  padding-bottom: 120px;
}

.gallery-inner {
  width: 100%;
  max-width: 1386px;
  padding: 0 40px;
  display: grid !important;
  justify-content: center !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 29px;
}

.gallery-item img {
  width: 100%;
  max-width: 442px;
  max-height: 442px;
  object-fit: cover;
  border-radius: 14px;
  cursor: pointer;
}

.gallery-popup-overlay {
  display: none;
  position: fixed;
  z-index: 1000;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.8);

  /* Центрування за допомогою Flexbox */
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-popup-content {
  max-width: 90%;
  max-height: 90%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.gallery-popup-close {
  position: fixed;
  top: 30px;
  right: 40px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1001;
}

body.gallery-popup-open {
  overflow: hidden;
}

.burger-menu {
  display: none;
}

header.open .header-logo,
header.open .cart-store {
  display: none;
}

header.open .burger-menu {
  display: block;
}

.header-logo,
.cart-store {
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.header-logo-block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.header-logo-txt {
  color: #FFF;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  display: none;
}

header.open .header-logo,
header.open .cart-store {
  opacity: 0;
  visibility: hidden;
}

.locations-list1 {
  display: none;
}

#toast-container {
  position: fixed;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.toast {
  padding: 12px 20px;
  background-color: white;
  color: black;
  border: 1px solid;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  font-family: sans-serif;
  font-size: 20px;
  min-width: 220px;
  text-align: center;
}

.toast.show {
  opacity: 1;
  transform: translateY(0);
}

.toast.hide {
  animation: slideOut 0.3s ease-out forwards;
}

.thank-you-content {
  font-family: Helvetica;
  font-size: 24px;
  font-weight: bold;
  line-height: 150%;
  text-transform: uppercase;
  padding: 0 20px;
}

.thank-you-section {
  text-align: center;
  padding-bottom: 80px;
}

.thank-you-content p:nth-of-type(2) {
  font-weight: 400;
  margin: 30px 0 40px;
  text-transform: none;
}

.mistake {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: url("/../static/img/bgpc.webp");
}

.mistake01 {
  position: relative;
}

.mistake0 img {
  max-width: 100%;
  padding: 0 70px;
}

.mistake0 h2 {
  color: #000;
  font-family: Montserrat;
  font-size: clamp(2.6875rem, 2.3529rem + 1.3725vw, 4rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.mistake0 h3 {
  color: #000;
  font-family: Montserrat;
  font-size: clamp(1.375rem, 1.2157rem + 0.6536vw, 2rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.h1Mob {
  display: none;
}

@keyframes slideIn {
  from {
    transform: translateX(-50%) translateY(-20px);
    opacity: 0;
  }

  to {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
  }
}

@keyframes slideOut {
  from {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
  }

  to {
    transform: translateX(-50%) translateY(-20px);
    opacity: 0;
  }
}

/* Масштаб 75% */
@media screen and (min-resolution: 72dpi) and (max-resolution: 76dpi) {
  body {
    zoom: 1.333;
  }
}

/* Масштаб 80% */
@media screen and (min-resolution: 76dpi) and (max-resolution: 86dpi) {
  body {
    zoom: 1.15;
    /* 1/0.8 */
  }
}

/* Масштаб 90% */
@media screen and (min-resolution: 86dpi) and (max-resolution: 95dpi) {
  body {
    zoom: 1.05;
  }
}

/* Масштаб 110% */
@media screen and (min-resolution: 105dpi) and (max-resolution: 115dpi),
screen and (-webkit-device-pixel-ratio: 1.1),
screen and (resolution: 1.1dppx) {
  body {
    zoom: 0.95;
    /* 1/1.1 */
  }

}

/* Масштаб 125% */
@media screen and (min-resolution: 120dpi) and (max-resolution: 140dpi) {
  body {
    zoom: 0.85;
  }
}

/* Масштаб 150% */
@media screen and (min-resolution: 144dpi) {
  body {
    zoom: 0.7;
  }
}

@media(max-width:768px) {
  body {
    zoom: 1 !important;
    height: auto;
  }
}

@media (max-width: 1400px) {
  .H2All {
    font-size: 60px;
    padding: 190px 20px 100px;
  }

  .gallerry-inner {
    width: 100%;
  }
}

@media (max-width: 1250px) {

  .hero::after {
    width: 300px;
    height: 500px;
  }

  .hero::before {
    width: 200px;
    height: 650px;
    top: 40%;
  }

}

@media (max-width: 1000px) {
  .footer-col--nav {
    gap: 50px;
  }

  .gallerry-inner {
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
  }

  .gallery-item {
    display: flex;
    justify-content: center;
  }

  .services-main {
    grid-template-columns: repeat(2, 1fr);
  }

  .map-wrapper,
  .map-image {
    height: 100%;
  }

  .map-wrapper {
    margin-top: 32px;
  }

  .photo-gallery__more span {
    font-size: 16px;
    width: 50%;
  }

  .photo-gallery__more svg {
    width: 38px;
    height: 29px;
  }

  .review-card {
    padding: 34px 24px;
  }

  .review-card p {
    line-height: 145%;
  }

  /* .contact-swiper-pagination {
    display: none;
  } */

  .photo-gallery__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* чіткий розмір */
    grid-template-rows: repeat(2, 1fr);
    /* width: fit-content; */
    margin: 32px auto 0;
    padding: 0 20px;
    gap: 17px;
  }
}

@media (max-width: 900px) {
  .header-nav__list {
    gap: 35px;
  }

}

@media (max-width: 768px) {

  .hero::before {
    background: url("/../static/img/leftConfMob.webp") no-repeat center;
    top: 25%;
    width: 123px;
    height: 484px;
  }

  .hero::after {
    background: url("/../static/img/rigthBoomMob.webp") no-repeat center;
    top: 22%;
    width: 107px;
    height: 174px;
  }

  .header-logo-block {
    gap: 12px;
  }

  .header-logo-txt {
    font-size: 12px;
    padding-bottom: 10px;
    display: block;
  }

  .modal-body iframe,
  .slide-body iframe {
    height: 350px;
  }

  .mistake {
    background: url("/../static/img/bgmob.webp");
  }

  .toast {
    font-size: 16px;
  }

  .thank-you-buttons {
    flex-direction: column;
  }

  .btn.primary,
  .btn.outline,
  .servBtn {
    text-transform: uppercase;
    border-radius: 25px;
  }

  .footer-col--contact {
    margin: 0 auto;
  }

  .gallery-inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 17px;
  }

  .H2All {
    font-size: 44px;
    padding: 150px 20px 74px;
  }

  .divider,
  .store-btn,
  .header-nav__list {
    display: none;
  }

  .header-block1 {
    justify-content: center;
  }

  .headerBurger {
    cursor: pointer;
    display: flex;
  }

  .headerBurger a {
    cursor: pointer;
    padding: 12px 0;
  }

  .headerBurger a span {
    position: relative;
    display: block;
    width: 23px;
    height: 2px;
    background: white;
    transition: all .2s ease-in-out;
    border-radius: 20px;
  }

  .headerBurger a span:before,
  .headerBurger a span:after {
    position: absolute;
    background: #fff;
    content: '';
    border-radius: 20px;
    width: 29px;
    height: 2px;
    transition: all .2s ease-in-out;
  }

  .headerBurger a span:before {
    top: -9px;
  }

  .headerBurger a span:after {
    top: 10px;
  }

  header {
    padding: 15px 17px;
  }

  .header-block1 {
    gap: 0;
  }

  .header-logo svg {
    height: 37px;
    width: 89px;
  }

  .cart-icon,
  .cart-icon svg {
    width: 26px;
    height: 26px;
  }

  .headerBurger a span:before,
  .headerBurger a span:after {
    left: 0;
  }

  .headerBurger a.burger.open span {
    background-color: white;
  }

  .headerBurger a.burger.open span:before {
    top: 0;
    transform: rotate(45deg);
    background-color: #000;
  }

  .headerBurger a.burger.open span:after {
    top: 0;
    transform: rotate(-45deg);
    background-color: #000;
  }

  .burger-menu {
    background-color: white;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99;
    top: 0;
    left: 0;
    overflow-y: auto;
    padding-top: 67px;
    display: none;
  }

  .burger-menu.animate-open {
    display: block;
    animation: burger-open 0.3s ease forwards;
  }

  .burger-menu.animate-close {
    display: block;
    animation: burger-close 0.3s ease forwards;
  }


  @keyframes burger-open {
    from {
      width: 0;
    }

    to {
      width: 100%;
    }
  }

  @keyframes burger-close {
    from {
      width: 100%;
    }

    to {
      width: 0;
    }
  }

  .burger-menu-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
    gap: 64px;
    align-items: center;
  }

  .burger-block:nth-of-type(1) {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    padding-bottom: 72px;
    padding-top: 64px;
    border-bottom: 1px solid;
  }

  .burger-block img {
    width: 238px;
    height: 238px;
  }

  .header-nav__item a {
    color: #000;
    font-family: Helvetica;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    /* 30px */
    text-transform: uppercase;
    padding: 0;
  }

  .header-nav__item a:active {
    color: #C41F7B !important;
    font-weight: 700 !important;
  }


  .burger-block ul {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .footer-col--logo {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .footer-top,
  .footer-col--nav {
    flex-direction: column;
  }

  .footer-col--nav {
    gap: 62px;
  }

  .footer-top {
    padding: 36px 47.5px;
    gap: 45px;
  }

  .footer-addresses {
    align-items: center;
  }

  .contact-form {
    margin: 0 auto;
  }

  .footer-nav a,
  .footer-addresses a,
  .contact-title, .telFooter {
    font-size: 21px;
  }

  .footer-year {
    font-size: 25px;
  }

  .contact-title {
    margin-bottom: 32px;
  }

  .footer-bottom a {
    font-size: 18px;
    font-weight: 700;
  }

  .hero-inner,
  .ourServ-main {
    flex-direction: column;
  }

  .logo-desktop {
    display: none;
  }

  .logo-mobile {
    display: block;
  }

  .divider-highlight {
    display: none;
  }

  .ourServ-main:nth-of-type(2) {
    flex-direction: column-reverse;
  }

  .delivery-zones {
    padding: 0;
  }

  .servBtn {
    border-radius: 25px;
  }

  .btn.outline {
    font-size: 16px;
  }

  .hero-inner {
    justify-content: flex-start;
    padding-top: 21px;
  }

  .location-btn {
    flex: 1;
    font-size: 16px;
    width: 100%;
    padding: 15px 0;
  }

  .hero {
    height: 100%;
    padding-top: 70px;
  }

  .hero-image img {
    width: 224px;
    height: 203px;
  }

  .hero-content {
    margin-top: 41px;
  }

  .hero-content h1 {
    color: var(--Primary-Pink, #C41F7B);
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 115%;
    /* 51.75px */
    text-transform: uppercase;
    text-align: center;
  }

  .h1PC {
    display: none;
  }

  .h1Mob {
    display: flex;
  }

  .hero-image {
    margin: 50px auto 0px auto;
  }

  .hero-buttons {
    flex-direction: column;
    gap: 13px;
    margin: 50px 0 0 0;
    padding-bottom: 20px;
  }

  .hero-content .subtitle {
    margin: 9px auto 44px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    width: 85%;
    text-align: center;
  }

  .services-block img {
    max-width: 100%;
    height: 100%;
    max-height: 250px;
    padding: 10px 0 0;
    object-fit: contain;
    object-position: bottom;
  }

  .services {
    padding: 80px 0;
  }

  .ourServ {
    padding: 0 0 80px;
  }

  .ourServ-inner {
    gap: 32px;
  }

  .ourServ-block0 {
    width: 100%;
  }

  .ourServ-inner h2,
  .section-title,
  .photo-gallery__title {
    font-size: 44px;
    padding: 0 5px;
  }

  .hero-content h1 .highlight {
    margin-left: 0;
  }

  .hero-content {
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .reviews {
    margin: 80px auto;
    padding-top: 0;
  }

  .photo-gallery__item img {
    width: 100%;
    height: 171px;
  }

  .header-nav__item a::after {
    content: none;
  }

  .services-block h2 {
    font-size: 24px;
    padding-top: 14px;
  }

  .services-main {
    grid-template-rows: repeat(2, 1fr);
    padding: 0 20px;
    gap: 17px;
  }

  .ourServ-block0 img {
    max-width: 100%;
    border-radius: 15px;
    object-fit: cover;
    height: 229px;
    width: 100%;
  }

  .ourServ-main {
    gap: 24px;
    margin-bottom: 26px;
  }

  .ourServ-block-txt h3 {
    font-size: 36px;
  }

  .btn.primary,
  .servBtn,
  .btn-route {
    font-size: 16px;
  }

  .ourServ-block-txt {
    font-size: 16px;
  }

  .ourServ-block-txt p {
    padding: 16px 0;
  }

  .servBtn {
    width: 100%;
  }

  .contact-form input {
    height: 56px;
    padding: 0 42px;
    right: 0;
  }

  .contact-form button {
    width: 56px;
    height: 56px;
  }

  #phone-input {
    height: 56px;
  }

  .contact-form button svg {
    width: 16px;
    height: 20px;
  }

  .gallerry-inner {
    gap: 17px;
  }

  .gallery-item img {
    /* max-width: 200px; */
    width: 100%;
    height: 170px;
  }

  .gallery {
    padding-bottom: 80px;
  }

  .locations-list {
    display: none;
  }

  .locations-list1 {
    display: flex !important;
    padding: 10px 0;
  }

  .locations-swiper {
    width: 100%;
    overflow: hidden;
  }

  /* НЕ вказуємо width:auto — даємо Swiper порахувати сам */
  /* тільки відстань між слайдами та базову стилізацію */
  .locations-swiper .swiper-slide {
    flex-shrink: 0;
    padding: 12px 16px;
    display: flex;
    margin-right: 15px;
    border-radius: 8px;
    text-align: center;
    /* останньому слайду відступу не потрібно */
  }

  .locations-swiper .swiper-slide:last-child {
    margin-right: 0;
    padding-right: 20px;
  }

  .map-imageMob {
    display: flex;
    max-width: 100%;
  }

  .map-image {
    display: none;
  }

  .review-name {
    font-size: 22px;
  }

  .review-time,
  .review-card p {
    font-size: 16px;
  }

  .review-header {
    gap: 19px;
    margin-bottom: 22px;
  }

  .modal-title,
  .slide-location {
    font-size: 36px;
    padding: 33px 0;
  }

  .slide-location {
    height: 100px;
  }

  .modal-content--contact {
    padding: 0 50px;
    max-width: 90%;
  }

  .modal-footer,
  .slide-footer {
    flex-direction: column;
    gap: 16px;
    padding: 21px 0;
  }

  .modal {
    padding: 0;
  }

  .review-avatar {
    width: 74px;
    height: 74px;
    font-size: 30px;
  }

  .contact-swiper-button {
    border-radius: 45px;
    background: rgba(196, 31, 123, 0.60);
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .contact-swiper-button svg {
    width: 12px;
    height: 25px;
    color: white !important;
  }

  .contact-swiper-button svg path {
    stroke: white !important;
  }

  .modal-content {
    max-width: 90%;
  }

  section[id] {
    scroll-margin-top: 100px;
  }

  .footer-nav,
  .footer-addresses {
    font-size: 19px;
    margin-top:-10px;
  }

  .mistake0 h3 {
    width: 300px;
    margin: 8px auto 0;
  }

  .mistake0 h2 {
    margin-top: 20px;
  }
}

@media (max-width: 376px) {
  .hero {
    height: 100%;
    padding-bottom: 22px;
  }
}