@charset "UTF-8";
a {
  color: inherit;
  text-decoration: none;
}

p {
  margin: 0;
  font-weight: normal;
}

.container {
  max-width: 76rem;
  margin: 0 auto;
  padding: 0;
}

.sectionY {
  margin-top: 8rem;
  margin-bottom: 8rem;
}
.sectionY:first-of-type {
  margin-top: 4rem;
}
.sectionY:last-of-type {
  margin-bottom: 4rem;
}

.title {
  color: rgb(3, 7, 18);
  font-weight: 600;
  font-size: 3rem;
  line-height: 1;
}

.header .headerTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: white;
  background-color: hsl(215, 28%, 17%);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.header .header--content--mobile {
  display: none;
}
.header .headerTitleText {
  font-weight: 600;
  font-size: 20px;
  margin-left: 20px;
  margin-right: 20px;
}
.header .arrowButton {
  background: transparent;
  border: none;
}
.header .headerContent {
  background-color: white;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
}
.header .headerContent .headerContent__title {
  font-size: 1.875rem;
  font-weight: 600;
}
.header .headerContent .headerContent__menuLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .headerContent .headerContent__menuLinks .headerContent__menuLink {
  color: black;
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
}
.header .headerEnd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: black;
}
.header .headerEnd .basketIcon {
  margin-right: 1.25rem;
}
.header .headerEnd .callIcon {
  margin-right: 0.5rem;
}
.header .headerEnd .headerEnd__phone {
  font-weight: 500;
  font-size: 1.25rem;
}

.footer {
  width: 100%;
  background-color: #1f2937;
  padding: 4rem 0;
  color: white;
  font-family: "Inter";
}
.footer .footer__title {
  font-weight: 600;
  font-size: 2.25rem;
  line-height: 1;
  letter-spacing: 0%;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin-bottom: 0.75rem;
}
.footer .footer__description {
  font-weight: 400;
  font-size: 1.13rem;
  line-height: 1;
  letter-spacing: 0%;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}
