.header {
display: flex;
justify-content: center;
align-items: center;
padding: 15px 20px;
gap: 20px;
color: #290a0a;
/* glassmorphism */
background-color: rgba(255, 255, 255, 0.25);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
border: 1px solid rgba(255, 255, 255, 0.3);
border-radius: 30px;
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.header-left {
display: flex;
justify-content: center;
align-items: center;
gap: 15px;
}

.logo p {
margin: 0;
font-size: 1.5rem;
font-weight: bold;
text-align: center;
}

.user-actions {
display: flex;
justify-content: center;
gap: 15px;
}

.icon-link {
display: block;
}

.user-actions:hover {
background: rgba(255, 255, 255, 0.3);
}

nav {
margin: 0;
padding: 0;
}

nav ul {
list-style: none;
display: flex;
justify-content: center;
padding: 0;
margin: 0;
gap: 0px;
}

nav li {
margin: 0;
}

nav a {
color: #290a0a;
text-decoration: none;
font-weight: bold;
padding: 10px 15px;
display: block;
border-radius: 30px;
text-align: center;
}

nav a:hover {
background: rgba(255, 255, 255, 0.3);
}

.search-form {
display: flex;
margin-right: 20px;
}
            
.search-input {
padding: 8px 12px;
border: 2px solid #290a0a;
border-radius: 5px 0px 0px 5px;
outline: none;
}
            
.search-btn {
padding: 8px 15px;
background: #b3b600;
color: #ffffff;
border: none;
border-radius: 0px 5px 5px 0px;
cursor: pointer;
transition: background-color 0.3s ease;
 }

.search-btn:hover {
background: #c8ca3e;
color: #662929;
}

body {
font-family: Arial, sans-serif;
color:  #290a0a;
height: 100vh;
  line-height: 1.6;
  margin: 20px;
background: linear-gradient(
0deg,
#faffd6,
#ffdcd8
);
 background-attachment: fixed;
}

.header-wrapper {
color:  #290a0a;
padding-bottom: 10px;
width: 90%;
max-width: 1200px;
margin: 0 auto;
}

.content-wrapper {
color:  #290a0a;
padding-top: 10px;
padding-bottom: 10px;
width: 90%;
max-width: 1200px;
margin: 0 auto;
}

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

a {
color:  #290a0a;
text-decoration: none;
font-family: Arial, sans-serif;
font-weight: bold;
}

a:hover {
color:  #662929;
}

.rounded-image {
border-radius: 30px;
}

.image-link {
display: inline-block;
text-decoration: none;
padding: 10px;
vertical-align: top;
}

.image-link img {
transition: opacity 0.3s ease;
display: block;
}

.image-link:hover img {
opacity: 0.8;
}

.image-row {
display: flex;
justify-content: center;
gap: 20px;
padding-bottom: 30px;
width: 90%;
max-width: 1200px;
margin: 0 auto;
}

.image-item {
justify-content: center;
text-align: center;
margin-bottom: 20px;
padding: 20px;
}   

.container {
display: flex;
flex-direction: column;
align-items: center;
gap: 20px;
}

.item {
text-align: center;
}

.item img {
display: block;
}

.item p {
margin: 0;
}

.order-btn {
display: inline-block;
padding: 0px 20px;
background-color: #ff293b;
color: white;
text-decoration: none;
border-radius: 15px;
font-weight: bold;
transition: background-color 0.3s ease;
}

.order-btn:hover {
background-color: #ff6b77;
color: white;
}

.custom-bouquet-btn {
display: inline-block;
padding: 30px 50px;
background-color: #b3b600;
color: white;
text-decoration: none;
border-radius: 15px;
font-weight: bold;
font-size: 20px;
transition: background-color 0.3s ease;
}

.custom-bouquet-btn:hover {
background-color: #c8ca3e;
color: white;
}

.container {
max-width: 500px;
margin: 40px auto;
padding: 30px;
/* glassmorphism */
background-color: rgba(255, 255, 255, 0.25);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
border: 1px solid rgba(255, 255, 255, 0.3);
border-radius: 30px;
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

label {
display: block;
margin-bottom: 8px;
color: #290a0a;
font-weight: 500;
}

input[type="text"],
input[type="password"] {
width: 100%;
padding: 12px;
border: 2px solid #e2e8f0;
border-radius: 8px;
font-size: 16px;
transition: border-color 0.3s;
}

input:focus {
outline: none;
border-color: #b3b600;
}

.btn-login {
width: 100%;
background: #b3b600;
color: white;
border: none;
padding: 14px;
border-radius: 8px;
font-size: 16px;
font-weight: 600;
cursor: pointer;
margin-top: 10px;
transition: background 0.3s;
}

.btn-login:hover {
background: #c8ca3e;
}

.submit-btn {
width: 100%;
background: #b3b600;
color: white;
border: none;
padding: 14px;
border-radius: 8px;
font-size: 16px;
font-weight: 600;
cursor: pointer;
margin-top: 10px;
transition: background 0.3s;
}

.submit-btn:hover {
background: #c8ca3e;
}

.links {
margin-top: 20px;
display: flex;
justify-content: space-between;
font-size: 14px;
gap: 10px;
}

.links a {
color: #290a0a;
text-decoration: none;
}

.links a:hover {
cursor: pointer;
color: #662929;
}

.article-container {
display: flex;
flex-direction: column;
align-items: center;
gap: 20px;
padding: 20px;
}

.news-container {
  text-align: center;
  margin-block: 10px;
  padding: 10px;
}

.news-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.news-date {
  flex: 0 0 120px;
  text-align: center;
  font-weight: normal;
}

.news-title {
  flex: 1;
  margin-left: 20px;
  text-align: center;
}

.contacts-container {
  display: flex;
  align-items: center;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.contacts-text {
  flex: 1;
  min-width: 0;
}

Стили для формы добавления отзыва
.add-review-form {
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;
}

.add-review-form h3 {
  color: #290a0a;
  margin-bottom: 20px;
  text-align: center;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 10px;
  color: #290a0a;
  font-weight: bold;
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 90%;
  padding: 12px;
  border: 2px solid #b3b600; 
  border-radius: 10px;
  font-size: 1rem;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  outline: none;
  border-color: #c8ca3e;
}

.footer-wrapper {
color:  #290a0a;
padding-top: 10px;
padding-bottom: 10px;
width: 90%;
max-width: 1200px;
margin: 0 auto;
}

footer {
text-align: center;
padding: 20px;
color: #290a0a;
width: 90%;
max-width: 1000px;
margin: 0 auto;
margin-bottom: 10px;
/* glassmorphism */
background-color: rgba(255, 255, 255, 0.25);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
border: 1px solid rgba(255, 255, 255, 0.3);
border-radius: 30px;
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.footer a {
  margin-right: 20px;
}

.footer a:last-child {
  margin-right: 0;
}