.t-card__col {
  transition: transform 0.5s ease;
}
.t-card__col:hover {
  transform: scale(1.1);
}

.t-item {
  transition: transform 0.5s ease;
}
.t-item:hover {
  transform: scale(1.1);
}

.t182__btn {
  transition: transform 0.5s ease;
}
.t182__btn:hover {
  transform: scale(1.05);
}

.t-card__btn {
  transition: transform 0.5s ease;
}
.t-card__btn:hover {
  transform: scale(1.05);
}

.t580__btn {
  transition: transform 0.5s ease;
}
.t580__btn:hover {
  transform: scale(1.05);
}

/* ============================================================
   AeroVPN — FOOTER
   ============================================================ */

/* --- FIX: изображения растягивались по вертикали ------------------
   Экспорт Tilda проставляет <img width="…" height="…">, а классы
   (.t457__logo, .t107__width, .t738__img, .tn-atom__img) задают
   только width. Без height:auto атрибут height работает как
   presentational hint и картинка тянется на всю его величину.
   Проверено по всем страницам: правило меняет только те картинки,
   что были сломаны, остальные не трогает. --- */
#allrecords img[height] {
  height: auto;
}

/* --- блок перелинковки --- */
#allrecords .av-xlinks {
  font-family: 'Montserrat', Arial, sans-serif;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 48px;
}
#allrecords .av-xlinks__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 36px 48px;
  align-items: start;
}
#allrecords .av-xlinks__col {
  min-width: 0;
}

/* брендовая колонка */
#allrecords .av-xlinks__brand {
  max-width: 340px;
}
#allrecords .av-xlinks__brand-name {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #ffffff;
}
#allrecords .av-xlinks__brand-descr {
  margin: 12px 0 22px;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.5);
}
#allrecords a.av-xlinks__brand-btn {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 600;
  color: #03181a;
  background: linear-gradient(135deg, #6fe8da 0%, #4cddce 100%);
  box-shadow: 0 12px 28px -14px rgba(76, 221, 206, 0.85);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#allrecords a.av-xlinks__brand-btn:hover,
#allrecords a.av-xlinks__brand-btn:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px -12px rgba(76, 221, 206, 0.95);
}

/* заголовки колонок */
#allrecords .av-xlinks__cap {
  margin: 0 0 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
}
#allrecords .av-xlinks__ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#allrecords .av-xlinks__ul li {
  margin: 0 0 10px;
}
/* специфичность выше, чем у #allrecords a { color:#ff8562 } */
#allrecords .av-xlinks .av-xlinks__ul a {
  display: inline-block;
  font-size: 15px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}
#allrecords .av-xlinks .av-xlinks__ul a:hover,
#allrecords .av-xlinks .av-xlinks__ul a:focus-visible {
  color: #4cddce;
  transform: translateX(3px);
}

/* --- нижняя строка футера: лого + копирайт слева, ссылки справа --- */
#allrecords .t457 .t-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 28px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}
#allrecords .t457 .t-container > .t-col {
  width: auto;
  max-width: none;
  margin: 0;
  float: none;
}
#allrecords .t457__col_mt30 {
  order: 1;
  margin-top: 0;
  line-height: 0;
}
#allrecords .t457 .t-container > .t-col:last-child {
  order: 2;
}
#allrecords .t457 .t-container > .t-col:first-child {
  order: 3;
  margin-left: auto;
}
#allrecords .t457__logo {
  opacity: 0.85;
  transition: opacity 0.2s ease;
}
#allrecords .t457__logo:hover {
  opacity: 1;
}
#allrecords .t457 .t457__copyright {
  padding: 0;
  margin: 0;
  opacity: 1;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.42);
  text-align: left;
}
#allrecords .t457 .t457__ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 24px;
  padding: 0 !important;
  margin: 0;
}
#allrecords .t457 .t457__li {
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-weight: 500;
}
#allrecords .t457 .t457__li a {
  color: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}
#allrecords .t457 .t457__li a:hover,
#allrecords .t457 .t457__li a:focus-visible {
  color: #4cddce;
  border-bottom-color: rgba(76, 221, 206, 0.45);
}

