@font-face {
  font-family: "Bosch Sans";
  src: url(../fonts/BoschSans-Bold.ttf) format("truetype"),
    url(../fonts/BoschSans-BoldItalic.ttf) format("truetype"),
    url(../fonts/BoschSans-Bold.woff) format("woff"),
    url(../fonts/BoschSans-BoldItalic.woff) format("woff");
  font-weight: 700;
}

@font-face {
  font-family: "Bosch Sans";
  src: url(../fonts/BoschSans-Regular.ttf) format("truetype"),
    url(../fonts/BoschSans-RegularItalic.ttf) format("truetype"),
    url(../fonts/BoschSans-Regular.woff) format("woff"),
    url(../fonts/BoschSans-RegularItalic.woff) format("woff");
  font-weight: 400;
}

@font-face {
  font-family: "Bosch Sans";
  src: url(../fonts/BoschSans-Light.otf) format("opentype"),
    url(../fonts/BoschSans-LightItalic.otf) format("opentype"),
    url(../fonts/BoschSans-Light.woff) format("woff"),
    url(../fonts/BoschSans-LightItalic.woff) format("woff");
  font-weight: 200;
}

@font-face {
  font-family: "Bosch Sans";
  src: url(../fonts/BoschSans-Black.ttf) format("truetype"),
    url(../fonts/BoschSans-BlackItalic.ttf) format("truetype"),
    url(../fonts/BoschSans-Black.woff) format("woff"),
    url(../fonts/BoschSans-BlackItalic.woff) format("woff");
  font-weight: 900;
}

body {
  margin: 0 auto;
}

html {
  scroll-behavior: smooth;
}

.container_ep {
  width: 1200px;
  max-width: 100%;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
}

.container_ep img {
  width: 100%;
}

.container_ep * {
  font-family: "Bosch Sans";
  font-weight: 400;
  color: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.gradient_belt img {
  max-width: 100%;
  width: 100%;
}

.lp_badge1 {
  position: absolute;
  bottom: 1rem;
  left: 19rem;
}

.lp_badge2 {
  position: absolute;
  bottom: 3.5rem;
  left: 8rem;
}

.container_ep .header_img {
  max-width: 100%;
}

.header_baner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header_baner img {
  max-width: 100%;
}

.header_baner .header_logo {
  position: absolute;
  right: 1.5rem;
  max-width: 160px;
}

.header-baner__claim {
  position: absolute;
  top: 3rem;
  right: 2.5rem;
}

.header-baner__claim p {
  margin-top: 0;
  font-weight: 400;
  font-size: 1.5rem;
}

.header-baner__claim p b {
  font-weight: 700;
}

.header-baner__claim h1 {
  font-size: 4.2rem;
  position: relative;
  left: -35px;
  font-weight: 400;
  margin: 0;
}

.header-baner__claim h1 b {
  font-weight: 700;
}

.header-baner__claim h2 {
  font-size: 3rem;
  font-weight: 400;
  margin: 0;
}

.header-baner__claim h3 {
  font-size: 2.2rem;
  margin: 0;
  font-weight: 400;
  left: 2px;
  position: relative;
}

.lp_footer {
  background: #3579bb;
  text-align: center;
  padding: 1rem 0;
}

.lp_footer ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.lp_footer ul li {
  display: inline-block;
  padding: 0 8px;
}

.lp_footer ul li a {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.85rem;
  font-weight: 400;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
}

.lp_footer ul li a:hover {
  border-bottom: 1px solid #fff;
}

footer .copy {
  padding: 24px 12px 12px 12px;
  font-size: 0.8rem;
}

.lp_section_four {
  text-align: center;
  padding: 1rem 0;
}

.lp_section_four h2 {
  font-weight: 400;
  font-size: 1.1rem;
  color: #cbcbcb;
  border: 1px solid #cbcbcb;
  border-left: none;
  border-right: none;
  padding: 1rem 0;
  margin-top: 2.5rem;
  margin-bottom: 6rem;
}

.lp_section_four .lp_buttons {
  margin-bottom: 4rem;
}

.lp_section_four p {
  font-weight: 400;
  font-size: 1rem;
}

.lp_section_four p b {
  font-weight: 400;
  font-size: inherit;
}

.lp_section_three {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  row-gap: 2rem;
}

.lp_section_three .col_full {
  grid-column: 1/-1;
  padding: 3rem;
}

.lp_section_three div img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.lp_section_three .col_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 4rem;
}

