
*::-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, body  {
	font-family: "RobotoRegular", sans-serif;
	font-size: 12px;
	min-width: 320px;
	position: relative;
padding-top: 10px;

	margin: 0 auto;
}
body {

	background-color: #fff;

}

header{
	background-color: #fff;
	width: 100%;
	height: 89px;
display: inline-block;
	padding: 0;
	position: fixed;
	margin-top: -20px;
	z-index: 200;	
}

.logo {
padding-left: 10px;
padding-top: 5px;
float: left;
}

.banner-block {
    background: url("../img/header_bg.png") center no-repeat;
    position: fixed;
    top: 77px;
    width: 100%;
    height: 86px;
    background-color: transparent;
    z-index:170;
}
.main-mnu {
	background-color: #fff;
	color: #fff;
	margin-bottom: 20px;
float: right;
padding-top: 25px;
    padding-right: 110px;
text-align: center;

}
.main-mnu ul li a {
 color: #083651;
padding: 5px 25px;
display: block;
border: none;
border-radius: 1px;
 z-index: 10;
}
.main-mnu a:hover{
	background: #083651;
    color: #7ab7d3;

}
.main-mnu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	
}
.main-mnu ul li {
	display: inline-block;
	position: relative;

}
.main-mnu .dropdown {
	position: absolute;
	top: 100%;
	width:inherit;
	z-index: 3;
	display: none;

}
.main-mnu li:hover .dropdown {
	display: block;
}
.main-mnu .dropdown li {
	width: 100%;
	text-align: justify;
	line-height: 20px;
	height: 30px;
}
.main-mnu .dropdown li a{
 background-color: #083651;
 color:#fff;
 padding:7px 9px;
 text-align: center;
}
.main-mnu .dropdown li a:hover {
	color: #7ab7d3;
}

button {
    display: block;
    border-radius: 2px;
    max-width: 230px;
    width: auto;
    height: 27px;
    cursor:pointer;
}

button.auth-button{
background-color: transparent;
 color: #083651;
padding: 8px 9px;
line-height: 8px;
display: block;
border: none;
border-radius: 1px;
 z-index: 10;
}

.auth-button:hover {
background: #083651;
    color: #7ab7d3;




}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}




.service_descr {
position: relative;
    background-color: #fff;
    max-width: 1000px;
    width: 100%;
    height:auto;
    margin: 40px auto;
    padding: 20px;

}
 h2, h3 {
 color:#7ab7d3;
  text-transform: uppercase;
 font-weight: bold;
 font-size: 35px;
 padding: 10px 25px;
}
h3 {
 color:#7ab7d3;
 font-weight: normal;
 font-size: 16px;
 padding: 10px 25px;
}
h4 {
 color:#7ab7d3;
 text-align: center;
font-weight: normal;
 font-size: 20px;
 margin-bottom: 3px;

}
.service_descr p {
 padding: 0 15px;
 margin: 0 10px;
  font-size: 16px;
 color: rgba(136, 136,136,1);

}

button.btn {
    display: block;
    color: #fff;
    text-transform: uppercase;
    background: #083651; 
    padding: 8px 15px;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    border: 1px solid #444;
    border-radius: 4px;
    opacity: 1;
    margin-top: 25px;
    margin-left: 15px;
    clear: both;
    -webkit-transition: all 0.4s ease-in-out 1s;
    transition: all 0.4s ease-in-out 1s;
}
button.how_do_i_start {
    display: inline;

    /*text-transform: uppercase;*/
    background: #083651; 
    padding: 8px 15px;
    /*font-size: 12px;
    font-weight: normal;
    color: #fff;*/
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    border: 1px solid #444;
    border-radius: 4px;
    opacity: 1;
    margin-top: 0;
    margin-left: 10px;
    clear: both;
    -webkit-transition: all 0.4s ease-in-out 1s;
    transition: all 0.4s ease-in-out 1s;
}
.how_do_i_start p {
    color: #fff;
padding: 0px 5px;
text-align: left;
font-size: 1em;
max-width:270px;
    min-height: 25px;
    width:100%;
    height: 100%;

}
img {
    border:none;
    width: 100%;
}

/*//////////////////*/

