

/* Start:/local/templates/new_arena/components/bitrix/news.detail/stadium/style.css?17824788221*/


/* End */


/* Start:/local/templates/new_arena/components/bitrix/news.detail/stadium/themes/blue/style.css?17824788226310*/
/* ПЕРЕОПРЕДЕЛЕНИЕ ОТСТУПОВ */
.m-header {
    margin-top: 77px !important;
}

body,
#container,
.content-site {
    background: var(--bs-body-bg-blue) !important;
}

.bx-breadcrumb {
    max-width: 800px;
    margin: 0 auto 32px auto !important;
}

@media (max-width: 567px) {

    .m-header {
        margin-top: 36px !important;
    }

    .bx-breadcrumb {
        margin: 0 auto 23px auto !important;
    }
}

/* END ПЕРЕОПРЕДЕЛЕНИЕ ОТСТУПОВ */


/* ГЛАВНОЕ ИЗОБРАЖЕНИЕ */
.stadium-detail-image {
    display: flex;
    width: 100%;
    max-width: 800px;
    height: 474px;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
    margin: 0 auto 32px auto;
}

@media (max-width: 567px) {

    .stadium-detail-image {
        height: 236px;
        margin-top: 25px;
    }
}

/* END ГЛАВНОЕ ИЗОБРАЖЕНИЕ */

/* ЗАГОЛОВОК СТРАНИЦЫ */
.stadium-detail-title {
    display: flex;
    max-width: 800px;
    margin: 0 auto 12px auto;
}

/* END ЗАГОЛОВОК СТРАНИЦЫ */
.stadium-detail-info {
    display: flex;
    width: 100%;
    max-width: 800px;
    margin: 0 auto 64px auto;
    font-size: 16px;
    line-height: 1.4;
}

@media (max-width: 991px) {
    .stadium-detail-info {
        margin: 0 auto 57px auto;
    }
}

/* СХЕМА*/
.stadium-detail-scheme {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 800px;
    margin: 0 auto 80px auto;
}

@media (max-width: 991px) {
    .stadium-detail-scheme {
        margin: 0 auto 66px auto;
    }
}

.stadium-detail-scheme__title {
    margin: 32px 0;
    font-size: 28px;
    color: #0A2D61;
    font-weight: 700;
    line-height: 1.2;
}

.stadium-detail-scheme__container {
    display: flex;
    flex-direction: column;
}

.stadium-detail-scheme__image {
    display: flex;
    max-width: 800px;
    height: auto;
    border-radius: 15px;
    border: 1px #E0E0E0 solid;
    background-color: #fff;
}

.stadium-detail-scheme__image img {
    width: 100%;
    height: auto;
    margin: 32px 115px;
    object-fit: contain;
}

@media (max-width: 567px) {
    .stadium-detail-scheme__image {
        max-width: 100%;
        width: 100%;
    }

    .stadium-detail-scheme__image img {
        max-width: 245px;
        margin: 30px auto;
    }
}

/* END СХЕМА*/

/* КЛЮЧЕВЫЕ ХАРАКТЕРИСТИКИ */
.stadium-detail-scheme__info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 40px;
}

.stadium-detail-scheme__info ul {
    list-style: none;
    padding-left: 0;
}

.stadium-detail-scheme__info ul li {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 1.2;
    gap: 8px;
    display: flex;
    align-items: start;
    flex-direction: column;
    position: relative;
    color: var(--main-color-text);
}

.stadium-detail-scheme__info ul li:last-child {
    margin-bottom: 0;
}

.stadium-detail-scheme__info ul li img {
    position: absolute;
    width: 32px;
    height: 32px;
}

.stadium-detail-scheme__info ul li svg {
    position: absolute;
    width: 32px;
    height: 32px;
}

.stadium-detail-scheme__info ul li svg path {
    fill: var(--base-color);
}

