.body {
  min-height: 300px;
}


table {
font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
font-size: 14px;
border-spacing: 0;
text-align: center;
}
th {
color: #292929;
padding: 10px 20px;
}
th, td {

}
th:first-child, td:first-child {
text-align: left;
}
th:first-child {
border-top-left-radius: 10px;
}
th:last-child {
border-top-right-radius: 10px;
border-right: none;
}
td {
padding: 10px 20px;
}
tr:last-child td:first-child {
border-radius: 0 0 0 10px;
}
tr:last-child td:last-child {
border-radius: 0 0 10px 0;
}
tr td:last-child {
border-right: none;
}


img {
  display: block;
  max-width: 100%;
  height: auto;
}


#scrollup {
  position: fixed; /* фиксированная позиция */
  opacity: 0.5; /* прозрачность */
  padding: 15px 10px 10px; /* отступы */
  background: #aaa;
  border-radius: 5px; /* скругление углов */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  left: 10px; /* отступ слева */
  bottom: 10px; /* отступ снизу */
  display: none; /* спрятать блок */
  cursor: pointer;
}

.form-controlcat {
  max-width: 150px;
  min-width: 150px;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #ef4835;
}

.dropdown:hover .dropdown-menu {
    display: block;
}


.custom-search-icon {
    background-image: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAYCAMAAADTXB33AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABaFBMVEUAAABCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkNCQkMAAABCttVcAAAAdnRSTlMAK4LJ6/fdolUGGKmnkpvB+eFQNuiqLQxwjgEn8PZYGsSHAsxLCs8/VJ4x/bIotyTs3GpevEl1yFdt1/EHhI1TBN/0C/zbCHKQqANC5BCxwyBz+jsFkZ1MFi/txRI8u/7md4nVHBVafZOIbzJZ7kbzTTNifA+9gEJmwwAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAEFSURBVCjPdY75NwJRAIUnxiDSWCIlEjOWwQilbCFEss3Ys+/7Vt2/H50303tzzrs/ffd859xzBeE/rqpqETVSbV29wMbdAEiNniavjOYWxrS2wddepg6/iM5AxQS7Qt126Qmj1y6RPvRTE4qKAYsHMcTMD2thC0cwyp4ag05oPOr4O4FJQphyqBjihLRph0ogSWhmdo5V84gRWkCKMYtLy2mC+srqGq0yWKcGNrIVsynntuyS3cbOrrW2Z8gmNbF/AOPw6DignMSjOEX+jN4/v7hEOVfXyg1u75hf9w+PT88vr5E/9CPnEjh5M95Nnvv4DH3x3Leo/fCcLqHAc24VHp4rljK/Iq8vkrlPYnwAAAAASUVORK5CYII=);
    width: 26px;
    height: 24px;
    display: inline-block;
    margin-top: 6px;
}

.point {
    /*font-size: 15px;*/
    /*font-weight: bolder;*/
    /*padding-bottom: 15px;*/
}

.point::before {
    content: " ";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 15px -3px 5px;
    background: #7bc3d9;
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
}

.point.point-blue::before{
    background: #7bc3d9;
}

.point.point-red::before{
    background: #d04a38;
}

.point.point-green::before{
    background: #03ac6e;
}

@media (min-width:400px) {
    .search {
        width: 400px;
    }

    .search .form-control {
        width: 310px;
    }
}

.search .navbar-form {
    margin: 0;
    padding: 8px 15px;
    border: none;
    box-shadow: none;
}

.search .form-group {
    padding: 2px;
}

.search .search-btn {
    background: transparent;
    border: 0;
    border-radius: 0;
    height: 32px;
    position: absolute;
    padding: 2px;
}

.search .search-btn span {
    font-size: 24px;
    padding: 2px 0 0;
}

.search .form-control {
    padding-left: 37px;
    height: 34px;
    border-radius: 0;
}

.padding {
  margin-top: 25px;
}

.siti {
  margin-top: 112px;
}

.fonsisi {
  background: #f5f5f5;
  margin-bottom: 30px;
      border-bottom: 1px solid #e4e4e4;
}

.catalog .panel {
    background-color: #59ad73;
    border-radius: 0;
}

.partial-page {
    margin: 0 auto;
    padding: 25px 0 0;
}

@media (max-width: 767px){
    .partial-page {
        padding: 25px 50px 0;
    }
}

@media (max-width: 424px){
    .partial-page {
        padding: 25px 0 0;
    }
}

.dotted-line {
    background-image: url("/images/dotted_line.png");
    background-position: left bottom;
    background-size: 28px 13px;
    background-repeat: repeat-x;
    height: 13px;
    margin-bottom: 13px;
}

