/* Webfont: Thunder-BlackLC */
@font-face {
  font-family: "ThunderBlack";
  src: url("../../fonts/Thunder-BlackLC.woff2") format("woff2"), url("../../fonts/Thunder-BlackLC.otf") format("opentype");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
input {
  outline: none;
}

section, footer {
  position: relative;
  overflow: hidden;
}

section {
  z-index: 1;
}

*, *::after, *::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body, html {
  scroll-behavior: smooth;
  font-family: "Montserrat", sans-serif;
  line-height: 1.4;
  background: #F4F4F4;
  color: #404040;
  margin: 0;
}

button {
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  border: none;
  outline: none;
  background: transparent;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a, a:hover, a:visited, a:active {
  color: #676767;
  text-decoration: none;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}

a:hover, a:hover:hover, a:visited:hover, a:active:hover {
  text-decoration: none;
  color: #5606A7;
}

a.underline, a.underline:active, a.underline:visited, .underline {
  position: relative;
  transition: all 0.3s ease-in-out;
}
a.underline:before, a.underline:active:before, a.underline:visited:before, .underline:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #5606A7;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-in-out;
}

a.underline:hover:before, a.underline:hover:hover:before, a.underline:visited:hover:before, a.underline:active:hover:before, .underline:hover:before {
  transform: scaleX(1);
}

a.primary-gradient-color {
  background: linear-gradient(109deg, #8000FF 9.32%, #51059D 103.37%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

a.primary-gradient-color:hover {
  background: none;
  -webkit-background-clip: unset;
  text-decoration: none;
  -webkit-text-fill-color: #7E84A8;
}

.primary-gradient-color {
  background: linear-gradient(109deg, #8000FF 9.32%, #51059D 103.37%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ml-15 {
  margin-left: 15px;
}

.primary {
  color: #7F00FC;
}

.container {
  max-width: 1380px;
  margin: 0 auto;
  padding: 16px;
}

@media (max-width: 1279px) {
  .container {
    max-width: 1120px;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 1023px) {
  .container {
    max-width: 975px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 720px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.gap-24 {
  gap: 24px;
}

.fz-36 {
  font-size: clamp(24px, (100vw - 320px) / 1120 * 12 + 24px, 36px);
}

.fw-800 {
  font-weight: 800;
}

.btn, a.btn {
  padding: 16px;
  gap: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  transition: all 0.5s ease-in-out;
  letter-spacing: 0.4px;
  font-family: "Montserrat", sans-serif;
}

.btn.icon, a.btn.icon {
  background: none;
  padding: 0;
}

.btn .text-button, a.btn .text-button {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.btn .icon, a.btn .icon {
  width: 24px;
  height: 24px;
}

.btn.br-4, a.btn.br-4 {
  border-radius: 4px;
}

.btn-border, a.btn-border {
  display: flex;
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 16px;
  border: 1px solid #7F01FE;
}

.btn-border:hover, a.btn-border:hover {
  background: linear-gradient(180deg, #7F01FE 0%, #5705A8 100%);
  color: #fff !important;
  -webkit-text-fill-color: #fff;
}

.btn-gradient, a.btn-gradient {
  border-radius: 20px;
  background: linear-gradient(180deg, #7F01FE 0%, #5705A8 100%);
  color: #fff;
  gap: 16px;
}

.btn-gradient:hover, a.btn-gradient:hover {
  background: linear-gradient(109deg, #36384A 9.32%, #36384A 103.37%);
  color: #fff;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.all-link {
  display: flex;
  align-items: center;
  gap: 8px;
}

.justify-between {
  justify-content: space-between;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

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

.h1 {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(36px, (100vw - 320px) / 1120 * 24 + 24px, 48px);
  font-style: normal;
  font-weight: 700;
  line-height: 105%;
}

.h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 105%; /* 37.8px */
}

.h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 105%; /* 25.2px */
}

.h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 105%; /* 14.7px */
}

.text {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 105%; /* 14.7px */
}

.description {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 12px */
}

.w-100 {
  width: 100%;
}

.relative {
  position: relative;
}

.icon--16 {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-22 {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon--24 {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon--28 {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon--36 {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-44 {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fixed-top {
  position: fixed;
  bottom: 20px;
  z-index: 999;
  right: 5%;
  background: #fff;
  height: 63px;
  width: 38px;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 60px;
}

.fixed-top:before {
  background: rgba(128, 1, 255, 0.15);
  content: "";
  bottom: 2px;
  left: 0;
  right: 0;
  position: absolute;
  margin: 0 auto;
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

.fixed-top:after {
  content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIyOCIgdmlld0JveD0iMCAwIDE2IDI4IiBmaWxsPSJub25lIj48cGF0aCBkPSJNOC43MDcxMSAwLjI5Mjg5M0M4LjMxNjU4IC0wLjA5NzYzMTEgNy42ODM0MiAtMC4wOTc2MzExIDcuMjkyODkgMC4yOTI4OTNM MC45Mjg5MzIgNi42NTY4NUMwLjUzODQwOCA3LjA0NzM4IDAuNTM4NDA4IDcuNjgwNTQgMC45Mjg5MzIgOC4wNzEwN0MxLjMxOTQ2IDguNDYxNTkgMS45NTI2MiA4LjQ2MTU5IDIuMzQzMTUgOC4wNzEwN0w4IDIuNDE0MjFMMTMuNjU2OSA4LjA3MTA3QzE0LjA0NzQgOC40NjE1OSAxNC42ODA1IDguNDYxNTkgMTUuMDcxMSA4LjA3MTA3QzE1LjQ2MTYgNy42ODA1NCAxNS40NjE2IDcuMDQ3MzggMTUuMDcxMSA2LjY1Njg1TDguNzA3MTEgMC4yOTI4OTNaTTcgMjdDNyAyNy41NTIzIDcuNDQ3NzIgMjggOCAyOEM4LjU1MjI5IDI4IDkgMjcuNTUyMyA5IDI3TDcgMjdabTAgMEw4IDFMNyAxTDcgMjdMOCAyN0w5IDI3TDkgMUw4IDFaIiBmaWxsPSIjNDA0MDQwIiBmaWxsLW9wYWNpdHk9IjAuNDUiLz48L3N2Zz4=");
}

header {
  box-shadow: 0px -4px 15px 0px rgba(0, 0, 0, 0.4);
  background: #FFF;
  position: relative;
}
header:after {
  content: "";
  display: flex;
  height: 1px;
  width: 100%;
  background: #858585;
}
header:before {
  content: "";
  display: flex;
  height: 1px;
  width: 100%;
  background: #858585;
}
header .h-top {
  text-align: center;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.54) 0%, rgba(0, 0, 0, 0.54) 100%), linear-gradient(109deg, #8000FF 9.32%, #51059D 103.37%);
  color: white;
  overflow: hidden;
  transition: opacity 0.5s ease, height 0.5s ease, margin 0.5s ease, padding 0.5s ease;
  height: 44px;
}
header .h-top.fade-out {
  opacity: 0;
  height: 0;
  margin: 0;
  padding: 0;
}
header .h-top .tray {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 0;
  color: #FFF;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
header .h-top .tray .icon {
  position: absolute;
  bottom: -15px;
  height: 36px;
  width: 42px;
  margin-left: 23px;
}
header .h-top .tray .close-nav {
  border: none;
  background: none;
  cursor: pointer;
}
header .cart-card {
  opacity: 0;
  visibility: hidden;
  max-width: 280px;
  border-radius: 0 0 25px 25px;
  background: #FFF;
  box-shadow: 0 0 30px 0 rgba(255, 255, 255, 0.3) inset;
  backdrop-filter: blur(12.5px);
  padding: 10px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 10;
  transition: all 0.3s ease-in-out;
}
header .cart-card.open {
  opacity: 1;
  visibility: visible;
}
header .cart-card .product-list {
  list-style: none;
  display: grid;
  gap: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
header .cart-card .product-list .product-item {
  display: grid;
  grid-template-columns: 65px 1fr auto;
  align-items: center;
}
header .cart-card .product-list .product-item .img {
  width: 61px;
  height: 61px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}
header .cart-card .product-list .product-item .title {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 105%;
}
header .cart-card .product-list .product-item .icon-btn {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: transparent;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.15s ease, border-color 0.15s ease, background-color 0.15s ease;
}
header .cart-card .product-list .product-item .icon-btn:focus-visible {
  outline: 2px solid #a580ff;
  outline-offset: 2px;
}
header .cart-card .product-list .product-item .icon-btn:hover {
  transform: translateY(-1px);
  background: rgba(127, 1, 254, 0.06);
}
header .cart-card .divider {
  height: 1px;
  background: #676767;
  margin: 10px -10px 10px -10px;
}
@media (max-width: 1023px) {
  header .menu-buttons {
    display: none;
  }
}
header .menu-buttons .menu-label {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
header .menu-buttons a:first-child .menu-label {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}
@media (max-width: 1023px) {
  header .btn-open-nav {
    display: none;
  }
}
header .btn-open-nav .btn-gradient svg {
  width: 27px;
  height: 18px;
}
header .btn-open-nav .btn-gradient .text-button {
  font-weight: 600;
}
header .search-input {
  flex-grow: 1;
  border: none;
  outline: none;
  font-size: 16px;
  color: #333;
  background: transparent;
  min-height: 55px;
}
@media (max-width: 767px) {
  header .search-input {
    min-height: 32px;
  }
}
@media (max-width: 767px) {
  header .btn-search {
    padding: 0;
  }
}

.scroll-fixed.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
  transition: all 0.3s ease;
}
.scroll-fixed.fixed .logo-fixed,
.scroll-fixed.fixed .visible-scroll {
  display: flex;
}
.scroll-fixed.fixed .logo {
  display: none;
}
.scroll-fixed.fixed .search-wrapper {
  max-height: 48px;
}
.scroll-fixed.fixed .container {
  padding-top: 12px;
  padding-bottom: 14px;
}
.scroll-fixed.fixed .search-wrapper .search-input {
  min-height: 32px;
}
.scroll-fixed.fixed .btn-search {
  padding: 0;
}
.scroll-fixed.fixed .phone-time-work,
.scroll-fixed.fixed .phone-time-work a {
  display: flex;
  flex-direction: column;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 1279px) {
  .scroll-fixed.fixed .phone-time-work,
  .scroll-fixed.fixed .phone-time-work a {
    display: none;
  }
}
.scroll-fixed.fixed .work-time {
  font-weight: 500;
  color: #000;
}

.logo-fixed,
.visible-scroll,
.phone-time-work {
  display: none;
}

.menu-button-cart-hover:hover + .cart-card,
.cart-card:hover {
  opacity: 1;
  visibility: visible;
}

.side-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 16px);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  border-radius: 0 0 25px 25px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
}

.side-menu .side-menu-list-left {
  position: relative;
  flex: 0 0 30%;
  max-width: 30%;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMzMiIgaGVpZ2h0PSI2ODIiIHZpZXdCb3g9IjAgMCAxMzMyIDY4MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGZvcmVpZ25PYmplY3QgeD0iLTI0LjExNDMiIHk9Ii0yNC41IiB3aWR0aD0iMTM4MSIgaGVpZ2h0PSI3MzEiPgogICAgPGRpdiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94aHRtbCIgc3R5bGU9ImJhY2tkcm9wLWZpbHRlcjpibHVyKDEyLjVweCk7Y2xpcC1wYXRoOnVybCgjYmdibHVyXzBfNzExXzk1NzVfY2xpcF9wYXRoKTtoZWlnaHQ6MTAwJTt3aWR0aDoxMDAlIj48L2Rpdj48L2ZvcmVpZ25PYmplY3Q+PGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfaV83MTFfOTU3NSkiIGRhdGEtZmlnbWEtYmctYmx1ci1yYWRpdXM9IjI1Ij4KPHBhdGggZD0iTTAuODg1NzQyIDAuNUgxMzMxLjg5VjYyMS41QzEzMzEuODkgNjU0LjYzNyAxMzA1LjAyIDY4MS41IDEyNzEuODkgNjgxLjVINjAuODg1N0MyNy43NDg2IDY4MS41IDAuODg1NzQyIDY1NC42MzcgMC44ODU3NDIgNjIxLjVWMC41WiIgZmlsbD0iI0MwQzBDMCIgZmlsbC1vcGFjaXR5PSIwLjciLz4KPC9nPgo8ZGVmcz4KPGZpbHRlciBpZD0iZmlsdGVyMF9pXzcxMV85NTc1IiB4PSItMjQuMTE0MyIgeT0iLTI0LjUiIHdpZHRoPSIxMzgxIiBoZWlnaHQ9IjczMSIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJzaGFwZSIvPgo8ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlQWxwaGEiIHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxMjcgMCIgcmVzdWx0PSJoYXJkQWxwaGEiLz4KPGZlT2Zmc2V0Lz4KPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMTUiLz4KPGZlQ29tcG9zaXRlIGluMj0iaGFyZEFscGhhIiBvcGVyYXRvcj0iYXJpdGhtZXRpYyIgazI9Ii0xIiBrMz0iMSIvPgo8ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAxIDAgMCAwIDAgMSAwIDAgMCAwIDEgMCAwIDAgMC4zIDAiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbjI9InNoYXBlIiByZXN1bHQ9ImVmZmVjdDFfaW5uZXJTaGFkb3dfNzExXzk1NzUiLz4KPC9maWx0ZXI+CjxjbGlwUGF0aCBpZD0iYmdibHVyXzBfNzExXzk1NzVfY2xpcF9wYXRoIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyNC4xMTQzIDI0LjUpIj48cGF0aCBkPSJNMC44ODU3NDIgMC41SDEzMzEuODlWNjIxLjVDMTMzMS44OSA2NTQuNjM3IDEzMDUuMDIgNjgxLjUgMTI3MS44OSA2ODEuNUg2MC44ODU3QzI3Ljc0ODYgNjgxLjUgMC44ODU3NDIgNjU0LjYzNyAwLjg4NTc0MiA2MjEuNVYwLjVaIi8+CjwvY2xpcFBhdGg+PC9kZWZzPgo8L3N2Zz4K");
}

.side-menu .side-menu-list-left svg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  display: none;
}

.side-menu .side-menu-list-left {
  position: relative;
  flex: 0 0 30%;
  max-width: 30%;
}

.side-menu .side-menu-list-left .side-bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.side-menu .side-menu-list-left li {
  padding: 19px 43px 18px 43px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 9;
}

.side-menu .side-menu-list-left li {
  padding: 19px 43px 18px 43px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 9;
}

.side-menu .side-menu-list-left li a {
  color: #2B2B2B;
  font-size: 16px;
}

.side-menu .side-menu-list-left li:hover {
  background: #fff;
}

.side-menu .side-menu-list-left li:hover:before {
  background: #5606A7;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  height: 100%;
  content: "";
}

.side-menu .side-menu-list-left li:hover a {
  color: #5606A7;
}

.side-menu .side-menu-list-right {
  flex: 0 0 70%;
  max-width: 70%;
  display: flex;
  flex-direction: column;
  padding: 41px 67px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(12.5px);
  -webkit-backdrop-filter: blur(12.5px);
  overflow: hidden;
  box-shadow: inset 0 0 30px rgba(255, 255, 255, 0.3);
  overflow-y: auto;
  position: relative;
}

.side-menu .side-menu-list-right .brand-row {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-bottom: 60px;
  align-items: center;
}

.side-menu .side-menu-list-right .brand-track {
  animation: none;
}

.side-menu .side-menu-list-right .brand-track a {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
  width: 165px;
  height: 64px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

.side-menu .side-menu-list-right .category-list {
  display: flex;
  flex-direction: row;
  flex: 0 0 100%;
  max-width: 100%;
  flex-wrap: wrap;
  gap: 20px;
}

.side-menu .side-menu-list-right .category-list .column-category {
  flex: 0 0 calc(33.333% - 20px);
  margin-bottom: 24px;
}

.side-menu .side-menu-list-right .category-list .column-category .category-item-parent a {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 125% */
  letter-spacing: 0.4px;
  margin-bottom: 24px;
}

.side-menu .side-menu-list-right .category-list .column-category .category-item-children a {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 105%;
}

.side-menu.active {
  opacity: 1;
  visibility: visible;
}

.side-menu .submenu-panel {
  display: none;
}

.side-menu .submenu-panel.active {
  display: block;
}

.h-center {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .h-center .city-selector-button .text-button {
    display: none;
  }
}
.h-center .logo-mobile,
.h-center .action {
  display: none;
}
.h-center .h-menu {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 20px;
  flex: 1;
  max-width: 100%;
  align-items: center;
}
@media (max-width: 767px) {
  .h-center .h-menu {
    display: none;
  }
}
@media (max-width: 1279px) {
  .h-center .h-menu .h-menu-item.--delivery {
    display: none;
  }
}
@media (max-width: 1023px) {
  .h-center .h-menu .h-menu-item.--feedback,
  .h-center .h-menu .h-menu-item.--account {
    display: none;
  }
}
.h-center .h-menu-item-link {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #676767;
  white-space: nowrap;
}
.h-center .h-menu-item-link.black {
  color: black;
}
.h-center .h-menu-item-link .icon {
  transition: all 0.5s ease-in-out;
  width: 31px;
  height: 33px;
}
.h-center .h-menu-item-link:hover .icon {
  transform: rotate(45deg);
}

.logo {
  display: flex;
  flex: 0 0 auto;
  max-width: 20%;
}

.btn-open-nav .btn-gradient .text-button {
  font-size: 16px;
}

.btn-open-nav .btn-gradient {
  height: 100%;
}

.search-wrapper {
  /*display: flex;*/
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 24px;
  padding: 10px 16px;
  max-width: 100%;
  flex: 1 1 auto;
  background: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out;
}

.search-wrapper form {
  display: flex;
  justify-content: space-between;
}

.search-wrapper:hover {
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.37);
}

.search-wrapper:focus-within {
  box-shadow: 0 0 250px 0 #000;
}

.search-right {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #aaa;
  font-size: 14px;
  white-space: nowrap;
}

.search-right strong {
  color: #666;
}

.search-icon {
  cursor: pointer;
  stroke: #888;
}

.menu-buttons {
  display: flex;
  gap: 24px;
  align-items: baseline;
  justify-content: center;
}

.menu-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  gap: 4px;
  color: #444;
  font-size: 14px;
  transition: all 0.2s;
}

.menu-button .menu-label {
  font-size: 16px;
  font-weight: 400;
}

.menu-button:hover svg path {
  fill: #5705A8;
}

.menu-button:hover {
  color: #000;
}

.menu-icon {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: #555;
  stroke-width: 2;
  margin-bottom: 4px;
}

.gift-user {
  position: fixed;
  top: 50%;
  left: 0;
  z-index: 10;
}

.gift-user .gift {
  border-radius: 0 50px 50px 0;
}

.gift-user:hover .gift {
  padding-left: 40px;
}

#discount {
  background: #fff;
  padding-bottom: 80px;
  padding-top: 60px;
}
#discount .container {
  height: 670px;
  position: relative;
  overflow: hidden;
  border-radius: 60px;
  padding: 0;
  background-image: url("/local/templates/new_design/images/svg/discount-blur.svg"), url("/local/templates/new_design/images/svg/discount-stars.svg"), url("/local/templates/new_design/images/svg/discount-bg.svg"), linear-gradient(to right, #8000FF, #51059D);
  background-repeat: no-repeat, repeat, no-repeat, no-repeat;
  background-position: 50% 50%;
  background-size: auto, auto, cover, auto;
  display: flex;
  justify-content: stretch;
  align-items: stretch;
}
@media (max-width: 1379px) {
  #discount .container {
    height: 490px;
  }
}
@media (max-width: 1023px) {
  #discount .container {
    justify-content: flex-start;
    height: auto;
    border-radius: 0;
    background-size: cover, cover, cover, auto;
  }
}
@media (max-width: 767px) {
  #discount .container {
    padding: 0;
  }
}
#discount .container .asterixis {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
#discount .container .asterixis .asterix {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  transition: all 0.6s;
  height: auto;
  aspect-ratio: 1/1;
}
#discount .container .asterixis .asterix.--a {
  width: 187px;
  left: 65%;
  top: -50px;
  transform: rotate(58deg);
}
@media (max-width: 1379px) {
  #discount .container .asterixis .asterix.--a {
    width: 270px;
    left: 80%;
    top: 0;
    transform: rotate(70deg);
  }
}
@media (max-width: 1023px) {
  #discount .container .asterixis .asterix.--a {
    left: 91%;
    top: 156px;
  }
}
#discount .container .asterixis .asterix.--b {
  width: 162px;
  left: 32%;
  top: 242px;
  transform: rotate(57deg);
}
@media (max-width: 1379px) {
  #discount .container .asterixis .asterix.--b {
    left: 45%;
    top: 312px;
    width: 176px;
    transform: rotate(99deg);
  }
}
@media (max-width: 1023px) {
  #discount .container .asterixis .asterix.--b {
    left: 75%;
    top: 388px;
  }
}
#discount .container .asterixis .asterix.--c {
  width: 120px;
  left: 70%;
  top: 420px;
  transform: rotate(132deg);
}
@media (max-width: 1379px) {
  #discount .container .asterixis .asterix.--c {
    display: none;
  }
}
#discount .container .asterixis .asterix.--d {
  width: 350px;
  left: 40%;
  top: 382px;
  transform: rotate(0deg);
}
@media (max-width: 1379px) {
  #discount .container .asterixis .asterix.--d {
    display: none;
  }
}
#discount .summary-left a.btn {
  padding: 11px 16px;
}
#discount .promo-block {
  padding-top: 105px;
  padding-left: 130px;
  padding-right: 130px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #fff;
  z-index: 2;
  overflow: visible;
}
@media (max-width: 1379px) {
  #discount .promo-block {
    padding-top: 95px;
    padding-left: 75px;
    padding-right: 35px;
  }
}
@media (max-width: 1023px) {
  #discount .promo-block {
    padding-top: 55px;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 35px;
    display: block;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  #discount .promo-block {
    padding: 25px;
  }
}
@media (max-width: 400px) {
  #discount .promo-block {
    padding: 8px;
  }
}
#discount .promo-block .left {
  position: relative;
  z-index: 5;
}
@media (max-width: 1023px) {
  #discount .promo-block .left {
    max-width: 100%;
    display: flex;
    align-items: self-start;
    justify-content: flex-start;
    flex-direction: column-reverse;
  }
}
#discount .promo-block .promo-title {
  font-size: 222px;
  line-height: 90%;
  letter-spacing: 2.22px;
  text-transform: uppercase;
  font-family: "ThunderBlack", sans-serif;
}
@media (max-width: 1379px) and (min-width: 1024px) {
  #discount .promo-block .promo-title {
    font-size: 140px;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  #discount .promo-block .promo-title {
    font-size: 135px;
  }
}
@media (max-width: 767px) {
  #discount .promo-block .promo-title {
    font-size: 122px;
    line-height: 90%;
    max-width: 100%;
  }
}
@media (max-width: 660px) {
  #discount .promo-block .promo-title {
    display: none;
  }
}
#discount .promo-block .promo-subtitle {
  font-size: 24px;
  font-weight: 800;
  line-height: 115%;
  margin: -37px 0 80px;
}
@media (max-width: 1379px) {
  #discount .promo-block .promo-subtitle {
    margin: -27px 0 32px;
    font-size: 15px;
  }
}
@media (max-width: 1023px) {
  #discount .promo-block .promo-subtitle {
    position: absolute;
    top: 180px;
    left: 0;
  }
}
@media (max-width: 767px) {
  #discount .promo-block .promo-subtitle {
    display: none;
  }
}
#discount .promo-block .promo-action {
  font-size: 48px;
  font-weight: 800;
  line-height: 115%;
  margin-bottom: 24px;
}
@media (max-width: 1379px) and (min-width: 1024px) {
  #discount .promo-block .promo-action {
    font-size: 45px;
  }
}
@media (max-width: 1279px) and (min-width: 1024px) {
  #discount .promo-block .promo-action {
    font-size: 40px;
  }
}
@media (max-width: 1023px) {
  #discount .promo-block .promo-action {
    font-size: 48px;
    max-width: 100%;
    margin-bottom: 0;
    max-width: 100%;
  }
}
@media (max-width: 660px) {
  #discount .promo-block .promo-action {
    font-size: 32px;
    max-width: 100%;
    margin-bottom: 0;
  }
}
#discount .promo-block .timer {
  color: #404040;
  font-size: 36px;
  font-weight: 600;
  line-height: 115%;
  width: 200px;
  align-items: center;
  gap: 10px;
  padding: 18px 20px;
  border-radius: 20px;
  background: linear-gradient(88deg, #FFF 2.88%, #FFF 177.73%);
  backdrop-filter: blur(2px);
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 1023px) {
  #discount .promo-block .timer {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (max-width: 400px) {
  #discount .promo-block .timer {
    position: absolute;
    font-size: 24px;
    padding: 8px 20px 8px 11px;
    border-radius: 20px 0 0 20px;
    right: -20px;
    width: auto;
  }
}
#discount .promo-swiper {
  list-style: none;
  padding: 0;
  z-index: 1;
  display: flex;
  max-width: 50%;
}
@media (max-width: 1023px) {
  #discount .promo-swiper {
    display: none;
  }
}
#discount .promo-swiper .swiper-carousel {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
#discount .promo-swiper .swiper-carousel .item-img {
  position: absolute;
  top: 1700px;
  left: 50%;
  max-width: 240px;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.2, 0.7, 0.2, 1);
}
@media (max-width: 1379px) {
  #discount .promo-swiper .swiper-carousel .item-img {
    max-width: 170px;
  }
}
#discount .promo-swiper .swiper-carousel .item-img.--active {
  opacity: 1;
  top: 80px;
  left: 50%;
}
@media (max-width: 1379px) {
  #discount .promo-swiper .swiper-carousel .item-img.--active {
    top: 45px;
    left: calc(50% - 85px);
  }
}
#discount .promo-swiper .swiper-carousel .item-img.--prev {
  opacity: 0.6;
  top: 350px;
  left: 2%;
  transform: rotate(-33deg);
}
@media (max-width: 1379px) {
  #discount .promo-swiper .swiper-carousel .item-img.--prev {
    top: 250px;
  }
}
#discount .promo-swiper .swiper-carousel .item-img.--next {
  opacity: 0.6;
  top: 350px;
  left: 80%;
  transform: rotate(33deg);
}
@media (max-width: 1379px) {
  #discount .promo-swiper .swiper-carousel .item-img.--next {
    top: 200px;
  }
}
#discount .promo-swiper .swiper-carousel .item-img img {
  max-width: 100%;
}
#discount .promo-swiper .swiper-slide {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
#discount .promo-swiper .swiper-slide .item-info {
  max-width: 60%;
  flex: 0 0 60%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 25px;
}
@media (max-width: 1023px) and (min-width: 768px) {
  #discount .promo-swiper .swiper-slide .item-info {
    flex: 0 0 60%;
    max-width: 60%;
  }
}
#discount .promo-swiper .swiper-slide .item {
  padding: 24px;
  border-radius: 10px;
  background: #FFF;
  height: fit-content;
  margin-bottom: 24px;
}
@media (max-width: 1023px) and (min-width: 768px) {
  #discount .promo-swiper .swiper-slide .item {
    margin-bottom: 10px;
  }
}
#discount .promo-swiper .swiper-slide .item .more-absolute {
  right: 16px;
  left: initial;
}
#discount .promo-swiper .swiper-slide .item .product-title {
  color: #404040;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 1379px) {
  #discount .promo-swiper .swiper-slide .item .product-title {
    margin-bottom: 5px;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  #discount .promo-swiper .swiper-slide .item .product-title {
    font-size: 20px;
  }
}
#discount .promo-swiper .swiper-slide .item .description {
  color: #676767;
}
@media (max-width: 1379px) and (min-width: 1024px) {
  #discount .promo-swiper .swiper-slide .item .description {
    display: none;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  #discount .promo-swiper .swiper-slide .item .description {
    display: none;
  }
}
#discount .promo-swiper .swiper-slide .item .brand-icon {
  max-width: 50px;
}
#discount .promo-swiper .swiper-slide .item .summary {
  display: flex;
  flex-direction: row;
  align-items: end;
  gap: 15px;
}
#discount .promo-swiper .swiper-slide .item .price-old {
  color: #676767;
  font-size: 24px;
  font-weight: 700;
}
#discount .promo-swiper .swiper-slide .item .price-new {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
#discount .promo-swiper .swiper-slide .item .buttons-block-product {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#discount .promo-swiper .swiper-slide .item .buttons-block-product .icon:hover svg path {
  fill: #5705A8;
}
#discount .promo-swiper .swiper-slide.swiper-slide-next .item-info {
  position: relative;
  z-index: 1;
}
#discount .promo-swiper .swiper-slide.swiper-slide-next .item-img {
  opacity: 0.5;
  pointer-events: none;
}
#discount .promo-swiper .swiper-slide.swiper-slide-prev .item-info {
  position: relative;
  z-index: 1;
}
#discount .promo-swiper .swiper-slide.swiper-slide-prev .item-img {
  opacity: 0.7;
  pointer-events: none;
}
#discount .promo-swiper .swiper-slide.swiper-slide-active .item-info {
  position: relative;
  z-index: 2;
}
#discount .promo-swiper .swiper-slide.swiper-slide-active .item-img {
  top: 80px;
  left: 0px;
  opacity: 1;
}
#discount .swiperProduct {
  display: none;
}
@media (max-width: 1023px) {
  #discount .swiperProduct {
    overflow: visible;
    display: flex;
    margin-left: 0;
    margin-top: 0;
    max-width: 80%;
    color: #404040;
  }
  #discount .swiperProduct .swiper-slide {
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
  }
  #discount .swiperProduct .swiper-slide-active {
    overflow: visible;
    opacity: 1;
  }
  #discount .swiperProduct .swiper-slide .item {
    max-width: 100%;
    min-height: 450px;
  }
  #discount .swiperProduct .swiper-slide .item .brand-logo {
    max-width: 50px;
    display: none;
  }
  #discount .swiperProduct .swiper-slide .item .image-product {
    z-index: 1;
    transform: translateX(25%);
    max-width: 35%;
  }
}
@media (max-width: 660px) {
  #discount .swiperProduct {
    max-width: 100%;
  }
  #discount .swiperProduct .swiper-slide .item {
    max-width: 100%;
    height: 100%;
    margin-top: 20px;
  }
  #discount .swiperProduct .swiper-slide .item .btn-gradient {
    white-space: nowrap;
  }
  #discount .swiperProduct .swiper-slide .item .image-product {
    z-index: 1;
    transform: translateX(10%);
    bottom: 12px;
    left: 50%;
    max-width: 60%;
  }
}
@media (max-width: 400px) {
  #discount .swiperProduct {
    margin-left: -30px;
  }
  #discount .swiperProduct .swiper-slide .item {
    min-height: initial;
  }
  #discount .swiperProduct .swiper-slide .item .image-product {
    transform: translateX(35%);
  }
}
#discount .swiperProduct .swiper-wrapper {
  max-width: 60%;
}
#discount .swiper-nav {
  position: absolute;
  right: 130px;
  bottom: 90px;
  display: flex;
  justify-content: end;
  gap: 15px;
  z-index: 200;
}
#discount .swiper-nav.--mobile {
  display: none;
}
@media (max-width: 1023px) {
  #discount .swiper-nav.--mobile {
    display: flex;
  }
}
@media (max-width: 1379px) {
  #discount .swiper-nav {
    right: 35px;
    bottom: 25px;
  }
}
@media (max-width: 400px) {
  #discount .swiper-nav {
    justify-content: flex-start;
  }
}
#discount .swiper-button-next-promo,
#discount .swiper-button-prev-promo {
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  color: #fff;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

