.lst_stores {
height:270px;
}
.form-buynow__cell .os-content,
.form-buynow .lst_stores .stores {
background-color:#fff;
}

.nutrition-info table {
    width: 100%;
}

.nutrition-title {
    -webkit-border-radius: 60px 60px 0 0;
    border-radius: 60px 60px 0 0;
    padding-top: 20px;
}

.nutrition-title.nutrition-title--yellow {
    background-color: #fff4df;
}

.nutrition-title.nutrition-title--brown {
    background-color: #854b3a;
}

.nutrition-title th {
    font-weight: 700;
}

.nutrition-title.nutrition-title--brown th {
    color: #fff;
}

.nutrition-title th,
.nutrition-title th,
.nutrition-content td {
    border-right: 2px solid #b0aba0;
}

.nutrition-content td {
    background-color: #fff;
}

.nutrition-content td[colspan="3"] {
    background-color: #dadada;
    text-align: center;
    padding-left: 0 !important;
}

.nutrition-title th,
.nutrition-content td[colspan="3"] {
    font-weight: 900;
}

.nutrition-content td[colspan="3"] {
    text-align: center !important;
}

.nutrition-title th:last-child,
.nutrition-title td:last-child,
.nutrition-content td:last-child {
    border-right: none;
}

.nutrition-content td {
    color: #575e6d;
    font-weight: 600;
}

.nutrition-content td {
    position: relative;

    &::before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #b0aba0;
        left: 0;
        bottom: 0;
    }
}
.supplemented__ingre .table_chart_container .table_chart_content-wrapper {
    flex-grow: 1;
    max-width: 76%;
    right: 0;
    position: relative;
    pointer-events: auto;
    font-family: 'Nunito', sans-serif;
}

.nutrition-content tr:last-child td, .nutrition-content tr:nth-child(8) td {
    &::before {display: none;}
}
.nutrition-content tr:first-child, .nutrition-content tr:nth-child(9){
    border-top: 2px solid #b0aba0;
}
img.small_img_icon{
    position:absolute;
    bottom: -5%;
    left: -27%;
    width: 100px;
}
@media (min-width: 769px) {
    img.small_img_icon{
        width: 180px;
        left: -20%;
        bottom: -10%;
    }
    .supplemented__contact .bg_form_front {
        display:flex;
        justify-content:flex-end;
    }
    .nutrition-info {
        width:100%
    }
    .nutrition-title th {
        padding: 30px 0;
    }

    .nutrition-content td {
        padding: 1px 0;
        position: relative;
        font-size: 18px;
    }

    .nutrition-title th, .nutrition-content td[colspan="3"] {
        font-size: 20px;
    }

    .nutrition-content td[colspan="3"], .nutrition-title.nutrition-title--yellow th {
        color: #40495a;
    }

    .nutrition-title th:nth-child(1), .nutrition-content td:nth-child(1) {
        width: 50%;
        text-align: left;
        padding-left: 10%;
    }

    .nutrition-title th:nth-child(2), .nutrition-content td:nth-child(2) {
        width: 20%;
        text-align: center;
    }

    .nutrition-title th:nth-child(3), .nutrition-content td:nth-child(3) {
        width: 30%;
        text-align: center;
    }

    .nutrition-content td[colspan="3"] {
        &::before {
            width: 100% !important;
            left: 0 !important;
        }
    }

    .nutrition-content tr td:nth-child(1) {
        &::before {
            width: 84%;
            left: 18%;
        }
    }

    .nutrition-content tr td:nth-child(3) {
        &::before {
            width: 76%;
        }
    }

    .nutrition-info {
        width: 100%;
    }

    .nutrition-content {
        padding-bottom: 20px;
        background-color: #fff;
        -webkit-border-radius: 0 0 60px 60px;
        border-radius: 0 0 60px 60px;
        overflow: hidden;
    }
}

@media (max-width:1260px) {
    .supplemented__ingre .table_chart_container {
        width: 100%;
        right: 0;
    }

    .nutrition-title {
        padding-top: 15px;
        -webkit-border-radius: 30px 30px 0 0;
        border-radius: 30px 30px 0 0;
    }

    .nutrition-title th {
        padding: 15px 0;
    }

    .nutrition-title th,
    .nutrition-content td[colspan="3"] {
        font-size: 14px;
    }

    .nutrition-content td {
        font-size: 12px;
        line-height: normal;
    }

}

@media (max-width: 768px) {
    .nutrition-title {
        -webkit-border-radius: 15px 15px 0 0;
        border-radius: 15px 15px 0 0;
    }

    .nutrition-title th {
        padding: 10px 0;
    }

    .nutrition-content td {
        padding: 5px 0;
        position: relative;
        font-size: 9px;
        line-height: normal;
    }

    .nutrition-title th, .nutrition-content td[colspan="3"] {
        font-size: 10px;
    }

    .nutrition-content td[colspan="3"], .nutrition-title.nutrition-title--yellow th {
        color: #40495a;
    }

    .nutrition-title th:nth-child(1), .nutrition-content td:nth-child(1) {
        width: 50%;
        text-align: left;
        padding-left: 10%;
    }

    .nutrition-title th:nth-child(2), .nutrition-content td:nth-child(2) {
        width: 20%;
        text-align: center;
    }

    .nutrition-title th:nth-child(3), .nutrition-content td:nth-child(3) {
        width: 30%;
        text-align: center;
    }

    .nutrition-content td[colspan="3"] {
        &::before {
            width: 100% !important;
            left: 0 !important;
        }
    }

    .nutrition-content tr td:nth-child(1) {
        &::before {
            width: 84%;
            left: 18%;
        }
    }

    .nutrition-content tr td:nth-child(3) {
        &::before {
            width: 76%;
        }
    }

    .nutrition-content tr:last-child td {
        &::before {
            display: none;
        }
    }

    .nutrition-info {
        width: 100%;
    }

    .nutrition-content {
        padding-bottom: 10px;
        background-color: #fff;
        -webkit-border-radius: 0 0 15px 15px;
        border-radius: 0 0 15px 15px;
        overflow: hidden;
    }
}

.supplemented__news .inner {
    padding: 0 24px;
    max-width: 1218px;
    margin: 0 auto;
}

.supplemented__news {
    position: relative;
    padding: 95px 0 10px;
    overflow: hidden;
    z-index: 1;
    background-color: #fff;
    padding-bottom: 60px;
}

.supplemented__news::before {
    content: "";
    display: block;
    width: 100%;
    height: 202px;
    background: #f6ebda;
    background: linear-gradient(to bottom,#f6f5ef 0,rgba(0,0,0,0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}