@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");

*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #ffffff;

  color: #2c3e50;
}

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-u-header.is-open .p-u-header-background {
  left: 0;
}
.p-u-header-button-wrapper {
  margin-left: auto;
}
.p-u-header-icon {
  display: none;
}

.p-u-header-icon-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  border: none;
  border-radius: 50%;
}
.p-u-navigation-list.is-open {
  right: 0;
}
.p-u-header-icon-menu {
  display: block;
}

.p-u-header-icon-button.is-open .p-u-header-icon-menu {
  display: none;
}

.p-u-header-icon-button.is-open .p-u-header-icon-close {
  display: block;
}

.p-u-header {
  position: fixed;
  width: 100%;
  z-index: 5;
  transition: background-color 0.3s ease;
  background: transparent;
  display: flex;
  height: 71px;
  background: #fffffff2;

  border-bottom: 1px solid #2c3e50;
}

.p-u-header-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  z-index: -1;
  transition: left 0.3s ease;
  background: #ffffff;
}
.p-u-header.is-open .p-u-header-background {
  left: 0;
}
.p-u-header-button-wrapper {
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-u-header-icon-menu {
  display: block;
}

.p-u-header-icon-button.is-open .p-u-header-icon-menu {
  display: none;
}

.p-u-header-icon-button.is-open .p-u-header-icon-close {
  display: block;
}

.p-u-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: 5px 16px;
  position: relative;
}

.p-u-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: 90px 2px;

  gap: 28px;
  background: #ffffff;
}
.p-u-nav-home-img {
  width: 192px;
  margin-top: 60px;
}
.p-u-navigation-list.is-open {
  right: 0;
}

.p-u-navigation-link {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #2c3e50;
  font-family: Nunito Sans;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0px;
}

.p-u-navigation-link:hover,
.p-u-navigatioт-link:focus {
  color: #ff8c42;
}

.p-u-header.is-open {
  background-color: transparent;
}

