* {
  font-family: "PT Sans-normal", sans-serif;
  margin: 0;
  padding: 0;
}

body {
  background-color: #f6f6f6 !important;
  height: 100%;
}

.sceo {
  width: 150px;
  height: 150px;
  border-radius: 12.5%;
  background-color: #fff;
  box-shadow: 10px 10px 21px #d3d3d6, -10px -10px 21px #fff;
}

.homepage-view .main-categories {
  background-color: #ffff;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.32) 0px 1px 2px 0px;
  height: 280px;
  width: 24%;
}

.homepage-view .main-cat-images {
  display: block;
  margin: 30px auto;
  max-width: 100%;
  width: 100%;
  height: 70%;
  object-fit: cover;
}

.homepage-view .main-cat-description {
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
}

.small-screen {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  background: #f6f6f6;
  align-items: center;
  display: none;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  text-align: center;
}

/* other starts ==========================*/
.card-main-pg a:hover {
  text-decoration: none !important;
  color: #000;
}

.description-box b {
  font-family: "PT Sans";
}

#desc li {
  list-style: unset;
}

.hidden-sm {
  display: none;
}

.one_chars_item_title_element {
  font-size: 20px;
  font-family: "PT Sans";
  margin-top: 10px;
  margin-bottom: 10px;
}

.catalog-block {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 115px;
  padding: 10px;
  line-height: 20px;
  font-size: 16px;
  font-weight: inherit;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #bdbdbd;
  height: 45px;
  color: #323232;
}

.catalog-block span {
  margin-left: 5px;
}

.catalog-block a:hover {
  color: #323232;
}

.catalog-block:hover {
  box-shadow: 0 5px 10px 0 rgb(0 0 0 / 22%);
}

.swal2-styled {
  padding: 0 !important;
  width: 50px;
}

#lizing {
  width: calc(22% + 2px);
  margin-right: 10px;
}

#conf-order {}

.right-description-block__wrap iframe {
  width: 500px;
  height: 315px;
}

.navbar img {
  width: 100px;
  height: auto;
}

#mp img {
  border-radius: 10px;
}

#goods-lite-desc {
  padding: 15px;
}

.homepage-top-grid__actions .mp-actions-head,
.homepage-top-grid__actions .mp-actions-middle,
.homepage-top-grid__actions .mp-actions-bottom {
  width: 100%;
}

.cont {
  white-space: nowrap;
  padding-right: 8px;
  display: inline-block;
}

.test-item-block {
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 2px 0 rgb(0 0 0 / 16%);
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 16%);
  display: flex;
  justify-content: center;
  align-items: center;

  height: 70px;
  margin-bottom: 5px;
  background: #fff;
  padding: 0 18px;
}

.yandex-map {
  display: flex;
  align-content: center;
  align-items: center;
}

.description {
  text-align: center;
  font-size: 16px;
}

