﻿html, body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	min-height: 668px;
	}
body {
	font-family: Raleway, Arial sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000000;
	background: #ffffff;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-moz-text-size-adjust: none;
	text-size-adjust:none;
	position: relative;
	}
img {
	border: 0;
	display: block;
	}
h1 {
	}
input[type=text], input[type=password], textarea, select {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #000000;
	background: #ffffff;
	margin-bottom: 24px;
	height: 36px;
	padding: 6px 0;
	font-family: Lato, Arial sans-serif;
	font-size: 20px;
	font-weight: 300;
	line-height: 100%;
	}
textarea {
	height: 180px;
	}
input[type=submit] {
	height: 50px;
	border: 0;
	border-radius: 50px;
	padding: 0 50px;
	margin-top: 30px;
	text-decoration: none;
	background-color: rgba(1, 23, 47, 0.8);
	color: #ffffff;
	font-family: Raleway, Arial sans-serif;
	font-size: 18px;
	font-weight: 300;
	transition: 0.6s;
	cursor: pointer;
	}
input[type=submit]:hover {
	background-color: rgba(1, 23, 47, 1.0);
	}
input[type='range'] {
	-webkit-appearance: none;
	width: 70%;
	border-radius: 8px;
	display: block;
	float: left;
	margin-top: 12px;
	height: 7px;
	border: 1px solid #e5e5e5;
	background-color: #fff;
	outline: none;
	} 
input[type='range']::-webkit-slider-thumb {
	-webkit-appearance: none;
	background-color: #007338;
	border: 0;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	cursor: pointer;
	}
input[type=range]::-moz-range-track {
	border-radius: 8px;
	display: block;
	float: left;
	margin-top: 12px;
	height: 7px;
	border: 1px solid #bdc3c7;
	background-color: #fff;
	}
input[type=range]::-moz-range-thumb {
	background: #007338;
	border: 0;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	cursor: pointer;
	}
div.error {
	color: #ffffff;
	font-size: 14px;
	background: #bc1e48 url(/images/icons/attention.png) 20px center no-repeat;
	margin: 16px 0;
	min-height: 45px;
	padding: 16px 88px;
	}
div.save_ok {
	color: #ffffff;
	font-size: 14px;
	background: #9dc826 url(/images/icons/checkmark.png) 20px center no-repeat;
	margin: 16px 0;
	min-height: 45px;
	padding: 16px 88px;
	}
input.error_field, textarea.error_field {
	border: 1px solid #dc3260;
	}
div.warning {
	padding: 12px;
	border: 1px dashed #ccc;
	}
div.attention {
	padding: 0 10px;
	border: 1px dashed #c00505;
	color: #c00505;
	font-size: 17px;
	line-height: 130%;
	}
.warning span {
	font-weight: bold;
	}
.form_name {
	font-size: 0.938em;
	font-weight: 500;
	margin: 1.000em 0 0.250em 0;
	}
.order_link a[href$=".pdf"] {
	display: block;
	background: url(/images/icons/pdf_icon.png) left center no-repeat;			
	padding: 8px 0 8px 30px;
	}
.order_link a[href$=".xls"], .order_link a[href$=".xlsx"] {
	display: block;
	background: url(/images/icons/xls_icon.png) left center no-repeat;			
	padding: 8px 0 8px 30px;
	}
.clear {
	clear: both;
	}
.transition {
	transition: 0.6s;
	}
.overflow-block {
	overflow: hidden;
	width: 100%;
	}
.text-center {
	text-align: center;
	}