.footer .footer__description--mb {
  margin-bottom: 2.5rem;
}
.footer .footer__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  width: 100%;
}
.footer .footer__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-wrap: nowrap;
  gap: 0.5rem;
  border: 1px solid #4b5563;
  font-weight: 500;
  font-style: Medium;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0%;
  background-color: transparent;
  color: white;
  border-radius: 9999px;
  padding: 1rem;
  min-width: 19.13rem;
  -webkit-transition: background-color 0.2s, border 0.2s;
  transition: background-color 0.2s, border 0.2s;
}
.footer .footer__button:hover {
  background-color: #f5751e;
  border: 1px solid #f5751e;
}
.footer .footer__button .footer__button__img {
  width: auto;
  height: 1.05em;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .footer__buttons {
  display: grid;
  gap: 0.75rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.footer .footer__block {
  width: 100%;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: auto 1fr;
  gap: 3rem;
  padding: 0 2rem 2rem;
  border-bottom: 1px solid #d1d5db;
}
.footer .footer__navigation {
  width: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.25rem;
}
.footer .footer__navigation .footer__navigation__block {
  display: grid;
  gap: 1.25rem;
}
.footer .footer__navigation.footer__navigation--desctop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .footer__menu--mobile {
  display: none;
}
.footer .footer__mobile {
  display: none;
}
.footer .footer__link {
  color: white;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.footer .footer__link:hover {
  color: #f5751e;
}
.footer .footer__link.footer__link__title {
  font-size: 1.5rem;
}
.footer .footer__accordion {
  width: 100%;
  padding: 0.5rem 0;
  border-bottom: 1px solid #4b5563;
}
.footer .footer__accordion .footer__accordion__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  width: 100%;
}
.footer .footer__accordion .footer__accordion__button {
  background-color: transparent;
  border: none;
  padding: 0;
  color: inherit;
}
.footer .footer__accordion .footer__accordion__button .plus {
  display: none;
}
.footer .footer__accordion .footer__accordion__button .minus {
  display: block;
}
.footer .footer__accordion .footer__accordion__button.collapsed .plus {
  display: block;
}
.footer .footer__accordion .footer__accordion__button.collapsed .minus {
  display: none;
}
.footer .footer__accordion .footer__accordion__body {
  display: block;
}
.footer .footer__accordion .footer__accordion__body--link {
  font-weight: 400;
}
.footer .footer__message {
  margin-top: 2rem;
}

.buttonPrimary {
  padding: 0.54em 0.8em;
  border: none;
  border-radius: 0.5em;
  color: white;
  background-color: #f5751e;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.5rem;
  line-height: 1.2;
}
.buttonPrimary.size-xl {
  padding: 0.54em 0.8em;
  font-size: 1.88rem;
}

.theme1 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 50.38rem;
  color: white;
  padding-top: 3.75rem;
  padding-bottom: 11rem;
}
.theme1::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.48);
}
.theme1 .theme1__picture {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.theme1 .theme1__content {
  max-width: 36rem;
  position: relative;
  z-index: 2;
}
.theme1 .theme1__title {
  font-weight: 600;
  font-size: 3.75rem;
  margin-bottom: 1.25rem;
}
.theme1 .theme1__description {
  font-weight: 400;
  font-size: 1.88rem;
  margin-bottom: 3rem;
}
.theme1 .theme1__text {
  font-weight: 500;
  font-size: 1.25rem;
}

.theme2 {
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 1px 2px -1px rgba(10, 13, 18, 0.1019607843);
          box-shadow: 0 1px 2px -1px rgba(10, 13, 18, 0.1019607843);
  -webkit-box-shadow: 0 1px 3px 0 rgba(10, 13, 18, 0.1019607843);
          box-shadow: 0 1px 3px 0 rgba(10, 13, 18, 0.1019607843);
  border-radius: 1.5rem;
  overflow: hidden;
  padding-bottom: 1.5rem;
}
.theme2.theme2--mt {
  margin-top: -8.69rem;
  color: white;
}
.theme2 .theme2__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: underline;
  font-weight: 600;
  font-size: 1.88rem;
  text-underline-offset: 0.63rem;
  text-decoration-color: white;
  text-decoration-thickness: 1px;
  margin-bottom: 0.75rem;
}
.theme2 .theme2__svg {
  width: auto;
  display: block;
  height: 0.88rem;
  margin-bottom: 0.75rem;
}
.theme2 .theme2__pictures {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
  margin-bottom: 1.38rem;
}
.theme2 .theme2__card {
  position: relative;
  background-color: white;
  color: white;
  height: 10rem;
  border-radius: 0.75rem;
  overflow: hidden;
  aspect-ratio: 232/160;
  -webkit-box-shadow: 0px 2px 4px -2px rgba(10, 13, 18, 0.0588235294), 0px 4px 6px -1px rgba(10, 13, 18, 0.1019607843);
          box-shadow: 0px 2px 4px -2px rgba(10, 13, 18, 0.0588235294), 0px 4px 6px -1px rgba(10, 13, 18, 0.1019607843);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.25rem;
}
.theme2 .theme2__card .theme2__card__picture {
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.75rem;
  overflow: hidden;
}
.theme2 .theme2__card .theme2__card__title {
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  text-align: center;
  display: block;
  z-index: 2;
  font-weight: 600;
  font-size: 2.25rem;
  line-height: 1;
  margin: 0;
}
.theme2 .theme2__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.63rem;
  color: #1f2937;
  font-weight: 600;
  font-size: 1.5rem;
  text-align: center;
}
.theme2 .theme2__text__icon {
  width: auto;
  height: 1.25rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.theme3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 7.5rem;
}
.theme3 .theme3__title {
  font-weight: 600;
  font-size: 3rem;
  margin-bottom: 0.75rem;
}
.theme3 .theme3__description {
  font-weight: 500;
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 3rem;
}
.theme3 .theme3__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.438rem;
}
.theme3 .theme3__content .accordion {
  width: 50rem;
  max-width: 50rem;
  background: transparent;
}
.theme3 .theme3__content .accordion-button:not(.collapsed) {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.theme3 .theme3__content .accordion-header .accordion-button {
  font-weight: 600;
  font-size: 1.5rem !important;
}
.theme3 .theme3__content .accordion {
  counter-reset: accordion-counter;
}
.theme3 .theme3__content .accordion-item {
  counter-increment: accordion-counter;
}
.theme3 .theme3__content .accordion-button::before {
  content: counter(accordion-counter);
  color: black;
  margin-right: 0.5rem;
  font-size: 1.125rem;
  font-weight: 400;
  border: 1px solid #e5e7eb;
  border-radius: 100%;
  width: 2rem;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
}
.theme3 .theme3__content .accordion-button:not(.collapsed)::before {
  background-color: #00b878;
  color: white;
}
.theme3 .theme3__content .accordion-button::after {
  background-image: none !important;
  content: "+";
  font-size: 1.5rem;
  font-weight: 600;
  color: #4b5563;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.theme3 .theme3__content .accordion-button:not(.collapsed)::after {
  content: "–";
}
.theme3 .theme3__content .theme3__swiper {
  display: none;
}

.theme4 .reviewSection {
  text-align: center;
  padding: 40px 20px;
}
.theme4 .reviewSection .reviewSection__top {
  display: inline-block;
  background: #edf8ff;
  color: #030712;
  padding: 1rem;
  border-radius: 12px;
  font-size: 18px;
  margin-bottom: 22px;
}
.theme4 .reviewSection .reviewSection__stars {
  color: #ff9851;
  font-size: 25px;
  margin: 12px 0;
}
.theme4 .reviewSection .reviewSection__stars__text {
  font-weight: 400;
  font-size: 30px;
  text-align: center;
  color: #4b5563;
}
.theme4 .reviewSection .reviewSection__text__under {
  font-weight: 600;
  font-size: 48px;
  text-align: center;
  margin: 32px 0;
}
.theme4 .swiper {
  padding-bottom: 50px;
}
.theme4 .swiper .swiper-slide {
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
  text-align: start;
  padding-bottom: 1rem;
}
.theme4 .swiper .swiper-slide .video-box {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}
.theme4 .swiper .swiper-slide .video-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.theme4 .swiper .swiper-slide .video-box::after {
  content: "▶";
  font-size: 36px;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.3019607843);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.theme4 .swiper .swiper-slide h4 {
  margin: 15px 0 5px 0;
  font-size: 16px;
  font-weight: bold;
}
.theme4 .swiper .swiper-slide p {
  font-size: 14px;
  color: #666;
  margin: 0;
}
.theme4 .swiper-button-next,
.theme4 .swiper-button-prev {
  color: black;
  background-color: white;
  -webkit-box-shadow: 0px 2px 4px -2px var(--ColorsEffectsShadowsshadow-md02);
          box-shadow: 0px 2px 4px -2px var(--ColorsEffectsShadowsshadow-md02);
  border-radius: 100%;
  padding: 20px;
  -webkit-box-shadow: 0px 4px 6px -1px var(--ColorsEffectsShadowsshadow-md01);
          box-shadow: 0px 4px 6px -1px var(--ColorsEffectsShadowsshadow-md01);
}
.theme4 .swiper-pagination-bullet {
  background: #1f2937;
}
.theme4 .swiper-button-next::after,
.theme4 .swiper-button-prev::after {
  display: none;
}
.theme4 .swiper-button-next,
.theme4 .swiper-button-prev {
  background: white;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.theme4 .swiper-button-next svg,
.theme4 .swiper-button-prev svg {
  width: 20px;
  height: 20px;
}

.theme5 {
  overflow: hidden;
}
.theme5.sectionY {
  margin-bottom: 4rem;
}
.theme5__title {
  margin-bottom: 2rem;
  text-align: center;
}
.theme5__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
.theme5__block {
  height: 15rem;
}
.theme5__block__icon {
  width: 1.81rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -o-object-fit: contain;
     object-fit: contain;
}
.theme5__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.theme5__item__image {
  width: 15rem;
  aspect-ratio: 1/1;
  border: 1px solid #e5e7eb;
  margin-bottom: 0.75rem;
  padding: 1.87rem 2.31rem;
  border-radius: 1rem;
}
.theme5__item__title {
  font-weight: 600;
  font-size: 2.25rem;
  text-align: center;
  color: #4b5563;
}
.theme5__arrow {
  font-size: 2rem;
  font-weight: bold;
  color: #000;
}

.theme6 {
  border: 1px solid #e5e7eb;
  border-radius: 1.25rem;
  padding: 2rem;
}
.theme6.sectionY {
  margin-top: 4rem;
}
.theme6 .theme6__title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 2rem;
}
.theme6 .theme6__progress {
  display: grid;
  max-width: 56.25rem;
  width: 100%;
  margin-bottom: 2rem;
}
.theme6 .theme6__progress .progress {
  height: 0.5rem;
}
.theme6 .theme6__progress .bg-success {
  background-color: #00b878 !important;
  border-radius: 9999px !important;
}
.theme6 .progress-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.75rem;
  position: relative;
}
.theme6 .progress-container .progress-bar {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 auto;
  max-width: 900px;
  height: 0.5rem;
  background-color: #e5e7eb;
  border-radius: 9999px;
  position: relative;
}
.theme6 .progress-container .progress-bar .progress-bar-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 0.5rem;
  background-color: #00b878;
  border-radius: 9999px;
  width: 25%;
}
.theme6 .progress-container .theme6__progress__step {
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.13rem;
  font-weight: 400;
  background-color: #00b878;
  color: white;
}
.theme6 .theme6__questionTitle {
  font-weight: 600;
  font-size: 1.87rem;
  text-align: center;
  margin-bottom: 0.75rem;
  line-height: 1;
}
.theme6 .theme6__questionSubtitle {
  font-weight: 500;
  font-size: 1.25rem;
  text-align: center;
  color: #4b5563;
  margin-bottom: 2rem;
  line-height: 1;
}
.theme6 .theme6__options {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.theme6 .theme6__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.375rem;
  padding: 0.75rem;
  border-radius: 0.75rem;
  margin-top: 1rem;
  border: 2px dashed #b8e7fc;
  background-color: #edf8ff;
}
.theme6 .theme6__contact .contact__title {
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 0;
  color: #4b5563;
}
.theme6 .theme6__contact .contact__desc {
  color: #4b5563;
  font-size: 1.125rem;
}
.theme6 .theme6__contact .contact__link {
  color: #3498db;
  text-decoration: underline;
  font-size: 1.5rem;
  font-weight: 600;
}
.theme6 .theme6__step3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.theme6 .theme6__step3__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.5rem;
  color: #1f2937;
  margin-bottom: 2rem;
}
.theme6 .theme6__step3__secondTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.875rem;
  color: #1f2937;
  font-weight: 600;
  margin-bottom: 2rem;
}
.theme6 .theme6__step3__signal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}
.theme6 .theme6__step3 .step3__signal__title {
  font-size: 1.5rem;
  margin-bottom: 0;
  font-weight: 600;
}
.theme6 .theme6__step3 .step3__signal__desc {
  font-size: 1.125rem;
  margin-bottom: 0;
  color: #4b5563;
}
.theme6 .theme6__step3 .check-icon {
  position: absolute;
  top: 0.828rem;
  right: 0.828rem;
  width: 1.375rem;
  height: 1.375rem;
}
.theme6 .theme6__step3 .provider__button {
  max-width: 17.063rem;
  padding: 2rem 2rem;
  color: #4b5563;
  font-size: 1.25rem;
  background-color: #e9fff6;
  border: 1px solid #7cd7b2;
  border-radius: 0.75rem;
}
.theme6 .theme6__step3 .theme6__provider {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
.theme6 .theme6__step3 .theme6__provider__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2rem;
  gap: 0.75rem;
}
.theme6 .theme6__step3 .theme6__provider__select {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 1rem;
  color: #6b7280;
  background-color: #f3f4f6;
  border: 1px solid #d1d5db;
  border-radius: 1.5rem;
  margin-bottom: 2rem;
}
.theme6 .theme6__step3 .theme6__provider__button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 1rem;
}
.theme6 .theme6__step3 .theme6__provider__text {
  margin: 0 auto;
  color: #1f2937;
}
.theme6 .theme6__step3 .theme6__step3__analyzingImage {
  width: 5.5rem;
  height: 5.5rem;
  margin-bottom: 1.5rem;
}
.theme6 .theme6__step3 .theme6__analyzingNeeds {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.theme6 .theme6__step3 .theme6__analyzingNeeds__text {
  color: #00b878;
}
.theme6 .theme6__step3 .theme6__analyzingNeeds__lastText {
  color: #d1d5db;
}
.theme6 .theme6__step3 .match__found {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.theme6 .theme6__step3 .match__found__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
}

.optionCard {
  border: 1px solid #e5e7eb;
  background-color: white;
  border-radius: 0.5rem;
  padding: 1rem;
  display: block;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  color: #4b5563;
  text-align: start;
}
.optionCard:hover {
  background-color: #f9fafb;
}
.optionCard .optionCard__active--desctop {
  display: block;
}
.optionCard .optionCard__active--mobile {
  display: none;
}
.optionCard .optionCard__active {
  width: 1.5rem;
  height: 1.5rem;
  -o-object-fit: contain;
     object-fit: contain;
  display: none;
}
.optionCard .optionCard__content {
  display: block;
}
.optionCard .optionCard__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1rem;
}
.optionCard .optionCard__icon {
  width: 2rem;
  height: 2rem;
}
.optionCard .optionCard__icon.optionCard__icon--inactive {
  display: block;
}
.optionCard .optionCard__icon.optionCard__icon--active {
  display: none;
}
.optionCard.active {
  background-color: #e9fff6 !important;
}
.optionCard.active .optionCard__active {
  display: block;
}
.optionCard.active .optionCard__icon.optionCard__icon--inactive {
  display: none;
}
.optionCard.active .optionCard__icon.optionCard__icon--active {
  display: block;
}
.optionCard .optionCard__title {
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.optionCard .optionCard__description {
  font-size: 1rem;
}

.theme7 .theme7__body {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.theme7 .browse-link {
  text-align: center;
  margin-top: 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  font-weight: 600;
  font-size: 1.87rem;
  color: #3498db;
  text-decoration: none;
}

.productCard {
  background-color: #fff;
  border-radius: 1rem;
  padding: 1rem;
  width: 100%;
  border: 0.25rem solid #edf8ff;
}
.productCard .productCard__badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.productCard .productCard__badge {
  font-size: 1.13rem;
  font-weight: 600;
  line-height: 1;
  color: white;
  padding: 0.48em 0.67em;
  border-radius: 1.5rem;
}
.productCard .productCard__badge.productCard__badge--green {
  background: #00b878;
}
.productCard .productCard__badge.productCard__badge--blue {
  background: #3498db;
}
.productCard .productCard__badge.productCard__badge--black {
  background: #1f2937;
}
.productCard .productCard__info {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  width: 100%;
  margin-bottom: 1.88rem;
}
.productCard .productCard__price {
  font-weight: 600;
  font-size: 1.25rem;
  text-wrap: nowrap;
  margin-bottom: 0;
}
.productCard .productCard__title {
  font-size: 1.88rem;
  margin-bottom: 1.5rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0%;
}
.productCard .productCard__rating {
  color: #f9a825;
  margin-bottom: 2rem;
  font-weight: 600;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: auto 1fr;
  gap: 0.64rem;
  width: 100%;
}
.productCard .productCard__rating .productCard__rating__image {
  height: 1.5rem;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.productCard .productCard__rating .productCard__rating__title {
  font-weight: 600;
  font-size: 1.5rem;
  color: #3498db;
  text-align: end;
}
.productCard .productCard__button {
  margin-bottom: 0.75rem;
}
.productCard .productCard__image {
  width: 100%;
  aspect-ratio: 354/248;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 0.8rem;
}
.productCard .productCard__features {
  list-style: none;
  padding: 0;
  margin-bottom: 1.5rem;
  gap: 0.83rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.productCard .productCard__features .productCard__features__li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.38rem;
  font-size: 1.13rem;
}
.productCard .productCard__features .productCard__features__image {
  width: 1.32rem;
  height: 1.32rem;
}
.productCard .productCard__details {
  font-size: 0.85rem;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.3rem;
  color: #030712;
}
.productCard .productCard__details .productCard__details__text {
  font-weight: 500;
  font-size: 1.25rem;
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.productCard .productCard__details span {
  display: inline;
  font-weight: 400;
}
.productCard .productCard__details .productCard__details__icon {
  width: auto;
  height: 1.13rem;
  -o-object-fit: contain;
     object-fit: contain;
  display: inline;
}
.productCard .productCard__details .productCard__details__internet {
  color: white;
  background-color: #4b5563;
  padding: 0 0.38rem;
  border-radius: 0.25rem;
  display: inline-block;
}
.productCard .productCard__footer {
  font-size: 1rem;
  text-align: center;
  color: #1f2937;
}

.theme8 .theme8__title {
  text-align: center;
  margin-bottom: 2rem;
}
.theme8 .theme8__table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 1.25rem;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
.theme8 .theme8__table th {
  background-color: #e5e7eb;
  padding: 1rem;
  font-weight: 600;
  text-align: center;
  line-height: 1;
}
.theme8 .theme8__table td {
  padding: 1.5rem;
  border-top: 1px solid #eee;
  text-align: left;
  font-weight: 600;
  text-align: center;
  color: #4b5563;
}
.theme8 .theme8__table td:nth-child(2n) {
  background-color: #edf8ff;
}
.theme8 .theme8__table .theme8__table__image {
  width: auto;
  height: 1.17em;
  -o-object-fit: contain;
     object-fit: contain;
}
.theme8 .disclaimer {
  color: #4b5563;
  font-weight: 500;
  font-size: 1.25rem;
  text-align: center;
}

.theme9 {
  padding: 3rem;
  overflow: hidden;
  border-radius: 1.25rem;
  background-color: #edf8ff;
  border: 2px dashed #b8e7fc;
}
.theme9 .theme9__header {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 3rem;
  margin-bottom: 2rem;
}
.theme9 .theme9__title {
  line-height: 1.2;
  margin-bottom: 1.25rem;
}
.theme9 .theme9__description {
  font-size: 1.5rem;
  font-weight: 600;
  color: #4b5563;
}
.theme9 .theme9__badge {
  width: 13.82rem;
  aspect-ratio: 221/158;
  -o-object-fit: contain;
     object-fit: contain;
}
.theme9 .theme9__list {
  list-style: none;
  padding: 0;
  margin-bottom: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.88rem;
}
.theme9 .theme9__list .theme9__list__li {
  font-size: 1.25rem;
  font-weight: 500;
  color: #4b5563;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.88rem;
}
.theme9 .theme9__list .theme9__list__image {
  width: 1.57rem;
  height: 1.57rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.theme9 .theme9__buttonPrimary {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 3rem;
}
.theme9 .theme9__buttonPrimary .theme9__buttonPrimary_icon {
  height: 0.94rem;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.theme9 .theme9__link {
  font-weight: 600;
  font-size: 1.88rem;
  color: #3498db;
  text-decoration: none;
}

.theme10 {
  background: #fff;
  border-radius: 1.25rem;
  color: #1a1a1a;
  border: 1px solid #e5e7eb;
  overflow: hidden;
}
.theme10 .theme10__header {
  padding: 1rem 1.5rem;
  border-radius: 1.25rem;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: auto 1fr;
  gap: 1.13rem;
  overflow: hidden;
  background-color: #1f2937;
  color: white;
}
.theme10 .theme10__header .theme10__header__image {
  width: auto;
  height: 2.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.theme10 .theme10__header .theme10__header__title {
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 0.25rem;
}
.theme10 .theme10__header .theme10__header__description {
  font-size: 1rem;
}
.theme10 .theme10__body {
  padding: 1.5rem;
}
.theme10 .theme10__body .theme10__body__title {
  font-weight: 600;
  font-size: 1.88rem;
  margin-bottom: 1rem;
}
.theme10 .theme10__badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 2rem;
}
.theme10 .theme10__badge {
  background-color: #e5e7eb;
  padding: 0.38rem 0.5rem;
  border-radius: 9999px;
  font-size: 1rem;
  min-width: 7.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.theme10 .theme10__badge .theme10__badge__icon {
  width: auto;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  height: 1.5em;
  -o-object-fit: contain;
     object-fit: contain;
}
.theme10 .theme10__features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  margin-bottom: 2rem;
}
.theme10 .theme10__feature {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.63rem;
  width: 100%;
  color: #1f2937;
}
.theme10 .theme10__feature .theme10__feature__icon {
  width: 1.5rem;
  height: 1.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.theme10 .theme10__feature .theme10__feature__title {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1;
  margin-bottom: 0.25rem;
}
.theme10 .theme10__feature .theme10__feature__description {
  font-size: 1.13rem;
}
.theme10 .theme10__content {
  border: 1px dashed #e5e7eb;
  border-radius: 1rem;
  overflow: hidden;
  padding: 1.25rem 0;
  background-color: #fafbff;
}
.theme10 .theme10__swiper {
  padding: 0 1.25rem;
}
.theme10 .theme10__card {
  position: relative;
  width: 100%;
  aspect-ratio: 362/427;
  background: #f5f8fd;
  padding: 2.5rem 1.5rem 5rem;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 1.5rem;
}
.theme10 .theme10__card .theme10__card__header,
.theme10 .theme10__card .theme10__card__footer {
  border-radius: 9999px;
  background: #e8eef7;
  width: 100%;
  height: 1.5rem;
  background-color: #f0f4fb;
}
.theme10 .theme10__card .theme10__card__body {
  max-width: 14.57rem;
  height: 100%;
  background: #f0f4fb;
  border-radius: 1.25rem;
  background-color: #f0f4fb;
}
.theme10 .theme10__card .theme10__card__button {
  position: absolute;
  bottom: 1.25rem;
  right: 1.25rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #e5e7eb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 0.75rem;
}
.theme10 .theme10__card .theme10__card__button:hover {
  background: #f3f4f6;
}
.theme10 .theme10__card .theme10__card__button .theme10__card__button__icon {
  width: 1.32rem;
  height: 1.32rem;
}

.theme11 {
  border: 1px solid #e5e7eb;
  padding: 2.5rem;
  text-align: center;
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
  color: #111827;
}
.theme11 .theme11__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 0.88rem;
  margin-bottom: 1.5rem;
}
.theme11 .theme11__quiz {
  font-size: 0.88rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.theme11 .theme11__quiz .theme11__quiz__block {
  background: #e5e7eb;
  color: #374151;
  padding: 0 0.32rem;
  border-radius: 0.19rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 2rem;
  height: 1.75rem;
  line-height: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.theme11 .theme11__quiz .theme11__quiz__icon {
  margin-bottom: 0.19rem;
  font-size: 0.88rem;
  color: #d92d20;
}
.theme11 .theme11__header__smile {
  height: 1.75rem;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.theme11 .theme11__title {
  margin-bottom: 0.75rem;
  font-weight: 600;
  font-size: 2.25rem;
  text-align: center;
}
.theme11 .theme11__description {
  font-size: 1.25rem;
  line-height: 1;
  text-align: center;
  font-weight: 500;
  color: #1f2937;
  margin-bottom: 0.38rem;
}
.theme11 .theme11__text {
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 2.5rem;
  color: #1f2937;
}
.theme11 .theme11__button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 2.5rem;
  gap: 0.13rem;
  margin-bottom: 0.75rem;
  text-align: center;
}
.theme11 .theme11__button .theme11__button__span {
  font-size: 1rem;
}
.theme11 .theme11__note {
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  color: #1f2937;
}

.theme12 {
  margin-top: 128px;
}
.theme12 .review-content {
  background: #edf8ff;
  border-radius: 12px;
  padding: 2rem;
  text-align: center;
}
.theme12 .review-content .review-content-title {
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 1rem;
}
.theme12 .review-content .review-content-text {
  font-weight: 600;
  font-size: 20px;
}
.theme12 .review-content .review-content-Logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.theme13 {
  margin-top: 8rem;
  padding: 2.5rem;
  border-radius: 1.5rem;
  background: #edf8ff;
}
.theme13 .questions--content {
  background: #edf8ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.5rem;
}
.theme13 .questions--content p {
  font-weight: 600;
  font-size: 3rem;
  margin-bottom: 2.5rem;
}
.theme13 .questions--content input {
  width: 100%;
  border: 1px solid #e5e7eb;
  padding: 1rem;
  border-radius: 2rem;
}
.theme13 .questions--content input::-webkit-input-placeholder {
  color: #d1d5db;
}
.theme13 .questions--content input::-moz-placeholder {
  color: #d1d5db;
}
.theme13 .questions--content input:-ms-input-placeholder {
  color: #d1d5db;
}
.theme13 .questions--content input::-ms-input-placeholder {
  color: #d1d5db;
}
.theme13 .questions--content input::placeholder {
  color: #d1d5db;
}
.theme13 .accordion {
  width: 100%;
  max-width: 50rem;
}
.theme13 .filter--title {
  color: rgb(75, 85, 99);
  font-weight: 500;
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
}
.theme13 .filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 6.688rem;
}
.theme13 .filterBy--buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
}
.theme13 .filterBy--buttons button {
  border: none;
  font-size: 1.125rem;
  border: 1px solid black;
  background: white;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  border-radius: 2rem;
  padding: 0.75rem 1.5rem;
  font-weight: 700;
}

.theme14 {
  margin-top: 128px;
  background-color: #edf8ff;
}
.theme14 .contact-experts {
  padding: 3rem 2rem;
  border-radius: 1rem;
  text-align: center;
  margin: 2rem auto;
}
.theme14 .contact-experts__status {
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: white;
  color: #00b86b;
  font-size: 0.875rem;
  padding: 0.25rem 0.75rem;
  border-radius: 1rem;
  margin-bottom: 1rem;
  font-weight: 500;
}
.theme14 .contact-experts__title {
  color: #1a1a1a;
  margin-bottom: 3rem;
  font-weight: 600;
  font-size: 36px;
  text-align: center;
}
.theme14 .contact-experts__options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 3rem;
  width: 100%;
}
.theme14 .contact-experts__options .contact-experts__option {
  background: white;
  padding: 0.875rem 1.25rem;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.75rem;
  cursor: pointer;
  font-weight: 500;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 100%;
}
.theme14 .contact-experts__options .contact-experts__option:hover {
  background: #f5faff;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.theme14 .contact-experts__options .contact-experts__option i {
  font-size: 1.2rem;
  color: #007bff;
}
.theme14 .contact-experts__text {
  margin-bottom: 1.25rem;
}
.theme14 .contact-experts__response {
  display: inline-block;
  background: white;
  color: #007bff;
  font-size: 0.875rem;
  padding: 0.25rem 0.75rem;
  border-radius: 1rem;
  font-weight: 500;
  border: 1px solid #3498db;
}

.theme15 .why-choose {
  background: #fff;
  padding: 3rem 1rem;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0px 1px 2px -1px var(--ColorsEffectsShadowsshadow-sm02), 0px 1px 3px 0px var(--ColorsEffectsShadowsshadow-sm01);
          box-shadow: 0px 1px 2px -1px var(--ColorsEffectsShadowsshadow-sm02), 0px 1px 3px 0px var(--ColorsEffectsShadowsshadow-sm01);
}
.theme15 .why-choose__title {
  text-align: center;
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.theme15 .why-choose__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.theme15 .why-choose__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  padding: 1.5rem;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-box-shadow: 0px 1px 2px -1px var(--ColorsEffectsShadowsshadow-sm02), 0px 1px 3px 0px var(--ColorsEffectsShadowsshadow-sm01);
          box-shadow: 0px 1px 2px -1px var(--ColorsEffectsShadowsshadow-sm02), 0px 1px 3px 0px var(--ColorsEffectsShadowsshadow-sm01);
}
.theme15 .why-choose__item:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.theme15 .why-choose__item h3 {
  margin-bottom: 0.75rem;
  color: #1f2937;
  font-weight: 600;
  font-size: 1.875rem;
}
.theme15 .why-choose__item p {
  font-size: 1.25rem;
  color: #1f2937;
  line-height: 1.4;
  font-weight: 500;
}
.theme15 .why-choose__badge {
  background: #00b878;
  color: #fff;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  font-size: 1.5rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.25rem;
}
.theme15 .why-choose__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgb(237, 248, 255);
  border-radius: 0.5rem;
  margin-top: 2.5rem;
  font-size: 0.9375rem;
}
.theme15 .why-choose__footer .footer-badge {
  max-width: 8.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #0096c7;
  color: #fff;
  font-size: 1rem;
  border-radius: 0.375rem;
  text-align: center;
  margin-right: 0.5rem;
  padding: 0.75rem 0.375rem;
}
.theme15 .why-choose__footer .footer-text {
  padding: 1.125rem 0;
}
.theme15 .why-choose__footer .footer-text span {
  display: block;
  color: #111827;
  font-weight: 500;
  font-size: 1.25rem;
}
.theme15 .why-choose__footer .footer-text p {
  color: rgb(75, 85, 99);
  font-size: 1.125rem;
  margin-top: 0.375rem;
}

.theme16 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}
.theme16 .need--booster {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.theme16 .need--booster--items {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
.theme16 .need--booster--items .booster-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  padding: 0 1rem;
}
.theme16 .need--booster--items .booster-item .booster-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  text-align: start;
  gap: 1rem;
}
.theme16 .need--booster--items .booster-item h3 {
  font-weight: 600;
  font-size: 2.25rem;
  margin-bottom: 0;
}
.theme16 .need--booster--items .booster-item p {
  font-size: 1.2rem;
}
.theme16 .booster-icon {
  width: 7.75rem;
  height: 7.75rem;
}
.theme16 h3 {
  color: rgb(3, 7, 18);
  font-weight: 600;
  font-size: 3rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.theme17 {
  margin-top: 4rem;
}
.theme17 .product-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  margin: auto;
  padding: 20px;
  font-family: sans-serif;
}
.theme17 .product-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.theme17 .thumbnails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 1.5rem;
}
.theme17 .thumbnails img {
  width: 60px;
  margin: 10px 0;
  border-radius: 8px;
  cursor: pointer;
  border: 2px solid transparent;
}
.theme17 .thumbnails img:hover {
  border-color: #007aff;
}
.theme17 .main-image {
  position: relative;
}
.theme17 .main-image img {
  width: 100%;
  border-radius: 12px;
}
.theme17 .video-btn {
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  border: none;
  padding: 6px 12px;
  border-radius: 20px;
  cursor: pointer;
}
.theme17 .product-details {
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
}
.theme17 .product-details h3 {
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-size: 3rem;
}
.theme17 .product-details h3 .sku {
  font-weight: 600;
  font-size: 2.25rem;
}
.theme17 .rating {
  margin-top: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
.theme17 .rating a {
  text-decoration: none;
  font-weight: 700;
  font-size: 1.25rem;
  color: rgb(52, 152, 219);
}
.theme17 .matched-info {
  border-top: 1px solid rgb(229, 231, 235);
  border-bottom: 1px solid rgb(229, 231, 235);
  margin-bottom: 2.5rem;
  padding: 0.75rem 0;
  color: #1f2937;
}
.theme17 .matched-info span {
  margin-left: 0.375rem;
}
.theme17 .matched-info .badge {
  background: #1f2937;
  padding: 0.25rem 0.75rem;
  border-radius: 1.25rem;
  margin-right: 0.375rem;
  font-size: 1rem;
  text-align: center;
  font-weight: 400;
}
.theme17 .matched-info .quiz-link {
  font-size: 1rem;
  color: #3498db;
  text-decoration: underline;
}
.theme17 .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  font-weight: 600;
}
.theme17 .tabs .tab {
  color: #4b5563;
}
.theme17 .tabs .tab.active {
  color: #030712;
}
.theme17 .features-list {
  list-style: none;
  padding: 0;
  margin: 1.75rem 0;
}
.theme17 .features-list li {
  font-size: 1.125rem;
  margin-bottom: 0.75rem;
}
.theme17 .upgrades {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.theme17 .upgrades.text {
  font-weight: 700;
  font-size: 1.25rem;
  background-color: yellow;
}
.theme17 .kits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  margin-top: 3.875rem;
  margin-bottom: 2rem;
}
.theme17 .kits .kit-image {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 5.563rem;
  height: 4.063rem;
  margin: 0 auto;
}
.theme17 .kits ul {
  list-style: none;
  padding-left: 0rem;
}
.theme17 .kits ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.theme17 .kits ul li img {
  margin-right: 0.25rem;
  width: 1rem;
  height: 1rem;
}
.theme17 .kits .kit-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  margin-bottom: 0.5rem;
}
.theme17 .kits .kit-header h4 {
  margin-bottom: 0rem;
}
.theme17 .kits .kit {
  border: 2px solid #4fae88;
  padding: 1rem;
  border-radius: 0.75rem;
  width: 48%;
}
.theme17 .kits .kit h6 {
  font-weight: 600;
  font-size: 1.25rem;
  color: #4fae88;
  margin-bottom: 0rem;
}
.theme17 .kits .kit .circle--standart {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #4fae88;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  color: #4fae88;
}
.theme17 .kits .pro-kit {
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  padding: 1rem;
  position: relative;
  z-index: 1;
}
.theme17 .kits .pro-kit .circle--pro {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: 1px solid #e5e7eb;
}
.theme17 .kits .most-popular {
  background: #3498db;
  color: white;
  font-size: 1rem;
  font-weight: 400;
  width: 100%;
  height: 50px;
  border-radius: 0.5rem;
}
.theme17 .trial-info--container {
  display: none;
}
.theme17 .product-card {
  background: #edf8ff;
  border-radius: 0.75rem;
  padding: 1rem;
  margin: 2rem auto;
  color: #1f2937;
}
.theme17 .product-card .product-pricing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  padding: 1.25rem 0.75rem;
  border-radius: 0.75rem;
  margin-bottom: 1.375rem;
}
.theme17 .product-card .product-pricing .divider-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.theme17 .product-card .product-pricing .divider-container .divider {
  height: 1px;
  width: 2rem;
  rotate: 90deg;
}
.theme17 .product-card .product-pricing .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.125rem;
}
.theme17 .product-card .product-pricing .price .old-price {
  text-decoration: line-through;
  color: #d1d5db;
  font-size: 1.875rem;
}
.theme17 .product-card .product-pricing .price .new-price {
  font-size: 1.875rem;
  font-weight: 700;
  color: #111;
}
.theme17 .product-card .product-pricing .price .discount {
  background: #00b878;
  color: white;
  padding: 0.125rem 0.25rem;
  border-radius: 0.25rem;
  font-size: 1rem;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.theme17 .product-card .product-pricing .klarna {
  background-color: #f3f4f6;
  border-radius: 0.5rem;
  padding: 0.375rem 0.75rem;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.theme17 .product-card .product-pricing .klarna p {
  font-size: 1rem;
  color: #030712;
  margin: 2px 0;
}
.theme17 .product-card .product-pricing .klarna img {
  width: 3.75rem;
  margin-left: 0.5rem;
}
.theme17 .product-card .expansion-kit {
  background: white;
  border-radius: 0.625rem;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0.125rem;
  border: 1px solid #e5e7eb;
}
.theme17 .product-card .expansion-kit.active {
  background: #dff2ff;
}
.theme17 .product-card .expansion-kit .kit--header {
  padding: 0.75rem;
  background-color: #b8e7fc;
  border-radius: 0.625rem;
}
.theme17 .product-card .expansion-kit .switch {
  position: absolute;
  top: 15px;
  left: 15px;
}
.theme17 .product-card .expansion-kit .switch input {
  display: none;
}
.theme17 .product-card .expansion-kit .switch .slider {
  width: 42px;
  height: 24px;
  background: #ccc;
  border-radius: 12px;
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.theme17 .product-card .expansion-kit .switch .slider::after {
  content: "";
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.theme17 .product-card .expansion-kit .switch input:checked + .slider {
  background: #13a874;
}
.theme17 .product-card .expansion-kit .switch input:checked + .slider::after {
  -webkit-transform: translateX(18px);
          transform: translateX(18px);
}
.theme17 .product-card .expansion-kit .kit-info {
  margin-left: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.theme17 .product-card .expansion-kit .kit-info .kit-pricing {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.theme17 .product-card .expansion-kit .kit-info .kit-pricing .kit-old {
  text-decoration: line-through;
  color: #4b5563;
  font-size: 1rem;
}
.theme17 .product-card .expansion-kit .kit-info .kit-pricing .kit-new {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1f2937;
  font-style: italic;
}
.theme17 .product-card .expansion-kit .kit-info .kit-desc {
  font-size: 1rem;
  margin-top: 0.625rem;
  color: #1f2937;
}
.theme17 .product-card .expansion-kit .kit-info .kit-desc small {
  color: #4b5563;
}
.theme17 .product-card .expansion-kit .kit-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1.25rem;
}
.theme17 .product-card .expansion-kit .kit-items .divider-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.125rem;
}
.theme17 .product-card .expansion-kit .kit-items .divider-container .divider {
  height: 1px;
  width: 3rem;
  rotate: 90deg;
}
.theme17 .product-card .expansion-kit .kit-items .item {
  text-align: center;
}
.theme17 .product-card .expansion-kit .kit-items .item p {
  font-size: 1.125rem;
  color: #1f2937;
}
.theme17 .product-card .expansion-kit .kit-items .item span {
  color: #4b5563;
  font-size: 1rem;
}
.theme17 .product-card .expansion-kit .kit-items .item img {
  width: 3.25rem;
  height: 3.25rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 0.25rem;
}
.theme17 .product-card .expansion-kit .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-left: 0.75rem;
}
.theme17 .product-card .expansion-kit .quantity button {
  background: #eee;
  border: none;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.theme17 .product-card .expansion-kit .quantity button:hover {
  background: #ddd;
}
.theme17 .product-card .expansion-kit .quantity .value {
  font-weight: 600;
}
.theme17 .product-card .cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  margin-top: 1.25rem;
}
.theme17 .product-card .cta .select-qty select {
  padding: 0.75rem;
  border-radius: 0.75rem;
  border: 1px solid #e5e7eb;
  font-size: 14px;
  height: 100%;
}
.theme17 .product-card .cta .cta-btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #ff6b00;
  color: #fff;
  font-weight: 600;
  border: none;
  padding: 10px;
  font-size: 1.25rem;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.theme17 .product-card .stock {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: #1f2937;
  margin-top: 0.75rem;
}
.theme17 .product-card .stock .in-stock {
  color: #13a874;
  font-weight: 600;
}
.theme17 .product-card .stock span {
  color: #00b878;
  font-style: italic;
}
.theme17 .product-card .stock-icon {
  width: 1rem;
  height: 1rem;
}
.theme17 .addons {
  margin: 2rem auto;
  color: #111;
  padding: 10px;
}
.theme17 .addons--divider--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.theme17 .addons--divider--container .divider {
  height: 1px;
  width: 100%;
  background: #e5e7eb;
  margin: auto;
}
.theme17 .addons h3 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
}
.theme17 .addons .optional {
  text-align: center;
  color: #4b5563;
  font-size: 1rem;
  margin-bottom: 1.5rem;
}
.theme17 .addons .addon-item {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 0.813rem;
  margin-bottom: 15px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.theme17 .addons .addon-item .addon-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  position: relative;
}
.theme17 .addons .addon-item .addon-header img {
  width: 50px;
  height: 50px;
  margin-right: 12px;
}
.theme17 .addons .addon-item .addon-header h4 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 600;
}
.theme17 .addons .addon-item .addon-header p {
  margin: 0;
  color: #030712;
  font-size: 1.125rem;
}
.theme17 .addons .addon-item .addon-header .save-badge {
  position: absolute;
  right: 0;
  background: #e9fff6;
  color: #2c8562;
  border: 1px solid #4fae88;
  color: #13a874;
  font-size: 1rem;
  padding: 0.375rem 0.75rem;
  border-radius: 0.75rem;
}
.theme17 .addons .addon-item .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0.875rem 0 0.75rem;
}
.theme17 .addons .addon-item .tags span {
  background: #edf8ff;
  color: #3498db;
  font-size: 12px;
  border-radius: 0.75rem;
  padding: 3px 8px;
  font-weight: 500;
  border: 1px solid #3495db;
}
.theme17 .addons .addon-item .cable-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.125rem;
}
.theme17 .addons .addon-item .cable-select--controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}
.theme17 .addons .addon-item .cable-select--dropdown {
  width: 22rem;
}
.theme17 .addons .addon-item .cable-select label {
  font-size: 13px;
  color: #555;
}
.theme17 .addons .addon-item .cable-select select {
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 4px 8px;
  font-size: 13px;
}
.theme17 .addons .addon-item .qty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  border: #e5e7eb 1px solid;
  border-radius: 0.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.313 0.625rem;
}
.theme17 .addons .addon-item .qty button {
  border-radius: 50%;
  padding: 0.625rem 0.625rem;
  border: none;
  font-size: 1rem;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: white;
}
.theme17 .addons .addon-item .qty button:hover {
  background: #ddd;
}
.theme17 .addons .addon-item .qty .value {
  font-weight: 600;
  min-width: 14px;
  text-align: center;
}
.theme17 .addons .addon-item .price-add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.theme17 .addons .addon-item .price-add .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
}
.theme17 .addons .addon-item .price-add .price .new {
  font-weight: 600;
  font-size: 1.5rem;
  color: #3498db;
}
.theme17 .addons .addon-item .price-add .price .old {
  text-decoration: line-through;
  color: #4b5563;
  font-size: 1rem;
}
.theme17 .addons .addon-item .price-add .add-btn {
  color: #f5751e;
  background: white;
  border: 1px solid #de641d;
  border-radius: 8px;
  padding: 0.375rem 1.25rem;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.theme17 .addons .social-proof {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  background: #f7faff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 10px 15px;
  font-size: 13px;
  color: #333;
}
.theme17 .addons .social-proof .icon {
  font-size: 22px;
}
.theme17 .addons .social-proof .proof-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.5rem;
  color: #4b5563;
}
.theme17 .addons .social-proof .proof-text .proof-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #4b5563;
}
.theme17 .addons .social-proof .proof-text .proof-desc {
  font-size: 1rem;
  color: #4b5563;
  font-weight: 600;
}
.theme17 .addons .social-proof .proof-text .proof-desc strong {
  color: #3498db;
}
.theme17 .addons .support {
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  padding: 1rem;
  margin-top: 1rem;
}
.theme17 .addons .support .status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
  margin-bottom: 4px;
}
.theme17 .addons .support .status--title {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
}
.theme17 .addons .support .status .online {
  background: #ffffff;
  border: 1px solid #00b878;
  color: #00b878;
  border-radius: 1.5rem;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
}
.theme17 .addons .support p {
  font-size: 13px;
  color: #555;
  margin: 5px 0;
}
.theme17 .addons .support .rep {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 1.25rem 0;
}
.theme17 .addons .support .rep--title {
  font-size: 1.125rem;
  color: #030712;
}
.theme17 .addons .support .support-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 1rem;
  gap: 0.75rem;
}
.theme17 .addons .support .support-buttons button {
  border: none;
  border-radius: 10px;
  padding: 0.625rem 14px;
  cursor: pointer;
  font-size: 14px;
}
.theme17 .addons .support .support-buttons .chat {
  background-color: #b8e7fc;
  color: #030712;
  font-size: 1.125rem;
  width: 100%;
}

