@charset "UTF-8";

/* OpenSans */

@font-face {
  font-family: OpenSans;
  font-display: swap;
  src: url("../fonts-OpenSans/OpenSans-Bold.woff2") format("woff2"),
    url("../fonts-OpenSans/OpenSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: OpenSans;
  font-display: swap;
  src: url("../fonts-OpenSans/OpenSans-Medium.woff2") format("woff2"),
    url("../fonts-OpenSans/OpenSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: OpenSans;
  font-display: swap;
  src: url("../fonts-OpenSans/OpenSans-Regular.woff2") format("woff2"),
    url("../fonts-OpenSans/OpenSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --font-family: "OpenSans";
  --font-size: 18px;
  --color-one: #000;
  --color-two: #fff;
  --color-three: #8a6363;
  --color-four: #bbdfda;
  --border-radius: 10px;
  --box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  color: var(--color-two);
  background-color: var(--color-one);
  line-height: 1;
  font-family: var(--font-family);
  font-size: var(--font-size);
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

input,
button,
textarea {
  font-family: var(--font-family);
  font-size: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

a {
  color: inherit;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  /* list-style: none; */
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

.lock body {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}

.wrapper > main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background-image: url("../img/placeholder.svg");
  background-color: #312f2d;
  padding-top: 140px;
}

.wrapper > * {
  min-width: 0;
}

section > div,
header > div,
footer > div {
  max-width: 1280px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 1.5rem;
}

* {
  scroll-behavior: smooth;
}

section {
  padding: 70px 0;
  margin: 0;
}

h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 25px;
}

.sgsdgsd {
  font-size: 50px;
  margin-bottom: 20px;
}

h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 30px;
}
h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.75;
  margin-bottom: 20px;
}

p {
  margin-bottom: 12px;
  line-height: 2;
  text-align: justify;
  font-size: 25px;
}

.gsdkhylgd {
  font-size: 22px;
}

.adgsdgs p {
  text-align: justify;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.privacy33,
.terms33,
.disclaimer {
  padding: 80px 0 50px 0;
  line-height: 2.25;
}

.privacy33 .privacy33__container,
.terms33 .terms33__container,
.disclaimer .disclaimer__container {
  padding: 0 20px;
}

.privacy33 h1,
.terms33 h1,
.disclaimer h1 {
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}

.privacy33 h2,
.terms33 h2,
.disclaimer h2 {
  font-size: 30px;
  font-weight: 700;
  margin: 20px 0;
}

.privacy33 h3,
.terms33 h3,
.disclaimer h3 {
  font-size: 22px;
  font-weight: 500;
  margin: 10px 0;
}

.privacy33 p,
.terms33 p,
.disclaimer p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 2.25;
}

.privacy33 li,
.terms33 li,
.disclaimer li {
  font-size: 18px;
  list-style: circle;
  margin-left: 20px;
  margin-bottom: 10px;
}
.terms33__Link,
.disclaimer33__Link,
.privacy33__Link {
  background-color: var(--color-four) !important;
  color: var(--color-one) !important;
  margin: 30px auto 0 auto;
  white-space: unset !important;
  text-align: center;
  line-height: 1.5 !important;
}
.terms33__Link:hover,
.disclaimer33__Link:hover,
.privacy33__Link:hover {
  background-color: var(--color-two) !important;
}

.page__thanks {
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.thanks__button {
  display: block;
  background-color: var(--color-one) !important;
  color: var(--color-two);
  padding: 10px 20px;
  border-radius: var(--border-radius);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto;
}

@media (max-width: 992px) {
  .wrapper > main {
    padding-top: 78px;
  }
  .sgsdgsd {
    font-size: 44px;
  }

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 38px;
    margin-bottom: 30px;
  }
  h3 {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .privacy33 h1,
  .terms33 h1,
  .disclaimer h1 {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .privacy33 h2,
  .terms33 h2,
  .disclaimer h2 {
    font-size: 26px;
    margin: 20px 0;
  }

  .privacy33 h3,
  .terms33 h3,
  .disclaimer h3 {
    font-size: 20px;
    margin: 10px 0;
  }
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 999;
  transition: opacity 0.3s ease-in-out;
}

.registration_container {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #1d1d1d;
  padding: 20px 30px;
  width: 350px;
  color: white;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 1000;
  animation: pulse-animation 2s infinite;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

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

.registration_title {
  text-align: center;
  margin: 10px 0 20px 0;
  font-size: 26px;
}

.registration_input {
  margin-bottom: 18px;
  background-color: #f8f8f8;
  color: #21acc4;
  width: 100%;
  padding: 10px;
  margin: 5px 0;
  border: none;
  border-radius: 0;
  font-size: 14px;
  box-sizing: border-box;
}

.registration_form_text {
  font-size: 12px;
  margin: 0;
  margin-top: 15px;
}

.registration_form_text a {
  color: #21acc4;
  text-decoration: underline;
}

.registration_form_btn {
  background-color: #21acc4;
  color: white;
  font-weight: 500;
  padding: 10px 20px;
  width: fit-content;
  margin: 0 auto;
  margin-top: 10px;
}

.registration_select_container {
  display: flex;
  justify-content: space-between;
}

.registration_form_checkboxes {
  font-size: 14px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.registration_select_container select {
  width: 30%;
  padding: 10px;
  margin: 5px 0;
  border: none;
  border-radius: 0;
  font-size: 14px;
  background-color: white;
  box-sizing: border-box;
}

.registration_btn {
  background-color: #21acc4;
  color: white;
  font-weight: 500;
  padding: 10px 20px;
  margin: 0 auto;
  margin-top: 10px;
  border: none;
  cursor: pointer;
  text-align: center;
  transition: all 0.2s;
}

.registration_btn:hover {
  background-color: #312f2d;
}

@media (max-width: 768px) {
  .wrapper > main {
    padding-top: 138px;
  }
  body {
    font-size: calc(var(--font-size) - 2px);
  }
  section {
    padding: 45px 0;
  }
  h1 {
    font-size: 44px;
    margin-bottom: 20px;
  }

  h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

@media (max-width: 450px) {
  h1 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  h2 {
    font-size: 23px;
    margin-bottom: 15px;
  }
  h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .privacy33 h1,
  .terms33 h1,
  .disclaimer h1 {
    font-size: 26px;
    margin-bottom: 30px;
  }

  .privacy33 h2,
  .terms33 h2,
  .disclaimer h2 {
    font-size: 24px;
    margin: 20px 0;
  }

  .privacy33 h3,
  .terms33 h3,
  .disclaimer h3 {
    font-size: 20px;
    margin: 10px 0;
  }
}

form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
input {
  padding: 20px;
  border-radius: var(--border-radius);
}
input[type="submit"] {
  cursor: pointer;
}
#checkbox {
  border: none !important;
}
input::placeholder {
  color: var(--color-one);
}
input:focus {
  color: var(--color-one);
  outline: none;
}

/* header-1 */
.header-1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  background-color: #312f2d;
  color: var(--color-two);
  z-index: 20;
  width: 100%;
  box-shadow: 5px 0px 13px 7px rgba(0, 0, 0, 0.5);
}

.header-1__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  gap: 30px 40px;
}

.header-1__logo {
  width: 200px;
  height: 70px;
}

.header-1__container {
  max-width: 1320px;
}

.header-1__logo img {
  -o-object-fit: contain;
  object-fit: contain;
}
.header-1__menu {
  margin: 0 auto;
  /* border-top: 2px solid var(--color-two); */
  width: 100%;
  text-align: center;
}
.header-1__menu-burger {
  display: none;
}

.header-1__menu-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-1__menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  gap: 4px;
}

.header-1__menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-1__menu-link {
  font-size: 14px;
  font-family: OpenSans;
  font-weight: 500;
  font-style: italic;
  text-align: center;
  line-height: 1.25;
  padding: 5px 5px;
  letter-spacing: 1px;
  transition: all 0.3s ease-out;
}

.header-1__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  gap: 20px;
  font-weight: 500;
  font-size: 20px;
}
.header-1__contacts a {
  transition: all 0.3s ease-out;
}

.menu-open .header-1__menu-nav {
  top: 0;
}

.header-1__buttons {
  display: flex;
  gap: 20px;
  margin: 0 0 0 auto;
}
.header-1__button {
  font-weight: 500;
  background-color: #21acc4;
  color: white;
  border-radius: var(--border-radius);
  overflow: hidden;
  font-size: 18px !important;
  padding: 10px 20px !important;
}
.header-1__button:hover {
  background-color: white;
  color: var(--color-one);
}
.header-1__button:nth-child(2) {
  background-color: #21acc4;
  color: white;
}
.header-1__button:nth-child(2):hover {
  background-color: white;
  color: var(--color-one);
}
.button {
}
@media (max-width: 992px) {
  .header-1__logo {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 150px;
    height: 50px;
  }
  .header-1__body {
    align-items: center;
  }
  .header-1__menu {
    border-top: unset;
    margin: 0;
    max-width: fit-content;
    padding-top: 0;
  }

  .header-1__menu-burger {
    display: block;
    position: relative;
    width: 1.875rem;
    height: 1.125rem;
    cursor: pointer;
    z-index: 15;
  }

  .header-1__menu-burger span,
  .header-1__menu-burger::before,
  .header-1__menu-burger::after {
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: 0.125rem;
    background-color: var(--color-two);
  }

  .header-1__menu-burger::before {
    top: 0;
  }

  .header-1__menu-burger::after {
    bottom: 0;
  }

  .header-1__menu-burger span {
    top: calc(50% - 0.0625rem);
  }

  .menu-open .header-1__menu-burger span {
    width: 0;
  }

  .menu-open .header-1__menu-burger::before {
    top: calc(50% - 0.0625rem);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: var(--color-two);
  }

  .menu-open .header-1__menu-burger::after {
    bottom: calc(50% - 0.0625rem);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: var(--color-two);
  }

  .header-1__menu-nav {
    position: absolute;
    top: -200vh;
    left: 0;
    width: 100%;
    height: 100vh;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 10;
    background-color: #312f2d;
    background-image: url("../img/placeholder.svg");
    color: var(--color-two);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    overflow-y: auto;
  }

  .header-1__menu-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    padding: 0 20px;
  }
  .header-1__menu-item {
    width: 100%;
    max-width: 100%;
  }
  .header-1__menu-link {
    padding: 10px 20px;
    background-color: var(--color-two);
    color: var(--color-one);
    width: 100%;
    max-width: 100%;
    border-radius: var(--border-radius);
    overflow: hidden;
  }
  .header-1__menu-link:hover {
    background-color: #918240;
    color: white;
  }
}

@media (max-width: 992px) and (max-width: 992px) {
  .header-1__menu-burger {
    width: 1.625rem;
  }

  .header-1__menu-burger {
    width: 1.625rem;
  }
}
@media (max-width: 768px) {
  .header-1 {
    padding: 15px 0 15px 0;
  }
  .header-1__body {
    flex-wrap: wrap;
    gap: 15px 30px;
  }
  .header-1__buttons {
    order: 1;
    width: 100%;
    justify-content: center;
    padding-top: 15px;
    border-top: 2px solid var(--color-two);
  }
  .header-1__contacts {
    font-size: 14px;
    gap: 15px;
  }
}
/* header-1 */

.cookie {
  display: none;
  position: fixed;
  z-index: 200;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  text-align: center;
  background-color: var(--color-one);
  line-height: 1.5;
}

.cookie.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cookie__text {
  font-size: 18px;
  line-height: 2;
  max-width: 1000px;
  color: var(--color-two);
  margin: 0 auto;
}

.cookie__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  justify-content: center;
  margin: 30px auto 0 auto;
}

