.ttl {
	display: inline-block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	float: right;
	direction: rtl;
	text-align: right;
	font-size: 14px;
	color: #000;
	background: #e8e8e8;
	border-right: 4px solid #000;
	padding-right: 10px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}

.ttl img {
	float: right;
	margin-left: 10px;
	width: auto;
	height: 34px;
	margin-top: 3px
}

.ttl h2,
.ttl h3,
.ttl h4 {
	float: right;
	display: inline-block;
	margin: 0;
	font-weight: 600;
	font-size: 21px;
	/*	line-height: 2.2*/
}

.ttl h2 a,
.ttl h3 a,
.ttl h4 a {
	display: block
}

.ttl h2 a:hover,
.ttl h3 a:hover,
.ttl h4 a:hover {
	color: #0277bd
}

.ttl .more {
	float: left;
	display: inline-block;
	width: 75px;
	height: 40px;
	background: #0277bd;
	padding: 0 10px;
	color: #fff;
	font-size: 13px;
	line-height: 3;
	position: relative;
	z-index: 2
}

.ttl .more:hover {
	background: #1b92d9
}

.ttl .more span {
	float: left;
	margin-right: 10px
}

.ttl .more .icon-more:before {
	content: "h";
	color: #fff;
	font-size: 12px;
	line-height: 3.4
}



.standingSection {
	position: relative;
	direction: ltr;
	border-radius: 0;
	margin-bottom: 40px
}

.standingSection .statsConts {
	display: inline-block;
	width: 100%;
	float: right
}

.standingSection .title:after {
	background-color: #aaa
}

.standingSection .table {
	display: inline-block;
	width: 100%;
	float: right;
	border-radius: 6px;
	overflow: hidden;
	border: 1px solid #e8e8e8
}

.standingSection .table .ttlRow {
	display: inline-block;
	width: 100%;
	background: #000;
	float: right;
	height: 30px;
	padding: 0 4px
}

.standingSection .table .ttlRow .itemTtl {
	float: right;
	width: 44px;
	padding: 0 6px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 30px
}

.standingSection .table .ttlRow .itemTtl:nth-child(2) {
	width: calc(100% - 352px);
	text-align: right
}

.standingSection .wRow {
	display: inline-block;
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #e0e0e0;
	height: 60px;
	float: right;
	position: relative;
	padding: 0 4px
}

.standingSection .wRow.first:before {
	content: "";
	width: 4px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: #0a6eb2
}

.standingSection .wRow.second:before {
	content: "";
	width: 4px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: #acbf65
}

.standingSection .wRow.last:before {
	content: "";
	width: 4px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: #cf0000
}

.standingSection .wRow:last-child {
	border-bottom: none
}

.standingSection .wRow .item {
	float: right;
	width: 44px;
	font-size: 15px;
	text-align: center;
	line-height: 60px;
	padding: 0 6px
}

.standingSection .wRow .item:nth-child(2) {
	width: calc(100% - 352px);
	text-align: right
}


.standingSection .wRow .item p {
	text-align: right;
	float: right;
	color: #000;
	font-size: 13px;
	line-height: 60px;
	width: calc(100% - 22px);
	padding-right: 10px;
	padding-top: 0;
	padding-bottom: 0;
}

.standingSection .wRow .item a:hover p {
	color: #0277bd
}

.standingSection .wRow .team {
	text-align: right;
	direction: rtl;
	padding-right: 6px
}

.standingSection .wRow .team img {
	float: right;
	width: auto;
	height: 22px;
	margin: 19px 0
}

.standingSection .wRow .item:last-child {
	text-align: center
}

.standingSection .wRow .item:last-child img {
	float: none;
	margin-left: 0
}

.disblock {
	display: block !important;
}

.disnone {
	display: none !important;
}

.standingSection .title {
	display: none;
}

.groupTabs {
	display: inline-block;
	float: right;
	width: 100%;
	position: relative
}

.groupTabs .tab {
	overflow: hidden;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	min-width: 140px
}

.groupTabs .tab button {
	float: right;
	border: none;
	outline: none;
	cursor: pointer;
	transition: .2s;
	width: calc((100% - 5px)/2);
	height: 70px;
	border-top: 4px solid #0277bd;
	margin-left: 5px;
	font-size: 11px;
	padding: 0 10px;
	color: #000;
	line-height: 1.2;
	position: relative
}

.groupTabs .tab button:before {
	content: "";
	width: 50px;
	height: 50px;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	border-radius: 50%
}

