:root {
  --brand-color: #f33949;
  --brand-ligth: #fff;
  --brand-dark: #2e3036;
  --bg-base: #999;
}

.js_add_wishlist {
  display: none;
}

html,
body {
  background: var(--brand-ligth);
  font-family: "Inter", serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #000;
  font-size: 13px;
}
a {
  color: #767676;
}
a:hover,
a:active {
  color: var(--brand-color);
  text-decoration: none;
}

h1 {
  margin-top: 20px;
}

h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 35.2px;
  letter-spacing: -0.03em;
}
.uk-text-small {
  font-size: 14px;
}
*:focus {
  outline: none;
}
.s-h-m,
.s-sub-m {
  display: none;
}
@media only screen and (min-width: 700px) {
  .s-p_s_o > button {
    display: none !important;
  }
  .s-p_columns [hidden] {
    display: block !important;
  }
}

.uk-button-large {
  font-weight: 600;
  background-color: var(--brand-color);
  border-radius: 40px;
  text-transform: math-auto;
}

.coloTextRed {
  color: var(--brand-color);
}
.coloTextGrey {
  color: #707070;
}
.fontZagolovok {
}

.mb-header-menu {
  gap: 10px;
}
.mb-header-menu a {
  color: #767676;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.39px;
}
.mb-header-menu a:hover {
  color: #121212;
}
.mb-header-button {
  gap: 10px;
}
.mb-header-button a {
  font-weight: 600;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.mb-header-button a:hover,
.mb-header-button a:active {
  background: var(--brand-color);
}

.mb-header-search {
  margin-right: 12px;
}
.mb-header-search .uk-navbar-toggle {
  color: var(--brand-ligth);
}
.uk-sticky-fixed.uk-active {
}
.uk-navbar-right {
  gap: 10px;
}
.uk-navbar-container {
  /*margin-top: 20px;margin-bottom: 20px;*/
  background: linear-gradient(rgb(26, 28, 34) 10%, rgba(26, 28, 34, 0.5) 100%);
}
.uk-navbar-container .uk-navbar-item,
.uk-navbar-container .uk-navbar-nav > li > a,
.uk-navbar-container .uk-navbar-toggle {
  min-height: 24px;
  color: var(--brand-ligth);
}
.uk-navbar-container .uk-navbar-item.uk-logo img {
  margin-top: -12px;
  max-height: 49px;
}
.uk-navbar-container .uk-navbar-nav {
  flex: 1;
  border-radius: 30px;
  gap: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 981;
}
.uk-navbar-container .uk-navbar .uk-navbar-left {
  width: auto;
  flex: 0 0 auto;
}
.uk-navbar-container .uk-navbar .uk-navbar-right {
  width: 100%;
  padding-left: 30px;
}
.uk-navbar-container .uk-navbar-nav > li > a {
  text-transform: unset;
  transition: unset;
  color: var(--brand-ligth);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.39px;
  font-family: "Nunito Sans";
  font-size: 17px;
}
.uk-navbar-container .uk-navbar-nav > li:hover > a {
  color: var(--brand-ligth);
  border-radius: 30px;
  transform: scale(1.1);
}
.uk-navbar-container .uk-navbar-nav > li:hover > a > span {
  transform: rotateX(180deg);
}
.uk-navbar-container .uk-navbar-nav > li > a > span {
  transition: transform 0.3s ease-out;
}

.uk-navbar-container.uk-sticky-fixed.uk-active {
  background: #1a1c22;
  -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

@media only screen and (max-width: 768px) {
  h3 {
    margin: 0 0 10px 0;
  }

  .uk-navbar-container .uk-navbar-nav {
    display: none;
  }
}

ul.uk-navbar-nav > li {
  position: relative;
}

.d_subcategories {
  display: none;
  position: absolute;
  z-index: 9;
  left: 0px;
  transition: transform 0.3s ease-out;
}

ul.uk-navbar-nav li:hover > .d_subcategories {
  display: block;
  padding-top: 10px;
}

ul.subcategories {
  list-style: none;
  box-shadow: 0px 0px 5px 0px #00000026;
  width: 245px;
  background: linear-gradient(0deg, #1a1c22 100%, rgba(26, 28, 34, 0.3) 100%);
  padding: 0px 5px;
  border-radius: 20px;
}

ul.subcategories li {
  border-bottom: 1px solid rgba(221, 221, 221, 0.5);
}

ul.subcategories li a {
  font-family: "Nunito Sans";
  font-size: 17px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.39px;
  padding: 9px 15px;
  display: block;
  color: var(--brand-ligth);
}

.first-subcategory-link {
  color: var(--brand-color) !important;
  font-size: 20px !important;
}

ul.subcategories li:last-child {
  border: 0;
}

.d_subcategories a span {
  transform: rotate(270deg);
}

.d_subcategories .d_subcategories {
  left: -265px;
  top: 0px;
  padding-right: 15px;
  height: 100%;
}

.uk-sticky.uk-active .uk-navbar {
  padding: 0;
}

#cart-count {
  position: relative;
}
#cart-count i {
  position: absolute;
  top: 0;
  right: 0px;
  background: var(--brand-color);
  color: var(--brand-ligth);
  min-width: 10px;
  height: 14px;
  font-style: normal;
  border-radius: 26px;
  font-size: 11px;
  text-align: center;
  line-height: 14px;
  padding: 1px 5px;
}

.section-footer {
  background: #121212;
  padding: 20px 0;
}
.section-footer a {
  color: var(--brand-ligth);
  font-size: 13px;
  font-weight: 400;
  line-height: 14.3px;
  letter-spacing: -0.03em;
}
.section-footer a:hover {
  color: var(--brand-color);
}
.section-footer ul {
  margin-left: 80px;
}

.uk-content {
  margin-top: 0;
  margin-bottom: 0;
}

.uk-content-min {
  min-height: calc(100vh - 578px);
}

.uk-search-navbar .uk-search-input {
  background-color: #1a1c22;
  padding: 0 50px 0 30px;
  border-radius: 30px;
  font-size: 13px;
  text-align: left;
  line-height: 40px;
}

.uk-search-navbar .uk-search-input:focus {
  border-color: var(--brand-ligth);
  color: var(--brand-ligth);
  background-color: #1a1c22;
}

.uk-search.uk-search-navbar .uk-close {
  position: absolute;
  top: 2px;
  right: 2px;
  border-radius: 100%;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.uk-search.uk-search-navbar .uk-close:hover {
  background: var(--brand-color);
}
.uk-search.uk-search-navbar {
  transition: width 0.3s;
}
.uk-offcanvas-bar {
  width: 630px;
  background-color: var(--brand-ligth);
  margin: 10px;
  border-radius: 20px;
}
.uk-offcanvas-flip .uk-offcanvas-bar {
  right: -660px;
}
.uk-offcanvas-bar * {
  color: #000 !important;
}
.uk-offcanvas-overlay::before {
  background: rgba(81, 81, 81, 0.8);
}
.uk-navbar-toggle {
}
.uk-section {
  padding: 0 0 20px 0;
}

.uk-grid-column-small,
.uk-grid-small {
  margin-left: -10px;
}
.uk-grid-column-small > *,
.uk-grid-small > * {
  padding-left: 10px;
}
.uk-grid-small > .uk-grid-margin {
  margin-top: 10px;
}
.s-brands {
}
.s-brands a {
  border-radius: 10px;
  background: var(--brand-ligth);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 10px;
  height: 40px;
}
.s-brands img {
  max-height: 26px;
}

/*
.s-catalog {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 500px 250px 500px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    }
    
    .s-catalog .div1 { grid-area: 1 / 1 / 2 / 2; }
    .s-catalog .div2 { grid-area: 1 / 2 / 2 / 3; }
    .s-catalog .div3 { grid-area: 2 / 1 / 3 / 2; }
    .s-catalog .div4 { grid-area: 2 / 2 / 3 / 3; }
    .s-catalog .div5 { grid-area: 3 / 1 / 4 / 3; }

*/

.s-catalog a {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.s-catalog a img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.s-catalog a div {
  position: absolute;
  bottom: 30px;
  width: auto;
  padding: 6px;
  background: var(--brand-ligth);
  left: 30px;
  right: 30px;
  border-radius: 10px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.uk-breadcrumb > :nth-child(n + 2):not(.uk-first-column)::before {
  margin: 0 10px 0 10px;
}
.uk-breadcrumb > :nth-child(n + 2):not(.uk-first-column)::before {
  font-size: 14px;
  color: rgba(40, 51, 66, 0.2);
}
.uk-breadcrumb > * > * {
  font-size: 14px;
  color: #283342;
  font-family: "Nunito Sans";
}
.uk-breadcrumb > :last-child > a:not([href]),
.uk-breadcrumb > :last-child > span {
  color: rgba(40, 51, 66, 0.2);
  font-family: "Nunito Sans";
}

/* product.tpl */
.product-main-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.product-main-info > div:first-child {
  grid-column: 1 / 3;
}

.features-main-flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  margin-top: 48px;
}

.s-features-main {
  width: 100%;
}

.s-features-main table {
  border-top: none;
  margin-bottom: 0px;
}

.s-features-main .uk-table td {
  padding: 0 12px 24px 0;
}

.s-features-main td {
  font-family: "Nunito Sans";
  font-size: 18px;
}

.s-features-main td:first-child {
  width: 40%;
  opacity: 0.6;
}

.s-features-main td:nth-child(2) {
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}

.uk-table-divider > tr:not(:first-child),
.uk-table-divider > :not(:first-child) > tr,
.uk-table-divider > :first-child > tr:not(:first-child) {
  border-top: none;
}

.s-images > div {
  background: var(--brand-ligth);
  border-radius: 10px;
  overflow: hidden;
}
.s-body {
  padding-left: 10px;
}
.s-body h1 {
  font-size: 32px;
  font-weight: 500;
  color: var(--brand-dark);
  line-height: 35.2px;
}
.s-price {
  font-size: 24px;
  font-weight: 500;
  line-height: 29.05px;
  letter-spacing: -0.03em;
  color: #323232;
}
.s-compare_price {
  font-size: 20px;
  margin-left: 10px;
  text-decoration: line-through;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.03em;
  color: #767676;
}
.s-count {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  color: #121212;
}
.box-product-price {
  margin-top: 30px;
}
.s-href-top {
  margin-top: 30px;
}
.main-images {
  margin-top: 8px;
}
.main-images a {
  height: 120px;
}
.main-images img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
.s-variants {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 35px;
}
.s-v_button {
  flex: 1;
}
.s-v_button button {
  width: 100%;
  background: var(--brand-color);
  border: 0;
  height: 35px;
  border-radius: 30px;
  color: var(--brand-ligth);
  font-size: 14px;
  font-weight: 600;
  line-height: 15.4px;
  letter-spacing: -0.03em;
  cursor: pointer;
}
.s-v_button button:hover {
  background: var(--brand-color);
}
.number {
  position: relative;
  width: 123px;
  height: 33px;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid var(--brand-color);
}
.number > * {
  border: 0;
  background: transparent;
  cursor: pointer;
}
.number > *:hover {
  color: var(--brand-color);
}
.number input[type="number"] {
  display: block;
  height: 33px;
  width: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-align: center;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
  color: #121212;
  font-size: 16px;
  font-weight: 400;
  line-height: 17.6px;
  letter-spacing: -0.03em;
}
.number input[type="number"]::-webkit-outer-spin-button,
.number input[type="number"]::-webkit-inner-spin-button {
  display: none;
}
.number-minus {
  position: absolute;
  top: 1px;
  left: 0px;
  bottom: 1px;
  width: 40px;
  padding: 0;
  display: block;
  text-align: center;
  border: none;
  font-size: 16px;
  font-weight: 600;
  text-align: right;
}
.number-plus {
  position: absolute;
  top: 1px;
  right: 0px;
  bottom: 1px;
  width: 40px;
  padding: 0;
  display: block;
  text-align: left;
  border: none;
  font-size: 16px;
  font-weight: 600;
}

.s-v_buttons {
  display: flex;
  gap: 20px;
  padding-left: 10px;
}
.s-artik {
  color: #767676;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.03em;
  margin-top: 35px;
  line-height: 16px;
}

.s-text {
  color: #121212;
  font-size: 14px;
  font-weight: 400;
  line-height: 17.6px;
  letter-spacing: -0.03em;
}

.s-text h3 {
  color: #121212;
  opacity: 0.6;
  font-family: "Nunito Sans";
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.03em;
  margin-bottom: 0px;
}

.s-features {
}

.s-features h3 {
  color: #121212;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.s-features td {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.03em;
  color: #121212;
  width: 50%;
  padding: 10px 0;
}
.s-features td:first-child {
  padding: 10px 10px 10px 0;
  width: 40%;
}

.s-features td:last-child {
  color: #767676;
  width: 60%;
}
.s-features table tr {
  border-top: 1px solid #f2f2f4;
  border-bottom: 1px solid #f2f2f4;
}

.s-r_products {
  margin: 80px 0 60px;
}

.s-r_products ul {
  padding: 0;
  margin: 0px 0px 36px 0px;
  list-style: none;
  background: transparent;
  width: 446px;
  border-radius: 30px;
  height: 63px;
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 0 2px;
}
.tab {
  padding-bottom: 0px;
  margin: 80px 0;
}
.tab ul {
  width: 100%;
  margin: 0px 0px 0px 0px;
}

.s-r_products ul li a {
  font-family: "Nunito Sans";
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.48px;
  background: var(--brand-ligth);
  border-radius: 31px;
  padding: 10px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.s-r_products ul li {
  padding: 0;
  margin: 0;
}

.s-r_products ul li.uk-active a {
  background: var(--brand-color);
  color: var(--brand-ligth);
}

.uk-bubbots {
  position: absolute;
  top: -40px;
  width: 94px;
  height: 35px;
  right: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

a.uk-bubbot {
  width: 42px;
  height: 35px;
  border: 1px solid #dddddd;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #dddddd;
  position: unset !important;
  flex: 0 0 42px;
}

a.uk-bubbot:hover {
  border-color: var(--brand-color);
  color: var(--brand-color);
}

/* products.tpl */
.s-products h1 {
  font-size: 32px;
  font-weight: 500;
  line-height: 38.73px;
  letter-spacing: -0.03em;
  color: #121212;
  text-transform: uppercase;
}
.s-products .uk-breadcrumb + h1 {
  margin-top: 0px;
}

.s-subcategories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 5px;
}

.s-subcategories a {
  background: #dddddd;
  border-radius: 30px;
  padding: 10px 15px;
  display: inline-table;
  color: #121212;
  font-size: 14px;
  font-weight: 500;
  line-height: 15.4px;
  letter-spacing: -0.03em;
}

.s-subcategories a:first-child {
  background: var(--brand-color);
  color: var(--brand-ligth);
}

.s-subcategories a:hover,
.s-subcategories a.active {
  background-color: var(--brand-color);
}

.s-p_columns {
  margin-top: 20px;
}

.s-p_sorting button {
  background: transparent;
  border: 0;
  color: #121212;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.03em;
  height: 20px;
  text-transform: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.s-p_sorting button span {
  transition: transform 0.3s ease-out;
  margin-left: 5px;
}

.s-p_sorting button[aria-expanded="true"] span {
  transform: rotateX(180deg);
}
.s-p_s_o {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 16px;
}

.uk-drop.uk-dropdown {
  background: #f7f7f7;
  box-shadow: 0px 0px 5px 0px #00000026;
  border-radius: 10px;
  overflow: hidden;
  padding: 15px;
}

.uk-dropdown-nav > li > a {
  color: #121212;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.03em;
  column-gap: 10px;
}

.uk-dropdown-nav > li > a:hover,
.uk-dropdown-nav > li > a.uk-active {
  color: var(--brand-color);
}

.s-siderbar {
  background: #f2f2f4;
  padding: 15px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

/* item-product.tpl */

.i-product {
  background: #f2f2f4;
  border-radius: 24px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  padding: 0 10px;
}

.i-product > * {
  padding: 0 10px;
}

.i-p_image {
  margin-top: 20px;
  height: 220px;
  display: flex;
  justify-content: center;
  align-items: center;

  /* для iOS/Safari */
  background-color: #f2f2f4;
  isolation: isolate;
}

.i-p_image a {
  display: block;
  width: 97%; /* при hover  --uk-scale-y: 1.03; и при 100% не срабатывает mix-blend-mode: multiply; по высоте*/
  height: 97%;

  /* для iOS/Safari */
  mix-blend-mode: multiply;
}

.i-p_image a img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}

.i-p_brand {
  margin-top: 10px;
  display: block;
  color: #767676 !important;
  font-size: 12px;
  font-weight: 400;
  line-height: 13.2px;
  letter-spacing: -0.03em;
}

.i-p_name {
  font-size: 14px;
  font-weight: 500;
  line-height: 15.4px;
  letter-spacing: -0.03em;
  margin-top: 5px;
  color: #121212 !important;
  margin-bottom: 15px;
}

.i-p_box {
  margin-top: auto;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 12px;
}

.i_p_pc {
  color: var(--brand-color);
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: -0.03em;
}

.i_p_c {
  color: #767676;
  font-size: 14px;
  font-weight: 500;
  line-height: 15.4px;
  letter-spacing: -0.03em;
  text-decoration: line-through;
}

.i-p_price {
  display: flex;
  align-items: flex-start;
  gap: 2px;
  flex-flow: column nowrap;
}

.i-p_stock {
  margin-top: 5px;
  color: #767676;
  font-size: 12px;
  font-weight: 400;
  line-height: 13.2px;
  letter-spacing: -0.03em;
}

.i_p_p {
  color: #121212;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: -0.03em;
}

.i-p_cart {
  background: var(--brand-color);
  width: 40px;
  height: 33px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--brand-color);
}

.js_add_cart > .i-p_cart {
  background: #323232;
  border: 1px solid #323232;
}

.js_add_cart.active > .i-p_cart {
  background: var(--brand-ligth);
  border: none;
}

.js_add_cart.active .i-p_cart {
  background: var(--brand-ligth);
}

.js_add_cart.active .i-p_cart span {
  background-image: url('data:image/svg+xml,<svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.36816 15.3495C6.36816 16.2573 5.65174 17 4.77612 17C3.9005 17 3.18408 16.2573 3.18408 15.3495C3.18408 14.4417 3.9005 13.699 4.77612 13.699C5.65174 13.699 6.36816 14.4417 6.36816 15.3495ZM12.7363 13.699C11.8607 13.699 11.1443 14.4417 11.1443 15.3495C11.1443 16.2573 11.8607 17 12.7363 17C13.6119 17 14.3284 16.2573 14.3284 15.3495C14.3284 14.4417 13.6119 13.699 12.7363 13.699ZM4.93532 11.0583V10.9757L5.65174 9.57282H11.5423C12.0995 9.57282 12.6567 9.24272 12.8955 8.74757L16 2.97087L14.6468 2.14563L11.5423 7.92233H5.97015L2.62687 0.495146H0V2.14563H1.59204L4.45771 8.41748L3.34328 10.3981C3.26368 10.6456 3.18408 10.8932 3.18408 11.2233C3.18408 12.1311 3.9005 12.8738 4.77612 12.8738H14.3284V11.2233H5.09453C5.01493 11.2233 4.93532 11.1408 4.93532 11.0583ZM13.5323 1.15534L12.4179 0L8.59702 3.96116L6.52736 1.81553L5.41294 2.97087L8.59702 6.27184L13.5323 1.15534Z" fill="%2336BEF9"/></svg>');
  filter: brightness(0) saturate(100%) invert(25%) sepia(80%) saturate(5000%)
    hue-rotate(340deg) brightness(95%) contrast(105%);
}

.i-p_cart:hover {
  background: var(--brand-color);
  border: 1px solid var(--brand-color);
}

.i-p_cart span {
  background-image: url('data:image/svg+xml,<svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.9602 6.47619H9.55224V4.04762H11.9403V2.42857H9.55224V0H7.9602V2.42857H5.57214V4.04762H7.9602M4.77612 13.7619C3.9005 13.7619 3.18408 14.4905 3.18408 15.381C3.18408 16.2714 3.9005 17 4.77612 17C5.65174 17 6.36816 16.2714 6.36816 15.381C6.36816 14.4905 5.65174 13.7619 4.77612 13.7619ZM12.7363 13.7619C11.8607 13.7619 11.1443 14.4905 11.1443 15.381C11.1443 16.2714 11.8607 17 12.7363 17C13.6119 17 14.3284 16.2714 14.3284 15.381C14.3284 14.4905 13.6119 13.7619 12.7363 13.7619ZM4.93532 11.1714V11.0905L5.65174 9.71429H11.5423C12.0995 9.71429 12.6567 9.39048 12.8955 8.90476L16 3.2381L14.6468 2.42857L11.5423 8.09524H5.97015L2.62687 0.809524H0V2.42857H1.59204L4.45771 8.58095L3.34328 10.5238C3.26368 10.7667 3.18408 11.0095 3.18408 11.3333C3.18408 12.2238 3.9005 12.9524 4.77612 12.9524H14.3284V11.3333H5.09453C5.01493 11.3333 4.93532 11.2524 4.93532 11.1714Z" fill="white"/></svg>');
  width: 16px;
  height: 17px;
  background-repeat: no-repeat;
  display: block;
}
.i-p_cart.active {
  background: var(--brand-ligth);
}
.i-p_cart.active span {
  background-image: url('data:image/svg+xml,<svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.36816 15.3495C6.36816 16.2573 5.65174 17 4.77612 17C3.9005 17 3.18408 16.2573 3.18408 15.3495C3.18408 14.4417 3.9005 13.699 4.77612 13.699C5.65174 13.699 6.36816 14.4417 6.36816 15.3495ZM12.7363 13.699C11.8607 13.699 11.1443 14.4417 11.1443 15.3495C11.1443 16.2573 11.8607 17 12.7363 17C13.6119 17 14.3284 16.2573 14.3284 15.3495C14.3284 14.4417 13.6119 13.699 12.7363 13.699ZM4.93532 11.0583V10.9757L5.65174 9.57282H11.5423C12.0995 9.57282 12.6567 9.24272 12.8955 8.74757L16 2.97087L14.6468 2.14563L11.5423 7.92233H5.97015L2.62687 0.495146H0V2.14563H1.59204L4.45771 8.41748L3.34328 10.3981C3.26368 10.6456 3.18408 10.8932 3.18408 11.2233C3.18408 12.1311 3.9005 12.8738 4.77612 12.8738H14.3284V11.2233H5.09453C5.01493 11.2233 4.93532 11.1408 4.93532 11.0583ZM13.5323 1.15534L12.4179 0L8.59702 3.96116L6.52736 1.81553L5.41294 2.97087L8.59702 6.27184L13.5323 1.15534Z" fill="%2336BEF9"/></svg>');
  filter: brightness(0) saturate(100%) invert(25%) sepia(80%) saturate(5000%)
    hue-rotate(340deg) brightness(95%) contrast(105%);
}

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

.button-cart {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
  background-color: #323232;
  color: #fff;
  width: 100%;
  padding: 11px 0;
}

.button-cart::before {
  content: "В корзину";
}

.button-cart.active {
  background-color: #fff;
  color: #f33949;
  border: 1px solid #f33949;
}

.button-cart.active::before {
  content: "В корзине ✓";
}

.visually-hidden {
  opacity: 0;
  width: 1px;
  height: 1px;
}

/* pagination.tpl */
.s-pagination {
  margin-top: 30px;
}

ul.uk-pagination.uk-flex-center {
  gap: 10px;
}

.uk-pagination > .uk-active > * {
  color: #121212;
  background: #dddddd;
  border-radius: 100%;
  min-width: 20px;
  height: 20px;
  padding: 0px;
}

.uk-pagination > * > * {
  display: flex;
  align-items: center;
  column-gap: 0.25em;
  padding: 0;
  transition: color 0.1s ease-in-out;
  color: #121212;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}

.load_products {
  width: 100%;
  height: 35px;
  border: 1px solid #121212;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 15.4px;
  letter-spacing: -0.03em;
  cursor: pointer;
  background: transparent;
}

.load_products:hover {
  border: 1px solid var(--brand-color);
}

.load_products > div {
  display: none;
  margin-left: 10px;
}
.load_products.active > div {
  display: inline-block;
}

#stat-ajax {
  position: absolute;
  right: 0px;
  top: -39px;
  color: #767676;
  font-size: 12px;
  font-weight: 400;
  line-height: 13.2px;
  letter-spacing: -0.03em;
}

/* filter.tpl */
.cbp-hrmenu ul {
  list-style: none;
  padding: 0;
  margin: 0px;
}

.f_block {
  color: #121212;
  font-size: 14px;
  font-weight: 400;
  line-height: 15.4px;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
  font-weight: 500;
}

.feature-block {
  margin-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 20px;
}

.feature-block ul {
  display: flex;
  flex-flow: column nowrap;
  gap: 10px;
}

.feature-item {
  display: flex;
}

.feature-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  color: #121212;
  font-size: 14px;
  font-weight: 400;
  line-height: 15.4px;
  letter-spacing: -0.03em;
}

.feature-link .em {
  color: #767676;
  font-size: 12px;
  font-weight: 400;
  line-height: 13.2px;
  letter-spacing: -0.03em;
}

.feature-item .feature-link:before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  border-radius: 5px;
  border: 1px solid #dddddd;
  width: 18px;
  height: 18px;
}
.feature-item [type="checkbox"] {
  display: none;
}
.feature-item.selected .feature-link:after {
  content: "";
  display: block;
  height: 11px;
  width: 15px;
  position: absolute;
  bottom: 2px;
  left: 3px;
  background-image: url('data:image/svg+xml,<svg width="15" height="11" viewBox="0 0 15 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.2454 11L0 5.78586L1.31135 4.48233L5.2454 8.39293L13.6887 0L15 1.30353L5.2454 11Z" fill="white"/></svg>');
  background-repeat: no-repeat;
}
.feature-item.selected .feature-link:before {
  border-color: var(--brand-color);
  background-color: var(--brand-color);
}
.feature-item:not(.disabled):hover .feature-link:before {
  border-color: var(--brand-color);
}
.cbp-hrmenu .cbp-hrsub-inner > div .feature-link {
  padding-left: 26px;
  cursor: pointer;
  position: relative;
}

.feature-item.disabled .feature-link {
  color: #dddddd;
  cursor: default !important;
}
.deleted_features_filter a {
  display: block;
  border: 1px solid #121212;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 15.4px;
  letter-spacing: -0.03em;
  text-align: center;
  padding: 9px;
}
.deleted_features_filter a:hover {
  border: 1px solid var(--brand-color);
}
.show-feature-item li:not(.js-show-feature-item) {
  display: block !important;
}

.show-feature-item .js-show-feature-item {
  display: none !important;
}

.spin_loader .uk-overlay-primary {
  display: none;
  transition: transform 0.3s ease-out;
}
.spin_loader {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.spin_loader.active .uk-overlay-primary {
  display: block;
}
.spin_loader.active .uk-overlay-primary {
  background: rgb(255 255 255 / 50%);
}
.spin_loader.active .uk-overlay-primary .uk-spinner {
  color: var(--brand-color);
}
.spin_loader > div:not(.uk-overlay-primary) {
  transition: transform 0.3s ease-out;
}
.spin_loader.active > div:not(.uk-overlay-primary) {
  filter: blur(4px);
}

/* brands.tpl */

.s-lines_brands {
  display: flex;
  width: 100%;

  border-bottom: 1px solid #e5e5e5;
}

.s-lines_brands a {
  font-size: 14px;
  font-weight: 400;
  padding: 10px 10px;
}
.s-lines_brands a.disabled {
  cursor: default;
  color: #999;
}
.s-lines_brands a:not(.disabled):hover,
.s-lines_brands a.uk-active {
  color: var(--brand-color);
}
.s-lines_brands a.disabled:after,
.s-lines_brands a.disabled:before {
  display: none;
}
.s-lines_brands .uk-button-text::before {
  bottom: -1px;
}
.s-lines_brands a.uk-active::before {
  right: 0;
}

.Filter {
  width: 976px;
  position: relative;
}
.FilterDept {
  width: 976px;
  border-top: 1px dotted #c7c5c5;
  border-bottom: 1px dotted #c7c5c5;
}
.Filter ul,
.Filter li,
.BrandsListing ul,
.BrandsListing li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.Filter li {
  display: inline-block;
  _height: 30px;
}
.FilterDept li,
.FilterAlpha li {
  padding: 8px 0;
}
.Filter a {
  color: #333333;
  text-decoration: none;
}
.FilterDept a {
  font-size: 1.1em;
  padding: 5px 10px 5px 10px;
  cursor: pointer;
  text-transform: uppercase;
}
.FilterDept .DeptActive a {
  font-weight: bold;
}
.FilterAlpha {
  background: #fff;
  border-bottom: 1px dotted #c7c5c5;
}
.FilterAlpha li.Result a {
  color: #333333;
  background: var(--brand-ligth);
  cursor: pointer;
}
.FilterAlpha li.Result a.AlphaActive {
  font-weight: bold;
}

.BrandsListing {
  width: 976px;
  float: left;
  background: var(--brand-ligth);
  z-index: 1;
  font-size: 12px;
}

.BrandsListing .BrandsSub {
  min-height: 80px;
  padding: 10px;
  border-top: 1px dotted #c7c5c5;
}

.BrandsListing .BrandsSub.First {
  border-top: 0;
}
.BrandsListing h2 {
  font-size: 1.2em;
  font-weight: normal;
  padding: 7px 15px 0 15px;
  font-family: "azo-sans", sans-serif;
}
.BrandsListing .BrandsListingImage {
  float: right;
  min-height: 136px;
  width: 232px;
}
.BrandsListing ul {
  margin-left: 15px;
  float: left;
}
.BrandsListing li {
  width: 215px;
  margin-bottom: 3px;
}
.ContentArea a {
  color: #111;
  text-decoration: none;
}

/* cart-informer.tpl */
.css-cart-informer {
  height: 100%;
  color: #121212;
}
.css-cart-informer h3 {
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 500;
  line-height: 38.73px;
}
.css-cart-informer .dropdown-cart {
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
}

.css-cart-informer .u-i_carts {
  min-height: 400px;
  overflow: auto;
  flex: 1;
  display: flex;
  flex-flow: column nowrap;
  gap: 10px;
}

.css-cart-informer .cart-total {
  margin-top: auto;
  padding-top: 25px;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  display: flex;
  flex-flow: column nowrap;
  gap: 25px;
}

.css-cart-informer .u-i_cart {
  background: var(--brand-ligth);
  border-radius: 10px;
  padding: 15px;
  display: flex;
  gap: 10px;
}

.css-cart-informer .u-i_cart-image {
  height: 100px;
  width: 100px;
  flex: 0 0 100px;
}

.css-cart-informer .u-i_cart-image a {
  display: block;
  width: 100%;
  height: 100%;
}

.css-cart-informer .u-i_cart-image a img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.css-cart-informer .u-i_cart-buttons {
  flex: 0 0 70px;
  width: max-content;
  text-align: right;
  display: flex;
  flex-flow: column nowrap;
  white-space: nowrap;
}
.css-cart-informer .u-i_cart-buttons div:first-child {
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 15.4px;
}
.css-cart-informer .u-i_cart-buttons div:last-child {
  margin-top: auto;
  display: flex;
  gap: 25px;
  justify-content: flex-end;
}
.css-cart-informer .u-i_cart-info {
  flex: auto;
  display: flex;
  flex-flow: column nowrap;
}

.u-i_cart-info {
}

.css-cart-informer .s-v_amount {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
}
.css-cart-informer .s-v_amount .s-v_comment input {
  margin-bottom: 0px;
}
.css-cart-informer .u-i_cart-name a {
  font-size: 16px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: -0.03em;
}

#cart-informer .css-cart-informer .number {
  width: 73px;
  height: 20px;
}

#cart-informer .css-cart-informer .number input[type="number"] {
  font-size: 11px;
  font-weight: 500;
  line-height: 12.1px;
  letter-spacing: -0.03em;
  height: 18px;
}

#cart-informer .css-cart-informer .number-plus {
  width: 20px;
}

