

/* Start:/local/templates/sport/components/bitrix/menu/section/style.css?1775658719799*/
.sub-menu .items {
	/*display: flex;
	gap: 0 2rem;*/
	list-style-type: none;
}

.sub-menu .items a {
	font-weight: 700;
	color: #fff;
	transition: all .3s;
}

.sub-menu .items a:hover, .sub-menu .items a.selected {
	color: var(--color-secondary);
	text-decoration: none;
}

.sub-menu .tns-nav {
	display: flex;
	justify-items: stretch;
}

.sub-menu .tns-outer .tns-ovh {
	padding-bottom: 2rem;
}

.sub-menu .tns-outer .tns-ovh + .tns-nav {
	margin: 0 -15px 2rem;
}

.sub-menu .tns-nav button {
	width: 100%;
	height: 4px;
	border-radius: 0;
	border: 0;
	background: #D9D9D9;
}

.sub-menu .tns-nav button.tns-nav-active {
	background: var(--color-secondary);
}

@media(max-width: 575px) {
	.sub-menu .items a {
		font-size: .875rem;
	}

	.sub-menu .tns-outer .tns-ovh {
		padding-bottom: 1.5rem;
	}
}
/* End */


/* Start:/local/components/statistic.sport/statistic.sport.games.calendar/templates/.default/style.css?17316828806616*/
.calendar-wrapper {
    background: #212121;
    padding: 0 0 3rem;
}


/* Calendar header*/
.calendar-wrapper .calendar-header {
    background: #fff;
    padding: 1.5rem 0;
}

.calendar-wrapper .calendar-header .inner {
    display: grid;
    grid-template-columns: 2fr 3fr 2fr;
    align-items: center;
}


.calendar-wrapper .calendar-header .type-switch {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1.5rem;
}

.calendar-wrapper .calendar-header .calendar-switch {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.calendar-wrapper .calendar-header .calendar-switch .item {
    color: #8F8F8F;
    font-size: .875rem;
    cursor: pointer;
    padding: .25rem .5rem;
    border-radius: 3px;
    transition: all .3s;
}

.calendar-wrapper .calendar-header .calendar-switch .item.active,
.calendar-wrapper .calendar-header .calendar-switch .item:hover{
    background: var(--color-main);
    color: #fff;
}

.calendar-wrapper .calendar-header .nav {
    display: flex;
    justify-content: space-between;
}

.calendar-wrapper .calendar-header .nav .control {
    display: flex;
    font-family: "Montserrat";
    color: #8F8F8F;
    font-size: 1rem;
    border: 0;
    background: transparent;
    align-items: center;
    gap: 1rem;
}

.calendar-wrapper .calendar-header .nav .control.prev:before,
.calendar-wrapper .calendar-header .nav .control.next:after {
    background: url(/local/components/statistic.sport/statistic.sport.games.calendar/templates/.default/images/icon_arrow_left.svg) center no-repeat #F2F2F2;
    border-radius: 50%;
    width: 29px;
    height: 29px;
    content: "";
    display: block;
}

.calendar-wrapper .calendar-header .nav .control.next:after {
    transform: rotate(180deg);
}

.calendar-wrapper .calendar-header .nav .title {
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 1.5rem;
}

@media(max-width: 991px) {
    .calendar-wrapper .calendar-header .inner {
        grid-template-columns: 2fr 3fr;
    }

    .calendar-wrapper .calendar-header .type-switch {
        display: none;
    }
}

@media(max-width: 767px) {
    .calendar-wrapper .calendar-header .inner {
        grid-template-columns: 1fr;
        grid-gap: 1.5rem;
    }

    .calendar-wrapper .calendar-header .calendar-switch {
        order: 2;
        justify-content: center;
    }

    .calendar-wrapper .calendar-header .nav {
        order: 1;
    }

    .calendar-wrapper .calendar-header .nav .title {
        text-align: center;
    }
}

@media(max-width: 575px) {
    .calendar-wrapper .calendar-header .nav .title {
        font-size: 1rem;
    }

    .calendar-wrapper .calendar-header .nav .control {
        font-size: .875rem;
    }
}




.fc .fc-button-primary {
    border-radius: 50%;
    background: #f2f2f2;
    width: 45px;
    height: 45px;
    text-align: center;
    border: none;
    color: #0D0F0F;
}

.fc .fc-toolbar.fc-header-toolbar {
    background: #fff;
    padding: 2rem 0 1rem;
    justify-content: center;
    gap: 2rem;
}

.fc-theme-standard .fc-scrollgrid {
    border: 0;
}

.fc table {
    border-collapse: unset;
}

.fc td, .fc th {
    position: relative;
    border: 3px solid #212121;
    background: url(/local/components/statistic.sport/statistic.sport.games.calendar/templates/.default/images/pattern_grey_wide.jpg) no-repeat center;
    background-size: cover;
}

.fc th {
    background: #212121;
    color: #4f4f4f;
    font-size: 1.25rem;
    font-weight: 400;
}

.fc  .fc-daygrid-day-top {
    flex-direction: row;
    padding: 0 .5rem;
}

.fc .fc-day-other .fc-daygrid-day-top {
    opacity: 1;
}


.fc .fc-daygrid-day-number {
    font-size: 1.125rem;
    color: #4f4f4f;
    font-weight: 600;
}

.fc .fc-day-other .fc-daygrid-day-top .fc-daygrid-day-number {
    opacity: .5;
    font-weight: 400;
}

.fc .empty-day .fc-daygrid-day-number {
    color: #fff;
}


@media(max-width: 1023px) {
    .fc .fc-daygrid-day-number {
        font-size: 1rem;
    }
}

@media(max-width: 767px) {
    .fc .fc-daygrid-day-number {
        font-size: .75rem;
    }
}

.fc-daygrid-event, .fc-event .fc-event-main,
.fc .fc-daygrid-event-harness, .fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
    position: inherit;
}