/*form*/
/*////////////////////*/
   #customer_login {
    display: block;
    left:250px;
    top: 200px;

}
    .customer_login_inside_black {
    	height: auto;
    position: absolute;
    z-index: 992;

    	background-position: right bottom;
    background-repeat: no-repeat;
    padding-bottom: 9px;
    padding-right: 9px;
    width: 270px;
    	background-color: rgb(184, 208, 222);
    	padding: 15px;
    	  border-radius: 4px;
    	    height: auto;
    	       display: none;

    }
    form {
    	display: block;
    	text-align: center;

    }

#customer_login label {
    color: #000;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 0;
   
}
label {
       cursor: default;
    	 text-align: left;  
}
input.input-text {
    background: #f2f2f2;
    border: 0 solid #ccc;
    font-family: Arial,Tahoma,Verdana;
    font-size: 12px;
    height: 20px;
    padding: 5px;
    float: left;
}
button#submit_con {
    border: none;
    border-radius: 2px;
    box-shadow: rgba(0, 0, 0, 0.0980392) 0px 1px 1px;
    color: #fff;
    cursor: pointer;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    background: /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e07d54+9,c1382d+47,b51112+87 */
background: rgb(224,125,84); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(224,125,84,1) 9%, rgba(193,56,45,1) 47%, rgba(181,17,18,1) 87%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(9%,rgba(224,125,84,1)), color-stop(47%,rgba(193,56,45,1)), color-stop(87%,rgba(181,17,18,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(224,125,84,1) 9%,rgba(193,56,45,1) 47%,rgba(181,17,18,1) 87%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(224,125,84,1) 9%,rgba(193,56,45,1) 47%,rgba(181,17,18,1) 87%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(224,125,84,1) 9%,rgba(193,56,45,1) 47%,rgba(181,17,18,1) 87%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(224,125,84,1) 9%,rgba(193,56,45,1) 47%,rgba(181,17,18,1) 87%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e07d54', endColorstr='#b51112',GradientType=0 ); /* IE6-9 */
width: 100%;
margin-top: 20px;
height: 20px;
  }
input {
    width: 90%;
}
form {
	display: block;
    text-align: center;
   /* margin: 10px 0px 20px;*/
}

input,
textarea {
    border: none;
    box-shadow: rgba(0, 0, 0, 0.14902) 0px 1px 1px inset, rgb(245, 245, 246) -1px -1px 0px 0px, rgb(245, 245, 246) 1px 1px 0px 0px, rgb(245, 245, 246) 1px 0px 0px 0px, rgb(245, 245, 246) 0px 1px 0px 0px, rgb(245, 245, 246) 1px -1px 0px 0px, rgb(245, 245, 246) -1px 1px 0px 0px;
    color: rgb(84, 86, 88);
    padding-left:0;
    font-size: 14px;
    border-radius: 2px;
    margin-left: 3px;
    background: none 0px 0px repeat scroll rgb(255, 255, 255);
}


/*
a:hover {
    color: rgb(179, 13, 16);
}*/
/*//////////////////*/

/*form*/
/*////////////////////*/

 #customer_login_black {
   /* display: block;*/
    right:10px;
    top: 5px;
}
body #customer_login_black {
 height: auto;
 position: fixed;
 z-index: 1006;
 top: 15%;
   
}
#customer_login_black.customer_login_container_black {
    /*background-image: url(backgrounds/shadow.png);*/
    background-position: right bottom;
    background-repeat: no-repeat;
    padding-bottom: 9px;
    padding-right: 9px;
    width: 270px;
    height: 207px;
}
    .customer_login_inside_black {
    	background-color: rgba(0,0,0,0.6);
    	padding: 15px;
    	  border-radius: 2px;
    	    height: auto;
    	    width: 270px;
    position: absolute;
    right: 0px;
    }
    form {
    	display: block;
    	text-align: center;
}

#customer_login_black label {
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 0;
      cursor: default;
    	 text-align: left;
   
}
label {
     /*  cursor: default;
    	 text-align: left;*/
    	 padding-right: 

    }
}
input.input-text {
    background: #f2f2f2;
    border: 0 solid #ccc;
    font-family: Arial,Tahoma,Verdana;
    font-size: 12px;
    height: 20px;
    padding: 5px;
    float: left;
}

