html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
/*	vertical-align: baseline;*/
	background: transparent;
    font-family: Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a {
	text-decoration-color: #10732f;
	outline-color: #10732f;
	color: #10732f;
}
p {
	margin: 0 0 5px 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
}
.to_top{
	position:fixed;top:0px;
}
.clearfix{
	clear:both;
}

.bolddiv {
	font-weight: bold;
}
/*
#169c40;
#10732f;

*/

::-webkit-scrollbar{width:5px;height:5px}
::-webkit-scrollbar-track{background:transparent}
::-webkit-scrollbar-thumb{background:#aaa;border-radius:5px}
::-webkit-scrollbar-thumb:hover{background:#555}

html {
	background-color: #EFEFEF;
}
body{
/*	background: #ececec url(../img/main-pattern.png);*/
	line-height: 1;
	color: #000;
	background-color: #fff;
	/* background-color: #eee; */
}
.invisible {
	display: none;
}
.debugg {
	background: #FFFFFF;
	position: fixed;
	z-index: 1;
	top: 0px;
	right: 0px;
	opacity: 1;
}

.debuggbtn {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 10;
}

.debuggimg {
	width: 50px;
	height: 50px;
}

.rtecenter {
	text-align: center;
}

.st-form-input {
	width: 500px;
}
.st-fullwidth {
	width: 100%;
}
.st-left {
	text-align: left;
}
.st-center {
	text-align: center;
}
.st-right {
	text-align: right;
}
.st-vtop {
	vertical-align: top;
}
.st-vcenter {
	vertical-align: middle;
}
.st-vbottom {
	vertical-align: bottom;
}

.stinfo, .stsuccess, .stwarning, .sterror {
	border: 1px solid;
	margin: 15px 0px;
	padding:15px 20px 15px 55px;
	width: 500px;	
	font: bold 12px verdana;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
	text-shadow: 2px 2px 2px #ccc;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.stinfo {
	color: #00529B;
	background: #BDE5F8 url('/img/interface/icon-info.png') no-repeat 10px center;
}
.stsuccess {
	color: #4F8A10;
	background: #DFF2BF url('/img/interface/icon-tick.png') no-repeat 10px center;
}
.stwarning {
	color: #9F6000;
	background: #FEEFB3 url('/img/interface/icon-warning.png') no-repeat 10px center;
}
.sterror {
	color: #D8000C;
	background: #FFBABA url('/img/interface/icon-cross.png') no-repeat 10px center;
}

.oldie {
	display: none;
}
.oldietable {
	width: 100%;
}
.oldietablecell {
	text-align: center;
}
.divtablecontainer {
    display: table;
}
.divtablerowcontainer {
	display: table-row;
}
.divtablecellcontainer {
    display: table-cell;
    line-height: 1.4;
}
/*
.hidePd :nth-child(n+25) {
    display: none;
}
.btnPd {
    border: 0px;
    background: #169c40;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: padding 0.5s;
    transition: padding 0.5s;
}
.btnPd:hover {
    padding: 10px 30px;

}
*/
.tablewrapper {
	display: table;
	max-width: 1200px;
	padding-bottom: 125px;

}
.tablerowwrapper {
	display: table-row;
}
.tableleftcellwrapper {
	width: 250px;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 35px;
    height: 100%;
}
.tablerightcellwrapper {
	display: table-cell;
	max-width: 950px;
	vertical-align: top;
}
.rightalign {
	text-align: right;
}
.leftalign {
	text-align: left;
}
.centeralign {
	text-align: center;
}
.dummyimg {
	width: 250px;
}


.sttable .darktr {
	background: #DDD;
	color: #000;
}
.sttable td{
	padding: 5px;
}
.sttable th{
	background: #AAA;
	padding: 10px;
	color: #000;
}
.sttable-tbody tr:nth-child(2n) {
	background: #DDD;
}

.sttable-tbody th {
	background: #AAA;
	padding: 10px;
	color: #000;
}
.sttable-tbody td {
	vertical-align: middle;
}

.sttable2 td,.sttable2 th {
	border: 1px solid #000;
	padding: 2px;
	vertical-align: middle;
}

.sttable2 thead {
	background: #169c40;
	color: #FFF;
}
.sttable2 tbody tr:nth-child(2n) {
	background: #DDD;
}



.main-logo {
	height: 180px;
	width: auto;
}

/*------------- admin block -----------*/
.adminblock {
	position: fixed;
	top: 28px;
	right: 10px;
	z-index: 1;
	background-color: rgba(255,255,255,0.8);
	font-size: 12px;
	border-radius: 10px;
	border-color: #2fac59;
	border-width: 2px;
	border-style: solid;
	padding: 10px;
	vertical-align: middle;
	text-align: left;
}
.admin-chosen-objects-elem {
	vertical-align: top;
}

.auth-link {
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	text-decoration: none;
}

.auth-link:hover {
	opacity: 0.8;
}

/*------------- turnir tables --------*/
.st-turnir-table-selector {
	margin-top: 72px;
	margin-left: 0;
	margin-right: 0;
	width: 100%;

	position: sticky;
	top: 0;
}
.st-turnir-table-selector select {
	width: 100%;
	padding: 10px 16px 10px 10px;
	border: 2px solid #2fac59;
	background: #2fac59;

	font-weight: bold;
	font-size: 14px;
	color: #fff;

	position: relative;
}

.st-turnir-table-selector select:focus-visible {
	outline: none;
}

.st-turnir-table-selector select option {
	background: #2fac59;
	color: #fff;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
}
.st-turnir-table-select, .st-turnir-table-select-option {
	width: 230px;
}
.st-turnir-table-select-option {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.st-turnir-table {
	margin-top: 20px;
}
.turnirtablewrapper {
	width: 100%;
}
.turnirtable-teams-mainwrapper {
	margin: 0 auto;
}
.turnirtable-teams-header {
	margin-bottom: 16px;

	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}
.turnirtable-teams-teamimg {
	width: 18px;
	height: 18px;
}
td:has(.turnirtable-teams-team-img) {
	width: 28px;
}
.turnirtable-teams-team-img {
	width: fit-content;
}
.turnirtable-teams-table {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-align: center;
	vertical-align: top;
	border-spacing: 0;
	border-collapse: collapse;
}
.turnirtable-teams-table tr {
}
.turnirtable-teams-table tr:first-of-type {
	border-bottom: 1px solid #BBBBBB;
}

.turnirtable-teams-table tr:first-of-type th {
	padding-top: 12px;
	padding-bottom: 12px;

	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: rgba(100, 100, 100, 0.7);
}

.turnirtable-teams-table tr th:first-of-type,
.turnirtable-teams-table tr td:first-of-type {
	padding-left: 6px;
}

.turnirtable-teams-table tr th:last-of-type,
.turnirtable-teams-table tr td:last-of-type {
	padding-right: 6px;
}

.turnirtable-teams-table th:first-of-type {
	text-align: start;
}
.turnirtable-teams-table td {
}

.turnirtable-teams-table tr td,
.turnirtable-teams-table tr td a {
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: #646464;
	text-decoration: none;
}

.turnirtable-teams-table tr td {
	line-height: 36px;
}

.turnirtable-teams-table tr:nth-child(2n+3) {
	background: #EEEEEE;
}

.turnirtable-teams-table tr:not(:first-of-type):hover {
	background: #dfdfdf;
	cursor: pointer;
}

.turnirtable-teams-row-td-wrapper {
}
.turnirtable-teams-teamnametr {
	text-align: left;
	width: 100%;
}
.turnirtable-teams-row-hide {
	display: none;
}
.turnirtable-teams-showhide-link {
	margin-top: 8px;
	box-sizing: border-box;
	width: 100%;
	height: 28px;
	padding: 8px 0;

	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: #939393;
	text-align: center;

	cursor: pointer;
	transition: 0.3s all;

	/* background-image: url(/img/interface/turnirtableshowbutton.png);
	background-position-x: 50%;
	background-position-y: 50%;
	background-repeat: no-repeat;
	color: rgb(255, 255, 255);
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 16px;
	line-height: 16px;
	margin: auto; */
}

.turnirtable-teams-showhide-link:hover {
	opacity: 0.8;
	background-color: #eee;
}

.turnirtable-teams-show-link {
display: block;
}
.turnirtable-teams-hide-link {
display: none;
}
.turnirtable-teams-team-name{
	text-align: left;
}

.st-passes-table {
	margin-top: 32px;
	width: 100%;
}
.turnirtable-passes-mainwrapper {
	margin: 0 auto;
}
.turnirtable-passes-header {
	margin-bottom: 16px;

	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}
.turnirtable-passes-teamimg {
	width: 18px;
	height: 18px;
}
.turnirtable-passes-table {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-align: center;
	vertical-align: top;
	border-spacing: 0;
	border-collapse: collapse;
}

.turnirtable-passes-table tr:first-of-type {
	border-bottom: 1px solid #BBBBBB;
}

.turnirtable-passes-table tr:first-of-type th {
	padding-top: 12px;
	padding-bottom: 12px;

	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: rgba(100, 100, 100, 0.7);
}

.turnirtable-passes-table tr th:first-of-type,
.turnirtable-passes-table tr td:first-of-type {
	padding-left: 6px;
}

.turnirtable-passes-table tr th:last-of-type,
.turnirtable-passes-table tr td:last-of-type {
	padding-right: 6px;
	text-align: end;
}

.turnirtable-passes-table th:first-of-type {
	text-align: start;
}
.turnirtable-passes-table td {
}

.turnirtable-passes-table tr td,
.turnirtable-passes-table tr td a {
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: #646464;
	text-decoration: none;
}

.turnirtable-passes-table tr td {
	line-height: 36px;
}

.turnirtable-passes-table tr:nth-child(2n+3) {
	background: #EEEEEE;
}

.turnirtable-passes-table tr:not(:first-of-type):hover {
	background: #dfdfdf;
}
/* 
.turnirtable-passes-mainwrapper {
	width: 230px;
	margin: 0 auto;
}
.turnirtable-passes-header {
	border-radius: 5px 5px 0px 0px;
	background-color: #2fac59;
	font-size: 14px;
	height: 22px;
	line-height: 22px;
	color: #FFF;
}
.turnirtable-passes-teamimg {
	width: 18px;
	height: 18px;
}
.turnirtable-passes-table {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-align: center;
	vertical-align: top;
	border-spacing: 0;
	border-collapse: collapse;
}
.turnirtable-passes-table tr {
}
.turnirtable-passes-table td {
}
.turnirtable-passes-table tr:nth-child(2n+3) {
	background: #DDD;
} */
.turnirtable-passes-row-td-wrapper {
	white-space: nowrap;
	overflow: hidden;
}
.turnirtable-passes-teamnametr {
	text-align: left;
	width: 100%;
}
.turnirtable-passes-row-hide {
	display: none;
}

.turnirtable-passes-showhide-link {
	margin-top: 8px;
	box-sizing: border-box;
	width: 100%;
	height: 28px;
	padding: 8px 0;

	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: #939393;
	text-align: center;

	cursor: pointer;
	transition: 0.3s all;
}

.turnirtable-passes-showhide-link:hover {
	opacity: 0.8;
	background-color: #eee;
}

.turnirtable-passes-show-link {
display: block;
}
.turnirtable-passes-hide-link {
display: none;
}
.turnirtable-passes-row-td-fio,.turnirtable-passes-row-td-team{
	text-align: left;
}
.turnirtable-passes-row-td-fio {
	width: 135px
}
.st-passes-table {
	text-align: center;
}

.st-passplusgoal-table {
	margin-top: 32px;
	width: 100%;
}
.turnirtable-passplusgoal-mainwrapper {
	margin: 0 auto;
}
.turnirtable-passplusgoal-header {
	margin-bottom: 16px;

	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}
.turnirtable-passplusgoal-teamimg {
	width: 18px;
	height: 18px;
}
.turnirtable-passplusgoal-table {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-align: center;
	vertical-align: top;
	border-spacing: 0;
	border-collapse: collapse;
}

.turnirtable-passplusgoal-table tr:first-of-type {
	border-bottom: 1px solid #BBBBBB;
}

.turnirtable-passplusgoal-table tr:first-of-type th {
	padding-top: 12px;
	padding-bottom: 12px;

	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: rgba(100, 100, 100, 0.7);
}

.turnirtable-passplusgoal-table tr th:first-of-type,
.turnirtable-passplusgoal-table tr td:first-of-type {
	padding-left: 6px;
}

.turnirtable-passplusgoal-table tr th:last-of-type,
.turnirtable-passplusgoal-table tr td:last-of-type {
	padding-right: 6px;
	text-align: end;
}

.turnirtable-passplusgoal-table th:first-of-type {
	text-align: start;
}
.turnirtable-passplusgoal-table td {
}


.turnirtable-passplusgoal-table tr td,
.turnirtable-passplusgoal-table tr td a {
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: #646464;
	text-decoration: none;
}

.turnirtable-passplusgoal-table tr td {
	line-height: 36px;
}

.turnirtable-passplusgoal-table tr:nth-child(2n+3) {
	background: #EEEEEE;
}

.turnirtable-passplusgoal-table tr:not(:first-of-type):hover {
	background: #dfdfdf;
}

/* .turnirtable-passplusgoal-mainwrapper {
	width: 230px;
	margin: 0 auto;
}
.turnirtable-passplusgoal-header {
	border-radius: 5px 5px 0px 0px;
	background-color: #2fac59;
	font-size: 14px;
	height: 22px;
	line-height: 22px;
	color: #FFF;
}
.turnirtable-passplusgoal-teamimg {
	width: 18px;
	height: 18px;
}
.turnirtable-passplusgoal-table {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-align: center;
	vertical-align: top;
	border-spacing: 0;
	border-collapse: collapse;
}
.turnirtable-passplusgoal-table tr {
}
.turnirtable-passplusgoal-table td {
}
.turnirtable-passplusgoal-table tr:nth-child(2n+3) {
	background: #DDD;
} */
.turnirtable-passplusgoal-row-td-wrapper {
	white-space: nowrap;
	overflow: hidden;
}
.turnirtable-passplusgoal-teamnametr {
	text-align: left;
	width: 100%;
}
.turnirtable-passplusgoal-row-hide {
	display: none;
}
.turnirtable-passplusgoal-showhide-link {
	margin-top: 8px;
	box-sizing: border-box;
	width: 100%;
	height: 28px;
	padding: 8px 0;

	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: #939393;
	text-align: center;

	cursor: pointer;
	transition: 0.3s all;
}

.turnirtable-passplusgoal-showhide-link:hover {
	opacity: 0.8;
	background-color: #eee;
}

.turnirtable-passplusgoal-show-link {
display: block;
}
.turnirtable-passplusgoal-hide-link {
display: none;
}
.turnirtable-passplusgoal-row-td-fio {
	width: 135px;
}

.turnirtable-passplusgoal-row-td-fio,.turnirtable-passplusgoal-row-td-team{
	text-align: left;
}
.st-passplusgoal-table {
	text-align: center;
}



.st-bestplayers-table {
	margin-top: 20px;

}

.turnirtable-bestplayers-mainwrapper {
	width: 230px;
	margin: 0 auto;
}
.turnirtable-bestplayers-header {
	background-color: #2fac59;
	font-size: 14px;
	height: 22px;
	line-height: 22px;
	color: #FFF;
}
.turnirtable-bestplayers-teamimg {
	width: 18px;
	height: 18px;
}
.turnirtable-bestplayers-table {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-align: center;
	vertical-align: top;
	border-spacing: 0;
	border-collapse: collapse;
}
.turnirtable-bestplayers-table tr {
}
.turnirtable-bestplayers-table td {
}
.turnirtable-bestplayers-table tr:nth-child(2n+3) {
	background: #DDD;
}
.turnirtable-bestplayers-row-td-wrapper {
	white-space: nowrap;
	overflow: hidden;
}
.turnirtable-bestplayers-teamnametr {
	text-align: left;
	width: 100%;
}
.turnirtable-bestplayers-row-hide {
	display: none;
}
.turnirtable-bestplayers-showhide-link {
	margin-top: 8px;
	box-sizing: border-box;
	width: 100%;
	height: 28px;
	padding: 8px 0;

	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: #939393;
	text-align: center;

	cursor: pointer;
	transition: 0.3s all;
}

.turnirtable-bestplayers-showhide-link:hover {
	opacity: 0.8;
	background-color: #eee;
}

.turnirtable-bestplayers-show-link {
display: block;
}
.turnirtable-bestplayers-hide-link {
display: none;
}
.turnirtable-bestplayers-row-td-fio,.turnirtable-bestplayers-row-td-team{
	text-align: left;
	width: 100%;
}
.st-bestplayers-table {
	text-align: center;
}




.st-goalmakers-table {
	margin-top: 32px;
	width: 100%;
}

.turnirtable-goalmakers-mainwrapper {
	margin: 0 auto;
}
.turnirtable-goalmakers-header {
	margin-bottom: 16px;

	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}
.turnirtable-goalmakers-teamimg {
	width: 18px;
	height: 18px;
}
.turnirtable-goalmakers-table {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-align: center;
	vertical-align: top;
	border-spacing: 0;
	border-collapse: collapse;
/* 
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-align: center;
	vertical-align: top;
	border-spacing: 0;
	border-collapse: collapse;
	word-wrap: break-word;
	table-layout: inherit; */
}

/* .turnirtable-goalmakers-table tr {
}
.turnirtable-goalmakers-table td {
}
.turnirtable-goalmakers-table tr:nth-child(2n+3) {
	background: #DDD;
} */
.turnirtable-goalmakers-table tr {
}
.turnirtable-goalmakers-table tr:first-of-type {
	border-bottom: 1px solid #BBBBBB;
}

.turnirtable-goalmakers-table tr:first-of-type th {
	padding-top: 12px;
	padding-bottom: 12px;

	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: rgba(100, 100, 100, 0.7);
}

.turnirtable-goalmakers-table tr th:first-of-type,
.turnirtable-goalmakers-table tr td:first-of-type {
	padding-left: 6px;
}

.turnirtable-goalmakers-table tr th:last-of-type,
.turnirtable-goalmakers-table tr td:last-of-type {
	padding-right: 6px;
	text-align: end;
}

.turnirtable-goalmakers-table th:first-of-type {
	text-align: start;
}
.turnirtable-goalmakers-table td {
}


.turnirtable-goalmakers-table tr td,
.turnirtable-goalmakers-table tr td a {
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: #646464;
	text-decoration: none;
}
.turnirtable-goalmakers-table tr td {
	line-height: 36px;
}

.turnirtable-goalmakers-table tr:nth-child(2n+3) {
	background: #EEEEEE;
}
.turnirtable-goalmakers-table tr:not(:first-of-type):hover {
	background: #dfdfdf;
}


.turnirtable-goalmakers-row-td-wrapper {
    white-space: nowrap;
	overflow: hidden;
}
.turnirtable-goalmakers-teamnametr {
	text-align: left;
	width: 100%;
}
.turnirtable-goalmakers-row-hide {
	display: none;
}
.turnirtable-goalmakers-showhide-link {
	margin-top: 8px;
	box-sizing: border-box;
	width: 100%;
	height: 28px;
	padding: 8px 0;

	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: #939393;
	text-align: center;

	cursor: pointer;
	transition: 0.3s all;
}

.turnirtable-goalmakers-showhide-link:hover {
	opacity: 0.8;
	background-color: #eee;
}


.turnirtable-goalmakers-show-link {
display: block;
}
.turnirtable-goalmakers-hide-link {
display: none;
}
.turnirtable-goalmakers-row-td-fio{
	text-align: left;
	width: 135px;
	word-wrap: break-word;
}
.turnirtable-goalmakers-row-td-team {
	text-align: left;
	word-wrap: break-word;
}

.st-last-comments-table {
	margin-top: 20px;
	padding:10px 0 10px 0;
}

.turnirtable-comments-mainwrapper {
	width: 230px;
	margin: 0 auto;
}
.turnirtable-comments-header {
	background-color: #2fac59;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	color: #FFF;
}
.turnirtable-comments-table {
	table-layout: fixed;
	width: 230px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-align: center;
	vertical-align: top;
	border-spacing: 0;
	border-collapse: collapse;
}
.turnirtable-comments-table tr:nth-child(2n+3) {
	background: #DDD;
}
.turnirtable-comments-row-td-wrapper {
	text-align: left;
	/*white-space: nowrap;
	overflow: hidden;*/
}
.turnirtable-comments-row-hide {
	display: none;
}
.turnirtable-comments-showhide-link {
background-image: url(/img/interface/turnirtableshowbutton.png);
background-position-x: 50%;
background-position-y: 50%;
background-repeat: no-repeat;
color: rgb(255, 255, 255);
cursor: pointer;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
height: 16px;
line-height: 16px;
margin: auto;
}

#turnirtable-comments-show-link {
display: block;
}
#turnirtable-comments-hide-link {
display: none;
}


.st-curnext-match {
}

.turnirtable-lastnextmatch-mainwrapper {

}
.lastnextmatch-team-img {
	width: 70px;
	height: 70px;
}
.lastnextmatch-table {
	width: 100%;
	text-align: center;
}
.lastnextmatch-complexscore-wrapper {
	vertical-align: middle;
}
#lastnextmatch-complexscore {
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;

	font-size: 10px;
	line-height: 14px;
 	color: #868686;
}
.lastmatchcontainer, .nextmatchcontainer {
	display: flex;
	flex-direction: column;
	gap: 12px;
	align-items: center;
	padding: 0 20px;
}
.lastmatchcell,.nextmatchcell {
	padding-top: 10px;
	padding-bottom: 10px;
  padding-right: 1%;
	padding-left: 1%;

	font-size: 12px;
	font-weight: bold;

	cursor: pointer;
}
.lastnextmatch-teamcontainer {
	width: 64px;

	vertical-align: middle;
	
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	color: #646464;
}
.lastnexmatch-place,
.lastnextmatch-date {
	max-width: 200px;

	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	text-align: center;

	color: #646464;
}

