@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:700');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');

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

a {

	text-decoration: none;
}

a, a:visited, a:hover, a:active {
  color: inherit;
}

li {

	list-style: none;
	font: 21px Roboto 300;
}

body {
	font-family: 'Roboto Slab', serif;
	font-family: 'Roboto', sans-serif;
}
/**CSS Header**/
header {
	position: fixed;
    width: 200px;
    height: 100%;
    background: #0074bc;
    box-shadow: 0px 0px 35px 5px rgba(46, 46, 46, 0.5);
    z-index: 999;
}

nav {
	position: absolute;
	font: 21px Roboto;
	color: #ffffff;
	left: 20px;
	text-align: left;
	top: 32vh;

}
nav ul li {
    margin: 20px auto;
    padding: 0 15px;
}
h3 {
	margin-bottom: 5px;
	font: 30px Roboto Slab;
}

h2 {
	color: #63686a;
}

.icn_containers {

	position: absolute;
	left: 55px;
	text-align: left;
	font: 18px Roboto;
	z-index: 999;
	margin-bottom: 0px;
}

.icn {
	display: inline-block;
	margin-right: 8px;
	margin-top: 0px;

}

#i1 {

	margin-left: 0px;

}
#i2 {

	margin-left: 0px;

}
#i3 {
position: relative;
	margin-left: 6px;


}
.topnav {
	font: 19px Roboto;

}
.topnav a {
	text-align: left;
	padding: 0 0 5px;
	font: 19px Roboto;
	color: #ffffff;
}

.topnav a:hover {
	border-bottom: 3px solid #ffffff;
}

.subnav {
    box-shadow: 10px 5px 35px rgba(46, 46, 46, 0.5);
    background: #ffffff;
	position: absolute;
	top: 20px;
	left: 170px;
    z-index: 999;
    width: 320px;
    height: auto;
    opacity: 0;
    transform: scaleY(0);
    transform-origin :0 0;
    transition: .5s ease-in-out;
    box-sizing: border-box;
    padding: 10px;
  }

.subnav a {
    color: #0074bc;
    text-align: left;
    font: 18px Roboto;
    padding: 0 0 5px;
    border-bottom: 1px solid rgba(255,255,255,.1);
  }

 .subnav a:hover {
	border-bottom: 3px solid #0074bc;
}

.subnav li:last-child a {
	border-bottom: none;
}
.topnav > li:hover .subnav {
    opacity: 1;
      transform: scaleY(1);
  }

.info {
	position:absolute;
    bottom:0;
    font-size: 16px;
    padding-left: 40px;
    padding-bottom: 20px;
    color: white;
    font: 10px Roboto;
}

.info a {
	color: #ffffff;
}


#sitemap_png {
	position: absolute;
	margin-left: 13px;
	top: 60px;
	z-index: 999;
}

#en_png {
	position: absolute;
	margin-left: 160px;
	top: 59px;
	z-index: 999;
	color: #ffff;
	font-size: 15px;
}
/**Контейнеры блоков**/

.block {
	position: relative;
	background-size: cover;
	width: 100%;
	height: 100vh;
}
.block_company {
	position: relative;
	width: 100%;
	height: 100vh;
}

.block_napr {
	position: relative;
	color: #000000;
	width: 100%;
	height: 100vh;
}

.block_project {
	position: relative;
	background: #63686a;
	width: 100%;
	height: 100vh;

}

.block_recomend {
	position: relative;
	color: #ffffff;
	width: 100%;
	height: 100vh;

}

.block_contact {
	position: relative;
	color: #ffffff;
	background: #63686a;
	width: 100%;
	height: 100vh;
}

/**Контейнеры внутри блоков**/

.container {
	position: absolute;	
	color: #ffffff;
	top: 0;
	right: 0;
	bottom: 0;
	left: 280px;
	margin: auto 0 auto 0;
	width: 661px;
	height: 400px;
	background: rgba(0, 0, 0, 0.85);
}

/*О компании*/

.desc_company {
	width: 600px;
	font: 21px Roboto;
	font-weight: 300;
	margin: 20px 0 40px 0;
	background: rgba(255, 255, 255, 0.85);

}
.container_company {
	position: absolute;	
	color: #000000;
	top: 0;
  	right: 0;
  	bottom: 0;
  	left: 320px;
  	margin: auto 0 auto 0;
  	overflow: auto;	
	width: 650px;
	height: 500px;


}

.company_info {
	display: flex;
	text-align: center;
	color: #0074bc;
	width: 200px;
	height: 50px;
	margin-bottom: 70px;
	margin-top: 15px;
}

.number {
	font: 48px Roboto Slab;
}

.text_number {
	font: 18px Roboto;
}

#number1 {
	margin-right: 40px;
}

#number2 {
	margin-right: 40px;
}
#number3 {
	margin-right: 40px;
}
/*Проекты**/
.content_project {
	position: absolute;
	width: 1000px;
	height: 540px;
	overflow-y: hidden;
}
.container_project {
	position: absolute;	
	color: #ffffff;
	top: 0;
	right: 0;
	bottom: 0;
	left: 320px;
	margin: auto 0 auto 0;
	width: 900px;
	height: 540px;

}

