@font-face {
    font-family: firasans; /* Имя шрифта */
    src: url(../fonts/firasans.ttf); /* Путь к файлу со шрифтом */
   }
   @font-face {
    font-family: roboto_bold; /* Имя шрифта */
    src: url(../fonts/roboto_bold.ttf); /* Путь к файлу со шрифтом */
   }
   @font-face {
    font-family: roboto_light; /* Имя шрифта */
    src: url(../fonts/roboto_light.ttf); /* Путь к файлу со шрифтом */
   }
body {

    background-image: url(../img/bg.jpg);

    background-position: center -290px;

    background-repeat: no-repeat;

    background-size: 100%;

    background-attachment: fixed;

}
.autor-container{
	height:400px;
	border-radius:7px;
	background-color: rgba(5, 16, 43, 0.85);
	    margin-bottom: 330px;
		    left: 50%;
    transform: translateX(-49.9%);
}
.autor-container2{
	height:400px;
	border-radius:7px;
	background-color: rgba(5, 16, 43, 0.85);
	    margin-top: 60px;
		    left: 50%;
    transform: translateX(-49.9%);
}
.text-container{

left: 40px;

top:75px;

position: relative;
}
.autor-text1{font-family: roboto_bold;font-size: 15px;color: #fff;}
.autor-text2{color: #f1d986;font-size: 18px;font-family: roboto_bold;}
.autor-text3{font-family: roboto_light;color: rgba(255, 255, 255, 0.81);font-size: 15px;top: 35px;position: relative;}
.autor-text4{font-family: roboto_light;color: rgba(255, 255, 255, 0.81);font-size: 15px;top: 55px;position: relative;}
.autor-text5{font-family: roboto_light;color: rgba(255, 255, 255, 0.81);font-size: 15px;top: 65px;position: relative;}
.img-autor{
	    padding-top: 65px;
    padding-left: 45px;
	    float: left;
}
.menu {
       width: 815px;
    height: 58px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../img/menu.png);
    /* top: -10px; */
    background-position-y: -10px;
    background-repeat: no-repeat;
    text-align: center;

}
.back-foto {
  opacity: 0.851;
  width: 970px;
  height: 395px;

}

.item-menu{
	    display: inline-block;
    margin: 0px 15px;
    /* margin-top: 15px; */
    height: 100%;
    padding: 8px 0px;
}
.item-menu.active{
	    border-top: solid 4px #f1d986;
}
.item-menu a{
	font-family: firasans;
    font-size: 16px;
    color: #fff;
}
.head-h1 h1{
	color: #fff;
    font-family: firasans;
    font-size: 70px;
    text-align: center;
    text-transform: uppercase;
	    margin-top: 75px;
}
.head-h2 h2{
	    font-family: firasans;
    font-size: 48px;
    color: #fff;
    margin-top: -10px;
	text-align:center;
}
.item-menu a:focus,.item-menu a:hover {
	text-decoration:none;
    font-weight: 600;
}
.book_container{
	margin-top:35px;
}
.book-text{
	    margin-left: 30px;
    margin-top: 65px;
}
.text1{
	color: #fff;
    font-family: roboto_bold;
    font-size: 20px;
}
.text2{
	    font-size: 24px;
    color: #f1d986;
    margin-top: 20px;
    font-family: roboto_bold;
}
.text3{
	    top: -10px;
    position: relative;
    color: #fff;
    font-size: 15px;
font-family: roboto_light;
}
.text4{
    margin-top: 20px;
    position: relative;
    color: #fff;
    font-size: 15px;
    font-family: roboto_light;
}
.footer{
    background-image: url(../img/footer.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    height: 125px;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    display: grid;
    color: #b3b8d1;
    font-size: 14px;
    font-family: roboto_light;
    padding-top: 25px;
  
    background-size: 100% 100%;
}
.book{
text-align: right;
}
.book img{
	    width: 100%;
}
.line-menu{
	background:#05102b;
	height:7px;
	width:100%;
	}
