@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600');

* {
	padding: 0;
	margin: 0;
}

img {
	
}

/* -----Основные стили----- */
a, a:hover, a:focus { 
	color: inherit; 
	text-decoration: none; 
	outline: 0; 
}

p {
	color: #363636;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 20px;
	letter-spacing: 0px;
}

.container-fluid {
	margin: 0;
	padding: 0;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    
    padding-right: 0;
    padding-left: 0;
}

h1 {}

h2 {
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 28px;
	font-weight: 400;
	line-height: 36px;
	letter-spacing: 0px;
	text-align: center;
	margin: 0;
}

h3 {
	color: #e5007e;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0px;
	text-align: right;
	margin: 0;	
}

h4 {
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 32px;
	letter-spacing: 0px;
	text-align: center;
	margin: 0;
}

h5 {
	color: #363636;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 32px;
	letter-spacing: 0px;
	text-align: center;
	margin: 10px 0;
}

h6 {
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0px;
	text-align: center;
	margin: 0;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #ffffff;
	z-index: 1;
}


/*-----Навигация-----*/
.navbar {    
    min-height: auto;
    margin-bottom: 0;
    border: none;
}

.navbar .navbar-default {
	background: #ffffff;	
	border: none;
	border-radius: 0;
	color: #363636;
	margin: 0;
	padding: 10px;
	border-radius: 0;	
}

.navbar-nav {
	padding-left: 10px;
}

.navbar-nav>li>a {
	color: #363636;
    font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 400;	
	margin-left: 15px;
	margin-top: 20px;	
}

.navbar-brand {
	height: auto;
	margin: 0;
	padding: 0;
}

.navbar-brand img {
	max-height: 80px;
}
.navbar-nav {
	background: #ffffff;
	text-align: center;
}

.phones {
	text-align: right;
	padding-top: 15px;
}
.phones p {
	color: #363636;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 400;
}

.phones i {	
	padding-right: 7px;
	color: #bd0068;
}


/* -----О компании----- */
.wr-company {
	background-image: url(../img/fon.jpg);
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;    
    padding: 500px 0 0 0;
    background-attachment: fixed;
    position: relative;
}
.company {
	background-color: rgba(255,255,255,.8);
	position: absolute; bottom: 0; left: 0; right: 0;	
	text-align: center;	
}


.company p {
	color: #363636;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-weight: 300;
	line-height: 36px;
	letter-spacing: 0px;
	margin: 40px 0;
}

/* -----Наши направления----- */
.wr-about_top {
	background-color: #bd0068;
	text-align: center;
	padding: 45px 0 25px 0;
}

.wr-about_top img {
	margin-top: 10px;
}

.wr-about {
	padding: 30px 0 10px 0;
}

.wr-about p {
	color: #363636;
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 32px;
	letter-spacing: 0px;
	padding: 10px 0;	
	text-align: center;
}

.wr-about i {	
	color: #e6007e;
	font-size: 26px;
}

.about {
	min-height: 120px;
}


/* -----Скачать презентацию----- */
.wr-presentation {
	background-image: url(../img/fon.jpg);
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;    
    padding: 100px 0;
    background-attachment: fixed;
    position: relative;
    text-align: center;
}

.presentation button {
	padding: 10px 30px 12px 30px;
	border-style: none;
	background-color: #bd0068;
	text-transform: uppercase; 
}

/* -----Наши услуги----- */
.wr-servicesheader {
	background-color: #555555;
	padding: 45px 0 25px 0;
	text-align: center;
}

.wr-servicesheader img {
	margin-top: 10px;
}

.wr-services {
	margin: 0;
	padding: 0;
}

.wr-services img {
	width: 100%;
	padding: 0;
	margin: 0;
}

.serv {
	
	display: inline-block;
    vertical-align: top;
    margin: 0;
    overflow: hidden;
    text-align: center;
    border: none;
    padding: 0;
}

