/*
Theme Name: Зенит36 
Theme URL:
Description: Тема для Зенит36
Version: 1.0
Author: Ivanov Ivan
Author URL:
*/

@charset "utf-8";
/* CSS Document */




/* reset - начало */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
body {
line-height: 1;
color: black;
background: white;
}
ol, ul {
list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
} 
/* reset - конец */






body {
	min-width: 300px;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #ffffff;
	cursor: default;
	overflow-y: scroll;
}
.wrapper {
	min-width: 300px;
	max-width: 1200px;
	padding: 0 2%;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	-webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
           transition: all 0.3s ease;
}
.clear {
	clear: both;
}
.line {
	width: 40px;
	height: 2px;
	background-color: #FFA300;
	margin: 10px auto;
}




/* -------- блок меню начало ------------ */
#top-nav {
	position: fixed;
	z-index: 200;
	width: 100%;
	height: 30px;
	background-color: #f0f1f3;
	border-bottom: 1px solid rgba(76,87,97,.1);
}
#top-nav .menu {
   width: 100%;
   overflow: hidden; 
   position: relative; 
}
#top-nav .menu ul {
   float: left; 
   position: relative;
   left: 50%;
}
#top-nav .menu ul li {
   list-style: none;
   float: left; 
   position: relative;
   right: 50%;
}
#top-nav .menu ul li a {
	display: block;
	font-size: 14px;
	color: #8C9297;
	text-decoration: none;
	text-transform: uppercase;
	padding: 9px 15px 7px 15px;
}
#top-nav .menu ul li a:hover {
	color: #19242E;
}

/* мобильное меню */
#top-nav .menu-min {
	display: none;
}
#top-nav .menu-min .button {
	display: block;
	font-size: 18px;
	color: #92979C;
	text-decoration: none;
	text-transform: uppercase;
	padding: 7px 30px;
}
#top-nav .menu-min .button:hover {
	display: block;
	font-size: 18px;
	color: #19242E;
}
#block {
	display: none;
}
#block ul {
	background-color: #ECEDEF;
	padding: 10px 0;
}
#block li a {
	display: block;
	font-size: 14px;
	color: #92979C;
	text-decoration: none;
	text-transform: uppercase;
	padding: 8px 30px;
}
#block li a:hover {
	color: #19242E;
}
@media screen and (min-width: 300px) and (max-width: 800px) {
	#top-nav .menu {
		display: none;
	}
	#top-nav .menu-min {
		display: block;
	}
}

.backdrop {
	width: 100%;
	height: 30px;
	background-color: #F00;
}
/* -------- блок меню конец ------------- */




/* -------- блок хедера начало ---------- */
#header {
	overflow: hidden;
	background-color: #f0f1f3;
	padding: 5px 0;
}
#header .logo {
	float: left;
	width: 250px;
	height: 60px;
	background-image: url(pic/logo.png);
	background-repeat: no-repeat;
	background-position: center center;	
}
#header .logo a {
	display: block;
	width: 250px;
	height: 60px;
}

#header .slogan {
	float: left;
	width: 250px;
	padding-left: 12px;
	margin: 13px 5px 5px 10px;
	border-left: 1px solid rgba(76,87,97,.1);
}
#header .slogan p {
	font-size: 14px;
	color: #92979C;
	text-align: left;
	text-transform: uppercase;
	line-height: 130%;
}
#header .clear {
	display: none;
}

#header .phone {
	float: right;
	width: 280px;
}
#header .phone .tel {
	font-size: 26px;
	color: #19242E;
	text-align: right;
	line-height: 120%;
	background-image: url(pic/cont-tel.png);
	background-repeat: no-repeat;
	background-position: left 9px;
	padding: 2px 0 2px 20px;
}
#header .phone .time {
	font-size: 15px;
	color: #92979C;
	text-align: right;
	line-height: 120%;
	background-image: url(pic/cont-time.png);
	background-repeat: no-repeat;
	background-position: left 2px;	
	padding: 2px 0 2px 24px;
}
@media screen and (min-width: 300px) and (max-width: 440px) {
}
@media screen and (min-width: 300px) and (max-width: 440px) {
}
@media screen and (min-width: 300px) and (max-width: 880px) {
	#header .phone {
		float: none;
		margin: 8px 0;
	}
	#header .clear {
		display: block;
	}
}

