:root {
  --footer-background-color: #f5f5f5;
  --container-max-width: 1600px;
  --bs-body-font-family: "Ubuntu";
  --bs-border-radius: 0.625rem;
  --bs-border-color-translucent: var(--background-grey-4);
--bs-breadcrumb-font-size: 13px;
--bs-secondary-color: var(--main-grey);
  /* --bs-border-radius: 16px; */
}
:root {
  --background-grey-3: #eeeff1;
  --background-grey-4: #f5f5f5;
  --background-grey-5: #f4f5f7;
  --background-orange: #fff8eb;
  --background-green-4: #dffedc;
  --main-orange: #f87105;
  --main-red: #ff3b30;
  --main-yellow: #fcdf2a;
  --main-green: #1fa036;
  --main-green-2: #23bd4a;
  --main-blue: #05a1f8;
  --main-text: #191920;
  --main-text-2: #737373;
  --main-grey: #6d7780;
  --main-grey-2: #99a3ae;
  --main-white: #fff;
  --second-orange-2: #ffa800;
  --second-orange-3: #e8930e;
  --second-orange-4: #ff9e45;
  --second-red-2: #fc6961;
  --second-green-3: #34c759;
  --second-blue-2: #73c2fc;
  --input-placeholder-color: var(--main-text);

}
:root {
  --font-family: var(--bs-body-font-family), sans-serif;
  --second-family: "Inter", sans-serif;
  --third-family: "Manrope", sans-serif;
  --font3: "Space Grotesk", sans-serif;
}
.card-section-catalog .d-img[style*="no_image.png"],
.section-swiper .d-img[style*="no_image.png"] {
    background-size: 38%;
}
.row-store {
  --bs-border-color: var(--background-grey-4);
  align-items: center;
}
.row-store > .col {
  align-items: center;
}
.row-store .amount-remained {
  color: var(--main-red);
}
.pagination {
  --bs-pagination-border-width: 0;
  --bs-pagination-active-bg: var(--main-orange);
  --bs-pagination-disabled-color: transparent;
  --bs-pagination-disabled-bg: transparent;
  gap: 4px;
}
.page-link.active,
.active > .page-link {
  border-radius: 6px;
}
.pagination .disabled {
  opacity: 0.5;
}
.pagination li.page-item,
.pagination li.page-item .page-link {
  display: flex;
}
.pagination li.page-item .page-link svg {
  margin: auto;
}
i.i-d-asc {
    transform: rotateX(180deg);
    /* margin-bottom: -5px; */
}
.btn.btn-secondary.show-more {
  padding: 10px 10px;
  width: 260px;
  height: 40px;
  max-width: 100%;
  --bs-btn-bg: var(--background-grey-3);
  --bs-btn-color: var(--main-text-2);
  --bs-btn-border-color: var(--background-grey-3);
}
.dropdown-menu {
  --bs-dropdown-link-active-bg: var(--second-orange-4);
  --bs-dropdown-padding-x: 6px;
    --bs-dropdown-padding-y: 12px;
    --bs-dropdown-item-padding-y: 5px;
    --bs-dropdown-item-padding-x: 10px;
    font-size: 14px;
    color: var(--main-grey);
}
.btn-favorite.active {
  color: red;
}
.btn-favorite.active svg path {
  fill: red;
}
.card {
  box-shadow: 2px 2px 6px 0 rgba(51, 51, 51, 0.1);
}
.card .form-control {
  --bs-border-radius: 0.49999995rem;
}
form label{
  margin-bottom: 12px;
}
.form-check:not(.form-switch) .form-check-input{
  width: 20px;
    height: 20px;
}
.form-check-input:checked{
  background-color: #eb6e21;
    border-color: #eb6e21;
}
.sort-menu .link .i-mobile{
	display: none;
}
.sort-menu .link span{
  color: var(--main-text);
}
.sort-menu .link:not(.active) .i-mobile.i-no-active{
	display: block;
}
.sort-menu .link.active .i-mobile.i-active{
	display: block;
}
a.link.link-tag {
    border-radius: 10px;
    padding: 12px 24px;
    background: var(--background-grey-4);
    display: inline-block;
}
.d-tags {
    margin-bottom: 40px;
}
.dropdown-menu.sort-menu {
	position: relative;
	--bs-dropdown-padding-x: calc(var(--bs-gutter-x) * 0.5);
	--bs-dropdown-padding-y: calc(var(--bs-gutter-x) * 0.5);
	border: 0;
  max-width: fit-content;
  --bs-dropdown-zindex: 100;
}
.btn-container-sort-action {
  width: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 20px;
}

.btn-container-sort-action .btn {
  padding: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
}

