@font-face {
  font-family: 'PFDinTextCompPro-Regular';
  src: url("fonts/PFDinTextCompPro-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/PFDinTextCompPro-Regular.woff") format("woff"), url("fonts/PFDinTextCompPro-Regular.ttf") format("truetype"), url("fonts/PFDinTextCompPro-Regular.svg#PFDinTextCompPro-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PFDinTextCompPro-Bold';
  src: url("fonts/PFDinTextCompPro-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/PFDinTextCompPro-Bold.woff") format("woff"), url("fonts/PFDinTextCompPro-Bold.ttf") format("truetype"), url("fonts/PFDinTextCompPro-Bold.svg#PFDinTextCompPro-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PFDinTextCompPro-XThin';
  src: url("fonts/PFDinTextCompPro-XThin.eot?#iefix") format("embedded-opentype"), url("fonts/PFDinTextCompPro-XThin.woff") format("woff"), url("fonts/PFDinTextCompPro-XThin.ttf") format("truetype"), url("fonts/PFDinTextCompPro-XThin.svg#PFDinTextCompPro-XThin") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PFDinTextCompPro-Medium';
  src: url("fonts/PFDinTextCompPro-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/PFDinTextCompPro-Medium.woff") format("woff"), url("fonts/PFDinTextCompPro-Medium.ttf") format("truetype"), url("fonts/PFDinTextCompPro-Medium.svg#PFDinTextCompPro-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PFDinTextCompPro-Italic';
  src: url("fonts/PFDinTextCompPro-Italic.eot?#iefix") format("embedded-opentype"), url("fonts/PFDinTextCompPro-Italic.woff") format("woff"), url("fonts/PFDinTextCompPro-Italic.ttf") format("truetype"), url("fonts/PFDinTextCompPro-Italic.svg#PFDinTextCompPro-Italic") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*=======================START-RESET=====================*/
/* line 130, style.scss */
.ul-reset {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 135, style.scss */
.f_left {
  float: left;
}

/* line 136, style.scss */
.f_right {
  float: right;
}

/* line 137, style.scss */
.border_null {
  border: 0;
}

/* line 138, style.scss */
.padding_null {
  padding: 0;
}

/* line 139, style.scss */
.transition {
  -webkit-transition: all 0.3s 0.03s ease;
  -moz-transition: all 0.3s 0.03s ease;
  -o-transition: all 0.3s 0.03s ease;
  -ms-transition: all 0.3s 0.03s ease;
  transition: all 0.3s 0.03s ease;
}

/* line 142, style.scss */
.plus-padding {
  padding-left: 15px;
  padding-right: 15px;
}

/* line 143, style.scss */
.left-padding__null {
  padding-left: 0;
}
@media only screen and (max-width: 768px) {
  /* line 143, style.scss */
  .left-padding__null {
    padding-left: 0;
  }
}

/* line 147, style.scss */
.right-padding__null {
  padding-right: 0;
}
@media only screen and (max-width: 768px) {
  /* line 147, style.scss */
  .right-padding__null {
    padding: 0;
  }
}

/* line 151, style.scss */
.margin_b {
  margin-bottom: 15px;
}

/* line 152, style.scss */
input {
  -webkit-appearance: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-appearance: none;
}

/*=======================START-RESET=====================*/
/*=======================START-GLOBAL=====================*/
/* line 167, style.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 171, style.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 175, style.scss */
p, span, strong, em, i, a {
  word-wrap: break-word;
}

/* line 176, style.scss */
img {
  border-style: none;
  max-width: 100%;
}

/* line 177, style.scss */
a {
  text-decoration: none;
  color: #434f55;
}

/* line 181, style.scss */
a:hover {
  text-decoration: underline;
}

/* line 182, style.scss */
.more-article, .model-new__title:visited {
  color: #434f55 !important;
}

/* line 185, style.scss */
.model-new__title {
  min-height: 58px;
}

/* line 188, style.scss */
input, textarea, select {
  font: 16px/18px 'PFDinTextCompPro-Regular', sans-serif;
  vertical-align: middle;
  color: #5f5f5f;
  outline: none;
}

/* line 194, style.scss */
::-webkit-input-placeholder {
  color: #5f5f5f;
}

/* line 195, style.scss */
:-moz-placeholder {
  color: #5f5f5f;
}

/* line 197, style.scss */
html, body {
  height: 100%;
}

/* line 200, style.scss */
.page_wrapper {
  min-height: 100%;
}

/* line 203, style.scss */
body {
  margin: 0;
  color: #434f55;
  font: 18px/24px 'PFDinTextCompPro-Regular',sans-serif;
  background: #fff;
}

/* line 209, style.scss */
.noscript {
  position: fixed;
  top: 0;
  padding: 10px 0 10px 30px;
  background: #fff;
  font-size: 14px;
  width: 100%;
  z-index: 99999;
  text-align: center;
}

/* line 219, style.scss */
noscript a {
  color: red;
  text-decoration: underline;
}

/* line 223, style.scss */
noscript a:hover {
  text-decoration: none;
}

/*=======================END-GLOBAL=====================*/
/*=======================START-THEME=====================*/
/* line 231, style.scss */
.btn-light-blue {
  background: #d6e5ed;
  border: 1px solid #1999ca;
  color: #4d95b9;
  text-transform: uppercase;
  display: inline-block;
}
/* line 236, style.scss */
.btn-light-blue:hover {
  background: #4193b8;
  color: #fff;
  text-decoration: none;
}

/* line 239, style.scss */
.heading {
  color: #4d95b9;
  text-transform: uppercase;
  font: 30px/32px 'PFDinTextCompPro-Regular',sans-serif;
  letter-spacing: 2px;
}

/* line 245, style.scss */
.heading--center {
  text-align: center;
}

/* line 246, style.scss */
.heading-line {
  background: #4d95b9;
  color: #fff;
  text-transform: uppercase;
  font: 30px/30px 'PFDinTextCompPro-Regular',sans-serif;
  padding: 10px;
  text-align: center;
  letter-spacing: 1.5px;
}
/* line 254, style.scss */
.heading-line a {
  color: #fff;
}

/* line 258, style.scss */
.heading-line--left {
  text-align: left;
}

/* line 259, style.scss */
.heading--withe {
  color: #fff;
}

/* line 260, style.scss */
.btn-form {
  background: #025367;
  color: #fff;
  font: 16px/31px 'PFDinTextCompPro-Regular',sans-serif;
  height: 31px;
  border: 0;
  width: 95px;
  padding: 0;
  letter-spacing: 1.8px;
}
/* line 269, style.scss */
.btn-form:hover {
  background: #022e43;
}

/* line 271, style.scss */
.subscribe__field:focus, .form__field:focus {
  border-color: #95c11f;
  background: #f4ffd8;
}

/* line 275, style.scss */
.has-error .subscribe__field, .has-error .form__field {
  border-color: #e30613;
  background: #ffebeb;
}

/* line 279, style.scss */
.title-article {
  color: #4d95b9;
  font-size: 22px;
  line-height: 25px;
  margin-bottom: 35px;
  display: inline-block;
}

/* line 286, style.scss */
.title-article--medium {
  font-family: 'PFDinTextCompPro-Medium',sans-serif;
  margin-bottom: 28px;
}

/* line 290, style.scss */
.txt-article {
  margin-bottom: 23px;
}

/* line 291, style.scss */
.h-article {
  border-bottom: 1px solid #9a9a9a;
  margin: 28px 0;
}

/* line 295, style.scss */
.h-article--magrin {
  margin: 23px 0 28px;
}

/* line 298, style.scss */
.list-article {
  margin: 0 0 40px;
  padding: 0;
  list-style: none;
}
/* line 302, style.scss */
.list-article li {
  padding-left: 24px;
  position: relative;
  margin-bottom: 12px;
}
/* line 306, style.scss */
.list-article li:after {
  position: absolute;
  top: 7px;
  left: 0;
  content: "";
  height: 10px;
  width: 10px;
  background: url("../images/icons.png") no-repeat -37px -34px;
}

/* line 317, style.scss */
.bottom__heading {
  color: #4d95b9;
  font: 20px/23px 'PFDinTextCompPro-Regular',sans-serif;
  text-transform: uppercase;
  margin-bottom: 13px;
  letter-spacing: 1.1px;
  position: relative;
}
/* line 324, style.scss */
.bottom__heading a {
  color: #4d95b9;
}
@media only screen and (max-width: 992px) {
  /* line 317, style.scss */
  .bottom__heading {
    font-size: 19px;
  }
}

/* line 329, style.scss */
.bottom__heading--large {
  font-size: 22px;
  line-height: 24px;
}

/* line 330, style.scss */
.block-h {
  border-bottom: 1px solid #9a9a9a;
}

/* line 331, style.scss */
.blockquote {
  color: #8d8d8d;
  font: 16px/18px 'PFDinTextCompPro-Italic',sans-serif;
}

/* line 335, style.scss */
.heading--center-form {
  max-width: 453px;
  margin: 0 auto;
  padding-left: 76px;
}

/* line 340, style.scss */
.txt--center {
  text-align: center;
}

/*=======================END-THEME=====================*/
/*=============================START-HEADER=============================*/
/* line 347, style.scss */
.b-relative {
  position: relative;
}

/* line 348, style.scss */
.header--absolute {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
@media only screen and (max-width: 992px) {
  /* line 348, style.scss */
  .header--absolute {
    position: static;
  }
}

/* line 356, style.scss */
.header__top {
  background: rgba(236, 206, 5, 0.9);
  min-height: 95px;
  padding: 11px 0 14px;
}
/* line 360, style.scss */
.header__top .logo {
  padding-right: 0;
}
@media only screen and (max-width: 992px) {
  /* line 360, style.scss */
  .header__top .logo {
    padding-top: 6px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 360, style.scss */
  .header__top .logo {
    margin-bottom: 20px;
  }
}

/* line 370, style.scss */
.header__right {
  padding: 15px 0 0 65px;
}
@media only screen and (max-width: 992px) {
  /* line 370, style.scss */
  .header__right {
    padding-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  /* line 370, style.scss */
  .header__right {
    padding: 0 15px;
  }
}

/* line 375, style.scss */
.languages {
  width: 102px;
}
/* line 377, style.scss */
.languages li {
  margin: 0 5px;
}
/* line 378, style.scss */
.languages a, .languages span {
  display: block;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  -khtml-border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  background: #025367;
}
/* line 387, style.scss */
.languages a:hover {
  text-decoration: none;
  background: #022e43;
}
/* line 388, style.scss */
.languages .active span {
  background: #b3a602;
}
@media only screen and (max-width: 768px) {
  /* line 375, style.scss */
  .languages {
    margin-bottom: 10px;
  }
}

/* line 391, style.scss */
.search {
  position: relative;
  margin-right: 15px;
  padding-left: 4px;
  margin-top: 6px;
}
@media only screen and (max-width: 768px) {
  /* line 391, style.scss */
  .search {
    margin-right: 0;
    width: 74%;
  }
}

/* line 401, style.scss */
.search__field {
  border: 0;
  border-bottom: 1px solid #9a9a9a;
  border-left: 1px solid #9a9a9a;
  height: 34px;
  line-height: 34px;
  padding: 0 18px;
  color: #5f5f5f;
  width: 100%;
  background: none;
  font-size: 21px;
}

/* line 413, style.scss */
.search__submit {
  background: url("../images/icons.png") no-repeat;
  height: 19px;
  width: 19px;
  position: absolute;
  top: 4px;
  right: 19px;
  overflow: hidden;
  font-size: 14px;
}
/* line 422, style.scss */
.search__submit:hover {
  background-position: -30px 0;
}

/* line 424, style.scss */
.holder-nav {
  background: rgba(6, 41, 58, 0.9);
}
@media only screen and (max-width: 768px) {
  /* line 426, style.scss */
  .holder-nav .container {
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  /* line 431, style.scss */
  .holder-nav .navbar-collapse {
    padding: 0;
  }
}

/* line 437, style.scss */
#nav {
  font-size: 21px;
  line-height: 22px;
  letter-spacing: 0.4px;
}
/* line 441, style.scss */
#nav li {
  float: left;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  /* line 441, style.scss */
  #nav li {
    float: none;
    text-align: center;
    overflow: hidden;
  }
}
/* line 450, style.scss */
#nav li.active > a, #nav li.active > span {
  background: #3f7c9a;
}
/* line 454, style.scss */
#nav a, #nav span {
  color: #fff;
  padding: 19px 28px;
  display: block;
  white-space: normal;
  cursor: pointer;
}
@media only screen and (max-width: 1170px) {
  /* line 454, style.scss */
  #nav a, #nav span {
    padding: 19px 22px;
  }
}
@media only screen and (max-width: 992px) {
  /* line 454, style.scss */
  #nav a, #nav span {
    padding: 11px 6px;
  }
}
/* line 463, style.scss */
#nav a:hover {
  background: #3f7c9a;
  text-decoration: none;
}
/* line 464, style.scss */
#nav .dropdown-menu {
  margin-top: 0;
  width: 100%;
  text-align: center;
  background: rgba(6, 41, 58, 0.9);
  padding: 0;
  font-size: 20px;
  line-height: 22px;
}
/* line 472, style.scss */
#nav .dropdown-menu li {
  float: none;
}
/* line 473, style.scss */
#nav .dropdown-menu a, #nav .dropdown-menu span {
  padding: 12px 0px;
}
@media only screen and (max-width: 768px) {
  /* line 464, style.scss */
  #nav .dropdown-menu {
    position: relative;
    z-index: 99999999999999999999999999;
    top: 0;
    left: 0;
  }
}

