.topNavLine_one  
{  
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  top: 0px;  
    z-index: 3;  
    margin-top: 0px;
}

.topNavLine_two   
{  
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  top: 0px;  
    z-index: 2;  
    margin-top: 0px; 
}

.topNavLine_three 
{  
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  top: 0px;  
    z-index: 1;  
    margin-top: 0px;  
}

.button_menu_reg {
  font-family: fonts;
  color: #ffffff;
  font-size: 17px;
  background: transparent;
  text-decoration: none;
  -webkit-appearance: none;
  font-weight: 500;
}

.button_menu_reg:hover {
  color: black;
  background: transparent;
}

.message_menu {
  background: transparent;
  text-decoration: none;
  -webkit-appearance: none;
}

.line_menu { 
    border-left: 1px solid rgba(255,255,255,0.5);
    margin-left: 15px; 
    padding-left: 15px;
    display: inline-block;
    opacity: 1;
  color: blue;
   }

.line_menu_two { 
    border-left: 1px solid rgba(00,00,00,0.5);
    margin-left: 15px;
    padding-left: 15px; 
    display: inline-block;
    opacity: 1;
   }

.cub_color {
  border: 1px solid rgba(00,00,00, 0.2);
  width: 25px;
  height: 25px;
  border-radius: 5px;
  background: white;
}

.otstup_top_main_menu {  
}

navigator {
  background: white;
  text-align: center;
  font-family: fonts;
}
navigator a {
  text-decoration: none;
  display: block;
  transition: .1s linear;
}
navigator ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.topmenu > li {
  display: inline-block;
  position: relative;
  margin-right: -4px;
  white-space: nowrap;
}
.topmenu > li > a {
  padding: 10px 20px;
  font-size: 16px;
  color: black;
  font-family: fonts;
}
.active:after {
  font-family: fonts;
  color: inherit;
  margin-left: 10px;
}
.activework:after {
  content: "\25bc";
  font-family: fonts;
  color: inherit;
  margin-left: 10px;
}
.workactive:after {
  content: "\25bc";
  font-family: fonts;
  color: inherit;
  margin-left: 10px;
}
.submenu-link:after {
  content: "\25ba";
  font-family: fonts;
  color: inherit;
  margin-left: 10px;
}
.topmenu .active, .topmenu .activework {color: #50c3ef;}
.topmenu > li > a:hover, .submenu li a:hover {color: #50c3ef; background: white;}
.submenu {
  position: absolute;
  left: -1px;
  z-index: 5;
  width: 240px;
  border-bottom: 1px solid #cccccc;
  visibility: hidden;
  opacity: 0;  
  transition: .3s ease-in-out;
  white-space: wrap;
}
.submenu li {position: relative;}
.submenu a {
  background: white;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  color: black;
  text-align: left;
  font-size: 15px;
  padding: 17px 20px;
}
.submenu .submenu {
  position: absolute;
  top: 0;
  left: calc(100% - 1px);
  left: -webkit-calc(100% - 1px);
}
navigator li:hover > .submenu {
  visibility: visible;
  opacity: 1;
}

.box_topmenu {
   display: flex;
   align-items:center;
}