.s_bg {
  display: block;
  width: 100%;
  max-width: 1920px;
  min-height: 700px;
  margin-right: auto;
  margin-left: auto;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/bg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.c_bg {
  display: block;
  width: 100%;
  max-width: 1200px;
  min-height: 700px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.box_social_media_pl_eng {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 48px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body {
  font-family: Roboto, sans-serif;
}

.txt_language {
  display: inline-block;
  margin-left: 25px;
  color: hsla(0, 0%, 100%, .5);
  font-size: 12px;
  text-transform: uppercase;
}

.txt_pl {
  color: hsla(35, 58%, 63%, .5);
}

.txt_pl.w--current {
  color: hsla(35, 58%, 63%, .5);
  text-decoration: none;
}

.txt_eng.w--current {
  color: hsla(0, 0%, 100%, .5);
  text-decoration: none;
}

.link_social_media_fb {
  margin-right: 5px;
}

.img_fb {
  width: 100%;
  max-width: 25px;
}

.img_instagram {
  width: 100%;
  max-width: 25px;
}

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

.img_logo {
  display: block;
  width: 100%;
  max-width: 210px;
  margin-right: auto;
  margin-left: auto;
}

.brand {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.container {
  width: 100%;
}

.menu_left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.menu_step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 140px;
  min-height: 50px;
  margin-right: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.menu_step:hover {
  border-bottom: 1px solid #fff;
}

.menu_step.no_margin {
  margin-right: 0px;
}

.text-block {
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}

.txt_menu {
  color: #efefef;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}

.menu_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navbar {
  display: none;
}

.img_logo_rwd {
  display: block;
  width: 100%;
  max-width: 210px;
  margin-right: auto;
  margin-left: auto;
}

.navbar-2 {
  display: none;
}

.box_topic {
  margin-top: 100px;
}

.txt_big_topic {
  margin-bottom: 15px;
  color: #fff;
  font-size: 100px;
  line-height: 120px;
  font-weight: 700;
  text-align: center;
}

.txt_small_topic {
  margin-bottom: 50px;
  color: #fff;
  font-size: 35px;
  line-height: 50px;
  font-weight: 100;
  text-align: center;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  max-width: 240px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #d8ab6b;
  border-radius: 30px;
  background-color: transparent;
  color: #d8ab6b;
  font-size: 18px;
}

.button:hover {
  background-color: #d8ab6b;
  color: #333;
}

.img_arrow {
  width: 100%;
  max-width: 60px;
}

.link-block {
  display: block;
  width: 100%;
  max-width: 60px;
  margin-right: auto;
  margin-left: auto;
}

.s_cake {
  display: block;
  width: 100%;
  max-width: 1920px;
  min-height: 300px;
  margin-right: auto;
  margin-left: auto;
}

.c_cake {
  display: block;
  width: 100%;
  max-width: 1200px;
  min-height: 300px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.txt_topic_cake_big {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.txt_topic_cake_small {
  margin-bottom: 50px;
  color: #d8ab6b;
  font-size: 30px;
  line-height: 35px;
  font-weight: 100;
  text-align: center;
  text-transform: none;
}

.box_cake_all {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.box_one_cake {
  width: 100%;
  max-width: 24%;
  min-height: 100px;
  margin-right: 0px;
  padding-right: 0px;
  background-color: #fff;
}

.box_one_cake.first {
  max-width: 50%;
}

.image {
  display: block;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.image:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.txt_name_cake {
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  color: #4d4d4d;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.txt_description_cake {
  padding-right: 20px;
  padding-left: 20px;
  color: #d8ab6b;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}

.box_two_cake {
  width: 100%;
  max-width: 48%;
  min-height: 100px;
  margin-right: 0px;
  padding-right: 0px;
  background-color: #fff;
}

.button_cake {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  max-width: 240px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: #d8ab6b;
  font-size: 18px;
  font-weight: 400;
}

.button_cake:hover {
  border: 2px solid #d8ab6b;
  background-color: transparent;
  color: #d8ab6b;
}

.s_ogonovsky {
  display: block;
  width: 100%;
  max-width: 1920px;
  min-height: 0px;
  margin-right: auto;
  margin-left: auto;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/bg_2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/bg_2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.c_ogonovsky {
  display: block;
  width: 96%;
  max-width: 1200px;
  min-height: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.txt_topic_cake_big_white {
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.text-block-2 {
  margin-bottom: 50px;
  color: #fff;
  line-height: 22px;
  font-weight: 300;
  text-align: center;
}

.img_ogonovsky {
  display: block;
  max-height: 60px;
  margin-right: auto;
  margin-left: auto;
}

.s_aktualnosci {
  display: block;
  width: 100%;
  max-width: 1920px;
  min-height: 200px;
  margin-right: auto;
  margin-left: auto;
}

.txt_aktualnosci_small {
  display: block;
  width: 100%;
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
  color: grey;
  font-weight: 300;
  text-align: center;
}

.txt_aktualnosci_big {
  display: block;
  width: 100%;
  max-width: 780px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  color: #d8ab6b;
  font-weight: 700;
  text-align: center;
}

.slider {
  max-height: 170px;
  background-color: transparent;
}

.icon-3 {
  color: #e3e3e3;
}

.icon-4 {
  color: #e3e3e3;
}

.right-arrow {
  height: auto;
}

.slide-nav {
  display: none;
  margin-top: 0px;
  background-color: transparent;
  color: #000;
}

.slide {
  margin-bottom: 0px;
}

.mask {
  display: block;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.s_partnerzy {
  display: block;
  width: 100%;
  max-width: 1920px;
  min-height: 200px;
  margin-right: auto;
  margin-left: auto;
  background-color: #efefef;
}

.s_pliki {
  display: block;
  width: 100%;
  max-width: 1920px;
  min-height: 200px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.box_logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.logo-partnerzy {
  margin-right: 25px;
  margin-left: 25px;
  padding-right: 0px;
  padding-left: 0px;
}

.box_pobrania {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.box_jeden_plik {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-height: auto;
  max-width: 19%;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 25px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15);
  text-decoration: none;
}

.img_pdf {
  display: block;
  width: 100%;
  max-height: 100px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}

.box_dane {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-block-3 {
  display: inline-block;
  width: 100%;
  max-width: 240px;
  color: #d8ab6b;
  font-weight: 300;
  text-align: center;
}

.txt_dane_bold {
  margin-bottom: 10px;
  color: #fff;
  font-size: 17px;
  line-height: 35px;
  font-weight: 500;
  text-transform: uppercase;
}

.s_dane {
  display: block;
  width: 100%;
  max-width: 1920px;
  min-height: 0px;
  margin-right: auto;
  margin-left: auto;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/bg_3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/bg_3.jpg');
  background-position: 0px 0px, 50% -252px;
  background-size: auto, cover;
}

.s_bg_cake {
  display: block;
  width: 100%;
  max-width: 1920px;
  min-height: 450px;
  margin-right: auto;
  margin-left: auto;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/bg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.c_bg_cake {
  display: block;
  width: 100%;
  max-width: 1200px;
  min-height: 450px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.box_topic_cake {
  margin-top: 60px;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -60px;
  margin-bottom: 50px;
  float: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.txt_topic_cake_small_cake {
  margin-bottom: 0px;
  color: #d8ab6b;
  font-size: 30px;
  line-height: 35px;
  font-weight: 100;
  text-align: center;
  text-transform: none;
}

.tab-link {
  padding-right: 15px;
  padding-left: 15px;
  background-color: transparent;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.tab-link.w--current {
  padding-right: 15px;
  padding-left: 15px;
  background-color: transparent;
  color: #d8ab6b;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.tab-link-2 {
  padding-right: 15px;
  padding-left: 15px;
  background-color: transparent;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.tab-link-2.w--current {
  background-color: transparent;
  color: #d8ab6b;
  font-size: 16px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .s_bg {
    height: auto;
    min-height: 0px;
  }
  .c_bg {
    width: 96%;
    min-height: 0px;
    padding-bottom: 50px;
  }
  .box_menu {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
    float: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .img_logo {
    position: relative;
    display: none;
    float: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .menu_step {
    display: none;
  }
  .menu-button {
    position: relative;
    padding-left: 0px;
    float: none;
    background-color: transparent;
    color: #fff;
  }
  .menu-button.w--open {
    padding: 25px 25px 25px 0px;
    background-color: transparent;
    font-size: 45px;
  }
  .navbar {
    display: block;
    float: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-radius: 5px;
    background-color: transparent;
    color: #000;
    font-size: 16px;
  }
  .icon {
    font-size: 50px;
  }
  .img_logo_rwd {
    position: relative;
    float: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .container-2 {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-top: 25px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    float: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .menu-button-2 {
    padding: 20px;
  }
  .menu-button-2.w--open {
    padding-right: 20px;
    padding-left: 20px;
    background-color: #d8ab6b;
    color: #000;
  }
  .navbar-2 {
    display: block;
    width: 100%;
    background-color: transparent;
  }
  .icon-2 {
    color: #fff;
    font-size: 45px;
    line-height: 45px;
  }
  .nav-menu {
    margin-top: 25px;
    background-color: #fff;
  }
  .nav-link {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    color: #333;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
  }
  .txt_big_topic {
    margin-bottom: 10px;
    font-size: 80px;
  }
  .txt_small_topic {
    font-size: 30px;
    line-height: 40px;
  }
  .c_cake {
    width: 96%;
    padding-bottom: 40px;
  }
  .txt_description_cake {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 12px;
    line-height: 18px;
  }
  .txt_aktualnosci_small {
    max-width: 550px;
  }
  .mask {
    max-width: 600px;
  }
  .box_logo {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .logo-partnerzy {
    margin-bottom: 10px;
  }
  .box_pobrania {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .box_jeden_plik {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 48%;
    min-height: 260px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .s_bg_cake {
    height: auto;
    min-height: 0px;
  }
  .c_bg_cake {
    width: 96%;
    min-height: 0px;
    padding-bottom: 50px;
  }
  .tabs-menu {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .s_bg {
    min-height: 0px;
  }
  .c_bg {
    min-height: 0px;
    padding-bottom: 50px;
  }
  .box_social_media_pl_eng {
    padding-right: 28px;
  }
  .box_menu {
    padding-right: 0px;
    padding-left: 0px;
  }
  .box_topic {
    margin-top: 50px;
  }
  .txt_big_topic {
    font-size: 60px;
    line-height: 80px;
  }
  .box_cake_all {
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .box_one_cake {
    max-width: 49%;
    margin-top: 50px;
    margin-bottom: 0px;
  }
  .box_two_cake {
    max-width: 100%;
  }
  .button_cake {
    margin-top: 50px;
  }
  .txt_aktualnosci_small {
    max-width: 350px;
  }
  .slider {
    max-height: auto;
  }
  .mask {
    max-width: 400px;
  }
  .box_logo {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .logo-partnerzy {
    margin-right: 10px;
  }
  .box_jeden_plik {
    max-width: 49%;
  }
  .box_dane {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .text-block-3 {
    margin-bottom: 15px;
  }
  .s_bg_cake {
    min-height: 0px;
  }
  .c_bg_cake {
    min-height: 0px;
    padding-bottom: 50px;
  }
  .box_topic_cake {
    margin-top: 50px;
  }
  .tabs-menu {
    margin-bottom: 0px;
  }
}

@media (max-width: 479px) {
  .s_bg {
    height: auto;
    min-height: 0px;
  }
  .c_bg {
    min-height: 0px;
    padding-bottom: 50px;
  }
  .box_social_media_pl_eng {
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .box_menu {
    padding-right: 0px;
    padding-left: 0px;
  }
  .img_logo_rwd {
    max-width: 160px;
  }
  .menu-button-2 {
    padding: 10px;
  }
  .menu-button-2.w--open {
    padding: 10px;
  }
  .navbar-2 {
    max-width: 100%;
  }
  .box_topic {
    margin-top: 50px;
  }
  .txt_big_topic {
    font-size: 40px;
    line-height: 50px;
  }
  .txt_small_topic {
    font-size: 20px;
    line-height: 25px;
  }
  .c_cake {
    width: 96%;
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .txt_topic_cake_big {
    font-size: 30px;
    line-height: 40px;
  }
  .txt_topic_cake_small {
    margin-bottom: 30px;
    font-size: 25px;
    line-height: 30px;
  }
  .box_one_cake {
    margin-top: 30px;
  }
  .txt_description_cake {
    font-size: 12px;
  }
  .button_cake {
    margin-top: 30px;
  }
  .txt_topic_cake_big_white {
    font-size: 30px;
    line-height: 40px;
  }
  .s_aktualnosci {
    min-height: 0px;
  }
  .txt_aktualnosci_small {
    margin-top: 25px;
    font-size: 12px;
  }
  .txt_aktualnosci_big {
    margin-top: 10px;
  }
  .slider {
    max-height: none;
    clear: both;
  }
  .icon-3 {
    position: static;
    margin-top: 0px;
    margin-left: 40px;
    float: none;
  }
  .icon-4 {
    position: static;
    display: block;
    margin-top: 0px;
    margin-right: 40px;
    margin-bottom: 0px;
  }
  .right-arrow {
    display: inline-block;
    float: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .mask {
    position: relative;
    height: auto;
    max-width: 250px;
  }
  .box_logo {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .left-arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .box_pobrania {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .box_jeden_plik {
    width: 80%;
    max-width: 100%;
    margin-bottom: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .img_pdf {
    width: 100%;
    max-width: 100px;
    margin-bottom: 30px;
  }
  .s_bg_cake {
    height: auto;
    min-height: 0px;
  }
  .c_bg_cake {
    min-height: 0px;
    padding-bottom: 50px;
  }
  .box_topic_cake {
    margin-top: 50px;
  }
  .tabs-menu {
    margin-top: 0px;
  }
  .txt_topic_cake_small_cake {
    margin-bottom: 30px;
    font-size: 25px;
    line-height: 30px;
  }
}

