/*@import url("franczyza.css");*/

@font-face {
    font-family: AvenirBold;
    src: url("fonts/AvenirNextLTPro-Bold.otf");
}

@font-face {
    font-family: AvenirDemi;
    src: url("fonts/AvenirNextLTPro-Demi.otf");
}
@font-face {
    font-family: Proxima Nova;
    src: url("fonts/proximanova-bold.otf");
}
@font-face {
    font-family: AvenirItalic;
    src: url("fonts/AvenirNextLTPro-It.otf");
}

@font-face {
    font-family: AvenirRegular;
    src: url("fonts/AvenirNextLTPro-Regular.otf");
}


body {
    padding-top: 63px;
    font-family: AvenirRegular, Arial, sans-serif;
    color: #FFF;
    overflow-x: hidden;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

.editable {
    /*word-break: break-all;*/
}

.editable.url {
    cursor: pointer;
}

#content {
    min-height: 400px;
}

.none {
    display: none;
}

.fl_left {
    float: left !important;
}

.nopadding {
    padding: 0px !important;
}

.nopd {
    padding: 0px;
}

.bold {
    font-family: AvenirBold;
}

.demi {
    font-family: AvenirDemi;
}

.italic {
    font-family: AvenirItalic;
}

.relative {
    position: relative;
}

#loading {
    display: none;
    background: url("/images/img/spinner.gif") no-repeat;
    width: 200px;
    height: 130px;
    background-size: cover;
    background-position: center;
    margin: 0px auto;
}

.popup-mobile {
    position: absolute;
    z-index: 1510;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    padding: 0;
}

.popup-mobile img {
    width: 100%;
}

.popup-mobile .close_modal {
    display: block;
    color: rgb(249, 0, 0);
    position: absolute;
    right: 2%;
    font-size: 14px;
    top: 2%;
    border: 1px solid;
    padding: 5px 11px;
    border-radius: 100px;
    cursor: pointer;
}


.popup_overlay {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0% 0%;
    width: 100%;
    height: 100%;
    z-index: 2000;
}

.popupx {
    z-index: 2100;
    color: grey;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    position: fixed;
    top: 30%;
    width: 50%;
    padding: 36px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    text-align: center;
    font-size: 200%;
    line-height: 120%;
}


.mob_modal {
    width: 600px;
    background: #fff;
    position: absolute;
    z-index: 1510;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    top: 12%;
    text-align: center;
    padding: 1%;
}

.mob_modal .store_links {
    margin: 0px;
    text-align: center;
}
.mob_modal .store_links .nopd {
    display: inline-block;
    float: none;
}

.mob_modal .store_links img {
    width: 162px;
}
.mob_modal h2 {
    color: rgb(249, 0, 0);
    margin: 0px 0px 30px 0px;
    font-family: AvenirDemi;
}

.mob_modal img.poster {
    width: 100%;
    margin-top: 20px;
}

.mob_modal .close_mob_modal {
    display: block;
    color: rgb(249, 0, 0);
    position: absolute;
    right: 2%;
    font-size: 14px;
    top: 2%;
    border: 1px solid;
    padding: 5px 11px;
    border-radius: 100px;
    cursor: pointer;
}


.cookie-alert {
    position: fixed;
    top: 0px;
    z-index: 22;
    background: rgb(0, 0, 0) none repeat scroll 0% 0%;
    margin: 0px auto;
    text-align: center;
    background-color: #B20000;
    font-size: 9pt;
    font-family: Arial, sans-serif;
    font-style: italic;
    height: 30px;
    padding-top: 5px;
    width: 100%;
    left: 0px;
}

#marquee {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 23;
    width: 100%;
}

#marquee.w_cookies {
    top: 30px;
}

#marquee > .container {
    position: relative;
}


#header_marquee_content {
    /*position: fixed;*/
    /*top: 30px;*/
    /*z-index: 22;*/
    /*background: rgb(0, 0, 0) none repeat scroll 0% 0%;*/
    /*margin: 0px auto;*/
    /*text-align: center;*/
    padding-top: 5px;
    padding-bottom: 5px;
    color:#B20000;
    white-space: nowrap;
    display: inline-block;
    /*border: 1px solid;*/
    font-family: Arial, sans-serif;
}

#header_marquee_content .inner {
    padding-right: 0px;
    padding-left: 30px;
}

#header_marquee_container {
  background-color: #FFFFFF;
  height: 30px;
}

#header_marquee_mask {
    overflow: hidden;
    margin-right: 32px;
}

#header_marquee {
    height: 20px;
    display: none;
}


.header_marquee_close {
    border-radius: 4px;
    background: rgb(168, 169, 173) none repeat scroll 0% 0%;
    border: 0px none;
    font-style: normal;
    color: #fff;
    /*padding: 1px 11px;*/
    position: absolute;
    top: 4px;
    right: 4px;
    box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.4);
}

.cookie-alert a{
    color: white;
    font-weight: bold;
}

button.cookies_button {
    border-radius: 4px;
    background: rgb(168, 169, 173) none repeat scroll 0% 0%;
    border: 0px none;
    font-style: normal;
    padding: 1px 11px;
    box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.4);
}

.coockies_padding.h_marquee,
.coockies_padding.w_cookies {
    padding-bottom: 30px;
}

.coockies_padding.w_cookies.h_marquee {
    padding-bottom: 60px;
}

.navbar {
    border-radius: 0;
    position:fixed;
    margin-left: auto;
    margin-right: auto;
    z-index: 21;
}

.navbar .menu-container {
    background: #F90000;
    height: 63px;
    position: relative;
}

.navbar.h_marquee,
.navbar.w_cookies {
    margin-top:30px;
}

.navbar.w_cookies.h_marquee {
    margin-top:60px;
}

.navbar  .welbar {
    margin-right: 16px;
}

.navbar a.nav_menu {
    display: block;
    background: #E40404 url("/images/img/nav_menu.png") no-repeat 15px 20px;
    height: 63px;
    width: 63px;
}

.navbar a.logo {
    position: absolute;
    left: 95px;
    top: 16px;
}
/*.navbar a.logo h1 {*/
    /*margin: 0;*/
    /*font-size: 0;*/
/*}*/

.navbar .itembar {
    margin-right: 3%;
}

.navbar ul.navigation {
    list-style-type: none;
    font-family: AvenirDemi;
    margin-top: 21px;
}

.navbar ul.navigation li {
    display: inline;
}

.navbar ul.navigation a {
    color: #FFF;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-size: 14px;
}

.navbar ul.navigation li:after {
    content: "|";
    color: #FFF;
    margin-left: 28px;
    margin-right: 25px;
}

.navbar ul.navigation li:last-child:after {
    display: none;
}

.navbar .online {
    display: inline-block;
    position: relative;
    background: url("/images/img/nav_online.png") no-repeat;
    background-size: 100% 100%;
    /* height: 65px; */
    margin-top: 8px;
    /* margin: 5% 0; */
    color: #FFF;
    text-transform: uppercase;
    font-family: AvenirDemi;
    font-size: 15px;
    text-align: center;
    /* line-height: 250%; */
    text-decoration: none;
    overflow: hidden;
    padding: 13px 15px 15px 20px;
    width: 180px;
}

.navbar .online img {
    margin-top: -3px;
    margin-left: 4px;
}

.online_order_mobile {
    background: #BBCE16;
    background: linear-gradient(to bottom, #D4E44B, #BBCE16);
    height: 50px;
    font-family: AvenirDemi;
    font-size: 15px;
    text-align: center;
    padding-top: 15px;
    display: none;
}

.online_order_mobile img {
    margin-top: -3px;
    padding-left: 3px;
}

.online_order_mobile a {
    color: #FFF;
    text-transform: uppercase;
}

.gototop {
    position: absolute; float: right; text-align: right; color: rgb(255, 255, 255); padding: 10px;
}

.gototop a {
    color: rgb(255, 255, 255); display: block; font-size: 22px; border: 1px solid; width: 30px; height: 30px; text-align: center; border-radius: 20px; text-decoration: none;
}

.page_wrap.nmenu .welcome_cont {
    max-height: 265px;
}

.page_wrap.nmenu .nmenu_cnt {
    margin-top: -88px;
}

.page_wrap.promocje {
    padding: 0px;
}

.page_wrap.promocje .welcome_cont {
    height: 529px;
}

.page_wrap.promocje .carousel {
    margin-top: -315px;
}

.page_wrap.promocje .carousel .items_wrap .item {
    position: relative;
}

.page_wrap.landing {
    color: grey;
}

.slider,
.welcome_cont {
    position: relative;
}

.your_locale {
    position: absolute;
    background: rgba(255, 27, 16, 0.9) url("/images/img/earphone.png") no-repeat 24px;
    top: 48px;
    right: 0px;
    width: 302px;
    min-height: 85px;
    color: #FFF;
    padding: 20px 5px 5px 87px;
    overflow: hidden;
    z-index: 2;
}

.home .your_locale {
    display: none;
}

.your_locale span {
    display: block;
    font-family: AvenirDemi;
    font-size: 24px;
    line-height: 26px;
}

.your_locale p {
    display: block;
    /*height: 32px;*/
    text-transform: uppercase;
    line-height: 16px;
    color: #fff;
}

.welcome_cont {
    position: relative;
    overflow: hidden;
}

.welcome_cont .your_locale {
    right: 0px;
}

.slider .slide a img,
.welcome_wrap img {
    width: 100%;
}

.welcome_wrap .title {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 51px;
}

.welcome_wrap h1 {
    margin: 0px;
    padding: 0px;
    font-family: AvenirDemi;
    font-size: 42px;
    text-transform: uppercase;
    background: rgba(0,0,0,0.35);
    padding: 8px 19px 8px 18px;
    display: inline-block;
    max-width: 515px;
    color:white;
}

.welcome_wrap.nmenu {
    height: 177px;
}

.top_links a {
    color: #FFF;
    text-decoration: none;
}

.st_link {
    width: 100%;
    height: 168px;
    background-repeat: no-repeat;
    font-size: 20px;
    text-align: center;
    padding-top: 125px;
}

.st_link.darkred {
    background-color: #B20000;
}

.st_link.yellow {
    background-color: #FFC107;
}

.st_link.menu {
    background-image: url("/images/img/pizza_ico.png");
    background-position: center 26px;
}

.st_link.promo {
    background-image: url("/images/img/perc_ico.png");
    background-position: center 18px;
}

.st_link span {
    background: rgba(0, 0, 0, 0.4) url("/images/img/rarr_ico.png") no-repeat center right 10px;
    padding: 4px 36px 7px 30px;
}

.local_block {
    background: #FF0000;
    width: 100%;
    height: 168px;
    padding: 18px 40px 10px 40px;
    overflow: hidden;
}

.local_block h3 {
    margin: 0px;
    padding: 0px;
    font-size: 20px;
}

.local_block h3  span {
    font-family: AvenirDemi;
}

.local_block div.local_selected {
    margin-top: 30px;
    overflow: hidden;
}

.local_block span.local_selected {
    font-size: 20px;
}

#search_place_result {
    display: none;
    z-index: 100;
    position: absolute;
    color: rgb(56, 56, 56);
    background: #FFEDED;
    margin-top: -3px;
    padding: 10px 16px;
    border-radius: 0 0 4px 4px;
    border-top: 4px solid #FFF;
}

