

/* Start:/local/components/comp2018a/main.top.news/templates/.default/style.css?16231567203306*/
.main-top-news-block{
	position: relative;
	font-family: HeliosCondC, sans-serif;
	font-weight: bold;
	font-size: 76px;
	line-height: 1.2;
	text-align: left;
}

.main-top-news-block__image-holder{
	background-size: 101% auto;
}

.main-top-news-block__image-holder img{
	visibility: hidden;
	width: 100%;
}

.main-top-news-block__text-holder{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 150px 25px 40px 20px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7db9e8+0,000000+100&0+0,0+0,0.3+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#4d000000',GradientType=0 ); /* IE6-9 */
}

.main-top-news-block__link:hover .main-top-news-block__text-holder{
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#4d000000',GradientType=0 ); /* IE6-9 */
}

.main-top-news-block__link,
.main-top-news-block__link:visited{
	color: #fff;
	text-decoration: none;
}

.main-top-news-block__name{
	padding-left: 23px;
	max-width: 1170px;
	margin-bottom: 20px;
}

.main-top-news-block__date{
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	vertical-align: middle;
}

.main-top-news-block__date::before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	background: url('/local/templates/hcdonbass2018/images/calendar.png') no-repeat;
	margin-right: 7px;
	width: 14px;
	height: 15px;
}

@media screen and ( max-width: 1030px ){
	.main-top-news-block{
		font-size: 41px;
	}
}

@media screen and ( max-width: 850px ){
	.main-top-news-block{
		font-size: 29px;
	}
}

@media screen and ( max-width: 750px ){
	.main-top-news-block{
		font-size: 41px;
	}
}

@media screen and ( max-width: 620px ){
	.main-top-news-block.adapted .main-top-news-block__image-holder img{
		max-width: none;
		width: auto;
		height: 495px;
	}

	.main-top-news-block.adapted .main-top-news-block__image-holder{
		background-size: cover;
		background-position: center;
		max-height: 495px;
		overflow: hidden;
	}

	.main-top-news-block__date{
		font-size: 12px;
	}

	.main-top-news-block__date::before{
		width: 12px;
		height: 11px;
		background-size: contain;
	}
}

@media screen and ( max-width: 560px ){
	.main-top-news-block{
		font-size: 30px;
	}

	.main-top-news-block.adapted{
		font-size: 41px;
	}
}

@media screen and ( max-width: 450px ){
	.main-top-news-block{
		font-size: 18px;
	}

	.main-top-news-block.adapted{
		font-size: 41px;
	}
}
/* End */


/* Start:/local/templates/hcdonbass2018/css/pieces/news-list-top.css?15372799102976*/
.main-news-block{
	background: #232323;
	padding: 12px 6px;
	font-size: 0;
	font-family: HeliosCondC, sans-serif;
	color: #fff;
	line-height: 1.2;
	text-decoration: none;
}

.main-news-block__header{
	color: #fff;
	font-size: 21px;
	text-transform: uppercase;
	display: block;
	text-align: left;
	padding: 0 9px;
	margin: 0 6px 11px;
	font-weight: bold;
}

.main-news-block__main-news-item{
	display: inline-block;
	vertical-align: top;
	margin: 0 6px;
	width: 33.3333333%;
	text-decoration: none;
	position: relative;
}

.main-news-block__image-holder{
	position: relative;
	background-position: center;
	background-size: 102% auto;
}

.main-news-block__image-holder img{
	visibility: hidden;
	width: 100%;
}

.main-news-block__image-holder::before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(0,0,0,0.4);
}

.main-news-block__name{
	font-size: 21px;
	max-width: 394px;
	position: absolute;
	left: 0;
	bottom: 0;
	font-weight: bold;
	margin: 16px 14px;
	vertical-align: bottom;
	max-height: 3.6em;
	overflow: hidden;
	color: #fff;
}

.main-news-block__text-holder,
.main-news-block__text-holder:visited{
	font-size: 14px;
	line-height: 1.2;
	padding: 16px 14px 38px;
	color: #fff;
	text-decoration: none;
}

.main-news-block__main-news-item:hover{
	background: #C9001F;
}

.main-news-block__main-news-item:hover  .main-news-block__image-holder::before{
	background: rgba(0,0,0,0.5);
}


.main-news-block__preview-text{
	overflow: hidden;
	margin-bottom: 14px;
	font-family: Tahoma, Arial, sans-serif;
}

.main-news-block__date{
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	vertical-align: middle;
	text-decoration: none;
	display: inline-block;
	position: absolute;
	left: 14px;
	right: 14px;
	bottom: 21px;
}

.main-news-block__date::before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	background: url('/local/templates/hcdonbass2018/images/calendar.png') no-repeat;
	margin-right: 7px;
	width: 14px;
	height: 15px;
}

