.thumbnail {
  border: none;
  position: relative;
  padding: 0;
  margin: 0;
  border-radius: 0;
  overflow: hidden;
}

.navbar-fixed-top {
  position: absolute;
}

.thumbnail img {
  max-width: 100% !important;
}

.thumbnail:hover img {
}

.cust-icon-link {
  background-image: url('../icons/menu_icon_link.png');
  background-repeat: no-repeat;
  background-size: 13px;
  margin: 0 0 0 5px;
  width: 13px;
  height: 13px;
  display: inline-block;
}
.open [class*='cust-icon-'] {
  background-position: 0px 0px;
  background-repeat: no-repeat;
  display: inline-block;
  height: 13px;
  width: 13px;
  line-height: 22px;
  vertical-align: text-top;
  margin-left: 4px;
  margin-top: 1%;
}

#historia {
  padding-bottom: 50px;
  background: #efefef;
}

@media (max-width: 991px) {
  #isuzu_polska .child.one {
  }

  #isuzu_polska .child.one .txt_box {
    padding: 20px 10px;
    background-color: white;
  }

  #isuzu_polska .child.one .txt_box h1 {
    margin-bottom: 15px;
  }

  #isuzu_polska .child.one .txt_box p {
    margin: 10px 0;
  }

  #isuzu_polska .child.one .txt_box .lead {
    font-weight: bold;
  }

  #isuzu_polska .child.one .btn_group {
  }

  #isuzu_polska .child.one .btn_group a {
    width: 100%;
    display: block;
    text-align: center;
    color: #222;
  }

  #isuzu_polska .child.one .btn_group a img {
    margin: 0 0 15px;
    height: 30px;
  }

  #isuzu_polska .child.one .btn_group a h3 {
  }

  #isuzu_swiat .child.one {
  }

  #isuzu_swiat .child.one .txt_box {
    padding: 50px 10px;
  }

  #isuzu_swiat .child.one .txt_box h2 {
    margin-bottom: 15px;
  }

  #isuzu_swiat .child.one .txt_box p {
    font-size: 13px;
  }

  #isuzu_swiat .child.one .txt_box h1 {
    margin: 0 0 15px;
  }

  #isuzu_swiat .child.one .txt_box p.lead {
    font-weight: bold;
  }

  #innowacyjnosc .child.one {
    margin: 50px 0 0;
  }

  #innowacyjnosc .abs_container {
    position: relative;
    padding: 0 15px;
  }

  #innowacyjnosc .txt_box {
    padding: 50px 10px;
  }

  #innowacyjnosc .child.one .txt_box h1 {
    margin-bottom: 25px;
  }

  #innowacyjnosc .child.one .txt_box h2 {
    margin-bottom: 10px;
  }

  #innowacyjnosc .child.one .txt_box p {
    font-size: 13px;
  }

  #innowacyjnosc .child.one .txt_box p.lead {
    font-weight: bold;
    font-size: 16px;
  }

  #innowacyjnosc .child.two .txt_box h2 {
    margin-bottom: 15px;
  }

  #innowacyjnosc .child.two .txt_box p {
    font-size: 13px;
  }

  #innowacyjnosc .child.three {
  }

  #innowacyjnosc .child.three .left {
    background: #686667;
    padding: 0 15px !important;
    color: white;
  }

  #innowacyjnosc .child.three .right {
    background: #eef0ef;
    padding: 0 15px !important;
  }

  #innowacyjnosc .child.three .txt_box h3 {
    margin: 30px 0 15px;
    font-size: 34px;
  }

  #innowacyjnosc .child.three .txt_box p {
    font-size: 13px;
  }

  #innowacyjnosc .child.three img {
    margin: auto;
    display: block;
  }

  #srodowisko .child.one {
  }

  #historia .child.one .abs_container,
  #srodowisko .child.one .abs_container {
    position: relative;
  }

  #historia .child.one .txt_box,
  #srodowisko .child.one .txt_box {
    padding: 50px 25px;
  }

  #srodowisko .child.one .txt_box h1 {
    margin-bottom: 15px;
  }

  #srodowisko .child.one .txt_box p {
    font-size: 13px;
  }

  #srodowisko .child.one .txt_box p.lead {
    font-size: 16px;
    font-weight: bold;
  }

  #historia .child.one .txt_box h2 {
  }

  #historia .child.one .txt_box h3 {
  }

  #historia .child.one .txt_box p {
  }

  #historia .child.one .txt_box p.lead {
    font-size: 16px;
    font-weight: bold;
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .container {
    width: 675px;
  }

  .txt_box {
    margin-left: 50px;
  }

  #isuzu_polska .txt_box,
  #isuzu_swiat .txt_box {
    margin-left: 0;
  }

  #isuzu_polska .child.one .btn_group a img {
    height: 40px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    width: 870px;
  }
}
@media (min-width: 992px) {
  .section_scroll {
    position: fixed;
    padding: 5px;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    height: 70px;
    width: 70px;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.6);
    -webkit-transition: background 0.3s ease-in-out, opacity 0.5s ease-in-out;
    -o-transition: background 0.3s ease-in-out, opacity 0.5s ease-in-out;
    transition: background 0.3s ease-in-out, opacity 0.5s ease-in-out;
  }

  .section_scroll:hover {
    background: rgba(255, 255, 255, 0.8);
  }

  .section_scroll .scroll_down {
    color: #333;
    text-decoration: none !important;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
  }

  .section_scroll .wrapper {
    position: relative;
    height: 100%;
    width: 100%;
  }

  .section_scroll .first {
    position: absolute;
    top: 2px;
    left: 0;
    right: 0;
    margin: auto;

    -webkit-animation: scroll_down_first 2s ease-in-out infinite;
    -o-animation: scroll_down_first 2s ease-in-out infinite;
    animation: scroll_down_first 2s ease-in-out infinite;
  }

  .section_scroll .second {
    position: absolute;
    top: 18px;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;

    -webkit-animation: scroll_down_second 2s ease-in-out infinite;
    -o-animation: scroll_down_second 2s ease-in-out infinite;
    animation: scroll_down_second 2s ease-in-out infinite;
  }

  .section_scroll span {
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    font-size: 11px;
  }

  @-webkit-keyframes scroll_down_first {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    90% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @-o-keyframes scroll_down_first {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    90% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @-moz-keyframes scroll_down_first {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    90% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes scroll_down_first {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    90% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }

  @-webkit-keyframes scroll_down_second {
    0% {
      opacity: 0;
    }
    25% {
      opacity: 0;
    }
    75% {
      opacity: 1;
    }
    90% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @-o-keyframes scroll_down_second {
    0% {
      opacity: 0;
    }
    25% {
      opacity: 0;
    }
    75% {
      opacity: 1;
    }
    90% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @-moz-keyframes scroll_down_second {
    0% {
      opacity: 0;
    }
    25% {
      opacity: 0;
    }
    75% {
      opacity: 1;
    }
    90% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes scroll_down_second {
    0% {
      opacity: 0;
    }
    25% {
      opacity: 0;
    }
    75% {
      opacity: 1;
    }
    90% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }

  div.scrollmenu {
    top: auto;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1000;
  }

  div.scrollmenu.is_fixed {
    position: relative !important;
    top: -50px;
    width: 100% !important;
    bottom: auto;
    background-color: transparent;
  }

  #scroll_menu {
    width: 100%;
    background: white;
    padding: 0 30px;
  }

  #scroll_menu > a {
    display: inline-block;
    color: #222;
    text-decoration: none;
    padding: 0 20px;
  }

  #scroll_menu > a:hover,
  #scroll_menu > a:active,
  #scroll_menu > a:focus {
    text-decoration: none;
    background: rgba(0, 0, 0, 0.1);
  }

  #scroll_menu > a h3 {
    line-height: 65px;
  }

  #scroll_menu .nav {
    display: inline-block;
    float: right;
  }

  #scroll_menu .nav li {
    display: inline-block;
  }

  #scroll_menu .nav li.active a {
    color: #dc261c;
  }

  #scroll_menu .nav li a:focus {
    background: none;
  }

  #scroll_menu .nav li a {
    padding: 0 20px;
    color: #222;
  }

  #scroll_menu .nav li a h4 {
    line-height: 20px;
    font-family: 'Encode Sans', 'bebas_neuebold' !important;
    letter-spacing: -1px;
    line-height: 65px;
  }

  #scroll_menu {
    padding: 0 20px;
  }

  #scroll_menu .nav li a {
    padding: 0 10px;
  }

  #scroll_menu > a {
    padding: 0 10px;
  }

  #isuzu_polska .child.one {
    margin-top: 50px;
  }

  #isuzu_polska .child.one {
    margin-top: 50px;
  }

  #isuzu_polska .child.one .txt_box h1 {
    margin-bottom: 25px;
    font-size: 40px;
  }

  #isuzu_polska .child.one .txt_box p {
    margin: 15px 0;
    margin-top: 0px;
    font-size: 12px;
  }

  #isuzu_polska .child.one .txt_box p.lead {
    font-weight: bold;
    font-size: 14px;
  }

  .txt_box p.lead,
  .txt_box p span.lead {
    margin: 0px 0 20px;
    font-weight: bold;
    font-size: 13px;
  }

  #isuzu_polska .child.one .btn_group {
    margin: 35px 0px;
  }

  #isuzu_polska .child.one .btn_group .marka_menu {
  }

  #isuzu_polska .child.one .btn_group .marka_menu a {
    width: 100%;
    color: #222;
    text-align: center;
    display: block;
    padding: 10px 5px;
    -webkit-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
  }

  #isuzu_polska .child.one .btn_group .marka_menu a:hover {
    background: rgba(0, 0, 0, 0.1);
  }

  #isuzu_polska .child.one .btn_group .marka_menu a img {
    display: block;
    position: relative;
    margin: auto;
    margin-bottom: 15px;
    height: 27px;
    width: auto;
  }

  #isuzu_polska .child.one .btn_group .marka_menu a h3 {
    font-size: 15px;
    font-family: 'bebas_neuebold' !important;
  }

  #isuzu_swiat .child {
  }

  #isuzu_swiat .second {
    margin: 0;
  }

  #isuzu_swiat .second .thumbnail {
    position: relative;
    height: 100%;
  }

  #isuzu_swiat .second .thumbnail img {
    height: auto;
    background: red;
    width: 100%;
    max-width: none !important;
    position: absolute;
    top: auto;
    bottom: 11%;
    right: 0;
  }

  #isuzu_swiat .child.one {
    margin-top: 50px;
  }

  #isuzu_swiat .child.one .first .txt_box h1 {
    margin: 20px 0;
  }

  #isuzu_swiat .child.one .second .container {
    height: 380px;
  }

  #isuzu_swiat .child.one .second .txt_box {
    width: 100%;
  }

  #isuzu_swiat .child.one .second .txt_box h2 {
    font-size: 28px;
    margin: 15px 0;
  }

  #isuzu_swiat .child.one .second .txt_box p {
    margin: 5px 0 0;
  }

  #isuzu_swiat .child.one .second .container.vh > div {
    height: 100%;
  }

  #innowacyjnosc .child {
    position: relative;
  }

  #innowacyjnosc .child .abs_container {
  }

  .child .abs_container .txt_box {
    width: 48%;
    margin-left: 7%;
  }

  #innowacyjnosc .child.one .abs_container .txt_box h1 {
    margin: 8% 0 15px;
    font-size: 34px;
  }

  #innowacyjnosc .child .abs_container .txt_box h2 {
    margin: 20px 0 10px;
    font-size: 30px;
  }

  #innowacyjnosc .child .abs_container .txt_box p {
    margin: 0;
    margin-top: 15px;
    font-size: 13px;
  }

  #innowacyjnosc .child .abs_container .txt_box p.lead {
    font-size: 14px;
  }

  #innowacyjnosc .child.two .abs_container .txt_box {
    background: rgba(255, 255, 255, 0.8);
    padding: 35px 50px 50px;
  }
  #innowacyjnosc .child.two .abs_container .txt_box h2 {
    margin: 0;
    font-size: 31px;
  }

  #innowacyjnosc .child.two .abs_container .txt_box p {
  }

  p {
    line-height: 1.5;
  }

  #innowacyjnosc .child.three .row {
    height: 100%;
  }

  #innowacyjnosc .child.three .txt_box {
    width: 80%;
    padding: 0 20px;
    margin-top: 60px;
  }

  #innowacyjnosc .child.three img.ellipse {
    display: block;
    margin: auto;
    width: 90px;
  }

  #innowacyjnosc .child.three h3 {
    margin: 40px 0 25px;
    font-size: 28px;
  }

  #innowacyjnosc .child.three p {
    font-size: 12px;
  }

  #innowacyjnosc .child.three .left,
  #innowacyjnosc .child.three .right {
    height: 500px;
  }

  #innowacyjnosc .child.three .left {
    background-color: #686667;
  }

  #innowacyjnosc .child.three .left .txt_box {
    float: right;
    margin-right: 20px;
  }

  #innowacyjnosc .child.three .left img.ellipse {
  }

  #innowacyjnosc .child.three .left h3 {
    color: white;
  }

  #innowacyjnosc .child.three .left p {
    color: white;
  }

  #innowacyjnosc .child.three .right .txt_box {
  }

  #innowacyjnosc .child.three .right img.ellipse {
  }

  #innowacyjnosc .child.three .right h3 {
  }

  #innowacyjnosc .child.three .right p {
  }

  #innowacyjnosc .child.three .right {
    background-color: #eef0ef;
  }

  #srodowisko .child {
    position: relative;
  }

  #srodowisko .child.one .txt_box {
  }

  #srodowisko .child.one .txt_box h1 {
    margin: 30px 0 15px;
    font-size: 40px;
  }

  #srodowisko .child.one .txt_box p {
    margin: 0;
    margin-top: 14px;
    font-size: 13px;
  }

  #srodowisko .child.one .txt_box p.lead {
    font-size: 15px;
  }

  #historia .child.one {
    position: relative;
  }

  #historia .child.one .txt_box {
    color: white;
    width: 40%;
  }

  #historia .child.one .txt_box h2 {
    margin: 35px 0 20px;
    font-size: 40px;
  }

  #historia .child.one .txt_box h3 {
    margin-bottom: 20px;
    font-size: 25px;
  }

  #historia .child.one .txt_box p {
    font-size: 13px;
  }

  #historia .child.one .txt_box p.lead {
    font-size: 13px;
  }
}

