

/* Start:/bitrix/templates/VEGAS_2025/styles.css?1756903189139040*/
@charset "UTF-8";
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: border-box; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  font-family: 'Faberge', Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.2; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

button, input, textarea {
  outline: none;
  box-sizing: border-box; }

a {
  text-decoration: none;
  outline: none; }

img {
  display: block;
  max-width: 100%;
  box-sizing: border-box; }

.container {
  max-width: 1640px;
  margin: 0 auto;
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%; }

/* header */
/* header */
/* header */
/* header */
.header {
  background: #DA0251;
  padding: 15px 0;
  color: white; }

.header__container {
  font-family: 'Montserrat', sans-serif;
  max-width: 1640px;
  margin: 0 auto;
  padding: 0 15px;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto auto;
  grid-template-areas: "left logo right search menu";
  align-items: center;
  gap: 20px; }

/* Левая часть - местоположение */
.header__location {
  grid-area: location;
  display: flex;
  align-items: center;
  gap: 10px; }

.header__location-icon img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1); }

.header__location-text {
  display: flex;
  flex-direction: column; }

.header__location-title {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: bold;
  font-size: 16px; }

.header__location-title img {
  width: 12px;
  height: 12px;
  filter: brightness(0) invert(1); }

.header__location-subtitle {
  font-size: 12px;
  opacity: 0.9; }

/* Левая часть - часы работы */
.header__hours {
  grid-area: hours;
  display: flex;
  align-items: center;
  gap: 10px; }

.header__hours-icon img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1); }

.header__hours-text {
  display: flex;
  flex-direction: column; }

.header__hours-title {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: bold;
  font-size: 14px; }

.header__hours-title img {
  width: 12px;
  height: 12px;
  filter: brightness(0) invert(1); }

.header__hours-subtitle {
  font-size: 12px;
  opacity: 0.9; }

/* Центральная часть - логотип */
.header__logo {
  grid-area: logo;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100; }

.header__logo-container {
  position: relative;
  text-align: center;
  width: 150px;
  height: 60px; }

.header__logo-container img {
  width: 100%;
  height: 100%;
  object-fit: contain; }

.header__logo-text {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px; }

.header__logo-subtitle {
  font-size: 14px;
  margin-top: -5px; }

/* Правая часть - карта */
.header__map {
  grid-area: map;
  display: flex;
  align-items: center;
  gap: 8px; }

.header__map-icon img {
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(1); }

.header__map-text {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff; }

/* Правая часть - телефон */
.header__phone {
  grid-area: phone;
  display: flex;
  align-items: center;
  gap: 8px; }

.header__phone-icon img {
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(1); }

.header__phone-text {
  font-size: 14px;
  font-weight: bold;
  color: white; }

/* Правая часть - поиск */
.header__search {
  grid-area: search;
  display: flex;
  align-items: center;
  justify-content: center; }

.header__search-icon img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1); }

/* Левая область */
.header__left {
  grid-area: left;
  display: flex;
  align-items: center;
  gap: 40px; }

/* Правая область */
.header__right {
  grid-area: right;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: flex-end; }

/* Правая часть - меню */
.header__menu {
  grid-area: menu;
  display: flex;
  align-items: center;
  justify-content: center; }

.header__menu-icon img {
  width: 20px;
  height: 20px;
  cursor: pointer;
  filter: brightness(0) invert(1); }

/* Адаптивность */
@media (max-width: 768px) {
  .header {
    padding: 15px 0; }

  .header__logo {
    margin-bottom: -30px; }

  .header__container {
    grid-template-columns: 1fr auto 1fr;
    grid-template-areas: "search logo menu";
    gap: 10px; }

  .header__left,
  .header__right {
    display: none; }

  .header__logo {
    grid-area: logo;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 120px;
    height: 60px; }

  .header__logo::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 121px;
    height: 63px;
    background: #DA0251;
    border-radius: 15px 15px 15px 15px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 70%, 60% 93%, 50% 100%, 12% 77%, 0% 72%); }

  .header__logo-text {
    position: relative;
    z-index: 2;
    color: white;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1; }

  .header__logo-subtitle {
    position: relative;
    z-index: 2;
    color: white;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 2px; }

  .header__search {
    grid-area: search;
    display: flex;
    align-items: center;
    justify-content: flex-start; }

  .header__menu {
    grid-area: menu;
    display: flex;
    align-items: center;
    justify-content: flex-end; }

  .header__logo-text {
    font-size: 24px; }

  .header__phone-text {
    font-size: 12px; } }
/* Баннер слайдер */
/* Баннер слайдер */
/* Баннер слайдер */
/* Баннер слайдер */
/* Баннер слайдер */
/* Баннер слайдер */
/* Баннер слайдер */
/* Баннер слайдер */
.banner-slide {
  overflow: hidden;
  position: relative; }

.banner-slide img {
  width: 100%;
  height: 75vh;
  object-fit: cover;
  object-position: center; }

/* Стили для точек слайдера */
.banner-slider .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none; }

.banner-slider .slick-dots li {
  margin: 0 5px;
  display: flex;
  align-items: center;
  height: 20px;
  position: relative; }

.banner-slider .slick-dots li button:before {
  content: '';
  width: 9px;
  height: 9px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.banner-slider .slick-dots li.slick-active button:before {
  width: 17px;
  height: 17px;
  background: #F3F3F3;
  opacity: 1; }

.banner-slider .slick-dots li button {
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center; }

.serv-banner-block {
  display: none; }

.serv-banner-block-item {
  position: relative; }

.serv-banner-text {
  position: absolute;
  bottom: 10px;
  width: 100%;
  color: white;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase; }

/* Планшет */
@media (max-width: 1024px) {
  .banner-slide img {
    width: 100%;
    height: 45vh;
    object-fit: cover;
    object-position: center; } }
/* Мобильное */
@media (max-width: 768px) {
  .banner-slide img {
    height: 90vh; }

  .banner-slider .slick-dots {
    bottom: 15px; }

  .banner-slider .slick-dots li button:before {
    width: 9px;
    height: 9px; }

  .banner-slider .slick-dots li.slick-active button:before {
    width: 17px;
    height: 17px; }

  .serv-banner-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 67px;
    margin-bottom: 67px; } }
/* Секция новостей и акций */
/* Секция новостей и акций */
/* Секция новостей и акций */
/* Секция новостей и акций */
.a-section__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  margin-top: 50px; }

/* Навигационные вкладки */
.a-tabs {
  display: flex;
  gap: 40px;
  white-space: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */
  padding: 0;
  margin: 0;
  padding-left: 15px; }

.a-tabs::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Opera */ }

.a-tabs__item {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3D4548;
  font-size: 24px;
  cursor: pointer;
  padding: 10px 0;
  position: relative;
  transition: color 0.3s ease;
  flex-shrink: 0;
  min-width: max-content; }