.groupTabs .tab button p {
	font-family: Arial;
	font-size: 26px;
	font-weight: 700;
	padding: 0 10px;
	color: #b9b9b9;
	display: block;
	z-index: 2;
	text-align: center;
	position: relative
}

.groupTabs .tab button span {
	font-size: 12px;
	font-weight: 400;
	display: block;
	text-transform: uppercase;
	line-height: 1;
	margin-top: -5px
}

.groupTabs .tab button:last-child {
	margin-left: 0
}

.groupTabs .tab button:hover {
	background-color: #ddd
}

.groupTabs .tab button.active {
	height: 81px;
	border-top: 0;
	color: #fff
}

.groupTabs .tab button.active p {
	color: #fff
}

.groupTabs .tab button.active:before {
	border-radius: 0;
	background: #0277bd
}

.groupTabs .groupContent {
	display: inline-block;
	float: right;
	width: 100%;
	margin-top: 75px;
	position: relative;
	z-index: 1
}

.groupTabs .flickity-button {
	top: -55px
}

@media screen and (max-width:1056px) and (min-width:768px) {
	.groupTabs .tab {
		width: 100%
	}

	.groupTabs .tab button {
		width: calc((100% - 6px)/4);
		margin-left: 5px;
		padding: 0
	}
}

.groupTabs .groupTtl {
	display: inline-block;
	width: 100%;
	margin: 0;
	height: 48px;
	float: right;
	position: relative;
	background: #e0e0e0;
	padding: 10px
}

.groupTabs .groupName {
	float: right;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 10px
}

.groupTabs .groupName h2 {
	float: right;
	display: inline-block;
	width: 160px;
	height: 28px;
	background: #fff;
	text-align: center;
	color: #000;
	font-size: 14px;
	line-height: 2.2
}

.groupTabs .table {
	display: inline-block;
	width: 100%;
	float: right;
	margin-top: 10px
}

.GroupStanding .table {
	margin-top: 0;
	margin-bottom: 20px;
}

.groupTabs .table .ttlRow {
	display: inline-block;
	width: 100%;
	background: #000;
	float: right;
	height: 30px;
	margin-bottom: 10px
}

.groupTabs .table .ttlRow .itemTtl {
	float: right;
	padding: 2px 0;
	color: #fff;
	font-size: 13px;
	text-align: center;
	width: 60px;
	line-height: initial;
}

.groupTabs .table .ttlRow .itemTtl:nth-child(2) {
	width: calc(100% - 540px);
	text-align: right;
	padding-right: 10px
}

.groupTabs .table .wRow {
	display: inline-block;
	width: 100%;
	background: #fff;
	border: 1px solid #e0e0e0;
	border-bottom: 0;
	height: 58px;
	float: right;
	position: relative
}

.groupTabs .table .wRow:last-child {
	border-bottom: 1px solid #e0e0e0
}

.groupTabs .table .wRow .item {
	float: right;
	color: #b9b9b9;
	font-size: 16px;
	text-align: center;
	line-height: 2.5;
	font-family: arial;
	width: 60px;
	padding: 10px;
	margin-left: 0;
	margin-bottom: 0;
	background: 0 0;
	height: auto
}

.groupTabs .table .wRow .item:nth-child(2) {
	width: calc(100% - 540px);
	padding-right: 10px
}

.groupTabs .table .wRow .item p {
	text-align: right;
	color: #000;
	font-size: 13px;
	line-height: 3;
	padding: 0;
}

.groupTabs .table .wRow .team {
	text-align: right;
	direction: rtl;
	padding-right: 10px;
	padding-right: 0;
}

.groupTabs .table .wRow .team img {
	float: right;
	margin-left: 10px;
	width: auto;
	height: 36px
}

.groupTabs .table .wRow .item:last-child {
	color: #000;
	font-weight: 700
}

.standingSection.scorers {
	width: 100%
}

.standingSection.scorers .cnts {
	border-radius: 6px;
	overflow: hidden;
	background: #fff;
	border: 1px solid #e8e8e8
}

.standingSection.scorers .table {
	border-radius: 0;
	margin-bottom: 0;
	border: none
}

.standingSection.scorers .table .ttlRow .itemTtl:last-child,
.standingSection.scorers .table .wRow .item:last-child {
	width: 50px
}

.standingSection.scorers .table .ttlRow .itemTtl.team,
.standingSection.scorers .table .wRow .item.team {
	width: calc((100% - 94px)/2);
	text-align: right
}

.standingSection.scorers .table .wRow .item {

	font-size: 15px
}

.standingSection.scorers .table .wRow .item:first-child {
	font-size: 14px
}