.theme18 {
  display: grid;
  gap: 2.5rem;
}
.theme18 .theme18__body {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 1rem 1.25rem;
}
.theme18 .theme18__footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}
.theme18 .theme18__card {
  border-radius: 0.75rem;
  border: 1px solid #e5e7eb;
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.13rem;
}
.theme18 .theme18__card .theme18__card__img {
  width: auto;
  height: 2.19rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.theme18 .theme18__card .theme18__card__title {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0%;
  text-align: center;
  margin: 0;
}
.theme18 .cardProductSecondary:nth-child(9n-8) {
  grid-template-rows: 1fr auto;
  grid-column: span 2/span 2;
  grid-row: span 2/span 2;
}
.theme18 .cardProductSecondary:nth-child(9n-8) .cardProductSecondary__image {
  height: 100%;
}
.theme18 .cardProductSecondary:nth-child(9n-8) .cardProductSecondary__title {
  font-weight: 500;
  font-size: 1.25rem;
}
.theme18 .cardProductSecondary:nth-child(9n-7), .theme18 .cardProductSecondary:nth-child(9n-3) {
  grid-column: span 2/span 2;
}

.theme19 .theme19__title {
  margin-bottom: 2.5rem;
}
.theme19 .theme19__body {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.theme19 .theme19__card {
  width: 100%;
  aspect-ratio: 384/241;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  overflow: hidden;
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 1px 2px -1px rgba(10, 13, 18, 0.1019607843);
          box-shadow: 0px 1px 2px -1px rgba(10, 13, 18, 0.1019607843);
  -webkit-box-shadow: 0px 1px 3px 0px rgba(10, 13, 18, 0.1019607843);
          box-shadow: 0px 1px 3px 0px rgba(10, 13, 18, 0.1019607843);
}
.theme19 .theme19__card .theme19__card__icon {
  width: auto;
  height: 3.57rem;
  margin-bottom: 1.25rem;
}
.theme19 .theme19__card .theme19__card__title {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0%;
  text-align: center;
}

.theme20 .title {
  margin-bottom: 2rem;
}
.theme20--cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.theme20--card {
  padding: 0.125rem;
  border-radius: 1rem;
  border: 1px solid #b8e7fc;
}
.theme20--card--icon {
  width: 100%;
  border-radius: 1rem;
}
.theme20--card--body {
  padding: 1.25rem 1rem;
}
.theme20--card--circle {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #00b878;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
  font-size: 1.625rem;
  font-weight: 600;
}
.theme20--card--circle i {
  font-size: 1.625rem;
  color: #030712;
}
.theme20--card .active {
  background-color: #b8e7fc;
}

.theme21 {
  border: 2px dashed #3498db;
  padding: 2rem;
  border-radius: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.375rem;
}
.theme21 .limited--time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 2px solid #f28285;
  padding: 1rem;
  border-radius: 0.5rem;
}
.theme21 .limited--time .limited--upContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1rem;
}
.theme21 .limited--time .limited--upContent--text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.theme21 .limited--time .limited--upContent--title {
  margin-bottom: 0;
  color: #1f2937;
  font-size: 1.25rem;
  font-weight: 600;
}
.theme21 .limited--time .limited--upContent--desc {
  color: #1f2937;
}
.theme21 .limited--time .limited--upContent .promo--times {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-left: 2rem;
}
.theme21 .limited--time .limited--upContent .promo--times .promo--time {
  background-color: #fff3f3;
  color: #f28285;
  padding: 0.375rem 0.531rem;
  border-radius: 0.5rem;
  font-weight: 600;
}
.theme21 .limited--time .limited--downContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.5rem;
  color: #1f2937;
  font-weight: 600;
}
.theme21 .limited--time .limited--downContent--link {
  text-decoration: underline;
  margin: 0 0.5rem;
}
.theme21 .desktop--mobile {
  display: none;
}
.theme21--first--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 35rem;
}
.theme21--first--content .title {
  font-size: 2.25rem;
  margin-bottom: 0.25rem;
}
.theme21--first--content .title--desc {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.theme21--first--content .desc--cont {
  color: #4b5563;
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}
.theme21--second--content {
  width: 100%;
}
.theme21--second--content .whatYou--get {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.theme21--second--content .whatYou--get--title {
  font-size: 1.5rem;
  color: #1f2937;
  font-weight: 600;
  margin-bottom: 0rem;
}
.theme21--second--content .whatYou--get .title-up {
  margin-bottom: 0.75rem;
}
.theme21--second--content .whatYou--get--content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.theme21--second--content .whatYou--get--content .content--all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 1.109rem;
  width: 100%;
}
.theme21--second--content .whatYou--get--content .content--up {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.theme21--second--content .whatYou--get--content .content--up .price--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.theme21--second--content .whatYou--get--content .content--up .content--price {
  color: #f28285;
}
.theme21--second--content .whatYou--get--content .content--up .content--priceSecond {
  color: #00b878;
  font-size: 1.25rem;
  font-weight: 600;
}
.theme21--second--content .whatYou--get--content .content--up .content--up--title {
  font-weight: 500;
}
.theme21--second--content .whatYou--get--content .content--up .content--up--secondTitle {
  color: #4b5563;
}
.theme21--second--content .whatYou--get--content .content--up .content--sale {
  color: #00b878;
}
.theme21--second--content .divider {
  color: #e5e7eb;
  margin-top: 3.875rem;
  height: 2px;
  background-color: black;
}
.theme21--second--content .total--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 2.125rem;
}
.theme21--second--content .total--container .total--value {
  text-decoration: line-through;
  color: #f28285;
  margin-bottom: 0.5rem;
}
.theme21--second--content .total--container .bundle--prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.theme21--second--content .total--container .bundle--prices .save--btn {
  background-color: #00b878;
  color: white;
  border: none;
  border-radius: 0.188rem;
}
.theme21--second--content .total--container .bundle--price {
  color: #4b5563;
}
.theme21--second--content .order--container {
  margin-top: 1rem;
  max-width: 24.5rem;
}
.theme21--second--content .order--container .order--button {
  min-width: 24.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.theme21--second--content .order--container .risk--free {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.375rem;
  margin-bottom: 0.875rem;
}
.theme21--second--content .order--container .success--rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #1f2937;
}
.theme21--second--content .down--content {
  margin-top: 1.25rem;
}
.theme21 .final--offer {
  background-color: #f28285;
  padding: 0.5rem 1rem;
  border-radius: 1.5rem;
  color: white;
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 2rem;
}

.action--container {
  margin-top: 0.5rem;
  margin-bottom: 0.75rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.action--container .video {
  width: 100%;
  height: 42.625rem;
}

.theme22 .award__winning {
  border: 2px dashed #3498db;
  border-radius: 1.25rem;
  background-color: #edf8ff;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  place-items: center;
  padding: 2rem;
}

.theme23 {
  padding: 4rem 0;
  background-color: #f3f4f6;
}
.theme23__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
.theme23__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5rem;
}
.theme23__item.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.theme23__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: start !important;
}
.theme23__text p {
  font-size: 1.5rem;
  font-weight: 600;
  color: #4b5563;
}
.theme23__title {
  font-size: 2.25rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
  color: #1f2937;
}
.theme23__image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: white;
  padding: 1rem;
  border-radius: 0.75rem;
}
.theme23__image img {
  width: 100%;
  height: auto;
  display: block;
}

