

/* Start:/source/css_new/fancybox.css?155487125818102*/
body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji',
 'Segoe UI Emoji', 'Segoe UI Symbol';
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #000000;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .7;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s, visibility 0s linear .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s, visibility 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0;
  z-index: 99998;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px 6px 0 6px; }

.fancybox-slide--iframe {
  padding: 44px 44px 0; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  vertical-align: top; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color .2s;
  vertical-align: top;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff; }

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default; }

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--pause svg path:nth-child(1) {
  display: none; }

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor; }

.fancybox-button--share svg path {
  stroke-width: 1; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background: transparent;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0; }

.fancybox-navigation .fancybox-button svg {
  position: absolute;
  left: 12px;
  top: 50%;
  margin-top: -13px;
  width: 26px;
  height: 26px;
}

.fancybox-navigation .fancybox-button--arrow_right svg {
  left: auto;
  right: 12px;
}

.fancybox-navigation .fancybox-button::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 50%;
  margin-top: -19px;
  width: 38px;
  height: 38px;
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-navigation .fancybox-button--arrow_right::before {
  left: auto;
  right: 6px;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity .25s, visibility 0s, color .25s; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10; }

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke .1s; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:hover svg {
  opacity: 1; }

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px; }

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0; }

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x > ul {
  overflow: hidden; }

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }

/* End */


/* Start:/source/css_new/detail_zoom_custom.css?1634287800568*/
.container-image-zoom.active .zoomit-target {cursor:zoom-out !important;}figure.containerZoom{background-position:50% 50%;position:relative;width:100%;overflow:hidden;cursor:zoom-in;margin:0}figure.containerZoom img{transition:opacity .5s;display:block;}figure.containerZoom.active{cursor:zoom-out}figure.containerZoom.active img{opacity:0;width:100%;transition: opacity 0.1s ease;}figure.containerZoom .zoomit-ghost{background: rgba(0, 0, 0, 0.04);opacity:0;}.container-image-zoom.active .zoomit-ghost{opacity:1;}.modal-gallery-slider-wrap.slide-zoom-in {padding: 0;}
/* End */


/* Start:/source/css_new/style_payment_part.css?167895590511637*/
.swiper-horizontal > .swiper-pagination-bullets {
    bottom: 20px;
    left: 0;
    width: 100%;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 4px 8px;
}
.swiper-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 50;
    height: 6px;
    width: 100%;
}
.v3-product-payment {
    padding: 40px 30px 17px;
    margin-bottom: 32px;
    background: #ffffff;
    -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}
.v3-product-payment-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-bottom: 24px;
    padding: 10px 40px 10px 10px;
    background: #ffffff;
    border-radius: 8px;
}
.v3-product-payment-cta::after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 16px;
    width: 11px;
    height: 10px;
    background: transparent url("/img_new/arrow-right.svg") 50% 50% no-repeat;
    background-size: 100% 100%;
}
.v3-product-payment-cta-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 72px;
    flex: 0 0 72px;
    max-width: 72px;
    padding-right: 8px;
}
.v3-product-payment-cta-img span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 20px;
    padding: 4px;
    background: #F4F5F6;
    border-radius: 2px;
}
.v3-product-payment-cta-text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 13px;
    line-height: 1.54;
    color: #000000;
}
.v3-product-payment-cta-text strong {
    font-weight: 500;
    white-space: nowrap;
}
.v3-product-payment-type-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -23px;
}
.v3-product-payment-type-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    max-width: 100%;
    margin: 0 0 23px 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 32px;
    background: #F4F5F6;
    border-radius: 12px;
}
.v3-product-payment-type-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 124px;
    flex: 0 0 124px;
    max-width: 124px;
    padding-right: 24px;
}
.v3-product-payment-type-icon span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    background: #ffffff;
    border-radius: 50%;
    overflow: hidden;
}
.v3-product-payment-type-info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.v3-product-payment-type-title {
    font-size: 15px;
    line-height: 1.4;
    font-weight: bold;
    color: #000000;
    margin-bottom: 8px;
}
.v3-product-payment-type-text {
    font-size: 13px;
    line-height: 1.54;
    color: #000000;
    margin-bottom: 8px;
}
.v3-product-payment-type-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -8px;
}
.v3-product-payment-type-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 59px;
    flex: 0 0 59px;
    max-width: 59px;
    padding: 8px 8px 0 0;
}
.v3-product-payment-type-card-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 3px;
    height: 24px;
    background: #ffffff;
    border-radius: 4px;
    overflow: hidden;
}
.v3-product-payment-type-card-block img {
    max-height: 100%;
}
.v3-product-payment-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 32px 30px 24px 32px;
    margin-bottom: 23px;
    background: #F4F5F6;
    border-radius: 12px;
}
.v3-product-payment-item-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 214px;
    flex: 0 0 214px;
    max-width: 214px;
    padding-right: 36px;
}
.v3-product-payment-item-img-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 110px;
    padding: 10px;
    background: #ffffff;
    border-radius: 12px;
}
.v3-product-payment-item-info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: calc(59.35% - 214px);
}
.v3-product-payment-item-detail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40.65%;
    flex: 0 0 40.65%;
    max-width: 40.65%;
    padding-left: 34px;
    position: relative;
}
.v3-product-payment-item-detail::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #E1E1E1;
}
.v3-product-payment-item-detail-more {
    margin-bottom: 4px;
}
.v3-product-payment-item-detail-more a {
    display: inline-block;
    vertical-align: top;
    font-weight: 500;
    padding: 4px 0;
}
.v3-product-payment-item-title {
    font-size: 20px;
    line-height: 1.3;
    font-weight: bold;
    color: #000000;
    margin-bottom: 8px;
}
.v3-product-payment-item-subtitle {
    font-size: 15px;
    line-height: 1.4;
    font-weight: 500;
    color: #000000;
    margin-bottom: 12px;
}
.v3-product-payment-item-subtitle + .v3-product-payment-item-note {
    margin-top: -10px;
}
.v3-product-payment-item-note {
    font-size: 11px;
    line-height: 1.455;
    margin-bottom: 8px;
}
.v3-product-payment-item-process {
    display: block;
    list-style-type: decimal;
    list-style-position: inside;
}
.v3-product-payment-item-process li {
    font-size: 13px;
    line-height: 1.54;
    color: #000000;
    margin-bottom: 8px;
}
.v3-product-payment-item-advantages {
    display: block;
    margin-bottom: 6px;
}
.v3-product-payment-item-advantages li {
    padding: 4px 0 2px 20px;
    font-size: 13px;
    line-height: 1.54;
    color: #000000;
    position: relative;
}
.v3-product-payment-item-advantages li::before {
    content: "";
    position: absolute;
    top: 13px;
    left: 9px;
    width: 3px;
    height: 3px;
    background: #000000;
    border-radius: 50%;
}
.v3-product-payment-item-progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0 8px;
}
.v3-product-payment-item-progress-step {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    color: #393939;
    text-align: center;
}
.v3-product-payment-item-progress-step:first-child .v3-product-payment-item-progress-step-icon::before {
    display: none;
}
.v3-product-payment-item-progress-step:last-child .v3-product-payment-item-progress-step-icon::after {
    display: none;
}
.v3-product-payment-item-progress-step-title {
    font-size: 15px;
    line-height: 1.334;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
}
.v3-product-payment-item-progress-step-subtitle {
    font-size: 13px;
    line-height: 1.54;
    margin-bottom: 12px;
    white-space: nowrap;
    overflow: hidden;
}
.v3-product-payment-item-progress-step-icon {
    position: relative;
}
.v3-product-payment-item-progress-step-icon::before, .v3-product-payment-item-progress-step-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: 16px;
    right: 0;
    height: 1px;
    background: #E1E1E1;
}
.v3-product-payment-item-progress-step-icon::before {
    left: 0;
    margin-left: 0;
    right: 50%;
    margin-right: 16px;
}
.v3-product-payment-item-progress-step-icon img {
    margin: 0 auto;
}
.v3-product-payment-modal {
    position: absolute;
    width: 442px;
    padding: 27px 30px 48px;
    max-width: 100%;
    background: #ffffff;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}
.v3-product-payment-modal .new-product-modal-close {
    top: 20px;
    right: 20px;
}
.v3-product-payment-modal-caption {
    margin: 0 -30px 32px;
    padding: 0 60px 29px 30px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
    color: #000000;
    border-bottom: 1px solid #e1e1e1;
}
.v3-product-payment-modal-content p {
    font-size: 13px;
    line-height: 1.54;
    color: #000000;
    margin-bottom: 20px;
}
.v3-product-payment-modal-list {
    padding-bottom: 24px;
}
.v3-product-payment-modal-list li {
    font-size: 13px;
    line-height: 1.54;
    color: #000000;
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
}
.v3-product-payment-modal-list li::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 9px;
    width: 3px;
    height: 3px;
    background: #000000;
    border-radius: 50%;
}
.v3-product-payment-modal-list li strong {
    font-weight: 500;
}
.v3-product-payment-modal-button .button {
    width: 100%;
}
.v3-product-payment-modal-progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 4px 0 24px;
    margin-right: -14px;
}
.v3-product-payment-modal-progress-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 11px;
}
.v3-product-payment-modal-progress-item.active .v3-product-payment-modal-progress-line {
    background: #83C150;
}
.v3-product-payment-modal-progress-item.active .v3-product-payment-modal-progress-value, .v3-product-payment-modal-progress-item.active .v3-product-payment-modal-progress-title {
    color: #000000;
}
.v3-product-payment-modal-progress-line {
    margin-bottom: 11px;
    width: 100%;
    height: 8px;
    border-radius: 4px;
    background: #F4F5F6;
}
.v3-product-payment-modal-progress-value {
    font-size: 13px;
    line-height: 1.54;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
}
.v3-product-payment-modal-progress-title {
    font-size: 11px;
    line-height: 1.455;
}
#v3-product-payment-modal{
    z-index: 10001;
}
@media (max-width: 1325px) {
    .v3-product-payment-type-list {
        margin-left: -16px;
    }
    .v3-product-payment-type-item {
        margin-left: 16px;
        padding-left: 16px;
        padding-right: 16px;
    }
    .v3-product-payment-type-icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 96px;
        flex: 0 0 96px;
        max-width: 96px;
        padding-right: 16px;
    }
    .v3-product-payment-type-icon span {
        width: 80px;
        height: 80px;
    }
    .v3-product-payment-item {
        padding-left: 16px;
        padding-right: 16px;
    }
    .v3-product-payment-item-img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 194px;
        flex: 0 0 194px;
        max-width: 194px;
        padding-right: 16px;
    }
    .v3-product-payment-item-info {
        max-width: calc(68% - 194px);
    }
    .v3-product-payment-item-detail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
        flex: 0 0 32%;
        max-width: 32%;
        padding-left: 26px;
    }
    .v3-product-payment-item-progress-step-subtitle {
        font-size: 11px;
        line-height: 1.455;
    }
}
/* End */


