select#city {
	border: 0px;
	outline: 0px;
	font-size: 12px;
	cursor: pointer;
}
select#city option {
	font-size: 14px;
	padding: 10px 15px;
	color: #424242;
}
select#city option:checked, select#city option:hover {
    color: #FFA000;
	background: none;
}
.uc-newsBlock .t404__col{
  border: 1px solid #4f95a6;
  border-radius: 25px;
  padding: 10px
}
.uc-newsBlock .t-col_4 {
    max-width: 337px;
}
.card-info .value {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
}
.uc-form img{
        border-radius: 20px;
}