.theme24 .specs {
  background: #fff;
  overflow: hidden;
  border: 1px solid #e5e7eb;
}
.theme24 .specs__header {
  background: #1f2937;
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding: 1rem 0;
  font-size: 1.5rem;
  border-radius: 0.75rem 0.75rem 0 0;
}
.theme24 .specs__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.theme24 .specs__row {
  display: grid;
  grid-template-columns: 15.25rem 1fr;
  border-bottom: 1px solid #e5e7eb;
  place-items: start;
}
.theme24 .specs__row:last-child {
  border-bottom: none;
}
.theme24 .specs__label {
  background-color: #f3f4f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 1rem;
  color: #030712;
  font-size: 1.125rem;
}
.theme24 .specs__value {
  padding: 1rem;
  color: #4b5563;
  font-size: 0.95rem;
  line-height: 1.8;
}
.theme24 .specs__check {
  display: inline-block;
  margin-top: 0.25rem;
  color: #00b878;
}
.theme24 .specs__highlight {
  color: #3498db;
}

.theme25 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.theme25 .download__image {
  position: relative;
  width: 100%;
  display: inline-block;
}
.theme25 .download__image img {
  display: block;
  width: 100%;
  height: auto;
}
.theme25 .download__sheet {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: white;
  border-radius: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  padding: 2.5rem 3.125rem;
}
.theme25 .download__sheet .sheet__link {
  text-decoration: underline;
  color: #3498db;
  font-size: 1.5rem;
  font-weight: 600;
  max-width: 23rem;
  text-align: center;
}
.theme25 .download__sheet .install__icon {
  width: 2.063rem;
  height: 2.375rem;
}

