|
@@ -1155,7 +1155,8 @@ body {
|
|
|
visibility: hidden; }
|
|
visibility: hidden; }
|
|
|
.leftbar__arrow {
|
|
.leftbar__arrow {
|
|
|
padding: 5px 8px;
|
|
padding: 5px 8px;
|
|
|
- transform: rotate(0deg); }
|
|
|
|
|
|
|
+ transform: rotate(0deg);
|
|
|
|
|
+ cursor: pointer; }
|
|
|
.leftbar__arrow.active {
|
|
.leftbar__arrow.active {
|
|
|
transform: rotate(90deg); }
|
|
transform: rotate(90deg); }
|
|
|
.leftbar__item-caption {
|
|
.leftbar__item-caption {
|
|
@@ -1290,8 +1291,9 @@ body {
|
|
|
.organization {
|
|
.organization {
|
|
|
display: block; }
|
|
display: block; }
|
|
|
.organization__title {
|
|
.organization__title {
|
|
|
- text-decoration: none;
|
|
|
|
|
position: relative; }
|
|
position: relative; }
|
|
|
|
|
+ .organization__title a {
|
|
|
|
|
+ text-decoration: none; }
|
|
|
.organization__title::before {
|
|
.organization__title::before {
|
|
|
content: '';
|
|
content: '';
|
|
|
position: absolute;
|
|
position: absolute;
|
|
@@ -1329,8 +1331,10 @@ body {
|
|
|
.specialization {
|
|
.specialization {
|
|
|
display: block; }
|
|
display: block; }
|
|
|
.specialization__title {
|
|
.specialization__title {
|
|
|
- text-decoration: none;
|
|
|
|
|
color: #3b434d; }
|
|
color: #3b434d; }
|
|
|
|
|
+ .specialization__title a {
|
|
|
|
|
+ text-decoration: none;
|
|
|
|
|
+ color: #3b434d; }
|
|
|
.specialization__title::before {
|
|
.specialization__title::before {
|
|
|
content: '';
|
|
content: '';
|
|
|
position: absolute;
|
|
position: absolute;
|