.promotion_web .col.orBtn .gfx_plus {
  background: url("../images/btn_or.png") no-repeat;
}

.promotion_web .col.orBtn .gfx_plus img {
  visibility: hidden;
}

.promotion_web .animate {
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.promotion_web .animate.active {
  visibility: visible;
  -webkit-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  -o-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}

.promotion_web_v2 {
  max-width: 940px;
  margin: 0 auto;
}

.promotion_web_v2 .promoHeader {
  display: inline-block;
  width: 100%;
  text-align: center;
  white-space: nowrap;
}

.promotion_web_v2 .promoHeader p {
  font-family: Hyundai,sans-serif;
  font-size: 22px;
  margin: 20px 10px 10px 10px;
}

.promotion_web_v2 .promotion_web-wrapper {
  display: table;
  margin: 10px auto;
  height: 100%;
  vertical-align: top;
}

.promotion_web_v2 .col {
  display: table-cell;
  width: 1%;
  margin: auto;
  vertical-align: top;
  position: relative;
}

.promotion_web_v2 .col .rows {
  display: table;
  width: 100%;
  padding: 25px 30px;
  margin: auto;
  vertical-align: middle;
  -webkit-transform: scale(.1);
  -ms-transform: scale(.1);
  -o-transform: scale(.1);
  transform: scale(.1);
  opacity: 0;
}

.promotion_web_v2 .col .rows div {
  font-family: Hyundai,sans-serif;
  font-size: 16px;
  line-height: 20px;
  width: 100%;
  text-align: center;
  margin: 0;
  vertical-align: middle;
  display: table-cell;
}

.promotion_web_v2 .col .rows div strong {
  font-family: Hyundai,sans-serif;
  font-weight: normal;
  display: block;
  font-size: 24px;
  line-height: 26px;
}

.promotion_web_v2 .col .rows div span {
  margin: 3px 0;
  display: block;
}

.promotion_web_v2 .col .rows div .line-through {
  display: inline;
  text-decoration: line-through;
}

.promotion_web_v2 .col a.rows:hover {
  -webkit-transform: scale(.98);
  -ms-transform: scale(.98);
  -o-transform: scale(.98);
  transform: scale(.98);
  -webkit-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}

.promotion_web_v2 .col .promoico {
  position: absolute;
  width: 38px;
  height: 38px;
  top: 50%;
  margin-top: -23px;
  left: -23px;
  z-index: 20;
  visibility: hidden;
  -webkit-transform: scale(1.5) rotate(-320deg);
  -ms-transform: scale(1.5) rotate(-320deg);
  -o-transform: scale(1.5) rotate(-320deg);
  transform: scale(1.5) rotate(-320deg);
}

.promotion_web_v2 .col .promoico.right {
  left: inherit;
  right: -23px;
}

.promotion_web_v2 .col .promoico.gfx_plus:after {
  content: '+';
}

.promotion_web_v2 .col .promoico.gfx_or:after {
  content: '/';
}

.promotion_web_v2 .col .promoico:after {
  text-align: center;
  display: block;
  line-height: 36px;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  font-family: Hyundai,sans-serif;
}

.promotion_web_v2 .animate {
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.promotion_web_v2 .animate.active {
  visibility: visible;
  -webkit-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  -o-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}

.promotion_web_v2.blue .promoHeader p {
  color: #0095da;
}

.promotion_web_v2.blue .col .rows {
  border-radius: 6px;
  border: solid 3px #fff;
  background: #0095da;
}

.promotion_web_v2.blue .col .rows div {
  color: #fff;
}

.promotion_web_v2.blue .col .promoico {
  background-color: #0095da;
  border-radius: 50%;
  border: solid 4px #FFF;
}

.promotion_web_v2.brown .promoHeader p {
  color: #a99282;
}

.promotion_web_v2.brown .col .rows {
  border-radius: 6px;
  border: solid 3px #fff;
  background-color: #fff;
  -webkit-box-shadow: inset 0px 0px 0px 3px #a99282;
  box-shadow: inset 0px 0px 0px 3px #a99282;
}

.promotion_web_v2.brown .col .rows div {
  color: #a99282;
}

.promotion_web_v2.brown .col .promoico {
  background-color: #fff;
  border-radius: 50%;
  border: solid 3px #a99282;
  margin-top: -22px;
  left: -22px;
}

.promotion_web_v2.brown .col .promoico.right {
  left: inherit;
  right: -22px;
}

.promotion_web_v2.brown .col .promoico:after {
  color: #a99282;
}

.promotion_web_v2.lato.border {
  border: solid 3px #517a94;
  border-radius: 10px;
  margin: 3px;
}

.promotion_web_v2.lato.border .promotion_web-wrapper {
  margin: 10px;
}

.promotion_web_v2.lato .promoHeader p {
  color: #517a94;
}

.promotion_web_v2.lato .promotion_web-wrapper {
  margin: 0;
}

.promotion_web_v2.lato .col {
  border: solid 3px #FFF;
}

.promotion_web_v2.lato .col .rows {
  border-radius: 15px;
  border: solid 3px #517a94;
  margin: 0 0 6px 0;
  padding: 10px 20px;
}

.promotion_web_v2.lato .col .rows div {
  color: #517a94;
  text-align: left;
}

.promotion_web_v2.lato .col .rows div strong {
  font-size: 20px;
}

.promotion_web_v2.lato .col .rows div span {
  font-size: 15px;
  line-height: 18px;
}

.promotion_web_v2.lato .col .rows:last-child {
  margin-bottom: 0;
}

.promotion_web_v2.lato .col .promoico {
  background-color: #fff;
  border-radius: 15px;
  border: solid 3px #517a94;
  margin-top: -19px;
  left: -25px;
}

.promotion_web_v2.lato .col .promoico:after {
  color: #517a94;
}

.animate {
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transform: scale(0) rotate(0deg);
  -ms-transform: scale(0) rotate(0deg);
  -o-transform: scale(0) rotate(0deg);
  transform: scale(0) rotate(0deg);
}

.animate.active {
  visibility: visible;
  -webkit-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  -o-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}

.shortcode-list-btns {
  margin-top: 10px;
  text-align: left!important;
}

.shortcode-list-btns a {
  max-width: none;
}

.navbar-toggle {
  margin: 0;
  border: 0;
  padding: 12px 11px 13px 11px;
}

.navbar-toggle:hover,
.navbar-toggle:focus {
  background-color: #FFF;
}

.navbar-toggle:hover .icon-bar,
.navbar-toggle:focus .icon-bar {
  background-color: #737478;
}

.navbar-toggle .icon-bar {
  width: 18px;
  height: 3px;
  border-radius: 1px;
  background-color: #FFF;
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 3px;
}

ul#top_nav {
  float: right;
  font-size: 0;
  height: 18px;
  line-height: 14px;
  margin: 0 0 2px 0;
  padding: 0;
  position: relative;
  text-align: right;
  z-index: 150;
}

ul#top_nav li {
  display: inline-block;
  line-height: 17px;
  margin: 0 1px 0 0;
  padding: 0;
}