/* Start:/local/components/iconix/form.add/templates/reviews_add/style.css?15604211962042*/
.rating-wrap {
    display: inline-block;
    margin: 0 0 0 15px;
}

.rating-wrap .rating-wrap-inline {
    display: inline-block;
    transform: translateY(-2px);
    margin-right: 10px;
}
.rating-wrap .stars-up, .rating-wrap .stars {
    display: inline-block;
    vertical-align: top;
    height: 18px;
}

.rating-wrap .stars-up {
    background-image: url("//s0.lm-cdn.ru/img_new/stars.png");
    width: 123px;
    height: 18px;
}
.rating-wrap .stars {
    background-image: url(//s0.lm-cdn.ru/img_new/stars-mark.png);
    width: 123px;
    height: 18px;
}
.review-add-wrap {
    display: none;
}

.review-add-wrap .review-add-title {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 500;
    color: #393939;
    margin-bottom: 20px;
    text-align: center;
}
.review-add-wrap .review-add-text {
    line-height: 1.31;
    font-size: 16px;
    color: #393939;
    text-align: center;
}
.review-add-wrap.review-add-wrap-view {
    display: block;
    margin: 20px;
}
.fields-block-inline {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.fields-block-inline .input-wrapper {
    width: 49%;
}
.textarea-block .textarea {
    height: 80px;
}
.review-add-wrap .input_file {
    display: none;
}
.review-add-wrap .add_files_link {
    text-decoration: none;
    padding: 0 0 0 25px;
    line-height: 18px;
    margin: 12px 15px 0 0;
    position: relative;
    display: inline-block;
}
.submit-block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 20px 0 0;
    align-items: center;
}
.confirm_personal_text {
    text-align: center;
    width: 60%;
    margin: 20px auto 0;
}
.file_info td span {
    margin: 0 12px 0 0;
}
.add-item-file-mark {
    display: inline-block;
    width: 18px;
    height: 23px;
    background: url(//s0.lm-cdn.ru/img_new/file-sml.svg) center no-repeat;
}
.delete-item-file-mark {
    display: inline-block;
    width: 16px;
    height: 23px;
    background: url(//s0.lm-cdn.ru/img_new/delete-sml.svg) center no-repeat;
}
/* End */


/* Start:/source/css_new/product_collections.css?16590998013979*/
.new-collections {
    margin-bottom: 65px;
}
.new-collections .catalog-product-colors-list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 8px);
    flex: 0 0 calc(25% - 8px);
    max-width: calc(25% - 8px);
}
.new-collections .catalog-product-img-link {
    max-width: 100%;
}
.new-collections .catalog-product {
    padding: 0;
    margin: 0;
}
.new-collections .catalog-product:hover {
    z-index: 100;
}
.new-collections .catalog-product:hover .catalog-product-bg,
.new-collections .catalog-product:hover .catalog-product-info,
.new-collections .catalog-product:hover .catalog-product-favorite {
    display: none;
}
.new-collections .catalog-product .catalog-product-price-old {
    font-size: 11px;
    vertical-align: middle;
    font-weight: 500;
}

.new-collections-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
}

.new-collections-title {
    margin-right: 32px;
}
.new-collections-title h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #000000;
}

.new-collections-link {
    max-width: 200px;
    width: 100%;
    padding: 10px;
    font-weight: 500;
    font-size: 13px;
    line-height: 155%;
    text-align: center;
    border-radius: 2px;
    color: #000000;
    background: #f4f5f6;
}
.new-collections-link:hover {
    color: #686868;
    background-color: #f5f5f5;
}

.new-collections-wrapper {
    position: relative;
}
.new-collections-wrapper .swiper-button-prev {
    left: -55px;
    margin-top: -90px;
}
.new-collections-wrapper .swiper-button-next {
    right: -55px;
    margin-top: -90px;
}

.new-collections-slider .swiper-slide {
    height: initial;
}

.new-collections-all {
    cursor: pointer;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}
.new-collections-all:hover .new-collections-all-btn {
    color: #686868;
    background-color: #f5f5f5;
}
.new-collections-all:hover .new-collections-all-text {
    color: #686868;
}

.new-collections-all-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 12;
}

.new-collections-all-group {
    padding-top: 72.97%;
    position: relative;
    margin-bottom: 20px;
    background: #f4f5f6;
}

.new-collections-all-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    font-size: 15px;
    line-height: 140%;
    text-align: center;
    color: #000000;
    border-radius: 50%;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.new-collections-all-btn {
    padding: 18px 10px;
    font-weight: 500;
    font-size: 15px;
    line-height: 120%;
    text-align: center;
    color: #000000;
    background: #f4f5f6;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (max-width: 1499px) {
    .new-collections-wrapper .swiper-button-prev {
        left: -46px;
    }
    .new-collections-wrapper .swiper-button-next {
        right: -46px;
    }
}
@media (max-width: 1326px) {
    .new-collections-wrapper .swiper-button-next {
        margin-top: -110px;
    }
    .new-collections-wrapper .swiper-button-prev {
        margin-top: -110px;
    }
}
/* End */


/* Start:/source/css_new/product_size_select_view.css?1661783608439*/
.new-product-select-other.new-product-select-other-gray {
    color: #a1a1a1;
}
.new-product-select-price {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: right;
    font-weight: 500;
    color: #000000;
    padding-left: 6px;
    padding-bottom: 2px;
    -webkit-transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: color;
}
/* End */


/* Start:/source/css_new/style_product_info_view.css?175284522460759*/
/*-------------------- Begin v3 product --------------------*/
.v3-product-description {
    padding: 30px 30px 1px;
    margin-bottom: 32px;
    background: #ffffff;
    -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}
.v3-product-description hr {
    clear: both;
    display: block;
    margin: 0 -30px 56px;
    height: 1px;
    background: #E1E1E1;
    border: 0;
}
.v3-product-description .new-product-advantages {
    margin: 0 -8px 28px;
}
.v3-product-description .new-product-advantages-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333%;
    flex: 0 0 33.3333333%;
    max-width: 33.3333333%;
    padding-bottom: 28px;
}
.new-product-advantages-item-no-text {
    padding-bottom: 16px !important;
}
.new-product-advantages-item-no-text .new-product-advantages-video,
.new-product-advantages-item-no-text .new-product-advantages-img {
  margin-bottom: 0;
}
.v3-product-description .new-product-advantages-item p {
    margin-bottom: 0;
}
.v3-product-description .new-product-advantages-img {
    padding-top: 100%;
}
.v3-product-description .new-product-advantages-img a {
    cursor: url("/img_new/cursor2.svg") 32 32, url("/img_new/cursor2.png") 32 32, pointer;
}
.v3-product-description .new-product-advantages-video-link {
    padding-top: 100%;
    cursor: url("/img_new/cursor2.svg") 32 32, url("/img_new/cursor2.png") 32 32, pointer;
}
.v3-product-description .new-product-advantages-video-play, .v3-product-description .new-product-advantages-video-pause {
    left: 39px;
    bottom: 23px;
    width: 64px;
    height: 64px;
}
.v3-product-description .new-product-advantages-more {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}
.v3-product-specs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 56px;
    position: relative;
}
.v3-product-specs-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50.77%;
    flex: 0 0 50.77%;
    max-width: 50.77%;
    padding-right: 16px;
    will-change: min-height;
}
.v3-product-specs-img-inner {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
}
.v3-product-specs-img-inner img {
    width: 100%;
}

.v3-product-specs-img-inner img + img {
  margin-top: 56px;
}

