/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 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 */
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body {
  font-family: "SFUIDisplay", sans-serif;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
  font-feature-settings: "pnum" on, "lnum" on;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  height: 100%;
}

.bodyScroll {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 110%;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

p {
  font-size: 1rem;
  line-height: 160%;
  font-weight: 500;
  color: #232323;
}

a,
button {
  -webkit-transition: ease-in 0.5s;
  -o-transition: ease-in 0.5s;
  transition: ease-in 0.5s;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.page__wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: calc(100vh - 190px);
}

footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.container {
  width: 93%;
  max-width: 1660px;
  margin: 0 auto;
}

@font-face {
  font-family: "SFUIDisplay";
  src: local("SFUIDisplay Medium"), local("SFUIDisplay-Medium"), url("../fonts/SFUIDisplay/SFUIDisplay-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "SFUIDisplay";
  src: local("SFUIDisplay SemiBold"), local("SFUIDisplay-SemiBold"), url("../fonts/SFUIDisplay/SFUIDisplay-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "SFUIDisplay";
  src: local("SFUIDisplay Bold"), local("SFUIDisplay-Medium"), url("../fonts/SFUIDisplay/SFUIDisplay-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #fff;
  font-family: "SFUIDisplay", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

a:hover {
  text-decoration: none;
}

.icoElements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 32px 0;
}

.icoElements .icoElement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 10px 13px;
  border-radius: 999px;
  border: 1px solid #ECECEC;
  gap: 8px;
}

.icoElements .icoElement img {
  width: 20px;
  height: 20px;
  color: #121213;
}

.icoElements .icoElement span {
  font-size: calc(13px + 2 * ((100vw - 320px) / 1040));
  font-weight: 600;
  color: #807F80;
  line-height: 150%;
}

.productData .photoGallery {
  padding: 0 2rem;
}

.productData .photoGallery .prodPageSwiper2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.productData .photoGallery .prodPageSwiper2 .swiper-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.productData .photoGallery .prodPageSwiper2 .swiper-wrapper .swiper-slide img {
  aspect-ratio: 2/2;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  mix-blend-mode: color-burn;
  padding: 1rem 1.5rem;
}

.productData .photoGallery .prodPageSwiper2 .swiper-pagination {
  display: none;
}

.productData .photoGallery .prodPageSwiper2 .button-next,
.productData .photoGallery .prodPageSwiper2 .button-prev {
  position: absolute;
  top: 50%;
  color: #808081;
  width: 20px;
  height: 20px;
  z-index: 1;
}

.productData .photoGallery .prodPageSwiper2 .button-next.arrow-left,
.productData .photoGallery .prodPageSwiper2 .button-next.arrow-right,
.productData .photoGallery .prodPageSwiper2 .button-prev.arrow-left,
.productData .photoGallery .prodPageSwiper2 .button-prev.arrow-right {
  border: 2px solid #808081;
  -webkit-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}

.productData .photoGallery .prodPageSwiper2 .button-next.arrow-left:hover,
.productData .photoGallery .prodPageSwiper2 .button-next.arrow-right:hover,
.productData .photoGallery .prodPageSwiper2 .button-prev.arrow-left:hover,
.productData .photoGallery .prodPageSwiper2 .button-prev.arrow-right:hover {
  cursor: pointer;
  border: 2px solid #121213;
}

.productData .photoGallery .prodPageSwiper2 .button-next.arrow-right,
.productData .photoGallery .prodPageSwiper2 .button-prev.arrow-right {
  width: 24px;
  height: 24px;
  border-left: 0;
  border-top: 0;
  -webkit-transform: rotate(315deg);
      -ms-transform: rotate(315deg);
          transform: rotate(315deg);
}

.productData .photoGallery .prodPageSwiper2 .button-next.arrow-right:hover,
.productData .photoGallery .prodPageSwiper2 .button-prev.arrow-right:hover {
  border-left: 0;
  border-top: 0;
}

.productData .photoGallery .prodPageSwiper2 .button-next.arrow-left,
.productData .photoGallery .prodPageSwiper2 .button-prev.arrow-left {
  width: 24px;
  height: 24px;
  border-left: 0;
  border-top: 0;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

.productData .photoGallery .prodPageSwiper2 .button-next.arrow-left:hover,
.productData .photoGallery .prodPageSwiper2 .button-prev.arrow-left:hover {
  border-left: 0;
  border-top: 0;
}

.productData .photoGallery .prodPageSwiper2 .button-prev {
  left: 5%;
  padding-right: 1rem;
}

.productData .photoGallery .prodPageSwiper2 .button-next {
  right: 5%;
}

.productData .photoGallery .prodPageSwiper {
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding: 0 1.15rem;
}

.productData .photoGallery .prodPageSwiper .swiper-wrapper {
  margin-right: 2rem;
  position: relative;
}

.productData .photoGallery .prodPageSwiper .swiper-wrapper .swiper-slide {
  padding: 1rem 0.75rem;
  border-radius: 0.5rem;
  -webkit-transition: ease-in 0.5s;
  -o-transition: ease-in 0.5s;
  transition: ease-in 0.5s;
  border: 1px solid #F4F4F4;
  aspect-ratio: 1/1;
  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;
}

.productData .photoGallery .prodPageSwiper .swiper-wrapper .swiper-slide img {
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  min-height: 4rem;
  max-height: 4rem;
}

.productData .photoGallery .prodPageSwiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  border: 1px solid #121213;
  -webkit-transition: ease-in 0.5s;
  -o-transition: ease-in 0.5s;
  transition: ease-in 0.5s;
  background-color: #fff;
  z-index: 10;
}

.productData .photoGallery .prodPageSwiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active img {
  opacity: 1;
}

.productData .photoGallery .prodPageSwiper .swiper-wrapper .swiper-slide:hover {
  cursor: pointer;
}

.productData .photoGallery .prodPageSwiper .swiper-wrapper .swiper-slide:hover img {
  opacity: 0.5;
}

.productData .photoGallery .prodPageSwiper .shadowline {
  position: absolute;
  top: 0;
  right: -2px;
  width: 16%;
  z-index: 2;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(#fff));
  background: -o-linear-gradient(left, transparent, #fff 100%);
  background: linear-gradient(90deg, transparent, #fff 100%);
}

.productData .photoGallery .prodPageSwiper .shadowlineStart {
  position: absolute;
  top: 0;
  left: 0px;
  width: 16%;
  z-index: 2;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(transparent), to(#fff));
  background: -o-linear-gradient(right, transparent, #fff 100%);
  background: linear-gradient(270deg, transparent, #fff 100%);
}

.options_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  gap: 1rem;
  margin-bottom: 2rem;
}
.optioncolor_wrapper.scrollable{
  overflow: auto;
  scrollbar-width: none;
  width: auto;
  max-width: 100% ;
}
.options_wrapper .optioncolor_wrapper,
.options_wrapper .optionmemory_wrapper {
  padding: 1rem 2rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
  border: 1px solid #ECECEC;
  gap: 1.25rem;
  border-radius: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.options_wrapper .optioncolor_wrapper span,
.options_wrapper .optionmemory_wrapper span {
  color: #808081;
  font-size: 20px;
  line-height: 100%;
  padding-right: 1.25rem;
  border-right: 1px solid #E7E7E7;
  line-height: 160%;
}

.options_wrapper .optioncolor_wrapper .colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.75rem;
}

.options_wrapper .optioncolor_wrapper .colors .color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  position: relative;
  -webkit-transition: ease-in 0.5s;
  -o-transition: ease-in 0.5s;
  transition: ease-in 0.5s;
  font-size: 0;
}

.options_wrapper .optioncolor_wrapper .colors .color.active {
  border: 1px solid #121213;
  padding: 1rem;
}

.options_wrapper .optioncolor_wrapper .colors .color.active::before {
  content: "";
  position: absolute;
  top: -0.25rem;
  left: -0.25rem;
  right: -0.25rem;
  bottom: -0.25rem;
  border-radius: inherit;
  z-index: -1;
  border: 1px solid #232323;
  -webkit-transition: ease-in 0.5s;
  -o-transition: ease-in 0.5s;
  transition: ease-in 0.5s;
}

.options_wrapper .optioncolor_wrapper .colors .color:hover {
  -webkit-transition: ease-in 0.5s;
  -o-transition: ease-in 0.5s;
  transition: ease-in 0.5s;
}

.options_wrapper .optioncolor_wrapper .colors .color:hover::before {
  -webkit-transition: ease-in 0.5s;
  -o-transition: ease-in 0.5s;
  transition: ease-in 0.5s;
  content: "";
  position: absolute;
  top: -0.25rem;
  left: -0.25rem;
  right: -0.25rem;
  bottom: -0.25rem;
  border-radius: inherit;
  z-index: -1;
  border: 1px solid #232323;
}

.options_wrapper .optionmemory_wrapper .memorys {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}

.options_wrapper .optionmemory_wrapper .memorys .memory {
  min-width: 2rem;
  font-size: 20px;
  color: #C5C5C6;
  padding: 0.55rem 0.5rem;
  position: relative;
  border-radius: 999px;
  -webkit-transition: ease-in 0.5s;
  -o-transition: ease-in 0.5s;
  transition: ease-in 0.5s;
  text-align: center;
}

.options_wrapper .optionmemory_wrapper .memorys .memory.active {
  background-color: #121213;
  color: #fff;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  z-index: 2;
  -webkit-transition: ease-in 0.5s;
  -o-transition: ease-in 0.5s;
  transition: ease-in 0.5s;
}

.options_wrapper .optionmemory_wrapper .memorys .memory.active::before {
  -webkit-transition: ease-in 0.5s;
  -o-transition: ease-in 0.5s;
  transition: ease-in 0.5s;
  content: "";
  position: absolute;
  top: -0.15rem;
  left: -0.15rem;
  right: -0.15rem;
  bottom: -0.15rem;
  border-radius: inherit;
  background-color: #232323;
  z-index: -1;
  border: 1px solid #232323;
  transition: ease-in 0.5s;
}

.options_wrapper .optionmemory_wrapper .memorys .memory:hover {
  -webkit-transition: ease-in 0.5s;
  -o-transition: ease-in 0.5s;
  transition: ease-in 0.5s;
  background-color: #121213;
  color: #fff;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.options_wrapper .optionmemory_wrapper .memorys .memory:hover::before {
  content: "";
  position: absolute;
  top: -0.15rem;
  left: -0.15rem;
  right: -0.15rem;
  bottom: -0.15rem;
  border-radius: inherit;
  background-color: #232323;
  z-index: -1;
  border: 1px solid #232323;
  -webkit-transition: ease-in 0.5s;
  -o-transition: ease-in 0.5s;
  transition: ease-in 0.5s;
}

.productInfo h1 {
  margin-bottom: 2rem;
  font-size: calc(20px + 16 * ((100vw - 320px) / 1040));
  line-height: 125%;
  font-weight: 600;
  padding: 0;
}
.priceArea .priceArea__sale-description-block{

}
.priceArea .priceArea__sale-description{
    font-size: calc(13px + 2 * ((100vw - 320px) / 1040));
    color: #6E6E6E;

}
.sale-description-btn{
  position: relative;
  display: table;
  margin-bottom: 20px;
  font-size: calc(15px + 2 * ((100vw - 320px) / 1040));
  color: #390651;
  cursor: pointer;

}
.sale-information-popup .price-block {
  font-size: calc(12px + 2 * ((100vw - 320px) / 1040));

}
.sale-information-popup .promotions-sm-list .promotion{
  -webkit-transition: ease-in .3s;
    -o-transition: ease-in .3s;
  transition: ease-in .3s;
}
.sale-information-popup .promotions-sm-list .promotion{
  color: black;
  
}
.sale-information-popup .promotions-sm-list .promotion:hover{
  background-color: #f1f1f1;

}
.sale-information-popup .promotions-sm-list .promotion{
    border-radius: 12px;
  border: 1px solid #ECECEC;
  font-size: calc(12px + 2 * ((100vw - 320px) / 1040));

  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  width: 100%;

}
.sale-information-popup .title2{
  font-size: calc(15px + 2 * ((100vw - 320px) / 1040));
  font-weight: bold;
  margin-bottom: 10px;

}
.sale-information-popup .price-block .sale-price,
.sale-information-popup .price-block .non-sale-price {
  font-weight: bold;
}
.sale-information-popup .sale-price-block {
  background: #f1f1f1;
  padding: 15px;
  margin-bottom: 5px;
  border-radius: 12px 12px 0 0;
      display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;

}
.sale-information-popup .btn-100-black {
  cursor: pointer;
}
.sale-information-popup .non-sale-price-block {
  background: #f1f1f1;
  padding: 15px;
  margin-bottom: 15px;
  border-radius:  0 0 12px 12px;
      display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;

}
.sale-information-popup .sale-item-block {
  border-radius: 12px;
  border: 1px solid #ECECEC;
  padding: 15px;
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.sale-information-popup .sale-item-block .image{
  width: 50px;
  min-width: 50px;
}
.sale-information-popup .sale-item-block .name{
  margin-left: 20px;
  font-size: calc(13px + 2 * ((100vw - 320px) / 1040));

}
.sale-information-popup .sale-item-block img{
  margin: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.sale-information-popup .title{
  margin-bottom: 10px;
}
.sale-description-btn::before{
  content: '';
  width: 100%;
  height: 1px;
  background-color: #390651;
  position: absolute;
  bottom: -3px;
}

.priceAction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  margin-bottom: 0.75rem;
}

.priceAction .priceActionElement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-grid-column-span: 5;
  grid-column: span 5;
}

.priceAction .priceActionElement .priceData {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}

.priceAction .buy_block {
  text-align: center;
}
.priceAction .priceActionElement .priceData .price {
  font-size: calc(38px + 10 * ((100vw - 320px) / 1040));
  margin-bottom: 0;
  line-height: 125%;
  white-space: nowrap;
}
.priceAction .priceActionElement .priceData .old-cost {
  position: relative;
  font-size: calc(20px + 3 * ((100vw - 320px) / 1040));
  margin-bottom: 0;
  line-height: 125%;
  color: #aaa;
  white-space: nowrap;
  
}
.priceAction .priceActionElement .priceData .old-cost::after {
  content: '';
  position: absolute;
  top: -3px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background: #aaa;
  transform: rotate(-5deg);
}
.priceAction .priceActionElement .priceData .subinfo .desk,
.priceAction .priceActionElement .priceData .subinfo .mobile {
  color: #BAB9BA;
  display: inline-block;
  font-size: 13px;
  line-height: 120%;
}

.priceAction .priceActionElement .priceData .subinfo .mobile {
  display: none;
}

.priceAction .priceActionElement a.btnBlack {
  font-size: calc(18px + 2 * ((100vw - 320px) / 1040));
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background-color: #121213;
  border: 0;
  border-radius: 999px;
  padding: 1rem 3rem;
  min-height: 57px;
}

.priceAction .priceActionElement a.morePrice,
.priceAction .priceActionElement a.morePriceMB {
  display: none;
}

.priceAction .priceActionElement.last {
  -ms-grid-column-span: 3;
  grid-column: span 3;
}

.priceSubtext {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  margin-top: 1rem;
}

.priceSubtext .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: calc(11px + 2 * ((100vw - 320px) / 1040));
  line-height: 100%;
  color: #BAB9BA;
}

.priceSubtext .info img {
  width: 16px;
  height: 16px;
}

.subtextDesktop {
  margin-bottom: 1.5rem;
}

.subtextDesktop .socialSubtext {
  font-size: calc(12px + 0 * ((100vw - 320px) / 1040));
  margin-bottom: 0;
  font-weight: 300;
  color: #C5C5C6;
}

.subtextDesktop .socialSubtext a,
.subtextDesktop .socialSubtext span {
  color: #7c7c7c;
  font-weight: bold;
}

.socialArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.5rem;
  justify-items: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.socialArea .btnBlack {
  font-size: calc(12px + 1 * ((100vw - 320px) / 1040));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.1rem 2.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background-color: #121213;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  
}

.socialArea .buyMB {
  display: none;
}

.socialArea .socialLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5rem;
}

.socialArea .socialLinks .socialLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem 2rem;
  border: 1px solid #ECECEC;
  border-radius: 7rem;
  -webkit-transition: ease-in 0.5s;
  -o-transition: ease-in 0.5s;
  transition: ease-in 0.5s;
}

.socialArea .socialLinks .socialLink img {
  -webkit-transition: ease-in 0.5s;
  -o-transition: ease-in 0.5s;
  transition: ease-in 0.5s;
  width: 22px;
  height: 22px;
}

.socialArea .socialLinks .socialLink:hover {
  border: 1px solid #121213;
}

.socialArea .socialLinks .socialLink:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.socialArea .subtext {
  display: none;
}

.dateRefresh {
  padding: 1.5rem 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  justify-items: left;
}

.dateRefresh span {
  font-size: calc(11px + 2 * ((100vw - 320px) / 1040));
  color: #C5C5C6;
}

.dateRefresh .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 100%;
  color: #BAB9BA;
}

.dateRefresh .info img {
  width: 16px;
  height: 16px;
  opacity: 0.22;
}

.d-hidden {
  display: none;
  visibility: hidden;
}

.title_container {
  background: #fff;
  padding-top: 0.1px;
  padding-bottom: 20px;
}

.title_container .h1_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.title_container .h1_block h1 {
  color: #121213;
  margin: 0;
  display: inline;
  padding: 0;
  font-size: 50px;
  line-height: 65px;
  font-weight: 600;
}

.title_container .h1_block .subtext {
  font-size: 1rem;
  margin-top: 0.75rem;
  line-height: 160%;
  font-weight: 500;
}

.btn-main,
.btn-line {
  display: inline-block;
  font-size: 1rem;
  line-height: 100%;
  font-weight: 500;
  text-align: center;
  -webkit-transition: ease-in 0.5s;
  -o-transition: ease-in 0.5s;
  transition: ease-in 0.5s;
  padding: 1rem 1.5rem;
  color: #fff;
  border-radius: 0.25rem;
  border: 1px solid transparent;
}

.btn-main {
  background-color: #390651;
}

.btn-line {
  background-color: transparent;
  color: #A8A8A8;
  border: 1px solid #A8A8A8;
}

.infoTrade__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  margin-top: 0rem;
  padding-bottom: 3rem;
}

.infoTrade__wrapper .text__content p {
  color: #8B8B8B;
  font-weight: 400;
}

#tradeData .nav-tabs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  gap: 0.5rem;
  margin-bottom: 2.5rem;
  border: none;
}

#tradeData .nav-tabs li {
  background-color: #FAFAFA;
  border-radius: 0.5rem;
}

