/* Reset and base styles  */
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

/* Links */

a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */

aside,
nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button,
input[type='submit'] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

input[type='file'] {
  max-width: 100%;
}

/* Adamina Regular */
@font-face {
  font-family: 'Adamina';
  src: url('/topparissurlagloire-fonts/topparissurlagloire-adamina-regular.woff2')
    format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Inter Variable */
@font-face {
  font-family: 'Inter';
  src: url('/topparissurlagloire-fonts/topparissurlagloire-inter-variablefont.woff2')
    format('woff2-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'Inter', sans-serif;
}

.container {
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 992px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 600px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.text-center {
  text-align: center;
}

.pb-30-20 {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 780px) {
  .pb-30-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/* hero text */

.tx-hero-16 {
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.58);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.tx-hero-43-22 {
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  font-family: 'Adamina';
  font-size: 43px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 43px */
  text-transform: uppercase;
}

@media (max-width: 780px) {
  .tx-hero-43-22 {
    font-size: 22px;
  }
}

.tx-hero-43-22-accent {
  background: radial-gradient(100.14% 141.42% at 0% 0%, #ff00d9 0%, #f00 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Adamina';
  font-size: 43px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  color: #fff;

  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  font-family: 'Adamina';
  font-size: 43px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 43px */
  text-transform: uppercase;
}

@media (max-width: 780px) {
  .tx-hero-43-22-accent {
    font-size: 22px;
  }
}

.tx-hero-16 {
  color: #fff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.tx-hero-20px {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

/* card text */

.tx-card-14-10 {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

@media (max-width: 780px) {
  .tx-card-14-10 {
    font-size: 10px;
  }
}

.tx-card-10 {
  color: #fff;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.tx-card-20-15 {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}

@media (max-width: 780px) {
  .tx-card-20-15 {
    font-size: 15px;
  }
}

.tx-card-10-300w {
  color: #fff;
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.tx-card-btn {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}

/* info text */

.tx-info-16 {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}

.tx-14-12 {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

@media (max-width: 780px) {
  .tx-14-12 {
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
  }
}

/* footer text */

.tx-footer-16 {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.tx-footer-14 {
  color: #faf9f0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.tx-footer-12 {
  color: #c3c3c3;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

@media (max-width: 780px) {
  .tx-footer-12 {
    text-shadow: 0 1px 3px #000;
  }
}

/* second pages text */

.tx-32-20 {
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  font-family: 'Adamina', sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 32px */
  text-transform: uppercase;
}

@media (max-width: 780px) {
  .tx-32-20 {
    font-size: 20px;
  }
}

.tx-20-16 {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 26px */
}

@media (max-width: 780px) {
  .tx-20-16 {
    font-size: 16px;
  }
}

.tx-16-14 {
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 19.2px */
  text-transform: uppercase;
}

@media (max-width: 780px) {
  .tx-16-14 {
    font-size: 14px;
  }
}

.tx-14-12-gray {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

@media (max-width: 780px) {
  .tx-14-12-gray {
    font-size: 12px;
  }
}

/* frame gray */

.topparissurlagloire-frame-gray {
  border-radius: 30px;
  background: #242424;
  padding: 20px;
}

.topparissurlagloire-star-icon {
  width: 31px;
  height: 31px;
}

/* header */

.topparissurlagloire-header {
  background: radial-gradient(100.14% 141.42% at 0% 0%, #ff00d9 0%, #f00 100%);
  padding-top: 15px;
  padding-bottom: 15px;
}

.topparissurlagloire-header__container {
  display: flex;
  justify-content: center;
  gap: 5px;
  align-items: center;
}

.topparissurlagloire-header__container img {
  width: 31px;
  height: 31px;
}

.topparissurlagloire-header-logo {
  text-transform: uppercase;
}

/* main */

.topparissurlagloire-main {
  background: #0a0a0a;
}

/* hero section */
.topparissurlagloire-hero {
  padding-top: 30px;
}

@media (max-width: 768px) {
  .topparissurlagloire-hero {
    padding-top: 20px;
  }
}

.topparissurlagloire-hero__container {
  padding: 100px;
  border-radius: 70px;
  background-image: linear-gradient(90deg, #000 51.48%, rgba(0, 0, 0, 0) 78.81%),
    url('/topparissurlagloire-img/topparissurlagloire-hero-man-img.webp');
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
}

.topparissurlagloire-hero__container-text {
  max-width: 711px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: left;
}

.topparissurlagloire-hero-features {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: nowrap;
}

.topparissurlagloire-hero-features-item {
  border-radius: 36px;
  background: radial-gradient(
    100.14% 141.42% at 0% 0%,
    #ff00d9 0%,
    #ff0000 100%
  );
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  padding: 10px 22px;
  white-space: nowrap;
}

.topparissurlagloire-star-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.mb-10 {
  margin-bottom: 10px;
}

.topparissurlagloire-frame-gray {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media (max-width: 1200px) {
  .topparissurlagloire-hero__container {
    padding: 80px;
    background-position: right center;
  }

  .topparissurlagloire-hero__container-text {
    max-width: 640px;
  }

  .topparissurlagloire-hero-features {
    gap: 16px;
  }
}

@media (max-width: 992px) {
  .topparissurlagloire-hero__container {
    flex-direction: column;
    align-items: center; /* ✅ центрируем контент */
    justify-content: center;
    text-align: center;
    padding: 60px;
    background-position: center right;
  }

  .topparissurlagloire-hero__container-text {
    max-width: 100%;
    align-items: center; /* ✅ выравнивание по центру */
    text-align: center;
  }

  .topparissurlagloire-hero-features {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    width: 100%;
  }

  .topparissurlagloire-hero-features-item {
    padding: 8px 18px;
    justify-content: center; /* ✅ текст и иконка по центру */
  }
}

@media (max-width: 768px) {
  .topparissurlagloire-hero__container {
    background-image: linear-gradient(
        90deg,
        #000 51.48%,
        rgba(0, 0, 0, 0) 78.81%
      ),
      url('/topparissurlagloire-img/topparissurlagloire-hero-man-img-mb.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    border-radius: 36px;
    padding: 40px 20px;
  }

  .topparissurlagloire-hero__container-text {
    align-items: flex-start;
    text-align: left;
    gap: 16px;
  }

  .topparissurlagloire-hero-features {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
  }

  .topparissurlagloire-hero-features-item {
    width: 100%;
    max-width: 340px;
    justify-content: flex-start;
    padding: 10px 20px;
  }
}

@media (max-width: 768px) {
  .topparissurlagloire-hero__container {
    background-image: linear-gradient(
        90deg,
        #000 51.48%,
        rgba(0, 0, 0, 0) 78.81%
      ),
      url('/topparissurlagloire-img/topparissurlagloire-hero-man-img-mb.webp');
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 20px;
    border-radius: 36px;
  }

  .topparissurlagloire-hero__container-text {
    max-width: 100%;
    text-align: left;
    align-items: flex-start;
    gap: 16px;
  }

  .topparissurlagloire-hero-features {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
  }

  .topparissurlagloire-hero-features-item {
    width: 100%;
    max-width: 340px;
    justify-content: center;
    border-radius: 36px;
    padding: 10px 20px;
    background: radial-gradient(
      100.14% 141.42% at 0% 0%,
      #ff00d9 0%,
      #ff0000 100%
    );
    gap: 8px;
  }

  .topparissurlagloire-star-icon {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 480px) {
  .topparissurlagloire-hero__container {
    padding: 28px 16px;
    border-radius: 24px;
  }

  .topparissurlagloire-hero__container-text {
    gap: 16px;
  }

  .topparissurlagloire-hero-features {
    gap: 10px;
  }

  .topparissurlagloire-hero-features-item {
    font-size: 14px;
    gap: 6px;
    padding: 8px 14px;
    width: 100%;
    max-width: 100%;
    justify-content: center;
  }

  .topparissurlagloire-star-icon {
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 359px) {
  .tx-hero-43-22,
  .tx-hero-43-22-accent {
    font-size: 16px;
  }

  .tx-hero-16 {
    font-size: 14px;
  }

  .topparissurlagloire-hero__container {
    padding: 24px 14px;
    border-radius: 22px;
  }

  .topparissurlagloire-hero-features-item {
    font-size: 13px;
    gap: 5px;
    padding: 6px 10px;
  }

  .topparissurlagloire-star-icon {
    width: 16px;
    height: 16px;
  }
}

/* cards section */
.topparissurlagloire-cards__container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: stretch;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.topparissurlagloire-cards__container.is-reversed {
  flex-direction: row-reverse;
}

.topparissurlagloire-cards__container.is-reversed > :nth-child(1) {
  order: 6;
}
.topparissurlagloire-cards__container.is-reversed > :nth-child(2) {
  order: 5;
}
.topparissurlagloire-cards__container.is-reversed > :nth-child(3) {
  order: 4;
}
.topparissurlagloire-cards__container.is-reversed > :nth-child(4) {
  order: 3;
}
.topparissurlagloire-cards__container.is-reversed > :nth-child(5) {
  order: 2;
}
.topparissurlagloire-cards__container.is-reversed > :nth-child(6) {
  order: 1;
}

.topparissurlagloire-cards-imem {
  flex: 1 1 334px;
  max-width: 334px;
  border-radius: 50px;
  background: radial-gradient(100.14% 141.42% at 0% 0%, #ff00d9 0%, #f00 100%);
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  gap: 10px;
}
.topparissurlagloire-cards-imem-img-container {
  border-radius: 36.012px;
  background: #000;
  width: 45px;
  height: 45px;
  padding: 4px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.topparissurlagloire-cards-imem-img-container img {
  width: 31px;
  height: 31px;
}
.topparissurlagloire-partner-logo__container {
  border-radius: 42.839px;
  background: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px;
  overflow: hidden;
  min-height: 140px;
  box-sizing: border-box;
}
.topparissurlagloire-partner-logo-img {
  display: block;
  width: 198px;
  height: 65px;
  object-fit: contain;
  object-position: center;
  margin: 0 auto 5px;
}
.topparissurlagloire-partner-logo-rating-container {
  display: flex;
  align-items: center;
  gap: 5px;
}
.topparissurlagloire-partner-logo-rating-container img {
  width: 14px;
  height: 14px;
}
.topparissurlagloire-partner-info__container {
  border-radius: 27.742px;
  background: #000;
  padding: 13px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.topparissurlagloire-partner-info__container a {
  display: block;
  padding: 20px 20px;
  border-radius: 36.012px;
  background: radial-gradient(100.14% 141.42% at 0% 0%, #ff00d9 0%, #f00 100%);
}
.topparissurlagloire-partner-pay-method-container {
  display: flex;
  justify-content: space-between;
}
.topparissurlagloire-partner-pay-method-container img {
  width: 19.428px;
  height: 19.428px;
  border: none;
}

.topparissurlagloire-arrow {
  border-radius: 20px;
  background: linear-gradient(121deg, #777 49.86%, #ddd 100.66%);
  padding: 8px 25px;
  margin: auto;
  width: 92px;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  color: #fff;

  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 20px;
}

.topparissurlagloire-arrow img {
  width: 24px;
  height: 24px;
}
@media (max-width: 720px) {
  .topparissurlagloire-cards-imem {
    padding: 18px;
    border-radius: 40px;
    padding-top: 55px;
    position: relative;
  }

  .topparissurlagloire-cards-imem-img-container {
    position: absolute;
    top: 15px;
    left: 12px;
    width: 36px;
    height: 36px;
    padding: 4px;
  }
  .topparissurlagloire-cards-imem-img-container img {
    width: 28px;
    height: 28px;
  }

  .topparissurlagloire-partner-logo__container {
    padding: 15px;
    min-height: 94.548px;
  }

  .topparissurlagloire-partner-logo-img {
    width: 162px;
    height: 54px;
    object-fit: contain;
    margin-bottom: 0;
  }

  .topparissurlagloire-partner-logo-rating-container {
    margin-top: 6px;
  }

  .topparissurlagloire-partner-info__container {
    padding: 14px 12px 16px;
  }

  .topparissurlagloire-partner-info__container a {
    padding: 10px 10px; /* как ты указал */
    font-size: 15px;
  }

  .topparissurlagloire-partner-pay-method-container {
    justify-content: center;
    gap: 10px;
    margin-top: 6px;
  }

  .topparissurlagloire-partner-pay-method-container img {
    width: 22px;
    height: 22px;
  }
}

/*  */

.topparissurlagloire-frames ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.topparissurlagloire-frame-gray {
  background-color: #2b2b2b;
  border-radius: 20px;
  padding: 24px 28px;
  color: #fff;
}

.topparissurlagloire-frame-gray h2 {
  text-align: left;
  margin-bottom: 10px;
}

.topparissurlagloire-frame-gray p {
  text-align: left;
}

.topparissurlagloire-frames-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
  margin: 0;
}

.topparissurlagloire-frames__container {
  padding: 40px 0;
}

.topparissurlagloire-frame-gray {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  background-color: #2b2b2b;
  border-radius: 20px;
  padding: 24px 28px;
  color: #fff;
  overflow: visible;
}

.topparissurlagloire-frame-icon {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: radial-gradient(100.14% 141.42% at 0% 0%, #ff00d9 0%, #f00 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-16px, -16px); /* выносим за угол */
}

.topparissurlagloire-frame-icon img {
  width: 60%;
  height: auto;
  display: block;
}

.topparissurlagloire-frame-content h2 {
  margin-bottom: 8px;
  text-align: left;
}

/* Контейнер списка */
.topparissurlagloire-frames-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0;
  margin: 0;
  position: relative;
}

/* Серая карточка */
.topparissurlagloire-frame-gray {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background-color: #2b2b2b;
  border-radius: 20px;
  padding: 24px 28px;
  color: #fff;
  overflow: visible; /* чтобы звезда не обрезалась */
}

/* Контейнер под иконку */
.topparissurlagloire-frame-icon {
  position: absolute;
  top: 0px; /* вверх от карточки */
  left: -28px; /* выдвигаем влево за границу */
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: radial-gradient(100.14% 141.42% at 0% 0%, #ff00d9 0%, #f00 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 6px rgba(255, 0, 0, 0.3);
  z-index: 2;
}

/* Картинка звезды внутри */
.topparissurlagloire-frame-icon img {
  width: 60%;
  height: auto;
  display: block;
}

/* Контент внутри карточки */
.topparissurlagloire-frame-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.topparissurlagloire-frame-content h2 {
  margin: 0;
  text-align: left;
}

.topparissurlagloire-frame-content p {
  margin: 0;
  text-align: left;
}

/* === ПРОМЕЖУТОЧНО (до 992px) === */
@media (max-width: 1024px) {
  .topparissurlagloire-frame-gray {
    padding: 20px 24px;
    border-radius: 18px;
    margin-left: 40px;
  }

  .topparissurlagloire-frame-icon {
    top: 0px;
    left: -10px;
    width: 20px;
    height: 20px;
  }

  .topparissurlagloire-frame-icon img {
    width: 58%;
  }

  .topparissurlagloire-frame-content h2 {
    font-size: 15px;
  }

  .topparissurlagloire-frame-content p {
    font-size: 13px;
  }
}

/* === МОБИЛКА (до 600px) === */
@media (max-width: 600px) {
  .topparissurlagloire-frames__container {
    padding: 10px 10px;
  }
  .topparissurlagloire-frame-gray {
    padding: 18px 20px;
    border-radius: 16px;
    margin-left: 20px;
  }

  .topparissurlagloire-frame-icon {
    top: 0px;
    left: -10px;
    width: 20px;
    height: 20px;
  }

  .topparissurlagloire-frame-icon img {
    width: 60%;
  }

  .topparissurlagloire-frame-content h2 {
    font-size: 14px;
    line-height: 1.4;
  }

  .topparissurlagloire-frame-content p {
    font-size: 12px;
    line-height: 1.5;
  }

  .topparissurlagloire-frames-list {
    gap: 14px;
  }
}

.topparissurlagloire-frame-gray a {
  background: radial-gradient(100.14% 141.42% at 0% 0%, #ff00d9 0%, #f00 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

/* footer */

.topparissurlagloire-footer {
  background: radial-gradient(100.14% 141.42% at 0% 0%, #ff00d9 0%, #f00 100%);
  color: #fff;
  padding: 40px 0 0;
  font-family: 'Inter', sans-serif;
}

.topparissurlagloire-footer__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 20px;
}

.topparissurlagloire-footer__col {
  flex: 1 1 45%;
  min-width: 280px;
}

.topparissurlagloire-footer__col h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.topparissurlagloire-footer__col p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.topparissurlagloire-footer__copy {
  text-align: center;
  font-size: 13px;
  margin-bottom: 20px;
}

/* логотипы */
.topparissurlagloire-footer__logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.topparissurlagloire-footer__logos img {
  height: 30px;
  object-fit: contain;
  display: block;
}

/* навигация */
.topparissurlagloire-footer__nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}

.topparissurlagloire-footer__nav a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  transition: opacity 0.3s ease;
}

.topparissurlagloire-footer__nav a:hover {
  opacity: 0.8;
}

/* нижняя линия */
.topparissurlagloire-footer__bottom {
  background: #111;
  text-align: center;
  font-size: 13px;
  padding: 10px 0;
  color: #fff;
}

.topparissurlagloire-footer__bottom {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.topparissurlagloire-footer__bottom {
  background: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 0;
  color: #fff;
  font-size: 14px;
}

/* Контейнер под значок */
.topparissurlagloire-footer__bottom-img {
  width: 30px;
  height: 30px;
  border: 1px solid #ff0000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: transparent;
}

/* Само изображение */
.topparissurlagloire-footer__bottom-img img {
  width: 50%;
  height: 50%;
  object-fit: contain;
  display: block;
}

@media (max-width: 780px) {
  .topparissurlagloire-footer__logos {
    justify-content: center;
  }
  .topparissurlagloire-footer__nav ul {
    flex-direction: column;
    justify-content: center;
    gap: 10px;
  }
}

.secondary-page .topparissurlagloire-frame-gray h2 {
  margin: auto;
}

.secondary-page .topparissurlagloire-frame-gray p {
  text-align: center;
}

.secondary-page .topparissurlagloire-frame-gray {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.topparissurlagloire-flex-col {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/*  */

.topparissurlagloire-star-icon-before {
  position: relative;
}

/* создаём подложку с градиентом и вставляем звезду */
.topparissurlagloire-star-icon-before::before {
  content: '';
  position: absolute;
  left: -50px;
  top: 0;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 29.869px;
  background: radial-gradient(100.14% 141.42% at 0% 0%, #ff00d9 0%, #f00 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 8px rgba(255, 0, 0, 0.3);
}

/* внутренняя звезда */
.topparissurlagloire-star-icon-before::after {
  content: '';
  position: absolute;
  left: -43px; /* центрируем по кругу */
  top: 0;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background: url('/topparissurlagloire-img/topparissurlagloire-star-icon.webp')
    center/contain no-repeat;
}

/* планшеты (до 1024px) */
@media (max-width: 1342px) {
  .secondary-page .topparissurlagloire-frame-gray {
    margin-left: 30px;
  }
  .topparissurlagloire-star-icon-before {
    padding-left: 60px;
  }

  .topparissurlagloire-star-icon-before::before {
    width: 30px;
    height: 30px;
    left: -40px;
  }

  .topparissurlagloire-star-icon-before::after {
    width: 24px;
    height: 24px;
    left: -37px;
  }
}

@media (max-width: 600px) {
  .topparissurlagloire-star-icon-before {
    padding: 20px;
  }
  .topparissurlagloire-star-icon-before::before {
    width: 24px;
    height: 24px;
    left: -34px;
    top: 18px;
  }

  .topparissurlagloire-star-icon-before::after {
    width: 18px;
    height: 18px;
    left: -31px;
    top: 18px;
  }

  .topparissurlagloire-star-icon-before {
    margin-left: 30px;
  }
}
