.o-klube.orange
{
    height: 100%;
    overflow: hidden;
}
.o-klube.orange .row
{
    max-height: 344px;
}
.o-klube.orange .col.text
{
    font-size: 14px;
    line-height: 20px;
    padding: 40px;
    border-radius: 24px;
    background: #F7F9FB;
    overflow: hidden;
    margin-right: 12px;
}
.o-klube.orange .col.text h2,
.o-klube.orange .col.text h3
{
    font-size: 20px;
    line-height: 24px;  
    margin: 0px;  
    padding: 0px;
    margin-bottom: 10px;
    text-align: left !important;
}
.o-klube.orange .container-text
{
    height: 232px;
    overflow: hidden;
}
.o-klube.orange .container-text .container
{
    margin: 0px;
    padding: 0px;
}
.o-klube.orange .col
{
    margin: 0px;
    padding: 0px;
    max-width: calc(100%/2);
}
.o-klube.orange .view-all-button
{
    display: block;
    font-weight: 500;
    color: var(--base-color);
    margin-top: 12px;
}
.o-klube.orange .col.gallery
{
    overflow: hidden;
    border-radius: 24px;
    height: 344px;
    margin-left: 12px;
}
.o-klube.orange .headline
{
    font-size: 32px;
    line-height: 36px;
}
.slider-mini .buttons
{
    position: absolute;
    bottom: 0px;
    margin: 40px;
}
.slider-mini .buttons button
{
    width: 40px;
    height: 40px;
    border: 0px solid white;
    border-radius: 100%;
    box-shadow: 0px 0px 7px 0px #0000001A;
}
.slider-mini .buttons .prev-button svg path 
{
    stroke: var(--base-color);
}
.slider-mini .buttons .next-button svg path
{
    stroke: var(--base-color);
}
.stadium-info
{
    position: absolute;
    z-index: 99999;
    display: block;
    width: 100%;
}
.stadium-info.hidden
{
    display: none;
}
.stadium-info:before
{
    content: " ";
    background: var(--black-design);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    position: fixed;
    opacity: 0.3;
}
.stadium-info .content
{
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    position: fixed;
    margin: 30px;
    display: block;
    right: 0px;
    left: 0px;
    max-width: 711px;
    max-height: 530px;
    margin: 0px auto;
    top: 50%;
    margin-top: -265px;
}
.stadium-info .content .text
{
    background: white;
    overflow: hidden;
    overflow-y: hidden;
    overflow-y: auto;
    height: 100%;
    border: 30px solid white;
    overflow: hidden;
    border-radius: 24px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #BEC5CC white;
}

.stadium-info .content ::-webkit-scrollbar {
  width: 4px; /* Ширина всего элемента навигации */
}

.stadium-info .content ::-webkit-scrollbar-track {
  background: #fff; /* Цвет дорожки */
}

.stadium-info .content ::-webkit-scrollbar-thumb {
  background-color: #BEC5CC; /* Цвет бегунка */
  border-radius: 20px; /* Округление бегунка */
  border: 3px solid #BEC5CC; /* Оформление границ бегунка */
}

.stadium-info .content .closed
{
    width: 40px;
    height: 40px;
    float: right;
    margin-top: -56px;
    text-align: center;
    font-size: 26px;
    color: white;
    background: white;
    cursor: pointer;
    border-radius: 100%;
}
.stadium-info .content .closed:hover
{
    opacity: 0.8;
}

@media screen and (max-width: 1200px)
{
    .o-klube.orange .container-text
    {
        height: 180px;
    }
    .o-klube.orange .col.gallery
    {
        height: 270px;
    }
    .slider-mini .buttons
    {
        margin-top: -80px;
        position: relative;
    }
}
@media screen and (max-width: 780px)
{
    .o-klube.orange
    {        
        margin: 0px 12px;
    }
    .o-klube.orange .col.text
    {
        height: 164px;
        padding: 16px;
        width: 100%;
        max-width: 100%;
    }
    .o-klube.orange > .container > .row
    {
        display: block;
        max-height: 100%;
    }
    .o-klube.orange .container-text
    {
        height: 80px;
    }
    .o-klube.orange .col.gallery {
        height: 164px;
        width: 100%;
        max-width: 100%;
        margin: 0px;
        margin-top: 0px;
        margin-top: 16px;
    }
    .slider-mini .buttons {
      position: absolute;
      bottom: 0px;
      right: 0px;
      margin: 18px;
    }
    .o-klube.orange .col.text {
      font-size: 12px;
      line-height: 16px;
    }
    .o-klube.orange .headline
    {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 16px;
    }
    .o-klube.orange .col.text h2, .o-klube.orange .col.text h3 {
      font-size: 14px;
      line-height: 18px;
    }
    .stadium-info .content
    {
        width: calc(100% - 24px);
        height: calc(100% - 120px);
        position: fixed;
        margin: 10px;
        margin-top: 10px;
        top: 0px;
        display: block;
        right: 0px;
        left: 0px;
        max-width: 100%;
        max-height: 100%;
        margin-top: 60px;
    }
    .stadium-info .content .closed
    {
        margin-top: -48px;
    }
}