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, 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: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
   font-family: 'opensans-regular', Open Sans Light, Arial Narrow, sans-serif;
}
h1 {
  font-size: 35px;
  line-height: 55px;
  letter-spacing: -1px;
  color: #ffffff;
  font-weight: 700;
  font-family: 'opensans-regular', Open Sans Light, Arial Narrow, sans-serif;
}
h2 {
  font-size: 48px;
  line-height: 48px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  font-family: 'opensans-regular', Open Sans Light, Arial Narrow, sans-serif;
}
h3 {
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #231f20;
  font-weight: 700;
  font-family: 'opensans-regular', Open Sans Light, Arial Narrow, sans-serif;
}
p {
  font-size: 17px;
  line-height: 22px;
  color: #929496;
  font-weight: 400;
  font-family: 'opensans-regular', Open Sans Light, Arial Narrow, sans-serif;
}
a {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  text-decoration: none;
  font-family: 'opensans-regular', Open Sans Light, Arial Narrow, sans-serif;
}

a:hover, a:focus {
  text-decoration: none;
  color: #231f20;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
/*PHP
_______________________________________________________________________________*/
.pod {
	width: 70%;
	margin: 150px auto;
	padding: 50px;
	border: 1px solid #ccc;
}
.pod h1{
	font-size: 35px;
	text-align: center;
	color: #ccc;
}
.pod a{
	font-size: 20px;
}

.clear {
	clear: both;
}
.margin-block {
	width: 100%;
	height: 59px;
}

.more-link {
	border: 2px solid #000;
	font-weight: 700;
	padding: 10px 20px;
	border-radius: 5px;
}
.more-link:hover{
	color: #04b585; 
	border: 2px solid #04b585; 
}


.strelca {
	width: 50px;
	height: 70px;
	margin: -70px auto 0;
}
.strelca a>img{
	width: 50px;
	height: 50px;
}



.block-img {
	margin: 50px auto;
	width: 90px;
	height: 90px;
}
.block-img img{
	width: 90px;
	height: 90px;
}



.block-podzagolovok {
	width: 350px;
	height: 20px;
	margin: 0 auto;
}
.block-podzagolovok h4{
	font-size: 19px;
	text-align: center;
	font-weight: 300;
	font-family: Open Sans, sans-serif;
}
.block-podzagolovok-left {
	width: 150px;
	float: left;
}
.block-podzagolovok-left-liniya {
	width: 100px;
	float: left;
}
@media only screen and (max-width: 1000px){
.block-podzagolovok {
	width: 300px;
}
.block-podzagolovok-left {
	width: 150px;
	float: left;
}
.block-podzagolovok-left-liniya {
	width: 75px;
	float: left;
}
}


/* ONE BLOCK
_______________________________________________________________________________*/
.block-info {
	width: 100%;
	margin: -20px auto 0;
}
.block-info-h2{
	width: 100%;
	margin: 0 auto;
}
.block-info-h2 h2{
	text-align: center;
}
.block-info-p{
	width: 39%;
	margin: 0 auto;
}
.block-info-p p{
	font-size: 13px;
	text-align: center;
	padding: 25px 0 0 0;
	color: #5c5c5c;
	font-family: Open Sans Light, sans-serif;
}
@media only screen and (max-width: 1000px){

.block-info-h2 h2{
	font-size: 27px;
	line-height: 30px;
}
.block-info-p{
	width: 80%;
}
.block-info-p p{
	font-size: 14px;
}
}

/* TWO BLOCK
_______________________________________________________________________________*/
.block-service-center {
	width: 990px;
	margin: 50px auto 0;
}
.block-service {
	width: 300px;
	margin: 0 10px 50px 10px;
	float: left;
}
.block-service img{
	width: 300px;
	height: 300px;
	border-radius: 200px;
	margin: 0 auto;
	border: 1px solid #888;
	padding: 10px;
}
.block-service h3{
	margin: 0;
	text-align: center;
	font-size: 20px;
	padding: 10px 0 0 0;
}
@media only screen and (max-width: 1000px){
.block-service-center {
	width: 300px;
	margin: 50px auto 0;
}
.block-service {
	width: 300px;
	margin: 0 0 50px 0;
}
}

/*FOOTER-INDEX
_______________________________________________________________________________*/
.footer-index {
	background: url(img/1.jpg);
	background-attachment:fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.footer-index h2{
	color: #fff;
}
.footer-index p{
	color: #fff;
}
.footer-index-center {
	width: 800px;
	margin: 0 auto;
}
.footer-index-center-left {
	float: left;
	width: 30%;
	margin: 20px 1%;
}
.footer-index-center-left p{
	color: #888;
	text-align: center;
	font-size: 12px;
}
.footer-index-center-left h5{
	text-align: center;
	font-size: 17px;
	font-weight: 700;
}

.footer-index-bottom {
	height: 90px;
	background: url(img/1.jpg);
	background-attachment:fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.footer-index-bottom-center{  
	width: 50%;
	margin: 0 auto;
}
.footer-index-bottom-center p{ 
    font-size: 11px;
	color: #fff;
	padding: 20px 50px 0;
	text-align: center;
}

@media only screen and (max-width: 1000px){
.footer-index {
	background: url(img/1.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.footer-index-center {
	width: 90%;
}
.footer-index-center-left {
	float: left;
	width: 100%;
	margin: 20px 0;
}
.footer-index-bottom {
	height: 120px;
	background: url(img/1.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.footer-index-bottom-center{   
	width: 100%;
}
}

/*FOOTER
_______________________________________________________________________________*/
.footer {
	background: #000;
	height: 350px;
}
.footer-center {
	width: 70%;
	margin: 0 auto;
}
.footer-center-left {
	width: 33.3%;
	float: left;
}
.footer-center-left a{
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 5px;
}
.footer-center-left p{
	color: #fff;
	font-size: 12px;
	line-height: 15px;
}
.m-l {
	border: 1px solid #fff; 
	padding: 5px 10px;
	color: #04b585;
	border-radius: 5px;
}
.m-l:hover{
	border: 1px solid #04b585; 
	color: #04b585;
}

@media only screen and (max-width: 1000px){
.footer {
	height: 550px;
}
.footer-center {
	width: 80%;
}
.footer-center-left {
	width: 100%;
	padding: 0 0 50px 0;
}
.footer-center-left p{
	text-align: center;
}
}


.block-text-p {
	width: 59%;
	margin: 30px auto 0;
}
.block-text-p p{
	padding: 10px 0;
	text-indent: 30px;
}
.block-text-p h3{
	padding: 30px 0 0 0;
	text-align: center;
}
@media only screen and (max-width: 1000px){
.block-text-p {
	width: 90%;
}
}



/*SERVICE
_______________________________________________________________________________*/
.block-service-file-center {
	width: 90%;
	margin: 0 auto;
}
.block-service-file-center-conteiner {
	width: 100%;
	margin: 100px 0;
}
.block-service-file-center-conteiner-img {
	float: left;
	width: 50%;
}
.block-service-file-center-conteiner-img img{
	width: 90%;
	height: 90%;
}
.block-service-file-center-conteiner-p {
	float: left;
	width: 50%;
}
.block-service-file-center-conteine-p h3 {
	font-size: 25px;
	line-height: 25px;
}
/*2*/
.block-service-file-center-conteiner-right {
	width: 100%;
	margin: 100px 0;
}
.block-service-file-center-conteiner-img-right {
	float: left;
	width: 50%;
}
.block-service-file-center-conteiner-img-right img{
	float: right;
	width: 90%;
	height: 90%;
}
.block-service-file-center-conteine-p-right h3 {
	font-size: 25px;
	line-height: 25px;
}
.block-service-file-center-conteine-p-right {
	float: left;
	width: 50%;
}
@media only screen and (max-width: 800px){
.block-service-file-center {
	width: 80%;
}
.block-service-file-center-conteiner {
	margin: 100px 0;
}
.block-service-file-center-conteiner-img {
	margin: 0 0 20px 0;
	width: 100%;
}
.block-service-file-center-conteiner-img img{
	width: 100%;
	height: 100%;
}
.block-service-file-center-conteiner-p {
	width: 100%;
}
/*2*/
.block-service-file-center-conteiner-img-right {
	margin: 0 0 20px 0;
	width: 100%;
}
.block-service-file-center-conteiner-img-right img{
	width: 100%;
	height: 100%;
	float: left;
	margin: 39px 0 0 0;
}
.block-service-file-center-conteine-p-right {
	width: 100%;
}	
}
@media only screen and (max-width: 700px){
.block-service-file-center {
	width: 90%;
}
.block-service-file-center-conteiner {
	margin: 100px 0;
}
.block-service-file-center-conteiner-img {
	display: none;
}
.block-service-file-center-conteiner-p {
	width: 100%;
}
/*2*/
.block-service-file-center-conteiner-img-right {
	display: none;
}
.block-service-file-center-conteine-p-right {
	width: 100%;
}	
}

/*CONTACT
_______________________________________________________________________________*/
.block-contacts-2 {
	width: 70%;
	margin: 0 auto;
}
.block-contacts-2-conteiner {
	width: 30%;
	float: left;
	margin: 0 1.5%;
}
.block-contacts-2-conteiner h4{
	text-align: center;
	font-weight: 700;
	padding: 15px 0;
}
.block-contacts-2-conteiner p{
	text-align: center;
}
.block-contacts-2-conteiner-img {
	width: 70px;
	height: 70px;
	margin: 0 auto;
}
.block-contacts-2-conteiner-img img{
	width: 70px;
	height: 70px;
}
@media only screen and (max-width: 1000px){
.block-contacts-2 {
	width: 80%;
}
.block-contacts-2-conteiner {
	width: 100%;
	margin: 0 0 50px 0;
}
.block-contacts-2-conteiner-img {
	width: 100px;
	height: 100px;
	margin: 0 auto;
}
.block-contacts-2-conteiner-img img{
	width: 100px;
	height: 100px;
}
}

/*OBJECT
_______________________________________________________________________________*/
.block-obects {
	width: 80%;
	margin: 0 auto;
}
.block-obects-conteiner {
	width: 30%;
	float: left;
	margin: 0 1.5% 35px;
	border: 1px solid #ccc;
	padding: 5px;
}
.block-obects-conteiner-text {
	height: 70px;
}
.block-obects-conteiner-text h4{
	padding: 5px 0 0 0;
}
.block-obects-conteiner-text p{
	padding: 5px 0 15px;
}
.block-obects-conteiner img{
	width: 100%;
	height: 200px;
}
@media only screen and (max-width: 1000px){
.block-obects-conteiner {
	width: 100%;
}
.block-obects-conteiner img{
	width: 100%;
	height: 100%;
}
}

/*BLOCK-PROJEKT-CONTEINER
_______________________________________________________________________________*/
.block-project-conteiner {
	width: 50%;
	margin: 0 auto;
}
.block-project-conteiner img{
	padding: 20px;
	width: 100%;
	border: 1px solid #ccc;
	margin: 20px 0;
}
.block-project-conteiner h3{
	padding: 10px 0;
}
.block-project-conteiner b{
	font-weight: 700;
	color: #000;
}
@media only screen and (max-width: 1000px){
.block-project-conteiner {
	width: 80%;
}
}

/*BLOCK-SERVICE-CONTEINER
_______________________________________________________________________________*/
.block-service-conteiner {
	margin: 50px auto 0;
	width: 70%;
}
.block-service-conteiner h3{
	font-size: 22px;
	margin: 0 0 20px 0;
}
.block-service-conteiner-img {
	width: 55%;
	float: left;
}
.block-service-conteiner-img img{
	width: 95%;
}
.block-service-conteiner-right {
	width: 45%;
	float: left;
}

.block-service-conteiner-text {
	margin: 70px 0 0 0;
}
.block-service-conteiner-text p{
	margin: 0 0 10px 0;
}
.block-service-conteiner-text strong{
	font-weight: 700;
}

.block-service-conteiner-vidi {
	margin: 70px 0 0 0;
}
.block-service-conteiner-vidi-p{
	padding: 10px;
	width: 23%;
    margin: 0 2% 30px 0;
	border: 2px solid #000;
	float: left;
}
.block-service-conteiner-vidi-p img{
	width: 100%;
	height: 170px;  
}
.block-service-conteiner-vidi-p p{
	font-weight: 700;
	color: #000;
	text-align: center;
	padding: 5px 0 0 0;
}

.block-service-conteiner-portfolio {
	margin: 50px 0 0 0;
}
.block-service-conteiner-portfolio-block {
	width: 23%;
    margin: 0 2% 30px 0;
	border: 1px solid #000;
	float: left;
}
.block-service-conteiner-portfolio-block img{
	padding: 10px;
	width: 100%;
	height: 200px;
}
.block-service-conteiner-portfolio-block  p{
	padding: 0 0 10px 10px;
}

@media only screen and (max-width: 1000px){
.block-service-conteiner {
	margin: 30px auto 0;
	width: 85%;
}
.block-service-conteiner h3{
	margin: 30px 0 20px 0;
	text-align: center;
}
.block-service-conteiner-img {
	width: 100%;
}
.block-service-conteiner-img img{
	width: 100%;
}
.block-service-conteiner-right {
	width: 100%;
}

.block-service-conteiner-vidi-p{
	width: 100%;
    margin: 0 0 30px 0;
}

.block-service-conteiner-portfolio {
	margin: 30px 0 0 0;
}
.block-service-conteiner-portfolio-block {
	width: 100%;
    margin: 0 0 30px 0;
}
}








