* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-family: Inter, sans-serif;
  background-color: #efe9e1f0;
  overflow-x: hidden;
  margin: 0;
}

@media (min-width:1200px) {
  .container {
    max-width: 1263px;
  }
}
/* #region done */
header {
  overflow-x: hidden;
}

.header-desc-leftside {
  display: flex;
  gap: 39px;
  align-items: center;
}

.header-desc {
  padding-top: 17px;
  display: block;
  background-image: url(images/Hero.jpg);
  background-position: center;
  padding-bottom: 29px;
}

.nav-desc {
  display: flex;
  align-items: center;
  background: none;

  padding: 0;
  margin: 0;
}

.nav-desc ul {
  display: flex;
  align-items: center;
  gap: 36px;
  margin: 0;
}
.nav-desc a {
  font-weight: 700;
  font-size: 15px;
  color: #ffffff;
  text-decoration: none;
}

.header-desc-btn {
  border: 1px solid #ffffff;
  border-radius: 40px;
  color: #ffffff;
  font-weight: 400;
  font-size: 17px;
  text-align: center;
  padding-block: 16px;
  width: 154px;
  text-decoration: none;
}

.header-desc-btn:hover {
  background-color: #ff081f2b;
}

.header-desc-bottom {
  color: #ffffff;
  padding-inline: 80px;
}
.header-desc-title {
  font-weight: 800;
  font-size: 70px;
  margin-bottom: 16px;
}

.header-desc-text {
  font-weight: 400;
  font-size: 19px;
  margin-bottom: 34px;
}

.header-desc-button {
  background-color: #ffffff;
  width: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 40px;
  padding-block: 10px;
  border: none;
  outline: none;

  font-weight: 400;
  font-size: 17px;
  color: #000000;
  text-decoration: none;
  margin-bottom: 66px;
}

.header-desc-button img {
  width: 24px;
  height: 24px;
}

.header-desc-button:hover {
  color: #ffffff;
  background-color: #ff081f2b;
}

.header-desc-bottom-info {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #ff081f2b;
  padding-block: 20px;
  border-radius: 40px;
}

.header-desc-bottom-item {
  margin: 0;
}

.header-desc-bottom-item img {
  width: 20px;
  height: 15px;
}

.header-desc-bottom-item:nth-child(2) {
  padding-inline: 106px;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

.header-inner-mob {
  display: none;
}

.header-desc-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 113px;
}

.about {
  padding: 99px 0 144px;
  font-family: Arial, sans-serif;
  text-align: center;
}

.about-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.about-title {
  margin-bottom: 27px;
}

.about-subtitle {
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  color: #000000;
}

.about-title-mob {
  width: 232px;
  height: 23px;
  display: none;
}

.about-title-desc {
  width: 756px;
  height: 121px;
  display: block;
  margin-bottom: 27px;
}

.about-text {
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  color: #74706d;
  margin: 0 auto 118px;
  width: 750px;
}

.about-content {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
  flex-wrap: wrap;
}

.about-item {
  background-color: #E0D8CE;
  border-radius: 20px;
  padding: 20px 20px 20px 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 39px;
  max-width: 100%;
  max-height: 100%;
}

.about-icon-mob {
  display: none;
}

.about-item-content {
  max-width: 395px;
}

.about-item-icon {
  display: block;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #72383d;
  border-radius: 6px;
  object-fit: contain;
}

.about-item-img-1 {
  width: 21px;
  height: 22px;
}

.about-item h3 {
  text-align: left;
  font-weight: 700;
  font-size: 24px;
  color: #161c2d;
}

.about-item-text {
  font-size: 15px;
  color: #686462;
  text-align: left;
}

.learn {
  background-color: #302b27;
}

