.product-page-back-link {
  align-items: center;
  display: inline-flex;
  overflow: hidden;
}
.product-page-back-link__arrow {
  flex-shrink: 0;
  height: 20px;
  margin-right: 6px;
  width: 20px;
}
.product-page-back-link__text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.copy-clipboard-button {
  align-items: center;
  background: none;
  border: none;
  color: #8b96a3;
  cursor: pointer;
  padding: 0;
  transition: color 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .copy-clipboard-button--light:hover {
    color: #13181e;
  }
}
.copy-clipboard-button--light:active {
  color: #13181e;
}
@media (hover: hover) and (pointer: fine) {
  .copy-clipboard-button--dark:hover {
    color: #eceff2;
  }
}
.copy-clipboard-button--dark:active {
  color: #eceff2;
}
.copy-clipboard-button__content {
  display: inline-block;
  line-height: 16px;
}
.copy-clipboard-button__icon {
  height: 20px;
  width: 20px;
}
.product-page-code {
  white-space: nowrap;
}
.product-page-code,
.product-page-code__text {
  font-size: 12px;
  line-height: 15px;
}
@media (min-width: 768px) {
  .product-page-code__text {
    font-size: 16px;
    line-height: 21px;
  }
}
.product-page-code__copy-button {
  font-size: 12px;
  line-height: 15px;
}
@media (min-width: 768px) {
  .product-page-code__copy-button {
    font-size: 15px;
    line-height: 21px;
  }
}
.product-page-info-block__header {
  align-items: center;
  border-bottom: 1px solid #dedede;
  display: flex;
  margin-bottom: 12px;
  padding-bottom: 12px;
}
.product-page-info-block__icon {
  margin-right: 12px;
}
.product-page-info-block__heading {
  color: #000;
  font-weight: 500;
}
.auth-modal__card[data-v-e5fa5efa] {
  padding: 30px;
}
@media (min-width: 960px) {
  .auth-modal__card[data-v-e5fa5efa] {
    width: 315px;
  }
}
.auth-modal__card .auth-form[data-v-e5fa5efa] {
  text-align: center;
}
.product-accessories-mobile__heading[data-v-1e522850] {
  color: #fff;
  font-size: 20px;
  margin-bottom: 12px;
}
.product-accessories-mobile__card-skeleton[data-v-1e522850] {
  height: 483px;
  width: 100%;
}
.product-accessories-mobile__mobile-slide[data-v-1e522850] {
  width: 89%;
}
@media (min-width: 768px) {
  .product-accessories-mobile__mobile-slide[data-v-1e522850] {
    width: 334px;
  }
}
@media (max-width: 959px) {
  .product-accessories-mobile__mobile-slide[data-v-1e522850] {
    width: 334px;
  }
}
.add-to-favorites-button[data-v-459e67de] {
  align-items: center;
  background: none;
  border: none;
  color: #13181e;
  cursor: pointer;
  display: inline-flex;
  padding: 0;
  text-transform: inherit;
  transition: color 0.2s;
}
.add-to-favorites-button--with-border[data-v-459e67de] {
  align-items: center;
  border: 1px solid #102a37;
  display: flex;
  height: 50px;
  justify-content: center;
  width: 50px;
}
.add-to-favorites-button--active[data-v-459e67de],
.add-to-favorites-button--active[data-v-459e67de]:hover,
.add-to-favorites-button[data-v-459e67de]:hover {
  color: #f54b4b;
}
.add-to-favorites-button--with-label[data-v-459e67de] {
  padding-left: 0;
  padding-right: 0;
}
.add-to-favorites-button--medium
  .add-to-favorites-button__icon[data-v-459e67de]:not(
    .add-to-favorites-button__icon--with-label
  ) {
  height: 36px;
  width: 36px;
}
.add-to-favorites-button--xsmall
  .add-to-favorites-button__icon[data-v-459e67de],