.project_photo {
	display: inline-block;
	position: relative; 
	width: 270px;
	height: 190px;
	background: #ffffff;
	margin: 0 15px 15px 0;
	box-shadow: 0px 0px 2px 3px rgba(0, 0, 0, 0.5);
	

}

.project_photo:hover .project_pop{
    display:block;
    transition: 3s;
}

.project_pop{
	position: absolute;
	background: rgba(0, 0, 0, 0.85);
	width: 270px;
	height: 70px;
	top: 120px;
	display: none;

}
.project_pop2 {
	position: absolute;
	background: rgba(0, 0, 0, 0.85);
	width: 270px;
	height: 70px;
	top: 120px;
}

.transition {
	transition: 3s;
}
.project {
	margin-top: 40px;
}

.bp {
	position: absolute;
	width: 40px;
	height: 40px;
	left: 205px;
	top: 15px;
}
.pop_text{
	position: absolute;
	top: 15px;
	left: 15px;
	width: 170px;
	height: 50px;
	display: inline-block;
	font: 14px Roboto;
	font-weight: 300;
	color: #ffffff;
}

/*Услуги*/

.desc_napr {
	width: 850px;
	font: 21px Roboto;
	font-weight: 300;
	margin: 20px 0 20px 0;
}


.container_napr {
	position: absolute;	
	color: #000000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 280px;
	margin: auto 0 auto 0;
	overflow: auto;
	width: 1000px;
	height: 550px;
	background: rgba(255, 255, 255, 0.9);
}
.content_napr {
	width: 900px;
	height: 400px;
	margin-left: 40px;
	margin-top: 40px;
}

.napr {
	margin-top: 50px;

}

.napr_image {

	display: inline-block; 
	width: 200px;
	height: 100px;
	margin: 0 25px 0px 0;
	
	font: 21px Roboto;
	font-weight: 700;
	text-decoration: underline;
}

.napr_text {
	position: absolute;
	width: 200px;
	height: 50px;
	text-align: center;
	font: 18px Roboto;
	color: #0074bc;
	text-decoration: underline;


}
.atext {
	display: inline-block;
	width: 900px;
	height: 100px;
	margin: 15px 25px 0px 0;
	text-decoration: underline;
	font: 21px Roboto;
	font-weight: 700;

}

#t2 {
	left: 320px;
}

#t3 {
	left: 545px;
}

.n_i {
 

}

.n_i2 {
	width: 100px;
	height: 100px;
	margin-top: 10px;
}

.n_i3 {
	width: 150px;
 	
}

#nt {
	width: 250px;

}
#nt2 {
	text-align: center;
	width: 210px;


}

/*Контакты*/

.cont {
	position: absolute;
	top: 50px;
	right: 0px;
	bottom: 50px;
	left: 50px;
	overflow: auto;
}
.container_contact {
	position: absolute;	
	color: #63686a;
	top: 0;
	right: 0;
	bottom: 0;
	left: 300px;
	margin: auto 0 auto 0;
	overflow: auto;
	width: 400px;
	height: 450px;
	background: #ffff;
	padding: 0px 0px 0px 50px;
	 box-shadow: 0 0 15px rgba(0,0,0,0.3)

}
.container_contact h2 {
	margin-top: 50px;
}
.container_contact br {
	margin-bottom: 10px;
}
.container_contact a {
	text-decoration: inherit;
}
.contact_text {
	margin-top: 20px;

}
.hw {
	font: 24px Roboto Slab;
	color: #0074bc;
}
.lg {
	font: 21px Roboto;
	color: #63686a;
	margin-bottom: 20px;

}
.map {
	position: absolute;
	left: 330px;
	top: 50px;
	background-color: #ffffff;
	height: 450px;
	width: 650px;
	box-shadow: 0px 0px 35px 5px rgba(0, 0, 0, 0.5);
}
/*Клиенты*/

.container_recomend {
	position: absolute;	
	color: #000000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 320px;
	margin: auto 0 auto 0;
	overflow: auto;
	width: 1100px;
	height: 550px;
}

/*Слайдер для клиентов*/

.slider2_container {
	position: relative;

}

.client_cont {
	position: absolute;
	left: 420px;
	top: 30px;
	width: 600px;
	margin-bottom: 50px;
}


.slider_img {
	position: absolute;
	top: 30px;
	width: 300px;
	height: 400px;
	background: #000;

}

.slider2_client {
	display: inline-block;
	margin: 0 40px 20px 0;	
	width: 130px;
	height: 60px;
}



/*Подчеркивание*/

.underscore {
	background: #0074bc;
	width: 164px;
	height: 7px;
	margin: 10px 0 10px 0;

}


h1  {
	font: 48px Roboto Slab;
	margin: 0 0 5px 0;
}
h2 {
	font: 48px Roboto Slab;
	margin: 0 0 5px 0;
}
.h1_description {
	width: 600px;
	font: 21px Roboto;
	margin: 20px 0 55px 0;
}