#tradeData .nav-tabs li a {
  padding: 1rem 1rem;
  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;
  text-decoration: none;
  width: 100%;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#tradeData .nav-tabs li a .img__wrapper {
  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;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  text-align: center;
  padding: 1rem 0;
}

#tradeData .nav-tabs li a .img__wrapper img {
  aspect-ratio: 1/1;
  width: 70%;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  margin-bottom: 0.75rem;
  max-height: 200px;
}

#tradeData .nav-tabs li a span {
  font-size: 0.95rem;
  color: #232323;
  letter-spacing: 0;
  line-height: 120%;
  display: inline-block;
  font-weight: 700;
}

#tradeData .nav-tabs li a.active {
  background-color: #F9F6F1;
  border-radius: 0.5rem;
}

#params .tab-content:first-child {
  padding: 2.5rem 0 4rem 0;
  border-top: 1px solid #DEDEDE;
}

#params .tab_wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[16];
  grid-template-columns: repeat(16, 1fr);
  gap: 2.5rem;
}

#params .tab_wrapper .sideLeft {
  -ms-grid-column-span: 3;
  grid-column: span 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

#params .tab_wrapper .sideLeft .product__img {
  background-color: #FAFAFA;
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.5rem;
  min-height: 180px;
  max-height: 180px;
}