/* line 482, style.scss */
.banner {
  min-height: 320px;
}
@media only screen and (max-width: 992px) {
  /* line 482, style.scss */
  .banner {
    display: none;
  }
}
/* line 485, style.scss */
.banner ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 490, style.scss */
.banner .owl-wrapper {
  text-align: center;
}
/* line 491, style.scss */
.banner .bx-controls {
  position: absolute;
  right: 21.04166666666667%;
  bottom: 30px;
  z-index: 10;
}
/* line 497, style.scss */
.banner .bx-pager-item {
  float: left;
  width: 9px;
  margin: 0 5px;
}
/* line 501, style.scss */
.banner .bx-pager-item a {
  background: #a4a4a4;
  height: 9px;
  width: 9px;
  border-radius: 0;
  margin: 0 7px;
  text-indent: -99999px;
  display: block;
}
/* line 509, style.scss */
.banner .bx-pager-item a.active {
  background: #81b3cc;
}

/* line 513, style.scss */
.banner__line {
  background: rgba(255, 255, 255, 0.85);
  position: absolute;
  bottom: 26px;
  overflow: hidden;
  padding: 0;
  height: auto;
  left: 0;
  width: 100%;
  text-transform: uppercase;
  text-align: left;
}
/* line 524, style.scss */
.banner__line p {
  margin: 0;
  padding: 13px 0;
  text-align: left;
  font: 22px/26px "PFDinTextCompPro-Regular", sans-serif;
}

/*=============================END-HEADER=============================*/
/* line 539, style.scss */
.new-index {
  background: #81b3cc url("../images/bg_news.png") 50% 100%;
}

/* line 542, style.scss */
.slider-i-news {
  padding-right: 0;
  width: 57.133%;
}
@media only screen and (max-width: 992px) {
  /* line 542, style.scss */
  .slider-i-news {
    width: 636px;
    margin: 10px auto;
    float: none;
  }
}
@media only screen and (max-width: 768px) {
  /* line 542, style.scss */
  .slider-i-news {
    display: none;
  }
}

/* line 554, style.scss */
.new-index__logo {
  position: absolute;
  top: 178px;
  left: 0;
  padding: 13px;
  background: #fff;
  -moz-box-shadow: 0 0 14px #000;
  -webkit-box-shadow: 0 0 14px #000;
  box-shadow: 0 0 14px #000;
}
@media only screen and (max-width: 1170px) {
  /* line 554, style.scss */
  .new-index__logo {
    top: 122px;
  }
}

/* line 565, style.scss */
.new-index__discribe {
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  color: #787777;
}
/* line 570, style.scss */
.new-index__discribe .btn-light-blue {
  font: 20px/59px 'PFDinTextCompPro-Regular',sans-serif;
  height: 59px;
  padding: 0 47px;
  margin-top: 3px;
}
@media only screen and (max-width: 1170px) {
  /* line 570, style.scss */
  .new-index__discribe .btn-light-blue {
    height: 48px;
    line-height: 48px;
    padding: 0 19px;
  }
}
@media only screen and (max-width: 992px) {
  /* line 570, style.scss */
  .new-index__discribe .btn-light-blue {
    float: right;
    margin-right: 25px;
  }
}

