html {
  font-size: 62.5%;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  font: 16px "Poppins", sans-serif;
  font: 1.6rem "Poppins", sans-serif;
  margin: 0;
  background: #ffffff;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

* {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
p,
ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none !important;
}

.br {
  display: block;
}
@media (max-width: 537px) {
  .br {
    display: block;
  }
}

.container {
  display: block;
  max-width: 1599.999px;
  max-width: 159.999999936rem;
  margin: 0 auto;
  padding: 0 17px;
  padding: 0 1.7rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1025px) {
  .container {
    padding: 0 1.4rem;
  }
}

.section__container {
  display: block;
  max-width: 1110px;
  max-width: 111rem;
  margin: 0 auto;
  padding: 0 17px;
  padding: 0 1.7rem;
}
.section__heading {
  font-weight: 600;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 131.3%;
  text-align: center;
  color: #3D4252;
  margin-bottom: 45px;
  margin-bottom: 4.5rem;
}
@media (max-width: 1025px) {
  .section__heading {
    font-size: 2rem;
    margin-bottom: 2.5rem;
  }
}

div.input_error {
  position: absolute;
  bottom: -22px;
  bottom: -2.2rem;
  left: 0;
  font-size: 13px;
  font-size: 1.3rem;
  color: red;
}

.form__input {
  position: relative;
  width: 100%;
}
.form__input input {
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  padding: 12px 45px 12px 52px;
  padding: 1.2rem 4.5rem 1.2rem 5.2rem;
  background: #E9EBEF;
  border: none;
  outline: none;
  border-radius: 10rem;
}
.form__input input::-webkit-input-placeholder {
  color: #9CACC2;
}
.form__input input::-moz-placeholder {
  color: #9CACC2;
}
.form__input input::-ms-input-placeholder {
  color: #9CACC2;
}
.form__input input::placeholder {
  color: #9CACC2;
}
.form__input .search__btn {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(1.5rem, -50%);
          transform: translate(1.5rem, -50%);
  background: none;
  border: none;
  cursor: pointer;
}
.form__input .search__btn:before {
  content: "";
  display: block;
  background: url(/wp-content/themes/jd/dist/img/icons/ellipse.svg);
  width: 16px;
  width: 1.6rem;
  height: 16px;
  height: 1.6rem;
  background-size: cover;
}

.search-form {
  max-width: 395px;
  max-width: 39.5rem;
  width: 100%;
  display: block;
  margin-right: 130px;
  margin-right: 13rem;
}
@media (max-width: 1025px) {
  .search-form {
    display: none;
  }
}

.page_collection {
  min-height: calc(100vh - 37.12rem);
}
.page__inner {
  padding: 39px 0 14px 0;
  padding: 3.9rem 0 1.4rem 0;
}
.page__heading {
  display: none;
  font-weight: 600;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 131.3%;
  text-align: center;
  color: #192A3E;
  margin-bottom: 57px;
  margin-bottom: 5.7rem;
}
@media (max-width: 1025px) {
  .page__heading {
    font-size: 2rem;
    margin-bottom: 2.7rem;
  }
}
.page__heading_active {
  display: block;
}

.resize-btn {
  display: block;
  cursor: pointer;
}
.resize-btn:after {
  content: "";
  display: block;
  width: 34px;
  width: 3.4rem;
  height: 34px;
  height: 3.4rem;
  background: url(/wp-content/themes/jd/dist/img/icons/contain.svg) no-repeat;
  background-size: contain;
}
.resize-btn.expanded:after {
  content: "";
  display: block;
  width: 34px;
  width: 3.4rem;
  height: 34px;
  height: 3.4rem;
  background: url(/wp-content/themes/jd/dist/img/icons/expanded.svg) no-repeat;
  background-size: contain;
}
h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
}

.button {
  display: block;
  width: 100%;
  padding: 20px 0;
  padding: 2rem 0;
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
  line-height: 150%;
  color: #ffffff;
  background: #00C98F;
  text-align: center;
  border-radius: 4px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  text-transform: capitalize;
  cursor: pointer;
  border: none;
  outline: none;
}
@media (max-width: 1025px) {
  .button {
    font-size: 1.55rem;
    line-height: 150%;
    padding: 1.5rem 0;
  }
}
.button_sm {
  width: 190px;
  width: 19rem;
  padding: 11px 10px;
  padding: 1.1rem 1rem;
}
.button_wireframes {
  padding: 15px 55px;
  padding: 1.5rem 5.5rem;
}
.button_cart {
  display: block;
  padding: 8px 24px;
  padding: 0.8rem 2.4rem;
  font-weight: 600;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 150%;
  color: #334D6E;
  border: 1px solid #9cacc2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  background: #ffffff;
  cursor: pointer;
}
.button_cart:hover {
  background: #334D6E;
  color: #ffffff;
  border: 1px solid #334D6E;
}
.button:hover {
  background: #05DB9D;
}

