body {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding: 0;
  color: #1d1d1d;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}
.top-note {
  background-color: #fff0d6;
  text-align: center;
  padding: 8px 0;
  font-size: 14px;
  color: #333;
}
.hero {
  background: #ebebeb;
  padding: 60px 0;
}

.hero-first {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-text-first {
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  text-align: center;
}

.hero-text-first span {
  font-weight: 700;
}

.hero-grid {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.hero-text-block {
}
.hero-title {
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 66px;
  color: rgba(0, 0, 0, 0.76);
  width: 100%;
  text-align: center;
}
.orange {
  background-color: #ff7700;
  color: #fff;
  display: flex;
  width: auto;
  justify-content: center;
}
.hero-subtitle {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 28px;
  color: #555;
  text-align: center;
}
.benefits {
  list-style: none;
  padding: 0;
  margin-bottom: 24px;
}
.benefits li {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 16px;
}
.benefits img {
  border-radius: 50%;
  border: rgba(255, 119, 0, 1) solid 5px;
}

.benefits__img-first {
  max-width: 187px;
  margin-left: 20px;
}

.benefits__img-second {
  max-width: 153px;
}
.benefits__img-third {
  max-width: 121px;
  margin-left: 40px;
}

.benefits li p {
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
}

.benefits li p strong {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  text-transform: uppercase;
}

.timer {
  padding: 12px;
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
}

.timer p {
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  color: rgba(0, 0, 0, 0.71);
  background-color: rgba(255, 217, 0, 1);
  width: fit-content;
  text-transform: uppercase;
  align-self: center;
}

.timer-values {
  display: flex;
  gap: 16px;
  margin-top: 8px;
}
.timer-values span {
  font-size: 13.5px;
  text-align: center;
  font-weight: 900;
  line-height: 16.2px;
}
.timer-values strong {
  font-size: 70px;
  display: block;
  font-weight: 900;
  line-height: 75px;
}

.timer-values .colon {
  font-size: 70px;
  font-weight: 900;
  line-height: 75px;
}

.main-cta {
  background-color: #FF7700;
  color: #fff;
  padding: 55px 150px;
  font-weight: 700;
  font-size: 24px;
  line-height: 35.28px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.main-cta p {
  margin: 0;
  position: relative;
  font-family: "Montserrat", sans-serif;
}

.get-coupon-icon {
  position: absolute;
  left: -80px;
  top: -12px;
}

.hero-right-block {
  flex: 1 1 40%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.hero-right-photo {
  box-shadow: 0px 10px 10px 10px rgba(0, 0, 0, 0.23);
  width: fit-content;
}

.before-after {
  width: 100%;
  max-width: 400px;
  margin: 15px;
  border-radius: 13px;
}

.before-after-text {
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  color: rgba(0, 0, 0, 1);
}

.review-img {
  width: 100%;
  max-width: 300px;
  position: absolute;
}

.review-img-1 {
  top: 495px;
  left: -10px;
}
.review-img-2 {
  top: 495px;
  right: -10px;
}
.review-img-3 {
  top: 640px;
  left: -37px;
}
.review-img-4 {
  top: 675px;
  right: 10px;
}

.coupon {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 70px;
}

.promo-note {
  font-size: 26px;
  font-weight: 400;
  line-height: 35.62px;
  margin-bottom: 16px;
  color: #444;
  text-align: center;
}

.promo-note span {
  font-weight: 700;
}

.coupon-balance {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #969696;
}

.coupon-balance span {
  font-weight: 700;
}

/* Блок 2: Причины */
.reasons {
  padding: 60px 0;
  background: #fff;
  text-align: center;
}
.reasons h2 {
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 700;
  line-height: 57.6px;
  color: #060607;
  max-width: 700px;
  justify-self: center;
}
.reasons-grid {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.reason {
  flex: 1 1 10%;
  border: 1px solid #ff6d00;
  padding: 100px 20px;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.reason h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 30.14px;
  color: #060607;
  margin-bottom: 23px;
  max-width: 260px;
  text-align: left;
}

.reason p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #060607;
  margin-bottom: 23px;
  max-width: 280px;
  text-align: left;
}

/* Блок 3: Локация */
.location-slider {
  background: #f6fafd;
  padding: 60px 0;
  text-align: center;
}
.slider-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}
.dot {
  width: 12px;
  height: 12px;
  background: #ccc;
  border-radius: 50%;
}
.dot.active {
  background: #333;
}

/* Блок 4: CTA баннер */
.cta-banner {
  background: #ff7700;
  color: #fff;
  text-align: center;
  padding: 40px 20px;
}

.cta-banner__container {
  display: flex;
  flex-direction: row;
  margin-top: 100px;
  align-items: center;
}

.cta-banner__container-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.cta-banner .cta-banner__container-text h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  color: #ffffff;
  margin: 0;
  text-align: left;
  max-width: 700px;
}

.cta-banner .cta-banner__container-text p {
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  color: #ffffff;
  margin: 0;
}

.cta-banner .main-cta {
  margin-top: 20px;
}

.cta-banner-btn {
  background-color: #ffffff;
  border-radius: 13px;
  display: flex;
  align-items: center;
  height: fit-content;
  padding: 27px 54px 27px 74px;
}

.cta-banner .cta-banner-btn p {
  font-size: 17px;
  font-weight: 700;
  line-height: 24.99px;
  color: #000000;
  margin: 0;
  position: relative;
  font-family: "Montserrat", sans-serif;
}

.cta-banner-btn-icon {
  position: absolute;
  left: -33px;
}

.cta-banner p {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #ffffff;
  margin: 20px 0;
  justify-self: left;
  max-width: 584px;
  text-align: left;
}

/* Блок 5: Как работает */
.how-it-works {
  padding: 60px 0;
  background: #fff;
}

.hiw__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 57.6px;
  color: #060607;
}

.how-grid {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
}
.how-grid img {
  max-width: 560px;
  border-radius: 22px;
}

.how-grid-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #060607;
  max-width: 545px;
}

.how-grid-text span {
  font-weight: 700;
}

/* Блок 6: После имплантации */
.after-implants {
  background: #f6fafd;
  padding: 60px 0;
  text-align: center;
}

.implants__title {
  text-align: center;
    font-weight: 700;
    font-size: 48px;
    line-height: 57px;
    color: #060607;
    margin: 0;
}

.video-gallery {
  column-count: 3;
  column-gap: 20px;
  margin-top: 30px;
}

.video-card {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  transform-style: preserve-3d;
  transition: transform 0.4s ease, box-shadow 0.3s ease;
  will-change: transform;
  max-width: 320px;
}

.video-card:hover {
  transform: perspective(800px) rotateY(2deg) scale(1.03);
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.3);
}