.widthpage {
  width: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.expbanner {
  width: 100%;
  height: 100%;
  text-align: center;
}

.block-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.wrap {
  background-color: #f6f6f6;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
}

.block-left {
  width: 80%;
}

.block-right {
  width: 50%;
  margin-right: 5px;
}

.text-left {
  text-align: left;
  color: darkgray;
  word-wrap: normal;
}

.text-center {
  text-align: center;
}

.color {
  color: forestgreen;
}

.text-justify {
  text-align: justify;
}

.site-header {
  height: auto;
}

.site-header h1 {
  display: inline-block;
}

.full-width {
  width: 100%;
  margin: -30px;
  padding: 0;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>NAV>>>>>>>>>>>>>>>>>>>>*/

.site-nav {
  width: 300px;
  min-height: 100vh;
  position: fixed;
  left: -300px;
  top: 0;
  z-index: 999999;
  padding: 10px;
  transition: all ease 1s;
  color: #424242;
  border-radius: 0 10px 10px 0;
}

.site-cart {
  width: 300px;
  height: 100%;
  position: fixed;
  right: -300px;
  top: 0;
  z-index: 999999;
  padding: 10px;
  transition: all ease 1s;
  color: #424242;
  box-shadow: rgb(0 0 0 / 32%) 0px 1px 2px 0px;
  background: white;
}

.close-button-div {
  text-align: right;
}

.show-nav {
  position: relative;
}

.show-cart {
  position: relative;
}

ul.category-list {
  list-style-type: disc;
}

ul.category-list a {
  color: #424242;
}

.site-nav a {
  color: #424242;
}

.nav-button-color {
  background: #4caf50;
  color: white;
  outline: none;
  border: 0;
}

.terms-and-conditions {
  color: #4caf50;
  text-decoration: underline;
}

.login-panel {
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  margin: 4px;
}

.goods-block {
  margin: 0 auto;
}

.flex-row {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

.flex-goods1 {
  flex: 1;
}

.flex-goods-image {
  align-items: center;
  flex-direction: column;
  display: flex;
}

.cart-button-font {
  font-size: 16px;
}

.cart-button-font1 {
  font-size: 17px;
}

.search-style {
  bottom: 0;
  /* добавили */

  background: #ffffff;
  box-shadow: 0 10px 12px 0 rgb(0 0 0 / 15%);
}

.img-vert {
  align-items: center;
  width: 100px;
}

.header-top {
  color: rgb(255, 255, 255);
  background: #292929;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
}

.site-main-color {
  background-color: rgb(246, 246, 246);
}

.pading-right {
  padding-right: 0px !important;
}

.centring {
  display: flex;
  justify-content: space-between;
  text-align: justify;
  /* IE10-, Firefox 12-21 */
  text-align-last: justify;
  /* IE10-, Firefox 12-21 */
  text-justify: newspaper;
  /* IE7- */
  zoom: 1;
  /* IE7- */

  bottom: 0;
}

/*===========================================================================главная страница=============================================================*/

.homepage-top-grid,
.homepage-novelties,
.homepage-news,
.homepage-actual-offers-category-block,
.homepage-benefits,
.homepage-best-offers,
.homepage-blogs,
.homepage-reviews,
.homepage-brands,
.viewed-products-slider,
.homepage-stories,
.homepage-banner-bottom {
  margin-bottom: 48px;
}

.homepage-top-grid {
  min-height: 680px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
  justify-content: center;
  margin-top: 20px;
}

.homepage-top-grid__menu {
  display: flex;
  max-width: 280px;
  flex-basis: 280px;
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: space-between;
}

.menu-desktop {
  display: flex;
  flex-direction: column;
  height: 720px;
  position: relative;
  width: 100%;
  margin-top: 10px;
  border-radius: 10px;
}

.menu-desktop-root {
  height: 100%;
  max-height: 65px;
  margin: 0 -1px;
  padding: 0 24px;
  width: calc(100% + 2px);
}

.homepage-slider-wrap {
  display: flex;
  border-radius: 8px;
  border: none;
  position: relative;
  transition: 0.5s;
  overflow: hidden;
  background-clip: border-box;
  width: 100%;
}

.homepage-actual-offers-main {
  height: 360px;
  width: 100%;
}

.homepage-actual-offers-main__container {
  border-radius: 8px;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 16%);
  background-color: #fff;
  height: 360px;
  padding: 24px;
}

.homepage-top-grid__auth {
  display: flex;
  flex-basis: calc(25% - 10px);
  flex-grow: 0;
  flex-shrink: 0;
  max-width: 196px;
  border-radius: 10px;
}

.homepage-auth {
  padding: 24px;
  position: relative;
  min-height: 150px;
  height: 100%;
  width: 100%;
  text-align: center;
  border-radius: 10px 10px 10px 10px;
  border: unset;
  background: white;
  box-shadow: rgb(0 0 0 / 32%) 0px 1px 2px 0px;
  font-size: 12px;
  text-align: left;
}

.homepage-social {
  margin-top: 10px;
  padding: 5px;
  position: relative;
  height: 95px;
  width: 30%;
  text-align: center;
  border-radius: 10px 10px 10px 10px;
  border: unset;
  background: white;
  box-shadow: rgb(0 0 0 / 32%) 0px 1px 2px 0px;
  font-size: 12px;
  text-align: center;
  margin-left: auto;
}

.homepage-social i {
  font-size: 30px;
}

.find-order {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.find-order-item {
  padding: 10px;
}

.contacts-center {
  text-align: center;
  vertical-align: auto;
  font-size: 20;
  margin-bottom: 7px;
}

hr {
  margin-top: 5px;
  margin-bottom: 5px;
}

.owl-carousel-mp,
.owl-carousel-mp .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel-mp {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel-mp .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel-mp .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel-mp .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel-mp .owl-item,
.owl-carousel-mp .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel-mp .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel-mp .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel-mp .owl-dots.disabled,
.owl-carousel-mp .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel-mp,
.owl-carousel-mp.owl-loaded {
  display: block;
}

.owl-carousel-mp .owl-dot,
.owl-carousel-mp .owl-nav .owl-next,
.owl-carousel-mp .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel-mp .owl-nav button.owl-next,
.owl-carousel-mp .owl-nav button.owl-prev,
.owl-carousel-mp button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel-mp.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel-mp.owl-hidden {
  opacity: 0;
}

.owl-carousel-mp.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel-mp.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel-mp.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel-mp.owl-rtl {
  direction: rtl;
}

.owl-carousel-mp.owl-rtl .owl-item {
  float: right;
}

.owl-carousel-mp .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel-mp .owl-animated-in {
  z-index: 0;
}

.owl-carousel-mp .owl-animated-out {
  z-index: 1;
}

.owl-carousel-mp .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel-mp .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel-mp .owl-item .owl-lazy:not([src]),
.owl-carousel-mp .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel-mp .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel-mp .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel-mp .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel-mp .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel-mp .owl-video-playing .owl-video-play-icon,
.owl-carousel-mp .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel-mp .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel-mp .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-theme-mp .owl-dots,
.owl-theme-mp .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme-mp .owl-nav {
  margin-top: 10px;
}

.owl-theme-mp .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme-mp .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}

.owl-theme-mp .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme-mp .owl-nav.disabled+.owl-dots {
  margin-top: 10px;
}

.owl-theme-mp .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme-mp .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-theme-mp .owl-dots .owl-dot.active span,
.owl-theme-mp .owl-dots .owl-dot:hover span {
  background: #869791;
}

.homepage-top-grid__banners .owl-carousel-mp {
  position: relative;
}

.homepage-top-grid__banners .owl-carousel-mp .owl-dots,
.homepage-top-grid__banners .owl-carousel-mp .owl-nav {
  position: absolute;
  bottom: 12px;
  z-index: 4;
  margin: 0;
}

.homepage-top-grid__banners .owl-carousel-mp .owl-dots {
  left: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.homepage-top-grid__banners .owl-carousel-mp .owl-dots .owl-dot {
  position: relative;
  width: 10px;
  height: 10px;
  margin: 0;
  font-size: 0;
  line-height: 0;
}

.homepage-top-grid__banners .owl-carousel-mp .owl-dots .owl-dot::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #101010;
}

.homepage-top-grid__banners .owl-carousel-mp .owl-dots .owl-dot span {
  display: none !important;
}

.homepage-top-grid__banners .owl-carousel-mp .owl-dots .owl-dot.active::before,
.homepage-top-grid__banners .owl-carousel-mp .owl-dots .owl-dot:hover::before {
  background: #101010;
  border-color: #101010;
}

.homepage-top-grid__banners .owl-carousel-mp .owl-nav {
  right: 14px;
  left: auto;
  display: flex;
  align-items: center;
  gap: 6px;
}

.homepage-top-grid__banners .owl-carousel-mp .owl-nav button.owl-prev,
.homepage-top-grid__banners .owl-carousel-mp .owl-nav button.owl-next {
  width: 26px;
  height: 26px;
  margin: 0;
  padding: 0 !important;
  border: 1px solid rgba(32, 32, 32, 0.16) !important;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92) !important;
  color: #323232 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.homepage-top-grid__banners .owl-carousel-mp .owl-nav button.owl-prev span,
.homepage-top-grid__banners .owl-carousel-mp .owl-nav button.owl-next span {
  line-height: 1;
  font-size: 14px;
  font-weight: 700;
}

.homepage-top-grid__banners .owl-carousel-mp .owl-nav button.owl-prev:hover,
.homepage-top-grid__banners .owl-carousel-mp .owl-nav button.owl-next:hover {
  background: #ffffff !important;
  border-color: #00a046 !important;
  color: #00a046 !important;
}

input:-webkit-autofill {
  transition: all 5000s ease-in-out;
}

a:hover,
a {
  text-decoration: none;
  color: #00a046;
}

.p404 {
  font-size: 80px;
  color: #00a046;
  text-align: center;
}

/* other ends ==========================*/

/* Header ==========================*/
.header-top-bg,
.header-top-md,
.header-top-sm,
.header-top-ssm {
  /* color: rgb(255, 255, 255); */
  /* background: #00a046; */
  color: rgb(0, 0, 0);
  background: #f6f6f6;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  z-index: 10;
}

.prob {
  font-weight: 900;
  height: 26px;
  font-size: 16px;
  display: flex;
  align-items: center;
}

.prob > i {
  display: inline-flex;
  align-items: center;
  font-style: normal;
}

.prob > i > a {
  margin-left: 8px;
  line-height: 1.1;
}

.prob a {
  /* font-weight: 900;
  color: white; */
}

.prob a:focus,
.prob a:hover {
  opacity: 0.7 !important;
}

.content {
  flex-shrink: 0;
  flex-basis: auto;
  top: 0;
  position: sticky;
  z-index: 100;
}

.content .fixed {
  flex-grow: 1;
  flex-shrink: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}

/* разобраться v */
.dropdown-menu .show {
  transition-duration: 0.5s;
}

.d7 {
  margin: auto;
}

.d7:after {
  content: "";
  clear: both;
  display: table;
}

.d7 form {
  float: right;
  margin-left: 10px;
}

.d7 input {
  width: 610px;
  height: 45px;
  border-radius: 45px;
  border: 2px solid #324b4e;
  background: #f9f0da;
  outline: none;
  position: relative;
}

.d7 input:focus {
  width: 610px;
}

.d7 button {
  width: 45px;
  height: 45px;
  background: none;
  border: none;
  position: absolute;
  top: 0px;
  right: 0;
}

form {
  position: relative;
  width: 610px;
}

.d7 button:before {
  content: "\f002";
  font-family: FontAwesome;
  color: #324b4e;
}

.logins {
  margin-right: 0;
  align-items: flex-end;
}

/* Header end ==========================*/

/*================================================================================================================*/

/* Test blocks =========================*/

.cube {
  width: 150px;
  height: 150px;
  background: red;
}

/* Test blocks end =====================*/

/*================================================================================================================*/

/* NavBar starts =======================*/

.red-dot-cart {
  width: 22px !important;
  height: 22px !important;
  background: #ec4e3d;
  color: #fff;
  border-radius: 50% !important;
  position: absolute;
  top: -10;
  right: -11;
  z-index: 101;
  font-size: 14px;
}

.red-dot-content {
  position: absolute;
  top: -10;
  right: -1;
  width: 22px;
  height: 22px;
}

/* NavBar ends =========================*/

/*================================================================================================================*/

/* Body starts =========================*/

.mp-actions-head {
  text-align: center;
  width: 100%;
  height: 100%;
  border-radius: 10px 10px 0 0;
  border: unset;
  background: white;
  box-shadow: rgb(0 0 0 / 32%) 0px 1px 2px 0px;
  font-size: 14px;
  text-align: left;
}

.mp-actions-middle {
  text-align: center;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: unset;
  border: unset;
  box-shadow: rgb(0 0 0 / 32%) 0px 1px 2px 0px;
  font-size: 14px;
  text-align: left;
}

.mp-actions-bottom {
  text-align: center;
  width: 100%;
  height: 100%;
  border-radius: 0 0 10px 10px;
  background: white;
  box-shadow: rgb(0 0 0 / 32%) 0px 1px 2px 0px;
  border: unset;
  font-size: 14px;
  text-align: left;
}

.menu-item {
  height: 60px;
}

.hover-menu {
  position: absolute;
  top: -2px;
  left: 100%;
  z-index: 1;

  transition-delay: 0.3s;
}

.menu-item .hover-menu {
  opacity: 0;
  visibility: hidden;
}

.menu-item:hover .hover-menu {
  opacity: 1;
  visibility: visible;
}

/* настроить! =================*/
.hover-menu-panel {
  display: flex;
  margin-left: 10px;
  background: white;
  border-radius: 10px 10px 10px 10px;
  box-shadow: rgb(0 0 0 / 32%) 0px 1px 2px 0px;
  width: 500px;
  height: 722px;
  padding: 15px;
  justify-content: space-evenly;
}

.mp-right-buttons-head {
  text-align: center;
  width: 100%;
  height: 33.33%;
  border-radius: 10px 10px 0 0;
  border: unset;
  background: white;
  box-shadow: rgb(0 0 0 / 32%) 0px 1px 2px 0px;
  font-size: 12px;
  text-align: left;
}

.mp-right-buttons-middle {
  text-align: center;
  width: 100%;
  height: 33.33%;
  background: white;
  border-radius: unset;
  border: unset;
  box-shadow: rgb(0 0 0 / 32%) 0px 1px 2px 0px;
  font-size: 12px;
  text-align: left;
}

.mp-right-buttons-bottom {
  text-align: center;
  width: 100%;
  height: 33.33%;
  border-radius: 0 0 10px 10px;
  background: white;
  box-shadow: rgb(0 0 0 / 32%) 0px 1px 2px 0px;
  border: unset;
  font-size: 12px;
  text-align: left;
}

.homepage-top-grid__banners {
  display: flex;
  max-width: 580px;
  flex-basis: 580px;
  flex-grow: 0;
  flex-shrink: 0;
  max-height: 205px;
  min-height: 1px;
  border-radius: 10px;
  box-shadow: rgb(0 0 0 / 32%) 0px 1px 2px 0px;
  overflow: hidden;
  z-index: 0;
}

.homepage-top-grid__center {
  display: flex;
  max-width: calc(100% - 300px);
  flex-basis: calc(100% - 300px);
  flex-grow: 0;
  flex-shrink: 0;
  margin-top: 10px;

  border-radius: 10px;
  justify-content: space-between;
  align-content: space-between;
  flex-wrap: wrap;
}

.homepage-top-grid__actions {
  display: flex;
  max-width: calc(100% - 600px);
  flex-basis: calc(100% - 600px);
  flex-grow: 0;
  flex-shrink: 0;
  flex-wrap: wrap;
}

.homepage-top-grid__actual-offers {
  padding-right: 2px;
  display: flex;
  max-width: 100%;
  flex-basis: 100%;
  flex-grow: 0;
  flex-shrink: 0;
  position: relative;
  min-height: 1px;
  border-radius: 10px;
  justify-content: space-between;
}

#lg-card .card-main-pg {
  padding: 10px;
  background-color: #ffff;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.32) 0px 1px 2px 0px;
  min-height: 260px;
  /* background-image: url(../images/back.png); */
}

.card-main-pg {
  padding: 10px;
  background-color: #ffff;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.32) 0px 1px 2px 0px;
  height: 100%;
}

.card-main-pg:hover {
  padding: 10px;
  background-color: #ffff;
  overflow: hidden;
  box-shadow: 0 12px 36px rgb(0 0 0 / 20%);
  transform: translateY(-5px);
  transition: 0.5s;
}

.main-page-fav {
  flex: 0%;
  max-width: 23%;
}

.submenu-button {
  font-size: 14px;
  margin: 0px 5px;
}

.submenu-button a {
  color: #4e4e4e;
  text-decoration: none;
}

.submenu-button a:hover {
  opacity: 1;
  color: #00a046;
}

.vertical-line {
  margin-top: 5px;
  margin-bottom: 5px;
  border-left: 2px solid grey;
  height: 685px;
}

.main-menu-goods-button {
  background: white;
  color: #333;
  border: 1px solid #292929;
  font-size: 16px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0px;
  text-transform: none;
  font-family: "PT Sans-normal";
  /* border-radius: 10px; */
}

.main-menu-goods-button:hover {
  color: #fff;
  background: #00a046;
  border: 1px solid transparent;
  border-top-color: #00a046;
  border-bottom-color: #00a046;
  opacity: 1;
}

/* Body ends ===========================*/

/*================================================================================================================*/

/* Goods page starts ===================*/

.image-block-goods-page {
  display: flex;
  background-color: #ffff;
  overflow: hidden;
  border-radius: 10px;

  box-shadow: rgba(0, 0, 0, 0.32) 0px 1px 2px 0px;
}

.price-box {
  margin-top: 15px;
  min-height: 50px;
  width: 530px;
  color: white;
  box-shadow: rgba(0, 0, 0, 0.32) 0px 1px 2px 0px;
  border-radius: 10px;
  padding: 10px;
}

.description-box p {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 530px;
  font-size: 16px;
  line-height: 1.42857;
  color: #333;
}

.scrollbar__layout {
  position: relative;
  overflow: hidden;
  height: 81%;
  margin: 40px 0 0 20px;
}

.scrollbar__inner {
  height: 100%;
}

.scrollbar__inner::-webkit-scrollbar {
  width: 0;
}

.gallery-thumbnails__item {
  width: 56px;
  border: 2px solid transparent;
  border-radius: 4px;
  box-sizing: border-box;
  margin: auto;
}

.thumbnails {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  height: 100%;
  width: 90px;
}

.thumbnail__link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  box-sizing: border-box;
  overflow: hidden;
}

ul,
li {
  list-style: none;
}

.main-gallery {
  display: flex;
  width: 100%;
  margin-bottom: 24px;
  box-sizing: border-box;
}

.main-gallery__large {
  width: 100%;
  padding-left: 70px;
  box-sizing: border-box;
  align-self: flex-start;
  text-align: center;
}

.main-gallery__large-inner {
  position: absolute;
  left: 0;
  top: 0;
  flex-direction: row;
  align-items: center;
  padding-left: 80px;
  box-sizing: border-box;
}

.main-gallery__container,
.main-gallery__large-inner {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  align-items: center;
}

.main-gallery__container {
  position: relative;
}

#big-img {
  cursor: zoom-in;
}

