/* ===== Fontello ====== */
@font-face {
  font-family: 'fontello';
  src: url('font/fontello.eot?53435924');
  src: url('font/fontello.eot?53435924#iefix') format('embedded-opentype'),
  url('font/fontello.woff?53435924') format('woff'),
  url('font/fontello.ttf?53435924') format('truetype'),
  url('font/fontello.svg?53435924#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-down-open:before { content: '\e800'; } /* '' */
.icon-ok:before { content: '\e801'; } /* '' */
/* ===== Fontello ====== */
.hidden {
  display: none;
}
.no-padding {
  padding: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.uppercased {
  text-transform: uppercase;
}
.text-center {
  text-align: center;
}
.montage-wrapper:after {
  content: '';
  display: table;
  clear: both;
}
.montage-item {
  border-bottom: 1px solid #ddd;
  animation: fadeIn 1.5s;
}
.montage-item:first-of-type {
  border-top: 1px solid #ddd;
}
@keyframes fadeIn {
from { opacity:0; opacity: 1\9; /* IE9 only */ }
to { opacity:1; }
}
.montage-item__title a {
  display: block;
  padding: 0 0 5px;
  font-size: 20px;
  font-weight: bold;
}
.montage-item__img,
.montage-item__description,
.montage-item__contacts {
  display: inline-block;
  padding: 15px 0;
  font-size: 0;
  vertical-align: top;
}
.montage-item__img {
  width: 20%;
  text-align: center;
}
.montage-item__img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 105px;
}
.montage-item__contacts {
  width: 30%;
  padding-left: 15px;
  font-size: 15px;
}
.montage-item__description {
  width: 45%;
  border-right: 1px solid #ddd;
}
.montage-item__warranty {
  margin-top: 10px;
  color: #f00;
}
.montage-item__descr {
  padding: 0 10px;
  font-size: 14px;
}
.filter-wrapper {
  box-sizing: border-box;
  float: left;
  width: 17%;
  border-top: 10px solid #f6921e;
}
.filter-header {
  margin-top: 0;
  padding-left: 10px;
  color: #f6921e;
}
.filter-block label {
  position: relative;
  display: inline-block;
  font-weight: normal;
}
.filter-block > p {
  margin-bottom: 0;
  padding: 10px;
  font-weight: bold;
  color: #337ab7;
}
.filter-block h2 {
  padding: 10px 10px 0;
}
.filter-block__form select {
  height: 35px;
  padding: 0 10px;
  padding-right: 30px;
  font-size: 15px;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url('../images/icon_drop_down.png') 95% 50% no-repeat;
}
.montage-item__empty {
  padding-top: 15px;
  padding-left: 15px;
}
.filter-block__label--select {
  margin-bottom: 5px;
}
.filter-block__checkbox {
  padding: 5px 0;
}
.filter-block__checkbox input {
  display: none;
}
.filter-block__checkbox-wrapper {
  padding-left: 15px;
}
.filter-block__kg-filters {
  margin-left: 30px;
}
.filter-block__checkbox label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
.filter-block__checkbox label:before {
  content: '';
  position: absolute;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid rgb(169, 169, 169);
}
.filter-block__checkbox input:checked + label:before {
  content: '\e801';
  font-family: 'fontello';
  color: rgb(169, 169, 169);
  position: absolute;
  font-size: 15px;
  line-height: 1;
}
.filter-block__buttons {
  margin-top: 15px;
  padding-left: 10px;
}
.filter-block__buttons button {
  padding: 6px 15px;
  font-family: 'PT Sans', Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  background-color: #337ab7;
  border: none;
  border-bottom: 3px solid #06467D;
  border-radius: 4px;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.filter-block__buttons button:hover {
  background-color: #06467D;
}
.filter-block__header {
  position: relative;
  margin: 10px;
  padding: 10px 0;
  padding-left: 15px;
  font-size: 17px;
  color: #337ab7;
  font-weight: bold;
  cursor: pointer;
  background-color: rgba(204, 204, 204, 0.27);
}
.filter-block__header:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background-image: url('../images/icon_drop_down.png');
  background-repeat: no-repeat;
  background-position: 95% center;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.closed-list:after {
  content: '';
  transform: rotate(-90deg);
}
.filter-result {
  box-sizing: border-box;
  float: left;
  width: 45%;
  border-right: 10px solid #ddd;
  border-left: 10px solid #ddd;
}
.filter-result-text {
  padding: 0 20px;
}
.filter-map {
  box-sizing: border-box;
  float: left;
  width: 38%;
  position: relative;
}
.filter-map__title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  font-size: 20px;
  font-weight: bolder;
  text-align: center;
  text-indent: 20px;
  color: #337ab7;
  background: rgba(255,255,255,.8);
  z-index: 10;
}
.loading:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, .8);
  z-index: 10;
}
.service-icon {
  display: inline-block;
  width: 31px;
  height: 31px;
  margin-left: 5px;
  font-size: 0;
}
.montage-item__tv {
  background: url('../images/icon_tv.png') no-repeat;
}
.montage-item__monitoring {
  background: url(../images/icon_camera.png) no-repeat;
}
.montage-item__intercom {
  background: url(../images/icon_videophone.png) no-repeat;
}
.montage-item__signaling {
  background: url(../images/icon_alarm.png) no-repeat;
}
.montage-item__acs {
  background: url(../images/icon_acs.png) no-repeat;
}
.montage-item__security {
  background: url(../images/icon_security.png) no-repeat;
}
.montage-item__wiring {
  background: url(../images/icon_wiring.png) no-repeat;
}
.montage-item__lan {
  background: url(../images/icon_lan.png) no-repeat;
}
.montage-item__barrier {
  background: url(../images/icon_barrier.png) no-repeat;
}

