@charset "utf-8";/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	background: #fff;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(/templates/ichempion.kz/img/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}





/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(/templates/ichempion.kz/img/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(/templates/ichempion.kz/img/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(/templates/ichempion.kz/img/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(/templates/ichempion.kz/img/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
	background-image: url(/templates/ichempion.kz/img/second-back.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: black;
	background-attachment: fixed;
	margin: 0;
	font-family: sans-serif;
    font-size: 14px;
    line-height: 1.43;
}

body.item-101 {
	background-image: url(/templates/ichempion.kz/img/background.jpg);
	background-image: url(/templates/ichempion.kz/background-new.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: black;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

@font-face {
    font-family: 'bebas_neue_cyrillicregular';
    src: url('/templates/ichempion.kz/fonts/bebas_neue_cyrillic-webfont.eot');
    src: url('/templates/ichempion.kz/fonts/bebas_neue_cyrillic-webfont.eot#iefix') format('embedded-opentype'),
         url('/templates/ichempion.kz/fonts/bebas_neue_cyrillic-webfont.woff2') format('woff2'),
         url('/templates/ichempion.kz/fonts/bebas_neue_cyrillic-webfont.woff') format('woff'),
         url('/templates/ichempion.kz/fonts/bebas_neue_cyrillic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;font-display:swap;}

a {
	color: #fdbe0f;
	text-decoration: underline;
}

a:hover, a:focus {
	color: #fdbe0f;
	text-decoration: none;
}

td, th {
    padding: 0;
}

img {
    vertical-align: middle;
}

img {
    border: 0;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
input {
    line-height: normal;
}
input[type=file] {
    display: block;
}
.form-group {
    margin-bottom: 15px;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    text-decoration: none;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-group-lg>.btn, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.wrapper {
	width: 1170px;
	margin: 0 auto;
	position: relative;
}


.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

.h1,.h2,.h3,h1,h2,h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small {
    font-size: 65%
}

.h4,.h5,.h6,h4,h5,h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small {
    font-size: 75%
}

.h1,h1 {
    font-size: 36px
}

.h2,h2 {
    font-size: 30px
}

.h3,h3 {
    font-size: 24px
}

.h4,h4 {
    font-size: 18px
}

.h5,h5 {
    font-size: 14px
}

.h6,h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

h1.content-heading,
h2.content-heading,
h3.content-heading {
	border-bottom: 5px solid #fdbe0f; 
	text-decoration: none;
	display: block;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	color: white;
	font-style: italic;
	font-size: 22px;
	text-indent: 25px;
	margin: 10px 5px 10px;
}

.topmenu-wrapper {
	background-image: url(/templates/ichempion.kz/img/menu-background.png);
	height: 58px;
	margin: 0;
	padding: 0;
}

#logo {
	margin: 0;
	padding: 0;
	width: 232px;
	height: 161px;
	position: absolute;
	top: 22px;
	left: 0;
}

#logo a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	background-image: url(/templates/ichempion.kz/img/logo-rp.png);
}
#topmenu  {
	margin: 0;
	padding: 0;
	top: 0;
	left: 250px;
	position: absolute;
}
#topmenu li {
	list-style-type: none;
	display: inline-block;
	position: relative;
}
#topmenu li:hover ul {
	display: block;
}
#topmenu li ul {
	position: absolute;
	display: none;
	left: -40px;
	top: 58px;
	background-image: url(/templates/ichempion.kz/img/submenu.png);
	background-repeat: no-repeat;
	width: 186px;
	height: 191px;
	z-index: 10;
	text-align: left;
	padding-top: 6px;
}
#topmenu li li a {
	background-image: url(/templates/ichempion.kz/img/submenu-dot.png);
	background-position: left center;
	padding-left: 10px;
	background-repeat: no-repeat;
}
#topmenu li a span span {
	padding-left: 14px;
	padding-right: 14px;
}
.item-136 {
	margin-left: -7px;
}
.item-138 {
	margin-left: -11px;
}

.item-165 {
	margin-left: -5px;
}
.item-141,.item-164 {
	margin-left: -8px;
}
.item-166 {
	margin-left: -13px;
}
.item-139,.item-167 {
	margin-left: -17px;
}
.item-168,.item-174 {
	margin-left: -21px;
}
.item-137 {
	margin-left: -25px;
}

#topmenu li li a span span {
	padding: 0;
}
#topmenu li a {
	font-family: 'bebas_neue_cyrillicregular';
	font-size: 22px;
	color: #f5f5f5;
	text-decoration: none;
	line-height: 58px;
	height: 58px;
	display: inline-block;
	font-style: italic;
}

