html{
  scroll-behavior: smooth;
}
html,body{
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-family: 'SkodaNext';
}
*,*::after,*::before{
  box-sizing: border-box;
}
img {
  max-width: 100%;
}
a{
  text-decoration: none;
  color: #47AC36;
}
p {
  margin: 0;
}
footer p{
  font-size: .8rem;
}
ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul li::before {
  content: url('/strony_www/K2_NG_iframe-bronowice/LP/akcesoria-zimowe-11-2020/images/tick.jpg');
  margin-right: .5rem;
  margin-top: .25rem;
  transform: translateY(.25rem);
  display: inline-block;
}
.c-content{
  padding: 4rem 0 2rem;
}
.c-flex{
  display: flex;
  flex-wrap: wrap;
}
.c-flex-col {
  flex: 1 0 50%;
  padding-bottom: 1rem;
}
.c-flex-col-padding{
  padding-right: 2rem;
}
.c-flex-col:last-of-type{
  padding-right: 0;
}
.c-flex-col img{
  width: 100%;
}
.c-annotation{
  font-size: 1.2rem;
  text-align: center;
  padding-top: 1rem;
}
.c-accessories{
  padding: 4rem 0;
}
.c-accessories-row{
  display: flex;
  justify-content: center;
}
.c-accessories-item {
  display: flex;
  padding: 0 2rem;

}

.c-accessories-margin {
  margin-top: -2%;
}

.c-accessories-name{
  font-weight: 500;
}
/* .c-accessories-img img{
width: 70%;
} */
.c-accessories-end{
  align-items: flex-end;
}
.c-relative{
  position: relative;
  margin-bottom: 5rem;
}
.c-price-annotation{
  margin-top: 1rem;
}
.c-man{
  position: absolute;
  top: -5%;
  left: 58%;
}
.c-man img{
  width: 90%;
}
.c-table{
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
  border-collapse: collapse
}
.c-table-padd{
  padding: 2rem 0;
}
.c-table-img{
  width: 100%;
}
.c-table-modelname{
  padding: 0 4rem 0 .8rem;
  font-weight: 500;
  font-style: italic;
}
.c-table-wrap{
  padding-top: 1rem;
  overflow-x:auto;
}
.c-table th{
  font-weight: 200;
  color: #fff;
  padding: 10px 0;
  font-size: 14px;
}
.c-table-center{
  text-align: center;
}
.c-table-cell{
  padding: .2rem .5rem;
  font-size: 16px;
}
.c-table-cell-border{
  border-bottom: 1px solid #000;
}
.c-steps{
  display: flex;
  flex-wrap: wrap;
  padding: 2rem 1rem;
}
.c-steps-item{
  flex: 1 0 19%;
}
.c-steps-item-flex{
  display: flex;
  padding-bottom: .5rem;
}
.c-steps-text{
  padding-left: .5rem;
}
.c-welcome{
  font-weight: 800;
  font-style: italic;
}
.c-welcome-text{
  font-size: 1.5rem;
}
.c-welcome-text strong{
  font-weight: 800;
}
.c-green{
  background-color: #47AC36;
}
.c-grey{
  background-color: #F5F5F5;
  /* background-color: #e1e1e1; */
}
.c-darkgrey{
  background-color: #757474;
}
.c-grey-medium{
  background-color: #a3a3a3;
}
.c-grey-low{
  background-color: #e8e8e8;
}
.c-desc-padding{
  padding: 1rem .3rem;
}
.c-table-title{
  font-weight: 800;
  font-style: italic;
  text-align: center;
  font-size: 2rem;
  color: #fff;
  margin: 0;
  padding: 1rem 0;
}
.c-container{
  max-width: 1400px;
  margin: 0 auto;
  /* padding: 0 1rem; */
}
.container-padding{
  padding-top: 4rem;
}
.container-padding-fix{
  padding-top: 1rem;
  margin:0;
}
.margin-top {
  margin-top: 3%;
}
.margin-0{
  margin:0;
}
.container-tiny{
  max-width: 960px;
  margin: 0 auto;
}
.row-pad{
  padding-top: 5rem;
}
.img-responsive{
  max-width: 100%;
  height: auto;
}
.text-center{
  width: 100%;
  text-align: center;
}