/* -------- блок хедера конец ----------- */



.slider-wrapper .container .text h1 span {
	white-space: nowrap;
}


/* ------ блок мини-слайдера начало ----- */
#slider-mini {
	display: none;
	padding: 40px 0;
	background-image: url(pic/bg-slider-mini.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
		-moz-background-size: cover;
		  -o-background-size: cover;
			  background-size: cover;
}
#slider-mini .capt {
	font-size: 24px;
	color: #FFA300;
	text-align: center;
	line-height: 120%;
	text-shadow: 1px 1px 2px #222222;
	padding: 10px 10% 5px 5%;
}	
#slider-mini ul {
	list-style-image: url(pic/marker.png);
	padding: 10px 5% 30px 10%;
}
#slider-mini li {
	font-size: 16px;
	color: #DCDDDE;
	line-height: 120%;
	padding: 4px 0;
}
#slider-mini li span {
	white-space: nowrap;
}

@media screen and (max-width: 599px) {
	#slider-mini {
		display: block;
	}
}
/* ------ блок мини-слайдера конец ------ */




/* ------ блоки под слайдером начало ---- */
#blocks {
	overflow: hidden;
	background-color: #F0F1F3;
	padding: 20px 0;
}
#blocks .block {
	float: left;
	width: 23%;
	text-align: left;
	background-color: #FFA300;
	padding: 20px 2% 20px 2%;
	margin: 1% 1%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#blocks .block img {
	width: 25%;
	margin: 0 2% 5px 0;
}
#blocks .block p {
	display: block;
	font-size: 16px;
	color: #ffffff;
	line-height: 130%;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #C77E00;
}
#blocks .block p strong {
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
}
#blocks .block p span {
	white-space: nowrap;
}
@media screen and (min-width: 300px) and (max-width: 480px) {
	#blocks .block {
		width: 98%;
	}
	#blocks .block img {
		float: left;
		width: 15%;
	}
	#blocks .block p {
		padding: 2% 0 0 18%;
	}
}
@media screen and (min-width: 481px) and (max-width: 640px) {
	#blocks .block {
		width: 48%;
	}
}
@media screen and (min-width: 641px) and (max-width: 960px) {
	#blocks .block {
		width: 48%;
	}
	#blocks .block img {
		float: left;
		width: 15%;
	}
	#blocks .block p {
		padding: 2% 0 0 18%;
	}
}
/* ------ блоки под слайдером конец ----- */





/* -------- Мы предлагаем начало -------- */
#we-offer {
	overflow: hidden;
	background-color: #ffffff;
	padding: 40px 0 30px 0;
}
#we-offer h2 {
	font-size: 32px;
	color: #19242E;
	line-height: 110%;
	text-align: center;
	text-transform: uppercase;
	padding: 0px 0px 10px 0px;
}
#we-offer .ittem {
	float: left;
	overflow: hidden;
	width: 31.3%;
	margin: 2% 1%;
}
#we-offer .ittem .ittem-block {
	position: relative;
	height: 0px;
	padding-top: 75%;
}
#we-offer .ittem .ittem-img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
}
#we-offer .ittem img {
	width: 102%;
}
#we-offer .ittem .text {
	font-size: 18px;
	color: #FFA300;
	line-height: 130%;
	text-transform: uppercase;
	padding: 8px 2% 0 2%;
}
#we-offer .ittem .price {
	font-size: 22px;
	color: #434345;
	line-height: 130%;
	padding: 0px 2%;
}
#we-offer .capt-1 {
	font-size: 20px;
	color: #92979C;
	text-align: center;
	line-height: 130%;
	padding: 15px 10% 0 10%;
}
#we-offer .capt-2 {
	font-size: 26px;
	color: #434345;
	text-align: center;
	line-height: 130%;
	padding: 8px 10% 0 10%;
}
#we-offer a {
	display: block;
	width: 240px;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #C77E00;
	padding: 10px 0;
	background-color: #FFA300;
	margin: 15px auto 0 auto;
}
#we-offer a:hover {
	background-color: #E89700;
}
@media screen and (min-width: 300px) and (max-width: 420px) {
	#we-offer .ittem {
		width: 98%;
	}
	#we-offer .capt-1 {
		padding: 8px 2% 0 2%;
	}
	#we-offer .capt-2 {
		font-size: 24px;
		padding: 8px 2% 0 2%;
	}
}
@media screen and (min-width: 421px) and (max-width: 680px) {
	#we-offer .ittem {
		width: 48%;
	}
	#we-offer .ittem .text {
		font-size: 16px;
	}
}

