

/* Start:/local/templates/main_template/components/bitrix/news.list/tel_table/style.css?17586286701383*/
.select {
	padding: 10px 15px;
	border: 1px solid #EBEBEB;
	background-color: #EBEBEB;
	border-radius: 10px;
	cursor: pointer;
}

.select:focus {
	border: 1px solid #007A65;
}

.text-green{
	color:rgb(0,122,101);
}

.tel-table {
	border-collapse: separate;
	border-radius: 10px;
	overflow-x: auto;
	background-color: #EBEBEB;
	width: 100%;
}

.tel-table-data {
	padding: 16px;
	vertical-align: top;
	width: 100%;

}

.loader-container {
	display: flex;
	justify-content: center;
	align-items: center;
}

.loader {
	width: 48px;
	height: 48px;
	border: 5px solid #00654d;
	border-bottom-color: transparent;
	border-radius: 50%;
	display: block;
	box-sizing: border-box;
	animation: rotation 1s linear infinite;
	text-align: center;
}

@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.opacity-0 {
	opacity: 0;
}

.opacity-100 {
	opacity: 1;
}

.w-30 {
	width: 30%;
}

@media (max-width: 768px) {
	.tel-table {
		display: block;
	}

	.tel-table tr {
		display: block;
		width: 100%;
	}

	.tel-table td {
		display: flex;
		flex-direction: column;
		padding: 10px 12px;
		border: none;
		width: 100% !important;
	}

	.empty-cell {
		display: none !important;
	}

	.tel-table tr:first-child {
		border-bottom: 1px solid #9D9F9E;
	}

	.tel-table-data {
		padding-inline: 12px;
	}

	.tel-table td:last-child {
		border-bottom: none;
	}
}
/* End */
/* /local/templates/main_template/components/bitrix/news.list/tel_table/style.css?17586286701383 */
