@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #ffffff;

  color: #000000;
}

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-b-header.is-open .p-b-header-background {
  left: 0;
}
.p-b-header-button-wrapper {
  margin-left: auto;
}
.p-b-header-icon {
  display: none;
}

.p-b-header-icon-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  border: none;
  border-radius: 50%;
}
.p-b-navigation-list.is-open {
  right: 0;
}
.p-b-header-icon-menu {
  display: block;
}

.p-b-header-icon-button.is-open .p-b-header-icon-menu {
  display: none;
}

.p-b-header-icon-button.is-open .p-b-header-icon-close {
  display: block;
}

.p-b-header {
  position: fixed;
  width: 100%;
  z-index: 5;
  transition: background-color 0.3s ease;
  background: transparent;
  display: flex;
  height: 71px;
  background: #ffffff;
  box-shadow:
    0px 1px 3px 0px #0000004d,
    0px 4px 8px 3px #00000026;
}

.p-b-header-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  z-index: -1;
  transition: left 0.3s ease;
  background: #ffffff;
}
.p-b-header.is-open .p-b-header-background {
  left: 0;
}
.p-b-header-button-wrapper {
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-b-header-icon-menu {
  display: block;
}

.p-b-header-icon-button.is-open .p-b-header-icon-menu {
  display: none;
}

.p-b-header-icon-button.is-open .p-b-header-icon-close {
  display: block;
}

.p-b-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 15px;
  position: relative;
}

.p-b-navigation-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 100%;
  right: -100%;
  width: 100%;
  height: 557px;
  transition: 0.3s;
  z-index: 999;
  padding: 100px 0px;

  gap: 41px;
  background: #ffffff;
}

.p-b-navigation-list.is-open {
  right: 0;
}

.p-b-navigation-link {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #000000;
  font-family: Poppins;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}

.p-b-navigation-link:hover,
.p-b-navigatioт-link:focus {
  color: #4cc2bd;
}

.p-b-header.is-open {
  background-color: transparent;
}

.p-b-navigation-img {
  display: none;
}
.p-b-header-terms {
  background-color: transparent;
  box-shadow: none;
}
.p-b-header-terms-img {
  width: 24px;
}
@media screen and (min-width: 1205px) {
  .p-b-navigation-img {
    display: block;
    margin-right: 548px;
  }
  .p-b-header-terms-img {
    width: 41px;
    margin-left: 10px;
  }
  .p-b-policy-terms-header-icon-menu {
    display: none;
  }
  .p-b-header-button-wrapper {
    display: none;
  }
  .p-b-header {
    width: 100%;
    height: 71px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
  }

  .p-b-header-icon-button {
    display: none;
  }
  .p-b-navigation {
    display: flex;
    flex-direction: row;
    flex: 1;
    padding: 0;
    width: 1440px;
    padding: 0 0px;
    margin: auto;
  }

  .p-b-navigation-list {
    background-color: transparent;
    flex-direction: row;
    display: flex;
    position: static;
    width: 1440px;
    margin: auto;
    padding-block: 0;
    flex: 1;

    height: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .p-b-navigation-link {
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
  }

  .p-b-navigation-link:hover,
  .p-b-navigation-link:focus {
  }

  .p-b-navigation-item-desk {
    display: none;
  }
}

.p-b-home {
  width: 375px;
  height: 580px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/hero.png");
  margin: auto;
}
.p-b-home-container {
  width: 375px;
  padding: 119px 105px 0px 17px;
  margin: auto;
}

.p-b-home-title {
  font-family: Poppins;
  font-weight: 700;
  font-style: Bold;
  font-size: 30px;
  leading-trim: NONE;
}
.p-b-home-title span {
  color: #4cc2bd;
}

.p-b-home-text {
  padding-top: 30px;
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
}

@media screen and (min-width: 1205px) {
  .p-b-home {
    width: auto;
    height: 1024px;
    background-image: url("/img/hero\ \(1\).png");
  }
  .p-b-home-container {
    width: 1440px;
    padding: 299px 786px 0px 58px;
  }

  .p-b-home-title {
    font-family: Poppins;
    font-weight: 700;
    font-style: Bold;
    font-size: 62px;
    leading-trim: NONE;
    line-height: 83px;
    letter-spacing: 0%;
  }

  .p-b-home-text {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 30px;
    letter-spacing: 0%;
    padding-top: 50px;
  }
}
.p-b-about {
  background: linear-gradient(
    94.19deg,
    rgba(75, 193, 189, 0.09) -1.58%,
    rgba(8, 91, 219, 0.06) 100%
  );
}
.p-b-about-container {
  width: 375px;
  padding: 16px 14px 24px;
  margin: auto;
}
.p-b-about-title {
  font-family: Poppins;
  font-weight: 700;
  font-style: Bold;
  font-size: 28px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}
.p-b-about-text {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;

  text-align: center;
  padding-top: 10px;
}

.p-b-about-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  padding-top: 30px;
}
.p-b-about-list-item {
  box-shadow:
    0px 8px 10px -6px #0000001a,
    0px 20px 25px -5px #0000001a;
  border-top: 2px solid #f3f4f6;
  background: #ffffff;
  border-width: 2px;
  border-radius: 24px;
  padding-top: 14px;
  padding-right: 26px;
  padding-bottom: 14px;
  padding-left: 26px;
  font-family: Inter;
  font-weight: 400;
  font-style: Italic;
  font-size: 14px;
  leading-trim: NONE;
}
.p-b-about-list-item-two {
  background: #085bdb;

  border-radius: 30px;
  padding: 15px 8px;

  font-family: Inter;
  font-weight: 600;
  font-style: Semi Bold;
  font-size: 14px;
  leading-trim: NONE;
  text-align: center;
  color: #ffffff;
  margin-top: 20px;
}
@media screen and (min-width: 1205px) {
  .p-b-about-container {
    width: 1440px;
    padding: 72px;
  }
  .p-b-about-title {
    font-family: Poppins;
    font-weight: 700;
    font-style: Bold;
    font-size: 52px;
    leading-trim: NONE;
    line-height: 83px;
    letter-spacing: 0%;
    text-align: center;
  }
  .p-b-about-text {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    text-align: center;

    width: 668px;
    margin: auto;
    padding-top: 10px;
  }

  .p-b-about-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 37px;
    align-items: center;
    padding-top: 50px;
    width: 753px;
    margin: auto;
    justify-content: center;
  }
  .p-b-about-list-item {
    width: 358px;
    border-width: 2px;
    border-radius: 24px;
    padding-top: 14px;
    padding-right: 26px;
    padding-bottom: 14px;
    padding-left: 26px;
    font-family: Inter;
    font-weight: 400;
    font-style: Italic;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 0%;
  }
  .p-b-about-list-item-two {
    margin-top: 0px;
    width: 484px;
    border-radius: 30px;
  }
}

