.container-800 {
  max-width: 800px;
  margin: 0 auto;
}

.header-nav__info {
  justify-content: end;
  display: flex;
  padding: 0 16px;
}
ul.list {
  margin: 0;
}

ul.list li {
  position: relative; /* Ensure the ::before pseudo-element is positioned relative to the list item */
}

ul.list li::before {
  content: ""; /* Empty content, we'll add the image as a background */
  position: absolute;
  left: 0px;
  top: 0;
  transform: translateY(0);
  width: 26px; /* Set the width of your icon */
  height: 26px; /* Set the height of your icon */
  background-image: url("../images/logo-mob-51x50.png"); /* Replace with the actual path to your image */
  background-size: contain; /* Ensures the image fits within the specified width and height */
  background-repeat: no-repeat;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-0 {
  margin-bottom: 0;
}
.px-16 {
  padding-left: 32px !important;
  padding-right: 32px !important;
}
.pricing-table {
  font-size: 16px;
  color: #000;
  font-weight: bold;
}

ul.notes {
  font-weight: bold;
  position: relative;
  list-style: none;
  font-size: 18px;
  color: #000;
}

ul.notes li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
ul.notes li:last-child {
  margin: 0;
}

ul.notes li::before {
  content: "";
  background: url(../images/logo-mob-51x50.png);
  width: 46px;
  height: 46px;
  display: inline-block;
  margin-right: 20px;
  /* background-size: contain;
  background-repeat: no-repeat;
  background-position: center; */
}

.w-auto {
  width: auto;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.raius-8 {
  border-radius: 8px;
}

.with-care-link th {
  background: #cb6fff;
}

table.with-care-link tr:hover td,
table.with-care-link tr:nth-child(2n + 1) td {
  background: #cb6fff3d;
}

table.with-care-link td {
  position: relative;
}

table.with-care-link td span {
  padding-left: 32px;
}

.fa-check {
  font-weight: 400;
  position: absolute;
  font-size: 24px;
  color: #5475ff;
  top: 10px;
  left: 16px;
}

.footer-top__container .row {
  flex-wrap: nowrap !important;
}

.bubbles-list {
  display: none;
}

#video {
  width: 100%;
}

@media (min-width: 1024px) {
  #video {
    width: 695px;
  }
}

.list li {
  font-size: 24px !important;
  padding-left: 32px !important;
}

.reviews-slider__name {
  font-size: 22px;
}

.reviews-item__middle p {
  color: #000;
}
.mob-logo {
  max-width: 280px;
}

#why-carelink table th {
  background-color: white;
  color: #000;
}

#why-carelink table {
  box-shadow: 0 0 20px #00000073;
  color: #000;
}
.for-mob {
  display: none;
}
#why-carelink td {
  min-height: 62px;
  display: flex;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 21px;
  line-height: normal;
}

#why-carelink table td,
#why-carelink table th {
  border-bottom: 1px solid rgba(127, 116, 255, 0.2);
  border-top: 0;

  background-color: #fff;
}

#why-carelink table th {
  font-size: 25px;
  height: 58px;

  vertical-align: middle;
}

.with-care-link {
  margin-top: -20px;

  border-radius: 16px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
}

.with-care-link td {
  background: #eaeeff !important;
}

.with-care-link th {
  padding: calc(20px + 10px);
  border-radius: 16px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: #5475ff !important;
  color: #fff !important;
}

.title-shadow {
  display: inline-block;
  margin: auto;
  text-align: center;
  box-shadow: 0 0 20px #00000073;
  border-radius: 16px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 26px 44px;
  line-height: normal;
  background: white;
  color: #5475ff;
  font-size: 36px;
}

.p-0 {
  padding: 0;
}

@media (max-width: 768px) {
  .play-button-svg {
    top: calc(50% + 50px);
    width: 50px;
  }
  .photo-item {
    margin-top: 30px !important;
  }
  .footer-logo .site-logo {
    margin: 0;
  }

  .list li {
    font-size: 18px !important;
  }
  #why-carelink td {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .for-desk {
    display: none;
  }
  .for-mob {
    display: block;
  }
  .footer-top__container .row {
    flex-wrap: wrap !important;
  }

  .footer-logo {
    margin: 0 auto 30px auto !important;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 1024px) {
  .emotional-block {
    align-items: center;
  }
  ul.list {
    padding: 0;
    margin: 0;
  }
  .mb-30px {
    margin-bottom: 30px;
  }
  .mob-order-2 {
    order: 2;
  }
  .reviews-slider {
    padding: 40px 0 0 0;
  }
  .split-item {
    display: flex;
    flex-direction: column !important;
  }
}
