
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:700');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');
/*Страница Проекты*/

.polosa {
	height: 30px;
}
.project_container {
 	position: relative;
 	width: 1000px;
 	height: 370px;

}

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

 }

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


}
.project_img {
    width: 480px;
    height: 320px;
    position: relative;
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2);
}


.slide_p {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 980px;
    height: 680px;
    opacity: 0;
    z-index: 0;
    padding: 0px;

}

h3 {
	
	font: 30px Roboto Slab;
}

h4 {
    font: 21px Roboto;
    margin-bottom: 10px;
    color: #0074bc;
}

.ul_page {
    font: Roboto 300;
}

.info_pr {
    width: 450px;

    background: rgba(255,255,255,0.9);
    z-index: 999;
    position: fixed;
    right: 20px;
    top: 20px;
    padding: 30px 40px 40px 40px;
}

.info_pr h1 {
    font: 24px Roboto Slab;
}

.info_pr h2 {
    font: 18px Roboto;
    color: #0074bc;
    margin-top: 20px;
    font-weight:  700;
}

.info_pr p {
    font: 16px Roboto;
    color: #63686a;
    text-align: justify;
}

.info_pr a {
    font: 14px Roboto;
    color: #fff;
    text-align: justify;
    width: 200px;
    height: 180px;
    margin-top: 20px;
    background: #0074bc;
    padding: 10px 15px 10px 15px;
}


body.fp-viewing-fifthSection-1 #menu li:last-child a {
    background: #453659;
}
