/**
 * @category	Individ
 * @link		http://individ.ru
 * @revision	$Revision$
 * @date		$Date$
 */

/**
 * XXX: Стили Bootstrap, адаптированные под макет
 */

/**
* XXX: Служебные стили
*/
.out-of-bounds {
  left: -9999px;
  position: absolute;
  top: -9999px;
  visibility: hidden;
}
.no-user-select {
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  /* для IE использовать атрибут unselectable="on" */
}

/* Индикатор загрузки */
.loading-indicator {
  position: relative;
}
.loading-indicator .loading-layer,
.loading-indicator .loading-icon {
  position: absolute;
  z-index: 1000;
}
.loading-indicator .loading-layer {
  bottom: 0;
  left: 0;
  background-color: #fff;
  filter: alpha(opacity=50);
  opacity: 0.5;
  right: 0;
  top: 0;
}
.loading-indicator .loading-icon {
  height: 50px;
  margin: -25px 0 0 -40px;
  left: 50%;
  top: 50%;
  width: 80px;
}
body.loading-indicator .loading-icon {
  position: fixed;
}
.modal-content {
  border: none;
  border-radius: 0;
}
.modal-body {
  padding: 0px;
}

/* Индикатор загрузки Bitrix */
body div.waitwindowlocalshadow {
  background: url(images/loading.gif) no-repeat center center rgba(255, 255, 255, 0.3);
  border: none;
}
body div.waitwindowlocalshadow + div.waitwindowlocal {
  display: none;
}

/* Контроллер "Наверх" */
#go-top {
  bottom: -20%;
  height: 0;
  left: 50%;
  margin-left: 620px;
  opacity: 0;
  position: fixed;
  right: 20px;

  -moz-transition: bottom 400ms, opacity 600ms;
  -ms-transition: bottom 400ms, opacity 600ms;
  -o-transition: bottom 400ms, opacity 600ms;
  -webkit-transition: bottom 400ms, opacity 600ms;
  transition: bottom 400ms, opacity 600ms;
}
#go-top.enabled {
  bottom: 50%;
  opacity: 1;
}

.calendar__table .calendar__button td {
  padding: 0;
}
.mfp-close {
  z-index: 10000;
}

.common__links-item.active {
  color: #333;
  text-decoration: none;
  pointer-events: none !important;
}

.inner-menu__item.active {
  color: #333;
  text-decoration: none;
  pointer-events: none !important;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: "";
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 632px;
    margin: 1.75rem auto;
  }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }

  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}

.pointer-events-none {
  pointer-events: none !important;
}

.show {
  opacity: 1;
}

.inner.search {
  background-color: #ffffff;
}

.clients__links-item.active,
.inner-menu__item.active a {
  color: #333;
}

.document__icon {
  font-size: 29px;
}

.backlink {
  cursor: pointer;
}

.press-detail__bottom-subscribe {
  display: none;
}

.catalog-page .common__content .b-collapse[data-multicollapse-level="0"] {
  margin-bottom: 20px;
}

.catalog-page .common__content .b-collapse.no-content > .b-collapse__top {
  cursor: text;
}

.catalog-page table th.table__files {
  width: 35%;
}
.catalog-page .competitive__content-table table th{
  padding: 0;
}

@media (min-width: 992px) {
  .catalog-page table th.table__files {
    width: none;
  }
}

.structure-page__services .product__content table th.table__files {
  width: 20%;
}

.catalog-page .competitive__content-table.noborder table th,
.catalog-page .competitive__content-table.noborder table td{
  border: none;
}



.about__stats-divider{
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  margin-bottom: 35px;
}

.about__stats-item.no-bottom-line {
  border-bottom: none;
}