.p-b-why-container {
  width: 375px;
  margin: auto;
  padding: 50px 37px 0;
}
.p-b-why-list {
  padding-top: 30px;
}
.p-b-why-lists {
  display: none;
}
.p-b-why-item {
  width: 228px;
  height: 222px;
  margin: 0 20px 32px;
}
.p-b-why-img {
  width: 104px;
  margin: auto;
}
.p-b-why-text-bold {
  font-family: Poppins;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  leading-trim: NONE;
  padding: 20px 0 10px;
  text-align: center;
}
.p-b-why-text {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;

  text-align: center;
}
.p-b-why-container-texts {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;

  text-align: center;
  padding-top: 10px;
}
@media screen and (min-width: 1205px) {
  .p-b-why-container {
    width: 1440px;
    padding: 100px 146px 0;
  }
  .p-b-why-list {
    display: none;
  }
  .p-b-why-lists {
    gap: 79px;
    display: flex;
    margin-top: 50px;
    background-image: url("/img/Frame\ 81.png");
  }
  .p-b-why-item {
    width: 228px;
    height: 293px;
    margin: 0;
  }

  .p-b-why-text-bold {
    font-family: Poppins;
    font-weight: 700;
    font-style: Bold;
    font-size: 22px;
    leading-trim: NONE;

    text-align: center;
  }
  .p-b-why-text {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: center;
  }
  .p-b-why-container-texts {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: center;

    padding-top: 20px;
    width: 678px;
    margin: auto;
  }
}

.p-b-uniqueness-container {
  margin: auto;
  width: 375px;
  padding: 50px 26px;
}
.p-b-uniqueness-list {
}
.p-b-uniqueness-lists {
  display: none;
}
.p-b-uniqueness-item {
  box-shadow:
    0px 8px 10px -6px #0000001a,
    0px 20px 25px -5px #0000001a;

  border-top: 2px solid #f3f4f6;
  background: #ffffff;
  width: 249px;
  height: 291px;
  border-width: 2px;
  border-radius: 24px;
  padding-top: 14px;
  padding-right: 26px;
  padding-bottom: 14px;
  padding-left: 26px;
  margin: 30px 16px 40px;
}
.p-b-uniqueness-img {
  width: 100px;
}
.p-b-uniqueness-text-bold {
  font-family: Poppins;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  leading-trim: NONE;
  padding: 20px 0 10px;
}
.p-b-uniqueness-text {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
}

