.product-page-specifications-tags {
  grid-gap: 12px;
  display: grid;
  gap: 12px;
  grid-template-columns: 100%;
}
@media (min-width: 481px) {
  .product-page-specifications-tags {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 960px) {
  .product-page-specifications-tags {
    grid-template-columns: 100%;
  }
}
@media (min-width: 1192px) {
  .product-page-specifications-tags {
    grid-template-columns: repeat(2, minmax(auto, 356px));
    margin: 0;
  }
}
@media (min-width: 960px) {
  .product-page-specifications-tags__container {
    background-color: #0d1115;
  }
}
.product-page-specifications-tags__block {
  display: flex;
}
.product-page-specifications-tags__text {
  color: #8b96a3;
  font-size: 14px;
}
.product-page-specifications-tags__icon-warranty {
  cursor: pointer;
  margin-left: 6px;
  position: relative;
  top: 2px;
}
.product-page-specifications-tags__icon-warranty--active {
  color: #0093c4;
}
.product-page-specifications-tags__key {
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  margin-bottom: 4px;
}
.product-page-specifications-tags__download-text {
  color: #0093c4;
  font-size: 14px;
  line-height: 14px;
}
.product-page-specifications-tags__download-item {
  background-color: #1d242d;
  border-radius: 12px;
  padding: 3px 18px;
}
.product-page-specifications-tags__blue-item .tp-tag__image {
  background-color: #0093c4;
}
.product-page-specifications-tags__blue-item
  .product-page-specifications-tags__icon {
  color: #fff;
}
.product-page-specifications-tags-new {
  grid-gap: 12px;
  display: grid;
  gap: 12px;
  grid-template-columns: 100%;
}
@media (min-width: 320px) {
  .product-page-specifications-tags-new {
    display: block;
  }
}
@media (min-width: 768px) {
  .product-page-specifications-tags-new {
    display: block;
  }
}
@media (min-width: 481px) {
  .product-page-specifications-tags-new {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 960px) {
  .product-page-specifications-tags-new {
    display: grid;
    grid-template-columns: 100%;
  }
}
@media (min-width: 1192px) {
  .product-page-specifications-tags-new {
    display: grid;
    grid-template-columns: repeat(2, minmax(auto, 356px));
    margin: 0;
  }
}
@media (min-width: 320px) {
  .product-page-specifications-tags-new
    .product-page-specifications-tags__container {
    background-color: transparent;
  }
}
@media (min-width: 768px) {
  .product-page-specifications-tags-new
    .product-page-specifications-tags__container {
    background-color: transparent;
  }
}
@media (min-width: 1192px) {
  .product-page-specifications-tags-new
    .product-page-specifications-tags__container {
    background-color: #0d1115;
  }
}
.product-page-specifications-tags-new .product-page-specifications-tags__block {
  display: flex;
}
.product-page-specifications-tags-new .product-page-specifications-tags__text {
  color: #8b96a3;
  font-size: 14px;
}
.product-page-specifications-tags-new
  .product-page-specifications-tags__icon-warranty {
  cursor: pointer;
  margin-left: 6px;
  position: relative;
  top: 2px;
}
.product-page-specifications-tags-new
  .product-page-specifications-tags__icon-warranty--active {
  color: #0093c4;
}
.product-page-specifications-tags-new .product-page-specifications-tags__key {
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  margin-bottom: 4px;
}
.product-page-characteristics-list[data-v-4a90bdac] {
  position: relative;
}
.product-page-characteristics-list__blur[data-v-4a90bdac] {
  background: linear-gradient(180deg, rgba(19, 24, 30, 0), #13181e);
  bottom: 18px;
  content: "";
  height: 100px;
  position: absolute;
  width: 100%;
}
.product-page-characteristics-list__list[data-v-4a90bdac] {
  overflow: hidden;
}
.product-page-characteristics-list__list--full-height[data-v-4a90bdac] {
  height: auto;
  overflow-y: auto;
}
.product-page-characteristics-list__show-more[data-v-4a90bdac] {
  cursor: pointer;
  font-size: 16px;
  line-height: 21px;
  padding-top: 18px;
}
.product-page-characteristics-list__heading[data-v-4a90bdac] {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 18px;
}
@media (min-width: 960px) {
  .product-page-characteristics-list__heading[data-v-4a90bdac] {
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    margin: 0 0 12px;
  }
}
.product-page-characteristics-list__row[data-v-4a90bdac] {
  color: #8b96a3;
  font-size: 16px;
}
.product-page-characteristics-list__row[data-v-4a90bdac]:not(:last-child) {
  margin-bottom: 18px;
}
@media (min-width: 960px) {
  .product-page-characteristics-list__row[data-v-4a90bdac] {
    grid-gap: 12px;
    display: grid;
    font-size: 16px;
    gap: 12px;
    grid-template-columns: 6fr 4fr;
  }
  .product-page-characteristics-list__row[data-v-4a90bdac]:not(:last-child) {
    margin-bottom: 12px;
  }
}
.product-page-characteristics-list__value[data-v-4a90bdac] {
  color: #fff;
}
@media (max-width: 959px) {
  .product-page-characteristics-list__value[data-v-4a90bdac] {
    margin-top: 6px;
  }
}
.product-page-characteristics-list[data-v-5b9d29ed] {
  position: relative;
}
.product-page-characteristics-list__blur[data-v-5b9d29ed] {
  background: linear-gradient(180deg, rgba(19, 24, 30, 0), #13181e);
  bottom: 32px;
  content: "";
  height: 100px;
  position: absolute;
  width: 100%;
}
.product-page-characteristics-list__technopark_code[data-v-5b9d29ed] {
  display: grid;
  grid-template-columns: 6fr 4fr;
}
.product-page-characteristics-list__technopark_code svg[data-v-5b9d29ed] {
  color: #8b96a3;
  margin-left: 10px;
}
.product-page-characteristics-list__technopark_code[data-v-5b9d29ed]:hover {
  cursor: pointer;
}
.product-page-characteristics-list__technopark_code:hover svg[data-v-5b9d29ed] {
  color: #fff;
}
.product-page-characteristics-list__list[data-v-5b9d29ed] {
  height: 450px;
  overflow: hidden;
}
.product-page-characteristics-list__list--full-height[data-v-5b9d29ed] {
  height: auto;
  overflow-y: auto;
}
.product-page-characteristics-list__show-more[data-v-5b9d29ed] {
  cursor: pointer;
  padding-top: 18px;
}
.product-page-characteristics-list__heading[data-v-5b9d29ed] {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 18px;
}
@media (min-width: 960px) {
  .product-page-characteristics-list__heading[data-v-5b9d29ed] {
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    margin: 0 0 12px;
  }
}
@media (min-width: 1192px) {
  .product-page-characteristics-list__heading[data-v-5b9d29ed] {
    margin-top: 18px;
  }
}
.product-page-characteristics-list__row[data-v-5b9d29ed] {
  color: #8b96a3;
  font-size: 16px;
}
.product-page-characteristics-list__row[data-v-5b9d29ed]:not(:last-child) {
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .product-page-characteristics-list__row[data-v-5b9d29ed] {
    grid-gap: 12px;
    display: grid;
    font-size: 16px;
    gap: 12px;
    grid-template-columns: 6fr 4fr;
  }
}
@media (min-width: 960px) {
  .product-page-characteristics-list__row[data-v-5b9d29ed] {
    grid-gap: 12px;
    display: grid;
    font-size: 16px;
    gap: 12px;
    grid-template-columns: 6fr 4fr;
  }
  .product-page-characteristics-list__row[data-v-5b9d29ed]:not(:last-child) {
    margin-bottom: 12px;
  }
}
.product-page-characteristics-list__value[data-v-5b9d29ed] {
  color: #fff;
}
@media (max-width: 959px) {
  .product-page-characteristics-list__value[data-v-5b9d29ed] {
    margin-top: 6px;
  }
}
.product-page-characteristics-list__article[data-v-5b9d29ed] {
  align-items: center;
  display: inline-flex;
}
.product-tradein-banner[data-v-57cc0326] {
  background: radial-gradient(
    162.87% 141.95% at 15.58% 11.18%,
    #081122 0,
    #132151 41.05%,
    #2b56c3 95.53%
  );
  border-radius: 20px;
}
@media (min-width: 320px) {
  .product-tradein-banner__container[data-v-57cc0326] {
    align-items: center;
    display: flex;
    flex-direction: row;
    margin-top: 40px;
    text-align: left;
  }
}
.product-tradein-banner__content-wrapper[data-v-57cc0326] {
  margin: 18px 0;
  max-width: 167px;
}
@media (min-width: 320px) {
  .product-tradein-banner__title[data-v-57cc0326] {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
  }
  .product-tradein-banner__label[data-v-57cc0326] {
    color: #8b96a3;
    font-size: 14px;
    font-weight: lighter;
    line-height: 17px;
  }
  .product-tradein-banner__image[data-v-57cc0326] {
    align-self: flex-end;
    display: flex;
    position: relative;
  }
  .product-tradein-banner__image img[data-v-57cc0326] {
    bottom: 0;
    left: -10px;
    position: absolute;
  }
}
.product-description-page {
  color: #fff;
  margin-bottom: 60px;
}
.product-description-page__content-page {
  border-radius: 16px;
  max-height: 350px;
  overflow: hidden;
}
.product-description-page__content h2 {
  font-size: 24px;
  font-weight: 400;
}
.product-description-page__content b {
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 6px;
}
.product-description-page__content .list li:not(:first-child) {
  display: block;
  margin-top: 18px;
}
.product-description-page__content .list li {
  color: #8b96a3;
  font-size: 16px;
  font-weight: lighter;
  padding-left: 0;
}
.product-description-page__content .list li:before {
  content: none;
}
.product-description-page__content--full-height {
  height: auto;
  overflow-y: auto;
}
.product-description-page__blur {
  background: linear-gradient(180deg, rgba(19, 24, 30, 0), #13181e);
  bottom: 18px;
  content: "";
  height: 100px;
  position: absolute;
  width: 100%;
}
.product-description-page__show-more {
  cursor: pointer;
  padding-top: 18px;
}
.product-description-page__desc-content {
  align-items: normal;
  overflow-y: auto;
  position: fixed;
  z-index: 100;
}
.product-description-page__desc-content
  .product-description-page__text-description {
  color: #13181e;
}
.product-description-page__desc-content .tp-modal-card__close-btn {
  border-radius: 64px;
  color: #8b96a3;
  height: 56px;
  left: 100%;
  margin: 6px;
  padding: 18px;
  position: sticky;
  transition: background-color 0.3s;
  width: 56px;
}
.product-description-page__desc-content
  .tp-modal-card__close-btn
  .tp-cross-button__icon {
  height: 20px;
  width: 20px;
}
.product-description-page__desc-content .tp-modal-card__close-btn:hover {
  background-color: #eceff2;
}
.product-description-page__desc-content .tp-modal-card {
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 50px;
  max-height: none;
  overflow-y: auto;
  overflow: visible;
  overflow: initial;
  position: relative;
  width: 884px;
}
.product-description-page__desc-content .tp-modal-card ul.list li {
  color: #000 !important;
}
.product-description-page__desc-content .tp-modal-card ul.list li:before {
  background-color: #000;
}
.product-description-page__desc-container {
  padding: 0 42px 42px;
}
.product-description-page__desc-wrapper {
  background-color: #fff;
  border-radius: 16px;
}
.product-description-page__left {
  font-size: 16px;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
  position: relative;
}
.product-description-page__left--custom-rich-content {
  overflow: visible;
  overflow: initial;
}
.product-description-page__backdrop-filter {
  align-items: center;
  bottom: 0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.product-page-product-bundle-mobile__title[data-v-4d27c142] {
  color: #fff;
}
.product-page-product-bundle-mobile__title span[data-v-4d27c142] {
  color: #8b96a3;
}
.product-page-product-bundle-mobile__count[data-v-4d27c142] {
  color: #fff;
}
.product-page-product-bundle-mobile__profit[data-v-4d27c142] {
  border: 1px solid #f54b4b;
  border-radius: 12px;
  color: #f54b4b;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  padding: 4px 12px;
}
.product-page-product-bundle-mobile__container[data-v-4d27c142] {
  background-color: #1d242d;
  border-radius: 12px;
  margin-top: 18px;
  padding: 12px;
}
.product-page-product-bundle-mobile__products[data-v-4d27c142] {
  margin-top: 6px;
}
.product-page-product-bundle-mobile__card-wrapper[data-v-4d27c142] {
  border-bottom: 1px solid #353e48;
  position: relative;
}
.product-page-product-bundle-mobile__card[data-v-4d27c142] {
  margin-left: -12px;
  margin-right: -12px;
}
.product-page-product-bundle-mobile__card[data-v-4d27c142]
  .product-card-mini__category,
.product-page-product-bundle-mobile__card[data-v-4d27c142]
  .product-prices__bonus,
.product-page-product-bundle-mobile__card[data-v-4d27c142]
  .product-rating-review {
  display: none;
}
.product-page-product-bundle-mobile__card--changable[data-v-4d27c142]
  .product-card-link {
  padding-right: 30px;
}
.product-page-product-bundle-mobile__change[data-v-4d27c142] {
  bottom: 8px;
  color: #0093c4;
  cursor: pointer;
  padding: 8px 0;
  position: absolute;
  right: 0;
  z-index: 10;
}
.product-page-product-bundle-mobile__show-more-wrapper[data-v-4d27c142] {
  height: 56px;
  margin-top: 12px;
}
.product-page-product-bundle-mobile__show-more-button[data-v-4d27c142] {
  align-items: center;
  color: #0093c4;
  cursor: pointer;
  display: flex;
  gap: 6px;
}
.product-page-product-bundle-mobile__show-more-circles[data-v-4d27c142] {
  display: flex;
}
.product-page-product-bundle-mobile__show-more-circle[data-v-4d27c142] {
  align-items: center;
  background-color: #fff;
  border: 2px solid #1d242d;
  border-radius: 46px;
  display: flex;
  height: 56px;
  justify-content: center;
  width: 56px;
}
.product-page-product-bundle-mobile__show-more-circle[data-v-4d27c142]:not(
    :first-child
  ) {
  margin-left: -24px;
}
.product-page-product-bundle-mobile__show-more-circle-image[data-v-4d27c142] {
  display: block;
  height: 32px;
  width: 32px;
}
.product-page-product-bundle-mobile__buy-wrapper[data-v-4d27c142] {
  margin-top: 12px;
}
.product-page-product-bundle-mobile__price[data-v-4d27c142] {
  color: #fff;
}
.product-page-product-bundle-mobile__old-price[data-v-4d27c142] {
  color: #8b96a3;
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
}
.product-page-product-bundle-desktop__title[data-v-20926eeb] {
  color: #13181e;
}
.product-page-product-bundle-desktop__title span[data-v-20926eeb] {
  color: #8b96a3;
}
.product-page-product-bundle-desktop__profit[data-v-20926eeb] {
  border: 1px solid #f54b4b;
  border-radius: 12px;
  color: #f54b4b;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  padding: 4px 12px;
}
.product-page-product-bundle-desktop__container[data-v-20926eeb] {
  grid-gap: 12px;
  background-color: #eceff2;
  border-radius: 24px;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 24px;
  padding: 24px;
}
.product-page-product-bundle-desktop__card-wrapper[data-v-20926eeb] {
  align-items: center;
  background-color: #fff;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  padding-bottom: 18px;
  padding-top: 8px;
  position: relative;
}
.product-page-product-bundle-desktop__card[data-v-20926eeb] {
  width: 100%;
}
.product-page-product-bundle-desktop__card[data-v-20926eeb]
  .product-card-labels,
.product-page-product-bundle-desktop__card[data-v-20926eeb]
  .product-rating-review {
  display: none;
}
.product-page-product-bundle-desktop__plus[data-v-20926eeb] {
  align-items: center;
  background-color: #fff;
  border: 6px solid #eceff2;
  border-radius: 25px;
  color: #8b96a3;
  display: flex;
  height: 47px;
  justify-content: center;
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translate(50%, -50%);
  width: 47px;
  z-index: 10;
}
.product-page-product-bundle-desktop__change[data-v-20926eeb] {
  background: none;
  border: none;
  color: #0093c4;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  padding: 0;
}
.product-page-product-bundle-desktop__change[data-v-20926eeb]:hover {
  color: #006283;
}
.product-page-product-bundle-desktop__change[data-v-20926eeb]:disabled {
  color: #0093c4;
  cursor: auto;
  opacity: 0.5;
}
.product-page-product-bundle-desktop__buy-wrapper[data-v-20926eeb] {
  background-color: #eceff2;
  border-radius: 18px;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.122);
  padding: 18px;
}
.product-page-product-bundle-desktop__price[data-v-20926eeb] {
  color: #13181e;
}
.product-page-product-bundle-desktop__old-price[data-v-20926eeb] {
  color: #8b96a3;
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
}
.product-page-product-bundle-upsale__profit[data-v-2cd9566f] {
  border: 1px solid #f54b4b;
  border-radius: 12px;
  color: #f54b4b;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  padding: 4px 12px;
}
.product-page-product-bundle-upsale__container[data-v-2cd9566f] {
  background-color: #353e48;
  border-radius: 16px;
  padding: 12px;
}
@media (min-width: 768px) {
  .product-page-product-bundle-upsale__container[data-v-2cd9566f] {
    background-color: #eceff2;
  }
}
.product-page-product-bundle-upsale__card-wrapper[data-v-2cd9566f] {
  position: relative;
}
.product-page-product-bundle-upsale__card[data-v-2cd9566f] {
  height: 186px;
  width: 151px;
}
.product-page-product-bundle-upsale__card[data-v-2cd9566f]
  .product-rating-review {
  display: none;
}
.product-page-product-bundle-upsale__plus[data-v-2cd9566f] {
  align-items: center;
  background-color: #fff;
  border: 3px solid #353e48;
  border-radius: 25px;
  color: #8b96a3;
  display: flex;
  height: 50px;
  justify-content: center;
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translate(50%, -50%);
  width: 50px;
  z-index: 10;
}
@media (min-width: 768px) {
  .product-page-product-bundle-upsale__plus[data-v-2cd9566f] {
    background-color: #eceff2;
  }
}
.product-page-product-bundle-upsale__change[data-v-2cd9566f] {
  bottom: 12px;
  position: absolute;
  right: 12px;
  z-index: 10;
}
.product-page-product-bundle-upsale__checkbox[data-v-2cd9566f] {
  position: absolute;
  right: 12px;
  top: 12px;
}
.product-page-product-bundle-upsale__buy-wrapper[data-v-2cd9566f] {
  margin-right: 12px;
}
.product-page-product-bundle-upsale__title[data-v-2cd9566f] {
  color: #fff;
}
@media (min-width: 768px) {
  .product-page-product-bundle-upsale__title[data-v-2cd9566f] {
    color: #13181e;
  }
}
.product-page-product-bundle-upsale__price[data-v-2cd9566f] {
  color: #fff;
}
@media (min-width: 768px) {
  .product-page-product-bundle-upsale__price[data-v-2cd9566f] {
    color: #13181e;
  }
}
.product-page-product-bundle-upsale__old-price[data-v-2cd9566f] {
  color: #8b96a3;
  font-size: 12px;
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
}
.product-page-product-bundle-modal--fullscreen-mobile
  .product-page-product-bundle-modal__card[data-v-1ff848ba] {
  border-radius: 0;
  height: 100%;
}
.product-page-product-bundle-modal__card[data-v-1ff848ba] {
  background-color: #13181e;
}
@media (min-width: 768px) {
  .product-page-product-bundle-modal__card[data-v-1ff848ba] {
    background-color: #fff;
    height: calc(100vh - 48px);
    max-height: 800px;
    max-width: 792px;
    min-height: 400px;
  }
}
.product-page-product-bundle-modal__card[data-v-1ff848ba]
  .tp-modal-card__header {
  color: #fff;
  font-weight: 400;
  padding: 0;
}
@media (min-width: 768px) {
  .product-page-product-bundle-modal__card[data-v-1ff848ba]
    .tp-modal-card__header {
    color: #13181e;
  }
}
.product-page-product-bundle-modal__card[data-v-1ff848ba] .tp-modal-card__body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 0;
}
.product-page-product-bundle-modal__card[data-v-1ff848ba] .tp-cross-button {
  top: 8px;
}
.product-page-product-bundle-modal__title[data-v-1ff848ba] {
  padding: 12px;
}
@media (min-width: 768px) {
  .product-page-product-bundle-modal__title[data-v-1ff848ba] {
    padding: 18px;
  }
}
.product-page-product-bundle-modal__products-wrapper[data-v-1ff848ba] {
  flex-grow: 1;
  overflow-y: auto;
  padding: 12px 18px 18px;
}
@media (min-width: 768px) {
  .product-page-product-bundle-modal__products-wrapper[data-v-1ff848ba] {
    padding: 12px 24px 24px;
  }
}
.product-page-product-bundle-modal__products[data-v-1ff848ba] {
  grid-gap: 12px;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 550px) {
  .product-page-product-bundle-modal__products[data-v-1ff848ba] {
    grid-template-columns: repeat(3, 1fr);
  }
}
.product-page-product-bundle-modal__product-card-wrapper[data-v-1ff848ba] {
  position: relative;
}
.product-page-product-bundle-modal__product-card[data-v-1ff848ba] {
  border-radius: 16px;
  height: 210px;
}
@media (min-width: 768px) {
  .product-page-product-bundle-modal__product-card[data-v-1ff848ba] {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
    height: 241px;
  }
}
.product-page-product-bundle-modal__product-card[data-v-1ff848ba]
  .product-card-clean__category,
.product-page-product-bundle-modal__product-card[data-v-1ff848ba]
  .product-card-labels {
  display: none;
}
.product-page-product-bundle-modal__product-card[data-v-1ff848ba]
  .product-card-clean__image-wrapper {
  height: 90px;
}
.product-page-product-bundle-modal__product-card[data-v-1ff848ba]
  .product-card-image__img {
  height: 100%;
}
.product-page-product-bundle-modal__change-button--active[data-v-1ff848ba],
.product-page-product-bundle-modal__change-button--changing[data-v-1ff848ba] {
  opacity: 1;
}
.product-page-product-bundle-modal__change-loader[data-v-1ff848ba] {
  transform: scale(0.5);
}
.product-page-product-bundle-modal__footer[data-v-1ff848ba] {
  background-color: #1d242d;
  padding: 12px;
  width: 100%;
}
@media (min-width: 768px) {
  .product-page-product-bundle-modal__footer[data-v-1ff848ba] {
    background-color: #eceff2;
    height: 100px;
    padding: 22px;
  }
}
.product-page-product-bundle-modal__footer-wrapper[data-v-1ff848ba] {
  height: 100%;
}
.product-page-product-bundle-modal__circle-wrapper[data-v-1ff848ba] {
  align-items: center;
  display: flex;
  gap: 6px;
}
.product-page-product-bundle-modal__circle[data-v-1ff848ba] {
  align-items: center;
  background-color: #fff;
  border: 2px solid #e1e6ed;
  border-radius: 50%;
  display: flex;
  height: 56px;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 56px;
}
.product-page-product-bundle-modal__circle--active[data-v-1ff848ba] {
  border-color: #0093c4;
}
.product-page-product-bundle-modal__circle--active[data-v-1ff848ba]:before {
  border: 2px solid #e1e6ed;
  border-radius: 50%;
  content: "";
  height: 48px;
  left: 0;
  position: absolute;
  top: 0;
  width: 48px;
}
.product-page-product-bundle-modal__circle-image[data-v-1ff848ba] {
  height: 32px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 32px;
}
.product-page-product-bundle-modal__plus[data-v-1ff848ba] {
  color: #8b96a3;
  height: 20px;
  width: 20px;
}
.product-page-product-bundle-modal__profit[data-v-1ff848ba] {
  border: 1px solid #f54b4b;
  border-radius: 12px;
  color: #f54b4b;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  padding: 4px 12px;
}
@media (max-width: 480px) {
  .product-page-product-bundle-modal__footer-content[data-v-1ff848ba] {
    width: 100%;
  }
}
.product-page-product-bundle-modal__price-wrapper[data-v-1ff848ba] {
  height: 100%;
}
.product-page-product-bundle-modal__price[data-v-1ff848ba] {
  color: #fff;
}
@media (min-width: 768px) {
  .product-page-product-bundle-modal__price[data-v-1ff848ba] {
    color: #13181e;
  }
}
.product-page-product-bundle-modal__old-price[data-v-1ff848ba] {
  color: #8b96a3;
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
}
.product-page-product-bundle__mobile[data-v-66587259] {
  padding-bottom: 40px;
}
.product-page-product-bundle__desktop[data-v-66587259] {
  padding: 120px 0 36px;
}
.innova-link-button[data-v-4b2a515b] {
  cursor: pointer;
}
.innova-link-button__header[data-v-4b2a515b] {
  background: linear-gradient(90deg, #00bbfd, #8158fd);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
}
.innova-link-button__animated-block[data-v-4b2a515b] {
  color: #5967b2;
  font-size: 16px;
  height: 21px;
  line-height: 21px;
  overflow: hidden;
}
.innova-link-button__animated-container[data-v-4b2a515b] {
  animation: scrolling-4b2a515b 10s linear infinite;
}
.innova-link-button__animated-container > div[data-v-4b2a515b] {
  margin-bottom: 7px;
}
@keyframes scrolling-4b2a515b {
  0%,
  29% {
    transform: translateY(0);
  }
  32%,
  60% {
    transform: translateY(-28px);
  }
  63%,
  94% {
    transform: translateY(-56px);
  }
  97%,
  to {
    transform: translateY(-84px);
  }
}
.innova-link-button__arrow-icon[data-v-4b2a515b] {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.3s;
}
.innova-link-button:hover .innova-link-button__arrow-icon[data-v-4b2a515b] {
  opacity: 1;
  transform: translateX(0);
}
.innova-link-button__text-content[data-v-4b2a515b] {
  display: flex;
  gap: 12px;
}
.innova-link-button--bottom .innova-link-button__header[data-v-4b2a515b] {
  font-size: 18px;
}
.innova-link-button--bottom
  .innova-link-button__animated-block[data-v-4b2a515b] {
  color: #d1ecf8;
  font-size: 18px;
}
.innova-link-button--mobile .innova-link-button__icon[data-v-4b2a515b] {
  background-color: #1d242d;
  border-radius: 8px;
  padding: 9px;
}
.innova-link-button--mobile .innova-link-button__text-content[data-v-4b2a515b] {
  flex-direction: column;
  gap: 4px;
}
.innova-link-button--mobile
  .innova-link-button__animated-block[data-v-4b2a515b] {
  color: #d1ecf8;
  font-size: 14px;
}
.innova-link-button--mobile .innova-link-button__link[data-v-4b2a515b] {
  color: #0093c4;
}
.product-specifications-page[data-v-faa590fc] {
  color: #fff;
}
.product-specifications-page__container[data-v-faa590fc] {
  grid-gap: 30px;
  display: grid;
  gap: 30px;
  grid-template-columns: 100%;
}
/* @media (min-width: 960px) {
  .product-specifications-page__container[data-v-faa590fc] {
    grid-template-columns: calc(100% - 566px) 566px;
  }
} */
.product-specifications-page__characteristics[data-v-faa590fc] {
  margin-bottom: 18px;
}
/* @media (min-width: 960px) {
  .product-specifications-page__characteristics[data-v-faa590fc] {
    margin-bottom: 60px;
    max-width: 600px;
  }
} */
.product-specifications-page__right[data-v-faa590fc]
  .product-page-older-brother__title,
.product-specifications-page__right[data-v-faa590fc]
  .product-page-similar-products__heading {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}
.product-specifications-page__innova[data-v-faa590fc] {
  margin-bottom: 18px;
}
.product-specifications-page-new[data-v-faa590fc] {
  color: #fff;
}
.product-specifications-page-new__container[data-v-faa590fc] {
  grid-gap: 30px;
  display: grid;
  gap: 30px;
  grid-template-columns: 100%;
}
@media (min-width: 960px) {
  .product-specifications-page-new__container[data-v-faa590fc] {
    grid-template-columns: calc(100% - 532px) 502px;
  }
}
.product-specifications-page-new__characteristics[data-v-faa590fc] {
  margin-bottom: 18px;
}
@media (min-width: 960px) {
  .product-specifications-page-new__characteristics[data-v-faa590fc] {
    margin-bottom: 60px;
    max-width: 600px;
  }
}
.product-specifications-page-new__copy-icon[data-v-faa590fc] {
  color: #8b96a3;
}
.product-specifications-page-new__heading[data-v-faa590fc] {
  color: #fff;
}
.product-specifications-page-new__heading-block[data-v-faa590fc] {
  margin-top: 40px;
}
.product-specifications-page-new__heading-block-no-brother[data-v-faa590fc],
.product-specifications-page-new__heading-block[data-v-faa590fc] {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.product-specifications-page-new__more-link[data-v-faa590fc] {
  align-items: flex-end;
  display: flex;
  font-weight: 500;
}
.product-specifications-page-new__link-icon[data-v-faa590fc] {
  margin-left: 6px;
}
.product-specifications-page-new__labels[data-v-faa590fc] {
  margin: 18px 0 30px;
}
@media (min-width: 768px) {
  .product-specifications-page-new__labels[data-v-faa590fc] {
    margin: 18px 0;
  }
}
.product-specifications-page-new__list[data-v-faa590fc] {
  color: #8b96a3;
  font-size: 16px;
  max-width: 600px;
}
.product-specifications-page-new__list[data-v-faa590fc]:not(:last-child) {
  margin-bottom: 18px;
}
@media (min-width: 320px) {
  .product-specifications-page-new__list[data-v-faa590fc] {
    grid-gap: 12px;
    display: grid;
    font-size: 14px;
    gap: 12px;
    grid-template-columns: 4fr 4fr;
  }
}
@media (min-width: 768px) {
  .product-specifications-page-new__list[data-v-faa590fc] {
    grid-gap: 12px;
    display: grid;
    font-size: 16px;
    gap: 12px;
    grid-template-columns: 4fr 4fr;
  }
}
@media (min-width: 960px) {
  .product-specifications-page-new__list[data-v-faa590fc] {
    grid-template-columns: 6fr 4fr;
  }
}
.product-specifications-page-new__article[data-v-faa590fc] {
  align-items: center;
  display: inline-flex;
}
.product-specifications-page-new__value[data-v-faa590fc] {
  color: #000;
}
@media (min-width: 320px) {
  .product-specifications-page-new__value[data-v-faa590fc] {
    font-weight: lighter;
  }
}
.product-specifications-page-new__value svg[data-v-faa590fc] {
  margin-left: 10px;
}
.product-specifications-page-new__innova-link[data-v-faa590fc] {
  margin-top: 40px;
}