.lp_section_three .col_text a {
  text-decoration: none;
  color: #3579bb;
  font-size: 0.9rem;
}
.lp_section_three .col_text a:hover {
  text-decoration: underline;
}

.lp_section_three .col_text a.lp_button {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-weight: 600;
  padding: 0.6rem 5rem;
  color: #fff;
}
.lp_section_three .col_text a.lp_button:hover {
  text-decoration: none;
  color: #3579bb;
}

.lp_section_three .col_text sup {
  font-weight: inherit;
  color: inherit;
  font-size: smaller;
}

.lp_section_three .col_text ol {
  padding-left: 1rem;
  top: -1rem;
  position: relative;
}

.lp_section_three .col_text ol li {
  font-size: 0.9rem;
  line-height: 1.3rem;
}

.lp_section_three .col_text h3 {
  font-weight: 600;
  font-size: 1.55rem;
  margin: 0;
  position: relative;
}

.lp_section_three .col_text p {
  font-size: 0.9rem;
  font-weight: 100;
  line-height: 1.3rem;
}

.lp_section_three .col_text p b {
  font-weight: 400;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}

.lp_section_three .col_text p.smaller {
  font-size: 0.8rem;
}

.lp_section_three video {
  max-width: 100%;
  width: 100%;
  height: 100%;
}

.lp_dot {
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin: 0 2px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: background-color 0.6s ease;
  -o-transition: background-color 0.6s ease;
  transition: background-color 0.6s ease;
  margin-top: 1rem;
}

.lp_active,
.lp_dot:hover {
  background-color: #3579bb;
}

.lp_section_three .youtube_frame {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 54%;
  padding-top: 25px;
  height: 0;
}