.lastnextmatch-date {
	max-width: 100%;
}

.lastnexmatch-place {
	margin: 0 auto;
	min-height: 32px;
} 

.lastnextmatch-matchdesc {
	font-size: 11px;
	line-height: 13px;
}
.lastnextmatch-scorecontainer {
	vertical-align: middle;
	text-align: center;

	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 40px;
	color: #000000;
}

.lastnextmatchselector {
	margin-bottom: 26px;
	widtH: 100%;
}

/* SOCIALBAR ------------------------------------------------------------*/
#social-bar {
	position: fixed;
	left: -5px;
	top: 40px;
}

/* QUESTION ------------------------------------------------------------*/
.question-container{
	font-size: 14px;
	line-height: 17px;
	text-align: justify;
	width: 730px;
	margin: 0 10px 0 10px;
}
.question-header {
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
}
.question-label {
	font-weight: bold;
	margin-top: 10px;
}
.question-required {
	color: #F00;
}

#question-phone,#question-email,#question-fio,#question-textarea {
	width: 500px;
}
#question-textarea {
	height: 200px;
}

/* FUNS ------------------------------------------------------------*/
.fun-container{
	font-size: 14px;
	line-height: 17px;
	text-align: justify;
	width: 730px;
	margin: 0 10px 0 10px;
}
.fun-header {
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
}
.fun-label {
	font-weight: bold;
	margin-top: 10px;
}
.fun-required {
	color: #F00;
}