.wr-pr111 {
	background-image: url(../img/fon.jpg);
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;    
    padding: 50px 0 0 0;
    background-attachment: fixed;
    position: relative;
    text-align: center;
}

.pr111 {
	background-color: rgba(255,255,255,.8);
	margin: 20px 0 0 0;
	text-align: center;	
}


.pr111 p {
	color: #363636;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-weight: 300;
	line-height: 36px;
	letter-spacing: 0px;
	margin: 40px 0;
}

.b-pr111 button {
	background-image: url(../img/pr111.png);
	width: 210px;
	height: 55px;
	border-style: none;
	background-color: #bd0068;
	text-transform: uppercase; 
}

/* -----Наши услуги оформление картинок----- */

.grid {
	position: relative;
	margin: 0 auto;
	padding: 0;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0;
	min-width: auto;
	max-width: 480px;
	max-height: 480px;
	width: 100%;
	background: #3085a3;
	text-align: center;
	cursor: crosshair;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 1;
}

.grid figure figcaption {
	padding: 5px;
	color: #ffffff;
	
	
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.grid figure h6,
.grid figure p {
	margin: 0;
	color: #ffffff;
}


/* -----Наши услуги эффекты----- */

figure.effect-sadie figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(59,59,59,0) 0%, rgba(59,59,59,0.8) 90%);
	background: linear-gradient(to bottom, rgba(59,59,59,0) 0%, rgba(59,59,59,0.8) 90%);
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(0,90%,0);
	transform: translate3d(0,100%,0);
}

figure.effect-sadie h6 {
	position: absolute;
	top: 70%;
	left: 0;
	width: 100%;	
	-webkit-transition: -webkit-transform 0.35s, color 0.35s;
	transition: transform 0.35s, color 0.35s;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em;
	width: 100%;
	opacity: 0;
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}

figure.effect-sadie:hover h6 {
	-webkit-transform: translate3d(0,-72%,0) translate3d(0,-80px,0);
	transform: translate3d(0,-72%,0) translate3d(0,-80px,0);
}

figure.effect-sadie:hover figcaption::before ,
figure.effect-sadie:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-sadie:hover img {
	filter: blur(1px) grayscale(0.8) brightness(0.8);
}


/* -----Наши партнеры----- */
.wr-partners {	
	padding: 20px 0;
}

.partners_logos {
	text-align: center;
}

.partners_logos img {
	margin: 20px;
}

/* -----Футер----- */
.footer {	
	background-color: #f2f2f2;	
}

.contacts {
	text-align: center;
	padding: 20px 0;
}

.copyrite {
	background-color: #959595;
	margin: 0;
	padding: 20px;
}

.copyrite p {
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 18px;
}

/* -----Адаптация----- */
@media (max-width: 1500px) {
h6 {
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 0px;
	margin: 0;
}
}

@media (max-width: 1200px) {

.nav>li>a {
	font-size: 16px;
	font-weight: 400;	
	margin: 20px 5px 0 0;		
} 

.navbar-collapse {
    padding-right: 5px;
    padding-left: 5px;
}

.phones p {
	font-size: 15px;	
}

.wr-company {
	padding: 400px 0 0 0;
}


.company p {	
	font-size: 20px;
	line-height: 32px;
	letter-spacing: 0px;
	margin: 40px 10px;
}
}

@media (max-width: 1200px) and (min-width: 768px) {
h6 {
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 0px;
	margin: 0;
}

figure.effect-sadie p {
	font-size: 12px;
	line-height: 15px;
}

@media (max-width: 991px) {
	.nav>li>a {
	font-size: 15px;
	margin: 30px 10px 0 0;		
    padding: 0;	
} 

.phones p {
	font-size: 15px;	
}

.navbar-brand img {
	max-height: 70px;
}

.wr-about p {	
	font-size: 20px;	
	line-height: 28px;
	letter-spacing: 0px;
	padding: 10px 0;	
	text-align: center;
}

}

@media (max-width: 768px) {
	