#search_place_result ul {
    list-style-type: none;
    padding: 0px;
}

#search_place_result ul li {
    line-height: 15px;
    font-size: 15px;
    margin-bottom: 15px;
    cursor: pointer;
    transition: 0.1s ease;
}

#search_place_result ul li:hover {
    font-family: AvenirDemi;
    margin-left: 2px;
}

.page_wrap.lokale #search_place_result {
    border-top: 0px;
    margin-top: 0px;
}

input.def {
    background: #FFF url("/images/img/darr_ico.png") no-repeat center right 12px;
    color: #000;
    border: 0;
    width: 333px;
    padding: 5px 16px;
    border-radius: 3px;
    border-top: 1px solid lightgrey;
    height: 34px;
    margin-top: 27px;
}

button.def {
    border: 0;
    background: rgb(187, 206, 22) none repeat scroll 0% 0%;
    width: 156px;
    height: 33px;
    border-radius: 4px;
    border-top: 1px solid #E1EF6F;
    border-bottom: 1px solid rgb(120, 130, 35);
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.5);
    border-left: 1px solid rgb(191, 206, 60);
    border-right: 1px solid rgb(212, 228, 75);
    float: right;
    margin-top: 27px;
    margin-right: -4px;
    text-transform: uppercase;
    font-size: 12px;
}

.carousel {
    background: url('../images/img/back_pizza_top.jpg');
    background-size: cover;
    min-height: 330px;
    margin-top: 2px;
    padding-top: 14px;
}

.carousel .row {
    margin: 15px auto;
    max-width: 942px;
    max-height: 302px;
    overflow: hidden;
}

.carousel .item {
    padding: 0px;
    max-width: 314px;
    margin-right: 1px;
}

.carousel .items_wrap {
    position:relative;
    width: 1000000px;
}

.carousel a {
    color: #FFF;
}

.carousel .item img {
    max-width: 314px;
    height: 271px;
}

.carousel .item p {
    display: block;
    font-size: 21px;
    background: rgba(0, 0, 0, 0.4) url("/images/img/rarr_ico.png") no-repeat center right 10px;
    position: absolute;
    width: 70%;
    left: 0px;
    right: 0px;
    margin-right: auto;
    margin-left: auto;
    padding: 4px 34px 4px 9px;
    /*bottom: 26px;*/
}

.carousel .control {
    padding: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
}

.carousel .control .button {
    position: absolute;
    width: 35px;
    height: 147px;
    top: 0px;
    bottom: 0px;
    margin-top: auto;
    margin-bottom: auto;
    cursor: pointer;
}

.carousel .control .button.left {
    background: rgba(0,0,0,0.4) url("/images/img/left_ico.png") no-repeat center;
    left: 5%;
}

.carousel .control .button.right {
    background: rgba(0,0,0,0.4) url("/images/img/rarr_ico.png") no-repeat center;
    right: 5%;
}

.carousel .items_wrap {
    z-index: 20;
}

.carousel .control {
    z-index: 10;
}

.page_wrap.promocje .carousel {
    background: none;
    min-height: 330px;
    height: 330px;
}

.page_wrap.promocje .carousel .items_wrap a.active {
    cursor: default;
}

.page_wrap.promocje .carousel .items_wrap a.active img {
    border: 5px solid red;
    margin-top: 0px;
    width: 314px;
    height: 270px;
}

.page_wrap.promocje .carousel .items_wrap a section .item {
    height: 270px;
}

.page_wrap.promocje .carousel .items_wrap a.active section .item {
    margin-right: 10px;
}

.page_wrap.promocje .carousel .item img {
    margin-top: 10px;
    max-width: 314px;
    width: 304px;
    height: 250px;
}

.page_wrap.promocje .carousel .item {
    margin-right: 0px;
}

.page_wrap.promocje .carousel .white-triangle {
    display: none;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid red;
    position: absolute;
    left: 555px;
    top: 280px;
    transition: 0.3s ease;
}


.page_wrap.promocje .desc-visible {
    display: block;
}

.page_wrap.promocje .desc-invisible {
    display: none;
}

.page_wrap.promocje .description {
    padding-bottom: 60px;
    height: auto;
    background-color: #FFFFFF;
    text-align: center;
}

.page_wrap.promocje .desc-text1 {
    margin: 0 auto;
    margin-top: 42px;
    font-family: AvenirBold;
    color: #181818;
    text-transform: uppercase;
}

.page_wrap.promocje .desc-text1 h2 {
    font-size: 30px;
}

.page_wrap.promocje .desc-text2 {
    width: 54%;
    line-height: 24px;
    margin: 0 auto;
    margin-top: 25px;
    font-family: AvenirBold;
    font-size: 15px;
    color: #454545;
}

.page_wrap.promocje .desc-text3 {
    width: 55%;
    margin: 0 auto;
    margin-top: 25px;
    /*font-family: AvenirBold;*/
    font-family: AvenirRegular;
    line-height: 18px;
    font-size: 15px;
    color: #181818;
}

.page_wrap.promocje .desc-text4 {
    width: 55%;
    margin: 0 auto;
    margin-top: 58px;
    font-family: AvenirRegular;
    font-size: 14px;
    color: #DD3A39;
}

.page_wrap.promocje .desc-text4 a {
    color: #D92221;
    font-family: AvenirBold;
    text-decoration: underline;
}

.news {
    background: url("/images/img/news_banner.png") no-repeat;
    /*margin-top: 0;*/
    margin-top: 2px;
    height: 501px;
}

.news .block {
    max-width: 481px;
    float: right;
    margin-top: 37px;
    margin-right: 51px;
    padding: 0px;
}

.news .block .cont {
    background: rgba(0,0,0,0.4);
    padding-left: 22px;
    padding-right: 18px;
    max-height:440px;
    overflow-y: auto;
}

.news .block span.head {
    display: block;
    text-transform: uppercase;
    font-size: 24px;
    text-align: center;
    padding: 18px 0 31px 0;
}

.news .block h3 {
    margin-top:-15px;
    font-size: 23px;
    line-height: 24px;
    padding-bottom: 7px;
}

.news .block p {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.1px;
    padding-bottom: 37px;
}

.news .block .more {
    display: block;
    font-size: 20px;
    /*background: rgba(0, 0, 0, 0.4) url("/images/img/rarr_ico.png") no-repeat scroll right 10px center;*/
    background: url('../images/img/str.png')top 50% right 20px no-repeat;
    width: 193px;
    padding: 4px 34px 4px 9px;
    color: #FFF;
    margin: -20px 0 20px -16px;
    float: left;
    text-align: center;
}

.tiles  a {
    color: #FFF;
    text-decoration: none;
}

.tiles .box {
    padding: 2px 0px 0px 0px;
}

.tiles .box:first-child {
    padding-right: 2px;
}

.tiles .box .boxx {
    padding-top: 2px;
}

.tiles .box .box {
    padding-top: 0px;
}

.tiles .box .boxx:first-child {
    padding-right: 0px;
}

.tiles .box .boxx:last-child {
    padding-left: 2px;
}

.tiles .tile {
    height: 250px;
}

.tiles .tile.anketa {
    position: relative;
}

.tiles .tile.big {
    height: 502px;
}

.tiles .tile.opina {
    background: url("/images/img/opinia.jpg") no-repeat;

}

.tiles .tile.zapisz {
    background: url("/images/img/NEWSLETTER.jpg") no-repeat right center;
}

.tiles .tile.opinion {
    background: url("/images/img/TLO_OPINIE.jpg") no-repeat right center;
    text-align:center;
    padding-top:45px;
}

.tiles .tile.facebook {
    background: #5D82D1 url("/images/img/facebook.png") no-repeat center center;
}

.tiles .tile.lightorange {
    background: #F5BF56;
}

.tiles .tile.telepizza {
    background: #E30613 url("/images/img/news.png") no-repeat center -30px;
}

.tiles .tile.dzieje {
    background: #D15DCD url("/images/img/dzieje_back.jpg") no-repeat center center;
}

