#lt-summer-seo{
  --accent:#00a7ff;
  --accent-2:#0077ff;
  --accent-soft:rgba(0,167,255,.13);
  --text:#13202f;
  --muted:#5e6b78;
  --line:rgba(19,32,47,.10);
  --card:#fff;
  --shadow:0 18px 50px rgba(19,32,47,.10);
  font-family:Arial,Helvetica,sans-serif;
  color:var(--text);
  margin:42px 0;
  width:100%;
}

#lt-summer-seo *{
  box-sizing:border-box;
}

#lt-summer-seo a{
  color:inherit;
  text-decoration:none;
}

#lt-summer-seo .lt-wrap{
  width:100%;
  max-width:none;
  margin:0;
  padding:0 16px;
}

/* HERO */
#lt-summer-seo .lt-hero{
  position:relative;
  overflow:hidden;
  border-radius:34px;
  min-height:560px;
  display:flex;
  align-items:flex-end;
  padding:52px;
  background:
    linear-gradient(180deg,rgba(19,32,47,.04) 0%,rgba(19,32,47,.78) 100%),
    url("https://leningrad-tours.ru/media-files/Letnie/Summer%20Tours%20St.%20Petersburg.png") center/cover no-repeat;
  box-shadow:0 24px 70px rgba(19,32,47,.18);
}

#lt-summer-seo .lt-hero:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at top right, rgba(0,167,255,.24), transparent 34%),
    radial-gradient(circle at bottom left, rgba(0,119,255,.18), transparent 32%);
  pointer-events:none;
}

#lt-summer-seo .lt-hero-content{
  max-width:960px;
  color:#fff;
  position:relative;
  z-index:2;
}

#lt-summer-seo .lt-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:9px 15px;
  border-radius:999px;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.22);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  font-size:14px;
  margin-bottom:18px;
}

#lt-summer-seo .lt-badge:before{
  content:"";
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--accent);
  box-shadow:0 0 0 5px rgba(0,167,255,.22);
}

#lt-summer-seo .lt-hero-title{
  margin:0 0 18px;
  font-size:56px;
  line-height:1.04;
  letter-spacing:-.045em;
  color:#fff;
  font-weight:800;
  text-shadow:0 4px 22px rgba(0,0,0,.36);
}

#lt-summer-seo .lt-lead{
  margin:0 0 24px;
  font-size:19px;
  line-height:1.72;
  color:rgba(255,255,255,.95);
  max-width:850px;
  text-shadow:0 2px 12px rgba(0,0,0,.28);
}

#lt-summer-seo .lt-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

#lt-summer-seo .lt-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:14px 20px;
  border-radius:999px;
  font-size:15px;
  font-weight:800;
  transition:transform .22s ease, box-shadow .22s ease, background .22s ease;
}

#lt-summer-seo .lt-btn-primary{
  background:linear-gradient(135deg,var(--accent),var(--accent-2));
  color:#fff;
  box-shadow:0 12px 34px rgba(0,119,255,.28);
}

#lt-summer-seo .lt-btn-secondary{
  background:rgba(255,255,255,.13);
  color:#fff;
  border:1px solid rgba(255,255,255,.22);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}

#lt-summer-seo .lt-btn:hover{
  transform:translateY(-2px);
}

/* SECTIONS */
#lt-summer-seo .lt-section{
  margin-top:38px;
}

#lt-summer-seo .lt-intro{
  display:grid;
  grid-template-columns:1.25fr .75fr;
  gap:22px;
  align-items:stretch;
}

#lt-summer-seo .lt-box{
  background:rgba(255,255,255,.96);
  border:1px solid rgba(255,255,255,.55);
  border-radius:28px;
  box-shadow:0 14px 44px rgba(19,32,47,.08);
  padding:30px;
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
}

#lt-summer-seo .lt-box h2{
  margin:0 0 14px;
  font-size:30px;
  line-height:1.18;
  letter-spacing:-.02em;
}

