.dealer {
  width: 100%;
  margin: 0 auto;
  max-width: 1280px;
  padding: 25px;
}

.dealer h2 {
  text-align: center;
}

.shopList {
  background: #444;
  border-radius: 30px;
  overflow: hidden;
}

.toggleBox {
  display: none;
  background: #f66f19;
  padding: 0 3px;
  color: #07294c;
}

.wtb__box-info {
  padding: 10px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  border-bottom: #f66f19 1px solid;
  color: #fff;
}

.wtb__box-title {
  display: none;
}

@media (min-width: 996px) {
  .wtb__box-title {
    display: table;
    width: 100%;
    border-collapse: collapse;
    color: #07032a;
  }
  .wtb__box-title li {
    display: table-cell;
    border-right: #fff 1px solid;
    padding: 10px;
  }
  .wtb__box-title li:nth-child(1) {
    width: 15%;
  }
  .wtb__box-title li:nth-child(2) {
    width: 15%;
  }
  .wtb__box-title li:nth-child(3) {
    width: 15%;
  }
  .wtb__box-title li:nth-child(4) {
    border-right: none;
  }
}

.wtb__box-content {
  background: #fff;
  padding: 10px;
}

@media (min-width: 996px) {
  .wtb__box-content {
    padding: 0;
    display: table;
    border-collapse: collapse;
    width: 100%;
    border-bottom: #ccc 1px solid;
  }
}

.wtb__box-content a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #f66f19;
}

.wtb__box-content a::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("../images/icon-link.svg") center center no-repeat ;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.wtb__box-content a:hover {
  background: #f66f19;
}

.wtb__box-content li {
  position: relative;
  padding: 10px;
}

.wtb__box-content li:first-child {
  font-weight: bold;
}

.wtb__box-content li:last-child {
  padding-left: 50px;
}

.wtb__box-content li:last-child a {
  position: absolute;
  left: 0;
  top: 10px;
}

@media (min-width: 996px) {
  .wtb__box-content li {
    display: table-cell;
    min-height: 70px;
  }
  .wtb__box-content li:nth-child(1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
            flex: 0 0 15%;
  }
  .wtb__box-content li:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
            flex: 0 0 15%;
  }
  .wtb__box-content li:nth-child(3) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
            flex: 0 0 15%;
  }
  .wtb__box-content li:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
    padding: 10px 50px 10px 10px;
  }
  .wtb__box-content li:last-child a {
    left: auto;
    right: 0;
  }
}

@media (min-width: 996px) {
  .wtb__box-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.mail-contact {
  text-align: center;
  padding: 25px;
}

.mail-contact a {
  color: #000;
  text-decoration: underline;
  background: #f66f19;
}

.mail-contact a:hover {
  text-decoration: none;
  background: linear-gradient(45deg, #f66f19, #f21421);
  color: #fff;
}

.terms {
  counter-reset: item;
  border-bottom: #444 1px dashed;
}

.terms li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  counter-increment: item;
  border-top: #444 1px dashed;
}

.terms li:nth-child(even) {
  background: #111;
}

.terms li::before {
  content: counter(item);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: linear-gradient(45deg, #f66f19, #f21421);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  font-size: 16px;
}

.terms li span {
  display: block;
  margin-left: 10px;
  padding: 20px;
}

.terms li b, .terms li a {
  color: transparent;
  background: linear-gradient(45deg, #f66f19, #f21421);
  background-clip: text;
}

.terms li a {
  position: relative;
}

.terms li a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: linear-gradient(45deg, #f66f19, #f21421);
}
/*# sourceMappingURL=terms.css.map */