ul#top_nav li:last-child {
  margin: 0;
}

ul#top_nav li a:hover,
ul#top_nav li a:active {
  background: #f3f3f3 url("../images/top_nav_arrow.gif") no-repeat 10px center;
  text-decoration: none;
}

ul#top_nav li a,
ul#collapseDealer li a,
ul#collapseTestDrive li a {
  font-size: 10px;
  color: #5a5b5d;
  text-transform: uppercase;
  display: block;
  padding: 0 10px 0 18px;
  margin: 0;
  line-height: 17px;
  background: #e2e2e3 url("../images/top_nav_arrow.gif") no-repeat 10px center;
}

#header {
  height: 84px;
}

@media (min-width:768px) {
  #header {
    height: 104px;
  }
}

#main_nav_top {
  background: url("../images/main_nav_bg.gif") repeat-x scroll 0 0 transparent;
  -webkit-box-shadow: 0 1px 4px rgba(49,63,83,0.75);
  box-shadow: 0 1px 4px rgba(49,63,83,0.75);
  height: 40px;
  display: block;
  width: 100%;
  position: relative;
  z-index: 152;
}

#main_nav_top .navbar-header {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}

#main_nav_top .navbar-header .navbar-brand {
  height: auto;
  margin: 0;
  padding: 0;
  line-height: 0;
}

@media (max-width:480px) {
  #main_nav_top .navbar-header .navbar-brand {
    max-width: 240px;
  }
}

#main_nav_top .navbar-header #dealerName {
  font-size: 12px;
  font-family: Hyundai,sans-serif;
  color: #FFF;
  font-weight: normal;
  text-transform: uppercase;
  margin: 12px 30px 8px 0;
  line-height: 20px;
  float: right;
}

#main_nav_bottom {
  background-color: #323436;
  -webkit-box-shadow: 0 1px 4px rgba(49,63,83,0.75);
  box-shadow: 0 1px 4px rgba(49,63,83,0.75);
  height: 44px;
  display: table;
  width: 100%;
  position: relative;
  z-index: 202;
}

#main_nav_home {
  display: block;
  width: 50px;
  height: 44px;
  background: url("../images/main_nav_home.png") 10px 8px no-repeat;
  text-indent: -9000px;
  float: left;
}

