@charset "UTF-8";
@font-face {
  font-family: "Unbd";
  src: url(images/fonts/Unbounded-VariableFont_wght.ttf);
}
* {
  margin: 0;
  padding: 0;
  font-family: "Rubik", serif;
}

body {
  background-color: #f9f6f2;
  color: #293241;
  max-width: 500px;
  margin: 0 auto;
}

.section {
  width: 100%;
  overflow: hidden;
}

@keyframes pulse {
  0% {
    transform: scale(0.96);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.96);
  }
}
#btn_animated {
  animation: pulse 1.2s infinite;
}

#sc_old {
  color: red !important;
}

#sc_new {
  color: #ff6933;
}

.arrow_d {
  margin-top: 10px;
  margin-left: 170px;
}

.cover {
  padding: 0 20px 0 20px;
}

.head-section {
  width: 100%;
  padding-top: 12px;
  position: relative;
  min-height: 700px;
  background: url(images/bg_new-1.PNG);
  background-size: cover;
}

.rotating-bg {
  position: absolute;
  display: inline-block;
  border-radius: 50%;
  width: 50%;
  height: 100%;
  background: #ff6933;
  filter: blur(70px);
  opacity: 0.12;
  top: -140px;
  left: -140px;
  z-index: 0;
}

.header-info {
  position: relative;
  z-index: 1;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
}

.background_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.head_img {
  position: absolute;
  width: 50%;
  bottom: 0;
  right: 0;
  z-index: 1;
}

#main_container {
  padding: 0 20px 0 20px;
  z-index: 2;
  box-sizing: border-box;
}

#menu {
  width: 100%;
  background-color: #ff6933;
  text-align: center;
  padding: 10px 0;
}

#xprice {
  font-weight: 600;
  position: relative;
}
#xprice::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 59%;
  top: 48%;
  background-color: rgb(0, 0, 0, 0.5);
}

#menu.default {
  display: none;
}

#menu.fixed {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
}

.btn_cta_menu {
  text-decoration: none;
  max-width: 340px;
  display: block;
  margin: 0 auto;
  width: 100%;
  background-color: #fff;
  color: black;
  font-size: 18px;
  font-weight: 700;
  padding: 14px 10px;
  border-radius: 30px;
  border: 2px solid #3b4455;
  cursor: pointer;
  transition: 0.2s;
  animation: pulse 1.3s infinite;
}
.btn_cta_menu:hover {
  box-shadow: 0px 0px 8px #ff6933;
  transition: 0.2s;
}

.stripe {
  position: relative;
  width: 100%;
  background-color: #ff6933;
  z-index: 3;
}
.stripe p {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  color: #3b4455;
  font-size: 20px;
  font-weight: 600;
  padding: 10px 20px 10px 20px;
}

.container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#section_youlearn {
  position: relative;
}

.youl_pic1 {
  position: absolute;
  width: 20%;
  left: 0;
}

.youl_pic2 {
  position: absolute;
  width: 20%;
  right: 30px;
}

#about_container {
  display: flex;
  flex-direction: row;
  margin-top: 50px;
}
@media (max-width: 968px) {
  #about_container {
    flex-direction: column;
  }
}

@media (max-width: 968px) {
  .left_block, .right_block {
    width: 100%;
  }
}

.right_block {
  text-align: center;
}
.right_block img {
  width: 80%;
}

.date {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  background: #e4591b8c;
  text-wrap: nowrap;
  padding: 5px 10px;
  border-radius: 20px;
}

.hi_start {
  display: flex;
  text-align: left;
  align-items: center;
  justify-content: space-between;
  text-shadow: none;
}

.places_left {
  max-width: 120px;
  font-size: 14px;
}

.hi-info {
  margin-bottom: 10px;
  color: #ff6933;
  font-weight: 800;
  font-size: 48px;
}

.hi-about {
  color: #fff;
  font-weight: 700;
  position: relative;
  margin-top: 270px;
  font-size: 20px;
  letter-spacing: 0.9px;
}

.hi-about-small {
  color: #fff;
  font-size: 25px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.hi-about-smaller {
  color: #fff;
  font-size: 21px;
  font-style: italic;
  transform: rotate(-3deg);
}

.action_time {
  color: #fff;
  font-size: 18px;
  margin-top: 30px;
}

.zero__ {
  font-family: "Unbd";
  color: #ff6933;
}

.yl_focus {
  position: relative;
  display: inline-block;
  padding: 0 5px;
  border: 2px solid #f4fb2d;
  margin: 0 2px;
}

.yl_focus::before,
.yl_focus::after {
  content: "";
  position: absolute;
  background-color: #f4fb2d;
}

.yl_focus::before {
  width: 10px;
  height: 10px;
  top: -5px;
  left: -5px;
}

.yl_focus::after {
  width: 10px;
  height: 10px;
  bottom: -5px;
  right: -5px;
}

.yl_under {
  position: relative;
  display: inline-block;
  padding: 0px 10px 0 10px;
}

.yl_under::before,
.yl_under::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid #f4fb2d;
  background-color: transparent;
}