.goods-image-expand {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  padding: 8px 12px;
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
  opacity: 0;
  transform: translateY(-4px);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.goods-image-expand:hover,
.goods-image-expand:focus {
  background: rgba(0, 0, 0, 0.78);
  outline: none;
}

.main-gallery__container:hover .goods-image-expand,
.main-gallery__container:focus-within .goods-image-expand {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.goods-image-modal {
  position: fixed;
  inset: 0;
  z-index: 1000001;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.9);
  padding: 16px;
}

.goods-image-modal.is-open {
  display: flex;
}

.goods-image-modal__content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.goods-image-modal__img {
  max-width: 96vw;
  max-height: 92vh;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 10px;
  background: #fff;
}

.goods-image-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  width: 44px;
  height: 44px;
  padding: 0;
  cursor: pointer;
}

.goods-image-modal__close-mark {
  position: relative;
  width: 16px;
  height: 16px;
  display: block;
}

.goods-image-modal__close-mark::before,
.goods-image-modal__close-mark::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 0;
  width: 2px;
  height: 16px;
  border-radius: 2px;
  background: #fff;
}

.goods-image-modal__close-mark::before {
  transform: rotate(45deg);
}

.goods-image-modal__close-mark::after {
  transform: rotate(-45deg);
}

.goods-image-modal__close:hover,
.goods-image-modal__close:focus {
  background: rgba(0, 0, 0, 0.82);
  outline: none;
}

body.goods-image-modal-open {
  overflow: hidden;
}

.gallery-thumbnails__item_active:hover {
  border-color: #00a046;
  transition: none;
}

.button-gallery-slider {
  z-index: 1;
  position: absolute;
  font-size: 10px;
  display: inline-block;
  height: auto;
  margin: auto;
  padding: 0;
  width: auto;
  background: none;
  overflow: visible;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all 0.1s ease-out;
  font-weight: 600;
  color: inherit;
  line-height: 40px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 50%;
  border-style: none;
  border-width: 0;

  width: 19.75px;
  height: 20px;
  box-shadow: 0px 2px 6px rgb(0 0 0 / 15%);
}

.button-gallery-slider:hover,
.button-gallery-slider:focus {
  opacity: 0.5;
  box-shadow: 0px 2px 6px rgb(0 0 0 /30%);
  transform: none;
}

.goods-buy-button {
  height: 40px;
  font-size: 16px;
  line-height: 1.42857;
  border-radius: 10px;
  color: #fff;
  background: #00a046;
  border: 1px solid transparent;
  border-top-color: #00a046;
  border-bottom-color: #00a046;
  font-family: "PT sans";
  text-transform: none;
}

.goods-buy-button:hover,
.goods-buy-button:focus {
  box-shadow: 0px 2px 6px rgb(0 0 0 /30%);
  transform: none;
  opacity: 1;
}

.instock-form {
  display: flex;
  font-size: 16px;
  align-items: center;
  justify-content: space-between;
}

.instock {
  color: #292929;
  font-size: 14px;
  line-height: 18px;
  background-color: #f7f7f7;
  border-radius: 10px;
  display: flex;
  flex-basis: auto;
  flex-direction: column;
  flex-grow: 1;
  height: 40px;
  justify-content: center;
  padding: 0 8px !important;
  text-align: center;
  margin-top: 10px;
}

.success {
  color: #292929;
  font-size: 20px;
  font-family: "PT Sans";
  background: linear-gradient(270deg, #f6f6f6 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 10px;
  flex-grow: 1;
  position: relative;
  justify-content: center;
  flex-direction: column;
  display: flex;
  min-height: 40px;
  margin-right: 10px;
  margin-left: 10px;
}

.related-goods-wrap {
  display: flex;
  margin-top: 10px;
  width: auto;
  width: 530px;
}

.related-goods-empty {
  margin-top: 10px;
  width: 100%;
  max-width: 530px;
  border-radius: 10px;
  padding: 12px 14px;
  background: #f7f7f7;
  color: #4f4f4f;
  font-size: 14px;
  line-height: 1.4;
}

.related-goods-item-wrap {
  background: #f7f7f7;
  min-height: 80px;
  width: 50%;
  border-radius: 10px;
  padding: 10px;
}

.related-goods-item-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-family: "PT Sans";
}

.related-goods-item-line:hover {
  color: #00a046;
  transition: 0.3s;
}

.related-goods-item-button {
  height: 30px;
  background: white;
  color: #333;
  border: 1px solid #d9d9d9;
  min-width: 90px;
  font-size: 12px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0px;
  text-transform: none;
  font-family: "PT Sans-normal";
  border-radius: 10px;
}

.related-goods-item-button:hover {
  color: #fff;
  background: #00a046;
  border: 1px solid transparent;
  border-top-color: #00a046;
  border-bottom-color: #00a046;
  opacity: 1;
}

.lizing-addcart-button {
  background: #fff;
  color: #333;
  border: 1px solid #d9d9d9;
  font-size: 16px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0px;
  text-transform: none;
  font-family: "PT Sans-normal";
}

.lizing-addcart-button:hover {
  color: #fff;
  background: #00a046;
  border: 1px solid transparent;
  border-top-color: #00a046;
  border-bottom-color: #00a046;
  opacity: 1;
  box-shadow: 0px 2px 6px rgb(0 0 0 /30%);
}

.exp-info-line {
  font-size: 16px;
  display: flex;
  border-left: 3px solid transparent;
  min-height: 48px;
  align-items: center;
  vertical-align: top;
  position: relative;
  cursor: pointer;
}

.exp-info-line:hover {
  color: #00a046;
}

.exp-info-icon {
  width: 50px;
  text-align: center;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  color: grey;
  font-size: 22px;
  margin-top: -2px;
}

.bottom-block-goods-page {
  background-color: #ffff;
  overflow: hidden;
  border-radius: 10px;
  height: 255px;
  box-shadow: rgba(0, 0, 0, 0.32) 0px 1px 2px 0px;
  position: sticky;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
}

.bottom-block-goods-page.fixed {
  flex-shrink: 0;
  top: 100;
}

.right-description-block {
  display: block;
  width: 73.5%;
  height: auto;
  background-color: #ffff;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: rgb(0 0 0 / 32%) 0px 1px 2px 0px;
  margin-top: 1rem;
  padding: 18px;
  line-height: 1;
}

.right-description-block__wrap {
  height: 100%;
}

.right-description-block__wrap b {
  font-family: "PT Sans";
}

.right-description-block__wrap p {
  line-height: 1.42857;
}

.right-description-block__wrap__header {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 18px;
  font-family: "PT Sans";
  text-align: center;
}

.elements {
  width: auto;
  height: 80%;
  display: flex;
  justify-content: center;
  margin-left: 20px;
  vertical-align: middle;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
}


.elements a {
  margin-top: 10px;
  align-content: center;
  text-align: center;
}

