/*@import url("https://cs.cdn-upm.com/themes/51bce6db-ec9c-11e3-ac27-00163edcb8a0/styles-945/sticky-fix.css");*/

._buying-flow-modal .modal-body {
    /*max-height: calc(100vh - 148px);
    max-height: calc(calc(var(--vh, 1vh) * 100) - 148px);*/
}

/* basic styles */


#_restaurant-b483e715-b49c-11eb-a1e9-525400080521 {
    display: none !important;
}

body .show-logged {
    display: none !important;
}
body.is-logged .show-logged {
    display: inline-block !important;
}
body.is-logged .hide-logged {
    display: none !important;
}


@font-face {
  font-family: Intro-Bold-Italic;
  src: url(https://cs.cdn-upm.com/themes/51bce6db-ec9c-11e3-ac27-00163edcb8a0/assets-945/Intro-Bold-Italic.ttf);
  font-display: swap;
}
@font-face {
  font-family: Intro-Book-Alt;
  src: url(https://cs.cdn-upm.com/themes/51bce6db-ec9c-11e3-ac27-00163edcb8a0/assets-945/Intro-Book-Alt.ttf);
  font-display: swap;
}
@font-face {
  font-family: Intro-Regular-Caps;
  src: url(https://cs.cdn-upm.com/themes/51bce6db-ec9c-11e3-ac27-00163edcb8a0/assets-945/Intro-Regular-Caps.ttf);
  font-display: swap;
}

body, html {
    min-height: 100vh;
}
body {
    font-family: Intro-Book-Alt;
    background: #000 url("https://cs.cdn-upm.com/themes/51bce6db-ec9c-11e3-ac27-00163edcb8a0/assets-945/new-bg.jpg") repeat-y top center;
    background-size: 100%;
    /*background-size: cover;*/
    /*background-attachment: fixed; /nieruchome tlo/*/
}

h1, h2, h3, h4, h5, .theme-product-group-name {
    font-family: Intro-Book-Alt;
    font-weight: lighter;
   
}

.cart-wrapper h4 {
    font-family: Intro-Book-Alt;
}

.theme-hours .theme-hour {
display: inline-block !important;
}

nav .theme-navbar li:last-child a {
    color:#fff !important;
}

img {
	max-width: 100%;
}

strong {
    font-weight: 500;
}

.flex {
    display: flex;
}

h4 {
    font-size: 12px;
}

.preloader {
    display: none;
    position: fixed;
    background: #1d1d1e url('https://cs.cdn-upm.com/themes/51bce6db-ec9c-11e3-ac27-00163edcb8a0/assets-945/preloader.svg') no-repeat center center;
    top: 0;
    bottom: 0;
	left: 0;
    right: 0;
	overflow: hidden;
	z-index: 999999999;
}

/*.facebook-widget,*/
/*.instagram-widget {*/
/*    display: none;*/
/*}*/

/* header */

header {
    position: relative;
    height: 700px;
    height: 350px;
    max-height: 100vh;
    background: url(https://cs.cdn-upm.com/themes/51bce6db-ec9c-11e3-ac27-00163edcb8a0/assets-945/background.jpg) no-repeat center center;
    background-size: cover;
    height: auto;
    background: transparent;
}

.overlay {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=0 );
    z-index: 1;
    display: none;
}

a.header-cta {
    position: absolute;
    padding: 10px 30px;
    font-size: 24px;
    letter-spacing: 1px;
    color: #fff;
    background: #9f7c43;
    border-radius: 2px;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    z-index: 2;
}

a.header-cta:hover {
    text-decoration: none;
}

a.header-cta:focus {
    outline: none;
}

a.header-cta span {
    position: relative;
    left: 0;
    transition: all 0.25s;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    -ms-transition: all 0.25s;
}

a.header-cta:hover span {
    left: -15px;
}

a.header-cta .food-icon {
    content: '';
    display: inline-block;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 11px;
    right: 30px;
    opacity: 0;
    background: url(https://cs.cdn-upm.com/themes/51bce6db-ec9c-11e3-ac27-00163edcb8a0/assets-945/restaurant.png) no-repeat center center;
    background-size: contain;
    transition: all 0.25s;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    -ms-transition: all 0.25s;
}

a.header-cta:hover .food-icon {
    right: 15px;
    opacity: 1;
}

/* navigation */

nav {
    position: absolute;
    top: 10px;
    width: 100%;
    z-index: 2;
}

.theme-navbar-inner {
    padding: 15px;
}

nav .brand {
    display: inline-block;
}

nav .navbar-center .nav {
    text-align: right;
}

nav .theme-navbar-nav {
    margin-top: 0;
    line-height: 70px;
}

nav .theme-navbar li a {
    position: relative;
    font-weight: 700;
    line-height: 40px;
    padding: 0 11px;
    font-family: Intro-Book-Alt;
    font-weight: lighter;
    text-transform: uppercase;
}

nav .theme-navbar li a:after {
    content: '';
    display: block;
    position: absolute;
    left: 3%;
    background: #9f7c43;
    border-radius: 2px;
    width: 0;
    bottom: 10%;
    height: 80%;
    z-index: -1;
    transition: all 0.25s;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    -ms-transition: all 0.25s;
}

nav .theme-navbar li a:hover:after {
    width: 94%;  
}

.theme-subpage header {
    padding-top: 10px;
    height: 350px;
    height: auto;
}

.theme-subpage nav {
    position: relative;
    top: 0;
}
.carousel-control {
    width: 4%;
}
/* home gallery */

.home-gallery {
    padding: 50px 0;
}

.home-gallery h2 {
    position: relative;
    padding-left: 30px;
    margin-bottom: 30px;
    font-size: 26px;
    line-height: 1.5;
}

.home-gallery h2:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 5%;
    width: 10px;
    height: 90%;
    background: #9f7c43;
}

.home-gallery .single-gallery {
    position: relative;
    height: 300px;
    background-position: center center;
    background-size: cover;
}

.home-gallery .single-gallery a {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    overflow: hidden;
    background: #fff;
    opacity: 0;
    transition: all 0.25s;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    -ms-transition: all 0.25s;
}

.home-gallery .single-gallery a:hover {
    opacity: .1;
}

/* about us */

.about-us .heading-text {
    position: relative;
    padding: 200px 50px 70px;
    margin-top: 50px;
    background: #262626 url(https://cs.cdn-upm.com/themes/51bce6db-ec9c-11e3-ac27-00163edcb8a0/assets-945/about.jpg) no-repeat center center;
    background-size: cover;
    width: 70%;
}

.about-us .heading-text .overlay {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=0 );
    z-index: 1;
}

.about-us .heading-text h3 {
    position: relative;
    right: -150px;
    font-size: 26px;
    line-height: 1.5;
    padding-right: 30px;
    max-width: 800px;
    margin: 0 0 0 auto;
    z-index: 2;
}

.about-us .heading-text h3:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 5%;
    width: 10px;
    height: 90%;
    background: #9f7c43;
}

.about-us .heading-text h3 strong {
    display: block;
    font-weight: 700;
    font-size: 40px;
}

.about-us p:first-of-type {
    margin-top: 0;
}

/* contact */

.contact {
    overflow: hidden;
    padding: 50px 0 50px;
}

.contact h3 {
    font-size: 30px;
    margin: 0;
}

.contact-text {
    position: relative;
    width: 50%;
    margin-left: 30%;
    padding-left: 30px;
}

.contact-text:before {
    content: '';
    display: block;
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #9f7c43;
}

.contact-text ul {
    list-style-type: none;
    margin: 40px 0 0;
    padding: 0;
    font-size: 16px;
}
.contact-text li {
    margin-top: 5px;
}

.contact-text li span {
    display: inline;
}

.contact-text li a.icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #d62b3c;
    color: #111;
    text-align: center;
    font-size: 21px;
    margin-right: 4px;
    margin-top: 20px;
}