.btn-container-sort-action .btn-del-selected-favorites {
  color: #ff3b30;
}
.dropdown-menu.sort-menu >a {
  justify-content: space-between;
  padding: 7px 5px;
}
.card.card-promo {
  box-shadow: none;
  border: 0;
  --bs-card-spacer-y: 0;
  --bs-card-spacer-x: 0;
}
.d-flex .tel-input {
  margin-right: 0;
}
.link-close {
  position: absolute;
  z-index: 10;
  background: none;
  right: 6px;
  top: 6px;
}
.e-date-period {
  border-radius: 6px;
  padding: 6px 12px;
  background: var(--background-green-4);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #4fd370;
  max-width: max-content;
  margin-top: 12px;
  margin-bottom: 16px;
}
.pX2 .card,
.card.pX2 {
  --bs-card-spacer-y: 2.5rem;
  --bs-card-spacer-x: 2.5rem;
}
.modal.pX2 {
  --bs-modal-padding: 2.5rem;
}
.card.card-section {
  padding: 1.25rem;
}
.card.card-empty-items {
  box-shadow: none;
}

h1, .h1 {
  font-family: var(--font-family);
  font-weight: 700;

  line-height: 130%;
  color: var(--main-text);
  font-size: calc(0.975rem + 0.5vw);
}

h2,
.h2 {
  --gutter-correct: 0px;
  font-family: var(--font-family);
  font-weight: 700;

  line-height: 100%;
  color: var(--main-text);
  margin-bottom: calc(30px + (-1 * var(--gutter-correct)));
}

.breadcrumb {
  --bs-breadcrumb-margin-bottom: 1.25rem;
}
.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #eeeff1;
  --bs-btn-border-color: #eeeff1;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #f87105;
  --bs-btn-active-border-color: #f87105;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #eeeff1;
  --bs-btn-disabled-border-color: #eeeff1;
}
.btn {
  box-shadow: none !important;
}
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: var(--input-placeholder-color);
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: var(--input-placeholder-color);
  opacity: 1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: var(--input-placeholder-color);
  opacity: 1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--input-placeholder-color);
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--input-placeholder-color);
}
::placeholder {
  /* Most modern browsers support this now. */
  color: var(--input-placeholder-color);
}
.top-top-ad .d-img-ad {
    border-radius: 0;
}
div#menu_catalog {
  box-shadow: 2px 2px 6px 0 rgba(51, 51, 51, 0.1),
    -2px 2px 6px 0 rgba(51, 51, 51, 0.1);
  background: var(--main-white);
  max-width: calc(var(--container-max-width));
  margin: 124px auto 0 auto;
  border: 1px solid var(--background-grey-4);
  border-radius: 16px;
  right: inherit;
  width: 100%;
  left: auto;
  bottom: auto;
  min-height: 400px;
  position: absolute;
  --bs-offcanvas-padding-x: 1.25rem;
  --bs-offcanvas-padding-y: 1.25rem;
}
#menu_catalog.offcanvas.offcanvas-end:not(.show) {
  max-height: 100vh;
}
.btn-top-catalog .i-close,
.btn-top-catalog.show .i-open {
  display: none !important;
}
.btn-top-catalog.show .i-close {
  display: block !important;
}

.card.card-empty-items .btn.btn-secondary {
  --bs-btn-bg: var(--background-grey-3);
  --bs-btn-border-color: var(--background-grey-3);
  --bs-btn-color: var(--main-text-2);
}
.color-primary {
  color: var(--color-primary);
}

