.dealers-controls {
  width: 100%;
  font-size: 0;
  padding: 30px 0;
  border-top: 1px solid #e8e8e8;
}
.dealers-controls__block {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  width: 50%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 2%;
}
.dealers-controls__block_align_right {
  text-align: right;
  padding-left: 0;
  padding-right: 2%;
}
.dealers-controls__label {
  display: inline-block;
  vertical-align: middle;
  color: #808080;
  margin-right: 10px;
  font-size: 14px;
}
.custom-select-block {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.custom-select {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 14px;
  background-color: white;
  padding: 10px 45px 10px 15px;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  min-width: 280px;
  cursor: pointer;
  text-align: left;
  transition: all 0.15s ease-in-out;
}
.custom-select:before {
  content: '';
  width: 1px;
  height: 100%;
  top: 0;
  position: absolute;
  right: 44px;
  background-color: #c4c4c4;
  transition: all 0.15s ease-in-out;
}
.custom-select:after {
  content: '';
  display: block;
  position: absolute;
  right: 18px;
  top: 50%;
  margin-top: -3px;
  width: 10px;
  height: 6px;
  background: url('../i/custom-select_arrows.png') 0 -8px no-repeat;
  transition: all 0.15s ease-in-out;
}
.custom-select.open {
  background-color: #1a8ec4;
  border-color: #146d98;
  color: white;
}
.custom-select.open:before {
  background-color: #2babe6;
}
.custom-select.open:after {
  background-position: 0 0;
}
.custom-select.open + .custom-options {
  max-height: 125px;
  opacity: 1;
}
.custom-select.custom-select_with-options.open {
  border-radius: 5px 5px 0 0;
}
.custom-options {
  position: absolute;
  text-align: left;
  background-color: white;
  z-index: 99;
  left: 0;
  width: 100%;
  top: 40px;
  border: 1px solid #c4c4c4;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  overflow-y: auto;
  max-height: 0;
  opacity: 0;
  transition: all 0.15s ease-in-out;
}
.custom-options__option {
  padding: 6px 15px;
  width: 100%;
  font-size: 14px;
  cursor: pointer;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-bottom: 1px solid #e4e4e4;
}
.custom-options__option:hover {
  background-color: #fafafa;
}
.custom-options__option.current {
  background-color: #f2f2f2;
}
.map-block {
  width: 100%;
  position: relative;
}
.dealers-map {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 880px;
  background-color: #ccc;
}
.dealers-list {
  position: absolute;
  z-index: 10;
  top: 1.5%;
  left: 5px;
  height: 97%;
  width: 360px;
  background-color: #fafafa;
  overflow-y: auto;
}
.dealers-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dealers-item {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 15px 20px 5px 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-top: 1px solid #ececec;
  transition: all 0.15s ease-in-out;
}
.dealers-item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background-color: transparent;
  transition: all 0.15s ease-in-out;
}
.dealers-item:first-child {
  border-top: 0;
}
.dealers-item:hover {
  background-color: white;
}
.dealers-item.active {
  background-color: white;
}
.dealers-item.active:before {
  background-color: #0084af;
}
.dealers-item__name {
  font-weight: 700;
  color: #0084af;
  font-size: 16px;
}
.dealers-item__address {
  margin-top: 8px;
  font-size: 14px;
}
.dealers-item__brands {
  width: 100%;
  margin-top: 7px;
}
.dealers-item__brand {
  display: inline-block;
  vertical-align: top;
  width: 55px;
  height: 55px;
  margin-right: 15px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.dealers-params {
  position: absolute;
  z-index: 20;
  top: 1.5%;
  left: 5px;
  height: 97%;
  width: 360px;
  background-color: #fafafa;
  overflow-y: auto;
  display: none;
}
.dealers-params.open {
  display: block;
}
.dealers-params__wrapper {
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.dealers-params__wrapper_b-line {
  border-bottom: 1px solid #dedede;
}
.dealers-params__title {
  color: #808080;
  font-size: 16px;
}
.dealers-params__brands {
  width: 100%;
  list-style: none;
  margin: 5px 0 0 0;
  padding: 0;
}
.dealers-params__brand {
  display: inline-block;
  vertical-align: top;
  margin: 5px 5px 5px 0;
}
.dealers-params__additional {
  list-style: none;
  padding: 10px 0 0 0;
  margin: 0;
  width: 100%;
}
.dealers-params__additional-item {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin: 3px 0 0 0;
}
.params-block {
  width: 100%;
  font-size: 13px;
}
.params-block input[type="checkbox"] ~ .params-block__label {
  color: black;
}
.params-block__label {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  margin-top: 2px;
  color: #7a7979;
}
.dealers-params__submit {
  margin-top: 10px;
}
.dealers-params__submit .button {
  margin-left: 10px;
}
.dealers-params__submit .button:first-child {
  margin-left: 0;
}
input[type="checkbox"].checkbox-brand {
  display: none;
}
input[type="checkbox"].checkbox-brand + label.checkbox-brand {
  width: 55px;
  height: 55px;
  border: 1px solid #c9c9c9;
  border-radius: 5px;
  cursor: pointer;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.1s ease-in-out;
}
input[type="checkbox"]:checked.checkbox-brand + label.checkbox-brand {
  border-color: #147c9e;
  box-shadow: 0 0 0 1px #147c9e;
}
.button {
  cursor: pointer;
  border-radius: 6px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.button_bg_blue {
  background-color: #1a8ec4;
  border: 1px solid #146d98;
}
.button_bg_gray {
  background-color: #d5d5d5;
  border: 1px solid #c4c4c4;
}
.button_color_white {
  color: white;
}
.button_color_white:visited,
.button_color_white:hover {
  color: #ffffff;
}
.button_size_xl {
  padding: 12px 35px;
  font-size: 16px;
}
.dealers-params__address {
    width: 95%;
    margin-top: 5px;
}