.main-news-block__flex-container{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

@media screen and ( max-width: 1030px ){
	.main-news-block__name{
		font-size: 18px;
		margin: 12px 9px;
	}

	.main-news-block__text-holder, .main-news-block__text-holder:visited{
		padding: 12px 9px 38px;
	}
}

@media screen and ( max-width: 620px ){

	.main-news-block__date{
		font-size: 12px;
	}

	.main-news-block__date::before{
		width: 12px;
		height: 11px;
		background-size: contain;
	}
}

@media screen and ( max-width: 500px ){

	.main-news-block__flex-container{
		display: block;
	}

	.main-news-block__main-news-item{
		width: auto;
		margin-bottom: 12px;
	}
}
/* End */


/* Start:/local/components/new_slide2018/mc/templates/.default/style.css?162315692317099*/
:focus {
    outline-color: #fff !important;
}

.slide-banner .slide {
    text-align: -webkit-center;
}

.slide-banner {
    display: flex;
    position: relative;
    opacity: 0;
}

.slide-banner .all-maths a > div {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 125px;
    font-size: 14px;
    font-weight: bold;
    color: #d0d0d0;
    text-decoration: unset;
    cursor: pointer;
    font-family: HeliosCondC, sans-serif;
    background-image: linear-gradient(#d0d0d0, #d0d0d0);
    background-size: 95% 1px;
    background-position: center;
    background-repeat: no-repeat;
}

.slide-banner .all-maths a span {
    background: #fff;
    padding-left: 10px;
    padding-right: 10px;
    color: #000;
}

.slide-banner .all-maths a:hover > div{
    background-image: linear-gradient(#ca0020, #ca0020);
    background-size: 95% 1px;
}

.slide-banner .all-maths a:hover span {
    color: #ca0020;
}

.slide-banner #main-slide-banner {
    display: none;
    font-family: HeliosCondC, sans-serif;
    overflow: hidden;
    width: 100%;
    -webkit-flex-grow: 3;
    flex-grow: 3;
}

.slide-banner .table-match {
    width: 410px;
    display: block;
    height: 145px;
    max-height: 145px;
    color: #fff;
    /* font-size: 30px; */
    text-align: center;
    overflow: hidden;
    font-family: HeliosCondC, sans-serif;
    transition: 0.5s linear;
    position: relative;
    -webkit-flex-basis: 440px;
    flex-basis: 440px;
    -webkit-flex-grow: 0;
    flex-grow: 0;

}

.slide-banner .table-match .filter {
    width: 100%;
    display: block;
    height: 145px;
    /* opacity: 1.5; */
    position: absolute;
    background: rgba(102, 102, 102, 0.57);
    background: -moz-linear-gradient(top, rgba(102, 102, 102, 0.72) 1%, rgba(78, 78, 78, 0.72) 32%, rgba(76, 76, 76, 0.73) 35%, rgba(0, 0, 0, 0.76) 57%, rgba(5, 0, 5, 0.82) 89%, rgba(17, 17, 17, 0.84) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(1%, rgba(102, 102, 102, 0.72)), color-stop(32%, rgba(78, 78, 78, 0.72)), color-stop(35%, rgba(76, 76, 76, 0.73)), color-stop(57%, rgba(0, 0, 0, 0.76)), color-stop(89%, rgba(5, 0, 5, 0.82)), color-stop(100%, rgba(17, 17, 17, 0.84)));
    background: -webkit-linear-gradient(top, rgba(102, 102, 102, 0.72) 1%, rgba(78, 78, 78, 0.72) 32%, rgba(76, 76, 76, 0.73) 35%, rgba(0, 0, 0, 0.76) 57%, rgba(5, 0, 5, 0.82) 89%, rgba(17, 17, 17, 0.84) 100%);
    background: -o-linear-gradient(top, rgba(102, 102, 102, 0.72) 1%, rgba(78, 78, 78, 0.72) 32%, rgba(76, 76, 76, 0.73) 35%, rgba(0, 0, 0, 0.76) 57%, rgba(5, 0, 5, 0.82) 89%, rgba(17, 17, 17, 0.84) 100%);
    background: -ms-linear-gradient(top, rgba(102, 102, 102, 0.72) 1%, rgba(78, 78, 78, 0.72) 32%, rgba(76, 76, 76, 0.73) 35%, rgba(0, 0, 0, 0.76) 57%, rgba(5, 0, 5, 0.82) 89%, rgba(17, 17, 17, 0.84) 100%);
    background: linear-gradient(to bottom, rgba(102, 102, 102, 0) 1%, rgba(78, 78, 78, 0) 32%, rgba(76, 76, 76, 0) 35%, #1e1e1e 100%, #1e1e1e 100%, #1e1e1e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#111111', GradientType=0);
    right: 0;
}

.slide-banner .table-match .filter .slide-down {
    width: 13px;
    height: 7px;
    bottom: 5px;
    left: 50%;
    position: absolute;
    cursor: pointer;
    background-image: url(/local/templates/hcdonbass2018/images/down.png);
}

.slide-banner .table-match .filter .slide-down:hover {
    width: 13px;
    height: 7px;
    bottom: 5px;
    left: 50%;
    position: absolute;
    cursor: pointer;
    background-image: url(/local/templates/hcdonbass2018/images/down_h.png);
}

.slide-banner .table-match .slide-up {
    width: 13px;
    height: 7px;
    /* border: 1px solid; */
    position: relative;
    top: -15px;
    left: 50%;
    cursor: pointer;
    background-image: url(/local/templates/hcdonbass2018/images/down.png);
    transform: rotate(180deg);
}

.slide-banner .table-match .slide-up:hover {
    width: 13px;
    height: 7px;
    /* border: 1px solid; */
    position: relative;
    top: -15px;
    left: 50%;
    cursor: pointer;
    background-image: url(/local/templates/hcdonbass2018/images/down_h.png);
    transform: rotate(180deg);
}

#main-slide-banner .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    margin-left: 48px;
    margin-right: 48px;
    /*border-bottom: 1px #a1a1a1 solid;*/
    padding-bottom: 7px;
}

#main-slide-banner {
    background: #fff;
}

/*#main-slide-banner .now {*/
/*background: #f0f0f0;*/
/*}*/

#main-slide-banner .mc-match-item-flex .title {
    display: flex;
    color: #848484;
    line-height: 15px;
    height: 15px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    overflow: hidden;
}
#main-slide-banner .mc-match-item-flex .nomer{font-size:0;}
#main-slide-banner .mc-match-item-flex .titleMath .noScore {
    font-size: 24px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;

}

#main-slide-banner .border {
    border: 0.5px solid #8b8b8b7a;
    width: 0;
    height: 20px;
    display: block;
    position: absolute;
    top: 53px;
}

#main-slide-banner .mc-match-item-flex .info {
    text-align: center;
    font-size: 12px;
    color: #848484;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}

#main-slide-banner .mc-match-item-flex .dateTime {
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    padding-top: 5px;
}

#main-slide-banner .mc-match-item-flex .dateTime .date {
    font-weight: bold;
}

#main-slide-banner .mc-match-item-flex .titleMath { /* Safari */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; /* Safari */
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

}

#main-slide-banner .mc-match-item-flex .titleMath .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#main-slide-banner .mc-match-item-flex .titleMath .logo img {
    height: 20px;
}

#main-slide-banner .mc-match-item-flex .titleMath .name {
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}

#main-slide-banner .mc-match-item-flex .titleMath .comanda {
    /*width: 30%;*/
}
#main-slide-banner .mc-match-item-flex .params{
	display:flex;
	justify-content:space-around;
}
#main-slide-banner .mc-match-item-flex .params object {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; /* Safari */
    -ms-flex-pack: distribute;
    justify-content: space-around;
    min-height: 12px;
}

#main-slide-banner .mc-match-item-flex .params .efir {
    display: inline-block;
    width: 82px;
    height: 12px;
    cursor: pointer;
    background-image: url(/local/templates/hcdonbass2018/images/mark_efir.svg);
}
#main-slide-banner .mc-match-item-flex .params .efir + .iframe{
	margin-left:25px;
}
#main-slide-banner .mc-match-item-flex .params .sell {
    display: inline-block;
    width: 29px;
    height: 12px;
    cursor: pointer;
    background-image: url(/local/templates/hcdonbass2018/images/sell_mark.jpg);
}