.learn-inner {
  padding: 104px 0 120px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.learn h2 {
  font-weight: 600;
  font-style: italic;
  font-size: 56px;
  color: #ffffff;
  margin-bottom: 54px;
}

.learn h2 span {
  font-style: normal;
  font-weight: 400;
  font-size: 56px;
}

.learn-feature {
  border-radius: 149px;
  background-color: #72383d;
  padding: 8px 20px;
  font-family: Inter;
  font-weight: 400;
  font-size: 20px !important;
  text-align: center;
  color: #ffffff;
  margin-bottom: 92px !important;
}

.learn-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.learn-item {
  background-color: #e0d8ce;
  border-radius: 20px;
  padding: 24px 23px 23px 34px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.learn-item img {
  max-width: 100%;
  height: 34.76px;
}

.learn-item-top {
  display: flex;
  justify-content: space-between;
}

.learn-item-top img {
  position: relative;
  flex-shrink: 0;
  max-width: 92px;
  max-height: 73px;
}

.learn-item-img-mob {
  display: none;
}

.learn-item h3 {
  font-weight: 700;
  font-size: 20px;
  text-align: left;
  margin-bottom: 29px;
}

.learn-item-text {
  width: 211px;
  font-weight: 400;
  font-size: 15px;
  color: #686462;
  text-align: left;
  width: 100%;
}
/* #endregion */

/* #region benefits */
.benefits {
  position: relative;
  background-color: #302b27;
}

.benefits-side {
  top: 302px;
  position: absolute;
  width: 100%;
  height: 430px;
  background-color: #f8f2e6;
  z-index: 1;
}
.benefits-inner {
  position: relative;
  display: none;
}

.benefits-inner-desc {
  display: flex;
  justify-content: center;
}

.benefits-side-card {
  background-color: #f8f2e6;
  width: 330px;
}

.wave-container {
  padding-left: 20px;
  position: relative;
  width: 309px;
  height: 157px;
}
.grid {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#waveCanvas {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.benefits-side-card-top {
  background-color: #302b27;
  border-bottom-right-radius: 20px;
  height: 302px;
  overflow: hidden;
}

.benefits-side-card-graph {
  overflow: visible;
  position: relative;
  width: 270px;
  height: 165px;
  display: flex;
  gap: 14px;
  align-items: start;
}

.graph img {
  width: 100%;
  height: auto;
  animation: none;
}

.chart {
  padding-left: 20px;
}

.graph-img {
  top: 0 !important;
  animation: none !important;
}

.benefits-side-card-graph img {
  flex-shrink: 0;
  position: relative;
  animation: waveMotion 3s ease-in-out infinite;
}

.benefits-side-card-graph img:first-child {
  top: 82px;
  animation-delay: 0s;
}

.benefits-side-card-graph img:nth-child(2) {
  top: 57px;
  animation-delay: 0.25s;
}

.benefits-side-card-graph img:nth-child(3) {
  top: 67px;
  animation-delay: 0.5s;
}

.benefits-side-card-graph img:nth-child(4) {
  top: 51px;
  animation-delay: 0.75s;
}

.benefits-side-card-graph img:nth-child(5) {
  top: 61px;
  animation-delay: 1s;
}

.benefits-side-card-graph img:nth-child(6) {
  top: 37px;
  animation-delay: 1.25s;
}

.benefits-side-card-graph img:nth-child(7) {
  top: 66px;
  animation-delay: 1.5s;
}

.benefits-side-card-graph img:nth-child(8) {
  top: 41px;
  animation-delay: 1.75s;
}

.benefits-side-card-graph img:nth-child(9) {
  top: 50px;
  animation-delay: 2s;
}

.right {
  border-radius: 0;
  border-bottom-left-radius: 20px;
  padding-bottom: 20px;
}

.benefits-side-card-bottom {
  overflow: hidden;
  background-color: #302b27;
  height: 347px;
  width: 100%;
  border-top-left-radius: 20px;
}

.left {
  border-radius: 0;
  border-top-right-radius: 20px;

}

.benefits-side-card-middle {
  background-color: #f8f2e6;
  overflow: hidden;
  padding-block: 40px;
}

.benefits-side-card-text {
  font-size: 15px;
  color: #686462;
}

.benefits-content-desc {
  background-color: #f8f2e6;
  border-radius: 20px;
}

.benefits-side-card-innertext {
  background-color: #efe9e1f0;
  border-radius: 20px;
  overflow: hidden;
  height: 350px;
}

.benefits-side-card-title {
  overflow: hidden;
  font-family: Staatliches;
  font-weight: 600;
  font-size: 28px;
  color: #000000;

  margin: 29px 21px 23px 23px;
  height: fit-content;
}

.benefits-side-card-text {
  overflow: hidden;
  font-weight: 400;
  font-size: 15px;
  color: #686462;
  margin: 0 31px 20px 27px;
}

.benefits-side-card-middle span {
  display: block;
  font-weight: 700;
  font-size: 15px;
  color: #686462;
  margin: 0 0 56px 27px;
}
.numbers {
  position: relative;
  width: 100%;
  height: 130px;
}

.number-1,
.number-2,
.number-3,
.number-4,
.number-5 {
  position: absolute;
  opacity: 0;
  animation: fadeInOut 5s infinite;
}

.number-1 {
  top: 10px;
  left: 20px;
  animation-delay: 1.5s;
}

.number-2 {
  top: 20px;
  right: 20px;
  animation-delay: 2s;
}

.number-3 {
  top: 50px;
  left: 100px;
  animation-delay: 1s;
}

.number-4 {
  bottom: 10px;
  left: 20px;
  animation-delay: 0.5s;
}

.number-5 {
  bottom: 10px;
  right: 20px;
  animation-delay: 0s;
}

.benefits-container {
  position: relative;
  z-index: 10;
}
.benefits-content-desc {
  padding: 20px 20px 40px;
  height: fit-content;
}

.benefits-title {
  font-weight: 600;
  font-size: 40px;
  text-align: center;
  color: #322d29;
}

.benefits-cards {
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin: 0;
}

.benefit-card {
  background-color: #e0d8ce;
  display: flex;
  align-items: end;
  gap: 13px;
  border-radius: 20px;
  padding: 53px 30px 30px 30px;
}

.benefit-card:first-child {
  background-color: #322d29;
}

.benefit-card:first-child h3 {
  font-size: 22px;
  color: #ffffff;
}
.benefit-card:first-child p {
  color: #ac9c8d;
  font-size: 15px;
}

.benefit-card h3 {
  font-size: 22px;
  font-weight: 500;
  font-size: 16px;
}

.benefit-card p {
  font-size: 15px;
  color: #686462;
}

.benefit-card:nth-child(even) {
  flex-direction: row-reverse;
}

.benefits-card-text {
  display: flex;
  flex-direction: column;
  align-items: start;
  width: 270px;
}

.benefits-card-arrow {
  width: 50px;
  height: 50px;
}

/* #endregion */

/* #region pricing */
.pricing {
  background-color: #302b27;
}

.pricing-inner {
  display: flex;
  flex-direction: column;
  padding: 90px 0 157px;
}

.pricing-title {
  font-weight: 700;
  font-size: 64px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 51px;
}

.pricing-cards {
  justify-content: center;
  display: flex;
  flex-direction: row;
  gap: 22px;
}

.pricing-card {
  color: white;
  border-radius: 20px;
  border: 1px solid #efe9e1;
}

.pricing-card-title {
  text-align: left;
  font-weight: 700;
  font-size: 36px;
  line-height: 49px;
}

.pricing-card-price {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -1%;
}

.pricing-card-price span:first-child {
  vertical-align: top;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -1%;
}

.pricing-card-price span:last-child {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
}

.pricing-card-taxes {
  font-weight: 500;
  font-size: 15px;
  color: #998474;
  margin-bottom: 35px;
}

.middle {
  overflow: hidden;
  max-height: 334px;
  padding: 30px 16px 124px 29px !important;
}

.pricing-card ul {
  list-style-type: disc;
  padding-left: 2px;
}
.pricing-card li {
  position: relative;
  padding-left: 20px;

  font-weight: 500;
  font-size: 15px;
  margin-bottom: 15px;
  color: #998474;
  text-wrap: nowrap;
}

.pricing-card li::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #72383d;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 2px;
}

.pricing-card-part {
  cursor: pointer;
  padding: 33px 31px 0 29px;
  border-bottom: 1px solid #efe9e1;
}

.pricing-card:hover .pricing-card-part {
  background-color: #221c18;
}

.pricing-card:last-child:hover .pricing-card-part {
  background-color: #1e18140f;
}

.pricing-card-part h4 {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0%;
  margin-bottom: 10px;
}

.pricing-card-bottom {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 32px 30px 30px 30px;
}

.pricing-card-bottom:hover {
  cursor: pointer;
  background-color: #1e1814;
}

.pricing-card-bottom img {
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.pricing-card-bottom:hover img {
  transform: rotate(140deg);
}

.exclusive .pricing-card-bottom:hover {
  background-color: #1e18140f;
}

.pricing-card-link {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
}

.exclusive {
  background-color: #e0d8ce;
}

.exclusive h3 {
  color: #322d29;
}

.exclusive .pricing-card-price {
  color: #544f4a;
}

.exclusive .pricing-card-taxes {
  color: #848484;
}

.exclusive h4 {
  color: #000000;
}

.exclusive li {
  color: #848484;
}

.exclusive .pricing-card-link {
  color: #322d29;
}

.exclusive .pricing-card-part {
  border-bottom: 1px solid #000000;
}

/* #endregion */

/* #region reviews */
.reviews {
  position: relative;
  z-index: 2;
  background-color: #e0d8ce;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.reviews-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 116px 0 208px;
}

.reviews-title {
  font-weight: 700;
  font-size: 48px;
  text-align: center;
  color: #151515;
  margin-bottom: 20px;
}

.reviews-text {
  font-weight: 400;
  font-size: 15px;
  text-align: center;
  margin-bottom: 62px;
}

.reviews-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.reviews-card {
  min-height: 585px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 63px 30px 38px 38px;
  background-color: #d9d0c6;
  border-radius: 20px;
  overflow: visible;
}

.review-mark {
  display: block;
  z-index: 1000;
  position: absolute;
  top: -10px;
  right: -100px;
  animation: rotate 5s linear infinite;
}

.review-spot {
  position: absolute;
  top: 25px;
  right: 35px;
  background-image: url(images/reviews/spot.png);
  background-repeat: no-repeat;
  display: block;
  width: 76px;
  height: 76px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.reviev-spot-number {
  position: absolute;
  top: 23px;
  font-weight: 900;
  font-size: 20px;
  text-align: center;
  color: #ffffff;
  transform: rotate(12deg);
}

.review-person {
  margin-bottom: 24px;
}

.review-name {
  margin-bottom: 4px;
}

.review-country {
  margin-bottom: 24px;
}

.review-stars {
  margin-bottom: 40px;
}

.review-text {
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  margin-bottom: 22px;
}

.review-bottom {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.review-line {
  position: relative;
  top: -9px;
}

/* #endregion */

/* #region faq */
.faq {
  background-color: #302b27;
  position: relative;
  z-index: 1;
  top: -20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.faq-inner {
  position: relative;
  padding: 178px 0 135px;
}

.faq-mob {
  display: none;
}

.faq-content {
  overflow: hidden;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.faq-title {
  position: absolute;
  top: 178px;
  left: 0;
  font-weight: 600;
  font-size: 50px;
  color: #ffffff;
  margin-bottom: 62px;
  width: 540px;
}

.faq-owner {
  width: 514px;
  height: 643px;
  position: relative;
  background-image: url(images/faq/faq-desc.png);
  background-repeat: no-repeat;
  border-radius: 20px;
  background-position: center;
  background-size: cover;
}

.faq-logo-holder {
  position: absolute;
  top: 449px;
  left: 50%;
  transform: translateX(-50%);
  width: 452px;
}

.faq-logo {
  position: absolute;
  top: 475px;
  left: 50%;
  transform: translateX(-50%);
}

.faq-questions {
  position: relative;
  top: 124px;
  margin: 62px 0 117px;
  width: 529px;
}

.faq-question {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: space-between;
}

.faq-question-btn {
  border: 1px solid #d1c7bd;
  padding: 8.4px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  transition: all 0.5s;
}

.faq-question-btn.active-btn {
  background-color: #72383d;
  transform: rotate(180deg);
  border: none;
}

.faq-question-question {
  font-weight: 500;
  font-size: 30px;
  color: #ffffff;
}

.faq-question-answer {
  font-weight: 400;
  font-size: 15px;
  color: #ffffff;
  position: relative;
  padding-left: 15px;
  transition: all 0.5s;
  opacity: 0;
}

.faq-question-answer.visible {
  opacity: 1;
}

.faq-question-answer::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #72383d;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.accordion {
  background-color: #302b27;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-weight: 500;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0%;

  transition: 0.4s;
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  align-items: center;
}

.accordion span {
  border: 1px solid #d1c7bd;
  padding: 8.4px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.accordion.active span {
  background-color: #72383d;
}

.accordion.active img {
  transform: rotateX(180deg);
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: #302b27;
  overflow: hidden;
  font-size: 14px;
  letter-spacing: 0%;
  color: #ffffff;
}

/* #endregion */

/* #region certificate */
.certificate {
  position: relative;
  z-index: 1;
  top: -20px;
  background-color: #dcd4c9;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.certificate-inner {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  padding: 174px 0 208px;
}

.certificate-left {
  width: 369px;
}

.certificate-img-desc {
  width: 596px;
  height: 414px;
  display: block;
}

.certificate-img-mob {
  display: none;
}
.certificate-title {
  font-weight: 700;
  font-size: 48px;
  color: #151515;
}

.certificate-title-mob {
  display: none;
}

.certificate-title-desc {
  display: block;
  margin-bottom: 34px;
}

.certificate-text {
  font-size: 15px;
  text-align: left;
  color: #686462;
}

/* #endregion */

/* #region contact */
form {
  margin-bottom: 0;
  width: 100%;
}

.form-top {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.contact-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 100%;
  gap: 54px;
}

.contact-content-left {
  flex-shrink: 0;
}

.contact-input {
  width: 100%;
}
.contact-input input,
.contact-input textarea {
  font-size: 16px;
  background-color: #292624;
  color: #efe9e1;
  border: none;
  padding: 10px;
  width: 100%;
  border-radius: 13px;
  padding: 23px 0 23px 20px;
}

.contact-input input {
  height: 66px;
}

.contact-input textarea {
  height: 136px;
  resize: none; /* щоб уникнути зміни розміру textarea */
}

.message {
  position: relative;
}

.contact-inner {
  padding: 146px 0 147px;
}

.contact-top-desc {
  display: flex;
  align-items: center;
  gap: 206px;
}

.contact-top-right {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.contact-top-desc img {
  flex-shrink: 0;
}

.contact-top-right img {
  width: 206px;
  height: 35px;
}
.contact-title-mob {
  display: none;
}

.contact-img-mob {
  display: none;
}

.contact-top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 13px;
}

.contact-title {
  font-weight: 600;
  font-size: 70px;
  vertical-align: middle;
  text-transform: capitalize;
  margin-bottom: 49px;
}

/* Стиль для кнопки */
.contact-input button {
  background-color: #efe9e1;
  color: #000000;
  padding: 10px 36px;
  border: none;
  cursor: pointer;
  position: absolute;
  bottom: 15px;
  right: 12px;
  border-radius: 21px;
}

.contact-input button:hover {
  opacity: 0.8; /* додатковий ефект при наведенні */
}

.contact-text {
  font-family: Inter;
  font-weight: 400;
  font-size: 20px;
  vertical-align: middle;
}

.contact-email {
  font-weight: 600;
  font-size: 30px;
  vertical-align: middle;
  text-transform: capitalize;
}

.contact-email-address {
  font-family: Inter;
  font-weight: 500;
  font-size: 18px;
  line-height: 126%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-decoration: underline;
  color: #000000;
}

.error-message {
  color: red;
  font-size: 12px;
  margin-top: 5px;
}
/* #endregion */

/* #region footer */
.footer {
  background-color: #302b27;
  color: #ffffff;
}

.footer-inner {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
  padding: 111px 0 44px;
}

.footer-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 51px;
}

.footer-items > :nth-last-child(2) {
  position: absolute;
  left: 578px;
}

.footer-items > :nth-last-child(1) {
  position: absolute;
  left: 578px;
  top: 181px;
}

.footer-itemname {
  font-weight: 500;
  font-size: 29px;
  margin-bottom: 15px;
}

.footer-itemname-sec {
  display: flex;
  gap: 6px;
  align-items: center;

  font-weight: 500;
  font-size: 14px;
}

.footer-item-text {
  font-weight: 500;
  font-size: 14px;
}

.disclaimer {
  font-weight: 400;
  font-size: 10px;
  color: #ac9c8d;
  margin-bottom: 44px;
}

.footer-bottom {
  border-top: 1px solid #ac9c8d;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-inner-bottom {
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-links {
  display: flex;
  gap: 33px;
  align-items: center;
  padding-top: 14px;
  margin-bottom: 20px;
}

.footer-link {
  text-decoration: none;
  font-weight: 500;
  font-size: 12px;
  color: #ffffff;
}

.footer-link:first-child {
  padding: 0;
}

.footer-created-at {
  font-weight: 500;
  font-size: 10px;
  padding-left: 20px;
}

/* #endregion */

.hero {
  display: none;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 35px 8px 21px;
  overflow-x: hidden;
  background-color: #efe9e1;
}

.logo h1 {
  font-size: 28px;
  font-weight: bold;
  color: #333;
}

.menu-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.menu-toggle .bar {
  width: 25px;
  height: 3px;
  background-color: #333;
  margin: 4px 0;
}

.nav-links {
  display: flex;
  list-style: none;
}

.nav-links li {
  margin: 0 15px;
}

.nav-links a {
  color: #787878;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}

.nav-links a:hover {
  color: #a3a3a3;
}

.hero h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}

.hero p {
  font-size: 18px;
  margin-bottom: 30px;
}

.cta-button {
  background-color: #333;
  color: white;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
}

.cta-button:hover {
  background-color: #555;
}

/* Mobile View */
@media screen and (max-width: 1199px) {
  .header-desc {
    display: none;
  }
  .container {
    padding-inline: 14px;
    margin: 0 auto;
  }

  .header-inner-mob {
    display: block;
    width: 100%;
    position: relative;
  }

  .menu-button {
    width: 36px;
    height: 35px;
    background-color: #8b7c67;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  .menu-button img {
    overflow: hidden;
  }

  .menu-toggle-icon {
    width: 18px;
    height: 18px;
  }
  .nav-links {
    position: fixed;
    top: 0;
    right: -100%;
    background-color: #f4f1eb;
    width: 66vw;
    padding: 35px 20px 32px;
    border-radius: 10px;
    transition: all 0.3s ease;
  }

  .nav-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .nav-links-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 37px;
  }

  .logo {
    height: 26px;
  }

  .nav-links.active {
    display: block;
    right: 0px;
  }

  .menu-toggle {
    display: flex;
  }

  .nav-links li {
    padding: 14px 0 14px 20px;
    background: #00000008;
    margin-bottom: 5px;
    border-radius: 10px;
  }

  .nav-links a {
    font-weight: 400;
    font-size: 18px;
    color: #787878;
  }

  .nav-footer {
    font-family: Inter;
    font-weight: 500;
    font-size: 10px;
    color: #ac9c8d;
    text-align: center;
    margin-top: 36px;
  }

  .hero {
    display: block;
    margin-bottom: 56px;
  }

  .hero-inner {
    border-radius: 20px;
    background-image: url(images/hero-bg-mob.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 273px 26px 17px 23px;
  }

  .hero-title {
    overflow: hidden;
    font-weight: 800;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: -2px;
    color: #ffffff;
  }

  .hero-text {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -0.2px;
    color: #ffffff;
    margin-bottom: 20px;
  }

  .hero-button {
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 3px 13px 3px 25px;
    border: 1px solid #686462;
    border-radius: 60px;
    margin-bottom: 24.88px;
  }

  .hero-button span {
    font-weight: 400;
    font-size: 12px;
    line-height: 32px;
    letter-spacing: -0.6px;
  }

  .hero-bottom {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .hero-bottom-item {
    width: 100%;
  }

  .about {
    padding: 40px 20px;
  }

  .about-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .about-title {
    margin-bottom: 38px;
  }

  .about-subtitle {
    font-size: 14px;
  }

  .about-item {
    max-width: 239px;
  }

  .about-item-icon {
    width: 29px;
    height: 29px;
  }

  .about-icon-mob {
    margin-bottom: -33px;
    display: block;
  }

  .about-item-icon {
    display: none;
  }

  .about-title-mob {
    display: block;
  }

  .about-title-desc {
    display: none;
  }

  .about-text {
    width: fit-content;
    font-size: 12px;
    margin-bottom: 33px;
  }

  .about-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 13.2px;
  }

  .about-item {
    background-color: #e0d8ce;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .about-item-content {
    width: auto;
  }

  .about-item h3 {
    text-align: center;
    font-size: 14px;
    margin-bottom: 5px;
  }

  .about-item-text {
    margin: 0;
    font-size: 12px;
    text-align: center;
  }

  .icon {
    width: 29px;
    height: 29px;
    margin-bottom: 15px;
  }

  h3 {
    font-weight: 700;
    font-size: 14px;
    letter-spacing: -0.5px;
    text-align: center;
    margin-bottom: 15px;
  }

  .about-item-text {
    font-weight: 400 !important;
    font-size: 12px !important;
    color: #686462;
    margin-right: 0;
  }

  .learn {
    background-color: #302b27;

    border-radius: 20px;
  }

  .learn-inner {
    padding: 50px 0 43px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .learn h2 {
    font-weight: 600;
    font-style: italic;
    font-size: 32px;
    color: #ffffff;
  }

  .learn h2 span {
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
  }

  .learn-feature {
    font-size: 14px !important;
    margin-bottom: 28px !important;
  }

  .learn-content {
    display: flex;
    flex-direction: column;
    gap: 13px;
  }

  .learn-item {
    background-color: #e0d8ce;
    border-radius: 20px;
    padding: 24px 23px 23px 34px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }
  .learn-item-img-mob {
    display: block;
  }

  .learn-item-img-desc {
    display: none;
  }
  .learn-item-top img {
    position: static;
    flex-shrink: 0;
    width: 40px;
    height: 35px;
  }

  .learn-item-top {
    display: flex;
    justify-content: space-between;
  }

  .learn-item h3 {
    font-weight: 700;
    font-size: 16px;
    text-align: left;
    margin-bottom: 13px;
    max-width: 236px;
  }

  .learn-item-text {
    margin: 0;
    width: 211px;
    font-size: 12px;
  }
  /* #region benefits */
  .benefits {
    background-color: #efe9e1;
    padding: 46px 0 25px;
  }

  .benefits-side {
    display: none;
  }

  .benefits-inner {
    display: block;
  }

  .benefits-inner-desc {
    display: none;
  }

  .benefits-light-card {
    width: 290px;
    margin: 0 auto;
    background-color: #e0d8ce;
    border-radius: 20px;
    padding: 29px 43px 27px 31px;
  }

  .benefits-light-card-title {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 21px;
  }

  .benefits-card-title {
    overflow: hidden;
    font-family: Staatliches;
    font-weight: 400;
    font-size: 28px;
  }

  .benefits-light-card-text {
    font-size: 15px;
    color: #686462;
  }

  .benefits-light-card span {
    font-weight: 700;
    font-size: 15px;
  }

  .benefits-light-card-bottom {
    width: 100%;
    height: 96.87px;
    position: relative;
    margin-top: 33px;
  }

  .benefits-light-card-bottom img {
    position: absolute;
  }

  .benefits-light-card-bottom img:first-child {
    left: 25px;
    animation: numbers 1s infinite;
  }

  .benefits-light-card-bottom img:last-child {
    width: 100%;
    height: 100%;
  }

  .benefits-content {
    margin-top: 42px;
  }

  .benefits-title {
    font-weight: 600;
    font-size: 23px;
    text-align: center;
    margin-bottom: 24px;
  }

  .benefits-cards {
    gap: 9px;
    margin-bottom: 30px;
  }

  .benefit-card {
    background-color: #e0d8ce;
    display: flex;
    align-items: end;
    gap: 13px;
    border-radius: 20px;
    padding: 34px 13px 7px 17px;
  }

  .benefit-card:first-child {
    background-color: #322d29;
  }

  .benefit-card:first-child h3 {
    color: #ffffff;
  }
  .benefit-card:first-child p {
    color: #ac9c8d;
  }

  .benefit-card h3 {
    font-weight: 500;
    font-size: 16px;
  }

  .benefit-card p {
    font-size: 14px;
    color: #686462;
  }

  .benefit-card:nth-child(even) {
    flex-direction: row-reverse;
  }

  .benefits-card-text {
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 270px;
  }

  .benefits-card-arrow {
    width: 21px;
    height: 21px;
  }
  /* #endregion */

  /* #region pricing */
  .pricing {
    background-color: #302b27;
    border-radius: 20px;
  }

  .pricing-inner {
    display: flex;
    flex-direction: column;
    padding: 38px 0 51px;
  }

  .pricing-title {
    font-size: 23px;
    margin-bottom: 28px;
  }

  .pricing-cards {
    display: flex;
    flex-direction: column;
    gap: 22px;
    align-items: center;
  }

  .pricing-card {
    overflow: hidden;
    max-height: 619px;
    max-width: 300px;
  }

  .pricing-card ul {
    padding-left: 2.3px;
  }

  .middle {
    padding: 30px 13px 0 31px !important;
  }

  .pricing-card li {
    text-wrap: nowrap;
    font-size: 15px;
  }

  .middle {
    max-height: 258px;
    overflow: hidden;
  }

  .pricing-card-bottom {
    align-items: start;
  }

  /* #endregion */

  /* #region reviews */
  .reviews {
    position: relative;
    z-index: 2;
    background-color: #e0d8ce;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .reviews-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 44px 0 59px;
  }

  .reviews-title {
    font-size: 24px;
  }

  .reviews-text {
    font-size: 14px;
    margin-bottom: 31px;
  }

  .reviews-content {
    display: flex;
    flex-direction: column;
    gap: 22px;
  }

  .reviews-card {
    height: fit-content;
  }

  .review-stars {
    margin-bottom: 19px;
  }

  .review-text {
    font-size: 14px;
    margin-bottom: 51px;
  }

  .review-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  /* #endregion */
  /* #region faq */
  .faq {
    background-color: #302b27;
    position: relative;
    z-index: 1;
    top: -20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .faq-inner {
    padding: 0;
  }

  .faq-inner-desc {
    display: none;
  }

  .faq-mob {
    padding: 60px 0 54px;
    display: flex;
    flex-direction: column;
    gap: 31px;
  }

  .faq-mob-title {
    font-weight: 600;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
  }

  .faq-mob-img {
    position: relative;
    background-image: url(images/faq/faq.png);
    background-repeat: no-repeat;
    width: 306px;
    height: 383px;
    margin: 0 auto;
    border-radius: 20px;
  }

  .faq-mob-logo {
    position: absolute;
    top: 290px;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
  }

  .faq-mob-logoholder {
    position: absolute;
    top: 273px;
    left: 0;
    width: 100%;
  }

  .faq-questions {
    margin: 0;
    padding: 0;
    width: auto;
    top: 0;
    display: flex;
    flex-direction: column;
    gap: 26px;
  }

  .faq-question-question {
    font-size: 16px;
    gap: 13px;
  }

  .faq-question-text {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .faq-question-text p {
    margin: 0;
  }

  .faq-question-answer {
    font-size: 14px;
  }

  /* #endregion */

  /* #region certificate */
  .certificate {
    position: relative;
    z-index: 1;
    top: -20px;
    background-color: #dcd4c9;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .certificate-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 20px 0 57px;
  }

  .certificate-left {
    width: fit-content;
  }

  .certificate-img-desc {
    display: none;
  }

  .certificate-img-mob {
    display: block;
  }

  .certificate-title {
    font-size: 24px;
  }

  .certificate-title-mob {
    display: block;
    padding-top: 45px;
  }

  .certificate-title-desc {
    display: none;
  }

  .certificate-text {
    font-size: 14px;
    text-align: center;
    color: #686462;
  }

  /* #endregion */

  /* #region contact */
  form {
    margin-bottom: 43px;
  }

  .form-top {
    display: flex;
    flex-direction: column;
  }

  .contact-content {
    display: block;
  }

  .contact-img-mob {
    display: block;
  }

  .contact-title-mob {
    display: block;
  }

  .contact-top-desc {
    display: none;
  }
  .contact-input {
    width: 100%;
  }
  .contact-input input,
  .contact-input textarea {
    background-color: #292624;
    color: #efe9e1;
    border: none;
    padding: 10px;
    width: 100%;
    border-radius: 13px;
    padding: 20px 0 15px 20px;
  }

  .contact-input input {
    height: 50px;
  }

  .contact-input textarea {
    height: 136px;
    resize: none; /* щоб уникнути зміни розміру textarea */
  }

  .message {
    position: relative;
  }

  .contact-inner {
    padding: 0;
    padding-left: 10px;
    padding-bottom: 57px;
  }

  .contact-top {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 13px;
  }

  .contact-title {
    font-size: 32px;
  }

  /* Стиль для кнопки */
  .contact-input button {
    background-color: #efe9e1;
    color: #000000;
    padding: 10px 36px;
    border: none;
    cursor: pointer;
    position: absolute;
    bottom: 15px;
    right: 12px;
    border-radius: 21px;
  }

  .contact-input button:hover {
    opacity: 0.8; /* додатковий ефект при наведенні */
  }

  .contact-text {
    font-family: Inter;
    font-weight: 400;
    font-size: 20px;
    vertical-align: middle;
  }

  .contact-email {
    font-weight: 600;
    font-size: 30px;
    vertical-align: middle;
    text-transform: capitalize;
  }

  .contact-email-address {
    font-family: Inter;
    font-weight: 500;
    font-size: 18px;
    line-height: 126%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-decoration: underline;
    color: #000000;
  }
  /* #endregion */

  /* #region footer */

  .footer-inner {
    padding: 36px 15px 0 20px;
  }

  .footer-items {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 51px;
  }

  .footer-itemname {
    font-size: 16px;
    margin-bottom: 11px;
  }

  .footer-items > :nth-last-child(1) {
    position: static;
  }

  .footer-items > :nth-last-child(2) {
    position: static;
  }

  .footer-item-text {
    font-size: 12px;
  }

  .disclaimer {
    margin-bottom: 16px;
  }

  .footer-inner-bottom {
    display: block;
  }

  .footer-links {
    display: flex;
    gap: 33px;
    align-items: center;
    padding-top: 14px;
    margin-bottom: 30px;
  }

  .footer-link {
    text-decoration: none;
    font-weight: 500;
    font-size: 12px;
    color: #ffffff;
  }

  .footer-link:first-child {
    padding-left: 20px;
  }

  .footer-created-at {
    padding-left: 20px;
    font-weight: 500;
    font-size: 10px;
  }

  /* #endregion */
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes fadeInOut {
  0%,
  100% {
    opacity: 0; /* Спочатку і в кінці елемент зникає */
  }
  50% {
    opacity: 1; /* В середині анімації елемент з'являється */
  }
}

@keyframes numbers {
  0% {
    opacity: 0;
    top: 20px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}

@keyframes waveMotion {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-10px); /* Піднімаємо на 10px */
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(10px); /* Спускаємо на 10px */
  }
  100% {
    transform: translateY(0);
  }
}
