h1 {
	color: #1233ac;
}

h2 {
	color: #1f7cd6;
}

.clist {
	font-size: 24px;
	padding: 0 5px;
	position:relative;
	top: 4px;
}

.custom-btn {
	padding: 10px;
	background-color: #1f7cd6;
	color: #fff;
}

.custom-btn:hover {
	background-color: #c4e1fd;
	color: #1b70c3;
	transition: all 0.5s;
}

.search_line {
	margin-bottom: 3px;
}

.price_tbl_hdr {
    background: #c9dff5;
    text-align: center;
    font-weight: bold;
    color: #3f3f3f;
    padding: 5px 7px 5px 7px;
}

.price_tbl_title {
    color: #3f3f3f;
    padding: 5px 7px 5px 7px;
    background: #f9f9f9;
}

.price_tbl_price {
    width: 150px;
    text-align: right;
    color: #3f3f3f;
    padding: 5px 7px 5px 7px;
    background: #f9f9f9;
}

.price_tgroup {
    border-bottom: 1px dotted #c0c0c0;
}

.informer {
    background: #061d6d;
    max-width:100%;
    height: 190px;
    color: #fff;
}

.informer h1 {
	text-align: center;
	font-size: 170%;
	color: #fff;
	padding-top: 15px;
	font-weight: bold;
}

.idata {
	font-size: 170%;
	margin-bottom:15px;
}

.informer table {
	font-size: 140%;
}

.gis-zkh {
    background: #565656;
    max-width:100%;
    padding: 10px 10px 0 10px;
}

.gis-zkh img {
	margin-bottom:10px; 
}


.kopa-accordion {
	margin-top: -20px;
}

.acc-title {
  float: left;
  width: 100%;
  background: none;
  border: 1px solid #eee;
  border-top: 2px solid #eee;
  border-radius: 0;
  position: relative;
  cursor: pointer;
  margin-top: 20px;    
}

.acc-title h5 {
  display: block;
  font-size: 14px;
  height: 100%;
  padding: 14px 10px 16px 60px;
  margin: 0;
  letter-spacing: -0.02em;
  line-height: 22px;
}

.acc-title .icon-left {
  float: left;
  height: 48px;
  width: 30px;
  position: relative;
}

.acc-title .icon-left:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: 25px solid transparent;
  top: 4px;
  left: 25px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.acc-title .icon-left span {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
}

.acc-title .icon-left span:before {
  position: absolute;
  content: '';
  width: 12px;
  height: 2px;
  top: 24px;
  left: 10px;
}

.acc-title .icon-left span:after {
  position: absolute;
  content: '';
  height: 12px;
  width: 2px;
  top: 19px;
  left: 15px;
}

.acc-title.active .icon-left span:after {
  background: transparent !important;
}

.acc-content {
  float: left;
  width: 100%;
  padding: 11px 20px 10px 20px;
  background: #e3f1ff;
  display:none;
}

.acc-content p {
  margin: 0;
}

 .acc-title .icon-left, .acc-title .icon-left {
    background: #eee;
}
 .acc-title .icon-left:before, .acc-title .icon-left:before {
    border-bottom: 15px solid #eee;
}

 .acc-title .icon-left span:before,  .acc-title .icon-left span:before {
    background: #1b70c3;
}

 .acc-title .icon-left span:after, .acc-title .icon-left span:after {
    background: #1b70c3;
}

.kopa-accordion .acc-title.active h5, .kopa-toggle .acc-title.active h5 {
    background: #1b70c3;
    color: #fff;
}

.main-content-b p {
	clear: both;
}