#cart-informer .css-cart-informer .number-minus {
  width: 20px;
}

.css-cart-informer .cart-total > div:first-child {
  display: flex;
  justify-content: space-between;
}
.css-cart-informer .cart-total > div:first-child > div:last-child {
  font-weight: 600;
}
.css-cart-informer .cart-total a,
.css-cart-informer .cart-total input {
  background: var(--brand-color);
  width: 100%;
  display: block;
  border-radius: 30px;
  line-height: 35px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: #121212;
  text-transform: initial;
  border: 0px;
  cursor: pointer;
}
.css-cart-informer .cart-total a:hover,
.css-cart-informer .cart-total input:hover {
  background: #f15562;
}

/* cart.tpl */
.s-cart .css-cart-informer .u-i_cart-buttons div:first-child {
  font-size: 20px;
  font-weight: 600;
}
.s-cart .css-cart-informer .u-i_cart-name a {
  font-size: 16px;
  font-weight: 500;
}
.s-cart .css-cart-informer .u-i_cart {
  gap: 15px;
}

input.form-control,
textarea.form-control {
  background: #f7f7f7;
  border-color: #f7f7f7;
  border-radius: 30px;
  width: 100%;
  line-height: 14px;
  border: 0px;
  color: #767676;
  padding: 11px 20px;
  margin-bottom: 15px;
  font-size: 13px;
  box-sizing: border-box;
}