.yl_under::before {
  top: 0;
  left: 0;
  border-width: 2px 0 0 2px;
}

.yl_under::after {
  bottom: 0;
  right: 0;
  border-width: 0 2px 2px 0;
}

.yl_under::after {
  width: 10px;
  height: 10px;
}

.yl_under::after {
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #f4fb2d;
  border-right: 2px solid #f4fb2d;
  bottom: 0;
  right: 0;
  border-width: 0 2px 2px 0;
}

.btn_cta {
  text-decoration: none;
  margin: 40px auto 0 auto;
  font-weight: 700;
  max-width: 305px;
  width: 100%;
  text-align: center;
  background: #ff6933;
  color: #fff;
  font-size: 18px;
  padding: 15px;
  border-radius: 100px;
  border: none;
  box-sizing: border-box;
  display: block;
  cursor: pointer;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  transition: 0.2s all ease;
}
.btn_cta span {
  font-weight: 500;
}
.btn_cta:hover {
  transform: scale(1.05);
  box-shadow: 0px 0px 8px #ff6933;
  transition: 0.2s all ease;
}

.price_holder {
  display: flex;
  gap: 15px;
  align-items: flex-end;
  margin-top: 20px;
}

.new_price {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  display: block;
}

.old_price {
  font-size: 25px;
  font-weight: 600;
  color: #bfbfbf;
  display: block;
  box-sizing: content-box;
  position: relative;
}
.old_price::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  background-color: red;
}

.timer_holder {
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 30px;
  gap: 3px;
  border-radius: 30px;
  margin: 0 auto;
  box-sizing: content-box;
}

.conds_holder {
  margin-top: 20px;
  padding-bottom: 20px;
}

.specials_cond {
  color: #fff;
  max-width: 500px;
  font-size: 15px;
}
.specials_cond span {
  font-weight: 600;
  color: #ff6933;
}

.head_alex {
  position: absolute;
  width: 50%;
  top: 0;
  right: 0;
}

.lb_heading {
  font-weight: 600;
}

.lb_about {
  margin-top: 15px;
  font-size: 17px;
}
.lb_about br {
  display: none;
}

.lb_small {
  font-size: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
  font-weight: 600;
}

.lb_team {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  color: #fff;
  background: #3b4455;
  display: inline-block;
  padding: 20px 0 0 15px;
  box-sizing: border-box;
  text-transform: uppercase;
  width: 100%;
}

.lb_about p {
  font-weight: 500;
  margin-top: 8px;
}
.lb_about p span {
  font-weight: 800;
}

.lb_team_about {
  margin-top: -1px;
  background: #3b4455;
  color: #dedede;
  padding: 15px 0 20px 15px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.lb_team_about .stats p {
  font-size: 17px;
  line-height: 30px;
  font-weight: 500;
}
.lb_team_about .stats p span {
  font-weight: 800;
  color: #fff;
}
.lb_team_about .stats .plus_plus {
  font-weight: 700;
}

.stat_item {
  display: flex;
  align-items: center;
  gap: 5px;
}
.stat_item img {
  width: 20px;
}

.al_ph {
  margin-top: 15px;
}
.al_ph img {
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  width: 100%;
  display: block;
}

.fy_title {
  margin-top: 70px;
  text-align: center;
}

.fy_title h2 span {
  text-shadow: -5px 2px 1px #c2c2c2;
}
@media (max-width: 480px) {
  .fy_title h2 {
    padding: 20px 3px;
  }
}

.for_you {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.fyi_item {
  background: #ece8e3;
  border-radius: 20px;
  width: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: row;
  padding: 10px;
  gap: 10px;
  box-sizing: border-box;
  max-width: 710px;
  margin: 0 auto;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
}
.fyi_item p {
  font-weight: 600;
}
.fyi_item img {
  width: 80px;
  border-radius: 10px;
}

.xb_tr {
  position: absolute;
  width: 30%;
  top: -40px;
  right: -30px;
  z-index: 1;
}

.fy_end {
  padding: 40px 0;
}
.fy_end h2 {
  text-align: center;
}
@media (max-width: 480px) {
  .fy_end {
    flex-direction: column;
  }
  .fy_end img {
    width: 20%;
  }
}

.bg_sect {
  width: 100%;
  background: #ff6933;
  color: #fff;
  border-radius: 0px;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.what_you_get {
  margin-top: 100px;
  margin-bottom: 150px;
  width: 100%;
  text-align: center;
}

.wyg_list {
  margin: 0 auto;
  text-align: center;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.wyg_item {
  max-width: 500px;
  width: 100%;
  padding: 15px;
  flex: 1 1 20%;
  margin: 0 auto;
}
.wyg_item img {
  width: 100%;
}
.wyg_item p {
  font-weight: 600;
}

.title_holder {
  height: 70px;
  display: flex;
  align-items: center;
  text-align: left;
  padding: 10px;
  box-shadow: 5px 5px 25px 0px rgba(39, 39, 39, 0.1);
  border-radius: 20px;
  background: #fff;
}

.gif_holder {
  width: 100%;
  height: 250px;
  margin-top: 10px;
  border-radius: 20px;
  box-shadow: 5px 5px 25px 0px rgba(39, 39, 39, 0.1);
}

#gfh1 {
  background: url(images/heal_compr.webp);
  background-size: cover;
  background-position: center;
}

#gfh2 {
  background: url(images/dw.webp);
  background-size: cover;
  background-position: center;
}

#gfh3 {
  background: url(images/yeahyeah.webp);
  background-size: cover;
  background-position: center;
}

#gfh4 {
  background: url(images/dance_shake.webp);
  background-size: cover;
  background-position: center;
}