/* для модального окна */
.modal h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 22px;
	color: #434345;
	line-height: 120%;
	text-align: center;
	text-transform: uppercase;
	padding: 10px 5%;
}
.modal h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #FFA300;
	padding: 10px 2% 2px 2%;
}
.modal p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #A43D2B;
	line-height: 120%;
	text-align: justify;
	padding: 0px 2% 8px 4%;
}
.modal .table-wrapper {
	overflow-x: auto;
	display: block;
}
.modal table {
	width: 100%;
	border-collapse: collapse;
	border: 2px solid #bbbbbb;
	color: #92979C;
	margin: 8px 0;
}
.modal table th {
	color: #434345;
	line-height: 120%;
	text-align: center;
	vertical-align: middle;
	background-color: #eeeeee;      
	border: 1px solid #cccccc; 
	padding: 4px 8px;  
}
.modal table td {
	line-height: 120%;
	vertical-align: middle;        
	border: 1px solid #cccccc; 
	padding: 4px 8px;  
}
.modal table tr:nth-child(even) {
	background-color: #ffffff;
}
.modal table tr:nth-child(odd) {
	background-color: #f8f8f8;
}
.modal table td:nth-child(2), #content table td:nth-child(3) {
	text-align: center;
}
/* -------- Мы предлагаем конец --------- */




/* -------- Наши работы начало ---------- */
#our-work {
	overflow: hidden;
	background-color: #222931;
	padding: 40px 0 20px 0;
}
#our-work h2 {
	font-size: 32px;
	color: #ffffff;
	line-height: 110%;
	text-align: center;
	text-transform: uppercase;
	padding: 0px 0px 10px 0px;
}
#our-work p {
	overflow: hidden;
	padding: 10px 0px 10px 0px;
}

#our-work a {
	display: block;
	float: left;
	width: 19%;
	margin: 0.5% 0.5%;
}
#our-work img {
	width: 100%;
}
#our-work .link {
	float: right;
	width: 200px;
	font-size: 22px;
	color: #92979C;
	text-decoration: none;
	margin: 15px 1%;
}
#our-work .link:hover {
	color: #FFA300;
}
@media screen and (min-width: 300px) and (max-width: 440px) {
	#our-work a {
		width: 99%;
	}
}
@media screen and (min-width: 441px) and (max-width: 800px) {
	#our-work a {
		width: 49%;
	}
	#our-work a.hid-1 {
		display: none;
	}
}
@media screen and (min-width: 801px) and (max-width: 1200px) {
	#our-work a {
		width: 24%;
	}
	#our-work a.hid-1 {
		display: none;
	}
}
/* -------- Наши работы конец ----------- */





/* -------- Ассортимент начало ---------- */
#assortment {
	overflow: hidden;
	background-color: #F0F1F3;
	padding: 40px 0 30px 0;
}
#assortment h2 {
	font-size: 32px;
	color: #19242E;
	line-height: 110%;
	text-align: center;
	text-transform: uppercase;
	padding: 0px 0px 10px 0px;	
}
#assortment .capt {
	font-size: 18px;
	color: #92979C;
	line-height: 130%;
	padding: 8px 1% 0 1%;	
}
#assortment .block {
	overflow: hidden;
	/* border-top: 1px solid rgba(76,87,97,.1); */
	margin-top: 25px;
}
#assortment .block h3 {
	font-size: 26px;
	color: #FFA300;
	line-height: 130%;
	padding: 10px 1% 8px 1%;	
}
#assortment .block h3 span {
	white-space: nowrap;
}