.tiles .tile.business {
    background: #A8A9AD url("/images/img/business.png") no-repeat center center;
    background-size: auto !important;
}

.tiles .tile p {
    display: block;
    bottom: 1px;
    font-size: 21px;
    background: rgba(0, 0, 0, 0.4) url("/images/img/rarr_ico.png") no-repeat scroll 95% center;
    background: rgba(0, 0, 0, 0.4) url("/images/img/rarr_ico.png") no-repeat scroll right 10px center;
    position: absolute;
    width: 135px;
    right: 16px;
    padding: 4px 34px 4px 9px;
}

.tiles .tile.big p {
    text-transform: uppercase;
    font-size: 30px;
    width: 336px;
    bottom: 13px;
    right: 21px;
}

.tiles .tile span.top {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 24px;
    padding-top: 20px;
}

.tiles .tile.zapisz span.top {
    padding-top: 54px;
}

.tiles .tile.anketa span.top {
    padding-top: 70px;
    line-height: 30px;
}

.tiles .tile.business span.top {
    padding-top: 25px;
}

.tiles .tile.anketa p {
    position: relative;
    width: 71%;
    margin: 0 auto;
    right: 0;
    margin-top: 18px;
}

.tiles .tile.zapisz input.def {
    display: block;
    background: #FFF;
    margin: 0 auto;
    margin-top: 9px;
    max-width: 326px;
    text-align: center;
}

.tiles .tile.zapisz button.def {
    display: block;
    float: none;
    margin: 20px auto 0;
    width: 116px;
}

.container.local {
    border-left: 1px solid #CACACA;
    border-right: 1px solid #CACACA;
    margin-bottom: -2px;
    color: #606060;
}

.container.local .content {
    padding: 51px 5px 32px 37px;
}

.container.local .content h2,
.container.local .content h3{
    color: #BB0E10;
    margin: 0px;
    text-transform: uppercase;
    font-family: AvenirBold;
    font-size: 30px;
}

input.lg {
    color: black;
    font-family: AvenirDemi;
    font-size: 14px;
    padding: 5px 8px;
    border: 1px solid #CACACA;
    border-radius: 4px;
    border-top: 2px solid #CACACA;
    height: 36px;
}

.container.local .content input {
    width: 391px;
    margin-top: 26px;
}

.container.local .content button {
    color: #FFF;
    float: none;
    margin-right: 0px;
}
@media (max-width: 900px){
    .container.local .content button {
        margin-bottom: 10px;
        margin-bottom: 0px;
    }
}
.container.local .content .left_part {
    margin-right: -25px;
}

.container.local .content #local_list {
    display: block;
    position: relative;
    color: #BB0E10;
    font-family: AvenirDemi;
    width: 154px;
    margin-top: 18px;
    margin-bottom: 24px;
    transition: 0.3s ease;
}

.container.local .content #local_list:after {
    content: "";
    display: block;
    position: absolute;
    background: url("/images/img/darr_r_ico.png") no-repeat;
    width: 12px;
    height: 12px;
    top: 5px;
    right: 0px;
    transition: 0.3s ease;
}

.container.local .content #local_list.active:after {
    background: url("/images/img/uarr_r_ico.png") no-repeat;
}

.container.local .content #local_list_body {
    display: none;
}

.container.local .content #local_list_body ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.container.local .content #local_list_body ul li a {
    color: #BB0E10;
    text-transform: uppercase;
    text-decoration: none;
}

.container.local .content #local_list_body ul li a:hover {
    /*	opacity: 0.7;*/
    text-decoration: underline;
}

.container.local .content #local_list_body ul li ul {
    display: none;
    margin-left: 20px;
}

.container.local .content #local_list_body ul li ul li a {
    color: #555;
    text-transform: none;
    text-decoration: none;
}

.container.local .content #local_list_body ul li ul li a:before {
    content: "› ";
}

.container.local .content #local_list_body ul li ul li a:after {
    content: " →";
}

.container.local .map {
    padding: 10px;
}

.container.local .map #GMap {
    width: 100%;
    height: 100%;
}

.container.local #map-canvas {
    height: 550px !important;
}

.container.local.inst .content h2{
    text-transform: none;
    padding-right: 10px;
    margin-bottom: 22px;
}

.container.local.inst .content .left_part {
    margin-right: -73px;
}

.container.local.inst .content .left_part span.phone {
    display: block;
    font-family: AvenirBold;
    color: rgb(56, 56, 56);
    font-size: 30px;
    background: transparent url("/images/img/earphone_b.png") no-repeat scroll left center;
    padding-left: 37px;
}

.container.local.inst .content button.def {
    margin-top: 3px;
    width: 138px;
}

.container.local.inst .content button.def.city_link {
    margin: 15px 0 6px;
}

.container.local.inst .content .info {
    margin-top: 15px;
}

.container.local.inst .content span.part {
    display: block;
    color: #000;
}

.container.local.inst .content .info span.item {
    display: block;
    color: #1D1D1D;
    font-size: 18px;
}

.container.local.inst .content .details {
    margin-top: 22px;
}

.container.local.inst .content .details p.alert {
    padding: 2px 0px 0px 0px;
    color: #181818;
}

.container.local.inst .content .details p.part {
    display: block;
    padding: 2px 35px 0px 0px;
    color: #000;
}

.container.local.inst .content a.change_local {
    position: absolute;
    top: 5px;
    right: 0;
    color: #000;
    text-decoration: underline;
    font-size: 18px;
}

.nmenu_wrap {
    margin: 0px 36px 40px 36px;
}

.nmenu_wrap .items_wrap .item {
    position: relative;
    float: left;
    width: 178px;
    height: 176px;
    cursor: pointer;
    background-size: cover !important;
}

.nmenu_wrap .items_wrap .item.active{
    border: 3px solid #FFF;
}

.nmenu_wrap .items_wrap .item.pizza {
    background: url("/images/img/menu_pizza.png") no-repeat;
}

.nmenu_wrap .items_wrap .item.makarony {
    background: url("/images/img/menu_makarony.png") no-repeat;
}

.nmenu_wrap .items_wrap .item.chicken {
    background: url("/images/img/menu_delizioso.jpg") no-repeat;
}

.nmenu_wrap .items_wrap .item.startery {
    background: url("/images/img/menu_startery.png") no-repeat;
}

.nmenu_wrap .items_wrap .item.salatki {
    background: url("/images/img/menu_salatki.png") no-repeat;
}

.nmenu_wrap .items_wrap .item.napoje {
    background: url("/images/img/menu_napoje.png") no-repeat;
}

.nmenu_wrap .items_wrap .item span.title {
    display: block;
    position: absolute;
    background: #E52635;
    width: 82%;
    text-align: center;
    font-family: AvenirDemi;
    font-size: 18px;
    bottom: 7px;
    padding-top: 2px;
    padding-bottom: 4px;
}

.nmenu_wrap .items_wrap .item span.title:after {
    content: "";
    display: block;
    background: url("/images/img/tail.png") no-repeat;
    background-size: cover;
    height: 100%;
    width: 10px;
    position: absolute;
    top: 0px;
    right: -10px;
}

.menu_body_wrap .nmenu_wrap {
    position: relative;
    clear: both;
    color: #181818;
    margin: 0px 36px 18px;
}

.menu_body_wrap .nmenu_wrap .titles {
    text-align: center;
    padding: 24px 0px 0px 0px;
    font-size: 14px;
}

.menu_body_wrap .nmenu_wrap .titles .button-container {
    text-align: left;
}

.menu_body_wrap .nmenu_wrap .titles .right_al {
    text-align: right;
}

.menu_body_wrap .nmenu_wrap .titles h1{
    text-transform: uppercase;
    font-family: AvenirBold;
    font-size: 31px;
    margin: 0px 0px 2px 0px;
}

.menu_body_wrap .nmenu_wrap .titles a {
    color: #000;
    text-decoration: underline;
}

.menu_body_wrap .nmenu_wrap .titles span.sub {
    display: block;
    text-align: left;
    color: #D50C0B;
    margin-top: 18px;
    padding-left: 18px;
}

.menu_body_wrap .nmenu_wrap .titles span.sub a {
    color: #D50C0B;
}

.menu_body_wrap .item_wrap .nmenu_wrap {
    clear: both;
}

.menu_body_wrap .price_wrap {
    background: #D50C0B;
}

.menu_body_wrap .item_wrap .nmenu_wrap .price {
    max-width: 100%;
    color: #FFF;
    padding: 10px 0px 0 27px;
}

.menu_body_wrap .item_wrap .nmenu_wrap .price .block {
    padding: 0px;
    margin-right: 18px;
}

.menu_body_wrap .item_wrap .nmenu_wrap .price .block.type {
    /*max-width: 134px;*/
    margin-right: 80px;
}

.menu_body_wrap .item_wrap .nmenu_wrap .price .block span {
    display: block;
    padding: 0px;
}

.menu_body_wrap .item_wrap .nmenu_wrap .price .block span.title,
.menu_body_wrap .item_wrap .nmenu_wrap .price .block span.stitle {
    font-family: AvenirDemi;
    height: 30px;
}

.menu_body_wrap .item_wrap .nmenu_wrap .price .block span.title {
    text-transform: uppercase;
    font-size: 18px;
}

.menu_body_wrap .item_wrap .nmenu_wrap .price .block span.stitle {
    text-transform: uppercase;
    font-family: AvenirDemi;
    line-height: 25px;
}

.menu_body_wrap .item_wrap .nmenu_wrap .price .block span.clar,
.menu_body_wrap .item_wrap .nmenu_wrap .price .block span.pricex {
    height: 40px;
}

