@import url("https://fonts.googleapis.com/css2?family=Bevan:ital@0;1&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
* {
  margin: 0;
  border: 0;
  padding: 0;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-size: 16px;
  scroll-behavior: smooth;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  background: transparent;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

a,
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;
}

body {
  font-family: "Inter", sans-serif;
  background: #000;
}

.lock {
  overflow: hidden;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  background: #000;
}

[class*=__container] {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.main {
  flex: 1 1 auto;
}

.h2 {
  font-family: "Bevan", serif;
  font-size: clamp(26px, 5vw, 36px);
  font-weight: 400;
  line-height: 110%;
  text-transform: uppercase;
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.6) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

[class*=__text] {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}

.btn {
  display: inline-block;
  border-radius: 100px;
  background: linear-gradient(180deg, #9F32FF 0%, #4B91D2 100%);
  box-shadow: 0 -4px 13.5px 0 #1869B4 inset, 0 4px 10.4px 0 #B765FF inset;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  padding: 24px 60px;
}

.text-center {
  text-align: center;
}

.white {
  color: #fff !important;
}

section {
  scroll-margin-top: 260px;
}

@font-face {
  font-family: "Druk Cyr";
  src: url(/wp-content/themes/draemorstone/assets/fonts/DrukCyr-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Druk Cyr";
  src: url(/wp-content/themes/draemorstone/assets/fonts/DrukCyr-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
}
.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 60;
}
.header_scroll {
  background: #9F32FF;
}
.header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .header__content {
    padding: 14px 0;
  }
}
.header__logo {
  position: relative;
  z-index: 40;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #FFF;
  font-family: "Bevan";
  font-size: 22px;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .menu__icon {
    display: flex;
    align-items: center;
    z-index: 50;
    position: relative;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
  }
  .menu__icon span, .menu__icon::before, .menu__icon::after {
    right: 0;
    position: absolute;
    height: 10%;
    width: 100%;
    transition: all 0.3s ease 0s;
    background: #fff;
  }
  .menu__icon_privacy span, .menu__icon_privacy::before, .menu__icon_privacy::after {
    right: 0;
    position: absolute;
    height: 10%;
    width: 100%;
    transition: all 0.3s ease 0s;
    background: #000;
  }
  .menu__icon::before, .menu__icon::after {
    content: "";
    height: 2px;
  }
  .menu__icon::before {
    top: 8px;
  }
  .menu__icon::after {
    bottom: 8px;
    height: 2px;
  }
  .menu__icon span {
    height: 2px;
    top: 50%;
    transform: scale(1) translate(0px, -50%);
  }
  .menu__icon_active span {
    transform: rotate(45deg) scale(0) translate(0px, -50%);
  }
  .menu__icon_active::before {
    top: 50%;
    transform: rotate(-45deg) translate(0px, -50%);
  }
  .menu__icon_active::after {
    bottom: 50%;
    transform: rotate(45deg) translate(0px, 50%);
  }
}
@media (max-width: 767px) {
  .menu__body {
    display: block;
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    padding: 100px 15px 0;
    background: #000;
    transition: left 0.3s ease 0s;
    overflow: auto;
  }
  .menu__body_active {
    left: 0;
  }
  .menu__body::before {
    content: "";
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 16;
  }
}
.menu__list {
  display: flex;
  align-items: center;
  gap: 85px;
}
@media (max-width: 767px) {
  .menu__list {
    flex-direction: column;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.menu__link {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}

.footer {
  border-top: 1px solid #161616;
  padding: 40px 0;
}
.footer__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 991px) {
  .footer__content {
    gap: 20px;
  }
}
.footer__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .footer__row {
    gap: 20px;
    flex-direction: column;
  }
}
.footer__address {
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
  display: flex;
  align-items: center;
  gap: 22px;
}
.footer__address a {
  color: #FFF;
}
@media (max-width: 767px) {
  .footer__address {
    flex-direction: column;
    gap: 10px;
  }
}
.footer__menu {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.footer__menu a {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .footer__menu {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
.footer__row-sub {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .footer__row-sub {
    flex-direction: column-reverse;
    gap: 20px;
  }
}
.footer__txt {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-weight: 400;
}
.footer__social {
  display: flex;
  align-items: center;
  gap: 5px;
}

.cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  padding: 60px;
  max-width: 800px;
  width: 100%;
  border-radius: 40px;
  background: #000;
}
@media (max-width: 767px) {
  .cookies {
    padding: 40px 20px;
  }
}
.cookies__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cookies__title {
  color: #FFF;
  font-size: clamp(28px, 5vw, 42px);
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}
.cookies__btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .cookies__btns {
    gap: 20px;
  }
}
@media (max-width: 429px) {
  .cookies__btns {
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
  }
}
.cookies__btn {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  border-radius: 100px;
  padding: 16px 60px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 575px) {
  .cookies__btn {
    width: 100%;
  }
}
.cookies__btn:first-child {
  background: #9F32FF;
}
.cookies__btn:last-child {
  background: #4B91D2;
}

.hero {
  margin: 80px 0 0;
  background: url(/wp-content/themes/draemorstone/assets/img/bg.webp) no-repeat center/cover;
  padding: 120px 0 80px;
}
@media (max-width: 767px) {
  .hero {
    margin: 68px 0 0;
    padding: 40px 0;
  }
}
.hero__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  max-width: 998px;
  margin: 0 auto;
}
.hero__title {
  background: linear-gradient(180deg, #FFF 0%, #FFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-family: Bevan;
  font-size: clamp(32px, 4vw, 40px);
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
}
.hero__title span {
  line-height: 100%;
  font-size: clamp(32px, 5vw, 60px);
}
.hero__link {
  width: -moz-fit-content;
  width: fit-content;
}

.about {
  padding: 60px 0;
  background: url(/wp-content/themes/draemorstone/assets/img/bg-1.webp) no-repeat center/cover;
}
@media (max-width: 767px) {
  .about {
    padding: 40px 0;
    background: url(/wp-content/themes/draemorstone/assets/img/bg-1_mob.webp) no-repeat center/cover;
  }
}
.about__content {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media (max-width: 767px) {
  .about__content {
    gap: 20px;
  }
}
.about__row {
  display: flex;
  gap: 40px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.1);
  padding: 40px 20px;
}
@media (max-width: 767px) {
  .about__row {
    padding: 20px;
    flex-direction: column;
  }
}
.about__column {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.about__column_sub {
  gap: 20px;
}
.about__img {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.about__link {
  width: -moz-fit-content;
  width: fit-content;
}

.choose {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 767px) {
  .choose {
    gap: 20px;
  }
}
.choose__row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 991px) {
  .choose__row {
    flex-direction: column;
    align-items: center;
  }
}
.choose__card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.1);
  padding: 10px;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 230px;
}
@media (max-width: 991px) {
  .choose__card {
    max-width: 100%;
  }
}
.choose__card:nth-child(1) {
  margin-top: 25px;
}
@media (max-width: 991px) {
  .choose__card:nth-child(1) {
    margin: 0;
  }
}
.choose__card:nth-child(2) {
  margin-top: 332px;
}
@media (max-width: 991px) {
  .choose__card:nth-child(2) {
    margin: 0;
  }
}
.choose__card:nth-child(3) {
  margin-top: 133px;
}
@media (max-width: 991px) {
  .choose__card:nth-child(3) {
    margin: 0;
  }
}
.choose__img {
  width: -moz-fit-content;
  width: fit-content;
}
.choose__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.choose__img {
  margin: 0 auto;
}
.choose__name {
  color: #FFF;
  font-family: Bevan;
  font-size: 24px;
  font-weight: 400;
  line-height: 110%;
}

.info {
  padding: 80px 0;
  background: url(/wp-content/themes/draemorstone/assets/img/bg-2.webp) no-repeat center/cover;
}
@media (max-width: 767px) {
  .info {
    padding: 40px 0;
  }
}
.info__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.catalog {
  padding: 60px 0;
  margin: 80px 0 0;
}
@media (max-width: 767px) {
  .catalog {
    padding: 40px 0;
    margin: 68px 0 0;
  }
}
.catalog__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 767px) {
  .catalog__content {
    gap: 20px;
  }
}
.catalog__select {
  display: flex;
  gap: 18px;
  padding: 60px 0;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .catalog__select {
    padding: 40px 0;
  }
}
@media (max-width: 575px) {
  .catalog__select {
    gap: 0;
    flex-direction: column;
    padding: 0 15px;
  }
}
.catalog__row {
  display: flex;
  gap: 18px;
  justify-content: center;
}
@media (max-width: 991px) {
  .catalog__row {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .catalog__row {
    gap: 0;
  }
}
.catalog__column {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media (max-width: 575px) {
  .catalog__column {
    gap: 0;
  }
}
.catalog__card {
  border-radius: 18px;
  overflow: hidden;
}
.catalog__card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.catalog__card_small {
  width: 197px;
  height: 152px;
}
.catalog__card_small img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .catalog__card_small {
    width: 100%;
    height: 100%;
  }
}
.catalog__bg {
  background: url(/wp-content/themes/draemorstone/assets/img/bg-3.webp) no-repeat center/cover;
  padding: 60px 0;
}
@media (max-width: 767px) {
  .catalog__bg {
    background: url(/wp-content/themes/draemorstone/assets/img/bg-3_mob.webp) no-repeat center/cover;
    padding: 40px 20px;
  }
}

.categories {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .categories {
    padding: 40px 0;
  }
}
.categories__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 767px) {
  .categories__content {
    gap: 20px;
  }
}
.categories__column {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.categories__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 767px) {
  .categories__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.categories__card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 18px;
  background: #4B91D2;
  backdrop-filter: blur(15.21875px);
  padding: 30px 20px;
}
.categories__card h3 {
  color: #FFF;
  font-family: Bevan;
  font-size: 24px;
  font-weight: 400;
  line-height: 23.75px;
}
.categories__card p {
  color: rgba(255, 255, 255, 0.63);
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}
.categories__img {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.categories__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.game {
  padding: 60px 0;
  margin: 80px 0 0;
}
@media (max-width: 767px) {
  .game {
    padding: 40px 0;
    margin: 68px 0 0;
  }
}
.game__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.game__row {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 991px) {
  .game__row {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .game__img {
    width: -moz-fit-content;
    width: fit-content;
  }
  .game__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.game__column {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 991px) {
  .game__column {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
.game__link {
  width: -moz-fit-content;
  width: fit-content;
}
.game__text {
  max-width: 800px;
  margin: 0 auto;
}
.game__text span {
  color: #4B91D2;
}

.privacy {
  padding: 60px 0;
  margin: 80px 0 0;
}
@media (max-width: 767px) {
  .privacy {
    padding: 40px 0;
    margin: 68px 0 0;
  }
}