/* normalize
==================================================*/
button, hr, input {
	overflow: visible;
}
audio, canvas, progress, video {
	display: inline-block;
}
progress, sub, sup {
	vertical-align: baseline;
}
[type=checkbox], [type=radio], legend {
	box-sizing: border-box;
	padding: 0;
}
html {
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
	display: block;
}
h1 {
	font-size: 2em;
	margin: .67em 0;
}
figure {
	margin: 1em 40px;
}
hr {
	box-sizing: content-box;
	height: 0;
}
code, kbd, pre, samp {
	font-family: 'Gilroy';
	font-size: 1em;
}
a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}
b, strong {
	font-weight: bolder;
}
dfn {
	font-style: italic;
}
mark {
	background-color: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
}
sub {
	bottom: -.25em;
}
sup {
	top: -.5em;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
img {
	border-style: none;
}
svg:not(:root) {
	overflow: hidden;
}
button, input, optgroup, select, textarea {
	font-family: 'Gilroy';
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button, select {
	text-transform: none;
}
[type=reset], [type=submit], button, html [type=button] {
	-webkit-appearance: button;
}
 [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
 border-style: none;
 padding: 0;
}
 [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
 outline: ButtonText dotted 1px;
}
fieldset {
	padding: .35em .75em .625em;
}
legend {
	color: inherit;
	display: table;
	max-width: 100%;
	white-space: normal;
}
textarea {
	overflow: auto;
}
 [type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
 height: auto;
}
[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
 [type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
 -webkit-appearance: none;
}

::-webkit-file-upload-button {
 -webkit-appearance: button;
 font: inherit;
}
summary {
	display: list-item;
}
[hidden], template {
	display: none;
}
* {
	box-sizing: border-box;
}
.color-blue {
	color: #18abff;
}
.color-blue2 {
	color: #6f8fc1;
}
.color-red {
	color: #6f8fc1;
}
.color-silver {
	color: #979797;
}
.color-black {
	color: #000;
}
.color-green {
	color: #47E968;
}
.color-orange {
	color: #F88C2F;
}
.color-white {
	color: #fff;
}
.bg-blue {
	background: #18abff;
	color: #fff;
}
.bg-red {
	background: #F30F13;
}
.bg-silver {
	background: #979797;
}
.bg-black {
	background: #000;
	color: #fff;
}
.bg-green {
	background: #47E968;
	color: #fff;
}
.bg-orange {
	background: #F88C2F;
}
#toTop {
	position: fixed;
	z-index: 9999;
	cursor: pointer;
	right: 10px;
	bottom: 20px;
	display: none;
	font-size: 36px;
	color: #18abff;
}

/* elements form
-------------------------------------*/
::-webkit-input-placeholder {
opacity:1;
 color: #fff;
}
::-moz-placeholder {
 color: #fff;
opacity:1;
}/* Firefox 19+ */
:-moz-placeholder {
 color: #fff;
opacity:1;
}/* Firefox 18- */
:-ms-input-placeholder {
opacity:1;
 color: #fff;
}
form {
	margin: 0 auto;
}
.header-form {
	font-size: 24px;
	margin-bottom: 10px;
}
.header-form > * {
	margin: 0;
	padding: 0;
	font-size: inherit;
	color: inherit;
}
.descript-form {
	margin-bottom: 25px;
	font-size: 18px;
}
input[type=text], input[type=tel], input[type=email], input[type=search] {
	border: 1px solid #e4e5e7;
	background: #e4e5e7;
	height: 50px;
	padding: 0 20px;
	color: #848484;
	width: 100%;
	outline: none;
	font-size: 16px;
}
input[type=text]:focus, input[type=tel]:focus, input[type=email]:focus, input[type=search]:focus {
	background-color: #e4e5e7;
	color: #848484;
}
textarea {
	border: 1px solid #e4e5e7;
	background: #e4e5e7;
	height: 120px;
	width: 100%;
	font-size: 16px;
	padding: 15px 20px;
	resize: none;
	outline: none;
	color: #848484;
}
textarea:focus {
	background-color: #e4e5e7;
	color: #848484;
}
input[type=text]::placeholder, input[type=tel]::placeholder, input[type=email]::placeholder, input[type=search]::placeholder, textarea::placeholder {
	color: #848484;
}

input.error, .form-label input.error {
	border-color: #fd0000;
}

.button {
	display: inline-flex;
	padding: 0 25px;
	flex-wrap: wrap;
	align-items: center;
	min-height: 35px;
	border: 0;
	cursor: pointer;
	text-decoration: none;
	transition: all 0.25s linear;
	position: relative;
	background: #18abff;
	line-height: 1;
	color: #fff;
	min-width: 225px;
	border-radius: 18px;
	justify-content: center;
	outline: none;
}
.button:hover {
	text-decoration: none;
	background: #0b93e1;
	color: #fff;
}
.popupForm {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	display: none;
	z-index: 99999;
}
.popupForm .header-form {
	margin-bottom: 25px;
	font-weight: 500;
}
.form-open-block {
	vertical-align: middle;
	text-align: center;
	width: 100%;
}
.form-open-block form {
	display: inline-block;
	vertical-align: middle;
	background: #fff;
	position: relative;
	z-index: 1000;
	width: 100%;
}
.form-open-block .close {
	position: absolute;
	display: block;
	top: 0px;
	right: 0px;
	cursor: pointer;
}
.form-open-block .close .fa {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	line-height: 24px;
}
.form-open-block:before, .form-open-block:after {
	content: '';
	display: inline-block;
	position: relative;
	height: 100%;
	width: 1px;
	vertical-align: middle;
}
.resultsOpen .close, form .close {
	position: absolute;
	display: block;
	top: 10px;
	right: 10px;
}
.foneBg {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.95);
	z-index: 900;
	top: 0;
	left: 0;
	cursor: pointer;
}
.resultsOpen {
	position: fixed;
	top: 50%;
	left: 50%;
	padding: 10px 20px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 4px;
	background: #fff;
	color: #333;
	font-size: 18px;
	cursor: pointer;
	width: 400px;
	margin: -60px 0 0 -200px;
	text-align: center;
	box-shadow: 0 0 5px #ccc;
	z-index: 99999;
}
.resultsOpen h6 {
	font-size: 24px;
	margin: 0 0 20px;
	line-height: 20px;
	font-family: 'Gilroy';
}