#main_nav_home:hover,
#main_nav_home.active {
  background-position: 10px -37px;
  background-color: #FFF;
}

#main_nav {
  display: table-cell;
  margin: 0;
  height: 44px;
  padding-left: 0;
}

#main_nav>li {
  display: table-cell;
  width: 1%;
  height: 44px;
  color: #FFF;
  text-align: center;
  vertical-align: middle;
  float: none;
  margin: 0;
  padding: 0;
}

#main_nav>li>a {
  font-family: Hyundai,sans-serif;
  font-size: 14px;
  line-height: 44px;
  display: block;
  padding: 0 15px;
  white-space: nowrap;
  color: #FFF;
  text-transform: uppercase;
  position: relative;
}

#main_nav>li>a:hover,
#main_nav>li>a.open {
  color: #323436;
  text-decoration: none;
  background-color: #FFF;
  margin-bottom: -1px;
  position: relative;
  z-index: 1000;
  height: 45px;
}

#main_nav>li:hover .main_nav_drop_down {
  display: block;
}

#main_nav>li .main_nav_drop_down {
  display: none;
  left: 0;
  top: 100%;
  right: 0;
  background-color: #FFFFFF;
  min-height: 50px;
  position: absolute;
  padding: 9px 0;
  border: 1px solid #cfd2d2;
  z-index: 205;
}

#typy_samochodow {
  padding: 0 100px 0 20px;
}

#typy_samochodow {
  border-bottom: 2px solid #b3b9c0;
}

#typy_samochodow>li {
  margin-bottom: -2px;
}

#typy_samochodow>li>a {
  border-radius: 0;
  color: #666666;
  font-family: Hyundai,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  list-style: none outside none;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  padding-left: 40px;
  padding-right: 40px;
}

#typy_samochodow>li>a:hover,
#typy_samochodow>li>a:focus {
  border: 1px solid transparent;
  border-bottom: none;
  background: transparent;
  color: #323436;
}

#typy_samochodow>li.active>a,
#typy_samochodow>li.active>a:hover,
#typy_samochodow>li.active>a:focus {
  color: #1b3a7d;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #FFFFFF;
  border: 1px solid #b3b9c0;
  border-bottom-color: transparent;
  -webkit-border-image: none;
  -o-border-image: none;
  border-image: none;
  cursor: default;
}

.main_nav_drop_down .tab-content {
  overflow: auto;
  padding: 0 20px 20px 20px;
}

.main_nav_drop_down .tab-content .nav_cars-list {
  overflow: visible;
}

.main_nav_drop_down .tab-content .nav_cars-list .nav_cars-list-el {
  display: block;
  float: left;
  padding: 5px 0 0 0;
  width: 20%;
  height: 135px;
}

.main_nav_drop_down .tab-content .nav_cars-list .nav_cars-list-el .nav_cars-list-el-heading {
  color: #333333;
  font-family: Hyundai,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: block;
  padding: 6px 10px 0 16px;
}

.main_nav_drop_down .tab-content .nav_cars-list .nav_cars-list-el .nav_cars-list-el-price {
  color: #333333;
  display: block;
  padding: 0 16px;
}

.main_nav_drop_down .tab-content .nav_cars-list .nav_cars-list-el .nav_cars-list-el-link {
  display: block;
  padding: 5px 0 5px 0;
  text-align: center;
}

.main_nav_drop_down .tab-content .nav_cars-list .nav_cars-list-el .nav_cars-list-el-link img {
  padding: 0 10px;
  max-width: 100%;
}

.main_nav_drop_down .tab-content .nav_cars-list .nav_cars-list-el .nav_cars-list-el-link:hover {
  text-decoration: none;
  background: #e8e5e0;
}

@media (max-width:979px) {
  .content-body .main_nav_drop_down .tab-content .nav_cars-list-el-heading,
  #main_nav .nav_cars-list-el-heading {
    font-size: 12px;
    line-height: 15px;
  }

  .content-body .main_nav_drop_down .tab-content .nav_cars-list-el-price,
  #main_nav .nav_cars-list-el-price {
    font-size: 11px;
  }

  .content-body .main_nav_drop_down .tab-content .nav_cars-list-el,
  #main_nav .nav_cars-list-el {
    width: 33%;
  }

  .content-body .main_nav_drop_down .tab-content .nav_promo-list-el-heading,
  #main_nav .nav_promo-list-el-heading {
    line-height: 13.4px;
  }
}

