/* --- Филиалы --- */
.abon-row {
    display: table;
    width: 100%;
    table-layout: fixed;
    padding: 0 0 0 10px;
}

.abon-col {
    display: table-cell;
    float: left;
    width: 40px;
    margin: 0px;
    text-align: left!important;
}

/* --- Pods --- */
.emphasized-accept {
	background: #B3FDAD;
	padding: 5px;
	border-radius: 6px 6px 6px 6px;
    }

.emphasized-reject {
	background: #FDBBAD;
	padding: 5px;
	border-radius: 6px 6px 6px 6px;
    }

/* --- Reception desk --- */

/* note */
.webdesk-notes {
    margin-top: 50px;
    position: relative;
    color: #333;
    width: 300px;
    margin: 0 auto;
    padding: 30px 20px 20px 20px;
    font-size: 0.9em;
    box-shadow: 0 10px 10px 2px rgba(0,0,0,0.3);
    display: block;
    background: #fff0a1;
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: rotate(2deg);
}

.pin {
      background-color: #aaa;
      display: block;
      height: 32px;
      width: 2px;
      position: absolute;
      left: 50%;
      top: -16px;
      z-index: 1;
    }

.pin:after {
  background-color: #A31;
  background-image: radial-gradient(25% 25%, circle, hsla(0,0%,100%,.3), hsla(0,0%,0%,.3));
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px hsla(0,0%,0%,.1),
              inset 3px 3px 3px hsla(0,0%,100%,.2),
              inset -3px -3px 3px hsla(0,0%,0%,.2),
              23px 20px 3px hsla(0,0%,0%,.15);
  content: '';
  height: 12px;
  left: -5px;
  position: absolute;
  top: -10px;
  width: 12px;
}

.pin:before {
  background-color: hsla(0,0%,0%,0.1);
  box-shadow: 0 0 .25em hsla(0,0%,0%,.1);
  content: '';

  height: 24px;
  width: 2px;
  left: 0;
  position: absolute;
  top: 8px;

  transform: rotate(57.5deg);
  -moz-transform: rotate(57.5deg);
  -webkit-transform: rotate(57.5deg);
  -o-transform: rotate(57.5deg);
  -ms-transform: rotate(57.5deg);

  transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
}

/* --- Информация для населения --- */

/* Тарифы */

#pricing-table {
    margin: 50px auto;
    text-align: center;
    width: 524px; /* total computed width = 262 x 2 */
}

#pricing-table .plan {
    font: 16px;
    background: #fff;
    border: 1px solid #ddd;
    color: #333;
    padding: 20px;
    margin-right: 20px;
    width: 220px; /* plan width = 220 + 20 + 20 + 1 + 1 = 262px */
    float: left;
    position: relative;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, .25);
}

#pricing-table #most-popular {
    z-index: 2;
    top: -13px;
    border-width: 3px;
    padding: 30px 20px;
    border-radius: 5px;
    box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);
}

#pricing-table .plan:nth-child(1) {
    border-radius: 5px;
}

#pricing-table .plan:nth-child(2) {
    border-radius: 5px;
}

#pricing-table h3 {
    font-size: 1.2em;
    font-weight: normal;
    text-transform: uppercase;
    color: #404040;
    padding-top: 30px;
    margin: -20px -20px 40px -20px;
}

#pricing-table .fCol {
    background-color: #3AB0E2;
    background-image: linear-gradient(#3AB0E2, #fff);
}

#pricing-table .sCol {
    background-color: #FFA366;
    background-image: linear-gradient(#FFA366, #fff);
}

#pricing-table #most-popular h3 {
    background-color: #ddd;
    background-image: linear-gradient(#eee, #ddd);
    margin-top: -30px;
    padding-top: 30px;
    border-radius: 5px 5px 0 0;
}

#pricing-table .plan:nth-child(1) h3 {
    border-radius: 5px;
}

#pricing-table .plan:nth-child(2) h3 {
    border-radius: 5px;
}

#pricing-table h3 span {
    display: block;
    font-size: 2.3em;
    font-weight: bold;
    color: #777777;
    background: #fff;
    border: 5px solid #fff;
    height: 150px;
    width: 150px;
    margin: 30px auto -65px;
    padding-top: 40px;
    border-radius: 150px;
    box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
}

#pricing-table p {
    text-align: center;
    padding-top: 40px;
    margin-bottom: 5px;
    font-size: 1.2em;
}

