@import "omoda-fonts.css";
body,
button {
  font: 14px / 1.7 "Noto Sans", Arial, Helvetica, sans-serif;
}

.close-btn {
  line-height: 21px!important;
}

.color-btn {
  color: #30363a;
  border: 1px solid #30363a;
  background: #fff!important;
}
.color-btn span,
.outline-btn span {
  font-weight: 500!important;
}

.outline-btn {
  color: #30363a!important;
  border: 1px solid #30363a!important;
}
.outline-btn:hover {
  color: #fff!important;
  background: #30363a!important;
  border-color: #30363a!important;
}

.swiper-running-container {
  background: #30363a!important;
}

.footer {
  background-color: #30363a!important;
  color: #dfe3e5!important;
}
.footer .contacts .address {
  border-left: 1px solid #dfe3e5!important;
}