@media (max-width: 980px) {
  #c-tabs {
    padding-top: 2rem;
  }
}

.cumlc--left-logo {
  margin-bottom: 2.5rem;
}

.cumlc-main-contact-desc-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 1.3rem;
  line-height: 1.6rem;
  margin-bottom: 3rem;
}

@media (max-width: 980px) {
  .cumlc-left-wrapper {
    width: 100%;
  }
}

.e-f-active-img {
  width: 14px;
}

.e-f-btn {
  display: flex;
  align-items: center;
  gap: 1rem;
  border: 1px solid #000;
  padding: 0.8rem;
  margin-bottom: 6rem;
}

.dc-contacts-dropdown-wrapper {
  max-width: 190px;
  position: relative;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  margin-bottom: 5rem;
}
@media (max-width: 980px) {
  .dc-contacts-dropdown-wrapper {
    margin-bottom: 3rem;
  }
}

.dc-contacts-dropdown {
  width: 100%;
  padding: 12px 15px;
  font-size: 14px;
  line-height: normal;
  color: #333;
  background-color: none;
  border: 1px solid #000;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.dc-contacts-dropdown:hover {
  border-color: #888;
}

.dc-contacts-dropdown.open {
  border-color: #004ea0;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.dc-contacts-dropdown-arrow {
  font-size: 12px;
  color: #333;
  position: relative;
  top: 1px;
}

.dc-contacts-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  margin-top: 5px;
  padding: 0;
  list-style: none;
  opacity: 0;
  transform: translateY(-10px);
  animation: dropdownFadeIn 0.2s ease-out forwards;
  z-index: 1000;
}

.dc-contacts-dropdown-selected {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  left: -2px;
}

@keyframes dropdownFadeIn {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.dc-contacts-dropdown-filter {
  width: 14px;
  position: relative;
  top: 0.5px;
}

.dc-contacts-dropdown-item {
  padding: 10px 15px;
  font-size: 15px;
  color: #333;
  cursor: pointer;
}

.dc-contacts-dropdown-item:hover {
  background-color: #004ea0;
  color: #fff;
}

.dc-contacts-dropdown-item.active {
  background-color: #004ea0;
  color: #fff;
}

.dc-contacts-tabs-wrapper {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 4rem;
}
.dc-contacts-tabs-wrapper .dc-contacts-tab {
  background: none;
  border: 1px solid #000;
  color: #000;
  width: 10%;
  height: 2.5rem;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
}
.dc-contacts-tabs-wrapper .dc-contacts-tab-active {
  background-color: #000;
  color: #fff;
}

.cumlc-left-heading-wrapper {
  margin-bottom: 3rem;
}
.cumlc-left-heading-wrapper .cumlc-left-heading-dc {
  width: 75%;
  margin-bottom: 0.3rem;
  max-width: 252px;
}
.cumlc-left-heading-wrapper .cumlc-left-heading-city {
  font-weight: 300;
}

.cumlc-desc-address {
  display: flex;
  flex-direction: column;
}

.cumlc-desc-pin {
  width: 20px;
}

.contact-us-main-location-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 6rem;
}

.cumlc-main-contact-row {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.f-pin-img,
.cumlc-img {
  width: 24px;
}

.cumlc-desc-wrapper,
.cumlc-numbers-row {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.cumlc-desc-n-r1 {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.cumlc-desc-v-w {
  display: flex;
  gap: 0.5rem;
}

.cumlc-worktime-heading,
.cumlc-main-contact-heading {
  margin-bottom: 1.2rem;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: 600;
}

.cumlc-worktime-inner {
  display: flex;
  gap: 1rem;
}

.cumlc-worktime-left,
.cumlc-worktime-right {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  font-size: 1.3rem;
  line-height: 1.6rem;
}

.cumlc-worktime-left {
  font-weight: 600;
}

.cumlc-map-wrapper {
  width: 50%;
}
@media (max-width: 980px) {
  .cumlc-map-wrapper {
    width: 100%;
  }
}

.c-mail-img {
  position: relative;
  top: 6px;
  width: 25px;
}

.cumlc-desc-v-w img {
  width: 24.34px;
}/*# sourceMappingURL=main.css.map */