h1 {
	text-align:left;
	font-size:18px;
}

#logo_h {
	display:inline-block;
	vertical-align:middle;
	width:720px;
}

#page {
	padding:10px;
	width:900px;
	margin:10px auto;
}

#page #logo {
	width:155px;
	height:35px;
	display:inline-block;
	vertical-align:middle;
	float:none;
}

#iframe {
	text-align:center;
	border:1px solid #ccc;
	padding:10px;
}

#calc {
	margin:0px;
	width:420px;
	margin-right:10px;
	display:inline-block;
	vertical-align:top;
}

#kit {
	display:inline-block;
	vertical-align:top;
	width:460px;
}

#kit input[type="text"], input[type="button"], input[type="number"], textarea, select {
	max-width:300px;
	height:34px;
}

.step {
	float:left;
	font-size:36px;
	margin-right:15px;
}

.delete {
	color:red;
	display:inline-block;
	vertical-align:middle;
	font-weight:bold;
	font-size:20px;
	cursor:pointer;
}

.citys_from_div {
	margin:10px 0px;
}

#kit .gab {
	width:415px;
}

.main_div b {
	display:inline-block;
	width:110px;
	vertical-align:middle;
}

.main_div .gab b {
	display:inline;
}

#calc_code {
	border:1px solid #ccc;
	padding:5px;
	height:120px;
	overflow-y:auto;
	overflow-x:hidden;
	word-wrap: break-word;
}

#footer, #head {
	width:100%;
	height:20px;
	padding:10px 0px;
	background:#eee;
}

#head {
	height:auto;
	margin-bottom:20px;
}

#footer #contact, .body {
	width:900px;
	margin:0px auto;
	text-align:left;
}

#sdek_calc_iframe {
	margin:0px auto;
}

#page input[type="button"] {
	font-size:24px;
}

#stat {
	float:right;
}

#copy_div {
	position:relative;
}

#show_cost_div {
	display:none;
}

.dogovor {
	padding:5px;
	border:1px solid #888;
}

#mail {
	border-radius:10px 10px 0px 0px;
	background:#008136;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75) inset;
	padding:5px 10px;
	padding-bottom:20px;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	transform:rotate(-90deg);
	width:200px;
	position:fixed;
	right:-100px;
	top:50%;
	text-align:center;
	cursor:pointer;
}

#mail:hover {
	right:-90px;
}

#oplataform_bg,
#messege_bg {
	background:rgba(0,0,0,0.6);
	width:100%;
	height:100%;
	position:fixed;
	left:0px;
	top:0px;
	display:none;
}

#oplataform_td,
#messege_td {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}

#oplataform,
#form {
	display:block;
	width:300px;
	padding:20px;
	border-radius:10px;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75) inset;
	background:#fff;
	margin:0px auto;
	position:relative;
}

textarea {
	height:100px;
}

.close {
	width:30px;
	height:30px;
	border-radius:5px;
	position:absolute;
	right:-3px;
	top:-3px;
	color:#fff;
	font-size:30px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	background:#18234b;
	cursor:pointer;
}

.close:before,
.close:after {
	content:'';
	width:5px;
	height:25px;
	background:#FFFFFF;
	position:absolute;
	border-radius:2px;
	top:2.5px;
	left:12.5px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.close:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.close:hover {
	background:red;
}

.ui-autocomplete {
	width: 300px;
	max-width: 95%;
	max-height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
}