#lt-summer-seo .lt-box p{
  margin:0 0 14px;
  font-size:16px;
  line-height:1.75;
  color:var(--muted);
}

#lt-summer-seo .lt-box p:last-child{
  margin-bottom:0;
}

#lt-summer-seo .lt-note{
  background:
    linear-gradient(135deg,rgba(0,167,255,.14),rgba(0,119,255,.06));
  border:1px solid rgba(0,167,255,.24);
}

#lt-summer-seo .lt-note strong{
  display:block;
  font-size:23px;
  line-height:1.22;
  margin-bottom:12px;
}

#lt-summer-seo .lt-note span{
  display:block;
  color:var(--muted);
  line-height:1.7;
  font-size:15px;
}

/* HEADINGS */
#lt-summer-seo .lt-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:20px;
  margin-bottom:20px;
}

#lt-summer-seo .lt-head h2{
  margin:0;
  font-size:36px;
  line-height:1.12;
  letter-spacing:-.03em;
}

/* SUMMER ROUTES */
#lt-summer-seo .lt-summer-routes{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

#lt-summer-seo .lt-route-card{
  display:block;
  background:#fff;
  border:1px solid rgba(19,32,47,.08);
  border-radius:28px;
  overflow:hidden;
  box-shadow:0 14px 42px rgba(19,32,47,.07);
  transition:transform .26s ease, box-shadow .26s ease, border-color .26s ease;
}

#lt-summer-seo .lt-route-card:hover{
  transform:translateY(-5px);
  border-color:rgba(0,167,255,.32);
  box-shadow:0 22px 60px rgba(19,32,47,.13);
}

#lt-summer-seo .lt-route-image{
  position:relative;
  min-height:245px;
  overflow:hidden;
  background:#111;
}

#lt-summer-seo .lt-route-image:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(19,32,47,.04) 0%,rgba(19,32,47,.36) 100%);
  pointer-events:none;
}

#lt-summer-seo .lt-route-image > a{
  position:absolute;
  inset:0;
  display:block;
  z-index:1;
}

#lt-summer-seo .lt-route-image img{
  width:100%;
  height:100%;
  position:absolute;
  inset:0;
  object-fit:cover;
  transition:transform .5s ease;
}

#lt-summer-seo .lt-route-card:hover .lt-route-image img{
  transform:scale(1.07);
}

#lt-summer-seo .lt-glass-badge{
  position:absolute;
  top:16px;
  left:16px;
  z-index:2;
  display:inline-flex;
  padding:8px 13px;
  border-radius:999px;
  color:#fff;
  background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.28);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  font-size:13px;
  font-weight:800;
  box-shadow:0 10px 28px rgba(0,0,0,.14);
}

#lt-summer-seo .lt-route-body{
  padding:24px;
}

#lt-summer-seo .lt-route-body h3{
  margin:0 0 10px;
  font-size:23px;
  line-height:1.2;
}

#lt-summer-seo .lt-route-body p{
  margin:0 0 16px;
  color:var(--muted);
  font-size:15px;
  line-height:1.65;
}

#lt-summer-seo .lt-route-link{
  display:inline-flex;
  gap:8px;
  align-items:center;
  color:var(--accent-2);
  font-weight:800;
  font-size:15px;
}

#lt-summer-seo .lt-route-link:after{
  content:"→";
  transition:transform .22s ease;
}

#lt-summer-seo .lt-route-card:hover .lt-route-link:after{
  transform:translateX(4px);
}

/* POPULAR OPTIONS */
#lt-summer-seo .lt-options{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:20px;
}

#lt-summer-seo .lt-option{
  position:relative;
  display:block;
  min-height:320px;
  border-radius:28px;
  overflow:hidden;
  background:#111;
  box-shadow:0 18px 52px rgba(19,32,47,.12);
  transition:transform .28s ease, box-shadow .28s ease;
}

#lt-summer-seo .lt-option:hover{
  transform:translateY(-5px);
  box-shadow:0 26px 72px rgba(19,32,47,.18);
}

