.game-result {
	text-align: center;
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Poppins, "Helvetica Neue", Arial, sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .05em;
	text-transform: uppercase;
	border: 1px solid #e1e1e1;
	background: #fff;
	transition: all 300ms ease-in-out;
}

.game-result .countdown-bordered {
	color: #919fa6;
}

.game-result .countdown-bordered .countdown-section:not(:first-child) {
	border-left-color: #919fa6;
}

.game-result .countdown-bordered .countdown-amount {
	color: #fff;
}

.game-result-classic {
	max-width: 690px;
	border-bottom: 3px solid #c9dbda;
}

.game-result-classic .game-result-team {
	max-width: 100px;
}

.game-result-classic:hover {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.14);
}

.game-result-modern {
	max-width: 690px;
}

.game-result-modern .game-result-main {
	padding: 53px 10px 22px;
}

.game-result-modern .game-result-team-win .game-result-team-label-top {
	top: -30px;
}

.game-result-modern .game-result-footer {
	padding-top: 9px;
	padding-bottom: 9px;
}

.game-result-modern:hover {
	box-shadow: 0 8px 12px rgba(0, 0, 0, 0.14);
}

.game-result-creative {
	max-width: 450px;
	border-bottom: 3px solid #c9dbda;
}

.game-result-main {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	padding: 25px 10px;
}

.game-result-main-vertical {
	position: relative;
	overflow: hidden;
}

.game-result-middle {
	margin-top: 30px;
}

.game-result-score-wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	flex-grow: 1;
}

.game-result-team {
	position: relative;
	min-width: 90px;
	line-height: 1.2;
}

.game-result-team-horizontal {
	display: flex;
	align-items: center;
	min-width: auto;
	max-width: 100%;
	padding: 10px 55px 10px 10px;
}

.game-result-team-divider {
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%, -50%);
}

.game-result-team-divider,
.game-info-team-divider {
	height: 24px;
	width: 24px;
	font-size: 0.86em;
	line-height: 24px;
	border-radius: 50%;
	border: 1px solid #e1e1e1;
	background: transparent;
}

.game-result-team-divider::before, .game-result-team-divider::after,
.game-info-team-divider::before,
.game-info-team-divider::after {
	position: absolute;
	content: '';
	top: 50%;
	height: 1px;
	width: 100vw;
	background: #e1e1e1;
}

.game-result-team-divider::before,
.game-info-team-divider::before {
	left: 0;
	transform: translate(-100%, -50%);
}

.game-result-team-divider::after,
.game-info-team-divider::after {
	right: 0;
	transform: translate(100%, -50%);
}

.game-result-team-figure {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 64px;
}

.game-result-team-figure-big {
	width: 75px;
	height: 75px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #e1e1e1;
}

.game-result-team-title {
	margin-left: 6px;
	min-width: 110px;
	text-align: left;
}

.game-result-title,
.game-result-team-name {
	color: #151515;
}

.game-results-subtitle,
.game-results-status,
.game-result-team-country {
	font-size: 0.86em;
}

.game-result-inset {
	padding: 25px 10px;
	line-height: 1.46;
}

.game-result-score {
	position: relative;
	font-size: 1.28em;
	font-weight: 400;
	letter-spacing: .1em;
	color: #151515;
}

.game-result-score .game-result-team-label {
	display: none;
}

.game-result-score-big {
	margin-left: 16px;
	font-size: 1.71em;
}

.game-result-score-biger {
	font-size: 1.6em;
}

.game-result-team-win .game-result-team-label {
	display: inline-block;
}

.game-result-team-label {
	position: absolute;
	padding: 4px 8px;
	font-size: 12px;
	line-height: 1;
	font-weight: 600;
	letter-spacing: .025em;
	text-transform: uppercase;
	color: #fff;
	background: #35ad79;
}

.game-result-team-label::before {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
}

.game-result-team-label-top {
	top: -26px;
	left: 50%;
	transform: translateX(-50%);
}

.game-result-team-label-top::before {
	bottom: -4px;
	left: 50%;
	transform: translateX(-50%);
	border-width: 5px 4.5px 0 4.5px;
	border-color: #35ad79 transparent transparent transparent;
}