button#submit_con_brown {
	 background-color: rgba(181, 125, 107, 1);
    border: none;
    border-radius: 2px;
    box-shadow: rgba(0, 0, 0, 0.0980392) 0px 1px 1px;
    color: #fff;
    cursor: pointer;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
width: 90%;
    margin-top: 20px;
    margin-left: 13px;
    height: 20px;
  
}


input {
    width: 90%;
}

form {
	display: block;
    text-align: center;
   /* margin: 10px 0px 20px;*/
}

input,
textarea {
    border: none;
    box-shadow: rgba(0, 0, 0, 0.14902) 0px 1px 1px inset, rgb(245, 245, 246) -1px -1px 0px 0px, rgb(245, 245, 246) 1px 1px 0px 0px, rgb(245, 245, 246) 1px 0px 0px 0px, rgb(245, 245, 246) 0px 1px 0px 0px, rgb(245, 245, 246) 1px -1px 0px 0px, rgb(245, 245, 246) -1px 1px 0px 0px;
    color: rgb(84, 86, 88, 0.6);
    padding-left:0;
    font-size: 14px;
    border-radius: 2px;
    margin-left: 3px;
    background: none 0px 0px repeat scroll rgb(255, 255, 255);
}

#reg {
    height: 40px;
    position: relative;
    
}
.pull-left {
    display: block;
    position: absolute;
    top: 5px;
        left: 10px;
    bottom: 5px;
}
.pull-right {
    display: block;
    position: absolute;
    right:11px;
    top: 5px;
    bottom: 5px;
}
.pull-left p {
font-size: 12px;
    color: #fefefe;
}


.pull-right p {
    font: 12px;
    color: #fefefe;
}











/*/////////////////*/
/*form black end*/
/*/////////////////*/


/*feedback-form*/
.steps-box {
    width: 350px;
    position: absolute;
        bottom: 45%;
    right: 15%;
    padding: 0;
    z-index: 20;
    display: none;
}
.feedback-form{ /* вся форма */


    max-width: 250px;
    width: 80%;
    background-color: rgb(184, 208, 222);
        padding: 15px;
          border-radius: 4px;
            height: auto;
            position: absolute;

    padding: 25px;
    margin: 15px;
    z-index: 12;
}

.feedback-form label { /* наименование полей */
  /*float: left;
  display: block;
  clear: right;*/
  color: #000;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 0;
    text-align: left;
}
.feedback-form .w100 { /* поля */
  /*float: right;
  max-width: 400px;
  width: 97%;
  margin-bottom: 1em;
  padding: 1.5%;*/
  background: #f2f2f2;
    border: 0 solid #ccc;
    font-family: Arial,Tahoma,Verdana;
    font-size: 12px;
    height: 20px;
    padding: 5px;
    float: left;
    width: 97%;
      margin-bottom: 1em;

}
.feedback-form .border { /* граница полей */
  border-radius: 1px;
  border-width: 1px;
  border-style: solid;
  border-color: #C0C0C0 #D9D9D9 #D9D9D9;
  box-shadow: 0 1px 1px rgba(255,255,255,.5), 0 1px 1px rgba(0,0,0,.1) inset;
}
.feedback-form .border:focus {
  outline: none;
  border-color: #abd9f1 #bfe3f7 #bfe3f7;
}
.feedback-form .border:hover {
  border-color: #7eb4ea #97cdea #97cdea;
}
.feedback-form .border:focus::-moz-placeholder { /* убрать при фокусе первоначальный текст поля */
  color: transparent;
}
.feedback-form .border:focus::-webkit-input-placeholder {
  color: transparent;
}
.feedback-form .border:not(:focus):not(:hover):valid { /* правильно заполненные поля */
  opacity: .8;
}
/*.moreOption{
        width: 100%;
        margin: 0 auto 10px;
        overflow: hidden;
    }*/
  
textarea{
  border: none;
    box-shadow: rgba(0, 0, 0, 0.14902) 0px 1px 1px inset, rgb(245, 245, 246) -1px -1px 0px 0px, rgb(245, 245, 246) 1px 1px 0px 0px, rgb(245, 245, 246) 1px 0px 0px 0px, rgb(245, 245, 246) 0px 1px 0px 0px, rgb(245, 245, 246) 1px -1px 0px 0px, rgb(245, 245, 246) -1px 1px 0px 0px;
    color: rgb(84, 86, 88);
    padding-left:0;
    font-size: 14px;
    border-radius: 2px;
    margin-left: 3px;
    background: none 0px 0px repeat scroll rgb(255, 255, 255);
    min-height: 40px;
    }
   
