@import url(./widget.css);
@import url(./advance-main.css);
@import url(./ads.css);
@import url(./main-categories.css);
@import url(./news.css);
@import url(./contact.css);
@import url(./about-us.css);
@import url(./returns.css);
@import url(./faq.css);

/* Header Styles */
.site-header {
  box-shadow: 4px 8px 16px 0 rgba(69, 79, 89, 0.04);
  padding-bottom: 15px;
}
/* Top Header */
.top-header {
  background-color: var(--primary-color);
  color: var(--white);
  font-size: var(--font-size-xs);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--spacing-md) 0;
}

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

.top-header__left,
.top-header__right {
  display: flex;
  align-items: center;
}

.top-header__item {
  display: flex;
  align-items: center;
}

.top-header__item:last-child {
  margin-right: 0;
}

.top-header__city,
.top-header__email,
.top-header__hours,
.top-header__account {
  display: flex;
  align-items: center;
  color: var(--white);
  font-size: var(--font-size-md);
}

.top-header__email:hover,
.top-header__account:hover,
.top-header__social-link:hover {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none; /* Улучшение для доступности */
  outline: none;
}

.top-header__email:focus,
.top-header__account:focus,
.top-header__social-link:focus {
  text-decoration: underline; /* Улучшение для доступности */
}

.top-header i {
  margin-right: 6px;
  font-size: 14px;
}

.top-header__divider {
  margin: 0 var(--spacing-sm);
  color: rgba(255, 255, 255, 0.5);
}

.top-header__socials {
  display: flex;
  align-items: center;
  margin-left: var(--spacing-md);
}

.top-header__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  margin-left: 12px;
  transition: color var(--transition-fast);
}

.top-header__social-link:first-child {
  margin-left: 0;
}

.main-header {
  padding-top: 20px;
}

.main-header__logo .logo {
  display: flex;
  align-items: center;
  column-gap: 5px;
}

.main-header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.catergory-button{
  background: #4caf4f;
  padding: 13px 20px;
  border-radius: 10px;
  justify-content: flex-start;
  color: #fff;
}
.main-header__logo {
  width: 15%;
}

.main-header__search {
  width: 53%;
}

.main-header__contact {
  width: 25%;
}

.contact-info {
  display: flex;
  align-items: center;
  column-gap: 50px;
}

.contact-info__text {
  display: flex;
  flex-direction: column;
}

.contact-info__text span {
  font-size: var(--font-size-md);
  font-weight: var(--font-weight-medium);
  color: var(--black);
}

.contact-info__text .contact-info__email {
  font-size: var(--font-size-md);
}

.contact-info__phone {
  font-size: var(--font-size-lg);
  font-weight: var(--font-weight-medium);
  color: var(--black);
}

.dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact
  .dgwt-wcas-sf-wrapp
  button.dgwt-wcas-search-submit {
  top: 10px !important;
}

html:not(.dgwt-wcas-overlay-mobile-on)
  .dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact
  .dgwt-wcas-sf-wrapp
  input[type='search'].dgwt-wcas-search-input {
  border-radius: 10px !important;
  height: 48px !important;
}

.category-nav {
  margin-top: 25px;
}
.main-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-menu__first {
  display: flex;
  align-items: center;
  column-gap: 20px;
  width: 60%;
}

.main-menu__item--category {
  margin-right: 20px;
  width: 26%;
}

.main-menu__item--category button {
  display: flex;
  align-items: center;
  column-gap: 11px;
}

.main-menu__item--category span {
  margin-right: 20px;
}

.main-menu__item a {
  color: var(--black);
}

.main-menu__item--action a i {
  color: #ffe600;
}

.main-menu__last {
  display: flex;
  align-items: center;
  column-gap: 60px;
}

@media (max-width: 1440px) {
  .main-header__contact {
    width: 25%;
  }
  .contact-info {
    column-gap: 20px;
  }
}