#fun-phone,#fun-email,#fun-fio,#fun-textarea {
	width: 500px;
}
#fun-textarea {
	height: 200px;
}

/* PARTNERS ------------------------------------------------------------*/
.partnerlistcontainer{
	width: 100%;
	margin: 10px auto;
}
.partnerlist-partner-container {
	width: 100%;
}
.partnertypename_plate {
	background-color: #2fac59;
	color: #FFF;
	padding: 5px;
	text-align: center;
	font-weight: bold;
}
.partnerlist-img-container {
	padding: 10px;
	border-color: #2fac59;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	width: 90px;
}
.partnerlist-info-container {
	padding: 10px;
	border-color: #2fac59;
	border-style: solid;
	border-width: 0 1px 1px 0;
	vertical-align: top;
	font-size: 12px;
}
.partnerlist-img {
	width: 90px;
}
.partnerlist-partnername {
	font-weight: bold;
	padding: 3px;
}
.partnerlist-shortdesc {
}
.partnerinfo-header {
	font-size: 20px;
	font-weight: bold;
	padding: 15px;
	text-align: center;
}

.partnerinfo-img {
	float: left;
	padding: 0 10px 10px 0;
}
.partnerinfo-desc {
	margin: 0 10px 0 10px;
}
/* NAVIGATION ------------------------------------------------------------*/


nav{

	float: left;
	line-height: 50px;
}

nav a{
	text-decoration: none;
	color: #fff;
}
/*
#nav{
	margin-top: 97px;
}
*/
/*
#nav > li:nth-child(2) > a:after {
    color: #fff;
    content: "Доступны!";
    top: 2px;
    right: 2px;
    background: tomato;
    position: absolute;
    height: 14px;
    line-height: 14px;
    border-radius: 5px 5px 5px 0px;
    font-size: 11px;
    padding: 0px 3px;
}
*/

/*
#nav > li:nth-child(3) a{
	padding-left: 40px;
}


#nav > li:nth-child(3) > a:after {
    color: #fff;
    content: "";
	background: url('http://fc-stalitsa.by/tickets/img/cardSmall.png');
	position: absolute;
	left: 4px;
	top: 15px;
	height: 20px;
	width: 32px;
}
*/

/* 
#nav > li:nth-child(10) a{
	padding-left: 49px;
}


#nav > li:nth-child(10) > a:before {
    color: #fff;
    content: "";
	background: url('http://fc-stalitsa.by/img/static/blackback.png');
	position: absolute;
	left: 4px;
	top: 5px;
	height: 39px;
	width: 39px;
}

#nav > li:nth-child(10) > a:after {
    color: #fff;
    content: "Новая услуга!";
    top: 2px;
    right: 2px;
    background: #333;
    position: absolute;
    height: 14px;
    line-height: 14px;
    border-radius: 5px 5px 5px 0px;
    font-size: 11px;
    padding: 0px 3px;
} */

#nav li{
	display: inline;
	font-size: 16px;

}

#nav>li>a{
	display: block;
	overflow: hidden;
	padding: 0px 7px 0px 7px;
	font-size: 15px;
	color: #f5f5f5;
	background: #169c40;
	

	
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
}

#nav>li>a:hover,
#nav>li.current-menu-item>a,
#nav>li.current_page_item>a{
	background: #10732f;
	/*background: rgba(0,0,0,.2);*/

}

#nav>li.current-menu-item>a,
#nav>li.current_page_item>a{
	color: #ffffff;
}

#nav>li>a>.subheader{
	color: #717171;
	display: block;
	font-size: 11px;
	margin-top: -8px;
}

#nav .sf-sub-indicator{
	float: right;
}

#nav>li>a>.sf-sub-indicator{
	display: none;
}

/* sub navigation -----------------------------------------------------*/

#nav>li ul{
	display: block;
	margin-top: 20px;
	background: #10732f;
}


#nav>li ul li a{
	padding: 0px 15px;
	display: block;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
}

#nav>li ul li a span{
	display: block;
}

#nav>li ul li a:hover{
	background: #000;
	color: #fff;
}


/* MOBILE NAVIGATION ------------------------------------------------*/
#mobile-nav-holder{
    z-index: 9999;
    width: 100%;
    background: #009933;
    height: 40px;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    font-size: 16px!important;
}

#mobile-nav{
    position: fixed;
    top: 39px;
    left: 0px;
    right: 0px;
    display: none;
    background: #009933;
    background: #009933ef;
    z-index: 9999;
    max-height: 90vh;
    overflow-y: scroll;
    border-radius: 0px 0px 20px 20px;
}

#mobile-nav-holder a{
	display: block;
	padding: 0px 0px;
	text-decoration: none;
	color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;

	
	-webkit-transition: all  0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#mobile-nav-holder li a{
    border-bottom: 1px solid #047a2b;
    margin-left: 10px;
    margin-right: 10px;
}

#mobile-nav-holder li:last-child a,
#mobile-nav-holder li > ul a{
	border: none;
}

#mobile-nav-holder li > ul a{
	color: #fff;
	margin-left: 30px;
}

#nav-open a{
    position: fixed;
    left: 80px;
    top: 0px;
}

#nav-open-2 a{
    position: fixed;
    left: 135px;
    top: 0px;
}

#nav-open-3 a{
    position: fixed;
    left: 230px;
    top: 0px;
}

#nav-open-4 a{
    position: fixed;
    left: 5px;
    top: 0px;
}

#nav-logo {
    position: fixed;
    right: 0;
    top: 5px;
    z-index: 99999;
}
#nav-logo img {
    width: 55px;
}

/* SNACKBAR  --------------------------------------------------------*/


.snackbar {
	background-color: #323232;
	color: #FFFFFF;
	font-size: 14px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	height: 0;
	-moz-transition: -moz-transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0 linear 0.2s, padding 0 linear 0.2s, height 0 linear 0.2s;
	-webkit-transition: -webkit-transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0 linear 0.2s, padding 0 linear 0.2s, height 0 linear 0.2s;
	transition: transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0 linear 0.2s, padding 0 linear 0.2s, height 0 linear 0.2s;
	-moz-transform: translateY(200%);
	-webkit-transform: translateY(200%);
	transform: translateY(200%);
	overflow: hidden;
	clear: both;
	min-width: 288px;
	max-width: 568px;
	cursor: pointer;
	opacity: 0;
  border-radius: 200px;
}
.snackbar.snackbar-opened {
	padding: 14px 15px;
	margin-bottom: 20px;
	height: auto;
	-moz-transition: -moz-transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0 linear 0.2s;
	-webkit-transition: -webkit-transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0 linear 0.2s;
	transition: transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0 linear 0.2s, height 0 linear 0.2s;
	-moz-transform: none;
	-webkit-transform: none;
	transform: none;
	opacity: 0
}

.snackbar.greentoast {
	background-color: #169c40;
}

.snackbar.redtoast {
	background-color: #ff0000;
}

#snackbar-container {
    position: fixed;
    right: 20px;
    top: 50px;
    z-index: 99999
}

@media (max-width: 767px) {
    #snackbar-container {
        left:0!important;
        right: 0;
        width: 100%
    }

    #snackbar-container .snackbar {
        min-width: 100%
    }

    #snackbar-container [class="snackbar snackbar-opened"] ~ .snackbar.toast {
        margin-top: 20px
    }

    #snackbar-container [class="snackbar snackbar-opened"] {
        border-radius: 0;
        margin-bottom: 0
    }

}

/*-----------------MAIN HEADER----------------------*/

@keyframes wave {
  0% {
    background-position: 0% 0%;
		background-size: 110% 100%;
  }
  50% {
    background-position: 50% 0%;
		background-size: 120% 110%;
  }
  100% {
    background-position: 0% 0%;
		background-size: 110% 100%;
  }
}

.main-header-wrapper {
}

.main-header {
	margin-bottom: 84px;
	height: 160px;

  background: linear-gradient(60deg, #1C9A3C -5.68%, #000000 -1.29%, #000000 18.48%, #1C9A3C 18.49%, #1C9A3C 32.77%, #000000 32.78%, #000000 48.7%, #1C9A3C 48.71%, #1C9A3C 70.14%, #000000 104.21%);
  background-size: 110% 100%;
  animation: wave 30s infinite ease-in-out;

	display: flex;
	flex-direction: column;
}

.main-header-contacts-wrapper {
	box-sizing: border-box;
	padding: 8px 20px;
	width: 100%;
	height: 32px;
	background: rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(10px);
}

.main-header-contacts {
	margin: 0 auto;
	max-width: 1260px;

	display: flex;
	align-items: center;
	justify-content: space-between;
}

.main-header-contacts-list {
	display: flex;
	align-items: center;
	gap: 20px;
}

.main-header-contact-link {
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	text-decoration: none;

	transition: 0.3s ease opacity;
}

.main-header-contact-link:hover {
	opacity: 0.8;
}

.main-header-menu {
	box-sizing: border-box;
	height:100%;
	width:100%;
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1300px;

	display: flex;
	justify-content: space-between;
	align-items: center;
}

.main-header-menu #logo {
	width: 180px;
	height: 100%;
	position: relative;

	display: flex;
	justify-content: center;
}

.main-header-menu #logo:hover {
	opacity: 1;
}

.main-header-menu #logoimg {
	position: absolute;
	top: -16px;

	filter: drop-shadow(0px 4px 58.8px rgba(0, 0, 0, 0.25));
}

.main-header-nav {
	height: 100%;
	flex: 1;
}

#live {
	position: relative;
}

#live::after {
	content: '';
	height: 7px;
	width: 7px;
	border-radius: 50%;
	background-color: red;
	
	position: absolute;
	right: -10px;
	top: -2px;
}

.main-header-nav-list {
	height: 100%;
	display: flex;
	align-items: center;
	gap: 20px;

	position: relative;
}

.main-header-nav:last-of-type .main-header-nav-list {
	justify-content: flex-end;
}

.main-header-nav-list > li {
	display: flex;
	align-items: center;
	justify-content: center;
}

.main-header-nav-list > li > ul {
	min-width: 212px;
	padding: 0;
	padding-bottom: 20px;
	border-radius: 20px;

	background: rgba(255, 255, 255, 0.65);
	box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.15);
	backdrop-filter: blur(30px);
}

.main-header-nav-list > li:hover > ul {
	top: 20px !important;
}
.main-header-nav-list > li.sfHover > ul {
	top: 20px !important;
}

