* {
	margin:0px;
	padding:0px;
}

html {
	width:100%;
	height:100%;
}

body {
	font-family:Tahoma;
	font-size:12px;
	font-weight:normal;
	line-height:normal;
}

a {
	color:#000;
	text-decoration:underline;
	cursor:pointer;
}

a:hover {
	text-decoration:none;
}

#error {
	text-align:center;
	color:red;
}

#calc_head {
	text-align:center;
	margin-top:10px;
}

#logo {
	width:105px;
	margin-right:10px;
	height:28px;
	background-image:url(/ui/img/logo.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
	display:inline-block;
	vertical-align:top;
}

#logo_1 {
    width: 120px;
    margin-right: 0px;
    height: 45px;
	background-image:url(/ui/img/logo.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
	display:inline-block;
	vertical-align:top;
}

#logo_s {
	line-height:14px;
	display:inline-block;
	height:28px;
	text-align:left;
}

.frame {
	display:block;
	min-width:220px;
	max-width:400px;
	box-sizing:border-box;
	padding:5px;
	border:1px solid #ccc;
	margin:0px auto;
	background:#fff;
	text-align:left;
	position:relative;
}

p {
	margin:10px 0px;
}

table {
	display:table;
}

input[type="text"], input[type="button"], input[type="number"], textarea, select, button {
	width:100%;
	max-width:400px;
	height:25px;
	padding:0px 10px;
	box-sizing: border-box;
	box-shadow:0px 0px 3px 0px rgba(0,0,0,0.75) inset;
	border-radius:0px;
	border:none;
	font-family:Tahoma;
	background:#fff;
	margin:3px 0px;
}

input[type="number"] {
	width:50px;
	padding-right:0px;
}

input[type="button"], button {
	padding:0px;
	font-weight:bold;
	background:#01b43c;
	text-align:center;
	color:#fff;

	cursor:pointer;
}

input[type="button"]:hover, #copy.hover, button:hover {
	
	text-shadow:1px 1px 1px #000;
}

button {
	width:150px;
}

input[type="number"] {
	width:100%;
}

.gab {
	width:100%;
	font-size:12px;
}

#messege {
	display:block;
	vertical-align:top;
	max-width: 300px;
    margin: auto;
}

#error {
	
}

#messege p {
	margin:0px;
}

#loading {
	text-align:center;
	vertical-align:top;
}

#contact {
	color:#444;
	font-size:10px;
	margin:3px 0px;
}

#cdek-calc {
	font-size:9px;
	text-align:center;
	margin:1px;
}

#cdek-calc a {
	color:#666;
}

#button_p {
	margin-bottom:2px;
}

#cssload-contain {
	width: 67px;
	height: 22px;

	margin: auto;
	margin-bottom:10px;
	opacity: 0;
	animation: fadeIn 1.15s 1;
		-o-animation: fadeIn 1.15s 1;
		-ms-animation: fadeIn 1.15s 1;
		-webkit-animation: fadeIn 1.15s 1;
		-moz-animation: fadeIn 1.15s 1;
	animation-fill-mode: forwards;
		-o-animation-fill-mode: forwards;
		-ms-animation-fill-mode: forwards;
		-webkit-animation-fill-mode: forwards;
		-moz-animation-fill-mode: forwards;
}

.cssload-wrap {
	animation: translate 1150ms infinite ease-in-out alternate, zindex 2300ms infinite ease-in-out;
		-o-animation: translate 1150ms infinite ease-in-out alternate, zindex 2300ms infinite ease-in-out;
		-ms-animation: translate 1150ms infinite ease-in-out alternate, zindex 2300ms infinite ease-in-out;
		-webkit-animation: translate 1150ms infinite ease-in-out alternate, zindex 2300ms infinite ease-in-out;
		-moz-animation: translate 1150ms infinite ease-in-out alternate, zindex 2300ms infinite ease-in-out;
	position: absolute;
}