.footer-1 {
  padding: 20px 0 110px 0;
  background-color: #312f2d;
  color: var(--color-two);
  box-shadow: 5px 0px 13px 7px rgba(0, 0, 0, 0.5);
}
.footer-1__container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}
.footer-1__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  gap: 30px;
}

.footer_nav_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 30px;
}

.footer-1__logo {
  width: 160px;
}

.footer-1__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.footer-1__wrap {
  display: flex;
  flex-direction: column;
  text-align: left;
  width: auto;
}
.footer-1__container > .footer-1__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
}
.footer-1__wrap:nth-child(1) .footer-1__menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 40px;
}
.footer-1__menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  list-style-type: none;
}
.footer-1__menu-heading {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
}
.footer-1__menu-item {
  font-family: OpenSans;
}
.footer-1__menu-link {
  font-family: OpenSans;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  transition: all 0.3s ease-out;
}
.footer-1__slogan {
  font-style: italic;
}

.footer-1__bottom {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  color: var(--color-two);
}

.footer-1__eight {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 0 auto;
}

.footer-1__eight p:first-child {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 15px;
}
.footer-1__links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  margin-top: 20px;
}
.footer-1__link {
  font-size: 40px;
  font-weight: 700;
  max-width: 150px;
}
.footer-1__link img {
  object-fit: contain;
}
.footer-1__socials {
  display: grid;
  grid-template-columns: repeat(8, 50px);
  justify-content: center;
  width: 100%;
  max-width: 900px;
  gap: 45px;
}
.footer-1__social {
}
.footer-1__social img {
  object-fit: contain;
}
.footer-1__partners {
  padding: 30px 0;
  border-top: 2px solid var(--color-two);
  border-bottom: 2px solid var(--color-two);
  display: grid;
  overflow: hidden;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
  list-style-type: none;
  max-width: 100%;
  width: 100%;
}
.footer-1__partners-item {
  max-height: 60px;
}
.footer-1__partners-link {
}
.footer-1__partners-link img {
  object-fit: contain;
  max-height: 80px;
}
.footer-1__icons {
  display: none;
}
@media (max-width: 450px) {
  .footer-1__wrap:nth-child(1) {
    align-items: center;
    justify-content: center;
  }

  .footer_nav_wrap {
    flex-direction: column;
    align-items: center;
  }

  footer p {
    font-size: 20px;
  }

  .footer-1__socials {
    align-items: center;
    justify-content: center;
  }
  .wrapper {
    padding-bottom: 89px;
  }
  .footer-1__icons {
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    padding: 15px 20px;
    background-color: #312f2d;
    box-shadow: 5px 0px 13px 7px rgba(0, 0, 0, 0.5);
  }
  .footer-1__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
  }
  .footer-1__icon-img {
    max-width: 35px;
  }
  .footer-1__icon-text {
    font-size: 14px;
  }
}

