﻿html, body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	}
body {
	font-family: 'Roboto', Arial, Verdana sans-serif;
	font-size: 15px;
	font-weight: 300;
	color: #000000;
	background: #f1f1f1;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-moz-text-size-adjust: none;
	text-size-adjust:none;
	position: relative;
	}
.col60 {
	float: left;
	width: 66.66%;
	}
.col50 {
	float: left;
	width: 50%;
	}
.col30 {
	float: left;
	width: 33.33%;
	}
.col25 {
	float: left;
	width: 25%;
	}
.col20 {
	float: left;
	width: 20%;
	}
.row50 {
	width: 100%;
	height: 50%;
	}
.clear {
	clear: both;
	}
.transition {
	transition: 0.6s;
	}
.overflow-block {
	overflow: hidden;
	width: 100%;
	}
.text-center {
	text-align: center;
	}
.white-t {
	color: #ffffff;
	}
.green-t {
	color: #027A35;
	}
.grey-t {
	color: #7A7A7A;
	}
.green-bg {
	background: #027A35;
	}
.fs14 {
	font-size: 14px;
	}
.fs16 {
	font-size: 16px;
	}
.fs18 {
	font-size: 18px;
	}
strong {
	font-weight: 700;
	}
.overblock {
	overflow: hidden;
	width: 100%;
	}
img {
	border: 0;
	display: block;
	}
h1 {
	margin: 0;
	font-family: 'Bitter', Arial, Verdana sans-serif;
	color: #000000;
	font-size: 48px;
	font-weight: 700;
	}
h2 {
	margin: 0;
	font-family: 'Bitter', Arial, Verdana sans-serif;
	color: #000000;
	font-size: 24px;
	font-weight: 400;
	}
a {
	color: #0c8d0c;
	}

/*
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: 30px;
	height: 54px;
	padding: 6px 10px;
	font-family: PlayfairDisplaySC, Times serif;
	font-size: 20px;
	font-style: italic;
	font-weight: 400;
	line-height: 100%;
	text-align: center;
	}
.form-block-center input[type=text], .form-block-center input[type=password], .form-block-center textarea, .form-block-center select {
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
input[type=submit] {
	width: 184px;
	height: 40px;
	box-shadow: 0 0 0 2px #ffffff, 0 0 0 3px #000000;
	border: 1px solid #000000;
	background-color: #ffffff;
	color: #000000;
	font-size: 15px;
	cursor: pointer;
	}
input[type=submit]:hover {
	color: #e3001d;
	}
.form-block-center input[type=submit] {
	display: block;
	margin: 20px auto 0 auto;
	}
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;
	}