#assortment .block .text {
	font-size: 16px;
	color: #92979C;
	line-height: 130%;
	padding: 0 1% 10px 1%;	
}
#assortment .block .ittem {
	float: left;
	width: 23%;
	margin: 1% 1%;
}
#assortment .block .ittem img {
	width: 100%;
}
#assortment .block .ittem .label {
	font-size: 16px;
	color: #434345;
	line-height: 130%;
	padding: 0px 2%;
}
#assortment .block .disclose-wr {
	overflow: hidden;
	width: 100%;
}
#assortment .block .disclose {
	display: block;
	float: left;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #C77E00;
	background-color: #FFA300;
	padding: 8px 20px;
	margin: 5px 1%;
}
#disclose-1, #disclose-2, #disclose-3 {
	display: none;
}
#assortment .block .bottom {
	overflow: hidden;
	margin: 5px 1%;
}
#assortment .block .bottom h4 {
	font-size: 22px;
	color: #FFA300;
	line-height: 130%;
	padding: 10px 0 8px 0;	
}
#assortment .block .bottom .bottom-color {
	float: left;
	width: 135px;
	margin: 6px 0;
}
#assortment .block .bottom .bottom-color img {
	float: left;
}
#assortment .block .bottom .bottom-color .sign {
	font-size: 14px;
	color: #92979C;
	padding: 4px 20px 3px 25px;
}
#assortment .block .bottom .bottom-ittem {
	float: left;
	width: 80px;
	margin: 1% 2% 1% 0;
}
#assortment .block .bottom .bottom-ittem img {
	width: 100%;
}
#assortment .block .bottom .bottom-ittem .sign {
	height: 28px;
	font-size: 14px;
	color: #92979C;
	text-align: center;
	padding-top: 5px;
}
@media screen and (min-width: 300px) and (max-width: 400px) {
	#assortment .block .ittem {
		width: 98%;
	}
}
@media screen and (min-width: 401px) and (max-width: 800px) {
	#assortment .block .ittem {
		width: 48%;
	}
}
/* -------- Ассортимент конец ----------- */





/* -------- блок скидка начало ---------- */
#discount {
	background-attachment: fixed;
	background-image: url(pic/bg-discount.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 8% 0 8% 0;
	-webkit-background-size: cover;
		-moz-background-size: cover;
		  -o-background-size: cover;
			  background-size: cover;	
}
#discount .disc-1 {
	font-size: 32px;
	color: #BDBEBF;
	text-align: center;
	line-height: 120%;
	padding: 5px 10%;
}
#discount .disc-2 { 
	font-size: 80px;
	color: #FFA300;
	text-align: center;
	/* font-weight: bold; */
	line-height: 120%;
	padding: 5px 10%;
}
#discount .disc-3 {
	font-size: 44px;
	color: #FFFFFF;
	text-align: center;
	line-height: 120%;
	padding: 5px 10%;
}
@media screen and (min-width: 300px) and (max-width: 600px) {
	#discount {
		padding: 15% 0 15% 0;
	}
	#discount .disc-1 {
		font-size: 20px;
		padding: 5px 5%;
	}
	#discount .disc-2 { 
		font-size: 42px;
		padding: 5px 5%;
	}
	#discount .disc-3 {
		font-size: 26px;
		padding: 5px 5%;
	}
}
@media screen and (min-width: 601px) and (max-width: 1000px) {
	#discount .disc-1 {
		font-size: 26px;
	}
	#discount .disc-2 { 
		font-size: 60px;
	}
	#discount .disc-3 {
		font-size: 32px;
	}
}
/* -------- блок скидка конец ----------- */





