.product {
  margin-top: -104px;
}
.product .breadcrumbs__link {
  color: white;
}
.product .breadcrumbs__link.-active {
  color: var(--bs-gray-500);
}
.product .breadcrumbs__item:after {
  color: white;
}
.product__favorites {
  display: block;
  border: none;
  outline: 0;
  margin-left: auto;
  margin-bottom: 48px;
  font-family: "AtypText Bold", Arial, sans-serif;
  color: var(--bs-white);
}
.product__favorites svg {
  fill: none;
  transition: color 0.2s ease-in;
}
.product__favorites.-active svg {
  fill: currentColor;
}
.product__favorites:hover svg {
  color: var(--bs-primary);
}
@media (max-width: 767.98px) {
  .product__favorites {
    margin-top: 4px;
    margin-left: 0;
    margin-bottom: 8px;
    margin-right: auto;
  }
}
.product__name {
  font-size: 3rem;
  font-family: "AtypText Bold", Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 16px;
  line-height: 1.05;
  color: var(--bs-white);
}
.product__title {
  font-size: 32px;
  font-weight: 700;
}
.product__profit {
  font-size: 26px;
  font-weight: 400;
}
.product__profit span {
  color: var(--bs-primary);
  font-weight: 600;
}
.product-prices__new {
  color: var(--bs-primary);
  font-size: 2.5rem;
  margin-bottom: 4px;
}
.product-prices__monthly-payment {
  color: var(--bs-white);
  white-space: nowrap;
}
.product-prices__monthly-payment span {
  color: var(--bs-primary);
  font-family: "AtypText Bold", Arial, sans-serif;
}
.product-card {
  padding-top: 104px;
  padding-bottom: 64px;
  background-color: var(--bs-black);
  background-image: var(--bg-colored-pattern);
}
@media (max-width: 991.98px) {
  .product-card__info {
    margin-top: 30px;
  }
}
@media (max-width: 991.98px) {
  .product-card__side:first-child {
    display: flex;
    flex-direction: column;
  }
  .product-card__side:first-child .product-prices {
    margin-top: 40px;
    margin-bottom: 10px;
    order: 3;
  }
}
.product__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .product__title {
    flex-direction: column;
    justify-content: initial;
    align-items: flex-start;
  }
}
.product__title .add-to-favourite {
  padding: 4px;
  border-radius: 22px;
  background-color: var(--bs-white);
}
.product__preview {
  position: relative;
}
.product__view {
  position: relative;
}
@media (min-width: 992px) {
  .product-view__slider {
    margin-left: 50px;
  }
}
.product-view__slider .swiper-slide:not(.swiper-slide-active) {
  opacity: 0 !important;
}
.product-view__colors {
  width: 100%;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .product-view__colors {
    position: absolute;
    width: 90px;
    height: 100%;
    padding: 20px;
    margin: -20px;
    overflow-y: auto;
    top: 16px;
    left: 0;
    z-index: 2;
    -webkit-overflow-scrolling: auto;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .product-view__colors::-webkit-scrollbar {
    display: none;
  }
}
.product-view__colors .swiper-bullet-color {
  cursor: pointer;
  margin: 8px 4px 0;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 12px;
  transition: border-color 0.2s ease-in;
  overflow: hidden;
}
.product-view__colors .swiper-bullet-color span {
  display: block;
  width: 35px;
  height: 35px;
}
.product-view__colors .swiper-bullet-color-active {
  border-color: var(--bs-primary);
  box-shadow: var(--bs-box-shadow-active);
}
.product-view__colors .swiper-bullet-color.-border span {
  border-color: var(--bs-border-color);
}
.product-view-colors__name {
  display: none;
  text-align: center;
  font-size: 18px;
  color: var(--bs-gray-600);
}
.product-view-colors__name span {
  color: var(--bs-body-color);
}
.product-view-colors__nav {
  padding: 20px 20px;
  margin: -20px -20px;
  overflow-x: auto;
}
@media (max-width: 767.98px) {
  .product-view-colors__nav {
    margin: -20px -15px;
    padding: 20px 15px;
  }
}
.product-view-colors__items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.product-view__picture {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.product-view__picture img {
  max-width: 85%;
}
.product__parameters {
  max-width: 570px;
}
.product-parameters__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -12px;
  margin-right: -12px;
  margin-top: 25px;
}
.product-parameters__item {
  display: flex;
  align-items: center;
  margin-top: 15px;
  padding-left: 12px;
  padding-right: 12px;
  min-width: 100%;
  max-width: 100%;
  min-width: 50%;
  max-width: 50%;
}
@media (min-width: 576px) {
  .product-parameters__item {
    min-width: 25%;
    max-width: 25%;
  }
}
@media (min-width: 576px) {
  .product-parameters__item {
    min-width: initial;
    max-width: initial;
  }
}
.product-parameters__icon {
  width: 40px;
  height: 40px;
}
.product-parameters__icon svg {
  max-width: 100%;
  max-height: 100%;
}
.product-parameters__content {
  max-width: calc(100% - 40px);
  min-width: calc(100% - 40px);
  padding-left: 10px;
}
.product-parameters__title {
  font-size: 12px;
  color: var(--gray-font-color);
}
.product-parameters__text {
  font-weight: 700;
}
.product__offer {
  margin-top: 28px;
  padding: 20px;
  border: 1px solid var(--bs-border-color);
  border-radius: 22px;
}
.product-offer__title {
  font-size: 1.125rem;
}
.product-offer__countdown {
  display: flex;
  align-items: center;
  margin: 10px -8px 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--bs-border-color);
}
.product-offer-countdown__element {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 8px;
}
.product-offer-countdown__number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid var(--bs-border-color);
  border-radius: 12px;
  font-size: 1.125rem;
  font-weight: 700;
}
.product-offer-countdown__text {
  margin-top: 8px;
  font-size: 0.75rem;
  letter-spacing: 0.01em;
}
.product-content-list {
  list-style-type: none;
  padding: 18px 24px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  margin: 24px 0 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
}
.product-content-list > span {
  width: 100%;
  height: 1px;
  align-self: stretch;
  background-color: rgba(255, 255, 255, 0.2);
}
.product-content-list__item {
  display: flex;
  flex-direction: column;
  color: var(--bs-white);
  font-size: 1rem;
}
.product-content-list__item span {
  font-family: "AtypText Bold", Arial, sans-serif;
  color: var(--bs-primary);
}
.product-content-list__item:last-child span {
  font-size: 1.875rem;
}
@media (min-width: 992px) {
  .product-content-list {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    column-gap: 10px;
  }
  .product-content-list > span {
    width: 1px;
    height: initial;
  }
}
.product-content__monthly-payment {
  font-weight: 400;
  font-size: 1.125rem;
}
@media (min-width: 992px) {
  .product-content__monthly-payment {
    margin-top: 30px;
  }
}
.product-content__monthly-payment span {
  color: var(--bs-primary);
  font-weight: 600;
}
.product-content__advantages {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  margin: 20px 0;
  padding: 16px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.product-content-advantages__item {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 10px;
  color: var(--bs-white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.product-content-advantages__item:last-child {
  border-bottom: unset;
  padding-bottom: 0;
}
.product-content-advantages__item:last-child .product-content-advantages__value,
.product-content-advantages__item:last-child .product-content-advantages__name {
  color: var(--bs-primary);
}
.product-content-advantages__item:last-child .product-content-advantages__value {
  font-family: "AtypText Bold", Arial, sans-serif;
}
.product-content-advantages__name {
  font-size: 0.875rem;
  font-weight: 700;
}
.product-content-advantages__value {
  font-family: "AtypText Bold", Arial, sans-serif;
  font-size: 0.875rem;
}
@media (max-width: 575.98px) {
  .product-info .-ps-0 {
    padding-right: 0 !important;
  }
}
@media (max-width: 991.98px) {
  .product-info {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .product-info {
    margin-top: 70px;
  }
}
.product-info-tabs__nav {
  overflow-x: auto;
  padding-bottom: 10px;
  margin-bottom: 14px;
  gap: 24px;
  flex-wrap: nowrap;
}
@media (min-width: 768px) {
  .product-info-tabs__nav {
    margin-bottom: 36px;
    flex-wrap: wrap;
  }
}
.product-info-tabs__item.comparsion {
  display: none;
  transition: all 0.3s;
}
.product-info-tabs__item.comparsion.show {
  display: block;
  transition: all 0.3s;
  z-index: 100;
}
.product-info-tabs__item.comparsion.shyne {
  transition: all 0.3s;
}
.product-info-tabs__item.comparsion.shyne:not(.choosen) {
  padding-right: 15px;
  box-shadow: 0 0 12px 6px var(--bs-white);
}
.product-info-tabs__item.comparsion.shyne:not(.choosen) .product-info-tabs__link {
  color: var(--bs-white);
}
.product-info-tabs__link {
  padding-bottom: 4px;
  font-size: 1.875rem;
  border-bottom: 3px solid transparent;
  color: var(--gray-font-color);
  text-transform: lowercase;
  transition: border-bottom-color 0.2s ease-in, color 0.2s ease-in;
}
@media (max-width: 767.98px) {
  .product-info-tabs__link {
    font-size: 1.5rem;
  }
}
@media (max-width: 575.98px) {
  .product-info-tabs__link {
    width: 100%;
    text-align: left;
  }
}
.product-info-tabs__link:hover {
  border-color: var(--gray-font-color);
}
.product-info-tabs__link.active {
  text-transform: uppercase;
  font-family: "AtypText Bold", Arial, sans-serif;
  border-bottom-color: var(--bs-primary);
  color: var(--bs-primary);
}
.product-info-complects__banner {
  position: absolute;
  z-index: 4;
  left: -10px;
  top: 100%;
  display: none;
  color: var(--bs-body-color);
}
.product-info-complects__banner:active, .product-info-complects__banner:focus, .product-info-complects__banner:hover {
  color: var(--bs-body-color);
}
@media (min-width: 768px) {
  .product-info-complects__banner {
    left: -5px;
  }
}
@media (max-width: 575.98px) {
  .product-info-complects__banner {
    left: -90%;
  }
}
.product-info-complects-banner__close {
  width: 24px;
  height: 24px;
  font-size: 25px;
  border: 1px solid var(--bs-border-color) !important;
  border-radius: 50%;
  right: 12px;
  top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}
.product-info-complects-banner__close:hover {
  color: var(--bs-primary);
}
.product-info-complects-banner__close:active, .product-info-complects-banner__close:focus {
  top: 12px;
}
.product-info-complects-banner__inner {
  background-color: var(--bs-body-bg);
  border-radius: 12px;
  border: 5px solid var(--bs-border-color);
  padding: 20px;
  width: 389px;
  text-align: left;
}
@media (max-width: 575.98px) {
  .product-info-complects-banner__inner {
    width: calc(100vw - 30px);
    padding: 10px;
  }
}
.product-info-complects-banner__text {
  font-weight: 700;
  padding-right: 22px;
}
.product-info-complects-banner__text.-small {
  font-size: 13px;
}
.product-info-complects-banner__number {
  font-size: 44px;
  font-weight: 700;
}
.product-info-complects-banner-list {
  padding-top: 5px;
  padding-bottom: 5px;
}
.product-info-complects-banner-list__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
  padding-top: 10px;
}
.product-info-complects-banner-list__item input {
  display: none;
}
.product-info-complects-banner-list__item-title {
  padding-left: 25px;
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
}
.product-info-complects-banner-list__item-title::before, .product-info-complects-banner-list__item-title::after {
  content: "";
  display: block;
  position: absolute;
}
.product-info-complects-banner-list__item-title::before {
  top: 2px;
  left: 0;
  border: 1px solid var(--bs-border-color);
  width: 16px;
  height: 16px;
}
.product-info-complects-banner-list__item-title::after {
  top: 6px;
  left: 4px;
  width: 8px;
  height: 8px;
  background-color: var(--bs-primary);
  background-size: 100%;
  opacity: 0;
}
.price-checkbox:checked ~ .product-info-complects-banner-list__item-title::after {
  opacity: 1;
}
.product-info-complects-banner-list__item-text {
  min-width: 58px;
  text-align: right;
  white-space: nowrap;
}
.product-info-complects__header {
  border-bottom: 1px solid var(--bs-border-color);
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.product-info-complects-header__name {
  font-size: 16px;
  color: var(--bs-body-color);
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .product-info-complects-header__name {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
  }
}
.product-info-complects__name {
  font-size: 1.375rem;
  color: var(--bs-body-color);
  font-family: "AtypText Bold", Arial, sans-serif;
  margin-bottom: 24px;
}
.product-info-complects-editions__line {
  border: 1px solid var(--bs-border-color);
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
  cursor: pointer;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .product-info-complects-editions__line .btn {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 991.98px) {
  .product-info-complects-editions__line .btn {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.product-info-complects-editions__header {
  padding: 24px;
  background-color: var(--bs-gray-100);
}
@media (max-width: 767.98px) {
  .product-info-complects-editions__header {
    padding: 16px;
  }
}
.product-info-complects-editions__header:not(.collapsed) .product-info-complects-editions__show svg {
  transform: rotate(180deg);
}
.product-info-complects-editions__body {
  height: auto;
  padding: 24px;
  background-color: var(--bs-white);
}
@media (max-width: 767.98px) {
  .product-info-complects-editions__body {
    padding: 16px;
  }
}
.product-info-complects-editions__show {
  font-family: "AtypText Bold", Arial, sans-serif;
}
.product-info-complects-editions__show svg {
  transition: transform 0.3s ease;
}
.product-info-complects-editions__monthpay {
  font-size: 1rem;
  font-weight: 700;
  color: var(--bs-gray-800);
}
.product-info-complects-editions__monthpay span {
  font-size: 1.25rem;
  color: var(--bs-primary);
}
@media (max-width: 575.98px) {
  .product-info-complects-editions__monthpay span {
    font-size: 1rem;
  }
}
@media (max-width: 575.98px) {
  .product-info-complects-editions__monthpay {
    font-size: 0.875rem;
    text-align: center;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .product-info-complects-editions__btn {
    font-size: 0.875rem;
  }
}
.product-info-complects-editions-price__current {
  font-size: 1.875rem;
  font-family: "AtypText Bold", Arial, sans-serif;
  color: var(--bs-primary);
}
.product-info-complects-editions-price__old {
  text-decoration: line-through;
  font-size: 1rem;
  font-weight: 700;
  color: var(--bs-gray-600);
}
.product-info-complects-editions__name {
  font-size: 1.375rem;
  font-family: "AtypText Bold", Arial, sans-serif;
  color: var(--bs-black);
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .product-info-complects-editions__name {
    font-size: 1.25rem;
  }
}
.product-info-complects-editions__name label {
  cursor: pointer;
  font-size: 1rem;
  line-height: 1rem;
}
.product-info-complects-checkbox__content {
  position: relative;
}
.product-info-complects-checkbox__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-info-complects-checkbox__wrap input[type=checkbox] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.product-info-complects-checkbox__wrap input[type=checkbox] + label {
  position: relative;
  padding: 0.5rem 0 0 2rem;
  margin-bottom: 1rem;
  user-select: none;
  color: transparent;
}
.product-info-complects-checkbox__wrap input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.75rem;
  height: 1.75rem;
  border: 2px solid var(--bs-primary);
  border-radius: 0.25rem;
  background: transparent;
  text-align: center;
  transition: background 200ms ease-out;
}
.product-info-complects-checkbox__wrap input[type=checkbox] + label:after {
  content: "";
  position: absolute;
  transform: scale(0);
  transition: transform 200ms ease-out;
}
.product-info-complects-checkbox__wrap input[type=checkbox] + label:after {
  background-color: transparent;
  content: "";
  display: block;
  position: absolute;
  left: 0.65rem;
  top: 0.25rem;
  width: 0.5rem;
  height: 1rem;
  opacity: 0.2;
  border-bottom: 3px solid var(--bs-primary);
  border-right: 3px solid var(--bs-primary);
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
}
.product-info-complects-checkbox__wrap input[type=checkbox] + label.selected:after {
  content: "";
  opacity: 1;
}
.product-info-complects-checkbox__wrap input[type=checkbox]:checked + label:before {
  content: "";
}
.product-info-complects-checkbox__wrap input[type=checkbox]:checked + label.selected:after {
  content: "";
  opacity: 1;
}
.product-info-complects-checkbox__text {
  display: none;
  max-width: 150px;
  position: absolute;
  top: -50px;
  left: -155px;
  padding: 10px;
  border-radius: 20px 20px 0 20px;
  background: var(--bs-white);
  border: 1px solid green;
}
.product-info-complects-checkbox__text.active, .product-info-complects-checkbox__text.focused {
  display: block;
}
.product-info__block {
  margin-top: 24px;
}
.product-info-block__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 576px) {
  .product-info-block__title {
    pointer-events: none;
    cursor: default;
  }
}
.product-info-block__title svg {
  width: 20px;
  height: 10px;
  transition: transform 0.2s ease-in;
}
.product-info-block__title[aria-expanded=true] svg {
  transform: rotate(180deg);
}
.product-info-block__items {
  border: 1px solid var(--bs-border-color);
  border-radius: 22px;
}
.product-info-block__list {
  position: relative;
  background-color: var(--bs-gray-100);
  padding: 24px;
}
.product-info-block__list::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 0;
  width: calc(100% - 48px);
  height: 1px;
  background-color: var(--bs-black);
}
.product-info-block-list__item {
  margin-bottom: 24px;
}
.product-info-block-list__title {
  width: 100%;
  margin-bottom: 24px;
  font-size: 1.125rem;
  font-family: "AtypText Bold", Arial, sans-serif;
}
.product-info-block-list__content ul {
  column-count: 2;
  column-width: 325px;
  column-gap: 30px;
  padding: 0 0 0 20px;
}
.product-info-block-list__content ul li {
  margin-bottom: 4px;
  font-size: 1rem;
}
.product-info-block-list__content ul li:last-child {
  margin-bottom: 0;
}
.product-photo__title {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 700;
}
.product-photo__interier {
  margin-bottom: 40px;
}
.product-gallery__row {
  height: 150px;
}
.product-gallery__row .swiper {
  height: 100%;
}
.product-gallery__row .swiper-slide {
  height: auto;
}
.product-gallery__card {
  display: block;
  width: 100%;
  height: 100%;
}
.product-gallery__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .product__banner {
    display: none;
  }
}
.product-banner__img {
  position: absolute;
  right: 120px;
  top: 0px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199.98px) {
  .product-banner__img {
    right: 40px;
    justify-content: flex-end;
  }
}
.product-banner__img img {
  max-width: 95%;
  height: auto;
  object-fit: contain;
}
.product-banner__inner {
  min-height: 340px;
  background-color: #FFDECB;
  padding: 60px;
  border-radius: 22px;
}
.product-banner__title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 25px;
}
.product-banner__name {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}
.product__calculator {
  background-color: var(--bs-black);
  background-image: var(--bg-colored-pattern);
  margin-top: 60px;
}
@media (max-width: 575.98px) {
  .product__calculator {
    margin-top: 30px;
  }
}
.product-char {
  overflow-x: auto;
  margin: 30px 0;
}
.product-char__table-wrapper {
  min-width: 100%;
}
.product-char__table, .product-char__table-top {
  width: 100%;
  border-collapse: collapse;
}
.product-char__table td, .product-char__table-top td {
  padding: 10px 15px;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
}
.product-char__table td:first-child, .product-char__table-top td:first-child {
  text-align: left;
}
.product-char__table tr:last-child td, .product-char__table-top tr:last-child td {
  border-bottom: none;
}
.product-char__title {
  font-weight: 700;
  background-color: var(--accent-bg-color);
}
.product-char__title-row td {
  background-color: var(--accent-bg-color);
}
.product-char__mod {
  font-weight: 700;
  background-color: var(--bs-primary);
  color: #fff;
}
.product-char--mobile .product-char__table-top {
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}
.product-char--mobile .product-char__table-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.product-char--mobile .product-char__table-row:not(:last-child) {
  margin-bottom: 15px;
}
.product-char--mobile .product-char__table-title {
  color: var(--bs-gray-500);
}
.product-char--mobile .product-char__item {
  margin-bottom: 8px;
}
.product-char--mobile .product-char-item__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--bs-white);
  padding: 16px;
  font-size: 16px;
  font-weight: 700;
  background-color: var(--bs-primary);
  border-radius: 8px;
}
.product-char--mobile .product-char-item__title svg {
  width: 20px;
  height: 20px;
}
.product-char--mobile .product-char-item__body .char__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  font-weight: 700;
}
.product-char--mobile .product-char-item__body .char__title svg {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease-in-out;
}
.product-char--mobile .product-char-item__body .char__title:not(.collapsed) svg {
  transform: rotate(180deg);
}
.product-char--mobile .product-char-item__body .char__body {
  padding: 0 24px 25px;
}
.product-char--mobile .product-char-item__body .char__body-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-char--mobile .product-char-item__body .char__body-row:not(:last-child) {
  margin-bottom: 24px;
}
.product-char--mobile .product-char-item__body .char__body-row span {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-char--mobile .product-char-item__body .char__body-row span:last-child {
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .product__comparsion {
    overflow: auto;
  }
}
.product__faq {
  position: relative;
  margin-left: 10px;
}
.product__faq.active .product-faq__text {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
}
.product-faq__text {
  position: absolute;
  width: max-content;
  padding: 20px;
  border: 1px solid var(--bs-primary);
  color: var(--bs-primary);
  left: 38px;
  top: 19px;
  background: #fff;
  border-radius: 0 20px 20px 20px;
  box-shadow: 2px 1px 10px 0px rgba(0, 0, 0, 0.4392156863);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  pointer-events: none;
}
.product-faq__icon {
  max-width: 25px;
  max-height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  opacity: 0.5;
}
.product-faq__icon svg {
  width: 100%;
  height: 100%;
}
.product-comparsion__fade {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.568627451);
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.product-comparsion__fade.active {
  z-index: 99;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
}
@media (max-width: 991.98px) {
  .product-comparsion__wrap {
    width: 800px;
  }
}
.product-comparsion__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 23px;
}
@media (min-width: 992px) {
  .product-comparsion__top.fixed {
    position: fixed;
    top: 164px;
    width: 1270px;
    background: white;
    padding: 30px 23px 20px 30px;
    box-shadow: 1px 1px 19px -2px rgba(0, 0, 0, 0.3607843137);
    z-index: 5;
    border-radius: 0 0 20px 20px;
  }
}
.product-comparsion__name {
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.product-comparsion__compls {
  display: flex;
  align-items: center;
  justify-content: end;
}
.product-comparsion__compl {
  display: none;
  align-items: center;
  justify-content: center;
  min-width: 70px;
  margin-left: 20px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.product-comparsion__compl.active {
  display: flex;
}
.product-comparsion__item {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .product-comparsion__item {
    margin-top: 44px;
  }
}
.product-comparsion-item__title {
  padding: 8px 23px;
  background: #F5F7FA;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
.product-comparsion-item__list {
  margin-top: 20px;
  padding: 0 23px;
}
.product-comparsion-item__list li {
  padding: 12px 0;
  border-bottom: 1px solid #E9E9E9;
}
.product-comparsion-item__name {
  position: relative;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}
.product-comparsion-item__name:before {
  content: "";
  position: absolute;
  left: -15px;
  top: 40%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #292D32;
}
.product-comparsion-item__icons {
  display: flex;
  align-items: center;
  justify-content: end;
}
.product-comparsion-item__icon {
  display: none;
  min-width: 70px;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}
.product-comparsion-item__icon.active {
  display: flex;
}
.product-comparsion-item__icon.red {
  color: #E53232;
}
.product-comparsion-item__icon.green {
  color: #238B21;
}
.product-comparsion-item__icon svg {
  width: 24px;
  height: 24px;
}