@media (min-width: 1200px) and (max-width: 1279px) {
  .container {
    width: 1085px;
  }
}
@media (min-width: 1200px) {
  #isuzu_polska .child.one .thumbnail img {
    margin-top: 20%;
  }

  #isuzu_swiat .second .thumbnail img {
    width: 100%;
    bottom: 8%;
  }

  #isuzu_swiat .child.one .txt_box h1 {
    margin: 30px 0 20px;
  }

  #isuzu_swiat .child.one .first .vh50 > div,
  #isuzu_swiat .child.one .first .vh50 > div > div {
    height: 100%;
  }

  #isuzu_swiat .child.one .txt_box p.lead {
    font-size: 16px;
    line-height: 1.6;
  }

  #innowacyjnosc .child.one .abs_container .txt_box h1 {
    margin: 40px 0 30px;
    font-size: 50px;
  }

  #innowacyjnosc .child .abs_container .txt_box h2 {
    margin: 0;
    font-size: 38px;
  }

  #innowacyjnosc .child .abs_container .txt_box p {
    margin: 0;
    margin-top: 12px;
    font-size: 13px;
  }

  #innowacyjnosc .child .abs_container .txt_box p.lead {
    font-size: 15px;
  }

  #innowacyjnosc .child.two .abs_container .txt_box {
    background: rgba(255, 255, 255, 0.8);
    padding: 35px 50px 50px;
  }
  #innowacyjnosc .child.two .abs_container .txt_box h2 {
    margin: 0;
    font-size: 37px;
  }

  #innowacyjnosc .child.two .abs_container .txt_box p {
  }

  #innowacyjnosc .child.three .row {
    height: 100%;
  }

  #innowacyjnosc .child.three .txt_box {
    width: 85%;
    padding: 0px 50px;
    margin-top: 80px;
  }

  #innowacyjnosc .child.three img.ellipse {
    display: block;
    margin: auto;
  }

  #innowacyjnosc .child.three h3 {
    margin: 55px 0 32px;
    font-size: 31px;
  }

  #innowacyjnosc .child.three p {
    font-size: 14px;
  }

  #innowacyjnosc .child.three .left {
    height: 700px;
    background-color: #686667;
  }

  #innowacyjnosc .child.three .left .txt_box {
    float: right;
    margin-right: 20px;
  }

  #innowacyjnosc .child.three .left img.ellipse {
  }

  #innowacyjnosc .child.three .left h3 {
    color: white;
  }

  #innowacyjnosc .child.three .left p {
    color: white;
  }

  #innowacyjnosc .child.three .right .txt_box {
  }

  #innowacyjnosc .child.three .right img.ellipse {
  }

  #innowacyjnosc .child.three .right h3 {
  }

  #innowacyjnosc .child.three .right p {
  }

  #innowacyjnosc .child.three .right {
    background-color: #eef0ef;
    height: 700px;
  }

  #srodowisko .child.one .txt_box h1 {
    margin: 45px 0 20px;
    font-size: 45px;
  }

  #srodowisko .child.one .txt_box p {
    margin: 0;
    margin-top: 20px;
    font-size: 14px;
  }

  #srodowisko .child.one .txt_box p.lead {
    font-size: 17px;
  }

  #historia .child.one {
    position: relative;
  }

  #historia .child.one .txt_box {
    color: white;
    width: 40%;
  }

  #historia .child.one .txt_box h2 {
    margin: 35px 0 20px;
    font-size: 40px;
  }

  #historia .child.one .txt_box h3 {
    margin-bottom: 20px;
    font-size: 25px;
  }

  #historia .child.one .txt_box p {
    font-size: 13px;
  }

  #historia .child.one .txt_box p.lead {
    font-size: 13px;
  }
}

