#main {
    width: 100%;
    max-width: 540px;
}
#header {
    width: 100%;
    min-height: 100px;
}
#logoArea {
    padding: 0 10px;
}
#logoArea img {
    width: 100%;
    max-width: 460px;
}
#menu {
    position: relative;
    overflow: hidden;
}
.menu>li>a {
    text-transform: uppercase;
    font-size: 1.5em;
    padding: 15px 50px;
}
.menu li ul {
    display:none;
}
.menu li{
    float:left;
    width: 100%;
    text-align: center;
    border-top: 1px #fff solid;
}
.menu a {
    color: #fff;
    display: block;
    text-decoration: none;
}
#headLinks {
    position: relative;
    width: 100%;
    margin: 20px 0;
    overflow: hidden;
}
#headLinks a {
    display: block;
    text-align: center;
    float: left;
    height: 30px;
    width: 50%;
}
#headIcon {
    display: none;
}
.blockCover {
    display: none;
}
.movieProgram {
    width: 100%;
}
.movieProgram h3 {
    width: 70%;
}
.programTime {
    width: 30%;
}
.info {
    margin-bottom: 1em;
}
#footer {
    text-align: center;
}
#partners div {
    text-align: center;
}
#partners a {
    margin: 25px auto;
    display: block;
}
#partners img {
    max-width: 80%;
}
#partners h2 {
    text-align: center;
    font-size: 2.5em;
    text-decoration: underline;
}
#footer {
    height: 100px;
}
.button {
    margin: 0 auto;
}
.movieProgram .button {
    display: none;
}
#orechovka {
    display: none;
}