@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lilita+One&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #ffffff;

  color: #313131;
}

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%;
}

.p-y-header.is-open .p-y-header-background {
  left: 0;
}
.p-y-header-button-wrapper {
  margin-left: auto;
}
.p-y-header-icon {
  display: none;
}

.p-y-header-icon-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  border: none;
  border-radius: 50%;
}
.p-y-navigation-list.is-open {
  right: 0;
}
.p-y-header-icon-menu {
  display: block;
}

.p-y-header-icon-button.is-open .p-y-header-icon-menu {
  display: none;
}

.p-y-header-icon-button.is-open .p-y-header-icon-close {
  display: block;
}

.p-y-header {
  position: fixed;
  width: 100%;
  z-index: 5;
  transition: background-color 0.3s ease;
  background: transparent;
  display: flex;
  height: 94px;
  background: #e86b04;
}

.p-y-header-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  z-index: -1;
  transition: left 0.3s ease;
  background: #e86b04;
}
.p-y-header.is-open .p-y-header-background {
  left: 0;
}
.p-y-header-button-wrapper {
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-y-header-icon-menu {
  display: block;
}

.p-y-header-icon-button.is-open .p-y-header-icon-menu {
  display: none;
}

.p-y-header-icon-button.is-open .p-y-header-icon-close {
  display: block;
}

.p-y-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: 24px 16px;
  position: relative;
}

.p-y-navigation-list {
  display: flex;
  flex-direction: column;
  align-items: left;
  position: absolute;
  top: 100%;
  right: -100%;
  width: 100%;
  height: 557px;
  transition: 0.3s;
  z-index: 999;
  padding: 48px 16px 100px;

  gap: 16px;
  background: #e86b04;
}

.p-y-navigation-list.is-open {
  right: 0;
}

.p-y-navigation-link {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 1%;
  color: #313131;
}

.p-y-navigation-link:hover,
.p-y-navigatioт-link:focus {
  color: #f4b70a;
}

.p-y-header.is-open {
  background-color: transparent;
}

.p-y-navigation-img {
  display: none;
}