.stadium-detail-scheme__info ul li b {
    margin-left: 40px;
    display: block;
    font-size: 24px;
    color: #0A2D61;
    font-weight: 700;
    line-height: 1.4;

}

@media (max-width: 991px) {

    .stadium-detail-scheme__info {
        margin-left: 0;
        margin-top: 35px;
    }

    .stadium-detail-scheme__info ul li {
        margin-bottom: 32px;
    }

    .stadium-detail-scheme__info ul li b {
        font-size: 18px;
        margin-left: 32px;
    }

    .stadium-detail-scheme__info ul li img {
        width: 24px;
        height: 24px;
    }
}

/* END КЛЮЧЕВЫЕ ХАРАКТЕРИСТИКИ */

/* ЛОКАЦИЯ */
.stadium-detail-location {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 800px;
    margin: 0 auto 85px auto;
}


@media (max-width: 991px) {
    .stadium-detail-location {
        margin: 0 auto 66px auto;
    }
}


.stadium-detail-location__info {
    margin-top: 43px;
}


@media (max-width: 991px) {
    .stadium-detail-location__info {
        margin-top: 35px;
    }
}

/* END ЛОКАЦИЯ */

/* ЗАГОЛОВОК И ТЕКСТ ЛОКАЦИИ */
.stadium-detail-location__subtitle {
    line-height: 1.4;
    margin-bottom: 17px;
    color: var(--main-color-text);
}

.stadium-detail-location__text {
    font-size: 16px;
    line-height: 1.4;
    color: var(--main-color-text);
}


@media (max-width: 567px) {
    .stadium-detail-location__subtitle {
        margin-bottom: 12px;
        font-size: 18px;
    }
}

/* END ЗАГОЛОВОК И ТЕКСТ ЛОКАЦИИ */

/* АДРЕС */
.stadium-detail-location__address {
    margin: 0 0 38px 0;
    margin-right: 65px;
    font-size: 28px;
    color: #0A2D61;
    font-weight: 700;
    line-height: 1.2;
}

@media (max-width: 991px) {
    .stadium-detail-location__address {
        font-size: 18px;
    }
}

@media (max-width: 567px) {
    .stadium-detail-location__address {
        margin: 0 0 28px 0;
        font-size: 18px;
    }
}

/* END АДРЕС */

/* КНОПКИ */
.stadium-detail-location__buttons {
    display: flex;
    margin-bottom: 43px;
}

@media (max-width: 991px) {
    .stadium-detail-location__buttons {
        margin-bottom: 35px;
    }
}

.stadium-detail-location__buttons .stadium-detail-location__button {
    margin-right: 15px;
    padding: 0 30px;
    width: auto;
}

.stadium-detail-location__button:last-child {
    margin-right: 0;
}

/* END КНОПКИ */

/* КАРТА */
.stadium-detail-location__map {
    border-radius: 15px;
    width: 100%;
    max-width: 800px;
    height: 443px;
    overflow: hidden;
}

@media (max-width: 567px) {
    .stadium-detail-location__map {
        height: 214px;
        width: 100%;
        min-width: 100%;
    }
}

/* END КАРТА */

.stadium-detail-others-title {
    margin: 0 0 32px 0;
    font-size: 28px;
    color: #0A2D61;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}

@media (max-width: 567px) {
    .stadium-detail-scheme__title {
        margin: 0 0 8px 0;
        font-size: 18px;
    }
}
/* End */


/* Start:/local/templates/new_arena/components/bitrix/breadcrumb/breadcrumb_afisha/style.css?1753285349529*/
.bx-breadcrumb {
	margin: 10px 0 36px;
}

.bx-breadcrumb i {
	color         : #b5bdc2;
	font-size     : 22px;
	vertical-align: text-top;
	margin-right  : 5px;
}

.bx-breadcrumb .bx-breadcrumb-item {
	float         : left;
	white-space   : nowrap;
	line-height   : 13px;
	vertical-align: middle;
	margin-right  : 10px;
	color         : #A0A0A0;
}

.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size  : 18px;
	line-height: 25px;

	white-space: normal;
}

