@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: icons;
  font-display: swap;
  src: url("../fonts/icons.woff2") format("woff2"), url("../fonts/icons.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

body {
  font-family: Gilroy;
    background-color: #222;
    color: #fff;
    font-family: Arial, sans-serif;
    text-align: center;
  }
  
  .review-container {
    font-family: Gilroy;
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    background-color: #333;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
    border: 2px solid #9147ff; /* добавляем контурную обводку */
  }
  
  .highlight {
    font-family: Gilroy;
    background-color: transparent; /* убираем цвет фона у подсвеченного отзыва */
  }
  .add-review-container {
    font-family: Gilroy;
    max-width: 600px;
    margin: 20px auto;
    text-align: center;
}

.add-review-container h2 {
  font-family: Gilroy;
    font-weight: bold;
}

#add-review-form {
  font-family: Gilroy;
    display: flex;
    flex-direction: column;
    align-items: center;
}

label {
  font-family: Gilroy;
    margin-top: 10px;
}

input, textarea, select {
  font-family: Gilroy;
    width: 100%;
    padding: 12px;
    margin-top: 5px;
    border: 1px solid #ddd;
    border-radius: 8px;
}

button {
  font-family: Gilroy;
    background-color: #4CAF50;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
}

button:hover {
  font-family: Gilroy;
    background-color: #45a049;
}

.additional-content {
  font-family: Gilroy;
    max-width: 600px;
    margin: 20px auto;
    text-align: center;
}

.additional-content h2 {
  font-family: Gilroy;
    font-weight: bold;
}

#add-additional-review-form {
  font-family: Gilroy;
    max-width: 400px;
    margin: 20px auto;
    text-align: center;
    padding: 20px;
    background-color: #222;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#add-additional-review-form h2 {
  font-family: Gilroy;
    font-weight: bold;
}

#add-additional-review-form textarea {
  font-family: Gilroy;
    width: calc(100% - 16px);
    padding: 12px;
    margin-top: 5px;
    border: 1px solid #ddd;
    border-radius: 8px;
}

#add-additional-review-form button {
  font-family: Gilroy;
    background-color: #9147ff;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
}

#add-additional-review-form button:hover {
  font-family: Gilroy;
    background-color: #45a049;
}

/* Стили для модального окна */
.modal {
  font-family: Gilroy;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.modal-content {
  font-family: Gilroy;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #222;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
}

.close {
  font-family: Gilroy;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
}
