@import url("css2-1.css");
@import url("css2.css");

.container-wrapper {
  max-width: 720px !important;
  width: 100%;
  margin: 0 auto;
}

body {
  font-family: 'Poppins', sans-serif !important;
  background-color: #00283b !important;
}

.text {
  margin-bottom: 1rem;
}

.visible {
  transform: translateY(0);
}

.online {
  padding: 10px;
  background-color: rgb(250, 255, 255);
  border-radius: 0 0 5px 5px;
  border: 1px solid #ad128d;
  border-top: none;
  color: #ad128d;
  font-weight: 600;
  position: fixed;
  top: 64px;
  z-index: 100;
  transition: 0.3s all ease-in-out;
}

.online p {
  margin-bottom: 0;
}

.online-hide {
  top: -100px;
}

.main {
  position: relative;
  /* margin-top: 71px; */
}

h1 {
  font-size: 24px !important;
}

h4 {
  font-size: 18px !important;
}

.plus {
  width: 30px;
}

.main__content {
  padding: 0 10px;
}

.doctors-image {
  display: flex;
}

.doctors-image img {
  width: 33%;
  object-fit: cover;
}

.stars {
  display: flex;
  justify-content: center;
  gap: 5px;
}

.stars img {
  width: 20px;
}

.title,
.main-title {
  font-weight: 700;
}

.benifits {
}

.benifits img {
  width: 20px;
  height: 20px;
}

.benifits div {
  justify-content: center;
}

.benifits p {
  font-weight: 600;
  margin: 0;
}

.yellow {
  background-color: #ffc107;
}

.yellow__p {
  background-color: #ffe607;
}

.orange {
  background-color: #fd7e14;
}
.orange__p {
  background-color: #ffae3e;
}

.red__p {
  background-color: #ff6372;
}

.blue {
  background-color: #ad128d !important;
}

.blue__p {
  background-color: #f3fff4;
}

.small-size {
  font-size: 14px;
}

.before-after {
  display: flex;
  /* gap: 10px; */
  justify-content: center;
  max-width: 400px;
  margin: 1rem auto;
}

.before-after div {
  width: 50%;
}

.before-after div p {
  min-height: 161px;
  display: flex !important;
  align-items: center;
}

.pakets {
  /* font-size: 24px;
  color: red; */
  font-weight: 700;
  text-align: center;
}

.product {
  width: 60%;
  display: block;
  margin: 1rem auto;
}

.product-form-wrapper {
  background: radial-gradient(
    circle,
    #d0ff00,
    #1ca421
  ); /* Градиент в форме круга */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}

/* .product-form-wrapper img{
  width: 50%;
} */

.product-wrapper {
  position: relative;
  width: 280px;
}

