#box_8{
display:none;
}
@media(max-width:999px){
  #box_8{
  display:none;
  }
  
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------Tabela Sklep*/
.table_graph {
  width: 30%;
}

.table_tittle {
  text-align: center;
  margin-bottom: 60px;
  color: var(--colorTextDark);
}

.toolTip {
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -120%;
  left: 0;
  width: 100%;
  min-height: 60px;
  opacity: 0;
  cursor: default;
  transform: translateY(10px);
  transition: transform 200ms, opacity 200ms;
  background-color: #444;
  border-radius: 5px;
  color: white;
}

.toolTip.active {
  opacity: 1;
  transform: translateY(0);
}

.tooltip1,
.tooltip2,
.tooltip3 {
  cursor: pointer;
}

.toolTip p {
  margin: 0;
  color: white;
  font-size: 12px;
}

td {
  text-align: center;
  height: 33px;
}

th {
  height: 225px;
  font-weight: 300;
  font-family: "Arial";
}

.features {
  padding: 0;
  width: 400px;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}

.features h3 {
  font-size: 24px;
  text-align: center;
  color: var(--colorTextDark);
}

.procent {
  font-size: 24px;
  margin-top: 5px;
  font-family: "Arial";
}

.offer {
  width: 250px;
  padding: 0;
  text-align: center;
}

.offer .title {
  font-weight: 300;
  font-family: "Arial";
  font-size: 20px;
  height: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 0;
  left: 0;
}

.offer .title p {
  margin: 0;
}

.offer .text {
  color: #999;
  font-weight: 300;
  font-family: "Arial";
  font-size: 12px;
  height: 16%;
  display: flex;
  justify-content: center;
}

.offer .price {
  font-weight: 300;
  font-family: "Arial";
  font-size: 30px;
  height: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.offer .button {
  font-weight: 300;
  font-family: "Arial";
  font-size: 20px;
  height: 20%;
  display: flex;
  justify-content: center;
  align-items: end;
  margin-bottom: 20px;
}

.offer-2 {
  color: white;
  padding: 0;
}

.offer-2 .title p {
  color: white;
}

.third-column {
  background: #444;
  color: white;
}

.food-away-shop {
  margin: 0 auto;
  background: white;
  border-radius: 10px;
  border-spacing: 0px;
  -webkit-box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.35);
}

.feature {
  font-weight: 300;
  font-family: "Arial";
  font-size: 12px;
  padding-left: 10px;
}

.button-cont {
  font-weight: 300;
  font-family: "Arial";
  width: 100%;
  height: 33px;
  background: #444;
  border-radius: 5px;
  color: white;
  font-size: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.button-cont-s {
  font-weight: 300;
  font-family: "Arial";
  width: 100%;
  height: 33px;
  background: var(--colorBluetLight);
  border-radius: 5px;
  color: white;
  font-size: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.button a {
  width: 65%;
  color: white;
  text-decoration: none;
}

.fa-check {
  font-size: 12px;
}

.fa-times {
  font-size: 12px;
}

.small-screen-shop {
  display: none;
}

@media screen and (max-width: 991px) {
  table th {
    display: none;
  }

  .food-away-shop {
    display: none;
  }

 .small-screen-shop {
    display: block;
    width:90%;
   margin:0 auto;
   margin-bottom:20px;
  }

  .offer {
    width: 450px;
    padding: 0;
    text-align: center;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.35);
    padding: 0 0 30px 0;
    border-radius: 10px;
    margin-top: 24px;
  }

  .button-cont-s {
    background: #444;
  }

  .s-feature-desc {
    width: 35%;
    text-align: left;
    font-size: 12px;
    font-family: "Arial";
    display: flex;
    justify-content: left;
    align-items: center;
  }

  .s-feature-info {
    font-size: 12px;
    font-family: "Arial";
    width: 21%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
  }

  .offer .button,
  .offer-s .button {
    font-size: 14px;
  }

  .offer .row,
  .offer-s .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    border-bottom: 0px solid;
    padding: 0 20px;
    border-radius: 5%;
    justify-content: center;
  }

  .offer-s {
    width: 450px;
    padding: 0;
    text-align: center;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.75);
    padding: 0 0 30px 0;
    border-radius: 10px;
    margin-top: 24px;
    background: #444;
    color: white;
  }

  .title {
    padding-top: 20px;
  }

  .price {
    margin-top: 20px;
  }

  .button {
    margin-top: 10px;
  }
}