.main-header-nav-list > li > ul li {
	box-sizing: border-box;
	height: 56px;
	border-bottom: 1px solid rgba(187, 187, 187, 0.5);

	transition: 0.3s all;
}

.main-header-nav-list > li > ul li:first-of-type {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.main-header-nav-list > li > ul li:hover {
	background-color: #fff;
}

.main-header-nav-list > li > ul a {
	height: 100%;
	padding: 20px 12px;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
}


.main-header-nav-list > li:has(:nth-child(2)) {
	padding-right: 8px;
}

.main-header-nav-list > li:has(:nth-child(2))::before {
	content: "";
  border-top: 4px solid #fff;
	border-left: 4px solid transparent;
  border-right: 4px solid transparent;
	
	position: absolute;
	right: -4px;
}

.main-header-nav-list > li.main-header-active-link::after {
	content: "";
  border-left: 15px solid transparent;
  border-right: 15px solid transparent; 
  border-bottom: 15px solid #fff;

	position: absolute;
	bottom: -56px;
}

.main-header-nav-list > li > a {
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 18px;
}

/*-----------------MAIN MAIN----------------------*/
.main-main {
	box-sizing: border-box;
	margin: 0 auto;
	margin-bottom: 124px;
	padding: 0 20px;
	max-width: 1300px;
}

.main-first-info {
	display: flex;
	gap: 32px;
}

.main-banner-image {
	width: 100%;
	object-fit: cover;
}

.main-aside {
	box-sizing: border-box;
	width: 300px;	

	display: flex;
	flex-direction: column;
	align-items: center;

	flex-shrink: 0;
}

.main-aside-match {
	width: 100%;
}

.main-content {
	width: 100%;
	min-width: 0;
}

.aside-scoreboard-buttons {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	text-align: center;
}

.maincontainer {
    max-width: 1250px;
		margin: 0px auto 0px auto;
		display: table;
    background-color: #fff;
    padding-top: 0px;
}

.st-logo {
	text-align: center;
}

.st-curnext-match {
	width: 100%;
	text-align: center;
}

.st-turnir-table {
	width: 100%;
	text-align: center;
}

.st-goalmakers-table {
	text-align: center;
}

.st-last-comments-table {
	text-align: center;
}

.st-poll-container {
	text-align: center;
}

.header-block {
	background-color: #F00;
	height: 30px;
}

.toplinkswrapper {
    width: 100%;
    overflow: hidden;
	
}

.toplinksdiv a{

 text-decoration: none;
}
.toplinksdiv a:hover{
text-decoration: underline;
   }
.toplinkscell {

	color: #777;
	padding: 5px;
    font-size: 14px;
    line-height: 30px;
}

.toplinksdiv a:hover {

}
.toplink img {

}
.toplink-span {

}
.toplink-img {
  
}
.width100 {
	width: 100%;
}


.menucontainer {
	background-color: #169c40;
	height: 50px;
    width: 100%;
}


#logo{
	margin: 0 auto 0 auto;
}

#logo:hover{
	opacity: 0.8;
}
.livebutton {
	background-color: #09F;
	float: right;
}
.topadvdiv {
height: 320px;
}

.topadvimg{
    margin-top: 12px;
    width: 100%;

}

#content {
	margin-top: 36px;
	width: 100%;
}