#topmenu > li.active > a {
	background-image: url(/templates/ichempion.kz/img/active-menu-item_02.png);
}
#topmenu > li > a:hover {
	color: #fdbe0f;
}

#topmenu li  li:hover > a {
	color: #fdbe0f;
}
#topmenu > li.active > a > span {
	background-image: url(/templates/ichempion.kz/img/active-menu-item_01.png);
	background-position: left center;
	background-repeat: no-repeat;
	display: inline-block;
	height: 58px;
}

#topmenu > li.active > a > span > span {
	background-image: url(/templates/ichempion.kz/img/active-menu-item_03.png);
	background-position: right center;
	background-repeat: no-repeat;
	display: inline-block;
	height: 58px;	
}
#topmenu li li {
	display: block;
	height: auto;
	font-size: 18px;
}
#topmenu li li a {
	height: 23px;
	line-height: 23px;
}

#main-content {
	width: 100%;
	height: 100%;
	background: #000000;
	background: -moz-radial-gradient(center, ellipse cover, #000000 0%, #1c2428 50%, #000000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#000000), color-stop(50%,#1c2428), color-stop(100%,#000000));
	background: -webkit-radial-gradient(center, ellipse cover, #000000 0%,#1c2428 50%,#000000 100%);
	background: -o-radial-gradient(center, ellipse cover, #000000 0%,#1c2428 50%,#000000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #000000 0%,#1c2428 50%,#000000 100%);
	background: radial-gradient(ellipse at center, #000000 0%,#1c2428 50%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 );
	min-height: 900px;
}

#rightcol {
	background-image: url(/templates/ichempion.kz/img/right-column.png);
}

#footer {
	background-image: url(/templates/ichempion.kz/img/footer.png);
	background-position: center center;
	height: 173px;
	z-index: 10;
	position: relative;
}

.nur-otan {
	width: 192px; 
	height: 40px;
	background-image: url(/templates/ichempion.kz/img/nur-otan.png);
	position: absolute;
	right: 0;
	top: 79px;
}

.legal-info {
	color: white; 
	font-family: Arial;
	font-size: 11px;
	width: 1040px;
	position: absolute;
	top: 137px;
	left: 0;
	height: 34px;
	padding-left: 8px;
	overflow: hidden;
}

.counter-stat {
	position: absolute;
	right: 0;
	top: 137px;
}

.big-video {
    position: relative;
    text-align: center;
}

.small-video {
	margin-bottom: 20px;
    position: relative;
    text-align: center;
}

.slider-wrapper {
    border: 0;
}
.bxslider {
    margin: 0;
    padding: 0;
}

.bx-wrapper .bx-pager {
	background-image: url(/templates/ichempion.kz/img/pager.png);
	background-repeat: no-repeat;
	bottom: 0;
	right: 200px;
	width: 155px;
	height: 31px;
	padding: 0;
	text-align: center;
}

.bx-pager-link:focus {
	outline: 0;
}
.bx-pager-link {
	height: 31px;
	width: 20px;
	background-image: url(/templates/ichempion.kz/img/pager-button.png);
	background-repeat: no-repeat;
	background-position: -20px center;
	display: block;
	text-indent: -9999px;
	outline: 0;
}

.bx-pager-link.active {
	background-position: -39px center;	
}

.right-module-title {
    color: white;
    font-family: 'bebas_neue_cyrillicregular';
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
    font-style: italic;
}

.timer {
	border-top: 5px solid #fdbe0f;
	border-bottom: 5px solid #fdbe0f;
	padding-top: 5px;
	padding-bottom: 5px;
}

#bottommenu {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 101px;
	left: 0;
	width: 100%;
	text-align: center;
}

#bottommenu li {
	list-style-type: none;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
}

#bottommenu li a {
	text-decoration: none;
	color: white;
	font-family: 'bebas_neue_cyrillicregular';
	text-transform: uppercase;
	font-size: 16px;
	font-style: italic;

}

#bottommenu li.active a {
	color: #fdbe0f;
	border-bottom: 3px solid #fdbe0f;
}

.search-form {
	position: absolute;
	left: 50px;
	top: 80px;
}
#search-input {
	background-image: url(/templates/ichempion.kz/img/lupa.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	height: 27px;
	border: 0px none;
	background-color: transparent;
	font-family: 'bebas_neue_cyrillicregular';
	font-size: 16px;
	color: #fdbe0f; 
}

.right-news-item {
	border-bottom: 2px solid #a5a6a7;
	padding: 22px 10px;
}

.right-news-item-image {
	float: left;
	margin-right: 10px;
}