.lp_section_three .youtube_frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lp_movie {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.lp_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lp_section_two {
  background: #3579bb;
  padding: 2rem 0 4rem 0;
  text-align: center;
  margin: 2rem 0;
}

.lp_section_two h2 {
  font-weight: 400;
  font-size: 1.6rem;
  margin-bottom: 2.5rem;
  margin-top: 0;
  color: #fff;
}

.lp_section_two .lp_slider {
  position: relative;
  padding: 0 12rem;
}

.lp_next,
.lp_prev {
  cursor: pointer;
  position: absolute;
  top: 25%;
  width: auto;
  color: #3579bb;
  font-weight: 400;
  font-size: 35px;
  -webkit-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  left: 2%;
}

.lp_next {
  right: 2%;
  left: auto;
  border-radius: 3px 0 0 3px;
}

.lp_section_two .lp_slides {
  display: none;
}

.lp_section_two .lp_slider>div {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.lp_grid_three .lp_slider>div {
  grid-template-columns: repeat(3, 1fr);
}

.lp_section_two .lp_slider .lp_product img {
  max-width: 100%;
}

.lp_extra_section {
  background-color: #3579bb;
  text-align: center;
  padding: 1rem 0;
  margin-top: 2rem;
}

.lp_extra_section h2 {
  color: #fff;
  font-weight: 700;
  font-size: 1.7rem;
  margin: 0;
  padding: 0;
}

.lp_section_two .lp_slider .lp_product h4 {
  font-weight: 400;
  font-size: 1.5rem;
  margin: 0;
  padding-top: 1rem;
  color: #fff;
}

.lp_section_two .lp_slider .lp_product a {
  display: block;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-decoration: none;
}

.lp_section_two .lp_slider .lp_product a:hover {
  opacity: 0.8;
}

.lp_section_one {
  padding: 1.5rem;
  text-align: center;
  background: #fff;
  border-top: 2px solid #e4e4e4;
  border-bottom: 2px solid #e4e4e4;
}

.lp_section_one p {
  margin: 0;
  padding: 0;
  font-size: 1rem;
}

.lp_section_one p b {
  font-weight: 700;
  font-size: inherit;
  font-family: inherit;
}

.lp_section_one img {
  max-width: 100%;
}

.lp_section_one h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 2.2rem;
}

.lp_section_one h3 {
  margin-top: 0;
  font-weight: 400;
  font-size: 1.7rem;
}

.lp_section_one p {
  font-weight: 400;
  font-size: 1.1rem;
  padding: 1rem 0;
  line-height: 1.6rem;
}

.lp_button {
  color: #fff;
  background: #3579bb;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.2rem;
  padding: 0.8rem 1.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: inline-block;
  border: 1px solid #3579bb;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.lp_button:hover {
  background: 0 0;
  color: #3579bb;
}

.lp_section_one .lp_zasady {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  padding-top: 5rem;
  padding-right: 6rem;
  padding-left: 6rem;
}

.lp_section_three .col_more h3 {
  margin-top: 2rem;
}

.lp_section_one .lp_zasady>div {
  max-width: 20%;
}

.lp_section_one .lp_zasady>div p {
  font-size: 1.1rem;
  padding-top: 1rem;
}

.lp_section_one .lp_zasady>div p a {
  text-decoration: none;
}

.lp_section_one .lp_zasady>div .lp_number {
  color: #3579bb;
  position: relative;
  font-size: 4rem;
  font-weight: 700;
}

.lp_section_one h2 b {
  margin-top: 3rem;
  display: block;
  font-weight: 700;
}

.lp_section_one .lp_zasady>div .lp_number:after {
  content: "";
  border: 3px solid #3579bb;
  border-radius: 50%;
  position: absolute;
  left: -33px;
  right: 0;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  display: block;
  top: -10px;
}

.lp_buttons {
  margin-top: 2rem;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  padding: 0 2rem;
}

.lp_buttons a {
  text-decoration: none;
  color: #fff;
  background: #3579bb;
  font-weight: 600;
  font-size: 1rem;
  width: 31%;
  padding: 0.6rem 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #3579bb;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-align: center;
}

.lp_buttons a:hover {
  background: 0 0;
  color: #3579bb;
}

.lp_buttons.big {
  padding: 0;
}

.lp_buttons.big a {
  width: 100%;
}

.top_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top_menu>div {
  display: inline-block;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.top_menu .top_menu_links ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.top_menu .top_menu_links ul li {
  padding-right: 2rem;
  display: block;
}

.top_menu .top_menu_links ul li a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.top_menu .top_menu_links ul li a:hover {
  border-bottom: 1px solid #000;
}

.lp_section_second div:nth-child(2) {
  text-align: center;
  padding: 0 3.5rem;
}

.lp_section_second div:nth-child(2) h3 {
  margin-bottom: 2rem;
  font-size: 1.55rem;
}

.lp_section_second div:nth-child(2) .lp_buttons {
  margin-top: 3rem;
}

.lp_section_second div:nth-child(2) .lp_buttons a {
  width: 70%;
}

.lp_section_second div:nth-child(2) p {
  line-height: 1.1rem;
}

.lp_section_second div:nth-child(2) p.smaller {
  font-size: 0.7rem;
  line-height: 0.9rem;
  margin-top: 1.2rem;
}

.lp_section_second div:nth-child(2) p:nth-of-type(1),
.lp_section_second div:nth-child(2) p:nth-of-type(2) {
  margin-bottom: 0;
}

.lp_section_second div:nth-child(3) {
  grid-column: 1/-1;
  text-align: center;
  margin-top: 6rem;
  margin-bottom: 3rem;
}

.lp_section_second div:nth-child(3) img {
  max-width: 75%;
}

.lp_headline {
  background-color: #3579bb;
  text-align: center;
}

.lp_headline h2 {
  color: #fff;
  font-weight: 600;
  margin: 3rem 0;
  padding: 10px 0;
  font-size: 1.4rem;
}

.lp_headline.with-subtitle h2 {
  line-height: .8;
  padding: 1rem 0;
  font-size: 1.6rem;
}

.lp_headline.with-subtitle span {
  color: #fff;
  font-weight: 400;
  font-size: 1rem;
}

.lp_section_first h2 {
  font-size: 1.9rem;
  text-align: center;
  font-weight: 700;
  margin: 0;
}

.lp_table {
  margin-top: 4.5rem;
  padding: 0 5rem;
}

.lp_table table {
  margin-top: 3.5rem;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}

.lp_table table td {
  padding: 8px 24px;
  border-right: 1px solid #fff;
}

.lp_table table td:last-child {
  border-right: none;
}

.lp_table table thead {
  padding: 20px 0;
  background-color: #3579bb;
}

.lp_table table thead th {
  color: #fff;
  font-weight: 600;
  padding: 8px 24px;
}

.lp_table .smaller {
  font-size: 0.65rem;
  text-align: center;
}

.lp_table table tbody tr td:first-child,
.lp_table table thead th:first-child {
  text-align: left;
  max-width: 260px;
}

.lp_table table tbody tr a {
  color: #3579bb;
}

.lp_table table tbody tr:nth-child(odd) {
  background-color: #f2f2f2;
}

.lp_section_first {
  margin: 4.5rem 0;
  text-align: center;
}

.lp_section_first p.lp_first {
  padding: 0 5rem;
  margin: 0;
  margin-bottom: 4.5rem;
  font-weight: 700;
  text-align: center;
  font-size: 1.2rem;
}

.lp_section_first img {
  max-width: 1000px;
  margin: 2rem 0;
  width: 100%;
}

.lp_section_first .lp_grid {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  margin-top: 3.5rem;
  margin-bottom: 2rem;
  padding: 0 2rem;
  gap: 6px;
  flex-wrap: wrap;
}

.lp_section_first .lp_grid>div {
  width: 31%;
  min-width: 298px;
}

.lp_section_first .lp_grid>div span {
  color: #3579bb;
  font-weight: 700;
  font-size: 3rem;
  border-radius: 50%;
  border: 2px solid #3579bb;
  width: 5.5rem;
  height: 5.5rem;
  display: block;
  line-height: 5.2rem;
  margin: 0 auto;
}

.lp_section_first .lp_grid>div h4 {
  font-size: 1rem;
  margin: 0;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  min-height: 62px;
}

.lp_section_first .lp_grid>div strong {
  font-weight: 600;
}

.lp_section_first .info {
  font-size: .8rem;
  text-align: left;
  padding: 0 3.2rem;
}

.lp_section_promotion {
  margin: 8rem 0 4rem 0;
  padding: 0 6rem;
}

.lp_section_promotion h3 {
  font-weight: 600;
  font-size: 2rem;
  margin: 0;
  text-align: center;
}

.lp_section_promotion p {
  text-align: center;
  font-size: 1rem;
  margin-bottom: 6rem;
}

.lp_section_promotion ol {
  margin: 0 auto;
}

.lp_section_promotion ol li {
  margin-bottom: 0.8rem;
  font-weight: 300;
}

.lp_section_promotion ol li b {
  font-weight: 600;
  font-size: inherit;
  color: inherit;
}

.lp_section_promotion .lp_buttons {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 3rem;
}

.lp_section_promotion .lp_buttons a {
  margin-bottom: 1rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0.6rem 3rem;
}

.lp_disclaimer {
  font-size: 0.8rem;
  font-weight: 200;
  color: #7b7b7b;
}

.lp_disclaimer * {
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
}

.lp_video {
  width: 100%;
  aspect-ratio: 16/9;
  margin-top: 5rem;

  iframe {
    width: 100%;
    height: 100%;
  }
}

.lp_section_boxes {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
  gap: 24px;
  padding: 48px;
}

.lp_section_boxes .box {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  width: 450px;
  height: 100%;
}

.lp_section_boxes .box img {
  width: 200px;
  margin: 0 auto;
  ;
}

.lp_section_boxes .box a {
  margin-bottom: 0;
}

@media only screen and (max-width: 1200px) {
  .header-baner__claim h2 {
    font-size: 2rem;
  }

  .header-baner__claim h1 {
    font-size: 2.8rem;
    left: -26px;
  }

  .header-baner__claim p {
    font-size: 1.25rem;
  }

  .top_menu {
    display: block;
  }

  .top_menu_links {
    width: 100%;
    padding: 0 0.5rem 1rem 0.5rem;
  }

  .top_menu .top_menu_links ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .top_menu .top_menu_links ul li {
    padding-bottom: 1rem;
  }

  .lp_section_three .col_text p {
    font-size: 0.9rem;
  }

  .lp_section_three .col_text h3 {
    font-size: 1.25rem;
  }
}

@media only screen and (max-width: 900px) {
  .lp_section_three .col_full {
    padding: 2rem 0;
  }

  .lp_section_one .lp_zasady {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .header_baner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header-baner__claim h2 {
    font-size: 1.5rem;
  }

  .header_baner .header_logo {
    max-width: 120px;
  }

  .header-baner__claim {
    bottom: 6rem;
    right: 2.5rem;
  }

  .header-baner__claim h3 {
    font-size: 1rem;
  }

  .container_ep .header_img {
    display: none;
  }

  .lp_section_two .lp_slider>div {
    grid-template-columns: repeat(1, 1fr);
  }

  .lp_section_one .lp_zasady>div {
    max-width: 90%;
    padding-bottom: 2rem;
  }

  .lp_section_one .lp_zasady>div p br {
    display: none;
  }

  .lp_buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .lp_section_two .lp_slider {
    padding: 0 2rem;
  }

  .lp_section_four {
    padding: 3rem 0;
  }

  .lp_buttons a {
    width: 100%;
    margin-bottom: 1rem;
  }

  .lp_section_one h2 {
    font-size: 1.8rem;
    padding: 0 1rem;
  }

  .lp_section_one h2 br {
    display: none;
  }

  .lp_section_one h3 {
    font-size: 1.5rem;
    padding: 0 1rem;
  }

  .lp_section_one h3 br {
    display: none;
  }

  .lp_section_one p {
    font-size: 1rem;
    padding: 0 1rem;
  }

  .lp_section_one p br {
    display: none;
  }

  .lp_section_two .lp_slider>div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .lp_section_two .lp_slider .lp_product {
    max-width: 100%;
    margin-bottom: 1rem;
  }

  .lp_section_three {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .lp_section_three .col_text h3 {
    margin-top: 1rem;
  }

  .lp_section_three .col_text p br {
    display: none;
  }

  .lp_section_four h2 {
    font-size: 1rem;
  }

  .lp_footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .lp_footer ul li {
    margin-bottom: 1rem;
  }

  .lp_section_first .lp_grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1rem;
  }

  .lp_section_first .lp_grid>div {
    width: 100%;
    margin-bottom: 1rem;
    min-width: auto;
  }

  .lp_section_second div:nth-child(2) {
    padding: 0 1rem;
  }

  .lp_section_second div:nth-child(2) .lp_buttons a {
    width: 100%;
  }

  .lp_section_second div:nth-child(3) {
    margin-top: 2rem;
    margin-bottom: 1rem;
    padding: 0 1rem;
  }

  .lp_section_second div:nth-child(3) img {
    max-width: 100%;
  }

  .lp_headline h2 {
    font-size: 1.2rem;
  }

  .lp_section_first p.lp_first,
  .lp_table {
    padding: 0 1rem;
  }

  .lp_section_first p.lp_first {
    font-size: 1rem;
  }

  .lp_section_first .lp_buttons {
    padding: 0 1rem;
  }

  .lp_section_first {
    margin: 2.5rem 0;
    padding: 0 1.5rem;
  }

  .lp_section_first h2 {
    font-size: 1.5rem;
  }

  .lp_section_three .col_text {
    padding: 0 1rem;
  }

  .lp_section_three .col_text a.lp_button {
    width: 100%;
    text-align: center;
  }

  .lp_section_promotion .lp_buttons a {
    width: 100%;
  }

  .lp_section_promotion {
    margin: 4rem 0 2rem 0;
    padding: 0 1rem;
  }

  .lp_section_promotion ol {
    max-width: unset;
    margin: unset;
  }

  .container_ep .lp_section_three>div:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .container_ep .lp_section_three>div:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .container_ep .lp_section_three>div:nth-child(3) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .container_ep .lp_section_three>div:nth-child(4) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .container_ep .lp_section_three>div:nth-child(5) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .container_ep .lp_section_three>div:nth-child(6) {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .container_ep .lp_section_three>div:nth-child(7) {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .container_ep .lp_section_three>div:nth-child(8) {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .container_ep .lp_section_three>div:nth-child(9) {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .container_ep .lp_section_three>div:nth-child(10) {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .container_ep .lp_section_three>div:nth-child(11) {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .container_ep .lp_section_three>div:nth-child(12) {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .container_ep .lp_section_three>div:nth-child(13) {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .container_ep .lp_section_three>div:nth-child(14) {
    -webkit-box-ordinal-group: 15;
    -ms-flex-order: 14;
    order: 14;
  }

  .container_ep .lp_section_three>div:nth-child(15) {
    -webkit-box-ordinal-group: 17;
    -ms-flex-order: 16;
    order: 16;
  }

  .container_ep .lp_section_three>div:nth-child(16) {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15;
  }

  .container_ep .lp_section_three>div:nth-child(17) {
    -webkit-box-ordinal-group: 18;
    -ms-flex-order: 17;
    order: 17;
  }

  .container_ep .lp_section_three>div:nth-child(18) {
    -webkit-box-ordinal-group: 19;
    -ms-flex-order: 18;
    order: 18;
  }

  .container_ep .lp_section_three>div:nth-child(19) {
    -webkit-box-ordinal-group: 21;
    -ms-flex-order: 20;
    order: 20;
  }

  .container_ep .lp_section_three>div:nth-child(20) {
    -webkit-box-ordinal-group: 20;
    -ms-flex-order: 19;
    order: 19;
  }

  .container_ep .lp_section_three>div:nth-child(21) {
    -webkit-box-ordinal-group: 22;
    -ms-flex-order: 21;
    order: 21;
  }

  .container_ep .lp_section_three>div:nth-child(22) {
    -webkit-box-ordinal-group: 23;
    -ms-flex-order: 22;
    order: 22;
  }

  .container_ep .lp_section_three>div:nth-child(23) {
    -webkit-box-ordinal-group: 25;
    -ms-flex-order: 24;
    order: 24;
  }

  .container_ep .lp_section_three>div:nth-child(24) {
    -webkit-box-ordinal-group: 24;
    -ms-flex-order: 23;
    order: 23;
  }
}

@media only screen and (max-width: 600px) {
  .lp_section_boxes {
    flex-direction: column;
    padding: 12px;
  }
  .lp_section_boxes .box {
    width: 100%;
  }
  .lp_headline.with-subtitle h2 {
    line-height: 1.2;
  }

  .lp_table {
    padding: 0;
  }
}