.contact-text li a.icon:hover {
    color: #fff;
}

.contact-text strong.padding-top {
    padding-top: 20px;
    display: block;
}

/* footer */

.theme-footer-powered-by {
    display: none;
    margin-top: 0;
}

footer .theme-footer-powered-by {
    display: block;
}

.theme-footer a {
    font-size: 14px;
}

/* gallery */

.gallery {
    overflow: hidden;
}

.gallery-page {
    padding: 100px 0 70px;
}

.gallery-page .theme-gallery {
    margin-bottom: 30px;
}

.gallery-page a {
    content: '';
    display: block;
    position: relative;
    top: 0;
    width: 100%;
    background-color: #fff;
    overflow: hidden;
}

.gallery-page a > div {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 75%;
    background-size: cover;
    background-position: center center;
    transform: scale(1, 1);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transition: all 0.25s;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    -ms-transition: all 0.25s;
}

.gallery-page a:hover > div {
    transform: scale(1.1, 1.1);
}

.gallery .gallery-page {
    position: relative;
    background: #111;
    padding: 60px;
}

/*.gallery .gallery-page:before {*/
/*    content: '';*/
/*    display: block;*/
/*    position: absolute;*/
/*    left: -100%;*/
/*    width: 100%;*/
/*    top: 60px;*/
/*    bottom: 90px;*/
/*    background: #1b1b1b;*/
/*}*/

