

/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/

.smh3 {
  font-weight: 400;  
  margin-bottom: 12px;
}

.swiper-main-slider-fade.swiper-container {
  height: 50%;
}

h2, h3 {
  font-weight: 500;
}

h4 {
  font-weight: 400;
}

.modal-body h3.smh3 {
  display: none;
}

.lighter {
  font-weight: 400;
  color: #333;
}

.orange {
  color: #ff8c00;
}

article a {
  color: #ff8c00;
}
article a:hover {
  color: #777;
}

.center-block {
  margin: auto;
  display: block;
}

.slider-content p, 
.slider-content h2 span {
  background: #0009;
  padding: 4px 12px 8px;
}


.swiper-button-prev,
.swiper-button-next {
  opacity: 0.5;
  background-color: #000b;
  transition: opacity 0.3s ease;
  background-size: 13px;
  border-radius: 30px;
  width: 44px;
  height: 44px;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: 1;
  background-color: #0009;
  transition: opacity 0.3s ease;
}

.main-logo {
  padding: 6px;
  border: 2px solid #f88c01;
  border-radius: 4px;

}

.nav-brand {
  color:#f88c01;  
  transition: opacity 0.3s ease;
}
.nav-brand:hover {
  color:#f88c01;  
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

a img {
  opacity: 1;
  transition: opacity 0.3s ease;
}

a:hover img {
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.counter-box h3 {
  margin: auto;
  display: block;
}
.counter-box h3:after {
  display: none;
}
.counter-box.left-holder p:before {
  margin: 10px auto;
}

.primary-list li {
  font-size: 16px;
  font-weight: 400;
}

.text-content-big p {
  font-size: 16px;
  color: #333;
}

.section-heading p {
  font-size: 16px;
}

.counter-box {
  max-width: 170px;
  background: #ffffffd6;
  margin: auto;
  border: 1px solid #fff;
  border-radius: 4px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  padding: 12px;
}

.counter-box p {
  color: #000;
}

#infrastructure_pics .item {
  padding: 4px;
}

.box-shadow {
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);
}

.ourbuilding {
  background-color: #eee;
}

article p {
  margin-bottom: 12px;
  text-align: justify;
  font-size: 16px;
  color: #222;
}

.breadcrumbs {
  color: #fffc;
}
.breadcrumbs  a:hover {
  color: #f88c01 !important;
}


.footer-copyright {
  float: left;
}

.footer-phones {
  float: right; 
  text-align: right;
}
.footer-phones a {
  color: #fff;
}
.footer-phones a:hover {
  color: #fe8f01;
  text-decoration: underline;
}

