* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html { scroll-behavior: smooth; }

body {
  background: url(../img/banner.webp) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  font-family: Hind, sans-serif !important;
  line-height: 1.6;
}

ul, ol { list-style: none; }

a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s ease;
}

h1 {
  margin: 0 0 16px 0;
  font-size: 51px;
  text-align: center;
  line-height: 60px;
  color: #ff7a00; /* был #f2161d */
}

/* Cookie popup */
.cookie-popup {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  background: #0f0f0f; /* тёмный фон вместо #000 */
  color: #fff;
  padding: 15px 20px;
  font-size: 14px;
  z-index: 1000;
  display: none; /* Показывается через JS */
}

.cookie-popup__content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.cookie-popup__text { flex: 1 1 70%; margin: 0; }

.cookie-popup__text a {
  color: #ffb84d; /* был #ffa200 */
  text-decoration: underline;
}

.cookie-popup__btn {
  background: #ff7a00; /* был #ffa200 */
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 10px 20px;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.3s;
}

.cookie-popup__btn:hover { background: #ff9c42; }

.overlay {
  background: #1f140ab8; /* тёплый тёмный оверлей вместо #0f0f1cb8 */
  position: absolute;
  top: 0; bottom: 0; left: 0; right: 0;
  z-index: -1;
  width: 100%; height: 100%;
}

.container {
  max-width: 1156px;
  width: 100%;
  margin: 0 auto 58px auto;
}

header {
  text-align: center;
  width: 100%;
  padding: 0 21px;
}

.header-text {
  color: #fff !important;
  font-weight: 500;
  line-height: 28px;
  padding: 5px;
  letter-spacing: .2px;
  font-size: 16px;
  margin: 0 !important;
  word-spacing: 1px;
}

.logo {
  max-width: 240px;
  width: 100%;
  padding: 36px 0 0 0;
}

main {}

.hero {
  height: 252px;
  display: flex;
  align-items: center;
  color: #fff;
  margin: 11px 0 0 0;
  padding: 0 21px;
}

.hero__info {}
.hero__info p { text-align: center; }
.hero__info-adv { text-align: center; }

/* Table */
.content__table {
  color: #fff;
  padding: 0 21px;
}

.content__table-block {
  background: rgba(255, 138, 0, 0.26); /* был #9dc2ff42 */
  color: #fff;
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  margin: 0 0 27px 0;
  padding: 14px 0;
  border-radius: 9px;
}

.content__table-block--one {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 683px;
  width: 100%;
  padding: 21px;
}

.content__table-block--button {
  text-align: center;
  background: #d45a00;            /* был #00307f */
  box-shadow: 0px 2px 5px #873800;
  border-radius: 4px;
  padding: 9px 22px;
  width: 225px;
  height: 45px;
  text-transform: uppercase;
  color: #fff;
  margin: 0 auto;
}

.content__table-block--logo { width: 171px; }

.content__table-block--name {}

.content__table-block--price {
  color: #ffb84d;                 /* был #3eb439 */
  font-style: oblique;
}

.content__table-block--tours {
  color: #fff;
  font-weight: bold;
  font-size: 19px;
}

.content__table-block--two {
  max-width: 278px;
  width: 100%;
  padding: 7px 21px 21px 21px;
}

.content__table-block--rating { text-align: center; }

.content__table-block--number {
  font-size: 32px;
  color: #ffd08a;
}

.content__table-block--votes {}

.content__table-block--stars { width: 110px; height: 28px; }
.content__table-block--star {}

.content__table-block--visit {
  display: flex;
  flex-direction: column;
  padding-top: 15px;
  justify-content: space-between;
  height: 106px;
}

.content__table-block--ok {
  text-align: center;
  color: #ffe4c4;
}

.content__table-block--ok:before {
  content: url(../img/verify.png);
  margin-right: 7px;
  position: relative;
  top: 2px;
}

/* Text blocks */
.text {
  padding: 25px 21px 60px 21px;
  text-align: center;
}

.text h3 {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  margin-top: 25px;
  word-spacing: 1px;
}

.text p {
  color: #ffe9d1;                 /* теплее белый для читабельности */
  line-height: 22px;
  font-size: 16px;
}

.text-block {
  background: #1f140a;            /* вместо белого */
  padding: 71px 21px;
  color: #fff;
}

.text-block h2 { margin: 21px 0 14px 0; }
.text-block h3 { margin: 21px 0 14px 0; }
.text-block p { margin: 21px 0 14px 0; color: #ffdcb3; }

/* Footer */
footer {
  color: #fff;
  padding: 43px 21px 28px 21px;
  background: rgba(255, 138, 0, 0.22); /* был #9dc2ff42 */
}

.footer-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  padding: 20px;
}

.footer-logos__block {
  display: flex;
  align-items: center;
  justify-content: center;
}

.logos-links__img--18 { width: 93px; }
.logos-links__img--gamcare { width: 169px; }
.logos-links__img--aware { width: 214px; }
.logos-links__img--best { width: 136px; }
.logos-links__img--anj { width: 48px; }
.logos-links__img--ssl { width: 136px; }

.footer-info { text-align: center; }
.footer-info p { margin-bottom: 32px; color: #ffe4c4; }

.footer-menu {}
.footer-menu__links {
  display: flex;
  justify-content: space-between;
  max-width: 971px;
  width: 100%;
  margin: 0 auto;
  text-decoration: underline;
}

.footer-copyright {
  margin: 41px auto;
  text-align: center;
  color: #ffd9a3;
}

/* Contact */
.contact-block {
  padding: 112px 20px;
  display: flex;
  justify-content: center;
}

.contact-form {
  max-width: 600px;
  width: 100%;
  background: rgba(255, 138, 0, 0.22); /* был #9dc2ff42 */
  padding: 30px;
  border-radius: 10px;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-form__title {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.contact-form__input,
.contact-form__textarea {
  background: rgba(255, 255, 255, 0.12);   /* был #d9d9d973 */
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 12px;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  width: 100%;
}

.contact-form__textarea { resize: vertical; min-height: 100px; }

.contact-form__btn {
  background: #ff7a00;            /* был #00307f */
  color: #fff;
  text-transform: uppercase;
  border: none;
  padding: 12px;
  border-radius: 5px;
  box-shadow: 0px 2px 5px #8a4600; /* был #396f24 */
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  transition: background 0.3s;
}

.contact-form__btn:hover { background: #e56e00; }

.contact-form__success {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ff9c42;      /* был #0a0 */
  color: #2b1707;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
}

/* Media */
@media (max-width: 1209px) {
  .hero { margin: 49px 0; }
}

@media (max-width: 985px) {
  .footer-menu__links { flex-direction: column; text-align: center; }
  .footer-menu__links span { display: none; }

  h1,
  .hero__info p,
  .footer-info,
  .text h3,
  .text p { text-align: center; }
}

@media (max-width: 909px) {
  .content__table-block { flex-direction: column; }
  .content__table-block--one {
    flex-direction: column;
    margin: 0 auto;
    text-align: center;
  }
  .content__table-block--two { margin: 0 auto; }
  .content__table-block--name { margin-top: 14px; }
}

@media (max-width: 725px) {
  .hero { margin: 72px 0 21px 0; height: auto; }
}

@media (max-width: 705px) {
  .content__table-block { flex-direction: column; }
  .content__table { padding: 0 21px 43px 21px; }
  .content__table-block--one,
  .content__table-block--two {
    margin: 0 auto;
    max-width: 462px;
  }
}

@media (max-width: 686px) {}

@media (max-width: 600px) {
  .footer-logos { justify-content: center; }
  .cookie-popup__content { flex-direction: column; align-items: flex-start; }
  .cookie-popup__btn { width: 100%; }
  .contact-form { padding: 20px; }
}

@media (max-width: 537px) {
  .content__table-block {
    justify-content: space-between;
    margin: 0 0 27px 0;
  }
}

@media (max-width: 460px) {
  .content__table-block { justify-content: space-between; }
}