#main-slide-banner .mc-match-item-flex .params .sell:hover {
    /*display: block;*/
    width: 29px;
    height: 12px;
    cursor: pointer;
    background-image: url(/local/templates/hcdonbass2018/images/sell_mark_h.png);
}

#main-slide-banner .mc-match-item-flex .params .video {
    display: inline-block;
    width: 61px;
    height: 12px;
    cursor: pointer;
    background-image: url(/local/templates/hcdonbass2018/images/mark_video2.svg);
}
#main-slide-banner .mc-match-item-flex .params .video + .iframe{
	margin-left:45px;
}
#main-slide-banner .mc-match-item-flex .params .youtube {
    display: inline-block;
    width: 20px;
    height: 15px;
    cursor: pointer;
    background-image: url(/local/templates/hcdonbass2018/images/youtube.jpg);
}

#main-slide-banner .mc-match-item-flex .params .youtube_nolink {
    display: inline-block;
    width: 20px;
    height: 15px;
    cursor: pointer;
    background-image: url(/local/templates/hcdonbass2018/images/youtube_nolink.jpg);
}

/*------------------------------------------------------------------------*/
#main-slide-banner .slick-dots li.slick-active button:before {
    opacity: 1;
    color: red;
}

#main-slide-banner .slick-prev:before {
    content: '';
}

#main-slide-banner .slick-next:before {
    content: '';
}

#main-slide-banner .slick-dots {
    bottom: 32px;
}

#main-slide-banner .slick-prev, #main-slide-banner .slick-next {
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #ffffff;
    border: none;
    outline: none;
    z-index: 1;
}

#main-slide-banner .slick-prev {
    left: 10px;
    height: 100%;
    /*background: url(/local/templates/hcdonbass2018/images/arrow_sprite.png) 11px -26px;*/
    /*background-repeat: no-repeat;*/

}

#main-slide-banner .slick-prev:before {
    content: '';
    left: 10px;
    height: 13px;
    background: url(/local/templates/hcdonbass2018/images/arrow_sprite.png) 11px -26px;
    background-repeat: no-repeat;
    display: block;
}

#main-slide-banner .slick-next {
    right: 10px;
    height: 100%;
    /*background: url(/local/templates/hcdonbass2018/images/arrow_sprite.png) -11px -26px;*/
    /*background-repeat: no-repeat;*/
}

#main-slide-banner .slick-next:before {
    content: '';
    right: 10px;
    height: 13px;
    background: url(/local/templates/hcdonbass2018/images/arrow_sprite.png) -11px -26px;
    background-repeat: no-repeat;
    display: block;
}

#main-slide-banner .slick-prev:hover:before {
    right: 25px;
    height: 13px;
    background: url(/local/templates/hcdonbass2018/images/arrow_sprite.png) 11px -52px;
    background-repeat: no-repeat;
    display: block;
}

#main-slide-banner .slick-next:hover:before {
    right: 10px;
    height: 13px;
    background: url(/local/templates/hcdonbass2018/images/arrow_sprite.png) -11px -52px;
    background-repeat: no-repeat;
    display: block;
}

#main-slide-banner .slick-next.slick-disabled:hover:before, #main-slide-banner .slick-next.slick-disabled {
    right: 10px;
    height: 13px;
    background: url(/local/templates/hcdonbass2018/images/arrow_sprite.png) -11px 0;
    background-repeat: no-repeat;
    cursor: unset;
}

#main-slide-banner .slick-prev.slick-disabled:hover:before, #main-slide-banner .slick-prev.slick-disabled {
    right: 25px;
    height: 13px;
    background: url(/local/templates/hcdonbass2018/images/arrow_sprite.png) 11px 0;
    background-repeat: no-repeat;
    cursor: unset;
}

#main-slide-banner .slide .mc-match-item-flex:hover {
    text-decoration: none;
}

#main-slide-banner .slide .mc-match-item-flex > a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: unset;
    color: #000;
}

#main-slide-banner .slide .mc-match-item-flex {
    height: 125px;
    max-width: 195px;
    min-width: 155px;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /*padding-right: 10px;*/
    /*padding-left: 15px;*/
}

#main-slide-banner .slide .mc-match-item-flex:hover {
    cursor: pointer;
    background: #f0f0f0;
}

#main-slide-banner .mc-match-item-flex:hover .titleMath .noScore {
    color: red;
}

#main-slide-banner .slide .mc-match-item-flex .bx_catalog_item_title {
    min-height: 40px;
}

#main-slide-banner .slick-track .slick-slide:first-child .slide > .border {
    display: none;
}

@media (max-width: 520px) {

    #main-slide-banner .slick-next:hover {
        background-image: url(/local/templates/hcdonbass2018/images/prev_mc.jpg);
    }

    #main-slide-banner .slick-prev:hover {
        background-image: url(/local/templates/hcdonbass2018/images/next_mc.jpg);
    }

}

@media (max-width: 1680px) {
    .slide-banner .table-match {
        flex-basis: 460px;
        transition: 0.5s linear;
    }
}

@media (max-width: 1500px) {
    .slide-banner .table-match {
        flex-basis: 475px;
        transition: 0.5s linear;
    }
}

@media (max-width: 1400px) {
    .slide-banner .table-match {
        flex-basis: 500px;
        transition: 0.5s linear;
    }
}

@media (max-width: 1300px) {
    .slide-banner .table-match {
        flex-basis: 500px;
        transition: 0.5s linear;
    }
}

@media (max-width: 1250px) {
    .slide-banner .table-match {
        flex-basis: 505px;
        transition: 0.5s linear;
    }
}

@media (max-width: 1200px) {
    .slide-banner .table-match {
        flex-basis: 545px;
        transition: 0.5s linear;
    }

    #main-slide-banner .slide .mc-match-item-flex {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (max-width: 1150px) {
    .slide-banner .table-match {
        flex-basis: 570px;
        transition: 0.5s linear;
    }
}

@media (max-width: 1100px) {
    .slide-banner .table-match {
        flex-basis: 570px;
        transition: 0.5s linear;
    }
}

@media (max-width: 1050px) {
    .slide-banner .table-match {
        flex-basis: 585px;
        transition: 0.5s linear;
    }
}

@media (max-width: 1000px) {
    .slide-banner .table-match {
        flex-basis: 625px;
        transition: 0.5s linear;
    }
}

@media (max-width: 950px) {
    .slide-banner .table-match {
        flex-basis: 650px;
        transition: 0.5s linear;
    }
}