/* End */


/* Start:/local/templates/new_arena/components/bitrix/news.list/cart_success/style.css?176589529314939*/
.events-title {
    margin-top: 30px;
}

.event-cards {
    --margin-events: 24px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: var(--margin-events);
}

.event_success .event-cards__elem
{
    max-width: calc((100% / 3) - var(--margin-events) * 3 / 3);
    --margin-events: 24px;
}

.event-cards__elem {
    flex-direction: column;
    display: flex;
    flex: auto;
    max-width: calc((100% / 3) - var(--margin-events) * 2 / 3);
    width: 100%;
    min-height: 230px;
}
.event-cards__elem.test_mode {
    background: #d4e6fc;
}

.event-cards__part-top {
    position: relative;
    display: flex;
    overflow: hidden;
    height: 234px;
    color: #fff;
    border-radius: 24px;
}
.event-cards__part-top:hover{
    color: #ffffff;
    cursor: default;
}

.event-cards__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: ease 1s;
}

.event-cards__elem:hover {
}

.event-cards__part-top::before {
    z-index: 1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50.74%, rgba(0, 0, 0, 0.63) 76.89%); */
}

.event-cards__team-logos {
    position: relative;
    margin: auto;
    width: 100%;
    display: inline-flex;
}
.event-cards__team-logos .lleft,
.event-cards__team-logos .lright
{
    width: 45%;
    text-align: center;
    line-height: 80px;
}
.event-cards__team-logos .lcenter
{
    text-align: center;
    line-height: 80px;
}

.event-cards__team-logos .event-cards__logo {
    margin: 0 10px;
    height: auto;
    max-width: 135px;
}

.event-cards__slider_wrapper .event-cards__team-logos .event-cards__logo {
    max-width: none;
}

.afisha_list_events{
    width: 100%;
}

.event-cards__logo {
    margin: 0 10px;
}
.event-cards__liga {
    position: absolute;
    left: 50%;
    top: 10%;
    transform: translate(-50%, 0);
}
img.event-cards__liga-logo {
    max-height: 32px;
}

.event-cards__date {
    position: absolute;
    max-width: 60%;
    bottom: 25px;
    z-index: 1;


    top: 16px;
    left: 16px;
    padding: 4px 10px;
    border-radius: 27px;
    background: rgb(18 18 18 / 70%);
    color: #fff;
    font-family: "Inter",Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.24px;
    height: fit-content;
}
.event-cards__date-bottom{
    display: none;
}

.event-cards__price.btn-my-orange {
    position: absolute;
    width: max-content;
    bottom: 16px;
    right: 16px;
    text-align: right;
    background: var(--base-color);
    z-index: 1;
}
.btn--my-orange .next path{
    stroke: #fff;
}

.event-cards__title {
    font-weight: bold;
    font-size: 30px;
    margin-top: 10px;
    line-height: 1.2;
    margin-bottom: 5px;
    color:black;
}

.event-cards__address {
    font-weight: 400;
    margin-bottom: 10px;
}

.event__elem--show-more.event-cards__elem {
    display: flex;
    margin:  0;
    min-height: unset;
    width: 100%;
    min-width: 100%;


}
.event__elem--show-more .btn-my-orange{
    background: var(--base-color);
    color: #fff;
    display: flex;
    width: auto;
}
.event__elem--show-more .btn-my-orange div{
    color: #fff;
}

.scheme .event__elem--show-more {
    background: none;
} 

.search-form {
    /* СТАРЫЕ СТИЛИ ДЛЯ ВЫРАВНИМАНИЯ В ОДНУ СТРОКУ */
    /* display: flex;
    align-items: center;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    margin: 50px 0 37px;
    color: #6A7584;
    gap: 16px;  */
    /* СТАРЫЕ СТИЛИ ДЛЯ ВЫРАВНИМАНИЯ В ОДНУ СТРОКУ */

    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    /* identical to box height */
    margin: 0px 0 37px;
    color: #6A7584;
}