#category .category-swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

#category .category-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 0;
  right: 0;
  top: 3px;
  pointer-events: none;
  z-index: 99;
}

#category .category-nav .swiper-button-prev-nav, #category .category-nav .swiper-button-next-nav {
  pointer-events: all;
  background: #F4F4F4;
}

#category .category-nav .swiper-button-disabled {
  opacity: 0;
}

#category .category-menu-list {
  display: flex;
  flex-direction: row;
  /*gap: 30px;*/
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: -20px;
  margin-right: -20px;
}

#category .category-menu-item {
  width: auto;
}

#category .category-menu-item:last-child {
  margin-right: 0 !important;
}

#category .category-menu-link {
  padding: 25px 0;
  color: #676767;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

#category .category-menu-link:hover {
  color: #5606A7;
  text-decoration: none;
}

.stickers {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 13px;
}

.sticker {
  height: 21px;
  padding: 1px 8px 1px 20px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 6px;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.275px;
  position: relative;
  background: #EDEDFC;
  display: inline-flex;
  width: fit-content;
}

.sticker:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #7F01FC;
  border-radius: 2px;
}

.sticker.green {
  background: #E1FCEF;
  color: #14804A;
}

.sticker.green:after {
  background: #38A06C;
}

.sticker.orange {
  background: #FCF2E6;
  color: #AA5B00;
}

