

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


/* Выгодные цены */
.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 {
    width: 47% !important;
    display: flex !important;
    background: #FFFFFF;
    border-radius: 14px;
    align-items: center;
    justify-content: space-between;
    height: 320px !important;
    margin: 10px;
    overflow: hidden;
}

.best-price__pack {
    width: 50%;
    height: 100%;
    padding: 20px 30px 29px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

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

.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;
}

    /* .bg-angle {
        z-index: 1;
        border-radius: 0 10px 0 0;
        width: 30px;
        height: 30px;
        position: absolute;
        right: -15px;
        top: 50%;
        transform: translate(-50%, 0);
        transform: rotate(45deg);
    } */

    /* .bg-angle-cist {
        background: linear-gradient(19.2deg, #002F87 -9.02%, #CB007B 39.01%, rgba(247, 97, 175, 0.57) 103.8%);
    }

    .bg-angle-pp {
        background: linear-gradient(50.69deg, #002F87 -67.41%, #00C4B3 1.74%);
    }

    .bg-angle-hol {
        background: linear-gradient(170.23deg, #FF308D -0.22%, #FF5B31 210.95%);
    } */

/* .best-price__pack-bg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

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

.best-price__buy {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    /* justify-content: center;
    gap: 24px; */
    height: 100%;
}

.best-price__buy-row {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.best-price__buy-row a {
    width: 120px;
    height: 40px;
    display: flex;
    /* border: 0.88465px solid #05347F; */
    border-radius: 55.733px;
    font-weight: bold;
    font-size: 18px;
    color: #05347F;
    justify-content: space-evenly;
    align-items: center;
}

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

.best-price__buy-row a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

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

.swiper-pagination_bp {
    display: none;
}

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

    /* hover для цен */
    .bg-cist-hover:hover {
       background: linear-gradient(215.22deg, #002F87 -11.99%, #CB007B 39.84%, rgba(247, 97, 175, 0.57) 97.79%);
    }

    .bg-pp-hover:hover {
        background: linear-gradient(119.47deg, #00C4B3 25.05%, #002F87 107.05%);
    }

    .bg-hol-hover:hover {
        background: linear-gradient(234.23deg, #FF308D 6.78%, #FF5B31 78.95%);
    }

    .bg-gastro-hover: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 !important;    
        margin: 0;  
        width: 100% !important;
    }    
    /* .best-price__box:nth-child(2),
    .best-price__box:nth-child(3),
    .best-price__box:nth-child(4) {
        display: none;
    } */
    .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 !important;
    }
    .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 {
        width: 120px;
        height: 35px;
        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: 300px;
    }
    .best-price__box {
        flex-direction: column;   
        height: 520px !important;
        margin: 0;
    }
    .best-price__pack {
        width: 100%;
        height: auto;
        padding: 20px;
        flex-direction: column-reverse;
        height: 50%;
        justify-content: center;
    }
    .best-price__pack-img {
        max-width: 170px;
    }
    .best-price__pack-title {
        font-size: 17px;
        margin: 10px auto;
    }
    .best-price__buy {
        width: 100%;
        height: 45%;
    }
    /* .best-price__buy-row img {
        max-width: 90px;
    } */
    .best-price__buy-row a {
        width: 115px;
        height: 30px;
        font-size: 15px;
    }
    /* .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;
    }

    @media (max-width: 1200px) {
        .swiper-wrapper_bp {
            flex-wrap: nowrap;
            justify-content: space-between;
        }
    }  
    /*  */
/* ------- */

/* 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/without.prices/style.css?17464360105880 */
/* /local/templates/lactoflorene/components/bbc/elements.list/shops/style.css?17441998401254 */
