.preferences_item .icon_lowcal.fa {
    font-size: inherit;
}

.g-wrapper {
    font: 16px/1.2 "Muller", Arial, sans-serif;
    color: #303d43;
}

.g-wrapper a {
    color: #0a7eb7;
    text-decoration: none;
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Muller", Arial, sans-serif;
}

.header_product_box .pb__h1 {
    margin-bottom: 0;
}

.g-wrapper {
    width: 1140px;
    margin: 0 auto;
}

.header_product_box {
    grid-column-start: span 9;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_product_box .rating {
    display: flex;
    align-items: center;
}

.reviews_link a {
    color: #6ca200;
}

.header_product_box .rating p {
    margin-bottom: 0;
    margin-right: 10px;
    position: relative;
    top: -3px;
}

.angled-arrow {
    background-color: #dfe4e8;
    border: none;
    cursor: pointer;
    position: relative;
    padding: 0;
}

.angled-arrow:hover {
    background-color: #cee9cc;
}

.angled-arrow[disabled], .angled-arrow[aria-disabled='true'] {
    cursor: not-allowed;
    filter: brightness(106%);
}

.angled-arrow[disabled]:hover, .angled-arrow[aria-disabled='true']:hover {
    background-color: #dfe4e8;
}


.angled-arrow::before {
    content: '';
    position: absolute;
    width: 1.5rem;
    height: 2rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url("/image/cache/wp/lp/icons/product-slider-arrows.webp");
    background-repeat: no-repeat;
}

.angled-arrow--left::before {
    background-position: 0 0;
}

.angled-arrow--right::before {
    background-position: -15px 0;
}

.pb__center1,.pb__center2 {
    display: contents;
}

.pb__img-wrap.st-non::before {
    position: absolute;
    background: rgba(0,0,0,0.7);
    width: 50%;
    height: 110px;
    z-index: 9;
    content: 'Товар временно недоступен для заказа';
    right: 0;
    top: 0;
    color: #eee;
    padding: 20px 25px 20px 20px;
    font-size: 20px;
    border-radius: 0 0 0 100px;
    cursor: not-allowed;
    text-align: right;
}

.pb__img-wrap .slick-track {
    margin-left: 0;
}

.pb__main-img {
    margin-bottom: 2rem;
}

.pb__secondary-imgs {
    position: relative;
}

@media screen and (max-width: 768px) {
    .pb__secondary-imgs {
        display: none;
    }
}

.pb__secondary-imgs .slick-list .slick-slide {
    border: 0.5rem solid transparent;
}

.pb__secondary-imgs .slick-list .slick-current {
    border-color: #cee9cc;
}

.pb__secondary-imgs__arrow-left {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 2.3rem;
    transform: translateX(calc((100% + 0.8rem) * -1))
}

.pb__secondary-imgs__arrow-right {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 2.3rem;
    transform: translateX(calc((100% + 0.8rem)))
}

    .pb__price-wrap.st-non {
    position: relative;
    }
    .pb__price-wrap.st-non::before {
    content: ' ';
    position: absolute;
    background: rgba(0,0,0,0.7);
    height: 110px;
    z-index: 9;
    top: 0;
    cursor: not-allowed;
    right: 0;
    width: 434px;
    }
    .prod-item__top.st-non-2::before {
    position: absolute;
    background: rgba(0,0,0,0.7);
    width: 70%;
    height: auto;
    z-index: 9;
    content: 'Товар временно недоступен для заказа';
    right: 0;
    top: 0;
    color: #eee;
    padding: 18px 20px 30px;
    font-size: 17px;
    border-radius: 0 0 0 50px;
    cursor: not-allowed;
    max-width: 240px;
    text-align: right;
    }
    .prod-item__bottom.st-non-2::before {
    position: absolute;
    width: 100%;
    background: rgba(0,0,0,0.8);
    height: 110px;
    z-index: 9;
    left: 0;
    content: ' ';
    bottom: 0;
    cursor: not-allowed;
    }   
    
        .floated_navigation {
            position: fixed;
            right: 0;
            top: 310px;
            z-index: 10;
            display: flex;
            flex-direction: column;
            align-items: flex-end;
        }
@media screen and (min-width: 1000px) {
  #consist, #description, #reviews {
    display: block !important;
  }
}

    


.g-wrapper .error_title {
    padding-top: 30px;
}

.crumbs {
    list-style: none;
    font-size: 12px;
    color: #000;
    padding: 17px 0;
    margin: 0 0 10px;
}

.crumbs__item {
    display: inline;
    margin-left: 8px;
}

.crumbs__item:first-child {
    margin-left: 0;
}

.crumbs__item a {
    color: #000;
    text-decoration: underline;
}

.crumbs__item:after {
    content: ">";
    margin-left: 8px;
    display: inline;
    color: #000;
}

.crumbs__item:last-child:after {
    display: none;
}


.product-block, .keytering-block {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    column-gap: 10px;
    row-gap: 10px;
    grid-row-gap: 10px;
    /* margin: -1px; */
}

.product-block {
    grid-template-rows: repeat(17, minmax(1px, min-content));
}

.keytering-block {
    grid-template-rows: repeat(9, minmax(1px, min-content));
}

a.back_section:link, a.back_section:visited {
    border: 3px solid #c2c2c2;
    line-height: 31px;
    color: #000;
    font-size: 12px;
    padding: 0 10px;
    text-decoration: none;
    margin: 10px 0;
    display: none;
}