@media (max-width:480px) {
  .content-body .main_nav_drop_down .tab-content .nav_cars-list-el,
  #main_nav .nav_cars-list-el {
    width: 100%;
    height: auto;
    padding: 0;
    border-bottom: solid 1px #d5d5d5;
  }

  .content-body .main_nav_drop_down .tab-content .nav_cars-list-el-link,
  #main_nav .nav_cars-list-el-link {
    padding: 5px 0 10px 5px;
    overflow: auto;
  }

  .content-body .main_nav_drop_down .tab-content .nav_cars-list-el-link img,
  #main_nav .nav_cars-list-el-link img {
    padding: 0 12px 0 0;
  }

  .content-body .main_nav_drop_down .tab-content .nav_cars-list-el-heading,
  #main_nav .nav_cars-list-el-heading {
    font-size: 11px;
    padding: 10px 0 0;
  }

  .content-body .main_nav_drop_down .tab-content .nav_cars-list-el-price,
  #main_nav .nav_cars-list-el-price {
    font-size: 10px;
  }
}

.nav_promo-list {
  overflow: auto;
  margin: 0 1px;
}

.nav_promo-list-el {
  float: left;
  width: 20%;
  border-left: 1px solid #e8eaec;
  margin: 10px 0;
  height: 46px;
}

.nav_promo-list .first {
  border-left: none;
}

.nav_promo-list-el-link {
  text-align: center;
  display: table-cell;
}

.nav_promo-list-el-link:hover,
.nav_promo-list-el-link:hover>span {
  text-decoration: none;
  color: #6e6e6e;
}

.nav_promo-list-el-heading {
  color: #323232;
  display: table-cell;
  font-family: Hyundai,sans-serif;
  font-size: 12px;
  font-weight: 400;
  height: 40px;
  line-height: 20px;
  overflow: hidden;
  padding: 6px 14px 0;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
}

.nav_promo-list .first img,
.nav_promo-list .first .nav_promo-list-el-heading {
  border-left: none;
}

#collapseDealer {
  margin: 0;
}

@media (min-width:768px) and (max-width:979px) {
  .nav_promo-list-el-heading {
    line-height: 13.4px;
  }

  #main_nav_bottom {
    height: 40px;
  }

  #main_nav_home {
    display: block;
    width: 40px;
    height: 40px;
  }

  #main_nav_home {
    background: url("../images/main_nav_home.png") 6px 6px no-repeat;
  }

  #main_nav_home:hover,
  #main_nav_home.active {
    background: #fff url("../images/main_nav_home.png") 6px -39px no-repeat;
  }

  #main_nav {
    height: 40px;
  }

  #main_nav>li {
    height: 40px;
  }

  #main_nav>li>a {
    font-size: 12px;
    line-height: 40px;
    padding: 0 10px;
    height: 40px;
  }

  #main_nav>li>a:hover,
  #main_nav>li>a.open {
    color: #323436;
    text-decoration: none;
    background-color: #FFF;
    margin-bottom: -1px;
    position: relative;
    z-index: 1000;
    height: 40px;
  }

  ul#main_nav li .main_nav_drop_down {
    width: 724px;
  }

  #typy_samochodow>li>a,
  #typy_samochodow>li>a {
    padding-left: 19px;
    padding-right: 19px;
  }

  .nav_cars-list-el {
    width: 170px;
  }

  .nav_cars-list-el {
    width: 170px;
  }

  .nav_cars-list-el-link img {
    padding: 0 8px;
    width: 90%;
  }

  .nav_cars-list-el-heading {
    padding: 6px 0 0 10px;
  }

  .nav_cars-list-el-price {
    padding: 0 10px;
  }

  #top_nav li a {
    line-height: 23px !important;
  }

  #main_nav_container.affix-top {
    position: absolute;
    top: 27px;
    z-index: 150;
  }

  #collapseDealer {
    display: none;
    margin: 0;
  }
}

@media (max-width:767px) {
  #main_nav_top {
    background: #575a5d;
  }

  #navbar-top {
    padding: 0;
  }

  ul#top_nav {
    width: 100%;
    clear: both;
    height: auto;
    overflow: hidden;
    background: #6b6c70;
  }

  ul#top_nav li,
  ul#collapseDealer li,
  ul#collapseTestDrive li {
    display: block;
    float: none;
    clear: both;
  }

  ul#top_nav li a,
  ul#collapseDealer li a,
  ul#collapseTestDrive li a {
    background: none repeat scroll 0 0 transparent;
    color: #FFFFFF;
    font-family: Hyundai,sans-serif;
    font-size: 12px;
    padding: 12px 20px;
    text-align: left;
  }

  ul#top_nav li a:hover,
  ul#top_nav li a:active,
  ul#collapseDealer li a:hover,
  ul#collapseTestDrive li a:hover,
  ul#collapseDealer li a:active,
  ul#collapseTestDrive li a:active {
    background: #dcdbd4;
    color: #666666;
  }

  ul#top_nav li a:hover,
  ul#top_nav li a:active {
    background: #f3f3f3;
    text-decoration: none;
  }

  #main_nav_bottom {
    height: 40px;
  }

  #main_nav {
    height: 40px;
  }

  #main_nav_home {
    display: none;
  }

  #main_nav>li {
    height: 40px;
  }

  #main_nav>li>a {
    font-size: 12px;
    line-height: 30px;
    padding: 6px 5px 4px 5px;
  }

  #main_nav li>a:hover,
  #main_nav li>a.open {
    height: 40px;
  }

  #main_nav>li:hover .main_nav_drop_down {
    display: none !important;
  }

  #top_nav .main_nav_drop_down {
    display: none !important;
  }
}