#params .tab_wrapper .sideLeft .product__img img {
  width: 70%;
  height: auto;
  max-width: 100px;
}

#params .tab_wrapper .sideLeft .product__params {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 0.5rem;
}

#params .tab_wrapper .sideLeft .product__params .param__value .head {
  font-size: calc(12px + 0 * ((100vw - 320px) / 1040));
  color: #8B8B8B;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 0.25rem;
}

#params .tab_wrapper .sideLeft .product__params .param__value .option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  background-color: #232323;
  border: 1px solid #232323;
  border-radius: 999px;
  font-size: 12px;
  color: #fff;
  -webkit-transition: ease-in 0.5s;
  -o-transition: ease-in 0.5s;
  transition: ease-in 0.5s;
  align-items: center;
  text-align: center;
  cursor: pointer;
  line-height: 100%;
  font-weight: 400;
  padding: 0.65rem 1.1rem 0.75rem 1.1rem;
}

#params .tab_wrapper .sideLeft .product__params .param__value .option .color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 100%;
  width: 1rem;
  height: 1rem;
  border-radius: 999px;
  border: 1px solid #A0A0A0;
}

#params .tab_wrapper .sideRight {
  -ms-grid-column-span: 12;
  grid-column: span 12;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#params .tab_wrapper .sideRight .step .option__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