/*.gallery .gallery-page:after {*/
/*    content: '';*/
/*    display: block;*/
/*    position: absolute;*/
/*    right: -100%;*/
/*    width: 100%;*/
/*    top: 60px;*/
/*    bottom: 90px;*/
/*    background: #1b1b1b;*/
/*}*/

/* menu */

.theme-product-desc {
    margin-top: 10px;
}

.theme-product-types li {
    width: 120px;
}

._cart-wrapper {
    font-size: 12px;
}

.restaurants-scrollable a h2 {
    color: #fff;
}
a.list-group-item {
    color: #888 !important;
}
.modal .restaurants-scrollable a h2 {
color: #666;
}

.modal .theme-product-name,
.modal .theme-product-desc,
.modal .theme-price {
    color: #000;
}

.theme-product-attribute {
    background-color: transparent;
    white-space: normal;
    color: #a80000;
}

/* contact page */

.contact-content {
    padding: 60px;
}

.theme-paragraph-with-icon {
    font-size: 16px;
}

.theme-paragraph-with-icon .fa {
    top: 0;
}

.context-restaurant {
    margin: 30px 0 40px;
}
.context-restaurant h2 {
    font-family: Intro-Regular-Caps;
}
.context-menu {
    margin-top: 20px;
}
.context-menu a {
    font-size: 18px;
    margin: 0 10px;
    text-transform: uppercase;
}
.context-menu a.active {
    font-family: Intro-Regular-Caps;
}
.small-container {
margin-top: 0;
}


.theme-categories-wrapper {
    padding-bottom: 0;
    z-index:99;
}

.theme-product-center .theme-product-desc {
    font-family: Intro-Bold-Italic;
    max-height: 66px;
}
.cart-wrapper {
    font-family: Intro-Bold-Italic;
}

.cart-wrapper .btn-upmenu {
    font-family: Intro-Book-Alt;
}
/**.cart-wrapper ul li a {
    color: #111111 !important;
}
.cart-wrapper ul li a:hover{
    color: #9f7c43 !important;
}**/
ul#_cart_language li a {
    color: #111111 !important;
}
ul#_cart_language li a:hover{
    color: #9f7c43 !important;
}

.cart-account-wrapper .m-t-sm {
    margin: 0;
}
.cart-account-wrapper .fa-2x {
    font-size: 20px;
    position: relative;
    top: 1px;
}
.cart-account-wrapper .lead {
    font-size: 16px;
    font-family: Intro-Book-Alt;
}
.cart-wrapper h4 {
    font-size: 16px;
}
._cart-dropdown i {
    position: relative;
    top: -2px;
}