#submitFF { /* кнопка "Отправить" */
  /*padding: 2%;
  border: none;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(0,0,0,.2) inset;
  background: #669acc;
  color: #fff;*/


  border: none;
    border-radius: 2px;
    box-shadow: rgba(0, 0, 0, 0.0980392) 0px 1px 1px;
    color: #fff;
    cursor: pointer;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    background: /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e07d54+9,c1382d+47,b51112+87 */
background: rgb(224,125,84); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(224,125,84,1) 9%, rgba(193,56,45,1) 47%, rgba(181,17,18,1) 87%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(9%,rgba(224,125,84,1)), color-stop(47%,rgba(193,56,45,1)), color-stop(87%,rgba(181,17,18,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(224,125,84,1) 9%,rgba(193,56,45,1) 47%,rgba(181,17,18,1) 87%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(224,125,84,1) 9%,rgba(193,56,45,1) 47%,rgba(181,17,18,1) 87%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(224,125,84,1) 9%,rgba(193,56,45,1) 47%,rgba(181,17,18,1) 87%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(224,125,84,1) 9%,rgba(193,56,45,1) 47%,rgba(181,17,18,1) 87%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e07d54', endColorstr='#b51112',GradientType=0 ); /* IE6-9 */  
        width: 20%;
    margin-bottom: 5px;
    height: 25px;
    float: right; 
    padding-left: 6px; 
}
.feedback-form br {
  height: 0;
  clear: both;
}
#submitFF:hover {
  background: rgba(193,56,45,1);
}
#submitFF:focus {
  box-shadow: 0 1px 1px #fff, inset 0 1px 2px rgba(0,0,0,.8), inset 0 -1px 0 rgba(0,0,0,.05);
}

/*feedback-form end старая форма*/ 



/*новая форма*/
.steps-box {
    width: 350px;
    position: absolute;
        top: 5%;
    right: 40%;
    padding: 0;
    z-index: 12;
   /* display: block;
       position: absolute;
    border-radius: 4px;*/
   /* max-width: 250px;*/
  /*  width: auto;
    position: absolute;
    color: #fff;
bottom: 20%;
    right: 25%;
    padding: 0;
    z-index: 2;*/
}

#feedback-form { /* вся форма */

   /*width: 350px;
  padding: 2%;
  border-radius: 3px;
  background: #f1f1f1;
  position: absolute;
    bottom: 20%;
    right: 25%;
    padding: 0;
    z-index: 12;*/
    max-width: 250px;
    width: 80%;
    background-color: rgb(184, 208, 222);
        padding: 15px;
          border-radius: 4px;
            height: auto;
            position: absolute;
   /*bottom: 45%;
    right: 25%;*/
    padding: 25px;
    margin: 15px;
    z-index: 12;
}
/*hr {
    margin-top: 10px;
    width: 80%;
}*/
#feedback-form label { /* наименование полей */
  /*float: left;
  display: block;
  clear: right;*/
  color: #000;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 0;
    text-align: left;
}
#feedback-form .w100 { /* поля */
  /*float: right;
  max-width: 400px;
  width: 97%;
  margin-bottom: 1em;
  padding: 1.5%;*/
  background: #fff;
    border: 0 solid #fff;
    font-family: Arial,Tahoma,Verdana;
    font-size: 12px;
    height: 20px;
    padding: 2px 7px;
    float: left;
    width: 97%;
      margin-bottom: 1em;

}
#feedback-form .border { /* граница полей */
  border-radius: 1px;
  border-width: 1px;
  border-style: solid;
  border-color: #C0C0C0 #D9D9D9 #D9D9D9;
  box-shadow: 0 1px 1px rgba(255,255,255,.5), 0 1px 1px rgba(0,0,0,.1) inset;
}
#feedback-form .border:focus {
  outline: none;
  border-color: #abd9f1 #bfe3f7 #bfe3f7;
}
#feedback-form .border:hover {
  border-color: #7eb4ea #97cdea #97cdea;
}
#feedback-form .border:focus::-moz-placeholder { /* убрать при фокусе первоначальный текст поля */
  color: transparent;
}
#feedback-form .border:focus::-webkit-input-placeholder {
  color: transparent;
}
#feedback-form .border:not(:focus):not(:hover):valid { /* правильно заполненные поля */
  opacity: .8;
}
/*.moreOption{
        width: 100%;
        margin: 0 auto 10px;
        overflow: hidden;
    }*/
  