.sticker.orange:after {
  background: #C97A20;
}

.sticker.red {
  background: #FFEDEF;
  color: #D1293D;
}

.sticker.red:after {
  background: #D1293D;
}

.sticker ~ .sticker {
  margin-left: 12xpx;
}

.position-relative {
  position: relative !important;
}

.more-wrapper {
  position: relative;
}

.more-absolute {
  position: absolute;
  top: 0;
  left: 16px;
  padding: 13px 17px;
  border-radius: 15px;
  background: linear-gradient(88deg, #FFF 2.88%, #FFF 177.73%);
  z-index: 14;
  display: none;
  min-width: 310px;
  box-shadow: 0px -4px 15px 0px rgba(0, 0, 0, 0.1);
}

.more-absolute .more-item {
  padding: 4px 0;
}

.more-absolute .more-link {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.more-absolute {
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  display: none;
  z-index: 1000;
}

a.card {
  color: initial;
}

a .more-absolute .more-link {
  color: #676767;
}

.more-absolute .more-link:hover {
  color: #5606A7;
}

.more-wrapper.is-open > .more-absolute {
  display: flex;
}

#action .banner {
  overflow: hidden;
  position: relative;
  padding-left: 16px;
  padding-right: 16px;
}

#action .banner .progress {
  padding: 0;
}

