.subheader::after{    
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    bottom: 0px;
    left: 0;
    right: 0;
    width: 100%;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(img/pattern-ragged-white-1.svg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 1920px;
}

.controls {
    position: relative;
    z-index: 1;
}

.gladiator {
    display: block;
    position: relative;
}

.gladiator::before {
    content: "";
    background: url(img/gladiator_full.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    display: block;
    width: 70%;
    height: 100%;
    opacity: .1;
    bottom: 0;
}

.viewing_photos {
    height: 80vh;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.controls_center {
    width: fit-content;
    margin: 15px auto;
}

.btn {
    background: #c3243c;
    color: white;
    padding: 0.375rem 0.75rem;
    border-radius: 0rem;
    transition: all .1s ease;
}

.btn.disabled {
    opacity: 0.15 !important;
    color: white;
}

.btn:not(.btn.disabled):hover{
    transform: scale(1.1);
    color: white;
    transition: all .1s ease;
}

.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: none;
}

.btn:active {
    box-shadow: 0 0 0 0.2rem rgb(195 36 60);
}

div#basic {
    padding-top: 10px;
    padding-left: 10px;
}

.frame ul li {
    float: left;
    cursor: pointer;
}

.frame ul {
    list-style: none;
    height: 100%;
    padding-inline-start: 0px;
}

.ticket {
    min-width: 140px;
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: none;
    border: none;
    transition: all 0.3s ease;
    opacity: .5;
}

.ticket--photo {
    position: relative;
    width: 100%;
    height: 100px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

li.active .ticket{
    opacity: 1;
}

.info_count_img {
    display: inline-block;
    color: #a5a5a5;
    font-size: 18px;
    margin: 0px 15px;
}

.pattern-ragged {
    position: relative;
    width: 100%;
}

.subheader {
    height: 180px;
    background-color: #e0002f;
    overflow: hidden;
}

.subheader::before {
    content: "";
    display: block;
    position: absolute;
    right: -80px;
    width: 640px;
    height: 380px;
    opacity: .15;
    background: url(img/spartak-logo.svg) no-repeat;
    background-size: contain;
    transform: translateY(-22%);
}

.header-name-albom{
font-size: 30px;
font-family: 'Pointer';
text-align: center;
color: #ffffff;
letter-spacing: 2px;
margin: 0;
padding: 0;
width: 60%;
top: 50%;
position: relative;
transform: translateY(-50%);
}