.game-result-team-label-right {
	top: 5px;
	right: -15px;
	transform: translateX(100%);
}

.game-result-team-label-right::before {
	top: 0;
	left: -3px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 4px 4px 0;
	border-color: transparent #35ad79 transparent transparent;
}

.game-result-score-divider {
	position: relative;
	top: -2px;
	margin: 0 3px;
	font-size: 24px;
	line-height: 1;
	color: #e1e1e1;
}

.game-result-score-divider svg {
	width: 4px;
	height: 12px;
}

.game-result-score-divider g {
	fill: #e1e1e1;
}

.game-results-status {
	width: 100%;
}

.game-result-footer {
	padding: 7px 10px;
	font-size: 0.86em;
	border-top: 1px solid #e1e1e1;
}

.game-result-details > li {
	display: inline-block;
}

.game-result-details li + li::before {
	content: '\002F';
	margin-right: 4px;
}

.game-result-details li + li time {
	margin-left: -4px;
}

* + .game-result-team-name {
	margin-top: 12px;
}

.game-result + .game-result {
	margin-top: 30px;
}

.game-result-classic + .game-result-classic {
	margin-top: 28px;
}

.game-result-modern + .game-result-modern {
	margin-top: 14px;
}

.game-result-creative + .game-result-creative {
	margin-top: 28px;
}

@media (min-width: 420px) {
	.game-result {
		font-size: 14px;
	}
	.game-result-classic .game-result-team {
		max-width: 140px;
	}
	.game-result-inset {
		padding: 25px;
	}
	.game-result-team {
		min-width: 115px;
	}
	.game-result-team-horizontal {
		padding-left: 18px;
	}
	.game-result-team-title {
		min-width: 115px;
	}
	.game-result-team-label-right {
		top: 5px;
		right: -23px;
	}
	.game-result-score-divider {
		margin: 0 9px;
		font-size: 30px;
	}
	.game-result-score-divider svg {
		width: 5px;
		height: 14px;
	}
	.game-result-team-divider {
		right: 28px;
		transform: translateY(-50%);
	}
}

.card-standing {
	text-align: center;
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Poppins, "Helvetica Neue", Arial, sans-serif;
	font-size: 12px;
	line-height: 1;
	font-weight: 500;
	text-transform: uppercase;
	color: #151515;
	border-width: 1px;
	border-style: solid;
	border-color: #e1e1e1;
}

.card-standing .card-body > div:first-child {
	padding-top: 0;
}

.card-standing .card-header {
	background: transparent;
}

.card-standing-inline {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
}

.card-standing-aside-right {
	width: 100%;
}

.card-custom {
	padding-left: 30px;
	background: #fff;
	transition: all 200ms ease-in-out;
}

.card-custom.active {
	background: #f5f7f9;
}

.card-standing-caption {
	position: relative;
	padding-left: 30px;
	color: #fff;
	background: #35ad79;
}

.card-standing-caption .card-standing-position {
	top: 50%;
	padding-left: 3px;
	transform: translateY(-50%);
}

.card-standing-caption-aside {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 13px 5px 13px 0;
}

.card-standing-caption-aside > * {
	padding: 0 3px;
}

.card-standing-team-item {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 15px 5px 15px 0;
}

.card-standing-team-item > * {
	padding: 0 3px;
}

.card-standing-team-item .card-standing-diff {
	color: #35ad79;
}

.card-standing-team-item .card-standing-points,
.card-standing-team-item .card-standing-number {
	font-weight: 400;
}

.card-standing-team-details {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 18px 3px 18px 0;
}

.card-standing-team-details > * {
	padding: 0 5px;
}

.card-standing-divider {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 18px;
	border-top: 1px solid #d7d7d7;
}

.card-standing-position {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 30px;
	padding: 0 5px;
}

.card-standing-team,
.card-standing-game-status {
	width: 27%;
}

.card-standing-game-status {
	padding-left: 5px;
}

.card-standing-number {
	width: 11%;
}

.card-standing-points {
	width: 14%;
}

.card-standing-diff {
	width: 12%;
}