.header {
  position: fixed;
  width: 100%;
  z-index: 9999;
  background: #ffffff;
}
.header .top-header {
  padding: 12px 0;
  padding: 1.2rem 0;
  background: #192A3E;
}
.header .top-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .top-header__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 21px;
  line-height: 2.1rem;
  color: #192A3E;
  white-space: nowrap;
  margin-right: 40px;
  margin-right: 4rem;
}
.header .top-header__link_mail:before {
  content: "";
  display: block;
  background: url(/wp-content/themes/jd/dist/img/icons/mail.svg) no-repeat;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="0.65 0.35" /><feFuncG type="table" tableValues="0.65 0.35" /><feFuncB type="table" tableValues="0.65 0.35" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.8846700000000001 0.14610999999999996 0.03591 0 0 0.06630999999999998 0.9403400000000001 0.031920000000000004 0 0 0.051679999999999976 0.10146 0.83489 0 0 0 0 0 1 0" /><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="4.48641 -3.1674499999999997 -0.31895999999999997 0 0 -0.94359 2.3168499999999996 -0.31895999999999997 0 0 -0.94359 -3.1674499999999997 5.11104 0 0 0 0 0 1 0" /><feColorMatrix type="hueRotate" color-interpolation-filters="sRGB" values="188" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.96" /><feFuncG type="linear" slope="0.96" /><feFuncB type="linear" slope="0.96" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.9" intercept="0.04999999999999999" /><feFuncG type="linear" slope="0.9" intercept="0.04999999999999999" /><feFuncB type="linear" slope="0.9" intercept="0.04999999999999999" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: invert(65%) sepia(19%) saturate(543%) hue-rotate(188deg) brightness(96%) contrast(90%);
          filter: invert(65%) sepia(19%) saturate(543%) hue-rotate(188deg) brightness(96%) contrast(90%);
  width: 16px;
  width: 1.6rem;
  height: 16px;
  height: 1.6rem;
  background-size: cover;
  margin-right: 10px;
  margin-right: 1rem;
}
.header .top-header__link_phone:before {
  content: "";
  display: block;
  background: url(/wp-content/themes/jd/dist/img/icons/phone-call.svg) no-repeat;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="0.65 0.35" /><feFuncG type="table" tableValues="0.65 0.35" /><feFuncB type="table" tableValues="0.65 0.35" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.8846700000000001 0.14610999999999996 0.03591 0 0 0.06630999999999998 0.9403400000000001 0.031920000000000004 0 0 0.051679999999999976 0.10146 0.83489 0 0 0 0 0 1 0" /><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="4.48641 -3.1674499999999997 -0.31895999999999997 0 0 -0.94359 2.3168499999999996 -0.31895999999999997 0 0 -0.94359 -3.1674499999999997 5.11104 0 0 0 0 0 1 0" /><feColorMatrix type="hueRotate" color-interpolation-filters="sRGB" values="188" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.96" /><feFuncG type="linear" slope="0.96" /><feFuncB type="linear" slope="0.96" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.9" intercept="0.04999999999999999" /><feFuncG type="linear" slope="0.9" intercept="0.04999999999999999" /><feFuncB type="linear" slope="0.9" intercept="0.04999999999999999" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: invert(65%) sepia(19%) saturate(543%) hue-rotate(188deg) brightness(96%) contrast(90%);
          filter: invert(65%) sepia(19%) saturate(543%) hue-rotate(188deg) brightness(96%) contrast(90%);
  width: 16px;
  width: 1.6rem;
  height: 16px;
  height: 1.6rem;
  background-size: cover;
  margin-right: 10px;
  margin-right: 1rem;
}
@media (max-width: 500px) {
  .header .top-header__link_phone {
    margin-right: 0;
    margin-left: auto;
    white-space: nowrap;
  }
}
.header .header-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 0;
  padding: 1.6rem 0;
}
.header .header-main__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1025px) {
  .header .header-main__block.web {
    display: none;
  }
}
@media (max-width: 1025px) {
  .header .header-main__block.mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 90%;
  }
}
.header .header-main__block.mobile .top-header__link {
  margin: 0;
}
.header .header-main__menu {
  margin-right: 14px;
  margin-right: 1.4rem;
  cursor: pointer;
}
.header .header-main__menu:before {
  content: "";
  display: block;
  background: url(/wp-content/themes/jd/dist/img/icons/menu.svg);
  width: 24px;
  width: 2.4rem;
  height: 17px;
  height: 1.7rem;
  background-size: cover;
}
.header .header-main__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 800;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 39px;
  line-height: 3.9rem;
  color: #3D4252;
  white-space: nowrap;
}
@media (max-width: 1025px) {
  .header .header-main__logo {
    font-size: 1.8rem;
    color: transparent;
  }
  .header .header-main__logo span {
    display: none;
  }
}
.header .header-main__logo:before {
  content: "";
  display: block;
  background: url(/wp-content/themes/jd/dist/img/icons/logo.png) no-repeat;
  width: 35px;
  width: 3.5rem;
  height: 35px;
  height: 3.5rem;
  background-size: contain;
  margin-right: 18px;
  margin-right: 1.8rem;
}
.header__like {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__like:hover {
  cursor: pointer;
}
.header__like:hover path {
  stroke: #192A3E;
}
.header__like .notempty {
  position: absolute;
  top: -10px;
  top: -1rem;
  right: -4px;
  right: -0.4rem;
  width: 10px;
  width: 1rem;
  height: 10px;
  height: 1rem;
  background: #00C98F;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__like .notempty.added {
  -webkit-transform: scale(1.7);
          transform: scale(1.7);
}
.header__cart {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 36px;
  margin-left: 3.6rem;
}
@media (max-width: 1025px) {
  .header__cart {
    margin-left: 2.6rem;
  }
}
.header__cart:hover {
  cursor: pointer;
}
.header__cart:hover path,
.header__cart:hover circle,
.header__cart:hover ellipse {
  stroke: #192A3E;
}
@-webkit-keyframes pulsate {
  from {
    -webkit-transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.5);
  }
}
.header__cart .notempty {
  position: absolute;
  top: -7px;
  top: -0.7rem;
  right: -4px;
  right: -0.4rem;
  width: 10px;
  width: 1rem;
  height: 10px;
  height: 1rem;
  background: #00C98F;
  border-radius: 50%;
}
.header__cart .notempty.remind {
  -webkit-transform: scale(1);
  -webkit-transform-origin: center center;
  -webkit-animation-duration: 800ms;
  -webkit-animation-name: pulsate;
  -webkit-animation-delay: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-transition: all 1s 0.01s;
  transition: all 1s 0.01s;
}
.header .header-menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
}
@media (max-width: 1025px) {
  .header .header-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999;
  }
}
.header .header-menu .nav {
  overflow: auto;
  display: block;
  padding: 80px 150px;
  padding: 8rem 15rem;
  background: #ffffff;
}
@media (max-width: 1025px) {
  .header .header-menu .nav {
    width: 100%;
    height: 100%;
    padding: 2rem;
  }
}
@media (max-width: 1025px) and (orientation: landscape) {
  .header .header-menu .nav {
    height: 70vh;
    padding-bottom: 10rem;
  }
}
.header .header-menu .nav__heading {
  font-weight: 800;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 54px;
  line-height: 5.4rem;
  color: #334D6E;
  margin-bottom: 45px;
  margin-bottom: 4.5rem;
}
@media (max-width: 1025px) {
  .header .header-menu .nav__heading {
    font-size: 2.6rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 1025px) {
  .header .header-menu .nav__heading.contacts {
    display: block !important;
  }
}
.header .header-menu .nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 131.3%;
  color: #334D6E;
  padding: 20px 0;
  padding: 2rem 0;
}
@media (max-width: 1025px) {
  .header .header-menu .nav__item {
    font-size: 2rem;
  }
}
.header .header-menu .nav__item:hover {
  color: #00C98F;
}
.header .header-menu .nav__item:hover .nav__image path {
  fill: #00C98F;
}
.header .header-menu .nav__image {
  display: block;
  width: 30px;
  width: 3rem;
  height: 30px;
  height: 3rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 14px;
  margin-right: 1.4rem;
}
.header .header-menu .nav__close {
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
  cursor: pointer;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 800;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 39px;
  line-height: 3.9rem;
  color: #3D4252;
  white-space: nowrap;
}
@media (max-width: 1025px) {
  .logo {
    font-size: 1.8rem;
  }
}
.logo:before {
  content: "";
  display: block;
  background: url(/wp-content/themes/jd/dist/img/icons/logo.svg) no-repeat;
  width: 160px;
  width: 16rem;
  height: 34px;
  height: 3.4rem;
  background-size: cover;
  margin-right: 17px;
  margin-right: 1.7rem;
}
@media (max-width: 537px) {
  .logo:before {
    width: 12rem;
    background-size: contain;
  }
}

