@import url(root.css?v2);

html,
body,
body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
  /* text-rendering: optimizeLegibility; */
  scrollbar-color: #e6e6e6 var(--white);
  scrollbar-width: thin;
  font-family: Roboto
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: var(--white)
}

::-webkit-scrollbar-thumb {
  background-color: #e6e6e6;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.fancybox__content > .carousel__button.is-close {
  display: none !important;
}

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

html,
body {
  position: relative;
  background-color: var(--white);
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  color: var(--textblack);
  scroll-margin-block-start: var(--headerheight);
  padding-bottom: env(safe-area-inset-bottom);
}

#preloader_wrp {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  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;
  background-color: var(--white);
  z-index: 1000;
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
}

#preloader_wrp.loaded {
  opacity: 0;
  visibility: hidden;
  z-index: -10;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.sk-circle-bounce {
  width: 4em;
  height: 4em;
  position: relative;
  margin: auto;
}

.sk-circle-bounce .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle-bounce .sk-child:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: var(--yellow);
  border-radius: 100%;
  -webkit-animation: sk-circle-bounce-delay 1.2s infinite ease-in-out both;
  animation: sk-circle-bounce-delay 1.2s infinite ease-in-out both;
}

.sk-circle-bounce .sk-circle-2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-circle-bounce .sk-circle-3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-circle-bounce .sk-circle-4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-circle-bounce .sk-circle-5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-circle-bounce .sk-circle-6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-circle-bounce .sk-circle-7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-circle-bounce .sk-circle-8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-circle-bounce .sk-circle-9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-circle-bounce .sk-circle-10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-circle-bounce .sk-circle-11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-circle-bounce .sk-circle-12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-circle-bounce .sk-circle-2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-circle-bounce .sk-circle-3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-circle-bounce .sk-circle-4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-circle-bounce .sk-circle-5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-circle-bounce .sk-circle-6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-circle-bounce .sk-circle-7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-circle-bounce .sk-circle-8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-circle-bounce .sk-circle-9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-circle-bounce .sk-circle-10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-circle-bounce .sk-circle-11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-circle-bounce .sk-circle-12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circle-bounce-delay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-circle-bounce-delay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

#preload {
  position: fixed;
  height: 100vh;
  width: 100vw;
  z-index: 1000;
  background-color: var(--white);
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
}

#preload.loaded {
  opacity: 0;
  visibility: hidden;
  z-index: -100;
  pointer-events: none;
  user-select: none;
}

main {
  min-height: calc(100vh - var(--foterheight));
}

small {
  font-size: 85%;
}

.color-yellow {
  color: var(--yellow) !important;
}

p {
  margin: 0 0 12px;
}

p:last-child {
  margin: 0;
}

*.mwunset {
  max-width: unset !important;
}

*.mwfull {
  max-width: calc(100vw - var(--scrollbar)) !important;
  width: 100% !important;
}

*.w1280,
*.w480,
*.w360,
*.w320,
*.w312,
*.w260 {
  width: 100% !important;
  margin: 0 auto !important;
}

*.w1280 {
  max-width: 1280px !important;
}

*.w480 {
  max-width: 480px !important;
}

*.w460 {
  max-width: 460px !important;
}

*.w400 {
  max-width: 400px !important;
}

*.w360 {
  max-width: 360px !important;
}

*.w320 {
  max-width: 320px !important;
}

*.w312 {
  max-width: 312px !important;
}

*.w260 {
  max-width: 260px !important;
}

*.w250 {
  max-width: 250px !important;
}

*.wmc {
  max-width: -webkit-max-content !important;
  max-width: -moz-max-content !important;
  max-width: max-content !important;
}

.m0 {
  margin: 0 !important;
}

.mt48 {
  margin-top: 48px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt36 {
  margin-top: 36px !important;
}

.mt32 {
  margin-top: 32px !important;
}

.mt24 {
  margin-top: 24px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt16 {
  margin-top: 16px !important;
}

.mt12 {
  margin-top: 12px !important;
}

.mt8 {
  margin-top: 8px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb8 {
  margin-bottom: 8px !important;
}

.mb12 {
  margin-bottom: 12px !important;
}

.mb16 {
  margin-bottom: 16px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb24 {
  margin-bottom: 24px !important;
}

.mb32 {
  margin-bottom: 32px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb48 {
  margin-bottom: 48px !important;
}

.pt18 {
  padding-top: 18px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt48 {
  padding-top: 48px !important;
}

.m-auto {
  margin: auto;
}

.btn-load {
  transition-delay: .5s;
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
}

.btn-load::after,
.btn-load::before {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px;
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  visibility: hidden;
  opacity: 0;
  transform-origin: center;
  animation: btn-spin 1s infinite ease-in-out both;
  -webkit-animation: btn-spin 1s infinite ease-in-out both;
  z-index: 10;
}

.btn-load::before {
  background: transparent url(../img/spiner.svg) center / contain no-repeat;
}

.btn-load::after {
  background: transparent url(../img/done.svg) center / contain no-repeat;
  animation: none;
  -webkit-animation: none;
}

.btn-load.step-load::before {
  opacity: 1;
  visibility: visible;
}

.btn-load.step-load {
  color: transparent !important;
}

@keyframes btn-spin {
  from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}

.btn-load.step-done {
  color: transparent !important;
}

.btn-load.step-done::after {
  opacity: 1;
  visibility: visible;
}

.-btn {
  font-weight: 400;
}

.-btn-red {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  font-size: 16px;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  color: var(--white);
  background-color: var(--corpred);
  cursor: pointer;
  width: 100%;
  padding: 13px 16px;
  border: 2px solid transparent;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}

.-btn-grey {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  font-size: 16px;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  color: var(--textblack);
  background-color: var(--lighthrey2);
  cursor: pointer;
  width: 100%;
  padding: 13px 16px;
  border: 2px solid transparent;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}

.-btn-lite {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  font-size: 16px;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  color: var(--textblack);
  background-color: var(--lightgrey);
  cursor: pointer;
  width: 100%;
  padding: 13px 16px;
  border: 2px solid transparent;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
}

.-btn-yellow {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  font-size: 16px;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  color: var(--white);
  background-color: var(--yellow);
  cursor: pointer;
  width: 100%;
  padding: 13.2px 16px;
  border: 2px solid transparent;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}

.-btn-yellow:disabled {
  background-color: var(--disabled);
  color: var(--lighthrey3);
}

.-btn-yellow:active {
  background-color: #E7BC03;
}

.-btn-grey:active {
  background-color: #f0f0f0;
}

*.-mob {
  display: none;
}

.goods_size {
  position: relative;
  max-width: 360px;
  width: 100%;
  padding: 1.25rem 1rem;
  text-align: left;
  font-size: 18px;
  line-height: 18px;
  border: 1px solid rgba(0, 0, 0, .1);
  margin: 0;
  color: var(--textblack);
}

.goods_size::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 24px;
  width: 12px;
  height: 6px;
  background: transparent url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDE0IDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMyAxTDcgN0wxIDAuOTk5OTk5IiBzdHJva2U9IiMzRDNEM0QiLz4KPC9zdmc+Cg==") center / contain no-repeat;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.active .goods_size::before {
  transform: scaleY(-1) translateY(50%);
  -webkit-transform: scaleY(-1) translateY(50%);
  -moz-transform: scaleY(-1) translateY(50%);
  -ms-transform: scaleY(-1) translateY(50%);
  -o-transform: scaleY(-1) translateY(50%);
}

*:disabled {
  cursor: not-allowed;
}

input[type=date]:-moz-read-only,
input[type=text]:-moz-read-only {
  opacity: .5;
  pointer-events: none;
  -moz-user-select: none;
  user-select: none;
}

input[type=date]:-moz-read-only,
input[type=text]:-moz-read-only {
  opacity: .5;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input[type=date]:-moz-read-only,
input[type=text]:-moz-read-only {
  opacity: .5;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input[type=date]:read-only,
input[type=text]:read-only {
  opacity: .5;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.favorites_btn {
  display: block;
  border: none;
  width: 48px;
  height: 48px;
  background: var(--lighthrey2) url('../img/like.svg') center / 20px no-repeat;
}

.favorites_btn:active {
  background-color: #f0f0f0; 
}

.favorites_btn.active {
  background: var(--lighthrey2) url('../img/likefill.svg') center / 20px no-repeat;
}

.addToCart_btn {
  display: block;
  width: 48px;
  height: 48px;
  border: none;
  background: var(--yellow) url('../img/addtocart.svg') center / 20px no-repeat;
  cursor: pointer;
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
}

.addToCart_btn:disabled {
  background: var(--lighthrey2) url('../img/addtocart2.svg') center / 17px no-repeat;
}

.textdefault {
  color: var(--textblack) !important;
}

.textmidgrey {
  color: var(--textmidgrey) !important;
}

.context {
  position: relative;
  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: 0 2px;
  width: 40px;
  height: 40px;
  border: 0;
  padding: 6px;
  cursor: pointer;
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  z-index: 50;
}

@media(hover) {
  .context:hover {
    background-color: var(--lightwhite)
  }
}

.context div {
  width: 5px;
  height: 5px;
  background-color: var(--lightgrey4);
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  will-change: background-color;
}

.context ul {
  position: absolute;
  top: 50%;
  right: -6px;
  opacity: 0;
  visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  background-color: var(--white);
  -webkit-box-shadow: 0 6px 24px rgba(0, 0, 0, .08);
  box-shadow: 0 6px 24px rgba(0, 0, 0, .08);
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  z-index: 100;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  will-change: opacity, visibility;
}

.context.active ul {
  opacity: 1;
  visibility: visible;
  -webkit-user-select: unset;
  -moz-user-select: unset;
  -ms-user-select: unset;
  user-select: unset;
  pointer-events: unset;
  z-index: 100;
}

.context ul li button,
.context ul li a {
  border: 0;
  padding: 16px;
  font-size: 14px;
  background-color: var(--white);
  will-change: background-color;
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  width: 100%;
  text-align: left;
  text-decoration: none;
  color: var(--textblack);
}

@media (hover) {
  .-btn-red:hover {
    background-color: var(--white);
    color: var(--corpred);
    border-color: var(--corpred)
  }

  .-btn-grey:hover {
    background-color: var(--yellow);
    color: var(--white)
  }

  .-btn-lite:hover {
    background-color: var(--yellow);
    color: var(--white)
  }

  .-btn-yellow:hover {
    background-color: var(--textblack);
    color: var(--white)
  }

  .favorites_btn:hover {
    background: var(--lighthrey2) url('../img/likefill.svg') center / 20px no-repeat
  }

  .addToCart_btn:hover {
    background: var(--lighthrey2) url('../img/addtocart2.svg') center / 17px no-repeat
  }

  .context:hover>div {
    background-color: var(--textblack)
  }

  .context ul li button:hover,
  .context ul li a:hover {
    background-color: var(--lightwhite)
  }
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

input[type=number] {
  -moz-appearance: textfield !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.breadcrumbs {
  /* margin: 24px 0 48px; */
  padding: 24px 0 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  overflow: auto;
}

.breadcrumb-item {
  position: relative;
  font-size: 12px;
  color: var(--lighthrey3);
  margin: 0 24px 0 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.breadcrumb-item:last-child {
  margin: 0;
}

.breadcrumb-item::before {
  content: '' !important;
  position: absolute;
  top: 50%;
  right: -16px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgNiA4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNS4xMjEzIDMuOTk5ODlMMS41ODU3NyA3LjUzNTQyTDAuODc4NjYyIDYuODI4MzJMMy43MDcwOSAzLjk5OTg5TDAuODc4NjYyIDEuMTcxNDZMMS41ODU3NyAwLjQ2NDM1NUw1LjEyMTMgMy45OTk4OVoiIGZpbGw9IiNBREFEQUQiLz4KPC9zdmc+Cg==") center / contain no-repeat;
}

.breadcrumb-item:last-child::before {
  display: none;
}

.breadcrumb-item a {
  display: inline-block;
  font-size: 12px;
  color: var(--lighthrey3);
  text-decoration: none;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}

.breadcrumb-home {
  padding: 0 0 0 17px;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgNiA4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMC44Nzg5MDYgMy45OTk4OUw0LjQxNDQ0IDcuNTM1NDJMNS4xMjE1NSA2LjgyODMyTDIuMjkzMTIgMy45OTk4OUw1LjEyMTU1IDEuMTcxNDZMNC40MTQ0NCAwLjQ2NDM1NUwwLjg3ODkwNiAzLjk5OTg5WiIgZmlsbD0iI0FEQURBRCIvPgo8L3N2Zz4K") center left / 7px no-repeat;
}

@media (hover) {
  .breadcrumb-item a:hover {
    text-decoration: underline;
    color: var(--textblack)
  }
}

.breadcrumb-item.active {
  color: var(--lighthrey3);
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 40px 0 88px auto;
}

.page_item.prev {
  margin: 0 16px 0 0;
}

.page_item {
  position: relative;
  margin: 0 4px 0 0;
}

.page_item.prev::before,
.page_item.next::before {
  content: '';
  position: absolute;
  top: 50%;
  width: 7px;
  height: 7px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: transparent url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgNiA4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNS4xMjEzIDQuMDAwMDFMMS41ODU3NyA3LjUzNTU1TDAuODc4NjYyIDYuODI4NDRMMy43MDcwOSA0LjAwMDAxTDAuODc4NjYyIDEuMTcxNThMMS41ODU3NyAwLjQ2NDQ3OEw1LjEyMTMgNC4wMDAwMVoiIGZpbGw9IiMzRDNEM0QiLz4KPC9zdmc+Cg==") center / contain no-repeat;

  transform-origin: center;
}

.page_item:last-child {
  margin: 0;
}

.page_item.active {
  display: block;
  width: 32px;
  height: 32px;
  background-color: var(--textblack);
  color: var(--white);
  text-decoration: none;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  text-align: center;
  line-height: 32px;
  font-size: 14px;
}

.page_item.next {
  margin: 0 0 0 12px;
}

.page_item.prev::before {
  left: 14px;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.page_item.next::before {
  right: 14px;
}

.page_link {
  display: block;
  width: 32px;
  height: 32px;
  background-color: var(--lighthrey2);
  color: var(--textblack);
  text-decoration: none;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  text-align: center;
  line-height: 32px;
  font-size: 14px;
}

.page_item.prev a,
.page_item.next a {
  width: 108px;
  height: 32px;
  padding: 0 16px;
}

.page_item.prev a {
  text-align: right;
}

.page_item.next a {
  text-align: left;
}

@media(hover) {
  .page_item.next:hover:before {
    transform: rotate(-90deg) translateY(0%) translateX(50%);
    -webkit-transform: rotate(-90deg) translateY(0%) translateX(50%);
    -moz-transform: rotate(-90deg) translateY(0%) translateX(50%);
    -ms-transform: rotate(-90deg) translateY(0%) translateX(50%);
    -o-transform: rotate(-90deg) translateY(0%) translateX(50%);

    background: transparent url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgOCA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNC4wMDAzOCA1LjA3MTI1TDAuNDY0ODQ0IDEuNTM1NzJMMS4xNzE5NSAwLjgyODYxM0w0LjAwMDM4IDMuNjU3MDRMNi44Mjg4IDAuODI4NjEzTDcuNTM1OTEgMS41MzU3Mkw0LjAwMDM4IDUuMDcxMjVaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K") center / contain no-repeat;
}

.page_item.prev:hover:before {
  transform: rotate(-270deg) translateY(0%) translateX(-50%);
  -webkit-transform: rotate(-270deg) translateY(0%) translateX(-50%);
  -moz-transform: rotate(-270deg) translateY(0%) translateX(-50%);
  -ms-transform: rotate(-270deg) translateY(0%) translateX(-50%);
  -o-transform: rotate(-270deg) translateY(0%) translateX(-50%);
  background: transparent url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgOCA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNC4wMDAzOCA1LjA3MTI1TDAuNDY0ODQ0IDEuNTM1NzJMMS4xNzE5NSAwLjgyODYxM0w0LjAwMDM4IDMuNjU3MDRMNi44Mjg4IDAuODI4NjEzTDcuNTM1OTEgMS41MzU3Mkw0LjAwMDM4IDUuMDcxMjVaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K") center / contain no-repeat;
}

  .page_link:hover {
    background-color: var(--textblack);
    color: var(--white)
  }
}

main {
  position: relative;
  z-index: 10
}

/* main.main-personal {
  margin-top: 88px;
} */

.acc_title {
  cursor: pointer;
}

.acc_caption {
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  max-height: 0;
  transition: var(--transition);
  overflow: hidden;
}

.open .acc_caption {
  max-height: unset;
}

footer {}

.footer_top {
  padding: 48px 0 24px;
  background-color: var(--dark);
  color: var(--white);
}

.footer_col_title {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 18px;
}

.footer_col_content ul {
  max-width: 215px;
  width: 100%;
}

.footer_col_content ul li {
  margin: 0 0 20px;
}

.footer_col_content ul li:last-child {
  margin: 0;
}

.footer_col_content ul li a {
  font-size: 14px;
  color: var(--white);
  text-decoration: none;
}

@media (hover) {
  .footer_col_content ul li a:hover {
    color: var(--white);
    text-decoration: underline
  }
}

.footer_imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 40px;
}

.footer_imgs li {
  margin: 0 8px 0 0;
}

.footer_imgs li:last-child {
  margin: 0;
}

.footer_imgs li img {
  /* width: 56px; */
  width: auto;
  height: 32px;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer_contacts {
  padding: 0 0 0 40px;
  background: transparent url('../img/telephone.svg') top left / 20px no-repeat;
}

.footer_contacts a {
  display: block;
  margin: 0 0 6px;
  color: var(--white);
  text-decoration: none;
  font-size: 13px;
}

.footer_contacts a:nth-child(3) {
  margin: 6px 0 12px;
}

.footer_contacts a:nth-child(n+4) {
  margin: 0 0 12px;
  color: var(--textmidgrey);
}

.footer_bot {
  padding: 28px 0;
  background-color: var(--black2);
  color: var(--textmidgrey);
  font-size: 12px;
}

.footer_socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer_socials li {
  margin: 0 40px 0 0;
}

.footer_socials li:last-child {
  margin: 0;
}

.btnUp {
  position: fixed;
  bottom: 32px;
  right: 32px;
  background: var(--lighthrey2) url('../img/arrowup.svg') center / 24px no-repeat;
  border: 1px solid var(--black2);
  width: 48px;
  height: 48px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  z-index: 10
}

.btnUp.scroll {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-user-select: unset;
  -moz-user-select: unset;
  -ms-user-select: unset;
  user-select: unset;
  pointer-events: unset
}

#bx-html-editor-area-cnt-filesrc_pub{top:30px!important}

header {
  position: sticky;
  top: 0;
  /* width: calc(100% - 3px); */
  width: 100%;
  background-color: var(--white);
  z-index: 10;
  /*-webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);*/
}

body {
  /* margin-top: var(--headerheight); */
}

body.lock header {
  
}

body.lock {
  /* z-index: 10; */
}


#search {
  min-height: unset;
  inset: unset;
  top: var(--headerheight);
  height: calc(100vh - var(--headerheight));
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
}

#search.active {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}

header.open,
body.search header {
  position: fixed !important;
  z-index: 100;
}

header.open {
  position: fixed !important;
}

body.search {
  padding: 0 !important;
}

@media(hover) {
  header:hover {
    z-index: 100
  }
}

header.scroll {
  -webkit-box-shadow: 0 12px 30px rgba(0, 0, 0, .08);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .08);
  z-index: 100;
}

.header_top {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.header_top .container {
  position: relative;
  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;
}

.sex_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sex_tab li {
  position: relative;
  margin: 0 24px 0 0;
  padding: 28px 0;
}

.sex_tab li::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  background-color: var(--yellow);
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}

.sex_tab li.active::before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.sex_tab li:last-child {
  margin: 0;
}

.sex_tab li a {
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2%;
  color: var(--textmidgrey);
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}

.sex_tab li.active a,
.sex_tab li:hover a {
  color: var(--textblack);
}

@media(hover) {
  .sex_tab li:hover::before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
  }
}

.header_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header_nav li {
  margin: 0 28px 0 0;
}

.header_nav li:last-child {
  margin: 0;
}

.header_nav li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--textblack);
  text-decoration: none;
  padding: 28px 0;
}

.header_nav li a:active img {
  opacity: .75;
}

.header_nav li a.notification::before {
  content: '';
  position: absolute;
  top: 22px;
  right: 0;
  width: 8px;
  height: 8px;
  border: 2px solid var(--corpred);
  border-radius: 100%;
  background-color: var(--corpred);
  animation: flashing 2s ease-in-out infinite alternate-reverse forwards;
}

@-webkit-keyframes flashing {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes flashing {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.header_nav li a img {
  max-width: 20px;
  max-height: 20px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0;
}

.header_nav li a span {
  display: inline-block;
  font-size: 14px;
  margin: 0 0 0 6px;
}

.searchIsOpen {
  display: none;
  margin: 0 !important;
  transform: scale(85%);
  -webkit-transform: scale(85%);
  -moz-transform: scale(85%);
  -ms-transform: scale(85%);
  -o-transform: scale(85%);
}

body.search .searchIsClose {
  display: none;
}

body.search .searchIsOpen {
  display: block;
}

.header_top .logo {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.header_top .logo img {
  width: 240px;
  height: auto;
}

.header_bot .container {
  position: relative;
  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;
}

.header_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 24px 0 0;
}

.header_menu ul li {
  margin: 0 32px 0 0;
  padding: 0;
  /*-webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);*/
}

header.scroll .header_menu_item>a {
/*  padding: 8px 0;*/
}

.header_menu ul li a {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  padding: 16px 0;
  /* color: var(--lightblack); */
  /* color: rgba(173, 173, 173, 1); */
  color: var(--black);
  display: block;
  text-decoration: none;
  /*-webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);*/
}

.header_submenu_cols a {
  color: #3d3d3d !important;
}

.header_menu ul li a.active {
  font-weight: 500;
}

.header_menu ul.hover>li>a {
  color: var(--textmidgrey);
}

.header_menu_item.hover a {
  color: var(--textblack) !important;
}

.header_bot {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

@media (hover) {
  .header_menu ul.hover>li:hover>a {
    color: var(--textblack)
  }
}

.header_submenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 18px 12px;
  opacity: 0;
  visibility: hidden;
  background-color: var(--white);
  border-top: 1px solid rgba(0, 0, 0, .1);
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  min-height: 504px;
  max-height: calc(100vh - var(--headerheight));
}

.header_submenu::before {
  content: '';
  position: absolute;
  top: -1px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100vw - var(--scrollbar));
  background-color: var(--white);
  z-index: -1;
  -webkit-box-shadow: 0 30px 20px rgba(0, 0, 0, .08);
  box-shadow: 0 30px 20px rgba(0, 0, 0, .08);
  max-height: calc(100vh - var(--headerheight));
}

@media (hover) {
  .header_menu ul li:hover .header_submenu {
    opacity: 1;
    visibility: visible;
    z-index: 100
  }

  .header_menu ul li:hover .header_submenu::before {
    border-top: 1px solid rgba(0, 0, 0, .1)
  }
}

.header_submenu_cols {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; */

  /* gap: 40px;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(4,160px);
  grid-auto-flow: dense; */

  column-count: 4;
}

.header_submenu_col {
  /* max-width: 160px; */
  width: 100%;
  height: max-content;
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);

  break-inside: avoid;
}

.header_submenu_col:first-child>a:first-child {
  margin: 0 0 4px;
}

.header_submenu_col>a:first-child {
  display: block;
  max-width: 176px;
  width: 100%;
  text-transform: uppercase;
  line-height: 20px;
  letter-spacing: .02em;
  margin: 22px 0 4px;
  padding: 8px;
  transform: translateX(-8px);
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  -ms-transform: translateX(-8px);
  -o-transform: translateX(-8px);
  font-weight: 500;
}

.header_submenu_col li {
  padding: 0;
}

.header_submenu_col ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 72px;
}

.header_submenu_col ul li {
  margin: 0;
  padding: 0;
}

.header_submenu_col ul li:last-child {
  margin: 0;
}

.header_submenu_col ul li a {
  padding: 8px;
  display: block;
  max-width: 176px;
  width: 100%;
  transform: translateX(-8px);
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  -ms-transform: translateX(-8px);
  -o-transform: translateX(-8px);
}

@media (hover) {
  .header_submenu_col a:hover {
    background-color: var(--lighthrey2)
  }
}

.header_submenu figure {
  display: block;
  width: 360px;
}

.header_submenu figure a {
  display: block !important;
  width: 100%;
  overflow: hidden;
}

.header_submenu figure a img {
  height: 250px;
  width: 360px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}

@media(hover) {
  .header_submenu figure a:hover img {
    -webkit-transform: scale(1.015);
    -ms-transform: scale(1.015);
    transform: scale(1.015)
  }
}

.header_submenu figure figcaption {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: .02em;
  color: var(--textblack2);
}

.region {
  position: relative;
  max-width: 210px;
  padding: 0 16px 0 0;
}

.region::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 4px;
  background: transparent url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik05IDFMNSA1TDEgMSIgc3Ryb2tlPSIjNDc0NzQ3Ii8+Cjwvc3ZnPgo=") center / cover no-repeat;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.region>a:first-child {
  font-size: 14px;
  color: var(--textblack);
  text-decoration: none;
  display: block;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.region_popup {
  position: absolute;
  top: calc(100% + 16px);
  right: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 16px 32px;
  background-color: var(--white);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  -webkit-box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.1);
}

.region.active .region_popup {
  opacity: 1;
  visibility: visible;
}

.region_popup_title {
  font-size: 14px;
  margin: 0 0 8px;
}

.region_popup_title strong {
  color: var(--textblack);
}

.region_popup ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.region_popup ul li {
  margin: 0 16px 0 0;
}

.region_popup ul li:last-child {
  margin: 0;
}

.region_popup ul li a {
  text-decoration: none;
  color: var(--textblack);
  font-size: 14px;
  border-bottom: 1px solid var(--textblack);
}

.main_slider {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
}

.main_slider_item {
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  min-height: 608px;
  max-height: calc(100vh - var(--headerheight));
  /* height: 100vh; */
}

.main_slider_item .container {
  position: relative;
}

.main_slider_item img, .main_slider_item video {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.main_slider_caption {
  position: absolute;
  top: 50%;
  left: 64px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.main_slider_title {
  font-size: 48px;
  color: var(--white);
  font-weight: 500;
  margin: 0 0 20px;
}

.main_slider_text {
  font-size: 20px;
  color: var(--white);
}

.categories_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 42px;
  flex-wrap: wrap;
  padding: 48px 0 4rem;
  margin: 0 auto 10px;
}

.categories_row a {
  position: relative;
  display: block;
  width: 108px;
  height: 108px;
  border-radius: 100%;
  background-color: var(--lightwhite);
  color: var(--textblack);
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.categories_row a:last-child {
  margin: 0;
}

.categories_row a span {
  font-size: 14px;
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  z-index: 2;
  display: block;
  width: 100%;
}

.categories_row a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(100%);
  -ms-transform: translate(-50%, -50%) scale(100%);
  transform: translate(-50%, -50%) scale(100%);
  max-width: 80px;
  max-height: 80px;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  will-change: transform;
  z-index: 1;
  border-radius: 100%;
  /*-webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;*/
}

@media(hover) {
  .categories_row a:hover img {
    -webkit-transform: translate(-50%, -50%) scale(110%);
    -ms-transform: translate(-50%, -50%) scale(110%);
    transform: translate(-50%, -50%) scale(110%)
  }
}

:is(.products_row_slider, .products_row, .goods_color_tab) .slick-track {
  margin-left: unset;
  margin-right: unset;
}

.products_row_wrp {
  margin: 0 0 88px;
}

.catalog_page .products_row_wrp {
  margin: 0 0 40px;
}

.products_row_header {
  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;
  margin: 0 0 24px;
}

.products_row_header h3,
.products_row_header h2 {
  font-size: 24px;
  color: var(--textblack);
  font-weight: 500;
  margin: 0 12px 0 0;
}

.products_row_header a {
  display: block;
  position: relative;
  color: var(--textblack);
  font-size: 16px;
  padding: 0 20px 0 0;
  text-decoration: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: 23px;
}

.products_row_header a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 2px;
  -webkit-transform: translateY(-50%) rotate(270deg);
  -ms-transform: translateY(-50%) rotate(270deg);
  transform: translateY(-50%) rotate(270deg);
  width: 8px;
  height: 4px;
  background: transparent url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik05IDFMNSA1TDEgMSIgc3Ryb2tlPSIjNDc0NzQ3Ii8+Cjwvc3ZnPgo=") center / cover no-repeat;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}

@media (hover) {
  .products_row_header a:hover::before {
    right: 0
  }
}

.catalog_row {
  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;
  gap: 24px 40px;
}

.catalog_row .product_card {
  margin: 0;
}

.catalog_row {}

.product_card {
  position: relative;
  display: block;
  cursor: pointer;
  width: 260px;
  color: var(--textblack);
  text-decoration: none;
  margin: 0 40px 0 0;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.products_row_slider .product_card_wrp {}

.products_row_slider .product_card_wrp a {}

.product_pic {
  position: relative;
  height: 356px;
  margin: 0 0 16px;
  overflow: hidden;
  background-color: var(--white);
}

.product_pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}

.fashion .product_pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}

.has_info .product_pic img {
  position: unset;
  inset: unset;
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset;
  max-width: 100% !important;
  
}

.product_card.new .product_pic::before {
  content: 'Новое';
  position: absolute;
  display: block;
  left: 8px;
  bottom: 8px;
  padding: 2px 4px;
  background-color: var(--yellow);
  color: var(--white);
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.product_pic_slider {
  /* height: 260px; */
  /* padding-top: 25%; */
  height: 100%;
}

.product_pic_slider,
.product_pic_slider > * {
  z-index: 10 !important;
}

.product_pic_slider .slick-list,
.product_pic_slider .slick-track {
  height: 100%;
}

.product_pic_slider .slick-track {
  position: relative;
}

.product_pic_slider .slick-track img {
  height: 100%;
  object-fit: contain;
}

.product_card-price {
  margin: 0 0 8px;
}

.product_card.sale .product_price {
  color: var(--corpred);
  margin: 0 0 8px;
}

.not-available .product_price {
  margin: 0 0 8px;
}

.product_pic .product_sku_props {}

.product_pic .product_colors {
  position: absolute;
  top: -12px;
  right: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 50;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
}

.product_pic .product_colors li {
  margin-left: -2px;
  -webkit-box-shadow: 0 0 0 2px var(--white);
  box-shadow: 0 0 0 2px var(--white);
  width: 12px;
  height: 12px;
  border-radius: 100%;
}

.product_card-colors .grayborder {
  width: 12px;
  height: 12px;
  margin-top: 1px;
  -webkit-box-shadow: 0 0 0 2px #ECEEF0;
  box-shadow: 0 0 0 2px #ECEEF0;
}

.product_colors .red {
  background-color: var(--corpred);
}

.product_colors .white {
  background-color: var(--white);
}

.product_colors .yellow {
  background-color: var(--yellow);
}

.product_colors .black {
  background-color: var(--black);
}

.product_card button {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 40px;
  height: 40px;
  border: none;
  z-index: 99;
  /* -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition); */
}

.product_card button.favorites {
  background: transparent url('../img/like.svg') center / 20px no-repeat;
}

.product_card button.square {
  background: transparent url('../img/like.svg') center / 20px no-repeat;
  align-items: unset;
  text-align: unset;
  letter-spacing: unset;
  word-spacing: unset;
  text-indent: unset;
  text-shadow: unset;
  writing-mode: unset;
  -webkit-writing-mode: unset;
  -ms-writing-mode: unset;
  -webkit-user-select: unset;
-webkit-touch-callout: unset;
-webkit-tap-highlight-color: unset;
-webkit-text-size-adjust: 100%;
}

.product_card_info {
  position: absolute;
  background-color: transparent;
  bottom: 0;
  left: 0;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 4px 0 0;
  z-index: 10;
  will-change: background-color;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
}

.product_card.sale .product_card_info::before {
  content: attr(data-sale);
  position: absolute;
  display: block;
  left: 8px;
  top: -8px;
  padding: 2px 4px;
  background-color: var(--corpred);
  color: var(--white);
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  will-change: bottom;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  z-index: 20;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
}

.product_card_info .slick-list {
  opacity: 0;
  visibility: hidden;
  will-change: opacity, visibility;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}

.product_card_imgs .slick-list .slick-track {
  margin: 0 !important;
}

.product_card_imgs .img {
  background-color: var(--lightgrey);
  margin: 0 4px 0 0;
  width: 56px;
  height: 56px;
}

.product_card_imgs img {
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: visible;
  position: relative;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  inset: unset;
}

.product_card .slick-slide {
  z-index: 50 !important;
}

.product_card_imgs .img {
  position: relative;
}

.product_card_imgs .img::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  opacity: 0;
  visibility: hidden;
  background-color: var(--textblack2);
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  will-change: opacity, visibility;
}

.product_card_imgs .img.slick-current::before {
  opacity: 1;
  visibility: visible;
}

.product_card_info_size {
  opacity: 0;
  visibility: hidden;
  padding: 8px 0 0;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
  color: var(--textmidgrey);
  font-size: 12px;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  min-height: 40px;
}

.product_card_info_size {
  position: relative;
}

.product_card_info_size span:first-child {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.product_card_info_size span:nth-last-child(n+2) {
  position: relative;
  display: inline-block;
  will-change: color;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  margin: 0 4px 0 0;
}

/* .product_card_info_size span:nth-last-child(n+2)::before {
  content: ',';
  position: absolute;
  bottom: 0;
  right: -3px;
  font-size: 12px;
} */

.product_card_info_size span:first-child::before {
  display: none;
}

@media (hover) {
  .product_card:hover .slick-list {
    opacity: 1;
    visibility: visible
  }

  .product_card:hover .product_card_info {
    z-index: 90;
    background-color: var(--white);
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
}

  .no-size:hover .single .product_card_info {
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
  }

  .product_card button.square:hover {
    background: rgba(0, 0, 0, 0.04) url('../img/like.svg') center / 20px no-repeat
  }

  .favorites.active:hover {
    background: rgba(0, 0, 0, .04) url('../img/likefill.svg') center / 20px no-repeat !important
  }

  .product_card:hover .product_card_info_size {
    opacity: 1;
    visibility: visible
  }

  .product_card_info_size span:nth-child(n+2):hover {
    color: var(--textblack);
    text-decoration: underline;
    cursor: pointer
  }

  .has_info:hover .product_card_info:before {
    /* bottom: 108px */
  }

  .has_info:hover .product_pic.single::before {
    bottom: 56px;
  }

  /* .product_card:hover .product_colors {
    bottom: 112px
  } */
}

.favorites.active {
  background: transparent url('../img/likefill.svg') center / 20px no-repeat !important;
}

.img.slick-slide {
  display: block;
  position: relative;
}

.img.slick-slide::before {
  opacity: 0 !important;
  visibility: hidden !important;
}

.hovered .img.slick-slide:first-child:after,
.img.slick-slide::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  z-index: 10;
  background-color: var(--textblack);
  opacity: 0;
  visibility: hidden;
}

.img.slick-slide:first-child:after {
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}

@media (hover) {
  .img.slick-slide:hover::after {
    transform: scaleY(1) !important;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    opacity: 1 !important;
    visibility: visible !important;
  }
}

.product_price {
  color: var(--textblack);
  margin: 0 0 8px;
}

.sale .product_price {
  color: var(--textblack);
}

.product_price span:nth-child(2) {
  font-size: 14px;
  color: var(--textmidgrey);
  text-decoration: line-through;
}

.product_name {
  display: block;
  font-weight: 500;
  font-size: 16px;
  margin: 0 0 4px;
}

.product_text {
  display: block;
  font-size: 14px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 0 12px;
}

.banner_wide {
  position: relative;
  margin: 0 0 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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--bg2);
  width: 100%;
  height: 436px;
  text-align: center;
  color: var(--white);
  text-decoration: none;
  overflow: hidden;
}

.banner_wide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}

@media(hover) {
  .banner_wide:hover {
    color: var(--white)
  }

  .banner_wide:hover img {
    -webkit-transform: scale(1.015);
    -ms-transform: scale(1.015);
    transform: scale(1.015)
  }
}

.banner_wide_title {
  font-size: 40px;
  font-weight: 500;
  margin: 0 0 12px;
  z-index: 10;
}

.banner_wide_text {
  font-size: 20px;
  z-index: 10;
}

.thumb_news_big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 48px;
}

.thumb_news_caption {
  width: 50%;
  padding: 0 96 0 0;
}

.thumb_news_cat {
  margin: 0 0 20px;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--textblack);
}

.thumb_news_cat span:first-child {
  opacity: .5;
  padding: 0 3px 0 0;
  letter-spacing: 0.5px;
}

.thumb_news_cat span:last-child {
  padding: 0 0 0 3px;
  letter-spacing: 0.5px;
}

.thumb_news_cat time {
  font-size: 16px;
  color: var(--textmidgrey);
  text-transform: none;
}

.thumb_news_title {
  max-width: 500px;
  width: 100%;
  font-size: 40px;
  font-weight: 500;
  color: var(--textblack);
  margin: 0 0 20px;
}

.thumb_news_text {
  max-width: 500px;
  width: 100%;
  color: var(--textblack);
  margin: 0 0 40px;
}

.thumb_news_big .-btn-red {
  max-width: 200px;
}

.thumb_news_big img {
  width: 50%;
  height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
}

.news_row_wrp {
  margin: 0 0 48px;
}

.news_row {
  margin: 0 -20px;
}

.news_row article {
  padding: 0 20px;
  margin: 0 0 40px;
}

.news_card {
  text-decoration: none;
  color: var(--textblack);
  height: 100%;
}

.news_card_pic {
  width: 100%;
  height: 360px;
  position: relative;
  margin: 0 0 28px;
  overflow: hidden;
}

.news_card_pic::before {
  content: 'Подробнее';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  border: 2px solid var(--bg2);
  color: var(--bg2);
  font-size: 12px;
  text-transform: uppercase;
  background-color: transparent;
  display: block;
  padding: 14px 16px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}

.news_card_pic img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}

