@import url('https://fonts.googleapis.com/css2?family=Playpen+Sans:wght@100..800&display=swap');
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: 'Playpen Sans', cursive;
  margin: 0;
  line-height: 1.6;
  color: #333;
}

::-webkit-scrollbar {
  background-color: #f3f3f3;
}

::-webkit-scrollbar-thumb {
  background: repeating-linear-gradient(
    45deg,
    #e51b26 0px,
    #e51b26 20px,
    white 20px,
    white 40px
  );
}

::-webkit-scrollbar-thumb:hover {
  background-color: #e26161;
}

#header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  height: 60px;
  transition: background-color 0.3s, box-shadow 0.3s;
}

#header.scrolled {
  background: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 15px 0;
}

nav li {
  margin: 0 15px;
}

nav a {
  text-decoration: none;
  color: #e51b26;
  font-weight: bold;
  transition: color 0.3s;
}

nav a:hover,
nav a.active {
  color: #b30000;
  text-decoration: underline;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.btn {
  display: inline-block;
  background-color: #007bff;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.btn:hover {
  background-color: #0056b3;
}

/* Банер */
#banner {
  position: relative;
  background: url('img/bg.webp') no-repeat center center;
  background-size: cover;
  color: white;
  text-align: center;
  padding: 100px 20px;
  width: 100%;
  min-height: 100vh;
}

.banner-content h1 {
  font-size: 3em;
  margin-bottom: 20px;
}

.banner-content p {
  font-size: 1.5em;
  margin-bottom: 30px;
}

/* О забеге */
#about-run {
  position: relative;
  padding: 60px 0 20px 0;
  background-color: transparent;
  background-image: url('img/trees_pattern_01w.png');
  background-position: bottom left;
  background-repeat: repeat-x;
  background-size: auto;
  text-align: center;
}

#about-run h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 2.5em;
  color: #e51b26;
}

#about-run p {
  margin-bottom: 20px;
  line-height: 1.6;
  font-size: 1.1em;
}

/* Блок фак */
#facts {
  position: relative;
  padding: 30px 0 60px 0;
  background-color: #e9f8f9;
}

#facts h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 2.5em;
  color: #e51b26;
  margin-top: 0;
}

.accordion {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.accordion-item {
  margin-bottom: 10px;
  transition: transform 0.3s;
}

.accordion-item:hover {
  transform: scale(1.01);
}

.accordion-header {
  width: 100%;
  background: white;
  border: none;
  padding: 15px;
  text-align: left;
  font-size: 1em;
  font-weight: 400;
  /* font-family: 'Bad Script', cursive; */
  color: #303030;
  cursor: pointer;
  border-radius: 15px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.toggle-icon {
  float: right;
  /* font-size: 1.5em; */
  font-weight: bold;
  color: #303030;
}

.toggle-icon::after {
  content: '+';
}

.accordion-header.active .toggle-icon::after {
  content: '-';
  color: white;
}

.accordion-header.active {
  /* background: linear-gradient(135deg, #e51b26 0%, #b3121d 100%); */
  background: #e51b26;
  border-radius: 15px 15px 0 0;
  color: white;
}

.accordion-content {
  display: none;
  padding: 15px;
  background: white;
  border-radius: 0 0 15px 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  /* margin-top: -5px; */
}

.accordion-content p {
  margin: 0;
  /* font-family: 'Bad Script', cursive; */
  font-size: 0.8em;
}

/* Список участников */
#participants {
  position: relative;
  padding: 5vw 0 60px 0;
  background: linear-gradient(to bottom, #0173ac 0%, #e2eeff 40%, #ffffff 100%);
  text-align: center;
}
#participants::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 200px;
  background: url(img/section_footer.png) repeat-x;
  z-index: 0;
}
#participants::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  padding-bottom: 56.25%;
  background: url(img/partners.webp) no-repeat center bottom;
  background-size: 100% auto;
  z-index: 0;
  pointer-events: none;
}

#participants h2 {
  text-align: center;
  margin: 0px 0 20px 0;
  font-size: 2.5em;
  color: #e51b26;
  position: relative;
  z-index: 3;
}

.participants-list {
  max-width: 800px;
  margin: 0 auto;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 20px 30px;
  border-radius: 15px;
  position: relative;
  margin-top: 10vw;
  background: url('img/star.png') repeat;
}

