/* ============================================
   ABSLIM BLOCK 1 - ПОЛНОСТЬЮ РАБОЧИЙ КОД
   ============================================ */

.abslim-block_1 {
  position: relative;
  padding: 65px 0 170px;
  overflow: hidden;
  background: url(../images/block_1-bg.jpg) no-repeat center bottom;
  background-size: cover;
}

.abslim-block_1 .abslim-container-fluid {
  position: relative;
  z-index: 26;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.abslim-logo {
  display: block;
  width: 80px;
  height: 82px;
  margin: 0 auto 20px;
  background: url(../images/logo.png) no-repeat center;
  background-size: contain;
}

.abslim-sublogo_text {
  margin-bottom: 60px;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
}

.abslim-block_1-title {
  position: relative;
  margin-bottom: 60px;
  font-weight: bold;
  font-size: 60px;
  line-height: 1;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}

.abslim-block_1-title span {
  font-weight: 200;
}

.abslim-block_1-title:before {
  content: "";
  position: absolute;
  bottom: -36px;
  left: 50%;
  display: block;
  width: 90px;
  margin-left: -45px;
  border-bottom: 1px solid #ffffff;
}

.abslim-block_1-subtitle {
  margin-bottom: 60px;
  font-weight: 400;
  font-size: 30px;
  text-align: center;
  color: #ffffff;
}

.abslim-mouse_scroll {
  display: block;
  width: 37px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 27;
  cursor: pointer;
  -webkit-animation: abslim-slide-top 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate;
  animation: abslim-slide-top 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate;
}

@-webkit-keyframes abslim-slide-top {
  0% { -webkit-transform: translateY(20px); transform: translateY(20px); }
  100% { -webkit-transform: translateY(-20px); transform: translateY(-20px); }
}

@keyframes abslim-slide-top {
  0% { -webkit-transform: translateY(20px); transform: translateY(20px); }
  100% { -webkit-transform: translateY(-20px); transform: translateY(-20px); }
}

.abslim-background_video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.abslim-background_video #abslim-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  object-fit: cover;
}

/* Гарантия что текст поверх видео */
.abslim-logo,
.abslim-sublogo_text,
.abslim-block_1-title,
.abslim-block_1-subtitle,
.abslim-mouse_scroll {
  position: relative;
  z-index: 27;
}

/* ТОЛЬКО ДЛЯ МОБИЛОК — НЕ ТРОГАЕТ ПК */
@media only screen and (max-width: 768px) {
  .abslim-background_video,
  .background_video,
  .abslim-background_video #abslim-video,
  .background_video #video {
    display: none !important;
  }
}


/* ============================================
   ABSLIM BLOCK 2 - 4 ЭЛЕМЕНТА В СТРОКУ
   ============================================ */

.abslim-block_2 {
  padding-bottom: 20px;
}

