

/* Start:/local/templates/sport/components/bitrix/menu/section/style.css?1760361123799*/
.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.game.protocol/templates/.default/style.css?173168288119751*/
/* Protocol header
 ------------------------------------------------------------------*/
.protocol-header .match .info {
    background: #fafafa;
    padding: 2rem;
    position: relative;
}
.protocol-header .match .info .grid {
    display: grid;
    grid-template-columns: 1fr 1fr 90px 2fr;
    gap: 1rem;
}

@media(max-width: 991px) {
    .protocol-header .match .info .grid {
        grid-template-columns: 1fr 90px 1fr;
    }
    .protocol-header .match .info .left {
        order: 1;
    }
    .protocol-header .match .info .results {
        order: 2;
    }
    .protocol-header .match .info .right {
        order: 3;
    }
    .protocol-header .match .info .place-date {
        order: 4;
    }
}

.protocol-header .match .info .place-date-abs {
    position: absolute;
    top: 2rem;
    left: 2rem;
}
.protocol-header .match .info .center {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.protocol-header .match .info .center-top {
    display: flex;
    justify-content: center;
    width: 70%;
}

.protocol-header .timeline {
    margin: 3rem 0 3rem;
}

.protocol-header .timeline .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.protocol-header .timeline .grid .period .name {
    font-size: .75rem;
    color: #8f8f8f;
    text-align: center;
}

.protocol-header .timeline .grid .period .events {
    border-bottom: 2px solid #d9d9d9;
    margin-bottom: 1rem;
    position: relative;
}

.protocol-header .timeline .grid .period .events:after {
    content: "";
    width: 2px;
    height: 20px;
    right: 0;
    bottom: 2px;
    background: #d9d9d9;
    display: block;
    position: absolute;
}

.protocol-header .timeline .grid .period:last-child .events:after {
    display: none;
}

.protocol-header .timeline .grid .period .events .event {
    width: 11px;
    height: auto;
    bottom: -10px;
    position: absolute;
}

.protocol-header .timeline .grid .period .events .event .item {
    border-radius: 50%;
    background: #8f8f8f;
    display: block;
    width: 11px;
    height: 11px;
    margin-bottom: .2rem;
}

.protocol-header .timeline .grid .period .events .event .item.red {
    background: var(--color-red);
}

.protocol-header .timeline .grid .period .events .event .item.gold {
    background: var(--color-main);
}

/* Results */
.protocol-header .match .info .grid .results {
    text-align: center;
    margin: auto 0;
}
.protocol-header .match .info .grid .results .type {
    border: 1px solid #e6e6e6;
    background: #fff;
    font-size: .75rem;
    text-transform: uppercase;
    border-radius: 3px;
    padding: .25rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
.protocol-header .match .info .grid .results .score {
    font-family: "Montserrat";
    font-size: 2.75rem;
}
.protocol-header .match .info .grid .results .score .winner {
    color: var(--color-main);
}
.protocol-header .match .info .grid .results .periods {
    list-style-type: none;
    display: flex;
    gap: .5rem;
    font-size: .75rem;
    justify-content: center;
}


.protocol-header .match .info .center .results {
    text-align: center;
    margin: auto 0;
}
.protocol-header .match .info .center .results .type {
    border: 1px solid #e6e6e6;
    background: #fff;
    font-size: .75rem;
    text-transform: uppercase;
    border-radius: 3px;
    padding: .25rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
.protocol-header .match .info .center .results .score {
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 2.75rem;
}
.protocol-header .match .info .center .results .score .winner {
    color: var(--color-main);
}
.protocol-header .match .info .center .periods {
    list-style-type: none;
    display: flex;
    gap: .5rem;
    font-size: .75rem;
    justify-content: center;
}

/* Team */
.protocol-header .match .info .center .left,
.protocol-header .match .info .center .right {
    flex: 0 0 40%;
}

.protocol-header .match .info .team {
    display: flex;
    gap: 1rem;
}
.protocol-header .match .info .center .team {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: center;
}

.protocol-header .match .info .left .team .data {
    text-align: right;
}

.protocol-header .match .info .team .data {
    width: 100%;
}

.protocol-header .match .info .team .data .name {
    font-size: 1.5rem;
    font-family: "Montserrat";
    font-weight: 700;
}

.protocol-header .match .info .team.winner .data .name {
    color: var(--color-main);
}

.protocol-header .match .info .team .data .city {
    font-size: .75rem;
    color: #8f8f8f;
}

.protocol-header .match .info .team .logo {
    width: 100%;
    max-width: 80px;
    flex-shrink: 0;
}

.protocol-header .match .info .team .logo img {
    width: 100%;
    max-width: 90px;
}

@media(max-width: 767px) {
    .protocol-header .match .info {
        padding: 1rem;
    }
    .protocol-header .match .info .team {
        flex-wrap: wrap;
    }
    .protocol-header .match .info .team .logo {
        order: 1;
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
    .protocol-header .match .info .right .team .data,
    .protocol-header .match .info .left .team .data {
        order: 2;
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
}

@media(max-width: 575px) {
    .protocol-header .match .info .team .data .name {
        font-size: 1rem;
    }
    .protocol-header .match .info .team .logo img {
        max-width: 70px;
    }
    .protocol-header .match .info .center .results .score {
        font-size: 1.5rem;
    }
    
}

/* Date & place */
.protocol-header .match .info .place-date div {
    margin-bottom: .25rem;
}

.protocol-header .match .info .place-date .date {
    font-size: 1rem;
    font-weight: 400;
}

.protocol-header .match .info .place-date .place,
.protocol-header .match .info .place-date .week {
    font-size: .75rem;
    color: #8f8f8f;
}

@media (max-width: 1100px) {
    .protocol-header .match .info .center-top {
        width: 100%;
    }
    .protocol-header .match .info .place-date-abs {
        position: static;
    }
}
@media(max-width: 767px) {
    .protocol-header .match .info .place-date {
        grid-column-start:1;
        grid-column-end: 4;
        margin: 1rem  -1rem -2rem;
        padding: 2rem 1rem 0;
        background: #efefef;
    }
}
@media(max-width: 575px) {
    .protocol-header .match .info .place-date {
        /* margin: 1rem  -1rem -2rem; */
        padding: 2rem 1rem 1rem;
        text-align: center;
    }
}


/* Referee */
.protocol-header .match .referees {
    background: #efefef;
    padding: 1rem;
}

.protocol-header .match .referees .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem 2rem;
}

.protocol-header .match .referees .grid .part {
    display: flex;
    justify-content: center;
    font-size: .75rem;
    gap: 1rem;
}

.protocol-header .match .referees .grid .part:last-child {
    justify-content: flex-start;
}

.protocol-header .match .referees .grid .part .title {
    color: #8f8f8f;
}

.protocol-header .match .referees .grid .part .list {
    display: flex;
    list-style-type: none;
}

@media(max-width: 767px) {
    .protocol-header .match .referees {
        padding-bottom: 2rem;
    }
}

@media(max-width: 575px){
    .protocol-header .match .referees .grid .part {
        /* justify-content: flex-start; */
        justify-content: center;
    }
    .protocol-header .match .referees .grid .part:last-child {
        justify-content: center;
    }
    .protocol-header .match .referees .grid {
        grid-template-columns: 1fr;
    }
}

/* Period */
.protocol .period {
    margin-bottom: 2rem;
}

.protocol .period .title {
    font-weight: 700;
    text-align: center;
    background: #EFEFEF;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
}

.protocol .period .row {
    display: flex;
    margin-bottom: 1rem;
}

.protocol .period .row.right {
    justify-content: end;
}

.protocol .period .row .inner {
    width: calc(50% + 55px);
    display: grid;
    grid-template-columns: auto 110px;
}

@media(max-width: 575px) {
    .protocol .period .row .inner {
        width: 100%;
    }
}

.protocol .period .row.right .inner {
    display: grid;
    grid-template-columns: 110px auto;
}

.protocol .period .row .inner .info,
.protocol .period .row .inner .event {
    border: 2px solid #EFEFEF;
}

.protocol .period .row .inner .event {
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #efefef;
}

.protocol .period .row.gold .inner .info,
.protocol .period .row.gold .inner .event {
    border: 2px solid #F7F1E6;
}

.protocol .period .row.gold .inner .event {
    background: #F7F1E6;
}

.protocol .period .row.red .inner .info,
.protocol .period .row.red .inner .event {
    border: 2px solid #F1D8D8;
}

.protocol .period .row.red .inner .event {
    background: #F1D8D8;
    text-align: center;
}

.protocol .period .row .inner .event .score {
    font-family: "Montserrat";
    font-size: 1.5rem;
}

.protocol .period .row .inner .event .score .winner {
    color: var(--color-main);
}

.protocol .period .row .inner .event .dis {
    font-family: "Montserrat";
    font-size: 1.5rem;
    text-align: center;
}

.protocol .period .row .inner .event .dis .small {
    font-size: .75rem;
}

.protocol .period .row .inner .event .time {
    font-weight: 400;
    font-size: .74rem;
    margin-top: 1rem;
    text-align: center;
}

.protocol .period .row .inner .info {
    margin-right: -2px;
    padding: 1rem;
    text-align: right;
}

.protocol .period .row.right .inner .info {
    order: 2;
    margin-left: -2px;
    text-align: left;
}

.protocol .period .row .inner .info .div {
    margin-bottom: .25rem;
}

.protocol .period .row .inner .info .main {
    font-size: .875rem;
    font-weight: 700;
}

.protocol .period .row .inner .info .secondary {
    font-size: .75rem;
    color: #8f8f8f;
}

/* Tabs */
.protocol-header .tabs-wrapper {
    border-top: 1px solid #ededed;
    padding: 0 0 1rem;
}

.protocol-header .tabs-wrapper .tab {
    transition: all .3s;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    position: relative;
    padding: 1.5rem;
}
.protocol-header .tabs-wrapper .tab::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #EDEDED;
    transition: all .3s;
}

.protocol-header .tabs-wrapper .tab:hover,
.protocol-header .tabs-wrapper .tab.active {
    color: var(--color-main);
}
.protocol-header .tabs-wrapper .tab:hover.tab::after,
.protocol-header .tabs-wrapper .tab.active.tab::after{
    background: var(--color-main);
}

.protocol-header .tabs-wrapper .tns-outer {
    width: 100%;
}

.protocol-header .tabs-wrapper .tns-nav {
    display: flex;
    justify-items: stretch;
    width: auto;
}

.protocol-header .tabs-wrapper .tns-outer .tns-ovh {
    padding-bottom: 1rem;
}

.protocol-header .tabs-wrapper .tns-outer .tns-ovh + .tns-nav {
    margin: 0 -15px 2rem;
}

.protocol-header .tabs-wrapper .tns-nav button {
    width: 100%;
    height: 4px;
    border-radius: 0;
    border: 0;
    background: #D9D9D9;
}

.protocol-header .tabs-wrapper .tns-nav button.tns-nav-active {
    background: var(--color-main);
}

.tabs-content .tab-content {
    display: none;
}

.tabs-content .tab-content.active {
    display: block;
}

/* Players */
.players {
    font-size: .75rem;
}

.players.grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    align-items: start;
}

.players .team {
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-top: 2rem;
}


.players .team .logo img {
    height: 70px;
}

.players .team .name {
    font-weight: 700;
    font-size: 1.5rem;
}

.players .team .group {
    margin-bottom: 2rem;
}

.players .table-wrapper {
    overflow-x: scroll;
    cursor: grab;
}

.players .h2 {
    margin-bottom: 1rem;
}

.players table {
    border-collapse: collapse;
    min-width: 100%;
}



.players  table th, .players td {
    padding: .5rem;
    background: #F0F0F0;
    border-bottom: 2px solid #fff;
}

.players td.number {
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 1.125rem;
    text-shadow: 0px 0  5px rgba(0, 0, 0, .3);
}

.players td.coach {
    background: var(--color-middle-grey);
}

.players td.player .inner{
    display: flex;
    gap: 1rem;
    align-items: center;
}

.players td.player .img {
    width: 44px;
    height: 44px;
    position: relative;
    display: block;
    flex-shrink: 0;
}

.players td.player .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.players  table th {
    background: #0D0F0F;
    color: #fff;
    border-bottom: 0;
}

.players  table td .team {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.players  table td .team img {
    height: 40px;
    width: auto;
}

.players .orange td {
    background: var(--color-secondary);
    color: #fff;
}

.players  table td.hover, .players  table th.hover {
    background: var(--color-main);
    color: #fff;
}



/* Header padding hook */
.content .game .sub-header .inner {
    padding-bottom: 2rem;
}

/* Teams VS*/
.teams-vs {
    position: relative;
    margin-bottom: 1rem;
}

.teams-vs .grid {
    gap: 1rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.teams-vs .grid .team {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.teams-vs .grid .team .logo{
    width: 100%;
    background: #fafafa;
    padding: 1rem;
    margin-bottom: 1rem;
}

.teams-vs .grid .team img {
    width: 80px;
    height: auto;
}
.teams-vs .grid .team .name{
    font-family: "Montserrat";
    font-size: 1.375rem;
}

.teams-vs .score {
    position: absolute;
    left: calc(50% - 77px);
    top: calc(50% - 23px);
    background: #efefef;
    font-size: 1.5rem;
    font-family: "Montserrat";
    padding: .5rem 3rem;
}

.teams-vs .score .winner {
    color: var(--color-main);
}

@media(max-width: 575px){
    #statistic .teams-vs .score {
        display: none;
    }
    .teams-vs .grid {
        gap: 0;
    }
    .teams-vs .grid .team img {
        width: 70px;
        height: auto;
    }
}

/* Teams position */
.teams-position {
    font-size: .75rem;
    overflow: scroll;
}

.teams-position .h2 {
    margin-bottom: 1rem;
}

.teams-position  table {
    border-collapse: collapse;
    min-width: 100%;
}

.teams-position  table th, .teams-position td {
    padding: .5rem;
    background: #F0F0F0;
    border-bottom: 2px solid #fff;
}

.teams-position  table th {
    background: #0D0F0F;
    color: #fff;
}

.teams-position  table td .team {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.teams-position  table td .team img {
    height: 40px;
    width: auto;
}

.teams-position  table td.hover, .teams-position  table th.hover {
    background: var(--color-main);
    color: #fff;
}


/* Stats */
.stats {
    margin-bottom: 3rem;
}

.stats .row {
    position: relative;
    margin-bottom: 1rem;
}

.stats .row .items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;

}

.stats .row .items .item {
    position: relative;
    text-align: center;
    font-family: "Montserrat";
    font-size: 1.5rem;
    border-bottom: 5px solid #efefef;
    padding: 1rem 0;
}

.stats .row .items .item .progress {
    position: absolute;
    right: 0;
    bottom: -5px;
    background: linear-gradient(90deg, #D0D0D0 0%, #949494 100%);
    width: 0;
    height: 5px;
    transition: all .3s;
}

.stats .row .items .item:last-child .progress {
    left: 0;
    right: auto;
    background: linear-gradient(90deg, #949494 0%, #D0D0D0 100%);
}

.stats .row .items .item.winner .progress {
    background: linear-gradient(90deg, #FFBC9C 0%, var(--color-secondary) 100%);
}

.stats .row .items .item.winner:last-child .progress {
    background: linear-gradient(90deg, var(--color-secondary) 0%, #FFBC9C 100%);
}

.stats .row .items .item.winner {
    color: var(--color-main);
}

.stats .row .label {
    font-size: .875rem;
    position: absolute;
    color: #8f8f8f;
    left: calc(50% - 250px);
    top: calc(50% - 0.875rem/2);
    display: block;
    width: 500px;
    text-align: center;
}

@media(max-width: 575px) {
    .stats .row .label {
        width: 100%;
        left: 0;
        font-size: .75rem;
    }
}

/* Game */
.game-part .block{
    width: 100%;
    padding: 1rem;
    position: relative;
    background: #EFEFEF;
    font-family: "Montserrat";
    cursor: pointer;
}
.game-part .block .grid .team .logo{
    width: 100%;
    background: none;
    margin-bottom: 0;
    opacity: 0;
}
.game-part .block .center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.game-part .block .center .number {
    color: #8F8F8F;
    font-weight: 700;
}
.game-part .block .center .score {
    position: static;
    padding: 0;
    font-weight: 700;
    font-size: 1.6rem;
}
.game-part .block .center .time {
    color: #8F8F8F;
    font-size: 0.75rem;
    font-weight: 400;
}

.game-part .list {
    margin: 0.5rem 0;
    display: none;
    /* font-family: "Montserrat"; */
}
.game-part.active .list {
    display: block;
}
.game-part .list .row{
    display: grid;
    grid-template-columns: 2.5fr 1fr 2.5fr;
    background: #F6F1E6;
    padding: 2px;
    margin-bottom: 2px;
}
.game-part .list .row .item {
    padding: 0.375rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.75rem;
    font-weight: 400;
    background: #fff;
}
.game-part .list .row .item.right {
    flex-direction: row-reverse;
}
.game-part .list .row .item.left.goal{
    background: rgba(0, 169, 224, 0.3);
}
.game-part .list .row .item.right.goal{
    background: rgba(252, 72, 72, 0.3);
}
.game-part .list .row .item.goal > .player,
.game-part .list .row .item.goal > .action {
    display: none;
}
.game-part .list .row .item.goal.flag > .player,
.game-part .list .row .item.goal.flag > .action {
    display: block;
}
.game-part .list .row .item .player .number {
    margin: 0 1rem;
}

.game-part .list .row .center{
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 7fr 1fr;
    text-align: center;
}
.game-part .list .row .center .score{
    font-size: 1.25rem;
    font-family: "Montserrat"; 
}
.game-part .list .row .center .score .home{
    color: var(--color-main);
}
.game-part .list .row .center img {
    width: 1rem;
    margin: 0 0.5rem;
}
@media(max-width: 767px) {
    #dynamics .teams-vs {
        display: none;
    }
    #dynamics .game-part .teams-vs{
        display: block;
    }
    .game-part.active .block .grid .team .logo{
        opacity: 1;
    }
    .game-part .block .center .time {
        display: none;
    }

    .game-part .list .row{
        grid-template-columns: 1fr 1fr 1fr;
    }
    .game-part .list .row .item .player {
        display: none;
    }
    .game-part .list .row .item.goal.flag > .player {
        display: none;
    }
    .game-part .list .row .item.right {
        flex-direction: row;
    }
    .game-part .list .row .item.left {
        flex-direction: row-reverse;
    }
}

/* tips */
.tips {
    color: #8F8F8F;
    font-size: 0.875rem;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}
.tips .btn{
    border: none;
    padding: 0.5rem;
    border-radius: 3px;
    line-height: 1;
    font-family: 'open Sans';
    cursor: pointer;
}
.tips .btn.active{
    background: var(--color-main);
    color: white;
}
/* End */


/* Start:/local/components/statistic.sport/statistic.sport.games.all/templates/.default/style.css?17316828819836*/
.games .sort {
    margin-bottom: 2rem;
    display: flex;
    gap: 1rem;
}

.games .sort button {
    font-size: .875rem;
    border: 0;
    color: #8f8f8f;
    background: transparent;
    border-radius: 3px;
    padding: .25rem .5rem;
    transition: all .3s;
    cursor: pointer;
}

.games .sort button:hover {
    color: var(--color-main);
}

.games .sort button.active {
    background: var(--color-main);
    color: #fff;
}

.games .list {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 2rem;
    margin-bottom: 2rem;
}

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

@media(max-width: 857px) {
    .games .list {
        grid-template-columns: 1fr;
    }
}

.games .list  .match {
    position: relative;
}

/* Top mobile */
.games .list  .match .top {
    grid-template-columns: 3fr 2fr;
    display: none;
}

@media(max-width: 1023px) {
    .games .list  .match .top {
        display: grid;
    }
}

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

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

.games .list  .match .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;
}

.games .list  .match .top .partner {
    background: url(/local/components/statistic.sport/statistic.sport.games.all/templates/.default/images/bg_partner.jpg) center no-repeat;
    background-size: cover;
    justify-content: end;
}

/* Badge */
.games .list  .match .badge {
    position: absolute;
    left: .5rem;
    top: .5rem;
    width: 18px;
    height: 18px;
    background-size: cover;
    background-image: url(/local/components/statistic.sport/statistic.sport.games.all/templates/.default/images/icon_ship_grey.svg);
}

.games .list  .match:hover .badge {
    background-image: url(/local/components/statistic.sport/statistic.sport.games.all/templates/.default/images/icon_ship_gold.svg);
}


.games .list  .match .badge-home {
    background-image: url(/local/components/statistic.sport/statistic.sport.games.all/templates/.default/images/icon_home_grey.svg);
}

.games .list  .match:hover .badge-home {
    background-image: url(/local/components/statistic.sport/statistic.sport.games.all/templates/.default/images/icon_home_gold.svg);
}

@media(max-width: 1023px) {
    .games .list  .match .badge {
        top: 3rem;
    }

    .games .list  .match.past .badge {
        display: none;
    }
}

/* Info */
.games .list  .match .info {
    padding: 2rem 2rem .5rem;
    border: 2px solid #EAEAEA;
}

.games .list .match .info .grid {
    display: grid;
    grid-template-columns: 1fr 1fr 90px 1fr 1fr;
    gap: 1rem;
}

@media(max-width: 1023px) {
    .games .list .match .info .grid {
        grid-template-columns: 1fr 80px 1fr;
    }

    .games .list  .match.past .info .grid {
        grid-template-columns: 1fr;
    }
}

@media(max-width: 575px) {
    .games .list .match .info .grid {
        grid-template-columns: 1fr 75px 1fr;
    }

    .games .list  .match .info {
        padding: 2rem 1rem .5rem;
    }
}




/* Results */
.games .list  .match .info .grid .results {
    text-align: center;
    margin: auto 0;
}

@media(max-width: 1023px) {
    .games .list  .match.past .info .grid .results {
        display: none;
    }
}

.games .list  .match .info .grid .results .type {
    border: 1px solid #e6e6e6;
    background: #fff;
    font-size: .75rem;
    text-transform: uppercase;
    border-radius: 3px;
    padding: .25rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.games .list  .match .info .grid .results .score {
    font-family: "Montserrat";
    font-size: 1.5rem;
    margin-bottom: .75rem;
    margin-left: auto;
    margin-right: auto;
    font-weight: 700;
}

.games .list  .match .info .grid .results .score .winner {
    color: var(--color-main);
}


/* Vs*/
.games .list  .match .info .grid .part-vs {
    margin: auto;
}

.games .list  .match .info .grid .part-vs .week {
    color: #7d7d7d;
    font-size: .75rem;
    display: none;
}

@media(max-width: 1023px) {
    .games .list  .match .info .grid .part-vs {
        display: block;
        text-align: center;
    }

    .games .list  .match .info .grid .part-vs .week {
        display: block;
        margin-bottom: .5rem;
    }
}

.games .list  .match .info .grid .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;
}


/* Icons*/
.games .list  .match .info .part.icons {
    display: flex;
    align-items: center;
    justify-content: center;
}

.games .list .match .info .part.icons .date {
    display: none;
    font-size: .75rem;
}

.games .list  .match .info .part.icons .inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 80px;
    gap: 1rem;
}

.games .list  .match .info .part.actions .icon {
    text-align: center;
    margin-bottom: .75em;
}

@media(max-width: 1023px) {
    .games .list  .match .info .part.icons {
        display: grid;
        grid-template-columns: 1fr 2fr;
        grid-gap: 1rem;
        background: #f5f5f5;
        margin: -2rem -2rem 0;
        padding: .5rem 1rem;
    }

    .games .list  .match .info .part.icons .date {
        display: block;
    }

    .games .list  .match.past .info .part.icons {
        order: 1;
    }

    .games .list  .match .info .part.icons .inner {
        grid-template-columns: repeat(4, 1fr);
        max-width: 100%;
        width: 100%;
    }
}

@media(max-width: 575px) {
    .games .list  .match .info .part.icons {
        margin: -2rem -1rem 0;
    }
}

/* Actions */
.games .list  .match .info .part.actions {
    /* display: block;
    text-align: right; */
    position: absolute;
    right: 1.7rem;
    top: 50%;
    transform: translate(0, -50%);
}


.games .list  .match .info .part.actions .action{
    margin: 0 0 .5rem;
}

.games .list .match .info .part.actions .btn {
    width: 100%;
}

@media(max-width: 575px) {
    .games .list  .match .info .part.actions .btn {
        padding: 0 1.125rem;
    }
}

.games .list  .match .info .part.actions .action .btn-outline-gold {
    color: var(--color-black);
}


.games .list  .match .info .part.actions .options {
    font-size: 0.6875rem;
    color: #7D7D7D;
    display: flex;
    gap: .5rem;
    margin-top: .5rem;
    justify-content: end;
}

.games .list  .match .info .part.actions .options .option span {
    color: var(--color-main);
    margin-right: .25rem;
}

@media(max-width: 1023px) {
    .games .list  .match .info .part.actions {
        position: static;
        transform: translate(0, 0);

        grid-column-start: 1;
        grid-column-end: 4;
        display: flex;
        justify-content: space-between;
        align-items: start;
    }
}



/* Team */
.games .list .match .info .left {
    justify-content: end;
}

@media(max-width: 1023px) {
    .games .list .match.past .info .left {
        order: 2;
    }

    .games .list .match.past .info .right {
        order: 4;
    }
}

.games .list .match .info .team {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.games .list .match .info .team .score {
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 1.25rem;
    display: none;
}

.games .list .match .info .team .score.winner {
    color: var(--color-main);
}

.games .list .match .info .left .team .data {
    text-align: right;
}

.games .list .match .info .team .data {
    width: 100%;
}

.games .list .match .info .team .data .name {
    font-size: 1rem;
    font-family: "Montserrat";
    font-weight: 700;
}

.games .list .match .info .team .data .name.main {
    color: var(--color-main);
}

.games .list .match .info .team.winner .data .name {
    color: var(--color-main);
}

.games .list .match .info .team .data .city {
    font-size: .75rem;
    color: #8f8f8f;
}

.games .list .match .info .team .logo {
    width: 100%;
    max-width: 70px;
    flex-shrink: 0;
}

.games .list .match .info .team .logo img {
    width: 100%;
}

@media(max-width: 1023px) {
    .games .list .match .info .team {
        flex-wrap: wrap;
    }

    .games .list .match .info .team .logo {
        order: 1;
        max-width: 100%;
        text-align: center;
    }

    .games .list .match .info .team .logo img {
        max-width: 70px;
    }

    .games .list .match .info .team .data, .games .list .match .info .left .team .data  {
        order: 2;
        text-align: center;
    }

    .games .list .match.past .info .team {
        width: 100%;
    }

    .games .list .match .info .team .score {
        display: block;
    }

    .games .list .match.past .info .team .logo {
        max-width: 50px;
    }

    .games .list .match.past .info .team .data {
        width: auto;
        text-align: left;
    }
}



/* Date & place */
.games .list .match .info .grid .part.place-date {
    display: block;
}

.games .list .match .info .place-date div {
    margin-bottom: .25rem;
}

.games .list .match .info .place-date .date {
    font-size: 1rem;
    font-weight: 400;
}

.games .list .match .info .place-date .place,
.games .list .match .info .place-date .week {
    font-size: .75rem;
    color: #8f8f8f;
}

@media(max-width: 1023px) {
    .games .list .match .info .grid .part.place-date {
        display: none;
    }
}

.filters {
    margin-bottom: 2rem;
}

.filters form {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(3, 1fr);
}

.filters select {
    height: 41px;
    border: 2px solid #D7D7D7;
    width: 100%;
    max-width: 310px;
    padding: 0 1rem;
    font-size: .875rem;
    background: #fff;
}

.filters .controls {
    display: none;
}

@media(max-width: 575px) {
    .filters form {
        grid-template-columns: 1fr;
    }

    .filters select {
        max-width: 100%;
    }
}
/* End */


/* Start:/local/templates/sport/components/bitrix/news.list/team_news/style.css?17603611231843*/
.news-list .grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem 1.5rem;
    margin-bottom: 3rem;
}

@media(max-width: 991px) {
    .news-list .grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

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

@media(max-width: 575px) {
    .news-list .grid {
        grid-template-columns: 1fr;
    }
}

.news-list .grid .item {
    border: 1px solid #DADADA;
    position: relative;
}

.news-list .grid .item .tags {
    position: absolute;
    left: 2px;
    top: 2px;
    z-index: 10;
    right: 2px;
    display: flex;
    flex-wrap: wrap;
    gap: .25rem;
}

.news-list .grid .item .tags  .tag {
    font-size: .625rem;
    color: #0D0F0F;
    background: #fff;
    padding: .25rem .5rem;
    text-transform: uppercase;
}

.news-list .grid .item .preview-img {
    position: relative;
    height: 210px;
    overflow: hidden;
}



.news-list .grid .item:hover .preview-img img {
    width: 110%;
    height: 110%;
    left: -5%;
    top: -5%;
}

.news-list .grid .item .preview-img img {
    transition: all .3s;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-list .grid .item .news-body {
    padding: 1rem 1rem 4rem;
}

.news-list .grid .item .news-body .name a {
    color: #0D0F0F;
    font-size: .875rem;
}

.news-list .grid .item .news-body .news-date {
    border-top: 1px solid #EDEDED;
    padding-top: .5rem;
    position: absolute;
    bottom: .5rem;
    left: 1rem;
    right: 1rem;
    color: #8F8F8F;
    font-size: .75rem;
    text-align: right;
}

.news-list .grid .item .news-body .news-date span {
    display: inline-block;
    padding-left: 1.5rem;
    background: url(/local/templates/sport/components/bitrix/news.list/team_news/images/icon_time.svg) left center no-repeat;
}
/* End */


/* Start:/local/templates/sport/components/bitrix/system.pagenavigation/show_more_ajax/style.css?176036112463*/
.load_more {
    text-align: center;
    margin-bottom: 3rem;
}
/* End */
/* /local/templates/sport/components/bitrix/menu/section/style.css?1760361123799 */
/* /local/components/statistic.sport/statistic.sport.game.protocol/templates/.default/style.css?173168288119751 */
/* /local/components/statistic.sport/statistic.sport.games.all/templates/.default/style.css?17316828819836 */
/* /local/templates/sport/components/bitrix/news.list/team_news/style.css?17603611231843 */
/* /local/templates/sport/components/bitrix/system.pagenavigation/show_more_ajax/style.css?176036112463 */