#sponsorswrapper {
	margin: 0 auto; 
	width: 1000px;
	height: 75px;
	display: block;
}
#sponsorscontainer {
	margin: 0 auto 0 auto;
	height: 71px;
	display: block;
}
.sponsor-image-sticker {
	height: 71px;
}
.floatingsponsorscontainer {
	position: fixed;
	bottom: 10px;
	opacity: 0.8;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.floatingsponsorscontainer:hover {
	opacity: 1;
}

.bottomblock {
	position: relative;
	bottom: 0;
	display: block;
	height: 20px;
	width: 1000px;
	background-color: rgba(0,0,0,0);
	
}

/*--------------GALERY -----------*/

.gal-shortcut-image {
	width: 138px;
}
.galery-main-container {
	padding: 5px;
	text-align: center;
}

.galery-header {
	text-align: center;
	font-size: 20px;
	margin-bottom: 8px;
}

ul.rig {
	list-style: none;
	font-size: 0px;
	margin-left: -2.5%; /* should match li left margin */
}
ul.rig li {
	display: inline-block;
	padding: 10px;
	margin: 0 0 2.5% 2.5%;
	background: #fff;
	border: 1px solid #ddd;
	font-size: 16px;
	font-size: 1rem;
	vertical-align: top;
	box-shadow: 0 0 5px #ddd;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
ul.rig li img {
	max-width: 100%;
	height: auto;
	margin: 0 0 10px;
}
ul.rig li h3 {
	margin: 0 0 5px;
}
ul.rig li p {
	font-size: .9em;
	line-height: 1.5em;
	color: #999;
	height: 3em;
	overflow: hidden;
}
/* class for 2 columns */
ul.rig.columns-2 li {
	width: 47.5%; /* this value + 2.5 should = 50% */
}
/* class for 3 columns */
ul.rig.columns-3 li {
	width: 30.83%; /* this value + 2.5 should = 33% */
}
/* class for 4 columns */
ul.rig.columns-4 li {
	width: 22.5%; /* this value + 2.5 should = 25% */
}
.galery-link:hover img {
	-moz-transform: scale(1.15);
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}
.galery-link img {
	max-width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}




/*	NEWS ------------------	*/
.main-content-wrapper {
	display: flex;
	gap: 68px;
}

.news-wrapper {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

#newsdata {
	display: flex;
	flex-direction: column;
	gap: 56px;
}

.side-banner-wrapper {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.news-item-wrapper {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.news-item-unbuplished {
	background-color: rgba(255,0,0,0.1);
}

.news-item-content {
	display: flex;
	gap: 28px;
}

.news-item-img-link {
	width: 160px;
	height: 160px;
	border-radius: 4px;

	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	
	overflow: hidden;
	-webkit-transition: border-radius 0.5s;
	transition: border-radius 0.5s;
}

.news-item-title-link {
	font-size: 22px;
	font-weight: 600;
	line-height: 28px;
	color: #030303;
	text-decoration: none;

	transition: 0.3s text-decoration;
}
	
.news-item-title-link:hover {
	text-decoration: underline;
}

.news-item-info {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.news-item-description {
	font-size: 14px;
	line-height: 20px;
	color: #555;
	text-decoration: none;
	text-align: justify;
}

.news-item-additional-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.news-item-tags-wrapper {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.news-item-tag {
	display: block;
	background: #EFEFEF;
	border-radius: 8px;
	padding: 2px 8px;
	
	font-size: 12px;
	line-height: 18px;
	color: #717171;
	text-decoration: none;

	transition: 0.3s all;
}

.news-item-tag:hover {
	color: #000;
	border-color: #000;
}

.news-item-publication-date {
	font-size: 12px;
	line-height: 16px;
	color: #777;
}

.news-item-admin {
	display: flex;
	justify-content: space-between;
}



#newsloadingimg {
	display: none;
}
#newsloadingdetector {
	border: 0px;
	background: #169c40;
	padding: 10px 20px;
	border-radius: 5px;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
}
#showallnews {
	border: 0px;
	background: #169c40;
	padding: 10px 20px;
	border-radius: 5px;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
}

.scoreboard {
	margin-top: 36px;
	margin-bottom: 32px;	
	display: flex;
	flex-direction: column;
	gap: 0;
}

.scoreboard-tabs {
	display: flex;
	justify-content: flex-start;
	gap: 0;

	overflow-x: auto;

	-ms-overflow-style: none; 
	scrollbar-width: none;
}

.scoreboard-tabs::-webkit-scrollbar {
	display: none;
}

.scoreboard-tab {
	padding: 12px 20px;

	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 17px;
	color: #838383;

	cursor: pointer;
}

.scoreboard-tab-active {
	background: #EEEEEE;
	border-radius: 4px 4px 0px 0px;

	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 17px;
	color: #000000;
}

.scoreboard-content-wrapper {
	/* TODO: remove */
	/* width: 950px;	 */
	background: linear-gradient(180deg, #EEEEEE 0%, #FFFFFF 100%);
	
	display: flex;
	justify-content: center;	
}

.scoreboard-content {
	display: flex;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	gap: 2px;
}

.scoreboard-card {
	width: 320px;
	box-sizing: border-box;
	padding: 28px 20px;
	border-right: 2px solid #fff;

	display: flex;
	flex-direction: column;
	scroll-snap-align: start;
	flex-shrink: 0;
}

.scoreboard-card:last-of-type {
	border-right: none;
}

.aside-scoreboard-card {
	width: 100%;
	background-color: #fff;
}

.scoreboard-card-date,
.scoreboard-card-place {
	text-align: center;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	color: #868686;
}

.scoreboard-card-place {
	margin: 0 auto;
	margin-top: 12px;
	max-width: 200px;
	flex: 1;
	text-align: center;
}

.scoreboard-card-info {
	margin-top: 6px;

	flex: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.scoreboard-card-team-wrapper {
	width: 80px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	flex-basis: 30%;
}

.scoreboard-card-team-image {
	width: 60px;
	height: 60px;
}

.scoreboard-card-team-name {
	text-align: center;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	color: #868686;
}

.scoreboard-card-score {
	position: relative;

	text-wrap: nowrap;
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 39px;
	color: #000000;
}

.scoreboard-card-score-caption {
	position: absolute;
	width: 100%;

	display: flex;
	align-items: center;
	justify-content: center;

	font-size: 10px;
	line-height: 14px;
 	color: #868686;
}

.scoreboard-card-score-caption-1 {
	bottom: -14px;
}

.scoreboard-card-score-caption-2 {
	bottom: -28px;
}

.scoreboard-card-button {
	box-sizing: border-box;
	margin: 0 auto;
	margin-top: 12px;
	width: fit-content;
	padding: 6px 20px;
	border: 1px solid #D3D3D3;
	border-radius: 4px;

	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 15px;
	color: #717171;
	text-decoration: none;
	text-transform: uppercase;

	transition: 0.3s all;
}

.scoreboard-card-button:hover {
	background-color: #f0f0f0; /* Light grey background */
	border-color: #a9a9a9; /* Darker grey border */
	color: #000000; 
}

.scoreboard-card-button-active {
	border: 1px solid #FF0000;
	color: #000;
}

.scoreboard-card-button-done {
	border: 1px solid #2fac59;
	color: #000;
}

.scoreboard-content-invisible {
	display: none;
}
	
.tourtablocontainer {
/*	height: 120px;*/
	padding: 0 20px 0 20px;
	border-right: solid;
	border-right-width: 2px;
	border-right-color: #707070;
}
.tourtablo-table {
	width: 230px;
}
.tourtablo-teamcontainer {
	font-size: 12px;
	line-height: 17px;
	vertical-align: middle;
	width: 64px;
	text-align: center;
}
.tourtablo-team-img {
	width: 70px;
	height: 70px;
	border: 0;
	display: block;
}
.tourtablo-scorecontainer {
	font-size: 28px;
	line-height: 50px;
	vertical-align: middle;
	text-align: center;
}
.tourtablo-complexscore {
	font-size: 11px;
	vertical-align: middle;
	text-align: center;
	line-height: 15px;
	white-space: nowrap;
}
.tourtablo-matchdesc {
	font-size: 11px;
	line-height: 15px;
	display: inline;
	float: left;
	margin-top: 5px;
}
.tourtablo-matchdesc p {
	margin: 0;
}
.tourtablo-matchdesc-state {
	background-color: #c2c2c2;
}
.tourtablo-scroller-ul {
	list-style: none;
	overflow: auto;
	display: flex;
	scroll-snap-type: x mandatory;
	padding-bottom: 12px;
}

.tourtablo-li-container {
	scroll-snap-align: start;
	list-style: none;
	float: left;
	display: inline;
}
.tourtablo-li-container:last-of-type .tourtablocontainer {
	border: none;
}

.live-match-btn-container {
	display: inline-block;
	float: right;
	vertical-align: middle;
	height: 30px;
}
.tourtablo-matchinfo {
	height: 31px;
}


.tourtablo {
	margin-bottom: 5px;
	background-color: green;
	padding: 5px;
	max-height: 220px;
}
.tourtablo .ui-tabs-panel.ui-widget-content {
	display: flex;
	justify-content: center;
}
.tourtablo-elem {
/*	display: inline-block;
	text-align: center;*/
	border-radius: 25px;
	border: 2px solid #10732f;
	padding: 20px;
	margin: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.tourtablo-elem-wrapper {
	margin: 0px auto;
}
.tourtablo-elem-teamicon{
	height: 16px;
}
.tourtablo-elem-containeer {
/*	opacity: 0;*/
/*	overflow-x: scroll;*/
	max-width: 866px;
/*	white-space: nowrap;*/
/*	padding: 20px;*/
	white-space: nowrap;
	overflow: hidden;
}
.tourtablo-live-match-btn {
	display: inline;
	float: right;
	padding: 5px 10px 5px 10px;
	border-radius: 5px;
	margin: 7px 0px 0px 0px;
	background: red;
	color: #fff;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.tourtablo-live-match-btn:hover {
	padding: 7px 10px 7px 10px;
	margin: 5px 0px 0px 0px;
}




.news-full-container {

	margin: 0px 20px 5px 10px;
}
.news-full-container img {
    max-width: 100%;
    width: auto\9;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
    border-radius: 5px;
}
.sidebannerimg {
	width: 200px;
    height: auto;
    transition: transform 1s;
}
.sidebannerimg:hover {
    transform: scale(1.15);
}
.newsshortlist{
	padding-right: 68px;
	vertical-align: top;
	max-width: 720px;
	overflow: hidden;
}
.news-short {
	clear: left;
	margin-top: 10px;
}

.news-short-unbuplished {
	background-color: rgba(255,0,0,0.1);
	clear: left;
	margin-top: 10px;
}

.news-short-img-small {
	width: 160px;
	height: 160px;

	-webkit-transition: border-radius 0.5s;
	transition: border-radius 0.5s;
}

.news-short-img-small:hover {
	border-radius: 50%;
}

.news-short-img {
	float: left;
  margin: 0 28px 10px 0;
}

.news-short-caption {
	font-size: 22px;
	font-weight: bold;
	line-height: 27px;
	color: #030303;
    text-decoration: none;
    margin-bottom: 10px;
}

.news-short-caption-link {
	color: #030303;
	text-decoration: none;
}

.news-short-caption-link:hover {
	color: #030303;
	text-decoration: underline;
}

.news-short-tag {
	display: block;
	background: #EFEFEF;
	border-radius: 8px;
	padding: 2px 8px;
	
	font-size: 12px;
	line-height: 18px;
	color: #717171;
	text-decoration: none;

	transition: 0.3s all;
}

.news-short-tag:hover {
    color: #000;
    border-color: #000;
}

.news-short-tagsarea {
	margin-top: 12px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}


.news-short-bodytext {
	margin-right: 20px;
	font-size: 14px;
	line-height: 20px;
	color: #555;
	text-decoration: none;
	text-align: justify;
}



.news-short-publishdate {
	margin-top: 12px;
  display: block!important;
	float: right;
	font-size: 12px;
	line-height: 15px;

	color: #777;
	margin-right: 15px;
}

.news-short-admin {
	float: right;
}

.news-full-caption {
	margin: 20px 0 20px 0;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	color: #030303;
	text-decoration: none;
}

.news-full-textbody {
	font-size: 14px;
	line-height: 20px;
	color: #030303;
	text-decoration: none;
}

.news-full-smallimage {
	float: left;
	margin: 0 20px 20px 0;
}

.news-full-bigimage {
	width: 100%;
}
.news-full-bigimg {
	width: 100%;
    margin-bottom: 10px;
}

.news-full-tagsarea {
	margin-left: 10px;
}

.news-full-tag {
	color: #555;
	display: inline-block;
	height: 18px;
	font-size: 12px;
	border-left: 3px solid #2fac59;

	padding: 0 5px;
	line-height: 18px;
	margin: 5px 5px 5px 0px;
    background: #f1f9f4;
    text-decoration: none;
}

.news-full-tag:hover {
	text-decoration: underline;
}


.newsmainheader {
	margin: 20px 0 20px 0;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	color: #030303;
	text-decoration: none;
}

hr {border: 1px solid #ddd;}

/* BIRTHDAY */
.main-birthday-section {
	margin-top: 80px;
	display: flex;
	flex-direction: column;
}

.main-birthday-title {
	margin-bottom: 28px;
	
	text-align: center;
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	color: #000000;
}

.main-birthday-tabs-wrapper {
	display: flex;

	overflow-x: auto;

	-ms-overflow-style: none; 
	scrollbar-width: none;
}

.main-birthday-tabs-wrapper::-webkit-scrollbar {
	display: none;
}

.main-birthday-tab {
	padding: 12px 30px;
	width: fit-content;

	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
	color: #838383;

	cursor: pointer;
}

.main-birthday-tab-active {
	border-radius: 4px 4px 0px 0px;
	background: #EEEEEE;
	color: #000000;
}

.main-birthday-wrapper {
	padding: 36px 0;
	background: linear-gradient(180deg, #EEEEEE 0%, #FFFFFF 100%);

	display: flex;

	overflow-x: auto;
	scroll-snap-type: x mandatory;
}

.main-birthday-card-wrapper {
	display: flex;
	justify-content: center;
	flex-basis: 20%;
	flex-shrink: 0;

	scroll-snap-align: start;
}

.main-birthday-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;

	text-align: center;
	cursor: pointer;
}

.main-birthday-card-image-wrapper {
	width: 140px;
	height: 140px;
	border-radius: 50%;
	overflow: hidden;

	transition: 0.5s all;
}

.main-birthday-card:hover .main-birthday-card-image-wrapper {
	transform: scale(1.1);
}

.main-birthday-card-image {
	width: 100%;
}

.main-birthday-card-date {
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;

	color: #2FAC59;
}

.main-birthday-card-name {
	max-width: 180px;

	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;

	color: #000000;
}

.main-birthday-card-position {
	display: flex;
	flex-direction: row-reverse;
	gap: 4px;

	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;

	color: #000000;
}

.main-birthday-card-team-logo {
	width: 16px;
	height: 16px;
}

/* STALITSA TV */

.main-video-section {
	margin-top: 80px;
}

.main-video-header {
	margin-bottom: 28px;

	text-align: center;
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	color: #000000;
}

.main-video-wrapper {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	column-gap: 16px;
	row-gap: 32px;
}

.main-video-card {
	border-radius: 12px;

	display: flex;
	flex-direction: column;
	gap: 12px;

	cursor: pointer;
	transition: 0.3s background-color;
}

.main-video-card:hover {
	background-color: #eee;
}

.main-video-preview {
	width: 100%;
	border-radius: 12px;
} 

.main-video-info {
	padding: 0 12px 12px 12px;	

	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.main-video-title {
	flex: 1;

	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
	text-align: start;
	color: #000;
}

.main-video-published-at {
	font-size: 14px;
	line-height: 20px;
	color: rgb(96, 96, 96);
}

/*	SWIPER
	------------------	*/

.swiper-container {
	width: 720px;
	height: 300px;
	margin: 20px auto;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	width: 60%;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
/*
    .swiper-slide:nth-child(2n) {
        width: 40%;
    }
    .swiper-slide:nth-child(3n) {
        width: 20%;
    }
*/





/*	USER
	------------------	*/
.userinfo {
	width: 730px;
	margin: 10px;
}
#useravatar {
	height: 128px;
}

@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500);
#login-box *:focus {
  outline: none;
}
/*
body {
  margin: 0;
  padding: 0;
  background: #DDD;
  font-size: 16px;
  color: #222;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
*/
#login-box {
  position: relative;
  margin: 5% auto;
  width: 700px;
  height: 400px;
  background: #FFF;
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.login-box-left {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding: 40px;
  width: 350px;
  height: 400px;
}

#login-box h1 {
  margin: 0 0 20px 0;
  font-weight: 300;
  font-size: 28px;
}

#login-box input[type="text"],
#login-box input[type="password"] {
  display: block;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 4px;
  width: 270px;
  height: 32px;
  border: none;
  border-bottom: 1px solid #AAA;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 15px;
  transition: 0.2s ease;
}

#login-box input[type="text"]:focus,
#login-box input[type="password"]:focus {
  border-bottom: 2px solid #169c40;
  color: #169c40;
  transition: 0.2s ease;
}

#login-box input[type="submit"] {
  margin-top: 28px;
  width: 120px;
  height: 32px;
  background: #169c40;
  border: none;
  border-radius: 2px;
  color: #FFF;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  transition: 0.1s ease;
  cursor: pointer;
}

#login-box input[type="submit"]:hover,
#login-box input[type="submit"]:focus {
  opacity: 0.8;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  transition: 0.1s ease;
}

#login-box input[type="submit"]:active {
  opacity: 1;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  transition: 0.1s ease;
}

#login-box .or {
  position: absolute;
  top: 180px;
  left: 330px;
  width: 40px;
  height: 40px;
  background: #DDD;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  line-height: 40px;
  text-align: center;
}

#login-box .right {
  position: absolute;
  top: 0;
  right: 0;
  box-sizing: border-box;
  padding: 40px;
  width: 350px;
  height: 400px;
  background: url('/img/interface/signin-logo.png');
  background-size: cover;
  background-position: center;
  border-radius: 0 2px 2px 0;
}

#login-box .right .loginwith {
  display: block;
  margin-bottom: 40px;
  font-size: 28px;
  color: #FFF;
  text-align: center;
  line-height: 2em;
  text-shadow: 2px 2px 2px black;
}

#login-box button.social-signin {
  margin-bottom: 20px;
  width: 220px;
  height: 36px;
  border: none;
  border-radius: 2px;
  color: #FFF;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  transition: 0.2s ease;
  cursor: pointer;
}

#login-box button.social-signin:hover,
#login-box button.social-signin:focus {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  transition: 0.2s ease;
}

#login-box button.social-signin:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  transition: 0.2s ease;
}

#login-box button.social-signin.facebook {
  background: #32508E;
}

#login-box button.social-signin.twitter {
  background: #55ACEE;
}

#login-box button.social-signin.google {
  background: #DD4B39;
}

