

/* Start:/local/templates/main/components/bitrix/news.list/list-currencies/style.css?17658792341275*/
.currencies-item {
	background-color: #fff;
	border-radius: 12px;
	width: 48%;
	padding: 15px;
	margin-bottom: 30px;
}

.currencies-item--city {
	color: rgba(0, 130, 175, 1);
	font-size: 18px;
	font-weight: 800;
	margin-bottom: 10px;
}

.table-wrap {
	display: inline-block;
	background-color: #fff;
	color: #000;
	width: 100%;
}

.table-wrap table {
	width: 100%;
	color: rgba(0, 56, 91, 1);
	font-weight: 500;
}

.table-wrap th {
	text-align: left;
	color: rgba(0, 56, 91, 1);
	font-weight: 800;
}

.table-wrap th, .table-wrap td {
	padding: 5px 0;
}
.currencies-list {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
	.currencies-item {
		width: 48%;
	}
}

@media screen and (max-width: 768px) {
	.currencies-item {
		width: 100%;
	}
}

@media screen and (max-width: 600px) {
	.table-wrap {
		overflow-y: scroll;
		font-size: 12px;
	}

	.table-wrap th, .table-wrap td {
		padding: 5px;
		line-height: 140%;
	}
}

.currencies-item--city {
	display: flex	;
	gap: 20px;
	flex-wrap: wrap;
}
.btn_reserve_red {
    padding: 2px 7px;
    border-radius: 4px;
    font-weight: 600;
	text-align: center;
	font-size: 14px;
}
@media screen and (max-width: 426px) {
	.currencies-item--city {
		gap: 5px;
		flex-direction: column;
	}
}

/* End */
/* /local/templates/main/components/bitrix/news.list/list-currencies/style.css?17658792341275 */
