a:hover, a:active{
  color: inherit !important;
  text-decoration: inherit;
}
.jeep-territory{
  margin-top: 30px;
}
.jeep-territory__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  max-width: 975px;
  margin: 0 auto;
}
.jeep-territory__item {
  display: inline-block;
  width: 50%;
  padding: 20px;
  box-sizing: border-box;
}
.jeep-territory__img {
  width: 100%;
  box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.5);
}
.jeep-territory__img:hover {
  box-shadow: 0px 0px 3px 0px rgba(255,255,255,0.5);
}
.main-button {
  background: url(/content/dam/jeep/ru/img/bg_button_orange_l.png);
  border: none;
  text-align: center;
  margin: 11px 0;
  width: 275px;
  position: relative;
  display: inline-block;
  background-position: top left;
  background-repeat: no-repeat;
  color: #242424;
  font-family: 'NovecentoDemiBold', Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  height: 29px;
  line-height: 29px;
  text-decoration: none;
  outline: none;
}
.jeep-territory__btn{
  width: 100%;
  text-align: center;
  margin: 30px auto;
}
.main-button:hover{
  background-position: bottom left;
  text-decoration: none;
  color: inherit;
}

.text {
  color: #fff;
  margin: 5px 0;
  font-size: 15px;
  line-height: 150%;
  text-align: justify;
}
.proezd-tabs__item {
  height: 38px;
  width: 135px;
  line-height: 36px;
  color: #c0c0c0;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
  background: transparent url(/content/dam/jeep/ru/img/jtmap_bt.png) no-repeat left;
  display: inline-block;
  margin-right: 16px;
  text-align: center;
  cursor: pointer;
}
.proezd-tabs__item_active {
  background: transparent url(/content/dam/jeep/ru/img/jtmap_bt_act.png) no-repeat left;
}
.proezd-tabs__list {
  margin: 20px 0;
}
.scheme {
  display: flex;
}
.scheme__info {
  padding: 0 40px;
}
.scheme-btn {
  display: inline-block;
  margin-top: 20px;
}
.proezd-container{
  display: none;
}
.proezd-container_active{
  display: flex;
}
.header-territory{
  background: #212121;
  height: 45px;
  width: 100%;
  /* background: #292929 url(/content/dam/jeep/ru/img/nav.png) repeat-x scroll left top;
  border-bottom: 1px #120707 solid; */
  z-index: 100;
}
.header-territory__wrapper {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  /* padding: 0 20px; */
}
.header-territory-nav {
  /* margin-top: 15px; */
  display: inline-block;
  list-style: none;
  font-size: 0;
  vertical-align: top;
}
.header-territory-nav__item {
  display: inline-block;
  padding-left: 1px;
  font-size: 13px;
  color: #bdbdbd;
  padding: 0 20px;
  height: 45px;
  padding-top: 15px;
}
.item-selected {
  background-color: #3e3e3e;
  border-bottom: 4px solid #ffba00;
  position: relative;
}
.item-selected:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 2px 4px 2px;
  border-color: transparent transparent #ffba00 transparent;
  content: " ";
  position: absolute;
  bottom: 0;
  left: 47%;
}
.header-territory-nav__link {
  color: inherit;
  text-decoration: none;
}
.header-territory-nav__link:hover{
  text-decoration: underline;
}
.header-territory-nav__link:active{
  color: inherit;
  text-decoration: none;
}
.header-territory__logo{
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}
.social-block {
  text-align: center;
  float: right;
  height: 45px;
  margin-right: 55px;
}
.social-block__list {
  text-align: center;
  display: table;
}
.social-block__item {
  list-style: none;
  display: table-cell;
  height: 45px;
  vertical-align: middle;
}
.social-block__link img {
  margin-right: 15px;
  display: inline-block;
  height: 30px;
}
@media (max-width: 1000px){
.header-territory__wrapper {
    max-width: 970px;
}
@media (max-width: 768px){
.header-territory__wrapper {
    max-width: 750px;
}
@media (max-width: 475px){
.header-territory-nav {
    display: inline-block;
    width: 100%;
}
.header-territory-nav__item {
    display: block;
}
.header-territory {
    min-height: 45px;
    height: auto;
}
.header-territory-nav {
    margin-top: 10px;
    margin-bottom: 10px;
}
.header-territory-nav__item {
    /* margin: 10px 0; */
}
}

@media (max-width: 400px){
.header-territory-nav {
    display: inline-block;
}
}
