﻿html, body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	}
body {
	font-family: 'Roboto', 'RobotoL', Arial, Verdana sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #000000;
	background: #E3EAEC;
	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.6%;
	}
.col50 {
	float: left;
	width: 50%;
	}
.col30 {
	float: left;
	width: 33%;
	}
.col25 {
	float: left;
	width: 25%;
	}
.col20 {
	float: left;
	width: 20%;
	}
.row50 {
	width: 100%;
	height: 50%;
	}
.clear {
	clear: both;
	}
.transition {
	transition: 0.6s;
	}
strong {
	font-weight: 500;
	}
.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;
	}
.nomargin {
	margin: 0;
	}
.nomargin-top {
	margin-top: 0;
	}
.nomargin-bottom {
	margin-bottom: 0;
	}
.hidden, .hidden-form, .hidden-a {
	display: none !important;
	}
a {	
	color: #000000;
	text-decoration: none;
	}
img {
	border: 0;
	display: block;
	}
h1 {
	}
input[type=range] {
	-webkit-appearance: none;
	margin: 18px 0;
	width: 100%;
	}
input[type=range]:focus {
	outline: none;
	}
input[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	height: 4px;
	cursor: pointer;
	animate: 0.2s;
	background: #e3eaec;
	border-radius: 4px;
	border: 0;
	}
input[type=range]::-moz-range-track {
	width: 100%;
	height: 4px;
	cursor: pointer;
	animate: 0.2s;
	background: #e3eaec;
	border-radius: 4px;
	border: 0;
}
input[type=range]::-ms-track {
	width: 100%;
	height: 4px;
	cursor: pointer;
	animate: 0.2s;
	background: transparent;
	border-color: transparent;
	border-width: 16px 0;
	color: transparent;
}
input[type=range]::-webkit-slider-thumb {
	box-shadow: 0 0 0 5px #d3eee1;
	border: 0;
	height: 30px;
	width: 30px;
	border-radius: 30px;
	background: linear-gradient(to top, #027a35, #24ab6a);
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -14px;
	}
input[type=range]::-moz-range-thumb {
	box-shadow: 0 0 0 5px #d3eee1;
	border: 0;
	height: 30px;
	width: 30px;
	border-radius: 30px;
	background: linear-gradient(to top, #027a35, #24ab6a);
	cursor: pointer;
	}
input[type=range]::-ms-thumb {
	box-shadow: 0 0 0 5px #d3eee1;
	border: 0;
	height: 30px;
	width: 30px;
	border-radius: 30px;
	background: linear-gradient(to top, #027a35, #24ab6a);
	cursor: pointer;
	}
input[type=range]::-ms-fill-lower {
	background: #027A35;
	border: 0;
	border-radius: 4px;
	height: 4px;
	}
input[type=range]::-ms-fill-upper {
	background: #e3eaec;
	border: 0;
	border-radius: 4px;
	height: 4px;
	}
input[type=range]:focus::-ms-fill-lower {
	background: #027A35;
	border: 0;
	border-radius: 4px;
	height: 4px;
	}
input[type=range]:focus::-ms-fill-upper {
	background: #e3eaec;
	border: 0;
	border-radius: 4px;
	height: 4px;
	}
input[type=range]::-moz-range-progress {
	background-color: #027A35;	
	height: 4px;
	border: 0;
	border-radius: 4px;
	}

.radio {
	position: relative;
	display: inline-block;
	margin-right: 30px;
	}
.radio_input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: absolute;
	}
.radio_label {
	padding-left: 26px;
	cursor: pointer;
	font-weight: 300;
	font-size: 14px;
	line-height: 143%;
	color: #000000;
	}
.radio_label:before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	border: 0;
	background-color: #E3EAEC;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transition: border .1s linear;
	}
.radio_label:after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	background-color: #027A35;
	border-radius: 50%;
	opacity: 0;
	position: absolute;
	top: 4px;
	left: 4px;
	z-index: 2;
	transition: opacity .1s linear;
	}
.radio_input:checked + .radio_label:after {
	opacity: 1;
	}