@media (max-width: 992px) {
  .footer-1 {
    padding: 20px 0 110px 0;
  }
  .footer-1__logo {
    margin: 0 auto;
  }
  .footer-1__socials {
    grid-template-columns: repeat(4, 1fr);
    max-width: 300px;
  }
  .footer-1__body {
    gap: 20px;
    flex-direction: column;
  }
  .footer-1__partners {
    margin: 0 auto;
    grid-template-columns: repeat(5, 1fr);
    max-width: 100%;
  }
  .footer-1__menu-link {
    font-size: 16px;
  }
}
@media (max-width: 450px) {
  .footer-1 {
    padding: 20px 0 40px 0;
  }
  .footer-1__socials {
    grid-template-columns: repeat(2, 1fr);
    max-width: 150px;
  }
  .footer-1__container {
    align-items: center;
    justify-content: center;
  }
  .footer-1__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
  }
  .footer-1__wrap:nth-child(2) .footer-1__menu {
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
  }
  .footer-1__wrap:nth-child(1) .footer-1__menu {
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
  }

  .footer-1__menu-heading {
    text-align: center;
  }
  .footer-1__partners {
    grid-template-columns: repeat(1, 1fr) !important;
    max-width: 200px;
  }
}

@media (max-width: 768px) {
  .cookie__buttons {
    flex-direction: column;
  }

  .footer-1__eight {
    font-size: 18px;
  }
  .footer-1__body {
    flex-direction: column;
    gap: 40px;
  }
  .footer-1__partners {
    grid-template-columns: repeat(1, 1fr) !important;
    max-width: 300px;
  }
}
@media (max-width: 450px) {
  .footer-1__links {
    flex-direction: column;
    gap: 20px;
  }
}

