.socials-widget {
    display: none;
}
@font-face {
    font-family: 'Slate Pro Bold';
    src: url('https://cs.cdn-upm.com/themes/51bce6db-ec9c-11e3-ac27-00163edcb8a0/assets-945/SlatePro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap; 
}
@font-face {
    font-family: 'Slate Pro Medium';
    src: url('https://cs.cdn-upm.com/themes/51bce6db-ec9c-11e3-ac27-00163edcb8a0/assets-945/SlatePro-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Slate Pro Regular';
    src: url('https://cs.cdn-upm.com/themes/51bce6db-ec9c-11e3-ac27-00163edcb8a0/assets-945/SlatePro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Slate Pro Light';
    src: url('https://cs.cdn-upm.com/themes/51bce6db-ec9c-11e3-ac27-00163edcb8a0/assets-945/SlatePro-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Slate Pro ExtraLight';
    src: url('https://cs.cdn-upm.com/themes/51bce6db-ec9c-11e3-ac27-00163edcb8a0/assets-945/SlatePro-Thin.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Calps';
    src: url('https://cs.cdn-upm.com/themes/51bce6db-ec9c-11e3-ac27-00163edcb8a0/assets-945/CalpsLightItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
html, body {
    overflow-x: hidden;
    width: 100%;
    min-height: 100vh;
}
body.theme-new-home {
    font-family: 'Slate Pro Medium'; position: relative;
    
}
.background-1 {
    background: url(https://cs.cdn-upm.com/themes/51bce6db-ec9c-11e3-ac27-00163edcb8a0/assets-945/background2.jpg) top left no-repeat;
}
.background-2 {
    background: url(https://cs.cdn-upm.com/themes/51bce6db-ec9c-11e3-ac27-00163edcb8a0/assets-945/background3.jpg) top center no-repeat;
}
#_delivery-check-form-details {
    display: none;
}
._delivery-check-form-title {
    display: none;
}
.theme-content {
    background: transparent;
}
.theme-footer {
    display: none;
}
._check-form-address {
    border-radius: 6px;
    color: #7f7f7f;
    font-size: 18px;
}
._check-form-address .fa {
    font-size: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -1px;
    color: #7f7f7f;
}
.background-0 {
    position: relative;
    overflow: hidden;
}
.background-0 video {
    background: #000;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.background-0 > .restaurants {
    min-height: 100vh;
    height: 900px;
    position: relative;
    padding-bottom: 40px;
}
.background-1 > .mobile-app {
    height: 1080px;
    padding-top: 125px;
}
.background-0 > .restaurants img {
    margin-top: 70px;
}
h1, h2, p {
    font-family: 'Slate Pro Medium';
  /*  color: #888888; */
    margin: 0;
    font-weight: normal;
}
p {
    font-size: 25px;
    font-weight: lighter;
    font-family: 'Slate Pro Light';
}
h1 {
    font-size: 58px;
    font-family: 'Slate Pro Medium';
}
h2 {
    font-size: 42px;
    font-family: 'Slate Pro Medium';
}
.mobile-app {
    font-size: 30px;
}
.mobile-app h2 {
    font-size: 46px;
}
.mobile-app .row {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap; 
    margin-top: 120px;
}
.mobile-app .icon {
    margin: 20px 10px 20px 0;
}
.open {
    padding: 230px 0 170px 0;
}
.open .buttons {
    margin: 25px 0 90px;
}
.open .buttons .btn {
    padding: 14px 36px 7px;
    border-radius: 4px;
    margin: 0 10px;
    font-size: 22px;
    min-width: 175px;
}
.header {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
}
.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header .container:before, .header .container:after {
    display: none;
}
.header .container > div {
    display: flex;
    align-items: center;
}
.header .container > div a {
    display: inline-block;
    margin-left: 13px;
}
.header .small-btn {
    font-size: 12px;
    background: #fff;
    padding: 4px 14px;
    border-radius: 16px;
    display: inline-block;
    color: #000;
    font-family: 'Slate Pro Regular';
    margin-bottom: 1px;
    text-decoration: none;
}
.header .small-btn:hover {
    color: #fff;
    background: #fd8a25;
    text-decoration: none;
}
.header .hamburger {
    font-size: 28px;
    height: 30px;
    color: #fff;
}
.main-menu {
    position: absolute;
    top: 0;
    right: -40%;
    width: 40%;
    height: 100vh;
    display: flex;
    align-items: center;
    background: #222121;
    z-index: 12;
    transition: right 0.3s ease-in;
    padding: 0 100px;
}
.main-menu.active {
    right: 0;
    transition: right 0.3s ease-in;
}
.main-menu ul {
    padding: 0;
    font-size: 32px;
    line-height: 1.25;
}
.main-menu li {
    list-style: none;
}
.main-menu li span {
    display: block;
    width: 350px;
    border-top: 1px dotted #fff;
    opacity: 0.9;
    margin: 20px 0;
}
.main-menu li a {
    color: #fff;
    text-decoration: none;
    font-family: 'Slate Pro ExtraLight';
    opacity: 0.9;
    padding-left: 12px;
}
.main-menu li a:hover {
    opacity: 1;
    text-decoration: none;
}
.main-menu .close {
    position: absolute;
    top: 50px;
    right: 50px;
}
.check-delivery .theme-content-padding-lg {
    padding: 60px 0 0;
}
p.login-text {
    max-width: 650px;
    margin: 0 auto;
    font-size: 13px;
    font-family: 'Slate Pro Regular';
}
p.login-text a {
    font-family: 'Slate Pro Medium';
    color: #fff;
    text-decoration: underline;
}
p.login-text a:hover {
    color: #fff;
    text-decoration: none;
}

._check-form-address {
    position: relative;
}
._check-form-address:before {
    content: 'DOSTAWA';
    background: #ff8a00;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    font-family: 'Slate Pro Medium';
    text-transform: uppercase;
    display: inline-block;
    position: absolute;
    padding: 11px 20px 7px;
    line-height: 20px;
    border-radius: 2px;
    box-shadow: 1px 1px 7px rgba(0,0,0,0.2); 
    right: 171px;
}
html[lang="en"] ._check-form-address:before {
    content: 'DELIVERY';
    right: 158px;
}
html[lang="de"] ._check-form-address:before {
    content: 'LIEFERUNG';
    right: 185px;
}
html[lang="uk"] ._check-form-address:before {
    content: '????????';
    right: 158px;
}
._check-form-address:after {
    content: 'ODBIÓR';
    background: #faa21b;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    font-family: 'Slate Pro Medium';
    text-transform: uppercase;
    display: inline-block;
    position: absolute;
    padding: 11px 20px 7px;
    line-height: 20px;
    border-radius: 2px;
    box-shadow: 1px 1px 7px rgba(0,0,0,0.2); 
    right: 20px;
}
html[lang="en"] ._check-form-address:after {
    content: 'TAKE AWAY';
}
html[lang="de"] ._check-form-address:after {
    content: 'ZUM ABHOLEN';
}
html[lang="uk"] ._check-form-address:after {
    content: '??????';
}
._check-form-address span:after {
    content: 'lub';
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 19px;
    right: 135px;
    font-family: 'Slate Pro Light';
}
html[lang="en"] ._check-form-address span:after {
    content: 'or';
    display: none;
}
html[lang="de"] ._check-form-address span:after {
    content: 'oder';
    display: none;
}
html[lang="uk"] ._check-form-address span:after {
    content: '???';
    display: none;
}

#_delivery-check-form-details {
    /*display: block;*/
    width: 750px;
    margin: 0 auto;
}
#_delivery-check-form-details .dropdown {
    display: none;
}
.check-delivery a.list-group-item {
    width: 100%;
    border: none;
    border-bottom: 1px solid #333;
    padding: 10px 20px;
}
#_delivery-check-restaurants ._restaurant:last-of-type {
    border: none;
}
.check-delivery a.list-group-item .text-muted {
    display: none;
}
.check-delivery a.list-group-item:after {
    display: none;
}
#_delivery-check-restaurants {
    background: #000;
    border-radius: 8px;
    margin-bottom: 15px;
}
.restaurants-scrollable {
    height: 350px;
    overflow-y: scroll;
}
.restaurants-scrollable::-webkit-scrollbar {
  width: 8px;
  border-radius: 8px;
}

/* Track */
.restaurants-scrollable::-webkit-scrollbar-track {
  background: #333; 
  border-radius: 8px;
}

/* Handle */
.restaurants-scrollable::-webkit-scrollbar-thumb {
  background: #e18600; 
  border-radius: 8px;
}

/* Handle on hover */
.restaurants-scrollable::-webkit-scrollbar-thumb:hover {
  background: #e18600; 
  border-radius: 8px;
}
.check-delivery .odbior {
    width: 140px;
    height: 61px;
    background: transparent;
    position: absolute;
    top: 61px;
    right: 50%;
    transform: translateX(375px);
    display: block;
    z-index: 7;
}

.theme-hours .theme-hour {
    display: inline-block !important;
}

#_delivery-check-form-details .dropdown {
    padding: 0;
}

@media(min-width: 1800px) {
    .container {
        width: 1690px;
    }
}
@media(max-width: 1600px) {
    .main-menu {
        width: 50%;
        right: -50%;
        padding: 0 80px;
    }
    .main-menu .close { 
        top: 25px;
        right: 25px;
    }
    .background-1 {
        background-position: left center;
    }
}
@media(max-width: 767px) {
    ._check-form-address:before, ._check-form-address:after, ._check-form-address span:after {
        /*display: none;*/
    }
    ._check-form-address:after {
        right: 10px;
        font-size: 12px;
        padding: 4px 10px 1.5px;
    }
    ._check-form-address:before {
        right: 80px;
        font-size: 12px;
        padding: 4px 10px 1.5px;
    }
    ._check-form-address span:after {
        display: none;
    }
    html[lang="en"] ._check-form-address:before {
        right: 95px;
    }
    html[lang="de"] ._check-form-address:before {
        right: 113px;
    }
    ._check-form-address {
        font-size: 15px;
        padding: 12px 10px 10px;
    }
    ._check-form-address .fa {
        font-size: 22px;
        width: 20px;
    }
    .check-delivery .odbior {
        transform: none;
        right: 20px;
        top: 64px;
        height: 40px;
        width: 70px;
    }
    .background-1 {
        background-size: 1200px;
    }
    .background-2 {
        background-size: 1200px;
    }
    .background-1 > .restaurants img {
        margin-top: 60px;
        width: 320px;
        margin-bottom: 20px;
    }
    .background-1 > .restaurants {
        height: 750px;
    }
    p {
        font-size: 15px;
    }
    h1 {
        font-size: 26px;
    }
    h2, .mobile-app h2 {
        font-size: 21px;
    }
    .mobile-app .row {
        margin-top: 20px;
    }
    .mobile-app .row img.phone {
        width: 310px;
        margin-bottom: 30px;
    }
    html[lang="de"] .mobile-app .row img.phone {
        width: 290px;
        margin-bottom: 20px;
    }
    html[lang="en"] .mobile-app .row img.phone {
        width: 290px;
        margin-bottom: 20px;
    }
    .background-1 > .mobile-app {
        height: 675px;
        padding-top: 50px;
    }
    .background-1 > .mobile-app br {
        display: none;
    }
    .mobile-app .icon {
        margin: 20px 10px 0 0;
        height: 35px;
    }
    .open {
        padding: 100px 0 60px 0;
    }
    .open .buttons .btn {
        padding: 12px 30px 5px;
        font-size: 18px;
        min-width: auto;
        margin: 0 5px;
    }
    .main-menu ul {
        font-size: 22px;
    }
    .header .small-btn {
        display: none !important;
    }
    .header .logo img {
        width: 135px;
    }
    .main-menu {
        width: 100%;
        right: -100%;
        padding: 0 20px 20px;
        height: 700px;
    }
    .background-0 {
        background: black;
    }
    .background-0 video {
        max-height: 70%;
        max-height: 77%;
        min-width: initial;
        min-height: initial;
        transform: translateX(-50%) translateY(-45%);
        transform: translateX(-50%) translateY(-30%);
        transform: translateX(-50%) translateY(-35%);
        max-height: 45%;
        transform: translateX(-50%) translateY(12%);
    }
    #_delivery-check-form-details {
        width: calc(100% + 30px);
        margin: 0 -15px;
    }
    .restaurants-scrollable {
        height: 250px;
    }
    .background-0 > .restaurants {
        height: 700px;
        height: 680px;
        height: 743px;
        min-height: auto;
    }
}


@media (min-width: 768px) {
    .check-delivery #delivery-check-form #_check-delivery {
        font-size: 18px;
        font-family: 'Slate Pro Medium';
        text-transform: uppercase;
        display: inline-block;
        padding: 11px 20px 7px;
        line-height: 20px;
        border-radius: 2px;
        box-shadow: 1px 1px 7px rgba(0,0,0,0.2);
        margin-top: -7px;
    }
}




.background-konkurs {
    background: url(https://cs.cdn-upm.com/themes/51bce6db-ec9c-11e3-ac27-00163edcb8a0/assets-945/background-konkurs.jpg) top center no-repeat;
    padding: 40px 0;
}
.konkurs-img {
    display: block;
    margin: 0 auto;
    position: relative;
    font-family: 'Calps';
    font-size: 29px;
    line-height: 0.909;
    text-shadow: 2px 2px 4px rgba(6, 7, 7, 0.38);
    letter-spacing: 0.15px;
    font-weight: 300;
    width: 1304px;
    max-width: 100%;
}
.konkurs-img img {
    display: block;
    margin: 0 auto;
}
.konkurs-img .text-1 {
    position: absolute;
    top: 41.75%;
    left: 47%;
}
.konkurs-img .text-2 {
    position: absolute;
    top: 50.5%;
    left: 42%;
    max-width: 410px;
}
.konkurs-img .text-3 {
    position: absolute;
    top: 61%;
    left: 57%;
}
.konkurs-img .text-4 {
    position: absolute;
    top: 70.75%;
    left: 42%;
    max-width: 460px;
}
.konkurs-img .text-4 a {
    font-family: 'Slate Pro Light';
    color: #fff;
    font-size: 16px;
    text-decoration: underline;
    float: right;
    margin-top: 70px;
}
.konkurs-img .text-4 a:hover {
    text-decoration: none;
}
@media(max-width: 1199px) {
    .konkurs-img {
        font-size: 22px;
    }
    .konkurs-img .text-2 {
        max-width: 320px;
    }
    .konkurs-img .text-4 {
        max-width: 370px;
    }
}
@media(max-width: 767px) {
    .background-konkurs {
        padding: 20px 0;
    }
    .konkurs-img {
        font-size: 15px;
    }
    .konkurs-img .text-1 {
        top: 32.3%;
        left: 28%;
    }
    .konkurs-img .text-2 {
        top: 41%;
        left: 29%;
        max-width: 220px;
    }
    .konkurs-img .text-3 {
        top: 50.3%;
        left: 52%;
    }
    .konkurs-img .text-4 { 
        top: 59.75%;
        left: 31%;
        max-width: 200px;
    }
    .konkurs-img .text-4 a {
        margin-top: 18px;
        font-size: 12px;
    }
}

.background-ramen {
    background: url(https://cs.cdn-upm.com/themes/51bce6db-ec9c-11e3-ac27-00163edcb8a0/assets-945/background-ramen.jpg) center center no-repeat;
    padding: 100px 20px 140px;
}
.background-ramen .img-big-mobile {
    display: none;
}
.background-ramen .img-big {
    width: 58.2vw;
    margin-bottom: 45px;
}
.background-ramen a img {
    width: 18.1vw;
    margin-left: 12vw;
}
@media(max-width: 600px) {
    .background-ramen {
        background-image: url(https://cs.cdn-upm.com/themes/51bce6db-ec9c-11e3-ac27-00163edcb8a0/assets-945/background-ramen-mobile.jpg);
        padding: 25px 0 130px;
    }
    .background-ramen .img-big {
        display: none;
    }
    .background-ramen .img-big-mobile {
        display: block;
        width: 100%;
        margin-bottom: 430px;
    }
    .background-ramen a img {
        width: 200px;
        margin: 0 30px;
    }
}

/*PEPSI*/
.background-pepsi {
    background: url(https://cs.cdn-upm.com/themes/51bce6db-ec9c-11e3-ac27-00163edcb8a0/assets-945/sushi_kushi-pepsi-main-desktop.jpg) center center no-repeat;
    max-width: 1920px;
    margin: 0 auto;
    height: 1080px;
    position: relative;
    }
.background-pepsi .img-big-mobile {
    display: none;
}
.background-pepsi .img-big {
    width: 35em;
    position: relative;
    left: 50px;
}

@media(max-width: 767px) {
    .background-pepsi {
    background: url(https://cs.cdn-upm.com/themes/51bce6db-ec9c-11e3-ac27-00163edcb8a0/assets-945/sushi_kushi-pepsi-main-mobile.jpg) center center no-repeat;
    background-size: cover;
    height: 100vw;
}
    .background-pepsi .img-big {
        display: none;
    }
    .background-pepsi .img-big-mobile {
display: block;
    margin-bottom: 595px;
    width: 59vw;
    margin-left: 30px;
    }
}
/*PEPSI END*/




.background-eco {
    background: url(https://cs.cdn-upm.com/themes/51bce6db-ec9c-11e3-ac27-00163edcb8a0/assets-945/eco-www.jpg) center center no-repeat;
padding: 180px 30px 180px;
    max-width: 1920px;
    margin: 0 auto;
    }
.background-eco .img-big-mobile {
    display: none;
}
.background-eco .img-big {
    width: 35em;
    position: relative;
    left: 50px;
}
.background-eco a img {
    width: 18.1vw;
    margin-left: 12vw;
}
@media(max-width: 600px) {
    .background-eco {
    background: url(https://cs.cdn-upm.com/themes/51bce6db-ec9c-11e3-ac27-00163edcb8a0/assets-945/eco-mobile.jpg) center center no-repeat;
    background-size: cover;
    padding: 26px 0 130px;
    }
    .background-eco .img-big {
        display: none;
    }
    .background-eco .img-big-mobile {
display: block;
    margin-bottom: 595px;
    width: 59vw;
    margin-left: 30px;
    }
    .background-eco a img {
        width: 200px;
        margin: 0 30px;
    }
}

.background-voucher {
    background: none;
padding: 0;
    max-width: 1920px;
    margin: 0 auto;
    }
.background-voucher .img-big-mobile {
    display: none;
}
.background-voucher .img-big {
    width: 100%;
    position: relative;
    left: 0px;
}
.background-eco a img {
    width: 18.1vw;
    margin-left: 12vw;
}

@media(max-width: 600px) {
    .background-voucher {
    background: none;
    padding: 0px;
    }
     .background-voucher .img-big {
        display: none;
    }
    .background-voucher .img-big-mobile {
display: block;
    margin-bottom: 0px;
    width: 100%;
    margin-left: 0px;
    }
    .background-voucher a img {
        width: 200px;
        margin: 0 30px;
    }
}
.background-sylw {
    background: url(https://cs.cdn-upm.com/themes/51bce6db-ec9c-11e3-ac27-00163edcb8a0/assets-945/sylwester-desktop-bg.jpg) center center no-repeat;
    max-width: 1920px;
    margin: 0 auto;
    }
    .pepsi .container {
        padding-top: 304px;
        padding-bottom: 0px;
    }
    .pepsi .pepsi-but {
        display: inline-block;
    }
    


@media(min-width: 768px) {
    .pepsi .container {
    padding-top: 200px;
    padding-bottom: 90px;
    }
}

@media(min-width: 1300px) {
    .pepsi .container {
        max-width: 1730px ;
        width:100%;
    }
}

@media(max-width: 768px) { 
    .background-sylw {
        background: url(https://cs.cdn-upm.com/themes/51bce6db-ec9c-11e3-ac27-00163edcb8a0/assets-945/sylwester-mobile-bg.jpg) top center no-repeat;
        background-size: cover;
    }
    .pepsi .container {
        padding-top: 100px;
        padding-bottom: 100px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .pepsi .row{
        padding: 0;
    }
    .pepsi .pepsi-text-mob{
        display: inline-block !important;
        max-width: 230px;
        margin-bottom:40px;
        float: right;
        margin-right: 15px;
    }
    .pepsi .sylw-text-mob{
        padding:0 15px;
    }
    .pepsi .pepsi-but-mob {
        display: inline-block !important;
        max-width: 190px;
        margin-top:55px;
    }
}




.mowi {
    background: url(https://cs.cdn-upm.com/themes/51bce6db-ec9c-11e3-ac27-00163edcb8a0/assets-945/mowi-tlo.jpg) top center no-repeat;
    padding: 40px 0;
}
.mowi h1 span {
    display: block;
    font-family: 'Slate Pro Light';
    font-size: 70%;
    line-height: 1;
    margin-top: -5px;
}
.mowi .content {
    padding-left: 55%;
    margin: 160px 0;    
}
.mowi .content h1 {
    margin-bottom: 45px;
}
.mowi .content p {
    margin-bottom: 25px;
}

@media(max-width: 768px) { 
    .mowi {
        background: url(https://cs.cdn-upm.com/themes/51bce6db-ec9c-11e3-ac27-00163edcb8a0/assets-945/mowi-tlo-mobile.jpg) top center no-repeat;
        background-size: contain;
        padding: 22px 0;
    }
    .mowi .content {
        padding: 0;
        margin: 100vw 0 20px;
    }
    .mowi .content h1 {
        margin-bottom: 25px;
    }
    .mowi .content p {
        margin-bottom: 15px;
    }
}

.wstep .bg-1, .wstep .bg-2{
    padding: 45px;
}

.background-3{
    background: url(https://cs.cdn-upm.com/themes/51bce6db-ec9c-11e3-ac27-00163edcb8a0/assets-945/sushi_kushi-main-002.jpg) center center no-repeat;
    background-size: cover;
    padding: 80px 0;
}
.bg-text {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 35px;
    max-width: 600px;
}
.bg-text p{
    font-size:15px;
}
.bg-text h1,h2 {
    font-size:20px;
}
.wstep {
    display: flex;
    align-items: center;
    justify-content: center;
}

.club-reg{
    margin-top: 18rem;
}

.club-reg .container {
    max-width: 1170px;
}

.club-reg .container h1 {
    color: #9f7c43;
    font-family: Intro-Regular-Caps;
    font-size: 30px;
}


.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: 26%;
    z-index: 10;
}
.gift_3 {
    position: absolute;
    left: 0;
    top: 56%;
    z-index: 10;
}