@media (max-width: 900px) {
    .slide-banner .table-match {
        flex-basis: 685px;
        transition: 0.5s linear;
    }
}

@media (max-width: 860px) {
    .slide-banner .table-match {
        flex-basis: 735px;
        transition: 0.5s linear;
    }
}

@media (max-width: 810px) {
    .slide-banner .table-match {
        flex-basis: 800px;
        transition: 0.5s linear;
    }

    #main-slide-banner .slide .mc-match-item-flex {
        padding-right: 10px;
        padding-left: 10px;
    }

}

@media (max-width: 780px) {
    .slide-banner .table-match {
        flex-basis: 845px;
        transition: 0.5s linear;
    }
}

@media (max-width: 750px) {
    .slide-banner .table-match {
        flex-basis: 660px;
        transition: 0.5s linear;
    }
}

@media (max-width: 725px) {
    .slide-banner .table-match {
        flex-basis: 675px;
        transition: 0.5s linear;
    }
}

@media (max-width: 700px) {
    .slide-banner .table-match {
        flex-basis: 700px;
        transition: 0.5s linear;
    }
}

@media (max-width: 675px) {
    .slide-banner .table-match {
        flex-basis: 745px;
        transition: 0.5s linear;
    }
}

@media (max-width: 650px) {
    .slide-banner .table-match {
        flex-basis: 800px;
        transition: 0.5s linear;
    }
}

@media (max-width: 600px) {
    #table_main_turnir .bfoot ul.table_divizion li span.two {
        width: 85px !important;
    }

    .slide-banner .table-match {
        flex-basis: 625px;
        transition: 0.5s linear;
    }

    .bfoot ul.table_divizion li span.team {
        width: 105px !important;
    }

}

@media (max-width: 560px) {
    #table_main_turnir .bfoot ul.table_divizion li span.two {
        width: 70px !important;
    }

    .slide-banner .table-match {
        flex-basis: 625px;
        transition: 0.5s linear;
    }

    #table_main_turnir .bfoot ul.table_divizion li span.six {
        width: 40px !important;
    }

    #main-slide-banner .mc-match-item-flex .titleMath .noScore {
        font-size: 18px;
    }
}

@media (max-width: 500px) {

    .slide-banner {
        -webkit-flex-direction: column; /* Safari */
        flex-direction: column;
        transition: 0.5s linear;
    }

    .slide-banner .table-match {
        width: 100%;
        transition: 0.5s linear;
    }

    .slide-banner .table-match .filter {
        width: 100%;
    }

    #main-slide-banner .slick-list {
        margin-bottom: 11px;
    }

    #table_main_turnir .bfoot ul.table_divizion {
        width: 380px !important;
    }

    #main-slide-banner .mc-match-item-flex .titleMath .noScore {
        font-size: 24px;
    }
}

@media (max-width: 350px) {

    #table_main_turnir .bfoot ul.table_divizion {
        width: 380px !important;
    }

    .bfoot ul.table_divizion li span.team {
        width: 105px !important;
    }

}

#main-slide-banner .mc-match-item-flex .params a div:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    /*transition: 0.1s;*/
}

#main-slide-banner > div.slick-list.draggable > div > div.slick-slide.slick-current.slick-active > div > div > div.border {
    border: 0.5px solid #fff !important;
}
/* End */


/* Start:/local/templates/hcdonbass2018/../../common/slick/slick.css?15477969871327*/
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}
/* End */


/* Start:/local/templates/hcdonbass2018/../../common/slick/slick-theme.css?15477969872325*/
@charset "UTF-8";.slick-loading .slick-list{background:#fff url(/local/templates/hcdonbass2018/../../common/slick/ajax-loader.gif) center center no-repeat}.slick-next,.slick-prev{position:absolute;display:block;height:20px;width:20px;line-height:0;font-size:0;cursor:pointer;background:0 0;color:transparent;top:50%;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);padding:0;border:none;outline:0}.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover{outline:0;background:0 0;color:transparent}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-size:20px;line-height:1;color:#fff;opacity:.75;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@font-face{font-family:slick;font-display:swap;font-weight:400;font-style:normal;src:url(/local/templates/hcdonbass2018/../../common/slick/fonts/slick.eot);src:url(/local/templates/hcdonbass2018/../../common/slick/fonts/slick.eot?#iefix) format('embedded-opentype'),url(/local/templates/hcdonbass2018/../../common/slick/fonts/slick.woff) format('woff'),url(/local/templates/hcdonbass2018/../../common/slick/fonts/slick.ttf) format('truetype'),url(/local/templates/hcdonbass2018/../../common/slick/fonts/slick.svg#slick) format('svg')}.slick-prev{left:-25px}[dir=rtl] .slick-prev{left:auto;right:-25px}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{left:-25px;right:auto}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted .slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;list-style:none;display:block;text-align:center;padding:0;margin:0;width:100%}.slick-dots li{position:relative;display:inline-block;height:20px;width:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{border:0;background:0 0;display:block;height:20px;width:20px;outline:0;line-height:0;font-size:0;color:transparent;padding:5px;cursor:pointer}.slick-dots li button:focus,.slick-dots li button:hover{outline:0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{position:absolute;top:0;left:0;content:"•";width:20px;height:20px;font-size:6px;line-height:20px;text-align:center;color:#000;opacity:.25;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{color:#000;opacity:.75}
/* End */


/* Start:/local/components/new_slide2018/match.turnirTable/templates/new2018/style.css?16231569219141*/
.block3_tur {
}

.block3_top {
}

#table_main_turnir .bfoot {
    max-width: 100%;
    overflow: hidden;
    padding-top: 5px;
    /* border: 0px solid; */
    background: #4f4f4f;
    background: linear-gradient(to top, #232323, #4f4f4f);

}

#table_main_turnir .bfoot div {
    padding-left: 5px;
}

#table_main_turnir .bfoot .red_mark {
    background: #c00220;
    height: 15px;
}

#turnir_tables .info5 {
    min-height: 108px;
}

#turnir_tables .links3 {
}

#turnir_tables .links3 table {
    width: 100%;
}

#turnir_tables .links3 td {
    height: 36px;
    text-align: right;
}

#turnir_tables .links3 .shadow-right span {
    position: absolute;
    margin-top: -36px;
    margin-right: -7px;
    font-size: 0px;
    z-index: 1;
}

#turnir_tables .links3 .shadow-left span {
    position: absolute;
    margin-top: -36px;
    margin-left: -7px;
    font-size: 0px;
    z-index: 1;
}

#turnir_tables .links3 .hidden {
    visibility: hidden;
    display: none;
}