textarea{
  border: none;
    box-shadow: rgba(0, 0, 0, 0.14902) 0px 1px 1px inset, rgb(245, 245, 246) -1px -1px 0px 0px, rgb(245, 245, 246) 1px 1px 0px 0px, rgb(245, 245, 246) 1px 0px 0px 0px, rgb(245, 245, 246) 0px 1px 0px 0px, rgb(245, 245, 246) 1px -1px 0px 0px, rgb(245, 245, 246) -1px 1px 0px 0px;
    color: rgb(84, 86, 88);
    padding-left:0;
    font-size: 14px;
    border-radius: 2px;
    margin-left: 3px;
    background: none 0px 0px repeat scroll rgb(255, 255, 255);
    min-height: 40px;
    }
    select {
        border:none;
    }
        .moreOption{
            display: block;
            padding: 5px;
            font-family: 'PT Sans';
            font-size: 12px;
            line-height: 1.5;
            /*background-color:#ccc;*/
        }
        .moreOption span {
            display: inline;
            width: 80%;
            margin: 5px;
            font-weight: bold;
        }
       .tPlan{
            float: right;
            margin: 2px;
            width: 100%;
        }
            .tPlan{
                /*margin-top: 7px;*/
                background-color:#fff;
                border-radius:0;            }

#submitFF { /* кнопка "Отправить" */
  /*padding: 2%;
  border: none;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(0,0,0,.2) inset;
  background: #669acc;
  color: #fff;*/


  border: none;
    border-radius: 2px;
    box-shadow: rgba(0, 0, 0, 0.0980392) 0px 1px 1px;
    color: #fff;
    cursor: pointer;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    background: /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e07d54+9,c1382d+47,b51112+87 */
background: rgb(224,125,84); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(224,125,84,1) 9%, rgba(193,56,45,1) 47%, rgba(181,17,18,1) 87%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(9%,rgba(224,125,84,1)), color-stop(47%,rgba(193,56,45,1)), color-stop(87%,rgba(181,17,18,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(224,125,84,1) 9%,rgba(193,56,45,1) 47%,rgba(181,17,18,1) 87%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(224,125,84,1) 9%,rgba(193,56,45,1) 47%,rgba(181,17,18,1) 87%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(224,125,84,1) 9%,rgba(193,56,45,1) 47%,rgba(181,17,18,1) 87%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(224,125,84,1) 9%,rgba(193,56,45,1) 47%,rgba(181,17,18,1) 87%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e07d54', endColorstr='#b51112',GradientType=0 ); /* IE6-9 */  
        width: 20%;
    margin-bottom: 5px;
    height: 25px;
    float: right; 
    padding-left: 6px; 
}
#feedback-form br {
  height: 0;
  clear: both;
}
#submitFF:hover {
  background: rgba(193,56,45,1);
}
#submitFF:focus {
  box-shadow: 0 1px 1px #fff, inset 0 1px 2px rgba(0,0,0,.8), inset 0 -1px 0 rgba(0,0,0,.05);
}



/*конец новой формы*/








.footer-container {

        position: fixed;
    bottom: 0px;
    left: 0;
    min-width: 320px;
    width: 100%;
    padding-left: 0
    padding-right: 60px;
    background-color: black;
    
    opacity: 0.6;
    filter: alpha(opacity=60);
    margin-left: 0px;
    margin-right: -60px;
    z-index: 10000;
}
address {
	display: inline-block;
	color: #fff;
	position: absolute;
	top: 33%;
	left:5%;

}
.footer-mnu {
   background-color: transparent;
   padding: 0;
   list-style-type: none;
display: inline-block;
position: relative;
left:60%;
top: 45%;

}

.footer-mnu li {
list-style-type: none;
	float: left;
	position: relative;
	}
.footer-mnu li a {
 color: #fff;
padding: 5px 25px;
display: inline-block;
border: none;
border-radius: 3px;
}
.footer-mnu li a:hover{
	background: #fff;
    color: #000;
}