.right-news-item a {
	font-family: 'bebas_neue_cyrillicregular';
	font-size: 15px;
	color: #fdbe0f; 
	text-decoration: none;
}

.right-news-item a span {
	color: white;
}

.index-title {
	display: block;
	color: #fdbe0f;
	font-family: 'bebas_neue_cyrillicregular';
	font-style: italic;
  text-align: center;
	text-transform: uppercase;
}

.index-title-wrapper {
  padding-top: 15px;
}

.item-101 .lyudi-wrapper {
	background-image: url(/images/adamdar.png);
	background-repeat: no-repeat;
	background-position: center 360px;
}

.posledyaya-igra {
	padding: 25px 5px 25px;
	background-color: #003366;
}
.posledyaya-igra-title {
	margin: 0;
	padding: 0
}

.posledyaya-igra-title a {
	border-bottom: 5px solid #fdbe0f; 
	text-decoration: none;
	display: block;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	color: white;
	font-style: italic;
	font-size: 22px;
	text-indent: 25px;
	margin-bottom: 10px;	
}

.posledyaya-igra-fotootchet {
	background-color: #fdbe0f;
	height: 312px;
	text-align: center;
	padding-top: 10px;
}

.igra-media-regiony-item {
	padding: 25px 5px 25px;
}
.igra-media-regiony-title {
	text-decoration: none;
	display: block;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	color: white;
	font-style: italic;
	font-size: 25px;
	text-indent: 28px;
	margin-bottom: 28px;	

}
.igra-media-regiony-fotootchet {
	height: 312px;
	text-align: center;
	padding-top: 10px;
}

.tik-tok-pls blockquote {
    padding: 0;
    font-size: 15px;
    border-left: 0;
    border-radius: 8px;
}

.simple-article {
	padding: 30px 15px;
	color: white;
}

.posledyaya-igra-text {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	color: white;
	font-size: 15px;
	text-align: justify;
	padding-left: 45px;
	padding-right: 45px;
	padding-top: 12px;
}

.text-in-ctg {
	padding-left: 2px;
	padding-right: 2px;
}

.blog-item-title span {
	color: white;
}
.blog-item-title:hover {
	color: #fdbe0f;
	text-decoration: none;
}
.blog-item-title {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	color: #fdbe0f; 
	text-decoration: none;
}

.blog-item {
	border-bottom: 2px solid #a5a6a7;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.media-link {
  height: 330px;
  width: 250px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin-left: 8px;
}

.media-link img {
  max-height: 250px;
  max-width: 250px;
}

.media-link a {
  color: #fdbe0f;
}


.random-image {
	width: 320px;
	height: 268px;
	position: relative;
	margin-top: 20px;
}
.random-image img {
	position: absolute;
	left: 0;
	top: 0;
}
.random-image-border {
	width: 320px;
	height: 268px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(/templates/ichempion.kz/img/random.png);	
}
.random-image-border a span {
	color: #fdbe0f;
	text-decoration: underline;
	display: block;
	font-size: 14px;
}
.random-image-border a {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: white;
	text-decoration: none;
	font-family: 'bebas_neue_cyrillicregular';
	text-transform: uppercase;
	font-size: 20px;
	padding: 10px;
	text-shadow: -1px 1px 0 black;
}

.populyarnoe-video-wrapper {
	border-top: 4px solid #ff5e12;
	border-bottom: 4px solid #ff5e12;
	margin-top: 10px;
	padding: 10px 0;
	margin-bottom: 10px;
	text-align: center;
}
.populyarnoe-video {
	display: inline-block;
	text-align: left;
	padding: 0 9px;
}
.populyarnoe-video-title a {
	color: white;
	font-size: 14px;
	font-family: 'bebas_neue_cyrillicregular';
	text-decoration: none;
}
.populyarnoe-video-title {
  margin-top: 8px;
}

.komanda-sostav {
  min-height: 140px;
}

.komanda-title {
	font-size: 15px;
	color: white;
	padding-right: 192px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-style: italic;
	text-align: center;
	padding-top: 73px;
  min-height: 172px;
}
.komanda-title2 {
	font-size: 15px;
	color: white;
	padding-left: 192px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-style: italic;
	text-align: center;
	padding-top: 73px;
  min-height: 172px;
}
.komanda-title span,.komanda-title2 span {
	font-size: 25px;
	color: #fdbe0f;
	display: block;
}

.komanda1-logo {
	position: absolute;
	top: 60px;
	left: 200px;
	width: 150px;
	height: auto;
}
.komanda2-logo {
	position: absolute;
	top: 60px;
	left: 462px;
	width: 150px;
	height: auto;
}