header + .page,
header + .product,
header + .hero,
header + .container {
  padding-top: 120px;
  padding-top: 12rem;
}
@media (max-width: 1025px) {
  header + .page,
header + .product,
header + .hero,
header + .container {
    padding-top: 11rem;
  }
}
@media (max-width: 1025px) and (orientation: landscape) {
  header + .page,
header + .product,
header + .hero,
header + .container {
    padding-top: 11rem;
  }
}

.hero__inner {
  background: url(/wp-content/themes/jd/dist/img/backgrounds/hero.jpg) no-repeat;
  background-size: cover;
  height: 39vw;
  position: relative;
}
@media (max-width: 1025px) {
  .hero__inner {
    height: 80vh;
  }
}
@media (max-width: 1025px) and (orientation: landscape) {
  .hero__inner {
    height: 125vh;
  }
}
.hero .hero-prod {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-150%, -100%);
          transform: translate(-150%, -100%);
}
@media (max-width: 1025px) {
  .hero .hero-prod {
    display: none;
  }
}
.hero .hero-prod__heading {
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 33px;
  line-height: 3.3rem;
  color: #192A3E;
}
@media (max-width: 1025px) {
  .hero .hero-prod__heading {
    font-size: 1.8rem;
    line-height: 2.3rem;
  }
}
.hero .hero-prod__category {
  font-weight: 300;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 27px;
  line-height: 2.7rem;
  color: #334D6E;
  margin-bottom: 17px;
  margin-bottom: 1.7rem;
  text-transform: uppercase;
}
.hero .hero-prod__price {
  font-weight: bold;
  font-size: 64px;
  font-size: 6.4rem;
  line-height: 96px;
  line-height: 9.6rem;
}
@media (max-width: 1025px) {
  .hero .hero-prod__price {
    font-size: 2.4rem;
    line-height: 1.6rem;
  }
}
.hero .group_hero-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 20px;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1025px) {
  .hero .group_hero-card {
    height: 60vh;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 500px) {
  .hero .group_hero-card {
    height: 75vh;
  }
}
@media (max-width: 500px) {
  .hero .group_hero-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}
.hero .hero-card {
  max-width: 400px;
  max-width: 40rem;
  width: 100%;
  padding: 35px;
  padding: 3.5rem;
  -webkit-backdrop-filter: blur(31px);
          backdrop-filter: blur(31px);
  -webkit-backdrop-filter: blur(3.1rem);
          backdrop-filter: blur(3.1rem);
  border-radius: 1rem;
  -webkit-box-shadow: 0px 4px 15px rgba(7, 24, 50, .25);
          box-shadow: 0px 4px 15px rgba(7, 24, 50, .25);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.hero .hero-card.showroom {
  background: white;
}
@media (max-width: 1025px) {
  .hero .hero-card.showroom {
    margin-top: clamp(2rem, 0.3043rem + 8.3478vw, 5rem);
  }
}
.hero .hero-card.vision {
  margin-top: clamp(3.125px, -203.461px + 29.5vw, 312.5px);
  margin-top: clamp(0.3125rem, -20.3461rem + 29.5vw, 31.25rem);
  background: #E9EFF5;
}
@media (max-width: 1025px) {
  .hero .hero-card.vision {
    margin-top: 35rem;
  }
}
@media (max-width: 500px) {
  .hero .hero-card.vision {
    margin-top: 0;
  }
}
@media (max-width: 1025px) {
  .hero .hero-card {
    max-width: 100%;
    padding: 2rem;
  }
}
.hero .hero-card__heading {
  font-weight: bold;
  font-size: 37px;
  font-size: 3.7rem;
  line-height: 131.3%;
  color: #192A3E;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
@media (max-width: 1025px) {
  .hero .hero-card__heading {
    font-size: 2.2rem;
  }
  .hero .hero-card__heading br {
    display: none;
  }
}
.hero .hero-card__description {
  font-weight: 300;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 150%;
  color: #334D6E;
  margin-bottom: 25px;
  margin-bottom: 2.5rem;
}

.featured__inner {
  padding: 70px 0 95px 0;
  padding: 7rem 0 9.5rem 0;
}
@media (max-width: 1025px) {
  .featured__inner {
    padding: 3rem 0 7.5rem 0;
  }
}
.featured__content {
  position: relative;
}
.featured .featured-swiper {
  position: static !important;
}
.featured .featured-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 30px;
  padding: 2.4rem 3rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(rgba(255, 255, 255, 0))), #ffffff;
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%), #ffffff;
  border: 1px solid #d8dbe2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  cursor: pointer;
}
.featured .featured-card:hover {
  border: 1px solid #05DB9D;
}
.featured .featured-card__side {
  width: 50%;
}
.featured .featured-card__image {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 257px;
  max-width: 25.7rem;
  width: 100%;
  height: 213px;
  height: 21.3rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1025px) {
  .featured .featured-card__image {
    max-width: 50%;
  }
}
.featured .featured-card__heading {
  max-width: 150px;
  max-width: 15rem;
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  font-size: 2rem;
  line-height: 26px;
  line-height: 2.6rem;
  color: #192A3E;
}
.featured .featured-card__category {
  font-weight: 300;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 21px;
  line-height: 2.1rem;
  text-transform: uppercase;
  color: #334D6E;
  margin-bottom: 7px;
  margin-bottom: 0.7rem;
}
.featured .featured-card__rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 27px;
  line-height: 2.7rem;
  color: #334D6E;
  margin-bottom: 60px;
  margin-bottom: 6rem;
}
.featured .featured-card__rate:before {
  content: "";
  display: block;
  width: 19px;
  width: 1.9rem;
  height: 19px;
  height: 1.9rem;
  background: url(/wp-content/themes/jd/dist/img/icons/star.svg) no-repeat;
  background-size: contain;
  margin-right: 3px;
  margin-right: 0.3rem;
}
.featured .featured-card__price {
  font-weight: 600;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 36px;
  line-height: 3.6rem;
  color: #334D6E;
}
.featured .featured-pagination {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 4.5rem);
          transform: translate(-50%, 4.5rem);
  z-index: 9;
}
@media (max-width: 1025px) {
  .featured .featured-pagination {
    width: 100%;
  }
}
.featured .featured-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 4px;
  background: #9cacc2;
  border-radius: 10px;
  margin: 0 4px;
  margin: 0 0.4rem;
}
.featured .featured-pagination .swiper-pagination-bullet-active {
  width: 24px;
  height: 4px;
  background: #00c98f;
  border-radius: 10px;
}

.featured-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: absolute;
  top: 8px;
  top: 0.8rem;
  right: 9px;
  right: 0.9rem;
  width: 42px;
  width: 4.2rem;
  height: 42px;
  height: 4.2rem;
  border-radius: 50%;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 150%;
  text-transform: uppercase;
  color: #ffffff;
}
.featured-label.catalog {
  top: 8px;
  top: 0.8rem;
  right: auto;
  left: 8px;
  left: 0.8rem;
}
.featured-label_discount {
  background: #EA2B4D;
}
.featured-label_new {
  background: #00C98F;
}

