
/* + Хиты продаж*/
.box-hit{
    background-color: #fdf5e8;
    background-image: url(/images/index/bg-hit-1.svg), url(/images/index/bg-hit-2.svg);
    background-position: 100px 119px, 95% 417px;
    background-repeat: no-repeat, no-repeat;
    background-size: auto auto,auto auto;
}
/* - Хиты продаж*/
/* + Новинки*/
.box-new, .box-hit{
    min-height: 750px;
    padding: 50px 0;
    width: 100%;
    justify-content: center;
    display: flex;
    position: relative;
}
.box-new{
    background-color: #bbd073;
    background-image: url(/images/index/bg-new-1.svg), url(/images/index/bg-new-2.svg);
    background-position: 47px 243px, 88% 210px;
    background-repeat: no-repeat, no-repeat;
    background-size: auto auto,auto auto;
}
.box-new .points-nav{
    transform: rotate(-180deg);
}
.points-nav{
    position: absolute;
    bottom: -32px;
    width: 64px;
    height: 64px;
    background: rgba(255,255,255,.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
    left: 50%;
    margin-left: -32px;
}
.points-nav:before{
    content: '';
    display: block;
    border-radius: 50%;
    box-shadow: 0 0 2px rgba(0,0,0,.2);
    width: 50px;
    height: 50px;
    background: #fff url('/images/index/arr-red.svg') center center no-repeat;
    transition: .3s;
}
.points-nav:hover:before{
    box-shadow: 0 4px 15px rgba(0,0,0,.2);
}
/* - Новинки*/

.delivery-info {
    background: #4E4945;
    width: 100%;
    padding: 40px 20px 30px;
}

.delivery-info__text {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    color: #fff;
}
.delivery-info__big, .delivery-info__min {
    width: 100%;
    text-align: center;
}
.delivery-info__big {
    font-size: 20px;
    font-weight: 500;
}
.delivery-info__min {
    font-weight: 400;
    font-size: 16;
    font-style: italic;
    opacity: .5;
    margin-top: 5px;
}

/* + Дизайн на 23 февраля */
.date-23-feb .box-header-bottom {
	background: linear-gradient(to bottom,#757f40 10%,#506b3f 50%);
}

.date-23-feb .wrap-fixed-menu {
    background: linear-gradient(to bottom,#757f40 10%,#506b3f 50%);
}

.date-23-feb .box-hit {
	background-color: #e8effd;
    background-image: url(/images/23/index_bg_2.svg),url(/images/23/index_bg_1.svg);
    background-position: 0 300px,100% 300px;
}


.date-23-feb .box-new {
	background-color: #d08473;
    background-image: url(/images/23/index_bg_3.svg),url(/images/23/index_bg_4.svg);
    background-position: 0 270px,100% 300px;
}

.date-23-feb .box-hit .tit-pg:before {
    width: 200px;
    height: 38px;
    margin-top: -20px;
    background-color: transparent;
    background-image: url(/images/23/wave.svg),url(/images/23/plane_red.svg);
    background-position: 24% 50%, 73% 0;
}

.date-23-feb .box-new .tit-pg:before {
    width: 200px;
    height: 38px;
    margin-top: -20px;
    background-color: transparent;
    background-image: url(/images/23/wave.svg),url(/images/23/plane_white.svg);
    background-position: 24% 50%, 73% 0;
}

.date-23-feb .fixedbg:before {
    position: fixed;
    top: 59px;
    height: 1080px;
    max-height: 1080px;
}

.date-23-feb .fixed-menu .logo:before {
	background: url('/images/23/logo_small.png') center center no-repeat;
    background-size: 50px 54px;
}

.date-23-feb footer {
    z-index: 1;
}

/* - Дизайн на 23 февраля */

/* + Дизайн на Дизайн на 8 марта */
.date-8-mar .box-header-bottom {
	background: linear-gradient(to bottom,#7f4071 10%,#6b3f69 50%);
}

.date-8-mar .wrap-fixed-menu {
    background: linear-gradient(to bottom,#7f4071 10%,#6b3f69 50%);
}

.date-8-mar .box-hit {
	background-color: #fde8fd;
    background-image: url(/images/8m/index_bg_2.svg),url(/images/8m/index_bg_1.svg);
    background-position: 0 300px,100% 300px;
}


.date-8-mar .box-new {
	background-color: #ad73d0;
    background-image: url(/images/8m/index_bg_3.svg),url(/images/8m/index_bg_4.svg);
    background-position: 0 270px,100% 300px;
}

.date-8-mar .box-hit .tit-pg:before {
    width: 73px;
    height: 42px;
    margin-top: -22px;
    background-color: transparent;
    background-image: url(/images/8m/flowers_viol.svg);
    background-size: 73px 42px;
    background-position: 0 50%;
}

.date-8-mar .box-new .tit-pg:before {
    width: 73px;
    height: 42px;
    margin-top: -22px;
    background-color: transparent;
    background-image: url(/images/8m/flowers_white.svg);
    background-size: 73px 42px;
    background-position: 0 50%;
}

.date-8-mar .fixedbg:before {
    position: fixed;
    top: 59px;
    height: 1080px;
    max-height: 1080px;
}

.date-8-mar .fixed-menu .logo:before {
	background: url('/images/8m/logo_small.png') center center no-repeat;
    background-size: 50px 54px;
}

.date-8-mar footer {
    z-index: 1;
}

/* - Дизайн на 8 марта */