a {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: #fff;
}

ul,
ol {
  list-style: none;
}

p {
  text-align: justify;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

body {
  background: #fff;
  font-family: 'Open Sans', sans-serif;
}

body,
input,
textarea,
select {
  font-size: 14px;
  line-height: 23px;
}

.clearfix {
  clear: both;
}

.hidden {
  display: none;
}



/*------------------------
       COOKIES ALERT
------------------------*/


.cookies-info{

  width: 100%;
  clear: both;
  position: fixed;
  bottom: 0;
  z-index: 100;

}


.cookie {
  width: 99%;
  padding: 5px 0.5%;
  background-color: #f25661;
  overflow: hidden;
  z-index: 100;
}
.cookie__text {
  max-width: 1400px;
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}
.cookie__close {
/*  float: right;*/
  cursor: pointer;
}
.cookie__close:after {
  content: "Zamknij komunikat";
  display: inline-block;
  font-size: 10px;
  margin-left: 15px;
  text-decoration: underline;
  text-align: center;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cookies-link{
  text-decoration: underline;
}

/* body header generals styles */


header {
  background-color: #191919;
  /*    position: fixed;*/
  width: 100%;
  top: 0;
  left: 0;
  z-index: 200;
}

.top-header {
  background-color: #191919;
  border-bottom: 1px solid #414141;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 200;
}

.sr-header {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: left;
}

.x-menu {
  display: flex;
  float: left;
}

.nav-1 {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.nav-1 li {
  text-align: center;
  padding: 0 5px;
  margin: 10px 0;
}

.nav-1 a {
  background-color: #910a2d;
  -moz-transition: background-color 0.3s ease-in-out;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  padding: 0 60px;
  min-width: 263px;
  line-height: 40px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  letter-spacing: 0.125em;
  word-break: break-word;
}

.nav-1 a:hover {
  background-color: #ad0833;
}

.phone {
  color: #d7d7d7;
  padding: 18px 0;
}

.phone {
  margin-left: auto;
}

.icon-telephone {
  display: inline-block;
}

.icon-telephone span {
  margin: 0 0 0 5px;
  height: 20px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.125em;
}

.icon-telephone:before {
  content: '';
  display: inline-block;
  background-image: url(../img/telephone.svg);
  background-repeat: no-repeat;
  font-weight: 400;
  width: 20px;
  height: 20px;
  color: #fff;
  transform: rotate(45deg);
  /* float: left; */
}

.podheader {
  background-color: #191919;
  display: block;
  float: left;
  width: 100%;
}

.podheaderdwa{
  background-color: #323232;
}

.tysdwie {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 60px;
}

/*
.podheader .tysdwie{
    display: block;
    float: left;
}
*/



.logo img {
  /*    width: 75px;*/
  float: left;
  width: 250px;
  margin-left: 10px;
}

.logo h1 {
  font-size: 24px;
  color: #fff;
  float: left;
  margin: 25px 0 0 22px;
  text-transform: uppercase;

  word-break: break-word;
}

.tysdwie2 {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  min-height: 70px;
  /* margin-bottom: 15px; */
}




.bottom-header a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.125em;
  display: inline-block;
  position: relative;
  padding: 25px 0;
  margin: 0 0 0 20px;
  font-family: 'Open Sans', sans-serif;
}

.bottom-header a:after {
  content: ' ';
  display: block;
  width: 100%;
  text-align: center;
  height: 2px;
  background: transparent;
  position: absolute;
  bottom: 20px;
  left: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.bottom-header a:hover:after {
  background: #fff;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.bottom-header a.active:after  {
  background: #fff;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.obrazek {
  background-image: url('../img/dodge1.jpg');
  background-size: cover;
  background-position: center;
  height: calc(100vh - 140px);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
}

.wejscie {
  position: relative;
  width: 100%;
  height: calc(100vh);
  left: 0;
  z-index: 1;
  padding-top: 100px;
  text-align: center;
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.125em;
  font-size: 45px;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-align: center;
}

.wejscie h2 {
  font-weight: 500;
  letter-spacing: 0.125em;
  font-size: 45px;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  line-height: 80px;
  text-transform: uppercase;
  z-index: 200;
}

.wejscie a {
  color: #fff;
  background-color: #910a2d;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 45px;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.125em;
  font-weight: 600;
  padding: 1% 2%;
  text-decoration: none;
  position: absolute;
  bottom: 15%;
  border: 0;
  /*    left: 35%;*/
  width: 350px;
  left: calc(50% - 175px);
  cursor: pointer;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
}

.wejscie a:hover {
  color: #f5f5f5;
  opacity: 0.9;
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: -199;
}

.formy {
  background-color: #f5f5f5;
  width: 100%;
  display: block;
  float: left;
  text-align: center;
  padding-bottom: 60px;
  overflow: hidden;
}

.formy-poj {
  margin: 1% 0;
}

.formy a img {
  transition-duration: 1s;
  margin: 0 auto;
  display: block;
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
}

.formy a:hover img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  z-index: 0;
}

.formy > .tysdwie {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.formy h2 {
  font-size: 15px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: 0.125em;
  color: #191919;
  padding: 20px 0;
  text-transform: uppercase;
}

.formy p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  color: #191919;
  text-align: center;
}

.formy-tekst {
  height: 80px;
}

p.formy-action {
  display: inline-block;
  font-size: 13px;
  line-height: 13px;
  color: #191919;
  font-weight: 600;
  text-align: center;
  position: relative;
}

p.formy-action:after {
  position: absolute;
  bottom: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background-color: #999;
  content: '';
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.formy a:hover p.formy-action:after {
  width: 50%;
}

.lokalizacja {
  display: flex;
  flex-flow: row wrap;
  justify-content: left;

  width: 100%;
}

.map,
.adres {
  width: 50%;
  height: 950px;
  margin-bottom: -8px;
}

.map {
  height: 100%;
}

.hours {
  width: 100%;
  padding-right: 50px;
}

.hour {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.adres h2 {
  padding: 0 0 35px 0;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
}

.adres-dane {
  width: 100%;
  padding: 50px 15% 50px 15%;
  box-sizing: border-box;
}

.adres li {
  color: #191919;
  font-size: 16px;
  line-height: 18px;
  padding: 10px 0;
  display: flex;
  font-weight: 300;
  text-align: left;
}

.adres a:hover {
  color: #000;
  text-decoration: underline;
}

.adres .name,
.adres .header {
  text-transform: uppercase;
  text-align: left;
  font-size: 15px;
  font-weight: 600;
  position: relative;
  margin-top: 20px;
}

.icon-phone:before,
.icon-map:before,
.icon-mail:before,
.icon-clock:before {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  font-weight: 400;
  width: 18px;
  height: 18px;
  float: left;
  margin-right: 15px;
}

.icon-phone:before {
  background-image: url(../img/telephone2.svg);
}

.icon-map:before {
  background-image: url(../img/map.svg);
}

.icon-mail:before {
  background-image: url(../img/email.svg);
}

.icon-clock:before {
  background-image: url(../img/clock.svg);
}

.adresy {
  margin-top: 3px;
  width: 100%;
  float: left;
  background-image: url('../img/bcg-adres.png');
  background-repeat: repeat-x;
  background-color: #3b4252;
  z-index: 1;
}

.adresy > div {
  margin: 0px auto;
  max-width: 1180px;
  width: 100%;
  display: block;
}

.adresy article {
  background-image: url('../img/bcg-adres.png');
  background-repeat: repeat-x;
  background-color: #3b4252;
  width: 33%;
  float: left;
  height: auto;
  color: #fff;
}

.adresy h2 {
  font-size: 18px;
  text-transform: uppercase;
}

.adresy .lokalizacja h2 {
  float: right;
  width: 55%;
}

.adresy .lokalizacja div {
  float: left;
  padding: 25px 0 15px 0;
}

.adresy .lokalizacja img {
  padding: 15px 15px 0 35px;
  float: left;
}

.adresy .lokalizacja p {
  line-height: 20px;
  margin: 10px 0;
  font-size: 14px;
  text-align: left;
  float: right;
  width: 55%;
}

.adresy div > p {
  line-height: 20px;
  margin: 10px 0;
  font-size: 14px;
  text-align: left;
}

.adresy .salon {
  border-right: 3px #fff solid;
  border-left: 3px #fff solid;
}

.adresy .salon div,
.adresy .serwis div {
  width: 50%;
  float: left;
  padding: 25px 0 10px 0;
}

.adresy .salon div img,
.adresy .serwis div img {
  float: left;
  margin: 0 15px 15px 15px;
}

.adresy .salon div p,
.adresy .serwis div p {
  margin: 5px 0;
}

.adresy .salon .mail,
.adresy .serwis .mail {
  width: 100%;
  padding: 0 0 15px 0;
}

.foto {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  line-height: 0;
  overflow: hidden;
}

.foto-cont {
  display: block;
  overflow: hidden;
  width: 33.333333%;
  overflow: hidden;
}

.foto img {
  width: 100%;
  transition-duration: 1s;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
}

.foto img:hover {
  transition-duration: 1s;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  overflow: hidden;
}

/*
.foto img:nth-child(2), .foto img:nth-child(5){
    margin: 3px;
}
*/

footer {
  background-color: #191919;
}

footer h3 {
  font-size: 28px;
  color: #fff;
  text-align: center;
  font-weight: 300;
  padding: 35px 0;
  font-size: 30px;
  line-height: 35px;
}

footer p, footer ul {
  max-width: 1180px;
  margin: 0 auto;
  color: #fff;
  padding: 0 15px 15px 15px;
}

.content{
  display: inline-block;
  width: 100%;
}

.contener {
  max-width: 1180px;
  margin: 0 auto;
  color: #000;
  padding: 0 15px 15px 15px;
  display: block;
}

.contener h2 {
  font-size: 28px;
  color: #000;
  text-align: center;
  font-weight: 300;
  margin: 35px;
  font-size: 30px;
  line-height: 35px;
}

.contener h3 {
  margin: 15px 0;
  font-size: 24px;
  line-height: 35px;
}

.contener p, .contener ul {
  margin: 15px 0;
  font-size: 16px;
}

.contener ul {
  list-style: disc;
  margin-left: 20px;
}

.contener a {
  color: #323232;
}

.contener a:hover {
  color: #910a2d;
}



.banner {
  /*    background-color: #212121;*/
  background-color: #000;
  text-align: center;
  margin: 0;
  line-height: 0;
}

.banner.bdwa {
  /*    background-color: #212121;*/
  /*    background-color: #000;*/
  background-color: #000;
}

.banner .wewn {
  margin: 0 auto;
  width: 100%;
  max-width: 840px;
}

.wewn2 {
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
}

.banner img {
  width: 100%;
}


/*------------------------
       NEW CAR
------------------------*/

.auta {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-top: 25px;
}

.auta-cont {
  display: block;
  width: 20%;
  text-align: center;
  margin: 10px 0;
}

.auta-cont a{
  color:#eb2727;
  cursor: pointer;
  padding-bottom: 10px;
  display: block;
}

.auta img {
  width: 100%;
  transition-duration: 1s;
  opacity: 1;
}

.auta img:hover, .auta a:hover img {
  transition-duration: 1s;
  opacity: 0.8;
  overflow: hidden;
  cursor: pointer;
}

.auta-cont a:hover{
  color:black;
  opacity: 0.8;
}


/*------------------------
       NEW CAR LIST
------------------------*/

.auta-line{
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.auta-line-img, .auta-line-img-l, .auta-line-text {
  display: block;
  width: 50%;
  text-align: center;
  margin: 0 0;
  overflow: hidden;
}

.auta-line-img{
  background-image: url('../img/auta/durango-performance-header.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.auta-line-img-l{
  background-image: url('../img/auta/durango-performance-header.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.auta-line-img-l .img2{
  background-image: url('../img/auta/durango-performance-header.jpg');
}

.auta-line-img-l:before{
  content: 'ss';
  background-color: #fff;
  display: block;
  float: left;
  height: 120%;
  margin-top: -10%;
  margin-left: -141px;
  width: 200px;
  transform: rotate(15deg);
}


.auta-line-img:after{
  content: 'ss';
  background-color: #282828;
  display: block;
  float: right;
  height: 110%;
  /* margin-top: -10%; */
  margin-right: -141px;
  width: 200px;
  transform: rotate(15deg);
}


.auta-line-text{
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  z-index: 1;
  background-color: #282828;
  padding: 30px 0 100px 0;
}

.text-l{
  background-color: #fff;
}



.auta-line-text h2, .auta-line-text h3 {
  text-transform: uppercase;
  font-size: 34px;
  color: white;
  padding: 30px;
  font-weight: 700;
  text-align: left;
  letter-spacing: -2px;
}



.auta-line-text h3{
  font-size: 18px;
  letter-spacing: 0;
  padding: 10px 30px 10px;
}

.auta-line-text .hr{
  border-top: 4px #f4524d solid;
  margin-left: 30px;
  width: 100px;
}

.auta-line-text p{
  padding: 10px 30px;
  color: #fff;
  font-size: 14px;
}
.auta-line-text button{
  background-color: rgb(217, 0, 0);
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 10px 20px;
  font-size: 16px;
  width: auto;
  font-weight: 700;
  opacity: 0.85;
}

.auta-line-text button:hover{
  opacity: 1;
}


.text-l h2, .text-l h3, .text-l p{
  color: #000;
}

.aut-line-img2{
  background-image: url('../img/auta/Dodge-Dodge-Charger-SRT-Hellcat-Redeye-Widebody-AEC-DG021_036CH-scaled.jpg');
}

.aut-line-img3{
  background-image: url('../img/auta/Dodge-Dodge-Challenger-RT-Scat-Pack-AEC-DLA21US4_059-scaled.jpg');
}

.aut-line-img4{
  background-image: url('../img/auta/2022-ram-trx-sandblast-edition.jpg');
}

.aut-line-img5{
  background-image: url('../img/auta/RM020_003FN.jpg');
}





.line{
  background-color: #fff;
  width: 100%;
  clear: both;
  height: 50px;
  display: block;
}


.aut-line-none{
  display: none;
}

/*------------------------
       Responsive
------------------------*/

@media screen and (max-width: 1190px) {
  .top-header {
    background-color: #191919;
    border-bottom: 1px solid #414141;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 200;
  }

  .podheader {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 0 0;
    padding: 20px 0;
  }

  .podheader .tysdwie2 {
    margin: 0 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }

  .podheader .tysdwie2 .logo {
    width: auto;
  }

  .podheader .tysdwie2 .bottom-header {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 0 0;
  }

  .phone {
    margin: 0 0;
  }

  .sr-header {
    justify-content: center;
  }

  .foto-cont {
    width: 50%;
  }

  .auta-cont {
    width: 33%;
  }
}

@media screen and (max-width: 979px) {
  .adresy .salon div,
  .adresy .serwis div {
    width: 100%;
    float: left;
    padding: 25px 0 10px 0;
  }

  .mail p a {
    font-size: 12px;
  }

  .sr-header {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }

  .map,
  .adres {
    width: 100%;
    ma
  }

  .foto-cont {
    width: 100%;
    margin: 0;
  }
  .auta-cont {
    width: 50%;
  }

  .auta-line-img, .auta-line-img-l, .auta-line-text {
    width: 100%;
  }

  .auta-line-img, .auta-line-img-l{
    height: 400px;
  }

  .aut-line-none{
    display: block;
  }



  .auta-line-img-l{
    float:right;
  }

  .auta-line-img:after{
    display: none;
  }

  .auta-line-img-l:before{
    display: none;
  }
  .aut-line-block{
    display: none;
  }
}

@media screen and (max-width: 639px) {
  .adresy article {
    width: 100%;
  }

  .adresy .salon {
    border: none;
  }

  .adresy .lokalizacja img {
    padding: 15px 15px 0 15px;
    float: left;
  }

  .adresy .lokalizacja h2 {
    float: left;
    width: 51%;
  }

  .adresy .lokalizacja p {
    width: 51%;
    float: left;
  }

  .hours {
    width: 100%;
    padding-right: 0;
  }

  .auta-cont {
    width: 100%;
  }
}