/* line 587, style.scss */
/*.new-index__discribe:after {
  position: absolute;
  top: 0;
  height: 60px;
  background: #636363;
  width: 1px;
  right: 251px;
  content: "";
}*/
@media only screen and (max-width: 1170px) {
  /* line 587, style.scss */
  .new-index__discribe:after {
    right: 215px;
  }
}
@media only screen and (max-width: 992px) {
  /* line 587, style.scss */
  .new-index__discribe:after {
    right: 270px;
  }
}
@media only screen and (max-width: 992px) {
  /* line 587, style.scss */
  .new-index__discribe:after {
    display: none;
  }
}

/* line 605, style.scss */
.new-index__left {
  padding: 0 0 3px 18px;
  width: 63.3%;
  min-height: 96px;
}
/* line 609, style.scss */
.new-index__left p {
  letter-spacing: 1px;
  padding-right: 18px;
  max-width: 394px;
	padding: 5px;
	color: #4d95b9 !important;
	background-color: #c2dae6 !important;
	border: 1px solid #4d95b9 !important;
}
@media only screen and (max-width: 1170px) {
  /* line 609, style.scss */
  .new-index__left p {
    
	padding: 5px;
	
  }
}

/* line 618, style.scss */
.new-index__h {
  color: #4193b8;
  font: 37px/40px 'PFDinTextCompPro-Regular',sans-serif;
  letter-spacing: 2.5px;
  display: block;
  margin-bottom: -3px;
}
@media only screen and (max-width: 1170px) {
  /* line 618, style.scss */
  .new-index__h {
    font-size: 30px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 618, style.scss */
  .new-index__h {
    font-size: 20px;
    line-height: 23px;
  }
}

/* line 633, style.scss */
.new-index .owl-controls .owl-buttons > div {
  height: 33px;
  width: 33px;
  background: #4d95b9 url("../images/prev-news.png") no-repeat 50% 50%;
  top: 0;
  left: 0;
  right: auto;
}
/* line 637, style.scss */
.new-index .owl-controls .owl-buttons > div:hover {
  background: #a7a7a7 url("../images/prev-news.png") no-repeat 50% 50%;
}

/* line 642, style.scss */
.new-index .owl-controls .owl-buttons .owl-next {
  height: 33px;
  width: 33px;
  left: 33px;
  border-left: 1px solid #77aec9;
  background: #4d95b9 url("../images/next-news.png") no-repeat 50% 50%;
}
/* line 648, style.scss */
.new-index .owl-controls .owl-buttons .owl-next:hover {
  background: #a7a7a7 url("../images/next-news.png") no-repeat 50% 50%;
  border-color: #a2b6c0;
}

/* line 653, style.scss */
.new-index__right {
  background: rgba(217, 232, 239, 0.7);
  overflow: hidden;
  padding: 0 27px 0 30px;
}
/* line 657, style.scss */
.new-index__right p {
  margin: 0;
}
@media only screen and (max-width: 992px) {
  /* line 653, style.scss */
  .new-index__right {
    margin-bottom: 30px;
  }
  /* line 663, style.scss */
  .new-index__right .new-index__right--double {
    height: auto !important;
  }
}
@media only screen and (max-width: 768px) {
  /* line 653, style.scss */
  .new-index__right {
    margin-top: 30px;
  }
}

/* line 669, style.scss */
.small-news-list__title {
  color: #fff;
  font: 30px/52px 'PFDinTextCompPro-Regular',sans-serif;
  text-transform: uppercase;
  background: #4d95b9;
  padding: 0 12px;
  margin-bottom: 27px;
  display: inline-block;
  margin-left: -7px;
  letter-spacing: 2px;
}
@media only screen and (max-width: 1170px) {
  /* line 669, style.scss */
  .small-news-list__title {
    margin-bottom: 13px;
  }
}

/* line 683, style.scss */
.data-sm {
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  color: #4d95b9;
  margin-bottom: 8px;
  display: block;
}

/* line 691, style.scss */
.small-news-list__item {
  padding: 0 0 12px;
  border-bottom: 1px solid #9a9a9a;
  margin: 0 0 17px;
}
@media only screen and (max-width: 1170px) {
  /* line 691, style.scss */
  .small-news-list__item {
    padding: 0 0 8px;
    margin: 0 0 8px;
  }
}

/* line 700, style.scss */
.small-news-list a {
  display: block;
  color: #434f55;
}

/* line 704, style.scss */
.more-article {
  color: #4d95b9;
  font-size: 16px;
  line-height: 18px;
  display: inline-block;
  text-decoration: underline;
}
/* line 710, style.scss */
.more-article:hover {
  text-decoration: none;
}

/* line 712, style.scss */
.btn-light-blue--sm {
  height: 37px;
  font: 14px/35px 'PFDinTextCompPro-Regular',sans-serif;
  padding: 0 16px;
  letter-spacing: 1.1px;
}

/* line 718, style.scss */
.content-doing {
  padding: 34px 15px 46px;
}
/* line 720, style.scss */
.content-doing p {
  margin-bottom: 17px;
}

/* line 722, style.scss */
.content-doing__img {
  padding-top: 58px;
}

/* line 723, style.scss */
.content-doing .heading {
  margin-bottom: 17px;
}

/* line 726, style.scss */
.heading-line--left .container {
  padding-left: 30px;
}

/* line 727, style.scss */
.news-i {
  background: url("../images/bg01.png");
  padding: 57px 0 0;
  color: #787777;
  font-size: 16px;
  line-height: 18px;
}
/* line 730, style.scss */
.news-i .data-sm {
  margin-bottom: 13px;
}
/* line 734, style.scss */
.news-i p {
  margin-bottom: 18px;
}
/* line 735, style.scss */
.news-i .model-new {
  margin-bottom: 0;
  padding-bottom: 20px;
}

/* line 740, style.scss */
.model-new {
  margin-bottom: 37px;
}
@media only screen and (max-width: 768px) {
  /* line 740, style.scss */
  .model-new {
    text-align: center;
  }
}

/* line 744, style.scss */
.model-new__wrap {
  display: inline-block;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  /* line 744, style.scss */
  .model-new__wrap {
    text-align: left;
    margin-bottom: 20px;
    max-width: 351px;
  }
}

/* line 753, style.scss */
.model-new__img {
  margin-bottom: 21px;
  display: block;
}

/* line 754, style.scss */
.model-new__title {
  font: 24px/29px 'PFDinTextCompPro-Regular',sans-serif;
  color: #025367;
  margin-bottom: 25px;
  display: inline-block;
  height: 116px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  /* line 754, style.scss */
  .model-new__title {
    height: auto;
  }
}

/* line 765, style.scss */
.international-do {
  background: url("../images/bg.png") no-repeat;
  padding: 34px 0 20px;
  margin-bottom: 30px;
}
/* line 769, style.scss */
.international-do .heading {
  margin-bottom: 30px;
  padding-left: 15px;
}
/* line 773, style.scss */
.international-do .owl-item {
  text-align: center;
}
/* line 774, style.scss */
.international-do .item {
  display: inline-block;
  text-align: left;
}
/* line 778, style.scss */
.international-do .item:hover {
  text-decoration: none;
}
/* line 779, style.scss */
.international-do .owl-theme .owl-controls .owl-buttons div {
  height: 33px;
  width: 33px;
  margin-top: -29px;
  background: #4d95b9 url("../images/prev-news.png") no-repeat 50% 50%;
}
/* line 784, style.scss */
.international-do .owl-theme .owl-controls .owl-buttons div:hover {
  background: #a7a7a7 url("../images/prev-news.png") no-repeat 50% 50%;
}
/* line 786, style.scss */
.international-do .owl-theme .owl-controls .owl-buttons .owl-prev {
  left: -18px;
}
@media only screen and (max-width: 768px) {
  /* line 786, style.scss */
  .international-do .owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 0;
  }
}
/* line 790, style.scss */
.international-do .owl-theme .owl-controls .owl-buttons .owl-next {
  background: #4d95b9 url("../images/next-news.png") no-repeat 50% 50%;
  right: -18px;
}
/* line 793, style.scss */
.international-do .owl-theme .owl-controls .owl-buttons .owl-next:hover {
  background: #a7a7a7 url("../images/next-news.png") no-repeat 50% 50%;
}
@media only screen and (max-width: 768px) {
  /* line 790, style.scss */
  .international-do .owl-theme .owl-controls .owl-buttons .owl-next {
    right: 0;
  }
}
/* line 796, style.scss */
.international-do .container {
  padding: 0 15px 30px;
}
@media only screen and (max-width: 768px) {
  /* line 765, style.scss */
  .international-do {
    margin-bottom: 0;
  }
}

