.catalog--container {
  padding-bottom: 50px;
}
.bread {
  border-radius: 0px;
  margin-top: 86px;
  font-family: "Roboto";
  font-size: 17px;
}
.bread ol {
  border-radius: 0px;
  padding: 5px 25px;
  background: #ebe9e9;
}
.catalog--about {
  margin-top: 15px;
}
.catalog-info {
  margin-top: 15px;
  font-family: "Roboto";
  color: #525349;
  font-size: 18px;
}
.catalog-services {
  margin-top: 40px;
}
.catalog-tabs {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.tabs-item {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  transition: all 0.3s;
  color: #525349;
}
.tabs-item--ur {
  width: 32%;
  height: 235px;
  background: url(/uploads/urcons.png) no-repeat center;
}
.tabs-item--buch {
  width: 32%;
  height: 235px;
  border: 1px solid #8b9098;
  background: url(/uploads/buckoblik.jpg) no-repeat center;
}
.tabs-item--buchur {
  width: 32%;
  height: 235px;
  border: 1px solid #8b9098;
  background: url(/uploads/buchur.png) no-repeat center;
}
.tabs-name {
  text-align: center;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Roboto";
  font-size: 24px;
  transition: all 0.3s;
}
.tabs--active {
  background: rgba(94, 151, 248, 0.8);
  color: #fff !important;
  text-decoration: none;
  font-weight: bold;
}
.tabs-item:hover {
  cursor: pointer;
  text-decoration: none;
  background: rgba(94, 151, 248, 0.8);
  transition: all 0.3s;
}
.tabs-item:visited,
.tabs-item:active,
.tabs-item:focus {
  text-decoration: none;
}
.tabs-item:hover .tabs-name {
  color: #fff;
  font-weight: bold;
  transition: all 0.3s;
  text-decoration: none;
}
.tabs--active:after {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 55px 0 55px;
  border-color: rgba(94, 151, 248, 0.8) transparent transparent transparent;
}
.catalog-table {
  margin-top: 26px;
}
.table-name {
  position: relative;
  text-align: center;
  padding: 13px 25px;
  margin-top: 10px;
  background: #ededed url(/uploads/head.png) right bottom no-repeat;
  font-family: "Roboto";
  font-size: 17px;
  text-transform: uppercase;
  color: #3872d5;
  transition: all 0.3s;
}
.table-name:hover {
  cursor: pointer;
}

.table-name:hover {
  color: #fff;
  background: #4486f7 url(/uploads/head-b.png) right bottom no-repeat;
  transition: all 0.3s;
}
.table-name--active {
  color: #fff;
  background: #4486f7 url(/uploads/head-b.png) right bottom no-repeat;
}
.cat-table {
  transition: all 1s;
  width: 95%;
  margin: 5px auto 0;
  color: #42433d;
  font-family: "Roboto";
  font-size: 16px;
  background: #ededed;
  border: none;
}
.cat-table-wrap {
  display: none;
  padding: 10px 0;
  transition: all 1s;
  background: #ededed;
}
.cat-table-wrap--vis {
  transition: all 1s;
  display: block;
}
.item-num {
  text-align: center;
}
.cat-table > tbody > tr > td,
.table-bordered > tbody > tr > td {
  border: none;
}
.cat-table > tbody .cat-item-info,
.cat-table > tbody .table-price {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.table-bordered > tbody > tr:nth-child(odd) {
  background: #fff;
}
.item-num {
  background: #ededed;
}
.cat-table > tbody .cat-item-info {
  width: 75%;
  text-align: justify;
}
.cat-table > tbody .table-price {
  padding-left: 15px;
}
.all-servs {
  opacity: 0;
  position: fixed;
  width: 127px;
  top: 50%;
  left: 0;
  z-index: 1;
  padding: 10px 0;
  background: rgba(68, 134, 247, 0.7);
}
.all-servs__link {
  display: block;
  font-size: 12px;
  padding: 5px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.all-servs__link:hover {
  text-decoration: none;
}
.tables-tabs {
  display: none;
}
.active {
  display: block;
}
.intable {
  width: 400px;
  font-size: 16px;
  text-align: center;
}
.table-cost {
  border-bottom: 1px solid #ccc;
}
.table-count {
  border-bottom: 1px solid #ccc;
}
.table-count > td {
  padding: 7px 0;
}
.table-money > td {
  padding: 10px 0 0;
}
.table-center {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