#params .tab_wrapper .sideRight .step .option__wrapper .option__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

#params .tab_wrapper .sideRight .step .option__wrapper .option__text p {
  font-size: calc(17px + 2 * ((100vw - 320px) / 1040));
  line-height: 125%;
  font-weight: 700;
  margin: 0;
}

#params .tab_wrapper .sideRight .step .option__wrapper .option__text p .tool {
  font-size: 12px;
  display: inline-block;
  line-height: 100%;
  padding: 0.5rem 0.75rem;
  background-color: #121213;
  border-radius: 999px;
  color: #fff;
  margin-left: 0.5rem;
  cursor: pointer;
}

#params .tab_wrapper .sideRight .step .option__wrapper .option__text .tool__wrapper {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  padding: 1rem;
  bottom: 40px;
  background-color: #fff;
  -webkit-filter: drop-shadow(0px 0px 48px rgba(0, 0, 0, 0.12));
          filter: drop-shadow(0px 0px 48px rgba(0, 0, 0, 0.12));
  border-radius: 0.25rem;
  -webkit-transition: ease-in 0.5s;
  -o-transition: ease-in 0.5s;
  transition: ease-in 0.5s;
}

#params .tab_wrapper .sideRight .step .option__wrapper .option__text .tool__wrapper p {
  max-width: 300px;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
}

#params .tab_wrapper .sideRight .step .option__wrapper .option__text .tool__wrapper.active {
  -webkit-transition: ease-in 0.5s;
  -o-transition: ease-in 0.5s;
  transition: ease-in 0.5s;
  visibility: visible;
  opacity: 1;
}

#params .tab_wrapper .sideRight .step .option__wrapper .option__text span {
  display: inline-block;
  color: #8B8B8B;
  font-size: calc(13px + 0 * ((100vw - 320px) / 1040));
}

#params .tab_wrapper .sideRight .step .option__wrapper .option__text .btn-tool {
  background-color: #787878;
  border-radius: 999px;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 10px;
  line-height: 120%;
  color: #fff;
  -webkit-transition: ease-in 0.5s;
  -o-transition: ease-in 0.5s;
  transition: ease-in 0.5s;
  padding: 0;
}

#params .tab_wrapper .sideRight .step .option__wrapper .option__values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.35rem;
}

#params .tab_wrapper .sideRight .step .option__wrapper .option__values .option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
  background-color: #FAFAFA;
  border: 1px solid #EEEEEE;
  border-radius: 999px;
  font-size: 13px;
  color: #121213;
  -webkit-transition: ease-in 0.5s;
  -o-transition: ease-in 0.5s;
  transition: ease-in 0.5s;
  cursor: pointer;
  line-height: 100%;
  font-weight: 400;
  padding: 0.75rem 1.5rem 0.85rem 1.5rem;
}

#params .tab_wrapper .sideRight .step .option__wrapper .option__values .option .color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 100%;
  width: 1rem;
  height: 1rem;
  border-radius: 999px;
  border: 1px solid #A0A0A0;
}

#params .tab_wrapper .sideRight .step .option__wrapper .option__values .option.active {
  background-color: #121213;
  color: #F9F6F1;
  border: 1px solid #121213;
  -webkit-filter: drop-shadow(0px 0px 48px rgba(0, 0, 0, 0.12));
          filter: drop-shadow(0px 0px 48px rgba(0, 0, 0, 0.12));
}

#params .tab_wrapper .sideRight .step .option__wrapper .option__values input {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  border-radius: 6px;
  color: #7D7D7D;
  outline: 0;
  border: 1px solid #7D7D7D;
  padding: 14px 50px 14px 15px;
  width: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: auto;
  font-weight: 500;
}

#params .tab_wrapper .sideRight .step .showmore {
  display: inline-block;
  text-align: center;
  max-width: 140px;
  border: none;
  font-size: 12px;
  color: #9C9C9C;
  border: 1px solid #EEEEEE;
  padding: 0.75rem 1rem;
  line-height: 100%;
  background-color: transparent;
  border-radius: 999px;
}

#params .tab_wrapper .sideRight .step .orderArea {
  margin-top: 3rem;
}

#params .tab_wrapper .sideRight .step .orderArea .btn-order {
  width: auto;
  background-color: #121213;
  color: #fff;
  font-size: calc(14px + 2 * ((100vw - 320px) / 1040));
  font-weight: 500;
  padding: 1.5rem 2rem;
  line-height: 100%;
  display: inline-block;
  text-align: center;
  -webkit-transition: ease-in 0.5s;
  -o-transition: ease-in 0.5s;
  transition: ease-in 0.5s;
  text-decoration: none;
  border-radius: 12px;
}

#tradein .tradein {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  min-width: 650px;
}

#tradein .tradein .tradeModal__wrapper {
  padding: 2rem;
}

#tradein .tradein .tradeModal__wrapper .head {
  color: #8B8B8B;
  font-size: calc(22px + -6 * ((100vw - 320px) / 1040));
  line-height: 140%;
  font-weight: 500;
}

#tradein .tradein .tradeModal__wrapper .product {
  font-size: calc(22px + 10 * ((100vw - 320px) / 1040));
  font-weight: 700;
  line-height: 125%;
}

#tradein .tradein .tradeModal__wrapper form .checkbox_label {
  margin-top: 20px;
}

.btn-main {
  background-color: #390651;
}

.btn-line {
  background-color: transparent;
  color: #A8A8A8;
  border: 1px solid #A8A8A8;
}

