@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;
}

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

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

.header_title {
  margin: 2rem 0;
  font-weight: 700;
  text-align: center;
  font-size: 2rem;
}

.bold {
  font-weight: 700;
}

.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;
  background-image: url("../img/header.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  aspect-ratio: 85/33;
}

.header_baner .header_info_box {
  position: absolute;
  top: 6rem;
  left: 2rem;
  background-color: #fff;
  padding: 1rem 2rem;
  width: 50%;
}

.header_baner .header_info_box h2 {
  padding: 0;
  margin: 0;
  font-weight: 700;
  text-align: left;
}

.header_baner .header_info_box p {
  font-size: .85rem;
}

.header_info_box-mobile {
  display: none;
}

@media only screen and (max-width:1200px) {
  .header_baner .header_info_box {
    width: 50%;
    top: 1rem;
  }
}

@media only screen and (max-width:900px) {
  .header_baner .header_info_box {
    width: 50%;
  }

  .header_baner .header_info_box h2 {
    font-size: 1rem
  }

  .header_baner .header_info_box p {
    font-size: .75rem
  }

  .header_baner .lp_button {
    padding: .4rem .6rem;
    font-size: .75rem;
    margin: 0
  }
}

@media only screen and (max-width:700px) {
  .header_baner .header_info_box {
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
  }
}

@media only screen and (max-width:550px) {
  .header_baner .header_info_box {
    display: none
  }

  .header_info_box-mobile {
    display: block;
    padding: 1rem
  }
}

.lp_carousel .swiper {
  width: 100%;
  height: 400px;
  padding: 0 0 4rem 0;
}

.lp_carousel .swiper {
  width: 100%;
  height: 100%;
}

.lp_carousel .swiper-pagination {
  bottom: 2rem;
}

.lp_carousel .swiper-slide {
  font-size: 18px;
  position: relative;
  overflow: hidden;
  padding-bottom: 4rem;
}

.lp_carousel .swiper-slide img {
  max-height: 390px;
}

.lp_carousel .swiper-slide .swiper-slide-info {
  position: absolute;
  bottom: -23%;
  left: 0;
  right: 0;
  background-color: #e5e5e5;
  padding: .5rem 1rem;
  height: 40%;
  transition: all .3s ease;
}

.lp_carousel .swiper-slide .swiper-slide-info h3 {
  font-size: 1rem;
  margin: 0;
  padding: 0;
  font-weight: 700;
}

.lp_carousel .swiper-slide .swiper-slide-info p {
  font-size: .85rem;
  opacity: 0;
}

.lp_carousel .swiper-slide .swiper-slide-info:hover {
  bottom: 0;
}

.lp_carousel .swiper-slide .swiper-slide-info:hover p {
  opacity: 1;
}

.lp_carousel .custom-swiper-button {
  position: absolute;
  bottom: 2rem;
  width: auto;
  height: auto;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}

.lp_carousel .swiper-button-next {
  right: 10px;
}

.lp_carousel .swiper-button-prev {
  right: 60px;
}

.lp_carousel .custom-swiper-button svg {
  width: 24px;
  height: 24px;
  stroke: #e5e5e5;
  transition: stroke .3s ease;
}

.lp_carousel .custom-swiper-button:hover svg {
  stroke: #000;
}

.lp_carousel .swiper-button-next::after,
.lp_carousel .swiper-button-prev::after {
  display: none;
}

.lp_section_promotion {
  display: flex;
}

.lp_section_promotion>div {
  display: grid;
  place-content: center;
  padding-left: 90px;
}

.lp_section_promotion>div h1 {
  font-size: 32px;
  font-weight: 700;
}

.lp_section_promotion>div p {
  font-size: 32px;
  width: 100%;
}

.lp_section_promotion img {
  width: 436px;
  margin-left: auto;
}

.lp_section_promotion_products {
  display: flex;
  flex-wrap: wrap;
  padding: 0 24px;
}

.lp_section_promotion_products img:nth-child(1) {
  width: 32.33%;
}

.lp_section_promotion_products img:nth-child(2) {
  width: 35.89%;
}