.add-to-favorites-button--xsmall[data-v-459e67de] {
  height: 20px;
  width: 20px;
}
.add-to-favorites-button__icon--with-label[data-v-459e67de] {
  margin-right: 6px;
}
.add-to-favorites-button__tooltip[data-v-459e67de] {
  padding: 18px;
}
.appear-enter-active[data-v-459e67de],
.appear-leave-active[data-v-459e67de] {
  transition: transform 0.15s ease;
}
.appear-enter[data-v-459e67de],
.appear-leave-to[data-v-459e67de] {
  transform: scale(0);
}
.share-button[data-v-758bd6e5] {
  align-items: center;
  background: none;
  border: none;
  color: #13181e;
  cursor: pointer;
  display: inline-flex;
  padding: 0;
  text-transform: inherit;
  transition: color 0.2s;
}
.share-button[data-v-758bd6e5]:hover {
  color: #0093c4;
}
.share-button--with-label[data-v-758bd6e5] {
  padding-left: 0;
  padding-right: 0;
}
.share-button__icon[data-v-758bd6e5] {
  height: 24px;
  width: 24px;
}
.share-button__icon--medium[data-v-758bd6e5] {
  height: 36px;
  width: 36px;
}
.share-button__icon--with-label[data-v-758bd6e5] {
  margin-right: 6px;
}
.share-button__tooltip[data-v-758bd6e5] {
  padding: 18px;
}
.product-page-actions[data-v-175b41b1] {
  flex-shrink: 0;
}
.zoom-image {
  height: 100%;
  max-height: 100%;
  touch-action: pan-y;
}
@media (min-width: 960px) {
  .zoom-image {
    display: flex;
  }
}
.product-gallery.expanded .zoom-image {
  height: auto;
}
.zoom-image .img-lazy-load {
  background: url(//cdn.technopark.ru/source/custom_images/newsite/placeholders/loadert.gif)
    no-repeat 50% / contain;
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  width: 70px;
}
.zoom-image__img {
  cursor:
    url("data:image/svg+xml;charset=utf-8,%3Csvg width='50' height='50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23a)'%3E%3Crect width='50' height='50' rx='25' fill='%23fff' fill-opacity='.2'/%3E%3Crect x='.5' y='.5' width='49' height='49' rx='24.5' stroke='%23102A37'/%3E%3Cpath d='M16 25h18m-9 9V16' stroke='%2313181E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='a' x='-4' y='-4' width='58' height='58' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='2'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_11519_47574'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_backgroundBlur_11519_47574' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E")
      16 16,
    pointer;
  display: block;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.product-gallery.expanded .zoom-image__img {
  height: auto;
}
.zoom-image.zoom-active .zoom-image__img {
  cursor:
    url("data:image/svg+xml;charset=utf-8,%3Csvg width='50' height='50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23a)'%3E%3Crect width='50' height='50' rx='25' fill='%23fff' fill-opacity='.2'/%3E%3Crect x='.5' y='.5' width='49' height='49' rx='24.5' stroke='%23102A37'/%3E%3Cpath d='M16 25h18' stroke='%2313181E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='a' x='-4' y='-4' width='58' height='58' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='2'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_11640_122358'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_backgroundBlur_11640_122358' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E")
      16 16,
    pointer;
}
.zoom-image-preview {
  background: #fff;
  border-radius: 50%;
  height: 160px;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  transform: scale(0);
  transform-origin: 50% 50%;
  transition:
    transform 0.25s ease,
    opacity 0s linear 0.25s;
  width: 160px;
  z-index: 200;
}
.zoom-image-preview:not(.loaded) {
  align-items: center;
  display: flex;
  justify-content: center;
}
.zoom-image-preview.has-big-image {
  height: 320px;
  width: 320px;
}
@media (min-width: 960px) {
  .zoom-image-preview {
    height: 200px;
    width: 200px;
  }
  .zoom-image-preview.has-big-image {
    height: 400px;
    width: 400px;
  }
}
@media (min-width: 1192px) {
  .zoom-image-preview {
    height: 230px;
    width: 230px;
  }
  .zoom-image-preview.has-big-image {
    height: 460px;
    width: 460px;
  }
}
@media (min-width: 1482px) {
  .zoom-image-preview {
    height: 270px;
    width: 270px;
  }
  .zoom-image-preview.has-big-image {
    height: 540px;
    width: 540px;
  }
}
.zoom-image-preview:before {
  border-radius: 50%;
  bottom: 0;
  content: "";
  display: none;
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.zoom-image-preview.zoom-active {
  opacity: 1;
  transition:
    transform 0.25s ease,
    opacity 0s linear;
}
.zoom-image-preview.loading:before {
  display: block;
}
.zoom-image-preview.loading .zoom-image-preview__img {
  opacity: 0;
}
.zoom-image-preview__img {
  left: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.25s ease;
}
.zoom-image-preview__loader {
  animation: spin 1s linear infinite;
  border: 5px solid #e6e6e6;
  border-radius: 50%;
  border-top-color: #0093c4;
  height: 35px;
  width: 35px;
}
@media (min-width: 768px) {
  .zoom-image-preview__loader {
    border: 8px solid #e6e6e6;
    border-top-color: #0093c4;
    height: 50px;
    width: 50px;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.zoom-image-preview.loaded .zoom-image-preview__loader {
  display: none;
}
.product-gallery-video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.product-gallery-video iframe,
.product-gallery-video video {
  height: 100%;
  pointer-events: none;
  width: 100%;
}
.product-gallery-video__preview {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.product-gallery.video-active .product-gallery-video iframe,
.product-gallery.video-active .product-gallery-video video {
  pointer-events: all;
}
.product-gallery-video__overlay {
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.product-gallery-video__overlay:hover .product-gallery-video__play-btn {
  transform: translate(-50%, -50%) scale(1.1);
}
.product-gallery.video-active .product-gallery-video__overlay {
  display: none;
}
.product-gallery-video__play-btn {
  align-items: center;
  background: #fff;
  border: none;
  border-radius: 30px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  color: #000;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  height: 60px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.2s;
  width: 60px;
}
.product-gallery-video__play-btn svg {
  height: 27px;
  left: 1px;
  position: relative;
  width: 24px;
}
.product-page-fullscreen-gallery-vk-video[data-v-f9b78ad4] {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.product-page-fullscreen-gallery-vk-video__iframe[data-v-f9b78ad4],
.viewer-360 {
  height: 100%;
  width: 100%;
}
.viewer-360 {
  display: flex;
  flex-direction: column;
}
@supports (-ms-ime-align: auto) {
  .viewer-360 {
    justify-content: center;
  }
}
@media (max-width: 960px) {
  .viewer-360 {
    min-height: 300px;
  }
  .product-gallery.expanded .viewer-360 {
    min-height: 600px;
  }
}
@media (max-width: 768px) {
  .viewer-360 {
    min-height: 350px;
  }
  .product-gallery.expanded .viewer-360 {
    min-height: 450px;
  }
}
@media (max-width: 480px) {
  .viewer-360 {
    min-height: 300px;
  }
  .product-gallery.expanded .viewer-360 {
    min-height: 360px;
  }
}
@media (max-width: 360px) {
  .product-gallery.expanded .viewer-360,
  .viewer-360 {
    min-height: 300px;
  }
}
.viewer-360__view {
  flex-grow: 1;
  pointer-events: none;
  width: 100%;
}
@media (min-width: 1192px) {
  .viewer-360__view {
    pointer-events: all;
  }
}
@supports (-ms-ime-align: auto) {
  .product-gallery.expanded .viewer-360__view {
    flex-grow: 0;
    height: 600px;
    min-height: 600px;
  }
  .viewer-360__view image {
    height: 100%;
    min-height: 100%;
  }
}
.viewer-360__controls {
  cursor: default;
  display: none;
  justify-content: center;
  margin-top: 12px;
}
.product-gallery.expanded .viewer-360__controls {
  display: flex;
}
.viewer-360__range-slider {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  padding: 18px;
  width: 100%;
}
.viewer-360__range-slider::-webkit-slider-runnable-track {
  background: #bababa;
  cursor: pointer;
  height: 1px;
  width: 100%;
}
.viewer-360__range-slider::-moz-range-track {
  background: #bababa;
  cursor: pointer;
  height: 1px;
  width: 100%;
}
.viewer-360__range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 6px #d1d1d1;
  cursor: pointer;
  height: 18px;
  margin-top: -9px;
  -webkit-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
  width: 18px;
}
@media (max-width: 959px) {
  .viewer-360__range-slider::-webkit-slider-thumb {
    height: 24px;
    margin-top: -12px;
    width: 24px;
  }
}
.viewer-360__range-slider::-webkit-slider-thumb:active {
  box-shadow: 0 0 3px #d1d1d1;
}
.viewer-360__range-slider::-moz-range-thumb {
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 6px #d1d1d1;
  cursor: pointer;
  height: 18px;
  -moz-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
  width: 18px;
}
@media (max-width: 959px) {
  .viewer-360__range-slider::-moz-range-thumb {
    height: 24px;
    width: 24px;
  }
}
.viewer-360__range-slider::-moz-range-thumb:active {
  box-shadow: 0 0 3px #d1d1d1;
}
.viewer-360__range-slider::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 39px 0;
  color: transparent;
  cursor: pointer;
  height: 1px;
  width: 100%;
}
.viewer-360__range-slider::-ms-fill-lower,
.viewer-360__range-slider::-ms-fill-upper {
  background: #bababa;
}
.viewer-360__range-slider::-ms-thumb {
  background: #fff;
  border-radius: 100px;
  box-shadow: 0 0 6px #d1d1d1;
  cursor: pointer;
  height: 18px;
  margin-top: 1px;
  width: 18px;
}
@media (max-width: 959px) {
  .viewer-360__range-slider::-ms-thumb {
    height: 24px;
    width: 24px;
  }
}
.viewer-360__range-slider:focus {
  outline: none;
}
@font-face {
  font-family: swiper-icons;
  font-style: normal;
  font-weight: 400;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
    format("woff");
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  box-sizing: content-box;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
  z-index: 1;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-direction: column;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out;
}
.swiper-container-pointer-events {
  touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-css-mode > .swiper-wrapper {
  -ms-overflow-style: none;
  overflow: auto;
  scrollbar-width: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.product-gallery {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-bottom: 18px;
  max-width: 100vw;
  overflow: hidden;
  padding-bottom: 18px;
  position: relative;
}
@media (min-width: 768px) {
  .product-gallery {
    margin-bottom: 18px;
  }
}
.product-gallery__slider-container {
  flex-grow: 1;
  margin: 0 auto;
  max-width: 1800px;
  overflow: hidden;
  padding-top: 12px;
  position: relative;
  width: 100%;
}
@media (max-width: 959px) {
  .product-gallery__slider-container {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (min-width: 1482px) {
  .product-gallery__slider-container {
    overflow: visible;
    overflow: initial;
  }
}
@media (min-width: 2000px) {
  .product-gallery__slider-container {
    max-width: 2000px;
  }
}
.product-gallery__slider-trigger {
  background: transparent;
  cursor: pointer;
  height: 100%;
  position: absolute;
  width: 24%;
  z-index: 2;
}
.product-gallery__slider-trigger--right {
  cursor:
    url("data:image/svg+xml;charset=utf-8,%3Csvg width='42' height='43' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.084 32 35 21.5m0 0L24.084 11M35 21.5H7' stroke='%2313181E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
      16 16,
    pointer;
  right: 0;
}
.product-gallery__slider-trigger--left {
  cursor:
    url("data:image/svg+xml;charset=utf-8,%3Csvg width='42' height='43' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.916 11 7 21.5m0 0L17.916 32M7 21.5h28' stroke='%2313181E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
      16 16,
    pointer;
  left: 0;
}
@media (min-width: 1482px) {
  .product-gallery__slider-trigger {
    width: 30%;
  }
}
@media (max-width: 959px) {
  .product-gallery__slider-trigger {
    display: none;
  }
}
.product-gallery__360-btn {
  align-items: center;
  background: #fff;
  border: none;
  border-radius: 50%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  color: #1a1a1a;
  cursor: pointer;
  display: flex;
  height: 60px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  z-index: 10;
}
.product-gallery__arrows {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.product-gallery__arrow {
  background-color: transparent;
  border: none;
  box-shadow: none;
  color: transparent;
  cursor: pointer;
  padding: 9px 12px;
  pointer-events: all;
  position: absolute;
  top: 50%;
  z-index: 3;
}
@media (max-width: 959px) {
  .product-gallery__arrow {
    display: none;
  }
}
.product-gallery__arrow:before {
  border-color: transparent #bababa #bababa transparent;
  border-style: solid;
  border-width: 1px;
  content: "";
  display: block;
  height: 21px;
  transition: border-color 0.2s;
  width: 21px;
}
.product-gallery__arrow--right {
  right: 20%;
  transform: translateY(-50%) rotate(-45deg);
}
@media (min-width: 1482px) {
  .product-gallery__arrow--right {
    right: 28%;
  }
}
.product-gallery__arrow--left {
  left: 20%;
  transform: translateY(-50%) rotate(135deg);
}
@media (min-width: 1482px) {
  .product-gallery__arrow--left {
    left: 28%;
  }
}
.product-gallery__arrow:hover:before {
  border-bottom-color: #000;
  border-right-color: #000;
}
.product-gallery__video-slide {
  height: 0;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
.product-gallery__360-slide {
  height: 100%;
  width: 100%;
}
.product-gallery__360-slide .viewer-360 {
  pointer-events: none;
}
.product-gallery__close-btn {
  display: none;
  font-size: 14px;
  position: absolute;
  right: 25px;
  top: 15px;
  z-index: 10;
}
@media (min-width: 960px) {
  .product-gallery__close-btn {
    right: 7%;
    top: 30px;
  }
}
.product-gallery-thumbs {
  display: none;
  justify-content: center;
  margin: 0 auto;
  max-width: 276px;
  padding: 0 27px;
  position: relative;
}
@media (min-width: 360px) {
  .product-gallery-thumbs {
    max-width: 336px;
  }
}
@media (min-width: 960px) {
  .product-gallery-thumbs {
    max-width: 744px;
  }
}
.product-gallery-thumbs__container {
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  overflow: -moz-scrollbars-none;
  position: relative;
  scrollbar-width: none;
}
.product-gallery-thumbs__container::-webkit-scrollbar {
  display: none;
}
.product-gallery-thumbs__container:active {
  cursor: grabbing;
}
.product-gallery-thumbs__thumb {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  height: 42px;
  opacity: 0.3;
  transition: opacity 0.2s;
  width: 42px;
}
.product-gallery-thumbs__thumb:not(:last-child) {
  margin-right: 18px;
}
@media (min-width: 960px) {
  .product-gallery-thumbs__thumb {
    height: 60px;
    width: 60px;
  }
  .product-gallery-thumbs__thumb:not(:last-child) {
    margin-right: 30px;
  }
}
.product-gallery-thumbs__thumb.active {
  opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
  .product-gallery-thumbs__thumb:hover {
    opacity: 1;
  }
}
.product-gallery-thumbs__thumb > img {
  height: auto;
  max-width: 100%;
  opacity: 0;
  visibility: hidden;
}
.product-gallery-thumbs__thumb > img.loaded {
  opacity: 1;
  visibility: visible;
}
.product-gallery-thumbs__360,
.product-gallery-thumbs__video {
  align-items: center;
  background-color: #000;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.product-gallery-thumbs__360-btn,
.product-gallery-thumbs__video-btn {
  align-items: center;
  background: #fff;
  border: none;
  border-radius: 30px;
  color: #000;
  cursor: pointer;
  display: flex;
  font-size: 10px;
  height: 30px;
  justify-content: center;
  transition: opacity 0.2s;
  width: 30px;
}
.product-gallery-thumbs__360-btn svg,
.product-gallery-thumbs__video-btn svg {
  height: 14px;
  left: 1px;
  position: relative;
  width: 12px;
}
.product-gallery-thumbs__arrow {
  align-items: center;
  background: none;
  border: none;
  box-shadow: none;
  color: transparent;
  cursor: pointer;
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 0;
  position: absolute;
  top: 0;
  width: 30px;
}
@media (min-width: 960px) {
  .product-gallery-thumbs__arrow {
    width: 40px;
  }
}
.product-gallery-thumbs__arrow:hover:before {
  border-bottom-color: #000;
  border-right-color: #000;
}
.product-gallery-thumbs__arrow--right {
  right: -4px;
}
@media (min-width: 960px) {
  .product-gallery-thumbs__arrow--right {
    right: -14px;
  }
}
.product-gallery-thumbs__arrow--right:before {
  transform: rotate(-45deg);
}
.product-gallery-thumbs__arrow--left {
  left: -4px;
}
@media (min-width: 960px) {
  .product-gallery-thumbs__arrow--left {
    left: -14px;
  }
}
.product-gallery-thumbs__arrow--left:before {
  transform: rotate(135deg);
}
.product-gallery-thumbs__arrow:before {
  border-color: transparent #bababa #bababa transparent;
  border-style: solid;
  border-width: 1px;
  content: "";
  display: block;
  height: 7px;
  transition: border-color 0.2s;
  width: 7px;
}
@media (min-width: 960px) {
  .product-gallery-thumbs__arrow:before {
    height: 11px;
    width: 11px;
  }
}
.product-gallery .swiper-container {
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}
.product-gallery .swiper-wrapper {
  align-items: center;
}
.product-gallery .swiper-slide {
  align-items: center;
  display: flex;
  height: 327px;
  justify-content: center;
}
@media (min-width: 960px) {
  .product-gallery .swiper-slide {
    transform: scale(0.5) !important;
    transition: transform 0.2s;
  }
}
.product-gallery .swiper-slide.swiper-slide-active,
.product-gallery .swiper-slide.swiper-slide-duplicate-active {
  cursor: pointer;
  transform: scale(1) !important;
}
@media (max-width: 359px) {
  .product-gallery .swiper-slide {
    height: 270px;
  }
}
@media (min-width: 960px) {
  .product-gallery .swiper-slide {
    height: 500px;
  }
}
@media (min-width: 1482px) {
  .product-gallery .swiper-slide {
    height: 660px;
  }
}
.product-gallery .swiper-slide .zoom-image img {
  pointer-events: none;
}
.product-gallery .swiper-lazy-preloader {
  --swiper-theme-color: #0093c4 !important;
  animation: none;
  background: url(//cdn.technopark.ru/source/custom_images/newsite/placeholders/loader.gif)
    no-repeat 50% / cover;
  border: none;
  border-radius: 0;
  height: 15px;
  margin: 0;
  transform: translate(-50%, -50%);
  width: 70px;
}
@media (min-width: 960px) {
  .product-gallery.expanded {
    height: calc(100vh - 61px);
    max-height: 1500px;
    min-height: 600px;
  }
}
@media (max-width: 959px) {
  .product-gallery.expanded {
    padding-top: 44px;
  }
}
.product-gallery.expanded .product-gallery__slider-container {
  align-items: center;
  display: flex;
  height: calc(100% - 61px);
  margin-bottom: 18px;
  position: static;
}
@media (max-width: 959px) {
  .product-gallery.expanded .product-gallery__slider-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.product-gallery.expanded .product-gallery__slider-trigger {
  height: calc(100% - 80px);
  width: 25%;
}
.product-gallery.expanded .product-gallery__arrows {
  display: none;
}
.product-gallery.expanded .product-gallery-thumbs {
  display: flex;
}
.product-gallery.expanded .product-gallery__close-btn {
  display: block;
}
.product-gallery.expanded .product-gallery__360-btn--play {
  display: none;
}
@media (min-width: 1482px) {
  .product-gallery.expanded .swiper-container {
    overflow: visible;
    overflow: initial;
  }
}
.product-gallery.expanded .swiper-slide {
  height: 100%;
  opacity: 0.3;
  transform: scale(0.3);
  transition:
    transform 0.2s,
    opacity 0.2s;
}
.product-gallery.expanded .swiper-slide-active,
.product-gallery.expanded .swiper-slide-duplicate-active {
  opacity: 1;
}
.product-gallery.expanded .swiper-slide-active .viewer-360,
.product-gallery.expanded .swiper-slide-active .zoom-image img,
.product-gallery.expanded .swiper-slide-duplicate-active .viewer-360,
.product-gallery.expanded .swiper-slide-duplicate-active .zoom-image img {
  pointer-events: all;
}
.swiper-slide-duplicate-active .product-gallery__360-btn {
  display: none;
}
.product-gallery.video-active .product-gallery__video-btn {
  opacity: 0;
}
.product-page-gallery-modal__card[data-v-9c1a8eda] {
  background-color: #fff;
  height: 100%;
  width: 100%;
}
.product-page-gallery-modal__container[data-v-9c1a8eda] {
  position: relative;
}
.product-page-gallery-modal__close-btn[data-v-9c1a8eda] {
  background: none;
  border: none;
  color: #878787;
  cursor: pointer;
  margin: -12px;
  padding: 12px;
  position: absolute;
  right: 24px;
  top: 24px;
  transition: color 0.2s;
  z-index: 10;
}
@media (min-width: 1192px) {
  .product-page-gallery-modal__close-btn[data-v-9c1a8eda] {
    right: 36px;
    top: 36px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .product-page-gallery-modal__close-btn[data-v-9c1a8eda]:hover {
    color: #bababa;
  }
}
.product-page-gallery-modal__close-btn[data-v-9c1a8eda]:active {
  color: #bababa;
}
.product-page-gallery-modal__cross[data-v-9c1a8eda] {
  height: 20px;
  width: 20px;
}
@media (min-width: 1192px) {
  .product-page-gallery-modal__cross[data-v-9c1a8eda] {
    height: 30px;
    width: 30px;
  }
}
.product-page-gallery-bullets[data-v-4cdb8060] {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 768px) {
  .product-page-gallery-bullets[data-v-4cdb8060] {
    flex-direction: row;
  }
}
.product-page-gallery-bullets--overlay[data-v-4cdb8060] {
  border-radius: 21px;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.187);
  padding: 8px;
}
.product-page-gallery-bullets__bullet[data-v-4cdb8060] {
  background-color: #d5d9de;
  border-radius: 50%;
  cursor: pointer;
  height: 6px;
  margin: 0 6px 0 0;
  outline: none;
  padding: 0;
  transition: all 0.5s;
  width: 6px;
}
@media (min-width: 960px) {
  .product-page-gallery-bullets__bullet[data-v-4cdb8060] {
    height: 10px;
    margin: 0 10px 0 0;
    width: 10px;
  }
}
.product-page-gallery-bullets__bullet--active[data-v-4cdb8060] {
  background-color: #0d1115;
}
.product-page-gallery-bullets__bullet[data-v-4cdb8060]:focus {
  outline: none;
}
.product-page-gallery-bullets__bullet--small[data-v-4cdb8060] {
  transform: scale(0.5);
}
.product-page-gallery-bullets__bullet--medium[data-v-4cdb8060] {
  transform: scale(0.7);
}
.product-page-gallery-bullets__bullet--hidden[data-v-4cdb8060] {
  height: 0;
  margin: 0;
  transform: scale(0);
  width: 0;
}
.product-page-similar-mobile svg[data-v-3be8f140] {
  height: 20px;
  width: 20px;
}
.product-page-similar-mobile__button[data-v-3be8f140] {
  background-color: rgba(225, 230, 237, 0.898);
  border: none;
  border-radius: 12px;
  color: #353e48;
  cursor: pointer;
  line-height: 0;
  padding: 6px 9px 6px 6px;
  position: relative;
  text-align: left;
  transition: width 0.2s;
  width: 90px;
}
.product-page-similar-mobile__button--short[data-v-3be8f140] {
  width: 32px;
}
.product-page-similar-mobile__button--short
  .product-page-similar-mobile__button-text[data-v-3be8f140] {
  opacity: 0;
}
.product-page-similar-mobile__button-text[data-v-3be8f140] {
  font-size: 12px;
  left: 32px;
  line-height: 15px;
  opacity: 1;
  position: absolute;
  top: 8.5px;
  transition: opacity 0.3s;
}
.product-page-similar-mobile__modal--fullscreen-mobile
  .product-page-similar-mobile__modal-card[data-v-3be8f140] {
  border-radius: 0;
  height: 100%;
}
.product-page-similar-mobile__modal-card[data-v-3be8f140] {
  background-color: #1d242d;
  padding-top: 0;
}
@media (min-width: 768px) {
  .product-page-similar-mobile__modal-card[data-v-3be8f140] {
    background-color: #fff;
  }
}
.product-page-similar-mobile__modal-card[data-v-3be8f140]
  .tp-modal-card__header {
  color: #fff;
  padding: 18px;
}
@media (min-width: 768px) {
  .product-page-similar-mobile__modal-card[data-v-3be8f140]
    .tp-modal-card__header {
    color: #13181e;
  }
}
.product-page-similar-mobile__modal-card[data-v-3be8f140] .tp-cross-button {
  top: 14px;
}
.product-page-similar-mobile__grid[data-v-3be8f140] {
  grid-gap: 12px;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 550px) {
  .product-page-similar-mobile__grid[data-v-3be8f140] {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) {
  .product-page-similar-mobile__grid[data-v-3be8f140] {
    grid-template-columns: repeat(4, 1fr);
  }
}
.product-page-similar-mobile__product-card[data-v-3be8f140] {
  height: 210px;
}
@media (min-width: 768px) {
  .product-page-similar-mobile__product-card[data-v-3be8f140] {
    border-radius: 16px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  }
}
.product-page-similar-mobile svg[data-v-5fe49b14] {
  height: 20px;
  width: 20px;
}
.product-page-similar-mobile__button[data-v-5fe49b14] {
  background-color: rgba(225, 230, 237, 0.898);
  border: none;
  border-radius: 12px;
  color: #353e48;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  padding: 6px 9px 6px 6px;
  position: relative;
  text-align: left;
  transition: width 0.2s;
  width: 90px;
}
.product-page-similar-mobile__button--short[data-v-5fe49b14] {
  width: 32px;
}
.product-page-similar-mobile__button--short
  .product-page-similar-mobile__button-text[data-v-5fe49b14] {
  opacity: 0;
}
.product-page-similar-mobile__button-text[data-v-5fe49b14] {
  font-size: 12px;
  left: 32px;
  line-height: 15px;
  opacity: 1;
  position: absolute;
  top: 8.5px;
  transition: opacity 0.3s;
}
.innova-mobile-button[data-v-60d8e271] {
  background-color: rgba(225, 230, 237, 0.5);
  border-radius: 12px;
  cursor: pointer;
  height: 32px;
  overflow: hidden;
  padding: 6px;
  position: relative;
  transition: width 0.3s;
  width: var(--block-width);
}
.innova-mobile-button__text[data-v-60d8e271] {
  background: linear-gradient(
    90deg,
    #1bb9ff 3.69%,
    #4583ff 34.61%,
    #8158fd 67.33%,
    #dc58fd 101.99%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 12px;
  left: 32px;
  line-height: 15px;
  position: absolute;
  top: 7.5px;
  width: 100px;
}
.innova-mobile-button__icon[data-v-60d8e271] {
  height: 21px;
  width: 20px;
}
.slide-down-enter-active[data-v-60d8e271],
.slide-down-leave-active[data-v-60d8e271] {
  transition: 0.4s;
}
.slide-down-leave-to[data-v-60d8e271] {
  transform: translateY(-150%);
}
.slide-down-enter[data-v-60d8e271] {
  transform: translateY(150%);
}
.product-page-gallery[data-v-383449ea] {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
}
@media (min-width: 320px) {
  .product-page-gallery[data-v-383449ea] {
    gap: initial;
  }
}
.product-page-gallery .swiper-container[data-v-383449ea] {
  height: 343px;
  max-height: 600px;
  max-width: 343px;
  width: 100%;
}
@media (min-width: 320px) {
  .product-page-gallery .swiper-container[data-v-383449ea] {
    height: auto;
    max-height: 60%;
  }
}
@media (max-width: 480px) {
  .product-page-gallery .swiper-container[data-v-383449ea] {
    height: auto;
    max-height: 80%;
  }
}
@media (min-width: 768px) {
  .product-page-gallery .swiper-container[data-v-383449ea] {
    height: auto;
    max-height: 60%;
    max-width: 64%;
    width: 100%;
  }
}
@media (min-width: 960px) {
  .product-page-gallery .swiper-container[data-v-383449ea] {
    height: auto;
    max-height: 600px;
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-height: 1080px) {
  .product-page-gallery .swiper-container[data-v-383449ea] {
    max-height: calc(100vh - 200px);
  }
}
.product-page-gallery__slide[data-v-383449ea] {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
}
.product-page-gallery__controls[data-v-383449ea] {
  display: none;
  flex-direction: column;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 6;
}
@media (min-width: 960px) {
  .product-page-gallery__controls[data-v-383449ea] {
    display: flex;
  }
}
.product-page-gallery__controls-click[data-v-383449ea] {
  cursor:
    url("data:image/svg+xml;charset=utf-8,%3Csvg width='50' height='50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23a)'%3E%3Crect width='50' height='50' rx='25' fill='%23fff' fill-opacity='.2'/%3E%3Crect x='.5' y='.5' width='49' height='49' rx='24.5' stroke='%23102A37'/%3E%3Cpath d='M16 25h18m-9 9V16' stroke='%2313181E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='a' x='-4' y='-4' width='58' height='58' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='2'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_11519_47574'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_backgroundBlur_11519_47574' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E")
      16 16,
    pointer;
  height: 60%;
  width: 100%;
}
.product-page-gallery__controls-arrow-top[data-v-383449ea] {
  cursor:
    url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.5 12.416 12 1.5m0 0L1.5 12.416M12 1.5v28' stroke='%2313181E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
      16 16,
    pointer;
  height: 20%;
  width: 100%;
}
.product-page-gallery__controls-arrow-bottom[data-v-383449ea] {
  cursor:
    url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 18.584 12 29.5m0 0 10.5-10.916M12 29.5v-28' stroke='%2313181E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
      16 16,
    pointer;
  height: 20%;
  width: 100%;
}
.product-page-gallery__image[data-v-383449ea] {
  aspect-ratio: 1/1;
  width: 100%;
}
@media (min-width: 320px) {
  .product-page-gallery__image[data-v-383449ea] {
    width: 70%;
  }
}
@media (max-width: 480px) {
  .product-page-gallery__image[data-v-383449ea] {
    width: 80%;
  }
}
@media (min-width: 768px) {
  .product-page-gallery__image[data-v-383449ea] {
    aspect-ratio: auto;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
  }
}
@media (min-width: 960px) {
  .product-page-gallery__image[data-v-383449ea] {
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
.product-page-gallery__thumbnails[data-v-383449ea] {
  margin-top: 18px;
}
.product-page-gallery__preview-badge[data-v-383449ea] {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  height: 65px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: background-color 0.2s;
  width: 65px;
  z-index: 3;
}
@media (min-width: 768px) {
  .product-page-gallery__preview-badge[data-v-383449ea] {
    font-size: 16px;
    height: 80px;
    width: 80px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .product-page-gallery__preview-badge[data-v-383449ea]:hover {
    background-color: rgba(0, 0, 0, 0.9);
  }
}
.product-page-gallery__preview-badge[data-v-383449ea]:active {
  background-color: rgba(0, 0, 0, 0.9);
}
.product-page-gallery__similar[data-v-383449ea] {
  grid-area: similar;
  text-align: right;
  z-index: 20;
}
.product-page-gallery__bullets[data-v-383449ea] {
  grid-area: bullets;
}
.product-page-gallery__bottom-grid[data-v-383449ea] {
  display: grid;
  grid-template-areas: "innova bullets similar";
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
}
.product-page-gallery__bottom-container[data-v-383449ea] {
  margin-top: 6px;
}
@media (min-width: 320px) {
  .product-page-gallery__bottom-container[data-v-383449ea] {
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .product-page-gallery__bottom-container[data-v-383449ea] {
    margin-top: 30px;
  }
}
.product-page-gallery__innova-button[data-v-383449ea] {
  grid-area: innova;
}
.swiper-lazy-preloader[data-v-383449ea] {
  --swiper-theme-color: #0093c4 !important;
}
.product-page-buttons-new[data-v-0ee90458] {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1481px) {
  .product-page-buttons-new__button
    .add-to-cart-button__button[data-v-0ee90458] {
    padding: 12px;
  }
}
.product-page-buttons-new--wrap[data-v-0ee90458] {
  flex-wrap: wrap;
}
.product-page-buttons-new--mobile[data-v-0ee90458] {
  flex-direction: row-reverse;
  gap: 6px;
}
.product-page-buttons-new__additional[data-v-0ee90458] {
  flex: 1;
  margin-left: 0;
}
@media (min-width: 320px) {
  .product-page-buttons-new__row[data-v-0ee90458] {
    width: 100%;
  }
}
.product-page-buttons-new__skeleton[data-v-0ee90458] {
  min-width: 54px;
}
.product-page-buttons-new__skeleton--long[data-v-0ee90458] {
  min-width: 98px;
}
.product-prices-new--theme-dark .product-prices-new__price[data-v-4ac3a970] {
  color: #fff;
}
.product-prices-new__price[data-v-4ac3a970] {
  align-items: baseline;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  justify-content: space-between;
  line-height: 21px;
  white-space: nowrap;
}
.product-prices-new__values[data-v-4ac3a970] {
  align-items: baseline;
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.product-prices-new__bonus[data-v-4ac3a970] {
  align-items: center;
  color: #0093c4 !important;
  display: inline-flex;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  margin-left: 6px;
}
.product-prices-new__bonus-gradient[data-v-4ac3a970] {
  align-items: center;
  background: linear-gradient(264.06deg, #09b5ee, #0a8db9);
  border-radius: 16px;
  color: #fff;
  display: inline-flex;
  margin-left: 12px;
  padding: 1px;
}
.product-prices-new__bonus-value[data-v-4ac3a970] {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  margin: 0 6px;
}
.product-prices-new__bonus-icon[data-v-4ac3a970] {
  margin-left: 1px;
}
.product-prices-new__old-price[data-v-4ac3a970] {
  color: #8b96a3;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
  white-space: nowrap;
}
@media (min-width: 960px) {
  .product-prices-new__old-price[data-v-4ac3a970] {
    line-height: 15px;
  }
}
.product-prices-new__personal-price-badge[data-v-4ac3a970] {
  position: relative;
  z-index: 2;
}
.product-prices-new--large .product-prices-new__price[data-v-4ac3a970] {
  font-size: 20px;
  line-height: 23px;
}
.product-prices-new--xlarge .product-prices-new__price[data-v-4ac3a970] {
  font-size: 29px;
  line-height: 35px;
}
.product-prices-new--xlarge .product-prices-new__old-price[data-v-4ac3a970] {
  font-size: 14px;
  line-height: 23px;
}
@media (min-width: 768px) {
  .product-prices-new--xlarge .product-prices-new__old-price[data-v-4ac3a970] {
    font-size: 16px;
  }
}
.product-prices-new--al-left[data-v-4ac3a970] {
  text-align: left;
}
.product-prices-new--al-center[data-v-4ac3a970] {
  text-align: center;
}
.product-prices-new--al-right[data-v-4ac3a970] {
  text-align: right;
}
.product-prices-new--dir-horizontal[data-v-4ac3a970] {
  align-items: flex-end;
  display: flex;
}
.product-prices-new--dir-horizontal
  .product-prices-new__old-price[data-v-4ac3a970] {
  margin-left: 6px;
  order: 1;
}
.product-page-purchase .product-prices-new,
.product-page-purchase .product-prices-new__price {
  align-items: flex-end;
}
.product-page-purchase__yandex-badges {
  margin-top: 12px;
}
@media (min-width: 960px) {
  .product-page-purchase__yandex-badges {
    border: none;
    padding: 0;
  }
  .product-page-purchase .product-prices-new__price {
    align-items: flex-end;
    color: #13181e;
    display: flex;
    font-size: 29px;
    font-weight: 500;
    justify-content: space-between;
    line-height: 35px;
    text-align: left;
    width: 100%;
  }
  .product-page-purchase .product-prices-new__old-price {
    font-size: 20px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
  }
}
.product-page-modifications__item[data-v-1a5abba0] {
  align-items: center;
  background-color: #262e37;
  border-radius: 12px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 12px;
  height: 39px;
  justify-content: center;
  line-height: 15px;
  overflow: hidden;
  padding: 9px 12px;
  text-align: center;
  transition: 0.2s;
  white-space: nowrap;
  width: 100%;
}
@media (min-width: 960px) {
  .product-page-modifications__item[data-v-1a5abba0] {
    background-color: #fff;
    border: 2px solid #e1e6ed;
    color: #13181e;
  }
}
@media (hover: hover) and (pointer: fine) {
  .product-page-modifications__item[data-v-1a5abba0]:not(
      .product-page-modifications__item--active
    ):hover {
    border-color: #d5d9de;
  }
}
.product-page-modifications__item[data-v-1a5abba0]:not(
    .product-page-modifications__item--active
  ):active {
  border-color: #d5d9de;
}
.product-page-modifications__item--disabled[data-v-1a5abba0]:not(
    .product-page-modifications__item--active
  ) {
  background-color: #191e24;
}
@media (min-width: 960px) {
  .product-page-modifications__item--disabled[data-v-1a5abba0]:not(
      .product-page-modifications__item--active
    ) {
    background-color: #fff;
    border-color: #e1e6ed;
    border-style: dashed;
    color: #d5d9de;
  }
}
.product-page-modifications__item--disabled[data-v-1a5abba0] {
  background-color: #102a37;
  color: #353e48;
}
@media (min-width: 960px) {
  .product-page-modifications__item--disabled[data-v-1a5abba0] {
    background-color: #fff;
    color: #d5d9de !important;
  }
}
.product-page-modifications__item--active[data-v-1a5abba0] {
  background-color: #0093c4;
  border-color: #0093c4;
}
@media (min-width: 960px) {
  .product-page-modifications__item--active[data-v-1a5abba0] {
    background-color: #fff;
  }
}
.product-page-modifications__name[data-v-1a5abba0] {
  color: #8b96a3;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
}
@media (min-width: 960px) {
  .product-page-modifications__name[data-v-1a5abba0] {
    color: #13181e;
    font-weight: 500;
  }
}
.product-page-modifications__value[data-v-1a5abba0] {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  text-align: left;
}
@media (min-width: 960px) {
  .product-page-modifications__value[data-v-1a5abba0] {
    color: #13181e;
    font-weight: 400;
  }
}
.product-page-modifications__tooltip[data-v-1a5abba0] {
  padding: 18px;
}
.product-page-modifications__image[data-v-1a5abba0] {
  max-width: 100%;
  width: 100%;
}
.product-page-modifications__group--v-image[data-v-1a5abba0] {
  --item-size: 66px;
}
.product-page-modifications__group--v-image
  .product-page-modifications__item[data-v-1a5abba0] {
  background-color: #fff !important;
  border: 2px solid #e1e6ed !important;
  font-weight: 400;
  height: var(--item-size);
  padding: 6px;
  width: var(--item-size);
}
.product-page-modifications__group--v-image
  .product-page-modifications__item--disabled[data-v-1a5abba0] {
  color: #d5d9de !important;
}
.product-page-modifications__group--v-image
  .product-page-modifications__item--disabled
  .product-page-modifications__image[data-v-1a5abba0] {
  opacity: 0.5;
}
.product-page-modifications__group--v-image
  .product-page-modifications__item--disabled[data-v-1a5abba0]:not(
    .product-page-modifications__item--active
  ) {
  border-color: #e1e6ed;
  border-style: dashed !important;
  color: #d5d9de;
}
.product-page-modifications__group--v-image
  .product-page-modifications__item--active[data-v-1a5abba0] {
  border-color: #0093c4 !important;
}
.product-page-delivery__date-text[data-v-c6e262fa],
.product-page-delivery__delivery-text[data-v-c6e262fa] {
  margin-top: 4px;
}
.product-page-delivery__warning[data-v-c6e262fa] {
  background-color: #eceff2;
  border-radius: 12px;
  margin-bottom: 12px;
  padding: 12px;
}
.product-page-delivery__map-icon[data-v-c6e262fa] {
  color: #0093c4;
}
.product-page-delivery__title[data-v-c6e262fa] {
  color: #fff;
}
.product-page-delivery__name[data-v-c6e262fa] {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 320px) {
  .product-page-delivery__name[data-v-c6e262fa] {
    font-size: 14px;
    font-weight: 500;
  }
}
@media (min-width: 768px) {
  .product-page-delivery__name[data-v-c6e262fa] {
    font-size: 14px;
    font-weight: 500;
  }
}
@media (min-width: 960px) {
  .product-page-delivery__name[data-v-c6e262fa] {
    color: #13181e;
    font-weight: 500;
  }
}
@media (min-width: 320px) {
  .product-page-delivery__date-text[data-v-c6e262fa] {
    font-size: 14px;
    font-weight: lighter;
  }
}
@media (min-width: 768px) {
  .product-page-delivery__date-text[data-v-c6e262fa] {
    font-size: 14px;
    font-weight: lighter;
  }
}
@media (min-width: 320px) {
  .product-page-delivery__delivery-text[data-v-c6e262fa] {
    font-size: 14px;
    font-weight: 500;
  }
}
@media (min-width: 768px) {
  .product-page-delivery__delivery-text[data-v-c6e262fa] {
    font-size: 14px;
    font-weight: 500;
  }
}
.product-page-delivery__value[data-v-c6e262fa] {
  color: #13181e;
  font-size: 16px;
  font-weight: 400;
}
.product-page-delivery__row[data-v-c6e262fa] {
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .product-page-delivery__row[data-v-c6e262fa]:hover {
    color: #0093c4;
  }
  .product-page-delivery__row:hover
    .product-page-delivery__icon-wrapper[data-v-c6e262fa] {
    background-color: #d1ecf8;
  }
  .product-page-delivery__row:hover
    .product-page-delivery__name[data-v-c6e262fa] {
    color: #0093c4;
  }
}
.product-page-delivery__row-desktop[data-v-c6e262fa] {
  color: #13181e;
  font-size: 16px;
  line-height: 21px;
}
.product-page-delivery__row-desktop
  .product-page-delivery__icon-wrapper[data-v-c6e262fa] {
  color: #13181e;
}
.product-page-delivery__icon-wrapper[data-v-c6e262fa] {
  align-items: center;
  background-color: #1d242d;
  border-radius: 8px;
  color: #0093c4;
  display: flex;
  height: 38px;
  justify-content: center;
  width: 38px;
}
.product-page-name__name[data-v-4baaf3c7] {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  text-align: center;
}
@media (min-width: 768px) {
  .product-page-name__name[data-v-4baaf3c7] {
    font-size: 24px;
    line-height: 29px;
  }
}
@media (min-width: 960px) {
  .product-page-name__name[data-v-4baaf3c7] {
    color: #13181e;
    font-size: 29px;
    line-height: 35px;
    text-align: left;
  }
}
@media (min-width: 1192px) {
  .product-page-name__name[data-v-4baaf3c7] {
    font-size: 36px;
    line-height: 42px;
  }
}
.product-motivation-item__icon[data-v-f53621fe] {
  color: #0093c4;
}
.product-motivation-item__text[data-v-f53621fe] {
  margin-top: 4px;
}
.product-motivation-item__text span[data-v-f53621fe] {
  display: inline-block;
  margin-right: 3px;
}
.product-motivation-item__text span[data-v-f53621fe]:after {
  content: " / ";
  position: relative;
}
.product-motivation-item__text span[data-v-f53621fe]:last-child:after {
  content: "";
}
.product-motivation-item__text span[data-v-f53621fe]:last-child {
  margin-right: 0;
}
.product-motivation__top[data-v-79e1a1db] {
  margin-bottom: 16px;
}
.product-motivation__label[data-v-79e1a1db] {
  background-color: #e1e6ed;
  border-radius: var(--tpui-border-radius-large);
  padding: 12px;
  text-align: center;
}
.product-page-vip-service-mobile[data-v-3095162d] {
  background-color: #1d242d;
  border-radius: 16px;
  padding: 12px;
}
.product-page-vip-service-mobile__load-button[data-v-3095162d] {
  border: none;
  font-weight: 500;
  height: 26px;
  padding: 0;
}
.product-page-vip-service-mobile__icon-wrapper[data-v-3095162d] {
  align-items: center;
  background-color: #191e24;
  border-radius: 8px;
  color: #0093c4;
  display: flex;
  height: 60px;
  justify-content: center;
  width: 60px;
}
.product-page-vip-service-mobile__title[data-v-3095162d] {
  color: #fff;
}
.product-page-vip-service-mobile__card[data-v-3095162d] {
  height: 276px;
  width: 236px;
}
.product-page-vip-service-mobile__no-services-text[data-v-3095162d] {
  align-items: center;
  color: #fff;
  display: flex;
  gap: 6px;
  margin: 18px 0 24px;
}
.product-page-vip-service-mobile__no-services-icon[data-v-3095162d] {
  color: #8b96a3;
}
.product-page-clicker__main {
  background-color: #eceff2;
  border-radius: 16px;
  display: flex;
  gap: 12px;
  padding: 18px;
  position: relative;
}
.product-page-clicker__main-cart {
  display: flex;
  gap: 12px;
}
.product-page-clicker__block {
  display: none;
}
.product-page-clicker__title {
  font-weight: 500;
}
.product-page-clicker__disabled-checkbox,
.product-page-clicker__price {
  color: #8b96a3;
}
.product-page-clicker__price-mobile {
  margin-top: 18px;
}
.product-page-clicker__desc {
  color: #8b96a3;
  font-weight: 400;
}
.product-page-clicker__content {
  flex-grow: 1;
}
.product-page-clicker__icon {
  color: #0093c4;
}
.product-page-clicker__checkbox {
  align-items: center;
  color: #0093c4;
  display: flex;
  gap: 8px;
}
.product-page-clicker__checkbox span {
  vertical-align: middle;
}
.product-page-clicker__click-handler {
  cursor: pointer;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}
.installation-service-block {
  display: block !important;
}
.ismb__overlay {
  --is-font-family: "DINPro Technopark", arial, sans-serif !important;
  --is-theme-color-primary: color(orange);
  --is-theme-color-primary-hover: color(orange-label);
}
.ismb__overlay .ismb {
  border-radius: 16px !important;
}
@media (min-width: 1192px) {
  .ismb__overlay .ismb {
    overflow: hidden;
  }
}
.ismb__overlay .ismb__add-button {
  border-radius: 25px !important;
}
.ismb_hidden {
  display: none !important;
}
.product-clicker-mobile[data-v-ce5b6c0c] {
  margin-top: 12px;
}
.product-clicker-mobile__heading[data-v-ce5b6c0c] {
  color: #fff;
  padding: 52px 0 18px;
}
.product-clicker-mobile[data-v-ce5b6c0c] .product-page-clicker__block {
  color: #fff;
}
.product-clicker-mobile[data-v-ce5b6c0c]
  .product-page-clicker__block
  .product-page-clicker__icon-container {
  align-items: center;
  background-color: #191e24;
  border-radius: 12px;
  display: flex;
  height: 60px;
  justify-content: center;
  padding: 4px;
  width: 60px;
}
.product-clicker-mobile[data-v-ce5b6c0c]
  .product-page-clicker__block
  .product-page-clicker__icon-container
  svg {
  height: 42px;
  width: 42px;
}
.product-clicker-mobile[data-v-ce5b6c0c]
  .product-page-clicker__block
  .product-page-clicker__title {
  font-size: 16px;
  line-height: 21px;
}
.product-clicker-mobile[data-v-ce5b6c0c]
  .product-page-clicker__block
  .product-page-clicker__desc {
  margin-top: 6px;
}
.product-clicker-mobile[data-v-ce5b6c0c]
  .product-page-clicker__block
  .product-page-clicker__price {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
}
.product-clicker-mobile[data-v-ce5b6c0c]
  .product-page-clicker__block
  .product-page-clicker__main {
  background-color: #1d242d;
  padding: 12px;
}
.product-services-mobile__heading[data-v-0d20ba90] {
  color: #fff;
  padding: 0 0 18px;
}
.product-page-yandex-split-price-items__price-text[data-v-5e116e69] {
  color: #8b96a3;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  padding-bottom: 18px;
}
.product-page-yandex-split-price-items__price-text span[data-v-5e116e69] {
  color: #13181e;
  font-size: 20px;
  font-weight: 500;
  line-height: 23px;
}
.product-page-yandex-split-price-items__item[data-v-5e116e69] {
  color: #8b96a3;
  flex-basis: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
}
.product-page-yandex-split-price-items__item[data-v-5e116e69]:first-child {
  color: #13181e;
}
.product-page-yandex-split-price-items__item:first-child
  .product-page-yandex-split-price-items__item-line[data-v-5e116e69] {
  background-color: #0093c4;
}
.product-page-yandex-split-price-items__item-text[data-v-5e116e69] {
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}
.product-page-yandex-split-price-items__item-line[data-v-5e116e69] {
  background-color: #b3deed;
  border-radius: 8px;
  height: 6px;
  margin-bottom: 6px;
}
.product-page-yandex-split-price-items__item-line-highlighted[data-v-5e116e69] {
  background-color: #0093c4;
}
.product-page-yandex-split-price-items__item-main-text[data-v-5e116e69] {
  line-height: 18px;
}
.product-page-yandex-split-price-items__container[data-v-5e116e69] {
  position: relative;
}
.product-page-yandex-split-price-items__item-left[data-v-5e116e69] {
  flex-grow: 1;
  max-width: 35%;
}
.product-page-yandex-split-price-items__item-right[data-v-5e116e69] {
  flex-grow: 3;
}
.product-page-yandex-split-price-items__text-right[data-v-5e116e69] {
  text-align: right;
}
.product-page-yandex-split-price-items--dark[data-v-5e116e69] {
  color: #fff;
}
.product-page-yandex-split-price-items--dark
  .product-page-yandex-split-price-items__item-line[data-v-5e116e69] {
  background-color: #353e48;
}
.product-page-yandex-split-price-items--dark
  .product-page-yandex-split-price-items__item-line-highlighted[data-v-5e116e69] {
  background-color: #0093c4;
}
.product-page-yandex-split-price-items--dark
  .product-page-yandex-split-price-items__item[data-v-5e116e69]:first-child,
.product-page-yandex-split-price-items--dark
  .product-page-yandex-split-price-items__price-text
  span[data-v-5e116e69],
.product-page-yandex-split-price-items--dark
  .product-page-yandex-split-price-items__price-text[data-v-5e116e69] {
  color: #fff;
}
.product-page-yandex-split-price-items--dark
  .product-page-yandex-split-price-items__item:first-child
  .product-page-yandex-split-price-items__item-line[data-v-5e116e69] {
  background-color: #0093c4;
}
.product-page-yandex-split[data-v-3811dec7] {
  padding: 18px;
}
.product-page-yandex-split__logo-wrapper[data-v-3811dec7] {
  align-items: center;
  display: flex;
}
.product-page-yandex-split__logo-wrapper img[data-v-3811dec7] {
  height: 25px;
  width: 115px;
}
.product-page-yandex-split__price-text[data-v-3811dec7] {
  color: #8b96a3;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}
.product-page-yandex-split__price-text span[data-v-3811dec7] {
  color: #13181e;
  font-size: 20px;
  font-weight: 500;
  line-height: 23px;
}
.product-page-yandex-split__price-item[data-v-3811dec7] {
  color: #8b96a3;
  flex-basis: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
}
.product-page-yandex-split__price-item-text[data-v-3811dec7] {
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}
.product-page-yandex-split__price-item[data-v-3811dec7]:first-child {
  color: #13181e;
}
.product-page-yandex-split__price-item:first-child
  .product-page-yandex-split__price-item-line[data-v-3811dec7] {
  background-color: #0093c4;
}
.product-page-yandex-split__price-item-line[data-v-3811dec7] {
  background-color: #e1e6ed;
  border-radius: 8px;
  height: 6px;
  margin-bottom: 6px;
}
.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;
}
.app-footer__main[data-v-16628432] {
  background-color: #0d1115;
  position: relative;
  z-index: 1;
}
.product-page-new[data-v-16628432] {
  background-color: #fff;
  margin-top: -100px;
  padding-top: 100px;
}
.product-page-new__breadcrumbs-item
  .tp-breadcrumb-item__link[data-v-16628432]:focus {
  color: #0093c4;
}
@media (hover: hover) and (pointer: fine) {
  .product-page-new__breadcrumbs-item
    .tp-breadcrumb-item__link[data-v-16628432]:hover {
    color: #0093c4;
  }
}
.product-page-new__breadcrumbs-item.tp-breadcrumb-item--active
  .tp-breadcrumb-item__text[data-v-16628432] {
  color: #8b96a3;
}
.product-page-new__top[data-v-16628432] {
  background-color: #fff;
  padding-bottom: 12px;
  padding-top: 24px;
  position: sticky;
  top: var(--top-offset);
  transition: all 0.19s;
  z-index: 0;
}
@media (min-width: 320px) {
  .product-page-new__top[data-v-16628432] {
    padding-top: 12px;
  }
  .product-page-new__top[data-v-16628432]:after {
    background-color: #fff;
    content: "";
    height: 300px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
  }
}
.product-page-new__mobile-box[data-v-16628432] {
  background-color: #1d242d;
  border-radius: 16px;
  padding: 16px;
}
.product-page-new__status-wrapper[data-v-16628432] {
  width: 100%;
}
.product-page-new__split-box[data-v-16628432] {
  margin-top: 6px;
}
.product-page-new__credit-box[data-v-16628432] {
  background-color: #1d242d;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  margin-top: 6px;
  padding: 16px;
}
.product-page-new__top-wrapper[data-v-16628432] {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  gap: 82px;
  justify-content: center;
}
.product-page-new__col[data-v-16628432] {
  display: flex;
  flex-direction: column;
  gap: 36px;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 320px) {
  .product-page-new__col-mobile[data-v-16628432] {
    gap: 12px;
  }
}
@media (max-width: 480px) {
  .product-page-new__col-mobile[data-v-16628432] {
    gap: 12px;
  }
}
@media (min-width: 768px) {
  .product-page-new__col-mobile[data-v-16628432] {
    gap: initial;
  }
}
@media (min-width: 960px) {
  .product-page-new__col-mobile[data-v-16628432] {
    gap: 12px;
  }
}
@media (min-width: 1192px) {
  .product-page-new__col-mobile[data-v-16628432] {
    gap: 24px;
  }
}
@media (min-width: 1482px) {
  .product-page-new__col-mobile[data-v-16628432] {
    gap: 24px;
  }
}
.product-page-new__col-content[data-v-16628432] {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.product-page-new__col-content-centered[data-v-16628432] {
  margin-top: 10%;
}
.product-page-new__col[data-v-16628432]:last-child {
  max-width: none;
}
.product-page-new__col[data-v-16628432]:first-child {
  position: relative;
}
.product-page-new__drawer-handle[data-v-16628432] {
  height: 20px;
  margin-bottom: 12px;
  position: relative;
  width: 100%;
}
.product-page-new__drawer-handle[data-v-16628432]:after {
  background: hsla(0, 0%, 100%, 0.25);
  border-radius: 2px;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 33px;
}
.product-page-new__middle[data-v-16628432] {
  background-color: #fff;
  border-radius: 36px 36px 0 0;
  display: flex;
  flex-direction: column;
  gap: 42px;
  padding-bottom: 40px;
  padding-top: 0;
  position: relative;
  margin-top: 20%;
  z-index: 30;
}
@media (min-width: 960px) {
  .product-page-new__middle[data-v-16628432] {
    border-radius: 42px 42px 0 0;
    gap: 26px;
    padding: 42px 0;
  }
}
.product-page-new__bottom[data-v-16628432] {
  background-color: #0d1115;
  padding: 32px 0;
  position: relative;
}
.product-page-new__bottom-similar[data-v-16628432]
  .product-page-similar-products__heading {
  color: #fff;
}
.product-page-new__vertical-divider[data-v-16628432] {
  background-color: #353e48;
  height: 15px;
  width: 1px;
}
.product-page__gallery[data-v-16628432] {
  margin-left: auto;
  margin-right: auto;
}
.product-page-info-panel__sticky-panel {
  z-index: 50;
}
.product-page-info-panel {
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  padding: 6px 0;
}
.product-page-info-panel__favorites {
  border: 1px solid #13181e;
  border-radius: 50%;
  padding: 13px;
}
.product-page-info-panel__img {
  cursor: pointer;
  height: 62px;
  width: 62px;
}
.product-page-info-panel__name {
  cursor: pointer;
}
.product-page-gallery-thumbnails[data-v-4add0e6c] {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-height: 446px;
  padding: 36px 0;
  position: relative;
}
.product-page-gallery-thumbnails__container[data-v-4add0e6c] {
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  display: flex;
  flex-direction: column;
  overflow-x: auto;
  overflow-y: auto;
  overflow: -moz-scrollbars-none;
  position: relative;
  scrollbar-width: none;
}
.product-page-gallery-thumbnails__container[data-v-4add0e6c]::-webkit-scrollbar {
  display: none;
}
.product-page-gallery-thumbnails__container[data-v-4add0e6c]:active {
  cursor: grabbing;
}
.product-page-gallery-thumbnails__container--vertical[data-v-4add0e6c] {
  flex-direction: column;
}
.product-page-gallery-thumbnails__thumbnail[data-v-4add0e6c] {
  align-items: center;
  border: 2px solid #e1e6ed;
  border-radius: 16px;
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  height: 80px;
  justify-content: center;
  transition:
    border-color 0.2s,
    transform 0.2s;
  width: 80px;
}
.product-page-gallery-thumbnails__thumbnail[data-v-4add0e6c]:not(:last-child) {
  margin-bottom: 18px;
}
.product-page-gallery-thumbnails__thumbnail[data-v-4add0e6c]:hover:not(
    .product-page-gallery-thumbnails__thumbnail--active
  ) {
  border-color: #d5d9de;
}
.product-page-gallery-thumbnails__thumbnail--active[data-v-4add0e6c] {
  border-color: #0093c4;
}
.product-page-gallery-thumbnails__thumbnail:not(
    .product-page-gallery-thumbnails__thumbnail--active
  )
  img[data-v-4add0e6c] {
  transition: transform 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .product-page-gallery-thumbnails__thumbnail:not(
      .product-page-gallery-thumbnails__thumbnail--active
    ):hover
    img[data-v-4add0e6c] {
    transform: scale(0.9);
  }
}
.product-page-gallery-thumbnails__thumbnail:not(
    .product-page-gallery-thumbnails__thumbnail--active
  ):active
  img[data-v-4add0e6c] {
  transform: scale(0.9);
}
.product-page-gallery-thumbnails__image[data-v-4add0e6c] {
  -webkit-user-drag: none;
  height: 64px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 64px;
}
.product-page-gallery-thumbnails__arrow[data-v-4add0e6c] {
  align-items: center;
  background: none;
  border: none;
  color: #8b96a3;
  cursor: pointer;
  display: flex;
  height: 30px;
  justify-content: center;
  left: 0;
  padding: 0;
  position: absolute;
  transition: color 0.2s;
  width: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .product-page-gallery-thumbnails__arrow[data-v-4add0e6c]:hover {
    color: #13181e;
  }
}
.product-page-gallery-thumbnails__arrow[data-v-4add0e6c]:active {
  color: #13181e;
}
.product-page-gallery-thumbnails__arrow--top[data-v-4add0e6c] {
  top: -8px;
}
.product-page-gallery-thumbnails__arrow--bottom[data-v-4add0e6c] {
  bottom: -8px;
}
.product-page-gallery-thumbnails__cover[data-v-4add0e6c] {
  position: relative;
}
.product-page-gallery-thumbnails__preview-badge[data-v-4add0e6c] {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  height: 44px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  z-index: 3;
}
.product-page-gallery[data-v-fa74ac18] {
  display: flex;
  gap: 24px;
  position: relative;
}
.product-page-gallery .swiper-container[data-v-fa74ac18] {
  height: 343px;
  max-height: 750px;
  max-width: 343px;
  width: 100%;
}
@media (min-width: 960px) {
  .product-page-gallery .swiper-container[data-v-fa74ac18] {
    height: calc(min(100vh, 960px) - 200px);
    max-width: 100%;
    width: 100%;
  }
}
.product-page-gallery__slide[data-v-fa74ac18] {
  align-items: center;
  background-color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
}
.product-page-gallery__controls[data-v-fa74ac18] {
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 6;
}
@media (min-width: 960px) {
  .product-page-gallery__controls[data-v-fa74ac18] {
    display: flex;
  }
}
.product-page-gallery__controls-click[data-v-fa74ac18] {
  cursor:
    url("data:image/svg+xml;charset=utf-8,%3Csvg width='50' height='50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23a)'%3E%3Crect width='50' height='50' rx='25' fill='%23fff' fill-opacity='.2'/%3E%3Crect x='.5' y='.5' width='49' height='49' rx='24.5' stroke='%23102A37'/%3E%3Cpath d='M16 25h18m-9 9V16' stroke='%2313181E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='a' x='-4' y='-4' width='58' height='58' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='2'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_11519_47574'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_backgroundBlur_11519_47574' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E")
      16 16,
    pointer;
  height: 100%;
  width: 60%;
}
.product-page-gallery__controls-arrow-top[data-v-fa74ac18] {
  cursor:
    url("data:image/svg+xml;charset=utf-8,%3Csvg width='30' height='23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.916 1 1 11.5m0 0L11.916 22M1 11.5h28' stroke='%2313181E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
      16 16,
    pointer;
  height: 100%;
  width: 20%;
}
.product-page-gallery__controls-arrow-bottom[data-v-fa74ac18] {
  cursor:
    url("data:image/svg+xml;charset=utf-8,%3Csvg width='30' height='23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.084 22 29 11.5m0 0L18.084 1M29 11.5H1' stroke='%2313181E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
      16 16,
    pointer;
  height: 100%;
  width: 20%;
}
.product-page-gallery__image[data-v-fa74ac18] {
  aspect-ratio: 1/1;
  width: 100%;
}
@media (min-width: 320px) {
  .product-page-gallery__image[data-v-fa74ac18] {
    width: 70%;
  }
}
@media (max-width: 480px) {
  .product-page-gallery__image[data-v-fa74ac18] {
    width: 80%;
  }
}
@media (min-width: 768px) {
  .product-page-gallery__image[data-v-fa74ac18] {
    aspect-ratio: auto;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
  }
}
@media (min-width: 960px) {
  .product-page-gallery__image[data-v-fa74ac18] {
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
.product-page-gallery__thumbnails[data-v-fa74ac18] {
  margin-top: 18px;
}
.product-page-gallery__bullets[data-v-fa74ac18] {
  margin-top: 6px;
}
@media (min-width: 320px) {
  .product-page-gallery__bullets[data-v-fa74ac18] {
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .product-page-gallery__bullets[data-v-fa74ac18] {
    margin-top: 30px;
  }
}
.product-page-gallery__preview-badge[data-v-fa74ac18] {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  height: 65px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: background-color 0.2s;
  width: 65px;
  z-index: 3;
}
@media (min-width: 768px) {
  .product-page-gallery__preview-badge[data-v-fa74ac18] {
    font-size: 16px;
    height: 80px;
    width: 80px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .product-page-gallery__preview-badge[data-v-fa74ac18]:hover {
    background-color: rgba(0, 0, 0, 0.9);
  }
}
.product-page-gallery__preview-badge[data-v-fa74ac18]:active {
  background-color: rgba(0, 0, 0, 0.9);
}
.swiper-lazy-preloader[data-v-fa74ac18] {
  --swiper-theme-color: #0093c4 !important;
}
.product-page-info-block {
  border-radius: 12px;
  color: #878787;
  font-size: 16px;
  text-align: left;
}
.product-page-info-block__container {
  align-items: center;
  display: flex;
  padding-bottom: 12px;
}
.product-page-info-block__icon {
  height: 24px;
  margin: 0;
  width: 24px;
}
.product-page-info-block__content {
  color: #000;
  font-weight: 500;
}
.product-prepayment-block[data-v-496db363]
  .product-page-info-block__icon-container {
  color: #ea4e01;
}
.product-page-purchase .credit-button-gray-text {
  color: inherit !important;
}
.product-page-purchase .credit-button__link {
  font-size: 16px;
  font-weight: 400;
}
.product-page-purchase .product-prices-new {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 6px;
  justify-content: center;
  width: 100%;
}
.product-page-purchase .product-prices-new__price {
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  text-align: left;
}
.product-page-purchase .product-prices-new__old-price {
  font-size: 12px;
  line-height: 16px;
}
.product-page-purchase__yandex-badges {
  border-top: 1px solid #353e48;
  margin-top: 0;
  padding: 18px 0 0;
}
@media (min-width: 960px) {
  .product-page-purchase__yandex-badges {
    border: none;
    padding: 0;
  }
  .product-page-purchase .product-prices-new__price {
    align-items: center;
    color: #13181e;
    display: flex;
    font-size: 29px;
    font-weight: 500;
    justify-content: space-between;
    line-height: 35px;
    text-align: left;
    width: 100%;
  }
  .product-page-purchase .product-prices-new__old-price {
    font-size: 20px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
  }
}
.yandex-pay-badges__tooltip-content,
.yandex-pay-badges__tooltip-description {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.product-page-nav--sticky[data-v-606389a2] {
  position: sticky;
  top: 74px;
  z-index: 30;
}
.product-page-nav__wrapper[data-v-606389a2] {
  background-color: #13181e;
  padding: 18px 0;
  position: relative;
}
.product-page-nav__container[data-v-606389a2] {
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
}
.product-page-nav__container[data-v-606389a2]::-webkit-scrollbar {
  display: none;
}
.product-page-nav__container[data-v-606389a2]:after {
  content: "";
  flex: 1 0 18px;
}
.product-page-nav__item[data-v-606389a2],
.product-page-nav__skeleton[data-v-606389a2] {
  height: 46px;
}
.product-page-nav__item[data-v-606389a2]:not(:last-child),
.product-page-nav__skeleton[data-v-606389a2]:not(:last-child) {
  margin-right: 12px;
}
.product-page-nav__item[data-v-606389a2] {
  align-items: center;
  background-color: #262e37;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  padding: 0 18px;
  transition: background-color 0.2s;
  white-space: nowrap;
}
.product-page-nav__item[data-v-606389a2]:hover {
  background-color: #353e48;
}
.product-page-nav__item--active[data-v-606389a2] {
  background-color: #0093c4;
}
.product-page-nav__item--active[data-v-606389a2]:hover {
  background-color: #006283;
}
.product-page-nav__skeleton[data-v-606389a2] {
  flex-shrink: 0;
  width: 150px;
}
.product-page-nav__badge[data-v-606389a2] {
  margin-left: 6px;
}
.product-page-brand[data-v-99d0d964] {
  width: 100%;
}
.product-page-brand__tooltip[data-v-99d0d964] {
  padding: 18px;
}
.product-page-brand__brand-new[data-v-99d0d964] {
  border: none !important;
  padding: 0;
}
.product-page-brand .tp-brand--xsmall[data-v-99d0d964] {
  height: 36px;
}
.product-page-brand .tp-brand--xsmall img[data-v-99d0d964] {
  min-height: 36px;
}
.product-page-brand[data-v-99d0d964] .tp-brand__img {
  max-width: 80%;
}
.product-page-brand[data-v-99d0d964] .tp-brand {
  justify-content: flex-start;
}
.product-page-specifications-short__table[data-v-7b20d4c6] {
  border-spacing: 0;
}
.product-page-specifications-short__body > * + [data-v-7b20d4c6] {
  margin-top: 12px;
}
.product-page-specifications-short__icon[data-v-7b20d4c6] {
  height: 21px;
  opacity: 0;
  transition:
    margin-left 0.3s,
    opacity 0.2s;
}
.product-page-specifications-short__title[data-v-7b20d4c6] {
  align-items: center;
  color: #13181e;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}
.product-page-specifications-short__title[data-v-7b20d4c6]:hover {
  color: #0093c4;
}
.product-page-specifications-short__title:hover
  .product-page-specifications-short__icon[data-v-7b20d4c6] {
  margin-left: 10px;
  opacity: 1;
}
.product-page-specifications-short__list[data-v-7b20d4c6] {
  grid-gap: 0 12px;
  display: grid;
  gap: 0 12px;
  grid-template-columns: 3fr 2fr;
  position: relative;
}
@media (min-width: 1192px) {
  .product-page-specifications-short__list[data-v-7b20d4c6] {
    grid-gap: 0 24px;
    gap: 0 24px;
  }
}
.product-page-specifications-short__list[data-v-7b20d4c6]:before {
  border-bottom: 0.1rem dashed #e1e6ed;
  bottom: 3px;
  content: "";
  position: absolute;
  width: 100%;
  z-index: -1;
}
.product-page-specifications-short__list span[data-v-7b20d4c6] {
  background-color: #fff;
}
.product-page-specifications-short__list-title[data-v-7b20d4c6] {
  padding: 0;
}
.product-page-specifications-short__list-title span[data-v-7b20d4c6] {
  padding-right: 10px;
}
.product-page-specifications-short__list-item[data-v-7b20d4c6] {
  align-self: end;
  padding: 0;
  text-align: right;
}
.product-page-specifications-short__list-item span[data-v-7b20d4c6] {
  padding-left: 10px;
}
.product-clicker-desktop[data-v-cbc6c21e] {
  font-size: 16px;
}
.product-clicker-desktop[data-v-cbc6c21e]
  .product-page-clicker__block
  .product-page-clicker__main {
  background-color: transparent;
  padding: 0;
}
.product-clicker-desktop[data-v-cbc6c21e]
  .product-page-clicker__block
  .product-page-clicker__desc {
  margin-top: 6px;
}
.product-clicker-desktop[data-v-cbc6c21e]
  .product-page-clicker__block
  .product-page-clicker__icon {
  color: #13181e;
}
.product-page-delivery__date-text[data-v-f91084e8],
.product-page-delivery__delivery-text[data-v-f91084e8] {
  margin-top: 4px;
}
.product-page-delivery__warning[data-v-f91084e8] {
  background-color: #eceff2;
  border-radius: 12px;
  margin-bottom: 12px;
  padding: 12px;
}
.product-page-delivery__map-icon[data-v-f91084e8] {
  color: #0093c4;
}
.product-page-delivery__title[data-v-f91084e8] {
  color: #fff;
}
.product-page-delivery__name[data-v-f91084e8] {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 320px) {
  .product-page-delivery__name[data-v-f91084e8] {
    font-size: 14px;
    font-weight: 500;
  }
}
@media (min-width: 768px) {
  .product-page-delivery__name[data-v-f91084e8] {
    font-size: 14px;
    font-weight: 500;
  }
}
@media (min-width: 960px) {
  .product-page-delivery__name[data-v-f91084e8] {
    color: #13181e;
    font-weight: 500;
  }
}
@media (min-width: 320px) {
  .product-page-delivery__date-text[data-v-f91084e8] {
    font-size: 14px;
    font-weight: lighter;
  }
}
@media (min-width: 768px) {
  .product-page-delivery__date-text[data-v-f91084e8] {
    font-size: 14px;
    font-weight: lighter;
  }
}
@media (min-width: 320px) {
  .product-page-delivery__delivery-text[data-v-f91084e8] {
    font-size: 14px;
    font-weight: 500;
  }
}
@media (min-width: 768px) {
  .product-page-delivery__delivery-text[data-v-f91084e8] {
    font-size: 14px;
    font-weight: 500;
  }
}
.product-page-delivery__value[data-v-f91084e8] {
  color: #13181e;
  font-size: 16px;
  font-weight: 400;
}
.product-page-delivery__row[data-v-f91084e8] {
  color: #fff;
}
.product-page-delivery__row-desktop[data-v-f91084e8] {
  color: #13181e;
  font-size: 16px;
  line-height: 21px;
}
.product-page-delivery__row-desktop
  .product-page-delivery__icon-wrapper[data-v-f91084e8] {
  color: #13181e;
}
.product-page-delivery__icon-wrapper[data-v-f91084e8] {
  align-items: center;
  background-color: #1d242d;
  border-radius: 8px;
  color: #0093c4;
  display: flex;
  height: 38px;
  justify-content: center;
  width: 38px;
}
.product-page-delivery__pickup-title-icon[data-v-f91084e8] {
  height: 21px;
  opacity: 0;
  transition:
    margin-left 0.3s,
    opacity 0.2s;
}
.product-page-delivery__pickup-title[data-v-f91084e8] {
  align-items: center;
  color: #13181e;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}
.product-page-delivery__pickup-title[data-v-f91084e8]:hover {
  color: #0093c4;
}
.product-page-delivery__pickup-title:hover
  .product-page-delivery__pickup-title-icon[data-v-f91084e8] {
  margin-left: 10px;
  opacity: 1;
}
.product-page-sber-spasibo-description__circle[data-v-16693de0] {
  background: #000;
  border-radius: 50%;
  height: 5px;
  width: 5px;
}
.product-page-sber-spasibo-description__list[data-v-16693de0] {
  padding-left: 18px;
}
.product-page-sber-spasibo__reversed .tp-cluster__wrapper {
  flex-direction: row-reverse;
}
.product-page-sber-spasibo__logo {
  width: 102px;
}
.product-page-sber-spasibo__icon {
  color: #8b96a3;
  cursor: pointer;
}
@media (max-width: 767px) {
  .product-page-sber-spasibo__icon {
    display: none;
  }
}
@media (min-width: 768px) {
  .product-page-sber-spasibo__icon {
    float: right;
    margin-top: -4px;
  }
}
.product-page-sber-spasibo__icon-new {
  align-self: start;
  color: #8b96a3;
  cursor: pointer;
}
.product-page-sber-spasibo__text {
  flex-grow: 1;
}
.product-page-sber-spasibo__tooltip {
  padding: 18px;
}
@media (max-width: 767px) {
  .product-page-sber-spasibo__tooltip {
    display: none;
  }
}
.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;
}
.app-footer__main {
  background-color: #0d1115;
  position: relative;
  z-index: 1;
}
.product-page-new {
  background-color: #fff;
}
.product-page-new__breadcrumbs-item .tp-breadcrumb-item__link:focus {
  color: #0093c4;
}
@media (hover: hover) and (pointer: fine) {
  .product-page-new__breadcrumbs-item .tp-breadcrumb-item__link:hover {
    color: #0093c4;
  }
}
.product-page-new__breadcrumbs-item.tp-breadcrumb-item--active
  .tp-breadcrumb-item__text {
  color: #8b96a3;
}
.product-page-new__gallery-wrapper {
  position: sticky;
  top: calc(var(--top-offset) + 12px);
}
.product-page-new__top {
  background-color: #fff;
  padding-top: 24px;
  position: relative;
  transition: all 0.19s;
  z-index: 0;
}
.product-page-new__top--sticky {
  left: 0;
  margin-top: 0;
  position: sticky;
  top: 0;
  width: 100%;
}
.product-page-new__credit-box,
.product-page-new__mobile-box {
  background-color: #1d242d;
  border-radius: 16px;
  padding: 16px;
}
.product-page-new__credit-box {
  display: flex;
  justify-content: center;
  margin-top: 6px;
}
.product-page-new__top-wrapper {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  gap: 82px;
  justify-content: space-between;
  position: relative;
}
.product-page-new__col {
  display: flex;
  flex-direction: column;
  gap: 36px;
  width: 100%;
}
@media (min-width: 320px) {
  .product-page-new__col-mobile {
    gap: 12px;
  }
}
@media (max-width: 480px) {
  .product-page-new__col-mobile {
    gap: 12px;
  }
}
@media (min-width: 768px) {
  .product-page-new__col-mobile {
    gap: initial;
  }
}
@media (min-width: 960px) {
  .product-page-new__col-mobile {
    gap: 12px;
  }
}
@media (min-width: 1192px) {
  .product-page-new__col-mobile {
    gap: 24px;
  }
}
@media (min-width: 1482px) {
  .product-page-new__col-mobile {
    gap: 24px;
  }
}
.product-page-new__col-content {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.product-page-new__col:last-child {
  max-width: none;
  overflow: hidden;
}
@media (min-width: 960px) {
  .product-page-new__col:last-child {
    max-width: 505px;
  }
}
@media (min-width: 1482px) {
  .product-page-new__col:last-child {
    min-height: auto;
  }
}
@media (min-width: 960px) {
  .product-page-new__col:first-child {
    margin-top: 6px;
    position: relative;
    width: calc(50% - 41px);
  }
}
.product-page-new__drawer-handle {
  height: 20px;
  margin-bottom: 12px;
  position: relative;
  width: 100%;
}
.product-page-new__drawer-handle:after {
  background: hsla(0, 0%, 100%, 0.25);
  border-radius: 2px;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 33px;
}
.product-page-new__middle {
  background-color: #fff;
  border-radius: 36px 36px 0 0;
  display: flex;
  flex-direction: column;
  gap: 42px;
  margin-top: var(--middle-margin);
  padding-bottom: 40px;
  padding-top: 0;
  position: relative;
  z-index: 30;
}
@media (min-width: 960px) {
  .product-page-new__middle {
    border-radius: 42px 42px 0 0;
    gap: 26px;
    padding: 42px 0;
  }
}
.product-page-new__similar {
  background-color: #eceff2;
  padding: 36px 0 72px;
}
@media (min-width: 960px) {
  .product-page-new__similar {
    padding: 36px 0 104px;
  }
}
.product-page-new__similar .product-page-similar-products {
  margin-top: 0;
}
.product-page-new__similar .product-page-similar-products__heading {
  font-size: 24px;
  font-weight: 500;
}
.product-page-new__bottom {
  background-color: #0d1115;
  padding: 32px 0;
  position: relative;
}
.product-page-new__remains {
  margin-bottom: 40px;
}
.product-page-new .product-page-card__labels {
  margin-bottom: 0;
}
@media (min-width: 960px) {
  .product-page-new .product-page-yandex-split {
    padding: 0;
  }
  .product-page-new__gallery {
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }
}
.product-page[data-v-dc3139c8] {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .product-page[data-v-dc3139c8] {
    overflow-x: clip;
    overflow-y: visible;
    overflow-y: initial;
  }
}