/* line 801, style.scss */
.international-do__title {
  color: #fff;
  font-size: 24px;
  line-height: 26px;
  margin: 17px 0 0;
  text-align: center;
}

/*=====================START-FOOTER===================*/
/* line 810, style.scss */
.h_footer {
  clear: both;
  height: 400px;
}

/* line 814, style.scss */
.h_footer-map {
  height: 850px;
}

/* line 817, style.scss */
#footer {
  height: 400px;
  margin-top: -400px;
  padding-top: 40px;
}
/* line 821, style.scss */
#footer .footer__menu li {
  margin-bottom: 6px;
  letter-spacing: 1px;
}
/* line 822, style.scss */
#footer .bottom__heading {
  margin-top: 16px;
}
/* line 825, style.scss */
#footer .space {
  margin-bottom: 74px;
  overflow: hidden;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  /* line 817, style.scss */
  #footer {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 817, style.scss */
  #footer {
    padding-top: 30px;
  }
}

/* line 833, style.scss */
#footer.footer-map {
  height: 850px;
  margin-top: -850px;
}

/* line 837, style.scss */
.footer__logo-sm {
  margin-bottom: 35px;
}

/* line 838, style.scss */
.subscribe {
  position: relative;
}
/* line 840, style.scss */
.subscribe .subscribe__submit {
  position: absolute;
  top: 1px;
  right: 1px;
}
@media only screen and (max-width: 768px) {
  /* line 838, style.scss */
  .subscribe {
    margin-bottom: 30px;
  }
}

/* line 847, style.scss */
.subscribe__field {
  width: 100%;
  border: 1px solid #787777;
  height: 33px;
  line-height: 33px;
  padding: 0 106px 0 12px;
}

/* line 854, style.scss */
.footer__txt {
  color: #025367;
  font: 16px/18px 'PFDinTextCompPro-Regular',sans-serif;
  margin-bottom: 41px;
  text-align: right;
  margin: -7px 46px 38px 0;
  letter-spacing: 1px;
}
@media only screen and (max-width: 768px) {
  /* line 854, style.scss */
  .footer__txt {
    text-align: left;
  }
}

/* line 863, style.scss */
.footer__heading--bg.active:after {
  background-position: -68px 0;
}

/* line 866, style.scss */
.footer__holder-btn {
  width: 100%;
  overflow: hidden;
  text-align: right;
  margin-bottom: 46px;
  padding: 10px 15px 0 0;
}
@media only screen and (max-width: 768px) {
  /* line 866, style.scss */
  .footer__holder-btn {
    text-align: center;
    padding-top: 23px;
  }
}

/* line 877, style.scss */
.footer__btn {
  background: #6ea5c3;
  text-align: center;
  color: #fff;
  width: 161px;
  height: 31px;
  line-height: 31px;
  display: inline-block;
  letter-spacing: 1px;
}
/* line 886, style.scss */
.footer__btn:hover {
  background: #616161;
  text-decoration: none;
  color: #fff;
}

/* line 892, style.scss */
.footer-map .map, .footer-map .map .container, .map .footer-map .container {
  height: 443px;
}
/* line 894, style.scss */
.footer-map .map .map__list LI, .map .footer-map .container .map__list LI {
  padding-left: 6px;
}

/* line 896, style.scss */
.map, .map .container {
  position: relative;
}
/* line 898, style.scss */
.map .container {
  padding-right: 15px;
}
/* line 899, style.scss */
.map #map {
  border: 0;
  width: 100%;
  height: 443px !important;
}
@media only screen and (max-width: 768px) {
  /* line 899, style.scss */
  .map #map {
    height: 300px !important;
  }
}

/* line 908, style.scss */
.map__info {
  position: absolute;
  top: 0;
  right: 21%;
  background: rgba(255, 255, 255, 0.85);
  padding: 75px 18px 65px;
  width: 255px;
}
/* line 914, style.scss */
.map__info .footer__heading {
  margin: 0 0 19px;
}
@media only screen and (max-width: 480px) {
  /* line 908, style.scss */
  .map__info {
    padding-bottom: 20px;
  }
}

/* line 920, style.scss */
.map__address {
  margin: 0 0 21px;
  display: block;
  padding-top: 3px;
}

/* line 925, style.scss */
.map__list {
  margin-bottom: 23px;
}
/* line 927, style.scss */
.map__list li {
  color: #9d9d9d;
}
/* line 929, style.scss */
.map__list li i {
  margin-right: 12px;
}

/* line 932, style.scss */
.list-social li {
  float: left;
  margin: -4px 6px 0 0;
}
/* line 935, style.scss */
.list-social li:last-child {
  margin-right: 0;
}
/* line 936, style.scss */
.list-social li a {
  background: #4d95b9;
  display: inline-block;
  height: 29px;
  width: 29px;
  line-height: 29px;
  font-size: 20px;
  color: #fff;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
}
/* line 946, style.scss */
.list-social li a:hover {
  text-decoration: none;
  background: #025367;
}

/* line 949, style.scss */
.footer__copy {
  background: #1b3e4f;
  color: #fff;
  font: 16px/18px 'PFDinTextCompPro-Regular';
  position: relative;
  overflow: hidden;
  padding: 24px 0;
}
/* line 956, style.scss */
.footer__copy a {
  color: #fff;
}
/* line 957, style.scss */
.footer__copy div {
  text-align: left;
}
/* line 958, style.scss */
.footer__copy div:last-child {
  text-align: right;
}
/* line 959, style.scss */
.footer__copy p {
  margin: 0;
}

/*=====================END-FOOTER===================*/
/*=======================START-CONTACT===============*/
/* line 967, style.scss */
.contacts {
  padding-top: 36px;
}
/* line 969, style.scss */
.contacts iframe {
  height: 338px;
}
/* line 972, style.scss */
.contacts .contacts__left {
  padding: 0 0 0 100px;
}
@media only screen and (max-width: 992px) {
  /* line 972, style.scss */
  .contacts .contacts__left {
    padding: 0 0 24px 16px;
  }
}
/* line 978, style.scss */
.contacts .bottom__heading {
  margin: 0;
}
/* line 979, style.scss */
.contacts .map__address {
  margin-top: 19px;
}
/* line 982, style.scss */
.contacts .map__list {
  margin-bottom: 28px;
}
/* line 985, style.scss */
.contacts .list-social {
  margin-top: 19px;
  margin-bottom: 55px;
}

/* line 990, style.scss */
.contacts__bottom {
  background: #f4f4f4;
  padding: 38px 0 19px;
}
/* line 993, style.scss */
.contacts__bottom .heading {
  margin-bottom: 26px;
}
/* line 996, style.scss */
.contacts__bottom .some-form {
  max-width: 564px;
  margin: 0 auto;
}
/* line 999, style.scss */
.contacts__bottom .some-form .btn-form {
  float: right;
}

/* line 1002, style.scss */
.form__field {
  width: 100%;
  background: #fff;
  border: 1px solid #c1c1c1;
  padding: 0 5px;
  font: 16px/33px 'PFDinTextCompPro-Regular',sans-serif;
  height: 33px;
}

/* line 1010, style.scss */
textarea.form__field {
  resize: none;
  height: 141px;
}

/* line 1014, style.scss */
.form__holder-field {
  float: right;
  width: 453px;
}
/* line 1017, style.scss */
.form__holder-field .remember {
  color: #5f5f5f;
  text-decoration: underline;
}
/* line 1020, style.scss */
.form__holder-field .remember:hover {
  text-decoration: none;
}

/* line 1023, style.scss */
.form__l {
  float: right;
  color: #5f5f5f;
  font: 17px/33px 'PFDinTextCompPro-Regular',sans-serif;
  margin-right: 17px;
  letter-spacing: 1px;
}

/* line 1030, style.scss */
.form__l--copy {
  display: none;
}

/* line 1031, style.scss */
.form-group {
  overflow: hidden;
}

/* line 1032, style.scss */
.capcha {
  margin-bottom: 21px;
}

/* line 1033, style.scss */
.capcha__update {
  position: relative;
  width: 22px;
  height: 24px;
  margin: 5px 0 0 12px;
}