.abslim-block_2-top {
  position: relative;
  z-index: 27;
  margin-top: -120px;
  margin-bottom: 80px;
  padding: 40px 15px 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#fbf2d4));
  background: linear-gradient(0deg, #ffffff 0%, #fbf2d4 100%);
}

.abslim-block_2-top-title {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 36px;
  text-align: center;
  color: #df6092;
  text-transform: uppercase;
}

.abslim-block_2-top-title span {
  font-weight: 900;
}

.abslim-block_2-list {
  font-size: 0;
  text-align: center;
}

.abslim-block_2-list-item {
  display: inline-block;
  float: none;
  font-size: 16px;
  vertical-align: top;
  text-align: center;
}

/* 4 элемента в строку на ПК */
@media (min-width: 992px) {
  .abslim-block_2-list-item {
    width: 25%;
  }
}

/* На мобилках — по одному */
@media (max-width: 991px) {
  .abslim-block_2-list-item {
    width: 100%;
    margin-bottom: 30px;
  }
}

.abslim-block_2-list-img {
  display: block;
  max-width: 100%;
  height: 200px;
  margin: 0 auto;
}

.abslim-block_2-list-text {
  width: 75%;
  margin: 15px auto 0;
  font-size: 16px;
}

.abslim-block_2-list-text span {
  font-weight: 900;
  font-size: 24px;
  color: #df6092;
}

.abslim-block_2-list-item:nth-child(4) .abslim-block_2-list-text span {
  color: #3fcba3;
}

/* ===== СЕТКА ===== */
.abslim-row {
  margin-left: -15px;
  margin-right: -15px;
}
.abslim-row:before,
.abslim-row:after {
  content: " ";
  display: table;
}
.abslim-row:after {
  clear: both;
}

.abslim-col-md-3,
.abslim-col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.abslim-col-xs-12 {
  float: left;
  width: 100%;
}

@media (min-width: 992px) {
  .abslim-col-md-3 {
    width: 25%;
    float: left;
  }
}

.abslim-cnt-dib {
  font-size: 0;
}

.abslim-dib {
  display: inline-block;
  float: none;
  font-size: 16px;
  vertical-align: top;
}

.abslim-container-fluid {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}







/* ============================================
   ABSLIM ABOUT SECTION - What Is ABSlim (ОБЪЕДИНЕННЫЙ)
   ============================================ */

.abslim-about-section {
  padding: 60px 0;
  background-color: #f9f9f9;
}

.abslim-container-fluid {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.abslim-about-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
}

.abslim-about-left {
  flex: 1;
  padding-right: 30px;
}

.abslim-about-right {
  flex: 1;
  text-align: center;
}

.abslim-about-title {
  font-size: 36px;
  font-weight: 700;
  color: #118AB2;
  margin-bottom: 20px;
}

.abslim-about-title .abslim-green {
  color: #2E8B57;
}

.abslim-about-content {
  font-size: 18px;
  line-height: 1.7;
  color: #333;
}

.abslim-about-text {
  margin-bottom: 16px;
}

.abslim-about-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

@media (max-width: 768px) {
  .abslim-about-wrapper {
    flex-direction: column;
    text-align: center;
  }
  
  .abslim-about-left {
    padding-right: 0;
  }
  
  .abslim-about-title {
    font-size: 28px;
  }
  
  .abslim-about-content {
    font-size: 16px;
  }
}


/* ============================================
   ABSLIM FEATURES & WHO SHOULD CONSIDER
   ============================================ */

.abslim-features-who-section {
  padding: 60px 0;
  background: linear-gradient(135deg, #f9fbfd 0%, #ffffff 100%);
}

.abslim-features-grid {
  display: flex;
  gap: 50px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.abslim-feature-col {
  flex: 1;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 32px;
  padding: 30px 30px 40px;
  box-shadow: 0 20px 40px -12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.abslim-feature-col:hover {
  transform: translateY(-5px);
}

.abslim-feature-icon-wrap {
  text-align: center;
  margin-bottom: 20px;
}

.abslim-feature-svg-star,
.abslim-feature-svg-group {
  width: 48px;
  height: 48px;
}

.abslim-feature-title {
  font-size: 28px;
  font-weight: 700;
  color: #1f2937;
  text-align: center;
  margin-bottom: 30px;
}

.abslim-feature-title .abslim-green {
  color: #2E8B57;
}

.abslim-feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.abslim-feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.5;
  color: #2d3e50;
}

.abslim-feature-list li svg {
  flex-shrink: 0;
  margin-top: 3px;
}

/* Адаптация под мобилки */
@media (max-width: 992px) {
  .abslim-features-grid {
    flex-direction: column;
    gap: 40px;
  }
  
  .abslim-feature-col {
    padding: 25px 20px;
  }
  
  .abslim-feature-title {
    font-size: 24px;
  }
  
  .abslim-feature-list li {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .abslim-features-who-section {
    padding: 40px 0;
  }
  
  .abslim-feature-list li {
    font-size: 14px;
    gap: 10px;
  }
  
  .abslim-feature-list li svg {
    width: 18px;
    height: 18px;
  }
}







/* ============================================
   ABSLIM HOW IT WORKS SECTION - NEW DESIGN
   ============================================ */

.abslim-howitworks-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #ffffff 0%, #fef9f0 100%);
  overflow: hidden;
}

.abslim-howitworks-title {
  text-align: center;
  font-size: 42px;
  font-weight: 800;
  color: #1f2937;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.abslim-howitworks-title .abslim-pink {
  color: #DF6092;
}

.abslim-howitworks-intro {
  text-align: center;
  font-size: 18px;
  line-height: 1.7;
  color: #4b5563;
  max-width: 800px;
  margin: 0 auto 50px;
}

.abslim-howitworks-grid {
  display: flex;
  gap: 50px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.abslim-howitworks-col {
  flex: 1;
  background: #ffffff;
  border-radius: 32px;
  padding: 35px 30px;
  box-shadow: 0 20px 40px -12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.abslim-howitworks-col:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 45px -12px rgba(0, 0, 0, 0.15);
}

.abslim-howitworks-subtitle {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 26px;
  font-weight: 700;
  color: #118AB2;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 2px solid #eef2f6;
}

.abslim-howitworks-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.abslim-howitworks-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.abslim-howitworks-icon {
  flex-shrink: 0;
}

.abslim-howitworks-icon svg {
  width: 40px;
  height: 40px;
}

.abslim-howitworks-text {
  font-size: 16px;
  line-height: 1.5;
  color: #2d3e50;
  flex: 1;
}

/* АДАПТАЦИЯ ПОД ПЛАНШЕТЫ */
@media (max-width: 992px) {
  .abslim-howitworks-grid {
    flex-direction: column;
    gap: 30px;
  }
  
  .abslim-howitworks-col {
    padding: 25px 25px;
  }
  
  .abslim-howitworks-title {
    font-size: 32px;
  }
  
  .abslim-howitworks-intro {
    font-size: 16px;
    padding: 0 15px;
  }
  
  .abslim-howitworks-subtitle {
    font-size: 22px;
  }
}

/* АДАПТАЦИЯ ПОД МОБИЛКИ */
@media (max-width: 768px) {
  .abslim-howitworks-section {
    padding: 50px 0;
  }
  
  .abslim-howitworks-title {
    font-size: 28px;
  }
  
  .abslim-howitworks-intro {
    font-size: 15px;
    margin-bottom: 35px;
  }
  
  .abslim-howitworks-col {
    padding: 20px 18px;
  }
  
  .abslim-howitworks-subtitle {
    font-size: 20px;
    gap: 10px;
    margin-bottom: 20px;
  }
  
  .abslim-howitworks-subtitle svg {
    width: 26px;
    height: 26px;
  }
  
  .abslim-howitworks-item {
    gap: 12px;
  }
  
  .abslim-howitworks-icon svg {
    width: 32px;
    height: 32px;
  }
  
  .abslim-howitworks-text {
    font-size: 14px;
  }
}







/* ============================================
   ABSLIM BLOCK 3 - ПОЛНОСТЬЮ РАБОЧИЙ
   ============================================ */

.abslim-block_3 {
  position: relative;
  background: linear-gradient(90deg, #f0f0ec 0%, #ffffff 55%, #ffffff 100%);
  overflow: hidden;
}

.abslim-block_3 .abslim-container-fluid {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 15px;
}

.abslim-block_3-title {
  font-weight: 900;
  font-size: 48px;
  color: #df6092;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.abslim-block_3-subtitle {
  font-size: 24px;
  line-height: 1.5;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.abslim-block_3-subtitle .pink {
  color: #e63946;
}

.abslim-block_3-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.abslim-block_3-list li {
  position: relative;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  padding-left: 70px;
}

.abslim-block_3-list li:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 52px;
  height: 41px;
  margin-top: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 18px;
  background: url(../images/block_3-list-mark.png) no-repeat center;
  background-size: contain;
}

.abslim-block_3-list li:nth-child(1):before { content: "1"; }
.abslim-block_3-list li:nth-child(2):before { content: "2"; }
.abslim-block_3-list li:nth-child(3):before { content: "3"; }
.abslim-block_3-list li:nth-child(4):before { content: "4"; }

.abslim-block_3-pack {
  position: absolute;
  top: 15%;
  left: 17%;
  width: 42%;
  z-index: 1;
  pointer-events: none;
}

.abslim-block_3-girl {
  position: absolute;
  top: -5%;
  left: 51.5%;
  height: 110%;
  z-index: 2;
  pointer-events: none;
}

.abslim-block_3-moleculs {
  position: absolute;
  top: 20%;
  right: -30%;
  width: 38%;
  pointer-events: none;
}

.abslim-block_3-leafs {
  position: absolute;
  top: 15%;
  left: -28%;
  width: 35%;
  pointer-events: none;
}

/* Сетка */
.abslim-row {
  margin-left: -15px;
  margin-right: -15px;
}
.abslim-row:after {
  content: "";
  display: table;
  clear: both;
}
.abslim-col-md-3 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.abslim-col-md-offset-6 {
  margin-left: 50%;
}
@media (min-width: 992px) {
  .abslim-col-md-3 {
    width: 25%;
    float: left;
  }
}

/* Анимации */
.abslim-wow {
  visibility: visible !important;
  animation-fill-mode: both;
}
.abslim-fadeInLeft {
  animation-name: abslim-fadeInLeft;
}
.abslim-fadeInRight {
  animation-name: abslim-fadeInRight;
}
@keyframes abslim-fadeInLeft {
  from { opacity: 0; transform: translate3d(-100%, 0, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}
@keyframes abslim-fadeInRight {
  from { opacity: 0; transform: translate3d(100%, 0, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}
[data-abslim-wow-delay="0.2s"] { animation-delay: 0.2s; }
[data-abslim-wow-delay="0.4s"] { animation-delay: 0.4s; }
[data-abslim-wow-delay="0.6s"] { animation-delay: 0.6s; }

/* ===== МОБИЛКИ ===== */
@media (max-width: 991px) {
  .abslim-block_3 .abslim-container-fluid {
    padding: 30px 15px;
  }
  
  .abslim-block_3-pack {
    position: relative;
    top: auto;
    left: auto;
    width: 260px;
    margin: 0 auto 25px;
    display: block;
  }
  
  .abslim-block_3-title {
    font-size: 28px;
    text-align: center;
  }
  
  .abslim-block_3-subtitle {
    font-size: 16px;
    text-align: center;
  }
  
  .abslim-block_3-list {
    max-width: 320px;
    margin: 0 auto 30px;
    text-align: left;  /* буллеты слева */
    width: 100%;
  }
  
  .abslim-block_3-list li {
    font-size: 14px;
    padding-left: 50px;
    margin-bottom: 20px;
    text-align: left;  /* текст слева */
  }
  
  .abslim-block_3-list li:before {
    width: 35px;
    height: 28px;
    font-size: 12px;
  }
  
  .abslim-block_3-girl {
    position: relative;
    top: auto;
    left: auto;
    width: 200px;
    height: auto;
    margin: 0 auto;
    display: block;
    transform: none;
  }
  
  .abslim-block_3-moleculs,
  .abslim-block_3-leafs {
    display: none;
  }
  
  .abslim-col-md-3,
  .abslim-col-md-offset-6 {
    width: 100%;
    margin-left: 0;
    float: none;
    text-align: center;
  }
}






/* ============================================
   ABSLIM BLOCK 4 - УНИКАЛЬНЫЙ (без конфликтов)
   ============================================ */

.abslim-block_4 {
  padding: 85px 0;
  background: #fff;
}

.abslim-block_4-left {
  padding-right: 15%;
  position: relative;
  z-index: 2;
}

.abslim-block_4-left h2 {
  position: relative;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 36px;
  line-height: 1.2;
  text-transform: uppercase;
}

.abslim-block_4-left h2 .pink {
  color: #e63946;
  font-weight: 900;
}

.abslim-block_4-left-text p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 25px;
}

.abslim-block_4-left-text p.pink {
  color: #e63946;
  font-weight: 600;
}

.abslim-block_4-right {
  position: relative;
  text-align: center;
  z-index: 1;
}

.abslim-block_4-round {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

.abslim-block_4-glass {
  position: absolute;
  top: 30%;
  left: -19%;
  width: 30%;
  max-width: 120px;
  z-index: 0;
  opacity: 0.9;
}

.abslim-block_4 .abslim-btn {
  display: inline-block;
  margin-top: 40px;
  margin-left: 40%;
  padding: 20px 40px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  background: linear-gradient(180deg, #70db45 0%, #47cd94 100%);
  border-radius: 32px;
  box-shadow: 0 5px 25px 0 #47cd94;
  transition: 0.5s;
  cursor: pointer;
  border: none;
  position: relative;
  z-index: 2;
}

.abslim-block_4 .abslim-btn:hover {
  transform: scale(1.1);
  color: #ffffff;
  text-decoration: none;
}

/* Сетка */
.abslim-block_4 .abslim-row {
  margin-left: -15px;
  margin-right: -15px;
}
.abslim-block_4 .abslim-row:after {
  content: "";
  display: table;
  clear: both;
}
.abslim-block_4 .abslim-col-md-5,
.abslim-block_4 .abslim-col-md-7,
.abslim-block_4 .abslim-col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.abslim-block_4 .abslim-col-xs-12 {
  float: left;
  width: 100%;
}
@media (min-width: 992px) {
  .abslim-block_4 .abslim-col-md-7 {
    width: 58.33333333%;
    float: left;
  }
  .abslim-block_4 .abslim-col-md-5 {
    width: 41.66666667%;
    float: left;
  }
}

/* Мобилка */
@media (max-width: 991px) {
  .abslim-block_4 {
    padding: 50px 0;
    text-align: center;
  }
  
  .abslim-block_4-left {
    padding-right: 0;
    margin-bottom: 40px;
  }
  
  .abslim-block_4-left h2 {
    font-size: 28px;
    text-align: center;
  }
  
  .abslim-block_4-left-text p {
    font-size: 16px;
    text-align: center;
  }
  
  .abslim-block_4-round {
    width: 80%;
    margin: 0 auto;
  }
  
  .abslim-block_4-glass {
    top: 25%;
    left: 10%;
    width: 25%;
  }
  
  /* ИСПРАВЛЕННАЯ КНОПКА */
  .abslim-block_4 .abslim-btn {
    display: inline-block;
    width: auto;
    min-width: 200px;
    max-width: 80%;
    margin: 30px auto 0;
    padding: 15px 30px;
    font-size: 18px;
    white-space: nowrap;
  }
}






/* ============================================
   ABSLIM INGREDIENTS SECTION - МОБИЛЬНЫЕ КАРТИНКИ ВО ВСЮ ШИРИНУ
   ============================================ */

.abslim-nova-ingredients-section {
  padding: 60px 0;
  background-color: #ffffff;
}

.abslim-nova-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.abslim-nova-header {
  text-align: center;
  margin-bottom: 50px;
}

.abslim-nova-title {
  font-size: 36px;
  font-weight: 700;
  color: #118AB2;
  margin-bottom: 10px;
}

.abslim-nova-title span {
  color: #2E8B57;
  display: block;
  font-size: 28px;
  margin-top: 5px;
}

.abslim-nova-subtitle {
  font-size: 18px;
  color: #555;
  max-width: 700px;
  margin: 0 auto;
}

.abslim-nova-ingredient-card {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 50px;
  background: #f9f9f9;
  border-radius: 16px;
  padding: 25px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.abslim-nova-ingredient-card.reverse {
  flex-direction: row-reverse;
}

.abslim-nova-img-wrapper {
  flex-shrink: 0;
  width: 200px;
  text-align: center;
}

.abslim-nova-img-wrapper img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

.abslim-nova-content-wrapper {
  flex: 1;
}

.abslim-nova-content-wrapper h3 {
  font-size: 28px;
  color: #118AB2;
  margin-bottom: 15px;
}

.abslim-nova-content-wrapper p {
  font-size: 16px;
  line-height: 1.6;
  color: #444;
  margin: 0;
}

/* ===== МОБИЛЬНАЯ АДАПТАЦИЯ - КАРТИНКИ ВО ВСЮ ШИРИНУ ===== */
@media (max-width: 768px) {
  .abslim-nova-ingredients-section {
    padding: 40px 0;
  }
  
  .abslim-nova-title {
    font-size: 28px;
  }
  
  .abslim-nova-title span {
    font-size: 22px;
  }
  
  .abslim-nova-subtitle {
    font-size: 16px;
    padding: 0 15px;
  }
  
  .abslim-nova-ingredient-card {
    flex-direction: column !important;
    text-align: center;
    padding: 20px;
    margin-bottom: 30px;
  }
  
  .abslim-nova-ingredient-card.reverse {
    flex-direction: column !important;
  }
  
  /* КАРТИНКИ НА ВСЮ ШИРИНУ С ОТСТУПАМИ */
  .abslim-nova-img-wrapper {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
  
  .abslim-nova-img-wrapper img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
  }
  
  .abslim-nova-content-wrapper {
    padding: 0 10px;
  }
  
  .abslim-nova-content-wrapper h3 {
    font-size: 24px;
    margin-top: 10px;
  }
  
  .abslim-nova-content-wrapper p {
    font-size: 14px;
  }
}



/* ============================================
   ABSLIM PACKAGE LEAFLET - ПОЛНЫЙ РАБОЧИЙ
   ============================================ */

.abslim-pl-section-wrapper {
  padding: 60px 20px;
  background-color: #f0f8ff;
}

.abslim-pl-container {
  max-width: 1000px;
  margin: 0 auto;
}

.abslim-pl-header {
  text-align: center;
  margin-bottom: 50px;
}

.abslim-pl-title {
  font-size: 36px;
  font-weight: 700;
  color: #118AB2;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.abslim-pl-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.abslim-pl-item {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  border-left: 4px solid #118AB2;
}

.abslim-pl-item-header {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  background: #ffffff;
}

.abslim-pl-item-header span:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #118AB2;
  color: white;
  font-weight: 700;
  font-size: 16px;
  border-radius: 50%;
  margin-right: 12px;
}

.abslim-pl-item-header h2 {
  font-size: 20px;
  font-weight: 600;
  color: #118AB2;
  margin: 0;
}

.abslim-pl-item-body {
  padding: 20px;
  font-size: 16px;
  line-height: 1.6;
  color: #444;
  border-top: 1px solid #e0e8f0;
}

/* Мобильная адаптация */
@media (max-width: 768px) {
  .abslim-pl-section-wrapper {
    padding: 40px 15px;
  }
  
  .abslim-pl-title {
    font-size: 28px;
  }
  
  .abslim-pl-item-header {
    padding: 12px 15px;
  }
  
  .abslim-pl-item-header span:first-child {
    width: 28px;
    height: 28px;
    font-size: 14px;
    margin-right: 10px;
  }
  
  .abslim-pl-item-header h2 {
    font-size: 18px;
  }
  
  .abslim-pl-item-body {
    padding: 15px;
    font-size: 14px;
  }
}






/* ============================================
   ABSLIM BLOCK 8 - БЕЗ ЛЕНТЫ, ПРОСТО И РАБОЧЕ
   ============================================ */

.abslim-block_8 {
  position: relative;
  padding: 60px 0;
  background: linear-gradient(90deg, #df6092 0%, #e2b966 100%);
  text-align: center;
}

.abslim-block_8 .abslim-container-fluid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
}

.abslim-block_8-pack {
  max-width: 280px;
  width: 100%;
  display: block;
}

.abslim-block_8-right {
  text-align: left;
}

.abslim-block_8-title {
  font-weight: 400;
  font-size: 42px;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
}

.abslim-block_8-title div {
  font-weight: 700;
  font-size: 90px;
  line-height: 1;
  margin-bottom: 15px;
}

.abslim-block_8 .abslim-btn {
  display: inline-block;
  padding: 15px 40px;
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  background: linear-gradient(180deg, #70db45 0%, #47cd94 100%);
  border-radius: 32px;
  box-shadow: 0 5px 25px 0 #47cd94;
  transition: 0.3s;
  cursor: pointer;
  border: none;
}

.abslim-block_8 .abslim-btn:hover {
  transform: scale(1.05);
}

/* Мобилка */
@media (max-width: 768px) {
  .abslim-block_8 .abslim-container-fluid {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
  
  .abslim-block_8-right {
    text-align: center;
  }
  
  .abslim-block_8-title {
    font-size: 24px;
  }
  
  .abslim-block_8-title div {
    font-size: 48px;
  }
  
  .abslim-block_8 .abslim-btn {
    font-size: 18px;
    padding: 12px 30px;
  }
  
  .abslim-block_8-pack {
    max-width: 200px;
  }
}





/* ============================================
   ABSLIM BLOCK 9 - С ФОНОМ КАК У BLOCK 8
   ============================================ */

.abslim-block_9 {
  position: relative;
  padding: 60px 0;
  background: linear-gradient(90deg, #df6092 0%, #e2b966 100%);
  text-align: center;
}

.abslim-block_9 .abslim-container-fluid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.abslim-block_9 .title {
  font-size: 36px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
  margin-bottom: 40px;
}

.abslim-block_9 .title .pink {
  color: #fff3cd;
}

/* 4 иконки в ряд */
.abslim-block_9-items-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-bottom: 60px;
}

.abslim-block_9-item {
  flex: 1;
  min-width: 180px;
  max-width: 220px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(4px);
  border-radius: 20px;
  padding: 25px 15px;
  text-align: center;
  transition: transform 0.3s;
}

.abslim-block_9-item:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.25);
}

.abslim-block_9-item-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.abslim-block_9-item:nth-child(1) .abslim-block_9-item-icon {
  background-image: url(../images/block_9-list1.png);
}
.abslim-block_9-item:nth-child(2) .abslim-block_9-item-icon {
  background-image: url(../images/block_9-list2.png);
}
.abslim-block_9-item:nth-child(3) .abslim-block_9-item-icon {
  background-image: url(../images/block_9-list3.png);
}
.abslim-block_9-item:nth-child(4) .abslim-block_9-item-icon {
  background-image: url(../images/block_9-list4.png);
}

.abslim-block_9-item-title {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.abslim-block_9-item-text {
  font-size: 14px;
  color: #fff9e6;
  line-height: 1.4;
}

/* Форма */
.abslim-block_9 .abslim-form_wrap {
  max-width: 400px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 30px;
  padding: 35px 25px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.abslim-form_prod {
  max-width: 140px;
  margin: 0 auto 20px;
  display: block;
}

.abslim-form-title {
  font-size: 28px;
  font-weight: 700;
  color: #118AB2;
  margin-bottom: 20px;
}

.abslim-form__body input,
.abslim-form__body select {
  width: 100%;
  padding: 12px 18px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 40px;
  font-size: 16px;
  outline: none;
  box-sizing: border-box;
}

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

.abslim-old-price {
  font-size: 16px;
  color: #999;
  text-decoration: line-through;
  margin-right: 12px;
}

.abslim-new-price {
  font-size: 32px;
  font-weight: 800;
  color: #e63946;
}

.abslim-block_9 button[type="submit"] {
  width: 100%;
  padding: 14px;
  background: linear-gradient(90deg, #70db45, #47cd94);
  color: white;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  border: none;
  border-radius: 40px;
  cursor: pointer;
  transition: 0.3s;
}

.abslim-block_9 button[type="submit"]:hover {
  transform: scale(1.02);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

/* Мобилка */
@media (max-width: 768px) {
  .abslim-block_9 {
    padding: 40px 0;
  }
  
  .abslim-block_9 .title {
    font-size: 24px;
  }
  
  .abslim-block_9-items-wrap {
    gap: 15px;
  }
  
  .abslim-block_9-item {
    min-width: 160px;
    padding: 20px 12px;
  }
  
  .abslim-block_9-item-icon {
    width: 55px;
    height: 55px;
  }
  
  .abslim-block_9-item-title {
    font-size: 14px;
  }
  
  .abslim-block_9-item-text {
    font-size: 12px;
  }
  
  .abslim-form-title {
    font-size: 24px;
  }
  
  .abslim-new-price {
    font-size: 26px;
  }
}





/* ============================================
   ABSLIM BLOCK 9 - ВОПРОСЫ-ОТВЕТЫ (ЧИСТАЯ РАБОТА)
   ============================================ */

/* Заголовки секции */
.abslim-question_title {
  text-align: center;
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 15px;
  color: #ffffff;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.25);
}

.abslim-question_title .green {
  color: #2E8B57;
  text-shadow: none;
}

.abslim-question_subtitle {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #fff9e6;
  margin-bottom: 50px;
}

/* Две колонки */
.abslim-two-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}

/* ЛЕВАЯ КОЛОНКА - ВОПРОСЫ */
.abslim-question_wrap {
  flex: 2;
  min-width: 280px;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 28px;
  padding: 30px;
}

.abslim-question_item {
  margin-bottom: 16px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  overflow: hidden;
}

.abslim-question_toggle {
  display: none;
}

.abslim-question_label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 18px 24px;
  background: #ffffff;
  cursor: pointer;
  font-weight: 600;
  font-size: 17px;
  color: #1f2937;
  border: none;
  text-align: left;
  transition: all 0.2s ease;
}

.abslim-question_label p {
  margin: 0;
  line-height: 1.4;
}

.abslim-question_label:hover {
  background: #f9fafb;
}

.abslim-question_label:after {
  content: '+';
  font-size: 26px;
  font-weight: 400;
  color: #118AB2;
  margin-left: 16px;
  flex-shrink: 0;
  transition: transform 0.2s;
}

.abslim-question_toggle:checked + .abslim-question_label {
  background: #f9fafb;
  border-bottom: 1px solid #e5e7eb;
}

.abslim-question_toggle:checked + .abslim-question_label:after {
  content: '−';
}

.abslim-answer_panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  background: #f9fafb;
  padding: 0 24px;
}

.abslim-question_toggle:checked ~ .abslim-answer_panel {
  max-height: 300px;
  padding: 18px 24px;
}

.abslim-answer_panel {
  font-size: 15px;
  line-height: 1.6;
  color: #4b5563;
  border-top: none;
}

/* ПРАВАЯ КОЛОНКА - ФОРМА */
.abslim-form_wrap {
  flex: 1;
  min-width: 300px;
  background: #ffffff;
  border-radius: 28px;
  padding: 30px 25px;
  box-shadow: 0 20px 35px -10px rgba(0, 0, 0, 0.15);
  text-align: center;
  align-self: flex-start;
}

.abslim-form_prod {
  width: 130px;
  margin: 0 auto 20px;
  display: block;
}

.abslim-form-title {
  font-size: 26px;
  font-weight: 800;
  color: #118AB2;
  margin-bottom: 25px;
}

.abslim-form__body input,
.abslim-form__body select {
  width: 100%;
  padding: 14px 18px;
  margin-bottom: 15px;
  border: 1px solid #d1d5db;
  border-radius: 60px;
  font-size: 15px;
  outline: none;
  box-sizing: border-box;
  background: #ffffff;
  transition: all 0.2s;
}

.abslim-form__body input:focus,
.abslim-form__body select:focus {
  border-color: #118AB2;
  box-shadow: 0 0 0 3px rgba(17, 138, 178, 0.1);
}

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

.abslim-old-price {
  font-size: 15px;
  color: #9ca3af;
  text-decoration: line-through;
  margin-right: 10px;
}

.abslim-new-price {
  font-size: 32px;
  font-weight: 900;
  color: #e63946;
}

.abslim-btn-submit {
  width: 100%;
  padding: 15px;
  background: linear-gradient(95deg, #70db45 0%, #47cd94 100%);
  color: white;
  font-weight: 800;
  font-size: 17px;
  text-transform: uppercase;
  border: none;
  border-radius: 60px;
  cursor: pointer;
  transition: 0.2s;
  letter-spacing: 0.5px;
}

.abslim-btn-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(71, 205, 148, 0.35);
}

/* МОБИЛКА */
@media (max-width: 768px) {
  .abslim-two-columns {
    flex-direction: column;
    gap: 35px;
  }
  
  .abslim-question_title {
    font-size: 28px;
  }
  
  .abslim-question_subtitle {
    font-size: 16px;
    margin-bottom: 30px;
  }
  
  .abslim-question_wrap {
    padding: 20px;
  }
  
  .abslim-question_label {
    padding: 14px 18px;
    font-size: 15px;
  }
  
  .abslim-question_label:after {
    font-size: 22px;
  }
  
  .abslim-question_toggle:checked ~ .abslim-answer_panel {
    padding: 14px 18px;
  }
  
  .abslim-answer_panel {
    font-size: 14px;
    padding: 0 18px;
  }
  
  .abslim-form_wrap {
    padding: 25px 20px;
  }
  
  .abslim-form-title {
    font-size: 22px;
  }
  
  .abslim-new-price {
    font-size: 28px;
  }
}







/* ============================================
   ABSLIM BLOCK 11 - ПОЛНЫЙ (мобилка: товар над формой)
   ============================================ */

.abslim-block_11 {
  padding: 50px 0 150px;
  background: url(../images/block_11-bg-leafs.png) no-repeat center bottom;
  background-size: contain;
  position: relative;
  overflow: hidden;
}

.abslim-block_11 .abslim-container-fluid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.abslim-block_11-title {
  width: 70%;
  font-weight: 900;
  font-size: 60px;
  color: #df6092;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.abslim-block_11-subtitle {
  width: 70%;
  margin-bottom: 30px;
  margin-top: 0;
  font-weight: 600;
  font-size: 30px;
  text-transform: uppercase;
}

.abslim-block_11-subtitle .abslim-green {
  font-weight: 900;
  color: #3fcba3;
}

.abslim-block_11 .abslim-form_wrap {
  width: 40%;
  padding: 50px 20px;
  background: linear-gradient(90deg, #f5777c 0%, #f1ab39 100%);
  border-radius: 30px;
}

.abslim-block_11 .abslim-form-title {
  font-size: 30px;
  color: #ffffff;
  text-align: center;
}

.abslim-block_11 .abslim-form__body input,
.abslim-block_11 .abslim-form__body select {
  width: 100%;
  padding: 12px 18px;
  margin-bottom: 15px;
  border: none;
  border-radius: 25px;
  font-size: 15px;
  outline: none;
  background: #ffffff;
}

.abslim-block_11 .abslim-prices_wrap {
  margin: 30px auto;
  text-align: center;
}

.abslim-block_11 .abslim-prices {
  display: inline-block;
  font-weight: 300;
  font-size: 15px;
  vertical-align: bottom;
  color: #ffffff;
}

.abslim-block_11 .abslim-old_price {
  margin-right: 20px;
  text-decoration: line-through;
}

.abslim-block_11 .abslim-new_price {
  font-weight: 500;
  font-size: 30px;
  line-height: 1;
}

.abslim-block_11 .abslim-btn-submit {
  width: 100%;
  padding: 14px;
  background: #ffffff;
  color: #df6092;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  border: none;
  border-radius: 25px;
  cursor: pointer;
}

.abslim-block_11-girl {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30%;
  z-index: 1;
}

.abslim-block_11-prod {
  position: absolute;
  bottom: -130px;
  left: 42%;
  z-index: 11;
  width: 45%;
}

/* ПК - сдвиг формы влево */
@media screen and (min-width: 992px) {
  .abslim-block_11 .abslim-form_wrap {
    margin-left: 0;
    margin-right: auto;
  }
  
  .abslim-block_11-title,
  .abslim-block_11-subtitle {
    margin-left: 0;
  }
}

/* МОБИЛКА - товар НАД формой */
@media screen and (max-width: 768px) {
  .abslim-block_11 {
    padding: 40px 0 60px;
    text-align: center;
  }
  
  .abslim-block_11 .abslim-container-fluid {
    display: flex;
    flex-direction: column;
  }
  
  .abslim-block_11-title {
    font-size: 32px;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    order: 1;
  }
  
  .abslim-block_11-subtitle {
    font-size: 18px;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    order: 2;
  }
  
  /* ТОВАР — НАД ФОРМОЙ (3) */
  .abslim-block_11-prod {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    width: 260px;
    margin: 0 auto 20px;
    display: block;
    order: 3;
  }
  
  /* ФОРМА — под товаром (4) */
  .abslim-block_11 .abslim-form_wrap {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    padding: 30px 20px;
    order: 4;
    position: relative;
  }
  
  /* Девушка — скрыта */
  .abslim-block_11-girl {
    display: none;
  }
}





/* ============================================
   ABSLIM REVIEWS SECTION - СКРУГЛЕННАЯ СЕКЦИЯ + ОТСТУПЫ МЕЖДУ СЕКЦИЯМИ
   ============================================ */

.abslim-reviews-section {
  padding: 80px 0;
  margin: 40px 0;  /* ОТСТУП МЕЖДУ СЕКЦИЯМИ (сверху и снизу) */
  background: #f8fafc;
  border-radius: 48px;  /* СКРУГЛЕНИЕ КРАЕВ СЕКЦИИ */
  overflow: hidden;  /* Чтобы содержимое не вылезало за скругления */
}

.abslim-reviews-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.abslim-reviews-title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #118AB2;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.abslim-reviews-subtitle {
  text-align: center;
  font-size: 18px;
  color: #555;
  margin-bottom: 50px;
}

.abslim-reviews-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.abslim-review-card {
  flex: 1;
  min-width: 280px;
  max-width: 350px;
  background: #ffffff;
  border-radius: 32px;
  padding: 30px 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #eef2f6;
}

.abslim-review-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.abslim-review-stars {
  margin-bottom: 20px;
  color: #f5b342;
  font-size: 22px;
  letter-spacing: 4px;
}

.abslim-review-text {
  font-size: 16px;
  line-height: 1.6;
  color: #2c3e4e;
  margin-bottom: 25px;
  font-style: italic;
}

.abslim-review-text:before {
  content: "“";
  font-size: 28px;
  color: #118AB2;
  opacity: 0.5;
  margin-right: 5px;
}

.abslim-review-text:after {
  font-size: 28px;
  color: #118AB2;
  opacity: 0.5;
  vertical-align: bottom;
  margin-left: 5px;
}

.abslim-review-author {
  display: flex;
  align-items: center;
  gap: 12px;
  border-top: 1px solid #eef2f6;
  padding-top: 20px;
}

.abslim-review-avatar {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #118AB2, #2E8B57);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
}

.abslim-review-name {
  font-weight: 700;
  font-size: 16px;
  color: #1f2937;
  margin: 0;
}

.abslim-review-country {
  font-size: 13px;
  color: #7f8c8d;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 4px;
}

.abslim-review-country:before {
  content: "📍";
  font-size: 12px;
}

/* Мобильная адаптация */
@media (max-width: 768px) {
  .abslim-reviews-section {
    padding: 40px 0;
    margin: 30px 0;  /* отступы между секциями на мобилке */
    border-radius: 32px;  /* чуть меньше скругление на мобилке */
  }
  
  .abslim-reviews-title {
    font-size: 28px;
  }
  
  .abslim-reviews-subtitle {
    font-size: 15px;
    margin-bottom: 30px;
  }
  
  .abslim-review-card {
    padding: 20px;
    border-radius: 24px;
    max-width: 100%;
  }
  
  .abslim-review-stars {
    font-size: 18px;
  }
  
  .abslim-review-text {
    font-size: 14px;
  }
  
  .abslim-review-author {
    padding-top: 15px;
  }
  
  .abslim-review-avatar {
    width: 40px;
    height: 40px;
    font-size: 15px;
  }
}

.abslim-reviews-btn-wrap {
  text-align: center;
  margin-top: 50px;
}

.abslim-reviews-btn {
  display: inline-block;
  padding: 15px 40px;
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  background: linear-gradient(180deg, #70db45 0%, #47cd94 100%);
  border-radius: 32px;
  box-shadow: 0 5px 25px 0 #47cd94;
  transition: 0.3s;
  cursor: pointer;
  border: none;
}

.abslim-reviews-btn:hover {
  transform: scale(1.05);
  color: #ffffff;
  text-decoration: none;
}


/* ============================================
   ABSLIM - АНИМАЦИИ И ФОРМЫ
   ============================================ */

/* ===== АНИМАЦИИ (WOW REPLACEMENT) ===== */
.abslim-wow {
  visibility: visible !important;
  animation-fill-mode: both;
}

.abslim-fadeInUp {
  animation-name: abslim-fadeInUp;
}

.abslim-fadeInLeft {
  animation-name: abslim-fadeInLeft;
}

.abslim-fadeInRight {
  animation-name: abslim-fadeInRight;
}

@keyframes abslim-fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes abslim-fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-40px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes abslim-fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(40px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/* Задержки анимаций */
[data-abslim-wow-delay="0.2s"] { animation-delay: 0.2s; }
[data-abslim-wow-delay="0.3s"] { animation-delay: 0.3s; }
[data-abslim-wow-delay="0.4s"] { animation-delay: 0.4s; }
[data-abslim-wow-delay="0.5s"] { animation-delay: 0.5s; }
[data-abslim-wow-delay="0.6s"] { animation-delay: 0.6s; }
[data-abslim-wow-delay="0.7s"] { animation-delay: 0.7s; }
[data-abslim-wow-delay="0.8s"] { animation-delay: 0.8s; }

/* ===== АНИМАЦИЯ ДЛЯ МЫШИ (bounce) ===== */
.abslim-mouse_scroll {
  animation: abslim-bounce 2s infinite;
}

@keyframes abslim-bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}

/* ===== СТИЛИ ДЛЯ ФОРМ ===== */
.abslim-form__body input,
.abslim-form__body select {
  width: 100%;
  padding: 12px 18px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 30px;
  font-size: 15px;
  outline: none;
  box-sizing: border-box;
  background: #ffffff;
  transition: border 0.2s;
}

.abslim-form__body input:focus,
.abslim-form__body select:focus {
  border-color: #118AB2;
  box-shadow: 0 0 0 3px rgba(17, 138, 178, 0.1);
}

.abslim-btn-submit {
  width: 100%;
  padding: 14px;
  background: linear-gradient(90deg, #70db45, #47cd94);
  color: white;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  border: none;
  border-radius: 40px;
  cursor: pointer;
  transition: 0.3s;
}

.abslim-btn-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(71, 205, 148, 0.4);
}

/* ===== ЦЕНЫ В ФОРМАХ ===== */
.abslim-price-block {
  margin: 20px 0;
  text-align: center;
}

.abslim-old-price {
  font-size: 16px;
  color: #aaa;
  text-decoration: line-through;
  margin-right: 12px;
}

.abslim-new-price {
  font-size: 32px;
  font-weight: 800;
  color: #e63946;
}

/* ===== РАЗНОЕ ===== */
.abslim-rellax {
  transform: none !important;
}

.abslim-gdpr-checkbox {
  display: none;
}

/* Адаптация для slick (если используется) */
.abslim-slick-slider .abslim-slick-list,
.abslim-slick-slider .abslim-slick-track {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .abslim-block_9-item {
    width: 100% !important;
  }
}




/* ============================================
   ABSLIM - ФУТЕР
   ============================================ */

.abslim-ac_footer {
  background: #222222;
  color: #999999;
  text-align: center;
  padding: 40px 20px;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  border-top: 1px solid #333333;
}

.abslim-ac_footer a {
  color: #118AB2;
  text-decoration: none;
  transition: color 0.2s;
}

.abslim-ac_footer a:hover {
  color: #2E8B57;
  text-decoration: underline;
}

.abslim-ac_footer p {
  margin: 0 0 10px;
}

.abslim-ac_footer p:last-child {
  margin-bottom: 0;
}

/* Мобильная адаптация */
@media (max-width: 768px) {
  .abslim-ac_footer {
    padding: 30px 15px;
    font-size: 12px;
  }
}





/* ============================================
   HREFLANG SWITCHER - НА ВСЮ ШИРИНУ, ПО ЦЕНТРУ, БЕЗ ФОНА
   ============================================ */

.hreflang-section {
  padding: 20px 0;
  margin: 0;
  background: transparent;
}

.hreflang-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.hreflang-list li {
  margin: 0;
}

.hreflang-list a {
  display: inline-block;
  padding: 6px 14px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #999;
  text-decoration: none;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  transition: all 0.3s ease;
}

.hreflang-list a:hover {
  background: #df6092;
  color: #ffffff;
  border-color: #df6092;
}

/* Активная ссылка */
.hreflang-list a.active {
  background: #2E8B57;
  color: #ffffff;
  border-color: #2E8B57;
}

/* Мобильная адаптация */
@media (max-width: 768px) {
  .hreflang-section {
    padding: 15px 0;
  }
  
  .hreflang-list {
    gap: 8px;
  }
  
  .hreflang-list a {
    padding: 5px 10px;
    font-size: 11px;
  }
}