.news_card_title {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 4px;
}

.news_card_text {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  box-orient: vertical;
  min-height: 63px;
}

@media (hover) {
  .news_card:hover {
    color: var(--textblack)
  }

  .news_card:hover img {
    -webkit-transform: scale(1.015);
    -ms-transform: scale(1.015);
    transform: scale(1.015);
    -webkit-filter: saturate(0%);
    filter: saturate(0%)
  }

  .news_card:hover .news_card_pic::before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
  }
}

.brands_slider_wrp {
  padding: 88px 0 48px;
  border-top: 1px solid rgba(0, 0, 0, .1);
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.brands_slider {
  width: calc(100% + 20px);
}

.brands_slide {
  margin: 0 20px 0 0;
  display: block;
  height: 136px;
  background-color: var(--lightwhite);
  position: relative;
}

.brands_slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 80%;
  -o-object-fit: contain;
  object-fit: contain;
}

.thumb_adv_wrp {
  padding: 56px 0 48px;
}

.adv_item_wrp {}

.adv_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 2rem;
}

.adv_item img {
  max-height: 27px;
  height: 100%;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 8px 26px 0 0;
}

.adv_item_caption {}

.adv_item_caption strong {
  display: block;
  margin: 0 0 8px;
  font-weight: 500;
}

.catalog_page_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin: 0 0 24px;
  gap: 16px;
}

.catalog_page_header.search_empty {
  margin: 0 0 16px;
}

.catalog_page_header.search_empty h1, .catalog_page_header.search_empty h2{
  font-size: 24px;
  line-height: 28px;
}

.catalog_page_header.col {
  display: block;
}

.catalog_page_header.col .thumb_news_cat {
  font-size: 14px !important;
  line-height: 16px;
}

.catalog_page_header h2,
.catalog_page_header h1 {
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
  color: var(--lightblack);
  /* margin: 0 17px 0 0; */
  max-width: 760px;
  width: max-content;
}

.catalog_page .catalog_page_header h1 {
  font-size: 24px;
}

.catalog_page_header .count {
  font-size: 14px;
  color: var(--textmidgrey);
  text-transform: lowercase;
  line-height: 1.1;
  margin: 8px 0 0;
}

.catalog_page_header.col .thumb_news_cat {
  margin: 0 0 12px;
  display: flex;
  gap: 10px;
  overflow: auto;
}

.catalog_page_header span {
  display: inline-block;
  flex-shrink: 0;
}

.catalog_page_header.col time {
  display: block;
  margin: 20px 0;
  font-weight: 400;

}

.catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.catalog aside {
  width: 300px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0 32px 0 0;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  position: sticky;
  top: calc(var(--headerheight) + 16px);
  padding: 0 0 166px;
}

.aside_menu {
  padding-right: 16px;
  margin-top: -16px;
}

.aside_menu li {
  position: relative;
  /* border-bottom: 1px solid rgba(0, 0, 0, .1); */
}

.aside_menu>li::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 24px);
  background: rgba(0, 0, 0, .1);
  height: 1px;
}

.aside_menu li.has_child::after {
  display: none;
}

.has_child:last-child {
  padding: 0 0 2px;
}

.aside_menu li a {
  position: relative;
  display: block;
  /* padding: 24px 10px; */
  padding: 24px 10px 24px 12px;
  font-size: 14px;
  line-height: 16px;
  color: var(--textblack);
  text-decoration: none;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}

.aside_menu li.active > a {
  font-weight: 500;
}

@media (hover) {
  .aside_menu > li:hover > a {
    font-weight: 500;
  }
}

.aside_menu li>a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0px;
  width: 2px;
  height: 32px;
  background-color: var(--yellow);
  -webkit-transform: translateY(-50%) scaleY(0);
  -ms-transform: translateY(-50%) scaleY(0);
  transform: translateY(-50%) scaleY(0);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}

.aside_menu li.active>a::before {
  -webkit-transform: translateY(-50%) scaleY(1);
  -ms-transform: translateY(-50%) scaleY(1);
  transform: translateY(-50%) scaleY(1);
}

.aside_menu li a::after {
  content: attr(data-count);
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 12px;
  color: var(--textmidgrey);
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  font-weight: 400 !important;
}

.aside_menu li.active > a::after {
  color: var(--textblack);
}

@media (hover) {
  .aside_menu li span:hover + a,
  .aside_menu li a:hover {
    background-color: var(--lighthrey2)
  }

  .aside_menu li span:hover + a,
  .aside_menu li a:hover::after {
    color: var(--textblack)
  }

  .aside_menu> li > a:hover {
    background-color: transparent;
  }
}

.has_child,
.aside_menu_item {
  position: relative;
}

.has_child .arrow,
.aside_menu_item .arrow {
  position: absolute;
  width: 40px;
  height: 34px;
  right: 0;
  top: 0;
  background: transparent url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgOCA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNC4wMDAzOCA1LjA3MTI1TDAuNDY0ODQ0IDEuNTM1NzJMMS4xNzE5NSAwLjgyODYxM0w0LjAwMDM4IDMuNjU3MDRMNi44Mjg4IDAuODI4NjEzTDcuNTM1OTEgMS41MzU3Mkw0LjAwMDM4IDUuMDcxMjVaIiBmaWxsPSIjQURBREFEIi8+Cjwvc3ZnPgo=") center right 9px / 9px no-repeat;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  z-index: 10;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
}

.aside_menu_item > .arrow {
  top: 0;
  height: 66px;
}

.aside_menu_item.active > .arrow {
  /* top: 25px; */
}

.aside_menu_item > a {
  background-color: var(--white) !important;
}

@media (hover) {

  .has_child:hover > .arrow,
  .aside_menu_item:hover > .arrow {
    background: transparent url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgOCA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNC4wMDAzOCA1LjA3MTI1TDAuNDY0ODQ0IDEuNTM1NzJMMS4xNzE5NSAwLjgyODYxM0w0LjAwMDM4IDMuNjU3MDRMNi44Mjg4IDAuODI4NjEzTDcuNTM1OTEgMS41MzU3Mkw0LjAwMDM4IDUuMDcxMjVaIiBmaWxsPSIjQURBREFEIi8+Cjwvc3ZnPgo=") center right 9px / 9px no-repeat;
    opacity: 1;
    visibility: visible;
  }

  .has_child.active:hover > .arrow,
.aside_menu_item.active:hover > .arrow {
  background: transparent url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgOCA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNC4wMDAzOCA1LjA3MTI1TDAuNDY0ODQ0IDEuNTM1NzJMMS4xNzE5NSAwLjgyODYxM0w0LjAwMDM4IDMuNjU3MDRMNi44Mjg4IDAuODI4NjEzTDcuNTM1OTEgMS41MzU3Mkw0LjAwMDM4IDUuMDcxMjVaIiBmaWxsPSIjNDc0NzQ3Ii8+Cjwvc3ZnPgo=") center right 9px / 9px no-repeat;
  opacity: 1;
  visibility: visible;
}
}

.has_child::before {
  top: 15px;
}

.has_child a::before {
  display: none;
}

.has_child.active > .arrow,
.aside_menu_item.active > .arrow {
  transform: scale(1, -1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  /* opacity: 1; */
  /* visibility: visible; */
}

.aside_submenu {
  max-height: 0;
  overflow-y: hidden;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  transform: translateY(-16px);
  -webkit-transform: translateY(-16px);
  -moz-transform: translateY(-16px);
  -ms-transform: translateY(-16px);
  -o-transform: translateY(-16px);
}

.aside_menu_item.active .aside_submenu {
  max-height: unset !important;
  overflow: unset !important;
}

.aside_submenu li {
  border: 0;
}

.aside_submenu li a {
  padding: 8px 60px 8px 24px;
}

.aside_submenu_tree li a {
  padding: 8px 60px 8px 44px;
}

.aside_submenu li.active a::before {
  display: none;
}

.aside_submenu_tree {
  max-height: 0;
  overflow-y: hidden;
  /* padding: 0 0 0 20px; */
  /* margin: 0 0 0 -20px; */
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}

.has_child.active .aside_submenu_tree {
  max-height: unset;
  overflow: unset !important;
}

.goods-filter {
  position: sticky;
  top: var(--headerheight);
  background-color: var(--white);
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  width: 100%;
  z-index: 100;
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  /* transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0); */
}

.filters {
  background-color: var(--white);
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  width: 100%;
  margin: 0 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0 8px;
  -webkit-user-select: unset;
  -moz-user-select: unset;
  -ms-user-select: unset;
  user-select: unset;
  pointer-events: unset;
  /* transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0); */
  opacity: 1;
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
}

.goods-filter.hide {
  top: calc(var(--headerheight) + 16px);
  opacity: 0;
  visibility: hidden;
  /* transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%); */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.goods-filter.scroll {
  padding: 16px 0 0;
}

.dropdown_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dropdown_menu-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.dropdown_menu-item>button[data-case=open] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 32px 8px 16px;
  font-size: 14px;
  line-height: 16px;
  background: var(--lightgrey);
  border: 0;
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  max-height: 32px;
}

.dropdown_menu-item>button[data-case=open]::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 16px;
  width: 9px;
  height: 7px;
  background: transparent url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgOCA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNC4wMDAzOCA1LjA3MTI1TDAuNDY0ODQ0IDEuNTM1NzJMMS4xNzE5NSAwLjgyODYxM0w0LjAwMDM4IDMuNjU3MDRMNi44Mjg4IDAuODI4NjEzTDcuNTM1OTEgMS41MzU3Mkw0LjAwMDM4IDUuMDcxMjVaIiBmaWxsPSIjNDc0NzQ3Ii8+Cjwvc3ZnPgo=") center / contain no-repeat;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.dropdown_menu-item.open>button[data-case=open]::before {
  transform: translateY(-50%) scaleY(-1);
  -webkit-transform: translateY(-50%) scaleY(-1);
  -moz-transform: translateY(-50%) scaleY(-1);
  -ms-transform: translateY(-50%) scaleY(-1);
  -o-transform: translateY(-50%) scaleY(-1);
}

.dropdown_menu-item.select>button[data-case=open] {
  padding-right: 36px;
}

.dropdown_menu-item.select>button[data-case=open]::after {
  content: attr(data-count);
  position: absolute;
  top: 50%;
  left: calc(100% - 16px);
  background-color: var(--white);
  color: var(--textblack);
  font-size: 12px;
  line-height: 1rem;
  text-align: center;
  padding: 2px 7.5px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  transform: translate(calc(-100% + 8px), -50%);
  -webkit-transform: translate(calc(-100% + 8px), -50%);
  -moz-transform: translate(calc(-100% + 8px), -50%);
  -ms-transform: translate(calc(-100% + 8px), -50%);
  -o-transform: translate(calc(-100% + 8px), -50%);
}

.dropdown_menu-item.select.price button[data-case=open]::after {
  display: none;
}

.dropdown_menu-item.select.price button[data-case=open] {
  padding-right: 12px;
}

.dropdown_menu-item.sort {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  /* margin: 0 0 8px; */
}

.dropdown_menu-item.select>button[data-case=open],
.dropdown_menu-item.sort>button[data-case=open] {
  background-color: var(--textblack) !important;
  color: var(--white) !important;
}

.dropdown_menu-item.sort>button[data-case=open]::before {
  background: transparent url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgOCA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNC4wMDAzOCA1LjA3MTI1TDAuNDY0ODQ0IDEuNTM1NzJMMS4xNzE5NSAwLjgyODYxM0w0LjAwMDM4IDMuNjU3MDRMNi44Mjg4IDAuODI4NjEzTDcuNTM1OTEgMS41MzU3Mkw0LjAwMDM4IDUuMDcxMjVaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K") center / contain no-repeat !important;
}

.dropdown_menu-item.open.select>button[data-case=open]::before {}

.dropdown_menu-item.select>button[data-case=open]::before {
  background: transparent url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgOCA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNC4wMDAzOCA1LjA3MTI1TDAuNDY0ODQ0IDEuNTM1NzJMMS4xNzE5NSAwLjgyODYxM0w0LjAwMDM4IDMuNjU3MDRMNi44Mjg4IDAuODI4NjEzTDcuNTM1OTEgMS41MzU3Mkw0LjAwMDM4IDUuMDcxMjVaIiBmaWxsPSIjNDc0NzQ3Ii8+Cjwvc3ZnPgo=") center / contain no-repeat;
}

.dropdown_menu-item>button[data-case=del] {
  width: 32px;
  height: 32px;
  background: var(--textblack) url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgOCA4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMC41Njk4MjQgMC41TDcuNTAwMiA3LjUwMDA2IiBzdHJva2U9IndoaXRlIi8+CjxwYXRoIGQ9Ik03LjQzMDE4IDAuNUwwLjQ5OTc3NCA3LjUwMDA2IiBzdHJva2U9IndoaXRlIi8+Cjwvc3ZnPgo=") center / 8px no-repeat;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 0;
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
}

.dropdown_menu-item.select>button[data-case=open]::before {
  right: 0;
  top: 6px;
  bottom: 6px;
  width: 1px;
  background-color: #919191;
  height: unset;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}

@media(hover) {
  .dropdown_menu-item>button[data-case=open]:hover {
    background-color: var(--lighthrey2);
    color: var(--textblack)
  }

  .dropdown_menu-item.select>button[data-case=open]:hover {
    background-color: var(--textblack);
    color: var(--white);
  }

  .dropdown_menu-item.select>button[data-case=open]:hover::before {
    color: #919191;
    background-color: #919191;
  }

  .dropdown_menu-item>button[data-case=open]:hover::before {
    background: transparent url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgOCA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNC4wMDAzOCA1LjA3MTI1TDAuNDY0ODQ0IDEuNTM1NzJMMS4xNzE5NSAwLjgyODYxM0w0LjAwMDM4IDMuNjU3MDRMNi44Mjg4IDAuODI4NjEzTDcuNTM1OTEgMS41MzU3Mkw0LjAwMDM4IDUuMDcxMjVaIiBmaWxsPSIjNDc0NzQ3Ii8+Cjwvc3ZnPgo=") center / contain no-repeat
  }

  .dropdown_menu-item>button[data-case=del]:hover {
    background: var(--textblack) url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgOCA4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMC41Njk4MjQgMC41TDcuNTAwMiA3LjUwMDA2IiBzdHJva2U9IiM0NzQ3NDciLz4KPHBhdGggZD0iTTcuNDMwMTggMC41TDAuNDk5Nzc0IDcuNTAwMDYiIHN0cm9rZT0iIzQ3NDc0NyIvPgo8L3N2Zz4K") center / 8px no-repeat
  }

  .dropdown_menu-item.select>button[data-case=del]:hover {
    background: var(--textblack) url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgOCA4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMC41Njk4MjQgMC41TDcuNTAwMiA3LjUwMDA2IiBzdHJva2U9IndoaXRlIi8+CjxwYXRoIGQ9Ik03LjQzMDE4IDAuNUwwLjQ5OTc3NCA3LjUwMDA2IiBzdHJva2U9IndoaXRlIi8+Cjwvc3ZnPgo=") center / 8px no-repeat;
  }

}

.dropdown_menu-wrp {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  opacity: 0;
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  z-index: 900;
  background-color: var(--white);
  -webkit-box-shadow: 0 12px 30px rgba(0, 0, 0, .08);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .08);
  min-width: 269px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 360px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.dropdown_menu-item.open .dropdown_menu-wrp {
  opacity: 1;
  -webkit-user-select: unset;
  -moz-user-select: unset;
  -ms-user-select: unset;
  user-select: unset;
  pointer-events: unset;
}

.dropdown_menu-wrp input[type=search] {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  display: block;
  padding: 16px 32px 16px 44px;
  background: transparent url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01LjY2NjgzIDAuMzMzMjUyQzIuNzI5MjEgMC4zMzMyNTIgMC4zMzM0OTYgMi43Mjg5NiAwLjMzMzQ5NiA1LjY2NjU5QzAuMzMzNDk2IDguNjA0MjEgMi43MjkyMSAxMC45OTk5IDUuNjY2ODMgMTAuOTk5OUM2LjY3ODc5IDEwLjk5OTkgNy42MjQ3IDEwLjcxMzggOC40MzEzOSAxMC4yMjAxQzguNTQ0NzMgMTAuMTUwNyA4LjY1NTMyIDEwLjA3NzMgOC43NjI5NiA5Ljk5OTkxTDEyLjMzMzUgMTMuNjY2NkwxMy42NjY4IDEyLjMzMzNMMTAuMDAwMiA4Ljc2MjY4QzEwLjYyOCA3Ljg4ODkyIDExLjAwMDIgNi44MjA3MSAxMS4wMDAyIDUuNjY2NTlDMTEuMDAwMiAyLjcyODk2IDguNjA0NDUgMC4zMzMyNTIgNS42NjY4MyAwLjMzMzI1MlpNOS42NjY4MyA1LjY2NjU5QzkuNjY2ODMgMy40NDk1NSA3Ljg4Mzg2IDEuNjY2NTkgNS42NjY4MyAxLjY2NjU5QzMuNDQ5NzkgMS42NjY1OSAxLjY2NjgzIDMuNDQ5NTUgMS42NjY4MyA1LjY2NjU5QzEuNjY2ODMgNy44ODM2MiAzLjQ0OTc5IDkuNjY2NTkgNS42NjY4MyA5LjY2NjU5QzcuODgzODYgOS42NjY1OSA5LjY2NjgzIDcuODgzNjIgOS42NjY4MyA1LjY2NjU5WiIgZmlsbD0iIzQ3NDc0NyIvPgo8L3N2Zz4K") 16px center / 13px 13px no-repeat !important;
  font-size: 14px;
  color: var(--textblack);
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  max-height: 48px;
  width: 100%;
}

.dropdown_menu-wrp input[type=search]::placeholder {
  color: var(--lighthrey3);
  opacity: 1;
  font-size: 14px ;
}

.dropdown_menu-wrp button[data-case=resetsearch] {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  width: 12px;
  height: 12px;
  right: 18px;
  top: 18px;
  background: transparent url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuMTM4MDIgMC4xOTUzMTJMMC4xOTUzMTIgMS4xMzgwMkw1LjA1NzI5IDZMMC4xOTUzMTIgMTAuODYyTDEuMTM4MDIgMTEuODA0N0w2IDYuOTQyNzFMMTAuODYyIDExLjgwNDdMMTEuODA0NyAxMC44NjJMNi45NDI3MSA2TDExLjgwNDcgMS4xMzgwMkwxMC44NjIgMC4xOTUzMTJMNiA1LjA1NzI5TDEuMTM4MDIgMC4xOTUzMTJaIiBmaWxsPSIjRUUyNzQwIi8+Cjwvc3ZnPgo=") center / contain no-repeat;
  z-index: 10;
  border: 0;
  cursor: pointer;
  opacity: 0;
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
}

