*{
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
:root{
  --skoda-green: #4ba72d;
}
html, body{
  margin: 0;
  padding: 0;
  font-family: 'SkodaNext-regular',Verdana;
}
header{
  width: 100%;
  padding: 2rem;
}
p{
  margin: 0;
}
footer{
  background: #e5e5e5;
}
img{
  max-width: 100%;
}
.c-pdf-icon{
  max-width: 100%;
}
.c-pdf-icon img{
  width: 10%;
}
.c-pdf-wrapper{
  background-color: #4ba82e;
  padding: 1% 0;
}
.c-img-mobile{
  display: none;
}
.c-small-content{
  max-width: 650px;
  margin: 0 auto;
}
.c-small-content-header{
  font-size: 30px;
}
.c-technology-img{
  display: none;
}
.c-technology-img.active{
  display: block;
}
.c-technology-desc{
  display: none;
  margin-top: 4%;
}
.c-technology-desc.active{
  display: block;
}
.c-content-btn-wrap{
  display: flex;
  justify-content: center;
}
.c-content-btn{
  font-size: 16px;
  line-height: 26px;
  font-weight: 800;
  margin: 0 8px 15px 8px;
  padding: 11px 25px;
  border-radius: 25px;
  min-width: 100px;
  color: #000;
  border: 1px solid #cccccc;
}
.c-content-btn:hover{
  border-color: #cccccc !important;
  background-color: #f0f0f0 !important;
  color: #000 !important;
  cursor: pointer!important;
}
.c-content-btn.active{
  background-color: #4ba82e;
  border-color: #4ba82e;
  color: #fff;
}
.bg-img{
  background-image:url("../images/galeria1.jpg");
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover;
}
.c-desc-row{
  display: flex;
  width: 100vw;
}
.c-desc-col{
  flex: 1;
}
.c-desc-img-wrap{
  max-width: 100%;
  /* text-align: right; */
}
.c-desc-img-wrap img{
  width: 90%;
}
.c-desc-text-wrap{
  max-width: 400px;
}
.c-desc-text-wrap h2{
  font-size: 36px;
}
.c-desc-text-wrap p{
  line-height: 26px;
}
.c-gallery-slick{
    position: relative;
}
.c-header-wrap{
  text-align: center;
  max-width: 450px;
  margin: 0 auto;
  position: relative;
}
.c-header-wrap h2{
  font-size: 24px;
  font-style: italic;
  font-weight: 100;
  margin-bottom: 0;
}
.c-header-wrap h1{
  font-size: 60px;
  margin-top: 0;
  margin-bottom: 0;

}
.c-header-btn{
  max-width: 250px;
  display: inline-block;
  padding: 13px 25px;
  background-color: #4ba82e;
  color: #fff;
  cursor: pointer;
}
.c-header-description{
  position: absolute;
  top: 25%;
  left: 100%;
  max-width: 100%;
  width: 200px;
  height: auto;
  text-align: left;
}
.c-header-title{
  font-size: 18px;
}
.c-header-text{
  line-height: 26px;
  margin-top: 7%;
}
.c-img-wrap{
  position: relative;
}
.c-txt-wrapper{
  position: absolute;
  display: inline-block;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
  width: 450px;
  left: 60%;
  color: #fff;
}
.c-txt-header{
  font-size: 36px;
}
.c-txt-desc{
  line-height: 26px;
}
.right-text{
  position: absolute;
  right: 8%;
  bottom: 30px;
  color: #fff;
  z-index: 999;
}

.gradient-top{
  height: 250px;
  left: 0;
    top: 0;
    position: absolute;
    transform: rotate(180deg);
    width: 100%;
    background: url("../assets/images/gradient.svg");
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
}
.gradient-bottom{
  height: 250px;
  left: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    background: url("../assets/images/gradient.svg");
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
}
.c-img-margin{
  margin: 5px;
}
.c-img-row{
  display: flex;
}
.c-img-col{

}
.hide-br{
  display: none;
}
.c-img-wrapper{
  max-width: 100%;
  padding: 5px;
}
.c-img-content{
  width: 100%;
}
.c-gallery-wrap{
  margin-top: 5%;
}
.c-double-img{
  display: flex;
  justify-content: space-around;
  margin-top: -5px;
}
.c-gallery-row-top, .c-gallery-row-bottom{
  display: flex;
}
.c-form-phone{
  font-size: 40px;
  font-weight: 700;
}
.c-footer-white {
    background-color: #fff;
    padding: 2% 0;
}
.c-form .c-content-title{
  padding-top: 50px;
  font-size: 40px;
  margin-bottom: 0;
}
.c-content-small{
  max-width: 890px;
  margin: 0 auto;
  padding-top: 3%;
}
.c-row{
  display: flex;
}
.c-col{
  flex: 1;
  text-align: center;
}
.c-icons-title{
  font-weight: 800;
  margin-top: 20px;
}
/* .c-icon-img-wrap{
  width: 100%;
}
.c-icon-img-wrap img{
  width: 30%;
} */
.c-form-question{
  font-size: 30px;
  font-weight: 100;
  text-align: center;
  padding-top: 30px;
}
.c-form-text-center{
  text-align: center;
}
.c-logo{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-logo-img{
  margin-left: 6rem;
  margin-right: 6rem;
  max-width: 200px;
}
.c-logo-size{
  max-width: 80%;
}
.c-slider-box{
  width: 100%;
  position: relative;

}
.c-header-logo-row{
  /* position: absolute;
  width: 100%;
  top: 77px; */
  position: absolute;
    width: 100%;
    /* max-width: 100%; */
    top: 10%;
    left: 15%;
}
.c-header-logo{
  /* max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start; */

  /* max-width: 1200px; */
/* margin: 0 auto; */
display: flex;
align-items: flex-start;
}
.c-header-logo-margin{
  margin-left: 3%;
}
.c-header-free{
  font-family: "TrashHand";
  font-weight: 100;
  font-size: 50px;
  text-align: center;
  margin-top: 10px;
}
.c-font-100{
  text-align: center;
  font-weight: 100;
}
.c-header-mobile{
  max-width: 100%;
  display: none;
}
.c-header-mobile img{
  width: 100%;
}
.c-gallery-header h1{
  margin-left: 5px;
}
.c-slider-img{
  max-width: 100vw;
  width: 100%;
}
.c-gallery-annotation p{
  margin-left: 5px;
  margin-top: 3%;
  margin-bottom: 3%;
}
.c-text-transform{
  text-transform: uppercase;
}
.c-content{
  max-width: 1250px;
  /* max-width: 996px; */
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
          margin-top: 2%;
}
.c-content-wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-content-big-btn{
  margin-top: 10%;
}
.c-big-btn{
  background: var(--skoda-green);
  text-align: center;
  margin: 0 15%;
  font-size: 20px;
}
.c-big-btn-link{
  text-decoration: none;
  color: #fff;
}
.c-big-btn-link:visited{
  text-decoration: none;
  color: #fff;
}
.c-big-btn-text{
  padding: 1.5% 0%;
  color: #fff;
}
.c-img-max-width{
  max-width: 100%;
}
.c-citigo-img{
  width: 100%;
}
.c-content-lower-paragraph{
  font-size: 30px;
}
.c-content-bigger-paragraph{
  font-size: 50px;
  font-weight: 700;
}
.c-bars-img{
  padding: 2% 0%;
}
.c-bars{
  width: 100%;
}
.c-skoda-green{
  color: var(--skoda-green);
}
.c-strike-text{
  text-decoration: line-through;
}
.c-content-boxes{
  max-width: 1200px;
  margin: 0 auto;
}
.c-content-header{
  margin-top: 20px;
}
.c-content-header h2{
  text-align: center;
  font-weight: 100;
}
.c-content-header-img-box{
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px 0px;
}
.c-content-header-img-wrap{
  max-width: 100%;
}
.c-content-header-img{
  width: 100%;
}
.c-model-row{
  display: flex;
}
.c-model-col{
  background-color: #f5f5f5;
  height: 100%;
  width: 50%;
  margin: 6px;
  display: flex;
}
.c-model-img{
  max-width: 50%;
}
.c-model-img img{
  width: 100%;
}
.c-model-name{
  font-weight: 700;
  font-size: 20px;
  padding-bottom: 5px;
  border-bottom: 2px solid #4ba72d;
}
.c-model-info{
  width: 50%;
  padding: 10px 15px 0px;
}
.c-model-price{
  padding: 8px 0px;
  border-bottom: 1px solid #ababab;
}
.c-model-spec{
  padding: 8px 0px;
}
.c-model-spec-item{
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  margin: 5px 0;
}
.c-model-spec-btn{
  text-align: center;
  padding: 2% 0;
  background-color: #4ba72d;
  color: #fff;
}
.c-grey{
  color: #727272;
}
.c-text-center{
  text-align: center;
  margin: 0;
}

.c-text-font-weight{
  font-weight: 700;
}

.c-color-grey{
  color: #949494;
}
.c-text-bold{
  font-weight: bold;

}
.c-info-wrap{
  margin-top: 3%;
  background: rgba(69,164,51,1);
background: -moz-linear-gradient(left, rgba(69,164,51,1) 0%, rgba(69,164,51,1) 47%, rgba(69,164,51,1) 50%, rgba(129,193,75,1) 52%, rgba(129,193,75,1) 54%, rgba(129,193,75,1) 97%, rgba(129,193,75,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(69,164,51,1)), color-stop(47%, rgba(69,164,51,1)), color-stop(50%, rgba(69,164,51,1)), color-stop(52%, rgba(129,193,75,1)), color-stop(54%, rgba(129,193,75,1)), color-stop(97%, rgba(129,193,75,1)), color-stop(100%, rgba(129,193,75,1)));
background: -webkit-linear-gradient(left, rgba(69,164,51,1) 0%, rgba(69,164,51,1) 47%, rgba(69,164,51,1) 50%, rgba(129,193,75,1) 52%, rgba(129,193,75,1) 54%, rgba(129,193,75,1) 97%, rgba(129,193,75,1) 100%);
background: -o-linear-gradient(left, rgba(69,164,51,1) 0%, rgba(69,164,51,1) 47%, rgba(69,164,51,1) 50%, rgba(129,193,75,1) 52%, rgba(129,193,75,1) 54%, rgba(129,193,75,1) 97%, rgba(129,193,75,1) 100%);
background: -ms-linear-gradient(left, rgba(69,164,51,1) 0%, rgba(69,164,51,1) 47%, rgba(69,164,51,1) 50%, rgba(129,193,75,1) 52%, rgba(129,193,75,1) 54%, rgba(129,193,75,1) 97%, rgba(129,193,75,1) 100%);
background: linear-gradient(to right, rgba(69,164,51,1) 0%, rgba(69,164,51,1) 47%, rgba(69,164,51,1) 50%, rgba(129,193,75,1) 52%, rgba(129,193,75,1) 54%, rgba(129,193,75,1) 97%, rgba(129,193,75,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45a433', endColorstr='#81c14b', GradientType=1 );
}
.c-info{
  max-width: 1250px;
  margin: 0 auto;
  display: flex;

}
.c-info-box {
    /* flex: 1; */
    width: 25%;
    color: #fff;
    padding: 1%;
}
.c-info-box:nth-child(1){
  background-color: #45a433;
}
.c-info-box:nth-child(2){
  /* flex: 2; */
  width: 50%;
  background-color: #65ba4d;
}
.c-info-box:nth-child(3){
  background-color: #81c14b;
}
.c-info-box-title {
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    border-bottom: 1px solid #cbd93e;
    padding: 10px 0px;
}
.c-info-box-content{
  text-align: center;
  padding: 10px 0px 20px;
}
.c-info-extra-padd{
  padding-top: 20px;
}
.c-info-content-wrap {
    display: flex;
}
.c-info-content-wrap .c-info-box-content{
  width: 50%;
}
.c-info-number{
  font-size: 36px;
  font-weight: 700;
}
.c-info-number a{
  color: #fff;
  text-decoration: none;
}
.c-info-number a:visited{
  color: #fff;
}
.c-info-text{
  text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
}
.c-main-content{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-main-content-col{
  /* -webkit-box--webkit-box-flex: 1;-ms-flex: 1;flex: 1;
      -ms-flex: 1;
          flex: 1; */
          flex-grow: 1;
          flex-shrink: 1;
          flex-basis: 0%;
}
.c-main-content{
  position: relative;
}

.c-content-list{
  list-style-type: none;
  padding-left: 0;
}
.c-width-change{
  width: 100%;
}

.c-last-content-col-wrap{
  /* width: 67%; */
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}


.c-last-content-col{
  /* -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; */
          flex-grow: 1;
          flex-shrink: 1;
          flex-basis: 0%;
  max-width: 100%;
}

.c-content-justify{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-content-title{
  text-align: center;
}
.c-last-img-pos{
  /* position: absolute;
  right: 165px;
  bottom: 6px; */
}

.c-footer-text{
  width: 100%;
  padding-bottom: 20px;
  padding-top: 20px;
}
.c-footer-phone{
  color: inherit;
  text-decoration: none;
}

.c-last-content-col{
  display: flex;
}
.scroll-down {
    position: absolute;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    padding-left: 7px;
    cursor: pointer;
    z-index: 2;
    color: #137fc3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* top: calc(70vh - 90px); */
    bottom: 50px;
}
.scroll-down:focus{
  outline: 0;
}
.scroll-down svg {
    width: 25px;
    opacity: 1;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}
.scroller {
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}
.scroll-down .scroller {
    -webkit-animation: updown 1s infinite;
    animation: updown 1s infinite;
}
@media(max-width: 1610px){
  .right-text{
    right: 13%;
  }
}
@media(max-width:1440px){

  .right-text {
      right: 16%;
  }
  .c-last-content-col-wrap{
    width: 69%;
  }
  .c-last-img-pos{
    right: -19px;
  }


}
@media(max-width: 1310px){
  .right-text {
    text-align: center;
    width: 100%;
    right: 0;
  }
}
@media(max-width:1200px){
  .c-txt-wrapper{
    left: 52%;
  }
  .c-content{
    max-width: 900px;
  }
  .c-citigo-img {
    width: 90%;
  }
  .c-gallery-img-wrap{
    max-width: 100%;
  }
  .c-long-img{
    width: 100%;
  }
  .c-double-img img{
    width: 100%;
  }
  .c-img-margin{
    margin: 0;
    padding: 5px;
  }
  .c-gallery-col-first{
    flex: 2;
  }
  .c-gallery-col-sec{
    flex: 1;
  }
  .c-img-change-padd{
        padding: 5px 1px;
  }
  .hide-br{
    display: block;
  }
  .c-footer-text{
    padding-left: 2%;
  }
}
@media(max-width:1110px){



  .c-last-img-pos {
    right: -99px;
  }


}
@media(max-width:930px){
  .c-txt-wrapper {
      left: 45%;
  }
  .c-last-img-pos{
    position: inherit;
  }
  .c-content-justify, .c-last-content-col{
    display: block;
  }
  .c-last-content-col-wrap{
    width: 100%;
  }
  .c-content-wrap{
    flex-direction: column;
  }
  .c-citigo-img {
    width: 100%;
  }
  .c-citigo-description{
    margin-top: 5%;
  }
  .c-gallery-img-wrap{
    max-width: 100%;
  }
  .c-img-margin{
    width: 100%;
    margin: 0;
    padding: 5px;
  }
  .c-double-img img{
    width: 100%;
  }
  .c-double-img{
    justify-content: center;
    max-width: 100%;
    flex-direction: column;
  }
  .c-gallery-col-sec{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .c-gallery-row-top, .c-gallery-row-bottom{
    flex-direction: column;
  }
  .c-gallery-col-first{
    flex: inherit;
  }
  .c-gallery-col-sec{
    flex: inherit;
  }
  .c-img-change-padd{
    padding: inherit;
  }
}
@media (max-width: 993px){


  .c-logo-img{
    margin-left: 0rem;
    margin-right: 0rem;
    max-width: 90px;
  }
}
@media(max-width:890px){
  .c-info{
    flex-direction: column;
  }
  .c-info-box, .c-info-box:nth-child(2){
    width: 100%;
  }
  .c-model-name{
    font-size: 18px;
  }
}
@media(max-width: 860px){
  .c-logo-size {
    max-width: 65%;
}
.c-header-description{
  display: none;
}
}
@media(max-width: 830px){

}
@media(max-width: 810px){
  .c-model-name {
    font-size: 16px;
}
}
@media(max-width: 750px){
  .c-pdf-wrapper{
    margin-top: 20px;
  }
  .right-text{
    top: 20px;
    max-width: 240px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
  .c-txt-wrapper{
    position: relative;
    display: block;
    color: #000;
    left: 0%;
    text-align: center;
    width: 100%;
    padding: 0 1rem;
    transform: translateY(0%);
  }
  .c-img-wrap{
    display: block;
  }
  .c-img{
    display: none;
  }
  .c-img-mobile{
    display: block;
  }
  .c-desc-text-wrap h2 {
    font-size: 24px;
  }
  .c-desc-text-wrap{
    padding: 0 5% 0 0;
  }
  .c-desc-row{
    padding-bottom: 5%;
  }
  .c-model-col{
    width: 100%;
    margin: 1% 0;
  }
  .c-model-row{
    flex-direction: column;
  }
  .c-logo-size{
    max-width: 55%;
  }
  .c-header-logo-margin {
    margin-left: 1%;
}
.c-header-logo-row{
  top: 6%;
  left: 14%;
}
}
@media(max-width: 590px){
  .c-logo-size {
      max-width: 36px;
  }
  .c-header-logo-margin {
    margin-left: 5%;
  }
  .c-desc-img-wrap img {
    width: 100%;
  }
  .c-desc-row{
    flex-direction: column;
    align-items: center;
  }
  .c-desc-text-wrap{
    padding: 12% 2% 0 2%;
    text-align: center;
  }
}
@media(max-width: 500px){
  .c-row{
    display: block;
  }
  .c-col{
    padding: 4% 0;
  }
}
@media(max-width: 475px){
  .c-pdf-icon img {
    width: 30%;
  }
  .c-logo-size {
      max-width: 25px;
  }
  .c-content-header h2{
    font-size: 16px;
    padding: 0 5%;
  }
  .c-font-100{
    font-size: 16px;
  }
  .c-form-phone{
    font-size: 32px;
  }
  .c-info-number{
    font-size: 24px;
  }
  .c-info-text{
    font-size: 16px;
  }
  .c-content-header h1{
    font-size: 24px;
  }
  .c-footer-text{
    font-size: 12px;
  }
  .c-form-question {
    font-size: 18px;
    padding: 30px 15px 0px;
  }

}
@media(max-width: 450px){
  .c-model-col{
    flex-direction: column;
    align-items: center;
  }
  .c-model-img {
    max-width: 80%;
  }
  .c-model-info{
    width: 80%;
  }
  .hide-br {
    display: none;
  }
  .c-content-btn-wrap{
    flex-direction: column;
    align-items: center;
  }
  .c-content-btn{
    min-width: 250px;
  }
  .c-small-content{
    padding: 0 3%;
  }
}

@media (max-width: 500px){
  .c-citigo-description, .c-citigo-img-box{
    padding: 1rem;
  }
  .c-content-bigger-paragraph{
    font-size: 40px;
  }
  .c-content-lower-paragraph{
    font-size: 24px;
  }
  .c-form .c-content-title{
    font-size: 30px;
  }
  .c-info-content-wrap{
    flex-direction: column;
  }
  .c-info-content-wrap .c-info-box-content{
    width: 100%;
  }
}
@media (max-width: 425px){
  .c-logo-img{
    margin-left: 0px;
  }

  .c-text-center{
    padding: 0px 10px;
  }
  .c-img-row{
    flex-direction: column;
  }
}
@media (max-width: 420px){
  .c-logo-img{
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (max-width: 390px){
  .c-content-bigger-paragraph{
    font-size: 30px;
  }
  .c-content-lower-paragraph{
    font-size: 20px;
  }
  .c-big-btn-text{
    font-size: 14px;
  }
  .c-gallery-annotation p{
    font-size: 12px;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
   /* IE10+ specific styles go here */
   .c-main-content-col, .c-last-content-col, .c-last-content-col-wrap{
     flex-basis: auto;
     width: 50%;
   }
   .c-skoda-green{
     color: #4ba72d;
   }
   .c-big-btn{
     background-color: #4ba72d;
   }
  .c-gallery-wrap{
    min-height: 1px;
  }
  .c-model-row{
    min-height: 100%;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) and (max-width:930px){
  .c-main-content-col, .c-last-content-col, .c-last-content-col-wrap{
    width: inherit;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) and (max-width:930px){
  .c-main-content{
    width: 100%;
  }
}
@keyframes updown {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }


}