.elements a:hover {
  color: #00a046;
}

/* Goods page ends =====================*/

/*================================================================================================================*/

/*================================================================================================================*/

/* Category body starts ================*/

.cat-page-fav {
  width: 16.65%;
  padding: 5px;
}

/* .cat-page-fav:hover {
  box-shadow: #00a046 0px 0px 3px 3px;
  border-radius: 10px;
} */
.cat-main-page-fav {
  flex: 0%;
  max-width: 23%;
}

/* Category body ends ================*/

/*================================================================================================================*/

/* Card body starts ================*/

.card {
  border: 1px solid #dedede;
}

.card-images {
  display: block;
  margin: 30px auto;
  max-width: 90%;

  width: 155px;
  height: 155px;
}

.card-images-catalog {
  display: block;
  margin: 10px auto;
  max-width: 90%;
}

.displayed {
  height: 70%;
  display: table-cell;
  vertical-align: middle;
}

.itemimg {
  height: 60%;
  display: table-cell;
  vertical-align: middle;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.card-title {
  font-size: 14px;
  height: 70px;
}

.image-block {
  height: 130px;
  margin-bottom: 10px;

  display: flex;
  align-items: center;
}

.cat-page-fav .card-price-badge,
.cat-main-page-fav .card-price-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  margin: 8px auto 0;
  padding: 6px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f3f4f6 0%, #e4e7eb 48%, #f4f5f7 100%);
  border: 1px solid #c6cbd1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75), 0 2px 6px rgba(58, 66, 73, 0.12);
  color: #2f353b;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}

.cat-main-page-fav .card-actions .card-price-badge {
  margin: 0;
  padding: 4px 10px;
  font-size: 13px !important;
}

/* Card body ends ================*/

/*================================================================================================================*/

/* Footer starts ================*/

.footer {
  background: #333 !important;
  color: white;
  -webkit-font-smoothing: antialiased;
}

/* Footer ends ================*/

/*================================================================================================================*/

/* Order starts ================*/

.terms-and-conditions {
  color: #4caf50;
  text-decoration: underline;
}

.terms-and-conditions:hover {
  color: #4caf50 !important;
}

/* Order ends ================*/

/*================================================================================================================*/

/* Info starts ============================*/

.info-block {
  display: block;
  font-size: 14pt;
  color: #323232;
  text-align: center;
  font-family: "PT Sans-normal";
}

.info-block h1 {
  text-align: center;
}

.info-block a:hover {
  color: #00a046;
}

.info-block img {
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.info-block li a {
  font-family: "PT Sans";
}

/* Info ends ============================*/

/*================================================================================================================*/

/* Displays ============================*/

@media (min-width: 1366px) {

  .lg,
  .md,
  .sm,
  .bottom-navbar-mobile,
  .navbar-md,
  .header-top-md,
  .md-cart,
  .md-contacts,
  .sm-contacts,
  .sm-find-order,
  .header-top-ssm,
  .header-top-sm,
  #price-box-small,
  #sm-card,
  #cat-sm,
  #sm-card-goods,
  .mobile-order {
    display: none;
  }

  .homepage-top-grid__banners {
    max-width: 580px;
  }

  .main-gallery__container img {
    width: 380px;
  }

  .card-main-pg {
    min-height: 300px;
  }

  .p404 {
    font-size: 80px;
    color: #323232
  }

  #cart-nav {
    margin-bottom: 15px;
    border-radius: 10px;
  }

  .description-box p {
    overflow: hidden;
  }

  .homepage-top-grid__auth {
    display: inline-flex;
    flex-wrap: wrap;
    align-content: space-between;
  }

  .homepage-social {
    margin-top: 0px;
    width: auto;
    min-width: 60px;
    height: 70px;
  }
}

@media (max-width: 1365px) and (min-width: 991.99px) {

  .lgg,
  .md,
  .sm,
  .bottom-navbar-mobile,
  .navbar-md,
  .header-top-md,
  .md-cart,
  .md-contacts,
  .sm-contacts,
  .lg-find-order,
  .header-top-sm,
  .header-top-ssm,
  #price-box-small,
  #sm-card,
  #cat-sm,
  #sm-card-goods,
  .mobile-order {
    display: none;
  }

  .header-top-bg a {
    font-size: 12px;
  }

  .card-main-pg {
    min-height: 300px;
  }



  img {
    max-width: 960px;
  }

  form,
  input {
    max-width: 560px;
  }

  .homepage-top-grid__auth {
    display: inline-flex;
    flex-wrap: wrap;
    align-content: space-between;

  }

  .homepage-auth {
    font-size: 14px;
    text-align: center;
    width: 158px;
  }

  .homepage-social {
    height: 70px;
    margin-top: auto;
  }

  .p404 {
    font-size: 70px;
    color: #323232
  }

  .cat-page-fav {
    width: 20%;
  }

  .cat-main-page-fav {
    max-width: 24%;
  }

  .cat-main-page-fav a h3 {
    font-size: 14px;
  }

  .homepage-top-grid__banners {
    max-width: calc(70%);
  }


  .homepage-top-grid__actions {
    max-width: 28%;
    flex-basis: auto;
  }

  .mp-actions-head {
    height: 33.3%;
  }

  .mp-actions-middle {
    height: 33.3%;
  }

  .mp-actions-bottom {
    height: 33.3%;
  }

  .main-gallery__container img {
    width: 300px;
  }

  .card-images {
    width: 124px;
    height: 124px;
  }

  .card-images-catalog {
    width: 124px;
  }

  .homepage-top-grid__banners {
    max-height: 240px;
  }

  .menu-desktop img {
    height: 50px !important;
  }

  .d7 form {
    float: right;
    margin-left: 10px;
  }

  .d7 input {
    width: 430px;
    height: 45px;
    border-radius: 45px;
    border: 2px solid #324b4e;
    background: #f9f0da;
    outline: none;
    position: relative;
  }

  .d7 input:focus {
    width: 430px;
  }

  .d7 button {
    width: 45px;
    height: 45px;
    background: none;
    border: none;
    position: absolute;
    top: 0px;
    right: 0;
  }

  form {
    position: relative;
    width: 430px;
  }

  .description-box p {
    height: 110px;
    overflow: hidden;
  }
}

@media (max-width: 991.98px) and (min-width: 575.98px) {

  .lgg,
  .lg,
  .sm,
  .bottom-navbar-mobile,
  .navbar-toggler,
  .header-top-bg,
  .logins,
  .lg-contacts,
  .sm-contacts,
  .lg-find-order,
  .header-top-sm,
  .header-top-bg,
  .header-top-ssm,
  #price-box-small,
  #sm-card,
  #cat-sm,
  #sm-card-goods,
  .desktop-order {
    display: none;
  }

  .description {
    text-align: center;
    font-size: 14px;
  }

  .card-title .description {
    height: auto;
  }

  .table-cart {
    width: 100%;
  }


  .p404 {
    font-size: 60px;
    color: #323232
  }

  .show-cart {
    height: 45px;
  }

  .image-block {
    height: 90px;
  }

  .success {
    width: 50%;
  }

  #lizing {
    width: calc(22% + 20px) !important;
  }

  #add-2-cart {
    width: 16% !important;
    margin-right: 10px;
  }

  .homepage-top-grid__banners {
    display: none;
  }

  .d7 form {
    width: 175px !important;
  }

  .d7 form:focus {
    width: 175px;
  }

  .d7 input {
    width: 175px !important;
  }

  .d7 input:focus {
    width: 175px;
  }

  .header-top-md a {
    font-size: 12px;
  }

  .nav-link {
    padding: 0;
  }

  form {
    width: auto;
  }

  .homepage-top-grid__actual-offers {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .cat-main-page-fav a h3 {
    font-size: 10px;
  }

  .cat-page-fav a h3 {
    font-size: 10px;
  }

  .card-main-pg a h3 {
    font-size: 10px !important;
  }

  .cat-page-fav {
    width: 25%;
  }

  .main-menu-goods-button {
    font-size: 12px;
  }

  .card-images {
    max-width: 100px;
    width: auto;
    height: auto;
  }

  .card-images-catalog {
    max-width: 100px;
  }

  .homepage-top-grid__actions {
    max-width: 560px;
    width: 100%;
    flex-basis: auto;
    max-height: 80px;
    flex-wrap: nowrap;
    max-height: 300px;
    justify-content: space-between;
  }

  .homepage-top-grid__actions_block {
    max-width: 100%;
  }

  .homepage-social {
    width: 46%;
  }

  .mp-actions-head {
    margin-top: 10px;
    max-height: 34%;
    max-width: 100%;
  }

  .mp-actions-middle {
    max-height: 34%;
    max-width: 100%;
  }

  .mp-actions-bottom {
    max-height: 34%;
    max-width: 100%;
  }

  .homepage-auth {
    max-height: 100px;
    height: 95px;
  }

  .homepage-top-grid__center {
    max-width: none;
    max-height: 100px;
    max-height: none;
    flex-basis: auto;
    width: 540px;
  }

  .homepage-auth {
    display: flex;
    margin-top: 10px;
    min-height: 80px;
    align-items: center;
    padding: 0px;
    padding-left: 20px;
  }

  .vertical-line {
    height: 60px;

    margin-left: 20px;
    margin-right: 15px;
  }

  .service img {
    width: 550px;
  }

  .md-catalog {
    height: 230px;
  }

  .image-block-goods-page {
    display: block;
  }

  .main-gallery {
    height: 420px;
    margin-bottom: -10px;
  }

  .main-gallery img {
    width: 80%;
  }

  #big-img {
    width: 350px;
  }

  #goods-lite-desc {
    padding: 0 15px 15px;
  }

  .description-box {
    width: 100%;
    display: flex;
  }

  .price-box {
    width: 100%;
  }

  .related-goods-wrap {
    width: 100%;
  }

  .right-description-block__wrap__header {
    font-size: 20px;
  }

  .elements img {
    width: 48px;
  }

  .bottom-block-goods-page {
    width: 100%;
    position: static;
  }

  .exp-info-line {
    justify-content: center;
    margin-right: 40px;
    /*пересмотреть*/
  }

  .right-description-block {
    width: 100%;
    min-height: 150px;
  }

  .elements {
    min-height: 100px;
  }

  .instock-form a {
    flex-grow: 1;
    margin-right: 12px;
  }

  #conf-order {
    margin-left: 0px;
  }

  .goods-buy-button {
    width: 100%;
  }

  #tehnavi-market-order input,
  #tehnavi-market-order textarea {
    width: 100% !important;
  }

  .menu-desktop img {
    height: 50px !important;
  }

  .d7 {
    margin: 0;
  }

  .d7 form {
    margin-left: 0px;
  }
}

