body {
  background: #001610;
  font-family: 'Montserrat', sans-serif;
  padding-bottom: 80px; /* Відступ для фіксованої кнопки */
  @media (min-width: 768px) {
    width: 70%;
    margin: 0 auto;
  }
}

.button-get-access {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  background: linear-gradient(90deg,#FFE89A 0%,#998B5D 100%);
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  border: none;
  font-weight: 700;
  font-size: 18px;
  padding: 18px 40px;
  border-radius: 8px;
  text-align: center;
  color: #594500;
  text-decoration: none !important;
  margin: 0;
  background-size: 200% 100%;
  background-position: 100% 0;
  transition: background-position 0.6s ease,color 0.3s ease;
}
.button-get-access:hover {
  background-position: 0 0;
  color: #433400;
}

/* Фіксована кнопка знизу */
.fixed-bottom-button {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 22, 16, 0.95);
  backdrop-filter: blur(10px);
  padding: 12px 20px;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  text-align: center;
}

.button-order-now {
  display: inline-block;
  background: linear-gradient(90deg,#FFE89A 0%,#998B5D 100%);
  border: none;
  font-weight: 700;
  font-size: 18px;
  padding: 18px 40px;
  border-radius: 8px;
  text-align: center;
  color: #594500;
  text-decoration: none !important;
  background-size: 200% 100%;
  background-position: 100% 0;
  transition: background-position 0.6s ease, color 0.3s ease, transform 0.2s ease;
  width: 100%;
  max-width: 400px;
}

.button-order-now:hover {
  background-position: 0 0;
  color: #433400;
  transform: scale(1.02);
}

.margin-block {
  margin: 20px 0;
}


.block-logo {
  margin-top: 30px;
  text-align: center;
}
.block-logo img {
  width: 100px;
  @media (min-width: 768px) {
    width: 165px;
  }
}

.block-hero {
  width: 100%;
  text-align: center;
}
.block-hero span {
  width: 100%;
  display: block;
}
.block-hero span.block-hero-title {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  @media (min-width: 768px) {
    margin: 20px 0;
  }
}
.block-hero span.block-hero-subtitle {
  color: #000000;
  background: #C3E6D5;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  width: 75%;
  margin: 6px auto;
}


.block-get-first-clients {
  position: relative;
}
.block-get-first-clients .block-get-first-clients-info {
  width: 60%;
  @media (min-width: 768px) {
    margin: 0 auto;
    width: 80%;
  }
}
.block-get-first-clients .block-get-first-clients-info .block-get-first-clients-price-and-data {
  @media (max-width: 768px) {
    padding-left: 37px;
  }
}
.block-get-first-clients .block-get-first-clients-info-title {
  color: #C3E6D5;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 16px;
  line-height: 22px;
  width: 150%;
}
.block-get-first-clients-info-new-price {
  color: #00DD42;
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 16px;
  width: 150%;
}
.block-get-first-clients-info-price {
  color: #C3E6D5;
  font-weight: 400;
  font-size: 28px;
  margin-bottom: 16px;
  width: 150%;
  position: relative;
}
.block-get-first-clients-info-price .price-cross {
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
  width: 23%;
  max-width: 120px;
  @media (min-width: 768px) {
    width: 10%;
    max-width: 37px;
  }
}
.block-get-first-clients-info-data {
  color: #64AF8C;
  font-weight: 400;
  font-size: 14px;
  width: 150%;
}
.block-get-first-clients-info-data img {
  width: 36px;
}
.block-get-first-clients-info-data span {
  bottom: 8px;
  position: relative;
}
.block-get-first-clients-img {

}
.block-get-first-clients-img img {
  width: 230px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  @media (min-width: 768px) {
    position: relative;
    top: 22px;
  }
}

.block-check-course {
  position: relative;
  margin-top: 93px;
  background: #0B5739;
  color: #C3E6D5;
  font-size: 16px;
  line-height: 20px;
  z-index: 999;
  @media (min-width: 768px) {
    margin-top: unset;
  }
}
.block-check-course div {
  max-width: 80%;
  text-align: center;
  margin: 0 auto;
}

.block-special-offer {
  color: #FFF5D5;
  font-weight: 400;
}
.block-special-offer .block-special-offer-title {
  text-align: center;
  font-size: 16px;
  margin-bottom: 10px;
}
.block-special-offer .block-special-offer-timer {
  text-align: center;
  font-size: 24px;
  margin-bottom: 10px;
}
.block-special-offer .block-special-offer-button {}

.block-count-learn {
  color: #FFF5D5;
  text-align: center;
  margin: 50px 0 30px 0;
  position: relative;
  @media (min-width: 768px) {
    width: 50%;
    margin: 0 auto;
  }
}
.block-count-learn .block-count-learn-left img {
  width: 100%;
  object-fit: cover;
}
.block-count-learn::before {
  content: '';
  display: block;
  width: 60px;
  height: 40px;
  background-image: url('../img/Arrow.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
  position: relative;
  top: 20px
}

.block-beauty-img img {
  width: 100%;
}

.block-results .block-results-img{
  text-align: center;
  margin-bottom: 15px;
}
.block-results img{
  width: 83px;
  object-fit: cover;
}
.block-results h3 {
  color: #57BF7F;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 20px;
}
.block-results ul {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  list-style: disc;
  padding-left: 28px;
}
.block-results ul li {
  margin: 20px 0;
}

.block-for-whom {
  color: #2A8259;
  text-align: center;
}
.block-for-whom .container {
  margin-bottom: 20px;
}
.block-for-whom h3 {
  color: #57BF7F;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin: 0 auto;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.block-for-whom-subtitle {
  color: #001610;
  background: #57BF7F;
  font-size: 16px;
  padding: 5px;
  line-height: 40px;
  font-weight: 400;
}
.block-for-whom-title {
  color: #57BF7F;
  font-weight: 700;
  font-size: 28px;
}
.block-for-whom .row .block-for-whom-item {
  padding: 10px 20px;
  border-bottom: 1px solid #083C33;
}
.block-for-whom .col-5 {
  text-align: center;
}
.block-for-whom .col-5 img {
  width: 55px;
}
.block-for-whom .row .col-7 {
  text-align: left;
}
.block-for-whom .row .block-for-whom-item span {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.block-i-am .block-i-am-img {
  text-align: center;
}
.block-i-am img {
  width: 185px;
}
.block-i-am .block-i-am-text p {
  margin: 14px 0;
  color: #fff;
}

.block-course-price .block-course-price-title {
  color: #2A8259;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
}
.block-course-price .block-course-price-info .block-get-first-clients-info-new-price,
.block-course-price .block-course-price-info .block-get-first-clients-info-price {
  text-align: center;
  width: 100%!important;
  margin-bottom: 0;
}
.block-course-price .block-get-first-clients-info-data {
  width: 100%;
}
.block-course-price .block-get-first-clients-info-data > div{
  text-align: center;
}
.block-course-price .block-get-first-clients-info-price .price-cross{
  left: 20%;
  @media (min-width: 450px) {
    width: 18%;
    max-width: 102px;
    left: 27%;
  }
  @media (min-width: 768px) {
    width: 100%;
    max-width: 102px;
    left: 38%;
  }
}

.block-special-offer.block-special-offer-linear-background {
  background: linear-gradient(180deg,#040404 0%,#001610 100%);
  border-top: 1px solid #0d4229;
  padding: 15px 0;
}

.block-about-course .block-about-course-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  color: #57BF7F;
}
.block-about-course .block-about-course-title:after {
  content: '';
  display: block;
  width: 90px;
  height: 50px;
  background-image: url('../img/Arrows.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
  position: relative;
  top: 8px;
}

.block-about-course {
  font-size: 16px;
  line-height: 20px;
}
.block-about-course .block-about-course-lessons-lesson {
  margin-bottom: 20px;
}
.block-about-course .block-about-course-lessons-lesson h4 {
  color: #6BFFF3;
  font-weight: 700;
}
.block-about-course .block-about-course-lessons-lesson p {
  color: #fff;
  font-weight: 400;
}

.block-faq .block-faq-title {
  color: #57BF7F;
  font-weight: 700;
  font-size: 28px;
  text-align: center;
  margin-bottom: 8px;
}
.block-faq .block-faq-subtitle {
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  color: #57BF7F;
  text-align: center;
}
.block-faq .block-faq-data-item {
  color: #C3E6D5;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  margin: 15px 0;
}
.block-faq .block-faq-data-item .container {
  position: relative;
}
.block-faq .block-faq-data-item .block-faq-data-item-question {
  padding: 20px 42px 20px 10px;
  border: 1px solid #083C33;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
}

.block-faq .block-faq-data-item .block-faq-data-item-question:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url("../img/plus.png") no-repeat center/contain;
  transition: background-image 0.3s ease;
}

.block-faq .block-faq-data-item .block-faq-data-item-question.is-open:before {
  background: url("../img/minus.png") no-repeat center/contain;
}

.block-faq .block-faq-data-item .block-faq-data-item-answer {
  position: relative;
  bottom: 10px;
  border: 1px solid #083C33;
  border-top: none;
  padding: 10px;
  border-radius: 0 0 5px 5px;
}

.block-footer .container {
  border-top: 1px solid #2A8259;
  padding-top: 20px;
}
.block-footer h1 {
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 5px;
}
.block-footer .block-footer-first {
  color: #49DA81;
}
.block-footer .block-footer-second {
  color: #006737;
}
.block-footer .block-footer-data {
  color: #C3E6D5;
  margin: 20px 0;
  font-size: 14px;
}
.block-footer .block-footer-data .block-footer-data-right {
  @media (min-width: 576px) {
    text-align: right;
  }
}
.block-footer .block-footer-data img {
  width: 100%;
  object-fit: cover;
  @media (min-width: 576px) {
    width: 73px;
  }
}
.block-footer .block-footer-copy {
  font-weight: 400;
  font-size: 14px;
  color: #329D6B;
  text-align: center;
}