#lt-summer-seo .lt-option:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(
      180deg,
      rgba(19,32,47,.04) 0%,
      rgba(19,32,47,.18) 38%,
      rgba(19,32,47,.78) 100%
    );
  pointer-events:none;
}

#lt-summer-seo .lt-option img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .5s ease;
}

#lt-summer-seo .lt-option:hover img{
  transform:scale(1.07);
}

#lt-summer-seo .lt-option-badge{
  position:absolute;
  top:18px;
  right:18px;
  z-index:2;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:8px 13px;
  border-radius:999px;
  background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.28);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  color:#fff;
  font-size:12px;
  line-height:1;
  font-weight:800;
  white-space:nowrap;
  box-shadow:0 10px 28px rgba(0,0,0,.16);
}

#lt-summer-seo .lt-option-content{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  z-index:2;
  padding:28px;
  color:#fff;
}

#lt-summer-seo .lt-option h3{
  margin:0 0 12px;
  max-width:720px;
  font-size:26px;
  line-height:1.14;
  letter-spacing:-.02em;
  color:#fff;
  text-shadow:0 4px 20px rgba(0,0,0,.42);
}

#lt-summer-seo .lt-more{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#fff;
  font-size:15px;
  font-weight:800;
  text-shadow:0 3px 14px rgba(0,0,0,.34);
}

#lt-summer-seo .lt-more:after{
  content:"→";
  transition:transform .22s ease;
}

#lt-summer-seo .lt-option:hover .lt-more:after{
  transform:translateX(4px);
}

/* VIDEO BLOCK */
#lt-summer-seo .lt-video-grid{
  display:grid;
  grid-template-columns:1.15fr .85fr .85fr;
  grid-template-rows:280px 280px;
  gap:18px;
}

#lt-summer-seo .lt-video-card{
  position:relative;
  display:block;
  overflow:hidden;
  border-radius:30px;
  background:#08111a;
  box-shadow:0 18px 58px rgba(19,32,47,.16);
  min-height:280px;
  transition:transform .3s ease, box-shadow .3s ease;
}

#lt-summer-seo .lt-video-card:hover{
  transform:translateY(-5px);
  box-shadow:0 28px 78px rgba(19,32,47,.22);
}

#lt-summer-seo .lt-video-card:nth-child(1){
  grid-column:1;
  grid-row:1 / span 2;
}

#lt-summer-seo .lt-video-card:nth-child(2){
  grid-column:2;
  grid-row:1;
}

#lt-summer-seo .lt-video-card:nth-child(3){
  grid-column:3;
  grid-row:1;
}

#lt-summer-seo .lt-video-card:nth-child(4){
  grid-column:2 / span 2;
  grid-row:2;
}

#lt-summer-seo .lt-video-wrap{
  position:absolute;
  inset:0;
  overflow:hidden;
  background:#08111a;
}

#lt-summer-seo .lt-video-wrap iframe{
  position:absolute;
  top:50%;
  left:50%;
  width:160%;
  height:160%;
  transform:translate(-50%,-50%);
  border:0;
  pointer-events:none;
  background:#08111a;
}

#lt-summer-seo .lt-video-card:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(
      180deg,
      rgba(0,0,0,.02) 0%,
      rgba(0,0,0,.16) 42%,
      rgba(0,0,0,.76) 100%
    );
  z-index:2;
  pointer-events:none;
}

#lt-summer-seo .lt-video-content{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  z-index:3;
  padding:24px;
  color:#fff;
  pointer-events:none;
}

#lt-summer-seo .lt-video-tag{
  display:inline-flex;
  margin-bottom:10px;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.18);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  color:#fff;
  font-size:12px;
  font-weight:800;
  letter-spacing:.02em;
}

#lt-summer-seo .lt-video-title{
  margin:0 0 12px;
  color:#fff;
  font-size:28px;
  line-height:1.1;
  letter-spacing:-.03em;
  font-weight:800;
  text-shadow:0 3px 18px rgba(0,0,0,.38);
}

#lt-summer-seo .lt-video-small .lt-video-title{
  font-size:22px;
}

