.tabs.location-change {
  padding: 48px;
}
@media only screen and (max-width: 767px) {
  .tabs.location-change {
    padding: 32px 16px;
    min-width: 290px;
  }
}
.tabs.location-change .tabs__title {
  color: #b1b2b3;
  font-size: 20px;
  line-height: 1.4;
  text-transform: uppercase;
  padding: 0 0 5px 0;
  border-bottom: 2px solid #c5c6c6;
}
@media only screen and (max-width: 767px) {
  .tabs.location-change .tabs__title {
    font-size: 17px;
    line-height: 1.41;
    border-bottom: none;
    padding-bottom: 0;
  }
}
.tabs.location-change .tabs__title.open {
  background-color: #ffffff;
  color: #565655;
  border-color: #2e3d8c;
}
@media only screen and (max-width: 767px) {
  .tabs.location-change .tabs__title:not(.open) {
    display: none;
  }
}
.tabs.location-change .tabs__title:first-child {
  margin-right: 24px;
}
@media only screen and (max-width: 767px) {
  .tabs.location-change .tabs__title:first-child {
    margin-right: 0;
  }
}
.tabs.location-change .tabs__title.noactive {
  cursor: auto;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .tabs.location-change .tabs__title.noactive {
    display: none;
  }
  .tabs.location-change .tabs__title.noactive.open {
    display: block;
  }
}
.tabs.location-change .tabs__content {
  border-top: none;
  padding-top: 32px;
}
@media only screen and (max-width: 767px) {
  .tabs.location-change .tabs__content {
    padding-top: 24px;
    margin-top: 25px;
  }
}
@media only screen and (max-width: 549px) {
  .tabs.location-change .tabs__content {
    margin-top: 0;
  }
}
.tabs.location-change .tabs__content .link-icon {
  font-weight: 500;
  font-size: 0;
}
.tabs.location-change .tabs__content .link-icon span {
  font-size: 14px;
  line-height: 1.43;
}
.tabs.location-change .tabs__content .link-icon span:after {
  content: none;
}
.tabs.location-change .tabs__content .link-icon .icon {
  font-size: 8px;
  color: #2e3d8c;
}
.tabs.location-change--vacancy {
  padding: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .tabs.location-change--vacancy {
    min-width: 280px;
  }
}
.tabs.location-change--vacancy .tabs__title.open {
  padding: 0;
  border-bottom: none;
  text-transform: none;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  color: #383837;
}
@media only screen and (max-width: 767px) {
  .tabs.location-change--vacancy .tabs__title.open {
    font-size: 20px;
  }
}
.tabs.location-change--vacancy .tabs__content {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .tabs.location-change--vacancy .tabs__content {
    padding-top: 20px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .tabs.location-change--vacancy .tabs__content .city-modal {
    margin-bottom: 0;
  }
}
.tabs.location-change--vacancy .icon--search {
  font-size: 23px;
  right: 20px;
}
.tabs.location-change--vacancy .icon--close {
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 60px;
  padding: 0 22px;
}
.tabs.location-change--vacancy .form-control {
  color: #565655;
}
.tabs.location-change--vacancy .form-control::placeholder {
  color: #565655;
}

.country {
  font-size: 0;
  margin: 0 -6px;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .country {
    white-space: normal;
    margin: -12px 0;
  }
}
.country__item {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  background: #f7f7f7;
  font-size: 16px;
  color: #2e3d8c;
  text-transform: uppercase;
  padding: 11.5px 16px;
  margin: 0 6px;
}
@media only screen and (max-width: 767px) {
  .country__item {
    display: block;
    width: 100%;
    margin: 12px 0;
  }
  .country__item:last-child {
    margin-bottom: 0;
  }
}
html:not(.bx-touch) .country__item:hover, .bx-touch .country__item:active {
  background: #2e3d8c;
  color: #ffffff;
}

.city-modal-link {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  max-width: 300px;
}
html:not(.bx-touch) .city-modal-link:hover span, .bx-touch .city-modal-link:active span {
  text-decoration: underline;
}
.city-modal-link .icon {
  margin-right: 7px;
  font-size: 16px;
  color: #878687;
}
.city-modal-link .icon--arr-b {
  display: none;
}
.city-modal-link span {
  max-width: 300px;
  font-size: 12px;
  line-height: 14px;
  color: #6f6f6e;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .city-modal-link span {
    font-size: 14px;
  }
}