#action .banner .swiper-progress {
  position: absolute;
  left: 16px;
  right: 16px;
  top: 0px;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.25);
  overflow: hidden;
  z-index: 5;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

#action .banner .swiper-progress > span {
  display: block;
  width: 0%;
  height: 100%;
  border-radius: 60px;
  background: linear-gradient(109deg, #8000FF 9.32%, #51059D 103.37%);
  animation: none;
  transform-origin: left center;
}

@keyframes swiperProgressFill {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
#action .banner .swiper-slide {
  opacity: 0;
  border-radius: 60px;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

#action .banner .swiper-slide-active {
  opacity: 1;
  visibility: visible;
}

#action .banner .mobile {
  display: none;
}

#action .banner .control {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#action .banner .swiper-slide {
  display: flex;
  justify-content: center;
}

#action .banner .swiper-button-prev:after, #action .banner .swiper-button-next:after {
  display: none;
}

#action .banner .swiper-pagination {
  bottom: 68px;
}

#action .banner .swiper-pagination-bullet {
  position: relative;
  width: 72px;
  height: 2px;
  background: #fff;
  opacity: 1;
  margin: 0 4px;
  border-radius: 2px;
  overflow: hidden;
}

#action .banner .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(to right, #7B3FF2, #fff);
  transition: none;
}

#action .banner .swiper-pagination-bullet-active::after {
  animation: bulletProgress 3s linear forwards;
}

@keyframes bulletProgress {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
#action .hero-section {
  position: relative;
  z-index: 9;
  display: flex;
  padding: 50px 88px;
  border-radius: 60px 60px 0 0;
  margin-top: -60px;
  box-shadow: 0 0 60px 0 rgba(255, 255, 255, 0.3) inset;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(12.5px);
}

#action .hero-section:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #c9c9c9;
  box-shadow: 0px -4px 15px 0px rgba(0, 0, 0, 0.4);
}

#action .hero-section .hero-content {
  flex-direction: row;
  display: flex;
  max-width: 100%;
}

#action .hero-section .breadcrumb {
  margin-bottom: 30px;
}

#action .hero-section .hero-left {
  flex: 0 0 50%;
  max-width: 50%;
}

#action .hero-section .hero-left .title-callback {
  font-style: normal;
  font-weight: 400;
  margin-bottom: 40px;
}

#action .hero-section .hero-left .form-control {
  border-radius: 100px;
  border: 1px solid #B3B3B3;
  background: #FFF;
  width: 100%;
  padding: 17px 24px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  color: #D9D9D9;
  margin-top: 14px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

#action .hero-section .hero-left .form-control::placeholder {
  color: #D9D9D9;
}

#action .hero-section .hero-left .policy-agreement {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}

#action .hero-section .hero-left .policy-agreement .primary-gradient-color:hover {
  font-size: 12px;
  font-weight: 400;
}

#action .hero-section .hero-right {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
}

.swiperProduct2 {
  position: relative;
  overflow: hidden;
}

.swiper-button-next-product, .swiper-button-prev-product {
  opacity: 1;
  cursor: pointer;
}

.swiper-button-next-product:hover, .swiper-button-prev-product:hover {
  opacity: 0.7;
}

#action .hero-section .hero-right .swiperProduct0 {
  position: relative;
  overflow: hidden;
  margin-left: 10%;
  margin-top: 20px;
  padding-bottom: 50px;
}

#action .hero-section .hero-right .swiperProduct0 .swiper-slide .item {
  border-radius: 10px;
  border: 1px solid #cecece;
  background: #FAFAFA;
  max-width: 75%;
  padding: 20px 20px 30px;
}

#action .hero-section .hero-right .swiperProduct0 .swiper-slide .item .more {
  background: transparent;
  border: none;
  outline: none;
}

#action .hero-section .hero-right .swiperProduct0 .swiper-slide .item .price-old, #action .hero-section .hero-right .swiperProduct .swiper-slide .item .price-new {
  margin-left: 30px;
}

#action .hero-section .hero-right .swiperProduct0 .swiper-slide .item .title-product {
  margin-top: 16px;
  margin-bottom: 20px;
  margin-left: 30px;
  max-width: 50%;
}

#action .hero-section .hero-right .swiperProduct0 .swiper-slide .item .description {
  margin-left: 30px;
  margin-bottom: 32px;
  max-width: 50%;
}

#action .hero-section .hero-right .swiperProduct0 .swiper-slide .item .list-advantages {
  margin-left: 30px;
  max-width: 50%;
}

#action .hero-section .hero-right .swiperProduct0 .swiper-slide .item .list-advantages .icon--36 {
  border-radius: 50%;
  background: #7F01FC;
}

#action .hero-section .hero-right .swiperProduct0 .swiper-slide .item .list-advantages > li {
  padding: 5px 0;
  display: flex;
  flex-direction: row;
  gap: 10px;
}

#action .hero-section .hero-right .swiperProduct0 .swiper-slide .item .list-advantages > li .description {
  margin: 0;
  padding-top: 3px;
}

#action .hero-section .hero-right .swiperProduct0 .swiper-slide .item .btn-more-info-product {
  position: absolute;
  bottom: 0;
  left: 50px;
  transform: translateY(50%);
  width: 35%;
  z-index: 10;
}

#action .hero-section .hero-right .swiperProduct0 .swiper-slide .item .buttons-block-product {
  position: absolute;
  bottom: -25px;
  right: 50px;
  z-index: 10;
  gap: 20px;
  display: flex;
  flex-direction: column;
}

#action .hero-section .hero-right .swiperProduct0 .swiper-slide .item .buttons-block-product .icon:hover svg path {
  fill: #5705A8;
}

#action .hero-section .hero-right .swiperProduct0 .swiper-slide .item .brand-logo {
  position: absolute;
  top: 5%;
  right: 5%;
  transform: translateX(-15%);
  z-index: 9;
  overflow: hidden;
  display: flex;
  border-radius: 10px;
  max-width: 80px;
}

#action .hero-section .hero-right .swiperProduct0 .swiper-slide .item .image-product {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateX(-15%);
  max-width: 50%;
  top: 15%;
  z-index: 0;
  padding: 0 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

#action .hero-section .hero-right .control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
}

.swiperProduct {
  position: relative;
  overflow: hidden;
  margin-left: 10%;
  margin-top: 20px;
  padding-bottom: 50px;
}

.swiperProduct .swiper-slide .item {
  border-radius: 10px;
  border: 1px solid #ACACAC;
  background: #FAFAFA;
  max-width: 70%;
  padding: 20px 20px 30px;
}

.swiperProduct .swiper-slide .item .more {
  background: transparent;
  border: none;
  outline: none;
}

.swiperProduct .swiper-slide .item .price-old, .swiperProduct .swiper-slide .item .price-new {
  margin-left: 30px;
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
}

.swiperProduct .swiper-slide .item .price-old {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
}

.swiperProduct .swiper-slide .item .price-old .discount, .swiperProduct .swiper-slide .item .price-new .discount {
  margin-left: 15%;
}

.swiperProduct .swiper-slide .item .title-product {
  z-index: 10;
  position: relative;
  margin-top: 16px;
  margin-bottom: 20px;
  margin-left: 30px;
  max-width: 50%;
}

.swiperProduct .swiper-slide .item .description {
  z-index: 10;
  position: relative;
  margin-left: 30px;
  margin-bottom: 32px;
  max-width: 50%;
}

.swiperProduct .swiper-slide .item .list-advantages {
  z-index: 10;
  position: relative;
  margin-left: 30px;
  max-width: 50%;
}

.swiperProduct .swiper-slide .item .list-advantages .icon--36 {
  border-radius: 50%;
  background: #7F01FC;
}

.swiperProduct .swiper-slide .item .list-advantages > li {
  padding: 5px 0;
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.swiperProduct .swiper-slide .item .list-advantages > li .description {
  margin: 0;
  padding-top: 3px;
}

.swiperProduct .swiper-slide .item .btn-more-info-product {
  position: absolute;
  bottom: -15px;
  left: 50px;
  transform: translateY(50%);
  width: 35%;
}

.swiperProduct .swiper-slide .item .buttons-block-product {
  position: absolute;
  bottom: 0;
  right: 50px;
  z-index: 10;
  gap: 20px;
  display: flex;
  flex-direction: column;
}

.swiperProduct .swiper-slide .item .image-product {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateX(-25%);
}

#brand-slider .container {
  padding-top: 0;
  padding-bottom: 0;
}

#brand-slider .brand-carousel {
  --speed: 60;
  --duration: 30s;
  overflow: hidden;
  width: 100%;
  padding: 20px 0;
}

.brand-track {
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
  gap: 16px;
  align-items: center;
  animation: scrollBrands var(--duration) linear infinite;
  will-change: transform;
}

.brand-track a {
  display: inline-flex;
}

@keyframes scrollBrands {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-1 * var(--shift, 50%)));
  }
}
#news {
  padding-bottom: 66px;
  position: relative;
}
#news:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #c9c9c9;
  box-shadow: 0px -4px 15px 0px rgba(0, 0, 0, 0.4);
}
#news .row {
  gap: 24px;
}
@media (max-width: 767px) {
  #news .row {
    overflow-y: hidden;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
    flex-wrap: nowrap;
  }
}
#news .news-item {
  position: relative;
  border-radius: 10px;
  flex: 0 0 auto;
  width: calc(25% - 24px);
  overflow: hidden;
  aspect-ratio: 1/1;
}
@media (max-width: 767px) {
  #news .news-item {
    width: calc(50% - 12px);
  }
}
@media (max-width: 660px) {
  #news .news-item {
    width: calc(50% - 12px);
    aspect-ratio: 1/1.7;
  }
}
#news .news-item .img {
  overflow: hidden;
}
#news .news-item .img img {
  transition: all 0.2s ease-in-out;
  transform: scale(1);
  width: 100%;
}
@media (max-width: 767px) {
  #news .news-item .img img {
    aspect-ratio: 1/1;
    object-fit: cover;
  }
}
@media (max-width: 660px) {
  #news .news-item .img img {
    aspect-ratio: 1/2;
    object-fit: cover;
  }
}
#news .news-item:hover .img img {
  transform: scale(1.1);
}
#news .news-item .content-absolute {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 24px;
}
#news .news-item .content-absolute:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -24px;
  left: -15px;
  right: -15px;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(7, 0, 0, 0.69) 71.35%);
}
#news .news-item .content-absolute .details {
  width: fit-content;
  padding: 8px;
  display: inline-flex;
  margin-left: auto;
  border-radius: 8px;
  color: #fff;
  background: #7F01FE linear-gradient(180deg, #7F01FE 0%, #5705A8 100%);
  position: relative;
  z-index: 2;
}
#news .news-item .content-absolute .details:hover {
  background: #36384A;
  text-decoration: none;
}
#news .news-item .content-absolute .desc {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 105%;
  position: relative;
  z-index: 2;
  padding-left: 20px;
  padding-right: 20px;
}

#popular, #season, #callback {
  background: #fff;
}

#popular .h4, #season .h4, #callback .h4 {
  color: #676767;
}

.popular .swiper-slide {
  height: auto;
}

.popular .swiper-slide .card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.section-title {
  margin-top: 29px;
  margin-bottom: 42px;
}