.search-form__filter-image-blcok {
    display: flex;
}

.search-form__filter-image {
    margin: auto 8px;
    object-fit: contain;
}

.search-form__filter-lable {
    display: none;
    flex: auto 0 0;
}

.search-form__filter-text {
    padding: 11px 0 14px 10px;
}

.search-form__row-select {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-top: 27px;
}

.search-form__search-block {
    position: relative;
}

.search-form__search-block::before {
    content: '';
    position: absolute;
    transform: translateY(-50%);
    background: center url(/local/templates/new_arena/components/bitrix/news.list/cart_success/img/search-icon.png) no-repeat;
    background-size: contain;
    pointer-events: none;
    z-index: 2;
    left: 21px;
    top: 50%;
    width: 18px;
    height: 18px;
}

.search-form__search-input {
    position: relative;
    width: 100%;
    border: 1px solid #B1BBCA;
    padding: 11px 15px 11px 56px;
    font-size: 18px;
    line-height: 25px;
    border-radius: 7px;
    background: #FFFFFF;
}

.search-form__selector {
    position: relative;
    background: #FFF;
    box-shadow: 0px 0px 4.37676px rgba(0, 0, 0, 0.2);
    padding: 11px 15px 14px;
    cursor: pointer;
    flex: auto 1 0;
    border-radius: 7px;
    max-width: 250px;
}

.search-form__selector-text {
    position: relative;
    margin: 0 auto;
    padding-right: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search-form__selector-text::after {
    content: '';
    position: absolute;
    height: 7.66px;
    width: 15.32px;
    right: 0;
    top: 45%;
    background: center url(/local/templates/new_arena/components/bitrix/news.list/cart_success/img/grey-arrow-down.svg) no-repeat;
    background-size: contain;
}

.search-form__selector--date {}

.search-form__selector--genre {
    flex-grow: 2;
}

.search-form__selector--location {
    flex-grow: 3;
}

.search-form__selector-list {
    position: absolute;
    left: 0;
    top: 100%;
    /*width: 100%;*/
    visibility: hidden;
    background: #FFF;
    box-shadow: 0px 0px 4.37676px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    display: none;
    margin-top: 10px;
    text-align: left;
    border-radius: 7px;
    z-index: 10;
}

.search-form__selector-option+.search-form__selector-option {
    border-top: 1px solid #E7ECF3;
}

.search-form__selector-option {
    padding: 17px 25px 15px;
}

.search-form__selector-option:first-of-type {
    padding-top: 23px;
}

.search-form__selector-option[show-all] {
    font-weight: 600;
    background: #f7f7f7;
}

.search-form__selector-option:hover {
    background: #E7ECF3;
}

.search-form__selector-text--date {
    /*padding-left: 40px;*/
}

.search-form__selector-text--date::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 21px;
    height: 23px;
    background: center/contain url(/local/templates/new_arena/components/bitrix/news.list/cart_success/img/calendar-icon.svg) no-repeat;
}

.search-form__selector-list--date {
    /*width: 350px;*/
    max-width: 90vw;
    right: 0;
    left: auto;
    cursor: auto;
}

.search-form__reset {
    display: flex;
    align-items: center;
}

.search-form__reset-inner {
    color: var(--base-color);
    cursor: pointer;

}

.show-first-day:before {
    content: '';
    position: absolute;
    background: #c9e4ff;
    width: 15px;
    height: 15px;
    border-radius: 10px;
    margin-left: -25px;
    margin-top: 6px;
}

.show-after-day:after {
    content: '';
    position: absolute;
    background: #c9e4ff;
    width: 15px;
    height: 15px;
    border-radius: 10px;
    margin-left: 10px;
    margin-top: 6px;
}

.search-form__selector--location .scroll,.search-form__selector--liga .scroll
{
    overflow-y: auto;
    max-height: 320px;
}