.participants-list::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: repeating-linear-gradient(
    45deg,
    #e51b26 0px,
    #e51b26 20px,
    white 20px,
    white 40px
  );
  clip-path: polygon(
    0 0,
    100% 0,
    100% 100%,
    0 100%,
    0 0,
    5px 5px,
    5px calc(100% - 5px),
    calc(100% - 5px) calc(100% - 5px),
    calc(100% - 5px) 5px,
    5px 5px
  );
  z-index: 0;
}

.participants-list::after {
  content: '';
  position: absolute;
  top: -20.2vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 90vw;
  height: 25vw;
  background-image: url(img/santa.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.participant {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* background: white; */
  padding: 10px 0px;
  border-bottom: dashed 1px #cdcdcd;
}

.participant:last-child {
  border-bottom: none;
}

.participant .number {
  font-weight: bold;
  width: 50px;
}

.participant .name {
  flex: 1;
  text-align: center;
  font-weight: bold;
}

.participant .distance {
  font-style: italic;
  color: #666;
  width: 100px;
  text-align: right;
}

/* Пагинация */
.pagination {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  gap: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.pagination button {
  background: #f2a5a9;
  color: white;
  border: none;
  padding: 10px 15px;
  /* margin: 5px; */
  cursor: pointer;
  border-radius: 15px;
  transition: background-color 0.3s;
}

.pagination button:hover,
.pagination button.active {
  background: #e51b26;
}

.pagination .ellipsis {
  margin: 0 5px;
  padding: 10px 0;
  color: #666;
}

.partners-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  position: relative;
  z-index: 23;
}

.partner img {
  height: auto;
  max-height: 70px;
  transition: transform 0.3s;
}

.partner:hover img {
  transform: scale(1.1);
}

.social-icons {
  text-align: center;
  margin-bottom: 40px;
}

.social-icons .social-icon {
  display: inline-block;
  margin: 0 10px;
  text-decoration: none;
  transition: transform 0.3s;
}

.social-icons .social-icon:hover {
  transform: scale(1.1);
}

.social-icons .social-icon img {
  width: 40px;
  height: 40px;
}

.contact-info {
  text-align: center;
}

.contact-info p {
  margin: 10px 0;
}

#scroll-down-btn {
  display: none;
}

@media (max-width: 768px) {
  .banner-content h1 {
    font-size: 2em;
  }

  #participants {
    padding: 10vw 0 60px 0;
  }

  .banner-content p {
    font-size: 1.2em;
  }

  #facts h2,
  #participants h2,
  #contacts h2,
  #about-run h2,
  #partners h2 {
    font-size: 1.8em;
    line-height: 1.1;
  }

  .participant {
    flex-direction: row;
    padding: 10px 15px;
  }

  .participant .number {
    width: 30px;
    font-size: 0.9em;
  }

  .participant .name {
    font-size: 0.9em;
  }

  .participant .distance {
    width: 60px;
    font-size: 0.9em;
    text-align: right;
  }

  /* .partners-list {
    flex-direction: column;
    align-items: center;
  } */

  .social-icons .social-icon {
    font-size: 1.5em;
    margin: 0 5px;
  }

  .social-icons .social-icon img {
    width: 30px;
    height: 30px;
  }

  nav li {
    margin: 0 10px;
  }

  nav a {
    font-size: 1.1em;
  }

  #banner {
    background-image: url('img/bg-sm.webp');
  }

  .pagination button {
    padding: 8px 12px;
    font-size: 0.9em;
  }

  #scroll-down-btn {
    display: block;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: transparent;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    animation: bounce 2s infinite;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #scroll-down-btn img {
    width: 48px;
    height: 48px;
  }

  @keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
      transform: translateX(-50%) translateY(0);
    }
    40% {
      transform: translateX(-50%) translateY(-10px);
    }
    60% {
      transform: translateX(-50%) translateY(-5px);
    }
  }

  .regbutton {
    width: -webkit-fill-available;
    display: block;
    margin: 0 20px;
  }

  .regbutton::before {
    left: 0;
    right: 0;
  }
}