.lp_section_promotion_products img:nth-child(3) {
  width: 31.78%;
}

@media only screen and (max-width:900px) {
  .lp_section_promotion>div {
    padding-left: 24px
  }

  .lp_section_promotion img {
    width: 40%
  }

  .lp_section_promotion>div h1,
  .lp_section_promotion>div p {
    font-size: 1.6rem
  }
}

@media only screen and (max-width:600px) {
  .lp_section_promotion_products {
    flex-direction: column;
    align-items: center
  }

  .lp_section_promotion_products img:nth-child(1) {
    width: 90.08%;
    max-width: 418px
  }

  .lp_section_promotion_products img:nth-child(2) {
    width: 100%;
    max-width: 464px
  }

  .lp_section_promotion_products img:nth-child(3) {
    width: 88.55%;
    max-width: 411px
  }
}

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

  .lp_section_promotion>div h1,
  .lp_section_promotion>div p {
    font-size: 1.2rem
  }
}

.lp_table {
  background-color: #3579bb;
}

.lp_table h2,
.lp_table h3 {
  padding: 4rem 0 1rem 0;
  margin: 0;
  font-weight: 700;
}

.lp_table p {
  text-align: center;
  margin: 0 auto;
  padding-bottom: 4rem;
}

.lp_table .short {
  width: 50%;
}

.lp_table h2,
.lp_table h3,
.lp_table p {
  color: #fff;
  text-align: center;
}

.table-container {
  width: 100%;
  overflow-x: auto;
  padding: 0 2rem;
}

.lp_table .text-title {
  text-align: left;
}

.lp_table .text-title b {
  font-weight: 700;
}

@media (max-width:600px) {
  .table-container {
    padding: 0
  }
}

.table-container table {
  width: 100%;
  border-collapse: collapse;
  min-width: 1000px;
}

.table-container th,
.table-container td {
  border-right: 4px solid #3579bb;
  padding: 8px;
  text-align: center;
  min-width: 160px;
}

.table-container th {
  background-color: #fff;
  font-weight: bold;
  padding: 0;
}

.table-container tr:nth-child(even) {
  background-color: #fff;
}

.table-container tr:nth-child(odd) {
  background-color: #e5e5e5;
}

@media (max-width:768px) {

  .table-container th,
  .table-container td {
    font-size: 12px;
    padding: 6px
  }

  .table-container th {
    padding: 0
  }
}

.table-container th:first-child {
  background: #3579bb;
}

.lp_section_four {
  text-align: center;
  padding: 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: 2.5rem 0 0 0;
}

.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;
}

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

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

.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.lp_button {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-weight: 600;
  padding: .6rem 5rem;
}

.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: .9rem;
  line-height: 1.3rem;
}

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

.lp_section_three .col_text p {
  font-size: .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: .8rem;
}

.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_button {
  color: #fff;
  background: #3579bb;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.2rem;
  padding: .8rem 1.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: inline-block;
  border: 1px solid #3579bb;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.lp_button.white {
  background: #ffffff;
  color: #3579bb;
  border-color: #3579bb;
}

.lp_button.white:hover {
  background: 3579bb;
  color: #ffffff;
  border-color: #ffffff;
}

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

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

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

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

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

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

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

.lp_section_first {
  margin: 4.5rem 0;
  padding: 2rem 0;
  text-align: center;
  background-color: #e5e5e5;
}

.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 .lp_buttons {
  padding: 0 5rem;
}

.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-bottom: 2rem;
  padding: 0 2rem;
}

.lp_section_first .lp_grid>div {
  width: 31%;
}

.lp_section_first .lp_grid>div img {
  width: 138px;
}

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

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

@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 .5rem 1rem .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: .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
  }

  .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
  }

  .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
  }

  .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
  }

  .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
  }
}

.lp_footer-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 0;
  background: #3579bb;
}

.lp_footer-info h3,
.lp_footer-info p {
  color: #ffffff;
  text-align: center;
  width: 80%;
}

.lp_footer-info a {
  width: 100%;
  max-width: 280px;
  text-align: center;
}