@import url("https://fonts.googleapis.com/css2?family=Knewave&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #fdfdfd;

  color: #212121;
}

body {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}
img {
  display: block;
  height: auto;
}
figure {
  margin: 0;
  padding: 0;
  border: 0;
}
.list {
  list-style: none;
}

button,
a {
  cursor: pointer;
}

.button:hover {
  scale: 120%;
}

.r-r-header.is-open .r-r-header-background {
  left: 0;
}
.r-r-header-button-wrapper {
  margin-left: auto;
}
.r-r-header-icon {
  display: none;
}

.r-r-header-icon-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  border: none;
  border-radius: 50%;
}
.r-r-navigation-list.is-open {
  right: 0;
}
.r-r-header-icon-menu {
  display: block;
}

.r-r-header-icon-button.is-open .r-r-header-icon-menu {
  display: none;
}

.r-r-header-icon-button.is-open .r-r-header-icon-close {
  display: block;
}

.r-r-header {
  position: fixed;
  width: 100%;
  z-index: 5;
  transition: background-color 0.3s ease;
  background: transparent;
  display: flex;
  height: 48px;
  background: #431348;
}

.r-r-header-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  z-index: -1;
  transition: left 0.3s ease;
  background: #431348;
}
.r-r-header.is-open .r-r-header-background {
  left: 0;
}
.r-r-header-button-wrapper {
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.r-r-header-icon-menu {
  display: block;
}

.r-r-header-icon-button.is-open .r-r-header-icon-menu {
  display: none;
}

.r-r-header-icon-button.is-open .r-r-header-icon-close {
  display: block;
}

.r-r-navigation {
  display: -ms-flexbox;
  -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;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 12px 24px;
  position: relative;
}

.r-r-navigation-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 100%;
  right: -100%;
  width: 100%;
  height: 557px;
  transition: 0.3s;
  z-index: 999;
  padding: 32px;
  border-radius: 0px 0px 40px 40px;
  gap: 0px;
  background: #431348;
}

.r-r-navigation-list.is-open {
  right: 0;
}

.r-r-navigation-link {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #fdfdfd;
  border-bottom: 2px solid transparent;
  width: 180px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Nunito;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  display: block;
  text-align: center;
}

.r-r-navigation-link:hover,
.r-r-navigatioт-link:focus {
  border-bottom: 2px solid #e6027a;
  text-decoration: none;
}

.r-r-header.is-open {
  background-color: transparent;
}