.discount__inner {
  padding: 110px 0;
  padding: 11rem 0;
  background: #ECEEF3;
}
@media (max-width: 1025px) {
  .discount__inner {
    padding: 4.5rem 0;
  }
}
.discount__page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.discount__side {
  width: 50%;
}
@media (max-width: 1025px) {
  .discount__side {
    width: 100%;
  }
}
.discount__side:first-child {
  width: 45%;
}
@media (max-width: 1025px) {
  .discount__side:first-child {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.discount__photo {
  height: 560px;
  height: 56rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1025px) {
  .discount__photo {
    width: 100%;
    height: auto;
  }
}
.discount__title {
  max-width: 335px;
  max-width: 33.5rem;
  width: 100%;
  font-weight: 600;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 132%;
  letter-spacing: 0.015em;
  color: #192A3E;
  margin-bottom: 1px;
  margin-bottom: 0.1rem;
}
@media (max-width: 1025px) {
  .discount__title {
    display: none;
  }
}
.discount__title_mobile {
  display: none;
}
@media (max-width: 1025px) {
  .discount__title_mobile {
    display: block;
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.discount__category {
  font-weight: 300;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 132%;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  color: #334D6E;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
@media (max-width: 1025px) {
  .discount__category {
    font-size: 1.8rem;
  }
}
.discount__description {
  font-weight: 300;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 30px;
  line-height: 3rem;
  letter-spacing: 0.02em;
  color: #334D6E;
  margin-bottom: 48px;
  margin-bottom: 4.8rem;
}
@media (max-width: 1025px) {
  .discount__description {
    font-size: 1.6rem;
  }
}
.discount__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 65px;
  margin-bottom: 6.5rem;
}
.discount__tag {
  display: -webkit-inline-box;
  width: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 30px;
  line-height: 3rem;
  letter-spacing: 0.02em;
  color: #334D6E;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
@media (max-width: 1025px) {
  .discount__tag {
    width: 47%;
  }
}
.discount__tag:before {
  content: "";
  display: table;
  background: url(/wp-content/themes/jd/dist/img/icons/check.svg) no-repeat;
  background-size: contain;
  width: 32px;
  width: 3.2rem;
  height: 32px;
  height: 3.2rem;
  margin-right: 10px;
  margin-right: 1rem;
}
.discount__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.discount__disc {
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 27px;
  line-height: 2.7rem;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: #EA2B4D;
  margin: 0 20px;
  margin: 0 2rem;
}
.discount__price {
  font-weight: 600;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 36px;
  line-height: 3.6rem;
  color: #334D6E;
}

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 100px;
  margin-bottom: 10rem;
}
@media (max-width: 1025px) {
  .tabs {
    margin-bottom: 3.5rem;
  }
}
.tabs__item {
  font-weight: 300;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 27px;
  line-height: 2.7rem;
  color: #334D6E;
  border-bottom: 2px solid transparent;
  border-bottom: 0.2rem solid transparent;
  margin: 0 25px;
  margin: 0 2.5rem;
  cursor: pointer;
}
@media (max-width: 1025px) {
  .tabs__item {
    width: 100%;
    text-align: center;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .07), 0 8px 12px 0 rgba(0, 0, 0, .1);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .07), 0 8px 12px 0 rgba(0, 0, 0, .1);
    padding: 1.5rem;
    background-color: #ffffff;
    margin: 0;
    margin-bottom: 1.5rem;
  }
}
.tabs__item.active {
  color: #00C98F;
  border-bottom: 2px solid #00C98F;
  border-bottom: 0.2rem solid #00C98F;
}
.tabs__page {
  display: none;
}
.tabs__page.active {
  display: block;
}

.offer__inner {
  padding: 82px 0;
  padding: 8.2rem 0;
}
@media (max-width: 1025px) {
  .offer__inner {
    padding: 4.5rem 0;
  }
}
.offer__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.offer__item {
  width: calc(25% - 8.2rem);
  padding: 46px 29px;
  padding: 4.6rem 2.9rem;
}
@media (max-width: 1025px) {
  .offer__item {
    width: 100%;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .07), 0 8px 12px 0 rgba(0, 0, 0, .1);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .07), 0 8px 12px 0 rgba(0, 0, 0, .1);
    padding: 3.5rem;
    margin-bottom: 2rem;
    border-radius: 8px;
  }
}
@media (max-width: 1025px) and (min-width: 500px) and (min-height: 756px) {
  .offer__item {
    width: calc(50% - 9rem);
    margin-bottom: 3.5rem;
  }
}
.offer__image {
  display: block;
  margin: 0 auto;
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
}
.offer__title {
  font-weight: 600;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 26px;
  line-height: 2.6rem;
  text-transform: capitalize;
  text-align: center;
  color: #334D6E;
  margin-bottom: 23px;
  margin-bottom: 2.3rem;
}
.offer__description {
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 21px;
  line-height: 2.1rem;
  text-align: center;
  color: #9cacc2;
}

.collection__inner {
  padding: 167px 0 148px 0;
  padding: 16.7rem 0 14.8rem 0;
  background: url(/wp-content/themes/jd/dist/img/backgrounds/collection.jpg) no-repeat;
  background-size: cover;
}
@media (max-width: 1025px) {
  .collection__inner {
    padding: 4.5rem 0;
  }
}
.collection__heading {
  font-weight: 600;
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 155%;
  text-align: center;
  letter-spacing: 0.015em;
  color: #192A3E;
  margin-bottom: 41px;
  margin-bottom: 4.1rem;
}
@media (max-width: 1025px) {
  .collection__heading {
    font-size: 2.8rem;
  }
}
.collection__button {
  display: block;
  margin: 0 auto;
}