.specailsPage__wrapper .head__wrapper {
  padding: 2rem 0 1rem 0;
}

.specailsPage__wrapper .head__wrapper .h1_block {
  width: 100%;
  max-width: 52rem;
}

.specailsPage__wrapper .head__wrapper .h1_block h1 {
  font-size: calc(28px + 8 * ((100vw - 320px) / 1040));
  font-weight: 500;
  margin: 0;
  padding-bottom: 0.5rem;
}

.specailsPage__wrapper .head__wrapper .h1_block p {
  font-size: calc(13px + 1 * ((100vw - 320px) / 1040));
  color: #b4b4b5;
}

.specailsPage__wrapper .speacials__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-bottom: 2.5rem;
}

.specailsPage__wrapper .speacials__items a {
  border-radius: 0.75rem;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.specailsPage__wrapper .speacials__items a img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/7;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#headScreen {
  background: #232323;
  background: -o-linear-gradient(45deg, #232323 0%, #464646 100%);
  background: linear-gradient(45deg, #232323 0%, #464646 100%);
  width: 100%;
  height: 50lvh;
  max-height: 300px;
}

#headScreen .headScreen__wrapper {
  padding: 2rem 0;
  height: 100%;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

#headScreen .headScreen__wrapper .btn__back {
  background-color: #fff;
  color: #232323;
  display: inline-block;
  padding: 0.65rem 1.25rem;
  width: auto;
  font-size: 13px;
  line-height: 100%;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.25rem;
}

#headScreen .headScreen__wrapper .content__wrapper h1 {
  margin: 0;
  color: #fff;
  font-size: calc(28px + 14 * ((100vw - 320px) / 1040));
  line-height: 125%;
  word-break: auto-phrase;
}

#headScreen .headScreen__wrapper .content__wrapper .label {
  color: #E9E9E9;
  font-size: calc(13px + 2 * ((100vw - 320px) / 1040));
  line-height: 140%;
  margin: 0;
}

#saleContent .saleContent__wrapper {
  padding: 2rem 0;
}

#saleContent .saleContent__wrapper h2,
#saleContent .saleContent__wrapper h3,
#saleContent .saleContent__wrapper h4,
#saleContent .saleContent__wrapper h5,
#saleContent .saleContent__wrapper h6 {
  color: #232323;
  line-height: 125%;
  font-weight: 700;
}

#saleContent .saleContent__wrapper p {
  font-size: calc(14px + 1 * ((100vw - 320px) / 1040));
  line-height: 170%;
}

#saleContent .saleContent__wrapper p a {
  font-size: calc(14px + 1 * ((100vw - 320px) / 1040));
}

#saleContent .saleContent__wrapper img {
  border-radius: 1rem;
  margin: 1.5rem 0;
}

.container {
  max-width: 1360px;
  margin: 0 auto;
}

#serviceScreens {
  padding: 2.5rem 0 2.5rem 0;
}

.serviceScreens__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  padding: 0;
}

.serviceScreens__wrapper .serviceScreenShop,
.serviceScreens__wrapper .serviceScreenService {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
}

.serviceScreens__wrapper .serviceScreenShop .inner__wrapper,
.serviceScreens__wrapper .serviceScreenService .inner__wrapper {
  padding: 40px;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: -o-linear-gradient(310deg, black 15%, #555555 100%);
  background: linear-gradient(140deg, black 15%, #555555 100%);
  height: 420px;
  max-height: 420px;
  overflow: hidden;
}

.serviceScreens__wrapper .serviceScreenShop .inner__wrapper .headArea__wrpaper,
.serviceScreens__wrapper .serviceScreenService .inner__wrapper .headArea__wrpaper {
  width: 100%;
  max-width: 420px;
  z-index: 1;
}

.serviceScreens__wrapper .serviceScreenShop .inner__wrapper .headArea__wrpaper h2,
.serviceScreens__wrapper .serviceScreenService .inner__wrapper .headArea__wrpaper h2 {
  font-size: calc(24px + 8 * ((100vw - 320px) / 1040));
  color: #fff;
  line-height: 110%;
  margin-bottom: 1rem;
  word-break: auto-phrase;
}

.serviceScreens__wrapper .serviceScreenShop .inner__wrapper .headArea__wrpaper p,
.serviceScreens__wrapper .serviceScreenService .inner__wrapper .headArea__wrpaper p {
  color: #fff;
  font-size: calc(13px + 1 * ((100vw - 320px) / 1040));
  font-weight: 200;
  width: 100%;
  max-width: 310px;
  line-height: 135%;
  word-break: auto-phrase;
}

.serviceScreens__wrapper .serviceScreenShop .inner__wrapper .actions,
.serviceScreens__wrapper .serviceScreenService .inner__wrapper .actions {
  z-index: 1;
}

.serviceScreens__wrapper .serviceScreenShop .inner__wrapper .actions .servBtn,
.serviceScreens__wrapper .serviceScreenService .inner__wrapper .actions .servBtn {
  position: relative;
  display: inline-block;
  background-color: #000000;
  font-size: calc(14px + 2 * ((100vw - 320px) / 1040));
  color: #fff;
  padding: 0.9rem 2rem;
  border-radius: 0.5rem;
}

.serviceScreens__wrapper .serviceScreenShop .bgImg,
.serviceScreens__wrapper .serviceScreenService .bgImg {
  position: absolute;
  bottom: -3rem;
  right: 2rem;
  width: 70%;
  max-width: 345px;
  z-index: 0;
}

.serviceScreens__wrapper .serviceScreenShop .headArea__wrpaper .logo__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1rem;
}

.serviceScreens__wrapper .serviceScreenShop .headArea__wrpaper .logo__wrapper img {
  width: auto;
  height: auto;
  max-width: 80px;
  max-height: 24px;
}

.serviceScreens__wrapper .serviceScreenShop .headArea__wrpaper .logo__wrapper img:nth-child(2) {
  margin-top: 3px;
}

.serviceScreens__wrapper .serviceScreenShop .bgImg {
  position: absolute;
  bottom: -0.5rem;
  right: 2rem;
  width: 90%;
  max-width: 360px;
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1360px;
  }

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1360px !important;
  }
}

