@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@600;700&family=Montserrat:wght@400;500&display=swap");
* {
  box-sizing: border-box;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
body {
  margin: 0;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: currentColor;
}

button {
  font-family: inherit;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}

input, textarea {
  font-family: inherit;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

svg {
  width: 24px;
  height: 24px;
  display: block;
}

address {
  font-style: normal;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.btn {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 10px 26px;
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  box-shadow: 0 4px 10px rgba(0, 86, 166, 0.15);
}
.btn--primary {
  background-color: #0056a6;
  color: #ffffff;
  border: none;
}
.btn--primary:hover, .btn--primary:focus {
  background-color: #003c73;
  box-shadow: 0 6px 14px rgba(0, 86, 166, 0.3);
  outline: none;
}
.btn--secondary {
  background-color: #f0f4f8;
  color: #0056a6;
  border: 2px solid #0056a6;
}
.btn--secondary:hover, .btn--secondary:focus {
  background-color: #0056a6;
  color: #ffffff;
  border-color: #0056a6;
  box-shadow: 0 6px 14px rgba(0, 86, 166, 0.3);
  outline: none;
}

.container {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
}

.header {
  background-color: #ffffff;
  padding: 20px 0;
  font-family: "Montserrat", sans-serif;
}
.header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  color: #0056a6;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: color 0.3s ease;
}
.header__logo svg {
  width: 140px;
  height: auto;
  vertical-align: middle;
}
.header__logo:hover, .header__logo:focus {
  color: #ffd700;
}
.header__buttons {
  display: flex;
  gap: 16px;
}

@media (max-width: 768px) {
  .header__wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .header__buttons {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    gap: 12px;
  }
  .btn {
    flex: 1;
    text-align: center;
    padding: 12px 0;
  }
}
.hero {
  position: relative;
  background-color: #f7f9fc;
  padding: 60px 0;
  font-family: "Montserrat", sans-serif;
  color: #1a1a1a;
}
.hero img {
  width: 100%;
  max-height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
  box-shadow: 0 8px 20px rgba(0, 86, 166, 0.15);
  margin-bottom: 40px;
}
.hero__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .hero__wrapper {
    flex-direction: column;
    gap: 30px;
  }
}
.hero__content {
  flex: 1.2;
}
.hero__content > * {
  max-width: 520px;
}
.hero__title {
  font-family: "Poppins", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2;
  color: #0056a6;
  margin-bottom: 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.hero__text {
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1.5;
  color: black;
  margin-bottom: 30px;
}
.hero__timer {
  flex: 0.8;
  background: #0056a6;
  color: #ffffff;
  padding: 30px 25px;
  border-radius: 6px;
  box-shadow: 0 12px 30px rgba(0, 86, 166, 0.25);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.hero__timer-title {
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 25px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.hero__timer-wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .hero__timer-wrapper {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.hero__timer-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 60px;
}
.hero__timer-item > * {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.hero__timer-number {
  font-family: "Poppins", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}
.hero__timer-text {
  font-size: 0.85rem;
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
}
.hero .btn--primary {
  align-self: center;
  font-size: 1.1rem;
  padding: 14px 40px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  box-shadow: 0 8px 20px rgba(255, 215, 0, 0.6);
  transition: box-shadow 0.3s ease;
}
.hero .btn--primary:hover, .hero .btn--primary:focus {
  box-shadow: 0 12px 30px rgba(255, 215, 0, 0.85);
}

.features {
  background-color: #ffffff;
  padding: 60px 0;
  font-family: "Montserrat", sans-serif;
  color: #1a1a1a;
}
.features__wrapper {
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .features__wrapper {
    flex-direction: column;
    gap: 30px;
  }
}
.features__img {
  flex: 1;
  max-width: 500px;
  height: 660px;
  width: 100%;
  -o-object-position: top;
     object-position: top;
  border-radius: 6px;
  box-shadow: 0 10px 25px rgba(0, 86, 166, 0.1);
  -o-object-fit: cover;
  object-fit: cover;
}
.features__content {
  flex: 1.2;
  max-width: 600px;
}
.features__content .title {
  font-family: "Poppins", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #0056a6;
  margin-bottom: 35px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.features__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.features__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}
@media (max-width: 576px) {
  .features__item {
    flex-direction: column;
    gap: 12px;
  }
}
.features__item-number {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  color: #ffd700;
  min-width: 44px;
  line-height: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.features__item-title {
  font-weight: 600;
  font-size: 1.25rem;
  color: #0056a6;
  margin-bottom: 8px;
}
.features__item-text {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: black;
  max-width: 520px;
}

.reviews {
  background-color: #f9fbfd;
  padding: 60px 0;
  font-family: "Montserrat", sans-serif;
  color: #1a1a1a;
}
.reviews .title {
  font-family: "Poppins", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #0056a6;
  text-align: center;
  margin-bottom: 50px;
}
.reviews__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .reviews__list {
    gap: 30px;
  }
}
@media (max-width: 576px) {
  .reviews__list {
    flex-direction: column;
    gap: 25px;
  }
}
.reviews__item {
  background-color: #ffffff;
  border-radius: 6px;
  box-shadow: 0 10px 30px rgba(0, 86, 166, 0.1);
  padding: 25px 30px 30px 30px;
  max-width: 360px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.reviews__item:hover {
  box-shadow: 0 15px 40px rgba(0, 86, 166, 0.18);
  transform: translateY(-5px);
  transition: all 0.3s ease;
}
.reviews__content {
  margin-bottom: 25px;
}
.reviews__name {
  font-weight: 700;
  font-size: 1.15rem;
  color: #0056a6;
  margin-bottom: 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.reviews__text {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: black;
}
.reviews__quote {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  opacity: 0.15;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

.hot-cold {
  background-color: #f0f4f8;
  padding: 60px 0;
  font-family: "Montserrat", sans-serif;
  color: #1a1a1a;
}
.hot-cold .title {
  font-family: "Poppins", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #0056a6;
  text-align: center;
  margin-bottom: 15px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.hot-cold__text {
  font-size: 1.1rem;
  font-weight: 400;
  color: black;
  max-width: 650px;
  margin: 0 auto 45px auto;
  text-align: center;
  line-height: 1.5;
}
.hot-cold__wrapper {
  display: flex;
  justify-content: center;
  gap: 70px;
}
@media (max-width: 768px) {
  .hot-cold__wrapper {
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }
}
.hot-cold__hot, .hot-cold__cold {
  background-color: #ffffff;
  border-radius: 6px;
  box-shadow: 0 10px 30px rgba(0, 86, 166, 0.1);
  padding: 30px 40px;
  width: 320px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: box-shadow 0.3s ease;
}
.hot-cold__hot:hover, .hot-cold__cold:hover {
  box-shadow: 0 15px 40px rgba(0, 86, 166, 0.2);
}
.hot-cold__hot-title, .hot-cold__cold-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 25px;
}
.hot-cold__hot-icon, .hot-cold__cold-icon {
  width: 28px;
  height: 28px;
}
.hot-cold__hot-text, .hot-cold__cold-text {
  font-size: 1.4rem;
  font-weight: 700;
  color: #0056a6;
}
.hot-cold__hot-list, .hot-cold__cold-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}
.hot-cold__hot-item, .hot-cold__cold-item {
  font-weight: 700;
  font-size: 1.3rem;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 12px rgba(0, 86, 166, 0.4);
  transition: background-color 0.3s ease;
  cursor: default;
}
.hot-cold__hot-item {
  background-color: #f2a900;
  color: #ffffff;
}
.hot-cold__hot-item:hover {
  background-color: #003c73;
}
.hot-cold__cold-item {
  background-color: #73bcff;
  color: #0056a6;
  box-shadow: 0 4px 12px rgba(0, 86, 166, 0.25);
}
.hot-cold__cold-item:hover {
  background-color: #40a3ff;
}

.legal {
  background-color: #b71c1c;
  padding: 40px 0;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.legal__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 480px) {
  .legal__wrapper {
    flex-direction: column;
    gap: 15px;
  }
}
.legal__img {
  width: 60px;
  height: auto;
  flex-shrink: 0;
}
.legal__text {
  font-size: 1rem;
  line-height: 1.5;
  color: #ffffff;
}
.legal__text a.responsible__link {
  color: #ffdf33;
  font-weight: 600;
  text-decoration: underline;
  transition: color 0.3s ease;
}
.legal__text a.responsible__link:hover, .legal__text a.responsible__link:focus {
  color: #ffef99;
  outline: none;
}

.how-to {
  font-family: "Montserrat", sans-serif;
  color: #1a1a1a;
  padding: 60px 0;
}
.how-to .title {
  font-family: "Poppins", sans-serif;
  font-size: 2.8rem;
  color: #0056a6;
  margin-bottom: 15px;
  text-align: center;
}
.how-to__text {
  font-size: 1.1rem;
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 40px;
}
.how-to__list {
  display: flex;
  flex-direction: column;
  max-width: 1000px;
  gap: 25px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
@media (max-width: 992px) {
  .how-to__list {
    flex-direction: column;
    gap: 35px;
  }
}
.how-to__item {
  background-color: #f0f4f8;
  border-radius: 6px;
  padding: 25px;
  display: flex;
  align-items: flex-start;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
}
.how-to__item:hover, .how-to__item:focus-within {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  outline: none;
}
@media (max-width: 992px) {
  .how-to__item {
    flex-direction: row;
    align-items: center;
  }
}
.how-to__img {
  width: 60px;
  height: 60px;
  margin-right: 20px;
  flex-shrink: 0;
}
.how-to__content {
  flex: 1;
}
.how-to__title {
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  color: #0056a6;
  margin-bottom: 8px;
}
.how-to__content-text {
  font-size: 1rem;
  color: #1a1a1a;
  line-height: 1.5;
  text-align: left;
}

.ticket {
  background-image: linear-gradient(rgba(0, 86, 166, 0.5), rgba(0, 86, 166, 0.5)), url("../img/hero-img.jpg");
  background-size: cover;
  background-position: center;
  padding: 50px 0;
  background-color: #f0f4f8;
}
.ticket__wrapper {
  display: flex;
  justify-content: center;
}
.ticket .btn--primary {
  font-family: "Poppins", sans-serif;
  background-color: #0056a6;
  color: #ffffff;
  padding: 14px 30px;
  border-radius: 6px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.1rem;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
  display: inline-block;
}
.ticket .btn--primary:hover, .ticket .btn--primary:focus {
  background-color: #003c73;
  box-shadow: 0 4px 12px rgba(0, 86, 166, 0.4);
  outline: none;
}

.sponsors {
  padding: 40px 0;
  background-color: #1a1a1a;
}
.sponsors__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.sponsors__item {
  flex: 0 0 auto;
}
.sponsors__link {
  display: inline-block;
  transition: transform 0.3s ease;
}
.sponsors__link:hover, .sponsors__link:focus {
  transform: scale(1.05);
  outline: none;
}
.sponsors__img {
  max-height: 50px;
  width: auto;
  display: block;
  transition: opacity 0.3s ease;
}

.responsible {
  background-color: #d32f2f;
  color: #ffffff;
  padding: 60px 0;
}
.responsible .title {
  text-align: center;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  margin-bottom: 30px;
}
.responsible__wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.responsible__img {
  max-height: 60px;
  width: auto;
}
.responsible__content {
  max-width: 900px;
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}
.responsible__text {
  margin-bottom: 20px;
}
.responsible__list {
  padding-left: 20px;
  margin-bottom: 20px;
}
.responsible__item {
  margin-bottom: 10px;
}
.responsible__link {
  color: #ffd700;
  font-weight: 600;
  text-decoration: underline;
  transition: color 0.3s ease;
}
.responsible__link:hover, .responsible__link:focus {
  color: #ffdf33;
  text-decoration: none;
}

.footer {
  background-color: #0056a6;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  padding: 30px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.footer__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 768px) {
  .footer__wrapper {
    flex-direction: column;
    align-items: center;
  }
}
.footer__menu {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 25px;
}
@media (max-width: 480px) {
  .footer__menu {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
}
.footer__menu-item {
  font-size: 0.9rem;
}
.footer__menu-item a.footer__menu-link {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer__menu-item a.footer__menu-link:hover, .footer__menu-item a.footer__menu-link:focus {
  color: #ffd700;
  outline: none;
}
.footer__payments {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .footer__payments {
    justify-content: center;
  }
}
.footer__payments-item {
  display: flex;
  align-items: center;
}
.footer__copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  margin-top: 40px;
  padding-top: 20px;
}

.auth {
  padding: 60px 0;
  background-color: #f0f4f8;
  font-family: "Montserrat", sans-serif;
  color: #1a1a1a;
}
.auth .auth__wrapper {
  text-align: center;
  margin-bottom: 40px;
}
.auth .auth__wrapper .auth__title {
  font-size: 2.5rem;
  font-family: "Poppins", sans-serif;
  color: #0056a6;
  margin-bottom: 16px;
}
.auth .auth__wrapper .auth__text {
  font-size: 1rem;
  max-width: 700px;
  margin: 0 auto;
  color: #1a1a1a;
}
.auth .auth__form {
  max-width: 800px;
  margin: 0 auto;
}
.auth .auth__form .auth__form-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}
.auth .auth__form .auth__form-input {
  flex: 1 1 48%;
  padding: 12px 16px;
  border: 1px solid #40a3ff;
  border-radius: 6px;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}
.auth .auth__form .auth__form-input::-moz-placeholder {
  color: gray;
}
.auth .auth__form .auth__form-input::placeholder {
  color: gray;
}
.auth .auth__form .auth__form-input:focus {
  outline: none;
  border-color: #0056a6;
}
.auth .auth__form .auth__form-input[type=checkbox] {
  flex: 0 0 auto;
  width: auto;
  margin-top: 5px;
}
.auth .auth__form .auth__form-label {
  flex: 1;
  font-size: 0.95rem;
  line-height: 1.4;
  color: #1a1a1a;
}
.auth .auth__form .auth__form-label a {
  color: #0056a6;
  text-decoration: underline;
}
.auth .auth__form .auth__form-label a:hover {
  color: #003c73;
}
.auth .auth__form .btn {
  display: inline-block;
  padding: 12px 32px;
  font-size: 1.1rem;
  background-color: #0056a6;
  color: #ffffff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.auth .auth__form .btn:hover {
  background-color: #003c73;
}
.auth .auth__form .auth__form-text {
  margin-top: 20px;
  font-size: 0.95rem;
  text-align: center;
}
.auth .auth__form .auth__form-text a {
  color: #0056a6;
  text-decoration: underline;
}
.auth .auth__form .auth__form-text a:hover {
  color: #003c73;
}
@media (max-width: 768px) {
  .auth .auth__form-wrapper {
    flex-direction: column;
  }
  .auth .auth__form-wrapper .auth__form-input {
    flex: 1 1 100%;
  }
}

.success-message {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #f0f4f8;
  border: 2px solid #ffd700;
  border-radius: 6px;
  padding: 30px 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  z-index: 1000;
  text-align: center;
  max-width: 90%;
  width: 400px;
  font-family: "Montserrat", sans-serif;
  color: #1a1a1a;
}
.success-message__text {
  font-size: 1.2rem;
  margin-bottom: 20px;
  font-weight: 500;
}
.success-message__btn {
  padding: 10px 24px;
  background-color: #0056a6;
  color: #ffffff;
  border: none;
  border-radius: 6px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s;
}
.success-message__btn:hover {
  background-color: #003c73;
}

.contact {
  padding: 60px 0;
  background-color: #f0f4f8;
}
.contact .container {
  max-width: 800px;
  margin: 0 auto;
}
.contact__wrapper {
  text-align: center;
  margin-bottom: 30px;
}
.contact__title {
  font-family: "Poppins", sans-serif;
  font-size: 2.5rem;
  color: #0056a6;
  margin-bottom: 10px;
}
.contact__text {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  color: #1a1a1a;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact-form__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 768px) {
  .contact-form__wrapper {
    flex-direction: column;
  }
}
.contact-form__input, .contact-form__textarea {
  flex: 1;
  padding: 12px 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  transition: border-color 0.3s;
}
.contact-form__input:focus, .contact-form__textarea:focus {
  border-color: #0056a6;
  outline: none;
}
.contact-form__textarea {
  min-height: 120px;
  resize: vertical;
}
.contact-form__label {
  font-family: "Montserrat", sans-serif;
  font-size: 0.95rem;
  color: #1a1a1a;
  display: flex;
  align-items: center;
  gap: 8px;
}
.contact-form__label a {
  color: #0056a6;
  text-decoration: underline;
}
.contact-form__label a:hover {
  color: #003c73;
}
.contact-form button {
  align-self: flex-start;
  font-family: "Montserrat", sans-serif;
}

.legal-policy {
  padding: 60px 0;
  font-family: "Montserrat", sans-serif;
  color: #1a1a1a;
  background-color: #f0f4f8;
}
.legal-policy .title {
  font-family: "Poppins", sans-serif;
  font-size: 2.5rem;
  margin-bottom: 40px;
  color: #0056a6;
  text-align: center;
}
.legal-policy__intro {
  font-size: 1.1rem;
  margin-bottom: 30px;
  line-height: 1.6;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.legal-policy__subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #0056a6;
}
.legal-policy__text {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 20px;
  max-width: 800px;
}
.legal-policy__link {
  color: #ffd700;
  text-decoration: underline;
  transition: color 0.3s ease;
}
.legal-policy__link:hover, .legal-policy__link:focus {
  color: #ccac00;
  text-decoration: none;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #0056a6;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  padding: 16px;
  z-index: 9999;
  box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
  transform: translateY(0);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.cookie-banner--hidden {
  transform: translateY(100%);
}
.cookie-banner__container {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 768px) {
  .cookie-banner__container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.cookie-banner__text {
  font-size: 0.95rem;
  line-height: 1.5;
}
.cookie-banner__link {
  color: #ffd700;
  text-decoration: underline;
}
.cookie-banner__link:hover {
  color: #ccac00;
}
.cookie-banner__actions {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .cookie-banner__actions {
    justify-content: flex-end;
  }
}
.cookie-banner__btn {
  font-family: "Montserrat", sans-serif;
  padding: 8px 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.cookie-banner__btn--accept {
  background-color: #ffd700;
  color: #1a1a1a;
}
.cookie-banner__btn--accept:hover {
  background-color: #ccac00;
}
.cookie-banner__btn--decline {
  background-color: #f0f4f8;
  color: #1a1a1a;
}
.cookie-banner__btn--decline:hover {
  background-color: #0d8aff;
}

.age-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 10000;
}
.age-popup__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.age-popup__content {
  position: relative;
  background-color: #f0f4f8;
  color: #1a1a1a;
  padding: 24px;
  border-radius: 6px;
  max-width: 400px;
  width: 100%;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.age-popup__title {
  font-size: 1.5rem;
  margin-bottom: 12px;
  font-family: "Poppins", sans-serif;
}
.age-popup__text {
  font-size: 1rem;
  margin-bottom: 20px;
}
.age-popup__actions {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.age-popup__actions .btn {
  padding: 10px 20px;
  border-radius: 6px;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border: none;
}
.age-popup__actions .btn--primary {
  background-color: #0056a6;
  color: #ffffff;
}
.age-popup__actions .btn--primary:hover {
  background-color: #003c73;
}
.age-popup__actions .btn--secondary {
  background-color: #f0f4f8;
  color: #1a1a1a;
}
.age-popup__actions .btn--secondary:hover {
  background-color: #0d8aff;
}