.slick-prev:hover,
.slick-prev:focus {
  background: url("../img/arrow_left.png") no-repeat; }

.slick-next:hover,
.slick-next:focus {
  background: url("../img/arrow_right.png") no-repeat; }

.project-carousel-col {
  background: #fff;
  height: 100%;
  padding-left: 4%; }

.project-top {
  background: #bbbdbf;
  height: 225px;
  background: #fff; }

.project-description {
  margin: auto;
  font-family: "HelveticaNeueCyr";
  font-size: 24px;
  line-height: 24px;
  color: #808184;
  *height: 200px;
  width: 400px;
  padding-top: 20px;
  padding-bottom: 30px;
  /*padding-left: 16.5%;
  padding-right: 20px;*/
  color: #222222; }
  @media (max-width: 1025px) {
    .project-description {
      padding-right: 15px;
      padding-left: 15px;
      margin: inherit; } }

.project-carousel {
  margin: auto;
  position: relative;
  top: 20px;
  padding-bottom: 20px;
  /* padding-left: 2%; */
  opacity: 0;
  width: 400px; }
  @media (max-width: 400px) {
    .project-carousel {
      width: 320px; } }
  .project-carousel .slick-slide {
    position: relative;
    width: 175px; }
    .project-carousel .slick-slide p {
      padding-top: 8px;
      width: 130px;
      font-size: 12px; }
      @media (max-width: 400px) {
        .project-carousel .slick-slide p {
          width: 100px; } }
    .project-carousel .slick-slide a {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0px;
      outline: none; }
    .project-carousel .slick-slide img {
      width: 130px;
      height: 130px; }
      @media (max-width: 400px) {
        .project-carousel .slick-slide img {
          width: 104px;
          height: 104px; } }
  .project-carousel .slick-next {
    height: 38px;
    width: 37px;
    background: url("../img/arrow_right_cr.png") no-repeat;
    /* right: -43px;*/
    top: 0px;
    z-index: 100;
    top: 20px;
    right: 2px; }
    .project-carousel .slick-next:before {
      content: ''; }
  .project-carousel .slick-prev {
    height: 38px;
    width: 37px;
    background: url("../img/arrow_left_cr.png") no-repeat;
    z-index: 100;
    left: 0px;
    top: 20px; }
    .project-carousel .slick-prev:before {
      content: ''; }
  .project-carousel .item {
    float: left; }

.show-slider {
  opacity: 1;
  transition: 1s; }

.project-mosaic {
  padding-top: 10px;
  padding-left: 70px;
  padding-right: 70px;
  padding-bottom: 95px; }

.project-mosaic-images {
  /*padding-left: 70px;
  padding-right: 70px;*/ }
  .project-mosaic-images img {
    width: 100%;
    height: auto; }
  .project-mosaic-images .item {
    float: left;
    /*width: 8.3%;
    width: 13%;*/
    width: 84px;
    padding: .7%; }
    .project-mosaic-images .item a {
      display: block;
      background: #231f20; }
      .project-mosaic-images .item a.active img {
        opacity: 0;
        transition: 1s; }

.project-mosaic-title {
  width: 400px;
  margin: auto;
  padding-bottom: 35px; }
  @media (max-width: 1025px) {
    .project-mosaic-title {
      padding-right: 15px;
      padding-left: 15px;
      width: 100%; } }

.project-slider {
  position: relative; }

.project-slider-next {
  height: 100%;
  min-height: 100%;
  width: 70px;
  position: absolute;
  /*  background-color: rgba(0, 0, 0, 0.5);
  */
  top: 0px;
  right: 0px; }
  .project-slider-next .slider-next {
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
    display: block;
    top: 45%;
    font-size: 24px;
    color: #f1f1f1;
    line-height: 47px; }
    .project-slider-next .slider-next:hover, .project-slider-next .slider-next:focus {
      text-decoration: none; }
  .project-slider-next .slider-full {
    display: block;
    background: url(../img/full.png) no-repeat center center;
    height: 30px;
    width: 30px;
    background-size: contain;
    position: absolute;
    bottom: 20px;
    left: 22px; }
  @media (max-width: 1025px) {
    .project-slider-next {
      width: 40px; } }

.project-slider-prev {
  height: 100%;
  min-height: 100%;
  width: 70px;
  position: absolute;
  /* background: rgba(0, 0, 0, 0.5);
  */
  top: 0px;
  left: 0px; }
  .project-slider-prev a {
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
    display: block;
    top: 45%;
    font-size: 24px;
    color: #f1f1f1;
    line-height: 47px; }
    .project-slider-prev a:hover, .project-slider-prev a:focus {
      text-decoration: none; }
  @media (max-width: 1025px) {
    .project-slider-prev {
      width: 40px; } }

.project-slider-item {
  height: 70vh;
  width: auto;
  /*  height: 375px;
    width: auto;
    */
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  @media (max-width: 1025px) {
    .project-slider-item {
      height: 60vh; } }

#pdf-link {
  margin-top: 30px;
  border: #bbbdbf solid 1px;
  border-radius: 0px;
  padding: 10px 20px;
    /*
    
    span {
     
        display: inline-block;
        width: 17px;
        height: 16px;
        background: url(../img/ral.jpg);
        margin-right: 15px;
        position: relative;
        top: 3px;
        background-size: contain;
    }

    */ }

.line {
  width: 100%;
  border-bottom: solid 15px #bbbdbf; }

@media (min-width: 1025px) {
  .pr-fbox {
    display: flex;
    align-items: stretch; } }
#carousel-slider {
  height: 100%; }
  #carousel-slider,
  #carousel-slider div {
    height: 100%; }

#fullscreen {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 100;
  top: 0px;
  background: rgba(0, 0, 0, 0.8); }
  #fullscreen img {
    margin: auto;
    height: 100%;
    width: auto; }
  #fullscreen .fullscreen-previous {
    position: fixed;
    left: 2%;
    top: 45%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px; }
    #fullscreen .fullscreen-previous span {
      display: block;
      background: url(../img/fullleft.png) no-repeat;
      height: 54px;
      width: 29px;
      cursor: pointer; }
  #fullscreen .fullscreen-next {
    position: absolute;
    right: 2%;
    top: 45%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px; }
    #fullscreen .fullscreen-next span {
      display: block;
      background: url(../img/fullright.png) no-repeat;
      height: 54px;
      width: 29px;
      cursor: pointer; }
  #fullscreen .fullscreen-close {
    position: absolute;
    right: 2%;
    top: 5%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px; }
    #fullscreen .fullscreen-close span {
      display: block;
      background: url(../img/fullclose.png) no-repeat center center;
      height: 28px;
      width: 28px;
      cursor: pointer; }