.discount {
  padding: 5px 6px;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(109deg, #8000FF 9.32%, #51059D 103.37%), #D9D9D9;
}

.price-old {
  text-decoration: line-through;
}

.popular {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.card {
  border-radius: 40px;
  border: 1px solid #CECECE;
  background: #fff;
  position: relative;
  z-index: 2;
  padding: 43px 27px 30px 24px;
  flex: 0 0 auto;
}

.card .more {
  z-index: 10;
  display: flex;
  justify-content: end;
  margin-bottom: 8px;
}

.card .img {
  margin-bottom: 16px;
}

.card .img img {
  aspect-ratio: 1/1;
  object-fit: cover;
}

.card .name {
  margin-top: 10px;
  margin-bottom: 20px;
  flex-grow: 1;
}

.card .summary-price {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.card .price {
  display: flex;
  flex-direction: column;
}

.card .price .price-old {
  text-decoration: line-through;
}

.card .summary-bottom {
  gap: 12px;
  margin-top: 20px;
}

.card .summary-bottom .buy {
  flex: 1;
  border-radius: 8px;
}

.card .summary-bottom .icon--44 {
  border-radius: 8px;
  background: linear-gradient(180deg, #F3EAFD 0%, #F0E3FF 100%);
}

.card .summary-bottom .icon--44:hover svg path {
  fill: #5705A8;
}

.scroll-cards {
  gap: 16px;
}

.card.viewed_item {
  background: transparent;
  display: flex;
  flex-direction: row;
  border: 0;
  padding: 0;
  max-width: calc(33% - 18px);
  border-radius: 16px;
  gap: 16px;
  box-shadow: 0px -4px 15px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.card.viewed_item .image {
  max-width: calc(36% - 18px);
  max-height: 140px;
  padding: 8px 0 8px 8px;
}

.card.viewed_item .image img {
  object-fit: cover;
  max-height: 100%;
  max-width: 100%;
  border-radius: 8px;
}

.card.viewed_item .summary {
  max-width: calc(64% - 18px);
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 8px 8px 8px 0;
}

.card.is-hidden {
  display: none !important;
}

.feed-filters .chip.is-active {
  border-color: #6A03D2;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
}

.btn.btn-border.chip.all {
  position: relative;
}

.all-flters-articles {
  display: none;
  position: absolute;
  left: 0;
  margin-top: 5px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  list-style: none;
  z-index: 10;
  width: 222px;
  gap: 20px;
  flex-direction: column;
  padding: 12px 10px;
}

.all-flters-articles .btn {
  width: 100%;
}

.all-flters-articles.show {
  display: flex;
}

.all-flters-articles li {
  margin: 0;
  padding: 0;
}

ul[type=disc] {
  list-style: disc;
  padding-inline-start: 40px;
}

/*Ya share*/
.ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
}

.ya-share2__list.ya-share2__list_direction_vertical, .ya-share2__list.ya-share2__list_direction_vertical:hover, .ya-share2__container_size_m .ya-share2__title {
  color: #1F1F1F !important;
  -webkit-text-fill-color: #1F1F1F;
}

.callback-block {
  position: relative;
  flex: 0 0 100%;
  text-align: right;
}

.callback-block .img-bg {
  position: relative;
  z-index: 1;
}

.callback-block .img-bg img {
  border-radius: 65px;
}

.callback-block .content-absolute {
  position: absolute;
  top: 54px;
  left: 0;
  border-radius: 60px;
  background: var(--LUNA, linear-gradient(180deg, #7F01FE 0%, #5705A8 100%));
  color: #fff;
  z-index: 2;
  padding: 54px 50px 62px 88px;
  text-align: left;
}

.callback-block .btn-callback {
  position: absolute;
  z-index: 2;
  bottom: 40px;
  left: 0;
  right: 0;
  width: max-content;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 25px 140px;
  border-radius: 50px;
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 105%;
}

#callback {
  z-index: initial;
  padding-bottom: 40px;
}

#callback .modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 1000;
}

#callback .modal.is-open {
  display: flex;
}

#callback .modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
}

#callback .form-card {
  position: relative;
  margin: auto;
  max-width: 800px;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 60px 0 rgba(255, 255, 255, 0.3) inset;
  filter: drop-shadow(0 0 250px #000);
  backdrop-filter: blur(7.5px);
  padding: 20px 63px;
  overflow: hidden;
  border-radius: 60px;
  align-items: center;
}

#callback .form-card__close {
  position: absolute;
  top: 30px;
  right: 67px;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  background: linear-gradient(180deg, #7F01FE 0%, #5705A8 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(87, 5, 168, 0.35);
  padding: 14px;
}

#callback .form-card__title {
  margin: 6px 0 18px;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 105%;
  color: #222;
  text-transform: uppercase;
}

#callback .form {
  color: #222;
}

#callback .form__subtitle {
  margin: 22px 0 14px;
  text-transform: uppercase;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 105%;
}

#callback .form__grid {
  display: grid;
}

#callback .form__grid--two {
  grid-template-columns: 1fr 1fr;
  gap: 58px;
}

#callback .form__grid.form__grid--two:not(.form__grid--gap-lg) .input {
  height: 55px;
}

#callback .form__stack {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-self: start;
}

#callback .field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#callback .field__label {
  color: #2b2b2b;
  text-transform: uppercase;
  font-size: 14px;
}

#callback .input {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #fff;
  border-radius: 999px;
  padding: 14px 18px 14px 40px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04) inset;
}

#callback .input::placeholder {
  color: #B9B9B9;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}

#callback .upload {
  padding: 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  border-radius: 100px;
  border: 1px solid #B3B3B3;
  background: #FFF;
  height: fit-content;
}

#callback .upload__input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

#callback .upload__label {
  outline: none;
  cursor: pointer;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 18px;
  border-radius: 28px;
  width: 100%;
}

#callback .upload__icon {
  margin-bottom: 8px;
}

#callback .upload__title {
  margin-bottom: 6px;
  text-transform: uppercase;
}

#callback .upload__hint {
  color: #7b7b7b;
  max-width: 280px;
  font-size: 12px;
}

#callback .upload__list {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  width: 100%;
  max-width: 300px;
}

#callback .upload__list li {
  color: #333;
  padding: 6px 8px;
  border-radius: 8px;
  background: #f4f4f6;
  margin-top: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#callback .form__link {
  margin-top: 48px;
  display: flex;
  justify-content: center;
  color: #6a38c5;
  text-decoration: none;
}

#callback .demo-open {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 10;
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  cursor: pointer;
}

#articles {
  background: #F4F4F4;
  padding-top: 44px;
  padding-bottom: 47px;
}

#articles .card {
  border-radius: 30px;
  border: 1px solid #CECECE;
  background: #FAFAFA;
  position: relative;
  z-index: 2;
  padding: 43px 27px 30px 24px;
  flex: 0 0 auto;
  max-width: calc(25% - 18px);
}

#articles .card .img {
  margin-bottom: 16px;
}

#articles .card .name {
  margin-top: 10px;
  margin-bottom: 20px;
}

#articles .container-articles {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  align-items: end;
  grid-auto-rows: auto;
  gap: 20px;
  grid-auto-flow: row;
  grid-template-areas: "filter filter filter filter filter filter filter divan divan divan divan divan" "ideal_divan ideal_divan ideal_divan ideal_divan ideal_divan ideal_divan ideal_divan divan divan divan divan divan" "ideal_divan ideal_divan ideal_divan ideal_divan ideal_divan ideal_divan ideal_divan table table table table table" "ideal_divan ideal_divan ideal_divan ideal_divan ideal_divan ideal_divan ideal_divan table table table table table" "interier interier interier dining_table dining_table dining_table chair chair chair armchair armchair armchair";
  /*grid-template-areas: "ideal_divan ideal_divan ideal_divan ideal_divan ideal_divan ideal_divan ideal_divan divan divan divan divan divan" "ideal_divan ideal_divan ideal_divan ideal_divan ideal_divan ideal_divan ideal_divan table table table table table" "ideal_divan ideal_divan ideal_divan ideal_divan ideal_divan ideal_divan ideal_divan table table table table table" "interier interier interier dining_table dining_table dining_table chair chair chair armchair armchair armchair";*/
}

#articles .grid_item {
  height: fit-content;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

#articles .grid_item:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  content: "";
  border-radius: 10px;
  background: linear-gradient(80deg, rgba(0, 0, 0, 0.4) 1.39%, rgba(0, 0, 0, 0) 100.5%);
}

#articles .grid_item.article img {
  aspect-ratio: 1.734;
}

#articles .grid_item img {
  transform: scale(1.05);
  transition: transform 0.5s ease;
}

#articles .grid_item:hover img {
  transform: scale(1.105);
}

#articles .table {
  grid-area: table;
}

#articles .divan {
  grid-area: divan;
}

#articles .filter {
  grid-area: filter;
  /*display: none;*/
  overflow: visible;
}

#articles .filter:before {
  display: none;
}

#articles .ideal_divan {
  grid-area: ideal_divan;
  height: 100%;
}

#articles .ideal_divan img {
  aspect-ratio: 2.1/1;
  object-fit: cover;
  border-radius: 10px;
  height: 100%;
}

#articles .interier {
  grid-area: interier;
}

#articles .dining_table {
  grid-area: dining_table;
}

#articles .chair {
  grid-area: chair;
}

#articles .armchair {
  grid-area: armchair;
}

#articles .label {
  position: absolute;
  top: 12px;
  right: 20px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: linear-gradient(180deg, #7F01FE 0%, #5705A8 100%);
  font-size: 11px;
  font-weight: 600;
  line-height: 20px;
  color: #fff;
  letter-spacing: 0.275px;
  z-index: 10;
}

#articles .label:hover {
  background: linear-gradient(109deg, #36384A 9.32%, #36384A 103.37%);
  color: #fff;
}

#articles .text-absolute {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  z-index: 10;
  font-family: Montserrat, sans-serif;
}

#articles .text-absolute.fz-small {
  font-size: 18px;
  font-style: normal;
  max-width: 80%;
}

#head {
  padding-bottom: 64px;
  background: #fff;
}

#head .image {
  text-align: center;
}

#head .breadcrumbs-list {
  border-radius: 16px;
  background: #F9F5FF;
  mix-blend-mode: multiply;
  display: inline-flex;
  align-items: center;
  padding: 4px 12px 4px 4px;
  font-size: 12px;
  gap: 8px;
  margin-bottom: 22px;
}

#head .breadcrumbs-list .breadcrumbs-item-link:first-child {
  padding: 2px 8px;
  border-radius: 16px;
  border: 1px solid #E9D7FE;
  position: relative;
  z-index: 2;
}

#head .breadcrumbs-list .breadcrumbs-item-link:first-child::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 16px;
  background: #fff;
}

#head .title {
  max-width: 66%;
  margin-bottom: 24px;
}

#all-articles {
  position: relative;
  background: #Fff;
  padding-top: 24px;
  padding-bottom: 24px;
}

#all-articles:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 10px;
  background: #F4F4F4;
}

#all-articles .head {
  align-items: start;
}

#all-articles .mb-64 {
  margin-bottom: 64px;
}

#all-articles .articles {
  margin-bottom: 12px;
}

#all-articles .title {
  margin-bottom: 20px;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.72px;
}

#all-articles .subtitle {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

#all-articles .articles-list {
  gap: 32px;
}

#all-articles .articles-list .item {
  flex: 0 0 auto;
  width: calc(33.3333333% - 24px);
}

#all-articles .articles-list .item .image {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 32px;
  max-height: 280px;
}

#all-articles .articles-list .item .image img {
  object-fit: cover;
}