.img-responsive-bg {
    background-size: contain !important;
    background-repeat: no-repeat;
}
.theme-products-wrapper {
    margin: 40px 0;
}

.theme-footer {
    margin-top: 30px;
    background-color: unset;
}

.category-card {
    margin-bottom: 30px;
}

.theme-navbar-inner {
    position: relative;
}
.theme-langs {
    position: absolute;
    right: 40px;
    top: 10px;
}

.navbar-header .brand img {
    width: 190px;
}
.navbar-header .brand-rs img{
    width: auto;
    height: 115px;
    margin-left: 35px;
}
@media (max-width: 767px) {
    .navbar-header .brand-rs img {
    width: auto !important;
    height: 80px;
    }
}

.carousel-img {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 260px;
}
.carousel-content {
    padding-top: 0px;
    margin: 20px auto;
}
.carousel .item{
    min-height: 200px;    
}

.theme-product-center .theme-product-desc p {
    margin: 0;
}
#_delivery-check-form-details .check-form-narrow {
    max-width: 100%;
}
.theme-product-group-desc{
    color: #8b8b8b;
}

@media(min-width: 768px) {
    #_delivery-check-form-map.affix {
        top: 80px;
    }
    
    #_delivery-check-form-details .col-sm-6 {
        width: 100%;
    }
    .check-delivery a.list-group-item:after {
        content: 'Zamów online';
        display: inline-block;
        background: #9f7c43;
        display: inline-block;
        padding: 8px 12px 6px;
        margin-bottom: 0;
        font-size: 13px;
        font-weight: 400;
        line-height: 19px;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        color: #ffffff !important;
        text-shadow: none;
        border: 1px solid #a48d5a;
        border-radius: 3px;
        margin-top: 10px;
        margin-bottom: 5px;
        text-decoration: none;
    }
    html[lang="en"] .check-delivery a.list-group-item:after {
        content: 'Order online';
    }
    html[lang="de"] .check-delivery a.list-group-item:after {
        content: 'Bestell online'; 
    }
    html[lang="uk"] .check-delivery a.list-group-item:after {
        content: '?????????? ??????'; 
    }
            
    .check-delivery #_delivery-check-form-map-affix-container {
        display: none !important;
    }
    .check-delivery ._delivery-check-form-title {
        font-size: 18px;
        text-transform: uppercase;
        margin-bottom: 15px;
    }
    .check-delivery ._delivery-check-form-title br {
        display: none;
    }
    .check-delivery #delivery-check-form #_check-delivery {
        /*margin-top: 4px;*/
    }
    .check-delivery a.list-group-item {
        background: transparent;
        border-color: #333;
    }
    .check-delivery a.list-group-item h2, .restaurants-list-name h3 {
        font-size: 21px;
        color: #fff;
        margin-bottom: 5px;
    }
    .check-delivery a.list-group-item p {
        font-size: 14px;
    }
    .check-delivery a.list-group-item .fa-angle-right {
        margin-top: 0;
    }
    .check-delivery a.list-group-item:hover, a.list-group-item:focus {
        background-color: rgba(0, 0, 0, 0.1);
        border-color: #555;
    }
        
    .check-delivery .list-group {
        display: flex;
        flex-wrap: wrap;
    }
    .check-delivery a.list-group-item {
        display: inline-block;
        width: 33.3333%;
        border-radius: 0;
        margin: 0;
        border: 1px solid #333;
        padding: 25px 20px;
    }
    .check-delivery a.list-group-item .text-muted .clearfix span {
        display: block;
    }
    .check-delivery a.list-group-item .text-muted .clearfix {
        margin-bottom: 8px;
        display: block;
    }
    .restaurants-list-delivery-cost, .restaurants-list-min-order {
        display: inline-block;
        width: 48%;
        text-align: left;
    }
    .restaurants-list-delivery-cost .text-center, .restaurants-list-min-order .text-center {
        text-align: left;
    }
}