.v3-product-specs-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.v3-product-specs-text-hidden {
    display: none;
}
.v3-product-specs-more {
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 13px;
    line-height: 1.54;
    font-weight: 500;
    padding: 10px 22px 10px 0;
}
.v3-product-specs-more::after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 0;
    width: 10px;
    height: 7px;
    background: transparent url("/img_new/down-green.svg") 50% 50% no-repeat;
    background-size: 100% 100%;
    -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}
.v3-product-specs-more-show {
    display: block;
}
.v3-product-specs-more-hide {
    display: none;
}
.v3-product-specs-more.active::after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.v3-product-specs-more.active .v3-product-specs-more-show {
    display: none;
}
.v3-product-specs-more.active .v3-product-specs-more-hide {
    display: block;
}
.v3-product-specs-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 17px;
    margin-bottom: 23px;
    border-bottom: 1px solid #E1E1E1;
}
.v3-product-specs-item-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 34.322%;
    flex: 0 0 34.322%;
    max-width: 34.322%;
    padding-right: 16px;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 500;
    color: #000000;
}
.v3-product-specs-item-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65.678%;
    flex: 0 0 65.678%;
    max-width: 65.678%;
    font-size: 13px;
    line-height: 1.54;
    color: #000000;
}
.v3-product-specs-item-text strong {
    color: #686868;
    font-weight: normal;
}
.v3-product-specs-item-text p + p {
    margin-top: 4px;
}
.v3-product-specs-item-icon {
    display: inline-block;
    vertical-align: top;
    margin: 3px 8px 3px 0;
}
.v3-product-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 56px;
    position: relative;
}
.v3-product-info-video {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50.77%;
    flex: 0 0 50.77%;
    max-width: 50.77%;
    padding-right: 16px;
    will-change: min-height;
}
.v3-product-info-video-inner {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
}
.v3-product-info-video-inner img {
    width: 100%;
}
.v3-product-info-video-block {
    position: relative;
    height: 0;
    padding-top: 56.25%;
    background: #F4F5F6;
}
.v3-product-info-video-block iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.v3-product-info-video-block img,
.v3-product-info-video-block video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.v3-product-info-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    font-size: 13px;
    line-height: 1.54;
    color: #393939;
}
.v3-product-info-content p {
    margin-bottom: 24px;
}
.v3-product-info-content h4, .v3-product-info-content h5, .v3-product-info-content h6 {
    font-size: 15px;
    line-height: 1.4;
    font-weight: 500;
    color: #000000;
    margin: 0 0 12px;
}
.v3-product-info-content ul {
    margin-bottom: 24px;
}
.v3-product-info-content ul li {
    margin-bottom: 6px;
    padding-left: 20px;
    position: relative;
}
.v3-product-info-content ul li::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 9px;
    width: 3px;
    height: 3px;
    background: #393939;
    border-radius: 50%;
}
.v3-product-info-text-hidden {
    display: none;
}
.v3-product-info-attention {
    margin-bottom: 26px;
}
.v3-product-info-attention-single {
    text-align: center;
    margin-bottom: -24px;
}
.v3-product-info-attention-title {
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 500;
    color: #000000;
}
.v3-product-info-attention-title img {
    display: inline-block;
    vertical-align: top;
    margin: 2px 8px 2px 0;
}
.v3-product-info-more {
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 13px;
    line-height: 1.54;
    font-weight: 500;
    padding: 10px 22px 10px 0;
}
.v3-product-info-more::after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 0;
    width: 10px;
    height: 7px;
    background: transparent url("/img_new/down-green.svg") 50% 50% no-repeat;
    background-size: 100% 100%;
    -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}
.v3-product-info-more-show {
    display: block;
}
.v3-product-info-more-hide {
    display: none;
}
.v3-product-info-more.active::after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.v3-product-info-more.active .v3-product-info-more-show {
    display: none;
}
.v3-product-info-more.active .v3-product-info-more-hide {
    display: block;
}
.v3-product-reviews-title {
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
    color: #000000;
    text-align: center;
    margin-bottom: 35px;
}
.v3-product-reviews-title h2, .v3-product-reviews-title h3, .v3-product-reviews-title h4, .v3-product-reviews-title h5, .v3-product-reviews-title h6 {
    font-size: 100%;
    font-weight: bold;
}
.v3-product-reviews-list {
    margin-bottom: 63px;
    overflow: visible;
}
.v3-product-reviews-list .swiper-button-prev {
    left: -55px;
}
.v3-product-reviews-list .swiper-button-next {
    right: -55px;
}
.v3-product-reviews-list .swiper-slide {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: opacity;
}
.v3-product-reviews-list .swiper-slide.swiper-slide-active, .v3-product-reviews-list .swiper-slide.swiper-slide-active + .swiper-slide, .v3-product-reviews-list .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide {
    opacity: 1;
    pointer-events: auto;
}
.v3-product-reviews-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 32px 24px;
    background: #ffffff;
    -webkit-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.v3-product-reviews-item-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 67px;
    flex: 0 0 67px;
    max-width: 67px;
    padding-right: 16px;
    position: relative;
}
.v3-product-reviews-item-icon img {
    width: 100%;
}
.v3-product-reviews-item-icon-text {
    position: absolute;
    left: 0;
    right: 28px;
    top: 21px;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
}
.v3-product-reviews-item-info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: calc(100% - 67px);
}
.v3-product-reviews-item-title {
    font-size: 15px;
    line-height: 1.334;
    color: #393939;
    font-weight: bold;
    margin-bottom: 7px;
    height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.v3-product-reviews-item-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 6px;
}
.v3-product-reviews-item-rating img {
    width: 12px;
    margin-right: 2px;
}
.v3-product-reviews-item-text {
    margin-bottom: 3px;
    font-size: 13px;
    line-height: 1.54;
    color: #000000;
    height: 60px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.v3-product-reviews-item-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 11px;
    line-height: 1.455;
}
.v3-product-reviews-item-name {
    font-weight: 500;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.v3-product-reviews-item-date {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    white-space: nowrap;
}
.v3-product-reviews-item-more {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    white-space: nowrap;
    text-align: right;
    padding-left: 12px;
}
.v3-product-reviews-item-link {
    display: inline-block;
    vertical-align: top;
    font-weight: 500;
}
.v3-product-reviews-modal {
    position: absolute;
    width: 630px;
    padding: 27px 30px 48px;
    max-width: 100%;
    background: #ffffff;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}
.v3-product-reviews-modal .new-product-modal-close {
    top: 20px;
    right: 20px;
}
.v3-product-reviews-modal-caption {
    margin: 0 -30px 40px;
    padding: 0 60px 29px 30px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
    color: #000000;
    border-bottom: 1px solid #e1e1e1;
}
.v3-product-reviews-modal-content .new-product-review {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 32px;
    background: transparent;
}
.v3-product-reviews-modal-content .new-product-review-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 27%;
    flex: 0 0 27%;
    max-width: 27%;
    padding: 0 16px 0 0;
    background: transparent;
}
.v3-product-reviews-modal-content .new-product-review-date {
    padding-top: 0;
    margin-bottom: 4px;
}
.v3-product-reviews-modal-content .new-product-review-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 73%;
    flex: 0 0 73%;
    max-width: 73%;
    padding: 0;
}
.v3-product-reviews-modal-content .new-product-review-text {
    max-width: none;
    color: #000000;
}
.v3-product-reviews-modal-content .new-product-review-ratio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0;
    margin-right: -24px;
    margin-bottom: 4px;
}
.v3-product-reviews-modal-content .new-product-review-ratio-icon span {
    background: #F4F5F6;
}
.v3-product-reviews-modal-content .new-product-review-features {
    display: block;
    margin: -4px 0 12px;
    color: #000000;
}
.v3-product-reviews-modal-content .new-product-review-features p {
    padding: 0 0 8px;
}
.v3-product-reviews-modal-content .new-product-review-photos {
    margin-right: -6px;
    padding-bottom: 0;
}
.v3-product-reviews-modal-content .new-product-review-photo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 64px;
    flex: 0 0 64px;
    max-width: 64px;
    height: 64px;
    padding: 0;
    position: relative;
    margin: 0 6px 6px 0;
}
.v3-product-reviews-modal-content .new-product-review-photo img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.v3-product-reviews-modal-content .new-product-review-feedback {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0;
    padding-top: 20px;
}
.v3-product-reviews-modal-content .new-product-review-feedback-title {
    padding-bottom: 14px;
}
.v3-product-reviews-modal-content .new-product-review-feedback-block {
    background: #F4F5F6;
    padding-bottom: 9px;
    border-radius: 0;
}
.v3-product-reviews-modal-content .new-product-review-feedback-date {
    padding-top: 0;
    margin-top: -2px;
}
.v3-product-reviews-modal-button .button {
    width: 100%;
}
.v3-product-payment {
    padding: 40px 30px 17px;
    margin-bottom: 32px;
    background: #ffffff;
    -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}