/* .video-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.2), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.video-card:hover::after {
  opacity: 1;
} */

.video-card video {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: inherit;
}

/* Модификаторы для "разнообразия" */

@media (max-width: 1024px) {
  .video-gallery {
    column-count: 2;
  }
}

@media (max-width: 600px) {
  .video-gallery {
    column-count: 1;
  }
}




/* Блок 7: Карта */
.map-section {
  padding: 60px 0;
  text-align: center;
}

.map__container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: 30px;
  flex-wrap: wrap;
}

.map__container-text {
  display: flex;
  flex-direction: column;
}

.map__container-text h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  color: #060607;
  margin: 0 0 20px 0;
}

.map-time {
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  color: #060607;
  border-bottom: #0606072b solid 1px;
  padding: 20px;
  margin: 0 0 20px 0;
}

.map__adresses {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #060607;
  align-items: flex-start;
  border-bottom: #0606072b solid 1px;
}

.map__adresses p {
  margin: 0 0 20px 0;
}

.map__tel {
  display: flex;
  flex-direction: row;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #060607;
  align-items: center;
  border-bottom: #0606072b solid 1px;
}

.map__tel-phone {
  color: #060607;
  text-decoration: none;
  font-weight: 400;
  margin-left: 15px;
}

.map__container iframe {
  border-radius: 26px;
  box-shadow: 0px 5px 5px 5px rgba(0, 0, 0, 0.23);
  max-width: 550px;
  min-width: 300px;
  height: 400px;
}