@media (max-width: 991px) {
    
    .navbar-header {
        float: none;    
    }
    
    nav .navbar-center .nav {
        text-align: center;
    }
    
    .slider {
        height: 500px;
    }
    
    .background .background-holder {
        height: 500px;
    }
    
    .rotator > li span {
        font-size: 30px;
    }
    
    .slider a {
        bottom: 60px;
        font-size: 18px;
        padding: 15px 35px;
    }
    
    .about-us .heading-text {
        padding: 100px 50px 50px;
    }
    
    .contact .heading-text {
        padding: 50px;
    }
    
    .app-text h3 {
        font-size: 22px;
    }
    
    .about-us .paragraph-text {
        padding: 50px 15px 50px 50px;
        font-size: 18px;
    }
    
    .app-text p {
        font-size: 14px;
    }
    
    .about-us .heading-text h3 {
        font-size: 20px;
    }
    
    .about-us .heading-text h3 strong {
        font-size: 35px;
    }
    
    .contact-text {
        width: 80%;
        margin-left: 10%;
    }
    
    .contact h3 {
        font-size: 24px;
    }
    
    .contact-text li {
        font-size: 16px;
    }
    
    .contact .paragraph-text {
        padding: 50px 15px 50px 50px;
        font-size: 18px;
    }
    
    .restaurants h2 {
        font-size: 22px;
    }
    .carousel-img {
        height: 200px;
    }
    .carousel-content {
        padding-top: 30px;
    }
}

@media (max-width: 767px) {
    
    nav {
        position: relative;
        top: 0;
    }
    
    nav .brand {
        display: inline-block;
        padding: 20px 0;
        margin: 0 auto;
    }
    
    a.header-cta {
        font-size: 15px;
        max-width: 90%;
    }
    
    .theme-navbar .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    
    nav .navbar-header {
        height: auto;
    }
    
    .navbar-toggle {
        float: right;
    }
    
    nav .theme-navbar li a {
        text-align: center;
    }
    
    .container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
        margin: 0;
    }
    
    .rotator {
        padding: 0 20px;
    }
        
    .rotator > li span {
        font-size: 30px;
    }
    
    .slider a {
        font-size: 20px;
        padding: 15px 30px;
    }
    
    .flex {
        flex-wrap: wrap;
    }
    
    .restaurant-app {
        padding: 50px 0;
    }
    
    .app-image {
        text-align: center;
    }
    
    .app-image img {
        padding-top: 0;
        padding-bottom: 20px;
    }
    
    .app-text {
        text-align: center;
        padding-right: 15px;
    }
    
    .app-text h3 {
        text-align: center;
    }
    
    .app-text p {
        text-align: center;
    }
    
    .about-us .heading-text {
        width: 100%;
        text-align: center;
    }
    
    .about-us .heading-text h3 {
        right: auto;
    }
    
    .home-gallery .single-gallery {
        margin-bottom: 20px;
    }
    
    .contact {
        padding: 0 0 50px;
    }
    
    .contact .heading-text {
        width: 100%;
        text-align: center;
    }
    
    .contact h3 {
        padding-top: 50px;
    }
        
    .contact-content h3 {
        font-size: 20px;
    }
    
    .contact-text:before {
        height: auto;
        top: 50px;
        bottom: 0;
    }
    
    .theme-categories-toggler {
        padding: 10px;
    }
    
    .theme-product-group-name {
        font-size: 26px;
    }
    
    .check-delivery a.list-group-item {
        background: transparent;
        background: transparent;
        border: 1px solid #333;
    }
    .check-delivery a.list-group-item h2, .check-delivery a.list-group-item h3 {
        font-size: 18px;
        margin-bottom: 5px;
        color: #fff;
    }
    .check-delivery a.list-group-item p {
        font-size: 14px;
    }
    .carousel-img {
        height: 200px
    }
    .carousel-content {
        padding-top: 20px;
    }
}