textarea.form-control {
  padding: 20px;
}

.s-cart h5 {
  font-size: 14px;
  font-weight: 500;
  line-height: 15.4px;
  letter-spacing: -0.03em;
  margin-top: 0px;
}
.s-cart .s-error + h5 {
  margin-top: 15px;
}

.s-cart #deliveries > div {
  display: flex;
  align-items: center;
  gap: 5px;
}

.s-cart #deliveries label {
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.03em;
  display: flex;
  gap: 5px;
  align-items: center;
}

.s-cart #deliveries {
  display: flex;
  flex-flow: column nowrap;
  gap: 10px;
  margin-bottom: 25px;
}

.s-cart .checkbox {
  padding: 0;
  display: flex;
}

.s-cart .checkbox input {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.s-cart label {
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.s-cart .css-cart-informer .u-i_carts {
  min-height: unset;
}

.form_radio {
  margin-bottom: 10px;
}
.form_radio input[type="radio"] {
  display: none;
}
.form_radio label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  margin-right: 0;
  line-height: 18px;
  user-select: none;
}
.form_radio label:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #121212;
  border-radius: 100%;
  flex: 0 0 18px;
}

/* Checked */
.form_radio input[type="radio"]:checked + label:after {
  background: #121212;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 100%;
  position: absolute;
  left: 4px;
  top: calc(50% - 6px);
}