.location-btn {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  cursor: pointer;
}
.location-btn .icon {
  margin-right: 12px;
  font-size: 12px;
  color: white;
}
.location-btn span {
  font-size: 16px;
  line-height: 1;
  color: white;
}
.location-btn__text {
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
html:not(.bx-touch) .left-panel__region .location-btn:hover .icon, .bx-touch .left-panel__region .location-btn:active .icon {
  color: #6f6f6e;
}

@media only screen and (max-width: 767px) {
  .city-modal {
    margin-bottom: 32px;
  }
}
.city-modal__list {
  margin-top: 35px;
  margin-bottom: -6px;
}
@media only screen and (max-width: 767px) {
  .city-modal__list {
    margin-top: 25px;
  }
}
.city-modal__item {
  margin-top: 6px;
  margin-bottom: 6px;
}
@media only screen and (max-width: 1023px) {
  .city-modal__item {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.city-modal__link {
  font-size: 13px;
  line-height: 1.38;
  color: #565655;
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .city-modal__link {
    display: block;
    padding: 8px 0;
  }
}
html:not(.bx-touch) .city-modal__link:hover, .bx-touch .city-modal__link:active {
  color: #2e3d8c;
}
.city-modal__input {
  position: relative;
}
.city-modal__input .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  font-size: 16px;
  color: #b1b2b3;
  pointer-events: none;
}
.city-modal__input .icon--close {
  color: #b1b2b3;
  font-size: 16px;
  top: 0;
  right: 0;
  height: 45px;
  width: 50px;
  padding: 0 18px;
  pointer-events: auto;
  transform: none;
}
.city-modal .clear-input {
  cursor: pointer;
}

.city-confirm {
  padding: 33px 26px 24px 26px;
}
@media only screen and (max-width: 549px) {
  .city-confirm {
    width: 265px;
  }
}
.city-confirm__title {
  display: block;
  margin-bottom: 16px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
}
.city-confirm__btn {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
@media only screen and (max-width: 1023px) {
  .city-confirm__btn {
    display: block;
    white-space: normal;
    text-align: center;
  }
}
.city-confirm__modal {
  margin-left: 26px;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.43;
  color: #565655;
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .city-confirm__modal {
    margin-left: 0;
  }
}
html:not(.bx-touch) .city-confirm__modal:hover, .bx-touch .city-confirm__modal:active {
  color: #565655;
}
.city-confirm .btn {
  font-size: 14px;
  line-height: 1.43;
  text-transform: none;
  padding: 8px 40px;
}
@media only screen and (max-width: 1023px) {
  .city-confirm .btn {
    width: 100%;
    margin-bottom: 16px;
  }
}
.city-confirm--vacancy {
  padding: 24px;
}
@media only screen and (max-width: 767px) {
  .city-confirm--vacancy {
    padding: 16px 20px 10px;
  }
}
.city-confirm--vacancy .city-confirm__title {
  font-size: 16px;
  color: #383837;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .city-confirm--vacancy .city-confirm__title {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
.city-confirm--vacancy .btn {
  font-size: 16px;
  line-height: 20px;
  padding: 14px 44px;
}
@media only screen and (max-width: 1023px) {
  .city-confirm--vacancy .btn {
    width: auto;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .city-confirm--vacancy .btn {
    font-size: 14px;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 44px;
  }
}
.city-confirm--vacancy .city-confirm__modal {
  padding: 14px 18px;
  font-size: 16px;
  line-height: 20px;
  color: #565655;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .city-confirm--vacancy .city-confirm__modal {
    width: 100%;
    padding: 10px 18px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 1023px) {
  .city-confirm--vacancy .city-confirm__btn {
    display: flex;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 767px) {
  .city-confirm--vacancy .city-confirm__btn {
    display: block;
    white-space: normal;
  }
}

.city-info {
  position: relative;
}
.city-info__wrap.substrate {
  padding-bottom: 180px;
}
.city-info__title {
  max-width: 380px;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.48px;
  color: black;
}
.city-info__text {
  max-width: 380px;
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.4;
  color: grey;
}
.city-info__controls {
  display: flex;
  align-items: center;
  margin: 26px -10px -10px;
}
@media only screen and (max-width: 767px) {
  .city-info__controls {
    flex-direction: column;
  }
}
.city-info__control {
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  .city-info__control {
    width: 100%;
    order: 2;
  }
  .city-info__control + .city-info__control {
    order: 1;
  }
}
.city-info__control .btn {
  min-width: 270px;
}
@media only screen and (max-width: 767px) {
  .city-info__control .btn {
    width: 100%;
  }
}
.city-info__control .btn--outline {
  min-width: 163px;
}
