.dealers {
  /* overflow: hidden; */
}

.dealers__inner {
  display: flex
}

@media (max-width:899px) {
  .dealers__inner {
    flex-wrap: wrap
  }
}

.dealers-content {
  padding-bottom: 205px;
  flex: 0 0 auto;
  width: 42.2%;
  padding-right: 5%
}

@media (max-width:899px) {
  .dealers-content {
    padding-right: 0;
    width: 100%;
    padding-bottom: 20px
  }
}

.dealers__heading {
  font-size: 4rem;
  margin-top: 38px
}

.dealers__link {
  margin-top: 45px
}

@media (max-width:899px) {
  .dealers__link {
    margin-top: 20px
  }
}

.dealers__link--become {
  margin-top: 20px;
  margin-bottom: 20px
}

@media (max-width:899px) {
  .dealers__link--become {
    margin-top: 20px
  }
}

@media (max-width:899px) {
  .dealers__link .link__icon {
    margin-left: 0
  }
}

.dealers__heading-sub {
  margin-top: 47px;
  font-size: 1.2rem;
  color: #807f80
}

@media (max-width:899px) {
  .dealers__heading-sub {
    margin-top: 20px
  }
}

.dealers-list {
  margin-top: 19px
}

.dealers-list__button {
  padding: 3px 0 4px;
  background: 0 0;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Avenir Next", sans-serif;
  transition: color .2s
}

.dealers-list__button:hover {
  color: #111111
}

.dealers-map-wrap {
  position: relative;
  flex: 0 0 auto;
  width: 74.7%;
  min-height: 781px
}

@media (max-width:1199px) {
  .dealers-map-wrap {
    width: 70%
  }
}

@media (max-width:899px) {
  .dealers-map-wrap {
    width: calc(100% + 30px);
    min-height: 522px;
    margin-left: -15px
  }
}

.dealers-map {
  width: 100%;
  height: 100%
}

.dealers-ticket {
  position: absolute;
  left: -9999px;
  top: -9999px;
  transform: translate3d(calc(-50% + 70px), -50%, 0);
  z-index: 10;
  width: 100%;
  max-width: 357px;
  background-color: #fff;
  border-radius: 8px;
  opacity: 0;
  transition: opacity .2s, transform .2s
}

@media (max-width:599px) {
  .dealers-ticket {
    max-width: 290px
  }
}

.dealers-ticket.is-active {
  top: 50%;
  left: 50%
}

.dealers-ticket.is-animated {
  opacity: 1;
  transform: translate3d(-50%, -50%, 0)
}

.dealers-ticket__header {
  background-color: #111111;
  padding: 30px 30px;
  border-radius: 8px 8px 0 0
}

@media (max-width:599px) {
  .dealers-ticket__header {
    padding: 30px 15px
  }
}

.dealers-ticket__heading {
  font-size: 2.1rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: .0624em;
  padding-right: 50px
}

.dealers-ticket__tags {
  display: flex;
  flex-wrap: wrap;
  padding-top: 8px
}

.dealers-ticket__tags-item {
  color: #111111;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 7px 18px;
  background-color: #fff;
  margin-right: 9px;
  margin-top: 9px;
  border-radius: 3px
}

.dealers-ticket__content {
  padding: 0 30px 40px
}

@media (max-width:599px) {
  .dealers-ticket__content {
    padding: 0 15px 30px
  }
}

.dealers-ticket__content p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 25px
}

.dealers-ticket__content p a {
  transition: color .2s
}

.dealers-ticket__content p a:hover {
  color: #111111
}

.dealers-ticket__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 32px;
  height: 32px;
  background-color: #fff;
  box-shadow: 0 3px 4px rgba(0, 0, 0, .16), 0 0 6px rgba(0, 0, 0, .23);
  border-radius: 32px;
  transition: box-shadow .2s
}

.dealers-ticket__close::after, .dealers-ticket__close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -.5px;
  width: 2px;
  height: 16px;
  transform-origin: 50% 50%;
  background-color: #111111
}

.dealers-ticket__close::before {
  transform: rotate(45deg)
}

.dealers-ticket__close::after {
  transform: rotate(-45deg)
}

.dealers-ticket__close:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, .56), 0 0 10px rgba(0, 0, 0, .73)
}