.s-error {
  color: #cb4853 !important;
  background: #ffe8e8;
  padding: 10px;
  border-radius: 10px;
  font-weight: 700;
}

.autocomplete-suggestions {
  background-color: var(--brand-ligth);
  overflow: hidden;
  border: 1px solid #e0e0e0;
  overflow-y: auto;
  padding: 15px 0;
  border-radius: 20px;
}
.autocomplete-suggestions .autocomplete-suggestion {
  cursor: default;
}
.autocomplete-suggestions .selected {
  background: #f0f0f0;
}
.autocomplete-suggestions div {
  padding: 2px 5px;
  overflow: hidden;
  margin: 0 10px;
  white-space: nowrap;
}
.autocomplete-suggestions strong {
  font-weight: normal;
  color: #3399ff;
}
.autocomplete-suggestions div {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d5dfe4;
  min-height: 44px;
}
.autocomplete-suggestions div img {
  margin-right: 5px;
}

.uk-search-navbar .uk-icon.uk-spinner {
  position: absolute;
  top: 2px;
  right: 2px;
  border-radius: 100%;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.autocomplete-suggestions ::-webkit-scrollbar {
  width: 14px;
}

.autocomplete-suggestions ::-webkit-scrollbar-thumb {
  border: 4px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  border-radius: 9999px;
  background-color: #aaaaaa;
  margin-right: 10px;
}

.s-cart .add_items {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  margin-top: 15px;
}

.s-cart .add_items button {
  background: var(--brand-color);
  width: 100%;
  display: block;
  border-radius: 30px;
  line-height: 35px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: #121212;
  text-transform: initial;
  border: 0px;
  cursor: pointer;
}

.s-cart .box_items > div {
  display: flex;
  gap: 10px;
  align-items: center;
}

.s-cart .amount {
  flex: 0 0 100px;
}

.s-cart .price {
  flex: 0 0 150px;
}

.s-cart .sku {
  flex: 0 0 150px;
}
.s-cart .brand {
  flex: 0 0 150px;
}
.s-cart .box_items .del_variant {
  flex: 0 0 20px;
}

.s-cart .box_items {
  display: flex;
  flex-flow: column nowrap;
  gap: 15px;
}
.s-cart .box_items > div input.form-control {
  margin-bottom: 0;
}

.s-cart .box_items > div:first-child {
  margin-top: 15px;
}

.s-cart .addVariants {
  display: block;
  border-radius: 30px;
  line-height: 35px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.03em;
  text-transform: initial;
  border: 0px;
  cursor: pointer;
  background: #121212;
  color: var(--brand-ligth);
  width: 200px;
  margin-top: 15px;
  float: right;
}
.desktop-image {
  display: block;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .s-h-m {
    display: block;
  }
  .s-header-d {
    display: none;
  }
  .s-header-m {
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0px;
    background: #1a1c22;
  }
  .s-header-m nav {
    padding: 10px 0;
  }
  .s-header-m nav .uk-navbar-right {
    width: unset !important;
    padding-left: unset !important;
  }
  .s-header-m .uk-navbar .uk-navbar-left {
    width: 165px;
    flex: 0 0 165px;
  }
  .s-header-m .uk-navbar-item {
    min-height: 28px !important;
  }
  .s-header-m .uk-navbar-item.uk-logo img {
    margin-top: 0px;
  }
  .uk-content {
    margin-top: 70px;
    margin-bottom: 0px;
  }

  .s-header-m *,
  .s-header-m ::after,
  .s-header-m ::before {
    box-sizing: border-box;
  }
  .menu-window__body {
    flex: 1 0 0;
    padding: 24px;
    position: relative;
  }
  .sidebar-navigation {
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  .sidebar-navigation a {
    color: #8099c2;
    text-decoration: none;
  }
  .sidebar-navigation nav {
    position: relative;
    height: 100%;
  }
  .sidebar-navigation nav ul {
    height: 100%;
    background: var(--brand-ligth);
    overflow-y: auto;
    overflow-x: hidden;
    top: 0;
    width: 100%;
    z-index: 1;
    margin: 0px;
    padding: 0px;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  }

  .sidebar-navigation nav ul.hidden {
    overflow: hidden;
  }

  .sidebar-navigation nav ul ul {
    background: transparent;
  }
  .sidebar-navigation nav ul li.parent > a:after {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 18L15 12L9 6' stroke='%2370708F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .sidebar-navigation nav ul li.back a {
    color: #70708f;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 120% */
    letter-spacing: -0.6px;
  }

  .sidebar-navigation nav ul li.back a:before {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 18L9 12L15 6' stroke='%2370708F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: contain;
    margin-top: -4px;
  }
  .sidebar-navigation nav ul li.back a:focus,
  .sidebar-navigation nav ul li.back a:hover {
    color: #cb4853;
  }
  .sidebar-navigation nav ul li a {
    position: relative;
    display: flex;
    padding: 28px 12px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    color: #1a1a1a;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 120% */
    letter-spacing: -0.6px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
  }
  .sidebar-navigation nav ul li a:focus,
  .sidebar-navigation nav ul li a:hover {
    color: var(--brand-color);
  }
  .sidebar-navigation nav ul .active {
    left: 0;
    right: 0;
  }
  .sidebar-navigation nav ul .active > li > a {
    opacity: 1;
  }
  .sidebar-navigation nav ul.hidden > li > a {
    opacity: 0;
  }
  .sidebar-navigation nav ul ul .active {
    left: -calc(100.1041666667%);
    right: -calc(100.1041666667%);
  }

  .menu-window__mobile {
    position: fixed;
    left: 0;
    width: calc(100% - 20px);
    height: calc(100% - 90px);
    z-index: 999;
    bottom: -100%;

    transition: 0.3s;
    padding: 0px 10px;
  }
  .menu-window__mobile.show {
    bottom: 30px;
  }
  .menu-window__mobile .menu-window__header {
  }
  .menu-window__mobile .menu-window__content {
    display: flex;
    flex-flow: column nowrap;
    padding: 12px 10px;
    height: 100%;
    box-shadow: rgba(34, 60, 80, 0.2) 4px 4px 8px 0px;
    border-radius: 20px;
    background: linear-gradient(
      180deg,
      #1a1c22 10%,
      rgba(26, 28, 34, 0.3) 100%
    );
    backdrop-filter: blur(15px);
    max-width: 344px;
  }

  .menu-window__mobile .menu-window__footer {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .menu-window__mobile .menu-window__footer a {
    width: 97px;
    height: 36px;
    border: 1px solid #121212;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .menu-window__mobile .menu-window__body {
    padding: 0px;
    overflow-y: auto;
  }
  .menu-window__mobile .sidebar-navigation nav ul li {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .menu-window__mobile .sidebar-navigation nav ul li a {
    padding: 8px 0px;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--brand-ligth);
  }
  .menu-window__mobile .sidebar-navigation nav ul li.parent > a:after {
    width: 18px;
    height: 18px;
  }
  .menu-window__mobile .sidebar-navigation nav ul {
    top: unset;
    bottom: 0;
  }
  .menu-window__mobile .sidebar-navigation nav > ul ul {
    padding-top: 0;
    box-sizing: border-box;
    z-index: 9;
  }
  .menu-window__mobile .sidebar-navigation nav ul li.back {
    border-bottom: 1px solid #dddddd;
    margin: 0 0 12px 0;
    position: sticky;
    top: 0px;
    width: 100%;
    z-index: 8;
  }

  .menu-window__mobile .sidebar-navigation nav ul li.back a {
    justify-content: unset;
    padding-bottom: 12px;
  }
  .menu-window__mobile .sidebar-navigation nav > ul {
    padding-bottom: 24px;
    height: 100%;
    display: contents;
  }
  .menu-window__mobile .sidebar-navigation nav ul li.back a:before {
    margin-top: 0;
  }
  .menu-window__mobile .menu-window__body {
    position: relative;
    overflow: hidden;
  }

  .menu-window__mobile .menu-window__body .sidebar-navigation {
    position: relative;
    bottom: 0;
    transition: bottom 0.3s;
  }
  body.hide-scrollbar-end {
    width: auto;
    overflow: hidden !important;
    overscroll-behavior-y: none;
    margin-right: 17px;
  }
  body.hide-scrollbar-end .bg-transparent {
    position: fixed;
    z-index: 9;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 60%);
  }
  li.s-hr span {
    display: block;
    height: 1px;
    width: 100%;
    background: #dddddd;
  }

  li.s-hr {
    padding: 12px 0;
  }

  .s-header-m {
    height: 58px;
    overflow: hidden;
  }
  .uk-section {
    padding: 0 0 30px 0;
  }
  .s-r_products {
    margin: 36px 0 16px;
    padding: 0;
  }
  .tab {
    padding: 0px;
    margin: 36px 0;
  }
  .uk-h1,
  h1 {
    font-size: 24px;
    line-height: 1.2;
  }
  h2 {
    font-size: 24px;
    line-height: 26.2px;
  }
  .s-products h1 {
    font-size: 26px;
    line-height: 28px;
  }
  .s-body h1 {
    font-size: 26px;
    line-height: 28px;
    margin-top: 10px;
    margin-bottom: 5px !important;
  }
  .s-catalog {
    grid-template-rows: 200px 200px 200px;
  }
  .s-catalog a div {
    font-size: 14px;
    line-height: 16px;
    width: calc(100% - 40px);
    left: 10px;
    bottom: 10px;
    right: 10px;
  }
  .section-footer ul {
    margin-left: 0px;
  }
  .i-p_image {
    height: 150px;
    margin-top: 10px;
  }
  .i_p_p {
    font-size: 16px;
    line-height: 17px;
  }
  .i-p_stock {
    font-size: 10px;
    line-height: 10px;
  }
  .s-subcategories {
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: unset;
  }
  .s-subcategories a {
    display: flex;
    height: 28px;
    width: auto;
    flex: 0 0 auto;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 14px;
  }

  .s-href-top {
    margin-top: 10px;
  }
  .box-product-price {
    margin-top: 10px;
  }
  .s-variants {
    margin-top: 10px;
  }
  .s-artik {
    margin-top: 10px;
  }
  .s-text h3 {
    font-size: 14px;
    text-align: center;
  }

  .s-features {
    margin-top: 10px;
  }

  .s-body h1 + div > a > img {
    height: 20px !important;
  }
  .s-r_products ul {
    width: 100%;
    margin: 0px 0px 24px 0px;
  }
  .s-r_products ul li a {
    font-size: 14px;
    line-height: 20px;
  }
  .tab ul {
    display: flex;
    flex-wrap: nowrap;
    height: 100%;
  }
  div#cart_informer {
    width: calc(100% - 20px);
    border-radius: 20px;
    padding: 15px 10px;
    left: 0px;
    max-width: 100% !important;
    margin: 60px 10px 10px 10px;
    background: var(--brand-ligth);
  }
  .uk-offcanvas-overlay::before {
    display: none;
  }

  .css-cart-informer h3 {
    font-size: 14px;
    line-height: 16px;
  }
  .css-cart-informer .u-i_cart-image {
    height: 80px;
    width: 80px;
    flex: 0 0 80px;
  }
  .s-cart .css-cart-informer .u-i_cart-buttons div:first-child {
    font-size: 16px;
  }
  .css-cart-informer .u-i_cart {
    padding: 8px;
  }
  .css-cart-informer .u-i_carts {
    min-height: auto;
  }
  .css-cart-informer .u-i_cart-name a {
    font-size: 14px;
    line-height: 14px;
  }
  .css-cart-informer .u-i_cart-name {
    font-size: 12px;
    line-height: 12px;
  }
  .number {
    width: 100px;
    height: 25px;
  }
  .number-minus {
    width: 30px;
  }
  .number-plus {
    width: 30px;
  }
  .number input[type="number"] {
    height: 27px;
  }

  .s-cart .box_items .del_variant {
    margin-left: auto;
    margin-right: 15px;
  }
  .s-cart .box_items > div > * {
    flex: 0 0 calc(50% - 8px);
  }
  input.form-control.font-sm.name {
    flex: 0 0 100%;
  }
  input.form-control.font-sm.amount {
    flex: 0 0 35%;
  }
  .s-cart .box_items > div {
    border-bottom: 1px solid #f7f7f7;
    flex-wrap: wrap;
    padding-bottom: 10px;
  }

  .s-lines_brands {
    flex-wrap: wrap;
  }
  .s-lines_brands a.uk-margin-small-top {
    margin-top: 0px !important;
  }
  .s-page-brands .uk-list-divider > :nth-child(n + 2) {
    margin-top: 2px;
    padding-top: 2px;
  }

  .s-page-brands .uk-text-large {
    font-size: 12px;
    line-height: 14px;
  }
  .s-page-brands .uk-text-large img {
    height: 20px !important;
  }

  .s-search-m form {
    width: 100%;
  }

  .s-search-m .uk-search-default .uk-search-input {
    background: var(--brand-ligth);
    border: 0px;
    border-radius: 30px;
    height: 36px;
    padding-right: 40px;
    font-size: 14px;
    line-height: 36px;
    color: #000;
  }

  .s-search-m form.uk-search.uk-search-default {
    display: flex;
  }

  .s-search-m button.uk-icon.uk-close,
  .s-search-m .uk-navbar-spinner {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #999;
  }
  .s-search-m .uk-navbar-spinner {
    right: 11px;
  }

  .s-search-m input.uk-search-input {
    padding-right: 51px;
  }

  .s-search-m a.uk-navbar-toggle {
    color: var(--brand-ligth);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.03em;
    line-height: 14px;
    margin-left: 10px;
  }

  .s-search-m .uk-navbar-spinner {
    display: none;
  }
  .s-search-m button.uk-icon.uk-close {
    display: none;
  }
  .autocomplete-suggestions.s-a {
    position: fixed !important;
    width: calc(100% - 20px) !important;
    left: 10px !important;
    right: 10px !important;
    height: 100% !important;
    max-height: calc(100vh - 90px) !important;
    top: 50px !important;
  }

  .s-sub-m {
    display: block;
    margin-top: 15px;
  }
  .s-p_s_o.s-fet {
    justify-content: space-between;
  }
  .s-p_columns .s-filter.uk-first-column {
    width: 100%;
  }

  .s-features-main td {
    font-size: 14px;
  }
}

.user-box {
  background: var(--brand-ligth);
  padding: 25px;
  border-radius: 10px;
  max-width: 450px;
  width: 100%;
  margin-bottom: 25vh;
  margin-top: 20vh;
}
.user-box h3 {
  text-align: center;
}

.error-box {
  border-radius: 3px;
  font-size: 14px;
  color: #ff0030;
  white-space: nowrap;
  padding: 10px 10px;
  background: #ffdbdb;
  margin: 10px 0 20px 0;
}

.section-footer img {
  max-height: 40px;
}

/* Slider */
.uk-slider-container-offset {
  margin: 0;
  padding: 0;
}

.uk-slider .uk-grid {
  margin-left: -20px;
}
.uk-slider .uk-grid > * {
  padding-left: 20px;
}
/* Vertical */
.uk-grid + .uk-grid,
.uk-grid > .uk-grid-margin,
* + .uk-grid-margin {
  margin-top: 20px;
}

.tab .uk-grid + .uk-grid {
  margin-top: 0px;
}

.main-images .uk-grid > * {
  padding-left: 20px;
}
.main-images
  .uk-grid
  > *:not(:nth-child(1)):not(:nth-child(5)):not(:nth-child(9)) {
  padding-left: 8px;
}

.main-images .uk-grid > .uk-grid-margin,
* + .uk-grid-margin {
  margin-top: 8px;
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Horizontal */
  .uk-grid {
    margin-left: -20px;
  }
  .uk-grid > * {
    padding-left: 20px;
  }

  /* Vertical */
  .uk-grid + .uk-grid,
  .uk-grid > .uk-grid-margin,
  * + .uk-grid-margin {
    margin-top: 20px;
  }

  .tab .uk-grid + .uk-grid {
    margin-top: 0px;
  }

  /* Horizontal для Ткани */
  div.category_792 .uk-grid {
    margin-left: -10px;
  }
  div.category_792 .uk-grid > * {
    padding-left: 10px;
  }
  /* Vertical для Ткани */
  div.category_792 .uk-grid + .uk-grid,
  div.category_792 .uk-grid > .uk-grid-margin,
  div.category_792 * + .uk-grid-margin {
    margin-top: 10px;
  }
}

.uk-slider-container {
  max-height: 600px;
}

.uk-slider-items .uk-width-3-4 {
  height: fit-content;
  width: fit-content;
  margin: 0 auto;
}

.uk-slider-items .uk-width-3-4 img {
  max-height: 600px;
  height: auto;
  width: auto;
  object-fit: contain;
}

@media (max-width: 600px) {
  .uk-slider .uk-grid {
    align-items: center;
  }
  .uk-width-3-4 {
    max-width: 75%;
  }
}

.uk-dotnav {
  gap: 5px;
  justify-content: center;
}
/* Slider-end */

/* Accordion for filter */
.accordion-checkbox {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
}

.accordion-label {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
}

.accordion-arrow {
  font-size: 12px;
  transition: transform 0.3s ease;
  margin-left: 10px;
}

.cbp-hrsub {
  display: none;
  padding: 15px;
  border-top: none;
}

.cbp-hrmenu .feature-block {
  padding-bottom: 0;
}

.cbp-hrmenu .feature-block:nth-last-child(2) {
  border-bottom: none;
}

.accordion-checkbox:checked ~ .cbp-hrsub {
  display: block;
}

.accordion-checkbox:checked + .accordion-label .accordion-arrow {
  transform: rotate(180deg);
}

.js-feature-block.active .cbp-hrsub {
  display: block;
}

.js-feature-block.active .accordion-arrow {
  transform: rotate(180deg);
}
/* Accordion for filter - end */
/* Sidebar for filter*/

.s-siderbar.uk-sticky-fixed {
  position: fixed;
  top: 80px;
  max-height: calc(100vh - 190px);
  overflow-y: auto;
  margin-bottom: 20px;
  z-index: 10;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

nav {
  z-index: 11;
}

/* Для скроллбара (опционально) */
.s-siderbar.uk-sticky-fixed::-webkit-scrollbar {
  width: 6px;
}

.s-siderbar.uk-sticky-fixed::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 3px;
}

.s-siderbar.uk-sticky-fixed::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}
/* Sidebar for filter - end */

/* Кружки Доступные цвета - добавляется inline */
/* Стили для цветовых вариантов */

.color-variants-container {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 15px 0;
  flex-wrap: wrap;
}

.color-variant-circle {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  position: relative;
  font-size: 0;
  line-height: 0;
  color: transparent;
}

.color-variant-circle:hover {
  transform: scale(1.2);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}

.color-variant-circle.active {
  width: 25px;
  height: 25px;
}

/* Индикатор текущего цвета (галочка) */
.color-variant-circle.current::after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
  font-size: 12px;
  line-height: normal;
  color: white;
}

