.wrapper header.header .header__top .logo-1 {
  display: none;
}
.wrapper header.header .header__top .logo-2 {
  display: block;
}
.wrapper header.header .header__top .burger-menu span {
  background-color: #3c3c3c;
}
.wrapper main#dealer-info {
  padding-top: 80px;
}
.wrapper main#dealer-info .info-head h1 {
  color: var(--Main-color, #007295);
  font-family: TERRANICA;
  font-size: 37px;
  font-style: normal;
  font-weight: 400;
  line-height: 168%;
  letter-spacing: 1.48px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(60, 60, 60, 0.18);
  padding-bottom: 10px;
}
.wrapper main#dealer-info .info-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 100px;
  padding-top: 53px;
  margin-bottom: 88px;
  position: relative;
}
.wrapper main#dealer-info .info-content > div {
  gap: 30px;
}
.wrapper main#dealer-info .info-content .content-text {
  color: #8a8a8a;
  font-family: "BlissPro", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.35px;
}
.wrapper main#dealer-info .info-content .content-img {
  max-width: 210px;
  position: absolute;
  right: 70px;
  bottom: -100px;
}
.wrapper main#dealer-info .info-content .content-img img {
  width: 100%;
}
.wrapper #reference {
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  margin-bottom: 50px;
  gap: 35px;
}
.wrapper #reference span {
  width: 1px;
  height: 100%;
  background: rgba(60, 60, 60, 0.18);
}
.wrapper #reference .half-content {
  display: flex;
  flex-direction: column;
}
.wrapper #reference .half-content span {
  height: 1px;
  width: 100%;
  background: rgba(60, 60, 60, 0.18);
  margin-bottom: 40px;
}
.wrapper #reference .half-content .quarter-content {
  margin-bottom: 15px;
}
.wrapper #reference .half-content .quarter-content h1 a {
  color: var(--Main-color, #007295);
  font-family: "BlissPro", sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 98.3%;
  text-transform: uppercase;
  margin-bottom: 24px;
  text-decoration: none;
}
.wrapper #reference .half-content .quarter-content p {
  color: #9a9c9c;
  font-family: "BlissPro", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120.8%;
  margin-bottom: 16px;
}
.wrapper #reference .half-content .quarter-content h5 {
  color: #9a9c9c;
  font-family: "BlissPro", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 900;
  line-height: 120.8%;
}
.wrapper #reference .half-content .quarter-content h4 a {
  color: var(--Main-color, #007295);
  font-family: "BlissPro", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 900;
  line-height: 120.8%;
  text-decoration: none;
  transition: 0.2s all;
}
.wrapper #reference .half-content .quarter-content h4 a:hover {
  text-decoration: underline;
}
.wrapper #dealer-map {
  margin-bottom: 64px;
}
.wrapper #dealer-map .dealer-container {
  padding: 0 !important;
  border-radius: 38px;
  border: 1px solid rgba(60, 60, 60, 0.18);
}
.wrapper #dealer-map .dealer-container iframe {
  min-height: 490px;
  width: 100%;
  height: 100%;
  border-radius: 38px;
}

/*# sourceMappingURL=dealers.css.map */
