*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
	
}

html.js .loader {
	background: none repeat scroll 0 0 #ffffff;
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
}
html.js .loader_inner {
	background-image: url("../img/preloader.gif");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	height: 32px;
	width: 32px;
	margin-top: -30px;
	margin-left: -20px;
	left: 50%;
	top: 50%;
	position: absolute;
}

body {
	font-size: 16.4px;
	min-width: 320px;
	position: relative;
	line-height: 1.6;
	font-family: "MuseoSansCyrl-500";
	overflow-x: hidden;
	color: #333;
}
p {
	margin: 0;
}
h2 {
	font-family: "MuseoSansCyrl-500";
	font-size: 36px;
    color: #333;
	margin: 0 0 20px 0;
	line-height: 1.2;
}
h3 {
	color: #565656;
	font-size:27px;
	font-family: "MuseoSansCyrl-700";
	line-height: 1.3;
}
.top_line li {
	display: inline-block;
	margin: 0 10px;
	line-height: 1.2;
}
ul {
	padding: 0;
	margin: 0;
}
a:hover {
	text-decoration: none;
	color: #333;
}
a:focus {
	text-decoration: none;
	color: #fff;
}
.hidden {
	display: none;
}
.head_bis {
	background: linear-gradient(to right, #fefefe, #f6f6f6);
	max-width: 100%;
	background-size: cover;
    -moz-background-size: cover;
}
.top_line {
	margin-top: 20px;
}
.logo {
	font-family: "MullerBold";
	color: #fff;
}
.logo img, .logo p {
	display: inline-block;
}
.logo img {
	margin-right: 5px;
}
.logo p {
	margin-left: 10px;
}
.main_menu {
	text-align: right;
	font-family: "MuseoSansCyrl-700";
}
.main_menu a {
	color: #333;
}
.blue_li{
	border-bottom: 2px solid #0099ff;
}
.wrap_name h1 {
	font-family: "MuseoSansCyrl-700";
	font-size: 34px;
	line-height: 1.3;
	margin-bottom: 10px;
	margin-top: 40px;
}
.resp_img img {
	margin-top: 50px;
}
.wrap_name li {
	list-style-type: none;
}
.bold {
	font-family: "MuseoSansCyrl-700";
}
.head_wrap {
	margin-top: 45px;
}
.head_wrap p {
    font-size: 16px;
	font-family: "MuseoSansCyrl-300";
}
.head_wrap .a_dark {
	color: #333;
	font-size: 14px;
	font-family: "MuseoSansCyrl-500";
	text-decoration: underline;
	display: block;
	margin-top: 25px;
}

.wrap_button {
	margin-top: 40px;
}
.button_1 {
	background-color: #00a0fe;
	font-family: "MuseoSansCyrl-300";
	border-radius: 50px;
	padding: .5em 1.6em;
	font-size: 20px;
	color: #fff;
}
.button_2 {
	background-color: #00bb00;
	font-family: "MuseoSansCyrl-700";
	border-radius: 50px;
	padding: .3em 1em;
	font-size: 27px;
	color: #fff;
}
.button_4{
	background: rgb(177, 0, 0);
	/* color:#3568f3; */
	border-radius: 18px;
	padding: .4em 1.2em;
	font-family:"MuseoSansCyrl-700";
	/* width:170px; */
	/* font-size: 16px; */
	text-align:center;
	color: #fff;
}

.blue {
	color: #298ff5;
}
.dark_blue {
	color: #4c6af1;
}
.wrap_1 {
	padding: 60px 0;
	text-align: center;
	color: #757575;
}
.wr_mid {
	width: 650px;
	margin: 0 auto;
}
.wr_mid img {
	margin-bottom: 40px;
}
.wr1_img {
	margin-top: 100px;
}
.wrap_2 h2 {
	font-size: 27px;
}
.wrap_2 {
	padding: 60px 0;
	background: #f7f9fa;
	text-align: center;
	color: #757575;
}
.wrap_2 img {
	max-width: 100%;
}
.wrap_3{
	padding: 100px 0;
	color: #757575;
	text-align: center;
}
.wr3_bottom {
	border: 1px solid #cecece;
	border-radius: 20px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
	margin: 0 auto;
	padding: 20px 80px 60px;
	max-width: 800px;
}


/* Footer */
.main_foot {
	background: #222;
	padding: 10px 0 50px;
	text-align: center;
	font-family: "MuseoSansCyrl-300";
}
.main_foot h3 {
	color: #909090;
	font-size: 40px;
	font-family: "MuseoSansCyrl-500";
}
.foot_menu {
	margin-top: 70px;
}
.main_foot .fa {
	color: #cbcbcb;
	font-size: 30px;
	margin: 0 20px;
}
.foot_menu li {
	text-transform: uppercase;
	list-style-type: none;
	display: inline-block;
	margin: 0 10px;
}
.foot_menu a {
	color: #9a9a9a;
}
.foot_menu a:hover {
	text-decoration: none;
}
.foot_menu a:focus {
	text-decoration: none;
}
.foot_menu ul, .styled-select {
	display: inline-block;
}
.copyright {
	color: #999;
	margin-top: 30px;
}
.gen {
	font-size: 15px;
    line-height: 1.5;
    width: 250px;
	padding: 5px;
	text-align: center;
}
.styled-select {
   background: url(../img/arrow.png) no-repeat 96% 0;
   height: 29px;
   overflow: hidden;
   width: 100px;
   vertical-align: middle;
   line-height: 1.7;
   margin-left: 10px;
}

.styled-select select {
   background: transparent;
   border: none;
   font-size: 14px;
   height: 29px;
   padding-left: 5px; /* If you add too much padding here, the options won't show in IE */
   width: 118px;
}

/* -------------------- Rounded Corners */
.rounded {
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
}
/* -------------------- Colors: Background */
.black   { background-color: #4a4a4a; }

/* -------------------- Colors: Text */
.black select   { color: #9a9a9a; }

@charset "UTF-8";
.fil0 {fill:#88898a}
.fil1 {fill:#88898a;fill-rule:nonzero}
.fil2 {fill:#88898a;fill-rule:nonzero}