.p-u-navigation-img {
  display: none;
}
.p-u-header-terms {
  background-color: transparent;
  border-bottom: none;
}
.p-u-header-terms-img {
  width: 24px;
}
@media screen and (min-width: 1200px) {
  .p-u-navigation-img {
    display: block;
    margin-right: 152px;
  }
  .p-u-policy-terms-header-icon-menu {
    display: none;
  }
  .p-u-header-button-wrapper {
    display: none;
  }
  .p-u-header {
    width: 100%;
    height: 85px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    border-bottom: 1px solid #2c3e50;
    background: #fffffff2;
  }

  .p-u-header-icon-button {
    display: none;
  }
  .p-u-navigation {
    display: flex;
    flex-direction: row;
    flex: 1;
    padding: 0;
    width: 1440px;
    padding: 0 20px;
    margin: auto;
  }

  .p-u-navigation-list {
    background-color: transparent;
    flex-direction: row;
    display: flex;
    position: static;
    width: 1440px;
    margin: auto;
    padding-block: 0;
    flex: 1;
    gap: 40px;
    height: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  .p-u-nav-home-img {
    width: 192px;
    margin-top: 0px;
    margin-left: 152px;
  }
  .p-u-navigation-link {
    font-family: Nunito Sans;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0px;
  }

  .p-u-header-terms {
    background-color: transparent;
    border-bottom: none;
  }
  .p-u-header-terms-img {
    width: 41px;
  }
}

.p-u-home {
  background: #e5f3fc;
}
.p-u-home-container {
  width: 375px;
  padding: 111px 17px 40px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.p-u-home-container-top {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.p-u-home-title {
  font-family: Nunito Sans;
  font-weight: 800;
  font-style: ExtraBold;
  font-size: 30px;
  leading-trim: NONE;
}
.p-u-home-title span {
  color: #ff8c42;
}
.p-u-home-title-span {
  color: #5dade2;
}
.p-u-home-text {
  font-family: Nunito Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;

  color: #00000099;
  width: 234px;
  padding: 12px 0 30px;
}
.p-u-home-img {
  width: 270px;
  transition: all 0.3s ease-in-out;
  box-shadow:
    0px 8px 10px -6px #0000001a,
    0px 20px 25px -5px #0000001a;

  border-radius: 33554400px;
}

.p-u-home-img:hover {
  transform: scale(1.1);
}
.p-u-home-title-img {
  width: 216px;
}

@media screen and (min-width: 1200px) {
  .p-u-home-container {
    width: 1440px;
    padding: 190px 154px 113px;
    flex-direction: row;
    gap: 105px;
  }

  .p-u-home-container-top {
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 696px;
  }

  .p-u-home-title {
    font-family: Nunito Sans;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 62px;
    leading-trim: NONE;
    line-height: 65px;
    letter-spacing: 0px;
  }

  .p-u-home-text {
    font-family: Nunito Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0px;

    width: 576px;
    padding: 50px 0;
  }
  .p-u-home-img {
    content: url("/img/Button\ \(1\).png");
    width: 270px;
    transition: all 0.3s ease-in-out;
    box-shadow:
      0px 8px 10px -6px #0000001a,
      0px 20px 25px -5px #0000001a;

    border-radius: 33554400px;
  }

  .p-u-home-title-img {
    width: 332px;
  }
}

.p-u-about-title {
  font-family: Nunito Sans;
  font-weight: 800;
  font-style: ExtraBold;
  font-size: 24px;
  leading-trim: NONE;

  text-align: center;
}
.p-u-about-text {
  font-family: Nunito Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;

  text-align: center;
  color: #00000099;
  padding-top: 10px;
}

@media screen and (min-width: 1200px) {
  .p-u-about-title {
    font-family: Nunito Sans;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 62px;
    leading-trim: NONE;
    line-height: 65px;
    letter-spacing: 0px;
    text-align: center;
  }
  .p-u-about-text {
    font-family: Nunito Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;

    padding-top: 18px;
  }
}

.p-u-why-container {
  width: 375px;
  margin: auto;
  padding: 50px 21px 0;
}
.p-u-why-list {
  padding-top: 20px;
}
.p-u-why-lists {
  display: none;
}
.p-u-why-item {
  margin: 10px;
  box-shadow:
    0px 8px 10px -6px #0000001a,
    0px 10px 0px -5px #0000001a;
  border: 2px solid #2c3e50;
  background: #ffffff;
  width: 237px;
  height: 212px;

  border-radius: 24px;
  padding: 28px;
}
.p-u-why-img {
  box-shadow:
    0px 4px 6px -4px #0000001a,
    0px 10px 19px -3px #0000001a;
  width: 57px;
  margin: auto;
  border-radius: 16px;
}
.p-u-why-text-bold {
  font-family: Nunito Sans;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  leading-trim: NONE;

  text-align: center;
  padding: 20px 0 13px;
}
.p-u-why-text {
  font-family: Nunito Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  leading-trim: NONE;
  color: #00000099;
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .p-u-why-container {
    width: 1440px;
    padding: 94px 80px 0;
  }
  .p-u-why-list {
    display: none;
  }
  .p-u-why-lists {
    display: flex;
    padding-top: 50px;
    gap: 24px;
  }
  .p-u-why-item {
    margin: 0px;

    width: 237px;
    height: 251px;
    padding: 27px;
  }
  .p-u-why-img {
    width: 80px;
    border-radius: 22px;
  }
  .p-u-why-text-bold {
    font-family: Nunito Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;

    padding: 16px 0 8px;
  }
  .p-u-why-text {
    font-family: Nunito Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
  }
}

.p-u-uniqueness-container {
  margin: auto;
  width: 375px;
  padding: 50px 3px 0;
}
.p-u-about-uniqueness {
  text-align: left;
  padding-top: 10px;
}
.p-u-about-uniqueness-two {
  padding-top: 20px;
}
.p-u-uniqueness-list {
  padding-top: 20px;
}
.p-u-uniqueness-lists {
  display: none;
}
.p-u-uniqueness-item {
  border: 2px solid #2c3e50;
  background: #ffffff;
  width: 253px;
  height: 249px;
  margin: 10px;
  border-radius: 24px;
}
.p-u-uniqueness-img {
  width: 249px;
  height: 120px;
  margin: auto;
  border-radius: 21px 21px 0 0;
}
.p-u-uniqueness-text-bold {
  font-family: Nunito Sans;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  leading-trim: NONE;

  padding: 24px 24px 18px;
}
.p-u-uniqueness-text {
  font-family: Nunito Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;

  color: #00000099;
  padding: 0 24px;
}

@media screen and (min-width: 1200px) {
  .p-u-uniqueness-container {
    margin: auto;
    width: 1440px;
    padding: 100px 80px 0;
  }
  .p-u-about-uniqueness {
    text-align: left;
    padding-top: 18px;
    width: 883px;
    margin: auto;
  }
  .p-u-about-uniqueness-two {
    padding-top: 72px;
  }
  .p-u-uniqueness-list {
    display: none;
  }
  .p-u-uniqueness-lists {
    display: flex;
    flex-wrap: wrap;
    padding-top: 50px;
    gap: 32px;
    justify-content: center;
  }
  .p-u-uniqueness-item {
    margin: 0px;
    width: 405px;
    height: 326px;
    border-width: 2px;
    border-radius: 24px;
  }
  .p-u-uniqueness-img {
    width: 401px;
    height: 192px;
    angle: 0 deg;
    opacity: 1;

    border-radius: 21px 21px 0 0;
  }
  .p-u-uniqueness-text-bold {
    font-family: Nunito Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 32px;
    letter-spacing: 0px;

    padding: 24px 24px 8px;
  }
  .p-u-uniqueness-text {
    font-family: Nunito Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0px;

    padding: 0 24px;
  }
}

.p-u-how-container {
  margin: auto;
  width: 375px;
  padding: 50px 49px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.p-u-how-title {
  text-align: left;
}

.p-u-how-img {
  width: 157px;
}
.p-u-how-text {
  padding: 20px 0;
  text-align: left;
}
.p-u-how-text-bold {
  text-align: left;
}

@media screen and (min-width: 1200px) {
  .p-u-how-container {
    margin: auto;
    width: 1440px;
    padding: 100px 205px;
    flex-direction: row;
    gap: 66px;
    align-items: center;
  }
  .p-u-how-title {
    text-align: left;
  }

  .p-u-how-img {
    width: 256px;
  }
  .p-u-how-text {
    padding: 34px 0;
    text-align: left;
  }
  .p-u-how-text-bold {
    text-align: left;
  }
}

.p-u-characters-container {
  padding: 50px 20px;
  margin: auto;
  width: 375px;
  text-align: center;
}
.p-u-characters-text {
  text-align: left;
  padding: 30px 0 20px;
}
.p-u-characters-text-bold {
  font-family: Nunito Sans;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  color: #2c3e50;
  text-decoration: none;
}

@media screen and (min-width: 1200px) {
  .p-u-characters-container {
    padding: 100px 278px 162px;
    margin: auto;
    width: 1440px;
  }
  .p-u-characters-text {
    text-align: left;
    padding: 50px 0 30px;
  }
  .p-u-characters-text-bold {
    font-family: Nunito Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 32px;
    letter-spacing: 0px;
    text-align: center;
  }
}

.p-u-reviews {
  background: #e5f3fc;
}
.p-u-reviews-container {
  margin: auto;
  padding: 32px 25px 16px;
  width: 375px;
}
.p-u-reviews-list {
  padding-top: 30px;
}
.p-u-reviews-lists {
  display: none;
}
.p-u-reviews-item {
  margin: 0 10px;
  border: 2px solid #2c3e50;
  background: #ffffff;
  width: 322px;
  height: 249px;
  border-radius: 24px;
  padding: 28px;
}
.p-u-reviews-text-bold {
  font-family: Nunito Sans;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0px;
  padding-top: 9px;
}

.p-u-reviews-img {
  height: 14px;
}

.p-u-reviews-text {
  font-family: Nunito Sans;
  font-weight: 400;
  font-style: Italic;
  font-size: 14px;
  leading-trim: NONE;
  color: #7f8c8d;
  padding-top: 25px;
}

@media screen and (min-width: 1200px) {
  .p-u-reviews-container {
    margin: auto;
    padding: 71px 117px;
    width: 1440px;
  }
  .p-u-reviews-list {
    display: none;
  }
  .p-u-reviews-lists {
    display: flex;
    flex-wrap: wrap;
    padding-top: 50px;
    gap: 30px;
  }
  .p-u-reviews-item {
    margin: 0 0px;
    width: 382px;
    height: 265px;
    border-width: 2px;
    border-radius: 24px;
    padding: 28px;
  }
  .p-u-reviews-text-bold {
    font-family: Nunito Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0px;
    padding-top: 9px;
  }

  .p-u-reviews-img {
    height: 14px;
  }

  .p-u-reviews-text {
    font-family: Nunito Sans;
    font-weight: 400;
    font-style: Italic;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0px;

    padding-top: 25px;
  }
}

.p-u-gallery-button-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 64px;
  margin-top: -18px;
  z-index: 1;
}
.p-u-gallery-button-container-twp {
  gap: 75px;
}
.p-u-gallery-button {
  background-color: transparent;
  border: none;
  padding: 0;
  -webkit-transition: scale 0.3s ease;
  transition: scale 0.3s ease;
}
.p-u-gallery-button-icon {
  width: 30px;
}
.p-u-gallery-button:hover {
  scale: 120%;
}
.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  padding-top: 22px;
}
.slick-dots li {
  content: url(/img/why/Ellipse\ 16.png);
  width: 4px;
  height: 4px;
}
.slick-dots li.slick-active {
  content: url(/img/why/Ellipse\ 15.png);
  width: 6px;
  height: 6px;
}
@media screen and (min-width: 1200px) {
  .p-u-gallery-button-container {
    display: none;
  }
}

.p-u-policy-terms-container {
  padding: 50px 8px;
  width: 375px;
  margin: auto;
  color: #000000;
  font-family: Nunito Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
}

.p-u-policy-terms-container h1 {
  margin-bottom: 30px;
  font-family: Nunito Sans;
  font-weight: 800;
  font-style: ExtraBold;
  font-size: 30px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: -4%;
  text-align: center;
}
.p-u-policy-terms-container h2,
.p-u-policy-terms-container h3 {
  margin: 10px 0 5px;
  font-family: Nunito Sans;
  font-weight: 800;
  font-style: ExtraBold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}
.p-u-policy-terms-container ul {
  list-style-type: disc;
  margin-left: 20px;
}

.p-u-policy-terms-container a {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 1200px) {
  .p-u-policy-terms-container {
    padding: 100px 40px;
    width: 1440px;
    font-family: Nunito Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
  }
  .p-u-policy-terms-container h1 {
    margin-bottom: 40px;
    font-family: Nunito Sans;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 50px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -4%;
  }
  .p-u-policy-terms-container h2,
  .p-u-policy-terms-container h3 {
    font-family: Nunito Sans;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    margin: 30px 0 10px;
  }
}

.p-u-footer-container {
  width: 375px;
  padding: 12px 8px 27px;
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 36px;
  row-gap: 57px;

  align-items: center;
  justify-content: center;
}

.p-u-footer-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 50px;
  justify-content: center;
}

.p-u-footer-text {
  text-decoration: none;
  color: #000000;
  font-family: Nunito Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
}
.p-u-footer-copyright-two {
  display: none;
}
.p-u-footer-copyright {
  font-family: Nunito Sans;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  leading-trim: NONE;
}
.p-u-footer-copyright-q {
  text-align: right;
}
@media screen and (min-width: 1200px) {
  .p-u-footer-container {
    width: 1440px;
    padding: 45px 108px;

    gap: 196px;
  }

  .p-u-footer-wrapper {
    display: flex;
    flex-direction: row;

    gap: 50px;
  }

  .p-u-footer-text {
    font-family: Nunito Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0px;
  }
  .p-u-footer-copyright-two {
    display: block;
  }
  .p-u-footer-copyright-one {
    display: none;
  }
  .p-u-footer-copyright {
    font-family: Nunito Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 32px;
    letter-spacing: 0px;
  }
  .p-u-footer-copyright-q {
    text-align: right;
  }
}
