|
|
@@ -678,7 +678,9 @@ body {
|
|
|
.organization-list__side-menu {
|
|
|
z-index: 2;
|
|
|
position: relative;
|
|
|
- background: #ffffff; }
|
|
|
+ background: #ffffff;
|
|
|
+ margin-top: 3px;
|
|
|
+}
|
|
|
.organization-list__side-menu-item {
|
|
|
border-bottom: 1px solid #ebebeb;
|
|
|
position: relative; }
|
|
|
@@ -906,7 +908,9 @@ body {
|
|
|
display: -webkit-flex;
|
|
|
display: -ms-flex;
|
|
|
display: flex;
|
|
|
- flex-direction: column; }
|
|
|
+ flex-direction: column;
|
|
|
+ z-index: 2;
|
|
|
+}
|
|
|
.leftbar__title {
|
|
|
padding-left: 58px;
|
|
|
height: 45px;
|
|
|
@@ -927,6 +931,12 @@ body {
|
|
|
.leftbar__title--popularservice {
|
|
|
padding-left: 10px;
|
|
|
border-radius: 0; }
|
|
|
+
|
|
|
+.leftbar__title--popular-specializations {
|
|
|
+ padding-left: 10px;
|
|
|
+ border-radius: 0;
|
|
|
+ font-size: 18px;
|
|
|
+}
|
|
|
.leftbar__subtitle {
|
|
|
background: #d7d7d7;
|
|
|
border-radius: 10px 0 0 0 / 10px 0 0 0;
|
|
|
@@ -1150,7 +1160,9 @@ body {
|
|
|
z-index: 5;
|
|
|
height: 0;
|
|
|
overflow: hidden;
|
|
|
- transition: all .5s ease; }
|
|
|
+ transition: all .5s ease;
|
|
|
+ background: #ffffff;
|
|
|
+ }
|
|
|
.specialization__list.active {
|
|
|
height: auto;
|
|
|
overflow: auto;
|
|
|
@@ -1265,7 +1277,9 @@ body {
|
|
|
z-index: 5;
|
|
|
height: 0;
|
|
|
overflow: hidden;
|
|
|
- transition: all .5s ease; }
|
|
|
+ transition: all .5s ease;
|
|
|
+ background: #ffffff;
|
|
|
+ }
|
|
|
.popularservice__list.active {
|
|
|
height: auto;
|
|
|
overflow: auto;
|
|
|
@@ -1522,11 +1536,13 @@ body {
|
|
|
background: #5597d1; }
|
|
|
|
|
|
.centerbar {
|
|
|
- width: 78.2%; }
|
|
|
+ width: 78.2%;
|
|
|
+ z-index: 2;
|
|
|
+}
|
|
|
.centerbar--with-map {
|
|
|
margin-top: 300px;
|
|
|
- position: relative;
|
|
|
- z-index: 2; }
|
|
|
+ position: relative;
|
|
|
+ }
|
|
|
@media screen and (max-width: 1220px) {
|
|
|
.centerbar {
|
|
|
width: 100%; } }
|
|
|
@@ -3138,6 +3154,75 @@ body {
|
|
|
background-position: right bottom;
|
|
|
}
|
|
|
|
|
|
+.specialization-selection__container {
|
|
|
+ background: #ffffff;
|
|
|
+ box-sizing: border-box;
|
|
|
+ width: calc(100% - 26px);
|
|
|
+ padding: 10px;
|
|
|
+ column-count: 3;
|
|
|
+ column-gap: 10px;
|
|
|
+}
|
|
|
+
|
|
|
+.specialization-selection__container:before, .specialization-selection__container:after {
|
|
|
+ content: '';
|
|
|
+ display: block;
|
|
|
+ clear: both;
|
|
|
+}
|
|
|
+
|
|
|
+.specialization-selection__group {
|
|
|
+ margin: 5px 5px 5px 5px;
|
|
|
+ display: block;
|
|
|
+}
|
|
|
+
|
|
|
+.specialization-selection__group:nth-child(3n) {
|
|
|
+ /*width: 33.333%;
|
|
|
+ margin-right: 0;*/
|
|
|
+}
|
|
|
+
|
|
|
+.specialization-selection__list {
|
|
|
+ max-height: 125px;
|
|
|
+ overflow: hidden;
|
|
|
+ display: block;
|
|
|
+}
|
|
|
+
|
|
|
+.specialization-selection__list-item {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: row;
|
|
|
+ justify-content: flex-start;
|
|
|
+ padding: 5px;
|
|
|
+}
|
|
|
+
|
|
|
+.specialization-selection__list-item label {
|
|
|
+ display: block;
|
|
|
+ font-size: 13px;
|
|
|
+ font-family: "opensans", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
|
|
|
+}
|
|
|
+
|
|
|
+.specialization-selection__list-item--group-header {
|
|
|
+ background: #ebebeb;
|
|
|
+ padding: 7px 5px;
|
|
|
+}
|
|
|
+
|
|
|
+.specialization-selection__list-item--group-header label {
|
|
|
+ display: block;
|
|
|
+ font-family: "cuprum", Impact, "Charcoal CY", sans-serif;
|
|
|
+ font-size: 17px;
|
|
|
+}
|
|
|
+
|
|
|
+.specialization-selection__checkbox {
|
|
|
+ -webkit-appearance: checkbox;
|
|
|
+ -moz-appearance: checkbox;
|
|
|
+ appearance: checkbox;
|
|
|
+ display: block;
|
|
|
+ width: 13px !important;
|
|
|
+}
|
|
|
+
|
|
|
+.specialization-selection__checkbox-label {
|
|
|
+ display: block;
|
|
|
+ width: calc(100% - 13px - 5px);
|
|
|
+ margin-left: 5px;
|
|
|
+}
|
|
|
+
|
|
|
.opinion__container {
|
|
|
float: right;
|
|
|
width: 33%;
|