/* Кружки Доступные цвета - добавляется inline - end */

/* Редизайн - main */
.nav-li--salon {
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 3px 10px 5px 10px;
  display: flex;
  gap: 8px;
}

.nav-a-shop {
  background-color: var(--brand-ligth) !important;
  color: #323232 !important;
  padding: 15px 11px;
  gap: 6px;
}

.button-hide {
  padding: 6px 15px;
  width: 87px;
  font-size: 10px;
  line-height: 10px;
  background: var(--brand-color);
  color: var(--brand-ligth);
  text-align: center;
  border-radius: 40px;
  height: 32px;
}

.button-hide-mobile {
  display: block;
}

.button-show-mobile {
  display: none;
}

.button-change-marquiz {
  text-align: end !important;
  width: 230px !important;
  font-family: "Montserrat" !important;
}

.button-change-marquiz > * {
  font-size: 14px !important;
}

.uk-container {
  max-width: 1360px;
}

.uk-icon-button {
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.7);
  width: 36px;
  height: 36px;
}

.main-page-h1 {
  color: #2e3036;
  font-family: "Montserrat";
  font-weight: 700;
  letter-spacing: -0.26px;
  margin: 0 0 8px 0;
}

.main-page-h2-paddings {
  margin-top: 120px;
}

.main-page-h4 {
  margin-top: 0px;
  font-family: "Montserrat";
  font-weight: 500;
  line-height: 20px;
  opacity: 0.6;
}

