

/* Start:/local/templates/sport/components/bitrix/menu/section/style.css?1721250973799*/
.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 */
/* /local/templates/sport/components/bitrix/menu/section/style.css?1721250973799 */
/* /local/components/statistic.sport/statistic.sport.game.protocol/templates/.default/style.css?173168288119751 */