/* line 1039, style.scss */
.capcha__update:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 22px;
  content: "";
  background: url("../images/icons.png") no-repeat 0 -34px;
}

/* line 1048, style.scss */
.form__capcha-field {
  width: 158px;
}

/* line 1051, style.scss */
.form__radio {
  width: 148px;
}

/* line 1054, style.scss */
.form__radio input[type="radio"] {
  display: none;
}

/* line 1057, style.scss */
.form__radio input[type="radio"] + span {
  display: block;
  background: url("../images/un-check.jpg") no-repeat 0 0;
  vertical-align: middle;
  cursor: pointer;
  padding-left: 26px;
  color: #5f5f5f;
  line-height: 23px;
}

/* line 1066, style.scss */
.form__radio input[type="radio"]:checked + span {
  background: url("../images/check.jpg") no-repeat 0 0;
}

/*=======================END-CONTACT===============*/
/*-======================START-MAIN-STYLE============*/
/* line 1076, style.scss */
.main {
  padding-top: 40px;
  padding-bottom: 20px;
  min-height: 300px;
}
@media only screen and (max-width: 768px) {
  /* line 1076, style.scss */
  .main {
    padding-top: 30px;
  }
}

/* line 1084, style.scss */
.center {
  max-width: 920px;
  margin: 0 auto 65px;
}

/* line 1088, style.scss */
.contacts__autor {
  padding-top: 55px;
}

/* line 1089, style.scss */
.pagination_s {
  margin: 15px 0;
  overflow: hidden;
  width: 100%;
  font: 20px/25px 'PFDinTextCompPro-Regular',sans-serif;
}
@media only screen and (max-width: 768px) {
  /* line 1089, style.scss */
  .pagination_s {
    text-align: center;
  }
}
/* line 1095, style.scss */
.pagination_s li {
  display: inline-block;
  margin: 0 3px;
}
/* line 1099, style.scss */
.pagination_s a {
  color: #1b3e4f;
}

/* line 1103, style.scss */
.link-pagination {
  height: 19px;
  width: 10px;
  display: block;
  position: relative;
}
/* line 1108, style.scss */
.link-pagination:after {
  background: url("../images/icons.png") no-repeat -17px -109px;
  height: 19px;
  width: 10px;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}

/* line 1118, style.scss */
.link-next {
  margin-left: 23px;
}
/* line 1120, style.scss */
.link-next:hover:after {
  background-position: 0 -76px;
}

/* line 1124, style.scss */
.link-prev {
  margin-right: 23px;
}
/* line 1126, style.scss */
.link-prev:after {
  background-position: 0 -109px;
}
/* line 1129, style.scss */
.link-prev:hover:after {
  background-position: -17px -76px;
}

/* line 1133, style.scss */
.holder-breadcrumb {
  padding: 0 15px;
}

/* line 1136, style.scss */
.breadcrumb {
  padding: 11px 15px;
  background: #4d95b9;
  margin-bottom: 20px;
  color: #fff;
}
/* line 1141, style.scss */
.breadcrumb li {
  float: left;
  padding: 0 22px;
  position: relative;
  text-transform: capitalize;
}
@media only screen and (max-width: 768px) {
  /* line 1141, style.scss */
  .breadcrumb li {
    padding: 0 10px 0 14px;
  }
}
/* line 1147, style.scss */
.breadcrumb li:first-child {
  padding-left: 0;
}
/* line 1148, style.scss */
.breadcrumb li a {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  /* line 1152, style.scss */
  .breadcrumb li:after {
    height: 5px;
    width: 5px;
    background: #fff;
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    -khtml-border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
  }
  /* line 1162, style.scss */
  .breadcrumb li:first-child:after {
    display: none;
  }
}

/*start-investory*/
/* line 1169, style.scss */
.ivestory {
  padding-top: 52px;
}
/* line 1171, style.scss */
.ivestory .heading {
  margin-bottom: 48px;
}
/* line 1172, style.scss */
.ivestory .owl-theme .owl-controls .owl-buttons div {
  height: 19px;
  width: 10px;
  position: absolute;
  top: -30px;
  left: 0;
  background: url("../images/icons.png") no-repeat 0 -109px;
}
/* line 1180, style.scss */
.ivestory .owl-theme .owl-controls .owl-buttons .owl-next {
  left: auto;
  right: 0;
  background-position: -17px -109px;
}

/* line 1188, style.scss */
.ivestory .clearfix {
  position: relative;
}
/* line 1189, style.scss */
.ivestory .link-pagination {
  position: absolute;
  top: -75px;
}
/* line 1193, style.scss */
.ivestory .link-prev {
  left: 17px;
}
/* line 1196, style.scss */
.ivestory .link-next {
  right: 17px;
}

/*end-investory*/
/*start-gallery*/
/* line 1202, style.scss */
.gallery-content {
  margin-bottom: 30px;
}
/* line 1204, style.scss */
.gallery-content .owl-item {
  text-align: center;
}
/* line 1207, style.scss */
.gallery-content .owl-theme .owl-controls .owl-buttons div {
  top: 46%;
}
/* line 1210, style.scss */
.gallery-content .owl-theme .owl-controls .owl-buttons .owl-prev {
  background: url("../images/icons.png") no-repeat 0 -109px;
}
/* line 1213, style.scss */
.gallery-content .owl-theme .owl-controls .owl-buttons .owl-next {
  background: url("../images/icons.png") no-repeat -17px -109px;
  right: -5px;
}

/* line 1218, style.scss */
.gallery {
  padding: 50px 15px 0;
}

/* line 1219, style.scss */
.gallery__box {
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  /* line 1219, style.scss */
  .gallery__box {
    text-align: center;
  }
}

/* line 1223, style.scss */
.fancy-g {
  position: relative;
  display: inline-block;
}
/* line 1226, style.scss */
.fancy-g:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(27, 62, 79, 0.7);
  z-index: 20;
  content: '';
  display: none;
}
/* line 1237, style.scss */
.fancy-g:hover:after {
  display: block;
}

/* line 1239, style.scss */
.video {
  padding-top: 25px;
  margin-bottom: 55px;
}
/* line 1242, style.scss */
.video iframe {
  height: 651px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  /* line 1242, style.scss */
  .video iframe {
    height: 300px;
  }
}

/* line 1248, style.scss */
.pagination-inside {
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  border-bottom: 1px solid #9a9a9a;
  padding-bottom: 31px;
}
/* line 1254, style.scss */
.pagination-inside a {
  width: auto;
  color: #4d95b9;
  text-decoration: underline;
}
/* line 1258, style.scss */
.pagination-inside a:hover {
  text-decoration: none;
}
/* line 1259, style.scss */
.pagination-inside a:after {
  top: -1px;
}
/* line 1261, style.scss */
.pagination-inside .pagination-inside__left {
  float: left;
}
/* line 1263, style.scss */
.pagination-inside .pagination-inside__left a {
  padding-left: 32px;
}
/* line 1265, style.scss */
.pagination-inside .pagination-inside__right {
  float: right;
}
/* line 1267, style.scss */
.pagination-inside .pagination-inside__right a {
  padding-right: 32px;
}
/* line 1269, style.scss */
.pagination-inside .pagination-inside__right a:after {
  left: auto;
  right: 0;
}

/* line 1277, style.scss */
.gallery-video .model-new__img {
  position: relative;
  min-height: 197px;
}
/* line 1280, style.scss */
.gallery-video .model-new__img:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -35px;
  margin-top: -25px;
  background: url("../images/icons.png") no-repeat -156px 0;
  content: '';
  height: 50px;
  width: 71px;
  z-index: 10;
}
/* line 1292, style.scss */
.gallery-video .model-new__img:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(27, 62, 79, 0.7);
  z-index: 20;
  content: '';
  display: none;
  z-index: 1;
}
/* line 1304, style.scss */
.gallery-video .model-new__img:hover:after {
  display: block;
}
/* line 1305, style.scss */
.gallery-video .model-new__img img {
  width: 100%;
}

/*end-gallery*/
/* line 1309, style.scss */
.tender {
  padding-top: 48px;
}
/* line 1311, style.scss */
.tender .center {
  margin-bottom: 24px;
}

/* line 1313, style.scss */
.tender__h {
  padding: 44px 0 0;
}

/* line 1314, style.scss */
.tender__left {
  padding-left: 0;
}
@media only screen and (max-width: 768px) {
  /* line 1314, style.scss */
  .tender__left {
    padding: 0 20px;
  }
}