.full-width-bg,
.full-width-slider {
  position: relative;
  z-index: 2;
  min-height: 320px;
}

.full-width-bg::before,
.full-width-slider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100vw - 15px);
  height: 100%;
  background-image: var(--bg-image);
  background-color: var(--bg-color);
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.reasons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, auto);
  gap: 16px;
}

.reasons-button {
  margin: 44px 0 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.reasons-button > * {
  flex: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.reasons-button > * > * {
  flex: 1;
  width: 100%;
  flex-wrap: nowrap;
}

.main-container {
  margin-top: 0;
}

.uk-section-muted {
  background: var(--brand-ligth);
}

.uk-icon-button:hover {
  background: var(--brand-color);
}

.uk-lightbox {
  background-color: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(4px);
}

.footer-menu-grid-1 {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.footer-menu-h3 {
  color: rgba(255, 255, 255, 0.2);
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.4px;
  text-transform: uppercase;
  margin-bottom: 26px;
}

.footer-menu-ul {
  display: flex;
  flex-direction: column;
  gap: 10px;

  font-family: "Nunito Sans";
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
}

.footer-menu-ul > li > a {
  color: #fff;
}

.footer-menu-ul > li > a:hover {
  color: var(--brand-color);
}

.uk-label {
  background: var(--brand-color);
}

.socialmedia-blog-flex-r {
  display: flex;
  gap: 20px;
}

.socialmedia-blog-flex {
  background: #f2f2f4;
  border-radius: 24px;
  box-shadow: none;
  flex: 1;
  display: flex;
  overflow: hidden;

  /* Фиксы для iOS */
  width: 100%;
  position: relative;
}

.socialmedia-blog-flex > div {
  padding: 24px;
  flex: 1;
  min-width: 0;

  /* Фиксы для iOS */
  width: 100%;
}

.socialmedia-blog-flex > div:first-child {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.socialmedia-blog-flex > div:last-child {
  padding: 0 0 0 24px;
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;

  /* Фиксы для iOS */
  width: 100%;
  position: relative;
  overflow: hidden; /* Добавляем overflow для контейнера */
}

.socialmedia-blog-flex > div:last-child img {
  max-width: 100%;
  height: auto;
  width: auto;
  max-height: 100%;
  display: block;
  object-fit: contain;
  object-position: left bottom;

  /* Критические фиксы для iOS */
  -webkit-transform: translateZ(0); /* Включает аппаратное ускорение */
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
}

.socialmedia-blog-h3 {
  color: #323232;
  font-size: 28px;
  font-family: "Montserrat";
  font-weight: 700;
  line-height: normal;
  margin: 0px 0 36px 0;
  letter-spacing: -0.56px;
}

.slider-arrow {
  border-radius: 8px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f1f3f5;
  color: #32323299;
  transition: all 0.3s ease;
}

.slider-arrow:hover {
  background: var(--brand-ligth);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.uk-breadcrumb {
  margin-top: 40px;
}

.mobile-view {
  display: none;
}

.mobile-view-dostavka {
  display: none;
}

.desktop-view-dostavka-container {
  display: block;
}
.desktop-view {
  display: block;
}

.uk-accordion-title {
  font-family: "Nunito Sans";
}

.uk-open > .uk-accordion-title {
  font-size: 24px;
  color: var(--brand-color);
  line-height: 120%;
  letter-spacing: -0.6px;
}

.uk-open > div > p {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.uk-open > .uk-accordion-title::before {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23F33949%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23F33949%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E);
  transform: rotate(45deg);
}

.main-images .uk-slider a {
  height: 40px;
}

.uk-open .uk-flex {
  align-items: center;
}

.uk-open > .uk-accordion-title {
  font-size: 24px;
}

.uk-open > div > p {
  font-size: 16px;
}

.dop-feature-block {
  position: relative;
  border-radius: 24px;
  background-color: #f2f2f4;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  padding: 16px;
}
.dop-feature-block h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  opacity: 1;
  text-align: start;
}

.dop-feature-block p {
  font-family: "Nunito Sans";
  font-size: 20px;
  line-height: 130%;
}
.dop-feature-block button {
  width: 100%;
  border-radius: 12px;
  background-color: #fff;
  border: none;
  padding: 11px 16px;
}
.dop-feature-block span {
  padding-right: 8px;
  font-family: "Nunito Sans";
  font-size: 20px;
}

.s-text > div,
.s-text > p {
  font-family: "Nunito Sans";
  font-size: 20px;
  line-height: 130%;
}

.s-text em {
  font-family: "Nunito Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}

.page-header-button {
  padding: 0 0 30px 0;
  display: flex;
  justify-content: space-between;
}

.page-header-button div {
  text-align: end;
  flex: 1 1 0;
  align-self: center;
}

.footer-coockie-links {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}

@media (min-width: 1550px) {
  .slider-desktop {
    display: block;
  }

  .slider-tablet {
    display: none;
  }
}

@media (max-width: 1550px) {
  .slider-desktop {
    display: none;
  }
  .slider-tablet {
    display: block;
  }

  .full-width-slider .uk-section {
    padding-left: 0;
    padding-right: 0;
  }

  .full-width-slider .uk-slider-container {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    width: calc(100vw - 15px);
    max-width: 100vw;
    overflow: hidden;
  }

  .full-width-slider .uk-slider-items {
    padding-left: 15px; /* Небольшой отступ слева для первого товара */
  }

  .slider-arrow {
    background: rgb(255 255 255 / 60%);
    width: 40px;
    height: 40px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  }
}

@media (min-width: 640px) and (max-width: 1020px) {
  .footer-menu-grid-1 {
    width: 100%;
    flex-direction: row;
  }

  .footer-menu-grid-1 > :last-child {
    justify-content: end;
  }
}

@media (max-width: 768px) {
  .sidebar-navigation > nav {
    height: calc(100% - 70px);
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: var(--brand-ligth) #e0e0e0;
  }

  .sidebar-navigation > nav::-webkit-scrollbar {
    width: 6px;
    background: transparent;
    display: block;
  }

  .menu-window__mobile .sidebar-navigation nav ul li {
    flex-direction: column;
    align-items: start;
    color: var(--brand-ligth);
    font-size: 20px;
    font-family: "Nunito Sans";
    line-height: 120%;
  }

  .first-level-2-link {
    font-size: 22px !important;
    color: var(--brand-color) !important;
  }

  .menu-window__mobile .sidebar-navigation nav ul > .nav-li--salon {
    flex-direction: row;
    align-items: center;
    position: fixed;
    width: 95%;
    bottom: 12px;
  }

  /* Аккордеон */
  .menu-toggle {
    display: none;
  }

  .parent-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 95%;
    padding: 12px;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);

    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: -0.6px;
  }

  .label-text {
    flex: 1;
  }

  .arrow {
    transition: transform 0.3s ease;
    flex-shrink: 0;
  }

  .arrow svg {
    width: 20px;
    height: 20px;
    color: var(--brand-ligth);
  }

  .menu-toggle:checked ~ .level-2.submenu {
    display: block;
  }

  .menu-toggle:checked + .parent-label .arrow {
    transform: rotate(180deg);
  }

  .level-2.submenu {
    display: none;
    list-style: none;
    padding-left: 20px;
  }

  .level-2.submenu a {
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    font-family: "Nunito Sans";
  }

  .back label {
    display: block;
    padding: 10px 15px;
    background-color: #f5f5f5;
    cursor: pointer;
    font-weight: bold;
  }

  .nav-li--salon {
    margin-top: auto;
  }

  .uk-navbar-container .uk-navbar-item.uk-logo img {
    max-height: 36px;
  }

  .button-hide:hover {
    color: var(--brand-ligth);
  }

  .main-page-h2-paddings {
    margin-top: 20px;
  }

  .full-width-bg::before,
  .full-width-slider::before {
    width: 100vw;
  }

  .full-width-slider .uk-slider-container {
    width: 100vw;
  }

  .reasons {
    grid-template-columns: 1fr;
  }

  .main-container {
    margin-top: 58px;
  }
  .full-width-bg {
    min-height: 220px;
  }

  .uk-width-1-2 {
    width: 100%;
  }

  .main-images .uk-width-1-2 {
    width: 50%;
  }

  .uk-grid + .uk-grid,
  .uk-grid > .uk-grid-margin,
  * + .uk-grid-margin {
    margin-top: 8px;
  }

  .footer-menu-ul {
    gap: 3px;
    font-size: 14px;
  }

  .socialmedia-blog-flex-r {
    gap: 16px;
  }

  .socialmedia-blog-flex {
    flex-direction: column;
  }

  .socialmedia-blog-flex > div {
    padding: 16px;
  }

  .socialmedia-blog-h3 {
    font-size: 20px;
  }

  .features-main-flex {
    flex-direction: row;
    margin-top: 36px;
  }

  .product-main-info {
    grid-template-columns: 1fr;
  }

  .product-main-info > div {
    grid-column: 1 / 2;
  }

  .uk-breadcrumb {
    margin-top: 36px;
  }

  .mobile-view {
    display: block;
  }

  .desktop-view {
    display: none;
  }

  .uk-open .uk-flex {
    flex-direction: column;
    align-items: start;
  }

  .uk-open > .uk-accordion-title {
    font-size: 20px;
  }

  .uk-open > div > p {
    font-size: 14px;
  }
  .dop-feature-block p {
    font-size: 14px;
    font-family: "Montserrat";
  }
  .dop-feature-block span {
    font-size: 14px;
  }
  .s-text > div,
  .s-text > p {
    font-size: 14px;
  }
  .s-text em {
    font-size: 14px;
  }
  .page-header-button {
    flex-direction: column;
  }

  .page-header-button div {
    text-align: center;
    width: 100%;
  }

  .socialmedia-blog-flex > div:first-child {
    text-align: center;
  }

  .desktop-image {
    display: none !important;
  }
}

@media (max-width: 500px) {
  .uk-navbar-container .uk-navbar-item.uk-logo img {
    max-height: 23px;
  }

  .s-header-m .uk-navbar .uk-navbar-left {
    width: 110px;
    flex: 0 0 110px;
  }

  .button-hide {
    display: none;
  }

  .button-hide-mobile {
    display: none;
  }

  .button-show-mobile {
    display: block;
  }

  .button-change-marquiz {
    width: 100% !important;
  }

  .button-change-marquiz > * {
    width: 100% !important;
  }

  .uk-navbar-right {
    gap: 5px;
  }

  .reasons-button {
    flex-direction: column;
  }

  .slider-tablet .js_item_product > div {
    width: 300px !important;
  }

  .css-cart-informer .s-v_amount {
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
  }

  .socialmedia-blog-flex-r {
    flex-direction: column;
  }

  .socialmedia-blog-flex {
    flex-direction: row;
  }
  .socialmedia-blog-flex > div:first-child {
    flex-direction: row;
  }
  .socialmedia-blog-flex > div:first-child > h3 {
    margin: 0px 0 0px 0;
  }

  .socialmedia-blog-flex > div:last-child {
    padding: 24px 0 0 0px;
  }

  .uk-breadcrumb {
    margin-top: 24px;
  }

  .s-body {
    padding-left: 0;
  }

  .mobile-view-dostavka {
    display: block;
  }
  .desktop-view-dostavka-container {
    display: none;
  }

  .footer-coockie-links {
    display: flex;
    flex-direction: column;
  }
}
/* Редизайн - main - end */