.dropdown_menu-wrp button[data-case=all] {
  padding: 12px 16px 10px 16px;
  border: 0;
  font-size: 14px;
  line-height: 16px;
  text-decoration: underline;
  width: 100%;
  text-align: left;
}

.dropdown_menu-wrp ul {
  padding: 4px 0;
  max-height: 340px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  overflow: auto;
}

.dropdown_menu-wrp ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media(hover) {
  .dropdown_menu-wrp ul li:hover {
    background-color: var(--lightwhite)
  }
}

.sort .dropdown_menu-wrp ul li input {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
  visibility: hidden;
}

.dropdown_menu-wrp ul li a {
  display: block;
  color: var(--textblack);
  text-decoration: none;
  padding: 20px 16px;
  width: 100%;
  font-size: 14px;
  line-height: 16px;
}

.dropdown_menu-wrp ul li a.active {
  font-weight: 500;
}

.sort .dropdown_menu-wrp ul li label {
  padding: 16px 18px;
}

.dropdown_menu-wrp ul li input[type=checkbox] {
  width: 16px;
  height: 16px;
  border: 1px var(--textmidgrey) solid;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  margin: 0 0 0 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
}

.dropdown_menu-wrp ul li input:checked {
  background: var(--textblack) url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEwIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDNMNCA2TDkgMSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=") center / 8px 5px no-repeat;
  border-color: var(--textblack);
}

.dropdown_menu-wrp ul li input:checked+label {
  font-weight: 500;
}

@media(hover) {

  .dropdown_menu-wrp ul li input:checked:hover,
  .dropdown_menu-wrp ul li input:hover {
    opacity: .5
  }

  .dropdown_menu-wrp ul li input:checked:hover+label {
    font-weight: normal
  }
}

.dropdown_menu-wrp ul li label {
  position: relative;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 16px 15px 12px;
  width: 100%;
  cursor: pointer;
  font-size: 14px;
  line-height: 16px;
}

.dropdown_menu-wrp ul li label::before {
  content: attr(data-count);
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  font-size: 12px;
  line-height: 24px;
  color: var(--textmidgrey);
}

.dropdown_menu-wrp ul li label .opt {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  flex-shrink: 0;
}

.dropdown_menu-wrp ul li label .opt.multy {
  background: transparent url(../img/multy.svg) center / contain no-repeat;
}

.dropdown_menu-wrp ul li label .opt.white {
  border: 2px solid #ECEEF0;
}

.dropdown_menu-wrp ul li label>* {
  color: var(--textblack);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.dropdown_menu-confirm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dropdown_menu-confirm button {
  position: relative;
  border: 0;
  background-color: var(--lighthrey2);
}

.dropdown_menu-confirm button:first-child {
  padding: 14px 40px 14px 24px;
  width: 100%;
  text-align: left;
  max-height: 48px;
  color: var(--textblack);
}

.dropdown_menu-confirm button[data-case=apply]::before {
  content: '';
  position: absolute;
  right: 0;
  top: 1px;
  bottom: 1px;
  width: 1px;
  background-color: #c7c7c7;
}

.dropdown_menu-confirm button.select[data-case=apply]::after {
  content: attr(data-count);
  position: absolute;
  top: 50%;
  right: 16px;
  background-color: var(--yellow);
  color: var(--white);
  font-size: 12px;
  line-height: 1rem;
  text-align: center;
  padding: 2px 7.5px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.dropdown_menu-confirm button:last-child {
  width: 48px;
  height: 48px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: var(--lighthrey2) url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuODA1MDEgMC44NjE4MTZMMC44NjIzMDUgMS44MDQ1Mkw1LjA1NzYyIDUuOTk5ODRMMC44NjIzMDUgMTAuMTk1MkwxLjgwNTAxIDExLjEzNzlMNi4wMDAzMyA2Ljk0MjU1TDEwLjE5NTYgMTEuMTM3OUwxMS4xMzgzIDEwLjE5NTJMNi45NDMwMyA1Ljk5OTg0TDExLjEzODMgMS44MDQ1MkwxMC4xOTU2IDAuODYxODE2TDYuMDAwMzMgNS4wNTcxM0wxLjgwNTAxIDAuODYxODE2WiIgZmlsbD0iIzQ3NDc0NyIvPgo8L3N2Zz4K") center / 10.28px no-repeat;
}

.dropdown_menu-price_inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  padding: 16px 16px 24px;
}

.dropdown_menu-price_inputs input {
  border: 1px solid var(--bg2);
  outline: 2px solid transparent;
  background-color: var(--white);
  font-size: 14px;
  width: 104px;
  padding: 13.5px 1rem;
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
}

.dropdown_menu-price_inputs input::-webkit-input-placeholder {
  color: var(--lighthrey3);
  opacity: 1;
}

.dropdown_menu-price_inputs input::-moz-placeholder {
  color: var(--lighthrey3);
  opacity: 1;
}

.dropdown_menu-price_inputs input:-ms-input-placeholder {
  color: var(--lighthrey3);
  opacity: 1;
}

.dropdown_menu-price_inputs input::-ms-input-placeholder {
  color: var(--lighthrey3);
  opacity: 1;
}

.dropdown_menu-price_inputs input::placeholder {
  color: var(--lighthrey3);
  opacity: 1;
}

.dropdown_menu-price_inputs input:focus,
.dropdown_menu-price_inputs input:active,
.dropdown_menu-price_inputs input:hover {
  border-color: var(--lighthrey3);
}

.dropdown_menu-price_inputs input.error {
  border-color: var(--lighthrey3);
  outline-color: #f795a1;
}

.dropdown_menu button[data-case=resetall] {
  padding: 8px 22px 8px 16px;
  font-size: 14px;
  line-height: 16px;
  color: var(--lightblack);
  border: 0;
  background: transparent url(../img/refresh.svg) center right / 10px 10px no-repeat;
}

@media(hover) {
  .dropdown_menu button[data-case=resetall]:hover {
    color: var(--yellow);
    background: transparent url(../img/refresh2.svg) center right / 10px 10px no-repeat
  }

  .dropdown_menu-confirm:hover button {
    background-color: #f0f0f0;
  }
}

.goods {
  width: 100%;
}

.product_page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product_rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 32px;
}

.product_rating img {
  margin: 1.5px;
}

.product_rating img:last-child {
  margin: 0;
}

.product_rating span {
  display: inline-block;
  margin: 0 0 0 16px;
  font-size: 12px;
  color: var(--lighthrey3);
}

.product_gallery {}

.type_info,
.product_info {
  max-width: 360px;
  width: 100%;
  margin: 0 0 0 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.product_gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 8px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  width: 100%;
  position: sticky;
  top: calc(var(--headerheight) + 32px);
  margin: 0 0 88px;
}

.big_imgs .product_gallery {
  margin: 0;
}

.product_gallery.big {
  position: relative;
  top: unset;
}

.product_gallery_nav {
  width: 120px;
}

.product_gallery_nav_item {
  position: relative;
  margin: 0 0 8px;
  height: 120px !important;
  border-bottom: 0 solid var(--textblack);
  opacity: .5;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  will-change: opacity;
  cursor: pointer;
}

.product_gallery_nav_item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  background-color: var(--textblack);
  z-index: 10;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}

.product_gallery_nav_item.slick-current {
  opacity: 1;
}

@media(hover) {
  .product_gallery_nav_item:hover {
    opacity: 1
  }
}

.product_gallery_nav_item.slick-current::before {
  height: 3px;
}

.product_gallery_nav_item img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.product_gallery_for {
  width: 632px;
  height: 632px;
}

.big.product_gallery_for {
  max-width: 760px;
  width: 100%;
  height: auto;
  max-height: 100%;
}

.product_gallery_for_item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%
}

.big_imgs .product_gallery_for_item {
  height: calc(100vh - 124px);
}

.product_gallery_for .slick-list,
.product_gallery_for .slick-list .slick-track {
  height: 100%;
}

.product_gallery_for_item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  cursor: zoom-in;
}

.fancybox__image {
  cursor: zoom-in;
}

.product_title {
  margin: 0 0 8px;
}

.product_title,
.product_title a {
  text-decoration: none;
  font-size: 24px;
  line-height: 1.15;
  color: var(--lightblack);
  font-weight: 500;
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
}

@media(hover) {
  .product_title a:hover {
    color: var(--yellow)
  }
}

.product_cat img{
  display:none;
}

.product_cat a,
.product_cat {
  font-size: 20px;
  line-height: 1.15;
  color: var(--lightblack);
  margin: 0 0 32px;
  text-decoration: none;
}

.gift_card .product_cat {
  color: var(--textmidgrey);
  font-weight: 400;
  font-size: 14px;
}

.product_info .price {
  font-size: 24px;
  line-height: 1.15;
  font-weight: 500;
  /* color: var(--corpred); */
  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: 0 0 32px;
}

.product_info .price.sale {
  color: var(--corpred);
}

/* .product_info .price .black {
  color: var(--textblack);
} */

.gift_card .price {
  color: var(--lightblack);
  font-weight: 500;
  margin: 0 0 42px;
}

.product_info .price .sale {
  display: inline-block;
  margin: 0 0 0 24px;
  font-size: 14px;
  line-height: 1.15;
  color: var(--lighthrey3);
  text-decoration: line-through;
  font-weight: 400;
}

.product_info .price .salepr {
  display: inline-block;
  background-color: var(--corpred);
  color: var(--white);
  padding: 2px 4px;
  font-size: 12px;
  line-height: 1.15;
  font-weight: 500;
  text-align: center;
  margin: 0 0 0 8px;
}

.product_info .price .only_online {
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 1.15;
  font-weight: 400;
  opacity: .6;
}

.goods_colors {
  margin: 0 0 28px;
}

.goods_color_name {
  margin: 0 0 16px;
  font-size: 14px;
  color: var(--lighthrey3);
}

.goods_color_name span {
  color: var(--lightblack);
}

.goods_color_tab li {
  scroll-snap-align: start;
}

.goods_color_tab li a {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  overflow: hidden;
  /* background-color: var(--lightgrey); */
}

.goods_color_tab li a::before {
  content: attr(data-color-name);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--white);
  padding: 2px 4px;
  font-size: 10px;
  line-height: 16px;
  box-shadow: 0px 6px 24px rgba(0, 0, 0, .1);
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  z-index: 100;
  text-align: center;
  color: var(--textblack);
}

@media(hover) {
  .goods_color_tab li a:hover::before {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}
}

.goods_color_tab li.active a {
  border-bottom: 3px solid var(--textblack);
}

.goods_color_tab li a.red {
  background: var(--corpred);
}

.goods_color_tab li a.yellow {
  background: var(--yellow);
}

.goods_color_tab li a.black {
  background: var(--black);
}

.goods_color_tab li a.white {
  background: var(--bg2);
}

.goods_color_tab li a.blue {
  background: var(--blue);
}

.goods_color_tab li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.goods_color_tab.slider .slick-prev {
  left: 0 !important;
}

.goods_color_tab.slider .slick-next {
  right: 0 !important;
}

.goods_color_tab .slick-slide {
  margin: 0 8px 0 0;
  width: 80px !important;
  height: 80px;
}

.goods_color_tab .slick-disabled {
  opacity: 0;
  visibility: hidden;
}

.custom_select_wrp {
  margin: 0 0 12px;
}

.choices[data-type*="select-one"]::after {
  border: none;
  width: 12px;
  height: 6px;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: transparent url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDE0IDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMyAxTDcgN0wxIDAuOTk5OTk5IiBzdHJva2U9IiM0NzQ3NDciLz4KPC9zdmc+Cg==") center / contain no-repeat;
  margin: 0;
}

.choices[data-type*=select-one].is-open::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.choices__inner,
.custom_select_wrp .choices__inner {
  border-radius: 0;
  border: 1px solid var(--bg2);
  font-size: 16px;
  color: var(--textblack);
  padding: 19px 32px 19px 16px;
  background-color: var(--white);
}

.popup_cart-td .choices__inner,
.custom_select_wrp.sm .choices__inner {
  padding: 7.5px 32px 7.5px 16px !important;
  display: flex;
  align-items: center;
}

.custom_select_wrp .choices__list--single {
  padding: 0;
}

.custom_select_wrp .choices__list .choices__item.choices__item--choice.choices__item--selectable {
  padding: 20px 16px;
  white-space: nowrap;
  background-color: var(--white);
}

.choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item {
  font-size: 16px;
}

.choices__item.is-selected {
  font-weight: 500;
}

.custom_select_wrp .choices__list .choices__item.choices__item--choice.choices__item--selectable:hover {
  background-color: var(--lightwhite);
}

.choices__list--dropdown {
  padding: 8px 0;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}

.custom_select_wrp.transp_select .choices__list {
  left: -16px;
  /* overflow: auto; */
}

.custom_select_wrp.transp_select .choices__list > div {
  /* margin: 0 0 0 32px; */
  left: 0;
}

.help_size_wrp>div {
  display: none;
}

.help_size {
  display: inline-block;
  font-size: 14px;
  padding: 3px 24px 3px 3px;
  color: var(--lightblack);
  text-decoration: none;
  background: transparent url(../img/helpsize.svg) center right / 13px no-repeat;
  margin: 0 0 36px;
  transform: translateY(-4px);
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
}

@media (hover) {
  .help_size:hover {
    color: var(--yellow);
    background: transparent url(../img/helpsize2.svg) center right / 13px no-repeat
  }
}

.product_info .btns_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 8px;
  margin: 0 0 8px;
}

.product_info .btns_row>.-btn-yellow {
  max-height: 48px;
  max-width: 304px;
}

.product_info .btns_row>.favorites_btn {}

.gift_card .btns_row {
  margin: 40px 0 0;
}

.reserv_btn {
  margin: 24px auto;
  padding: 0 0 0 24px;
  display: block;
  background: transparent url('../img/pin.svg') center left / 16px no-repeat;
  color: var(--lightblack);
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-decoration: none;
}

.reserv_btn span {
  display: block;
  font-size: 12px;
  color: var(--textmidgrey);
}

@media (hover) {
  .reserv_btn:hover {
    color: var(--yellow);
    background: transparent url('../img/pin2.svg') center left / 16px no-repeat
  }
}

.goods_info_card {
  border-top: 1px solid rgba(0, 0, 0, .1);
}

.goods_info_card:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.goods_info_card_title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 24px 0;
}

.goods_info_card_title.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.goods_info_card_title .product_rating {
  margin: 0 0 0 16px;
}

.goods_info_card_title::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 12px;
  height: 6px;
  background: transparent url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDE0IDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDdMNyAxTDEzIDciIHN0cm9rZT0iIzNEM0QzRCIvPgo8L3N2Zz4K") center / contain no-repeat;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
}

.open .goods_info_card_title::before {
  transform: translateY(-50%) rotate(0);
  -webkit-transform: translateY(-50%) rotate(0);
  -moz-transform: translateY(-50%) rotate(0);
  -ms-transform: translateY(-50%) rotate(0);
  -o-transform: translateY(-50%) rotate(0);
}

.stars_total {
  margin: 0 !important;
  margin: 8px 0 4px;
}

.stars_total li {
  padding: 0 !important;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  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;
  margin: 0 0 12px !important;
  font-size: 14px;
  color: var(--textmidgrey);
}

.stars_total li span {
  display: block;
  width: 100%;
}

.stars_total li span:first-child {
  max-width: 62px;
}

.stars_total li span:last-child {
  max-width: 16px;
  text-align: right;
}

.stars_total progress {
  max-width: 256px;
  width: 100%;
  margin: 0 12px;
  background-color: #fcf3cc;
  border: 0;
  height: 4px;
  border-radius: 0;
}

.stars_total progress::-webkit-progress-bar {
  background-color: #fcf3cc;
}

.stars_total progress::-webkit-progress-value {
  background-color: var(--yellow);
}

.stars_total progress::-moz-progress-bar {
  background-color: var(--yellow);
}

.acc_review .-btn-grey {
  margin: 32px 0 8px;
}

.acc_review .all_reviews_btn {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  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;
  font-size: 16px;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  color: var(--lightblack);
  background-color: transparent;
  cursor: pointer;
  width: 100%;
  padding: 13px 16px 24px;
  border: none;
}

.acc_review .all_reviews_btn span {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 0 0 9px;
  background: transparent url(../img/stars/chat_star.svg) center / 13px 13px no-repeat;
}

@media(hover) {
  .acc_review .all_reviews_btn:hover {
    color: var(--yellow)
  }

  .acc_review .all_reviews_btn:hover span {
    background: transparent url(../img/stars/chat_star2.svg) center / 13px 13px no-repeat
  }
}

.set_rate_small {
  font-size: 14px;
  color: var(--textmidgrey);
  margin: 0 0 8px;
}

.set_rate {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 0 32px;
  gap: 4px;
}

.set_rate>input {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
  visibility: hidden;
}

.set_rate>label {
  display: block;
  cursor: pointer;
}

.set_rate>label svg {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  will-change: fill;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}

.set_rate>input:checked~label svg path,
.set_rate:not(:checked)>label:hover svg path,
.set_rate:not(:checked)>label:hover~label svg path {
  fill: var(--yellow);
}

.set_rate>input:checked+label:hover svg path,
.set_rate>input:checked~label:hover svg path,
.set_rate>label:hover~input:checked~label svg path,
.set_rate>input:checked~label:hover~label svg path {
  fill: var(--yellow);
}

.dragNdrop {
  margin: 0 0 40px;
}

.dragNdrop label {
  position: relative;
  height: 88px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 24px;
  cursor: pointer;
}

.dragNdrop label input {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
  visibility: hidden;
}

.dragNdrop label img {
  width: 88px;
  height: 88px;
}

.dragNdrop label p {
  font-size: 14px;
  font-weight: 400;
}

.dragNdrop label p span {
  display: block;
}

.dragNdrop label p span:last-child {
  color: var(--textmidgrey);
  margin: 8px 0 0;
}

.add_review_form .-btn {
  max-width: 360px;
  margin: 0 0 16px;
}

.add_review_form .confirm_text {
  max-width: 360px;
}

.goods_info_card_caption .wrapper {
  padding: 0 0 36px;
  font-size: 14px;
}

.goods_info_name a,
.goods_info_name {
  font-weight: 500;
  line-height: 1.15;
  margin: 0 0 8px;
  text-decoration: none;
  color: var(--textblack);
}

.goods_info_card_caption p {
  margin: 0 0 12px;
}

.goods_info_card_caption ul {
  margin: 12px 0 24px 18px;
  list-style-type: disc;
}

.goods_info_card_caption ul li::marker {
  content: '·';
}

.goods_info_card_caption ul li {
  margin: 0;
  padding: 0 0 0 6px;
}

.goods_delivery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 32px;
}

.goods_delivery:last-child {
  margin: 0 0 20px;
}

.goods_delivery img {
  margin: 0 16px 0 0;
  width: 24px;
}

.goods_delivery_inner strong {
  display: block;
  margin: 0 0 4px;
}

.goods_delivery_inner a {
  display: inline-block;
  color: var(--textblack);
}

ul.params_list {
  margin: 0 0 12px 0;
  list-style-type: none;
}

ul.params_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  font-size: 14px;
  line-height: 1.15;
  color: var(--textmidgrey);
  margin: 0 0 12px;
  padding: 0;
}

.prod_desc ul.params_list li {
  gap: 12px;
}

ul.params_list li:last-child {
  margin: 0;
}

ul.params_list li span {
  display: inline-block;
  width: max-content;
  white-space: pre;
}

ul.params_list li span a,
ul.params_list li span:last-child {
  color: var(--textblack);
  text-decoration: none;
  white-space: normal;
}

ul.params_list li::marker {
  content: '';
}

.int_links {
  padding: 40px 0 0;
  margin: 0 0 88px;
  border-top: 1px solid rgba(0, 0, 0, .1);
}

.int_links_title {
  font-weight: 500;
  margin: 0 0 16px;
}

.int_links nav {
  margin: -4px;
}

.int_links nav a {
  display: inline-block;
  padding: 4px;
  color: var(--textblack);
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
}

@media (hover) {
  .int_links nav a:hover {
    color: var(--yellow);
  }
}

.popup_form {}

.popup_form legend,
.popup_title {
  font-size: 24px;
  font-weight: 500;
  color: var(--lightblack);
  margin: 0 0 24px;
  pointer-events: none;
}

.popup_title.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
}

.popup_title.flex span {
  display: block;
  margin: 0 0 3px 12px;
  font-size: 14px;
  color: var(--textmidgrey);
  font-weight: 400;
}

.quick_choise {
  padding: 0 16px;
}

.quick_choise label {
  display: block;
  width: 100%;
  padding: 20px 0;
  cursor: pointer;
}

.quick_choise input {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.table_wrp {
  display: block;
  width: 100%;
  overflow: auto;
}

.popup.wide {
  max-width: 1280px;
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
}

.popup.md {
  max-width: 760px;
  width: 100%;
}

.popup.xl {
  max-width: 992px;
  width: 100%;
}

.popup.lg {
  max-width: 1360px;
  width: 100%;
}

#size_table .popup_form legend, #size_table .popup_title {
  margin: 0 0 12px;
}

#size_table table {
  width: 100%;
  margin: 0 0 88px;
  table-layout: fixed;
}

#size_table thead {
  background-color: var(--lightwhite);
}

#size_table th {
  font-size: 14px;
  padding: 25px 8px;
  text-align: center;
  max-width: 154px;
  width: 100%;
}

#size_table td {
  padding: 22.5px 8px;
  text-align: center;
  font-size: 14px;
  color: var(--lightblack);
  vertical-align: middle;
  max-width: 154px;
  width: 100%;
}

#size_table tr {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

#size_table tr.rec {
  background-color: var(--lightwhite);
}

#size_table tr.rec td {
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: 500;
}

#size_table tr td:first-child {}

#size_table tr td:last-child {}

.popup_top_text {
  font-size: 18px;
  color: var(--lightblack);
}

.popup_top_text a {
  color: var(--lightblack);
}

#fast_buy .popup_top_text {
  margin: 0 0 32px;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.form_field {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  max-width: 360px;
  width: 100%;
  margin: 0 0 16px
}

.form_field.wide {
  max-width: 100% !important;
}

.form_field.xs {
  max-width: 108px;
}

.form_field.sm {
  max-width: 147px;
}

.form_field input,
.form_field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  outline: 0;
  background-color: var(--white) !important;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 0;
  padding: 18.5px 16px;
  font-size: 16px;
  width: 100%;
  color: var(--lightblack);
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  outline: 2px solid transparent;
  min-height: 63px;
}

.form_field.sm input {
  min-height: unset;
}

.form_field textarea {
  height: 96px;
  resize: none
}

.form_field input::-webkit-input-placeholder {
  color: var(--lighthrey3);
  font-size: 1rem;
  opacity: 1;
}

.form_field input::-moz-placeholder {
  color: var(--lighthrey3);
  font-size: 1rem;
  opacity: 1;
}

.form_field input:-ms-input-placeholder {
  color: var(--lighthrey3);
  font-size: 1rem;
  opacity: 1;
}

.form_field input::-ms-input-placeholder {
  color: var(--lighthrey3);
  font-size: 1rem;
  opacity: 1;
}

.form_field input::placeholder {
  color: var(--lighthrey3);
  font-size: 1rem;
  opacity: 1;
}

.form_field input[type=search] {
  padding-left: 44px;
  background: transparent url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01LjY2NjgzIDAuMzMzMjUyQzIuNzI5MjEgMC4zMzMyNTIgMC4zMzM0OTYgMi43Mjg5NiAwLjMzMzQ5NiA1LjY2NjU5QzAuMzMzNDk2IDguNjA0MjEgMi43MjkyMSAxMC45OTk5IDUuNjY2ODMgMTAuOTk5OUM2LjY3ODc5IDEwLjk5OTkgNy42MjQ3IDEwLjcxMzggOC40MzEzOSAxMC4yMjAxQzguNTQ0NzMgMTAuMTUwNyA4LjY1NTMyIDEwLjA3NzMgOC43NjI5NiA5Ljk5OTkxTDEyLjMzMzUgMTMuNjY2NkwxMy42NjY4IDEyLjMzMzNMMTAuMDAwMiA4Ljc2MjY4QzEwLjYyOCA3Ljg4ODkyIDExLjAwMDIgNi44MjA3MSAxMS4wMDAyIDUuNjY2NTlDMTEuMDAwMiAyLjcyODk2IDguNjA0NDUgMC4zMzMyNTIgNS42NjY4MyAwLjMzMzI1MlpNOS42NjY4MyA1LjY2NjU5QzkuNjY2ODMgMy40NDk1NSA3Ljg4Mzg2IDEuNjY2NTkgNS42NjY4MyAxLjY2NjU5QzMuNDQ5NzkgMS42NjY1OSAxLjY2NjgzIDMuNDQ5NTUgMS42NjY4MyA1LjY2NjU5QzEuNjY2ODMgNy44ODM2MiAzLjQ0OTc5IDkuNjY2NTkgNS42NjY4MyA5LjY2NjU5QzcuODgzODYgOS42NjY1OSA5LjY2NjgzIDcuODgzNjIgOS42NjY4MyA1LjY2NjU5WiIgZmlsbD0iIzQ3NDc0NyIvPgo8L3N2Zz4K") 16px center / 13px 13px no-repeat !important;
  font-size: 1rem;
  color: var(--textblack);
}

#town_search {
  padding-top: 12.5px;
  padding-bottom: 12.5px;
}

@media(hover) {
  .form_field input[type=submit]:hover {
    border: none;
    color: var(--yellow) !important;
    background-color: var(--white) !important
  }
}

.form_field input[type=submit]:focus {
  border: none;
  color: var(--yellow) !important;
  background-color: var(--white) !important
}

.form_field label {
  position: absolute;
  display: inline;
  background-color: transparent;
  color: var(--lighthrey3);
  top: 50%;
  font-size: 1rem;
  line-height: 1rem;
  left: 17px;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  cursor: text;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  font-size: 16px;
}

.form_field.txt label {
  top: 16px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
}

@media(hover) {

  .form_field input:hover,
  .form_field textarea:hover {
    border: 1px solid var(--lighthrey3)
  }
}

.form_field input:focus,
.form_field textarea:focus {
  border: 1px solid var(--lighthrey3)
}

.form_field input:not(:-moz-placeholder-shown),
.form_field textarea:not(:-moz-placeholder-shown) {
  background-color: var(--white);
  padding: 25px 16px 13px;
}

.form_field input:not(:-ms-input-placeholder),
.form_field textarea:not(:-ms-input-placeholder) {
  background-color: var(--white);
  padding: 25px 16px 13px;
}

.form_field input:not(:-moz-placeholder-shown),
.form_field textarea:not(:-moz-placeholder-shown) {
  background-color: var(--white);
  padding: 25px 16px 13px;
}

.form_field input:not(:-ms-input-placeholder),
.form_field textarea:not(:-ms-input-placeholder) {
  background-color: var(--white);
  padding: 25px 16px 13px;
}

.form_field input:not(:-moz-placeholder-shown),
.form_field textarea:not(:-moz-placeholder-shown) {
  background-color: var(--white);
  padding: 25px 16px 13px;
}

.form_field input:not(:-ms-input-placeholder),
.form_field textarea:not(:-ms-input-placeholder) {
  background-color: var(--white);
  padding: 25px 16px 13px;
}

.form_field input:not(:-moz-placeholder-shown),
.form_field textarea:not(:-moz-placeholder-shown) {
  background-color: var(--white);
  padding: 25px 16px 13px;
}

.form_field input:not(:-ms-input-placeholder),
.form_field textarea:not(:-ms-input-placeholder) {
  background-color: var(--white);
  padding: 25px 16px 13px;
}

.form_field input:not(:-moz-placeholder-shown),
.form_field textarea:not(:-moz-placeholder-shown) {
  background-color: var(--white);
  padding: 25px 16px 13px;
}

.form_field input:not(:-ms-input-placeholder),
.form_field textarea:not(:-ms-input-placeholder) {
  background-color: var(--white);
  padding: 25px 16px 13px;
}

.form_field input:not(:-moz-placeholder-shown),
.form_field textarea:not(:-moz-placeholder-shown) {
  background-color: var(--white);
  padding: 25px 16px 13px;
}