/* line 1320, style.scss */
.tender__right {
  padding-right: 0;
}
@media only screen and (max-width: 768px) {
  /* line 1320, style.scss */
  .tender__right {
    padding: 0 20px;
  }
}

/* line 1326, style.scss */
.desk-box {
  background: #d2dfe6;
  color: #787777;
  font-size: 16px;
  line-height: 18px;
  padding: 34px;
  margin-bottom: 20px;
}
/* line 1333, style.scss */
.desk-box .data-sm {
  margin-bottom: 12px;
}
/* line 1334, style.scss */
.desk-box .model-new__title {
  margin-bottom: 21px;
}

/* line 1336, style.scss */
.desk-box__name {
  color: #4d95b9;
  font: 30px/25px 'PFDinTextCompPro-Bold',sans-serif;
  display: inline-block;
  margin-bottom: 40px;
  text-transform: uppercase;
  letter-spacing: 2.4px;
}
/* line 1343, style.scss */
.desk-box__name:hover {
  text-decoration: none;
}

/*start-our-aspirants*/
/* line 1348, style.scss */
.our-aspirants {
  text-align: center;
  border-bottom: 1px solid #9a9a9a;
  padding: 32px 0 40px;
}
@media only screen and (max-width: 768px) {
  /* line 1348, style.scss */
  .our-aspirants {
    padding-top: 31px;
  }
}
/* line 1353, style.scss */
.our-aspirants .heading {
  margin-bottom: 44px;
}
/* line 1354, style.scss */
.our-aspirants img {
  margin-bottom: 15px;
}
/* line 1355, style.scss */
.our-aspirants .owl-theme .owl-controls .owl-buttons div {
  top: 50%;
  margin-top: -129px;
  height: 19px;
  width: 10px;
  background: url("../images/icons.png") no-repeat 0 -109px;
}
/* line 1361, style.scss */
.our-aspirants .owl-theme .owl-controls .owl-buttons div:hover {
  background-position: -17px -76px;
}
/* line 1363, style.scss */
.our-aspirants .owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 0;
}
/* line 1366, style.scss */
.our-aspirants .owl-theme .owl-controls .owl-buttons .owl-next {
  background-position: -17px -109px;
  right: 0;
}
/* line 1369, style.scss */
.our-aspirants .owl-theme .owl-controls .owl-buttons .owl-next:hover {
  background-position: 0 -76px;
}
/* line 1371, style.scss */
.our-aspirants .bottom__heading {
  margin-bottom: 21px;
}
/* line 1372, style.scss */
.our-aspirants .map__list {
  margin-top: 22px;
}

/* line 1374, style.scss */
.our-aspirants__wrap {
  display: inline-block;
  max-width: 191px;
  text-align: left;
}

/* line 1379, style.scss */
.download {
  display: inline-block;
  text-align: center;
  color: #4d95b9;
}
/* line 1383, style.scss */
.download img {
  margin-bottom: 15px;
}
/* line 1384, style.scss */
.download span {
  display: block;
}

/*end-our-aspirants*/
/*start-directors*/
/* line 1393, style.scss */
.directors .heading {
  padding: 27px 10px;
}
/* line 1396, style.scss */
.directors .bottom__heading {
  color: #4d95b9;
  margin-bottom: 20px;
  display: inline-block;
  margin-top: 25px;
  letter-spacing: 2px;
}
/* line 1403, style.scss */
.directors .map__list {
  margin-top: 22px;
}
/* line 1404, style.scss */
.directors p {
  margin: 0;
}
/* line 1405, style.scss */
.directors .map__list li {
  padding-left: 0;
}

/* line 1407, style.scss */
.directors__top {
  background: #25424f;
  color: #fff;
  padding: 42px 0 0;
  margin-bottom: 43px;
}
/* line 1412, style.scss */
.directors__top a {
  color: #fff;
}
/* line 1413, style.scss */
.directors__top .directors__box {
  margin-bottom: 38px;
}
/* line 1414, style.scss */
.directors__top .bottom__heading {
  color: #fff;
}

/* line 1421, style.scss */
.directors__box {
  margin-bottom: 77px;
}
@media only screen and (max-width: 992px) {
  /* line 1421, style.scss */
  .directors__box {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 1421, style.scss */
  .directors__box {
    text-align: center;
  }
}

/* line 1426, style.scss */
.directors__wrap {
  text-align: left;
}
@media only screen and (max-width: 768px) {
  /* line 1426, style.scss */
  .directors__wrap {
    max-width: 191px;
    display: inline-block;
  }
}

/*end-directors*/
/* line 1434, style.scss */
.content-txt .more-article {
  margin-bottom: 40px;
}

/* line 1437, style.scss */
.content-txt__box {
  margin-bottom: 44px;
  display: inline-block;
  position: relative;
  max-width: 351px;
}
/* line 1442, style.scss */
.content-txt__box:hover {
  opacity: 0.8;
}

/* line 1444, style.scss */
.title-text-box {
  background: rgba(77, 149, 185, 0.85);
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  padding: 24px 20px;
  bottom: 0;
  width: 235px;
  max-width: 100%;
  right: 0;
  left: 0;
  margin: 0 auto;
  font: 18px/20px 'PFDinTextCompPro-Medium',sans-serif;
}

@media only screen and (max-width: 992px) {
  /* line 1459, style.scss */
  .content-txt__l {
    padding-right: 15px;
  }
}

/* line 1462, style.scss */
.content-txt__r {
  text-align: center;
}

/* line 1466, style.scss */
.employee .heading {
  margin-bottom: 9px;
}
/* line 1467, style.scss */
.employee .map__list {
  margin: 25px 0 16px;
}
/* line 1469, style.scss */
.employee .map__list li {
  padding-left: 0;
}

/* line 1472, style.scss */
.employee__h-img {
  text-align: center;
  margin-bottom: 20px;
}

/* line 1476, style.scss */
.employee__w-img {
  display: inline-block;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  /* line 1476, style.scss */
  .employee__w-img {
    margin-bottom: 20px;
  }
}

/* line 1482, style.scss */
.list-publication li {
  padding-left: 47px;
  position: relative;
  margin-bottom: 14px;
  min-height: 24px;
}
/* line 1487, style.scss */
.list-publication li:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 26px;
  width: 20px;
  background: url("../images/icons.png") no-repeat -46px -67px;
  content: "";
}
/* line 1497, style.scss */
.list-publication a {
  text-decoration: underline;
}
/* line 1499, style.scss */
.list-publication a:hover {
  text-decoration: none;
}

/* line 1502, style.scss */
.news {
  padding: 0 30px;
}

/* line 1503, style.scss */
.news__holder {
  background: url("../images/bg-news.jpg") repeat-y;
}
@media only screen and (max-width: 1170px) {
  /* line 1503, style.scss */
  .news__holder {
    background: url("../images/bg-news-932.jpg") repeat-y;
  }
}

/* line 1509, style.scss */
.news__left {
  padding-right: 5px;
}

/* line 1510, style.scss */
.news__row {
  padding: 21px 0 60px;
}
/* line 1512, style.scss */
.news__row:last-child {
  border-bottom: 0;
}
/* line 1513, style.scss */
.news__row .data-sm {
  margin-bottom: 11px;
}
/* line 1514, style.scss */
.news__row .title-article {
  margin-bottom: 12px;
}
@media only screen and (max-width: 768px) {
  /* line 1510, style.scss */
  .news__row {
    padding-bottom: 18px;
  }
}

/* line 1519, style.scss */
.news__box {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  /* line 1519, style.scss */
  .news__box {
    margin-bottom: 15px;
  }
}

/* line 1523, style.scss */
.news__link {
  display: inline-block;
  max-width: 100%;
}

/* line 1527, style.scss */
.news__txt {
  padding-left: 30px;
}

/* line 1528, style.scss */
.archive {
  background: #e6ecef;
  padding: 49px 40px;
}
/* line 1529, style.scss */
.archive > div {
  padding: 0;
}
@media only screen and (max-width: 768px) {
  /* line 1528, style.scss */
  .archive {
    padding: 25px 15px;
  }
}
/* line 1533, style.scss */
.archive .title-article {
  margin-bottom: 17px;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  /* line 1533, style.scss */
  .archive .title-article {
    overflow: hidden;
    width: 100%;
    text-align: center;
  }
}

