
#forma, #forma_zvonok {
  position: fixed;
  top:0%;
  bottom:0%;
  left:0%;
  right:0%;
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  z-index:1500;
  height:100%;
}

.btnclose {
	cursor:pointer;
    width: 100%; /* Ширина слоя */
	color:#000000;
	text-align:right;
	font-size:12px;
	padding-top:20px;
}

.frm {
  padding-top: 20px;
  padding-left: 10px; 
  padding-right: 10px;
  position:fixed;
  width:300px;
  background-color:#ffffff;
  height:300px;
  margin-top:-260px;
  margin-bottom:-260px;
  margin-left:-150px;
  margin-right:-150px;
  top:50%;
  bottom:50%;
  left:50%;
  right:50%;
  z-index:1600;
  border-radius: 10px;
  border: solid 10px #495B6F;
}

.frm form {
	padding-left:10%;
	padding-right:10%;
	font-size:16px;
}

.frm form label {
	text-align:left;
	font-size:18px;
	padding-left:0px;
	padding-bottom:0px;
	color:#000000;
	text-transform:uppercase;
	font-weight:normal;
}

.frm form input[type="text"] {
	width:100%;
	font-size:18px;
	padding-top:5px;
	padding-bottom:10px;
	border-radius: 5px;
}

.frm form textarea {
	width:100%;
	height:100px;
	font-size:14px;
	padding-top:5px;
	padding-bottom:10px;
	border-radius: 5px;
}

.frm111 form input[type="submit"] {
	width:100%;
	padding:10px;
	font-size:16px;
	background:#F26341;
	color:#FFFFFF;
	cursor:pointer;
	text-align:center;
}

/* Message */

#msg {
	background: #2D3E48;
	padding-top: 20px;
	position:fixed;
	width:100%;
	height:300px;
	margin-top:-260px;
	margin-bottom:-260px;
	top:50%;
	bottom:50%;
	z-index:501;
}
#msg_close {
    height: 40px;
    position: relative;
    width: 150px;
    z-index: 9999;
    margin: 0 auto;
}
#msg_close a {
	background: rgba(0, 0, 0, 0.2);
    border: 1px dashed #5C717D;
    border-radius: 3px;
    color: #FFFFFF;
    display: block;
    height: 100%;
    line-height: 37px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}