@font-face {
	font-family: 'PTSans';
	src: url('fonts/PTSansRegular.woff2') format('woff2'),
	     url('fonts/PTSansRegular.woff') format('woff');
	font-weight: normal;
	font-style: normal;     
}

@font-face{
	font-family: 'PTSans';
	src: url('fonts/PTSansItalic.woff2') format('woff2'),
		 url('fonts/PTSansItalic.woff')	format('woff');
	font-weight: normal;
	font-style: italic;	 
}

@font-face {
	font-family: 'PTSans';
	src: url('fonts/PTSansBold.woff2') format('woff2'),
		 url('fonts/PTSansBold.woff') format('woff');
	font-weight: bold;
	font-style: normal;	 
}

@font-face {
	font-family: 'PTSans';
	src: url('fonts/PTSansBoldItalic.woff2') format('woof2'),
		 url('fonts/PTSansBoldItalic.woff') format('woff');
	font-weight: bold;
	font-style: italic;	 
}

/* сброс стилей браузера */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 120%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.2;
}
ol { 
	padding-left: 1em;
	list-style: decimal;
}
ul {
	padding-left: 1em;
	list-style: circle;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
} 
/* конец кода сброса стилей браузера */

html {
	font-family: 'PTSans', Times, serif;
	font-size: 62.5%;
	/*
	background-color: rgb(176,194,213);
	*/
	background-color: rgb(255,255,255);
	background-image: url(140.jpg);
	
}

html * {
	max-height: 999999px;
}

.wrapper {
/*
	background: url(images/bg_main1.jpg) no-repeat left,
				url(images/bg_main_1.jpg) repeat-y left,
				url(images/bg_main2.jpg) no-repeat right,
				url(images/bg_main_2.jpg) repeat-y right;
				*/
	background-color: #fff;		
	width: 940px;
	margin: auto;
	border: 3px solid #000;
}


/*******************Верхняя часть баннера*************************/
.banner {
	height: 350px;
	position: relative;
	/*background-image: url(images/fon.png);*/
	background-position: 100px 0;
	background-repeat: no-repeat; 
}

.banner img#logo {
	position: absolute;
	top: 27px;
	left: 65px;
}

.banner h1 {
	font-family: Marmelad, Arial, sans-serif;
	letter-spacing: 5px;
	font-size: 3.6em;
	color: #F7941D;
	text-shadow: 5px 5px 5px #000;
	position: absolute;
	top: 43px;
	left: 255px;
}

#unp {
	position: absolute;
	top: 115px;
	left: 420px;
	font-size: 1.0em;
}

#prz {
	font-size: 1.9em;
	color: rgb(238,46,67);
	letter-spacing: 2.5px;
	position: absolute;
	top: 123px;
	left: 0px;
}

.banner img#vel {
	position: absolute;
	top: 225px;
	left: 240px;
}

.banner #vel_tel {
	position: absolute;
	top: 221px;
	left: 20px;
}

.banner img#mts {
	position: absolute;
	top: 225px;
	left: 610px;
}

.banner #mts_tel {
	position: absolute;
	top: 221px;
	left: 390px;
}

.banner p {
	font: italic normal 1.4em 'PTSans', Times, serif;
	padding: 15px 0 2px 305px;
	text-shadow: 1px 1px 3px #333;
}
/*******************************************************************/

/***********************Панель меню**********************************/
.button {
	position: absolute;
	top: 310px;
	left: 7%;
}

.button a, .form input[type="submit"] {
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	background-color: rgb(188,188,188);
	background-image: -webkit-linear-gradient(top, rgb(188,188,188),  rgb(0,0,0));
	background-image: -moz-linear-gradient(top, rgb(188,188,188),  rgb(0,0,0));
	background-image: -o-linear-gradient(top, rgb(188,188,188),  rgb(0,0,0));
	padding: 0 25px 5px 25px;
	margin: 4px;
	border: 1px solid rgb(0,0,0);
	border-radius: 5px;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0.4), 3px 3px 5px #333;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.8);								   										   											   	
}