.form_field input:not(:-ms-input-placeholder),
.form_field textarea:not(:-ms-input-placeholder) {
  background-color: var(--white);
  padding: 25px 16px 13px;
}

.form_field input:not(:-moz-placeholder-shown),
.form_field textarea:not(:-moz-placeholder-shown) {
  background-color: var(--white);
  padding: 25px 16px 13px;
}

.form_field input:not(:-ms-input-placeholder),
.form_field textarea:not(:-ms-input-placeholder) {
  background-color: var(--white);
  padding: 25px 16px 13px;
}

.form_field input:not(:-moz-placeholder-shown),
.form_field textarea:not(:-moz-placeholder-shown) {
  background-color: var(--white);
  padding: 25px 16px 13px;
}

.form_field input:not(:-ms-input-placeholder),
.form_field textarea:not(:-ms-input-placeholder) {
  background-color: var(--white);
  padding: 25px 16px 13px;
}

.form_field input:not(:-moz-placeholder-shown),
.form_field textarea:not(:-moz-placeholder-shown) {
  background-color: var(--white);
  padding: 25px 16px 13px;
}

.form_field input:not(:-ms-input-placeholder),
.form_field textarea:not(:-ms-input-placeholder) {
  background-color: var(--white);
  padding: 25px 16px 13px;
}

.form_field input:not(:-moz-placeholder-shown),
.form_field textarea:not(:-moz-placeholder-shown) {
  background-color: var(--white);
  padding: 25px 16px 13px;
}

.form_field input:not(:-ms-input-placeholder),
.form_field textarea:not(:-ms-input-placeholder) {
  background-color: var(--white);
  padding: 25px 16px 13px;
}

.form_field input:not(:-moz-placeholder-shown),
.form_field textarea:not(:-moz-placeholder-shown) {
  background-color: var(--white);
  padding: 25px 16px 13px;
}

.form_field input:not(:-ms-input-placeholder),
.form_field textarea:not(:-ms-input-placeholder) {
  background-color: var(--white);
  padding: 25px 16px 13px;
}

.form_field input:not(:-moz-placeholder-shown),
.form_field textarea:not(:-moz-placeholder-shown) {
  background-color: var(--white);
  padding: 25px 16px 13px;
}

.form_field input:not(:-ms-input-placeholder),
.form_field textarea:not(:-ms-input-placeholder) {
  background-color: var(--white);
  padding: 25px 16px 13px;
}

.form_field input:not(:-moz-placeholder-shown),
.form_field textarea:not(:-moz-placeholder-shown) {
  background-color: var(--white);
  padding: 25px 16px 13px;
}

.form_field input:not(:-ms-input-placeholder),
.form_field textarea:not(:-ms-input-placeholder) {
  background-color: var(--white);
  padding: 25px 16px 13px;
}

.form_field input:not(:-moz-placeholder-shown),
.form_field textarea:not(:-moz-placeholder-shown) {
  background-color: var(--white);
  padding: 25px 16px 13px;
}

.form_field input:not(:-ms-input-placeholder),
.form_field textarea:not(:-ms-input-placeholder) {
  background-color: var(--white);
  padding: 25px 16px 13px;
}

.form_field input:not(:-moz-placeholder-shown),
.form_field textarea:not(:-moz-placeholder-shown) {
  background-color: var(--white);
  padding: 25px 16px 13px;
}

.form_field input:not(:-ms-input-placeholder),
.form_field textarea:not(:-ms-input-placeholder) {
  background-color: var(--white);
  padding: 25px 16px 13px;
}

.form_field input:not(:-moz-placeholder-shown),
.form_field textarea:not(:-moz-placeholder-shown) {
  background-color: var(--white);
  padding: 25px 16px 13px;
}

.form_field input:not(:-ms-input-placeholder),
.form_field textarea:not(:-ms-input-placeholder) {
  background-color: var(--white);
  padding: 25px 16px 13px;
}

.form_field input:not(:-moz-placeholder-shown),
.form_field textarea:not(:-moz-placeholder-shown) {
  background-color: var(--white);
  padding: 25px 16px 13px;
}

.form_field input:not(:-ms-input-placeholder),
.form_field textarea:not(:-ms-input-placeholder) {
  background-color: var(--white);
  padding: 25px 16px 13px;
}

.form_field input:not(:-moz-placeholder-shown),
.form_field textarea:not(:-moz-placeholder-shown) {
  background-color: var(--white);
  padding: 25px 16px 13px;
}

.form_field input:not(:-ms-input-placeholder),
.form_field textarea:not(:-ms-input-placeholder) {
  background-color: var(--white);
  padding: 25px 16px 13px;
}

.form_field input:focus,
.form_field input:not(:placeholder-shown),
.form_field textarea:focus,
.form_field textarea:not(:placeholder-shown) {
  background-color: var(--white);
  padding: 25px 16px 13px;
}

.form_field input:not(:-moz-placeholder-shown)~label,
.form_field textarea:not(:-moz-placeholder-shown)~label {
  color: var(--textmidgrey);
  top: 10px;
  font-size: 14px;
  color: var(--textmidgrey);
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}

.form_field input:not(:-ms-input-placeholder)~label,
.form_field textarea:not(:-ms-input-placeholder)~label {
  color: var(--textmidgrey);
  top: 10px;
  font-size: 14px;
  color: var(--textmidgrey);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
}

.form_field input:not(:-moz-placeholder-shown)~label,
.form_field textarea:not(:-moz-placeholder-shown)~label {
  color: var(--textmidgrey);
  top: 10px;
  font-size: 14px;
  color: var(--textmidgrey);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.form_field input:not(:-ms-input-placeholder)~label,
.form_field textarea:not(:-ms-input-placeholder)~label {
  color: var(--textmidgrey);
  top: 10px;
  font-size: 14px;
  color: var(--textmidgrey);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
}

.form_field input:not(:-moz-placeholder-shown)~label,
.form_field textarea:not(:-moz-placeholder-shown)~label {
  color: var(--textmidgrey);
  top: 10px;
  font-size: 14px;
  color: var(--textmidgrey);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
}

.form_field input:not(:-ms-input-placeholder)~label,
.form_field textarea:not(:-ms-input-placeholder)~label {
  color: var(--textmidgrey);
  top: 10px;
  font-size: 14px;
  color: var(--textmidgrey);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
}

.form_field input:not(:-moz-placeholder-shown)~label,
.form_field textarea:not(:-moz-placeholder-shown)~label {
  color: var(--textmidgrey);
  top: 10px;
  font-size: 14px;
  color: var(--textmidgrey);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
}

.form_field input:not(:-ms-input-placeholder)~label,
.form_field textarea:not(:-ms-input-placeholder)~label {
  color: var(--textmidgrey);
  top: 10px;
  font-size: 14px;
  color: var(--textmidgrey);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
}

.form_field input:not(:-moz-placeholder-shown)~label,
.form_field textarea:not(:-moz-placeholder-shown)~label {
  color: var(--textmidgrey);
  top: 10px;
  font-size: 14px;
  color: var(--textmidgrey);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
}

.form_field input:not(:-ms-input-placeholder)~label,
.form_field textarea:not(:-ms-input-placeholder)~label {
  color: var(--textmidgrey);
  top: 10px;
  font-size: 14px;
  color: var(--textmidgrey);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
}

.form_field input:not(:-moz-placeholder-shown)~label,
.form_field textarea:not(:-moz-placeholder-shown)~label {
  color: var(--textmidgrey);
  top: 10px;
  font-size: 14px;
  color: var(--textmidgrey);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
}

.form_field input:not(:-ms-input-placeholder)~label,
.form_field textarea:not(:-ms-input-placeholder)~label {
  color: var(--textmidgrey);
  top: 10px;
  font-size: 14px;
  color: var(--textmidgrey);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
}

.form_field input:not(:-moz-placeholder-shown)~label,
.form_field textarea:not(:-moz-placeholder-shown)~label {
  color: var(--textmidgrey);
  top: 10px;
  font-size: 14px;
  color: var(--textmidgrey);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
}

.form_field input:not(:-ms-input-placeholder)~label,
.form_field textarea:not(:-ms-input-placeholder)~label {
  color: var(--textmidgrey);
  top: 10px;
  font-size: 14px;
  color: var(--textmidgrey);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
}

.form_field input:not(:-moz-placeholder-shown)~label,
.form_field textarea:not(:-moz-placeholder-shown)~label {
  color: var(--textmidgrey);
  top: 10px;
  font-size: 14px;
  color: var(--textmidgrey);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
}

.form_field input:not(:-ms-input-placeholder)~label,
.form_field textarea:not(:-ms-input-placeholder)~label {
  color: var(--textmidgrey);
  top: 10px;
  font-size: 14px;
  color: var(--textmidgrey);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
}

.form_field input:not(:-moz-placeholder-shown)~label,
.form_field textarea:not(:-moz-placeholder-shown)~label {
  color: var(--textmidgrey);
  top: 10px;
  font-size: 14px;
  color: var(--textmidgrey);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
}

.form_field input:not(:-ms-input-placeholder)~label,
.form_field textarea:not(:-ms-input-placeholder)~label {
  color: var(--textmidgrey);
  top: 10px;
  font-size: 14px;
  color: var(--textmidgrey);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
}

.form_field input:not(:-moz-placeholder-shown)~label,
.form_field textarea:not(:-moz-placeholder-shown)~label {
  color: var(--textmidgrey);
  top: 10px;
  font-size: 14px;
  color: var(--textmidgrey);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
}

.form_field input:not(:-ms-input-placeholder)~label,
.form_field textarea:not(:-ms-input-placeholder)~label {
  color: var(--textmidgrey);
  top: 10px;
  font-size: 14px;
  color: var(--textmidgrey);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
}

.form_field input:not(:-moz-placeholder-shown)~label,
.form_field textarea:not(:-moz-placeholder-shown)~label {
  color: var(--textmidgrey);
  top: 10px;
  font-size: 14px;
  color: var(--textmidgrey);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
}

.form_field input:not(:-ms-input-placeholder)~label,
.form_field textarea:not(:-ms-input-placeholder)~label {
  color: var(--textmidgrey);
  top: 10px;
  font-size: 14px;
  color: var(--textmidgrey);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
}

.form_field input:not(:-moz-placeholder-shown)~label,
.form_field textarea:not(:-moz-placeholder-shown)~label {
  color: var(--textmidgrey);
  top: 10px;
  font-size: 14px;
  color: var(--textmidgrey);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
}

.form_field input:not(:-ms-input-placeholder)~label,
.form_field textarea:not(:-ms-input-placeholder)~label {
  color: var(--textmidgrey);
  top: 10px;
  font-size: 14px;
  color: var(--textmidgrey);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
}

.form_field input:not(:-moz-placeholder-shown)~label,
.form_field textarea:not(:-moz-placeholder-shown)~label {
  color: var(--textmidgrey);
  top: 10px;
  font-size: 14px;
  color: var(--textmidgrey);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
}

.form_field input:not(:-ms-input-placeholder)~label,
.form_field textarea:not(:-ms-input-placeholder)~label {
  color: var(--textmidgrey);
  top: 10px;
  font-size: 14px;
  color: var(--textmidgrey);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
}

.form_field input:not(:-moz-placeholder-shown)~label,
.form_field textarea:not(:-moz-placeholder-shown)~label {
  color: var(--textmidgrey);
  top: 10px;
  font-size: 14px;
  color: var(--textmidgrey);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
}

.form_field input:not(:-ms-input-placeholder)~label,
.form_field textarea:not(:-ms-input-placeholder)~label {
  color: var(--textmidgrey);
  top: 10px;
  font-size: 14px;
  color: var(--textmidgrey);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
}

.form_field input:not(:-moz-placeholder-shown)~label,
.form_field textarea:not(:-moz-placeholder-shown)~label {
  color: var(--textmidgrey);
  top: 10px;
  font-size: 14px;
  color: var(--textmidgrey);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
}

.form_field input:not(:-ms-input-placeholder)~label,
.form_field textarea:not(:-ms-input-placeholder)~label {
  color: var(--textmidgrey);
  top: 10px;
  font-size: 14px;
  color: var(--textmidgrey);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
}

.form_field input:not(:-moz-placeholder-shown)~label,
.form_field textarea:not(:-moz-placeholder-shown)~label {
  color: var(--textmidgrey);
  top: 10px;
  font-size: 14px;
  color: var(--textmidgrey);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
}

.form_field input:not(:-ms-input-placeholder)~label,
.form_field textarea:not(:-ms-input-placeholder)~label {
  color: var(--textmidgrey);
  top: 10px;
  font-size: 14px;
  color: var(--textmidgrey);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
}

.form_field input:not(:-moz-placeholder-shown)~label,
.form_field textarea:not(:-moz-placeholder-shown)~label {
  color: var(--textmidgrey);
  top: 10px;
  font-size: 14px;
  color: var(--textmidgrey);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
}

.form_field input:not(:-ms-input-placeholder)~label,
.form_field textarea:not(:-ms-input-placeholder)~label {
  color: var(--textmidgrey);
  top: 10px;
  font-size: 14px;
  color: var(--textmidgrey);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
}

.form_field input:not(:-moz-placeholder-shown)~label,
.form_field textarea:not(:-moz-placeholder-shown)~label {
  color: var(--textmidgrey);
  top: 10px;
  font-size: 14px;
  color: var(--textmidgrey);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
}

.form_field input:not(:-ms-input-placeholder)~label,
.form_field textarea:not(:-ms-input-placeholder)~label {
  color: var(--textmidgrey);
  top: 10px;
  font-size: 14px;
  color: var(--textmidgrey);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
}

.form_field input:focus~label,
.form_field input:not(:placeholder-shown)~label,
.form_field textarea:focus~label,
.form_field textarea:not(:placeholder-shown)~label {
  color: var(--textmidgrey);
  top: 10px;
  font-size: 14px;
  color: var(--textmidgrey);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
}

.form_field input[type=search]:not(:-moz-placeholder-shown) {
  padding: 18px 16px 18px 44px;
}

.form_field input[type=search]:not(:-ms-input-placeholder) {
  padding: 18px 16px 18px 44px;
}

.form_field input[type=search]:focus,
.form_field input[type=search]:active,
.form_field input[type=search]:not(:placeholder-shown) {
  padding: 18px 16px 18px 44px;
}

.popup_form button[type=submit] {
  margin: 16px 0;
}

.confirm_text {
  font-size: 14px;
  color: var(--textmidgrey);
  margin: 0 0 8px;
}

.confirm_text a {
  color: var(--textmidgrey);
}

.form_error {
  color: var(--corpred);
  font-size: 12px;
  text-decoration: underline;
  display: none;
}

.has-error .form_error {
  display: block;
}

.has-error.form_field input,
.has-error.form_field textarea,
.form_field.error input,
.form_field.error textarea {
  border: 2px solid var(--corpred);
  outline: 2px solid #fcdce0;
}

.goods_sizes.form_field.error {
  border: 1px solid rgba(238, 39, 64, .4);
  outline: 2px solid #fcdce0;
}

.goods_sizes.form_field.error button {
  border-color: transparent;
}

.form_field::before {
  content: attr(data-error);
  position: absolute;
  top: 9px;
  right: 16px;
  padding: 0 20px 0 0;
  background: transparent url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNCAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjgzOTQgMTAuMjk5NUw3Ljk2Mjg5IDAuNTQ0MjcxQzcuNzU5MzYgMC4yMDMxMjUgNy4zOTkyNSAwIDcgMEM2LjYwMDc1IDAgNi4yNDA2NCAwLjIwMzEyNSA2LjAzNzExIDAuNTQ0MjcxTDAuMTYwNTgzIDEwLjI5OTVDLTAuMDQ4MTc0NiAxMC42NDU4IC0wLjA1MzM5MzkgMTEuMDc4MSAwLjE0NDkyNiAxMS40Mjk3QzAuMzQzMjQ1IDExLjc4MTIgMC43MTkwMDkgMTIgMS4xMjM0OCAxMkgxMi44NzY1QzEzLjI4MSAxMiAxMy42NTY4IDExLjc4MTIgMTMuODU1MSAxMS40Mjk3QzE0LjA1MzQgMTEuMDc4MSAxNC4wNDgyIDEwLjY0NTggMTMuODM5NCAxMC4yOTk1Wk04IDEwSDZWOUg4VjEwWk04IDhINlY0SDhWOFoiIGZpbGw9IiNFRTI3NDAiLz4KPC9zdmc+Cg==") center right / 14px no-repeat;
  color: var(--corpred);
  font-size: 12px;
  opacity: 0;
  visibility: hidden;
  will-change: opacity, visibility;
  -webkit-transform: var(--transition);
  -ms-transform: var(--transition);
  transform: var(--transition);
}

.form_field.error::before {
  opacity: 1;
  visibility: visible;
}

.success_popup .popup_title {
  margin: 0 0 16px;
}

.success_popup .popup_top_text {
  margin: 0 0 32px;
}

.chek_field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0 0 20px;
}

.chek_field input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 1px solid var(--textmidgrey);
  margin: 0 10px 0 0;
  background: var(--white) url('../img/checkbox.svg') center / 8px no-repeat;
  cursor: pointer;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}

.chek_field input:checked {
  background: var(--textblack) url('../img/checkbox.svg') center / 8px no-repeat;
  border: 1px solid var(--textblack);
}

@media (hover) {
  .chek_field input:hover {
    background: var(--textmidgrey) url('../img/checkbox.svg') center / 8px no-repeat
  }
}

.chek_field input:checked~label {
  font-weight: 500;
}

.chek_field label {
  color: var(--textblack);
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  cursor: pointer;
}

.bokking_goods_wapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bokking_goods_wapper form {
  max-width: 360px;
  width: 100%;
  margin: 0 40px 0 0;
}

.bokking_goods_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 16px;
}

.bokking_goods_img img {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 24px 0 0;
}

.bokking_goods_img_inner {
  padding: 18px 0 0;
}

.bokking_goods_name {
  font-weight: 500;
  font-size: 18px;
  margin: 0 0 8px;
}

.bokking_goods_desc {
  color: var(--lightblack);
  margin: 0 0 4px;
}

.bokking_goods_code {
  font-size: 14px;
  color: var(--textmidgrey);
}

#bokking_goods_map {
  position: relative;
  max-width: 760px;
  width: 100%;
  height: 842px;
}

.map_stores_list {}

.map_menu {}

.map_menu>li>a {
  display: none;
}

.map_submenu {
  height: 535px;
  overflow: auto;
  scrollbar-color: #e6e6e6 #f5f5f5;
  margin: 0 -16px 24px 0;
  padding: 0 8px 0 0;
}

ul.map_submenu::-webkit-scrollbar-thumb {
  background-color: #e6e6e6 !important;
  border-radius: 6px !important;
}

ul.map_submenu::-webkit-scrollbar {
  width: 8px !important;
}

.map_submenu li {
  margin: 0 0 8px;
}

.map_submenu li label {
  display: block;
  padding: 20px 20px;
  background-color: rgba(0, 0, 0, .02);
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  cursor: pointer;
}

.map_submenu li input {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
}

.map_submenu li label span {
  display: block;
}

.map_submenu li label span:nth-child(1) {
  font-weight: 500;
  margin: 0 0 8px;
  color: var(--textblack);
}

.map_submenu li label span:nth-child(2) {
  font-size: 14px;
  color: var(--lightblack);
  margin: 0 0 16px;
}

.map_submenu li label span:nth-child(3) {
  font-size: 14px;
  color: var(--textmidgrey);
}

@media (hover) {
  .map_submenu li label:hover {
    background-color: var(--corpred)
  }

  .map_submenu li label:hover span {
    color: var(--white)
  }
}

.map_submenu li input:checked~label {
  background-color: var(--corpred);
}

.map_submenu li input:checked~label span {
  color: var(--white);
}

.booking_goods_info {
  color: var(--textmidgrey);
  font-size: 14px;
  margin: 16px 0 0;
}

.store_baloon_name {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 8px;
}

.store_baloon_address {
  font-size: 14px;
  margin: 0 0 24px;
}

:root {
  --metro-sokolnicheskaya: #E51E0B;
  --metro-zamoskvoretskaya: #4BB14F;
  --metro-arbatskoPokrovskaya: #0273BA;
  --metro-filyovskaya: #19BCEF;
  --metro-koltsevaya: #904C2B;
  --metro-kaluzhskoRizhskaya: #EF7F20;
  --metro-taganskoKrasnopresnenskaya: #943A90;
  --metro-kalininskaya: #FECC17;
  --metro-solntsevskaya: #FFCE18;
  --metro-serpukhovskoTimiryazevskaya: #ADADAC;
  --metro-lyublinskoDmitrovskaya: #BFD22A;
  --metro-bolshayaKoltsevaya: #7BC9CB;
  --metro-butovskaya: #ABBEE2;
  --metro-nekrasovskaya: #EF88B6;
  --metro-monorail: #0072B9;
  --metro-MCC: #fff;
  --metro-d1: #F6A700;
  --metro-d2: #E83C81;
}

.m-sokolnicheskaya {
  background-color: var(--metro-sokolnicheskaya)
}

.m-zamoskvoretskaya {
  background-color: var(--metro-zamoskvoretskaya)
}

.m-arbatskoPokrovskaya {
  background-color: var(--metro-arbatskoPokrovskaya)
}

.m-filyovskaya {
  background-color: var(--metro-filyovskaya)
}

.m-koltsevaya {
  background-color: var(--metro-koltsevaya)
}

.m-kaluzhskoRizhskaya {
  background-color: var(--metro-kaluzhskoRizhskaya)
}

.m-taganskoKrasnopresnenskaya {
  background-color: var(--metro-taganskoKrasnopresnenskaya)
}

.m-kalininskaya {
  background-color: var(--metro-kalininskaya)
}

.m-solntsevskaya {
  background-color: var(--metro-solntsevskaya)
}

.m-serpukhovskoTimiryazevskaya {
  background-color: var(--metro-serpukhovskoTimiryazevskaya)
}

.m-lyublinskoDmitrovskaya {
  background-color: var(--metro-lyublinskoDmitrovskaya)
}

.m-bolshayaKoltsevaya {
  background-color: var(--metro-bolshayaKoltsevaya)
}

.m-butovskaya {
  background-color: var(--metro-butovskaya)
}

.m-nekrasovskaya {
  background-color: var(--metro-nekrasovskaya)
}

.m-monorail {
  background-color: var(--metro-monorail)
}

.m-MCC {
  background-color: var(--metro-MCC)
}

.m-d1 {
  background-color: var(--metro-d1)
}

.m-d2 {
  background-color: var(--metro-d2)
}

.store_baloon_metro {
  font-size: 14px;
  margin: 0 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.store_baloon_metro span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  margin: 0 8px 0 0;
}

.store_baloon_phone {
  display: block;
  font-size: 14px;
  text-decoration: none;
  color: var(--textblack);
  margin: 0 0 8px;
}

.store_baloon_open {
  font-size: 14px;
  margin: 0 0 24px;
}

.store_baloon img {
  max-width: 360px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.page_title {
  font-size: 40px;
  color: var(--lightblack);
  line-height: 1.1;
}

.page_title.sm {
  font-size: 24px;
  line-height: 28px;
  /* margin: 0 0 4px; */
  margin: 0;
}

.thumb_brands {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 20px 0;
}

.brand_card {
  padding: 32px 16px 64px;
  text-align: center;
  width: calc(33% + 1px);
  margin: -.5px;
  border: 1px solid var(--bg2);
  overflow: hidden;
  cursor: pointer;
}

.brand_country {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--textblack);
}

.brand_logo {
  margin: 40px 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.brand_logo img {
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  /* max-width: 220px; */
  width: 100%;
  /* max-height: 120px; */
  object-fit: contain;
}

@media (hover) {
  .brand_card:hover img {
    -webkit-transform: scale(110%);
    -ms-transform: scale(110%);
    transform: scale(110%)
  }
}

.brand_name {
  font-size: 20px;
  font-weight: 500;
  color: var(--textblack);
  margin: 0 0 10px;
}

.brand_caption {
  font-size: 14px;
  line-height: 20px;
  color: var(--textmidgrey);
}

.select_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: -5px 0 0;
}

.select_row .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
}

.custom_select_wrp.transp_select {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.custom_select_wrp.transp_select .choices__inner {
  padding: 6px 16px 6px 0;
  border: 0;
  font-size: 16px;
  color: var(--lightblack);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom_select_wrp.transp_select .choices[data-type*="select-one"]::after {
  right: 0;
  top: 53%;
}

.choices.show-label {
  position: relative;
}

.choices.show-label .choices__inner {
  padding: 30px 32px 10px 16px;
}

.choices.show-label::before {
  content: attr(data-label);
  position: absolute;
  top: 12px;
  left: 16px;
  color: var(--textmidgrey);
  font-size: 14px;
}

.thumb_news {
  margin: 34px 0 0;
}

.thumb_news article {
  padding: 36px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid rgba(0, 0, 0, .1);
}

.thumb_news article time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  margin: 0 24px 0 0;
}

.thumb_news article time>span:first-child {
  display: inline-block;
  padding: 0 12px 0 0;
  font-size: 40px;
}

.thumb_news article time .inner {
  position: relative;
  padding: 0 0 0 12px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.thumb_news article time .inner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1px;
  background-color: rgba(0, 0, 0, .1);
}

.thumb_news article time .inner span:first-child {
  display: block;
  margin: 0 0 4px;
}

.thumb_news article time .inner span:last-child {
  display: block;
  color: var(--textmidgrey);
  opacity: .7;
}

.news_pic {
  display: block;
  position: relative;
  width: 360px;
  height: 240px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
  margin: 0 40px 0 0;
}

.news_pic img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  will-change: transform;
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
}

@media (hover) {
  .thumb_news article:hover .news_pic img {
    -webkit-transform: scale(110%);
    -ms-transform: scale(110%);
    transform: scale(110%);
    -moz-transform: scale(110%);
    -o-transform: scale(110%)
  }
}

.news_desc {
  display: block;
  color: var(--textblack3);
  text-decoration: none;
}

.news_desc h3 {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 8px;
  will-change: color;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}

.news_desc p {
  font-size: 16px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
}

@media (hover) {
  .news_desc:hover {
    color: var(--textblack3)
  }

  .thumb_news article:hover .news_desc h3 {
    color: var(--yellow)
  }
}

.thumb_jobs {
  margin: 34px 0 0;
}

.thumb_jobs article {}

.thumb_jobs article a {
  display: block;
  padding: 40px 0;
  border-top: 1px solid rgba(0, 0, 0, .1);
  text-decoration: none;
  color: var(--textblack3);
}

.thumb_jobs article a h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  margin: 0 0 12px;
  will-change: color;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}

.thumb_jobs article a p {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 24px;
}

.thumb_jobs article a .job_town {
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: var(--textmidgrey);
}

@media (hover) {
  .thumb_jobs article a:hover h3 {
    color: var(--yellow)
  }
}

.page_subtitle {
  margin: -8px 0 0;
  font-size: 20px;
  max-width: 760px;
  width: 100%;
}

.page_subtitle a {
  color: var(--textblack);
}

.loyalty_info {
  margin: 48px 0 0;
  font-size: 18px;
}

.loyalty_info h2 {
  font-size: 20px;
  margin: 0 0 16px;
}

.loyalty_info ul {
  margin: 0 0 32px 6px;
  font-size: 16px;
}

.loyalty_info ul li {
  margin: 0 0 9px;
  padding: 0 0 0 12px;
}

.loyalty_info ul li:last-child {
  margin: 0;
}

.loyalty_info ul li::marker {
  content: '•';
}

.loyalty_info .btn-anim {
  max-width: 260px;
}

.loyalty_tabs {
  padding: 48px 0 0;
  margin: 48px 0 0;
  border-top: 1px solid rgba(0, 0, 0, .1);
}

.loyalty_tabs h3 {
  font-size: 24px;
  font-weight: 500;
}

.loyalty_tabs nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  margin: -6px 0 0;
}

ul.loyalty_tabs_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 18px auto;
  padding: 0;
}

ul.loyalty_tabs_list li {
  margin: 0 32px 0 0;
  padding: 0;
}

ul.loyalty_tabs_list li:last-child {
  margin: 0;
}

ul.loyalty_tabs_list li::marker {
  content: '';
}

.loyalty_tabs_list li a {
  display: block;
  padding: 0 0 14px;
  color: var(--textmidgrey);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  border-bottom: 2px solid transparent;
  will-change: border, color;
  text-decoration: none;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}