@media screen and (min-width: 1205px) {
  .p-b-uniqueness-container {
    margin: auto;
    width: 1440px;
    padding: 100px 153px;
  }
  .p-b-uniqueness-list {
    display: none;
  }
  .p-b-uniqueness-lists {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    padding-top: 50px;
    justify-content: center;
  }
  .p-b-uniqueness-item {
    margin: 0;
    width: 358px;
    height: auto;

    border-width: 2px;
    border-radius: 24px;
    padding-top: 14px;
    padding-right: 26px;
    padding-bottom: 14px;
    padding-left: 26px;
  }
  .p-b-uniqueness-img {
    width: 100px;
  }
  .p-b-uniqueness-text-bold {
    font-family: Poppins;
    font-weight: 700;
    font-style: Bold;
    font-size: 22px;
    leading-trim: NONE;

    padding: 20px 0 10px;
  }
  .p-b-uniqueness-text {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 0%;
  }
}

.p-b-how-container {
  margin: auto;
  width: 375px;
  padding: 72px 24px;
}
.p-b-how-list {
  padding: 30px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.p-b-how-text-bold {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;

  text-align: center;
}

.p-b-how-text {
  background: #085bdb;
  width: 308px;
  border-radius: 30px;
  padding: 9px 0;
  font-family: Inter;
  font-weight: 600;
  font-style: Semi Bold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
}

@media screen and (min-width: 1205px) {
  .p-b-how-container {
    margin: auto;
    width: 1440px;
    padding: 100px 392px;
  }
  .p-b-how-list {
    padding: 50px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .p-b-how-text-bold {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;

    text-align: center;
  }

  .p-b-how-text {
    width: 360px;
    padding: 16px 0;
    border-radius: 30px;
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
  }
}
.p-b-gallery-button-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 63px;
  margin-top: -17px;
}

.p-b-gallery-button {
  background-color: transparent;
  border: none;
  padding: 0;
  -webkit-transition: scale 0.3s ease;
  transition: scale 0.3s ease;
}
.p-b-gallery-button-icon {
  width: 30px;
  z-index: 1;
}
.p-b-gallery-button:hover {
  scale: 120%;
}
.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.slick-dots li {
  width: 4px;
  height: 4px;
  content: url("/img/Ellipse\ 16.png");
}
.slick-dots li.slick-active {
  width: 6px;
  height: 6px;
  content: url("/img/Ellipse\ 15.png");
}
@media screen and (min-width: 1205px) {
  .p-b-gallery-button-container {
    display: none;
  }
}

.p-b-policy-terms-container {
  padding: 50px 8px;
  width: 375px;
  margin: auto;
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
}

.p-b-policy-terms-container h1 {
  text-align: center;

  font-family: Poppins;
  font-weight: 700;
  font-style: Bold;
  font-size: 30px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: -4%;
}
.p-b-policy-terms-container h2,
.p-b-policy-terms-container h3 {
  margin: 30px 0 10px;
  font-family: Inter;
  font-weight: 800;
  font-style: Extra Bold;
  font-size: 16px;
  leading-trim: NONE;
}
.p-b-policy-terms-container ul {
  list-style-type: disc;
  margin-left: 20px;
}

.p-b-policy-terms-container a {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 1205px) {
  .p-b-policy-terms-container {
    padding: 30px 40px 100px;
    width: 1440px;

    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
  }
  .p-b-policy-terms-container h1 {
    margin-bottom: 6px;
    font-family: Poppins;
    font-weight: 700;
    font-style: Bold;
    font-size: 50px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -4%;
  }

  .p-b-policy-terms-container h2,
  .p-b-policy-terms-container h3 {
    font-family: Inter;
    font-weight: 800;
    font-style: Extra Bold;
    font-size: 30px;
    leading-trim: NONE;
  }
}

.p-b-footer-container {
  width: 375px;
  padding: 29px 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.p-b-footer-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 50px;
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0px;
}

.p-b-footer-text {
  text-decoration: none;
  color: inherit;
}

.p-b-footer-copyright {
  font-family: Poppins;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 32px;
  letter-spacing: 0px;
  text-align: center;
}
.p-b-footer-img {
  width: 137px;
}
@media screen and (min-width: 1205px) {
  .p-b-footer-container {
    width: 1440px;
    padding: 46px 118px;
    display: flex;
    flex-direction: row;

    gap: 196px;
  }
  .p-b-footer-img {
    width: 137px;
  }
  .p-b-footer-wrapper {
    display: flex;

    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0px;
  }

  .p-b-footer-text {
  }

  .p-b-footer-copyright {
    font-family: Poppins;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 32px;
    letter-spacing: 0px;
    text-align: right;
    width: 268px;
  }
}