.v3-product-payment-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-bottom: 24px;
    padding: 10px 30px 10px 10px;
    background: #ffffff;
    border-radius: 8px;
}
.v3-product-payment-cta::after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 16px;
    width: 11px;
    height: 10px;
    background: transparent url("/img_new/arrow-right.svg") 50% 50% no-repeat;
    background-size: 100% 100%;
}
.v3-product-payment-cta-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 72px;
    flex: 0 0 72px;
    max-width: 72px;
    padding-right: 8px;
}
.v3-product-payment-cta-img span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 20px;
    padding: 4px;
    background: #F4F5F6;
    border-radius: 2px;
}
.v3-product-payment-cta-text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 12px;
    line-height: 1.6667;
    color: #000000;
}
.v3-product-payment-cta-text strong {
    font-weight: 500;
    white-space: nowrap;
}
.v3-product-payment-type-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -23px;
}
.v3-product-payment-type-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    max-width: 100%;
    margin: 0 0 23px 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 32px;
    background: #F4F5F6;
    border-radius: 12px;
}
.v3-product-payment-type-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 124px;
    flex: 0 0 124px;
    max-width: 124px;
    padding-right: 24px;
}
.v3-product-payment-type-icon span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    background: #ffffff;
    border-radius: 50%;
    overflow: hidden;
}
.v3-product-payment-type-info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.v3-product-payment-type-title {
    font-size: 15px;
    line-height: 1.4;
    font-weight: bold;
    color: #000000;
    margin-bottom: 8px;
}
.v3-product-payment-type-text {
    font-size: 13px;
    line-height: 1.54;
    color: #000000;
    margin-bottom: 8px;
}
.v3-product-payment-type-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -8px;
}
.v3-product-payment-type-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 59px;
    flex: 0 0 59px;
    max-width: 59px;
    padding: 8px 8px 0 0;
}
.v3-product-payment-type-card-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 3px;
    height: 24px;
    background: #ffffff;
    border-radius: 4px;
    overflow: hidden;
}
.v3-product-payment-type-card-block img {
    max-height: 100%;
}
.v3-product-payment-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 32px 30px 24px 32px;
    margin-bottom: 23px;
    background: #F4F5F6;
    border-radius: 12px;
}
.v3-product-payment-item-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 214px;
    flex: 0 0 214px;
    max-width: 214px;
    padding-right: 36px;
}
.v3-product-payment-item-img-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 110px;
    padding: 10px;
    background: #ffffff;
    border-radius: 12px;
}
.v3-product-payment-item-info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: calc(59.35% - 214px);
}
.v3-product-payment-item-detail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40.65%;
    flex: 0 0 40.65%;
    max-width: 40.65%;
    padding-left: 34px;
    position: relative;
}
.v3-product-payment-item-detail::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #E1E1E1;
}
.v3-product-payment-item-detail-more {
    margin-bottom: 4px;
}
.v3-product-payment-item-detail-more a {
    display: inline-block;
    vertical-align: top;
    font-weight: 500;
    padding: 4px 0;
}
.v3-product-payment-item-title {
    font-size: 20px;
    line-height: 1.3;
    font-weight: bold;
    color: #000000;
    margin-bottom: 8px;
}
.v3-product-payment-item-subtitle {
    font-size: 15px;
    line-height: 1.4;
    font-weight: 500;
    color: #000000;
    margin-bottom: 12px;
}
.v3-product-payment-item-subtitle + .v3-product-payment-item-note {
    margin-top: -10px;
}
.v3-product-payment-item-note {
    font-size: 11px;
    line-height: 1.455;
    margin-bottom: 8px;
}
.v3-product-payment-item-process {
    display: block;
    list-style-type: decimal;
    list-style-position: inside;
}
.v3-product-payment-item-process li {
    font-size: 13px;
    line-height: 1.54;
    color: #000000;
    margin-bottom: 8px;
}
.v3-product-payment-item-advantages {
    display: block;
    margin-bottom: 6px;
}
.v3-product-payment-item-advantages li {
    padding: 4px 0 2px 20px;
    font-size: 13px;
    line-height: 1.54;
    color: #000000;
    position: relative;
}
.v3-product-payment-item-advantages li::before {
    content: "";
    position: absolute;
    top: 13px;
    left: 9px;
    width: 3px;
    height: 3px;
    background: #000000;
    border-radius: 50%;
}
.v3-product-payment-item-progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0 8px;
}
.v3-product-payment-item-progress-step {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    color: #393939;
    text-align: center;
}
.v3-product-payment-item-progress-step:first-child .v3-product-payment-item-progress-step-icon::before {
    display: none;
}
.v3-product-payment-item-progress-step:last-child .v3-product-payment-item-progress-step-icon::after {
    display: none;
}
.v3-product-payment-item-progress-step-title {
    font-size: 15px;
    line-height: 1.334;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
}
.v3-product-payment-item-progress-step-subtitle {
    font-size: 13px;
    line-height: 1.54;
    margin-bottom: 12px;
    white-space: nowrap;
    overflow: hidden;
}
.v3-product-payment-item-progress-step-icon {
    position: relative;
}
.v3-product-payment-item-progress-step-icon::before, .v3-product-payment-item-progress-step-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: 16px;
    right: 0;
    height: 1px;
    background: #E1E1E1;
}
.v3-product-payment-item-progress-step-icon::before {
    left: 0;
    margin-left: 0;
    right: 50%;
    margin-right: 16px;
}
.v3-product-payment-item-progress-step-icon img {
    margin: 0 auto;
}
.v3-product-payment-modal {
    position: absolute;
    width: 442px;
    padding: 27px 30px 48px;
    max-width: 100%;
    background: #ffffff;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}
.v3-product-payment-modal .new-product-modal-close {
    top: 20px;
    right: 20px;
}

.v3-product-payment-modal-progress {
    position: relative;
}

.v3-product-payment-modal-progress-x7 .v3-product-payment-modal-progress-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14.2857%;
          flex: 0 0 14.2857%;
  max-width: 14.2857%;
}

.v3-product-payment-modal-progress-info {
  position: absolute;
  left: 127px;
  right: 14px;
  bottom: 24px;
}
.v3-product-payment-modal-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  padding: 5px 0 5px 5px;
  background: #F4F5F6;
  border-radius: 16px;
}
.v3-product-payment-modal-tabs li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  max-width: 100%;
  padding-right: 5px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  color: #000000;
}
.v3-product-payment-modal-tabs li a {
  display: block;
  padding: 9px 5px 11px;
  color: #000000;
  text-align: center;
  border-radius: 12px;
}
.v3-product-payment-modal-tabs li a:hover {
  color: #686868;
}
.v3-product-payment-modal-tabs li.active a {
  color: #000000;
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 12px -2px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 12px -2px rgba(0, 0, 0, 0.08);
}
.v3-product-payment-credit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
.v3-product-payment-credit-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  max-width: 24px;
  height: 24px;
  background: #ffffff;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.v3-product-payment-credit-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
.v3-product-payment-credit-text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 9px;
  font-size: 13px;
  line-height: 1.54;
  color: #393939;
}
.v3-product-payment-credit-text strong {
  font-weight: 500;
  line-height: normal;
}