.search-form__reset-inner.disabled
{
    color: #ccc;
    cursor: default;
}
.event-cards__team-logos
{
    margin-top: 15%;
}

.event-cards__team-logos .lcenter {
  text-align: center;
  line-height: 80px;
  color: white;
  font-size: 50px;
  line-height: 90px;
}

.event-cards__elem .event-cards__team-logos .event-cards__logo
{
    height: 55%;
}

@media screen and (max-width:1024px) {
    .event-cards__team-logos .lcenter {
      text-align: center;
      line-height: 80px;
      color: white;
      font-size: 50px;
      line-height: 75px;
    }
    .event-cards__team-logos
    {
        margin-top: 25%;
    }
    .event_success .event-cards__elem
    {
        max-width: calc((100% / 2) - var(--margin-events) * 1 / 6);
        --margin-events: 24px;
    }
}
@media screen and (min-width:992px) {
    .event-cards__elem {
        max-width: calc((100% / 3) - var(--margin-events) * 2 / 3);
    }
}

.show {
    display: block;
    visibility: visible;
}

@media screen and (max-width:768px) {
    .event-cards__elem {
        height: auto;
    }

    .event-cards {
        gap: 8px;
    }
    .event-cards__elem {
        height: auto;
        width: 50%;
        flex: auto;
        margin: 16px 0;
        max-width: calc(50% - 4px);
    }
    .content-site
    {
        padding: 0;
    }

    .event-cards__address {
        margin-bottom: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .event__elem--show-more {
        background: none;
    }
    .event-cards .event-cards__elem{
        margin: 14px 0 ;
        min-height: auto;
        gap: 8px;
    }
    .container .event-cards h2.event-cards__title{
        margin: 0;
        font-size: 14px;
        line-height: 16px;
    }

    .event-cards .event-cards__part-top{
        height: 106px;
    }
    .event-cards .event-cards__date{
        display: none;
    }
    .theme-orange .event-cards .btn-gross {
        height: auto;
        padding: 6px 12px;
        border-radius: 10px;
        font-size: 12px;
    }
    .event-cards__price.btn-my-orange {
        bottom: 6px;
        right: 6px;
    }
    .event-cards .event-cards__date-bottom{
        display: block;
    }

    .search-form{
        flex-direction: column;
        width: 100%;
    }
    .search-form__row-select {
        flex-direction: column;
    }

    .search-form__selector{
        max-width: unset;
    }

    .search-form__filter-lable {
        margin: 0 auto;
        display: none;
    }

    .search-form__selector-list {
        position: static;
        text-align: center;
    }

    .search-form__selector-list--date {
        width: 100%;
        max-width: auto;
    }

    .event-cards__elem .event-cards__team-logos
    {
        color: white;
        margin-top: 0% !important;
        max-height: 85px;
    }
    .event-cards__elem .event-cards__team-logos .event-cards__logo
    {
        height: 50%;
        min-height: 60%;
    }
    .event-cards__team-logos .lcenter {
      text-align: center;
      line-height: 80px;
      color: white;
        font-size: 35px;
    }
}

@media screen and (max-width:320px) {
    .event_success .event-cards__elem
    {
        max-width: 100%;
        --margin-events: 24px;
    }
}

.search-form__selector .ui-widget.ui-widget-content{
    border: none;
    max-width: 100%;
}
.search-form__selector .ui-widget-header {
    border: none;
    background: transparent;
    color: #6A7584;
    font-weight: 400;

}
.search-form__selector .ui-widget-content {
    border: navajowhite;
    background: #ffffff;
    color: #6A7584;
}

.search-form__selector .ui-state-default,
.search-form__selector .ui-widget-content .ui-state-default{
    border: none;
    background: none;
    text-align: center;
    color: #6A7584;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    border-radius: 50%;

}

.search-form__selector .calendar_first .ui-state-active,.search-form__selector .ui-widget-content .calendar_first .ui-state-active
{
    background: none;
    color: #6A7584;
}
.search-form__selector .calendar_hasdate .ui-state-default,
.search-form__selector .calendar_first.calendar_hasdate .ui-state-default
{
    background: #c9e4ff;
}
.search-form__selector .ui-state-disabled.calendar_hasdate .ui-state-default
{
    background: none;
}
.search-form__selector .ui-state-highlight,
.search-form__selector  .ui-widget-content .ui-state-highlight
{
    border-radius: 50%;
    background: #c9e4ff;
    color: #444444;
    font-weight: bold;
}

.search-form__selector .ui-state-active,.search-form__selector .ui-widget-content .ui-state-active
{
    border-radius: 50%;
    background: var(--base-color);
    color: #ffffff;
}

.days-of-active
{
    font-size: 14px;
    width: 100%;
    text-align: center;
    margin-top: -5px;
    padding-bottom: 10px;
    color: #ccc;
}

.search-form__selector-option.selected
{
    background: #C1C1C1;
}

.no-events
{
    width: 100%;
    max-width: 500px;
    margin: 40px auto 75px;
    text-align: center;
    display: none;
}

.no-events .heading
{
    font-size: 20px;
    font-weight: bold;
    font-family: "Raleway";

}

.no-events .btn
{
    max-width: 260px;
}

.no-events .icon.icon-arrow-right {
    display: none;
}

.no-events .text
{
    font-size: 14px;
    color: #8b8b8b;
    padding-bottom: 10px;
}

.no-events.show
{
    display: block;
}
.events-title h2{
    display: none;
}
.event-cards__to-buy.btn--my-blue{
    display: none;
}
.event-cards__title {
    display: -webkit-box;
    max-width: 400px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

    color: var(--new-black, #121212);
    /* desktop/H4 */
    font-size: 18px;
    font-style: normal;
    font-weight: 500;

    letter-spacing: -0.36px;
}
.container h2.event-cards__title {
    margin: 12px 0;
    line-height: 26px; /* 144.444% */
}
.event-cards__address, .event-cards__date-bottom{
    color: var(--new-dark-grey, #797E84);
    /* desktop/Caption */
    font-family: "Inter",Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 133.333% */
    letter-spacing: -0.24px;
}
.arrow-for-btn:after {
    content: "";
    margin-left: 10px;
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(/local/templates/new_arena/components/bitrix/news.list/events_slider/themes/orange/../../img/arrow-right.svg);
}
.btn-my-orange:hover{
    cursor: pointer;
}
.btn-my-orange .show-more-icon{
    display: none;
}

.event__elem--show-more_old {
    display: flex;
    background: #E9F4FF;
    border-radius: 15px;
    border: 1px solid var(--base-color);
    color: var(--base-color);
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
    padding: 20px;
    transition: .2s all ease-out;
    min-height: 234px;
    height: 234px;
}

.event__elem--show-more_old .show-more-icon {
    height: 40px;
    background-color: var(--base-color);
    -webkit-mask: url(/local/templates/new_arena/css/../img/icons/show-more-icon.svg) no-repeat 50% 50%;
    mask: url(/local/templates/new_arena/css/../img/icons/show-more-icon.svg) no-repeat 50% 50%;
    display: block!important;
}

.event__elem--show-more_old .btn-my-orange div{
    color: var(--base-color);
}

.event__elem--show-more_old .btn{
    background-color: transparent;
    border: none;
}

/* End */
/* /local/templates/new_arena/components/bitrix/news.detail/stadium/style.css?17824788221 */
/* /local/templates/new_arena/components/bitrix/news.detail/stadium/themes/blue/style.css?17824788226310 */
/* /local/templates/new_arena/components/bitrix/breadcrumb/breadcrumb_afisha/style.css?1753285349529 */
/* /local/templates/new_arena/components/bitrix/news.list/cart_success/style.css?176589529314939 */