@media screen and (max-width: 960px) {
  #allrecords .av-xlinks__grid {
    grid-template-columns: 1fr 1fr;
  }
  #allrecords .av-xlinks__brand {
    grid-column: 1 / -1;
    max-width: none;
  }
}
@media screen and (max-width: 640px) {
  #allrecords .av-xlinks {
    padding-top: 34px;
  }
  #allrecords .av-xlinks__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  #allrecords .t457 .t-container {
    justify-content: center;
    gap: 18px;
  }
  #allrecords .t457 .t-container > .t-col:first-child {
    order: 3;
    margin-left: 0;
    width: 100%;
  }
  #allrecords .t457 .t457__ul {
    justify-content: center;
  }
  #allrecords .t457 .t457__copyright {
    text-align: center;
  }
}

/* ============================================================
   AeroVPN — POPUP (t390 / rec833447729)
   ============================================================ */

#allrecords .t390 .t-popup {
  padding: 24px 20px;
  -webkit-backdrop-filter: blur(14px) saturate(115%);
  backdrop-filter: blur(14px) saturate(115%);
}

#allrecords .t390 .t-popup__container {
  left: 20px;
  right: 20px;
  width: auto;
  max-width: 500px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  overflow: hidden;
  /* звёздное поле, как в блоках T826 по всему сайту */
  background-image:
    url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20500%20440%22%20width%3D%22500%22%20height%3D%22440%22%3E%3Ccircle%20cx%3D%22365.8%22%20cy%3D%22340.1%22%20r%3D%221.3%22%20fill%3D%22%23fff%22%20opacity%3D%220.5%22%2F%3E%3Ccircle%20cx%3D%22180.8%22%20cy%3D%22223.0%22%20r%3D%221.3%22%20fill%3D%22%23fff%22%20opacity%3D%220.21%22%2F%3E%3Ccircle%20cx%3D%22292.2%22%20cy%3D%22306.3%22%20r%3D%220.6%22%20fill%3D%22%23fff%22%20opacity%3D%220.23%22%2F%3E%3Ccircle%20cx%3D%22467.6%22%20cy%3D%22437.6%22%20r%3D%220.7%22%20fill%3D%22%23fff%22%20opacity%3D%220.24%22%2F%3E%3Ccircle%20cx%3D%22448.5%22%20cy%3D%22100.9%22%20r%3D%221.3%22%20fill%3D%22%23fff%22%20opacity%3D%220.27%22%2F%3E%3Ccircle%20cx%3D%22495.0%22%20cy%3D%22267.9%22%20r%3D%221.3%22%20fill%3D%22%23fff%22%20opacity%3D%220.6%22%2F%3E%3Ccircle%20cx%3D%22487.0%22%20cy%3D%22358.3%22%20r%3D%220.9%22%20fill%3D%22%23fff%22%20opacity%3D%220.3%22%2F%3E%3Ccircle%20cx%3D%2267.2%22%20cy%3D%22156.0%22%20r%3D%220.6%22%20fill%3D%22%23fff%22%20opacity%3D%220.34%22%2F%3E%3Ccircle%20cx%3D%2223.0%22%20cy%3D%2250.3%22%20r%3D%220.6%22%20fill%3D%22%23fff%22%20opacity%3D%220.23%22%2F%3E%3Ccircle%20cx%3D%229.6%22%20cy%3D%22402.8%22%20r%3D%220.9%22%20fill%3D%22%23fff%22%20opacity%3D%220.31%22%2F%3E%3Ccircle%20cx%3D%22452.7%22%20cy%3D%226.2%22%20r%3D%221.3%22%20fill%3D%22%23fff%22%20opacity%3D%220.45%22%2F%3E%3Ccircle%20cx%3D%22232.9%22%20cy%3D%22358.7%22%20r%3D%220.6%22%20fill%3D%22%23fff%22%20opacity%3D%220.57%22%2F%3E%3Ccircle%20cx%3D%22346.3%22%20cy%3D%2211.1%22%20r%3D%221.0%22%20fill%3D%22%23fff%22%20opacity%3D%220.61%22%2F%3E%3Ccircle%20cx%3D%22231.9%22%20cy%3D%22347.4%22%20r%3D%221.3%22%20fill%3D%22%23fff%22%20opacity%3D%220.4%22%2F%3E%3Ccircle%20cx%3D%22150.5%22%20cy%3D%22439.6%22%20r%3D%221.0%22%20fill%3D%22%23fff%22%20opacity%3D%220.32%22%2F%3E%3Ccircle%20cx%3D%2210.8%22%20cy%3D%22390.5%22%20r%3D%220.7%22%20fill%3D%22%23fff%22%20opacity%3D%220.59%22%2F%3E%3Ccircle%20cx%3D%22173.0%22%20cy%3D%22302.5%22%20r%3D%221.0%22%20fill%3D%22%23fff%22%20opacity%3D%220.49%22%2F%3E%3Ccircle%20cx%3D%22355.8%22%20cy%3D%2299.0%22%20r%3D%220.6%22%20fill%3D%22%23fff%22%20opacity%3D%220.54%22%2F%3E%3Ccircle%20cx%3D%22113.4%22%20cy%3D%2292.5%22%20r%3D%220.9%22%20fill%3D%22%23fff%22%20opacity%3D%220.2%22%2F%3E%3Ccircle%20cx%3D%22294.3%22%20cy%3D%22129.3%22%20r%3D%221.0%22%20fill%3D%22%23fff%22%20opacity%3D%220.58%22%2F%3E%3Ccircle%20cx%3D%22302.3%22%20cy%3D%22257.5%22%20r%3D%220.6%22%20fill%3D%22%23fff%22%20opacity%3D%220.6%22%2F%3E%3Ccircle%20cx%3D%22416.5%22%20cy%3D%22358.3%22%20r%3D%221.3%22%20fill%3D%22%23fff%22%20opacity%3D%220.3%22%2F%3E%3Ccircle%20cx%3D%22317.4%22%20cy%3D%22276.3%22%20r%3D%221.0%22%20fill%3D%22%23fff%22%20opacity%3D%220.59%22%2F%3E%3Ccircle%20cx%3D%22368.3%22%20cy%3D%22272.5%22%20r%3D%220.6%22%20fill%3D%22%23fff%22%20opacity%3D%220.29%22%2F%3E%3Ccircle%20cx%3D%22135.2%22%20cy%3D%22200.4%22%20r%3D%220.7%22%20fill%3D%22%23fff%22%20opacity%3D%220.24%22%2F%3E%3Ccircle%20cx%3D%2249.9%22%20cy%3D%22263.3%22%20r%3D%220.7%22%20fill%3D%22%23fff%22%20opacity%3D%220.58%22%2F%3E%3Ccircle%20cx%3D%2254.2%22%20cy%3D%22261.1%22%20r%3D%221.0%22%20fill%3D%22%23fff%22%20opacity%3D%220.45%22%2F%3E%3Ccircle%20cx%3D%2263.3%22%20cy%3D%22279.6%22%20r%3D%220.7%22%20fill%3D%22%23fff%22%20opacity%3D%220.33%22%2F%3E%3Ccircle%20cx%3D%22316.8%22%20cy%3D%2257.9%22%20r%3D%220.7%22%20fill%3D%22%23fff%22%20opacity%3D%220.43%22%2F%3E%3Ccircle%20cx%3D%22310.0%22%20cy%3D%2217.0%22%20r%3D%221.0%22%20fill%3D%22%23fff%22%20opacity%3D%220.26%22%2F%3E%3Ccircle%20cx%3D%22483.4%22%20cy%3D%22312.4%22%20r%3D%221.0%22%20fill%3D%22%23fff%22%20opacity%3D%220.53%22%2F%3E%3Ccircle%20cx%3D%22130.4%22%20cy%3D%22104.2%22%20r%3D%220.7%22%20fill%3D%22%23fff%22%20opacity%3D%220.61%22%2F%3E%3Ccircle%20cx%3D%22174.0%22%20cy%3D%22101.5%22%20r%3D%221.3%22%20fill%3D%22%23fff%22%20opacity%3D%220.28%22%2F%3E%3Ccircle%20cx%3D%2211.9%22%20cy%3D%22306.5%22%20r%3D%220.9%22%20fill%3D%22%23fff%22%20opacity%3D%220.2%22%2F%3E%3Ccircle%20cx%3D%22389.8%22%20cy%3D%22343.8%22%20r%3D%221.3%22%20fill%3D%22%23fff%22%20opacity%3D%220.23%22%2F%3E%3Ccircle%20cx%3D%2257.1%22%20cy%3D%22237.4%22%20r%3D%221.3%22%20fill%3D%22%23fff%22%20opacity%3D%220.5%22%2F%3E%3Ccircle%20cx%3D%22134.0%22%20cy%3D%22247.0%22%20r%3D%221.3%22%20fill%3D%22%23fff%22%20opacity%3D%220.24%22%2F%3E%3Ccircle%20cx%3D%22279.5%22%20cy%3D%222.7%22%20r%3D%221.3%22%20fill%3D%22%23fff%22%20opacity%3D%220.25%22%2F%3E%3Ccircle%20cx%3D%2299.5%22%20cy%3D%22204.8%22%20r%3D%221.0%22%20fill%3D%22%23fff%22%20opacity%3D%220.56%22%2F%3E%3Ccircle%20cx%3D%22259.5%22%20cy%3D%2248.2%22%20r%3D%220.6%22%20fill%3D%22%23fff%22%20opacity%3D%220.42%22%2F%3E%3Ccircle%20cx%3D%2285.9%22%20cy%3D%22279.1%22%20r%3D%221.0%22%20fill%3D%22%23fff%22%20opacity%3D%220.62%22%2F%3E%3Ccircle%20cx%3D%22174.3%22%20cy%3D%2232.8%22%20r%3D%220.9%22%20fill%3D%22%23fff%22%20opacity%3D%220.49%22%2F%3E%3Ccircle%20cx%3D%22467.3%22%20cy%3D%22154.4%22%20r%3D%220.6%22%20fill%3D%22%23fff%22%20opacity%3D%220.5%22%2F%3E%3Ccircle%20cx%3D%22446.0%22%20cy%3D%22306.1%22%20r%3D%221.0%22%20fill%3D%22%23fff%22%20opacity%3D%220.21%22%2F%3E%3Ccircle%20cx%3D%22242.2%22%20cy%3D%22146.1%22%20r%3D%220.7%22%20fill%3D%22%23fff%22%20opacity%3D%220.39%22%2F%3E%3Ccircle%20cx%3D%2236.2%22%20cy%3D%22261.7%22%20r%3D%221.3%22%20fill%3D%22%23fff%22%20opacity%3D%220.61%22%2F%3E%3Ccircle%20cx%3D%22324.8%22%20cy%3D%22385.8%22%20r%3D%221.1%22%20fill%3D%22%234cddce%22%20opacity%3D%220.45%22%2F%3E%3Ccircle%20cx%3D%2289.4%22%20cy%3D%22181.6%22%20r%3D%221.1%22%20fill%3D%22%234cddce%22%20opacity%3D%220.45%22%2F%3E%3Ccircle%20cx%3D%22433.8%22%20cy%3D%2278.8%22%20r%3D%221.1%22%20fill%3D%22%234cddce%22%20opacity%3D%220.45%22%2F%3E%3Ccircle%20cx%3D%22355.8%22%20cy%3D%22142.1%22%20r%3D%221.1%22%20fill%3D%22%234cddce%22%20opacity%3D%220.45%22%2F%3E%3Ccircle%20cx%3D%222.0%22%20cy%3D%22209.5%22%20r%3D%221.1%22%20fill%3D%22%234cddce%22%20opacity%3D%220.45%22%2F%3E%3Ccircle%20cx%3D%22381.0%22%20cy%3D%220.2%22%20r%3D%221.1%22%20fill%3D%22%234cddce%22%20opacity%3D%220.45%22%2F%3E%3C%2Fsvg%3E"),
    radial-gradient(120% 100% at 50% 100%, rgba(76, 221, 206, 0.1) 0%, rgba(76, 221, 206, 0) 60%);
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  background-position: center, center;
  box-shadow:
    0 40px 90px -24px rgba(0, 0, 0, 0.85),
    0 0 0 1px rgba(255, 255, 255, 0.03) inset;
}