@media (max-width:480px) {
  #main_nav_container h1#logo {
    overflow: hidden;
    width: 160px;
  }

  #main_nav_container #logo img {
    height: 40px;
    max-width: 257px;
    width: 257px !important;
  }
}

#sidebar-menu {
  margin: 10px 0;
}

@media (min-width:768px) {
  #sidebar-menu {
    margin: 25px 0 15px 0;
  }
}

#sidebar-menu ul>li>a {
  border-bottom: 1px solid #C3C4C6;
  color: #333333;
  display: block;
  font-weight: bold;
  padding: 5px 0 5px 10px;
}

#sidebar-menu ul>li>a:hover,
#sidebar-menu ul>li>a:active,
#sidebar-menu ul>li>a.active {
  background: #e8e5e0;
}

#sidebar-menu ul>li>a>ul {
  margin: 5px 0 5px 40px;
}

#sidebar-menu ul>li>a>ul>li>a {
  color: #333333;
  font-size: 12px;
}

#sidebar-menu ul>li>a>ul>li>a:hover,
#sidebar-menu ul>li>a>ul>li>a:active,
#sidebar-menu ul>li>a>ul>li>a.active {
  color: #666;
}

#footer_container {
  margin-top: 50px;
  overflow: auto;
}

@media (max-width:978px) {
  #footer_container {
    margin-top: 0;
  }
}

#logos {
  text-align: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
  gap: 12px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media (min-width:979px) {
  #logos {
    gap: 0;
  }

  #logos>*:not(:first-child) {
    border-left: 1px solid #999;
  }
}

#logos .social-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#logos .social-wrap:first-child .social-link {
  padding-left: 0;
}

#logos .social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 12px;
  gap: 2px;
}

#logos .social-link strong {
  display: block;
  text-align: left;
  font-size: 10px;
  font-weight: bold;
  color: #343434;
  text-transform: uppercase;
  line-height: 1.2;
}

#footer_container span {
  display: block;
}

#bottom_nav_container {
  max-width: 768px;
}

.footer-menu {
  float: left;
  margin: 0;
  font-size: 12px;
  list-style: none outside none;
}

@media (min-width:768px) {
  .footer-menu {
    padding: 0 30px 0 0;
  }
}

#footer_container a:hover {
  color: #555555;
  text-decoration: none;
}

.footer-header,
.footer-header a {
  color: #555555;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
  text-transform: uppercase;
}

.footer-header:hover {
  text-decoration: none;
}

#footer-links {
  overflow: auto;
}

#footer-links-wrapper {
  border-bottom: 1px solid #e7e7e7;
  color: #888888;
  font-size: 10px;
  overflow: auto;
}

#footer-links span {
  font-size: 9px;
  padding: 0 8px;
}

.copyright {
  color: #888888;
  font-size: 10px;
  padding-left: 0 !important;
}

#footer_tablet_container {
  border-bottom: 1px solid #e7e7e7;
}

.icons-bottom a img {
  margin: 0 10px;
}

.holding-1 {
  font-size: 15px;
}

.holding-1 span {
  display: inline-block;
  vertical-align: middle;
  margin-top: 3px;
}

.holding-1 a {
  display: inline-block;
  vertical-align: middle;
  max-width: 50px;
  margin-left: 15px;
}

.holding-1 a img {
  padding: 0;
  margin: 0;
  width: 50px;
  height: 53px;
}

.footer-gd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 10px;
  margin-bottom: 15px;
}

.footer-gd img:not(:first-child) {
  max-width: 80px;
}

.footer-gd img:last-child {
  max-width: 60px;
}

@media (max-width:978px) {
  .icons-bottom a {
    text-align: center;
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .footer-menu {
    margin-bottom: 20px;
  }
}

@media (min-width:768px) {
  .footer-gd {
    margin-bottom: 0;
  }
}

#mainPageTabs {
  display: table-cell;
  width: 940px;
  margin: 0;
  padding: 0;
  border-bottom: none;
  position: relative;
}

