@charset "UTF-8";
.new-class {
  color: #007bff;
}
.new-class:hover {
  color: rgb(0, 98.4, 204);
}

.ex-text16-20 {
  font-size: 16px;
}

@media (min-width: 992px) {
  .ex-text16-20 {
    font-size: 20px;
  }
}
.ex-body-s {
  font-size: 16px;
  line-height: 1.4;
}

@media (min-width: 992px) {
  .ex-body-s {
    font-size: 20px;
  }
}
.ex-h1 {
  font-size: 26px;
  line-height: 1.3;
}

@media (min-width: 992px) {
  .ex-h1 {
    font-size: 30px;
  }
}
@media (min-width: 1280px) {
  .ex-h1 {
    font-size: 38px;
    line-height: 1.4;
  }
}
.ex-h2 {
  font-size: 18px;
  line-height: 1.3;
}

@media (min-width: 992px) {
  .ex-h2 {
    font-size: 24px;
  }
}
@media (min-width: 1280px) {
  .ex-h2 {
    font-size: 30px;
    line-height: 1.4;
  }
}
@media (max-width: 1280px) {
  section {
    margin-bottom: 40px;
  }
}
@media (max-width: 1280px) {
  html,
  body {
    overflow-x: hidden;
    max-width: 100vw;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .container {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 1280px) {
  .pop__cat__element {
    height: auto;
  }
}
.breadcrumbs-wrapper a:after {
  right: -8px;
}

.breadcrumbs-wrapper .breadcrumb {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap !important;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-height: 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scrollbar-color: transparent transparent;
}

.breadcrumbs-wrapper .breadcrumb li {
  white-space: nowrap;
}

.breadcrumbs-wrapper .breadcrumb:has(li:nth-of-type(3)) .breadcrumb-item:last-of-type,
.breadcrumbs-wrapper .breadcrumb:has(li:nth-of-type(4)) .breadcrumb-item:last-of-type {
  display: none;
  visibility: hidden;
}

.breadcrumbs-wrapper .breadcrumb:has(li:nth-of-type(3)) .breadcrumb-item:nth-last-child(2) a:after,
.breadcrumbs-wrapper .breadcrumb:has(li:nth-of-type(4)) .breadcrumb-item:nth-last-child(2) a:after {
  content: none !important;
  display: none !important;
}

@media (max-width: 1280px) {
  .product__element .product__btns {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .filter__side {
    margin: 0 !important;
  }
  .filter__side .filters-form.filters {
    gap: 0px 0;
  }
  .filter__side .filters-form.filters .filters__block {
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 1280px) {
  .header {
    border-radius: 0 !important;
    display: flex;
    align-items: center;
  }
  .header .top-menu {
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 1280px) {
  .footer {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .footer__top {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .footer__top a {
    display: inline-flex;
  }
  .footer__menu,
  .footer .footer__botom__menu {
    width: 100%;
  }
  .footer__menu li,
  .footer .footer__botom__menu li {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .footer .footer__bottom-text {
    text-align: center;
  }
  .footer .footer__contacts {
    align-items: center;
    justify-content: center;
  }
}
.container {
  max-width: 1230px;
  margin: 0 auto;
  width: 100%;
  padding: 0px 15px;
}

@media (max-width: 1280px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
    max-width: 420px;
  }
}
/* burger */
.burger {
  width: 50px;
  height: 50px;
  display: none;
}

.burger svg {
  width: 50px;
  height: 50px;
}

.ham1 {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  user-select: none;
}

.ham1 path {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: var(--red);
  stroke-width: 5.5;
  stroke-linecap: round;
}

.main-page .ham1 path {
  stroke: #fff;
}

.ham1.active {
  transform: rotate(45deg);
}

.ham1 .top {
  stroke-dasharray: 40 139;
}

.ham1 .bottom {
  stroke-dasharray: 40 180;
}

.ham1.active .top {
  stroke-dashoffset: -98px;
}

.ham1.active .bottom {
  stroke-dashoffset: -138px;
}

/* header */
.header {
  position: fixed;
  width: 100%;
  z-index: 300;
  transition: all 0.3s;
  background-color: #ffffff;
  border-radius: 0 0 20px 20px;
}

.header.fixed {
  background-color: #fff;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.29);
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.29);
}

.top-menu {
  display: grid;
  grid-template-columns: 226px 1fr;
  align-items: center;
  gap: 35px;
  background-color: #fff;
  padding: 10px 0 20px;
  font-weight: 500;
}

.top-menu a {
  color: var(--black);
}

.top-menu a:hover {
  color: var(--red);
}

.top-menu .active a {
  color: var(--red);
}

.fixed .top-menu {
  margin-top: 0;
  padding: 10px 0px;
}

.top-menu__logo {
  overflow: hidden;
}

.top-menu__logo img {
  max-width: 226px;
  transition: all 0.3s;
}

.fixed .top-menu__logo img {
  max-width: 160px;
}

.fixed .top-menu__col {
  gap: 0;
}

.top-menu__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 50px;
  transition: padding 0.3s;
}

.fixed .top-menu__body {
  padding: 5px 0px;
  margin-top: 0px;
}

.top-menu__list_wrap {
  width: 100%;
}

.top-menu__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-menu__item.active {
  color: var(--red);
}

.top-menu__list .first .top-menu__item {
  position: relative;
  padding: 14px 15px 14px 55px;
  border-radius: 10px;
  font-weight: 400;
  color: #ffffff;
  background: var(--red);
}

.top-menu__list .first .top-menu__item:hover {
  box-shadow: 0px 0px 4px 2px var(--red);
}

.top-menu__list .first .top-menu__item:before {
  position: absolute;
  content: "";
  top: 7px;
  left: 15px;
  width: 32px;
  height: 32px;
  background: url(/assets/templates/decor/cat-icon.svg) 50% 50% no-repeat;
}

.top-menu__col {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.top-menu__contacts {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  transition: all 0.3s;
}

.top-menu__contacts_menu ul {
  display: flex;
  gap: 30px;
  font-weight: 400;
}

.top-menu__contacts_menu a {
  color: #4C525E;
  transition: all 0.3s;
}

.top-menu__contacts_info {
  display: flex;
  align-items: center;
  gap: 40px;
}

.top-menu__contacts-item {
  display: flex;
  justify-content: center;
  align-items: center;
  text-wrap: nowrap;
}

.top-menu__contacts-item a {
  font-size: 18px;
  color: var(--black);
  margin-left: 10px;
}

.top-menu__contacts-item i {
  position: relative;
  top: 2px;
  font-size: 20px;
  color: var(--red);
}

.fixed .top-menu__contacts {
  max-height: 0;
  overflow: hidden;
}

.menu__social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.menu__social a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  width: 32px;
  height: 32px;
  background: #DDAF56;
}

.menu__social a:hover {
  background-color: var(--red);
}

.menu__social i {
  font-size: 20px;
  color: #fff;
}

.top-menu__shedule {
  color: #6E6E6E;
  font-size: 16px;
  line-height: 1.3;
}

.top-menu__body_search {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.top-menu__body_lk {
  display: flex;
  align-items: center;
  gap: 5px;
}

.top-menu__body_lk img {
  width: 40px;
}

.top-menu__body_search__lk {
  position: relative;
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 26px;
}

.search__icon {
  display: inline-block;
  cursor: pointer;
}

.search__form {
  position: absolute;
  opacity: 0;
  transform: scale(0.8);
  filter: blur(4px);
  visibility: hidden;
  top: -2px;
  right: 95px;
  transition: opacity 0.4s ease, transform 0.4s ease, filter 0.4s ease;
}

@keyframes popIn {
  0% {
    opacity: 0;
    transform: scale(0.8);
    filter: blur(4px);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
    filter: blur(2px);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
  }
}
.search__form.active {
  animation: popIn 0.5s forwards;
  visibility: visible;
  box-shadow: 0px 2px 7px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 7px 1px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0px 2px 7px 1px rgba(0, 0, 0, 0.29);
}

.search__form .form-group {
  margin-bottom: 0;
}

.search__form .form-control {
  display: block;
  height: 42px;
  margin-bottom: 0;
  width: 305px;
  border-radius: 0;
  background: #fff;
  font-size: 14px;
  color: var(--black);
  border: 1px solid #ACB4C1;
  padding: 0 40px 0 10px;
}

.search__form .search-btn {
  position: absolute;
  width: auto;
  right: 0;
  top: 0;
  background: transparent;
  border: none;
  color: var(--black);
  font-size: 18px;
  padding: 12px 10px;
}

@media (max-width: 1280px) {
  .header {
    border-radius: 0 0 16px 16px;
  }
  .top-menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 8px 0 12px;
  }
  .top-menu__col {
    flex: 1;
    min-width: 0;
    justify-content: flex-end;
  }
  .top-menu__contacts {
    display: none !important;
  }
  .top-menu__body {
    gap: 8px;
    justify-content: flex-end;
    align-items: center;
  }
  .top-menu__list_wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
  }
  .top-menu__list {
    position: fixed;
    top: 0;
    left: -100%;
    width: 85%;
    max-width: 320px;
    height: 100vh;
    background: #ffffff;
    flex-direction: column;
    padding: 80px 24px 24px;
    transition: left 0.3s ease;
    z-index: 200;
    overflow-y: auto;
    box-shadow: 4px 0 20px rgba(0, 0, 0, 0.2);
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0;
  }
  .top-menu__list.show {
    left: 0;
  }
  .top-menu__list li {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .top-menu__list li a {
    display: block;
    padding: 14px 0;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #f0f0f0;
  }
  .top-menu__list li.first a {
    background: none;
    color: var(--red);
    padding-left: 0;
    border-bottom: 1px solid #f0f0f0;
  }
  .top-menu__list li.first a::before {
    display: none;
  }
  .burger {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
  }
  .burger svg {
    width: 36px;
    height: 36px;
  }
  .burger .ham1 path {
    stroke: var(--black);
  }
  .top-menu__body_lk {
    display: flex !important;
    gap: 8px;
    align-items: center;
  }
}
@media (max-width: 1280px) and (max-width: 1280px) {
  .top-menu__body_lk {
    display: none !important;
    visibility: hidden !important;
  }
}
@media (max-width: 1280px) {
  .top-menu__body_lk img {
    width: 28px;
    height: 28px;
  }
  .top-menu__logo img {
    max-width: 120px;
  }
  .search__form {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transform: translateY(-100%);
    filter: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 199;
    background: #ffffff;
    padding: 12px 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 0 0 16px 16px;
  }
  .search__form.active {
    animation: none;
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
  .search__form .form-group {
    display: flex;
    gap: 8px;
  }
  .search__form .form-control {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    min-height: 44px;
    padding: 0 44px 0 14px;
    border-radius: 10px;
    border: 1px solid #ddd;
  }
  .search__form .search-btn {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    min-width: 44px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .menu-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 150;
  }
  body.menu-open .menu-overlay,
  body.search-open .menu-overlay {
    display: block;
  }
}
@media (max-width: 768px) {
  .top-menu__list {
    padding: 70px 20px 20px;
  }
  .top-menu__logo img {
    max-width: 100px;
  }
  .burger svg {
    width: 32px;
    height: 32px;
  }
}
.mobile-aside {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  visibility: hidden;
  pointer-events: none;
}

.mobile-aside.is-open {
  visibility: visible;
  pointer-events: auto;
}

.mobile-aside.is-open .mobile-aside__overlay {
  opacity: 1;
}

.mobile-aside.is-open .mobile-aside__content {
  transform: translateX(0);
}

.mobile-aside__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.mobile-aside__content {
  position: fixed;
  top: 0;
  left: 0;
  width: 320px;
  max-width: 85vw;
  height: 100%;
  background: #ffffff;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  z-index: 2;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

.mobile-aside__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  border-bottom: 1px solid #E9E9E9;
}

.mobile-aside__logo img {
  height: 40px;
  width: auto;
}

.mobile-aside__close {
  display: inline-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  padding: 0;
  background: #F2F2F2;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.2s ease;
}

.mobile-aside__close i {
  font-size: 20px;
  color: var(--black);
}

.mobile-aside__close:hover {
  background: #E9E9E9;
}

.mobile-aside__search {
  padding: 15px 20px;
  border-bottom: 1px solid #E9E9E9;
}

.mobile-aside__search-group {
  display: flex;
  align-items: center;
  background: #F2F2F2;
  border-radius: 10px;
  padding: 10px 15px;
}

.mobile-aside__search-input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  font-size: 14px;
  color: var(--black);
}

.mobile-aside__search-input::placeholder {
  color: #7C8089;
}

.mobile-aside__search-btn {
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  width: 20px;
}

.mobile-aside__search-btn i {
  font-size: 16px;
  color: var(--red);
}

.mobile-aside__nav {
  flex: 1;
  overflow-y: auto;
}

.mobile-aside__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-aside__item {
  border-bottom: 1px solid #E9E9E9;
}

.mobile-aside__link {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 20px;
  color: var(--black);
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.2s ease;
}

.mobile-aside__link i {
  font-size: 20px;
  color: var(--red);
  width: 24px;
  text-align: center;
}

.mobile-aside__link:hover {
  background: #F2F2F2;
}

.mobile-aside__footer {
  padding: 20px;
  border-top: 1px solid #E9E9E9;
  background: #F2F2F2;
}

.mobile-aside__contacts {
  margin-bottom: 15px;
}

.mobile-aside__phone {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--black);
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 5px;
}

.mobile-aside__phone i {
  font-size: 16px;
  color: var(--red);
}

.mobile-aside__schedule {
  font-size: 14px;
  color: #7C8089;
}

.mobile-aside__social {
  display: flex;
  gap: 10px;
}

.mobile-aside__social-link {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 50%;
  color: var(--black);
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.mobile-aside__social-link i {
  font-size: 20px;
}

.mobile-aside__social-link:hover {
  background: var(--red);
  color: #ffffff;
}

.mobile-panel {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  border-top: 1px solid #E9E9E9;
  z-index: 9998;
  display: none;
  padding: 10px 0;
  padding-bottom: calc(10px + env(safe-area-inset-bottom));
}

.mobile-panel__item {
  flex: 1;
}

.mobile-panel__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  padding: 8px 0;
  color: var(--black);
  text-decoration: none;
  transition: color 0.2s ease;
}

.mobile-panel__link:active {
  color: var(--red);
}

.mobile-panel__icon {
  width: 24px;
  height: 24px;
}

.mobile-panel__text {
  font-size: 12px;
  font-weight: 500;
}

@media (max-width: 1280px) {
  .mobile-panel {
    display: flex;
    justify-content: space-around;
  }
  .wrap {
    padding-bottom: 70px;
  }
  .burger {
    cursor: pointer;
  }
  .burger .ham1 {
    width: 50px;
    height: 50px;
    cursor: pointer;
    transition: transform 0.3s ease;
  }
  .burger .ham1 path {
    fill: none;
    stroke: var(--black);
    stroke-width: 3;
    stroke-linecap: round;
    transition: stroke-dashoffset 0.3s ease;
  }
  .burger .ham1 .top {
    stroke-dasharray: 40, 160;
  }
  .burger .ham1 .middle {
    stroke-dasharray: 40, 50;
  }
  .burger .ham1 .bottom {
    stroke-dasharray: 40, 160;
  }
  .burger.is-active .ham1 .top {
    stroke-dashoffset: -64px;
  }
  .burger.is-active .ham1 .middle {
    stroke-dashoffset: -20px;
  }
  .burger.is-active .ham1 .bottom {
    stroke-dashoffset: -64px;
  }
}
@media (min-width: 1280px) {
  .mobile-aside,
  .mobile-panel {
    display: none !important;
  }
}
.footer__menu-list .active a {
  color: var(--red);
}

.footer {
  background-color: #313132;
  color: #fff;
  padding: 35px 0;
  z-index: 1;
  margin: 0 15px 10px;
  border-radius: 20px;
}

.footer__body {
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
  flex-direction: column;
  gap: 40px;
}

.footer__menu {
  font-size: 16px;
}

.footer__menu-list {
  display: flex;
  gap: 38px;
  text-transform: uppercase;
}

.footer__menu-list a {
  font-size: 16px;
  text-transform: none;
  color: #fff;
}

.footer__menu-list a:hover {
  color: var(--red);
}

.footer__icons {
  display: flex;
  gap: 6px;
}

.footer .menu__social {
  margin-top: 10px;
}

.footer .menu__social a:hover {
  background-color: var(--red);
}

.footer .menu__social i {
  color: #313132;
}

.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}

.footer__logo img {
  width: 219px;
}

.footer__contacts {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 16px;
  flex-direction: column;
  gap: 6px;
  margin-top: 20px;
}

.footer__contacts a {
  color: #fff;
}

.footer__contacts a:hover {
  color: var(--red);
}

.footer__phone a {
  font-size: 18px;
  font-weight: 600;
  margin-left: 10px;
}

.footer__phone i {
  position: relative;
  top: 2px;
  font-size: 20px;
  color: var(--red);
}

.footer__contacts .shedule {
  text-align: right;
  color: #948C8C;
}

.footer__bottom-text {
  font-size: 16px;
  color: #989898;
}

@media (max-width: 1280px) {
  .footer {
    margin: 0 0 24px;
    padding: 24px 0;
  }
  .footer__top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .footer__body {
    width: 100%;
    gap: 24px;
    margin-top: 0;
  }
  .footer__menu .footer__menu-list,
  .footer__botom__menu .footer__menu-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }
  .footer__logo img {
    max-width: 160px;
    width: 100%;
    height: auto;
  }
  .footer__contacts {
    align-items: flex-start;
    margin-top: 0;
  }
  .footer__contacts .shedule {
    text-align: left;
  }
  .footer__bottom-text {
    font-size: 14px;
    max-width: 320px;
  }
}
:root {
  --header-height-mobile: 68px;
}

@media (max-width: 992px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #fff;
    height: var(--header-height-mobile);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }
  .burger {
    display: block;
    cursor: pointer;
    order: 2;
    margin-left: auto;
  }
  .burger svg.ham1 {
    width: 40px;
    height: 40px;
    fill: none;
    stroke: var(--black, #000);
    stroke-width: 4;
    transition: all 0.3s;
  }
  .burger svg.ham1 path {
    stroke: var(--black, #000);
    stroke-linecap: round;
    fill: none;
  }
  .top-menu__contacts {
    display: none;
  }
  .top-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 0;
    gap: 15px;
  }
  .top-menu__logo img {
    max-width: 140px;
  }
  .top-menu__list {
    display: none;
  }
  .top-menu__body_search__lk {
    display: flex;
    align-items: center;
    gap: 15px;
    order: 1;
  }
  .top-menu__body_search .search__form {
    display: none;
  }
  .top-menu__body_search .search__icon {
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .top-menu__body_search .search__icon i {
    font-size: 22px;
    color: var(--black, #000);
  }
  .top-menu__body_lk {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .top-menu__body_lk a img,
  .top-menu__body_lk .empty img {
    width: 26px;
    height: 26px;
  }
  .header.fixed .top-menu {
    padding: 8px 0;
  }
  .header.fixed .top-menu__logo img {
    max-width: 120px;
  }
  .mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
  }
  .mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
  }
  .mobile-menu {
    position: fixed;
    top: var(--header-height-mobile);
    left: -300px;
    width: 280px;
    max-width: 85%;
    height: calc(100% - var(--header-height-mobile));
    background: #fff;
    z-index: 999;
    transition: left 0.3s ease;
    overflow-y: auto;
    padding: 20px;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
  }
  .mobile-menu.active {
    left: 0;
  }
  .mobile-menu__close {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
  }
  .mobile-menu__close svg {
    width: 30px;
    height: 30px;
    cursor: pointer;
    stroke: var(--black, #000);
  }
  .mobile-menu__list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .mobile-menu__list li {
    border-bottom: 1px solid #eee;
  }
  .mobile-menu__list li a {
    display: block;
    padding: 14px 0;
    color: var(--black, #000);
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
  }
  .mobile-menu__list li a:hover,
  .mobile-menu__list li a.active {
    color: var(--red, #c00);
  }
  .mobile-menu__contacts {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #eee;
  }
  .mobile-menu__contacts-phone {
    display: block;
    font-size: 18px;
    color: var(--black, #000);
    margin-bottom: 8px;
  }
  .mobile-menu__contacts-phone i {
    color: var(--red, #c00);
    margin-right: 8px;
  }
  .mobile-menu__contacts-schedule {
    display: block;
    font-size: 14px;
    color: #6e6e6e;
    margin-bottom: 15px;
  }
  .mobile-menu__contacts-links {
    list-style: none;
    padding: 0;
  }
  .mobile-menu__contacts-links li {
    padding: 6px 0;
  }
  .mobile-menu__contacts-links li a {
    color: #4c525e;
    font-size: 14px;
    text-decoration: none;
  }
  .mobile-menu__contacts-links li a:hover {
    color: var(--red, #c00);
  }
  .mobile-menu__social {
    display: flex;
    gap: 10px;
    margin-top: 20px;
  }
  .mobile-menu__social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #ddaf56;
    border-radius: 5px;
  }
  .mobile-menu__social a:hover {
    background: var(--red, #c00);
  }
  .mobile-menu__social a i {
    font-size: 20px;
    color: #fff;
  }
  .mobile-search-panel {
    position: fixed;
    top: var(--header-height-mobile);
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 997;
    padding: 12px 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transform: translateY(-100%);
    transition: transform 0.3s ease;
  }
  .mobile-search-panel.active {
    transform: translateY(0);
  }
  .mobile-search-panel .form-group {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .mobile-search-panel .form-group input {
    flex: 1;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
    outline: none;
  }
  .mobile-search-panel .form-group input:focus {
    border-color: var(--red, #c00);
  }
  .mobile-search-panel .form-group .search-btn {
    background: none;
    border: none;
    cursor: pointer;
  }
  .mobile-search-panel .form-group .search-btn i {
    font-size: 20px;
    color: var(--red, #c00);
  }
}
@media (max-width: 1280px) {
  .container {
    max-width: 420px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .action + .about__why__me + .pop__cats {
    margin-top: 0;
    padding-top: 0;
  }
}
@media (max-width: 1280px) {
  .breadcrumbs-wrapper {
    margin: 100px 0 16px;
  }
  .breadcrumbs-wrapper li {
    font-size: 11px;
    margin-right: 18px;
  }
  .block__title {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 12px;
  }
  .pop__cats__wrapper {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
  }
  .pop__cat__element {
    margin: 0 !important;
    border-radius: 10px;
    overflow: hidden;
  }
  .pop__cat__element img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    display: block;
  }
  .pop__cats__title {
    padding: 8px 10px;
    font-size: 11px;
    line-height: 1.25;
    text-align: center;
  }
}
@media (max-width: 1280px) {
  .action__wrapper {
    display: block;
    padding: 16px;
    height: auto;
  }
  .action__wrapper .block__title {
    text-align: center;
  }
  .about__why__me {
    display: none;
    visibility: hidden;
  }
  .bonus__block {
    display: none;
    visibility: hidden;
  }
}
@media (max-width: 1280px) {
  .action .ofer-slider__slides__btn__1 {
    display: block;
    width: 100%;
  }
}
@media (max-width: 1280px) {
  .container {
    max-width: 420px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 1280px) {
  .breadcrumbs-wrapper {
    margin: 100px 0 16px;
  }
  .breadcrumbs-wrapper li {
    font-size: 11px;
    margin-right: 18px;
  }
  .block__title {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 12px;
  }
  .lego-menu {
    margin-bottom: 16px;
  }
  .lego-menu__list {
    gap: 6px;
  }
  .lego-menu__link {
    padding: 6px 12px;
    font-size: 12px;
    border-radius: 20px;
  }
  .filter__toggle.product__btn__1 {
    display: inline-flex !important;
    padding: 10px 20px !important;
    font-size: 15px !important;
    max-width: none !important;
    margin-bottom: 16px;
    border-radius: 50px !important;
  }
  .filter__toggle.product__btn__1:before {
    display: none !important;
  }
  .products__wrapper {
    display: block;
  }
  .filter__side {
    margin-bottom: 20px;
  }
  .filters__block {
    margin-bottom: 12px;
    border-radius: 8px;
  }
  .filters__header {
    padding: 10px 12px;
  }
  .filters__header .filters__title {
    font-size: 14px;
  }
  .filters__header i {
    font-size: 14px;
  }
  .filters__content {
    padding: 6px 12px;
  }
  .filters__checkbox {
    margin: 8px 0;
    font-size: 13px;
  }
  .filters__checkmark {
    width: 18px;
    height: 18px;
    margin-right: 10px;
  }
  .filters__price-values {
    gap: 8px;
    margin-top: 16px;
    font-size: 13px;
  }
  .filters__price-values .price-wrap {
    padding: 4px 8px;
  }
  .filters__price-values .price-wrap input {
    font-size: 13px;
  }
  .sort-tabs {
    margin-bottom: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .sort-tabs__title {
    display: none;
  }
  .sort-tabs__list {
    display: flex;
    gap: 6px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 4px;
    min-width: max-content;
  }
  .sort-tabs__list li {
    flex-shrink: 0;
  }
  .sort-tabs__item {
    padding: 6px 12px;
    font-size: 13px;
    white-space: nowrap;
    border-radius: 20px;
  }
  .sort-tabs__item.active {
    background: var(--red);
    color: #fff !important;
  }
  .sort-tabs__item.active a {
    color: #fff !important;
  }
  .products__element__wrapper {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
  }
  .product__element {
    padding: 10px !important;
    margin: 0 !important;
    max-width: none !important;
    width: 100% !important;
    background: #fff;
    border-radius: 10px;
    position: relative;
    display: flex !important;
    flex-direction: column;
  }
  .product__element__img {
    min-height: auto !important;
    aspect-ratio: 1/1;
    margin-bottom: 8px;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .product__element__img img {
    aspect-ratio: 1/1;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .product__element > .product__title:first-child {
    display: none !important;
  }
  .product__title {
    font-size: 11px !important;
    line-height: 1.25;
    margin: 6px 0;
    min-height: auto;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .product__prices {
    margin-bottom: 8px;
  }
  .product__price {
    font-size: 15px !important;
    font-weight: 700;
  }
  .product__price__old__price {
    font-size: 11px !important;
  }
  .product__info {
    font-size: 11px !important;
    margin-bottom: 10px;
  }
  .product__btns {
    flex-wrap: wrap;
    gap: 8px;
  }
  .product__btn__1 {
    padding: 8px 10px !important;
    font-size: 10px !important;
    max-width: none !important;
    border-radius: 4px;
  }
  .product__btn__1:before {
    display: none !important;
  }
  .product__btn__2 {
    width: 32px !important;
    height: 32px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
  }
  .pagination {
    justify-content: center;
    gap: 4px;
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .pagination li a,
  .pagination li span {
    padding: 6px 10px;
    font-size: 13px;
    min-width: 36px;
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 1280px) {
  .about__why__me {
    display: none;
    visibility: hidden;
  }
}
@media (max-width: 1280px) {
  .contacts .container {
    max-width: 420px;
    padding: 0 16px;
  }
  .actions__wrapper {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .action__element img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/10;
    object-fit: cover;
    border-radius: 8px;
  }
  .pagination {
    margin-top: 24px;
    gap: 8px;
  }
  .pagination .page-item .page-link {
    padding: 8px 12px;
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .contacts .container {
    max-width: 420px;
    padding: 0 16px;
  }
  .breadcrumbs-wrapper {
    margin: 100px 0 16px;
  }
  .breadcrumbs-wrapper .breadcrumb {
    flex-wrap: wrap;
    gap: 4px 0;
  }
  .breadcrumbs-wrapper .breadcrumb-item {
    font-size: 11px;
  }
  .breadcrumbs-wrapper .breadcrumb-item:not(:last-child)::after {
    margin: 0 6px;
  }
  .pop__cats__top {
    margin-bottom: 16px;
  }
  .pop__cats__top .block__title {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 8px;
  }
  .action__in__wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .action__in__wrapper .action__imag {
    width: 100%;
  }
  .action__in__wrapper .action__imag img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
  }
  .action__in__wrapper .action__info .content {
    font-size: 14px;
    line-height: 1.5;
  }
  .action__in__wrapper .action__info .content p {
    padding-bottom: 1em;
  }
  .action__in__wrapper .action__info .content p b {
    font-size: 15px;
    display: block;
    margin-bottom: 4px;
  }
  .contacts + .pop__tovar99 {
    display: none;
    visibility: hidden;
  }
  .pop__tovar99 {
    margin-top: 32px;
  }
  .pop__tovar99 .pop__cats__top {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .pop__tovar99 .pop__cats__top .block__title {
    font-size: 16px;
  }
  .pop__tovar99 .pop__cats__top .block__title a {
    display: block;
    margin-top: 8px;
    font-size: 13px;
  }
  .pop__tovar99 .pop__cats__top .block__text__control p {
    font-size: 13px;
    line-height: 1.4;
  }
  .pop__tovar99 .pop__cats__top .product__carousel__control {
    display: none !important;
  }
  .pop__tovar99 .products__content {
    margin-top: 16px;
  }
  .pop__tovar99 .product__slider {
    margin: 0 -8px;
  }
  .pop__tovar99 .product__element {
    padding: 10px;
    margin: 0 8px;
    background: #fff;
    border-radius: 10px;
  }
  .pop__tovar99 .product__element__img {
    min-height: auto !important;
    aspect-ratio: 1/1;
    margin-bottom: 8px;
    background: #f5f5f5;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .pop__tovar99 .product__element__img img {
    aspect-ratio: 1/1;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .pop__tovar99 .product__title {
    font-size: 11px !important;
    line-height: 1.25;
    margin: 6px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .pop__tovar99 .product__prices {
    margin-bottom: 8px;
  }
  .pop__tovar99 .product__price {
    font-size: 15px !important;
    font-weight: 700;
  }
  .pop__tovar99 .product__price__old__price {
    font-size: 11px !important;
  }
  .pop__tovar99 .product__info {
    font-size: 11px !important;
    margin-bottom: 10px;
  }
  .pop__tovar99 .product__btns {
    flex-wrap: wrap;
    gap: 8px;
  }
  .pop__tovar99 .product__btn__1 {
    padding: 8px 10px !important;
    font-size: 10px !important;
    max-width: none !important;
    border-radius: 4px;
  }
  .pop__tovar99 .product__btn__1:before {
    display: none !important;
  }
  .pop__tovar99 .product__btn__2 {
    width: 32px !important;
    height: 32px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .pop__tovar99 .product__btn__2 img {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 1280px) {
  .pop__tovar99 .container {
    max-width: 420px;
    padding: 0 16px;
  }
  .breadcrumbs-wrapper {
    margin: 100px 0 16px;
  }
  .breadcrumbs-wrapper .breadcrumb {
    flex-wrap: wrap;
    gap: 4px 0;
  }
  .breadcrumbs-wrapper .breadcrumb-item {
    font-size: 11px;
  }
  .breadcrumbs-wrapper .breadcrumb-item:not(:last-child)::after {
    margin: 0 6px;
  }
  .pop__cats__top {
    margin-bottom: 16px;
  }
  .pop__cats__top .block__title {
    font-size: 18px;
    line-height: 1.3;
  }
  .product-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .product-left-side {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 16px;
    border-radius: 12px;
  }
  .product-left-side__wrapper {
    width: 100%;
  }
  .product-gallery {
    width: 100%;
  }
  .product-gallery .main__img__wrapper {
    margin-bottom: 12px;
  }
  .product-gallery .main__img__wrapper .main-image {
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 12px;
  }
  .product-gallery .main__img__wrapper .detal__img span {
    font-size: 12px;
    width: auto;
    padding: 4px 10px;
    bottom: 8px;
    right: 8px;
  }
  .product-gallery .main__img__wrapper .detal__img:before {
    display: none;
  }
  .product-gallery .main__img__wrapper .product__tag {
    top: 10px;
    left: 10px;
  }
  .product-gallery .thumbs {
    gap: 8px;
  }
  .product-gallery .thumbs .thumb {
    width: 70px;
    height: 70px;
    flex-shrink: 0;
  }
  .product-gallery .thumbs .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .product-right-side {
    width: 100%;
  }
  .product-right-side .product-rating {
    margin-bottom: 16px;
    font-size: 13px;
    flex-wrap: wrap;
    gap: 8px;
  }
  .product-right-side .product-rating .stars {
    font-size: 13px;
  }
  .product-right-side .product-price {
    font-size: 24px;
  }
  .product-right-side .product-price s {
    font-size: 16px;
  }
  .product-right-side .product__info {
    margin: 12px 0 20px;
    font-size: 13px;
  }
  .product-right-side .content {
    margin-top: 16px;
    font-size: 14px;
  }
  .product-right-side .content p {
    margin-bottom: 6px;
  }
  .product-right-side .content p strong {
    font-size: 14px;
  }
  .product-right-side .delivery__title {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .product-tabs {
    margin-top: 16px;
  }
  .product-tabs .tabs-nav {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 8px;
    margin-bottom: 0;
    border-bottom: 2px solid #eee;
    scrollbar-height: 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scrollbar-color: transparent transparent;
  }
  .product-tabs .tabs-nav button {
    width: auto;
    flex-shrink: 0;
    padding: 10px 14px;
    font-size: 13px;
    white-space: nowrap;
    border-bottom: 2px solid transparent;
  }
  .product-tabs .tabs-nav button.active {
    border-bottom-color: var(--red);
  }
  .product-tabs .tab-content {
    padding: 16px 0;
    font-size: 14px;
    line-height: 1.6;
  }
  .product-info {
    width: 100%;
    gap: 12px;
  }
  .product-info .quantity__product__btns,
  .product-info .delivery,
  .product-info .return-info {
    padding: 16px;
    border-radius: 12px;
  }
  .product-info .quantity {
    margin-bottom: 12px;
  }
  .product-info .quantity .quantity-btn {
    width: 44px;
    height: 40px;
  }
  .product-info .quantity .quantity-input {
    width: 100%;
    flex: 1;
  }
  .product-info .product__btns {
    gap: 10px;
  }
  .product-info .product__btn__1 {
    font-size: 13px;
    padding: 12px 16px;
  }
  .product-info .product__btn__1:before {
    display: none;
  }
  .product-info .product__btn__2 {
    width: 44px;
    height: 44px;
  }
  .product-info .delivery-item {
    gap: 12px;
    padding: 8px 0;
  }
  .product-info .delivery-item__img {
    width: 36px;
    height: 36px;
  }
  .product-info .delivery-item__img img {
    width: 100%;
    height: 100%;
  }
  .product-info .delivery-item__info {
    font-size: 13px;
  }
  .product-info .delivery-item__info span {
    font-size: 12px;
  }
  .product-info .delivery__title {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .product-info .return-info .content {
    font-size: 13px;
    line-height: 1.5;
  }
  .product-info .return-info a {
    font-size: 13px;
    margin-top: 8px;
  }
  .pop__tovar99 ~ .pop__tovar99 {
    padding-top: 0;
  }
  .pop__tovar99 ~ .pop__tovar99 .pop__cats__top {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .pop__tovar99 ~ .pop__tovar99 .pop__cats__top .block__title {
    font-size: 16px;
  }
  .pop__tovar99 ~ .pop__tovar99 .pop__cats__top .product__carousel__control {
    display: none !important;
  }
  .pop__tovar99 ~ .pop__tovar99 .products__content {
    margin-top: 12px;
  }
  .pop__tovar99 ~ .pop__tovar99 .product__slider {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }
  .pop__tovar99 ~ .pop__tovar99 .product__element {
    flex: 0 0 calc(50% - 6px);
    padding: 10px;
    margin: 0;
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
  }
  .pop__tovar99 ~ .pop__tovar99 .product__element__img {
    min-height: auto !important;
    aspect-ratio: 1/1;
    margin-bottom: 8px;
    background: #f5f5f5;
    border-radius: 8px;
  }
  .pop__tovar99 ~ .pop__tovar99 .product__element__img img {
    aspect-ratio: 1/1;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .pop__tovar99 ~ .pop__tovar99 .product__title {
    font-size: 11px !important;
    line-height: 1.25;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .pop__tovar99 ~ .pop__tovar99 .product__prices {
    margin-bottom: 6px;
  }
  .pop__tovar99 ~ .pop__tovar99 .product__price {
    font-size: 14px !important;
  }
  .pop__tovar99 ~ .pop__tovar99 .product__price__old__price {
    font-size: 11px !important;
  }
  .pop__tovar99 ~ .pop__tovar99 .product__info {
    font-size: 10px !important;
    margin-bottom: 8px;
  }
  .pop__tovar99 ~ .pop__tovar99 .product__btns {
    gap: 6px;
  }
  .pop__tovar99 ~ .pop__tovar99 .product__btn__1 {
    padding: 8px 10px !important;
    font-size: 10px !important;
    border-radius: 4px;
  }
  .pop__tovar99 ~ .pop__tovar99 .product__btn__1:before {
    display: none !important;
  }
  .pop__tovar99 ~ .pop__tovar99 .product__btn__2 {
    width: 32px !important;
    height: 32px !important;
  }
  .pop__tovar99 ~ .pop__tovar99 .product__btn__2 img {
    width: 16px;
    height: 16px;
  }
  .bonus__block {
    margin-top: 24px;
  }
  .bonus__block .bonus__wrapper {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
  }
  .bonus__block .bonus__info__wrapper {
    width: 100%;
  }
  .bonus__block .bonus__info__wrapper .bonus__block__title {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .bonus__block .bonus__info__wrapper p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 16px;
  }
  .bonus__block .bonus__block__btn {
    padding: 14px 20px;
    font-size: 13px;
  }
  .bonus__block .bonus__img__wrapper {
    width: 100%;
  }
  .bonus__block .bonus__img__wrapper img {
    width: 100%;
    height: auto;
    border-radius: 12px;
  }
}
@media (max-width: 1280px) {
  .profile__block .dostavka__oplata {
    display: flex;
    flex-direction: column;
  }
  .profile__block .container {
    max-width: 420px;
    padding: 0 16px;
  }
  .breadcrumbs-wrapper {
    margin: 100px 0 16px;
  }
  .breadcrumbs-wrapper .breadcrumb {
    flex-wrap: wrap;
    gap: 4px 0;
  }
  .breadcrumbs-wrapper .breadcrumb-item {
    font-size: 11px;
  }
  .breadcrumbs-wrapper .breadcrumb-item:not(:last-child)::after {
    margin: 0 6px;
  }
  .profile__top {
    margin-bottom: 16px;
  }
  .profile__top .block__title {
    font-size: 18px;
  }
  .cart {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .cart__main {
    width: 100%;
  }
  .cart__sidebar {
    width: 100%;
    order: -1;
  }
  .cart__products {
    padding: 16px;
    border-radius: 12px;
  }
  .cart__product {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 16px 0;
    position: relative;
    padding-right: 30px;
  }
  .cart__product img {
    width: 70px;
    height: 70px;
    border-radius: 8px;
    object-fit: cover;
    flex-shrink: 0;
  }
  .cart__product-info {
    flex: 1;
    min-width: 0;
    font-size: 13px;
    padding-right: 8px;
  }
  .cart__product-info .cart__product-article {
    font-size: 11px;
    margin-bottom: 4px;
    color: #7C8089;
  }
  .cart__product-info .cart__product-title {
    padding: 0;
    margin-bottom: 8px;
  }
  .cart__product-info .cart__product-title a {
    font-size: 13px;
    line-height: 1.3;
    display: block;
  }
  .cart__product-price {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 8px;
    font-size: 15px;
    font-weight: 700;
    width: 100%;
    padding-left: 82px;
    margin-top: -8px;
  }
  .cart__product-price .cart__product-oldprice {
    font-size: 12px;
    color: #999;
  }
  .cart__product-counter {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    background: #f2f2f2;
    border-radius: 8px;
    width: fit-content;
    margin: 8px auto 0;
  }
  .cart__product-counter button {
    width: 36px;
    height: 36px;
    font-size: 18px;
    background: transparent;
    border: none;
    cursor: pointer;
  }
  .cart__product-counter input {
    width: 50px;
    height: 36px;
    text-align: center;
    border: none;
    background: #fff;
    font-weight: 600;
    font-size: 14px;
  }
  .cart__product-delete {
    position: absolute;
    top: 16px;
    right: 0;
    opacity: 0.6;
  }
  .cart__product-delete a {
    font-size: 16px;
    color: var(--red);
  }
  .cart__product-delete:hover {
    opacity: 1;
  }
  .cart__summary {
    padding: 16px;
    border-radius: 12px;
  }
  .cart__summary-title {
    font-size: 16px;
    margin-bottom: 12px;
    flex-wrap: wrap;
    gap: 4px;
  }
  .cart__summary-title span {
    font-size: 12px;
  }
  .cart__summary-row {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .cart__summary-total {
    font-size: 18px;
    margin-top: 12px;
    margin-bottom: 16px;
    padding-top: 12px;
  }
  .cart__summary .cart__alert {
    font-size: 12px;
    padding: 12px;
    margin-top: 12px;
  }
  .cart__promocode {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
  }
  .cart__promocode input {
    flex: 1;
    height: 44px;
    padding: 0 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
  }
  .cart__promocode button {
    width: 44px;
    height: 44px;
    background: var(--red);
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
  }
  .cart__checkout {
    padding: 14px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    background: var(--red);
    color: #fff;
    border-radius: 8px;
    cursor: pointer;
  }
  .cart__banner {
    padding: 16px;
    border-radius: 12px;
    font-size: 13px;
  }
  .cart__banner p {
    margin-bottom: 8px;
    line-height: 1.4;
  }
  .cart__banner p:last-child {
    margin-bottom: 0;
  }
  .cart__section {
    padding: 16px;
    border-radius: 12px;
    margin-top: 16px;
  }
  .cart__section-title {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .cart__radio-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .cart__radio {
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .cart__radio input[type=radio] {
    width: 18px;
    height: 18px;
  }
  .cart__alert {
    padding: 12px;
    font-size: 12px;
    border-radius: 8px;
    margin: 12px 0;
  }
  .cart__form-grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .cart__form__info {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .cart__form__address {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
  .cart__input,
  .cart__textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
  }
  .cart__input::placeholder,
  .cart__textarea::placeholder {
    font-size: 13px;
  }
  .cart__textarea {
    min-height: 80px;
    resize: vertical;
  }
  .pop__tovar99 {
    margin-top: 24px;
  }
  .pop__tovar99 .pop__cats__top .block__title {
    font-size: 16px;
  }
  .pop__tovar99 .pop__cats__top .product__carousel__control {
    display: none !important;
  }
  .pop__tovar99 .products__content {
    margin-top: 12px;
  }
  .pop__tovar99 .product__slider {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }
  .pop__tovar99 .product__element {
    flex: 0 0 calc(50% - 6px);
    padding: 10px;
    margin: 0;
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
  }
  .pop__tovar99 .product__element__img {
    min-height: auto !important;
    aspect-ratio: 1/1;
    margin-bottom: 8px;
    background: #f5f5f5;
    border-radius: 8px;
  }
  .pop__tovar99 .product__element__img img {
    aspect-ratio: 1/1;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .pop__tovar99 .product__title {
    font-size: 11px !important;
    line-height: 1.25;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .pop__tovar99 .product__prices {
    margin-bottom: 6px;
  }
  .pop__tovar99 .product__price {
    font-size: 14px !important;
  }
  .pop__tovar99 .product__price__old__price {
    font-size: 11px !important;
  }
  .pop__tovar99 .product__info {
    font-size: 10px !important;
    margin-bottom: 8px;
  }
  .pop__tovar99 .product__btns {
    gap: 6px;
  }
  .pop__tovar99 .product__btn__1 {
    padding: 4px 10px !important;
    border-radius: 4px;
  }
  .pop__tovar99 .product__btn__1:before {
    display: none !important;
  }
  .pop__tovar99 .product__btn__2 {
    width: 24px !important;
    height: 24px !important;
    border-radius: 6px !important;
  }
  .pop__tovar99 .product__btn__2 img {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 1280px) {
  .breadcrumbs-wrapper + .news {
    padding-top: 0px;
  }
  .news {
    padding-top: 20px;
  }
  .news .pop__cats__top {
    margin-bottom: 20px;
  }
  .news .pop__cats__top .block__title {
    font-size: 24px;
    line-height: 1.2;
  }
  .news .banner-section {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
  }
  .news .banner-section .banner-left {
    width: 100%;
    padding: 20px;
    min-height: auto;
  }
  .news .banner-section .banner-left .banner-title {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 20px;
  }
  .news .banner-section .banner-left .ofer-slider__slides__btn__1 {
    width: 100%;
    font-size: 14px;
    padding: 12px 16px;
    text-align: center;
  }
  .news .banner-section .banner-right {
    width: 100%;
    min-height: 200px;
    padding: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  .news .banner-section .banner-right .ofer-slider__infos__element__1__btn {
    width: 100%;
    font-size: 14px;
    padding: 12px 16px;
    text-align: center;
  }
  .news .shop-offline-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .news .shop-offline-grid .shop-card {
    padding: 0;
  }
  .news .shop-card__map {
    border-radius: 6px;
    margin-left: 16px;
    margin-right: 16px;
    width: auto;
  }
  .news .shop-offline-grid .shop-card__image {
    height: 180px;
    margin-bottom: 15px;
  }
  .news .shop-offline-grid .shop-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .news .shop-offline-grid .shop-card__title {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 12px;
  }
  .news .shop-offline-grid .shop-card__info {
    gap: 10px;
    margin-bottom: 15px;
  }
  .news .shop-offline-grid .shop-card__info__element {
    gap: 10px;
  }
  .news .shop-offline-grid .shop-card__info__element i {
    font-size: 14px;
    min-width: 16px;
  }
  .news .shop-offline-grid .shop-card__info__element .shop-card__line {
    font-size: 13px;
    line-height: 1.4;
  }
  .news .shop-offline-grid .shop-card__map {
    width: auto;
    font-size: 14px;
    padding: 12px;
    text-align: center;
  }
}
@media (max-width: 1280px) {
  .why {
    padding: 40px 0;
    background: none;
  }
  .why .why-section {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .why .why-info {
    width: 100%;
  }
  .why .why-info .block__title {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 12px;
  }
  .why .why-info .why-subtitle {
    font-size: 14px;
    line-height: 1.4;
  }
  .why .why-list {
    width: 100%;
    gap: 20px;
  }
  .why .why-list .why-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .why .why-list .why-item.special {
    display: flex;
    flex-direction: column;
  }
  .why .why-list .why-item.special .why-image-placeholder {
    width: 100%;
    height: 150px;
  }
  .why .why-list .why-item.special .why-image-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .why .why-list .why-item.special .why-text {
    width: 100%;
  }
  .why .why-list .why-item.special .why-text strong {
    font-size: 14px;
    line-height: 1.4;
    display: block;
    margin-bottom: 15px;
  }
  .why .why-list .why-item.special .why-text .bonus__block__btn a {
    font-size: 13px;
    line-height: 1.4;
    padding: 10px 0;
    display: inline-block;
  }
  .why .why-list .why-item .why-icon .icon-placeholder {
    width: 50px;
    height: 50px;
  }
  .why .why-list .why-item .why-icon .icon-placeholder img {
    width: 40px;
    height: 40px;
  }
  .why .why-list .why-item .why-text {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media (max-width: 1280px) {
  .news {
    padding-top: 20px;
  }
  .news .pop__cats__top {
    margin-bottom: 20px;
  }
  .news .pop__cats__top .block__title {
    font-size: 24px;
    line-height: 1.2;
  }
  .news .news__wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .news .news__element__img {
    margin-bottom: 15px;
  }
  .news .news__element__img img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .news .news__element .news__date {
    font-size: 14px;
    padding: 8px 12px;
  }
  .news .news__element .news__title {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  .news .news__element .news__description {
    font-size: 14px;
    line-height: 1.4;
  }
  .news .news__element .news__description p {
    margin: 0;
  }
  .news .pagination {
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 30px;
  }
  .news .pagination .page-item .page-link {
    padding: 10px 16px;
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .about__why__me {
    padding: 40px 0;
  }
  .about__why__me__top {
    display: none;
  }
  .about__why__me__bottom {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .about__why__me__bottom__element-1,
  .about__why__me__bottom__element-2 {
    width: 100%;
    flex-direction: column;
    padding: 20px;
    min-height: auto;
  }
  .about__why__me__bottom__element-1 .about__why__me__bottom__element__info,
  .about__why__me__bottom__element-2 .about__why__me__bottom__element__info {
    width: 100%;
    margin-bottom: 15px;
  }
  .about__why__me__bottom__element-1 .about__why__me__bottom__element__info .marker,
  .about__why__me__bottom__element-2 .about__why__me__bottom__element__info .marker {
    font-size: 12px;
    padding: 6px 10px;
    margin-bottom: 12px;
  }
  .about__why__me__bottom__element-1 .about__why__me__bottom__element__info .about__why__element__title,
  .about__why__me__bottom__element-2 .about__why__me__bottom__element__info .about__why__element__title {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 8px;
  }
  .about__why__me__bottom__element-1 .about__why__me__bottom__element__info .about__why__element__text,
  .about__why__me__bottom__element-2 .about__why__me__bottom__element__info .about__why__element__text {
    font-size: 14px;
    line-height: 1.4;
  }
  .about__why__me__bottom__element-1 .about__why__me__bottom__element__img,
  .about__why__me__bottom__element-2 .about__why__me__bottom__element__img {
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .about__why__me__bottom__element-1 .about__why__me__bottom__element__img img,
  .about__why__me__bottom__element-2 .about__why__me__bottom__element__img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }
}
@media (max-width: 1280px) {
  .news .block__text__control {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .news .pop__cats__top .block__text__control p {
    width: 100%;
  }
  .news .news-content-main-img {
    margin-bottom: 20px;
  }
  .news .news-content-main-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .news .block__title {
    font-size: 22px;
    line-height: 1.3;
    margin: 0;
    padding: 16px 16px 0 16px;
    margin-bottom: 20px;
    width: 100%;
  }
  .news .news-content-info-wrap {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .news .news-content-info-text {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
  .news .news-content-info-text .content p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 15px;
  }
  .news .news-content-info-side {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
  .news .news-content-info-side .tovar__side__title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .news .news-content-info-side .tovar__side__elements {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .news .news-content-info-side .tovar__side__element {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .news .news-content-info-side .tovar__side__element__img {
    width: 100%;
    height: 180px;
  }
  .news .news-content-info-side .tovar__side__element__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .news .news-content-info-side .tovar__side__element__title {
    font-size: 14px;
    line-height: 1.4;
  }
  .news .gallery__block {
    margin: 30px 0;
  }
  .news .gallery__block .gallery__slider {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .news .gallery__block .gallery__slider .gallery__element {
    width: 100%;
  }
  .news .gallery__block .gallery__slider .gallery__element img {
    width: 100%;
    height: auto;
  }
  .news .gallery__block .gallery__slider .dots-style {
    display: none !important;
    visibility: hidden !important;
  }
  .news .news__date {
    font-size: 14px;
    margin-top: 20px;
  }
  .news .pop__cats__top {
    margin-bottom: 20px;
  }
  .news .pop__cats__top .block__title {
    font-size: 20px;
    line-height: 1.3;
  }
  .news .pop__cats__top .block__text__control p {
    font-size: 14px;
    line-height: 1.4;
  }
  .news .news__slider {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .news .news__slider .news__element {
    width: 100%;
  }
  .news .news__slider .news__element__img {
    margin-bottom: 15px;
  }
  .news .news__slider .news__element__img img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .news .news__slider .news__element .news__date {
    font-size: 13px;
    padding: 6px 10px;
  }
  .news .news__slider .news__element .news__title {
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  .news .news__slider .news__element .news__description {
    font-size: 14px;
    line-height: 1.4;
  }
  .news .news__slider .news__element .news__description p {
    margin: 0;
  }
  .news .news__carousel__control {
    display: none;
    visibility: hidden;
  }
}
@media (max-width: 1280px) {
  .ofer.margin-top {
    margin-top: 20px;
    padding: 0;
  }
  .ofer.margin-top .container {
    padding: 0 16px;
  }
  .ofer.margin-top .ofer-slider {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .ofer.margin-top .ofer-slider__slides {
    width: 100%;
  }
  .ofer.margin-top .ofer-slider__slides video {
    width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
  }
  .ofer.margin-top .ofer-slider__slides__info {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 16px;
    width: 100%;
  }
  .ofer.margin-top .ofer-slider__slides__btn__1,
  .ofer.margin-top .ofer-slider__slides__btn__2 {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center;
    font-size: 14px;
    padding: 14px 20px;
    border-radius: 8px;
    display: block;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .ofer.margin-top .ofer-slider__slides__btn__1 {
    background: #000;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
  }
  .ofer.margin-top .ofer-slider__slides__btn__2 {
    background: #f5f5f5;
    color: #333;
    border: 1px solid #ddd;
  }
  .ofer.margin-top .ofer-slider__infos {
    width: 100%;
  }
  .ofer.margin-top .ofer-slider__infos .ofer-slider__wrap {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 12px;
  }
  .ofer.margin-top .ofer-slider__infos__element__1 {
    padding: 16px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .ofer.margin-top .ofer-slider__infos__element__1__info {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .ofer.margin-top .ofer-slider__infos__element__1__title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
  }
  .ofer.margin-top .ofer-slider__infos__element__1__text {
    font-size: 13px;
    line-height: 1.4;
    opacity: 0.9;
  }
  .ofer.margin-top .ofer-slider__infos__element__1__btn {
    width: 100%;
    text-align: center;
    padding: 12px 16px;
    font-size: 13px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.2);
    color: inherit;
    border: 1px solid rgba(255, 255, 255, 0.3);
  }
  .ofer.margin-top .ofer-slider__element__red {
    background: #ff6b6b;
    color: #fff;
  }
  .ofer.margin-top .ofer-slider__element__blue {
    background: #4ecdc4;
    color: #fff;
  }
  .ofer.margin-top .ofer-slider__infos__element__2 {
    padding: 16px;
    border-radius: 12px;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
  }
  .ofer.margin-top .ofer-slider__infos__element__2__title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 8px;
    color: #333;
  }
  .ofer.margin-top .ofer-slider__infos__element__2 .ofer-slider__infos__element__1__text {
    font-size: 13px;
    line-height: 1.4;
    color: #666;
  }
}
@media (max-width: 1280px) {
  .ofer.margin-top {
    margin-top: var(--header-height-mobile);
  }
}
@media (max-width: 1280px) {
  .ofer-slider__slides__info {
    left: auto !important;
  }
}
@media (max-width: 1280px) {
  .ofer-slider__slides {
    height: 200px;
    margin-left: -16px;
    margin-right: -16px;
    width: auto !important;
    border-radius: 0 !important;
  }
  .ofer-slider__slides video {
    border-radius: 0 !important;
  }
}
@media (max-width: 1280px) {
  .ofer-slider__slides .slick-slide > div > div {
    height: auto;
  }
}
@media (max-width: 1280px) {
  .ofer-slider__infos .dots-style {
    display: none;
    visibility: hidden;
  }
}
@media (max-width: 1280px) {
  .ofer-slider__slides__info {
    display: none !important;
    visibility: hidden !important;
  }
}
@media (max-width: 1280px) {
  .about__main {
    padding: 40px 0;
  }
  .about__main .about__wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .about__main .about__left {
    width: 100%;
  }
  .about__main .about__left p {
    font-size: 16px;
    line-height: 1.4;
  }
  .about__main .about__right {
    width: 100%;
  }
  .about__main .about__right__top {
    margin-bottom: 20px;
  }
  .about__main .about__right__top p {
    font-size: 14px;
    line-height: 1.5;
  }
  .about__main .about__right__botom {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .about__main .about__right__botom__img {
    width: 100%;
  }
  .about__main .about__right__botom__img img {
    width: 100%;
    height: auto;
    border-radius: 12px;
  }
  .about__main .about__right__botom__info {
    width: 100%;
  }
  .about__main .about__right__botom__info p {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media (max-width: 1280px) {
  .about__why__me {
    padding: 40px 0;
  }
  .about__why__me__top {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 24px;
  }
  .about__why__me__top .about__why__me__title {
    font-size: 22px;
    line-height: 1.2;
    width: 100%;
  }
  .about__why__me__top .about__why__me__info {
    width: 100%;
  }
  .about__why__me__top .about__why__me__info p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 16px;
  }
  .about__why__me__top .about__why__me__info .ofer-slider__slides__btn__1 {
    width: 100%;
    text-align: center;
  }
  .about__why__me__bottom {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .about__why__me__bottom__element-1,
  .about__why__me__bottom__element-2 {
    width: 100%;
    padding: 16px;
    border-radius: 12px;
  }
  .about__why__me__bottom__element__info {
    margin-bottom: 16px;
  }
  .about__why__me__bottom__element__info .marker {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .about__why__me__bottom .about__why__element__title {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 8px;
  }
  .about__why__me__bottom .about__why__element__text {
    font-size: 13px;
    line-height: 1.4;
  }
  .about__why__me__bottom__element__img img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 1280px) {
  .pop__cats {
    padding: 40px 0;
  }
  .pop__cats__top {
    margin-bottom: 20px;
  }
  .pop__cats__top .block__title {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 12px;
  }
  .pop__cats__top .block__title a {
    display: block;
    margin-top: 8px;
    font-size: 13px;
  }
  .pop__cats__top p {
    font-size: 14px;
    line-height: 1.4;
  }
  .pop__cats__slider {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .pop__cats .pop__cat__element {
    margin: 0;
    border-radius: 12px;
    overflow: hidden;
  }
  .pop__cats .pop__cat__element img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    display: block;
  }
  .pop__cats .pop__cats__title {
    padding: 10px;
    font-size: 12px;
    line-height: 1.3;
    text-align: center;
  }
}
@media (max-width: 1280px) {
  .action__wrapper .block__title {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .action__info__wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
  }
  .action__info__element {
    width: 100%;
  }
  .action__element__num {
    font-size: 24px;
    margin-bottom: 8px;
  }
  .action__element__text {
    font-size: 14px;
    line-height: 1.5;
  }
  .action .ofer-slider__slides__btn__1 {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 1280px) {
  .pop__tovar99 {
    padding: 40px 0;
  }
  .pop__tovar99 .pop__cats__top {
    margin-bottom: 20px;
  }
  .pop__tovar99 .pop__cats__top .block__title {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 8px;
  }
  .pop__tovar99 .pop__cats__top .block__title a {
    display: block;
    margin-top: 8px;
    font-size: 13px;
  }
  .pop__tovar99 .block__text__control {
    gap: 16px;
  }
  .pop__tovar99 .block__text__control p {
    font-size: 14px;
    line-height: 1.4;
  }
  .pop__tovar99 .products__content .product__slider {
    padding-bottom: 8px;
  }
  .pop__tovar99 .products__content .product__slider::-webkit-scrollbar {
    height: 4px;
  }
  .pop__tovar99 .products__content .product__slider::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 2px;
  }
  .pop__tovar99 .products__content .product__element {
    flex: 0 0 calc(50% - 6px);
    min-width: 160px;
    scroll-snap-align: start;
  }
  .pop__tovar99 .products__content .product__element__img img {
    width: 100%;
    height: auto;
  }
  .pop__tovar99 .products__content .product__title {
    font-size: 12px;
    line-height: 1.3;
    margin-bottom: 8px;
  }
  .pop__tovar99 .products__content .product__prices {
    margin-bottom: 8px;
  }
  .pop__tovar99 .products__content .product__price {
    font-size: 14px;
  }
  .pop__tovar99 .products__content .product__price__old__price {
    font-size: 12px;
  }
  .pop__tovar99 .products__content .product__btns {
    flex-direction: column;
    gap: 8px;
  }
  .pop__tovar99 .products__content .product__btn__1 {
    width: 100%;
    text-align: center;
    font-size: 12px;
    padding: 10px;
  }
  .pop__tovar99 .products__content .product__btn__2 {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 10px;
  }
}
@media (max-width: 1280px) {
  .bonus__block {
    padding: 40px 0;
  }
  .bonus__block .bonus__wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .bonus__block .bonus__info__wrapper {
    width: 100%;
  }
  .bonus__block .bonus__info__wrapper .bonus__block__title {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 12px;
  }
  .bonus__block .bonus__info__wrapper p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 16px;
  }
  .bonus__block .bonus__info__wrapper .bonus__block__btn a {
    width: 100%;
    text-align: center;
    font-size: 13px;
    padding: 14px 16px;
  }
  .bonus__block .bonus__img__wrapper {
    width: 100%;
  }
  .bonus__block .bonus__img__wrapper img {
    width: 100%;
    height: auto;
    border-radius: 12px;
  }
}
@media (max-width: 1280px) {
  .tickets .pop__cats__top {
    margin-bottom: 20px;
  }
  .tickets .pop__cats__top .block__title {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 8px;
  }
  .tickets .block__text__control {
    flex-direction: column;
    gap: 16px;
  }
  .tickets .block__text__control p {
    font-size: 14px;
    line-height: 1.4;
  }
  /*
  .tickets .tickets__content .ticket__slider {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 8px;
  }

  .tickets .tickets__content .ticket__slider::-webkit-scrollbar {
    height: 4px;
  }

  .tickets .tickets__content .ticket__slider::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 2px;
  }

  .tickets .tickets__content .ticket__element {
    flex: 0 0 calc(85% - 6px);
    min-width: 280px;
    scroll-snap-align: start;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
  }

  .tickets .tickets__content .ticket__element__img {
    position: relative;
  }

  .tickets .tickets__content .ticket__element__img .ticket__img__price {
    position: absolute;
    top: 12px;
    left: 12px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 6px 10px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
  }

  .tickets .tickets__content .ticket__element__img img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/10;
    object-fit: cover;
  }

  .tickets .tickets__content .ticket__element__info__wrap {
    padding: 16px;
  }

  .tickets .tickets__content .ticket__title {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 8px;
    display: block;
  }

  .tickets .tickets__content .ticket__price {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
  }

  .tickets .tickets__content .product__btns {
    display: flex;
    gap: 8px;
  }

  .tickets .tickets__content .product__btns .ofer-slider__slides__btn__1 {
    flex: 1;
    text-align: center;
    font-size: 13px;
    padding: 12px;
  }

  .tickets .tickets__content .product__btns .product__btn__2 {
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
    */
}
@media (max-width: 1280px) {
  .about__us {
    padding: 40px 0;
  }
  .about__us__wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 40px;
  }
  .about__us__right {
    width: 100%;
  }
  .about__us__right .about__us__subtitle {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .about__us__right .about__us__title {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 12px;
  }
  .about__us__right .about__us__introtext {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 16px;
  }
  .about__us__right .about__us__img__1 img {
    width: 100%;
    height: auto;
    border-radius: 12px;
  }
  .about__us__left {
    width: 100%;
  }
  .about__us__left .about__us__img__2 {
    margin-bottom: 16px;
  }
  .about__us__left .about__us__img__2 img {
    width: 100%;
    height: auto;
    border-radius: 12px;
  }
  .about__us__left .about__us__content {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 16px;
    padding-right: 0;
  }
  .about__us__left .about__us__btn a {
    width: 100%;
    text-align: center;
    display: block;
    padding: 14px;
    font-size: 14px;
  }
  .about__us .num__block .block__title {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 20px;
    text-align: center;
  }
  .about__us .num__block .digits__numbers {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .about__us .num__block .counter-wrap {
    text-align: center;
    padding: 16px;
    background: #f5f5f5;
    border-radius: 12px;
  }
  .about__us .num__block .counter-wrap .digits__number {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 8px;
  }
  .about__us .num__block .counter-wrap p {
    font-size: 13px;
    line-height: 1.4;
  }
}
@media (max-width: 1280px) {
  .news {
    padding: 40px 0;
  }
  .news .pop__cats__top {
    margin-bottom: 20px;
  }
  .news .pop__cats__top .block__title {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 8px;
  }
  .news .pop__cats__top .block__title a {
    display: block;
    margin-top: 8px;
    font-size: 13px;
  }
  .news .block__text__control {
    flex-direction: column;
    gap: 16px;
  }
  .news .block__text__control p {
    font-size: 14px;
    line-height: 1.4;
  }
  .news .news__slider {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 8px;
  }
  .news .news__slider::-webkit-scrollbar {
    height: 4px;
  }
  .news .news__slider::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 2px;
  }
  .news .news__element {
    flex: 0 0 calc(85% - 6px);
    min-width: 280px;
    scroll-snap-align: start;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
  }
  .news .news__element__img {
    position: relative;
  }
  .news .news__element__img .news__date {
    position: absolute;
    top: 12px;
    left: 12px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 6px 10px;
    border-radius: 20px;
    font-size: 12px;
  }
  .news .news__element__img img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/10;
    object-fit: cover;
    display: block;
  }
  .news .news__title {
    font-size: 14px;
    line-height: 1.4;
    padding: 12px;
    margin: 0;
  }
  .news .news__description {
    padding: 0 12px 12px;
    font-size: 13px;
    line-height: 1.4;
    color: #666;
  }
}
@media (max-width: 1280px) {
  .hero {
    padding: 40px 0;
  }
  .hero__inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    text-align: center;
    padding-bottom: 24px;
  }
  .hero__figure {
    width: 60%;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  .hero__figure img {
    width: 100%;
    height: auto;
  }
  .hero__content {
    width: 100%;
  }
  .hero__content__title {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 12px;
  }
  .hero__content_description {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 16px;
  }
  .hero__content .ofer-slider__slides__btn__1 {
    width: 100%;
    text-align: center;
  }
  .hero__products {
    display: none;
  }
}
@media (max-width: 1280px) {
  .why__me {
    padding: 40px 0;
    display: none;
    visibility: hidden;
  }
  .why__me .why__grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .why__me .why__gallery-pin {
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
  }
  .why__me .why__gallery {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .why__me .why__gallery .why__card {
    border-radius: 12px;
    overflow: hidden;
    width: 100%;
  }
  .why__me .why__gallery .why__card--top {
    width: 100%;
  }
  .why__me .why__gallery .why__card img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 16/9;
    display: block;
  }
  .why__me .why__content {
    width: 100%;
  }
  .why__me .why__content .block__title {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 12px;
  }
  .why__me .why__content .why__lead {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 16px;
  }
  .why__me .why__content .why__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 20px;
  }
  .why__me .why__content .why__item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
  }
  .why__me .why__content .why__star {
    font-size: 16px;
    line-height: 1;
    color: #ff6b00;
  }
  .why__me .why__content .why__item-body {
    flex: 1;
  }
  .why__me .why__content .why__item-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 4px;
  }
  .why__me .why__content .why__item-body p {
    font-size: 13px;
    line-height: 1.4;
    color: #666;
  }
  .why__me .why__content .bonus__block__btn a {
    width: 100%;
    text-align: center;
    font-size: 13px;
    padding: 14px;
  }
}
@media (max-width: 1280px) {
  .subscribe {
    padding: 40px 0;
  }
  .subscribe__inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 32px 16px;
  }
  .subscribe__content {
    width: 100%;
  }
  .subscribe__content__title {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 8px;
  }
  .subscribe__content_description {
    font-size: 14px;
    line-height: 1.5;
  }
  .subscribe__form {
    width: 100%;
  }
  .subscribe__form .subscribe-form__input {
    width: 100%;
    padding: 14px 16px;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 12px;
  }
  .subscribe__form .subscribe-form__btn {
    width: 100%;
    padding: 14px;
    font-size: 14px;
    text-align: center;
  }
}
@media (max-width: 1280px) {
  .dostavka__oplata__block {
    padding: 0 16px;
    margin-bottom: 40px;
  }
  .dostavka__oplata__block .container {
    padding: 0;
  }
  .dostavka__oplata__block .block__title {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1.2;
  }
  .dostavka__oplata__block .dostavka__oplata {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .dostavka__oplata__block .dostavka__tabs {
    margin-bottom: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .dostavka__oplata__block .dostavka__tabs::-webkit-scrollbar {
    display: none;
  }
  .dostavka__oplata__block .dostavka__tabs__wrapper {
    display: flex;
    flex-direction: row;
    gap: 12px;
    flex-wrap: nowrap;
    min-width: min-content;
  }
  .dostavka__oplata__block .dostavka__tab {
    display: flex;
    align-items: center;
    gap: 10px 20px;
    padding: 12px 16px;
    background: #fff;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    flex-shrink: 0;
    white-space: nowrap;
  }
  .dostavka__oplata__block .dostavka__tab.active {
    background: #E0DEE9;
    border-color: #ddaf56;
  }
  .dostavka__oplata__block .dostavka__tab.active p {
    color: #E63E33;
  }
  .dostavka__oplata__block .dostavka__tab:hover {
    background: #fff;
    border-color: #ddaf56;
  }
  .dostavka__oplata__block .dostavka__tab .tab__img {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .dostavka__oplata__block .dostavka__tab .tab__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .dostavka__oplata__block .dostavka__tab p {
    font-size: 15px;
    font-weight: 500;
    color: #333;
    margin: 0;
  }
}
@media (max-width: 1280px) {
  .profile__block .logout a {
    font-size: 0;
    line-height: 0;
  }
  .profile__block .logout a i {
    font-size: 16px;
  }
  .profile__block .dostavka__oplata {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .profile__block .dostavka__tabs {
    margin-bottom: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .profile__block .dostavka__tabs::-webkit-scrollbar {
    display: none;
  }
  .profile__block .dostavka__tabs__wrapper {
    display: flex;
    flex-direction: row;
    gap: 12px;
    flex-wrap: nowrap;
    min-width: min-content;
  }
  .profile__block .dostavka__tabs {
    font-size: 12px;
  }
  .profile__block .history__header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px 0;
  }
  .profile__block .history__products {
    display: flex;
    flex-direction: column;
  }
  .profile__block .history__products .history__product {
    gap: 8px;
  }
  .profile__block .history__products .history__product-info {
    padding-left: 12px;
  }
}
@media (max-width: 1280px) {
  .dostavka__oplata__block .dostavka__content {
    width: 100%;
    padding: 0;
  }
  .dostavka__oplata__block .dostavka__pane {
    display: none;
    width: 100%;
  }
  .dostavka__oplata__block .dostavka__pane.active {
    display: block;
  }
  .dostavka__oplata__block .dostavka__pane .tab__title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #000;
  }
  .dostavka__oplata__block .dostavka__pane p {
    width: 100%;
    font-size: 15px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 16px;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }
  .dostavka__oplata__block .dostavka__pane p:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 1280px) {
  .about__shop__offline .shop-offline {
    display: none;
    visibility: hidden;
  }
  .about__shop__offline {
    padding: 0 16px !important;
  }
  .about__shop__offline .shop-ticket {
    display: none;
    visibility: hidden;
  }
  .about__shop__offline .container {
    padding: 0;
  }
  .about__shop__offline .shop-bottom {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 24px 0;
    text-align: left;
  }
  .about__shop__offline .shop-bottom__left {
    width: 100%;
    display: flex;
    justify-content: center;
    order: 2;
  }
  .about__shop__offline .shop-bottom__left .shop-character {
    max-width: 200px;
    height: auto;
  }
  .about__shop__offline .shop-bottom__right {
    width: 100%;
    order: 1;
    padding-left: 16px;
    padding-right: 16px;
  }
  .about__shop__offline .shop-bottom__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 12px;
    color: #000;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }
  .about__shop__offline .shop-bottom__text {
    font-size: 15px;
    line-height: 1.5;
    color: #666;
    margin-bottom: 20px;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }
}
@media (max-width: 1280px) {
  .contacts {
    margin-bottom: 48px;
  }
  .contacts__wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .contacts__info,
  .contacts__social {
    padding: 24px 16px;
  }
  .contacts__info__title,
  .contacts__social__title {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .contacts__info__info {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .contacts__social__btn {
    width: 100%;
    max-width: 320px;
    box-sizing: border-box;
  }
  .contacts__social__description {
    font-size: 16px;
    width: 100%;
  }
  .contacts__social__img {
    position: relative;
    bottom: 0;
    right: 0;
    max-width: 200px;
    margin-top: 16px;
  }
}
@media (max-width: 1280px) {
  .contact__form__title {
    font-size: 22px;
    margin-bottom: 16px;
  }
  .contact__form__description {
    font-size: 16px;
  }
  .contact__form__container {
    grid-template-columns: 1fr;
    padding-left: 16px;
    padding-right: 16px;
  }
  .contact__form__wrapper {
    grid-template-columns: 1fr;
    gap: 24px;
    grid-column: 1;
  }
  .contact-form__input {
    height: 44px;
    font-size: 14px;
  }
}
@media (min-width: 1280px) {
  .order-table {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
.order-table .tr {
  display: flex;
  flex-direction: row;
}

@media (max-width: 1280px) {
  .about {
    overflow: hidden;
  }
  .about .about__grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .about .about__left {
    width: 100%;
  }
  .about .about__left .about__image-small {
    margin-bottom: 16px;
    width: 100%;
    overflow: hidden;
  }
  .about .about__left .about__image-small img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
  }
  .about .about__left .title__text {
    width: 100%;
  }
  .about .about__left .title__text p {
    font-size: 14px;
    line-height: 1.5;
    word-wrap: break-word;
  }
  .about .about__left .title__text p strong {
    font-size: 16px;
  }
  .about .about__right {
    width: 100%;
  }
  .about .about__right .about__image-big {
    margin-bottom: 16px;
    width: 100%;
    overflow: hidden;
  }
  .about .about__right .about__image-big img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
  }
  .about .about__right .about__text {
    width: 100%;
  }
  .about .about__right .about__text p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 12px;
    word-wrap: break-word;
  }
  .about .about__right .about__text p b {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .about__mission .mission-grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .about__mission .mission-images {
    width: 100%;
    order: 2;
  }
  .about__mission .mission-images__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 12px;
  }
  .about__mission .mission-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }
  .about__mission .mission-content {
    width: 100%;
    order: 1;
  }
  .about__mission .mission-title {
    font-size: 20px;
    margin-bottom: 16px;
    text-align: center;
  }
  .about__mission .mission-text {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 16px;
  }
  .about__mission .mission-text--main {
    font-size: 16px;
  }
  .about__mission .bonus__block__btn a {
    font-size: 14px;
    padding: 12px 16px;
  }
}
@media (max-width: 1280px) {
  .about__why__me__bottom {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .about__why__me__bottom__element-1,
  .about__why__me__bottom__element-2 {
    width: 100%;
    flex-direction: column;
    padding: 16px;
  }
  .about__why__me__bottom__element__info {
    width: 100%;
    margin-bottom: 16px;
  }
  .about__why__me__bottom__element__info .marker {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .about__why__me .about__why__element__title {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .about__why__me .about__why__element__text {
    font-size: 14px;
  }
  .about__why__me__bottom__element__img {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .about__why__me__bottom__element__img img {
    max-width: 150px;
    height: auto;
  }
}
@media (max-width: 1280px) {
  .about__banner {
    padding: 40px 0;
    display: none;
    visibility: hidden;
  }
  .about__banner__wrapper {
    padding: 24px 16px;
    text-align: center;
  }
  .about__banner__title {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 16px;
  }
  .about__banner__text {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .about__banner__btn .ofer-slider__slides__btn__1 {
    width: 100%;
    max-width: 280px;
    padding: 14px 20px;
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .about__shop__offline .shop-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
  }
  .about__shop__offline .shop-ticket,
  .about__shop__offline .shop-offline,
  .about__shop__offline .ofer-slider__infos__element__2 {
    width: 100%;
  }
  .about__shop__offline .shop-ticket__inner {
    flex-direction: column;
    padding: 16px;
  }
  .about__shop__offline .shop-ticket__inner .shop-ticket__img {
    width: 100%;
    max-width: 200px;
    margin: 0 auto 16px;
  }
  .about__shop__offline .shop-ticket__content {
    text-align: center;
  }
  .about__shop__offline .shop-ticket__title {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .about__shop__offline .shop-offline__inner {
    padding: 16px;
  }
  .about__shop__offline .shop-offline__title {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .about__shop__offline .shop-offline__img {
    width: 100%;
    height: auto;
  }
  .about__shop__offline .shop-bottom {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .about__shop__offline .shop-bottom__left {
    width: 100%;
    text-align: center;
  }
  .about__shop__offline .shop-bottom__left .shop-character {
    max-width: 150px;
    height: auto;
  }
  .about__shop__offline .shop-bottom__right {
    width: 100%;
    text-align: center;
  }
  .about__shop__offline .shop-bottom__title {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .about__shop__offline .shop-bottom__text {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .about__shop__offline .ofer-slider__infos__element__2 {
    padding: 20px;
  }
  .about__shop__offline .ofer-slider__infos__element__2__title {
    font-size: 16px;
    margin-bottom: 12px;
    width: auto;
  }
  .about__shop__offline .ofer-slider__infos__element__2 .ofer-slider__infos__element__1__text {
    font-size: 14px;
    margin-bottom: 16px;
    width: auto;
  }
  .about__shop__offline .vystavki_btn-secondary {
    width: 100%;
    margin-top: 12px;
    padding: 12px 16px;
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .about__vdoh {
    margin-bottom: 40px;
  }
  .about__vdoh .vdoh-grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .about__vdoh .vdoh-left {
    width: 100%;
    order: 2;
  }
  .about__vdoh .vdoh-right {
    width: 100%;
    order: 1;
  }
  .about__vdoh .vdoh-title {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 16px;
  }
  .about__vdoh .vdoh-text {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .about__vdoh .vdoh-text p {
    font-size: 14px;
  }
  .about__vdoh .vdoh-btns {
    display: flex;
    flex-direction: row;
    gap: 12px;
  }
  .about__vdoh .vdoh-btn {
    width: 100%;
    padding: 14px 20px;
    font-size: 14px;
    text-align: center;
  }
  .about__vdoh .vdoh-btn--tg {
    width: auto;
    align-self: center;
    padding: 12px 24px;
  }
  .about__vdoh .vdoh-photo {
    position: relative;
    margin-bottom: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px 2%;
  }
  .about__vdoh .vdoh-photo__img {
    width: 100%;
    height: auto;
    border-radius: 12px;
  }
  .about__vdoh .vdoh-stat {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
    padding: 12px 16px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    max-width: 46%;
  }
  .about__vdoh .vdoh-stat__icon {
    font-size: 40px;
    color: #ff6b00;
  }
  .about__vdoh .vdoh-stat__text {
    font-size: 12px;
    line-height: 1.3;
  }
  .about__vdoh .vdoh-stat--1,
  .about__vdoh .vdoh-stat--2 {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
  }
}
@media (max-width: 1280px) {
  .about__us__wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .about__us__right,
  .about__us__left {
    width: 100%;
  }
  .about__us__subtitle {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .about__us__title {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 12px;
  }
  .about__us__introtext {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 16px;
  }
  .about__us__img__1 img,
  .about__us__img__2 img {
    width: 100%;
    height: auto;
    border-radius: 12px;
  }
  .about__us__content {
    font-size: 14px;
    line-height: 1.5;
    margin: 16px 0;
  }
  .about__us__btn a {
    width: 100%;
    display: block;
    text-align: center;
    padding: 14px 20px;
    font-size: 14px;
  }
  .about__us .num__block {
    margin-top: 40px;
  }
  .about__us .num__block .block__title {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
  .about__us .digits__numbers {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .about__us .digits__numbers .counter-wrap {
    text-align: center;
    padding: 16px;
    background: #f5f5f5;
    border-radius: 12px;
  }
  .about__us .digits__numbers .digits__number {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #ff6b00;
  }
  .about__us .digits__numbers p {
    font-size: 12px;
    line-height: 1.3;
    margin: 0;
  }
}
@media (max-width: 1280px) {
  .why .why-section {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .why .why-info {
    width: 100%;
    text-align: center;
  }
  .why .why-info .block__title {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 12px;
  }
  .why .why-subtitle {
    font-size: 14px;
    line-height: 1.5;
  }
  .why .why-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .why .why-item {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 16px;
    background: #f9f9f9;
    border-radius: 12px;
  }
  .why .why-item.special {
    background: #fff5eb;
  }
  .why .why-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto;
  }
  .why .why-icon .icon-placeholder img {
    width: 100%;
    height: auto;
  }
  .why .why-text {
    font-size: 14px;
    line-height: 1.5;
  }
  .why .why-image-placeholder {
    width: 100%;
    max-width: 200px;
    margin: 0 auto 12px;
  }
  .why .why-image-placeholder img {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }
  .why .bonus__block__btn {
    margin-top: 12px;
  }
  .why .bonus__block__btn a {
    font-size: 12px;
    padding: 10px 14px;
  }
}
@media (max-width: 1280px) {
  .video__block .pop__cats__top {
    text-align: center;
    margin-bottom: 20px;
  }
  .video__block .pop__cats__top .block__title {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 8px;
  }
  .video__block .pop__cats__top .block__text__control p {
    font-size: 14px;
  }
  .video__block .tabs {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 20px;
  }
  .video__block .tabs .tab {
    width: 100%;
    padding: 12px 16px;
    font-size: 14px;
    text-align: center;
    border-radius: 8px;
  }
  .video__block .tabs__content .tab-content.active {
    display: block;
  }
  .video__block .video__slider {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .video__block .video__element {
    width: 100%;
  }
  .video__block .video__element a {
    display: block;
    border-radius: 12px;
    min-height: 50px;
  }
  .video__block .video__element video {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
  }
  .video__block .video__control {
    margin-top: 16px;
    display: flex;
    justify-content: center;
    gap: 8px;
  }
  .video__block .video__control button,
  .video__block .video__control .slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
  }
}
@media (max-width: 1280px) {
  .seo {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 0;
  }
  .seo .pop__cats__top {
    text-align: center;
    margin-bottom: 20px;
  }
  .seo .pop__cats__top .block__title {
    font-size: 24px;
    line-height: 1.3;
  }
  .seo .content p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 16px;
  }
}
@media (max-width: 1280px) {
  .breadcrumbs-wrapper + .pop__tovar99 {
    padding-top: 0;
  }
}
@media (max-width: 1280px) {
  .pop__tovar99 .product-card .product__btns {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
@media (max-width: 1280px) {
  .lego-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  .lego-card {
    max-width: 320px;
    width: 100%;
  }
  .vystavki .ofer-slider__infos__element__1__btn {
    text-align: center;
  }
  .vystavki .image-placeholder {
    height: 220px;
  }
  .lego-caption {
    font-size: 16px;
    padding: 0 20px;
    height: auto;
    min-height: 70px;
  }
  .banner-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  .banner-left {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 16px;
  }
  .banner-title {
    font-size: 18px;
  }
  .banner-right {
    padding: 20px 16px;
    justify-content: center;
    min-height: 190px;
    align-items: flex-end;
  }
  .banner-right a {
    width: 100%;
    max-width: 320px;
    box-sizing: border-box;
  }
}
@media (max-width: 1280px) {
  .why-section {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .why-info {
    text-align: center;
  }
  .why-info .block__title {
    font-size: 20px;
    max-width: 320px;
  }
  .why-subtitle {
    font-size: 16px;
    max-width: 100%;
  }
  .why-list {
    gap: 16px;
  }
  .why-item {
    display: flex;
    flex-direction: column;
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 20px 16px;
    gap: 16px;
    align-items: center;
  }
  .why-item.special {
    display: flex;
    flex-direction: column;
    grid-template-columns: 1fr;
    padding: 20px 16px;
    gap: 16px;
  }
  .why-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
  }
  .why-text {
    font-size: 16px;
  }
  .why-text .bonus__block__btn {
    justify-content: center;
  }
  .why-text .bonus__block__btn a {
    width: 100%;
    max-width: 320px;
    font-size: 16px;
  }
  .why-image-placeholder {
    max-width: 200px;
    margin: 0 auto;
  }
  .why-image-placeholder img {
    position: relative;
    left: 0;
    top: 0;
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 1280px) {
  .about__why__me__top {
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-height: auto;
    padding: 24px 16px;
    margin-bottom: 24px;
  }
  .about__why__me__bottom {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .about__why__me__title {
    font-size: 22px;
    padding: 0;
    text-align: center;
  }
  .about__why__me__info {
    flex-direction: column;
    padding: 0;
    margin-top: 20px;
    font-size: 16px;
    text-align: center;
  }
  .about__why__me__info .ofer-slider__slides__btn__1 {
    width: 100%;
    max-width: 320px;
    box-sizing: border-box;
  }
  .about__why__me__bottom__element-1,
  .about__why__me__bottom__element-2 {
    display: flex;
    flex-direction: column;
    min-height: auto;
    gap: 16px;
  }
  .about__why__me__bottom__element__info {
    padding: 20px 16px;
  }
  .about__why__me__bottom__element__img {
    order: -1;
  }
  .about__why__me__bottom__element__img img {
    width: 100%;
    max-width: 320px;
    height: auto;
  }
  .about__why__element__title {
    font-size: 18px;
  }
  .about__why__element__text {
    font-size: 14px;
  }
  .marker {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .bonus__wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 20px 16px;
  }
  .bonus__block__title {
    width: 100%;
    max-width: 320px;
    font-size: 22px;
    margin-bottom: 16px;
  }
  .bonus__block__title:after {
    display: none;
  }
  .bonus__info__wrapper {
    font-size: 14px;
    order: 1;
  }
  .bonus__block__btn {
    width: 100%;
    max-width: 320px;
    margin-top: 16px;
  }
  .bonus__block__btn a {
    font-size: 16px;
  }
  .bonus__block__btn a:after {
    display: none;
  }
  .bonus__img__wrapper {
    order: 0;
    max-width: 320px;
    width: 100%;
  }
  .bonus__img__wrapper img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 1280px) {
  .exhibitions-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  .exhibition-card {
    max-width: 320px;
    width: 100%;
  }
  .card-content {
    padding: 20px 16px 16px;
    gap: 16px;
  }
  .card-title-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 16px;
  }
  .card-city {
    font-size: 18px;
  }
  .card-location,
  .card-phone {
    font-size: 16px;
  }
  .card-image {
    height: 180px;
    object-fit: cover;
  }
}
@media (max-width: 1280px) {
  .vystavki_grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .vystavki_text {
    padding: 24px 16px;
    gap: 8px;
  }
  .vystavki_text:before,
  .vystavki_text:after {
    display: none;
  }
  .vystavki_title {
    font-size: 20px;
  }
  .vystavki_text p {
    font-size: 16px;
  }
  .vystavki_buttons {
    width: 100%;
    max-width: 320px;
    gap: 12px;
  }
  .vystavki_buttons a {
    width: 100%;
    max-width: 320px;
    box-sizing: border-box;
  }
  .vystavki_image {
    max-width: 320px;
    width: 100%;
  }
  .vystavki_image img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 1280px) {
  .seo .pop__cats__top {
    text-align: center;
    margin-bottom: 20px;
  }
  .seo .pop__cats__top .block__title {
    font-size: 20px;
    line-height: 1.3;
  }
  .seo .content p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 16px;
  }
}
@media (max-width: 1280px) {
  .vystavka__in__top {
    margin-top: 20px;
  }
  .vystavka-grid {
    gap: 30px;
  }
  .vystavka-header {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .vystavka-title {
    font-size: 28px;
    line-height: 1.2;
  }
  .vystavka-contacts {
    font-size: 14px;
    gap: 8px;
  }
  .vystavka-main {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .vystavka-left {
    position: relative;
  }
  .vystavka-left .ofer-slider__slides__btn__1 {
    position: static;
    display: block;
    width: 100%;
    margin-top: 15px;
  }
  .vystavka-photo {
    height: 250px;
  }
  .vystavka-photo:after {
    display: none;
  }
  .vystavka-right {
    height: auto;
  }
  .vystavka-promo {
    padding: 20px;
    gap: 15px;
  }
  .vystavka-promo__text {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .vystavka-promo__text p {
    padding-bottom: 5px;
  }
  .vystavka-promo__btn {
    padding: 10px 15px;
    font-size: 14px;
  }
  .vystavka-promo__sets {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 15px;
  }
  .vystavka-promo__sets img {
    position: static !important;
    width: 100px;
    height: auto;
    object-fit: contain;
  }
  .vystavka-promo__sets img:first-child {
    position: static !important;
    top: auto;
    right: auto;
  }
  .vystavka-promo__sets img:last-child {
    position: static !important;
    top: auto;
    right: auto;
  }
}
@media (max-width: 1280px) {
  .vystavka__ekspo .ekspo-grid {
    padding: 30px 16px;
    gap: 0;
  }
  .ekspo-header .about__left {
    font-size: 18px;
    width: 100%;
  }
  .ekspo-main {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .ekspo-photo img {
    width: 100%;
    height: auto;
  }
  .ekspo-right {
    gap: 15px;
  }
  .ekspo-text {
    font-size: 18px;
    line-height: 140%;
  }
  .ekspo-list {
    gap: 10px;
  }
  .ekspo-list__item {
    font-size: 16px;
    display: inline-flex;
  }
  .ekspo-list__item .ekspo-list__marker {
    margin-right: 0.3em;
  }
  .ekspo-list__marker {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .vystavka__gallery__wrap {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .vystavka__item-image {
    height: 200px;
  }
  .vystavka__item-title {
    padding: 10px 0;
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .vyst__mag_wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
    background-size: cover;
    background-position: center;
  }
  .vyst__mag-text {
    font-size: 16px;
    margin-bottom: 30px;
    padding-right: 0;
  }
  .vyst-mag-photo {
    margin-top: 30px;
    display: none;
    visibility: hidden;
  }
  .vyst-mag-photo img {
    max-width: 100%;
    height: auto;
  }
  .vdoh-right .vdoh-photo img {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 1280px) {
  .vystavka__slider {
    margin-top: 40px;
  }
  .vystavka__slider__wrapper {
    flex-direction: column;
    gap: 15px;
  }
  .vystavka__slider__wrapper:before,
  .vystavka__slider__wrapper:after {
    display: none;
  }
  .vystavka__slider__element {
    width: 100%;
    height: 250px;
  }
  .slider-for .slick-slide {
    height: auto;
  }
}
@media (max-width: 1280px) {
  .vyst__main__ekspon_wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .vyst__main__ekspon-left {
    padding: 25px 20px;
  }
  .vyst__main__ekspon-left .vdoh-title {
    font-size: 20px;
    line-height: 140%;
  }
  .vyst__main__ekspon-left .vyst__mag-text {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .vyst__main__ekspon-left .vdoh-btns .ofer-slider__slides__btn__1 {
    width: 100%;
  }
  .vyst__main__ekspon-right .vyst__main__ekspon-photo img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 1280px) {
  .about__vdoh .vdoh-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .vdoh-left .vdoh-title {
    font-size: 20px;
    line-height: 140%;
  }
  .vdoh-left .vdoh-text {
    font-size: 16px;
  }
  .vdoh-left .vdoh-text p {
    margin: 0;
  }
  .vdoh-left .vdoh-btns {
    display: flex;
    gap: 10px;
  }
  .vdoh-left .vdoh-btns .vdoh-btn {
    width: auto;
  }
  .vdoh-left .vdoh-btns .vdoh-btn:last-child {
    min-width: 50px;
  }
  .vdoh-right .vdoh-photo img {
    width: 100%;
    height: auto;
  }
  .vdoh-stat {
    padding: 10px 15px;
    gap: 10px;
  }
  .vdoh-stat--1 {
    top: 10px;
    right: 10px;
  }
  .vdoh-stat--2 {
    bottom: 10px;
    left: 10px;
  }
  .vdoh-stat__icon {
    font-size: 18px;
  }
  .vdoh-stat__text {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .ekskurs__wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
    height: auto;
    padding: 30px 20px;
    background-size: cover;
    background-position: center;
  }
  .ekskurs__title {
    font-size: 22px;
    line-height: 140%;
  }
  .ekskurs__info__btn {
    font-size: 14px;
  }
  .ekskurs__info__btn p {
    margin-bottom: 10px;
  }
  .ekskurs__info__btn a {
    margin-top: 15px;
    width: 100%;
  }
  .ekskurs__info__btn .ofer-slider__slides__btn__1 {
    padding-left: 15px;
  }
  .ekskurs__info__btn .ofer-slider__slides__btn__1:before {
    content: none;
    display: none;
  }
}
@media (max-width: 1280px) {
  .tickets .pop__cats__top .block__title {
    font-size: 22px;
  }
  .tickets .pop__cats__top .block__text__control {
    font-size: 14px;
  }
  .tickets .tickets__content .ticket__slider {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .tickets .ticket__element {
    width: 100%;
    max-width: 100%;
  }
  .tickets .ticket__element .ticket__element__img {
    height: 200px;
  }
  .tickets .ticket__element .ticket__element__info__wrap {
    padding: 15px;
  }
  .tickets .ticket__element .ticket__title {
    font-size: 14px;
  }
  .tickets .ticket__element .ticket__price {
    font-size: 18px;
  }
  .tickets .ticket__element .product__btns {
    flex-wrap: wrap;
    gap: 10px;
  }
  .tickets .ticket__element .product__btns .ofer-slider__slides__btn__1 {
    width: 100%;
  }
  .tickets .ticket__element .product__btns .product__btn__2 {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 1280px) {
  .podarok__wrapper {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 30px 20px;
    height: auto;
    background-size: cover;
    background-position: center;
  }
  .podarok__title {
    font-size: 22px;
    line-height: 140%;
    margin-bottom: 15px;
  }
  .podarok__left {
    font-size: 14px;
  }
  .podarok__left p {
    margin-bottom: 10px;
  }
  .podarok__left .ofer-slider__slides__btn__1 {
    width: 100%;
    margin-top: 15px;
  }
  .podarok__right {
    display: none;
  }
  .podarok__block .podarok__left .ofer-slider__slides__btn__1 {
    padding-left: 15px;
  }
  .podarok__block .podarok__left .ofer-slider__slides__btn__1:before {
    content: none;
    display: none;
  }
  .ofer-slider__slides__btn__1 {
    text-align: center;
  }
}
@media (max-width: 1280px) {
  .rev .pop__cats__top .block__title {
    font-size: 22px;
  }
  .rev .pop__cats__top .block__text__control {
    font-size: 14px;
  }
  .rev__wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px 0;
  }
  .rev__info {
    padding: 20px;
    padding-top: 60px;
    height: auto;
    text-align: center;
  }
  .rev__info .rev__info__title {
    font-size: 22px;
  }
  .rev__info .rev__info__mark {
    font-size: 60px;
  }
  .rev__info .rev__info__link {
    margin-top: 10px;
  }
  .rev__info .rev__info__link a {
    font-size: 14px;
  }
  .rev__content .rev__slider .slick-track {
    gap: 15px;
  }
  .rev__element {
    padding: 20px;
    gap: 12px;
    width: auto;
    display: block !important;
    max-width: 100%;
  }
  .rev__element .rev__element__top {
    flex-wrap: wrap;
    gap: 5px;
    font-size: 12px;
  }
  .rev__element .rev__element__text {
    font-size: 14px;
  }
  .rev__element .rev__element__text p {
    margin: 0;
  }
  .rev__element .rev__element__link a {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .vyst__contact {
    margin-top: 40px;
  }
  .vyst__contact__wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .vyst__contact__left.vystavki_text p {
    font-size: 14px;
  }
  .vyst__contact__left.vystavki_text .vyst__contact__top {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .vyst__contact__left.vystavki_text .vyst__contact__title {
    font-size: 18px;
    line-height: 140%;
  }
  .vyst__contact__left.vystavki_text .vyst__contact__video a {
    gap: 10px 16px;
    font-size: 14px;
    align-items: center;
  }
  .vyst__contact__left.vystavki_text .vyst__contact__description {
    font-size: 14px;
  }
  .vyst__contact__left.vystavki_text .vyst__contact__description p {
    margin: 0;
  }
  .vyst__contact__left.vystavki_text .ofer-slider__slides__btn__1,
  .vyst__contact__left.vystavki_text .vystavki_btn-secondary {
    width: 100%;
    margin-top: 10px;
    padding-left: 15px;
  }
  .vyst__contact__left.vystavki_text .ofer-slider__slides__btn__1:before,
  .vyst__contact__left.vystavki_text .vystavki_btn-secondary:before {
    content: none;
    display: none;
  }
  .vyst__contact__map iframe {
    height: 250px;
  }
}
@media (max-width: 1280px) {
  .pop__cats__slider {
    display: block !important;
  }
  .pop__cats__slider .slick-slide {
    padding-left: 4px;
    padding-right: 4px;
  }
}
@media (max-width: 1280px) {
  .pop__tovar99 .pop__cats__top .block__title {
    display: block;
  }
  .pop__tovar99 .pop__cats__top .block__title a {
    display: none;
    visibility: hidden;
  }
  .pop__tovar99 .pop__cats__top .block__text__control p {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 1280px) {
  .block__text__control,
  .video__control {
    display: none;
    visibility: hidden;
  }
}
@media (max-width: 1280px) {
  .video__element {
    height: auto;
  }
}
@media (max-width: 1280px) {
  .about__us__wrapper:before,
  .about__us__wrapper:after {
    content: none;
    display: none;
  }
}
@media (max-width: 1280px) {
  .ofer-slider__infos__element__1 {
    height: 200px;
  }
}
@media (max-width: 1280px) {
  .ofer-slider__infos .dots-style {
    display: none !important;
    visibility: hidden;
  }
}
@media (max-width: 1280px) {
  .pop__cats__top .block__title a {
    display: none !important;
    visibility: hidden;
  }
}
@media (max-width: 1280px) {
  .pop__cats__top p {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 1280px) {
  .pop__cats__top {
    margin-top: 0;
  }
  .filter__toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    background: var(--red);
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: background 0.2s ease;
  }
  .filter__toggle:hover {
    background: var(--red-dark, #c41e12);
  }
  .filter__overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 100;
    cursor: pointer;
  }
  body.filters-open .filter__overlay {
    display: block;
  }
  .filter__side {
    position: fixed;
    top: var(--header-height-mobile);
    right: 0;
    bottom: 0;
    width: 90%;
    max-width: 320px;
    background: #ffffff;
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15);
    z-index: 101;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
    padding: 20px 16px 24px;
  }
  body.filters-open .filter__side {
    transform: translateX(0);
  }
  .filter__side__close {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px 16px;
    font-size: 15px;
    font-weight: 500;
    color: var(--black);
    background: #F7F7F7;
    border: 1px solid #CBCBCB;
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.2s ease;
  }
  .filter__side__close:hover {
    background: #e0e0e0;
  }
  .products__wrapper {
    display: block;
  }
  .products__wrapper .filter__side {
    grid-column: unset;
  }
  .pop__cats__top {
    overflow: visible;
  }
  .lego-menu {
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
  }
  .lego-menu__list {
    padding-bottom: 4px;
  }
}
@media (min-width: 1280px) {
  .filter__toggle,
  .filter__overlay,
  .filter__side__close {
    display: none !important;
  }
}
@media (max-width: 1280px) {
  .pop__cats__top {
    margin-top: 0;
  }
  .filter__toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    background: var(--red);
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: background 0.2s ease;
  }
  .filter__toggle:hover {
    background: var(--red-dark, #c41e12);
  }
  .filter__overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 100;
    cursor: pointer;
  }
  body.filters-open .filter__overlay {
    display: block;
  }
  .filter__side {
    position: fixed;
    top: var(--header-height-mobile);
    right: 0;
    bottom: 0;
    width: 90%;
    max-width: 320px;
    background: #ffffff;
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15);
    z-index: 101;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
    padding: 20px 16px 24px;
  }
  body.filters-open .filter__side {
    transform: translateX(0);
  }
  .filter__side__close {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px 16px;
    font-size: 15px;
    font-weight: 500;
    color: var(--black);
    background: #F7F7F7;
    border: 1px solid #CBCBCB;
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.2s ease;
  }
  .filter__side__close:hover {
    background: #e0e0e0;
  }
  .products__wrapper {
    display: block;
  }
  .products__wrapper .filter__side {
    grid-column: unset;
  }
  .pop__cats__top {
    overflow: visible;
  }
  .lego-menu {
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
  }
  .lego-menu__list {
    padding-bottom: 4px;
  }
}
@media (max-width: 1280px) {
  .filter__side {
    padding: 4px;
  }
  .filters {
    gap: 0 0;
  }
  .filters__block {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .filter__toggle,
  .filter__overlay,
  .filter__side__close {
    display: none !important;
  }
}
.an-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.an-modal.is-open {
  display: block;
}
.an-modal.is-show .an-modal__overlay {
  opacity: 1;
}
.an-modal.is-show .an-modal__dialog {
  opacity: 1;
  transform: scale(1);
}

.an-modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1054;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.an-modal__dialog {
  position: relative;
  z-index: 1056;
  width: auto;
  margin: 1.75rem auto;
  pointer-events: none;
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.3s ease, transform 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100% - 3.5rem);
}
@media (max-width: 1280px) {
  .an-modal__dialog {
    margin: 16px;
    min-height: calc(100% - 32px);
    align-items: center;
    justify-content: center;
  }
}

.an-modal__content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  pointer-events: auto;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 40px;
}
@media (max-width: 1280px) {
  .an-modal__content {
    max-width: 100%;
    border-radius: 20px;
    padding: 24px 16px;
    margin: 0;
  }
}

.an-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F7F7F7;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  color: #6E6E6E;
  transition: all 0.3s ease;
  padding: 0;
}
.an-modal__close:hover {
  background: #CBCBCB;
  color: #101727;
}
.an-modal__close svg {
  width: 20px;
  height: 20px;
}

.an-modal__title {
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  font-weight: 500;
  color: #101727;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 32px;
  justify-content: center;
}
@media (max-width: 1280px) {
  .an-modal__title {
    font-size: 24px;
    margin-bottom: 24px;
  }
}

.an-modal__form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.an-modal__form-group {
  width: 100%;
}

.an-modal__input {
  width: 100%;
  height: 56px;
  padding: 16px 20px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #101727;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 10px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.an-modal__input:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(238, 50, 38, 0.1);
  outline: none;
}
.an-modal__input::placeholder {
  color: #ADAEB3;
}
@media (max-width: 1280px) {
  .an-modal__input {
    height: 52px;
    padding: 14px 16px;
    font-size: 15px;
  }
}

.an-modal__checkbox-wrapper {
  margin-top: 8px;
}

.an-modal__checkbox {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  user-select: none;
}
.an-modal__checkbox input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.an-modal__checkbox input:checked ~ .an-modal__checkmark {
  background-color: var(--red);
  border-color: var(--red);
}
.an-modal__checkbox input:checked ~ .an-modal__checkmark::after {
  display: block;
}

.an-modal__checkmark {
  position: relative;
  width: 20px;
  height: 20px;
  min-width: 20px;
  border: 2px solid #ddd;
  border-radius: 6px;
  margin-right: 12px;
  margin-top: 2px;
  transition: all 0.2s ease;
}
.an-modal__checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.an-modal__checkbox-text {
  font-size: 14px;
  line-height: 1.4;
  color: #7C8089;
}
@media (max-width: 1280px) {
  .an-modal__checkbox-text {
    font-size: 13px;
  }
}

.an-modal__link {
  color: var(--red);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.an-modal__link:hover {
  text-decoration: none;
}

.an-modal__submit {
  width: 100%;
  height: 56px;
  margin-top: 8px;
  padding: 0 24px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  background-color: var(--red);
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.an-modal__submit:hover {
  background-color: #E02519;
  box-shadow: 0 4px 12px rgba(238, 50, 38, 0.3);
}
.an-modal__submit:active {
  transform: translateY(1px);
}
@media (max-width: 1280px) {
  .an-modal__submit {
    height: 52px;
    font-size: 15px;
  }
}

.an-modal__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
  padding-top: 0;
}
@media (max-width: 1280px) {
  .an-modal__footer {
    margin-top: 20px;
  }
}

.an-modal__footer-text {
  font-size: 15px;
  color: #7C8089;
}
@media (max-width: 1280px) {
  .an-modal__footer-text {
    font-size: 14px;
  }
}

.an-modal__footer-link {
  font-size: 15px;
  font-weight: 500;
  color: #101727;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s ease;
}
.an-modal__footer-link:hover {
  border-bottom-color: #101727;
}
@media (max-width: 1280px) {
  .an-modal__footer-link {
    font-size: 14px;
  }
}

body.modal-open {
  overflow: hidden;
  padding-right: 0;
}

.sec-policy {
  padding-bottom: 40px;
}
.sec-policy .block__title {
  text-transform: none;
}
.sec-policy .box-col {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
}
@media (max-width: 1280px) {
  .sec-policy .box-col {
    gap: 24px 0;
  }
}
.sec-policy .text-box {
  padding: 40px 24px;
  background-color: #fff;
  border-radius: 20px;
  color: #101727;
  font-size: 18px;
  line-height: 1.4;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1280px) {
  .sec-policy .text-box {
    font-size: 16px;
  }
}
.sec-policy .text-box h1,
.sec-policy .text-box h2,
.sec-policy .text-box h3,
.sec-policy .text-box h4,
.sec-policy .text-box h5,
.sec-policy .text-box h6 {
  text-transform: none;
  margin: 0 0 24px 0;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
@media (max-width: 1280px) {
  .sec-policy .text-box h1,
  .sec-policy .text-box h2,
  .sec-policy .text-box h3,
  .sec-policy .text-box h4,
  .sec-policy .text-box h5,
  .sec-policy .text-box h6 {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 1.3;
  }
}

.page-thank {
  overflow-x: hidden;
  padding-top: 149px;
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .page-thank {
    padding-top: calc(var(--header-height-mobile) + 24px);
    padding-bottom: 0;
  }
}

.thank-block {
  margin: 0 auto;
  padding-top: 70px;
  background-color: #fff;
  border-radius: 20px;
  padding-left: 16px;
  padding-right: 16px;
}
.thank-block__heading {
  text-align: center;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .thank-block__heading {
    margin-bottom: 50px;
  }
}
.thank-block__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 12px;
  text-transform: uppercase;
  color: #1a1a2e;
}
@media (min-width: 992px) {
  .thank-block__title {
    font-size: 32px;
    margin-bottom: 16px;
  }
}
.thank-block__desc {
  font-size: 20px;
  line-height: 1.5;
  margin: 0;
  color: #1a1a2e;
}
@media (max-width: 1280px) {
  .thank-block__desc {
    font-size: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.thank-block__order {
  display: flex;
  flex-direction: column;
  gap: 18px 0;
}
@media (max-width: 1280px) {
  .thank-block__order {
    background: #F2F2F2;
    border-radius: 20px;
    padding: 16px 14px;
    padding-bottom: 16px;
  }
}
@media (min-width: 1280px) {
  .thank-block__order {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
.thank-block__row {
  display: flex;
  flex-direction: row;
  gap: 0 24px;
}
@media (max-width: 1280px) {
  .thank-block__row.db {
    display: block;
  }
}
.thank-block__row-label {
  display: flex;
  width: 204px;
  flex: 0 0 204px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  color: #7C8089;
}
@media (max-width: 1280px) {
  .thank-block__row-label {
    width: auto;
    flex: 0 0 auto;
    font-size: 16px;
  }
}
.thank-block__row-value {
  font-weight: 800;
  font-size: 22px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #101727;
}
@media (max-width: 1280px) {
  .thank-block__row-value {
    font-size: 18px;
  }
}
.thank-block .thank-block__btn {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media (max-width: 1280px) {
  .thank-block .thank-block__btn {
    margin-top: 16px;
  }
}
.thank-block .thank-block__btn .thank-block__btn {
  border-radius: 10px;
}
@media (min-width: 1280px) {
  .thank-block .thank-block__btn .thank-block__btn {
    min-width: 220px;
  }
}
.thank-block .btn:hover {
  color: #fff;
}

.thank-block {
  overflow: hidden;
  position: relative;
  padding-bottom: 400px;
}
@media (max-width: 1280px) {
  .thank-block {
    padding-bottom: 400px;
  }
}
.thank-block:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -270px;
  transform: translateX(-50%);
  width: 540px;
  flex: 0 0 540px;
  height: 540px;
  background: #FFD754;
  border-radius: 50%;
}
@media (max-width: 1280px) {
  .thank-block:after {
    width: 500px;
    flex: 0 0 500px;
    height: 500px;
    bottom: -250px;
  }
}
.thank-block__gift {
  pointer-events: none;
  display: inline-flex;
  position: absolute;
  z-index: 10;
  left: 50%;
  bottom: 200px;
  transform: translateX(-50%);
  width: 132px;
  height: 132px;
  flex: 0 0 132px;
  font-size: 0;
  line-height: 0;
}
@media (min-width: 1280px) {
  .thank-block__gift {
    position: absolute;
    left: 55%;
    bottom: 130px;
    width: 387px;
    flex: 0 0 387px;
    height: 242px;
    transform: translateX(-50%);
  }
}
.thank-block__gift-icon-mobile {
  display: none;
  visibility: hidden;
}
@media (max-width: 1280px) {
  .thank-block__gift-icon-mobile {
    display: block;
    visibility: visible;
  }
}
@media (max-width: 1280px) {
  .thank-block__gift-icon-desktop {
    display: none;
    visibility: hidden;
  }
}
.thank-block__gift img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.thank-block__gift-text {
  position: absolute;
  left: 50%;
  bottom: -120px;
  width: 300px;
  flex: 0 0 300px;
  color: #000;
  font-weight: 700;
  line-height: 1.4;
  font-size: 22px;
  text-align: center;
  transform: translateX(-50%);
}
@media (min-width: 1280px) {
  .thank-block__gift-text {
    position: absolute;
    left: 35%;
    bottom: -60px;
    transform: translateX(-50%);
    width: 300px;
    flex: 0 0 300px;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.4;
  }
}

@media (max-width: 1280px) {
  .tickets .ticket__title {
    min-height: 1em;
  }
  .tickets .ticket__element .product__btns {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .tickets .ticket__element__img {
    width: 325px;
    margin-left: auto;
    margin-right: auto;
  }
  .tickets .ticket__img__price {
    top: 72px;
    left: -36px;
  }
}
@media (max-width: 1280px) {
  #filterToggle {
    height: auto;
    height: auto;
    padding: 12px !important;
    font-size: 14px !important;
    line-height: 1.4;
  }
  .sort-tabs {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 4px;
    min-width: 100%;
    flex-wrap: nowrap;
  }
  .sort-tabs::-webkit-scrollbar {
    display: none;
  }
  .sort-tabs::-webkit-scrollbar-track {
    display: none;
  }
  .sort-tabs::-webkit-scrollbar-thumb {
    display: none;
  }
  .sort-tabs::-webkit-scrollbar-thumb:hover {
    display: none;
  }
  .sort-tabs__list {
    min-width: max-content;
  }
  .product__element .product__tag:before {
    top: 4px;
    left: 4px;
    width: 24px;
    height: 24px;
  }
  .product__element .product__tag:after {
    width: 32px;
    height: 32px;
  }
  .product__element .product__btns {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 4px;
  }
}
.loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(255, 255, 255);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.loader.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.loader__icon {
  width: 84px;
  height: 84px;
}
.loader__icon svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.loader__icon g {
  opacity: 0;
  transform-origin: center;
}

.loader.show .loader__icon g[clip-path="url(#clip1)"] {
  animation: loader-clock-clip1 2.8s ease-in-out infinite;
}
.loader.show .loader__icon g[clip-path="url(#clip2)"] {
  animation: loader-clock-clip2 2.8s ease-in-out infinite;
}
.loader.show .loader__icon g[clip-path="url(#clip3)"] {
  animation: loader-clock-clip3 2.8s ease-in-out infinite;
}
.loader.show .loader__icon g[clip-path="url(#clip4)"] {
  animation: loader-clock-clip4 2.8s ease-in-out infinite;
}

/* Общий цикл: 1 -> 2 -> 3 -> 4, затем все исчезают и начинается сначала */
@keyframes loader-clock-clip1 {
  0%, 14% {
    opacity: 0;
    transform: scale(0.7);
  }
  20%, 86% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.8);
  }
}
@keyframes loader-clock-clip2 {
  0%, 26% {
    opacity: 0;
    transform: scale(0.7);
  }
  32%, 86% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.8);
  }
}
@keyframes loader-clock-clip3 {
  0%, 38% {
    opacity: 0;
    transform: scale(0.7);
  }
  44%, 86% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.8);
  }
}
@keyframes loader-clock-clip4 {
  0%, 50% {
    opacity: 0;
    transform: scale(0.7);
  }
  52%, 86% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.8);
  }
}
@media (max-width: 1280px) {
  .ofer.margin-top .ofer-slider__infos {
    gap: 8px 0;
  }
  .pop__cats__slider .slick-track {
    gap: 0 4px;
  }
  .pop__cats__slider .slick-track .pop__cat__element {
    margin-left: 2px !important;
    margin-right: 2px !important;
  }
  .action .action__element__num {
    display: none;
    visibility: hidden;
  }
  .action .action__element__text {
    text-align: center;
  }
  .subscribe__inner {
    background-position: 40px center;
  }
  .subscribe__inner .subscribe__content {
    padding-top: 60px;
  }
  .about__us .about__us__img__1 {
    display: none !important;
    visibility: hidden !important;
  }
  .action .action__element__text strong {
    white-space: nowrap;
    display: inline-block;
    padding-left: 4px;
    padding-right: 4px;
  }
  .action .action__element__text strong:before, .action .action__element__text strong:after {
    content: none;
    display: none;
  }
  .digits__numbers .counter-wrap {
    width: 100%;
  }
  .products__content .product__slider .slick-track {
    display: flex;
    gap: 0 4px;
  }
  .about__mission {
    padding-top: 40px;
    padding-bottom: 0;
  }
}
@media (max-width: 1280px) {
  .vystavka__in__top {
    padding-top: 0;
    padding-bottom: 0;
  }
  .vystavka__in__top .vystavka-header {
    margin-bottom: 24px;
  }
  .vystavka__in__top .shop-card__info__element {
    align-items: flex-start;
  }
  .vystavka__in__top .shop-card__line {
    text-align: left;
  }
}
.vystavka__in__top .block__title {
  text-transform: none;
}
@media (min-width: 1280px) {
  .vystavka__in__top .block__title {
    font-size: 38px;
    line-height: 140%;
  }
}
@media (max-width: 1280px) {
  .vystavka__in__top .block__title {
    font-size: 26px;
    line-height: 30px;
    text-align: left;
  }
}
.vystavka__in__top .shop-card__line {
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #4C525E;
}

@media (min-width: 1280px) {
  .vystavka-grid {
    display: flex;
    flex-direction: column;
    gap: 16px 0;
  }
}

@media (max-width: 1280px) {
  .vystavka-promo {
    position: relative;
    padding-bottom: 60px;
  }
  .vystavka-promo__sets {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 150px;
    width: 150px;
  }
  .vystavka-promo__sets img:nth-of-type(1) {
    width: 150px;
    height: auto;
    display: block;
    object-fit: contain;
    left: auto;
    top: auto;
    right: -20%;
    bottom: 0;
    position: absolute !important;
  }
  .vystavka-promo__sets img:nth-of-type(2) {
    width: 150px;
    height: auto;
    display: block;
    object-fit: contain;
    left: auto;
    top: auto;
    right: -40%;
    bottom: 0;
    position: absolute !important;
  }
}
@media (max-width: 1280px) {
  .vystavka__in__top + .vystavka__ekspo {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .vystavka__slider.about__us .vertical__arrow-u,
  .vystavka__slider.about__us .vertical__arrow-d {
    display: none !important;
    visibility: hidden !important;
  }
}
@media (min-width: 1280px) {
  .vystavka__ekspo .ekspo-main.mod2 {
    display: flex;
    flex-direction: row;
    gap: 30px 0;
  }
  .vystavka__ekspo .ekspo-main.mod2 .ekspo-left,
  .vystavka__ekspo .ekspo-main.mod2 .ekspo-right {
    width: 50%;
    max-width: 50%;
  }
}
.vystavka__ekspo .ekspo-left .ekspo-header .about__left {
  width: 100%;
  max-width: 100%;
  display: block;
}
@media (max-width: 1280px) {
  .vystavka__ekspo .ekspo-left .ekspo-header .about__left {
    font-size: 18px;
  }
}
.vystavka__ekspo .mutted-desc {
  color: #4C525E;
  font-size: 20px;
  line-height: 1.5;
  font-weight: normal;
}
@media (max-width: 1280px) {
  .vystavka__ekspo .mutted-desc {
    font-size: 16px;
  }
}
.vystavka__ekspo .middle-text {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
}
@media (max-width: 1280px) {
  .vystavka__ekspo .middle-text {
    font-size: 16px;
  }
}

.play-room__slider {
  margin-left: -8px;
  margin-right: -8px;
}
.play-room__slider .cell {
  padding-left: 8px;
  padding-right: 8px;
}

@media (max-width: 1280px) {
  .rev .rev__content .rev__slider .slick-track {
    gap: 0;
  }
  .rev .rev__element {
    max-width: calc(100vw - 32px);
  }
}

.seo .block__title {
  text-transform: none;
}