/* тонкая светящаяся линия по верхней кромке */


/* крестик переезжает внутрь карточки (см. JS в index.html) */
#allrecords .t390 .t-popup__container .t-popup__close {
  position: absolute;
  top: 10px;
  right: 10px;
  left: auto;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.06);
  transition: background-color 0.2s ease, opacity 0.2s ease;
}
#allrecords .t390 .t-popup__container .t-popup__close:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.13);
}
#allrecords .t390 .t-popup__container .t-popup__close-wrapper {
  width: 36px;
  height: 36px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#allrecords .t390 .t-popup__container .t-popup__close-icon {
  width: 13px;
  height: 13px;
}
#allrecords .t390 .t-popup__container .t-popup__close-icon rect {
  fill: rgba(255, 255, 255, 0.75);
}

#allrecords .t390 .t390__wrapper {
  padding: 44px 40px 40px;
}
#allrecords .t390 .t390__title {
  position: relative;
  text-wrap: balance;
  padding: 0 6px 20px;
  font-size: 26px;
  line-height: 1.26;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #ffffff;
}
#allrecords .t390 .t390__title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 44px;
  height: 3px;
  margin-left: -22px;
  border-radius: 2px;
  background: linear-gradient(90deg, #6fe8da 0%, #4cddce 100%);
}
#allrecords .t390 .t390__descr {
  margin-top: 18px;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.62);
}
#allrecords .t390 .t390__descr strong {
  color: #4cddce;
  font-weight: 600;
}
#allrecords .t390 .t390__btn-wrapper {
  margin-top: 28px;
}

