|
|
@@ -927,7 +927,9 @@ body {
|
|
|
font-size: 20px;
|
|
|
color: #004d7b;
|
|
|
font-weight: bold;
|
|
|
- flex-wrap: wrap; }
|
|
|
+ flex-wrap: wrap;
|
|
|
+ position: relative;
|
|
|
+ }
|
|
|
.leftbar__title--popularservice {
|
|
|
padding-left: 10px;
|
|
|
border-radius: 0; }
|
|
|
@@ -3159,6 +3161,7 @@ body {
|
|
|
box-sizing: border-box;
|
|
|
width: calc(100% - 26px);
|
|
|
padding: 10px;
|
|
|
+ display: block;
|
|
|
column-count: 3;
|
|
|
column-gap: 10px;
|
|
|
}
|
|
|
@@ -3223,6 +3226,25 @@ body {
|
|
|
margin-left: 5px;
|
|
|
}
|
|
|
|
|
|
+.specialization-selection__select-button {
|
|
|
+ display: block;
|
|
|
+ font-family: "cuprum", Impact, "Charcoal CY", sans-serif;
|
|
|
+ font-size: 17px;
|
|
|
+ color: #fff;
|
|
|
+ background-color: #004D7B;
|
|
|
+ width: calc(100% - 26px);
|
|
|
+ padding: 10px;
|
|
|
+ cursor: pointer;
|
|
|
+}
|
|
|
+
|
|
|
+.specialization-selection__select-button:hover {
|
|
|
+ background-color: #006dae;
|
|
|
+}
|
|
|
+
|
|
|
+.specialization-filter__title {
|
|
|
+ margin-bottom: 20px;
|
|
|
+}
|
|
|
+
|
|
|
.opinion__container {
|
|
|
float: right;
|
|
|
width: 33%;
|