@import url("https://fonts.googleapis.com/css2?family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #fcfafd;
  color: #000000;
}

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-d-header.is-open .r-d-header-background {
  left: 0;
}
.r-d-header-button-wrapper {
  margin-left: auto;
}
.r-d-header-icon {
  display: none;
}

.r-d-header-icon-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  border: none;
  border-radius: 50%;
}
.r-d-navigation-list.is-open {
  right: 0;
}
.r-d-header-icon-menu {
  display: block;
}

.r-d-header-icon-button.is-open .r-d-header-icon-menu {
  display: none;
}

.r-d-header-icon-button.is-open .r-d-header-icon-close {
  display: block;
}

.r-d-header {
  position: fixed;
  width: 100%;
  z-index: 5;
  transition: background-color 0.3s ease;
  background: transparent;
  display: flex;
  height: 48px;
  background: #fcfafd;
}

.r-d-header-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  z-index: -1;
  transition: left 0.3s ease;
  background: #fcfafd;
}
.r-d-header.is-open .r-d-header-background {
  left: 0;
}
.r-d-header-button-wrapper {
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.r-d-header-icon-menu {
  display: block;
}

.r-d-header-icon-button.is-open .r-d-header-icon-menu {
  display: none;
}

.r-d-header-icon-button.is-open .r-d-header-icon-close {
  display: block;
}

.r-d-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 12px;
  position: relative;
}

.r-d-navigation-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 100%;
  right: -100%;
  width: 100%;
  height: auto;
  transition: 0.3s;
  z-index: 999;
  padding: 16px 0 24px;

  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;

  gap: 8px;
  background: linear-gradient(180deg, #fcfafd 0%, #b8a3fe 100%);
}

.r-d-navigation-list.is-open {
  right: 0;
}

.r-d-navigation-link {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;

  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #000000;
  display: block;
  width: 160px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom-width: 1px;
  border-bottom: 1px solid transparent;
}

.r-d-navigation-link:hover,
.r-d-navigation-link:focus {
  text-decoration: none;
  border-bottom: 1px solid #000000;
}

.r-d-header.is-open {
  background-color: transparent;
}

