@media (min-width: 768px) and (max-width: 1024px) {
  .app-main .desktop,
  .app-main .mobile {
    display: none; }
  .app-main .tablet {
    display: block; } }
@media (min-width: 991px) {
  .header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 50; }
    .header__content {
      margin: 0 6vw 0 0; }
    .header__logo {
      margin: 20px 0 0 60px; }

  .menu {
    float: right; }
    .menu__link {
      display: none; }
    .menu__ul {
      display: block !important;
      margin-top: 50px; }
      .menu__ul li {
        display: inline-block;
        margin-left: 60px;
        text-align: center; }
      .menu__ul a {
        display: inline-block;
        padding-bottom: 5px;
        font-size: 15px;
        text-transform: uppercase;
        color: #fff; } }
@media (min-width: 991px) and (max-width: 1320px) {
  .header__content {
    margin: 0 30px 0 0; }
  .header__logo {
    margin: 10px 0 0 10px; }

  .menu__ul {
    margin-top: 30px; }
    .menu__ul li {
      margin-left: 28px; }
    .menu__ul a {
      font-size: 14px; } }
@media (max-width: 1450px) {
  .app-main-inner {
    width: 80%; }
  .app-main .title {
    font-size: 42px; }
  .app-main .subtitle {
    font-size: 24px; }
  .app-main .btn-more {
    width: 300px;
    height: 70px;
    line-height: 63px;
    font-size: 28px; }

  .akcjaVoucher {
    padding-bottom: 1vw;
    padding-top: 14vw; }
    .akcjaVoucher__title .title {
      font-size: 3vw; }

  .kvSection {
    padding-bottom: 16.5vw; }

  .saveSection__list {
    font-size: 22px; }

  .gangSection .sign {
    width: 130px; }
  .gangSection .gang__item {
    font-size: 20px; }
    .gangSection .gang__item__power {
      height: 40px; }
    .gangSection .gang__item span {
      font-size: 42px; }

  .bookSection__img {
    right: -30px; }
  .bookSection__sign {
    width: 130px; }

  .waste-food .sekcja03 .waste-food__title2 {
    margin: 10vw 0 5vw 0; }
    .waste-food .sekcja03 .waste-food__title2 .title {
      font-size: 3vw;
      line-height: 1.4;
      padding: 2vw 8vw 2vw 3vw; }
      .waste-food .sekcja03 .waste-food__title2 .title img {
        width: 15vw; } }
@media (max-width: 1300px) {
  .app-main-inner {
    width: 90%; }

  .kvSection {
    padding-bottom: 16.5vw; }

  .akcjaVoucher {
    padding-top: 19vw; }

  .saveSection__list {
    font-size: 22px; }

  .saveInfoSection .saveSection__list {
    font-size: 18px; }

  .saveNowSection .saveSection__list {
    background-size: 100px auto;
    background-position: left 30px;
    padding-left: 160px; }

  .saveLaterSection .saveSection__list {
    background-size: 200px auto;
    background-position: left 30px;
    padding-left: 230px; }

  .faqSection.rules .rules-list .rules-list-elem a {
    background-size: 3vw;
    font-size: 2vw; }
  .faqSection.rules .rules-list .rules-list-elem span {
    padding-left: 1vw;
    font-size: 2vw;
    white-space: nowrap; } }
@media (max-width: 1150px) {
  .bookSection__content {
    width: 80%; }
  .bookSection__img {
    width: 350px; }

  .gangSection .sign {
    right: -20px;
    top: 0px; }

  .productsSection .productsList {
    max-width: 750px;
    margin: 0 auto; }
  .productsSection .product {
    width: 48%; }

  .productBig__title {
    font-size: 26px; }
  .productBig__desc {
    font-size: 14px; }

  .newsSection2 .content3 {
    max-width: 90%;
    margin: -70px auto 0;
    right: 0; }
    .newsSection2 .content3 .content3row1::after {
      background: url(../../../img/minisite/gang2022/black-line.png) no-repeat top center;
      background-size: 100% 100%;
      bottom: 0;
      content: "";
      display: block;
      height: 1.302vw;
      left: 50%;
      position: absolute;
      transform: translate(-50%, 0);
      width: 35.781vw; } }
@media (max-width: 1050px) {
  .waste-food .sign01 {
    left: 20vw; } }
@media (max-width: 1020px) {
  .productsList {
    max-width: 600px; }

  .product {
    width: 48%; } }
@media (max-width: 990px) {
  .app-main .desktop,
  .app-main .tablet {
    display: none; }
  .app-main .mobile {
    display: block; }

  .header {
    position: fixed;
    height: 80px;
    left: 0;
    right: 0;
    top: 0;
    z-index: 105; }
    .header__logo {
      width: 25vw;
      margin: 3vw 0px 0px 4vw; }

  .menu {
    position: absolute;
    width: 100%;
    right: 0;
    top: 0; }
    .menu__link {
      display: block;
      position: absolute;
      right: 5vw;
      top: 3vw;
      width: 12vw;
      height: 12vw;
      border-radius: 50%;
      background: #92BA46; }
      .menu__link:after {
        position: absolute;
        display: block;
        content: "";
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: url(../../../img/minisite/gang2022/menu.svg) no-repeat center center;
        background-size: 56% auto;
        z-index: 30; }
      .menu__link span {
        display: none; }
    .menu__ul {
      display: none;
      position: absolute;
      right: 0;
      top: 0;
      padding: 18vw 20px 70px;
      background: #92BA46;
      text-align: right;
      text-transform: uppercase; }
      .menu__ul ul {
        display: flex;
        flex-wrap: wrap; }
      .menu__ul li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
        .menu__ul li:last-child {
          border: 0; }
      .menu__ul a {
        display: block;
        padding: 5px 0;
        color: #fff; }
      .menu__ul br {
        display: none; }

  .kvSection {
    padding: 18vw 0 20vw; }
    .kvSection .kv {
      width: 80%; }

  .newsSection {
    margin-bottom: 10vw;
    padding-bottom: 7vw;
    padding-top: 5vw; }
    .newsSection__title {
      background-size: 100% 100%;
      font-size: 4vw;
      padding: 3vw 0 4vw; }
    .newsSection .subtitle {
      background-size: 100%;
      font-size: 2.5vw;
      margin: 1vw auto 0;
      width: 90%; }
    .newsSection .textFromTo br {
      display: none; }
    .newsSection .content {
      font-size: 3vw;
      margin: 3vw auto 0; }
      .newsSection .content img {
        margin-right: 2vw;
        width: 25vw; }
    .newsSection .content2 .dateFromTo {
      font-size: 3vw;
      padding: 4vw 2vw; }
    .newsSection .content2 .priceFromTo {
      font-size: 12vw;
      padding: 0 3vw; }
      .newsSection .content2 .priceFromTo span {
        font-size: 5vw; }
    .newsSection .content2 .priceFromToRow {
      padding: 2vw 5vw 3vw 3vw; }
      .newsSection .content2 .priceFromToRow.row2 .priceFromTo span, .newsSection .content2 .priceFromToRow.row3 .priceFromTo span {
        font-size: 3vw; }
      .newsSection .content2 .priceFromToRow.row4 .textFromTo {
        font-size: 2vw; }
    .newsSection .content2 .textFromTo {
      font-size: 2vw; }

  .newsSection2 {
    padding-top: 8vw; }
    .newsSection2 .content2 {
      margin: 3vw auto; }
    .newsSection2 .content3 {
      font-size: 2vw;
      margin: -7vw auto 0;
      padding: 9vw 8vw 5vw; }
      .newsSection2 .content3 .content3row1 {
        padding-bottom: 4vw; }
        .newsSection2 .content3 .content3row1 .text1row .text1,
        .newsSection2 .content3 .content3row1 .text2row .text1 {
          font-size: 5vw;
          padding: 0 1.5vw; }
          .newsSection2 .content3 .content3row1 .text1row .text1 span,
          .newsSection2 .content3 .content3row1 .text2row .text1 span {
            font-size: 2vw; }
        .newsSection2 .content3 .content3row1 .text1row .text2 span,
        .newsSection2 .content3 .content3row1 .text2row .text2 span {
          font-size: 2vw; }
      .newsSection2 .content3 .content3row2 .text1 {
        font-size: 6vw;
        padding: .5vw 1.5vw; }
      .newsSection2 .content3 .content3row2 .text2 {
        font-size: 2vw; }
      .newsSection2 .content3 .content3row2 .text3 div:nth-of-type(1) {
        font-size: 15vw; }

  .akcjaVoucher {
    margin-bottom: 10vw;
    padding-bottom: 3vw;
    padding-top: 19vw;
    background-size: 100%; }
    .akcjaVoucher .subtitle {
      width: 80%; }
    .akcjaVoucher .content .legal {
      font-size: 1.2vw;
      padding-top: 30vw; }

  .gangSection__content .title {
    max-width: 600px;
    margin: 0 auto 15px; }
  .gangSection .gang__item {
    font-size: 18px; }
    .gangSection .gang__item__power {
      height: 25px; }
    .gangSection .gang__item .sign {
      width: 100px; }
    .gangSection .gang__item span {
      font-size: 28px; }
    .gangSection .gang__item p {
      font-size: 12px; }

  .bookSection__content {
    width: 100%;
    padding: 80px 30px 120px;
    background-position: center -22vw;
    background-size: 100% calc(100% + 22vw); }
  .bookSection__sign {
    left: -20px;
    top: -110px; }
  .bookSection__img {
    display: block;
    position: relative;
    margin: -80px auto 0;
    z-index: 10;
    right: auto;
    top: auto; }

  .videoSection__content {
    width: 90%; }

  .faqSection .subtitle {
    padding: 0 20px; }

  .productBig__img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 20px; }
  .productBig__info {
    width: 100%;
    padding: 0; }

  .faqSection.rules .rules-list .rules-list-elem a {
    background-size: 5vw;
    font-size: 4vw; }
  .faqSection.rules .rules-list .rules-list-elem span {
    font-size: 3vw; }

  .waste-food .sign01 {
    left: 30vw;
    width: 10vw; }
  .waste-food .sekcja02 img {
    width: 50vw; }
  .waste-food .sekcja03 {
    padding-top: 10vw; }
    .waste-food .sekcja03 .waste-food__title .title,
    .waste-food .sekcja03 .waste-food__title2 .title {
      font-size: 5vw;
      padding: 3vw 8vw 4vw 3vw; }
    .waste-food .sekcja03 .waste-food__title .title {
      font-size: 2.5vw;
      padding: 3vw; }
    .waste-food .sekcja03 .waste-food__title2 .title {
      font-size: 3.8vw;
      padding: 5vw 22vw 4vw 3vw; }
      .waste-food .sekcja03 .waste-food__title2 .title br {
        display: none; }
      .waste-food .sekcja03 .waste-food__title2 .title img {
        right: -2vw;
        width: 22vw; }
    .waste-food .sekcja03 .slick-dots li {
      display: block;
      margin: 5px; }
  .waste-food footer {
    padding: 12vw 2vw 2vw; }
    .waste-food footer .footer__pdf a {
      margin: 1vw 0; } }
@media (max-width: 660px) {
  .app-main .title {
    padding: 0 10px;
    font-size: 26px; }
  .app-main .subtitle {
    font-size: 18px; }
  .app-main .btn-more {
    width: 220px;
    height: 52px;
    line-height: 47px;
    font-size: 20px; }
  .app-main .pdf a {
    padding: 7px 0px 10px 35px;
    font-size: 14px;
    background-size: 20px auto; }

  .kvSection {
    padding-bottom: 120px; }

  .newsSection .newsSection__title {
    padding: 0; }
    .newsSection .newsSection__title .title {
      font-size: 5vw;
      padding: 2vw; }
  .newsSection .subtitle {
    background-size: 100% 100%;
    font-size: 3vw; }

  .saveSection__list {
    background: none !important;
    padding: 0 !important;
    font-size: 14px; }
    .saveSection__list li {
      background-size: 25px auto;
      margin-bottom: 0px;
      padding: 5px 0px 10px 40px; }

  .saveInfoSection .saveSection__list {
    display: block;
    font-size: 14px; }
    .saveInfoSection .saveSection__list img {
      display: block;
      margin: 0 auto; }

  .saveNowSection {
    margin-bottom: 40px;
    padding-top: 60px; }
    .saveNowSection__title {
      top: -40px;
      padding: 11px 0 20px; }

  .saveLaterSection {
    margin-bottom: 40px;
    padding-top: 30px;
    background-size: 100% calc(100% + 15vw);
    background-position: center -15vw; }

  .saveInfoSection {
    margin-bottom: 150px;
    padding: 40px 0 20px; }

  .productsList {
    max-width: 350px; }

  .topProductsNow, .topProductsLater {
    margin-top: 40px; }

  .product {
    margin-bottom: 50px;
    width: 100% !important; }

  .productBig {
    margin: -20px 1% 45px;
    padding: 20px 20px 0; }

  .gangSection {
    margin-bottom: 90px;
    background: #E57B22; }
    .gangSection .gang__item {
      width: 100%;
      margin-bottom: 30px;
      font-size: 20px; }
      .gangSection .gang__item__power {
        height: 44px; }
      .gangSection .gang__item span {
        font-size: 38px; }
      .gangSection .gang__item img {
        display: block;
        margin: 0 auto; }
    .gangSection p {
      font-size: 12px; }
    .gangSection .sign {
      width: 100px;
      top: 100px; }

  .bookSection {
    margin-bottom: 90px;
    padding-bottom: 40px;
    background: #EDDA30; }
    .bookSection__sign {
      width: 110px;
      left: -10px;
      top: -70px; }
    .bookSection__content {
      padding: 80px 15px 120px; }
      .bookSection__content h3 {
        font-size: 16px; }
      .bookSection__content p {
        font-size: 14px; }
        .bookSection__content p.small {
          font-size: 12px; }
    .bookSection__img {
      width: 80%; }

  .videoSection {
    margin-bottom: 60px; }
    .videoSection__content {
      padding: 100px 0 40px; }

  .faqSection {
    margin-bottom: 50px; }
    .faqSection__item {
      margin-bottom: 10px; }
      .faqSection__item h4 {
        padding: 10px 50px 10px 20px;
        font-size: 14px; }
        .faqSection__item h4:after {
          width: 16px;
          top: 16px;
          right: 15px; }
      .faqSection__item .desc {
        padding: 0px 20px 22px 20px;
        font-size: 14px; }

  .productsSection {
    margin: 200px 0 0;
    padding: 80px 0 10px; }

  .faqSection.rules .rules-list .rules-list-elem {
    display: block; }
    .faqSection.rules .rules-list .rules-list-elem a {
      background-position: left 10px;
      font-size: 6vw; }
    .faqSection.rules .rules-list .rules-list-elem span {
      font-size: 4vw;
      padding-left: 10vw; }

  .akcjaVoucher__title .title {
    font-size: 4vw; }

  .waste-food .sekcja03 {
    padding-top: 5vw; }
    .waste-food .sekcja03 .waste-food__title {
      left: -4vw; }
    .waste-food .sekcja03 .lista {
      display: flex;
      flex-wrap: wrap;
      font-size: 3.2vw;
      justify-content: center;
      padding: 3vw 2vw;
      width: 90%; }
      .waste-food .sekcja03 .lista .punkt {
        left: auto !important;
        height: 37vw !important;
        margin: 3vw;
        position: relative;
        right: auto !important;
        top: auto !important;
        width: 37vw !important; }
        .waste-food .sekcja03 .lista .punkt.punkt01, .waste-food .sekcja03 .lista .punkt.punkt02 {
          font-size: 5.2vw; }
        .waste-food .sekcja03 .lista .punkt span {
          font-size: 5vw; }
        .waste-food .sekcja03 .lista .punkt.punkt06 img {
          right: -14vw; }
      .waste-food .sekcja03 .lista .slick-dots {
        display: block;
        list-style: none;
        margin: 0;
        max-width: 100%;
        padding: 0;
        position: absolute;
        right: auto;
        text-align: center;
        top: auto;
        transform: none;
        width: 100%; }
        .waste-food .sekcja03 .lista .slick-dots li {
          display: inline-block; } }
@media (max-width: 400px) {
  footer .footer__pdf a {
    padding-left: 20vw;
    background-size: 15vw;
    text-align: left; } }

/*# sourceMappingURL=responsive.css.map */
