html, body 
{
    margin: 0px;
    padding: 0px;
}
.logo
{
    margin-top: -15px;
    margin-bottom: -15px;
    height: 65px;
}
.form-signin 
{
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}
.form-signin .checkbox 
{
    font-weight: 400;
}
.form-signin .form-control 
{
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}
.form-signin .form-control:focus 
{
    z-index: 2;
}
.form-signin input[type="email"] 
{
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin input[type="password"] 
{
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.slider
{
    margin-top: -25px;
    
}
footer
{
    width: 100%;
    z-index: 2;
    height: 90px;
    margin: 60px auto 0px;
}
footer .container
{
    display: flex;
    justify-content: space-between;
    align-content: center;
    padding: 0px 10px;
    
}
footer .container .text-muted
{
    color: #000;
}
.hall-select
{
    background: #343a40;
    color: rgba(255,255,255,0.75);
    border: 0px;
    margin-top: 9px;
}
.movie-list
{
    margin-top: 20px;
    
}
.movie-list .item
{
    float: left;
    display: flex;
    flex-direction: row;
    width: 32%;
    margin: 10px 5px;
    transition: all ease 0.2s;
    text-decoration: none;
}
.movie-list .item:hover
{
    background: #eee;
}
.movie-list .item .poster
{
    width: 160px;
    min-width: 160px;
    height: 236px;
    display: block;
    transition: all ease 0.2s;
}
.movie-list .item .info
{
    margin-left: 10px;
    font-size: 12px;
}
.movie-list .item .info .name
{
    font-weight: bold;
    color: #000;
    font-size: 14px;
}
.movie-list .item .info .dur
{
    font-weight: bold;
    color: #000;
}
.movie-list .item .info .year
{
    font-weight: bold;
    color: #000;
}
.movie-list .item .info .genre
{
    font-weight: bold;
    color: #000;
}
.movie-list .item .info .shedule
{
    color: #000;
    margin-top: 10px;
}
.movie-list .item .info .shedule div
{
    margin: 2px 10px 2px 0px;
    padding: 2px 5px;
    background: #fcfcfc;
    color: #999;
    border: 1px solid #ccc;
    display: inline-block;
}
.movie-list .item .info .shedule .active
{
    background: #aaf;
    color: #fff;
    border: 1px solid #aaf;
}
.movie-list .item .time
{
    width: 100%;
    background: #aaf;
    color: #fff;
    padding: 2px 5px;
    font-size: 14px;
    text-align: right;
    position: relative;
}
.movie-list .item .time .movie-3d-icon
{
    width: 30px;
    height: 30px;
    left: 5px;
    margin-top: -14px;
    position: absolute;
    transition: all ease 0.2s;
}
.movie-list .item .time .movie-sdh-icon
{
    width: 30px;
    height: 30px;
    left: 125px;
    margin-top: -14px;
    position: absolute;
    transition: all ease 0.2s;
}
.movie-list .item .name
{
    font-weight: bold;
    font-size: 14px;
    color: #222;
}
.movie-list .item .movie-3d-icon
{
    width: 30px;
    height: 30px;
    margin-left: 5px;
    margin-top: 200px;
    position: absolute;
}
.movie-list .item .movie-sdh-icon
{
    width: 30px;
    height: 30px;
    margin-left: 125px;
    margin-top: 200px;
    position: absolute;
}
.block-title
{
    margin: auto;
    width: 50%;
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: #222;
    font-size: 1.5rem;
    text-align: center;
    border-bottom: 1px solid #aaa;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.main-page
{
    position: relative;
    z-index: 0;
}
.main-page .bg
{
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 1200px;
    background-position: center top;
}
.main-page .content
{
    position: relative;
    margin: 260px auto 0px;
    width: 980px;
    z-index: 2;
}
.social
{
    background-image: url('../img/icons-social.png');
    width: 30px;
    height: 30px;
    display: inline-block;
    opacity: 0.9;
}
.social:hover
{
    opacity: 1;
}
.social-vk
{
    background-position-x: 0px;
}
.social-ok
{
    background-position-x: -30px;
}
.social-fb
{
    background-position-x: -60px;
}
.social-yt
{
    background-position-x: -90px;
}
.social-ig
{
    background-position-x: -120px;
}
.movie
{
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
}
.movie .left-side
{
    padding-right: 50px;
}
.movie .right-side
{
    max-width: 200px;
}
.movie .name
{
    font-size: 32px;
    text-transform: uppercase;
    font-weight: bold;
}
.movie .name .movie-3d-icon
{
    width: 50px;
    height: 50px;
    margin-right: 20px;
}
.movie .name .movie-sdh-icon
{
    width: 50px;
    height: 50px;
    margin-right: 20px;
}
.movie .poster-mobile
{
    width: 160px;
    height: 236px;
    display: none;
    margin: 20px auto;
}
.movie .schedule
{
    margin-top: 20px;
}
.movie .schedule span
{
    font-weight: bold;
    margin-top: 10px;
    display: block;
}
.movie .schedule div
{
    margin: 2px 10px 2px 0px;
    padding: 5px 10px;
    background: #fcfcfc;
    color: #999;
    border: 1px solid #ccc;
    display: inline-block;
}
.movie .schedule .active
{
    background: #aaf;
    color: #fff;
    border: 1px solid #aaf;
}
.movie .reserve
{
    font-style: italic;
    margin-top: 20px;
}
.movie .reserve span
{
    font-style: normal;
    font-weight: bold;
}
.movie .desc
{
    margin-top: 20px;
}
.movie .poster
{
    width: 160px;
    height: 236px;
}
.movie .info
{
    margin-top: 40px;
}
.movie .info .item
{
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    align-content: flex-start;
}
.movie .info .item span
{
    font-size: 16px;
    line-height: 18px;
}
.movie .info .item span:first-child
{
    font-weight: bold;
    font-size: 12px;
}
.page-header
{
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
}
.city-select
{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.city-select .bg
{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.85);
}
.city-select .content
{
    position: fixed;
    left: 50%;
    top: 50%;
    padding: 20px;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    transform: translate(-50%, -50%);
    width: 100%;
}
.city-select .content h5
{
    font-size: 40px;
    margin-bottom: 30px;
}
.city-select .content .city-div
{
    display: inline-block;
    height: 450px;
}
.city-select .content .city-div:last-child
{
    display: none;
}
.city-select .content button
{
    display: inline-block;
    background: none;
    border: none;
    border-radius: 5px;
    width: 350px;
    font-size: 30px;
    margin-top: 20px;
    margin-left: 70px;
    margin-right: 70px;
    cursor: pointer;
    
}
.city-select .content button img
{
    width: 100%;
    opacity: 0.8;
}
.city-select .content button:hover img
{
    opacity: 1;
}

@media only screen and (max-width: 1200px)
{
    .city-select .content h5
    {
        font-size: 35px;
    }
    .city-select .content button
    {
        width: 250px;
        margin-left: 30px;
        margin-right: 30px;
    }
    .city-select .content .city-div
    {
        height: 250px;
    }
}
@media only screen and (max-width: 800px)
{
    .movie-list .item
    {
        transition: none;
    }
    .movie-list .item .poster
    {
        transition: none;
    }
    .city-select .content h5
    {
        font-size: 30px;
    }
    .city-select .content button
    {
        width: 200px;
        margin-left: 30px;
        margin-right: 30px;
    }
    .city-select .content .city-div
    {
        height: 250px;
    }
}
@media only screen and (max-width: 640px)
{
    .movie div
    {
        width: 100%;
    }
    .movie div:last-child
    {
        display: none;
    }
    .movie .poster-mobile
    {
        display: block;
    }
    .city-select .content h5
    {
        font-size: 26px;
    }
    .city-select .content button
    {
        width: 150px;
        margin-left: 10px;
        margin-right: 10px;
    }
    .city-select .content .city-div
    {
        height: 150px;
    }
}
@media only screen and (max-width: 600px)
{
    .city-select .content .city-div
    {
        display: none;
    }
}
@media (max-width: 1000px)
{
    body
    {
        background: #fff;
    }
    .movie-list .item
    {
        width: 45%;
    }
}
@media (max-width: 500px)
{
    .movie-list .item
    {
        width: 100%;
    }
}















.hall-places
{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: flex-start;
}
.hall-places .screen
{
    width: calc(100% - 64px);
    background: #f8f8f8;
    border: 1px solid #aaa;
    padding: 2px;
    margin-bottom: 50px;
    margin-left: 64px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 10px;
    border-radius: 20px 20px 4px 4px;
}
.hall-places .row
{
    margin: 0px;
}
.hall-places .row .number
{
    width: 64px;
    height: 64px;
    border: 1px solid #aaa;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    flex-direction: column;
    line-height: 30px;
    font-weight: bold;
    margin: 8px 0px;
    border-radius: 4px;
}
.hall-places .row .number span
{
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    font-weight: normal;
}
.hall-places .row .cols
{
    display: flex;
    width: calc(100% - 64px);
    flex-direction: row;
    justify-content: center;
}
.hall-places .row .col
{
    background: #f8f8f8;
    border: 1px solid #aaa;
    flex-grow: 0;
    flex-basis: auto;
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    margin: 8px 3px;
    padding: 1px;
    border-radius: 4px;
}
.hall-places .row .col .place
{
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    margin-bottom: 5px;
}
.hall-places .row .col .place div
{
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    display: block;
    line-height: 14px;
}
.navbar
{
    min-height: 56px;
}
.voting-list
{
    text-align: center;
}
.voting-list .desc
{
    margin-bottom: 10px;
}
.voting-list .item
{
    width: 220px;
    display: inline-block;
    margin: 0px 10px 20px 10px;
}
.voting-list .item .img
{
    width: 100%;
}
.voting-list .item .img img
{
    width: 220px;
    height: 330px;
}
.voting-list .item .title
{
    margin: 5px 0px;
    font-size: 16px;
    font-weight: bold;
}
.voting-list .item button
{
    width: 100%;
    background: #7f7;
    padding: 3px;
    border: 1px solid #aaa;
    cursor: pointer;
}
.voting-img-sm
{
    width: 130px;
}
.voting-img
{
    width: 220px;
}
#page-loader
{
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    align-content: center;
    text-align: center;
}
#page-loader img
{
    width: 30px;
}
.waiting
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255, 0.8);
    align-content: center;
    text-align: center;
    z-index: 10000;
}
.waiting img
{
    width: 30px;
}