#section5 {
  /*
  background-color: #ff6933;
  */
  padding: 20px 20px 20px 20px;
  border-radius: 30px;
}
#section5 h2 {
  text-align: center;
}

.img_block {
  max-width: 150px;
}
.img_block img {
  width: 100%;
}

.s5_title {
  margin: 0 auto;
  line-height: 3;

}

#pr_block {
  display: flex;
  justify-content: center;
  align-items: center;
}

.programm {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  width: 100%;
  gap: 10px; /* Space between items */
}

.item {
  background-color: #3b4455;
  color: white;
  padding: 35px;
  box-sizing: border-box;
  flex: 0 0 100%; /* Adjusting width to fit 2 items per row with gap */
  border-radius: 12px;
  min-height: 370px;
  position: relative;
  overflow: hidden;
}
.item img {
  width: 100%;
  border-radius: 12px;
  margin-top: 20px;
}

.div_block3 {
  display: flex;
  flex: 1;
  align-items: flex-end;
}

.it_inside {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.it_lf {
  max-width: 700px;
  width: 100%;
}

.it_title {
  font-size: 17px;
  font-weight: 500;
}

.it_desc {
  margin-top: 10px;
  font-size: 16px;
}

#cc_down {
  font-weight: 700;
  font-style: italic;
  color: #ff6933;
  font-size: 12px;
}

.item.centered {
  flex: 0 0 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonials-container {
  max-width: 800px;
  margin: 50px auto;
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}

.testimonials-wrapper {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.testimonial {
  min-width: 100%;
  box-sizing: border-box;
  padding: 20px;
}
@media (max-width: 480px) {
  .testimonial {
    padding: 10px;
  }
}

blockquote {
  margin: 0;
  font-style: italic;
}

blockquote footer {
  margin-top: 10px;
  font-size: 14px;
  color: #555;
}
@media (max-width: 480px) {
  blockquote footer {
    font-size: 12px;
  }
}

#section_cta {
  background-color: #3b4455;
  border-radius: 30px;
}

.cta_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px 0 100px 0px;
}

.cta_lf {
  max-width: 550px;
}

.cta_rg {
  max-width: 490px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cta_heading {
  font-size: 36px;
  color: #fff;
}
.cta_heading span {
  color: #ff6933;
  font-style: italic;
}

.cta_price {
  color: #fff;
  margin-top: 15px;
  font-size: 80px;
}

.cta_old_price {
  position: relative;
  font-size: 35px;
  color: #a3a3a3;
}
.cta_old_price::before {
  content: " ";
  position: absolute;
  height: 3px;
  width: 151px;
  background-color: red;
  bottom: 50%;
  left: 0;
  transform: rotate(-4deg);
}

#cta_button {
  margin-top: 20px;
}

.cta_superprice {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
}

.timer-container {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}

.timer-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: calc(33.33% - 15px);
}

.timer-box > div:first-child {
  padding: 25px 40px;
  background: #ff6933;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 55px;
  font-weight: 600;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  width: 150px;
  max-width: 100%;
  box-sizing: border-box;
}

.label {
  margin-top: 10px;
  font-size: 1em;
  color: #fff;
}