.button .active {
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	background-color: rgb(238,46,67);
	background-image: -webkit-linear-gradient(top, rgb(238,46,67),  rgb(137,17,0));
	background-image: -moz-linear-gradient(top, rgb(238,46,67),  rgb(137,17,0));
	background-image: -o-linear-gradient(top, rgb(238,46,67),  rgb(137,17,0));
	border: 1px solid rgb(0,0,0);
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0.4), 3px 3px 5px #000;
}

.button a:hover, .form input[type="submit"]:hover {
	background-image: -webkit-linear-gradient(top, rgb(0,0,0),  rgb(188,188,188));
	background-image: -moz-linear-gradient(top, rgb(0,0,0),  rgb(188,188,188));
	background-image: -o-linear-gradient(top, rgb(0,0,0),  rgb(188,188,188));
	color: rgb(176,194,213);
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0.4), 1px 1px 2px #000;
}

#prz2 {
	font-size: 1.5em;
	letter-spacing: 2.5px;
	position: absolute;
	top: -90px;
	left: 240px;
	padding: 0px 20px 10px 20px;
	width: 450px;
	height: 35px;
}
/*************************************************************************/

/********************Галлерея на главной странице********************/
.gallery#glavn {
	position: relative;
	height: 680px;
	width: 100%;
	margin: 15px auto;
	cursor: default;
}

.gallery#glavn img {
	float: left;
	margin: 15px 30px 15px -13px;
	border-radius: 20px;
}

.gallery#glavn figcaption {
	text-align: center;
	font: italic bold 1.1em 'PTSans', Times, serif;
	line-height: 0.8em;
	padding-bottom: 10px;
	margin-right: 30px;
}

.gallery#glavn  p {
	font: italic normal 0.8em 'PTSans', Times, serif;
	text-shadow: .5px .5px .5px #333;
	text-align: center;
	line-height: 1em;
	margin-right: -30px;
}
/***********************************************************************/
/*****************Контент на главной под галереей**********************/
.main#sidebar {
	position: relative;
	height: 100%;
	padding-bottom: 35px;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

.sidebar1 {
	height: 400px;
	width: 940px;
	border-radius: 0px;
	padding: 20px 0;
	margin-bottom: 20px;
	border-bottom: 5px solid rgba(0,0,0,.8);
	border-top: 5px solid rgba(0,0,0,.8);
}

.sidebar2 {
	position: relative;
	height: 100%;
	width: 910px;
	margin-left: 0%;
	border-radius: 20px;
	padding: 10px 0;
}

.sidebar1 img,  .sidebar2 img {
	border-radius: 10px;
	border: solid 2px #797979;
	margin-bottom: 20px;
}

.sidebar1 a {
	float: left;
	margin-left: 5%;
}

.sidebar1 img {
	border-radius: 10px;
	border: solid 2px #797979;
	margin-bottom: 2px;

	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
 	box-shadow: 4px 4px 6px rgba(0,0,0,.8);
}

.sidebar1 a:hover img {
	box-shadow: 4px 4px 6px 0px rgba(255,0,0,1);
	border: solid 2px rgba(133,0,0,1);
}

.sidebar1 p,  .sidebar2 p {
	font: italic normal 1.4em 'PTSans', Times, serif;
	text-shadow: .5px .5px .5px #333;
	text-align: center;
	line-height: 1em;
	padding-top: 8px;
}

.sidebar1 .nazv {
	font: italic normal 1.4em 'PTSans', Times, serif;
	line-height: 1em;
	width: 260px;
	display: inline-block;
	margin: 0px 20px 20px 0px;
}

#opisanie p {
	font: italic normal 1em 'PTSans', Times, serif;
	line-height: 1em;
	margin-top: -5px;
	width: 100%;
}

#opisanie li {
	font: italic normal 1em 'PTSans', Times, serif;
	text-align: left;
	line-height: 1em;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 65px;
	width: 760px;
}

#opisanie img {
	margin: 5px 0 10px 0;
}

em.li {
	line-height: 1em;
	text-align: center;
	color: red;
}
/**********************************************************************/

.velcom {
	position: relative;
	width: 100%;
	height: 150px;
	background-color: #A4A4A5;
	border-radius: 50px;
	margin-top: 30px;
}

.velcom img {
	position: absolute;
	top: -3px;
	left: 20px;
}

