.container {
  position: relative;
  width: 100%;
  min-height: 100%;
  /* padding-top: 60px; */
  /*max-width: 1600px;*/
  margin: auto;
}

@media only screen and (min-width: 1008px) {
  .container {
    /* padding-top: 70px; */
  }
}

@media only screen and (min-width: 640px) {
  .container {
    /* padding-top: 74px; */
    /*padding-bottom: 48px;*/
  }
}

@media only screen and (min-width: 1280px) {
  .container {
    /* padding-top: 94px; */
  }
}

body>.container {
  /* padding-top: 145px; */
  transition: padding-top .25s;
  min-height: calc(100vh - 220px);
}

#new-header {
  font-family: "PeugeotNew", sans-serif;
  background: #000;
  color: #fff;
  height: 145px;
  position: fixed;
  z-index: 1000;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 100%;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  transition: height .25s;
  max-width: none;
  border: none;
}

@media only screen and (min-width: 1280px) {
  header {
    height: 94px;
    max-width: 1600px;
  }
}

@media only screen and (min-width: 640px) {
  header {
    height: 74px;
  }
}

.lame.section__intro {
  background: #000000;
}

/*@media only screen and (min-width: 1008px) {*/
/*  .lame {*/
/*    max-height: 571px;*/
/*  }*/
/*}*/