.cta_buynow {
  margin-top: 40px;
  color: #fff;
  max-width: 500px;
}

.buynow_desc {
  color: #fff;
}

.bonus-container {
  text-align: center;
  background-color: #f1f1f1;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  max-width: 1200px;
}

.bonus-container h2 {
  color: #333;
  margin-bottom: 30px;
  font-weight: bold;
  text-transform: uppercase;
}

.bonus-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.bonus-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  width: 140px;
  text-align: center;
  transition: transform 0.3s;
  flex: 1 1 calc(33.333% - 40px);
  box-sizing: border-box;
}
.bonus-item img {
  width: 38px;
  margin-bottom: 10px;
}

.bonus-item:hover {
  transform: translateY(-10px);
}

.emoji {
  font-size: 2em;
  margin-bottom: 10px;
}

.bonus-item p {
  font-size: 13px;
  font-family: "Unbd";
  color: #555;
  margin: 0;
  font-weight: 600;
}

#section_dontmiss {
  background-color: #3b4455;
}
#section_dontmiss h2 {
  padding: 35px 0 35px 0;
  color: #fff;
}
#section_dontmiss h2 span {
  color: #ff6933;
}

.swiper-container {
  padding-bottom: 50px;
}

.swiper-button-next, .swiper-button-prev {
  color: black !important;
}

.creative-testimonial--slider {
  padding: 50px 0 0 0;
}

.creative-testimonial--slider .testimonial-inner {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonial-inner .testimonial-heading {
  text-align: center;
  max-width: 360px;
  margin: auto;
  font-family: "Unbd";
  font-size: 30px;
  line-height: 3.125rem;
  margin-top: 0px;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.testimonial-inner .testimonial-heading img {
  position: absolute;
  width: 100px;
  right: -10px;
  top: -40px;
  transform: rotate(25deg);
}

.testimonial-wrap {
  position: relative;
  overflow: hidden;
  margin-bottom: 6%;
}

.swiper-slide .swiper-slide--inner {
  padding-left: 15%;
  padding-right: 15%;
  display: flex;
  align-items: center;
  -moz-column-gap: 50px;
       column-gap: 50px;
  position: relative;
  overflow-x: hidden;
}

.swiper-slide--inner .testimonial-detail img {
  height: 35px;
}

.td_name {
  display: flex;
  align-items: center;
}
.td_name img {
  margin-left: 5px;
  width: 20px !important;
  height: 20px !important;
}

.swiper-slide--inner .testimonial-detail p {
  margin: 0px;
  color: #242e45;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 5px;
}

.swiper-slide--inner .testimonial-detail span {
  color: #3b4455;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 15px;
  line-height: normal;
}

.swiper-pagination-bullet-active {
  bottom: 0;
  background: #ff6933 !important;
}

@media only screen and (max-width: 981px) {
  .creative-testimonial--slider {
    padding-left: 10px;
    padding-right: 10px;
  }
  .swiper-slide .swiper-slide--inner {
    padding-left: 0%;
    padding-right: 0%;
  }
  .swiper-button-next.slide-btns, .swiper-button-prev.slide-btns {
    display: none;
  }
  .company-details--row .company-box {
    padding: 0px 5px;
  }
}
@media only screen and (max-width: 460px) {
  .testimonial-inner .testimonial-heading {
    font-size: 20px;
    line-height: 2.125rem;
    margin-bottom: 15px;
    max-width: 220px;
  }
  .testimonial-inner .testimonial-heading img {
    width: 60px;
    top: -25px;
  }
  .swiper-slide .swiper-slide--inner {
    flex-direction: column;
    text-align: center;
  }
  .company-details--row {
    justify-content: center;
    flex-direction: column;
  }
  .company-details--row .company-box {
    padding: 0px 0px;
    margin-bottom: 20px;
    width: 100%;
  }
}
.section_feedback .testimonial-inner {
  margin: 0 auto;
  max-width: unset;
}
.section_feedback .swiper-slide {
  margin-left: 15px;
  margin-right: 10px;
}

.feedback_item {
  max-width: 290px;
  width: 100%;
  margin: 0 auto;
}

.fb_name, .fb_about, .fb_feedback {
  background: #3b4455;
  padding: 20px 20px 20px 20px;
  border-radius: 10px;
  position: relative;
}
.fb_name a, .fb_about a, .fb_feedback a {
  position: absolute;
  padding: 20px;
  bottom: 10px;
  right: 10px;
}
.fb_name a img, .fb_about a img, .fb_feedback a img {
  background: #ff6933;
  width: 40px;
  padding: 10px;
}

.fb_name {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}
.fb_name img {
  margin-top: 20px;
  max-width: 280px;
  width: 100%;
  border-radius: 10px;
}

.fb_about {
  margin-top: 2px;
  color: #ff6933;
  font-weight: 500;
  font-size: 15px;
}

.fb_feedback {
  margin-top: 2px;
  color: #fff;
  font-size: 12px;
}

#swiper_feedback .swiper-slide {
  width: unset;
}

#results_container {
  max-width: 500px;
}
#results_container .swiper-container {
  padding-bottom: 20px;
}
#results_container .faq_heading {
  color: #fff;
}
#results_container .swiper-button-prev, #results_container .swiper-button-next {
  color: #ff6933 !important;
}
#results_container .swiper-pagination-bullet {
  background: #ff6933 !important;
}