/* line 1543, style.scss */
.archive__year {
  text-transform: uppercase;
  color: #1b3e4f;
  font-size: 16px;
  line-height: 18px;
  display: block;
  margin-bottom: 12px;
}

/* line 1551, style.scss */
a.archive__year {
  cursor: pointer;
}

/* line 1552, style.scss */
.archive__list {
  margin-bottom: 23px;
  font-size: 16px;
  line-height: 18px;
}
/* line 1556, style.scss */
.archive__list li {
  margin-bottom: 6px;
}
/* line 1559, style.scss */
.archive__list a {
  color: #4e95b9;
}

/* line 1561, style.scss */
.list-article-photo {
  margin: 0 -15px 53px;
  padding: 0;
  list-style: none;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  /* line 1566, style.scss */
  .list-article-photo li {
    margin-bottom: 15px;
  }
}

/* line 1572, style.scss */
.section-info {
  padding: 40px 30px 0;
}
/* line 1574, style.scss */
.section-info .title-article {
  margin-bottom: 25px;
}
/* line 1576, style.scss */
.section-info .title-article span {
  margin-top: 7px;
  overflow: hidden;
  min-height: 74px;
  display: block;
}
/* line 1582, style.scss */
.section-info .title-article:hover span {
  text-decoration: underline;
}
/* line 1584, style.scss */
.section-info .map__list {
  margin-top: 26px;
}
@media only screen and (max-width: 768px) {
  /* line 1584, style.scss */
  .section-info .map__list {
    margin-top: 0;
    margin-bottom: 0;
  }
}