.velcom h2 {
	position: absolute;
	top: 5px;
	right: 20px;
	color: #000;
	font-size: 3.5em;
	text-shadow: none;
}

.mts {
	position: relative;
	width: 100%;
	height: 150px;
	background-color: #E2E3E5;
	border-radius: 50px;
	margin-top: 30px;
}

.mts img {
	position: absolute;
	top: 0px;
	left: 20px;
}

.mts h2 {
	position: absolute;
	top: 5px;
	right: 20px;
	color: #EB1B00;
	font-size: 3.5em;
	text-shadow: none;
}

.viber {
	position: relative;
	width: 100%;
	height: 150px;
	background-color: #7C529C;
	border-radius: 50px;
	margin-top: 30px;
}

.viber img {
	position: absolute;
	top: 40px;
	left: 20px;
}

.viber h2 {
	position: absolute;
	top: 5px;
	right: 20px;
	color: #fff;
	font-size: 3.5em;
	text-shadow: none;
}

.vk {
	position: relative;
	width: 100%;
	height: 150px;
	background-color: #4b75a5;
	border-radius: 50px;
	margin-top: 30px;
}

.vk img {
	position: absolute;
	top: 10px;
	left: 120px;
}

.vk h2 {
	position: absolute;
	top: 5px;
	right: 20px;
	color: #45668e;
	font-size: 3.5em;
	text-shadow: none;
}

.inst {
	position: relative;
	width: 100%;
	height: 150px;
	background-color: #CA016B;
	border-radius: 50px;
	margin-top: 30px;
}

.inst img {
	position: absolute;
	top: -8px;
	left: 120px;
}

.inst h2 {
	position: absolute;
	top: 5px;
	right: 20px;
	color: #45668e;
	font-size: 3.5em;
	text-shadow: none;
}


.gmail {
	position: relative;
	width: 100%;
	height: 235px;
	background-color: #E0D6E8;
	border-radius: 50px 50px 0 0;
	margin-top: 30px;
}

.gmail img {
	position: absolute;
	top: 30px;
	left: 40px;
}

.gmail h2 {
	position: absolute;
	top: 5px;
	right: 70px;
	color: #C72D1D;
	font-size: 3.5em
}

.form {
   font: italic 1.4em 'PTSans', Times, serif;
   margin-left: 0px;
   text-align: left;
   font-size: 1.7em;
   color: #000;
   text-shadow: 2px 2px 3px rgb(176,194,213);
   border: 2px solid #E0D6E8;
   background-color: #E0D6E8;
   border-radius: 0 0 50px 50px;
}

legend {
   text-align: center;
   font-size: 1.5em;
   font-weight: bold;
   margin: 0px 0px 40px 20px;
}

.form .label {
   display: inline-block;
   width: 300px;
   vertical-align: top;
   text-align: right;
   font-weight: bold;
}

.form input[type="submit"] {
   margin-left: 316px;
   padding:20px 40px;
   font: italic 1.4em 'PTSans', Times, serif;
 }

.form select, option {
   border-radius: 10px;
   background-color: rgb(220,220,220);
   color: rgb(50,50,50);
   text-shadow: 1px 1px rgb(100,100,100);
   font-size: 1em;
   box-shadow: inset 0 0 10px rgba(100,100,100,.75);
   padding: 5px;
}

            
.form input[type="text"], .form textarea {
   border-radius: 10px;
   border: none;
   background-color: rgb(220,220,220);
   color: #a41e0c;
   letter-spacing: 0.1em;
   /*text-shadow: 1px 1px rgb(100,100,100);*/
   font-size: 1.0em;
   box-shadow: inset 0 0 10px rgba(100,100,100,.75);
   width: 470px;
   padding: 5px 15px;
   margin-left: 5px; 
}

.form input[type="text"]:focus, .form textarea:focus, .form select:focus {
    background-color: rgb(250,250,250);
    box-shadow: inset 0 0 15px rgba(20,20,20,.75);
    color: #C72D1D;
    letter-spacing: 0.5em;
    font-size: 1.5em; 
    letter-spacing: 5px;
    width: 95%;
}

.main, .content {
	margin-top: 20px;
	color: #000;
	text-shadow: 2px 2px 3px rgb(176,194,213);
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
}

