/********** Template CSS **********/
:root {
    --primary: #355EFC;
    --secondary: #e2001a;
    --tertiary: #555555;
    --light: #f9e6e6;
    --dark: #1d2766;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

h1,
.h1,
h2,
.h2,
.fw-bold {
    font-weight: 700 !important;
}

h3,
.h3,
h4,
.h4,
.fw-medium {
    font-weight: 600 !important;
}

h5,
.h5,
h6,
.h6,
.fw-semi-bold {
    font-weight: 500 !important;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--light);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.fixed-top {
    transition: .5s;
}

.top-bar {
    height: 45px;
    border-bottom: 1px solid rgba(53, 94, 252, .07);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    padding: 25px 15px;
    color: var(--tertiary);
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--secondary);
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        margin-top: 10px;
        border-top: 1px solid rgba(0, 0, 0, .07);
        background: #FFFFFF;
    }

    .navbar .navbar-nav .nav-link {
        padding: 10px 0;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: start;
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 3rem;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--secondary);
    border: 10px solid var(--secondary);
}

.carousel-control-prev-icon {
    border-radius: 0 3rem 3rem 0;
}

.carousel-control-next-icon {
    border-radius: 3rem 0 0 3rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: url(../img/header.jpg) top left no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-weight: 500;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--tertiary);
}


.page-header-torneo {
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: url(../img/header_torneos.jpg) top left no-repeat;
    background-size: cover;
}

.page-header-torneo .breadcrumb-item,
.page-header-torneo .breadcrumb-item a {
    font-weight: 500;
}

.page-header-torneo .breadcrumb-item+.breadcrumb-item::before {
    color: var(--tertiary);
}


/*** Facts ***/
.facts {
    background: linear-gradient(rgba(53, 94, 252, .95), rgba(53, 94, 252, .95)), url(../img/bg.png);
}


/*** Callback ***/
.callback {
    position: relative;
}

.callback::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(53, 94, 252, .95), rgba(53, 94, 252, .95)), url(../img/bg.png);
    z-index: -1;
}


/*** Feature ***/
.feature .feature-box,
.feature .feature-box * {
    transition: .5s;
}

.feature .feature-box:hover {
    background: var(--secondary);
    border-color: var(--secondary) !important;
}

.feature .feature-box:hover * {
    color: #FFFFFF !important;
}


/*** Service ***/
.service .nav .nav-link {
    transition: .5s;
}

.service .nav .nav-link.active {
    border-color: var(--secondary) !important;
    background: var(--secondary);
}

.service .nav .nav-link.active h5 {
    color: #FFFFFF !important;
}

.service .nav .nav-link.active h5 i {
    color: #FFFFFF !important;
}


/*** Project ***/
.project-item,
.project-item .project-img {
    position: relative;
}

.project-item .project-img a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .5);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    opacity: 0;
    transition: .5s;
}

.project-item:hover .project-img a {
    opacity: 1;
}

.project-item .project-title {
    position: absolute;
    top: 3rem;
    right: 0;
    bottom: 0;
    left: 3rem;
    border: 1px solid var(--light);
    border-radius: 8px;
    display: flex;
    align-items: flex-end;
    padding: 18px;
    z-index: -1;
    transition: .5s;
}

.project-item:hover .project-title {
    background: var(--secondary);
    border-color: var(--secondary);
}

.project-item .project-title h4 {
    transition: .5s;
}

.project-item:hover .project-title h4 {
    color: #FFFFFF;
}

.project-carousel .owl-nav {
    margin-top: 25px;
    display: flex;
    justify-content: center;
}

.project-carousel .owl-nav .owl-prev,
.project-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    background: var(--light);
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.project-carousel .owl-nav .owl-prev:hover,
.project-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
    color: var(--light);
}


/*** Team ***/
.team-item {
    position: relative;
    padding: 4rem 0;
}

.team-item img {
    position: relative;
    z-index: 2;
}

.team-item .team-text {
    position: absolute;
    top: 0;
    right: 3rem;
    bottom: 0;
    left: 3rem;
    padding: 15px;
    border: 1px solid var(--light);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    transition: .5s;
    z-index: 1;
}

.team-item:hover .team-text {
    background: var(--secondary);
    border-color: var(--secondary);
}

.team-item .team-text h4 {
    transition: .5s;
}

.team-item:hover .team-text h4 {
    color: #FFFFFF;
}

.team-item .team-social .btn {
    background: var(--light);
    color: var(--secondary);
}

