.tab-content > div {
  display: none; }
  .tab-content > div.active {
    display: block; }
.tab-content ul {
  margin: 0; }
.tab-content__regions {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  padding-bottom: 50px; }
  .tab-content__regions .column {
    width: 25%; }
  .tab-content__regions .letter {
    padding: 10px 0 10px 20px;
    font-size: 18px;
    font-weight: 600;
    color: #00396f;
    text-transform: uppercase;
    max-width: 200px;
    margin: 0 auto; }
  .tab-content__regions-item {
    max-width: 200px;
    margin: 0 auto !important; }
    .tab-content__regions-item:not(.main-regions) {
      padding-left: 0; }
    .tab-content__regions-item li {
      padding-left: 0; }
      .tab-content__regions-item li.region-list {
        list-style: none;
        margin-bottom: 15px; }
    .tab-content__regions-item a {
      color: #000;
      font-size: 14px; }
      .tab-content__regions-item a:hover {
        color: #0056b3;
        text-decoration: underline; }
      .tab-content__regions-item a.region-link {
        font-weight: bold;
        color: #00396f;
        cursor: default; }
        .tab-content__regions-item a.region-link:hover {
          text-decoration: none;
          color: #00396f; }

.tabs {
  display: flex;
  justify-content: center;
  margin: 20px 0; }
  .tabs .tab {
    padding: 0 13px;
    cursor: pointer;
    font-weight: 500;
    position: relative;
    text-align: center;
    width: 33.3333333%;
    font-size: 16px; }
    .tabs .tab__icon {
      background: #c7c7c7;
      border-radius: 50%;
      padding: 10px;
      width: 100px;
      height: 100px;
      margin: 0 auto 3px;
      flex: none;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: .2s; }
    .tabs .tab.active .tab__icon, .tabs .tab:hover .tab__icon {
      background: #fe9706; }
  .tabs__title {
    text-transform: uppercase;
    text-align: center;
    color: #333;
    font-weight: 500;
    margin-top: 20px; }

.regionForm label {
  text-align: center;
  display: block; }

#regionSelect {
  background: #F9F9F9;
  border: 1px solid #ccc;
  color: #333;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  padding: 8px 10px;
  max-width: 400px;
  width: 90%;
  position: relative;
  text-overflow: clip;
  font-family: "Trebuchet MS", Helvetica, Jamrul, sans-serif;
  z-index: 2; }

@media (max-width: 991px) {
  .tab-content__regions .column {
    width: 50%; } }
@media (max-width: 575px) {
  .tab-content__regions .column {
    width: 100%; } }

/*# sourceMappingURL=style.css.map */