@media screen and (min-width: 1199px) {
  .p-y-navigation-img {
    display: block;
    margin-right: 500px;
  }
  .p-y-policy-terms-header-icon-menu {
    display: none;
  }
  .p-y-header-button-wrapper {
    display: none;
  }
  .p-y-header {
    width: 100%;
    height: 102px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
  }

  .p-y-header-icon-button {
    display: none;
  }
  .p-y-navigation {
    display: flex;
    flex-direction: row;
    flex: 1;
    padding: 0;
    width: 1440px;
    padding: 0 0px;
    margin: auto;
  }

  .p-y-navigation-list {
    background-color: transparent;
    flex-direction: row;
    display: flex;
    position: static;
    width: 1440px;
    margin: auto;
    padding-block: 0;
    flex: 1;
    gap: 16px;
    height: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .p-y-navigation-link {
    font-family: Montserrat;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 1%;
  }

  .p-y-navigation-item-desk {
    display: none;
  }
}

.p-y-home {
  background: #e86b04;
}
.p-y-home-container {
  width: 375px;
  padding: 142px 16px 48px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.p-y-home-container-top {
}
.p-y-about-title {
  background: #f4b70a;
  width: fit-content;

  border-radius: 100px;
  padding: 4px 12px;
  gap: 4px;
  display: flex;
  align-items: center;

  font-weight: 510;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0.12px;
  color: #e86b04;
  font-family: Lilita One;
}
.p-y-about-title-img {
  width: 24px;
}
.p-y-about-title-text {
  font-family: Lilita One;
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0.12%;
  color: #071446;
  padding-top: 8px;
}
.p-y-home-text-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 8px;
}

.p-y-home-text-item {
  font-family: Montserrat;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0.12%;

  display: flex;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  width: 343;
  border-radius: 8px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
}
.p-y-home-img {
  width: 32px;
  height: 69px;
}

@media screen and (min-width: 1199px) {
  .p-y-home-container {
    width: 1440px;
    padding: 220px 100px 118px;
    gap: 162px;
    flex-direction: row;
  }
  .p-y-home-container-top {
    width: 608px;
  }

  .p-y-about-title-text {
    font-family: Lilita One;
    font-weight: 400;
    font-style: Regular;
    font-size: 48px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0.12%;
  }
}

.p-y-why {
  background: #f2d48d;
}

.p-y-why-container {
  width: 375px;
  margin: auto;
  padding: 48px 16px;
}
.p-y-about-text {
  font-family: Montserrat;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0.12%;
  text-align: center;
  padding-top: 8px;
}
.p-y-why-list {
  padding-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.p-y-why-item {
  border: 1px solid #7f13dc;
  background: #f2d48d;
  width: 343px;
  height: 221px;
  border-radius: 8px;
  padding-top: 24px;
  padding-right: 12px;
  padding-bottom: 24px;
  padding-left: 12px;
  border-width: 1px;
}
.p-y-why-img {
  width: 64px;
  margin: auto;
}
.p-y-why-text-bold {
  font-family: Lilita One;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0.12%;
  text-align: center;
  color: #071446;
  padding: 8px 4px;
}
.p-y-why-text {
  font-family: Montserrat;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0.12%;
  text-align: center;
}

@media screen and (min-width: 1199px) {
  .p-y-why-container {
    width: 1440px;
    padding: 100px;
  }

  .p-y-why-list {
    display: flex;
    flex-direction: row;
    gap: 8px;
  }
  .p-y-why-item {
    width: 241px;
    height: 247px;
    border-radius: 8px;
    padding-top: 24px;
    padding-right: 12px;
    padding-bottom: 24px;
    padding-left: 12px;
    border-width: 1px;
  }
}

.p-y-uniqueness {
  background: #f2d48d;
}
.p-y-uniqueness-container {
  margin: auto;
  width: 375px;
  padding: 48px 16px;
}
.p-y-uniqueness-list {
  padding-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.p-y-uniqueness-item {
  background: #0089f3;

  width: 343px;
  height: 185px;
  gap: 8px;
  display: flex;
  border-radius: 8px;
  padding: 12px;
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0.12%;
  color: #fff;
}
.p-y-uniqueness-img {
  width: 54px;
  height: 60px;
}

@media screen and (min-width: 1199px) {
  .p-y-uniqueness-container {
    margin: auto;
    width: 1440px;
    padding: 100px;
  }
  .p-y-uniqueness-list {
    padding-top: 32px;
    display: flex;
    flex-direction: row;
    gap: 24px;
  }
  .p-y-uniqueness-item {
    width: 397.3333435058594px;
    height: 170px;
    gap: 8px;
    border-radius: 8px;
    padding: 16px;
  }
}
.p-y-how {
  margin: auto;
  background: #fafafa;
}
.p-y-how-container {
  margin: auto;
  width: 375px;
  height: 1136px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/Container.png");

  padding: 38px 16px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-y-about-title-text-how {
  font-family: Lilita One;
  font-weight: 400;
  font-style: Regular;
  font-size: 40px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0.12%;
  text-align: center;
}
.p-y-how-list {
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.p-y-how-item {
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0.12%;
  padding-top: 12px;
  padding-bottom: 12px;
  gap: 12px;
  border-radius: 10px;

  display: flex;
}

.p-y-how-img {
  width: 38.00000762939453px;
  height: 37.99966812133789px;
}

@media screen and (min-width: 1199px) {
  .p-y-how-container {
    margin: auto;
    width: 1440px;
    height: 856px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("/img/Container\ \(1\).png");

    padding: 204px 100px 0 732px;

    align-items: normal;
  }
  .p-y-about-title-text-how {
    font-family: Lilita One;
    font-weight: 400;
    font-style: Regular;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0.12%;
    text-align: center;

    text-align: left;
  }
  .p-y-how-list {
    padding-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .p-y-how-item {
    width: 608px;
    height: 100px;
    padding-top: 16px;
    padding-bottom: 16px;

    border-radius: 10px;
  }

  .p-y-how-img {
    width: 38.00000762939453px;
    height: 37.99966812133789px;
  }
}

.p-y-characters {
  background: #fafafa;
}
.p-y-characters-container {
  padding: 48px 16px;
  margin: auto;
  width: 375px;
}
.p-y-characters-list {
  padding-top: 24px;
}
.p-y-characters-lists {
  display: none;
}
.p-y-characters-item {
  background: #6fc70c;
  width: 291.75px;
  height: 196px;
  padding-top: 24px;
  padding-right: 12px;
  padding-bottom: 24px;
  padding-left: 12px;
  border-radius: 8px;
  margin: 0 12px;
}
.p-y-characters-img {
  margin: auto;
}
.p-y-characters-text-bold {
  font-family: Lilita One;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0.12%;
  text-align: center;
  color: #071446;
  padding-top: 12px;
}

@media screen and (min-width: 1199px) {
  .p-y-characters-container {
    padding: 100px;
    margin: auto;
    width: 1440px;
  }
  .p-y-characters-list {
    display: none;
  }
  .p-y-characters-lists {
    display: flex;
    flex-wrap: wrap;
    padding-top: 32px;
    gap: 24px;
  }
  .p-y-characters-item {
    width: 291.75px;
    height: 187px;
    padding-top: 24px;
    padding-right: 12px;
    padding-bottom: 24px;
    padding-left: 12px;
    border-radius: 8px;

    margin: 0px;
  }
  .p-y-characters-img {
    margin: auto;
  }
  .p-y-characters-text-bold {
    font-family: Lilita One;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0.12%;
    text-align: center;

    padding-top: 12px;
  }
}

.p-y-features {
  background: #fafafa;
}
.p-y-features-container {
  width: 375px;
  margin: auto;
  padding: 48px 16px;
}
.p-y-features-list {
  box-shadow: 0px 4px 4px 0px #00000040;
  background: #f8f8ff;
  width: 343px;

  border-radius: 10px;
  padding: 16px;

  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
}

.p-y-features-text-bold {
  font-family: Lilita One;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0.12%;
  text-align: center;
  color: #071446;
}
.p-y-features-text-bold-two {
  font-family: Montserrat;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0.12%;
  text-align: center;
}
.p-y-features-text {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: Montserrat;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0.12%;
  text-align: center;
  color: #313131;
  text-decoration: none;
}

.p-y-features-img {
  width: 42px;
  height: 42px;
}

@media screen and (min-width: 1199px) {
  .p-y-features-container {
    width: 1440px;
    margin: auto;
    padding: 100px 512px;
  }
  .p-y-features-list {
    width: 416px;

    gap: 16px;
    border-radius: 10px;
    padding: 16px;
  }

  .p-y-features-text-bold {
    font-family: Lilita One;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0.12%;
    text-align: center;
    color: #071446;
  }
  .p-y-features-text-bold-two {
    font-family: Montserrat;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0.12%;
    text-align: center;
  }
  .p-y-features-text {
    display: flex;
    align-items: center;
    gap: 4px;
    font-family: Montserrat;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0.12%;
    text-align: center;
    color: #313131;
    text-decoration: none;
  }

  .p-y-features-img {
    width: 42px;
    height: 42px;
  }
}

.p-y-policy-terms-container {
  padding: 142px 16px 48px;
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0.12%;
  width: 375px;
  margin: auto;
}

.p-y-policy-terms-container h1 {
  color: #18181b;
  font-family: Inter;
  font-weight: 600;
  font-style: Semi Bold;
  font-size: 40px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0.12%;
}
.p-y-policy-terms-container h2 {
  margin-top: 16px;
  font-family: Inter;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0.12%;
}
.p-y-policy-terms-container ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom:;
}
.p-y-policy-terms-container p,
.p-y-policy-terms-container h4,
.p-y-policy-terms-container h5 {
  margin-top: 24px;
}
.p-y-policy-terms-container a {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 1199px) {
  .p-y-policy-terms-container {
    padding: 181px 120px 80px;
    width: 1440px;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0.12%;
  }
  .p-y-policy-terms-container h1 {
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0.12%;
  }
}

.p-y-footer-container {
  width: 375px;
  padding: 48px 16px 24px;
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
  color: #fff;
  text-wrap: nowrap;
}
.p-y-footer-img {
  width: 80px;

  border-radius: 10px;
}
.p-y-footer-wrapper {
  padding-top: 50px;

  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.p-y-footer-text {
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0.12%;
  text-align: center;

  text-decoration: none;
  color: inherit;
}

.p-y-footer-copyright {
  font-family: Montserrat;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0.12%;
  text-align: center;
}

@media screen and (min-width: 1199px) {
  .p-y-footer-container {
    width: 1440px;
    padding: 48px 100px 24px;
    display: flex;
    gap: 803px;
    row-gap: 74px;
  }

  .p-y-footer-wrapper {
    padding-top: 0px;

    display: flex;
    flex-direction: row;
    align-items: start;
    gap: 8px;
  }
}