.loyalty_tabs_list li.active a {
  color: var(--textblack);
  border-color: var(--yellow);
}

@media(hover) {
  .loyalty_tabs_list li:hover a {
    color: var(--textblack);
    border-color: var(--yellow)
  }
}

.loyalty_card_info {
  padding: 36px 0 0 60px;
}

.loyalty_card_info h4 {
  font-size: 24px;
  margin: 0 0 4px;
}

.loyalty_card_info_subtitle {
  font-size: 14px;
  line-height: 20px;
  color: var(--textmidgrey);
  margin: 0 0 24px;
}

.loyalty_card_info p {
  font-size: 16px;
}

.loyalty_card_inner img {
  max-width: 360px;
  width: 100%;
  height: auto;
}

.advantages_cards.loyalty {
  margin: 64px 0 0;
}

.about_page {
  margin-bottom: 40px;
}

.advantages_cards h4 {
  font-size: 40px;
  margin: 0 0 48px;
  font-weight: 500;
  color: var(--lightblack);
}

.loyalty_info .advantages_cards h4 {
  font-size: 24px;
  margin: 0 0 32px;
}

.advantages_wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 48px;
}

.loyalty .advantages_wrp {
  margin: 0 0 40px;
}

.advantages_wrp img {
  width: 48px;
  height: 48px;
  margin: 0 40px 0 0;
}

.loyalty .advantages_wrp img {
  width: 44px;
  height: 44px;
  margin: 0 16px 0 0;
}

.advantages_wrp .inner {}

.advantages_wrp h6 {
  font-weight: 500;
  margin: 0 0 4px;
  font-size: 24px;
}

.loyalty .advantages_wrp h6 {
  font-size: 16px;
  margin: 0 0 8px;
}

.advantages_wrp h4 {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 8px;
}

.advantages_wrp p {
  margin: 0;
  font-size: 16px;
}

.loyalti_how {
  margin: 24px 0 0;
  padding: 64px 0 88px;
  border-top: 1px solid rgba(0, 0, 0, .1);
}

.loyalti_how h2 {
  font-size: 40px;
  font-weight: 500;
  margin: 0 0 40px;
}

.loyalti_how_num {
  width: 24px;
  height: 24px;
  background-color: var(--yellow);
  color: var(--white);
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 26px 0 0;
  line-height: 24px;
}

.tabs_body {
  position: relative;
}

.tabs_contain {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  will-change: position, opacity, visibility;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}

.tabs_contain.active {
  position: relative;
  opacity: 1;
  visibility: visible;
}

/* .cover {
  display: inline-block;
  height: 200px;
  width: 320px;
  margin: 15px;
  border-radius: 8px;
}

.atvImg {
  border-radius: 8px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-tap-highlight-color: rgba(#000, 0);
}

.atvImg img {
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 8px rgba(14, 21, 47, .25);
  box-shadow: 0 2px 8px rgba(14, 21, 47, .25);
} */

/* .atvImg-container {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.atvImg-container.over .atvImg-shadow {
  -webkit-box-shadow: 0 45px 100px rgba(14, 21, 47, .4), 0 16px 40px rgba(14, 21, 47, .4);
  box-shadow: 0 45px 100px rgba(14, 21, 47, .4), 0 16px 40px rgba(14, 21, 47, .4);
}

.atvImg-layers {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
} */

/* .atvImg-rendered-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-size: cover;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  overflow: hidden;
  border-radius: 8px;
}

.atvImg-shadow {
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  -webkit-box-shadow: 0 8px 30px rgba(14, 21, 47, .6);
  box-shadow: 0 8px 30px rgba(14, 21, 47, .6);
}

.atvImg-shine {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  background: -o-linear-gradient(315deg, rgba(255, 255, 255, .25) 0%, rgba(255, 255, 255, 0) 60%);
  background: linear-gradient(135deg, rgba(255, 255, 255, .25) 0%, rgba(255, 255, 255, 0) 60%);
} */

.about_page_image {
  width: 100%;
  height: auto;
  margin: 48px 0 88px;
}

.about_page_description {
  padding: 0 0 64px;
  margin: 0 0 64px;
  font-size: 20px;
  margin: 0;
  max-width: 760px;
  width: 100%;
}

.about_page .hr {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, .1);
}

.about_page_description h2 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  margin: 0 0 24px;
}

.about_page_description p {
  margin: 0 0 16px;
  font-size: 20px;
  line-height: 28px;
}

.about_page_description p:last-child, .about_page_description p:last-of-type {
  margin: 0;
}

.about_page_description small {
  font-size: 16px;
  line-height: 24px;
}

.wide_bg_pic {
  /* padding: 24px 0 88px; */
  padding: 24px 0 0;
  /* background: rgb(255, 255, 255);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 45%, rgba(36, 36, 36, 1) 45%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, rgba(255, 255, 255, 1)), color-stop(45%, rgba(36, 36, 36, 1)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 45%, rgba(36, 36, 36, 1) 45%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#242424", GradientType=1); */
}

.wide_bg_pic img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.wide_bg_pic p {
  margin: 16px 0 0;
  color: var(--textmidgrey);
}

.article_page {
  padding: 48px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.description {
  width: 100%;
}

.description p {
  font-size: 1rem;
  line-height: 24px;
}

.description p:last-of-type {
  margin: 0;
}

.description a {
  color: var(--textblack);
}

.description.privacy {
  margin-bottom: 88px;
}

.description h2,
.description h3,
.description h4,
.description h5,
.description h6 {
  font-weight: 500;
  margin: 0 0 16px;
  line-height: 1.2;
}

.description h2 {
  font-size: 24px;
}

.description h3 {
  font-size: 22px;
}

.description h4 {
  font-size: 20px;
}

.description h5 {
  font-size: 18px;
}

.description h6 {
  font-size: 16px;
}

.description blockquote {
  margin: 48px 0;
  padding: 0 0 0 30px;
  border-left: 2px solid var(--yellow);
  font-size: 20px;
  color: var(--textblack3);
}

.description ul,
.description ol {
  margin: 0 0 12px 12px;
}

.description ul li {
  list-style-type: disc;
}

.description ol li {
  list-style-type: decimal;
}

.description img {
  max-width: 100%;
  height: auto;
  margin: 48px 0;
}

.description .desscription_slider_wrp img {
  margin: 0 !important;
}

.description p + img {
  margin-top: 36px;
}

.description p img {
  margin: 12px 0;
}

.article_page .description {
  max-width: 660px;
}

.desscription_slider_wrp {
  margin: 48px 0;
}

.desscription_slider_wrp p {
  font-size: 16px;
  line-height: 16px;
  padding: 20px 0 0;
  color: var(--textmidgrey);
  font-weight: 400;
}

.desscription_slider .slick-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.article_page aside {
  max-width: 260px;
  width: 100%;
}

.article_page aside h3 {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 24px;
}

.article_page aside article {
  padding: 18px 0 20px;
  border-top: 1px solid rgba(0, 0, 0, .1);
}

.article_page aside article:last-of-type {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.article_page aside article a {
  color: inherit;
  text-decoration: none;
  display: block;
  margin: 0 0 12px;
  background-size: 0;
}

.article_page aside article a h4 {
  color: var(--textblack);
  font-weight: 500;
  will-change: color;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}

@media(hover) {
  .article_page aside article a:hover h4 {
    color: var(--yellow)
  }
}

.article_page aside article time {
  display: block;
  font-size: 14px;
  color: var(--textmidgrey);
}

.article_page aside ul.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 32px 0 0;
}

.article_page aside ul.socials li {
  margin: 0 24px 0 0;
}

.article_page aside ul.socials li:last-child {
  margin: 0;
}

.article_page aside ul.socials a {
  display: block;
}

.article_page aside ul.socials img {
  max-width: 24px;
}

.products_row  {
  width: calc(100% + 38px);
}

.products_row .slick-arrow,
.slider .slick-arrow {
  z-index: 50;
  display: block;
  width: 48px;
  height: 48px;
  opacity: .7;
  will-change: opacity;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}

.slider.sm .slick-arrow {
  width: 32px;
  height: 32px;
}

.products_row .slick-arrow {
  top: 154px;
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
}

.products_row .slick-arrow::before,
.products_row .slick-arrow::after,
.slider .slick-arrow::before,
.slider .slick-arrow::after {
  content: '';
  display: none;
}

@media (hover) {

  .products_row .slick-arrow:hover,
  .slider .slick-arrow:hover {
    opacity: 1
  }
}

.products_row .slick-prev,
.slider .slick-prev {
  background: var(--lighthrey2) url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxMCAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkgMTVMMiA4TDkgMSIgc3Ryb2tlPSIjM0QzRDNEIiBzdHJva2Utd2lkdGg9IjEuNSIvPgo8L3N2Zz4K") center / 14px no-repeat;
  left: 20px;
}

.slider.sm .slick-prev {
  background: rgba(0, 0, 0, .04) url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDYgMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik01IDlMMSA1TDUgMSIgc3Ryb2tlPSIjNDc0NzQ3Ii8+Cjwvc3ZnPgo=") center / 8px no-repeat;
}

.products_row .slick-prev {
  left: 0;
}

.brands_slider .slick-prev {
  left: 0;
}

.products_row .slick-next,
.slider .slick-next {
  background: var(--lighthrey2) url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxMCAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgMUw4IDhMMSAxNSIgc3Ryb2tlPSIjM0QzRDNEIiBzdHJva2Utd2lkdGg9IjEuNSIvPgo8L3N2Zz4K") center / 14px no-repeat;
  right: 20px;
}

.slider.sm .slick-next {
  background: rgba(0, 0, 0, .04) url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDYgMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDFMNSA1TDEgOSIgc3Ryb2tlPSIjM0QzRDNEIi8+Cjwvc3ZnPgo=") center / 8px no-repeat;
}

.products_row .slick-next {
  right: 38px;
}

.desscription_slider .slick-arrow {}

.desscription_slider .slick-prev {
  left: 0;
}

.desscription_slider .slick-next {
  right: 0;
}

.stores_tabs {
  margin: -48px 0 0;
}

.stores_tabs nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  margin: 0 0 40px;
}

.stores_tabs_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 7px;
  margin: -2px 0 0;
}

.stores_tabs_list li button {
  border: none;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  min-width: 70px;
  padding: 0 3px 14px;
  border-bottom: 2px solid transparent;
  will-change: border-color;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}

.stores_tabs_list li button {
  color: #8F8F8F;
}

.stores_tabs_list li.active button {
  border-color: var(--yellow);
  color: #474747;
}

@media(hover) {
  .stores_tabs_list li button:hover {
    border-color: var(--yellow)
  }
}

.stores_tabs_filter {
  position: relative !important;
  top: unset !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
}

.stores_tabs_filter .custom_select_wrp {
  width: 100%;
}

#stores_map {
  position: relative;
  margin: 28px 0 -12px;
  min-height: 560px;
}

.stores_map-card {
  position: absolute;
  top: 84px;
  left: 100px;
  max-width: 360px;
  width: 100%;
  background-color: var(--white);
  z-index: 100;
}

.stores_map-card h6 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  margin: 0 0 8px;
}

.stores_map-card .inner {
  padding: 24px;
}

.stores_map-card .inner ul {
  margin: 24px 0 0;
}

.stores_map-card .inner ul li {
  font-size: 14px;
  line-height: 16px;
  margin: 0 0 4px;
}

.stores_map-card .inner ul li:last-child {
  margin: 0;
}

.stores_map-card .inner ul li:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.stores_map-card .inner ul li:first-child span:first-child {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

.stores_map-card .inner ul li a {
  text-decoration: none;
  color: var(--textblack);
}

.stores_map-card .slider {
  margin: 0 !important;
}

.stores_list form {
  margin: 40px 0 0;
}

.stores_list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
  /* padding: 24px 0; */
  padding: 48px 0 32px;
  border-top: 1px solid rgba(0, 0, 0, .1);
}

.stores_list_item:first-child {
  margin: 28px 0 0;
}

.stores_list_item img {
  width: 360px;
  height: 208px;
  -o-object-fit: cover;
  object-fit: cover;
  flex-shrink: 0;
}

.store_info {
  width: 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;
}

.store_info address {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex; */
  /* -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; */
  gap: 0 24px;
  font-size: 14px;
  display: grid;
  grid-template-columns: minmax(auto, 780px) minmax(auto, 260px) 120px;
}

.store_info address .inner:first-child {
  max-width: 380px;
  width: 100%;
  margin: 0 0 64px;
}

.store_info address .inner:first-child strong {
  display: block;
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 1;
}

.store_info address .inner:first-child span {
  font-size: 16px;
  line-height: 1;
}

.store_info .mobile-address-item {
  display: none;
}

.back_popup {
  display: none;
}

@media screen and (max-width: 767px) {
  .store_info .mobile-address-item {
    display: block;
  }
  .store_info .mobile-address-item + .mobile-address-item {
    margin-top: 8px;
  }
  .store_info address .inner:first-child span + div {
    margin-top: 20px;
  }
  .back_popup {
    display: block;
    border: none;
    outline: none;
    position: absolute;
    left: 16px;
    top: 23px;
  }
  .products_row.products_row_carousel .product_card {
    margin: 0 8px 0 0;
  }
}

.store_info address .metro {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 8px 0 0;
  border-radius: 100%;
}

.store_info address a {
  color: var(--textblack);
  text-decoration: none;
  will-change: color, text-decoration;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}

@media (hover) {
  .store_info address a:hover {
    color: var(--yellow);
    text-decoration: underline
  }
}

.store_info table {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.store_info table th {
  font-weight: 500;
  padding: 0 0 8px;
  font-size: 16px;
  line-height: 24px;
}

.store_info table td {
  min-width: 84px;
}

.mobile_store_info {
  display: none;
}

.auth_wrp {
  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 - var(--headerheight));
}

.auth {
  max-width: 360px;
  width: 100%;
  margin: auto;
}

.auth_wrp h1 {
  font-size: 24px;
  line-height: 26px;
  font-weight: 500;
  margin: 0 0 16px;
}

.auth_wrp_subtitle {
  font-size: 14px;
  line-height: 16px;
  margin: 0 0 32px;
}

.auth button {
  margin: 40px 0 12px;
}

.resend {
  margin: 16px 0 0 !important;
  border: none;
  color: var(--textblack);
}

.resend:not(:disabled) {
  text-decoration: underline;
}

.profile_wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 100px;
  padding: 0 0 88px;
  margin: -24px 0 0;
}

.profile_menu {
  font-size: 14px;
}

.profile_menu_wrp {
  width: 194px;
  margin: 0 0 0 4px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: sticky; 
  top: calc(var(--headerheight) + 1rem);
  height: max-content;
}

.profile_menu a {
  display: block;
  padding: 8px 8px 8px 22px;
  color: var(--textblack);
  text-decoration: none;
  will-change: background-color, font-weight;
}

.profile_menu a.active {
  font-weight: 500;
}

.menu_list_title.active {
  position: relative;
  font-weight: 500;
}

.menu_list_title.active::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -4px;
  width: 2px;
  height: 32px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: var(--yellow);
}

/* @media (hover) {
  .profile_menu a:hover {
    background-color: var(--lightwhite)
  }
} */

.profile_menu a .notification {
  display: inline-block;
  width: 22px;
  height: 20px;
  border-radius: 30px;
  background-color: var(--yellow);
  color: var(--white);
  line-height: 20px;
  font-size: 12px;
  text-align: center;
  animation: flashing 1s ease-in-out infinite alternate-reverse forwards;
  -webkit-animation: flashing 1s ease-in-out infinite alternate-reverse forwards;
}

.menu_list {
  padding: 6.5px 0;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.menu_list li:last-child {
  margin: 0 0 10px;
}

.menu_list.sm a {
  font-size: 14px;
}

.menu_list.sm.yellow a {
  display: block;
  position: relative;
}

.menu_list.sm.yellow a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -2px;
  width: 2px;
  height: 32px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: var(--yellow);
}

.menu_list_title {
  position: relative;
  padding: 16px 8px 16px 10px !important;
}

.profile_content {
  max-width: 100%;
  width: 100%;
}

.profile_content_title {
  font-size: 24px;
  font-weight: 500;
  margin: 16px 0 24px;
}

.help_page-wrp .profile_content_title {
  margin-bottom: 32px;
}

.user_help_text {
  background-color: var(--lightwhite);
  padding: 24px 28px;
  margin: 24px 0;
  font-size: 14px;
}

.user_help_text strong {
  display: block;
  margin: 0 0 8px;
  font-size: 16px;
}

.form_fields {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.profile_form .form_fields .form_field {
  max-width: 400px;
  margin: 0 0 24px;
}

.profile_form .form_fields .form_field.txt {
  margin: 0;
}

.profile_form .form_fields .custom_select_wrp {
  margin: 0;
}

.profile_form.border_top {
  border-top: 1px solid rgba(0, 0, 0, .1);
}

.inputs_group_wrp {
  padding: 12px 0;
}

.inputs_group_name {
  font-size: 14px;
  color: var(--textmidgrey);
  margin: 0 0 14px;
}

.inputs_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.inputs_group.sm {
  gap: 1rem;
}

.inputs_group.xs {
  gap: .5rem;
}

.inputs_group.align-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.inputs_group.col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px 0;
}

.form_feild_radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start; */
  align-items: center;
  margin: 0 34px 0 0;
}

.form_feild_radio span {
  line-height: 1.1;
}

.form_feild_radio input:checked ~ span,
.form_feild_radio input:checked ~ p,
#ORDER_FORM .form_feild_radio input:checked ~ p span {
  font-weight: 500 !important;
}

.form_feild_radio:last-child {
  margin: 0;
}

.form_feild_radio input {
  width: 20px;
  height: 20px;
  outline: 10px transparent;
  border-radius: 100%;
  /* margin: 3px 10px 0 0; */
  margin: 2px 10px 0 0;
  border: 1px solid var(--textmidgrey);
  background: transparent;
  will-change: background, border;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}

.form_feild_radio input:checked,
.form_feild_radio input:focus {
  background: transparent url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01IDEwQzIuMjM4NTggMTAgMCA3Ljc2MTQyIDAgNUMwIDIuMjM4NTggMi4yMzg1OCAwIDUgMEM3Ljc2MTQyIDAgMTAgMi4yMzg1OCAxMCA1QzEwIDcuNzYxNDIgNy43NjE0MiAxMCA1IDEwWiIgZmlsbD0iIzQ3NDc0NyIvPgo8L3N2Zz4K") center / 10px no-repeat;
  border: 1px solid var(--textblack);
}

.form_feild_radio input:checked+p {
  font-weight: 500;
}

.form_feild_radio input:checked+p span {
  color: var(--textblack);
}

.form_feild_radio p {
  margin: 0 !important;
}

.form_feild_radio p > span:first-child {
  font-size: 16px !important;
}

.form_feild_radio p span:last-child {
  font-size: 14px;
  line-height: 24px;
  /* font-weight: normal !important; */
  /* color: var(--textmidgrey); */
}

@media (hover) {
  .form_feild_radio input:hover {
    border: 1px solid var(--textblack)
  }
}

#popup-sort .form_feild_radio {
  display: flex;
  align-items: center;
}

#popup-sort .form_feild_radio input {
  width: 16px;
  height: 16px;
}

#popup-sort .form_feild_radio input:checked,
#popup-sort .form_feild_radio input:focus { 
  background: transparent url(" data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01IDEwQzIuMjM4NTggMTAgMCA3Ljc2MTQyIDAgNUMwIDIuMjM4NTggMi4yMzg1OCAwIDUgMEM3Ljc2MTQyIDAgMTAgMi4yMzg1OCAxMCA1QzEwIDcuNzYxNDIgNy43NjE0MiAxMCA1IDEwWiIgZmlsbD0iIzQ3NDc0NyIvPgo8L3N2Zz4K") center / 8px no-repeat;
  border: 1px solid var(--textblack);
}

.form_feild_radio .imgs {
  margin: 4px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
}

.d-flex.input_promt_title {
  position: relative;
  padding: 32px 0 20px;
}

.d-flex.input_promt_title::before {
  content: attr(data-promt);
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: var(--textmidgrey);
  font-weight: 400;
}

.inputs_group_title {
  font-size: 20px;
  margin: 0 0 24px;
}

.form_feild_check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
}

.form_feild_check [type=checkbox] {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 1px solid var(--textmidgrey);
  background: transparent;
  will-change: background, border;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.form_feild_check [type=checkbox]:checked {
  background: var(--textblack) url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEwIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDNMNCA2TDkgMSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=") center / 8px no-repeat;
  border: 1px solid var(--textblack);
}

@media (hover) {
  .form_feild_check [type=checkbox]:hover {
    background: var(--textblack) url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEwIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDNMNCA2TDkgMSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=") center / 8px no-repeat;
    opacity: .25
  }
}

.form_feild_check .inner {
  line-height: 1;
}

.same_title {
  display: inline-block;
}

.form_feild_check [type=checkbox]:not(:checked) + p * {
  font-weight: 400;
}

.form_feild_check [type=checkbox]:checked + p *,
.form_feild_check [type=checkbox]:checked + p .same_title {
  font-weight: 500;
  /* font-size: 1rem; */
  /* line-height: 24px; */
}

.form_feild_check [type=checkbox]:checked + p .same_title ~ span {
  color: var(--textblack);
}

.form_feild_check strong small {
  font-size: 14px;
  line-height: 1rem;
}

.label_title-sm {
  font-size: 16px;
  line-height: 24px;
}

.same_title ~ span {
  font-size: 14px;
  color: var(--textmidgrey);
  line-height: 16px;
}

.profile_form [type=submit] {
  margin: 0 0 0;
  max-width: 260px;
}

.news_cols_wrp {}

.news_cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
}

.news_col_card {
  display: block;
  text-decoration: none;
  height: 100%;
}

.left_col .news_col_card {
  height: auto;
}

.news_col_card .thumb_news_cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.news_col_card h3 {
  font-weight: 500;
  font-size: 18px;
  color: var(--textblack);
  margin: 0 0 4px;
  will-change: color;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}

.news_col_card p {
  color: var(--textblack);
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
  will-change: color;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}

.news_cols .left_col article {
  margin: 0 0 52px;
}

.news_cols .right_col article {
  height: 100%;
}

.news_cols .right_col .news_card_pic {
  height: calc(100% - 190px)
}

@media (hover) {
  .news_col_card:hover .news_card_pic img {
    transform: scale(110%);
    -webkit-transform: scale(110%);
    -moz-transform: scale(110%);
    -ms-transform: scale(110%);
    -o-transform: scale(110%)
  }

  .news_col_card:hover h3 {
    color: var(--yellow)
  }
}

.gift_card_info {
  padding: 88px 0 76px;
  border-top: 1px solid rgba(0, 0, 0, .1);
}

.gift_card .product_gallery {
  margin-bottom: 80px;
}

.gift_card_info h2 {
  font-size: 42px;
  font-weight: 500;
  margin: 0 0 40px;
}

.gift_card_info .row>div {
  margin: 0 0 12px;
}

.gift_card_info_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
}

.gift_card_info_item .num {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  text-align: center;
  line-height: 24px;
  color: var(--white);
  font-size: 18px;
  font-weight: 700;
  background-color: var(--yellow);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: 1.2;
}

.gift_card_info_item .inner {}

.gift_card_info_item h4 {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 8px;
}

.gift_card_info_item p {}

.product_review {
  margin: 0 0 40px;
}

.product_review p {
  font-size: 14px;
  color: var(--textblack2);
}

.product_review_strs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 4px;
  margin: 0 24px 0 0;
}

.product_review_strs img {
  width: 16px;
}

.product_review_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 0 12px;
  margin: 0 0 16px;
}

.product_review_head b,
.product_review_head strong {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.product_review_head time {
  font-size: 14px;
  line-height: 16px;
  color: var(--textmidgrey);
}

.product_review_imgs {
  margin: 16px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 8px;
}

.product_review_imgs a {
  display: block;
  position: relative;
  width: 88px;
  height: 88px;
  overflow: hidden;
}

.product_review_imgs img {
  position: absolute;
  inset: 0;
  width: 100%;
}

#view_reviews .-btn-yellow {
  max-width: 360px;
}

.popup.big_imgs {
  max-height: unset !important;
  min-height: unset !important;
  height: calc(100vh - 56px);
  padding: 24px;
}

.big_imgs::before {
  transform: translate(-100%, calc(-100% + 4px)) !important;
  -webkit-transform: translate(-100%, calc(-100% + 4px)) !important;
  -moz-transform: translate(-100%, calc(-100% + 4px)) !important;
  -ms-transform: translate(-100%, calc(-100% + 4px)) !important;
  -o-transform: translate(-100%, calc(-100% + 4px)) !important;
}

.product_gallery .slick-arrow {
  display: none;
}

.popup.big_imgs .product_gallery_nav {
  position: absolute;
  top: 0;
}

.popup.big_imgs .product_gallery_for {
  margin: 0 auto;
}

.popup_wrapper.big_imgs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.choices__item {
  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;
  font-size: 16px;
  line-height: 16px;
}

.do_sub {
  text-decoration: underline;
}

.childs_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 32px;
}

.child_card {
  max-width: 260px;
  width: 100%;
  background-color: var(--lightwhite);
  color: var(--textblack);
  padding: 24px;
}

.child_card_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0 0 24px;
}

.child_card_head::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: -24px;
  right: -24px;
  height: 1px;
  background-color: rgba(0, 0, 0, .1);
}

.child_card_head img {
  width: 56px;
  height: 56px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  margin: 0 16px 0 0;
  object-fit: cover;
}

.child_card_head .name {
  font-weight: 500;
  font-size: 18px;
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
}

@media (hover) {
  .child_card:hover .name {
    color: var(--yellow);
  }
}

.child_card_head .age {
  font-size: 14px;
  color: var(--textmidgrey);
}

.child_card_head .context {
  margin: 0 0 0 auto;
}

.child_card_body {
  padding: 24px 0 0;
}

.child_card_body ul {}

.child_card_body ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 4px;
  margin: 0 0 8px;
}

.child_card_body ul li:last-child {
  margin: 0;
}

.child_card_body ul li span {
  color: var(--textmidgrey);
  font-size: 11px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.child_card_body ul li span:nth-child(2) {
  width: 100%;
  height: 1px;
  -ms-flex-negative: unset;
  flex-shrink: unset;
  border-bottom: 1px dotted #ADADAD;
}

.input_promt {
  max-width: 360px;
  width: 100%;
  min-height: 63px;
  padding: 12px 12px 10px 40px;
  margin: 0 0 12px;
  background: var(--lighthrey2) url(../img/info_promt.svg) 13px center / 14px no-repeat;
  color: var(--textmidgrey);
  font-size: 14px;
}

.input_promt.wide {
  max-width: 100%;
}

.input_promt.def {
  padding: 24px 24px 24px 28px;
  background: var(--lighthrey2)
}

.input_promt.tran {
  background: transparent url(../img/info_promt.svg) 0 12px / 14px no-repeat;
}

.input_promt strong {
  color: var(--textblack);
}

.input_promt a {
  color: var(--textblack);
}

.input_promt>* {
  margin: 0 0 8px;
}

.input_promt>*:last-child {
  margin: 0;
}

.fields_group {
  padding: 8px 0 16px;
}

.input_group_name {
  position: relative;
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 16px;
}

.input_group_name.sm {
  font-size: 14px;
  color: var(--textmidgrey);
}

.input_group_name.note {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.input_group_name.sup {
  margin: 0 0 8px;
}

.input_group_name-sub {
  margin: 0 0 16px;
  transform: translateY(-8px);
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -o-transform: translateY(-8px);
}

.input_group_name-sub a {
  color: var(--textblack);
}

.input_group_name.note::before {
  content: attr(data-count);
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translate(100%, -50%);
  -webkit-transform: translate(100%, -50%);
  -moz-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  -o-transform: translate(100%, -50%);
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  background-color: var(--yellow);
  color: var(--white);
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  font-size: 12px;
}

#child-form .input_group_name {
  margin: 0 0 24px;
}

.form_field_img {
  position: relative;
}

.form_field_img img {
  max-width: 164px;
  width: 100%;
  height: 84px;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: .5;
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  will-change: opacity;
  z-index: 1;
}

.form_field_img input[type=radio] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-bottom: 4px solid transparent;
  outline: 0;
  will-change: border-color;
  z-index: 10;
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
}

.form_field_img input[type=radio]:checked {
  background: transparent;
  border-color: var(--textblack);
}