#fullpdf {
  display: none;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4); }
  #fullpdf .header {
    position: absolute;
    height: 30px;
    width: 100%;
    top: 2%; }
  #fullpdf .fullpdf-close {
    background: url(../img/fullclose.png) no-repeat center center;
    height: 28px;
    width: 29px;
    display: block;
    cursor: pointer;
    position: relative;
    float: right;
    margin-right: 30px; }
  #fullpdf .fullpdf-content {
    height: 90%;
    width: 80%;
    margin: auto;
    margin-top: 2%; }

@media (max-width: 1025px) {
  .grid-item span {
    font-size: 16px; } }
@media (max-width: 480px) {
  .grid-item span {
    font-size: 15px; } }
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%; }

body {
  /* Margin bottom by footer height */
  margin-bottom: 290px;
  font-size: 16px; }

.navbar-inverse {
  border-radius: 0px; }

.phone li {
  list-style: none;
  font-size: 32px;
  display: inline-block; }
.phone .glyphicon {
  margin-right: 10px;
  font-size: 22px; }

@media (min-width: 768px) {
  .phone {
    margin-top: 11px; }
    .phone li {
      padding: 0px 5px;
      font-size: 26px; } }
@media (min-width: 992px) {
  .phone {
    padding-left: 0px;
    margin-top: 49px; }
    .phone li {
      padding: 0px 5px;
      font-size: 24px; } }
@media (min-width: 1200px) {
  .phone {
    text-align: right;
    padding: 0px; }
    .phone li {
      font-size: 30px;
      padding: 0px 5px; }
      .phone li a {
        color: black; }
    .phone li:last-child {
      padding-right: 0px; } }