#turnir_tables .links3 .hidden {
    visibility: hidden;
    display: none;
}

#turnir_tables .links3 a {
}

#turnir_tables .links3 a.last {
    color: #000;
    text-decoration: none;
    font-weight: bold;
    height: 28px;
    padding-top: 8px;
    display: block;
    text-align: center;
}

#turnir_tables .links3 a.nodevision {
    background: none;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    height: 28px;
    padding-top: 8px;
    display: block;
    text-align: center;
}

#turnir_tables .links3 a:hover {
    color: #d81c38;
}

#turnir_tables .links3 .active a {

}

#turnir_tables .links3 .active .last {

}

#turnir_tables .links3 .active .one {

}

#turnir_tables .links3 .one {

}

#turnir_tables .links3 .last {
    background: none;
}

#turnir_tables .links4 {
    text-align: center;
    font-size: 12px;
    padding-top: 8px;
}

#turnir_tables .links4 a {

}

#turnir_tables .links4 .active {

}

#turnir_tables .links4 a:hover {
    color: #d71c38;
}

#turnir_tables .time3 {
    text-align: center;
    font-size: 12px;
    color: #515f64;
    margin: 0;
    padding: 0px;
}

#turnir_tables .time3 span {
    color: #d81c38;
}

#turnir_tables .inf2 {
    text-align: center;
    font-size: 11px;
    color: #000;
    margin: 0;
    padding-bottom: 7px;
}

#turnir_tables .info7 {
}

#turnir_tables .info7 table {
    width: 100%;
}

#turnir_tables .info7 td {
    vertical-align: middle;
}

#turnir_tables .info7 p {
    margin: 0;
}

#turnir_tables .t10 {
    width: 120px;
    text-align: center;
    font-size: 0px;
}

#turnir_tables .t11 {
    font-size: 24px;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
}

#turnir_tables .t11 p {
    padding-top: 5px;
    white-space: nowrap;
    vertical-align: center;
    margin: 0;
}

#turnir_tables .info8 {
    font-size: 11px;
    color: #d3d3d3;
    text-align: center;
    margin-top: -15px;
}

#turnir_tables .info8 span {
    font-size: 11px;
    color: #5b686d;
}

#turnir_tables .info8 p {
    margin: 0;
    padding: 0px;
}

#turnir_tables .info7 .name2 {
    font-size: 11px;
    color: #5b686d;
}

#turnir_tables .info7 .name2_team {
    color: #d81c38;
    font: bold 12px/13px Arial;
    text-decoration: none;
}

#turnir_tables .info6 {
    font-size: 11px;
    padding-top: 12px;
    min-height: 55px;
}

#turnir_tables .info6 ul {
    padding: 0;
    list-style: none;
}

#turnir_tables .info6 li {
    float: left;
    padding-left: 21px;
    min-width: 130px;
    padding-top: 1px; /*margin-left: 24px; */
    list-style-type: none; /* Убираем маркеры */
}

#turnir_tables .info6 a {
    color: #515f65;
    text-decoration: none;
}

#turnir_tables .info6 a:hover {
    color: #d71c38;
    text-decoration: underline;
}

#turnir_tables .info6 .active a {
    color: #d71c38;
    text-decoration: underline;
}

#turnir_tables .info6 span {
    position: absolute;
    margin-left: -21px;
}

.slide-show {
    display: block;
}

.slide-hide {
    display: none;
}

#turnir_tables ul.info_matc li a.protok {

}

#turnir_tables ul.info_matc li a.protok:hover {

}

#turnir_tables ul.info_matc li a.press {

}

#turnir_tables ul.info_matc li a.press:hover {

}

#turnir_tables ul.info_matc li a.online {

}

#turnir_tables ul.info_matc li a.online:hover {

}

#turnir_tables ul.info_matc li a.photo {

}

#turnir_tables ul.info_matc li a.photo:hover {

}

#turnir_tables ul.info_matc li a.histor {

}

#turnir_tables ul.info_matc li a.histor:hover {

}

#turnir_tables ul.info_matc li a.ontv {

}

#turnir_tables ul.info_matc li a.ontv:hover {

}

#turnir_tables ul.info_matc li a.video {

}

#turnir_tables ul.info_matc li a.video:hover {

}

#turnir_tables a.bilet {
    text-align: center;
    color: #D81C38;
    font: 12px/12px arial, sans-serif;
    width: 50px;
}

#table_main_turnir .bfoot h3 {
    font-size: 14px;
    color: #000;
    margin: 5px auto;
    text-align: center;
    margin-bottom: 10px;
}

#table_main_turnir .bfoot .divizion {
    position: relative;
    z-index: 9999;
    color: #fff;
    display: block;
    font-size: 13px;
    height: 27px;
    line-height: 15px;
    margin: -4px 0 3px 3px;
    width: 250px;
}

#table_main_turnir .bfoot .divizion img {
    float: left;
    margin-right: 6px;
    /* margin-top:2px; */
}

#table_main_turnir .bfoot span.playoff, .bfoot .divizion {
    color: #f5f5f5;
    /* display: block; */
    font-size: 12px;
    height: 25px;
    line-height: 12px;
    margin: 0 0 8px 3px;
    width: 245px;
    font-weight: bold;
    text-transform: uppercase;
}

#table_main_turnir .bfoot span.playoff img {
    float: left;
    margin-right: 6px;
    margin-top: 2px;
}

#table_main_turnir .bfoot ul.table_divizion {
    width: 200%;
    margin: 0 auto;
    margin-left: -40px;
}

#table_main_turnir .bfoot ul.table_divizion li {
    height: 20px;
    line-height: 14px;
    font-size: 12px;
    color: #fff;
    border-bottom: 0.5px solid #fff;
    z-index: 300;
    list-style-type: none;
    padding-top: 2px;
}

#table_main_turnir .bfoot ul li.head_divizion {
    text-align: center;
    height: 20px;
    line-height: 14px;
    font-size: 12px;
    color: #bfbfbf;
    font-family: Tahoma;
    display: flex;
}

#table_main_turnir .bfoot ul li.head_divizion .two {
    text-transform: none !important;
}

#table_main_turnir .bfoot ul.table_divizion li span {
    display: block;
    float: left;
}

#table_main_turnir .bfoot ul.table_divizion li:not(.head_divizion) span.team {
    text-transform: uppercase;
}

#table_main_turnir .bfoot ul.table_divizion li span.first {
    text-align: center !important;
    text-align: center;
    width: 35px;
}