.cases_container {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  background: url(images/wtok.jpg);
  background-size: cover;
  border-radius: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

#section_results {
  overflow: hidden;
}
#section_results .container {
  overflow: hidden;
  margin-bottom: 50px;
}
#section_results .swiper-container {
  margin: 20px 0;
}
#section_results .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
#section_results .swiper-slide video {
  width: 50%;
  height: auto;
  border-radius: 10px;
}
#section_results .swiper-button-next,
#section_results .swiper-button-prev {
  color: #3b4455;
}
#section_results .swiper-pagination-bullet {
  background: #3b4455;
}

.faq_heading {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.accordion {
  max-width: 800px;
  margin: auto;
  margin-bottom: 60px;
}

.accordion-item {
  background-color: #ece8e3;
  margin-bottom: 10px;
  border-radius: 15px;
  overflow: hidden;
}

.accordion-header {
  padding: 15px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
  gap: 5px;
}

.accordion-header h3 {
  width: 90%;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, padding 0.5s ease;
}

.accordion-content p {
  padding: 15px;
}

.arrow {
  transition: transform 0.3s ease;
  width: 12px;
  height: 12px;
  border: solid #333;
  border-width: 0 2px 2px 0;
  display: inline-block;
  margin-top: 8px;
}

.accordion-header.active .arrow {
  transform: rotate(45deg);
}

.accordion-header:not(.active) .arrow {
  transform: rotate(225deg);
}

.accordion-content.open {
  max-height: 500px; /* Высота, которая больше ожидаемой высоты контента */
  transition: 2s;
}

footer {
  padding: 20px 20px 80px 20px;
  font-size: 14px;
  background: #f9f6f2;
  color: #3b4455;
}
footer .container {
  margin-top: 10px;
}

footer a {
  color: #3b4455;
  text-decoration: underline;
  cursor: pointer;
  outline: none;
  display: block;
}

footer p {
  margin-bottom: 10px;
}

.row {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 20px;
}

.foot_desc {
  font-size: 10px;
}

.faqs_footer p {
  font-weight: 600;
}
.faqs_footer a {
  text-decoration: none;
  font-weight: 500;
  margin-top: 10px;
}

.tg_line {
  display: flex;
  align-items: center;
  gap: 4px;
}
.tg_line img {
  width: 20px;
  height: 20px;
}

.modal {
  position: fixed; /* Stay in place */
  z-index: -99; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
  opacity: 0;
  transition: 0.3s ease;
}

.modal.show {
  opacity: 1;
  z-index: 9998;
}

.modal.show .modal-content {
  transform: translateY(0);
}

.modal-content {
  background-color: #fefefe;
  margin: 60px auto;
  border: 1px solid #888;
  width: 90%; /* Could be more or less, depending on screen size */
  max-width: 500px;
  position: relative;
  transform: translateY(-50px);
  transition: transform 0.3s ease;
  border-radius: 22px;
}
.modal-content h2 {
  font-weight: 400;
  text-align: center;
}
.modal-content .hours, .modal-content .minutes, .modal-content .seconds {
  background: black !important;
  color: #ff6933 !important;
}
.modal-content .label {
  color: black;
}
.modal-content .act_price {
  margin-top: 20px;
  text-align: center;
}
.modal-content .timer-container {
  margin-top: 15px;
}

#oto-content {
  max-width: 900px;
  border: none;
  padding: unset;
}

.oto_container {
  display: flex;
}

.oto_ph {
  margin-top: 10px;
}
.oto_ph img {
  width: 100%;
  border-radius: 16px;
}

.md_lf {
  width: 30%;
  background: url(images/alex_oto.webp);
  background-size: cover;
  background-position: center;
  padding: 0;
}
.md_lf img {
  display: none;
}