@media screen and (max-width: 500px) {
  .offer {
    width: 100%;
  }

  .s-feature-info {
    width: 34%;
  }

  .s-feature-desc {
    width: 48%;
  }
}

/*----------------------------------------------------------------------------------------------------------------- Media*/
@media (max-width: 1024px) {
  .post-boxes-container > .row:nth-child(1) {
    margin-top: 0;
  }
  #scroll1 {
    display: none;
  }
  .post-boxes-container > .row:nth-child(2) {
    min-height: 20vh;
  }
  #form_container {
    height: calc(100vh - 70px);
    margin-top: 70px;
  }
  .section1_wrap {
    min-height: calc(100vh - 70px);
  }

  .box1_text-anim {
    margin-bottom: 10% !important;
  }
  .box1_graph {
    width: 50% !important;
    margin-bottom: 10% !important;
  }
  .btn_subPage {
    position: static;
    transform: initial;
    margin-bottom: 20px;
  }
}
@media (max-width: 766px) {
  .post-box-7 img {
    width: 20%;
  }
  #contact_triger {
    bottom: 15%;
  }

  #box-9 .row:nth-child(1) .icon_wrap div {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
  }
  .form_rodo-text {
    font-size: 12px;
  }
  .text_tittle {
    margin-top: 10%;
  }
  .form-control {
    height: 30px;
  }
  .form-tittle {
    margin-bottom: 0;
  }
  .form_content_wrap {
    max-height: 90%;
  }
  .contact-form-id-2 {
  }
  .form-custom {
    overflow: scroll;
  }
}

@media (max-width: 640px) {
  .toolTip,
  .scrollIndicator {
    display: none;
  }

  h2 {
    font-size: 22px;
  }

  .box1_text-anim p {
    font-size: 18px;
  }

  .img_wrap img {
    width: 70%;
    margin-top: -10%;
  }

  .post-box-2 {
    margin-bottom: 60px;
  }

  .box_picture {
    margin-bottom: 60px;
  }

  .clip_path--figure h3 {
    font-size: 20px;
  }

  .icon_wrap > div {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
  }

  .post-box-10 {
    margin-bottom: 100px;
  }

  h3 {
    font-size: 22px;
  }

  .button_wrap {
    margin-bottom: 20px;
  }
  /* nowe mobilki*/
  #scroll1 {
    display: none;
  }
  .section1_wrap {
    padding: 0;
  }
  .btn_subPage {
    position: static;
    transform: initial;
    margin-bottom: 20px;
  }
  .post-content {
    /*padding: 10px 15px !important;*/
  }
  .post-box-1 {
    padding: 0 !important;
  }
  .contact_tooltip {
    display: none;
  }
  #form_container {
    margin-top: 70px;
    height: calc(100vh - 70px);
  }
  .button_wrap {
    height: initial;
  }
}
/* koniec mobilek*/
.scroll_parent {
  position: relative;
  top: 0;
  left: 0;
}
#scroll_span1 {
  position: relative;
  top: -120px;
  left: 0;
}
/*--------------------najnowsze zmiany*/

.button_wrap > div {
  align-items: flex-end;
}
.button_wrap > div:nth-child(2) {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.button_wrap > div:nth-child(1) {
  align-items: initial;
}

 
/*-------------------------------------------------------------------covers*/
.box_1-cover {
  opacity: 0.35;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--gradient);
}
.cover_bg {
  z-index: -1;
  opacity: 0.35;
  background: var(--gradientReverse);
}
/**/
.btn_regulamin {
  margin: 20px 0;
  display: flex;
  justify-content: center;
}
.row_center_btn {
  justify-content: center;
}

.small-screen-shop:nth-child(5) .offer {
  background-color: #fff;
}
.small-screen-shop:nth-child(3) .offer {
  background-color: #fff;
}
span.very_small{font-size:9px}

#box-3 > div.row > div.footer_pages.col-12.col-md-5 > div:nth-child(3) > ul > li:nth-child(3){
display:none !important;
}

.box1_text-anim {
    margin-bottom: 33%;
}
  #box_8 .price{
  border-bottom:1px solid #ccc;
  }
  #box_8 .price_small{
  margin-left:10px;
  }
  #box_8 .offer .row{
  margin:10px 0;
  }
    #box_8 .offer .row:last-child{
  border-top:1px solid #ccc;
      padding-top:6px;
  }
}



