@import url("https://fonts.googleapis.com/css2?family=Archivo+Black&family=Archivo:ital,wght@0,100..900;1,100..900&family=Manrope:wght@200..800&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: "Manrope", sans-serif;
  background: radial-gradient(94.67% 381.95% at 10% 8%, rgba(230, 168, 188, 0.28) 0%, rgba(230, 168, 188, 0) 24%), radial-gradient(88.97% 358.97% at 92% 14%, rgba(231, 208, 194, 0.62) 0%, rgba(231, 208, 194, 0) 23%), radial-gradient(76.74% 309.62% at 82% 74%, rgba(230, 168, 188, 0.18) 0%, rgba(230, 168, 188, 0) 18%), linear-gradient(180deg, #F3E4DC 0%, #F6EBE5 35%, #F0DFD5 100%);
}

.lock {
  overflow: hidden;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  background: radial-gradient(94.67% 381.95% at 10% 8%, rgba(230, 168, 188, 0.28) 0%, rgba(230, 168, 188, 0) 24%), radial-gradient(88.97% 358.97% at 92% 14%, rgba(231, 208, 194, 0.62) 0%, rgba(231, 208, 194, 0) 23%), radial-gradient(76.74% 309.62% at 82% 74%, rgba(230, 168, 188, 0.18) 0%, rgba(230, 168, 188, 0) 18%), linear-gradient(180deg, #F3E4DC 0%, #F6EBE5 35%, #F0DFD5 100%);
}

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

.main {
  flex: 1 1 auto;
}

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

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

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 60;
  border-bottom: 1px solid rgba(91, 50, 66, 0.08);
  background: linear-gradient(180deg, rgba(248, 239, 233, 0.92) 0%, rgba(248, 239, 233, 0.62) 100%);
  backdrop-filter: blur(7px);
}
.header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
@media (max-width: 575px) {
  .header__content {
    flex-direction: column;
    gap: 14px;
  }
}
.header__logo {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #24181E;
  font-size: 15.7px;
  font-weight: 800;
  letter-spacing: 1.254px;
  text-transform: uppercase;
}
.header__menu {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header__menu a {
  color: #755B67;
  font-size: 12.8px;
  font-weight: 700;
  letter-spacing: 1.408px;
  text-transform: uppercase;
  padding: 12px 14px;
}
.header__menu a:hover {
  padding: 12px 14px;
  border-radius: 999px;
  background: #5B3242;
  box-shadow: 0 10px 22px 0 rgba(91, 50, 66, 0.18);
  color: #fff;
}

.footer__content {
  display: flex;
  gap: 24px;
  padding: 30px;
  border-radius: 34px;
  border: 1px solid rgba(91, 50, 66, 0.08);
  background: linear-gradient(180deg, rgba(255, 249, 246, 0.86) 0%, rgba(247, 236, 230, 0.94) 100%);
  box-shadow: 0 22px 70px 0 rgba(95, 62, 74, 0.16);
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media (max-width: 767px) {
  .footer__content {
    flex-direction: column;
  }
}
.footer__column {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.footer__title {
  color: #24181E;
  font-size: 33.6px;
  font-weight: 700;
  line-height: 31.92px;
  letter-spacing: -1.344px;
  text-transform: uppercase;
}
.footer__address {
  color: #755B67;
  font-size: 16px;
  font-weight: 400;
  line-height: 29.6px;
}
.footer__menu {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer__menu a {
  color: #5B3242;
  font-size: 14.7px;
  font-weight: 700;
  line-height: 27.23px;
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(91, 50, 66, 0.18);
  width: -moz-fit-content;
  width: fit-content;
}
.footer__title-main {
  position: absolute;
  z-index: -1;
  bottom: 0;
  color: rgba(91, 50, 66, 0.06);
  font-family: "Archivo Black";
  font-size: 144px;
  font-weight: 400;
  line-height: 118px;
  letter-spacing: -8.64px;
}
@media (max-width: 767px) {
  .footer__title-main {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
}

.cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  padding: 64px;
  max-width: 850px;
  width: 100%;
  background: radial-gradient(94.67% 381.95% at 10% 8%, rgba(230, 168, 188, 0.28) 0%, rgba(230, 168, 188, 0) 24%), radial-gradient(88.97% 358.97% at 92% 14%, rgba(231, 208, 194, 0.62) 0%, rgba(231, 208, 194, 0) 23%), radial-gradient(76.74% 309.62% at 82% 74%, rgba(230, 168, 188, 0.18) 0%, rgba(230, 168, 188, 0) 18%), linear-gradient(180deg, #F3E4DC 0%, #F6EBE5 35%, #F0DFD5 100%);
}
@media (max-width: 767px) {
  .cookies {
    padding: 20px;
  }
}
.cookies__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.cookies__column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cookies__title {
  color: #24181E;
  font-family: Archivo;
  font-size: 72px;
  font-weight: 700;
  line-height: 66.96px;
  letter-spacing: -2.88px;
  text-transform: uppercase;
}
.cookies__text {
  color: #755B67;
  font-size: 16px;
  font-weight: 400;
  line-height: 29.6px;
}
.cookies__btns {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
}
@media (max-width: 575px) {
  .cookies__btns {
    flex-direction: column;
  }
}
.cookies__btn {
  color: #FFF6F2;
  text-align: center;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.48px;
  border-radius: 999px;
  background: #5B3242;
  box-shadow: 0 14px 26px 0 rgba(91, 50, 66, 0.18);
  padding: 15px 0;
  width: 100%;
}
.cookies__link {
  width: 100%;
  display: inline-block;
  color: #24181E;
  text-align: center;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.48px;
  border-radius: 999px;
  border: 1px solid rgba(91, 50, 66, 0.1);
  background: rgba(255, 255, 255, 0.55);
  padding: 15px 0;
}

.hero {
  margin: 83px 0 0;
  padding: 80px 0;
}
.hero_game {
  margin: 120px 0 0;
}
.hero__content {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 22px;
  border-radius: 42px;
  border: 1px solid rgba(91, 50, 66, 0.08);
  background: linear-gradient(135deg, rgba(255, 246, 242, 0.92) 0%, rgba(247, 235, 228, 0.8) 52%, rgba(239, 212, 220, 0.9) 100%);
  box-shadow: 0 22px 70px 0 rgba(95, 62, 74, 0.16);
  padding: 34px;
  position: relative;
  z-index: 2;
}
.hero__content::before {
  position: absolute;
  z-index: -1;
  content: "";
  left: -173.62px;
  width: 420px;
  height: 420px;
  transform: rotate(-18deg);
  bottom: -184.094px;
  border-radius: 96.6px 113.4px 344.4px 285.6px;
  background: radial-gradient(84.85% 84.85% at 40% 40%, rgba(231, 208, 194, 0.7) 0%, rgba(204, 129, 153, 0.15) 100%);
}
.hero__label {
  color: #5B3242;
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: 1.498px;
  text-transform: uppercase;
  border-radius: 999px;
  border: 1px solid rgba(91, 50, 66, 0.08);
  background: rgba(255, 255, 255, 0.48);
  padding: 10px 14px 10px 32px;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.hero__label::before {
  position: absolute;
  content: "";
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 4px rgba(204, 129, 153, 0.14);
  width: 8px;
  height: 8px;
  background: #CC8199;
  border-radius: 50%;
}
.hero__title {
  font-family: Archivo;
  font-size: 120px;
  font-weight: 700;
  line-height: 108px;
  letter-spacing: -4.8px;
  text-transform: uppercase;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: rgba(91, 50, 66, 0.36);
}
.hero__title span {
  color: #24181E;
}
@media (max-width: 991px) {
  .hero__title {
    font-size: 60.8px;
    line-height: 54.72px;
    letter-spacing: -2.432px;
    text-transform: uppercase;
  }
}
.hero__text {
  color: #755B67;
  font-size: 16px;
  font-weight: 400;
  line-height: 29.6px;
}
.hero__row {
  display: flex;
  align-items: center;
  gap: 14px;
}
@media (max-width: 575px) {
  .hero__row {
    flex-direction: column;
    align-items: flex-start;
  }
}
.hero__link {
  display: inline-block;
  color: #FFF6F2;
  text-align: center;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.48px;
  border-radius: 999px;
  background: #5B3242;
  box-shadow: 0 14px 26px 0 rgba(91, 50, 66, 0.18);
  padding: 15px 22px;
  width: -moz-fit-content;
  width: fit-content;
}
.hero__more {
  color: #24181E;
  text-align: center;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.48px;
  border-radius: 999px;
  border: 1px solid rgba(91, 50, 66, 0.1);
  background: rgba(255, 255, 255, 0.55);
  padding: 15px 22px;
}
.hero__grid {
  display: flex;
  gap: 12px;
  max-width: 620px;
}
@media (max-width: 575px) {
  .hero__grid {
    flex-direction: column;
  }
}
.hero__card {
  border-radius: 18px;
  border: 1px solid rgba(91, 50, 66, 0.08);
  background: rgba(255, 255, 255, 0.56);
  backdrop-filter: blur(3px);
  padding: 16px;
  display: flex;
  flex-direction: column;
}
.hero__name {
  color: #5B3242;
  font-size: 19.2px;
  font-weight: 700;
}
.hero__txt {
  color: #755B67;
  font-size: 13.8px;
  font-weight: 400;
  line-height: 21.33px;
}

.catalog__content {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.catalog__row {
  display: flex;
  align-items: flex-end;
  gap: 60px;
}
@media (max-width: 767px) {
  .catalog__row {
    flex-direction: column;
    gap: 24px;
  }
}
.catalog__grid {
  padding: 24px;
  border-radius: 36px;
  border: 1px solid rgba(91, 50, 66, 0.08);
  background: linear-gradient(180deg, rgba(255, 249, 246, 0.88) 0%, rgba(247, 236, 230, 0.92) 100%);
  box-shadow: 0 22px 70px 0 rgba(95, 62, 74, 0.16);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
@media (max-width: 991px) {
  .catalog__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .catalog__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.catalog__card {
  border-radius: 26px;
  border: 1px solid rgba(91, 50, 66, 0.08);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 14px 34px 0 rgba(95, 62, 74, 0.12);
  padding: 20px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.catalog__card::after {
  position: absolute;
  content: "";
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(230, 168, 188, 0.18) 0%, rgba(231, 208, 194, 0.36) 100%);
  width: 88px;
  height: 88px;
  top: -30px;
  right: -30px;
  transform: rotate(20deg);
}
.catalog__name {
  color: #24181E;
  font-size: 18.6px;
  font-weight: 700;
  line-height: 25px;
}
.catalog__text {
  color: #755B67;
  font-size: 14.7px;
  font-weight: 400;
  line-height: 24.29px;
}
.catalog__link {
  color: #5B3242;
  font-size: 16px;
  font-weight: 800;
  display: flex;
  gap: 8px;
}

.about {
  margin: 80px 0;
}
.about__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 991px) {
  .about__content {
    grid-template-columns: repeat(1, 1fr);
  }
}
.about__card {
  border-radius: 34px;
  border: 1px solid rgba(91, 50, 66, 0.08);
  background: linear-gradient(180deg, rgba(255, 249, 246, 0.86) 0%, rgba(247, 236, 230, 0.94) 100%);
  box-shadow: 0 22px 70px 0 rgba(95, 62, 74, 0.16);
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
  overflow: hidden;
}
.about__card::after {
  position: absolute;
  content: "";
  border-radius: 80px;
  background: radial-gradient(70.71% 70.71% at 50% 50%, rgba(230, 168, 188, 0.32) 0%, rgba(230, 168, 188, 0) 70%);
  width: 160px;
  height: 160px;
  right: -28.5px;
  top: -29px;
}
.about__label {
  color: #5B3242;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 1.613px;
  text-transform: uppercase;
  border-radius: 999px;
  background: rgba(204, 129, 153, 0.12);
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 12px;
}
.about__title {
  color: #24181E;
  font-family: Archivo;
  font-size: 60px;
  font-weight: 700;
  line-height: 57px;
  letter-spacing: -2.4px;
  text-transform: uppercase;
  word-break: break-all;
}
.about__text {
  color: #755B67;
  font-size: 15.4px;
  font-weight: 400;
  line-height: 27.65px;
}
.about__column {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 22px;
  border-radius: 24px;
  border: 1px solid rgba(91, 50, 66, 0.08);
  background: linear-gradient(98deg, rgba(230, 168, 188, 0.17) 0%, rgba(255, 255, 255, 0.48) 100%);
}
.about__subtitle {
  color: #24181E;
  font-family: Archivo;
  font-size: 30.4px;
  font-weight: 700;
  line-height: 32.22px;
  letter-spacing: -1.216px;
  text-transform: uppercase;
}
.about__item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
@media (max-width: 575px) {
  .about__item {
    grid-template-columns: repeat(1, 1fr);
  }
}
.about__block {
  border-radius: 22px;
  border: 1px solid rgba(91, 50, 66, 0.08);
  background: rgba(255, 255, 255, 0.58);
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.about__block_studio {
  position: relative;
  overflow: hidden;
}
.about__block_studio::after {
  position: absolute;
  content: "";
  right: -22.478px;
  bottom: -22.968px;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(230, 168, 188, 0.26) 0%, rgba(230, 168, 188, 0) 75%);
  width: 94px;
  height: 94px;
  transform: rotate(14deg);
}
.about__number {
  color: #5B3242;
  font-family: Archivo;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -1.28px;
}
.about__txt {
  color: #755B67;
  font-size: 13.9px;
  font-weight: 700;
  line-height: 22.27px;
  letter-spacing: 1.253px;
  text-transform: uppercase;
}
.about__info {
  padding: 16px;
  border-radius: 20px;
  border: 1px solid rgba(91, 50, 66, 0.08);
  background: rgba(255, 255, 255, 0.55);
  display: flex;
  gap: 14px;
}
.about__name {
  color: #24181E;
  font-size: 16px;
  font-weight: 700;
}
.about__txt-studio {
  color: #755B67;
  font-size: 14.1px;
  font-weight: 400;
  line-height: 23.23px;
}

.game__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.game__row {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  width: 100%;
}
@media (max-width: 767px) {
  .game__row {
    align-items: flex-start !important;
  }
}
.game__column {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.game__item {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 767px) {
  .game__item {
    width: 100%;
  }
}
.game__img {
  width: -moz-fit-content;
  width: fit-content;
}
.game__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}