#table_main_turnir .bfoot ul.table_divizion li span.two {
    padding-left: 2px;
    width: 130px;
    text-align: left;
    text-transform: uppercase;
    line-height: 15px;
    overflow: hidden;
    height: 18px;
}

#table_main_turnir .bfoot ul.table_divizion li span.three {
    text-align: center !important;
    width: 40px;
}

#table_main_turnir .bfoot ul.table_divizion li span.four {
    text-align: center !important;
    width: 40px;
}

#table_main_turnir .bfoot ul.table_divizion li span.five {
    text-align: center !important;
    width: 40px;
}

#table_main_turnir .bfoot ul.table_divizion li span.six {
    text-align: center !important;
    width: 50px;
}

#table_main_turnir .bfoot ul.table_playoff {
    width: 298px;
    margin: 0 auto;
}

#table_main_turnir .bfoot ul.table_playoff li {
    height: 14px;
    line-height: 14px;
    font-size: 11px;
    color: #000;
    border: 1px #515f65 solid;
    margin-bottom: 1px;
    border-radius: 3px;
    text-align: center !important;
    list-style-type: none; /* Убираем маркеры */
}

#table_main_turnir .bfoot ul.table_playoff li.head_playoff {
    text-align: center;
    height: 14px;
    line-height: 14px;
    font-size: 11px;
    color: #000;
    background: #515f65;
}

#table_main_turnir .bfoot ul.table_playoff li span {
    display: block;
    float: left;
}

#table_main_turnir .bfoot ul.table_playoff li span.first {
    width: 30px;
}

#table_main_turnir .bfoot ul.table_playoff li span.two {
    width: 100px;
}

#table_main_turnir .bfoot ul.table_playoff li span.three {
    width: 40px;
}

#table_main_turnir .bfoot ul.table_playoff li span.four {
    width: 100px;
}

#table_main_turnir .bfoot ul.table_playoff li span.five {
    width: 26px;
}

#table_main_turnir .bfoot #tabs-1 .podr, .bfoot .ui-widget-content .podr {
    float: right;
    height: 10px;
    line-height: 5px;
    margin: 5px 5px 10px 0;
}

#table_main_turnir .bfoot #tabs-1 .podr, .bfoot .ui-widget-content .podr {
    float: right;
    height: 10px;
    line-height: 5px;
    margin: 5px 5px 10px 0;
}

.bfoot ul.table_divizion li span.team {
    width: 140px;
    text-align: center;
    height: 15px;
    overflow: hidden;
}

.bfoot ul.table_divizion li span.count {
    width: 56px;
    text-align: center;
}

/*----------------------------------------------------------------------------------------------------------*/

@media (max-width: 500px) {

    #table_main_turnir .bfoot div div {
        text-align: -webkit-center;
    }
}

/* End */


/* Start:/include/multimedia-on-main/css/style.css?1623153237949*/
.b-multimedia-on-main{
	background: #fff;
	font-family: HeliosCondC, sans-serif;
	font-size: 21px;
	color: #232323;
	padding-top: 40px;
	padding-bottom: 1px;
	line-height: 1.2;
}

.b-multimedia-on-main__block-header{
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}

.b-multimedia-on-main__block-header::before{
	content: '';
	display: block;
	background: url(/include/multimedia-on-main/css/../images/multimedia-icon-compressed.svg) center center no-repeat;
	margin: 0 auto 9px;
	width: 43px;
	height: 43px;
}

.multimedia-items-holder-block{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 6px 6px;
}

/* End */


/* Start:/local/components/comp2018a/multimedia.on.main/templates/photo/style.css?1623156727732*/
.b-multimedia-holder__all-albums-link--photo::before{
	background: url(/local/components/comp2018a/multimedia.on.main/templates/photo/images/multimedia-photo-icon.svg) no-repeat;
	width: 23px;
	height: 22px;
	background-size: auto 100%;
}

a.b-multimedia-holder__all-albums-link--photo:hover::before{
	background-position: -24px 0;
}


.b-photo-count{
	position: absolute;
	bottom: 14px;
	right: 14px;
	font-size: 21px;
	font-weight: bold;
}

.b-photo-count::before{
	display: inline-block;
	content: '';
	vertical-align: middle;
	background: url(/local/components/comp2018a/multimedia.on.main/templates/photo/images/multimedia-photo-icon.svg) no-repeat;
	background-size: auto 13px;
	width: 17px;
	height: 13px;
	margin-right: 6px;
	background-position: -26px 0;
}


.b-multimedia-item__hovered--photo{
	cursor: default;
}
/* End */


/* Start:/local/templates/hcdonbass2018/css/pieces/b-multimedia-holder.css?15339263244155*/
.b-multimedia-holder {
	width: 50%;
}

.b-multimedia-holder__header-holder{
	display: block;
	text-align: center;
	color: #232323;
	vertical-align: middle;
	font-family: HeliosCondC, sans-serif;
	font-size: 21px;
	line-height: 1.2;
}

.b-multimedia-holder__all-albums-link{
	color: #232323;
	text-decoration: none;
	margin-bottom: 12px;
	display: inline-block;
}

a.b-multimedia-holder__all-albums-link:hover{
	color: #C9001F;
}

.b-multimedia-holder__all-albums-link::before{
	content: '';
	display: inline-block;
	font-size: 21px;
	line-height: 21px;
	vertical-align: middle;
	margin-right: 10px;
}

.b-multimedia-holder__items-holder{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 6px;
}

.b-multimedia-item{
	padding: 6px;
	width: 50%;
	max-width: 432px;
	position: relative;
	cursor: pointer;
}

.b-multimedia-item__not-hovered{

}

.b-multimedia-item__hovered{
	display: none;
	position: absolute;
	left: 6px;
	right: 6px;
	bottom: 6px;
	top: 6px;
	background: #C9001F;
	color: #fff;
	padding: 14px;
	cursor: pointer;
}

.b-multimedia-item:hover .b-multimedia-item__hovered{
	display: block;
}

.b-multimedia-item:hover .b-multimedia-item__not-hovered{
	opacity: 0;
}

.b-multimedia-item__name{
	font-size: 30px;
	line-height: 1.2;
	font-weight: bold;
	margin-bottom: 19px;
}

.b-multimedia-item__date{
	font-size: 14px;
	line-height: 1.2;
}

.b-multimedia-item__pseudo_link{
	font-size: 14px;
	line-height: 24px;
	text-decoration: underline;
	position: absolute;
	bottom: 14px;
	color: #fff;
}

@media screen and ( max-width: 1600px ){
	.b-multimedia-item__name{
		font-size: 26px;
	}
}