@media (min-width: 1280px) {
  #isuzu_polska .child.one .txt_box,
  #isuzu_polska .child.one .btn_group,
  #isuzu_swiat .child.one .first .txt_box {
    width: 90%;
    float: right;
  }

  #isuzu_polska .child.one {
    margin-top: 50px;
  }

  #isuzu_polska .child.one .txt_box h1 {
    margin-bottom: 35px;
    font-size: 50px;
  }

  #isuzu_polska .child.one .txt_box p {
    margin: 15px 0;
    margin-top: 15px;
    font-size: 14px;
  }

  #isuzu_polska .child.one .txt_box p.lead {
  }

  .txt_box p.lead,
  .txt_box p span.lead {
    margin: 20px 0 30px;
    font-weight: bold;
    font-size: 17px;
  }

  #isuzu_polska .child.one .btn_group {
    margin: 35px 0px;
  }

  #isuzu_polska .child.one .btn_group .marka_menu {
  }

  #isuzu_polska .child.one .btn_group .marka_menu a {
    width: 100%;
  }

  #isuzu_polska .child.one .btn_group .marka_menu a img {
    display: block;
    position: relative;
    margin: auto;
    margin-bottom: 20px;
    height: 31px;
    width: auto;
  }

  #isuzu_polska .child.one .btn_group .marka_menu a h3 {
    font-size: 20px;
    font-family: 'bebas_neuebold' !important;
  }

  #isuzu_swiat .child {
  }

  #isuzu_swiat .second {
    margin: 0;
  }

  #isuzu_swiat .second .thumbnail {
    position: relative;
    height: 100%;
  }

  #isuzu_swiat .second .thumbnail img {
    height: auto;
    background: red;
    width: 116%;
    max-width: none !important;
    position: absolute;
    top: auto;
    bottom: 0%;
    right: 0;
  }

  #isuzu_swiat .child.one {
  }

  #isuzu_swiat .child.one .second .txt_box {
    width: 90%;
  }

  #isuzu_swiat .child.one .second .txt_box h2 {
    font-size: 33px;
    margin: 30px 0 0;
  }

  #isuzu_swiat .child.one .second .txt_box p {
    margin-top: 17px;
    font-size: 13px;
  }

  #isuzu_swiat .child.one .second .container.vh > div {
    height: 100%;
  }

  #isuzu_swiat .child.one .thumbnail {
    height: 276px;
  }

  #innowacyjnosc .child {
    position: relative;
  }

  #innowacyjnosc .child .abs_container {
  }

  .child .abs_container .txt_box {
    width: 45%;
    margin-left: 5%;
  }

  #innowacyjnosc .child.one .thumbnail img {
    min-height: 750px;
    width: auto;
    max-width: none !important;
  }

  #innowacyjnosc .child.one .abs_container .txt_box h1 {
    margin: 9% 0 5%;
    font-size: 55px;
  }

  #innowacyjnosc .child .abs_container .txt_box h2 {
    margin: 0;
    font-size: 45px;
  }

  #innowacyjnosc .child .abs_container .txt_box p {
    margin: 0;
    margin-top: 15px;
    font-size: 15px;
  }

  #innowacyjnosc .child .abs_container .txt_box p.lead {
    font-size: 17px;
  }

  #innowacyjnosc .child.two .abs_container .txt_box {
    background: rgba(255, 255, 255, 0.8);
    padding: 40px 50px 60px;
  }
  #innowacyjnosc .child.two .abs_container .txt_box h2 {
    margin: 0;
    font-size: 37px;
  }

  #innowacyjnosc .child.two .abs_container .txt_box p {
  }

  p {
    line-height: 1.5;
  }

  #innowacyjnosc .child.three .row {
    height: 100%;
  }

  #innowacyjnosc .child.three .txt_box {
    width: 70%;
    padding: 0 50px;
    margin-top: 100px;
    min-height: 633px;
  }

  #innowacyjnosc .child.three img.ellipse {
    display: block;
    margin: auto;
  }

  #innowacyjnosc .child.three h3 {
    margin: 80px 0 45px;
    font-size: 35px;
  }

  #innowacyjnosc .child.three p {
    font-size: 14px;
  }

  #innowacyjnosc .child.three .left {
    height: 100%;
    background-color: #686667;
  }

  #innowacyjnosc .child.three .left .txt_box {
    float: right;
    margin-right: 50px;
  }

  #innowacyjnosc .child.three .left img.ellipse {
  }

  #innowacyjnosc .child.three .left h3 {
    color: white;
  }

  #innowacyjnosc .child.three .left p {
    color: white;
  }

  #innowacyjnosc .child.three .right .txt_box {
  }

  #innowacyjnosc .child.three .right img.ellipse {
  }

  #innowacyjnosc .child.three .right h3 {
  }

  #innowacyjnosc .child.three .right p {
  }

  #innowacyjnosc .child.three .right {
    background-color: #eef0ef;
    height: 100%;
  }

  #srodowisko .child {
    position: relative;
  }

  #srodowisko .child.one .txt_box {
  }

  #srodowisko .child.one .txt_box h1 {
    margin: 50px 0 30px;
    font-size: 50px;
  }

  #srodowisko .child.one .txt_box p {
    margin: 0;
    margin-top: 30px;
    font-size: 14px;
  }

  #srodowisko .child.one .txt_box p.lead {
    font-size: 18px;
  }

  #historia .child.one {
    position: relative;
  }

  #historia .child.one .txt_box {
    position: absolute;
    top: 0;
    color: white;
    width: 40%;
    margin-left: 0;
  }

  #historia .child.one .txt_box h2 {
    margin: 70px 0 40px;
    font-size: 50px;
  }

  #historia .child.one .txt_box h3 {
    margin-bottom: 25px;
    font-size: 34px;
  }

  #historia .child.one .txt_box p {
    font-size: 15px;
  }

  #historia .child.one .txt_box p.lead {
    font-size: 18px;
  }
}
@media (min-width: 1280px) and (max-width: 1400px) {
  #historia .child.one .txt_box h2 {
    margin: 60px 0 45px;
    font-size: 50px;
  }

  #historia .child.one .txt_box {
    width: 45%;
    margin-left: 5%;
  }
}

