<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.offices {
  margin-bottom: 40px; }

.office {
  margin-bottom: 30px;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #e8ebed; }

.office__header {
  background-color: #f7f7f7;
  padding: 16px 24px;
  border-bottom: 1px solid #efefef; }

.office__title {
  margin: 0; }

.office__content {
  display: flex;
  flex-wrap: wrap; }

.office__info {
  padding: 24px;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff; }

.office__details {
  display: flex;
  flex-direction: column;
  gap: 18px; }

.office__detail {
  display: flex;
  align-items: flex-start;
  gap: 12px; }

.office__detail-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center; }

.office__detail-icon img {
  max-width: 100%;
  max-height: 100%; }

.office__detail-title {
  font-weight: 500;
  color: #2f2e2f;
  margin-bottom: 5px;
  font-family: 'Ubuntu', 'PT Sans', sans-serif; }

.office__detail-value {
  color: #2f2e2f;
  line-height: 170%;
  font-family: 'Ubuntu', 'PT Sans', sans-serif; }

.office__phone {
  color: #e8441f;
  text-decoration: none;
  transition: color 0.2s ease; }

.office__phone:hover {
  color: #bb1c00;
  text-decoration: underline; }

.office__map-wrapper {
  width: 100%;
  border-top: 1px solid #efefef; }

.office__map-container {
  position: relative;
  width: 100%;
  height: 320px; }

.office__map {
  width: 100%;
  height: 100%; }

.office__map-controls {
  padding: 0;
  text-align: center;
  background-color: #f7f7f7;
  height: 40px;
  position: relative; }

.office__map-controls .button {
  display: none;
  width: 100%;
  height: 100%;
  max-width: 100%;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Ubuntu', 'PT Sans', sans-serif; }

.office__map-button-neutral {
  color: #2f2e2f;
  background: #f5f5f5;
  border: none;
  border-top: 1px solid #e8ebed;
  transition: background 0.2s; }

.office__map-button-neutral:hover {
  background: #e8ebed; }

.office__map-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 10; }

.office__map-overlay::after {
  content: "Ð”Ð»Ñ Ð°ÐºÑ‚Ð¸Ð²Ð°Ñ†Ð¸Ð¸ ÐºÐ°Ñ€Ñ‚Ñ‹ Ð½Ð°Ð¶Ð¼Ð¸Ñ‚Ðµ Ð½Ð° ÐºÐ½Ð¾Ð¿ÐºÑƒ";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #2f2e2f;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 14px;
  font-family: 'Ubuntu', 'PT Sans', sans-serif;
  white-space: nowrap; }

.office__map-overlay.active {
  display: none; }

@media (max-width: 767px) {
  .office__map-overlay {
    display: block; }

  .office__header {
    padding: 12px; }

  .office__info {
    padding: 16px; }

  .office__detail {
    gap: 10px; }

  .office__details {
    gap: 10px; }

  .office__map-controls .button {
    font-size: 14px; }

  .office__detail-icon {
    width: 20px;
    height: 20px; } }

@media (min-width: 768px) {
  .office__content {
    flex-wrap: nowrap; }

  .office__info {
    width: 40%; }

  .office__info:only-child {
    width: 100%; }

  .office__map-wrapper {
    width: 60%;
    border-top: none;
    border-left: 1px solid #efefef; }

  .office__map-controls {
    display: none; } }
</pre></body></html>