@media (max-width: 575.98px) and (min-width: 377px) {

  .lgg,
  .lg,
  .md,
  .navbar-toggler,
  .logins,
  .lg-contacts,
  .md-contacts,
  .lg-find-order,
  .header-top-bg,
  .header-top-md,
  .show-cart,
  .active,
  .header-top-ssm,
  #price-box-big,
  #lg-card,
  #cat-sm,
  #sm-card-goods,
  .row .cat-main-page-fav,
  .catalog-block,
  .desktop-order {
    display: none;
  }


  .description {
    text-align: center;
    font-size: 12px;
    height: 40px;
  }

  .homepage-view .main-categories {
    width: 100%;
    margin-bottom: 12px;
  }

  p .description {
    height: 20px;
  }

  .table-cart {
    width: 100%;
  }

  .p404 {
    font-size: 50px;
    color: #323232
  }

  .card-title .description {
    height: auto;
  }

  .footer .container {
    margin-bottom: 60px;
  }

  .homepage-social {
    height: 55px;
  }

  .menu-desktop img {
    height: 50px !important;
  }

  #tehnavi-market-order input,
  #tehnavi-market-order textarea {
    width: 100% !important;
  }

  .image-block {
    height: 90px;
    margin-bottom: 10px;
  }

  .goods-buy-button {
    width: 100%;
  }

  .instock-form a {
    flex-grow: 1;
    margin-right: 12px;
  }

  .related-goods-item-line {
    justify-content: space-between;
    font-size: 16px;
  }

  .related-goods-item-button {
    height: 35px;
    font-size: 14px;
    min-width: 160px;
    flex-direction: column;
  }

  .instock-form {
    margin-top: 10px;
  }

  .homepage-top-grid__banners {
    display: none;
  }

  .d7 {
    width: calc(100% - 120px);
  }

  .d7 form {
    width: calc(100%) !important;
  }

  .d7 form:focus {
    width: calc(100%);
  }

  .d7 input {
    width: calc(100%) !important;
  }

  .d7 input:focus {
    width: calc(100%);
  }

  .header-top-sm a {
    font-size: 14px;
  }

  .related-goods-wrap {
    display: block;
  }

  .related-goods-item-wrap {
    width: 100%;
    margin-bottom: 10px;
  }

  form {
    width: auto;
  }

  .homepage-top-grid__actual-offers {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .cat-main-page-fav a h3 {
    font-size: 10px;
  }

  .cat-page-fav a h3 {
    font-size: 9px;
  }

  .card-main-pg a h3 {
    font-size: 10px;
  }

  .cat-page-fav {
    min-width: 33.33%;
  }

  .main-menu-goods-button {
    font-size: 12px;
  }

  .card-images {
    max-width: 90px;
    margin: 0 auto 10px !important;
    width: auto;
    height: auto;
  }

  .md-catalog {
    height: 220px !important;
  }

  .card-images-catalog {
    max-width: 90px;

    margin: 10px auto !important;
    margin: 0;
  }

  .homepage-top-grid__actions {
    max-width: 100%;
    flex-basis: auto;
    height: 80px;
  }

  .homepage-auth {
    display: flex;
    margin-top: 14px;
    min-height: 80px;
    align-items: center;
    padding: 0px;
    padding-left: 20px;
  }

  .homepage-top-grid__actions>.homepage-social-host-inline {
    margin-top: 14px;
    gap: 10px;
  }

  .vertical-line {
    height: 60px;

    margin-left: 20px;
    margin-right: 15px;
  }

  .service img {
    width: 350px;
  }

  .md-catalog {
    height: 230px;
  }

  .scrollbar__layout {
    margin: 40px 0 0 0px;
  }

  .button-gallery-slider {
    right: 35px !important;
  }

  .image-block-goods-page {
    display: block;
  }

  .main-gallery {
    height: 420px;
    margin-bottom: -10px;
  }

  .main-gallery img {
    width: 80%;
  }

  .panel-title {
    font-size: 20px;
  }

  #big-img {
    width: 240px;
  }

  .description-box p {
    margin-bottom: 5px;
  }

  #goods-lite-desc {
    padding: 0 15px 15px;
  }

  .description-box {
    width: 100%;
    display: flex;
  }

  .price-box {
    width: 100%;
  }

  .related-goods-wrap {
    width: 100%;
  }

  .right-description-block__wrap__header {
    font-size: 20px;
  }

  .elements img {
    width: 48px;
  }

  .bottom-block-goods-page {
    width: 100%;
    position: static;
  }

  .exp-info-line {
    justify-content: center;
    margin-right: 40px;
    /*пересмотреть*/
  }

  .right-description-block {
    width: 100%;
    min-height: 150px;
  }

  .elements {
    min-height: 100px;
  }

  .bottom-navbar-mobile {
    display: flex;
    position: fixed;
    height: 57px;
    width: 100%;
    left: 0;
    bottom: -1px;
    justify-content: space-around;
    background: #fff;
    box-shadow: 0 -2px 8px rgb(0 0 0 / 7%);
    z-index: 100;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  .bottom-navbar-mobile__btn {
    text-align: center;
    width: 100%;
    position: relative;
    color: #b8b8b8;
  }

  .bottom-navbar-mobile__icon_home {
    font-size: 29px;
    position: relative;
    top: 7px;
  }

  .bottom-navbar-mobile__title {
    font-size: 12px;
    color: inherit;
    position: absolute;
    text-align: center;
    line-height: 16px;
    padding-bottom: 20px;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 24px;
    pointer-events: none;
  }

  .service img {
    width: 300px;
  }

  .container {
    padding: 0 15px !important;
  }

  .navbar img {
    width: 100%;
  }

  .navbar .container {
    padding: 0px !important;
  }

  .homepage-top-grid {
    display: block;
  }

  .homepage-top-grid__center {
    min-width: 100%;
    min-height: 650px;
  }

  .homepage-top-grid__menu {
    min-width: 100%;
  }

  .footer {
    margin-bottom: 40px;
  }

  .right-description-block__wrap iframe {
    height: 175px;
    width: 350px;
  }

  .instock {
    margin-top: 0px;
  }

  #conf-order {
    margin-left: 0px;
  }

  .scrollbar__inner {
    height: 90%;
    overflow: hidden;
  }

  .main-gallery {
    height: 340px;
    margin-bottom: -10px;
  }

  .homepage-top-grid__actual-offers {
    display: block;
  }

  .cat-main-page-fav {
    flex: 0%;
    max-width: 100%;
    max-height: 100px;
  }

  #sm-card-pg {
    display: flex;
    max-height: 100px;
    margin-bottom: 10px;
  }

  #sm-card-pg .card-title {
    font-size: 12px !important;
  }

  #sm-card-pg p {
    font-size: 14px !important;
  }

  .card-actions {
    margin-top: 5px !important;
  }

  .main-menu-goods-button {
    height: 30px;
    flex-direction: column;
  }


  #catalog-img {
    margin: 10px auto !important;
  }

  .sm-card-images {
    margin: 10px auto !important;
    margin-left: none;
  }


  .card-main-pg a h3 {
    font-size: 9px;
    height: 60px;
  }

  .cat-main-page-fav .description {
    height: 20px;
  }


  .mp-actions-head,
  .mp-actions-middle,
  .mp-actions-bottom {
    width: auto;
  }

  .card-title {
    height: auto
  }
}