/* line 1592, style.scss */
.section-info__box {
  margin-bottom: 38px;
}
@media only screen and (max-width: 992px) {
  /* line 1592, style.scss */
  .section-info__box {
    min-height: 158px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 1592, style.scss */
  .section-info__box {
    margin-bottom: 15px;
    min-height: inherit;
  }
}

/* line 1602, style.scss */
.section-info__alignleft {
  float: left;
  margin-right: 30px;
}

/* line 1607, style.scss */
.department .heading {
  padding-bottom: 23px;
  margin-bottom: 32px;
}
/* line 1611, style.scss */
.department .heading span {
  margin-top: 17px;
  display: inline-block;
}
/* line 1616, style.scss */
.department .our-aspirants__wrap p {
  font-size: 18px;
  line-height: 24px;
}

/* line 1622, style.scss */
.department__info {
  padding-top: 73px;
}
/* line 1624, style.scss */
.department__info .bottom__heading {
  margin-bottom: 10px;
}
/* line 1625, style.scss */
.department__info .map__list {
  margin-top: 24px;
  margin-bottom: 0;
}
@media only screen and (max-width: 992px) {
  /* line 1622, style.scss */
  .department__info {
    padding-top: 24px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 1622, style.scss */
  .department__info {
    padding: 20px 15px;
  }
}

/*start tabs*/
/* line 1630, style.scss */
.nav-tabs {
  margin-top: 88px;
}
@media only screen and (max-width: 768px) {
  /* line 1630, style.scss */
  .nav-tabs {
    margin-top: 10px;
  }
}

/* line 1634, style.scss */
.tab-content {
  padding: 41px 35px;
  margin-bottom: 71px;
  border: 1px solid #848484;
  border-top: 0;
}
/* line 1639, style.scss */
.tab-content .our-aspirants {
  border: 0;
  padding: 20px 0 0;
  font-size: 0;
  line-height: 0;
  letter-spacing: -5px;
  text-align: left;
}
/* line 1646, style.scss */
.tab-content .our-aspirants .bottom__heading {
  margin-bottom: 8px;
}
/* line 1649, style.scss */
.tab-content .our-aspirants li {
  float: none;
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  margin-bottom: 20px;
}

/* line 1658, style.scss */
.nav-tabs > li > a {
  color: #1b3e4f;
  font-size: 20px;
  line-height: 25px;
  background: #e6e6e6;
  padding: 6px 39px 6px;
  position: relative;
  top: 7px;
  border-right: 0;
}
@media only screen and (max-width: 992px) {
  /* line 1658, style.scss */
  .nav-tabs > li > a {
    padding: 6px 15px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 1658, style.scss */
  .nav-tabs > li > a {
    padding: 6px 15px;
    font-size: 16px;
  }
}

/* line 1673, style.scss */
.nav-tabs > li {
  height: 46px;
}
/* line 1675, style.scss */
.nav-tabs > li:last-child a {
  border-right: 1px solid #848484;
}

/* line 1677, style.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  padding-top: 8px;
  padding-bottom: 11px;
  top: 0;
}

/* line 1683, style.scss */
.tab__list li {
  padding: 24px 0;
  overflow: hidden;
}
/* line 1686, style.scss */
.tab__list li:last-child {
  border: 0;
}
/* line 1688, style.scss */
.tab__list .tab-list__left {
  padding-top: 69px;
}
@media only screen and (max-width: 768px) {
  /* line 1688, style.scss */
  .tab__list .tab-list__left {
    padding: 17px 0 0;
  }
}

/*end tabs*/
/*start result search*/
/* line 1696, style.scss */
.result-search {
  padding-bottom: 0;
  padding-top: 0;
}
/* line 1699, style.scss */
.result-search .heading {
  margin-bottom: 23px;
  color: #fff;
  padding: 10px;
  background: #4d95b9;
}
/* line 1705, style.scss */
.result-search .bottom__heading {
  margin-bottom: 20px;
}
/* line 1706, style.scss */
.result-search .bottom__heading--green {
  color: #434f55;
  margin-bottom: 4px;
}
/* line 1710, style.scss */
.result-search p {
  margin-bottom: 13px;
}

/* line 1712, style.scss */
.result-search__header {
  margin-bottom: 20px;
}

/* line 1713, style.scss */
.result-search__list li {
  margin-bottom: 39px;
}

/*end result search*/
/*start 404*/
/* line 1717, style.scss */
.banner-error {
  position: relative;
  overflow: hidden;
  text-align: center;
}
/* line 1721, style.scss */
.banner-error img {
  max-width: none;
}
@media only screen and (max-width: 992px) {
  /* line 1717, style.scss */
  .banner-error {
    display: block;
  }
}

/* line 1726, style.scss */
.b-error {
  position: absolute;
  top: 49%;
  left: 0;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  /* line 1726, style.scss */
  .b-error {
    top: 18%;
  }
}

/* line 1733, style.scss */
.b-error__num {
  color: #fff;
  font-size: 243px;
  line-height: 177px;
  max-width: 322px;
}
@media only screen and (max-width: 992px) {
  /* line 1733, style.scss */
  .b-error__num {
    font-size: 165px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 1733, style.scss */
  .b-error__num {
    max-width: 100%;
    text-align: center;
    width: 100%;
  }
}

/* line 1745, style.scss */
.b-error__text {
  background: #fff;
  color: #4d95b9;
  font: 42px/50px 'PFDinTextCompPro-Regular',sans-serif;
  text-transform: uppercase;
  padding: 37px 30px 34px;
  letter-spacing: 2.8px;
}
/* line 1752, style.scss */
.b-error__text p {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  /* line 1745, style.scss */
  .b-error__text {
    text-align: center;
    width: 100%;
  }
}

/*end 404*/
/*start ses*/
/* line 1762, style.scss */
.ses {
  padding-top: 83px;
}
/* line 1764, style.scss */
.ses .bottom__heading {
  margin-bottom: 29px;
  display: block;
}

/*end ses*/
/* line 1771, style.scss */
.slider-investory {
  text-align: center;
}
/* line 1773, style.scss */
.slider-investory .model-new__wrap {
  display: inline-block;
  max-width: 350px;
  text-align: left;
  padding: 0 10px;
}
/* line 1779, style.scss */
.slider-investory .model-new__title {
  height: 87px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  /* line 1779, style.scss */
  .slider-investory .model-new__title {
    height: auto;
  }
}
/* line 1784, style.scss */
.slider-investory p {
  height: 100px;
  overflow: hidden;
}
/* line 1788, style.scss */
.slider-investory .model-new {
  max-width: 270px;
  display: inline-block;
}

/*-======================END-MAIN-STYLE============*/
/*=======================START-MEDIA====================*/
@media (max-width: 767px) {
  /* line 1808, style.scss */
  .footer__menu {
    display: none;
    text-align: center;
  }

  /* line 1812, style.scss */
  .footer__heading--bg {
    text-align: center;
    cursor: pointer;
  }

  /* line 1816, style.scss */
  .footer__heading--bg:after {
    background: url("../images/icons.png") no-repeat -101px 0;
    position: absolute;
    content: "";
    height: 10px;
    width: 19px;
    top: 4px;
    right: 2px;
  }
}
@media (max-width: 620px) {
  /* line 1827, style.scss */
  .contacts .contacts__left, .contacts .map, .contacts .map .container, .map .contacts .container, .contacts__bottom .some-form, .form__holder-field {
    max-width: 446px;
    width: auto;
  }

  /* line 1828, style.scss */
  .form__l, .form__holder-field {
    float: none;
  }

  /* line 1829, style.scss */
  .form__l {
    display: none;
  }

  /* line 1830, style.scss */
  .form__l--copy {
    display: block;
    text-align: center;
  }

  /* line 1831, style.scss */
  .heading--center-form {
    padding-left: 0;
  }

  /* line 1832, style.scss */
  .footer-map .map, .footer-map .map .container, .map .footer-map .container, .footer-map .map .container, .map .footer-map .container .container, .map .footer-map .container {
    height: auto;
  }

  /* line 1835, style.scss */
  .map__position, .map__info {
    position: static;
  }

  /* line 1836, style.scss */
  .map__info {
    padding-top: 20px;
  }

  /* line 1837, style.scss */
  .map, .map .container {
    width: 100% !important;
  }
}
@media only screen and (max-width: 620px) and (max-width: 992px) {
  /* line 1838, style.scss */
  .map iframe, .map .container iframe {
    height: 250px;
  }
}

@media (max-width: 712px) {
  /* line 1845, style.scss */
  .pagination-inside .pagination-inside__left, .pagination-inside .pagination-inside__right {
    float: none;
    width: 100%;
  }
  /* line 1848, style.scss */
  .pagination-inside .pagination-inside__left a, .pagination-inside .pagination-inside__right a {
    display: inline-block;
  }

  /* line 1852, style.scss */
  .pagination-inside__left li:nth-child(2) {
    display: block;
  }

  /* line 1853, style.scss */
  .section-info__box {
    width: 100%;
  }

  /* line 1854, style.scss */
  .pagination-inside li {
    margin-bottom: 10px;
  }

  /* line 1855, style.scss */
  .pagination-inside .pagination-inside__right a:after {
    right: 5px;
  }
}
@media (max-width: 472px) {
  /* line 1858, style.scss */
  .capcha__img, .capcha__update, .form__capcha-field {
    width: 100%;
    float: none;
  }

  /* line 1862, style.scss */
  .capcha__img {
    margin-bottom: 15px;
    text-align: center;
  }

  /* line 1866, style.scss */
  .capcha__update {
    margin: 0 0 15px;
  }

  /* line 1867, style.scss */
  .capcha__update:after {
    margin-left: -11px;
    left: 50%;
  }

  /* line 1871, style.scss */
  .directors__box {
    width: 100%;
  }

  /* line 1872, style.scss */
  .nav-tabs > li {
    float: none;
    height: auto;
  }

  /* line 1876, style.scss */
  .nav-tabs > li a {
    position: static;
    border: 1px solid #848484 !important;
  }

  /* line 1880, style.scss */
  .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    padding: 6px;
    border-bottom: 0;
  }

  /* line 1884, style.scss */
  .department__photo {
    width: 100%;
    text-align: center;
    float: none;
  }

  /* line 1889, style.scss */
  .department__info {
    margin: 20px auto 0;
    float: none;
  }

  /* line 1893, style.scss */
  .footer__holder-btn {
    text-align: center;
    padding-right: 0;
  }

  /* line 1897, style.scss */
  .search, .news__left, .archive {
    width: 100%;
  }
}
/*=======================END-MEDIA====================*/
/* line 1902, style.scss */
.news-new {
  background: #f7f7f7;
}
/* line 1904, style.scss */
.news-new .news__holder {
  background: none;
}
/* line 1907, style.scss */
.news-new .news-new__title {
  text-transform: uppercase;
  color: #4d95b9;
  margin-bottom: 40px;
  font: 30px/32px 'PFDinTextCompPro-XThin',sans-serif;
}
/* line 1913, style.scss */
.news-new .archive {
  padding: 0;
  background: none;
}
/* line 1916, style.scss */
.news-new .archive .news-new__title {
  margin-bottom: 25px;
}
/* line 1919, style.scss */
.news-new .archive .article-wrap {
  background: #e5e8ea;
  margin-bottom: 2px;
  padding: 40px 43px;
}
/* line 1925, style.scss */
.news-new .block-h {
  border-color: #dbdbdb;
}
/* line 1928, style.scss */
.news-new .news__left {
  padding-top: 40px;
}
/* line 1931, style.scss */
.news-new .news__box {
  margin-bottom: 30px;
}
/* line 1934, style.scss */
.news-new .news__txt {
  padding-left: 0;
}
/* line 1937, style.scss */
.news-new .more-article,
.news-new .download-file {
  font: 16px/18px 'PFDinTextCompPro-XThin',sans-serif;
  color: #fff !important;
  text-decoration: none;
  background: #025367;
  padding: 10px 25px;
  display: inline-block;
}
/* line 1946, style.scss */
.news-new .download-file {
  background: #6ba1be;
  margin-left: 20px;
  cursor: pointer;
  padding-left: 43px;
  position: relative;
}
/* line 1952, style.scss */
.news-new .download-file:after {
  height: 18px;
  width: 14px;
  background: url("../images/icons.png") no-repeat 0 -138px;
  content: "";
  position: absolute;
  top: 9px;
  left: 17px;
}
/* line 1962, style.scss */
.news-new .news-new__more {
  color: #025367;
  font: 16px/18px 'PFDinTextCompPro-XThin',sans-serif;
}
/* line 1967, style.scss */
.news-new .news-new__list li {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ced0d2;
}
/* line 1973, style.scss */
.news-new .all-news {
  color: #6da3c1;
  font: 16px/18px 'PFDinTextCompPro-XThin',sans-serif;
}

/* line 1978, style.scss */
.news-new__list-doc {
  border-bottom: 1px solid #ced0d2;
  margin-bottom: 18px;
}
/* line 1981, style.scss */
.news-new__list-doc li {
  margin-bottom: 26px;
}
/* line 1983, style.scss */
.news-new__list-doc li a {
  position: relative;
  display: inline-block;
  padding-left: 28px;
  text-decoration: underline;
}
/* line 1988, style.scss */
.news-new__list-doc li a:after {
  height: 18px;
  width: 14px;
  background: url("../images/icons.png") no-repeat 0 -138px;
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
}

/* line 2000, style.scss */
.title-name {
  color: #4d95b9;
  font: 30px/32px 'PFDinTextCompPro-Regular',sans-serif;
  padding: 27px 30px;
}

/* line 2006, style.scss */
.documents .news-new__list-doc {
  border: 0;
}
/* line 2009, style.scss */
.documents .news-new__list-doc a:after {
  height: 26px;
  background: url("../images/icons.png") no-repeat -46px -67px;
  width: 20px;
}

/* line 2017, style.scss */
.documents__select {
  margin-bottom: 20px;
}
/* line 2019, style.scss */
.documents__select .btn {
  border-radius: 0;
  font: 18px/24px 'PFDinTextCompPro-Regular',sans-serif;
}

/* line 2024, style.scss */
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  max-width: 220px;
}

/* line 2028, style.scss */
.datepicker.dropdown-menu {
  background: #fff;
  padding: 5px 22px;
  border: 1px solid #eee;
}
/* line 2033, style.scss */
.datepicker.dropdown-menu thead .datepicker-switch {
  text-align: center;
}
/* line 2037, style.scss */
.datepicker.dropdown-menu th, .datepicker.dropdown-menu td {
  cursor: pointer;
}
/* line 2041, style.scss */
.datepicker.dropdown-menu td:hover {
  color: #4d95b9;
}

/* line 2046, style.scss */
#datetimepicker6 {
  margin-bottom: 25px;
}
/* line 2048, style.scss */
#datetimepicker6 .form-control {
  display: none;
}

/* line 2052, style.scss */
.input-group.date .input-group-addon {
  width: 30px;
  border-left: 1px solid #ccc;
  border-radius: 4px;
}

/* line 2057, style.scss */
.ses-title {
  margin-bottom: 30px;
}


.aspirant-dop-nav li{
	display: inline-block !important;
	list-style-type: none !important;
}