/* modal */
#modal {
  position: relative;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 30px 25px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  text-align: center;
  font-size: 22px;
}
#modal .FbKALEWhrje__disc-img {
  margin: 10px auto 0 auto;
}
.modal__close {
  cursor: pointer;
  color: #fff;
  font-size: 60px;
  position: absolute;
  top: -50px;
  right: -50px;
}
#modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
}
@media (max-width: 992px) {
  #modal {
    width: 100%;
    max-width: 500px;
    font-size: 20px;
    padding: 30px 15px;
  }
  .modal__close {
    right: 0px;
    top: -70px;
  }
}
/* modal */

/* hover */
.header-1__menu-link:hover,
.header-1__contacts a:hover,
.footer-1__menu-link:hover {
  transition: all 0.3s ease-out;
  background-color: #21acc4;
  color: white;
  border-radius: 10px;
}
/* hover */

/* button */
.button {
  font-size: 18px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 25px;
  overflow: hidden;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: var(--border-radius);
  overflow: hidden;
  line-height: 1;
  transition: all 0.3s ease-out;
}
.button:hover {
  transition: all 0.3s ease-out;
}
.border-radius {
  border-radius: var(--border-radius);
  overflow: hidden;
}
.border-radius > img {
  border-radius: var(--border-radius);
  overflow: hidden;
}
.button__white {
  color: var(--color-one);
  background-color: var(--color-two);
}
.button__white:hover {
  color: var(--color-two);
  background-color: #312f2d;
}

.button__black {
  color: var(--color-two);
}
.button__black:hover {
  background-color: var(--color-four);
  color: var(--color-one);
}
/* button */

/* canvas */
.canvas {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.canvas__container {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 5px solid var(--color-three);
  border-radius: var(--border-radius);
  overflow: hidden;
  max-height: 600px;
  margin: 0 50px;
}
@media (max-width: 992px) {
  .canvas__container {
    margin: 0 10px;
  }
}
@media (max-width: 768px) {
  .canvas__container {
    max-height: 400px;
  }
}
@media (max-width: 450px) {
  .canvas__container {
    max-height: 350px;
  }
}
/* canvas */

/* tab */

.faq-heading {
  cursor: pointer;
}

.faq-desc {
  overflow: hidden;
  max-height: 0;
  padding: 0 15px; /* Устанавливаем padding для скрытого состояния */
  opacity: 0;
  transition: max-height 0.4s ease-in-out, padding 0.4s ease-in-out,
    opacity 0.4s ease-in-out;
}

.faq-item.active .faq-desc {
  max-height: 1000px; /* Максимальная высота для анимации */
  padding: 15px; /* Устанавливаем padding для открытого состояния */
  opacity: 1;
}
.faq-heading {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}
.faq-heading::before,
.faq-heading::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  height: 4px;
  background-color: var(--color-two);
  transition: transform 0.3s ease, background-color 0.3s ease;
  transform-origin: center;
}