.color-secondary {
  color: var(--color-secondary);
}
.color-main-text {
  color: var(--main-text);
}
.color-main-text-2 {
  color: var(--main-text-2);
}
.color-main-orange {
  color: var(--main-orange);
}
a.ord-pop {
  position: absolute;
  right: calc(-1px + var(--bs-gutter-x));
  top: 12px;
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background: #eeeff1e5;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 12px;
  z-index: 10;
}
.popover.ord-popover .popover-header {
  --bs-popover-header-bg: transparent;
  --bs-popover-border-width: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.popover.ord-popover .popover-body {
  padding-top: 0;
}
.popover.ord-popover .popover-arrow {
  display: none;
}
.popover.ord-popover .popover-header:after {
  content: "";
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M8.89 1.16667H6.61841C5.58926 1.16666 4.77411 1.16665 4.13615 1.25277C3.47959 1.34139 2.94818 1.52813 2.5291 1.94889C2.11001 2.36966 1.92403 2.90321 1.83576 3.5624C1.74998 4.20292 1.74999 5.02134 1.75 6.05462V9.45984C1.75 10.3396 2.28664 11.0935 3.04918 11.4095C3.00993 10.879 3.00996 10.1346 3.01 9.51536L3.01 6.6486L3.01 6.59308C3.00996 5.84544 3.00992 5.20126 3.079 4.6854C3.15303 4.13255 3.31998 3.60262 3.74809 3.17278C4.17621 2.74295 4.70402 2.57533 5.25466 2.501C5.76845 2.43165 6.41005 2.43168 7.1547 2.43173L7.21 2.43173H8.89L8.9453 2.43173C9.68995 2.43168 10.3302 2.43165 10.8439 2.501C10.5366 1.71954 9.7776 1.16667 8.89 1.16667Z' fill='%236D7780'/%3e%3cpath d='M3.85005 6.64848C3.85005 5.0582 3.85005 4.26306 4.34211 3.76902C4.83417 3.27498 5.62613 3.27498 7.21005 3.27498H8.89005C10.474 3.27498 11.2659 3.27498 11.758 3.76902C12.2501 4.26306 12.2501 5.0582 12.2501 6.64848V9.45972C12.2501 11.05 12.2501 11.8451 11.758 12.3392C11.2659 12.8332 10.474 12.8332 8.89005 12.8332H7.21005C5.62613 12.8332 4.83417 12.8332 4.34211 12.3392C3.85005 11.8451 3.85005 11.05 3.85005 9.45972V6.64848Z' fill='%236D7780'/%3e%3c/svg%3e ");
  width: 14px;
  height: 14px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.popover.ord-popover {
  --bs-popover-max-width: auto;
  box-shadow: 2px 2px 6px 0px #3333331a;
  box-shadow: -2px 2px 6px 0px #3333331a;
  --bs-popover-body-padding-y: 8px;
  --bs-popover-body-padding-x: 12px;
}
.ad-nameplate {
  position: absolute;
  background: #e8930ecc;
  padding: 4px 12px 4px 12px;
  border-radius: 8px;
  left: calc(-1px + var(--bs-gutter-x));
  top: 12px;
  font-size: 12px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: "Ubuntu";
  font-weight: 500;
  line-height: 14.4px;
  left: 12px;
}
.ad-nameplate svg {
  margin-top: -2px;
}
.form-control:focus {
  box-shadow: none;
  border-color: #c6c7c8;
}
.gap-12 {
  gap: 12px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-20 {
  margin-bottom: 20px;
}
.fs-14 {
  font-size: 0.875rem;
}
.fs-12 {
  font-size: 0.75em;
}
.fs-13 {
  font-size: 0.8125rem;
}
.lh-14 {
  line-height: 14px;
}
.fs-24 {
  font-size: calc(.85rem + 0.8vw);
}
@media (min-width: 1024px){
  .btn-top-catalog.show .i-close path{
    fill: #fff
  }
}
@media (min-width: 1200px){
  .card {
    --bs-card-spacer-y: 1.25rem;
    --bs-card-spacer-x: 1.25rem;
    --bs-border-radius: 16px;
  }
  .fs-24 {
    font-size: 24px;
  }
  .fs-18 {
    font-size: 18px;
  }
  h1, .h1{
    font-size: 24px;
  }
  h2, .h2{
    font-size: 28px;
  }
}
.d-pin {
  border-radius: 6px;
  padding: 4px 8px;
  color: var(--main-text-2);
  height: 21px;
  background: var(--background-grey-3);
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-weight: 400;
font-size: 14px;
line-height: 100%;
gap:6px;
}
span.pin {
  border-radius: 6px;
  padding: 6px 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
}
span.pin.pin-green{
  background: #ddfedc;
  color: var(--main-green-2);
}
.py-40 {
  padding-top: calc(40px - var(--bs-gutter-y));
  padding-bottom: 40px;
}
.pt-40 {
  padding-top: 40px;
}
.pb-40 {
  padding-bottom: 40px;
}
.section {
  margin-bottom: 40px;
}
.iblock-ymaps {
  border-radius: 16px;
  overflow: hidden;
}
.d-ad-fon {
  border-radius: 16px;
  background: #d9d9d9;
  max-width: 100%;
}
.bg-black-card {
  border-radius: 16px;
  padding: 40px;
  background: var(--main-text);
}
.bg-black-card * {
  color: var(--color-text, var(--main-white));
}
.color-grey {
  --color-text: var(--main-grey);
}
.d-Instructions a.btn.btn-secondary {
  --bs-btn-bg: var(--background-grey-3);
  --bs-border-radius: 6px;
  border-radius: 6px;
  padding: 6px 16px;
  --bs-btn-border-color:var(--background-grey-3);
  --bs-btn-color: var(--main-text-2);
  --bs-btn-hover-bg: #F87105;
  --bs-btn-hover-border-color: #F87105;
}
div.reviews .content__reviews__item__answer{
  background: var(--background-grey-3);
}
ul li::marker {
  color: var(--main-orange);
}
.img-shadow{
  box-shadow: 2px 2px 6px 0 rgba(51, 51, 51, 0.1);
  border-radius: 16px;
  overflow: hidden;
}
.d-seo-before-description .card{
  --bs-card-spacer-y: .75rem;
  --bs-card-spacer-x: .75rem;
}
.card-section-catalog {
  --bs-link-color-rgb: 25, 25, 32;
}
.card-section-catalog .color-grey {
  color: var(--color-text);
}
@media (min-width: 1000px) {
  .card-section-catalog .d-img {
  margin-top: -45px;

}
}
.card-section-catalog .d-img {

    max-width: 120px;
}
.title{
  word-break: break-word;
  line-height: 1.1;
  min-height: 2lh;
}
.card-section-catalog.card-grey {
  height: 100%;
}
.section.d-reliable-supplier .d-ad-fon {
  height: 205px;
}
.section.d-reliable-supplier .card-body .txt {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
}
.section .card-tizer .txt.card-tizer-name {
  font-family: "Ubuntu";
  font-weight: 700;
  font-size: 32px;
  line-height: 130%;
  color: var(--main-orange);
}
.color-orange {
  color: var(--main-orange);
}
.section .card-tizer svg + .txt.card-tizer-name {
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: var(--main-text);
  margin-bottom: 12px;
}
.card-tizer svg path[fill="currentColor"] {
  fill: #6d7780;
}
.card-tizer svg {
  margin-bottom: 16px;
}
.card-tizer .txt {
  margin-bottom: 20px;
}
header {
  display: flex;
  align-items: center;
  border-bottom: 1.5px solid #f5f5f5;
  margin-bottom: 20px;
  /* z-index: 1035;
    position: sticky; */
}
.top-logo img {
  width: 167px;
}
body {
  overflow-x: hidden;
}
body main {
  min-height: calc(46.76vh - 65px);
}
body:has(.menu-top-horizontal) main {
  min-height: calc(41.6vh - 65px);
}
footer {
  background: var(--footer-background-color, #000);
  --bs-link-color-rgb: 109, 119, 128;
}
footer .col-logo img {
  max-width: 128px;
}
footer .nav-link {
  --bs-nav-link-padding-y: 0.25rem;
  line-height: 1;
}
.container,
.container-880 {
  max-width: calc(var(--bs-gutter-x) + var(--container-max-width));
}
.container.container-880,
.container .container-880 {
  --container-max-width: 880px;
}
.container-880 {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
summary.accordion-header {
  list-style: none;
}
details[open] .accordion-button::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion {
  --bs-accordion-border-color: var(--background-grey-4);
  --bs-accordion-btn-padding-x: 0;
}
.accordion-button {
  font-size: 18px;
  color: var(--main-text);
  font-family: "Ubuntu";
  --bs-accordion-active-color: var(--main-text);
  --bs-accordion-active-bg: transparent;
  --bs-accordion-btn-focus-box-shadow: none;
}
.accordion-body {
  --bs-accordion-body-padding-x: 0;
}
.d-card {
  border-radius: 16px;
  padding: 20px;
  background: var(--background-grey-4);
  margin-bottom: 20px;
}
p {
  margin-bottom: 0.75rem;
}
h5 {
  margin-bottom: 0.875rem;
}
h6,
.h6,
h4,
.h4,
h3,
.h3,
h1,
.h1 {
  margin-bottom: 1.25rem;
}
.title-menu,
.title-form {
  font-family: "Ubuntu";
  font-weight: 500;
  line-height: 16px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #191920;
  margin-bottom: 16px;
}
.mb-32 {
  margin-bottom: 32px;
}
.mb-3 > .tel-input {
  float: none;
}
.swiper-slide.hl-img {
  height: auto;
  display: flex !important;
}
.swiper-slide.hl-img img {
  object-fit: contain;
  margin: auto;
}
.swiper-slide.hl-img > div {
  border-radius: 16px;
  background: #d9d9d9;
  max-width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-slide.hl-img > div:has(img) {
  background: transparent;
}
.section-swiper .card,
.card-grey {
  --bs-card-bg: var(--background-grey-5);
  height: var(--card-grey-height, 220px);
}
.section-swiper .link {
  color: var(--main-text);
}
.section-swiper .d-img {
  max-height: 121px;
  margin-top: auto;
}
.swiper.pb-40 .swiper-button-prev,
.swiper.pb-40 .swiper-button-next {
  margin-top: -20px;
}
small,
.small {
  font-size: 0.8125em;
}
.counter-txt span {
  display: inline !important;
}
a.link.link-become-partner {
  background: #eeeff1;
  padding: 4px 8px 4px 8px;
  gap: 6px;
  border-radius: 6px;
  display: flex;
  align-items: center;
}
.d-img-ad {
  border-radius: 16px;
  overflow: hidden;
}
.d-img-ad img {
  width: 100%;
  object-fit: cover;
}
.d-img {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.pt-20 {
  padding-top: 20px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pt-24 {
  padding-top: 24px;
}
.pb-24 {
  padding-bottom: 24px;
}
.g-4,
.gy-4 {
  --bs-gutter-y: 2.5rem;
}
.g-3,
.gy-3 {
  --bs-gutter-y: 1.25rem;
}
.g-3,
.gx-3 {
  --bs-gutter-x: 1.25rem;
}
div[id*="bx_inc"]:has(.h-100) {
  height: 100%;
}
@media (min-width: 1200px) {
  .row.g-xl-4,
  .row.gx-xl-4 {
    --bs-gutter-x: 2.5rem !important;
  }
  .g-4,
  .gx-4,
  .g-xl-4,
  .row.gy-xl-4 {
    --bs-gutter-y: 2.5rem !important;
  }
}
.swiper.d-ad .d-ad-fon {
  height: 280px;
}
.col-lg .swiper {
  height: 100%;
}
.col-lg .swiper .img-ad,
.col-lg .swiper .d-img-ad {
  height: 100%;
}
.col-lg .swiper .img-ad {
  object-fit: cover;
}
.col-lg-6 .swiper {
  height: 100%;
}
.col-lg-6 .swiper .img-ad,
.col-lg-6 .swiper .d-img-ad {
  height: 100%;
}
.col-lg-6 .swiper .img-ad {
  object-fit: cover;
}
.swiper.d-ad:not(.swiper-initialized) .swiper-wrapper {
  flex-flow: wrap !important;
  width: auto;
}
.swiper.d-ad:not(.swiper-initialized) .swiper-wrapper > div {
  flex: 0 0 auto !important;
  width: 50%;
}
.swiper.d-ad:not(.swiper-initialized) .swiper-wrapper > div:last-child {
  width: 100%;
}
.swiper.d-ad:not(.swiper-initialized)
  .swiper-wrapper
  > div:last-child
  .d-ad-fon {
  height: 200px;
}
.swiper:not(.swiper-initialized) .swiper-pagination,
.swiper:not(.swiper-initialized) .swiper-button-prev,
.swiper:not(.swiper-initialized) .swiper-button-next {
  display: none;
}
.btn.btn-primary.btn-top-catalog {
  --bs-btn-padding-x: 1.15rem;
  --bs-btn-padding-y: 0.75rem;
  padding-left: 1.46rem;
}
a.navbar-brand.top-logo {
  margin-right: 20px;
  width: 167px;
  flex: 0 0 167px;
}
.d-search {
  width: 54.5%;
  flex: 1 1 54.5%;
  margin-left: 30px;
}
.d-flex a.stretched-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.btn-lk + .dropdown-menu {
  left: auto;
  right: 11px;
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    flex-basis: content;
  }
}
.d-basket > .row,
.h-46 {
  height: 46px;
}
.h-340 {
  height: 340px;
}
.w-46 {
  width: 46px !important;
}
.wm-85 {
  max-width: 85px;
}
.mh-79 {
  min-height: 79px;
}
.mh-129 {
  min-height: 129px;
}
.mh-120,
textarea.form-control.mh-120 {
  min-height: 120px;
}
.start-75 {
  left: 75% !important;
}
.d-basket .link {
  --bs-link-color-rgb: 25, 25, 32;
}
header .link-menu .link {
  --bs-link-color-rgb: 25, 25, 32;
}
header .link.d-bar,
.d-bar {
  border-radius: 100px;
  padding: 5px 12px;
  width: 146px;
  height: 26px;
  background: var(--bg-bar-link);
  --bs-link-color-rgb: 255, 255, 255;
}
header .link-menu a:hover svg path {
  fill: var(--main-orange);
}
header .link-menu .col-auto:last-child .link {
  /* --bs-link-color-rgb: 235, 110, 33; */
}
header .link-menu {
  max-width: 100%;
  overflow-x: auto;
}
body *::-webkit-scrollbar {
  width: 3px;
  height: 1px;
  background-color: #727287fc;
}
body *::-webkit-scrollbar {
  width: 3px;
}
body *::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background-color: #727287fc;
}
body *::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #33333342;
  border-radius: 20px;
  background-color: #f9f9fd;
}
.btn.h-46 {
  --bs-btn-padding-y: 0.38rem;
}
.d-section-subscribe {
  background-color: #eeeff1;
  padding: 12px 0;
  margin-bottom: 80px;
}
.d-section-subscribe svg{
  min-width: 18px;
}
.ms-auto.code,
.d-article.me-auto{
 color: var(--main-text-2);
}
.d-basket > .row .btn {
  height: 46px;
  display: flex;
  align-items: center;
  width: 89px;
  justify-content: center;
}
.col-auto.me-177 {
  margin-right: 177px;
}
.wm-300 {
  max-width: 300px;
}
div.popup-window {
  padding: 13px 38px 14px 10px !important;
  border-radius: 10px;
  box-shadow: 2px 2px 6px 0 rgba(51, 51, 51, 0.1),
    -2px 2px 6px 0 rgba(51, 51, 51, 0.1);
  background: var(--main-white);
}
.popup-window-button {
  height: auto;
}
.popup-window-buttons {
  padding: 20px 0 0px;
}
.ui-message-box .popup-window-buttons {
  padding: 15px 20px 0px;
}
.popup-window .popup-window-titlebar {
  margin-bottom: 30px;
  height: auto;
}
div.popup-window.select-region-pop-list {
  padding: 33px !important;
}
.popup-window.select-region-pop-list .popup-window-titlebar{
  margin-bottom: 0;
}
.popup-window .popup-window-content {
  background: #fff;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  color: var(--main-text);
  padding: 0px 0 0 0;
  overflow: hidden;
}
.popup-window .popup-window-close-icon {
  font-size: 0;
  right: 16px;
  height: 24px;
  display: flex;
  width: 24px;
  top: 16px;
}
.popup-window .popup-window-close-icon:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM8.96963 8.96965C9.26252 8.67676 9.73739 8.67676 10.0303 8.96965L12 10.9393L13.9696 8.96967C14.2625 8.67678 14.7374 8.67678 15.0303 8.96967C15.3232 9.26256 15.3232 9.73744 15.0303 10.0303L13.0606 12L15.0303 13.9696C15.3232 14.2625 15.3232 14.7374 15.0303 15.0303C14.7374 15.3232 14.2625 15.3232 13.9696 15.0303L12 13.0607L10.0303 15.0303C9.73742 15.3232 9.26254 15.3232 8.96965 15.0303C8.67676 14.7374 8.67676 14.2625 8.96965 13.9697L10.9393 12L8.96963 10.0303C8.67673 9.73742 8.67673 9.26254 8.96963 8.96965Z' fill='%2399A3AE'/%3e%3c/svg%3e ");
  width: 24px;
  height: 24px;
  -webkit-transform: none;
  transform: none;
  top: 0;
  left: 0;
}
.popup-window .popup-window-content {
  background: #fff;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  color: var(--main-text);
  padding: 0px 0 0 0;
  overflow: hidden !important;
}
.popup-window .form {
  padding: 0 10px;
  max-height: 100%;
  overflow: auto;
}
.popup-window .popup-window-titlebar-text {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  color: var(--main-text);
  width: 100%;
  padding: 0;
}
.d-search .btn.btn-secondary {
  --bs-btn-bg: #6D7780;
  --bs-btn-border-color: #6D7780;
}
div.popup-window[id*=clipboard_copy_] {
    box-shadow: 2px 2px 6px 0 rgba(51, 51, 51, 0.1), -2px 2px 6px 0 rgba(51, 51, 51, 0.1);
    background: var(--main-text);
    border-radius: 16px;
    padding: 10px 12px !important;
}

div.popup-window[id*=clipboard_copy_] .popup-window-content {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: var(--main-white);
    display: flex;
    align-items: center;
    gap: 8px;
    background: transparent;
}

div.popup-window[id*=clipboard_copy_] .popup-window-content:before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.3334 9.99999C18.3334 14.6024 14.6025 18.3333 10.0001 18.3333C5.39771 18.3333 1.66675 14.6024 1.66675 9.99999C1.66675 5.39762 5.39771 1.66666 10.0001 1.66666C14.6025 1.66666 18.3334 5.39762 18.3334 9.99999ZM13.3587 7.47471C13.6028 7.71879 13.6028 8.11452 13.3587 8.3586L9.19202 12.5253C8.94795 12.7693 8.55222 12.7693 8.30814 12.5253L6.64147 10.8586C6.3974 10.6145 6.3974 10.2188 6.64147 9.97471C6.88555 9.73064 7.28128 9.73064 7.52536 9.97471L8.75008 11.1994L10.6124 9.33708L12.4748 7.47471C12.7189 7.23064 13.1146 7.23064 13.3587 7.47471Z' fill='%2323BD4A' /%3e%3c/svg%3e");
    content: '';
    width: 20px;
    height: 20px;
    display: block;
}
@media (min-width: 992px) {
  .col-lg-148 {
    flex: 0 0 auto;
    width: calc(var(--bs-gutter-x) + 148px);
  }
  .w-lg-195 {
    width: 195px;
  }
  .w-lg-300 {
    width: 300px;
  }
  .w-lg-379 {
    width: 379px;
  }
  .ps-lg-83 {
    padding-left: calc(83.75px - (var(--bs-gutter-x) * 0.5));
  }
}
@media (max-width: 1440px) {
  .section-swiper .card, .card-grey{
    height: var(--card-grey-height, 180px);
  }
  .col-auto.me-177 {
    margin-right: 0;
  }
}
@media (max-width: 1180px) {
  .d-basket .link span:not(.badge-counter),
  .btn.btn-primary.btn-top-catalog span:not(.badge-counter) {
    display: none;
  }
  .d-basket .btn-light.btn-lk span {
    font-size: 12px;
  }
  .d-basket > .row .btn {
    width: 35px !important;
        padding: 0 !important;
  }
  span.badge-counter {
    font-size: 0;
    width: 15px;
    height: 15px;
    display: block;
    --bs-border-radius-pill: 100%;
  }
  .col-auto.me-177 {
    margin-right: 0;
  }
}
@media (max-width: 990px){
  .section>.row>.col:has(h2) {
    /* align-items: center; */
    justify-content: space-between;
}

.section>.row>.col:has(h2) a {
    /* font-size: 0; */
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: var(--main-text);
    display: flex;
    gap: 6px;
    white-space: nowrap;
}

.section>.row>.col:has(h2) a:after {
    content: '';
    display: block;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: var(--main-text);
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.25596 2.71529C4.41321 2.5805 4.64994 2.59871 4.78473 2.75596L7.78473 6.25596C7.9051 6.39639 7.9051 6.60362 7.78473 6.74405L4.78473 10.2441C4.64994 10.4013 4.41321 10.4195 4.25596 10.2847C4.09871 10.1499 4.0805 9.91321 4.21529 9.75596L7.0061 6.50001L4.21529 3.24405C4.0805 3.08681 4.09871 2.85007 4.25596 2.71529Z' fill='%23191920' /%3e%3c/svg%3e");
    width: 12px;
    height: 12px;
}
  body.page-home .catalog-section [data-entity="items-row"] {
    flex-wrap: nowrap !important;
    overflow: auto;
    margin-left: -12px;
        margin-right: -12px;
}
body.page-home .catalog-section [data-entity="items-row"]>* {
    width: 45%;
}
body.page-home .catalog-section .col.w-100 {
    display: none;
}
  .d-mobile-footer .color-secondary{
    margin-top: 30px;
  }
  .d-mobile-footer .color-secondary,
  .d-mobile-footer .nav-item a{

    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: var(--main-grey);
    margin-bottom: 20px;
  }
  .search-title-button{
    min-width: 40px;
  }
  .bx-searchtitle .input-group{
    height: 40px;
  }
  .bx-searchtitle .input-group .dropdown{
    margin-top: 4px;
    margin-left: 3px;
    margin-right: -160px;
  }
  .bx-searchtitle input.form-control{
    padding-left: 143px;
    margin-left: 26px !important;
  }
  .bx-searchtitle .dropdown .btn{
    font-size: 12px;
    max-width: 131px;
    width: 131px;
  }
  .btn.btn-primary.btn-top-catalog {
    --bs-btn-padding-x: 0.46rem;
    --bs-btn-padding-y: 0.46rem;
    padding-left: 0.46rem;
    height: 40px;
    width: 40px;
    justify-content: center;
    background: transparent;
        border: 0;
  }

nav.navbar.navbar-expand-lg.pt-20 {
  padding-top: 4px;
}
a.navbar-brand.top-logo {
  margin-right: initial;
}
header nav.navbar .d-search {
  margin-left: 0;
  margin-top: 20px;
  width: 100%;
  flex: 1 1 100%;
  z-index: 100;
}
header nav.navbar:after {
  content: "";
  position: absolute;
  left: calc(var(--bs-gutter-x) / 2 * -1);
  right: calc(var(--bs-gutter-x) / 2 * -1);
  top: 0;
  height: 54px;
  z-index: 0;
  box-shadow: -1px -1px 3px 0 rgba(51, 51, 51, 0.1), 1px 1px 3px 0 rgba(51, 51, 51, 0.1);
      background: var(--main-white);
      border-bottom: 1px solid var(--background-grey-4);
}
header nav.navbar > div,
  header nav.navbar > a,
  header nav.navbar > button {
    z-index: 2;
  }
  header nav.navbar > .d-basket{
    z-index: 1030;
  }
  .panel {
    display: none;
}
header .d-basket .btn-lk {
  background: transparent;
  border: 0;
}
.d-basket .link {
  width: 35px;
}
}
.top-top-ad + header div#menu_catalog{
    margin-top: 156px;
}
@media (max-width: 768px) {
 .section.block-2 {
    --swiper-pagination-bottom: 3px;
}
.section.block-2 .swiper{
    padding-bottom: 25px;
}
  .dropdown-menu.sort-menu>a {
    justify-content: start;
}
  .sort-menu .link{
		flex-flow: row-reverse;
		justify-content: left;
	}
	.dropdown-menu.sort-menu.show {
    display: flex;
    flex-flow:column;
    border-radius: 16px;
    padding: 20px 16px;
    width: 303px;
    background: var(--background-grey-3);
    box-shadow: 2px 2px 6px 0 rgba(51, 51, 51, 0.1), -2px 2px 6px 0 rgba(51, 51, 51, 0.1);
}
  .section .card-tizer .txt.card-tizer-name{
    font-size: 22px;
    margin-bottom: 10px;
  }
  .pagination .page_nav-arrow,
.pagination .next,
.pagination .end{
    display: none !important;
}
  h1{
    font-size: 20px;
line-height: 130%;
  }
  .d-grid-row-2-mobile {
    display: grid;
    grid-template-rows: 80px 80px;
    grid-auto-flow: column;
    grid-auto-columns: 30%;
    grid-gap: 8px;
    overflow: auto;
    margin: 0;
    /* grid-column-gap: 12px; */
    padding-bottom: 15px;
}
.page-home .d-grid-row-2-mobile {
  grid-auto-columns: 85%;
}
.d-grid-row-2-mobile > .col{
    width: 100%;
    padding: 0;
    height: 100%;
    margin: 0;
}

.d-grid-row-2-mobile .title {
  font-weight: 500;
  font-size: 11px;
  line-height: 110%;
}
.d-grid-row-2-mobile .catalog-section-list-item-counter{font-weight: 400;font-size: 10px;line-height: 120%;color: var(--main-grey);margin-bottom: -11px;}
.d-grid-row-2-mobile .card-section-catalog .d-img{
  margin: auto 0 0 auto;
  max-width: 63px;
  height: 35px;
  padding: 0;
}
.d-grid-row-2-mobile .card {
   border-radius: 6px;
   height: 100%;
}
.d-grid-row-2-mobile .card-body {
  --bs-card-spacer-y: 6px;
  --bs-card-spacer-x: 6px;

}
  ol.breadcrumb {
    display: flex;
    flex-flow: nowrap;
    white-space: nowrap;
}

nav#navigation {
    overflow: auto;
    margin-bottom: 20px;
}

nav#navigation .breadcrumb-item {
    display: flex;
}
  .d-expert .card-body .d-flex{
    flex-flow: wrap;
  }
  .d-expert .expert-action,
  .d-expert .expert-action .btn{
    width: 100%;
  }
  .btn-outline-primary{
    border-radius: 10px;
    padding: 12px 20px;
  }
  footer{
    --footer-background-color: var(--background-grey-3);
  }
  .bx-catalog-element .card.no-mobile{
    box-shadow: none;
    --bs-card-spacer-y: 0;
    --bs-card-spacer-x: 0;
    --bs-border-radius: 0;
    border: 0;
  }
  .d-section-subscribe{
    margin-bottom: 0;

  }
  .d-section-subscribe .fw-bold.fs-18{
    font-size: 12px;
    line-height: 120%;
  }
  a.navbar-brand.top-logo {
    width: 192px;
    flex: 0 0 192px;
  }
  div#menu_catalog {
    margin-top: 58px;
    max-width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
  }
  .top-top-ad + header div#menu_catalog{
    margin-top: 95px;
   }





  header .d-basket svg path {
    /* fill: #fff; */
  }


  .navbar-brand img {
    max-width: 100%;
  }
}
@media (max-width: 578px) {
  h2, .h2{
    font-size: 18px;
  }
  a.navbar-brand.top-logo {
    width: 178px;
    flex: 0 0 178px;
  }
}

@media (max-width: 385px) {

  a.navbar-brand.top-logo {
    width: 170px;
    flex: 0 0 170px;
  }
}
@media (max-width:375px) {
  a.navbar-brand.top-logo {
    width: 145px;
    flex: 0 0 145px;
  }
}
@media (max-width: 320px) {
  .w-46 {
    width: 30px !important;
}
  .d-basket .link {
    width: 30px;
}
.d-basket svg{
  max-width: 16px;
}
  .d-basket {
    max-width: 140px;
  }
  a.navbar-brand.top-logo {
    margin-right: initial;
    width: 115px;
    flex: 0 0 115px;
  }
}