.userlink_register, .userlink_login, .userlink_password, .userlink_view, .userlink_edit, .userlink_ulogin{
	float: left;
}
.usertabs-container{
	background : #f5f5f5;
	margin: 0;
	padding: 0;
	max-height: 35px;
}
ul.usertabs{
	margin: 0;
	list-style-type : none;
	line-height : 35px;
	max-height: 35px;
	overflow: hidden;
	display: inline-block;
	padding-left: 10px;
	padding-right: 20px;
}
ul.usertabs > li.active{
  z-index: 2;
  background: #f5f5f5;
}

ul.usertabs > li.active:before{
  border-color : transparent #f5f5f5 transparent transparent;
}


ul.usertabs > li.active:after{
  border-color : transparent transparent transparent #f5f5f5;
}


ul.usertabs > li{
  float : left;
  margin : 5px -10px 0;
  border-top-right-radius: 25px 170px;
  border-top-left-radius: 20px 90px;
  padding : 0 30px 0 25px;
  height: 170px;
  background: #ddd;
  position : relative;
  box-shadow: 0 10px 20px rgba(0,0,0,.5);
  max-width : 200px;
}

ul.usertabs > li > a{
  display: inline-block;
  max-width:100%;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  color: #222;
}

ul.usertabs > li:before, ul.usertabs > li:after{
  content : '';
  background : transparent;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  border-width: 10px;
  top: 0px;
  border-style : solid;
  position : absolute;
}

ul.usertabs > li:before{
  border-color : transparent #ddd transparent transparent;
  -webkit-transform : rotate(48deg);
  left: -23px;
}

ul.usertabs > li:after{
  border-color : transparent transparent transparent #ddd;
  -webkit-transform : rotate(-48deg);
  right: -17px;
}

/* Clear Fix took for HTML 5 Boilerlate*/

.usertabsclearfix:before, .usertabsclearfix:after { content: ""; display: table; }
.usertabsclearfix:after { clear: both; }
.usertabsclearfix { zoom: 1; }




/*	comments
	------------------	*/
#comment-textarea {
	resize: none;
	width: 100%;
	height: 180px;
}
.comment-body {
	margin-top: 20px;
	
}
.comment-submited {
	font-size: 14px;
	line-height: 17px;
}
.comment-content {
	margin-left: 55px;
}
.comment-children {
	margin-left: 25px;
}
.comment-avatar {
	float: left;
	margin-right: 5px;
}

.comment-avatar-img {
	width: 50px;
	height: 50px;
}

.ui-dialog-fixed {
	position: fixed;
	top: 50px;
	left: 50px;
}

.comment-link {
	color: #030303;
	display: inline-block;
	height: 18px;
	font-size: 12px;
	border-left: 3px solid #2fac59;
	font-style: italic;
	padding: 0 5px;
	line-height: 18px;
	margin-right: 8px;
	background: #f1f9f4;
	text-decoration: none;
}

.comment-link:hover {
	text-decoration: underline;
	cursor: pointer;
}
.comments-wrapper, .add_comment_button_wrapper {
	width: 730px;
	margin: 10px;
}

/*---------------------------------------  atrybutyka  ---------*/
.shop-item-list-caption,.shop-item-caption {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	margin: 10px;
}

.shop-item-list-element {
	float: left;
	height: 300px;
}

.shop-item-container {
	width: 240px;
	margin: 5px;
	float: left;
}

.shop-item-icon {
	width: 240px;
	height: 240px;
}

.shop-item-description {
	vertical-align: top;
	text-align: justify;
}
.shop-item-thumb-image {
	width: 50px;
	height: 50px;
}
.shop-item-image {
	vertical-align: top;
}
.shop-item-img {
	margin: 0 10px 10px 0;
}

/*---------------------------------------  LIVE  ---------*/

