body {
    background-attachment: fixed;
    background-image: url('img/b101.png');
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background-color: #2e2e2e;
}
/* hebrew */
@font-face {
	font-family: 'KTF'; 
	src: url(fonts/KTFTTF.ttf); 
}
@font-face {
	font-family: 'KTF2'; 
	src: url(fonts/KTFOTF.otf); 
}
 
.__mainFixed {
    height: 105px;
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
}
.__name {
    font-family: KTF2;
    color: white;
    display: inline-block;
    float: left;
    font-size: 65px;
    margin: 10px;
    text-shadow: 0px 0px 3px black;
    cursor: pointer;
}
.__reit {
    position: absolute;
    top: 50px;
    right: 10px;
}
.__spanName {
    font-size: 20px;
    position: relative;
    top: -70px;
    left: 13px;
    text-shadow: 0px 0px 3px black;
}
.__item {
    color: white;
    display: inline-block;
    float: left;
    margin-left: 20px;
    margin-top: 16px;
    font-size: 21px;
    position: relative;
    left: 15px;
    top: 28px;
    cursor: pointer;
}
.__item:hover {
color:#c1c1c1;
}
.__form_search {
    display: inline-block;
    float: right;
    margin: 20px;
    position: relative;
    top: 20px;
    background: white;
    border-radius: 5px;
    padding-left: 6px;
}
input {
    outline: none;
    height: 23px;
    width: 250px;
    border-radius: 5px;
    border: none;
    padding: 3px 1px;
}
.lupe {
    margin-right: 6px;
    color: #6e6e6e;
    font-size: 20px;
    position: relative;
    top: 3px;
}

.__page {
    position: relative;
    top: 95px;
}
.__order_date {
    margin: 50px 10px;
}
.__nameOrder {
    font-family: 'KTF2';
    color: white;
    text-shadow: 0px 0px 4px black;
    margin: 10px 50px;
    font-size: 29px;
}
.__listFilm {
    width: 100%;
    text-align: center;
}
.__listIndexFilm {
    width: 170px;
    height: 250px;
    display: inline-block;
    vertical-align: text-bottom;
    margin: 10px;
    border-radius: 5px;
    background-color: #181818;
    position: relative;
    border-radius: 5px;
    z-index:999;
    cursor: pointer;
}
.__imgIndex {
    width: 169px;
    height: 225px;
    background-position: center;
    background-size: contain;
    border-radius: 5px;
}
.__nameFilm {
    color: white;
    position: absolute;
    bottom: 0;
    background: #1c1c1c;
    width: 96%;
    padding: 2%;
    border-radius: 0px 0px 4px 5px;
}
.__selectFilm {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #222222cf;
    line-height: 4;
    font-size: 60px;
    display: none;
    color: white;
}

.newPage {
    position: relative;
    top: 140px;
    text-align: center;
    width: 88%;
    background: #f3f3f3;
    border-radius: 3px;
    padding: 1%;
    display: flex;
    margin-left: 5%;
}
.__logo {
    display: inline-flex;
    float: left;
}
.__logo img {
    width: 250px;
}
.__text {
    display: inline-flex;
    float: right;
    width: auto;
}
.__blockInfo {
    text-align: left;
    position: relative;
    top: 10px;
    left: 20px;
    margin: 7px;
}
.__nameBig {
    font-family: 'KTF';
    color: #444242;
    text-shadow: 0px 0px 2px white;
    font-size: 20px;
}
.__film {
    position: relative;
    top: 143px;
    text-align: center;
    width: 90%;
    margin-left: 5%;
    border-radius: 5px;
}


.__footer {
    position: relative;
    top: 143px;
    text-align: center;
    width: 90%;
    margin-left: 5%;
    background: #2b2b2c;
    height: 100px;
}
.__prava {
    text-align: left;
    color: white;
    position: relative;
    top: 30px;
}
.__foter_index {
    width: 100%;
    margin-left: 0;
}