

/* Start:/local/templates/main/components/bitrix/news.list/list-currencies/style.css?17756572302970*/
.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;
	}
}
.custom-dropdown {
	display: inline-block;
	position: relative;
	color: #d7eef7;
}

.dropdown-selected {
	color: inherit;
	cursor: pointer;
	display: inline-flex;
	align-items: baseline;
	gap: 3px;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	font-family: inherit;
}

.dropdown-selected:hover {
	opacity: 0.8;
}

.dropdown-arrow {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-left: 8px;
	position: relative;
	transition: transform 0.2s ease;
	opacity: 0.8;
}

.dropdown-arrow::before,
.dropdown-arrow::after {
	content: '';
	position: absolute;
	width: 18px;
	height: 2px;
	background-color: currentColor;
	top: 2px;
}

.dropdown-arrow::before {
	left: 6px;
	transform: rotate(-45deg);
	transform-origin: right center;
}

.dropdown-arrow::after {
	right: 0px;
	transform: rotate(45deg);
	transform-origin: left center;
}

.dropdown-options {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: white;
	border: 1px solid #ddd;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	z-index: 1000;
	min-width: 200px;
	max-height: 300px;
	overflow-y: auto;
	min-height: 250px;
	color: #0A3D62;
	font-family: "Onest", sans-serif;
}
.city_option{
	padding: 10px;
}
div#city-filter-placeholder {
	display: inline-block;
	min-width: 200px;
	background-color: rgba(192, 224, 239, 0.5);
	cursor: pointer;
	padding: 6px 20px;
	border-radius: 4px;
	color: #27709B;
	text-align: center;
}
.title_action_37_valute {
	font-family: "Onest", sans-serif;
	font-optical-sizing: auto;
	font-weight: 800;
	font-style: normal;
	font-size: 2.3rem;
	line-height: normal;
	color: #0A3D62;
	padding-bottom: 2rem;
}
.red_link_text{
	color: #ff0000;
}
/* End */
/* /local/templates/main/components/bitrix/news.list/list-currencies/style.css?17756572302970 */