.grey-grad, .page_korpus a {
  background: #fff;
  background: -webkit-linear-gradient(top, #ffffff 0, #e3e3d7 100%);
  background: -moz-linear-gradient(top, #ffffff 0, #e3e3d7 100%);
  background: -ms-linear-gradient(top, #ffffff 0, #e3e3d7 100%);
  background: -o-linear-gradient(top, #ffffff 0, #e3e3d7 100%);
  background: linear-gradient(top, #ffffff 0, #e3e3d7 100%);
  -pie-background: linear-gradient(top, #ffffff 0, #e3e3d7 100%);
}

.page_korpus {
  overflow: hidden;
  height: 35px;
  line-height: 35px;
  margin: 0 0 25px;
}

.page_korpus span, .page_korpus a {
  display: inline-block;
  height: 33px;
  line-height: 33px;
  width: 30px;
  text-align: center;
  font-size: 18px;
  margin-left: 5px;
  text-decoration: none;
  border-radius: 4px;
}


.page_korpus a {
  border: 1px solid #e3e3d7;
  color: #747474;
  text-shadow: -1px -1px #fff;
}

.page_korpus span, .page_korpus a:hover {
  background: #FD6100 url(../img/menu-pix.gif) repeat-x top;
  border: 1px solid #FE9401;
  color: #FFFFFF;
  text-shadow: -1px -1px #FD5D00;
}



.corpus_container {
  /*  height:590px;
    width:1000px;*/
  position:relative;
}
.corpus_container__div {
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  z-index:2;
  background-size: cover;
  max-width: 1000px;
  max-height: 590px;
}
.corpus_container__img_1 {
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  width:100%;
  height:100%;
  z-index:3;
  max-width: 1000px;
  max-height: 590px;
}

.corpus_container_1 {
  /*  width: 1000px;
    height: 590px;*/
}

@media (max-width: 575px) {

  .corpus_container {
    max-width: 575px;
    overflow-x: scroll;
  }

  .modal.show  .modal-dialog {
    top: 12px;
    position: fixed;
    left: 12px;
    right: 12px;
  }


  .section-block {
    padding: 42px 0px 42px 0px ;

  }


  .breadcrumbs-background {
    background-image: url(../images/sk575b.jpg);
    background-position-y: top;
    background-attachment: fixed;
  }

  footer {
    padding-top: 30px;
    text-align: center;
  }
  footer h3:after {
    position: absolute;
    left: 50%;
    margin-left: -35px;
  }

  .footer-phones, 
  .footer-copyright {
    float: none;
    text-align: center;
  }

  .footer-list li {
    display: inline-block;
    display: inline-block;
    margin: 6px 14px;
  }

  .footer-recent-post {
    margin: 18px auto;
    width: 75%;
  }
  .footer-recent-post-content {
    text-align: left;
  }
  .footer-recent-post-content a {
    margin-top: 16px;
  }

  .main-logo {
    height: 32px;
  }

}

@media (min-width: 576px) and (max-width: 990px) {
  .main-logo {
    height: 64px;
  }
}

@media (min-width: 991px) and (max-width: 1201px) {
  .nav-menu > li > a {
    height: 95px;
    padding: 0 6px;
  }

}


@media (min-width: 576px) {
  .ourbuilding {
    background-image: url(../images/image3.jpg);
  }
  /*  .breadcrumbs-background {
      background-image: url(../images/sk1730b.jpg);
    }*/

}


/**
*
* FLOOR PLANS
* 
*/ 
.plan_floors {
  position: relative
}

.plan_floor {
  background: url(../img/blk.png) repeat;
  width: 100%;
  text-align: center;
  position: relative;
  overflow: hidden;
  float: left;
  padding: 0 0 20px
}

.plan_floors .plan_floor {
  position: absolute;
  width: 500px;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
  float: none;
  padding: 0
}

.plan_floor img {
  margin: 20px 0 15px;
  max-width: 80%;
}

.plan_floor h2 {
  margin: 0;
  color: #dbd9d9;
  font-size: 24px;
  z-index: 2;
  padding: 15px 0 15px 30px;
  text-align: left
}

.plan_floor h2 strong {
  font-weight: normal;
  font-size: 31px;
  line-height: 29px
}

.plan_floors .plan_floor h2 {
  position: absolute;
  top: 30px;
  left: 30px;
  margin: 0;
  color: #dbd9d9;
  font-size: 24px;
  z-index: 2
}

.floor_descript {
  padding-left: 160px;
  position: relative;
  overflow: hidden;
  color: #dbd9d9;
  text-align: left;
  height: 125px;

}

.floor_descript p:first-child {
  color: #86cfff;
  line-height: 1.15em;
}


.plan_floors .plan_floor .floor_descript,
.plan .plan_floor .floor_descript {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  font-size: 14px;
}

.floors_menu {
  position: absolute;
  left: 30px;
  bottom: 20px
}

article .plan .floors_menu {
  position: relative;
  float: left;
  min-height: 125px;
  bottom: 0
}

article  .floors_menu ul {
  float: left;
  margin: 0 15px 0 0;
  padding: 0
}

article .floors_menu ul li {
  list-style: none;
  margin: 0 0 2px;
  padding: 0;
  background: none
}

article .floors_menu ul li span,
article .floors_menu ul li a {
  text-decoration: none;
  width: 113px;
  height: 21px;
  line-height: 21px;
  text-align: center;
  color: #fff;
  display: block
}

article .floors_menu ul li span,
article .floors_menu ul li a:hover {
  background: #FD6100 url(../img/menu-pix.gif) repeat-x top;
  border: 1px solid #FE9401;
  color: #FFFFFF
}

article .floors_menu ul li a {
  border: 1px solid #a3a39b;
  background: #a3a39b
}

article .floor_descript p strong {
  display: block;
  font-size: 18px;
  color: #fe8f01
}

.floorspace {
  position: absolute;
  left: 163px;
  bottom: 2px;
  color: #efefe2
}


.floors_menu li span,
.floors_menu li a {
  border-radius: 5px;
}

.status {
  position: absolute;
  left: 500px;
  bottom: 120px
}

.status i {
  display: block;
  margin: 0 15px 0 0;
  padding-left: 35px;
  position: relative;
  font-style: normal;
  text-align: left;
  color: #DBD9D9;
  float: left
}

.status i:after {
  content: " ";
  left: 0;
  bottom: 1px;
  width: 23px;
  height: 23px;
  border: 1px solid #939598;
  position: absolute;
  display: block;
  border-radius: 4px;

}

i.ico1:after {
  background: #74746E
}

i.ico2:after {
  background: #4c4c4c
}

.plan {
  overflow: hidden;
  width: 945px;
  margin: 30px auto
}

.plan .table_box {
  margin-left: 35px;
  padding-top: 10px
}

.plan_floors .plan_floor:first-child {
  display: block
}

.plan_floors .plan_floor {
  display: none
}


.offices-all {
  overflow: hidden;
  margin: 0 0 20px
}

.offices-all .table_free_offices .tr .col2,
.offices-all .table_free_offices .top .col2 {
  width: 255px
}

.offices-all .table_free_offices .tr .col3,
.offices-all .table_free_offices .top .col3 {
  width: 190px
}


.floor_plan_svg {
  margin: 0 0 20px
}

.free_offices {
  overflow: hidden;
  margin: 25px 0 30px
}

.table_box {
  float: left;
  margin-left: 70px
}

.free_offices .table_box:first-child {
  margin: 0
}

.table_box .edit {
  position: relative
}

.table_box .edit a {
  display: block;
  position: absolute;
  left: 15px;
  top: 15px;
  background: #fff;
  z-index: 5
}

.table_box .edit a:first-child {
  left: 0
}

.table_box h3 {
  font-size: 24px;
  color: #766b61;
  margin: 0 0 20px
}

.table_free_offices {
  border-bottom: 2px solid #f8f8f1
}

.table_free_offices .tr {
  padding: 0 48px;
  overflow: hidden;
  display: block;
  text-decoration: none;
  color: #7A7B72;
  position: relative
}

.table_free_offices .tr:hover {
  background: #4c4c4c;
  color: #fff
}

.table_free_offices .top {
  padding: 15px 48px;
  margin: 0;
  border: none;
  background: #efefe2;
  color: #7a7b72;
  font-weight: bold;
  position: relative;
  margin-bottom: -1px;
  z-index: 2;
  overflow: hidden
}

.table_free_offices .top .th {
  display: block;
  float: left;
  line-height: 20px
}

.table_free_offices .tr .td {
  display: table-cell;
  height: 45px;
  vertical-align: middle;
  border-bottom: 1px dotted #fff;
  border-top: 1px dotted #cecec4
}

.table_free_offices .tr:hover .td {
  border-color: transparent
}

.col1 {
  width: 120px
}

.col2 {
  width: 132px
}

.col3 {
  width: 90px
}

.table_free_offices .tr .td.col1 {
  font-size: 14px;
  font-weight: bold
}

.table_free_offices .tr:hover .td.col1 {
  color: #fff
}

.table_free_offices .tr .td.col2 {
  position: relative;
  width: 132px
}

.table_free_offices .tr .td.col2 i {
  float: left;
  display: block;
  color: #fff;
  font-weight: bold;
  width: 40px;
  height: 23px;
  line-height: 23px;
  left: 0;
  top: -1px;
  font-style: normal;
  text-align: center
}

.table_free_offices .tr .td.col2 b {
  font-weight: normal;
  display: block;
  float: left;
  padding: 3px 0 0 10px
}

i.Leased {
  background: #999
}

i.Free {
  background: #82940a
}

i.SoonFree {
  background: #FE8F01
}

.table_free_offices .tr .td.col3 {
  font-weight: 400;
  color: #ff8c00;
}

.table_free_offices .tr .td.col3 .name_arendator {
  font-weight: normal;
  font-size: 11px;
  line-height: 13px
}

.table_free_offices .tr .td.col3 .name_arendator b {
  display: block;
  color: #888;
  font-style: italic;
  font-size: 10px;
  font-weight: normal
}

.table_free_offices .tr .td.col3 i {
  display: inline-block;
  position: relative;
  text-indent: -99999px;
  margin-left: 5px
}

.table_free_offices .tr .td.col3 i:after {
  background-position: -107px -9px;
  width: 10px;
  height: 15px;
  left: 0;
  bottom: 1px
}


.card_office {
  padding: 0 25px;
  overflow: hidden
}

.card_description {
  overflow: hidden;
  margin: 0 0 35px
}

.table-description {
  background: #efefe2;
  padding: 5px 16px;
  float: left;
  margin-right: 30px
}

.table-description .tr {
  padding: 12px 20px 14px;
  border-bottom: 1px dotted #fff;
  border-top: 1px dotted #cecec4;
  color: #7a7b72;
  font-size: 12px;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  width: 360px;
  overflow: hidden
}

.table-description .tr:first-child {
  border-top: none
}

.table-description .end {
  border-bottom: none
}

.table-description .th {
  font-weight: bold;
  text-align: left;
  width: 200px;
  margin-right: 5px;
  float: left
}

.table-description .td {
  text-align: right;
  width: 110px;
  float: left
}

.card_text_description {
  overflow: hidden;
  color: #7a7b72
}

.card_text_description h2 {
  font-size: 18px;
  color: #fe8f01;
  margin: 0 0 20px;
  text-transform: uppercase;
  font-weight: normal
}

.plan_office {
  background: url(../img/pattern1.gif) repeat;
  padding: 30px;
  text-align: center;
  margin: 0 0 25px
}

.plan_office h2 {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 2;
  margin: 0
}


@media (max-width: 575px) {
  .pre_plan {
    width: 100%;
    max-width: 100%;
    overflow-x: scroll;
  }
  .plan .table_box {
    margin: auto 12px;
  }

  .table_free_offices .top {
    padding: 15px 12px;
  }
  .table_free_offices .tr {
    padding: 0 12px;
  }
  .table_free_offices .th, 
  .table_free_offices .td {
    padding: 6px;
  }
  .table_free_offices .tr .td.col2 b {
    display: none;
  }
  .table_free_offices .col1,
  .table_free_offices .col2,
  .table_free_offices .col3,
  .table_free_offices .col4 {
    width: auto;
  }

  .table-description .th {
    width: 50%;
  }

  .table-description .td {
    width:30%;
  }


}


.offices-search-inner {
  background: #efefef;    
  border-radius: 6px;
  padding: 4px 0;
}

.offices-search-inner input.form-control.numeric  {
  color: #444;
  background: #f5f5f5;
  border: #d6d6d6 1px solid;
}

.offices-search-inner label {
  font-size: 0.875em;
  text-align: center;
}
@media (min-width:992px) and (max-width: 1200px) {
  .offices-search-inner label {    
    min-height: 42px;
    text-align: center;
  }  
  .col-md-3.col-12 .top-bar-info ul {
    padding: 0;
  }
  .col-md-3.col-12 .top-bar-info ul li {
    font-size: 0.75em;
    padding-left: 0;
    padding-right: 0;

  }


}

.table_box th {
  font-weight: 500;
  text-align: center;
}

.office_button {
  display: inline-block;
  font-style: normal;
  text-align: center;
  padding: 6px;
  margin: 0 0 4px;
  color: #fff;
  font-weight: 500;
  border-radius: 6px;
  max-width: 150px;
}

.officestr {
  color: #333 !important;
}
.officestr:hover {
  background: none !important;
}

.table_box {
  margin-left: 0;
  float: none;
}

.table_box .result_head {
  margin-top: 24px;
}

.table_box td,
.table_box th {
  text-align: center;
}

 

@media (max-width: 575px) {

  .office_button {
    max-width: 100%;
    display: block;
    margin: auto 4px;
  }


  .table_box td,
  .table_box th {
    padding: 12px 6px;
  }  

}

.whitetopaddr {
  color: #fff;
  font-size: 13px;
}
a.arendatorcabinet {
  color: #ffca86;
  padding-left: 12px;
  font-size: 13px;
}
a.arendatorcabinet:hover {
  color: #fff;
}
/* === Стили логотипа в шапке === */
.nav-brand img.main-logo {
  height: 48px;
  width: auto;
  vertical-align: middle;
  margin-right: 10px;
}

.nav-brand span {
  vertical-align: middle;
  font-weight: 600;
}

@media (max-width: 575px) {
  .nav-brand img.main-logo {
    height: 32px;
  }
  .nav-brand span {
    font-size: 14px;
  }
}

@media (min-width: 576px) and (max-width: 990px) {
  .nav-brand img.main-logo {
    height: 48px;
  }
}

@media (min-width: 991px) {
  .nav-brand img.main-logo {
    height: 56px;
  }
}