#lt-summer-seo .lt-video-wide .lt-video-title{
  max-width:560px;
}

#lt-summer-seo .lt-video-cta{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#fff;
  font-size:14px;
  font-weight:800;
}

#lt-summer-seo .lt-video-cta:after{
  content:"→";
}


/* === ДОСТОПРИМЕЧАТЕЛЬНОСТИ САНКТ-ПЕТЕРБУРГА === */
#lt-summer-seo .lt-city-articles{
  position:relative;
  overflow:hidden;
  background:#fff;
  border:1px solid var(--line);
  border-radius:30px;
  padding:30px;
  box-shadow:0 14px 42px rgba(19,32,47,.07);
}

#lt-summer-seo .lt-city-articles-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-bottom:20px;
}

#lt-summer-seo .lt-city-articles-head h2{
  margin:0;
  font-size:34px;
  line-height:1.16;
  letter-spacing:-.03em;
  font-weight:850;
  color:#0f172a;
}

#lt-summer-seo .lt-city-articles-controls{
  display:flex;
  align-items:center;
  gap:8px;
  flex:0 0 auto;
}

#lt-summer-seo .lt-city-articles-btn{
  width:42px;
  height:42px;
  border:1px solid rgba(19,32,47,.10);
  border-radius:50%;
  background:#f7fbfe;
  color:var(--accent-2);
  font-size:22px;
  line-height:1;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  transition:transform .22s ease,background .22s ease,box-shadow .22s ease,border-color .22s ease;
}

#lt-summer-seo .lt-city-articles-btn:hover{
  transform:translateY(-2px);
  background:#fff;
  border-color:rgba(0,167,255,.32);
  box-shadow:0 10px 24px rgba(19,32,47,.10);
}

#lt-summer-seo .lt-city-articles-viewport{
  position:relative;
  overflow:hidden;
}

#lt-summer-seo .lt-city-articles-track{
  display:flex;
  align-items:stretch;
  gap:18px;
  overflow-x:auto;
  scroll-behavior:smooth;
  scroll-snap-type:x mandatory;
  scrollbar-width:none;
  -ms-overflow-style:none;
  padding:2px 2px 10px;
}

#lt-summer-seo .lt-city-articles-track::-webkit-scrollbar{
  display:none;
}

#lt-summer-seo .lt-city-article-card{
  flex:0 0 calc((100% - 54px)/4);
  min-width:0;
  display:flex;
  flex-direction:column;
  scroll-snap-align:start;
  overflow:hidden;
  border:1px solid rgba(19,32,47,.08);
  border-radius:24px;
  background:#fff;
  box-shadow:0 12px 34px rgba(19,32,47,.07);
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}

#lt-summer-seo .lt-city-article-card:hover{
  transform:translateY(-4px);
  border-color:rgba(0,167,255,.30);
  box-shadow:0 20px 46px rgba(19,32,47,.12);
}

#lt-summer-seo .lt-city-article-image{
  height:205px;
  overflow:hidden;
  background:#e9eef3;
}

#lt-summer-seo .lt-city-article-image a{
  display:block;
  width:100%;
  height:100%;
}

#lt-summer-seo .lt-city-article-image img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .5s ease;
}

#lt-summer-seo .lt-city-article-card:hover .lt-city-article-image img{
  transform:scale(1.06);
}

#lt-summer-seo .lt-city-article-body{
  flex:1;
  display:flex;
  flex-direction:column;
  padding:20px;
}

#lt-summer-seo .lt-city-article-body h3{
  margin:0 0 9px;
  font-size:20px;
  line-height:1.22;
  letter-spacing:-.015em;
  color:#0f172a;
}

#lt-summer-seo .lt-city-article-body p{
  margin:0;
  color:var(--muted);
  font-size:14px;
  line-height:1.58;
}

#lt-summer-seo .lt-city-article-link{
  display:inline-flex;
  align-items:center;
  align-self:flex-start;
  gap:7px;
  margin-top:auto;
  padding-top:16px;
  color:var(--accent-2);
  font-size:14px;
  font-weight:850;
}