.standingSection.scorers .table .wRow .team.player .playerImg {
	float: right;
	width: 40px;
	height: 40px;
	margin: 10px 0;
	text-align: center;
	border-radius: 50%;
	overflow: hidden;
	background: #fff
}

.standingSection.scorers .table .wRow .team.player img {
	width: 100%;
	height: auto;
	margin: 0
}

.standingSection.scorers .table .wRow .team.player p {
	padding-right: 10px;
	width: calc(100% - 40px)
}

.standingSection.scorers .cnts .more {
	background: 0 0;
	height: 46px;
	line-height: 46px;
	color: #0277bd
}

.standingSection.scorers .cnts .more:hover {
	background: 0 0
}

.standingSection.scorers .cnts .more .icon-more:before {
	line-height: 46px;
	color: #0277bd
}

.standingSection.scorers .table .wRow .item .teamMob {
	display: none
}

.scorers {
	display: inline-block;
	float: right;
	margin-left: 20px;
	width: calc(100% - 320px);
	position: relative
}

.scorers .cnts {
	display: inline-block;
	float: right;
	width: 100%
}

.scorers .cnts li {
	display: inline-block;
	float: right;
	width: calc((100% - 20px)/2);
	margin-left: 20px;
	background: #fff;
	position: relative;
	margin-bottom: 20px;
	border: 1px solid #e0e0e0;
	height: 78px
}

.scorers .cnts li:nth-child(2n+1) {
	margin-left: 0
}

.scorers .cnts li .playerImg {
	float: right;
	display: inline-block;
	width: 76px;
	height: 76px;
	overflow: hidden
}

.scorers .cnts li .playerImg img {
	width: 100%;
	height: 100%
}

.scorers .cnts li .playerDtls {
	float: right;
	display: inline-block;
	width: calc(100% - 152px);
	padding: 8px 10px
}

.scorers .cnts li .playerDtls .num {
	display: inline-block;
	float: right;
	width: 100%;
	font-family: Arial;
	font-size: 16px;
	font-weight: 700;
	color: #000
}

.scorers .cnts li .playerDtls .name {
	display: inline-block;
	float: right;
	width: 100%;
	font-size: 14px;
	color: #0277bd;
	text-align: right;
	direction: rtl;
	line-height: 1.8
}

.scorers .cnts li .playerDtls .playerFooter {
	display: inline-block;
	width: 100%;
	float: right
}

.scorers .cnts li .playerDtls .playerFooter .teamInfo {
	float: right;
	display: inline-block;
	width: 100%;
	margin-left: 0
}

.scorers .cnts li .playerDtls .playerFooter .teamInfo img {
	float: right;
	width: auto;
	height: 40px;
	margin-left: 10px;
	display: none
}

.scorers .cnts li .playerDtls .playerFooter .teamInfo p {
	float: right;
	display: inline-block;
	font-size: 12px;
	color: #b9b9b9;
	line-height: 1.6
}

.scorers .cnts li .playerDtls .playerFooter .matches {
	display: none
}

.scorers .cnts li .playerDtls .playerFooter .assist {
	display: none
}

.scorers .cnts li .goalsNum {
	float: right;
	display: inline-block;
	width: 76px;
	height: 76px;
	position: relative;
	background: #e8e8e8
}

.scorers .cnts li .goalsNum .num {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}

.scorers .cnts li .goalsNum .num p {
	width: 100%;
	display: inline-block;
	text-align: center;
	font-family: Arial;
	font-size: 26px;
	color: #0277bd;
	font-weight: 700;
	line-height: 1;
	float: right
}

.scorers .cnts li .goalsNum .num span {
	width: 100%;
	display: inline-block;
	text-align: center;
	font-size: 13px;
	color: #0277bd;
	line-height: 1;
	float: right
}

.scorers .cnts .more {
	display: inline-block;
	width: 100%;
	height: 28px;
	background: #0277bd;
	padding: 0 10px;
	text-align: left;
	color: #fff;
	font-size: 13px;
	line-height: 2.3
}

.scorers .cnts .more:hover {
	background: #1b92d9
}

.scorers .cnts .more span {
	float: left;
	margin-right: 10px
}

.scorers .cnts .more .icon-more:before {
	content: "h";
	color: #fff;
	font-size: 14px;
	line-height: 2.2
}

.scorers .cnts li:first-child {
	width: 100%;
	margin-left: 0;
	height: 116px
}

.scorers .cnts li:first-child .playerImg {
	width: 114px;
	height: 114px
}

.scorers .cnts li:first-child .playerDtls {
	padding: 14px 20px;
	width: calc(100% - 228px)
}