.a-tabs__item--active {
  color: #DA0251; }

.a-tabs__item:hover {
  color: #DA0251; }

/* Стрелки навигации */
.a-arrows {
  display: flex;
  gap: 15px; }

.a-arrow {
  width: 67px;
  height: 67px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease; }

.a-arrow svg path {
  stroke: #3D4548; }

.a-arrow:hover svg path {
  stroke: #DA0251; }

/* Табы контента */
.a-tabs-content {
  position: relative; }

.a-tab-content {
  display: none;
  animation: fadeIn 0.3s ease-in-out; }

.a-tab-content--active {
  display: block; }

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
/* Карточки новостей */
.a-slider {
  margin-bottom: 40px; }

.a-slider .slick-slide {
  padding: 0; }

.a-slider .slick-track {
  display: flex;
  gap: 20px; }

.a-card {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
  transition: transform 0.3s ease;
  padding: 0;
  margin: 0; }

.a-card:hover {
  transform: translateY(-5px); }

.a-card__image {
  height: 270px;
  background: #D2D2D2;
  padding: 0;
  margin: 0;
  border: none; }

.a-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block; }

.a-card__content {
  padding: 20px; }

.a-card__title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  color: #3D4548;
  line-height: 1.4;
  margin-bottom: 15px;
  height: 65px;
  overflow: hidden; }

.a-card__meta {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.a-card__tag,
.a-card__date {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 10px;
  color: #9EA2A4; }

.a-card__tag {
  border: 1px solid #9EA2A4;
  padding: 4px 9px;
  border-radius: 25px; }

/* Кнопка "Больше интересного" */
.a-more {
  text-align: center;
  margin-top: 60px; }

.a-more__button {
  color: #DA0251;
  border: 1px solid #DA0251;
  padding: 15px 40px;
  border-radius: 50px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease; }

.a-more__button:hover {
  background: #DA0251;
  color: white; }

/* Адаптивность для секции новостей */
@media (max-width: 900px) {
  .a-tabs {
    gap: 20px;
    margin-top: 0px; }

  /* Планшетная версия - 3 карточки */
  .a-slider .slick-slide {
    padding: 0; }

  .a-slider .slick-track {
    gap: 15px; } }
@media (max-width: 768px) {
  .a-section__container {
    margin-top: 0px;
    margin-bottom: 27px; }

  .a-section {
    padding: 0; }

  .a-section__container {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start; }

  .a-tabs {
    gap: 15px;
    flex-wrap: nowrap;
    width: 100%; }

  .a-tabs__item {
    font-size: 30px; }

  .a-slider {
    gap: 0 !important;
    /* убираем любые grid/flex/gap */
    display: block !important; }

  .a-slider .slick-slide {
    width: 100% !important;
    max-width: 100vw !important;
    box-sizing: border-box;
    float: none !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important; }

  .a-card__image {
    padding: 0 !important;
    margin: 0 !important;
    border: none !important; }

  .a-slider .slick-track {
    display: flex !important;
    gap: 12px !important;
    /* или любое другое значение, например 16px */ }

  .a-slider .slick-list {
    overflow: hidden !important; }

  .a-slider .slick-slide {
    width: calc(100% - 12px) !important;
    /* если gap: 12px */
    margin: 0 !important;
    padding: 0 !important; }

  /* Скрываем стрелки в мобильной версии */
  .a-arrows,
  .stores-arrows,
  .cafe-arrows,
  .entertain-arrows,
  .service-arrows {
    display: none !important; }

  .a-card__title {
    font-size: 13px; }

  .a-more__button {
    padding: 12px 30px;
    font-size: 14px; } }
@media (max-width: 480px) {
  .a-more__button {
    display: block;
    width: 100%; }

  .a-section__container {
    margin-top: 0px;
    margin-bottom: 16px; }

  .a-section {
    padding: 0px 0; }

  .a-tabs {
    gap: 10px;
    flex-wrap: nowrap; }

  .a-tabs__item {
    font-size: 20px;
    flex-shrink: 0; }

  .a-card__tag,
  .a-card__date {
    font-size: 8px; } }
@media (max-width: 1024px) {
  .a-tabs__item {
    font-size: 24px; }

  .a-card__title {
    font-size: 16px;
    color: #3D4548; }

  .a-more {
    margin-top: 38px; } }
@media (max-width: 768px) {
  .a-tabs__item {
    font-size: 24px; } }
@media (max-width: 480px) {
  .a-tabs__item {
    font-size: 20px; }

  .a-card__title {
    font-size: 14px;
    color: #3D4548; }

  .a-more {
    margin-top: 20px;
    width: 100%; } }
.a-tab-content,
.a-tabs-content {
  width: 100%; }

/* Магазины */
.sh-stores-section {
  padding: 174px 0 0; }

.sh-stores-section__header {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.sh-stores-section__titles {
  text-align: center;
  flex: 1; }

.sh-stores-section__title {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 160px;
  color: #3D4548;
  margin-bottom: 10px;
  text-transform: uppercase; }

.sh-stores-section__subtitle {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  color: #3D4548; }

.sh-stores-arrows {
  display: flex;
  justify-content: end;
  gap: 15px;
  margin-top: -10px;
  margin-bottom: 50px; }

.sh-stores-arrow {
  width: 67px;
  height: 67px;
  border: 2px solid #D2D2D2;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease; }

.sh-stores-arrow:hover {
  background: #DA0251;
  border: 2px solid #DA0251; }

.sh-stores-arrow svg path {
  stroke: #D2D2D2; }

.sh-stores-arrow:hover svg path {
  stroke: white; }

.sh-stores-slider {
  margin-bottom: 50px; }

.sh-stores-slider .slick-slide {
  padding: 0 15px; }

.sh-stores-slider .slick-track {
  display: flex; }

.sh-store-card {
  text-align: center;
  transition: transform 0.3s ease; }

.sh-store-card:hover {
  transform: translateY(-5px); }

.sh-store-card__image {
  width: 100%;
  height: 300px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
  background: #F5F5F5; }

.sh-store-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center; }

.sh-store-card__name {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 22px;
  color: #3D4548;
  text-transform: uppercase; }

.sh-stores-more {
  text-align: center;
  margin-top: 74px; }

.sh-stores-more__button {
  color: #DA0251;
  border: 1px solid #DA0251;
  padding: 15px 40px;
  border-radius: 50px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
  text-decoration: none; }

.sh-stores-more__button:hover {
  background: #DA0251;
  color: white; }

.sh-stores-slider .slick-prev,
.sh-stores-slider .slick-next {
  display: none !important; }

@media (max-width: 1024px) {
  .sh-stores-arrows {
    display: none !important; }

  .sh-stores-section__header {
    margin-bottom: 35px; }

  .sh-store-card__image {
    height: 127px !important; }

  .sh-stores-section__title {
    font-size: 50px; }

  .sh-stores-section__subtitle {
    font-size: 14px; }

  .sh-stores-section {
    padding: 79px 0 0px; }

  .sh-store-card__name {
    font-size: 14px; }

  .sh-stores-more__button {
    font-size: 16px; }

  .sh-stores-more {
    margin-top: 44px; } }
@media (max-width: 480px) {
  .sh-store-card__image {
    height: 170px !important; }

  .sh-stores-more__button {
    padding: 12px 40px;
    width: 100%; }

  .sh-stores-more {
    text-align: center;
    margin-top: 27px; }

  .sh-stores-slider {
    margin-bottom: 27px; }

  .sh-stores-more__button {
    font-size: 14px; }

  .sh-stores-section__subtitle {
    font-size: 12px; }

  .sh-stores-section {
    padding: 46px 0 0; }

  .sh-stores-section__title {
    font-size: 40px; } }
/* Рестораны и кафе */
.cafe-section {
  padding: 174px 0 0; }

.cafe-section__header {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.cafe-section__titles {
  text-align: center;
  flex: 1; }

.cafe-section__title {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 144px;
  color: #3D4548;
  margin-bottom: 10px;
  text-transform: uppercase; }

.cafe-section__subtitle {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  color: #3D4548; }

.cafe-arrows {
  display: flex;
  justify-content: end;
  gap: 15px;
  margin-top: -10px;
  margin-bottom: 50px; }

.cafe-arrow {
  width: 67px;
  height: 67px;
  border: 2px solid #D2D2D2;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease; }

.cafe-arrow:hover {
  background: #DA0251;
  border: 2px solid #DA0251; }

.cafe-arrow svg path {
  stroke: #D2D2D2; }

.cafe-arrow:hover svg path {
  stroke: white; }

.cafe-arrow:hover svg path {
  stroke: white; }

.cafe-slider {
  margin-bottom: 50px; }

.cafe-slider .slick-slide {
  padding: 0 15px; }

.cafe-slider .slick-track {
  display: flex; }

.cafe-card {
  text-align: center;
  transition: transform 0.3s ease; }

.cafe-card:hover {
  transform: translateY(-5px); }

.cafe-card__image {
  width: 100%;
  height: 300px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
  background: #F5F5F5; }

.cafe-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center; }

.cafe-card__name {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 22px;
  color: #3D4548;
  text-transform: uppercase; }

.cafe-more {
  text-align: center;
  margin-top: 74px; }

.cafe-more__button {
  color: #DA0251;
  border: 1px solid #DA0251;
  padding: 15px 40px;
  border-radius: 50px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
  text-decoration: none; }

.cafe-more__button:hover {
  background: #DA0251;
  color: white; }

.cafe-slider .slick-prev,
.cafe-slider .slick-next {
  display: none !important; }

@media (max-width: 1024px) {
  .cafe-section__header {
    margin-bottom: 35px; }

  .cafe-slider {
    margin-bottom: 29px; }

  .cafe-card__image {
    height: 127px !important; }

  .cafe-section__title {
    font-size: 50px; }

  .cafe-section__subtitle {
    font-size: 14px; }

  .cafe-section {
    padding: 79px 0 0; }

  .cafe-card__name {
    font-size: 14px; }

  .cafe-more__button {
    font-size: 16px; }

  .cafe-more {
    margin-top: 44px; } }
@media (max-width: 480px) {
  .cafe-card__image {
    height: 199px !important; }

  .cafe-more__button {
    padding: 12px 40px;
    width: 100%; }

  .cafe-more {
    text-align: center;
    margin-top: 27px; }

  .cafe-slider {
    margin-bottom: 30px; }

  .cafe-more__button {
    font-size: 14px; }

  .cafe-section__subtitle {
    font-size: 12px; }

  .cafe-section {
    padding: 55px 0 0; }

  .cafe-section__title {
    font-size: 40px; } }
.advert-block {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  margin-top: 199px; }

.advert-block__img {
  width: 100%;
  height: 800px;
  object-fit: cover;
  object-position: center;
  display: block; }

@media (max-width: 1024px) {
  .advert-block {
    margin-top: 56px; }

  .advert-block__img {
    height: 400px; } }
@media (max-width: 768px) {
  .advert-block {
    margin-top: 44px; }

  .advert-block__img {
    height: 350px; }

  .cafe-more__button {
    width: 100% !important; }

  .cafe-more__button {
    padding: 12px 20px !important; } }
/* Услуги */
.service-section {
  padding: 174px 0; }

.service-section__header {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.service-section__titles {
  text-align: center;
  flex: 1; }

.service-section__title {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 160px;
  color: #3D4548;
  margin-bottom: 10px;
  text-transform: uppercase; }

.service-section__subtitle {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  color: #3D4548; }

.service-arrows {
  display: flex;
  justify-content: end;
  gap: 15px;
  margin-top: -10px;
  margin-bottom: 50px; }

.service-arrow {
  width: 67px;
  height: 67px;
  border: 2px solid #D2D2D2;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease; }

.service-arrow:hover {
  background: #DA0251;
  border: 2px solid #DA0251; }

.service-arrow svg path {
  stroke: #D2D2D2; }

.service-arrow:hover svg path {
  stroke: white; }

.service-slider {
  margin-bottom: 50px; }

.service-slider .slick-slide {
  padding: 0 15px; }

.service-slider .slick-track {
  display: flex; }

.service-card {
  text-align: center;
  transition: transform 0.3s ease; }

.service-card:hover {
  transform: translateY(-5px); }

.service-card__image {
  width: 100%;
  height: 300px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
  background: #F5F5F5; }

.service-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center; }

.service-card__name {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 22px;
  color: #3D4548;
  text-transform: uppercase; }

.service-more {
  text-align: center;
  margin-top: 74px; }

.service-more__button {
  color: #DA0251;
  border: 1px solid #DA0251;
  padding: 15px 40px;
  border-radius: 50px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
  text-decoration: none; }

.service-more__button:hover {
  background: #DA0251;
  color: white; }

.service-slider .slick-prev,
.service-slider .slick-next {
  display: none !important; }

@media (max-width: 1024px) {
  .service-card__image {
    height: 127px !important; }

  .service-section__title {
    font-size: 50px; }

  .service-section__subtitle {
    font-size: 14px; }

  .service-section {
    padding: 79px 0 65px; }

  .service-card__name {
    font-size: 14px; }

  .service-more__button {
    font-size: 16px; }

  .service-more {
    margin-top: 44px; } }
@media (max-width: 480px) {
  .service-card__image {
    height: 199px !important; }

  .service-more__button {
    padding: 12px 40px;
    width: 100%; }

  .service-more {
    text-align: center;
    margin-top: 27px; }

  .service-slider {
    margin-bottom: 27px; }

  .service-more__button {
    font-size: 14px; }

  .service-section__subtitle {
    font-size: 12px; }

  .service-section {
    padding: 55px 0 42px; }

  .service-section__title {
    font-size: 40px; } }
/*Подписка*/
.subscribe-block {
  background: #DA0251;
  padding: 123px 0 142px 0;
  text-align: center; }

.subscribe-block__title {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 29px;
  margin-bottom: 50px;
  text-transform: uppercase;
  letter-spacing: 0.5px; }

.subscribe-block__form {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  gap: 13px; }

.subscribe-block__input {
  flex: 1;
  min-width: 0;
  height: 80px;
  border: 1.5px solid #fff;
  border-radius: 50px;
  background: transparent;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-weight: 400;
  padding: 0 40px;
  outline: none;
  transition: border 0.2s; }

.subscribe-block__input::placeholder {
  color: #fff;
  opacity: 0.7;
  font-size: 28px;
  font-family: 'Montserrat', sans-serif; }

.subscribe-block__button {
  height: 80px;
  padding: 0 70px;
  border: none;
  border-radius: 50px;
  background: #fff;
  color: #DA0251;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s, color 0.2s; }

.subscribe-block__button:hover {
  background: #DA0251;
  color: #fff;
  border: 1.5px solid #fff; }

@media (max-width: 1024px) {
  .subscribe-block {
    background: #DA0251;
    padding: 30px 0 48px 0;
    text-align: center; }

  .subscribe-block__input::placeholder {
    font-size: 16px; }

  .subscribe-block__title {
    font-size: 20px;
    margin-bottom: 33px; }

  .subscribe-block__input,
  .subscribe-block__button {
    height: 60px;
    font-size: 16px;
    padding: 0 25px; }

  .subscribe-block__form {
    gap: 10px; } }
@media (max-width: 600px) {
  .subscribe-block {
    padding: 34px 0 39px 0; }

  .subscribe-block__title {
    margin-top: 0px !important; }

  .subscribe-block__form {
    flex-direction: column;
    gap: 8px; }

  .subscribe-block__input,
  .subscribe-block__button {
    width: 100%;
    min-width: 0;
    font-size: 14px;
    height: 50px;
    padding: 15px; }

  .subscribe-block__input::placeholder {
    font-size: 14px; }

  .subscribe-block__title {
    font-size: 20px;
    margin-top: 33px;
    margin-bottom: 19px; } }
/*Блок кино*/
.cinema-bg {
  background-color: #3D4548; }

.cinema-section {
  padding: 90px 0 120px; }

.cinema-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px; }

.cinema-header__left {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  gap: 40px;
  flex-wrap: wrap; }

.cinema-title {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 100px;
  color: white;
  margin-bottom: 20px;
  text-transform: uppercase; }

.cinema-info__item {
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  color: #FFFFFF;
  text-decoration: none; }

.cinema-info__link {
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  color: #FFFFFF; }

.cinema-info {
  display: flex;
  flex-direction: column;
  gap: 10px; }

.cinema-info__label,
.cinema-info__value,
.cinema-info__link {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  color: #FFFFFF; }

.cinema-header__right {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-end; }

.cinema-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px; }

.cinema-button {
  font-family: 'Montserrat', sans-serif;
  font-size: 10.5px;
  font-weight: 500;
  padding: 12px 24px;
  border: 2px solid white;
  background: transparent;
  color: white;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  white-space: nowrap; }

.cinema-button:hover {
  color: white; }

.cinema-button--ticket:hover {
  background: #b80144;
  border-color: #b80144; }

.cinema-arrows {
  display: flex;
  gap: 10px;
  justify-content: end;
  margin-bottom: 69px; }

.cinema-arrow {
  width: 67px;
  height: 67px;
  border: 2px solid white;
  background: transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease; }

.cinema-arrow:hover {
  background: #DA0251; }

.cinema-arrow:hover svg path {
  stroke: white; }

/* Слайдер фильмов */
.movies-slider {
  margin-bottom: 66px;
  overflow: hidden; }

.movies-slider .slick-track {
  display: flex;
  gap: 20px; }

.movies-slider .slick-list {
  overflow: visible; }

.movie-card {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  cursor: pointer; }

.movie-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15); }

.movie-card__poster {
  width: 100%;
  height: 415px;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.movie-card__poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  margin: 0;
  padding: 0;
  display: block; }

.movie-card:hover .movie-card__poster img {
  transform: scale(1.05); }

.movie-card__content {
  padding: 16px 20px; }

.movie-card__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
  height: 50px;
  overflow: hidden; }

.movie-card__genre {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #666;
  font-weight: 400;
  height: 38px;
  overflow: hidden; }

/* Кнопка "Больше фильмов" */
.cinema-more {
  text-align: center; }

.cinema-more__button {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 16px 40px;
  background: #DA0251;
  color: white;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase; }

.cinema-more__button:hover {
  background: #b80144;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(218, 2, 81, 0.4); }

/* Адаптивность для кинотеатра */
@media (max-width: 1100px) {
  .cinema-arrows {
    display: none !important; }

  .cinema-header {
    display: grid;
    grid-template-columns: 1fr 40%;
    gap: 20px;
    margin-bottom: 20px; }

  .cinema-info {
    flex-direction: row; }

  .cinema-info__item {
    display: flex;
    gap: 5px;
    flex-wrap: wrap; }

  .cinema-header__left {
    display: block; }

  .cinema-header__right {
    align-items: flex-start;
    width: 100%; }

  .cinema-title {
    font-size: 50px; }

  .movie-card__poster {
    height: 250px;
    margin: 0;
    padding: 0; }

  .movie-card__poster img {
    margin: 0;
    padding: 0;
    display: block; }

  .cinema-info__label,
  .cinema-info__value,
  .cinema-info__link {
    font-size: 12px; } }
@media (max-width: 768px) {
  .cinema-section {
    padding: 37px 0 57px; }

  .cinema-header {
    margin-bottom: 27px; }

  .movies-slider {
    margin-bottom: 28px;
    overflow: hidden; }

  .cinema-title {
    font-size: 28px;
    margin-bottom: 15px; }

  .cinema-info {
    gap: 8px; }

  .cinema-info__label,
  .cinema-info__value,
  .cinema-info__link {
    font-size: 14px; }

  .cinema-buttons {
    flex-direction: column;
    gap: 10px; }

  .cinema-button {
    font-size: 12px;
    padding: 10px 16px; }

  .cinema-arrows {
    gap: 8px; }

  .cinema-arrow {
    width: 36px;
    height: 36px; }

  .movies-slider .slick-track {
    gap: 15px; }

  .movie-card__poster {
    height: 200px;
    margin: 0;
    padding: 0; }

  .movie-card__poster img {
    margin: 0;
    padding: 0;
    display: block; }

  .movie-card__content {
    padding: 15px; }

  .movie-card__title {
    font-size: 16px; }

  .movie-card__genre {
    font-size: 12px; }

  .cinema-more__button {
    font-size: 16px;
    padding: 14px 30px; } }
@media (max-width: 480px) {
  .cinema-header {
    display: block; }

  .cinema-bg .slick-prev, .cinema-bg .slick-next {
    display: none !important; }

  .cinema-header__right {
    display: none; }

  .cinema-header__left {
    text-align: center;
    margin: 0 auto; }

  .cinema-info {
    display: none !important; }

  .cinema-title {
    font-size: 40px; }

  .cinema-buttons {
    flex-direction: column;
    width: 100%; }

  .cinema-button {
    width: 100%;
    text-align: center; }

  .movies-slider .slick-track {
    gap: 10px; }

  .movie-card__poster {
    height: 180px;
    margin: 0;
    padding: 0; }

  .movie-card__poster img {
    margin: 0;
    padding: 0;
    display: block; }

  .movie-card__content {
    padding: 12px; }

  .movie-card__title {
    font-size: 14px; }

  .movie-card__genre {
    font-size: 11px; }

  .cinema-more__button {
    font-size: 14px;
    padding: 12px 24px;
    width: 100%; }

  .cinema-info__label,
  .cinema-info__value,
  .cinema-info__link {
    font-size: 12px; }

  .cinema-info {
    display: flex;
    flex-direction: column;
    gap: 8px; } }
/* Секция "Рядом с нами" */
.near-section {
  padding: 135px 0 0; }
  .near-section .slick-prev, .near-section .slick-next {
    display: none !important; }

.near-header {
  text-align: center;
  margin-bottom: 50px; }

.near-title {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 160px;
  color: #3D4548;
  text-transform: uppercase; }

.near-subtitle {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  color: #3D4548;
  margin: 0 auto;
  margin-top: 23px;
  line-height: 1.4; }

.near-slider {
  margin: 0 -15px;
  overflow: hidden; }

.near-slider .slick-slide {
  padding: 0 15px; }

.near-slider .slick-track {
  display: flex;
  gap: 30px; }

.near-slider .slick-list {
  overflow: visible; }

.near-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease;
  cursor: pointer;
  height: 200px; }

.near-card:hover {
  transform: translateY(-5px); }

.near-card__image {
  width: 100%;
  height: 190px;
  overflow: hidden; }

.near-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease; }

.near-card:hover .near-card__image img {
  transform: scale(1.05); }

/* Адаптивность для секции "Рядом с нами" */
@media (max-width: 1024px) {
  .near-section {
    padding: 61px 0 0 !important; }

  .near-title {
    font-size: 50px; }

  .near-subtitle {
    font-size: 14px;
    margin-top: 5px; }

  .near-slider .slick-slide {
    padding: 0; }

  .near-slider .slick-track {
    gap: 20px; }

  .near-card {
    height: 180px; }

  .near-card__image {
    height: 140px; } }
@media (max-width: 768px) {
  .near-section {
    padding: 44px 0 0 !important; }

  .near-header {
    margin-bottom: 30px; }

  .near-title {
    font-size: 28px;
    margin-bottom: 15px; }

  .near-subtitle {
    font-size: 14px; }

  .near-slider .slick-slide {
    padding: 0; }

  .near-slider .slick-track {
    gap: 15px; }

  .near-card {
    height: 160px; }

  .near-card__image {
    height: 190px; } }
@media (max-width: 480px) {
  .near-header {
    margin-bottom: 19px; }

  .near-title {
    font-size: 40px; }

  .near-subtitle {
    font-size: 12px;
    margin-top: 5px; }

  .near-slider .slick-slide {
    padding: 0; }

  .near-slider .slick-track {
    gap: 10px; }

  .near-card {
    height: 140px; }

  .near-card__image {
    height: 90px; } }
/* Секция "Сервисы" */
.services-section {
  padding: 174px 0 143px; }

.services-header {
  text-align: center;
  margin-bottom: 60px; }

.services-title {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 160px;
  color: #3D4548;
  margin-bottom: 10px;
  text-transform: uppercase; }

.services-subtitle {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  color: #3D4548;
  max-width: 800px;
  margin: 0 auto; }

.services-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto; }

.service-tag {
  background: white;
  color: #3D4548;
  padding: 15px 25px;
  border-radius: 50px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  box-shadow: none;
  transition: all 0.3s ease;
  cursor: pointer;
  white-space: nowrap;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none; }

.service-tag:hover {
  color: #DA0251; }

/* Адаптивность для секции "Сервисы" */
@media (max-width: 1024px) {
  .service-section__header {
    margin-bottom: 35px; }

  .service-arrows {
    display: none !important; }

  .services-section {
    padding: 60px 0 49px; }

  .services-title {
    font-size: 50px; }

  .services-subtitle {
    font-size: 14px; }

  .services-grid {
    gap: 15px; }

  .service-tag {
    font-size: 12px;
    padding: 12px 20px; } }
@media (max-width: 768px) {
  .services-section {
    padding: 47px 0 36px; }

  .services-header {
    margin-bottom: 40px; }

  .services-title {
    font-size: 28px;
    margin-bottom: 15px; }

  .services-subtitle {
    font-size: 14px; }

  .services-grid {
    gap: 12px;
    flex-direction: column;
    align-items: center; }

  .service-tag {
    padding: 10px 18px;
    max-width: 300px;
    white-space: normal; } }
@media (max-width: 480px) {
  .services-title {
    font-size: 40px; }

  .services-subtitle {
    font-size: 12px; }

  .services-grid {
    gap: 10px; }

  .service-tag {
    font-size: 14px;
    padding: 10px 18px;
    max-width: 300px;
    white-space: normal; } }
/* Футер */
.footer {
  background: #3D4548;
  color: white;
  padding: 88px 0 98px 0; }

.footer-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1.5fr 1fr;
  gap: 100px;
  align-items: start; }

.footer-links li {
  margin-bottom: 30px; }

.footer-link {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  color: #FFFFFF;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap; }

.footer-link:hover {
  color: #FFFFFFB2; }

.footer-contact__info-header {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px !important;
  font-weight: 600 !important;
  color: white !important;
  margin-bottom: 8px;
  text-transform: uppercase;
  white-space: nowrap; }
  .footer-contact__info-header a {
    color: #FFFFFF !important; }

.footer-contact__info-description {
  font-family: Montserrat;
  font-weight: 400 !important;
  font-size: 16px !important;
  color: #FFFFFF !important; }
  .footer-contact__info-description a {
    color: #FFFFFF !important; }

.footer-contact__info-item {
  margin-bottom: 37px; }

/* Социальные сети и копирайт */
.footer-social {
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
  justify-content: flex-end; }

.footer-social__link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  color: #333; }

.footer-social__link:hover {
  background: #DA0251;
  color: white;
  transform: translateY(-2px); }

.footer-social__link svg {
  width: 20px;
  height: 20px; }

.footer-copyright {
  text-align: right;
  white-space: nowrap;
  margin-top: 228px; }

.footer-copyright p {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  color: #999;
  margin: 0; }

/* Адаптивность футера */
@media (max-width: 1200px) {
  .footer {
    padding: 31px 0 48px 0; }

  .footer-none {
    display: none; }

  .footer-content {
    grid-template-columns: 1fr;
    gap: 20px !important;
    text-align: center;
    justify-items: center; }

  .footer-column,
  .footer-column--contact,
  .footer-column--social {
    grid-column: span 1;
    width: 100%; }

  .footer-social {
    justify-content: center;
    margin-bottom: 20px;
    gap: 10px; }

  .footer-social__link {
    width: 35px;
    height: 35px; }

  .footer-social__link svg {
    width: 18px;
    height: 18px; }

  .footer-copyright {
    text-align: center;
    margin-top: 24px !important; }

  .footer-copyright p {
    font-size: 11px; }

  .footer-links li {
    margin-bottom: 8px; }

  .footer-link {
    font-size: 12px; }

  .footer-contact__info p {
    font-size: 12px; } }
@media (max-width: 768px) {
  .footer-contact__info-header {
    font-size: 14px !important; }

  .footer-contact__info-description {
    font-size: 14px !important; } }
.breadcrumbs {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px; }

.breadcrumb-link {
  color: #3D454880;
  text-decoration: none;
  transition: color 0.3s ease; }

.breadcrumb-link:hover {
  color: #b80144; }

.breadcrumb-separator {
  color: #3D454880; }

.breadcrumb-current {
  color: #3D454880; }

/* Стили для страницы новостей */
.news-page {
  min-height: 100vh;
  padding: 20px 0 54px 0; }

/* Заголовок страницы */
.news-page__header {
  margin-bottom: 40px; }

.news-page__title {
  font-family: Oswald;
  font-weight: 400;
  font-style: Regular;
  font-size: 60px;
  text-transform: uppercase;
  color: #3D4548;
  border-bottom: 1px solid #AFAFAF;
  padding-bottom: 13px;
  margin-top: 13px; }

/* Фильтры */
.news-filters {
  display: flex;
  justify-content: flex-start;
  gap: 50px;
  margin-bottom: 28px; }

.news-filter-btn {
  border: none;
  font-family: Oswald;
  font-weight: 400;
  font-style: Regular;
  font-size: 40px;
  leading-trim: NONE;
  letter-spacing: -3%;
  white-space: nowrap;
  color: #3D4548; }

.news-filter-btn:hover {
  color: #DA0251; }

.news-filter-btn--active {
  background: transparent;
  color: #DA0251;
  border: none; }

.news-filter-btn--active:hover {
  color: #DA0251; }

/* Сетка новостей */
.news-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-bottom: 39px; }

.news-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer; }

.news-card:hover {
  transform: translateY(-5px); }

.news-card__image {
  width: 100%;
  height: 200px;
  background: #D2D2D2;
  overflow: hidden;
  position: relative; }

.news-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease; }

.news-card:hover .news-card__image img {
  transform: scale(1.05); }

.news-card__content {
  padding: 15px 11px; }

.news-card__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #3D4548;
  margin: 0 0 33px 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 72px; }

.news-card__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px; }

.news-card__tag {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 600;
  padding: 4px 8px;
  color: #3D454880;
  border: 1px solid #3D454880;
  border-radius: 12px;
  text-transform: uppercase;
  white-space: nowrap; }

.news-card__date {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  color: #3D454880;
  white-space: nowrap; }

/* Кнопка "Загрузить еще" */
.news-load-more {
  text-align: center; }

.load-more-btn {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 40px;
  color: #DA0251;
  border: 2px solid #DA0251;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase; }

.load-more-btn:hover {
  background: #DA0251;
  color: white;
  transform: translateY(-2px); }

/* Адаптивность */
@media (max-width: 1200px) {
  .news-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 15px; } }
@media (max-width: 1024px) {
  .news-page__title {
    font-size: 36px;
    margin-bottom: 13px; }

  .news-grid {
    margin-bottom: 24px; }

  .news-page__header {
    margin-bottom: 15px; }

  .news-filters {
    gap: 15px; }

  .news-filter-btn {
    font-size: 14px; }

  .news-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px; } }
@media (max-width: 768px) {
  .news-filters {
    overflow-y: auto; }

  .breadcrumbs {
    margin-bottom: 15px !important;
    font-size: 14px; }

  .news-page {
    padding: 20px 0; }

  .news-page__title {
    font-size: 28px; }

  .news-filters {
    gap: 10px;
    margin-bottom: 15px; }

  .news-filter-btn {
    font-size: 12px; }

  .news-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px; }

  .news-card__image {
    height: 150px; }

  .news-card__content {
    padding: 15px; }

  .news-card__title {
    font-size: 13px;
    margin-bottom: 12px; }

  .load-more-btn {
    font-size: 14px;
    padding: 12px 30px; } }
@media (max-width: 480px) {
  .load-more-btn {
    width: 100% !important; }

  .news-filter-btn {
    padding: 0; }

  .news-page__header {
    margin-bottom: 0px; }

  .news-page__title {
    font-size: 24px; }

  .news-filters {
    gap: 5px; }

  .news-filter-btn {
    width: 100%; }

  .news-grid {
    grid-template-columns: 1fr;
    gap: 15px; }

  .news-card__image {
    height: 180px; }

  .news-card__content {
    padding: 15px; }

  .news-card__title {
    font-size: 14px; }

  .breadcrumbs {
    font-size: 12px;
    margin-bottom: 20px; } }
.popup-open .header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1100; }

/* Дополнительные стили */
p[data-finish] {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  color: #3D4548;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 18px; }

/* Категории */
.category-section {
  margin-bottom: 20px; }

.category-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 10px;
  border-bottom: 1px solid #eee; }

.category-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin: 0;
  text-transform: uppercase; }

.category-toggle {
  background: none;
  border: none;
  cursor: pointer;
  color: #666;
  padding: 5px;
  transition: transform 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center; }

.category-section--expanded .category-toggle {
  transform: rotate(180deg); }

.category-list {
  list-style: none;
  padding: 0;
  margin: 15px 0 0 0; }

.category-item {
  margin-bottom: 8px; }

.category-link {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #666;
  text-decoration: none;
  display: block;
  padding: 8px 0;
  transition: color 0.3s ease; }

.category-link:hover {
  color: #DA0251; }

.category-item--active .category-link {
  color: #DA0251;
  font-weight: 600; }

/* Правая колонка - Контент */
.shops-content {
  min-height: 500px; }

/* Кнопка "Все" */
.btn-back {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 8px 18px;
  color: #DA0251;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease; }

.btn-back:hover {
  background: #DA0251;
  color: white;
  border-color: #DA0251; }

/* Алфавитная фильтрация */
.alphabet-filter {
  display: flex;
  gap: 4px;
  flex-wrap: wrap; }

.alphabet-btn {
  width: 32px;
  height: 32px;
  border: 1px solid #eee;
  background: white;
  border-radius: 6px;
  color: #666;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center; }

.alphabet-btn:hover {
  border-color: #DA0251;
  color: #DA0251; }

.alphabet-btn--active {
  border-color: #DA0251;
  background: #DA0251;
  color: white; }

.j-job-breadcrumbs {
  display: flex;
  align-items: left;
  gap: 10px;
  font-size: 14px;
  color: #3D454880;
  text-decoration: none;
  font-family: Montserrat;
  font-weight: 500;
  margin-top: 23px; }
  .j-job-breadcrumbs a {
    color: #3D454880; }

.j-job-section__title {
  margin-bottom: 53px; }
  .j-job-section__title h1 {
    font-family: Oswald;
    font-weight: 400;
    font-style: Regular;
    font-size: 70px;
    color: #3D4548;
    text-transform: uppercase;
    margin-top: 53px;
    padding-bottom: 13px;
    border-bottom: 1px solid #AFAFAF; }

.j-job-section__container {
  margin-bottom: 88px;
  min-height: 100vh; }

.j-job-section__item {
  padding: 26px 34px;
  background-color: #FFFFFF;
  border-radius: 12px;
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid transparent; }
  .j-job-section__item:hover {
    border-color: #e9ecef; }
  .j-job-section__item--active {
    border-color: #e9ecef; }

.j-job-section__item-title-up {
  display: flex !important;
  align-items: center;
  justify-content: space-between; }

.j-job-section__item-title-wrapper {
  display: flex;
  align-items: center;
  flex: 1; }
  .j-job-section__item-title-wrapper h2 {
    font-family: Montserrat;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 20px;
    color: #3D4548;
    margin: 0;
    margin-right: 10px; }

.j-job-section__item-count {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 14px;
  color: #3D45484D;
  padding: 4px 12px;
  border-radius: 20px;
  margin: 0 5px;
  min-width: 30px;
  text-align: center; }

.j-job-section__item-arrow {
  transition: transform 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px; }
  .j-job-section__item-arrow--active {
    transform: rotate(180deg); }
  .j-job-section__item-arrow svg {
    transition: stroke 0.3s ease; }

.j-job-section__item-content {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e9ecef;
  animation: slideDown 0.3s ease; }

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
.j-job-section__item-info {
  display: grid;
  grid-template-columns: 2fr 1.5fr 1.5fr 1.5fr;
  gap: 20px;
  padding: 14px 0;
  padding-left: 24px !important;
  border-bottom: 1px solid #f1f3f4;
  align-items: center; }
  .j-job-section__item-info:last-child {
    border-bottom: none; }
  .j-job-section__item-info:hover {
    background-color: #f8f9fa;
    border-radius: 8px; }

.j-job-section__item-info-1 {
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  color: #3D4548; }

.j-job-section__item-info-2 {
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 12px;
  color: #3D454880; }

.j-job-section__item-info-3 {
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  color: #3D4548; }

.j-job-section__item-info-4 {
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  color: #3D4548;
  text-align: right; }

.j-job-section__container {
  margin-bottom: 88px; }

@media (max-width: 768px) {
  .j-job-section__title h1 {
    font-size: 40px;
    margin-top: 30px; }

  .j-job-section__item {
    padding: 20px 20px; }

  .j-job-section__item-title-wrapper h2 {
    font-size: 14px;
    margin-right: 8px; }

  .j-job-section__item-count {
    font-size: 10px;
    padding: 2px 8px;
    margin: 0; }

  .j-job-section__item-info {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 10px 0; }

  .j-job-section__item-info-1,
  .j-job-section__item-info-2,
  .j-job-section__item-info-3,
  .j-job-section__item-info-4 {
    font-size: 14px; }

  .j-job-section__item-info-4 {
    text-align: left; } }
@media (max-width: 480px) {
  .j-job-section__title h1 {
    font-size: 30px;
    padding-bottom: 6px; }

  .j-job-section__item-content {
    padding-top: 11px; }

  .j-job-section__title {
    margin-bottom: 17px; }

  .j-job-section__item {
    padding: 15px 15px; }

  .j-job-section__item-info {
    padding-left: 0px !important; }

  .j-job-section__container {
    margin-bottom: 39px !important; }

  .j-job-section__item-title-wrapper h2 {
    margin-right: 0; }

  .j-job-section__item-count {
    align-self: flex-start;
    margin: 0; } }
.va-vacancy-section {
  display: grid;
  grid-template-columns: 1fr 375px;
  gap: 30px;
  margin-top: 37px !important; }

.va-vacancy-content {
  display: flex;
  flex-direction: column;
  gap: 20px; }

.va-job-section {
  margin-bottom: 30px; }

.va-job-section__title h1 {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 28px;
  color: #3D4548;
  margin: 58px 0 0;
  text-transform: uppercase;
  border-bottom: 1px solid #AFAFAF;
  padding-bottom: 13px; }

.va-job-section__item-title-item {
  background-color: #ffffff;
  padding: 30px 30px 36px;
  border-radius: 10px; }

.va-job-section__item-title-text {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 20px;
  color: #3D4548;
  margin-bottom: 25px; }

.va-job-section__item-title-list {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 14px;
  color: #3D4548;
  padding-left: 20px; }

.va-job-section__item-title-list li {
  margin-bottom: 8px;
  list-style-type: disc; }

.va-btn-back {
  color: #DA0251;
  border: 1px solid #DA0251;
  padding: 12px 30px;
  border-radius: 50px;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 47px; }

.va-btn-back:hover {
  background-color: #C2185B; }

.va-vacancy-sidebar {
  display: flex;
  flex-direction: column; }

.va-shop-card-1 {
  background-color: #ffffff;
  padding: 25px;
  border-radius: 10px;
  position: sticky;
  top: 20px; }

.va-shop-card-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 38px;
  border-radius: 10px;
  border: 1px solid #3D45481A; }

.va-shop-contacts {
  display: flex;
  flex-direction: row;
  gap: 20px; }

.va-contact-item {
  padding-bottom: 15px; }

.va-contact-item:last-child {
  border-bottom: none;
  padding-bottom: 0; }

.va-contact-phone {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 14px;
  color: #3D4548;
  margin-bottom: 10px;
  white-space: nowrap; }

.va-contact-name {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 12px;
  color: #3D4548;
  margin-bottom: 2px; }

.va-contact-position {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 12px;
  color: #666; }

.va-job-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 20px 0;
  font-family: Montserrat;
  font-size: 14px;
  color: #3D454880;
  flex-wrap: wrap; }

.va-job-breadcrumbs a {
  color: #3D454880;
  text-decoration: none; }

.va-job-breadcrumbs a:hover {
  color: #DA0251; }

@media (max-width: 768px) {
  .va-vacancy-section {
    gap: 10px; }

  .va-vacancy-section {
    margin-top: 25px !important; }

  .va-btn-back {
    margin-top: 24px !important; }

  .va-vacancy-content {
    gap: 10px; }

  .va-btn-back {
    width: 100%;
    order: 999; }

  .va-job-section__item-title-text {
    margin-bottom: 17px; }

  .va-job-section__item-title-item {
    padding: 20px 14px; }

  .va-job-section__title h1 {
    margin: 0 !important; }

  .va-vacancy-section {
    grid-template-columns: 1fr;
    gap: 10px; }

  .va-shop-card-1 {
    position: static; }

  .va-job-section__title h1 {
    font-size: 24px; } }
.co-contacts-page {
  display: flex;
  height: 100vh;
  font-family: 'Montserrat', sans-serif;
  overflow: hidden;
  position: relative; }
  .co-contacts-page__title {
    font-size: 48px;
    font-weight: 700;
    color: #3D4548;
    text-align: left;
    text-transform: uppercase;
    border-bottom: 1px solid #AFAFAF; }
  .co-contacts-page__cta {
    margin-top: 40px;
    padding: 18px 30px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase; }

.co-breadcrumbs {
  margin-bottom: 40px;
  font-size: 14px;
  color: #3D4548; }
  .co-breadcrumbs__link {
    color: #3D4548;
    text-decoration: none;
    transition: color 0.3s; }
    .co-breadcrumbs__link:hover {
      color: #e91e63; }
  .co-breadcrumbs__separator {
    margin: 0 10px;
    color: #ccc; }
  .co-breadcrumbs__current {
    color: #3D4548;
    font-weight: 500; }

.co-contacts-left {
  width: 50%;
  padding: 23px 40px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
  height: 100vh; }

.co-contact-card {
  background: #ffffff;
  border-radius: 10px;
  padding: 46px 40px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  margin-top: 37px; }

.co-contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px; }
  .co-contact-item:last-child {
    margin-bottom: 0; }
  .co-contact-item__icon {
    width: 24px;
    height: 24px;
    margin-right: 20px;
    margin-top: 2px;
    flex-shrink: 0; }
    .co-contact-item__icon img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .co-contact-item__content {
    flex: 1;
    display: flex;
    justify-content: left;
    align-items: flex-start;
    gap: 30px; }
  .co-contact-item__text p {
    margin: 0;
    font-size: 16px;
    color: #3D4548;
    line-height: 1.4; }
    .co-contact-item__text p:first-child {
      font-weight: 600; }
    .co-contact-item__text p:last-child {
      color: #3D4548;
      font-size: 20px;
      font-weight: 600; }
  .co-contact-item__link {
    color: #e91e63;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.3s; }
    .co-contact-item__link:hover {
      color: #e91e63; }

.co-info-cards-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 19px; }

.co-info-card {
  background: #ffffff;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); }
  .co-info-card__title {
    font-size: 20px;
    font-weight: 600;
    color: #3D4548;
    margin-bottom: 15px;
    letter-spacing: 1px; }
  .co-info-card__content p {
    margin: 0 0 8px 0;
    font-size: 14px;
    color: #3D4548;
    line-height: 1.5; }
    .co-info-card__content p:last-child {
      margin-bottom: 0; }

.co-departments-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  background-color: #ffffff;
  margin-top: 19px;
  border-radius: 10px;
  padding: 25px; }

.desc-department {
  display: grid; }

.mob-department {
  display: none; }

.co-departments-left,
.co-departments-right {
  display: flex;
  flex-direction: column;
  gap: 58px; }

.co-department-item {
  padding: 0;
  background: transparent;
  border-radius: 0;
  border-left: none; }
  .co-department-item__title {
    font-size: 16px;
    font-weight: 600;
    color: #3D4548;
    margin-bottom: 8px; }
  .co-department-item__phone {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
    font-weight: 500; }
  .co-department-item__email {
    font-size: 14px;
    color: #e91e63;
    font-weight: 500;
    text-decoration: underline; }

.co-contacts-right {
  width: 50%;
  height: 100vh; }

.co-map {
  width: 100%;
  height: 100%;
  background: #e0e0e0;
  filter: grayscale(100%); }

.co-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 18px;
  border: none;
  border-radius: 25px;
  font-family: 'Montserrat', sans-serif;
  font-size: 9px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
  text-transform: uppercase; }
  .co-btn--primary {
    border: 1px solid #e91e63;
    color: #e91e63;
    font-size: 16px; }
    .co-btn--primary:hover {
      background: #e91e63;
      color: #ffffff;
      transform: translateY(-2px); }
  .co-btn--outline {
    background: transparent;
    color: #e91e63;
    border: 2px solid #e91e63; }
    .co-btn--outline:hover {
      background: #e91e63;
      color: #fff; }

@media (max-width: 1024px) {
  .co-contacts-page {
    flex-direction: column;
    height: auto; }

  .co-contacts-left {
    width: 100%;
    padding: 40px 20px; }

  .co-contacts-right {
    width: 100%;
    height: 400px; }

  .co-info-cards-row {
    grid-template-columns: 1fr;
    gap: 20px; }

  .co-departments-grid {
    grid-template-columns: 1fr;
    gap: 20px; } }
@media (max-width: 768px) {
  .co-contacts-page {
    flex-direction: column;
    height: auto;
    padding: 0; }

  .co-contacts-left {
    width: 100%;
    padding: 20px 16px;
    height: auto;
    gap: 20px; }

  .co-contacts-content {
    gap: 20px; }

  .co-contacts-page__title {
    font-size: 32px;
    margin-bottom: 20px;
    padding-bottom: 10px; }

  .co-breadcrumbs {
    margin-bottom: 20px;
    font-size: 12px; }

  .co-contact-card {
    padding: 20px 16px;
    margin-top: 0;
    border-radius: 8px; }

  .co-contact-item {
    margin-bottom: 20px; }

  .co-contact-item__content {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start; }

  .co-contact-item__text p:last-child {
    font-size: 16px; }

  .co-info-cards-row {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 15px; }

  .co-info-card {
    padding: 20px 16px;
    border-radius: 8px; }

  .co-info-card__title {
    font-size: 18px;
    margin-bottom: 12px; }

  .co-info-card:first-child {
    display: none; }

  .desc-department {
    display: none; }

  .mob-department {
    display: block;
    margin-bottom: 21px !important; }

  .co-departments-left,
  .co-departments-right {
    gap: 20px; }

  .co-department-item__title {
    font-size: 14px; }

  .co-contacts-page__cta {
    margin-top: 20px;
    padding: 16px 24px;
    font-size: 14px;
    width: 100%; }

  .co-contacts-right {
    width: 100%;
    height: 430px;
    order: 3; }

  .co-departments-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 15px;
    padding: 20px 16px;
    border-radius: 8px;
    order: 4; }

  .co-btn--outline {
    padding: 12px 20px;
    font-size: 12px; } }
@media (max-width: 480px) {
  .c-mob-none {
    display: none !important; }

  .co-contacts-left {
    padding: 16px 12px; }

  .co-contacts-page__title {
    font-size: 30px; }

  .co-contact-card,
  .co-info-card {
    padding: 16px 12px; }

  .co-departments-grid {
    padding: 16px 12px; }

  .co-contact-item__icon {
    width: 20px;
    height: 20px;
    margin-right: 12px; }

  .co-contact-item__text p {
    font-size: 14px; }

  .co-contact-item__text p:last-child {
    font-size: 14px; }

  .co-info-card__title {
    font-size: 16px; }

  .co-info-card__content p {
    font-size: 12px; }

  .co-department-item__title {
    font-size: 13px; }

  .co-department-item__phone,
  .co-department-item__email {
    font-size: 12px; } }
.page-404 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 200px);
  padding: 60px 20px;
  font-family: 'Montserrat', sans-serif; }

.error-container {
  background: #fff;
  border-radius: 16px;
  padding: 100px 60px; }

.error-content {
  display: flex;
  align-items: center;
  gap: 60px; }

.error-number {
  font-size: 250px;
  font-weight: 700;
  color: #e91e63;
  flex-shrink: 0; }

.error-text {
  flex: 1; }

.error-title {
  font-size: 60px;
  font-weight: 600;
  color: #3D4548;
  margin-bottom: 16px; }

.error-description {
  font-size: 16px;
  color: #3D4548;
  margin-bottom: 39px; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border: 2px solid #e91e63;
  border-radius: 50px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
  text-transform: uppercase;
  letter-spacing: 0.5px; }
  .btn--outline {
    background: transparent;
    color: #e91e63; }
    .btn--outline:hover {
      background: #e91e63;
      color: #fff;
      transform: translateY(-2px); }

@media (max-width: 1200px) {
  .error-number {
    font-size: 120px; }

  .error-title {
    font-size: 30px; } }
@media (max-width: 768px) {
  .page-404 {
    padding: 40px 20px; }

  .error-container {
    padding: 40px 30px; }

  .error-content {
    flex-direction: column;
    text-align: center;
    gap: 30px; }

  .error-number {
    font-size: 120px; }

  .error-title {
    font-size: 29px; }

  .error-description {
    font-size: 20px; } }
@media (max-width: 480px) {
  .error-container {
    padding: 30px 20px; }

  .error-number {
    font-size: 120px; }

  .error-title {
    font-size: 30px; }

  .error-description {
    font-size: 18spx; } }
.about-page {
  font-family: 'Montserrat', sans-serif; }

.hero-section {
  padding: 80px 0; }

.hero-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center; }

.hero-text {
  padding-right: 40px; }

.hero-title {
  font-size: 80px;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  color: #3D4548;
  margin-bottom: 42px;
  text-transform: uppercase; }

.hero-description {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #3D4548;
  line-height: 30px;
  letter-spacing: 0; }

.hero-circle {
  background: #fff;
  border-radius: 50%;
  width: 400px;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px;
  text-align: center;
  position: relative;
  margin: 0 auto; }

.circle-title {
  font-size: 24px;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  color: #3D4548;
  margin-bottom: 20px;
  text-transform: uppercase; }

.circle-text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #3D4548;
  line-height: 30px;
  letter-spacing: 0;
  margin-bottom: 20px; }

.circle-line {
  width: 60px;
  height: 3px;
  background: #e91e63;
  border-radius: 2px; }

.section-content {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 30px;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px; }

.section-content-1 {
  display: grid;
  grid-template-columns: 1fr 40%;
  gap: 30px;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 30px; }

.section-content-2 {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 30px;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 30px; }

.section-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover; }

.section-text {
  height: 100%;
  padding: 40px;
  background: #fff;
  border-radius: 12px; }

.section-title {
  font-size: 32px;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  color: #3D4548;
  margin-bottom: 20px;
  text-transform: uppercase; }

.section-description {
  font-size: 18px;
  color: #3D4548;
  line-height: 1.6;
  margin-bottom: 16px; }
  .section-description:last-child {
    margin-bottom: 0; }

@media (max-width: 1024px) {
  .hero-content {
    grid-template-columns: 1fr;
    gap: 16spx; }

  .hero-text {
    padding-right: 0; }

  .hero-circle {
    width: 300px;
    height: 300px;
    padding: 40px;
    margin: 0 auto; }

  .section-content,
  .section-content-1,
  .section-content-2 {
    grid-template-columns: 1fr;
    gap: 20px; }

  .section-text {
    padding: 30px;
    margin-top: 0; } }
@media (max-width: 1024px) {
  .hero-section {
    padding: 40px 0; }

  .hero-title {
    font-size: 32px; }

  .hero-description {
    font-size: 16px; }

  .hero-circle {
    width: 250px;
    height: 250px;
    padding: 30px; }

  .circle-title {
    font-size: 18px; }

  .section-content,
  .section-content-1,
  .section-content-2 {
    padding: 20px 0;
    grid-template-columns: 1fr;
    gap: 15px; }

  .section-title {
    font-size: 24px; }

  .section-text {
    height: inherit;
    padding: 20px;
    margin-top: 0; }

  .section-image {
    order: -1; } }
@media (max-width: 1024px) {
  .hero-content {
    gap: 10px; }

  .hero-title {
    margin-bottom: 10px;
    border-bottom: 1px solid #AFAFAF;
    padding-bottom: 13px; }

  .section-content, .section-content-1, .section-content-2 {
    padding: 0 !important;
    margin-bottom: 10px !important; }

  .hero-section {
    padding: 15px 0; }

  .hero-title {
    font-size: 28px; }

  .hero-circle {
    width: 300px;
    height: 300px;
    padding: 20px; }

  .circle-title {
    font-size: 16px; }

  .circle-text {
    font-size: 12px; }

  .section-content,
  .section-content-1,
  .section-content-2 {
    padding: 15px 0;
    gap: 10px; }

  .section-title {
    font-size: 20px; }

  .section-description {
    font-size: 14px; }

  .section-text {
    padding: 15px; } }
/* Стили для searchpage-shop */
.vs-category-item {
  padding: 10px; }

.vs-shops-layout {
  display: grid;
  grid-template-columns: 30% 1fr;
  gap: 30px;
  padding-top: 30px;
  padding-bottom: 80px; }

.vs-searchpage-shop-breadcrumbs {
  font-size: 14px;
  color: #AFAFAF;
  margin-bottom: 32px;
  padding-top: 32px; }

.vs-searchpage-shop-breadcrumbs a {
  color: #AFAFAF;
  text-decoration: none;
  transition: color 0.2s; }

.vs-searchpage-shop-breadcrumbs a:hover {
  color: #DA0251; }

.vs-searchpage-shop-breadcrumbs span {
  margin: 0 8px; }

.vs-searchpage-shop-search {
  margin-bottom: 18px;
  padding: 0 24px; }

.vs-searchpage-shop-search__input {
  width: 100%;
  height: 44px;
  border-radius: 8px;
  border: 1px solid #E6E6E6;
  background: #fff;
  font-size: 15px;
  padding: 0 40px 0 16px;
  outline: none;
  transition: border-color 0.2s; }

.vs-searchpage-shop-search__input:focus {
  border-color: #DA0251; }

.vs-searchpage-shop-search__btn {
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  color: #666;
  padding: 5px; }

.vs-searchpage-shop-content {
  flex: 1;
  min-width: 0; }

.vs-searchpage-shop-alphabet {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px; }

.vs-searchpage-shop-alphabet-btn {
  background: #fff;
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  padding: 12px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: capitalize;
  color: #3D4548;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border 0.2s;
  outline: none;
  min-width: 44px;
  min-height: 44px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center; }

.vs-searchpage-shop-alphabet-btn--active {
  background: #DA0251;
  color: #fff;
  border: 1px solid #DA0251; }

.vs-searchpage-shop-alphabet-btn:hover:not(.vs-searchpage-shop-alphabet-btn--active) {
  border: 1px solid #DA0251;
  color: #DA0251; }

.vs-searchpage-shop-table {
  background: #fff;
  border-radius: 16px;
  padding: 32px 32px 24px 32px;
  margin-bottom: 0;
  box-shadow: none; }

.vs-searchpage-shop-table table {
  width: 100%;
  border-collapse: collapse; }

.vs-searchpage-shop-table th,
.vs-searchpage-shop-table td {
  padding: 10px 0;
  font-size: 15px;
  color: #3D4548;
  font-weight: 400;
  border: none; }

.vs-searchpage-shop-table tr td[colspan] {
  font-weight: 600;
  color: #AFAFAF;
  font-size: 14px;
  padding-top: 18px; }

.vs-searchpage-shop-load-more {
  margin-top: 40px;
  text-align: center; }

.vs-searchpage-shop-load-more .vs-load-more-btn {
  font-size: 16px;
  font-weight: 600;
  padding: 12px 40px;
  color: #DA0251;
  border: 2px solid #DA0251;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase; }

.vs-searchpage-shop-load-more .vs-load-more-btn:hover {
  color: white;
  background: #DA0251; }

.vs-searchpage-shop-list {
  background: #fff;
  border-radius: 16px;
  padding: 45px 51px;
  margin-bottom: 0;
  box-shadow: none;
  border: 1px solid #0000001A; }

.vs-searchpage-shop-row {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #0000001A;
  padding: 0 0 0 0;
  min-height: 64px; }

.vs-searchpage-shop-row:last-child {
  border-bottom: none; }

.vs-searchpage-shop-letter {
  min-width: 60px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 100%;
  text-transform: capitalize;
  color: #AFAFAF;
  margin-right: 32px; }

.vs-searchpage-shop-items {
  display: flex;
  flex: 1;
  gap: 32px;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  text-align: left; }

.vs-searchpage-shop-items a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  text-transform: capitalize;
  color: #3D4548;
  text-decoration: none;
  transition: color 0.2s; }

.vs-searchpage-shop-items a:hover {
  color: #DA0251; }

@media (max-width: 1024px) {
  .vs-searchpage-shop-table {
    padding: 18px 8px 12px 8px; } }
@media (max-width: 768px) {
  .vs-shops-layout {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-top: 30px;
    padding-bottom: 30px; }

  .vs-searchpage-shop-items {
    display: grid;
    grid-template-columns: 1fr;
    gap: 5px;
    padding-top: 15px;
    padding-bottom: 15px; }
    .vs-searchpage-shop-items a {
      padding-bottom: 5px;
      padding-top: 5px;
      white-space: nowrap; }

  .vs-shops-layout {
    flex-direction: column;
    padding-top: 0; }

  .vs-searchpage-shop-content {
    padding: 0; }

  .vs-searchpage-shop-categories {
    padding: 0; }

  .vs-searchpage-shop-letter {
    margin-right: 0px; }

  .vs-searchpage-shop-list {
    padding: 24px 10px; } }
.address-card {
  background: white;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  max-width: 530px;
  width: 100%;
  margin: 0;
  display: none;
  position: fixed;
  top: 108px;
  left: 5vw;
  z-index: 1000; }

.address-card.show {
  display: block; }

.address-list {
  display: flex;
  flex-direction: column;
  gap: 0; }

.address-item {
  padding: 30px;
  transition: background-color 0.3s ease;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 25px; }

.address-item-img {
  width: 70px;
  height: 70px; }

.address-item-img img {
  width: 70px;
  height: 70px;
  object-fit: contain; }

.address-item:hover {
  background-color: #FDF6ED; }

.address-name {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #3D4548;
  margin-bottom: 8px; }

.address-details {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #3D4548; }

.address-divider {
  height: 1px;
  background: #e0e0e0;
  margin: 0; }

/* Стили для бокового меню */
.me-view-controls {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  gap: 6px;
  margin-bottom: 10px; }

.me-view-btn {
  width: 100%;
  height: 65px;
  border: 2px solid #eee;
  background: white;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #999999; }

.me-view-btn img {
  width: 24px;
  height: 24px;
  transition: filter 0.3s ease;
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%); }

.me-view-btn:hover {
  transform: translateY(-2px); }

.me-view-btn:hover img {
  filter: brightness(0) saturate(100%) invert(27%) sepia(51%) saturate(2878%) hue-rotate(340deg) brightness(104%) contrast(97%); }

.me-view-btn--active {
  background: white; }

.me-view-btn--active img {
  filter: brightness(0) saturate(100%) invert(27%) sepia(51%) saturate(2878%) hue-rotate(340deg) brightness(104%) contrast(97%); }

.me-sidebar-search {
  margin-bottom: 10px; }

.me-search-input-wrapper {
  position: relative; }

.me-sidebar-search__input {
  width: 100%;
  height: 65px;
  padding: 22px 24px;
  border: 1px solid #3D45484D;
  border-radius: 10px;
  background: white;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  outline: none;
  transition: border-color 0.3s ease; }

.me-sidebar-search__input:focus {
  border-color: #DA0251; }

.me-sidebar-search__input::placeholder {
  color: #999; }

.me-sidebar-search__btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  color: #666;
  padding: 5px; }

.me-sidebar-search__btn:hover {
  color: #DA0251; }

.me-category-section {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 10px;
  box-shadow: none;
  overflow: hidden; }

.me-category-header {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 21px 28px;
  cursor: pointer; }

.me-category-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #3D4548;
  margin: 0; }

.me-category-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease; }

.me-category-toggle svg {
  color: #3D4548;
  transition: color 0.3s ease; }

.me-category-toggle:hover svg {
  color: #DA0251; }

.me-category-section--expanded .me-category-toggle {
  transform: rotate(180deg); }

.me-category-list {
  background: transparent;
  border-radius: 0 0 10px 10px;
  box-shadow: none;
  padding: 0 28px 20px 28px; }

.me-category-item {
  margin-bottom: 10px; }

.me-category-item:last-child {
  margin-bottom: 0; }

.me-category-link {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #3D4548B2;
  text-decoration: none;
  display: block;
  padding: 5px 0;
  transition: color 0.3s ease; }

.me-category-link:hover {
  color: #DA0251; }

.me-category-item--active .me-category-link {
  color: #DA0251;
  font-weight: 600; }

@media (max-width: 576px) {
  .me-category-header {
    padding: 17px 14px; }

  .me-category-list {
    padding: 0 14px 20px 14px; }

  .me-category-title {
    font-size: 14px; } }
.dbreadcrumbs {
  display: flex;
  justify-content: left;
  align-items: center;
  flex-wrap: wrap;
  font-size: 15px;
  color: #b3b3b3;
  margin-top: 32px;
  margin-bottom: 24px;
  gap: 10px; }

.dbreadcrumbs a {
  color: #b3b3b3;
  text-decoration: none; }

.dshop-title {
  font-size: 60px;
  font-family: 'Oswald', Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 18px 0;
  letter-spacing: 0.5px;
  text-transform: uppercase; }

.dshop-desc {
  font-size: 16px;
  color: #3D4548;
  margin-bottom: 24px;
  line-height: 1.6; }

.dshop-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 24px; }

.dshop-tag {
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  padding: 6px 18px;
  font-size: 13px;
  color: #b3b3b3;
  font-weight: 500; }

.dshop-back {
  display: inline-block;
  margin-top: 8px;
  padding: 10px 32px;
  border: 2px solid #d1005a;
  border-radius: 16px;
  background: #fff;
  color: #d1005a;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  cursor: pointer;
  text-align: center; }

.dshop-back:hover {
  background: #d1005a;
  color: #fff; }

.dshop-floor-link {
  color: #d1005a;
  font-size: 18px;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s;
  margin-top: 8px;
  letter-spacing: 0.5px; }

.dshop-floor-link:hover {
  color: #a80046; }

.dsimilar-title {
  font-size: 32px;
  font-family: 'Oswald', Arial, sans-serif;
  font-weight: 400;
  margin: 86px 0 24px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #3D4548; }

.dsimilar-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
  padding-left: 32px; }

.dsimilar-list {
  display: flex;
  gap: 22px;
  flex: 1; }

.dsimilar-slider .slick-slide {
  margin: 0 11px; }

.dsimilar-slider .slick-track {
  display: flex; }

/* Карточки похожих магазинов */
.dsimilar-card {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease;
  cursor: pointer;
  height: 250px !important;
  width: 200px;
  flex-shrink: 0; }

.dsimilar-card:hover {
  transform: translateY(-5px);
  cursor: pointer; }

.dsimilar-card:hover .dsimilar-card__content {
  height: 100px;
  transform: translateY(-50px); }

.dsimilar-card:hover .dsimilar-card__image {
  background: #e8e8e8; }

.dsimilar-card:hover .dsimilar-card__name {
  color: #DA0251; }

.dsimilar-card__image {
  width: 100%;
  height: 200px;
  background: #f5f5f5;
  overflow: hidden;
  transition: background-color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center; }

.dsimilar-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease; }

.dsimilar-card:hover .dsimilar-card__image img {
  transform: scale(1.05); }

.dsimilar-card__content {
  padding: 15px;
  text-align: center;
  height: 50px;
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: height 0.3s ease;
  overflow: hidden;
  border-radius: 0 0 5px 5px; }

.dsimilar-card__name {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin: 0;
  transition: color 0.3s ease;
  text-transform: uppercase;
  position: relative;
  z-index: 2; }

.dsimilar-card__hover-info {
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease 0.1s;
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 0;
  overflow: hidden; }

.dsimilar-card__bottom-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
  transform: translateY(10px);
  opacity: 0;
  transition: all 0.3s ease 0.2s; }

.dsimilar-card:hover .dsimilar-card__hover-info {
  opacity: 1;
  transform: translateY(0);
  height: 50px; }

.dsimilar-card:hover .dsimilar-card__bottom-row {
  transform: translateY(0);
  opacity: 1; }

.dsimilar-card__divider {
  width: 100%;
  height: 1px;
  background: #eee;
  margin: 5px 0; }

.dsimilar-card__floor {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  color: #333;
  margin: 0 0 5px 0;
  font-weight: 500; }

.dsimilar-card__map-link {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  color: #DA0251;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
  display: block; }

.dsimilar-card__map-link:hover {
  color: #b80144; }

.dsimilar-arrows {
  display: flex;
  justify-content: end;
  gap: 15px;
  margin-bottom: 20px; }

.dsimilar-arrow {
  width: 67px;
  height: 67px;
  border: 2px solid #DA0251;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease; }

.dsimilar-arrow:hover {
  background: #DA0251; }

.dsimilar-arrow:hover svg path {
  stroke: white; }

.dsimilar-btn {
  display: block;
  margin: 76px auto;
  padding: 12px 36px;
  border: 2px solid #d1005a;
  width: 200px;
  border-radius: 25px;
  color: #d1005a;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  cursor: pointer;
  white-space: nowrap; }

.dsimilar-btn:hover {
  background: #d1005a;
  color: #fff; }

.dshop-top {
  display: grid;
  grid-template-columns: 1fr 387px;
  border-radius: 28px;
  align-items: flex-start;
  gap: 10px; }

.dshop-photo-block {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  flex: 1 1 0;
  background: none;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start; }

.dshop-photo-bg {
  width: 100%;
  background: #f7f7f7;
  border-radius: 24px 24px 0 0;
  overflow: hidden; }

.dshop-photo {
  width: 100%;
  height: 600px;
  object-fit: cover;
  border-radius: 24px 24px 0 0;
  display: block; }

.dshop-logo-box {
  position: absolute;
  top: 32px;
  left: 32px;
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2; }

.dshop-logo-box img {
  height: 100%;
  object-fit: cover;
  border-radius: 10px; }

.dshop-logo-img {
  display: block; }

.dshop-floor-block {
  background: #fff;
  border-radius: 18px;
  padding: 48px 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-left: 0; }

.dshop-floor-title {
  font-size: 40px;
  font-family: 'Oswald', Arial, sans-serif;
  font-weight: 400;
  color: #3D4548;
  margin-bottom: 12px;
  white-space: nowrap; }

.dshop-floor-link {
  color: #d1005a;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  margin-top: 0;
  display: flex;
  align-items: center;
  letter-spacing: 0.2px;
  transition: color 0.2s; }

.dshop-floor-link:hover {
  color: #a80046; }

.dshop-floor-link .dshop-arrow {
  margin-left: 8px;
  font-size: 18px;
  transition: margin 0.2s; }

.dshop-desc-block {
  width: 100%;
  background: #fff;
  border-radius: 0 0 24px 24px;
  padding: 32px 32px 24px 32px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 13px; }

.dshop-title {
  font-size: 32px;
  font-family: 'Oswald', Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 8px 0;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #3D4548; }

.dshop-desc {
  font-size: 16px;
  color: #3D4548;
  margin-bottom: 0; }

.dshop-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap; }

.dshop-tag {
  border: 1px solid #AFAFAF;
  border-radius: 20px;
  padding: 6px 18px;
  font-size: 12px;
  color: #AFAFAF;
  font-weight: 500; }

.dshop-back {
  display: inline-block;
  width: 145px;
  margin-top: 13px;
  padding: 10px 32px;
  border: 2px solid #d1005a;
  border-radius: 25px;
  background: #fff;
  color: #d1005a;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  cursor: pointer; }

.dshop-back:hover {
  background: #d1005a;
  color: #fff; }

@media (max-width: 1100px) {
  .dshop-top {
    grid-template-columns: 1fr;
    padding: 24px 8px 24px 8px;
    gap: 9px; }

  .dshop-photo-block {
    min-width: 100%;
    max-width: 100%;
    height: auto; }

  .dshop-photo-bg {
    border-radius: 12px 12px 0 0; }

  .dshop-photo {
    height: 180px;
    border-radius: 12px 12px 0 0; }

  .dshop-desc-block {
    border-radius: 0 0 12px 12px;
    padding: 14px 17px 28px 14px; }

  .dshop-title {
    font-size: 30px; }

  .dshop-floor-block {
    margin-top: 0;
    align-items: flex-start;
    padding: 32px 18px;
    flex-direction: row; }

  .dshop-desc {
    font-size: 14px; }

  .dshop-desc-block {
    gap: 7px; }

  .dshop-tag {
    padding: 4px 11px;
    font-size: 9px; }

  .dshop-back {
    padding: 15px 23px; } }
@media (max-width: 700px) {
  .dsimilar-btn {
    width: 100%;
    text-align: center; }

  .dsimilar-arrows {
    display: none; }

  .dsimilar-title {
    margin: 61px 0 34px; }

  .dsimilar-btn {
    margin: 21px auto; }

  .dsimilar-list {
    display: block; }

  .dshop-top {
    padding: 8px 2px;
    border-radius: 16px; }

  .dshop-photo-block {
    border-radius: 12px; }

  .dshop-photo {
    border-radius: 12px; }

  .dshop-logo-box {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    top: 10px;
    left: 10px; }

  .dshop-floor-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    padding: 20px 35px; }

  .dshop-floor-title {
    font-size: 22px; }

  .dshop-tags {
    margin-bottom: 0px; }

  .dsimilar-row {
    padding-left: 0px; } }
/*Другие стили*/
[data-content=news] .slider__inner {
  min-height: 422px;
  display: grid;
  grid-template-columns: repeat(16, 295px);
  gap: 15px; }

/* Страница магазинов */
.v-shops-page {
  padding: 40px 0; }

.v-shops-layout {
  display: grid;
  grid-template-columns: 387px 1fr;
  gap: 30px;
  align-items: start; }

/* Левая колонка - Сайдбар */
.v-shops-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 23px; }
  .v-shops-breadcrumbs .v-shops-breadcrumbs__item--active {
    color: #3D4548; }

.v-shops-breadcrumbs__item {
  font-size: 14px;
  color: #3D454880;
  text-decoration: none; }

.v-shops-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px; }

.v-shop-card {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease;
  cursor: pointer;
  height: 215px; }

.v-shop-card:hover {
  transform: translateY(-5px);
  cursor: pointer; }

.v-shop-card:hover .v-shop-card__content {
  height: 100px;
  transform: translateY(-50px); }

.v-shop-card:hover .v-shop-card__image {
  background: #e8e8e8; }

.v-shop-card:hover .v-shop-card__name {
  color: #DA0251; }

.v-shop-card__image {
  width: 100%;
  height: 170px;
  background: #f5f5f5;
  overflow: hidden;
  transition: background-color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center; }

.v-shop-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease; }

.v-shop-card:hover .v-shop-card__image img {
  transform: scale(1.05); }

.v-shop-card__content {
  padding: 15px;
  text-align: center;
  height: 50px;
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: height 0.3s ease;
  overflow: hidden;
  border-radius: 0 0 5px 5px; }

.v-shop-card__name {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin: 0;
  line-height: 1.3;
  transition: color 0.3s ease;
  text-transform: uppercase;
  position: relative;
  z-index: 2; }

.v-shop-card__hover-info {
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease 0.1s;
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 0;
  overflow: hidden; }

.v-shop-card__bottom-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
  transform: translateY(10px);
  opacity: 0;
  transition: all 0.3s ease 0.2s; }

.v-shop-card:hover .v-shop-card__hover-info {
  opacity: 1;
  transform: translateY(0);
  height: 50px; }

.v-shop-card:hover .v-shop-card__bottom-row {
  transform: translateY(0);
  opacity: 1; }

.v-shop-card__divider {
  width: 100%;
  height: 1px;
  background: #eee;
  margin: 5px 0; }

.v-shop-card__floor {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  color: #3D454880;
  font-weight: 500; }

.v-shop-card__map-link {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  color: #DA0251;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
  display: block; }

.v-shop-card__map-link:hover {
  color: #b80144; }

/* Кнопка "Загрузить еще" */
.v-shops-load-more {
  text-align: center;
  margin-top: 76px; }

.v-load-more-btn {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 40px;
  color: #DA0251;
  border: 2px solid #DA0251;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase; }

.v-load-more-btn:hover {
  color: white;
  background: #DA0251;
  transform: translateY(-2px); }

/* Адаптивность */
@media (max-width: 1200px) {
  .v-shops-grid {
    grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 1024px) {
  .v-shops-layout {
    grid-template-columns: 250px 1fr;
    gap: 30px; }

  .v-shops-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px; } }
@media (max-width: 768px) {
  .v-shops-page {
    padding: 20px 0; }

  .v-shops-layout {
    grid-template-columns: 1fr;
    gap: 0; }

  .v-shops-sidebar {
    position: static;
    order: 2; }

  .v-shops-content {
    order: 2; }

  .v-shops-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px; }

  .v-shop-card__image {
    height: 150px; }

  .v-shop-card__content {
    padding: 15px; }

  .v-shop-card__name {
    font-size: 12px; }

  .v-load-more-btn {
    font-size: 14px;
    padding: 12px 30px; } }
@media (max-width: 480px) {
  .v-load-more-btn {
    width: 100%; }

  .v-shops-layout {
    display: flex;
    flex-direction: column; }

  .v-shops-sidebar {
    order: 1;
    width: 100%;
    max-width: 100%;
    margin: 0 0 12px 0;
    box-shadow: none; }

  .v-shops-content {
    order: 2;
    width: 100%;
    max-width: 100%;
    padding: 0; }

  .v-shops-grid {
    grid-template-columns: 1fr 1fr;
    gap: 9px; }

  .v-shop-card {
    height: 225px; }

  .v-shop-card__image {
    height: 180px; }

  .v-shops-load-more {
    margin-top: 18px; } }
.popup-schedule {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
  max-width: 430px;
  margin-top: 108px;
  margin-left: 10vw;
  margin-right: 0;
  margin-bottom: 0;
  padding: 37px 39px;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none; }

.popup-schedule.show {
  display: block; }

.popup-schedule__title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #3D4548;
  margin-bottom: 27px; }

.popup-schedule__divider {
  border-bottom: 1px solid #0000001A;
  margin-bottom: 25px; }

.popup-schedule__days {
  display: flex;
  gap: 6px; }

.popup-schedule__day {
  flex: 1 1 0;
  text-align: center;
  padding: 8px 0 7px 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
  color: #00000080;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 13px; }

.popup-schedule__day span {
  display: block;
  font-size: 13px;
  color: #3D4548;
  font-weight: 400; }

.popup-schedule__day--active span {
  font-weight: 600; }

.popup-schedule__extra {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 12px;
  margin-top: 0; }

.popup-schedule__extra-item {
  font-size: 14px;
  color: #3D4548;
  margin-bottom: 5px;
  font-weight: 600; }

.popup-schedule__extra-time {
  font-size: 13px;
  color: #3D4548;
  font-weight: 400;
  margin-bottom: 10px; }

.popup-schedule__day:hover {
  cursor: pointer;
  background: #FDF6ED; }

.nw-popup-sidebar-up {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: start; }

.nw-popup-sidebar-down {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
  border-top: 1px solid #eee;
  padding-top: 56px; }

.nw-popup-page {
  background: white;
  padding: 0;
  position: fixed !important;
  top: 90px;
  left: 0;
  right: 0;
  z-index: 1000;
  display: none; }

.nw-popup-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start; }

/* Левая колонка - Навигация */
.nw-popup-sidebar {
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  gap: 40px; }

/* Основные категории */
.nw-main-categories {
  display: flex;
  flex-direction: column;
  gap: 15px; }

.nw-category-link {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 45px;
  color: #3D4548;
  transition: color 0.3s;
  text-transform: uppercase; }

.nw-category-link:hover,
.nw-category-link--active {
  color: #DA0251; }

@media (max-width: 1024px) {
  .nw-category-link {
    font-size: 38px; }

  .nw-popup-page {
    top: 75px; } }
@media (max-width: 800px) {
  .nw-popup-page {
    top: 60px; } }
@media (max-width: 600px) {
  .nw-category-link {
    font-size: 38px; }

  .nw-popup-page {
    top: 60px; } }
/* Дополнительная навигация */
.nw-secondary-nav {
  display: flex;
  flex-direction: column;
  gap: 22px; }

.nw-nav-link {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  color: #3D4548;
  text-decoration: none;
  transition: color 0.3s ease; }

.nw-nav-link:hover,
.nw-nav-link--active {
  color: #DA0251; }

@media (max-width: 1024px) {
  .nw-nav-link {
    font-size: 16px; } }
@media (max-width: 600px) {
  .nw-nav-link {
    font-size: 18px; } }
/* Контактная информация */
.nw-contact-info {
  display: flex;
  flex-direction: column;
  gap: 15px; }

.nw-contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  color: #3D4548; }
  .nw-contact-item a {
    color: #3D4548; }

.nw-contact-item img {
  color: #3D4548;
  flex-shrink: 0;
  filter: brightness(0) saturate(100%) invert(24%) sepia(8%) saturate(1234%) hue-rotate(180deg) brightness(94%) contrast(86%); }

/* Дополнительные ссылки */
.nw-additional-link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  color: #3D4548;
  text-decoration: none;
  transition: color 0.3s ease;
  padding: 0 12px 14px; }

.nw-additional-link:hover {
  color: #DA0251;
  border-color: #DA0251;
  background: white; }

.nw-additional-link img {
  color: #3D4548;
  flex-shrink: 0;
  filter: brightness(0) saturate(100%) invert(24%) sepia(8%) saturate(1234%) hue-rotate(180deg) brightness(94%) contrast(86%); }

/* Мобильные кнопки навигации */
.nw-mobile-nav-buttons {
  display: none;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
  margin-bottom: 30px; }

.nw-mobile-nav-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 15px 10px;
  background: white;
  border: 1px solid #DBDBDB;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.3s ease; }

.nw-mobile-nav-button:hover {
  border-color: #DA0251;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); }

.nw-mobile-nav-button img {
  width: 20px;
  height: 20px;
  filter: brightness(0) saturate(100%) invert(24%) sepia(8%) saturate(1234%) hue-rotate(180deg) brightness(94%) contrast(86%); }

.nw-mobile-nav-button span {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  color: #3D4548;
  text-align: center;
  white-space: nowrap; }

/* Правая колонка - Баннеры */
.nw-popup-banners {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 30px 0; }

.nw-banner {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
  cursor: pointer; }

.nw-banner:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2); }

.nw-banner__image {
  width: 380px;
  height: 550px;
  position: relative;
  overflow: hidden; }

.nw-banner__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease; }

.nw-banner:hover .nw-banner__image img {
  transform: scale(1.05); }

.nw-banner__content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  color: white;
  z-index: 2; }

.nw-banner__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-weight: 700;
  margin: 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); }

.nw-banner__title-line {
  display: block; }

.nw-banner__subtitle {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin: 8px 0 0 0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); }

/* Специальные стили для баннеров */
.nw-banner--summer-sale .nw-banner__content {
  bottom: 40px; }

.nw-banner--kids .nw-banner__content {
  bottom: 40px; }

/* Адаптивность */
@media (max-width: 1200px) {
  .nw-popup-banners {
    display: none; }

  .nw-popup-layout {
    grid-template-columns: 1fr;
    gap: 30px; }

  .nw-popup-banners {
    grid-template-columns: 1fr;
    gap: 15px; }

  .nw-banner__image {
    height: 300px;
    width: 100%; } }
@media (max-width: 900px) {
  .nw-popup-layout {
    grid-template-columns: 1fr;
    gap: 20px; }

  .nw-popup-sidebar {
    padding: 20px 0;
    gap: 30px; }

  .nw-main-categories {
    gap: 12px; }

  .nw-category-link {
    font-size: 16px; }

  .nw-secondary-nav {
    gap: 10px; }

  .nw-nav-link {
    font-size: 13px;
    padding-left: 18px; }

  .nw-contact-info {
    gap: 12px; }

  .nw-contact-item {
    font-size: 13px; }

  .nw-additional-links {
    gap: 15px; }

  .nw-additional-link {
    font-size: 11px;
    padding: 6px 10px; }

  .nw-popup-banners {
    display: none; }

  .nw-banner__image {
    height: 250px; }

  .nw-banner__content {
    bottom: 20px;
    left: 20px; }

  .nw-banner__title {
    font-size: 24px; }

  .nw-banner__subtitle {
    font-size: 14px; } }
@media (max-width: 480px) {
  .nw-popup-page {
    max-height: calc(100vh - 59px);
    overflow-y: auto; }

  .nw-popup-sidebar {
    padding: 20px 15px 30px;
    gap: 0; }

  .nw-popup-sidebar-up {
    grid-template-columns: 1fr;
    gap: 0; }

  .nw-popup-sidebar-down {
    grid-template-columns: 1fr;
    gap: 0;
    border-top: 1px solid #e0e0e0;
    padding-top: 20px;
    margin-top: 20px; }

  .nw-main-categories {
    gap: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #0000001A; }

  .nw-category-link {
    font-size: 24px;
    font-weight: 400;
    color: #3D4548; }

  .nw-secondary-nav {
    gap: 16px;
    margin-bottom: 20px; }

  .nw-nav-link {
    font-size: 18px;
    color: #3D4548;
    padding-left: 0; }

  .nw-contact-info {
    gap: 15px; }

  .nw-contact-item {
    font-size: 16px;
    color: #3D4548; }

  .nw-additional-links {
    display: none; }

  .nw-mobile-nav-buttons {
    display: grid; }

  .nw-banner__image {
    height: 200px; }

  .nw-banner__content {
    bottom: 15px;
    left: 15px; }

  .nw-banner__title {
    font-size: 20px; }

  .nw-banner__subtitle {
    font-size: 12px; } }
/* Развлечения */
.entertain-section {
  padding: 174px 0 0; }

.entertain-section__header {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.entertain-section__titles {
  text-align: center;
  flex: 1; }

.entertain-section__title {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 160px;
  color: #3D4548;
  margin-bottom: 10px;
  text-transform: uppercase; }

.entertain-section__subtitle {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  color: #3D4548; }

.entertain-arrows {
  display: flex;
  justify-content: end;
  gap: 15px;
  margin-top: -10px;
  margin-bottom: 50px; }

.entertain-arrow {
  width: 67px;
  height: 67px;
  border: 2px solid #D2D2D2;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease; }

.entertain-arrow:hover {
  background: #DA0251;
  border: 2px solid #DA0251; }

.entertain-arrow svg path {
  stroke: #D2D2D2; }

.entertain-arrow:hover svg path {
  stroke: white; }

.entertain-arrow:hover svg path {
  stroke: white; }

.entertain-slider {
  margin-bottom: 50px; }

.entertain-slider .slick-slide {
  padding: 0 15px; }

.entertain-slider .slick-track {
  display: flex; }

.entertain-card {
  text-align: center;
  transition: transform 0.3s ease; }

.entertain-card:hover {
  transform: translateY(-5px); }

.entertain-card__image {
  width: 100%;
  height: 300px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
  background: #F5F5F5; }

.entertain-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center; }

.entertain-card__name {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 22px;
  color: #3D4548;
  text-transform: uppercase; }

.entertain-more {
  text-align: center;
  margin-top: 74px; }

.entertain-more__button {
  color: #DA0251;
  border: 1px solid #DA0251;
  padding: 15px 40px;
  border-radius: 50px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
  text-decoration: none; }

.entertain-more__button:hover {
  background: #DA0251;
  color: white; }

.entertain-slider .slick-prev,
.entertain-slider .slick-next {
  display: none !important; }

@media (max-width: 1024px) {
  .entertain-arrows {
    display: none !important; }

  .entertain-section__header {
    margin-bottom: 35px; }

  .entertain-card__image {
    height: 127px !important; }

  .entertain-section__title {
    font-size: 50px; }

  .entertain-section__subtitle {
    font-size: 14px; }

  .entertain-section {
    padding: 79px 0 0; }

  .entertain-card__name {
    font-size: 14px; }

  .entertain-more__button {
    font-size: 16px; }

  .entertain-more {
    margin-top: 44px; } }
@media (max-width: 480px) {
  .entertain-card__image {
    height: 199px !important; }

  .entertain-more__button {
    padding: 12px 40px;
    width: 100%; }

  .entertain-more {
    text-align: center;
    margin-top: 27px; }

  .entertain-slider {
    margin-bottom: 27px; }

  .entertain-more__button {
    font-size: 14px; }

  .entertain-section__subtitle {
    font-size: 12px; }

  .entertain-section {
    padding: 55px 0 0; }

  .entertain-section__title {
    font-size: 40px; } }
.cookie-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  max-width: 400px;
  width: 100%;
  z-index: 1000;
  font-family: 'Montserrat', sans-serif;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease; }
  .cookie-container.show {
    opacity: 1;
    transform: translateY(0); }
  .cookie-container.hide {
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none; }

@media (max-width: 768px) {
  .cookie-container {
    display: none; } }
.cookie-content {
  display: flex;
  flex-direction: column;
  gap: 16px; }

.cookie-text p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #3D4548; }
  .cookie-text p:first-child {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 12px; }
  .cookie-text p a {
    color: #e91e63;
    text-decoration: underline;
    font-weight: 400; }
    .cookie-text p a:hover {
      text-decoration: underline; }

.cookie-button button {
  background: transparent;
  border: 2px solid #e91e63;
  color: #e91e63;
  padding: 12px 24px;
  border-radius: 25px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase; }
  .cookie-button button:hover {
    background: #e91e63;
    color: #fff; }

.cookie-container svg {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
  transition: opacity 0.3s ease; }
  .cookie-container svg:hover {
    opacity: 0.7; }

.serv-shops-layout {
  display: grid;
  grid-template-columns: 387px 1fr;
  gap: 30px;
  margin-top: 30px;
  margin-bottom: 90px; }

.serv-shops-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px; }

.serv-shop-item {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  width: 100%;
  padding: 49px 19px;
  height: 285px;
  text-align: center; }
  .serv-shop-item__image img {
    margin: 0 auto; }
  .serv-shop-item__text {
    font-size: 24px;
    font-family: Montserrat;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 30px;
    color: #3D4548; }

.serv-shops-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 23px; }
  .serv-shops-breadcrumbs .v-shops-breadcrumbs__item--active {
    color: #3D4548; }

.serv-shops-breadcrumbs__item {
  font-size: 14px;
  color: #3D454880;
  text-decoration: none; }

@media (max-width: 1400px) {
  .serv-shops-content {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px; }

  .serv-shops-layout {
    display: block; } }
@media (max-width: 768px) {
  .serv-shops-content {
    grid-template-columns: 1fr;
    gap: 10px; } }
@media (max-width: 500px) {
  .serv-shops-content {
    grid-template-columns: 1fr;
    gap: 5px; }

  .serv-shop-item {
    padding: 60px;
    height: inherit; } }
/* ====== Overlay (изначально скрыт) ====== */
.thanks-subscribe-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999; }

.thanks-subscribe-overlay.is-visible {
  display: flex; }

/* ====== Popup ====== */
.thanks-subscribe-popup {
  background: #fff;
  border-radius: 12px;
  padding: 90px;
  max-width: 800px;
  width: 100%;
  text-align: center;
  color: #3D4548;
  position: relative;
  transform: translateY(10px);
  opacity: 0;
  transition: transform .2s ease, opacity .2s ease; }

.thanks-subscribe-overlay.is-visible .thanks-subscribe-popup {
  transform: translateY(0);
  opacity: 1; }

.thanks-subscribe-popup h2 {
  margin: 0;
  font-family: Oswald, Arial, sans-serif;
  font-weight: 400;
  font-size: 40px; }

.thanks-subscribe-popup p {
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 500;
  font-size: 20px;
  margin: 20px 0 26px; }

.thanks-subscribe-social-box {
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 15px;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px; }

.thanks-subscribe-social-box p {
  font-size: 12px;
  margin: 0 0 12px; }

.thanks-subscribe-social-links {
  display: flex;
  justify-content: center;
  gap: 10px; }

.thanks-subscribe-social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  border: 1.5px solid #DA0251;
  border-radius: 50%;
  color: #DA0251;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold; }

.thanks-subscribe-close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  font-size: 20px;
  color: #999;
  cursor: pointer; }

/* Адаптив */
@media (max-width: 600px) {
  .thanks-subscribe-popup {
    padding: 32px; }

  .thanks-subscribe-popup h2 {
    font-size: 28px; }

  .thanks-subscribe-popup p {
    font-size: 16px; } }
.parking {
  color: #3D4548;
  font-family: Arial, sans-serif;
  line-height: 1.5;
  text-align: center;
  padding-top: 42px;
  padding-bottom: 42px; }

.parking-footer {
  margin-bottom: 30px; }

.parking-breadcrumbs {
  margin-bottom: 45px;
  text-align: left;
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px; }

.parking-breadcrumbs a {
  color: #3D4548;
  text-decoration: none;
  opacity: 0.7; }

.parking-breadcrumbs span {
  color: #3D4548;
  opacity: 1; }

.parking-title {
  margin-bottom: 32px;
  text-align: left;
  font-family: Oswald;
  font-weight: 400;
  font-style: Regular;
  font-size: 64px;
  text-transform: uppercase; }

.parking-info {
  padding: 20px; }

.parking-card {
  display: grid;
  grid-template-columns: 40% 1fr;
  align-items: center;
  background: #fff;
  border-radius: 12px;
  margin-bottom: 20px; }

.parking-image img {
  width: 100%;
  max-width: 500px;
  margin: 0;
  display: block; }

.parking-text {
  font-size: 20px;
  margin: 15px 0; }

.parking-abonement {
  font-family: Oswald;
  font-weight: 400;
  font-style: Regular;
  font-size: 120px;
  text-transform: uppercase; }

.parking-subtitle {
  font-size: 20px;
  font-weight: 600;
  margin: 15px 0;
  text-transform: uppercase; }

.parking-price {
  margin: 10px 0;
  font-family: Oswald;
  font-weight: 400;
  font-style: Regular;
  font-size: 70px; }

.parking-price span {
  font-size: 18px; }

.parking-desc {
  font-size: 20px;
  margin: 15px 0; }

.parking-benefits {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
  margin: 20px 0; }

.parking-benefit {
  flex: 1 1 30%;
  min-width: 120px;
  background: #fff;
  padding: 53px 15px 76px;
  border-radius: 12px;
  text-align: center; }

.parking-benefit img {
  height: 100px;
  margin-bottom: 10px;
  margin: 0 auto; }

.parking-benefit p {
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 22px; }

.parking-footer {
  font-family: Montserrat;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px; }
  .parking-footer a {
    color: #3D4548; }

/* --- АДАПТИВ --- */
@media (max-width: 1024px) {
  .parking-card {
    grid-template-columns: 1fr; }

  .parking-image img {
    margin: 0; }

  .parking-abonement {
    font-size: 50px; }

  .parking-benefit {
    width: 100%; }

  .parking-title {
    font-size: 35px; }

  .parking-breadcrumbs {
    margin-bottom: 15px; }

  .parking-title {
    margin-bottom: 15px; }

  .parking-text {
    font-size: 14px;
    margin: 4px 0; }

  .parking-subtitle {
    margin: 4px 0; }

  .parking-desc {
    font-size: 14px;
    margin: 4px 0; }

  .parking-benefits {
    gap: 8px; }

  .parking-card {
    margin-bottom: 10px; } }
@media (max-width: 768px) {
  .parking-benefits {
    flex-direction: column;
    align-items: center; }

  .parking-subtitle {
    font-size: 18px; }

  .parking-price {
    font-size: 28px; }

  .parking-benefit p {
    font-size: 14px; }

  .parking-benefit {
    padding: 10px;
    display: grid;
    grid-template-columns: 20% 1fr;
    justify-content: left;
    gap: 40px;
    align-items: center; }

  .parking-benefit img {
    height: 60px; }

  .parking-benefit p {
    font-size: 14px;
    text-align: left;
    margin-top: 0; }

  .parking {
    padding-top: 15px;
    padding-bottom: 15px; } }
/* Overlay */
.cinema-pop-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  /* <-- изначально скрыт */
  align-items: center;
  justify-content: center;
  z-index: 999;
  padding: 20px;
  overflow: auto;
  box-sizing: border-box; }

/* Popup */
.cinema-pop-popup {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  display: flex;
  gap: 20px;
  max-width: 900px;
  width: 100%;
  position: relative;
  box-sizing: border-box; }

.cinema-pop-poster {
  flex: 0 0 300px; }

.cinema-pop-poster img {
  width: 100%;
  border-radius: 8px;
  display: block;
  height: auto; }

.cinema-pop-content {
  flex: 1;
  color: #3D4548;
  min-width: 0; }

.cinema-pop-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.3; }

.cinema-pop-age {
  font-size: 12px;
  color: #999;
  margin-bottom: 15px;
  border: 1px solid #3D4548;
  display: inline-block;
  padding: 8px;
  border-radius: 50%;
  margin-bottom: 15px; }

.cinema-pop-subtitle {
  font-size: 14px;
  margin: 10px 0;
  font-weight: bold; }

/* Форматы */
.cinema-pop-formats {
  display: flex;
  gap: 10px;
  margin-bottom: 16px;
  flex-wrap: wrap; }

.cinema-pop-format {
  flex: 1;
  padding: 10px 0;
  border-radius: 6px;
  text-align: center;
  font-weight: bold;
  background: #E5E5E5;
  color: #3D4548;
  cursor: pointer;
  user-select: none;
  min-width: 90px; }

.cinema-pop-format.active {
  background: #DA0251;
  color: #fff; }

/* Сеансы */
.cinema-pop-sessions-date {
  font-size: 14px;
  font-weight: bold;
  margin: 15px 0 10px;
  border-bottom: 1px solid #CFCFCF;
  padding-bottom: 8px; }

.cinema-pop-sessions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px; }

.cinema-pop-session {
  border-radius: 6px;
  padding: 8px 12px;
  background: #F3F3F3;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  line-height: 1.2;
  user-select: none; }

.cinema-pop-session.active {
  background: #DA0251;
  color: #fff; }

.cinema-pop-price {
  display: block;
  font-weight: bold;
  font-size: 11px;
  margin-top: 2px; }

/* Кнопка купить */
.cinema-pop-buy {
  display: inline-block;
  margin-top: 20px;
  padding: 22px 44px;
  border: 2px solid #DA0251;
  border-radius: 30px;
  background: transparent;
  color: #DA0251;
  font-weight: bold;
  cursor: pointer;
  font-size: 14px;
  white-space: nowrap; }

/* Навигация */
.cinema-pop-nav {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  align-items: center; }

.cinema-pop-nav button {
  width: 65px;
  height: 65px;
  border: 1.5px solid #DA0251;
  border-radius: 50%;
  background: none;
  color: #DA0251;
  font-size: 18px;
  cursor: pointer;
  line-height: 1; }

/* Close */
.cinema-pop-close-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  background: none;
  border: none;
  font-size: 22px;
  color: #999;
  cursor: pointer;
  width: 36px;
  height: 36px;
  line-height: 1; }

.cinema-flex {
  display: flex;
  gap: 16px;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap; }

.cinema-button-flex {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; }

/* ====== АДАПТИВ ====== */
@media (max-width: 1024px) {
  .cinema-pop-popup {
    max-width: 760px;
    padding: 24px;
    gap: 16px; }

  .cinema-pop-poster {
    flex: 0 0 260px; }

  .cinema-pop-sessions {
    grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 768px) {
  /* фикс для верхушки на мобильных */
  .cinema-pop-overlay {
    align-items: flex-start;
    height: 100dvh;
    padding-top: 12px;
    /* fallback */
    padding-top: calc(12px + env(safe-area-inset-top));
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain; }

  .cinema-pop-popup {
    flex-direction: column;
    padding: 20px;
    max-height: calc(100dvh - 24px - env(safe-area-inset-top));
    overflow-y: auto; }

  .cinema-pop-poster {
    flex: none;
    width: 100%; }

  .cinema-pop-poster img {
    height: 360px;
    object-fit: cover; }

  .cinema-pop-title {
    font-size: 18px; }

  .cinema-pop-age {
    margin-bottom: 12px; }

  .cinema-pop-format {
    flex: 1 1 calc(33.33% - 10px); }

  .cinema-pop-sessions {
    grid-template-columns: repeat(2, 1fr); }

  .cinema-button-flex {
    flex-direction: column;
    align-items: stretch;
    gap: 12px; }

  .cinema-pop-buy {
    width: 100%;
    text-align: center; }

  .cinema-pop-nav {
    justify-content: center; } }
@media (max-width: 420px) {
  .cinema-pop-overlay {
    padding: 12px;
    padding-top: 8px;
    /* fallback */
    padding-top: calc(8px + env(safe-area-inset-top)); }

  .cinema-pop-popup {
    padding: 16px;
    max-height: calc(100dvh - 16px - env(safe-area-inset-top)); }

  .cinema-pop-title {
    font-size: 16px; }

  .cinema-pop-format {
    flex: 1 1 calc(50% - 10px);
    min-width: 0; }

  .cinema-pop-sessions {
    grid-template-columns: 1fr; }

  .cinema-pop-session {
    font-size: 13px;
    padding: 10px 12px; }

  .cinema-pop-close-btn {
    top: 8px;
    right: 8px; } }
.footer-contact__info-description {
  flex-wrap: wrap !important; }

/* ===== POPUP ===== */
/* Overlay (изначально скрыт) */
.subscribe-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  /* HIDDEN BY DEFAULT */
  align-items: center;
  justify-content: center;
  z-index: 999; }

.subscribe-overlay.is-active {
  display: flex;
  /* SHOW WHEN ACTIVE */ }

/* Popup */
.subscribe-popup {
  background: #fff;
  border-radius: 12px;
  padding: 40px;
  max-width: 600px;
  width: 100%;
  text-align: center;
  color: #3D4548;
  position: relative;
  box-sizing: border-box; }

.subscribe-popup h2 {
  font-family: 'Coolvetica', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #DA0251;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 1.15;
  margin: 0 0 10px; }

.subscribe-popup p {
  margin: 10px 0 24px;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px; }

.subscribe-popup input {
  width: 100%;
  padding: 12px;
  margin-bottom: 12px;
  border: none;
  border-radius: 4px;
  background-color: #F3F3F3;
  font-size: 14px;
  color: #999999;
  box-sizing: border-box; }

.subscribe-popup label {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #3D4548;
  margin-bottom: 20px;
  cursor: pointer;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 400;
  font-style: normal; }

.subscribe-popup label input {
  width: auto;
  margin-right: 8px; }

.subscribe-popup .subscribe-close-btn-2 {
  color: #DA0251 !important;
  border: 1px solid #DA0251;
  padding: 12px 30px;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px !important;
  text-transform: uppercase;
  background: transparent;
  border-radius: 30px;
  cursor: pointer; }

/* Close button */
.subscribe-close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  font-size: 20px;
  color: #999;
  cursor: pointer; }

@media (max-width: 768px) {
  .subscribe-popup h2 {
    font-size: 22px; }

  .subscribe-popup {
    padding: 46px 10px; }

  .subscribe-popup p {
    margin: 10px 0 18px; } }
/* Блокировка скролла при открытом попапе */
.no-scroll {
  overflow: hidden; }

.alleya-main-wrap {
  display: grid;
  grid-template-columns: 30% 1fr;
  gap: 30px;
  margin-top: 30px;
  margin-bottom: 30px; }

.slava-item-up {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: #3D4548; }

.slava-item-down {
  font-family: Montserrat;
  font-weight: 700;
  font-style: Bold;
  text-transform: uppercase;
  color: #3D4548; }

.slava-item-left {
  background-color: #ffffff;
  padding: 33px 35px;
  border-radius: 5px;
  margin-bottom: 10px; }
  .slava-item-left:hover {
    background-color: #DA0251;
    color: #ffffff !important;
    cursor: pointer; }

.slava-cards-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
  margin-top: 30px; }

.lava-card-item {
  background-color: #ffffff;
  border-radius: 5px;
  text-align: center;
  padding: 20px; }

.slava-bredcrumbs {
  display: flex;
  justify-self: left;
  align-items: center;
  margin-top: 20px;
  gap: 10px; }
  .slava-bredcrumbs a {
    color: #3D4548; }

.slava-big-wrap {
  background-color: #ffffff;
  border-radius: 10px; }
  .slava-big-wrap img {
    border-radius: 10px 10px 0 0; }

.slava-big-descr {
  padding: 46px 74px; }

.slava-card-item {
  background-color: #ffffff;
  border-radius: 10px;
  text-align: center;
  padding: 20px;
  cursor: pointer; }
  .slava-card-item img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    clip-path: circle(50% at 50% 50%);
    margin-bottom: 14px; }

.slava-big-name {
  margin-bottom: 30px;
  font-family: Oswald;
  font-weight: 400;
  font-style: Regular;
  font-size: 64px;
  text-transform: uppercase;
  color: #3D4548; }

.slava-big-text {
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  color: #3D4548; }

/*pop up*/
.slava-pop-up-wrap {
  background-color: #ffffff;
  border-radius: 20px;
  max-width: 640px;
  text-align: center;
  position: relative; }

.slava-pop-up-name {
  font-family: Oswald;
  font-weight: 400;
  font-style: Regular;
  font-size: 40px;
  color: #3D4548;
  text-transform: uppercase; }

.slava-pop-up-text {
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  text-align: center;
  color: #3D4548;
  margin-top: 14px; }
  .slava-pop-up-text img {
    border-radius: 10px 10px 0 0; }

.slava-pop-up-wrap-img img {
  width: 100%;
  object-fit: cover; }

.slava-wrap-text {
  padding: 39px 35px; }

.slava-pop-up-close {
  position: absolute;
  top: 15px;
  right: 16px;
  color: #FFFFFF80;
  font-size: 30px;
  cursor: pointer; }

.slava-card-text {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  color: #3D4548; }

.slava-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: none;
  justify-content: center;
  align-items: center; }

.slava-pop-up-wrap {
  background-color: #ffffff;
  border-radius: 10px;
  max-width: 640px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  text-align: center;
  position: relative;
  margin: 20px; }

@media (max-width: 1024px) {
  .slava-cards-wrap {
    grid-template-columns: 1fr 1fr 1fr; } }
@media (max-width: 818px) {
  .slava-cards-wrap {
    grid-template-columns: 1fr; }

  .alleya-main-wrap {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 30px;
    margin-bottom: 30px; }

  .slava-big-descr {
    padding: 30px 15px; }

  .slava-big-name {
    margin-bottom: 15px;
    font-size: 30px; }

  .slava-wrap-text {
    padding: 15px; }

  .slava-big-text {
    font-size: 14px; } }
button {
  background: 0 0;
  border: 0;
  cursor: pointer;
  font-family: inherit; }

/* --- SEARCH MODAL --- */
.search--main {
  display: none;
  --padding: 10px;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.185s ease-in-out, transform 0.185s ease-in-out;
  position: fixed;
  z-index: 1100;
  inset: 0; }

.search--main::after {
  content: '';
  inset: 0;
  position: absolute;
  filter: blur(1px);
  background: rgba(0, 0, 0, 0.4);
  z-index: 10;
  opacity: 0;
  transition: opacity 0.185s ease-in-out; }

.search--main.active {
  opacity: 1;
  transform: translateY(0); }

.search--main.active::after {
  opacity: 1; }

.search--main .search__wrapper {
  position: relative;
  z-index: 20;
  max-width: 770px;
  padding: 0 var(--padding);
  margin: 0 auto;
  top: 80px; }

.search--main .search__inner input {
  background-color: #fff; }

.search--main .search__inner input::placeholder {
  color: #999; }

.search--main .search__inner svg.search__icon {
  inset: unset;
  width: initial;
  height: initial;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  color: #999;
  z-index: 2; }

.search--main .search__results {
  width: calc(100% - 2 * var(--padding)); }

.search--main .search__close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 11;
  cursor: pointer;
  color: #fff;
  transition: color 0.185s ease-in-out; }

.search--main .search__close:hover,
.search--main .search__close:focus-visible {
  color: #fff; }

/* Поле ввода поиска */
.input {
  height: 50px;
  line-height: 40px;
  padding: 0 15px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  appearance: none; }

.input::placeholder {
  font-weight: 600;
  font-family: 'Montserrat','Arial',sans-serif;
  font-size: 14px;
  transition: opacity 0.185s ease-in-out;
  color: rgba(255, 255, 255, 0.3); }

.input:focus::placeholder {
  opacity: 0; }

/* Контейнер с иконкой поиска */
.search__inner {
  width: 100%;
  position: relative;
  border-radius: 10px; }

.search__inner input {
  position: relative;
  z-index: 2;
  width: 100%;
  transition: background-color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), border-color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); }

.search__inner input:focus + svg.search__icon circle {
  r: 500;
  fill: #fff; }

.search__inner input:focus + svg.search__icon line {
  transform: translate(-10px, -15px); }

/* Иконка поиска */
.search__inner svg.search__icon {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  color: #fff;
  transition: color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); }

.search__inner svg.search__icon circle {
  transition: r 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), fill 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  fill: transparent; }

.search__inner svg.search__icon line {
  transition: color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); }

/* Кнопка очистки */
.search__inner button.search__clear {
  width: 25px;
  height: 25px;
  position: absolute;
  z-index: 2;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer; }

.search__inner button.search__clear line {
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: scale(0);
  transform-origin: center; }

/* Результаты поиска */
.search__results {
  position: absolute;
  top: calc(100% - 8px);
  border-radius: 5px;
  background: #fff;
  width: calc(100% - 10px);
  max-height: 50vh;
  scroll-behavior: smooth;
  overflow: auto;
  margin-top: 15px; }

.search__results::-webkit-scrollbar {
  width: 5px; }

.search__results::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 10px; }

.search__results::-webkit-scrollbar-track {
  background-color: #e6e6e6;
  border-radius: 10px; }

.search__results-item {
  width: calc(100% - 8px);
  display: flex;
  flex-direction: column;
  padding: 20px 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: background-color 0.185s ease-in-out; }

.search__results-item:hover,
.search__results-item:focus-visible {
  background-color: #ffeef3; }

.search__results-item span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px; }

/* Категории */
.search__results-cats {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2px; }

.search__results-cats li {
  display: grid;
  place-items: center;
  height: 20px;
  padding: 0 7px;
  border: 1px solid #ccc;
  border-radius: 50px;
  font-weight: 600;
  font-size: 9px;
  line-height: 11px;
  color: #999;
  text-transform: uppercase; }

.search .no-result {
  color: #3D4548;
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  padding-top: 20px;
  margin-bottom: 15px; }

/* Адаптив */
@media (min-width: 770px) {
  .search__results-item {
    padding: 20px 32px; }

  .search--main {
    --padding: 45px; }

  .search--main .search__wrapper {
    max-width: 830px;
    top: 110px; }

  .search--main .search__inner svg.search__icon {
    width: 27px;
    height: 27px;
    right: 30px; } }
@media (min-width: 1280px) {
  .search--main .search__close {
    top: 40px;
    right: 80px;
    color: rgba(255, 255, 255, 0.5); } }

/*# sourceMappingURL=style.css.map */

/* End */
/* /bitrix/templates/VEGAS_2025/styles.css?1756903189139040 */