#all-articles .articles-list .item .title {
  margin-bottom: 12px;
}

#all-articles .articles-list .item .tags {
  margin-bottom: 12px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 12px;
}

#all-articles .articles-list .item .tags .tag {
  padding: 4px 8px;
  border-radius: 4px;
  background: #F4F4F4;
  font-size: 11px;
  font-weight: 600;
}

.tabs {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  position: relative;
}

.tabs__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-width: 0;
}

.tabs .tab {
  white-space: nowrap;
  height: 70px;
}

.tabs__more {
  position: relative;
  flex: 0 0 auto;
  display: none;
}

.tabs__more-btn {
  padding-left: 0;
  padding-right: 0;
  height: 70px;
}

.tabs__more-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  list-style: none;
  margin: 0;
  padding: 8px;
  border: 1px solid #E5E5EA;
  border-radius: 12px;
  background: #fff;
  display: none;
  z-index: 1000;
  min-width: 220px;
}

.tabs__more-menu li {
  margin: 4px 0;
}

.tabs__more-menu .tab {
  display: block;
  width: 100%;
  height: auto;
}

#viewed {
  background: #fff;
  padding-top: 42px;
  padding-bottom: 152px;
}

#other {
  background: #fff;
  padding-bottom: 150px;
}

#other .promo-block {
  padding: 24px;
  flex: 1 1 calc(33.333% - 20px);
  border-radius: 15px;
  background: #F4F4F4;
  position: relative;
  flex-direction: column;
}

#other .promo-block .uppercase {
  font-size: 16px;
  font-weight: 600;
  margin-top: 30px;
  display: inline-block;
  text-transform: uppercase;
}

#other .promo-block.wide {
  flex: 1 1 calc(66.333% - 20px);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background: transparent;
  padding: 0;
}

#other .promo-block .h2 {
  margin-bottom: 32px;
}

#other .promo-block .h2, #other .promo-block p, #other .promo-block a {
  position: relative;
  z-index: 2;
}

#other .promo-block img {
  position: absolute;
  bottom: 0;
  right: -15%;
  z-index: 0;
}

#other .promo-block.email {
  flex: 0 0 100%;
}

#other .promo-block.email .consent__text a {
  background: linear-gradient(109deg, #8000FF 9.32%, #51059D 103.37%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#other .promo-block.email img {
  bottom: initial;
  top: 0;
}

#other .promo-block.action, #other .promo-block.help {
  max-width: 90%;
}

#other .max-width-75 {
  max-width: 75%;
}

#other .email-form {
  display: flex;
  margin-top: 16px;
  gap: 12px;
  position: relative;
  flex-direction: column;
}

#other .email-form .input-email {
  flex: 1;
  padding: 16px 23px;
  font-size: 16px;
  border-radius: 100px;
  border: 1px solid #B3B3B3;
  background: #FFF;
}

#other .email-form .input-email::placeholder {
  color: #B3B3B3;
}

#other .email-form .btn {
  position: absolute;
  top: 7px;
  right: calc(25% + 12px);
  height: 38px;
  max-height: 38px;
}

#other small {
  display: block;
  margin-top: 12px;
  color: #777;
  font-size: 12px;
  max-width: 50%;
}

#other small.primary-gradient-color {
  font-size: 12px !important;
}

#news-cover .news-cover-item,
#news-cover .articles-cover {
  flex: 0 0 50%;
  max-width: 50%;
  cursor: pointer;
}

#news-cover .news-cover-item {
  display: flex;
  position: relative;
}

#news-cover .news-cover-item .text-absolute {
  left: 27%;
  right: 10%;
}

#news-cover .news-cover-item .text-absolute .text {
  font-size: 24px;
  font-weight: 700;
}

#news-cover .news-cover-item .image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#news-cover .news-cover-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#news-cover .articles-cover {
  display: flex;
  flex-direction: column;
  line-height: 0;
}

#news-cover .news-cover-item img,
#news-cover .articles-cover-item img {
  transition: transform 0.3s ease;
  transform: scale(1);
}

#news-cover .news-cover-item:hover img,
#news-cover .articles-cover-item:hover img {
  transform: scale(1.1);
}

#news-cover .articles-cover .articles-cover-item {
  flex: 1;
  display: flex;
  position: relative;
}

#news-cover .articles-cover .articles-cover-item .text-absolute {
  left: 10%;
  right: 27%;
}

#news-cover .articles-cover .articles-cover-item .text-absolute .type {
  font-size: 14px;
}

#news-cover .articles-cover .articles-cover-item .text-absolute .title {
  font-size: 24px;
}

#news-cover .articles-cover .articles-cover-item .image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#news-cover .articles-cover .articles-cover-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#news-cover .image {
  position: relative;
}

#news-cover .image:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 33.26%, rgba(0, 0, 0, 0.65) 80.43%, rgba(0, 0, 0, 0.8) 100%);
}

#news-cover .text-absolute {
  position: absolute;
  bottom: 60px;
  z-index: 10;
}

#news-cover .text-absolute .type {
  color: #9E9E9E;
}

#news-cover .text-absolute .title, #news-cover .text-absolute .time {
  color: #fff;
}

#news-cover .text-absolute .title {
  font-size: 36px;
  font-weight: 700;
  line-height: 105%;
}

#news-cover .text-absolute .time {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

#stories .stories {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

#stories .stories .stories-item {
  display: flex;
  flex-direction: column;
  max-width: 82px;
  word-break: break-word;
  text-align: center;
}

#stories .stories .stories-item .text {
  padding: 12px 7px;
}

#stories .stories .stories-item .img {
  border-radius: 50%;
  border: 1px solid #7F01FE;
  overflow: hidden;
  width: 82px;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feed__header {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.feed__more {
  display: flex;
  justify-content: center;
  margin: 24px 0 8px;
}

.feed-tabs {
  display: flex;
  gap: 30px;
}

.feed-tabs__link {
  font-size: 36px;
  font-weight: 400;
  line-height: 105%;
  color: #676767;
}

.feed-tabs__link:hover {
  font-size: 36px;
  font-weight: 400;
}

.feed-tabs__link.is-active {
  font-weight: 700;
  color: #404040;
}

.feed-view {
  display: inline-flex;
  gap: 8px;
}

.feed-view__btn svg {
  transition: all 0.5s ease-in-out;
}

.feed-view__btn[aria-pressed=true] svg:first-child {
  display: none;
}

.feed-view__btn[aria-pressed=true] svg:last-child {
  display: block;
}

.feed-view__btn[aria-pressed=false] svg:first-child {
  display: block;
}

.feed-view__btn[aria-pressed=false] svg:last-child {
  display: none;
}

.feed-view__btn:active {
  transform: translateY(1px);
}

.chip.is-active {
  color: #fff;
  background: linear-gradient(109deg, #8000FF 9.32%, #51059D 103.37%);
  border-color: #7b2cff;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
}

.chip.all {
  padding-left: 8px;
  padding-right: 8px;
}

.chip:hover svg path {
  fill: white;
}

.feed-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 12px 0 20px;
}

.feed-filters .chip {
  background: linear-gradient(180deg, #7F01FE 0%, #5705A8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.feed .feed-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(12, 1fr);
}

@media (max-width: 1200px) {
  .feed .feed-grid {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .menu-button .menu-label {
    display: none;
  }
  #action .hero-section .hero-right {
    /*display: none;*/
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    z-index: 0;
  }
  #action .hero-right .control {
    display: none !important;
  }
  #action .hero-section .hero-right .swiperProduct0 {
    height: 100%;
  }
  #action .hero-section .hero-right .swiperProduct0 .swiper-slide .item {
    border: 0;
    background: transparent;
    max-width: 100%;
  }
  #action .hero-right .swiper-slide .item *:not(.image-product, .btn-more-info-product):not(.image-product *, .btn-more-info-product *) {
    display: none !important;
  }
  #action .hero-section .hero-right .swiperProduct0 .swiper-slide .item .image-product {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: initial;
    max-width: 50%;
    z-index: 0;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  #action .hero-section .hero-right .swiperProduct0 .swiper-slide .item .image-product img {
    max-width: 80%;
  }
  #action .hero-section .hero-right .swiperProduct0 .swiper-slide .item .btn-more-info-product {
    right: 50px;
    bottom: 60px;
    left: initial;
  }
  .swiper-slide-next .item-info,
  .swiper-slide-prev .item-info {
    opacity: 0;
  }
  .card.viewed_item {
    max-width: calc(44% - 18px);
  }
}
@media (max-width: 767px) {
  .feed .feed-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.feed .feed-grid--grid .card {
  padding: 20px;
  grid-column: span 6;
  display: flex;
  flex-direction: row-reverse;
  background: #FFF;
}

@media (max-width: 1200px) {
  .feed .feed-grid--grid .card {
    grid-column: span 4;
  }
}
@media (max-width: 767px) {
  .feed .feed-grid--grid .card {
    grid-column: span 4;
    flex-direction: column;
  }
}
.feed .feed-grid--grid .card__meta {
  display: none;
}

.feed .feed-grid--grid .card--h .card__media {
  aspect-ratio: 16/9;
  flex: 1 0 clamp(220px, 50%, 320px);
}

.feed .feed-grid--grid .card--h .card__media img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.feed .feed-grid--grid .card__body {
  position: relative;
  flex: 0 0 50%;
  max-width: 50%;
}

.feed .feed-grid--grid .card__body:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: -10px;
  width: 100%;
  height: 79px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, #FFF 100%);
}

.feed .feed-grid--grid .card__excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.feed .feed-grid--masonry {
  grid-auto-rows: 6px;
  align-items: start;
}

.feed .feed-grid--masonry .card {
  grid-column: span 6;
}

@media (max-width: 1200px) {
  .feed .feed-grid--masonry .card {
    grid-column: span 4;
  }
}
@media (max-width: 767px) {
  .feed .feed-grid--masonry .card {
    grid-column: span 4;
  }
}
.feed .feed-grid--masonry .card__media img {
  width: 100%;
  height: auto;
  display: block;
}

.feed .card {
  border-radius: 16px;
  overflow: hidden;
  border: none;
}

.feed .card__media {
  display: block;
}

.feed .card__body {
  padding: 14px 16px 16px;
  display: grid;
  gap: 10px;
}

.feed .card__tags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.feed .card__tags .tag {
  border-radius: 4px;
  background: #F4F4F4;
  font-size: 11px;
  font-weight: 600;
  height: 21px;
  padding: 1px 8px;
  line-height: 21px;
}

.feed .card__title {
  color: #404040;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 105%;
  margin: 0;
}

.feed .card__excerpt {
  color: #666;
  margin: 0;
}

.feed .card__meta {
  display: flex;
  gap: 8px;
  align-items: center;
  color: #888;
  font-size: 14px;
}

.feed .card--h {
  display: flex;
  gap: 14px;
  align-items: stretch;
}

.feed .card--h .card__media {
  flex: 0 0 clamp(220px, 35%, 320px);
  aspect-ratio: 4/3;
  overflow: hidden;
}

.feed .card--h .card__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 16px;
}

.feed .card--h .card__body {
  flex: 1 1 auto;
  padding: 12px 12px 14px;
  display: grid;
  gap: 10px;
}

#content {
  background: #fff;
}

#content .mb-24 {
  margin-bottom: 24px;
}

#content .gap96 {
  gap: 96px;
}

#content .autor {
  margin-right: 64px;
  gap: 12px;
}

#content .published {
  gap: 12px;
}

#content .primary {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

#content .name, #content .date {
  color: #404040;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

#content .buttons {
  gap: 12px;
}

