* { margin: 0; padding: 0; outline:0; }

body {
    font-size: 12px;
    line-height: 16px;
    font-family: Arial, sans-serif;
    color: #685d5d;
    background: #fff url(images/body-bg.gif) repeat-x 0 0;
}

p{
    font: normal 14px/19px "Arial", Helvetica,Arial,Geneva,sans-serif;
	color:#222;
	margin: 10px 0px 10px 0px;
	text-align:left; 
}


ul,li#marker   { 
    font: normal 14px/19px "Arial", Helvetica,Arial,Geneva,sans-serif;
	color:#222;
	margin: 0px 0px 15px 30px;
	text-align:left; 
	line-height: 1.8em;
 
 }

 
 hr.vid1 {
    border: 0;
    height: 1px;
	margin: 10px 0px 10px 0px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}

a { color: #0252aa; text-decoration: none; cursor:pointer; }
a:hover { color: #000; }

a img { border: 0; }


input {
	width: 300px;
	font-size: 13px;
	padding: 6px 0 4px 10px;
	border: 1px solid #cecece;
	background: #F6F6f6;
	border-radius: 8px;
}

textarea {
	/* = Убираем скролл */
	overflow: auto;

	/* = Убираем увеличение */
	resize: none;
	width: 300px;
	height: 50px;

	/* = Добавим фон, рамку, отступ*/
	background: #f6f6f6;
	border: 1px solid #cecece;
	border-radius: 8px 0 0 0;
	padding: 8px 0 8px 10px;
}




<!--
input, textarea, select { font-family: Arial, Helvetica, sans-serif; font-size:12px; border: 0; }
textarea { overflow:hidden; }
-->

.cl { display: block; height: 0; font-size: 0; line-height: 0; text-indent: -4000px; clear: both; }
.notext { font-size: 0; line-height: 0; text-indent: -4000px; }

.left, .alignleft { float: left; display: inline; }
.right, .alignright { float: right; display: inline; }



/* Shell */

.shell { width: 976px; margin: 0 auto; background: url(images/header-bg.giff) no-repeat 538px 0; }

/* End Shell */

/* Стиль таблицы */
.bordered {
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc; 
    box-shadow: 0 1px 1px #ccc;         
}
 
.bordered tr:hover {
    background: #fbf8e9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;     
}    
 
.bordered td, .bordered th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
    text-align: left;    
}
 
.bordered th {
    background-color: #dce9f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
    background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:    -moz-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:     -ms-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:      -o-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:         linear-gradient(top, #ebf3fc, #dce9f9);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
}
 
.bordered td:first-child, .bordered th:first-child {
    border-left: none;
}
 
.bordered th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}
 
.bordered th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}
 
.bordered th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}
 
.bordered tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}
 
.bordered tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}

/* end Стиль таблицы */



/* Header */

#header { position: relative; height: 85px; }

h1#logo a {
    color: #FF4343;
    text-shadow: 3px 1px 3px #C11;
    border-bottom: 2px solid #10E202;
    letter-spacing: 2px;
    font-size: 29px;
    margin: 0px;
    margin-bottom: 0px;
    font-weight: bold;
    overflow: hidden;
	width: 199px; 
	float: left; 
	padding: 26px 0 7px 2px;
	}

h1#zag1 {
    color: #FF4343;
    text-shadow: 3px 1px 3px #000;
    letter-spacing: 2px;
    font-size: 25px;
    margin: 0px;
    margin-bottom: 0px;
    font-weight: bold;
    overflow: hidden;
	padding: 5px 0 5px 0px;
	}
span#logo   { 
 color: #0A0A0A;
 font-size: 11px;
 letter-spacing: 0px;
 
 position: relative; 
 top: 50px; 
 margin-left: -160px;
 
 }
 
 div#logo   { 
 position: relative; 
 top: 20px; 
 margin-left: -12px;
 
 }
 
 .telefon { 
    padding-left: 450px; 
    display: inherit; 
	letter-spacing: 2px;
    color: #F35304;
    text-shadow: 3px 1px 3px #000000;
    font-size: 29px;
    font-weight: bold;
	margin-top: 15px;
 }
 

/*
h1#logo a { font-size: 22px; color:#374f5f; line-height: 22px; text-transform: uppercase; letter-spacing: 0.4px; text-decoration: none; width: 304px; float: left; padding: 26px 0 0 2px; }

h1#logo a span { color: #685d5d; font-size: 10px; letter-spacing: 0px; display: block; position: relative; top: -6px; margin-left: 123px; }
*/