h1 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1em;
    margin: 0 0 20px;
    text-transform: uppercase;
    color: #000 !important;
    letter-spacing: 3px;
}

.form-group.required.review_inputs_box {
    padding: 0 15px;
}

.col-sm-8.col-xs-12.rating-row {
    padding: 0;
    margin-top: 20px;
}

.reviews_product_box .buttons.clearfix .pull-left {
    display: flex;
    align-items: flex-start;
}

.file_upload_review {
    margin-left: 20px;
}

.reviews_product_box {
    grid-column-start: span 9;
}

@media screen and (max-width: 999px) {
    .pb__price-old #price_body{
        position: relative;
        top: 8px;
        padding-right: 10px;
    }
    h1 {
        font-size: 18px;
        line-height: 1.5em;
        text-align: center;
        margin: 20px;
    }
}

.pb__h1, .pb__reviews, .kb__h1, .kb__reviews, .kb__description {
    grid-column-start: span 9;
}



.pb__img-wrap, .kb__img-wrap {
    grid-column-start: span 6;
    position: relative;
    margin-right: 50px;
}

.pb__img-wrap {
    grid-row-start: span 14;
}

.kb__img-wrap {
    grid-row-start: span 8;
}


.pb__img-wrap, .kb__img-wrap {
    grid-column-start: span 6;
    position: relative;
    margin-right: 50px;
}

.pb__img-wrap {
    grid-row-start: span 14;
}


img {
    border: 0;
}

.pb__img, .kb__img {
    display: block;
    width: auto;
    max-width: 100%;
    height: 470px;
    max-height: 470px;
    margin: 0 auto;
}


.preferences_item {
    position: absolute;
    left: -15px;
    top: -10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 50px;
    z-index: 10;
    z-index: 0;
}

.pb__img-wrap .preferences_item, .kb__img-wrap .preferences_item {
    left: auto;
    right: -25px;
}

.preferences_item .new_icon {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    flex-basis: 50px;
    margin: 3px 0;
    background-position: center;
    background-size: contain;
    z-index: 10;
}

.preferences_item .icon_vegan {
    background-image: url("/image/catalog/stickers/vegan.svg");
}

.preferences_item .icon_highprotein {
    background-image: url("/image/catalog/stickers/highprotein.svg");
}

.preferences_item .icon_lowcal {
    background-image: url("/image/catalog/stickers/lowcal.svg");
}

.preferences_item .icon_new {
    background-image: url("/image/catalog/stickers/new.svg");
}
.preferences_item .icon_hot {
    background-image: url("/image/catalog/stickers/hot_product.svg");
}

.preferences_item .icon_nogluten {
    background-image: url("/image/catalog/stickers/nogluten.svg");
}

.preferences_item .icon_breakfast {
    background-image: url("/image/catalog/stickers/breakfast.svg");
}

.preferences_item .icon_dinner {
    background-image: url("/image/catalog/stickers/dinner.svg");
}

.preferences_item .icon_lunch {
    background-image: url("/image/catalog/stickers/lunch.svg");
}

.preferences_item .icon_sale {
    background-image: url("/image/catalog/stickers/sale.svg");
}

.preferences_item .icon_snack {
    background-image: url("/image/catalog/stickers/snack.svg");
}

.preferences_item .icon_spicy {
    background-image: url("/image/catalog/stickers/spicy.svg");
}
.preferences_item .icon_p72 {
    background-image: url("/image/catalog/stickers/p72.webp");
}
.preferences_item .icon_p48 {
    background-image: url("/image/catalog/stickers/p48.webp");
}
.preferences_item .icon_p24 {
    background-image: url("/image/catalog/stickers/p24.webp");
}