.recommendations__inner {
  padding: 32px 0;
  padding: 3.2rem 0;
  background: #ECEEF3;
}
.recommendations__content {
  position: relative;
}
.recommendations__heading {
  font-weight: 600;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 131.3%;
  color: #192A3E;
  margin-bottom: 50px;
  margin-bottom: 5rem;
}
@media (max-width: 1025px) {
  .recommendations__heading {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 1025px) {
  .recommendations .cards__item {
    margin: 0;
  }
}
.recommendations .recommend-swiper {
  position: static !important;
}
.recommendations .swiper-pagination.swiper-pagination-progressbar {
  position: absolute;
  bottom: 0;
  left: 0;
  top: auto !important;
  width: 100%;
  height: 5px;
  height: 0.5rem;
  border-radius: 100px;
  overflow: hidden;
}
@media (max-width: 1025px) {
  .recommendations .swiper-pagination.swiper-pagination-progressbar {
    bottom: -2rem;
  }
}
.recommendations .swiper-pagination-progressbar-fill {
  background: #334D6E !important;
}
.recommendations .swiper-button-next.swiper-button-disabled,
.recommendations .swiper-button-prev.swiper-button-disabled {
  display: none;
}
.recommendations .swiper-button-next:before {
  content: "";
  display: block;
  background: url(/wp-content/themes/jd/dist/img/icons/swiper-control.svg) no-repeat;
  width: 26px;
  width: 2.6rem;
  height: 26px;
  height: 2.6rem;
  background-size: contain;
}
.recommendations .swiper-button-next:after {
  display: none;
}
.recommendations .swiper-button-prev:before {
  content: "";
  display: block;
  background: url(/wp-content/themes/jd/dist/img/icons/swiper-control.svg) no-repeat;
  width: 26px;
  width: 2.6rem;
  height: 26px;
  height: 2.6rem;
  background-size: contain;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.recommendations .swiper-button-prev:after {
  display: none;
}
.recommendations .swiper-button-next,
.recommendations .swiper-container-rtl .swiper-button-prev {
  position: absolute;
  right: -47px;
  right: -4.7rem;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  left: auto;
  z-index: 99999;
}
.recommendations .swiper-button-prev,
.recommendations .swiper-container-rtl .swiper-button-next {
  position: absolute;
  left: -47px;
  left: -4.7rem;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  z-index: 99999;
}

.cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -30px;
  margin-right: -3rem;
}
.cards__item {
  position: relative;
  max-width: calc(25% - 3rem);
  width: 100%;
  margin: 0 30px 30px 0;
  margin: 0 3rem 3rem 0;
}
@media (max-width: 1025px) {
  .cards__item {
    max-width: calc(50% - 2.3rem);
    margin: 0 1.5rem 2.5rem 0;
  }
}
@media (max-width: 1025px) and (min-width: 500px) and (min-height: 756px) {
  .cards__item {
    max-width: calc(33.33333% - 1.9rem) !important;
  }
}
.cards__item:hover .cards__image {
  border: 1px solid #00C98F;
  border: 0.1rem solid #00C98F;
}
@media (min-width: 537px) {
  .cards__item {
    max-width: calc(50% - 3rem);
  }
}
@media (min-width: 1023px) {
  .cards__item {
    max-width: calc(25% - 3rem);
  }
}
.cards__like {
  position: absolute;
  top: 12px;
  top: 1.2rem;
  right: 12px;
  right: 1.2rem;
  cursor: pointer;
}
@media (max-width: 1025px) {
  .cards__like {
    top: 0.2rem;
    right: 0.2rem;
    padding: 1rem;
  }
}
.cards__like:hover svg path {
  stroke: #00C98F;
}
.cards__dislike {
  position: absolute;
  top: 12px;
  top: 1.2rem;
  right: 12px;
  right: 1.2rem;
  cursor: pointer;
}
@media (max-width: 1025px) {
  .cards__dislike {
    top: 0.2rem;
    right: 0.2rem;
    padding: 1rem;
  }
}
.cards__dislike svg path {
  stroke: #00C98F;
  fill: #00C98F;
}
.cards__dislike:hover svg path {
  stroke: #00C98F;
}
.cards__image {
  display: block;
  border: 1px solid #E9EBEF;
  border: 0.1rem solid #E9EBEF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.6rem;
  overflow: hidden;
  margin-bottom: 6px;
  margin-bottom: 0.6rem;
  background: #ffffff;
}
.cards__image_source {
  width: 100%;
  height: 260px;
  height: 26rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1025px) {
  .cards__image_source {
    height: 15rem;
  }
}
@media (max-width: 1025px) and (min-width: 500px) and (min-height: 756px) {
  .cards__image_source {
    height: 23rem;
  }
}
.cards__info {
  position: relative;
}
@media (max-width: 1025px) {
  .cards__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.cards__heading {
  max-width: calc(100% - 5.1rem);
  font-weight: 500;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 22px;
  line-height: 2.2rem;
  letter-spacing: 0.01em;
  color: #192A3E;
}
@media (max-width: 1025px) {
  .cards__heading {
    max-width: 100%;
    width: 100%;
  }
}
.cards__price {
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 27px;
  line-height: 2.7rem;
  color: #334D6E;
}
@media (max-width: 1025px) {
  .cards__price {
    font-size: 1.6rem;
  }
}
.cards__rate {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 27px;
  line-height: 2.7rem;
  color: #334d6e;
}
@media (max-width: 1025px) {
  .cards__rate {
    position: static;
    font-size: 1.6rem;
  }
}
.cards__rate:before {
  content: "";
  display: block;
  width: 19px;
  width: 1.9rem;
  height: 19px;
  height: 1.9rem;
  background: url(/wp-content/themes/jd/dist/img/icons/star.svg) no-repeat;
  background-size: contain;
  margin-right: 3px;
  margin-right: 0.3rem;
}

.product__inner {
  padding-bottom: 20px;
  padding-bottom: 2rem;
}
@media (max-width: 1025px) {
  .product__inner {
    padding-bottom: 3.6rem;
  }
}
.product__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  gap: 2rem;
}
@media (max-width: 500px) {
  .product__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0;
  }
}
@media (max-width: 1025px) and (min-width: 500px) {
  .product__info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0.8rem;
  }
}
.product__images {
  max-width: 170px;
  max-width: 17rem;
  width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 500px) {
  .product__images {
    max-width: 100%;
    width: 100%;
    margin-bottom: 8px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 1025px) and (min-width: 500px) {
  .product__images {
    max-width: 10.8rem;
  }
}
.product__images.resize {
  display: none !important;
}
.product__mainimage {
  max-width: 1200px;
  max-width: 120rem;
  width: 80%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border: 1px solid #d8dbe2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  overflow: hidden;
}
@media (max-width: 1025px) {
  .product__mainimage {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 8px;
    width: 100%;
  }
}
.product__mainimage.resize {
  max-width: 100% !important;
  width: 100%;
}
.product__infoblock {
  display: table;
  width: 371px;
  width: 37.1rem;
}
@media (max-width: 1025px) {
  .product__infoblock {
    width: 100%;
  }
}
@media (max-width: 1025px) and (min-width: 500px) {
  .product__infoblock {
    display: none;
  }
}
.product__infoblock.resize {
  display: none !important;
}
.product__infoblock_mobile-large {
  display: none;
}
@media (max-width: 1025px) and (min-width: 500px) {
  .product__infoblock_mobile-large {
    display: block;
  }
}
.product__controls {
  position: absolute;
  top: 14px;
  top: 1.4rem;
  right: 14px;
  right: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 999999;
}
.product__heading {
  font-weight: 700;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 39px;
  line-height: 3.9rem;
  color: #192A3E;
}
@media (max-width: 1025px) {
  .product__heading {
    display: none;
    font-size: 2.4rem;
  }
}
.product__heading_mobile {
  display: none;
}
@media (max-width: 1025px) {
  .product__heading_mobile {
    display: block;
    margin-bottom: 1.2rem;
  }
}
.product__category {
  display: block;
  font-weight: 300;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 27px;
  line-height: 2.7rem;
  text-transform: uppercase;
  color: #334D6E;
  margin-bottom: 17px;
  margin-bottom: 1.7rem;
}
.product__price {
  display: block;
  font-weight: 600;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 36px;
  line-height: 3.6rem;
  color: #334D6E;
  margin-bottom: 35px;
  margin-bottom: 3.5rem;
}
@media (max-width: 1025px) {
  .product__price {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.product__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 46px;
  margin-bottom: 4.6rem;
}
.product__like {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: table;
  width: 52px;
  width: 5.2rem;
  height: 52px;
  height: 5.2rem;
  border: 1px solid #9cacc2;
  border: 0.1rem solid #9cacc2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  cursor: pointer;
  margin-left: 20px;
  margin-left: 2rem;
}
@media (max-width: 1025px) {
  .product__like {
    width: 4.5rem;
    height: 4.5rem;
  }
}
.product__like.active .product__like_img path {
  fill: #00C98F;
  stroke: #00C98F;
}
.product__like:hover .product__like_img path {
  stroke: #00C98F;
}
.product__like_img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.product__add {
  width: 100%;
}
@media (max-width: 1025px) {
  .product__add {
    max-width: 29.5rem;
  }
}
.product__params {
  font-weight: 600;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 25px;
  line-height: 2.5rem;
  color: #334D6E;
  margin-bottom: 11px;
  margin-bottom: 1.1rem;
}
.product__description {
  font-weight: 300;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #334D6E;
  margin-bottom: 7px;
  margin-bottom: 0.7rem;
}
.product__id {
  font-weight: 600;
  font-size: 13.5px;
  font-size: 1.35rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #9CACC2;
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
}

.product-images-swiper {
  height: clamp(400px, 270px + 8.9667vw, 460px);
  height: clamp(40rem, 27rem + 8.9667vw, 46rem);
  cursor: pointer;
  border-radius: 6px;
  overflow: hidden;
}
@media (min-width: 1280px) {
  .product-images-swiper.desktop .swiper-wrapper .swiper-slide {
    height: 15rem !important;
  }
}
.product-images-swiper .swiper-slide-active img {
  border: 1px solid #192A3E !important;
  border: 0.1rem solid #192A3E !important;
}
.product-images-swiper .swiper-slide img {
  border: 1px solid #d8dbe2;
  border: 0.1rem solid #d8dbe2;
}
.product-images-swiper--interior-active .swiper-slide-active img {
  border: 1px solid #d8dbe2 !important;
  border: 0.1rem solid #d8dbe2 !important;
}
.product-images-swiper.tablet {
  height: 390px;
  height: 39rem;
}
@media (max-width: 1025px) {
  .product-images-swiper.tablet {
    height: auto;
  }
}
@media (max-width: 500px) {
  .product-images-swiper.tablet {
    height: auto !important;
  }
}
@media (max-width: 1025px) and (min-width: 500px) {
  .product-images-swiper.tablet {
    height: 27.5rem;
  }
}
@media (max-width: 1025px) and (min-width: 500px) and (orientation: portrait) {
  .product-images-swiper.tablet {
    height: 36rem;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) and (orientation: landscape) {
  .product-images-swiper.tablet {
    height: 39rem;
  }
}
@media (min-width: 1280px) {
  .product-images-swiper.tablet .swiper-wrapper .swiper-slide {
    height: 15rem !important;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) and (orientation: landscape) {
  .product-images-swiper.tablet .swiper-wrapper .swiper-slide {
    height: 15rem !important;
  }
}
@media (max-width: 1025px) {
  .product-images-swiper.tablet .swiper-wrapper .swiper-slide {
    height: 10.8rem !important;
  }
}
@media (max-width: 1025px) {
  .product-images-swiper {
    height: auto;
  }
}
@media (max-width: 500px) {
  .product-images-swiper {
    height: auto !important;
  }
}
@media (max-width: 1025px) and (min-width: 500px) {
  .product-images-swiper {
    height: clamp(28vh, -372.8125rem + 59vh, 37.5rem);
  }
}
@media (max-width: 1025px) and (min-width: 500px) and (orientation: landscape) {
  .product-images-swiper {
    height: 65vh;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) and (orientation: landscape) {
  .product-images-swiper {
    height: 34rem;
  }
}
.product-images-swiper .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 500px) {
  .product-images-swiper .swiper-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) and (orientation: landscape) {
  .product-images-swiper .swiper-wrapper .swiper-slide {
    height: 15rem !important;
  }
}
@media (max-width: 1025px) {
  .product-images-swiper .swiper-wrapper .swiper-slide {
    height: 10.8rem !important;
  }
}
.product-images-swiper .product-slider-controls:last-child {
  margin-bottom: 0 !important;
}
.product-images-swiper .swiper-slide-thumb-active .product-images-swiper__image img, .product-images-swiper .swiper-slide-active .product-images-swiper__image img {
  border: 1px solid #192A3E;
  border: 0.1rem solid #192A3E;
}
.product-images-swiper__image {
  width: 100%;
  height: 100%;
}
.product-images-swiper__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #d8dbe2;
  border: 0.1rem solid #d8dbe2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
}
@media (max-width: 1025px) {
  .product-images-swiper__image img {
    height: 10.8rem;
    width: 10.8rem;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) and (orientation: landscape) {
  .product-images-swiper__image img {
    height: 15rem;
  }
}

.product-mainimage-swiper {
  position: relative;
}
.product-mainimage-swiper__image {
  width: 100%;
  height: 100%;
}
.product-mainimage-swiper__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1025px) {
  .product-mainimage-swiper__image img {
    max-width: 100%;
  }
}
.product-mainimage-swiper .swiper-slide {
  position: relative;
  height: 100%;
}
.product-mainimage-swiper__button-prev::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(2rem, -50%) rotate(90deg);
          transform: translate(2rem, -50%) rotate(90deg);
  background: url(/wp-content/themes/jd/dist/img/icons/arrow.svg) no-repeat;
  width: 30px;
  width: 3rem;
  height: 30px;
  height: 3rem;
  background-size: contain;
  z-index: 9998;
  cursor: pointer;
}
.product-mainimage-swiper__button-prev.swiper-button-disabled::before {
  opacity: 0.3;
}
.product-mainimage-swiper__button-next::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-2rem, -50%) rotate(-90deg);
          transform: translate(-2rem, -50%) rotate(-90deg);
  background: url(/wp-content/themes/jd/dist/img/icons/arrow.svg) no-repeat;
  width: 30px;
  width: 3rem;
  height: 30px;
  height: 3rem;
  background-size: contain;
  z-index: 9998;
  cursor: pointer;
}
.product-mainimage-swiper__button-next.swiper-button-disabled::before {
  opacity: 0.3;
}