#lt-summer-seo .lt-city-article-link::after{
  content:"→";
  transition:transform .22s ease;
}

#lt-summer-seo .lt-city-article-link:hover::after{
  transform:translateX(4px);
}

#lt-summer-seo .lt-city-articles-viewport::after{
  content:"";
  position:absolute;
  top:0;
  right:0;
  bottom:10px;
  width:34px;
  background:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.92));
  pointer-events:none;
  z-index:2;
}

/* FAQ */
#lt-summer-seo .lt-faq-block{
  background:#fff;
  border:1px solid var(--line);
  border-radius:30px;
  padding:34px;
  box-shadow:0 14px 42px rgba(19,32,47,.07);
}

#lt-summer-seo .lt-faq-block h2{
  margin:0 0 18px;
  font-size:34px;
  line-height:1.16;
  letter-spacing:-.03em;
}

#lt-summer-seo .faq-item{
  border-bottom:1px solid rgba(19,32,47,.10);
}

#lt-summer-seo .faq-item:last-child{
  border-bottom:0;
}

#lt-summer-seo .faq-item summary{
  list-style:none;
  cursor:pointer;
  padding:18px 0;
  font-size:18px;
  font-weight:700;
  display:flex;
  align-items:center;
  gap:10px;
  color:var(--text);
}

#lt-summer-seo .faq-item summary::-webkit-details-marker{
  display:none;
}

#lt-summer-seo .faq-item summary::before{
  content:"▶";
  color:var(--accent);
  font-size:14px;
  transition:transform .3s ease;
}

#lt-summer-seo .faq-item[open] summary::before{
  transform:rotate(90deg);
}

#lt-summer-seo .faq-answer{
  padding:0 0 18px 24px;
  font-size:16px;
  color:var(--muted);
  line-height:1.7;
}

#lt-summer-seo .faq-answer a{
  color:var(--accent-2);
  font-weight:800;
  text-decoration:none;
}

#lt-summer-seo .faq-answer a:hover{
  text-decoration:underline;
}

/* GALLERY */
#lt-summer-seo .lt-gallery-box{
  background:#fff;
  border:1px solid var(--line);
  border-radius:30px;
  padding:30px;
  box-shadow:0 14px 42px rgba(19,32,47,.07);
}

#lt-summer-seo .lt-gallery-box h2{
  margin:0 0 20px;
  font-size:34px;
  line-height:1.16;
  letter-spacing:-.03em;
}

#lt-summer-seo .lt-gallery{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}

#lt-summer-seo .lt-gallery figure{
  margin:0;
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 10px 30px rgba(19,32,47,.10);
  background:#111;
}

#lt-summer-seo .lt-gallery img{
  display:block;
  width:100%;
  height:260px;
  object-fit:cover;
  transition:transform .4s ease;
}

#lt-summer-seo .lt-gallery img:hover{
  transform:scale(1.05);
}

/* BLUE BOTTOM NAV */
#lt-summer-seo .lt-bottom-nav{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at top right, rgba(255,255,255,.24), transparent 34%),
    linear-gradient(135deg,#00a7ff,#0077ff);
  border-radius:30px;
  padding:32px;
  color:#fff;
  box-shadow:0 20px 60px rgba(0,119,255,.24);
}

#lt-summer-seo .lt-bottom-nav h2{
  margin:0 0 16px;
  font-size:30px;
  line-height:1.18;
  color:#fff;
}

#lt-summer-seo .lt-nav-links{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

#lt-summer-seo .lt-nav-links a{
  display:inline-flex;
  padding:11px 15px;
  border-radius:999px;
  background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.26);
  color:#fff;
  font-size:14px;
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  box-shadow:0 10px 28px rgba(0,0,0,.10);
  transition:background .22s ease, transform .22s ease;
}

#lt-summer-seo .lt-nav-links a:hover{
  background:rgba(255,255,255,.24);
  transform:translateY(-2px);
}