#navigation { float: right; display: inline; margin-top: -45px; }
#navigation ul { list-style: none outside none; font: normal 14px/19px "Arial", Helvetica,Arial,Geneva,sans-serif;}
#navigation ul li { float: left; display: inline; padding-right: 15px;  }
#navigation ul li a,
#navigation ul li a span { float: left; display: inline; height: 37px; font-family: Verdana, sans-serif; font-weight: bold; color: #3d708b; padding-left: 15px; line-height: 35px; }
#navigation ul li a span { position: relative; padding: 0 15px 0 0; margin-right: -10px; }
#navigation ul li a:hover,
#navigation ul li a.active,
#navigation ul li a:hover span,
#navigation ul li a.active span { background: url(images/nav-hover.gif) no-repeat 0 0; }
#navigation ul li a:hover span,
#navigation ul li a.active span { background-position: right 0; }

/* End Header */

/* Slider */

#slider { position: relative; width: 976px; height: 296px; background: url(images/slider-bg.gif) no-repeat 0 0; }

#next,
#prev { position: absolute; top: 115px; display: block; width:  64px; height: 64px; z-index: 10; }
#next { right: 20px; background: url(images/next.png) no-repeat 0 0; }
#prev { left: 20px; background: url(images/prev.png) no-repeat 0 0; }

#slider-content { position: relative; width: 976px; height: 296px; overflow: hidden; }
#slider-content ul { position: relative; list-style: none outside none; overflow: hidden; }
#slider-content ul li,
.jcarousel-clip { position: relative; width: 976px; height: 296px; }

#slider-content ul li .left-side,
#slider-content ul li .right-side { float: left; display: inline; }

#slider-content ul li .left-side { width: 381px; padding: 54px 0 0 77px;  z-index: 2; }

#slider-content ul li .right-side { float: left; display: inline; position: relative; width: 400px; line-height: 18px; padding: 74px 0 0 0; left: -9px;  z-index: 5; }
#slider-content ul li .right-side h2 { font-size: 18px; color: #096F08; text-transform: uppercase; line-height: 20px; padding-bottom: 5px; }
#slider-content ul li .right-side a { color: #685d5d;  text-decoration: underline; }
#slider-content ul li .right-side a:hover { color: #ff0000;  text-decoration: none; }

#slider-content .get-started { display: block; width: 180px; height: 87px; background: url(images/get-started.gif) no-repeat 0 0; margin: 35px 0 0 112px; }
#slider-content .get-started:hover { background-position: 0 -87px; }

/* End Slider */

/* Main */

#main { padding: 0 0 73px 20px; }

.cols { padding: 45px 0 70px 0; }

.col { float: left; display: inline; width: 295px; margin-right: 25px; }
.col-last { margin-right: 0; }




.services {
    background: url("css/images/services-bg.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    overflow: hidden;
    
}
.services .layout {
    overflow: hidden;
}

.services .list {
    overflow: hidden;
    width: 960px;
	margin:0 auto;

}
.services .list li {
    float: left;
    margin-right: 45px;
    margin-top: 80px;
    width: 308px;
}
.services .list .image {
    float: left;
	margin-top: 40px;
}
.services .list .group {
    float: left;
    margin-left: 20px;
    width: 200px;
}
.services .list .name {
    font-family: DinCondensed,sans-serif;
    font-size: 16px;
    text-transform: uppercase;
	color: indigo;
    font-weight: bold;
	margin: 40px 0px 10px 0px;
}
.red {
    color: red;
}
.services .list .price {
    font-family: DinCondensed,sans-serif;
    font-size: 18px;
    margin-top: 3px;
    text-transform: uppercase;
}
.services .list .price span {
    color: #cd4343;
    text-decoration: line-through;
}
.services .list .description {
    font-family: DinProRegular,sans-serif;
    font-size: 12px;
    line-height: 16px;
    margin-top: 10px;
}



.content {
    float: right;
    width: 625px;
}

.content h1 {
    margin: 0 0 15px;
    color: #467b18;
    font-size: 14px;
    font-weight: normal;
}

.content p {
    margin: 15px 0;
    color: #2b2b2b;
    font-size: 14px;
    line-height: 18px;
}

.services-content-list_type_data p img {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px dashed #ccc;
}

.content p img[align="left"] {
    float: left;
	margin: 0 10px 0 0;
}

.content p img[align="right"] {
    float: right;
	margin: 0 0 0 10px;
}

.content h2 {
    font-size: 13px;
    color: #477b17;
}

.content h2.b-content__title {
	margin: 0 0 15px;
    color: #467b18;
    font-size: 18px;
    font-weight: normal;
}

.content .list {
    margin: 15px 0;
    font-size: 14px;
    color: #262525;
}

.content .list li {
    margin: 0 0 10px;
    padding: 0 0 0 20px;
    background: url(../images/arrow.jpg) 0 5px no-repeat;
}

.services-content-list > li {
	padding: 0 0 15px;
	border-bottom: 1px dashed #c5e0b1;
}

.services-content-list_type_brands > li  {
	padding: 10px 0 5px;
}

.services-content-list h3 {
	margin: 0 0 0 90px;
	color: #4b8e17;
	font-weight: normal;
	font-size: 18px;
}

.services-content-list h3 span {
	color: #ff0000;
}

.services-content-list h2 {
	margin-top: 15px;
}

.clearfix {
    zoom: 1;
}


.sidebar {
    width: 265px;
    float: left;
}

.sidebar-box {
    margin: 0 0 25px;
    width: 100%;
    padding: 35px 0 0;
    background: url(../images/lines.png) repeat-x;
}




/* Контейнер */
.modal {

/* Слой перекрытия */
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0,0,0,0.5);
z-index: 10000;

/* Трансформации прозрачности при открытии  */
-webkit-transition: opacity 500ms ease-in;
-moz-transition: opacity 500ms ease-in;
transition: opacity 500ms ease-in;

/* Скрываем изначально */
opacity: 0;
pointer-events: none;
}