.menu_body_wrap .item_wrap .nmenu_wrap .price .block span.clar {
    font-family: AvenirDemi;
    text-align: left;
    line-height: 17px;
}

.menu_body_wrap .item_wrap .nmenu_wrap .price .block span.clar_s {
    text-align: left;
    line-height: 17px;
}

.menu_body_wrap .item_wrap .nmenu_wrap .price .block span.pricex {
    font-family: AvenirDemi;
    font-size: 18px;
}

.menu_body_wrap .item_wrap.part {
    margin-bottom: 38px;
}

.menu_body_wrap .item_wrap.part .container:nth-child(2n) {
    background: #F0EFEE;
}

.menu_body_wrap .item_wrap.part .container .row.wr {
    margin: 0px;
    padding: 14px 0px 10px;
    overflow: hidden;
}

.menu_body_wrap .item_wrap.part .nmenu_wrap .item .ico {
    width: 28px;
    height: 28px;
    border-radius: 28px;
    margin-top: -4px;
}

.menu_body_wrap .item_wrap.part .nmenu_wrap .item .ico.vgt {
    background: #FFF url("/images/img/vgt_ico.png") no-repeat center;
}

.menu_body_wrap .item_wrap.part .nmenu_wrap .item .ico.newico {
    background: #FFF url("/images/img/newico_ico.png") no-repeat center;
}

.menu_body_wrap .item_wrap.part .nmenu_wrap .item .ico.chilli {
    background: #FFF url("/images/img/chilli_ico.png") no-repeat center;
}

.menu_body_wrap .item_wrap.part .nmenu_wrap .item .ico.new {
    background: #FFF url("/images/img/newm_ico.png") no-repeat center;
}

.menu_body_wrap .item_wrap.part .nmenu_wrap .item .name {
    text-transform: uppercase;
    font-family: AvenirDemi;
    font-size: 19px;
    line-height: 19px;
}

.menu_body_wrap .item_wrap.part .nmenu_wrap .item .inc {
    font-family: AvenirItalic;
    font-size: 14px;
    line-height: 14px;
}

.menu_body_wrap .item_wrap.part .nmenu_wrap .item .inc:before {
    content: "- ";
    font-family: AvenirDemi;
}

.menu_body_wrap .item_wrap.part .nmenu_wrap .item .view_pizza_banner {
    position: absolute;
    right: 0px;
    background: #959594;
    color: #FFF;
    cursor: pointer;
    font-size: 15px;
    height: 24px;
    padding: 1px 15px 0px;
    margin-top: -4px;
    max-width: 180px;
}

.menu_body_wrap .item_wrap.part .nmenu_wrap .item .view_pizza_banner:after {
    content: "";
    display: block;
    background: url("/images/img/darr_w_ico.png") no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 6px;
    right: 10px;
    transition: 0.3s ease;
}

.menu_body_wrap .item_wrap.part .nmenu_wrap .item .view_pizza_banner.active {
    background: #ED1C24;
}

.menu_body_wrap .item_wrap.part .nmenu_wrap .item .view_pizza_banner.active:after {
    transform: rotate(180deg);
}

.menu_body_wrap .item_wrap.part .nmenu_wrap .item .pricebox {
    font-family: AvenirDemi;
    font-size: 18px;
    padding: 0px;
    text-align: right;
}

.menu_body_wrap .item_wrap.part .container .row.banner {
    display: none;
    background: #ED1C24;
    padding: 19px 76px;
}

.menu_body_wrap .item_wrap.part .container .row.banner img {
    max-width: 100%;
}

.menu_body_wrap .line {
    width: 100%;
    height: 27px;
    margin-top: -9px;
    margin-bottom: 2%;
}

.menu_body_wrap.st .item_wrap.part .nmenu_wrap .item .name {
    text-transform: none;
}

.menu_body_wrap .item_wrap.inform .price_wrap {
    margin-top: 16px;
}

.menu_body_wrap .item_wrap .nmenu_wrap .price.inform {
    font-family: AvenirItalic;
    line-height: 14px;
    padding-top: 7px;
    margin-bottom: -9px;
}

.kar_block2 p {
    padding: 2% 6% 0%;
    text-align: center;
    color: #32312F;
    line-height: 19px;
    font-size: 17px;
}

.kar_block2 .hh1, .kar_block2 .hh2 {
    color: #bb0e10;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    font-family: AvenirBold;
    font-size: 30px;
}

.kar_block2 .hh2 {
    text-transform: none;
    font-family: AvenirRegular;
}

.kar_block1 .kar_block3 h3 {
    position: absolute;
    top: 6%;
    left: 20%;
    color: #FFF;
    text-transform: uppercase;
    width: 100%;
    font-size:30px;
}

.kar_block1 .kar_block3 p {
    color: #FFF;
    position: absolute;
    top: 28%;
    left: 20%;
    font-size: 17px;
}

.kar_block1 ul {
    position: absolute;
    color: #262626;
    top: 27%;
    left: 4%;
    font-family: AvenirRegular;
    font-size: 16px;
    list-style-image: url("../images/img/leaf_lgreen.png");
}

.kar_block1 ul li {
    margin-bottom: 10px;
    width: 395px;
    font-size: 18px;
    color: #535353;
    line-height: 21px;
}

.kar_block1 h3 {
    position: absolute;
    top: 4%;
    left: 4%;
    color: #bb0e10;
    font-family: AvenirBold;
    text-transform: uppercase;
    width: 40%;
    font-size:30px;
}

.kariera_conteiner {
    position: relative;
    background: url('../images/img/back_kont.png');
}

.kariera_conteiner h1 {
    margin: 0px;
    color:  #bb0e10;
    text-transform: uppercase;
    text-align: center;
    font-size: 30px;
    padding: 4% 2% 5%;
}

.kar_block1 {
    position: relative;
    width: 100%;
    height: 500px;
    background: #FFF;
}

.kar_block1 img {
    position: absolute;
    height: 84%;
    bottom: 0px;
    left: 13%;
    margin-left: -8px;
    z-index: 2;
}

.kar_block2 {
    position: relative;
    background: url("/images/img/bgk.jpg");
    width: 100%;
    padding: 7% 0% 4%;
}

.kar_block3 {
    position: relative;
    width: 40%;
    height: 100%;
    background: #f90000;
    float: right;
}

.anketa_link,
.anketa_link:hover {
    display: block;
    font-size: 21px;
    background: rgba(0, 0, 0, 0.4) url("/images/img/rarr_ico.png") no-repeat scroll right 10px center;
    width: 202px;
    padding: 4px 0px 4px 0px;
    margin-top: 40px;
    color: #FFF;
    text-decoration: none;
    text-align: center;
}

.two_parts_block .part {
    border-style: solid;
    border-color: #FFF;
    text-align: center;
    padding: 4% 2% 3.3% !important
}

.two_parts_block .part1 {
    border-width: 1px 1px 1px 0px;
    background-color: #B20000;
}

.two_parts_block .part2 {
    border-width: 1px 0px 1px 1px;
    background-color: #FEC107;
}

.two_parts_block .part a {
    font-size: 21px;
    color: #FFF;
    text-decoration: none;
    padding: 4px 33px;
    background: rgba(0, 0, 0, 0.4) url("/images/img/rarr_ico.png") no-repeat scroll right 10px center;
}

.anketa_wrap {
    background-color: #EEEEEE;
    padding: 5% 7% 3%;
    color: #555;
}

.anketa_wrap h3 {
    max-width: 50%;
}

.anketa_wrap select {
    background: #FFF url("/images/img/point_bot.png") no-repeat right 14px center;
    width: 100%;
    height: 34px;
    margin-bottom: 10px;
    border: 0px;
    padding: 0px 10px;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

.anketa_wrap textarea {
    background: #FFF;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    border: 0px;
    padding: 10px 15px;
    border-radius: 4px;
    font-size: 13px;
}

.anketa_wrap input {
    background: #FFF;
    width: 100%;
    height: 34px;
    margin-bottom: 10px;
    border: 0px;
    padding: 10px 15px;
    border-radius: 4px;
}

.anketa_wrap input.checkbox {
    display: inline;
    width: auto;
    padding: 0px;
    margin: 0px;
    height: auto;
}

.anketa_wrap label {
    display: inline;
    margin: 0px;
    font-weight: 300;
}

.anketa_wrap .sumbit_wrap {
    text-align: center;
    margin-top: 25px;
}

.anketa_wrap button.submit {
    background: rgb(228, 4, 4) none repeat scroll 0% 0%;
    color: rgb(255, 255, 255);
    border: 1px solid rgb(249, 0, 0);
    padding: 8px 15px;
    font-size: 16px;
    border-radius: 4px;
    box-shadow: 0px 0px 2px 4px;
}

.anketa_wrap .workplace {
    margin: 0px 0px 20px;
}

.anketa_wrap .workplace.none {
    display: none;
}

.anketa_wrap #addWPlace {
    cursor: pointer;
    margin-top: -18px;
    position: absolute;
}

.anketa_wrap #addWPlace:before {
    content: "+";
    display: block;
    float: left;
    background-color: #BCBCBC;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 14px;
    margin: 2px 5px 0px 0px;
}

.anketa_wrap #addWPlace:hover {
    text-decoration: underline;
}

.lp_content {
    padding: 0px;
    position: relative;
    z-index: 1;
}

.big_blocks {
    margin-bottom: -2px;
    padding: 0px;
    color: #F90000;
}

.big_blocks .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 0px;
}

.big_blocks .big_block.red {
    background-color: #F80000;
}

.big_blocks .big_block.grey {
    background-color: #EEEEEE;
}

.big_blocks .big_block {
    padding: 33px 40px;
}

