

/* Start:/local/templates/motion_new/components/bitrix/news/services/bitrix/news.list/.default/style.css?16926303763574*/
div.news-list
{
	word-wrap: break-word;

}


div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}


.service-table {
	font-family: 'Montserrat', sans-serif;
	width: 100%;
}

.service-table thead {
	color: #FFF;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;

	height: 52px;
}

.service-table tr:not(.spacer) {
	background: #FFF;
}
.service-table tr.spacer {
	height: 10px;
	background: transparent;
}
.service-table thead tr {
	background: #1E1E1E !important;
}
.tabs-list {
	display: flex;
	align-items: flex-end;
	gap: 20px;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.tabs__btn {
	width: 226px;
	/*width: calc(100% - );*/
	height: 68px;
	flex-shrink:0;
	background: #FFF;
	color: #1A1A1A;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	display: flex;
	align-items: center;
	padding: 0 18px;
	cursor: pointer;
	gap: 12px;
	margin: 0 !important;
	border: 1px solid #FFF;
}
.service-table th {
	padding: 16px 20px;
}
.service-table-mobile {
	display: none;
}
.service__btn-container {
	display: flex;
	width: 100%;
	justify-content: center;
	margin-top: 20px;
	margin-bottom: 60px;
}
.service-table tr th:first-child,
.service-table tr td:first-child {
	width: 80%;
}
.service-table td {
	padding: 17px 20px;
}
.tabs {
	font-size: 0;
}

.tabs-list >input[type="radio"] {
	display: none;
}

.tabs table {
	/* скрыть контент по умолчанию */
	color: #1A1A1A;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.tabs__btn_active {
	border: 1px solid #FF0D35;

}
.tabs__btn:hover {
	border: 1px solid #FF0D35;
}
/* отобразить контент, связанный с вабранной радиокнопкой (input type="radio") */
/*#tab-btn-0:checked~#content-0,*/

/* #tab-btn-1:checked~#content-1,*/
/*#tab-btn-2:checked~#content-2,*/
/*#tab-btn-3:checked~#content-3,*/
/*#tab-btn-4:checked~#content-4,*/
/*#tab-btn-5:checked~#content-5,*/
/*#tab-btn-6:checked~#content-6,*/
/*#tab-btn-7:checked~#content-7,*/
/*#tab-btn-8:checked~#content-8,*/
/*#tab-btn-9:checked~#content-9,*/
/*#tab-btn-10:checked~#content-10{*/
/*	display: table;*/
/*}*/

.tabs__pane {
	display: none;
}

.tabs__pane_show {
	display: table;
}

/*.tabs>label {*/
/*	display: inline-block;*/
/*	text-align: center;*/
/*	vertical-align: middle;*/
/*	user-select: none;*/
/*	background-color: #f5f5f5;*/
/*	border: 1px solid #e0e0e0;*/
/*	padding: 2px 8px;*/
/*	font-size: 16px;*/
/*	line-height: 1.5;*/
/*	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;*/
/*	cursor: pointer;*/
/*	position: relative;*/
/*	top: 1px;*/
/*}*/

.tabs>label:not(:first-of-type) {
	border-left: none;
}

.tabs>input[type="radio"]:checked+label {
	background-color: #fff;
	border-bottom: 1px solid #fff;
}


@media screen and (max-width: 768px) {
	.tabs-list {
		flex-wrap: nowrap;
		overflow: auto;
	}
	.tabs-list::-webkit-scrollbar { display: none; }
	.tabs-list::-webkit-scrollbar-track { display: none; }
	.tabs-list::-webkit-scrollbar {
		 display: none; // Safari and Chrome
	 }
	.service-table thead {
		display: none;
	}
	.service-table-mobile {
		display: table-row-group;
	}
	.service-table-desctop {
		display: none;
	}
	.service-table-mobile td > div + div {
		margin-top: 6px;
	}
	.service-table-mobile td > div span {
		color: #757575;

	}
	.service-table-mobile td > div {
		font-size: 14px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
	}
}
/* End */
/* /local/templates/motion_new/components/bitrix/news/services/bitrix/news.list/.default/style.css?16926303763574 */