.theme26 .section1__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.theme26 .section1__container .section1__title {
  font-size: 2.25rem;
  font-weight: 600;
  color: #1f2937;
  text-align: center;
}
.theme26 .section1__container .section1__ratingContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5rem;
}
.theme26 .section1__container .rating-block {
  width: 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.theme26 .section1__container .rating-block .title {
  font-size: 1rem;
  color: #4b5563;
  text-align: center;
  text-transform: uppercase;
}
.theme26 .section1__container .rating-block .rating {
  font-size: 2.25rem;
  font-weight: 600;
  color: #1f2937;
  text-align: center;
}
.theme26 .section1__container .rating-block .reviewsBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
}
.theme26 .section1__container .rating-block .reviewBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.theme26 .section1__container .rating-block button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0.75rem 1.25rem;
  background-color: #1f2937;
  color: #fff;
  border: none;
  border-radius: 2.5rem;
}
.theme26 .section1__container .rating-line {
  display: block;
  width: 1px;
  background-color: #e5e7eb;
  height: auto;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.theme26 .section1__container .indicator-block {
  width: 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.theme26 .section1__container .indicator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.theme26 .section1__container .indicator span {
  font-size: 1rem;
  color: #4b5563;
}
.theme26 .section1__container .indicator .progress-bar {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 0.5rem;
  background-color: #e5e7eb;
  border-radius: 0.25rem;
  overflow: hidden;
}
.theme26 .section1__container .indicator .progress {
  height: 100%;
  border-radius: 0.25rem;
}
.theme26 .section1__container .section1__line {
  display: block;
  border-top: 1px solid #e5e7eb;
}
.theme26 .section1__container .section1__reviewsContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
.theme26 .section1__container .reviews-toolsBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.theme26 .section1__container .search-tool {
  max-width: 28.125rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
}
.theme26 .section1__container .search-tool input {
  border: none;
  outline: none;
  background: transparent;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.theme26 .section1__container .search-tool img {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.theme26 .section1__container .sort-tool {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
}
.theme26 .section1__container .sort-tool span {
  font-size: 1rem;
  color: #4b5563;
  text-wrap: nowrap;
}
.theme26 .section1__container .sort-tool select {
  font-size: 1rem;
  color: #1f2937;
  border: none;
  background: transparent;
}
.theme26 .section1__container .reviews-mainBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
.theme26 .section1__container .review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  padding: 1.5rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
}
.theme26 .section1__container .review-nameBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}
.theme26 .section1__container .review-text,
.theme26 .section1__container .review-date {
  font-size: 1rem;
  color: #4b5563;
}
.theme26 .section1__container .review-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #1f2937;
}
.theme26 .section1__container .review-button {
  font-size: 1.25rem;
  font-weight: 600;
  color: #3498db;
  background: transparent;
  border: none;
  cursor: pointer;
}

.cardProductSecondary {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 0.75rem;
}
.cardProductSecondary .cardProductSecondary__image {
  width: 100%;
  height: 7.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f5f5f5;
  border-radius: 0.75rem;
}
.cardProductSecondary .cardProductSecondary__image img {
  max-height: 16rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.cardProductSecondary .cardProductSecondary__title {
  font-weight: 400;
  font-size: 1.13rem;
  line-height: 1;
  letter-spacing: 0%;
  text-align: center;
}

@media (max-width: 1440px) {
  .container {
    max-width: 74rem;
  }
  .header .headerTitleText {
    font-size: 16px;
  }
  .header .headerContent .headerContent__title {
    font-size: 1.5rem;
  }
  .header .headerContent__menuLinks {
    gap: 1rem;
  }
  .header .headerContent__menuLinks .headerContent__menuLink {
    font-size: 18px;
  }
  .header .headerEnd .basketIcon {
    margin-right: 1rem;
  }
  .header .headerEnd .callIcon {
    margin-right: 0.3rem;
  }
  .header .headerEnd .headerEnd__phone {
    font-size: 1rem;
  }
  .theme1 {
    min-height: 45.38rem;
  }
  .theme2.theme2--mt {
    margin-top: -8rem;
  }
  .theme3 .theme3__content {
    gap: 0.438rem;
  }
  .theme20--cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
  .sectionY {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .sectionY:first-of-type {
    margin-top: 3rem;
  }
  .sectionY:last-of-type {
    margin-bottom: 3rem;
  }
}
@media (max-width: 1024px) {
  .container {
    max-width: 53.5rem;
  }
  .header .headerTitleText {
    font-size: 0.875rem;
  }
  .header .headerContent .headerContent__title {
    font-size: 1.5rem;
  }
  .header .headerContent__menuLinks {
    gap: 1rem;
  }
  .header .headerContent__menuLinks .headerContent__menuLink {
    font-size: 18px;
  }
  .header .headerEnd .basketIcon {
    margin-right: 0.5rem;
  }
  .header .headerEnd .callIcon {
    margin-right: 0.3rem;
  }
  .header .headerEnd .headerEnd__phone {
    font-size: 1rem;
  }
  .footer {
    padding: 2.5rem 0;
  }
  .footer .footer__block {
    grid-template-columns: 1fr;
  }
  .footer .footer__buttons {
    grid-template-columns: repeat(3, 1fr);
  }
  .buttonPrimary {
    font-size: 1.25rem;
  }
  .buttonPrimary.size-xl {
    padding: 0.54em 0.8em;
    font-size: 1.5rem;
  }
  .theme1 {
    min-height: 39.38rem;
  }
  .theme1 .theme1__title {
    font-size: 2.75rem;
    margin-bottom: 1rem;
  }
  .theme1 .theme1__description {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
  .theme1 .theme1__content {
    max-width: 30rem;
  }
  .theme2 .theme2__title {
    font-size: 1.5rem;
  }
  .theme2 .theme2__text {
    font-size: 1.25rem;
  }
  .theme3 .theme3__title {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 12px;
  }
  .theme3 .accordion {
    width: 23.5rem !important;
    max-width: 23.5rem !important;
    background: transparent;
  }
  .theme3 .theme3__swiper {
    display: none;
  }
  .theme3 .theme3__content {
    gap: 1rem;
  }
  .theme3 .theme3__image {
    width: 27rem;
    height: 26rem;
  }
  .theme4 .reviewSection .reviewSection__stars__text {
    font-size: 20px;
  }
  .theme4 .reviewSection .reviewSection__text__under {
    font-size: 30px;
    margin: 16px 0;
  }
  .theme5__block {
    height: 12rem;
  }
  .theme5__body {
    gap: 1.5rem;
  }
  .theme5__item__image {
    width: 12rem;
  }
  .theme5__item__title {
    font-weight: 600;
    font-size: 1.75rem;
  }
  .theme6 {
    padding: 1.5rem;
  }
  .theme6 .theme6__questionTitle {
    font-weight: 600;
    font-size: 1.5rem;
  }
  .theme6 .theme6__questionSubtitle {
    margin-bottom: 1.5rem;
  }
  .theme6 .theme6__options {
    gap: 0.62rem;
  }
  .theme7 .theme7__body {
    gap: 1rem;
  }
  .theme8 .theme8__table {
    font-size: 1.25rem;
  }
  .theme9 {
    padding: 2rem;
  }
  .theme9 .theme9__header {
    gap: 2rem;
  }
  .theme9 .theme9__title {
    margin-bottom: 1rem;
  }
  .theme9 .theme9__description {
    font-size: 1.25rem;
  }
  .theme9 .theme9__badge {
    width: 10rem;
  }
  .theme9 .theme9__list {
    margin-bottom: 2rem;
    gap: 1rem;
  }
  .theme9 .theme9__list .theme9__list__li {
    font-size: 1.13rem;
    gap: 0.5rem;
  }
  .theme9 .theme9__list .theme9__list__image {
    width: 1.5rem;
    height: 1.5rem;
  }
  .theme9 .theme9__buttonPrimary {
    margin-bottom: 2rem;
  }
  .theme9 .theme9__link {
    font-size: 1.5rem;
  }
  .theme10 .theme10__features {
    gap: 1.5rem;
  }
  .theme10 .theme10__feature .theme10__feature__title {
    font-size: 1rem;
  }
  .theme10 .theme10__feature .theme10__feature__description {
    font-size: 1rem;
  }
  .theme10 .theme10__card .theme10__card__body {
    border-radius: 1rem;
  }
  .theme10 .theme10__card .theme10__card__button {
    width: 2.5rem;
    height: 2.5rem;
  }
  .theme10 .theme10__card .theme10__card__button .theme10__card__button__icon {
    width: 1.13rem;
    height: 1.13rem;
  }
  .productCard .productCard__badge {
    font-size: 0.88rem;
  }
  .productCard .productCard__badges {
    gap: 0.32rem;
  }
  .productCard .productCard__price {
    font-size: 0.87rem;
  }
  .productCard .productCard__info {
    margin-bottom: 1.25rem;
  }
  .productCard .productCard__title {
    font-size: 1.5rem;
    margin-bottom: 1.13rem;
  }
  .productCard .productCard__rating .productCard__rating__image {
    height: 1.13rem;
  }
  .productCard .productCard__rating .productCard__rating__title {
    font-weight: 600;
    font-size: 1.13rem;
  }
  .productCard .productCard__features {
    gap: 0.5rem;
  }
  .productCard .productCard__features .productCard__features__li {
    font-size: 1rem;
  }
  .productCard .productCard__details .productCard__details__text {
    font-size: 1rem;
  }
  .productCard .productCard__button {
    font-size: 1.05rem;
    gap: 0.32rem;
  }
  .productCard .productCard__footer {
    font-size: 0.88rem;
  }
  .optionCard {
    padding: 0.75rem;
  }
  .optionCard .optionCard__buttons {
    margin-bottom: 0.75rem;
  }
  .optionCard .optionCard__icon {
    width: 1.5rem;
    height: 1.5rem;
  }
  .optionCard .optionCard__title {
    font-size: 1.13rem;
    margin-bottom: 0.32rem;
  }
  .optionCard .optionCard__description {
    font-size: 0.87rem;
  }
  .theme11 {
    padding: 2rem;
  }
  .theme11 .theme11__header {
    margin-bottom: 1.13rem;
  }
  .theme11 .theme11__title {
    font-size: 2rem;
  }
  .theme19 .theme19__title {
    margin-bottom: 2rem;
  }
  .theme19 .theme19__body {
    gap: 1.5rem;
  }
  .theme19 .theme19__card {
    padding: 1rem;
  }
  .theme19 .theme19__card .theme19__card__icon {
    height: 3rem;
    margin-bottom: 1rem;
  }
  .theme19 .theme19__card .theme19__card__title {
    font-size: 1.13rem;
  }
  .theme21 {
    padding: 1rem;
    gap: 1.5rem;
  }
  .theme22 .award__winning {
    padding: 1rem;
  }
  .theme22 .reviewsbee {
    width: 29.75rem;
  }
  .theme23 {
    padding: 2rem 0;
  }
  .theme23__content {
    gap: 2rem;
  }
  .theme23__item {
    gap: 4rem;
  }
  .theme23__text p {
    font-size: 1rem;
  }
  .theme23__title {
    text-align: start !important;
    font-size: 1.5rem;
  }
  .sectionY {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .sectionY:first-of-type {
    margin-top: 2.5rem;
  }
  .sectionY:last-of-type {
    margin-bottom: 2.5rem;
  }
  .title {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 40.25rem;
  }
  .header .header--content--mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1.25rem;
  }
  .header .header--content--mobile p {
    font-weight: 700;
    text-align: center;
    font-size: 1.5rem;
  }
  .header .headerTitleText {
    font-size: 0.875rem;
  }
  .header .headerContent {
    display: none !important;
  }
  .header .headerEnd .basketIcon {
    margin-right: 0.5rem;
    width: 1rem;
    height: 1rem;
  }
  .header .headerEnd .callIcon {
    margin-right: 0.3rem;
    width: 1rem;
    height: 1rem;
  }
  .header .headerEnd .headerEnd__phone {
    font-size: 0.8rem;
  }
  .footer .footer__navigation.footer__navigation--desctop {
    display: none;
  }
  .footer .footer__menu--mobile {
    display: block;
  }
  .footer .footer__buttons {
    grid-template-columns: 1fr;
  }
  .footer .footer__button {
    min-width: 100%;
  }
  .footer .footer__container {
    max-width: 57rem;
  }
  .buttonPrimary {
    font-size: 1rem;
  }
  .buttonPrimary.size-xl {
    padding: 0.54em 0.8em;
    font-size: 1.125rem;
  }
  .theme1 {
    padding-top: 2rem;
    min-height: 39.38rem;
  }
  .theme1 .theme1__title {
    font-size: 1.88rem;
    margin-bottom: 1.5rem;
  }
  .theme1 .theme1__description {
    font-size: 1.18rem;
    margin-bottom: 1.5rem;
  }
  .theme1 .theme1__content {
    max-width: 30rem;
  }
  .theme1 .theme1__text {
    font-size: 1rem;
  }
  .theme2 .theme2__title {
    font-size: 1.25rem;
  }
  .theme2 .theme2__svg {
    margin-bottom: 1.7rem;
  }
  .theme2 .theme2__pictures {
    gap: 0.75rem;
  }
  .theme2 .theme2__card {
    height: 9rem;
  }
  .theme3 {
    margin-top: 3rem !important;
  }
  .theme3 .theme3__title {
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }
  .theme3 .theme3__description {
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
  }
  .theme3 .theme3__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
    overflow: hidden;
  }
  .theme3 .theme3__content .accordion {
    display: none;
  }
  .theme3 .theme3__content .theme3__swiper {
    display: block;
  }
  .theme3 .theme3__swiper {
    display: block;
    color: #1f2937;
  }
  .theme3 .theme3__swiper__title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 1rem;
  }
  .theme3 .theme3__swiper__second__title {
    font-size: 1rem;
    font-weight: 500;
  }
  .theme3 .theme3__swiper__desc {
    font-size: 0.875rem;
  }
  .theme3 .theme3__swiper .theme3__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    text-align: start;
    border: 1px solid #e5e7eb;
    padding: 0.75rem;
    border-radius: 0.75rem;
  }
  .theme3 .theme3__swiper .theme3__card__number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .theme3 .theme3__swiper .theme3__card .theme3__slide-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 1.5rem;
    color: white;
    width: 1.5rem;
    height: 1.5rem;
    background-color: #00b878;
  }
  .theme3 .theme3__swiper .theme3__card .theme3__swiper__second__part {
    margin-top: 0.75rem;
  }
  .theme3 .theme3__swiper .swiper-pagination {
    position: relative;
    margin-top: 1rem;
    text-align: center;
  }
  .theme3 .theme3__swiper .swiper-pagination .swiper-pagination-bullet {
    background: #000;
  }
  .theme3 .theme3__swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #1f2937;
  }
  .theme3 .theme3__image {
    width: 100%;
    height: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .theme3__swiper__mobile {
    width: 100%;
    display: block;
  }
  .theme3__swiper__mobile .theme3__card {
    background: white;
    border: 1px solid #e9e9e9;
    border-radius: 1rem;
    padding: 1.5rem;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    color: #1a1a1a;
  }
  .theme3__swiper__mobile .theme3__card__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
  }
  .theme3__swiper__mobile .theme3__card__number {
    width: 28px;
    height: 28px;
    background: #00b67a;
    color: white;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 600;
    font-size: 0.9rem;
  }
  .theme3__swiper__mobile .theme3__card__title {
    font-weight: 600;
    font-size: 1.1rem;
  }
  .theme3__swiper__mobile .theme3__card__section {
    margin-bottom: 1rem;
  }
  .theme3__swiper__mobile .theme3__card__section:last-child {
    margin-bottom: 0;
  }
  .theme3__swiper__mobile .theme3__card__subtitle {
    font-weight: 600;
    margin-bottom: 0.25rem;
  }
  .theme3__swiper__mobile .theme3__card__text {
    color: #444;
    line-height: 1.4;
    font-size: 0.95rem;
  }
  .theme3__swiper__mobile .swiper-pagination {
    margin-top: 1rem;
    text-align: center;
  }
  .theme3__swiper__mobile .swiper-pagination .swiper-pagination-bullet {
    background: #d1d5db;
    opacity: 1;
    margin: 0 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .theme3__swiper__mobile .swiper-pagination .swiper-pagination-bullet-active {
    background: #111;
    width: 10px;
    height: 10px;
  }
  .theme4 .reviewSection {
    text-align: center;
    padding: 40px 20px;
  }
  .theme4 .reviewSection .reviewSection__top-badge {
    background: #edf8ff;
  }
  .theme4 .reviewSection .reviewSection__top {
    display: inline-block;
    background: #edf8ff;
    color: #030712;
    padding: 1rem;
    border-radius: 12px;
    font-size: 18px;
    margin-bottom: 22px;
  }
  .theme4 .reviewSection .reviewSection__stars__text {
    font-size: 1rem;
  }
  .theme4 .reviewSection .reviewSection__text__under {
    font-weight: 700;
    font-size: 2rem;
    margin: 1.5rem 0;
  }
  .theme4 .swiper {
    padding-bottom: 50px;
  }
  .theme4 .swiper .swiper-slide {
    background: #fff;
    border-radius: 1rem;
    overflow: hidden;
    text-align: start;
    padding-bottom: 1rem;
  }
  .theme4 .swiper .swiper-slide .video-box {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
  }
  .theme4 .swiper .swiper-slide .video-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  .theme4 .swiper .swiper-slide .video-box::after {
    content: "▶";
    font-size: 36px;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.3019607843);
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .theme4 .swiper .swiper-slide h4 {
    margin: 15px 0 5px 0;
    font-size: 16px;
    font-weight: bold;
  }
  .theme4 .swiper .swiper-slide p {
    font-size: 14px;
    color: #666;
    margin: 0;
  }
  .theme4 .swiper-button-next,
  .theme4 .swiper-button-prev {
    color: black;
    background-color: white;
    -webkit-box-shadow: 0px 2px 4px -2px var(--ColorsEffectsShadowsshadow-md02);
            box-shadow: 0px 2px 4px -2px var(--ColorsEffectsShadowsshadow-md02);
    border-radius: 100%;
    padding: 20px;
    -webkit-box-shadow: 0px 4px 6px -1px var(--ColorsEffectsShadowsshadow-md01);
            box-shadow: 0px 4px 6px -1px var(--ColorsEffectsShadowsshadow-md01);
  }
  .theme4 .swiper-pagination-bullet {
    background: #1f2937;
  }
  .theme4 .swiper-button-next::after,
  .theme4 .swiper-button-prev::after {
    display: none;
  }
  .theme4 .swiper-button-next,
  .theme4 .swiper-button-prev {
    background: white;
    border-radius: 50%;
    width: 64px;
    height: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
  }
  .theme4 .swiper-button-next svg,
  .theme4 .swiper-button-prev svg {
    width: 20px;
    height: 20px;
  }
  .theme5__title {
    margin-bottom: 1.25rem;
  }
  .theme5__body {
    gap: 1rem;
  }
  .theme5__block {
    height: 10rem;
  }
  .theme5__block__icon {
    width: 1rem;
  }
  .theme5__item__image {
    width: 10rem;
    border-radius: 0.75rem;
    padding: 1.5rem 1.75rem;
  }
  .theme5__item__title {
    font-size: 1.25rem;
  }
  .theme6 .theme6__step3 .check-icon {
    top: 0.5rem;
    right: 0.5rem;
  }
  .theme6 .theme6__step3 .theme6__provider {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
  .theme7 .theme7__body {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }
  .theme8 .theme8__title {
    margin-bottom: 1rem;
  }
  .theme8 .theme8__table {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  .theme8 .theme8__table .theme8__table__image {
    height: 1.37em;
  }
  .theme8 .disclaimer {
    font-size: 1rem;
  }
  .theme9 .theme9__header {
    grid-template-columns: 1fr;
    margin-bottom: 1.5rem;
  }
  .theme9 .theme9__badge {
    display: none;
  }
  .theme9 .theme9__link {
    font-size: 1.25rem;
  }
  .theme10 .theme10__features {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
  .theme10 .theme10__feature .theme10__feature__title {
    font-size: 1rem;
  }
  .theme10 .theme10__feature .theme10__feature__description {
    font-size: 1rem;
  }
  .theme11 .theme11__title {
    font-size: 1.5rem;
  }
  .theme11 .theme11__description {
    font-size: 1rem;
  }
  .theme11 .theme11__text {
    font-size: 0.88rem;
    margin-bottom: 2rem;
  }
  .theme11 .theme11__note {
    font-size: 0.88rem;
  }
  .theme12 {
    margin-top: 3rem;
  }
  .theme12 .review-content {
    padding: 0.75rem 1.25rem;
    text-align: start;
    position: relative;
  }
  .theme12 .review-content .review-content-title {
    font-size: 1.875rem;
    font-weight: 700;
    margin-bottom: 0.625rem;
  }
  .theme12 .review-content .review-content-text {
    font-weight: 600;
    font-size: 20px;
    font-weight: 700;
  }
  .theme12 .review-content .review-content-Logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1.25rem;
  }
  .theme12 .mySwiper {
    width: 100%;
    height: auto;
    display: block;
  }
  .theme12 .mySwiper .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: white;
    border-radius: 0.75rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0.75rem;
  }
  .theme12 .mySwiper .swiper-slide .slides--stars {
    width: 137px;
    height: 28px;
    margin-bottom: 0.5rem;
  }
  .theme12 .mySwiper .swiper-slide .slide-content h2 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.375rem;
  }
  .theme12 .mySwiper .swiper-slide .slide-content p {
    color: #030712;
    margin-bottom: 0.75rem;
  }
  .theme12 .mySwiper .swiper-slide .slide-content span {
    font-size: 1.125rem;
    font-weight: 600;
    text-decoration: underline;
  }
  .theme12 .swiper-controls {
    position: absolute;
    bottom: -4.125rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6rem;
    z-index: 10;
  }
  .theme12 .swiper-button-next,
  .theme12 .swiper-button-prev {
    position: static;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .theme12 .swiper-button-next:after,
  .theme12 .swiper-button-prev:after {
    font-size: 16px;
    font-weight: bold;
  }
  .theme12 .swiper-button-next:hover,
  .theme12 .swiper-button-prev:hover {
    background: #e9f9f3;
    color: #00b37e;
  }
  .theme12 .swiper-pagination {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
  }
  .theme12 .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: black;
    opacity: 1;
    border-radius: 50%;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
  }
  .theme12 .swiper-pagination .swiper-pagination-bullet-active {
    background: #00b37e;
  }
  .theme13 {
    margin-top: 3rem !important;
    background: transparent;
    padding: 0;
  }
  .theme13 .filter--title {
    display: none;
  }
  .theme13 .questions--content {
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0.75rem;
  }
  .theme13 .questions--content .input--mobile {
    display: none;
  }
  .theme13 .questions--content p {
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 0rem;
  }
  .theme13 .questions--content input {
    width: 100%;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
  }
  .theme13 .questions--content input::-webkit-input-placeholder {
    color: #d1d5db;
  }
  .theme13 .questions--content input::-moz-placeholder {
    color: #d1d5db;
  }
  .theme13 .questions--content input:-ms-input-placeholder {
    color: #d1d5db;
  }
  .theme13 .questions--content input::-ms-input-placeholder {
    color: #d1d5db;
  }
  .theme13 .questions--content input::placeholder {
    color: #d1d5db;
  }
  .theme13 .filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 107px;
  }
  .theme13 .filter .accordion {
    min-width: 100%;
  }
  .theme13 .filterBy--buttons {
    display: none;
  }
  .theme14 {
    margin-top: 3rem;
  }
  .theme14 .contact-experts {
    padding: 1.5rem 1rem;
    margin: 1.5rem auto;
  }
  .theme14 .contact-experts__title {
    color: #1a1a1a;
    margin-bottom: 1.5rem;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
  }
  .theme14 .contact-experts__options {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.5rem;
    margin-bottom: 1.5rem;
  }
  .theme14 .contact-experts__options .contact-experts__option {
    background: white;
    padding: 0.875rem 1.25rem;
    border-radius: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0.75rem;
    cursor: pointer;
    font-weight: 500;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 100%;
  }
  .theme14 .contact-experts__options .contact-experts__option:hover {
    background: #f5faff;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  .theme14 .contact-experts__options .contact-experts__option i {
    font-size: 1.2rem;
    color: #007bff;
  }
  .theme14 .contact-experts__text {
    margin-bottom: 0.75rem;
  }
  .theme14 .contact-experts__response {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
  }
  .theme15 .why-choose {
    padding: 0rem;
  }
  .theme15 .why-choose__title {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
  }
  .theme15 .why-choose__grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0rem;
    position: relative;
  }
  .theme15 .why-choose__grid::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 25px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1px;
    background-color: #ccc;
    z-index: 0;
    height: 23.375rem;
  }
  .theme15 .why-choose__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    background: #ffffff;
    border-radius: 0;
    border: 0px;
    padding: 0;
  }
  .theme15 .why-choose__item h3 {
    margin-bottom: 0.125rem;
    font-size: 1rem;
  }
  .theme15 .why-choose__item p {
    font-size: 0.875rem;
  }
  .theme15 .why-choose__badge {
    z-index: 5;
    background: #00b878;
    color: #fff;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    font-size: 1.5rem;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 0.75rem;
  }
  .theme15 .why-choose__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: rgb(237, 248, 255);
    border-radius: 0.5rem;
    margin-top: 0.75rem;
    font-size: 0.9375rem;
    padding: 0.25rem;
  }
  .theme15 .why-choose__footer .footer-badge {
    max-width: 8.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #0096c7;
    color: #fff;
    font-size: 0.5rem;
    border-radius: 0.375rem;
    text-align: center;
    margin-right: 0.5rem;
    padding: 0.75rem 0.375rem;
  }
  .theme15 .why-choose__footer .footer-text {
    padding: 0.25rem 0;
  }
  .theme15 .why-choose__footer .footer-text span {
    font-size: 0.875rem;
  }
  .theme15 .why-choose__footer .footer-text p {
    font-size: 0.75rem;
    margin-top: 0.375rem;
  }
  .theme16 {
    margin-top: 3.375rem;
    margin-bottom: 3.375rem;
  }
  .theme16 .need--booster {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .theme16 .need--booster--items {
    margin-top: 0rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
  .theme16 .need--booster--items .booster-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 0.75rem;
    padding: 0 1rem;
  }
  .theme16 .need--booster--items .booster-item .booster-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    text-align: start;
    gap: 0.5rem;
  }
  .theme16 .need--booster--items .booster-item h4 {
    font-weight: 800;
    font-size: 1.125rem;
    margin-bottom: 0;
  }
  .theme16 .need--booster--items .booster-item p {
    font-size: 0.875rem;
  }
  .theme16 .booster-icon {
    width: 3rem;
    height: 3rem;
  }
  .theme16 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
  }
  .theme17 {
    margin-top: 3rem;
  }
  .theme17 .product-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
  .theme17 .thumbnails {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 1.5rem;
  }
  .theme17 .thumbnails img {
    width: 60px;
    margin: 10px 0;
    border-radius: 8px;
    cursor: pointer;
    border: 2px solid transparent;
  }
  .theme17 .thumbnails img:hover {
    border-color: #007aff;
  }
  .theme17 .main-image {
    position: relative;
  }
  .theme17 .main-image img {
    width: 100%;
    border-radius: 12px;
  }
  .theme17 .video-btn {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    border: none;
    padding: 6px 12px;
    border-radius: 20px;
    cursor: pointer;
  }
  .theme17 .product-details {
    -webkit-box-flex: 1.5;
        -ms-flex: 1.5;
            flex: 1.5;
  }
  .theme17 .product-details h3 {
    margin-bottom: 1.25rem;
    font-size: 1.5rem;
  }
  .theme17 .product-details h3 .sku {
    font-weight: 600;
    font-size: 2.25rem;
  }
  .theme17 .rating {
    gap: 0.5rem;
  }
  .theme17 .rating a {
    font-size: 1rem;
  }
  .theme17 .matched-info {
    margin-bottom: 1.625rem;
    padding: 0.813rem 0;
    font-size: 0.75rem;
  }
  .theme17 .matched-info .badge {
    padding: 0.25rem 0.75rem;
    margin-left: 0.375rem;
    margin-right: 0;
    font-size: 0.75rem;
  }
  .theme17 .matched-info .quiz-link {
    font-size: 0.75rem;
    color: #3498db;
    text-decoration: underline;
  }
  .theme17 .tabs {
    gap: 1rem;
    font-weight: 700;
  }
  .theme17 .tabs .tab {
    font-size: 1rem;
  }
  .theme17 .features-list {
    margin: 0.75rem 0;
  }
  .theme17 .features-list li {
    font-size: 0.875rem;
  }
  .theme17 .upgrades--text {
    font-weight: 700;
    font-size: 1.25rem;
  }
  .theme17 .upgrades--link {
    color: #3498db;
    text-decoration: underline;
  }
  .theme17 .kits {
    margin-top: 1.875rem;
    margin-bottom: 1.25rem;
  }
  .theme17 .kits ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
  .theme17 .kits ul li img {
    margin-right: 0.25rem;
    width: 1rem;
    height: 1rem;
  }
  .theme17 .kits .kit {
    padding: 0.75rem;
    width: 100%;
  }
  .theme17 .kits .kit h6 {
    font-size: 1rem;
  }
  .theme17 .kits .kit .circle--standart {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background: #4fae88;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    color: #4fae88;
  }
  .theme17 .kits .pro-kit {
    padding: 0.75rem;
  }
  .theme17 .kits .pro-kit .most-popular {
    font-size: 0.75rem;
  }
  .theme17 .product-card {
    background: #edf8ff;
    border-radius: 0.75rem;
    padding: 0rem;
    margin: 2rem auto;
    color: #1f2937;
    background-color: #edf8ff;
  }
  .theme17 .product-card .product-pricing {
    gap: 1.25rem;
    padding: 0rem;
    border-radius: 0.75rem;
    margin-bottom: 1.375rem;
  }
  .theme17 .product-card .product-pricing .divider-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .theme17 .product-card .product-pricing .divider-container .divider {
    height: 1px;
    width: 2rem;
    rotate: 90deg;
  }
  .theme17 .product-card .product-pricing .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.125rem;
  }
  .theme17 .product-card .product-pricing .price .old-price {
    text-decoration: line-through;
    color: #d1d5db;
    font-size: 1.875rem;
  }
  .theme17 .product-card .product-pricing .price .new-price {
    font-size: 1.875rem;
    font-weight: 700;
    color: #111;
  }
  .theme17 .product-card .product-pricing .price .discount {
    background: #00b878;
    color: white;
    padding: 0.125rem 0.25rem;
    border-radius: 0.25rem;
    font-size: 1rem;
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .theme17 .product-card .product-pricing .klarna p {
    font-size: 0.75rem;
    color: #030712;
    margin: 0;
    text-align: start;
  }
  .theme17 .product-card .product-pricing .klarna img {
    width: 3.688rem;
    height: 2.313rem;
    margin-left: 0.5rem;
  }
  .theme17 .product-card .expansion-kit {
    background: white;
    border-radius: 0.625rem;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 0.125rem;
    border: 1px solid #e5e7eb;
  }
  .theme17 .product-card .expansion-kit.active {
    background: #dff2ff;
  }
  .theme17 .product-card .expansion-kit .kit--header {
    padding: 0.75rem;
    background-color: #b8e7fc;
    border-radius: 0.625rem;
  }
  .theme17 .product-card .expansion-kit .switch {
    position: absolute;
    top: 15px;
    left: 15px;
  }
  .theme17 .product-card .expansion-kit .switch input {
    display: none;
  }
  .theme17 .product-card .expansion-kit .switch .slider {
    width: 42px;
    height: 24px;
    background: #ccc;
    border-radius: 12px;
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .theme17 .product-card .expansion-kit .switch .slider::after {
    content: "";
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 3px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .theme17 .product-card .expansion-kit .switch input:checked + .slider {
    background: #13a874;
  }
  .theme17 .product-card .expansion-kit .switch input:checked + .slider::after {
    -webkit-transform: translateX(18px);
            transform: translateX(18px);
  }
  .theme17 .product-card .expansion-kit .kit-info {
    margin-left: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .theme17 .product-card .expansion-kit .kit-info .kit-pricing {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .theme17 .product-card .expansion-kit .kit-info .kit-pricing .kit-old {
    text-decoration: line-through;
    color: #4b5563;
    font-size: 1rem;
  }
  .theme17 .product-card .expansion-kit .kit-info .kit-pricing .kit-new {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1f2937;
    font-style: italic;
  }
  .theme17 .product-card .expansion-kit .kit-info .kit-desc {
    display: none !important;
  }
  .theme17 .product-card .expansion-kit .kit-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0.5rem 1.25rem;
  }
  .theme17 .product-card .expansion-kit .kit-items .divider-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.125rem;
  }
  .theme17 .product-card .expansion-kit .kit-items .divider-container .divider {
    height: 1px;
    width: 3rem;
    rotate: 90deg;
  }
  .theme17 .product-card .expansion-kit .kit-items .item {
    text-align: center;
  }
  .theme17 .product-card .expansion-kit .kit-items .item p {
    font-size: 1.125rem;
    color: #1f2937;
  }
  .theme17 .product-card .expansion-kit .kit-items .item span {
    color: #4b5563;
    font-size: 1rem;
  }
  .theme17 .product-card .expansion-kit .kit-items .item img {
    width: 3.25rem;
    height: 3.25rem;
    -o-object-fit: contain;
       object-fit: contain;
    margin-bottom: 0.25rem;
  }
  .theme17 .product-card .expansion-kit .quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    margin-left: 0.75rem;
  }
  .theme17 .product-card .expansion-kit .quantity button {
    background: #eee;
    border: none;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    font-size: 18px;
    cursor: pointer;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .theme17 .product-card .expansion-kit .quantity button:hover {
    background: #ddd;
  }
  .theme17 .product-card .expansion-kit .quantity .value {
    font-weight: 600;
  }
  .theme17 .product-card .cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem;
    margin-top: 1.25rem;
  }
  .theme17 .product-card .cta .select-qty select {
    display: none;
  }
  .theme17 .product-card .cta .cta-btn {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background: #ff6b00;
    color: #fff;
    font-weight: 600;
    border: none;
    padding: 10px;
    font-size: 1.25rem;
    border-radius: 10px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .theme17 .product-card .stock {
    margin-bottom: 1.25rem;
  }
  .theme17 .product-card .stock .in-stock {
    color: #13a874;
    font-weight: 600;
  }
  .theme17 .product-card .stock span {
    color: #00b878;
    font-style: italic;
  }
  .theme17 .product-card .stock-icon {
    width: 1rem;
    height: 1rem;
  }
  .theme17 .product-card .trial-info--container {
    padding-bottom: 1.5rem;
  }
  .theme17 .product-card .trial-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.625rem;
  }
  .theme17 .addons {
    margin: 1.5rem auto;
    color: #111;
    padding: 10px;
  }
  .theme17 .addons--divider--container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .theme17 .addons--divider--container .divider {
    height: 1px;
    width: 100%;
    background: #e5e7eb;
    margin: auto;
  }
  .theme17 .addons h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0px;
  }
  .theme17 .addons .optional {
    text-align: center;
    color: #4b5563;
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
  .theme17 .addons .addon-item {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 0.813rem;
    margin-bottom: 15px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  }
  .theme17 .addons .addon-item .addon-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    position: relative;
  }
  .theme17 .addons .addon-item .addon-header img {
    width: 50px;
    height: 50px;
    margin-right: 12px;
  }
  .theme17 .addons .addon-item .addon-header h4 {
    font-size: 1rem;
  }
  .theme17 .addons .addon-item .addon-header p {
    font-size: 0.75rem;
  }
  .theme17 .addons .addon-item .addon-header .save-badge {
    color: #13a874;
    font-size: 0.75rem;
    padding: 0.375rem 0.75rem;
    border-radius: 0.75rem;
  }
  .theme17 .addons .addon-item .tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0.875rem 0 0.75rem;
  }
  .theme17 .addons .addon-item .tags span {
    background: #edf8ff;
    color: #3498db;
    font-size: 12px;
    border-radius: 0.75rem;
    padding: 3px 8px;
    font-weight: 500;
    border: 1px solid #3495db;
  }
  .theme17 .addons .addon-item .cable-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 1.125rem;
  }
  .theme17 .addons .addon-item .cable-select--controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.25rem;
  }
  .theme17 .addons .addon-item .cable-select--dropdown {
    width: 11rem;
  }
  .theme17 .addons .addon-item .cable-select label {
    font-size: 13px;
    color: #555;
  }
  .theme17 .addons .addon-item .cable-select select {
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    padding: 4px 8px;
    font-size: 13px;
  }
  .theme17 .addons .addon-item .qty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6px;
    border: #e5e7eb 1px solid;
    border-radius: 0.5rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 1.313 0.625rem;
  }
  .theme17 .addons .addon-item .qty button {
    border-radius: 50%;
    padding: 0.625rem 0.625rem;
    border: none;
    font-size: 1rem;
    cursor: pointer;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    background-color: white;
  }
  .theme17 .addons .addon-item .qty button:hover {
    background: #ddd;
  }
  .theme17 .addons .addon-item .qty .value {
    font-weight: 600;
    min-width: 14px;
    text-align: center;
  }
  .theme17 .addons .addon-item .price-add {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .theme17 .addons .addon-item .price-add .price .new {
    font-weight: 600;
    font-size: 1rem;
  }
  .theme17 .addons .addon-item .price-add .price .old {
    text-decoration: line-through;
    color: #4b5563;
    font-size: 0.875rem;
  }
  .theme17 .addons .addon-item .price-add .add-btn {
    color: #f5751e;
    background: white;
    border: 1px solid #de641d;
    border-radius: 8px;
    padding: 0.1rem 1.25rem;
    font-weight: 600;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .theme17 .addons .social-proof {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
    background: #f7faff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 10px 15px;
    font-size: 13px;
    color: #333;
  }
  .theme17 .addons .social-proof .icon {
    font-size: 22px;
  }
  .theme17 .addons .social-proof .proof-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1.5rem;
    color: #4b5563;
  }
  .theme17 .addons .social-proof .proof-text .proof-title {
    font-size: 1rem;
  }
  .theme17 .addons .social-proof .proof-text .proof-desc {
    font-size: 0.75rem;
    color: #4b5563;
    font-weight: 600;
  }
  .theme17 .addons .social-proof .proof-text .proof-desc strong {
    color: #3498db;
  }
  .theme17 .addons .support {
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    padding: 1rem;
    margin-top: 1rem;
  }
  .theme17 .addons .support .status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 8px;
    margin-bottom: 4px;
  }
  .theme17 .addons .support .status--title {
    font-size: 1rem;
    font-weight: 700;
  }
  .theme17 .addons .support .status .online {
    padding: 0.1rem 0.3rem;
    font-size: 0.75rem;
  }
  .theme17 .addons .support p {
    font-size: 13px;
    color: #555;
    margin: 5px 0;
  }
  .theme17 .addons .support .rep {
    margin: 0;
  }
  .theme17 .addons .support .rep--title {
    font-size: 0.875rem;
  }
  .theme17 .addons .support .support-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin-top: 1rem;
    gap: 0.75rem;
  }
  .theme17 .addons .support .support-buttons button {
    border: none;
    padding: 0.375rem 0.3rem;
    cursor: pointer;
  }
  .theme17 .addons .support .support-buttons .chat {
    font-size: 0.875rem;
  }
  .theme18 .theme18__body {
    grid-template-columns: repeat(12, 1fr);
  }
  .theme18 .cardProductSecondary {
    grid-column: span 4/span 4;
  }
  .theme18 .cardProductSecondary:nth-child(9n-3) {
    grid-column: span 4/span 4;
  }
  .theme18 .cardProductSecondary:nth-child(9n-8) {
    grid-column: span 12/span 12;
    grid-row: span 1/span 1;
  }
  .theme18 .cardProductSecondary:nth-child(9n-7), .theme18 .cardProductSecondary:nth-child(9n-6) {
    grid-column: span 6/span 6;
  }
  .theme18 .theme18__card {
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .theme18 .theme18__card .theme18__card__img {
    width: 2.19rem;
    height: 2.19rem;
  }
  .theme18 .theme18__card .theme18__card__title {
    font-size: 1rem;
  }
  .theme19 .theme19__title {
    margin-bottom: 2rem;
  }
  .theme19 .theme19__body {
    gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }
  .theme21 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .theme21 .limited--time {
    padding: 0.5rem;
  }
  .theme21 .limited--time .limited--upContent {
    margin-bottom: 0.75rem;
  }
  .theme21 .limited--time .limited--upContent--title {
    font-size: 0.75rem;
    font-weight: 700;
  }
  .theme21 .limited--time .limited--upContent--desc {
    font-size: 0.75rem;
  }
  .theme21 .limited--time .limited--upContent .promo--times {
    margin-left: 0.5rem;
  }
  .theme21 .limited--time .limited--upContent .promo--times .promo--time {
    padding: 0.5rem 0.688rem;
    font-weight: 700;
  }
  .theme21 .limited--time .limited--downContent {
    font-size: 0.875rem;
    font-weight: 700;
  }
  .theme21 .limited--time .limited--downContent--link {
    margin: 0 0.3rem;
  }
  .theme21--first--content {
    width: 100%;
  }
  .theme21--first--content .title {
    font-size: 1rem;
    margin-bottom: 0.25rem;
    font-weight: 700;
  }
  .theme21--first--content .title--desc {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 1rem;
  }
  .theme21--first--content .desc--cont {
    font-size: 0.875rem;
  }
  .theme21--first--content .signal--hero {
    width: 13rem;
    height: 11.313rem;
  }
  .theme21--first--content .desktop--show {
    display: none;
  }
  .theme21--second--content .whatYou--get--title {
    font-size: 1rem;
    font-weight: 700;
  }
  .theme21--second--content .whatYou--get--content .content--all {
    margin-left: 0.875rem;
  }
  .theme21--second--content .whatYou--get--content .content--up .content--priceSecond {
    color: #00b878;
    font-size: 0.875rem;
    font-weight: 700;
  }
  .theme21--second--content .whatYou--get--content .content--up .content--up--title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
  }
  .theme21--second--content .whatYou--get--content .content--up .price--container {
    margin-top: 0.125rem;
  }
  .theme21--second--content .whatYou--get--content .content--up .content--price {
    line-height: 1;
  }
  .theme21--second--content .whatYou--get--content .content--up .content--priceSecond {
    line-height: 1;
  }
  .theme21--second--content .divider {
    margin-top: 1rem;
  }
  .theme21--second--content .total--container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 2.125rem;
  }
  .theme21--second--content .total--container .total--value {
    margin-bottom: 0.375rem;
    font-size: 0.75rem;
  }
  .theme21--second--content .total--container .bundle--prices {
    font-size: 0.75rem;
  }
  .theme21--second--content .total--container .bundle--prices .save--btn {
    background-color: #00b878;
    color: white;
    border: none;
    border-radius: 0.188rem;
  }
  .theme21--second--content .total--container .bundle--price {
    color: #4b5563;
  }
  .theme21--second--content .order--container {
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .theme21--second--content .order--container .order--button {
    min-width: unset;
    max-width: 15.75rem;
    padding: 0.75rem 3rem;
    border-radius: 2rem;
  }
  .theme21--second--content .order--container .rightButton {
    display: none;
  }
  .theme21--second--content .order--container .risk--free {
    font-size: 0.75rem;
    margin-bottom: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .theme21--second--content .order--container .security {
    width: 0.813rem;
    height: 0.813rem;
  }
  .theme21--second--content .order--container .success--rate {
    font-size: 0.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .theme21--second--content .order--container .stars {
    width: 4.875rem;
    height: 0.875rem;
  }
  .theme21--second--content .down--content {
    margin-top: 1.25rem;
  }
  .theme21 .final--offer {
    background-color: #f28285;
    padding: 0.5rem 1rem;
    border-radius: 1.5rem;
    color: white;
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 2rem;
  }
  .theme22 .reviewsbee {
    width: 19.75rem;
  }
  .theme23 {
    padding: 2rem 0;
  }
  .theme23__item {
    gap: 2rem;
  }
  .theme25 .download__sheet {
    border-radius: 0.75rem;
    padding: 1.5rem 2rem;
  }
  .theme25 .download__sheet .sheet__link {
    font-size: 1rem;
  }
  .theme25 .download__sheet .sheet__text {
    font-size: 0.8rem;
  }
  .sectionY {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .sectionY:first-of-type {
    margin-top: 2rem;
  }
  .sectionY:last-of-type {
    margin-bottom: 2rem;
  }
  .title {
    font-size: 2rem;
  }
}
@media (max-width: 500px) {
  .container {
    max-width: 22.56rem;
  }
  .action--container .video {
    height: 20rem;
  }
  .footer {
    padding: 1.5rem 0;
  }
  .footer .footer__container {
    max-width: 21.57rem;
  }
  .footer .footer__block {
    padding: 0;
    border: none;
    gap: 2rem;
  }
  .footer .footer__title {
    font-size: 1.25rem;
    margin-bottom: 0.25rem;
  }
  .footer .footer__description {
    font-size: 0.88rem;
  }
  .footer .footer__description--mb {
    margin-bottom: 2rem;
  }
  .footer .footer__button {
    font-size: 1rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0.75rem 1.5rem;
  }
  .footer .footer__link.footer__link__title {
    font-size: 1.13rem;
  }
  .footer .footer__link {
    font-size: 0.87rem;
  }
  .sectionY {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .sectionY:first-of-type {
    margin-top: 1.5rem;
  }
  .sectionY:last-of-type {
    margin-bottom: 1.5rem;
  }
  .title {
    font-size: 1.25rem;
  }
  .cardProductSecondary .cardProductSecondary__title {
    font-size: 0.75rem;
  }
  .theme1 {
    padding-top: 1rem;
    text-align: center;
    min-height: 37.5rem;
    color: black;
  }
  .theme1::before {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(transparent), to(rgba(0, 0, 0, 0.9)));
    background: linear-gradient(to bottom, transparent 0%, transparent calc(100% - 11rem), rgba(0, 0, 0, 0.9) 100%);
  }
  .theme1 .theme1__picture {
    -o-object-position: top;
       object-position: top;
  }
  .theme1 .theme1__description {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
  .theme1 .theme1__button {
    margin-left: auto;
    margin-right: auto;
  }
  .theme1 .theme1__content {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .buttonPrimary {
    font-size: 1rem;
  }
  .buttonPrimary.size-xl {
    padding: 0.54em 0.8em;
    font-size: 1.13rem;
  }
  .theme2 {
    border-radius: 0.75rem;
    padding-bottom: 0.81rem;
  }
  .theme2 .theme2__title {
    font-size: 1.25rem;
  }
  .theme2 .theme2__svg {
    margin-bottom: 1.7rem;
  }
  .theme2 .theme2__pictures {
    gap: 0.5rem;
  }
  .theme2 .theme2__text {
    font-size: 0.875rem;
  }
  .theme2 .theme2__card {
    height: 5rem;
    border-radius: 0.5rem;
    padding: 0.12rem;
  }
  .theme2 .theme2__card .theme2__card__picture {
    border-radius: 0.5rem;
  }
  .theme2 .theme2__card .theme2__card__title {
    font-size: 1.12rem;
  }
  .theme2 .theme2__container--mobile {
    max-width: 23.25rem;
  }
  .theme5.sectionY {
    margin-bottom: 3rem;
  }
  .theme5__title {
    margin-bottom: 0.75rem;
  }
  .theme5__body {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0.5rem;
  }
  .theme6.sectionY {
    margin-top: 3rem;
  }
  .theme6 .theme6__title {
    margin-bottom: 1.5rem;
  }
  .theme6 .theme6__progress {
    margin-bottom: 1.5rem;
  }
  .theme6 .theme6__progress .progress {
    height: 0.25rem;
  }
  .theme6 .progress-container .theme6__progress__step {
    font-size: 0.87rem;
  }
  .theme6 .theme6__options {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
  .theme6 .theme6__questionTitle {
    font-size: 1.13rem;
    margin-bottom: 0.37rem;
  }
  .theme6 .theme6__questionSubtitle {
    font-size: 0.87rem;
    margin-bottom: 1.5rem;
  }
  .theme6 .theme6__step3__title {
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
    text-align: start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .theme6 .theme6__step3__secondTitle {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
  }
  .theme6 .theme6__step3__signal {
    gap: 0.5rem;
  }
  .theme6 .theme6__step3 .step3__signal__title {
    font-size: 1.125rem;
    font-weight: 700;
  }
  .theme6 .theme6__step3 .step3__signal__desc {
    font-size: 1.125rem;
  }
  .theme6 .theme6__step3 .check-icon {
    position: absolute;
    top: 0.828rem;
    right: 0.828rem;
    width: 1.375rem;
    height: 1.375rem;
  }
  .theme6 .theme6__step3 .provider__button {
    max-width: 4.625rem;
    padding: 1rem 1.6rem;
    font-size: 0.75rem;
  }
  .theme6 .theme6__step3 .theme6__provider {
    gap: 0.5rem;
  }
  .theme6 .theme6__step3 .theme6__provider__container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    margin-top: 1.5rem;
    gap: 0.5rem;
  }
  .theme6 .theme6__step3 .theme6__provider__select {
    padding: 0.375rem 0.75rem;
    margin-bottom: 2rem;
  }
  .theme6 .theme6__step3 .theme6__provider__button {
    width: 100%;
    height: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0.5rem;
  }
  .theme6 .theme6__step3 .theme6__provider__text {
    margin: 0 auto;
    color: #1f2937;
  }
  .theme6 .theme6__step3 .theme6__step3__analyzingImage {
    width: 2.75rem;
    height: 2.75rem;
    margin-bottom: 1.25rem;
  }
  .theme6 .theme6__step3 .theme6__analyzingNeeds {
    font-size: 0.75rem;
  }
  .theme7 .theme7__body {
    grid-template-columns: 1fr;
  }
  .theme8 .theme8__title {
    margin-bottom: 0.75rem;
    font-weight: 700;
    font-size: 1.5rem;
  }
  .theme8 .theme8__table {
    border-radius: 0.5rem;
    table-layout: auto;
    font-size: 0.88rem;
    margin-bottom: 0.75rem;
  }
  .theme8 .theme8__table th {
    padding: 0.88rem 0.5rem;
    font-weight: 700;
    font-size: 1rem;
  }
  .theme8 .theme8__table td {
    padding: 0.75rem;
    font-weight: 400;
  }
  .theme8 .disclaimer {
    font-size: 0.75rem;
    font-weight: 400;
  }
  .theme9 {
    padding: 2rem 1.5rem;
  }
  .theme9 .theme9__title {
    font-size: 1.5rem;
    font-weight: 700;
  }
  .theme9 .theme9__description {
    font-size: 1.13rem;
  }
  .theme9 .theme9__header {
    grid-template-columns: 1fr;
    margin-bottom: 1.5rem;
  }
  .theme9 .theme9__badge {
    display: none;
  }
  .theme9 .theme9__link {
    font-size: 1.25rem;
  }
  .theme9 .theme9__list {
    margin-bottom: 2.7rem;
    gap: 0.63rem;
  }
  .theme9 .theme9__list .theme9__list__li {
    font-size: 0.88rem;
  }
  .theme9 .theme9__list .theme9__list__image {
    width: 1.32rem;
    height: 1.32rem;
  }
  .theme9 .theme9__buttonPrimary {
    width: 100%;
  }
  .theme9 .theme9__link {
    font-size: 1.13rem;
  }
  .theme10 .theme10__header {
    padding: 0.75rem 1.25rem;
    border-radius: 0.75rem;
    gap: 0.88rem;
  }
  .theme10 .theme10__header .theme10__header__image {
    height: 1.75rem;
  }
  .theme10 .theme10__header .theme10__header__title {
    font-size: 1rem;
    margin-bottom: 0;
  }
  .theme10 .theme10__header .theme10__header__description {
    font-size: 0.75rem;
  }
  .theme10 .theme10__body {
    padding: 1rem;
  }
  .theme10 .theme10__body .theme10__body__title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
  }
  .theme10 .theme10__badges {
    gap: 0.75rem;
    margin-bottom: 1.25rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .theme10 .theme10__badge {
    font-size: 0.75rem;
    width: 100%;
    min-width: unset;
    gap: 0.38rem;
  }
  .theme10 .theme10__features {
    gap: 0.5rem;
    margin-bottom: 1.25rem;
  }
  .theme10 .theme10__feature {
    gap: 0.5rem;
  }
  .theme10 .theme10__feature .theme10__feature__icon {
    width: 1.13rem;
    height: 1.13rem;
  }
  .theme10 .theme10__feature .theme10__feature__title {
    font-weight: 400;
    font-size: 0.75rem;
    margin-bottom: 0rem;
  }
  .theme10 .theme10__feature .theme10__feature__description {
    font-size: 0.75rem;
  }
  .theme10 .theme10__content {
    border-radius: 1rem;
    padding: 0.75rem 0;
  }
  .theme10 .theme10__swiper {
    padding: 0 0.75rem;
  }
  .theme10 .theme10__card {
    padding: 1.25rem 1rem 1rem;
    border-radius: 0.75rem;
    gap: 0.5rem;
  }
  .theme10 .theme10__card .theme10__card__header,
  .theme10 .theme10__card .theme10__card__footer {
    height: 0.82rem;
  }
  .theme10 .theme10__card .theme10__card__body {
    border-radius: 0.44rem;
  }
  .theme10 .theme10__card .theme10__card__footer {
    max-width: 60%;
  }
  .theme10 .theme10__card .theme10__card__button {
    width: 1.75rem;
    height: 1.75rem;
    bottom: 1rem;
    right: 0.44rem;
  }
  .theme10 .theme10__card .theme10__card__button .theme10__card__button__icon {
    width: 1rem;
    height: 1rem;
  }
  .productCard .productCard__badge {
    font-size: 1rem;
  }
  .productCard .productCard__badges {
    gap: 0.32rem;
  }
  .productCard .productCard__price {
    font-size: 1.13rem;
  }
  .productCard .productCard__info {
    margin-bottom: 0.75rem;
  }
  .productCard .productCard__title {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
  }
  .productCard .productCard__rating {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    gap: 1.5rem;
  }
  .productCard .productCard__rating .productCard__rating__image {
    height: 1rem;
  }
  .productCard .productCard__rating .productCard__rating__title {
    font-size: 1rem;
  }
  .productCard .productCard__features {
    gap: 0.75rem;
  }
  .productCard .productCard__features .productCard__features__li {
    font-size: 1rem;
  }
  .productCard .productCard__button {
    font-size: 1.25rem;
    gap: 0.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .productCard .productCard__footer {
    font-size: 1rem;
  }
  .optionCard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .optionCard .optionCard__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.75rem;
  }
  .optionCard .optionCard__buttons {
    margin: 0;
  }
  .optionCard .optionCard__active--desctop {
    display: none;
  }
  .optionCard .optionCard__active--mobile {
    display: block;
  }
  .optionCard .optionCard__active {
    width: 1.5rem;
    height: 1.5rem;
    -o-object-fit: contain;
       object-fit: contain;
    display: none;
  }
  .theme11 {
    padding: 1.5rem;
  }
  .theme11 .theme11__header {
    gap: 0.75rem;
  }
  .theme11 .theme11__quiz {
    font-size: 0.88rem;
  }
  .theme11 .theme11__quiz .theme11__quiz__block {
    padding: 0 0.32rem;
    border-radius: 0.13rem;
    min-width: 1.88rem;
    height: 1.5rem;
  }
  .theme11 .theme11__quiz .theme11__quiz__icon {
    font-size: 0.75rem;
  }
  .theme11 .theme11__title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
  }
  .theme11 .theme11__description {
    font-size: 0.88rem;
    font-weight: 400;
    margin-bottom: 0.13rem;
  }
  .theme11 .theme11__text {
    margin-bottom: 1.5rem;
  }
  .theme11 .theme11__button {
    width: 100%;
    font-size: 1.13rem;
    padding: 0.38rem 0.62rem;
    margin-bottom: 0.5rem;
  }
  .theme11 .theme11__button .theme11__button__span {
    font-size: 0.75rem;
  }
  .theme11 .theme11__note {
    font-size: 0.75rem;
  }
  .theme18 {
    gap: 0.5rem;
  }
  .theme18 .theme18__body {
    gap: 0.75rem;
  }
  .theme18 .theme18__footer {
    gap: 0.75rem;
  }
  .theme18 .cardProductSecondary {
    height: 100%;
  }
  .theme18 .cardProductSecondary .cardProductSecondary__image {
    height: 5.63rem;
  }
  .theme18 .cardProductSecondary:nth-child(9n-8) .cardProductSecondary__title {
    font-size: 1rem;
  }
  .theme18 .cardProductSecondary:nth-child(9n-8) .cardProductSecondary__image {
    height: 100%;
    min-height: 16rem;
  }
  .theme18 .cardProductSecondary:nth-child(9n-7), .theme18 .cardProductSecondary:nth-child(9n-6) {
    grid-template-rows: 1fr auto;
  }
  .theme18 .cardProductSecondary:nth-child(9n-7) .cardProductSecondary__title, .theme18 .cardProductSecondary:nth-child(9n-6) .cardProductSecondary__title {
    font-size: 0.88rem;
  }
  .theme18 .cardProductSecondary:nth-child(9n-7) .cardProductSecondary__image, .theme18 .cardProductSecondary:nth-child(9n-6) .cardProductSecondary__image {
    height: 100%;
  }
  .theme18 .theme18__card {
    padding: 0.5rem 0.75rem;
    gap: 0.38rem;
  }
  .theme18 .theme18__card .theme18__card__img {
    width: 1.57rem;
    height: 1.57rem;
  }
  .theme18 .theme18__card .theme18__card__title {
    font-size: 1rem;
    text-align: start;
  }
  .theme19 .theme19__title {
    margin-bottom: 0.75rem;
  }
  .theme19 .theme19__body {
    gap: 0.75rem;
    grid-template-columns: 1fr;
  }
  .theme19 .theme19__card {
    padding: 1rem;
    aspect-ratio: 384/163;
  }
  .theme19 .theme19__card .theme19__card__icon {
    height: 2rem;
    margin-bottom: 0.75rem;
  }
  .theme19 .theme19__card .theme19__card__title {
    font-size: 0.87rem;
  }
  .theme20 .title {
    margin-bottom: 2rem;
    font-weight: 700;
    font-size: 1.875rem;
  }
  .theme20--cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.75rem;
  }
  .theme20--card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.125rem;
    border-radius: 1rem;
    border: 1px solid #b8e7fc;
  }
  .theme20--card--icon {
    width: 8.313rem;
    height: 9.375rem;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 1rem;
  }
  .theme20--card--body {
    padding: 0.5rem 1rem;
  }
  .theme20--card--circle {
    width: 1.875rem;
    height: 1.875rem;
    margin-bottom: 0.844rem;
    font-size: 1rem;
    font-weight: 500;
  }
  .theme20--card--title {
    font-size: 1rem;
    font-weight: 700;
  }
  .theme20--card--desc {
    font-size: 0.875rem;
    color: #4b5563;
  }
  .theme20--card .active {
    background-color: #b8e7fc;
  }
  .theme22 .award__winning {
    grid-template-columns: repeat(1, 1fr);
    padding: 1rem;
  }
  .theme22 .award__winning .title {
    font-weight: 700;
    margin-bottom: 0.75rem;
  }
  .theme22 .reviewsbee {
    width: 19.75rem;
  }
  .theme23 {
    padding: 1.5rem 0.75rem;
  }
  .theme23__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.375rem;
  }
  .theme23__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.75rem;
    background-color: white;
    padding: 0.75rem;
    border-radius: 0.75rem;
  }
  .theme23__item.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .theme23__text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: start !important;
  }
  .theme23__text p {
    font-size: 1rem;
    font-weight: 500;
  }
  .theme23__title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
  }
  .theme23__image {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background-color: white;
    padding: 1rem;
    border-radius: 0.75rem;
  }
  .theme23__image img {
    width: 100%;
    height: auto;
    display: block;
  }
  .theme24 .specs {
    background: #fff;
    overflow: hidden;
    border: 1px solid #e5e7eb;
  }
  .theme24 .specs__header {
    font-weight: 700;
    text-align: center;
    padding: 1rem 0;
    font-size: 1.125rem;
  }
  .theme24 .specs__table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .theme24 .specs__row {
    display: grid;
    grid-template-columns: 8rem 1fr;
    border-bottom: 1px solid #e5e7eb;
    place-items: start;
  }
  .theme24 .specs__row:last-child {
    border-bottom: none;
  }
  .theme24 .specs__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding-left: 0.5rem;
    font-size: 0.875rem;
  }
  .theme24 .specs__value {
    padding: 0.5rem;
    font-size: 0.75rem;
    line-height: 1.8;
  }
  .theme24 .specs__check {
    display: inline-block;
    margin-top: 0.25rem;
    color: #00b878;
  }
  .theme24 .specs .checkRound {
    width: 0.813rem;
    height: 0.813rem;
  }
  .theme25 .download__image {
    position: relative;
    display: inline-block;
  }
  .theme25 .download__image img {
    display: block;
    width: 100%;
    height: 40.313rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .theme25 .download__sheet {
    gap: 0.5rem;
    padding: 1.5rem 1rem;
    min-width: 16.25rem;
  }
  .theme25 .download__sheet .sheet__link {
    font-size: 0.75rem;
    font-weight: 700;
    max-width: 8rem;
    text-align: center;
  }
  .theme25 .download__sheet .sheet__text {
    font-size: 0.75rem;
    text-align: center;
  }
  .theme25 .download__sheet .install__icon {
    width: 1.5rem;
    height: 1.688rem;
  }
  .theme26 {
    background-color: #f3f4f6;
  }
  .theme26 .section1__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
  .theme26 .section1__container .section1__title {
    font-size: 2.25rem;
    font-weight: 600;
    color: #1f2937;
    text-align: center;
  }
  .theme26 .section1__container .section1__ratingContainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
  .theme26 .section1__container .rating-block {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
    background-color: white;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    padding: 0.75rem 0;
  }
  .theme26 .section1__container .rating-block .title {
    font-size: 0.75rem;
  }
  .theme26 .section1__container .rating-block .rating {
    font-size: 1.875rem;
    font-weight: 700;
  }
  .theme26 .section1__container .rating-block .reviewsBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.25rem;
  }
  .theme26 .section1__container .rating-block .reviewBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .theme26 .section1__container .rating-block button {
    padding: 0.5rem 1rem;
  }
  .theme26 .section1__container .rating-line {
    display: block;
    width: 1px;
    background-color: #e5e7eb;
    height: auto;
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
  .theme26 .section1__container .indicator-block {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    background-color: white;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    padding: 0.75rem;
  }
  .theme26 .section1__container .indicator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem;
  }
  .theme26 .section1__container .indicator span {
    font-size: 1rem;
    color: #4b5563;
  }
  .theme26 .section1__container .indicator .progress-bar {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 0.5rem;
    background-color: #e5e7eb;
    border-radius: 0.25rem;
    overflow: hidden;
  }
  .theme26 .section1__container .indicator .progress {
    height: 100%;
    border-radius: 0.25rem;
  }
  .theme26 .section1__container .section1__line {
    display: none;
  }
  .theme26 .section1__container .section1__reviewsContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }
  .theme26 .section1__container .reviews-toolsBlock {
    gap: 0.75rem;
  }
  .theme26 .section1__container .search-tool {
    max-width: 10.625rem;
    background: white;
  }
  .theme26 .section1__container .search-tool img {
    width: 0.813rem;
    height: 0.813rem;
  }
  .theme26 .section1__container .sort-tool {
    background: white;
  }
  .theme26 .section1__container .sort-tool span {
    font-size: 1rem;
    color: #4b5563;
    text-wrap: nowrap;
  }
  .theme26 .section1__container .sort-tool select {
    font-size: 1rem;
    color: #1f2937;
    border: none;
    background: transparent;
  }
  .theme26 .section1__container .reviews-mainBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }
  .theme26 .section1__container .review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
    padding: 1.5rem;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    background-color: white;
  }
  .theme26 .section1__container .review-nameBlock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.531rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .theme26 .section1__container .review-text,
  .theme26 .section1__container .review-date {
    font-size: 0.75rem;
  }
  .theme26 .section1__container .review-title {
    font-size: 0.875rem;
  }
  .theme26 .section1__container .review-button {
    font-size: 0.875rem;
    font-weight: 400;
  }
}