.cssload-ball {
	width: 22px;
	height: 22px;
	box-shadow: 0 -3.25px 0 rgb(0,0,0) inset;
	background-color: rgb(97,166,18);
	border-radius: 50%;
	animation: scale 1150ms infinite ease-in-out alternate;
		-o-animation: scale 1150ms infinite ease-in-out alternate;
		-ms-animation: scale 1150ms infinite ease-in-out alternate;
		-webkit-animation: scale 1150ms infinite ease-in-out alternate;
		-moz-animation: scale 1150ms infinite ease-in-out alternate;
	animation-delay: -575ms;
		-o-animation-delay: -575ms;
		-ms-animation-delay: -575ms;
		-webkit-animation-delay: -575ms;
		-moz-animation-delay: -575ms;
	transform: scale(0.5);
		-o-transform: scale(0.5);
		-ms-transform: scale(0.5);
		-webkit-transform: scale(0.5);
		-moz-transform: scale(0.5);
	border: 1px solid black;
}

.cssload-ball:after {
	content: "";
	width: 22px;
	height: 6px;
	background: rgb(238,238,238);
	position: absolute;
	top: 31px;
	border-radius: 50%;
}

#cssload-wrap2 {
	animation-delay: -1150ms;
		-o-animation-delay: -1150ms;
		-ms-animation-delay: -1150ms;
		-webkit-animation-delay: -1150ms;
		-moz-animation-delay: -1150ms;
}

#cssload-ball2 {
	background-color: rgb(35,163,10);
	animation-delay: -1725ms;
		-o-animation-delay: -1725ms;
		-ms-animation-delay: -1725ms;
		-webkit-animation-delay: -1725ms;
		-moz-animation-delay: -1725ms;
}

#cssload-wrap3 {
	animation-delay: -1725ms;
		-o-animation-delay: -1725ms;
		-ms-animation-delay: -1725ms;
		-webkit-animation-delay: -1725ms;
		-moz-animation-delay: -1725ms;
}

#cssload-ball3 {
	background-color: rgb(6,110,69);
	animation-delay: -2300ms;
}

#cssload-wrap4 {
	animation-delay: -2875ms;
		-o-animation-delay: -2875ms;
		-ms-animation-delay: -2875ms;
		-webkit-animation-delay: -2875ms;
		-moz-animation-delay: -2875ms;
}

#cssload-ball4 {
	background-color: rgb(15,157,88);
	animation-delay: -3450ms;
		-o-animation-delay: -3450ms;
		-ms-animation-delay: -3450ms;
		-webkit-animation-delay: -3450ms;
		-moz-animation-delay: -3450ms;
}






@keyframes translate {
	100% {
		transform: translateX(45px);
	}
}

@-o-keyframes translate {
	100% {
		-o-transform: translateX(45px);
	}
}

@-ms-keyframes translate {
	100% {
		-ms-transform: translateX(45px);
	}
}

@-webkit-keyframes translate {
	100% {
		-webkit-transform: translateX(45px);
	}
}

@-moz-keyframes translate {
	100% {
		-moz-transform: translateX(45px);
	}
}

@keyframes scale {
	100% {
		transform: scale(1);
	}
}

@-o-keyframes scale {
	100% {
		-o-transform: scale(1);
	}
}

@-ms-keyframes scale {
	100% {
		-ms-transform: scale(1);
	}
}

@-webkit-keyframes scale {
	100% {
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes scale {
	100% {
		-moz-transform: scale(1);
	}
}

@keyframes zindex {
	25% {
		z-index: 1;
	}
	75% {
		z-index: -1;
	}
}

@-o-keyframes zindex {
	25% {
		z-index: 1;
	}
	75% {
		z-index: -1;
	}
}

@-ms-keyframes zindex {
	25% {
		z-index: 1;
	}
	75% {
		z-index: -1;
	}
}

@-webkit-keyframes zindex {
	25% {
		z-index: 1;
	}
	75% {
		z-index: -1;
	}
}

@-moz-keyframes zindex {
	25% {
		z-index: 1;
	}
	75% {
		z-index: -1;
	}
}

@keyframes fadeIn {
	100% {
		opacity: 1;
	}
}

@-o-keyframes fadeIn {
	100% {
		opacity: 1;
	}
}

@-ms-keyframes fadeIn {
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fadeIn {
	100% {
		opacity: 1;
	}
}

@-moz-keyframes fadeIn {
	100% {
		opacity: 1;
	}
}

input:focus, select:focus, textarea:focus, button:focus {
	outline:none;
}

#oplata {
	display:none;
}