@media screen and (max-width: 560px) {
  #allrecords .t390 .t390__wrapper {
    padding: 38px 24px 32px;
  }
  #allrecords .t390 .t390__title {
    font-size: 23px;
  }
  #allrecords .t390 .t390__descr {
    font-size: 14px;
  }
}

/* ============================================================
   AeroVPN — страница /free-vpn
   ============================================================ */

#allrecords .av-free {
  font-family: 'Montserrat', Arial, sans-serif;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* --- главный CTA --- */
#allrecords .av-free__cta {
  text-align: center;
  margin-bottom: 56px;
}
#allrecords a.av-free__btn {
  display: inline-block;
  padding: 20px 52px;
  border-radius: 100px;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.2;
  color: #03181a;
  background: linear-gradient(135deg, #6fe8da 0%, #4cddce 100%);
  box-shadow: 0 20px 46px -16px rgba(76, 221, 206, 0.9);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#allrecords a.av-free__btn:hover,
#allrecords a.av-free__btn:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 26px 56px -14px rgba(76, 221, 206, 1);
}
#allrecords .av-free__note {
  margin: 18px 0 0;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.5);
}
#allrecords .av-free .av-free__note a {
  color: #4cddce;
  border-bottom: 1px solid rgba(76, 221, 206, 0.4);
  transition: border-color 0.2s ease, opacity 0.2s ease;
}
#allrecords .av-free .av-free__note a:hover,
#allrecords .av-free .av-free__note a:focus-visible {
  border-bottom-color: #4cddce;
  opacity: 0.85;
}