h3.title {
    margin-top: 0;
    margin-bottom: 20px;
    color: #05ab69;
    font-family: 'Open Sans',Arial,sans-serif;
    font-weight: 100;
    font-size: 1.4em;
}

h2.phone {
    margin-top: 0;
    margin-bottom: 30px;
    color: #fff;
    font-family: 'Open Sans',Arial,sans-serif;
    font-weight: normal;
    font-size: 2em;
}

h3.topphone {
    margin-top: 15px;
    margin-right: 15px;
    margin-bottom: 0;
    color: #000;
    font-family: 'Open Sans',Arial,sans-serif;
    font-weight: normal;
    font-size: 1.3em;
}


h3.topphonee {
    margin-top: 15px;
    margin-right: 15px;
    margin-bottom: 0;
    color: #000;
    font-family: 'Open Sans',Arial,sans-serif;
    font-weight: normal;
    font-size: 1.3em;
}

a.catm {
  color: #fff;
  text-decoration: none;
}
a.catm:hover,
a.catm:focus {
  color: #d6d6d6;
  text-decoration: none;
}
a.catm:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.pro {margin: 20px 0;}
.proimg {margin: 0 auto;}

.block{
    font-size: 12px;
    position: relative; 
    padding: 10px 0 0;
    width: 100%;
    background: #fff;
}
.block span{
    display: none;
    position: absolute; top: -1px; left: -1px;
    z-index: 1;
    padding: 15px;
    width: 190px;
    color: #fff;
    background: #cc1b57;
}
.block:hover span{
    display: block;
    cursor: pointer;
    height: auto;
}

.block p {
    margin: 0 0 6px;
}

.block p a {
    color: #7b7c7d;
}

.block p.title a {
    color: black;
}

.block .hide-text p a {
    color: white;
}

.icm {
  max-height: 65px;
}

.im {
  max-height: 150px;
  min-height: 150px;
}

.catpad {
    margin-bottom: 40px;
}

@media (max-width: 600px){
    .catpad {
        width: 50%;
    }
}

@media (max-width: 424px){
    .catpad {
        width: 100%;
    }
}

h4.clip {
    white-space: nowrap; /* Запрещаем перенос строк */
    overflow: hidden; /* Обрезаем все, что не помещается в область */
    text-overflow: ellipsis; /* Добавляем многоточие */
   }


p.clip {
    white-space: nowrap; /* Запрещаем перенос строк */
    overflow: hidden; /* Обрезаем все, что не помещается в область */
    text-overflow: ellipsis; /* Добавляем многоточие */
   }



p.cliptitle {
    overflow: hidden; /* Обрезаем все, что не помещается в область */
    text-overflow: ellipsis; /* Добавляем многоточие */
    min-height: 75px;
    max-height: 75px;
    margin-bottom: 10px;
   }

p.clipinfo {
    white-space: nowrap; /* Запрещаем перенос строк */
    overflow: hidden; /* Обрезаем все, что не помещается в область */
    text-overflow: ellipsis; /* Добавляем многоточие */
    color: #777;
    font-size: 0.9em;
   }

   p.clipprice {
    text-overflow: ellipsis; /* Добавляем многоточие */
    color: #05ab69;
    font-size: 1.5em;
    min-height: 30px;
    border-bottom: 1px solid #05ab69;
   }


   .infopad {
    min-height: 50px;
   }


  .fonpro {
    background: #f5f5f5;
    padding: 25px;
    border-radius: 4px;
    margin-bottom: 25px;
  }

  .footer {
    background: #292929;
    padding: 25px;
  }


  .fonrepro {
    padding: 15px;
  }

  .fonname {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 25px;
  }


  .bor {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 225px;
  }

  .tab-content{
    background: #fff;
    padding: 15px;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-radius: 0 0 4px 4px;
  }

  .imgfon {
    min-height: 100px;
    max-height: 100px;
    border: 1px solid #337ab7;
    overflow: hidden;
    margin-bottom: 15px;
  }

  .maximg {
    max-height: 500px;
    margin: 0 auto;
  }



  /* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 100px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  min-height: 225px;
    color: white;
}

.footer .container > div {
    height: 100%;
}

.footer .social ul {
    list-style: none;
    padding: 0;
}

.footer .social ul li {
    padding: 0 0 0 25px;
}

.footer .social ul li a, .footer .menu ul li a {
    color: white;
    text-decoration: none;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 0px 15px 0;
}
.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}


.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;

  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2000;

  -webkit-transform: translate3d(0, -50px, 0);
  -ms-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);

  -webkit-transition: -webkit-transform .5s ease-out;
  -ms-transition: -webkit-transform .5s ease-out;
  transition: transform .5s ease-out;
}

.pace.pace-active {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.pace .pace-progress {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 5px;
  background: #337ab7;

  pointer-events: none;
}