@media (max-width: 1200px) {
  .main-header__contact {
    width: 29%;
  }

  .contact-info__phone {
    font-size: var(--font-size-md);
  }
  .main-header__search {
    width: 50%;
  }
}

@media (max-width: 992px) {
  .main-header__logo {
    width: 20%;
  }

  .main-header__search {
    width: 40%;
  }

  .main-header__contact {
    width: 36%;
  }

  .contact-info {
    column-gap: 10px;
  }

  .main-menu__first {
    width: 69%;
  }

  .main-menu__last {
    column-gap: 20px;
  }
  .main-menu__item--category span {
    margin-right: 10px;
  }
  .main-menu__item--category {
    margin-right: 5px;
    width: 27%;
  }
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .top-header {
    display: none;
  }

  .main-header__logo {
    width: 25%;
  }

  .main-header__search {
    width: 72%;
  }

  .main-header__contact {
    display: none;
  }

  .category-nav {
    display: none;
  }
}

@media (max-width: 620px) {
  .main-header__search {
    width: 10%;
    display: flex;
    align-items: center;
  }
  .main-header__logo {
    width: 40%;
  }
}



/* Мобильное нижнее меню */
.mobile-bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  display: none;
}

.mobile-bottom-nav__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0 5px;
}

.mobile-bottom-nav__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 20%;
  color: var(--black);
  font-size: var(--font-size-sm);
  text-decoration: none;
  padding: 5px 0;
  position: relative;
}

.mobile-bottom-nav__item i {
  font-size: 20px;
  margin-bottom: 5px;
}

.mobile-bottom-nav__item.active {
  color: var(--primary-color);
}

.mobile-bottom-nav__count {
  position: absolute;
  top: -3px;
  right: calc(50% - 20px);
  background-color: var(--primary-color);
  color: white;
  border-radius: 50%;
  font-size: 10px;
  min-width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: var(--font-weight-bold);
}

/* Мобильный поиск */
.mobile-search {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 1001;
  display: none;
  overflow-y: auto;
  padding: 20px 0;
}

.mobile-search.active {
  display: block;
}

.mobile-search__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.mobile-search__close {
  background: none;
  border: none;
  font-size: 24px;
  color: var(--black);
  padding: 5px;
}

.mobile-search__content {
  padding-bottom: 80px;
}

/* Показываем мобильное меню только на мобильных устройствах */
@media (max-width: 768px) {
  .mobile-bottom-nav {
    display: block;
  }

  .xoo-wsc-basket[style*='block'] {
    display: none !important;
  }
  .xoo-wsc-basket {
    display: none !important;
  }

  /* Добавляем отступ внизу для контента, чтобы он не перекрывался меню */
  #content,
  footer {
    padding-bottom: 60px;
  }
}

/* Мобильное боковое меню */
.mobile-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 280px;
  background-color: #fff;
  z-index: 1010;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  overflow-y: auto;
  visibility: hidden; /* Улучшено для доступности */
}

.mobile-sidebar.active {
  transform: translateX(0);
  visibility: visible; /* Улучшено для доступности */
}

.mobile-sidebar__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  border-bottom: 1px solid #eaeaea;
}

.mobile-sidebar__title {
  font-size: 18px;
  font-weight: 600;
  margin: 0; /* Сброс стандартных отступов для h2 */
}

.mobile-sidebar__close {
  background: none;
  border: none;
  font-size: 20px;
  color: #333;
  cursor: pointer;
  padding: 8px;
  border-radius: 4px;
  transition: background-color 0.2s ease;
}

.mobile-sidebar__close:hover,
.mobile-sidebar__close:focus {
  background-color: #f5f5f5;
  outline: none;
}

.mobile-sidebar__content {
  padding: 15px;
}

.mobile-menu-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.mobile-menu-list__item {
  margin-bottom: 8px;
}

.mobile-menu-list__item a {
  display: flex;
  align-items: center;
  color: #333;
  font-size: 16px;
  text-decoration: none;
  padding: 10px;
  border-radius: 4px;
  transition: background-color 0.2s ease;
}