.big_blocks h1 {
    font-size: 48px;
    line-height: 48px;
    max-width: 350px;
    margin: 0px;
}

.big_blocks ul {
    list-style-image: url("../images/img/leaf_lgreen.png");
    font-size: 20px;
    line-height: 22px;
    color: #303030;
}

.big_blocks ul li {
    margin-bottom: 17px;
    padding-left: 6px;
}

.big_blocks ul.main {
    font-family: AvenirDemi;
    max-width: 372px;
    margin-top: 30px;
    color: #F90000;
}

.big_blocks .big_block.red h3 {
    color: #FFF;
}

.big_blocks h3.big {
    text-transform: uppercase;
    font-size: 30px;
}

.big_blocks h3.title {
    margin: 0px;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 35px;
}

.big_blocks .big_block.app {
    padding: 18px 59px;
    color: #fff;
}

.big_blocks .big_block.app h3.big {
    margin-bottom: 59px;
}

.big_blocks .big_block.app p {
    font-size: 18px;
}

.big_blocks .big_block.app p span {
    display: block;
}

.big_blocks .big_block.picture {
    padding: 0px;
}

.big_blocks h4 {
    font-family: AvenirBold;
    font-size: 20px;
    margin-bottom: 20px;
}

.big_blocks p.desc {
    color: #303030;
    font-size: 20px;
    line-height: 20px;
    margin-top: -17px;
    margin-bottom: 32px;
}

.autofail {
    font-size: 120%;
    padding: 20px 9%;
}

.footer {
    clear: both;
    margin-top: 2px;
    background: #ED1C24;
    padding: 43px 103px 76px 85px;
    font-family: AvenirDemi;
    font-size: 18px;
}

.error_page_x {
    background: url(/images/img/tp404bg.png) no-repeat;
    margin: 0px 0px -2px;
    padding-bottom: 10%;
}

.error_page_x .error_code_x {
    color: #f90000;
    font-size: 175px;
    padding: 2.5% 8% 0%;
    display: block;
    position: relative;
    z-index: 2;
}

.error_page_x .error_desc_x {
    margin: -6% 6% 0%;
    font-size: 24px;
    background: rgba(0,0,0,0.3);
    max-width: 60%;
    padding: 2%;
    line-height: 136%;
}

.error_page_x .error_desc_x span {
    font-size: 36px;
    text-transform: uppercase;
}

.error_page_x button {
    float: none;
    margin: 1% 7%;
    width: 256px;
    height: 46px;
}

.title-col {
    font-size: 30px;
    color: #181818;
    text-transform: uppercase;
    text-align: center;
    padding: 2.5% 0% 1.7%;
}

.compose .menu-row {
    background: #d50c0b;
    padding: 1.8% 0% 2% 6%;
}

.compose .menu-row .title-part {
    text-transform: uppercase;
    font-size: 18px;
}

.compose .menu-row .title-part,
.compose .menu-row .type-part {
    margin-right: 5px;
}

.compose .menu-row .type-part span {
    display: block;
}

.compose .menu-row .type-part span.size {
    text-transform: uppercase;
    font-size: 14px;
}

.compose .menu-row .type-part span.price {
    font-size: 20px;
}

.greyline {
    float: none;
    clear: both;
    width: 100%;
    height: 1px;
    background: #e3e3e3;
}

.menu_body_wrap.compose .item_wrap.part {
    margin-bottom: 0px;
}

.row.souse_list {
    text-align: center;
}

.souse_list ul {
    color: #181818;
    margin-top: 0.5%;
    padding-bottom: 3%;
}

.souse_list ul li {
    display: inline-block;
    text-align: left;
    font-size: 18px;
    background: url("/images/img/ico_souce.png") no-repeat center left;
    padding-left: 42px;
    margin-right: 25px;
}

.row.components {
    color: #181818;
    padding: 4% 0% 6% 8%;
}

.row.components .component {
    margin-bottom: 10px;
    max-width: 286px;
    min-height: 45px;
    display: inline-block;
    float: none;
    margin-right: -4px;
}

.row.components .component .ico {
    max-width: 54px;
    margin-right: 10px;
}

.row.components .component .name {
    font-family: AvenirDemi;
    font-size: 18px;
    text-transform: uppercase;
    padding-top: 9px;
    padding-right: 60px;
    line-height: 17px;
}

.compose .alertx {
    color: #353535;
    text-align: center;
    padding: 5% 2% 7%;
}

.nowosci_partnerzy {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0 45px;
    color: #000;
    min-height: 190px;
}

.partner_np{
    position: relative;
    display: table;
    width:100%;
    float: left;
    margin-bottom:30px;
}

.partner_np .partner-img {
    display: inline-block;
    height: 192px;
    width: 192px;
    border: 1px solid #ddd;
    margin-right: 30px;
    position: relative;
}

.partner_np .partner-desc {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.partner_np img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform:translate(-50%,-50%);
    max-width: 190px;
    max-height: 190px;
}

.partner_np .name_np{
    font-family: AvenirBold;
    position: relative;
    margin-top: 10px;
}

.partner_np .desc_np{
    font-family: AvenirRegular, Arial, sans-serif;
    position: relative;
    font-size: 18px;
}

.paddingBody {
    padding: 0px 15px;
}

.uppercase {
    text-transform: uppercase;
}

.uppercase.important {
    text-transform: uppercase !important;
}

.container.local.city_wr .content {
    padding: 51px 5px 32px 0px;
}

.container.local.city_wr .content h2 {
    padding-left: 46px;
    padding-bottom: 20px;
}

.city_wr .city_item {
    background-color: #f1f1f1;
    margin: 0px -5px 0px 0px;
    padding: 14px 0px 11px 51px;
}

.city_wr .city_item:nth-child(2n+1) {
    background-color: #fff;
}

.city_wr .city_item .name {
    font-size: 18px;
}

.contact .phone_wr,
.city_wr .city_item .phone_wr {
    line-height: 200%;
    margin-top: 7px;
}

.contact .phone_wr img,
.city_wr .city_item .phone_wr img {
    float: left;
    margin-right: 6px;
}

.contact .phone,
.city_wr .city_item .phone {
    padding: 0px;
    color: #383838;
    font-size: 30px;
}

.city_wr .info {
    margin: 3px 0px 0px !important;
}

.city_wr .city_link {
    display: block;
    float: left;
    color: #000;
    color: rgba(0,0,0,0.9);
    margin: 11px 0px 2px;
}

.container.local .map p {
    font-size: 18px;
    padding: 25px;
}

#misto_mblock {
    position: relative;
    display: block;
    text-align: left;
    float: left;
    margin: 0px 20px 19px;
    padding: 10px 20px;
    width: 560px;
    height: 36px;
    z-index:11;
    cursor: pointer;
    border: 1px solid lightgrey;
    color: #000;
    text-transform: uppercase;
}

#street_mblock {
    position: relative;
    display: block;
    text-align: left;
    float: left;
    margin: -10px 19px;
    padding: 10px 20px;
    width: 560px;
    height: 36px;
    z-index:11;
    cursor: pointer;
    border: 1px solid lightgrey;
    color: #000;
    text-transform: uppercase;
}

#num_house_mblock {
    position: relative;
    display: block;
    text-align: left;
    float: left;
    margin: 20px 20px 19px;
    padding: 10px 20px;
    width: 560px;
    height: 36px;
    z-index:11;
    cursor: pointer;
    border: 1px solid lightgrey;
    color: #000;
    text-transform: uppercase;
}

.container.local #misto_mblock,
.container.local #street_mblock,
.container.local #num_house_mblock {
    border-width: 2px 1px 1px;
    border-style: solid;
    border-color: #CACACA;
    margin: 0px 0px 19px;
    padding: 10px 20px;
    clear: both;
    float: left;
    height: auto;
    padding: 7px 10px;
    max-width: 509px;
}

.container.local #local_header,
.container.local #local_cont_mblock {
    width: 100%;
}

.container.local #local_header {
    margin-bottom: 36px;
}

.local_link {
    display: block;
    position: relative;
    color: #BB0E10;
    font-family: AvenirDemi;
    margin-top: 18px;
    margin-bottom: 24px;
    transition: 0.3s ease;
}

.local_link img {
    margin-left:15px;
}

.geo_run {
    position: absolute;
    background: transparent url("../images/img/ico_geo.png") no-repeat center left;
    right: 36px;
    padding: 0px 0px 0px 23px;
    cursor: pointer;
}

.container.local .geo_run_head {
    margin: 0px 0px 20px;
}

.container.local .geo_run_head span {
    color: #181818;
    font-size: 17px;
}

.container.local .geo_run_head button.def {
    width: auto;
    padding: 7px 16px;
    margin-left: 50px;
    margin-right: 63px;
    height: auto;
}

.red_block {
    background: #D50C0B;
}

.right_al {
    text-align: right;
}

.center_al {
    text-align: center;
}

.calories_wr {
    margin-top: 38px;
}

.calories_wr .lbord {
    border-left: 1px solid #cecece;
}

.calories_wr .part_title {
    text-transform: uppercase;
    font-family: AvenirDemi, sans-serif;
    font-size: 18px;
    text-align: center;
    padding: 25px 15px 16px;
}

.calories_wr .part_stitle {
    font-family: AvenirDemi, sans-serif;
    font-size: 15px;
    padding: 0px 0px 0px 67px;
}

.calories_wr .red_block .part_stitle {
    padding-bottom: 15px;
}

.calories_wr .part_stitle .main_item {
    /*max-width: 237px;*/
    padding-right: 20px;
}

.calories_wr .part_stitle .mr_item {
    width: 122px;
    text-align: center;
}