/* -------- наши заказчики начало ------- */
#client {
	overflow: hidden;
	background-color: #ffffff;
	padding: 40px 0 30px 0;
}
#client h2 {
	font-size: 32px;
	color: #19242E;
	line-height: 110%;
	text-align: center;
	text-transform: uppercase;
	padding: 0px 0px 10px 0px;
}
#client ul {
	text-align: center;
	padding: 0px;
	list-style-type: none;  
}
#client li {
	display : inline-block;
	width: 22%;
	margin: 2% 1%;
}
#client li img {
	width: 100%;
}
#client p {
	font-size: 24px;
	color: #92979C;
	text-align: center;
	line-height: 130%;
	padding: 25px 10% 5px 10%;
}
@media screen and (min-width: 300px) and (max-width: 600px) {
	#client li {
		width: 47%;
	}
	#client p {
		font-size: 20px;
		padding: 25px 4% 5px 4%;
	}
}
@media screen and (min-width: 561px) and (max-width: 800px) {
	#client li {
		width: 29.3%;
	}
	#client p {
		font-size: 20px;
		padding: 25px 4% 5px 4%;
	}
}
/* -------- наши заказчики конец -------- */





/* -------- наши партнеры начало -------- */
#partners {
	overflow: hidden;
	background-color: #F0F1F3;
	padding: 40px 0 30px 0;
}
#partners h2 {
	font-size: 32px;
	color: #19242E;
	line-height: 110%;
	text-align: center;
	text-transform: uppercase;
	padding: 0px 0px 10px 0px;
}
#partners .block {
	float: left;
	width: 31.3%;
	margin: 2% 1%;
}
#partners .block img {
	width: 100%;
}
#partners .block p {
	font-size: 20px;
	color: #434345;
	text-align: center;
	line-height: 130%;
	padding: 10px 2%;
}
#partners .block p span {
	color: #92979C;
}
#partners .block p .hid {
	display: none;
}
@media screen and (min-width: 300px) and (max-width: 620px) {
	#partners .block {
		width: 98%;
	}
	#partners .block p .hid {
		display: block;
	}
}
@media screen and (min-width: 621px) and (max-width: 1050px) {
	#partners .block p {
		font-size: 18px;
	}
	#partners .block p .hid {
		display: block;
	}
}

/* -------- наши партнеры конец --------- */





/* -------- этапы работ начало ---------- */
#procedure {
	overflow: hidden;
	background-attachment: fixed;
	background-image: url(pic/bg-procedure.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 40px 0 30px 0;
	-webkit-background-size: cover;
		-moz-background-size: cover;
		  -o-background-size: cover;
			  background-size: cover;	
}
#procedure h2 {
	font-size: 32px;
	color: #ffffff;
	line-height: 110%;
	text-align: center;
	text-transform: uppercase;
	padding: 0px 0px 20px 0px;
}
#procedure .block {
	float: left;
	width: 31.3%;
	margin: 20px 1%;
}
#procedure .block img {
	float: left;
	width: 20%;
}
#procedure .block .capt {
	font-size: 18px;
	color: #FFA300;
	text-transform: uppercase;
	padding: 3% 0 5px 24%;
}
#procedure .block .text {
	font-size: 16px;
	color: #A9ADB1;
	line-height: 130%;
	padding: 0 0 0px 24%;
}
@media screen and (min-width: 300px) and (max-width: 600px) {
	#procedure .block {
		float: none;
		width: 280px;
		margin: 20px auto;
	}
}
@media screen and (min-width: 601px) and (max-width: 800px) {
	#procedure .block {
		width: 48%;
	}
}
/* -------- этапы работ конец ----------- */






