a {
  text-decoration: none;
  color: inherit;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}

.body__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

@media (max-width: 780px) {
  .body__container {
    padding: 20px;
  }
}

.winverto_header__fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fbfbfb;
  backdrop-filter: blur(15px);
  z-index: 10000;
}

.winverto_header__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
  padding: 15px 20px;
}

/* Лого */
.winverto_header__logo {
  width: 107px;
  height: 50px;
  object-fit: contain;
}

.winverto_header__links {
  display: flex;
  align-items: center;
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.winverto_header__links li {
  margin: 0;
  padding: 0;
}

.winverto_header__link {
  color: #3f3f3f;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  transition: 0.3s;
}

.winverto_header__link:hover {
  text-decoration: underline;
}

/* ===== Бургер ===== */
.winverto_header__burger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 22px;
  height: 18px;
  cursor: pointer;
}

.winverto_header__line {
  height: 2px;
  background-color: #000;
  transition: all 0.3s ease;
}

.winverto_header {
  background: url('/winverto-img/winverto-bg-desk.webp') no-repeat center;
  background-size: cover;
  color: #fff;
  margin-top: 80px;
}

.winverto_header__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 242px 540px 242px 100px;
  text-align: left;
}

.winverto_header__title {
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 2.88px;
  text-transform: uppercase;
  margin-bottom: 16px;
  text-align: left;
}

.winverto_header__subtitle {
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  max-width: 800px;
  text-align: left;
}

@media (max-width: 1024px) {
  .winverto_header__container {
    padding: 180px 60px;
  }
}

@media (max-width: 768px) {
  .winverto_header__container {
    padding: 80px 16px;
    text-align: center;
  }

  .winverto_header__title {
    font-size: 40px;
    letter-spacing: 2.4px;
    text-align: center;
  }

  .winverto_header__subtitle {
    font-size: 20px;
    text-align: center;
  }

  .winverto_header__links {
    display: none;
    flex-direction: column;
    gap: 20px;
    background: #fff;
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    border-top: 1px solid #ddd;
    padding: 20px 0;
    align-items: center;
    z-index: 9999;
  }

  .winverto_header__links.active {
    display: flex;
  }

  /* бургер */
  .winverto_header__burger {
    display: flex;
    order: -1;
  }

  .winverto_header__links.menu {
    display: none;
    flex-direction: column;
    gap: 20px;
    background: #fff;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    border-top: 1px solid #ddd;
    padding: 15px 0;
    align-items: center;
    z-index: 9999;
  }

  .winverto_header__links.menu.active {
    display: flex;
    top: 0;
  }
}

/* game */

.winverto_game {
  padding: 80px 20px;
  text-align: center;
  background: #fff;
}

.winverto_game__title {
  color: #3f3f3f;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 7.6px;
  text-transform: uppercase;
}

.winverto_game__head {
  color: #3f3f3f;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
}

.winverto_game__subtitle {
  color: #3f3f3f;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 auto 40px;
}

.winverto_game__items {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}

.winverto_game__item {
  background: #f5f5f5;
  border-radius: 12px;
  padding: 30px 20px;
  flex: 1 1 300px;
  max-width: 360px;
  text-align: center;
}

/* Круглая иконка */
.winverto_game__icon-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  border-radius: 100px;
  background: #264aaa;
}

.winverto_game__icon {
  width: 28px;
  height: 28px;
  display: block;
}