#pricing-table ul {
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
}

#pricing-table li {
    border-top: 1px solid #ddd;
    padding: 10px 0;
}


#pricing-table .signup {
    position: relative;
    padding: 8px 20px;
    margin: 20px 0 0 0;
    color: #fff;
    font: bold 14px Arial, Helvetica;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    background-color: #72ce3f;
    background-image: linear-gradient(#72ce3f, #62bc30);
    border-radius: 3px;
    text-shadow: 0 1px 0 rgba(0,0,0,.3);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
}

#pricing-table .signup:hover {
    background-color: #62bc30;
    background-image: linear-gradient(#62bc30, #72ce3f);
}

#pricing-table .signup:active, #pricing-table .signup:focus {
    background: #62bc30;
    top: 2px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset;
}

/* --- Информационно-справочная служба --- */

.callctr {
    display: table;
    width: 97%;
    table-layout: fixed;
    border-radius: 10px; 
    border-spacing: 5px;
    text-align: center;
    z-index: 2;
    position: relative;
    border-spacing: 10px;
    box-sizing: border-box;
    vertical-align: baseline;
    color: #fff;
    /*margin: 0 0 0 0;*/
}

.callctr-calls, .callctr-calls-free {
    display: table-cell;
    width: 50%;
    background-color: rgb(0, 81, 164);
    border-radius: 10px; 
    padding: 20px 0 20px 0;
}

.callctr-calls-free {
    background-color: #14a168;
}

.callctr-queue-num {
    font-size: 2.5em;
    line-height: 1.5;
}

.callctr-queue-units {
    font-size: 1.2em;
}

.callctr-queue-title {
    font-size: 1.4em;
    line-height: 1.5;
}


/* Pods - Закупки  */
    .purchas-field-label {
	color:#8b8080;
	font-weight:bold; 
    }
    
    .purchas-field-label2 {
	color:#8b8080;
	font-weight:bold; 
	margin-left:15px;
    }
    
    .accordion {
	background-color: #eee !important;
	color: #8B8080 !important;
	cursor: pointer;
	width: 100%;
	text-align: left;
	border: none;
	outline: none;
	transition: 0.4s;
    }
    
    .active, .accordion:hover {
	background-color: #ccc !important;
    }
    
    .accordion:after {
      content: '\02795'; /* Unicode character for "plus" sign (+) */
      font-size: 13px;
      color: #777;
      float: right;
      margin-left: 5px;
    }

    .active:after {
      content: "\2796"; /* Unicode character for "minus" sign (-) */
    }
    
    .panel {
      padding: 0 18px;
      background-color: white;
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.2s ease-out;
    }
    
    .hr-gradient {
	border: 0;
	height: 2px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(230, 100, 50, 0.75), rgba(0, 0, 0, 0));
	margin-top:40px;
	margin-bottom:30px;
    }
    
    .purchas-emphasized-accept {
	background: #B3FDAD;
	padding: 5px;
	border-radius: 6px 6px 6px 6px;
    }
    
    .purchas-emphasized-reject {
	background: #FDBBAD;
	padding: 5px;
	border-radius: 6px 6px 6px 6px;
    }
    
    .purchas-reject-block {
	margin-top: 30px;
    }
    
    .purchas-description {
	margin-top: 5px;
	margin-bottom: 5px;
    }
    
    .purchas-description-first-str {
	margin-top: 0px;
	margin-bottom: 5px;
    }
    
    .purchas-description-last-str {
	margin-top: 5px;
	margin-bottom: 20px !important;
    }
    
    .purchas-published {
	border: 2px solid #ccc;
	padding: 0.3em;
	margin-left: 15px;
	border-radius: 16px;
    }
    
    .purchas-appendix-btn {
      background-color: #eee !important;
      border: none;
      border-radius: 8px !important;
      color: #8B8080 !important;
      padding: 1px 15px;
      margin-top: 20px;
      cursor: pointer;
      font-size: 1em;
    }

    .purchas-appendix-btn:hover {
      background-color: #ccc !important;
    }

    .purchas-search {
      border-bottom: 0px !important;
      margin-bottom: 0px !important;
      padding-bottom: 0px !important;
    }


/* Blog loop */

/* Pagination */
.page-numbers.current, .page-numbers.current:hover {
    background-color: #0051a4 !important;
}

.page-numbers a {
    background-color: #ffffff !important;
}