.montage-item__address {
  padding-bottom: 5px;
  padding-left: 30px;
  background: url(../images/icon_location.png) left center no-repeat;
}
.montage-item__phones {
  padding-bottom: 5px;
  padding-left: 30px;
  background: url(../images/icon_phone.png) left center no-repeat;
}
.montage-item__place {
  padding-bottom: 5px;
  padding-left: 30px;
  background: url(../images/icon_place.png) left center no-repeat;
}
.montage-item__schedule {
  padding-bottom: 5px;
  padding-left: 30px;
  background: url(../images/icon_schedule.png) left center no-repeat;
}
.montage-item__site {
  padding-bottom: 5px;
  padding-left: 30px;
  background: url(../images/icon_site.png) left center no-repeat;
}
.montage-item__email {
  padding-bottom: 5px;
  padding-left: 30px;
  background: url(../images/icon_email.png) left center no-repeat;
}
.montage-inner__image {
  box-sizing: border-box;
  float: left;
  width: 20%;
  text-align: center;
}
.montage-inner__image img {
  padding-top: 20px;
}
.montage-inner__descr {
  box-sizing: border-box;
  float: left;
  width: 40%;
  padding-left: 30px;
}
.montage-map-wrapper {
  position: relative;
  box-sizing: border-box;
  float: left;
  width: 40%
}
.montage-inner__description {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-right: 30px;
}
.montage-inner__service {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 49%;
  padding-left: 20px;
  border-left: 1px solid #ddd;
}
.montage-inner__payment {
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px dashed #ddd;
}
.montage-inner__payment li {
  margin-left: 15px;
}
.montage-inner__fulldescription {
  margin-top: 20px;
  padding-right: 20px;
  line-height: 1.5;
}
.montage-inner__service-list {
  margin-bottom: 10px;
}
.montage-inner__service-item {
  margin-left: 10px;
  color: #0089ad;
  line-height: 1.6;
  list-style-type: circle;
}
.montage-inner__warranty {
  margin-bottom: 10px;
  margin-left: 10px;
  color: #f00;
}
a.main-page {
  display: inline-block;
  margin: 20px 0;
  padding: 10px 30px;
  font-size: 18px;
  font-weight: bold;
  color: #fff !important;
  text-decoration: none;
  background-color: #00B3DC;
  border: none;
  border-bottom: 3px solid #0E748C;
  border-radius: 5px;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.main-page:hover {
  color: #fff;
  background-color: #0E748C;
  text-decoration: none;
}
.menu_footer_menumenu {
  display: inline-block;
}
.tabs-headings {
  width: 100%;
  height: 39px;
}

.tab-heading {
  float: left;
  margin-right: 5px;
  padding: 10px 15px;
  font-weight: bold;
  color: #fff;
  background: #00B3DC;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  cursor: pointer;
}

.tab-heading.active {
  color: #fff;
  background: #f6921e;
}

.tab {
  margin-top: 2px;
  padding: 20px;
  border: 1px solid #ddd;
}
.montage-list-logo {
  box-sizing: border-box;
  float: left;
  width: 20%;
  min-width: 20%;
  min-height: 1px;
  text-align: center;
}
.montage-list-logo img {
}
.montage-list-descr {
  box-sizing: border-box;
  float: left;
  width: 60%;
  padding: 0 20px;
}
.montage-list-contacts {
  box-sizing: border-box;
  float: left;
  width: 20%;
}

/* ----- Temp styles ----- */
html {
  max-width: 100%;
  overflow-x: hidden;
}
/* ----- Temp styles ----- */

/* ----- Media queries ----- */
@media screen and (max-width: 1200px) {
  .montage-inner__header,
  .montage-inner__description,
  .montage-inner__service {
    border: none;
  }
  .pricelist-button {
    float: right;
    display: block;
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 890px) {
  .pricelist-button {
    float: none;
    display: block;
    text-align: center;
  }
  .montage-list-logo,
  .montage-list-descr,
  .montage-list-contacts {
    width: 100%;
  }
  .montage-list-contacts {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .montage-inner__fulldescription {
    padding: 0 15px;
  }
  .tab {
    margin-top: 0;
  }
  .tabs-headings {
    height: auto;
  }
  .tab-heading {
    float: none;
    display: block;
    margin-right: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  footer { display: none !important; }
}
@media (max-width: 1370px) {
  .filter-wrapper {
    width: 25% !important;
  }
  .filter-result {
    width: 75% !important;
  }
  .filter-map {
    width: 100% !important;
  }
  .montage-inner__image {
    width: 30%;
  }
  .montage-inner__descr {
    width: 70%;
  }
  .montage-map-wrapper {
    width: 100%;
  }
}
@media (max-width: 990px) {
  .filter-wrapper {
    width: 30% !important;
  }
  .filter-result {
    width: 70% !important;
  }
  .filter-map {
    width: 100% !important;
  }
  .montage-inner__image {
    width: 30%;
  }
  .montage-inner__descr {
    width: 70%;
  }
  .montage-map-wrapper {
    width: 100%;
  }
  .montage-inner__description {
    padding-right: 0;
  }
}
@media (max-width: 800px) {
  .filter-wrapper,
  .filter-result,
  .filter-map,
  .montage-inner__image,
  .montage-inner__descr,
  .montage-map-wrapper {
    width: 100% !important;
  }
  .filter-result {
    border: none;
  }
}
@media (max-width: 650px) {
  .montage-inner__description,
  .montage-inner__service {
    width: 100%;
  }
}
@media (max-width: 550px) {
  .montage-item__img {
    display: none;
  }
  .montage-item__description,
  .montage-item__contacts {
    width: 100%;
    max-width: 100%;
    padding: 5px 15px;
  }
  .item-page .row {
    max-width: 100%;
    overflow: hidden;
  }
  .montage-item__title {
    margin-bottom: 5px;
  }
  .montage-item__descr {
    max-width: 90%;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 20px;
  }
}
/* ----- Media queries ----- */


