body, h1, h2, h3, h4, h5, h6, ul, ol, li, p, div, a
{
    margin: 0;
    padding: 0;
} 
body{
    background-image: linear-gradient( rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05) ), url('../img/bg.jpg');
    background-size: 325px;
}
/*MAIN*/
#main-container
{
    margin: 0 auto;
    max-width: 1500px;
    min-width: 320px;
    background-color: #d7d7d7d0;
    border-left: 5px solid #a78b73;
    border-right: 5px solid #a78b73;
}
/*HEADER*/
#header-block{
    border-top: 5px solid #a78b73;
    width: 100%;
    background:linear-gradient(0deg, rgba(196, 169, 150, 0.7), rgba(196, 169, 150, 0.7)), url('../img/head_bg.jpg');
    background-size: 425px;
    background-color: #c4a996dc;
}
#main-title{
    font-family: "PobedaBold"; 
    text-align: center;
    font-size: 62px;
    color: red;
    padding: 10px 0 10px 0;
    text-shadow: 2px 2px 4px white;
}
.photo-main{
    display: block;
    width: 270px;
    margin: 0 auto;
    border-radius: 50%;
    border: 5px solid #a78b73;
}
.main-navigator{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    background-color: #8c7e63;
    margin-top: 20px;
    padding: 5px 15px;
}
.nav-link{
    margin: 5px 10px;
    padding: 10px 10px 10px 30px;
    background-color: #6a5e44;
    cursor: pointer;
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    font-family: "PobedaBold";
    font-size: 25px;
    background-image: url('../img/star.png');
    background-repeat: no-repeat;
    background-position: left;
    background-size: 25px;
    border-radius: 15px;
    border: 2px solid #6a5e44;
}
.nav-link:hover{
    background-color: white;
    color: #6a5e44;
    padding: 10px 30px 10px 10px;
    background-position: right;
}
/*MAIN*/
.title-text{
    margin: 15px;
    text-align: center;
    font-size: 40px;
    color: red;
    text-transform: uppercase;
    font-family: "PobedaRegular";
}
.text-content{
    margin: 5px 25px 5px 25px;
    padding-bottom: 10px;
    font-family: "USSR";
    font-size: 25px;
    text-align: justify;
    text-indent: 45px;
    font-weight: bolder;
}
.block-separator{
    width: 100%;
    background-image: url("../img/fire.png");
    background-repeat: repeat-x;
    background-size: contain;
    border-bottom: 3px solid #fbe802;
    margin: 20px 0;
}
.img-star-hr{
    display: block;
    width: 150px;
    margin: 0 auto;
}
.title-text-alter{
    margin:25px 0 25px 0;
    background-color: red;
    font-size: 40px;
    font-weight: 600;
    font-family: "PobedaBold"; 
    color: white;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 1px 1px 0px rgb(131, 10, 10),
                1px 2px 0px rgb(131, 10, 10),
                1px 3px 0px rgb(131, 10, 10),
                1px 4px 0px rgb(131, 10, 10),
                1px 5px 0px rgb(131, 10, 10),
                1px 6px 0px rgb(131, 10, 10),
                1px 10px 5px rgba(16, 16, 16, 0.5),
                1px 15px 10px rgba(16, 16, 16, 0.4),
                1px 20px 30px rgba(16, 16, 16, 0.3),
                1px 25px 50px rgba(16, 16, 16, 0.2);
}
.title-text-white{
    margin:25px 0 25px 0;
    background-color: #feece2;
    font-size: 40px;
    font-weight: 600;
    font-family: "PobedaBold"; 
    color: #ed100e;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 1px 1px 0px rgb(211,178,154),
                1px 2px 0px rgb(211,178,154),
                1px 3px 0px rgb(211,178,154),
                1px 20px 30px rgba(16, 16, 16, 0.3),
                1px 25px 50px rgba(16, 16, 16, 0.2);
}
.center-text{
    margin: 20px auto;
    width: 450px;
    border: 2px solid #866858;
    border-radius: 20px;
    background-color: #e7d4c9;
}
.center-text-content{
    color: black;
    font-family: "USSR";
    font-size: 25px;
    text-align: center;
    margin: 10px;
    font-style: italic;
}
.center-text-content-author{
    color: black;
    font-family: "USSR";
    font-size: 25px;
    text-align: right;
    margin: 10px;
    font-weight:bolder;
    font-style: italic;
}
.content-gallery{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
.content-link-pics{
    width: 390px;
    padding: 25px;
    border: 5px solid gray;
    background-color: #e1e1e1;
    border-radius: 20px;
}
.bigimg-content-gallery{
    width: 390px;
    border-radius: 10px;
    box-shadow: 1px 5px 10px 1px rgba(0, 0, 0, 0.7);  
}
.heroes-list{
    width: 100%;
    background-color: #c8c2c1;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    box-shadow: 1px 5px 10px 1px rgba(0, 0, 0, 0.7);
    margin-bottom: 20px;
}
.heroes-list-block{
    box-shadow: 1px 5px 10px 1px rgba(0, 0, 0, 0.7);
    border-radius: 15px;
    margin: 40px 20px;
}
.heroes-list-photo{
    width: 150px;
    border-radius: 15px 15px 0 0;
}
.heroes-list-name{
    text-align: center;
    text-transform: uppercase;
    font-family: "PobedaBold"; 
    margin: 5px;
    font-size: 25px;
    font-weight: bolder;
}
.heroes-list-desc{
    text-align: center;
    text-transform: uppercase;
    font-family: "PobedaBold"; 
    margin: 5px;
    font-size: 20px;
    color: red;
}
.photo-main-upd{
    display: block;
    width: 200px;
    margin: 20px auto;
    border-radius: 15px;
    box-shadow: 1px 5px 10px 1px rgba(0, 0, 0, 0.7);
}
.img-separaotr{
    width: 100%;
    box-shadow: 1px 5px 10px 1px rgba(0, 0, 0, 0.7);
    margin-bottom: 20px;
}
.content-line-photo{
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    background-color: #fce7ca;
    background-image: url(../img/spaper.jpg);
    
    /*background-image: url(../img/paper.jpg);
    background-position: center center; 
    background-repeat: no-repeat; 
    background-attachment: fixed;
    background-size: cover; */
    box-shadow: 1px 5px 10px 1px rgba(0, 0, 0, 0.7);
    margin-bottom: 20px;
}
.content-line-photo-block{
    position: relative;
    box-shadow: 1px 5px 10px 1px rgba(0, 0, 0, 0.7);
    margin: 20px;
    border-radius: 15px;
}
.content-line-photo-src{
    position: relative;
    width: 200px;
    border-radius: 15px;
}
.content-line-photo-desc-block{
    width: 200px;
    position: absolute;
    bottom: 0px;
}
.content-line-photo-desc{
    background-color: white;
    text-align: center;
    font-family: "PobedaBold"; 
    font-size: 20px;
    padding: 10px 12px;
    border-radius: 0 0 10px 10px;
}
.line-separator{
    width: 95%;
    color: white;
    border: 2px solid white;
    box-shadow: 1px 5px 10px 1px rgba(0, 0, 0, 0.7);
}
.text-content-block-desc{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
.text-content-block-right{
    width: 47%;
}
.gallery-documents-topivoldiev{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    background-color: #c5c1c1;
    padding: 15px;
    box-shadow: 1px 5px 10px 1px rgba(0, 0, 0, 0.7);
}

.gallery-documents-topivoldiev a{
    margin: 10px;
}

.gallery-documents-topivoldiev a img{
    border-radius: 5px;
    border: 1px solid rgb(100, 94, 94);
}

.content-gallery-row{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding: 15px;
}

.content-gallery-row a{
    border-radius: 25px;
    margin: 10px;
}

.content-gallery-row a img{
    border-radius: 25px;
    border: 1px solid rgb(100, 94, 94);
}
.content-line-photo-films{
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    background-color: #fce7ca;
    background-image: url(../img/bg_films.jpg);
    /*background-image: url(../img/paper.jpg);
    background-position: center center; 
    background-repeat: no-repeat; 
    background-attachment: fixed;
    background-size: cover; */
    box-shadow: 1px 5px 10px 1px rgba(0, 0, 0, 0.7);
    margin-bottom: 20px;
}
.content-line-photo-films h2.title-text{
    font-size: 55px !important; 
    color: #473a06 !important; 
    width: 100% !important; 
    text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white !important;
}
.photo-films-big-title{
    text-align: center;
    font-family: "a_ModernoDcFr";   
    font-size: 30px;
    line-height: 1.3;
}
.content-line-photo-films a{
    background-image: url(../img/spaper.jpg);
    text-decoration: none;
    background-color: rgb(255, 228, 188);
    border-radius: 15px; 
    padding: 15px;
    width: 250px;
    height: 250px;
    margin: 20px;
    color: rgb(250, 92, 0);
}
.content-line-photo-films a:hover{
    background-image: none;
    background-color: white; 
    padding: 15px;
    opacity: 90%;
}
.open-link:hover{
    opacity: 70%;
}
.open-book-link{
    display:flex; 
    margin: 10px auto; 
    width: 70px; 
    text-align: center;
    padding: 10px;
    background-color: #473a06;
    border-radius: 15px;
    color: white;
    font-family: "PobedaRegular";
    font-size: 25px;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #473a06;
}
.open-book-link:hover{
    background-color: white;
    color: #473a06;
}
/*FOOTER*/
#footer-block{
    width: 100%;
    background:linear-gradient(0deg, rgba(196, 169, 150, 0.7), rgba(196, 169, 150, 0.7)), url('../img/head_bg.jpg');
    background-size: 425px;
    background-color: #c4a996dc;
    border-bottom: 5px solid #a78b73;
}
.text-copy{
    padding: 45px 0;
    text-align: center;
    color: white;
    font-family: "PobedaRegular"; 
    font-size: 35px;
    text-shadow: 3px 3px 5px black;
}
/*SCROLLBAR*/
::-webkit-scrollbar-button {
    background-image:url('');
    background-repeat:no-repeat;
    width:6px;
    height:0px
}
::-webkit-scrollbar-track {
    background-color:#ceb5a3;
    box-shadow:0px 0px 3px #000 inset;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color:#5f5644;
    box-shadow:0px 1px 1px #fff inset;
    background-image:url('../img/scrollw.png');
    background-position:center;
    background-repeat:no-repeat;
} 
::-webkit-resizer{
    background-image:url('');
    background-repeat:no-repeat;
    width:7px;
    height:0px
}
::-webkit-scrollbar{
    width: 11px;
}
/*TOP BUTTON*/
.topbutton {
    border: 4px solid #e0c6b2;
    background: #5f5644;
    border-radius: 15px;
    text-align: center;
    padding: 12px 15px;
    position: fixed;
    bottom: 15px;
    right: 50px;
    cursor: pointer;
    color: #e0c6b2;
    font-family: verdana;
    font-size: 20px;
    text-decoration: none;
}
.topbutton:hover {
    border: 4px solid #5f5644;
    background: #e0c6b2;
    color: #5f5644;
}
/*FONTS*/
@font-face {
    font-family: "PobedaBold"; 
    src: url("../fonts/pobeda-bold.ttf") format("truetype"); 
    font-style: normal; 
    font-weight: normal; 
} 
@font-face {
    font-family: "PobedaRegular"; 
    src: url("../fonts/pobeda-regular.ttf") format("truetype"); 
    font-style: normal; 
    font-weight: normal; 
} 
@font-face {
    font-family: "USSR"; 
    src: url("../fonts/Monitorica-Rg.ttf") format("truetype"); 
    font-style: normal; 
    font-weight: normal; 
} 
@font-face {
  font-family: 'a_ModernoDcFr'; 
  src: url('../fonts/a_ModernoDcFr.eot') format('eot'),
       url('../fonts/a_ModernoDcFr.woff') format('woff');
}