*, *:before, *:after, a {
    box-sizing: border-box;
    outline: none;
}

html {
    font-size: 100%;
}

body {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    color: #ffffff;
    background-color: #ff0000;
    font-family: 'Montserrat';
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
}

a:link, a:visited, a:focus, a:hover {
    outline: none;
    text-decoration: none;
    color: #FFF801;
}

input, textarea, button, select {
    outline: none;
    font-family: 'Montserrat';
    font-size: 100%;
    -webkit-appearance: none;
}

.delimeter_5vh { width: 100%; height: 5vh; }
.delimeter_10vh { width: 100%; height: 10vh; }


/* контент */
.content_background {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 0;
    background: #ff0000;
    background: -moz-radial-gradient(center, ellipse cover,  #ff0000 10%, #8c0000 100%);
    background: -webkit-radial-gradient(center, ellipse cover,  #ff0000 10%,#8c0000 100%);
    background: radial-gradient(ellipse at center,  #ff0000 10%,#8c0000 100%);
}

.content_center {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding-top: 100px;
    z-index: 10;
    text-align: center;
}

.content_body {
    display: inline-block;
}


.content_center_table {
    display: table;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 200;
}

.content_center_row {
    display: table-row;
    width: 100%;
}

.content_center_cell {
    display: table-cell;
    width: 100%;
    height: 100vh;
    text-align: center;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, 0.8);
}

.content_center_body {
    display: inline-block;
}

.content_center_body_line {
    width: 100%;
    text-align: right;
}

.content_center_body_close {
    display: inline-block;
    width: 3rem;
    height: 3rem;
    background-image: url(../images/ico_close.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 90%;
    cursor: pointer;
}



/* главная */
.prabab_content_line {
    text-align: center;
}

.prabab_logo {
    display: inline-block;
    line-height: 0;
    height: 8vh;
}

.prabab_logo img {
    height: 100%;
    width: auto;
}

.prabab_bigtext {
    padding: 1rem;
    border: 3px solid #FFF801;
    border-radius: 1rem;
    color: #FFF801;
    margin: 1rem;
    font-size: 80%;
}


.prabab_body {
    display: inline-block;
    line-height: 0;
    height: 50vh;
    position: relative;
}

.prabab_body_revva {
    height: 100%;
    width: auto;
}

.prabab_body_clothes {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: auto;
}

.clothes_container_header {
    color: #fff801;
    font-size: 130%;
    max-width: 90vw;
    display: inline-block;
}

.clothes_container_subheader {
    color: #ffffff;
    font-size: 50%;
    max-width: 90vw;
    display: inline-block;
}

.clothes_container {
    display: inline-block;
    width: 100%;
    max-width: 90vw;
    overflow-x: scroll;
    overflow-y: hidden;
    height: auto;
}

.clothes_scroll {
    display: flex;
}


.clothes_item {
    display: inline-block;
    min-width: 10vh;
    height: 10vh;
    background-color: #FFFFFF;
    border-radius: 8px;
    margin: 10px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    border: 5px solid #ffffff;
}

.clothes_item_selected {
    border: 5px solid #fff801;
}

#prabab_share_button {
    padding: 1rem;
    background: #FFF801;
    color: #ff0000;
    display: inline-block;
    border-radius: 8px;
    cursor: pointer;
    margin-top: 1rem;
    margin-bottom: 1rem;
    max-width: 90vw;
    min-width: 45vw;
}

#prabab_tickets_button {
    padding: 1rem;
    color: #FFF801;
    background: #FF0000;
    display: inline-block;
    border-radius: 8px;
    cursor: pointer;
    margin-top: 1rem;
    margin-bottom: 1rem;
    max-width: 90vw;
    min-width: 45vw;
}

#prabab_trailer_button {
    display: inline-block;
    background-image: url(../images/ico_play.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    text-align: left;
    padding-left: 2rem;
    cursor: pointer;
    margin-bottom: 1rem;
}


/* картинка для расшаривания */
.share_image_container {
    width: 100%;
    max-width: 800px;
    line-height: 0;
}

.share_image_container img {
    width: 100%;
    height: auto;
}

.share_buttons_container {
    padding: 1rem;
}


/* трейлер */
.trailer_line {
    width: 100vw;
}

.trailer_container {
    width: 100%;
    max-width: 960px;
    line-height: 0;
    display: inline-block;
}

#trailer_screen {
    width: 100%;
    height: auto;
}

#trailer_screen {
    border: 3px solid #ffffff;
}




@media all and (min-width: 800px) {

    .prabab_bigtext {
        position: absolute;
        left: 5vw;
        top: 20vh;
        width: 25vw;
    }

    #prabab_tickets_button {
        position: absolute;
        right: 5vw;
        top: 20vh;
        max-width: 25vw;
        min-width: 20vw;
    }

    #prabab_trailer_button {
        position: absolute;
        right: 5vw;
        top: 32vh;
        max-width: 25vw;
        min-width: 20vw;
    }

    .clothes_container_subheader { font-size: 70%; }
}