@media screen and (max-width: 992px) {
  .subtextDesktop {
    display: none;
  }

  .icoElements {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 24px 0 0 0;
  }

  .icoElements .icoElement {
    padding: 8px 10px;
    border-radius: 999px;
    border: 1px solid #ECECEC;
    gap: 4px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .icoElements .icoElement img {
    width: 16px;
    height: 16px;
  }

  .icoElements .icoElement span {
    font-size: 11px;
  }

  .productData .photoGallery {
    padding: 0 0 0.5rem 0;
  }

  .productData .photoGallery .prodPageSwiper2 {
    min-height: 340px;
  }

  .productData .photoGallery .prodPageSwiper2 .swiper-wrapper .swiper-slide img {
    aspect-ratio: 3/2;
    padding: 0rem 2.5rem;
  }

  .productData .photoGallery .prodPageSwiper2 .button-next,
  .productData .photoGallery .prodPageSwiper2 .button-prev {
    display: none;
    width: 16px;
    height: 16px;
  }

  .productData .photoGallery .prodPageSwiper2 .button-next.arrow-right,
  .productData .photoGallery .prodPageSwiper2 .button-prev.arrow-right {
    width: 16px;
    height: 16px;
  }

  .productData .photoGallery .prodPageSwiper2 .button-next.arrow-left,
  .productData .photoGallery .prodPageSwiper2 .button-prev.arrow-left {
    width: 16px;
    height: 16px;
  }

  .productData .photoGallery .prodPageSwiper2 .button-prev {
    left: 1%;
  }

  .productData .photoGallery .prodPageSwiper2 .button-next {
    right: 1%;
  }

  .productData .photoGallery .prodPageSwiper2 .swiper-pagination {
    display: block;
    position: absolute;
    bottom: -20px;
    left: 0;
  }

  .productData .photoGallery .prodPageSwiper2 .swiper-pagination .swiper-pagination-bullet {
    -webkit-transition: ease-in 0.5s;
    -o-transition: ease-in 0.5s;
    transition: ease-in 0.5s;
    background: #a0a0a0;
  }

  .productData .photoGallery .prodPageSwiper2 .swiper-pagination .swiper-pagination-bullet-active {
    -webkit-transition: ease-in 0.5s;
    -o-transition: ease-in 0.5s;
    transition: ease-in 0.5s;
    width: 1.75rem;
    height: 0.5rem;
    background: #121213;
    border-radius: 8px;
  }

  .productData .photoGallery .prodPageSwiper {
    display: none;
  }

  .productData .photoGallery .prodPageSwiper .swiper-wrapper .swiper-slide {
    padding: 0.75rem 0.5rem;
  }

  .productData .photoGallery .prodPageSwiper .swiper-wrapper .swiper-slide img {
    -o-object-fit: contain;
       object-fit: contain;
    min-height: 2.4rem;
    max-height: 2.4rem;
  }

  .productInfo {
    padding: 0;
  }

  .options_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    gap: 1rem;
    margin-bottom: 2rem;
  }


  .options_wrapper .optioncolor_wrapper,
  .options_wrapper .optionmemory_wrapper {
    padding: 1rem 1.25rem;
    gap: 1rem;
    border-radius: 80px;
    min-height: 50px;
  }
     .options_wrapper .optioncolor_wrapper{
    padding: 0 1.25rem;
   }

  .options_wrapper .optioncolor_wrapper span,
  .options_wrapper .optionmemory_wrapper span {
    color: #808081;
    font-size: 12px;
    padding-right: 0.75rem;
  }

  .options_wrapper .optioncolor_wrapper {
    max-height: 50px;
  }

  .options_wrapper .optioncolor_wrapper .colors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.75rem;
  }

  .options_wrapper .optioncolor_wrapper .colors .color {
    width: 32px;
    height: 32px;
  }

  .options_wrapper .optioncolor_wrapper .colors .color.active {
    border: 1px solid #121213;
    padding: 1rem;
    width: 24px;
    height: 24px;
  }

  .options_wrapper .optioncolor_wrapper .colors .color.active::before {
    content: "";
    position: absolute;
    top: -0.25rem;
    left: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    border-radius: inherit;
    z-index: -1;
    border: 1px solid #232323;
    -webkit-transition: ease-in 0.5s;
    -o-transition: ease-in 0.5s;
    transition: ease-in 0.5s;
  }

  .options_wrapper .optionmemory_wrapper {
    overflow: hidden;
    width: auto;
    max-width: 580px;
  }

  .options_wrapper .optionmemory_wrapper .memorys {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.65rem 0.5rem;
  }

  .options_wrapper .optionmemory_wrapper .memorys .memory {
    font-size: 13px;
    color: #C5C5C6;
    padding: 0.25rem 0.25rem;
    -webkit-transition: ease-in 0.5s;
    -o-transition: ease-in 0.5s;
    transition: ease-in 0.5s;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    min-width: 2rem;
    text-align: center;
  }

  .options_wrapper .optionmemory_wrapper .memorys .memory.active {
    background-color: #121213;
    padding: 0 0.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    margin: 0 0.5rem;
    -webkit-filter: inherit;
            filter: inherit;
  }

  .options_wrapper .optionmemory_wrapper .memorys .memory.active::before {
    -webkit-transition: ease-in 0.5s;
    -o-transition: ease-in 0.5s;
    transition: ease-in 0.5s;
    content: "";
    position: absolute;
    top: -0.2rem;
    left: -0.25rem;
    right: -0.25rem;
    bottom: -0.2rem;
    border-radius: inherit;
    background-color: #232323;
    z-index: -1;
    border: 1px solid #232323;
  }

  .options_wrapper .optionmemory_wrapper .memorys .memory:hover {
    -webkit-transition: ease-in 0.5s;
    -o-transition: ease-in 0.5s;
    transition: ease-in 0.5s;
    background-color: #121213;
    color: #fff;
    -webkit-filter: none;
            filter: none;
  }

  .options_wrapper .optionmemory_wrapper .memorys .memory:hover::before {
    -webkit-transition: ease-in 0.5s;
    -o-transition: ease-in 0.5s;
    transition: ease-in 0.5s;
    content: "";
    position: absolute;
    top: -0.2rem;
    left: -0.25rem;
    right: -0.25rem;
    bottom: -0.2rem;
    border-radius: inherit;
    background-color: #232323;
    z-index: -1;
    border: 1px solid #232323;
  }

  .options_wrapper .optionmemory_wrapper .memorys .memory:first-child {
    padding: 0.25rem;
  }

  .productInfo h1 {
    margin-bottom: 1rem;
  }

  .priceAction {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
    margin-bottom: 1rem;
  }

  .priceAction .priceActionElement {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-grid-column-span: 2;
    grid-column: span 2;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-grid-row-align: stretch;
        align-self: stretch;
    align-items: stretch;
  }

  .priceAction .priceActionElement .priceData {
    gap: 0.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 48%;
  }

  .priceAction .priceActionElement .priceData .price {
    font-size: 2rem;
    line-height: 100%;
  }

  .priceAction .priceActionElement .priceData .subinfo .desk {
    display: none;
  }

  .priceAction .priceActionElement .priceData .subinfo .mobile {
    display: inline-block;
    font-size: 12px;
  }

  .priceAction .priceActionElement .subtext {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.5rem;
    color: #BAB9BA;
    font-size: 13px;
    font-weight: 600;
  }

  .priceAction .priceActionElement:last-child {
    margin-top: 0.5rem;
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }

  .priceAction .priceActionElement a.btnBlack {
    display: none;
  }

  .priceAction .priceActionElement a.morePriceMB {
    width: 48%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    border-radius: 999px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .priceSubtext {
    display: none;
  }

  .socialArea {
    display: -ms-grid;
    display: grid;
    margin-top: 0.75rem;
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
    gap: 0.25rem;
    margin-bottom: 2rem;
    place-items: center;
  }

  .socialArea .btnBlack {
    display: none;
  }

  .socialArea .buyMB {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-grid-column-span: 6;
    grid-column: span 6;
    min-height: 52px;
    font-size: 18px;
  }
  .socialArea .buyMB:hover {
    color: white;
  }


  .socialArea .subtext {
    display: -ms-grid;
    display: grid;
    width: 100%;
    -ms-grid-column-span: 6;
    grid-column: span 6;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
    padding: 0.5rem 0;
  }

  .socialArea .subtext .socialSubtext {
    display: inline;
    gap: 0rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 12px;
    color: #C5C5C6;
    font-weight: 300;
    margin-bottom: 0.15rem;
    text-align: center;
  }

  .socialArea .subtext .socialSubtext img {
    width: 16px;
    height: 16px;
  }

  .socialArea .subtext .socialSubtext a {
    color: #808081;
  }

  .socialArea .socialLinks {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
    -ms-grid-column-span: 6;
    grid-column: span 6;
    width: 100%;
  }

  .socialArea .socialLinks .socialLink {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    padding: 1rem 0;
  }

  .socialArea .socialLinks .socialLink img {
    width: 22px;
    height: 22px;
  }

  .dateRefresh {
    display: none;
  }

  .d-hidden {
    display: block;
    visibility: visible;
  }

  .title_container {
    padding-bottom: 20px;
    background: #fff;
  }

  .title_container .h1_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .title_container .h1_block h1 {
    color: #121213;
    font-size: 23px;
    line-height: 24px;
    font-weight: 700;
  }

  #tradepage .h1_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  #tradepage #infoTrade .infoTrade__wrapper {
    margin-top: 2rem;
    gap: 0.75rem;
  }

  #tradepage #infoTrade .actions__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }

  #tradepage #infoTrade .actions__wrapper a {
    font-size: 14px;
  }

  #tradeData .nav-tabs {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  #params .tab-content:first-child {
    padding: 2.5rem 1rem 4rem 1rem;
    border-top: 1px solid #DEDEDE;
  }

  #params .tab_wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: inherit;
  }

  #params .tab_wrapper .sideLeft {
    display: none;
    grid-column: inherit;
  }

  #params .tab_wrapper .sideRight {
    -ms-grid-column-span: 1;
    grid-column: span 1;
    gap: 1.5rem;
  }

  #params .tab_wrapper .sideRight .step .option__wrapper {
    gap: 1rem;
  }

  #params .tab_wrapper .sideRight .step .option__wrapper .option__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    position: relative;
  }

  #params .tab_wrapper .sideRight .step .option__wrapper .option__text p .tool {
    margin-left: 0.25rem;
  }

  #params .tab_wrapper .sideRight .step .option__wrapper .option__text .tool__wrapper {
    bottom: 36px;
  }

  #params .tab_wrapper .sideRight .step .option__wrapper .option__text .tool__wrapper p {
    max-width: inherit;
  }

  #params .tab_wrapper .sideRight .step .option__wrapper .option__values {
    gap: 0.35rem;
  }

  #params .tab_wrapper .sideRight .step .option__wrapper .option__values .option {
    gap: 0.25rem;
    font-size: 13px;
    padding: 0.55rem 1rem 0.65rem 1rem;
  }

  #params .tab_wrapper .sideRight .step .option__wrapper .option__values input {
    font-size: 14px;
    line-height: 100%;
  }

  #params .tab_wrapper .sideRight .step .showmore {
    max-width: 140px;
    font-size: 12px;
    padding: 0.75rem 1rem;
  }

  #params .tab_wrapper .sideRight .step .orderArea {
    margin-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  #params .tab_wrapper .sideRight .step .orderArea .btn-order {
    font-weight: 500;
    padding: 1.2rem 1.7rem;
  }

  .specailsPage__wrapper .head__wrapper {
    padding: 1.25rem 0 0.25rem 0;
  }

  .specailsPage__wrapper .head__wrapper .h1_block {
    width: 100%;
  }

  .specailsPage__wrapper .head__wrapper .h1_block h1 {
    padding-bottom: 0.5rem;
  }

  .specailsPage__wrapper .speacials__items {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 0.5rem;
    margin-bottom: 1.5rem;
  }

  #headScreen {
    height: 50svh;
    max-height: 320px;
  }

  #headScreen .headScreen__wrapper {
    padding: 1.5rem 0;
  }

  #headScreen .headScreen__wrapper .btn__back {
    padding: 0.65rem 1rem;
  }

  #saleContent .saleContent__wrapper {
    padding: 1.5rem 0;
  }

  #saleContent .saleContent__wrapper img {
    border-radius: 0.75rem;
    margin: 1rem 0;
  }
}

