* {font-family: 'Open Sans', sans-serif;}

img {
  max-width: 100%;
  height: auto;
}

.info-date {
  font-weight: bold;
  margin-bottom: 4px;
}

.info-text {
  color: #000;
  margin-bottom: 5px;
}

.link-text {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.top-header {
  background-color: #3260B6;
  padding-top: 5px;
  padding-bottom: 5px;
}

.logo {
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

.logo:hover, .logo:focus {
  color: #fff;
  text-decoration: none;
}

.wrap-header {
  background: #bfedfc;
}

.header {
  background: url("../images/header.jpg") no-repeat top center;
  height: 270px;
  max-width: 1400px;
  background-size: cover;
  margin: auto;
}

.name-company {
  color: #444;
  font-size: 30px;
  margin-top: 10px;
}

.wrap-navbar {
  background: #00a1e4;
}

.navbar-brand {
  display: none;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

.navbar-dark .navbar-nav .nav-item {
  background: url("../images/bg_li_up_menu.png") no-repeat right center;
}

.navbar-dark .navbar-nav .nav-item:last-child {
  background-image: none;
}

.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
  color: #ffeb00;
}

.content {
  padding-top: 15px;
  padding-bottom: 15px;
}

.content-img {
  margin-bottom: 15px;
}

.right-sidebar {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  background: #f0f0f0;
}

.contacts-sidebar {
  background: url(../images/bg_kontakti.png) no-repeat right center;
  width: 244px;
  height: 33px;
  margin: auto;
  color: #fff;
  text-align: center;
  font-size: 23px;
  margin-top: 15px;
  line-height: 30px;
  display: inline-block;
}

.title-sidebar {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin-top: 10px;
}

.text-sidebar {
  font-size: 16px;
  color: #000;
}

.wrap-footer {
  border-top: 8px solid #c6c6c6;
  background: #dfdfdf;
}

.footer {
  padding-top: 15px;
  padding-bottom: 15px;
}

.footer p {
  margin-top: 5px;
  font-size: 16px;
  color: #000;
  text-align: right;
}
