:root{--color-lpo: #bbc7d7;
--h-pair: 40px;
--h-between-pair:20px;
}
.playoff {overflow:auto;display:block;min-height:500px;padding-top:50px;padding-bottom:30px;padding-left: 50px}
.playoff-setka{display: flex;flex-direction: row;}
.round {margin: 0 12px;width:100%;min-width:120px;}
.round-header{background:#bc3e0f;color:#fff;text-align:center;font-weight:bold;padding:10px 5px;border-radius:var(--border-radius);}
.pair {margin:var(--h-between-pair) 0;position: relative;box-shadow:0 0 10px #888;border-radius: var(--border-radius);}

.pair:before {content:'';position: absolute;display: block;width: 12px;top:calc(var(--h-pair));left:-12px;}
.round1 .pair:before {content:'';font-size:36px;font-weight:bold;position: absolute; left:-50px;top:0;width:50px;height:calc(2*var(--h-pair)+var(--h-between-pair)); line-height:calc(2*var(--h-pair)); text-align:left;color: var(--color-lpo);}
.round1 .pair.numpair1:before{content:'1';}
.round1 .pair.numpair2:before{content:'2';}
.round1 .pair.numpair3:before{content:'3';}
.round1 .pair.numpair4:before{content:'4';}
.round1 .pair.numpair5:before{content:'5';}
.round1 .pair.numpair6:before{content:'6';}
.round1 .pair.numpair7:before{content:'7';}
.round1 .pair.numpair8:before{content:'8';}
.round1 .pair.numpair9:before{content:'9';}
.round1 .pair.numpair10:before{content:'10';}
.round1 .pair.numpair11:before{content:'11';}
.round1 .pair.numpair12:before{content:'12';}
.round1 .pair.numpair13:before{content:'13';}
.round1 .pair.numpair14:before{content:'14';}
.round1 .pair.numpair15:before{content:'15';}
.round1 .pair.numpair16:before{content:'16';}
.round1 .pair.numpair17:before{content:'17';}
.round1 .pair.numpair18:before{content:'18';}
.round1 .pair.numpair19:before{content:'19';}
.round1 .pair.numpair20:before{content:'20';}
.round1 .pair.numpair21:before{content:'21';}
.round1 .pair.numpair22:before{content:'22';}
.round1 .pair.numpair23:before{content:'23';}
.round1 .pair.numpair24:before{content:'24';}
.round1 .pair.numpair25:before{content:'25';}
.round1 .pair.numpair26:before{content:'26';}
.round1 .pair.numpair27:before{content:'27';}
.round1 .pair.numpair28:before{content:'28';}
.round1 .pair.numpair29:before{content:'29';}
.round1 .pair.numpair30:before{content:'30';}
.round1 .pair.numpair31:before{content:'31';}
.round1 .pair.numpair32:before{content:'32';}

.player{font-size: 14px;display: flex;background: #fff;align-items: center;text-align: center;white-space: nowrap;padding-left: 15px;justify-content:center;height:var(--h-pair);color:#555;}
.player1{border-bottom:1px solid var(--color-lpo);border-top-left-radius: var(--border-radius);border-top-right-radius: var(--border-radius);}
.player.win {background:#cbffcb;color:#000;font-weight:bold;}

.fio {line-height:16px;text-overflow: ellipsis;overflow-x: hidden;white-space: nowrap;text-align: left;flex-grow: 1;overflow: hidden;}
.fio.auto{}
.fio.auto:before{content:'A';position:absolute; right:10px;top:0;font-size:22px;color:#ccc;line-height:50px;}
.fio span {cursor:help;}
.player-score {height: 24px;width: 24px;line-height: 24px;font-size: 12px;background:#bbb;border-left:1px solid #fff;
vertical-align: middle;font-weight: 700;}

.list-number{position: absolute;width:20px;left:-10px;top:25%;margin-top:-10px;border-radius:100%;text-align:center;line-height:20px;background:#6d6d6d;font-size:14px;color:#fff;font-weight: normal;}
.info_block{position: absolute;width:20px;right:-10px;top:50%;margin-top:-10px;border-radius:100%;text-align:center;line-height:20px;background:#f00;font-size:14px;cursor:help;color:#fff;z-index:11}

.player2{border-bottom-left-radius: var(--border-radius);border-bottom-right-radius: var(--border-radius);}
.player2 .list-number{top:75%;}
.player-ranking{position: absolute;right:0;top:0;display:none;}




.round2 .pair {margin-top:calc( 2*var(--h-pair) + 2*var(--h-between-pair));} /*120 */
.round2 .pair:nth-child(2) {margin-top:calc( 1.5*var(--h-between-pair) + var(--h-pair) );}   /* 70 */

.round3 .pair {margin-top:calc( 6*var(--h-pair) + 4*var(--h-between-pair) );} /* 320 */
.round3 .pair:nth-child(2) {margin-top:calc( 2.5*var(--h-between-pair) + 3*var(--h-pair) );} /* 170px */

.round4 .pair {margin-top:calc( 14*var(--h-pair) + 8*var(--h-between-pair) );} /* 720 */
.round4 .pair:nth-child(2) {margin-top:calc( 4.5*var(--h-between-pair) + 7*var(--h-pair) );}/* 370 */ 

.round5 .pair {margin-top:calc( 30*var(--h-pair) + 16*var(--h-between-pair) );} /* 1520 */
.round5 .pair:nth-child(2) {margin-top:calc( 8.5*var(--h-between-pair) + 15*var(--h-pair) );}/*770  */

.round6 .pair {margin-top:calc( 62*var(--h-pair) + 32*var(--h-between-pair) );} /* 3120 */
.round6 .pair:nth-child(2) {margin-top:calc( 16.5*var(--h-between-pair) + 31*var(--h-pair) );}/* 1570 */


.pair1:after, .pair2:after{content: "";display: block;position: absolute;border: 1px solid var(--color-lpo);width:12px;}

.pair1::after{right: -12px;border-left-width: 0;border-bottom-width: 0;top:calc(var(--h-pair));height:calc(var(--h-pair) + var(--h-between-pair)/2);}
.pair2::after{right: -12px;border-left-width: 0;border-top-width: 0;bottom:calc(var(--h-pair));height:calc(var(--h-pair) + var(--h-between-pair)/2);}

.round2 .pair1::after,.round2 .pair2::after{height:calc(2*var(--h-pair) + var(--h-between-pair));}
.round3 .pair1::after,.round3 .pair2::after{height:calc(4*var(--h-pair) + 2*var(--h-between-pair))}
.round4 .pair1::after,.round4 .pair2::after{height:calc(8*var(--h-pair) + 4*var(--h-between-pair));}
.round5 .pair1::after,.round5 .pair2::after{height:calc(16*var(--h-pair) + 8*var(--h-between-pair));}

.round2 .pair:before, .round3 .pair:before,.round4 .pair:before,.round5 .pair:before,.round6 .pair:before {height: 1px;border-top: 1px solid var(--color-lpo);}

.final .pair1::after{display:none;}

.pair a {color:#000;}
.pair:hover a .player, .pair.current .player {background:#28556a;color:#fff}

.pair:hover a .player .list-number,
.pair.current .player .list-number{background:#00a65a ;color:#fff}

.pair:hover a .player .player-score,
.pair.current .player .player-score{border-left: 1px solid #222d32;background:#fff;color:#000}

.opacity50{opacity:50%;}

.playoff-score_info {position: absolute;right: 10px;top: 50%;transform: translateY(-50%);background: #fff;padding: 0px 5px;border: 1px solid var(--color-lpo);border-radius: var(--border-radius);font-size: 14px;line-height: 20px;}





.mt-3, .my-3{margin-top:1rem;}
.mb-3, .my-3{margin-bottom:1rem;}
.mt-4, .my-4{margin-top:1.5rem;}
.mb-4, .my-4{margin-bottom:1.5rem;}
.mt-5, .my-5{margin-top:3rem;}
.mb-5, .my-5{margin-bottom:3rem;}

.pt-3, .py-3{padding-top:1rem;}
.pb-3, .py-3{padding-bottom:1rem;}
.pt-4, .py-4{padding-top:1.5rem;}
.pb-4, .py-4{padding-bottom:1.5rem;}
.pt-5, .py-5{padding-top:3rem;}
.pb-5, .py-5{padding-bottom:3rem;}

.border-1 {border:1px solid #ccc;}
.bb-1, .by-1 {border-bottom:1px solid #ccc;}
.bt-1, .by-1  {border-top:1px solid #ccc;}
.br-1, .bx-1 {border-right:1px solid #ccc;}
.bl-1, .bx-1 {border-left:1px solid #ccc;}
.text-bold{font-weight:bold;}

.b-row{display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.b-col-lg,.b-col-lg-1,.b-col-lg-10,.b-col-lg-11,.b-col-lg-12,.b-col-lg-2,.b-col-lg-3,.b-col-lg-4,.b-col-lg-5,.b-col-lg-6,.b-col-lg-7,.b-col-lg-8,.b-col-lg-9,.b-col-lg-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}
@media (min-width: 768px){.b-col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.b-col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.b-col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.b-col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.b-col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.b-col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.b-col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.b-col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.b-col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.b-col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.b-col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.b-col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.b-col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.b-col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}

@media (max-width: 767px)
{
.bl-sm-0, .bx-sm-0 {border-left:0;}
.br-sm-0, .bx-sm-0 {border-right:0;}
.bt-sm-0, .by-sm-0 {border-top:0;}
.bb-sm-0, .by-sm-0 {border-bottom:0;}

.bt-sm-1, .by-sm-1 {border-top:1px solid #ccc;}
.bb-sm-1, .by-sm-1 {border-bottom:1px solid #ccc;}
.pb-sm-0, .py-sm-0 {padding-bottom:0;}
.pt-sm-0, .py-sm-0 {padding-top:0;}
}
.col-title {color:rgb(188, 62, 15);font-weight:bold;}
.d-none{display:none;}
@page {
  size: A4;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
}
@media print  {
	html, body{width: 100% !important;height: 100% !important;font-size:12px;line-height:15px;margin:0;padding:0;}
	.container {width:100% !important;}
	.sportcms-content {line-height:16px;}
	#polojenie .sportcms-content {line-height:1.4}
	*, *:before, *:after { color: #000;box-shadow: none;text-shadow: none;}
	* { -webkit-print-color-adjust: exact; }
	header, footer, .noprint, .breadcrumb, .div_forsite, #bglink-left, #bglink-right,
	.bg-partners-info, .bg-partners, .sportcms-top-left  {display:none}
	.pb-3, .py-3 {padding-bottom: 0.25rem;}
	.pt-3, .py-3 {padding-top: 0.25rem;}
	.mt-3, .mx-3 {margin-top:0.25rem}
	.mb-3, .mx-3 {margin-top:0.25rem}
	.d-print{display:inherit !important;}
	@media (min-width: 0){.b-col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.b-col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.b-col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.b-col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.b-col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.b-col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.b-col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.b-col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.b-col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.b-col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.b-col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.b-col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.b-col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.b-col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}
	.playoff {padding:0;padding-left:20px;min-height:inherit;}
	.playoff .round{min-width:auto;padding-left:0px;margin:0;padding:0 8px;}
	.round1 .pair::before {left:-30px;font-size:20px;width:30px;text-align:center}
	.pair {border:0;}
	.player {padding-left:0;font-size:10px;border:1px solid #444;}
	.player1 {border-bottom:0;padding-left:0;}
	.player2 {border-top:0;}

	.list-number {position:relative;left:0;margin-top:0;top:0;width:24px;font-size: 10px;}
	.player2 .list-number {top:0;}
	.playoff-score_info{font-size:9px;border:0;padding:0;background:none;}
	.info_block{display:none;}
	:root {--h-between-pair:6px;--h-pair:25px;--color-lpo:#333}
	.fio {line-height:10px;}
	.round2 .list-number, .round3 .list-number, .round4 .list-number, .round5 .list-number, .round6 .list-number {display:none}
	.round {max-width:160px;}
	.round .player {padding-left:8px;}
	.round1 .player {padding-left:0;}

	.pair1::after,.pair2::after {right:-8px;}
	.pair1::after, .pair2::after {width:8px;}
	.pair::before {width: 8px;left:-8px;}
	.tab-playoff {display:inherit;opacity:1;}
	.setki-ploff .tab-pane {display:inherit;opacity:1;}
	.setki-ploff .nav-tabs {display:none;}

	h3.stage-5-8{page-break-before: always;}
	h3.stage-17-32{page-break-before: always;}
	h3.stage-25-32{page-break-before: always;}

}