.price {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.price .discountPrice {
  font-size: 26px;
  font-weight: 800;
  color: red;
}

.price .fullPrice {
  font-size: 14px;
  text-decoration: line-through;
}

.pulse {
  animation: pulseAnimation 2s infinite;
}

@keyframes pulseAnimation {
  0% {
    transform: scale(1); /* Изначальный размер блока */
  }
  50% {
    transform: scale(1.05); /* Увеличение размера в середине анимации */
  }
  100% {
    transform: scale(1); /* Возврат к изначальному размеру в конце анимации */
  }
}

.order-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.comments {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.comment {
  display: flex;
  flex-direction: column;
}

.comment header {
  display: flex;
  align-items: center;
  gap: 15px;
}

.comment header img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.send-comment {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: 'DM Serif Display', serif;
}

.main-thanks {
  /* margin-top: 80px; */
}

.avatar {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
  object-fit: cover;
}

.carousel-caption {
  background-color: #00000085;
  padding-top: 0 !important;
}

.calculator {
  padding: 15px 20px;
  max-width: 700px;
  width: 100%;
  margin: 15px auto 0;
}

.calculator h3 {
  text-align: center;
}

.calculator__form {
  display: flex;
  flex-direction: column;
}
.calculator__form .form-row {
  display: flex;
  gap: 5px;
}

.calculator__form .form-row .form-floating {
  width: 33%;
}

.calculator__form .wide {
  width: 100%;
}

.calculator__form .wide .form-floating {
  width: 50%;
}

@media (max-width: 770px) {
  .calculator .calculator__form .form-row {
    flex-direction: column;
  }
  .calculator .calculator__form .form-row .form-floating {
    width: 100%;
  }
}

.result {
  padding: 20px;
  /* max-width: 700px;
  width: 100%; */


  flex-direction: column;
  align-items: center;
  
}

.result__wrapper {
  position: relative;
  margin: 10px auto;
  width: 100%;
  max-width: 700px;
}

.result p {
  text-align: center;
}

.result-chart {
  width: 100%;
}

.result button {
  margin-top: 10px;
  width: 100%;
}

.not-blured {
  filter: none;
}

.show-block {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 10px;
  background-color: #f7f7f7;
}

.like img,
.comment-fb img,
.share img {
  display: inline-block;
  width: 18px;
  vertical-align: text-bottom;
}

.like p {
  color: #1787fa;
}

.like p,
.comment-fb p,
.share p {
  display: inline-block;
  margin: 0;
}

.share img {
  opacity: 0.2;
}

.cf:before,
.cf:after {
  content: '';
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after {
  clear: both;
}

.cf {
  position: relative;
}

.status {
  margin: 11px 0;
}

#wrapper {
  background-color: #fff;
  width: auto;
  margin: 10px auto 0;
  border: 1px solid #d0d1d5;

  border-radius: 2px;
  padding: 12px;
}

.profile-pic {
  width: 40px;
  height: 40px;
  object-fit: cover;
  float: left;
  margin-right: 8px;
  border-radius: 50px;
}

.name,
.date {
  margin: 0;
}

.name {
  color: #385a97;
  font-size: 15px !important;
  margin-bottom: 5px;
}

.date {
  font-size: 12px;
  color: #90949c;
}

.action {
  display: flex;
}

.action a {
  color: #7f7f7f;
}

.action div {
  display: flex;
  align-items: center;
  gap: 5px;
}

.action div p:hover {
  text-decoration: underline;
}

.action div:nth-child(n + 2) {
  margin-left: 20px;
}

.timer {
  /* font-size: 30px; */
  /* color: red; */
  font-weight: 700;
  text-align: center;
}

.albom img {
  width: 50%;
}

.product-and-descr {
  display: flex;
  align-items: center;
  gap: 10px;
}

.product-and-descr img {
  width: 35%;
}

.operator {
  width: 40%;
  display: block;
  margin: 0 auto;
}

.rite {
  width: 150px;
}

.doctors {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 5px;
}

.doctors img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
}
.images {
  display: flex;
  justify-content: space-between;
}

.images img {
  width: 49%;
}

.icons {
  display: flex;
  justify-content: space-evenly;
}

.icons img {
  object-fit: contain;
  width: 25%;
}

.sticker {
  display: flex;
  gap: 10px;
  align-items: center;
}

.sticker img {
  width: 50px;
}

.sticker span {
  font-size: 12px;
}

.comment__img {
  width: 50% !important;
}

.iti {
  width: 100%;
}

.like-button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 5px;
  margin-top: 5px;
  display: flex;
  align-items: center;
}
.like-button svg {
  width: 24px;
  height: 24px;
  margin-right: 5px;
}
.liked .cls-1 {
  fill: #dc3545; /* Change the color when liked */
}
.like-count {
}

.liked .like-count {
  font-weight: bold;
}

.timer-wrapper {
  font-size: 14px;
  padding: 20px;
  text-align: center;
}

.pulsating-element {
  position: relative;
  width: 100%;
  /* height: 100px; */
  background-color: #198754;
  /* border-radius: 50%; */
  /* display: flex;
  align-items: center;
  justify-content: center; */
  color: white;
  /* font-weight: bold;
  font-size: 24px; */
  text-align: center;
}

.pulsating-element::before,
.pulsating-element::after {
  content: '';
  position: absolute;
  border: 4px solid #198754;
  border-radius: 2px;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  animation: pulsating 1.5s infinite;
}

.pulsating-element::after {
  animation-delay: 0.7s;
}

@keyframes pulsating {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scaleX(1.05) scaleY(1.2);
    opacity: 0;
  }
}

.orders {
  position: fixed;
  top: 75px;
  max-width: 90%;
  margin: 0 5%;
  background-color: snow;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 100;
  transform: translateX(1210%);
  transition: transform 0.5s ease-in-out;
}

.orders-show {
  transform: translateX(0);
}

.books {
  display: flex;
}

.books img {
  width: 20%;
}

.flag {
  width: 50px;
}