#mainPageTabs li {
  display: table-cell;
  float: none;
  height: 51px;
  padding: 0;
  vertical-align: middle;
  text-align: center;
  width: 100%;
}

#mainPageTabs li a {
  border-radius: 0;
  color: #666666;
  font-family: Hyundai,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  list-style: none outside none;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  padding: 14px 24px;
  margin-right: 0;
  margin-bottom: -1px;
  outline: 0;
}

#mainPageTabs li.active>a,
#mainPageTabs li.active>a:hover,
#mainPageTabs li.active>a:focus {
  border: solid 1px #cfd2d2;
  border-bottom-color: transparent;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

#mainPageTabs li.active+.sep,
#mainPageTabs li.active.sep {
  opacity: 0;
}

#mainPageTabs li.sep span {
  background: url("../images/tabs_sep.png") right 2px no-repeat;
  display: block;
  height: 48px;
  width: 2px;
}

@media only screen and (max-width:767px) {
  #mainPageTabs {
    display: block;
    max-width: 100%;
  }

  #mainPageTabs li {
    display: block;
  }
}

#promoCars h2 {
  font-size: 15px;
  margin: 10px 0 0 0;
  font-weight: bold;
  color: #333333;
}

#promoCars p {
  font-size: 12px;
  color: #666666;
  line-height: 18px;
}

@media (max-width:979px) {
  #mainPageTabs li.sep span {
    background: url("../images/tabs_sep.png") right -2px no-repeat;
    display: block;
    height: 30px;
    width: 1px;
  }
}

#mainPageTabsCon {
  background: #FFF;
  border: solid 1px #cfd2d2;
  overflow: visible;
  padding: 25px;
}

.page.search #mainPageTabsCon {
  border: 0;
}

#home-tabs {
  margin-top: -24px;
}

@media (min-width:768px) {
  #home-tabs {
    margin-top: -124px;
    padding-bottom: 35px;
  }
}

#home-tabs .carousel-inner>.item {
  background: center bottom no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 200px;
}

@media (min-width:768px) {
  #home-tabs .carousel-inner>.item {
    -webkit-background-size: auto auto;
    background-size: auto;
    min-height: 515px;
  }
}

#home-tabs .nav-slider {
  display: none;
}

@media (min-width:768px) {
  #home-tabs .nav-slider {
    display: block;
  }
}

#home-tabs-nav {
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

@media (min-width:768px) {
  #home-tabs-nav {
    width: 750px;
  }
}

@media (min-width:979px) {
  #home-tabs-nav {
    width: 970px;
  }
}

@media (min-width:979px) {
  #home-tabs-nav {
    width: 970px;
  }
}

#home-tabs-nav .carousel-control {
  top: 90px;
}

@media (min-width:768px) {
  #home-tabs-nav .carousel-control {
    top: 280px;
    width: 21px;
  }
}

.home-boxes {
  text-align: center;
}

.home-boxes img.img-responsive {
  display: inline-block;
}

#searchbox {
  padding: 20px;
}

#searchbox h4 {
  font-size: 11px;
  font-family: Hyundai,sans-serif;
  color: #333;
  margin: 0 0 10px 0;
}

#searchbox .control-label {
  font-size: 12px;
  white-space: nowrap;
}

.attributes span {
  font-weight: bold;
}

.car_not_found {
  font-size: 36px;
  font-weight: bold;
  font-family: Hyundai,sans-serif;
  margin: 50px 0;
  color: #1c3273;
}

@media (max-width:978px) {
  .car_item_small {
    margin-bottom: 20px;
  }
}

.car_item_small .nav_cars-list-el-link {
  padding: 0 0 5px 0;
  display: block;
  overflow: visible;
}

.car_item_small .nav_cars-list-el-heading {
  font-size: 14px;
  color: #333333;
  text-transform: uppercase;
}

.car_item_small .nav_cars-list-el-year {
  font-family: Hyundai,sans-serif;
  font-size: 12px;
  color: #333333;
  display: block;
  padding: 0 0 2px 0;
}

.car_item_small .nav_cars-list-el-info {
  font-size: 10px;
  color: #666666;
  display: block;
  line-height: 14px;
}

.car_item_small .nav_cars-list-el-price {
  padding-top: 3px;
  font-size: 12px;
  color: #333333;
}

.car_item_small .nav_cars-list-el {
  height: auto;
}

.car_item_small .btn {
  margin-top: 8px;
}

.car_item {
  border-bottom: solid 1px #d5d5d5;
  padding: 20px 0 12px;
}