.winverto_game__header {
  color: #3f3f3f;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.winverto_game__text {
  color: #3f3f3f;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

@media (max-width: 780px) {
  .winverto_game__title {
    font-size: 24px;
  }
  .winverto_game__subtitle {
    font-size: 16px;
  }
}

.winverto_epic {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #eaed72;
}

.winverto_epic___title {
  color: #3f3f3f;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 38px;
  font-weight: 900;
  letter-spacing: 7.6px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.winverto_epic__head {
  color: #3f3f3f;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 40px;
}

.winverto_epic__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  gap: 40px;
}

.winverto_epic__left,
.winverto_epic__right {
  flex: 1;
}

.winverto_epic__img {
  border-radius: 20px;
  height: 474px;
}

.winverto_epic__header {
  color: #3f3f3f;
  font-family: 'Inter', sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1.44px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.winverto_epic__text {
  color: #3f3f3f;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 40px;
}

.winverto_epic__link {
  width: 246px;
  border-radius: 10px;
  border: 1px solid #fff;
  background: #234baa;
  padding: 14px 90px;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  text-decoration: none;
}

/* === Tablet (769–1024px) === */
@media (max-width: 1024px) {
  .winverto_epic {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .winverto_epic__wrap {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 50px;
    text-align: center;
  }

  .winverto_epic__img {
    width: 100%;
    max-height: 380px;
    height: auto;
    object-fit: cover;
  }

  .winverto_epic__header {
    font-size: 22px;
  }

  .winverto_epic__text {
    font-size: 15px;
    margin-bottom: 24px;
    text-align: center;
  }

  .winverto_epic__link {
    margin: 0 auto;
    width: auto;
    min-width: 200px;
    padding: 12px 30px;
  }
}

@media (max-width: 768px) {
  .winverto_epic {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .winverto_epic___title {
    font-size: 24px;
    letter-spacing: 4.8px;
    margin-bottom: 16px;
    text-align: center;
  }

  .winverto_epic__head {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 24px;
    text-align: center;
  }

  .winverto_epic__wrap {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
    text-align: left;
  }

  .winverto_epic__img {
    width: 100%;
    height: 474px;
    object-fit: cover;
    border-radius: 20px;
  }

  .winverto_epic__header {
    font-size: 20px;
    font-weight: 700;
    margin: 16px 0 12px;
    text-align: left;
  }

  .winverto_epic__text {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: left;
  }

  .winverto_epic__link {
    display: block;
    width: 160px;
    padding: 12px 0;
    font-size: 14px;
    border-radius: 10px;
    margin: 0;
    text-align: center;
  }
}

/* who */

.winverto_who {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #fff;
}

.winverto_who__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 80px;
}

.winverto_who__left {
  flex: 1;
}

.winverto_who__img {
  width: 100%;
  border-radius: 20px;
  display: block;
}

.winverto_who__right {
  flex: 1.2;
  max-width: 864px;
}

.winverto_who__title {
  color: #3f3f3f;
  font-family: 'Inter', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 1.44px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.winverto_who__text {
  color: #3f3f3f;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 15px;
}

@media (max-width: 1024px) {
  .winverto_who__box {
    flex-direction: column;
    text-align: center;
  }

  .winverto_who__right {
    max-width: 100%;
  }

  .winverto_who__title {
    margin-top: 20px;
  }

  .winverto_who__text {
    text-align: center;
  }

  .winverto_who__img {
    height: 396px;
    object-fit: cover;
  }
}

/* Footer */
.winverto_footer {
  background: #333;
  color: #fff;
  padding: 60px 0 40px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.winverto_footer__box {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.winverto_footer__text {
  margin-bottom: 15px;
  color: #f1f1f1;

  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.winverto_footer__head {
  color: #f1f1f1;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 8px;
  text-decoration: none;
}

/* Средний блок с колонками */
.winverto_footer__middle {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin: 40px 0;
}

.winverto_footer__col {
  flex: 1;
}

/* Логотипы */
.winverto_footer__networks {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin: 40px 0;
  list-style: none;
  padding-left: 0;
}

.winverto_footer__age {
  width: 50px;
  height: auto;
}

.winverto_footer__icons {
  height: 30px;
  display: block;
}

/* Нижние ссылки */
.winverto_footer__links {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 20px;
  list-style: none;
  padding-left: 0;
}

.winverto_footer__link {
  color: #f1f1f1;

  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.84px;
  text-decoration: none;
  list-style: none;
}

.winverto_footer__link:hover {
  text-decoration: underline;
}

/* Копирайт */
.winverto_footer__sup {
  text-align: center;
  font-size: 12px;
  color: #aaa;
}

@media (max-width: 768px) {
  .winverto_footer {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
  }

  .winverto_footer__top {
    text-align: left;
    margin-bottom: 30px;
  }

  .winverto_footer__middle {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
    text-align: left;
  }

  .winverto_footer__networks {
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
    flex-wrap: wrap;
  }

  .winverto_footer__links {
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    flex-wrap: wrap;
  }

  .winverto_footer__sup {
    font-size: 12px;
    text-align: center;
    color: #aaa;
  }
}

/* Баннер для внутренних страниц */
.winverto_header--page {
  background: url('/winverto-img/winverto-bg-page.webp') no-repeat center;
  background-size: cover;
  padding: 60px 0;
  text-align: center;
}

.winverto_header--page__container {
  max-width: 1280px;
  margin: 0 auto;
}

.winverto_header--page__title {
  color: #fff;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 4.32px;
  text-transform: uppercase;
}

/* Disclaimer Section */
.winverto_disclaimer {
  padding: 60px 0;
  color: #3f3f3f;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

@media (max-width: 1024px) {
  .winverto_header--page__title {
    font-size: 54px;
    letter-spacing: 3px;
  }
}

@media (max-width: 768px) {
  .winverto_header--page__title {
    font-size: 36px;
    letter-spacing: 2px;
  }
}

.winverto_disclaimer__title {
  margin-bottom: 20px;
}

.winverto_disclaimer__intro {
  margin-bottom: 20px;
}

.winverto_disclaimer__list {
  list-style: decimal;
  padding-left: 20px;
  margin: 0;
}

.winverto_disclaimer__list li {
  margin-bottom: 20px;
}

.winverto_disclaimer__head {
  margin-bottom: 8px;
}

.winverto_disclaimer__text {
  margin: 0;
}

/* Contact Section */
.winverto_contact {
  padding: 90px 0;
  background: #fbfbfb;
  text-align: center;
}

.winverto_contact__title {
  color: var(--1, #3f3f3f);
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 38px;
  font-weight: 900;
  letter-spacing: 2.28px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.winverto_contact__head {
  color: #3f3f3f;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.winverto_contact__form {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.winverto_contact__label {
  color: #201a29;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}

.winverto_contact__input,
.winverto_contact__textarea {
  width: 100%;
  color: #999;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  background: #fff;
  padding: 14px 10px;
  box-sizing: border-box;
}

.winverto_contact__btn {
  display: inline-block;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  padding: 14px 24px;
  border-radius: 10px;
  background: #234baa;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  width: max-content;
}

.winverto_contact__btn:hover {
  background: #18367a;
}

@media (max-width: 780px) {
  .winverto_contact {
    padding: 80px 20px;
  }

  .winverto_contact__title {
    font-size: 22px;
    letter-spacing: 1px;
  }

  .winverto_contact__head {
    font-size: 12px;
    margin-bottom: 24px;
    line-height: 1.4;
  }

  .winverto_contact__form {
    gap: 12px;
  }

  .winverto_contact__btn {
    width: 100%;
  }
}

.modal {
  display: none !important;
  visibility: hidden;
  opacity: 0;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  backdrop-filter: blur(8px);
  transition: opacity 0.3s ease;
}

.modal.show {
  display: flex !important;
  visibility: visible;
  opacity: 1;
}

.modal__content {
  background: #fff;
  border-radius: 16px;
  max-width: 480px;
  width: 90%;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
}

.modal__title {
  color: var(--1, #3f3f3f);
  font-family: 'Inter', sans-serif;
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
}

.modal__btns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}

.modal__btn {
  padding: 12px 36px;
  border: none;
  border-radius: 8px;
  background: #234baa;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.3s;
}

.modal__btn:hover {
  background: #1a3681;
}

.modal__btn--no {
  background: transparent;
  border: 2px solid #234baa;
  color: #234baa;
}

.modal__btn--no:hover {
  background: #234baa;
  color: #fff;
}

.popupcookie {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
  max-width: 380px;
  width: 100%;
}

.popupcookie.hidden {
  display: none;
}

.popupcookie__content {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.popupcookie__title {
  color: var(--1, #3f3f3f);
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
  text-align: center;
  text-transform: uppercase;
}

.popupcookie__subtitle {
  color: #3f3f3f;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 16px;
  text-align: center;
}

.popupcookie__btns {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.popupcookie__btn,
.popupcookie__link {
  display: block;
  text-align: center;
  padding: 12px;
  border-radius: 8px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}

.popupcookie__btn {
  background: #234baa;
  color: #fff;
  border: none;
}

.popupcookie__btn:hover {
  background: #1a3681;
}

.popupcookie__link {
  border: 2px solid #234baa;
  color: #234baa;
  background: transparent;
}

.popupcookie__link:hover {
  background: #234baa;
  color: #fff;
}

@media (max-width: 480px) {
  .modal__title {
    font-size: 20px;
  }

  .modal__btn {
    width: 100%;
  }

  .popupcookie {
    right: 10px;
    left: 10px;
    bottom: 10px;
  }

  .popupcookie__content {
    padding: 15px;
  }
}

/* terms */

.terms {
  padding: 60px 0;
  font-family: 'Inter', sans-serif;
  color: #3f3f3f;
  line-height: 1.6;
}

.terms h1 {
  font-size: 38px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #234baa;
  margin-bottom: 30px;
  text-align: center;
}

.terms h2 {
  font-size: 22px;
  font-weight: 700;
  color: #3f3f3f;
  margin: 30px 0 15px;
}

.terms p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}

.terms ul {
  margin: 15px 0 25px 20px;
  padding: 0;
  list-style: disc;
}

.terms ul li {
  margin-bottom: 15px;
}

.terms ul li p {
  margin-bottom: 10px;
  font-size: 16px;
  color: #3f3f3f;
}

@media (max-width: 768px) {
  .terms {
    padding: 40px 15px;
  }

  .terms h1 {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .terms h2 {
    font-size: 18px;
  }

  .terms p,
  .terms ul li p {
    font-size: 14px;
  }
}
