.porridge {
    margin: 0 -40px 40px;
}

.porridge__title {
    font-family: 'RotonBol';
    font-weight: normal;
    color: #31a8db;
    margin-bottom: 80px;
    font-size: 3.2rem;
    padding: 0 40px;
}

.porridge-wrapper {
    padding: 0 40px;
}

.porridge-content__wrapper {
    position: relative;
    min-height: 550px;
    background-size: cover;
    padding: 0 40px;
}

.porridge-content {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: flex-start;
}

.porridge-content__wrapper::after {
    content: '';
    position: absolute;
    bottom: -40px;
    left: 130px;
    background-image: url(/static/f/product/37/img/bo.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 180px;
    height: 300px;
}

.porridge__block {
    position: relative;
    font-size: 16px;
    text-align: center;
    font-weight: normal;
    line-height: 1.3;
    width: 24%;
    height: 190px;
    background: url(/static/f/product/37/img/poriggde-bg.svg) center top no-repeat;
    background-size: cover;
    padding: 47px 25px 38px;
    color: #fff;
    display: flex;
    align-items: center;
    border-radius: 40px 40px 40px 40px / 100px 100px 100px 100px;
    background: #0f67af;
}

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

.porridge__block:last-child {
    margin-right: 0;
}

.porridge__block:before {
    content: '';
    position: absolute;
    width: 89px;
    height: 90px;
    top: -56px;
    left: calc(50% - 45px);
    background: url(/static/f/product/37/img/nestle-icon-1.png);
}

.porridge__block.porridge__block--icon2:before {
    width: 135px;
    height: 69px;
    top: -40px;
    left: calc(50% - 67.5px);
    background: url(/static/f/product/37/img/nestle-icon-2_1.png);
}

.porridge__block.porridge__block--icon3:before {
    width: 149px;
    height: 75px;
    top: -40px;
    left: calc(50% - 75px);
    background: url(/static/f/product/37/img/nestle-icon-3_1.png);
}

.porridge-attention {
    position: relative;
    padding-left: 20px;
    margin-top: 20px;
}

.porridge-attention::before {
    content: '';
    position: absolute;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #31a8db;
}

.porridge-attention__title {
    font-family: 'RotonBol';
    font-weight: normal;
    color: #31a8db;
    font-size: 2.4rem;
    margin-bottom: 20px;
}

.porridge-attention__info {}

.porridge-attention__info p {}

.product-advantages {}

.product-advantages__inner {}

.product-advantages__title {
    font-family: 'RotonBol';
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 2rem;
    color: #31a8db;
}

.product-advantages__box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px -14px;
}

.product-advantages__item {
    padding: 0 14px;
}

.product-advantages__item img {
    width: 100%;
}

@media (max-width: 1200px) {
    .porridge-content__wrapper {
        padding: 0 20px;
        background-size: 100%;
        background-repeat: no-repeat;
    }
    .porridge-content__wrapper::after {
        left: 10%;
    }
    .porridge__block {
        padding: 80px 20px 20px;
        height: auto;
    }
    .porridge-content__wrapper .slick-slide {
        margin: 0 40px;
    }
    .porridge-content__wrapper .slick-list {
        padding-top: 60px;
        margin-top: -60px;
        padding-right: 40px;
    }
    .porridge .slick-dots {
        width: 100%;
        text-align: center;
        padding: 15px 0 0;
        margin: 0 0 0;
    }
    .porridge .slick-dots li {
        display: inline-block;
        vertical-align: middle;
        box-sizing: border-box;
        margin: 0 4px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #31a7da;
    }
    .porridge .slick-dots .slick-active {
        width: 6px;
        height: 6px;
    }
    .composition_content ul li::after {
        content: none;
    }
    .porridge .slick-dots button {
        display: none;
    }
    .composition_content .porridge ul li::after {
        content: none !important;
    }
    .porridge .slick-arrow {
        position: absolute;
        border-radius: 50%;
        background-color: #31a7da;
        width: 40px;
        height: 40px;
        z-index: 1;
        top: 50%;
        margin-top: -40px;
    }
    .porridge .slick-arrow.slick-arrow--prev {
        left: 0;
    }
    .porridge .slick-arrow.slick-arrow--next {
        right: 0;
        transform: rotate(180deg);
    }
    .porridge .slick-arrow::after {
        margin-left: -4px;
        border-color: #fff;
    }
}

