/* fonts */
/* //fonts */
/* colors */
/* //colors */
/* shadows */
/* //shadows */
.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__advantages {
  margin-left: -12px;
  margin-right: -12px;
}

.dealers__advantage {
  margin: 0 12px 16px;
}

.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;
}

.dealers-map {
  position: relative;
  padding-bottom: 34%;
  margin-bottom: 12px;
}

.dealers-map-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 1440px) {
  .dealers__left {
    width: 58%;
  }
  .dealers__right {
    width: 42%;
  }
  .dealers-map {
    padding-bottom: 41.5%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1199px) {
  .dealers-map {
    height: 516px;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  .dealers__left {
    width: 26%;
    padding-right: 0;
  }
  .dealers__info {
    padding-left: 0;
    width: 100%;
  }
  .dealers__logo {
    width: 100%;
    margin-bottom: 18px;
  }
  .dealers__advantage {
    margin-bottom: 11px;
  }
  .dealers__advantage_title {
    font-size: 14px;
    line-height: 18px;
    max-width: 110px;
  }
  .dealers__right {
    width: 74%;
    padding-left: 20px;
  }
  .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__info h3 {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 22px;
  }
  .dealers__advantages {
    margin: 0;
  }
  .dealers__advantage {
    width: 50%;
    margin: 0 0 8px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .dealers__advantage_icon {
    margin-bottom: 5px;
  }
  .dealers__advantage_title {
    width: 100%;
    max-width: 100%;
  }
  .dealers-map {
    height: 500px;
    margin-bottom: 40px;
  }
}