.scorers .cnts li:first-child .playerDtls .num {
	display: none
}

.scorers .cnts li:first-child .playerDtls .name {
	font-size: 20px;
	line-height: 1.4
}

.scorers .cnts li:first-child .playerDtls .playerFooter {
	margin-top: 14px
}

.scorers .cnts li:first-child .playerDtls .playerFooter .teamInfo {
	width: calc(100% - 322px);
	margin-left: 50px
}

.scorers .cnts li:first-child .playerDtls .playerFooter .teamInfo img {
	display: inline-block
}

.scorers .cnts li:first-child .playerDtls .playerFooter .teamInfo p {
	font-size: 16px;
	line-height: 2.5
}

.scorers .cnts li:first-child .playerDtls .playerFooter .matches {
	float: right;
	width: 94px;
	margin-left: 50px;
	display: inline-block
}

.scorers .cnts li:first-child .playerDtls .playerFooter .matches p {
	display: inline-block;
	float: right;
	width: 100%;
	font-size: 15px;
	color: #b9b9b9;
	line-height: 2.5
}

.scorers .cnts li:first-child .playerDtls .playerFooter .matches p span {
	margin-right: 5px;
	font-weight: 700;
	font-size: 18px
}

.scorers .cnts li:first-child .playerDtls .playerFooter .assist {
	float: right;
	width: 128px;
	display: inline-block
}

.scorers .cnts li:first-child .playerDtls .playerFooter .assist p {
	display: inline-block;
	float: right;
	width: 100%;
	font-size: 15px;
	color: #b9b9b9;
	line-height: 2.5
}

.scorers .cnts li:first-child .playerDtls .playerFooter .assist p span {
	margin-right: 5px;
	font-weight: 700;
	font-size: 18px
}

.scorers .cnts li:first-child .goalsNum {
	width: 114px;
	height: 114px
}

.scorers .cnts li:first-child .goalsNum .num p {
	font-size: 42px
}

.scorers .cnts li:first-child .goalsNum .num span {
	font-size: 18px
}

.groups .GroupStanding {
	width: 100%
}

.groups .GroupStanding .ttl {
	border: 0;
	background-color: #fff;
	border-radius: 6px 6px 0 0;
	padding: 15px 20px;
	height: auto;
	margin-bottom: 0
}

.GroupStanding .ttl {
	border-right: 4px solid #005222;
}

.groups.title:after {
	background-color: #aaa
}

.groups .groupTabs .table .ttlRow {
	background-color: #fff;
	margin-bottom: 0
}

.groups .groupTabs .table .ttlRow .itemTtl {
	color: #000
}

.groups .groupTabs .table .ttlRow .itemTtl:nth-child(1),
.groups .groupTabs .table .ttlRow .itemTtl:nth-child(2) {
	color: transparent
}

.groups .groupTabs .table .wRow {
	border: 0;
	border-bottom: 1px solid #e0e0e0
}

.groups .groupTabs .table .wRow .item {
	color: #000
}

.groups .groupTabs .table .wRow .item:nth-child(1) {
	display: none
}

.groups .groupTabs .table .wRow .item:nth-child(2) {
	padding-right: 20px;
	margin-left: 60px
}

.groups .GroupStanding .table {
	margin-bottom: 40px
}

.groups .groupTabs .table .wRow:last-child {
	border-bottom: 0;
	border-radius: 0 0 6px 6px
}


@media screen and (min-width:1280px) and (max-width:1359px) {

	.standingSection.scorers .table .ttlRow .itemTtl.team,
	.standingSection.scorers .table .wRow .item.team {
		width: calc(100% - 344px)
	}

	.standingSection.scorers .table .ttlRow .itemTtl:nth-child(3),
	.standingSection.scorers .table .wRow .item:nth-child(3) {
		width: 250px
	}

	.standingSection.scorers .table .ttlRow .itemTtl:last-child,
	.standingSection.scorers .table .wRow .item:last-child {
		width: 50px
	}


}

@media screen and (min-width:1152px) and (max-width:1279px) {

	.standingSection.scorers .table .ttlRow .itemTtl.team,
	.standingSection.scorers .table .wRow .item.team {
		width: calc(100% - 254px)
	}

	.standingSection.scorers .table .ttlRow .itemTtl:nth-child(3),
	.standingSection.scorers .table .wRow .item:nth-child(3) {
		width: 160px
	}

	.standingSection.scorers .table .ttlRow .itemTtl:last-child,
	.standingSection.scorers .table .wRow .item:last-child {
		width: 50px
	}


}