@media (max-width: 376.9px) and (min-width: 295px) {

  .lgg,
  .lg,
  .md,
  .navbar-toggler,
  .logins,
  .lg-contacts,
  .md-contacts,
  .lg-find-order,
  .header-top-bg,
  .header-top-md,
  .header-top-sm,
  .show-cart,
  .active,
  #price-box-big,
  #lg-card,
  #cat-lg,
  #lg-card-goods,
  .catalog-block,
  .desktop-order {
    display: none;
  }

  .footer .container {
    margin-bottom: 60px;
  }

  .p404 {
    font-size: 40px;
    color: #323232
  }

  .main-menu-goods-button {
    margin-left: auto;
  }

  .card-title {
    height: 20px;
  }

  .row .card-title {
    height: 45px;
  }

  .mp-actions-head,
  .mp-actions-middle,
  .mp-actions-bottom {
    width: auto;
  }

  .menu-desktop img {
    height: 50px !important;
  }

  #tehnavi-market-order input,
  #tehnavi-market-order textarea {
    width: 100% !important;
  }

  .image-block {
    height: 80px;
    margin-bottom: 10px;
  }

  .table-cart {
    width: 100%;
  }

  .goods-buy-button {
    width: 100%;
  }

  .instock-form a {
    flex-grow: 1;
    margin-right: 12px;
  }

  .related-goods-item-line {
    justify-content: space-between;
    font-size: 16px;
  }

  .related-goods-item-button {
    height: 35px;
    font-size: 14px;
    min-width: 125px;
    flex-direction: column;
  }

  .instock-form {
    margin-top: 10px;
  }

  .homepage-top-grid__banners {
    display: none;
  }

  .d7 {
    width: calc(100% - 120px);
  }

  .d7 form {
    width: calc(100%) !important;
  }

  .d7 form:focus {
    width: calc(100%);
  }

  .d7 input {
    width: calc(100%) !important;
  }

  .d7 input:focus {
    width: calc(100%);
  }

  .header-top-sm a {
    font-size: 14px;
  }

  .related-goods-wrap {
    display: block;
  }

  .related-goods-item-wrap {
    width: 100%;
    margin-bottom: 10px;
  }

  form {
    width: auto;
  }

  .homepage-top-grid__actual-offers {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .cat-main-page-fav a h3 {
    font-size: 10px;
  }

  .cat-page-fav a h3 {
    font-size: 10px;
  }

  .card-main-pg a h3 {
    font-size: 10px;
  }

  .cat-page-fav {
    width: 100%;
    max-width: 100%;
  }

  .cat-main-page-fav {
    width: 100%;
    max-width: 100%;
    max-height: 100px;
    margin-bottom: 10px;
    flex: none;
  }


  .main-menu-goods-button {
    font-size: 12px;
  }

  .card-images {
    width: 80px;
    height: 80px;
    margin-left: 10px !important;
    margin-top: 5px;
  }

  .homepage-top-grid__actions {
    max-width: 100%;
    flex-basis: auto;
    height: 80px;
  }

  .homepage-auth {
    display: flex;
    margin-top: 10px;
    min-height: 80px;
    align-items: center;
    padding: 0px;
    padding-left: 20px;
  }

  .vertical-line {
    height: 60px;

    margin-left: 20px;
    margin-right: 15px;
  }

  .service img {
    width: 350px;
  }

  .md-catalog {
    height: 230px;
  }

  .scrollbar__layout {
    margin: 40px 0 0 0px;
  }

  .button-gallery-slider {
    right: 35px !important;
  }

  .image-block-goods-page {
    display: block;
  }

  .main-gallery {
    height: 420px;
    margin-bottom: -10px;
  }

  .main-gallery img {
    width: 80%;
  }

  .panel-title {
    font-size: 16px;
  }

  #big-img {
    width: 200px;
  }

  .description-box p {
    margin-bottom: 5px;
  }

  #goods-lite-desc {
    padding: 0 15px 15px;
  }

  .description-box {
    width: 100%;
    display: flex;
  }

  .price-box {
    width: 100%;
  }

  .related-goods-wrap {
    width: 100%;
  }

  .right-description-block__wrap__header {
    font-size: 20px;
  }

  .elements img {
    width: 48px;
  }

  .bottom-block-goods-page {
    width: 100%;
    position: static;
  }

  .exp-info-line {
    justify-content: center;
    margin-right: 40px;
    /*пересмотреть*/
  }

  .right-description-block {
    width: 100%;
    padding: 0;
  }

  .right-description-block__wrap {
    height: 100%;
    margin-top: 20px;
  }

  .elements {
    min-height: 100px;
  }

  .bottom-navbar-mobile {
    display: flex;
    position: fixed;
    height: 57px;
    width: 100%;
    left: 0;
    bottom: -1px;
    justify-content: space-around;
    background: #fff;
    box-shadow: 0 -2px 8px rgb(0 0 0 / 7%);
    z-index: 100;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  .bottom-navbar-mobile__btn {
    text-align: center;
    width: 100%;
    position: relative;
    color: #b8b8b8;
  }

  .bottom-navbar-mobile__icon_home {
    font-size: 29px;
    position: relative;
    top: 7px;
  }

  .bottom-navbar-mobile__title {
    font-size: 12px;
    color: inherit;
    position: absolute;
    text-align: center;
    line-height: 16px;
    padding-bottom: 20px;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 24px;
    pointer-events: none;
  }

  .service img {
    width: 300px;
  }

  .container {
    padding: 0 15px !important;
  }

  .navbar img {
    width: 100%;
  }

  .navbar .container {
    padding: 0px !important;
  }

  .homepage-top-grid {
    display: block;
  }

  .homepage-top-grid__center {
    min-width: 100%;
    min-height: 650px;
  }

  .homepage-social {
    height: 55px;
  }

  .homepage-top-grid__menu {
    min-width: 100%;
  }

  .footer {
    margin-bottom: 40px;
  }

  .right-description-block__wrap iframe {
    height: 175px;
    width: 350px;
  }

  .instock {
    margin-top: 0px;
  }

  #conf-order {
    margin-left: 0px;
  }

  .scrollbar__inner {
    height: 90%;
    overflow: hidden;
  }

  .main-gallery {
    height: 340px;
    margin-bottom: -10px;
  }

  .homepage-top-grid__actual-offers {
    margin-top: 20px;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    flex-direction: column;
  }

  .homepage-view .main-categories {
    width: 100%;
  }


  .card-main-pg {
    display: flex;
    max-height: 100px;
    margin-bottom: 10px;

  }

  #cat-sm {
    margin-top: -10px !important;
  }

  .card-main-pg .card-title {
    font-size: 11px !important;
    text-align: end;
    font-weight: bold;
  }

  .card-main-pg p {
    font-size: 14px !important;
  }

  .card-actions {
    margin-top: 5px !important;
    justify-content: end !important;
  }

  .main-menu-goods-button {
    height: 30px;
    flex-direction: column;
  }

  .description {
    text-align: right;
    font-size: 14px;
  }

  .card-title .description {
    height: auto;
  }

  #sm-spof-pg {
    max-height: 150px;
  }
}

@media (max-width: 315px) {

  .lgg,
  .lg,
  .md,
  .navbar-toggler,
  .logins,
  .lg-contacts,
  .md-contacts,
  .lg-find-order,
  .header-top-bg,
  .header-top-md,
  .header-top-sm,
  .show-cart,
  .active,
  #price-box-big,
  #lg-card,
  #sm-card,
  #lg-card-goods,
  .d7,
  #cat-lg,
  .catalog-block,
  .desktop-order {
    display: none;
  }

  .small-screen {
    display: flex;
  }

  .p404 {
    font-size: 40px
  }

  .footer .container {
    margin-bottom: 60px;
  }

  .menu-desktop img {
    height: 50px !important;
  }

  #tehnavi-market-order input,
  #tehnavi-market-order textarea {
    width: 100% !important;
  }

  .table-cart {
    width: 100%;
  }

  .goods-buy-button {
    width: 100%;
  }

  .instock-form a {
    flex-grow: 1;
    margin-right: 12px;
  }

  .related-goods-item-line {
    justify-content: space-between;
    font-size: 16px;
  }

  .related-goods-item-button {
    height: 35px;
    font-size: 14px;
    min-width: 125px;
    flex-direction: column;
  }

  .instock-form {
    margin-top: 10px;
  }

  .homepage-top-grid__banners {
    display: none;
  }

  .d7 {
    width: calc(100% - 120px);
  }

  .d7 form {
    width: calc(100%) !important;
  }

  .d7 form:focus {
    width: calc(100%);
  }

  .d7 input {
    width: calc(100%) !important;
  }

  .d7 input:focus {
    width: calc(100%);
  }

  .header-top-sm a {
    font-size: 14px;
  }

  .related-goods-wrap {
    display: block;
  }

  .related-goods-item-wrap {
    width: 100%;
    margin-bottom: 10px;
  }

  form {
    width: auto;
  }

  .homepage-top-grid__actual-offers {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .cat-main-page-fav a h3 {
    font-size: 10px;
  }

  .cat-page-fav a h3 {
    font-size: 10px;
  }

  .card-main-pg a h3 {
    font-size: 10px;
  }

  .cat-page-fav {
    width: 100%;
  }

  .main-menu-goods-button {
    font-size: 12px;
  }

  .card-images {
    width: 80px;
    height: 80px;
    margin-left: 10px !important;
    margin-top: 5px;
  }

  .homepage-top-grid__actions {
    max-width: 100%;
    flex-basis: auto;
    height: 80px;
  }

  .homepage-auth {
    display: flex;
    margin-top: 10px;
    min-height: 80px;
    align-items: center;
    padding: 0px;
    padding-left: 20px;
  }

  .vertical-line {
    height: 60px;

    margin-left: 20px;
    margin-right: 15px;
  }

  .service img {
    width: 350px;
  }

  .md-catalog {
    height: 230px;
  }

  .scrollbar__layout {
    margin: 40px 0 0 0px;
  }

  .button-gallery-slider {
    right: 35px !important;
  }

  .image-block-goods-page {
    display: block;
  }

  .main-gallery {
    height: 420px;
    margin-bottom: -10px;
  }

  .main-gallery img {
    width: 80%;
  }

  .panel-title {
    font-size: 16px;
  }

  #big-img {
    width: 200px;
  }

  .description-box p {
    margin-bottom: 5px;
  }

  #goods-lite-desc {
    padding: 0 15px 15px;
  }

  .description-box {
    width: 100%;
    display: flex;
  }

  .price-box {
    width: 100%;
  }

  .related-goods-wrap {
    width: 100%;
  }

  .right-description-block__wrap__header {
    font-size: 20px;
  }

  .elements img {
    width: 48px;
  }

  .bottom-block-goods-page {
    width: 100%;
    position: static;
  }

  .exp-info-line {
    justify-content: center;
    margin-right: 40px;
    /*пересмотреть*/
  }

  .right-description-block {
    width: 100%;
    min-height: 150px;
  }

  .elements {
    min-height: 100px;
  }

  .bottom-navbar-mobile {
    display: flex;
    position: fixed;
    height: 57px;
    width: 100%;
    left: 0;
    bottom: -1px;
    justify-content: space-around;
    background: #fff;
    box-shadow: 0 -2px 8px rgb(0 0 0 / 15%);
    z-index: 100;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  .bottom-navbar-mobile__btn {
    text-align: center;
    width: 100%;
    position: relative;
    color: #b8b8b8;
  }

  .bottom-navbar-mobile__icon_home {
    font-size: 29px;
    position: relative;
    top: 7px;
  }

  .bottom-navbar-mobile__title {
    font-size: 12px;
    color: inherit;
    position: absolute;
    text-align: center;
    line-height: 16px;
    padding-bottom: 20px;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 24px;
    pointer-events: none;
  }

  .service img {
    width: 300px;
  }

  .container {
    padding: 0 15px !important;
  }

  .navbar img {
    width: 100px;
  }

  .navbar .container {
    padding: 0px !important;
  }

  .homepage-top-grid {
    display: block;
  }

  .homepage-top-grid__center {
    min-width: 100%;
    min-height: 700px;
  }

  .homepage-top-grid__menu {
    min-width: 100%;
  }

  .footer {
    margin-bottom: 40px;
  }

  .right-description-block__wrap iframe {
    height: 175px;
    width: 350px;
  }

  .instock {
    margin-top: 0px;
  }

  #conf-order {
    margin-left: 0px;
  }

  .scrollbar__inner {
    height: 90%;
    overflow: hidden;
  }

  .main-gallery {
    height: 340px;
    margin-bottom: -10px;
  }

  .homepage-top-grid__actual-offers {
    display: block;
  }

  .cat-main-page-fav {
    flex: 0%;
    max-width: 100%;
    max-height: 100px;
  }

  .card-main-pg {
    display: flex;
    max-height: 100px;
    margin-bottom: 10px;
  }

  #cat-sm {
    margin-top: -10px !important;
  }

  .card-main-pg .card-title {
    font-size: 10px !important;
    text-align: end;
  }

  .card-main-pg p {
    font-size: 13px !important;
  }

  .card-actions {
    margin-top: 5px !important;
    justify-content: end !important;
  }

  .main-menu-goods-button {
    height: 30px;
    flex-direction: column;
  }

  .description {
    text-align: right;
    font-size: 14px;
  }

  .prob {
    font-size: 12px;
  }

  #sm-spof-pg {
    max-height: 150px;
  }
}