@media (max-width: 480px) {
    .app-text a+a {
        margin: 20px 0;
    }
    
    .theme-product-box-col {
        /*width: 100%;*/
    }
    
    .contact-content {
        padding: 60px 10px;
    }
}


#banner-app {
    padding: 25px 0;
    margin-top: 50px;
}
#banner-app .container {
    border: 2px dashed rgba(255, 255, 255, 0.15);
    padding: 50px 0 20px 50px;
    margin: 30px auto;
}
#banner-app .phone {
    float: right;
    margin-top: -118px;
    margin-bottom: -46px;
}
#banner-app h1 {
    font-size: 50px;
}
#banner-app p {
    font-size: 19px;
    margin-bottom: 20px;
    font-weight: 300;
}

#banner-app .btn-upmenu {
    padding: 12px 20px 10px;
}
@media(max-width: 991px) {
    #banner-app {
        text-align: center;
    }
    #banner-app .container {
        padding: 30px;
    }
    #banner-app .phone {
        display: none;
    }
    #banner-app p {
        font-size: 16px;
    }
    #banner-app h1 {
        font-size: 36px;
    }
    #banner-app img {
        height: 40px;
    }
}

@media(max-width: 767px) {
    #banner-app img {
        margin: 10px;
    }
    #banner-app .btn-upmenu {
        font-size: 12px;
    }
    #banner-app h1 {
        font-size: 30px;
    }
}

.pull-right>.dropdown-menu{
    color: #000000;
}

.single-news img.img-responsive {
    margin: 0 auto !important;
}

.alert-danger{
    color: #ffffff;
    background-color:#c41818;
}
.alert{
    border-radius:0;
    font-size:18px;
    padding:30px;
}
.theme-cart-inner > .alert{
    border-radius:0;
    font-size:12px;
}
h4.theme-modal-section-title > small.limits {
    display:none;
}

h4.theme-modal-section-title {
    font-size: 14px;   
}
.cart-sticky{
    background: none;
    position: relative;
}


.promotions-desc-single {
    padding: 10px 0px 0px;
    font-size: 16px;
}

.badge_best, .badge_vege, .badge_kids {
    display: inline-block;
    z-index:5;
    margin: 0 auto;
    }
.badge_best > img, .badge_vege > img, .badge_kids > img{
    margin:0;
    padding:0;
}

.badge_vege, .badge_kids {
    width:50px;
    }

.badge_best {
    width:60px;
    }
    
.badge_new{
    position: absolute !important;
    display: flex;
    z-index:5;
    width:60px;
    }
.badge_new > img{
    margin:0;
    padding:0;
}

    
    
    
.gift_2 {
    position: absolute;
    right: 0;
    top: 8%;
    z-index: 10;
}
.gift_1 {
    position: absolute;
    left: 0;
    top: 15%;
    z-index: 10;
}
.gift_4 {
    position: absolute;
    right: 0;
    top: 34%;
    z-index: 10;
}
.gift_3 {
    position: absolute;
    left: 0;
    top: 56%;
    z-index: 10;
}

.gift_2-rest {
    position: absolute;
    right: 0;
    top: 1%;
    z-index: 10;
}
.gift_1-rest {
    position: absolute;
    left: 0;
    top: 7%;
    z-index: 10;
}
.gift_4-rest {
    position: absolute;
    right: 0;
    top: 13%;
    z-index: 10;
}
.gift_3-rest {
    position: absolute;
    left: 0;
    top: 34%;
    z-index: 10;
}


/*PEPSI PROD */
    img.pepsi-prod{
        position: absolute !important;
        top: 80px;
        right: -10px;
        max-width: 120px;
        z-index:10;
}
@media (max-width: 1199px) {
        img.pepsi-prod{
            top:20px;
        }
}
@media (max-width: 767px) {
        img.pepsi-prod{
            top:77px;
        }
}
@media (max-width: 480px) {
        img.pepsi-prod{
            top: 33px;
        }

}
@media (max-width: 390px) {
        img.pepsi-prod{
            top: 0px;
        }

}
/*END PEPSI PROD */