/* DESIGN: webkubikc webkubikc@gmail.com;
----------------------------------------------- */
:root {
	--bg: #3394d9;
	--bg-1: #1b2024;
	--tt-contrast: #fff;
	--tt-sub: #abc0d5;
}
/* ------- LAYOUT ------- */
.d-flex {display: flex;flex-wrap: wrap;flex-direction: row;}
.jc-center {justify-content: center;}
.ai-center {align-items: center;}
.d-none {display: none;}
/* ------- TABS ------- */
.tabs-block__select {margin-bottom: 15px;}
.tabs-block__select span {cursor: pointer;display: inline-block;}
.tabs-block__select span {padding: 8px 12px;border-radius: 4px;margin-right: 10px;background-color: var(--bg-1);color: var(--tt-sub);}
.tabs-block__select span.is-active, .tabs-block__select span:hover {background: var(--bg);color: var(--tt-contrast);}
.page__player-bottom {margin-top: 20px;}
.page__player-bottom a {margin: 0 3px;}
.video-responsive {padding-top: 56%;position: relative;}
.video-responsive > iframe {position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
/* ------- PLAYER ------- */
#playerbro {overflow: hidden!important;position: absolute!important;left: 0;top: 0;width: 100%;height: 100%!important;}
.player__blinfo {padding: 10px;position: absolute;top: 0;left: 0;border-radius: 0px;color: #fff;background: rgb(72 117 183 / 10%);
opacity: 1;transition: all .1s;cursor: default;}
.player__blinfo.is__opac {top: -13px;left: -156.5px;opacity: 0;}
.player__bllinkright {position: absolute;top: 5px;right: 10px;border-radius: 9.6px;background: rgb(72 117 183 / 10%);opacity: 1;
transition: all .1s;text-decoration: none!important;color: rgb(255, 255, 255)!important;font-family: Verdana;font-size: 10px!important;
letter-spacing: 0px;padding: 5px 10px;white-space: nowrap;font-weight: bold;text-transform: uppercase;}
.player__bllinkright.is__opac {top: -13px;right: -156.5px;opacity: 0;}
.player__bllinkright:hover {background: rgb(93, 92, 94);}
.player__bllinkplay {border-radius: 7.2px;background: rgb(0 54 151);opacity: 1;transition: opacity 0.1s linear 0s, background 0.1s linear 0s;
cursor: pointer;pointer-events: auto;transform: scale(1);font-family: Verdana;font-size: 18px;text-decoration: none!important;letter-spacing: 0px;
padding: 7px 10px;white-space: nowrap;font-weight: bold;color: #fff;}
.player__bllinkplay:hover {background: rgb(71, 71, 71);}
.play__backlink {position: absolute;top: 35%;left: 0;right: 0;width: 100%;height: 30%;display: flex;justify-content: center;align-items: center;}