.r-r-navigation-img {
  display: none;
}
.r-r-navigation-item-desk {
  font-family: Nunito;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
}
@media screen and (min-width: 1197px) {
  .r-r-navigation-img {
    display: flex;
  }
  .r-r-policy-terms-header-icon-menu {
    display: none;
  }
  .w-b-header-button-wrapper {
    display: none;
  }
  .r-r-header {
    width: 100%;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
  }

  .r-r-header-background {
  }
  .r-r-header-icon-button {
    display: none;
  }
  .r-r-navigation {
    display: flex;
    flex-direction: row;
    flex: 1;
    padding: 0;
    width: 1440px;
    margin: auto;
  }

  .r-r-navigation-list {
    background-color: transparent;
    flex-direction: row;
    display: flex;
    position: static;
    width: 1440px;
    margin: auto;
    padding-block: 0;
    flex: 1;

    height: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .r-r-navigation-link {
    font-family: Nunito;
    font-weight: 300;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    width: 120px;
    text-decoration: none;
  }

  .r-r-navigation-link:hover,
  .r-r-navigation-link:focus {
    color: #ffffff;
  }

  .r-r-navigation-item-desk {
    display: none;
  }
}
.r-r-home {
  width: 375px;
  height: 812px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/home/1_home_mob.png");
  margin: auto;
}
.r-r-home-container {
  width: 375px;
  padding: 168px 0px 0px;
  margin: auto;
}

.r-r-home-container-top {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.r-r-home-title-img {
  width: 375px;
}
.r-r-home-title {
  font-family: Knewave;
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;

  -webkit-text-stroke: 2px #0092f0;
  color: #fdfdfd;
  text-shadow: 0px 2px 2px #0099ff;
}

.r-r-home-text {
  font-family: Nunito;
  font-weight: 900;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
  color: #53005e;
  padding: 164px 16px 0;
}

@media screen and (min-width: 1197px) {
  .r-r-home {
    width: 1440px;
    height: 900px;
    background-image: url("/img/home/1_home.png");
  }
  .r-r-home-container {
    width: 1440px;
    padding: 173px 0px 0px;
  }
  .r-r-home-container-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .r-r-home-title-img {
    width: 500px;
  }
  .r-r-home-title {
    font-family: Knewave;
    font-weight: 400;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0%;
  }

  .r-r-home-text {
    font-family: Nunito;
    font-weight: 900;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0%;
    padding-top: 34px;
  }
}

.r-r-about-container {
  width: 375px;
  padding: 40px 16px 0;
  margin: auto;
  height: 809px;
  background-image: url("/img/3_gameDescription_mob.png");
}
.r-r-about-title {
  font-family: Knewave;
  font-weight: 400;
  font-size: 40px;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
  -webkit-text-stroke: 2px #e6027a;
  color: #fdfdfd;
  text-shadow: 0px 2px 2px #e6027a;
}
.r-r-about-text {
  font-family: Nunito;
  font-weight: 700;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
  padding-top: 32px;
}
.r-r-about-list {
  font-family: Nunito;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
  display: flex;
  flex-direction: column;
  padding: 24px 6.5px 0;
  gap: 232px;
}
.r-r-about-text-bold {
  display: none;
}

@media screen and (min-width: 1197px) {
  .r-r-about-container {
    width: 1440px;
    padding: 80px 0 0;
    height: 643px;
    background-image: url("/img/3_gameDescription.png");
  }

  .r-r-about-text {
    font-family: Nunito;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0%;

    padding-top: 48px;
  }
  .r-r-about-list {
    font-family: Nunito;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0%;

    text-align: left;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    padding: 34px 130px 0;
    gap: 520px;
  }
  .r-r-about-list li {
    width: 330px;
  }
  .r-r-about-text-bold {
    display: block;
    font-family: Nunito;
    font-weight: 900;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    color: #431348;
    padding-top: 58px;
  }
}

.r-r-why-container {
  width: 375px;
  margin: auto;
  padding: 40px 16px;
}
.r-r-why-list {
  padding-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.r-r-why-item {
  display: flex;
  gap: 16px;
}
.r-r-why-img {
  width: 48px;
  height: 48px;
}
.r-r-why-text-bold {
  font-family: Nunito;
  font-weight: 800;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0%;
  padding-top: 11px;
}
.r-r-why-text {
  font-family: Nunito;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0%;
  margin: 19px 0 0 -64px;
}

@media screen and (min-width: 1197px) {
  .r-r-why-container {
    width: 1440px;
    padding: 80px 196px;
  }
  .r-r-why-list {
    padding-top: 48px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 48px;
    row-gap: 24px;
    height: 440px;
  }
  .r-r-why-item {
    display: flex;
    gap: 16px;
    align-items: center;
    width: 500px;
  }
  .r-r-why-img {
    width: 110px;
    height: 110px;
  }
  .r-r-why-text-bold {
    font-family: Nunito;
    font-weight: 800;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0%;

    padding-top: 0px;
  }
  .r-r-why-text {
    font-family: Nunito;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0%;

    margin: 0px;
    padding-top: 12px;
  }
}

.r-r-uniqueness {
  margin: auto;
  width: 375px;
  height: 353px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/8_download_mob.png");
}
.r-r-uniqueness-container {
  margin: auto;
  width: 375px;
  padding: 40px 31px 0;
}

.r-r-uniqueness-text {
  font-family: Nunito;
  font-weight: 900;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
  color: #431348;
  padding-top: 32px;
}

@media screen and (min-width: 1197px) {
  .r-r-uniqueness {
    width: 1440px;
    height: 387px;
    background-image: url("/img/8_download.png");
  }
  .r-r-uniqueness-container {
    margin: auto;
    width: 1440px;
    padding: 80px 0 0;
  }
  .r-r-uniqueness-text {
    font-family: Nunito;
    font-weight: 900;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0%;

    padding-top: 48px;
  }
}
.r-r-how {
  background: #431348;
}
.r-r-how-container {
  margin: auto;
  width: 375px;
  height: 468px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/how/10_contact_mob.png");
  padding: 40px 45px 0;
}
.r-r-how-list {
  padding-top: 32px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 23px;
}

.r-r-characters-link-img {
  width: 24px;
  height: 24px;
}

.r-r-how-img {
  margin: auto;
}
.r-r-how-l {
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
}
.r-r-how-item {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
}
.r-r-how-text-bold {
  font-family: Nunito;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #fdfdfd;
  text-decoration: none;
}

.r-r-how-text {
  width: 24px;
}

@media screen and (min-width: 1197px) {
  .r-r-how-container {
    margin: auto;
    width: 1440px;
    padding: 80px 578px;
    height: 460px;
    background-image: url("/img/how/10_contact.png");
  }
  .r-r-how-list {
    padding-top: 110px;
    display: flex;
    flex-direction: row;
    justify-content: start;
    gap: 23px;
  }

  .r-r-how-l {
    padding-top: 24px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 25px;
  }
  .r-r-how-item {
    display: flex;
    gap: 12px;
    align-items: start;
    justify-content: start;
  }
}

.r-r-characters {
  margin: auto;
  width: 375px;
  height: 1164px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/6_Characters_mob.png");
}
.r-r-characters-container {
  padding: 40px 16px;
  margin: auto;
  width: 375px;
}
.r-r-characters-list {
  display: flex;
  flex-direction: column;
  padding-top: 32px;
  gap: 16px;
}
.r-r-characters-item {
  border-radius: 16px;
  padding: 16px;
  background: #431348;
}
.r-r-characters-text-bold {
  font-family: Nunito;
  font-weight: 900;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #a3dcf4;
}

.r-r-characters-text {
  font-family: Nunito;
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #fdfdfd;
  padding-top: 12px;
}
.r-r-characters-item-two {
  margin-top: 366px;
}
@media screen and (min-width: 1197px) {
  .r-r-characters {
    width: 1440px;
    height: 704px;
    background-image: url("/img/6_Characters.png");
  }
  .r-r-characters-container {
    padding: 80px 191px;
    margin: auto;
    width: 1440px;
  }
  .r-r-characters-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 140px;
    gap: 24px;
    column-gap: 417px;
  }
  .r-r-characters-item {
    width: 320px;
    height: 164px;
    gap: 12px;
    border-radius: 16px;
    padding: 16px;
  }
  .r-r-characters-text-bold {
    font-family: Nunito;
    font-weight: 900;
    font-size: 32px;
    line-height: 130%;
    letter-spacing: 0%;
  }

  .r-r-characters-item-two {
    margin-top: 0px;
  }
}

.r-r-reviews-container {
  margin: auto;
  padding: 40px 15px;
  width: 375px;
}
.r-r-reviews-list {
  padding-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.r-r-reviews-item {
  border-width: 1px;
  border-radius: 16px;
  padding-top: 12px;
  padding-right: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  background: #a3dcf4;
  border: 1px solid #e6027a;
}

.r-r-reviews-text-bold {
  font-family: Nunito;
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0%;
}

.r-r-reviews-text {
  font-family: Nunito;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0%;
  padding-top: 8px;
}

@media screen and (min-width: 1197px) {
  .r-r-reviews-container {
    margin: auto;
    padding: 80px 90px;
    width: 1440px;
  }
  .r-r-reviews-list {
    padding-top: 48px;
    display: flex;
    flex-direction: row;
    gap: 24px;
  }

  .r-r-reviews-item {
    width: 190px;
    height: 143px;
    gap: 8px;
    border-width: 1px;
    border-radius: 16px;
    padding-top: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
    padding-left: 16px;
  }

  .r-r-reviews-text-bold {
    font-family: Nunito;
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0%;
  }

  .r-r-reviews-text {
    font-family: Nunito;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0%;

    padding-top: 8px;
  }
}

.r-r-faq-container {
  padding: 40px 16px;
  width: 375px;
  margin: auto;
}
.r-r-faq-list {
  padding-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.r-r-faq-item {
  justify-content: space-between;
  border-radius: 12px;
  padding-top: 12px;
  padding-right: 24px;
  padding-bottom: 12px;
  padding-left: 24px;
  background: #a3dcf4;
}

.r-r-faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: Nunito;
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0%;
}

.r-r-faq-answer {
  font-family: Nunito;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
}
.r-r-toggle-button {
  background: none;
  border: none;
  cursor: pointer;
}

.r-r-toggle-button img {
  transition: transform 0.3s ease;
  width: 48px;
  height: 48px;
}
.r-r-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.4s ease;
  opacity: 0;
  padding-top: 0;
}

.r-r-faq-answer.open {
  max-height: 200px;
  opacity: 1;
  padding-top: 16px;
}

.r-r-toggle-button img.rotated {
  transform: rotate(180deg);
}
@media screen and (min-width: 1197px) {
  .r-r-faq-container {
    padding: 80px 189px;
    width: 1440px;
    margin: auto;
  }
  .r-r-faq-list {
    padding-top: 48px;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .r-r-faq-item {
    border-radius: 12px;
    padding-top: 12px;
    padding-right: 24px;
    padding-bottom: 12px;
    padding-left: 24px;
  }

  .r-r-faq-question {
    font-family: Nunito;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0%;
  }

  .r-r-faq-answer {
    font-family: Nunito;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
  }
}

.r-r-gallery-container {
  width: 375px;
  margin: auto;
  padding: 40px 16px;
}
.r-r-gallery-list {
  width: auto;
  padding-top: 32px;
  margin: auto;
}

.r-r-gallery-item {
  width: 304px;
  height: 540px;
  border-radius: 16px;

  overflow: hidden;
  position: relative;
  margin: 0 10px;
}

.r-r-gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.r-r-gallery-button-container {
  display: none;
}
@media screen and (min-width: 1197px) {
  .r-r-gallery-button-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1136px;
    position: relative;
    z-index: 1;
    margin-top: -350px;
  }

  .r-r-gallery-button {
    background-color: transparent;
    border: none;
    padding: 0;
    -webkit-transition: scale 0.3s ease;
    transition: scale 0.3s ease;
  }
  .r-r-gallery-button-icon {
    width: 80px;
    height: 80px;
  }
  .r-r-gallery-button:hover {
    scale: 120%;
  }

  .r-r-gallery-container {
    width: 1440px;
    margin: auto;
    height: 860px;
    padding: 80px 165px;
  }
  .r-r-gallery-item {
    width: 338px;
    height: 600px;
    border-radius: 16px;

    margin: 0 10px;
  }

  .r-r-gallery-list {
    padding-top: 48px;
  }
}

.r-r-features-container {
  width: 375px;
  margin: auto;
  padding: 40px 16px;
}
.r-r-features-list {
  padding-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.r-r-features-item {
  border-radius: 16px;
  padding-top: 16px;
  padding-right: 8px;
  padding-bottom: 16px;
  padding-left: 16px;
  background: #a3dcf4;
}

.r-r-features-text-bold {
  font-family: Nunito;
  font-weight: 900;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: 0%;
  -webkit-text-stroke: 1px #431348;
  color: #fdfdfd;
}

.r-r-features-text {
  font-family: Nunito;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0%;
  padding-top: 10px;
}

@media screen and (min-width: 1197px) {
  .r-r-features-container {
    width: 1440px;
    margin: auto;
    padding: 80px 108px;
  }
  .r-r-features-list {
    padding-top: 48px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
  }

  .r-r-features-item {
    width: 600px;
    height: 130px;
    gap: 16px;
    border-radius: 24px;
    padding-top: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
    padding-left: 24px;
  }

  .r-r-features-text-bold {
    font-family: Nunito;

    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0%;
  }

  .r-r-features-text {
    font-family: Nunito;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0%;
  }
}

.r-r-policy-terms-container {
  padding: 80px 16px 40px;
  width: 375px;
  margin: auto;
  font-family: Nunito;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -1%;
}

.r-r-policy-terms-container h1 {
  font-family: Knewave;
  font-weight: 400;
  font-size: 40px;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
  color: #fdfdfd;
  -webkit-text-stroke: 2px #431348;
  text-shadow: 0px 2px 2px #431348;
  margin-bottom: 32px;
}
.r-r-policy-terms-container h2 {
  font-family: Nunito;
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0%;

  margin-top: 24px;
  margin-bottom: 16px;
}
.r-r-policy-terms-container ul {
  list-style-type: disc;
  margin: 0px 0 0 20px;
}

.r-r-email-link {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 1197px) {
  .r-r-policy-terms-container {
    padding: 104px 189px 60px;
    width: 1440px;
  }
}

.r-r-footer-container {
  background: #431348;

  width: 375px;
  padding: 40px 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  color: #fdfdfd;
}

.r-r-footer-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.r-r-footer-text {
  text-decoration: none;
  color: inherit;
  font-family: Nunito;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
}

.r-r-footer-copyright {
  font-family: Nunito;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
}

@media screen and (min-width: 1197px) {
  .r-r-footer-container {
    width: 1440px;
    padding: 48px 199px;
    display: flex;
  }

  .r-r-footer-wrapper {
    display: flex;
    flex-direction: row;

    gap: 48px;
  }

  .r-r-footer-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
  }

  .r-r-footer-copyright {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
  }
}

.r-r-cookie-popup {
  position: fixed;
  bottom: 10px;
  width: 375px;
  padding: 30px 16px;
  background: #431348;

  z-index: 1000;
  display: none;
}

.r-r-cookie-popup-text-two {
  font-family: Nunito;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #fdfdfd;
  text-align: center;
}

.r-r-cookie-button-container {
  padding: 24px 0 0;
  margin: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.r-r-cookie-button {
  border: none;
  background-color: transparent;
  border-bottom: 2px solid #a3dcf4;
  width: 157px;
  border-bottom-width: 2px;
  padding: 10px 0;
  font-family: Nunito;
  font-weight: 300;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #fdfdfd;
  text-transform: uppercase;
}

#accept-cookies {
  border: none;
  border-radius: 12px;
  background: #a3dcf4;
  box-shadow: 0px 4px 4px 0px #00000040;
  color: #212121;
}

.r-r-close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}

@media screen and (min-width: 1197px) {
  .r-r-cookie-popup-text-two {
    font-family: Nunito;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
  }

  .r-r-cookie-button-container {
    margin: auto;
    display: flex;
    flex-direction: row;
    gap: 80px;
  }

  .r-r-cookie-popup {
    position: fixed;
    bottom: 10px;
    width: 1440px;
    padding: 40px;
    display: none;
  }
}