.calories_wr .content_block .main_item,
.calories_wr .content_block .mr_item,
.calories_wr .content_block .last {
    padding: 11px 0 9px 0;
}

.calories_wr .content_block {
    color: #181818;
    padding: 0px 0px 0px 67px;
}

.calories_wr .content_block:nth-child(2n+1) {
    background: #F1F0EF;
}

/*.calories_wr .content_block .nopd {*/
/*word-break: break-all; */
/*}*/

.footer .item {
    padding: 0px;
}

.footer .item .foo_a{
    display: block;
    margin-bottom: 18px;
}

.footer .item .foo_a:before {
    content: "";
    display: block;
    background: #FFF;
    width: 12px;
    height: 12px;
    float: left;
    margin-top: 7px;
    margin-right: 29px;
}

.footer .item span.info {
    font-family: AvenirRegular;
    font-size: 22px;
    line-height: 22px;
    color: white;
}

.footer a {
    color: #FFF;
}

.footer .item a.opina {
    margin-top: 0;
    padding-bottom: 17px;
}
.footer .item img.iimg{
    margin-top:20px;
}
.footer .item img.iimg_first{
    margin-top:18px;
    margin-left:-28px;
}

.land_wrap {
    background-color: #FFF;
    margin-top: 2px;
    overflow: hidden;
}

.land_wrap .lp_content.content_xs {
    width: 100% !important;
}

.land_wrap .xs_align {
    width: 320px;
    margin: 0px auto;
    position: absolute;
    left: 0px;
    right: 0px;
}

#popup-reg {
    top: 10%;
    left: 50%;
    margin-left: -375px;
    width: 700px;
    padding-bottom: 30px;
    background: #fff;
    overflow: hidden;
    position: fixed;
    z-index: 2000;
}

.block-bottom_reg {
    width: 100%;
    margin: 0 auto;
    padding: 10px 5px 20px 30px;
}

p.block-top-text-bottom_reg {
    color: #696969;
    margin-right: 20px;
    text-align: left;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-style: italic;
    font-size: 14px;
}

p.block-top-text-bottom_reg label {
    font-weight: 100;
    padding-top: 20px;
}

p.bottom_reg_info {
    color: black;
    font-weight: bold;
}

p.bottom_reg_info_bot {
    color: black;
    font-weight: bold;
    text-align: center;
}

.close_reg {
    width: 70px;
    height: 70px;
    background: url(../images/close.jpg) no-repeat center;
    position: absolute;
    right: 0;
    opacity: 1;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 2;
}

.media_container .media_mc a,
.media_container .media_mc_active a {
    color: #FFF;
    text-decoration: none;
}