.pred_order_box {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.pred_order_box img {
    max-width: 50px;
}

.pred_order_box p {
    font-weight: bold;
    margin-left: 15px;
}

.pb__quantity {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}


.count__btn {
    width: auto;
    height: auto;
    border: none;
    background: transparent;
    margin: 0;
    padding: 5px;
    font-size: 28px;
    line-height: 1;
    font-weight: bold;
    font-style: normal;
}
.count__btn.count__btn-minus {
position:relative;
bottom: 2px;
}
.count__input {
    padding: 5px;
    border: 1px solid transparent;
    background: transparent;
    font-size: 26px;
    line-height: 1;
    font-weight: bold;
    font-style: normal;
    margin: 0;
    text-align: center;
}

.pb__price-wrap, .kb__price-wrap {
    grid-column-start: span 2;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.pb__price-wrap-off.st-non {
    content:" ";
    position: absolute;
    background: rgba(0,0,0,0.7);
    height: 110px;
    z-index: 9;
    top: 0;
    right: 0;
    width: 0;
}

.pb__price, .kb__price {
    font-size: 36px;
    line-height: 1;
    color: #000;
    font-weight: 900;
}

.pb__price-old, .kb__price-old {
    text-decoration: line-through;
    font-size: 17px;
    color: #b0b0b0;
    margin-top: -16px;
}




:root {
    --light-green: #6ca200;
}


.pb__span3 {
    grid-column-start: span 3;
}

.pb__hr {
    width: 100%;
    height: 1px;
    background: #ededed;
}

.pb__buttons {
    grid-column-start: span 3;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
}




.add-favorite {
    width: 44px;
    height: 44px;
    border: 1px solid #ededed;
    border-radius: 50%;
    padding: 6px 6px 3px 5px;
    background: transparent;
}

.add-favorite {
    width: 44px;
    height: 44px;
    border: 1px solid #ededed;
    border-radius: 50%;
    padding: 6px 6px 3px 5px;
    background: transparent;
}

.add-favorite:hover, .touchevents .add-favorite:active, .add-favorite.active {
    background: #f8e0e0;
}

.add-favorite:hover .st20, .touchevents .add-favorite:active .st20, .add-favorite.active .st20 {
    fill: #dd5e61;
}


svg:not(:root) {
    overflow: hidden;
}

.add-favorite svg {
    width: 100%;
    height: 100%;
}



.pb__buttons .one-click-form-tovar {
    background: transparent;
    border: 2px solid var(--light-green);
    color: var(--light-green);
    padding: 10px 20px 6px;
    font-size: 16px;
}

.pb__buttons .one-click-form-tovar:hover {
    background: var(--light-green);
    color: #fff;
}




.pb__buttons .detail-js-btn-basket {
    background: var(--light-green);
    border: 2px solid var(--light-green);
    color: #fff;
    text-transform: uppercase;
    padding: 10px 28px 6px;
    font-size: 16px;
}

.pb__buttons .detail-js-btn-basket:hover {
    background: transparent;
    color: var(--light-green);
}



.pb__w-c, .pb__weight, .pb__count, .pb__eac, .kb__w-c, .kb__weight, .kb__count-person, .kb__eac {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    font-family: Muller, serif;
    font-style: italic;
    line-height: 1;
}

.kb__w-c, .kb__weight, .kb__count-person, .kb__eac {
    font-size: 15px;
}

.pb__weight {
    margin-right: 25px;
}

.kb__weight {
    margin-right: 20px;
}

.pb__w-c-ico {
    width: 25px;
    height: 24px;
    background-repeat: no-repeat;
}

.kb__w-c-ico {
    width: 20px;
    height: 18px;
    background-repeat: no-repeat;
}

.pb__weight .pb__w-c-ico, .kb__weight .kb__w-c-ico {
    background-image: url(/image/catalog/icons/weight.svg);
    margin-right: 5px;
}

.kb__count-person .kb__w-c-ico {
    width: 18px;
    background-image: url(/image/catalog/icons/count-person.svg);
    margin-right: 5px;
}

.pb__w-c-g, .kb__w-c-g {
    margin-right: 5px;
    color: var(--light-green);
}

.pb__count .pb__w-c-ico {
    background-image: url(/image/catalog/icons/count.svg);
    margin-right: 5px;
}

.pb__eac, .kb__eac {
    margin-left: auto;
}

.pb__eac .pb__w-c-ico, .kb__eac .kb__w-c-ico {
    width: 22px;
    background-image: url(/image/catalog/icons/eac.svg);
}




.kb__gift {
    grid-column-start: span 3;
    display: grid;
    grid-template-columns: min-content 1fr;
    grid-template-rows: repeat(2, min-content);
    font-size: 14px;
}

.kb__gift:not(.gift-no-item) {
    background: #e6ffb3;
}

.kb__gift-img {
    grid-row-start: span 2;
    border: 1px solid transparent;
    border-radius: 50%;
    margin: 10px 20px 10px 10px;
}

.kb__gift-title {
    align-self: end;
    font-weight: bolder;
}

.kb__gift-link {
    align-self: start;
}

.kb__gift-link, .kb__gift-link:hover, .kb__gift-link:focus, .kb__gift-link:visited {
    color: #000 !important;
    text-decoration: none;
}




.mobile-only {
    display: none;
}

@media screen and (max-width: 999px) {
    .mobile-only {
        display: block;
    }


}

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

    .pb__price-wrap-off.st-non {
        height: 70px;
        top: -17px;
        left: -54px;
        width: calc(120vw);
        display: block;
    }

    .pb__center1 {
        width: 68%;
        display: flex!important;
        justify-content: flex-end;
    }

.pb__center2 {
    width: 54%;
    display: flex!important;
    justify-content: flex-end;
}
}

.pb__nut, .pb_energy, .pb__vit {
    font-weight: bold;
}

.pb__vit-sub {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
}

.pb__nut-sub, .pb__energy-sub {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    justify-self: flex-start;
    align-items: stretch;
    width: 80%;
    border: 1px solid #e6ffb3;
    text-align: center;
}

.pb__nut-sub-f, .pb__energy-sub-f {
    justify-self: start;
}

.pb__nut-sub span, .pb__energy-sub span, .pb__vit-sub span {
    padding: 5px;
    line-height: 1;
}

.pb__nut-sub :first-child, .pb__energy-sub :first-child {
    background: #e6ffb3;
}

.pb__energy-sub-l {
    border-color: transparent;
}


.pb__vit-sub span {
    background: #e6ffb3;
    padding: 5px;
    margin-right: 10px;
}



.kb__dish {
    grid-column-start: span 3;
    display: grid;
    grid-template-columns: 1fr repeat(2, minmax(1px, max-content));
    grid-template-rows: repeat(auto-fit, minmax(1px, min-content));
    row-gap: 5px;
    column-gap: 15px;
    font-size: 14px;
    margin-bottom: 10px;
}

.kb__dish div {
    text-align: center;
    align-self: center;
}
.kb__dish div:first-child {
    text-align: left;
}

.kb__gift {
    grid-column-start: span 3;
    display: grid;
    grid-template-columns: min-content 1fr;
    grid-template-rows: repeat(2, min-content);
    font-size: 14px;
}

.kb__dish-title {
    font-weight: bold;
}

.kb__dish a, .kb__dish a:hover, .kb__dish a:focus, .kb__dish a:visited {
    color: #000;
    text-decoration: none;
}
.kb__dish span {
    color: #000;
}


.product-block .social-list, .keytering-block .social-list {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
}

.social-list__title {
    font-size: 14px;
    margin: 14px 0 7px;
}

.product-block .social-list .social-list__title, .keytering-block .social-list .social-list__title {
    margin: 0 20px 0 0;
}

.social-list a:visited, .social-list a:link {
    display: inline-block;
    margin-right: 37px;
    text-decoration: none;
    color: #ffffff !important;
    font-size: 25px !important;
}

.product-block .social-list .social-list__item i, .keytering-block .social-list .social-list__item i {
    color: var(--light-green);
    font-size: inherit;
}

.pb__consist-wrap {
    grid-column-start: span 4;
}

.pb__consist {
    display: grid;
    grid-template-columns: max-content 1fr;
    grid-template-rows: repeat(auto-fit, minmax(1px, min-content));
    column-gap: 2rem;
    row-gap: 5px;
    margin-right: 3rem;
}

.pb__subtitle {
    margin: 20px 0 15px;
    font-size: 30px;
    color: #000;
}

.pb__consist .pb__subtitle, .pb__consist-hr {
    grid-column-start: span 2;
}

.pb__consist-item, .pb__consist-descr {
    font-size: 14px;
}

.pb__consist-hr {
    width: 100%;
    height: 1px;
    background-color: #ededed;
}


.pb__description {
    grid-column-start: span 5;
}

.pb__reviews .pb__subtitle, .pb__recommended .pb__subtitle, .pb__rr .pb__subtitle, .kb__reviews .pb__subtitle, .kb__recommended .pb__subtitle, .kb__rr .pb__subtitle {
    text-align: center;
}

@media only screen and (max-width: 999px) {
    .b-content-padding {
        width: 100%;
        margin: 0 auto;
    }
  
      .mobile-hide {
          display: none;
      }
  
  
  }
  
  
  
  
  @media screen and (max-width: 999px) {
      a.back_section:link,
      a.back_section:visited {
          display: inline-block;
      }
  }
  
  
  .mobile-only {
      display: none;
  }
  
  @media all and (max-width: 999px) {
    .g-page-wrapper {
      padding-top: 66px;
    }
  
    .mobile-hidden {
      display: none;
    }
  
    .mobile-only {
      display: block;
    }
  }
  
  .pb__nut-sub-l {
      justify-self: end;
  }
  
  /* mobile */
  
      
  @media all and (max-width: 999px) {
      
      body .b-content .product-cart .pb__nut-sub, body .b-content .product-cart .pb__energy-sub {
          width: 14%;
      }
      
      body .b-content .product-cart .pb__nut-sub.bp_nut-sub-uglevody {
          width: 18%;
      }
      
      div#reviews {
      width: 100%;
  }
      
      
      body .product-block .pb__consist > div {
          font-size: 19px;
      }
      
      body .product-block .pb__consist {
              column-gap: 5rem;
      row-gap: 8px;
      margin-right: 3rem;
      }
      
      body .product-block .pb__tab {
      width: 100%;
  }
      
      body .product-block .pb__buttons {
          flex-wrap: wrap;
          align-items: center;
      }
  
  
      .product-block, .keytering-block {
          display: grid;
          grid-template-columns: repeat(3, 1fr);
      }
  
      .product-block {
          grid-template-rows: repeat(14, minmax(1px, min-content));
      }
  
      .keytering-block {
          grid-template-rows: repeat(13, minmax(1px, min-content));
      }
  
  
      .pb__h1, .pb__reviews, .kb__h1, .kb__reviews,
      .kb__description, .pb__description, .back_section {
          grid-column-start: span 3;
  
      }
  
      .pb__h1, .kb__h1 {
          margin: 0 10px 0 0;
      }
  
      .pb__img-wrap, .kb__img-wrap {
          grid-column-start: span 3;
          position: relative;
          margin: 0 -10px 15px;
      }
  
      .pb__img-wrap {
          grid-row-start: span 1;
      }
  
      .kb__img-wrap {
          grid-row-start: span 1;
      }
  
      .pb__img, .kb__img {
          width: 100%;
          height: auto;
      }
  
      .pb__img-wrap .preferences_item,
      .kb__img-wrap .preferences_item {
          top: 0;
          left: 0;
          width: 50px;
          right: auto;
      }
  
      .pb__price-wrap,
      .kb__price-wrap {
          grid-column-start: span 2;
          display: flex;
          flex-direction: column;
          align-items: flex-end;
      }
  
      .pb__price-old,
      .kb__price-old {
          text-decoration: line-through;
          font-size: 15px;
          color: #b0b0b0;
          margin-top: -16px;
      }
  
      .pb__price,
      .kb__price {
          font-size: 28px;
          line-height: 1;
          color: #000;
          font-weight: 900;
      }
  
      .pb__buttons,
      .kb__buttons {
          grid-column-start: span 3;
          display: flex;
          flex-direction: row;
          flex-wrap: wrap;
          justify-content: space-between;
          align-items: stretch;
      }
  
      .add-favorite {
          width: 49px;
          height: 49px;
          border: 1px solid #ededed;
          border-radius: 50%;
          padding: 6px 6px 3px 5px;
          background: transparent;
      }
      
      body .product-block .pb__buttons .detail-js-btn-basket {
      width: max-content;
      margin: 0;
      flex-basis: auto;
      padding: 10px 15px;
      height: max-content;
  }
      
      body .product-block .pb__quantity {
      width: auto;
      height: 100%;
      display: flex;
      align-items: center;
      flex-direction: inherit;
      position: relative;
      top: 6px;
  }
      
      body .product-block .kb__dish {
          width: 100%;
      }
      
      .kb__gift:not(.gift-no-item) {
          width: 100%;
      }
      
      body .product-block .kb__dish-title {
      font-weight: bold;
      width: 120px;
  }
      
      body .product-block .pb__count {
          margin-right: 20px;
      }
          
      body .product-block .pb__w-c {
      width: auto;
      margin-right: 10px;
  }
      
      body .product-block .pb__w-c > div {
          margin-right: 10px;
      }
      
      body .product-cart .pb__price-wrap {
  flex-direction: inherit;
      align-items: center;
      margin: 0 20px;
      }
      body .product-cart .pb__price-wrap:before {
  cursor: auto;
  background:none;
      }
      body .add-favorite {
          margin-right: 0;
      }
  
      .pb__buttons .detail-js-btn-basket,
      .kb__buttons .detail-js-btn-basket {
          order: 1;
          width: 100%;
          flex-basis: 100%;
          margin: 20px 0;
          font-size: 17px;
          padding: 15px 0 10px;
      }
  
      .pb__buttons .add-favorite,
      .kb__buttons .add-favorite {
          order: 2;
      }
      
  body .product-block .add-favorite {
      margin-right: 0;
      margin-left: 0px;
      margin-bottom: 0;
      order: 4;
      }
  
      .pb__buttons .one-click-form-tovar,
      .kb__buttons .one_click_buy {
          order: 3;
          width: 75%;
          flex-basis: 75%;
          margin: 0 0 20px;
          font-size: 17px;
          padding: 15px 0 10px;
      }
      
      body .pb__buttons .one-click-form-tovar {
      padding: 10px 10px;
      width: auto;
      flex-basis: auto;
      margin: 0 20px;
          height: max-content;
  
      }
  
      .pb__span3 {
          grid-column-start: span 3;
      }
      .pb__nut, .pb_energy, .pb__vit {
          position: relative;
          top: 4px;
      }
      .pb__tab {
          display: grid;
          grid-template-columns: repeat(2, 1fr);
          grid-template-rows: 1fr;
          border: 2px solid var(--light-green);
          margin: 10px 0 25px;
      }
  
      .pb__tab .pb__tab-click {
          text-align: center;
          color: var(--light-green);
          padding: 7px;
          position: relative;
      }
  
      .pb__tab-d {
          grid-template-columns: repeat(3, 1fr);
      }
  
      .pb__tab-click.active {
          background: var(--light-green);
          color: #fff;
      }
  
      .pb__tab-click.active:before {
          content: '';
          position: absolute;
          left: calc(50% - 10px);
          bottom: -10px;
          width: 0;
          height: 0;
          border: 10px solid transparent;
          border-top-color: var(--light-green);
          border-bottom: 0;
      }
  
      .pb__energy-sub {
          display: none;
      }
  
      .pb__ne-descr {
          text-align: center;
          position: relative;
          width: 100%;
          top: 0;
      }
  
      .pb__consist-wrap {
          grid-column-start: span 3;
      }
      .g-wrapper {
          width: 728px;
      }
  }
