.contacts hr {
  border-top: 1px solid #d0d0d0; }
.contacts .text-attention {
  padding: 0 170px 0; }
.contacts .top-attention {
  padding: 20px 60px 0;
  border: 1px dashed #d0d0d0; }
.contacts .contacts-text .block-hide {
  display: none;
  height: 0;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .contacts .contacts-text .block-hide.open {
    display: block;
    height: auto;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
.contacts .tab-pane.active {
  height: 100%; }
.contacts #shoplist {
  border: 1px solid #d0d0d0;
  border-top: none; }
.contacts ymaps.ymaps-b-balloon__content > ymaps[id] {
  overflow: visible !important; }
.contacts .balloon {
  height: 100%;
  padding: 0px 10px 20px;
  color: #333333;
  min-width: 200px; }
  .contacts .balloon .balloon-head {
    color: #DD3136;
    font-family: "VAG Bold", Arial, sans-serif;
    font-size: 16px;
    margin-bottom: 5px; }
    @media (min-width: 992px) {
      .contacts .balloon .balloon-head {
        font-family: "VAG Bold", Arial, sans-serif; } }
  .contacts .balloon .balloon-text {
    padding: 10px 0;
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 10px; }
  .contacts .balloon p {
    font-size: 14px;
    padding-left: 0; }
    .contacts .balloon p:before, .contacts .balloon p:after {
      height: 17px; }
    .contacts .balloon p.phone:before {
      background-position: 1px -138px; }
    .contacts .balloon p.worktime:before {
      background-position: -84px -186px; }
  .contacts .balloon p:before {
    width: 25px; }
  .contacts .balloon .balloon-link {
    display: block;
    padding: 3px 20px;
    z-index: 10;
    position: absolute;
    background: #ea1a3c;
    color: white;
    left: 0px;
    bottom: 0px;
    right: 0px;
    border-radius: 0 0 5px 5px;
    text-align: center;
    font-weight: bold; }
  .contacts .balloon .balloon-link:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 21px;
    background-image: url("/images/map/placemark-tail.png");
    left: 50%;
    margin-left: -2px;
    bottom: -21px; }
.contacts .map-cluster {
  color: #FFFFFF;
  font-weight: bold;
  line-height: 30px;
  font-size: 17px;
  text-align: center; }
.contacts .glyphicon {
  margin-right: 10px;
  color: #747474; }

.shoplist-page {
  margin-bottom: 40px; }

.shoplist-item {
  margin: 0 0 10px;
  padding-top: 16px;
  border-top: 1px solid #cbc4bc; }
  .shoplist-item:first-child {
    border: none; }
  .shoplist-item h3 a {
    text-decoration: none; }
    .shoplist-item h3 a:hover {
      text-decoration: underline; }
  .shoplist-item .row {
    color: #5e5e5e; }

.shops-map.wrapper {
  position: relative;
  margin: 20px 0 40px; }
  .shops-map.wrapper .panel {
    margin: 0;
    height: 40px;
    background-color: #cbc4bc;
    border: none;
    box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.4);
    position: relative;
    z-index: 10; }

.shops-map.wrapper .tab-content {
  overflow-x: visible;
  overflow-y: auto;
  background-color: #f9f9f9; }
  .shops-map.wrapper .tab-content .only-sector {
    padding: 3px 25px 0;
    color: white;
    background-color: #555;
    border-top: 2px solid rgba(0, 0, 0, 0.2); }
  .shops-map.wrapper .tab-content label {
    font-weight: normal; }
  .shops-map.wrapper .tab-content input {
    margin-right: 7px; }
  .shops-map.wrapper .tab-content .table {
    margin: 0;
    color: #555;
    border-collapse: collapse; }
  .shops-map.wrapper .tab-content .table th, .shops-map.wrapper .tab-content .table td {
    padding: 8px 30px;
    font-weight: normal;
    vertical-align: middle;
    border-left: 1px solid #d0d0d0;
    border-right: none; }
    .shops-map.wrapper .tab-content .table th:first-child, .shops-map.wrapper .tab-content .table td:first-child {
      border-left: none; }
  .shops-map.wrapper .tab-content .table tr td {
    border-top: 1px solid #d0d0d0; }
  .shops-map.wrapper .tab-content .table tbody tr:first-child td {
    border-top: 1px solid #d0d0d0; }
  .shops-map.wrapper .tab-content .table tbody tr:hover td {
    background: #dedddd;
    cursor: pointer; }
  .shops-map.wrapper .tab-content .table thead th {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    border-bottom: 1px solid #d0d0d0;
    background: #dedddd; }
    .shops-map.wrapper .tab-content .table thead th:first-child {
      width: 25%; }
    .shops-map.wrapper .tab-content .table thead th:first-child + th {
      width: 30%; }
  .shops-map.wrapper .tab-content .name, .shops-map.wrapper .tab-content .phone, .shops-map.wrapper .tab-content .email {
    display: block;
    margin: 0; }

.shops-map .block-search {
  display: table;
  padding: 5px 0 0 10px; }
  .shops-map .block-search input {
    display: inline-block; }
  .shops-map .block-search input[type="text"] {
    height: 30px;
    width: 170px;
    border: none;
    box-shadow: none !important;
    padding: 0 10px;
    border-bottom: 1px solid transparent; }
  .shops-map .block-search input[type="submit"] {
    height: 31px;
    width: 30px;
    text-indent: -999px;
    background: #679AA9 url("/images/main/icons1.png") -71px -131px no-repeat;
    border: none;
    border-bottom: 2px solid #9ABBC5;
    position: relative;
    top: -1px; }

.shops-map .nav.nav-tabs {
  border: none; }
  .shops-map .nav.nav-tabs a {
    margin: 0;
    height: 40px;
    text-decoration: none;
    border-top: none;
    border-right: none;
    border-left: 2px solid #679AA9;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    line-height: 20px;
    letter-spacing: 1px;
    overflow: hidden;
    padding: 11px 15px;
    text-shadow: none; }
  .shops-map .nav.nav-tabs li.active a, .shops-map .nav.nav-tabs a:hover {
    color: white;
    background-color: #9ABBC5;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: 2px solid #004549; }

.popover-buttons {
  padding-top: 5px; }

#contact-map {
  height: 580px;
  border: 1px solid #d0d0d0;
  border-top: none; }
  #contact-map .ymaps-b-cluster-tabs__menu-item-text {
    display: inline-block;
    cursor: pointer;
    color: #DD3136; }
  #contact-map .ymaps-b-cluster-tabs__menu-item-text:hover {
    text-decoration: underline; }

.shop-contacts {
  margin-bottom: 30px; }
  .shop-contacts p {
    padding-left: 15px;
    margin-bottom: 5px;
    font-size: 16px; }
  .shop-contacts p:before {
    width: 30px;
    height: 21px; }
  .shop-contacts .phone:before {
    background-position: 1px -135px; }
  .shop-contacts .email:before {
    background-position: 0px -181px; }
  .shop-contacts .address:before {
    background-position: -41px -185px; }
  .shop-contacts .worktime:before {
    background-position: -84px -184px; }

.shop-carousel {
  margin-bottom: 50px; }

.shop-page__icons {
  padding-top: 20px; }
  .shop-page__icons .shop-page__icon {
    display: inline-block; }
  .shop-page__icons .shop-page__icon:not(:first-child) {
    margin-left: 10px; }
  .shop-page__icons img {
    width: 60px;
    height: 60px; }

/*# sourceMappingURL=style.css.map */