/* -------- блок контакты  начало ------- */
#contact {
	overflow: hidden;
	background-color: #1B242B;
	padding: 40px 0 20px 0;
}
#contact h2 {
	font-size: 36px;
	color: #ffffff;
	text-shadow: 2px 2px 4px #333333;
	text-transform: uppercase;
	text-align: center;
	padding: 0px 0 20px 0;
}
#contact .block {
	float: left;
	width: 46%;        
	margin: 0 2%;
}
#contact .block .wr {
	display: table;
	margin: 8px 0;
}
#contact .block p {
	display: table-cell;
	height: 40px;
	font-size: 16px;
	color: #757981;
	line-height: 120%;
	vertical-align: middle;
	padding: 0px 0 0px 50px;
	background-repeat: no-repeat;
	background-position: left center;	
}
#contact .block p a {
	font-size: 16px;
	color: #B9BDC5;
	text-decoration: none;
}
#contact .block p a:hover {
	font-size: 16px;
	color: #eeeeee;
	text-decoration: none;
}

#contact .block p span {
	white-space: nowrap;
}
#contact .block .adr {
	background-image: url(pic/icon-adr.png);
}
#contact .block .tel {
	background-image: url(pic/icon-tel.png);
}
#contact .block .wa {
	background-image: url(pic/icon-wa.png);
}
#contact .block .vi {
	background-image: url(pic/icon-vi.png);
}
#contact .block .time {
	background-image: url(pic/icon-time.png);
}
#contact .block .ins {
	background-image: url(pic/icon-ins.png);
}
#contact .block .mail {
	background-image: url(pic/icon-mail.png);
}
@media screen and (min-width: 300px) and (max-width: 640px) {
	#contact .block {
		float: none;
		width: 96%;
		margin: 0 auto;
	}
}
/* -------- блок контакты   конец ------- */




#map {
	height: 320px;
	background-color: #1B242B;
}
#map .map {
	width: 100%;        
	opacity: 0.8;
}




/* -------- нижняя линия   начало ------- */
#foot {
	overflow: hidden;
	background-color: #070F14;
	padding: 25px 0;
}
#foot .copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #757981;
	text-align: center;
}
#foot p.art {
	font-size: 14px;
	color: #757981;
	line-height: 120%;
	text-align: center;
	padding-top: 5px;
}
#foot p.art a {
	font-size: 14px;
	color: #9B9FA7;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
           transition: all 0.3s ease;
}
#foot p.art a:hover {
	color: #FFA300;
}
/* -------- нижняя линия   конец -------- */




/* ---- страница наши работы  начало ---- */
#work {
	padding: 40px 0 30px 0;
}
#work h1 {
	font-size: 32px;
	color: #19242E;
	line-height: 110%;
	text-align: center;
	text-transform: uppercase;
	padding: 0px 0px 10px 0px;	
}
#work .block {
	overflow: hidden;
	padding: 15px 0;
}
#work .block h2 {
	font-size: 24px;
	color: #FFA300;
	line-height: 120%;
	padding: 0 0.5% 3px 0.5%;
}
#work .block .territory {
	font-size: 18px;
	color: #434345;
	line-height: 120%;
	padding: 0 0.5% 1px 0.5%;
}
#work .block .material {
	font-size: 16px;
	color: #92979C;
	line-height: 130%;
	padding: 0 0.5% 8px 0.5%;
}
#work .block a {
	display: block;
	float: left;
	width: 15.5%;
	margin: 0.5% 0.5%;
}
#work .block img {
	width: 100%;
}

@media screen and (min-width: 300px) and (max-width: 440px) {
	#work .block a {
		width: 49%;
	}
}
@media screen and (min-width: 441px) and (max-width: 580px) {
	#work .block a {
		width: 32.3%;
	}
}
@media screen and (min-width: 581px) and (max-width: 800px) {
	#work .block a {
		width: 24%;
	}
}
@media screen and (min-width: 801px) and (max-width: 1000px) {
	#work .block a {
		width: 19%;
	}
}
/* ---- страница наши работы  конец ----- */






#scroller{
	position: fixed;
	z-index: 20;    
	right: 20%;
	bottom: 35px;
	background:url(pic/up-arrow.jpg);   
	width: 50px;
	height: 50px;
	cursor: pointer;
	display:none;
	opacity:0.6;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	  -o-transition: all 0.5s ease;
		  transition: all 0.5s ease;
}
#scroller:hover {
	opacity:1.0;
}