.card-standing-team {
	display: flex;
	align-items: center;
	flex-direction: column;
	padding-left: 3px;
}

.card-standing-team-figure {
	text-align: center;
	min-width: 45px;
}

.card-standing-team-figure img {
	height: auto;
	max-width: 45px;
}

.card-standing-team-title {
	margin-top: 5px;
}

.card-standing-game-status,
.card-standing-team-country {
	font-size: 0.86em;
	color: #9b9b9b;
}

.card-standing-toogle {
	height: 26px;
	width: 26px;
	font-size: 16px;
	line-height: 26px;
	color: #151515;
	background: #fff;
	border-radius: 4px;
	transition-duration: 200ms;
}

.card-standing-toogle:hover {
	color: #35ad79;
}

.card-standing-toogle.collapsed {
	background: #f5f7f9;
}

.card-standing-toogle.collapsed::before {
	content: '\e145';
}

.card-standing-index {
	counter-reset: article;
}

.card-standing-index article .card-standing-counter:before {
	content: counter(article, decimal-leading-zero);
	counter-increment: article;
}

.card-standing-counter {
	font-size: 1.1em;
	line-height: 1;
	letter-spacing: .025em;
	color: #d4d5db;
	padding: 20px 3px 20px;
}

@media (max-width: 575.98px) {
	.card-standing-team-name {
		font-size: .86em;
	}
}

@media (min-width: 576px) {
	.card-custom,
	.card-standing-caption {
		padding-left: 40px;
	}
	.card-standing {
		font-size: 14px;
		letter-spacing: .1em;
	}
	.card-standing-caption .card-standing-position {
		padding-left: 20px;
	}
	.card-standing-caption-aside {
		padding-right: 10px;
	}
	.card-standing-caption-aside > * {
		padding: 0 5px;
	}
	.card-standing-team-item {
		padding-top: 8px;
		padding-bottom: 8px;
		padding-right: 10px;
	}
	.card-standing-team-item > * {
		padding: 0 5px;
	}
	.card-standing-number {
		width: 9%;
	}
	.card-standing-points {
		width: 11%;
	}
	.card-standing-diff {
		width: 11%;
	}
	.card-standing-toogle {
		height: 32px;
		width: 32px;
		font-size: 20px;
		line-height: 32px;
	}
	.card-standing-team-details {
		padding-right: 10px;
	}
	.card-standing-team,
	.card-standing-game-status {
		width: 40%;
	}
	.card-standing-position {
		min-width: 40px;
	}
	.card-standing-divider {
		margin-left: 67px;
	}
	.card-standing-game-status {
		padding-left: 70px;
	}
	.card-standing-team {
		flex-direction: row;
		padding-left: 15px;
	}
	.card-standing-team-title {
		margin-left: 8px;
		margin-top: 0;
		letter-spacing: .05em;
	}
	.card-standing-team,
	.card-standing-game-status {
		text-align: left;
	}
	.card-standing-counter {
		padding-left: 10px;
		line-height: 36px;
	}
	.card-standing-team-figure {
		min-height: 60px;
		line-height: 60px;
	}
}

@media (min-width: 768px) {
	.card-custom,
	.card-standing-caption {
		padding-left: 55px;
	}
	.card-standing-team-item {
		padding-top: 18px;
		padding-bottom: 18px;
	}
	.card-standing-team-details {
		padding-top: 24px;
		padding-bottom: 24px;
	}
	.card-standing-position {
		min-width: 55px;
	}
	.card-standing-divider {
		margin-left: 77px;
	}
	.card-standing-team {
		padding-left: 24px;
	}
	.card-standing-game-status {
		padding-left: 79px;
	}
	.card-standing-counter {
		font-size: 1.4em;
		line-height: 56px;
	}
}

@media (min-width: 1200px) {
	.card-custom,
	.card-standing-caption {
		padding-left: 74px;
	}
	.card-standing-caption .card-standing-position {
		padding-left: 20px;
	}
	.card-standing-position {
		min-width: 74px;
	}
	.card-standing-team,
	.card-standing-game-status {
		width: 44%;
	}
	.card-standing-counter {
		font-size: 1.71em;
		padding-left: 20px;
	}
}