* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #02b2d1;
  background: radial-gradient(circle, rgb(5 136 159) 0%, rgba(0, 102, 77, 1) 100%);
  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;
  color: #ff4c00;
}

.cookie-popup {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #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: #ff4c00;
  text-decoration: underline;
}

.cookie-popup__btn {
  background: #ff4c00;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 10px 20px;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.3s;
}

.cookie-popup__btn:hover {
  background: #ffb84d;
}

.overlay {
  background: #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;
}

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: 189px;
  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;
}

.content__table {
  color: #fff;
  padding: 34px 21px 46px 21px;
}

.content__table-block {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  background: #2fba95;
  margin: 0 0 27px 0;
  border-radius: 9px;
  border: 2px solid #ff4c00;
}

.content__table-block--one {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 683px;
  width: 100%;
}

.content__table-block--bet {
  background: #000;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 43px;
}

.content__table-block--button {
  background: #ff4c00;
  box-shadow: 1px 1px 6px #5c5c5c;
  border-radius: 4px;
  padding: 10px 22px;
  width: 208px;
  height: 45px;
  text-transform: uppercase;
  color: #fff;
  margin: 0 auto;
}

.content__table-block--logo {
  width: 171px;
}

.content__table-block--name {
  padding: 0 22px;
}

.content__table-block--price {
  color: #3eb439;
  font-style: oblique;
}

.content__table-block--tours {
  color: #000;
  font-weight: bold;
  font-size: 19px;  
}

.content__table-block--two {
  max-width: 241px;
  width: 100%;
  padding: 15px;
}

.content__table-block--rating {
  text-align: center;  
}

.content__table-block--number {
  font-size: 32px;
}

.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;
}

.content__table-block--ok:before {
  content: url(../img/verify.png);
  margin-right: 7px;
  position: relative;
  top: 2px;
}

.text {
  background: #fff;
  padding: 66px 21px 67px 21px;
  text-align: center;
}

.text h3 {
  font-size: 25px;
  font-weight: 700;
  color: #050505;
  margin: 14px 0 14px 0;
  word-spacing: 1px;
}

.text p {
  color: #525151;
  line-height: 22px;
  font-size: 16px;
}

.text__article {
  max-width: 1156px;
  width: 100%;
  margin: 0 auto;
  padding: 21px;
  border: 2px solid #ff4c00;
  border-radius: 10px;
}

.text-block {
  background: #fff;
  padding: 71px 21px;
}

.text-block h2 {
  margin: 21px 0 14px 0;
}

.text-block h3 {
  margin: 21px 0 14px 0;
}

.text-block p {
  margin: 21px 0 14px 0;
}

footer {
  color: #fff;
  padding: 59px 21px 28px 21px;
  background: #02b2d1;
  background: radial-gradient(circle, rgb(5 136 159) 0%, rgba(0, 102, 77, 1) 100%);
}

.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;
}

.footer-menu {
}

.footer-menu__links {
  display: flex;
  justify-content: space-between;
  max-width: 817px;
  width: 100%;
  margin: 0 auto;
  text-decoration: underline;
}

.footer-copyright {
  margin: 41px auto;
  text-align: center; 
}

.contact-block {
  padding: 112px 20px;
  display: flex;
  justify-content: center;
}

.contact-form {

  max-width: 600px;
  width: 100%;
  background: #060a1773;
  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: #060a1773;
  border: 1px solid #444;
  padding: 12px;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  width: 100%;
}

.contact-form__textarea {
  resize: vertical;
  min-height: 100px;
}

.contact-form__btn {
  background: #ff4c00;
  color: #fff;
  text-transform: uppercase;
  border: none;
  padding: 12px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  transition: background 0.3s;
}

.contact-form__btn:hover {
  background: #bc7700;
}

.contact-form__success {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #0a0;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
}

@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;
    max-width: 1000px;
    text-align: center;  
  }

  .content__table {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
  }

  .content__table-block--bet {
    width: 71%;
    padding: 70px 0;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
  }

  .content__table-block--bet a {
    display: block;
    margin: 0 auto;
  }

  .content__table-block--two {
    margin: 0 auto;
  }

  .content__table-block--name {
    margin-top: 14px;
  }

}

@media (max-width: 725px) {

  .hero {
    margin: 72px 0;
    height: auto;
  }

}

@media (max-width: 705px) {

  .content__table-block {
    flex-direction: column;  
  }

  .content__table-block--bet {
    width: 89%;
  }

  .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;
  }

}