.car_item .car_promo_img a {
  width: 100%;
  display: block;
}

.car_item .car_promo_img img {
  aspect-ratio: 1.33333333;
  object-fit: contain;
  width: 100%;
  display: block;
}

.car_item .car_promo_entry h3 {
  font-size: 18px;
  font-family: Hyundai,sans-serif;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 5px;
}

.car_item .car_promo_entry h3 span {
  font-family: Hyundai,sans-serif;
  font-weight: normal;
  font-size: 15px;
}

.car_item .car_promo_entry span.add_info {
  font-family: Hyundai,sans-serif;
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
}

.car_item .car_promo_entry span.add_info .price {
  color: #002c5f;
}

.car_item .car_promo_nav {
  text-align: right;
}

@media (max-width:978px) {
  .car_item .car_promo_nav {
    padding-top: 10px;
  }
}

.car_item .car_promo_nav .btn {
  font-size: 12px;
  width: 120px;
  max-width: 100%;
  margin-bottom: 10px;
  text-align: left;
}

.car_item .car_promo_nav .btn .icon-chevron-right-hyu-short {
  margin: 0;
  float: right;
}

.car_details-el-content img {
  max-width: 100%;
}

.omnibus-price {
  margin: 10px 0;
}

body.single-car .details .car_head {
  padding: 30px 0 5px 0;
  border-bottom: solid 1px #d5d5d5;
}

body.single-car .details .car_head .headVhr {
  display: block;
  width: 1px;
  height: 35px;
  border-right: solid 1px #d5d5d5;
  margin: 0 10px;
}

body.single-car .details .car_head .backBtn_BigArrow {
  margin: 7px 0 0;
}

body.single-car .details .car_head .car_title {
  font-size: 11px;
  font-family: Hyundai,sans-serif;
  color: #666666;
  line-height: 12px;
}

body.single-car .details .car_head .car_title h2 {
  font-size: 15px;
  color: #002c5f;
  margin: 0;
  line-height: 32px;
}

body.single-car .details .car_head .car_iBest {
  margin: 5px 0;
}

body.single-car .details .car_images {
  position: relative;
}

body.single-car .details .car_images .flexslider {
  margin-bottom: 0;
}

body.single-car .details .car_images .flexslider img {
  margin-bottom: 0;
}

body.single-car .details .car_content {
  padding: 20px 0 0 0;
}

body.single-car .details .car_thumb img {
  margin: 20px 14px 0 0;
}

body.single-car .details .car_infoPrice {
  background-color: #e8e5e0;
  padding: 10px 18px;
}

body.single-car .details .car_infoPrice h2 {
  font-family: Hyundai,sans-serif;
  font-size: 30px;
  color: #002c5f;
  margin: 0;
}

@media (max-width:978px) {
  body.single-car .details .car_infoPrice h2 {
    line-height: 30px;
  }
}

body.single-car .details .car_infoPrice h2.old {
  color: #333333;
}

body.single-car .details .car_infoPrice h2 span:last-child {
  font-size: 11px;
  font-family: Hyundai,sans-serif;
  color: #666666;
}

@media (max-width:978px) {
  body.single-car .details .car_infoPrice h2 span:last-child {
    display: block;
  }
}

body.single-car .details .car_infoPrice .btn {
  margin: 18px 0 0 25px;
}

body.single-car .details .car_par {
  padding: 10px 0;
  line-height: 20px;
}

body.single-car .details .car_par:after {
  content: '';
  display: block;
  clear: both;
}

body.single-car .details .car_par .par_DescLeft {
  display: table-cell;
  width: 30%;
  text-align: right;
  float: left;
  color: #666666;
  font-size: 12px;
  padding: 2px 5px;
}

body.single-car .details .car_par .par_DescRight {
  display: table-cell;
  width: 60%;
  float: left;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  padding: 2px 5px;
}

body.single-car .details .carDescription,
body.single-car .details .carContact {
  margin-top: 20px;
}

body.single-car .details .carDescription>h3,
body.single-car .details .carContact>h3 {
  font-size: 15px;
  color: #333333;
  border-bottom: solid 1px #d5d5d5;
}

body.single-car .details .dealerName {
  display: block;
  font-weight: bold;
  color: #010101;
  font-size: 14px;
}

body.single-car .details .dealerAddress {
  display: block;
  font-size: 12px;
}

body.single-car .details .dealerPhone {
  display: block;
  margin: 14px 0;
  font-size: 12px;
}

body.single-car .details .carDescriptionCon p {
  font-size: 12px;
}

body.single-car .details .carDescriptionCon ul {
  padding-left: 16px;
}