.form_field_img input[type=radio]:checked+img {
  opacity: 1;
}

@media(hover) {
  .form_field_img input[type=radio]:hover+img {
    opacity: .75
  }
}

.inputs_group .custom_select_wrp {
  margin: 0 0 16px;
}

.gift_total_table {
  margin: 0;
}

.gift_total_table td {
  padding: 12px 0;
}

.gift_total_table tr:last-child td {
  padding: 12px 0 24px;
}

.gift_total_table tfoot {
  border-top: 1px solid rgba(0, 0, 0, .1);
}

.gift_total_table tfoot td {
  padding: 32px 0 0 !important;
}

.gift_card_wrp {
  margin: 0 0 152px;
}

.gift_card_wrp form button[type=submit] {
  margin: 0;
}

.gift_delivery_wrp h5 {
  margin: 48px 0 16px;
}

.gift_delivery_wrp p {
  margin: 0 0 16px;
}

.store_delivery_list {
  margin: 0 0 24px;
}

.store_delivery_list li {
  margin: 0 0 12px;
  font-size: 14px;
}

.store_delivery_list li:last-child {
  margin: 0;
}

.store_delivery_list li span:first-child {
  color: var(--textmidgrey);
}

.gift_ready_info_wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 96px;
  margin: 0 0 40px;
}

.gift_ready_info {
  max-width: 760px;
  width: 100%;
}

.gift_ready_info li {
  font-size: 14px;
  margin: 0 0 12px;
}

.gift_ready_info li:last-child {
  margin: 0;
}

.gift_ready_info li span {
  color: var(--textmidgrey);
}

.cart_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px 40px;
  margin: 0 0 88px;
}

.cart_table {
  max-width: 860px;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.cart_table_head .cart_table_tr {
  padding: 0 0 8px;
  border: 0;
}

.cart_table_head .cart_table_tr .cart_table_td {
  font-size: 12px;
  color: var(--textmidgrey);
  padding: 0 !important;
}

.cart_table_tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 23px 0 28px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  position: relative;
}

.cart_table_head + .cart_table_tr {
  border-top: 1px solid rgba(0, 0, 0, .1);
}

.table_hidden_btns,
.cart_table_tfoot {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 32px;
}

.cart_table_tfoot {
  position: relative;
  margin: 28px 0 0;
}

.table_hidden_btns {
  bottom: 0;
  right: 0;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

@media(hover) {
  .table_hidden_btns {
    bottom: 24px;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: var(--transition);
    -webkit-transition: var(--transition);
    -moz-transition: var(--transition);
    -ms-transition: var(--transition);
    -o-transition: var(--transition);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    will-change: opacity, visability, transform, user-select, pointer-events
  }

  .cart_table_tr:hover .table_hidden_btns {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-user-select: unset;
    -moz-user-select: unset;
    -ms-user-select: unset;
    user-select: unset;
    pointer-events: unset
  }
}

.cart_table_tfoot button,
.table_hidden_btns button {
  padding: 3px 24px 3px 3px;
  color: var(--lightblack);
  border: 0;
}

.cart_table_tfoot button.like,
.table_hidden_btns button.like {
  background: transparent url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxNCAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02LjQwOTQyIDEuNDI0MDNDMi4yNTY4MiAtMS44Mjk3IC00LjcyNTE5IDQuNzA3MTUgNi45OTgxMSAxMi40MzE2QzE4LjcyMTQgNC43MDcxNSAxMS43Mzk0IC0xLjgyOTcgNy41ODY4MSAxLjQyNDAzQzcuMzgyOTEgMS41ODM4IDcuMTg1ODMgMS43NjcxNyA2Ljk5ODExIDEuOTc1MTdDNi44MTA0IDEuNzY3MTcgNi42MTMzMiAxLjU4MzggNi40MDk0MiAxLjQyNDAzWk02Ljk5ODExIDEwLjg0N0M5LjUxNzQ5IDkuMDc4MzkgMTAuOTE4NSA3LjQ1ODI2IDExLjYwNzYgNi4xMzYwNEMxMi4zNDczIDQuNzE2NzYgMTIuMjQ5NyAzLjY5NzYyIDExLjk1MTcgMy4wNzczMUMxMS4zNTA3IDEuODI2MzYgOS4zOTM5IDEuMjY4MjQgNy45NTA5MSAyLjg2NzE4TDYuOTk4MTEgMy45MjI5NUw2LjA0NTMyIDIuODY3MThDNC42MDIzMiAxLjI2ODI0IDIuNjQ1NDggMS44MjYzNiAyLjA0NDUyIDMuMDc3MzFDMS43NDY1MiAzLjY5NzYyIDEuNjQ4ODkgNC43MTY3NiAyLjM4ODYgNi4xMzYwNEMzLjA3NzcyIDcuNDU4MjYgNC40Nzg3MyA5LjA3ODM5IDYuOTk4MTEgMTAuODQ3WiIgZmlsbD0iIzNEM0QzRCIvPgo8L3N2Zz4K") right center / 16px no-repeat;
}

.cart_table_tfoot button.del,
.table_hidden_btns button.del {
  background: transparent url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxMiAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQuNjY3OTcgMC4zMzMzNzRMNC4wMDEzIDEuMDAwMDRIMC42Njc5NjlWMi4zMzMzN0gxLjMzNDY0VjEyLjMzMzRDMS4zMzQ2NCAxMi42ODE1IDEuNDYyMTkgMTMuMDM2NCAxLjcxMzU0IDEzLjI4NzhDMS45NjQ5IDEzLjUzOTIgMi4zMTk4MiAxMy42NjY3IDIuNjY3OTcgMTMuNjY2N0g5LjMzNDYzQzkuNjgyNzggMTMuNjY2NyAxMC4wMzc3IDEzLjUzOTIgMTAuMjg5MSAxMy4yODc4QzEwLjU0MDQgMTMuMDM2NCAxMC42NjggMTIuNjgxNSAxMC42NjggMTIuMzMzNFYyLjMzMzM3SDExLjMzNDZWMS4wMDAwNEg4LjAwMTNMNy4zMzQ2MyAwLjMzMzM3NEg0LjY2Nzk3Wk0yLjY2Nzk3IDIuMzMzMzdIOS4zMzQ2M1YxMi4zMzM0SDIuNjY3OTdWMi4zMzMzN1pNNC4wMDEzIDMuNjY2NzFWMTFINS4zMzQ2NFYzLjY2NjcxSDQuMDAxM1pNNi42Njc5NyAzLjY2NjcxVjExSDguMDAxM1YzLjY2NjcxSDYuNjY3OTdaIiBmaWxsPSIjNDc0NzQ3Ii8+Cjwvc3ZnPgo=") right center / 16px no-repeat;
}

.cart_table_tfoot button.active,
.table_hidden_btns button.like:hover {
  background: rgba(0, 0, 0, .04) url('../img/likefill.svg') right center / 20px no-repeat;
}

.table_hidden_btns button.like.checked,
.table_hidden_btns button.like.active {
  background: transparent url('../img/likefill.svg') right center / 20px no-repeat;
}

.cart_table_tfoot button.active:hover {
  opacity: .5;
}

.cart_table_tr .cart_table_td:first-child {
  max-width: 600px;
  width: 100%;
}

.cart_table_tr .cart_table_td:nth-child(2) {
  padding: 16px 0 0;
  max-width: 100px;
  width: 100%;
}

.cart_table_tr .cart_table_td:nth-child(3) {
  padding: 26px 0 0;
  text-align: right;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cart_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
}

.cart_item img {
  width: 176px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.cart_item a {
  text-decoration: none;
  color: var(--textblack);
  font-size: 16px;
  line-height: 18px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  box-orient: vertical;
}

.order_aside {
  margin: 10px 0 0 ;
}

.page_title.sm.order_aside_title {
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 ;
  font-weight: 400;
}

.order_item .wrapper,
.cart_item .wrapper {
  font-size: 14px;
  line-height: 16px;
  color: var(--textmidgrey);
  /* padding: 0 12px 0 0; */
  padding: 0;
  max-width: 60%;
}

.order_item .wrapper h5,
.cart_item .wrapper h5 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin: 0 0 8px;
  color: var(--lightblack);
  text-decoration: none;
}

.order_item .wrapper p:nth-child(2),
.cart_item .wrapper p:nth-child(2) {
  font-size: 16px;
  color: var(--lightblack);
  margin: 0 0 8px;
}

.order_item .wrapper ul,
.cart_item .wrapper ul {
  margin: 24px 0 0;
  font-size: 14px;
  line-height: 16px;
  /* position: absolute; */
  /* bottom: 0; */
}

.order_item .wrapper ul li,
.cart_item .wrapper ul li {
  margin: 0 0 12px;
  color: var(--textblack);
}

.order_item .wrapper ul li span,
.cart_item .wrapper ul li .s,
.cart_item .wrapper ul li span {
  color: var(--textmidgrey);
}

.cart_item .wrapper ul li span.red {
  color: var(--corpred);
}

.order_item .wrapper ul li:last-child,
.cart_item .wrapper ul li:last-child {
  margin: 0;
}

.order_item .wrapper strong.price {
  font-weight: 500;
  font-size: 16px;
  color: var(--textblack);
  white-space: nowrap;
  /* margin: 0 0 0 auto; */
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
}

.info_text {
  font-size: 12px;
  color: var(--textmidgrey);
  line-height: 1;
}

.cart_aside {
  position: sticky;
  top: calc(var(--headerheight) + 1rem);
  height: max-content;
  margin: -54px 0 0;
}

.cart_aside h2 {
  font-weight: 500;
}

.cart_aside ul {}

.cart_aside ul li {
  margin: 0 0 24px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cart_aside ul li:last-child {
  margin: 0;
}

.promo_code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 8px;
}

.promo_code.error {
  position: relative;
  padding-bottom: 24px;
}

.promo_code.error::after {
  content: attr(data-error);
  position: absolute;
  top: calc(100% - 16px);
  left: 2px;
  color: var(--corpred);
  font-size: 14px;
  padding: 0 0 0 20px;
  background: transparent url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNCAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjgzOTQgMTAuMjk5NUw3Ljk2Mjg5IDAuNTQ0MjcxQzcuNzU5MzYgMC4yMDMxMjUgNy4zOTkyNSAwIDcgMEM2LjYwMDc1IDAgNi4yNDA2NCAwLjIwMzEyNSA2LjAzNzExIDAuNTQ0MjcxTDAuMTYwNTgzIDEwLjI5OTVDLTAuMDQ4MTc0NiAxMC42NDU4IC0wLjA1MzM5MzkgMTEuMDc4MSAwLjE0NDkyNiAxMS40Mjk3QzAuMzQzMjQ1IDExLjc4MTIgMC43MTkwMDkgMTIgMS4xMjM0OCAxMkgxMi44NzY1QzEzLjI4MSAxMiAxMy42NTY4IDExLjc4MTIgMTMuODU1MSAxMS40Mjk3QzE0LjA1MzQgMTEuMDc4MSAxNC4wNDgyIDEwLjY0NTggMTMuODM5NCAxMC4yOTk1Wk04IDEwSDZWOUg4VjEwWk04IDhINlY0SDhWOFoiIGZpbGw9IiNFRTI3NDAiLz4KPC9zdmc+Cg==") center left / 14px no-repeat;
  z-index: 10;
}

.promo_code input {
  max-width: 204px;
  width: 100%;
  padding: 8px 16px;
  border: 1px solid rgba(0, 0, 0, .1);
  min-height: 48px;
}

.promo_code.ok input {
  background: transparent url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTIiIGN5PSIxMiIgcj0iMTIiIGZpbGw9IiNGNUY1RjUiLz4KPHBhdGggZD0iTTggMTFMMTEgMTRMMTYgOSIgc3Ryb2tlPSIjNDc0NzQ3IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==") center right 20px / 24px no-repeat;
  padding-right: 48px;
}

.promo_code input::-webkit-input-placeholder {
  color: var(--lighthrey3);
  opacity: 1;
}

.promo_code input::-moz-placeholder {
  color: var(--lighthrey3);
  opacity: 1;
}

.promo_code input:-ms-input-placeholder {
  color: var(--lighthrey3);
  opacity: 1;
}

.promo_code input::-ms-input-placeholder {
  color: var(--lighthrey3);
  opacity: 1;
}

.promo_code input::placeholder {
  color: var(--lighthrey3);
  opacity: 1;
}

.promo_code button {
  border: 0;
  width: 48px;
  height: 48px;
  background: var(--lighthrey2) url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxMCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuODMyMDMxIDEuNUw4LjMzMjAzIDlMMC44MzIwMzEgMTYuNSIgc3Ryb2tlPSIjQURBREFEIiBzdHJva2Utd2lkdGg9IjIiLz4KPC9zdmc+Cg==") center / 7px no-repeat;
  flex: 0 0 48px;
}

.promo_code.ok button {
  background: var(--lighthrey2) url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxNCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUuMzMyMDMgMC42NjY3NDhMNC40OTg3IDEuNTAwMDhIMC4zMzIwMzFWMy4xNjY3NUgxLjE2NTM2VjE1LjY2NjdDMS4xNjUzNiAxNi4xMDE5IDEuMzI0ODEgMTYuNTQ1NiAxLjYzOSAxNi44NTk4QzEuOTUzMTkgMTcuMTc0IDIuMzk2ODUgMTcuMzMzNCAyLjgzMjAzIDE3LjMzMzRIMTEuMTY1NEMxMS42MDA1IDE3LjMzMzQgMTIuMDQ0MiAxNy4xNzQgMTIuMzU4NCAxNi44NTk4QzEyLjY3MjYgMTYuNTQ1NiAxMi44MzIgMTYuMTAxOSAxMi44MzIgMTUuNjY2N1YzLjE2Njc1SDEzLjY2NTRWMS41MDAwOEg5LjQ5ODdMOC42NjUzNiAwLjY2Njc0OEg1LjMzMjAzWk0yLjgzMjAzIDMuMTY2NzVIMTEuMTY1NFYxNS42NjY3SDIuODMyMDNWMy4xNjY3NVpNNC40OTg3IDQuODMzNDJWMTQuMDAwMUg2LjE2NTM2VjQuODMzNDJINC40OTg3Wk03LjgzMjAzIDQuODMzNDJWMTQuMDAwMUg5LjQ5ODdWNC44MzM0Mkg3LjgzMjAzWiIgZmlsbD0iIzQ3NDc0NyIvPgo8L3N2Zz4K") center / 13px no-repeat;
}

.add_gift_card {
  border: 0;
  text-decoration: underline;
  color: var(--lightblack);
}

.catr_total {
  padding: 32px 0 0;
  border-top: 1px solid rgba(0, 0, 0, .1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 500;
}

.s {
  text-decoration: line-through;
}

.order_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
  align-items: first baseline;
}

#ORDER_FORM.authorized {
  align-items: unset;
}

#ORDER_FORM .order_item {
  min-width: 360px;
}

#ORDER_FORM .order_aside {
  margin: 4px 0 0;
}

.order_info {
  max-width: 760px;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.order_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  padding: 24px 0;
  border-top: 1px solid rgba(0, 0, 0, .1);
}

.order_item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.order_item img {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
  object-fit: contain;
  flex-shrink: 0;
}

.order_item .wrapper {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; */
  position: relative;
  width: 100%;
  max-width: 100%;
}

.order_total_info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 24px;
}

.order_total_info li:last-child {
  margin: 0;
}

.order_total_info li strong.red {
  color: var(--corpred);
}

.confirm_info,
.confirm_info a {
  font-size: 14px;
  color: var(--textmidgrey);
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  opacity: 0;
  visibility: hidden;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  will-change: opacity, visibility, user-select, pointer-events;
}

input[type="number"]:focus:-webkit-outer-spin-button,
input[type="number"]:focus:-webkit-inner-spin-button {
  opacity: 1;
  visibility: visible;
  -webkit-user-select: unset;
  user-select: unset;
  pointer-events: unset;
}

@supports(-moz-appearance:textfield) {
  input[type="number"] {
    -moz-appearance: textfield !important
  }
}

@media (hover) {

  input[type="number"]:hover:-webkit-outer-spin-button,
  input[type="number"]:hover:-webkit-inner-spin-button {
    opacity: 1;
    visibility: visible;
    -webkit-user-select: unset;
    user-select: unset;
    pointer-events: unset
  }

  input[type="number"]:hover {
    -webkit-appearance: unset;
    -moz-appearance: unset;
    appearance: unset
  }
}

.user_photo {
  position: relative;
  width: 144px;
  height: 144px;
}

.user_photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

.user_photo input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
}

.user_photo input {
  display: none;
}

.cntx-wrp {
  position: relative;
}

.cntx {
  position: absolute;
  inset: unset;
  padding: 4px 0;
  background-color: var(--white);
  opacity: 0;
  visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  will-change: opacity, visibility, user-select, pointer-events;
  -webkit-box-shadow: 0 6px 24px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 6px 24px 0 rgba(0, 0, 0, .1);
  z-index: 10;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.cntx.open {
  opacity: 1;
  visibility: visible;
  -webkit-user-select: unset;
  -moz-user-select: unset;
  -ms-user-select: unset;
  user-select: unset;
  pointer-events: unset;
}

.cntx>* {
  padding: 24px 16px;
  background-color: var(--white);
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  will-change: background-color;
  width: 100%;
  text-align: left;
}

@media (hover) {
  .cntx>*:hover {
    background-color: var(--bg2)
  }
}

.cntx label {
  position: relative;
  cursor: pointer;
}

.cntx label input[type=file] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  visibility: hidden;
}

.cntx button {
  border: none;
}

.choice_card {
  border: 1px solid rgba(0, 0, 0, .1);
  max-width: 400px;
  height: 364px;
  width: 100%;
  overflow: hidden;
}

.choice_card input[type=search] {
  min-height: 48px;
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding: 12px 12px 12px 44px;
  will-change: border;
  background: var(--white) url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01LjY2OTI3IDAuMzMzMzQ0QzIuNzMxNjUgMC4zMzMzNDQgMC4zMzU5MzggMi43MjkwNSAwLjMzNTkzOCA1LjY2NjY4QzAuMzM1OTM4IDguNjA0MyAyLjczMTY1IDExIDUuNjY5MjcgMTFDNi42ODEyNCAxMSA3LjYyNzE0IDEwLjcxMzkgOC40MzM4MyAxMC4yMjAyQzguNTQ3MTcgMTAuMTUwOCA4LjY1Nzc2IDEwLjA3NzMgOC43NjU0MSAxMEwxMi4zMzU5IDEzLjY2NjdMMTMuNjY5MyAxMi4zMzMzTDEwLjAwMjYgOC43NjI3N0MxMC42MzA1IDcuODg5MDEgMTEuMDAyNiA2LjgyMDgxIDExLjAwMjYgNS42NjY2OEMxMS4wMDI2IDIuNzI5MDUgOC42MDY4OSAwLjMzMzM0NCA1LjY2OTI3IDAuMzMzMzQ0Wk05LjY2OTI3IDUuNjY2NjhDOS42NjkyNyAzLjQ0OTY0IDcuODg2MzEgMS42NjY2OCA1LjY2OTI3IDEuNjY2NjhDMy40NTIyNCAxLjY2NjY4IDEuNjY5MjcgMy40NDk2NCAxLjY2OTI3IDUuNjY2NjhDMS42NjkyNyA3Ljg4MzcxIDMuNDUyMjQgOS42NjY2OCA1LjY2OTI3IDkuNjY2NjhDNy44ODYzMSA5LjY2NjY4IDkuNjY5MjcgNy44ODM3MSA5LjY2OTI3IDUuNjY2NjhaIiBmaWxsPSIjNDc0NzQ3Ii8+Cjwvc3ZnPgo=") 17px / 14px no-repeat;
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
}

.choice_card input[type=search]:focus {
  border-bottom: 1px solid var(--textblack);
}

@media(hover) {
  .choice_card input[type=search]:hover {
    border-bottom: 1px solid var(--textblack)
  }
}

.choice_card_body {
  padding: 16px 16px 6px;
}

.choice_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  padding: 0 0 16px;
}

.choice_nav button {
  border: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 3px;
  color: var(--textmidgrey);
  font-size: 12px;
}

.choice_nav button.active {
  text-decoration: underline;
}

.choice_nav button[data-clear] {
  text-decoration: underline
}

@media(hover) {
  .choice_nav button:hover {
    text-decoration: underline
  }
}

.choice_list {
  overflow: auto;
  max-height: 260px;
  height: 100%;
  width: calc(100% + 16px);
  scrollbar-color: var(--bg2) var(--lighthrey2);
}

.choice_list::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: var(--lighthrey2)
}

.choice_list::-webkit-scrollbar-thumb {
  background-color: var(--bg2)
}

.choice_list label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 10px;
  margin: 0 0 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.choice_list label[aria-hidden="true"] {
  display: none;
}

.choice_list label input {
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border: 1px solid var(--textmidgrey);
}

.choice_list label input:checked {
  background: var(--textblack) url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEwIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDNMNCA2TDkgMSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=") center / 8px no-repeat;
}

.selected .choice_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.choice_list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  background-color: var(--lightgrey);
  font-size: 14px;
  line-height: 1.1;
  padding: 8px 0 8px 16px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
}

.choice_list_item button {
  border: 0;
  height: 20px;
  width: 32px;
  border-left: 1px solid var(--bg2);
  background: transparent url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgOCA4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMC41NzAzMTIgMC41TDcuNTAwNjkgNy41MDAwNiIgc3Ryb2tlPSIjNDc0NzQ3Ii8+CjxwYXRoIGQ9Ik03LjQyOTY5IDAuNUwwLjQ5OTI4NiA3LjUwMDA2IiBzdHJva2U9IiM0NzQ3NDciLz4KPC9zdmc+Cg==") center / 8px no-repeat;
}

@media(hover) {
  .choice_list_item:hover {
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .1)
  }
}

.user_address_list {
  margin: 0 0 40px;
}

.user_address_list address {
  display: block;
  position: relative;
  padding: 28px 0;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.user_address_list address:first-child {
  border-top: 1px solid rgba(0, 0, 0, .1);
}

.user_address_list address p {
  margin: 0 0 8px;
}

.user_address_list address p:last-child {
  margin: 0;
}

.address_text {
  color: var(--lighthrey3);
}

.user_address_list address .context {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.user_cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
  margin: 0 0 30px;
}

.user_card {
  position: relative;
  background-color: var(--lightgrey);
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  padding: 28px 20px 24px;
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  justify-content: space-between;
  height: 164px;
  max-width: 260px;
  width: 100%;
  font-size: 14px;
}

.user_card_name {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 16px;
}

.user_card_num {
  margin: 0 0 12px;
}

.user_card img {
  position: absolute;
  bottom: 24px;
  right: 20px;
  width: 40px;
  z-index: 10;
}

.user_card .context {
  position: absolute;
  top: 24px;
  right: 20px;
}

/* .order_detail-item .show-cnt {
  position: relative;
}

.order_detail-item .show-cnt::before {
  content: attr(data-cnt);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--yellow);
  border-radius: 100%;
  color: white;
} */

.loyalty_bar {
  width: 100%;
  position: relative;
  margin: 32px 0 80px;
}

.loyalty_bar::before {
  content: attr(data-cnt);
  position: absolute;
  top: 12px;
  left: 16px;
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
  line-height: 1;
  z-index: 10;
}

.loyalty_bar meter,
.loyalty_bar meter::-webkit-meter-bar {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: meterbar;
  display: block;
  width: 100%;
  height: 40px;
  background-color: var(--lightwhite);
  background: var(--lightwhite);
  position: relative;
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
}

*::-moz-meter-bar {
  -moz-appearance: meterchunk;
  display: inline-block !important;
  float: none !important;
  height: 100%;
  overflow: visible !important;
  position: static !important;
  width: 100%;
  background-color: var(--yellow);
  background: var(--yellow);
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
}

.loyalty_bar_step {
  position: absolute;
  bottom: -16px;
  font-size: 14px;
  color: var(--textmidgrey);
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
}

.loyalty_bar_step:nth-of-type(1) {
  left: 0;
}

.loyalty_bar_step:nth-of-type(2) {
  left: 25%;
}

.loyalty_bar_step:nth-of-type(3) {
  left: 50%;
}

.loyalty_bar_step:nth-of-type(4) {
  left: 75%;
}

.loyalty_bar_step::before {
  content: '';
  position: absolute;
  top: -56px;
  left: 0;
  width: 1px;
  height: 40px;
  background-color: rgba(0, 0, 0, .1);
}

.user_gift_cards {
  margin: 0 0 40px;
}

.user_gift_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 40px;
  margin: 0 0 32px;
}

.user_gift_card:last-of-type {
  margin: 0;
}

.user_gift_card .img {
  width: 260px;
  height: 160px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  overflow: hidden;
}