.v3-product-color-custom {
    margin: -6px -30px 14px;
    padding: 0 30px 17px;
    border-bottom: 1px solid #E1E1E1;
}
.v3-product-color-custom-cta {
    display: block;
    font-size: 13px;
    line-height: 1.54;
    font-weight: 500;
}
.v3-product-color-custom-note {
    font-size: 11px;
    line-height: 1.455;
    color: #393939;
}
.v3-product-color-custom-modal {
    position: absolute;
    width: 442px;
    padding: 27px 30px 48px;
    max-width: 100%;
    background: #ffffff;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}
.v3-product-color-custom-modal .new-product-modal-close {
    top: 20px;
    right: 20px;
}
.v3-product-color-custom-modal-caption {
    margin: 0 -30px 32px;
    padding: 0 60px 29px 30px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
    color: #000000;
    border-bottom: 1px solid #e1e1e1;
}
.v3-product-color-custom-modal-info {
    font-size: 13px;
    line-height: 1.54;
    color: #393939;
    margin-bottom: 24px;
}
.v3-product-color-custom-modal-row {
    margin-bottom: 16px;
}
.v3-product-color-custom-modal-row .input-wrapper {
    margin-bottom: 0;
}
.v3-product-color-custom-modal-row .input-wrapper > label {
    font-size: 13px;
    line-height: 1.54;
    color: #000000;
    padding: 0 0 10px;
}
.v3-product-color-custom-modal-row textarea.textarea.error,
.v3-product-color-custom-modal-row input.input-text.error {
    color: #000000 !important;
    border-color: #F30000 !important;
}
.v3-product-color-custom-modal-row textarea.textarea.error::-webkit-input-placeholder, .v3-product-color-custom-modal-row input.input-text.error::-webkit-input-placeholder {
    color: #a1a1a1;
}
.v3-product-color-custom-modal-row textarea.textarea.error::-moz-placeholder, .v3-product-color-custom-modal-row input.input-text.error::-moz-placeholder {
    color: #a1a1a1;
}
.v3-product-color-custom-modal-row textarea.textarea.error:-ms-input-placeholder, .v3-product-color-custom-modal-row input.input-text.error:-ms-input-placeholder {
    color: #a1a1a1;
}
.v3-product-color-custom-modal-row textarea.textarea.error::-ms-input-placeholder, .v3-product-color-custom-modal-row input.input-text.error::-ms-input-placeholder {
    color: #a1a1a1;
}
.v3-product-color-custom-modal-row textarea.textarea.error::placeholder,
.v3-product-color-custom-modal-row input.input-text.error::placeholder {
    color: #a1a1a1;
}
.v3-product-color-custom-modal-row.error .v3-product-color-custom-modal-error {
    display: block;
}
.v3-product-color-custom-modal-row.error textarea.textarea,
.v3-product-color-custom-modal-row.error input.input-text {
    border-color: #F30000;
}
.v3-product-color-custom-modal-error {
    display: none;
    padding-top: 10px;
    font-size: 10px;
    line-height: 1.5;
    color: #F30000;
}
.v3-product-color-custom-modal-button {
    padding-top: 16px;
}
.v3-product-color-custom-modal-button .button {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}
.v3-product-color-custom-modal-button .button.button-disabled {
    cursor: default;
    background-color: #CDE6B9 !important;
}
.v3-product-color-custom-modal-note {
    padding-top: 12px;
    font-size: 11px;
    line-height: 1.455;
}
.v3-product-color-custom-modal-note a {
    font-weight: 500;
}
.v3-product-color-custom-modal-success {
    display: none;
}
.v3-product-color-custom-modal-success-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 124px;
    height: 124px;
    background: #F4F5F6;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 24px;
}
.v3-product-color-custom-modal-success-text {
    text-align: center;
    font-size: 13px;
    line-height: 1.54;
    color: #000000;
    margin-bottom: 32px;
}
.v3-product-color-custom-modal-success-button {
    text-align: center;
}
.v3-product-color-custom-modal-success-button .button {
    padding-left: 30px;
    padding-right: 30px;
}
.v3-product-customer {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1440px;
    padding: 0 38px;
    max-width: 100%;
}
.v3-product-customer-close {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    background: rgba(0, 0, 0, 0.6) url("/img_new/close.svg") 50% 50% no-repeat;
    background-size: 40px 40px;
    -webkit-transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: background-color;
}
.v3-product-customer-close:hover {
    background-color: rgba(0, 0, 0, 0.4);
}
.v3-product-customer-counter {
    font-size: 15px;
    line-height: 1.2;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 22px;
}
.v3-product-customer-review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -8px 40px;
    height: max(100vh - 200px, 600px);
    max-height: 800px;
}
.v3-product-customer-review-photo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
    padding: 0 8px;
}
.v3-product-customer-review-photo-slider {
    height: 100%;
    background: #F4F5F6;
}
.v3-product-customer-review-photo-slider .swiper-button-prev {
    left: 16px;
}
.v3-product-customer-review-photo-slider .swiper-button-next {
    right: 16px;
}
.v3-product-customer-review-photo-item {
    height: 100%;
}
.v3-product-customer-review-photo-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.v3-product-customer-review-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
    padding: 0 8px;
}
.v3-product-customer-review-text {
    padding: 32px 16px;
    height: 100%;
    background: #F4F5F6;
}
.v3-product-customer-review-text .new-product-review {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
    background: transparent;
}
.v3-product-customer-review-text .new-product-review-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 0 15px;
    background: transparent;
}
.v3-product-customer-review-text .new-product-review-customer {
    margin-bottom: 8px;
}
.v3-product-customer-review-text .new-product-review-date {
    padding-top: 0;
    margin-bottom: 9px;
}
.v3-product-customer-review-text .new-product-review-rating {
    padding-top: 0;
    margin-bottom: 8px;
}
.v3-product-customer-review-text .new-product-review-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
}
.v3-product-customer-review-text .new-product-review-features {
    display: block;
    margin: 0 0 16px;
    color: #000000;
}
.v3-product-customer-review-text .new-product-review-features p {
    padding: 0 0 8px;
}
.v3-product-customer-review-text .new-product-review-features strong {
    line-height: normal;
}
.v3-product-customer-review-text .new-product-review-text {
    max-width: none;
    color: #000000;
    padding-bottom: 13px;
}
.v3-product-customer-review-text .new-product-review-ratio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0;
    margin-right: -24px;
}
.v3-product-customer-review-text .new-product-review-feedback {
    max-width: none;
    margin-bottom: 0;
    padding-top: 20px;
}
.v3-product-customer-review-text .new-product-review-feedback-title {
    padding-bottom: 14px;
}
.v3-product-customer-review-text .new-product-review-feedback-block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 9px;
    border-radius: 0;
}
.v3-product-customer-review-text .new-product-review-feedback-info {
    max-width: calc(100% - 56px);
}
.v3-product-customer-review-text .new-product-review-feedback-date {
    padding-top: 0;
    margin-top: -2px;
}
.v3-product-customer-review-text .new-product-review-feedback-person {
    color: #686868;
}
.v3-product-customer-review-text .new-product-review-feedback-person strong {
    color: #000000;
}
.v3-product-customer-review-text .new-product-review-feedback-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.v3-product-customer-review-overflow {
    height: 100%;
    padding: 0 24px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}
.v3-product-customer-review-overflow::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
.v3-product-customer-review-overflow::-webkit-scrollbar-track {
    background: transparent;
}
.v3-product-customer-review-overflow::-webkit-scrollbar-thumb {
    background-color: #a1a1a1;
    border-radius: 3px;
    outline: none;
}
.v3-product-customer-review-overflow::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}
.v3-product-customer-review-overflow::-webkit-scrollbar-corner {
    background: transparent;
}
.v3-product-customer-photo {
    display: block;
    position: relative;
}
.v3-product-customer-photo::after {
    opacity: 0;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 4px solid #83C150;
    -webkit-transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: opacity;
}
.v3-product-customer-photo.active::after {
    opacity: 1;
}
.v3-product-customer-photo img {
    width: 100%;
}
.v3-product-customer-photo-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -8px;
    padding-bottom: 24px;
}
.v3-product-customer-photo-list .grid-sizer {
    width: 33.33333333%;
    height: 0;
}
.v3-product-customer-photo-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    width: 33.33333333%;
    max-width: 33.33333333%;
    padding: 0 8px 16px;
}

.popover-color {
    margin: 16px;
    width: 280px;
    max-width: none;
    text-align: left;
    background: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-filter: drop-shadow(0px 2px 12px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0px 2px 12px rgba(0, 0, 0, 0.1));
    border-radius: 12px;
}
.popover-color .arrow {
    border-width: 16px;
    border-top-width: 9px;
    border-bottom-width: 9px;
}
.popover-color.bs-popover-top .arrow {
    border-width: 9px;
    border-top-width: 16px;
    border-bottom-width: 16px;
    border-top-color: #ffffff;
}
.popover-color.bs-popover-bottom .arrow {
    border-width: 9px;
    border-top-width: 16px;
    border-bottom-width: 16px;
    border-bottom-color: #ffffff;
}
.popover-color.bs-popover-right .arrow {
    border-right-color: #ffffff;
}
.popover-color.bs-popover-left .arrow {
    border-left-color: #ffffff;
}
.popover-color .popover-body {
    font-weight: normal;
    padding: 16px;
}