/* RESPONSIVE */
@media(max-width:1180px){
  #lt-summer-seo .lt-summer-routes{
    grid-template-columns:repeat(2,1fr);
  }

  #lt-summer-seo .lt-video-grid{
    grid-template-columns:1fr 1fr;
    grid-template-rows:320px 280px 280px;
  }

  #lt-summer-seo .lt-video-card:nth-child(1){
    grid-column:1 / span 2;
    grid-row:1;
  }

  #lt-summer-seo .lt-video-card:nth-child(2){
    grid-column:1;
    grid-row:2;
  }

  #lt-summer-seo .lt-video-card:nth-child(3){
    grid-column:2;
    grid-row:2;
  }

  #lt-summer-seo .lt-video-card:nth-child(4){
    grid-column:1 / span 2;
    grid-row:3;
  }
}

@media(max-width:1100px){
  #lt-summer-seo .lt-options{
    grid-template-columns:1fr;
  }
}

@media(max-width:980px){
  #lt-summer-seo .lt-intro{
    grid-template-columns:1fr;
  }

  #lt-summer-seo .lt-head{
    display:block;
  }

  #lt-summer-seo .lt-hero{
    padding:34px;
    min-height:460px;
  }

  #lt-summer-seo .lt-hero-title{
    font-size:42px;
  }

  #lt-summer-seo .lt-video-grid{
    grid-template-columns:1fr;
    grid-template-rows:auto;
  }

  #lt-summer-seo .lt-video-card,
  #lt-summer-seo .lt-video-card:nth-child(1),
  #lt-summer-seo .lt-video-card:nth-child(2),
  #lt-summer-seo .lt-video-card:nth-child(3),
  #lt-summer-seo .lt-video-card:nth-child(4){
    grid-column:auto;
    grid-row:auto;
    min-height:320px;
  }

  #lt-summer-seo .lt-gallery{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:680px){
  #lt-summer-seo .lt-summer-routes{
    grid-template-columns:1fr;
  }
}

@media(max-width:560px){
  #lt-summer-seo{
    margin:24px 0;
  }

  #lt-summer-seo .lt-wrap{
    padding:0 12px;
  }

  #lt-summer-seo .lt-hero{
    border-radius:24px;
    padding:26px;
    min-height:420px;
  }

  #lt-summer-seo .lt-hero-title{
    font-size:32px;
  }

  #lt-summer-seo .lt-lead{
    font-size:16px;
  }

  #lt-summer-seo .lt-box,
  #lt-summer-seo .lt-bottom-nav,
  #lt-summer-seo .lt-faq-block,
  #lt-summer-seo .lt-gallery-box{
    padding:24px;
    border-radius:24px;
  }

  #lt-summer-seo .lt-head h2,
  #lt-summer-seo .lt-bottom-nav h2,
  #lt-summer-seo .lt-faq-block h2,
  #lt-summer-seo .lt-gallery-box h2{
    font-size:28px;
  }

  #lt-summer-seo .lt-route-image{
    min-height:230px;
  }

  #lt-summer-seo .lt-option{
    min-height:280px;
    border-radius:24px;
  }

  #lt-summer-seo .lt-option-content{
    padding:22px;
  }

  #lt-summer-seo .lt-option-badge{
    top:14px;
    right:14px;
    padding:8px 11px;
    font-size:11px;
  }

  #lt-summer-seo .lt-option h3{
    font-size:22px;
  }

  #lt-summer-seo .lt-video-card,
  #lt-summer-seo .lt-video-card:nth-child(1),
  #lt-summer-seo .lt-video-card:nth-child(2),
  #lt-summer-seo .lt-video-card:nth-child(3),
  #lt-summer-seo .lt-video-card:nth-child(4){
    min-height:260px;
    border-radius:24px;
  }

  #lt-summer-seo .lt-video-wrap iframe{
    width:180%;
    height:180%;
  }

  #lt-summer-seo .lt-video-content{
    padding:20px;
  }

  #lt-summer-seo .lt-video-title{
    font-size:24px;
  }

  #lt-summer-seo .lt-video-small .lt-video-title{
    font-size:21px;
  }

  #lt-summer-seo .lt-gallery{
    grid-template-columns:1fr;
  }

  #lt-summer-seo .lt-gallery img{
    height:auto;
  }

  #lt-summer-seo .lt-nav-links a{
    font-size:13px;
  }
}

