.topnav1 {
    overflow: hidden;
	background-color: var(--bg-row);
    margin-bottom: 22px;
    border-radius: 13px;
    padding: 20px;
}

.topnav1 a {
  float: left;
  display: block;
color: var(--font-color);
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 15px;
}

.active1 {
  background-color: #4CAF50;
  color: white;
}

.topnav1 .icon1 {
  display: none;
}

.dropdown1 {
  float: left;
  overflow: hidden;
}

.dropdown1 .dropbtn1 {
    font-size: 15px;
    border: none;
    outline: none;
	color: var(--font-color);
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.dropdown-content1 {
    display: none;
    position: absolute;
    background:var(--bg-color);
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgb(37 37 37 / 15%);
    z-index: 333333;
    padding: 20px;
	color: var(--font-color);
    border-radius: 13px;
    margin-left: -25px;
}

.dropdown-content1 a {
  float: none;
	color: var(--font-color);
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav1 a:hover, .dropdown1:hover .dropbtn1 {
}

.dropdown-content1 a:hover {
    
    border-radius: 13px;
}

.dropdown1:hover .dropdown-content1 {
  display: block;
}


@media screen and (max-width: 960px) {
  .topnav1 a:not(:first-child), .dropdown1 .dropbtn1 {
    display: none;
  }
  .topnav1 a.icon1 {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 960px) {
  .topnav1.responsive1 {position: relative;}
  .topnav1.responsive1 .icon1 {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav1.responsive1 a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav1.responsive1 .dropdown1 {float: none;}
  .topnav1.responsive1 .dropdown-content1 {position: relative;}
  .topnav1.responsive1 .dropdown1 .dropbtn1 {
    display: block;
    width: 100%;
    text-align: left;
  }
}
@media (min-width: 960px) {
	#kompniema { display:none;}

}
.usercp_container {
    margin: 10px;
    padding: 0;
    border: none;
}
	a.register12 {
    background: linear-gradient(90deg, rgba(28,161,232,1) 0%, rgba(30,53,152,1) 100%) !important;
    display: inline-block;
    padding: 15px 30px;
    border-radius: 7px;
    margin-left: 20px;
    color: #fff;
    font-weight: bold;
}	
a.register12:hover {opacity:0.5;}
		
		
		
		
		
		
		
		