.faq-heading::before {
  transform: translate(-50%, -50%) rotate(0deg);
}

.faq-heading::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item.active .faq-heading::after {
  transform: translate(-50%, -50%) rotate(0deg);
  background-color: var(--color-two);
}

/* tab */

/* animation */
.hover-scale img {
  transition: all 0.3s;
}
.hover-scale:hover img {
  transform: scale(1.05);
  transition: all 0.3s;
}
.hover-x {
  transition: all 0.3s;
}
.hover-x:hover {
  transform: translateX(5px);
  transition: all 0.3s;
}
.hover-radius {
  overflow: hidden;
  transition: all 0.5s;
}
.hover-radius img {
  transition: all 0.5s;
}
.hover-radius:hover {
  border-radius: calc(var(--border-radius) - 15px);
  transition: all 0.5s;
}
.hover-radius:hover img {
  border-radius: calc(var(--border-radius) - 15px);
  transition: all 0.5s;
}
/* animation */

/* Табы */
.tab-content {
  opacity: 0;
  transition: opacity 0.5s ease;
  display: none;
}

.tab-content.active-content {
  display: flex;
  opacity: 1;
}
/* Табы */

main.page > section {
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease; /* Плавный переход */
}

/* Четные секции (начиная с первой) появляются слева */
main.page > section:nth-child(odd) {
  transform: translateX(-100px); /* Сдвиг влево */
}

/* Нечетные секции (начиная со второй) появляются справа */
main.page > section:nth-child(even) {
  transform: translateX(100px); /* Сдвиг вправо */
}

/* При добавлении класса .visible секция становится видимой */
main.page > section.visible {
  opacity: 1;
  transform: translateX(0); /* Убираем смещение для видимых секций */
}

.pulse,
.byZWCdyRXDyBQgq {
  animation: pulse-animation 2s infinite;
}
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.3);
    /* box-shadow: 0 0 0 0px rgb(39 119 4); */
  }
  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    /* box-shadow: 0 0 0 20px rgba(205, 59, 59, 0); */
  }
}

.header-1__menu-item-logo {
  display: none;
}
@media (max-width: 992px) {
  .header-1__menu-item-logo {
    display: flex;
    max-width: 200px;
    margin-bottom: 40px;
    animation: pulse2 1.5s infinite;
  }
  @keyframes pulse2 {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.1);
    }
    100% {
      transform: scale(1);
    }
  }
}

.faq-16 {
}
.faq-16__container {
}
.faq-16__body {
  display: flex;
  gap: 50px;
  margin-bottom: 30px;
}
.faq-16__title {
  width: 100%;
  text-align: center;
}
.faq-16__desc {
  width: 100%;
  font-size: 20px;
  line-height: 2;
  font-weight: 500;
}
.faq-16__list {
  padding: 30px 50px;
  border-radius: var(--border-radius);
  overflow: hidden;
  background-color: var(--color-two);
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.faq-16__item {
}
.faq-16__item-heading {
  padding: 20px 55px 20px 20px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  background-color: #312f2d;
  color: var(--color-two);
  border-radius: var(--border-radius);
  overflow: hidden;
}
.faq-16__item-desc {
  color: var(--color-one);
  font-size: 18px;
  line-height: 2;
}
@media (max-width: 768px) {
  .faq-16__body {
    flex-direction: column;
    gap: 0;
  }
  .faq-16__list {
    padding: 30px 20px;
  }
  .faq-16__item-heading {
    font-size: 18px;
  }
}
@media (max-width: 450px) {
  .faq-16__item-heading {
    font-weight: 500;
  }
}

.bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
}
.bottom__link {
  white-space: unset;
  text-align: center;
  line-height: 1.5;
  font-size: 22px;
  padding: 15px 30px;
  background-color: transparent;
  border: 2px solid var(--color-two);
  color: var(--color-two);
}
.bottom__link:hover {
  background-color: var(--color-two) !important;
  color: var(--color-one) !important;
}
@media (max-width: 768px) {
  .bottom {
    padding: 15px;
  }
  .bottom__link {
    font-size: 16px !important;
  }
}
@media (max-width: 450px) {
  .bottom__link {
    font-size: 15px !important;
    padding: 15px !important;
  }
  .bottom {
    bottom: 0;
  }
}

.fav {
  position: fixed;
  bottom: 150px;
  right: 20px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  background-color: var(--color-four);
  max-width: 80px;
  max-height: 80px;
  width: 100%;
  height: 100%;
  transition: all 0.2s;
}

.fav:hover {
  background-color: #21acc4;
}

.fav img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 450px) {
  .fav {
    bottom: 125px;
  }
}