@media (min-width:768px) {
  body.single-car .details .carDescriptionCon ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

body.single-car .details .carDescriptionCon ul li {
  color: #1c3273;
}

body.single-car .details .carDescriptionCon ul li span {
  color: #5a5b5d;
}

@media (min-width:768px) and (max-width:979px) {
  body.single-car .details .car_infoPrice {
    padding: 5px 9px;
  }

  body.single-car .details .car_infoPrice span {
    font-size: 11px;
  }

  body.single-car .details .car_infoPrice h2 {
    font-size: 22px;
  }

  body.single-car .details .car_infoPrice .btn {
    margin: 7px 0 0 25px;
  }
}

@media (max-width:767px) {
  body.single-car .details .car_images {
    text-align: center;
  }

  body.single-car .details .car_images .car_thumb img {
    margin: 20px 12px;
  }
}

@media (max-width:480px) {
  body.single-car .details .car_par .par_DescLeft {
    width: 40%;
    text-align: left;
    padding: 0 10px 0 0;
  }

  body.single-car .details .car_par .par_DescRight {
    width: 40%;
    padding: 0;
  }
}

body.single-car .lg-outer .lg-thumb {
  margin-left: auto;
  margin-right: auto;
}

.nav-slider {
  bottom: 0;
  position: absolute;
  z-index: 15;
  right: 0;
  left: 0;
  border-top: 1px solid #E5E5E5;
  display: block;
  margin: 0;
  text-align: center;
}

.nav-slider>li {
  display: inline-block;
}

.nav-slider>li>a {
  padding: 8px 30px;
  color: #afafaf;
  font-family: Hyundai,sans-serif;
  font-size: 12px;
  font-weight: 200;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}

.nav-slider>li>a:hover,
.nav-slider>li>a:focus {
  background-color: #efefed;
  border: 1px solid #d2d3d6;
  border-top: none;
  color: #26171C !important;
  font-weight: 400;
  -webkit-box-shadow: 0 1px 1px 0 #e0e1e3;
  box-shadow: 0 1px 1px 0 #e0e1e3;
}

.nav-slider>li+li {
  margin-left: 2px;
}

.nav-slider>li.active>a,
.nav-slider>li.active>a:hover,
.nav-slider>li.active>a:focus {
  background-color: #efefed;
  border: 1px solid #d2d3d6;
  border-top: none;
  color: #26171C !important;
  font-weight: 400;
  -webkit-box-shadow: 0 1px 1px 0 #e0e1e3;
  box-shadow: 0 1px 1px 0 #e0e1e3;
}

.car-lead {
  width: 581px;
  height: 451px;
  background: url('../images/lead-car.png') center center no-repeat;
  font-size: 18px;
  color: #aaa7a7;
}

.car-lead p {
  color: #4c4c4c;
  margin-bottom: 20px;
}

.car-lead header {
  color: #fff;
  font-size: 22px;
  padding: 15px 0 35px 230px;
  height: auto;
  text-align: left;
}

.car-lead .input-lg {
  text-align: center;
}

.car-lead .form-group {
  margin-top: 15px;
}

.car-lead .col-xs-offset-2>.form-group:last-child {
  margin-top: 5px;
  margin-bottom: 25px;
}

.car-lead .col-xs-2 {
  line-height: 42px;
}

.car-lead .close {
  width: 30px;
  height: 30px;
  background-color: #484b52;
  color: #fff;
  line-height: 20px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: 1;
}

@media (max-width:480px) {
  .car-lead {
    -webkit-transform: scale(.5, .5);
    -ms-transform: scale(.5, .5);
    -o-transform: scale(.5, .5);
    transform: scale(.5, .5);
  }
}

@media (max-width:480px) {
  .car-lead {
    -webkit-transform: scale(.7, .7);
    -ms-transform: scale(.7, .7);
    -o-transform: scale(.7, .7);
    transform: scale(.7, .7);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}

.yl-popup-transparent {
  z-index: 1038 !important;
}

.yl-popup-wrapper,
.yl-popup {
  z-index: 1039 !important;
}

@media (max-width:767px) {
  .yl-popup-transparent,
  .yl-popup-wrapper,
  .yl-popup {
    display: none !important;
    z-index: 0 !important;
    opacity: 0 !important;
    left: -10000px !important;
    top: -10000px !important;
    position: absolute !important;
  }
}

.time-for-diesel {
  position: absolute;
  left: 0;
  right: 0;
  height: 167px;
  background: url('//www.hyundai.koreamotors.pl/uploads_hyundai/models/diesel_strona-v3_18.jpg') top center no-repeat #000;
}

.time-for-diesel+p {
  padding-top: 167px;
}