.fc .fc-bg-event {
    background: transparent;
    opacity: 1;
}

.event-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.event-wrapper.team, .event-wrapper.teams {
    display: flex;
    align-items: center;
    justify-content: center;
}

.event-wrapper.team img {
    max-width: 70px;
    height: auto;
    width: 60%;
}

.event-wrapper.teams img {
    height: 40px;
    width: auto;
}

.event-wrapper.teams .overtime {
    font-size: .75rem;
    margin: -.5rem 0 -.5rem -.5rem;
    border: 1px solid rgb(230, 230, 230);
    display: block;
    text-align: center;
    width: 30px;
    border-radius: 3px;
}

@media(max-width: 1023px) {
    .event-wrapper.teams img {
        height: 40px;
    }
}

@media(max-width: 991px) {
    .event-wrapper.teams .overtime {
        margin: 0 0 0 -.5rem;
        font-size: .6rem;
    }

    .event-wrapper.teams img {
        height: 25px;
    }
}

.event-wrapper.teams .team {
    display: flex;
    gap: 1rem;
    align-items: center;
}

@media(max-width: 767px) {
    .event-wrapper.teams .team {
        padding-left: .75rem;
        gap: .5rem;
    }

    .event-wrapper.teams .overtime {
        margin: 0 0 0 -.25rem;
    }
}

.event-wrapper.teams .team .score {
    font-family: "Montserrat";
    font-size: 1.25rem;
    width: 15px;
    text-align: center;
}
@media(max-width: 767px) {
    .event-wrapper.teams .team .score {
        font-size: 1rem;
    }

    .event-wrapper.teams .team {
        gap: .25rem;
        padding-left: .25rem;
    }
}


.event-wrapper.teams .team .score.winner {
    color: var(--color-main);
}

.event-wrapper .badge {
    position: absolute;
    right: .5rem;
    top: .5rem;
    background-size: cover;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    background-image: url(/local/components/statistic.sport/statistic.sport.games.calendar/templates/.default/images/icon_home_grey.svg);
}

.event-wrapper .badge.guest {
    background-image: url(/local/components/statistic.sport/statistic.sport.games.calendar/templates/.default/images/icon_ship_grey.svg);
}

.event-wrapper .time {
    position: absolute;
    right: .5rem;
    bottom: .25rem;
    font-size: .75rem;
}

@media(max-width: 991px) {
    .event-wrapper .time {
        font-size: .6rem;
        bottom: 0;
    }
}


@media(max-width: 767px) {
    .fc .fc-daygrid-day-top {
        padding: 0;
    }

    .event-wrapper.team img {
        max-width: 30px;
        height: auto;
        width: 70%;
    }

    .event-wrapper .badge, .event-wrapper .time {
        display: none;
    }


}

@media(max-width: 575px) {
    .fc-scrollgrid .fc-daygrid-day-frame {
        min-height: 80px;
    }
}
/* End */


/* Start:/local/components/statistic.sport/statistic.sport.games.future/templates/calendar/style.css?17316828815145*/
/* Upcoming
------------------------------------------------------------------*/
.upcoming-games {
    margin-bottom: 2rem;
    padding: 3rem 0;
}

.upcoming-games .h1 {
    margin-bottom: 1rem;
}

.upcoming-games .list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.upcoming-games .list .item {
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    background: #fff;
}