.pulse_bottom {
  animation: pulse-bottom-animation 2s infinite;
}
@keyframes pulse-bottom-animation {
  0% {
    border-color: rgb(0, 255, 21);
    color: rgb(22, 211, 47);
  }
  50% {
    border-color: orange;
    color: orange;
  }
  100% {
    border-color: rgb(0, 255, 21);
    color: rgb(0, 255, 21);
  }
}

.slot_subtitle {
  text-align: justify;
  font-size: 25px;
}
.intro_banner {
  padding: 250px 0 100px 0;
  background: #000000b6 url("../img/placeholder.svg");
  background-blend-mode: color;
  background-size: cover;
  background-position: top;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Делаем всю секцию кликабельной */
.intro_banner_full_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
}

/* Контент должен быть выше фоновой ссылки */
.intro_banner_container {
  max-width: 1320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  color: white;
  position: relative;
  z-index: 0;
}

.intro_banner_title {
  font-size: 60px;
  font-weight: 600;
}

/* Кнопка остаётся интерактивной */
.intro_banner_link {
  border: 1px solid white;
  padding: 15px 50px;
  border-radius: 5px;
  font-size: 16px;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  position: relative;
  z-index: 999; /* Поверх всего */
}

.intro_banner_link:hover {
  background-color: white;
  color: black;
}

.intro_banner_container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: transparent;
}

/* Кнопка остаётся рабочей */
.intro_banner_link {
  position: relative;
  z-index: 3;
  pointer-events: auto;
}

/* Медиа-запросы */
@media (max-width: 920px) {
  .intro_banner {
    padding: 50px 20px;
  }

  .intro_banner_title {
    font-size: 50px;
    margin-bottom: 0;
    text-align: center;
  }

  .intro_banner_container {
    gap: 10px;
    padding: 0;
  }

  .intro_banner_link {
    font-size: 12px;
    padding: 10px 20px;
  }
}



/* rebuilt layout system */
.rebuilt-page {
  background: #161413;
  color: #f8f3e4;
}
.rebuild-hero,
.rebuild-feature,
.rebuild-cards,
.rebuild-gallery,
.rebuild-faq,
.rebuild-stats {
  width: min(1180px, calc(100% - 32px));
  margin-left: auto;
  margin-right: auto;
}
.rebuild-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: 34px;
  align-items: center;
  padding: 54px 0 34px;
}
.rebuild-hero-copy {
  padding: 24px 0;
}
.rebuild-kicker,
.rebuild-hero-copy .rebuild-kicker {
  margin: 0 0 12px;
  color: var(--color-two);
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}
.rebuild-hero h1 {
  margin: 0 0 18px;
  font-size: clamp(38px, 6vw, 72px);
  line-height: 1.02;
  color: var(--color-two);
  text-transform: uppercase;
}
.rebuild-hero p,
.rebuild-feature p,
.rebuild-cards p,
.rebuild-faq p {
  color: #efe5cb;
}
.rebuild-hero-copy > p:not(.rebuild-kicker) {
  font-size: 19px;
}
.rebuild-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}
.rebuild-secondary {
  background: transparent !important;
  color: var(--color-two) !important;
  border: 1px solid var(--color-two);
}
.rebuild-hero-image,
.rebuild-media {
  display: block;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.38);
}
.rebuild-hero-image img,
.rebuild-media img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.rebuild-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  padding: 0 0 34px;
}
.rebuild-stats div {
  border: 1px solid rgba(231, 188, 89, 0.32);
  background: #211d1a;
  border-radius: 14px;
  padding: 18px;
}
.rebuild-stats strong {
  display: block;
  color: var(--color-two);
  font-size: 30px;
  line-height: 1;
}
.rebuild-stats span {
  display: block;
  margin-top: 7px;
  color: #efe5cb;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}
.rebuild-feature {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 1.08fr);
  gap: 28px;
  align-items: center;
  padding: 34px 0;
}
.rebuild-feature.reverse .rebuild-copy {
  order: 2;
}
.rebuild-copy {
  background: #211d1a;
  border: 1px solid rgba(231, 188, 89, 0.26);
  border-radius: 16px;
  padding: clamp(22px, 4vw, 38px);
}
.rebuild-copy span {
  color: var(--color-two);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
}
.rebuild-copy h2,
.rebuild-faq h2 {
  color: var(--color-two);
  margin: 10px 0 14px;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.1;
}
.rebuild-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  padding: 36px 0;
}
.rebuild-cards article {
  background: linear-gradient(180deg, #28231f, #1b1816);
  border: 1px solid rgba(231, 188, 89, 0.24);
  border-radius: 14px;
  padding: 20px;
}
.rebuild-cards b {
  color: var(--color-two);
  font-size: 20px;
}
.rebuild-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 10px 0 36px;
}
.rebuild-gallery img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 16px;
}
.rebuild-faq {
  padding: 38px 0 56px;
}
.rebuild-faq details {
  border: 1px solid rgba(231, 188, 89, 0.28);
  border-radius: 12px;
  background: #211d1a;
  margin-top: 12px;
  padding: 16px 18px;
}
.rebuild-faq summary {
  cursor: pointer;
  color: var(--color-two);
  font-weight: 800;
}
@media (max-width: 900px) {
  .rebuild-hero,
  .rebuild-feature,
  .rebuild-feature.reverse .rebuild-copy {
    grid-template-columns: 1fr;
    order: initial;
  }
  .rebuild-stats,
  .rebuild-cards,
  .rebuild-gallery {
    grid-template-columns: 1fr;
  }
  .rebuild-hero {
    padding-top: 36px;
  }
}
/* rebuilt layout system end */