.regbutton {
  margin-top: 20px;
  background: linear-gradient(135deg, #e51b26 0%, #b3121d 100%);
  padding: 20px 40px;
  border-radius: 20px;
  color: #fff !important;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  font-size: 24px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
  outline: none;
  border-radius: 15px;
  border: 1px solid #4c0300;
  box-shadow: inset 1px 1px 0px rgba(255, 255, 255, 0.25),
    /* highlight */ inset 0 0 6px #a23227,
    /* inner glow */ inset 0 80px 80px -40px #ac3223,
    /* gradient */ 1px 1px 3px rgba(0, 0, 0, 0.75); /* shadow */

  position: relative;
  overflow: visible; /* IE9 & 10 */
  -webkit-transition: 500ms linear;
  -moz-transition: 500ms linear;
  -o-transition: 500ms linear;
  transition: 500ms linear;
  animation: pulse 2s infinite;
}

.regbutton::before {
  content: '';
  display: block;
  position: absolute;
  top: -7px;
  left: -3px;
  right: 0;
  height: 23px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAXCAYAAACS5bYWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABFpJREFUeNrUV0tIo1cUvpkYjQ4xxSA6DxuNqG0dtaUKOgs3s6i0dFd3pSsXdjeIixakiGA34sZuXCkoONLFwJTK4GMYLYXg29gatTpiXurkbd7vv9/5ub+IxuhA7eiFQ5Kbc8/57ne/e87/ywRBYLdl3GG3aNwqsLJ0k0tLS+fmcnNzWUVFBVMoFGx2djarvLxcm5OTw+bm5iytra2xc4ExNjY27iqVyvvwK6CpeDzuCYVC1urq6qDA9UcfPp+PHR4esmAwKK6tr68/l5/8rgQ2Ozub1dbWyiYmJooaGxt/VqvV38jlchX9l0qlwoFA4DWS/RKLxRxFRUVf5+XlPcaaT2AP0sVPJBL2SCRiAPBpu93+vKamZo/Ae71eZjabWV1dXVqw7CKwp43ksrCw8Bhg7MJ/PLDZ5PHx8cz29vYT5JGD/bSYLgTrcDgYdk6siSc6NjZWDaAe4ZoHQL+cmZnRpZPnhWDpD8kw7uKo9ML/NMCsd2tr61vkzboMrEyv138M7TyLRqMWMBsX3sMgaZhMpp+AR5EJrCocDpuEGzKg4x8khs+CVWxubvZfR9JkMik4nU7BarUKLpeLmLsKuwIqTLynp4fqmIzASrqQT09Pf1VVVfX0KsWZ6uHBwQHTaDSsoKAgo6/H4xHLEcrVyRwuEisrKzs5XrrIVAVwiUVDKRRrL+YI32ewdVhMApuHWvcj6vids6J2u90MF4yBHUZNgKoEBaRBQalJqFSqtJfUYrGIlQX+ydXVVTN+u0tKSjQNDQ1axJVl2iTypebn55d7e3v/kqoDgZU1NTU9LCws/Py0M+2ekuGincxJ3yF+18jIyHJLS0slQJUWFxczrBeBE0vE5tHRkbixlZWVfSR8gTX/0P5gH7S1tX3Z3t7+BW8qAvwSfr8/jA0EIRM/qoFtampqbW9vTw+XA+ojUruVd3Z2tvb19T2TQFEim81GgVJoCvvj4+NLOJZgaWmpemdn5y3a6BbcnJDAw8HBwac6ne6eqCW5XDwB3qVSqM9/DAwMUNy/eVLabT7sI25qwgujThCBhWE+mAt2yNc4SQKSZrOQQE1HS22VJkmPAGTr7+//fX19fRk+Zgq0trbGeFAKEAQT98BSqKOj47vm5uaa/Px8JeIk4GcaHh6eWlxcfAU/A8xG67BxAX3fwdcbYUpSDJ06Z49Ak8ZC3OL8f3YiA4PBYKdLQ2AJ9OTk5GpXV9cQiCVh79M94QtlPLDUE/1gPNrd3f0W33W4cBoco48zQuy/IZYAMnGqlSc4c66L9JruQUaSARXeT8HGKzxAqFBekni6+h46+pMzGiJGMgTOJh1yU/KNEGDvZWvfBawkA9ppwGg0mrRa7SOI2g+gxOgbJIpdFpj72PnxSnPX8vqRxTURgBQWKisrH+GThOm+CtAzoK/9/Uiqq/6hoaHfdnd3jaOjo7/yY7yxbwqkWy3sQzpS2C6YirwvUJk0y7hurfyGRrnduPGvAAMASmo8wzeVwfsAAAAASUVORK5CYII=)
      no-repeat 0 0,
    url(data:image/png;base64,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)
      no-repeat 50% 0,
    url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAXCAYAAACFxybfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAodJREFUeNrsVb1rWlEUv2pN/GqspKRSKFYXWzEloIWif0Fn6dJChQ7OQil0qd3EzcEpg0OgdHDr4CQODk7VRlLMEIVqApX4We0zflR9/Z1Ui4T34ksaaAYP/Hzc673n/M6550PG8zz73yKjn0wm83fDYDAwo9HINBrNnwOQg4MDs0ql2lQqlfdAWont7ng8Pjw+Ps44nc4G1pI9EXWaSOzt7TGO42aH5Pv7+08ajUZ0MBiUeXEZd7vdL5VK5fX29rZ+5tQiEmdxKrlcjsEYczgcynK5/BKKv/IXFNz/XiqVXkHdjUuRIA9SqdRD8or/R8Ez9fr9fqHVakUR4c2z0REjIQuHw2ZcrPBXLCA0RHTezEdHjIQqkUhEr9I4HOILhQLf6/VoOUFEvDMiQiToDx1Cdz+bzZ6bUFarlel0OkkVUK/XWbvdPoVer5fh3ntsfwJ+CJ2XA4p0Op1bpBgJyxDehQQ6nQ5DZXHBYDBZq9V+EhFUndnr9drEqoc2bwJbwGPgtohuVSwWe2Gz2TZMJpNgRKi6qtUqg2EWj8dTgUDgo0KhWPN4PC70EvXOzs67fD6/S6kiRIKeZA1YJ2MiJNbdbvfTUCjkV6vVK2hcDF8GI2w0GrGTkxM2HA5PDxaLxSOfz/cWEfk81X0XIMMFgJJ/srBjCgk8IdcfuVyuZ36//7nFYtkQyAMumUzuRiKRD0jMFLa+AZOpYwqgB/ziBVqmVBKUO7eAB/R0WG/Z7XaTVqtdbTabHJL6EK2djBaBPHA0NSqpbUsiMUeEBgpF4Q5AbZrmSJ/yEWgBTaBNHl9kdkgmMUeG7qwAq9PqovceTA3zlxlgsuswyuXsGsiSxJLEkoSY/BZgAEjRodi+uBruAAAAAElFTkSuQmCC)
      no-repeat 100% 0;
}
.regbutton:hover {
  background: linear-gradient(135deg, #e51b26 0%, #b3121d 100%);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), 0 0 40px #fff;
  box-shadow: inset 1px 1px 0px rgba(255, 255, 255, 0.25),
    /* highlight */ inset 0 0 6px #da3b2c,
    /* inner glow */ inset 0 80px 80px -40px #dd4330,
    /* gradient */ 1px 1px 3px rgba(0, 0, 0, 0.75); /* shadow */
  /* transform: scale(1.05); */
}
.regbutton:focus {
  outline: none; /*FF*/
}
.regbutton:active {
  box-shadow: inset 1px 1px 0px rgba(255, 255, 255, 0.25),
    /* highlight */ inset 0 0 6px #da3b2c,
    /* inner glow */ inset 0 80px 80px -40px #dd4330,
    /* gradient */ 0px 1px 0px rgba(255, 255, 255, 0.25); /* shadow */

  -webkit-transition: 50ms linear;
  -moz-transition: 50ms linear;
  -o-transition: 50ms linear;
  transition: 50ms linear;
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

.cards {
  display: flex;
  margin: 20px 0;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.card {
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  font-size: 26px;
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.card:nth-child(1) {
  background: url(img/2026.webp) center center / cover;
}

.card:nth-child(2) {
  background: url(img/7.webp) center center / cover;
}

.card:nth-child(3) {
  background: url(img/21.webp) center center / cover;
}

.card:nth-child(4) {
  background: url(img/42.webp) center center / cover;
}

.card {
  transition: transform 0.3s;
}

.card:hover {
  transform: scale(1.05);
}

.participant {
  transition: transform 0.1s;
}

.participant:hover {
  transform: scale(1.01);
}