.upcoming-games .list .item .top {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.upcoming-games .list .item .top .part {
    display: flex;
    align-items: center;
    position: relative;
}

.upcoming-games .list .item .top .date {
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 1rem;
    justify-content: center;
    background: var(--color-main);
    color: #fff;
    height: 38px;
    padding: .5rem;
}

.upcoming-games .list .item .top .partner:before {
    border-bottom: 38px solid transparent;
    border-right: 15px solid transparent;
    border-left: 15px solid var(--color-main);
    left: 0;
    bottom: 0;
    content: "";
    width: 0;
    height: 0;
    position: absolute;
}

.upcoming-games .list .item .top .partner {
    background: #fff;
    background-size: cover;
    justify-content: center;
}

.upcoming-games .list .item .teams {
    display: grid;
    grid-template-columns: 42% 42%;
    justify-content: space-between;
    padding: 2rem 2rem 1rem;
    position: relative;
}

.upcoming-games .list .item .teams .info {
    position: absolute;
    max-width: 90px;
    left: 50%;
    transform: translate(-50%, 0);
    top: 0.5rem;
    text-align: center;
}

.upcoming-games .list .item .teams .info .date {
    color: #7D7D7D;
    font-size: .75rem;
    margin-bottom: .5rem;
}

.upcoming-games .list .item .teams .info .date .week {
    font-size: .65rem;
}

.upcoming-games .list .item .teams .info .vs {
    border-radius: 50%;
    border: 2px solid var(--color-black);
    height: 38px;
    width: 38px;
    line-height: 32px;
    text-align: center;
    font-weight: 800;
    display: inline-block;
}

.upcoming-games .list .item .teams .team {
    text-align: center;
}

.upcoming-games .list .item .teams .team .img img {
    height: 80px;
    width: auto;
}

.upcoming-games .list .item .teams .team .name {
    font-family: "Montserrat";
    font-weight: 700;
}

.upcoming-games .list .item .teams .team .city {
    color: #7D7D7D;
    font-size: .75rem;
}

.upcoming-games .list .item .bottom {
    padding: 0 2rem 1.75rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1rem;
}

.upcoming-games .list .item .bottom .part:last-child {
    text-align: right;
}

.upcoming-games .list .item .bottom .btn {
    width: 100%;
    padding: 0 .5rem;
}

.upcoming-games .list .item .bottom .btn-outline-secondary {
    color: var(--color-black);
}

.upcoming-games .list .item .bottom .options {
    font-size: 0.6875rem;
    color: #7D7D7D;
    display: flex;
    justify-content: space-between;
    margin-top: .5rem;
}

.upcoming-games .list .item .bottom .options .option span {
    color: var(--color-main);
    margin-right: .25rem;
}

@media(max-width: 1199px) {
    .upcoming-games .list .item .top {
        grid-template-columns: 3fr 2fr;
    }

    .upcoming-games .list .item .top .date {
        font-size: 1rem;
    }

    .upcoming-games .list .item .teams {
        padding: 2rem 1rem 1rem;
    }

    .upcoming-games .list .item .bottom {
        padding: 0 1rem 1.75rem;
    }

    .upcoming-games .list .item .teams .team .img img {
        height: 70px;
    }
}

@media(max-width: 1023px) {
    .upcoming-games .list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 700px) {

    .upcoming-games .list {
        grid-template-columns: 1fr;
    }
}


/* Season complete*/
.upcoming-games .season-complete {
    padding: 1rem 0;
    background: url(/local/components/statistic.sport/statistic.sport.games.future/templates/calendar/images/bg_banner.jpg) left center no-repeat;
    background-size: cover;
    font-family: "Montserrat";
    font-weight: 700;
    color: #fff;
}

.upcoming-games .season-complete:before,
.upcoming-games .season-complete:after {
    background: url(/local/components/statistic.sport/statistic.sport.games.future/templates/calendar/images/border_figured_white.svg) center center repeat-x;
    content: "";
    display: block;
    height: 10px;
}

.upcoming-games .season-complete .title {
    color: #fff;
    font-size: 2rem;
    margin-bottom: 2rem;
}

.upcoming-games .season-complete .subtitle {
    margin-bottom: 2rem;
}

.upcoming-games .season-complete .text {
    font-size: .75rem;
}

.upcoming-games .season-complete .season-complete-inner {
    padding: 2rem 1rem;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 3fr;
}

.upcoming-games .season-complete .season-complete-inner .left {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media(max-width: 1120px){
    .upcoming-games .season-complete .season-complete-inner {
        grid-template-columns: 1fr;
    }

    .upcoming-games .season-complete .season-complete-inner .left {
        margin-bottom: 2rem;
    }

    .upcoming-games .season-complete .season-complete-inner .right {
        text-align: center;
    }
}

/* End */
/* /local/templates/sport/components/bitrix/menu/section/style.css?1775658719799 */
/* /local/components/statistic.sport/statistic.sport.games.calendar/templates/.default/style.css?17316828806616 */
/* /local/components/statistic.sport/statistic.sport.games.future/templates/calendar/style.css?17316828815145 */