@media screen and (max-width: 1200px) {
    
    .pb__price-wrap.st-non::before {
        content: ' ';
        position: absolute;
        background: rgba(0,0,0,0.7);
        height: 154px;
        z-index: 9;
        top: 0;
        cursor: not-allowed;
        right: 0;
        width: 374px;
    }
    body .pb__img-wrap .pb__img {
        width: 100%;
    }
    
}

@media only screen and (max-width: 999px) {
    .b-content-padding {
        width: 100%;
        margin: 0 auto;
    }
  
      .mobile-hide {
          display: none;
      }
  
  
  }
  
  
  
  
  @media screen and (max-width: 999px) {
      a.back_section:link,
      a.back_section:visited {
          display: inline-block;
      }
  }
  
  
  .mobile-only {
      display: none;
  }
  
  @media all and (max-width: 999px) {
    .g-page-wrapper {
      padding-top: 66px;
    }
  
    .mobile-hidden {
      display: none;
    }
  
    .mobile-only {
      display: block;
    }
  }
  
  .pb__nut-sub-l {
      justify-self: end;
  }
  
  /* mobile */
  
      
  @media all and (max-width: 999px) {
      
      body .b-content .product-cart .pb__nut-sub, body .b-content .product-cart .pb__energy-sub {
          width: 14%;
      }
      
      body .b-content .product-cart .pb__nut-sub.bp_nut-sub-uglevody {
          width: 18%;
      }
      
      div#reviews {
      width: 100%;
  }
      
      
      body .product-block .pb__consist > div {
          font-size: 19px;
      }
      
      body .product-block .pb__consist {
              column-gap: 5rem;
      row-gap: 8px;
      margin-right: 3rem;
      }
      
      body .product-block .pb__tab {
      width: 100%;
  }
      
      body .product-block .pb__buttons {
          flex-wrap: wrap;
          align-items: center;
      }
  
  
      .product-block, .keytering-block {
          display: grid;
          grid-template-columns: repeat(3, 1fr);
      }
  
      .product-block {
          grid-template-rows: repeat(14, minmax(1px, min-content));
      }
  
      .keytering-block {
          grid-template-rows: repeat(13, minmax(1px, min-content));
      }
  
  
      .pb__h1, .pb__reviews, .kb__h1, .kb__reviews,
      .kb__description, .pb__description, .back_section {
          grid-column-start: span 3;
  
      }
  
      .pb__h1, .kb__h1 {
          margin: 0 10px 0 0;
      }
  
      .pb__img-wrap, .kb__img-wrap {
          grid-column-start: span 3;
          position: relative;
          margin: 0 -10px 15px;
      }
  
      .pb__img-wrap {
          grid-row-start: span 1;
      }
  
      .kb__img-wrap {
          grid-row-start: span 1;
      }
  
      .pb__img, .kb__img {
          width: 100%;
          height: auto;
      }
  
      .pb__img-wrap .preferences_item,
      .kb__img-wrap .preferences_item {
          top: 0;
          left: 0;
          width: 50px;
          right: auto;
      }
  
      .pb__price-wrap,
      .kb__price-wrap {
          grid-column-start: span 2;
          display: flex;
          flex-direction: column;
          align-items: flex-end;
      }
  
      .pb__price-old,
      .kb__price-old {
          text-decoration: line-through;
          font-size: 15px;
          color: #b0b0b0;
          margin-top: -16px;
      }
  
      .pb__price,
      .kb__price {
          font-size: 28px;
          line-height: 1;
          color: #000;
          font-weight: 900;
      }
  
      .pb__buttons,
      .kb__buttons {
          grid-column-start: span 3;
          display: flex;
          flex-direction: row;
          flex-wrap: wrap;
          justify-content: space-between;
          align-items: stretch;
      }
  
      .add-favorite {
          width: 49px;
          height: 49px;
          border: 1px solid #ededed;
          border-radius: 50%;
          padding: 6px 6px 3px 5px;
          background: transparent;
      }
      
      body .product-block .pb__buttons .detail-js-btn-basket {
      width: max-content;
      margin: 0;
      flex-basis: auto;
      padding: 10px 15px;
      height: max-content;
  }
      
      body .product-block .pb__quantity {
      width: auto;
      height: 100%;
      display: flex;
      align-items: center;
      flex-direction: inherit;
      position: relative;
      top: 6px;
  }
      
      body .product-block .kb__dish {
          width: 100%;
      }
      
      .kb__gift:not(.gift-no-item) {
          width: 100%;
      }
      
      body .product-block .kb__dish-title {
      font-weight: bold;
      width: 120px;
  }
      
      body .product-block .pb__count {
          margin-right: 20px;
      }
          
      body .product-block .pb__w-c {
      width: auto;
      margin-right: 10px;
  }
      
      body .product-block .pb__w-c > div {
          margin-right: 10px;
      }
      
      body .product-cart .pb__price-wrap {
  flex-direction: inherit;
      align-items: center;
      margin: 0 20px;
      }
      body .product-cart .pb__price-wrap:before {
  cursor: auto;
  background:none;
      }
      body .add-favorite {
          margin-right: 0;
      }
  
      .pb__buttons .detail-js-btn-basket,
      .kb__buttons .detail-js-btn-basket {
          order: 1;
          width: 100%;
          flex-basis: 100%;
          margin: 20px 0;
          font-size: 17px;
          padding: 15px 0 10px;
      }
  
      .pb__buttons .add-favorite,
      .kb__buttons .add-favorite {
          order: 2;
      }
      
  body .product-block .add-favorite {
      margin-right: 0;
      margin-left: 0px;
      margin-bottom: 0;
      order: 4;
      }
  
      .pb__buttons .one-click-form-tovar,
      .kb__buttons .one_click_buy {
          order: 3;
          width: 75%;
          flex-basis: 75%;
          margin: 0 0 20px;
          font-size: 17px;
          padding: 15px 0 10px;
      }
      
      body .pb__buttons .one-click-form-tovar {
      padding: 10px 10px;
      width: auto;
      flex-basis: auto;
      margin: 0 20px;
          height: max-content;
  
      }
  
      .pb__span3 {
          grid-column-start: span 3;
      }
      .pb__nut, .pb_energy, .pb__vit {
          position: relative;
          top: 4px;
      }
      .pb__tab {
          display: grid;
          grid-template-columns: repeat(2, 1fr);
          grid-template-rows: 1fr;
          border: 2px solid var(--light-green);
          margin: 10px 0 25px;
      }
  
      .pb__tab .pb__tab-click {
          text-align: center;
          color: var(--light-green);
          padding: 7px;
          position: relative;
      }
  
      .pb__tab-d {
          grid-template-columns: repeat(3, 1fr);
      }
  
      .pb__tab-click.active {
          background: var(--light-green);
          color: #fff;
      }
  
      .pb__tab-click.active:before {
          content: '';
          position: absolute;
          left: calc(50% - 10px);
          bottom: -10px;
          width: 0;
          height: 0;
          border: 10px solid transparent;
          border-top-color: var(--light-green);
          border-bottom: 0;
      }
  
      .pb__energy-sub {
          display: none;
      }
  
      .pb__ne-descr {
          text-align: center;
          position: relative;
          width: 100%;
          top: 0;
      }
  
      .pb__consist-wrap {
          grid-column-start: span 3;
      }
      .g-wrapper {
          width: 728px;
      }
  }

