body {
  font-family: 'Roboto', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto Condensed', sans-serif;
}
a {
  color: #3aa0e4;
}
section.header {
  margin-top: 30px;
}
section.header a.link-to-home {
  text-decoration: none;
}
section.header h1.person {
  text-transform: uppercase;
  color: #32343E;
}
section.header .desc-site {
  color: #32343E;
  font-size: 22px;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
}
section.header .social-links {
  position: absolute;
  bottom: 0px;
}
section.header .social-links a {
  margin-right: 5px;
}
section.header .social-links a img {
  height: 32px;
  width: auto;
}
section.header h3.menu-title {
  font-size: 1.37rem;
  margin-bottom: 15px;
  font-weight: bolder;
  text-transform: uppercase;
  color: #32343E;
}
section.header ul {
  margin: 0;
  padding: 0;
}
section.header ul li {
  list-style: none;
  padding: 4px 0px;
  line-height: 120%;
}
section.header ul li a {
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  color: #3aa0e4;
}
section.header ul li a:hover {
  text-decoration: none;
  color: #32343E;
}
section.main-block {
  margin-top: 30px;
  /*
  .slider-main {
    border: 1px @gray solid;
    padding: 20px;
  }
  */
}
section.main-block .carousel-caption-slider a:hover {
  text-decoration: none;
}
section.main-block h2 {
  font-weight: normal !important;
  line-height: 120%;
  font-size: 1.5rem;
}
section.main-block .carousel-caption {
  z-index: 100;
  text-align: left;
  right: 0;
  left: 0;
  bottom: 0;
  padding-bottom: 20px;
  padding-top: 20px;
}
section.main-block .carousel-caption-slider {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-top: 20px;
  margin-right: 570px;
  line-height: 120%;
}
section.main-block .carousel-caption {
  background: rgba(0, 0, 0, 0.6);
}
section.main-block .carousel-caption h1 {
  padding: 10px 0px;
}
section.main-block .carousel-control-next,
section.main-block .carousel-control-prev {
  position: absolute;
  z-index: 10;
  width: 6%;
  color: #fff;
  opacity: 1;
  transition: opacity 0.15s ease;
  bottom: -350px;
}
section.main-block img .img-responsive {
  width: 100% !important;
}
.footer {
  color: #32343E;
  margin-top: 200px;
  background: #e2e3e5;
  padding-top: 30px;
  padding-bottom: 20px;
}
.footer .inputEmail {
  border-radius: 0px;
  width: 200px;
  font-family: 'Roboto Condensed', sans-serif;
}
.footer button {
  border-radius: 0px;
  margin-left: 5px;
  font-family: 'Roboto Condensed', sans-serif;
}
.footer .copy {
  font-size: 14px;
  color: #32343E;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
  margin-top: 30px;
}
.footer h3 {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 15px;
}
.footer ul {
  margin: 0;
  padding: 0;
}
.footer ul li {
  list-style: none;
  line-height: 110%;
  margin-bottom: 5px;
  font-family: 'Roboto Condensed', sans-serif;
}
.footer ul li a {
  color: #32343E;
}
.footer ul li a:hover {
  text-decoration: none;
  color: #7b7b7b;
}
.content {
  margin-top: 25px;
}
.content h2.title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.content a.news-pr-item {
  color: #007cb0;
}
.content a.news-pr-item .title-news {
  line-height: 100%;
  text-align: justify !important;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
}
.content a.news-pr-item img {
  margin-bottom: 10px;
}
.content a.news-pr-item:hover {
  text-decoration: none;
}
.published-date {
  display: block;
  margin-top: 10px;
  color: #32343E;
  font-size: 14px;
  line-height: 100%;
  font-family: 'Roboto Condensed', sans-serif;
}
.published-date .time {
  margin-right: 10px;
}
.published-date-news {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #32343E;
  line-height: 100%;
  font-family: 'Roboto Condensed', sans-serif;
}
.published-date-news .time {
  margin-right: 10px;
}
.left-menu ul li:first-child a {
  padding-top: 15px;
}
.left-menu ul li:last-child a {
  padding-bottom: 15px;
}
.left-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  background: #e2e3e5;
  padding-bottom: 5px;
}
.left-menu ul li {
  padding: 0;
  margin: 0;
}
.left-menu ul li ul.left-sub-menu li a {
  padding: 0px;
  padding-left: 30px;
  font-size: 18px;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-bottom: 2px;
  margin-top: 2px;
}
.left-menu ul li ul.left-sub-menu li .left-sub-sub-menu li a {
  padding-left: 45px;
  font-size: 16px;
}
.left-menu ul li a {
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
  padding: 10px 20px;
  font-weight: normal;
  color: #32343E;
  line-height: 120%;
}
.left-menu ul li a:hover {
  background: #e9eaec;
  text-decoration: none;
}
.left-menu ul li a.active {
  background: #f1f1f1;
}
nav {
  border-top: 1px solid #32343E;
  padding-top: 20px;
}
nav ul.pagination .page-link {
  border: none !important;
  color: #3aa0e4;
  font-size: 20px;
}
nav ul.pagination .page-item.active .page-link {
  background: inherit;
  color: #32343E;
}
a.link:hover {
  text-decoration: none;
}
h1.title-single-banner {
  font-size: 2rem;
}
.title-preview_text {
  margin-bottom: 25px;
  margin-top: 25px;
}
a.project-link {
  color: #32343E;
  font-size: 26px;
  font-family: "Roboto Condensed";
  line-height: 120%;
}
a.project-link h3 {
  margin-bottom: 20px;
}
a.link {
  color: #007cb0;
}
a.link:hover {
  color: #32343E !important;
}
a.link .project-name-text {
  font-family: "Roboto Condensed";
  font-size: 20px;
  line-height: 120%;
  margin-top: 10px;
  margin-bottom: 15px;
}
a.link .project-name-text:hover {
  color: #32343E;
}
.category-projects {
  border-bottom: 1px solid #32343E;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
.category-projects:last-child {
  border-bottom: none;
}
.breadcrumb {
  background-color: inherit;
  padding: 0;
}
.btn-primary {
  background-color: #3aa0e4;
  border: none;
}
.btn-primary:hover {
  background-color: #7b7b7b;
}
.biography-block {
  margin-bottom: 35px;
}
.biography-block a.biography-link {
  width: 100%;
  display: block;
  color: #ffffff;
  text-align: center;
  padding: 10px;
  background-color: #3aa0e4;
  text-transform: uppercase;
  font-family: "Roboto Condensed";
  font-size: 24px !important;
}
.biography-block a.biography-link:hover {
  text-decoration: none;
  background-color: #44BBE4;
}
.item-on-welcome {
  margin-bottom: 40px;
}
.carousel-inner {
  overflow: hidden;
}
.news-top-list {
  padding: 15px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  height: 100%;
  width: 270px;
  background: rgba(0, 0, 0, 0.6);
  line-height: 130%;
  font-weight: 500;
  font-family: 'Roboto Condensed', sans-serif;
  color: #ffffff;
  font-size: 14px;
}
.news-top-list .news-pr-item {
  margin-bottom: 25px;
  display: block;
}
.news-top-list a .title-news {
  color: #ffffff;
}
.news-top-list a img {
  margin-bottom: 15px;
  display: block;
  outline: 3px solid #fff;
}
.news-top-list a:hover {
  text-decoration: none;
}
.news-top-list a:hover .title-news {
  color: #3aa0e4;
}
.news-top-list a:hover img {
  display: block;
  outline: 3px solid #3aa0e4;
}
section.main-block .carousel-caption-slider a:hover h2 {
  color: #3aa0e4 !important;
}
/*# sourceMappingURL=style.css.map */