@import url("https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap");

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #1e2a27;
  color: #1e2a27;
}

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-o-header.is-open .r-o-header-background {
  left: 0;
}
.r-o-header-button-wrapper {
  margin-left: auto;
}
.r-o-header-icon {
  display: none;
}

.r-o-header-icon-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  border: none;
  border-radius: 50%;
}
.r-o-navigation-list.is-open {
  right: 0;
}
.r-o-header-icon-menu {
  display: block;
}

.r-o-header-icon-button.is-open .r-o-header-icon-menu {
  display: none;
}

.r-o-header-icon-button.is-open .r-o-header-icon-close {
  display: block;
}

.r-o-header {
  position: fixed;
  width: 100%;
  z-index: 5;
  transition: background-color 0.3s ease;
  background: transparent;
  display: flex;
  height: 80px;
  background: #1e2a27;
}

.r-o-header-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  z-index: -1;
  transition: left 0.3s ease;
  background: #1e2a27;
}
.r-o-header.is-open .r-o-header-background {
  left: 0;
}
.r-o-header-button-wrapper {
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.r-o-header-icon-menu {
  display: block;
}

.r-o-header-icon-button.is-open .r-o-header-icon-menu {
  display: none;
}

.r-o-header-icon-button.is-open .r-o-header-icon-close {
  display: block;
}

.r-o-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: 8px 16px;
  position: relative;
}

.r-o-navigation-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 100%;
  right: -100%;
  width: 100%;
  height: 407px;
  transition: 0.3s;
  z-index: 999;
  padding: 0px 32px;
  border-radius: 0px 0px 24px 24px;
  gap: 28px;
  background: #1e2a27;
}

.r-o-navigation-list.is-open {
  right: 0;
}

.r-o-navigation-link {
  font-family: Onest;
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0%;

  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #ffffff;
}

.r-o-navigation-link:hover,
.r-o-navigatioт-link:focus {
  color: #b0b5b4;
}

.r-o-header.is-open {
  background-color: transparent;
}

.r-o-navigation-img {
  display: none;
}

@media screen and (min-width: 1192px) {
  .r-o-navigation-img {
    display: flex;
    margin-right: 20px;
  }
  .r-o-header-icon-title {
    display: none;
  }
  .r-o-header-button-wrapper {
    display: none;
  }
  .r-o-header {
    width: 100%;
    height: 70px;

    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
  }

  .r-o-header-background {
  }
  .r-o-header-icon-button {
    display: none;
  }
  .r-o-navigation {
    display: flex;
    flex-direction: row;
    flex: 1;
    padding: 0;
    width: 1440px;
    margin: auto;
  }

  .r-o-navigation-list {
    background-color: transparent;
    flex-direction: row;
    display: flex;
    position: static;
    width: 1440px;
    margin: auto;
    padding-block: 0;
    flex: 1;
    gap: 37px;
    height: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .r-o-navigation-link {
    text-decoration: none;
    font-family: Onest;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
  }

  .r-o-navigation-item-desk {
    display: none;
  }
}
.r-o-home {
  width: 375px;
  height: 812px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/home/Hero.png");
  margin: auto;
}
.r-o-home-container {
  width: 375px;
  padding: 144px 16px 0px;
  margin: auto;
}

.r-o-home-container-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ffffff;
}

.r-o-home-title {
  font-family: Onest;
  font-weight: 500;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
}
.r-o-home-title span {
  color: #e4fc4a;
}
.r-o-home-text {
  font-family: Onest;
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
  padding: 141px 0 40px;
}

.r-o-home-link {
  width: 343px;
  height: 59px;
  padding-top: 16px;
  padding-right: 32px;
  padding-bottom: 16px;
  padding-left: 32px;
  border-radius: 24px;

  transition: all 0.3s ease-in-out;
  font-family: Onest;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #1e2a27;
  text-decoration: none;
  background: #e4fc4a;
}
.r-o-home-link:hover {
  background: #b2baff;
}
@media screen and (min-width: 1192px) {
  .r-o-home {
    width: 1440px;
    height: 657px;
    background-image: url("/img/home/Hero\ \(1\).png");
  }
  .r-o-home-container {
    width: 1440px;
    padding: 120px 0px 0px;
  }

  .r-o-home-title {
    font-family: Onest;
    font-weight: 500;
    font-size: 56px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
  }

  .r-o-home-text {
    font-family: Onest;
    font-weight: 500;
    font-size: 28px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    padding: 32px 448px 48px;
  }
  .r-o-home-link {
    width: 352px;
    height: 59px;
    top: 478px;
    left: 544px;
    gap: 8px;
    padding-top: 16px;
    padding-right: 32px;
    padding-bottom: 16px;
    padding-left: 32px;
    border-radius: 24px;
    font-family: Onest;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
  }
}