@media (min-width: 1170px) {
    .display_desktop {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 1169px) {
    .display_nowide_tablet {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .display_mobile {
        display: block !important;
    }

    .dispaly_mobile_inline {
        display: inline !important;
    }
}

@media (min-width: 1024px) {
    .anketa_wrap .day {
        max-width: 13.5%;
    }
}

/* Netbooks */
@media (max-width: 1199px) {
    .tiles .tile.telepizza {
        background: #E30613 url("/images/img/news.png") no-repeat center center;
        background-size: contain !important;
    }

    .navbar ul.navigation {
        padding-left: 0;
    }

    .hide_nt {
        display: none;
    }

    .kar_block1 img {
        display: none;
    }

    .container.local .content .right_part {
        clear: both;
    }

    .nmenu_wrap {
        margin: 0px 2px 40px 2px;
    }

    .nmenu_wrap .items_wrap .item {
        width: 156px;
        height: 156px;
    }

    .page_wrap.promocje .carousel {
        margin-top: -360px;
    }

    .page_wrap.promocje .welcome_wrap img {
        height: 100%;
        width: auto;
    }

    .page_wrap.promocje .desc-text1 {
        width: 90%;
        text-align: center;
        padding: 10px;
    }

    .page_wrap.promocje .desc-text2 {
        width: 90%;
        text-align: center;
        padding: 10px;
    }

    .page_wrap.promocje .desc-text3 {
        width: 90%;
        text-align: center;
        padding: 10px;
    }

    .page_wrap.promocje .desc-text4 {
        width: 90%;
        text-align: center;
        margin-bottom: 30px;
        padding: 10px;
    }

    .page_wrap.promocje .carousel .white-triangle {
        display: none;
    }

    .local_selected_wr {
        margin-top: -15px;
    }

    .local_selected_wr button.def {
        width: 100px;
    }

    .local_block div.local_selected {
        margin-top: 30px;
    }

    .white-triangle {
        display: none !important;
    }

    .big_blocks .big_block.picture img {
        width: 100%;
        height: 100%;
    }

    .error_page_x button {
        width: 256px !important;
    }

    .error_page_x .error_desc_x {
        max-width: 70%;
    }

    .row.components .component .name {
        padding-right: 0px;
    }

    .souse_list ul {
        width: 800px;
        display: inline-block;
        text-align: left;
    }

    .souse_list ul li {
        width: 230px;
        line-height: 2em;
        margin-right: 20px;
    }

    .calories_wr .part_stitle {
        padding: 0px 0px 0px 10px;
        font-size: 13px;
    }

    .calories_wr .part_stitle .mr_item {
        width: 106px;
    }

    .calories_wr .content_block {
        font-size: 14px;
        padding: 0px 0px 0px 10px;
    }

}

/* Desktop nowide */
@media (width: 1024px) {
    .col-md-2 {
        width: 13.666667% !important;
    }

    .menu_body_wrap .item_wrap.part .nmenu_wrap .item .view_pizza_banner {
        width: 186px;
    }
}

/* Tablets and Desktop nowide */
@media (max-width: 1024px) {
    .adp_width {
        width: 100% !important;
    }

    .local_block button {
        float: left;
        margin-top: 12px
    }

    .kar_block1 .kar_block3 h3,
    .kar_block1 .kar_block3 p {
        left: 29%;
    }

    .kar_block1 h3 {
        font-size: 28px;
    }

    .anketa_link {
        margin-left: 56px;
    }

    .tiles .tile.opina {
        background: url("/images/img/opinia.jpg") no-repeat right;
    }

    .footer {
        padding: 43px 20px 76px 20px;
    }

    .footer .item .foo_a:before {
        margin-right: 5px;
    }
}

/* Tablets (& mobile) */
@media (max-width: 1023px) {
    .carousel .row {
        max-width: 628px;
    }

    .local_block div.local_selected {
        max-height: 45px;
        overflow: hidden;
    }

    .local_block span.local_selected {
        font-size: 16px;
    }

    .your_locale {
        top: 38px;
    }

    .kar_block1 .kar_block3 h3,
    .kar_block1 .kar_block3 p {
        left: 10%;
    }

    .anketa_link {
        margin-left: 0px;
    }

    .kar_block1 .kar_block3 h3,
    .kar_block1 h3 {
        font-size: 23px;
    }

    .kar_block1 h3,
    .kar_block1 ul {
        left: 2%;
    }

    .kar_block1 ul,
    .kar_block1 .kar_block3 p {
        top: 27%;
    }

    .partner_np {
        display: inline-block;
    }

    .partner_np .partner-desc {
        display: block;
    }

    .partner_np .partner-img {
        margin-right: 0;
    }


    .partner_wrap {
        text-align: center;
    }

    .geo_run span {
        display: none;
    }

    .geo_run {
        width: 28px;
        height: 28px;
        top: 17px;
        left: 66%;
        border: 1px solid rgba(255, 255, 255, 0.3);
        background-position: center center;
        border-radius: 20px;
        box-shadow: 1px 0px 2px 1px rgba(0,0,0,0.2);
    }

    .geo_run:active {
        top: 18px;
        border: 0px;
    }

    .container.local .geo_run_head button.def {
        margin-left: 0px;
        margin-right: 10px;
    }
}

@media (max-width: 991px) {
    .welcome_wrap h1 {
        font-size: 150%;
    }

    .welcome_cont .your_locale {
        right: -218px;
    }

    .nmenu_wrap {
        margin: 0px 6px 40px 6px;
    }

    .nmenu_wrap .items_wrap .item {
        width: 118px;
        height: 118px;
    }

    .menu_body_wrap .item_wrap .nmenu_wrap .price .block,
    .menu_body_wrap .item_wrap .nmenu_wrap .price .block.type {
        margin-right: 0px;
    }

    .menu_body_wrap .item_wrap .nmenu_wrap .price .block.type {
        max-width: 100%;
    }

    .menu_body_wrap .item_wrap .nmenu_wrap .price .block span.clar,
    .menu_body_wrap .item_wrap .nmenu_wrap .price .block span.clar_s {
        text-align: left;
    }

    .menu_body_wrap .item_wrap.part .nmenu_wrap .item .name {
        margin-right: 20px;
    }

    .calories_wr .part_stitle {
        padding: 0px 0px 0px 10px;
        font-size: 12px;
    }

    .calories_wr .part_stitle .mr_item {
        width: 92px;
    }

    .calories_wr .content_block {
        font-size: 14px;
    }

    .calories_wr .content_block .main_item {
        padding-right: 10px;
    }

    .calories_wr .lbord {
        height: 60px;
    }
}


@media (max-width: 900px){
    .container.local #local_header,
    .container.local #local_cont_mblock {
        width: 100%;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .city_wr .city_item {
        padding: 14px 0px 11px 28px;
    }

    .your_locale {
        top: 0;
    }

    .popupx {
        width: 90%;
        position: absolute;
    }

    .tiles .tile.big p {
        font-size: 20px;
        width: 80%;
    }

    .tiles .tile.big {
        height: 180px;
    }

    .tiles .tile {
        height: 89px;
    }

    .tiles .box:first-child {
        padding-right: 0px;
    }

    .tiles .box .boxx:first-child {
        padding-right: 2px;
    }

    .tiles .box .boxx:last-child {
        padding-left: 0px;
    }

    .tiles .tile.zapisz input.def {
        width: 80%;
    }

    .tiles .tile.zapisz span.top {
        padding-top: 12px;
    }

    .tiles .tile.anketa span.top {
        padding-top: 30%;
        font-size: 100%;
        line-height: 100%;
    }

    .tiles .tile.szl {
        height: 180px;
    }

    .tiles .tile.sz {
        height: 220px;
    }

    .tiles .tile {
        background-size: cover !important;
    }

    .tiels .mob_pd {
        padding-right: 2px !important;
    }

    .welcome_wrap .title span {
        font-size: 200%;
    }

    .nmenu_cnt > .nmenu_wrap {
        width: 620px;
        margin-left: auto;
        margin-right: auto;
    }

    .nmenu_wrap {
        margin: 0px 5px 40px 5px;
    }

    .nmenu_wrap .items_wrap .item {
        width: 100px;
        height: 100px;
    }

    .nmenu_wrap .items_wrap .item span.title {
        font-size: 14px;
    }

    .menu_body_wrap .item_wrap .nmenu_wrap .price .block {
        margin-bottom: 0;
    }

    .menu_body_wrap .item_wrap .nmenu_wrap .price .block span.title {
        margin-bottom: 10px;
    }

    .menu_body_wrap .item_wrap .nmenu_wrap .price .block.type {
        max-width: 100%;
    }

    .menu_body_wrap .item_wrap .nmenu_wrap .price .block span.clar {
        padding: 0px;
    }

    .menu_body_wrap .item_wrap .nmenu_wrap .price .header .block.type {
        margin-bottom: 15px;
    }

    .menu_body_wrap .item_wrap .nmenu_wrap .price .special-price .block.type {
        margin-bottom: 0;
    }

    .menu_body_wrap .item_wrap .nmenu_wrap .price .special-price .block span.clar {
        position: absolute;
        top: -55px;
    }

    .menu_body_wrap .item_wrap.part .nmenu_wrap .item .ico {
        display: none;
    }

    .menu_body_wrap .item_wrap.part .nmenu_wrap .item .ico.vgt,
    .menu_body_wrap .item_wrap.part .nmenu_wrap .item .ico.chilli,
    .menu_body_wrap .item_wrap.part .nmenu_wrap .item .ico.new {
        display: block;
    }

    .item_wrap .container .nmenu_wrap {
        margin: 0px;
        max-width: 100%;
    }

    .menu_body_wrap .item_wrap.part .nmenu_wrap .item .view_pizza_banner {
        position: relative;
        clear: both;
        margin: 15px auto 0px;
        max-width: 100%;
        height: 50px;
        text-align: center;
        line-height: 47px;
    }

    .menu_body_wrap .item_wrap.part .nmenu_wrap .item .view_pizza_banner::after {
        top: 20px;
    }

    .menu_body_wrap .item_wrap.part .container .row.banner {
        padding: 10px;
        width: 100%;
        margin: -10px auto 0px;
    }

    .menu_body_wrap .item_wrap.part .nmenu_wrap .item .name {
        margin-right: 0px;
    }

    .menu_body_wrap .item_wrap.part .nmenu_wrap .item .pricebox {
        clear: both;
        text-align: center;
        margin: 20px 0px 10px;
        background: #959594;
        padding: 10px;
        color: #FFF;
    }

    .menu_body_wrap .item_wrap .nmenu_wrap .price {
        padding-bottom: 10px;
    }


    .page_wrap.nmenu .welcome_cont {
        max-height: 220px;
    }

    .page_wrap.nmenu .welcome_cont .welcome_wrap img {
        height: auto;
        width: 100%;
    }

    .page_wrap.nmenu .nmenu_cnt {
        margin-top: -30px;
    }

    .menu_body_wrap .item_wrap .nmenu_wrap .price.inform {
        margin-bottom: 10px;
    }

    .page_wrap.promocje .carousel {
        margin-top: -380px;
    }

    .local_block {
        height: 100%
    }

    .local_block div.local_selected {
        max-height: 100%;
        overflow: hidden;
    }

    .kar_block1 {
        height: auto;
    }

    .kar_block1 h3,
    .kar_block1 ul,
    .kar_block1 .kar_block3 h3,
    .kar_block1 .kar_block3 p {
        position: relative;
    }

    .kar_block3 {
        width: 100%;
        float: none;
        height: auto;
        padding-top: 1%;
        padding-bottom: 1%;
    }

    .kar_block1 .kar_block3 h3 {
        left: 0%;
    }

    .kar_block1 .kar_block3 p {
        text-align: center;
        left: 0;
        top: 0;
    }

    .kar_block1 h3 {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
        left: 0%;
        top: 0%;
    }

    .kar_block1 ul li {
        width: 90%;
        margin-left: 10px;
        margin-bottom: 15px;
    }

    .two_parts_block .part a {
        padding: 0px;
        line-height: 12px;
        background: none;
        font-size: 13px;
    }

    .anketa_link,
    .anketa_link:hover {
        margin: 4% auto 0%;
    }

    .kar_block2 .hh2 {
        padding: 0% 1%;
    }

    .anketa_wrap h3 {
        max-width: 100%;
    }

    .big_blocks .row {
        display: block;
    }

    .big_blocks h1 {
        font-size: 35px;
    }

    .big_blocks .big_block.app h3.big {
        margin-bottom: 22px;
    }

    .tiles .tile.opina {
        height: 360px;
    }

    .error_page_x .error_code_x {
        font-size: 150px;
        text-align: center;
        width: 100%;
        padding: 1%;
    }

    .error_page_x .error_desc_x {
        max-width: 100%;
        padding: 5%;
        font-size: 20px;
    }

    .error_page_x .error_desc_x span {
        font-size: 24px;
    }

    .error_page_x button {
        display: block;
        margin: 3% auto;
    }

    .title-col {
        font-size: 20px;
        padding: 6% 0% 4%;
    }

    .compose .menu-row {
        padding: 3% 0% 3% 0%;
    }

    .compose .menu-row .title-part,
    .compose .menu-row .type-part {
        margin-right: 0px;
    }

    .row.components .component {
        max-width: none;
    }

    .welcome_wrap .title {
        text-align: center;
        width: 100%;
        top: 25%;
    }

    .welcome_wrap h1 {
        font-size: 120%;
    }

    #popup-reg {
        position: absolute;
        width: 90%;
        margin: 0px auto;
        left: 0px;
        right: 0px;
    }

    #popup-reg .block-top p.block-top-text-top {
        font-size: 100%;
    }

    #popup-reg #input_name {
        width: 80% !important;
        display: block !important;
        position: relative !important;
    }

    #popup-reg #input_email {
        position: relative !important;
        margin-left: 32px !important;
        left: 0px !important;
        width: 80% !important;
        margin-top: 10px !important;
    }

    #popup-reg .ui-widget label {
        display: none !important;
    }

    #popup-reg p.block-top-text-bottom_reg label {
        font-size: 50% !important;
    }

    #popup-reg select#city {
        width: 80% !important;
        margin: 10px 0px 0px -8px !important;
    }

    .close_reg {
        width: 42px !important;
    }

    .close {
        width: 70px;
        height: 70px;
        background: url(../images/close.jpg) no-repeat center;
        position: absolute;
        right: 0;
        opacity: 1;
        top: -22px;
        right: -22px !important;
    }
    .block-top h2 {
        margin-top: 0;
        margin-bottom: 0;
        color: #f90000;
        font-size: 150% !important;
        font-weight: bold;
        padding-top: 20px;
        text-transform: uppercase;
    }

    .geo_run {
        left: 77%;
    }

    .container.local #local_header h3 {
        margin-bottom: 5px;
    }

    .container.local .geo_run_head {
        text-align: center;
    }

    .container.local .geo_run_head button.def {
        display: block;
        margin-bottom: 18px;
        margin-left: auto;
        margin-right: auto;
    }

    .container.local #misto_mblock, .container.local #street_mblock, .container.local #num_house_mblock {
        margin: 0px auto 19px;
    }

    .container.local > .row {
        margin: 0;
    }

    .calories_wr {
        margin-top: 0px;
    }

    .calories_wr .lbord {
        height: auto;
        border: none;
    }

    .calories_wr .part_stitle {
        font-size: 18px;
    }

    .calories_wr .part_stitle .mr_item {
        width: 100%;
    }

    .calories_wr .content_block {
        font-family: AvenirRegular, sans-serif;
    }

    .calories_wr .part_stitle .main_item {
        width: 100%;
        max-width: none;
        text-align: center;
        margin-bottom: 10px;
        font-family: AvenirDemi, sans-serif;
        text-transform: uppercase;
    }

    .calories_wr .content_block .nopd {
        text-align: center;
        margin-bottom: 10px;
    }

    .souse_list ul {
        width: 500px;
    }

    .souse_list ul li {
        width: 200px;
    }
}

/* Mobile portrait */
@media (max-width: 767px) and (orientation:portrait) {
    .page_wrap.promocje .welcome_cont {
        height: 505px;
    }
}

@media (max-width: 639px) {
    .media_container .media_mc a,
    .media_container .media_mc_active a {
        display: block !important;
        margin: 0px auto !important;
        text-align: center !important;
    }

    .cookie-alert {
        height: 48px;
    }

    #marquee.w_cookies {
        top: 48px;
    }

    .navbar.w_cookies {
        margin-top: 48px;
    }

    .navbar.w_cookies.h_marquee {
        margin-top: 78px;
    }

    .coockies_padding.w_cookies {
        padding-bottom: 48px;
    }

    .coockies_padding.w_cookies.h_marquee {
        padding-bottom: 78px;
    }
}