.result-table-wrapper {
	position: relative;
}

.result-total {
	background-color: #15242d;
	padding: 7px 7px;
	display: inline-block;
	position: absolute;
	left: 350px;
	top: 73px;
	font-size: 38px;
	font-family: 'bebas_neue_cyrillicregular';
	color: white;
	z-index: 500;
}

.result-date {
	background-color: #15242d;
	padding: 0 7px;
	text-align: center;
	display: inline-block;
	position: absolute;
	left: 370px;
	top: 23px;
	font-size: 15px;
	font-family: 'bebas_neue_cyrillicregular';
	color: white;
}

.rukovoditel-title {
	text-align: center;
	color: white;
	font-family: 'bebas_neue_cyrillicregular';
	font-family: Helvetica;
	font-size: 15px;
	padding-top: 40px;
}

.player-name {
	color: white;
	font-family: 'bebas_neue_cyrillicregular';
	font-family: Helvetica;
	font-size: 12px;
	width: 175px;
	display: inline-block;
}

.komanda-photo {
	padding-top: 20px;
}

.timer-wrapper {
	position: relative;
	color: white;
	font-family: 'bebas_neue_cyrillicregular';
	font-size: 15px;
	text-transform: none;
	
}
.timer-text {

}

.timer-content {
	background-image: url(/templates/ichempion.kz/img/timer.png);
	width: 150px;
	height: 35px;
	margin: 15px auto;
	position: relative;
}

.days-left {
	font-size: 28px;
	position: absolute;
	left: 6px;
	top: -1px;
}
.hours-left {
	font-size: 28px;
	position: absolute;
	left: 46px;
	top: -1px;
}
.minutes-left {
	font-size: 28px;
	position: absolute;
	left: 84px;
	top: -1px;
}
.seconds-left {
	font-size: 28px;
	position: absolute;
	left: 122px;
	top: -1px;
}

.days-label {
	font-size: 12px;
	position: absolute;
	left: 8px;
	top: 33px;
}

.hours-label {
	font-size: 12px;
	position: absolute;
	left: 44px;
	top: 33px;
}

.minutes-label {
	font-size: 12px;
	position: absolute;
	left: 87px;
	top: 33px;
}

.seconds-label {
	font-size: 12px;
	position: absolute;
	left: 122px;
	top: 33px;
}

.pdf, .pdf:hover {
	color: white;
	font-family: 'bebas_neue_cyrillicregular';
	font-size: 26px;
	padding-left: 75px;
	background-image: url(/images/pdf.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 64px;	
	line-height: 64px;
	display: inline-block;	
}

.formFieldset {
	color: white;
}
.formFieldset input {
	color: black;
	width: 300px;
}

fieldset.formFieldset legend {
	font-family: 'bebas_neue_cyrillicregular';
	color: white;
	font-size: 30px;
}

.category-right-intro {
	background-color: #003264; font-size: 14px; font-family: Helvetica;
	color: white;
	padding: 10px;
}

.novosti-item-category {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 2px solid white;
	padding-top: 8px;
	margin-left: 10px;
}
.regions-media-item-category {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 2px solid white;
	padding-top: 8px;
}

.table-bordered > tbody > tr > td {
	border-color: white !important;
	font-size: 11px;
	color: white !important;
}

.table-bordered > tbody > tr > td span {
	font-size: 11px;
	color: white !important;
}

.video-category-description {
	color: white;
	padding: 10px 15px;
	border-bottom: 3px solid orange;
	margin-bottom: 15px;
}




.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination ul > li {
  display: inline;
}
.pagination ul> li > a,
.pagination ul> li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination ul> li:first-child > a,
.pagination ul> li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination ul> li:last-child > a,
.pagination ul> li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination ul> li > a:hover,
.pagination ul> li > span:hover,
.pagination ul> li > a:focus,
.pagination ul> li > span:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination ul> .active > a,
.pagination ul> .active > span,
.pagination ul> .active > a:hover,
.pagination ul> .active > span:hover,
.pagination ul> .active > a:focus,
.pagination ul> .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination ul> .disabled > span,
.pagination ul> .disabled > span:hover,
.pagination ul> .disabled > span:focus,
.pagination ul> .disabled > a,
.pagination ul> .disabled > a:hover,
.pagination ul> .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.komanda-photo {
	width: 100%;
	height: auto;
}

.video-link {
	position: relative;
  width: 720px;
  height: 405px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.link-in-ctg {
	width: 555px;
	height: 312px;

}

a.ytb {
  position: absolute;
  display: block;
  background: url(/images/YouTube-icon-dark.png) no-repeat;
  background-size: 68px 48px;
  background-position: center;
  height: 100%;
  width: 100%;
  top: 0;
  margin: 0;
  opacity: 0.85;
}
a.ytb:hover,a.ytb:hover {
  background: url(/images/YouTube-icon-full_color.png) no-repeat;
  background-size: 68px 48px;
  background-position: center;
}
a.ytb span {
  position: relative;
  float: left;
  padding-left: 15px;
  padding-top: 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
}

.video-frame {
	width: 555px;
	height: 314px;
	position: relative;
}

.kaz {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	background-color: blue;
	color: white;
	padding: 3px 4px;
	display: inline-block;
	cursor: pointer;
}

.rus {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 5;
	background-color: blue;
	color: white;
	padding: 3px 4px;
	display: inline-block;
	cursor: pointer;
}

.social {
	width: 279px;
	height: 24px;
	background-image: url(/templates/ichempion.kz/img/social.png);
	position: absolute;
	right: 0;
	top: -172px;
}

#yt {
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	left: 100px; 
	top: 0;
}

#vk {
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	left: 126px; 
	top: 0;
}

