

/* Start:/local/templates/.default/components/bitrix/news.list/my_s/style.css?16690505882261*/
.tabs{
	display: flex;
	margin-bottom: 20px;
}
.wrap-tabs{
	/*border:1px solid blue;*/
	margin-top: 77px;
	color:#fff;
}

/* Стили для списка вкладок */
.tab-header {
	max-width: 350px;
	list-style: none;
	padding-left: 0;
	display: flex;
	align-items: left;
	flex-direction:column;
	margin: 0;
}

/* Стили для вкладки */
.tab-header__item {
	display: flex;
	/*padding: 30px 3px;*/
	margin-bottom: 76px;
	margin-right: 5px;
	cursor: pointer;
	color: #fefefe;
	font-family: "RF Dewi Extended";
	font-size: 24px;
	font-weight: 400;
}

/* Стили для активной вкладки */
.tab-header__item.active {
	position: relative;
	color:#c79256;

}

/* Стиль для списка контейнеров с содержимым вкладок */
.tab-content {
	list-style: none;
	padding: 0;
	margin: 0;
}

/* Стили для контейнера с содержимым вкладки */
.tab-content__item {
	margin-left: 190px;
	display: none;
	padding: 20px;
	/*border: 1px solid red;*/
	max-width: 470px;
}

/* Стили для активного контейнера вкладки */
.tab-content__item.active {
	display: inline-block;
}
.main-container{
	/*background-image: url("/local/templates/.default/images/sphere_bg.png");*/
	background-size: cover;
	background-repeat: no-repeat;
}
.tab-content__item h2{
	font-family: "RF Dewi Extended - Semibold";
	font-size: 34px;
	font-weight: 400;
	margin-bottom: 43px;
}
.tab-content__item p{
	margin-bottom: 15px;
	font-family: "RF Dewi Extended";
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
}
.wrap-tabs-hr{
	transform: rotate(90deg);
	position: absolute;
	left:10px;
	top: 0;
	height: 100%;
}
.tab-header li::before{
	content: "";
	position: relative;
	margin-bottom: -76px;
	left: -5px;
	min-width: 12px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}
.wrap-tab_header__item{
	/*padding-bottom: 76px; */
	margin-top: -15px;
}
@media screen and (max-width: 992px){
	.tabs{
		flex-direction: column;
		align-items: flex-start;
	}
	.tab-content__item{
		position: static;
		transform: none;
		padding: 0;
		margin: 65px 0;
	}
}

@media screen and (max-width: 576px){
	.wrap-tabs{
		margin-left: auto;
		margin-right: auto;
	}
}
/* End */
/* /local/templates/.default/components/bitrix/news.list/my_s/style.css?16690505882261 */