@media (max-width: 1199px) {
    .product-advantages__item {
        padding: 0 7px;
    }
}

@media (max-width: 768px) {
    .porridge__block {
        padding-top: 60px;
    }
    .porridge-content__wrapper .slick-slide {
        margin: 0;
    }
    .porridge-content__wrapper .slick-list {
        padding: 60px 0 0;
    }
    .porridge__block {
        width: auto !important;
        padding: 60px 20px 20px;
    }
    .porridge .slick-arrow.slick-arrow--prev {
        left: -30px;
    }
    .porridge .slick-arrow.slick-arrow--next {
        right: -30px;
    }
    .porridge__title {
        padding: 0 20px;
        font-size: 2.4rem;
    }
    .porridge-wrapper {
        padding: 0 20px;
        margin-top: 0px;
        margin-top: -100px;
        margin-top: calc(-100px + (0 - -100)*((100vw - 320px)/(767 - 320)));
    }
    .porridge-content__wrapper {
        padding: 0 40px;
        background-position: center;
        min-height: calc(470px + (570 - 470)*((100vw - 320px)/(767 - 320)));
    }
    .porridge-content__wrapper::after {
        bottom: calc(-80px + (-20 - -80)*((100vw - 320px)/(767 - 320)));
        left: 10%;
        width: calc(75px + (200 - 75)*((100vw - 320px)/(767 - 320)));
    }
}

@media (max-width: 639px) {
    .product-advantages__box {
        margin: 10px -7px 0;
    }
}

@media (max-width: 500px) {
    .product-advantages__title {
        /* text-align: left; */
        font-size: 1.6rem;
        font-size: 2rem;
    }
}

.product-detail__cooking .product-detail__cooking-list{
    font-size: 0;
    padding-top: 25px;
    margin-bottom: 0;
}
.product-detail__cooking .product-detail__cooking-list li {
    position: relative;
    padding-bottom: 20px;
}
.product-detail__cooking .product-detail__cooking-list li:before{
    counter-increment: rd_nan_counter;
    content: counter(rd_nan_counter);
    display: block;
    position: absolute;
    top: 30px;
    left: -3px;
    color: #fff;
    background-color: #31a8db;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    font-family: 'RotonBol';
    border-radius: 50%;
    text-align: center;
}
.product-detail__cooking .product-detail__cooking-list li:last-child{
    padding-bottom: 0;
}
.product-detail__cooking .product-detail__cooking-ico{
    width: 85px;
    height: 85px;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    margin-left: 30px;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.product-detail__cooking .product-detail__cooking-text{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    width: calc(100% - 85px - 50px);
    line-height: 1.5;
}
.product-detail__cooking .product-detail__cooking-text b{
    font-family: Arial, sans-serif; 
    font-weight: 700;
}

.product-detail__cooking .product-detail__cooking-list li:after {
  content: none;
}

.rd-product-nan-cooking__box{
     counter-reset: rd_nan_counter;
}


@media (max-width: 639px) {
    .product-detail__cooking .product-detail__cooking-text {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .product-detail__cooking .product-detail__cooking-ico {
        margin-left: 40px;
    }

    .product-detail__cooking .product-detail__cooking-list li:before{
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 20px;
    }
}

@media (max-width: 500px) {
    .midle-product-info .midle-product-info-cell {
        height: 90px;
    }
}
.midle-product-info{
background:none;
}