a:hover, a:active{
  color: inherit !important;
  text-decoration: inherit !important;
}
.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{
  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: 1450px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  padding: 0 20px;
}
.header-territory-nav {
  display: inline-block;
  list-style: none;
  font-size: 0;
}
.header-territory-nav__item {
  display: inline-block;
  padding-left: 1px;
  font-size: 13px;
  color: #fff;
  padding: 0 20px;
}
.header-territory-nav__link {
  color: inherit;
  text-decoration: none;
}
.header-territory-nav__link:hover, .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: 400px){
  .header-territory-nav {
    display: none;
  }
}
