/*section {
position:  fixed;  relative sticky 
  display: block;
  float: left;
  width: 55%;
  height: auto;
  background: lightgray;
}*/

.navbar {
top: 10px;
    overflow: hidden;
    background-color: #333;
    /*font-family: Arial, Helvetica, sans-serif;*/
}
.navbar a {
    float: left;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 18px 16px;
    text-decoration: none;
}
.navbar a:hover {
    background-color: #356DA5;
}

.dropdown {
    float: left;
    overflow: hidden;
}
.dropdown .dropbtn {
    font-size: 16px;    
    border: none;
    outline: none;
    color: white;
    padding: 18px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
	cursor: pointer;
}
.dropdown:hover .dropbtn {
    background-color: #356DA5;
    /*color: white;*/
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #3F7FBF;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.dropdown-content a {
    float: none;
    color: white;
    padding: 18px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}
.dropdown-content a:hover {
    background-color: #356DA5;
	/*color: white;*/
}

.dropdown:hover .dropdown-content {
    display: block;
}
/**********************/

.dropdown1 {
    /*float: right;*/
    overflow: hidden;
}
.dropdown1 .dropbtn1 {
    font-size: 16px;    
    border: none;
    outline: none;
    color: white;
    padding: 18px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
	cursor: pointer;
}
.dropdown1:hover .dropbtn1 {
    background-color: #356DA5;
    /*color: white;*/
}
.dropdown-content1 {
    display: none;
    position: absolute;
  top: 0px;
  left: 100%;
  /*top: 70px;
  right: -200px;*/
    background-color: #3F7FBF;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.dropdown-content1 a {
    color: white;
    padding: 18px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}
.dropdown-content1 a:hover {
     display: block;
   background-color: #356DA5;
	color: white;
}
.dropdown1:hover .dropdown-content1 {
    display: block;
}
/**********************/

.dropdown2 {
    /*float: right;*/
    overflow: hidden;
}
.dropdown2 .dropbtn2 {
    font-size: 16px;    
    border: none;
    outline: none;
    color: white;
    padding: 18px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
	cursor: pointer;
}
.dropdown2:hover .dropbtn2 {
    background-color: #356DA5;
    /*color: white;*/
}
.dropdown-content2 {
    display: none;
    position: absolute;
  top: 57px;
  left: 100%;
  /*top: 70px;
  right: -200px;*/
    background-color: #3F7FBF;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.dropdown-content2 a {
    color: white;
    padding: 18px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}
.dropdown-content2 a:hover {
     display: block;
   background-color: #356DA5;
	color: white;
}
.dropdown2:hover .dropdown-content2 {
    display: block;
}
/**********************/

.active {
   background-color: #356DA5;/*select*/
}

.fa {
    display: inline-block;
	float: right; /*none;*/
	text-align: right;
}
.fa-caret-down:before {
    content: "\002B"; 
  color: white;/*colour*/
}
/**********************/

.nav {
   display: inline-block;
   list-style-type: none;
}

.nav li {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  border: 2px solid #B0C7D8;/*рамка*/
  border-radius: 5px;
  background-color: white;/*фон*/
}

.nav a {
  font-size: 1.6rem;
  text-decoration: none;
  color: #877160;
  display: block;
  padding: 16px;
}

.nav a:hover {
  background-color: #607788;/*фон*/
  color: white;/*colour*/
}