@media screen and (min-width:1024px) and (max-width:1151px) {


	.standingSection .table .ttlRow .itemTtl:nth-child(7),
	.standingSection .table .ttlRow .itemTtl:nth-child(8),
	.standingSection .wRow .item:nth-child(7),
	.standingSection .wRow .item:nth-child(8) {
		display: none
	}

	.standingSection .table .ttlRow .itemTtl:nth-child(2),
	.standingSection .wRow .item:nth-child(2) {
		width: calc(100% - 264px)
	}


	.standingSection.scorers .table .ttlRow .itemTtl.team,
	.standingSection.scorers .table .wRow .item.team {
		width: calc(100% - 254px)
	}

	.standingSection.scorers .table .ttlRow .itemTtl:nth-child(3),
	.standingSection.scorers .table .wRow .item:nth-child(3) {
		width: 160px
	}

	.standingSection.scorers .table .ttlRow .itemTtl:last-child,
	.standingSection.scorers .table .wRow .item:last-child {
		width: 50px
	}


}

@media screen and (min-width:768px) and (max-width:1023px) {

	.standingSection .table .ttlRow .itemTtl:nth-child(7),
	.standingSection .table .ttlRow .itemTtl:nth-child(8),
	.standingSection .wRow .item:nth-child(7),
	.standingSection .wRow .item:nth-child(8) {
		display: none
	}

	.standingSection .table .ttlRow .itemTtl:nth-child(2),
	.standingSection .wRow .item:nth-child(2) {
		width: calc(100% - 264px)
	}


	.standingSection.scorers .table .ttlRow .itemTtl.team,
	.standingSection.scorers .table .wRow .item.team {
		width: calc(100% - 344px)
	}

	.standingSection.scorers .table .ttlRow .itemTtl:nth-child(3),
	.standingSection.scorers .table .wRow .item:nth-child(3) {
		width: 250px
	}

	.standingSection.scorers .table .ttlRow .itemTtl:last-child,
	.standingSection.scorers .table .wRow .item:last-child {
		width: 50px
	}

}

@media screen and (min-width:320px) and (max-width:767px) {

	.standingSection .table .ttlRow .itemTtl {
		font-size: 9px;
		width: 30px;
		padding: 0 4px
	}

	.standingSection .table .ttlRow .itemTtl:first-child,
	.standingSection .wRow .item:first-child {
		width: 22px
	}

	.standingSection .table .ttlRow .itemTtl:first-child {
		color: transparent
	}

	.standingSection .wRow .item {
		font-size: 13px;
		width: 30px;
		padding: 0 4px
	}

	.standingSection .table .ttlRow .itemTtl:nth-child(7),
	.standingSection .table .ttlRow .itemTtl:nth-child(8),
	.standingSection .wRow .item:nth-child(7),
	.standingSection .wRow .item:nth-child(8) {
		display: none
	}

	.standingSection .table .ttlRow .itemTtl:nth-child(2),
	.standingSection .wRow .item:nth-child(2) {
		width: calc(100% - 172px)
	}

	.standingSection .wRow .team img {
		height: 16px;
		margin: 22px 0
	}

	.standingSection .wRow .item p {
		font-size: 11px;
		padding-right: 4px;
		width: calc(100% - 16px)
	}



	.standingSection.scorers .table .ttlRow .itemTtl.team,
	.standingSection.scorers .table .wRow .item.team {
		width: calc(100% - 58px)
	}

	.standingSection.scorers .table .ttlRow .itemTtl:nth-child(3),
	.standingSection.scorers .table .wRow .item:nth-child(3) {
		display: none
	}

	.standingSection.scorers .table .ttlRow .itemTtl:last-child,
	.standingSection.scorers .table .wRow .item:last-child {
		width: 36px
	}

	.standingSection.scorers .table .wRow .item p {
		line-height: 36px;
		font-size: 12px
	}

	.standingSection.scorers .table .wRow .item .teamMob {
		display: inline-block;
		position: absolute;
		right: 90px;
		bottom: 0px
	}

	.standingSection.scorers .table .wRow .item .teamMob img {
		display: inline-block;
		float: right;
		width: auto;
		height: 16px
	}

	.standingSection.scorers .table .wRow .item .teamMob p {
		display: inline-block;
		float: right;
		font-size: 11px;
		padding-right: 4px;
		width: calc(100% - 16px);
		line-height: 16px
	}


}


@media screen and (min-width:1152px) and (max-width:1279px) {

	.groupTabs .table .ttlRow .itemTtl:nth-child(2),
	.groupTabs .table .wRow .item:nth-child(2) {
		width: calc(100% - 360px)
	}
}

