*::-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: 16px;
	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: 40px;
    color: #333;
	margin: 0 0 20px 0;
}
h3 {
	color: #333;
	font-size:30px;
	font-family: "MuseoSansCyrl-700";
	line-height: 1.3;
}
li {
	display: inline-block;
	margin: 0 10px;
	line-height: 1.2;
}
ul {
	padding: 0;
	margin: 0;
}
a:hover {
	text-decoration: none;
	color: #fff;
}
a:focus {
	text-decoration: none;
	color: #fff;
}
.hidden {
	display: none;
}
.head_prem {
	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-300";
	font-size: 46px;
	line-height: 1;
	margin-bottom: 10px;
	margin-top: 70px;
}
.wrap_name p {
	font-family: "MuseoSansCyrl-700"!important;
	font-size: 46px!important;
	line-height: 1.2;
	margin-bottom: 10px;
}
.wrap_name p, img {
	display: inline-block;
}
.wrap_name img {
	vertical-align: top;
	width: 25px;
}
.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: 70px;
}
.wrap_button {
	margin-top: 70px;
}
.button_1 {
	background-color: #00a0fe;
	font-family: "MuseoSansCyrl-300";
	border-radius: 50px;
	padding: .7em 1.6em;
	font-size: 20px;
	color: #fff;
}
.button_2 {
	background-color: #00bb00;
	font-family: "MuseoSansCyrl-700";
	border-radius: 50px;
	padding: .3em 1em;
	font-size: 28px;
	color: #fff;
}
.blue {
	color: #298ff5;
}
.dark_blue {
	color: #4c6af1;
}
.wrap_1 {
	padding: 60px 0;
	text-align: center;
	color: #757575;
}
.wr_mid {
	width: 670px;
	margin: 0 auto;
}
.wrap_2 {
	padding: 60px 0;
	background: #f7f9fa;
	color: #757575;
}
.wrap_2 img {
	max-width: 100%;
	margin-top: 50px;
}
.wrap_3{
	padding: 60px 0;
	color: #757575;
}
.wrap_4 {
	text-align: center;
	padding: 90px 0;
	background: #f7f9fa;
	color: #757575
}
.wrap_5 {
	padding: 60px 0;
}
.sm {
	font-size: 28px;
	font-family: "MuseoSansCyrl-700";
	margin-bottom: 30px;
}
.sml {
	font-size: 14px;
	color: #565656;
}
.smal {
	font-size: 12px;
}
.wrap_6 {
	padding-bottom: 60px;
	text-align: center;
}
.wrap_foot_button {
	margin-bottom: 50px;
}

td,
th {
  text-align: center;
  font-size: 18px;
  padding: 15px;
}

td {
  color: #565656;
}
.simple_table {
	border: 1px solid #cecece;
    border-collapse: separate;
    border-radius: 20px;
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1);
    color: #565656;
    font-size: 18px;
    margin: 50px auto;
}

.l_bot {
	border-bottom: 1px solid #cecece;
}
.r_bord {
	border-right: 1px solid #cecece;
}
th:first-child,
td:first-child {
  color: black;
}

@media screen and (max-width: 768px) {
  tr {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
  }
  td,
  th {
    display: block;
    width: 33.333333333333%;
    font-size: 16px;
  }
  th:first-child,
  td:first-child {
    width: 100%;
  }
  th:first-child {
    display: none;
  }
}
.smll {
	color: #000;
}
.p {
  text-align: center;
  font-size: 13px;
  padding-top: 130px;
}
.mid {
	text-align: left;
}

/* 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;
}
.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}

/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
h2 {
	font-size: 25px;
}
.simple_table {
    margin: 0 auto;
}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
.head_wrap {
	margin-top: 20px;
	text-align: center;
}
.wrap_1, .wrap_2, .wrap_3, .wrap_4, .wrap_5, .wrap_6{
    padding: 40px 0;
	text-align: center;
}
.button_2, .button_1 {
    margin: 30px auto;
}
.resp_img img {
    margin-top: 10px;
	width: 100%;
}
.desc p {
	padding-right: 0;
	margin-bottom: 30px;
}
.resp_img img {
	margin-top: 30px;
}
.wrap_button {
    margin-top: 50px;
}
.wrap_3 img {
	margin-top: 30px;
}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
.head {
    min-height: 660px;
}
.head_wrap {
	margin-top: 20px;
	text-align: center;
}
.wrap_1, .wrap_2, .wrap_3, .wrap_4, .wrap_5, .wrap_6{
    padding-top: 40px;
	text-align: center;
}
.wrap_5 p {
	line-height: 1.6;
	font-size: 12px;
}
.wrap_p {
    width: 460px;
}
.foot_menu {
    margin-top: 40px;
}
.styled-select select {
    margin-left: 0;
}
.wr_im img {
	max-width: 100%;
}
.big_img {
    margin-top: 50px;
}
.disp {
	display: none;
}
.smll {
	font-size: 14px;
}
.simple_table .smll {
	line-height: 1.2!important;
}
.wr_mid {
    width: 450px;
}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
li {
	margin: 0 5px;
	font-size: 14px;
}
h2 {
	font-size: 18px;
}
h3 {
    font-size: 24px;
}
.main_menu {
    text-align: center;
	margin-top: 20px;
}
.head {
    min-height: 760px;
}
.wrap_button {
    margin-top: 30px;
}
.wr_mid {
    margin: 0 auto;
    width: 300px;
}
.wrap_p {
    width: 290px;
}
.head_wrap {
	margin-top: 20px;
}
.head_wrap h1 {
    font-size: 38px;
	margin-top: 20px;
}
.wrap_2 img, .wrap_3 img {
	max-width: 70%;
	margin-top: 30px;
}
.wrap_1, .wrap_3, .wrap_4, .wrap_5, .wrap_6{
    padding-top: 20px;
}
.wrap_4, .wrap_3 {
	padding-bottom: 20px;
}
.email_form {
	width: 300px;
	 padding-bottom: 40px;
}
.foot_menu {
    margin-top: 40px;
}
.wrap_5 p {
	font-size: 10px;
	margin-top: 10px;
}
.wrap_5 {
	padding-bottom: 0;
}
.wr_5 img {
    height: 40px;
}
.button_1 {
    font-size: 16px;
}
.wrap_5 h2 {
    margin-bottom: 40px;
}
.button_2 {
    font-size: 24px;
}
.sm {
    line-height: 1.4;
    font-size: 24px;
}
.main_foot h3 {
	font-size: 24px;
}
td, th {
    font-size: 10px;
	padding: 10px 5px;
	width: 26%;
}
.smll {
	font-size: 12px;
}
.width {
	width: 48%;
}
.simple_table {
    margin: 30px 20px;
}
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}
