

/* Start:/local/templates/topdog2022/components/bitrix/news/battles_all/style.css?1652054653420*/


.content-news .row-news-title h1{
	font-weight: 500;
	font-size: 60px;
	line-height: 75px;
	letter-spacing: 0.01em;
}


.content-news hr{
	border-bottom: 2px solid rgba(255, 255, 255, 0.32);
}


.content-news .row-news-title .count-news{
font-weight: 500;
font-size: 18px;
line-height: 27px;
/* identical to box height, or 150% */

text-align: right;
letter-spacing: 0.01em;
color: var(--color-text-200);
}












/* End */


/* Start:/local/templates/topdog2022/components/bitrix/catalog.sections.top/topdog/style.css?16520546534620*/

.battles-all-new .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent;
    background-clip: border-box;
    border: 0;
    border-radius: 0;
}

.battles-all-new .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 0;
}
.battles-all-new .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 30px 0;
}


.battles-all-new .card-header{
	text-align: center;
	border-bottom: 2px solid #383A3F;
	padding: 30px 0;
}

.battles-all-new .card-header h3{
	cursor: pointer;
	font-style: normal;
	font-weight: 800;
	font-size: 26px;
	text-transform: uppercase;
	color: #FFFFFF;
}

.battles-all-new .card-header h3.collapsed{
	color: #8A8A8A;
}


.battles-all-new .hidens{
	display: none;
}

.matchThisMobBattle{
	object-fit: cover;
}












.battles_planned-card{
	border: 1px solid #27292E;
	border-radius: 8px;
	background-color: var(--color-black-200);
	position: relative;
	height: 340px;
	background-position: bottom -50px center;
	background-repeat: no-repeat;
}

.battles_planned-card .title a{
	color: var(--color-white);
	text-decoration: none;
}

.battles_planned-card .title a:hover{
	color: var(--color-white);
	text-decoration: none;
}

.battles_planned-fighters{
	position: absolute;
	height: 340px;
	overflow: hidden;
	width: 100%;
}

.grayColorPobeda{
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}

.battles_planned-text{
	padding: 10px 20px 20px 20px;
	position: relative;
}

.battles_planned-fighters img{
	object-fit: cover;
	min-height: 50%;
    height: 100%;
}

.battles_planned-fighters-1{
	position: absolute;
	top: 30px;
	width: 50%;
	left: 15px;
	bottom: 0;
}

.battles_planned-fighters-2{
	position: absolute;
	top: 30px;
	right: 15px;
	width: 50%;
	bottom: 0;
	text-align: right;
}

.win-pobeda{
	position: absolute;
	bottom: 50px;
	right: -15px;
	width: 150px;
	background: var(--color-danger);
	color: #fff;
	font-style: normal;
	font-weight: 900;
	font-size: 18px;
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.01em;
	padding-top: 10px;
	padding-bottom: 10px;
	z-index: 100;
}

.btn-bat{
	position: absolute;
	bottom: 5px;
	right: 15px;
	z-index: 100;
}

.btn-bat.left{
	left: 15px;
	right: auto;
}

.win-drawn{
	position: absolute;
	bottom: 50px;
	right: -15px;
	width: 150px;
	background: var(--color-warning);
	color: #fff;
	font-style: normal;
	font-weight: 900;
	font-size: 18px;
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.01em;
	padding-top: 10px;
	padding-bottom: 10px;
	z-index: 100;
}

.win-pobeda.left, .win-drawn.left{
	left: -15px;
}

.battles_planned-button{
	position: absolute;
	bottom: 20px;
	z-index: 500;
	text-align: center;
	left: 0;
	right: 0;
}

.battles_planned-list .logo-1xbet{
	width: 130px;
}

.battles_planned-text p{
	color: var(--color-text-200);
}

.mob-attles_plann{
	width: 100%;
	text-align: center;
	background-color: var(--color-black-200);
	padding-bottom: 15px;
	padding-top: 0px;
	border-radius: 8px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	z-index: 1000;
}

.mobbattles_planned-list-img{
	overflow: hidden;
	padding-bottom: 50px;
}

@media (min-width: 1200px){
	
	.battles_planned-card{
		height: calc(280px + (340 - 280) * (100vw - 1200px) / (2000 - 1200));
	}
	
	.battles_planned-fighters{
		height: calc(280px + (340 - 280) * (100vw - 1200px) / (2000 - 1200));
	}
}

@media (min-width: 576px) and (max-width: 767.98px) { 

	.battles_planned-card{
		border: 1px solid #27292E;
		border-radius: 8px;
		background-color: var(--color-black-200);
		position: relative;
		height: 300px;
		background-position: bottom -50px center;
	}
	
	.battles_planned-fighters{
		position: absolute;
		height: 270px;
		overflow: hidden;
		width: 100%;
		bottom: 0;
	}
	
	.fighters-list-winblock-circle .h4{
		font-size: 20px;
	}
	

	
}

@media (max-width: 575.98px) {
	.battles_planned-card{
		height: auto;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}
	
	.battles_planned-text h4{
		font-size: 20px;
	}
	
	.battles_planned-card{
		background-position: top center;
		background-size: auto 120%;
	}
	
	.battles_planned-text {
		padding: 10px 0px 0px 0px;
		position: relative;
	}
	

	.btn-bat{
		position: absolute;
		bottom: -32px;
		right: 5px;
		left: 2.5px;
		z-index: 100;
	}

	.btn-bat.left{
		right: 2.5px;
		left: 5px;
	}
	
	
	.win-pobeda{
		bottom: 30px;
	}
	
}







/* End */
/* /local/templates/topdog2022/components/bitrix/news/battles_all/style.css?1652054653420 */
/* /local/templates/topdog2022/components/bitrix/catalog.sections.top/topdog/style.css?16520546534620 */