/* Displays end ============================*/
/*================================================================================================================*/

@font-face {
  font-family: "PT Sans";

  src: url("../fonts/PTSans-Bold.ttf") format("truetype");
  font-style: bold;
  font-weight: bold;
}

@font-face {
  font-family: "PT Sans-normal";

  src: url("../fonts/PTSans-Regular.ttf") format("truetype");
}
/* ===== Added UI Normalization (2026-02) ===== */
.d7 {
  position: relative;
}

.d7 #finder-form {
  position: relative;
  width: 610px;
}

.finder-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  max-height: 370px;
  overflow: auto;
  border: 1px solid #cfd6cf;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(39, 57, 43, 0.18);
  z-index: 1200;
}

.finder-dropdown::-webkit-scrollbar {
  width: 10px;
}

.finder-dropdown::-webkit-scrollbar-track {
  background: #edf1ed;
  border-radius: 999px;
}

.finder-dropdown::-webkit-scrollbar-thumb {
  background: #91b19a;
  border-radius: 999px;
  border: 2px solid #edf1ed;
}

.finder-item {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 86px;
  padding: 8px 12px;
  border-bottom: 1px solid #eef2ee;
  color: #2d3a2f;
  overflow: hidden;
}

.finder-item:hover,
.finder-item.is-active {
  background: #f2f8f3;
  color: #1f522c;
}

.finder-item--all {
  grid-template-columns: 1fr;
  font-weight: 700;
}

.finder-item__img {
  width: 68px;
  min-width: 68px;
  max-width: 68px;
  height: 68px;
  min-height: 68px;
  max-height: 68px;
  object-fit: contain;
  border-radius: 10px;
  border: 1px solid #dce6dd;
  background: #f7faf7;
  padding: 4px;
  display: block;
}

.finder-item__body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.finder-item__title {
  font-size: 0.94rem;
  line-height: 1.2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
}

.finder-item__meta {
  color: #58705e;
  font-size: 0.84rem;
}

/* Override legacy navbar image rules for search dropdown cards. */
.navbar .finder-dropdown .finder-item__img {
  width: 68px !important;
  min-width: 68px !important;
  max-width: 68px !important;
  height: 68px !important;
  min-height: 68px !important;
  max-height: 68px !important;
}

.finder-empty {
  padding: 12px;
  color: #5c6f61;
}

.site-cart {
  width: min(340px, calc(100vw - 16px));
  max-height: min(430px, calc(100vh - 105px));
  min-height: 120px;
  height: auto;
  position: fixed;
  right: 8px;
  top: 88px;
  z-index: 1000;
  padding: 0;
  color: #2f3437;
  box-shadow: 0 16px 34px rgba(20, 20, 20, 0.18);
  background: #ffffff;
  border: 1px solid #d5d5d5;
  border-radius: 12px;
  transform: translateY(-8px) scale(0.98);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.site-cart.is-open {
  transform: translateY(0) scale(1);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.site-cart-controls {
  display: flex;
  justify-content: flex-end;
  padding: 8px 8px 2px;
}

.close-cart {
  border: 1px solid #bfc4c9;
  border-radius: 8px;
  width: 30px;
  height: 30px;
  background: #f1f3f5;
  color: #4a4f55;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.close-cart:hover {
  background: #e7eaee;
  border-color: #adb4bb;
  color: #30353a;
}

.site-cart-body {
  max-height: 300px;
  overflow: auto;
  padding: 6px 10px;
}

.site-cart-body::-webkit-scrollbar {
  width: 8px;
}

.site-cart-body::-webkit-scrollbar-track {
  background: #eceff2;
  border-radius: 999px;
}

.site-cart-body::-webkit-scrollbar-thumb {
  background: #b4bdc7;
  border-radius: 999px;
  border: 2px solid #eceff2;
}

.site-cart-footer {
  padding: 8px 10px 10px;
  border-top: 1px solid #e1e5e8;
}

.site-cart-footer[hidden] {
  display: none;
}

.site-cart-empty {
  padding: 12px 6px;
  font-size: 15px;
  color: #555d66;
  text-align: center;
}

.category-page {
  padding-top: 12px;
}

.category-page__title {
  margin: 0 0 14px;
}

.category-section {
  margin-bottom: 22px;
}

.category-section__title {
  margin-bottom: 12px;
}

.category-subcategories {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
}

.category-layout {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.category-filters {
  width: 280px;
  min-width: 280px;
}

.category-filter-form {
  background: #ffffff;
  border: 1px solid #d7e0d8;
  border-radius: 12px;
  padding: 12px;
  box-shadow: 0 6px 12px rgba(40, 56, 44, 0.08);
  position: sticky;
  top: 110px;
}

.category-filter-group {
  margin-bottom: 12px;
}

.category-filter-label {
  display: block;
  margin-bottom: 6px;
  color: #455747;
  font-size: 0.88rem;
  font-weight: 700;
}

.category-filter-subtitle {
  margin: 0 0 8px;
  font-size: 0.95rem;
}

.category-filter-range {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.category-filter-input {
  width: 100%;
  min-height: 38px;
  border: 1px solid #c7d3c9;
  border-radius: 10px;
  padding: 8px 10px;
  background: #fff;
}

.category-check {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px 0;
  color: #2f3f32;
  font-size: 0.9rem;
}

.category-check input {
  width: 16px;
  height: 16px;
}

.category-facet {
  border: 1px solid #d6dfd7;
  border-radius: 10px;
  background: #fafcfa;
  margin-bottom: 8px;
}

.category-facet summary {
  cursor: pointer;
  list-style: none;
  padding: 8px 10px;
  font-weight: 700;
}

.category-facet summary::-webkit-details-marker {
  display: none;
}

.category-facet-list {
  max-height: 200px;
  overflow: auto;
  border-top: 1px solid #e5ece5;
  padding: 0 10px 8px;
}

.category-facet-list::-webkit-scrollbar {
  width: 8px;
}

.category-facet-list::-webkit-scrollbar-thumb {
  background: #9bb8a3;
  border-radius: 999px;
}

.category-filter-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.category-reset-link {
  font-size: 0.9rem;
  text-align: center;
  color: #4f6b56;
}

.category-goods {
  flex: 1;
  min-width: 0;
}

.category-goods-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
}

.category-page .category-subcategories .cat-page-fav,
.category-page .category-goods-grid .cat-page-fav,
.category-page .category-goods-grid .cat-main-page-fav {
  width: auto;
  max-width: none;
  padding: 0;
  margin: 0;
  flex: none;
}

.category-page .category-subcategories .card-main-pg,
.category-page .category-goods-grid .card-main-pg {
  height: 100%;
}

.category-infinite-status {
  min-height: 24px;
  margin-top: 10px;
  text-align: center;
  color: #495949;
  font-size: 14px;
}

.category-infinite-sentinel {
  width: 100%;
  height: 1px;
}

@media (max-width: 1365px) {
  .category-subcategories,
  .category-goods-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .category-subcategories,
  .category-goods-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .category-subcategories,
  .category-goods-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 479.98px) {
  .category-subcategories,
  .category-goods-grid {
    grid-template-columns: 1fr;
  }
}

.category-empty {
  background: #fff;
  border: 1px dashed #cdd9cf;
  border-radius: 12px;
  padding: 16px;
  color: #586a5b;
}

.category-description {
  margin-top: 14px;
  background: #fff;
  border: 1px solid #d7e1d9;
  border-radius: 12px;
  padding: 12px;
}

.category-native-select {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.category-select {
  position: relative;
}

.category-select__toggle {
  width: 100%;
  min-height: 40px;
  border: 1px solid #c6d3c8;
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 10px;
  color: #2f4334;
}

.category-select__value {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.category-select__panel {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 6px);
  border: 1px solid #c8d5ca;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(32, 44, 35, 0.2);
  z-index: 50;
  overflow: hidden;
}

.category-select.is-open .category-select__panel {
  display: block;
}

.category-select__search {
  width: calc(100% - 16px);
  margin: 8px;
  min-height: 36px;
  border: 1px solid #c9d4cb;
  border-radius: 8px;
  padding: 7px 8px;
}

.category-select__options {
  max-height: 220px;
  overflow: auto;
  padding: 4px;
}

.category-select__option {
  width: 100%;
  border: 1px solid transparent;
  border-radius: 7px;
  background: #fff;
  min-height: 34px;
  text-align: left;
  padding: 6px 8px;
  color: #2f4334;
}

.category-select__option:hover,
.category-select__option.is-active {
  background: #eef6f0;
  border-color: #c4d6c8;
}

.category-select__empty {
  padding: 8px;
  color: #5c6f61;
  font-size: 0.85rem;
}

.homepage-social-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  gap: 8px;
}

.homepage-social-wrap .homepage-social-btn {
  flex: 0 0 calc((100% - 16px) / 3);
  width: auto;
  min-width: 0;
  margin: 0;
  padding: 8px;
  min-height: 88px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d2ddd4;
  background: #fff;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.homepage-social-wrap .homepage-social-btn:hover {
  border-color: #b3c7b8;
  box-shadow: 0 8px 14px rgba(43, 73, 50, 0.12);
}

.homepage-social-host-inline {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-content: flex-start;
  gap: 8px;
}

.homepage-social-host-inline .homepage-social,
.homepage-social-host-inline .homepage-social-btn {
  width: 100%;
  min-width: 0;
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Small-home variant renders social host as a single full-width row container. */
.homepage-top-grid__actions>.homepage-social-host-inline:not(.homepage-top-grid__actions_block) {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}

.homepage-social-icon-only {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

/* Keep social icons compact and prevent inherited height stretching. */
.homepage-top-grid__auth .homepage-social-wrap .homepage-social-btn {
  height: 76px !important;
  min-height: 76px !important;
  max-height: 76px !important;
  margin-top: 0 !important;
  margin-left: 0 !important;
  padding: 6px !important;
}

@media (max-width: 1190px) {
  .category-layout {
    flex-direction: column;
  }

  .category-filters {
    width: 100%;
    min-width: 0;
  }

  .category-filter-form {
    position: static;
  }
}

@media (max-width: 768px) {
  .goods-image-expand {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    padding: 7px 10px;
    font-size: 12px;
  }

  .goods-image-expand__text {
    display: none;
  }

  .site-cart {
    top: 80px;
    right: 6px;
    width: min(320px, calc(100vw - 12px));
    max-height: min(360px, calc(100vh - 95px));
  }

  .finder-dropdown {
    max-height: 300px;
  }

  .d7 #finder-form {
    width: 100%;
  }

  .homepage-social-wrap {
    gap: 6px;
  }

  .homepage-social-wrap .homepage-social-btn {
    flex-basis: calc((100% - 12px) / 3);
    min-height: 64px;
    height: 64px;
    max-height: 64px;
  }

  .homepage-social-host-inline {
    gap: 6px;
  }

  .homepage-social-host-inline .homepage-social,
  .homepage-social-host-inline .homepage-social-btn {
    min-height: 64px;
    height: 64px;
    max-height: 64px;
  }

  .homepage-social-icon-only {
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 991.98px) and (min-width: 575.98px) {
  .homepage-top-grid__actions_block.homepage-social-host-inline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-self: stretch;
    margin-top: 10px;
    gap: 10px;
  }

  .homepage-top-grid__actions_block.homepage-social-host-inline .homepage-social,
  .homepage-top-grid__actions_block.homepage-social-host-inline .homepage-social-btn {
    min-height: 95px;
    height: 95px;
  }
}

/* Category page card normalization: proportional media + overlay badges. */
.category-page .category-goods-grid #lg-card-goods .card-main-pg,
.category-page .category-subcategories #cat-lg .card-main-pg {
  display: flex;
  flex-direction: column;
  padding: 14px;
}

.category-page .category-goods-grid #lg-card-goods .card-main-pg > a,
.category-page .category-subcategories #cat-lg .card-main-pg > a {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.category-page .category-goods-grid #lg-card-goods .image-block,
.category-page .category-subcategories #cat-lg .image-block {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 220px;
  min-height: 220px;
  margin: 8px 0 12px;
  padding: 16px;
  border-radius: 12px;
  overflow: hidden;
}

.category-page .category-goods-grid #sm-card .sm-card-media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 98px;
  padding: 8px;
  border-radius: 10px;
  overflow: hidden;
}

.category-page .category-subcategories #cat-sm .card-main-pg {
  padding: 12px;
}