@media only screen and (min-width: 640px) {
  .lame {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}


.lame {
  position: relative;
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* -webkit-flex-direction: column; */
  /* -ms-flex-direction: column; */
  /* flex-direction: column; */
}

@media only screen and (min-width: 1600px) {

  .websites .section__intro .lame__content,
  .section__intro .lame__content {
    min-height: 571px !important;
  }
}

@media only screen and (min-width: 1600px) {
  .lame .lame__content {
    min-height: 0;
    height: 571px;
  }
}

@media only screen and (min-width: 1008px) {
  .section__intro .lame__content {
    min-height: 35.1vw !important;
  }
}

@media only screen and (min-width: 1008px) {
  .lame .lame__content {
    min-height: 35.1vw;
  }
}

@media only screen and (min-width: 640px) {
  .section__intro .lame__content {
    min-height: 34.8vw !important;
  }
}

.lame__content {
  min-height: 78.125vw;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

@media only screen and (min-width: 640px) {
  .lame__content {
    min-height: 34.8vw;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
  }
}

.values .bg-lame img {
  top: 0;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

@media only screen and (min-width: 640px) {
  .bg-lame img {
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}


.bg-lame img {
  position: absolute;
  left: -1000px;
  right: -1000px;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
  max-width: none;
}

.values .section__intro .block-content {
  padding-left: 10%;
  padding-right: 35%;
}


@media only screen and (min-width: 640px) {
  .section__intro .block-content {
    padding-left: 28%;
    padding-right: 28%;
  }
}

@media only screen and (min-width: 640px) {
  .block-content {
    padding: 0 12.5%;
  }
}

.block-content {
  position: relative;
  z-index: 1;
  margin: auto;
  padding: 0 6.25%;
}

@media only screen and (min-width: 1280px) {

  .values .block-content h1,
  .values .section__intro .block-content h1 {
    font-size: 32px;
    font-weight: 300;
  }
}

@media only screen and (min-width: 1008px) {
  .section__intro .block-content h1 {
    font-size: 26px !important;
  }
}

@media only screen and (min-width: 640px) {
  .values .block-content h1 {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1008px) {
  .section__intro .block-content h1 {
    font-size: 20px !important;
  }
}

.values .block-content h1 {
  font-size: 20px;
  font-weight: 400;
}

@media only screen and (min-width: 640px) {
  .section__intro .block-content h1 {
    font-size: 20px !important;
  }
}

@media only screen and (min-width: 1280px) {
  .block-content h1 {
    font-size: 32px;
  }
}

@media only screen and (min-width: 1008px) {
  .block-content h1 {
    margin: 0 auto 16px;
  }
}

@media only screen and (min-width: 640px) {
  .block-content h1 {
    margin-bottom: 14px;
  }
}

.block-content h1 {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 20px;
  margin: 0 auto 16px;
}

@media only screen and (min-width: 1008px) {
  .section__intro .block-content p:not(.label) {
    font-size: 14px !important;
    line-height: 22px;
  }
}

@media only screen and (min-width: 1280px) {
  .values .section__intro .block-content p {
    font-size: 20px;
    font-weight: 300;
  }
}

@media only screen and (min-width: 1280px) {
  .values .block-content p {
    font-size: 16px;
  }
}

@media only screen and (min-width: 640px) {
  .values .block-content p {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1008px) {
  .section__intro .block-content p {
    font-size: 20px !important;
    font-weight: 300 !important;
  }
}

.values .block-content {
  padding-top: 15px;
  padding-bottom: 15px;
}

@media only screen and (min-width: 640px) {
  .block-content {
    padding: 0 12.5%;
  }
}

.block-content {
  position: relative;
  z-index: 1;
  margin: auto;
  padding: 0 6.25%;
}

.press .block-content h2,
.range .block-content h2,
.range .block-content h2 span,
.range .block-content h2.wheels3 span,
.values .block-content h2,
.success-story [class*="section__"] .lame__content h3 {
  font-size: 21.6px;
  text-transform: uppercase;
}

@media only screen and (min-width: 1280px) {

  .values .block-content h2,
  .values .section__intro .block-content h2 {
    font-size: 32px;
    font-weight: 300;
  }
}

@media only screen and (min-width: 640px) {
  .values .block-content h2 {
    font-size: 18px;
  }

}

.values .block-content h2 {
  font-size: 20px;
  font-weight: 400;
}

@media only screen and (min-width: 1280px) {
  .block-content h2 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 1008px) {
  .block-content h2 {
    margin: 0 auto 16px;
  }
}

.block-content h2 {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 20px;
  margin: 0 auto 16px;
}

.block-content h3 {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 13px;
  margin: 0 auto 16px;
}

.dark-theme {
  color: #fff;
}

.lame-list li:after {
  content: '';
  width: 6px;
  height: 6px;
  border-right: 1px solid #00A3E0;
  border-bottom: 1px solid #00A3E0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: inline-block;
  margin-left: 5px;
  transition: 0.25s ease-in-out;
  position: absolute;
  left: -30px;
  top: 7px;
}

.block-content ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -15px;
  width: 5px;
  height: 5px;
  background-color: black;
  border-radius: 50%;
  transform: translateY(-50%);
}

.lame-list li {
  list-style: none;
  position: relative;
}

.block-content ul li {
  position: relative;
  margin-bottom: 20px;
}

.lame-list li {
  display: list-item;
}

.body {
  font-family: "PeugeotNew";
}

.press .block-content p,
.range .block-content p,
.success-story [class*="section__"] .lame__content p,
.values .block-content p {
  font-size: 12px !important;
  line-height: 19.8px;
  font-weight: normal;
}



@media only screen and (max-width: 900px) {

  .press .block-content p,
  .range .block-content p,
  .success-story [class*="section__"] .lame__content p,
  .values .block-content p {
    font-size: 11px !important;
    line-height: 16px;
  }
}

@media only screen and (max-width: 800px) {

  .press .block-content p,
  .range .block-content p,
  .success-story [class*="section__"] .lame__content p,
  .values .block-content p {
    font-size: 10px !important;
    line-height: 12px;

  }

  .values .block-content {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .block-content p {
    margin: 10px 0 !important;
  }

  .block-content h3{
    margin: 0 auto 10px;
  }
}

@media only screen and (min-width: 1280px) {
  .values .block-content p {
    font-size: 16px;
  }
}

@media only screen and (min-width: 640px) {
  .values .block-content p {
    font-size: 12px;
  }
}

@media only screen and (min-width: 640px) {
  .block-content {
    padding: 0 12.5%;
  }
}

@media only screen and (min-width: 640px) {
  .block-content p {
    margin-top: 14px;
  }
}

.block-content p {
  margin: 16px 0;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

@media screen and (max-width: 1249px) {
  #new-header .header__links {
      display: flex;
      align-items: center;
      padding: 0 32px;
  }
}
.bg-lame-3g{
  display: none;
}

@media screen and (max-width: 650px) {
  .bg-lame-pc{
    display: none;
  }
  .bg-lame-3g{
    display: block;
  }

}

@media screen and (max-width: 650px) {

  .values .bg-lame img {
    top: -290px;
  }
  /* body>.container {
    padding-top: 50px;
} */
  

}
@media screen and (max-width: 400px) {

  .values .bg-lame img {
    top: -200px;
  }
  .press .block-content p, .range .block-content p, .success-story [class*="section__"] .lame__content p, .values .block-content p {
    font-size: 12px !important;
    line-height: 12px;
}
  

}