.mobile-menu-list__item a:hover,
.mobile-menu-list__item a:focus {
  background-color: #f5f5f5;
  outline: none;
}

.mobile-menu-list__item a i {
  margin-right: 12px;
  min-width: 20px;
  text-align: center;
}

.mobile-sidebar__contacts {
  margin-bottom: 20px;
  border-top: 1px solid #eaeaea;
  padding-top: 20px;
}

.mobile-sidebar__phone,
.mobile-sidebar__email,
.mobile-sidebar__hours {
  display: flex;
  align-items: center;
  color: #333;
  font-size: 14px;
  margin-bottom: 12px;
  text-decoration: none;
  padding: 8px;
  border-radius: 4px;
}

.mobile-sidebar__phone:hover,
.mobile-sidebar__email:hover,
.mobile-sidebar__phone:focus,
.mobile-sidebar__email:focus {
  background-color: #f5f5f5;
  outline: none;
}

.mobile-sidebar__contacts i {
  margin-right: 12px;
  min-width: 20px;
  text-align: center;
}

.mobile-sidebar__socials {
  display: flex;
  margin-top: 20px;
  border-top: 1px solid #eaeaea;
  padding-top: 20px;
}

.mobile-sidebar__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: var(--primary-color);
  color: white;
  margin-right: 12px;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.mobile-sidebar__social-link:hover,
.mobile-sidebar__social-link:focus {
  opacity: 0.85;
  outline: none;
}

/* Скрытые заголовки для доступности */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* Затемнение фона при открытом меню */
.mobile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1005;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.mobile-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Блокировка прокрутки страницы при открытом меню */
body.mobile-menu-open {
  overflow: hidden;
}

@media (max-width: 540px) {
  .mobile-bottom-nav__item {
    font-size: var(--font-size-xs);
  }
}
/* Стили для футера */

.site-footer {
	margin-top: 50px;
	background-color: #fff;
	padding: 50px 0 20px;
	border-top: 1px solid #e5e5e5;
	font-size: 14px;
	color: #333;
}

.footer-top {
	display: grid;
	grid-template-columns: 1.5fr 1fr 1fr 1.5fr;
	grid-gap: 30px;
	margin-bottom: 40px;
}

@media (max-width: 992px) {
	.footer-top {
		grid-template-columns: 1fr 1fr;
	}

	.footer-logo-contacts {
		grid-column: span 2;
	}

	.footer-map-column {
		grid-column: span 2;
	}
}

@media (max-width: 768px) {
	.footer-top {
		grid-template-columns: 1fr;
	}

	.footer-logo-contacts,
	.footer-nav-column,
	.footer-map-column {
		grid-column: span 1;
	}
}

/* Логотип и контакты */
.footer-logo {
	margin-bottom: 20px;
}

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

.footer-contacts {
	margin-bottom: 20px;
}