.interior {
  border: 1px solid #d8dbe2;
  border: 0.1rem solid #d8dbe2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
  padding: 20px 10px;
  padding: 2rem 1rem;
  cursor: pointer;
}
@media (max-width: 1025px) {
  .interior {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5rem;
    width: 100%;
    padding: 1.2rem;
    margin-bottom: 0.8rem;
  }
}
@media (max-width: 1025px) and (min-width: 500px) {
  .interior {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 10.8rem;
    padding: 1.85rem 0;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) and (orientation: landscape) {
  .interior {
    padding: 3.3rem 1rem;
  }
}
@media (max-width: 756px) and (min-width: 500px) {
  .interior {
    width: 108px;
  }
}
.interior.active {
  border: 1px solid #192a3e;
  border: 0.1rem solid #192a3e;
}
.interior__image {
  display: block;
  margin: 0 auto 5px auto;
  margin: 0 auto 0.5rem auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (max-width: 1025px) {
  .interior__image {
    width: 36px;
    height: 33px;
    margin: 0;
  }
}
.interior__text {
  display: block;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 150%;
  color: #334D6E;
  text-align: center;
  -webkit-text-stroke: 0.5px #d8dbe2;
  -webkit-text-stroke: 0.05rem #d8dbe2;
  margin: 0 auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (max-width: 1025px) {
  .interior__text {
    margin: 0;
    font-size: 1.4rem;
  }
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
@media (max-width: 1025px) {
  .breadcrumbs {
    margin-bottom: 0.8rem;
  }
}
.breadcrumbs .home {
  text-transform: capitalize;
}
.breadcrumbs span:last-child span {
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 27px;
  line-height: 2.7rem;
  color: #334D6E;
  border-bottom: 1px solid;
  border-bottom: 0.1rem solid;
}
@media (max-width: 1025px) {
  .breadcrumbs span:last-child span {
    font-size: 1.6rem;
  }
}
.breadcrumbs a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 27px;
  line-height: 2.7rem;
  color: #9CACC2;
  border-bottom: 1px solid transparent;
  border-bottom: 0.1rem solid transparent;
}
@media (max-width: 1025px) {
  .breadcrumbs a {
    font-size: 1.6rem;
  }
}
.breadcrumbs a:after {
  content: "";
  display: block;
  background: url(/wp-content/themes/jd/dist/img/icons/chevron_right.svg) no-repeat;
  width: 6.77px;
  width: 0.677rem;
  height: 12.02px;
  height: 1.202rem;
  background-size: cover;
  margin: 0 10px;
  margin: 0 1rem;
}

.cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1025px) {
  .cart {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 537px) {
  .cart {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 1023px) {
  .cart {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.cart__inner {
  padding-bottom: 160px;
  padding-bottom: 16rem;
}
@media (max-width: 1025px) {
  .cart__inner {
    padding-bottom: 4rem;
  }
}
.cart__products {
  width: 100%;
}
@media (min-width: 537px) {
  .cart__products {
    width: 100%;
  }
}
@media (min-width: 1023px) {
  .cart__products {
    width: 58%;
  }
}
.cart__benefits {
  display: block;
  width: 100%;
}
@media (min-width: 537px) {
  .cart__benefits {
    width: 100%;
  }
}
@media (min-width: 1023px) {
  .cart__benefits {
    width: 29%;
  }
}
.cart__product {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 18px;
  padding: 1.8rem;
  padding-left: 46px;
  padding-left: 4.6rem;
  border: 1px solid #d8dbe2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  margin-bottom: 14px;
  margin-bottom: 1.4rem;
}
@media (max-width: 1025px) {
  .cart__product {
    padding: 1.7rem;
    padding-bottom: 8rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 1025px) {
  .cart__product a {
    width: 100%;
  }
}
.cart__image {
  display: block;
  width: 130px;
  width: 13rem;
  height: 130px;
  height: 13rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 32px;
  margin-right: 3.2rem;
}
@media (max-width: 1025px) {
  .cart__image {
    width: 100%;
    height: 17rem;
  }
}
.cart__empty {
  font-weight: 300;
  font-size: 20px;
  font-size: 2rem;
  line-height: 21px;
  line-height: 2.1rem;
  color: #334D6E;
  margin: 30px 0 70px;
  margin: 3rem 0 7rem;
}
.cart__info {
  max-width: 240px;
  max-width: 24rem;
  width: 100%;
  height: 130px;
  height: 13rem;
  overflow: hidden;
  margin-right: 40px;
  margin-right: 4rem;
}
@media (max-width: 1025px) {
  .cart__info {
    max-width: 100%;
    height: auto;
    margin-bottom: 2rem;
  }
}
.cart__name {
  font-weight: 500;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 33px;
  line-height: 3.3rem;
  letter-spacing: 0.01em;
  color: #192A3E;
  margin-bottom: 3px;
  margin-bottom: 0.3rem;
}
@media (max-width: 1025px) {
  .cart__name {
    font-size: 1.8rem;
  }
}
.cart__descr {
  font-weight: 300;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 21px;
  line-height: 2.1rem;
  color: #334D6E;
}
.cart__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cart__counter {
  width: 32px;
  width: 3.2rem;
  height: 32px;
  height: 3.2rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 300;
  cursor: pointer;
}
.cart__minus {
  border: 1px solid #EA2B4D;
  color: #EA2B4D;
}
.cart__minus:hover {
  color: #ffffff;
  background: #EA2B4D;
}
.cart__plus {
  border: 1px solid #00C98F;
  color: #00C98F;
}
.cart__plus:hover {
  color: #ffffff;
  background: #00C98F;
}
.cart__quantity {
  font-size: 20px;
  font-size: 2rem;
  line-height: 32px;
  line-height: 3.2rem;
  text-align: center;
  letter-spacing: 0.15px;
  color: #192A3E;
  margin: 0 13px;
  margin: 0 1.3rem;
}
.cart__price {
  font-weight: 600;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 36px;
  line-height: 3.6rem;
  color: #334D6E;
  margin-left: auto;
}
@media (max-width: 1025px) {
  .cart__price {
    font-size: 2rem;
  }
}
.cart__total {
  font-weight: 300;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 36px;
  line-height: 3.6rem;
  color: #9CACC2;
  text-align: end;
  margin-bottom: 18px;
  margin-bottom: 1.8rem;
  margin-top: 33px;
  margin-top: 3.3rem;
}
@media (max-width: 1025px) {
  .cart__total {
    font-size: 2rem;
  }
}
.cart__total span {
  font-weight: 600;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 36px;
  line-height: 3.6rem;
  color: #334D6E;
}
@media (max-width: 1025px) {
  .cart__total span {
    font-size: 2rem;
  }
}
.cart__order {
  max-width: 375px;
  max-width: 37.5rem;
  margin-left: auto;
}
@media (max-width: 1025px) {
  .cart__order {
    padding: 1.5rem 0;
    margin-bottom: 5.5rem;
  }
}
.cart__buttons {
  position: absolute;
  bottom: 18px;
  bottom: 1.8rem;
  right: 18px;
  right: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cart__rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 27px;
  line-height: 2.7rem;
  color: #334D6E;
  margin-right: 19px;
  margin-right: 1.9rem;
}
.cart__rate:before {
  content: "";
  display: block;
  width: 19px;
  width: 1.9rem;
  height: 19px;
  height: 1.9rem;
  background: url(/wp-content/themes/jd/dist/img/icons/star.svg) no-repeat;
  background-size: contain;
  margin-right: 3px;
  margin-right: 0.3rem;
}
.cart__remove {
  margin-right: 8px;
  margin-right: 0.8rem;
}
.cart__like {
  position: relative;
  width: 42px;
  width: 4.2rem;
  height: 42px;
  height: 4.2rem;
  border: 1px solid #9cacc2;
  border: 0.1rem solid #9cacc2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  cursor: pointer;
}
.cart__like:hover svg path {
  stroke: #00C98F;
}
.cart__like svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cart__dislike {
  position: relative;
  width: 42px;
  width: 4.2rem;
  height: 42px;
  height: 4.2rem;
  border: 1px solid #9cacc2;
  border: 0.1rem solid #9cacc2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  cursor: pointer;
}
.cart__dislike svg path {
  fill: #00C98F;
  stroke: #00C98F;
}
.cart__dislike:hover svg path {
  stroke: #00C98F;
}
.cart__dislike svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.cart-benefits__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  margin-bottom: 5rem;
}
.cart-benefits__item:last-child {
  margin-bottom: 0;
}
.cart-benefits__image {
  display: block;
  margin-right: 30px;
  margin-right: 3rem;
}
.cart-benefits__name {
  font-weight: 600;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 26px;
  line-height: 2.6rem;
  text-transform: capitalize;
  color: #192A3E;
  margin-bottom: 6px;
  margin-bottom: 0.6rem;
}
@media (max-width: 1025px) {
  .cart-benefits__name {
    font-size: 2rem;
  }
}
.cart-benefits__description {
  font-weight: 300;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 21px;
  line-height: 2.1rem;
  color: #334D6E;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
  z-index: 9999;
}
.modal .container {
  padding: 0;
}
.modal__inner {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 998px;
  max-width: 99.8rem;
  height: auto;
  overflow-y: scroll;
  background: #ffffff;
  padding: 40px 50px;
  padding: 4rem 5rem;
  margin: 0 auto;
  border-radius: 1.2rem;
}
.modal__inner::-webkit-scrollbar {
  display: none;
}
.modal__close {
  position: absolute;
  top: 15px;
  top: 1.5rem;
  right: 15px;
  right: 1.5rem;
  z-index: 9;
  cursor: pointer;
}
.modal__close:after {
  content: "";
  display: block;
  width: 18px;
  width: 1.8rem;
  height: 18px;
  height: 1.8rem;
  background: url(/wp-content/themes/jd/dist/img/icons/close.svg) no-repeat;
  background-size: cover;
}
.modal_sm .modal__inner {
  max-width: 385px;
  max-width: 38.5rem;
}
.modal_rect .modal__inner {
  border-radius: 0;
}
.modal_no-close .modal__close {
  display: none;
  border-radius: 0;
}
.modal__title {
  font-weight: 700;
  font-size: 26px;
  line-height: 39px;
  text-align: center;
}
.modal__text {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
}
.modal__text_center {
  text-align: center;
}
.modal__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1.6rem;
}
.modal__content .button {
  margin-top: 25px;
  margin-top: 2.5rem;
  padding: 11.25px 0;
  padding: 1.125rem 0;
  font-size: 13px;
  font-size: 1.3rem;
}

.input-field {
  position: relative;
  margin-top: 10px;
  margin-top: 1rem;
}
.input-field__label {
  position: absolute;
  left: 15px;
  left: 1.5rem;
  top: -11px;
  top: -1.1rem;
  padding: 0 9px;
  padding: 0 0.9rem;
  background: #ffffff;
  font-size: 14px;
  font-weight: 500;
  color: #c2cfe0;
}
.input-field input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 48px;
  border: 1px solid #e2eaf3;
  border-radius: 2px;
  outline: none;
  padding: 16px;
  padding: 1.6rem;
  background: #ffffff;
  font-size: 14px;
  color: #192a3e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.input-field input:hover {
  border-color: #1D2A3C;
}
.input-field input:focus {
  border-color: #00C98F;
}
.input-field input:focus ~ .input-field__label {
  color: #00C98F;
}
.input-field input.error {
  border-color: #EA2B4D;
}
.input-field input.error ~ .input-field__label {
  color: #EA2B4D;
}
.input-field label.error {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #EA2B4D;
}

.footer__inner {
  padding: 55px 0;
  padding: 5.5rem 0;
  background: #334D6E;
}
@media (max-width: 1025px) {
  .footer__inner {
    padding: 2.5rem 0;
  }
}
.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__logo {
  color: #ffffff;
}
.footer__copyright {
  background: #00C98F;
  padding: 20px 0;
  padding: 2rem 0;
}
@media (max-width: 1025px) {
  .footer__copyright {
    padding: 1.5rem 0;
  }
}
.footer__copyright h3 {
  font-weight: 600;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #ffffff;
}
@media (max-width: 1025px) {
  .footer__copyright h3 {
    font-size: 1.4rem;
    text-align: center;
  }
}
.footer__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer__contact {
  display: block;
  margin-right: 47px;
  margin-right: 4.7rem;
}
.footer__contact:last-child {
  margin-right: 0;
}
.footer__contact h5 {
  font-weight: 600;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 25px;
  line-height: 2.5rem;
  color: #ffffff;
  margin-bottom: 2px;
  margin-bottom: 0.2rem;
}
.footer__contact a {
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #E9EBEF;
}

.notfound__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: calc(100vh - 46.6rem);
  padding: 50px 0;
  padding: 5rem 0;
}
@media (max-width: 1025px) {
  .notfound__wrap {
    height: calc(100vh - 42.6rem);
  }
}
.notfound__heading {
  font-size: 146px;
  font-size: 14.6rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  color: #00C98F;
  margin-bottom: 4px;
  margin-bottom: 0.4rem;
}
@media (max-width: 1025px) {
  .notfound__heading {
    font-size: 6.6rem;
  }
}
.notfound__subheading {
  font-size: 28px;
  font-size: 2.8rem;
  text-align: center;
  color: #334D6E;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
@media (max-width: 1025px) {
  .notfound__subheading {
    font-size: 2rem;
  }
}
.notfound__description {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  color: #9CACC2;
  margin-bottom: 50px;
  margin-bottom: 5rem;
}
.notfound__button {
  margin: 0 auto;
}

/*# sourceMappingURL=app.css.map*/