.team-item:hover .team-social .btn {
    background: #FFFFFF;
}

.team-item .team-social .btn:hover {
    background: var(--secondary);
    color: var(--light);
}


/*** Testimonial ***/
.testimonial-item {
    position: relative;
    text-align: center;
    padding-top: 30px;
}

.testimonial-item .testimonial-text {
    position: relative;
    text-align: center;
}

.testimonial-item .testimonial-text .btn-square {
    position: absolute;
    width: 60px;
    height: 60px;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-item .testimonial-text::before {
    position: absolute;
    content: "";
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    border: 30px solid;
    border-color: var(--light) transparent transparent transparent;
}

.testimonial-item .testimonial-text::after {
    position: absolute;
    content: "";
    bottom: -59px;
    left: 50%;
    transform: translateX(-50%);
    border: 30px solid;
    border-color: #FFFFFF transparent transparent transparent;
}

.testimonial-carousel .owl-item img {
    margin: 0 auto;
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-dots {
    margin-top: 25px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    border: 1px solid var(--light);
    border-radius: 30px;
    transition: .5s;
}

.testimonial-carousel .owl-dot::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    top: 6px;
    left: 6px;
    border-radius: 16px;
    background: var(--light);
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    border-color: var(--secondary);
}

.testimonial-carousel .owl-dot.active::after {
    background: var(--secondary);
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--secondary);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    color: var(--light);
    background: #000B1C;
}

.copyright a {
    color: var(--light);
}

.copyright a:hover {
    color: var(--secondary);
}