.r-d-navigation-img {
  display: none;
}
.r-d-navigation-item-desk {
  font-family: Roboto;
  font-weight: 300;
  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: 1201px) {
  .r-d-navigation-img {
    display: flex;
  }
  .r-d-header-icon-title {
    display: none;
  }
  .r-d-header-button-wrapper {
    display: none;
  }
  .r-d-header {
    width: 100%;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
  }

  .r-d-header-background {
  }
  .r-d-header-icon-button {
    display: none;
  }
  .r-d-navigation {
    display: flex;
    flex-direction: row;
    flex: 1;
    padding: 0;
    width: 1440px;
    margin: auto;
  }

  .r-d-navigation-list {
    background-color: transparent;
    flex-direction: row;
    display: flex;
    position: static;
    width: 1440px;
    margin: auto;
    padding-block: 0;
    flex: 1;
    gap: 13px;
    height: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .r-d-navigation-link {
    text-decoration: none;
    font-family: Roboto;
    font-weight: 200;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    width: 130px;

    padding-top: 8px;
    padding-bottom: 8px;
  }

  .r-d-navigation-item-desk {
    display: none;
  }
}
.r-d-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-d-home-container {
  padding: 88px 16px 0px;
  margin: auto;
}

.r-d-home-container-top {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.r-d-home-title {
  font-family: Roboto Serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
}
.r-d-home-title span {
  background: #b8a3fe66;

  border-radius: 12px;
  padding-right: 16px;
  padding-left: 16px;
  font-family: Roboto Serif;
  font-weight: 200;
  font-style: italic;
  font-size: 40px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
}
.r-d-home-div {
  display: flex;
  flex-direction: column;
  padding-top: 40px;
  gap: 32px;
}
.r-d-home-text {
  font-family: Roboto;
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -1%;
  text-align: center;
}
.r-d-home-text-two {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  padding: 0 46px;
}
.r-d-home-link {
  transition: all 0.3s ease-in-out;
  display: block;
  width: 220px;
  border-radius: 40px;
  border-width: 1px;
  background: #068576;
  border: 1px solid #15151733;
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fcfafd;
  text-decoration: none;
  text-align: center;
  padding: 15px 0;
  margin: 20px auto 0;
}

.r-d-home-link:hover {
  background: #046d60;
  border: 1px solid #15151733;
  box-shadow: 0px 2px 2px 0px #15151766;
}

@media screen and (min-width: 1201px) {
  .r-d-home {
    width: 1440px;
    height: 900px;
    background-image: url("/img/home/1_home.png");
  }
  .r-d-home-container {
    width: 1440px;
    padding: 88px 120px 0px;
  }
  .r-d-home-title {
    font-family: Roboto Serif;
    font-weight: 500;
    font-size: 82px;
    line-height: 140%;
    letter-spacing: 0%;
  }
  .r-d-home-title span {
    border-radius: 32px;
    padding-right: 16px;
    padding-left: 16px;

    font-family: Roboto Serif;
    font-weight: 200;
    font-style: italic;
    font-size: 82px;
    line-height: 140%;
    letter-spacing: 0%;
    margin-left: 30px;
  }
  .r-d-home-div {
    display: flex;
    flex-direction: row-reverse;
    padding-top: 32px;
    gap: 186px;
  }
  .r-d-home-text {
    font-family: Roboto;
    font-weight: 300;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.25px;
    text-align: left;
    width: 584px;
  }
  .r-d-home-text-two {
    font-family: Roboto;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: left;
    padding: 0;
  }
  .r-d-home-link {
    transition: all 0.3s ease-in-out;
    display: block;
    width: 220px;
    border-radius: 40px;
    border-width: 1px;
    background: #068576;
    border: 1px solid #15151733;
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #fcfafd;
    text-decoration: none;
    text-align: center;
    padding: 15px 0;
    margin: 21px 0 0;
  }
}

.r-d-about-container {
  width: 375px;
  padding: 40px 16px;
  margin: auto;
}
.r-d-about-title {
  font-family: Roboto;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;

  border-left-width: 4px;
  padding-right: 8px;
  padding-left: 8px;

  border-left: 4px solid #068576;
  margin-left: 4px;
}
.r-d-about-title-t {
  padding-top: 40px;
  font-family: Roboto Serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 140%;
  letter-spacing: -1%;
  text-align: center;
}
.r-d-about-title-t-span {
  font-family: Roboto Serif;
  font-weight: 200;
  font-style: italic;
  font-size: 30px;
  line-height: 140%;
  letter-spacing: -1%;
  text-align: center;
}
.r-d-about-text {
  font-family: Roboto;
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;

  border-radius: 16px;
  padding: 16px;
  background: linear-gradient(90deg, #b8a3fe 0%, rgba(252, 250, 253, 0) 100%);

  margin-top: 24px;
}

.r-d-about-text-bold {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: right;
  padding-top: 24px;
}

@media screen and (min-width: 1201px) {
  .r-d-about-container {
    width: 1440px;
    padding: 64px 120px;
  }
  .r-d-about-title {
    font-family: Roboto;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
  }
  .r-d-about-title-t {
    padding-top: 64px;
    font-family: Roboto Serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 140%;
    letter-spacing: -1%;
    text-align: center;
  }
  .r-d-about-title-t-span {
    font-family: Roboto Serif;
    font-weight: 200;
    font-style: italic;
    font-size: 40px;
    line-height: 140%;
    letter-spacing: -1%;
    text-align: center;
  }
  .r-d-about-div {
    display: flex;
    gap: 10px;
    align-items: center;
    padding-top: 40px;
  }
  .r-d-about-text {
    font-family: Roboto;
    font-weight: 300;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0%;
    width: 616px;
    border-radius: 16px;
    padding: 16px;

    margin-top: 0px;
  }

  .r-d-about-text-bold {
    font-family: Roboto;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: right;
    width: 584px;
    padding-top: 0px;
  }
}
.r-d-why {
  margin: auto;
  width: 375px;
  height: 1330px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/3_jak_mob.png");
}

.r-d-why-container {
  width: 375px;
  margin: auto;
  padding: 40px 16px;
}

.r-d-about-title-t-span-q {
  font-family: Roboto Serif;
  font-weight: 200;
  font-style: italic;
  font-size: 30px;
  line-height: 140%;
  background: #b8a3fe66;
  padding-right: 16px;
  padding-left: 16px;
  border-radius: 8px;
}
.r-d-why-list {
  margin-top: 40px;
  height: 956px;
  position: relative;
}
.r-d-why-item {
  display: flex;
  flex-direction: column;
  gap: 50px;
  width: 323px;
  height: 250px;
  color: #fcfafd;
  padding: 36px 38px 0 39px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.r-d-why-item-q {
  top: 220px;
  padding: 10px 28px 0 38.5px;
}
.r-d-why-item-w {
  top: 486px;
  left: 0px;
  padding: 56px 33px 0 34px;
}
.r-d-why-item-e {
  top: 706px;
  left: 0px;
  padding: 10px 23px 0 33px;
}
.r-d-why-text-bold {
  font-family: Roboto;
  font-weight: 300;
  font-size: 26px;
  line-height: 140%;
  letter-spacing: 0%;
}
.r-d-why-text {
  font-family: Roboto;
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  padding-top: 16px;
}
.r-d-why-text-two {
  font-family: Roboto Serif;
  font-weight: 700;
  font-size: 40px;

  margin-left: 25px;
  padding: 4px;
}
.r-d-why-text-twoq {
  margin-left: 200px;
}
.r-d-whyf {
  font-family: Roboto;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  padding-top: 40px;
}
@media screen and (min-width: 1201px) {
  .r-d-why {
    width: 1440px;
    height: 564px;
    background-image: url("/img/3_jak.png");
  }
  .r-d-whyf {
    font-family: Roboto;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    padding-top: 32px;
  }
  .r-d-why-container {
    width: 1440px;
    padding: 64px 120px;
  }
  .r-d-about-title-t-span-q {
    font-family: Roboto Serif;
    font-weight: 200;
    font-style: italic;
    font-size: 40px;
    line-height: 140%;
    letter-spacing: 0%;

    padding-right: 16px;
    padding-left: 16px;
    gap: 10px;
    border-radius: 12px;
  }
  .r-d-why-div {
    display: flex;
    padding: 40px 29px 0;
  }
  .r-d-why-list {
    margin: 0;
    height: 200px;
  }
  .r-d-why-item {
    display: flex;
    flex-direction: row;
    width: 300px;
    height: 200px;
    gap: 36px;
    top: 0px;
    left: 0px;
    padding: 36px 16px 0 32px;
  }
  .r-d-why-item-q {
    top: 0px;
    left: 259px;
    padding: 26px 23px 0 16px;
    gap: 48px;
  }
  .r-d-why-item-w {
    top: 0px;
    left: 583px;
    padding: 28px 18px 0 32px;
    gap: 38px;
  }
  .r-d-why-item-e {
    top: 0px;
    left: 842px;
    padding: 24px 40px 0 16px;
  }
  .r-d-why-text-two {
    font-family: Roboto Serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;

    margin-left: 0px;
    margin-top: 96px;
    padding: 4px;
  }
  .r-d-why-text-twoq {
    margin-left: 0px;
    margin-top: 0;
  }
  .r-d-why-text-bold {
    font-family: Roboto;
    font-weight: 300;
    font-size: 26px;
    line-height: 140%;
    letter-spacing: 0%;
  }
  .r-d-why-text {
    font-family: Roboto;
    font-weight: 300;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0%;

    padding-top: 16px;
  }
}

.r-d-uniqueness {
  margin: auto;
  width: 375px;
  height: 1051px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/4_tworzenie_mob.png");
}
.r-d-uniqueness-container {
  margin: auto;
  width: 375px;
  padding: 40px 16px 0;
}
.r-d-about-uniqueness-t {
  font-family: Roboto Serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 140%;
  letter-spacing: 0%;
  padding-top: 40px;
}
.r-d-uniqueness-span {
  font-family: Roboto Serif;
  font-weight: 300;
  font-style: italic;
  font-size: 40px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: right;
  background: #b8a3fe66;
  display: block;
  width: 323px;
  height: 56;
  gap: 10px;
  border-radius: 8px;
  padding-right: 10px;
  padding-left: 10px;
}
.r-d-uniqueness-text-bolds {
  font-family: Roboto;
  font-weight: 300;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  padding-top: 40px;
}
.r-d-uniqueness-list {
  padding: 32px 19px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
  row-gap: 38px;
}
.r-d-uniqueness-item {
  width: 140px;
  height: 104px;
}

.r-d-uniqueness-text-bold {
  font-family: Roboto;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(90deg, #068576 0%, #fcfafd 100%);
}
.r-d-uniqueness-text {
  font-family: Roboto;
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  padding-top: 8px;
}
.r-d-uniqueness-texts {
  font-family: Roboto Serif;
  font-weight: 300;
  font-style: italic;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0%;
  width: 157px;
  padding-top: 122px;
}
@media screen and (min-width: 1201px) {
  .r-d-uniqueness {
    width: 1440px;
    height: 692px;
    background-image: url("/img/4_tworzenie.png");
  }
  .r-d-uniqueness-container {
    margin: auto;
    width: 1440px;
    padding: 64px 120px;
  }
  .r-d-about-uniqueness-t {
    font-family: Roboto Serif;
    font-weight: 500;
    font-size: 56px;
    line-height: 140%;
    letter-spacing: 0%;
    padding: 0;
  }
  .r-d-uniqueness-span {
    font-family: Roboto Serif;
    font-weight: 300;
    font-style: italic;
    font-size: 56px;
    line-height: 140%;
    letter-spacing: 0%;
    width: 193px;
    height: 78;
    gap: 10px;
    border-radius: 16px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .r-d-uniqueness-div {
    display: flex;
    gap: 152px;
    padding-top: 64px;
  }
  .r-d-uniqueness-text-bolds {
    font-family: Roboto;
    font-weight: 300;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0%;

    padding-top: 0px;
  }
  .r-d-uniqueness-list {
    padding: 34px 0px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
    row-gap: 64px;
  }
  .r-d-uniqueness-item {
    width: 140px;
    height: 104px;
  }

  .r-d-uniqueness-text-bold {
    font-family: Roboto;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    text-align: left;
    padding-bottom: 10px;
    border-bottom: 1px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(90deg, #068576 0%, #fcfafd 100%);
  }
  .r-d-uniqueness-text {
    text-align: left;
  }
  .r-d-uniqueness-texts {
    font-family: Roboto Serif;
    font-weight: 300;
    font-style: italic;
    font-size: 40px;
    line-height: 140%;
    letter-spacing: 0%;

    width: 533px;
    padding-top: 114px;
    padding-left: 13px;
  }
}

.r-d-how {
  margin: auto;
  width: 375px;
  height: 1086px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/5_glos_mob.png");
}
.r-d-how-container {
  margin: auto;
  width: 375px;
  padding: 40px 16px 0;
}
.r-d-about-how-t-span {
  font-family: Roboto Serif;
  font-weight: 200;
  font-style: italic;
  font-size: 40px;
  line-height: 140%;
  letter-spacing: 0%;
}
.r-d-about-title-t-spanp {
  font-family: Roboto Serif;
  font-weight: 300;
  font-style: italic;
  font-size: 40px;
  line-height: 140%;
  letter-spacing: 0%;
  background: #b8a3fe66;
  text-align: end;
  display: block;
  width: 343px;
  height: 56;
  gap: 10px;
  border-radius: 8px;
  padding-right: 10px;
  padding-left: 10px;
}
.r-d-how-div {
  display: flex;
  flex-direction: column;
  padding-top: 378px;
  gap: 40px;
  color: #fcfafd;
}
.r-d-how-text-bold {
  font-family: Roboto;
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  width: 174px;
  margin-left: auto;
}

.r-d-how-text {
  font-family: Roboto;
  font-weight: 200;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0%;
}
.r-d-how-list {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.r-d-how-item {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
}

@media screen and (min-width: 1201px) {
  .r-d-how {
    width: 1440px;
    height: 621px;
    background-image: url("/img/5_glos\ \(1\).png");
  }
  .r-d-how-container {
    margin: auto;
    width: 1440px;
    padding: 64px 120px;
  }

  .r-d-about-how-t-span {
    font-family: Roboto Serif;
    font-weight: 200;
    font-style: italic;
    font-size: 40px;
    line-height: 140%;
    letter-spacing: 0%;
    margin: 0 4px;
  }
  .r-d-about-uniqueness-tt {
    font-family: Roboto Serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: right;
    display: flex;
    align-items: end;
    justify-content: end;
    margin-top: -20px;
  }
  .r-d-about-title-t-spanp {
    font-family: Roboto Serif;
    font-weight: 300;
    font-style: italic;
    font-size: 40px;
    line-height: 140%;
    letter-spacing: 0%;
    width: 176px;
    height: 56;
    border-radius: 12px;
    gap: 10px;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 4px;
  }
  .r-d-how-div {
    display: flex;
    flex-direction: row;
    padding-top: 134px;
    gap: 157px;
    color: #fcfafd;
  }
  .r-d-how-text-bold {
    font-family: Roboto;
    font-weight: 300;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0%;
    width: 174px;
    margin-left: 205px;
    margin-top: 263px;
  }

  .r-d-how-text {
    font-family: Roboto;
    font-weight: 200;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0%;
  }
  .r-d-how-list {
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 26px;
  }

  .r-d-how-item {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
  }
}

.r-d-characters {
  margin: auto;
  width: 375px;
  height: 786px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/7_zastosowania_mob.png");
}
.r-d-characters-container {
  padding: 40px 16px;
  margin: auto;
}
.r-d-characters-list {
  display: flex;
  flex-direction: column;
  padding: 40px 16px 0;
  gap: 10px;
}

.r-d-characters-text-bold {
  font-family: Roboto;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0%;
}

.r-d-characters-text {
  font-family: Roboto;
  font-weight: 300;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0%;
}

@media screen and (min-width: 1201px) {
  .r-d-characters {
    width: 1440px;
    height: 635px;
    background-image: url("/img/7_zastosowania.png");
  }
  .r-d-characters-container {
    padding: 64px 120px;
    margin: auto;
    width: 1440px;
  }
  .r-d-characters-list {
    display: flex;
    flex-direction: column;
    padding: 194px 32px 0 449px;
    gap: 19px;
  }

  .r-d-characters-text-bold {
    font-family: Roboto;
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0%;
  }

  .r-d-characters-text {
    font-family: Roboto;
    font-weight: 300;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0%;
  }
}

.r-d-reviews-container {
  margin: auto;
  padding: 40px 16px;
  width: 375px;
}
.r-d-reviews-title {
  font-family: Roboto Serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 140%;
  letter-spacing: 0%;
  padding-top: 40px;
  margin-left: -2px;
}
.r-d-reviews-titlespan {
  font-family: Roboto Serif;
  font-weight: 200;
  font-style: italic;
  font-size: 30px;
  line-height: 140%;
  letter-spacing: 0%;
}
.r-d-reviews-list {
  padding: 32px 10px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.r-d-reviews-item {
  display: flex;
  align-items: center;
  width: 323px;

  border-radius: 12px;
  gap: 16px;
  border-width: 2px;
  padding: 16px;

  border: 2px solid #b8a3fe;
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
}

.r-d-reviews-img {
  width: 63px;
  height: 64px;
  border-radius: 100px;
}

@media screen and (min-width: 1201px) {
  .r-d-reviews-container {
    margin: auto;
    padding: 64px 120px;
    width: 1440px;
  }
  .r-d-reviews-title {
    font-family: Roboto Serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: right;
    padding-top: 0px;
    margin-left: 0px;
    margin-top: -20px;
  }
  .r-d-reviews-titlespan {
    font-family: Roboto Serif;
    font-weight: 200;
    font-style: italic;
    font-size: 40px;
    line-height: 140%;
    letter-spacing: 0%;
  }
  .r-d-reviews-list {
    padding: 64px 36px 0;
    display: flex;
    flex-direction: row;
    gap: 32px;
  }

  .r-d-reviews-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 200px;
    height: 208px;
    gap: 16px;
    border-radius: 16px;
    border-width: 2px;
    padding: 16px;
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
  }

  .r-d-reviews-img {
    width: 80px;
    height: 80px;
    border-radius: 100px;
  }
}

.r-d-faq-container {
  padding: 40px 16px;
  width: 375px;
  margin: auto;
}
.r-d-faq-list {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.r-d-faq-item {
}

.r-d-faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #068576;
  padding-top: 8px;
  padding-right: 32px;
  padding-bottom: 8px;
  padding-left: 32px;
  font-family: Roboto;
  font-weight: 300;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: 0%;
}

.r-d-faq-answer {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0%;

  padding-top: 8px;
  padding-right: 32px;
  padding-bottom: 8px;
  padding-left: 32px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}
.r-d-toggle-button {
  background: none;
  border: none;
  cursor: pointer;
}

.r-d-toggle-button img {
  transition: transform 0.3s ease;
  width: 24px;
  height: 24px;
}
.r-d-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.4s ease;
  opacity: 0;
}

.r-d-faq-answer.open {
  max-height: 200px;
  opacity: 1;
  padding-top: 8px;
}

.r-d-toggle-button img.rotated {
  transform: rotate(180deg);
}
@media screen and (min-width: 1201px) {
  .r-d-faq-container {
    padding: 64px 120px;
    width: 1440px;
    margin: auto;
  }
  .r-d-faq-list {
    padding: 64px 205px 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .r-d-faq-item {
  }

  .r-d-faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: Roboto;
    font-weight: 300;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0%;
  }

  .r-d-faq-answer {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0%;
  }
}

.r-d-features-container {
  width: 375px;
  margin: auto;
  padding: 40px 16px;
}
.r-d-features-title {
  font-family: Roboto Serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 140%;
  letter-spacing: 0%;
  margin: 40px 0 32px;
}
.r-d-features-titleq {
  font-family: Roboto Serif;
  font-weight: 200;
  font-style: italic;
  font-size: 30px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: right;
  background: #b8a3fe66;
  width: 343px;
  display: block;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 8px;
}
.r-d-features-text-bold {
  font-family: Roboto;
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
}
.r-d-features-text-boldq {
  font-family: Roboto;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  color: #000;
  text-decoration: none;
}
.r-d-featuresa {
  font-family: Roboto;
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  padding-top: 24px;
}
.r-d-featuress {
  font-family: Roboto;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
}
@media screen and (min-width: 1201px) {
  .r-d-features-container {
    width: 1440px;
    margin: auto;
    padding: 64px 120px;
  }

  .r-d-features-title {
    font-family: Roboto Serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    margin: 64px 0 40px;
  }
  .r-d-features-titleq {
    font-family: Roboto Serif;
    font-weight: 200;
    font-style: italic;
    font-size: 40px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    width: auto;
    display: inline;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 8px;
  }
  .r-d-features-text-bold {
    font-family: Roboto;
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
  }
  .r-d-features-text-boldq {
    font-family: Roboto;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
  }
  .r-d-featuresa {
    font-family: Roboto;
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;

    padding-top: 0px;
  }
  .r-d-featuress {
    font-family: Roboto;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
  }
  .r-d-features-div {
    display: flex;
    gap: 64px;
    justify-content: center;
  }
}

.r-d-container {
  padding: 80px 16px 40px;
  width: 375px;
  margin: auto;
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
}

.r-d-container h1 {
  font-family: Roboto Serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
}

.r-d-container h2 {
  margin-top: 10px;
  font-family: Roboto;
  font-weight: 400;
  font-size: 32px;
  line-height: 140%;
  letter-spacing: 0%;
}

.r-d-container h3 {
  margin-top: 10px;
  font-family: Roboto;
  font-weight: 500;
  font-size: 26px;
  line-height: 140%;
  letter-spacing: 0%;
}

.r-d-container ul {
  margin-top: 10px;
  list-style-type: disc;
  margin-left: 20px;
}

.r-d-container ul li {
  margin-bottom: 10px;
}
.r-d-container p {
  margin-top: 10px;
}
.r-d-container a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease-in-out;
}

.r-d-container a:hover {
  text-decoration: underline;
}

strong {
  color: #000;
}
@media screen and (min-width: 1201px) {
  .r-d-container {
    padding: 105px 189px 40px;
    width: 1440px;
    margin: auto;
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
  }

  .r-d-container h1 {
    font-family: Roboto Serif;
    font-weight: 500;
    font-size: 48px;
    line-height: 130%;
    letter-spacing: 0%;
  }

  .r-d-container h2 {
    margin-top: 20px;
    font-family: Roboto;
    font-weight: 400;
    font-size: 32px;
    line-height: 140%;
    letter-spacing: 0%;
  }

  .r-d-container h3 {
    margin-top: 20px;
    font-family: Roboto;
    font-weight: 500;
    font-size: 26px;
    line-height: 140%;
    letter-spacing: 0%;
  }

  .r-d-container ul {
    margin-top: 20px;
  }

  .r-d-container ul li {
    margin-bottom: 10px;
  }
  .r-d-container p {
    margin-top: 20px;
  }
}
.r-d-footer {
  width: 375px;
  margin: auto;
  padding: 40px 16px 0;
}
.r-d-footer-container {
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding: 40px 0;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;

  background: linear-gradient(180deg, #b8a3fe 0%, #fcfafd 100%);
}

.r-d-footer-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.r-d-footer-text {
  text-decoration: none;
  color: inherit;
  font-family: Roboto;
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  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;
}

.r-d-footer-copyright {
  font-family: Roboto;
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.5px;
}

@media screen and (min-width: 1201px) {
  .r-d-footer {
    width: 1440px;
    margin: auto;
    padding: 40px 120px 0;
  }
  .r-d-footer-container {
    padding: 64px 0;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    background: linear-gradient(180deg, #b8a3fe 0%, #fcfafd 100%);
  }

  .r-d-footer-wrapper {
    display: flex;
    flex-direction: row;

    gap: 32px;
  }

  .r-d-footer-text {
    font-family: Roboto;
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    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;
  }

  .r-d-footer-copyright {
    font-family: Roboto;
    font-weight: 300;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0%;
  }
}

.r-d-cookie-popup {
  position: fixed;
  bottom: 10px;
  width: 375px;
  padding: 40px 16px;
  background: #000000;

  z-index: 1000;
  display: none;
}

.r-d-cookie-popup-text-two {
  font-family: Roboto;
  font-weight: 300;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
  color: #ffffff;
}

.r-d-cookie-button-container {
  padding: 24px 0 0;
  margin: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 32px;
}

.r-d-cookie-button {
  border: none;
  background-color: transparent;
  border-bottom: 2px solid #b8a3fe;
  width: 82px;
  padding: 10px 0;
  font-family: Roboto;
  font-weight: 300;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #fcfafd;
}

#accept-cookies {
  border: none;
  box-shadow: 0px 4px 4px 0px #00000040;
  background: #b8a3fe;
  width: 100px;
  color: #000000;
  border-radius: 8px;
}

.r-d-close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}

@media screen and (min-width: 1201px) {
  .r-d-cookie-popup-text-two {
    font-family: Roboto;
    font-weight: 300;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
  }

  .r-d-cookie-button-container {
    padding-top: 40px;
    margin: auto;
    display: flex;
    flex-direction: row;
    gap: 80px;
  }

  .r-d-cookie-popup {
    position: fixed;
    bottom: 10px;
    width: 1440px;
    padding: 40px;
    display: none;
  }
}