.v3-product-promocode {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
    background: #ffffff;
    position: relative;
}
.v3-product-promocode.active .v3-product-promocode-copy-default {
    opacity: 0;
}
.v3-product-promocode.active .v3-product-promocode-copy-active {
    opacity: 1;
}
.v3-product-promocode-copy {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    max-width: 50px;
    height: 48px;
    padding: 8px 5px 8px 12px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: relative;
    overflow: hidden;
}
.v3-product-promocode-copy-default, .v3-product-promocode-copy-active {
    position: absolute;
    left: 12px;
    top: 8px;
    -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: opacity;
}
.v3-product-promocode-copy-active {
    opacity: 0;
}
.v3-product-promocode-info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 8px 5px 8px 0;
    font-size: 13px;
    line-height: 1.54;
    font-weight: 500;
}
.v3-product-promocode-title {
    display: block;
    color: #393939;
}
.v3-product-promocode-text {
    display: block;
    color: #83C150;
}
.v3-product-promocode-number {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 53px;
    flex: 0 0 53px;
    max-width: 53px;
    min-height: 56px;
    position: relative;
    overflow: hidden;
}
.v3-product-promocode-number::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background: transparent url("/img_new/promocode-dash.svg") 50% 50% repeat-y;
    background-size: 2px 72px;
}
.v3-product-promocode-number span {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -13px;
    text-align: center;
    font-size: 20px;
    line-height: 1.3;
    font-weight: bold;
    color: #83C150;
    white-space: nowrap;
    background: -webkit-gradient(linear, left top, right top, from(#FFA22A), color-stop(46.88%, #F7CC00), to(#83C150));
    background: linear-gradient(90deg, #FFA22A 0%, #F7CC00 46.88%, #83C150 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.v3-product-promocode-bg-left, .v3-product-promocode-bg-right {
    position: absolute;
    left: -4px;
    top: 50%;
    margin-top: -2px;
}
.v3-product-promocode-bg-left::before, .v3-product-promocode-bg-left::after, .v3-product-promocode-bg-right::before, .v3-product-promocode-bg-right::after {
    content: "";
    position: absolute;
    left: 0;
    top: -8px;
    width: 8px;
    height: 8px;
    background: #F4F5F6;
    border-radius: 50%;
}
.v3-product-promocode-bg-left::after, .v3-product-promocode-bg-right::after {
    top: auto;
    bottom: -8px;
}
.v3-product-promocode-bg-left span, .v3-product-promocode-bg-right span {
    display: block;
    width: 8px;
    height: 4px;
}
.v3-product-promocode-bg-left span::before, .v3-product-promocode-bg-left span::after, .v3-product-promocode-bg-right span::before, .v3-product-promocode-bg-right span::after {
    content: "";
    position: absolute;
    left: 0;
    top: -20px;
    width: 8px;
    height: 8px;
    background: #F4F5F6;
    border-radius: 50%;
}
.v3-product-promocode-bg-left span::after, .v3-product-promocode-bg-right span::after {
    top: auto;
    bottom: -20px;
}
.v3-product-promocode-bg-right {
    left: auto;
    right: -4px;
}
.product-final-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
    background: #ffffff;
    position: relative;
    border-radius: 8px;
}
.product-final-price-icon{
    padding: 12px 6px 12px 13px;
}
.product-final-price-info{
    padding: 9px 0;
}
.product-final-price-title{
    color: #393939;
    font-weight: 500;
    position: relative;
}
.product-final-price-title:after{
    content: "";
    position: absolute;
    background: transparent url("/img_new/icon-warning-round.svg") 50% 50% no-repeat;
    background-size: 100% 100%;
    width: 14px;
    height: 14px;
    top: calc(50% - 7px);
    margin-left: 4px;
}
.product-final-price-text{
    color: #686868;
}

.v3-product-toolbar {
    position: absolute;
    z-index: 11;
    top: 24px;
    right: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.v3-product-toolbar > li {
    padding: 0 0 16px 16px;
}
.v3-product-toolbar-item {
    position: relative;
}
.v3-product-toolbar-item.active .v3-product-toolbar-block {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.v3-product-toolbar-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 50%;
    overflow: hidden;
}
.v3-product-toolbar-toggle svg {
    display: block;
    margin: 0;
    max-width: 100%;
    height: auto;
}
.v3-product-toolbar-toggle svg path {
    -webkit-transition: stroke 0.15s cubic-bezier(0.4, 0, 0.2, 1), fill 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    transition: stroke 0.15s cubic-bezier(0.4, 0, 0.2, 1), fill 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: stroke, fill;
}
.v3-product-toolbar-toggle.active svg path {
    stroke: #FF6464;
    fill: #FF6464;
}
.v3-product-toolbar-block {
    display: block;
    position: absolute;
    right: 0;
    top: 100%;
    margin-top: 17px;
    padding: 20px 24px;
    text-align: center;
    background: #ffffff;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: opacity, visibility;
}
.v3-product-toolbar-block::after {
    content: "";
    position: absolute;
    right: 14px;
    bottom: 100%;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom-width: 10px;
    border-top-width: 10px;
    border-bottom-color: #ffffff;
}
.v3-product-toolbar-text {
    font-size: 13px;
    line-height: 1.54;
    color: #000000;
    margin-bottom: 8px;
}
.v3-product-toolbar-cta .button {
    padding-left: 30px;
    padding-right: 31px;
    white-space: nowrap;
}
.v3-product-toolbar-share-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -10px -14px;
}
.v3-product-toolbar-share-list li {
    padding: 6px;
}
.v3-product-toolbar-share-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 28px;
    height: 28px;
}

.v3-product-promocode {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
    background: #ffffff;
    position: relative;
}
.v3-product-promocode.active .v3-product-promocode-copy-default {
    opacity: 0;
}
.v3-product-promocode.active .v3-product-promocode-copy-active {
    opacity: 1;
}
.v3-product-promocode-copy {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    max-width: 50px;
    height: 48px;
    padding: 8px 5px 8px 12px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: relative;
    overflow: hidden;
}
.v3-product-promocode-copy-default, .v3-product-promocode-copy-active {
    position: absolute;
    left: 12px;
    top: 8px;
    -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: opacity;
}
.v3-product-promocode-copy-active {
    opacity: 0;
}
.v3-product-promocode-info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 8px 5px 8px 0;
    font-size: 13px;
    line-height: 1.54;
    font-weight: 500;
}
.v3-product-promocode-title {
    display: block;
    color: #393939;
}
.v3-product-promocode-text {
    display: block;
    color: #83C150;
}
.v3-product-promocode-number {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 53px;
    flex: 0 0 53px;
    max-width: 53px;
    min-height: 56px;
    position: relative;
    overflow: hidden;
}
.v3-product-promocode-number::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background: transparent url("/img_new/promocode-dash.svg") 50% 50% repeat-y;
    background-size: 2px 72px;
}
.v3-product-promocode-number span {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -13px;
    text-align: center;
    font-size: 20px;
    line-height: 1.3;
    font-weight: bold;
    color: #83C150;
    white-space: nowrap;
    background: -webkit-gradient(linear, left top, right top, from(#FFA22A), color-stop(46.88%, #F7CC00), to(#83C150));
    background: linear-gradient(90deg, #FFA22A 0%, #F7CC00 46.88%, #83C150 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.v3-product-promocode-bg-left, .v3-product-promocode-bg-right {
    position: absolute;
    left: -4px;
    top: 50%;
    margin-top: -2px;
}
.v3-product-promocode-bg-left::before, .v3-product-promocode-bg-left::after, .v3-product-promocode-bg-right::before, .v3-product-promocode-bg-right::after {
    content: "";
    position: absolute;
    left: 0;
    top: -8px;
    width: 8px;
    height: 8px;
    background: #F4F5F6;
    border-radius: 50%;
}
.v3-product-promocode-bg-left::after, .v3-product-promocode-bg-right::after {
    top: auto;
    bottom: -8px;
}
.v3-product-promocode-bg-left span, .v3-product-promocode-bg-right span {
    display: block;
    width: 8px;
    height: 4px;
}
.v3-product-promocode-bg-left span::before, .v3-product-promocode-bg-left span::after, .v3-product-promocode-bg-right span::before, .v3-product-promocode-bg-right span::after {
    content: "";
    position: absolute;
    left: 0;
    top: -20px;
    width: 8px;
    height: 8px;
    background: #F4F5F6;
    border-radius: 50%;
}
.v3-product-promocode-bg-left span::after, .v3-product-promocode-bg-right span::after {
    top: auto;
    bottom: -20px;
}
.v3-product-promocode-bg-right {
    left: auto;
    right: -4px;
}

.v3-product-discount-request {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 12px;
    margin-bottom: 24px;
    background: #ffffff;
    border-radius: 8px;
}
.v3-product-discount-request-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28px;
    flex: 0 0 28px;
    max-width: 28px;
    padding-right: 7px;
}
.v3-product-discount-request-img img {
    width: 100%;
}
.v3-product-discount-request-text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 13px;
    line-height: 1.54;
    color: #393939;
}
.v3-product-discount-request-text strong {
    color: #83C150;
    font-weight: 500;
    line-height: normal;
    text-decoration: underline;
}

@media (max-width: 1499px) {
    .v3-product-reviews-list .swiper-button-prev {
        left: -46px;
    }
    .v3-product-reviews-list .swiper-button-next {
        right: -46px;
    }
}
@media (max-width: 1325px) {
    .v3-product-description .new-product-advantages-video-play, .v3-product-description .new-product-advantages-video-pause {
        left: 20px;
    }
    .v3-product-reviews-list .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide {
        opacity: 0;
        pointer-events: none;
    }
    .v3-product-payment-type-list {
        margin-left: -16px;
    }
    .v3-product-payment-type-item {
        margin-left: 16px;
        padding-left: 16px;
        padding-right: 16px;
    }
    .v3-product-payment-type-icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 96px;
        flex: 0 0 96px;
        max-width: 96px;
        padding-right: 16px;
    }
    .v3-product-payment-type-icon span {
        width: 80px;
        height: 80px;
    }
    .v3-product-payment-item {
        padding-left: 16px;
        padding-right: 16px;
    }
    .v3-product-payment-item-img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 194px;
        flex: 0 0 194px;
        max-width: 194px;
        padding-right: 16px;
    }
    .v3-product-payment-item-info {
        max-width: calc(68% - 194px);
    }
    .v3-product-payment-item-detail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
        flex: 0 0 32%;
        max-width: 32%;
        padding-left: 26px;
    }
    .v3-product-payment-item-progress-step-subtitle {
        font-size: 11px;
        line-height: 1.455;
    }
    .v3-product-color-note {
        top: 15px;
        left: 15px;
    }
    .v3-product-color-custom {
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .v3-product-toolbar {
        top: 15px;
        right: 15px;
    }
    .v3-product-toolbar > li {
        padding: 0 0 10px 10px;
    }
}







