/* Проложить маршрут кнопка */
.uc-contacts a[href^="https://yandex.ru/maps"] {
white-space: nowrap;
display: inline-block;
padding-left: 30px;
padding-right: 30px;
color: #521a1c !important;
border-radius: 30px;
font-weight: 400;
height: 40px;
line-height: 40px;
font-size: 15px !important;
-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
border: 1px solid #FF7300;
}
.uc-contacts a[href^="https://yandex.ru/maps"]:hover {
background-color: #521a1c;
color: #fff !important;
border-color: #521a1c;
}