@media screen and (max-width: 1279px) {
    .g-wrapper {
        width: 980px;
    }
}



/* response */

@media screen and (max-width: 1279px) {
    .b-content {
        margin-left: 0;
        margin-right: 0;
    }
}

@media print {
    .b-content {
        margin-left: 0;
        margin-right: 0;
    }
}




@media print {
    .b-content-padding {
        padding-top: 0;
        margin-top: 0;
    }
}


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

    body .b-content .product-cart .pb__nut-sub, body .b-content .product-cart .pb__energy-sub {
    width: auto;
    }

  .b-content-padding {
      width: 100%;
      margin: 0 auto;
    }

    .crumbs {
        display: none;
    }

    #back-to-top {
        display: none;
    }

    .desctop-hide {
        display: block;
    }

    .mobile-hide {
        display: none;
    }

    .g-wrapper {
        width: 100%;
    }

    .g-page-wrapper {
        width: 640px;
        margin: 0 auto;
    }

    .g-no-phone {
        display: none;
    }

    .g-only-phone:not(.mobile__filter) {
        display: block;
    }

    .b-content {
        box-sizing: border-box;
        width: 100%;
        padding-left: 40px;
        padding-right: 40px;
        overflow: hidden;
    }

    .b-content__main {
        width: 100%;
    }

    .b-content-padding {
        padding-top: 0;
        margin-top: 0;
    }

    .b-content__print {
        display: none;
    }

    .b-content__basket {
        float: none;
        width: auto;
    }

    .b-content__basket-aside {
        float: none;
        width: auto;
        margin: 0 0 25px;
    }

    body {
        min-width: 320px;
    }

    h2 {
        line-height: normal;
    }

    .first-letter {
        margin: 0 !important;
        display: inline-block;
    }

    .first-letter:first-letter {
        text-transform: uppercase;
    }
    
    body:not(.common-home) .b-content-padding .g-wrapper {
        width: 100%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 749px) {
    .b-content-padding {
        padding-top: 0;
        margin-top: 0;
    }
    body .b-content .product-cart .pb__nut-sub.bp_nut-sub-uglevody {
        width: auto;
    }
    body .product-cart .pb__price-wrap {
        margin-left: 10px;
        margin-right: 0;
    }
    .g-wrapper {
        width: 90%;
        /*padding: 0 20px;*/
        min-width: 30px;
    }
}
@media only screen and (max-width: 718px) {

body .product-block .pb__buttons {
    width: 100%; 
 }
 body .pb__buttons .one-click-form-tovar {
     margin: 0;
     width: 44%;
 }
 body .product-block .pb__buttons .detail-js-btn-basket {
     width: 44%;
 }
 
 .pb__price-wrap-off.st-non {
    height: 120px;
    
    }
}