@media screen and (min-device-aspect-ratio: 15/9) and (max-device-aspect-ratio: 2/1) and (min-device-width: 1199px),
  screen and (min-aspect-ratio: 15/9) and (max-aspect-ratio: 2/1) and (min-width: 1199px) {
  .o-marce.article img.bg,
  img.full_height {
    height: calc(100vh - 65px) !important;
    width: auto;
    max-width: none;
    min-width: 100%;
    max-height: none;
  }

  #zero .background .thumbnail {
    height: 100%;
    overflow: hidden;
  }

  #zero .background .thumbnail img.bg {
    height: 100% !important;
    max-width: none !important;
    margin-left: -5%;
  }

  .vh10070px {
    height: calc(100vh - 65px) !important;
  }

  .vh100 {
    height: 100vh !important;
  }

  .vh50 {
    height: calc(50vh - 65px) !important;
  }

  #innowacyjnosc .child.three .left,
  #innowacyjnosc .child.three .right {
    height: 100%;
  }

  body {
    /*background: yellow;*/
  }
}

/*2020*/
#isuzu_polska .child.one .txt_box h1,
#isuzu_swiat .child.one .second .txt_box h2 {
  font-size: 20px;
}

.o-marce.article H1 {
  font-size: 30px !important;
}
.o-marce.article H2 {
  font-size: 25px !important;
}
.o-marce.article H3 {
  font-size: 20px !important;
}

#historia2 H3 {
  margin: 10px 0px 10px 0px;
  font-size: 30px !important;
}
#historia2 H4 {
  margin: 10px 0px 10px 0px;
  font-size: 20px !important;
}