.md_rg {
  width: 70%;
  padding: 15px;
}
.md_rg h2 span {
  font-weight: 700;
  font-size: 13px;
}
.md_rg .timer-container {
  justify-content: center;
  background: #ff6933;
  max-width: 320px;
  border-radius: 12px;
  padding: 10px 15px;
  margin: 0 auto;
  margin-top: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.md_rg .timer-box {
  display: flex;
  flex-direction: row;
}
.md_rg .timer-box > div:first-child {
  font-size: 40px;
  padding: 0;
  background: none;
  box-shadow: none;
}
.md_rg .label {
  font-size: 15px;
  display: block;
  font-weight: 600;
  margin: unset;
  margin-left: 5px;
}

.unique_propose {
  text-align: center;
  margin-top: 20px;
  font-size: 10px;
  font-weight: 700;
  font-family: "Unbd";
}

.md__ {
  max-width: 300px;
  margin: 0 auto;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.md__ .btn_cta {
  max-width: 200px;
  margin-top: 20px;
  font-size: 12px;
  padding: 10px;
}
.md__ .close {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 15px;
}
.md__ .close a {
  color: #555;
}

.oto_tt {
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  font-size: 12px;
  margin-top: 5px;
}
.oto_tt p {
  margin-top: 10px;
}
.oto_tt p span {
  margin-top: -5px;
}
.oto_tt img {
  text-align: center;
  margin-right: 5px;
  width: 10px;
  height: 10px;
  display: inline-block;
}

.ott_item {
  display: flex;
  padding: 0;
  text-align: center;
}
.ott_item img {
  width: 15px;
  height: 15px;
}

.lesson_oto {
  margin-top: 30px;
}
.lesson_oto span {
  font-size: 12px;
}

.oto_price {
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 600;
}

.oto_new {
  font-weight: 800;
  font-size: 18px !important;
}

.oto_old {
  font-weight: 500;
  color: #888;
  position: relative;
  font-size: 18px !important;
}
.oto_old::before {
  content: " ";
  position: absolute;
  height: 2px;
  width: 101%;
  background: red;
  top: 49%;
  left: 0;
}

.start_date {
  //color: #d2d2d2;
  color: #fff;
  font-weight: 800;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.price {
  margin-bottom: 20px;
  text-align: center;
}

.new-price {
  font-size: 35px;
  font-weight: 700;
  margin-right: 10px;
}

.old-price {
  font-weight: 600;
  position: relative;
  color: #888;
}

.old-price::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: red;
  top: 50%;
  left: 0;
  transform: rotate(5deg);
}

.form-group {
  margin-bottom: 20px;
}

.form-input {
  position: relative;
  width: 100%;
}

.form-input input::-moz-placeholder {
  opacity: 0;
}

.form-input input::placeholder {
  opacity: 0;
}

.form-input input {
  width: 100%;
  height: 60px;
  font-size: 1rem;
  padding: 10px;
  outline: none;
  border: 1px solid gray;
  box-sizing: border-box;
  border-radius: 5px;
}

.form-input label {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: gray;
  letter-spacing: 1px;
  transition: 0.3s;
  font-weight: 600;
  pointer-events: none;
}

.form-input input:not(:-moz-placeholder-shown) + label {
  top: 0;
  font-size: 0.8rem;
  color: rgb(0, 0, 0);
  background: #fff;
  padding: 0 7px;
}

.form-input input:focus + label,
.form-input input:not(:placeholder-shown) + label {
  top: 0;
  font-size: 0.8rem;
  color: rgb(0, 0, 0);
  background: #fff;
  padding: 0 7px;
}

.form-input input:focus {
  border: 2px solid rgb(0, 0, 0);
}

button[type=submit] {
  background-color: #ff6933;
  color: #3b4455;
  border: none;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  padding: 14px 0;
  border-radius: 100px;
  cursor: pointer;
  transition: 0.2s;
}

button[type=submit]:hover {
  background-color: #e0e72c;
  transition: 0.2s;
}

.confident__ {
  display: flex;
  text-align: center;
  align-items: center;
  font-size: 13.5px;
  justify-content: space-between;
  margin-bottom: 20px;
}
.confident__ p {
  display: flex;
}
.confident__ img {
  margin-right: 3px;
  width: 18px;
  height: 18px;
}

.overlay2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 200ms;
  visibility: hidden;
  opacity: 0;
}
.overlay2.light {
  background: rgba(255, 255, 255, 0.5);
}
.overlay2 .cancel2 {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: default;
}
.overlay2:target {
  visibility: visible;
  opacity: 1;
}

.popup2 {
  z-index: 9999;
  margin: 75px auto;
  margin-top: 240px;
  padding: 20px;
  background: #fff;
  border: 1px solid #666;
  width: 300px;
  border-radius: 20px;
  box-shadow: 0 0 150px rgb(0, 0, 0);
  position: relative;
  overflow: hidden;
}
.light .popup2 {
  border-color: #aaa;
  box-shadow: 0 2px 10px rgb(0, 0, 0);
}
.popup2 h2 {
  text-align: center;
  color: #3b4455;
  font-size: 20px;
  margin-top: 0;
}
.popup2 .content2 {
  max-height: 400px;
  overflow: auto;
}
.popup2 p {
  margin: 0 0 1em;
}
.popup2 p:last-child {
  margin: 0;
}

.popup_btns {
  margin: 0 auto;
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 10px;
}
.popup_btns a {
  all: unset;
  padding: 10px 15px;
  font-weight: 600;
  font-size: 17px;
  border-radius: 12px;
  min-width: 60px;
  text-align: center;
}
.popup_btns a:nth-child(even) {
  background: #9d9d9d;
  color: #fff;
}
.popup_btns a:nth-child(odd) {
  background: #ff6933;
  font-weight: 700;
}

#more_feedback {
  max-width: 100%;
}