/* expanded content system */
.rebuild-longform,
.rebuild-note-band {
  width: min(1180px, calc(100% - 32px));
  margin-left: auto;
  margin-right: auto;
}
.rebuild-longform {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 22px;
  align-items: stretch;
  padding: 34px 0;
}
.rebuild-longform-copy,
.rebuild-checklist {
  border: 1px solid rgba(231, 188, 89, 0.24);
  border-radius: 16px;
  background: linear-gradient(180deg, #27221f, #1d1a18);
  padding: clamp(22px, 4vw, 36px);
}
.rebuild-longform h2,
.rebuild-checklist h2 {
  margin: 8px 0 16px;
  color: var(--color-two);
  font-size: clamp(27px, 3.6vw, 42px);
  line-height: 1.12;
}
.rebuild-longform p,
.rebuild-checklist p,
.rebuild-note-band p {
  color: #efe5cb;
}
.rebuild-checklist {
  display: grid;
  gap: 12px;
}
.rebuild-checklist article {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 4px 12px;
  padding: 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
}
.rebuild-checklist article span {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--color-two);
  color: #17120f;
  font-weight: 900;
}
.rebuild-checklist article b,
.rebuild-note-band b {
  color: var(--color-two);
  font-size: 18px;
}
.rebuild-checklist article p {
  margin: 0;
}
.rebuild-note-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 0 0 34px;
}
.rebuild-note-band article {
  border-radius: 14px;
  border: 1px solid rgba(231, 188, 89, 0.22);
  background: #211d1a;
  padding: 18px;
}
@media (max-width: 900px) {
  .rebuild-longform,
  .rebuild-note-band {
    grid-template-columns: 1fr;
  }
}
/* expanded content system end */