@media screen and (min-width:1024px) and (max-width:1151px) {

	.groupTabs .table .ttlRow .itemTtl:nth-child(2),
	.groupTabs .table .wRow .item:nth-child(2) {
		width: calc(100% - 360px)
	}
}

@media only screen and (max-width:1023px) {

	.groupTabs .table .ttlRow .itemTtl:nth-child(2),
	.groupTabs .table .wRow .item:nth-child(2) {
		width: calc(100% - 100px)
	}
}

@media screen and (min-width:320px) and (max-width:767px) {

	.groupTabs {
		width: 100%;
		margin-left: 0
	}


}


@media screen and (min-width:1280px) and (max-width:1365px) {

	.groupTabs .table .ttlRow .itemTtl {
		width: 45px
	}

	.groupTabs .table .ttlRow .itemTtl:nth-child(2) {
		width: calc(100% - 415px)
	}

	.groupTabs .table .wRow .item {
		width: 45px;
		font-size: 16px
	}

	.groupTabs .table .wRow .item:nth-child(2) {
		width: calc(100% - 415px)
	}

	.groupTabs .table .ttlRow .itemTtl {
		font-size: 12px;
		line-height: 2.2
	}

	.groupTabs .table .wRow .item p {
		font-size: 13px
	}
}

@media screen and (min-width:1152px) and (max-width:1279px) {

	.statsStand .table .ttlRow .itemTtl:nth-child(2) {
		width: calc(100% - 190px)
	}


	.GroupStanding .table .ttlRow .itemTtl {
		width: 46px
	}

	.GroupStanding .table .wRow .item {
		width: 46px
	}

	.GroupStanding .table .ttlRow .itemTtl:nth-child(2) {
		width: calc(100% - 414px)
	}

	.GroupStanding .table .wRow .item:nth-child(2) {
		width: calc(100% - 414px)
	}

	.groupTabs.GroupStanding .table .ttlRow .itemTtl {
		width: 40px;
		font-size: 12px;
		line-height: 2.2
	}

	.groupTabs.GroupStanding .table .ttlRow .itemTtl:nth-child(2) {
		width: calc(100% - 220px)
	}

	.groupTabs.GroupStanding .table .ttlRow .itemTtl:nth-child(4),
	.groupTabs .table .wRow .item:nth-child(4),
	.groupTabs.GroupStanding .table .ttlRow .itemTtl:nth-child(5),
	.groupTabs .table .wRow .item:nth-child(5),
	.groupTabs.GroupStanding .table .ttlRow .itemTtl:nth-child(6),
	.groupTabs .table .wRow .item:nth-child(6),
	.groupTabs.GroupStanding .table .ttlRow .itemTtl:nth-child(9),
	.groupTabs .table .wRow .item:nth-child(9) {
		display: none
	}

	.groupTabs.GroupStanding .table .wRow .item {
		width: 40px;
		font-size: 15px;
		line-height: 2.6
	}

	.groupTabs.GroupStanding .table .wRow .item:nth-child(2) {
		width: calc(100% - 220px)
	}

	.groupTabs.GroupStanding .table .ttlRow .itemTtl:nth-child(4),
	.groupTabs.GroupStanding .table .ttlRow .itemTtl:nth-child(5),
	.groupTabs.GroupStanding .table .ttlRow .itemTtl:nth-child(6),
	.groupTabs .table .ttlRow .itemTtl:nth-child(9) {
		display: none
	}

	#GroupStanding.cup .table .ttlRow .itemTtl:nth-child(4),
	#GroupStanding.cup .table .ttlRow .itemTtl:nth-child(5),
	#GroupStanding.cup .table .ttlRow .itemTtl:nth-child(6),
	#GroupStanding.cup .table .ttlRow .itemTtl:nth-child(9) {
		display: inline-block
	}

	#GroupStanding.cup .table .ttlRow .itemTtl:nth-child(4),
	#GroupStanding.cup .table .wRow .item:nth-child(4),
	#GroupStanding.cup .table .ttlRow .itemTtl:nth-child(5),
	#GroupStanding.cup .table .wRow .item:nth-child(5),
	#GroupStanding.cup .table .ttlRow .itemTtl:nth-child(6),
	#GroupStanding.cup .table .wRow .item:nth-child(6),
	#GroupStanding.cup .table .ttlRow .itemTtl:nth-child(9),
	#GroupStanding.cup .table .wRow .item:nth-child(9) {
		display: inline-block
	}

	#GroupStanding.cup .table .wRow .item {
		float: right
	}
}