/* Показываем модальное окно */
.modal:target {
opacity: 1;
pointer-events: auto;
}

/* Содержание */
.modal > div {
width: 300px;
background: #ffffff;
position: relative;
margin: 10% auto;

/* По умолчанию минимизируем анимацию */
-webkit-animation: minimise 500ms linear;

/* Придаем хороший вид */
padding: 30px;
-moz-border-radius: 7px;
border-radius: 7px;
-webkit-box-shadow: 0 3px 20px rgba(0,0,0,0.9);
-moz-box-shadow: 0 3px 20px rgba(0,0,0,0.9);
box-shadow: 0 3px 20px rgba(0,0,0,0.9);
text-shadow: 0 1px 0 #fff;
}

/* Изменяем анимацию при открытии модального окна*/
.modal:target > div {
-webkit-animation-name: bounce;
}

.modal h2 {
font-size: 36px;
padding: 0 0 20px;
}

@-webkit-keyframes bounce {
  0% {
   -webkit-transform: scale3d(0.1,0.1,1);
   -webkit-box-shadow: 0 3px 20px rgba(0,0,0,0.9);
  }
  55% {
   -webkit-transform: scale3d(1.08,1.08,1);
   -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0);
  }
  75% {
   -webkit-transform: scale3d(0.95,0.95,1);
   -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.9);
  }
  100% {
   -webkit-transform: scale3d(1,1,1);
   -webkit-box-shadow: 0 3px 20px rgba(0,0,0,0.9);
  }
}

@-webkit-keyframes minimise {
  0% {
   -webkit-transform: scale3d(1,1,1);
  }
  100% {
   -webkit-transform: scale3d(0.1,0.1,1);
  }
}

/* Ссылка на кнопку Закрыть */
.modal a[href="#close"] {
position: absolute;
right: 0;
top: 0;
color: transparent;
}

/* Сбрасываем изменения */
.modal a[href="#close"]:focus {
outline: none;
}