@media(max-width:980px){
  #lt-summer-seo .lt-city-article-card{
    flex-basis:calc((100% - 18px)/2);
  }
}

@media(max-width:560px){
  #lt-summer-seo .lt-city-articles{
    padding:24px;
    border-radius:24px;
  }

  #lt-summer-seo .lt-city-articles-head h2{
    font-size:28px;
  }

  #lt-summer-seo .lt-city-articles-btn{
    width:36px;
    height:36px;
    font-size:19px;
  }

  #lt-summer-seo .lt-city-article-card{
    flex-basis:86%;
  }

  #lt-summer-seo .lt-city-article-image{
    height:210px;
  }

  #lt-summer-seo .lt-city-articles-viewport::after{
    width:24px;
  }
}
#lt-yandex-reviews-section{
  --accent:#00a7ff;
  --accent-2:#0077ff;
  --text:#0f1115;
  --muted:rgba(15,17,21,.64);
  --line:rgba(15,17,21,.10);

  width:100%;
  margin:42px 0 0;

  font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  color:var(--text);

  box-sizing:border-box;
}

#lt-yandex-reviews-section *{
  box-sizing:border-box;
}

#lt-yandex-reviews-section a{
  text-decoration:none;
}


/* =========================================================
   ЗАГОЛОВОК
   ========================================================= */

#lt-yandex-reviews-section .lt-reviews-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;

  width:100%;
  margin:0 0 20px;
}

#lt-yandex-reviews-section .lt-reviews-title{
  margin:0;

  font-size:28px;
  line-height:1.2;
  font-weight:700;
  letter-spacing:-.03em;

  color:var(--text);
}

#lt-yandex-reviews-section .lt-reviews-all{
  flex:0 0 auto;

  color:var(--accent-2);

  font-size:16px;
  line-height:1.4;
  font-weight:600;

  transition:.2s;
}

#lt-yandex-reviews-section .lt-reviews-all:hover{
  opacity:.65;
}


/* =========================================================
   ОБЩАЯ БЕЛАЯ ПЛАШКА
   ========================================================= */

#lt-yandex-reviews-section .lt-reviews-shell{
  width:100%;

  display:grid;
  grid-template-columns:280px minmax(0,760px);
  justify-content:center;
  align-items:stretch;

  gap:30px;

  padding:30px;

  background:#fff;

  border:1px solid var(--line);
  border-radius:28px;

  box-shadow:0 14px 36px rgba(15,17,21,.12);
}


/* =========================================================
   ЛЕВАЯ КАРТОЧКА
   ========================================================= */

#lt-yandex-reviews-section .lt-rating-card{
  width:100%;
  min-height:660px;

  padding:28px 24px;

  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;

  background:#fff;

  border:1px solid rgba(15,17,21,.08);
  border-radius:20px;

  box-shadow:0 8px 24px rgba(15,17,21,.07);
}

#lt-yandex-reviews-section .lt-rating-name{
  margin:0 0 14px;

  font-size:20px;
  line-height:1.3;
  font-weight:700;
}

#lt-yandex-reviews-section .lt-rating-row{
  display:flex;
  align-items:center;
  flex-wrap:wrap;

  gap:10px;

  margin-bottom:10px;
}

#lt-yandex-reviews-section .lt-rating-number{
  font-size:44px;
  line-height:1;
  font-weight:700;
  letter-spacing:-.04em;
}

#lt-yandex-reviews-section .lt-rating-stars{
  color:#ffcc00;

  font-size:20px;
  line-height:1;
}

#lt-yandex-reviews-section .lt-rating-note{
  margin:0 0 22px;

  color:var(--muted);

  font-size:14px;
  line-height:1.5;
}