#menu-catalog {
  padding-left: 10px; }
  #menu-catalog li {
    list-style: none; }
  #menu-catalog a {
    font-size: 16px; }

@media (min-width: 1200px) {
  #navbar {
    text-align: left;
    padding-right: 0px;
    padding-left: 0px; }

  #menu-main li:last-child a {
    padding-right: 0px; }

  #menu-main li:first-child a {
    padding-left: 0px; }

  #menu-main {
    float: none;
    display: inline-block; }

  .nav li a {
    font-size: 19px;
    padding: 0 30px;
    padding-top: 25px;
    padding-bottom: 20px; }

  .navbar-inverse .navbar-nav > li > a {
    color: #fff; }

  .navbar-nav > li {
    float: left; }

  .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #9d9d9d;
    background-color: transparent; }

  .navbar-inverse .navbar-nav > li.current-menu-item > a {
    color: #9d9d9d; } }
.menu-catalog-title {
  text-transform: uppercase;
  /* color: #122dd1;*/
  margin-top: -4px; }

.menu-catalog {
  width: 100%;
  padding-left: 10px; }

.menu-catalog a {
  /*background-color: #eee;*/
  /*color: #122dd1;*/
  color: #337ab7;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  font-size: 18px; }

.menu-catalog a:hover {
  /* background-color: #ccc; */
  text-decoration: underline; }

.menu-catalog a.active {
  /* background-color: #4CAF50;*/
  /*color: white;*/
  text-decoration: underline; }

.breadcrumb1 {
  padding: 10px 0;
  padding-bottom: 20px;
  text-align: right;
  font-size: 15px; }

#pdf-link {
  color: red;
  margin-bottom: 30px; }

.header {
  margin-top: 0px;
  /*text-align: right;*/
  color: #23527c;
  margin-bottom: 10px;
  font-size: 29px; }

.header-arh {
  margin-top: 0px;
  /*text-align: right;*/
  color: #23527c;
  margin-bottom: 10px;
  font-size: 25px; }

.custom-logo {
  float: left;
  margin-right: 8px; }

.name {
  padding-top: 24px;
  font-size: 29px;
  padding-left: 5px;
  line-height: 30px; }

.slog {
  padding-bottom: 15px;
  text-align: left;
  padding-left: 5px;
  margin-top: 17px;
  font-size: 15px; }

.single .wp-post-image {
  float: left;
  width: 45%;
  margin-bottom: 10px;
  margin-right: 25px;
  margin-top: 7px; }

.page .wp-post-image {
  float: left;
  width: 45%;
  margin-bottom: 10px;
  margin-right: 25px;
  margin-top: 62px; }

.post-type-archive-news .media-object {
  width: 190px;
  height: auto; }
.post-type-archive-news .media {
  margin-bottom: 30px; }

header {
  padding-top: 40px; }

.home .project-slider-item {
  height: 375px;
  width: auto; }
.home .slider-full {
  display: none !important; }

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: auto;
  background-color: #f5f5f5;
  color: #000;
  border-top: 1px solid #dfdfdf; }

footer .nav {
  display: inline-block;
  margin: auto;
  float: none; }
footer .nav li a {
  font-size: 16px;
  color: #000; }
footer .footer-text {
  text-align: center;
  padding-bottom: 10px; }

.phone-footer {
  text-align: center;
  margin-top: 0px;
  padding-left: 0px; }
  .phone-footer li {
    display: block;
    font-size: 16px; }
  .phone-footer .glyphicon {
    font-size: 13px; }

@media (min-width: 768px) {
  .footer-addr {
    float: left; } }

/*# sourceMappingURL=style.css.map */
@media (min-width: 1200px) {
.nav li a {
    padding: 10px 1.5rem !important;
	font-size: 120% !important;
    }

}
@media (min-width: 767px) and (max-width: 990px) {
	.nav li a {
    padding: 10px 5px !important;
    font-size: 80% !important;
    }
}
@media (min-width: 991px) and (max-width:1199px) {
	.nav li a {
    padding: 10px 5px !important;
    font-size: 90% !important;
    }
}