.user_gift_card img:nth-of-type(1) {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.user_gift_card img:nth-of-type(2) {
  position: absolute;
  top: 28px;
  left: 24px;
  z-index: 10;
  max-width: 150px;
}

.user_gift_card img:nth-of-type(3) {
  position: absolute;
  left: 24px;
  bottom: 24px;
  width: 24px;
  z-index: 10;
}

.user_gift_card .sum {
  position: absolute;
  bottom: 24px;
  right: 24px;
  color: var(--white);
  font-size: 20px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.user_gift_card .sum .s {
  font-size: 16px;
  opacity: .6;
}

.user_gift_card .inner {
  width: 100%;
}

.user_gift_card ul li {
  margin: 0 0 8px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 12px;
}

.user_gift_card ul li:last-child {
  margin: 0;
}

.purchase {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -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 24px;
  background-color: var(--lightwhite);
  margin: 0 0 8px;
}

.purchase:last-of-type {
  margin: 0;
}

.purchase p {
  margin: 0;
  line-height: 1.1;
}

.purchase a {
  color: var(--textblack);
}

.user_gift_cards_wrp button:last-of-type {
  margin: 8px 0 0 !important;
}

.burger_menu_btn {
  position: relative;
  display: none;
  width: 32px;
  height: 18px;
  margin: 0 14px 0 0;
  -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: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  overflow: hidden;
}

.burger_menu_btn.open {
  width: 25px;
  height: 24px;
  align-items: center;
  justify-content: center;
}

/* .burger_menu_btn::before,
.burger_menu_btn::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  left: 50%;
  background-color: var(--corpred);
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
}

.burger_menu_btn::before {
  transform: translate(-50%, -50%) rotate(45deg) scaleX(0);
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scaleX(0);
  -moz-transform: translate(-50%, -50%) rotate(45deg) scaleX(0);
  -ms-transform: translate(-50%, -50%) rotate(45deg) scaleX(0);
  -o-transform: translate(-50%, -50%) rotate(45deg) scaleX(0);
}

.burger_menu_btn::after {
  transform: translate(-50%, -50%) rotate(-45deg) scaleX(0);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg) scaleX(0);
  -moz-transform: translate(-50%, -50%) rotate(-45deg) scaleX(0);
  -ms-transform: translate(-50%, -50%) rotate(-45deg) scaleX(0);
  -o-transform: translate(-50%, -50%) rotate(-45deg) scaleX(0);
} */

.burger_menu_btn div {
  width: 100%;
  height: 2px;
  transform-origin: center;
  background-color: var(--textblack);
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
}

.burger_menu_btn.open div {
  position: absolute;
  background-color: var(--corpred);
  /* width: 15px; */
  width: 20px;
}

.burger_menu_btn.open div:nth-child(2) {
  opacity: 0;
}

.burger_menu_btn.open div:nth-child(1) {
  transform: rotate(45deg);
}

.burger_menu_btn.open div:nth-child(3) {
  transform: rotate(-45deg);
}

/* .burger_menu_btn.open::before {
  transform: translate(-50%, -50%) rotate(45deg) scaleX(1);
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scaleX(1);
  -moz-transform: translate(-50%, -50%) rotate(45deg) scaleX(1);
  -ms-transform: translate(-50%, -50%) rotate(45deg) scaleX(1);
  -o-transform: translate(-50%, -50%) rotate(45deg) scaleX(1);
}

.burger_menu_btn.open::after {
  transform: translate(-50%, -50%) rotate(-45deg) scaleX(1);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg) scaleX(1);
  -moz-transform: translate(-50%, -50%) rotate(-45deg) scaleX(1);
  -ms-transform: translate(-50%, -50%) rotate(-45deg) scaleX(1);
  -o-transform: translate(-50%, -50%) rotate(-45deg) scaleX(1);
}

.burger_menu_btn.open div:nth-child(1),
.burger_menu_btn.open div:nth-child(2),
.burger_menu_btn.open div:nth-child(3) {
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
}

.burger_menu_btn.open div:nth-child(1) {
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
}

.burger_menu_btn.open div:nth-child(2) {
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.burger_menu_btn.open div:nth-child(3) {
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
} */

.text_card {}

.text_card h6 {
  font-weight: 500;
  margin: 0 0 8px;
}

.text_card p {
  margin: 0 0 4px;
}

.text_card a {
  color: var(--textblack);
}

.faq_card {
  /* margin: 0 0 24px; */
  border-bottom: 1px solid rgba(0,0,0,.1);
}

.faq_card:first-child {
  border-top: 1px solid rgba(0,0,0,.1);
}

.faq_title {
  padding: 36px 0;
  position: relative;
}

.faq_title::before {
  content: '';
  position: absolute;
  top: 26px;
  right: 6px;
  width: 2rem;
  height: 2rem;
  background: var(--lightwhite) url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik05IDFMNSA1TDEgMSIgc3Ryb2tlPSIjNDc0NzQ3Ii8+Cjwvc3ZnPgo=") center / 8px no-repeat;
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transform: translateY(-50);
  -webkit-transform: translateY(-50);
  -moz-transform: translateY(-50);
  -ms-transform: translateY(-50);
  -o-transform: translateY(-50);
}

.faq_card.open .faq_title::before {
  background: var(--lightwhite) url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHlsZT0idmVjdG9yLWVmZmVjdDogbm9uLXNjYWxpbmctc3Ryb2tlOyIgZmlsbD0ibm9uZSI+CgogPGc+CiAgPHRpdGxlPkxheWVyIDE8L3RpdGxlPgogIDxwYXRoIHRyYW5zZm9ybT0icm90YXRlKDE4MCwgNSwgMykiIGlkPSJzdmdfMSIgc3Ryb2tlPSIjNDc0NzQ3IiBkPSJtOSwxbC00LDRsLTQsLTQiLz4KIDwvZz4KPC9zdmc+") center / 8px no-repeat;
}

.faq_caption .wrapper {
  padding: 0 0 40px;
  font-size: 14px;
  line-height: 1rem;
}

.popup.big_imgs .slick-prev {
  left: -62px;
}

.popup.big_imgs .slick-next {
  right: -62px;
}

.size_form {
  max-width: 312px;
  width: 100%;
  margin: 0 auto;
}

.size_input {
  margin: 0 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.size_input .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.size_input .inner input {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border: 4px solid var(--white);
  outline: 1px solid var(--textmidgrey);
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
}

.size_input .inner input:checked {
  outline: 1px solid var(--textblack);
  background: var(--textblack);
}

.size_input .inner label {
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
}

.size_input .inner input:checked+label {
  font-weight: 500;
}

.size_input .price {
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
}

.size_input.checked .price {
  font-weight: 500;
}

.size_input.recomend {
  margin: 0 0 1.75rem;
}

.size_input.recomend .inner {
  position: relative;
}

.size_input .inner .rec_txt {
  position: absolute;
  top: 100%;
  left: 30px;
  font-size: 12px;
  font-weight: 400;
  color: var(--textmidgrey);
  width: 100%;
  white-space: pre;
}

.size_input.disabled {}

.size_input .inner input:disabled+label {
  color: var(--lighthrey3);
}

.size_input.disabled button {
  border: 0;
  font-size: 14px;
  text-decoration: underline;
}

.size_input.check input:checked {
  border: 0;
  background: var(--textblack) url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEwIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDNMNCA2TDkgMSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=") center / 8px 5px no-repeat;
}

.popup-window {
  max-width: 360px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: var(--white);
  -webkit-box-shadow: 0 12px 20px rgba(0, 0, 0, .05);
  box-shadow: 0 12px 20px rgba(0, 0, 0, .05);
}

.bx-calendar-range {
  margin: 0;
  padding: 0;
  border: 0;
}

.bx-calendar-cell {
  width: 40px;
  height: 40px;
  display: inline-block;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: var(--textblack);
  margin: 0;
  vertical-align: unset;
  font-weight: 400;
  padding: 0;
}

.bx-calendar-active {
  background-color: var(--lighthrey2);
}

@media (hover) {

  .bx-calendar-active:hover,
  .bx-calendar-cell:hover {
    background-color: var(--lighthrey2)
  }
}

.bx-calendar {
  max-width: 380px;
  width: 100%;
  padding: 28px 1.8rem 2rem;
}

.bx-calendar-name-day-wrap {
  background: transparent;
  padding: 0 0 1rem;
  margin: 0;
}

.bx-calendar-name-day {
  width: 40px;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 1rem;
  color: var(--lighthrey3);
  font-weight: 400;
}

.bx-calendar-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 24px;
  padding: 0;
}

.bx-calendar-header-content {
  width: 100%;
}

.bx-calendar-top-month {
  color: var(--textblack);
}

@media(hover) {

  .bx-calendar-top-month:hover,
  .bx-calendar-month:hover,
  .bx-calendar-year-number:hover {
    background-color: var(--lighthrey2)
  }
}

.bx-calendar-left-arrow,
.bx-calendar-right-arrow {
  width: 32px;
  height: 32px;
  background: transparent url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDYgMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik01IDlMMSA1TDUgMSIgc3Ryb2tlPSIjNDc0NzQ3Ii8+Cjwvc3ZnPgo=") center / 4px 8px no-repeat;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.bx-calendar-right-arrow {
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transform: scaleX(-1);
  -webkit-transform: scale(-1);
  -moz-transform: scale(-1);
  -ms-transform: scale(-1);
  -o-transform: scale(-1);
}

@media(hover) {

  .bx-calendar-left-arrow:hover,
  .bx-calendar-right-arrow:hover {
    background: var(--lighthrey2) url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDYgMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik01IDlMMSA1TDUgMSIgc3Ryb2tlPSIjNDc0NzQ3Ii8+Cjwvc3ZnPgo=") center / 4px 8px no-repeat
  }
}

.choices__input[type=search] {
  padding: 16px 16px 16px 44px !important;
  background: transparent url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01LjY2NjgzIDAuMzMzMjUyQzIuNzI5MjEgMC4zMzMyNTIgMC4zMzM0OTYgMi43Mjg5NiAwLjMzMzQ5NiA1LjY2NjU5QzAuMzMzNDk2IDguNjA0MjEgMi43MjkyMSAxMC45OTk5IDUuNjY2ODMgMTAuOTk5OUM2LjY3ODc5IDEwLjk5OTkgNy42MjQ3IDEwLjcxMzggOC40MzEzOSAxMC4yMjAxQzguNTQ0NzMgMTAuMTUwNyA4LjY1NTMyIDEwLjA3NzMgOC43NjI5NiA5Ljk5OTkxTDEyLjMzMzUgMTMuNjY2NkwxMy42NjY4IDEyLjMzMzNMMTAuMDAwMiA4Ljc2MjY4QzEwLjYyOCA3Ljg4ODkyIDExLjAwMDIgNi44MjA3MSAxMS4wMDAyIDUuNjY2NTlDMTEuMDAwMiAyLjcyODk2IDguNjA0NDUgMC4zMzMyNTIgNS42NjY4MyAwLjMzMzI1MlpNOS42NjY4MyA1LjY2NjU5QzkuNjY2ODMgMy40NDk1NSA3Ljg4Mzg2IDEuNjY2NTkgNS42NjY4MyAxLjY2NjU5QzMuNDQ5NzkgMS42NjY1OSAxLjY2NjgzIDMuNDQ5NTUgMS42NjY4MyA1LjY2NjU5QzEuNjY2ODMgNy44ODM2MiAzLjQ0OTc5IDkuNjY2NTkgNS42NjY4MyA5LjY2NjU5QzcuODgzODYgOS42NjY1OSA5LjY2NjgzIDcuODgzNjIgOS42NjY4MyA1LjY2NjU5WiIgZmlsbD0iIzQ3NDc0NyIvPgo8L3N2Zz4K") 16px center / 13px 13px no-repeat !important;
  font-size: 1rem;
  color: var(--textblack);
}

.has-no-results {
  padding: 28px 16px !important;
  font-size: 14px;
  color: var(--lighthrey3);
}

.town_list-item {
  padding: 20px 16px;
  position: relative;
  font-size: 14px;
  line-height: 16px;
  cursor: pointer;
}

@media (hover) {
  .town_list-item:hover {
    background-color: var(--lighthrey2);
  }
}

.town_list-item input {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
  visibility: hidden;
}

.town_list-item label {
  font-size: 14px;
  line-height: 16px;
  cursor: pointer;
}

.town_list-item input:checked+label {
  font-weight: 500;
}

.type_title-wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0 32px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  margin: 0 0 19px;
}

.type_title {
  font-size: 24px;
  font-weight: 500;
}

.type_subtitle {
  margin: 4px 0 0;
}

.type_products {
  margin: 0 0 40px;
}

.type_product {
  padding: 0 0 19px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 40px;
}

.type_product-pic {
  position: relative;
  overflow: hidden;
  width: 100px;
  height: 136px;
  margin: 0 25px 0 0;
}

.type_product-pic img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.type_product .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.type_product-name {
  margin: 8px 0 12px;
  font-size: 18px;
  font-weight: 500;
}

.type_product-cat {
  margin: 0 0 4px;
}

.type_product-code {
  color: var(--textmidgrey);
}

.type_product-price.gray {
  color: var(--textmidgrey);
}

.type_desc {
  margin: 0 0 88px;
}

.type_desc-title {
  font-weight: 500;
  margin: 0 0 8px;
}

.type_desc-code {
  font-size: 14px;
}

.type_desc-code span {
  color: var(--textmidgrey);
}

.type_desc-text {
  margin: 24px 0 0;
  font-size: 14px;
}

.search_popup-wrp {
  width: 100%;
}

.search_popup-wrp form {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.search_popup-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.search_input-wrp {
  position: relative;
}

.search_input-wrp button {
  position: absolute;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background: transparent url(../img/close.svg) center / contain no-repeat;
  width: 11.6px;
  height: 11.6px;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  opacity: 0;
}

.search_result {
  margin: 8px 0 0;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  width: 100%;
  margin: 0 -8px;
}

.search_result.open {
  opacity: 1;
  visibility: visible;
}

.search_result li a {
  display: block;
  font-size: 14px;
  line-height: 32px;
  padding: 8px;
  color: var(--textblack);
  text-decoration: none;
  background-color: var(--white);
}

.search_result li a:hover {
  background-color: var(--bg);
}

.search_popup-result {
  max-width: 860px;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

#change_address-popup,
#change_address,
.search_popup-wrp form input {
  border: 0;
  outline: 0;
  border-radius: 0;
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  display: block;
  width: 100%;
  padding: 20px 0;
}

#change_address-popup,
#change_address,
.search_popup-wrp form input::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 16px;
  color: #B1B2B2;
  opacity: 1;
  visibility: visible;
}

#change_address-popup,
#change_address,
.search_popup-wrp form input::-moz-placeholder {
  font-size: 14px;
  line-height: 16px;
  color: #B1B2B2;
  opacity: 1;
  visibility: visible;
}

#change_address-popup,
#change_address,
.search_popup-wrp form input:-ms-input-placeholder {
  font-size: 14px;
  line-height: 16px;
  color: #B1B2B2;
  opacity: 1;
  visibility: visible;
}

#change_address-popup,
#change_address,
.search_popup-wrp form input::-ms-input-placeholder {
  font-size: 14px;
  line-height: 16px;
  color: #B1B2B2;
  opacity: 1;
  visibility: visible;
}

#change_address-popup,
#change_address,
.search_popup-wrp form input::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 16px;
  color: #B1B2B2;
  opacity: 1;
  visibility: visible;
}

#change_address-popup,
#change_address,
.search_popup-wrp form input::-moz-placeholder {
  font-size: 14px;
  line-height: 16px;
  color: #B1B2B2;
  opacity: 1;
  visibility: visible;
}

#change_address-popup,
#change_address,
.search_popup-wrp form input:-ms-input-placeholder {
  font-size: 14px;
  line-height: 16px;
  color: #B1B2B2;
  opacity: 1;
  visibility: visible;
}

#change_address-popup,
#change_address,
.search_popup-wrp form input::-ms-input-placeholder {
  font-size: 14px;
  line-height: 16px;
  color: #B1B2B2;
  opacity: 1;
  visibility: visible;
}

.search_popup-wrp form input::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 16px;
  color: #B1B2B2;
  opacity: 1;
  visibility: visible;
}

.search_popup-wrp form input::-moz-placeholder {
  font-size: 14px;
  line-height: 16px;
  color: #B1B2B2;
  opacity: 1;
  visibility: visible;
}

.search_popup-wrp form input:-ms-input-placeholder {
  font-size: 14px;
  line-height: 16px;
  color: #B1B2B2;
  opacity: 1;
  visibility: visible;
}

.search_popup-wrp form input::-ms-input-placeholder {
  font-size: 14px;
  line-height: 16px;
  color: #B1B2B2;
  opacity: 1;
  visibility: visible;
}

#change_address-popup,
#change_address,
.search_popup-wrp form input::placeholder {
  font-size: 14px;
  line-height: 16px;
  color: #B1B2B2;
  opacity: 1;
  visibility: visible;
}

.change_address-wrp {
  position: relative;
}

#select_store_input,
#change_address-popup,
#change_address {
  padding: 16px 16px 16px 26px;
  background: transparent url(../img/search.svg) left center / 13px no-repeat;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  font-size: 14px;
  color: var(--textblack);
  opacity: 1;
}

.change_address-wrp input[type=reset] {
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  height: 12px;
  background: transparent url(../img/close.svg) right center / 11px no-repeat;
  z-index: 10;
  cursor: pointer;
  border: 0;
  outline: 0;
  font-size: 0;
  color: transparent;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.add_card-wrp {
  position: relative;
  margin: 40px 0 0;
}

.bankcard-front {
  position: relative;
  width: 460px;
  height: 284px;
  background-color: var(--white);
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  -webkit-box-shadow: 0 12px 30px rgba(0, 0, 0, .08);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .08);
  padding: 32px 24px 28px;
  z-index: 10;
  margin: 0 0 72px;
}

.bankcard-back {
  position: absolute;
  top: 32px;
  left: 164px;
  width: 460px;
  height: 284px;
  background-color: var(--lighthrey2);
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 32px 24px 84px;
  z-index: 5;
}

.bankcard-mobile {
  padding: 20px 24px 32px;
  background-color: var(--white);
  -webkit-box-shadow: 0 12px 30px rgba(0, 0, 0, .08);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .08);
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

.bankcard-mobile .inputs_group.sm {
  flex-wrap: nowrap;
  gap: .5rem;
}

.bankcard-mobile .inputs_group.sm .form_field.xs,
.bankcard-mobile .inputs_group.sm .form_field.sm {
  min-width: 147px !important;
  max-width: 100% !important;
  width: 50% !important;
}

.mobile_menu-wrp {
  position: fixed;
  top: var(--headerheight);
  left: 0;
  width: 100%;
  min-height: calc(100vh - var(--headerheight));
  background: #fff;
  -webkit-user-select: 0;
  -moz-user-select: 0;
  -ms-user-select: 0;
  user-select: 0;
  pointer-events: none;
  z-index: 700;
  transform: translateX(-150%);
  -webkit-transform: translateX(-150%);
  -moz-transform: translateX(-150%);
  -ms-transform: translateX(-150%);
  -o-transform: translateX(-150%);
  overflow: hidden;
  overflow-y: auto;
  transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
}

.mobile_menu-wrp.open {
  opacity: 1;
  visibility: visible;
  -webkit-user-select: unset;
  -moz-user-select: unset;
  -ms-user-select: unset;
  user-select: unset;
  pointer-events: unset;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}

.mobile_menu-head {
  /* border-bottom: 1px solid rgba(0, 0, 0, .1); */
  margin: 0 0 1rem;
}

.mobile_menu-wrp.open .mobile_menu-head {
  margin: 0;
}

.mobile_menu-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  overflow: auto;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.mobile_menu-tabs.hide {
  display: none;
}

.mobile_menu-tabs a {
  display: block;
  min-width: 110px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 15px 12px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  text-align: center;
  letter-spacing: .02em;
  color: var(--textmidgrey);
  border-bottom: 1px solid transparent;
  text-transform: uppercase;
}

.mobile_menu-tabs a.active {
  color: var(--textblack);
  border-color: var(--yellow);
}

.mobile_menu-body {
  position: relative;
}

.mobile_menu {
  position: relative;
  padding: 8px 0 0;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: 10;
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
}

.mobile_menu span,
.mobile_menu a {
  display: block;
  padding: 8px 13px;
  font-size: 14px;
  line-height: 24px;
  color: var(--textblack);
  text-decoration: none;
  cursor: pointer;
}

.mobile_menu a.arrow,
.mobile_menu span {
  position: relative;
}

.mobile_menu a.arrow::after,
.mobile_menu span::after {
  position: absolute;
  content: '';
  top: 50%;
  right: 12px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background: transparent url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDYgMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDFMNSA1TDEgOSIgc3Ryb2tlPSIjNDc0NzQ3Ii8+Cjwvc3ZnPgo=") center / 8px no-repeat;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.mobile_menu ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  min-height: 100%;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  z-index: 100;
  background: var(--white);
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  min-height: calc(100vh - var(--headerheight));
}

.mobile_menu ul.open {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}

.mobile_menu ul li:first-child {
  position: relative;
  text-align: center;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  padding: 16px 14px;
  cursor: pointer;
  background: transparent url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxOSAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTggMTUuMDcwM0w5LjUgMTMuNTcwM0w0LjkyOTY5IDlMMTkgOUwxOSA3TDQuOTI5NjkgN0w5LjUgMi40Mjk2OUw4IDAuOTI5Njg4TDAuOTI5Njg3IDhMOCAxNS4wNzAzWiIgZmlsbD0iIzQ3NDc0NyIvPgo8L3N2Zz4K") left 16px top 20px / 18px no-repeat;
}

.mobile_menu_geo {
  width: 100%;
  border: 0;
  padding: 20px 12px;
  background-color: var(--lighthrey2);
  margin: 8px 0;
  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;
}

.mobile_menu_geo .inner {
  padding: 0 0 0 26px;
  font-size: 14px;
  background: transparent url(../img/pin.svg) left center / 15px no-repeat;
  color: var(--textblack);
}

.mobile_menu_contacts {
  padding: 32px 19px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1rem 22px;
  border-top: 1px solid rgba(0, 0, 0, .1);
}

.mobile_menu_contacts img {
  width: 20px;
  height: 32px;
  margin: 10px 0 0;
}

.mobile_menu_contacts .inner {}

.mobile_menu_contacts a {
  display: block;
  color: var(--textblack);
  text-decoration: none;
  font-size: 13px;
  line-height: 24px;
}

#change_address-map {
  height: 450px;
}

.suggestions-suggestion {
  padding: 16px;
  color: var(--textblack);
  font-size: 16px;
}

.suggestions-hint {
  display: none;
}

#child_popup_pic .popup {
  padding: 40px 120px 48px;
}

#child_popup_pic .pic {
  position: relative;
  max-width: 508px;
  width: 100%;
  height: 508px;
  margin: 0 0 32px;
}

#child_popup_pic .pic img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#child_popup_pic .btns_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.order_item_list {
  padding: 31px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: var(--textblack);
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.profile_content_title+.order_item_list {
  border-top: 1px solid rgba(0, 0, 0, .1);
}

.order_item_list img {
  width: 48px;
  height: 48px;
  margin: 0 19px 0 0;
}

.order_item_list .inner:first-of-type {
  margin: 0 70px 0 0;
}

.order_item_list .inner:first-of-type p {
  font-size: 14px;
}

.order_item_list .inner strong {
  display: block;
  /* font-size: 16px; */
  font-weight: 500;
  margin: 0 0 8px;
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
}

.order_item_list .status {
  font-size: 14px;
  margin: 0 120px 0 0;
  max-width: 130px;
}

.order_item_list .inner:nth-last-child(2) {
  margin: 0 75px 0 0;
  width: 100%;
  font-size: 14px;
}

.order_item_list-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0 0 0 auto;
}

.order_item_list-items img {
  width: 48px;
  height: 48px;
  margin: 0;
  object-fit: contain;
}

.order_item_list-cnt {
  width: 48px;
  height: 48px;
  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: 14px;
  font-weight: 500;
  text-align: center;
  background-color: #f8f8f8;
}

@media(hover) {
  .order_item_list:hover .inner:nth-child(2) strong {
    color: var(--yellow)
  }
}

.popup-window {
  padding: 0px !important;
  /* max-width: 760px !important; */
  width: 100%;
}

/* .popup-window-close-icon {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: -35px;
  right: 4px;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuNzA3MDMgMC4yOTI5NjlMMC4yOTI5NjkgMS43MDcwM0w2LjU4NTk0IDhMMC4yOTI5NjkgMTQuMjkzTDEuNzA3MDMgMTUuNzA3TDggOS40MTQwNkwxNC4yOTMgMTUuNzA3TDE1LjcwNyAxNC4yOTNMOS40MTQwNiA4TDE1LjcwNyAxLjcwNzAzTDE0LjI5MyAwLjI5Mjk2OUw4IDYuNTg1OTRMMS43MDcwMyAwLjI5Mjk2OVoiIGZpbGw9IiNGRjNCMzAiLz4KPC9zdmc+Cg==") center/cover no-repeat;
  width: 16px;
  height: 16px;
  display: block;
  border: none;
  outline: 0;
  cursor: pointer
} */

.popup-window-close-icon::after {
  display: none;
}

.popup-window-titlebar {
  height: auto;
}

.popup-window-titlebar-text {
  display: block;
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  color: var(--lightblack);
  margin: 0 0 24px;
  padding: 0;
}

.popup-window-content {
  padding: 0 !important;
}

.popup-window-content>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 16px;
  color: var(--textblack);
  gap: 2rem;
}

.popup-window-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.popup-window-buttons span {
  max-width: 250px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  cursor: pointer;
}

.popup-window-buttons span:first-child {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  font-size: 16px;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  color: var(--white);
  background-color: var(--yellow);
  cursor: pointer;
  width: 100%;
  padding: 13px 16px;
  border: 2px solid transparent;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}

.popup-window-buttons span:last-child {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  font-size: 16px;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  color: var(--textblack);
  background-color: var(--lightgrey);
  cursor: pointer;
  width: 100%;
  padding: 13px 16px;
  border: 2px solid transparent;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
}

@media(hover) {
  .popup-window-buttons span:first-child:hover {
    background-color: var(--textblack);
    color: var(--white)
  }

  .popup-window-buttons span:last-child:hover {
    background-color: var(--yellow);
    color: var(--white)
  }
}

@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
  .popup-window-overlay {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, .5);
    opacity: 1
  }
}

#drop-area-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

#drop-area-preview .loaded_img {
  position: relative;
  width: 88px;
  height: 88px;
}

#drop-area-preview .loaded_img button {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 24px;
  height: 24px;
  background: rgba(255, 255, 255, .6) url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuNzA3MDMgMC4yOTI5NjlMMC4yOTI5NjkgMS43MDcwM0w2LjU4NTk0IDhMMC4yOTI5NjkgMTQuMjkzTDEuNzA3MDMgMTUuNzA3TDggOS40MTQwNkwxNC4yOTMgMTUuNzA3TDE1LjcwNyAxNC4yOTNMOS40MTQwNiA4TDE1LjcwNyAxLjcwNzAzTDE0LjI5MyAwLjI5Mjk2OUw4IDYuNTg1OTRMMS43MDcwMyAwLjI5Mjk2OVoiIGZpbGw9IiNGRjNCMzAiLz4KPC9zdmc+Cg==") center/11px no-repeat;
  z-index: 10;
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  border: 0;
}

@media(hover) {
  #drop-area-preview .loaded_img button:hover {
    background: rgba(255, 255, 255, .9) url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuNzA3MDMgMC4yOTI5NjlMMC4yOTI5NjkgMS43MDcwM0w2LjU4NTk0IDhMMC4yOTI5NjkgMTQuMjkzTDEuNzA3MDMgMTUuNzA3TDggOS40MTQwNkwxNC4yOTMgMTUuNzA3TDE1LjcwNyAxNC4yOTNMOS40MTQwNiA4TDE1LjcwNyAxLjcwNzAzTDE0LjI5MyAwLjI5Mjk2OUw4IDYuNTg1OTRMMS43MDcwMyAwLjI5Mjk2OVoiIGZpbGw9IiNGRjNCMzAiLz4KPC9zdmc+Cg==") center/11px no-repeat
  }
}

#drop-area-preview .loaded_img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#drop-area.hide {
  position: relative;
}

#drop-area.hide label {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}

[data-entity=total] {
  padding: 16px 0;
  font-size: 18px;
  color: var(--textblack);
}

.webrussia-search-filter-name {
  padding: 12px 18px;
  background-color: var(--lightwhite);
  font-size: 16px;
}

.webrussia-search-filter-body {
  padding: 4px 18px;
}

.webrussia-search-filter-body label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 6px;
  cursor: pointer;
}

.webrussia-search-filter-body label input {
  width: 20px;
  height: 20px;
  border: 1px solid var(--textmidgrey);
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
}

@media(hover) {
  .webrussia-search-filter-body label input:hover {
    border-color: var(--textblack)
  }
}

.webrussia-search-filter-body label input:checked {
  background: var(--textblack) url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEwIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDNMNCA2TDkgMSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=") center / 8px 5px no-repeat;
  border-color: var(--textblack);
}

.webrussia-search-filter-body label span {
  padding: 0 0 0 6px;
}

.webrussia-search-suggestions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.webrussia-search-suggestions button {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  background-color: var(--textblack);
  color: var(--lightwhite);
  padding: 6px 12px;
}

[data-entity=filter] {
  position: sticky;
  top: var(--headerheight);
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  z-index: 1000;
}

.search_popup.is-loading .popup #search-form+.container {
  position: relative;
}

.search_popup.is-loading .popup #search-form+.container::before {
  content: '';
  position: fixed;
  inset: 0;
  width: 100%;
  height: calc(100vh - var(--headerheight));
  z-index: 100;
  background: var(--white);
}

.search_popup.is-loading .popup #search-form+.container::after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  height: 50px;
  width: 50px;
  margin: -25px 0 0 -25px;
  border: 4px rgba(0, 0, 0, .25) solid;
  border-top: 4px var(--textblack) solid;
  border-right: 4px var(--textblack) solid;
  border-bottom: 4px var(--textblack) solid;
  border-radius: 50%;
  -webkit-animation: spin3 1s infinite linear;
  animation: spin3 1s infinite linear;
  z-index: 200;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

@-webkit-keyframes spin3 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@keyframes spin3 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

.search_popup .popup [data-entity=container]::after,
.search_popup .popup [data-entity=container]::before {
  display: none;
}

.popup .catalog_page_header h2 {
  font-size: 24px;
}

.popup_cart-wrp {
  padding: 8px;
}

.popup_cart-table {
  margin: 0 0 48px;
}

.popup_cart-thead {
  padding: 0 0 24px;
}

.popup_cart-thead .popup_cart-tr {
  padding: 0 0 8px;
}

.popup_cart-tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding: 24px 0 26px;
}

.popup_cart-th {
  font-size: 12px;
  color: var(--textmidgrey);
}

.popup_cart-th,
.popup_cart-td {
  width: 100%;
}

.popup_cart-th:nth-last-child(1),
.popup_cart-th:nth-last-child(2),
.popup_cart-td:nth-last-child(1),
.popup_cart-td:nth-last-child(2) {
  max-width: 130px;
  width: 100%;
}

.popup_cart-th:nth-last-child(1),
.popup_cart-td:nth-last-child(1) {
  text-align: end;
}

.popup_cart_product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
}

.popup_cart_product-pic {
  width: 176px;
  height: 176px;
  position: relative;
}

.popup_cart_product .inner {
  padding: 0 12px 0 0;
}

.popup_cart_product-pic img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.popup_cart_product-name {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1;
  margin: 0 0 8px;
}

.popup_cart_product-cat {
  font-size: 16px;
  line-height: 1.1;
  margin: 0 0 8px;
}

.popup_cart_product .code {
  text-transform: uppercase;
  font-size: 14px;
  color: var(--textmidgrey);
  margin: 0 0 24px;
}

