#map {
    width: 100%;
    height: 547px;
    margin-bottom: 32px;
}
.dealers-buy {
  margin-top: 64px;
}
.dealers-buy .breadcrums{
  padding-top: 32px;
  display: flex;
    margin-bottom: 4px;
    list-style: none;
    padding-left: 0;
}
.breadcrums li {
    font-size: var(--font-size-S);
    font-weight: 400;
    line-height: 160%;
    text-wrap: nowrap;
}
.breadcrums li a {
    color: #21272E;
}
.breadcrums li:not(:last-child)::after {
    content: '/';
    margin: 0 8px;
}
.breadcrums li.active {
    color: var(--gray);
}
.dealers-buy h2{
  font-size: var(--font-size-3XL);
  line-height: 130%;
  font-weight: 600;
  text-transform: none;
  margin-bottom: 24px;
  margin-top: 0
}
.search-block form{
  position: relative;
  width: 100%;
}

.search-block input{
  width: 100%;
  padding: 11px 15px;
  border: 1px solid var(--gray-30);
}
.search-block {
  margin-bottom: 24px;
}
.dealers-group .card-wrapper{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--gray-30);
}
.dealer-card {
  padding: 24px;
  border-right: 1px solid var(--gray-30);
  border-bottom: 1px solid var(--gray-30);
  background: #ffffff;
}
.dealer-card:nth-child(3n) {
    border-right: none;
}
.dealer-card:nth-child(3n+1):nth-last-child(-n+3),
.dealer-card:nth-child(3n+1):nth-last-child(-n+3) ~ .dealer-card {
  border-bottom: none;
}
.dealer-title {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--black);
  font-size: var(--font-size-XL);
  line-height: 120%;
  font-weight: 600;
  margin-bottom: 4px;
}
.dealer-card p{
  font-size: var(--font-size-L);
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 8px;
  margin-top: 0;
  color: var(--gray);
}
.dealer-description {
  display: flex;
  flex-direction: column;
  font-size: var(--font-size-L);
  font-weight: 400;
  line-height: 160%;
}
.dealer-description div{
  display: flex;
  gap: 4px;
}
.dealer-description div span:not(.time),
.dealer-description div a{
  color: var(--main-red)
}
.search-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.search-empty p{
  margin-top: 0;
  margin-bottom: 30px;
  color: var(--gray);
}
.search-empty .btn{
  padding: 12px 16px;
  height: 48px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: var(--font-size-XS);
  font-weight: 500;
  line-height: 185%;
}

.hide {
    display: none;
}

@media (max-width: 1419px) {
    .dealers-buy .container {
        max-width: 1420px !important;
        padding-left: 24px !important;
        padding-right: 24px !important;
    }
}
@media (max-width: 1023px) {
    .dealers-buy .container {
        max-width: 1420px;
    }
}
.ymaps-2-1-79-balloon__content{
  padding: 0 !important;
  margin: 0  !important;
}
.ymaps-2-1-79-balloon__layout {
  padding: 16px;
  display: flex !important;
  gap: 8px;

}
.ymaps-2-1-79-balloon__close-button{
  width: 32px !important;
  height: 32px !important;
  background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14'%3e%3cpath fill='%23D80C24' fill-rule='evenodd' d='M14 .7l-.7-.7L7 6.3.7 0 0 .7 6.3 7 0 13.3l.7.7L7 7.7l6.3 6.3.7-.7L7.7 7z' clip-rule='evenodd'/%3e%3c/svg%3e") 50% 0 no-repeat !important;
  opacity: 1 !important;

}
.ymaps-2-1-79-balloon__close{
  order: 2;
  width: 32px !important;
  height: 32px !important;

}
.custom-balloon-content p{
  font-size: var(--font-size-L);
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 8px;
  margin-top: 0;
  color: var(--gray);
}
.ymaps-2-1-79-balloon__tail:after{
  content: none !important;
}
.ymaps-2-1-79-balloon__tail{
  display: none !important;
}
#dealers-list .dealers-group .dealers-group-title{
  font-size: var(--font-size-1XL);
  font-weight: 600;
  line-height: 120%;
}

.search-clear {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dealer-title svg{
  flex-shrink: 0;
}
@media (max-width: 1120px){
  .dealers-group .card-wrapper{
    grid-template-columns: repeat(2, 1fr)
  }
  .dealer-card:nth-child(3n) {
      border-right: 1px solid var(--gray-30);
  }
  .dealer-card:nth-child(3n+1):nth-last-child(-n+3),
  .dealer-card:nth-child(3n+1):nth-last-child(-n+3) ~ .dealer-card {
    border-bottom: 1px solid var(--gray-30);
  }
  .dealer-card:nth-child(2n) {
      border-right: none
  }
  .dealer-card:nth-child(2n+1):nth-last-child(-n+2),
  .dealer-card:nth-child(2n+1):nth-last-child(-n+2) ~ .dealer-card {
    border-bottom: none !important;
  }

}

@media (max-width: 765px){
  .dealers-group .card-wrapper{
    grid-template-columns: 1fr
  }
  .dealer-card {
      border: none;
      border-bottom: 1px solid var(--gray-30) !important;
    }

    .dealer-card:last-child {
      border-bottom: none !important;
    }
    .dealers-group:first-child .dealer-card:first-child{
      border-bottom: 1px solid var(--gray-30) !important;
    }
    #map{
      height: 436px;
    }
}