@media (max-width: 1199.98px) {
	.table-custom-responsive {
		display: block;
		width: 100%;
		overflow-x: auto;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	.table-custom-responsive.table-bordered {
		border: 0;
	}
}


.table-custom {
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.2;
	border-collapse: collapse;
	border: 1px solid #ddd;
	background: #fff;
}


.table-custom.table-custom-primary thead th {
	color: #fff;
	background: #357ABC;
	border: 0;
}

.table-custom.table-custom-primary tbody tr:hover td {
	background: #edeff4;
}

.table-custom.table-custom-bordered tr td:first-child {
	border-left: 0;
}

.table-custom.table-custom-bordered tr td:last-child {
	border-right: 0;
}

.table-custom.table-custom-bordered td {
	border: 1px solid #ddd;
}

.table-custom.table-custom-bordered tbody > tr:first-of-type > td {
	border-top: 0;
}

.table-custom.table-custom-striped {
	border-bottom: 1px solid #ddd;
}

.table-custom.table-custom-striped tbody tr:nth-of-type(odd) td {
	background: transparent;
}

.table-custom.table-custom-striped tbody tr:nth-of-type(even) td {
	background: #edeff4;
}

.table-custom.table-custom-striped tbody td {
	border: 0;
}

.table-custom.table-custom-striped tfoot td:not(:first-child) {
	border-left: 0;
}
.table-standings {
	font-size: 14px;
	letter-spacing: .1em;
}

.table-standings tr + tr {
	border-top: 1px solid #ddd;
}

.table-standings tr {
	transition: all 200ms ease-in-out;
}

.table-standings th {
	padding: 12px 10px;
	text-align: center;
	font-weight: 500;
	color: #fff;
	background: var(--secondary);
}

.table-standings th:first-child {
	text-align: left;
}

@media (max-width: 991.98px) {
	.table-standings th {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

.table-standings td {
	padding: 5px;
	height: 64px;
	font-weight: 400;
	color: #151515;
}

.table-standings td:nth-child(n + 3) {
	width: 14%;
}

.table-standings thead th:first-child {
	padding-left: 22px;
}

.table-standings tbody td:first-child {
	width: 11%;
	padding-left: 20px;
	font-size: 16px;
}

.table-modern tbody td:first-child {
	width: 18%;
}

.table-modern tr:hover {
	background: var(--light);
}

.table-modern tr:hover .table-counter {
	color: #fff;
}

.table-modern tr:hover .table-counter::before {
	background: #357ABC;
}

.table-modern tr:hover .table-counter::after {
	border-top-color: #357ABC;
}

.player-inline,
.team-inline {
	display: flex;
	align-items: center;
}

@media (max-width: 575.98px) {
	.player-inline,
	.team-inline {
		min-width: 175px;
	}
}

.team-figure {
	min-width: 45px;
}

.player-title,
.team-title {
	text-align: left;
	line-height: 1.15;
	font-weight: 500;
	letter-spacing: .05em;
}

.player-title {
	margin-left: 4px;
}

.team-title {
	margin-left: 8px;
}

.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%);
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.aside-component .game-result-team {
		min-width: 85px;
	}
	.aside-component .game-result-team img {
		max-width: 60px;
	}
	.aside-component .game-result-classic .game-result-team {
		max-width: 100px;
	}
	.aside-component .game-result-modern .game-result-main {
		padding-left: 6px;
		padding-right: 6px;
	}
	.aside-component .game-result-modern .game-result-team {
		min-width: 105px;
	}
	.aside-component .game-result-modern .game-result-score {
		font-size: 16px;
	}
	.aside-component .game-result-modern .game-result-score-divider {
		top: -4px;
		margin: 0 5px;
	}
	.aside-component .game-result-modern .game-result-score-divider svg {
		width: 4px;
		height: 12px;
	}
	.aside-component .game-result-title {
		min-width: 80px;
	}
	.game-result-team-title {
		min-width: 90px;
	}
}

@media (min-width: 576px) {
	.game-result-team-divider,
	.game-info-team-divider {
		height: 29px;
		width: 29px;
		line-height: 29px;
	}
	.game-result-score-biger {
		font-size: 2.36em;
	}
}

.game-result-long {
	max-width: 370px;
}

.game-result-long .table-custom {
	border-width: 0 0 1px 0;
}

.game-result-long * + .table-custom-responsive {
	margin-top: 0;
}

.game-result-long .game-result-team img {
	max-width: 60px;
}

.game-result-long-main {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #e1e1e1;
	background: #f5f7f9;
}

.game-result-long-score-wrap {
	position: relative;
	min-height: 106px;
	margin: 0 10px;
}

.game-result-long-score-wrap::after, .game-result-long-score-wrap::before {
	position: absolute;
	content: '';
	top: 0;
	right: 4px;
	bottom: 0;
	left: 4px;
	background: #fff;
	z-index: 0;
}

.game-result-long-score-wrap::before {
	transform: skew(19deg);
}

.game-result-long-score-wrap::after {
	transform: skew(-19deg);
}

.game-result-long-score-wrap > * {
	position: relative;
	z-index: 1;
}

.game-result-long-score-divider {
	position: relative;
	top: -6px;
	font-size: 3.57em;
	line-height: 1;
	margin: 0 10px;
	color: #e1e1e1;
}

.game-result-long-score-divider svg {
	width: 5px;
	height: 19px;
}

.game-result-long-score-divider g {
	fill: #e1e1e1;
}

@media (min-width: 420px) {
	.game-result-long .game-result-team img {
		max-width: 100%;
	}
	.game-result-long-score-divider svg {
		width: 7px;
		height: 21px;
	}
}

.game-result-modern .game-result-team-win .game-result-team-label-top {
	top: -30px;
}

.game-result-team-win .game-result-team-label {
	display: inline-block;
}

.game-info-score.game-result-team-win {
	color: var(--secondary);
}

.game-info-score:nth-child(1) {
	margin-right: 10px;
}

.game-info-score:nth-child(2) {
	margin-left: 10px;
}

.player-country,
.team-country {
	font-size: 12px;
	color: var(--secondary);
}


.game-result {
	text-align: center;
	font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "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%);
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.aside-component .game-result-team {
		min-width: 85px;
	}
	.aside-component .game-result-team img {
		max-width: 60px;
	}
	.aside-component .game-result-classic .game-result-team {
		max-width: 100px;
	}
	.aside-component .game-result-modern .game-result-main {
		padding-left: 6px;
		padding-right: 6px;
	}
	.aside-component .game-result-modern .game-result-team {
		min-width: 105px;
	}
	.aside-component .game-result-modern .game-result-score {
		font-size: 16px;
	}
	.aside-component .game-result-modern .game-result-score-divider {
		top: -4px;
		margin: 0 5px;
	}
	.aside-component .game-result-modern .game-result-score-divider svg {
		width: 4px;
		height: 12px;
	}
	.aside-component .game-result-title {
		min-width: 80px;
	}
	.game-result-team-title {
		min-width: 90px;
	}
}

@media (min-width: 576px) {
	.game-result-team-divider,
	.game-info-team-divider {
		height: 29px;
		width: 29px;
		line-height: 29px;
	}
	.game-result-score-biger {
		font-size: 2.36em;
	}
}

.game-result-long {
	max-width: 370px;
}

.game-result-long .table-custom {
	border-width: 0 0 1px 0;
}

.game-result-long * + .table-custom-responsive {
	margin-top: 0;
}

.game-result-long .game-result-team img {
	max-width: 60px;
}

.game-result-long-main {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #e1e1e1;
	background: #f5f7f9;
}

.game-result-long-score-wrap {
	position: relative;
	min-height: 106px;
	margin: 0 10px;
}

.game-result-long-score-wrap::after, .game-result-long-score-wrap::before {
	position: absolute;
	content: '';
	top: 0;
	right: 4px;
	bottom: 0;
	left: 4px;
	background: #fff;
	z-index: 0;
}

.game-result-long-score-wrap::before {
	transform: skew(19deg);
}

.game-result-long-score-wrap::after {
	transform: skew(-19deg);
}

.game-result-long-score-wrap > * {
	position: relative;
	z-index: 1;
}

.game-result-long-score-divider {
	position: relative;
	top: -6px;
	font-size: 3.57em;
	line-height: 1;
	margin: 0 10px;
	color: #e1e1e1;
}

.game-result-long-score-divider svg {
	width: 5px;
	height: 19px;
}

.game-result-long-score-divider g {
	fill: #e1e1e1;
}

@media (min-width: 420px) {
	.game-result-long .game-result-team img {
		max-width: 100%;
	}
	.game-result-long-score-divider svg {
		width: 7px;
		height: 21px;
	}
}

@media (min-width: 576px) {
	.game-info {
		padding: 46px 15px 60px;
	}
	.game-info * + .group-sm {
		margin-top: 20px;
	}
	.game-info-classic .game-info-team {
		height: 195px;
	}
	.game-info-modern .game-info-team {
		min-height: 195px;
		height: auto;
	}
	.game-info-creative {
		padding-bottom: 0;
	}
	.game-info-creative .game-info-team {
		min-height: 195px;
		height: auto;
	}
	.game-info-middle {
		margin: 0 17px;
	}
	.game-info-middle-vertical {
		max-width: 170px;
		padding-bottom: 10px;
	}
	.game-info-team {
		width: 199px;
		padding: 10px 5px;
		border: 1px solid #e1e1e1;
	}
	.game-info-score {
		min-width: 70px;
		font-size: 3.28em;
	}
	.game-info-countdown {
		padding-top: 24px;
		padding-bottom: 24px;
	}
}


.game-info {
	padding: 30px 10px;
}

.game-info .button {
	min-width: 100px;
	padding-left: 10px;
	padding-right: 10px;
}

.game-info * + .group-sm {
	margin-top: 12px;
}

.game-info .button + .button {
	margin-top: 0;
}

.game-info-modern .game-info-main {
	align-items: stretch;
}

.game-info-creative {
	padding-bottom: 0;
}

.game-info-creative .game-info-main {
	align-items: stretch;
}

.game-info-title {
	line-height: 1.2;
}

.game-info-team {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 75px;
}

.game-info-main {
	display: inline-flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	min-width: 100%;
	max-width: 100%;
	margin-top: 24px;
}

.game-info-middle {
	flex-grow: 1;
	margin: 0 10px;
}

.game-info-middle-vertical {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 24px 0 0;
	max-width: 130px;
}

.game-info-team {
	line-height: 1.2;
}

.game-info-score {
	min-width: 25px;
	font-size: 1.6em;
	line-height: .8;
	font-weight: 300;
	letter-spacing: .05em;
	color: #9b9b9b;
}

.game-info-score:nth-child(1) {
	margin-right: 10px;
}

.game-info-score:nth-child(2) {
	margin-left: 10px;
}

.game-info-score.game-result-team-win {
	color: #35ad79;
}

.game-result-divider-wrap {
	overflow: hidden;
	width: 100%;
}

.game-info-team-divider {
	position: relative;
	display: inline-block;
	color: #35ad79;
}

.game-info-countdown {
	position: relative;
	padding: 15px 10px;
	background: #59646a;
}

.game-info-countdown::before {
	position: absolute;
	content: '';
	left: 50%;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #59646a transparent;
	transform: translate(-50%, -100%);
}

.game-info-team {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 75px;
}

.game-info-main + .table-game-info-wrap {
	margin-top: 20px;
}

@media (min-width: 1200px) {
	.game-info-main {
		min-width: 600px;
	}
}