@media screen and (max-width: 600px) {
  #serviceScreens {
    padding: 1.5rem 0 1.5rem 0;
  }

  .serviceScreens__wrapper {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 0.5rem;
  }

  .serviceScreens__wrapper .serviceScreenShop .inner__wrapper,
  .serviceScreens__wrapper .serviceScreenService .inner__wrapper {
    padding: 24px;
    height: 320px;
    max-height: 300px;
  }

  .serviceScreens__wrapper .serviceScreenShop .inner__wrapper .headArea__wrpaper,
  .serviceScreens__wrapper .serviceScreenService .inner__wrapper .headArea__wrpaper {
    max-width: 90%;
    z-index: 1;
  }

  .serviceScreens__wrapper .serviceScreenShop .inner__wrapper .headArea__wrpaper h2,
  .serviceScreens__wrapper .serviceScreenService .inner__wrapper .headArea__wrpaper h2 {
    line-height: 105%;
    margin-bottom: 0.5rem;
  }

  .serviceScreens__wrapper .serviceScreenShop .inner__wrapper .headArea__wrpaper p,
  .serviceScreens__wrapper .serviceScreenService .inner__wrapper .headArea__wrpaper p {
    width: 100%;
  }

  .serviceScreens__wrapper .serviceScreenShop .inner__wrapper .actions .servBtn,
  .serviceScreens__wrapper .serviceScreenService .inner__wrapper .actions .servBtn {
    padding: 1rem 1.25rem;
  }

  .serviceScreens__wrapper .serviceScreenShop .bgImg,
  .serviceScreens__wrapper .serviceScreenService .bgImg {
    position: absolute;
    bottom: -2rem;
    right: 1rem;
    width: 50%;
    max-width: 345px;
  }

  .serviceScreens__wrapper .serviceScreenShop .headArea__wrpaper .logo__wrapper {
    gap: 1rem;
    padding-top: 0.5rem;
  }

  .serviceScreens__wrapper .serviceScreenShop .headArea__wrpaper .logo__wrapper img {
    max-width: 60px;
    max-height: 20px;
  }

  .serviceScreens__wrapper .serviceScreenShop .headArea__wrpaper .logo__wrapper img:nth-child(2) {
    margin-top: 3px;
  }

  .serviceScreens__wrapper .serviceScreenShop .bgImg {
    bottom: -0.25rem;
    right: -1rem;
    width: 60%;
    max-width: 360px;
  }
}

