
.oblitsovki-pechi-box{
	margin-top: 112px;
	background-image: url(/local/templates/.default/components/bitrix/news.list/pechi-v-oblitsovkah/bg-bottom.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 200px;
}
.oblitsovki-pechi-item{
	/* padding: 127px 40px 142px 90px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	font-family: 'Fira Sans';
font-style: normal; */
}
.oblitsovki-pechi-item_name{
	font-weight: 500;
	font-size: 71px;
    line-height: 90px;
	color: #275E37;
	margin-bottom: 43px;
	max-width: 334px;
}
.oblitsovki-pechi-item_description{
	font-weight: 400;
	font-size: 17px;
	line-height: 20px;
	text-align: center;
	color: #000000;
	max-width: 334px;
}
.dots_oblitsovki{
	margin: 59px auto 49px auto;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}


.dots_oblitsovki button{
	border: 0.7px solid transparent;
	outline: none !important;
	padding: 0;	

	background: none;
	width: 12px;
	height: 12px;	
	
	border-radius: 50%;
	margin-right: 11px;	
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.dots_oblitsovki button span{
	width: 9.58px;
	height: 9.58px;
	background: #C6C6C6;
	display: inline-block;
	border-radius: 50%;
}
.dots_oblitsovki button:last-child{	
	margin-right: 0px;
}

.dots_oblitsovki button.active{
	border: 0.7px solid #C9072B;		
	background: none;
	
	
	
}

.dots_oblitsovki button.active span{
	width: 4px;
	height: 4px;
	
	background: #C9072B;
	
}



.arrow_oblitsovki{
	display: flex;
    align-items: center;
    justify-content: center;
	
}
.arrow_oblitsovki button{
	padding: 0;
	border: none;
	outline: none !important;
	width: 54px;
	height: 54px;
	background: #C6C6C6;
	margin-right: 10px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.arrow_oblitsovki button:last-child{
	transform: rotate(180deg);
	margin-right: 0px;
}
.arrow_oblitsovki button:hover{	
	background: #E31E25;
}
.arrow_oblitsovki button:before{	
	content: '';
	background: url(/local/templates/.default/components/bitrix/news.list/pechi-v-oblitsovkah/arrows.png) center no-repeat;
	width: 29px;
	height: 14px;
	display: block;
}

@media(max-width: 576px){
	
	.oblitsovki-pechi-item{
		/* padding: 90px 10px; */
		margin-bottom: 0px;
		
	}
	.oblitsovki-pechi-item_name{
		font-size: 34px;
    	line-height: 40px;
		background-color: rgba(248, 246, 246, 0.584);
		margin-bottom: 0px;
		padding: 0 5px;

	}
	.oblitsovki-pechi-item_description{
		padding: 20px 5px 0 5px;
		font-size: 15px;
    	line-height: 19px;
		background-color: rgba(248, 246, 246, 0.584);
	}
	.dots_oblitsovki{
		margin: 35px auto 37px auto;
	}
	.oblitsovki-pechi-box {
		margin-top: 40px;		
		padding-bottom: 70px;
	}
}