@media screen and (min-width:1024px) and (max-width:1151px) {

	.scorers .cnts li {
		width: 100%;
		margin-left: 0
	}

	.scorers .cnts li:first-child .playerDtls .playerFooter {
		margin-top: 20px
	}

	.scorers .cnts li:first-child .playerDtls .playerFooter .teamInfo img {
		display: none
	}

	.scorers .cnts li:first-child .playerDtls .playerFooter .matches {
		display: none
	}

	.scorers .cnts li:first-child .playerDtls .playerFooter .assist {
		display: none
	}


	.GroupStanding .table .ttlRow .itemTtl {
		width: 38px
	}

	.GroupStanding .table .wRow .item {
		width: 38px
	}

	.GroupStanding .table .ttlRow .itemTtl:nth-child(2) {
		width: calc(100% - 345px)
	}

	.GroupStanding .table .wRow .item:nth-child(2) {
		width: calc(100% - 345px);
		padding: 16px 0
	}

	.GroupStanding .table .wRow .team img {
		height: 26px
	}

	.GroupStanding .table .wRow .item p {
		line-height: 1.8
	}


	.groupTabs.GroupStanding .table .ttlRow .itemTtl {
		width: 40px;
		font-size: 12px;
		line-height: 2.2
	}

	.groupTabs.GroupStanding .table .ttlRow .itemTtl:nth-child(2) {
		width: calc(100% - 220px)
	}

	.groupTabs.GroupStanding .table .ttlRow .itemTtl:nth-child(4),
	.groupTabs .table .wRow .item:nth-child(4),
	.groupTabs.GroupStanding .table .ttlRow .itemTtl:nth-child(5),
	.groupTabs .table .wRow .item:nth-child(5),
	.groupTabs.GroupStanding .table .ttlRow .itemTtl:nth-child(6),
	.groupTabs .table .wRow .item:nth-child(6),
	.groupTabs.GroupStanding .table .ttlRow .itemTtl:nth-child(9),
	.groupTabs .table .wRow .item:nth-child(9) {
		display: none
	}

	.groupTabs.GroupStanding .table .wRow .item {
		width: 40px;
		font-size: 15px;
		line-height: 2.6
	}

	.groupTabs.GroupStanding .table .wRow .item:nth-child(2) {
		width: calc(100% - 220px)
	}

	.groupTabs.GroupStanding .table .ttlRow .itemTtl:nth-child(4),
	.groupTabs.GroupStanding .table .ttlRow .itemTtl:nth-child(5),
	.groupTabs.GroupStanding .table .ttlRow .itemTtl:nth-child(6),
	.groupTabs .table .ttlRow .itemTtl:nth-child(9) {
		display: none
	}

	#GroupStanding.cup .table .ttlRow .itemTtl:nth-child(4),
	#GroupStanding.cup .table .ttlRow .itemTtl:nth-child(5),
	#GroupStanding.cup .table .ttlRow .itemTtl:nth-child(6),
	#GroupStanding.cup .table .ttlRow .itemTtl:nth-child(9) {
		display: inline-block
	}

	#GroupStanding.cup .table .ttlRow .itemTtl:nth-child(4),
	#GroupStanding.cup .table .wRow .item:nth-child(4),
	#GroupStanding.cup .table .ttlRow .itemTtl:nth-child(5),
	#GroupStanding.cup .table .wRow .item:nth-child(5),
	#GroupStanding.cup .table .ttlRow .itemTtl:nth-child(6),
	#GroupStanding.cup .table .wRow .item:nth-child(6),
	#GroupStanding.cup .table .ttlRow .itemTtl:nth-child(9),
	#GroupStanding.cup .table .wRow .item:nth-child(9) {
		display: inline-block
	}

	#GroupStanding.cup .table .wRow .item {
		float: right
	}
}

@media only screen and (max-width:1023px) {
	.scorers {
		width: 100%;
		margin-left: 0
	}

	.scorers .cnts li:first-child .playerDtls .playerFooter .teamInfo {
		margin-left: 20px;
		width: calc(100% - 262px)
	}

	.scorers .cnts li:first-child .playerDtls .playerFooter .matches {
		margin-left: 20px
	}

	.groupTabs .table .ttlRow .itemTtl {
		width: 50px;
		font-size: 12px;
		line-height: 2.2
	}

	.groupTabs .table .ttlRow .itemTtl:nth-child(2) {
		width: calc(100% - 450px)
	}

	.groupTabs .table .wRow .item {
		width: 50px;
		font-size: 14px;
		line-height: 2.9
	}

	.groupTabs .table .wRow .item:nth-child(2) {
		width: calc(100% - 450px)
	}

	.GroupStanding {
		width: 100%;
		margin-left: 0
	}

	.GroupStanding .groupTtlStand {
		width: 100%
	}

	.GroupStanding .table {
		width: 100%
	}


}


