+
+ .l-navigation__user-bar {
+ width: 100%;
+ height: 50px;
+ border-width: 1px 0;
+ border-color: #007880;
+ border-style: solid;
+ display: flex;
+ flex-direction: row;
+ justify-content: end;
+ align-items: center;
+
+ @include rwd($break-menu) {
+ display: none;
+ }
+
+ .l-navigation__user-actions {
+ display: flex;
+ align-items: center;
+ gap: 25px;
+ color: #85C7CC;
+ a {
+ color: white;
+ i {
+ color: #85C7CC;
+ font-size: 30px;
+ }
+ }
+ .c-lang {
+ display: block;
+ left: 16px;
+ }
+ }
+ }
+}
+
+
+.l-navigation__menu__blocks {
+ position: relative;
+ display: flex;
+ width: 100%;
+ justify-content: space-between;
+ column-gap: 10%;
+ row-gap: 30px;
+ flex-wrap: wrap;
+ padding-bottom: 80px;
+
+ @include rwd($break-menu) {
+ display: block;
+ padding-bottom: 0;
+ }