/* --------------- reset.css --------------- */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, b, u, i,  dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;                               /* обнуляем отступы и убираем бордюры */
	vertical-align: baseline;          /* приводим все к одной базовой линии */
	background: transparent;      /* чтобы не проскакивали левые фоны, установленные по умолчанию */
	font-size: 100%;                     /* размер шрифта всем одинаковый */
}
a {                                      	     /* ссылка не в общем списке чтобы не сбрасывать outline по умолчанию */
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	outline:none;
}
table {						/* устраняем отступы между ячейками таблицы */
	border-collapse: collapse; 
	border-spacing: 0;
}
td, td img {
	vertical-align: top;			/* возвращаем привычное вертикальное выравнивание */
} 
input, select, button, textarea {
	margin: 0; 				/* убираем отступы по умолчанию для элементов форм (в частности для checkbox и radio) */
	font-size: 100%; 			/* делаем размер шрифтов везде одинаковым */
	outline: none;
}
input[type="text"], input[type="password"], textarea {
	padding: 0; 				/* убираем внутренние отступы для текстовых полей */
}
input[type="checkbox"] { 		/* вертикальное выравнивание чекбоксов и радиобатонов относительно меток */
	vertical-align: bottom;
}
input[type="radio"] {
	vertical-align: text-bottom;
}
sub {
	vertical-align: sub;
	font-size: smaller;
}
sup {
	vertical-align: super;
	font-size: smaller;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
nav ul {
	 list-style:none;
}
/* --------------- /reset.css --------------- */

/* --------------- базовые настройки ---------*/
html {
	min-height:100%; /* всегда показываем вертикальную полосу прокрутки  */
}
body {
	color: #000;
	text-align: left;
	font-size: 1em; /* используем безопасные шрифтовые CSS стеки */
	min-height:100%;
}
a, a:visited { /* порядок правил для ссылок имеет значение */
	color: #e6618c;
	text-decoration: underline;
}
a:hover {
	color: #fdf208;
	text-decoration:none;
}
a:focus, a:active {
	color: #c83867;
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6{
	font-weight:normal;
}
img{

	max-width:100%;
}
.clr{
	clear:both;
}
.clearfix:after {
    clear: both;
    content: "";
    display: table;
}
/* --------------- /базовые настройки ---------*/


body {
background:#fff;/*#292828;*/

/*background-image:url(images/body_bg.jpg);*/
font-family: Roboto,Helvetica,Arial,sans-serif;

}

.container-fluid {
 
}

.main{
overflow:hidden;
}

.header {
	margin-top: 15px;
	margin-bottom:130px;
	/*min-height: 107px;80px*/
}
/*.head_left, .head_center, .head_right {
padding:0;
}
*/

.head_left {
	padding-left: 55px;
}

.head_right {
	padding-right: 55px;
}


.menu-header {
margin: 5px auto 0 auto;
max-width: 433px;

}
.menu-header li {
list-style:none;
float:left;
color:#fff;
}

.menu-header li a {
text-decoration:none;
color:#661a6b;/*#d8d8d5;*/
font-size:0.75em;
text-transform:uppercase;
padding: 0 10px 0 0;
font-weight:600;
}

.menu-header li a:hover {
text-decoration: underline;
color:#661a6b;/*#d8d8d5;*/
}

.head_right a {
	font-size: 1.375em;
	color: /*#e7f507*/#661a6b;
	text-align: right;
	display: block;
}

.mail_to_header {
	font-size: 1.125em!important;

}

.slide_img {
 margin:0 auto;
}

.section_1 {
background:#fff;
max-width:1141px;
margin:30px auto 30px auto;
overflow:hidden;

}

.section_2,.section_3,.section_4,.section_5,.section_6,.section_product{
background:#fff;
max-width:1141px;
margin:30px auto 30px auto;
overflow:hidden;

}


.section_6 { 
text-align:center;
}

.section_1 h1,.section_3 h1,.section_4 h1,.section_5 h1,.section_6 h1,.section_product h1 {
color:#a20808;
text-align:center;
font-family: tahoma !important;
font-size:1.5em;
padding:30px 0 20px 0!important;
text-transform:uppercase;

}



.section_2 h1 {
color:#a20808;
text-align:center;
font-size:1.5em;
padding:70px 0 70px 0;
text-transform:uppercase;

}

.block_box {
	min-height: 265px;
}

.section_2 h2 {
color: #0a1676;
text-align:center;
font-size:1.125em;
text-transform:uppercase;

}

.section_product h2 {
color:#a20808;
text-align:center;
font-size:1.125em;
padding:10px 0 10px 0;
text-transform:uppercase;
min-height: 60px;
}

.section_product img {
	margin:0 auto;
	display:block;
}
.section_product ul {
	margin-left:50px;
	margin-bottom:40px;
	min-height:286px;
	
}

.section_product ul li {
	font-size:0.875em;
	color:#151515;
	list-style:square;
	line-height:1.7;
	
}

.section_2 p {
color:#151515;
font-size:1em;
text-align:justify;
padding:10px;
font-weight:300;
margin-bottom:50px;

}

.section_2 img {

margin:0 auto 20px auto;
display:block;

}

.section_3 img {

margin:0 auto 20px auto;
display:block;

}

.section_5 img {

margin:0 auto 50px auto;
display:block;

}

.section_1 h2 {
color:#a20808;
text-align:center;
font-size:1.375em;
padding:20px 0 20px 0;
text-transform:uppercase;

}

.section_1 p,.section_product p {
color:#151515;
font-size:1.125em;
text-align:justify;
padding:15px;
font-weight:300;
background:none!important;
min-height:1px!important;

}

.section_1 p:last-child {
margin-bottom:40px;
}

.section_3 p {
color:#151515;
font-size:1.125em;
text-align:justify;
padding:15px;
font-weight:300;
text-align:center;
}

.section_1 ul,.section_4 ul{
margin-left:45px;
}

.section_4 ul{
margin-left:55px;
margin-bottom:20px;
}

.section_4 ul li
{
list-style-image: url(images/chek.gif);
}

.section_1 ul li
{
list-style-image: url(images/chek.gif);
line-height:1.7;
font-style:italic;
}

.section_4 ul li span {

color:#151515;
font-size:1.0625em;
text-align:justify;
font-weight:300;
font-style:italic;
padding:5px 15px 10px 0;
display:block;

}


.section_1 ul li {
color:#151515;
font-size:1.0625em;
text-align:justify;
font-weight:300;
padding: 0 20px 0 0;

}

.work_with  {
text-align: center;
margin-bottom:10px;
}

.work_with h3 {
	padding-top:10px;
	padding-bottom:20px;
	font-weight:bold;
}

.work_with span  {
font-size:3em;
color: #a20808;
}

.about_company ul li {
	font-weight:bold;
}

.contact_left p {
	text-align:left;
}

.map_box {
	margin-top:30px;
	margin-bottom: 20px;
}

footer {
max-width:1141px;
margin:30px auto 30px auto;
overflow:hidden;
}

footer p {
color:#661a6b/*#d5d5a8*/;
font-size:1em;
}
.oferta {
color:#727270;
font-size:0.75em;
}


.menu_footer {
text-align: center;
}
.menu_footer li {
list-style:none;
line-height:1.7;
}

.menu_footer li a {
	text-decoration: none;
	color: #727270 !important;
	text-transform: uppercase;
	font-weight:bold ;
}
.menu_footer li a:hover{
text-decoration:none;
color:#90908f!important;

}


.footer_right {
text-align:right;
}

.footer_right p {
font-style:italic;
color:#727270;
padding:5px 0 5px 0;
}

.footer_phone {
font-size:1.5em;
color:#661a6b!important;
text-decoration:none;
margin-bottom:10px;
display:block;
}

.mail_to{
color:#661a6b!important;
}


/*Форма связи*/



.form label{
 width:auto; float:left; 
  color:#1d4865; font-size:16px;
}
.form input{ font-style:italic;}
/*.form textarea{ height:100px; width:300px; max-width:350px; line-height:150%;}*/
.form input[ type="checkbox"]{ width:auto;}
.form input,.form textarea,.form select{ padding:5px 0 5px 7px; border:1px solid #b3b7b9; border-radius:7px;
box-shadow:0 0px 8px rgba(0, 0, 0, 0.2);
-moz-box-shadow:0 0px 8px rgba(0, 0, 0, 0.2);
-webkit-box-shadow:0 0px 8px rgba(0, 0, 0, 0.2); background: #FFF url(bg.jpg) left top repeat-x;}


form div.dynamiclabel{ /* div container for each form field with pop up label */
  display: block;
  margin: 30px;
  font: 16px;
  position: relative;
}


form div.dynamiclabel input[type="text"], form div.dynamiclabel textarea{
  width: 70%;
  padding: 10px;
  border: 1px solid #c3c3c3;
  border-radius: 7px;
}

form div.dynamiclabel textarea{
  height: 200px;
}


form div.dynamiclabel label{ /* pop up label style */
  position: absolute;
  left: 0;
  background: lightyellow;
  border: 1px solid yellow;
  border-radius: 2px;
  padding: 3px 10px;
  box-shadow: 4px 1px 5px gray;
  font-weight: bold;
  -webkit-backface-visibility: hidden;
  top: 10px; /* initial top position of label relative to dynamiclabel container */
  -moz-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition: all 0.4s ease-in-out; /* Safari doesn't seem to support cubic-bezier values beyond 0 to 1, so use keyword value instead */
  -o-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  opacity: 0;
  z-index: -1;
  margin: 0 0 0 7%;
}


form div.dynamiclabel > *:focus{ /* when user focuses on child element inside div.dynamiclabel */
  border: 1px solid #45bcd2;
  box-shadow: 0 0 8px 2px #98d865;
}


form div.dynamiclabel > *:focus + label{ /* label style when user focuses on child element inside div.dynamiclabel */
  opacity: 1;
  z-index:100;
  top: -35px; /* Post top position of label on focus relative to dynamiclabel container */
  -ms-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.confirm{ 
float:none!important; color:#3d2625!important; text-transform: uppercase; font-size:14px!important;
font-weight:300;
}

.form input[ type="checkbox"]{ 
width:auto;
margin: 0 3px 4px 0;
}

/*.form .submit input{ background:#52748d;  padding:5px 17px 5px 17px; color:#FFFFFF; border-radius:10px; cursor:pointer; }*/
/*.form .submit input:hover{ background:#23455e;}*/

.submit {
	
	margin: 20px 0 30px 0;
}


.formError{ border:1px solid red!important;}
.answerError{ background: #FFFFEA; padding:5px; color:#FF0000;}
.answerOk {
	
	background: #FFFFFF;
	padding: 5px;
	color: #009900;
	
}


#messages {
	color: red;
	padding: 0 0 20px 0;
}



/*Форма связи*/



/*Mobile Style*/



.logo-xs {
    display: block;
    margin: -11px 0 0 0;
}

.logo-xs-sl {
    display: block;
    margin: -11px 0 0 0;
}

.navbar-header {
background:#fff;/*#292828;*/
border:none;
}

.navbar-inverse {
    background-color: #222;
    border-color:#444343;
}

.navbar-toggle {
	
	background-color:red;
}

.navbar {
    margin-bottom:2px;
    border: none;
}

.navbar-brand {
	
	height:auto;
}

@media screen and (max-width:1140px) and (min-width:768px){
.head_left {
    padding-left: 0px;
    padding-right: 0px;
}
.head_right {
    padding-left: 0px;
    padding-right: 0px;
}




}



@media screen and (max-width:1050px) and (min-width:992px){

.menu-header li a {
text-decoration:none;
color:#661a6b;
font-size:0.6875em;
text-transform:uppercase;
}

.head_right a {

font-size:1em;
color:#661a6b;
}

.menu-header {
    margin: 5px auto 0 auto;
    max-width: 401px;
}

}

@media screen and (max-width:992px) and (min-width:860px){

.menu-header {
	margin: 5px auto 0 auto;
	max-width: 369px;
}

.menu-header li a {
text-decoration:none;
color:#661a6b;
font-size:0.625em;
text-transform:uppercase;
}

.head_right a {

font-size:1em;
color:#661a6b;
}
}


@media screen and (max-width:860px) and (min-width:768px){
.menu-header li a {
text-decoration:none;
color:#661a6b;
font-size:0.625em;
text-transform:uppercase;
}

.head_right a {

font-size:0.875em;
color:#661a6b;
}
}


@media screen and (max-width:768px) and (min-width:250px){

.section_product ul {
    margin-left: 25%;
    margin-bottom: 40px;
}

.contact_left p {
	text-align:center;
}

.header {
    margin-top: 15px;
    min-height: 10px!important;
	margin-bottom: 4px;
}



}

@media screen and (max-width:461px) and (min-width:380px){
.footer_phone {
font-size:1.375em;
color:#661a6b!important;
text-decoration:none;
margin-bottom:10px;
display:block;
}

.footer_left {
margin-bottom:10px;
}
.oferta {text-align:justify;}

}

@media screen and (max-width:380px) and (min-width:250px){
.footer_phone {
font-size:0.9375em;
color:#661a6b!important;
text-decoration:none;
margin-bottom:10px;
display:block;
}

.footer_left {
margin-bottom:10px;
}

.oferta {text-align:justify;}

}

/*Mobile Style*/