.v3-product-filter {
  padding: 30px 30px 6px;
  background: #F4F5F6;
  margin-top: 16px;
}
.v3-product-filter-category {
  padding-bottom: 16px;
}
.v3-product-filter-title {
  font-size: 13px;
  line-height: 1.54;
  color: #000000;
  margin-bottom: 8px;
}
.v3-product-filter-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  margin-right: -8px;
}
.v3-product-filter-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  max-width: 100%;
  margin: 0 8px 8px 0;
  position: relative;
}
.v3-product-filter-item-small {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 51px;
          flex: 0 0 51px;
  max-width: 51px;
}
.v3-product-filter-item-small .v3-product-filter-item-text {
  padding-left: 5px;
  padding-right: 5px;
}
.v3-product-filter-item-text {
  display: block;
  padding: 7px 11px;
  font-size: 13px;
  line-height: 1.54;
  color: #393939;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: #ffffff;
  border: 1px solid #a1a1a1;
  border-radius: 2px;
  -webkit-transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.15s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.v3-product-filter-item-hint {
  display: none;
  position: absolute;
  z-index: 1000;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 100%;
  margin-bottom: 10px;
  width: 202px;
  padding: 12px 16px;
  font-size: 13px;
  line-height: 1.54;
  text-align: center;
  background: #ffffff;
  border-radius: 2px;
  -webkit-filter: drop-shadow(0px 0px 20px rgba(132, 132, 132, 0.2));
          filter: drop-shadow(0px 0px 20px rgba(132, 132, 132, 0.2));
  will-change: filter;
}
.v3-product-filter-item-hint::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 10px;
}
.v3-product-filter-item-hint::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 100%;
  width: 0;
  height: 0;
  border: 9px solid transparent;
  border-top: 8px solid #ffffff;
}
.v3-product-filter-item-hint-title {
  display: block;
  color: #181818;
}
.v3-product-filter-item-hint-title strong {
  font-weight: 500;
  line-height: normal;
}
.v3-product-filter-item-hint-img {
  display: block;
  border-bottom: 1px solid #E1E1E1;
  margin-bottom: 10px;
  padding-bottom: 9px;
  height: 102px;
}
.v3-product-filter-item-hint-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.v3-product-filter-item-hint-price {
  display: block;
  margin-bottom: 8px;
  text-align: center;
  font-size: 13px;
  line-height: 1.54;
  font-weight: 500;
  color: #393939;
}
.v3-product-filter-item-hint-price-new {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  color: #F30000;
}
.v3-product-filter-item-hint-price-old {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  color: #686868;
  font-weight: normal;
  text-decoration: line-through;
}
.v3-product-filter-item-hint-price + .v3-product-filter-item-hint-title {
  margin-top: -4px;
}
.v3-product-filter-item-image {
  display: block;
  height: 0;
  padding-top: calc(100% - 2px);
  position: relative;
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid #a1a1a1;
  overflow: hidden;
  -webkit-transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.15s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.v3-product-filter-item-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.v3-product-filter-item-more {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
  padding: 0 10px 10px 0;
}
.v3-product-filter-item-more-text {
  display: block;
  height: 0;
  padding-top: 100%;
  position: relative;
  background: #ffffff;
  border-radius: 2px;
  overflow: hidden;
}
.v3-product-filter-item-more-number {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
  color: #83C150;
  white-space: nowrap;
}
.v3-product-filter-item-inactive .v3-product-filter-item-text {
  color: #686868;
  border-style: dashed;
}
.v3-product-filter-item-inactive .v3-product-filter-item-image {
  border-style: dashed;
}
.v3-product-filter-item-inactive .v3-product-filter-item-image img {
  opacity: 0.5;
}
.v3-product-filter-item:hover .v3-product-filter-item-text {
  border-color: #393939;
}
.v3-product-filter-item:hover .v3-product-filter-item-hint {
  display: block;
}
.v3-product-filter-item:hover .v3-product-filter-item-image {
  border-color: #393939;
}
.v3-product-filter-item.v3-product-filter-item-inactive{
	cursor: default;
}
.v3-product-filter-item.v3-product-filter-item-inactive-click .v3-product-filter-item-text{
	border-style: solid !important;
    border-color: #83C150 !important;
    -webkit-box-shadow: 0 0 0 1px #83C150 !important;
    box-shadow: 0 0 0 1px #83C150 !important;
}

.v3-product-filter-item.active .v3-product-filter-item-text {
  color: #393939;
  border-style: solid;
  border-color: #83C150;
  -webkit-box-shadow: 0 0 0 1px #83C150;
          box-shadow: 0 0 0 1px #83C150;
}
.v3-product-filter-item.active .v3-product-filter-item-image {
  border-style: solid;
  border-color: #83C150;
  -webkit-box-shadow: 0 0 0 1px #83C150;
          box-shadow: 0 0 0 1px #83C150;
}
.v3-product-filter-item.active .v3-product-filter-item-image img {
  opacity: 1;
}
.v3-product-filter-color {
  padding-bottom: 14px;
}
.v3-product-filter-color .v3-product-color-info-all,
.v3-product-filter-color .v3-product-color-custom-cta {
  margin-bottom: 10px;
}
.v3-product-filter-color .v3-product-filter-list {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 -10px 2px 0;
}
.v3-product-filter-color .v3-product-filter-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
  margin: 0;
  padding: 0 10px 10px 0;
}
.v3-product-filter-color .v3-product-filter-item .v3-product-filter-item-hint {
  margin-left: -5px;
}
.v3-product-filter-color-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}
.v3-product-filter-color-title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: 10px;
  font-size: 13px;
  line-height: 1.54;
  color: #393939;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.v3-product-filter-color-title strong {
  font-weight: normal;
  color: #686868;
}
.v3-product-filter-color-number {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 11px;
  line-height: 1.455;
  color: #000000;
  white-space: nowrap;
}

.v3-product-quantity {
  padding-top: 8px;
  margin-bottom: 16px;
}
.v3-product-quantity-title {
  margin-bottom: -2px;
  font-size: 11px;
  line-height: 1.455;
  color: #000000;
}
.v3-product-quantity-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -2px;
}
.v3-product-quantity-list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  padding: 15px 2px 10px;
}
.v3-product-quantity-list li.active .v3-product-quantity-item {
  -webkit-box-shadow: 0 0 0 2px #83C150;
          box-shadow: 0 0 0 2px #83C150;
}
.v3-product-quantity-item {
  display: block;
  position: relative;
  min-height: 100%;
  text-align: center;
  padding: 12px 4px 8px;
  background: #ffffff;
  border-radius: 2px;
}
.v3-product-quantity-number {
  display: block;
  margin-bottom: 4px;
  font-size: 13px;
  line-height: 1.54;
  font-weight: 500;
  color: #000000;
}
.v3-product-quantity-price {
  display: block;
  font-size: 11px;
  line-height: 1.182;
  color: #686868;
}
.v3-product-quantity-price span {
  display: block;
}
.v3-product-quantity-sale {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -15px;
  min-width: 44px;
  max-width: 100%;
  padding: 3px 10px 5px;
  font-size: 11px;
  line-height: 1.455;
  font-weight: 500;
  color: #F30000;
  background: #FEE5E5;
  border-radius: 4px;
}

.product-payment-cta-button-split{
    border-radius: 12px;
    padding: 9px 30px 9px 10px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    margin-bottom: 16px;
}
.product-payment-cta-button-split .v3-product-payment-cta-img span {
    background: #121214;
    padding: 2px;
    min-height: 14px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 9px;
    width: max-content;
    border-radius: 8px 2px 2px 8px;
}
.product-payment-cta-button-split .v3-product-payment-cta-img{
    padding-right: 6px;
    flex: unset;
}
.product-payment-cta-button-split .v3-product-payment-cta-img span img{
    width: 10px;
    height: 10px;
    margin-right: 2px;
}
/* End */


/* Start:/source/css_new/style_color_buy.css?16733763004249*/
.v3-product-color-custom {
    margin: -6px -30px 14px;
    padding: 0 30px 17px;
    border-bottom: 1px solid #E1E1E1;
}
.v3-product-color-custom-cta {
    display: block;
    font-size: 13px;
    line-height: 1.54;
    font-weight: 500;
}
.v3-product-color-custom-note {
    font-size: 11px;
    line-height: 1.455;
    color: #393939;
}
.v3-product-color-custom-modal {
    position: absolute;
    width: 442px;
    padding: 27px 30px 48px;
    max-width: 100%;
    background: #ffffff;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}
.v3-product-color-custom-modal .new-product-modal-close {
    top: 20px;
    right: 20px;
}
.v3-product-color-custom-modal-caption {
    margin: 0 -30px 32px;
    padding: 0 60px 29px 30px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
    color: #000000;
    border-bottom: 1px solid #e1e1e1;
}
.v3-product-color-custom-modal-info {
    font-size: 13px;
    line-height: 1.54;
    color: #393939;
    margin-bottom: 24px;
}
.v3-product-color-custom-modal-row {
    margin-bottom: 16px;
}
.v3-product-color-custom-modal-row .input-wrapper {
    margin-bottom: 0;
}
.v3-product-color-custom-modal-row .input-wrapper > label {
    font-size: 13px;
    line-height: 1.54;
    color: #000000;
    padding: 0 0 10px;
}
.v3-product-color-custom-modal-row textarea.textarea.error,
.v3-product-color-custom-modal-row input.input-text.error {
    color: #000000 !important;
    border-color: #F30000 !important;
}
.v3-product-color-custom-modal-row textarea.textarea.error::-webkit-input-placeholder, .v3-product-color-custom-modal-row input.input-text.error::-webkit-input-placeholder {
    color: #a1a1a1;
}
.v3-product-color-custom-modal-row textarea.textarea.error::-moz-placeholder, .v3-product-color-custom-modal-row input.input-text.error::-moz-placeholder {
    color: #a1a1a1;
}
.v3-product-color-custom-modal-row textarea.textarea.error:-ms-input-placeholder, .v3-product-color-custom-modal-row input.input-text.error:-ms-input-placeholder {
    color: #a1a1a1;
}
.v3-product-color-custom-modal-row textarea.textarea.error::-ms-input-placeholder, .v3-product-color-custom-modal-row input.input-text.error::-ms-input-placeholder {
    color: #a1a1a1;
}
.v3-product-color-custom-modal-row textarea.textarea.error::placeholder,
.v3-product-color-custom-modal-row input.input-text.error::placeholder {
    color: #a1a1a1;
}
.v3-product-color-custom-modal-row.error .v3-product-color-custom-modal-error {
    display: block;
}
.v3-product-color-custom-modal-row.error textarea.textarea,
.v3-product-color-custom-modal-row.error input.input-text {
    border-color: #F30000;
}
.v3-product-color-custom-modal-error {
    display: none;
    padding-top: 10px;
    font-size: 10px;
    line-height: 1.5;
    color: #F30000;
}
.v3-product-color-custom-modal-button {
    padding-top: 16px;
}
.v3-product-color-custom-modal-button .button {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}
.v3-product-color-custom-modal-button .button.button-disabled {
    cursor: default;
    background-color: #CDE6B9 !important;
}
.v3-product-color-custom-modal-note {
    padding-top: 12px;
    font-size: 11px;
    line-height: 1.455;
}
.v3-product-color-custom-modal-note a {
    font-weight: 500;
}
.v3-product-color-custom-modal-success {
    display: none;
}
.v3-product-color-custom-modal-success.v3-product-color-custom-modal-success-view {
    display: block;
}
.v3-product-color-custom-modal-success-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 124px;
    height: 124px;
    background: #F4F5F6;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 24px;
}
.v3-product-color-custom-modal-success-text {
    text-align: center;
    font-size: 13px;
    line-height: 1.54;
    color: #000000;
    margin-bottom: 32px;
}
.v3-product-color-custom-modal-success-button {
    text-align: center;
}
.v3-product-color-custom-modal-success-button .button {
    padding-left: 30px;
    padding-right: 30px;
}
/* End */