.checkbox {
	position:relative;
	padding-left:25px;
}
.checkbox input[type=checkbox] {
	display:none;
}
.checkbox label a {
	color: #027A35;
}
.checkbox label:before {
	content:'';
	display: block;
	height: 16px;
	width: 16px;
	background-color: #E3EAEC;
	outline: none;
	position: absolute;
	top: 0;
	left: 0;
}
.checkbox label:after {
	content:'';
	display: block;
	height: 28px;
	width: 28px;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg baseProfile='tiny' height='32px' version='1.1' viewBox='0 0 32 32' width='32px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cg id='Guides__x26__Forms'/%3e%3cg id='Icons'%3e%3cg%3e%3cpolygon fill='%23027A35' points='22.186,10.52 14.054,18.652 9.814,14.411 8.4,15.825 14.054,21.48 23.6,11.934 '/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
        background-size: cover;
	outline: none;
	position: absolute;
	top: -6px;
	left: -6px;
	opacity: 0;
}
.checkbox input[type=checkbox]:checked + label:after {
	opacity: 1;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none !important;
	background: #ffffff url(/images/chevron-down.svg) right 10px center no-repeat;
	width: 100%;
	height: 50px;
	border: 1px solid #D6D6D6;
	padding: 0 35px 0 20px;
	font-weight: 300;
	font-size: 14px;
	color: #000000;
	outline: none;
	cursor: pointer;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
select::-ms-expand {
	display: none;
	}

.c-type select {
	width: 210px;
	margin-left: 30px;
	}


input[type=text], input[type=password], textarea {
	width: 100%;
	height: 50px;
	border: 1px solid #D6D6D6;
	padding: 0 20px;
	font-family: 'Roboto', 'RobotoL', Arial, Verdana sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #000000;
	outline: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
textarea {
	height: 150px;
	padding: 20px;
	}
.form_name {
	font-weight: 400;
	font-size: 12px;
	line-height: 167%;
	color: #848484;
	margin-bottom: 5px;
	}
input[type=submit] {
	font-family: 'Roboto', 'RobotoL', Arial, Verdana sans-serif;
	height: 70px;
	border: 0;
	background-color: #027A35;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	color: #FFFFFF;
	cursor: pointer;
	padding: 0 65px;
	outline: none;
	}
#counter-form input[type="submit"]:disabled {
	background: #c4c4c4;
	cursor: default;
	}
#search input[type=submit] {
	height: 50px;
	margin: 30px auto 0 auto;
	display: block;
	}
#counter-form .error-input, #subscribe input[type=text].error-input {
	border: 1px solid #e30613;
	}
#counter-form .form-ok {
	font-weight: 300;
	font-size: 18px;
	color: #027a35;
	text-align: center;
	margin-top: 24px;
	}
#subscribe input[type=text] {
	width: 180px;
	height: 40px;
	font-size: 12px;
	vertical-align: top;
	}
#subscribe input[type=submit] {
	width: 90px;
	height: 40px;
	font-size: 12px;
	padding: 0;
	margin-left: 10px;
	vertical-align: top;
	}
.s_result_comment {
	font-weight: 300;
	font-size: 24px;
	line-height: 125%;
	text-align: center;
	color: #000000;
	margin: 40px 0 20px 0;
	}
.s_result_block {
	margin: 30px 0;
	}
.s_result_text {
	line-height: 150%;
	margin-top: 6px;
	}
.s_result_header {
	font-size: 18px;
	}
.s_result_header a {
	color: #027A35;
	text-decoration: underline;
	}
.form-error, .error {
	color: #ed1c24 !important;
	font-size: 12px !important;
	line-height: 28px;
	}
#form-result {
	text-align: center;
	margin-top: 20px;
	font-size: 18px;
	color: #027A35;
	line-height: 150%;
	}
.nav {	
	text-align: center;
	}
.nav a, .nav strong {	
	display: inline-block;
	width: 32px;
	height: 32px;
	border-radius: 16px;
	text-align: center;
	line-height: 32px;
	font-weight: 400;
	color: #7a7a7a;
	transition: 0.6s;
	}
.nav a:hover {	
	color: #027a35;
	background: #f1f4f5;
	}
.nav strong {	
	color: #000000;
	font-weight: 700;
	}
form#online-application input#summa{	
	width: 100%;
    height: 50px;
    border: 1px solid #D6D6D6;
    padding: 0 20px;
    font-family: 'Roboto', 'RobotoL', Arial, Verdana sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #000000;
    outline: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}    