#supportmini {
	display: block;
	width: 120px;
	height: 24px;
	position: absolute;
	right: 0px; 
	top: 0;	
}

.map-container {
	margin: 0 auto;
	width: 900px;
	height: 600px;
	position: relative;
	margin-bottom: 60px;
}
.map-container-lt {
	margin: 0 auto;
	width: 800px;
	height: 450px;
	position: relative;
	margin-bottom: 60px;
}

.team-count {
    display: inline-block;
	width: 16px;
    line-height: 16px;
    border-radius: 100%;
    background-color: white;
    padding: 3px;
    color: black;
    font-size: 12px;
    position: absolute;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	box-sizing: content-box;
	box-shadow: 3px 3px #707070;
}
a.team-count:hover, a.team-count:focus {
	text-decoration: none;
    box-shadow: 3px 3px #777;
    background-color: #fdbe0f;
    color: black;
}

.region-10 {
    left: 710px;
    top: 230px;
}
.region-10-lt {
	left: 630px;
    top: 205px;
}
.region-11 {
    left: 490px;
    top: 140px;
}
.region-11-lt {
    left: 430px;
    top: 125px;
}
.region-15 {
    left: 280px;
    top: 240px;
}
.region-15-lt {
    left: 250px;
    top: 210px;
}
.region-19 {
    left: 625px;
    top: 330px;
}
.region-19-lt {
    left: 550px;
    top: 280px;
}
.region-23 {
    left: 160px;
    top: 220px;
}
.region-23-lt {
    left: 145px;
    top: 195px;
}
.region-27 {
    left: 160px;
    top: 145px;
}
.region-27-lt {
    left: 145px;
    top: 130px;
}
.region-31 {
    left: 560px;
    top: 380px;
}
.region-31-lt {
    left: 500px;
    top: 330px;
}
.region-33 {
    left: 670px;
    top: 295px;
}
.region-33-lt {
	left: 620px;
    top: 300px;
}
.region-35 {
    left: 600px;
    top: 260px;
}
.region-35-lt {
    left: 530px;
    top: 230px;
}
.region-39 {
    left: 380px;
    top: 150px;
}
.region-39-lt {
    left: 340px;
    top: 140px;
}
.region-43 {
    left: 370px;
    top: 350px;
}
.region-43-lt {
    left: 320px;
    top: 310px;
}
.region-47 {
    left: 155px;
    top: 340px;
}
.region-47-lt {
    left: 140px;
    top: 306px;
}
.region-61 {
    left: 480px;
    top: 360px;
}
.region-61-lt {
    left: 425px;
    top: 320px;
}
.region-55 {
    left: 615px;
    top: 150px;
}
.region-55-lt {
    left: 550px;
    top: 130px;
}
.region-59 {
    left: 450px;
    top: 90px;
}
.region-59-lt {
    left: 400px;
    top: 75px;
}
.region-62 {
    left: 500px;
    top: 250px;
}
.region-62-lt {
    left: 450px;
    top: 215px;
}
.region-63 {
    left: 800px;
    top: 210px;
}
.region-63-lt {
    left: 710px;
    top: 180px;
}

.teams-list-container {
	padding: 0 15px;
}
.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}
.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #2b5497;
    border: 1px solid #82a4db;
    min-height: 50px;
}
.list-group-item-heading {
	color: #fdbe0f;
    margin-top: 0;
    margin-bottom: 5px;
}
.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
	color: #fff;
}

.img-team-logo {
    position: absolute;
    right: 10px;
    top: 10px;
    height: 50px;
}