#allrecords .av-free__badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}
#allrecords .av-free__badge {
  padding: 8px 18px;
  border: 1px solid rgba(76, 221, 206, 0.3);
  border-radius: 100px;
  font-size: 14px;
  font-weight: 600;
  color: #4cddce;
  background: rgba(76, 221, 206, 0.06);
}

/* --- сетка преимуществ --- */
#allrecords .av-free__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#allrecords .av-free__card {
  padding: 28px 26px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035) 0%, rgba(255, 255, 255, 0) 100%);
  transition: border-color 0.25s ease, transform 0.25s ease;
}
#allrecords .av-free__card:hover {
  border-color: rgba(76, 221, 206, 0.4);
  transform: translateY(-4px);
}
#allrecords .av-free__ico {
  display: block;
  font-size: 26px;
  line-height: 1;
  margin-bottom: 16px;
}
#allrecords .av-free__card-title {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
}
#allrecords .av-free__card-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.58);
}

@media screen and (max-width: 960px) {
  #allrecords .av-free__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 640px) {
  #allrecords .av-free__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  #allrecords .av-free__cta {
    margin-bottom: 40px;
  }
  #allrecords a.av-free__btn {
    display: block;
    padding: 18px 24px;
    font-size: 17px;
  }
  #allrecords .av-free__card {
    padding: 22px 20px;
  }
}