h2, .content {
	font-family: Marmelad, 'PTSans', Times, serif;
	font-size: 1.8em;
	font-weight: normal;
	text-align: center;
	padding: 20px 0;
}

em {
	color: #679710;

}

h3 {
	font-family: 'PTSans', Times, serif;
	font-size: 1.5em;
	font-weight: normal;
	text-align: center;
	padding-bottom: 20px;
}

p, .content {
	font-family: 'PTSans', Times, serif;
	font-size: 1.2em;
	font-weight: normal;
	padding-bottom: 30px;
	line-height: 1.5em;
}

.main p::first-letter {
    padding-left: 10px;
    font-weight: bold;
    color: rgb(17,137,0);
}

ul {
	font-family: 'PTSans', Times, serif;
	font-size: 1em;
	font-weight: normal;
	padding-left: 70px;
	width: 670px;
	line-height: 2em;
	margin-top: -20px;
	margin-bottom: 20px;
}

ul li {
	list-style-type: none;
}

ul li:before {
	content: counter(item, disc) "   ";
	color: #679710;
}

li em {
	font-family: 'PTSans', Times, serif;
	font-size: 1em;
}

footer {
	background: url(images/logo_color.png) no-repeat center;
				/*url(images/fot-lamp2.jpg) no-repeat left,
				url(images/fot-lamp.jpg) no-repeat right,
				url(images/fot-lamp3.jpg) repeat-x;*/
	height: 160px;	
	width: 940px;
	margin-left: 0px;		
	border-top: 3px solid #000;
	margin-top: 20px;
}

/*
footer p {
	text-align: center;
	margin-top: 16px;
	margin-left: 287px;
	padding: 35px 35px 20px 35px;
	color: #000;
	text-shadow: 2px 2px 3px rgb(176,194,213);
	background-image: -webkit-linear-gradient(to right, rgb(31,221,0), rgb(231,235,234) 30%,
												rgb(231,235,234) 70%, rgb(31,221,0));
	background-image: -moz-linear-gradient(to right, rgb(31,221,0), rgb(231,235,234) 30%,
												rgb(231,235,234) 70%, rgb(31,221,0));
	background-image: -o-linear-gradient(to right, rgb(31,221,0), rgb(231,235,234) 30%,
												rgb(231,235,234) 70%, rgb(31,221,0));
	background-image: linear-gradient(to right, rgb(31,221,0), rgb(231,235,234) 30%,
												rgb(231,235,234) 70%, rgb(31,221,0));
	width: 300px;
	border-radius: 20px;
	box-shadow: 5px  5px 10px rgb(176,194,213),
			   -5px -5px 10px rgb(176,194,213);
}

*/
/* CSS для страницы "Наши работы"*/

.gallery {
	text-align: center;
	margin-left: 20px;
}

figure {
  display: inline-block;
  vertical-align: top;
  width: 210px;
  margin: 12px 30px 12px 30px;
}

figure img, .galleria-stage {
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
  border: 1px solid #666;
  background-color: rgb(255,255,255);
  padding: 0px;
  box-shadow: 4px 4px 6px rgba(0,0,0,.8);
  border-radius: 20px;
}

figcaption {
  font: 1em Arial, Helvetica, sans-serif;
  text-align: center;
  margin: 5px 0 0 0;
  text-shadow: 2px 2px 3px rgb(176,194,213);
  color: rgb(0,0,0);
}

ul {
	padding-top: 1em;
}

figure .great {
	width: 720px;
}

/*a:hover img {
	border: none;
	border-radius: 15%;
	background-color: rgb(176,194,213);
}
*/

a:hover img{
	box-shadow: 4px 4px 6px 0px rgba(255,255,255,1);
}	

.vk img:hover {
	box-shadow: none;
}

/****************GALLERIA******************/

.cred {
    margin-top:20px;
    font-size:11px;
}

.content {
    width:747px;
    margin:20px auto;
}

#galleria {
    height:590px;
}
            
/****************GALLERIA******************/

.scrollTop{
	background:url('images/arrows10.png') 0 0 no-repeat;
	width:70px; height:80px;
	bottom:150px; right:2%;
}
.scrollTop:hover{ background-position:0 -76px; }

/*******************************************/