.contact-item {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.contact-item i {
	margin-right: 10px;
	color: var(--primary-color); /* Фиолетовый - основной цвет Еврострой */
}

.contact-item a {
	color: #333;
	text-decoration: none;
	transition: color 0.2s;
}

.contact-item a:hover {
	color: var(--primary-color);
}

/* Навигация */
.footer-heading {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
	color: var(--primary-color);
}

.footer-nav {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-nav li {
	margin-bottom: 10px;
}

.footer-nav a {
	color: #333;
	text-decoration: none;
	transition: color 0.2s;
}

.footer-nav a:hover {
	color: var(--primary-color);
}

/* Карта */
.footer-map {
	height: 200px;
	border-radius: 8px;
	overflow: hidden;
}

.footer-map iframe {
	width: 100%;
	height: 100%;
	border: none;
}

/* Нижняя часть футера */
.footer-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
	border-top: 1px solid #e5e5e5;
}

@media (max-width: 768px) {
	.footer-bottom {
		flex-direction: column;
		text-align: center;
	}

	.copyright {
		margin-bottom: 10px;
	}
}

.copyright p {
	margin: 0;
	color: #666;
}

.footer-links {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.footer-links a {
	color: #333;
	text-decoration: none;
	margin: 0 5px;
	transition: color 0.2s;
}

.footer-links a:hover {
	color: var(--primary-color);
}

.separator {
	color: #ccc;
	margin: 0 5px;
}

/* Дисклеймер */
.footer-disclaimer {
	border-top: 1px solid #e5e5e5;
	padding-top: 20px;
	font-size: 12px;
	color: #777;
	line-height: 1.6;
}

.footer-disclaimer p {
	margin-bottom: 10px;
}

.footer-disclaimer a {
	color: var(--primary-color);
	text-decoration: none;
}

.footer-disclaimer a:hover {
	text-decoration: underline;
}

/* Иконки (можно заменить на Font Awesome или другие) */
@font-face {
	font-family: "footer-icons";
	src: url("../fonts/footer-icons.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

[class^="icon-"],
[class*=" icon-"] {
	font-family: "footer-icons" !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
}

.icon-map-marker:before {
	content: "\e800";
}
.icon-phone:before {
	content: "\e801";
}
.icon-envelope:before {
	content: "\e802";
}


/* Базовые стили корзины (когда она пустая) */
.xoo-wsc-basket {
  /* Здесь укажите базовый цвет для пустой корзины, например: */
  background-color: #f1f1f1; /* Светло-серый или другой цвет по вашему выбору */
  transition: all 0.3s ease;
}

.xoo-wsc-items-count {
  /* Базовый стиль для счетчика */
  background-color: #cccccc; /* Серый или другой цвет по вашему выбору */
  color: #333;
  transition: all 0.3s ease;
}

.xoo-wsc-bki {
  /* Базовый цвет иконки */
  color: #333; /* Темный цвет для иконки */
  transition: all 0.3s ease;
}

/* Стили для корзины с товарами (счетчик > 0) */

/* Проверка на содержимое текста счетчика - если не "0" */
.xoo-wsc-items-count:not(:empty):not(:contains('0')) {
  background-color: #45a049; /* Темно-зеленый цвет для счетчика */
  color: white;
}

/* JavaScript-альтернатива для браузеров без поддержки :has */
.xoo-wsc-basket.has-items {
  background-color: #4caf50;
}

.xoo-wsc-basket.has-items .xoo-wsc-bki {
  color: white;
}

.xoo-wsc-basket.has-items .xoo-wsc-items-count {
  background-color: #45a049;
  color: white;
}
/* Секция О нас */
.about-us {
  padding: 60px 0;
  background-color: #fff;
}

.about-us-wrapper {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 40px;
  align-items: center;
}

@media (max-width: 992px) {
  .about-us-wrapper {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
}

.about-us-image {
  text-align: center;
}

.about-us-image img {
  width: 100%;
  max-width: 400px;
  height: auto;
}

.section-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333;
}

.about-us-text p {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.6;
  color: #555;
}

.about-us-text p:last-child {
  margin-bottom: 0;
}

/* Дополнительные стили для улучшения внешнего вида */
@media (max-width: 768px) {
  .section-title {
    font-size: 24px;
  }

  .about-us-text p {
    font-size: 15px;
  }

  .about-us {
    padding: 40px 0;
  }
}

/* Анимация при прокрутке */
.about-us-image.animated {
  animation: fadeInLeft 1s ease-out;
}

.about-us-content.animated {
  animation: fadeInRight 1s ease-out;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Анимация летящего товара в корзину */
.flying-product {
  position: fixed;
  z-index: 9999;
  pointer-events: none;
  opacity: 0.8;
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform-origin: center;
}

.flying-product img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.flying-product.animate {
  opacity: 1;
}

/* Анимация пульсации корзины при добавлении товара */
.xoo-wsc-basket.pulse {
  animation: cartPulse 0.6s ease-in-out;
}

@keyframes cartPulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

/* Стили для облака уведомления о добавлении в корзину */
.cart-notification-cloud {
  position: absolute;
  bottom: 50px;
  left: -150px;
  z-index: 1000;
  background: white;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  padding: 0;
  max-width: 320px;
  width: auto;
  min-width: 280px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px) scale(0.9);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border: 2px solid #4caf50;
}

.cart-notification-cloud.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.cart-notification-cloud.hide {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px) scale(0.9);
}

.notification-content {
  padding: 20px;
  text-align: center;
}

.notification-icon {
  margin-bottom: 15px;
}

.notification-icon i {
  font-size: 32px;
  color: #4caf50;
  animation: checkmarkBounce 0.6s ease-out;
}

@keyframes checkmarkBounce {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

.notification-text h4 {
  margin: 0 0 8px 0;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.notification-text p {
  margin: 0 0 15px 0;
  font-size: 13px;
  color: #666;
  line-height: 1.4;
}

.notification-actions {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.notification-actions button {
  padding: 8px 16px;
  border: none;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 120px;
  justify-content: center;
}

.btn-back-to-catalog {
  background: #f5f5f5;
  color: #333;
  border: 1px solid #ddd;
}

.btn-back-to-catalog:hover {
  background: #e9e9e9;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.btn-go-to-cart {
  background: #4caf50;
  color: white;
}

.btn-go-to-cart:hover {
  background: #45a049;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(76, 175, 80, 0.3);
}

.notification-actions button i {
  font-size: 16px;
}

/* Адаптивность для мобильных устройств */
@media (max-width: 480px) {
  .cart-notification-cloud {
    max-width: 280px;
    min-width: 250px;
  }
  
  .notification-content {
    padding: 15px;
  }
  
  .notification-actions {
    flex-direction: column;
  }
  
  .notification-actions button {
    width: 100%;
    min-width: auto;
    padding: 6px 12px;
    font-size: 11px;
  }
  
  .notification-text h4 {
    font-size: 14px;
  }
  
  .notification-icon i {
    font-size: 28px;
  }
}

/* Добавляем стрелочку к уведомлению */
.cart-notification-cloud::after {
  content: '';
  position: absolute;
  bottom: -8px;
  right: 20px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #4caf50;
}

.cart-notification-cloud::before {
  content: '';
  position: absolute;
  bottom: -10px;
  right: 20px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid white;
}

.sticky-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  width: 100%;
  background: #fff;
  z-index: 1020;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
  transition: top 0.2s;
  padding: 8px 0;
  display: none;
}
.sticky-header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 18px;
}
.sticky-header__logo {width:150px;min-width:60px;display: flex;align-items: center;margin-right:18px;}
.sticky-header__catalog {background: #4caf4f; color:#fff; border:none; border-radius:8px; padding:8px 28px; display:flex; align-items:center; font-size:16px;gap:8px; margin-right:18px;cursor:pointer;}
.sticky-header__search {flex:1; min-width:110px; max-width:360px;margin-right:18px;}
.sticky-header__icon {position: relative;font-size:22px; color:#222; margin-left:10px;text-decoration:none;transition:color .15s;}
.sticky-header__icon:hover {color:var(--primary-color);}
.sticky-header__icon .compare-count, .favorites-count{
  top: -10px;
  right: -10px;
}
@media (max-width: 900px) {
  .sticky-header__search{max-width:160px;}
  .sticky-header__catalog{padding:7px 8px;font-size:15px;}
  .sticky-header__icon{font-size:18px;}
}
@media (max-width: 600px) {
  .sticky-header__container{padding:0 6px;}
  .sticky-header__catalog span{display:none;}
  .sticky-header__search{display:none;}
}
.sticky-header .contact-info {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 20px;
}
.sticky-header .contact-info__text {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  line-height: 1.1;
  margin-right: 10px;
}
.sticky-header .contact-info__email{font-size:14px;color:var(--primary-color);text-decoration:underline;}
.sticky-header .contact-info__phone{font-size:15px;color:#224;text-decoration:none;margin-left:10px;white-space:nowrap;}
@media (max-width: 900px) {
  .sticky-header .contact-info{
    gap:8px; font-size:12px;
  }
  .sticky-header .contact-info__email,.sticky-header .contact-info__phone{font-size:12px;}
  .sticky-header .contact-info__text{margin-right:0;}
}
@media (max-width: 600px) {
  .sticky-header .contact-info{display:none}
}
@media (max-width: 768px) {
  .sticky-header {
    padding: 4px 0;
  }
  .sticky-header__container{
    padding: 0 5px;
  }
  .sticky-header__logo {
    width: 90px;
    min-width: 40px;
    margin-right: 8px;
  }
  .sticky-header__catalog {
    padding: 7px 10px;
    font-size: 15px;
    margin-right: 8px;
  }
  .sticky-header__catalog span {
    display: none;
  }
  .sticky-header__search {
    max-width: 80px;
    min-width: 40px;
    margin-right: 8px;
    display: none;
  }
  .sticky-header .contact-info {
    display: none;
  }
  .sticky-header__icon{
    font-size: 18px;
    margin-left: 6px;
  }
  .sticky-header { display: none !important; }
}

/* Privacy Agreement Page Styles */
.privacy-agreement-page {
  margin: 40px auto;
}

.privacy-agreement-header {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 2px solid #e0e0e0;
}

.privacy-agreement-header h1 {
  font-size: 32px;
  font-weight: 700;
  color: #222;
  margin: 0;
  line-height: 1.3;
}

.privacy-agreement-content {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}

.privacy-agreement-content p {
  margin-bottom: 20px;
}

.privacy-intro {
  font-size: 17px;
  font-weight: 500;
  color: #444;
  margin-bottom: 30px;
}

.privacy-subtitle {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  margin-top: 30px;
  margin-bottom: 15px;
}

.privacy-subtitle:first-of-type {
  margin-top: 0;
}

.privacy-list {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
}

.privacy-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  line-height: 1.7;
}

.privacy-list li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--primary-color, #4caf4f);
  font-weight: bold;
  font-size: 20px;
}

.privacy-agreement-content a {
  color: var(--primary-color, #4caf4f);
  text-decoration: underline;
  transition: color 0.2s ease;
}

.privacy-agreement-content a:hover {
  color: #3a9d3d;
  text-decoration: none;
}

.privacy-warning {
  background-color: #fff3cd;
  border-left: 4px solid #ffc107;
  padding: 20px;
  margin: 30px 0;
  border-radius: 4px;
}

.privacy-warning p {
  margin: 0;
  color: #856404;
}

.privacy-warning strong {
  color: #724c04;
}

@media (max-width: 768px) {
  .privacy-agreement-page {
    margin: 20px auto;
    padding: 0 15px;
  }

  .privacy-agreement-header {
    margin-bottom: 30px;
    padding-bottom: 15px;
  }

  .privacy-agreement-header h1 {
    font-size: 24px;
  }

  .privacy-agreement-content {
    font-size: 15px;
    line-height: 1.7;
  }

  .privacy-intro {
    font-size: 16px;
  }

  .privacy-subtitle {
    font-size: 17px;
    margin-top: 25px;
  }

  .privacy-list li {
    padding-left: 20px;
    margin-bottom: 10px;
  }

  .privacy-warning {
    padding: 15px;
    margin: 25px 0;
  }
  .site-footer{
    padding: 50px 0 70px;
  }
}

@media (max-width: 480px) {
  .privacy-agreement-header h1 {
    font-size: 20px;
  }

  .privacy-agreement-content {
    font-size: 14px;
  }

  .privacy-subtitle {
    font-size: 16px;
  }
  .site-footer{
    margin-top: 10px;
    padding: 30px 0 70px;
  }
}
