@charset "utf-8";
@import url(reset.css);

@font-face {
  font-family: Futuris;
  src: url(fonts/Futuris-Cyrillic.woff);
}
@font-face {
  font-family: CenturyGothic;
  src: url(fonts/Gothic.woff);
}
@font-face {
  font-family: HelveticaNeueCyr-Medium;
  src: url(fonts/HelveticaNeueCyr-Medium.woff);
}
@font-face {
  font-family: HelveticaNeueCyr-Roman;
  src: url(fonts/HelveticaNeueCyr-Roman.woff);
}

.clear {
  clear: both;
}
body {
  z-index: 1;
  width: 100%;
  font-family: HelveticaNeueCyr-Medium;
  color: #25507e;
}
.box {
  width: 1000px;
  position: relative;
  margin: 0 auto;
}
.line {
  width: 100%;
  height: 3px;
  background-color: #25507E;
}

/* Header */
header {
  padding: 15px 0;
  height: 60px;
  background-color: #fff;
}
header a{
  float: left;
  display: block;
  width: 200px;
  text-align: center;
}
header h1 {
  float: left;
  margin-left: 135px;
  font-size: 14px;
  line-height: 60px;
  text-transform: uppercase;
  color: #25507e;
}

/* Content */
#content {
  position: relative;
  z-index: 1;
  background-color: #fff;
}
#content .top {
  padding-top: 35px;
  background: url('../img/ui/logo-bg.png') no-repeat left top;
}
.directions {
  width: 100%;
  background-color: #25507e;
  padding-bottom: 10px;
  margin-bottom: 55px;
}
.directions a {
  display: block;
  float: left;
  width: 495px;
  min-height: 190px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  color: #fff;
  font-size: 20px;
  overflow: hidden;
  border-radius: 10px;
}
.directions span {
  display: inline-block;
  padding: 15px 0;
  margin-top: 72px;
  width: 185px;
  border-radius: 8px;
  background-color: #25507e;
}
.directions a:hover span {
  background-color: #E8194A;
}
.directions a:nth-child(1) {background-image: url('../img/feeding.png'); margin-right: 10px;}
.directions a:nth-child(2) {background-image: url('../img/design_construction.png')}
.directions a:nth-child(3) {background-image: url('../img/management.png'); margin-right: 10px;}
.directions a:nth-child(2) span {margin-top: 60px; width: 240px;}
.directions a:nth-child(4) {background-image: url('../img/equipment.png')}

h2 {
  color: #e8194a;
  font-size: 40px;
  line-height: 70px;
  text-transform: uppercase;
}
h3 {
  color: #25507e;
  font-size: 24px;
  margin-top: 25px;
  text-transform: uppercase;
}
h4 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.left-block {
  width: 550px;
  float: left;
  margin-right: 30px;
}
.right-block {
  padding-top: 80px;
  width: 420px;
  float: left;
  font: 16px/28px Futuris;
}
.right-block a {
  display: block;
  color: #E8194A;
  text-decoration: none;
}
.block {
    position: relative;
  z-index: 1;
}
.right-block .block {
  margin-bottom: 25px;
}
.right-block .inv {
  background-color: #25507e;
  color: #fff;
  border-radius: 10px;
  padding: 35px 40px 15px;
}
.left-block p {
  font: 16px Futuris;
  color: #6b6b6b;
}
.list {
  margin-top: 65px;
}
.list ul {
  margin-top: 8px;
  font: 16px Futuris;
  color: #6b6b6b;
  padding-left: 25px;
  line-height: 28px;
  list-style-image: url('../img/ui/list-image.png');
}
.list a {
  color: #6b6b6b;
}
.list a:hover {
  color: #E8194A;
  text-decoration: none;
}
.download-link {
  display: block;
  font: 18px/25px Futuris;
  padding-left: 25px;
  margin: 45px 0 70px 10px;
  background: url('../img/ui/pdf.png') no-repeat left center;
  color:#6b6b6b;
}
.download-link:hover {
  color: #E8194A;
  text-decoration: none;
}

.download-pdf {
  color: #6B6B6B!Important;
  display: block;
  border-bottom: 0!Important;
  font: 18px/25px Futuris;
  padding-top: 7px;
  padding-left: 25px;
  margin-top: 5px;
  background: url('../img/ui/pdf.png') no-repeat left center;
}
.download-pdf:hover{
  color: #E8194A!Important;
}

.history {
  margin: 50px 0 100px;
  position: relative;
}
.year {
  cursor: pointer;
  position: absolute;
  top: -5px;
  background: url('../img/ui/year.png') no-repeat top center;
  padding-top: 30px;
}
.description {
  display: none;
  position: absolute;
  bottom: 50px;
  background-color: #fff;
  padding: 15px 15px 0;
  border: 2px dotted #25507E;
  z-index: 9;
  font: 16px Futuris;
  color: #6b6b6b;
  max-width: 300px;
}
.description p,
.description img{
  margin-bottom: 15px;
}
#y1{left: -10px;}
#y2{right: 840px;}
#y3{right: 690px;}
#y4{right: 540px;}
#y5{right: 390px;}
#y6{right: 240px;}
#y7{right: 90px;}
#y8{right: -10px;}
#y8 .description, #y7 .description{right: 0;}


/* Footer */
footer {
  margin-bottom: 25px;
  background-color: #fff;
}

footer .box > span {
  display: block;
  position: absolute;
  top: 0;
  width: 21px;
  height: 98px;
}
footer .left-div {
  float: left;
  padding-top: 18px;
  margin-left: 170px;
  font: 14px HelveticaNeueCyr-Roman;
  text-transform: uppercase;
}
footer .left-div a{
  color: #25507E;
  text-decoration: none;
}
footer .right-div {
  float: right;
  padding-top: 11px;
  width: 55%;
  text-align: center;
}
footer .left {
  background-image: url('../img/ui/left.png');
  left: 0;
}
footer .right {
  background-image: url('../img/ui/right.png');
  right: 0;
}
.popups {
  position: fixed;
  top: 0;
  opacity: 0;
  z-index: -1;
}
.pop-up {font: 18px/24px Futuris; color: #6b6b6b; width: 850px; overflow: hidden;}

.pop-up .other-body {
  padding: 50px 50px 0;
}.pop-up .new-body {
  padding: 50px;
}.pop-up .source {
  color: #e8194a;
}.pop-up .text a {
  text-decoration: none;
  border-bottom: 1px dotted #e8194a;
  color: #e8194a;
}
.text ul {
   color: #6B6B6B;
    font: 16px/28px Futuris;
    list-style-image: url("../img/ui/list-image2.png");
    margin-top: 8px;
    padding-left: 25px; 
}
.pop-up h5 {
  font: 24px HelveticaNeueCyr-Roman;
  text-transform: uppercase;
  color: #25507e;
  max-width: 380px;
}
.pop-img {
  float: right;
  padding: 12px 0 38px 35px;
  margin: 0 -50px 25px 24px;
  background-color: #25507E;
  border-radius: 10px 0 0 10px;
}
.pop-img img {
  border-radius: 10px 0 0 10px;
}
.pop-up .date {
  display: block;
  padding: 10px 0;
  font-size: 14px;
  color: #adadad;
}
.pop-up .bx-wrapper{
  background-color: #25507E;
  border-radius : 10px 10px 0 0;
  padding: 15px 0;
  margin-top: 30px!important;
}
.pop-up .bx-viewport{
  width: 570px!important;
  margin: 0 auto;
}