/* Start:/local/components/iconix/catalog.element.new/templates/.default_new_design_gall/style.css?17525703257948*/
.new-product-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 73.21%;
    flex: 0 0 73.21%;
    max-width: 73.21%;
    margin-bottom: 30px;
}
.new-product-share {
    cursor: pointer;
    position: absolute;
    top: 24px;
    right: 93px;
    z-index: 10;
}

.new-product-share-icon {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
}
.new-product-share-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 24px;
    height: 22px;
    background: url("/img_new/icon-share.svg") no-repeat center/contain;
}

.new-product-share-wrap {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    min-width: 181px;
    top: calc(100% + 15px);
    right: 0;
    background: #FFFFFF;
    border-radius: 5px;
    z-index: 11;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.new-product-share-wrap::before {
    content: "";
    position: absolute;
    right: 10px;
    top: -19px;
    border: 10px solid transparent;
    border-bottom: 15px solid #FFFFFF;
    z-index: -1;
}
.new-product-share-wrap.active {
    opacity: 1;
    visibility: visible;
}

.new-product-share-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 16px;
    margin: 0 -6px -12px -6px;
}

.new-product-share-item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 6px 12px 6px;
}

@media (max-width: 1325px) {
    .new-product-share {
        top: 15px;
        right: 70px;
    }
}
.new-product-gallery-small {
    position: relative;
    margin-top: 15px;
}
.new-product-gallery-small-slider .swiper-slide {
    width: 123px;
    border: 2px solid transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.new-product-gallery-small-slider .swiper-slide img {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 90px;
    margin: 0 auto;
}
.new-product-gallery-small-slider .swiper-slide.swiper-slide-thumb-active {
    border-color: #A1A1A1;
}
.new-product-gallery-small-photo {
    cursor: pointer;
}
.new-product-gallery-small .swiper-button-prev {
    left: 0;
}
.new-product-gallery-small .swiper-button-prev::before {
    content: "";
    position: absolute;
    top: -18px;
    bottom: -18px;
    width: 123px;
    right: auto;
    left: -22px;
    background-image: -webkit-gradient(linear, right top, left top, color-stop(14%, rgba(255, 255, 255, 0)), color-stop(57%, #ffffff), color-stop(57%, #ffffff));
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 14%, #ffffff 57%, #ffffff 57%);
}
.new-product-gallery-small .swiper-button-prev::after {
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
    border-radius: 50%;
}
.new-product-gallery-small .swiper-button-prev.swiper-button-disabled {
    display: none;
}
.new-product-gallery-small .swiper-button-next {
    right: 0;
}
.new-product-gallery-small .swiper-button-next::before {
    content: "";
    position: absolute;
    top: -18px;
    bottom: -18px;
    right: -22px;
    width: 123px;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(14%, rgba(255, 255, 255, 0)), color-stop(57%, #ffffff), color-stop(57%, #ffffff));
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 14%, #ffffff 57%, #ffffff 57%);
}
.new-product-gallery-small .swiper-button-next::after {
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
    border-radius: 50%;
}
.new-product-gallery-small .swiper-button-next.swiper-button-disabled {
    display: none;
}
.new-product-gallery {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100% !important;
     flex: 0 0 100% !important;
     max-width: 100% !important;
    background: #F4F5F6;
    margin-bottom: 0px !important;
}

.new-product-gallery-small .new-product-gallery-img {
    flex-grow: 1;
}
@media (max-width: 1325px) {
    .new-product-wrap {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }
    .new-product-gallery-small .swiper-button-next {
        right: 0;
    }
    .new-product-gallery-small .swiper-button-next::before {
        right: -10px;
    }
}
.new-product-advantages-item.new-product-advantages-item-v2 {
    flex: 0 0 33%;
    max-width: 33%;
}
.new-product-advantages-item.new-product-advantages-item-v3 .new-product-advantages-video-link,
.new-product-advantages-item.new-product-advantages-item-v3 .new-product-advantages-img {
    padding-top: 100%;
}
.new-product-gallery-small.new-product-gallery-small-view .swiper-button-white {
    display: none;
}

.box-new{
    -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    margin-bottom: 32px;
}
.box-new .v3-product-description,
.box-new .new-product-description,
.box-new .new-product-brand,
.box-new .v3-product-payment,
.box-new .new-product-delivery-specs,
.box-new .v3-product-color-detail {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    margin-bottom: 0;
}
.box-new .new-product-reviews-empty{
    margin-bottom: 0;
}
.box-new hr {
    clear: both;
    display: block;
    margin: 0;
    height: 1px;
    background: #E1E1E1;
    border: 0;
}
.box-new .v3-product-description hr {
    clear: both;
    display: block;
    margin: 0 -30px 56px;
    height: 1px;
    background: #E1E1E1;
    border: 0;
}
.product-tab-title {
    display: block;
    padding: 20px 0 20px 30px;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
}
.v3-product-description .product-tab-title,
.v3-product-color-detail .product-tab-title{
    padding-left: 0;
}
.new-product-description .product-tab-title{
    padding-left: 0px;
}
.new-product-description .product-tab-title,
.v3-product-description .product-tab-title{
    padding-top: 0;
}
.new-product-delivery-info .product-tab-title,
.tab_payment_part_view .product-tab-title {
    padding-bottom: 0;
}
.new-product-tabs.tabs-floating {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4;
    background: #FFFFFF;
    width: 100vw;
    width: -webkit-fill-available;
    /*
    -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    */
    -webkit-box-shadow: 0 6px 22px rgba(0, 0, 0, 0.6);
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.6);
    padding: 8px 0;
}
.new-product-tab .new-product-tabs:not(.tabs-floating) li:has(.tab_top) {
    display: none;
}
.new-product-delivery p[class*="_note"],
.new-product-tabs-menu p[class*="_note"] {
    position: relative;
    cursor: pointer;
}
.new-product-tabs-menu p[class*="_note"]:not(:last-child) {
    margin-bottom: 14px;
}
.new-product-delivery p[class*="_note"]::after,
.new-product-tabs-menu p[class*="_note"]::after {
    content: "";
    display: ruby;
    float: right;
    width: 6px;
    background: url(/img_new/icon-arrow.svg) no-repeat center / contain;
    position: absolute;
    right: 0;
    height: 100%;
}
.new-product-tabs-menu{
    padding: 30px;
    background: #F4F5F6;
    margin-top: 16px;
    font-size: 13px;
    line-height: 1.54;
    color: #393939;
}
@media (max-width: 1325px) {
    .new-product-tabs li a{
        font-size: 14px;
    }
    .new-product-tabs li{
        padding: 0 15px;
    }
}
@media (min-width: 1325px) {
    .new-product-description .product-tab-title{
        margin-left: -30px;
    }
}
@media (max-width: 1030px) {
    .new-product-tab .new-product-tabs {
        visibility: hidden;
        height: 0;
        margin: 0;
    }
}
@media (min-width: 1031px) {
    .new-product-tab:has(.new-product-tabs.tabs-floating) {
        padding-top: 78px;
    }
}
/* End */
/* /source/css_new/fancybox.css?155487125818102 */
/* /source/css_new/detail_zoom_custom.css?1634287800568 */
/* /source/css_new/style_payment_part.css?167895590511637 */
/* /local/components/iconix/form.add/templates/reviews_add/style.css?15604211962042 */
/* /source/css_new/product_collections.css?16590998013979 */
/* /source/css_new/product_size_select_view.css?1661783608439 */
/* /source/css_new/style_product_info_view.css?175284522460759 */
/* /source/css_new/style_color_buy.css?16733763004249 */
/* /local/components/iconix/catalog.element.new/templates/.default_new_design_gall/style.css?17525703257948 */