@media screen and ( max-width: 1280px ){
	.b-multimedia-item__name{
		font-size: 21px;
	}
}


@media screen and ( max-width: 1050px ){
	.b-multimedia-item__name{
		font-size: 16px;
		margin-bottom: 10px;
	}
}

@media screen and ( max-width: 1000px ){
	.b-multimedia-item__pseudo_link{
		max-width: 55px;
		line-height: 1.2;
		vertical-align: bottom;
	}
}

@media screen and ( max-width:955px ){

	.b-multimedia-item__pseudo_link{
		font-size: 12px;
	}

	.b-multimedia-item__date{
		font-size: 12px;
	}
}

@media screen and ( max-width:890px ){
	.b-multimedia-item__name{
		font-size: 14px;
		margin-bottom: 8px;
	}
}

@media screen and ( max-width:825px ){

	.b-multimedia-holder{
		width: 100%;
		margin-bottom: 18px;
	}

	.b-multimedia-holder:last-of-type{
		margin-bottom: 0;
	}

	.b-multimedia-item__name{
		font-size: 21px;
		margin-bottom: 19px;
	}

	.b-multimedia-item__pseudo_link{
		font-size: 14px;
	}

	.b-multimedia-item__date{
		font-size: 14px;
	}

	.b-multimedia-item__pseudo_link{
		max-width: none;
	}
}


@media screen and ( max-width:640px ){
	.b-multimedia-item__hovered{
		padding: 10px;
	}

	.b-multimedia-item__name{
		font-size: 18px;
		margin-bottom: 10px;
	}

	.b-multimedia-item__pseudo_link{
		font-size: 14px;
		max-width: 55px;
	}

	.b-multimedia-item__date{
		font-size: 14px;
	}
}


@media screen and ( max-width:400px ){

	.b-multimedia-item__name{
		font-size: 16px;
		margin-bottom: 10px;
	}

	.b-multimedia-item__pseudo_link{
		font-size: 12px;
		max-width: 55px;
	}

	.b-multimedia-item__date{
		font-size: 12px;
	}
}

@media screen and ( max-width:370px ){
	.b-multimedia-item__name{
		margin-bottom: 5px;
	}
}

@media screen and ( max-width:360px ){
	.b-multimedia-item__pseudo_link{
		bottom: 7px;
	}
}

@media screen and ( max-width:355px ){
	.b-multimedia-item{
		width: 100%;
	}

	.b-multimedia-holder:last-of-type{
		margin-bottom: 0;
	}

	.b-multimedia-item__name{
		font-size: 21px;
		margin-bottom: 19px;
	}

	.b-multimedia-item__pseudo_link{
		font-size: 14px;
	}

	.b-multimedia-item__date{
		font-size: 14px;
	}

	.b-multimedia-item__pseudo_link{
		max-width: none;
	}

	.b-multimedia-item__pseudo_link{
		bottom: 14px;
	}
}
/* End */


/* Start:/local/common/packages/magnific-popup/css/magnific-popup.css?16231654816951*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* End */


/* Start:/local/components/comp2018a/multimedia.on.main/templates/video/style.css?1623156728522*/
.b-multimedia-holder__all-albums-link--video::before{
	background: url('/local/components/comp2018a/multimedia.on.main/templates/video/images/multimedia-video-icon.svg') top left no-repeat;
	width: 19px;
	height: 22px;
}

a.b-multimedia-holder__all-albums-link--video:hover::before{
	background-position: -23px 0;
}

.b-multimedia-item--video::before{
	content: '';
	display: block;
	position: absolute;
	left: 6px;
	bottom: 6px;
	width: 30px;
	height: 30px;
	background: url(/local/components/comp2018a/multimedia.on.main/templates/video/images/multimedia-video-icon-play.svg) top left no-repeat;
	background-size: auto 100%;
}
/* End */


/* Start:/local/components/new_slide2018/school/templates/.default/style.css?16231569308585*/
:focus {
    outline-color: #fff !important;
}

#main-slide-banner-scholl .slide {
    text-align: -webkit-center;
}

.title-slider-scholl {
    background: #1e1e1e;
    padding: 5px 20px;
    margin: 0;
    font-family: HeliosCondC, sans-serif
}

#main-slide-banner-scholl {
    display: none;
    font-family: HeliosCondC, sans-serif
}

#main-slide-banner-scholl .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    margin-left: 48px;
    margin-right: 48px;
}

#main-slide-banner-scholl {
    background: #fff;
}

/*#main-slide-banner-scholl .now {*/
/*background: #f0f0f0;*/
/*}*/

#main-slide-banner-scholl .mc-match-item-flex .title {
    display: flex;
    color: #848484;
    line-height: 15px;
    height: 15px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    overflow: hidden;
}

#main-slide-banner-scholl .mc-match-item-flex .titleMath .noScore {
    font-size: 24px;
    font-weight: bold;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
}

#main-slide-banner-scholl .border {
    border: 0.5px solid #8b8b8b7a;
    width: 0;
    height: 20px;
    display: block;
    position: absolute;
    top: 53px;
}

#main-slide-banner-scholl .mc-match-item-flex .info {
    text-align: center;
    font-size: 12px;
    color: #848484;
    height: 20px;
    overflow: hidden;
    line-height: 20px;
}

#main-slide-banner-scholl .mc-match-item-flex .dateTime {
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    padding-top: 5px;
}

#main-slide-banner-scholl .mc-match-item-flex .dateTime .date {
    font-weight: bold;
}

#main-slide-banner-scholl .mc-match-item-flex .titleMath {
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-justify-content: space-between; /* Safari */
    justify-content: space-between;
}

#main-slide-banner-scholl .mc-match-item-flex .titleMath .logo {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

#main-slide-banner-scholl .mc-match-item-flex .titleMath .logo img {
    height: 20px;
}

#main-slide-banner-scholl .mc-match-item-flex .titleMath .name {
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}

#main-slide-banner-scholl .mc-match-item-flex .titleMath .comanda {
    /*width: 30%;*/
}
#main-slide-banner-scholl .mc-match-item-flex .params{
	display:flex;
	justify-content:space-around;
}
#main-slide-banner-scholl .mc-match-item-flex .params object {
    display: flex;
    -webkit-justify-content: space-around; /* Safari */

    justify-content: space-around;

    min-height: 12px;

}

#main-slide-banner-scholl .mc-match-item-flex .params .efir {
    display: inline-block;
    width: 82px;
    height: 12px;
    cursor: pointer;
    background-image: url(/local/templates/hcdonbass2018/images/mark_efir.svg);
}