/* competitor footer */
.competitor-footer {
  background: #2d2b28;
  color: #f2f2f2;
  padding: 46px 0 34px;
}
.competitor-footer__inner {
  width: min(1880px, calc(100% - 64px));
  margin: 0 auto;
}
.competitor-footer__logo {
  display: block;
  width: 150px;
  height: 72px;
  margin-left: 44px;
}
.competitor-footer__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.competitor-footer__nav-links {
  width: min(680px, 100%);
  margin: 34px auto 22px;
  padding: 26px 28px;
  align-items: flex-start;
  background: #2f2b2b;
}
.competitor-footer__nav-links .footer-1__wrap {
  width: 50%;
}
.competitor-footer__nav-links .footer-1__menu-heading {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.25;
}
.competitor-footer__nav-links .footer-1__menu {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 34px;
  padding: 0;
  margin: 0;
}
.competitor-footer__nav-links .footer-1__wrap:nth-child(2) .footer-1__menu {
  grid-template-columns: 1fr;
}
.competitor-footer__nav-links .footer-1__menu-link {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}
.competitor-footer__nav-links .footer-1__menu-link:hover {
  color: #ffd74c;
}
.competitor-footer__socials {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(18px, 3.5vw, 58px);
  padding: 58px 0 54px;
  flex-wrap: wrap;
}
.social-badge {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  color: #fff;
  font-weight: 900;
  font-size: 38px;
  line-height: 1;
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.18), 0 8px 18px rgba(0,0,0,.22);
  text-decoration: none;
}
.social-badge.fb { background: #1877f2; font-family: Arial, sans-serif; }
.social-badge.ig { background: radial-gradient(circle at 30% 110%, #fdf497 0 22%, #fd5949 43%, #d6249f 65%, #285aeb 100%); font-size: 44px; }
.social-badge.tg { background: #229ed9; font-size: 36px; }
.social-badge.wa { background: #25d366; font-size: 32px; }
.social-badge.tk { background: #050505; color: #ffeff6; text-shadow: -3px 0 #25f4ee, 3px 0 #fe2c55; }
.social-badge.kw { background: #ff5b00; font-size: 36px; }
.social-badge.ln { background: #06c755; font-size: 20px; }
.social-badge.age { background: #fff; color: #f02462; border: 5px solid #f02462; font-size: 28px; }
.competitor-footer__rule {
  height: 4px;
  background: #e6e6e6;
  margin: 0 auto;
}
.competitor-footer__partners {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  justify-items: center;
  gap: 34px;
  padding: 56px 0;
}
.partner-card {
  min-width: 92px;
  min-height: 62px;
  border-radius: 7px;
  background: #f7f7f7;
  color: #333;
  display: inline-grid;
  place-items: center;
  text-align: center;
  padding: 8px 12px;
  font-size: 17px;
  line-height: 1.05;
  box-shadow: 0 2px 0 rgba(0,0,0,.16);
}
.partner-card small {
  font-size: 8px;
  text-transform: uppercase;
}
.partner-card.bitcoin b {
  color: #f7931a;
}
.partner-card.mastercard {
  position: relative;
  display: block;
  width: 92px;
  height: 62px;
}
.partner-card.mastercard i,
.partner-card.mastercard em {
  position: absolute;
  top: 16px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.partner-card.mastercard i { left: 25px; background: #eb001b; }
.partner-card.mastercard em { left: 44px; background: #f79e1b; opacity: .92; }
.partner-word {
  color: #fff;
  font-weight: 900;
  font-size: clamp(28px, 3vw, 44px);
  letter-spacing: 0;
  text-align: center;
}
.partner-word.gc {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #47c4b0;
}
.partner-word.gc b {
  color: #fff;
  background: linear-gradient(135deg, #c11d79, #ed334b, #1c9fe0);
  border-radius: 50%;
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
}
.partner-word.gc span {
  font-size: 23px;
  line-height: .9;
  text-align: left;
  font-weight: 700;
}
.partner-word.pix {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #48c5b5;
  font-size: clamp(46px, 5vw, 74px);
  font-weight: 300;
}
.partner-word.pix b {
  font-size: 48px;
}
.competitor-footer__notice {
  max-width: 1280px;
  margin: 64px auto 34px;
  text-align: center;
  color: #f2f2f2;
  font-size: clamp(22px, 2.1vw, 34px);
  line-height: 1.9;
}
.competitor-footer__safe {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 72px;
}
.competitor-footer__safe > strong {
  font-size: clamp(46px, 4.2vw, 76px);
  color: #fff;
}
.gamcare-mark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: clamp(30px, 3vw, 50px);
  font-weight: 800;
}
.gamcare-mark b {
  display: inline-grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 12px;
  border: 8px solid #fff;
  font-size: 34px;
  line-height: 1;
}
@media (max-width: 900px) {
  .competitor-footer { padding-top: 32px; }
  .competitor-footer__inner { width: min(100% - 28px, 680px); }
  .competitor-footer__logo { margin: 0 auto; width: 130px; }
  .competitor-footer__socials { gap: 14px; padding: 34px 0; }
  .social-badge { width: 52px; height: 52px; font-size: 27px; }
  .social-badge.ln { font-size: 14px; }
  .social-badge.age { font-size: 20px; border-width: 4px; }
  .competitor-footer__nav-links { flex-direction: column; gap: 24px; padding: 22px; }
  .competitor-footer__nav-links .footer-1__wrap { width: 100%; }
  .competitor-footer__nav-links .footer-1__menu { gap: 10px 24px; }
  .competitor-footer__partners { grid-template-columns: repeat(2, 1fr); padding: 34px 0; gap: 22px; }
  .partner-word.pix { grid-column: span 2; }
  .competitor-footer__notice { margin: 38px auto 24px; font-size: 20px; line-height: 1.65; }
  .competitor-footer__safe { gap: 28px; flex-wrap: wrap; }
}
/* competitor footer end */

/* ku99 seo depth */
.ku99-seo-depth {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 36px 0;
}
.ku99-seo-depth h2 {
  color: var(--color-two);
  margin: 8px 0 18px;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.1;
}
.ku99-seo-depth__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 20px;
}
.ku99-seo-depth article {
  background: #211d1a;
  border: 1px solid rgba(231, 188, 89, 0.24);
  border-radius: 14px;
  padding: 18px;
}
.ku99-seo-depth h3 {
  color: var(--color-two);
  font-size: 20px;
  margin: 0 0 10px;
}
.ku99-seo-depth p {
  color: #efe5cb;
}
@media (max-width: 900px) {
  .ku99-seo-depth__grid { grid-template-columns: 1fr; }
}
/* ku99 seo depth end */

/* ku99 keyword support */
.ku99-keyword-support {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 22px 0 10px;
}
.ku99-keyword-support h2 {
  color: var(--color-two);
  margin: 0 0 14px;
  font-size: clamp(26px, 3.4vw, 38px);
}
.ku99-keyword-support ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.ku99-keyword-support li {
  border: 1px solid rgba(231, 188, 89, 0.22);
  background: #211d1a;
  color: #efe5cb;
  border-radius: 12px;
  padding: 12px 14px;
}
@media (max-width: 767px) {
  .ku99-keyword-support ul { grid-template-columns: 1fr; }
}
/* ku99 keyword support end */