@media screen and (max-width: 480px) {
  .productData .photoGallery {
    padding: 0 0 0.5rem 0;
  }

  .productData .photoGallery .prodPageSwiper2 {
    min-height: 340px;
  }

  .productData .photoGallery .prodPageSwiper2 .swiper-wrapper {
    margin-bottom: 0.5rem;
  }

  .productData .photoGallery .prodPageSwiper2 .swiper-wrapper .swiper-slide img {
    aspect-ratio: 3/2;
    padding: 0rem 1rem;
  }

  .productData .photoGallery .prodPageSwiper2 .swiper-pagination {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1320px) {
  .priceAction .priceActionElement {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }

  .priceAction .priceActionElement .priceData {
    gap: 1.25rem;
  }

  .priceAction .priceActionElement .priceData .subinfo .mobile {
    display: none;
  }

  .priceAction .priceActionElement.last {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }
}

@media screen and (min-width: 993px) and (max-width: 1120px) {
  .icoElements {
    gap: 8px;
    padding: 24px 0;
  }

  .icoElements .icoElement {
    padding: 16px 16px;
  }

  .icoElements .icoElement img {
    width: 16px;
    height: 16px;
  }

  .icoElements .icoElement span {
    font-size: 12px;
  }

  .options_wrapper .optionmemory_wrapper .memorys .memory {
    font-size: 15px;
  }
}

@media screen and (min-width: 481px) and (max-width: 800px) {
  .productData .photoGallery {
    padding: 0 0 0.5rem 0;
  }

  .productData .photoGallery .prodPageSwiper2 {
    min-height: 340px;
    max-height: 500px;
    padding: 2rem;
  }

  .productData .photoGallery .prodPageSwiper2 .swiper-wrapper {
    margin-bottom: 0.25rem;
  }

  .productData .photoGallery .prodPageSwiper2 .swiper-wrapper .swiper-slide img {
    aspect-ratio: 3/2;
    padding: 0rem 2rem;
  }

  .productData .photoGallery .prodPageSwiper2 .swiper-pagination {
    bottom: 0;
    left: 0;
  }
}

@media screen and (min-width: 800px) and (max-width: 992px) {
  .productData .photoGallery .prodPageSwiper2 {
    min-height: 340px;
    max-height: 500px;
    padding: 2rem;
  }

  .productData .photoGallery .prodPageSwiper2 .swiper-wrapper {
    margin-bottom: 0.25rem;
  }

  .productData .photoGallery .prodPageSwiper2 .swiper-wrapper .swiper-slide img {
    aspect-ratio: 3/2;
    padding: 1.5rem 2rem;
    max-height: 400px;
  }

  .productData .photoGallery .prodPageSwiper2 .swiper-pagination {
    bottom: 0;
    left: 0;
  }
}

@media screen and (min-width: 601px) and (max-width: 992px) {
  #serviceScreens {
    padding: 1.5rem 0 1.5rem 0;
  }

  .serviceScreens__wrapper {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }

  .serviceScreens__wrapper .serviceScreenShop .inner__wrapper,
  .serviceScreens__wrapper .serviceScreenService .inner__wrapper {
    padding: 24px;
    height: 320px;
    max-height: 300px;
  }

  .serviceScreens__wrapper .serviceScreenShop .inner__wrapper .headArea__wrpaper,
  .serviceScreens__wrapper .serviceScreenService .inner__wrapper .headArea__wrpaper {
    max-width: 90%;
    z-index: 1;
  }

  .serviceScreens__wrapper .serviceScreenShop .inner__wrapper .headArea__wrpaper h2,
  .serviceScreens__wrapper .serviceScreenService .inner__wrapper .headArea__wrpaper h2 {
    line-height: 105%;
    margin-bottom: 0.5rem;
  }

  .serviceScreens__wrapper .serviceScreenShop .inner__wrapper .headArea__wrpaper p,
  .serviceScreens__wrapper .serviceScreenService .inner__wrapper .headArea__wrpaper p {
    width: 100%;
  }

  .serviceScreens__wrapper .serviceScreenShop .inner__wrapper .actions .servBtn,
  .serviceScreens__wrapper .serviceScreenService .inner__wrapper .actions .servBtn {
    padding: 1rem 1.25rem;
  }

  .serviceScreens__wrapper .serviceScreenShop .bgImg,
  .serviceScreens__wrapper .serviceScreenService .bgImg {
    position: absolute;
    bottom: -2rem;
    right: 1rem;
    width: 50%;
    max-width: 345px;
  }

  .serviceScreens__wrapper .serviceScreenShop .headArea__wrpaper .logo__wrapper {
    gap: 1rem;
    padding-top: 0.5rem;
  }

  .serviceScreens__wrapper .serviceScreenShop .headArea__wrpaper .logo__wrapper img {
    max-width: 60px;
    max-height: 20px;
  }

  .serviceScreens__wrapper .serviceScreenShop .headArea__wrpaper .logo__wrapper img:nth-child(2) {
    margin-top: 3px;
  }

  .serviceScreens__wrapper .serviceScreenShop .bgImg {
    bottom: -0.25rem;
    right: -1rem;
    width: 60%;
    max-width: 360px;
  }
}

@media (hover: hover) and (pointer: fine) {
  a:hover,
  button:hover {
    -webkit-transition: ease-in 0.5s;
    -o-transition: ease-in 0.5s;
    transition: ease-in 0.5s;
  }
}

@media (hover: hover) {
  .btn-main:hover,
  .btn-line:hover {
    background-color: #232323;
    -webkit-filter: drop-shadow(0px 0px 48px rgba(0, 0, 0, 0.12));
            filter: drop-shadow(0px 0px 48px rgba(0, 0, 0, 0.12));
    color: #fff;
  }

  #params .tab_wrapper .sideRight .step .option__wrapper .option__text .btn-tool:hover {
    background-color: #232323;
  }
}