* {
  margin: 0;
  padding: 0;
  //box-sizing: border-box;
}
html {
    overflow-y: scroll;
}
body {
  background-color: #eee;
  font-family: Arial;
}
a {
  text-decoration: none;
  color: darkblue;
}


a.gflag {vertical-align:middle;font-size:16px;padding:1px 0;background-repeat:no-repeat;}
a.gflag img {border:0;}
#goog-gt-tt {display:none !important;}
.goog-te-banner-frame {display:none !important;}
.goog-te-menu-value:hover {text-decoration:none !important;}
body {top:0 !important;}
#google_translate_element2 {display:none!important;}


.wrapper {
  width:100%;
  max-width: 1200px;
  margin: 20px auto;
  //box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}


.align-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-col{
  flex-direction: column;
}
.flex-row{
  flex-direction: row;
}


.bor-bot{
  border-bottom: 1px solid #eee;
}


.flex1{
  flex: 1;
}
.flex2{
  flex: 2;
}
.flex3{
  flex: 3;
}
.flex5{
  flex: 5;
}
.flex8{
  flex: 8;
}





.menuul {
  width: 1200px;
  list-style-type: none;
  margin: auto;
  padding: 0;
  overflow: hidden;
    background-color: #777;
}
.menuul a, .dropdown a {
  color: white;
}
.menuul a:visited, .dropdown a:visited {
  color: white;
}


.menuli {
  float: left;
}

.menuli a, .dropbtn {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font: 14pt Verdana;
}

.menuli a:hover, .dropdown:hover .dropbtn {
  background-color: #888;
  transition: .5s;
}

.menuli.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #777;
  min-width: 160px;
  //box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #888;
  transition: .5s;
}

.dropdown:hover .dropdown-content {
  display: block;
}




.header {
  position: relative;
  font-family: Helvetica;
  width: 100%;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  margin-bottom: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.title {
  margin-left: 15px;
}
.flagus {
  position: absolute;
  top: 0px;
  right: 5px;
}




.content{
  width: 100%;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.content-margin-top {
  margin-top: 80px
}
.content-block {
  width: 100%;
  display: flex;
  justify-content: center;
}
.content-info {
  flex: 1;
  padding: 20px 0;
  box-sizing: border-box;
}
.content-info p {
  padding: 5px 25px;
  text-indent: 10px;
  font-size: 16px;
  text-align: justify;
}
.content-info ul {
  padding: 5px 25px 5px 45px;
  font-size: 16px;
  text-align: justify;
  list-style-type: square;
}


.structure {
  width: 100%;
  border-collapse: collapse;
}
.structure tr {
  border-bottom: 1px solid #eee;
}
.structure tr:last-child {
  border-bottom: none;
}
.structure td {
  width: 30%;
  padding: 10px 20px;
  border-right: 1px solid #eee;
}
.structure td:last-child {
  width: 40%;
  border-right: none;
}





.content-person {
  width: 300px;
  display: block;
}
.content-person div {
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../img/bikov.jpg");
  background-size: cover;
  background-position: center;
}
.content-person p {
  height: 40px;
  text-align: center;
  vertical-align: super;
}


.section-title {
  font-family: Helvetica;
  font-size: 24px;
  text-align: center;
  padding: 20px 0;
  background-color: #fff;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.section-text {
  text-align: center;
  padding: 20px 0;
}



.contacts {
  display: flex;
  width: 100%;
}
.contacts p {
  flex: 1;
  font-size: 16px;
  text-align: center;
  border-right: 1px solid #eee;
  padding: 10px 0;
}
.contacts p:last-child {
  border-right: none;
}


.onewindow {
  width: 100%;
  border-collapse: collapse;
}
.onewindow tr {
  border-bottom: 1px solid #eee;
}
.onewindow tr:last-child {
  border-bottom: none;
}
.onewindow td {
  width: 50%;
  padding: 10px 20px;
  border-right: 1px solid #eee;
}
.onewindow td:last-child {
  border-right: none;
}



.vacancy-info {
  flex: 3;
}
.vacancy-schedule {
  flex: 8;
}
.vacancy-img {
  flex: 1;
}




.content-section-contacts {
  flex: 1;
  border-right: 1px solid #eee;
}
.content-section-contacts:last-child {
  border-right: 0;
}

.border-top-eee {
  border-top: 1px solid #eee;
}
.border-bottom-eee {
  border-bottom: 1px solid #eee;
}

.content-contacts {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
}
.content-contacts:last-child {
  border: 0;
}
.content-contacts div{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50px;
}
.content-contacts div:first-child{
  flex: 2;
}
.content-contacts div:last-child{
  flex: 1;
  border-right: 0;
  min-width: 200px;
}


.footer {
  width: 100%;
  text-align: center;
  line-height: 50px;
  height: 50px;
  font-size: 12px;
  background-color: white;
  border-top: 1px solid #eee;
}
.useful-links {
  display: flex;
  flex-direction: row;
}
.useful-links a {
  flex: 1;
  display: flex;
  padding: 20px 20px;
  font: 16px Verdana;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #eee
}
.useful-links a:hover {
  background-color: #eee;
  transition: .5s;
}
.to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background-color: #fff;
  box-sizing: border-box;
  border: 2px solid #555;
  font-size: 20px;
  line-height: 45px;
  text-align: center;
  color: #555;
  transition: .5s;
}
.to-top:visited {
  color: #555;
}
.to-top:hover {
  background-color: #555;
  color: white;
}
#map {
  height: 600px;
}
#map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
#bol1 {
  flex: 1;
  max-width: 1200px;
  width: 100%;
}
#bol2 {
  flex: 1;
  background-image: url('../img/bol2.png');
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center;
}
#bol3 {
  flex: 1;
  background-image: url('../img/bol3.png');
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width:1200px) {
  #map {
    height: 50vw;
  }
  #struct {
    width: 100vw;
    height: 50vw;
  }
}