/* ============================================================
   AeroVPN — блок локаций на главной
   ============================================================ */

#allrecords .av-loc {
  font-family: 'Montserrat', Arial, sans-serif;
}
#allrecords .av-loc__lead {
  max-width: 620px;
  margin: 0 auto 36px;
  text-align: center;
  font-size: 17px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.55);
}
#allrecords .av-loc__grid,
#allrecords .av-loc__specials {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}
#allrecords .av-loc__grid {
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}
#allrecords .av-loc__specials {
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 14px;
}
#allrecords .av-loc__card,
#allrecords .av-loc__wide {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  /* полупрозрачный фон — сквозь карточки видно звёзды блока T826 */
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.012) 100%);
  transition: border-color 0.25s ease, transform 0.25s ease, background-color 0.25s ease;
}
#allrecords .av-loc__card:hover,
#allrecords .av-loc__wide:hover {
  border-color: rgba(76, 221, 206, 0.45);
  background-color: rgba(76, 221, 206, 0.05);
  transform: translateY(-3px);
}
#allrecords .av-loc__wide {
  align-items: center;
  gap: 16px;
  padding: 20px 22px 20px 26px;
  overflow: hidden;
}
/* тонкая бирюзовая грань слева вместо сплошной заливки */
#allrecords .av-loc__wide::before {
  content: '';
  position: absolute;
  left: 0;
  top: 14px;
  bottom: 14px;
  width: 3px;
  border-radius: 0 3px 3px 0;
  background: linear-gradient(180deg, #6fe8da 0%, #4cddce 100%);
}
#allrecords .av-loc__flag {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 18px;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.14);
}
#allrecords .av-loc__flag-svg {
  display: block;
}
/* иконка спецсервера — в бирюзовом чипе */
#allrecords .av-loc__flag_icon {
  width: 40px;
  height: 40px;
  margin-top: 0;
  border-radius: 12px;
  border: 1px solid rgba(76, 221, 206, 0.28);
  background: rgba(76, 221, 206, 0.1);
  box-shadow: none;
}
#allrecords .av-loc__icon-svg {
  display: block;
  width: 24px;
  height: 24px;
}
#allrecords .av-loc__name {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  color: #ffffff;
}
#allrecords .av-loc__wide-text {
  display: block;
}
#allrecords .av-loc__cap {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.48);
}
#allrecords .av-loc__note {
  margin: 30px 0 0;
  text-align: center;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
}

@media screen and (max-width: 1100px) {
  #allrecords .av-loc__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 860px) {
  #allrecords .av-loc__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 640px) {
  #allrecords .av-loc__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  #allrecords .av-loc__specials {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 10px;
  }
  #allrecords .av-loc__card,
  #allrecords .av-loc__wide {
    padding: 14px 15px;
    gap: 11px;
  }
  #allrecords .av-loc__name {
    font-size: 14px;
  }
  #allrecords .av-loc__lead {
    font-size: 15px;
    margin-bottom: 26px;
  }
}