/* Создаем кнопку Закрыть */
.modal a[href="#close"]:after {
content: 'X';
display: block;

/* Позиционируем */
position: absolute;
right: -10px;
top: -10px;
width: 20px;
padding: 1px 1px 1px 2px;

/* Стили */
text-decoration: none;
text-shadow: none;
text-align: center;
font-weight: bold;
background: #000;
color: #ffffff;
border: 3px solid #ffffff;
-moz-border-radius: 20px;
border-radius: 20px;
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

.modal a[href="#close"]:focus:after,
.modal a[href="#close"]:hover:after {
-webkit-transform: scale(1.1,1.1);
-moz-transform: scale(1.1,1.1);
}

.modal a[href="#close"]:focus:after {
outline: 0px solid #000;
}

/* Открываем модальное окно */
a.openModal {

}

a.openModal:hover,
a.openModal:focus {
}

.modal .modal_title {
  display: block;
  text-align: center;
  font-size: 22pt;
}






.post {}
.post h3 { font-size: 20px; color: #374f5f; border-bottom: 1px solid #c3cacf; padding-bottom: 10px; margin-bottom: 10px; }
.post p { line-height: 18px; }
.post .underline { text-decoration: underline; }
.post img { margin: 6px 0; }
.post a { color: #00aeef; text-decoration: underline; }
.post a:hover { color: #685d5d; }
.post a.learn-more { display: block; color: #2184ac; font-weight: bold; padding-top: 8px;  }
.post a.learn-more:hover { color: #00aeef; }

#content {}
#content .col { width: 455px; }
#content .col h3 { padding-bottom: 16px; }
#content .col-last p { padding-bottom: 13px; }
#content .col-last .learn-more { padding: 0; }

/* End Main */

/* Footer */

#footer { min-height: 48px; background: url(images/footer-bg.gif) repeat-x 0 0; color: #727373; font-size: 10px; }
#footer .shell { width: 941px; background: none; padding: 14px 19px 0 20px; }
#footer p.left { }
#footer p.left a { color: #727373; }
#footer p.left a:hover { color: #000; }
#footer p.left span { padding: 0 3px; }
#footer p.right { }
#footer p.right a { color: #00aeef; }
#footer p.right a:hover { color: #000; }

/* End Footer */






/* Service */
.middle {
	width: 100%;
	position: relative;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
	width: 100%;
	float: left;
	overflow: hidden;
}
.content {
	margin: 0 290px 0 0;
    padding-right: 20px;
    border-right: 1px dotted #bcbdbe;
    min-height: 792px;
}
.content ul {
	list-style-position: inside;
	margin-bottom: 10px;	
	font-size: 11px;
}
.pricelist {
	border: none;
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
.pricelist th,
.pricelist td {
	padding: 10px 5px;
}
.pricelist th {
	color: #a4c146;
	font-size: 14px;
}
.pricelist td {
	background: #a4c146;
	font-weight: bold;
	text-align: center;
	color: #ffffff;	
}
.pricelist td.sub-title,
.pricelist td.first {
	color: #727272;
	font-weight: normal;
	text-align: left;
	background: transparent;	
}
.pricelist td.sub-title {
	color: #2a66ac;
	font-weight: bold;
	font-size: 14px;
}
.text-image {
    margin: 10px auto 20px;
    display: block;
    height: 200px;
}
.products {
	margin: 20px 0 30px;
	overflow: hidden;
}
.products table {
	width: 100%;
	border-left: 2px solid #bfbfbf;
}
.products .left,
.products .right {
	width: 49%;
	float: left;
}
.products .right {
	float: right;	
}
.products table td {
	padding: 12px;	
	font-size: 11px;
	color: #727272;
}
.products table .price {
	width: 70px;
}
.products table td a {
	color: #727272;
	text-decoration: none;
}
.products table td a:hover {
	text-decoration: underline;	
}
.products table .row-btn {
	text-align: right;
}
.products .btn-order {
	width: 90px;
	text-align: center;
	padding: 2px 0;
	color: #ffffff;
	text-transform: uppercase;
	background: url('images/order.png');
	border-radius: 2px;
	display: inline-block;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
.products table td.title {
	font-size: 20px;
	color: #727272;
	font-weight: bold;
	text-transform: uppercase;
}
.products table td.title span {
	display: inline-block;
	background: url('images/main-icons.png') no-repeat 50% 0;
	width: 80px;
	height: 40px;
	vertical-align: middle;
}
.products table td.t2 span {
	background-position: 50% -52px;
}
.products table td.t3 span {
	background-position: 50% -107px;
}
.products table td.t4 span {
	background-position: 50% -159px;
}
.products table td.t5 span {
	background-position: 50% -267px;
}
.products table td.t6 span {
	background-position: 50% -213px;
}
.products table td.t7 span {
	background-position: 50% -404px;
}
.products table td.t8 span {
	background-position: 50% -356px;
}
.products table td.t9 span {
	background-position: 50% -313px;
	float: left;
}
.top-block1 {
	margin-bottom: 20px;
	color: #484848;
	border-bottom: 1px solid #afb2be;
}
.top-block1 .title {
	font-size: 30px;
	text-transform: uppercase;
	line-height: 40px;
	font-weight: bold;
	margin: 10px 0 25px;
}
.top-block1 > div {
	font-size: 22px;
	margin-bottom: 25px;
	text-align: justify;
	line-height: 26px;
}
.top-block1 > div span {
	font-weight: bold;	
}
.top-block1 .title span {
	display: inline-block;
	background: #3d60ac;
	padding: 10px 20px;
	color: #ffffff;	
}
.top-block2 {
	margin-bottom: 20px;
	color: #484848;
	overflow: hidden;
	min-height: 240px;
}
.top-block2 .title {
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0 25px;
	text-align: center;
}
.top-block2 .image {
	float: right;
}
.top-block2 .image img {
	width: 245px;
}
.top-block2 .list {
	float: left;
}
ul.list {
	font-size: 19px;
	list-style-image: url('images/list.png');
    width: 380px;
    list-style-position: outside;
    margin-left: 50px;
}
ul.list li {
	margin-bottom: 15px;	
}
.callback {
	padding: 15px;
	background: url('images/calback-bg.png');
	min-height: 100px;
	margin-bottom: 20px;
	position: relative;
}
.callback .info {
	margin-left: 130px;
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	text-transform: uppercase;
	float: left;
	line-height: 20px;
	border-right: 1px solid #ffffff;
	padding: 10px 20px;
    min-height: 80px;	
}
.callback .title {
	font-weight: bold;
	margin-bottom: 20px;
}
.callback .info span {
	font-weight: bold;	
}
.callback::after {
    content: '';
    width: 116px;
    height: 155px;
    background: url('images/callback.png') no-repeat;
    display: block;
    position: absolute;
    top: -25px;
    left: 10px;
}
.callback form {
	float: right;
	text-align: center;
    width: 250px;
    margin-right: 10px;
}
.callback form input[type="text"] {
	font: 12px/18px Arimo, Arial, sans-serif;
    background: #ffffff;
    border-radius: 3px;
    padding: 8px 15px;
    border: none;
    width: 210px;
    margin-top: 10px;
}
.callback form input[type="button"] {
	padding: 10px 20px;
    background: #2a66ac;
    color: #ffffff;
    font: 14px/18px Arimo, Arial, sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    font-weight: bold;
    margin-top: 5px;
}
.callback form input[type="button"]:hover {
	background: #3884dc;
}
.callback form span {
	font-size: 8px;
	color: #e2e0e0;
}
.green-title,
.blue-title {
    font-size: 30px;
    text-transform: uppercase;
    line-height: 40px;
    font-weight: bold;
    margin: 10px 0 25px;
    color: #727272;
}
.green-title span,
.blue-title span {
    display: inline-block;
    padding: 10px 20px;
    color: #ffffff;
}
.green-title span {
	background: #a4c146;
}
.blue-title span {
	background: #3d60ac;
}
.content ul ul {
	margin-left: 40px;
}
.bottom-phone {
    padding: 15px 180px 10px 20px;
    text-align: center;
    color: #ffffff;
    background: url('images/calback-bg.png');
    min-height: 100px;
    margin: 40px 0 30px;
    position: relative;
}
.bottom-phone::after {
    content: '';
    width: 116px;
    height: 155px;
    background: url('images/bottom-phone.png') no-repeat;
    display: block;
    position: absolute;
    top: -25px;
    right: 10px;
}
.bottom-phone .title {
	font-size: 18px;
}
.bottom-phone .phone {
	font-weight: bold;
	font-size: 36px;
	margin-top: 20px;
}
.bottom-phone .text {
	margin-top: 20px;	
}
.bottom-phone a {
	color: #ffffff;
}
.bottom-block {
    margin: 20px 0 40px;
    color: #484848;
    background: url('images/bottom.png') 100% 0 no-repeat;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 30px;
}
.bottom-block .title {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 25px;
    padding-left: 48px;
}
.brends {
	margin: 20px 0 40px;
	overflow: hidden;
}
.brends > div {
    float: left;
    width: 136px;
    margin-bottom: 10px;
    margin-right: 1px;	
}
.brends .image {
	background: #ffffff;
	text-align: center;
	min-height: 44px;
	padding: 20px 5px;
}
.brends .image img {
	max-width: 120px;	
}
.brends .title {
	background: #b9cf71;
	text-transform: uppercase;
	padding: 5px 10px;
	display: block;
	text-decoration: none;
	color: #000000;
	position: relative;
	font-size: 11px;
}
.brends .title::after {
    content: '';
    width: 0;
    position: absolute;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #b9cf71;
    top: -5px;
    left: 15px;
}
.work {
	overflow: hidden;
	background: url('images/work.png');
	padding: 10px 0 10px 10px;
	margin: 20px 0 30px;
}
.work .item {
	background: #ffffff;
	border: 1px solid #e0e0e0;
	text-align: center;
	text-transform: uppercase;
	float: left;
	padding: 10px;
	font-size: 11px;
	margin-right: 10px;	
	font-weight: bold;
	width: 81px;
}
.work .num {
	font-size: 20px;
	color: #3d60ac;
	margin-bottom: 10px;
}
.order {
    background: url('images/calback-bg.png');
    position: relative;
    font-size: 14px;
    color: #ffffff;
    padding-bottom: 20px;
}
.order .errors {
	padding: 10px;
}
.order table {
	width: 100%	
}
.order table td {
	padding: 10px;	
	width: 25%;
}
.order input[type="text"],
.order textarea {
	font: 14px/20px Arimo, Arial, sans-serif;
    background: #f6f6f7;
    border-radius: 3px;
    padding: 8px 15px;
    vertical-align: bottom;
    border: none;
    width: 180px;
}
.order textarea {
	resize: none;
	height: 196px;	
}
.order .types {
	margin: 30px 30px 30px 200px;
}
.order .types label {
    display: block;
    cursor: pointer;
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: bold;
}
.order .types > div {
	margin-bottom: 25px;
}
.order .types span {
    font-size: 11px;
    margin-left: 40px;
    display: block;
}
.order .types label:before {
    content: "";
    display: inline-block;
    width: 23px;
    height: 23px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: -5px;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.36) inset;
}
.order .types input[type=radio] {
    display: none;
}
.order .types input[type=radio]:checked + label:after {
    content: "";
    width: 16px;
    height: 16px;
    background: #2a66ac;
    position: absolute;
    border-radius: 15px;
    top: -1px;
    left: 4px;
}
.order  form input[type="submit"] {
    padding: 10px 20px;
    background: #2a66ac;
    color: #ffffff;
    font: 14px/18px Arimo, Arial, sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    font-weight: bold;
    margin: 10px auto;
    display: block;
}
.order:after {
    content: '';
    width: 168px;
    height: 237px;
    background: url('images/order2.png') no-repeat;
    display: block;
    position: absolute;
    bottom: -25px;
    left: 25px;
}
.order.nomen:after {
	display: none;	
}
.metro {
	overflow: hidden;
	margin-bottom: 10px;
}
.metro a {
	display: block;
    float: left;
    width: 215px;
    margin-bottom: 10px;
    color: #727272;
    text-decoration: none;
    font-size: 11px;
    padding-right: 10px;
    line-height: 11px;
}
.metro a:hover {
	text-decoration: underline;	
}
.metro-tpl .main-table {
	clear: both;
	margin-top: 20px;
}
.metro-tpl .table-text {
	font-size: 11px; 
	margin-bottom: 10px; 
	text-align: justify; 
	color: #333;
}
.metro-tpl .image {
	float: left;
}
.metro-tpl .callback {
	margin-top: 40px;
}




/* Стили для неактивного модального окна */
.modal {
    background: #fff;
    left: 50%;
    margin: -250px 0 0 -40%;
    position: absolute;
    top: -50%;
    width: 80%;
    border-radius: 5px;
    box-shadow: 0 3px 7px rgba(0,0,0,.25);
    -moz-box-shadow: 0 3px 7px rgba(0,0,0,.25);
    -webkit-box-shadow: 0 3px 7px rgba(0,0,0,.25);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}


/* Активация модального окна в состоянии :target */
.modal:target {
    top: 50%;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.modal header, .modal footer {
    background: #f7f7f7;
    border-bottom: 1px solid #e7e7e7;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}
.modal footer {
    border:none;
    border-top: 1px solid #e7e7e7;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
}
.modal section, .modal header, .modal footer {
    padding: 15px;
    z-index: 200;
}
.modal h2 {
    margin: 0;
}
.modal .btn {
    float: right;
}




/* === Remove input autofocus webkit === */
*:focus {outline: none;}

/* === Шрифты для формы и общая ширина === */
body {font: 14px/21px "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;}
.contact_form h2, .contact_form label {font-family:Georgia, Times, "Times New Roman", serif;}
.form_hint, .required_notification {font-size: 11px;}

.contact_form {
		width:700px;
	}

/* === Ширина формы === */
.contact_form p {
    	width:650px;
	margin:7px 10px 7px 10px;
	padding:0px;
}

/* === Размер и расположение блоков === */
.contact_form label {
	width:150px;
	margin-top: 3px;
	display:inline-block;
	float:left;
	padding:3px;
}
.contact_form input {
	height:20px; 
	width:220px; 
	padding:5px 8px;
}
.contact_form textarea {padding:8px; width:300px;}
.contact_form button {margin-left:156px;}

	/* Цвета и эффекты */
	.contact_form input, .contact_form textarea { 
		border:1px solid #aaa;
		box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
		border-radius:2px;
		padding-right:30px;
		-moz-transition: padding .25s; 
		-webkit-transition: padding .25s; 
		-o-transition: padding .25s;
		transition: padding .25s;
	}
	.contact_form input:focus, .contact_form textarea:focus {
		background: #fff; 
		border:1px solid #555; 
		box-shadow: 0 0 3px #aaa; 
		padding-right:70px;
	}

/* === HTML5  === */	
.contact_form input:required, .contact_form textarea:required {
	background: #fff no-repeat 98% center;
}
.contact_form input:required:valid, .contact_form textarea:required:valid {
	background: #fff no-repeat 98% center;
	box-shadow: 0 0 5px #5cd053;
	border-color: #28921f;
}
.contact_form input:focus:invalid, .contact_form textarea:focus:invalid {
	background: #fff no-repeat 98% center;
	box-shadow: 0 0 5px #d45252;
	border-color: #b03535
}

/* === Стили подсказок === */
.form_hint {
	background: #d45252;
	border-radius: 3px 3px 3px 3px;
	color: white;
	margin-left:8px;
	padding: 1px 6px;
	z-index: 999; /* подсказки поверх всех элементов */
	position: absolute; /* правильное отображение, если подсказка в 2 строки */
	display: none;
}
.form_hint::before {
	content: "\25C0";
	color:#d45252;
	position: absolute;
	top:1px;
	left:-6px;
}
.contact_form input:focus + .form_hint {display: inline;}
.contact_form input:required:valid + .form_hint {background: #28921f;}
.contact_form input:required:valid + .form_hint::before {color:#28921f;}
	
/* === Оформление кнопки === */
button.submit {
	background-color: #68b12f;
	background: -webkit-gradient(linear, left top, left bottom, from(#68b12f), to(#50911e));
	background: -webkit-linear-gradient(top, #68b12f, #50911e);
	background: -moz-linear-gradient(top, #68b12f, #50911e);
	background: -ms-linear-gradient(top, #68b12f, #50911e);
	background: -o-linear-gradient(top, #68b12f, #50911e);
	background: linear-gradient(top, #68b12f, #50911e);
	border: 1px solid #509111;
	border-bottom: 1px solid #5b992b;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	box-shadow: inset 0 1px 0 0 #9fd574;
	-webkit-box-shadow: 0 1px 0 0 #9fd574 inset ;
	-moz-box-shadow: 0 1px 0 0 #9fd574 inset;
	-ms-box-shadow: 0 1px 0 0 #9fd574 inset;
	-o-box-shadow: 0 1px 0 0 #9fd574 inset;
	color: white;
	font-weight: bold;
	padding: 6px 20px;
	text-align: center;
	text-shadow: 0 -1px 0 #396715;
}
button.submit:hover {
	opacity:.85;
	cursor: pointer; 
}
button.submit:active {
	border: 1px solid #20911e;
	box-shadow: 0 0 10px 5px #356b0b inset; 
	-webkit-box-shadow:0 0 10px 5px #356b0b inset ;
	-moz-box-shadow: 0 0 10px 5px #356b0b inset;
	-ms-box-shadow: 0 0 10px 5px #356b0b inset;
	-o-box-shadow: 0 0 10px 5px #356b0b inset;
	
}



.raised {
    position:relative;
    width:97%;
    padding:1em;
    margin:1em 1px 0em;
    background:#fff;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}        
 
.raised:before,
.raised:after {
    content:"";
    position:absolute;
    z-index:-2;
}
       

	   
.raised1 {
    position:relative;
    width:75%;
    padding:1em;
    margin:1em 1px 0em;
    background:#fff;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}        
 
.raised1:before,
.raised1:after {
    content:"";
    position:absolute;
    z-index:-2;
}	   


.block1{
    position: absolute;
    padding-top: 1px;
    padding-left: 777px;
}



.b-page__content{min-height:200px}

.b-head-decor{display:none}
.b-page_newyear .b-head-decor{
   position:absolute;
   top:0;
   left:0;
   display:block;
   height:115px;
   width:100%;
   overflow:hidden;
   background:url(balls/b-head-decor_newyear.png) repeat-x 0 0
}
.b-page_newyear .b-head-decor__inner{position:absolute;top:0;left:0;height:115px;display:block;width:373px}
.b-page_newyear .b-head-decor::before{content:'';display:block;position:absolute;top:-115px;left:0;z-index:3;height:115px;display:block;width:100%;box-shadow:0 15px 30px rgba(0,0,0,0.75)}
.b-page_newyear .b-head-decor__inner_n2{left:373px}
.b-page_newyear .b-head-decor__inner_n3{left:746px}
.b-page_newyear .b-head-decor__inner_n4{left:1119px}
.b-page_newyear .b-head-decor__inner_n5{left:1492px}
.b-page_newyear .b-head-decor__inner_n6{left:1865px}
.b-page_newyear .b-head-decor__inner_n7{left:2238px}

.b-ball{position:absolute}
.b-ball_n1{top:0;left:3px;width:59px;height:83px}
.b-ball_n2{top:-19px;left:51px;width:55px;height:70px}
.b-ball_n3{top:9px;left:88px;width:49px;height:67px}
.b-ball_n4{top:0;left:133px;width:57px;height:102px}
.b-ball_n5{top:0;left:166px;width:49px;height:57px}
.b-ball_n6{top:6px;left:200px;width:54px;height:70px}
.b-ball_n7{top:0;left:240px;width:56px;height:67px}
.b-ball_n8{top:0;left:283px;width:54px;height:53px}
.b-ball_n9{top:10px;left:321px;width:49px;height:66px}
.b-ball_n1 .b-ball__i{background:url(balls/b-ball_n1.png) no-repeat}
.b-ball_n2 .b-ball__i{background:url(balls/b-ball_n2.png) no-repeat}
.b-ball_n3 .b-ball__i{background:url(balls/b-ball_n3.png) no-repeat}
.b-ball_n4 .b-ball__i{background:url(balls/b-ball_n4.png) no-repeat}
.b-ball_n5 .b-ball__i{background:url(balls/b-ball_n5.png) no-repeat}
.b-ball_n6 .b-ball__i{background:url(balls/b-ball_n6.png) no-repeat}
.b-ball_n7 .b-ball__i{background:url(balls/b-ball_n7.png) no-repeat}
.b-ball_n8 .b-ball__i{background:url(balls/b-ball_n8.png) no-repeat}
.b-ball_n9 .b-ball__i{background:url(balls/b-ball_n9.png) no-repeat}
.b-ball_i1 .b-ball__i{background:url(balls/b-ball_i1.png) no-repeat}
.b-ball_i2 .b-ball__i{background:url(balls/b-ball_i2.png) no-repeat}
.b-ball_i3 .b-ball__i{background:url(balls/b-ball_i3.png) no-repeat}
.b-ball_i4 .b-ball__i{background:url(balls/b-ball_i4.png) no-repeat}
.b-ball_i5 .b-ball__i{background:url(balls/b-ball_i5.png) no-repeat}
.b-ball_i6 .b-ball__i{background:url(balls/b-ball_i6.png) no-repeat}
.b-ball_i1{top:0;left:0;width:25px;height:71px}
.b-ball_i2{top:0;left:25px;width:61px;height:27px}
.b-ball_i3{top:0;left:176px;width:29px;height:31px}
.b-ball_i4{top:0;left:205px;width:50px;height:51px}
.b-ball_i5{top:0;left:289px;width:78px;height:28px}
.b-ball_i6{top:0;left:367px;width:6px;height:69px}
.b-ball__i{
position:absolute;
width:100%;
height:100%;
-webkit-transform-origin:50% 0;
-moz-transform-origin:50% 0;
-o-transform-origin:50% 0;
transform-origin:50% 0;
-webkit-transition:all .3s ease-in-out;
-moz-transition:all .3s ease-in-out;
-o-transition:all .3s ease-in-out;
transition:all .3s ease-in-out;
pointer-events:none
}
.b-ball_bounce .b-ball__right{position:absolute;top:0;right:0;left:50%;bottom:0;z-index:9}
.b-ball_bounce:hover .b-ball__right{display:none}
.b-ball_bounce .b-ball__right:hover{left:0;display:block!important}
.b-ball_bounce.bounce>.b-ball__i{-webkit-transform:rotate(-9deg);-moz-transform:rotate(-9deg);-o-transform:rotate(-9deg);transform:rotate(-9deg)}
.b-ball_bounce .b-ball__right.bounce+.b-ball__i{-webkit-transform:rotate(9deg);-moz-transform:rotate(9deg);-o-transform:rotate(9deg);transform:rotate(9deg)}
.b-ball_bounce.bounce1>.b-ball__i{-webkit-transform:rotate(6deg);-moz-transform:rotate(6deg);-o-transform:rotate(6deg);transform:rotate(6deg)}
.b-ball_bounce .b-ball__right.bounce1+.b-ball__i{-webkit-transform:rotate(-6deg);-moz-transform:rotate(-6deg);-o-transform:rotate(-6deg);transform:rotate(-6deg)}
.b-ball_bounce.bounce2>.b-ball__i{-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}
.b-ball_bounce .b-ball__right.bounce2+.b-ball__i{-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}
.b-ball_bounce.bounce3>.b-ball__i{-webkit-transform:rotate(1.5deg);-moz-transform:rotate(1.5deg);-o-transform:rotate(1.5deg);transform:rotate(1.5deg)}
.b-ball_bounce .b-ball__right.bounce3+.b-ball__i{-webkit-transform:rotate(-1.5deg);-moz-transform:rotate(-1.5deg);-o-transform:rotate(-1.5deg);transform:rotate(-1.5deg)}