#content .left {
  flex: 0 0 auto;
  max-width: calc(66.66666667% - 48px);
}

#content .left .small-text-desc {
  margin-bottom: 32px;
}

#content .left hr {
  margin-bottom: 48px;
}

#content .left .firtst-title {
  margin-bottom: 24px;
}

#content .left .first-subtitle {
  margin-bottom: 48px;
}

#content .left .quote {
  position: relative;
  padding-left: 20px;
  margin-bottom: 48px;
}

#content .left .quote .quote__title {
  margin-bottom: 32px;
}

#content .left .quote:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 2px;
  background: var(--LUNA, linear-gradient(180deg, #7F01FE 0%, #5705A8 100%));
}

#content .right {
  flex: 0 0 auto;
  max-width: calc(33.33333333% - 48px);
}

#content .right .item {
  border-radius: 16px;
  background: #F9F5FF;
  padding: 32px 32px 40px;
  display: flex;
  flex-direction: column;
}

#content .right .item .icon {
  background: #fff;
  padding: 14px;
  border-radius: 50%;
  margin-bottom: 32px;
  width: 56px;
  height: 56px;
}

#content .right .item .subscribe-title {
  margin-bottom: 12px;
}

#content .right .item .subscribe-subtitle {
  margin-bottom: 32px;
}

#content .right .item .subscribe-input {
  position: relative;
}

#content .right .item .subscribe-input .icon-input {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
}

#content .right .item .subscribe-input__field {
  width: 100%;
  background: #fff;
  padding: 14px 18px 14px 40px;
  border-radius: 8px;
  border: 1px solid #D5D7DA;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04) inset;
  margin-bottom: 8px;
  outline: none;
}

#content .right .item .subscribe-input__field::placeholder {
  color: #B9B9B9;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}

#content .right .item .subscribe-consent {
  margin-bottom: 16px;
}

.consent__box {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  box-sizing: border-box;
  border: 1px solid #5705A8;
  background: transparent;
  display: inline-grid;
  place-items: center;
  flex: 0 0 18px;
  transition: border-color 120ms ease, background-color 120ms ease, box-shadow 120ms ease;
}

.consent__text, .consent__text a {
  font-size: 12px;
  font-weight: 400;
}

.subscribe-button {
  margin-top: 8px;
}

.consent__checkbox {
  display: none;
  visibility: hidden;
  opacity: 0;
}

.consent__box svg {
  transform: scale(0);
  transition: transform 120ms ease;
  fill: #fff;
}

.consent__checkbox:checked + .consent__box {
  background: #5705A8;
  border-color: #5705A8;
}

.consent__checkbox:checked + .consent__box svg {
  transform: scale(1);
}

.subscribe-consent.subscribe-consent-popup .consent__text, .subscribe-consent.subscribe-consent-popup a {
  font-size: 12px;
  font-weight: 400;
}

.popup-content .close-nav {
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
}

.personal-action .icon-big {
  padding-top: 50px;
  display: flex;
  justify-content: center;
}

.personal-action .text {
  display: flex;
  justify-content: center;
  padding: 40px 100px;
  text-align: center;
}

.personal-action .desc {
  display: flex;
  justify-content: center;
  padding: 20px 90px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}