h1{
  font-size: 2.25rem;
  margin: 0;
}
h3{
  font-size: 1.6rem;
  margin: 0;
}
h4{
  margin: 0 0 2rem 0;
  font-size: 1.5rem;
}
h5{
  font-size: 1.2rem;
  margin: 2rem 0 1rem 0;
}

.c-header {
  position: relative;
}
.c-header-logo {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1% 0;
}
.c-header-logo p {
  color: #000;
}
.c-header-baner img{
  width: 100%;
}
.c-header-text {
  position: absolute;
  width: 100%;
  top: 10%;
}
.c-header-text p {
  margin: 0 auto;
  color: #fff;
  font-size: 3vw;
  font-weight: 600;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
  padding-top: 5px;
}
.c-header-text-bg {
  background: #47AC36;
  width: 100%;
  mix-blend-mode: multiply;
  height: 80px;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.c-header-text p span {
  font-weight: 600;
  font-size: 2.3vw;
}
.c-row-btn {
  padding-left: 10%!important;
  max-width: 100%!important;
}

.c-headline {
  text-align: center;
  margin: 3% 0;
  font-size: 1.3rem;
  font-weight: 600;
}
.c-headline .c-btn{
  text-align: center;

  font-weight: 400;
}
.c-headline p span{
  color: #47AC36;
}

.c-btn {
  color: #fff;
  background: #47AC36;
  padding: 10px 30px;
  text-align: left;
  font-size: .8rem;
  display: block;
  cursor: pointer;
  max-width: 330px;
}


.c-row {
  margin-top: 5%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.c-row-img {
  width: 47%;
  height: 222px;
  overflow: hidden;
}
.c-row-img img {
  /* max-height: 222px; */
}
.c-row-text {
  width: 50%;
  height: 219px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.c-row-container {
  margin-left: 10%;
}
.c-row-title {
  font-weight: 600;
  /* font-size: 1.4rem; */
  font-size: 1rem;
}
.c-row-content {
  margin-top: 1%;
  font-size: .85rem;
}
.c-row-small {
  font-size: .6rem;
  margin-top: 5%;
}
.c-row-content-desc {
  color: #000!important;
  font-weight: 400!important;
  font-size: .7rem!important;
}
.c-row-content span {
  color: #47AC36;
  font-weight: 600;
  /* font-size: 1.05rem; */
  font-size: .95rem;
}
.c-row-desc {
  margin-top: 3%;
  font-weight: 600;
  /* font-size: 1.05rem; */
  font-size: .8rem;
}
.c-row-btn {

}

.o-border-top {
  border-top: 1px solid black;
  padding-top: 5px;
  margin-top: 4%;
  max-width: 65%;
}
.o-center {
  margin: 0 auto;
  margin-top: 2%;
  margin-bottom: 2%;
}

footer{
  /* margin-bottom: 2%; */
  background: #F5F5F5;
  padding: 2% 0;
  /* margin-top: 5%; */
}
.c-footer-headline {
  font-weight: 600;
  font-size: 1.5rem;
  text-align: center;
  margin-top: 1%;
  margin-bottom: 2%;
}
footer p a {
  color: #000;
}
@media(max-width: 1920px){
  .c-row-img {
    height: 300px;
  }
  .c-row-text {
    height: 300px;
  }
}

@media(max-width:1600px){
  .c-steps-text{
    font-size: 16px;
  }
  .c-accessories-img{
    flex: 1;
  }
  .c-accessories-content {
    flex: 1;
  }
  .c-accessories-item {
    padding: 0 0rem;
    flex: 1 0 25%;
  }
  .c-accessories-name {
    font-size: 12px;
    padding: 0 .5rem;
  }
  .c-steps-item-flex{
    margin-right: .5rem;
  }
  .c-header-text p {
    color: #fff;
  }
  .c-header-text-bg {
    height: 65px;
  }
  .c-row:nth-of-type(2) .c-row-text {
    height: 221px;
  }
  .c-header-logo {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 1% 0;
  }
  .c-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
  }
  .c-row-img {
    height: 222px;
  }
  .c-row-text {
    height: 222px;
  }
  /* .c-man img {
  width: 75%;
  } */
  .c-man {
    top: 0%;
    right: 0%;
    left: inherit;
    text-align: right;
  }
}
@media(max-width: 1450px){
  .c-man img {
    width: 85%;
  }
  .c-man{
    text-align: left;
  }
  /* .c-mobile-flex{
  display: flex;
  } */
  .c-man{
    top: -8%;
  }
  .wheels-price-mobile{
    width: 70%;
  }
}
@media(max-width: 1330px){
  .c-man{
    text-align: center;
  }
  .c-man img{
    width: 74%;
  }
  .c-man{
    top: 0%;
  }
}
@media(max-width: 1200px){
  .c-table{
    max-width: 90%;
  }
  .c-man{
    top: -3%;
  }
  .c-relative{
    margin-bottom: 1rem;
  }
}
@media(max-width: 1150px){
  .c-man {
    top: 0%;
    right: 0%;
  }
  .c-man img {
    width: 65%;
  }
}
@media(max-width: 1100px){
  .c-welcome-text{
    font-size: 1.2rem;
  }
  .c-welcome-wrap{
    padding: 0 1rem;
  }
  .c-steps-item {
    flex: 1 0 26%;
  }
  .c-man{
    text-align: right;
  }
}
@media(max-width: 1070px){
  .c-man img {
    width: 60%;
  }
}
@media(max-width: 960px){
  .c-man{
    display: none;
  }
  .wheels-price-mobile{
    width: 100%;
  }
  .o-row-reverse {
    flex-direction: column-reverse;
  }
  .c-row:nth-of-type(2) .c-row-text {
    height: auto;
  }
  .c-steps-item {
    flex: 1 0 50%;
  }
  .c-text {
    font-size: .78rem;
    width: 98%;
  }
  .c-header-text {
    position: unset;
    width: 100%;
    bottom: 15%;
  }
  .c-header-text p {
    margin: 0 15px;
    color: #000;
    font-size: 1.5rem;
    font-weight: 600;
    /* margin-bottom: -10%; */
    position: unset;
    margin-left: 0;
  }
  .c-header-text-bg {
    background: transparent;
    height: unset;
  }
  .c-header-logo {
  }
  .c-header-logo img {
    max-width: 50%;
  }
  .c-header-logo {
    padding: 2% 5%;
  }
  .c-headline {
    font-size: .7rem;
  }
  .c-row {
    margin-top: 15%;
  }
  .c-row-text {
    width: 100%;
    height: auto;
  }
  .c-row-img {
    width: 100%;
    height: auto;
  }
  .c-form-item {
    margin-right: 0;
  }
  .c-form-wrap {
    margin: 0 15px;
  }

}
@media(max-width: 768px){
  .c-welcome-text{
    font-size: 1rem;
  }
  .c-welcome-text br{
    display: none;
  }
  .c-accessories-row{
    display: block;
  }
  .c-accessories-name{
    font-size: 16px;
  }
  .c-accessories-item{
    padding: 1rem 0;
  }
}
@media(max-width: 550px){
  .c-flex-col{
    flex: 1 0 100%;
  }
  .c-flex-col-padding{
    padding: 0;
    padding-bottom: 1rem;
  }
  .c-content {
      padding: 2rem 0 2rem;
    }
  .c-table-title{
    font-size: 1.5rem;
  }
}
@media(max-width: 320px){
  .c-row {
    /* margin-top: 40%; */
  }
  .c-accessories-name {
    font-size: 14px;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
   /* IE10+ specific styles go here */
   .c-flex-col{
     width: 50%;
     flex: none;
   }
}