@media (max-width: 680px) {
    
    .tiles .tile.opinion {
        padding-top:15px;
    }
    
    .menu_body_wrap .nmenu_wrap .titles .right_al {
        text-align:center;
    }
    
    .menu_body_wrap .nmenu_wrap .titles .button-container {
        text-align:center;
    }
    
    .menu_body_wrap .nmenu_wrap {
        margin:0 auto;
    }
    
    .welcome_wrap.nmenu {
        height: 100px;
    }

    .nmenu_wrap {
        margin: 30px auto;
        max-width: 450px;
    }

    .nmenu_wrap .items_wrap .item {
        width: 75px;
        height: 75px;
    }
}

/* Mobile horizontal */
@media (max-width: 630px) {
    .news .block {
        max-width: 90%;
        float: none;
        margin: 5% auto;
    }

    .tiles .tile.sm p,
    .tiles .tile.anketa p	{
        background: rgba(0, 0, 0, 0.6);
        right: 0;
        width: 90%;
        font-size: 16px;
        padding: 10px 5px;
        bottom: -6px;
        left: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .tiles .tile.anketa p	{
        position: absolute;
        bottom: 4px;
    }
}

@media (min-width: 440px) and (max-width: 480px) {
    .menu_body_wrap .item_wrap .nmenu_wrap .price .block span.clar {
        max-width: 186px;
        margin-right: 37px;
    }
}

@media (min-width: 440px) {
    .nopadding_xs_dis {
        padding: 0px;
    }

    .online_order_mobile {
        display: none;
    }
}

@media (max-width: 500px) {
    .nmenu_wrap {
        margin: 0px auto 30px;
        max-width: 282px;
    }

    .nmenu_wrap .items_wrap .item {
        width: 94px;
        height: 94px;
    }
    
}

@media (max-width: 480px) {
    .navbar .online {
        line-height: 19px;
        padding: 12px 10px 18px 10px;
        width: auto;
        max-width: 140px;
        margin-top: 0;
    }

    .navbar .online img {
        display: none;
    }

    .souse_list ul {
        width: 100%;
    }

    .souse_list ul li {
        display: block;
        margin: 0 auto;
        width: 220px;
    }
}

@media (max-width: 440px) {
    .hide_mobile {
        display: none;
    }

    .welcome_cont .your_locale {
        position: relative;
        top: 0px;
        right: 0px;
        width: 100%;
    }

    .st_link {
        height: 150px;
        padding-top: 108px;
    }

    .st_link span {
        font-size: 4vw;
    }

    .st_link.promo {
        background-position: center 10px;
    }

    .st_link.menu {
        background-position: center 18px;
    }

    .tiles .tile.big p {
        font-size: 16px;
    }

    .tiles .tile.sz,
    .new-col-md .sm {
        height: 150px !important;
    }

    .new-col-md .mob_pd {
        height: auto !important;
    }

    .tiles .tile .tdsm {
        top: 30%;
    }

    .tiles .tile.anketa span.top {
        padding-top: 30%;
    }

    .welcome_wrap .title {
        text-align: center;
        width: 100%;
    }

    .welcome_wrap img {
        width: auto;
        height: 100px;
        max-width: none;
    }

    .welcome_wrap .title span {
        font-size: 150%;
    }

    .page_wrap.promocje .welcome_wrap img {
        height: 100px;
    }

    .page_wrap.promocje #carouselx.carousel {
        margin-top: -335px;
    }

    .container.local .content {
        padding: 35px 5px 0px 5px;
    }

    .container.local .map {
        padding: 15px 0;
    }

    input.lg {
        width: 90% !important;
    }

    .block-bottom p.num {
        background-position: 14% 8px !important;
    }

    .navbar .welbar {
        margin-right: 10px;
    }

    .navbar a.logo {
        top: 20px;
    }

    .navbar a.logo img {
        width: 100%;
    }

    .menu_body_wrap .item_wrap .nmenu_wrap .price .block span.stitle {
        font-size: 0.9em;
    }
}

@media (max-width: 700px) {
    .carousel .row {
        max-width: 314px;
    }
}

@media (max-width: 480px), screen and (min-width: 620px) and (max-width: 1199px) {
    .carousel .control {
        position: relative;
    }

    .carousel .control .button {
        position: relative;
        width: 48%;
        height: 40px;
        float: left;
        margin-bottom: 20px;
    }

    .carousel .control .button.left,
    .carousel .control .button.lefty {
        left: 0px;
        margin-right: 4%;
    }

    .carousel .control .button.right,
    .carousel .control .button.righty {
        right: 0px;
    }
}

/*POPUP*/
#popup-conf{
    width: 600px;
    padding-bottom: 15px;
    /*padding-bottom: 30px;*/
    background: #fff;
    overflow: hidden;
    position: fixed;
    z-index: 2000;
}
.block-top{
    text-align: center;
    margin-bottom: 10px;
}
.block-top h2{
    margin-top: 0;
    margin-bottom: 0;
    color: #f90000;
    font-size: 24pt;
    font-weight: bold;
    padding-top: 20px;
    /*padding-top: 50px;*/
    text-transform: uppercase;
    font-family: proxima nova;

}
.block-top p{
    font-size: 14pt;
    margin-top: 0;
    margin-bottom: 0;
    color: #181818;
    display: block;
    clear: both;
}
.block-top p.block-top-text-top{
    padding-top: 15px;
    padding-bottom: 30px;
}
.block-top p.block-top-text-bottom{
    font-size: 12pt;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 0;

}
.block-top button{
    border: 0;
    background: rgb(187, 206, 22) none repeat scroll 0% 0%;
    width: 115px;
    height: 37px;
    border-radius: 4px;
    border-top: 1px solid #E1EF6F;
    border-bottom: 1px solid rgb(120, 130, 35);
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.5);
    border-left: 1px solid rgb(191, 206, 60);
    border-right: 1px solid rgb(212, 228, 75);
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    margin: 0 15px;
}

.block-top button.locale-btn {
    font-weight: 400;
    text-decoration: none;
    border: 1px solid #454545;
    background: #333;
    vertical-align: middle;
    overflow: visible;
    font-size: 1.4em;
    cursor: pointer;
    box-shadow: none;
    border-radius: 0px;
    float:right;
}

.block-top button.locale-btn span {
    color: #FFF;
    text-align: center;
    font-size: 0.8em;
    text-transform: none;
    line-height: 37px;
    vertical-align: middle;
}

.block-bottom{
    background: #f1f1f1;
    width: 100%;
    margin: 0 auto;
    padding: 10px 5px 20px 30px;
    /*padding: 20px 5px 20px 30px;*/
}
.block-bottom p{
    margin-top: 0;
    margin-bottom: 0;
}
.block-bottom p.adr{
    font-size: 14pt;
    color: #383838;

}
.block-bottom p.num{
    background: url(../images/num.jpg) no-repeat;
    background-position: 0 8px;
    font-size: 24pt;
    font-weight: bold;
    color: #383838;
    padding-left: 35px;
}
.block-left, .block-right{
    float: left;
    color: #383838;
    width: 45%;

}
.block-right{
    margin-left: 10%;
}
p.text-num{
    font-size: 11pt;
    padding-bottom: 5px;
}
p.num-num{
    font-size: 14pt;
    font-weight: bold;
}
p.num-text-right{
    font-size: 16px;
}
p.num-text-right span{
    font-weight: bold;
    font-size: 14pt;

}
#blackout {
    background: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    overflow: hidden;
    z-index: 2000;
    left: 0;
    display: none;
}
.close{
    width: 70px;
    height: 70px;
    background: url(../images/close.jpg) no-repeat center;
    position: absolute;
    right: 0;
    opacity: 1;
}

.pac-container{
    z-index: 9999;
}
div#photo_main {
    background-image: url(/images/workers/photohead.jpg);
    display: block;
    width: auto;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat;
}

@media (min-width: 992px) {
    .col-md-2 {
        width: 14.666667%;
    }
}

.cbp-fwslider.cur_slider {
    min-height: 120px;
}

@media (max-width: 320px) {
    /*.display_mobile .content_xs {
        margin-left: -20px;
    }*/

    .ofirme .fourimg_wrap img {
        width: 90%;
    }

    .block-bottom p.num {
        background-position: 11% 8px !important;
    }

    .carousel .item {
        max-width: 290px;
    }

    .carousel .item img {
        max-width: 290px;
        height: 265px;
    }
}

.cookie-alert span {
    cursor: pointer;
}

@media (max-width: 359px) {
    .page_wrap.promocje .carousel .row {
        width: 272px;
    }

    .page_wrap.promocje .carousel .items_wrap img,
    .page_wrap.promocje .carousel .items_wrap a.active img {
        width: 100%;
        height: auto;
    }
    .page_wrap.promocje .carousel .items_wrap a section .item {
        width: 272px;
        height: auto;
    }
}

.header-block-top h2 {
    font-weight: bold;
    padding-bottom: 0;
    color: #181818;
    text-align: center;
}

.header-block-top .not_found_pizza {
    padding-left: 0;
    padding-right: 0;
    text-align: justify;
}

.contact h3 {
    font-size: 24px;
    line-height: 1.3em;
}

.contact .title {
    font-size: 20px;
    font-family: AvenirDemi;
}

.contact .demi {
    font-size: 18px;
}

.contact .email,
.contact .fax {
    font-size: 18px;
    color: #343434;
}

.contact #map-canvas {
    height: 280px;
}