.r-o-about-title {
  font-family: Onest;
  font-weight: 500;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #ffffff;
}

@media screen and (min-width: 1192px) {
  .r-o-about-title {
    font-family: Onest;
    font-weight: 500;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0%;
  }
}

.r-o-why-container {
  width: 375px;
  margin: auto;
  padding: 40px 16px;
}
.r-o-why-list {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.r-o-why-item {
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  padding: 24px;
}

.r-o-why-text-bold {
  font-family: Onest;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  padding-bottom: 16px;
}
.r-o-why-text {
  font-family: Onest;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
}

@media screen and (min-width: 1192px) {
  .r-o-why-container {
    width: 1440px;
    padding: 80px 160px;
  }
  .r-o-why-list {
    padding-top: 40px;
    display: flex;
    flex-direction: row;
    gap: 32px;
  }
  .r-o-why-item {
    width: 256px;
    height: 232px;
    top: 178px;
    left: 1024px;
    gap: 16px;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
    padding: 24px;
  }

  .r-o-why-text-bold {
    font-family: Onest;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;

    padding-bottom: 16px;
  }
  .r-o-why-text {
    font-family: Onest;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
  }
}

.r-o-uniqueness-container {
  margin: auto;
  width: 375px;
  padding: 40px 16px;
}
.r-o-uniqueness-list {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.r-o-uniqueness-item {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-left-radius: 24px;
  padding: 24px;
  background: #b2baff;
}
.r-o-uniqueness-img {
  width: 40px;
  height: 32px;
}

.r-o-uniqueness-text {
  font-family: Onest;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  padding-top: 10px;
}
.r-o-uniqueness-text span {
  font-family: Onest;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
}

@media screen and (min-width: 1192px) {
  .r-o-uniqueness-container {
    margin: auto;
    width: 1440px;
    padding: 80px 160px;
  }
  .r-o-uniqueness-list {
    padding-top: 40px;
    display: flex;
    flex-direction: row;
    gap: 32px;
  }
  .r-o-uniqueness-item {
    width: 256px;
    height: 210px;
    top: 178px;
    left: 160px;
    gap: 10px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    border-bottom-left-radius: 24px;
    padding: 24px;
  }
  .r-o-uniqueness-img {
    width: 40px;
    height: 32px;
  }

  .r-o-uniqueness-text {
    font-family: Onest;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;

    padding-top: 16px;
  }
  .r-o-uniqueness-text span {
    font-family: Onest;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
  }
}

.r-o-how-container {
  margin: auto;
  width: 375px;
  padding: 40px 16px;
}
.r-o-how-list {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.r-o-how-item {
  gap: 8px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-left-radius: 24px;
  padding: 24px;
  font-family: Onest;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
}

.r-o-how-text {
  font-family: Onest;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: right;
  padding-top: 8px;
}
.r-o-how-text-bold {
  font-family: Onest;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: #ffffff;
  width: 343px;
  height: 43px;
  top: 652px;
  left: 16px;
  gap: 8px;
  border-radius: 24px;
  padding-top: 8px;
  padding-bottom: 8px;

  border-right-width: 1px;
  border-left-width: 1px;
  border-width: 0px 1px 0px 1px;

  border-style: solid;
  display: block;
  border-color: #b0b5b4;
  margin-top: 40px;
  transition: all 0.3s ease-in-out;
}
.r-o-how-text-bold:hover {
  border-color: #b2baff;
  font-family: Onest;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
  color: #b2baff;
}
@media screen and (min-width: 1192px) {
  .r-o-how-container {
    margin: auto;
    width: 1440px;
    padding: 80px 160px;
  }
  .r-o-how-list {
    padding-top: 40px;
    display: flex;
    flex-direction: row;
    gap: 32px;
  }

  .r-o-how-item {
    width: 352px;
    height: 164px;

    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    border-bottom-left-radius: 24px;
    padding: 24px;
    font-family: Onest;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
  }

  .r-o-how-text {
    font-family: Onest;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: right;
  }
  .r-o-how-text-bold {
    font-family: Onest;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;

    width: 352px;
    height: 43px;
    margin-left: auto;
  }
}

.r-o-characters {
  margin: auto;
  background: #2a3835;
}
.r-o-characters-container {
  padding: 40px 16px;
  margin: auto;
  width: 375px;
  height: 749px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/Why\ Trust\ Us.png");
}
.r-o-characters-list {
  display: flex;
  flex-direction: column;
  padding-top: 40px;
  font-family: Onest;
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #b0b5b4;
  list-style-type: disc;
  margin-left: 30px;
}

@media screen and (min-width: 1192px) {
  .r-o-characters-container {
    padding: 80px 160px;
    margin: auto;
    width: 1440px;
    height: 556px;
    background-image: url("/img/Why\ Trust\ Us\ \(1\).png");
  }

  .r-o-characters-list {
    font-family: Onest;
    font-weight: 500;
    font-size: 28px;
    line-height: 130%;
    letter-spacing: 0%;
    width: 544px;
    list-style-type: disc;
    margin-left: 30px;
    padding-left: 30px;
  }
}

.r-o-reviews-container {
  margin: auto;
  padding: 40px 16px;
  width: 375px;
}
.r-o-reviews-list {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.r-o-reviews-item {
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  border-bottom-left-radius: 32px;
  padding: 24px;
  font-family: Onest;
  font-weight: 500;
  font-size: 30px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  color: #3b4846;
}

.r-o-reviews-text-bold {
  font-family: Onest;
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
  color: #1e2a27;
  padding: 40px 0;
}

.r-o-reviews-text {
  font-family: Onest;
  font-weight: 900;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  color: #ffffff;
}
.r-o-reviews-text-two {
  width: 256px;
  padding-top: 8px;
  margin: auto;
  margin-top: 40px;
  padding-bottom: 8px;
  display: block;
  border-radius: 24px;
  border-right-width: 1px;
  border-left-width: 1px;
  font-family: Onest;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #ffffff;
  text-align: center;
  border-width: 0px 1px 0px 1px;

  border-style: solid;

  border-color: #b0b5b4;
}
.r-o-reviews-text-two:hover {
  color: #b2baff;
  font-family: Onest;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;

  border-color: #b2baff;
}
@media screen and (min-width: 1192px) {
  .r-o-reviews-container {
    margin: auto;
    padding: 80px 256px 80px 160px;
    width: 1440px;
  }
  .r-o-reviews-list {
    padding-top: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
    margin-left: 96px;
  }

  .r-o-reviews-item {
    width: 448px;
    height: 336px;

    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    border-bottom-left-radius: 32px;
    padding: 32px;
    font-family: Onest;
    font-weight: 500;
    font-size: 44px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
  }

  .r-o-reviews-text-bold {
    font-family: Onest;
    font-weight: 500;
    font-size: 28px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;

    padding: 40px 0;
  }

  .r-o-reviews-text {
    font-family: Onest;
    font-weight: 900;
    font-size: 56px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
  }
  .r-o-reviews-text-two {
    width: 256px;
    padding-top: 8px;
    margin: 40px 0 0 auto;
    margin-top: 40px;
    padding-bottom: 8px;
    display: block;
    border-radius: 24px;
    border-right-width: 1px;
    border-left-width: 1px;
    font-family: Onest;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #ffffff;
    text-align: center;
    border-width: 0px 1px 0px 1px;

    border-style: solid;

    border-color: #b0b5b4;
  }
}

.r-o-gallery {
  background: #2a3835;
}
.r-o-gallery-container {
  width: 375px;
  margin: auto;
  padding: 40px 16px;
  background: #2a3835;
}
.r-o-gallery-title {
  font-family: Onest;
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
  color: #b0b5b4;
  padding-bottom: 40px;
}
.r-o-gallery-link {
  width: 343px;
  height: 59px;
  padding-top: 16px;
  padding-right: 32px;
  padding-bottom: 16px;
  padding-left: 32px;
  border-radius: 24px;
  background: #e4fc4a;
  text-align: center;
  font-family: Onest;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #1e2a27;
  text-decoration: none;
  display: block;
  transition: all 0.3s ease-in-out;
}
.r-o-gallery-link:hover {
  background: #b2baff;
}
@media screen and (min-width: 1192px) {
  .r-o-gallery-container {
    width: 1440px;
    margin: auto;
    padding: 80px;
  }
  .r-o-gallery-title {
    font-family: Onest;
    font-weight: 500;
    font-size: 28px;
    line-height: 130%;
    letter-spacing: 0%;

    padding-bottom: 80px;
  }
  .r-o-gallery-link {
    width: 256px;
    height: 59px;
    top: 196px;
    left: 591px;
    gap: 8px;
    padding-top: 16px;
    padding-right: 32px;
    padding-bottom: 16px;
    padding-left: 32px;
    border-radius: 24px;
    font-family: Onest;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    margin: auto;
  }
}

.r-o-container {
  padding: 120px 16px 40px;
  width: 375px;
  margin: auto;
  color: #ffffff;
  font-family: Onest;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
}

.r-o-container h1 {
  font-family: Onest;
  font-weight: 500;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 0%;
}

.r-o-container h2 {
  margin-top: 10px;
  font-family: Onest;
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0%;
}

.r-o-container h3 {
  margin-top: 10px;
  font-family: Onest;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
}

.r-o-container ul {
  margin-top: 10px;
  list-style-type: disc;
  margin-left: 20px;
}

.r-o-container ul li {
  margin-bottom: 10px;
}
.r-o-container p {
  margin-top: 10px;
}
.r-o-container a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease-in-out;
}

.r-o-container a:hover {
  text-decoration: underline;
}

strong {
  color: #000;
}
@media screen and (min-width: 1192px) {
  .r-o-container {
    padding: 160px 160px 80px;
    width: 1440px;
    margin: auto;
    font-family: Onest;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
  }

  .r-o-container h1 {
    font-family: Onest;
    font-weight: 500;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0%;
  }

  .r-o-container h2 {
    margin-top: 20px;
    font-family: Onest;
    font-weight: 500;
    font-size: 28px;
    line-height: 130%;
    letter-spacing: 0%;
  }

  .r-o-container h3 {
    margin-top: 20px;
    font-family: Onest;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
  }

  .r-o-container ul {
    margin-top: 20px;
  }

  .r-o-container ul li {
    margin-bottom: 10px;
  }
  .r-o-container p {
    margin-top: 20px;
  }
}

.r-o-footer-container {
  width: 375px;
  margin: auto;
  padding: 40px 16px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.r-o-footer-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.r-o-footer-text {
  text-decoration: none;
  color: inherit;
  font-family: Onest;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: #ffffff;
}

.r-o-footer-copyright {
  font-family: Onest;
  font-weight: 400;
  font-size: 11px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;

  color: #ffffff;
}

.r-o-footer-wrapperq {
  display: flex;
  gap: 45px;
}
.r-o-footer-img {
  width: 32px;
}
.r-o-footerq {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.r-o-footer-wrapperqq {
  display: none;
}
@media screen and (min-width: 1193px) {
  .r-o-footer-container {
    width: 1440px;
    padding: 40px 160px 16px;
    display: flex;

    gap: 80px;
  }
  .r-o-footerq {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 550px;
  }
  .r-o-footer-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    width: 293px;
  }

  .r-o-footer-text {
    font-family: Onest;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: left;
  }

  .r-o-footer-copyright {
    font-family: Onest;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: right;

    margin-top: 63px;
  }
  .r-o-footer-wrapperqq {
    display: flex;
    gap: 28px;
  }
  .r-o-footer-wrapperq {
    display: none;
  }
}

.r-o-cookie-popup {
  position: fixed;
  bottom: 10px;
  width: 375px;
  padding: 32px;
  border-radius: 24px;
  background: #1e2a27;
  color: #f1eee9;
  z-index: 1000;
  display: none;
}

.r-o-cookie-popup-text-two {
  font-family: Onest;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
}

.r-o-cookie-button-container {
  padding: 40px 0 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.r-o-cookie-button {
  border: none;
  background-color: transparent;
  border: 1px solid #b0b5b4;
  width: 256px;
  border-radius: 28px;
  padding-top: 16px;
  padding-bottom: 16px;
  color: #c9c9c9;
  font-family: Onest;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #b0b5b4;
  gap: 8px;
}

#accept-cookies {
  background: #b0b5b4;

  color: #1e2a27;
}

.r-o-close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}

@media screen and (min-width: 1193px) {
  .r-o-cookie-popup-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .r-o-cookie-popup-text-two {
    text-align: left;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;

    width: 622px;
  }

  .r-o-cookie-button-container {
    padding: 0;
    margin: auto;
    display: flex;
    flex-direction: row;
    gap: 32px;
  }

  .r-o-cookie-popup {
    position: fixed;
    bottom: 10px;
    width: 1440px;
    padding: 32px;
    display: none;
  }
  .r-o-cookie-button {
    width: 256px;
    border-radius: 28px;
    padding-top: 16px;
    padding-bottom: 16px;
    gap: 8px;

    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
  }
}
