

/* Start:/local/components/jeep/history/templates/.default/style.css?15517005323686*/
#history {
  background: #fff; }

.history-tabs {
  padding-top: 20px; }
  .history-tabs__item {
    list-style-type: none;
    display: inline-block;
    padding: 10px 20px; }
    .history-tabs__item span {
      font-size: 12px;
      text-transform: uppercase;
      color: #636363;
      font-weight: bold;
      outline: 0;
      text-decoration: none;
      cursor: pointer; }
    .history-tabs__item_active span {
      color: #000;
      border-bottom: 4px solid #ffba00;
      position: relative; }
      .history-tabs__item_active span:after {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 4px 2px 0 2px;
        border-color: #ffba00 transparent transparent transparent;
        content: " ";
        position: absolute;
        bottom: -8px;
        left: 47%; }

.history-content {
  padding: 30px 0; }
  .history-content__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    position: relative;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .history-content__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 33.3%;
    padding: 10px; }
    .history-content__item img {
      width: 100%; }

.history-popup {
  background: #212121;
  display: none;
  position: absolute;
  left: 0;
  width: 100%; }
  .history-popup_active {
    display: block; }
  .history-popup__title {
    padding-bottom: 15px;
    padding-top: 15px;
    font-size: 43px;
    font-weight: bold;
    font-family: 'proxima_nova_rgbold';
    color: #fff;
    text-align: center;
    margin: 0; }
    .history-popup__title sup {
      color: #ffba00;
      font-size: 25px; }
  .history-popup__wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
  .history-popup__text {
    margin-right: auto;
    margin-left: auto;
    color: #fff; }
  .history-popup__img-title {
    color: #ffba00;
    padding-bottom: 15px;
    text-align: center; }
  .history-popup__img img {
    margin: 0 auto;
    display: block;
    max-width: 100%; }
  .history-popup__close {
    position: absolute;
    padding: 15px;
    top: 15px;
    right: -40px;
    color: #bdbdbd;
    font-size: 30px !important;
    cursor: pointer;
    z-index: 100; }
  .history-popup__left, .history-popup__right {
    padding: 15px;
    font-size: 50px;
    color: #bdbdbd; }
  .history-popup__nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .history-popup__right {
    position: relative;
    cursor: pointer;
    left: 40px; }
    .history-popup__right:before {
      content: "\e901"; }
  .history-popup__left {
    position: relative;
    cursor: pointer;
    right: 40px; }
    .history-popup__left:before {
      content: "\e900"; }

@media (max-width: 768px) {
  .history-content__item {
    width: 50%; } }

@media (max-width: 480px) {
  .history-popup__close {
    right: -25px; }
  .history-popup__wrapper {
    padding-top: 30px;
    padding-bottom: 30px; } }

/* End */
/* /local/components/jeep/history/templates/.default/style.css?15517005323686 */