.popup_cart_product ul li {
  margin: 0 0 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 8px;
  font-size: 14px;
}

.popup_cart_product ul li:last-child {
  margin: 0;
}

.popup_cart_product ul li span:nth-child(1) {
  color: var(--textmidgrey);
}

.popup_cart_product ul li span.old {
  color: var(--textmidgrey);
  text-decoration: line-through;
}

.popup_cart_product ul li span.mark {
  color: var(--corpred);
  padding: 0;
  background-color: transparent;
}

.popup_cart-price {
  font-weight: 500;
  margin: 16px 0 0;
}

.popup_cart-btns {
  position: sticky;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  gap: 12px 38px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 20px 0 0;
  bottom: -20px;
  background-color: var(--white);
  z-index: 100;
}

.popup_cart-btns button {
  max-width: 256px !important;
}

.popup_cart-td .choices {
  width: 100px;
  margin: 16px 0 0;
}

#to_cart .popup {
  padding: 48px 60px 20px;
}

.towm_search {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  background-color: var(--white);
  -webkit-box-shadow: 0 12px 30px rgba(0, 0, 0, .08);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .08);
  max-height: 224px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  z-index: 100;
}

.towm_search.show {
  opacity: 1;
  visibility: visible;
}

.towm_search li {
  padding: 20px 16px;
  position: relative;
  font-size: 14px;
  line-height: 16px;
  cursor: pointer;
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
}

@media (hover) {
  .towm_search li:hover {
    background-color: var(--lighthrey2);
  }
}

.store_delivery_button a {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  font-size: 16px;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  color: var(--textblack);
  background-color: var(--lightgrey);
  cursor: pointer;
  max-width: 360px;
  width: 100%;
  padding: 13px 16px;
  border: 2px solid transparent;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
}

@media (hover) {
  .store_delivery_button:hover {
    background-color: var(--yellow);
    color: var(--white)
  }
}

.page404 {
  min-height: calc(100vh - var(--headerheight)) !important;
  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;
  margin: -24px 0 0;
}

.page404_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page404_text h1 {
  font-size: 40px;
  margin: 0 0 16px;
  font-weight: 500;
}

.page404_text p {
  margin: 0 0 48px;
}

.page404_text a {
  display: block;
  position: relative;
  text-decoration: none;
  color: var(--textblack);
  line-height: 24px;
  padding: 0 24px 0 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.page404_text a::before {
  content: '';
  position: absolute;
  top: 55%;
  right: 6px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background: transparent url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgNiA4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNS4xMTc2NCA0LjAwMDAxTDEuNTgyMTEgNy41MzU1NUwwLjg3NSA2LjgyODQ0TDMuNzAzNDMgNC4wMDAwMUwwLjg3NSAxLjE3MTU4TDEuNTgyMTEgMC40NjQ0NzhMNS4xMTc2NCA0LjAwMDAxWiIgZmlsbD0iIzQ3NDc0NyIvPgo8L3N2Zz4K") center / 7px no-repeat;
  width: .5rem;
  height: .5rem;
  line-height: 24px;
}

.page404_text a:hover {
  color: var(--yellow);
}

.page404_text a:hover:before {
  background: transparent url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDYgMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDFMNSA1TDEgOSIgc3Ryb2tlPSIjRjFDNDAwIi8+Cjwvc3ZnPgo=") center / 7px no-repeat;
}

.page404 img {
  max-width: 560px;
  width: 100%;
  margin: 0 0 0 auto;
}

.catalog_list-item {
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, .1);
}

.catalog_list-item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  margin: 0 0 64px;
}

.catalog_list-title {
  position: relative;
  padding: 36px 0 48px;
}

.catalog_list-title::before {
  content: '';
  position: absolute;
  top: 34px;
  right: 6px;
  width: 2rem;
  height: 2rem;
  background: var(--lightwhite) url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik05IDFMNSA1TDEgMSIgc3Ryb2tlPSIjNDc0NzQ3Ii8+Cjwvc3ZnPgo=") center / 8px no-repeat;
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.open .catalog_list-title::before {
  background: var(--lightwhite) url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHlsZT0idmVjdG9yLWVmZmVjdDogbm9uLXNjYWxpbmctc3Ryb2tlOyIgZmlsbD0ibm9uZSI+CgogPGc+CiAgPHRpdGxlPkxheWVyIDE8L3RpdGxlPgogIDxwYXRoIHRyYW5zZm9ybT0icm90YXRlKDE4MCwgNSwgMykiIGlkPSJzdmdfMSIgc3Ryb2tlPSIjNDc0NzQ3IiBkPSJtOSwxbC00LDRsLTQsLTQiLz4KIDwvZz4KPC9zdmc+") center / 8px no-repeat;
}

.open .catalog_list-caption {
  overflow: unset !important;
}

.catalog_list-caption .wrapper {}

.catalog_list-caption .row {
  padding-bottom: 44px;
}

.catalog_list-wrp {}

.catalog_list-name {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .02em;
  margin: -4px -8px 4px;
  padding: 8px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: var(--textblack);
  text-decoration: none;
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
}

.catalog_list-wrp ul {
  margin: 0 -8px;
}

.catalog_list-wrp ul li {}

.catalog_list-wrp ul li a {
  display: block;
  padding: 8px;
  font-size: 14px;
  color: var(--textblack);
  text-decoration: none;
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

@media (hover) {

  .catalog_list-name:hover,
  .catalog_list-wrp ul li a:hover {
    background-color: var(--lighthrey2);
  }
}

.catalog_list-wrp ul li:last-child {
  margin: 4px 0 0;
}

.catalog_list-wrp ul li:last-child a {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-right: 24px;
}

.catalog_list-wrp ul li:last-child a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background: transparent url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgNiA4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNS4xMTc2NCA0LjAwMDAxTDEuNTgyMTEgNy41MzU1NUwwLjg3NSA2LjgyODQ0TDMuNzAzNDMgNC4wMDAwMUwwLjg3NSAxLjE3MTU4TDEuNTgyMTEgMC40NjQ0NzhMNS4xMTc2NCA0LjAwMDAxWiIgZmlsbD0iIzQ3NDc0NyIvPgo8L3N2Zz4K") center / 4px no-repeat;
  width: .5rem;
  height: .5rem;
}

.order_ready-wrp {
  min-height: calc(100vh - var(--headerheight));
  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;
}

.order_ready-text {
  max-width: 960px;
  width: 100%;
}

.order_ready-text h1 {
  font-size: 40px;
  font-weight: 500;
  margin: 0 0 16px;
}

.order_ready-text p {
  margin: 0 0 48px;
}


.popup-fluid-body .form_feild_radio {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.popup-fluid-body .form_feild_radio:last-child {
  margin: 0 34px 0 0;
}

.popup-fluid--sort-item {
  display: block;
  text-decoration: none;
  color: var(--textblack);
  padding: 6px;
}

.type_popup-wrp {
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
}

.type_popup-title {
  font-size: 24px;
  margin: 0 0 16px;
  font-weight: 500;
}

.type_popup-text {
  font-size: 18px;
}

.cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  padding: 24px 0;
  background-color: #242424;
  color: #fff;
  z-index: 300;
}

.cookies_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -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;
}

.cookies_row button {
  min-width: 107px;
}

.mobile_search_tabs {
  display: none;
  /* -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; */
  justify-content: space-between;
  overflow: auto;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.mobile_search_tabs label {
  position: relative;
  display: block;
  min-width: 110px;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  padding: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.mobile_search_tabs label span {
  color: var(--textmidgrey);
}

.mobile_search_tabs label .hr {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: var(--yellow);
  opacity: 0;
}

.mobile_search_tabs label input {
  position: absolute;
  height: 1px;
  width: 1px;
  opacity: 0;
}

.mobile_search_tabs label input:checked~.hr {
  opacity: 1;
}

.mobile_search_tabs label input:checked~span {
  color: var(--textblack);
}

.catalog-context {
  display: none;
}

#change_town .form_field-search input[type=search] {
  padding: 16px 32px 16px 44px;
}

#change_town .form_field-search button {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  width: 12px;
  height: 12px;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuMTM4MDIgMC4xOTUzMTJMMC4xOTUzMTIgMS4xMzgwMkw1LjA1NzI5IDZMMC4xOTUzMTIgMTAuODYyTDEuMTM4MDIgMTEuODA0N0w2IDYuOTQyNzFMMTAuODYyIDExLjgwNDdMMTEuODA0NyAxMC44NjJMNi45NDI3MSA2TDExLjgwNDcgMS4xMzgwMkwxMC44NjIgMC4xOTUzMTJMNiA1LjA1NzI5TDEuMTM4MDIgMC4xOTUzMTJaIiBmaWxsPSIjRUUyNzQwIi8+Cjwvc3ZnPgo=") center / contain no-repeat;
  z-index: 10;
  border: 0;
  cursor: pointer;
  opacity: 0;
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
}


/* бронь */

.booking_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #474747;
  text-decoration: none;
  padding: 36px 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid rgba(0, 0, 0, .1);
  gap: 0 8px;
}

.booking_item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.booking_item strong {
  display: block;
  font-weight: 500;
  margin: 0 0 8px;
}

.booking_item strong span {
  display: none;
}

.booking_item p,
.booking_item time {
  display: block;
  font-size: 14px;
}

.booking_order {
  max-width: 110px;
  width: 100%;
  margin: 0 90px 0 0;
}

.booking_status {
  max-width: 72px;
  width: 100%;
  margin: 0 100px 0 0;
}

.booking_place {
  max-width: 210px;
  width: 100%;
  margin: 0 auto 0 0;
}

.booking_product {
  position: relative;
  padding: 0 48px 0 0;
}

.booking_product img {
  width: 48px;
  height: 48px;
  -o-object-fit: cover;
  object-fit: cover;
}

.booking_product .context {
  position: absolute;
  top: 50%;
  right: -3px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

@media (hover) {
  .booking_item:hover .booking_order strong {
    color: #BFD22A;
  }
}

@media screen and (max-width: 991px) {
  .booking_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 24px 0;
  }

  .booking_order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
  }

  .booking_product,
  .booking_place {
    display: none;
  }

  .booking_status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 24px;
    max-width: 100%;
  }

  .booking_status strong {
    font-weight: 400;
  }

  .booking_item strong span {
    display: inline-block;
  }

  .booking_order strong {
    position: relative;
  }

  .booking_order strong::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -16px;
    width: 1px;
    height: 100%;
    background-color: rgba(0, 0, 0, .1);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
}

/* возвраты */

.return_item-wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 36px 0;
  text-decoration: none;
  color: #474747;
  border-top: 1px solid rgba(0, 0, 0, .1);
}

.return_item-wrp:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.return_item-wrp strong {
  margin: 0 0 8px;
  font-weight: 500;
}

.return_item-wrp strong,
.return_item-wrp p,
.return_item-wrp time {
  display: block;
}

.return_item-wrp p,
.return_item-wrp time {
  font-size: 14px;
}

.return_item-prod {
  max-width: 110px;
  width: 100%;
  margin: 0 150px 0 0;
}

.return_item-stat {
  max-width: 230px;
  width: 100%;
  margin: 0 auto 0 0;
}

.return_item-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.return_item-total img {
  width: 48px;
  height: 48px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (hover) {
  .return_item-wrp:hover .return_item-prod strong {
    color: #BFD22A;
  }
}

.bx-calendar-top-year,
.bx-calendar-top-month {
  font-weight: 500;
}

.bx-calendar-month-popup {

}

.bx-calendar-month-title {

}

.bx-calendar-month-content {

}

.bx-calendar-month {

}

.personal-login a {
  color: var(--textblack);
}

.choices__list--dropdown, .choices__list[aria-expanded] {
  z-index: 1000;
}

.choices__list.choices__list--dropdown.is-active {
  /* width: var(--custom-select-w); */
  width: max-content;
}

#stores_map_node {
  position: relative;
  z-index: 100;
}

.form_field .suggestions-wrapper {
  position: absolute;
  width: 100%;
}

.suggestions-suggestions {
  max-height: 376px;
  overflow: auto;
  top: 100%;
  -webkit-box-shadow: 0 6px 24px rgba(0, 0, 0, .08);
  box-shadow: 0 6px 24px rgba(0, 0, 0, .08);
  border: 0
}

.profile_content_subtitle {
  color: var(--textmidgrey);
  line-height: 1.1;
}

.order_detail-item {
  text-decoration: none;
  color: unset;
}

.order_detail-item .inner {
  width: 100%;
}

.order_detail-item ul li {
  gap: 8px !important;
}

.order_detail-wrp ul li span {
  display: inline-block;
  white-space:nowrap;
  width: max-content !important;
}

/* wait list */

.wait_item-flex {
  display: flex;
  gap: 16px 4px;
  justify-content: space-between;
}

.wait_item-size {
  font-size: 12px;
  color: var(--textmidgrey);
  margin: 12px 0 0;
}

.not-available .product_card-imgs .swiper-wrapper {
  opacity: .5 !important;
}

.product_card .wait_item-del {
  position: unset !important;
  inset: unset !important;
  display: block;
  width: 48px;
  height: 48px;
  border: 0;
  background: #f5f5f5 url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxNCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUuMzM1OTQgMC42NjY2MjZMNC41MDI2IDEuNDk5OTZIMC4zMzU5MzhWMy4xNjY2M0gxLjE2OTI3VjE1LjY2NjZDMS4xNjkyNyAxNi4xMDE4IDEuMzI4NzEgMTYuNTQ1NSAxLjY0MjkgMTYuODU5N0MxLjk1NzEgMTcuMTczOSAyLjQwMDc1IDE3LjMzMzMgMi44MzU5NCAxNy4zMzMzSDExLjE2OTNDMTEuNjA0NSAxNy4zMzMzIDEyLjA0ODEgMTcuMTczOSAxMi4zNjIzIDE2Ljg1OTdDMTIuNjc2NSAxNi41NDU1IDEyLjgzNTkgMTYuMTAxOCAxMi44MzU5IDE1LjY2NjZWMy4xNjY2M0gxMy42NjkzVjEuNDk5OTZIOS41MDI2TDguNjY5MjcgMC42NjY2MjZINS4zMzU5NFpNMi44MzU5NCAzLjE2NjYzSDExLjE2OTNWMTUuNjY2NkgyLjgzNTk0VjMuMTY2NjNaTTQuNTAyNiA0LjgzMzI5VjE0SDYuMTY5MjdWNC44MzMyOUg0LjUwMjZaTTcuODM1OTQgNC44MzMyOVYxNEg5LjUwMjZWNC44MzMyOUg3LjgzNTk0WiIgZmlsbD0iIzQ3NDc0NyIvPgo8L3N2Zz4K") center / 13px 16px no-repeat;
  font-size: 0;
  color: transparent;
  margin: 8px 0 0;
}

@media (hover) {
  .product_card .wait_item-del:hover {
    background: #f5f5f5 url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxNCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUuMzM1OTQgMC42NjY2MjZMNC41MDI2IDEuNDk5OTZIMC4zMzU5MzhWMy4xNjY2M0gxLjE2OTI3VjE1LjY2NjZDMS4xNjkyNyAxNi4xMDE4IDEuMzI4NzEgMTYuNTQ1NSAxLjY0MjkgMTYuODU5N0MxLjk1NzEgMTcuMTczOSAyLjQwMDc1IDE3LjMzMzMgMi44MzU5NCAxNy4zMzMzSDExLjE2OTNDMTEuNjA0NSAxNy4zMzMzIDEyLjA0ODEgMTcuMTczOSAxMi4zNjIzIDE2Ljg1OTdDMTIuNjc2NSAxNi41NDU1IDEyLjgzNTkgMTYuMTAxOCAxMi44MzU5IDE1LjY2NjZWMy4xNjY2M0gxMy42NjkzVjEuNDk5OTZIOS41MDI2TDguNjY5MjcgMC42NjY2MjZINS4zMzU5NFpNMi44MzU5NCAzLjE2NjYzSDExLjE2OTNWMTUuNjY2NkgyLjgzNTk0VjMuMTY2NjNaTTQuNTAyNiA0LjgzMzI5VjE0SDYuMTY5MjdWNC44MzMyOUg0LjUwMjZaTTcuODM1OTQgNC44MzMyOVYxNEg5LjUwMjZWNC44MzMyOUg3LjgzNTk0WiIgZmlsbD0iIzQ3NDc0NyIvPgo8L3N2Zz4K") center / 13px 16px no-repeat !important;
  }
}

@media screen and (max-width: 575px) {

  .wait_item-flex {
    flex-direction: column;
  }

  .product_card .wait_item-del {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    height: 48px;
    border: 0;
    background: #f5f5f5 none center / 0 no-repeat;
    font-size: 16px;
    color: #474747;
    margin-top: 0;
  }

  .wait_item-size {
    margin: 0;
  }

  @media (hover) {
    .product_card .wait_item-del:hover {
      background: #f5f5f5 !important
    }
  }

}







.profile_content .inputs_group_wrp.custom_margin {
  margin: -12px 0 0;
}

.order_detail-title {
  line-height: 1.1;
}

.order_detail-item .inner b {
  line-height: 1.1;
}

.loyalty_card {
  pointer-events: none;
}

.order_info .form_feild_radio input:not(:checked) ~ p span {
  font-weight: 400;
  color: #474747;
}

/* .show_checked input:not(:checked) ~ p span {
  color: var(--textmidgrey) !important;
} */

.show_checked {
  display: flex;
  /* align-items: center; */
}

.order_info .form_feild_radio input:checked ~ p span {
  font-weight: 500;
}

.product_gallery .slick-dots li button::before {
  content: '';
  display: none !important;
}

.product_gallery .slick-dots {
  display: flex;
  gap: 0 10px;
  justify-content: center;
}

.product_gallery .slick-dots li {
  width: max-content;
  height: max-content;
}

.product_gallery .slick-dots li button {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background-color: #dfdfdf;
  padding: 0;
  opacity: 1;
}

.product_gallery .slick-dots .slick-active button {
  background-color: var(--textblack);
}

.mobile_color-info {
  font-size: 14px;
  line-height: 1rem;
  display: none;
  gap: 8px;
  width: max-content;
  margin: 0 0 16px;
}

.mobile_color-info span:nth-child(1) {
  color: #adadad;
}

.mobile_color-info span:nth-child(2) {
  color: #3d3d3d;
}

#step-delivery .form_feild_radio {
	margin-bottom: 12px !important;
} 

.select_store-form {
  width: 100% !important;
  align-items: flex-start !important;
  justify-content: unset !important;
}

.select_store-tabs {
 width: 100%;
}

.select_store-tabs nav {

}

.select_store-tabs nav ul {
  display: flex;
  width: 100%;
}

.select_store-tabs li {
  width: 50%;
}

.select_store-tabs li button {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  padding: 16px 0;
  text-align: center;
  text-transform: uppercase;
  border: 0;
  border-bottom: 1px solid transparent;
}

.select_store-tabs li.active button {
  border-color: var(--yellow);
}

#select_store_input {
  width: 100%;
  border: 0;
  padding-left: 13px !important;
  padding-right: 13px !important;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  border-top: 1px solid rgba(0, 0, 0, .1);
  padding-left: 41px !important;
  background: transparent url(../img/search.svg) 13px center / 13px no-repeat !important;
}

.select_store-item {
  padding: 24px 13px;
  border-top: 1px solid rgba(0, 0, 0, .1);
}

.select_store-item:first-child {
  border-top: 0;
}

.select_store-item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.select_store-name {
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 4px;
}

.select_store-address {
  font-size: 14px;
  line-height: 1rem;
}

.select_store-item ul {
  margin: 20px 0 0;
}

.select_store-item ul li {
  margin: 0 0 8px;
  display: flex;
  gap: 0 12px;
  color: var(--textmidgrey);
  width: 100%;
}

.select_store-item ul li:last-child {
  margin: 0;
}

.select_store-item ul li span {
  display: inline-block;
  font-size: 14px;
  line-height: 1rem;
}

.select_store-item ul li span:last-child {
  color: var(--textblack);
}

#select_store .popup {
  padding: 24px 0 !important;
}

#select_store .popup .popup_title {
  width: 100%;
}

.popup_title-sub {
  position: absolute;
  top: 48px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  font-size: 14px;
  line-height: 20px;
  color: var(--textmidgrey);
}

.order_info .inputs_group.col {
  gap: 0;
}


/* *********** */

.profile_wrp .profile_content>button.copy_btn {
  position: absolute;
  top: 18px;
  right: 14px;
  /* display: block; */
  width: 20px;
  height: 20px;
  z-index: 100;
  border: 0;
  background: transparent url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIgMEMwLjg5NSAwIDAgMC44OTUgMCAyVjE2SDJWMkgxNlYwSDJaTTYgNEM0Ljg5NSA0IDQgNC44OTUgNCA2VjE4QzQgMTkuMTA1IDQuODk1IDIwIDYgMjBIMThDMTkuMTA1IDIwIDIwIDE5LjEwNSAyMCAxOFY2QzIwIDQuODk1IDE5LjEwNSA0IDE4IDRINlpNNiA2SDE4VjE4SDZWNloiIGZpbGw9IiM0NzQ3NDciLz4KPC9zdmc+Cg==") center / contain no-repeat;
}

button.copy_btn::before {
  content: attr(data-text);
  position: fixed;
  top: 64px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  width: max-content;
  padding: 8px;
  background-color: white;
  -webkit-box-shadow: 0 6px 24px rgba(0, 0, 0, .08);
  box-shadow: 0 6px 24px rgba(0, 0, 0, .08);
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  user-select: none;
  pointer-events: none;
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
}

button.copy_btn.copyed::before {
  opacity: 1;
  visibility: visible;
}

.help_page-wrp {
  margin-top: 50px;
}

.store-item-name {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  margin: 0 0 4px;
}

.store-item-address {
  font-size: 14px;
  line-height: 16px;
  margin: 0 0 20px;
}

.store-item-metro {
  font-size: 12px;
  line-height: 16px;
  margin: 0 0 4px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.store-item-metro-color {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  flex-shrink: 0;
  display: inline-block;
}

.store-item-phone {
  margin: 0 0 20px;
}

.store-item-phone a {
  font-size: 12px;
  line-height: 16px;
  color: var(--textblack);
  text-decoration: none;
}

.store-item-heading {
  font-size: 12px;
  line-height: 16px;
  color: var(--textmidgrey);
  margin: 0 0 4px;
}

.store-item-text {
  font-size: 12px;
  line-height: 16px;
}

.store-item-imgs-wrp {
  margin: 24px 0 0;
}

.store-item-imgs {
  display: flex;
  overflow: auto;
  gap: 8px;
}

.store-item-imgs a {
  display: block;
  flex-shrink: 0;
}

.store-item-imgs a img {
  display: block;
  width: 107px;
  height: 72px;
}

.section-context.xs {
  margin: -12px -13px 0;
  width: calc(100% + 24px);
  padding: 8px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  display: flex;
  flex-wrap: nowrap;
}

.section-context.xs::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  width: 1px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 10;
}

.section-context.single.xs {
  justify-content: center;
}

.section-context.single.xs::before {
  display: none;
}

.section-context.xs li {
  width: 50%;
  padding: 12px 20px;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}

.section-context.single.xs li {
  width: 100%;
}

.section-context.xs li div {
  position: relative;
  width: max-content;
  margin: auto;
}

.section-context.xs li div span {
  display: block;
  position: absolute;
  top: 0;
  right: -8px;
  width: 8px;
  height: 8px;
  background-color: var(--yellow);
  z-index: 10;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

.popup_content.popup_content-list li a,
.popup_content-list-item {
  display: block;
  padding: 6px 0;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  color: var(--textblack);
}

.popup_content.popup_content-list li a.active,
.popup_content-list-item.active {
  font-weight: 500;
}

.popup_content.popup_content-list a.popup_content-list-item {
  padding: 0;
}

.popup_back {
  position: absolute;
  top: 28px;
  left: 16px;
  font-size: 0;
  color: transparent;
  display: block;
  width: 18px;
  height: 14px;
  background: transparent url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxOSAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTggMTUuMDcwM0w5LjUgMTMuNTcwM0w0LjkyOTY5IDlMMTkgOUwxOSA3TDQuOTI5NjkgN0w5LjUgMi40Mjk2OUw4IDAuOTI5Njg4TDAuOTI5Njg3IDhMOCAxNS4wNzAzWiIgZmlsbD0iIzQ3NDc0NyIvPgo8L3N2Zz4K") center / contain no-repeat;
  border: 0;
}

@media screen and (max-width: 575px) {
  .smbot::before {
    display: none !important;
  }
}

.section-context.xs {
  display: none;
}

.popup_content.popup_content-list li:first-child {
  padding: 0 0 6px;
}

.popup_content.popup_content-list li {
  display: flex;
  gap: 12px;
  font-size: 14px;
  line-height: 24px;
  padding: 6px 0;
  width: 100%;
  align-items: center;
}

.popup_content.popup_content-list li a,
.popup_content.popup_content-list li label {
  display: block;
  max-width: 100%;
  width: 100%;
  background: transparent url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDYgMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDFMNSA1TDEgOSIgc3Ryb2tlPSIjM0QzRDNEIi8+Cjwvc3ZnPgo=') center right 2px / 6px no-repeat;
  padding: 0 !important;
}

.popup_content.popup_content-list .checked {
  font-size: 12px;
  line-height: 20px;
  color: var(--textmidgrey);
  margin: 0 0 0 8px;
}

.popup_content-input {
  justify-content: space-between;
  flex-direction: row-reverse;
  background: 0 !important;
}

.popup_content-input label,
.popup_content-input a {
  background: none !important;
}

.popup_content-input input {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  flex-shrink: 0;
  outline: 0;
  border: 1px solid var(--textblack);
}

.popup_content-input input:not(:checked) {
  background: transparent;
}

.popup_content-input input:checked {
  background: transparent url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgOCA4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTQgOEMxLjc5MDg2IDggMCA2LjIwOTE0IDAgNEMwIDEuNzkwODYgMS43OTA4NiAwIDQgMEM2LjIwOTE0IDAgOCAxLjc5MDg2IDggNEM4IDYuMjA5MTQgNi4yMDkxNCA4IDQgOFoiIGZpbGw9IiM0NzQ3NDciLz4KPC9zdmc+Cg==") center / 8px no-repeat
}

.popup_content-input input[type=checkbox]:checked {
  background: var(--textblack) url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEwIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDMuNjA1OTZMNCA2LjYwNTk2TDkgMS42MDU5NiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=") center / 8px no-repeat
}

.popup_content-input input:checked + label {
  font-weight: 500;
}

.next-party {
  display: flex;
  flex-direction: column;
  /* gap: 12px; */
  height: 100% !important;
}

.popup-fluid-bot {
  margin: auto 0 0;
}

.values li label span.text {
  position: relative;
  padding: 0 24px 0 0;
}

.values li label span.text::before {
  content: attr(data-count);
  position: absolute;
  top: 50%;
  left: calc(100% - 8px);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  font-size: 12px;
  line-height: 20px;
  color: #8f8f8f;
}

input[type=date] {
  appearance: none !important;
  text-align: left !important;
}

.priv a {
  display: block;
  font-size: 12px;
  line-height: 16px;
  color: rgba(143, 143, 143, 1);
  margin: 0 0 12px;
  text-decoration: none;
}

.detail_order-item {
  margin: 0 160px 0 0;
}

.choice_cards {
  margin: 0 0 32px;
}

nav.header_submenu_brands  {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  margin: 30px 0 0;
}

nav.header_submenu_brands > a {
  padding: 0 !important;
  margin: 0;
  display: flex !important;
  align-self: center;
  justify-content: center;
  max-width: 160px;
  min-width: calc(15% - 20px);
  width: 100%;
  height: 84px;
  filter: saturate(0);
  border: 1px solid transparent;
  transition: .15s ease-in-out !important;
}

nav.header_submenu_brands > a > img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media (hover) {
  nav.header_submenu_brands > a:hover {
    border-color: rgba(0, 0, 0, .1);
    filter: saturate(1);
  }
}

.mobile_menu-brands {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.mobile_menu-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: calc(50% - 5px);
  width: 100%;
  height: 84px;
}

.mobile_menu-brands a {
  padding: 0;
  margin: 0;
  display: block;
}

.mobile_menu-brands a img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.search_result_main {
  margin-top: 24px;
}

*.color-gray {
  color: var(--lightgrey4);
}

@media screen and (max-width: 767px) {
  #bx-panel {
    display: none !important;
  }
}