@media only screen and (max-width: 704px) {
    body .product-block .pb__quantity {
        top: 2px;
        }

}

@media only screen and (max-width: 639px) {
    body .pb__buttons .one-click-form-tovar {
        margin: 0;
        width: 43%;
    }
    body .product-block .pb__buttons .detail-js-btn-basket {
        width: 43%;
    }
    .b-content {
        padding-left: 10px;
        padding-right: 10px;
    }

  .b-content-padding  {
      width: 100%;
  }

}


@media all and (max-width: 700px) {

    .pb__center1 {
        width: 68%;
    }

    .pb__center2 {
        width: 55%;
    }
    
}

@media all and (max-width: 480px) {

    .pb__price-wrap-off.st-non {
        height: 178px;
        left: -200px;
        }
    .pb__center1 {
        width: auto;
}

    .pb__center2 {
        width: auto;
    }

    body .product-block, body .keytering-block {
        justify-content: center;
    }
    
    body .product-block.product-cart .pb__ne-descr {

    }
    
    body .product-block .pb__buttons {
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}
    
    body .product-block .add-favorite {
        margin-top: 10px;
    }
    
    body .product-block .pb__buttons .detail-js-btn-basket {
        font-size: 17px;
        width: 100%;
    }
    
    body .pb__buttons .one-click-form-tovar {
        margin: 0;
        font-size: 17px;
        margin-top: 10px;
        order: 4;
        width: 80%;
    }
    
    body .product-block .kb__dish-title {
        font-weight: bold;
        width: 80px;
    }
    
        body .product-block .pb__consist {
        margin-right: 0;
        grid-template-columns: auto;
    }
    
    body .product-block .pb__consist > div {
        font-size: 16px;
    }
    
}

    @media screen and (max-width: 450px) {
    body .product-block .pb__quantity {
        top: 2px;
        }
        .pb__price-wrap-off.st-non {
            left: -150px;
            }
    }


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

            .pb__price-wrap-off.st-non {
                left: -105px;
                }
            }
    @media screen and (max-width: 999px) {
        .floated_navigation {
            display: none !important;
        }
        .pb__img-wrap.st-non::before {
        	height: auto;
        	padding: 20px 20px 30px 35px;
        }
        .pb__price-wrap.st-non::before {
        	width: calc(100vw - 20px);
			height: 220px;
        }
        .pb-t-1 {
        	    grid-template-columns: repeat(1, 1fr);
        }
        .pb-t-2 {
        	    grid-template-columns: repeat(2, 1fr);
        }
    }
    
    @media screen and (max-width: 600px) {
    	.social-list a:visited, .social-list a:link {
			margin-right:30px;    	
    	}
    }	

    .floated_navigation a:link,
    .floated_navigation a:visited {
        display: block;
        margin-bottom: 10px;
        width: auto;
        border: 3px solid var(--light-green);
        border-right: 0;
        background: #fff;
        color: var(--light-green);
        text-decoration: none;
        font-size: 9px;
        text-transform: uppercase;
        padding: 0 17px;
        transition: all .3s linear;
        text-align: center;
        line-height: 23px;
    }

    .floated_navigation a:link.mPS2id-highlight-first,
    .floated_navigation a:visited.mPS2id-highlight-first {
        font-size: 13px;
        line-height: 39px;
        background: var(--light-green);
        color: #fff;
        padding: 0 50px;
    }

    .floated_navigation a:hover {
        background: var(--light-green);
        color: #fff;
    }

    .violet .floated_navigation a:link,
    .violet .floated_navigation a:visited {
        border-color: #005825;
        color: #005825;
    }

    .violet .floated_navigation a:link.mPS2id-highlight-first,
    .violet .floated_navigation a:visited.mPS2id-highlight-first {
        border-color: #4eb097;
        background: #4eb097;
        color: #fff;
    }

    .violet .floated_navigation a:hover {
        background: #005825;
        color: #fff;
    }

    .floated_navigation {
        display: grid;
        grid-template-columns: 190px;
        grid-template-rows: repeat(auto-fit, minmax(1px, min-content));
    }

    .floated_navigation a {
        white-space: nowrap;
    }

    .floated_navigation a:link.mPS2id-highlight-first {
        padding: 0;
        margin-left: -20px;
    }

    .pb__img-wrap{
      grid-row-start: span 15;
    }
    
    @keyframes readmore-animation-cf69iv2V6CtcpyDDjutBFA {50%{max-height:20em;}100%{max-height:1000em;}}