#slider3 .swiper-slide {
  height: 260px;
  background-color: black;
  border-radius: 20px;
  margin: 0 10px;
}
#slider3 .swiper-slide img {
  max-width: 350px;
}

#swiper_slider3 {
  transition-timing-function: linear;
  max-width: 360px;
}

.thnx {
  height: 100vh;
  background-image: url(images/TYBG2.png);
  background-size: cover;
}

.thnx h2 {
  font-size: calc(16px + 1vw);
  font-weight: 800;
  line-height: 1.3;
  color: white;
  text-shadow: 0px 0px 10px #3b4455;
}
.thnx h2 span {
  color: #ff6933;
}

.thnx .content {
  text-align: center;
  margin: 0 auto;
  padding-top: 200px;
}

.thnx .tg {
  display: flex;
  margin: 0 auto;
  margin-top: 30px;
  background: #039be5;
  padding: 10px 100px;
  text-align: center;
  text-transform: uppercase;
  font-size: calc(5px + 1vw);
  font-weight: 700;
  color: #fff;
  width: -moz-max-content;
  width: max-content;
  text-decoration: none;
  align-items: center;
}

.thnx .tg img {
  max-width: 50px;
  margin-left: 10px;
}

@media only screen and (max-width: 992px) {
  .thnx .tg {
    padding: 10px 40px;
  }
  .thnx .tg img {
    max-width: 30px;
  }
}
@media only screen and (max-width: 1100px) {
  .faqs_footer a {
    font-size: 18px;
  }
  .faqs_footer p {
    font-size: 20px;
  }
  .start_date {
    text-align: center;
    font-size: 13px;
  }
  .cta_container .btn_cta {
    margin: 0 auto;
  }
  .lb_small {
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    font-style: italic;
  }
}
@media only screen and (max-width: 1100px) {
  .what_you_get {
    margin-bottom: 50px;
    margin-top: 70px;
  }
  .wyg_item {
    flex: 1 1 40%;
    margin-top: 25px;
  }
  .cta_container {
    flex-direction: column;
    justify-content: center;
  }

  .cta_lf {
    text-align: center;
  }
  .cta_lf .btn_cta {
    margin-bottom: 40px;
  }
  .cta_rg .btn_cta {
    margin: 0 auto;
    margin-top: 40px;
  }
  .timer-container {
    justify-content: center;
  }
  .cta_buynow {
    margin: 0 auto;
    margin-top: 40px;
  }
  .cta_superprice {
    font-size: 22px;
  }
  .cta_heading {
    font-size: 25px;
  }
}
@media only screen and (max-width: 1300px) {
  .section_feedback .swiper-slide {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 1200px) {
  .xb_tr {
    top: 0;
    width: 100%;
    opacity: 30%;
    right: -30%;
  }
  .dicap {
    width: 100%;
    right: -30%;
    top: unset;
    bottom: 0;
    opacity: 30%;
  }
}
@media only screen and (max-width: 1100px) {
  .cta_old_price::before {
    left: unset;
  }
}
@media only screen and (max-width: 968px) {
  .lb_team {
    width: 100%;
    text-align: left;
    margin-top: -5px;
  }
  .head-section {
    min-height: 700px;
  }
  .date {
    margin-top: 0;
  }
  .hi-about {
    margin-top: 270px;
    font-size: 20px;
    letter-spacing: 0.9px;
  }
  .hi-about-small {
    font-size: 20px;
  }
  .specials_cond {
    padding-bottom: 20px;
    max-width: 350px;
  }
  .header-info {
    text-align: center;
  }
  #main_container .btn_cta {
    margin: 0 auto;
    margin-top: 30px;
  }
  .timer_holder {
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  .conds_holder {
    text-align: center;
  }
  .specials_cond {
    margin: 0 auto;
  }
  .item {
    flex: 0 0 100%;
  }
  .it_lf {
    max-width: 520px;
    width: 100%;
  }
  .row {
    flex-direction: column;
    margin-top: 20px;
  }
  .foot_desc {
    width: 100%;
  }
  .head_img {
    filter: brightness(0.4);
    width: 100%;
    right: -30%;
  }
}
@media only screen and (max-width: 768px) {
  .bonus-item {
    flex: 1 1 calc(50% - 40px);
  }
  .oto_container {
    flex-direction: column;
  }
  .what_you_get {
    margin-bottom: 25px;
  }
  .for_you {
    padding-top: 15px;
  }
  .youl_pic1, .youl_pic2 {
    display: none;
  }
  .md_rg {
    width: 100%;
    padding: 0;
  }
  .md_lf {
    width: 100%;
    background: none;
  }
  .md_lf img {
    display: block;
    width: 100%;
  }
  .md__ .btn_cta {
    max-width: 100%;
  }
  .wyg_item {
    max-width: unset;
    width: unset;
    padding-left: 0;
    padding-right: 0;
  }
  .fy_end img {
    width: 6%;
  }
  .what_you_get {
    margin-top: 50px;
  }
  .lb_heading {
    margin-top: 20px;
  }
  .fy_title {
    margin-top: 50px;
  }
  .swiper-slide .swiper-slide--inner {
    flex-direction: column;
    text-align: center;
  }
  .td_name {
    justify-content: center;
  }
  .creative-testimonial--slider {
    padding: 50px 0 0 0;
  }
}
@media only screen and (max-width: 698px) {
  .img_block {
    max-width: 90px;
  }
}
@media only screen and (max-width: 598px) {
  .stripe p {
    margin: unset;
    max-width: 350px;
  }
  .bonus-item {
    flex: 1 1 100%;
  }
  .timer_holder {
    font-size: 25px;
  }
  .img_block {
    max-width: 50px;
  }
  .for_you {
    margin-top: 10px;
  }
  .fy_title {
    margin-top: 25px;
  }
  .swiper-container {
    padding-bottom: 15px;
  }
  .wyg_list {
    margin-top: 20px;
  }
  .wyg_item {
    flex: 1 1 100%;
    margin-top: 10px;
  }
  .head-section {
    min-height: 700px;
  }
  .head_img {
    width: 180%;
    right: -70%;
  }
  .cta_price {
    font-size: 47px;
  }
  .cta_old_price {
    font-size: 25px;
  }
  .cta_old_price::before {
    width: 108px;
  }
  .timer-box > div:first-child {
    padding: 20px 25px;
    font-size: 25px;
    width: 85px;
  }
  .wyg_item {
    width: unset;
  }
  .specials_cond {
    font-size: 14px;
    max-width: 350px;
  }
  .hi-info {
    font-size: 28px;
  }
  .hi-about {
    font-size: 15px;
    margin-top: 270px;
    font-weight: 600;
    line-height: 1.5;
  }
  .hi-about-small {
    font-size: 17px;
  }
  .date {
    font-size: 16px;
    margin-top: 0;
  }
  .head-section {
    background: url(images/bg_new-1.PNG);
    background-position: center;
    background-size: cover;
  }

  #main_container .btn_cta {
    font-size: 15px;
    padding: 12px;
  }
  .cta_heading {
    font-size: 20px;
  }
  .bonus-item p {
    font-size: 12px;
  }
  .fy_end h2 {
    padding: 15px 0 15px 0;
  }
  .fy_end img {
    display: none;
  }
  .lb_team {
    font-size: 23px;
  }
  #section_results .container {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 498px) {
  .md_rg span {
    font-size: 12px;
  }
  .md_rg h2 {
    font-size: 15px;
    font-weight: 600;
    margin-top: 20px;
  }
  .lb_heading span {
    display: block;
    margin-bottom: -15px;
  }
  .lb_about br {
    display: block;
  }
  .bonus-item {
    min-width: 200px;
  }
}
.policy__ {
  font-family: "Rubik";
  padding: 20px;
}
.policy__ h3 {
  text-align: center;
  margin-top: 40px;
}
.policy__ h4 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 10px;
}
.policy__ p {
  margin-top: 15px;
  font-size: 15px;
}

@media only screen and (max-width: 385px) {
  .hi-about {
    font-size: 13px;
  }
}
@media only screen and (max-width: 370px) {
  .oto_price {
    font-size: 16px;
  }
}