/* Блок 8: Финальный CTA */
.final-cta {
  background: #fff;
  padding: 60px 0;
  text-align: center;
}
.final-cta .main-cta {
  margin-top: 20px;
}

.final__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.final__title {
  font-size: 46px;
  font-weight: 700;
  line-height: 69px;
  color: #060607;
}

.final__title span {
  background-color: #FF5500;
  color: #FFF;
  padding: 0 15px;
}

.final__text {
  font-size: 26px;
  font-weight: 400;
  line-height: 35px;
  color: #060607;
  padding: 40px 5px;
  border: #F05603CF 3px solid;
  border-radius: 10px;
}

.final__text span {
  font-weight: 700;
}

/* footer */

.footer {
  background: #fff;
  padding: 60px 0;
  text-align: center;
}

.footer__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: flex-start;
}

.footer__license {
  display: flex;
  flex-direction: column;
  text-align: end;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #060607;
}

@media (max-width: 1120px) {
  .hero-grid {
    justify-content: center;
  }

  .review-img {
    position: relative;
  }

  .review-img-1, .review-img-2, .review-img-3, .review-img-4 {
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
  }

  .how-grid {
    justify-content: center;
  }
}

/* Адаптив для планшетов (до 991px) */
@media (max-width: 991px) {
  .hero-grid,
  .reasons-grid,
  .how-grid {
    flex-direction: column;
    align-items: center;
  }

  .hero-text-block,
  .hero-right-block,
  .reason,
  .how-grid img,
  .how-grid p {
    flex: 1 1 100%;
    text-align: center;
  }

  .hero-title {
    font-size: 28px;
  }

  .benefits li {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .benefits img {
    margin-bottom: 8px;
  }

  .benefits__img-first {
    margin-left: 0;
  }

  .benefits__img-third {
    margin-left: 0;
  }
}

/* Адаптив для мобилок (до 576px) */
@media (max-width: 576px) {
  /* .container {
    padding: 0 12px;
  } */

  .top-note {
    font-size: 13px;
  }

  .hero-title {
    font-size: 22px;
  }

  .hero-subtitle {
    font-size: 14px;
  }

  .promo-note {
    font-size: 13px;
  }

  .main-cta {
    padding: 12px 20px;
    font-size: 15px;
  }

  .timer-values strong {
    font-size: 20px;
  }

  .dot {
    width: 10px;
    height: 10px;
  }

  .before-after {
    max-width: 290px;
    margin: 0;
  }

  .main-cta p {
    font-size: 10px;
  }

  .get-coupon-icon {
    max-width: 30px;
    left: -23px;
    top: 16px;
  }

  .reasons h2 {
    font-size: 30px;
    line-height: 44px;
  }

  .cta-banner__container {
    flex-direction: column;
  }

  .cta-banner .cta-banner__container-text h3 {
    font-size: 26px;
    line-height: 36px;
  }

  .cta-banner .cta-banner__container-text p {
    font-size: 26px;
    line-height: 36px;
  }

  .how-grid img {
    max-width: 290px;
  }

  .implants__title {
    font-size: 26px;
    line-height: 36px;
  }

  .map__adresses {
    align-items: center;
  }

  .final__title {
    font-size: 26px;
    line-height: 36px;
  }
}

/* Слайдер для блока 3 */
.places {
  background-color: #F5F8FA;
  padding: 40px 20px;
}

.places__title {
  text-align: center;
  font-weight: 700;
  font-size: 48px;
  line-height: 57px;
  color: #060607;
  margin: 0;
}

.slider-wrapper {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  padding: 40px 0;
}

.slider-viewport {
  overflow: hidden;
  padding: 0 60px;
}

.slider-track {
  display: flex;
  gap: 30px;
  transition: transform 0.5s ease;
  will-change: transform;
}

.slide {
  flex: 0 0 auto;
  width: clamp(250px, 30%, 400px);
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.slide img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: inherit;
  object-fit: cover;
}

.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #ffffffdd;
  border: none;
  padding: 10px 15px;
  font-size: 20px;
  cursor: pointer;
  z-index: 2;
  border-radius: 50%;
}

.slider-btn.prev {
  left: 10px;
}

.slider-btn.next {
  right: 10px;
}