.desc {
	width: 850px;
	font: 21px Roboto;
	font-weight: 300;
	margin: 20px 0 60px 0;
}

.button a {
	text-align: center;
	color: #ffffff;
	width: 250px;
	height: 250px;
	background: #0074bc;
	padding: 15px 25px 15px 25px;
	top: 50px;
	border-radius: 5px;
	text-decoration: none;
}

#br {
	position: absolute;
	top: 335px;
}



/**Page**/
.imeage {
	width: 840px;
	height: 426px;
	background-size: cover;
	box-shadow: 0px 3px 10px 2px rgba(46, 46, 46, 0.7);
	margin: 0 0 30px 0;

}


article {
		position: relative;
	    padding: 25px;
	    left: 290px;
	    width: 70%;
	    top: 30px;

		
		margin-bottom: 50px;

}

article li {
list-style-type: circle;
margin-left: 22px;
}

.text_page {
	font: 21px Roboto;
	font-weight: 300;
	margin: 25px 0 25px 0;
	text-align: justify;
	
}

.text_span {
	font: 21px Roboto;
	font-weight: 700;
}
.text_page a {
	color: #0074bc;
	font: 21px Roboto;
	text-decoration: underline;

}

.text_ulli {
	font: 18px Roboto;
	font-weight: 300;
	margin-top: 5px;
}
.about_h2 {
	font: 36px Roboto Slab;
}


.button_pr {
	text-align: center;
	color: #ffffff;
	width: 250px;
	background: #0074bc;
	padding: 15px 25px 15px 25px;
	top: 50px;
	border-radius: 5px;
	text-decoration: none;
}

.pro {
	margin-bottom: 20px;
}
/**Слайдер**/

 /*
essential styles:
these make the slideshow work
*/
#slides {
    position: relative;
    height: 100vh;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    z-index: 0;
    background-size: cover; 
    background-position: no-repeat;
}

.slide {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100vh;
    height: 100vh;
    opacity: 0;
    z-index: 0;
    padding: 0px;

    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.showing{
    opacity: 1;
    z-index: 0;
   
}

.slide:nth-of-type(1) {
	background-image: url("../img/p_img/ordinka/8.jpg");
	background-size: cover;

}

.slide:nth-of-type(2) {
   	background-image: url("../img/p_img/sitidel/171.jpg");
	background-size: cover;
}
.slide:nth-of-type(3) {
   	background-image: url("../img/p_img/cym/CELINE5.jpg");
	background-size: cover;
}
.slide:nth-of-type(4) {
    background-image: url("../img/p_img/saint/saint-laurent-8.jpg");
	background-size: cover;
}
.slide:nth-of-type(5) {
    background-image: url("../img/p_img/totem/21_07-11.jpg");
	background-size: cover;
}


/*
non-essential styles:
just for appearance; change whatever you want
*/

.slide{
    font-size: 40px;
    padding: 0px;
    background: #333;
    color: #fff;
    background-position: no-repeat;
}

/*Страница Проекты*/

.polosa {
	height: 30px;
}
.project_container {
 	position: relative;
 	width: 1000px;
 	height: 320px;
 	margin-bottom: 20px;

}

.project_left {
 	position: absolute;
 	width: 480px;
 	height: 320px;


 }

.project_right {
	position: absolute;
 	width: 480px;
 	height: 320px;
 	left: 500px;

}

.project_right_p {
	position: absolute;
 	width: 480px;
 	height: 320px;
 	left: 505px;

}


/*Страница Контакты*/
.concon {
	position: absolute;
	margin-left: 40px;
	margin-top: 30px;
}
.concon h2 {
}
.container_con {
	position: absolute;	
	background: #ffffff;
	top: 0;
	right: 0;
	bottom: 0;
	left: 300px;
	margin: auto 0 auto 0;
	width: 450px;
	height: 400px;
	color: #000000;
	box-shadow: 0px 0px 35px 5px rgba(0, 0, 0, 0.2);
}
.lg_con {
	font: 21px Roboto;
	color: #000000;
	margin-bottom: 20px;
}
.cont_text {
	margin-top: 10px;
}
.con_map {
	position: absolute;
	left: 200px;
	top: -50px;
	background-color: #ffffff;
	height: 510px;
	width: 830px;
	box-shadow: 0px 0px 35px 5px rgba(0, 0, 0, 0.5);
}
.con_underscore {
	background: #0074bc;
	width: 144px;
	height: 5px;
	margin: 5px 0 30px 0;

}

.p_text {
	font: 21px Roboto;
}
.underscore_p {
	background: #0074bc;
	width: 98px;
	height: 5px;
	margin: 0 0 5px 0;
}

.page2text {
	color: #63686a;

}

/*Страница услуги*/
.service_container {

	margin-top: 30px;
	margin-bottom: 40px;
	color: #63686a;
	
}

.service_name {
	font: 24px Roboto Slab;
	color: #0074bc;
	text-decoration: underline;
	margin-bottom: 15px;
}

.service_text {
	font: 18px Roboto;
	text-align: justify;
}

.service_img {
	float: left;
	margin: 0px 15px 5px 0;
}