@charset "UTF-8";
/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease; }

.lity.lity-opened {
  opacity: 1; }

.lity.lity-closed {
  opacity: 0; }

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important; }

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }

.lity-loader {
  z-index: 9991;
  color: #555;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial,Helvetica,sans-serif;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease; }

.lity-loading .lity-loader {
  opacity: 1; }

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important; }

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: -o-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease; }

.lity-loading .lity-content, .lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8); }

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #555;
  font-style: normal;
  font-size: 35px;
  font-family: Arial,Baskerville,monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0; }

.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #555;
  font-style: normal;
  font-size: 35px;
  font-family: Arial,Baskerville,monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close:active {
  top: 1px; }

.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0; }

.lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container, .lity-facebookvideo .lity-container, .lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px; }

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch; }

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #FFF; }

.lity-hide {
  display: none; }

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

blockquote,
q {
  quotes: none; }

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*** Global ***/
.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

html {
  font-size: 15px; }

body {
  font-size: 1em;
  line-height: 1.33333;
  margin-bottom: 0em; }

.inline__block {
  display: inline-block; }

sup {
  position: relative;
  vertical-align: baseline;
  top: -0.44em;
  font-size: 0.6em;
  line-height: unset; }
  sup.sign-deg {
    top: -0.5em; }
  sup.sign-star {
    top: -0.83em;
    font-size: 0.5em; }
  sup.sign-cr {
    top: -0.1em;
    font-size: 1em; }
  sup.footnote-num {
    top: -1em;
    padding-left: 1px;
    font-size: 0.33em;
    line-height: 0; }

.wd__content .content__info sup.sign-cr {
  top: -0.05em;
  font-size: 1em; }

.wd__content .content__info sup.sign-tm {
  top: 0;
  font-size: 1em; }

.wd__content .content__info sup.sign-star {
  top: -0.17em;
  font-size: 1em; }

.wd__content .content__info sup.sign-deg {
  top: -0.1em;
  padding: 0 0.02em;
  font-size: 1em; }

.wd__content .content__info sup.footnote-num {
  top: -0.97em;
  font-size: 0.5em; }

.wd__feature__list .wd__feature .wd__feature__describe sup.sign-cr {
  top: 0.1em;
  font-size: 1.1em; }

.wd__feature__list .wd__feature .wd__feature__describe sup.sign-tm {
  top: 0;
  font-size: 1em; }

.wd__feature__list .wd__feature .wd__feature__describe sup.sign-deg {
  top: -0.1em;
  font-size: 1em; }

.wd__feature__list .wd__feature .wd__feature__describe sup.footnote-num {
  top: -0.86em;
  font-size: 0.5em; }

.wd__feature__list .wd__feature .wd__feature__describe span sup.sign-deg {
  padding: 0 0.02em; }

.footnote-item sup.sign-deg {
  top: -0.2em;
  font-size: 0.9em; }

.footnote-item sup.sign-tm {
  top: -0.09em;
  font-size: 0.9em; }

.footnote-item sup.sign-cr {
  top: 0.03em;
  font-size: 1.1em; }

.ie #CMD sup {
  top: -0.1em;
  font-size: 1em;
  line-height: unset; }
  .ie #CMD sup.sign-deg {
    top: -0.5em; }
  .ie #CMD sup.sign-star {
    top: -0.83em;
    font-size: 0.5em; }
  .ie #CMD sup.sign-cr {
    top: -0.2em;
    font-size: 1em; }
  .ie #CMD sup.sign-fnum {
    top: -0.5em;
    font-size: 0.7em; }
  .ie #CMD sup.footnote-num {
    top: -1.7em;
    font-size: 0.33em; }

.ie #CMD .wd__content .content__title sup.sign-tm {
  top: -0.5em;
  font-size: 0.7em; }

.ie #CMD .wd__content .content__info sup.sign-cr {
  top: 0;
  font-size: 1.3em; }

.ie #CMD .wd__content .content__info sup.sign-tm {
  top: -0.1em;
  font-size: 1.2em; }

.ie #CMD .wd__content .content__info sup.sign-star {
  top: -0.17em;
  font-size: 1em; }

.ie #CMD .wd__content .content__info sup.sign-deg {
  top: -0.1em;
  padding: 0 0.02em;
  font-size: 1em; }

.ie #CMD .wd__content .content__info sup.footnote-num {
  top: -0.97em;
  font-size: 0.5em; }

.ie #CMD .wd__feature__list .wd__feature .wd__feature__describe sup.sign-cr {
  top: 0;
  font-size: 1.3em; }

.ie #CMD .wd__feature__list .wd__feature .wd__feature__describe sup.sign-tm {
  top: 0;
  font-size: 1.3em; }

.ie #CMD .wd__feature__list .wd__feature .wd__feature__describe sup.sign-deg {
  top: -0.1em;
  font-size: 1em; }

.ie #CMD .wd__feature__list .wd__feature .wd__feature__describe sup.footnote-num {
  top: -0.86em;
  font-size: 0.5em; }

.ie #CMD .wd__feature__list .wd__feature .wd__feature__describe span sup.sign-deg {
  padding: 0 0.02em; }

@media all and (min-width: 1280px) {
  .wd__content .content__slogan sup.sign-star {
    top: -0.5em;
    font-size: 0.6em; }
  .wd__content .content__slogan sup.footnote-num {
    top: -1.4em; }
  .wd__content .content__title sup.sign-star {
    top: -0.8em; }
  .wd__content .content__title sup.sign-tm {
    top: -0.3em;
    font-size: 0.7em; }
  .wd__content .content__title sup.footnote-num {
    top: -1.65em; }
  .wd__content .content__info sup.sign-star {
    top: -0.1em; }
  .wd__content .content__info sup.footnote-num {
    top: -0.9em; }
  .wd__feature__list .wd__feature .wd__feature__data sup.sign-star {
    top: -0.75em;
    font-size: 0.5em; }
  .wd__feature__list .wd__feature .wd__feature__data sup.footnote-num {
    top: -1.75em;
    font-size: 0.3em; }
  .wd__feature__list .wd__feature .wd__feature__data span sup.sign-tm {
    top: -0.2em;
    font-size: 0.8em; }
  .wd__feature__list .wd__feature .wd__feature__data span sup.sign-cr {
    top: -0.2em;
    font-size: 0.8em; }
  .wd__feature__list .wd__feature .wd__feature__data span sup.sign-star {
    top: -0.4em;
    font-size: 0.7em; }
  .wd__feature__list .wd__feature .wd__feature__data span sup.sign-deg {
    top: -0.1em;
    font-size: 0.9em; }
  .wd__feature__list .wd__feature .wd__feature__data span sup.footnote-num {
    top: -1.2em;
    font-size: 0.43em; }
  .wd__feature__list .wd__feature .wd__feature__describe sup.sign-cr {
    top: 0.1em;
    font-size: 1.3em; }
  .wd__feature__list .wd__feature .wd__feature__describe sup.sign-star {
    top: -0.03em;
    font-size: 1.25em; }
  .wd__feature__list .wd__feature .wd__feature__describe sup.footnote-num {
    top: -0.7em;
    font-size: 0.6em; }
  .section__kv .wd__content .content__title sup.sign-star {
    top: -0.65em;
    font-size: 0.55em; }
  .section__kv .wd__content .content__title sup.footnote-num {
    top: -1.6em; }
  .section__kv .wd__content .content__info sup.sign-star {
    top: -0.2em;
    font-size: 0.9em; }
  .section__kv .wd__content .content__info sup.sign-deg {
    padding: 0; }
  .section__kv .wd__content .content__info sup.footnote-num {
    top: -1em; } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  sup {
    top: -0.5em; }
    sup.sign-deg {
      top: -0.25em;
      font-size: 0.8em; }
    sup.sign-star {
      top: -0.85em; }
  .wd__content .content__slogan sup.sign-tm {
    top: -0.4em; }
  .wd__content .content__slogan sup.sign-cr {
    top: -0.27em;
    font-size: 0.7em; }
  .wd__content .content__slogan sup.sign-star {
    top: -0.37em;
    font-size: 0.75em; }
  .wd__content .content__slogan sup.footnote-num {
    top: -1.5em; }
  .wd__content .content__title sup.sign-tm {
    top: -0.45em; }
  .wd__content .content__title sup.sign-star {
    top: -0.77em; }
  .wd__content .content__title sup.sign-cr {
    top: -0.3em; }
  .wd__content .content__title sup.footnote-num {
    top: -1.58em; }
  .wd__content .content__info sup.sign-star {
    top: -0.08em;
    font-size: 1.1em; }
  .wd__content .content__info sup.footnote-num {
    top: -0.8em;
    font-size: 0.6em; }
  .wd__feature__list .wd__feature .wd__feature__data sup.sign-cr {
    top: -0.3em; }
  .wd__feature__list .wd__feature .wd__feature__data sup.sign-tm {
    top: -0.42em; }
  .wd__feature__list .wd__feature .wd__feature__data sup.footnote-num {
    top: -1.56em; }
  .wd__feature__list .wd__feature .wd__feature__data sup.sign-star {
    top: -0.6em;
    font-size: 0.55em; }
  .wd__feature__list .wd__feature .wd__feature__data span sup.sign-tm {
    top: -0.15em;
    font-size: 0.8em; }
  .wd__feature__list .wd__feature .wd__feature__data span sup.sign-cr {
    top: -0.2em;
    font-size: 0.8em; }
  .wd__feature__list .wd__feature .wd__feature__data span sup.sign-star {
    top: -0.34em;
    font-size: 0.7em; }
  .wd__feature__list .wd__feature .wd__feature__data span sup.footnote-num {
    top: -1.1em;
    font-size: 0.43em; }
  .wd__feature__list .wd__feature .wd__feature__describe sup.sign-cr {
    top: 0; }
  .wd__feature__list .wd__feature .wd__feature__describe sup.sign-star {
    top: 0;
    font-size: 1.35em; }
  .wd__feature__list .wd__feature .wd__feature__describe sup.footnote-num {
    top: -0.47em;
    font-size: 0.8em; }
  .section__kv .wd__content .content__title sup.sign-tm {
    top: -0.45em; }
  .section__kv .wd__content .content__title sup.sign-star {
    top: -0.48em;
    font-size: 0.65em; }
  .section__kv .wd__content .content__title sup.footnote-num {
    top: -1.57em; }
  .section__kv .wd__content .content__info sup.sign-star {
    top: -0.2em;
    font-size: 0.9em; }
  .section__kv .wd__content .content__info sup.footnote-num {
    top: -1.25em;
    font-size: 0.4em; }
  .footnote-item sup.sign-cr {
    top: 0.1em; } }

@media all and (max-width: 730px) {
  sup.sign-deg {
    top: -0.25em;
    font-size: 0.8em; }
  .wd__content .content__slogan sup.sign-tm {
    top: -0.33em; }
  .wd__content .content__slogan sup.sign-cr {
    top: -0.31em; }
  .wd__content .content__slogan sup.sign-star {
    top: -0.1em;
    font-size: 1.1em; }
  .wd__content .content__slogan sup.footnote-num {
    top: -0.85em;
    font-size: 0.5em; }
  .wd__content .content__title sup.sign-cr {
    top: -0.06em;
    font-size: 0.9em; }
  .wd__content .content__title sup.sign-tm {
    top: -0.2em;
    font-size: 0.8em; }
  .wd__content .content__title sup.sign-star {
    top: -0.42em;
    font-size: 0.7em; }
  .wd__content .content__title sup.footnote-num {
    top: -1.3em;
    font-size: 0.4em; }
  .wd__content .content__info sup.sign-cr {
    top: 0.15em;
    font-size: 1.4em; }
  .wd__content .content__info sup.sign-tm {
    top: 0.1em;
    font-size: 1.2em; }
  .wd__content .content__info sup.sign-star {
    top: 0;
    font-size: 1.25em; }
  .wd__content .content__info sup.footnote-num {
    top: -0.7em;
    font-size: 0.6em; }
  .wd__feature__list .wd__feature .wd__feature__data sup.sign-cr {
    top: -0.24em;
    font-size: 0.75em; }
  .wd__feature__list .wd__feature .wd__feature__data sup.sign-tm {
    top: -0.27em;
    font-size: 0.7em; }
  .wd__feature__list .wd__feature .wd__feature__data sup.sign-star {
    top: -0.4em;
    font-size: 0.7em; }
  .wd__feature__list .wd__feature .wd__feature__data sup.footnote-num {
    top: -1.3em;
    font-size: 0.4em; }
  .wd__feature__list .wd__feature .wd__feature__data span sup.sign-cr {
    top: -0.11em;
    font-size: 0.9em; }
  .wd__feature__list .wd__feature .wd__feature__data span sup.sign-tm {
    top: -0.23em; }
  .wd__feature__list .wd__feature .wd__feature__data span sup.sign-star {
    top: -0.22em;
    font-size: 0.88em; }
  .wd__feature__list .wd__feature .wd__feature__data span sup.footnote-num {
    top: -1.2em; }
  .wd__feature__list .wd__feature .wd__feature__describe sup.sign-cr {
    top: 0.18em;
    font-size: 1.5em; }
  .wd__feature__list .wd__feature .wd__feature__describe sup.sign-star {
    top: 0.08em;
    font-size: 1.6em; }
  .wd__feature__list .wd__feature .wd__feature__describe sup.footnote-num {
    top: -0.5em;
    font-size: 0.8em; }
  .section__kv .wd__content .content__title sup.sign-cr {
    top: -0.1em; }
  .section__kv .wd__content .content__title sup.sign-star {
    top: -0.43em; }
  .section__kv .wd__content .content__title sup.footnote-num {
    top: -1.26em; }
  .section__kv .wd__content .content__info sup.sign-tm {
    top: 0;
    font-size: 1em; }
  .section__kv .wd__content .content__info sup.sign-cr {
    top: 0;
    font-size: 1.2em; }
  .section__kv .wd__content .content__info sup.sign-star {
    top: -0.06em;
    font-size: 1.2em; }
  .section__kv .wd__content .content__info sup.footnote-num {
    top: -0.65em;
    font-size: 0.65em; }
  .footnote-item sup.sign-cr {
    top: 0.03em;
    font-size: 1.1em; } }

.stopScrollbar {
  overflow: hidden; }

#af-header.popHide,
#overview-top-nav.popHide,
.section__comment.popHide,
#asus-api-footer.popHide,
#main-zone #product-footer-zone.popHide {
  display: none !important; }

.modal-button-container {
  z-index: 2147483647; }
  @media (max-width: 720px) {
    .modal-button-container {
      transform: scale(0.8); } }
  .modal-button-container.inner {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translate3d(-50%, 0, 0); }
  .modal-button-container.text-white .modal-button {
    color: #555; }
  .modal-button-container.text-dark .modal-button {
    color: #FFF; }
  .modal-button-container.outer {
    position: relative;
    text-align: center; }
    .modal-button-container.outer .modal-button-target {
      top: 50px; }
    @media (max-width: 720px) {
      .modal-button-container.outer .modal-button-target {
        top: 42px; } }
  .modal-button-container button {
    cursor: pointer;
    border: 0;
    background: none;
    -webkit-tap-highlight-color: transparent; }
    .modal-button-container button:focus {
      outline: 0; }
  .modal-button-container .modal-button-text,
  .modal-button-container .modal-inner-text {
    display: block;
    position: relative;
    font-size: 22px;
    pointer-events: none; }
    @media (min-width: 731px) and (max-width: 1279px) {
      .modal-button-container .modal-button-text,
      .modal-button-container .modal-inner-text {
        font-size: 18px; } }
    @media (max-width: 730px) {
      .modal-button-container .modal-button-text,
      .modal-button-container .modal-inner-text {
        margin-bottom: 8px;
        font-size: 19px; } }
  .modal-button-container .modal-button-target {
    display: none;
    position: absolute;
    z-index: 10;
    top: 10px;
    left: 50%;
    height: 50px;
    transform: translateX(-50%); }
  .modal-button-container .modal-button {
    display: inline-block;
    position: relative;
    z-index: 1;
    cursor: pointer;
    cursor: pointer;
    margin: 10px 0;
    padding: 0 30px;
    height: 46px;
    font-weight: 200;
    text-align: center;
    border: 0;
    border-style: solid;
    border-width: 3px;
    border-radius: 25px;
    background-color: #FFF;
    transition: background-color 400ms ease-out, border-color 400ms ease-out, color 400ms ease-out;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    pointer-events: all;
    min-width: 50px;
    line-height: 46px; }

.outer-view {
  transform-origin: 50vw 50vh; }
  .outer-view.animate-scale {
    transform: translateZ(0) translateY(200px) scale(0.96);
    transition: transform 650ms ease-out; }
  .outer-view .modal-button-container.ready .modal-button {
    transform: translate(0, 0) !important; }

.inner-view {
  display: block;
  position: fixed;
  overflow: hidden;
  z-index: 1000000000;
  top: 0;
  left: 0;
  margin-bottom: -60px;
  margin-left: 0;
  width: 100%;
  width: 100%;
  text-align: center;
  background-color: white;
  transform: translateY(110vh);
  transition: transform 750ms linear; }
  .inner-view.killFixed {
    position: relative !important; }
  .inner-view .inner-view-container {
    height: 100%; }
  .inner-view .inner-modal {
    display: block;
    position: relative;
    visibility: visible;
    opacity: 0;
    padding-bottom: 50px;
    width: 100%;
    transition: opacity 250ms;
    min-height: 100vh;
    min-height: var(--safarivh); }
    .inner-view .inner-modal.showed {
      opacity: 1; }
  .inner-view .modal-button-container {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-overflow-scrolling: touch; }
  .inner-view .modal-button-container {
    position: fixed;
    bottom: -80px;
    left: 0%;
    opacity: 0;
    width: 100%;
    transform: translate3d(0%, 0, 0) translateZ(0);
    transition: transform 400ms ease, opacity 300ms linear; }
  .inner-view.show-inner {
    transform: none !important; }
    .inner-view.show-inner .modal-active {
      display: block;
      visibility: visible; }
    .inner-view.show-inner .modal-button-container {
      opacity: 1;
      transform: translate3d(0%, -130px, 0) translateZ(0);
      transition: transform 300ms ease;
      transition-delay: 1200ms; }
      @media (max-width: 720px) {
        .inner-view.show-inner .modal-button-container {
          transform: translate3d(0%, -110px, 0) translateZ(0) scale(0.8); } }

@media (min-width: 731px) and (max-width: 1279px) {
  .modal-button-container.inner {
    bottom: 20px; } }

@media (max-width: 730px) {
  .modal-button-container .modal-button {
    text-align: center; }
  .modal-button-container.inner {
    bottom: 9px; } }

html.stop-scrolling {
  overflow: hidden; }

body {
  background-attachment: scroll !important;
  -moz-osx-font-smoothing: grayscale; }

#CMD {
  -webkit-transition-duration: 700ms;
  -khtml-transition-duration: 700ms;
  -moz-transition-duration: 700ms;
  -ms-transition-duration: 700ms;
  -o-transition-duration: 700ms;
  transition-duration: 700ms;
  -webkit-transition-property: opacity;
  -khtml-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.33, 0.98);
  -khtml-transition-timing-function: cubic-bezier(0.25, 0.46, 0.33, 0.98);
  -moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.33, 0.98);
  -ms-transition-timing-function: cubic-bezier(0.25, 0.46, 0.33, 0.98);
  -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.33, 0.98);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.33, 0.98);
  position: relative;
  font-size: 15px;
  text-align: center;
  overflow-x: hidden;
  line-height: 1.3;
  -webkit-tap-highlight-color: transparent; }
  @media all and (min-width: 1px) {
    #CMD {
      -webkit-opacity: 0;
      -khtml-opacity: 0;
      -moz-opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      opacity: 0;
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; } }

@media all and (max-width: 720px) {
  #CMD {
    margin-bottom: 30px; } }

.fix_ie_png {
  filter: progid:dximagetransform.microsoft.gradient(startColorstr=#0fff, endColorstr=#0fff); }

@media all and (min-width: 1280px) {
  .clear__background__src {
    background-image: none !important; } }

section {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 2560px; }
  @media all and (min-width: 731px) and (max-width: 1279px) {
    section {
      margin-right: auto;
      margin-left: auto;
      width: 100%;
      max-width: 1279px; } }
  @media all and (min-width: 0) and (max-width: 730px) {
    section {
      margin-right: auto;
      margin-left: auto;
      width: 100%;
      max-width: 730px; } }

.progressive-image {
  background-image: none !important; }

@media all and (min-width: 1px) {
  .grace-show {
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: opacity 800ms; }
    .grace-show.show {
      transform: translate3d(0, 0, 0);
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1;
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      will-change: opacity; }
    .grace-show.animated {
      transform: none;
      will-change: null; } }

.in.moving__element {
  will-change: transform, opacity; }

.smooth__animation {
  -webkit-transition-duration: 1.25s, 1.25s;
  -khtml-transition-duration: 1.25s, 1.25s;
  -moz-transition-duration: 1.25s, 1.25s;
  -ms-transition-duration: 1.25s, 1.25s;
  -o-transition-duration: 1.25s, 1.25s;
  transition-duration: 1.25s, 1.25s;
  -webkit-transition-property: opacity, -webkit-transform;
  -khtml-transition-property: opacity, -webkit-transform;
  -moz-transition-property: opacity, -webkit-transform;
  -ms-transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95), cubic-bezier(0.39, 0.575, 0.565, 1);
  -khtml-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95), cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95), cubic-bezier(0.39, 0.575, 0.565, 1);
  -ms-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95), cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95), cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95), cubic-bezier(0.39, 0.575, 0.565, 1); }

.smooth__animation-fast {
  -webkit-transition-duration: 400ms, 400ms;
  -khtml-transition-duration: 400ms, 400ms;
  -moz-transition-duration: 400ms, 400ms;
  -ms-transition-duration: 400ms, 400ms;
  -o-transition-duration: 400ms, 400ms;
  transition-duration: 400ms, 400ms;
  -webkit-transition-property: opacity, -webkit-transform;
  -khtml-transition-property: opacity, -webkit-transform;
  -moz-transition-property: opacity, -webkit-transform;
  -ms-transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95), cubic-bezier(0.39, 0.575, 0.565, 1);
  -khtml-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95), cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95), cubic-bezier(0.39, 0.575, 0.565, 1);
  -ms-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95), cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95), cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95), cubic-bezier(0.39, 0.575, 0.565, 1); }

.wd__animation__easeout {
  -webkit-transition-duration: 500ms, 500ms;
  -khtml-transition-duration: 500ms, 500ms;
  -moz-transition-duration: 500ms, 500ms;
  -ms-transition-duration: 500ms, 500ms;
  -o-transition-duration: 500ms, 500ms;
  transition-duration: 500ms, 500ms;
  -webkit-transition-property: opacity, -webkit-transform;
  -khtml-transition-property: opacity, -webkit-transform;
  -moz-transition-property: opacity, -webkit-transform;
  -ms-transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -khtml-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -moz-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -ms-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -moz-transition-duration: 500ms;
  -moz-transition-property: all; }

.wd__animation__easeout__slow {
  -webkit-transition-duration: 1200ms, 1200ms;
  -khtml-transition-duration: 1200ms, 1200ms;
  -moz-transition-duration: 1200ms, 1200ms;
  -ms-transition-duration: 1200ms, 1200ms;
  -o-transition-duration: 1200ms, 1200ms;
  transition-duration: 1200ms, 1200ms;
  -webkit-transition-property: opacity, -webkit-transform;
  -khtml-transition-property: opacity, -webkit-transform;
  -moz-transition-property: opacity, -webkit-transform;
  -ms-transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -khtml-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -moz-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -ms-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1); }

.wd__animation__easeout-fast {
  -webkit-transition-duration: 400ms, 400ms;
  -khtml-transition-duration: 400ms, 400ms;
  -moz-transition-duration: 400ms, 400ms;
  -ms-transition-duration: 400ms, 400ms;
  -o-transition-duration: 400ms, 400ms;
  transition-duration: 400ms, 400ms;
  -webkit-transition-property: opacity, -webkit-transform;
  -khtml-transition-property: opacity, -webkit-transform;
  -moz-transition-property: opacity, -webkit-transform;
  -ms-transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -khtml-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -moz-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -ms-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -moz-transition-duration: 400ms;
  -moz-transition-property: all; }

@keyframes ripple {
  0% {
    opacity: 0; }
  10% {
    opacity: 0; }
  50% {
    opacity: 1; }
  90% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes wifiRipple {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes soundCirclePlay {
  0% {
    opacity: 0;
    transform: scale(1.8); }
  10% {
    opacity: 0.6; }
  50% {
    opacity: 0;
    transform: scale(0.2); }
  100% {
    opacity: 0;
    transform: scale(0.2); } }

@keyframes soundRipple {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  50% {
    opacity: 1; }
  51% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    opacity: 0;
    transform: scale(0, 0); } }

@keyframes disappearAndAppear {
  0% {
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    opacity: 1; }
  75% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes swing {
  20% {
    transform: rotate(15deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(5deg); }
  80% {
    transform: rotate(-5deg); }
  100% {
    transform: rotate(0deg); } }

@keyframes ballRotate {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }

.wd__content.text__animation > span, .wd__content.text__animation > div, .wd__content.text__animation > figure, .wd__content.text__animation > img, .wd__content.text__animation > a {
  opacity: 0;
  transform: translateZ(0) translateY(30px);
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), transform 0.6s cubic-bezier(0.4, 0, 0.2, 1); }

.wd__content.text__animation.text-showed .content__slogan,
.wd__content.text__animation.text-showed .content__title,
.wd__content.text__animation.text-showed .content__info,
.wd__content.text__animation.text-showed .content__comment,
.wd__content.text__animation.text-showed .content__link,
.wd__content.text__animation.text-showed .wd__feature__list {
  will-change: null;
  transform: none; }

.inner-modal .wd__content.text__animation .content__slogan, .inner-modal .wd__content.text__animation .content__title, .inner-modal .wd__content.text__animation .content__info, .inner-modal .wd__content.text__animation .content__comment, .inner-modal .wd__content.text__animation .content__link, .inner-modal .wd__content.text__animation .wd__feature__list {
  opacity: 0;
  transform: translateZ(0) translateY(30px);
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), transform 0.6s cubic-bezier(0.4, 0, 0.2, 1); }

.inner-modal .wd__content.text__animation.text-showed .content__slogan,
.inner-modal .wd__content.text__animation.text-showed .content__title,
.inner-modal .wd__content.text__animation.text-showed .content__info,
.inner-modal .wd__content.text__animation.text-showed .content__comment,
.inner-modal .wd__content.text__animation.text-showed .content__link,
.inner-modal .wd__content.text__animation.text-showed .wd__feature__list {
  will-change: null;
  transform: none; }

@keyframes fansRotateLeft {
  100% {
    transform: rotate(-360deg); } }

@keyframes fansRotateRight {
  100% {
    transform: rotate(360deg); } }

body {
  background-color: #FFF; }

.wd__section .large__text-center {
  text-align: center; }
  .wd__section .large__text-center.wd__content {
    margin-left: auto;
    margin-right: auto; }
    .wd__section .large__text-center.wd__content .content__comment,
    .wd__section .large__text-center.wd__content .content__info,
    .wd__section .large__text-center.wd__content .content__link,
    .wd__section .large__text-center.wd__content .content__slogan,
    .wd__section .large__text-center.wd__content .content__title {
      text-align: center;
      margin-left: auto;
      margin-right: auto; }
    .wd__section .large__text-center.wd__content .content__slogan:after {
      margin-left: auto;
      margin-right: auto; }
    .wd__section .large__text-center.wd__content .content__title:after {
      margin: 0 auto;
      text-align: center; }

.wd__section .large__text-left.wd__content {
  text-align: left; }
  .wd__section .large__text-left.wd__content .content__comment,
  .wd__section .large__text-left.wd__content .content__info,
  .wd__section .large__text-left.wd__content .content__link,
  .wd__section .large__text-left.wd__content .content__slogan,
  .wd__section .large__text-left.wd__content .content__title {
    text-align: left;
    margin-left: 0; }
  .wd__section .large__text-left.wd__content .content__slogan:after {
    left: 0;
    margin-left: 0px; }
  .wd__section .large__text-left.wd__content .content__title:after {
    margin-left: 0;
    text-align: left; }

.wd__section .large__text-left.wd__feature__list {
  text-align: left; }
  .wd__section .large__text-left.wd__feature__list .wd__feature {
    margin-left: 0;
    margin-right: 50px; }

.wd__section .large__text-right.wd__content {
  text-align: right; }
  .wd__section .large__text-right.wd__content .content__slogan:after {
    right: 0;
    margin-right: 0px; }

.wd__section .large__text-right.wd__feature__list {
  text-align: right; }
  .wd__section .large__text-right.wd__feature__list .wd__feature {
    margin-left: 50px;
    margin-right: 0; }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .wd__section .medium__text-left.wd__content {
    text-align: left;
    left: 0; }
    .wd__section .medium__text-left.wd__content .content__comment,
    .wd__section .medium__text-left.wd__content .content__info,
    .wd__section .medium__text-left.wd__content .content__link,
    .wd__section .medium__text-left.wd__content .content__slogan,
    .wd__section .medium__text-left.wd__content .content__title {
      text-align: left;
      margin-left: 0; }
    .wd__section .medium__text-left.wd__content .content__slogan:after {
      margin-left: 0px; }
  .wd__section .medium__text-left.wd__feature__list {
    text-align: left; }
    .wd__section .medium__text-left.wd__feature__list .wd__feature {
      margin-left: 0;
      margin-right: 50px; }
  .wd__section .medium__text-center.wd__content {
    text-align: center;
    left: 0;
    margin-left: auto;
    margin-right: auto; }
    .wd__section .medium__text-center.wd__content .content__comment,
    .wd__section .medium__text-center.wd__content .content__info,
    .wd__section .medium__text-center.wd__content .content__link,
    .wd__section .medium__text-center.wd__content .content__slogan,
    .wd__section .medium__text-center.wd__content .content__title {
      text-align: center;
      margin-left: auto;
      margin-right: auto; }
    .wd__section .medium__text-center.wd__content .content__slogan:after {
      margin-left: auto;
      margin-right: auto; }
  .wd__section .medium__text-center.wd__feature__list {
    text-align: center; }
    .wd__section .medium__text-center.wd__feature__list .wd__feature {
      margin-left: 30px;
      margin-right: 30px; }
      .wd__section .medium__text-center.wd__feature__list .wd__feature .wd__feature__describe__top,
      .wd__section .medium__text-center.wd__feature__list .wd__feature .wd__feature__data,
      .wd__section .medium__text-center.wd__feature__list .wd__feature .wd__feature__describe {
        text-align: center; } }

@media all and (max-width: 730px) {
  .wd__section .small__text-left.wd__content {
    text-align: left;
    left: 0; }
    .wd__section .small__text-left.wd__content .content__comment,
    .wd__section .small__text-left.wd__content .content__info,
    .wd__section .small__text-left.wd__content .content__link,
    .wd__section .small__text-left.wd__content .content__slogan,
    .wd__section .small__text-left.wd__content .content__title {
      text-align: left;
      margin-left: 0; }
    .wd__section .small__text-left.wd__content .content__slogan:after {
      margin-left: 0; }
  .wd__section .small__text-left.wd__feature__list {
    text-align: center; }
    .wd__section .small__text-left.wd__feature__list .wd__feature__list .wd__feature {
      margin-left: 0;
      margin-right: 20px; }
  .wd__section .small__text-center {
    text-align: center; }
    .wd__section .small__text-center.wd__content {
      text-align: center;
      left: 0;
      margin-left: auto;
      margin-right: auto; }
      .wd__section .small__text-center.wd__content .content__comment,
      .wd__section .small__text-center.wd__content .content__info,
      .wd__section .small__text-center.wd__content .content__link,
      .wd__section .small__text-center.wd__content .content__slogan,
      .wd__section .small__text-center.wd__content .content__title {
        text-align: center;
        margin-left: auto;
        margin-right: auto; }
      .wd__section .small__text-center.wd__content .content__slogan:after {
        margin-left: auto;
        margin-right: auto; }
    .wd__section .small__text-center.wd__feature__list {
      text-align: center; }
      .wd__section .small__text-center.wd__feature__list .wd__feature {
        margin-left: 14px;
        margin-right: 14px; } }

.wd__section .section__content.text-white .wd__content .content__comment,
.wd__section .section__content.text-white .wd__content .content__info,
.wd__section .section__content.text-white .wd__content .content__title {
  color: #555; }

.wd__section .section__content.text-white .wd__feature__list .wd__feature .wd__feature__describe span,
.wd__section .section__content.text-white .wd__feature__list .wd__feature .wd__feature__describe__top,
.wd__section .section__content.text-white .wd__feature__list .wd__feature .wd__feature__describe__top span .wd__feature__describe {
  color: #555; }

.wd__section .section__content .wd__content.theme-dark .content__comment {
  color: #999; }

.wd__section .section__content .wd__content.theme-dark .content__info,
.wd__section .section__content .wd__content.theme-dark .content__title {
  color: #555; }

.wd__section .section__content .wd__content.theme-dark .wd__feature__list .wd__feature .wd__feature__describe, .wd__section .section__content .wd__content.theme-dark .wd__feature__list .wd__feature .wd__feature__describe span, .wd__section .section__content .wd__content.theme-dark .wd__feature__list .wd__feature .wd__feature__describe__top, .wd__section .section__content .wd__content.theme-dark .wd__feature__list .wd__feature .wd__feature__describe__top span {
  color: #555; }

.wd__section .section__content .wd__feature__list.theme-dark .wd__feature .wd__feature__describe, .wd__section .section__content .wd__feature__list.theme-dark .wd__feature .wd__feature__describe span, .wd__section .section__content .wd__feature__list.theme-dark .wd__feature .wd__feature__describe__top, .wd__section .section__content .wd__feature__list.theme-dark .wd__feature .wd__feature__describe__top span {
  color: #555; }

.modal-button-container.bg-gray .modal-button-text {
  color: #6f6f6f; }

.modal-button-container.bg-gray .modal-button .modal-button-start-cap, .modal-button-container.bg-gray .modal-button .modal-button-scaler, .modal-button-container.bg-gray .modal-button .modal-button-end-cap {
  background: #6f6f6f; }

.modal-button-container.bg-white .modal-button.old__browser .modal-button-start-cap, .modal-button-container.bg-white .modal-button.old__browser .modal-button-copy, .modal-button-container.bg-white .modal-button.old__browser .modal-button-end-cap {
  background: #33b5ec; }

.modal-button-container.bg-white .modal-button.old__browser .modal-button-copy {
  color: #333; }

.modal-button-container.bg-white .modal-button.old__browser .pluscircle-icon {
  background-image: url(v1/features/images/large/1x/icon/icon_modalbtn_gray.png) !important; }

.modal-button-container.bg-white .modal-button .modal-button-copy {
  color: #333; }

.modal-button-container.bg-white .modal-button .modal-button-start-cap, .modal-button-container.bg-white .modal-button .modal-button-scaler, .modal-button-container.bg-white .modal-button .modal-button-end-cap {
  background: #33b5ec; }

.modal-button-container.bg-white .modal-button .pluscircle-icon svg path {
  fill: #333; }

header {
  display: block;
  position: absolute;
  z-index: 1100;
  top: 0;
  width: 100%;
  background: none; }
  header::after {
    display: none;
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 1px;
    content: ''; }
  header .header-container {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1920px;
    text-align: right; }
    header .header-container .logo {
    position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%); }
      header .header-container .logo h1 {
        position: absolute;
        color: transparent;
        font-size: 12px; }
      header .header-container .logo figure {
        display: block;
        position: relative;
        margin-left: 0;
        width: 100px;
        height: 19px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuWcluWxpF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDE1My42IDMwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxNTMuNiAzMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+LnN0MHtmaWxsOiNGRkZGRkY7fTwvc3R5bGU+PHRpdGxlPmxvZ288L3RpdGxlPjxnPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik03MC45LDBINDUuM2MtNS45LDAtOC42LDMuNy05LjIsNy4zVjBIMjEuOWMtMiwwLTIuOSwwLjYtMy45LDJsLTMuOSw1LjdoNTYuOFYweiIvPjxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iMCwzMCAxMC4yLDMwIDIzLDkuNCAxMy45LDguNSAiLz48cmVjdCB4PSI3Mi40IiB5PSIwIiBjbGFzcz0ic3QwIiB3aWR0aD0iOC40IiBoZWlnaHQ9IjcuNyIvPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMzQuMSwxMmwtMjYuMy0xLjZjMCw0LDIuNiw2LjcsNy4xLDcuMWwxOC43LDEuNGMxLjQsMC4xLDIuMywwLjUsMi4zLDEuN2MwLDEuMS0xLDEuNi0zLjEsMS42aC0yNS41VjMwaDI2YzguMiwwLDExLjgtMi45LDExLjgtOS40QzE0NS4zLDE0LjcsMTQyLDEyLjUsMTM0LjEsMTJ6Ii8+PHBhdGggY2xhc3M9InN0MCIgZD0iTTEwNy41LDEwLjRMOTkuMiwxMHY4LjhjMCwyLjgtMS40LDMuNi02LjIsMy42aC02LjZjLTQsMC01LjYtMS4xLTUuNi0zLjZWOS4xbC04LjQtMC42djExaC0wLjJjLTAuNS0zLjItMS43LTYuOS05LjctNy40bC0yNi4zLTEuN2MwLDQsMi45LDYuNCw3LjQsNi45TDYyLDE5LjFjMS40LDAuMSwyLjUsMC41LDIuNSwxLjdjMCwxLjMtMS4xLDEuNC0yLjgsMS40SDM2di0xMmwtOC40LTAuNVYzMGgzNC4yYzcuNiwwLDEwLjEtNCwxMC40LTcuM2gwLjJjMSw1LjIsNS41LDcuMywxMy4zLDcuM2g4LjVjOS4xLDAsMTMuMy0yLjgsMTMuMy05LjJWMTAuNHoiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTQ0LjcsNy43VjBoLTI4LjJjLTUuOSwwLTguNSwzLjYtOSw3LjFjMCwwLDAsMC4xLDAsMC4xVjBoLTguM3Y3LjdoOC4zSDE0NC43eiIvPjwvZz48L3N2Zz4=); }
    header .header-container .header-links {
      display: block;
      position: relative; }
      header .header-container .header-links .link {
        display: inline-block;
        position: relative;
        cursor: pointer;
        padding: 15px 0 15px 25px;
        text-decoration: none;
        vertical-align: top; }
        header .header-container .header-links .link h2 {
          color: #555;
          font-size: 16px;
          font-weight: 100 !important;
          transition: color 300ms;
          letter-spacing: 0.3px; }
        header .header-container .header-links .link:hover h2 {
          color: #9d9d9d; }

footer {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 78px;
  background: #FFF; }
  footer .footer-container {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1920px;
    height: 78px;
    text-align: right; }
    footer .footer-container .footer-logo {
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: 0;
      transform: translateY(-50%); }
      footer .footer-container .footer-logo figure {
        display: block;
        position: relative;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0;
        width: 100px;
        height: 19px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuWcluWxpF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDE1My42IDMwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxNTMuNiAzMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+LnN0MHtmaWxsOiNGRkZGRkY7fTwvc3R5bGU+PHRpdGxlPmxvZ288L3RpdGxlPjxnPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik03MC45LDBINDUuM2MtNS45LDAtOC42LDMuNy05LjIsNy4zVjBIMjEuOWMtMiwwLTIuOSwwLjYtMy45LDJsLTMuOSw1LjdoNTYuOFYweiIvPjxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iMCwzMCAxMC4yLDMwIDIzLDkuNCAxMy45LDguNSAiLz48cmVjdCB4PSI3Mi40IiB5PSIwIiBjbGFzcz0ic3QwIiB3aWR0aD0iOC40IiBoZWlnaHQ9IjcuNyIvPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMzQuMSwxMmwtMjYuMy0xLjZjMCw0LDIuNiw2LjcsNy4xLDcuMWwxOC43LDEuNGMxLjQsMC4xLDIuMywwLjUsMi4zLDEuN2MwLDEuMS0xLDEuNi0zLjEsMS42aC0yNS41VjMwaDI2YzguMiwwLDExLjgtMi45LDExLjgtOS40QzE0NS4zLDE0LjcsMTQyLDEyLjUsMTM0LjEsMTJ6Ii8+PHBhdGggY2xhc3M9InN0MCIgZD0iTTEwNy41LDEwLjRMOTkuMiwxMHY4LjhjMCwyLjgtMS40LDMuNi02LjIsMy42aC02LjZjLTQsMC01LjYtMS4xLTUuNi0zLjZWOS4xbC04LjQtMC42djExaC0wLjJjLTAuNS0zLjItMS43LTYuOS05LjctNy40bC0yNi4zLTEuN2MwLDQsMi45LDYuNCw3LjQsNi45TDYyLDE5LjFjMS40LDAuMSwyLjUsMC41LDIuNSwxLjdjMCwxLjMtMS4xLDEuNC0yLjgsMS40SDM2di0xMmwtOC40LTAuNVYzMGgzNC4yYzcuNiwwLDEwLjEtNCwxMC40LTcuM2gwLjJjMSw1LjIsNS41LDcuMywxMy4zLDcuM2g4LjVjOS4xLDAsMTMuMy0yLjgsMTMuMy05LjJWMTAuNHoiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTQ0LjcsNy43VjBoLTI4LjJjLTUuOSwwLTguNSwzLjYtOSw3LjFjMCwwLDAsMC4xLDAsMC4xVjBoLTguM3Y3LjdoOC4zSDE0NC43eiIvPjwvZz48L3N2Zz4=); }
      footer .footer-container .footer-logo .logo-text {
        display: block;
        position: relative;
        margin-top: 6px;
        color: #555;
        font-size: 13px; }
    footer .footer-container .footer-sm {
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%); }
      footer .footer-container .footer-sm .sm-item {
        display: inline-block;
        position: relative;
        padding: 10px; }
        footer .footer-container .footer-sm .sm-item figure {
          opacity: 1;
          width: 30px;
          height: 30px;
          transition: opacity 300ms; }
        footer .footer-container .footer-sm .sm-item:hover figure {
          opacity: 0.7; }

.icon-facebook {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGl2ZWxsb18xIiBkYXRhLW5hbWU9IkxpdmVsbG8gMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iNjAiIGhlaWdodD0iNTAiIHZpZXdCb3g9IjAgMCA2MCA1MCI+PHRpdGxlPmZhY2Vib29rPC90aXRsZT48cGF0aCBkPSJNNDAuMzgxOSw1LjI5ODcxdjYuMzQ0NUgzNi42MDg3NWEzLjUzMDMzLDMuNTMwMzMsMCwwLDAtMi43ODc2NS44NjUzMSwzLjk3ODU5LDMuOTc4NTksMCwwLDAtLjcyMTI2LDIuNTk1MjF2NC41NDJoNy4wNDE1OWwtLjkzNzExLDcuMTEzNDJIMzMuMDk5ODhWNDVIMjUuNzQ2MzlWMjYuNzU5MkgxOS42MTgxVjE5LjY0NTc4aDYuMTI4MjlWMTQuNDA3YTkuMjk1NTUsOS4yOTU1NSwwLDAsMSwyLjQ5OTUyLTYuOTMzMyw5LjA3MDc5LDkuMDcwNzksMCwwLDEsNi42NTY3OC0yLjQ2MzQzQTM5Ljc4MjE2LDM5Ljc4MjE2LDAsMCwxLDQwLjM4MTksNS4yOTg3MVoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=); }

.icon-youtube {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGl2ZWxsb18xIiBkYXRhLW5hbWU9IkxpdmVsbG8gMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iNjAiIGhlaWdodD0iNTAiIHZpZXdCb3g9IjAgMCA2MCA1MCI+PHRpdGxlPnlvdV90dWJlPC90aXRsZT48cGF0aCBkPSJNNDcuNjYzNSwzNC4wNTIxN2E0MS4zMjcyNiw0MS4zMjcyNiwwLDAsMS0uNjE5NDcsOC4zNDMxMkE0LjUzMDg1LDQuNTMwODUsMCwwLDEsNDUuNjYxMTIsNDQuNzU1YTQuMTcyMDgsNC4xNzIwOCwwLDAsMS0yLjQzMTMxLDEuMDk2NDRBMTI3LjQ2NTcxLDEyNy40NjU3MSwwLDAsMSwyOS45OTk3LDQ2LjM1MmExMjcuNDM4NiwxMjcuNDM4NiwwLDAsMS0xMy4yMjk0Mi0uNTAwNjFBNC4yMjIyMSw0LjIyMjIxLDAsMCwxLDE0LjMyNzE0LDQ0Ljc1NWE0LjM1MzM4LDQuMzUzMzgsMCwwLDEtMS4zNzEtMi4zNTk2OSw0MC40MjA0NSw0MC40MjA0NSwwLDAsMS0uNjE5NDgtOC4zNDMxMiw0MS4yNzQ2Nyw0MS4yNzQ2NywwLDAsMSwuNjE5NDgtOC4zNDM0N0E0LjUyNzY4LDQuNTI3NjgsMCwwLDEsMTQuMzM5LDIzLjM0OWE0LjMyMDc0LDQuMzIwNzQsMCwwLDEsMi40NTUtMS4xMjA0M3E0LjM2MjQtLjQ3NjYxLDEzLjIwNTc4LS40NzY2MSw4Ljg0MzczLDAsMTMuMjMwMS40NzY2MWE0LjQ3Nzk0LDQuNDc3OTQsMCwwLDEsMy44MTQyLDMuNDgwMTJBNDAuNDc2MjYsNDAuNDc2MjYsMCwwLDEsNDcuNjYzNSwzNC4wNTIxN1pNMTkuODY5MDksMjguMTE2MzhIMjIuNDJWMjUuODc1NTZIMTQuOTgyMDl2Mi4yNDA4MmgyLjUwM1Y0MS42Nzk5aDIuMzg0Wk0yMy44NzM3OCwzLjYzNTIzaDIuNDMxMzFsLTIuODgzOTIsOS41MTExNnY2LjQ2aC0yLjM4NHYtNi40NmE0MC40MTAyMyw0MC40MTAyMywwLDAsMC0xLjQ1Mzc5LTUuMDUzNXEtLjg4MjI3LTIuNDU1LTEuNTQ5NzEtNC40NTc2NmgyLjUyNjU1bDEuNjkyOTQsNi4yNjk1MVpNMjYuNzM0MSw0MS42Nzk5aDIuMTIxOTVWMjkuOTA0MjVIMjYuNzM0MXY5LjAxMDU4UTI2LjAxOTczLDM5LjkxNiwyNS4zNzU1NiwzOS45MTZxLS40Mjg2NCwwLS41MDA1OS0uNTAwNTlhNi42MjcxNyw2LjYyNzE3LDAsMCwxLS4wMjM2NC0uODM0MzFWMjkuOTA0MjVIMjIuNzI5MzlWMzkuMjI0OWE1Ljg2Niw1Ljg2NiwwLDAsMCwuMTkxMTksMS43NDAyNCwxLjI4MzgxLDEuMjgzODEsMCwwLDAsMS4zODIxNy44ODE1OSwzLjQ5MDIzLDMuNDkwMjMsMCwwLDAsMi40MzEzMi0xLjQ1Mzc5Wm01Ljk1OTc1LTMwLjEwNjUzdjQuMTcxNTVhNC43MDI5MSw0LjcwMjkxLDAsMCwxLS42Njc0MywyLjgxMjY4LDMuMjA5NTYsMy4yMDk1NiwwLDAsMS01LjAzMDIyLDAsNC43NjQsNC43NjQsMCwwLDEtLjY2NzQzLTIuODEyNjhWMTEuNTczMzdhNC42NDg5NCw0LjY0ODk0LDAsMCwxLC42Njc0My0yLjc4OSwzLjIwOTU4LDMuMjA5NTgsMCwwLDEsNS4wMzAyMiwwQTQuNjUzOTEsNC42NTM5MSwwLDAsMSwzMi42OTM4NSwxMS41NzMzN1ptLTIuMTY5MjQsNC41NzY1NVYxMS4xNDRxMC0xLjY0NDY1LTEuMDI1NTEtMS42NDQ2NC0xLjAyNTE2LDAtMS4wMjQ4MSwxLjY0NDY0VjE2LjE0OTlxMCwxLjY2OTE2LDEuMDI0ODEsMS42Njg2MywxLjAyNTIyLDAsMS4wMjU1Mi0xLjY2ODYyWm02LjQzNiwyMi4wMDIyMlYzMy40NTU2NWE4LjQ2Niw4LjQ2NiwwLDAsMC0uMjE0ODMtMi4zNTkzNywxLjY1NTU1LDEuNjU1NTUsMCwwLDAtMS42OTIyNi0xLjMzNDg3LDIuODcxNzksMi44NzE3OSwwLDAsMC0yLjIxNzE5LDEuMjg2OTNWMjUuODc1NTZIMzAuNzE1MTRWNDEuNjc5OWgyLjEyMTI0VjQwLjUzNTQ4YTIuOTU5MTQsMi45NTkxNCwwLDAsMCwyLjIxNzE5LDEuMzExMjcsMS42NTAzOCwxLjY1MDM4LDAsMCwwLDEuNjkyMjktMS4zMTEyNyw4Ljc0NTQzLDguNzQ1NDMsMCwwLDAsLjIxNDgxLTIuMzgzMzRaTTM0LjgzODcsMzMuMjg4OFYzOC4zMTlxMCwxLjU5NjY4LS45Mjk1NywxLjU5N2ExLjUyOTE4LDEuNTI5MTgsMCwwLDEtMS4wNzI3OC0uNTI0MjJWMzIuMjE2MzNhMS41MzA1NSwxLjUzMDU1LDAsMCwxLDEuMDcyNzgtLjUyNDIycS45MzAyOSwwLC45Mjk1OCwxLjU5NjY2Wk00MC42Nzg5Miw3LjcxMTU0VjE5LjYwNjRIMzguNTA5NzFWMTguMjk1NTJhMy40Mjc1MywzLjQyNzUzLDAsMCwxLTIuNDU0OTMsMS40Nzc3LDEuMzI0NTEsMS4zMjQ1MSwwLDAsMS0xLjQwNjU1LS44ODE5Myw2LjExMjQ2LDYuMTEyNDYsMCwwLDEtLjE5MDQ5LTEuNzg3ODdWNy43MTE1NEgzNi42MjdWMTYuNDZhNi4yNDg1NCw2LjI0ODU0LDAsMCwwLC4wMjM2NS44MzQzMnEuMDcyLjUyNDU3LjUwMDU4LjUyNDIyLjY0MzQ3LDAsMS4zNTg1NS0xLjAyNDgxVjcuNzExNTRabTQuMzM4NDIsMzAuMjAyMDl2LS4zMTAwOUg0Mi44NDgxMmExMS45NTU3NiwxMS45NTU3NiwwLDAsMS0uMDQ3MjgsMS40NTQ1MS45MTI1Ni45MTI1NiwwLDAsMS0uOTUzODkuODU4cS0xLjA5NjA4LDAtMS4wOTY0NC0xLjY0NVYzNi4xOTc4aDQuMjY2ODFWMzMuNzQyMDlBNC43MzIyLDQuNzMyMiwwLDAsMCw0NC4zNzQyLDMwLjk3N2EzLjI1ODcxLDMuMjU4NzEsMCwwLDAtNS4wNzc0OCwwLDQuNTk5LDQuNTk5LDAsMCwwLS42Njc0MywyLjc2NTA4djQuMTI0MjVhNC40NzYwOSw0LjQ3NjA5LDAsMCwwLC42OTEwOSwyLjc2NTA4LDMuMDYxMzksMy4wNjEzOSwwLDAsMCwyLjU3NDU0LDEuMjE1MzMsMi45NTAzMywyLjk1MDMzLDAsMCwwLDMuMDc1MTQtMi41NTA5MSwxMC42MTE3NCwxMC42MTE3NCwwLDAsMCwuMDQ3MjYtMS4zODIxOVpNNDIuODk2MSwzMy4zMTMxMXYxLjA5NjQ0SDQwLjc1MDUzVjMzLjMxMzExcTAtMS42MjA2NCwxLjA3Mjc5LTEuNjIxUTQyLjg5NjQ1LDMxLjY5MjExLDQyLjg5NjEsMzMuMzEzMTFaIiBmaWxsPSIjZmZmIi8+PC9zdmc+); }

.icon-twitter {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGl2ZWxsb18xIiBkYXRhLW5hbWU9IkxpdmVsbG8gMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iNjAiIGhlaWdodD0iNTAiIHZpZXdCb3g9IjAgMCA2MCA1MCI+PHRpdGxlPnR3aXR0ZXI8L3RpdGxlPjxwYXRoIGQ9Ik01MC41LDEyLjMwMzkxYTE3LjYxMzE4LDE3LjYxMzE4LDAsMCwxLTQuMjE0MzEsNC4zNDQ3OHEuMDI1MDUuMzY0NzkuMDI1OCwxLjA5MjY1YTIzLjg4NCwyMy44ODQsMCwwLDEtLjk4ODY5LDYuNzUwODhBMjQuMzk5LDI0LjM5OSwwLDAsMSw0Mi4zMTgsMzAuOTU2NjYsMjUuNDE2MTQsMjUuNDE2MTQsMCwwLDEsMzcuNTE4LDM2LjQzMzU0LDIxLjM4NDgyLDIxLjM4NDgyLDAsMCwxLDMwLjgwNjU1LDQwLjIzMiwyNC41NjUzOSwyNC41NjUzOSwwLDAsMSwyMi40MDMsNDEuNjQ5NCwyMy4zMjc2NiwyMy4zMjc2NiwwLDAsMSw5LjUsMzcuODc2NzNhMTcuODU3MzgsMTcuODU3MzgsMCwwLDAsMi4wMjkuMTA0NzEsMTYuNDUyMTcsMTYuNDUyMTcsMCwwLDAsMTAuNDMxNzMtMy41OTA1NSw4LjQyMDM1LDguNDIwMzUsMCwwLDEtNy44NTY0Mi01LjgyNzQsMTAuNTczMTgsMTAuNTczMTgsMCwwLDAsMS41ODczNy4xMzA1Myw4LjY5MzE5LDguNjkzMTksMCwwLDAsMi4yMTEwOC0uMjg2NDQsOC4yNjU5MSw4LjI2NTkxLDAsMCwxLTQuODI1ODctMi45MDA4Myw4LjExNzIsOC4xMTcyLDAsMCwxLTEuOTEyMDktNS4zNDZ2LS4xMDRhOC4zMzEyNCw4LjMzMTI0LDAsMCwwLDMuNzk4NDUsMS4wNjY0Miw4LjM4MjIzLDguMzgyMjMsMCwwLDEtMi43MzE2MS0yLjk5MTg3LDguNDE4Nyw4LjQxODcsMCwwLDEsLjEyOTc1LTguMjQ2OCwyMy44MDc1MSwyMy44MDc1MSwwLDAsMCw3LjY2MTQyLDYuMjA0OTIsMjMuNDA4ODQsMjMuNDA4ODQsMCwwLDAsOS42NjQ1OSwyLjU4ODE4LDkuMzIwNTIsOS4zMjA1MiwwLDAsMS0uMjA3OS0xLjkyNSw4LjA5ODEyLDguMDk4MTIsMCwwLDEsMi40NTg0LTUuOTQ0MjksOC40MjMzMyw4LjQyMzMzLDAsMCwxLDExLjkxMjM3LjAxNzQxaDBxLjA4NzI0LjA4NzU0LjE3MTk1LjE3NzZBMTYuNDcyODIsMTYuNDcyODIsMCwwLDAsNDkuMzU1LDguOTc0YTguMTU3NjEsOC4xNTc2MSwwLDAsMS0zLjY5Mzc1LDQuNjMwODRBMTYuNzI5OTQsMTYuNzI5OTQsMCwwLDAsNTAuNSwxMi4zMDM5MVoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=); }

.collapse-btn {
  display: none; }

.footer-copyright {
  position: absolute;
  right: 16px;
  bottom: 20px;
  margin-left: 0;
  width: 800px;
  font-size: 0; }
  .footer-copyright .copyright {
    display: inline-block;
    position: relative;
    margin: 0 5px;
    vertical-align: bottom; }
    .footer-copyright .copyright .copyright-text {
      color: #555;
      font-size: 13px;
      transition: all 300ms; }
    .footer-copyright .copyright.copyright-pipe {
      top: -3px;
      width: 1px;
      height: 10px;
      background: #bbb; }
  .footer-copyright a {
    text-decoration: none !important; }
    .footer-copyright a:hover .copyright-text {
      color: #ccc; }

@media all and (max-width: 1279px) and (min-width: 731px) {
  header .header-container {
    width: 100%;
    max-width: unset;
    height: 47px; }
    header .header-container .logo {
      left: 50%;
      margin-left: -350px; }
  footer {
    height: 78px; }
    footer .footer-container {
      width: 91%;
      max-width: 1024px; } }

@media all and (max-width: 730px) {
  header .header-container {
    z-index: 1000001;
    width: 100%;
    max-width: 730px;
    height: 50px; }
    header .header-container .logo {
      position: relative;
      margin-right: auto;
      margin-left: auto;
      width: 91%; }
      header .header-container .logo figure {
        margin: 0; }
    header .header-container .header-links {
      position: absolute;
      overflow: hidden;
      z-index: -1;
      top: 51px;
      width: 100%;
      height: auto;
      max-height: 0;
      text-align: center;
      background: #FFF;
      transition: all 400ms 100ms; }
      header .header-container .header-links:nth-child(3) span {
        transition-delay: 0s; }
      header .header-container .header-links:nth-child(2) span {
        transition-delay: 0.05s; }
      header .header-container .header-links:nth-child(1) span {
        transition-delay: 0.1s; }
      header .header-container .header-links:nth-child(0) span {
        transition-delay: 0.15s; }
      header .header-container .header-links:nth-child(-1) span {
        transition-delay: 0.2s; }
      header .header-container .header-links:nth-child(-2) span {
        transition-delay: 0.25s; }
      header .header-container .header-links:nth-child(-3) span {
        transition-delay: 0.3s; }
      header .header-container .header-links:nth-child(-4) span {
        transition-delay: 0.35s; }
      header .header-container .header-links:nth-child(-5) span {
        transition-delay: 0.4s; }
      header .header-container .header-links:nth-child(-6) span {
        transition-delay: 0.45s; }
      header .header-container .header-links:nth-child(-7) span {
        transition-delay: 0.5s; }
      header .header-container .header-links:nth-child(-8) span {
        transition-delay: 0.55s; }
      header .header-container .header-links:nth-child(-9) span {
        transition-delay: 0.6s; }
      header .header-container .header-links:nth-child(-10) span {
        transition-delay: 0.65s; }
      header .header-container .header-links:nth-child(-11) span {
        transition-delay: 0.7s; }
      header .header-container .header-links:nth-child(-12) span {
        transition-delay: 0.75s; }
      header .header-container .header-links:nth-child(-13) span {
        transition-delay: 0.8s; }
      header .header-container .header-links:nth-child(-14) span {
        transition-delay: 0.85s; }
      header .header-container .header-links:nth-child(-15) span {
        transition-delay: 0.9s; }
      header .header-container .header-links:nth-child(-16) span {
        transition-delay: 0.95s; }
      header .header-container .header-links:nth-child(-17) span {
        transition-delay: 1s; }
      header .header-container .header-links .link {
        display: block;
        position: relative;
        opacity: 0;
        padding: 15px;
        box-sizing: border-box;
        background-color: #FFF;
        transform: translateY(-30px);
        transition: all 300ms; }
        header .header-container .header-links .link:first-child {
          padding-top: 30px; }
        header .header-container .header-links .link:last-child {
          padding-bottom: 30px; }
        header .header-container .header-links .link:nth-child(1) {
          transition-delay: 0.3s; }
        header .header-container .header-links .link:nth-child(1) {
          transition-delay: 0.2s; }
        header .header-container .header-links .link:nth-child(1) {
          transition-delay: 0.1s; }
        header .header-container .header-links .link:nth-child(1) {
          transition-delay: 0s; }
      header .header-container .header-links.active {
        max-height: 3000px;
        transition: all 400ms; }
        header .header-container .header-links.active .link {
          opacity: 1;
          transform: translateY(0); }
          header .header-container .header-links.active .link:nth-child(1) {
            transition-delay: 0s; }
          header .header-container .header-links.active .link:nth-child(2) {
            transition-delay: 0.1s; }
          header .header-container .header-links.active .link:nth-child(3) {
            transition-delay: 0.2s; }
          header .header-container .header-links.active .link:nth-child(4) {
            transition-delay: 0.3s; }
  header .collapse-btn {
    display: block;
    position: absolute;
    cursor: pointer;
    top: 50%;
    right: 4.5%;
    transform: translateY(-50%); }
    header .collapse-btn .burger-bar {
      margin: 6px;
      width: 24px;
      height: 2px;
      background: #f0f0f0;
      transition: 0.3s; }
    header .collapse-btn.active .burger-bar:nth-child(1) {
      transform: translate(0, 8px) rotate(45deg);
      transition: 0.3s; }
    header .collapse-btn.active .burger-bar:nth-child(2) {
      width: 0;
      transition: 0.1s; }
    header .collapse-btn.active .burger-bar:nth-child(3) {
      transform: translate(0, -8px) rotate(-45deg);
      transition: 0.3s; }
  footer {
    padding: 1px;
    height: auto; }
    footer .footer-container {
      padding: 22px 0 14px;
      width: 91%;
      max-width: 700px;
      height: auto;
      text-align: center; }
      footer .footer-container .footer-logo,
      footer .footer-container .footer-sm {
        display: block;
        position: relative;
        top: unset;
        transform: unset; }
      footer .footer-container .footer-logo figure {
        margin-right: auto;
        margin-left: auto; }
      footer .footer-container .footer-logo .logo-text {
        margin-top: 13px;
        font-size: 12px; }
      footer .footer-container .footer-sm {
        margin-top: 0; }
        footer .footer-container .footer-sm .sm-item {
          margin: 0 1px; }
          footer .footer-container .footer-sm .sm-item figure {
            width: 41px;
            height: 41px; } }

@media only screen and (min-width: 1px) {
  .show-cookie-policy-info #cookie-policy-info {
    display: block !important;
    position: fixed !important;
    z-index: 10000000000 !important; } }

@media only screen and (min-width: 961px) {
  .show-cookie-policy-info #cookie-policy-info {
    top: 49px !important;
    margin-top: 0 !important; } }

.frame_ani .frame_ani-frame {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .frame_ani .frame_ani-frame > div {
    position: absolute;
    background: #c09f7e; }
  .frame_ani .frame_ani-frame .frame-top {
    top: 0;
    left: 0;
    height: 3px; }
  .frame_ani .frame_ani-frame .frame-right {
    top: 0;
    right: 0;
    width: 3px; }
  .frame_ani .frame_ani-frame .frame-bottom {
    right: 0;
    bottom: 0;
    height: 3px; }
  .frame_ani .frame_ani-frame .frame-left {
    bottom: 0;
    left: 0;
    width: 3px; }

.imgInfoListContainer {
  display: block;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  text-align: center; }
  .imgInfoListContainer .imgInfoList {
    display: inline-block;
    box-sizing: border-box;
    font-size: 0; }
  .imgInfoListContainer .imgInfoList-item {
    display: inline-block;
    position: relative;
    overflow: visible;
    z-index: 9;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1px;
    box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
    vertical-align: top; }
  .imgInfoListContainer .imgInfoList-item::before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    content: ''; }
  .imgInfoListContainer .imgInfoList-img {
    position: relative;
    z-index: 9;
    box-sizing: border-box;
    width: 100%; }
  .imgInfoListContainer .imgInfoList-detail {
    position: relative;
    z-index: 11;
    padding-top: 70px;
    padding-bottom: 53px;
    box-sizing: border-box;
    text-align: left; }
  .imgInfoListContainer .showbox-detail-content {
    width: 100%;
    text-align: center; }
  .imgInfoListContainer .content__title.txtMode,
  .imgInfoListContainer .content__title.txtMode * {
    color: #ceb497;
    font-size: 32px; }
  .imgInfoListContainer .content__title.txtMode span {
    line-height: 1.3; }
  .imgInfoListContainer .content__title + .content__info {
    margin-top: 15px; }
  .imgInfoListContainer .content__info {
    color: #555;
    font-size: 20px;
    text-align: center;
    line-height: 1.5; }
  .imgInfoListContainer .showbox-detail-moreLink {
    margin-top: 23px;
    color: #ceb497;
    font-size: 16px;
    text-align: center; }
    .imgInfoListContainer .showbox-detail-moreLink a,
    .imgInfoListContainer .showbox-detail-moreLink a:link,
    .imgInfoListContainer .showbox-detail-moreLink a:hover {
      display: inline-block;
      position: relative;
      padding: 10px;
      color: #ceb497; }
  .imgInfoListContainer .imgInfoList-img figure {
    margin-right: auto;
    margin-left: auto;
    width: 500px;
    height: 500px; }

.imgInfoListContainer-rl .imgInfoList-img {
  order: 2; }

.imgInfoListContainer-rl .imgInfoList-detail {
  order: 1; }

.imgInfoListContainer {
  margin-top: 10px; }
  .imgInfoListContainer:nth-child(0) {
    margin-top: 0; }

.imgInfoListContainer .listArrow-prev {
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%); }

.imgInfoListContainer .listArrow-next {
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%); }

.imgInfoListContainer .frame_ani .frame_ani-frame {
  z-index: 11; }
  .imgInfoListContainer .frame_ani .frame_ani-frame > div {
    background: #c09f7e; }
  .imgInfoListContainer .frame_ani .frame_ani-frame .frame-top {
    height: 1px; }
  .imgInfoListContainer .frame_ani .frame_ani-frame .frame-right {
    width: 1px; }
  .imgInfoListContainer .frame_ani .frame_ani-frame .frame-bottom {
    height: 1px; }
  .imgInfoListContainer .frame_ani .frame_ani-frame .frame-left {
    width: 1px; }

.imgInfoListContainer .frame_ani.frame_ani-h .frame_ani-frame .frame-top {
  width: 0%;
  opacity: 0;
  transition: width 200ms 200ms, opacity 200ms 200ms; }

.imgInfoListContainer .frame_ani.frame_ani-h .frame_ani-frame .frame-right {
  height: 0%;
  transition: height 200ms; }

.imgInfoListContainer .frame_ani.frame_ani-h .frame_ani-frame .frame-bottom {
  width: 0%;
  opacity: 0;
  transition: width 200ms 200ms, opacity 200ms 200ms; }

.imgInfoListContainer .frame_ani.frame_ani-h .frame_ani-frame .frame-left {
  height: 0%;
  transition: height 200ms; }

.imgInfoListContainer .frame_ani.frame_ani-h:hover .frame_ani-frame .frame-top {
  width: 100%;
  opacity: 1;
  transition: width 200ms 200ms, opacity 200ms; }

.imgInfoListContainer .frame_ani.frame_ani-h:hover .frame_ani-frame .frame-right {
  height: 100%;
  transition: height 200ms 400ms; }

.imgInfoListContainer .frame_ani.frame_ani-h:hover .frame_ani-frame .frame-bottom {
  width: 100%;
  opacity: 1;
  transition: width 200ms 200ms, opacity 200ms; }

.imgInfoListContainer .frame_ani.frame_ani-h:hover .frame_ani-frame .frame-left {
  height: 100%;
  transition: height 200ms 400ms; }

.imgInfoListContainer .frame_ani.frame_ani-v .frame_ani-frame .frame-top {
  width: 0%;
  transition: width 200ms; }

.imgInfoListContainer .frame_ani.frame_ani-v .frame_ani-frame .frame-right {
  height: 0%;
  opacity: 0;
  transition: height 200ms 200ms, opacity 200ms; }

.imgInfoListContainer .frame_ani.frame_ani-v .frame_ani-frame .frame-bottom {
  width: 0%;
  transition: width 200ms; }

.imgInfoListContainer .frame_ani.frame_ani-v .frame_ani-frame .frame-left {
  height: 0%;
  opacity: 0;
  transition: height 200ms 200ms, opacity 200ms; }

.imgInfoListContainer .frame_ani.frame_ani-v.active .frame_ani-frame .frame-top, .imgInfoListContainer .frame_ani.frame_ani-v:hover .frame_ani-frame .frame-top {
  width: 100%;
  transition: width 200ms 400ms; }

.imgInfoListContainer .frame_ani.frame_ani-v.active .frame_ani-frame .frame-right, .imgInfoListContainer .frame_ani.frame_ani-v:hover .frame_ani-frame .frame-right {
  height: 100%;
  opacity: 1;
  transition: height 200ms 200ms, opacity 200ms; }

.imgInfoListContainer .frame_ani.frame_ani-v.active .frame_ani-frame .frame-bottom, .imgInfoListContainer .frame_ani.frame_ani-v:hover .frame_ani-frame .frame-bottom {
  width: 100%;
  transition: width 200ms 400ms; }

.imgInfoListContainer .frame_ani.frame_ani-v.active .frame_ani-frame .frame-left, .imgInfoListContainer .frame_ani.frame_ani-v:hover .frame_ani-frame .frame-left {
  height: 100%;
  opacity: 1;
  transition: height 200ms 200ms, opacity 200ms; }

@media all and (min-width: 1300px) {
  .imgInfoListContainer {
    margin-top: -62px; } }

@media all and (max-width: 730px) {
  .imgInfoListContainer .listArrow-prev {
    left: 10px;
    margin-left: 0;
    transform: translateY(-50%); }
  .imgInfoListContainer .listArrow-next {
    left: calc(100% - 31px);
    margin-left: 0;
    transform: translateY(-50%); } }

#CMD .loader {
  position: absolute;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  perspective: 800px; }

#CMD .inner {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-radius: 50%; }

#CMD .inner.one {
  top: 0%;
  left: 0%;
  animation: rotate-one 1s linear infinite;
  border-bottom: 3px solid #efeffa; }

#CMD .inner.two {
  top: 0%;
  right: 0%;
  animation: rotate-two 1s linear infinite;
  border-right: 3px solid #efeffa; }

#CMD .inner.three {
  right: 0%;
  bottom: 0%;
  animation: rotate-three 1s linear infinite;
  border-top: 3px solid #efeffa; }

@keyframes rotate-one {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg); }
  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg); } }

@keyframes rotate-two {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg); }
  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg); } }

@keyframes rotate-three {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg); }
  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg); } }

#CMD .hatch_results {
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  opacity: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  transition: opacity 600ms; }
  #CMD .hatch_results.is-hidden {
    opacity: 0;
    pointer-events: none; }
  #CMD .hatch_results.hidden-end {
    display: none; }
  #CMD .hatch_results.is-error .results_container .container_error {
    display: block; }
  #CMD .hatch_results.is-loading .results_container .container_loading {
    display: block; }
  #CMD .hatch_results .container_error,
  #CMD .hatch_results .container_loading {
    display: none; }
  #CMD .hatch_results .button-close {
    position: absolute;
    z-index: 10000;
    cursor: pointer;
    top: 22px;
    right: 22px;
    opacity: 0.7;
    width: 32px;
    height: 32px;
    transition: opacity 200ms; }
    #CMD .hatch_results .button-close:hover {
      opacity: 1; }
    #CMD .hatch_results .button-close::before, #CMD .hatch_results .button-close::after {
      position: absolute;
      left: 15px;
      width: 2px;
      height: 24px;
      background-color: #cacaca;
      content: ' '; }
    #CMD .hatch_results .button-close::before {
      transform: rotate(45deg); }
    #CMD .hatch_results .button-close::after {
      transform: rotate(-45deg); }

#CMD .results_container {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 40px;
  box-sizing: border-box;
  width: 1050px;
  text-align: center;
  border-radius: 4px;
  background: #33b5ec;
  transform: translate(-50%, -50%);
  min-height: 300px; }
  #CMD .results_container .container_error {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70%;
    text-align: center;
    transform: translate(-50%, -50%); }
    #CMD .results_container .container_error .text_error {
      font-size: 30px; }
  #CMD .results_container .container_retailers {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    max-width: 1024px;
    font-size: 0; }
  #CMD .results_container .product_info,
  #CMD .results_container .retailer_list {
    display: inline-block;
    position: relative;
    vertical-align: middle; }
  #CMD .results_container .product_info {
    width: 30%; }
    #CMD .results_container .product_info::after {
      display: block;
      position: absolute;
      top: 5%;
      right: -23px;
      width: 1px;
      height: 90%;
      background-color: #dcdcdc;
      content: ''; }
    #CMD .results_container .product_info .product-img {
      display: block;
      position: relative;
      margin-bottom: 38px;
      width: 314px;
      height: 224px;
      background-repeat: no-repeat;
      background-size: contain; }
    #CMD .results_container .product_info .product-title {
      display: block;
      position: relative;
      margin-bottom: 21px;
      padding: 0 10px;
      color: #333;
      font-size: 20px;
      text-align: center;
      line-height: 1.35; }
    #CMD .results_container .product_info .product-specs {
      display: block;
      position: relative;
      padding: 0 30px;
      text-align: left; }
      #CMD .results_container .product_info .product-specs li {
        list-style-type: disc;
        margin-bottom: 4px;
        color: #333;
        font-size: 14px;
        line-height: 1.5; }
  #CMD .results_container .retailer_list {
    width: 70%; }
    #CMD .results_container .retailer_list .retailer {
      display: inline-block;
      margin: 7px 7px 17px;
      padding: 13px;
      text-align: center;
      border-radius: 3px;
      background: #f04444;
      transition: opacity 300ms;
      box-shadow: 7px 7px 10px #d5d5d5; }
      #CMD .results_container .retailer_list .retailer:hover {
        opacity: 0.7; }
    #CMD .results_container .retailer_list .retailer-logo {
      display: inline-block;
      width: 150px;
      height: 50px; }
    #CMD .results_container .retailer_list .retailer-price {
      display: block;
      margin-top: 6px;
      width: 100%;
      color: #333;
      font-size: 17px;
      text-align: center; }
    #CMD .results_container .retailer_list .retailer-stock {
      display: block;
      margin-top: -1px;
      width: 100%;
      color: #333;
      font-size: 17px;
      text-align: center; }
      #CMD .results_container .retailer_list .retailer-stock.stock-out {
        color: #33b5ec; }

@media all and (min-width: 1280px) {
  #CMD .hatch_results .results_container .retailer_list {
    padding: 0 40px 0 63px;
    box-sizing: border-box;
    text-align: left; } }

@media all and (max-width: 1279px) and (min-width: 731px) {
  #CMD .hatch_results .button-close {
    top: 12px;
    right: 12px; }
  #CMD .results_container {
    overflow: hidden;
    padding: 42px 0 40px;
    width: 85%;
    max-width: 920px;
    max-height: unset;
    text-align: left; }
    #CMD .results_container .container_retailers {
      overflow: scroll; }
      #CMD .results_container .container_retailers .product_info {
        left: 28px; }
        #CMD .results_container .container_retailers .product_info::after {
          display: none; }
        #CMD .results_container .container_retailers .product_info .product-img {
          margin-bottom: 25px;
          padding-bottom: 66.42%;
          width: 100%;
          height: 0; }
        #CMD .results_container .container_retailers .product_info .product-title {
          margin-bottom: 16px;
          font-size: 20px; }
        #CMD .results_container .container_retailers .product_info .product-specs {
          left: 10px;
          padding: 0 5px; }
          #CMD .results_container .container_retailers .product_info .product-specs li {
            list-style-type: disc;
            margin-bottom: 5px;
            font-size: 16px;
            line-height: 1.35; }
      #CMD .results_container .container_retailers .retailer_list {
        top: 6px;
        padding: 0 62px 0 69px;
        box-sizing: border-box;
        text-align: left; }
        #CMD .results_container .container_retailers .retailer_list .retailer {
          margin: 0 8px 45px;
          width: 126px; }
          #CMD .results_container .container_retailers .retailer_list .retailer .retailer-logo {
            width: 110px;
            height: 42px;
            min-width: 110px;
            min-height: 42px; }
          #CMD .results_container .container_retailers .retailer_list .retailer .retailer-price {
            margin-top: 5px;
            font-size: 17px; }
          #CMD .results_container .container_retailers .retailer_list .retailer .retailer-stock {
            margin-top: -1px;
            font-size: 17px; } }

@media all and (max-width: 730px) {
  #CMD .hatch_results .button-close {
    top: 12px;
    right: 12px; }
    #CMD .hatch_results .button-close::before, #CMD .hatch_results .button-close::after {
      left: 15px;
      width: 2px;
      height: 22px; }
  #CMD .results_container {
    padding: 0;
    width: 85%;
    text-align: left; }
    #CMD .results_container .container_retailers {
      overflow: scroll;
      max-height: 80vh; }
      #CMD .results_container .container_retailers .product_info {
        display: block;
        margin-top: 35px;
        margin-right: auto;
        margin-bottom: 31px;
        margin-left: auto;
        padding-bottom: 31px;
        width: 90%;
        text-align: center; }
        #CMD .results_container .container_retailers .product_info::after {
          top: unset;
          right: unset;
          bottom: 0;
          left: -10%;
          width: 120%;
          height: 1px; }
        #CMD .results_container .container_retailers .product_info .product-img {
          display: block;
          margin: 0 auto;
          width: 208px;
          height: 166px; }
        #CMD .results_container .container_retailers .product_info .product-title {
          display: block;
          margin: 10px auto 0;
          box-sizing: border-box;
          width: 100%;
          font-size: 16px;
          text-align: center; }
        #CMD .results_container .container_retailers .product_info .product-specs {
          display: none; }
      #CMD .results_container .container_retailers .retailer_list {
        padding-bottom: 30px;
        width: 100%;
        text-align: center; }
        #CMD .results_container .container_retailers .retailer_list .retailer {
          margin: 0 9px 25px;
          min-width: 135px; }
          #CMD .results_container .container_retailers .retailer_list .retailer .retailer-logo {
            width: 92px;
            height: 33px;
            min-width: unset;
            min-height: unset; }
          #CMD .results_container .container_retailers .retailer_list .retailer .retailer-price {
            margin-top: 4px;
            font-size: 15px; }
          #CMD .results_container .container_retailers .retailer_list .retailer .retailer-stock {
            margin-top: -2px;
            font-size: 15px; } }

.lity {
  z-index: 999999; }

section {
  position: relative;
  width: 100%; }

.section__content {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%; }

section.no-pad {
  padding: 0; }

section.no-pad-bot {
  padding-bottom: 0; }

section.no-pad-top {
  padding-top: 0; }

#CMD .row {
  position: relative;
  margin-left: auto;
  margin-right: auto; }
  #CMD .row:after {
    content: "";
    display: table;
    clear: both; }
  #CMD .row .col {
    float: left;
    box-sizing: border-box;
    padding: 0;
    margin: 0; }
    #CMD .row .col[class*="push-"], #CMD .row .col[class*="pull-"] {
      position: relative; }
    #CMD .row .col.l1 {
      width: 8.33333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    #CMD .row .col.l2 {
      width: 16.66667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    #CMD .row .col.l3 {
      width: 25%;
      margin-left: auto;
      left: auto;
      right: auto; }
    #CMD .row .col.l4 {
      width: 33.33333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    #CMD .row .col.l5 {
      width: 41.66667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    #CMD .row .col.l6 {
      width: 50%;
      margin-left: auto;
      left: auto;
      right: auto; }
    #CMD .row .col.l7 {
      width: 58.33333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    #CMD .row .col.l8 {
      width: 66.66667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    #CMD .row .col.l9 {
      width: 75%;
      margin-left: auto;
      left: auto;
      right: auto; }
    #CMD .row .col.l10 {
      width: 83.33333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    #CMD .row .col.l11 {
      width: 91.66667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    #CMD .row .col.l12 {
      width: 100%;
      margin-left: auto;
      left: auto;
      right: auto; }
    #CMD .row .col.offset-l1 {
      margin-left: 8.33333%; }
    #CMD .row .col.pull-l1 {
      right: 8.33333%; }
    #CMD .row .col.push-l1 {
      left: 8.33333%; }
    #CMD .row .col.offset-l2 {
      margin-left: 16.66667%; }
    #CMD .row .col.pull-l2 {
      right: 16.66667%; }
    #CMD .row .col.push-l2 {
      left: 16.66667%; }
    #CMD .row .col.offset-l3 {
      margin-left: 25%; }
    #CMD .row .col.pull-l3 {
      right: 25%; }
    #CMD .row .col.push-l3 {
      left: 25%; }
    #CMD .row .col.offset-l4 {
      margin-left: 33.33333%; }
    #CMD .row .col.pull-l4 {
      right: 33.33333%; }
    #CMD .row .col.push-l4 {
      left: 33.33333%; }
    #CMD .row .col.offset-l5 {
      margin-left: 41.66667%; }
    #CMD .row .col.pull-l5 {
      right: 41.66667%; }
    #CMD .row .col.push-l5 {
      left: 41.66667%; }
    #CMD .row .col.offset-l6 {
      margin-left: 50%; }
    #CMD .row .col.pull-l6 {
      right: 50%; }
    #CMD .row .col.push-l6 {
      left: 50%; }
    #CMD .row .col.offset-l7 {
      margin-left: 58.33333%; }
    #CMD .row .col.pull-l7 {
      right: 58.33333%; }
    #CMD .row .col.push-l7 {
      left: 58.33333%; }
    #CMD .row .col.offset-l8 {
      margin-left: 66.66667%; }
    #CMD .row .col.pull-l8 {
      right: 66.66667%; }
    #CMD .row .col.push-l8 {
      left: 66.66667%; }
    #CMD .row .col.offset-l9 {
      margin-left: 75%; }
    #CMD .row .col.pull-l9 {
      right: 75%; }
    #CMD .row .col.push-l9 {
      left: 75%; }
    #CMD .row .col.offset-l10 {
      margin-left: 83.33333%; }
    #CMD .row .col.pull-l10 {
      right: 83.33333%; }
    #CMD .row .col.push-l10 {
      left: 83.33333%; }
    #CMD .row .col.offset-l11 {
      margin-left: 91.66667%; }
    #CMD .row .col.pull-l11 {
      right: 91.66667%; }
    #CMD .row .col.push-l11 {
      left: 91.66667%; }
    #CMD .row .col.offset-l12 {
      margin-left: 100%; }
    #CMD .row .col.pull-l12 {
      right: 100%; }
    #CMD .row .col.push-l12 {
      left: 100%; }
    @media only screen and (min-width: 731px) and (max-width: 1279px) {
      #CMD .row .col.m1 {
        width: 8.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.m2 {
        width: 16.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.m3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.m4 {
        width: 33.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.m5 {
        width: 41.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.m6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.m7 {
        width: 58.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.m8 {
        width: 66.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.m9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.m10 {
        width: 83.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.m11 {
        width: 91.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.m12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.offset-m1 {
        margin-left: 8.33333%; }
      #CMD .row .col.pull-m1 {
        right: 8.33333%; }
      #CMD .row .col.push-m1 {
        left: 8.33333%; }
      #CMD .row .col.offset-m2 {
        margin-left: 16.66667%; }
      #CMD .row .col.pull-m2 {
        right: 16.66667%; }
      #CMD .row .col.push-m2 {
        left: 16.66667%; }
      #CMD .row .col.offset-m3 {
        margin-left: 25%; }
      #CMD .row .col.pull-m3 {
        right: 25%; }
      #CMD .row .col.push-m3 {
        left: 25%; }
      #CMD .row .col.offset-m4 {
        margin-left: 33.33333%; }
      #CMD .row .col.pull-m4 {
        right: 33.33333%; }
      #CMD .row .col.push-m4 {
        left: 33.33333%; }
      #CMD .row .col.offset-m5 {
        margin-left: 41.66667%; }
      #CMD .row .col.pull-m5 {
        right: 41.66667%; }
      #CMD .row .col.push-m5 {
        left: 41.66667%; }
      #CMD .row .col.offset-m6 {
        margin-left: 50%; }
      #CMD .row .col.pull-m6 {
        right: 50%; }
      #CMD .row .col.push-m6 {
        left: 50%; }
      #CMD .row .col.offset-m7 {
        margin-left: 58.33333%; }
      #CMD .row .col.pull-m7 {
        right: 58.33333%; }
      #CMD .row .col.push-m7 {
        left: 58.33333%; }
      #CMD .row .col.offset-m8 {
        margin-left: 66.66667%; }
      #CMD .row .col.pull-m8 {
        right: 66.66667%; }
      #CMD .row .col.push-m8 {
        left: 66.66667%; }
      #CMD .row .col.offset-m9 {
        margin-left: 75%; }
      #CMD .row .col.pull-m9 {
        right: 75%; }
      #CMD .row .col.push-m9 {
        left: 75%; }
      #CMD .row .col.offset-m10 {
        margin-left: 83.33333%; }
      #CMD .row .col.pull-m10 {
        right: 83.33333%; }
      #CMD .row .col.push-m10 {
        left: 83.33333%; }
      #CMD .row .col.offset-m11 {
        margin-left: 91.66667%; }
      #CMD .row .col.pull-m11 {
        right: 91.66667%; }
      #CMD .row .col.push-m11 {
        left: 91.66667%; }
      #CMD .row .col.offset-m12 {
        margin-left: 100%; }
      #CMD .row .col.pull-m12 {
        right: 100%; }
      #CMD .row .col.push-m12 {
        left: 100%; } }
    @media only screen and (max-width: 730px) {
      #CMD .row .col.s1 {
        width: 8.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.s2 {
        width: 16.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.s3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.s4 {
        width: 33.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.s5 {
        width: 41.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.s6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.s7 {
        width: 58.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.s8 {
        width: 66.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.s9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.s10 {
        width: 83.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.s11 {
        width: 91.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.s12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.offset-s1 {
        margin-left: 8.33333%; }
      #CMD .row .col.pull-s1 {
        right: 8.33333%; }
      #CMD .row .col.push-s1 {
        left: 8.33333%; }
      #CMD .row .col.offset-s2 {
        margin-left: 16.66667%; }
      #CMD .row .col.pull-s2 {
        right: 16.66667%; }
      #CMD .row .col.push-s2 {
        left: 16.66667%; }
      #CMD .row .col.offset-s3 {
        margin-left: 25%; }
      #CMD .row .col.pull-s3 {
        right: 25%; }
      #CMD .row .col.push-s3 {
        left: 25%; }
      #CMD .row .col.offset-s4 {
        margin-left: 33.33333%; }
      #CMD .row .col.pull-s4 {
        right: 33.33333%; }
      #CMD .row .col.push-s4 {
        left: 33.33333%; }
      #CMD .row .col.offset-s5 {
        margin-left: 41.66667%; }
      #CMD .row .col.pull-s5 {
        right: 41.66667%; }
      #CMD .row .col.push-s5 {
        left: 41.66667%; }
      #CMD .row .col.offset-s6 {
        margin-left: 50%; }
      #CMD .row .col.pull-s6 {
        right: 50%; }
      #CMD .row .col.push-s6 {
        left: 50%; }
      #CMD .row .col.offset-s7 {
        margin-left: 58.33333%; }
      #CMD .row .col.pull-s7 {
        right: 58.33333%; }
      #CMD .row .col.push-s7 {
        left: 58.33333%; }
      #CMD .row .col.offset-s8 {
        margin-left: 66.66667%; }
      #CMD .row .col.pull-s8 {
        right: 66.66667%; }
      #CMD .row .col.push-s8 {
        left: 66.66667%; }
      #CMD .row .col.offset-s9 {
        margin-left: 75%; }
      #CMD .row .col.pull-s9 {
        right: 75%; }
      #CMD .row .col.push-s9 {
        left: 75%; }
      #CMD .row .col.offset-s10 {
        margin-left: 83.33333%; }
      #CMD .row .col.pull-s10 {
        right: 83.33333%; }
      #CMD .row .col.push-s10 {
        left: 83.33333%; }
      #CMD .row .col.offset-s11 {
        margin-left: 91.66667%; }
      #CMD .row .col.pull-s11 {
        right: 91.66667%; }
      #CMD .row .col.push-s11 {
        left: 91.66667%; }
      #CMD .row .col.offset-s12 {
        margin-left: 100%; }
      #CMD .row .col.pull-s12 {
        right: 100%; }
      #CMD .row .col.push-s12 {
        left: 100%; } }

.productGridTableCollection {
  position: relative; }
  .productGridTableCollection .anchor {
    position: absolute;
    z-index: 99;
    top: -40px;
    left: 50%;
    width: 1px;
    height: 1px;
    border: 1px solid transparent; }
  .productGridTableCollection .productGridTable {
    position: relative; }
  .productGridTableCollection .productGridTable-item {
    text-align: left; }
  .productGridTableCollection .itemImgContainer .img {
    background-size: contain; }
  .productGridTableCollection .itemInfoContainer .itemInfoContent {
    text-align: left; }
    .productGridTableCollection .itemInfoContainer .itemInfoContent .img__pd-logo {
      background-size: contain; }
    .productGridTableCollection .itemInfoContainer .itemInfoContent .itemInfo-title {
      color: #333;
      font-size: 40px; }
    .productGridTableCollection .itemInfoContainer .itemInfoContent .itemInfo-info {
      color: #333;
      font-size: 20px;
      line-height: 1.2; }
    .productGridTableCollection .itemInfoContainer .itemInfoContent ul {
      margin-top: 18px;
      margin-bottom: 7px;
      font-size: 20px;
      line-height: 1.4; }
      .productGridTableCollection .itemInfoContainer .itemInfoContent ul li {
        margin-bottom: 8px;
        color: #333; }
        .productGridTableCollection .itemInfoContainer .itemInfoContent ul li:last-child {
          margin-bottom: 0; }
      .productGridTableCollection .itemInfoContainer .itemInfoContent ul sup.sign-cr {
        top: 0;
        font-size: 1em; }
      .productGridTableCollection .itemInfoContainer .itemInfoContent ul sup.sign-tm {
        top: 0;
        font-size: 1em; }
      .productGridTableCollection .itemInfoContainer .itemInfoContent ul sup.footnote-num {
        top: -0.6em;
        font-size: 0.6em; }
    .productGridTableCollection .itemInfoContainer .itemInfoContent .itemComment-item {
      color: #7f7f7f; }
  .productGridTableCollection .itemInfoContainer .itemAction {
    text-align: left; }
    .productGridTableCollection .itemInfoContainer .itemAction .itemAction-link {
      display: inline-block;
      margin-top: 15px;
      font-size: 20px;
      line-height: 27px;
      text-decoration: none;
      vertical-align: top; }
      @media all and (min-width: 731px) and (max-width: 1279px) {
        .productGridTableCollection .itemInfoContainer .itemAction .itemAction-link {
          margin-top: 16px;
          margin-right: 24px; }
          .productGridTableCollection .itemInfoContainer .itemAction .itemAction-link:last-child {
            margin-right: 0; } }
      @media all and (max-width: 730px) {
        .productGridTableCollection .itemInfoContainer .itemAction .itemAction-link {
          margin-top: 10px;
          font-size: 15.5px;
          line-height: 24px; } }
      .productGridTableCollection .itemInfoContainer .itemAction .itemAction-link span {
        display: inline;
        border-bottom: 1px solid transparent;
        color: #33b5ec; }
      .productGridTableCollection .itemInfoContainer .itemAction .itemAction-link *,
      .productGridTableCollection .itemInfoContainer .itemAction .itemAction-link:active span,
      .productGridTableCollection .itemInfoContainer .itemAction .itemAction-link:link span,
      .productGridTableCollection .itemInfoContainer .itemAction .itemAction-link:visited span {
        border-bottom: 1px solid transparent; }
      .productGridTableCollection .itemInfoContainer .itemAction .itemAction-link:hover span {
        border-bottom: 1px solid #33b5ec; }
    .productGridTableCollection .itemInfoContainer .itemAction .wd__link__arrow::after {
      content: '>';
      padding-left: 7px;
      color: #33b5ec; }
      @media all and (min-width: 731px) and (max-width: 1279px) {
        .productGridTableCollection .itemInfoContainer .itemAction .wd__link__arrow::after {
          padding-left: 3px; } }
      @media all and (max-width: 730px) {
        .productGridTableCollection .itemInfoContainer .itemAction .wd__link__arrow::after {
          padding-left: 4px; } }

@media all and (min-width: 1280px) {
  .productGridTableCollection .productGridTable-item {
    vertical-align: middle;
    min-height: 420px;
    padding: 80px 0; }
  .productGridTableCollection .itemInfoContainer .itemAction .itemAction-link {
    margin-right: 24px; }
  .productGridTableCollection .itemAction__3d {
    margin-left: -2px; }
  .productGridTableCollection .itemImgContainer {
    display: inline-block;
    position: relative;
    width: 640px;
    height: 420px;
    vertical-align: middle; }
    .productGridTableCollection .itemImgContainer .img {
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
  .productGridTableCollection .itemInfoContainer {
    display: inline-block;
    position: relative;
    width: 600px;
    min-height: 300px;
    vertical-align: middle; }
    .productGridTableCollection .itemInfoContainer ul {
      position: relative;
      left: 19px;
      width: 420px; }
  .productGridTableCollection .productGridTable-item.odd .itemInfoContainer {
    left: 756px; }
  .productGridTableCollection .productGridTable-item.odd .itemImgContainer {
    left: -582px; }
    .productGridTableCollection .productGridTable-item.odd .itemImgContainer .img {
      position: absolute; }
  .productGridTableCollection .productGridTable-item.even .itemInfoContainer {
    left: 68px; }
    .productGridTableCollection .productGridTable-item.even .itemInfoContainer .itemInfoContent {
      width: 453px; }
  .productGridTableCollection .productGridTable-item.even .itemImgContainer {
    left: -78px; }
    .productGridTableCollection .productGridTable-item.even .itemImgContainer .img {
      position: absolute;
      left: 49px; } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .productGridTableCollection {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #33b5ec; }
    .productGridTableCollection .anchor {
      top: -47px; }
  .productGridTableCollection .productGridTable .productGridTable-item {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px; }
  .productGridTableCollection .productGridTable .productGridTable-item .itemInfoContainer {
    position: relative;
    z-index: 9;
    margin-right: auto;
    margin-left: auto;
    width: 476px; }
    .productGridTableCollection .productGridTable .productGridTable-item .itemInfoContainer .img__pd-logo {
      margin-left: 0; }
    .productGridTableCollection .productGridTable .productGridTable-item .itemInfoContainer ul {
      position: relative;
      left: 3px;
      width: 95.8%; }
  .productGridTableCollection .productGridTable .productGridTable-item .itemImgContainer {
    position: absolute;
    overflow: hidden;
    z-index: 1;
    top: 0;
    margin-top: 0;
    width: 100%;
    height: 100%; }
    .productGridTableCollection .productGridTable .productGridTable-item .itemImgContainer .img__pd {
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translate(-50%, 0); } }

@media all and (max-width: 730px) {
  .productGridTableCollection {
    padding-top: 36px;
    padding-bottom: 36px; }
    .productGridTableCollection .itemInfoContainer .itemInfoContent {
      margin-right: auto;
      margin-left: auto;
      width: 89.5%; }
      .productGridTableCollection .itemInfoContainer .itemInfoContent .itemInfo-title {
        font-size: 28px; }
      .productGridTableCollection .itemInfoContainer .itemInfoContent .itemInfo-info {
        margin-top: 7px;
        font-size: 20px;
        line-height: 1.2; }
      .productGridTableCollection .itemInfoContainer .itemInfoContent ul {
        position: relative;
        left: 17px;
        margin-top: 13px;
        margin-bottom: 8px;
        width: 96%;
        font-size: 16px;
        line-height: 1.4; }
        .productGridTableCollection .itemInfoContainer .itemInfoContent ul li {
          margin-bottom: 8px; }
          .productGridTableCollection .itemInfoContainer .itemInfoContent ul li:last-child {
            margin-bottom: 0; }
      .productGridTableCollection .itemInfoContainer .itemInfoContent .itemCommnet {
        margin-top: 10px; }
        .productGridTableCollection .itemInfoContainer .itemInfoContent .itemCommnet .itemComment-item {
          font-size: 12px; }
    .productGridTableCollection .itemInfoContainer .itemAction {
      margin-top: 4px;
      margin-right: auto;
      margin-left: auto;
      width: 100%; }
      .productGridTableCollection .itemInfoContainer .itemAction .itemAction-link {
        margin-right: 22px; }
        .productGridTableCollection .itemInfoContainer .itemAction .itemAction-link:last-child {
          margin-right: 0; }
      .productGridTableCollection .itemInfoContainer .itemAction .icon-3d {
        width: 32px;
        height: 24px;
        background-size: contain; }
    .productGridTableCollection .itemImgContainer {
      margin-top: 36px; }
    .productGridTableCollection .productGridTable {
      margin-top: 74px; }
      .productGridTableCollection .productGridTable .productGridTable-item {
        padding-top: 35px;
        padding-bottom: 35px; } }

.productGridTableCollection-list {
  position: relative; }
  .productGridTableCollection-list .anchor {
    position: absolute;
    z-index: 99;
    top: -72px;
    left: 50%;
    width: 1px;
    height: 1px;
    border: 1px solid transparent; }
  .productGridTableCollection-list .productGridTable-item {
    display: inline-block;
    position: relative;
    padding: 75px 50px 91px;
    box-sizing: border-box;
    background-color: #FFF;
    vertical-align: top; }
    .productGridTableCollection-list .productGridTable-item-temp {
      display: none;
      visibility: hidden; }
      .productGridTableCollection-list .productGridTable-item-temp.itemShow {
        display: inline-block; }
  .productGridTableCollection-list .productGridTable {
    position: relative;
    margin-bottom: 60px; }
  .productGridTableCollection-list .itemInfoContainer {
    margin-top: 52px;
    min-height: auto; }
    .productGridTableCollection-list .itemInfoContainer .itemInfoContent {
      text-align: left; }
      .productGridTableCollection-list .itemInfoContainer .itemInfoContent .itemInfo-title {
        color: #555;
        font-size: 22px;
        line-height: 1.15;
        text-align: center; }
      .productGridTableCollection-list .itemInfoContainer .itemInfoContent .itemInfo-info {
        color: #555;
        font-size: 20px;
        line-height: 1.2; }
      .productGridTableCollection-list .itemInfoContainer .itemInfoContent .itemInfo-price {
        text-align: center;
        border-top: 1px solid #f04444;
        border-bottom: 1px solid #f04444; }
        .productGridTableCollection-list .itemInfoContainer .itemInfoContent .itemInfo-price .price_item {
          display: inline-block;
          color: #f04444; }
        .productGridTableCollection-list .itemInfoContainer .itemInfoContent .itemInfo-price .price_item.main-price {
          display: block; }
        .productGridTableCollection-list .itemInfoContainer .itemInfoContent .itemInfo-price .price_item.org-price {
          color: #555;
          text-decoration: line-through; }
      .productGridTableCollection-list .itemInfoContainer .itemInfoContent ul {
        margin-top: 18px;
        margin-bottom: 64px;
        font-size: 20px;
        line-height: 1.4; }
        .productGridTableCollection-list .itemInfoContainer .itemInfoContent ul li {
          margin-bottom: 8px;
          color: #555; }
          .productGridTableCollection-list .itemInfoContainer .itemInfoContent ul li:last-child {
            margin-bottom: 0; }
    .productGridTableCollection-list .itemInfoContainer ul {
      left: -6px;
      box-sizing: border-box;
      list-style: none; }
      .productGridTableCollection-list .itemInfoContainer ul li {
        box-sizing: border-box;
        font-size: 17px; }
  .productGridTableCollection-list .itemAction {
    position: absolute;
    bottom: 63px;
    left: 0;
    margin-top: 16px;
    box-sizing: border-box;
    width: 100%;
    text-align: center; }
    .productGridTableCollection-list .itemAction .itemAction-link {
      display: inline-block;
      cursor: pointer;
      margin-top: 0;
      margin-right: 17px;
      padding: 5px;
      box-sizing: border-box;
      width: 46%;
      max-width: 115px;
      color: #555;
      font-size: 17px;
      text-decoration: none;
      border: 1px solid #8a8b8e;
      border-radius: 3px;
      line-height: 1.1;
      vertical-align: top; }
      @media all and (min-width: 731px) and (max-width: 1279px) {
        .productGridTableCollection-list .itemAction .itemAction-link {
          margin-top: 0;
          margin-right: 32px; }
          .productGridTableCollection-list .itemAction .itemAction-link:last-child {
            margin-right: 0; } }
      @media all and (max-width: 730px) {
        .productGridTableCollection-list .itemAction .itemAction-link {
          margin-top: 10px;
          font-size: 15px;
          line-height: 24px; } }
      .productGridTableCollection-list .itemAction .itemAction-link span {
        transition: all 300ms;
        pointer-events: none;
        border-bottom: 0 !important; }
      .productGridTableCollection-list .itemAction .itemAction-link:last-child {
        margin-right: 0; }
      .productGridTableCollection-list .itemAction .itemAction-link span {
        display: inline;
        color: #8a8b8e;
        border-bottom: 1px solid transparent; }
      .productGridTableCollection-list .itemAction .itemAction-link *,
      .productGridTableCollection-list .itemAction .itemAction-link:active span,
      .productGridTableCollection-list .itemAction .itemAction-link:link span,
      .productGridTableCollection-list .itemAction .itemAction-link:visited span {
        border-bottom: 1px solid transparent; }
      .productGridTableCollection-list .itemAction .itemAction-link:hover span {
        color: #555;
        border-bottom: none; }
    .productGridTableCollection-list .itemAction .wd__link__arrow::after {
      display: none;
      padding-left: 7px;
      color: #147ae2;
      content: '>'; }
      @media all and (min-width: 731px) and (max-width: 1279px) {
        .productGridTableCollection-list .itemAction .wd__link__arrow::after {
          padding-left: 3px; } }
      @media all and (max-width: 730px) {
        .productGridTableCollection-list .itemAction .wd__link__arrow::after {
          padding-left: 4px; } }
  .productGridTableCollection-list .itemImgContainer {
    position: relative;
    width: 100%;
    height: auto; }
    .productGridTableCollection-list .itemImgContainer .img__pd {
      position: relative;
      padding-bottom: 80%;
      width: 100%;
      background-color: #ccc;
      background-size: contain; }

.productGridTableCollection-list.odd {
  background-color: #FFFFFF; }

@media all and (min-width: 1280px) {
  .productGridTableCollection-list {
    /*padding-top: 120px;  // remove top margin */
    /*padding-bottom: 115px; // remove bottom margin */ }
    .productGridTableCollection-list .productGridTable {
      display: flex;
      align-items: stretch;
      justify-content: center;
      margin-right: auto;
      margin-bottom: 0;
      margin-left: auto;
      max-width: 1280px;
      text-align: left;
      align-content: stretch;
      align-self: stretch;
      flex-direction: row;
      flex-wrap: wrap; }
    .productGridTableCollection-list .productGridTable-item {
      margin: 0 5px 10px;
      width: 33%;
      max-width: 410px;
      min-height: 560px; }
    .productGridTableCollection-list .itemInfoContainer {
      display: block;
      position: relative;
      box-sizing: border-box;
      width: 100%;
      vertical-align: middle; }
      .productGridTableCollection-list .itemInfoContainer .itemInfo-price {
        margin-top: 24px;
        margin-bottom: 24px;
        padding: 20px 0;
        font-size: 13px; }
      .productGridTableCollection-list .itemInfoContainer .itemInfo-price + ul {
        margin-top: 0; }
      .productGridTableCollection-list .itemInfoContainer .main-price {
        margin-bottom: 5px;
        font-size: 24px; }
      .productGridTableCollection-list .itemInfoContainer .save-price {
        margin-left: 8px; }
      .productGridTableCollection-list .itemInfoContainer ul {
        position: relative; }
    .productGridTableCollection-list .itemAction {
      display: flex;
      justify-content: space-around;
      padding-right: 50px;
      padding-left: 50px; }
      .productGridTableCollection-list .itemAction .itemAction-link {
        margin: 0;
        width: 148px;
        max-width: 148px; } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .productGridTableCollection-list {
    padding-top: 79px;
    padding-right: 19px;
    padding-bottom: 65px;
    padding-left: 19px;
    box-sizing: border-box;
    max-width: 100%; }
    .productGridTableCollection-list .anchor {
      position: absolute;
      z-index: 99;
      top: -32px; }
    .productGridTableCollection-list .productGridTable {
      display: flex;
      align-items: stretch;
      justify-content: space-between;
      margin-right: auto;
      margin-bottom: 0;
      margin-left: auto;
      max-width: 732px;
      text-align: left;
      align-content: stretch;
      align-self: stretch;
      flex-direction: row;
      flex-wrap: wrap; }
      .productGridTableCollection-list .productGridTable .productGridTable-item {
        margin-bottom: 16px;
        padding: 60px 16px 66px;
        width: 32.4%;
        max-width: 238px;
        min-height: auto; }
      .productGridTableCollection-list .productGridTable .productGridTable-item .itemInfoContainer {
        margin-right: auto;
        margin-bottom: 31px;
        margin-left: auto;
        padding-bottom: 32px;
        width: 100%; }
        .productGridTableCollection-list .productGridTable .productGridTable-item .itemInfoContainer ul {
          position: relative;
          left: 0;
          margin-bottom: 0;
          width: 100%; }
      .productGridTableCollection-list .productGridTable .productGridTable-item .itemAction {
        display: flex;
        justify-content: space-evenly;
        margin-top: 0;
        padding: 0 53px;
        box-sizing: border-box; }
        .productGridTableCollection-list .productGridTable .productGridTable-item .itemAction .itemAction-link {
          margin-right: 0;
          padding: 12px 5px;
          width: 108px;
          max-width: unset; } }

@media all and (max-width: 730px) {
  .productGridTableCollection-list {
    padding-top: 72px;
    padding-right: 19px;
    padding-bottom: 49px;
    padding-left: 19px;
    box-sizing: border-box;
    max-width: 100%; }
    .productGridTableCollection-list .anchor {
      position: absolute;
      z-index: 99;
      top: -32px; }
    .productGridTableCollection-list:first-child {
      padding-top: 0; }
    .productGridTableCollection-list .productGridTable {
      display: flex;
      align-items: stretch;
      justify-content: center;
      margin-right: auto;
      margin-bottom: 0;
      margin-left: auto;
      max-width: 732px;
      text-align: left;
      align-content: stretch;
      align-self: stretch;
      flex-direction: row;
      flex-wrap: wrap; }
      .productGridTableCollection-list .productGridTable .productGridTable-item {
        margin-bottom: 6px;
        padding: 45px 28px 55px;
        width: 100%;
        max-width: 288px;
        min-height: auto; }
      .productGridTableCollection-list .productGridTable .productGridTable-item .itemInfoContainer {
        margin-top: 28px;
        margin-right: auto;
        margin-bottom: 31px;
        margin-left: auto;
        padding-bottom: 32px;
        width: 100%; }
        .productGridTableCollection-list .productGridTable .productGridTable-item .itemInfoContainer .itemInfo-title {
          font-size: 19px; }
        .productGridTableCollection-list .productGridTable .productGridTable-item .itemInfoContainer ul {
          left: -1px;
          margin-top: 24px;
          width: 100%; }
          .productGridTableCollection-list .productGridTable .productGridTable-item .itemInfoContainer ul li {
            margin-bottom: 5px;
            font-size: 15px;
            line-height: 1.7; }
        .productGridTableCollection-list .productGridTable .productGridTable-item .itemInfoContainer .itemInfo-price {
          margin-top: 23px;
          margin-bottom: 10px;
          padding-top: 14px;
          padding-bottom: 18px; }
          .productGridTableCollection-list .productGridTable .productGridTable-item .itemInfoContainer .itemInfo-price .main-price {
            font-size: 24px; }
          .productGridTableCollection-list .productGridTable .productGridTable-item .itemInfoContainer .itemInfo-price .org-price {
            font-size: 13px; }
          .productGridTableCollection-list .productGridTable .productGridTable-item .itemInfoContainer .itemInfo-price .save-price {
            font-size: 13px; color:#aa0000;}
  .productGridTableCollection-list .productGridTable-item .itemAction {
    display: flex;
    bottom: 45px;
    justify-content: space-evenly;
    margin-top: 0;
    padding: 0 36px;
    box-sizing: border-box;
    flex-wrap: wrap; }
    .productGridTableCollection-list .productGridTable-item .itemAction .itemAction-link {
      margin-top: 0;
      margin-right: 0;
      margin-bottom: 1px;
      padding: 2px 5px;
      width: 100%;
      max-width: 100%; } }

@media (min-width: 600px) and (max-width: 730px) {
  .productGridTableCollection-list {
    padding-right: 14px;
    padding-bottom: 56px;
    padding-left: 14px;
    box-sizing: border-box;
    max-width: 100%; }
    .productGridTableCollection-list .productGridTable {
      justify-content: space-between; }
  .productGridTableCollection-list .productGridTable .productGridTable-item {
    margin-bottom: 13px; } }

.offersShop-list {
  display: block;
  position: relative;
  overflow: hidden;
  top: 0;
  opacity: 0;
  padding-bottom: 0;
  height: 0;
  transition: opacity 10ms; }
  .offersShop-list.selectedActive {
    position: relative;
    z-index: 9;
    opacity: 1;
    height: auto;
    transition: opacity 1200ms; }
  .offersShop-list .offersShop-item {
    display: inline-block;
    position: relative;
    padding: 75px 50px 91px;
    box-sizing: border-box;
    background-color: #FFF;
    vertical-align: top; }
    .offersShop-list .offersShop-item-temp {
      display: none;
      visibility: hidden; }
      .offersShop-list .offersShop-item-temp.itemShow {
        display: inline-block; }
  .offersShop-list .offersShop {
    position: relative;
    margin-bottom: 60px; }
  .offersShop-list .itemInfoContainer {
    position: relative;
    margin-top: 52px;
    min-height: auto; }
    .offersShop-list .itemInfoContainer .itemInfoContent {
      text-align: left; }
      .offersShop-list .itemInfoContainer .itemInfoContent .itemInfo-title {
        color: #f04444;
        font-size: 24px;
        text-align: left;
        line-height: 1.15; }
      .offersShop-list .itemInfoContainer .itemInfoContent .itemInfo-info {
        margin-top: 8px;
        color: #555;
        font-size: 20px;
        line-height: 1.2; }
      .offersShop-list .itemInfoContainer .itemInfoContent ul {
        margin-top: 27px;
        margin-bottom: 38px;
        font-size: 17px;
        line-height: 1.4; }
        .offersShop-list .itemInfoContainer .itemInfoContent ul li {
          margin-bottom: 8px;
          color: #555; }
          .offersShop-list .itemInfoContainer .itemInfoContent ul li:last-child {
            margin-bottom: 0; }
    .offersShop-list .itemInfoContainer ul {
      list-style-type: none; }
      .offersShop-list .itemInfoContainer ul li {
        font-size: 17px; }
    .offersShop-list .itemInfoContainer ul li {
      position: relative;
      padding-left: 20px; }
      .offersShop-list .itemInfoContainer ul li::before {
        display: block;
        position: absolute;
        top: 8px;
        left: 3px;
        width: 6px;
        height: 7px;
        content: '';
        background-image: url("../images/icon/listDot.svg"); }
  .offersShop-list .itemAction {
    position: absolute;
    bottom: 63px;
    left: 0;
    margin-top: 16px;
    box-sizing: border-box;
    width: 100%;
    text-align: center; }
    .offersShop-list .itemAction .itemAction-link {
      display: inline-block;
      cursor: pointer;
      margin-top: 0;
      margin-right: 17px;
      padding: 5px;
      box-sizing: border-box;
      width: 46%;
      max-width: 115px;
      color: #555;
      font-size: 17px;
      text-decoration: none;
      background-color: #33b5ec;
      line-height: 1.1;
      vertical-align: top;
      transform: translateX(-7px); }
      .offersShop-list .itemAction .itemAction-link:hover {
        background-color: #33b5ec; }
      @media all and (min-width: 731px) and (max-width: 1279px) {
        .offersShop-list .itemAction .itemAction-link {
          margin-top: 0;
          margin-right: 32px; }
          .offersShop-list .itemAction .itemAction-link:last-child {
            margin-right: 0; } }
      @media all and (max-width: 730px) {
        .offersShop-list .itemAction .itemAction-link {
          margin-top: 10px;
          font-size: 15px;
          line-height: 24px; } }
      .offersShop-list .itemAction .itemAction-link span {
        transition: all 300ms;
        pointer-events: none;
        border-bottom: 0 !important; }
      .offersShop-list .itemAction .itemAction-link:last-child {
        margin-right: 0; }
      .offersShop-list .itemAction .itemAction-link span {
        display: inline;
        color: #555;
        border-bottom: 1px solid transparent; }
      .offersShop-list .itemAction .itemAction-link *,
      .offersShop-list .itemAction .itemAction-link:active span,
      .offersShop-list .itemAction .itemAction-link:link span,
      .offersShop-list .itemAction .itemAction-link:visited span {
        border-bottom: 1px solid transparent; }
      .offersShop-list .itemAction .itemAction-link:hover span {
        border-bottom: none; }
    .offersShop-list .itemAction .wd__link__arrow::after {
      display: none;
      padding-left: 7px;
      color: #147ae2;
      content: '>'; }
      @media all and (min-width: 731px) and (max-width: 1279px) {
        .offersShop-list .itemAction .wd__link__arrow::after {
          padding-left: 3px; } }
      @media all and (max-width: 730px) {
        .offersShop-list .itemAction .wd__link__arrow::after {
          padding-left: 4px; } }
  .offersShop-list .itemImgContainer {
    width: 100%;
    height: auto; }
    .offersShop-list .itemImgContainer .img__pd {
      position: relative;
      padding-bottom: 80%;
      width: 100%;
      background-color: #ccc;
      background-size: contain; }

.offersShop-list.odd {
  background-color: #FFFFFF; }

@media all and (min-width: 1280px) {
  .offersShop-list .offersShop {
    display: block;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    max-width: 1280px;
    text-align: left; }
  .offersShop-list .offersShop-item {
    margin: 0 5px 10px;
    width: 33%;
    max-width: 410px;
    min-height: 520px; }
  .offersShop-list .itemInfoContainer {
    display: block;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    vertical-align: middle; }
    .offersShop-list .itemInfoContainer ul {
      position: relative; }
  .offersShop-list .itemAction {
    display: flex;
    justify-content: space-around;
    padding-right: 50px;
    padding-left: 50px; }
    .offersShop-list .itemAction .itemAction-link {
      margin: 0;
      padding: 13px;
      width: 100%;
      max-width: 148px; } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .offersShop-list {
    padding-top: 102px;
    padding-right: 19px;
    padding-left: 19px;
    box-sizing: border-box;
    max-width: 100%; }
    .offersShop-list.selectedActive {
      padding-bottom: 95px; }
    .offersShop-list .offersShop {
      display: flex;
      align-items: stretch;
      justify-content: space-between;
      margin-right: auto;
      margin-bottom: 0;
      margin-left: auto;
      max-width: 732px;
      text-align: left;
      align-content: stretch;
      align-self: stretch;
      flex-direction: row;
      flex-wrap: wrap; }
      .offersShop-list .offersShop .offersShop-item {
        margin-bottom: 16px;
        padding: 60px 53px 66px;
        width: 49%;
        max-width: 410px;
        min-height: auto; }
      .offersShop-list .offersShop .offersShop-item .itemInfoContainer {
        margin-right: auto;
        margin-bottom: 31px;
        margin-left: auto;
        padding-bottom: 32px;
        width: 100%; }
        .offersShop-list .offersShop .offersShop-item .itemInfoContainer ul {
          position: relative;
          left: -2px;
          margin-bottom: 0;
          box-sizing: border-box;
          width: 100%; }
      .offersShop-list .offersShop .offersShop-item .itemAction {
        display: flex;
        justify-content: space-evenly;
        margin-top: 0;
        padding: 0 53px;
        box-sizing: border-box; }
        .offersShop-list .offersShop .offersShop-item .itemAction .itemAction-link {
          margin-right: 0;
          padding: 7px 5px;
          width: 108px;
          max-width: unset;
          transform: translateX(-3px); } }

@media all and (max-width: 730px) {
  .offersShop-list {
    padding-top: 72px;
    padding-right: 19px;
    padding-bottom: 56px;
    padding-left: 19px;
    box-sizing: border-box;
    max-width: 100%; }
    .offersShop-list:first-child {
      padding-top: 0; }
    .offersShop-list .offersShop {
      display: flex;
      align-items: stretch;
      justify-content: center;
      margin-right: auto;
      margin-bottom: 0;
      margin-left: auto;
      max-width: 732px;
      text-align: left;
      align-content: stretch;
      align-self: stretch;
      flex-direction: row;
      flex-wrap: wrap; }
      .offersShop-list .offersShop .offersShop-item {
        margin-bottom: 16px;
        padding: 45px 36px 55px;
        width: 100%;
        max-width: 280px;
        min-height: auto; }
      .offersShop-list .offersShop .offersShop-item .itemInfoContainer {
        margin-top: 39px;
        margin-right: auto;
        margin-bottom: 31px;
        margin-left: auto;
        padding-bottom: 32px;
        width: 100%; }
        .offersShop-list .offersShop .offersShop-item .itemInfoContainer .itemInfo-title {
          font-size: 19px; }
        .offersShop-list .offersShop .offersShop-item .itemInfoContainer ul {
          position: relative;
          left: -8px;
          margin-top: 24px;
          margin-bottom: 0;
          width: 92%; }
  .offersShop-list .offersShop-item .itemAction {
    display: flex;
    bottom: 55px;
    justify-content: space-evenly;
    margin-top: 0;
    padding: 0 36px;
    box-sizing: border-box; }
    .offersShop-list .offersShop-item .itemAction .itemAction-link {
      margin-top: 0;
      margin-right: 0;
      padding: 2px 5px; } }

@media (min-width: 600px) and (max-width: 730px) {
  .offersShop-list {
    padding-right: 14px;
    padding-bottom: 56px;
    padding-left: 14px;
    box-sizing: border-box;
    max-width: 100%; }
    .offersShop-list .offersShop {
      justify-content: space-between; }
  .offersShop-list .offersShop .offersShop-item {
    margin-bottom: 13px; } }

.wd__section {
  /* Slider */
  /* Icons */
  /* Arrows */
  /* Dots */
  /* Slider */ }
  .wd__section .wd__content {
    color: #f04444; }
    .wd__section .wd__content .content__slogan {
      position: relative;
      color: #a89d5b;
      font-size: 30px; }
      @media all and (min-width: 731px) and (max-width: 1279px) {
        .wd__section .wd__content .content__slogan {
          font-size: 24px; } }
      @media all and (max-width: 730px) {
        .wd__section .wd__content .content__slogan {
          font-size: 20px; } }
    .wd__section .wd__content .content__title {
      position: relative;
      margin-top: 25px;
      font-size: 50px;
      line-height: 1.2; }
      @media all and (min-width: 731px) and (max-width: 1279px) {
        .wd__section .wd__content .content__title {
          margin-top: 21px; } }
      @media all and (max-width: 730px) {
        .wd__section .wd__content .content__title {
          margin-top: 14px;
          font-size: 37px; } }
    .wd__section .wd__content .content__info {
      position: relative;
      margin-top: 84px;
      font-size: 20px;
      line-height: 1.5; }
      @media all and (min-width: 731px) and (max-width: 1279px) {
        .wd__section .wd__content .content__info {
          margin-top: 89px; } }
      @media all and (max-width: 730px) {
        .wd__section .wd__content .content__info {
          margin-top: 67px;
          font-size: 17px;
          letter-spacing: 0.1px;
          line-height: 1.45; } }
    .wd__section .wd__content .content__comment {
      margin-top: 16px;
      font-size: 18px;
      color: #717171;
      line-height: 1.4; }
      @media all and (max-width: 730px) {
        .wd__section .wd__content .content__comment {
          margin-top: 12px;
          font-size: 13px;
          letter-spacing: 0.2px; } }
    .wd__section .wd__content .content__link {
      display: block;
      margin-top: 15px;
      font-size: 20px;
      line-height: 27px; }
      @media all and (min-width: 731px) and (max-width: 1279px) {
        .wd__section .wd__content .content__link {
          margin-top: 16px; } }
      @media all and (max-width: 730px) {
        .wd__section .wd__content .content__link {
          margin-top: 10px;
          font-size: 15.5px;
          line-height: 24px; } }
      .wd__section .wd__content .content__link span {
        display: inline;
        border-bottom: 1px solid transparent;
        color: #147ae2; }
      .wd__section .wd__content .content__link *,
      .wd__section .wd__content .content__link:active span,
      .wd__section .wd__content .content__link:link span,
      .wd__section .wd__content .content__link:visited span {
        border-bottom: 1px solid transparent; }
      .wd__section .wd__content .content__link:hover span {
        border-bottom: 1px solid #147ae2; }
  .wd__section .wd__link__arrow:after {
    content: '>';
    padding-left: 7px;
    color: #147ae2; }
    @media all and (min-width: 731px) and (max-width: 1279px) {
      .wd__section .wd__link__arrow:after {
        padding-left: 3px; } }
    @media all and (max-width: 730px) {
      .wd__section .wd__link__arrow:after {
        padding-left: 4px; } }
  .wd__section .footnotes {
    margin: 25px auto 0;
    padding-right: 16px;
    padding-left: 16px;
    box-sizing: border-box;
    width: 100%;
    max-width: 1280px; }
    .wd__section .footnotes ul.footnote {
      padding-right: 16px;
      padding-left: 21px;
      box-sizing: border-box;
      font-size: 18px;
      line-height: 1.4; }
      .wd__section .footnotes ul.footnote li {
        list-style-type: decimal;
        margin-bottom: 9px;
        font-size: 18px;
        text-align: left;
        line-height: 1.3; }
    .wd__section .footnotes.footnote-item-star ul.footnote li {
      position: relative;
      list-style-type: none; }
      .wd__section .footnotes.footnote-item-star ul.footnote li::before {
        display: block;
        position: absolute;
        top: 15px;
        left: -14px;
        content: '*';
        line-height: 0; }
  @media all and (min-width: 731px) and (max-width: 1279px) {
    .wd__section .footnotes {
      padding-right: 16px;
      padding-left: 36px; }
      .wd__section .footnotes.footnote-item-star ul.footnote li::before {
        top: 15px;
        left: -14px; } }
  @media all and (max-width: 730px) {
    .wd__section .footnotes {
      padding-right: 11px;
      padding-left: 11px;
      box-sizing: border-box;
      width: auto; }
      .wd__section .footnotes ul.footnote {
        margin-left: 14px;
        font-size: 13.3px;
        line-height: 1.4; }
        .wd__section .footnotes ul.footnote li {
          margin-bottom: 12px;
          font-size: 13.3px; }
      .wd__section .footnotes.footnote-item-star ul.footnote li::before {
        top: 11px;
        left: -11px; } }

@font-face {
  .wd__section {
    font-family: "slick";
    src: url("/font/slick.eot");
    src: url("/font/slick.eot?#iefix") format("embedded-opentype"), url("/font/slick.woff") format("woff"), url("/font/slick.ttf") format("truetype"), url("/font/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal; } }
  .wd__section .slick-prev,
  .wd__section .slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    color: transparent;
    top: 50%;
    margin-top: -10px;
    padding: 0;
    border: none;
    outline: none; }
    .wd__section .slick-prev:hover, .wd__section .slick-prev:focus,
    .wd__section .slick-next:hover,
    .wd__section .slick-next:focus {
      outline: none;
      color: transparent; }
      .wd__section .slick-prev:hover:before, .wd__section .slick-prev:focus:before,
      .wd__section .slick-next:hover:before,
      .wd__section .slick-next:focus:before {
        opacity: 1; }
    .wd__section .slick-prev.slick-disabled:before,
    .wd__section .slick-next.slick-disabled:before {
      opacity: 0.25; }
  .wd__section .slick-prev {
    left: -25px; }
    [dir="rtl"] .wd__section .slick-prev {
      left: auto;
      right: -25px; }
  .wd__section .slick-next {
    right: -25px; }
    [dir="rtl"] .wd__section .slick-next {
      left: -25px;
      right: auto; }
  .wd__section .slick-slider {
    margin-bottom: 30px; }
  .wd__section .slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%; }
    .wd__section .slick-dots li {
      position: relative;
      display: inline-block;
      height: 20px;
      width: 20px;
      margin: 0 5px;
      padding: 0;
      cursor: pointer; }
      .wd__section .slick-dots li button {
        border: 0;
        background: transparent;
        display: block;
        height: 20px;
        width: 20px;
        outline: none;
        line-height: 0px;
        font-size: 0px;
        color: transparent;
        padding: 5px;
        cursor: pointer; }
        .wd__section .slick-dots li button:hover, .wd__section .slick-dots li button:focus {
          outline: none; }
          .wd__section .slick-dots li button:hover:before, .wd__section .slick-dots li button:focus:before {
            opacity: 1; }
        .wd__section .slick-dots li button:before {
          position: absolute;
          top: 0;
          left: 0;
          content: "•";
          width: 20px;
          height: 20px;
          font-family: "slick";
          font-size: 6px;
          line-height: 20px;
          text-align: center;
          color: black;
          opacity: 0.25;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
      .wd__section .slick-dots li.slick-active button:before {
        color: black;
        opacity: 0.75; }
  .wd__section .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent; }
  .wd__section .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0; }
    .wd__section .slick-list:focus {
      outline: none; }
    .wd__section .slick-list.dragging {
      cursor: pointer;
      cursor: hand; }
  .wd__section .slick-slider .slick-track,
  .wd__section .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .wd__section .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block; }
    .wd__section .slick-track:before, .wd__section .slick-track:after {
      content: "";
      display: table; }
    .wd__section .slick-track:after {
      clear: both; }
    .slick-loading .wd__section .slick-track {
      visibility: hidden; }
  .wd__section .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none; }
    [dir="rtl"] .wd__section .slick-slide {
      float: right; }
    .wd__section .slick-slide img {
      display: block; }
    .wd__section .slick-slide.slick-loading img {
      display: none; }
    .wd__section .slick-slide.dragging img {
      pointer-events: none; }
    .slick-initialized .wd__section .slick-slide {
      display: block; }
    .slick-loading .wd__section .slick-slide {
      visibility: hidden; }
    .slick-vertical .wd__section .slick-slide {
      display: block;
      height: auto;
      border: 1px solid transparent; }
  .wd__section .slick-arrow.slick-hidden {
    display: none; }
  .wd__section .slick__nav {
    margin-bottom: 40px;
    color: #636360;
    font-size: 1.5em;
    text-align: center;
    line-height: 1.6; }
    .wd__section .slick__nav a {
      color: #636360; }
  .wd__section .slick-slide {
    display: block;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent; }
  .wd__section .slick-next {
    right: 25px; }
  .wd__section .slick-prev {
    left: 25px; }
  .wd__section .slick__prev,
  .wd__section .slick__next {
    z-index: 9999;
    content: ''; }
    .wd__section .slick__prev::before,
    .wd__section .slick__next::before {
      content: '';
      display: none; }
  .wd__section [dir='rtl'] .slick__prev::before {
    content: '';
    display: none; }
  .wd__section [dir='rtl'] .slick__next::before {
    content: '';
    display: none; }
  .wd__section .wd__slick .container {
    margin: auto;
    padding-right: 20px;
    padding-left: 20px;
    max-width: 900px; }
    .wd__section .wd__slick .container.e1 .slick__info {
      margin-top: 15em; }
    .wd__section .wd__slick .container .slick__half {
      width: 45%; }
    .wd__section .wd__slick .container .slick__left {
      float: left; }
    .wd__section .wd__slick .container .slick__right {
      float: right; }
    .wd__section .wd__slick .container .slick__img,
    .wd__section .wd__slick .container .slick__info {
      width: 100%; }
  .wd__section .sprite__arrow__right {
    z-index: 1000;
    width: 49px;
    height: 96px;
    background-position: -214px -5px; }
  .wd__section .sprite__arrow__left {
    z-index: 1000;
    width: 49px;
    height: 96px;
    background-position: -80px -5px; }
  .wd__section .sprite-arrow_r {
    width: 65px;
    height: 130px; }
  .wd__section .sprite-arrow_l {
    width: 65px;
    height: 130px; }
  .wd__section .slick-prev,
  .wd__section .slick-next {
    z-index: 1;
    margin-top: -19px;
    width: 50px;
    height: 118px;
    border-radius: 0 10px 10px 0;
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.3);
    background-color: gray\9; }
    .wd__section .slick-prev::before,
    .wd__section .slick-next::before {
      display: block;
      position: absolute;
      z-index: 1000;
      top: 57px;
      top: 0\9;
      color: white;
      font-size: 34px; }
  .wd__section .slick-prev {
    left: 0;
    border-radius: 0 10px 10px 0; }
    .wd__section .slick-prev::before {
      content: '<';
      right: 18px; }
  .wd__section .slick-next {
    right: 0;
    border-radius: 10px 0 0 10px; }
    .wd__section .slick-next::before {
      content: '>';
      left: 18px; }
  @media all and (min-width: 731px) and (max-width: 1279px) {
    .wd__section .slick-prev,
    .wd__section .slick-next {
      margin-top: -19px;
      width: 35px;
      height: 88px; }
      .wd__section .slick-prev::before,
      .wd__section .slick-next::before {
        display: block;
        position: absolute;
        z-index: 1000;
        top: 43px;
        color: white;
        font-size: 26px; }
    .wd__section .slick-prev::before {
      right: 10px; }
    .wd__section .slick-next::before {
      left: 10px; } }

#cookie_banner_container {
  overflow: hidden; }

#cookie_banner_container.hide {
  display: none; }

.cookie_banner {
  display: block;
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  top: 46px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9); }
  .cookie_banner .banner_container {
    position: relative;
    margin: 0 auto;
    padding: 30px 3%;
    width: 100%;
    max-width: 1156px;
    font-size: 0; }
    .cookie_banner .banner_container .container_policy,
    .cookie_banner .banner_container .container_btn {
      display: inline-block;
      position: relative;
      font-size: 15px;
      vertical-align: middle; }
    .cookie_banner .banner_container .container_policy {
      width: calc(100% - 400px);
      color: #555;
      font-size: 15px;
      line-height: 19px; }
      .cookie_banner .banner_container .container_policy a {
        color: #0094f2; }
    .cookie_banner .banner_container .container_btn {
      width: 400px;
      text-align: center; }
      .cookie_banner .banner_container .container_btn .btn {
        display: inline-block;
        cursor: pointer;
        padding: 6px 30px;
        box-sizing: border-box;
        width: 200px;
        color: white;
        font-size: 14px;
        text-align: center;
        border: 1px solid #0094f2;
        border-radius: 5px;
        background: #0094f2;
        transition: opacity 300ms;
        line-height: 18px; }
        .cookie_banner .banner_container .container_btn .btn:hover {
          opacity: 0.8; }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .cookie_banner {
    top: unset;
    bottom: -1px; } }

@media all and (min-width: 0) and (max-width: 730px) {
  .cookie_banner {
    top: unset;
    bottom: -1px; }
    .cookie_banner .banner_container {
      padding: 20px 20px 23px;
      box-sizing: border-box; }
      .cookie_banner .banner_container .container_policy,
      .cookie_banner .banner_container .container_btn {
        display: block;
        width: 100%; }
      .cookie_banner .banner_container .container_policy {
        margin-bottom: 16px;
        font-size: 15px;
        line-height: 1.3; } }

.wd__content.main-content-section .content__title:before {
  background-image: url("../images/large/1x/icon/slogan.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .wd__content.main-content-section .content__title:before {
    background-image: url("../images/large/2x/icon/slogan.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .wd__content.main-content-section .content__title:before {
    background-image: url("../images/large/2x/icon/slogan.png"); } }

.wd__content.main-content-section .content__title {
  color: #f04444;
  font-size: 64px;
  text-transform: uppercase; }
  .wd__content.main-content-section .content__title::before {
    display: block;
    position: absolute;
    bottom: -34px;
    left: 50%;
    margin-left: -170px;
    width: 340px;
    height: 44px;
    content: '';
    background-size: contain; }

.wd__content.main-content-section .content__info {
  margin-top: 0;
  color: #fefefe;
  font-size: 26px; }

@media all and (min-width: 1280px) {
  .wd__content.main-content-section {
    padding-top: 185px;
    padding-bottom: 117px; }
    .wd__content.main-content-section .content__title {
      top: -9px;
      font-size: 67px; }
    .wd__content.main-content-section .content__info {
      top: -9px;
      margin-top: 81px;
      margin-bottom: -20px;
      line-height: 1.39; } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .wd__content.main-content-section .content__title {
    top: -9px;
    font-size: 45px;
    line-height: 1.3;
    letter-spacing: 2px; }
    .wd__content.main-content-section .content__title::before {
      bottom: -34px;
      margin-left: -118px;
      width: 236px;
      height: 44px;
      background-repeat: no-repeat; }
  .wd__content.main-content-section .content__info {
    margin-top: 36px;
    font-size: 20px;
    line-height: 1.46; } }

@media all and (max-width: 730px) {
  .wd__content.main-content-section .content__title {
    margin-top: 0; }
  .wd__content.main-content-section .content__info {
    margin-top: 31px;
    font-size: 17px;
    line-height: 1.28; }
  .wd__content.main-content-section .content__title::before {
    bottom: -19px;
    left: -23px;
    margin-left: 0;
    width: 185px;
    height: 24px; } }

@keyframes timeProccess {
  0% {
    transform: translateX(-150px); }
  100% {
    transform: translateX(0); } }

.wd__section {
  background-color: #FFFFFF; }

.wd__section .lity.lity-opened {
  z-index: 999999; }

.wd__section .row .col[class*='push-'],
.wd__section .row .col[class*='pull-'] {
  position: relative; }

.wd__section .always__on__top {
  position: relative;
  z-index: 1000; }

.wd__section .no__wrap {
  display: inline-block;
  white-space: nowrap; }

.wd__section .slick-dots li {
  margin-right: 10px;
  margin-left: 10px; }
  .wd__section .slick-dots li button::before {
    color: #1c1b19;
    font-size: 41px; }
  .wd__section .slick-dots li button:hover::before {
    color: #1c1b19; }

.wd__section .large_use,
.wd__section .medium_use,
.wd__section .small_use {
  display: none; }

.wd__section .large_use {
  display: block \9; }

.wd__section .large_unuse {
  display: none \9; }

.wd__section .img {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.header-section-nav {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1920px; }
  .header-section-nav .subnav-nownav {
    display: none; }
  .header-section-nav .section-nav {
    display: block;
    position: relative;
    font-size: 0;
    text-align: center; }
    .header-section-nav .section-nav .nav-item {
      display: inline-block;
      position: relative;
      cursor: pointer;
      width: 33.3%;
      font-size: 0;
      vertical-align: bottom; }
      .header-section-nav .section-nav .nav-item .item-img {
        display: block;
        position: relative;
        top: -2px;
        margin-right: auto;
        margin-left: auto;
        height: 47px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain; }

.header-container .subnav-nownav {
  display: block;
  position: absolute;
  right: 0;
  text-align: right; }
  .header-container .subnav-nownav .nownav-text {
    display: inline-block;
    color: #fff; }

header.nav {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%; }
  header.nav.hide {
    display: none !important; }
  header.nav .logo {
    z-index: 9; }
  header.nav.show-section-nav .logo {
    z-index: 1; }
  header.nav.show-section-nav .section-nav {
    background-color: #ffe2cf; }
  header.nav.show-section-nav .nav-item {
    height: 47px;
    color: #f04444;
    text-align: center;
    min-height: 47px; }
    header.nav.show-section-nav .nav-item::before {
      display: inline-block;
      position: relative;
      width: 10px;
      height: 100%;
      content: '';
      vertical-align: middle; }
    header.nav.show-section-nav .nav-item .item-text {
      display: inline-block;
      font-size: 25px;
      vertical-align: middle; }

.section__kv .img_container {
  position: relative;
  overflow: hidden;
  width: 100%; }

.section__kv .eventComment {
  position: absolute;
  top: 411px;
  left: 50%;
  margin-left: -392px; }
  .section__kv .eventComment .eventComment-text {
    color: #555;
    font-size: 19px;
    transform: skew(6deg, -27deg) scale(1, 1.2); }

.section__kv .laptopLogo {
  display: block;
  position: absolute;
  left: 50%;
  width: 100%;
  height: 1px;
  transform: translateX(-50%); }

.section__kv .img__laptop {
  position: absolute;
  width: 577px;
  height: 504px;
  background-image: url("../images/icon/icon_laptop.svg");
  background-size: contain; }

.section__2 .offersShop-list-0 .offersShop-item-0 .img__item {
  background-image: url("../images/large/1x/s2/p0/shop_logo-0.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-list-0 .offersShop-item-0 .img__item {
    background-image: url("../images/large/2x/s2/p0/shop_logo-0.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-list-0 .offersShop-item-0 .img__item {
    background-image: url("../images/large/2x/s2/p0/shop_logo-0.png"); } }

.section__2 .offersShop-list-0 .offersShop-item-1 .img__item {
  background-image: url("../images/large/1x/s2/p0/shop_logo-1.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-list-0 .offersShop-item-1 .img__item {
    background-image: url("../images/large/2x/s2/p0/shop_logo-1.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-list-0 .offersShop-item-1 .img__item {
    background-image: url("../images/large/2x/s2/p0/shop_logo-1.png"); } }

.section__2 .offersShop-list-0 .offersShop-item-2 .img__item {
  background-image: url("../images/large/1x/s2/p0/shop_logo-2.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-list-0 .offersShop-item-2 .img__item {
    background-image: url("../images/large/2x/s2/p0/shop_logo-2.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-list-0 .offersShop-item-2 .img__item {
    background-image: url("../images/large/2x/s2/p0/shop_logo-2.png"); } }

.section__2 .offersShop-list-0 .offersShop-item-3 .img__item {
  background-image: url("../images/large/1x/s2/p0/shop_logo-3.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-list-0 .offersShop-item-3 .img__item {
    background-image: url("../images/large/2x/s2/p0/shop_logo-3.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-list-0 .offersShop-item-3 .img__item {
    background-image: url("../images/large/2x/s2/p0/shop_logo-3.png"); } }

.section__2 .offersShop-list-0 .offersShop-item-4 .img__item {
  background-image: url("../images/large/1x/s2/p0/shop_logo-4.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-list-0 .offersShop-item-4 .img__item {
    background-image: url("../images/large/2x/s2/p0/shop_logo-4.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-list-0 .offersShop-item-4 .img__item {
    background-image: url("../images/large/2x/s2/p0/shop_logo-4.png"); } }

.section__2 .offersShop-list-0 .offersShop-item-5 .img__item {
  background-image: url("../images/large/1x/s2/p0/shop_logo-5.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-list-0 .offersShop-item-5 .img__item {
    background-image: url("../images/large/2x/s2/p0/shop_logo-5.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-list-0 .offersShop-item-5 .img__item {
    background-image: url("../images/large/2x/s2/p0/shop_logo-5.png"); } }

.section__2 .offersShop-list-0 .offersShop-item-6 .img__item {
  background-image: url("../images/large/1x/s2/p0/shop_logo-6.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-list-0 .offersShop-item-6 .img__item {
    background-image: url("../images/large/2x/s2/p0/shop_logo-6.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-list-0 .offersShop-item-6 .img__item {
    background-image: url("../images/large/2x/s2/p0/shop_logo-6.png"); } }

.section__2 .offersShop-list-0 .offersShop-item-7 .img__item {
  background-image: url("../images/large/1x/s2/p0/shop_logo-7.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-list-0 .offersShop-item-7 .img__item {
    background-image: url("../images/large/2x/s2/p0/shop_logo-7.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-list-0 .offersShop-item-7 .img__item {
    background-image: url("../images/large/2x/s2/p0/shop_logo-7.png"); } }

.section__2 .offersShop-list-0 .offersShop-item-8 .img__item {
  background-image: url("../images/large/1x/s2/p0/shop_logo-8.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-list-0 .offersShop-item-8 .img__item {
    background-image: url("../images/large/2x/s2/p0/shop_logo-8.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-list-0 .offersShop-item-8 .img__item {
    background-image: url("../images/large/2x/s2/p0/shop_logo-8.png"); } }

.section__2 .offersShop-list-0 .offersShop-item-9 .img__item {
  background-image: url("../images/large/1x/s2/p0/shop_logo-9.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-list-0 .offersShop-item-9 .img__item {
    background-image: url("../images/large/2x/s2/p0/shop_logo-9.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-list-0 .offersShop-item-9 .img__item {
    background-image: url("../images/large/2x/s2/p0/shop_logo-9.png"); } }

.section__2 .offersShop-list-0 .offersShop-item-10 .img__item {
  background-image: url("../images/large/1x/s2/p0/shop_logo-10.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-list-0 .offersShop-item-10 .img__item {
    background-image: url("../images/large/2x/s2/p0/shop_logo-10.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-list-0 .offersShop-item-10 .img__item {
    background-image: url("../images/large/2x/s2/p0/shop_logo-10.png"); } }

.section__2 .offersShop-list-0 .offersShop-item-11 .img__item {
  background-image: url("../images/large/1x/s2/p0/shop_logo-11.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-list-0 .offersShop-item-11 .img__item {
    background-image: url("../images/large/2x/s2/p0/shop_logo-11.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-list-0 .offersShop-item-11 .img__item {
    background-image: url("../images/large/2x/s2/p0/shop_logo-11.png"); } }

.section__2 .offersShop-list-0 .offersShop-item-12 .img__item {
  background-image: url("../images/large/1x/s2/p0/shop_logo-12.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-list-0 .offersShop-item-12 .img__item {
    background-image: url("../images/large/2x/s2/p0/shop_logo-12.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-list-0 .offersShop-item-12 .img__item {
    background-image: url("../images/large/2x/s2/p0/shop_logo-12.png"); } }

.section__2 .offersShop-list-0 .offersShop-item-13 .img__item {
  background-image: url("../images/large/1x/s2/p0/shop_logo-13.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-list-0 .offersShop-item-13 .img__item {
    background-image: url("../images/large/2x/s2/p0/shop_logo-13.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-list-0 .offersShop-item-13 .img__item {
    background-image: url("../images/large/2x/s2/p0/shop_logo-13.png"); } }

.section__2 .offersShop-list-0 .offersShop-item-14 .img__item {
  background-image: url("../images/large/1x/s2/p0/shop_logo-14.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-list-0 .offersShop-item-14 .img__item {
    background-image: url("../images/large/2x/s2/p0/shop_logo-14.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-list-0 .offersShop-item-14 .img__item {
    background-image: url("../images/large/2x/s2/p0/shop_logo-14.png"); } }

.section__2 .offersShop-list-0 .offersShop-item-15 .img__item {
  background-image: url("../images/large/1x/s2/p0/shop_logo-15.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-list-0 .offersShop-item-15 .img__item {
    background-image: url("../images/large/2x/s2/p0/shop_logo-15.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-list-0 .offersShop-item-15 .img__item {
    background-image: url("../images/large/2x/s2/p0/shop_logo-15.png"); } }

.section__2 .offersShop-list-0 .offersShop-item-16 .img__item {
  background-image: url("../images/large/1x/s2/p0/shop_logo-16.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-list-0 .offersShop-item-16 .img__item {
    background-image: url("../images/large/2x/s2/p0/shop_logo-16.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-list-0 .offersShop-item-16 .img__item {
    background-image: url("../images/large/2x/s2/p0/shop_logo-16.png"); } }

.section__2 .offersShop-list-0 .offersShop-item-17 .img__item {
  background-image: url("../images/large/1x/s2/p0/shop_logo-17.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-list-0 .offersShop-item-17 .img__item {
    background-image: url("../images/large/2x/s2/p0/shop_logo-17.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-list-0 .offersShop-item-17 .img__item {
    background-image: url("../images/large/2x/s2/p0/shop_logo-17.png"); } }

.section__2 .offersShop-list-0 .offersShop-item-18 .img__item {
  background-image: url("../images/large/1x/s2/p0/shop_logo-18.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-list-0 .offersShop-item-18 .img__item {
    background-image: url("../images/large/2x/s2/p0/shop_logo-18.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-list-0 .offersShop-item-18 .img__item {
    background-image: url("../images/large/2x/s2/p0/shop_logo-18.png"); } }

.section__2 .offersShop-list-0 .offersShop-item-19 .img__item {
  background-image: url("../images/large/1x/s2/p0/shop_logo-19.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-list-0 .offersShop-item-19 .img__item {
    background-image: url("../images/large/2x/s2/p0/shop_logo-19.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-list-0 .offersShop-item-19 .img__item {
    background-image: url("../images/large/2x/s2/p0/shop_logo-19.png"); } }

.section__2 .offersShop-list-0 .offersShop-item-20 .img__item {
  background-image: url("../images/large/1x/s2/p0/shop_logo-20.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-list-0 .offersShop-item-20 .img__item {
    background-image: url("../images/large/2x/s2/p0/shop_logo-20.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-list-0 .offersShop-item-20 .img__item {
    background-image: url("../images/large/2x/s2/p0/shop_logo-20.png"); } }

.section__2 .offersShop-list-1 .offersShop-item-0 .img__item {
  background-image: url("../images/large/1x/s2/p1/shop_logo-0.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-list-1 .offersShop-item-0 .img__item {
    background-image: url("../images/large/2x/s2/p1/shop_logo-0.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-list-1 .offersShop-item-0 .img__item {
    background-image: url("../images/large/2x/s2/p1/shop_logo-0.png"); } }

.section__2 .offersShop-list-1 .offersShop-item-1 .img__item {
  background-image: url("../images/large/1x/s2/p1/shop_logo-1.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-list-1 .offersShop-item-1 .img__item {
    background-image: url("../images/large/2x/s2/p1/shop_logo-1.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-list-1 .offersShop-item-1 .img__item {
    background-image: url("../images/large/2x/s2/p1/shop_logo-1.png"); } }

.section__2 .offersShop-list-1 .offersShop-item-2 .img__item {
  background-image: url("../images/large/1x/s2/p1/shop_logo-2.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-list-1 .offersShop-item-2 .img__item {
    background-image: url("../images/large/2x/s2/p1/shop_logo-2.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-list-1 .offersShop-item-2 .img__item {
    background-image: url("../images/large/2x/s2/p1/shop_logo-2.png"); } }

.section__2 .offersShop-list-1 .offersShop-item-3 .img__item {
  background-image: url("../images/large/1x/s2/p1/shop_logo-3.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-list-1 .offersShop-item-3 .img__item {
    background-image: url("../images/large/2x/s2/p1/shop_logo-3.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-list-1 .offersShop-item-3 .img__item {
    background-image: url("../images/large/2x/s2/p1/shop_logo-3.png"); } }

.section__2 .offersShop-list-1 .offersShop-item-4 .img__item {
  background-image: url("../images/large/1x/s2/p1/shop_logo-4.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-list-1 .offersShop-item-4 .img__item {
    background-image: url("../images/large/2x/s2/p1/shop_logo-4.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-list-1 .offersShop-item-4 .img__item {
    background-image: url("../images/large/2x/s2/p1/shop_logo-4.png"); } }

.section__2 .offersShop-list-1 .offersShop-item-5 .img__item {
  background-image: url("../images/large/1x/s2/p1/shop_logo-5.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-list-1 .offersShop-item-5 .img__item {
    background-image: url("../images/large/2x/s2/p1/shop_logo-5.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-list-1 .offersShop-item-5 .img__item {
    background-image: url("../images/large/2x/s2/p1/shop_logo-5.png"); } }

.section__2 .offersShop-list-1 .offersShop-item-6 .img__item {
  background-image: url("../images/large/1x/s2/p1/shop_logo-6.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-list-1 .offersShop-item-6 .img__item {
    background-image: url("../images/large/2x/s2/p1/shop_logo-6.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-list-1 .offersShop-item-6 .img__item {
    background-image: url("../images/large/2x/s2/p1/shop_logo-6.png"); } }

.section__2 .offersShop-list-1 .offersShop-item-7 .img__item {
  background-image: url("../images/large/1x/s2/p1/shop_logo-7.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-list-1 .offersShop-item-7 .img__item {
    background-image: url("../images/large/2x/s2/p1/shop_logo-7.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-list-1 .offersShop-item-7 .img__item {
    background-image: url("../images/large/2x/s2/p1/shop_logo-7.png"); } }

.section__2 .offersShop-list-1 .offersShop-item-8 .img__item {
  background-image: url("../images/large/1x/s2/p1/shop_logo-8.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-list-1 .offersShop-item-8 .img__item {
    background-image: url("../images/large/2x/s2/p1/shop_logo-8.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-list-1 .offersShop-item-8 .img__item {
    background-image: url("../images/large/2x/s2/p1/shop_logo-8.png"); } }

.section__2 .offersShop-list-1 .offersShop-item-9 .img__item {
  background-image: url("../images/large/1x/s2/p1/shop_logo-9.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-list-1 .offersShop-item-9 .img__item {
    background-image: url("../images/large/2x/s2/p1/shop_logo-9.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-list-1 .offersShop-item-9 .img__item {
    background-image: url("../images/large/2x/s2/p1/shop_logo-9.png"); } }

.section__2 .offersShop-list-1 .offersShop-item-10 .img__item {
  background-image: url("../images/large/1x/s2/p1/shop_logo-10.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-list-1 .offersShop-item-10 .img__item {
    background-image: url("../images/large/2x/s2/p1/shop_logo-10.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-list-1 .offersShop-item-10 .img__item {
    background-image: url("../images/large/2x/s2/p1/shop_logo-10.png"); } }

.section__2 .offersShop-list-1 .offersShop-item-11 .img__item {
  background-image: url("../images/large/1x/s2/p1/shop_logo-11.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-list-1 .offersShop-item-11 .img__item {
    background-image: url("../images/large/2x/s2/p1/shop_logo-11.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-list-1 .offersShop-item-11 .img__item {
    background-image: url("../images/large/2x/s2/p1/shop_logo-11.png"); } }

.section__2 .offersShop-list-1 .offersShop-item-12 .img__item {
  background-image: url("../images/large/1x/s2/p1/shop_logo-12.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-list-1 .offersShop-item-12 .img__item {
    background-image: url("../images/large/2x/s2/p1/shop_logo-12.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-list-1 .offersShop-item-12 .img__item {
    background-image: url("../images/large/2x/s2/p1/shop_logo-12.png"); } }

.section__2 .offersShop-list-1 .offersShop-item-13 .img__item {
  background-image: url("../images/large/1x/s2/p1/shop_logo-13.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-list-1 .offersShop-item-13 .img__item {
    background-image: url("../images/large/2x/s2/p1/shop_logo-13.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-list-1 .offersShop-item-13 .img__item {
    background-image: url("../images/large/2x/s2/p1/shop_logo-13.png"); } }

.section__2 .offersShop-list-1 .offersShop-item-14 .img__item {
  background-image: url("../images/large/1x/s2/p1/shop_logo-14.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-list-1 .offersShop-item-14 .img__item {
    background-image: url("../images/large/2x/s2/p1/shop_logo-14.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-list-1 .offersShop-item-14 .img__item {
    background-image: url("../images/large/2x/s2/p1/shop_logo-14.png"); } }

.section__2 .offersShop-list-1 .offersShop-item-15 .img__item {
  background-image: url("../images/large/1x/s2/p1/shop_logo-15.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-list-1 .offersShop-item-15 .img__item {
    background-image: url("../images/large/2x/s2/p1/shop_logo-15.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-list-1 .offersShop-item-15 .img__item {
    background-image: url("../images/large/2x/s2/p1/shop_logo-15.png"); } }

.section__2 .offersShop-list-1 .offersShop-item-16 .img__item {
  background-image: url("../images/large/1x/s2/p1/shop_logo-16.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-list-1 .offersShop-item-16 .img__item {
    background-image: url("../images/large/2x/s2/p1/shop_logo-16.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-list-1 .offersShop-item-16 .img__item {
    background-image: url("../images/large/2x/s2/p1/shop_logo-16.png"); } }

.section__2 .offersShop-list-1 .offersShop-item-17 .img__item {
  background-image: url("../images/large/1x/s2/p1/shop_logo-17.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-list-1 .offersShop-item-17 .img__item {
    background-image: url("../images/large/2x/s2/p1/shop_logo-17.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-list-1 .offersShop-item-17 .img__item {
    background-image: url("../images/large/2x/s2/p1/shop_logo-17.png"); } }

.section__2 .offersShop-list-1 .offersShop-item-18 .img__item {
  background-image: url("../images/large/1x/s2/p1/shop_logo-18.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-list-1 .offersShop-item-18 .img__item {
    background-image: url("../images/large/2x/s2/p1/shop_logo-18.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-list-1 .offersShop-item-18 .img__item {
    background-image: url("../images/large/2x/s2/p1/shop_logo-18.png"); } }

.section__2 .offersShop-list-1 .offersShop-item-19 .img__item {
  background-image: url("../images/large/1x/s2/p1/shop_logo-19.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-list-1 .offersShop-item-19 .img__item {
    background-image: url("../images/large/2x/s2/p1/shop_logo-19.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-list-1 .offersShop-item-19 .img__item {
    background-image: url("../images/large/2x/s2/p1/shop_logo-19.png"); } }

.section__2 .offersShop-list-1 .offersShop-item-20 .img__item {
  background-image: url("../images/large/1x/s2/p1/shop_logo-20.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-list-1 .offersShop-item-20 .img__item {
    background-image: url("../images/large/2x/s2/p1/shop_logo-20.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-list-1 .offersShop-item-20 .img__item {
    background-image: url("../images/large/2x/s2/p1/shop_logo-20.png"); } }

.section__2 .offersShop-list-2 .offersShop-item-0 .img__item {
  background-image: url("../images/large/1x/s2/p2/shop_logo-0.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-list-2 .offersShop-item-0 .img__item {
    background-image: url("../images/large/2x/s2/p2/shop_logo-0.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-list-2 .offersShop-item-0 .img__item {
    background-image: url("../images/large/2x/s2/p2/shop_logo-0.png"); } }

.section__2 .offersShop-list-2 .offersShop-item-1 .img__item {
  background-image: url("../images/large/1x/s2/p2/shop_logo-1.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-list-2 .offersShop-item-1 .img__item {
    background-image: url("../images/large/2x/s2/p2/shop_logo-1.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-list-2 .offersShop-item-1 .img__item {
    background-image: url("../images/large/2x/s2/p2/shop_logo-1.png"); } }

.section__2 .offersShop-list-2 .offersShop-item-2 .img__item {
  background-image: url("../images/large/1x/s2/p2/shop_logo-2.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-list-2 .offersShop-item-2 .img__item {
    background-image: url("../images/large/2x/s2/p2/shop_logo-2.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-list-2 .offersShop-item-2 .img__item {
    background-image: url("../images/large/2x/s2/p2/shop_logo-2.png"); } }

.section__2 .offersShop-list-2 .offersShop-item-3 .img__item {
  background-image: url("../images/large/1x/s2/p2/shop_logo-3.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-list-2 .offersShop-item-3 .img__item {
    background-image: url("../images/large/2x/s2/p2/shop_logo-3.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-list-2 .offersShop-item-3 .img__item {
    background-image: url("../images/large/2x/s2/p2/shop_logo-3.png"); } }

.section__2 .offersShop-list-2 .offersShop-item-4 .img__item {
  background-image: url("../images/large/1x/s2/p2/shop_logo-4.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-list-2 .offersShop-item-4 .img__item {
    background-image: url("../images/large/2x/s2/p2/shop_logo-4.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-list-2 .offersShop-item-4 .img__item {
    background-image: url("../images/large/2x/s2/p2/shop_logo-4.png"); } }

.section__2 .offersShop-list-2 .offersShop-item-5 .img__item {
  background-image: url("../images/large/1x/s2/p2/shop_logo-5.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-list-2 .offersShop-item-5 .img__item {
    background-image: url("../images/large/2x/s2/p2/shop_logo-5.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-list-2 .offersShop-item-5 .img__item {
    background-image: url("../images/large/2x/s2/p2/shop_logo-5.png"); } }

.section__2 .offersShop-list-2 .offersShop-item-6 .img__item {
  background-image: url("../images/large/1x/s2/p2/shop_logo-6.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-list-2 .offersShop-item-6 .img__item {
    background-image: url("../images/large/2x/s2/p2/shop_logo-6.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-list-2 .offersShop-item-6 .img__item {
    background-image: url("../images/large/2x/s2/p2/shop_logo-6.png"); } }

.section__2 .offersShop-list-2 .offersShop-item-7 .img__item {
  background-image: url("../images/large/1x/s2/p2/shop_logo-7.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-list-2 .offersShop-item-7 .img__item {
    background-image: url("../images/large/2x/s2/p2/shop_logo-7.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-list-2 .offersShop-item-7 .img__item {
    background-image: url("../images/large/2x/s2/p2/shop_logo-7.png"); } }

.section__2 .offersShop-list-2 .offersShop-item-8 .img__item {
  background-image: url("../images/large/1x/s2/p2/shop_logo-8.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-list-2 .offersShop-item-8 .img__item {
    background-image: url("../images/large/2x/s2/p2/shop_logo-8.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-list-2 .offersShop-item-8 .img__item {
    background-image: url("../images/large/2x/s2/p2/shop_logo-8.png"); } }

.section__2 .offersShop-list-2 .offersShop-item-9 .img__item {
  background-image: url("../images/large/1x/s2/p2/shop_logo-9.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-list-2 .offersShop-item-9 .img__item {
    background-image: url("../images/large/2x/s2/p2/shop_logo-9.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-list-2 .offersShop-item-9 .img__item {
    background-image: url("../images/large/2x/s2/p2/shop_logo-9.png"); } }

.section__2 .offersShop-list-2 .offersShop-item-10 .img__item {
  background-image: url("../images/large/1x/s2/p2/shop_logo-10.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-list-2 .offersShop-item-10 .img__item {
    background-image: url("../images/large/2x/s2/p2/shop_logo-10.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-list-2 .offersShop-item-10 .img__item {
    background-image: url("../images/large/2x/s2/p2/shop_logo-10.png"); } }

.section__2 .offersShop-list-2 .offersShop-item-11 .img__item {
  background-image: url("../images/large/1x/s2/p2/shop_logo-11.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-list-2 .offersShop-item-11 .img__item {
    background-image: url("../images/large/2x/s2/p2/shop_logo-11.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-list-2 .offersShop-item-11 .img__item {
    background-image: url("../images/large/2x/s2/p2/shop_logo-11.png"); } }

.section__2 .offersShop-list-2 .offersShop-item-12 .img__item {
  background-image: url("../images/large/1x/s2/p2/shop_logo-12.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-list-2 .offersShop-item-12 .img__item {
    background-image: url("../images/large/2x/s2/p2/shop_logo-12.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-list-2 .offersShop-item-12 .img__item {
    background-image: url("../images/large/2x/s2/p2/shop_logo-12.png"); } }

.section__2 .offersShop-list-2 .offersShop-item-13 .img__item {
  background-image: url("../images/large/1x/s2/p2/shop_logo-13.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-list-2 .offersShop-item-13 .img__item {
    background-image: url("../images/large/2x/s2/p2/shop_logo-13.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-list-2 .offersShop-item-13 .img__item {
    background-image: url("../images/large/2x/s2/p2/shop_logo-13.png"); } }

.section__2 .offersShop-list-2 .offersShop-item-14 .img__item {
  background-image: url("../images/large/1x/s2/p2/shop_logo-14.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-list-2 .offersShop-item-14 .img__item {
    background-image: url("../images/large/2x/s2/p2/shop_logo-14.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-list-2 .offersShop-item-14 .img__item {
    background-image: url("../images/large/2x/s2/p2/shop_logo-14.png"); } }

.section__2 .offersShop-list-2 .offersShop-item-15 .img__item {
  background-image: url("../images/large/1x/s2/p2/shop_logo-15.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-list-2 .offersShop-item-15 .img__item {
    background-image: url("../images/large/2x/s2/p2/shop_logo-15.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-list-2 .offersShop-item-15 .img__item {
    background-image: url("../images/large/2x/s2/p2/shop_logo-15.png"); } }

.section__2 .offersShop-list-2 .offersShop-item-16 .img__item {
  background-image: url("../images/large/1x/s2/p2/shop_logo-16.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-list-2 .offersShop-item-16 .img__item {
    background-image: url("../images/large/2x/s2/p2/shop_logo-16.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-list-2 .offersShop-item-16 .img__item {
    background-image: url("../images/large/2x/s2/p2/shop_logo-16.png"); } }

.section__2 .offersShop-list-2 .offersShop-item-17 .img__item {
  background-image: url("../images/large/1x/s2/p2/shop_logo-17.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-list-2 .offersShop-item-17 .img__item {
    background-image: url("../images/large/2x/s2/p2/shop_logo-17.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-list-2 .offersShop-item-17 .img__item {
    background-image: url("../images/large/2x/s2/p2/shop_logo-17.png"); } }

.section__2 .offersShop-list-2 .offersShop-item-18 .img__item {
  background-image: url("../images/large/1x/s2/p2/shop_logo-18.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-list-2 .offersShop-item-18 .img__item {
    background-image: url("../images/large/2x/s2/p2/shop_logo-18.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-list-2 .offersShop-item-18 .img__item {
    background-image: url("../images/large/2x/s2/p2/shop_logo-18.png"); } }

.section__2 .offersShop-list-2 .offersShop-item-19 .img__item {
  background-image: url("../images/large/1x/s2/p2/shop_logo-19.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-list-2 .offersShop-item-19 .img__item {
    background-image: url("../images/large/2x/s2/p2/shop_logo-19.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-list-2 .offersShop-item-19 .img__item {
    background-image: url("../images/large/2x/s2/p2/shop_logo-19.png"); } }

.section__2 .offersShop-list-2 .offersShop-item-20 .img__item {
  background-image: url("../images/large/1x/s2/p2/shop_logo-20.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-list-2 .offersShop-item-20 .img__item {
    background-image: url("../images/large/2x/s2/p2/shop_logo-20.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-list-2 .offersShop-item-20 .img__item {
    background-image: url("../images/large/2x/s2/p2/shop_logo-20.png"); } }

.section__2 .offersShop-list-3 .offersShop-item-0 .img__item {
  background-image: url("../images/large/1x/s2/p3/shop_logo-0.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-list-3 .offersShop-item-0 .img__item {
    background-image: url("../images/large/2x/s2/p3/shop_logo-0.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-list-3 .offersShop-item-0 .img__item {
    background-image: url("../images/large/2x/s2/p3/shop_logo-0.png"); } }

.section__2 .offersShop-list-3 .offersShop-item-1 .img__item {
  background-image: url("../images/large/1x/s2/p3/shop_logo-1.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-list-3 .offersShop-item-1 .img__item {
    background-image: url("../images/large/2x/s2/p3/shop_logo-1.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-list-3 .offersShop-item-1 .img__item {
    background-image: url("../images/large/2x/s2/p3/shop_logo-1.png"); } }

.section__2 .offersShop-list-3 .offersShop-item-2 .img__item {
  background-image: url("../images/large/1x/s2/p3/shop_logo-2.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-list-3 .offersShop-item-2 .img__item {
    background-image: url("../images/large/2x/s2/p3/shop_logo-2.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-list-3 .offersShop-item-2 .img__item {
    background-image: url("../images/large/2x/s2/p3/shop_logo-2.png"); } }

.section__2 .offersShop-list-3 .offersShop-item-3 .img__item {
  background-image: url("../images/large/1x/s2/p3/shop_logo-3.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-list-3 .offersShop-item-3 .img__item {
    background-image: url("../images/large/2x/s2/p3/shop_logo-3.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-list-3 .offersShop-item-3 .img__item {
    background-image: url("../images/large/2x/s2/p3/shop_logo-3.png"); } }

.section__2 .offersShop-list-3 .offersShop-item-4 .img__item {
  background-image: url("../images/large/1x/s2/p3/shop_logo-4.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-list-3 .offersShop-item-4 .img__item {
    background-image: url("../images/large/2x/s2/p3/shop_logo-4.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-list-3 .offersShop-item-4 .img__item {
    background-image: url("../images/large/2x/s2/p3/shop_logo-4.png"); } }

.section__2 .offersShop-list-3 .offersShop-item-5 .img__item {
  background-image: url("../images/large/1x/s2/p3/shop_logo-5.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-list-3 .offersShop-item-5 .img__item {
    background-image: url("../images/large/2x/s2/p3/shop_logo-5.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-list-3 .offersShop-item-5 .img__item {
    background-image: url("../images/large/2x/s2/p3/shop_logo-5.png"); } }

.section__2 .offersShop-list-3 .offersShop-item-6 .img__item {
  background-image: url("../images/large/1x/s2/p3/shop_logo-6.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-list-3 .offersShop-item-6 .img__item {
    background-image: url("../images/large/2x/s2/p3/shop_logo-6.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-list-3 .offersShop-item-6 .img__item {
    background-image: url("../images/large/2x/s2/p3/shop_logo-6.png"); } }

.section__2 .offersShop-list-3 .offersShop-item-7 .img__item {
  background-image: url("../images/large/1x/s2/p3/shop_logo-7.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-list-3 .offersShop-item-7 .img__item {
    background-image: url("../images/large/2x/s2/p3/shop_logo-7.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-list-3 .offersShop-item-7 .img__item {
    background-image: url("../images/large/2x/s2/p3/shop_logo-7.png"); } }

.section__2 .offersShop-list-3 .offersShop-item-8 .img__item {
  background-image: url("../images/large/1x/s2/p3/shop_logo-8.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-list-3 .offersShop-item-8 .img__item {
    background-image: url("../images/large/2x/s2/p3/shop_logo-8.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-list-3 .offersShop-item-8 .img__item {
    background-image: url("../images/large/2x/s2/p3/shop_logo-8.png"); } }

.section__2 .offersShop-list-3 .offersShop-item-9 .img__item {
  background-image: url("../images/large/1x/s2/p3/shop_logo-9.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-list-3 .offersShop-item-9 .img__item {
    background-image: url("../images/large/2x/s2/p3/shop_logo-9.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-list-3 .offersShop-item-9 .img__item {
    background-image: url("../images/large/2x/s2/p3/shop_logo-9.png"); } }

.section__2 .offersShop-list-3 .offersShop-item-10 .img__item {
  background-image: url("../images/large/1x/s2/p3/shop_logo-10.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-list-3 .offersShop-item-10 .img__item {
    background-image: url("../images/large/2x/s2/p3/shop_logo-10.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-list-3 .offersShop-item-10 .img__item {
    background-image: url("../images/large/2x/s2/p3/shop_logo-10.png"); } }

.section__2 .offersShop-list-3 .offersShop-item-11 .img__item {
  background-image: url("../images/large/1x/s2/p3/shop_logo-11.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-list-3 .offersShop-item-11 .img__item {
    background-image: url("../images/large/2x/s2/p3/shop_logo-11.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-list-3 .offersShop-item-11 .img__item {
    background-image: url("../images/large/2x/s2/p3/shop_logo-11.png"); } }

.section__2 .offersShop-list-3 .offersShop-item-12 .img__item {
  background-image: url("../images/large/1x/s2/p3/shop_logo-12.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-list-3 .offersShop-item-12 .img__item {
    background-image: url("../images/large/2x/s2/p3/shop_logo-12.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-list-3 .offersShop-item-12 .img__item {
    background-image: url("../images/large/2x/s2/p3/shop_logo-12.png"); } }

.section__2 .offersShop-list-3 .offersShop-item-13 .img__item {
  background-image: url("../images/large/1x/s2/p3/shop_logo-13.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-list-3 .offersShop-item-13 .img__item {
    background-image: url("../images/large/2x/s2/p3/shop_logo-13.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-list-3 .offersShop-item-13 .img__item {
    background-image: url("../images/large/2x/s2/p3/shop_logo-13.png"); } }

.section__2 .offersShop-list-3 .offersShop-item-14 .img__item {
  background-image: url("../images/large/1x/s2/p3/shop_logo-14.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-list-3 .offersShop-item-14 .img__item {
    background-image: url("../images/large/2x/s2/p3/shop_logo-14.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-list-3 .offersShop-item-14 .img__item {
    background-image: url("../images/large/2x/s2/p3/shop_logo-14.png"); } }

.section__2 .offersShop-list-3 .offersShop-item-15 .img__item {
  background-image: url("../images/large/1x/s2/p3/shop_logo-15.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-list-3 .offersShop-item-15 .img__item {
    background-image: url("../images/large/2x/s2/p3/shop_logo-15.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-list-3 .offersShop-item-15 .img__item {
    background-image: url("../images/large/2x/s2/p3/shop_logo-15.png"); } }

.section__2 .offersShop-list-3 .offersShop-item-16 .img__item {
  background-image: url("../images/large/1x/s2/p3/shop_logo-16.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-list-3 .offersShop-item-16 .img__item {
    background-image: url("../images/large/2x/s2/p3/shop_logo-16.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-list-3 .offersShop-item-16 .img__item {
    background-image: url("../images/large/2x/s2/p3/shop_logo-16.png"); } }

.section__2 .offersShop-list-3 .offersShop-item-17 .img__item {
  background-image: url("../images/large/1x/s2/p3/shop_logo-17.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-list-3 .offersShop-item-17 .img__item {
    background-image: url("../images/large/2x/s2/p3/shop_logo-17.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-list-3 .offersShop-item-17 .img__item {
    background-image: url("../images/large/2x/s2/p3/shop_logo-17.png"); } }

.section__2 .offersShop-list-3 .offersShop-item-18 .img__item {
  background-image: url("../images/large/1x/s2/p3/shop_logo-18.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-list-3 .offersShop-item-18 .img__item {
    background-image: url("../images/large/2x/s2/p3/shop_logo-18.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-list-3 .offersShop-item-18 .img__item {
    background-image: url("../images/large/2x/s2/p3/shop_logo-18.png"); } }

.section__2 .offersShop-list-3 .offersShop-item-19 .img__item {
  background-image: url("../images/large/1x/s2/p3/shop_logo-19.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-list-3 .offersShop-item-19 .img__item {
    background-image: url("../images/large/2x/s2/p3/shop_logo-19.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-list-3 .offersShop-item-19 .img__item {
    background-image: url("../images/large/2x/s2/p3/shop_logo-19.png"); } }

.section__2 .offersShop-list-3 .offersShop-item-20 .img__item {
  background-image: url("../images/large/1x/s2/p3/shop_logo-20.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-list-3 .offersShop-item-20 .img__item {
    background-image: url("../images/large/2x/s2/p3/shop_logo-20.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-list-3 .offersShop-item-20 .img__item {
    background-image: url("../images/large/2x/s2/p3/shop_logo-20.png"); } }

.section__2 .wd__content.main-content-section .content__info {
  text-shadow: 0 0 7px black;
  width: 980px; }

.section__2 .offersShopListsNav:after {
  background-image: url("../images/large/1x/s2/tab_selected.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShopListsNav:after {
    background-image: url("../images/large/2x/s2/tab_selected.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__2 .offersShopListsNav:after {
    background-image: url("../images/large/2x/s2/tab_selected.png"); } }

.section__2 .offersShopListsNav {
  margin-right: auto;
  margin-left: auto;
  max-width: 1140px; }
  .section__2 .offersShopListsNav .nav {
    display: block; }
  .section__2 .offersShopListsNav .offersShopNav {
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-right: -3px;
    margin-left: -3px;
    width: 340px;
    height: 88px;
    text-align: center;
    border-bottom: 1px solid #555; }
    .section__2 .offersShopListsNav .offersShopNav span {
      display: block;
      width: 100%;
      color: #555;
      font-size: 35px;
      vertical-align: middle; }
  .section__2 .offersShopListsNav .offersShopNav::before {
    display: none;
    position: absolute;
    width: 0;
    height: 100%;
    vertical-align: middle;
    content: ''; }
  .section__2 .offersShopListsNav .offersShopNav,
  .section__2 .offersShopListsNav .offersShopNav * {
    outline: none; }
  .section__2 .offersShopListsNav .offersShopNav .offersShopNav_img-over {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 1px;
    transform: translateX(-50%); }
  .section__2 .offersShopListsNav .offersShopNav .img__over {
    display: blocks;
    position: absolute;
    bottom: -1px;
    left: 50%;
    opacity: 0;
    margin-left: -190px;
    width: 380px;
    height: 26px;
    transition: opacity 350ms; }

.section__2 .offersShopNav .img__over {
  background-image: url("../images/large/1x/s2/tab_selected.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShopNav .img__over {
    background-image: url("../images/large/2x/s2/tab_selected.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__2 .offersShopNav .img__over {
    background-image: url("../images/large/2x/s2/tab_selected.png"); } }

.section__2 .offersShopNav.selectedActive .img__over {
  opacity: 1; }

.section__2 .offersShopNav.selectedActive span {
  color: #33b5ec; }

.section__2 .offersShopNav:hover span {
  color: #33b5ec; }

.section__2 .offersShopListsNav::after {
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: ''; }

.section__2 .offersShop-list .offersShop {
  max-width: 1260px; }

.section__2 .offersShop-list .offersShop-item {
  box-sizing: border-box;
  outline: none;
  background-color: transparent;
  background-repeat: repeat-y;
  background-size: contain; }
  .section__2 .offersShop-list .offersShop-item::after {
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    background-size: contain;
    content: ''; }
  .section__2 .offersShop-list .offersShop-item::before {
    display: block;
    position: absolute;
    z-index: 3;
    left: 0;
    background-size: contain;
    content: ''; }
  .section__2 .offersShop-list .offersShop-item .itemInfoContainer {
    z-index: 5; }
  .section__2 .offersShop-list .offersShop-item .itemImgContainer {
    z-index: 9; }
  .section__2 .offersShop-list .offersShop-item .img__item {
    position: absolute;
    left: 50%;
    background-color: #f04444; }
  .section__2 .offersShop-list .offersShop-item .itemAction {
    z-index: 13;
    bottom: 21px; }

.section__2 .slick-track {
  margin-right: auto;
  margin-left: auto; }

.section__2 .slick-slide {
  height: auto !important; }
  .section__2 .slick-slide,
  .section__2 .slick-slide * {
    outline: none !important;
    outline: 0; }

.section__2 .slick-prev,
.section__2 .slick-next {
  text-indent: -1000000000000px;
  background-color: transparent; }

.section__2 .slick-prev {
  left: -58px; }

.section__2 .slick-next {
  right: -67px; }

.section__2 .slick-prev::before,
.section__2 .slick-next::before {
  top: 0;
  left: 0; }

.section__2 .slick-prev::before {
  background-image: url("../images/large/1x/icon/arrow_left.png") ;
  width: 46px;
  height: 94px;
  background-repeat: no-repeat;
  background-size: contain; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .section__2 .slick-prev::before {
      background-image: url("../images/large/2x/icon/arrow_left.png"); } }

.section__2 .slick-next::before {
  background-image: url("../images/large/1x/icon/arrow_right.png") ;
  width: 46px;
  height: 94px;
  background-repeat: no-repeat;
  background-size: contain; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .section__2 .slick-next::before {
      background-image: url("../images/large/2x/icon/arrow_right.png"); } }

.section__2 .slick-dots li button::before {
  opacity: 1;
  color: #555; }

.section__2 .slick-dots li.slick-active button::before,
.section__2 .slick-dots li button:hover::before {
  opacity: 1;
  color: #33b5ec; }

.section__3 .productGridTableCollection {
  background-color: transparent; }

.section__3 .productGridTableCollection .itemInfoContainer .itemInfoContent .itemInfo-title {
  margin-top: 8px;
  color: #555;
  font-size: 34px;
  line-height: 1; }

.section__3 .productGridTableCollection .itemInfoContainer .itemInfoContent .itemInfo-info {
  margin-top: 9px;
  color: #7f7f7f;
  font-size: 23px; }

.section__3 .productGridTableCollection .itemInfoContainer .itemInfo-point {
  left: 0;
  margin-left: 17px; }
  .section__3 .productGridTableCollection .itemInfoContainer .itemInfo-point li {
    margin-bottom: 8px;
    color: #555;
    line-height: 1.43; }

.section__3 .itemImgContainer .img {
  background-size: contain; }

.section__3 .itemAction-theme-0 .itemAction__link {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(150deg, #cf836c 0%, #cf836c 20%, #fbc6b0 40%, #b3664f 70%); }

.ieOld #CMD .section__3 .itemAction-theme-0 .itemAction__link {
  -webkit-text-fill-color: initial !important;
  background-image: none !important; }

.section__3 .itemAction-theme-0 .itemAction__link:hover span {
  border-bottom: 1px solid #cf836c !important; }

.section__3 .itemAction-theme-1 .itemAction__link {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(150deg, #25aae5 0%, #25aae5 20%, #63a6c3 40%, #0f4e69 70%); }

.ieOld #CMD .section__3 .itemAction-theme-1 .itemAction__link {
  -webkit-text-fill-color: initial !important;
  background-image: none !important; }

.section__3 .itemAction-theme-1 .itemAction__link:hover span {
  border-bottom: 1px solid #25aae5 !important; }

.section__4 {
  display: inline-block;
  padding-top: 6px; }
  .section__4 .pdcollectionNavContainer {
    width: 100%;
    max-width: 100%;
    background-color: #ffe2cf;
    line-height: 0; }
  .section__4 .pdcollection_nav {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 100%;
      background-color: #ffe2cf;
    line-height: 0; }
    .section__4 .pdcollection_nav .nav_item {
      display: inline-block;
      overflow: hidden;
      cursor: pointer;
      margin-right: 0;
      margin-left: 0;
      width: 33.3333%;
      height: 130px;
    }
      .section__4 .pdcollection_nav .nav_item:hover {
        background-color: #ffb39c; }
      .section__4 .pdcollection_nav .nav_item.js-selected {
        background-color: #fff; }
      .section__4 .pdcollection_nav .nav_item .img {
        display: none; }

.section__4 .pdcollectionNavContainer .nav_item {
  position: relative; }
  .section__4 .pdcollectionNavContainer .nav_item::before {
    display: block;
    position: absolute;
    bottom: 34px;
    left: 50%;
    width: 106px;
    height: 46px;
    background-size: contain;
    transform: translateX(-50%);
    content: '';
    /*background-image: url("../images/icon/tab_more.png"); */
  }

.section__4 .productGridTableCollection-list.unActive {
  padding: 0; }

.section__4 .productGridTableCollection-list ul ::mark {
  display: none !important; }

.section__4 .productGridTableCollection-list ul li {
  position: relative;
  padding-left: 20px; }
  .section__4 .productGridTableCollection-list ul li::before {
    display: block;
    position: absolute;
    top: 8px;
    left: 3px;
    width: 6px;
    height: 7px;
    content: '';
    background-image: url("../images/icon/listDot.svg"); }

.section__4 .productGridTableCollection-list .itemAction .itemAction-link {
  padding: 13px;
  color: orange;
  border: none;
  border-radius: 0;
  background-color: #f04444; }
  .section__4 .productGridTableCollection-list .itemAction .itemAction-link:hover {
    background-color: #33b5ec;
    color: #555555; }
  .section__4 .productGridTableCollection-list .itemAction .itemAction-link span {
    pointer-events: none;
    color: #ffffff; }

.section__4 .productGridTableCollection-list .itemImgContainer {
  width: 100%;
  height: 200px; }
  .section__4 .productGridTableCollection-list .itemImgContainer .img__pd {
    top: 50%;
    left: 50%;
    padding-bottom: 0;
    width: 314px;
    height: 224px;
    background-color: transparent;
    background-size: contain;
    transform: translate(-50%, -50%); }

.section__4 .productGridTableCollection-list .img__pd-logo {
  display: none; }

.section__5 .productGridTableCollection-0 .productGridTable-item-0 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p0/pd_0-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-0 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p0/pd_0-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-0 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p0/pd_0-logo.png"); } }

.section__5 .productGridTableCollection-0 .productGridTable-item-0 .img__pd {
  background-image: url("../images/large/1x/s5/p0/pd_0.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-0 .productGridTable-item-0 .img__pd {
    background-image: url("../images/large/2x/s5/p0/pd_0.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-0 .productGridTable-item-0 .img__pd {
    background-image: url("../images/large/2x/s5/p0/pd_0.png"); } }

.section__5 .productGridTableCollection-0 .productGridTable-item-1 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p0/pd_1-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-0 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p0/pd_1-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-0 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p0/pd_1-logo.png"); } }

.section__5 .productGridTableCollection-0 .productGridTable-item-1 .img__pd {
  background-image: url("../images/large/1x/s5/p0/pd_1.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-0 .productGridTable-item-1 .img__pd {
    background-image: url("../images/large/2x/s5/p0/pd_1.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-0 .productGridTable-item-1 .img__pd {
    background-image: url("../images/large/2x/s5/p0/pd_1.png"); } }

.section__5 .productGridTableCollection-0 .productGridTable-item-2 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p0/pd_2-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-0 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p0/pd_2-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-0 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p0/pd_2-logo.png"); } }

.section__5 .productGridTableCollection-0 .productGridTable-item-2 .img__pd {
  background-image: url("../images/large/1x/s5/p0/pd_2.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-0 .productGridTable-item-2 .img__pd {
    background-image: url("../images/large/2x/s5/p0/pd_2.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-0 .productGridTable-item-2 .img__pd {
    background-image: url("../images/large/2x/s5/p0/pd_2.png"); } }

.section__5 .productGridTableCollection-0 .productGridTable-item-3 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p0/pd_3-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-0 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p0/pd_3-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-0 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p0/pd_3-logo.png"); } }

.section__5 .productGridTableCollection-0 .productGridTable-item-3 .img__pd {
  background-image: url("../images/large/1x/s5/p0/pd_3.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-0 .productGridTable-item-3 .img__pd {
    background-image: url("../images/large/2x/s5/p0/pd_3.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-0 .productGridTable-item-3 .img__pd {
    background-image: url("../images/large/2x/s5/p0/pd_3.png"); } }

.section__5 .productGridTableCollection-0 .productGridTable-item-4 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p0/pd_4-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-0 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p0/pd_4-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-0 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p0/pd_4-logo.png"); } }

.section__5 .productGridTableCollection-0 .productGridTable-item-4 .img__pd {
  background-image: url("../images/large/1x/s5/p0/pd_4.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-0 .productGridTable-item-4 .img__pd {
    background-image: url("../images/large/2x/s5/p0/pd_4.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-0 .productGridTable-item-4 .img__pd {
    background-image: url("../images/large/2x/s5/p0/pd_4.png"); } }

.section__5 .productGridTableCollection-0 .productGridTable-item-5 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p0/pd_5-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-0 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p0/pd_5-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-0 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p0/pd_5-logo.png"); } }

.section__5 .productGridTableCollection-0 .productGridTable-item-5 .img__pd {
  background-image: url("../images/large/1x/s5/p0/pd_5.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-0 .productGridTable-item-5 .img__pd {
    background-image: url("../images/large/2x/s5/p0/pd_5.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-0 .productGridTable-item-5 .img__pd {
    background-image: url("../images/large/2x/s5/p0/pd_5.png"); } }

.section__5 .productGridTableCollection-0 .productGridTable-item-6 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p0/pd_6-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-0 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p0/pd_6-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-0 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p0/pd_6-logo.png"); } }

.section__5 .productGridTableCollection-0 .productGridTable-item-6 .img__pd {
  background-image: url("../images/large/1x/s5/p0/pd_6.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-0 .productGridTable-item-6 .img__pd {
    background-image: url("../images/large/2x/s5/p0/pd_6.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-0 .productGridTable-item-6 .img__pd {
    background-image: url("../images/large/2x/s5/p0/pd_6.png"); } }

.section__5 .productGridTableCollection-0 .productGridTable-item-7 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p0/pd_7-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-0 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p0/pd_7-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-0 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p0/pd_7-logo.png"); } }

.section__5 .productGridTableCollection-0 .productGridTable-item-7 .img__pd {
  background-image: url("../images/large/1x/s5/p0/pd_7.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-0 .productGridTable-item-7 .img__pd {
    background-image: url("../images/large/2x/s5/p0/pd_7.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-0 .productGridTable-item-7 .img__pd {
    background-image: url("../images/large/2x/s5/p0/pd_7.png"); } }

.section__5 .productGridTableCollection-0 .productGridTable-item-8 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p0/pd_8-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-0 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p0/pd_8-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-0 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p0/pd_8-logo.png"); } }

.section__5 .productGridTableCollection-0 .productGridTable-item-8 .img__pd {
  background-image: url("../images/large/1x/s5/p0/pd_8.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-0 .productGridTable-item-8 .img__pd {
    background-image: url("../images/large/2x/s5/p0/pd_8.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-0 .productGridTable-item-8 .img__pd {
    background-image: url("../images/large/2x/s5/p0/pd_8.png"); } }

.section__5 .productGridTableCollection-0 .productGridTable-item-9 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p0/pd_9-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-0 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p0/pd_9-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-0 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p0/pd_9-logo.png"); } }

.section__5 .productGridTableCollection-0 .productGridTable-item-9 .img__pd {
  background-image: url("../images/large/1x/s5/p0/pd_9.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-0 .productGridTable-item-9 .img__pd {
    background-image: url("../images/large/2x/s5/p0/pd_9.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-0 .productGridTable-item-9 .img__pd {
    background-image: url("../images/large/2x/s5/p0/pd_9.png"); } }

.section__5 .productGridTableCollection-0 .productGridTable-item-10 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p0/pd_10-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-0 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p0/pd_10-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-0 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p0/pd_10-logo.png"); } }

.section__5 .productGridTableCollection-0 .productGridTable-item-10 .img__pd {
  background-image: url("../images/large/1x/s5/p0/pd_10.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-0 .productGridTable-item-10 .img__pd {
    background-image: url("../images/large/2x/s5/p0/pd_10.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-0 .productGridTable-item-10 .img__pd {
    background-image: url("../images/large/2x/s5/p0/pd_10.png"); } }

.section__5 .productGridTableCollection-1 .productGridTable-item-0 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p1/pd_0-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-1 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p1/pd_0-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-1 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p1/pd_0-logo.png"); } }

.section__5 .productGridTableCollection-1 .productGridTable-item-0 .img__pd {
  background-image: url("../images/large/1x/s5/p1/pd_0.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-1 .productGridTable-item-0 .img__pd {
    background-image: url("../images/large/2x/s5/p1/pd_0.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-1 .productGridTable-item-0 .img__pd {
    background-image: url("../images/large/2x/s5/p1/pd_0.png"); } }

.section__5 .productGridTableCollection-1 .productGridTable-item-1 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p1/pd_1-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-1 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p1/pd_1-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-1 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p1/pd_1-logo.png"); } }

.section__5 .productGridTableCollection-1 .productGridTable-item-1 .img__pd {
  background-image: url("../images/large/1x/s5/p1/pd_1.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-1 .productGridTable-item-1 .img__pd {
    background-image: url("../images/large/2x/s5/p1/pd_1.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-1 .productGridTable-item-1 .img__pd {
    background-image: url("../images/large/2x/s5/p1/pd_1.png"); } }

.section__5 .productGridTableCollection-1 .productGridTable-item-2 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p1/pd_2-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-1 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p1/pd_2-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-1 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p1/pd_2-logo.png"); } }

.section__5 .productGridTableCollection-1 .productGridTable-item-2 .img__pd {
  background-image: url("../images/large/1x/s5/p1/pd_2.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-1 .productGridTable-item-2 .img__pd {
    background-image: url("../images/large/2x/s5/p1/pd_2.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-1 .productGridTable-item-2 .img__pd {
    background-image: url("../images/large/2x/s5/p1/pd_2.png"); } }

.section__5 .productGridTableCollection-1 .productGridTable-item-3 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p1/pd_3-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-1 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p1/pd_3-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-1 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p1/pd_3-logo.png"); } }

.section__5 .productGridTableCollection-1 .productGridTable-item-3 .img__pd {
  background-image: url("../images/large/1x/s5/p1/pd_3.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-1 .productGridTable-item-3 .img__pd {
    background-image: url("../images/large/2x/s5/p1/pd_3.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-1 .productGridTable-item-3 .img__pd {
    background-image: url("../images/large/2x/s5/p1/pd_3.png"); } }

.section__5 .productGridTableCollection-1 .productGridTable-item-4 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p1/pd_4-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-1 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p1/pd_4-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-1 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p1/pd_4-logo.png"); } }

.section__5 .productGridTableCollection-1 .productGridTable-item-4 .img__pd {
  background-image: url("../images/large/1x/s5/p1/pd_4.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-1 .productGridTable-item-4 .img__pd {
    background-image: url("../images/large/2x/s5/p1/pd_4.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-1 .productGridTable-item-4 .img__pd {
    background-image: url("../images/large/2x/s5/p1/pd_4.png"); } }

.section__5 .productGridTableCollection-1 .productGridTable-item-5 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p1/pd_5-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-1 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p1/pd_5-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-1 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p1/pd_5-logo.png"); } }

.section__5 .productGridTableCollection-1 .productGridTable-item-5 .img__pd {
  background-image: url("../images/large/1x/s5/p1/pd_5.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-1 .productGridTable-item-5 .img__pd {
    background-image: url("../images/large/2x/s5/p1/pd_5.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-1 .productGridTable-item-5 .img__pd {
    background-image: url("../images/large/2x/s5/p1/pd_5.png"); } }

.section__5 .productGridTableCollection-1 .productGridTable-item-6 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p1/pd_6-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-1 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p1/pd_6-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-1 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p1/pd_6-logo.png"); } }

.section__5 .productGridTableCollection-1 .productGridTable-item-6 .img__pd {
  background-image: url("../images/large/1x/s5/p1/pd_6.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-1 .productGridTable-item-6 .img__pd {
    background-image: url("../images/large/2x/s5/p1/pd_6.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-1 .productGridTable-item-6 .img__pd {
    background-image: url("../images/large/2x/s5/p1/pd_6.png"); } }

.section__5 .productGridTableCollection-1 .productGridTable-item-7 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p1/pd_7-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-1 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p1/pd_7-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-1 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p1/pd_7-logo.png"); } }

.section__5 .productGridTableCollection-1 .productGridTable-item-7 .img__pd {
  background-image: url("../images/large/1x/s5/p1/pd_7.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-1 .productGridTable-item-7 .img__pd {
    background-image: url("../images/large/2x/s5/p1/pd_7.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-1 .productGridTable-item-7 .img__pd {
    background-image: url("../images/large/2x/s5/p1/pd_7.png"); } }

.section__5 .productGridTableCollection-1 .productGridTable-item-8 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p1/pd_8-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-1 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p1/pd_8-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-1 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p1/pd_8-logo.png"); } }

.section__5 .productGridTableCollection-1 .productGridTable-item-8 .img__pd {
  background-image: url("../images/large/1x/s5/p1/pd_8.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-1 .productGridTable-item-8 .img__pd {
    background-image: url("../images/large/2x/s5/p1/pd_8.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-1 .productGridTable-item-8 .img__pd {
    background-image: url("../images/large/2x/s5/p1/pd_8.png"); } }

.section__5 .productGridTableCollection-1 .productGridTable-item-9 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p1/pd_9-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-1 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p1/pd_9-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-1 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p1/pd_9-logo.png"); } }

.section__5 .productGridTableCollection-1 .productGridTable-item-9 .img__pd {
  background-image: url("../images/large/1x/s5/p1/pd_9.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-1 .productGridTable-item-9 .img__pd {
    background-image: url("../images/large/2x/s5/p1/pd_9.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-1 .productGridTable-item-9 .img__pd {
    background-image: url("../images/large/2x/s5/p1/pd_9.png"); } }

.section__5 .productGridTableCollection-1 .productGridTable-item-10 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p1/pd_10-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-1 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p1/pd_10-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-1 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p1/pd_10-logo.png"); } }

.section__5 .productGridTableCollection-1 .productGridTable-item-10 .img__pd {
  background-image: url("../images/large/1x/s5/p1/pd_10.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-1 .productGridTable-item-10 .img__pd {
    background-image: url("../images/large/2x/s5/p1/pd_10.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-1 .productGridTable-item-10 .img__pd {
    background-image: url("../images/large/2x/s5/p1/pd_10.png"); } }

.section__5 .productGridTableCollection-2 .productGridTable-item-0 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p2/pd_0-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-2 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p2/pd_0-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-2 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p2/pd_0-logo.png"); } }

.section__5 .productGridTableCollection-2 .productGridTable-item-0 .img__pd {
  background-image: url("../images/large/1x/s5/p2/pd_0.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-2 .productGridTable-item-0 .img__pd {
    background-image: url("../images/large/2x/s5/p2/pd_0.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-2 .productGridTable-item-0 .img__pd {
    background-image: url("../images/large/2x/s5/p2/pd_0.png"); } }

.section__5 .productGridTableCollection-2 .productGridTable-item-1 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p2/pd_1-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-2 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p2/pd_1-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-2 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p2/pd_1-logo.png"); } }

.section__5 .productGridTableCollection-2 .productGridTable-item-1 .img__pd {
  background-image: url("../images/large/1x/s5/p2/pd_1.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-2 .productGridTable-item-1 .img__pd {
    background-image: url("../images/large/2x/s5/p2/pd_1.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-2 .productGridTable-item-1 .img__pd {
    background-image: url("../images/large/2x/s5/p2/pd_1.png"); } }

.section__5 .productGridTableCollection-2 .productGridTable-item-2 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p2/pd_2-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-2 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p2/pd_2-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-2 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p2/pd_2-logo.png"); } }

.section__5 .productGridTableCollection-2 .productGridTable-item-2 .img__pd {
  background-image: url("../images/large/1x/s5/p2/pd_2.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-2 .productGridTable-item-2 .img__pd {
    background-image: url("../images/large/2x/s5/p2/pd_2.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-2 .productGridTable-item-2 .img__pd {
    background-image: url("../images/large/2x/s5/p2/pd_2.png"); } }

.section__5 .productGridTableCollection-2 .productGridTable-item-3 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p2/pd_3-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-2 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p2/pd_3-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-2 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p2/pd_3-logo.png"); } }

.section__5 .productGridTableCollection-2 .productGridTable-item-3 .img__pd {
  background-image: url("../images/large/1x/s5/p2/pd_3.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-2 .productGridTable-item-3 .img__pd {
    background-image: url("../images/large/2x/s5/p2/pd_3.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-2 .productGridTable-item-3 .img__pd {
    background-image: url("../images/large/2x/s5/p2/pd_3.png"); } }

.section__5 .productGridTableCollection-2 .productGridTable-item-4 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p2/pd_4-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-2 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p2/pd_4-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-2 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p2/pd_4-logo.png"); } }

.section__5 .productGridTableCollection-2 .productGridTable-item-4 .img__pd {
  background-image: url("../images/large/1x/s5/p2/pd_4.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-2 .productGridTable-item-4 .img__pd {
    background-image: url("../images/large/2x/s5/p2/pd_4.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-2 .productGridTable-item-4 .img__pd {
    background-image: url("../images/large/2x/s5/p2/pd_4.png"); } }

.section__5 .productGridTableCollection-2 .productGridTable-item-5 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p2/pd_5-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-2 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p2/pd_5-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-2 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p2/pd_5-logo.png"); } }

.section__5 .productGridTableCollection-2 .productGridTable-item-5 .img__pd {
  background-image: url("../images/large/1x/s5/p2/pd_5.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-2 .productGridTable-item-5 .img__pd {
    background-image: url("../images/large/2x/s5/p2/pd_5.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-2 .productGridTable-item-5 .img__pd {
    background-image: url("../images/large/2x/s5/p2/pd_5.png"); } }

.section__5 .productGridTableCollection-2 .productGridTable-item-6 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p2/pd_6-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-2 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p2/pd_6-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-2 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p2/pd_6-logo.png"); } }

.section__5 .productGridTableCollection-2 .productGridTable-item-6 .img__pd {
  background-image: url("../images/large/1x/s5/p2/pd_6.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-2 .productGridTable-item-6 .img__pd {
    background-image: url("../images/large/2x/s5/p2/pd_6.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-2 .productGridTable-item-6 .img__pd {
    background-image: url("../images/large/2x/s5/p2/pd_6.png"); } }

.section__5 .productGridTableCollection-2 .productGridTable-item-7 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p2/pd_7-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-2 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p2/pd_7-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-2 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p2/pd_7-logo.png"); } }

.section__5 .productGridTableCollection-2 .productGridTable-item-7 .img__pd {
  background-image: url("../images/large/1x/s5/p2/pd_7.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-2 .productGridTable-item-7 .img__pd {
    background-image: url("../images/large/2x/s5/p2/pd_7.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-2 .productGridTable-item-7 .img__pd {
    background-image: url("../images/large/2x/s5/p2/pd_7.png"); } }

.section__5 .productGridTableCollection-2 .productGridTable-item-8 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p2/pd_8-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-2 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p2/pd_8-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-2 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p2/pd_8-logo.png"); } }

.section__5 .productGridTableCollection-2 .productGridTable-item-8 .img__pd {
  background-image: url("../images/large/1x/s5/p2/pd_8.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-2 .productGridTable-item-8 .img__pd {
    background-image: url("../images/large/2x/s5/p2/pd_8.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-2 .productGridTable-item-8 .img__pd {
    background-image: url("../images/large/2x/s5/p2/pd_8.png"); } }

.section__5 .productGridTableCollection-2 .productGridTable-item-9 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p2/pd_9-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-2 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p2/pd_9-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-2 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p2/pd_9-logo.png"); } }

.section__5 .productGridTableCollection-2 .productGridTable-item-9 .img__pd {
  background-image: url("../images/large/1x/s5/p2/pd_9.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-2 .productGridTable-item-9 .img__pd {
    background-image: url("../images/large/2x/s5/p2/pd_9.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-2 .productGridTable-item-9 .img__pd {
    background-image: url("../images/large/2x/s5/p2/pd_9.png"); } }

.section__5 .productGridTableCollection-2 .productGridTable-item-10 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p2/pd_10-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-2 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p2/pd_10-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-2 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p2/pd_10-logo.png"); } }

.section__5 .productGridTableCollection-2 .productGridTable-item-10 .img__pd {
  background-image: url("../images/large/1x/s5/p2/pd_10.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-2 .productGridTable-item-10 .img__pd {
    background-image: url("../images/large/2x/s5/p2/pd_10.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-2 .productGridTable-item-10 .img__pd {
    background-image: url("../images/large/2x/s5/p2/pd_10.png"); } }

.section__5 .productGridTableCollection-3 .productGridTable-item-0 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p3/pd_0-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-3 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p3/pd_0-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-3 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p3/pd_0-logo.png"); } }

.section__5 .productGridTableCollection-3 .productGridTable-item-0 .img__pd {
  background-image: url("../images/large/1x/s5/p3/pd_0.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-3 .productGridTable-item-0 .img__pd {
    background-image: url("../images/large/2x/s5/p3/pd_0.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-3 .productGridTable-item-0 .img__pd {
    background-image: url("../images/large/2x/s5/p3/pd_0.png"); } }

.section__5 .productGridTableCollection-3 .productGridTable-item-1 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p3/pd_1-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-3 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p3/pd_1-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-3 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p3/pd_1-logo.png"); } }

.section__5 .productGridTableCollection-3 .productGridTable-item-1 .img__pd {
  background-image: url("../images/large/1x/s5/p3/pd_1.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-3 .productGridTable-item-1 .img__pd {
    background-image: url("../images/large/2x/s5/p3/pd_1.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-3 .productGridTable-item-1 .img__pd {
    background-image: url("../images/large/2x/s5/p3/pd_1.png"); } }

.section__5 .productGridTableCollection-3 .productGridTable-item-2 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p3/pd_2-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-3 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p3/pd_2-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-3 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p3/pd_2-logo.png"); } }

.section__5 .productGridTableCollection-3 .productGridTable-item-2 .img__pd {
  background-image: url("../images/large/1x/s5/p3/pd_2.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-3 .productGridTable-item-2 .img__pd {
    background-image: url("../images/large/2x/s5/p3/pd_2.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-3 .productGridTable-item-2 .img__pd {
    background-image: url("../images/large/2x/s5/p3/pd_2.png"); } }

.section__5 .productGridTableCollection-3 .productGridTable-item-3 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p3/pd_3-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-3 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p3/pd_3-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-3 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p3/pd_3-logo.png"); } }

.section__5 .productGridTableCollection-3 .productGridTable-item-3 .img__pd {
  background-image: url("../images/large/1x/s5/p3/pd_3.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-3 .productGridTable-item-3 .img__pd {
    background-image: url("../images/large/2x/s5/p3/pd_3.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-3 .productGridTable-item-3 .img__pd {
    background-image: url("../images/large/2x/s5/p3/pd_3.png"); } }

.section__5 .productGridTableCollection-3 .productGridTable-item-4 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p3/pd_4-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-3 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p3/pd_4-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-3 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p3/pd_4-logo.png"); } }

.section__5 .productGridTableCollection-3 .productGridTable-item-4 .img__pd {
  background-image: url("../images/large/1x/s5/p3/pd_4.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-3 .productGridTable-item-4 .img__pd {
    background-image: url("../images/large/2x/s5/p3/pd_4.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-3 .productGridTable-item-4 .img__pd {
    background-image: url("../images/large/2x/s5/p3/pd_4.png"); } }

.section__5 .productGridTableCollection-3 .productGridTable-item-5 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p3/pd_5-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-3 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p3/pd_5-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-3 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p3/pd_5-logo.png"); } }

.section__5 .productGridTableCollection-3 .productGridTable-item-5 .img__pd {
  background-image: url("../images/large/1x/s5/p3/pd_5.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-3 .productGridTable-item-5 .img__pd {
    background-image: url("../images/large/2x/s5/p3/pd_5.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-3 .productGridTable-item-5 .img__pd {
    background-image: url("../images/large/2x/s5/p3/pd_5.png"); } }

.section__5 .productGridTableCollection-3 .productGridTable-item-6 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p3/pd_6-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-3 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p3/pd_6-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-3 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p3/pd_6-logo.png"); } }

.section__5 .productGridTableCollection-3 .productGridTable-item-6 .img__pd {
  background-image: url("../images/large/1x/s5/p3/pd_6.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-3 .productGridTable-item-6 .img__pd {
    background-image: url("../images/large/2x/s5/p3/pd_6.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-3 .productGridTable-item-6 .img__pd {
    background-image: url("../images/large/2x/s5/p3/pd_6.png"); } }

.section__5 .productGridTableCollection-3 .productGridTable-item-7 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p3/pd_7-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-3 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p3/pd_7-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-3 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p3/pd_7-logo.png"); } }

.section__5 .productGridTableCollection-3 .productGridTable-item-7 .img__pd {
  background-image: url("../images/large/1x/s5/p3/pd_7.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-3 .productGridTable-item-7 .img__pd {
    background-image: url("../images/large/2x/s5/p3/pd_7.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-3 .productGridTable-item-7 .img__pd {
    background-image: url("../images/large/2x/s5/p3/pd_7.png"); } }

.section__5 .productGridTableCollection-3 .productGridTable-item-8 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p3/pd_8-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-3 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p3/pd_8-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-3 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p3/pd_8-logo.png"); } }

.section__5 .productGridTableCollection-3 .productGridTable-item-8 .img__pd {
  background-image: url("../images/large/1x/s5/p3/pd_8.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-3 .productGridTable-item-8 .img__pd {
    background-image: url("../images/large/2x/s5/p3/pd_8.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-3 .productGridTable-item-8 .img__pd {
    background-image: url("../images/large/2x/s5/p3/pd_8.png"); } }

.section__5 .productGridTableCollection-3 .productGridTable-item-9 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p3/pd_9-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-3 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p3/pd_9-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-3 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p3/pd_9-logo.png"); } }

.section__5 .productGridTableCollection-3 .productGridTable-item-9 .img__pd {
  background-image: url("../images/large/1x/s5/p3/pd_9.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-3 .productGridTable-item-9 .img__pd {
    background-image: url("../images/large/2x/s5/p3/pd_9.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-3 .productGridTable-item-9 .img__pd {
    background-image: url("../images/large/2x/s5/p3/pd_9.png"); } }

.section__5 .productGridTableCollection-3 .productGridTable-item-10 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p3/pd_10-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-3 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p3/pd_10-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-3 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p3/pd_10-logo.png"); } }

.section__5 .productGridTableCollection-3 .productGridTable-item-10 .img__pd {
  background-image: url("../images/large/1x/s5/p3/pd_10.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-3 .productGridTable-item-10 .img__pd {
    background-image: url("../images/large/2x/s5/p3/pd_10.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-3 .productGridTable-item-10 .img__pd {
    background-image: url("../images/large/2x/s5/p3/pd_10.png"); } }

.section__5 .productGridTableCollection-4 .productGridTable-item-0 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p4/pd_0-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-4 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p4/pd_0-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-4 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p4/pd_0-logo.png"); } }

.section__5 .productGridTableCollection-4 .productGridTable-item-0 .img__pd {
  background-image: url("../images/large/1x/s5/p4/pd_0.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-4 .productGridTable-item-0 .img__pd {
    background-image: url("../images/large/2x/s5/p4/pd_0.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-4 .productGridTable-item-0 .img__pd {
    background-image: url("../images/large/2x/s5/p4/pd_0.png"); } }

.section__5 .productGridTableCollection-4 .productGridTable-item-1 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p4/pd_1-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-4 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p4/pd_1-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-4 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p4/pd_1-logo.png"); } }

.section__5 .productGridTableCollection-4 .productGridTable-item-1 .img__pd {
  background-image: url("../images/large/1x/s5/p4/pd_1.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-4 .productGridTable-item-1 .img__pd {
    background-image: url("../images/large/2x/s5/p4/pd_1.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-4 .productGridTable-item-1 .img__pd {
    background-image: url("../images/large/2x/s5/p4/pd_1.png"); } }

.section__5 .productGridTableCollection-4 .productGridTable-item-2 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p4/pd_2-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-4 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p4/pd_2-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-4 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p4/pd_2-logo.png"); } }

.section__5 .productGridTableCollection-4 .productGridTable-item-2 .img__pd {
  background-image: url("../images/large/1x/s5/p4/pd_2.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-4 .productGridTable-item-2 .img__pd {
    background-image: url("../images/large/2x/s5/p4/pd_2.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-4 .productGridTable-item-2 .img__pd {
    background-image: url("../images/large/2x/s5/p4/pd_2.png"); } }

.section__5 .productGridTableCollection-4 .productGridTable-item-3 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p4/pd_3-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-4 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p4/pd_3-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-4 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p4/pd_3-logo.png"); } }

.section__5 .productGridTableCollection-4 .productGridTable-item-3 .img__pd {
  background-image: url("../images/large/1x/s5/p4/pd_3.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-4 .productGridTable-item-3 .img__pd {
    background-image: url("../images/large/2x/s5/p4/pd_3.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-4 .productGridTable-item-3 .img__pd {
    background-image: url("../images/large/2x/s5/p4/pd_3.png"); } }

.section__5 .productGridTableCollection-4 .productGridTable-item-4 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p4/pd_4-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-4 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p4/pd_4-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-4 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p4/pd_4-logo.png"); } }

.section__5 .productGridTableCollection-4 .productGridTable-item-4 .img__pd {
  background-image: url("../images/large/1x/s5/p4/pd_4.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-4 .productGridTable-item-4 .img__pd {
    background-image: url("../images/large/2x/s5/p4/pd_4.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-4 .productGridTable-item-4 .img__pd {
    background-image: url("../images/large/2x/s5/p4/pd_4.png"); } }

.section__5 .productGridTableCollection-4 .productGridTable-item-5 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p4/pd_5-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-4 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p4/pd_5-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-4 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p4/pd_5-logo.png"); } }

.section__5 .productGridTableCollection-4 .productGridTable-item-5 .img__pd {
  background-image: url("../images/large/1x/s5/p4/pd_5.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-4 .productGridTable-item-5 .img__pd {
    background-image: url("../images/large/2x/s5/p4/pd_5.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-4 .productGridTable-item-5 .img__pd {
    background-image: url("../images/large/2x/s5/p4/pd_5.png"); } }

.section__5 .productGridTableCollection-4 .productGridTable-item-6 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p4/pd_6-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-4 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p4/pd_6-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-4 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p4/pd_6-logo.png"); } }

.section__5 .productGridTableCollection-4 .productGridTable-item-6 .img__pd {
  background-image: url("../images/large/1x/s5/p4/pd_6.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-4 .productGridTable-item-6 .img__pd {
    background-image: url("../images/large/2x/s5/p4/pd_6.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-4 .productGridTable-item-6 .img__pd {
    background-image: url("../images/large/2x/s5/p4/pd_6.png"); } }

.section__5 .productGridTableCollection-4 .productGridTable-item-7 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p4/pd_7-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-4 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p4/pd_7-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-4 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p4/pd_7-logo.png"); } }

.section__5 .productGridTableCollection-4 .productGridTable-item-7 .img__pd {
  background-image: url("../images/large/1x/s5/p4/pd_7.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-4 .productGridTable-item-7 .img__pd {
    background-image: url("../images/large/2x/s5/p4/pd_7.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-4 .productGridTable-item-7 .img__pd {
    background-image: url("../images/large/2x/s5/p4/pd_7.png"); } }

.section__5 .productGridTableCollection-4 .productGridTable-item-8 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p4/pd_8-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-4 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p4/pd_8-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-4 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p4/pd_8-logo.png"); } }

.section__5 .productGridTableCollection-4 .productGridTable-item-8 .img__pd {
  background-image: url("../images/large/1x/s5/p4/pd_8.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-4 .productGridTable-item-8 .img__pd {
    background-image: url("../images/large/2x/s5/p4/pd_8.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-4 .productGridTable-item-8 .img__pd {
    background-image: url("../images/large/2x/s5/p4/pd_8.png"); } }

.section__5 .productGridTableCollection-4 .productGridTable-item-9 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p4/pd_9-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-4 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p4/pd_9-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-4 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p4/pd_9-logo.png"); } }

.section__5 .productGridTableCollection-4 .productGridTable-item-9 .img__pd {
  background-image: url("../images/large/1x/s5/p4/pd_9.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-4 .productGridTable-item-9 .img__pd {
    background-image: url("../images/large/2x/s5/p4/pd_9.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-4 .productGridTable-item-9 .img__pd {
    background-image: url("../images/large/2x/s5/p4/pd_9.png"); } }

.section__5 .productGridTableCollection-4 .productGridTable-item-10 .img__pd-logo {
  background-image: url("../images/large/1x/s5/p4/pd_10-logo.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-4 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p4/pd_10-logo.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-4 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/large/2x/s5/p4/pd_10-logo.png"); } }

.section__5 .productGridTableCollection-4 .productGridTable-item-10 .img__pd {
  background-image: url("../images/large/1x/s5/p4/pd_10.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__5 .productGridTableCollection-4 .productGridTable-item-10 .img__pd {
    background-image: url("../images/large/2x/s5/p4/pd_10.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__5 .productGridTableCollection-4 .productGridTable-item-10 .img__pd {
    background-image: url("../images/large/2x/s5/p4/pd_10.png"); } }

.section__5 .itemImgContainer .img {
  background-size: contain; }

.section__5 .wd__content.link-content .wd__link__arrow::after {
  display: none; }

.section__5 .wd__content.link-content .content__link {
  display: inline-block;
  margin-top: 0;
  margin-right: 12px;
  padding: 13px 5px;
  box-sizing: border-box;
  width: 100%;
  max-width: 264px;
  color: #fff;
  font-size: 22px;
  text-decoration: none;
  border: 1px solid #555;
  border-radius: 3px;
  line-height: 1.1;
  vertical-align: top; }
  @media all and (min-width: 731px) and (max-width: 1279px) {
    .section__5 .wd__content.link-content .content__link {
      margin-top: 0;
      margin-right: 32px; }
      .section__5 .wd__content.link-content .content__link:last-child {
        margin-right: 0; } }
  @media all and (max-width: 730px) {
    .section__5 .wd__content.link-content .content__link {
      margin-top: 10px;
      font-size: 15.5px;
      line-height: 24px; } }
  .section__5 .wd__content.link-content .content__link:last-child {
    margin-right: 0; }
  .section__5 .wd__content.link-content .content__link span {
    display: inline;
    color: #555;
    border-bottom: 1px solid transparent; }
  .section__5 .wd__content.link-content .content__link *,
  .section__5 .wd__content.link-content .content__link:active span,
  .section__5 .wd__content.link-content .content__link:link span,
  .section__5 .wd__content.link-content .content__link:visited span {
    border-bottom: 1px solid transparent; }
  .section__5 .wd__content.link-content .content__link:hover span {
    color: #555;
    border-bottom: none; }

.section__5 .productGridTableCollection-list .itemImgContainer {
  width: 100%;
  height: 100px; }
  .section__5 .productGridTableCollection-list .itemImgContainer .img__pd {
    top: 50%;
    left: 50%;
    padding-bottom: 0;
    width: 314px;
    height: 112px;
    background-color: #000;
    background-size: contain;
    transform: translate(-50%, -50%); }

.section__5 .productGridTableCollection-list .img__pd-logo {
  display: none; }

.section__6 .productGridTableCollection-0 .productGridTable-item .itemImgContainer .img__pd {
  background-image: url("../images/large/1x/s6/logo-sample.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__6 .productGridTableCollection-0 .productGridTable-item .itemImgContainer .img__pd {
    background-image: url("../images/large/2x/s6/logo-sample.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__6 .productGridTableCollection-0 .productGridTable-item .itemImgContainer .img__pd {
    background-image: url("../images/large/2x/s6/logo-sample.png"); } }

.section__6 .productGridTableCollection-0 .productGridTable-item .itemImgContainer .img__pd-0 {
  background-image: url("../images/large/1x/s6/logo-0.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__6 .productGridTableCollection-0 .productGridTable-item .itemImgContainer .img__pd-0 {
    background-image: url("../images/large/2x/s6/logo-0.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__6 .productGridTableCollection-0 .productGridTable-item .itemImgContainer .img__pd-0 {
    background-image: url("../images/large/2x/s6/logo-0.png"); } }

.section__6 .productGridTableCollection-0 .productGridTable-item .itemImgContainer .img__pd-1 {
  background-image: url("../images/large/1x/s6/logo-1.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__6 .productGridTableCollection-0 .productGridTable-item .itemImgContainer .img__pd-1 {
    background-image: url("../images/large/2x/s6/logo-1.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__6 .productGridTableCollection-0 .productGridTable-item .itemImgContainer .img__pd-1 {
    background-image: url("../images/large/2x/s6/logo-1.png"); } }

.section__6 .productGridTableCollection-0 .productGridTable-item .itemImgContainer .img__pd-2 {
  background-image: url("../images/large/1x/s6/logo-2.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__6 .productGridTableCollection-0 .productGridTable-item .itemImgContainer .img__pd-2 {
    background-image: url("../images/large/2x/s6/logo-2.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__6 .productGridTableCollection-0 .productGridTable-item .itemImgContainer .img__pd-2 {
    background-image: url("../images/large/2x/s6/logo-2.png"); } }

.section__6 .productGridTableCollection-0 .productGridTable-item .itemImgContainer .img__pd-3 {
  background-image: url("../images/large/1x/s6/logo-3.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__6 .productGridTableCollection-0 .productGridTable-item .itemImgContainer .img__pd-3 {
    background-image: url("../images/large/2x/s6/logo-3.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__6 .productGridTableCollection-0 .productGridTable-item .itemImgContainer .img__pd-3 {
    background-image: url("../images/large/2x/s6/logo-3.png"); } }

.section__6 .productGridTableCollection-0 .productGridTable-item .itemImgContainer .img__pd-4 {
  background-image: url("../images/large/1x/s6/logo-4.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__6 .productGridTableCollection-0 .productGridTable-item .itemImgContainer .img__pd-4 {
    background-image: url("../images/large/2x/s6/logo-4.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__6 .productGridTableCollection-0 .productGridTable-item .itemImgContainer .img__pd-4 {
    background-image: url("../images/large/2x/s6/logo-4.png"); } }

.section__6 .productGridTableCollection-0 .productGridTable-item .itemImgContainer .img__pd-5 {
  background-image: url("../images/large/1x/s6/logo-5.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__6 .productGridTableCollection-0 .productGridTable-item .itemImgContainer .img__pd-5 {
    background-image: url("../images/large/2x/s6/logo-5.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__6 .productGridTableCollection-0 .productGridTable-item .itemImgContainer .img__pd-5 {
    background-image: url("../images/large/2x/s6/logo-5.png"); } }

.section__6 .productGridTableCollection-0 .productGridTable-item .itemImgContainer .img__pd-6 {
  background-image: url("../images/large/1x/s6/logo-6.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__6 .productGridTableCollection-0 .productGridTable-item .itemImgContainer .img__pd-6 {
    background-image: url("../images/large/2x/s6/logo-6.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__6 .productGridTableCollection-0 .productGridTable-item .itemImgContainer .img__pd-6 {
    background-image: url("../images/large/2x/s6/logo-6.png"); } }

.section__6 .productGridTableCollection-0 .productGridTable-item .itemImgContainer .img__pd-7 {
  background-image: url("../images/large/1x/s6/logo-7.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__6 .productGridTableCollection-0 .productGridTable-item .itemImgContainer .img__pd-7 {
    background-image: url("../images/large/2x/s6/logo-7.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__6 .productGridTableCollection-0 .productGridTable-item .itemImgContainer .img__pd-7 {
    background-image: url("../images/large/2x/s6/logo-7.png"); } }

.section__6 .productGridTableCollection-0 .productGridTable-item .itemImgContainer .img__pd-8 {
  background-image: url("../images/large/1x/s6/logo-8.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__6 .productGridTableCollection-0 .productGridTable-item .itemImgContainer .img__pd-8 {
    background-image: url("../images/large/2x/s6/logo-8.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__6 .productGridTableCollection-0 .productGridTable-item .itemImgContainer .img__pd-8 {
    background-image: url("../images/large/2x/s6/logo-8.png"); } }

.section__6 .productGridTableCollection-0 .productGridTable-item .itemImgContainer .img__pd-9 {
  background-image: url("../images/large/1x/s6/logo-9.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__6 .productGridTableCollection-0 .productGridTable-item .itemImgContainer .img__pd-9 {
    background-image: url("../images/large/2x/s6/logo-9.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__6 .productGridTableCollection-0 .productGridTable-item .itemImgContainer .img__pd-9 {
    background-image: url("../images/large/2x/s6/logo-9.png"); } }

.section__6 .productGridTableCollection-0 .productGridTable-item .itemImgContainer .img__pd-10 {
  background-image: url("../images/large/1x/s6/logo-10.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-webp .section__6 .productGridTableCollection-0 .productGridTable-item .itemImgContainer .img__pd-10 {
    background-image: url("../images/large/2x/s6/logo-10.webp"); } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-old .section__6 .productGridTableCollection-0 .productGridTable-item .itemImgContainer .img__pd-10 {
    background-image: url("../images/large/2x/s6/logo-10.png"); } }

.section__6 .productGridTableCollection-list .productGridTable-item .itemImgContainer .img__pd {
  background-color: transparent; }

.section__6 .productGridTableCollection-list .productGridTable-item .itemImgContainer .img {
  background-size: contain; }

.section__comment .footnotes {
  margin-top: 0; }

.section__comment .footnote-item:last-child {
  margin-bottom: 0; }

.section__comment .footnotes ul.footnote li {
  color: #999; }
  .section__comment .footnotes ul.footnote li .footnote-item {
    color: #999; }
    .section__comment .footnotes ul.footnote li .footnote-item:last-child {
      margin-bottom: 0; }

@media all and (min-width: 1280px) {
  .large_use {
    display: block; }
  .large_unuse {
    display: none; }
  .wd__content.main-content .content__title {
    color: #555; }
  .wd__content.main-content.large__text-left {
    margin-left: -400px;
    max-width: 430px; }
  .wd__content.main-content.large__text-right {
    left: 50%;
    margin-left: 0;
    max-width: 430px; }
    .wd__content.main-content.large__text-right .content__slogan::before {
      left: -64px; }
    .wd__content.main-content.large__text-right .content__title::after {
      left: 100%;
      transform: translateX(-100%); }
  header .header-container .logo,
  footer .footer-container .footer-logo {
    left: 19px !important; }
  footer .footer-container .footer-logo {
    bottom: 4px; }
  footer .footer-container .footer-copyright {
    bottom: 14px; }
  header.nav {
    transition: all 400ms; }
    header.nav .header-container {
      height: 47px;
      transition: all 300ms; }
      header.nav .header-container .logo {
        opacity: 1;
        transition: opacity 400ms 300ms; }
      header.nav .header-container .subnav-nownav {
        display: none; }
    header.nav .header-section-nav {
      top: -47px;
      opacity: 0;
      transition: opacity 400ms; }
      header.nav .header-section-nav .section-nav .nav-item.active {
        background: #ffffff; }
    header.nav.show-section-nav {
      background-color: #f04444;
      transition: none; }
      header.nav.show-section-nav::after {
        background-color: #f04444; }
      header.nav.show-section-nav .header-container {
        height: 47px; }
        header.nav.show-section-nav .header-container .logo {
          opacity: 0;
          transition: opacity 250ms; }
      header.nav.show-section-nav .header-section-nav {
        z-index: 9;
        top: 0;
        opacity: 1;
        transition: opacity 250ms; }
  .section__4 .productGridTableCollection-list .anchor {
    top: 0; }
  .section__kv .img__kv {
    background-image: url("../images/large/1x/s1/kv_c1.jpg"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__kv .img__kv {
    background-image: url("../images/large/2x/s1/kv_c1.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__kv .img__kv {
    background-image: url("../images/large/2x/s1/kv_c1.jpg"); } }

@media all and (min-width: 1280px) {
  .section__kv .img__kv.step2 {
    background-image: url("../images/large/1x/s1/kv_c2.jpg"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__kv .img__kv.step2 {
    background-image: url("../images/large/2x/s1/kv_c2.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__kv .img__kv.step2 {
    background-image: url("../images/large/2x/s1/kv_c2.jpg"); } }

@media all and (min-width: 1280px) {
  .section__kv .img_container {
    height: 704px; }
  .section__kv .laptopLogo {
    bottom: 40px;
    max-width: 1440px;
    height: 1px; }
  .section__kv .img__laptop {
    bottom: 0;
    left: 28px;
    width: 180px;
    height: 180px; }
  .section__kv .img__kv {
    position: absolute;
    left: 50%;
    margin-top: -10px;
    width: 2560px;
    height: 720px;
    background-size: contain;
    transform: translateX(-50%); }
  .section__2 {
    overflow: hidden; }
    .section__2 .img__offersShop {
      background-image: url("../images/large/1x/s2/bg.jpg"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-webp .section__2 .img__offersShop {
      background-image: url("../images/large/2x/s2/bg.webp"); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    .image-old .section__2 .img__offersShop {
      background-image: url("../images/large/2x/s2/bg.jpg"); } }

@media all and (min-width: 1280px) {
    .section__2 .img__offersShop {
      position: absolute;
      top: 0;
      left: 50%;
      width: 2560px;
      height: 2500px;
      background-size: contain;
      transform: translateX(-50%); }
  .section__2 .offersShopListsNav {
    margin-top: 51px; }
    .section__2 .offersShopListsNav .offersShopNav {
      height: 71px; }
  .section__2 .wd__content.main-content-section {
    margin-right: auto;
    margin-left: auto;
    padding-top: 95px;
    padding-bottom: 49px;
    width: 1200px; }
  .section__2 .offersShop-item:before {
    background-image: url("../images/large/1x/s2/item_top.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-item:before {
    background-image: url("../images/large/2x/s2/item_top.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-item:before {
    background-image: url("../images/large/2x/s2/item_top.png"); } }

@media all and (min-width: 1280px) {
  .section__2 .offersShop-item:after {
    background-image: url("../images/large/1x/s2/item_bottom.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-item:after {
    background-image: url("../images/large/2x/s2/item_bottom.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-item:after {
    background-image: url("../images/large/2x/s2/item_bottom.png"); } }

@media all and (min-width: 1280px) {
  .section__2 .offersShop-item {
    background-image: url("../images/large/1x/s2/item_center.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-item {
    background-image: url("../images/large/2x/s2/item_center.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-item {
    background-image: url("../images/large/2x/s2/item_center.png"); } }

@media all and (min-width: 1280px) {
  .section__2 .offersShopListsContainer-all {
    min-height: 810px;
    margin-bottom: 0; }
  .section__2 .offersShop-list {
    margin-top: 0;
    padding-top: 0; }
    .section__2 .offersShop-list .offersShop {
      max-width: 1122px; }
    .section__2 .offersShop-list.selectedActive {
      margin-top: -43px;
      padding-bottom: 48px; }
  .section__2 .offersShop-list .offersShop-item {
    margin-top: 156px;
    margin-bottom: 176px;
    margin-left: 12px;
    padding: 0 57px 60px 38px;
    width: 374px;
    max-width: 374px; }
    .section__2 .offersShop-list .offersShop-item::after {
      bottom: -138px;
      width: 374px;
      height: 250px; }
    .section__2 .offersShop-list .offersShop-item::before {
      top: -156px;
      width: 374px;
      height: 374px; }
    .section__2 .offersShop-list .offersShop-item .itemInfoContainer {
      margin-top: 27px; }
    .section__2 .offersShop-list .offersShop-item .itemImgContainer {
      width: 100%;
      height: 140px; }
    .section__2 .offersShop-list .offersShop-item .img__item {
      margin-left: -149px;
      width: 280px;
      height: 132px; }
    .section__2 .offersShop-list .offersShop-item .itemAction {
      bottom: 9px; }
  .section__2 .slick-dots {
    bottom: 27px; }
  .section__3 .productGridTableCollection-0 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p0/pd_0-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p0/pd_0-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p0/pd_0-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-0 .img__pd {
    background-image: url("../images/large/1x/s3/p0/pd_0.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-0 .img__pd {
    background-image: url("../images/large/2x/s3/p0/pd_0.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-0 .img__pd {
    background-image: url("../images/large/2x/s3/p0/pd_0.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p0/pd_1-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p0/pd_1-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p0/pd_1-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-1 .img__pd {
    background-image: url("../images/large/1x/s3/p0/pd_1.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-1 .img__pd {
    background-image: url("../images/large/2x/s3/p0/pd_1.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-1 .img__pd {
    background-image: url("../images/large/2x/s3/p0/pd_1.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p0/pd_2-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p0/pd_2-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p0/pd_2-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-2 .img__pd {
    background-image: url("../images/large/1x/s3/p0/pd_2.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-2 .img__pd {
    background-image: url("../images/large/2x/s3/p0/pd_2.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-2 .img__pd {
    background-image: url("../images/large/2x/s3/p0/pd_2.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p0/pd_3-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p0/pd_3-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p0/pd_3-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-3 .img__pd {
    background-image: url("../images/large/1x/s3/p0/pd_3.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-3 .img__pd {
    background-image: url("../images/large/2x/s3/p0/pd_3.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-3 .img__pd {
    background-image: url("../images/large/2x/s3/p0/pd_3.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p0/pd_4-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p0/pd_4-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p0/pd_4-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-4 .img__pd {
    background-image: url("../images/large/1x/s3/p0/pd_4.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-4 .img__pd {
    background-image: url("../images/large/2x/s3/p0/pd_4.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-4 .img__pd {
    background-image: url("../images/large/2x/s3/p0/pd_4.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p0/pd_5-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p0/pd_5-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p0/pd_5-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-5 .img__pd {
    background-image: url("../images/large/1x/s3/p0/pd_5.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-5 .img__pd {
    background-image: url("../images/large/2x/s3/p0/pd_5.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-5 .img__pd {
    background-image: url("../images/large/2x/s3/p0/pd_5.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p0/pd_6-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p0/pd_6-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p0/pd_6-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-6 .img__pd {
    background-image: url("../images/large/1x/s3/p0/pd_6.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-6 .img__pd {
    background-image: url("../images/large/2x/s3/p0/pd_6.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-6 .img__pd {
    background-image: url("../images/large/2x/s3/p0/pd_6.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p0/pd_7-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p0/pd_7-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p0/pd_7-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-7 .img__pd {
    background-image: url("../images/large/1x/s3/p0/pd_7.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-7 .img__pd {
    background-image: url("../images/large/2x/s3/p0/pd_7.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-7 .img__pd {
    background-image: url("../images/large/2x/s3/p0/pd_7.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p0/pd_8-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p0/pd_8-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p0/pd_8-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-8 .img__pd {
    background-image: url("../images/large/1x/s3/p0/pd_8.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-8 .img__pd {
    background-image: url("../images/large/2x/s3/p0/pd_8.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-8 .img__pd {
    background-image: url("../images/large/2x/s3/p0/pd_8.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p0/pd_9-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p0/pd_9-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p0/pd_9-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-9 .img__pd {
    background-image: url("../images/large/1x/s3/p0/pd_9.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-9 .img__pd {
    background-image: url("../images/large/2x/s3/p0/pd_9.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-9 .img__pd {
    background-image: url("../images/large/2x/s3/p0/pd_9.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p0/pd_10-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p0/pd_10-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p0/pd_10-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-10 .img__pd {
    background-image: url("../images/large/1x/s3/p0/pd_10.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-10 .img__pd {
    background-image: url("../images/large/2x/s3/p0/pd_10.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-10 .img__pd {
    background-image: url("../images/large/2x/s3/p0/pd_10.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p1/pd_0-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p1/pd_0-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p1/pd_0-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-0 .img__pd {
    background-image: url("../images/large/1x/s3/p1/pd_0.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-0 .img__pd {
    background-image: url("../images/large/2x/s3/p1/pd_0.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-0 .img__pd {
    background-image: url("../images/large/2x/s3/p1/pd_0.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p1/pd_1-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p1/pd_1-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p1/pd_1-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-1 .img__pd {
    background-image: url("../images/large/1x/s3/p1/pd_1.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-1 .img__pd {
    background-image: url("../images/large/2x/s3/p1/pd_1.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-1 .img__pd {
    background-image: url("../images/large/2x/s3/p1/pd_1.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p1/pd_2-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p1/pd_2-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p1/pd_2-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-2 .img__pd {
    background-image: url("../images/large/1x/s3/p1/pd_2.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-2 .img__pd {
    background-image: url("../images/large/2x/s3/p1/pd_2.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-2 .img__pd {
    background-image: url("../images/large/2x/s3/p1/pd_2.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p1/pd_3-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p1/pd_3-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p1/pd_3-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-3 .img__pd {
    background-image: url("../images/large/1x/s3/p1/pd_3.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-3 .img__pd {
    background-image: url("../images/large/2x/s3/p1/pd_3.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-3 .img__pd {
    background-image: url("../images/large/2x/s3/p1/pd_3.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p1/pd_4-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p1/pd_4-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p1/pd_4-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-4 .img__pd {
    background-image: url("../images/large/1x/s3/p1/pd_4.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-4 .img__pd {
    background-image: url("../images/large/2x/s3/p1/pd_4.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-4 .img__pd {
    background-image: url("../images/large/2x/s3/p1/pd_4.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p1/pd_5-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p1/pd_5-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p1/pd_5-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-5 .img__pd {
    background-image: url("../images/large/1x/s3/p1/pd_5.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-5 .img__pd {
    background-image: url("../images/large/2x/s3/p1/pd_5.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-5 .img__pd {
    background-image: url("../images/large/2x/s3/p1/pd_5.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p1/pd_6-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p1/pd_6-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p1/pd_6-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-6 .img__pd {
    background-image: url("../images/large/1x/s3/p1/pd_6.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-6 .img__pd {
    background-image: url("../images/large/2x/s3/p1/pd_6.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-6 .img__pd {
    background-image: url("../images/large/2x/s3/p1/pd_6.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p1/pd_7-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p1/pd_7-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p1/pd_7-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-7 .img__pd {
    background-image: url("../images/large/1x/s3/p1/pd_7.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-7 .img__pd {
    background-image: url("../images/large/2x/s3/p1/pd_7.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-7 .img__pd {
    background-image: url("../images/large/2x/s3/p1/pd_7.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p1/pd_8-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p1/pd_8-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p1/pd_8-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-8 .img__pd {
    background-image: url("../images/large/1x/s3/p1/pd_8.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-8 .img__pd {
    background-image: url("../images/large/2x/s3/p1/pd_8.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-8 .img__pd {
    background-image: url("../images/large/2x/s3/p1/pd_8.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p1/pd_9-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p1/pd_9-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p1/pd_9-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-9 .img__pd {
    background-image: url("../images/large/1x/s3/p1/pd_9.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-9 .img__pd {
    background-image: url("../images/large/2x/s3/p1/pd_9.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-9 .img__pd {
    background-image: url("../images/large/2x/s3/p1/pd_9.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p1/pd_10-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p1/pd_10-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p1/pd_10-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-10 .img__pd {
    background-image: url("../images/large/1x/s3/p1/pd_10.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-10 .img__pd {
    background-image: url("../images/large/2x/s3/p1/pd_10.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-10 .img__pd {
    background-image: url("../images/large/2x/s3/p1/pd_10.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p2/pd_0-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p2/pd_0-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p2/pd_0-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-0 .img__pd {
    background-image: url("../images/large/1x/s3/p2/pd_0.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-0 .img__pd {
    background-image: url("../images/large/2x/s3/p2/pd_0.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-0 .img__pd {
    background-image: url("../images/large/2x/s3/p2/pd_0.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p2/pd_1-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p2/pd_1-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p2/pd_1-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-1 .img__pd {
    background-image: url("../images/large/1x/s3/p2/pd_1.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-1 .img__pd {
    background-image: url("../images/large/2x/s3/p2/pd_1.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-1 .img__pd {
    background-image: url("../images/large/2x/s3/p2/pd_1.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p2/pd_2-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p2/pd_2-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p2/pd_2-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-2 .img__pd {
    background-image: url("../images/large/1x/s3/p2/pd_2.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-2 .img__pd {
    background-image: url("../images/large/2x/s3/p2/pd_2.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-2 .img__pd {
    background-image: url("../images/large/2x/s3/p2/pd_2.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p2/pd_3-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p2/pd_3-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p2/pd_3-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-3 .img__pd {
    background-image: url("../images/large/1x/s3/p2/pd_3.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-3 .img__pd {
    background-image: url("../images/large/2x/s3/p2/pd_3.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-3 .img__pd {
    background-image: url("../images/large/2x/s3/p2/pd_3.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p2/pd_4-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p2/pd_4-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p2/pd_4-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-4 .img__pd {
    background-image: url("../images/large/1x/s3/p2/pd_4.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-4 .img__pd {
    background-image: url("../images/large/2x/s3/p2/pd_4.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-4 .img__pd {
    background-image: url("../images/large/2x/s3/p2/pd_4.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p2/pd_5-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p2/pd_5-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p2/pd_5-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-5 .img__pd {
    background-image: url("../images/large/1x/s3/p2/pd_5.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-5 .img__pd {
    background-image: url("../images/large/2x/s3/p2/pd_5.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-5 .img__pd {
    background-image: url("../images/large/2x/s3/p2/pd_5.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p2/pd_6-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p2/pd_6-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p2/pd_6-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-6 .img__pd {
    background-image: url("../images/large/1x/s3/p2/pd_6.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-6 .img__pd {
    background-image: url("../images/large/2x/s3/p2/pd_6.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-6 .img__pd {
    background-image: url("../images/large/2x/s3/p2/pd_6.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p2/pd_7-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p2/pd_7-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p2/pd_7-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-7 .img__pd {
    background-image: url("../images/large/1x/s3/p2/pd_7.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-7 .img__pd {
    background-image: url("../images/large/2x/s3/p2/pd_7.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-7 .img__pd {
    background-image: url("../images/large/2x/s3/p2/pd_7.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p2/pd_8-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p2/pd_8-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p2/pd_8-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-8 .img__pd {
    background-image: url("../images/large/1x/s3/p2/pd_8.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-8 .img__pd {
    background-image: url("../images/large/2x/s3/p2/pd_8.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-8 .img__pd {
    background-image: url("../images/large/2x/s3/p2/pd_8.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p2/pd_9-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p2/pd_9-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p2/pd_9-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-9 .img__pd {
    background-image: url("../images/large/1x/s3/p2/pd_9.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-9 .img__pd {
    background-image: url("../images/large/2x/s3/p2/pd_9.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-9 .img__pd {
    background-image: url("../images/large/2x/s3/p2/pd_9.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p2/pd_10-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p2/pd_10-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p2/pd_10-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-10 .img__pd {
    background-image: url("../images/large/1x/s3/p2/pd_10.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-10 .img__pd {
    background-image: url("../images/large/2x/s3/p2/pd_10.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-10 .img__pd {
    background-image: url("../images/large/2x/s3/p2/pd_10.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p3/pd_0-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p3/pd_0-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p3/pd_0-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-0 .img__pd {
    background-image: url("../images/large/1x/s3/p3/pd_0.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-0 .img__pd {
    background-image: url("../images/large/2x/s3/p3/pd_0.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-0 .img__pd {
    background-image: url("../images/large/2x/s3/p3/pd_0.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p3/pd_1-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p3/pd_1-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p3/pd_1-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-1 .img__pd {
    background-image: url("../images/large/1x/s3/p3/pd_1.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-1 .img__pd {
    background-image: url("../images/large/2x/s3/p3/pd_1.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-1 .img__pd {
    background-image: url("../images/large/2x/s3/p3/pd_1.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p3/pd_2-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p3/pd_2-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p3/pd_2-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-2 .img__pd {
    background-image: url("../images/large/1x/s3/p3/pd_2.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-2 .img__pd {
    background-image: url("../images/large/2x/s3/p3/pd_2.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-2 .img__pd {
    background-image: url("../images/large/2x/s3/p3/pd_2.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p3/pd_3-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p3/pd_3-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p3/pd_3-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-3 .img__pd {
    background-image: url("../images/large/1x/s3/p3/pd_3.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-3 .img__pd {
    background-image: url("../images/large/2x/s3/p3/pd_3.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-3 .img__pd {
    background-image: url("../images/large/2x/s3/p3/pd_3.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p3/pd_4-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p3/pd_4-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p3/pd_4-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-4 .img__pd {
    background-image: url("../images/large/1x/s3/p3/pd_4.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-4 .img__pd {
    background-image: url("../images/large/2x/s3/p3/pd_4.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-4 .img__pd {
    background-image: url("../images/large/2x/s3/p3/pd_4.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p3/pd_5-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p3/pd_5-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p3/pd_5-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-5 .img__pd {
    background-image: url("../images/large/1x/s3/p3/pd_5.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-5 .img__pd {
    background-image: url("../images/large/2x/s3/p3/pd_5.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-5 .img__pd {
    background-image: url("../images/large/2x/s3/p3/pd_5.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p3/pd_6-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p3/pd_6-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p3/pd_6-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-6 .img__pd {
    background-image: url("../images/large/1x/s3/p3/pd_6.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-6 .img__pd {
    background-image: url("../images/large/2x/s3/p3/pd_6.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-6 .img__pd {
    background-image: url("../images/large/2x/s3/p3/pd_6.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p3/pd_7-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p3/pd_7-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p3/pd_7-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-7 .img__pd {
    background-image: url("../images/large/1x/s3/p3/pd_7.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-7 .img__pd {
    background-image: url("../images/large/2x/s3/p3/pd_7.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-7 .img__pd {
    background-image: url("../images/large/2x/s3/p3/pd_7.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p3/pd_8-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p3/pd_8-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p3/pd_8-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-8 .img__pd {
    background-image: url("../images/large/1x/s3/p3/pd_8.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-8 .img__pd {
    background-image: url("../images/large/2x/s3/p3/pd_8.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-8 .img__pd {
    background-image: url("../images/large/2x/s3/p3/pd_8.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p3/pd_9-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p3/pd_9-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p3/pd_9-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-9 .img__pd {
    background-image: url("../images/large/1x/s3/p3/pd_9.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-9 .img__pd {
    background-image: url("../images/large/2x/s3/p3/pd_9.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-9 .img__pd {
    background-image: url("../images/large/2x/s3/p3/pd_9.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p3/pd_10-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p3/pd_10-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p3/pd_10-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-10 .img__pd {
    background-image: url("../images/large/1x/s3/p3/pd_10.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-10 .img__pd {
    background-image: url("../images/large/2x/s3/p3/pd_10.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-10 .img__pd {
    background-image: url("../images/large/2x/s3/p3/pd_10.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p4/pd_0-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p4/pd_0-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p4/pd_0-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-0 .img__pd {
    background-image: url("../images/large/1x/s3/p4/pd_0.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-0 .img__pd {
    background-image: url("../images/large/2x/s3/p4/pd_0.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-0 .img__pd {
    background-image: url("../images/large/2x/s3/p4/pd_0.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p4/pd_1-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p4/pd_1-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p4/pd_1-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-1 .img__pd {
    background-image: url("../images/large/1x/s3/p4/pd_1.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-1 .img__pd {
    background-image: url("../images/large/2x/s3/p4/pd_1.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-1 .img__pd {
    background-image: url("../images/large/2x/s3/p4/pd_1.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p4/pd_2-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p4/pd_2-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p4/pd_2-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-2 .img__pd {
    background-image: url("../images/large/1x/s3/p4/pd_2.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-2 .img__pd {
    background-image: url("../images/large/2x/s3/p4/pd_2.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-2 .img__pd {
    background-image: url("../images/large/2x/s3/p4/pd_2.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p4/pd_3-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p4/pd_3-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p4/pd_3-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-3 .img__pd {
    background-image: url("../images/large/1x/s3/p4/pd_3.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-3 .img__pd {
    background-image: url("../images/large/2x/s3/p4/pd_3.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-3 .img__pd {
    background-image: url("../images/large/2x/s3/p4/pd_3.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p4/pd_4-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p4/pd_4-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p4/pd_4-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-4 .img__pd {
    background-image: url("../images/large/1x/s3/p4/pd_4.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-4 .img__pd {
    background-image: url("../images/large/2x/s3/p4/pd_4.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-4 .img__pd {
    background-image: url("../images/large/2x/s3/p4/pd_4.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p4/pd_5-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p4/pd_5-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p4/pd_5-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-5 .img__pd {
    background-image: url("../images/large/1x/s3/p4/pd_5.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-5 .img__pd {
    background-image: url("../images/large/2x/s3/p4/pd_5.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-5 .img__pd {
    background-image: url("../images/large/2x/s3/p4/pd_5.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p4/pd_6-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p4/pd_6-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p4/pd_6-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-6 .img__pd {
    background-image: url("../images/large/1x/s3/p4/pd_6.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-6 .img__pd {
    background-image: url("../images/large/2x/s3/p4/pd_6.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-6 .img__pd {
    background-image: url("../images/large/2x/s3/p4/pd_6.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p4/pd_7-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p4/pd_7-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p4/pd_7-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-7 .img__pd {
    background-image: url("../images/large/1x/s3/p4/pd_7.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-7 .img__pd {
    background-image: url("../images/large/2x/s3/p4/pd_7.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-7 .img__pd {
    background-image: url("../images/large/2x/s3/p4/pd_7.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p4/pd_8-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p4/pd_8-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p4/pd_8-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-8 .img__pd {
    background-image: url("../images/large/1x/s3/p4/pd_8.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-8 .img__pd {
    background-image: url("../images/large/2x/s3/p4/pd_8.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-8 .img__pd {
    background-image: url("../images/large/2x/s3/p4/pd_8.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p4/pd_9-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p4/pd_9-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p4/pd_9-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-9 .img__pd {
    background-image: url("../images/large/1x/s3/p4/pd_9.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-9 .img__pd {
    background-image: url("../images/large/2x/s3/p4/pd_9.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-9 .img__pd {
    background-image: url("../images/large/2x/s3/p4/pd_9.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/large/1x/s3/p4/pd_10-logo.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p4/pd_10-logo.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/large/2x/s3/p4/pd_10-logo.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-10 .img__pd {
    background-image: url("../images/large/1x/s3/p4/pd_10.png"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-10 .img__pd {
    background-image: url("../images/large/2x/s3/p4/pd_10.webp"); } }

@media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-10 .img__pd {
    background-image: url("../images/large/2x/s3/p4/pd_10.png"); } }

@media all and (min-width: 1280px) {
  .section__3 .wd__content.main-content-section {
    padding-bottom: 0; }
  .section__3 .productGridTableCollection .img__pd-logo {
    width: 440px;
    height: 40px; }
  .section__3 .productGridTableCollection .img__pd {
    width: 769px;
    height: 618px; }
  .section__3 {
    padding-top: 0;
    background-color: #FFFFFF; }
    .section__3 .productGridTableCollection {
      padding-top: 60px;
      padding-bottom: 0;
      width: 100%;
      max-width: 2560px; }
      .section__3 .productGridTableCollection:first-child {
        padding-top: 0; }
    .section__3 .productGridTableCollection.odd {
      background-color: #f5f5f5; }
    .section__3 .productGridTable-item {
      position: relative;
      overflow: hidden;
      left: 0;
      padding: 120px 0;
      max-width: 2560px;
      min-height: auto; }
      .section__3 .productGridTable-item.even .itemInfoContainer {
        position: relative;
        z-index: 9;
        left: 50%;
        margin-left: 120px; }
      .section__3 .productGridTable-item.odd .itemInfoContainer {
        position: relative;
        z-index: 9;
        left: 50%;
        margin-left: -560px; }
    .section__3 .productGridTable-item.even .itemInfoContainer,
    .section__3 .productGridTable-item.odd .itemInfoContainer {
      display: block;
      z-index: 9;
      min-height: auto; }
      .section__3 .productGridTable-item.even .itemInfoContainer .itemInfoContent,
      .section__3 .productGridTable-item.odd .itemInfoContainer .itemInfoContent {
        width: 414px; }
    .section__3 .productGridTable-item.even .itemImgContainer,
    .section__3 .productGridTable-item.odd .itemImgContainer {
      position: absolute;
      z-index: 1;
      top: 50%;
      left: 50%;
      width: 100%;
      transform: translate(-50%, -50%); }
      .section__3 .productGridTable-item.even .itemImgContainer .img[class*='-logo'],
      .section__3 .productGridTable-item.odd .itemImgContainer .img[class*='-logo'] {
        margin: 0; }
      .section__3 .productGridTable-item.even .itemImgContainer .img,
      .section__3 .productGridTable-item.odd .itemImgContainer .img {
        position: relative;
        left: 50%;
        margin: 0;
        margin-left: 0;
        transform: translate(-50%, -50%); }
    .section__3 .productGridTable-item.even .itemImgContainer .img__pd {
      margin-left: -280px; }
    .section__3 .productGridTable-item.odd .itemImgContainer .img__pd {
      margin-left: 253px; }
  .section__4 {
    background-color: #FFFFFF; }
    .section__4 .wd__content.main-content-section {
      padding-top: 50px; }
      .section__4 .wd__content.main-content-section .content__info {
        width: 1200px; }
  .section__4 .pdcollection_nav {
    display: flex;
    align-items: stretch;
    justify-content: center;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    max-width: 1280px;
    align-content: stretch;
    align-self: stretch;
    flex-direction: row;
    flex-wrap: wrap; }
  .section__4 .wd__content.nav-content {
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 100px;
    max-width: 426px; }
    .section__4 .wd__content.nav-content .content__title {
      /*margin-top: 63px;*/
      color: #f04444;
      font-size: 35px; }
    .section__4 .wd__content.nav-content .content__info {
      margin-top: 12px;
      margin-right: auto;
      margin-left: auto;
      width: 80%;
      color: #555;
      font-size: 18px; }
  .section__4 .product_collections {
    min-height: 560px; }
  .section__4 .productGridTableCollection-list .productGridTable-item {
    padding-top: 38px;
    padding-bottom: 80px;
    width: 24%; }
    .section__4 .productGridTableCollection-list .productGridTable-item[data-links='2'] ul {
      padding-bottom: 55px; }
    .section__4 .productGridTableCollection-list .productGridTable-item[data-links='2'] .itemAction {
      display: block;
      max-width: 260px; }
      .section__4 .productGridTableCollection-list .productGridTable-item[data-links='2'] .itemAction .itemAction-link {
        width: 100%; }
    .section__4 .productGridTableCollection-list .productGridTable-item .itemInfo-title {
      font-size: 21px; }
    .section__4 .productGridTableCollection-list .productGridTable-item .itemInfo-info {
      font-size: 16.5px; }
    .section__4 .productGridTableCollection-list .productGridTable-item .itemInfo-point {
      left: 0;
      margin-bottom: 42px;
      box-sizing: border-box; }
    .section__4 .productGridTableCollection-list .productGridTable-item .itemInfoContainer {
      margin-top: 24px; }
    .section__4 .productGridTableCollection-list .productGridTable-item .itemImgContainer .img__pd {
      width: auto;
      height: 100%; }
  .section__4 .productGridTableCollection-list .productGridTable-item {
    padding-right: 25px;
    padding-left: 25px; }
  .section__4 .productGridTableCollection-list .itemAction {
    position: absolute;
    bottom: 40px;
    left: 50%;
    padding: 0;
    width: 100%;
    max-width: 220px;
    transform: translateX(-50%); }
    .section__4 .productGridTableCollection-list .itemAction .itemAction-link {
      margin: 5px 0;
      width: 100%;
      max-width: 220px; }
  .section__5 {
    margin-top: -4px;
    padding-top: 0;
    background-color: #FFFFFF; }
    .section__5 .productGridTableCollection-list:first-child {
      padding-top: 0; }
    .section__5 .wd__content.link-content {
      margin-top: 23px; }
  .section__6 .productGridTableCollection-list {
    padding-top: 0; }
    .section__6 .productGridTableCollection-list .productGridTable-item {
      padding: 25px;
      min-height: 1px; }
      .section__6 .productGridTableCollection-list .productGridTable-item .itemInfoContainer {
        display: none; }
      .section__6 .productGridTableCollection-list .productGridTable-item .itemImgContainer .img {
        padding-bottom: 0;
        width: 360px;
        height: 75px;
        background-size: contain; }
      .section__6 .productGridTableCollection-list .productGridTable-item .itemAction {
        position: relative;
        bottom: 0;
        margin-top: 25px; }
        .section__6 .productGridTableCollection-list .productGridTable-item .itemAction .itemAction-link {
          width: 148px;
          max-width: 100%; }
  .section__comment {
    margin-top: -5px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0;
    padding-bottom: 110px;
    max-width: 2560px; } }

@media screen and (min-width: 1280px) {
  .product_videos .video_slick.video-2.video-2,
  .product_videos .video_slick.video-1.video-1 {
    width: 100% !important;
    max-width: 1270px !important; }
    .product_videos .video_slick.video-2.video-2 .video,
    .product_videos .video_slick.video-1.video-1 .video {
      width: 100% !important;
      max-width: 634px !important; } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .wd__section .medium_use {
    display: block; }
  .wd__section .medium_unuse {
    display: none; }
  .wd__section .no__wrap {
    display: inline-block;
    white-space: nowrap; }
  footer {
    height: unset !important; }
    footer .footer-container {
      overflow: hidden;
      height: unset !important; }
      footer .footer-container .footer-logo {
        position: relative !important;
        top: 0 !important;
        left: 50% !important;
        margin-top: 31px !important;
        transform: translateX(-50%) !important; }
        footer .footer-container .footer-logo figure {
          margin-right: auto !important;
          margin-left: auto !important; }
        footer .footer-container .footer-logo .logo-text {
          margin-top: 11px !important;
          text-align: center; }
      footer .footer-container .footer-copyright {
        position: relative;
        right: 0;
        bottom: unset;
        left: unset;
        margin-left: unset;
        padding-top: 13px;
        padding-bottom: 26px;
        width: 100%;
        text-align: center; }
        footer .footer-container .footer-copyright .copyright {
          margin: 0 5px; }
          footer .footer-container .footer-copyright .copyright .copyright-text {
            font-size: 13px; }
          footer .footer-container .footer-copyright .copyright.copyright-pipe {
            height: 10px; }
  header.nav {
    background: #f04444; }
    header.nav .header-container {
      height: unset;
      min-height: 47px; }
      header.nav .header-container .logo {
        top: 14px;
        left: 19px;
        margin-left: unset;
        transform: none; }
        header.nav .header-container .logo figure {
          background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAmUAAACFCAYAAAAaVI+MAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTEzRThFNkZEREQ0MTFFQUIyMDNEM0MzQzU2RTRBODQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTEzRThFNzBEREQ0MTFFQUIyMDNEM0MzQzU2RTRBODQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFMTNFOEU2RERERDQxMUVBQjIwM0QzQzNDNTZFNEE4NCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFMTNFOEU2RURERDQxMUVBQjIwM0QzQzNDNTZFNEE4NCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pm5j+JgAABCOSURBVHja7N39ddNIFMbhKw7/YypAVICpIEoFmAowFcRUEKcChwrirSBQQZQKEiqIqYBQgVdDxseKItuSrI97pd9zjk6WLMuG8ejqnRlpFKzXawEAAEC3XtEEAAAAhDIAAAAQygAAAHR4fewfEAQBrbjfODmi5PiQHGFyjPz3hiZOjtMO2j70X9+k2j30B/rRh9z5daPo56QoljNPjnMlP8up72dtiVL16IO/Pmxq14iu0Wun6/U6rj2UIZc7mabJccbFv/UQNkmOE1/sAEDTdcHVpU++Vo1pEhDKmudCwYIw1moQO0uNOAFAUxCb+CA2oTlAKGvXlTzNkKF5rp3PCWIAFAp9fZoIy5AglBHICGMA0FkY41oAQhmBrNci386EMQDauNmwmeh5YAGEssFaEMgaL3YujHE/BgAGjOg19ik7zsSPjtBcsXsgkAFQai5P27EQyFALZsqqC/3oCM2Y0r4AlGIGH4QyZa6Ep2qabNspzQBAaSBzs2PsM4basXxZjVuyjGgGAhkAAhlAKOtOKDxhQyADQCADCGWduxaWLZswJZABUD5oJJCBUKbInJOyEZFwUz8A3bWfm/pBKFPEhTGWLevnZh2vaQYA1H4QylAUMznNtSvLwQCo/SCU0QSFLIRlyyZMhCUBAHrNqf0glOkSCbv2N2HECBSA8hp1RjOAUEZwGIKZsGwJQK8FNQqEMl3czZ0hzcAIFMDgatSUZgChTA9eNt4cZskAaK9RAKFM0SiJZcvmMEsGQLMvNAEIZXqwTUNzprQtAMXcKklIM4BQpueEZJuG5nyiCQBQowBC2SEsWzbfvgReANoH5gChTAFeNk6xAzBcY64BIJTp4J62iWiGRrEsAECzE5oAhLLuhcILZ9tA6AVAjQIIZXvxtGXzWBYAoB01CoSyjs0ZHVHsAAAglHXLzd6wbAkAAAhlHWP7CwAAoEKwXq+P+wOCwOrf3S2njekCgBmPyXFv4FyO+ahKCYUd9DE890n+eiSUAQAAdCwvf3GjPwAAgAKvB/r3DpPjLDn++l/H/uvKHwDscEuXX1Lnc3aZ895/DwBUG+ry5Y0c3gYjHdR+E94AtSJ/TheRF9gIcwBal5e/hhjK3OuUFjX+eXGqoP/KFPNdNyYD6CaUVVUmzMV8JAAIZYeFyXEn3Wxkmg5qhDfAVigrVRb5SABUCWX/vnnMYYwr3GvFxx9h53ugSijTdB4DQKFQlj2GdKP/VPS/TulC6r2H5Vq2s3IbcebX3DcDAIACQ1m+dLNPD6J7FsqFpdO6g3iF/2Ylzx9icP/8O/XrvKXWmFMJHXKDLZYvbX9+o5zBYbYWAb2Sl7+GMlN2JfqXBb8p+TlCOX537ezsmyusFxRYADtCWdF3EO+6//Z2x0D3UG0CVBlCKJv4Q7NL6deN/nmvvPlPtu8avd1TZHnoAcAuI8m/DSXve0WD3io1YHSD4y++hrnv/d7x+6hVIJRVPIG1v3TcneQXAxoR7yqgRQqm5BTK7MiXkTCAMkLZrg5s3qMaVfhz8kJadgYvzvyaeoVBhbJzsbFsyUlZrGBWEZcokox8ARwzCRDtGIimr0n75N36wWwdoawX3MkwU/4z/vAHmu0HVYtktuAdKpCMegH7Vh3+v8dH/vfM1hHK1I5YtC9bupPg28D6myt2ofGRbxnZYscsHaDfb+PXvmMGonl1K/32irzB6Ep4iItQdsC5gYv/EJ9GtBbK6h71limOzNIB3Q2Yh+xQ3SrSftmHtw7tlxnT7fobylyH0r5s6Trs5QD7263o38BX84i3bB9jlg6odu6g3to1KTEgzatfg5mt62MouzLwM36l2KHj0W7VWbpN8SPIgTqFrupXmUHpbeZ7qgNc30LZXI6/UbJplwM+6WNqjdmR7i6bAuf69C//lYsaLNsMOMY0RS9CXbQnuK0ydavzsPa6Zx/CufKf0X3gFwM+USh2/RP6I8oJ4Lf+K2EcFgeQ1Kn+Bzd3THKuUZ3Vrlc9amALy5bsSSbynVowCJEfJLl3Uv7x5+eUZoERtzTBII0ytWvtv86kpYfU+hLKZgZGNexJtm0HnhIcXqGb+mC2CWjMQoA6BSsDzEVyPCTHXdMBrQ+hLBT9y5ZD3JNsX1sQTglod34EGtEkUIpZfWSNUwHtqon61YdQdiX6X6U0xD3JDrUHo1BEPpgRzqDRkibAHtMm6pf1UDYzUMyHuifZPitGocgJZxYGWBhWnSKYoczgMhxyKHPF+9zAz8myZb65MHuIlyPPB2HWDHowq48y4ezBX9sGGcosjKrdDFlMX93pM02AnMHW5mknoGtu4MisPsrYPLlZKZ9YDWUTefnaBm0eZdh7khXhlna/0gzIsRAb29yg/+bChsgoJ5KnWbPST5lbDGUjsfMqJaa9D1sK99wh35RgBiU+U89RIavclA1mFkPZQvQvW8bCtg9lfBNuqAXBDHqthNst0EIwsxbKItG/K7gbTbEkV55rM5Z7sSuYcY8ZNAy2qe2oGswKTSa9MvYXszBi/i48VVjVXFj2Rb6F8BYAdG9JMEPF/HLdt1DmnmgIlf+M93Lk47D4V/Q+CjfW4qVrmgBKatQpg0eUFEmBGf9XffrLKMCeZPVY+WDGC9yRFjLogRIxg0dUcHByyUoos7BsyZ5kzbTpe+EhAGydif4Zcwxr8Mi9sCjq4Kb3FkLZ3EARZk+yZtv2qw9n7K4NK2/ywHDMfX1iUI4ipvsyjfZQNjZSgLk5vZ1RqSt+b317s+XIcE2Ed2RCX3069Qe1CYecWQ1lFpYtY07C1i3lac+gTUBbEooHZST6t8bBMMW+NrmZs0vhSXzkm1oMZXPR/wg8e5J13/5L/xm89YXwq2zv7yOoDXCkCSjgwtg3X5M2953xUADSA8vcV0W+VvoDh0aKLnuS6SuEy5zvj/1JMEoF/Q8534Mdof/cuNBBu3t5vl1S5PvuB9+PNweG5URyVtm0hrIr0X/PCHuS2SqKG/uWmsepfhf5r+9SBTOiKVWZEMpgUCy7HwpI16DsgPFkx++DTbnXE42hbGbk4seeZP0Ob/Ge35ce2W6K45tUAaVgtuMTAyP0uAYdGkTKjvCWvn6mB5WsCugyDoJgtF6vHzWHMtd5LDxtuRQefx6ylWyXreOCxTId5E5yvocKRY3wC/y7dzYuOKCUHeEtXYve7Al5qL+GxZpD2cJAkXUnALNkqFIsixRI7nsrX9QAlFdlYiEd3rJ16UPq+s2As3jdVxvKJrLjaQRlePUPmi6Q3Pd2RFED0JiVPH+4rcryarqGvcuEt6HVrzfZb2gJZe4DsrIn2ZLzEh3ivrfnTghlgGpVl1fTNSrMhLe+PPQw1hrKrow0KnuSweKINi44ik0XPiv3vYV81Oa9owlwYABaNOCMfe2y+9aP9Xp91FED13hrA8fc4ser6IioMaa5z8/d8/mg8NyMlP08PHxQzg11CjUb+Wu29lzx8CJTdRzKRkqL/IuGM9oxCWVowtTIeUtfJ5Tx2TGYVF0vspmq69csue0vQgMfLMuWwNZSnl4dw8at+XgitPyFE2hCLE+vuDLjVccn4szIBSimbwPPuJt3PwtPIuc5oQkIsFDjklB2mJWnLdmTDNhtJTyNnMfdJxvSDIUH50DT1/GYULbfzEjRYk8yYL+fNEGuc5qgkDOaAOg2lI2NFKyYWQAAFU2FpbkibRTSDEC3oezKSNtwcz+AY7inCtkeI58LYwuaAS0xM0BqO5TNjTSOe1pjRT8G+lPsOjDywYw2ehnIrgmsaMlMcV97mTNa3KfMnYgW9hh66FFnZO8mNB062K/s8PFHbDxp3obItwd7zKGtQaPm/nbT5T5lLFsC/Qpk18I9QUXbauFnzaYDDmM3on9Jd0V37c05N0+OO7E2I9vSTNnMyIj2umcdkxEomri4LpSPPi3Mxi8GcE5s+oql2VTYnhWb+gkgK/XpxUxZcOyrkoIgOPRbQiNp1W198V76tQWGpiJzL2wvYr3gcQ9QM2J/fvyW7VsSYiOzEdmX2b+T7YuhrX4WsGXT9yy6TDLYs71QX7fwP70yUswvCA2NX9QBvBRJsVmzrgY20cA+C6Atf7PfaDqUTY10cjc6uqR/ACatZBj3tjGwAfrlxfuDm1y+3DyZZWGWrK8vV+YeCQzBW3m6hwQALPmYZLBn2aPJpy8tLVve0zcAkx79saIpAFiSDWRNhrKJP7RzhZxlS8AuSzfGQ//1AGi7djUeytzsmKU9ybi5H7Bf2HgxOo4NZIQytCluK5Sdi41lyx+MrgHzbvcVOKDE9QDoonY1GsoisfE6ETc7xs79QH9Gm+6cXtIcqPMCCbRQuxoLZZaWLdmTDLDvR+Y8ZgkTVayEmTJ0W7saCWVu2TI0kk65uR+w72dOoVvRLKhwgQS6rF21hzK3qeHMSGN8oz8A5j3uuJhe0DQo6TtNAAW1q9ZQZmnZkj3JAPt2Tf8vhdkyFEd/gZbaVVsom4uN13+4E49lS6AfLir+O4C+ArV97qhQFgSBC2PnRhrim3BzP9AHS9k/u+H+fUwz4YBLYZYMumrXce++TELZndiYJXPThZ8H2AF49yX6xg2sPha4mIbJ4erTiCZDjpXvR+mB+o08besEtFK78vJX5ZmyJJDNjAQy1xDc3A/0w4UUm91YCUtT2I23uaBt34vUrkqhLAlkbhRqZdmyaBEHoFss5e4Ldb93SbMhp1/ENANa5B4wnBf5jVVnytzTliMjDcHN/YB9Vd/C8VV44hpb7lYWVk6gtnaVDmV+2TIy0hi8SgnoB3dP6Krif3tKMIPvA1wT0EUOKVx/SoWyJJC52TEry5aXFGKgN0UtPnKkSjAjkJ0K95Gh/dpV6o0RZWfKrCxbuhE1N/kC/Shqyxr+nE0w45U6w/ODQAYrtatwKAuCYJJ8mRhpDPYkAwhkecHsMwO2Qbn0nznXA9ioXW6fjEOHPM2O/ZGnfa+0H9f0h+3Hy8Fh8PjTwgAwSo4H2po+lHJDu3G02e/y8lbRmbKF2Fi2ZE8ywDZ374/bYLHpZcbY/394Ort/3AzFe2GpGgZr18FQFgSBG1FOjTQKe5IBdl1Isd366x7EfRT2reoD9xm6e8fYGBZtSteR42tXgWVLK1P8d/SNlx8vB4eBwy0baXg7SCQsYVk87mqaOOCz5yh7uIcfwzrz16FQtjDUOGMyGKGMw9ThBnwaHx4a+2LLZ6T//uGoxs+dUMbRShirFMp8Z7fSQAvyF6GMw9TMmIUnuUd+BuaOz0zVrNisjgsioYyjwiByXmffy8teQd5byp0gCB4a6vhNrOe+5x6CnaEM0GAlTzfAFnopr0KhH6h+8l9HfKStiZPjp+8/TfadG7Hzthq0ly9+pPpfvRfonPz1ekcgqzUNNoybOgGd7v0F9T+xv5u+CwNL2e49FPnjAyGt9oug6yu3vu/ENAk6GATc+hDWet16MVOWBDJ3P8WdocY7pQ/tDuI0AVo+HzcX1HsZ1pPQoWxn0975fx4T1g72FxfCfvn+0nWfYaZsmAMAd/xO1a/2LtA5M2V5oexObNw07xr0o7AFBqEMbRWvjZUvYo+pCynn4W6bcLYJbpIKbnnBzqK8PrDpJ9l/Hyv9OxDK+lerxP/6b6bvqeiDhUIZAAAA2veKJgAAACCUAQAAgFAGAACgw/8CDACCM2V5xmazFQAAAABJRU5ErkJggg=="); }
    header.nav::after {
      background-color: #bababa; }
  .header-container .subnav-icon {
    display: block;
    position: absolute;
    cursor: pointer;
    top: 18px;
    right: 23px;
    left: unset;
    margin-left: unset;
    width: 20px;
    height: 10px; }
    .header-container .subnav-icon.open .burger {
      background: none; }
    .header-container .subnav-icon.open .burger::before,
    .header-container .subnav-icon.open .burger::after {
      top: 0; }
    .header-container .subnav-icon.open .burger::before {
      transform: rotate(-45deg); }
    .header-container .subnav-icon.open .burger::after {
      transform: rotate(45deg); }
    .header-container .subnav-icon:hover:not(.open) .burger::before {
      transform: translateY(-2px); }
    .header-container .subnav-icon:hover:not(.open) .burger::after {
      transform: translateY(2px); }
  .header-container .burger,
  .header-container .burger::before,
  .header-container .burger::after {
    left: 0;
    width: 20px;
    height: 2px;
    background: #FFF;
    transition: all 0.3s; }
  .header-container .burger {
    position: relative;
    margin: 4px auto 0; }
    .header-container .burger::before, .header-container .burger::after {
      content: '';
      position: absolute; }
    .header-container .burger::before {
      top: -6px; }
    .header-container .burger::after {
      top: 6px; }
  .header-container .subnav-nownav {
    display: block;
    min-height: 47px;
    top: 0;
    right: 60px; }
    .header-container .subnav-nownav .nownav-text {
      height: 47px;
      font-size: 15px;
      line-height: 47px; }
  header.nav .header-section-nav {
    display: block;
    padding-top: 47px; }
    header.nav .header-section-nav .section-nav {
      padding-bottom: 0;
      background-color: #ffe2cf; }
      header.nav .header-section-nav .section-nav .nav-item {
        display: block;
        overflow: hidden;
        width: 100%;
        height: auto;
        max-height: 0;
        background-color: #ffe2cf;
        transition: all 300ms;
        min-height: 0; }
        header.nav .header-section-nav .section-nav .nav-item .item-img {
          height: 44px; }
        header.nav .header-section-nav .section-nav .nav-item .item-text {
          display: inline-block;
          font-size: 25px;
          vertical-align: middle; }
        header.nav .header-section-nav .section-nav .nav-item.active {
          background-color: #ffffff; }
      header.nav .header-section-nav .section-nav .nav-item::before {
        display: inline-block;
        position: relative;
        width: 10px;
        height: 100%;
        content: '';
        vertical-align: middle; }
  header.nav.show-sub-nav .header-section-nav .section-nav {
    padding-bottom: 0; }
    header.nav.show-sub-nav .header-section-nav .section-nav .nav-item {
      padding: 8px 0;
      max-height: 400px; }
  .section__kv {
    overflow: hidden;
    width: 100%; }
    .section__kv .img__kv {
      background-image: url("../images/medium/1x/s1/kv_c1.jpg"); } }
  @media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
    .image-webp .section__kv .img__kv {
      background-image: url("../images/medium/2x/s1/kv_c1.webp"); } }
  @media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
    .image-old .section__kv .img__kv {
      background-image: url("../images/medium/2x/s1/kv_c1.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
    .section__kv .img__kv.step2 {
      background-image: url("../images/medium/1x/s1/kv_c2.jpg"); } }
  @media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
    .image-webp .section__kv .img__kv.step2 {
      background-image: url("../images/medium/2x/s1/kv_c2.webp"); } }
  @media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
    .image-old .section__kv .img__kv.step2 {
      background-image: url("../images/medium/2x/s1/kv_c2.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
    .section__kv .img_container {
      height: 494px; }
    .section__kv .laptopLogo {
      bottom: 35px;
      width: 100%;
      height: 1px; }
    .section__kv .img__laptop {
      bottom: 0;
      left: 28px;
      width: 107px;
      height: 107px; }
    .section__kv .img__kv {
      position: absolute;
      left: 50%;
      width: 1280px;
      height: 494px;
      background-size: contain;
      transform: translateX(-50%); }
    .section__kv .eventComment {
      position: absolute;
      top: 272px;
      margin-left: -253px; }
      .section__kv .eventComment .eventComment-text {
        font-size: 15px; }
  .section__2 {
    overflow: hidden; }
    .section__2 .img__offersShop {
      background-image: url("../images/medium/1x/s2/bg.jpg"); } }
  @media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
    .image-webp .section__2 .img__offersShop {
      background-image: url("../images/medium/2x/s2/bg.webp"); } }
  @media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
    .image-old .section__2 .img__offersShop {
      background-image: url("../images/medium/2x/s2/bg.jpg"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
    .section__2 .img__offersShop {
      position: absolute;
      top: 0;
      left: 50%;
      width: 1280px;
      height: 1408px;
      background-size: contain;
      transform: translateX(-50%); }
  .section__2 {
    padding-top: 48px; }
    .section__2 .wd__content.main-content-section .content__title {
      width: 500px; }
    .section__2 .wd__content.main-content-section .content__info {
      width: 640px; }
  .section__2 .offersShopListsNav {
    max-width: 750px; }
    .section__2 .offersShopListsNav .offersShopNav {
      margin-top: 22px;
      width: 250px;
      height: 82px; }
      .section__2 .offersShopListsNav .offersShopNav .offersShopNav-text {
        padding-top: 28px;
        font-size: 25px; }
      .section__2 .offersShopListsNav .offersShopNav .img__over {
        bottom: -2px;
        margin-left: -125px;
        width: 250px;
        height: 20px;
        background-size: contain; }
  .section__2 .offersShop-item:before {
    background-image: url("../images/medium/1x/s2/item_top.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-item:before {
    background-image: url("../images/medium/2x/s2/item_top.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-item:before {
    background-image: url("../images/medium/2x/s2/item_top.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__2 .offersShop-item:after {
    background-image: url("../images/medium/1x/s2/item_bottom.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-item:after {
    background-image: url("../images/medium/2x/s2/item_bottom.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-item:after {
    background-image: url("../images/medium/2x/s2/item_bottom.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__2 .offersShop-item {
    background-image: url("../images/medium/1x/s2/item_center.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-item {
    background-image: url("../images/medium/2x/s2/item_center.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-item {
    background-image: url("../images/medium/2x/s2/item_center.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__2 .offersShopListsContainer-all {
    min-height: 100px;
    margin-bottom: 0; }
  .section__2 .offersShop-list {
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0; }
    .section__2 .offersShop-list .offersShop {
      max-width: 660px; }
    .section__2 .offersShop-list.selectedActive {
      margin-top: -40px;
      padding-bottom: 58px; }
  .section__2 .offersShop-list .offersShop-item {
    margin-top: 111px;
    margin-bottom: 110px;
    margin-left: 17px;
    padding: 0 40px 25px 31px;
    width: 308px;
    max-width: 308px; }
    .section__2 .offersShop-list .offersShop-item::after {
      bottom: -109px;
      width: 308px;
      height: 230px; }
    .section__2 .offersShop-list .offersShop-item::before {
      top: -95px;
      width: 308px;
      height: 230px; }
    .section__2 .offersShop-list .offersShop-item .itemInfoContainer {
      position: relative;
      margin-top: 27px;
      margin-bottom: 30px; }
      .section__2 .offersShop-list .offersShop-item .itemInfoContainer .itemInfo-title {
        margin-top: -4px;
        font-size: 22px;
        text-align: left;
        line-height: 1.4; }
    .section__2 .offersShop-list .offersShop-item .itemImgContainer {
      width: 100%;
      height: 114px; }
    .section__2 .offersShop-list .offersShop-item .img__item {
      margin-left: -123px;
      width: 238px;
      height: 114px;
      background-size: contain; }
    .section__2 .offersShop-list .offersShop-item .itemInfo-point {
      margin-top: 18px; }
    .section__2 .offersShop-list .offersShop-item .itemAction {
      bottom: 15px;
      padding-right: 40px;
      padding-left: 31px; }
      .section__2 .offersShop-list .offersShop-item .itemAction .itemAction-link {
        width: 162px; }
  .section__2 .slick-next,
  .section__2 .slick-prev,
  .section__2 .slick-prev::before,
  .section__2 .slick-next::before {
    width: 26px;
    height: 54px; }
  .section__2 .slick-prev {
    left: -33px; }
  .section__2 .slick-next {
    right: -33px; }
  .section__2 .slick-prev::before {
    right: 0; }
  .section__2 .slick-next::before {
    left: 0; }
  .section__2 .slick-dots {
    bottom: -23px; }
  .section__3 .productGridTableCollection-0 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p0/pd_0-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p0/pd_0-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p0/pd_0-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-0 .img__pd {
    background-image: url("../images/medium/1x/s3/p0/pd_0.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-0 .img__pd {
    background-image: url("../images/medium/2x/s3/p0/pd_0.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-0 .img__pd {
    background-image: url("../images/medium/2x/s3/p0/pd_0.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p0/pd_1-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p0/pd_1-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p0/pd_1-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-1 .img__pd {
    background-image: url("../images/medium/1x/s3/p0/pd_1.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-1 .img__pd {
    background-image: url("../images/medium/2x/s3/p0/pd_1.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-1 .img__pd {
    background-image: url("../images/medium/2x/s3/p0/pd_1.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p0/pd_2-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p0/pd_2-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p0/pd_2-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-2 .img__pd {
    background-image: url("../images/medium/1x/s3/p0/pd_2.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-2 .img__pd {
    background-image: url("../images/medium/2x/s3/p0/pd_2.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-2 .img__pd {
    background-image: url("../images/medium/2x/s3/p0/pd_2.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p0/pd_3-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p0/pd_3-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p0/pd_3-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-3 .img__pd {
    background-image: url("../images/medium/1x/s3/p0/pd_3.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-3 .img__pd {
    background-image: url("../images/medium/2x/s3/p0/pd_3.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-3 .img__pd {
    background-image: url("../images/medium/2x/s3/p0/pd_3.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p0/pd_4-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p0/pd_4-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p0/pd_4-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-4 .img__pd {
    background-image: url("../images/medium/1x/s3/p0/pd_4.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-4 .img__pd {
    background-image: url("../images/medium/2x/s3/p0/pd_4.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-4 .img__pd {
    background-image: url("../images/medium/2x/s3/p0/pd_4.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p0/pd_5-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p0/pd_5-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p0/pd_5-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-5 .img__pd {
    background-image: url("../images/medium/1x/s3/p0/pd_5.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-5 .img__pd {
    background-image: url("../images/medium/2x/s3/p0/pd_5.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-5 .img__pd {
    background-image: url("../images/medium/2x/s3/p0/pd_5.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p0/pd_6-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p0/pd_6-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p0/pd_6-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-6 .img__pd {
    background-image: url("../images/medium/1x/s3/p0/pd_6.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-6 .img__pd {
    background-image: url("../images/medium/2x/s3/p0/pd_6.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-6 .img__pd {
    background-image: url("../images/medium/2x/s3/p0/pd_6.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p0/pd_7-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p0/pd_7-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p0/pd_7-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-7 .img__pd {
    background-image: url("../images/medium/1x/s3/p0/pd_7.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-7 .img__pd {
    background-image: url("../images/medium/2x/s3/p0/pd_7.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-7 .img__pd {
    background-image: url("../images/medium/2x/s3/p0/pd_7.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p0/pd_8-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p0/pd_8-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p0/pd_8-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-8 .img__pd {
    background-image: url("../images/medium/1x/s3/p0/pd_8.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-8 .img__pd {
    background-image: url("../images/medium/2x/s3/p0/pd_8.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-8 .img__pd {
    background-image: url("../images/medium/2x/s3/p0/pd_8.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p0/pd_9-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p0/pd_9-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p0/pd_9-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-9 .img__pd {
    background-image: url("../images/medium/1x/s3/p0/pd_9.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-9 .img__pd {
    background-image: url("../images/medium/2x/s3/p0/pd_9.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-9 .img__pd {
    background-image: url("../images/medium/2x/s3/p0/pd_9.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p0/pd_10-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p0/pd_10-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p0/pd_10-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-10 .img__pd {
    background-image: url("../images/medium/1x/s3/p0/pd_10.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-10 .img__pd {
    background-image: url("../images/medium/2x/s3/p0/pd_10.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-10 .img__pd {
    background-image: url("../images/medium/2x/s3/p0/pd_10.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p1/pd_0-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p1/pd_0-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p1/pd_0-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-0 .img__pd {
    background-image: url("../images/medium/1x/s3/p1/pd_0.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-0 .img__pd {
    background-image: url("../images/medium/2x/s3/p1/pd_0.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-0 .img__pd {
    background-image: url("../images/medium/2x/s3/p1/pd_0.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p1/pd_1-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p1/pd_1-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p1/pd_1-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-1 .img__pd {
    background-image: url("../images/medium/1x/s3/p1/pd_1.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-1 .img__pd {
    background-image: url("../images/medium/2x/s3/p1/pd_1.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-1 .img__pd {
    background-image: url("../images/medium/2x/s3/p1/pd_1.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p1/pd_2-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p1/pd_2-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p1/pd_2-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-2 .img__pd {
    background-image: url("../images/medium/1x/s3/p1/pd_2.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-2 .img__pd {
    background-image: url("../images/medium/2x/s3/p1/pd_2.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-2 .img__pd {
    background-image: url("../images/medium/2x/s3/p1/pd_2.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p1/pd_3-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p1/pd_3-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p1/pd_3-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-3 .img__pd {
    background-image: url("../images/medium/1x/s3/p1/pd_3.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-3 .img__pd {
    background-image: url("../images/medium/2x/s3/p1/pd_3.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-3 .img__pd {
    background-image: url("../images/medium/2x/s3/p1/pd_3.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p1/pd_4-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p1/pd_4-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p1/pd_4-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-4 .img__pd {
    background-image: url("../images/medium/1x/s3/p1/pd_4.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-4 .img__pd {
    background-image: url("../images/medium/2x/s3/p1/pd_4.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-4 .img__pd {
    background-image: url("../images/medium/2x/s3/p1/pd_4.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p1/pd_5-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p1/pd_5-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p1/pd_5-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-5 .img__pd {
    background-image: url("../images/medium/1x/s3/p1/pd_5.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-5 .img__pd {
    background-image: url("../images/medium/2x/s3/p1/pd_5.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-5 .img__pd {
    background-image: url("../images/medium/2x/s3/p1/pd_5.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p1/pd_6-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p1/pd_6-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p1/pd_6-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-6 .img__pd {
    background-image: url("../images/medium/1x/s3/p1/pd_6.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-6 .img__pd {
    background-image: url("../images/medium/2x/s3/p1/pd_6.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-6 .img__pd {
    background-image: url("../images/medium/2x/s3/p1/pd_6.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p1/pd_7-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p1/pd_7-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p1/pd_7-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-7 .img__pd {
    background-image: url("../images/medium/1x/s3/p1/pd_7.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-7 .img__pd {
    background-image: url("../images/medium/2x/s3/p1/pd_7.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-7 .img__pd {
    background-image: url("../images/medium/2x/s3/p1/pd_7.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p1/pd_8-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p1/pd_8-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p1/pd_8-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-8 .img__pd {
    background-image: url("../images/medium/1x/s3/p1/pd_8.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-8 .img__pd {
    background-image: url("../images/medium/2x/s3/p1/pd_8.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-8 .img__pd {
    background-image: url("../images/medium/2x/s3/p1/pd_8.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p1/pd_9-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p1/pd_9-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p1/pd_9-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-9 .img__pd {
    background-image: url("../images/medium/1x/s3/p1/pd_9.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-9 .img__pd {
    background-image: url("../images/medium/2x/s3/p1/pd_9.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-9 .img__pd {
    background-image: url("../images/medium/2x/s3/p1/pd_9.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p1/pd_10-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p1/pd_10-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p1/pd_10-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-10 .img__pd {
    background-image: url("../images/medium/1x/s3/p1/pd_10.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-10 .img__pd {
    background-image: url("../images/medium/2x/s3/p1/pd_10.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-10 .img__pd {
    background-image: url("../images/medium/2x/s3/p1/pd_10.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p2/pd_0-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p2/pd_0-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p2/pd_0-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-0 .img__pd {
    background-image: url("../images/medium/1x/s3/p2/pd_0.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-0 .img__pd {
    background-image: url("../images/medium/2x/s3/p2/pd_0.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-0 .img__pd {
    background-image: url("../images/medium/2x/s3/p2/pd_0.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p2/pd_1-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p2/pd_1-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p2/pd_1-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-1 .img__pd {
    background-image: url("../images/medium/1x/s3/p2/pd_1.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-1 .img__pd {
    background-image: url("../images/medium/2x/s3/p2/pd_1.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-1 .img__pd {
    background-image: url("../images/medium/2x/s3/p2/pd_1.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p2/pd_2-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p2/pd_2-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p2/pd_2-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-2 .img__pd {
    background-image: url("../images/medium/1x/s3/p2/pd_2.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-2 .img__pd {
    background-image: url("../images/medium/2x/s3/p2/pd_2.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-2 .img__pd {
    background-image: url("../images/medium/2x/s3/p2/pd_2.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p2/pd_3-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p2/pd_3-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p2/pd_3-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-3 .img__pd {
    background-image: url("../images/medium/1x/s3/p2/pd_3.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-3 .img__pd {
    background-image: url("../images/medium/2x/s3/p2/pd_3.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-3 .img__pd {
    background-image: url("../images/medium/2x/s3/p2/pd_3.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p2/pd_4-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p2/pd_4-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p2/pd_4-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-4 .img__pd {
    background-image: url("../images/medium/1x/s3/p2/pd_4.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-4 .img__pd {
    background-image: url("../images/medium/2x/s3/p2/pd_4.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-4 .img__pd {
    background-image: url("../images/medium/2x/s3/p2/pd_4.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p2/pd_5-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p2/pd_5-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p2/pd_5-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-5 .img__pd {
    background-image: url("../images/medium/1x/s3/p2/pd_5.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-5 .img__pd {
    background-image: url("../images/medium/2x/s3/p2/pd_5.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-5 .img__pd {
    background-image: url("../images/medium/2x/s3/p2/pd_5.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p2/pd_6-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p2/pd_6-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p2/pd_6-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-6 .img__pd {
    background-image: url("../images/medium/1x/s3/p2/pd_6.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-6 .img__pd {
    background-image: url("../images/medium/2x/s3/p2/pd_6.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-6 .img__pd {
    background-image: url("../images/medium/2x/s3/p2/pd_6.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p2/pd_7-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p2/pd_7-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p2/pd_7-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-7 .img__pd {
    background-image: url("../images/medium/1x/s3/p2/pd_7.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-7 .img__pd {
    background-image: url("../images/medium/2x/s3/p2/pd_7.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-7 .img__pd {
    background-image: url("../images/medium/2x/s3/p2/pd_7.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p2/pd_8-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p2/pd_8-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p2/pd_8-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-8 .img__pd {
    background-image: url("../images/medium/1x/s3/p2/pd_8.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-8 .img__pd {
    background-image: url("../images/medium/2x/s3/p2/pd_8.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-8 .img__pd {
    background-image: url("../images/medium/2x/s3/p2/pd_8.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p2/pd_9-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p2/pd_9-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p2/pd_9-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-9 .img__pd {
    background-image: url("../images/medium/1x/s3/p2/pd_9.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-9 .img__pd {
    background-image: url("../images/medium/2x/s3/p2/pd_9.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-9 .img__pd {
    background-image: url("../images/medium/2x/s3/p2/pd_9.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p2/pd_10-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p2/pd_10-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p2/pd_10-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-10 .img__pd {
    background-image: url("../images/medium/1x/s3/p2/pd_10.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-10 .img__pd {
    background-image: url("../images/medium/2x/s3/p2/pd_10.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-10 .img__pd {
    background-image: url("../images/medium/2x/s3/p2/pd_10.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p3/pd_0-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p3/pd_0-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p3/pd_0-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-0 .img__pd {
    background-image: url("../images/medium/1x/s3/p3/pd_0.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-0 .img__pd {
    background-image: url("../images/medium/2x/s3/p3/pd_0.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-0 .img__pd {
    background-image: url("../images/medium/2x/s3/p3/pd_0.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p3/pd_1-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p3/pd_1-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p3/pd_1-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-1 .img__pd {
    background-image: url("../images/medium/1x/s3/p3/pd_1.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-1 .img__pd {
    background-image: url("../images/medium/2x/s3/p3/pd_1.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-1 .img__pd {
    background-image: url("../images/medium/2x/s3/p3/pd_1.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p3/pd_2-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p3/pd_2-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p3/pd_2-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-2 .img__pd {
    background-image: url("../images/medium/1x/s3/p3/pd_2.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-2 .img__pd {
    background-image: url("../images/medium/2x/s3/p3/pd_2.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-2 .img__pd {
    background-image: url("../images/medium/2x/s3/p3/pd_2.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p3/pd_3-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p3/pd_3-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p3/pd_3-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-3 .img__pd {
    background-image: url("../images/medium/1x/s3/p3/pd_3.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-3 .img__pd {
    background-image: url("../images/medium/2x/s3/p3/pd_3.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-3 .img__pd {
    background-image: url("../images/medium/2x/s3/p3/pd_3.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p3/pd_4-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p3/pd_4-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p3/pd_4-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-4 .img__pd {
    background-image: url("../images/medium/1x/s3/p3/pd_4.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-4 .img__pd {
    background-image: url("../images/medium/2x/s3/p3/pd_4.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-4 .img__pd {
    background-image: url("../images/medium/2x/s3/p3/pd_4.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p3/pd_5-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p3/pd_5-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p3/pd_5-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-5 .img__pd {
    background-image: url("../images/medium/1x/s3/p3/pd_5.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-5 .img__pd {
    background-image: url("../images/medium/2x/s3/p3/pd_5.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-5 .img__pd {
    background-image: url("../images/medium/2x/s3/p3/pd_5.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p3/pd_6-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p3/pd_6-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p3/pd_6-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-6 .img__pd {
    background-image: url("../images/medium/1x/s3/p3/pd_6.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-6 .img__pd {
    background-image: url("../images/medium/2x/s3/p3/pd_6.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-6 .img__pd {
    background-image: url("../images/medium/2x/s3/p3/pd_6.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p3/pd_7-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p3/pd_7-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p3/pd_7-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-7 .img__pd {
    background-image: url("../images/medium/1x/s3/p3/pd_7.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-7 .img__pd {
    background-image: url("../images/medium/2x/s3/p3/pd_7.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-7 .img__pd {
    background-image: url("../images/medium/2x/s3/p3/pd_7.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p3/pd_8-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p3/pd_8-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p3/pd_8-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-8 .img__pd {
    background-image: url("../images/medium/1x/s3/p3/pd_8.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-8 .img__pd {
    background-image: url("../images/medium/2x/s3/p3/pd_8.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-8 .img__pd {
    background-image: url("../images/medium/2x/s3/p3/pd_8.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p3/pd_9-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p3/pd_9-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p3/pd_9-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-9 .img__pd {
    background-image: url("../images/medium/1x/s3/p3/pd_9.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-9 .img__pd {
    background-image: url("../images/medium/2x/s3/p3/pd_9.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-9 .img__pd {
    background-image: url("../images/medium/2x/s3/p3/pd_9.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p3/pd_10-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p3/pd_10-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p3/pd_10-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-10 .img__pd {
    background-image: url("../images/medium/1x/s3/p3/pd_10.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-10 .img__pd {
    background-image: url("../images/medium/2x/s3/p3/pd_10.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-10 .img__pd {
    background-image: url("../images/medium/2x/s3/p3/pd_10.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p4/pd_0-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p4/pd_0-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p4/pd_0-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-0 .img__pd {
    background-image: url("../images/medium/1x/s3/p4/pd_0.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-0 .img__pd {
    background-image: url("../images/medium/2x/s3/p4/pd_0.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-0 .img__pd {
    background-image: url("../images/medium/2x/s3/p4/pd_0.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p4/pd_1-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p4/pd_1-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p4/pd_1-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-1 .img__pd {
    background-image: url("../images/medium/1x/s3/p4/pd_1.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-1 .img__pd {
    background-image: url("../images/medium/2x/s3/p4/pd_1.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-1 .img__pd {
    background-image: url("../images/medium/2x/s3/p4/pd_1.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p4/pd_2-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p4/pd_2-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p4/pd_2-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-2 .img__pd {
    background-image: url("../images/medium/1x/s3/p4/pd_2.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-2 .img__pd {
    background-image: url("../images/medium/2x/s3/p4/pd_2.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-2 .img__pd {
    background-image: url("../images/medium/2x/s3/p4/pd_2.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p4/pd_3-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p4/pd_3-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p4/pd_3-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-3 .img__pd {
    background-image: url("../images/medium/1x/s3/p4/pd_3.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-3 .img__pd {
    background-image: url("../images/medium/2x/s3/p4/pd_3.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-3 .img__pd {
    background-image: url("../images/medium/2x/s3/p4/pd_3.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p4/pd_4-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p4/pd_4-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p4/pd_4-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-4 .img__pd {
    background-image: url("../images/medium/1x/s3/p4/pd_4.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-4 .img__pd {
    background-image: url("../images/medium/2x/s3/p4/pd_4.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-4 .img__pd {
    background-image: url("../images/medium/2x/s3/p4/pd_4.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p4/pd_5-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p4/pd_5-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p4/pd_5-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-5 .img__pd {
    background-image: url("../images/medium/1x/s3/p4/pd_5.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-5 .img__pd {
    background-image: url("../images/medium/2x/s3/p4/pd_5.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-5 .img__pd {
    background-image: url("../images/medium/2x/s3/p4/pd_5.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p4/pd_6-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p4/pd_6-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p4/pd_6-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-6 .img__pd {
    background-image: url("../images/medium/1x/s3/p4/pd_6.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-6 .img__pd {
    background-image: url("../images/medium/2x/s3/p4/pd_6.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-6 .img__pd {
    background-image: url("../images/medium/2x/s3/p4/pd_6.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p4/pd_7-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p4/pd_7-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p4/pd_7-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-7 .img__pd {
    background-image: url("../images/medium/1x/s3/p4/pd_7.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-7 .img__pd {
    background-image: url("../images/medium/2x/s3/p4/pd_7.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-7 .img__pd {
    background-image: url("../images/medium/2x/s3/p4/pd_7.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p4/pd_8-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p4/pd_8-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p4/pd_8-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-8 .img__pd {
    background-image: url("../images/medium/1x/s3/p4/pd_8.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-8 .img__pd {
    background-image: url("../images/medium/2x/s3/p4/pd_8.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-8 .img__pd {
    background-image: url("../images/medium/2x/s3/p4/pd_8.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p4/pd_9-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p4/pd_9-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p4/pd_9-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-9 .img__pd {
    background-image: url("../images/medium/1x/s3/p4/pd_9.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-9 .img__pd {
    background-image: url("../images/medium/2x/s3/p4/pd_9.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-9 .img__pd {
    background-image: url("../images/medium/2x/s3/p4/pd_9.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/medium/1x/s3/p4/pd_10-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p4/pd_10-logo.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/medium/2x/s3/p4/pd_10-logo.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-10 .img__pd {
    background-image: url("../images/medium/1x/s3/p4/pd_10.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-10 .img__pd {
    background-image: url("../images/medium/2x/s3/p4/pd_10.webp"); } }

@media all and (min-width: 731px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 731px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-10 .img__pd {
    background-image: url("../images/medium/2x/s3/p4/pd_10.png"); } }

@media all and (min-width: 731px) and (max-width: 1279px) {
  .section__3 {
    padding-top: 0; }
    .section__3 .wd__content {
      margin-bottom: 67px; }
      .section__3 .wd__content .content__title {
        width: 500px; }
  .section__3 .productGridTableCollection .img__pd-logo {
    width: 440px;
    height: 43px; }
  .section__3 .productGridTableCollection .img__pd {
    width: 1280px; }
  .section__3 .productGridTableCollection-0 .img__pd-0 {
    height: 457px; }
  .section__3 .productGridTableCollection-0 .img__pd-1 {
    height: 419px; }
  .section__3 .productGridTableCollection {
    padding-top: 0;
    background-color: #131315; }
    .section__3 .productGridTableCollection .productGridTable-item {
      padding-top: 0;
      padding-bottom: 105px; }
      .section__3 .productGridTableCollection .productGridTable-item:last-child {
        padding-bottom: 0; }
      .section__3 .productGridTableCollection .productGridTable-item .itemImgContainer {
        position: relative; }
        .section__3 .productGridTableCollection .productGridTable-item .itemImgContainer .img__pd {
          position: relative; }
      .section__3 .productGridTableCollection .productGridTable-item .itemInfoContainer .itemInfoContent .itemInfo-title {
        margin-top: 8px;
        font-size: 34px;
        line-height: 1.14; }
      .section__3 .productGridTableCollection .productGridTable-item .itemInfoContainer .itemInfoContent .itemInfo-info {
        margin-top: 8px;
        font-size: 26px; }
      .section__3 .productGridTableCollection .productGridTable-item .itemInfoContainer .itemAction .itemAction-link {
        margin-right: 46px; }
  .section__4 {
    padding-top: 0; }
  .section__4 .wd__content.nav-content {
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 40px;
    max-width: 426px; }
    .section__4 .wd__content.nav-content .content__title {
      margin-top: 44px;
      color: #f04444;
      font-size: 28px; }
    .section__4 .wd__content.nav-content .content__info {
      margin-top: 12px;
      margin-right: auto;
      margin-left: auto;
      width: 80%;
      color: #555;
      font-size: 18px; }
  .section__4 .pdcollection_nav {
    display: flex;
    align-items: stretch;
    align-content: stretch;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    max-width: 100%; }
    .section__4 .pdcollection_nav .nav_item {
      display: inline-block;
      overflow: hidden;
      margin-right: 0;
      margin-left: 0;
      width: 33.33%;
      height: auto; }
      .section__4 .pdcollection_nav .nav_item::before {
        width: 54px;
        height: 26px; }
  .section__4 .pdComment {
    margin-top: 37px;
    padding-right: 0;
    padding-left: 4px;
    max-width: 740px; }
    .section__4 .pdComment .img__icon {
      width: 83px;
      height: 83px; }
    .section__4 .pdComment .comment {
      padding-left: 8px;
      height: 83px;
      vertical-align: top; }
      .section__4 .pdComment .comment:first-child {
        padding-left: 0; }
    .section__4 .pdComment .comment-text {
      font-size: 20px; }
    .section__4 .pdComment .comment-2 {
      display: inline-flex;
      align-items: flex-end; }
  .section__4 .productGridTableCollection-list .productGridTable-item {
    padding: 48px 16px 50px; }
    .section__4 .productGridTableCollection-list .productGridTable-item .itemInfoContainer {
      margin-top: 29px;
      margin-bottom: 30px;
      padding-bottom: 32px; }
    .section__4 .productGridTableCollection-list .productGridTable-item .itemInfoContent .itemInfo-title {
      font-size: 19px; }
    .section__4 .productGridTableCollection-list .productGridTable-item .itemInfo-title + .itemInfo-price {
      margin-top: 23px;
      margin-bottom: 23px; }
    .section__4 .productGridTableCollection-list .productGridTable-item .itemInfo-price + ul {
      margin-top: 0; }
    .section__4 .productGridTableCollection-list .productGridTable-item .itemInfo-price {
      padding-top: 20px;
      padding-bottom: 20px; }
      .section__4 .productGridTableCollection-list .productGridTable-item .itemInfo-price .main-price {
        font-size: 23px; }
      .section__4 .productGridTableCollection-list .productGridTable-item .itemInfo-price .org-price,
      .section__4 .productGridTableCollection-list .productGridTable-item .itemInfo-price .save-price {
        font-size: 14px; color:#aa0000; }
    .section__4 .productGridTableCollection-list .productGridTable-item .itemImgContainer {
      width: 100%;
      height: 70px; }
      .section__4 .productGridTableCollection-list .productGridTable-item .itemImgContainer .img__pd {
        padding-bottom: 60px;
        width: 100%;
        height: auto;
        background-color: transparent; }
    .section__4 .productGridTableCollection-list .productGridTable-item .img__pd-logo {
      display: none; }
    .section__4 .productGridTableCollection-list .productGridTable-item .itemAction {
      bottom: 50px;
      margin-bottom: 0;
      padding: 0 16px;
      flex-wrap: wrap; }
      .section__4 .productGridTableCollection-list .productGridTable-item .itemAction .itemAction-link {
        margin-bottom: 8px;
        width: 100%; }
        .section__4 .productGridTableCollection-list .productGridTable-item .itemAction .itemAction-link:last-child {
          margin-bottom: 0 !important; }
  .section__4 .productGridTableCollection-list .productGridTable-item .itemInfoContainer {
    margin-bottom: 45px; }
  .section__4 .productGridTableCollection-list .productGridTable-item[data-links='2'] .itemInfoContainer {
    margin-bottom: 96px; }
  .section__4 .productGridTableCollection-list .productGridTable-item[data-links='2'] .itemAction .itemAction-link {
    margin-bottom: 8px; }
  .section__4 .productGridTableCollection-list .productGridTable-item[data-links='3'] .itemInfoContainer {
    margin-bottom: 144px; }
  .section__4 .productGridTableCollection-list .productGridTable-item[data-links='3'] .itemAction .itemAction-link {
    margin-bottom: 8px; }
  .section__4 .productGridTableCollection-list .productGridTable-item[data-links='4'] .itemInfoContainer {
    margin-bottom: 192px; }
  .section__4 .productGridTableCollection-list .productGridTable-item[data-links='4'] .itemAction .itemAction-link {
    margin-bottom: 8px; }
  .section__5 {
    margin-top: -10px;
    padding-top: 102px; }
    .section__5 .productGridTableCollection-list {
      margin-top: 63px;
      padding-top: 0; }
  .section__5 .wd__content.main-content-section .content__title {
    width: 500px; }
  .section__5 .wd__content.main-content-section .content__info {
    width: 640px; }
  .section__5 .wd__content.link-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 590px; }
    .section__5 .wd__content.link-content .content__link {
      margin-right: 0;
      margin-bottom: 10px;
      margin-left: 0;
      width: 49%;
      max-width: unset; }
  .section__5 .productGridTableCollection-list .itemImgContainer {
    width: 250px;
    height: 100px; }
    .section__5 .productGridTableCollection-list .itemImgContainer .img__pd {
      padding-bottom: 0;
      width: 310px;
      height: 110px;
      background-color: transparent; }
  .section__5 .productGridTableCollection-list .img__pd-logo {
    display: none; }
  .section__6 {
    padding-top: 129px; }
  .section__6 .wd__content.main-content-section .content__title {
    width: 560px; }
  .section__6 .wd__content.main-content-section .content__info {
    width: 640px; }
  .section__6 .productGridTableCollection-list {
    margin-top: 46px;
    padding-top: 0; }
    .section__6 .productGridTableCollection-list .productGridTable-item {
      padding: 23px;
      min-height: 1px; }
      .section__6 .productGridTableCollection-list .productGridTable-item .itemInfoContainer {
        display: none; }
      .section__6 .productGridTableCollection-list .productGridTable-item .itemImgContainer {
        width: 312px; }
        .section__6 .productGridTableCollection-list .productGridTable-item .itemImgContainer .img {
          padding-bottom: 0;
          width: 312px;
          height: 65px;
          background-size: contain; }
      .section__6 .productGridTableCollection-list .productGridTable-item .itemAction {
        position: relative;
        bottom: 0;
        margin-top: 25px; }
        .section__6 .productGridTableCollection-list .productGridTable-item .itemAction .itemAction-link {
          width: 50%;
          max-width: 100%; }
  .section__comment {
    margin-top: -4px;
    padding-top: 0;
    padding-bottom: 90px; } }

@media (min-width: 731px) and (max-width: 1279px) {
  .product_videos .video_slick.video-2,
  .product_videos .video_slick.video-1 {
    width: auto !important;
    max-width: 682px !important; }
    .product_videos .video_slick.video-2 .video,
    .product_videos .video_slick.video-1 .video {
      width: 100% !important;
      max-width: 340px !important; } }

@media all and (min-width: 1024px) and (max-width: 1279px) {
  .section__5 .wd__content.link-content {
    max-width: 1000px; }
    .section__5 .wd__content.link-content .content__link {
      width: 24%;
      max-width: 264px; } }

@media all and (max-width: 730px) {
  .wd__section .small_use {
    display: block; }
  .wd__section .small_unuse {
    display: none; }
  .wd__section .no__wrap {
    white-space: normal; }
  .wd__section .wd__content.main-content-section {
    padding-right: 19px;
    padding-left: 19px;
    box-sizing: border-box; }
    .wd__section .wd__content.main-content-section .content__title {
      font-size: 34px; }
    .wd__section .wd__content.main-content-section .content__info {
      margin-top: 34px;
      font-size: 17px; }
  .wd__section .wd__link__arrow::after {
    padding-left: 5px; }
  footer {
    padding: 0 !important; }
    footer .footer-container {
      padding: 0px 0 14px; }
      footer .footer-container .footer-copyright {
        position: relative;
        right: 0;
        bottom: unset;
        left: unset;
        margin-left: unset;
        padding-top: 13px;
        padding-bottom: 4px;
        width: 100%;
        text-align: center; }
        footer .footer-container .footer-copyright .copyright {
          margin: 0 3px 4px; }
          footer .footer-container .footer-copyright .copyright .copyright-text {
            font-size: 12px; }
          footer .footer-container .footer-copyright .copyright.copyright-pipe {
            top: -2px;
            height: 10px; }
  header.nav {
    background: #f04444; }
    header.nav .header-container {
      height: unset;
      min-height: 50px; }
      header.nav .header-container .logo {
        position: absolute;
        top: 16px;
        left: 10px;
        margin-left: unset;
        width: unset;
        transform: none; }
        header.nav .header-container .logo figure {
          background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAmUAAACFCAYAAAAaVI+MAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTEzRThFNkZEREQ0MTFFQUIyMDNEM0MzQzU2RTRBODQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTEzRThFNzBEREQ0MTFFQUIyMDNEM0MzQzU2RTRBODQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFMTNFOEU2RERERDQxMUVBQjIwM0QzQzNDNTZFNEE4NCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFMTNFOEU2RURERDQxMUVBQjIwM0QzQzNDNTZFNEE4NCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pm5j+JgAABCOSURBVHja7N39ddNIFMbhKw7/YypAVICpIEoFmAowFcRUEKcChwrirSBQQZQKEiqIqYBQgVdDxseKItuSrI97pd9zjk6WLMuG8ejqnRlpFKzXawEAAEC3XtEEAAAAhDIAAAAQygAAAHR4fewfEAQBrbjfODmi5PiQHGFyjPz3hiZOjtMO2j70X9+k2j30B/rRh9z5daPo56QoljNPjnMlP8up72dtiVL16IO/Pmxq14iu0Wun6/U6rj2UIZc7mabJccbFv/UQNkmOE1/sAEDTdcHVpU++Vo1pEhDKmudCwYIw1moQO0uNOAFAUxCb+CA2oTlAKGvXlTzNkKF5rp3PCWIAFAp9fZoIy5AglBHICGMA0FkY41oAQhmBrNci386EMQDauNmwmeh5YAGEssFaEMgaL3YujHE/BgAGjOg19ik7zsSPjtBcsXsgkAFQai5P27EQyFALZsqqC/3oCM2Y0r4AlGIGH4QyZa6Ep2qabNspzQBAaSBzs2PsM4basXxZjVuyjGgGAhkAAhlAKOtOKDxhQyADQCADCGWduxaWLZswJZABUD5oJJCBUKbInJOyEZFwUz8A3bWfm/pBKFPEhTGWLevnZh2vaQYA1H4QylAUMznNtSvLwQCo/SCU0QSFLIRlyyZMhCUBAHrNqf0glOkSCbv2N2HECBSA8hp1RjOAUEZwGIKZsGwJQK8FNQqEMl3czZ0hzcAIFMDgatSUZgChTA9eNt4cZskAaK9RAKFM0SiJZcvmMEsGQLMvNAEIZXqwTUNzprQtAMXcKklIM4BQpueEZJuG5nyiCQBQowBC2SEsWzbfvgReANoH5gChTAFeNk6xAzBcY64BIJTp4J62iWiGRrEsAECzE5oAhLLuhcILZ9tA6AVAjQIIZXvxtGXzWBYAoB01CoSyjs0ZHVHsAAAglHXLzd6wbAkAAAhlHWP7CwAAoEKwXq+P+wOCwOrf3S2njekCgBmPyXFv4FyO+ahKCYUd9DE890n+eiSUAQAAdCwvf3GjPwAAgAKvB/r3DpPjLDn++l/H/uvKHwDscEuXX1Lnc3aZ895/DwBUG+ry5Y0c3gYjHdR+E94AtSJ/TheRF9gIcwBal5e/hhjK3OuUFjX+eXGqoP/KFPNdNyYD6CaUVVUmzMV8JAAIZYeFyXEn3Wxkmg5qhDfAVigrVRb5SABUCWX/vnnMYYwr3GvFxx9h53ugSijTdB4DQKFQlj2GdKP/VPS/TulC6r2H5Vq2s3IbcebX3DcDAIACQ1m+dLNPD6J7FsqFpdO6g3iF/2Ylzx9icP/8O/XrvKXWmFMJHXKDLZYvbX9+o5zBYbYWAb2Sl7+GMlN2JfqXBb8p+TlCOX537ezsmyusFxRYADtCWdF3EO+6//Z2x0D3UG0CVBlCKJv4Q7NL6deN/nmvvPlPtu8avd1TZHnoAcAuI8m/DSXve0WD3io1YHSD4y++hrnv/d7x+6hVIJRVPIG1v3TcneQXAxoR7yqgRQqm5BTK7MiXkTCAMkLZrg5s3qMaVfhz8kJadgYvzvyaeoVBhbJzsbFsyUlZrGBWEZcokox8ARwzCRDtGIimr0n75N36wWwdoawX3MkwU/4z/vAHmu0HVYtktuAdKpCMegH7Vh3+v8dH/vfM1hHK1I5YtC9bupPg28D6myt2ofGRbxnZYscsHaDfb+PXvmMGonl1K/32irzB6Ep4iItQdsC5gYv/EJ9GtBbK6h71limOzNIB3Q2Yh+xQ3SrSftmHtw7tlxnT7fobylyH0r5s6Trs5QD7263o38BX84i3bB9jlg6odu6g3to1KTEgzatfg5mt62MouzLwM36l2KHj0W7VWbpN8SPIgTqFrupXmUHpbeZ7qgNc30LZXI6/UbJplwM+6WNqjdmR7i6bAuf69C//lYsaLNsMOMY0RS9CXbQnuK0ydavzsPa6Zx/CufKf0X3gFwM+USh2/RP6I8oJ4Lf+K2EcFgeQ1Kn+Bzd3THKuUZ3Vrlc9amALy5bsSSbynVowCJEfJLl3Uv7x5+eUZoERtzTBII0ytWvtv86kpYfU+hLKZgZGNexJtm0HnhIcXqGb+mC2CWjMQoA6BSsDzEVyPCTHXdMBrQ+hLBT9y5ZD3JNsX1sQTglod34EGtEkUIpZfWSNUwHtqon61YdQdiX6X6U0xD3JDrUHo1BEPpgRzqDRkibAHtMm6pf1UDYzUMyHuifZPitGocgJZxYGWBhWnSKYoczgMhxyKHPF+9zAz8myZb65MHuIlyPPB2HWDHowq48y4ezBX9sGGcosjKrdDFlMX93pM02AnMHW5mknoGtu4MisPsrYPLlZKZ9YDWUTefnaBm0eZdh7khXhlna/0gzIsRAb29yg/+bChsgoJ5KnWbPST5lbDGUjsfMqJaa9D1sK99wh35RgBiU+U89RIavclA1mFkPZQvQvW8bCtg9lfBNuqAXBDHqthNst0EIwsxbKItG/K7gbTbEkV55rM5Z7sSuYcY8ZNAy2qe2oGswKTSa9MvYXszBi/i48VVjVXFj2Rb6F8BYAdG9JMEPF/HLdt1DmnmgIlf+M93Lk47D4V/Q+CjfW4qVrmgBKatQpg0eUFEmBGf9XffrLKMCeZPVY+WDGC9yRFjLogRIxg0dUcHByyUoos7BsyZ5kzbTpe+EhAGydif4Zcwxr8Mi9sCjq4Kb3FkLZ3EARZk+yZtv2qw9n7K4NK2/ywHDMfX1iUI4ipvsyjfZQNjZSgLk5vZ1RqSt+b317s+XIcE2Ed2RCX3069Qe1CYecWQ1lFpYtY07C1i3lac+gTUBbEooHZST6t8bBMMW+NrmZs0vhSXzkm1oMZXPR/wg8e5J13/5L/xm89YXwq2zv7yOoDXCkCSjgwtg3X5M2953xUADSA8vcV0W+VvoDh0aKLnuS6SuEy5zvj/1JMEoF/Q8534Mdof/cuNBBu3t5vl1S5PvuB9+PNweG5URyVtm0hrIr0X/PCHuS2SqKG/uWmsepfhf5r+9SBTOiKVWZEMpgUCy7HwpI16DsgPFkx++DTbnXE42hbGbk4seeZP0Ob/Ge35ce2W6K45tUAaVgtuMTAyP0uAYdGkTKjvCWvn6mB5WsCugyDoJgtF6vHzWHMtd5LDxtuRQefx6ylWyXreOCxTId5E5yvocKRY3wC/y7dzYuOKCUHeEtXYve7Al5qL+GxZpD2cJAkXUnALNkqFIsixRI7nsrX9QAlFdlYiEd3rJ16UPq+s2As3jdVxvKJrLjaQRlePUPmi6Q3Pd2RFED0JiVPH+4rcryarqGvcuEt6HVrzfZb2gJZe4DsrIn2ZLzEh3ivrfnTghlgGpVl1fTNSrMhLe+PPQw1hrKrow0KnuSweKINi44ik0XPiv3vYV81Oa9owlwYABaNOCMfe2y+9aP9Xp91FED13hrA8fc4ser6IioMaa5z8/d8/mg8NyMlP08PHxQzg11CjUb+Wu29lzx8CJTdRzKRkqL/IuGM9oxCWVowtTIeUtfJ5Tx2TGYVF0vspmq69csue0vQgMfLMuWwNZSnl4dw8at+XgitPyFE2hCLE+vuDLjVccn4szIBSimbwPPuJt3PwtPIuc5oQkIsFDjklB2mJWnLdmTDNhtJTyNnMfdJxvSDIUH50DT1/GYULbfzEjRYk8yYL+fNEGuc5qgkDOaAOg2lI2NFKyYWQAAFU2FpbkibRTSDEC3oezKSNtwcz+AY7inCtkeI58LYwuaAS0xM0BqO5TNjTSOe1pjRT8G+lPsOjDywYw2ehnIrgmsaMlMcV97mTNa3KfMnYgW9hh66FFnZO8mNB062K/s8PFHbDxp3obItwd7zKGtQaPm/nbT5T5lLFsC/Qpk18I9QUXbauFnzaYDDmM3on9Jd0V37c05N0+OO7E2I9vSTNnMyIj2umcdkxEomri4LpSPPi3Mxi8GcE5s+oql2VTYnhWb+gkgK/XpxUxZcOyrkoIgOPRbQiNp1W198V76tQWGpiJzL2wvYr3gcQ9QM2J/fvyW7VsSYiOzEdmX2b+T7YuhrX4WsGXT9yy6TDLYs71QX7fwP70yUswvCA2NX9QBvBRJsVmzrgY20cA+C6Atf7PfaDqUTY10cjc6uqR/ACatZBj3tjGwAfrlxfuDm1y+3DyZZWGWrK8vV+YeCQzBW3m6hwQALPmYZLBn2aPJpy8tLVve0zcAkx79saIpAFiSDWRNhrKJP7RzhZxlS8AuSzfGQ//1AGi7djUeytzsmKU9ybi5H7Bf2HgxOo4NZIQytCluK5Sdi41lyx+MrgHzbvcVOKDE9QDoonY1GsoisfE6ETc7xs79QH9Gm+6cXtIcqPMCCbRQuxoLZZaWLdmTDLDvR+Y8ZgkTVayEmTJ0W7saCWVu2TI0kk65uR+w72dOoVvRLKhwgQS6rF21hzK3qeHMSGN8oz8A5j3uuJhe0DQo6TtNAAW1q9ZQZmnZkj3JAPt2Tf8vhdkyFEd/gZbaVVsom4uN13+4E49lS6AfLir+O4C+ArV97qhQFgSBC2PnRhrim3BzP9AHS9k/u+H+fUwz4YBLYZYMumrXce++TELZndiYJXPThZ8H2AF49yX6xg2sPha4mIbJ4erTiCZDjpXvR+mB+o08besEtFK78vJX5ZmyJJDNjAQy1xDc3A/0w4UUm91YCUtT2I23uaBt34vUrkqhLAlkbhRqZdmyaBEHoFss5e4Ldb93SbMhp1/ENANa5B4wnBf5jVVnytzTliMjDcHN/YB9Vd/C8VV44hpb7lYWVk6gtnaVDmV+2TIy0hi8SgnoB3dP6Krif3tKMIPvA1wT0EUOKVx/SoWyJJC52TEry5aXFGKgN0UtPnKkSjAjkJ0K95Gh/dpV6o0RZWfKrCxbuhE1N/kC/Shqyxr+nE0w45U6w/ODQAYrtatwKAuCYJJ8mRhpDPYkAwhkecHsMwO2Qbn0nznXA9ioXW6fjEOHPM2O/ZGnfa+0H9f0h+3Hy8Fh8PjTwgAwSo4H2po+lHJDu3G02e/y8lbRmbKF2Fi2ZE8ywDZ374/bYLHpZcbY/394Ort/3AzFe2GpGgZr18FQFgSBG1FOjTQKe5IBdl1Isd366x7EfRT2reoD9xm6e8fYGBZtSteR42tXgWVLK1P8d/SNlx8vB4eBwy0baXg7SCQsYVk87mqaOOCz5yh7uIcfwzrz16FQtjDUOGMyGKGMw9ThBnwaHx4a+2LLZ6T//uGoxs+dUMbRShirFMp8Z7fSQAvyF6GMw9TMmIUnuUd+BuaOz0zVrNisjgsioYyjwiByXmffy8teQd5byp0gCB4a6vhNrOe+5x6CnaEM0GAlTzfAFnopr0KhH6h+8l9HfKStiZPjp+8/TfadG7Hzthq0ly9+pPpfvRfonPz1ekcgqzUNNoybOgGd7v0F9T+xv5u+CwNL2e49FPnjAyGt9oug6yu3vu/ENAk6GATc+hDWet16MVOWBDJ3P8WdocY7pQ/tDuI0AVo+HzcX1HsZ1pPQoWxn0975fx4T1g72FxfCfvn+0nWfYaZsmAMAd/xO1a/2LtA5M2V5oexObNw07xr0o7AFBqEMbRWvjZUvYo+pCynn4W6bcLYJbpIKbnnBzqK8PrDpJ9l/Hyv9OxDK+lerxP/6b6bvqeiDhUIZAAAA2veKJgAAACCUAQAAgFAGAACgw/8CDACCM2V5xmazFQAAAABJRU5ErkJggg=="); }
    header.nav::after {
      background-color: #bababa; }
  .header-container .subnav-icon {
    display: block;
    position: absolute;
    cursor: pointer;
    top: 10px;
    right: 10px;
    margin-left: unset;
    padding: 10px;
    width: 20px;
    height: 10px; }
    .header-container .subnav-icon.open .burger {
      background: none; }
    .header-container .subnav-icon.open .burger::before,
    .header-container .subnav-icon.open .burger::after {
      top: 0; }
    .header-container .subnav-icon.open .burger::before {
      transform: rotate(-45deg); }
    .header-container .subnav-icon.open .burger::after {
      transform: rotate(45deg); }
    .header-container .subnav-icon:hover:not(.open) .burger::before {
      transform: translateY(-2px); }
    .header-container .subnav-icon:hover:not(.open) .burger::after {
      transform: translateY(2px); }
  .header-container .burger,
  .header-container .burger::before,
  .header-container .burger::after {
    left: 0;
    width: 20px;
    height: 2px;
    background: #FFF;
    transition: all 0.3s; }
  .header-container .burger {
    position: relative;
    margin: 4px auto 0; }
    .header-container .burger::before, .header-container .burger::after {
      content: '';
      position: absolute; }
    .header-container .burger::before {
      top: -6px; }
    .header-container .burger::after {
      top: 6px; }
  .header-container .subnav-nownav {
    display: block;
    min-height: 50px;
    top: 0;
    right: 60px; }
    .header-container .subnav-nownav .nownav-text {
      height: 50px;
      font-size: 15px;
      line-height: 50px; }
  header.nav .header-section-nav {
    display: block;
    padding-top: 50px; }
    header.nav .header-section-nav .section-nav {
      padding-bottom: 0;
      background-color: #33b5ec; }
      header.nav .header-section-nav .section-nav .nav-item {
        display: block;
        overflow: hidden;
        width: 100%;
        height: auto;
        max-height: 0;
        background-color: #ffe2cf;
        transition: all 300ms;
        min-height: 0; }
        header.nav .header-section-nav .section-nav .nav-item .item-img {
          height: 45px; }
        header.nav .header-section-nav .section-nav .nav-item .item-text {
          display: inline-block;
          font-size: 25px;
          vertical-align: middle; }
        header.nav .header-section-nav .section-nav .nav-item.active {
          background-color: #ffffff; }
  header.nav.show-sub-nav .header-section-nav .section-nav {
    padding-bottom: 0; }
    header.nav.show-sub-nav .header-section-nav .section-nav .nav-item {
      padding: 8px 0;
      max-height: 400px; }
  .section__kv {
    overflow: hidden;
    width: 100%; }
    .section__kv .img__kv {
      background-image: url("../images/small/1x/s1/kv_c1.jpg"); } }
  @media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
    .image-webp .section__kv .img__kv {
      background-image: url("../images/small/2x/s1/kv_c1.webp"); } }
  @media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
    .image-old .section__kv .img__kv {
      background-image: url("../images/small/2x/s1/kv_c1.jpg"); } }

@media all and (max-width: 730px) {
    .section__kv .img__kv.step2 {
      background-image: url("../images/small/1x/s1/kv_c2.jpg"); } }
  @media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
    .image-webp .section__kv .img__kv.step2 {
      background-image: url("../images/small/2x/s1/kv_c2.webp"); } }
  @media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
    .image-old .section__kv .img__kv.step2 {
      background-image: url("../images/small/2x/s1/kv_c2.jpg"); } }

@media all and (max-width: 730px) {
    .section__kv .img_container {
      margin-top: 20px;
      height: 632px; }
    .section__kv .laptopLogo {
      bottom: 70px;
      width: 2px;
      height: 1px; }
    .section__kv .img__laptop {
      bottom: 35px;
      left: 50%;
      margin-left: -54px;
      width: 108px;
      height: 108px; }
    .section__kv .img__kv {
      position: absolute;
      left: 50%;
      width: 730px;
      height: 632px;
      background-size: contain;
      transform: translateX(-50%); }
    .section__kv .eventComment {
      position: absolute;
      top: 209px;
      margin-left: -92px; }
      .section__kv .eventComment .eventComment-text {
        font-size: 12px; }
  .section__2 {
    overflow: hidden; }
    .section__2 .img__offersShop {
      background-image: url("../images/small/1x/s2/bg.jpg"); } }
  @media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
    .image-webp .section__2 .img__offersShop {
      background-image: url("../images/small/2x/s2/bg.webp"); } }
  @media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
    .image-old .section__2 .img__offersShop {
      background-image: url("../images/small/2x/s2/bg.jpg"); } }

@media all and (max-width: 730px) {
    .section__2 .img__offersShop {
      position: absolute;
      top: 0;
      left: 50%;
      width: 730px;
      height: 1216px;
      background-size: contain;
      transform: translateX(-50%); }
  .section__2 {
    margin-top: -20px;
    padding-top: 54px; }
    .section__2 .wd__content.main-content-section .content__info {
      width: 100%; }
  .section__2 .offersShopListsNav {
    position: relative;
    z-index: 9;
    margin-top: 33px; }
  .section__2 .offersShopListsNav .offersShopNav {
    display: block;
    margin-right: 0;
    margin-left: 0;
    height: auto; }
    .section__2 .offersShopListsNav .offersShopNav .nav {
      display: block;
      padding-bottom: 19px; }
    .section__2 .offersShopListsNav .offersShopNav .img__over {
      bottom: -7px;
      left: 50%;
      margin-left: -97px;
      width: 186px;
      height: 26px;
      background-size: contain; }
    .section__2 .offersShopListsNav .offersShopNav .offersShopNav-text {
      font-size: 19px; }
  .section__2 .offersShop-item:before {
    background-image: url("../images/small/1x/s2/item_top.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-item:before {
    background-image: url("../images/small/2x/s2/item_top.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-item:before {
    background-image: url("../images/small/2x/s2/item_top.png"); } }

@media all and (max-width: 730px) {
  .section__2 .offersShop-item:after {
    background-image: url("../images/small/1x/s2/item_bottom.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-item:after {
    background-image: url("../images/small/2x/s2/item_bottom.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-item:after {
    background-image: url("../images/small/2x/s2/item_bottom.png"); } }

@media all and (max-width: 730px) {
  .section__2 .offersShop-item {
    background-image: url("../images/small/1x/s2/item_center.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__2 .offersShop-item {
    background-image: url("../images/small/2x/s2/item_center.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__2 .offersShop-item {
    background-image: url("../images/small/2x/s2/item_center.png"); } }

@media all and (max-width: 730px) {
  .section__2 .offersShopListsContainer-all {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    min-height: 100px; }
  .section__2 .offersShop-list {
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    padding: 0; }
    .section__2 .offersShop-list .offersShop {
      max-width: 340px; }
    .section__2 .offersShop-list.selectedActive {
      margin-top: -61px;
      padding-bottom: 41px; }
  .section__2 .offersShop-list .offersShop .offersShop-item {
    margin-top: 111px;
    margin-bottom: 110px;
    padding: 0 38px 10px 28px;
    width: 294px;
    max-width: 294px; }
    .section__2 .offersShop-list .offersShop .offersShop-item::before {
      top: -89px;
      width: 294px;
      height: 260px; }
    .section__2 .offersShop-list .offersShop .offersShop-item::after {
      bottom: -120px;
      width: 294px;
      height: 260px; }
    .section__2 .offersShop-list .offersShop .offersShop-item .itemInfoContainer {
      position: relative;
      margin-top: 27px;
      margin-bottom: 32px; }
      .section__2 .offersShop-list .offersShop .offersShop-item .itemInfoContainer .itemInfo-title {
        margin-top: -9px;
        font-size: 19px;
        text-align: left;
        line-height: 1.4; }
      .section__2 .offersShop-list .offersShop .offersShop-item .itemInfoContainer .itemInfo-info {
        font-family: "Myriad W01_n2", "Myriad W01", "Segoe UI", sans-serif !important;
        font-weight: 200 !important;
        font-style: normal !important;
        font-size: 14.6px; }
    .section__2 .offersShop-list .offersShop .offersShop-item .itemImgContainer {
      width: 100%;
      height: 114px; }
    .section__2 .offersShop-list .offersShop .offersShop-item .img__item {
      margin-left: -123px;
      width: 238px;
      height: 114px;
      background-size: contain; }
    .section__2 .offersShop-list .offersShop .offersShop-item .itemInfo-point {
      left: -1px;
      margin-top: 18px;
      width: 100%; }
      .section__2 .offersShop-list .offersShop .offersShop-item .itemInfo-point li {
        margin-bottom: 5px;
        font-size: 15px; }
    .section__2 .offersShop-list .offersShop .offersShop-item .itemAction {
      bottom: 11px;
      padding: 0 46px;
      transform: translateX(3px); }
      .section__2 .offersShop-list .offersShop .offersShop-item .itemAction .itemAction-link {
        margin-top: 0;
        margin-right: 0;
        padding: 7px 5px;
        width: 100%;
        max-width: 100%; }
  .section__2 .slick-slide > div {
    position: relative; }
  .section__2 .slick-slide > div > div.offersShop-item {
    position: relative;
    left: 50%;
    margin-left: -143px; }
  .section__2 .slick-next,
  .section__2 .slick-prev,
  .section__2 .slick-prev::before,
  .section__2 .slick-next::before {
    width: 26px;
    height: 54px; }
  .section__2 .slick-next {
    right: -8px; }
  .section__2 .slick-prev {
    left: -8px; }
  .section__2 .slick-prev::before {
    right: 0; }
  .section__2 .slick-next::before {
    left: 0; }
  .section__2 .slick-dots {
    bottom: -10px; }
    .section__2 .slick-dots li {
      margin-right: 2px;
      margin-left: 2px; }
      .section__2 .slick-dots li button::before {
        font-size: 29px; }
  .section__3 .productGridTableCollection-0 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p0/pd_0-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p0/pd_0-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p0/pd_0-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-0 .img__pd {
    background-image: url("../images/small/1x/s3/p0/pd_0.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-0 .img__pd {
    background-image: url("../images/small/2x/s3/p0/pd_0.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-0 .img__pd {
    background-image: url("../images/small/2x/s3/p0/pd_0.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p0/pd_1-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p0/pd_1-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p0/pd_1-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-1 .img__pd {
    background-image: url("../images/small/1x/s3/p0/pd_1.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-1 .img__pd {
    background-image: url("../images/small/2x/s3/p0/pd_1.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-1 .img__pd {
    background-image: url("../images/small/2x/s3/p0/pd_1.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p0/pd_2-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p0/pd_2-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p0/pd_2-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-2 .img__pd {
    background-image: url("../images/small/1x/s3/p0/pd_2.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-2 .img__pd {
    background-image: url("../images/small/2x/s3/p0/pd_2.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-2 .img__pd {
    background-image: url("../images/small/2x/s3/p0/pd_2.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p0/pd_3-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p0/pd_3-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p0/pd_3-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-3 .img__pd {
    background-image: url("../images/small/1x/s3/p0/pd_3.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-3 .img__pd {
    background-image: url("../images/small/2x/s3/p0/pd_3.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-3 .img__pd {
    background-image: url("../images/small/2x/s3/p0/pd_3.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p0/pd_4-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p0/pd_4-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p0/pd_4-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-4 .img__pd {
    background-image: url("../images/small/1x/s3/p0/pd_4.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-4 .img__pd {
    background-image: url("../images/small/2x/s3/p0/pd_4.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-4 .img__pd {
    background-image: url("../images/small/2x/s3/p0/pd_4.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p0/pd_5-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p0/pd_5-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p0/pd_5-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-5 .img__pd {
    background-image: url("../images/small/1x/s3/p0/pd_5.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-5 .img__pd {
    background-image: url("../images/small/2x/s3/p0/pd_5.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-5 .img__pd {
    background-image: url("../images/small/2x/s3/p0/pd_5.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p0/pd_6-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p0/pd_6-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p0/pd_6-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-6 .img__pd {
    background-image: url("../images/small/1x/s3/p0/pd_6.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-6 .img__pd {
    background-image: url("../images/small/2x/s3/p0/pd_6.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-6 .img__pd {
    background-image: url("../images/small/2x/s3/p0/pd_6.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p0/pd_7-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p0/pd_7-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p0/pd_7-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-7 .img__pd {
    background-image: url("../images/small/1x/s3/p0/pd_7.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-7 .img__pd {
    background-image: url("../images/small/2x/s3/p0/pd_7.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-7 .img__pd {
    background-image: url("../images/small/2x/s3/p0/pd_7.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p0/pd_8-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p0/pd_8-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p0/pd_8-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-8 .img__pd {
    background-image: url("../images/small/1x/s3/p0/pd_8.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-8 .img__pd {
    background-image: url("../images/small/2x/s3/p0/pd_8.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-8 .img__pd {
    background-image: url("../images/small/2x/s3/p0/pd_8.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p0/pd_9-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p0/pd_9-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p0/pd_9-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-9 .img__pd {
    background-image: url("../images/small/1x/s3/p0/pd_9.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-9 .img__pd {
    background-image: url("../images/small/2x/s3/p0/pd_9.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-9 .img__pd {
    background-image: url("../images/small/2x/s3/p0/pd_9.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p0/pd_10-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p0/pd_10-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p0/pd_10-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-0 .productGridTable-item-10 .img__pd {
    background-image: url("../images/small/1x/s3/p0/pd_10.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-0 .productGridTable-item-10 .img__pd {
    background-image: url("../images/small/2x/s3/p0/pd_10.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-0 .productGridTable-item-10 .img__pd {
    background-image: url("../images/small/2x/s3/p0/pd_10.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p1/pd_0-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p1/pd_0-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p1/pd_0-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-0 .img__pd {
    background-image: url("../images/small/1x/s3/p1/pd_0.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-0 .img__pd {
    background-image: url("../images/small/2x/s3/p1/pd_0.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-0 .img__pd {
    background-image: url("../images/small/2x/s3/p1/pd_0.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p1/pd_1-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p1/pd_1-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p1/pd_1-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-1 .img__pd {
    background-image: url("../images/small/1x/s3/p1/pd_1.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-1 .img__pd {
    background-image: url("../images/small/2x/s3/p1/pd_1.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-1 .img__pd {
    background-image: url("../images/small/2x/s3/p1/pd_1.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p1/pd_2-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p1/pd_2-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p1/pd_2-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-2 .img__pd {
    background-image: url("../images/small/1x/s3/p1/pd_2.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-2 .img__pd {
    background-image: url("../images/small/2x/s3/p1/pd_2.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-2 .img__pd {
    background-image: url("../images/small/2x/s3/p1/pd_2.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p1/pd_3-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p1/pd_3-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p1/pd_3-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-3 .img__pd {
    background-image: url("../images/small/1x/s3/p1/pd_3.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-3 .img__pd {
    background-image: url("../images/small/2x/s3/p1/pd_3.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-3 .img__pd {
    background-image: url("../images/small/2x/s3/p1/pd_3.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p1/pd_4-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p1/pd_4-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p1/pd_4-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-4 .img__pd {
    background-image: url("../images/small/1x/s3/p1/pd_4.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-4 .img__pd {
    background-image: url("../images/small/2x/s3/p1/pd_4.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-4 .img__pd {
    background-image: url("../images/small/2x/s3/p1/pd_4.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p1/pd_5-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p1/pd_5-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p1/pd_5-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-5 .img__pd {
    background-image: url("../images/small/1x/s3/p1/pd_5.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-5 .img__pd {
    background-image: url("../images/small/2x/s3/p1/pd_5.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-5 .img__pd {
    background-image: url("../images/small/2x/s3/p1/pd_5.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p1/pd_6-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p1/pd_6-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p1/pd_6-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-6 .img__pd {
    background-image: url("../images/small/1x/s3/p1/pd_6.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-6 .img__pd {
    background-image: url("../images/small/2x/s3/p1/pd_6.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-6 .img__pd {
    background-image: url("../images/small/2x/s3/p1/pd_6.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p1/pd_7-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p1/pd_7-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p1/pd_7-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-7 .img__pd {
    background-image: url("../images/small/1x/s3/p1/pd_7.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-7 .img__pd {
    background-image: url("../images/small/2x/s3/p1/pd_7.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-7 .img__pd {
    background-image: url("../images/small/2x/s3/p1/pd_7.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p1/pd_8-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p1/pd_8-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p1/pd_8-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-8 .img__pd {
    background-image: url("../images/small/1x/s3/p1/pd_8.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-8 .img__pd {
    background-image: url("../images/small/2x/s3/p1/pd_8.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-8 .img__pd {
    background-image: url("../images/small/2x/s3/p1/pd_8.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p1/pd_9-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p1/pd_9-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p1/pd_9-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-9 .img__pd {
    background-image: url("../images/small/1x/s3/p1/pd_9.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-9 .img__pd {
    background-image: url("../images/small/2x/s3/p1/pd_9.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-9 .img__pd {
    background-image: url("../images/small/2x/s3/p1/pd_9.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p1/pd_10-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p1/pd_10-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p1/pd_10-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-1 .productGridTable-item-10 .img__pd {
    background-image: url("../images/small/1x/s3/p1/pd_10.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-1 .productGridTable-item-10 .img__pd {
    background-image: url("../images/small/2x/s3/p1/pd_10.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-1 .productGridTable-item-10 .img__pd {
    background-image: url("../images/small/2x/s3/p1/pd_10.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p2/pd_0-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p2/pd_0-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p2/pd_0-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-0 .img__pd {
    background-image: url("../images/small/1x/s3/p2/pd_0.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-0 .img__pd {
    background-image: url("../images/small/2x/s3/p2/pd_0.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-0 .img__pd {
    background-image: url("../images/small/2x/s3/p2/pd_0.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p2/pd_1-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p2/pd_1-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p2/pd_1-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-1 .img__pd {
    background-image: url("../images/small/1x/s3/p2/pd_1.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-1 .img__pd {
    background-image: url("../images/small/2x/s3/p2/pd_1.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-1 .img__pd {
    background-image: url("../images/small/2x/s3/p2/pd_1.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p2/pd_2-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p2/pd_2-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p2/pd_2-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-2 .img__pd {
    background-image: url("../images/small/1x/s3/p2/pd_2.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-2 .img__pd {
    background-image: url("../images/small/2x/s3/p2/pd_2.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-2 .img__pd {
    background-image: url("../images/small/2x/s3/p2/pd_2.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p2/pd_3-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p2/pd_3-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p2/pd_3-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-3 .img__pd {
    background-image: url("../images/small/1x/s3/p2/pd_3.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-3 .img__pd {
    background-image: url("../images/small/2x/s3/p2/pd_3.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-3 .img__pd {
    background-image: url("../images/small/2x/s3/p2/pd_3.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p2/pd_4-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p2/pd_4-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p2/pd_4-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-4 .img__pd {
    background-image: url("../images/small/1x/s3/p2/pd_4.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-4 .img__pd {
    background-image: url("../images/small/2x/s3/p2/pd_4.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-4 .img__pd {
    background-image: url("../images/small/2x/s3/p2/pd_4.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p2/pd_5-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p2/pd_5-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p2/pd_5-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-5 .img__pd {
    background-image: url("../images/small/1x/s3/p2/pd_5.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-5 .img__pd {
    background-image: url("../images/small/2x/s3/p2/pd_5.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-5 .img__pd {
    background-image: url("../images/small/2x/s3/p2/pd_5.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p2/pd_6-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p2/pd_6-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p2/pd_6-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-6 .img__pd {
    background-image: url("../images/small/1x/s3/p2/pd_6.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-6 .img__pd {
    background-image: url("../images/small/2x/s3/p2/pd_6.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-6 .img__pd {
    background-image: url("../images/small/2x/s3/p2/pd_6.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p2/pd_7-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p2/pd_7-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p2/pd_7-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-7 .img__pd {
    background-image: url("../images/small/1x/s3/p2/pd_7.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-7 .img__pd {
    background-image: url("../images/small/2x/s3/p2/pd_7.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-7 .img__pd {
    background-image: url("../images/small/2x/s3/p2/pd_7.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p2/pd_8-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p2/pd_8-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p2/pd_8-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-8 .img__pd {
    background-image: url("../images/small/1x/s3/p2/pd_8.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-8 .img__pd {
    background-image: url("../images/small/2x/s3/p2/pd_8.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-8 .img__pd {
    background-image: url("../images/small/2x/s3/p2/pd_8.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p2/pd_9-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p2/pd_9-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p2/pd_9-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-9 .img__pd {
    background-image: url("../images/small/1x/s3/p2/pd_9.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-9 .img__pd {
    background-image: url("../images/small/2x/s3/p2/pd_9.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-9 .img__pd {
    background-image: url("../images/small/2x/s3/p2/pd_9.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p2/pd_10-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p2/pd_10-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p2/pd_10-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-2 .productGridTable-item-10 .img__pd {
    background-image: url("../images/small/1x/s3/p2/pd_10.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-2 .productGridTable-item-10 .img__pd {
    background-image: url("../images/small/2x/s3/p2/pd_10.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-2 .productGridTable-item-10 .img__pd {
    background-image: url("../images/small/2x/s3/p2/pd_10.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p3/pd_0-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p3/pd_0-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p3/pd_0-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-0 .img__pd {
    background-image: url("../images/small/1x/s3/p3/pd_0.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-0 .img__pd {
    background-image: url("../images/small/2x/s3/p3/pd_0.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-0 .img__pd {
    background-image: url("../images/small/2x/s3/p3/pd_0.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p3/pd_1-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p3/pd_1-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p3/pd_1-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-1 .img__pd {
    background-image: url("../images/small/1x/s3/p3/pd_1.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-1 .img__pd {
    background-image: url("../images/small/2x/s3/p3/pd_1.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-1 .img__pd {
    background-image: url("../images/small/2x/s3/p3/pd_1.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p3/pd_2-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p3/pd_2-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p3/pd_2-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-2 .img__pd {
    background-image: url("../images/small/1x/s3/p3/pd_2.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-2 .img__pd {
    background-image: url("../images/small/2x/s3/p3/pd_2.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-2 .img__pd {
    background-image: url("../images/small/2x/s3/p3/pd_2.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p3/pd_3-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p3/pd_3-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p3/pd_3-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-3 .img__pd {
    background-image: url("../images/small/1x/s3/p3/pd_3.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-3 .img__pd {
    background-image: url("../images/small/2x/s3/p3/pd_3.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-3 .img__pd {
    background-image: url("../images/small/2x/s3/p3/pd_3.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p3/pd_4-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p3/pd_4-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p3/pd_4-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-4 .img__pd {
    background-image: url("../images/small/1x/s3/p3/pd_4.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-4 .img__pd {
    background-image: url("../images/small/2x/s3/p3/pd_4.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-4 .img__pd {
    background-image: url("../images/small/2x/s3/p3/pd_4.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p3/pd_5-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p3/pd_5-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p3/pd_5-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-5 .img__pd {
    background-image: url("../images/small/1x/s3/p3/pd_5.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-5 .img__pd {
    background-image: url("../images/small/2x/s3/p3/pd_5.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-5 .img__pd {
    background-image: url("../images/small/2x/s3/p3/pd_5.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p3/pd_6-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p3/pd_6-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p3/pd_6-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-6 .img__pd {
    background-image: url("../images/small/1x/s3/p3/pd_6.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-6 .img__pd {
    background-image: url("../images/small/2x/s3/p3/pd_6.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-6 .img__pd {
    background-image: url("../images/small/2x/s3/p3/pd_6.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p3/pd_7-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p3/pd_7-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p3/pd_7-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-7 .img__pd {
    background-image: url("../images/small/1x/s3/p3/pd_7.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-7 .img__pd {
    background-image: url("../images/small/2x/s3/p3/pd_7.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-7 .img__pd {
    background-image: url("../images/small/2x/s3/p3/pd_7.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p3/pd_8-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p3/pd_8-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p3/pd_8-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-8 .img__pd {
    background-image: url("../images/small/1x/s3/p3/pd_8.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-8 .img__pd {
    background-image: url("../images/small/2x/s3/p3/pd_8.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-8 .img__pd {
    background-image: url("../images/small/2x/s3/p3/pd_8.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p3/pd_9-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p3/pd_9-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p3/pd_9-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-9 .img__pd {
    background-image: url("../images/small/1x/s3/p3/pd_9.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-9 .img__pd {
    background-image: url("../images/small/2x/s3/p3/pd_9.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-9 .img__pd {
    background-image: url("../images/small/2x/s3/p3/pd_9.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p3/pd_10-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p3/pd_10-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p3/pd_10-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-3 .productGridTable-item-10 .img__pd {
    background-image: url("../images/small/1x/s3/p3/pd_10.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-3 .productGridTable-item-10 .img__pd {
    background-image: url("../images/small/2x/s3/p3/pd_10.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-3 .productGridTable-item-10 .img__pd {
    background-image: url("../images/small/2x/s3/p3/pd_10.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p4/pd_0-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p4/pd_0-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-0 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p4/pd_0-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-0 .img__pd {
    background-image: url("../images/small/1x/s3/p4/pd_0.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-0 .img__pd {
    background-image: url("../images/small/2x/s3/p4/pd_0.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-0 .img__pd {
    background-image: url("../images/small/2x/s3/p4/pd_0.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p4/pd_1-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p4/pd_1-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-1 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p4/pd_1-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-1 .img__pd {
    background-image: url("../images/small/1x/s3/p4/pd_1.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-1 .img__pd {
    background-image: url("../images/small/2x/s3/p4/pd_1.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-1 .img__pd {
    background-image: url("../images/small/2x/s3/p4/pd_1.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p4/pd_2-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p4/pd_2-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-2 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p4/pd_2-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-2 .img__pd {
    background-image: url("../images/small/1x/s3/p4/pd_2.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-2 .img__pd {
    background-image: url("../images/small/2x/s3/p4/pd_2.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-2 .img__pd {
    background-image: url("../images/small/2x/s3/p4/pd_2.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p4/pd_3-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p4/pd_3-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-3 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p4/pd_3-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-3 .img__pd {
    background-image: url("../images/small/1x/s3/p4/pd_3.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-3 .img__pd {
    background-image: url("../images/small/2x/s3/p4/pd_3.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-3 .img__pd {
    background-image: url("../images/small/2x/s3/p4/pd_3.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p4/pd_4-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p4/pd_4-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-4 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p4/pd_4-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-4 .img__pd {
    background-image: url("../images/small/1x/s3/p4/pd_4.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-4 .img__pd {
    background-image: url("../images/small/2x/s3/p4/pd_4.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-4 .img__pd {
    background-image: url("../images/small/2x/s3/p4/pd_4.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p4/pd_5-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p4/pd_5-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-5 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p4/pd_5-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-5 .img__pd {
    background-image: url("../images/small/1x/s3/p4/pd_5.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-5 .img__pd {
    background-image: url("../images/small/2x/s3/p4/pd_5.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-5 .img__pd {
    background-image: url("../images/small/2x/s3/p4/pd_5.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p4/pd_6-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p4/pd_6-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-6 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p4/pd_6-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-6 .img__pd {
    background-image: url("../images/small/1x/s3/p4/pd_6.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-6 .img__pd {
    background-image: url("../images/small/2x/s3/p4/pd_6.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-6 .img__pd {
    background-image: url("../images/small/2x/s3/p4/pd_6.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p4/pd_7-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p4/pd_7-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-7 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p4/pd_7-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-7 .img__pd {
    background-image: url("../images/small/1x/s3/p4/pd_7.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-7 .img__pd {
    background-image: url("../images/small/2x/s3/p4/pd_7.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-7 .img__pd {
    background-image: url("../images/small/2x/s3/p4/pd_7.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p4/pd_8-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p4/pd_8-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-8 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p4/pd_8-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-8 .img__pd {
    background-image: url("../images/small/1x/s3/p4/pd_8.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-8 .img__pd {
    background-image: url("../images/small/2x/s3/p4/pd_8.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-8 .img__pd {
    background-image: url("../images/small/2x/s3/p4/pd_8.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p4/pd_9-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p4/pd_9-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-9 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p4/pd_9-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-9 .img__pd {
    background-image: url("../images/small/1x/s3/p4/pd_9.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-9 .img__pd {
    background-image: url("../images/small/2x/s3/p4/pd_9.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-9 .img__pd {
    background-image: url("../images/small/2x/s3/p4/pd_9.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/small/1x/s3/p4/pd_10-logo.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p4/pd_10-logo.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-10 .img__pd-logo {
    background-image: url("../images/small/2x/s3/p4/pd_10-logo.png"); } }

@media all and (max-width: 730px) {
  .section__3 .productGridTableCollection-4 .productGridTable-item-10 .img__pd {
    background-image: url("../images/small/1x/s3/p4/pd_10.png"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-webp .section__3 .productGridTableCollection-4 .productGridTable-item-10 .img__pd {
    background-image: url("../images/small/2x/s3/p4/pd_10.webp"); } }

@media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
  .image-old .section__3 .productGridTableCollection-4 .productGridTable-item-10 .img__pd {
    background-image: url("../images/small/2x/s3/p4/pd_10.png"); } }

@media all and (max-width: 730px) {
  .section__3 .wd__content.main-content-section {
    margin-bottom: 20px; }
  .section__3 .productGridTableCollection {
    padding-bottom: 0; }
    .section__3 .productGridTableCollection .img__pd-logo {
      width: 440px;
      height: 38px; }
    .section__3 .productGridTableCollection .img__pd {
      width: 730px; }
  .section__3 .productGridTableCollection-0 .img__pd-0 {
    height: 279px; }
  .section__3 .productGridTableCollection-0 .img__pd-1 {
    height: 249px; }
  .section__3 {
    padding-top: 77px; }
    .section__3 .productGridTableCollection {
      background-color: #131315; }
      .section__3 .productGridTableCollection .productGridTable {
        margin-top: 0; }
    .section__3 .itemInfoContainer .itemInfo-title {
      font-size: 25px; }
    .section__3 .itemInfoContainer .itemInfo-info {
      margin-top: 7px;
      line-height: 1; }
    .section__3 .itemImgContainer .img {
      position: relative;
      left: 50%;
      margin-right: 0;
      margin-left: 0;
      transform: translateX(-50%); }
    .section__3 .productGridTable .productGridTable-item {
      padding-top: 0;
      padding-bottom: 56px; }
      .section__3 .productGridTable .productGridTable-item .itemInfoContainer .itemInfo-title {
        margin-top: 6px; }
      .section__3 .productGridTable .productGridTable-item .itemInfoContainer .itemInfo-info {
        margin-top: 5px; }
      .section__3 .productGridTable .productGridTable-item .img__pd-logo {
        margin-left: 0; }
    .section__3 .productGridTable-item-0 .itemImgContainer {
      padding-top: 6px; }
  .section__4 {
    padding-top: 0; }
    .section__4 .pdcollection_nav {
      margin-top: 0;
      margin-right: auto;
      margin-left: auto; }
      .section__4 .pdcollection_nav .nav_item .wd__content.nav-content {
        margin-right: auto;
        margin-left: auto;
        padding-bottom: 0;
        width: 70%;
        max-width: 320px; }
        .section__4 .pdcollection_nav .nav_item .wd__content.nav-content .content__title {
          margin-top: 17px;
          font-size: 22px; }
        .section__4 .pdcollection_nav .nav_item .wd__content.nav-content .content__info {
          margin-top: 10px;
          font-size: 14px;
          line-height: 1.3; }
      .section__4 .pdcollection_nav .nav_item {
        display: inline-block;
        overflow: hidden;
        margin-bottom: 0;
        margin-left: 0;
        padding-bottom: 14px;
        width: 100%;
        height: auto;
        border-bottom: 1px solid #FFF; }
        .section__4 .pdcollection_nav .nav_item:last-child {
          border-bottom: 1px solid transparent; }
        .section__4 .pdcollection_nav .nav_item:hover {
          background-color: transparent; }
        .section__4 .pdcollection_nav .nav_item::before {
          bottom: 16px;
          width: 50px;
          height: 22px; }
        .section__4 .pdcollection_nav .nav_item .img {
          position: relative;
          left: 50%;
          width: 320px;
          height: 320px;
          background-size: contain;
          transform: translateX(-50%); }
      .section__4 .img__nav_img-0 {
        background-image: url("../images/medium/1x/s4/nav_0.jpg"); } }
    @media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
      .image-webp .section__4 .img__nav_img-0 {
        background-image: url("../images/medium/2x/s4/nav_0.webp"); } }
    @media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
      .image-old .section__4 .img__nav_img-0 {
        background-image: url("../images/medium/2x/s4/nav_0.jpg"); } }

@media all and (max-width: 730px) {
      .section__4 .img__nav_img-1 {
        background-image: url("../images/medium/1x/s4/nav_1.jpg"); } }
    @media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
      .image-webp .section__4 .img__nav_img-1 {
        background-image: url("../images/medium/2x/s4/nav_1.webp"); } }
    @media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
      .image-old .section__4 .img__nav_img-1 {
        background-image: url("../images/medium/2x/s4/nav_1.jpg"); } }

@media all and (max-width: 730px) {
      .section__4 .img__nav_img-2 {
        background-image: url("../images/medium/1x/s4/nav_2.jpg"); } }
    @media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
      .image-webp .section__4 .img__nav_img-2 {
        background-image: url("../images/medium/2x/s4/nav_2.webp"); } }
    @media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
      .image-old .section__4 .img__nav_img-2 {
        background-image: url("../images/medium/2x/s4/nav_2.jpg"); } }

@media all and (max-width: 730px) {
      .section__4 .img__nav_img-3 {
        background-image: url("../images/medium/1x/s4/nav_3.jpg"); } }
    @media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
      .image-webp .section__4 .img__nav_img-3 {
        background-image: url("../images/medium/2x/s4/nav_3.webp"); } }
    @media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
      .image-old .section__4 .img__nav_img-3 {
        background-image: url("../images/medium/2x/s4/nav_3.jpg"); } }

@media all and (max-width: 730px) {
      .section__4 .img__nav_img-4 {
        background-image: url("../images/medium/1x/s4/nav_4.jpg"); } }
    @media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
      .image-webp .section__4 .img__nav_img-4 {
        background-image: url("../images/medium/2x/s4/nav_4.webp"); } }
    @media all and (max-width: 730px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730px) and (min-resolution: 144dpi) {
      .image-old .section__4 .img__nav_img-4 {
        background-image: url("../images/medium/2x/s4/nav_4.jpg"); } }

@media all and (max-width: 730px) {
  .section__4 .productGridTableCollection-list {
    padding-top: 57px; }
    .section__4 .productGridTableCollection-list .productGridTable {
      max-width: 600px; }
    .section__4 .productGridTableCollection-list .productGridTable-item {
      margin-bottom: 5px;
      max-width: 280px; }
      .section__4 .productGridTableCollection-list .productGridTable-item .itemInfoContainer {
        margin-bottom: 43px;
        padding-bottom: 15px; }
        .section__4 .productGridTableCollection-list .productGridTable-item .itemInfoContainer ul {
          margin-bottom: 0; }
    .section__4 .productGridTableCollection-list .itemImgContainer {
      width: 100%;
      height: 83px; }
      .section__4 .productGridTableCollection-list .itemImgContainer .img__pd {
        padding-bottom: 40px;
        width: 100%;
        height: auto;
        background-color: transparent; }
    .section__4 .productGridTableCollection-list .img__pd-logo {
      display: none; }
    .section__4 .productGridTableCollection-list .itemAction .itemAction-link {
      padding: 11px;
      line-height: 19px; }
  .section__4 .productGridTableCollection-list .itemInfoContainer {
    margin-bottom: 45px; }
  .section__4 .productGridTableCollection-list .productGridTable-item[data-links='2'] .itemInfoContainer {
    margin-bottom: 88px; }
  .section__4 .productGridTableCollection-list .productGridTable-item[data-links='2'] .itemAction {
    flex-wrap: wrap; }
    .section__4 .productGridTableCollection-list .productGridTable-item[data-links='2'] .itemAction .itemAction-link {
      margin-bottom: 8px; }
      .section__4 .productGridTableCollection-list .productGridTable-item[data-links='2'] .itemAction .itemAction-link:last-child {
        margin-bottom: 0; }
  .section__4 .productGridTableCollection-list .productGridTable-item[data-links='3'] .itemInfoContainer {
    margin-bottom: 136px; }
  .section__4 .productGridTableCollection-list .productGridTable-item[data-links='3'] .itemAction {
    flex-wrap: wrap; }
    .section__4 .productGridTableCollection-list .productGridTable-item[data-links='3'] .itemAction .itemAction-link {
      margin-bottom: 8px; }
      .section__4 .productGridTableCollection-list .productGridTable-item[data-links='3'] .itemAction .itemAction-link:last-child {
        margin-bottom: 0; }
  .section__4 .productGridTableCollection-list .productGridTable-item[data-links='4'] .itemInfoContainer {
    margin-bottom: 184px; }
  .section__4 .productGridTableCollection-list .productGridTable-item[data-links='4'] .itemAction {
    flex-wrap: wrap; }
    .section__4 .productGridTableCollection-list .productGridTable-item[data-links='4'] .itemAction .itemAction-link {
      margin-bottom: 8px; }
      .section__4 .productGridTableCollection-list .productGridTable-item[data-links='4'] .itemAction .itemAction-link:last-child {
        margin-bottom: 0; }
  .section__5 {
    margin-top: -4px;
    padding-top: 63px; }
    .section__5 .productGridTableCollection-list:first-child {
      margin-top: 34px; }
  .section__5 .wd__content.link-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    box-sizing: border-box;
    max-width: 200px; }
    .section__5 .wd__content.link-content .content__link {
      margin-top: 0;
      margin-right: 0;
      margin-bottom: 10px;
      margin-left: 0;
      padding: 9px 5px;
      width: 100%;
      text-align: center; }
  .section__5 .productGridTableCollection-list .productGridTable {
    max-width: 580px; }
  .section__5 .productGridTableCollection-list .itemImgContainer {
    width: 208px;
    height: 83px; }
    .section__5 .productGridTableCollection-list .itemImgContainer .img__pd {
      padding-bottom: 0;
      width: 238px;
      height: 85px;
      background-color: transparent; }
  .section__5 .productGridTableCollection-list .img__pd-logo {
    display: none; }
  .section__6 {
    padding-top: 53px; }
  .section__6 .productGridTableCollection-list {
    margin-top: 30px;
    padding-top: 0; }
    .section__6 .productGridTableCollection-list .productGridTable-item {
      padding: 15px;
      min-height: 1px; }
      .section__6 .productGridTableCollection-list .productGridTable-item .itemInfoContainer {
        display: none; }
      .section__6 .productGridTableCollection-list .productGridTable-item .itemImgContainer {
        width: 100%;
        height: 104px; }
        .section__6 .productGridTableCollection-list .productGridTable-item .itemImgContainer .img {
          position: absolute;
          left: 50%;
          padding-bottom: 0;
          width: 250px;
          height: 104px;
          background-size: contain;
          transform: translateX(-50%); }
      .section__6 .productGridTableCollection-list .productGridTable-item .itemAction {
        position: relative;
        bottom: 0;
        margin-top: 25px; }
        .section__6 .productGridTableCollection-list .productGridTable-item .itemAction .itemAction-link {
          width: 100%;
          max-width: 100%; }
  .section__6 .productGridTableCollection-list .productGridTable {
    max-width: 580px; }
  .section__6 .productGridTableCollection-list .itemImgContainer {
    overflow: hidden;
    width: 250px;
    height: 50px; }
    .section__6 .productGridTableCollection-list .itemImgContainer .img__pd {
      padding-bottom: 0;
      width: 250px;
      height: 50px;
      background-color: #333; }
  .section__6 .productGridTableCollection-list .img__pd-logo {
    display: none; }
  .section__comment {
    margin-top: -5px;
    padding-top: 0;
    padding-bottom: 42px; }
    .section__comment .footnotes {
      margin-top: 0; }
    .section__comment .footnote-item:last-child {
      margin-bottom: 0; } }

@media all and (min-width: 320px) and (max-width: 414px) {
  .section__1 .kv_container {
    height: 470px; } }

@media all and (min-width: 600px) and (max-width: 730px) {
  .section__1 .kv_container {
    height: 475px; }
  .section__2 .slick-prev {
    left: 2px; }
  .section__2 .slick-next {
    right: 1px; } }

@media all and (min-width: 600px) and (max-width: 730px) {
  .section__2 .imgInfoListContainer {
    width: 100%;
    max-width: 600px; } }

@media all and (min-width: 320px) and (max-width: 480px) {
  .section__2 .offersShopListsNav {
    margin-top: 33px;
    border-bottom: 1px solid #555; }
  .section__2 .offersShopListsNav::after {
    display: block;
    bottom: -14px;
    left: 50%;
    margin-left: 0;
    width: 186px;
    height: 26px;
    background-repeat: no-repeat;
    background-size: contain; }
  .section__2 .offersShopListsNav .offersShopNav {
    display: block;
    margin-right: 0;
    margin-left: 0;
    width: 174px !important;
    height: auto;
    border: 1px solid transparent; }
    .section__2 .offersShopListsNav .offersShopNav .nav {
      display: block;
      min-width: 140px;
      box-sizing: border-box;
      padding: 0 10px 19px; }
    .section__2 .offersShopListsNav .offersShopNav span {
      position: relative;
      margin-right: 0;
      margin-left: 0;
      width: unset; }
    .section__2 .offersShopListsNav .offersShopNav .img__over {
      display: none; } }

@media all and (min-width: 600px) and (max-width: 730px) {
  .section__2 .offersShop-list .offersShop {
    max-width: 600px; } }

@media all and (min-width: 320px) and (max-width: 380px) {
  .section__2 .slick-prev {
    left: 2px; }
  .section__2 .slick-next {
    right: 1px; } }


.save-price {
    color:#aa0000;
}