

/* Start:/local/components/main.components/best.prices/templates/three.shops.without.prices/style.css?17739258446798*/
.best-price__anchor {
    position: absolute;
    top: -240px;
}


/* Выгодные цены */
.grey-block_bp {
    overflow: hidden;
}

.best-price {
    margin: 20px auto;
    max-width: 1160px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.best-price img {
    width: 100%;
}

.best-price__box {    
    display: flex;
    background: #FFFFFF;
    border-radius: 14px;
    align-items: center;
    justify-content: space-between;
    height: 320px;
    margin: 10px;
    overflow: hidden;
}

.best-price__pack {
    width: 44%;
    height: 100%;
    padding: 20px 30px 29px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    background: linear-gradient(51deg, #002F87 10.59%, #00C4B3 51.74%);
}

.best-price__pack svg {
    display: none;
}

.best-price__pack-title {
    font-family: 'DINRoundPro', sans-serif;
    color: white;
    font-size: 18px;
    z-index: 1;
}

.best-price__pack-title b {
    font-size: 23px;  
}

.best-price__pack-img {
    max-width: 200px;
    margin: 0 auto;
    z-index: 1;
}

.best-price__pack-img img {
    width: 100%;
}

.best-price__pack svg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.best-price__buy {
    width: 56%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 100%;
    padding: 0 28px;
}

.best-price__buy-row {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    border-bottom: 1px solid;
    padding: 30px 0;
}

.best-price__buy-row:last-child {
    border: none;
}

.best-price__buy-row img {
    width: 100%;
    max-width: 90px;
}

.best-price__buy-row a {
    width: 120px;
    height: 38px;
    display: flex;
    border: 0.88465px solid #05347F;
    border-radius: 55.733px;    
    font-size: 13px;
    text-transform: uppercase;
    color: #05347F;
    justify-content: space-evenly;
    align-items: center;
    font-family: 'DINRoundPro-Medi', sans-serif;
}

.best-price__buy-row a svg {
    width: 24px;
    height: 24px;    
}

.best-price__buy-row a:hover {
    text-decoration: none;
    color: #FFFFFF;
    border: none;
    stroke: #FFFFFF; 
}

.best-price__buy-row a img {
    max-width: 20px;
} 

.swiper-pagination_bp {
    display: none;
}

.swiper-wrapper_bp {
    justify-content: center;
}

        /* цветовые стили для каждого продукта */
    .product-colesterolo .best-price__pack,
    .product-colesterolo_tabs .best-price__pack {
        background: linear-gradient(234deg, #FF308D 6.78%, #FF5B31 78.95%);
    }

    .product-cist .best-price__pack {
        background: linear-gradient(19deg, #002F87 -9.02%, #CB007B 39.01%, rgba(247, 97, 175, 0.57) 103.8%);
    }

    .product-panciapiatta .best-price__pack {
        background: linear-gradient(51deg, #002F87 10.59%, #00C4B3 51.74%);
    }

    .product-gastro .best-price__pack {
        background: linear-gradient(139deg, #008DBC 38.89%, #57C0D4 78.47%);
    }

    .product-colesterolo .best-price__buy-row,
    .product-colesterolo_tabs .best-price__buy-row {
        border-color: #FFDCDE;
    }

    .product-cist .best-price__buy-row {
        border-color: #F5E2EF;
    }

    .product-panciapiatta .best-price__buy-row {
        border-color: #D1F4F1;
    }

    .product-gastro .best-price__buy-row {
        border-color: #C0E3EE;
    }

    .product-cist .best-price__buy-row a:hover {
       background: linear-gradient(215.22deg, #002F87 -11.99%, #CB007B 39.84%, rgba(247, 97, 175, 0.57) 97.79%);
    }

    .product-panciapiatta .best-price__buy-row a:hover {
        background: linear-gradient(119.47deg, #00C4B3 25.05%, #002F87 107.05%);
    }

    .product-colesterolo .best-price__buy-row a:hover,
    .product-colesterolo_tabs .best-price__buy-row a:hover {
        background: linear-gradient(234.23deg, #FF308D 6.78%, #FF5B31 78.95%);
    }

    .product-gastro .best-price__buy-row a:hover {
        background: linear-gradient(139deg, #57C0D4 21.04%, #008DBC 60.38%);
    }  
 
    /*  */

@media (max-width: 1200px) {    
    .best-price {
        max-width: 530px;
        overflow: hidden;
        position: relative;
        padding: 0 0 40px;
    }
    .best-price__box {
        height: 310px;    
        margin: 0;         
    }    
    .best-price {
        justify-content: center;
    }
    .best-price__pack svg {
        height: 312px;
        width: 263px;
    }
    .swiper-pagination_bp {
        display: block;
    }
}

@media (max-width: 768px) {
    .best-price {
        max-width: 450px;
    }
    .best-price__box {
        height: 260px;
    }
    .best-price__pack-title {
        font-size: 15px;
    }
    .best-price__pack-img {
        max-width: 160px;
    }
    .best-price__pack svg {
        height: 260px;
        width: 220px;
    }
    .best-price__buy-row a {       
        height: 27px;
        font-size: 12px;
    }
    .best-price__buy-row a img {
        max-width: 16px;
    }
    .best-price__buy-row img {
        max-width: 80px;
    }
}

@media (max-width: 500px) {
    .best-price {
        max-width: 320px;
        margin: 20px auto 0;
        overflow: visible;
    }
    .best-price__box {
        flex-direction: column;   
        height: 600px;
        margin: 0 auto;
        width: 95%;
    }
    .best-price__pack {
        width: 100%;      
        padding: 0 20px 20px;     
        height: 38%;
        justify-content: center;
    }
    .best-price__pack-img {
        max-width: 230px;
        margin-bottom: -123px;
    }
    .best-price__pack-title {
        font-size: 17px;
        margin: 10px auto;
    }
    .best-price__buy {
        width: 100%;
        height: 50%;
        padding: 0 22px;
    }
    .best-price__buy-row img {
        max-width: 90px;
    }
    .best-price__buy-row a {
        height: 38px;
        font-size: 14px;
    }
    .best-price__buy-row a img {
        max-width: 19px;
    }
    .best-price__pack svg {
        transform: rotate(90deg);
        height: auto;
        top: -33px;
        width: 100%;
    }
}

    /* Слайдер для лучших цен */
    .swiper-wrapper_bp {
        flex-wrap: wrap;
    }

    .best-price .swiper-slide {
        width: 47%;
    }

    @media (max-width: 1200px) {
        .swiper-wrapper_bp {
            flex-wrap: nowrap;
            justify-content: space-between;
        }
        .best-price .swiper-slide {
            width: 100%;
        }
    }  

    @media (max-width: 500px) {
        .best-price .swiper-slide {
            width: 100%;
        }
    }

    
    /*  */
/* ------- */

.bp-ltb {
    color: inherit;
    text-decoration: underline;
}

.bp-ltb:hover {
    text-decoration: none;
}

/* End */


/* Start:/local/templates/lactoflorene/components/bbc/elements.list/shops/style.css?17441998401254*/
/* А еще  */

.points_sale {
    max-width: 780px;
    margin: 15px auto;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.points_sale a {
    width: 24%;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 175px;
    height: 65px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.09);
    box-shadow: 0px 0px 17px #E5E6F2;
    border-radius: 63px;
    margin: 10px 5px;
}

.points_sale a:hover {
    box-shadow: 0px 0px 16px #979BCF;
}

.points_sale a img {
    width: 75%;
    height: 85%;
    object-fit: contain;
}

@media (max-width: 768px) {
    .points_sale {
        max-width: 490px;
    }
    .points_sale a {
        width: 33.333%;
        max-width: 140px;
        height: 55px;
        margin: 7px 3px;
    }
    .points_sale a img {
        max-width: 100px;
    }
}

@media (max-width: 500px) {
    .points_sale {
        max-width: 350px;
    }
    .points_sale a {
        max-width: 105px;
        height: 40px;
    }
    .points_sale a img {
        max-width: 75px;
    }
}

@media (max-width: 400px) {
    .points_sale a {
        max-width: 85px;
        height: 37px;
    }
    .points_sale a img {
        max-width: 60px;
    }
}


/* ------ */
/* End */
/* /local/components/main.components/best.prices/templates/three.shops.without.prices/style.css?17739258446798 */
/* /local/templates/lactoflorene/components/bbc/elements.list/shops/style.css?17441998401254 */