#live-match-tablo-complexscore {
	font-size: 15px;
}
.active_game {

	display: table;
	width: 100%;
	padding: 20px 0 20px 0;
}
.not_active_game {


	display: table;
	width: 100%;
	padding: 20px 0 20px 0;
}
.live-match-tablerow {
	display: table-row;
	width: 100%;
}
.live-match-team1-cell {
	display: table-cell;
	width: 33%;
	text-align: center;
}
.live-match-score-cell {
	display: table-cell;
	width: 34%;
	text-align: center;
	vertical-align: top;
}
.live-match-team2-cell {
	display: table-cell;
	width: 33%;
	text-align: center;
}
.live-match-team-logo {
    width: 100px;
    height: 100px;
}
.live-match-link {
    float: left;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    margin: 5px 0px 0px 0px;

    background: #333;
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.live-match-btn {
    float: right;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    margin: 5px 0px 0px 0px;

    background: red;
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.live-match-btn-grey {
    float: right;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    margin: 5px 0px 0px 0px;

    background: grey;
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.live-match-btn:hover {
    padding: 5px 15px 5px 15px;
}

.live-match-team-name {
	color: #000;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	font-family: Arial, Helvetica, sans-serif;
}
.live-match-score-block{	
	background-color: #009933;

	color: #fff;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;

	line-height: 17px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	outline-color: rgb(255, 255, 255);
	outline-style: none;
	outline-width: 0px;
	padding-bottom: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	width: 100%;
	border-radius: 5px;
}

.live-match-result {
color:#FFF;
display: block;
font-family: Arial, Helvetica, sans-serif;
font-size: 30px;
font-weight: bold;
line-height: 30px;
}

.live-match-complexresult {
font-size: 15px;
font-weight: normal;
line-height: 25px;
}

.live-match-result-situation{

font-family:Arial, Helvetica, sans-serif;
font-size:14px;
line-height:17px;
margin: 0 auto;
text-align:left;
width: 100%;
overflow: hidden;
}




.live-match-info {
	float: left;
}
.live-match-score {
	float: left;
}
.live-match-score-team1 {
	float: left;
}
.live-match-score-team2 {
	float: left;
}
.live-match-score-data {
	float: left;
}
.live-match-score-data-team1 {
	float: left;
}
.live-match-score-data-team2 {
	float: left;
}
.live-match-score-data-delimiter {
	float: left;
}
.live-tour-name {

    border-top: 1px solid #bbb;
    width: 100%;
    margin-top: 15px;
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
	text-align: center;
	color: #333;
	font-family:Arial, Helvetica, sans-serif;
}
.live-tour-name-span {
	line-height: 40px;
}
.live-match-tablo {
	margin-bottom: 10px;
	width: 100%;
}
.live-match-tablo-header-container {
    height: 145px;
}
.live-match-tablo-header {
    width: 350px!important;
    padding: 5px;
	background-color: rgba(255, 255, 255, 0.904);
	text-align: center;
    z-index: 2;
    margin: 0 auto;
    border-radius: 0px 0px 10px 10px;
    top: 0px;
    right: 0px;
}
.live-match-tablo-header-row {
}
.live-match-tablo-scoremakers1 {
	vertical-align: top;
	text-align: left;
	padding-left: 10px;
	width: 200px;
	display: none;
}
.live-match-tablo-team1 {
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	width: 80px;
}
.live-match-tablo-score {
	font-size: 14px;
	line-height: 17px;
	display: table-cell;
	vertical-align: bottom;	
}
.live-match-tablo-team2 {
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	width: 80px;
}
.live-match-tablo-scoremakers2 {
	vertical-align: top;
	text-align: right;
	padding-right: 10px;
	width: 200px;
	display: none;
}
.live-match-tablo-team-img {
	width: 80px!important;
	height: 80px!important;
}
.live-match-tablo-score1,.live-match-tablo-score2,.live-match-tablo-scoreseparator {
	font-size: 48px;
	line-height: 48px;
}
.live-match-tablo-matchstatus {
	
}

.match-live-container:nth-child(odd) {
    background: #eee;
}

/* .match-live-container {
    transition: background 0.5s ;
    animation-fill-mode: both;
}
.match-live-container:hover {
    background: #eee;
} */


.match-live-event {
	margin: 5px;
	color: #000;
	width: 100%;
}
.match-live-event-field {
}
.match-live-event-text {
	font-size: 11px;
	line-height: 17px;
	padding: 3px 3px 3px 15px;

border-color:rgb(1, 153, 52);
border-style: solid;
border-bottom-width: 1px ;
border-collapse: separate ;
border-left-width: 3px;
border-right-width: 1px;
border-top-width: 1px;

}
.match-live-event-minute {
	font-size: 15px;
	vertical-align: middle;
	width: 20px;
}
.match-live-event-image {
	vertical-align: middle;
	width: 32px;
}
.match-live-events {
	border-spacing: 10px;
	border-collapse: separate;
	display: table;
	width: 100%;
}

.match-live-livevideo1_frame, .match-live-livevideo2_frame, .match-live-livevideo3_frame{
    width: 320px;
    height: 192px;
    padding: 0;
    overflow: hidden;
}

.match-live-livevideo1_frame iframe, .match-live-livevideo2_frame iframe, .match-live-livevideo3_frame iframe{
    width: 1280px;
    height: 786px;
    border: 0;
    -ms-transform: scale(0.25);
    -moz-transform: scale(0.25);
    -o-transform: scale(0.25);
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
    
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.live-match-tablo-matchname {
	text-align: center;
	line-height: 17px;
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
}

.live-match-tablo-matchinfo {
	text-align: center;
	margin: 10px 0 10px;
	line-height: 17px;
	font-size: 14px;
}

.match-live-event-score-table {
	width: 100%;
	text-align: center;
	vertical-align: middle;
}
.match-live-event-score {
	text-align: center;
	vertical-align: middle;
	width: 80px;
}
.match-live-event-score-team1 {
	text-align: right;
	vertical-align: middle;
}
.match-live-event-score-team2 {
	text-align: left;
	vertical-align: middle;
}
.match-live-event-score-team-img {
	width: 120px;
	margin: 0 40px 0 40px;
}
.match-live-event-score1,.match-live-event-score2,.match-live-event-scoreseparator {
	font-size: 20px;
	line-height: 28px;
	text-align: center;
}

.match-live-event-bigcaption {
	font-size: 20px;
	line-height: 28px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 5px;
}
.match-live-event-eventdata {
	text-align: center;
}
.match-live-event-video {
	text-align: center;
	position: relative;
	width: 100%;
	height: 240px;
}
.match-live-event-video-img {
	height: 240px;
}

.match-live-event-video-img:hover {
	cursor: pointer;
}

.match-live-event-text-data-big, .match-live-event-text-comment-big {
	font-size: 13px;
	line-height: 17px;
}

.play-img-div {
	position:absolute;
	margin-left: auto;
	margin-right: auto;
	top: 70px;
	width: 100%;
	height: 100%;
	pointer-events: none;
}


.tablo-prevtour {
	width: 40px;
}
.tablo-archive {
	
}
.tablo-nexttour {
	width: 40px;
}
.tablo-tourslinks-container {
    margin-top: 10px;
	width: 100%;
	font-size: 18px;
	text-align: center;
	color: #FFF;
	font-family:Arial, Helvetica, sans-serif;

    border-top: 1px solid #bbb;
    margin-top: 20px;
    padding-top: 10px;
    overflow: hidden;
}
.tablo-tourslinks {
}
.tablo-archive-link {
    background: #eee;
    padding: 10px;
    overflow: hidden;
    line-height: 50px;
    color: #555;
    text-decoration: none;
    border-radius: 5px;
    transition: background 0.5s;
}
.tablo-nexttour-link,.tablo-prevtour-link {
	color: #555;
    text-decoration: none;
    background: #eee;
    padding: 10px;
    overflow: hidden;
    border-radius: 5px;
    margin: 0px 10px;
    transition: background 0.5s;
}
.tablo-nexttour-link:hover,.tablo-prevtour-link:hover,.tablo-archive-link:hover {
    background: #009933;
    color: #fff;
}
.match-timeline-container {
    text-align: center;
    
}
.live-stats-row {
	background-color: #e7f3e7;
}
.live-stats-row-leftcol,.live-stats-row-rightcol {

	font-size: 12px;
}
.live-stats-goals,.live-stats-ycards,.live-stats-rcards,.live-stats-fouls,.live-stats-penalty,.live-stats-tenmeters {
	font-size: 20px;
	font-weight: bold;
	line-height: 32px;
}
.live-stats-rowname-cell {

}
.live-stats-cell {
	border-bottom-color: #fff;
	border-bottom-style: solid;
	border-bottom-width: 5px;
    padding: 10px 0px;
}
.live-stats-bestplayer-name {
	border-bottom-color: rgba(22, 158, 67, 0.4);
	border-bottom-style: solid;
	border-bottom-width: 2px;
	padding: 5px 0 2px 5px;
}
.live-stats-bestplayer-playernumber {
	color: rgba(22,158,67,0.4);
	font-size: 100px;
	line-height: 135px;
	display: block;
	padding-left: 5px;
}
.live-stats-bestplayer-td {
	position: relative;
}
.live-stats-bestplayerphoto-td {
	padding: 0 5px 0 5px;
}
.live-stats-bestplayer-container {
	position: relative;
	float: left;
	width: 211px;
	margin: 0 10px 0 10px;
	height: 380px;
}
.live-stats-bestplayer-innercontainer {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
	background-size: 100% 70px;
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 380px;
}
.live-stats-bestplayer-innercontainer2 {
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
	background-size: 100% 60px;
	background-position: left top;
	background-repeat: no-repeat;
	height: 380px;
}
.live-stats-bestplayers-container {
	height: 380px;
}
.live-stats-bestplayer-datarow {
}
.live-stats-bestplayer-position {
	font-size: 14px;
	font-style: italic;
	padding: 5px 0 5px 5px;
}
.live-stats-bestplayer-birthdate {
	margin: 10px 0 10px 0;
}
.live-stats-bestplayer-seasonstat {
	font-size: 16px;
	padding: 0 0 5px 5px;
	position: absolute;
	bottom: 0;
}
.live-stats-bestplayer-name,.live-stats-bestplayer-seasonstat,.live-stats-bestplayer-position {
	color: #FFF;
	text-shadow: 0px 0px 3px black;
}
.live-cast-teams-row-leftcol {
	padding-right: 1px;
}
.live-cast-teams-row-rightcol {
	padding-left: 1px;
}
.live-cast-table {
	border-collapse: collapse;
	border-spacing: 0px;
}
.live-cast-teams-player-cell {
	height: 28px;
	line-height: 28px;
}
.live-cast-teams-player-cell-champstat-ycards-left {
	background-image: url(/img/interface/match/ycard23.png);
	background-repeat: no-repeat;
	background-position-y: center;
	background-position-x: left;
	padding: 0 0 0 5px !important;
	width: 18px;
	font-size: 12px;
	font-weight: bold;
	text-shadow: 2px 2px 4px white,-2px 2px 4px white,2px -2px 4px white,-2px -2px 4px white;
}
.live-cast-teams-player-cell-champstat-rcards-left {
	background-image: url(/img/interface/match/rcard23.png);
	background-repeat: no-repeat;
	background-position-y: center;
	background-position-x: left;
	padding: 0 0 0 5px !important;
	width: 18px;
	font-size: 12px;
	font-weight: bold;
	text-shadow: 2px 2px 4px white,-2px 2px 4px white,2px -2px 4px white,-2px -2px 4px white;
}
.live-cast-teams-player-cell-champstat-goals-left {
	background-image: url(/img/interface/match/event_goal4.png);
	background-repeat: no-repeat;
	background-position-y: center;
	background-position-x: left;
	padding: 0 0 0 5px !important;
	width: 22px;
	font-size: 12px;
	font-weight: bold;
	text-shadow: 2px 2px 4px white,-2px 2px 4px white,2px -2px 4px white,-2px -2px 4px white;
}
.live-cast-teams-player-cell-champstat-ycards-right {
	background-image: url(/img/interface/match/ycard23.png);
	background-repeat: no-repeat;
	background-position-y: center;
	background-position-x: right;
	padding: 0 5px 0 0 !important;
	width: 18px;
	font-size: 12px;
	font-weight: bold;
	text-shadow: 2px 2px 4px white,-2px 2px 4px white,2px -2px 4px white,-2px -2px 4px white;
}
.live-cast-teams-player-cell-champstat-rcards-right {
	background-image: url(/img/interface/match/rcard23.png);
	background-repeat: no-repeat;
	background-position-y: center;
	background-position-x: right;
	padding: 0 5px 0 0 !important;
	width: 18px;
	font-size: 12px;
	font-weight: bold;
	text-shadow: 2px 2px 4px white,-2px 2px 4px white,2px -2px 4px white,-2px -2px 4px white;
}
.live-cast-teams-player-cell-champstat-goals-right {
	background-image: url(/img/interface/match/event_goal4.png);
	background-repeat: no-repeat;
	background-position-y: center;
	background-position-x: right;
	padding: 0 5px 0 0 !important;
	width: 22px;
	font-size: 12px;
	font-weight: bold;
	text-shadow: 4px 4px 8px white,-4px 4px 8px white,4px -4px 8px white,-4px -4px 8px white;
}
.live-cast-teams-player-cell-champstat {
}
.live-videoelem {
    max-width: 100%;
    width: auto\9;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
.live-videoelem-img {
    max-width: 100%;
    width: auto\9;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

.live-cast-teams-cell {
    width: 50%;
    font-size: 12px;
    line-height: 12px;
}

/*-----------------------------------------------TEAM STAFF------------*/
.teamstaff-team-department-container {
	margin-bottom: 8px;
	padding: 2px 0;
	height: 28px;
	background-color: #2fac59;

	font-size: 18px;
	font-weight: 600;
	text-align: center;
	color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 28px;
}
.teamstaff-team-maincontainer {
}
.teamstaff-team-person-desc {
	margin-top: 8px;

	font-size: 12px;
	line-height: 14px;
}
.teamstaff-team-person-list-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.teamstaff-team-person-container {
	margin: 7px 21px 7px 21px;
	float: left;
	width: 200px;
	height: 320px;
}
.teamstaff-team-person-desc-name {
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
}
.teamstaff-team-person-desc-position {
	margin-top: 2px;
	color: #646464;
}
.teamstaff-team-person-image-caard {
	width: 200px;
}
.teamstaff-person-img-container {
	vertical-align: top;
	width: 310px;
	margin: 5px;
}
.teamstaff-person-info-container {
	vertical-align: top;
	width: 400px;
	padding: 0 0 0 10px;
}

.teamstaff-person-news,.teamstaff-person-photos {
	background-color: #2fac59;
	height: 28px;
	font-size: 18px;
	text-align: left;
	color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 28px;
	margin: 5px 0 5px 0;
	padding-left: 10px;
}
.teamstaff-person-newselem {
	margin: 5px;
}
.teamstaff-person-newscaption {
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
}
.teamstaff-person-newsbody {
	font-size: 14px;
	line-height: 17px;
	text-align: justify;
}
.teamstaff-person-newslink {
	font-size: 14px;
	line-height: 17px;
}
.teamstaff-person-name {
	font-size: 18px;
	line-height: 17px;
	margin: 5px 0 15px 0;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: rgba(22, 158, 67, 0.4);
}
.teamstaff-person-commoninfo-player {
	width: 100%;
	height: 80px;
	position: relative;
}
.teamstaff-person-commoninfo-other {
	width: 100%;
	height: 80px;
}
.teamstaff-person-stats {
	width: 100%;
}
.teamstaff-person-statistics {
	font-size: 18px;
	line-height: 17px;
	margin: 5px 0 15px 0;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: rgba(22, 158, 67, 0.4);
}
.teamstaff-person-statistics2 {
	font-size: 18px;
	line-height: 17px;
	margin: 5px 0 15px 0;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: rgba(22, 158, 67, 0.4);
}
.teamstaff-person-info {
    width: 900px;
	margin: 10px;
}
.teamstaff-person-info2 {
    width: 900px;
	margin: 10px;
}
.teamstaff-person-clubgoals,.teamstaff-person-clubgames,.teamstaff-person-aliguegoals,.teamstaff-person-aliguegames {
	padding-bottom: 3px;
	padding-top: 3px;
}

.teamstaff-person-leftcolumn {
	width: 200px;
}

.teamstaff-person-playernumber {
	color: rgba(22,158,67,0.4);
	font-size: 135px;
	line-height: 135px;
	display: block;
	position: absolute;
	top: -30px;
	left: 200px;
}

.teamstaff-stat2-container {
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 385px;
}




.unpublished {
	border-color: #ff0000;
	border-style: solid;
	border-width: 2px;
}


.footer {
	 margin-top: -95px;
}



/*---------------------------------------  VIDEO  ---------*/
.videocontainer {
	text-align: center;
	/* margin: 10px; */
}

.videocontainer iframe {
    width: 100%;
    height: 350px;
}
.videoheader {
	text-align: center;
  font-size: 20px;
	font-weight: 600;
  padding-bottom: 28px;
}
.videoelem {
	width: 320px;
	float: left;
	margin: 5px;
    height: 300px;
}
.videoelem-img {
    max-width: 100%;
    width: auto\9;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
.videoelem-desc {line-height:1.5}

.video-navigation {
	margin-top: 8px;
	text-align: center;
}
.video-navigation-elem {
	margin: 5px;
}
.video-navigation-elem1 {
	font-weight: bolder;
}
.video-navigation-link {
	text-decoration: none;
}
.video-wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	row-gap: 16px;
	column-gap: 16px;
}
.video-wrapper .videoelem {
	margin: 0;
	width: auto;
	height: auto;
	float: none;
	border-radius: 4px;

	text-decoration: none;
	transition: 0.3s all;
}

.video-wrapper .videoelem-img {
	/* border-radius: 4px 4px 0 0; */
	border-radius: 4px;
	transition: 0.3s filter;
}

.video-wrapper .videoelem:hover {
	background-color: #eee;
}

.video-wrapper .videoelem:hover .videoelem-img {
	filter: brightness(0.8);
}

.video-wrapper .videoelem-desc {
	margin-top: 8px;
	padding: 0 8px 8px 8px;
	display: block;

	text-align: start;
	color: #000;
}
/*---------------------------------------  INFO  ---------*/


.contactsinfo {
	padding: 10px;
}
.contactsinfo a {
	color: #10732f;
}

.aboutclubinfo {
	padding: 10px;
}
.aboutclubinfo a {
	color: #10732f;
	font-weight: bold;
}
.st-info {
	padding: 10px;
}
.st-info a {
	color: #10732f;
	font-weight: bold;
}







/*---------------------------------------  Календарь  ---------*/

.calendar-team-img {
	height: 90px;
}
.clndr-table-place {
	word-break: normal;
	overflow-wrap: anywhere;
}
.calendar-table {
	width: 730px;
	border-spacing: 0;
	border-bottom-color: #019934;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-collapse: collapse;
	font-size: 12px;
	margin: 10px;
}
.calendar-table-header {
	padding: 3px;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-width: 1px;
	border-top-style: solid;
	white-space: nowrap;
	border-color: #019934;
	width: 654px;
	background-color: #019934;
	text-align: center;
	color: #FFF;
	font-size: 14px;
}
.calendar-table-tour-header {
	color: #FFF;
	font-size: 10px;
	padding: 3px;
	border-right: 1px solid white;
	border-left: 1px solid #019934;
	border-top: 1px solid white;
	background-color: #019934;
	text-align: center;
}
.calendar-table-date-header {
	color: #FFF;
	font-size: 10px;
	text-align: center;
	padding: 3px;
	border-right: 1px solid white;
	border-left: 1px solid #019934;
	border-top: 1px solid white;
	background-color: #019934;
}
.calendar-table-teams-header {
	font-size: 10px;
	color: #FFF;
	text-align: center;
	padding: 3px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #019934;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: white;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: white;
	width: 506px;
	background-color: #019934;
}
.calendar-table-match-row {
}
.calendar-table-tour-cell {
	padding: 3px;
	border-right: 1px solid #019934;
	border-left: 1px solid #019934;
	border-top: 1px solid #019934;
	font-size: 14px;
	text-align: center;
}
.calendar-table-date-cell {
	padding: 3px;
	border-right: 1px solid #019934;
	border-left: 1px solid #019934;
	border-top: 1px solid #019934;
	font-size: 11px;
	text-align: left;
	vertical-align: middle;
}
.calendar-table-team1-cell {
	padding: 3px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #019934;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #019934;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #019934;
	width: 100px;
	text-align: center;
	vertical-align: middle;
}
.calendar-game-score-cell {
	padding: 3px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #019934;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #019934;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #019934;
	text-align: center;
	vertical-align: middle;
}
.calendar-table-team2-cell {
	padding: 3px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #019934;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #019934;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #019934;
	width: 100px;
	text-align: center;
	vertical-align: middle;
}
.calendar-link-active {
	font-weight: bold;
}
.calendar-link-inactive {
	pointer-events: none;
	cursor: default;
	color: #000 !important;
}
.calendar-team-img {
	height: 90px;
}
.calendar-table-date-link-img {
	height: 20px;
}
.calendar-game-score-link {
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
}
.calendar-table-tourlink-link {
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
}
.calendar-table-tourlink-cell {
	padding: 3px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #019934;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #019934;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #019934;
	width: 629px;
	text-align: left;
	vertical-align: middle;
	font-size: 12px;
	line-height: 12px;
}
/*---------------------------------------  Календарь2  ---------*/
.clndr-table{
    width: 100%;
	margin: 0px;
    border-collapse: collapse;
    object-fit: scale-down;
    
}
.clndr-table-match-row-header {
	background-color: #2fac59;
	color: #FFF;
}

.clndr-table-match-row-header:not(:first-of-type) {
	border-top: 8px solid #FFF;
}

.clndr-table-match-row {


}
.clndr-table-match-row:nth-child(2n+2) {
	background: #eee;
}
.clndr-table-match-row-header-cell{
	vertical-align: middle;
	text-align: left;
}
.clndr-table-date-cell {
	border-width: 0;
	padding: 10px;
	font-size: 11px;
	vertical-align: middle;

}
.clndr-table-date {
    font-size: 12px;

}
.clndr-table-matchdata-cell {
    vertical-align: middle;
	/* padding: 34px 3px 3px 3px; */
	font-size: 11px;
	text-align: center;
	padding: 10px;

}
.clndr-team-img {
    width: 60px;
    margin: 10px;
	/* margin: 2px 5px 2px 5px; */
}
.clndr-table-matchdata-score-table {
	width: 100%;
}
.clndr-table-matchdata-champname {
	font-size: 13px;
	line-height: 30px;
	padding: 10px;
}
.clndr-game-score-link {
	font-size: 17px;
	line-height: 17px;
	font-weight: bold;
}
.clndr-game-complexscore-link {
	font-size: 14px;
	line-height: 17px;
}
.clndr-match-ticket-cell {
	padding: 10px;
}
.clndr-match-ticket-container {
	vertical-align: middle;
	text-align: center;
	background-color: #019934;
	height: 24px;
	width: 130px;
	vertical-align: middle;
	line-height: 24px;
	margin: 5px auto 0 auto;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
}
.clndr-table-matchlinks-cell {
	padding: 3px;
	width: 70px;
}
.clndr-table-tourlink-link {
	color: #FFF !important;
	text-decoration-color: #FFF;
	
}
.clndr-match-material-img {
	height: 20px
}

.teaminfo-teamlogo {
    float: left;
    margin: 10px;
}

.banercontainer {
    margin: 0 auto;
    max-width: 1200px;
}

.social-bar-full {
    display: none;
}

.socialBlockLeft img {
    transition: all 0.3s;
	border-left: 5px solid #169c40;
	border-radius: 0px 2px 2px 0px;
}

.socialBlockMobile {
    display: none;
}

.socialBlockLeft img:hover {
    transform: translateX(3px);
}

.sidebannercontainer > div:not(:last-of-type) {
	margin-bottom: 20px;
}

/* FOOTER */

.main-footer-wrapper {
	background: #2FAC59;
}

.main-footer {
	max-height: 268px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 28px 44px 152px 44px;
	max-width: 1260px;

	display: flex;
	align-items: flex-start;
	gap: 44px;
}

.main-footer-info-wrapper {
	font-style: normal;
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF;

	display: flex;
	flex-direction: column;
	justify-content: space-between;

	align-self: stretch;
	flex: 1;
	flex-basis: 300px;
}

.main-footer-logo {
	transform: translateY(-80px);

	display: flex;
	justify-content: center;
}

.main-footer-socails {
	justify-content: flex-end;
	flex: 1;
	flex-basis: 300px;
}

.main-footer-copyright {
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
}

.main-footer-caption {
	font-size: 10px;
	line-height: 12px;
}

@media only screen and (max-width: 1240px) {
	.scoreboard-content-wrapper {
		max-width: calc(100vw - 286px);
	}

	.main-header-nav-list > li > a {
		font-style: normal;
		font-weight: 700;
		font-size: 14px;
		line-height: 18px;
	}

	.main-video-wrapper {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media only screen and (max-width: 1023px) {
    
	.toplinkscell {
		display: none;
	}
	nav{
		display: none;
	}
	.main-header {
		padding-top: 36px;
	}
	.main-header-menu #logoimg {
		top: 12px;
	}
	.main-header-contacts-wrapper {
		display: none;
	}
	.main-logo {
		
	}
	#mobile-nav-holder{
		display: block;
	}
	.live-match-tablo-header {
        top: 45px;
    }
	.maincontainer,#footer-container,.footer,#sponsorswrapper,#sponsorscontainer,.toplinkswrapper,.banercontainer,.menucontainer,.topadvdiv,.topadvimg,.tablewrapper,.tablerightcellwrapper {
		width: 100%;
    }
    .partnerlistcontainer, .teamstaff-team-department-container  {
        width: 100%;
    }
    #social-bar {
        display: none;
    }
    .social-bar-full {
        margin-top: 5px;
        display: block;
    }
    
    .news-short {
        padding-left: 15px;
    }
	
	.main-aside {
		display: none;
	}

	.menucontainer {
		display: none;
	}
    .pdToggle {
        display: block!important;
    }
	.tableleftcellwrapper {
        background: #fff;
        display: none;
        position: fixed;
        overflow-y: scroll;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        box-shadow: 0 0 10px rgba(0,0,0,0.5);
        z-index: 999;
	}
	.main-aside {
		background: #fff;
		display: none;
		position: fixed;
		overflow-y: scroll;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		box-shadow: 0 0 10px rgba(0,0,0,0.5);
		z-index: 999;
		padding: 0 12px;
	}
	.flexslider {
        overflow: hidden;
        
    }
	.news-short-img-small {
        width: 80px;
        height: auto;
        border-radius: 100px;
        margin: 0px;
        padding: 0px;
    }
		.main-content-wrapper {
			gap: 32px;
		}
    .newsshortlist {
			padding-right: 32px;
    }
		.scoreboard-content-wrapper {
			max-width: 100vw;
		}
	.sidebannercontainer {

    }
    .sidebannerimg {
        width: 100px;
        height: auto;
    }
    .news-short {
        margin-bottom: 20px;
    }
    .news-short-caption {
        font-size: 16px;
        line-height: 20px;
    }
    .news-short-bodytext {
        font-size: 12px;
        line-height: 14px;
    }
    .news-short-img {
        margin: 0px;
        margin-right: 5px;
    }
    .maincontainer {
        margin: 0 auto;
        border-radius: 0px;
        padding-top: 28px;
    }
    hr {border: 0px;}
    
    .live-match-team-logo {
        width: 60px;
        height: 60px;
    }
    .live-match-tablo-header {
        width: 310px!important;
        padding: 5px;
        background-color: rgba(255, 255, 255, 0.904);
        text-align: center;
        z-index: 2;
        box-shadow: 0 0 10px rgba(0,0,0,0.5);
        border-radius: 10px 10px;
        top: 40px;
        left: 0px;

    }
    .live.match-tablo-header span {

    }
    .live-match-tablo-team-img {
        width: 50px!important;
        height: 50px!important;
    }

    .live-match-btn {float: left;}

    .socialBlockMobile {
        display: block;
        text-align: center;
    }
    .socialEl {
        margin-top: 5px;
        display: inline-block;
    }
		
		.tourtablo {
			box-sizing: border-box;
			max-width: 100vw;
		}

		.tourtablo-elem-containeer {
			max-width: unset;
		}

		#live::after {
			display: none;
		}

		.main-birthday-card-wrapper {
			flex-basis: 25%;
		}

}

#advgame1table {
    border-color: #000;
    border-width: 1px;
    border-style: solid;
}

#advgame1table td{
    border-color: #000; 
    border-width: 1px;
    border-style: solid;
    padding: 5px;
}


@media (max-width: 767px) {
	.news-item-content {
		flex-direction: column;
	}

	.news-item-additional-info {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
	}

	.newsshortlist {
		padding-right: 8px;
	}

	.video-wrapper {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}

	.main-birthday-card-wrapper {
		flex-basis: 33%;
	}

	.main-video-wrapper {
		grid-template-columns: repeat(2, 1fr);
	}

	.main-footer {
		padding: 112px 28px 152px 28px;
		max-height: none;

		position: relative;

		flex-direction: column;
		align-items: center;
	}

	.main-footer-logo {
		position: absolute;
		top: -20px;
	}

	.main-footer-socails {
		order: -1;
		flex-basis: auto;
	}

	.main-footer-info-wrapper {
		flex-basis: auto;
		gap: 12px;
	}
}

@media (max-width: 550px) {
	.main-birthday-card-wrapper {
		flex-basis: 50%;
	}

	/* TODO: snap-tap */
	.main-video-wrapper {
		display: flex;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
	}

	.main-video-card {
		width: 240px;
		flex-shrink: 0;
		scroll-snap-align: start;
	}
}

@media (max-width: 440px) {
	.main-content-wrapper {
		gap: 16px;
	}

	.video-wrapper {
		display: grid;
		grid-template-columns: 1fr;
	}

	.main-birthday-card-wrapper {
		flex-basis: 100%;
	}
}