.dealers__item {
  padding: 40px 0;
  border-bottom: 1px solid #999;
}

.dealers__item:last-child {
  border-bottom: 0;
}

.dealers__search-not-found {
  max-width: 420px;
  margin: 0 auto;
}

.dealers__left,
.dealers__right {
  width: 50%;
}

.dealers__logo {
  width: 150px;
}

.dealers__info {
  width: -webkit-calc(100% - 150px);
  width: calc(100% - 150px);
  padding-left: 45px;
}

.dealers__info h3 {
  margin-bottom: 16px;
}

.dealers__advantage {
  align-items: center;
}

.dealers__advantage_icon {
  margin-right: 8px;
}

.dealers__left {
  padding-right: 15px;
}

.dealers__right {
  padding-left: 15px;
}

.dealers__right_item {
  display: block;
  margin-bottom: 8px;
}

.dealers__right_item:last-child {
  margin-bottom: 0;
}

.dealer-page__description {
  max-width: 953px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 60px;
  margin-top: 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.dealer-page__description a {
  color: #FF88BD;
}

.dealer-page .section__title {
  text-align: left;
  margin-bottom: 18px;
}

.dealer-page__text {
  padding: 6px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--bwt-dark-blue);
}

.dealer-page__text a {
  color: #FF88BD;
}

.dealer-page__features-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  row-gap: 16px;
  margin-top: 18px;
}

.dealer-page__features-list-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 16px;
  width: 33%;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--bwt-dark-blue);
}

.dealer-page__features-list-item img {
  width: 24px;
  height: 24px;
}

.dealer-page__features-list-item:last-of-type {
  margin-right: auto;
}

@media screen and (max-width: 1440px) {
  .dealers-map {
    padding-bottom: 41.5%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  .dealer-page .container {
    max-width: 100%;
    padding: 0 64px;
  }

  .dealer-page__features-list {
    flex-direction: column;
  }

  .dealer-page__features-list-item {
    width: 100%;
  }

  .dealers__info {
    padding-left: 0;
    width: 100%;
  }

  .dealers__logo {
    width: 100%;
    margin-bottom: 18px;
  }

  .dealers__advantage {
    margin-bottom: 11px;
  }

  .dealers__advantage_title {
    font-size: 16px;
    line-height: 24px;
  }

  .dealers__right h3 {
    margin-bottom: 35px;
    font-size: 16px;
  }

  .dealers__item {
    padding: 24px 0 32px;
  }

  .dealers-map {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .dealers__left,
  .dealers__right {
    width: 100%;
  }

  .dealers__right {
    padding-left: 0;
  }

  .dealers__right_link {
    font-size: 14px;
  }

  .dealers__advantages {
    margin: 0;
  }

  .dealers__advantage {
    margin: 0 0 8px;
  }

  .dealers__advantage_title {
    width: 100%;
    max-width: 100%;
    font-size: 14px;
    line-height: 20px;
  }

  .dealer-page__description {
    font-size: 14px;
    line-height: 20px;
  }

  .dealer-page .container {
    padding: 0 20px;
  }

  .dealers__item {
    flex-direction: column;
  }

  .dealer-page .section__title {
    text-align: left;
    margin-bottom: 18px;
    font-size: 20px !important;
    line-height: 28px !important;
  }

  .dealer-page__text {
    font-size: 14px;
    line-height: 20px;
  }

  .dealer-page__features-list-item {
    font-size: 14px;
    line-height: 20px;
  }
}