@media screen and (min-width:320px) and (max-width:767px) {
	.ttl {
		font-size: 16px
	}

	.ttl h2,
	.ttl h3 {
		line-height: 2.5
	}
	.scorers .cnts li {
		width: 100%;
		margin-left: 0;
		height: 62px;
		margin-bottom: 10px
	}

	.scorers .cnts li .playerImg {
		width: 60px;
		height: 60px
	}

	.scorers .cnts li .playerDtls {
		padding: 6px 10px;
		width: calc(100% - 120px)
	}

	.scorers .cnts li .playerDtls .num {
		font-size: 14px;
		line-height: 1
	}

	.scorers .cnts li .playerDtls .name {
		font-size: 12px
	}

	.scorers .cnts li .playerDtls .playerFooter .teamInfo p {
		font-size: 11px
	}

	.scorers .cnts li .goalsNum {
		width: 60px;
		height: 60px
	}

	.scorers .cnts li .goalsNum .num p {
		font-size: 20px
	}

	.scorers .cnts li .goalsNum .num span {
		font-size: 11px
	}

	.scorers .cnts li:first-child {
		height: 70px
	}

	.scorers .cnts li:first-child .playerDtls {
		padding: 8px 10px;
		width: calc(100% - 140px)
	}

	.scorers .cnts li:first-child .playerDtls .name {
		font-size: 16px;
		line-height: 1.4
	}

	.scorers .cnts li:first-child .playerImg {
		width: 70px;
		height: 70px
	}

	.scorers .cnts li:first-child .goalsNum {
		width: 70px;
		height: 70px
	}

	.scorers .cnts li:first-child .goalsNum .num p {
		font-size: 28px
	}

	.scorers .cnts li:first-child .goalsNum .num span {
		font-size: 14px
	}

	.scorers .cnts li:first-child .playerDtls .playerFooter {
		margin-top: 16px
	}

	.scorers .cnts li:first-child .playerDtls .playerFooter .teamInfo img {
		display: none
	}

	.scorers .cnts li:first-child .playerDtls .playerFooter .teamInfo p {
		font-size: 14px;
		line-height: 1
	}

	.scorers .cnts li:first-child .playerDtls .playerFooter .matches {
		display: none
	}

	.scorers .cnts li:first-child .playerDtls .playerFooter .assist {
		display: none
	}

	.groupTabs .tab {
		width: 100%
	}

	.groupTabs .tab button {
		width: calc((100% - 6px)/4);
		height: 40px;
		margin-left: 2px;
		padding: 0
	}

	.groupTabs .tab button p {
		padding: 0;
		font-size: 16px
	}

	.groupTabs .tab button span {
		font-size: 9px;
		margin-top: -1px
	}

	.groupTabs .tab button:before {
		width: 30px;
		height: 30px
	}

	.groupTabs .tab button.active {
		height: 42px
	}

	.groupTabs .groupContent {
		margin-top: 42px
	}

	.groupTabs .table .ttlRow .itemTtl:nth-child(3),
	.groupTabs .table .ttlRow .itemTtl:nth-child(4),
	.groupTabs .table .ttlRow .itemTtl:nth-child(5),
	.groupTabs .table .ttlRow .itemTtl:nth-child(6),
	.groupTabs .table .ttlRow .itemTtl:nth-child(7),
	.groupTabs .table .ttlRow .itemTtl:nth-child(8),
	.groupTabs .table .ttlRow .itemTtl:nth-child(9) {
		display: none
	}

	.groupTabs .table .ttlRow .itemTtl:nth-child(2) {
		width: calc(100% - 100px)
	}

	.groupTabs .table .wRow .item:nth-child(3),
	.groupTabs .table .wRow .item:nth-child(4),
	.groupTabs .table .wRow .item:nth-child(5),
	.groupTabs .table .wRow .item:nth-child(6),
	.groupTabs .table .wRow .item:nth-child(7),
	.groupTabs .table .wRow .item:nth-child(8),
	.groupTabs .table .wRow .item:nth-child(9) {
		display: none
	}

	.groupTabs .table .wRow .item:nth-child(2) {
		width: calc(100% - 100px);
		margin-left: 0
	}


	.GroupStanding .table .wRow .item:nth-child(2) {
		padding: 16px 0
	}

	.GroupStanding .table .wRow .team img {
		height: 26px
	}

	.GroupStanding .table .wRow .item p {
		line-height: 1.8
	}

}
