/**********************************************/
.pozdr {
	background: url("../img2/pozdr.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-radius: 7px;
	display: none;
	height: 695px;
	/*margin: 30px auto auto;*/
	position: fixed;
	text-align: center;
	width: 528px;
	z-index: 11111;
}
.pozdr input {
  border: medium none;
  color: #333;
  font-size: 18px;
  height: 43px;
  line-height: 18px;
  right: 155px;
  width: 250px;
}
.pozdr .pozdr_name{
	position:absolute;
	top:460px;
	background:rgba(255,255,255,0);
}

.pozdr .pozdr_tel {
  background: rgba(255, 255, 255, 0) none repeat scroll 0 0;
  left: 154px;
  position: absolute;
  top: 476px;
}

.pozdr  .btn_ak{
	margin-top: 531px;
}

.pozdr  .p1_msg{
    font-size: 24px;
    font-weight: lighter;
    left: 51px;
    position: absolute;
    text-align: center;
    top: 352px;
    width: 425px;
    line-height: 31px;
}

.pozdr .header{
	font-size: 42px;
    font-weight: bold;
    padding-top: 296px;
}

.pozdr  .f-close{
	background: url("../img2/close2.png") no-repeat;
	cursor: pointer;
	height: 26px;
	position: absolute;
	right: 29px;
	top: 178px;
	width: 32px;
}
.pozdr  .f-close:hover{
	background: url("../img2/close2h.png") no-repeat;
	cursor: pointer;
}

.white{
	color:#fff;
	}

.yellow{
	color:#fff;
}

.btn_ak{
    border-radius: 16px;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    height: 48px;
    line-height: 1em;
    overflow: hidden;
    padding-top: 19px;
    text-align: center;
    transition: all 0.15s ease-in-out 0s;
    white-space: nowrap;
    width: 327px;
}
.btn_ak:hover{
background:url('../img2/btn_green_h.png') repeat-x;
	opacity:0.95;
}

.b_green{
background:url('../img2/btn_green.png') repeat-x;
}

.b_green:hover{
background:url('../img2/btn_green_h.png') repeat-x;
}

.hide-layout {
    background: none repeat scroll 0 0 #000000;
    bottom: 0;
    height: 100%;
    position: fixed;
    top: 0;
    display: none;
    width: 100%;
    z-index: 998;
    opacity: 0.5;
}