diff --git a/catalog.html b/catalog.html
index 3b470ee..6b45d59 100644
--- a/catalog.html
+++ b/catalog.html
@@ -220,20 +220,8 @@
-
-
Рейтинг гостиницы - 2 звезды
-
-
+
+
Рейтинг гостиницы - 2 звезды
Рейтинг: 5,0
diff --git a/images/star.svg b/images/star.svg
new file mode 100644
index 0000000..cdb8357
--- /dev/null
+++ b/images/star.svg
@@ -0,0 +1,3 @@
+
diff --git a/index.html b/index.html
index a5c3e5b..e22a426 100644
--- a/index.html
+++ b/index.html
@@ -218,14 +218,14 @@
Поиск гостиницы в Седоне
@@ -235,12 +235,12 @@
Поиск гостиницы в Седоне
-
+
Укажите количество детей, которые будут с вами, возраст которых от 6 до 18 лет. Дети до 6 лет размещаются бесплатно.
@@ -248,14 +248,14 @@ Поиск гостиницы в Седоне
diff --git a/styles/styles.css b/styles/styles.css
index e041e22..5e82d7d 100644
--- a/styles/styles.css
+++ b/styles/styles.css
@@ -1084,7 +1084,8 @@ body {
}
.button-filter-reset:disabled {
- background-color: #e5e5e5;
+ background-color: transparent;
+ color: rgba(255, 255, 255, 0.1);
}
/* Блок с гостиницами */
@@ -1108,6 +1109,8 @@ body {
line-height: 36px;
text-transform: uppercase;
margin: 6px 0;
+ margin-right: auto;
+ width: 500px;
}
.select-control-position {
@@ -1294,6 +1297,7 @@ body {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
+ align-items: center;
}
.hotel-card-stars, .hotel-card-raiting {
@@ -1315,10 +1319,21 @@ body {
}
.hotel-card-stars {
- display: flex;
- flex-wrap: wrap;
- gap: 6px;
- align-items: center;
+ background-image: url("../images/star.svg");
+ background-repeat: space;
+ background-size: 18px 17px;
+}
+
+.two-stars {
+ width: 42px;
+}
+
+.three-stars {
+ width: 67px;
+}
+
+.four-stars {
+ width: 89px;
}
/* Пагинация */