

/* Start:/local/templates/Sanruzh2023/components/bitrix/news/ruzha_khutar/bitrix/news.list/.default/style.css?17778901214870*/
.hero-restore{
	margin-top: -44px;
	position: relative;
}
.hero-restore__bg img{
	width: 100%;
}
@media only screen and (max-width:768px){
	.hero-restore__bg img{
		width: auto;
	}
}
.hero-restore .main-container {
	position: absolute;
	bottom: -3rem;
	width: 100%;
	left: 0;
	right: 0;
}
@media only screen and (min-width: 768px) {
	.hero-restore-title {
		font-size: 32px;
	}

}

.hero-restore-title {
	color: #FFF;
	text-align: center;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 30px;
}
@media only screen and (min-width: 390px) {
	.hero-restore-title {
		font-size: 26px;
	}
	.hero-restore .main-container{
		bottom: 5rem;
	}

}
.hero-restore__description{
	color: #FFF;
	text-align: center;
	font-family: "Open Sans";
	padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
	.restore-tabs{
		gap: 12px;
	}

	.restore-tabs li{
		width: 100%;
	}
	.restore-tab__btn{
		height: 46px;
	}
}
.restore-tabs {
	display: -ms-grid;
	display: grid;
	margin: 0;
	padding: 0;
	list-style: none;
	/*margin-bottom: 20px;*/
	gap: 12px;
}
.restore-tab__btn:hover {
	background: #EAEAEA;
}

.restore-tab__btn.active {
	background: #EAEAEA;
}
@media only screen and (min-width: 375px){
	.restore-tab__btn {
		font-size: 16px;
	}
}
@media only screen and (min-width: 390px) {
	.restore-tab__btn {
		letter-spacing: 0;
	}
	.hero-restore__description{
		padding: 0;
		font-size: 11px;
	}
}
@media only screen and (min-width: 992px) {
	.restore-tab__btn {
		padding: 19.8px 15px;
	}
}

.restore-tabs{
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	margin-top: 5px;
}


.restore-tabs{
	display: flex;
	gap: 14px 10px;
	margin-top: 47px;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
}
@media only screen and (max-width: 767px) {
	.restore-tabs {
		gap: 12px;

	}
}

.restore-tabs li{
	width: calc(50% - 5px);
}
@media only screen and (max-width: 767px) {
	.restore-tabs li:first-child {
		order: 1;
	}
}
@media only screen and (max-width: 767px) {
	.restore-tabs li {
		width: 100%;
	}
}
.restore-tab__btn{
	cursor: pointer;
	text-decoration: none;
	color: #9C0F0F;
	font-family: "Open Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%; /* 22.4px */
	border-radius: 10px;
	background: #FFF;
	box-shadow: 0px 4px 24px 0px rgba(188, 201, 210, 0.25);
	height: 62px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .3s all ease;
}
.restore-link__btn{
	cursor: pointer;
	text-decoration: none;
	color: #9C0F0F;
	font-family: "Open Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%; /* 22.4px */
	border-radius: 10px;
	background: #FFF;
	box-shadow: 0px 4px 24px 0px rgba(188, 201, 210, 0.25);
	height: 62px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .3s all ease;
}
@media only screen and (max-width: 767px) {
	.restore-tab__btn {
		height: 46px;
	}
	.restore-link__btn {
		height: 46px;
	}
}
.restore-tab__btn:hover{
	background: #EAEAEA;
	box-shadow: 0px 4px 24px 0px rgba(188, 201, 210, 0.25);
}
.restore-link__btn:hover{
	background: #EAEAEA;
	box-shadow: 0px 4px 24px 0px rgba(188, 201, 210, 0.25);
}

.restore-tab__btn.active{
	background: #EAEAEA;
	box-shadow: 0px 4px 24px 0px rgba(188, 201, 210, 0.25);
}
.restore-link__btn.active{
	background: #EAEAEA;
	box-shadow: 0px 4px 24px 0px rgba(188, 201, 210, 0.25);
}

.restore-tab-pane .tab-pane{
	display: none;
	scroll-margin-top: -600px
}

.restore-tab-pane .tab-pane.active{
	display: block;
}
.tab-pane{
	margin-bottom: 50px;
}
.tab-pane.active {
	display: block;
}
.tab-pane {
	display: none;
}

.thermal-row {
	display: flex;
	flex-wrap: wrap;
	gap: 50px 10px;
}
@media only screen and (max-width: 767px) {
	.thermal-row {
		gap: 25px 16px;
	}
}
.thermal-item {
	width: calc(50% - 5px);
	text-decoration: none;
}

.thermal-item__image {
	width: 100%;
	position: relative;
}
.thermal-item__image img {
	width: 100%;
	object-fit: cover;
	border-radius: 8px;
	min-height: 310px;
}
@media only screen and (max-width: 767px) {
	.thermal-item {
		width: calc(50% - 8px);
	}
	.thermal-item__image img{
		min-height: 100%;
	}
}
.thermal-item__image svg {
	position: absolute;
	bottom: 20px;
	right: 15px;
	fill: #FFF;
	transition: .3s all ease;
}
.thermal-item__title {
	color: #333;
	font-family: "Open Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	margin: 27px 0 0 18px;
}
.thermal-show {
	display: none;
}
@media only screen and (max-width: 767px) {
	.thermal-show {
		margin-top: 30px;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 17px;
		color: #9C0F0F;
		font-family: "Open Sans";
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: 140%;
	}
}
.description-category{
	padding-top: 30px;
}
.restore-tab-pane{
	margin-top: 20px;
}
/* End */
/* /local/templates/Sanruzh2023/components/bitrix/news/ruzha_khutar/bitrix/news.list/.default/style.css?17778901214870 */