.popup {
  position: fixed;
  inset: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.popup.active {
  opacity: 1;
  pointer-events: auto;
}

.popup-content {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  max-width: 490px;
  width: 100%;
  position: relative;
  transform: translateX(-100%);
  transition: transform 0.4s ease;
}

.popup.active .popup-content {
  transform: translateX(0);
}

.personal-action {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

footer {
  position: relative;
  background: radial-gradient(circle at center, #3c0069, #1a0032);
  color: white;
  padding-top: 30px;
  padding-bottom: 172px;
  overflow: hidden;
}
footer .language-button {
  color: #FFF;
  display: flex;
  align-items: center;
  gap: 10px;
}
footer .footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}
footer .footer-logo-block {
  border-bottom: 1px solid #EBEBEB;
  padding-bottom: 25px;
  align-items: end;
}
footer .footer-copy {
  color: #C8C8C8;
  font-size: 14px;
  font-weight: 400;
  max-width: 70%;
}
footer .footer-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
footer .footer-columns .footer-column {
  flex: 0 0 calc(25% - 30px);
  max-width: calc(25% - 30px);
  display: flex;
  flex-direction: column;
}
footer .footer-columns .footer-column .h3 {
  margin-bottom: 20px;
}
footer .footer-columns .footer-column ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
footer .footer-columns .footer-column a.f-links {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
}
footer .footer-columns .footer-column a.f-links:hover {
  text-decoration: none;
  opacity: 0.7;
}
footer .footer-columns .footer-column h4 {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 600;
}
footer .pl-5 {
  padding-left: 5%;
}
footer .footer-links {
  border-top: 1px solid #EBEBEB;
  margin-top: 40px;
  padding-top: 20px;
}
footer .footer-links .links {
  display: flex;
  gap: 40px;
}
footer .footer-links .links > div {
  flex: 0 0 calc(25% - 30px);
  max-width: calc(25% - 30px);
}
footer .footer-links a {
  color: #727272;
  font-size: 16px;
  font-weight: 400;
}
footer .footer-links a:hover {
  color: #fff;
}

.footer-bg {
  opacity: 0.22;
  filter: drop-shadow(0 0 185.8px #000);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  transform-origin: center center;
  animation: rotate-bg 60s linear infinite;
  z-index: 0;
  pointer-events: none;
}

footer *:not(.footer-bg) {
  position: relative;
  z-index: 1;
}

@keyframes rotate-bg {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.f-nav-fixed {
  display: none;
}
@media (max-width: 1023px) {
  .f-nav-fixed {
    display: flex;
    justify-content: space-between;
    position: fixed !important;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999 !important;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 30px 0 rgba(255, 255, 255, 0.3) inset;
    backdrop-filter: blur(12.5px);
  }
}
@media (max-width: 1023px) {
  .f-nav-fixed .btn-open-nav {
    display: flex;
    margin-right: 36px;
    margin-left: 36px;
  }
}
@media (max-width: 400px) {
  .f-nav-fixed .btn-open-nav {
    margin-left: 0;
  }
}
@media (max-width: 1023px) {
  .f-nav-fixed .btn-open-nav .btn-gradient {
    border-radius: 20px 20px 0 0;
  }
}
@media (max-width: 400px) {
  .f-nav-fixed .btn-open-nav .btn-gradient {
    border-radius: 0 20px 20px 0;
    padding-left: 24px;
    padding-right: 24px;
  }
  .f-nav-fixed .btn-open-nav .btn-gradient svg {
    width: 29px;
    height: 20px;
  }
}
@media (max-width: 1023px) {
  .f-nav-fixed .f-menu-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-radius: 20px 0 0 0;
    padding: 18px 22px 18px 0;
  }
  .f-nav-fixed .f-menu-buttons .f-menu-button {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 400px) {
  .f-nav-fixed .f-menu-buttons .f-menu-button {
    max-width: 22px;
    max-height: 22px;
  }
}

.mobile {
  display: none !important;
}

.desktop {
  display: flex !important;
}

@media (max-width: 767px) {
  header .logo {
    width: 25%;
  }
  .scroll-fixed.fixed .phone-time-work {
    display: none;
  }
  #action .hero-section {
    padding: 38px 25px;
    transform: initial;
  }
  #action .hero-section .hero-left {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #action .hero-section .hero-left .policy-agreement {
    text-align: center;
  }
  #action .hero-section .hero-left {
    z-index: 2;
    position: relative;
  }
  #action .hero-section .hero-right {
    /*display: none;*/
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    z-index: 0;
  }
  #action .hero-right .control {
    display: none !important;
  }
  #action .hero-section .hero-right .swiperProduct0 {
    height: 100%;
  }
  #action .hero-section .hero-right .swiperProduct0 .swiper-slide .item {
    border: 0;
    background: transparent;
    max-width: 100%;
  }
  #action .hero-right .swiper-slide .item *:not(.image-product):not(.image-product *) {
    display: none !important;
  }
  #action .hero-section .hero-right .swiperProduct0 .swiper-slide .item .image-product {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-70%);
    max-width: 50%;
    opacity: 0.5;
    z-index: 0;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .feed-filters {
    overflow-y: hidden;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
    flex-wrap: nowrap;
  }
  .feed-filters .chip {
    white-space: nowrap;
  }
  #callback {
    padding-top: 90px;
  }
  #callback .container.p0 {
    padding: 0;
  }
  #callback .callback-block .img-bg img {
    aspect-ratio: 1/0.7;
    object-fit: cover;
    border-radius: 0;
  }
  #callback .content-absolute {
    border-radius: 0 60px 60px 0;
    padding: 54px 50px 62px 22px;
  }
  #callback .btn-callback {
    font-size: 24px;
    right: -25%;
  }
  #articles .section-title {
    margin-bottom: 0;
  }
  #articles .container-articles {
    grid-template-columns: repeat(12, 1fr);
    grid-template-areas: "filter filter filter filter filter filter filter filter filter filter filter filter" "dining_table dining_table dining_table dining_table dining_table dining_table dining_table dining_table dining_table dining_table dining_table dining_table" "interier interier interier interier interier interier interier interier interier interier interier interier";
  }
  #articles .table, #articles .divan, #articles .ideal_divan {
    display: none !important;
  }
  #articles .dining_table, #articles .interier {
    display: flex !important;
    aspect-ratio: 1/0.5 !important;
  }
  #articles .dining_table img, #articles .interier img {
    aspect-ratio: 2/1 !important;
  }
  #articles .h1 {
    font-size: 36px;
  }
  #articles .section-title {
    margin-bottom: 50px;
  }
  #viewed {
    padding-bottom: 0;
  }
  #viewed .scroll-cards {
    overflow-y: hidden;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
    flex-wrap: nowrap;
  }
  #viewed .card.viewed_item {
    max-width: 50%;
    scroll-snap-align: start;
  }
  #other {
    padding-top: 150px;
  }
  #other .desktop {
    display: none !important;
  }
  #other .row {
    flex-wrap: wrap;
  }
  #other .promo-block {
    padding: 24px;
    flex: 0 0 100%;
    border-radius: 15px;
    position: relative;
  }
  #other .promo-block.action p {
    max-width: 70%;
  }
  #other .promo-block .uppercase {
    margin-top: 30px;
  }
  #other .promo-block.wide {
    flex: 0 0 100%;
  }
  #other .promo-block .h2 {
    font-size: 24px;
    margin-bottom: 25px;
  }
  #other .promo-block img {
    position: absolute;
    bottom: 0;
    right: -30%;
    z-index: 0;
  }
  #other .promo-block.email {
    flex: 0 0 100%;
  }
  #other .promo-block.email img {
    bottom: initial;
    top: 0;
  }
  #other .promo-block.action, #other .promo-block.help {
    max-width: 100%;
  }
  #other .max-width-75 {
    max-width: 70%;
  }
  #other .email-form {
    z-index: 9;
  }
  #other .email-form .btn {
    right: calc(30% + 12px);
  }
  #other .email-form.max-width-75 {
    max-width: 70%;
  }
  #other .email-form .max-width-75 {
    max-width: 70%;
  }
  #other small {
    max-width: 75%;
  }
  footer .footer-columns {
    gap: 14px;
  }
  footer .footer-columns .footer-column {
    max-width: 100%;
    flex: 0 0 100%;
  }
  footer .footer-columns .footer-column ul {
    display: none;
  }
  footer .footer-columns .footer-column .h3 {
    cursor: pointer;
    position: relative;
    padding-right: 24px;
    font-weight: 500;
  }
  footer .footer-columns .footer-column .h3:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 10px;
    height: 18px;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='18' viewBox='0 0 10 18' fill='none'%3E%3Cpath d='M9 1L1 9L9 17' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    transition: transform 0.2s ease;
  }
  footer .footer-columns .footer-column.is-open .h3::after {
    transform: rotate(-90deg);
  }
  footer .footer-columns .footer-column.is-open ul {
    display: block;
  }
  footer .footer-bottom .footer-links {
    display: flex;
    flex-direction: row;
  }
  footer .footer-bottom .footer-links .links {
    text-align: right;
    flex-direction: column;
  }
  footer .footer-bottom .footer-links .links a {
    white-space: nowrap;
  }
  footer .footer-links .links > div {
    max-width: none;
  }
  footer .footer-links .links {
    gap: 12px;
  }
  .floating-search {
    position: fixed;
    top: 0;
    left: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transform: translateY(-150%);
    transition: transform 0.3s ease;
    z-index: 1000;
  }
  .floating-search .logo {
    width: 85px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 12px 12px;
    background: linear-gradient(109deg, #8000FF 9.32%, #51059D 103.37%), #D9D9D9;
  }
  .floating-search .search-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    transition: all 0.3s ease;
  }
  .floating-search .search-input-float {
    opacity: 0;
    visibility: hidden;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 24px;
    padding: 0;
    flex: 1 1 auto;
    background: white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    width: 0;
  }
  .floating-search .search-btn {
    border-radius: 20px;
    border: 1px solid rgba(128, 128, 128, 0.5);
    background: #F9F9F9;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    gap: 10px;
    padding: 16px;
  }
  .floating-search .search-container.active {
    width: 100%;
    margin-left: 16px;
  }
  .floating-search .search-container.active .search-input-float {
    opacity: 1;
    visibility: visible;
    width: 100%;
    max-width: 100%;
    padding: 19px 16px;
  }
  .floating-search.show {
    transform: translateY(0);
  }
}
@media (max-width: 660px) {
  .fixed-top {
    display: none;
  }
  .mobile {
    display: flex !important;
  }
  .desktop {
    display: none !important;
  }
  .container {
    max-width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }
  header .h-top .tray {
    padding: 13px;
    font-size: 12px;
  }
  .h-center .logo-mobile, .h-center .action {
    display: flex;
  }
  .logo {
    display: none;
  }
  .side-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 80px;
    border-radius: 0;
  }
  .side-menu .side-menu-list-left {
    flex: 0 0 35%;
    max-width: 35%;
  }
  .side-menu .side-menu-list-right {
    flex: 0 0 65%;
    max-width: 65%;
    padding: 20px 30px;
  }
  .side-menu .side-menu-list-left li {
    padding: 12px;
  }
  #action .banner {
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
  }
  #action .banner .mobile {
    display: block;
  }
  #action .banner .desktop {
    display: none;
  }
  #action .banner .swiper-pagination {
    bottom: 20px;
  }
  #action .hero-section {
    border-radius: 0;
    margin-right: -12px;
    margin-left: -12px;
    margin-top: 0;
  }
  .swiperProduct .swiper-slide .item .description {
    margin-left: 10px;
  }
  .swiperProduct .swiper-slide .item .title-product {
    margin-left: 10px;
  }
  .swiperProduct .swiper-slide .item .price-old, .swiperProduct .swiper-slide .item .price-new,
  .swiperProduct .swiper-slide .item .price-old, .swiperProduct .swiper-slide .item .price-old {
    margin-left: 10px;
  }
  .swiperProduct .swiper-slide .item .price-old .discount, .swiperProduct .swiper-slide .item .price-new .discount {
    margin-left: 10px;
  }
  .swiperProduct .swiper-slide .item .list-advantages {
    margin-left: 10px;
  }
  #popular, #season, #articles {
    padding-top: 80px;
  }
  #popular .all-link .text-link, #season .all-link .text-link, #articles .all-link .text-link {
    display: none;
  }
  #articles .grid_item {
    aspect-ratio: 1/0.8;
  }
  #articles .grid_item img {
    object-fit: cover;
    aspect-ratio: 1/0.8;
  }
  #other {
    padding-top: 100px;
  }
  #other .desktop {
    display: none !important;
  }
  #other .row {
    flex-wrap: wrap;
  }
  #other .promo-block {
    padding: 24px;
    flex: 0 0 100%;
    border-radius: 15px;
    position: relative;
  }
  #other .promo-block .uppercase {
    margin-top: 30px;
  }
  #other .promo-block.wide {
    flex: 0 0 100%;
  }
  #other .promo-block .h2 {
    font-size: 24px;
    margin-bottom: 25px;
  }
  #other .promo-block img {
    position: absolute;
    bottom: 0;
    right: -45%;
    z-index: 0;
  }
  #other .promo-block.email {
    flex: 0 0 100%;
  }
  #other .promo-block.email img {
    bottom: initial;
    top: 0;
  }
  #other .promo-block.action, #other .promo-block.help {
    max-width: 100%;
  }
  #other .max-width-75 {
    max-width: 50%;
  }
  #other .email-form {
    z-index: 9;
  }
  #other .email-form .btn {
    right: 12px;
  }
  #other .email-form.max-width-75 {
    max-width: 100%;
  }
  #other .email-form .max-width-75 {
    max-width: 100%;
  }
  #other small {
    max-width: 75%;
  }
  #callback .callback-block .img-bg img {
    aspect-ratio: 1/1.2;
  }
  #articles .container-articles {
    grid-template-columns: repeat(12, 1fr);
    grid-template-areas: "filter filter filter filter filter filter filter filter filter filter filter filter" "table table table table table table table table table table table table" "interier interier interier interier interier interier interier interier interier interier interier interier" "dining_table dining_table dining_table dining_table dining_table dining_table dining_table dining_table dining_table dining_table dining_table dining_table" "chair chair chair chair chair chair chair chair chair chair chair chair" "armchair armchair armchair armchair armchair armchair armchair armchair armchair armchair armchair armchair";
  }
  #viewed .scroll-cards {
    overflow-y: hidden;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
  }
  #viewed .card.viewed_item {
    max-width: 100%;
    scroll-snap-align: start;
  }
  #callback .form-card {
    padding: 20px;
    overflow: scroll;
    max-height: 100vh;
    transform: initial;
  }
  #callback .form-card__close {
    right: 20px;
  }
  #callback .form-card__title {
    font-size: 24px;
  }
  #callback .form__grid--two {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  #callback .upload {
    min-height: 50px;
    padding: 0;
  }
  #callback .upload__label {
    gap: 12px;
  }
  #callback .upload__icon svg {
    width: 24px;
    height: 24px;
  }
  #callback .upload__hint {
    display: none;
  }
  footer .footer-columns {
    gap: 14px;
  }
  footer .footer-columns .footer-column {
    max-width: 100%;
    flex: 0 0 100%;
  }
  footer .footer-columns .footer-column ul {
    display: none;
  }
  footer .footer-columns .footer-column .h3 {
    cursor: pointer;
    position: relative;
    padding-right: 24px;
    font-weight: 500;
  }
  footer .footer-columns .footer-column .h3:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 10px;
    height: 18px;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='18' viewBox='0 0 10 18' fill='none'%3E%3Cpath d='M9 1L1 9L9 17' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    transition: transform 0.2s ease;
  }
  footer .footer-columns .footer-column.is-open .h3::after {
    transform: rotate(-90deg);
  }
  footer .footer-columns .footer-column.is-open ul {
    display: block;
  }
  footer .footer-bottom .footer-links {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  footer .footer-bottom .footer-links .links {
    text-align: right;
    flex-direction: column;
  }
  footer .footer-bottom .footer-links .links a {
    white-space: nowrap;
    font-size: 11px;
  }
  footer .footer-bg {
    max-width: 225%;
    top: 30%;
  }
  footer .footer-columns .footer-column li {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  footer .footer-top {
    margin-bottom: 200px;
  }
  #news-cover .news-cover-item,
  #news-cover .articles-cover {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #news-cover .news-cover-item .text-absolute,
  #news-cover .articles-cover .text-absolute {
    left: 60px !important;
    right: 40px !important;
    bottom: 24px;
  }
  #news-cover .news-cover-item .text-absolute .type,
  #news-cover .articles-cover .text-absolute .type {
    font-size: 14px;
  }
  #news-cover .news-cover-item .text-absolute .text {
    font-size: 14px;
    font-weight: 400;
  }
  #news-cover .news-cover-item .text-absolute .title,
  #news-cover .articles-cover .text-absolute .title {
    font-size: 24px;
  }
  #news-cover .articles-cover-item .image img {
    aspect-ratio: 1/0.6;
    object-fit: cover;
  }
  #stories .stories {
    overflow-y: hidden;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .feed .feed-tabs__link {
    font-size: 24px;
  }
  .feed .feed-filters {
    gap: 7px 12px;
  }
  .feed .card--h {
    height: fit-content;
  }
  .feed .card--h .card__body {
    flex: 0 0 100%;
    max-width: 100%;
    flex-direction: column;
    display: flex;
  }
  #head .title {
    font-size: 24px;
    line-height: 28px;
    max-width: 100%;
  }
  #head .image {
    margin-top: 64px;
    padding: 12px;
  }
  #head .image img {
    aspect-ratio: 1/0.8;
    object-fit: cover;
    border-radius: 16px;
  }
  #content .left, #content .right {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #all-articles .articles-list {
    margin-top: 32px;
  }
  #all-articles .articles-list .item {
    width: 100%;
  }
}
@media (max-width: 400px) {
  #articles .filter {
    aspect-ratio: initial;
  }
  .tabs__list {
    display: flex;
    gap: 8px;
    flex-wrap: nowrap;
  }
  .tabs.tabs--scrollable .tabs__list {
    overflow-y: hidden;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
    flex-wrap: nowrap;
  }
  .tabs__list .tab {
    flex: 0 0 auto;
  }
  .tabs.tabs--scrollable .tabs__more {
    display: none !important;
  }
  .tabs.tabs--scrollable .tabs__list {
    scroll-behavior: smooth;
  }
  .swiperProduct {
    padding-bottom: 15px;
  }
  .swiperProduct .swiper-slide .item .description {
    margin-left: 10px;
    margin-bottom: 18px;
  }
  .swiperProduct .swiper-slide .item .title-product {
    margin-left: 10px;
    word-break: break-all;
    max-width: 70%;
    margin-bottom: 16px;
  }
  .swiperProduct .swiper-slide .item .price-old, .swiperProduct .swiper-slide .item .price-new,
  .swiperProduct .swiper-slide .item .price-old, .swiperProduct .swiper-slide .item .price-old {
    margin-left: 10px;
  }
  .swiperProduct .swiper-slide .item .price-old .discount,
  .swiperProduct .swiper-slide .item .price-new .discount {
    margin: auto;
  }
  .swiperProduct .swiper-slide .item .list-advantages {
    display: none;
  }
  .swiperProduct .swiper-slide .item .btn-more-info-product {
    position: relative;
    bottom: 0;
    left: 10px;
    transform: initial;
    width: 60%;
    margin-top: 20px;
  }
  .swiperProduct .swiper-slide .item .more {
    display: none;
  }
  .gift-user .gift {
    max-width: 54px;
    max-height: 54px;
  }
  #action .hero-section .hero-right .swiperProduct0 .swiper-slide .item .image-product {
    padding: 0;
  }
}
