.region-service {
  padding: 20px 35px 35px 35px;
}

.region-service__search {
  position: relative;
}

.region-service__search .search-btn {
  position: absolute;
  width: 36px;
  height: 36px;
  top: 0;
  right: 0;
}

.region-service__search .search-btn:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  width: 17px;
  height: 17px;
  background: url('/local/templates/aspro_tires2/images/svg/Search_black.svg') 0 0 no-repeat;
}

.region-service__search .loading {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 9px;
}

.region-service__search .loading .loading__inner {
  width: 20px;
  height: 20px;
  border-width: 2px;
}

.region-service__search-cites {
  position: absolute;
  top: 39px;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0 2px 10px rgba(197, 197, 197, 0.5);
          box-shadow: 0 2px 10px rgba(197, 197, 197, 0.5);
  background: #fff;
  padding: 10px 18px;
  z-index: 10;
  height: auto;
  max-height: 230px;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}

.region-service__example-cities {
  margin-top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-size: 14px;
  line-height: 1;
}

.region-service__example-cities-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.region-service__example-cities-list a {
  border-bottom: 1px dotted;
}

.region-service__main-tabs {
  margin: 28px -35px 0;
}

.region-service__popular {
  max-height: 290px;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  margin-top: 20px;
}

.region-service__popular-desktop {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.region-service__popular-mobile {
  display: none;
}

@media all and (max-width: 991px) {
  .region-service__popular-desktop {
    display: none;
  }

  .region-service__popular-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.region-service__set-button {
  font-size: 15px;
  color: #333;
  background: none;
  padding: 0;
  border: none;
}

.region-service__set-button.is-active {
  color: #bd1c3c;
  font-weight: 700;
}

.region-service__city-check {
  margin-top: 10px;
}

.region-service__list {
  max-height: 300px;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  text-align: left
}

.region-service__city-check-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 10px;
}

.region-service__city-check-header button {
  position: relative;
  text-align: left;
  -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%;
  background: none;
  border: none;
  line-height: 1;
  padding: 6px 6px 6px 12px;
}

.region-service__city-check-header button:not(:last-child):before {
  content: '>';
  position: absolute;
  right: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.region-service__city-check-body {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.region-service__city-check-body .region-service__list  {
  padding: 0 6px 0 12px;
  -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%;
}

.region-service__city-check-body .region-service__list:not(:last-child)  {
  border-right: 1px solid #f0f0f0;
}

.region-service__city-check-body .region-service__list button {
  text-align: left;
}

.region-service__city-check-body .region-service__list button:hover {
  color: #bd1c3c;
}

@media all and (max-width: 991px) {
  .region-service {
    padding: 20px 0 35px;
  }

  .region-service__main-tabs {
    margin: 28px -15px 0;
  }

  .region-service__city-check-body .region-service__list {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.ui-input:focus {
  outline: none;
}

.ui-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.ui-tabs__button {
  padding: 6px 14px;
  font-size: 12px;
  border: 1px solid #bd1c3c;
  border-radius: 6px;
  background-color: #fff;
  color: #bd1c3c;
}

.ui-tabs__button:hover {
  color: #d82044;
  border: 1px solid #d82044;
}

.ui-tabs__button.is-active {
  background-color: #bd1c3c;
  color: #fff;
}

.ui-tabs.aspro {
  gap: 0;
}

.ui-tabs.aspro .ui-tabs__button {
  background-color: #f9f9fa;
  color: #222222;
  padding: 17px 25px 18px;
  border-radius: 0;
  border: 1px solid #f0f0f0;
  font-weight: bold;
  text-transform: none;
  width: 100%;
  font-size: 15px;
  position: relative;
}

.ui-tabs.aspro .ui-tabs__button:hover {
  color: #d82044;
  background: #fff;
}

.ui-tabs.aspro  .ui-tabs__button.is-active {
  color: #bd1c3c;
  background: #fff;
}

.ui-tabs.aspro  .ui-tabs__button.is-active:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #bd1c3c;
}

.loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.loading__inner {
  width: 48px;
  height: 48px;
  border: 5px solid;
  border-color: #bd1c3c transparent;
  border-radius: 50%;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-animation: rotation 1s linear infinite;
          animation: rotation 1s linear infinite;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.wrapper-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wrapper-label__title {
  margin-bottom: 6px;
  font-weight: normal;
  font-size: 13px;
  color: #777777;
  line-height: 20px;
}

.wrapper-label__required {
  font-size: 13px;
  margin: 0;
  color: #e62222;
}