.sertificats {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sertificats img {
  width: 45%;
  object-fit: contain;
}

.product-solo {
  width: 50px;
}

.bg-custom-green {
  background-color: #e7f5e7;
}
.text-custom-green {
  color: #198754;
}
.border-custom-green {
  border-color: #198754 !important;
}

.custom-border-green {
  border-left: 4px solid #198754;
}

.bg-light-green {
  background-color: #f0f7f4;
}

.text-dark-green {
  color: #0f5132;
}

.feature-card {
  border-radius: 16px;
  border-left: 4px solid #10b981;
  transition: transform 0.2s;
}

.feature-card:hover {
  transform: translateX(5px);
}

.feature-header {
  background: linear-gradient(
    90deg,
    rgba(16, 185, 129, 0.1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  padding: 12px 15px;
  border-radius: 16px 16px 0 0;
}

.feature-list-item {
  background: linear-gradient(
    90deg,
    rgba(16, 185, 129, 0.05) 0%,
    rgba(255, 255, 255, 0) 50%
  );
  padding: 10px 15px;
  margin-bottom: 4px;
  border-radius: 8px;
  transition: background 0.2s;
}

.feature-list-item:hover {
  background: linear-gradient(
    90deg,
    rgba(16, 185, 129, 0.1) 0%,
    rgba(255, 255, 255, 0) 70%
  );
}

.check-icon {
  color: #10b981;
  font-weight: bold;
  font-size: 18px;
}

.category-number {
  background: #10b981;
  color: white;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  margin-right: 12px;
}

.testimonial-card {
  border-radius: 12px;
  overflow: hidden;
  max-width: 600px;
  margin: 0 auto;
}

.testimonial-header {
  background: linear-gradient(45deg, #10b981, #059669);
  padding: 12px 16px;
  color: white;
}

.testimonial-body {
  background: #f0fdf4;
  border: 1px solid #dcfce7;
  border-top: none;
}

.before-after {
  display: grid;
  grid-template-columns: 0.7fr;
  gap: 10px;
}

.result-badge {
  background: #10b981;
  color: white;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  text-wrap: nowrap;
}

.quote-text {
  position: relative;
  font-style: italic;
  padding-left: 20px;
}

.quote-text::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #10b981;
  border-radius: 4px;
}

.benefits-container {
  border-top: 2px solid #10b981;
  border-bottom: 2px solid #10b981;
  padding: 15px;
}

.benefits-title {
  text-align: center;
  font-weight: 600;
  color: #111827;
  margin-bottom: 15px;
  font-size: 16px;
}

.benefits-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.benefit-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  background: linear-gradient(
    90deg,
    rgba(16, 185, 129, 0.08) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  border-radius: 8px;
  transition: transform 0.2s;
}

.benefit-item:active {
  transform: scale(0.98);
  background: linear-gradient(
    90deg,
    rgba(16, 185, 129, 0.15) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}

.benefit-icon {
  min-width: 22px;
  height: 22px;
  background: #10b981;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 12px;
  font-weight: 600;
}

.benefit-text {
  color: #374151;
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
}

.expert-card {
  padding: 15px;
  border-radius: 12px;
  border: 1px solid rgba(16, 185, 129, 0.2);
  background: linear-gradient(
    135deg,
    rgba(16, 185, 129, 0.05) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}

.expert-content {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.expert-image {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  object-fit: cover;
}

.expert-info {
  flex: 1;
}

.expert-info-header {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.expert-name {
  color: #10b981;
  font-size: 16px;
  font-weight: 700;
  /* margin-bottom: 4px; */
  display: flex;
  align-items: center;
  gap: 6px;
}

.verify-icon {
  width: 16px;
  height: 16px;
}

.expert-title {
  color: #374151;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 8px;
}

.expert-quote {
  color: #4b5563;
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
  position: relative;
  padding-left: 12px;
}

.expert-quote::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #10b981;
  border-radius: 2px;
}

.bonus-container {
  background: #f0fdf4;
  border-radius: 12px;
  padding: 15px;
}

.bonus-title {
  font-size: 14px;
  font-weight: 700;
  color: #10b981;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(16, 185, 129, 0.2);
}

.bonus-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.bonus-item {
  display: flex;
  align-items: center;
  padding: 10px;
  background: white;
  border-radius: 8px;
  border: 1px solid rgba(16, 185, 129, 0.2);
}

.green-text {
  color: #10b981;
  font-weight: 600;
}

.red-text {
  color: #ef4444;
  font-weight: 600;
}

.strike-through {
  text-decoration: line-through;
  color: #6b7280;
  font-size: 0.9em;
}

.bonus-item svg {
  min-width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-top: 2px;
}

.bonus-text {
  font-size: 13px;
  line-height: 1.5;
  color: #374151;
}

.comments-list {
  max-width: 600px;
  margin: 0 auto;
  /* padding: 15px; */
}

.comment {
  margin-bottom: 16px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    'Helvetica Neue', Arial, sans-serif;
}

.comment-header {
  display: flex;
  gap: 8px;
  margin-bottom: 4px;
}

.comment-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.comment-bubble {
  background: #f0f2f5;
  border-radius: 18px;
  padding: 8px 12px;
  max-width: fit-content;
}

.comment-name {
  color: #00283b;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 2px;
  display: block;
}

.comment-name:hover {
  text-decoration: underline;
}

.comment-text {
  color: #050505;
  font-size: 13px;
  line-height: 1.2;
}

.comment-actions {
  display: flex;
  align-items: center;
  padding-left: 40px;
  margin-top: 4px;
  font-size: 12px;
}

.action-link {
  color: #65676b;
  text-decoration: none;
}

.action-link:hover {
  text-decoration: underline;
}

.action-separator {
  color: #65676b;
  margin: 0 4px;
}

.action-time {
  color: #65676b;
}

.likes-container {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.reaction-icons {
  display: flex;
  margin-right: 4px;
}

.reaction-icon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-right: -4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.like-icon {
  background: #2078f4;
}

.heart-icon {
  background: #f3425f;
}

.likes-count {
  color: #65676b;
  font-size: 12px;
  margin-left: 4px;
}

.header-text {
  font-family: 'Arial Black', Arial, sans-serif;
  font-size: 32px;
  text-align: center;
  color: #fff;
  max-width: 1200px;
  margin: 0 auto;
  line-height: 150%;
}

.highlight {
  display: inline;
  background-color: #ff3640;
  color: white;
  padding: 2px 10px;
  margin: 0;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}

@media (max-width: 768px) {
  .header-text {
    font-size: 20px;
  }

  .highlight {
    padding: 2px 8px;
  }
}

.channels-container {
  background: linear-gradient(135deg, #800080, #4b0082);
  border-radius: 1rem;
}

.channel-item {
  width: 100px; /* Уменьшил размер для лучшего отображения на мобильных */
  height: 100px;
  transition: transform 0.3s ease;
}

.channel-item:hover {
  transform: scale(1.1);
}

.channel-circle {
  background: white;
  width: 85px; /* Уменьшил размер */
  height: 85px;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.channel-logo {
  width: 70px; /* Уменьшил размер */
  height: 70px;
  object-fit: cover;
  border-radius: 50%;
}

/* Адаптивные отступы */
@media (max-width: 768px) {
  .channels-container {
    padding: 1.5rem !important;
  }

  .row {
    gap: 0.5rem !important; /* Меньше отступы на мобильных */
  }

  .channel-item {
    width: 80px; /* Еще меньше на мобильных */
    height: 80px;
  }

  .channel-circle {
    width: 70px;
    height: 70px;
  }

  .channel-logo {
    width: 60px;
    height: 60px;
  }
}

.tabs {
  display: flex;
  background: #f2f2f2;
  border-radius: 6px;
  padding: 3px;
  width: max-content;
  margin: 0 auto;
}

.tab {
  position: relative;
  padding: 8px 15px;
  font-size: 12px;
  font-weight: bold;
  background: transparent;
  border: none;
  cursor: pointer;
  color: #333;
  transition: all 0.3s ease;
}

.tab.active {
  background: black;
  color: white;
  border-radius: 4px;
}

.tab::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 2px;
  background: red;
  border-radius: 2px;
  transition: opacity 0.3s ease;
  opacity: 0.5;
}

.tab.active::after {
  opacity: 1;
}

.article-block {
  display: flex;
  margin-bottom: 12px;
  background-color: white;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.article-image {
  width: 100px;
  height: auto; /* Changed from fixed height */
  background-color: #ddd;
  flex-shrink: 0;
  position: relative; /* Added for child positioning */
}
.article-image img {
  width: 100%;
  height: 100%; /* Make image fill container */
  object-fit: cover; /* Maintain aspect ratio while filling */
  position: absolute; /* Position absolutely within container */
  top: 0;
  left: 0;
}
.article-content {
  padding: 8px 10px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.article-title {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 6px 0;
  color: #333;
  line-height: 1.3;
}
.article-category {
  font-size: 11px;
  font-weight: bold;
  color: #e74c3c;
  margin-bottom: 2px;
}
.article-date {
  font-size: 10px;
  color: #777;
}
@media (max-width: 360px) {
  .article-image {
    width: 85px;
  }
  .article-title {
    font-size: 13px;
  }
  .article-category {
    font-size: 10px;
  }
}

.social {
  background: #103d53;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  height: 88px;
}

.social svg {
  width: 24px;
  fill: #fff;
}

.comments {
  background-color: #fff;
}

.comments-title {
  border-top: 4px solid #ff3640;
}

.comments h5 {
  color: #00283b !important;
}