#main-slide-banner-scholl .mc-match-item-flex .params .sell {
    display: inline-block;
    width: 29px;
    height: 12px;
    cursor: pointer;
    background-image: url(/local/templates/hcdonbass2018/images/sell_mark.jpg);
}

#main-slide-banner-scholl .mc-match-item-flex .params .sell:hover {
    display: inline-block;
    width: 29px;
    height: 12px;
    cursor: pointer;
    background-image: url(/local/templates/hcdonbass2018/images/sell_mark_h.png);
}

#main-slide-banner-scholl .mc-match-item-flex .params .video {
    display: inline-block;
    width: 61px;
    height: 12px;
    cursor: pointer;
    background-image: url(/local/templates/hcdonbass2018/images/mark_video2.svg);
}

#main-slide-banner-scholl .mc-match-item-flex .params .youtube {
    display: inline-block;
    width: 20px;
    height: 15px;
    cursor: pointer;
    background-image: url(/local/templates/hcdonbass2018/images/youtube.jpg);
}

#main-slide-banner-scholl .mc-match-item-flex .params .youtube_nolink {
    display: inline-block;
    width: 20px;
    height: 15px;
    cursor: pointer;
    background-image: url(/local/templates/hcdonbass2018/images/youtube_nolink.jpg);
}

/*------------------------------------------------------------------------*/
#main-slide-banner-scholl .slick-dots li.slick-active button:before {
    opacity: 1;
    color: red;
}

#main-slide-banner-scholl .slick-prev:before {
    content: '';
}

#main-slide-banner-scholl .slick-next:before {
    content: '';
}


#main-slide-banner-scholl .slick-dots {
    bottom: 32px;
}

#main-slide-banner-scholl .slick-prev, #main-slide-banner-scholl .slick-next {
    /* font-size: 0; */
    /* line-height: 0; */
    position: absolute;
    top: 50%;
    display: block;
    /*width: 50px;*/
    height: 125px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #ffffff;
    border: none;
    outline: none;
    z-index: 1;
    opacity: .95;
}

.slide-banner.school{
    opacity: 1;
}


#main-slide-banner-scholl .slide .mc-match-item-flex:hover {
    text-decoration: none;
}

#main-slide-banner-scholl .slide .mc-match-item-flex > a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: unset;
    color: #000;
}

#main-slide-banner-scholl .slide .mc-match-item-flex {
    height: 125px;
    max-width: 170px;
    padding: 10px;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-right: 15px;
    padding-left: 15px;
}

#main-slide-banner-scholl .slide .mc-match-item-flex:hover {
    cursor: pointer;
    background: #f0f0f0;
}

#main-slide-banner-scholl .mc-match-item-flex:hover .titleMath .noScore {
    color: red;
}

#main-slide-banner-scholl .slide .mc-match-item-flex .bx_catalog_item_title {
    min-height: 40px;
}

#main-slide-banner-scholl .slick-track .slick-slide:first-child .slide > .border {
    display: none;
}



#main-slide-banner-scholl .mc-match-item-flex .params a div:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    /*transition: 0.1s;*/
}

/*--------------*/
#main-slide-banner-scholl .slick-prev, #main-slide-banner .slick-next {
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #ffffff;
    border: none;
    outline: none;
    z-index: 1;
    width: 20px;
}



#main-slide-banner-scholl .slick-prev {
    left: 10px;
    height: 100%;
    /*background: url(/local/templates/hcdonbass2018/images/arrow_sprite.png) 11px -26px;*/
    /*background-repeat: no-repeat;*/

}

#main-slide-banner-scholl .slick-prev:before {
    content: '';
    left: 10px;
    height: 13px;
    background: url(/local/templates/hcdonbass2018/images/arrow_sprite.png) 11px -26px;
    background-repeat: no-repeat;
    display: block;
}


#main-slide-banner-scholl .slick-next {
    right: 10px;
    height: 100%;
    /*background: url(/local/templates/hcdonbass2018/images/arrow_sprite.png) -11px -26px;*/
    /*background-repeat: no-repeat;*/
}


#main-slide-banner-scholl .slick-next:before {
    content: '';
    right: 10px;
    height: 13px;
    background: url(/local/templates/hcdonbass2018/images/arrow_sprite.png) -11px -26px;
    background-repeat: no-repeat;
    display: block;
}


#main-slide-banner-scholl .slick-prev:hover:before  {
    right: 25px;
    height: 13px;
    background: url(/local/templates/hcdonbass2018/images/arrow_sprite.png) 11px -52px;
    background-repeat: no-repeat;
    display: block;
}

#main-slide-banner-scholl .slick-next:hover:before {
    right: 10px;
    height: 13px;
    background: url(/local/templates/hcdonbass2018/images/arrow_sprite.png) -11px -52px;
    background-repeat: no-repeat;
    display: block;
}

#main-slide-banner-scholl .slick-next.slick-disabled:hover:before, #main-slide-banner-scholl .slick-next.slick-disabled {
    right: 10px;
    height: 13px;
    background: url(/local/templates/hcdonbass2018/images/arrow_sprite.png) -11px 0;
    background-repeat: no-repeat;
    cursor: unset;
}

#main-slide-banner-scholl .slick-prev.slick-disabled:hover:before, #main-slide-banner-scholl .slick-prev.slick-disabled {
    right: 25px;
    height: 13px;
    background: url(/local/templates/hcdonbass2018/images/arrow_sprite.png) 11px 0;
    background-repeat: no-repeat;
    cursor: unset;
}
/* End */
/* /local/components/comp2018a/main.top.news/templates/.default/style.css?16231567203306 */
/* /local/templates/hcdonbass2018/css/pieces/news-list-top.css?15372799102976 */
/* /local/components/new_slide2018/mc/templates/.default/style.css?162315692317099 */
/* /local/templates/hcdonbass2018/../../common/slick/slick.css?15477969871327 */
/* /local/templates/hcdonbass2018/../../common/slick/slick-theme.css?15477969872325 */
/* /local/components/new_slide2018/match.turnirTable/templates/new2018/style.css?16231569219141 */
/* /include/multimedia-on-main/css/style.css?1623153237949 */
/* /local/components/comp2018a/multimedia.on.main/templates/photo/style.css?1623156727732 */
/* /local/templates/hcdonbass2018/css/pieces/b-multimedia-holder.css?15339263244155 */
/* /local/common/packages/magnific-popup/css/magnific-popup.css?16231654816951 */
/* /local/components/comp2018a/multimedia.on.main/templates/video/style.css?1623156728522 */
/* /local/components/new_slide2018/school/templates/.default/style.css?16231569308585 */