#readmore-cf69iv2V6CtcpyDDjutBFA { overflow:hidden;position:relative;}
#readmore-cf69iv2V6CtcpyDDjutBFA::after {position:absolute;bottom:0;background:linear-gradient(to top, #fff 5%, transparent);content:" ";display:block;width:100%;transition:1s;}
#readmore-checkbox-cf69iv2V6CtcpyDDjutBFA {display:none;}
#readmore-checkbox-cf69iv2V6CtcpyDDjutBFA:checked ~ #readmore-cf69iv2V6CtcpyDDjutBFA {animation:readmore-animation-cf69iv2V6CtcpyDDjutBFA 1s ease-in forwards;}
#readmore-checkbox-cf69iv2V6CtcpyDDjutBFA:checked ~ #readmore-cf69iv2V6CtcpyDDjutBFA::after {height:0px;}
#readmore-checkbox-cf69iv2V6CtcpyDDjutBFA ~ label[for="readmore-checkbox-cf69iv2V6CtcpyDDjutBFA"]:after { content:"Читать далее"; }
#readmore-checkbox-cf69iv2V6CtcpyDDjutBFA:checked ~ label[for="readmore-checkbox-cf69iv2V6CtcpyDDjutBFA"]:after { content:"Свернуть"; }
#readmore-checkbox-cf69iv2V6CtcpyDDjutBFA.uninitialized ~ label[for="readmore-checkbox-cf69iv2V6CtcpyDDjutBFA"] { display: none; }
#readmore-checkbox-cf69iv2V6CtcpyDDjutBFA.uninitialized ~ #readmore-cf69iv2V6CtcpyDDjutBFA::after { display:none; }
label[for="readmore-checkbox-cf69iv2V6CtcpyDDjutBFA"]:hover {
  color: #fff;
  background: #6ca200;
}
label[for="readmore-checkbox-cf69iv2V6CtcpyDDjutBFA"] { 
  cursor: pointer;
  display: inline-block;
  margin-bottom: 10px;
  color: #6ca200;
  border: 2px solid #6ca200;
  padding: 10px 20px 6px;
  font-size: 16px;
  background: transparent;
  font-family: Arial;
}
#readmore-cf69iv2V6CtcpyDDjutBFA { max-height:auto; }
#readmore-cf69iv2V6CtcpyDDjutBFA::after { height: 150px; }
@media screen and (max-width:768px)
{
  label[for="readmore-checkbox-cf69iv2V6CtcpyDDjutBFA"] { display: none; }
  #readmore-checkbox-cf69iv2V6CtcpyDDjutBFA { display:none; }
  #readmore-cf69iv2V6CtcpyDDjutBFA::after { display:none; }
  #readmore-cf69iv2V6CtcpyDDjutBFA { max-height:none !important; }
  #readmore-checkbox-cf69iv2V6CtcpyDDjutBFA:checked ~ #readmore-cf69iv2V6CtcpyDDjutBFA { animation: none; }
}