.category-page .category-subcategories #cat-sm .card-images,
.category-page .category-subcategories #cat-lg .card-images-catalog,
.category-page .category-goods-grid #lg-card-goods .card-images,
.category-page .category-goods-grid #lg-card-goods .sm-card-images,
.category-page .category-goods-grid #sm-card .card-images {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  margin: 0 !important;
  object-fit: contain;
  object-position: center;
}

.category-page .card-price-badge {
  height: auto !important;
  min-height: 0 !important;
  white-space: nowrap;
}

.category-page .card-price-badge--overlay {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  z-index: 2;
  margin: 0 !important;
  max-width: calc(100% - 20px);
}

.category-page .category-goods-grid #sm-card .sm-card-media .card-price-badge--overlay {
  bottom: 6px;
  max-width: calc(100% - 8px);
  padding: 4px 8px;
  font-size: 11px !important;
}

.category-page .category-subcategories .category-title-badge {
  display: block;
  width: calc(100% - 12px);
  height: auto !important;
  min-height: 0 !important;
  margin: 2px auto 0;
  padding: 6px 12px;
  border-radius: 10px;
  background: linear-gradient(135deg, #f3f4f6 0%, #e4e7eb 48%, #f4f5f7 100%);
  border: 1px solid #c6cbd1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75), 0 2px 6px rgba(58, 66, 73, 0.12);
  color: #2f353b;
  line-height: 1.25;
  text-align: center !important;
}

@media (max-width: 767.98px) {
  .category-page .category-goods-grid #lg-card-goods .image-block,
  .category-page .category-subcategories #cat-lg .image-block {
    height: 190px;
    min-height: 190px;
    padding: 14px;
  }
}

/* Small/medium listing normalization: no duplicate card variants + clamped titles. */
@media (max-width: 991.98px) {
  .category-page #sm-card,
  .category-page #cat-sm {
    display: none !important;
  }

  .category-page #lg-card-goods,
  .category-page #cat-lg {
    display: block !important;
    width: 100%;
    max-width: 100%;
  }

  .category-page .category-goods-grid #lg-card-goods .card-main-pg,
  .category-page .category-subcategories #cat-lg .card-main-pg {
    height: auto !important;
    max-height: none !important;
    min-height: 0 !important;
  }

  .category-page .category-goods-grid #lg-card-goods .card-main-pg > a,
  .category-page .category-subcategories #cat-lg .card-main-pg > a {
    min-height: 0;
  }

  .category-page .category-goods-grid #lg-card-goods .card-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: auto !important;
    max-height: 2.8em;
    line-height: 1.35;
    text-align: left !important;
  }

  .category-page .category-subcategories #cat-lg .card-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: auto !important;
    max-height: 2.8em;
    line-height: 1.35;
  }

  .card-main-pg .card-title,
  .main-categories .main-cat-description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: auto !important;
    max-height: 2.8em;
    line-height: 1.35;
    word-break: break-word;
  }
}

@media (max-width: 575.98px) {
  .find-results-page #sm-card {
    display: none !important;
  }

  .find-results-page #lg-card-goods {
    display: block !important;
    width: 100%;
    max-width: 100%;
  }

  .find-results-page .category-goods-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .find-results-page #lg-card-goods .card-main-pg {
    display: flex;
    flex-direction: column;
    height: auto !important;
    max-height: none !important;
    min-height: 0 !important;
    margin-bottom: 0;
    padding: 12px !important;
  }

  .find-results-page #lg-card-goods .card-main-pg > a {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-height: 0;
  }

  .find-results-page #lg-card-goods .card-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: auto !important;
    min-height: 0;
    max-height: 2.8em;
    line-height: 1.35;
    font-size: 13px !important;
    text-align: left !important;
  }

  .find-results-page #lg-card-goods .image-block {
    height: 170px !important;
    min-height: 170px !important;
    margin: 0 0 8px 0 !important;
    padding: 10px !important;
    border-radius: 10px;
  }

  .find-results-page #lg-card-goods .card-images,
  .find-results-page #lg-card-goods .sm-card-images {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    margin: 0 !important;
    object-fit: contain;
  }

  .find-results-page #lg-card-goods .card-price-badge--overlay {
    left: 50%;
    bottom: 8px;
    transform: translateX(-50%);
    max-width: calc(100% - 16px);
    padding: 5px 10px;
    font-size: 12px !important;
  }

  .find-results-page #lg-card-goods .card-actions {
    margin-top: 8px !important;
    justify-content: stretch !important;
  }

  .find-results-page #lg-card-goods .card-actions li {
    width: 100%;
  }

  .find-results-page #lg-card-goods .main-menu-goods-button {
    width: 100%;
    min-height: 36px;
    font-size: 13px !important;
  }
}