#lt-yandex-reviews-section .lt-review-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;

  min-height:44px;

  padding:0 18px;

  background:var(--accent);
  color:#fff;

  border-radius:9px;

  font-size:14px;
  font-weight:700;

  transition:.2s;
}

#lt-yandex-reviews-section .lt-review-button:hover{
  background:var(--accent-2);
}

#lt-yandex-reviews-section .lt-yandex-text-link{
  display:inline-block;

  margin-top:16px;

  color:var(--accent-2);

  font-size:13px;
  line-height:1.4;
  font-weight:600;
}

#lt-yandex-reviews-section .lt-yandex-text-link:hover{
  text-decoration:underline;
}


/* =========================================================
   ЯНДЕКС-ВИДЖЕТ
   ========================================================= */

#lt-yandex-reviews-section .lt-yandex-side{
  width:100%;
  min-width:0;
}

#lt-yandex-reviews-section .lt-yandex-widget{
  position:relative;

  width:100%;
  max-width:760px;
  height:660px;

  overflow:hidden;

  background:#fff;

  border:1px solid rgba(15,17,21,.08);
  border-radius:20px;

  box-shadow:0 8px 24px rgba(15,17,21,.07);
}

#lt-yandex-reviews-section .lt-yandex-widget iframe{
  display:block;

  width:100%;
  height:100%;

  margin:0;
  padding:0;

  border:0;

  background:#fff;
}

#lt-yandex-reviews-section .lt-yandex-widget-credit{
  position:absolute;

  left:0;
  bottom:6px;

  width:100%;

  padding:0 20px;

  color:#aaa;

  text-align:center;

  font-family:Arial,sans-serif;
  font-size:10px;
  line-height:14px;

  z-index:2;
}


/* =========================================================
   ПЛАНШЕТ
   ========================================================= */

@media(max-width:980px){

  #lt-yandex-reviews-section .lt-reviews-shell{
    grid-template-columns:220px minmax(0,1fr);

    gap:20px;

    padding:20px;
  }

  #lt-yandex-reviews-section .lt-rating-card{
    padding:20px;
  }

  #lt-yandex-reviews-section .lt-rating-number{
    font-size:38px;
  }

  #lt-yandex-reviews-section .lt-rating-stars{
    font-size:17px;
  }

  #lt-yandex-reviews-section .lt-yandex-widget{
    max-width:none;
  }
}


/* =========================================================
   МОБИЛЬНАЯ ВЕРСИЯ
   ========================================================= */

@media(max-width:767px){

  #lt-yandex-reviews-section{
    margin-top:32px;
  }

  #lt-yandex-reviews-section .lt-reviews-head{
    flex-direction:column;
    align-items:flex-start;

    gap:8px;

    margin-bottom:16px;
  }

  #lt-yandex-reviews-section .lt-reviews-title{
    font-size:22px;
  }

  #lt-yandex-reviews-section .lt-reviews-all{
    font-size:14px;
  }

  #lt-yandex-reviews-section .lt-reviews-shell{
    display:block;

    width:100%;

    padding:8px;

    border-radius:22px;
  }

  #lt-yandex-reviews-section .lt-rating-card{
    min-height:0;

    margin:0 0 10px;

    padding:20px;

    justify-content:flex-start;

    border-radius:16px;

    box-shadow:none;
  }

  #lt-yandex-reviews-section .lt-rating-name{
    margin-bottom:10px;

    font-size:18px;
  }

  #lt-yandex-reviews-section .lt-rating-number{
    font-size:38px;
  }

  #lt-yandex-reviews-section .lt-rating-stars{
    font-size:18px;
  }

  #lt-yandex-reviews-section .lt-rating-note{
    margin-bottom:16px;

    font-size:13px;
  }

  #lt-yandex-reviews-section .lt-review-button{
    width:100%;
  }

  #lt-yandex-reviews-section .lt-yandex-widget{
    width:100%;
    max-width:none;
    height:620px;

    border-radius:16px;

    box-shadow:none;
  }
}