.clear {
    clear: both;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.flex-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.flex-row.a-center {
    justify-content: center;
}
.grid-row {
    margin-left: -15px;
    margin-right: -15px;
}

@font-face {
    font-family: 'cg';
    src: url('../fonts/cg.eot');
    src: url('../fonts/cg.eot?#iefix') format('embedded-opentype'),
    url('../fonts/cg.woff') format('woff'),
    url('../fonts/cg.ttf') format('truetype'),
    url('../fonts/cg.svg#presentscriptnormal') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pc';
    src: url('../fonts/pc.eot');
    src: url('../fonts/pc.eot?#iefix') format('embedded-opentype'),
    url('../fonts/pc.otf') format('opentype'),
    url('../fonts/pc.woff') format('woff'),
    url('../fonts/pc.ttf') format('truetype'),
    url('../fonts/pc.svg#presentscriptnormal') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cc';
    src: url('../fonts/cc.eot');
    src: url('../fonts/cc.eot?#iefix') format('embedded-opentype'),
    url('../fonts/cc.otf') format('opentype'),
    url('../fonts/cc.woff') format('woff'),
    url('../fonts/cc.ttf') format('truetype'),
    url('../fonts/cc.svg#presentscriptnormal') format('svg');
    font-weight: normal;
    font-style: normal;
}

header {
    position: relative;
    height: 310px;
    width: 100%;
    background: transparent url(../img/bd-header-sushi.jpg) repeat-x top center;
    background-attachment: fixed;
    margin-bottom: -1px;
}

.header-con {
    position: relative;
}

.sacura {
    position: absolute;
    left: -375px;
    z-index: 20;
    height: 304px;
    width: 896px;
    background: transparent url(../img/header-sakura.png) no-repeat top left;
}

.clouds {
    position: absolute;
    top: 195px;
    z-index: 19;
    height: 43px;
    width: 100%;
    background: transparent url(../img/header-clouds.png) repeat-x top left;
}

.logo {
    position: relative;
    z-index: 18;
    height: 210px;
    max-width: 370px;
    margin-left: 5px;
    background: transparent url(../img/header-logo-bg.png) repeat top left;
}

a.logo-a {
    position: absolute;
    top: 65px;
    left: 70px;
    z-index: 23;
    font-family: 'cc', Arial;
    font-size: 40px;
    color: #b40d01;
    font-weight: bold;
    text-transform: uppercase;
}

a.logo-a:hover, a.logo-a:active, a.logo-a:focus {
    text-decoration: none;
}

.logo-p, .logo-p-info {
    position: absolute;
    z-index: 22;
    font-family: 'cg', Arial;
    color: #dfdfdf;
}

.logo-p {
    top: 115px;
    left: 140px;
    font-size: 18px;
}

.logo-p-info {
    top: 165px;
    left: 80px;
    font-size: 14px;
}

.top ul {
    position: relative;
    z-index: 32;
    margin: 35px 0px 0px 0px;
    text-align: right;
}

.top ul li {
    display: inline-block;
    list-style: none;
    padding: 0px 0px 0px 30px;
    font-family: 'cg', Arial;
    font-size: 18px;
}

ul li:last-child {
    float: none;
    clear: both;
}

.top ul li a {
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
}

.btn-food {
    display: block;
    max-width: 170px;
    margin: 27px 0px 0px 0px;
    padding: 7px 0px 5px 0px;
    font-family: 'cc', Arial;
    font-size: 18px;
    color: #000;
    font-weight: bold;
    text-align: center;
    background: transparent url(../img/btn-food.png) repeat top left;
    border-radius: 8px;
    cursor: pointer;
}

.btn-food:hover, .btn-food:active, .btn-food:focus {
    color: #000;
    text-decoration: none;
}

.info {
    position: relative;
    height: 110px;
    max-width: 230px;
    width: 100%;
    margin: 37px 0px 0px 0px;
    padding: 15px 15px 0px 15px;
    background: transparent url(../img/header-info-bg.png) repeat top left;
    font-family: 'cg', Arial;
    font-size: 13px;
    color: #fff;
}

.info .text {
    position: relative;
    z-index: 32;
}

.info .clock {
    float: left;
    height: 57px;
    width: 57px;
    margin: 25px 0px 0px 7px;
    background: transparent url(../img/clock.png) no-repeat top left;
}

.info .text p {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 7px 0px;
}

.info span {
    color: #c89160; /*font-weight:bold;*/
    display: inline-block;
    padding-left: 30px;
    font-size: 15px;
    line-height: 1;
}

.info .text p.p {
    font-size: 16px;
    margin: 0px 0px 0px 0px;
    padding-top: 5px;
}

.info a,
.info a:hover,
.info a:active {
    color: #fff;
}

.info.mangal .text i {
    position: absolute;
    top: -2px;
    left: -2px;
    font-size: 25px;
    line-height: 1;
}

.info.mangal .text p {
    margin: 0px 0px 10px 0px;
}

svg {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 25px;
    height: 25px;
}
svg path {
    fill: #c89160;
}
.info.sushi svg {
    width: 20px;
    height: 20px;
    top: 13px;
    left: 15px;
}

.nav-bg {
    position: absolute;
    z-index: 19;
    /*height: 68px;*/
    height: 72px;
    width: 100%;
    /*margin: 30px 0px 0px 0px;*/
    margin: 27px 0px 0px 0px;
    /*background: #942921 url(../img/menu-bg.png) repeat-x center;*/
    /*background: #942921;*/
    background: #a52c25;
}

.main-nav {
    position: relative;
    top: 0px;
    z-index: 29;
    height: 68px;
    width: 100%;
    margin: 30px 0px 0px 0px;
}

.main-nav ul {
    margin: 0px 0px 0px 0px;
    text-align: center;
}

.main-nav li {
    position: relative;
    margin: 25px 0px 0px 0px;
    display: inline-block;
    list-style: none;
}

.main-nav a {
    position: relative;
    padding: 27px 25px 21px 25px;
    font-family: 'cc', Arial;
    font-size: 18px;
    /*color: #ffabab;*/
    color: #fff;
    transition: color 0.3s ease-out 0.3s;
}

.main-nav a:hover, .main-nav a.active {
    text-decoration: none;
    color: #fff;
}

main {
    margin: 0px 0px 0px 0px;
    padding: 20px 0px 0px 0px;
    width: 100%;
    /*background: transparent url(../img/main-bg.png) repeat center;*/
    background: #360805;
}

main .container {
    padding-bottom: 40px;
    /*background: #fff;*/
    background: #a52c25;
    font-family: 'cg', Arial;
    font-size: 18px;
    /*color: #000;*/
    color: #fff;
    text-align: right;
    font-weight: bold;
}

h1 {
    text-align: center;
}
h1, h2, h3 {
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: center;
}

h1 span {
    display: block;
    padding: 10px 0px 20px 0px;
}

main .container p {
    margin: 10px 0px 20px 0px;
}

main .container span {
    font-size: 14px;
    font-weight: normal;
}

article {
    position: relative;
}

article.border {
    border-bottom: 1px dashed#c66a6a;
    padding-bottom: 20px;
}

article section {
    margin: 10px 0px 10px 0px;
}

.rolls {
    position: relative;
    padding: 0px;
    /*padding: 0px 0px 20px 0px;*/
    text-align: center;
    /*border-bottom: 1px dashed#c66a6a;*/
}

.menu-img {
    height: 180px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 10px;
    position: relative;
    border-radius: 10px;
    /*background-color: #f5f5f5;*/
    background-color: #a52c25;
}

.rolls img {
    position: relative;
    z-index: 21;
    max-width: 100%;
}

/*.rolls .shadow-l, .rolls .shadow-r {
    position: absolute;
    top: 320px;
    z-index: 20;
    height: 13px;
    width: 100%;
    margin: 0px 0px 0px 0px;
}

.rolls .shadow-l, .sushi .shadow-l {
    background: transparent url(../img/shadow-l.png) no-repeat left;
}

.rolls .shadow-r, .sushi .shadow-r {
    right: 1px;
    bottom: 26px;
    background: transparent url(../img/shadow-r.png) no-repeat right;
}*/

.hot-roll {
    position: absolute;
    top: 7px;
    right: 12px;
    z-index: 22;
    height: 32px;
    width: 32px;
    background: transparent url(../img/hot-icon.png) no-repeat left;
    background-size: 90%;
    background-position: center;
    border: 1px solid #ffbd25;
    border-radius: 100%;
}
.chef-roll {
    position: absolute;
    top: 7px;
    right: 12px;
    z-index: 22;
    height: 32px;
    width: 32px;
    background: transparent url(../img/chef-icon.png) no-repeat left;
    background-size: 90%;
    background-position: center;
}
.chili {
    /*position: absolute;
    top: 7px;
    right: 12px;
    z-index: 22;
    height: 32px;
    width: 32px;
    background: transparent url(../img/chili-icon.png) no-repeat left;
    background-size: 90%;
    background-position: center;
    border: 1px solid #ffbd25;
    border-radius: 100%;*/
    position: absolute;
    top: 18px;
    left: -9px;
    z-index: 22;
    height: 32px;
    width: 32px;
    background: transparent url(../img/chili-icon.png) no-repeat left;
    background-size: 90%;
    background-position: center;
}
.new-roll {
    position: absolute;
    top: 7px;
    right: 12px;
    z-index: 22;
    height: 32px;
    width: 32px;
    background: #ffbd25;
    background-size: 90%;
    background-position: center;
    border-radius: 100%;
    text-align: center;
}
.new-roll:after {
    content: "new";
    color: #fff;
    font-size: 12px;
}
.hot-roll + .new-roll {
    top: 42px;
}

.rolls .food-description {
    margin-top: 0px;
    padding: 15px 0px 10px;
    text-align: left;
}

.rolls .food-description p {
    margin: 0px 0px 10px 0px;
    padding: 0px 10px 0px 21px;
    font-size: 14px;
    font-weight: normal;
    /*color: #38302b;*/
    color: #fff;
    line-height: 16px;
}

.rolls .new {
    position: absolute;
    top: 10px;
    right: 2px;
    z-index: 22;
    height: 43px;
    width: 131px;
    background: transparent url(../img/new.png) no-repeat left;
}

.rolls .food-description .header-p {
    margin: 5px 0px 0px 0px;
    font-family: 'pc', Arial;
    font-size: 27px;
    /*color: #942921;*/
    color: #ffbd24;
    line-height: 35px;
}

.components {
    min-height: 65px;
}

.pizza .components {
    min-height: 100px;
}

.rolls .food-description .header-p.big-header {
    font-size: 23px;
}

.rolls .food-description p span {
    font-weight: bold;
}

.rolls .food-description p.floatRight span {
    font-size: 24px;
    line-height: 7px;
}

.rolls .pposition {
    position: relative;
    bottom: 0px;
}

/* mini */
.mini {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 40px 0px 20px;
    background: #fff6ef;
}
.mini .rolls img {
    display: inline-block;
    vertical-align: top;
    max-width: 30%;
}
.mini .rolls .food-description {
    display: inline-block;
    vertical-align: top;
    max-width: 65%;
    padding: 0px 0px 15px;
}
.mini .components {
    min-height: auto;
}

section.sushi {
    position: relative;
    padding: 20px 0px 0px 0px;
}
section.zakuska {
    padding: 0px;
}

section.sushi img {
    position: relative;
    max-width: 100%;
    margin: 0px 0px 0px 11px;
    float: left;
    max-width: 260px;
}
section.zakuska img {
    max-width: 150px;
}
.zakuska .table-p {
    max-width: 570px;
}

section.sushi .shadow-l, .sushi .shadow-r {
    position: absolute;
    bottom: 0px;
    z-index: 20;
    height: 13px;
    width: 100%;
    margin: 0px 0px 0px 0px;
    background-position: 0px bottom;
}

.sushi .shadow-r {
    background-position: 380px bottom;
}

.sushi .table-p {
    /*min-width: 435px;*/
    width: calc(100% - 400px);
    margin: 20px 0px 0px 50px;
    float: left;
    text-align: left;
}

.sushi-2 .table-p {
    margin: 0px 0px 0px 50px;
}

.sushi .table-p:nth-child(2n + 1) {
    background-color: #f7f0ef;
}

.sushi .table-p p:nth-child(2n + 1) {
    background: none;
}

main .sushi p {
    margin: 0px 0px 0px 0px;
    padding: 8px 0px 8px 15px;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
}

section.sushi p span {
    font-weight: bold;
}

.new-row-width {
    width: 870px;
    max-width: 100%;
    margin: 0 auto;
}

.sushi .table-p p.header-p {
    margin: 5px 0px 0px 0px;
    font-family: 'pc', Arial;
    font-size: 27px !important;
    color: #942921;
    line-height: 35px !important;
    background: none;
}

.sety {
    padding: 15px 0px 5px 0px;
}

.sety-color {
    background-color: #fff6ef;
}

.sety img {
    max-height: 250px;
}

.sety .food-description {
    margin-top: 0px;
    text-align: left;
}

.sety .food-description .header-p {
    margin: 0px 0px 15px 0px;
}

.sety .food-description .components {
    min-height: auto;
    margin: 0px 0px 7px 0px;
    font-size: 16px;
    line-height: 1.5;
}

.sety .food-description span {
    text-transform: none;
    font-weight: normal !important;
    font-size: 12px;
}

.sety .food-description .pposition {
    max-width: 300px;
    margin: 20px 0px 0px 20px;
    padding: 15px 0px 0px 0px;
    /*border-top: 3px solid #942921;*/
    border-top: 2px solid #fff;
}

.sety .food-description .pposition p {
    padding: 0px 0px 0px 0px;
}

.sety .food-description .pposition span {
    font-size: 14px;
}

.sety.mini {
    padding: 40px 0px 0px;
    background: transparent;
}
.sety.mini .food-description .components {
    margin: 0px 0px 10px 0px;
    text-transform: none;
    font-weight: 400 !important;
}
.sety.mini .food-description .pposition {
    margin: 0px 0px 10px 0px;
    padding: 0px 10px 0px 21px;
    border: 0px;
}
.sety.mini .food-description .pposition span {
    font-weight: 700!important;
}

.bluda-mangal {
    text-align: center;
}

.bluda-mangal img {
    max-width: 100%;
}

footer {
    width: 100%;
    margin: 0px 0px 0px 0px;
    /*padding: 5px 0px 0px 0px;*/
    padding: 25px 0px 0px 0px;
    /*background-color: #942921;*/
    background: #360805;
    font-family: 'cg', Arial;
    font-size: 14px;
    color: #fff;
    line-height: 22px;
}

footer a, footer a:hover, footer a:active {
    color: #fff;
    cursor: pointer;
}

footer ul {
    list-style: none;
}

footer ul li {
    list-style: none;
    margin: 0px 0px 0px 20px;
}

footer ul li.headerli {
    font-family: 'cc', Arial;
    font-size: 17px;
    line-height: 35px;
    text-decoration: underline;
}

footer ul li.marginli {
    margin: 15px 0px 5px 20px;
}

footer .header {
    margin: 5px 0px 5px 0px;
    color: #c89160;
    font-weight: bold;
}

footer .phone {
    margin: 0px 0px 25px 0px;
    padding: 3px 0px 0px 40px;
    font-size: 22px;
    background: transparent url(../img/phone.png) no-repeat 0px 1px;
}

footer .info {
    display: inline-block;
    vertical-align: top;
    margin: 0px 0px 0px 0px;
    padding-top: 5px;
    background: none;
    font-size: 14px;
}

footer .info .text {
    margin: 0px 0px 0px 0px;
}

footer .info .text p.p {
    font-size: 18px;
}

footer svg {
    top: 5px;
}
footer .info.sushi svg {
    top: 6px;
}

.copy {
    margin: 0px 0px 0px 15px;
    font-size: 12px;
    line-height: 17px;
}

.window-bg {
    display: none;
    position: fixed;
    top: 0;
    z-index: 100;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.75);
}

.window {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 101;
    width: 830px;
    margin: -250px 50% 0px -410px;
    background: #89534f;
}

.akcii {
    margin: -230px 0px 0px -410px;
}

.akcii .contactus {
    padding: 15px 0px 15px 0px;
    background: #4d4d4d;
}

.dostavka-window {
    margin: -200px 50% 0px -410px;
}

.map {
    width: 500px;
    padding: 30px 25px 25px 25px;
    background: #7e7e7e url(../img/window-dot-bg.png) repeat top left;
    float: left;
}

.map.shashlyk {
    background: #89534f url(../img/shashlyk.png) no-repeat 245px 10px;
}

.contactus .map {
    padding: 0px 40px 0px 40px;
    background: none;
}

.map p {
    font-size: 14px;
    color: #e9e9e9;
    text-decoration: none;
    padding: 0px 0px 8px 0px;
    font-family: 'cg', Arial;
}

.map p span, .map ul {
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 0px 0px;
    font-family: 'cg', Arial;
    font-size: 16px;
    color: #fff;
    text-decoration: underline;
}

.map ul {
    margin: 0px 0px 20px 0px;
    padding: 0px 10px 0px 20px;
    text-decoration: none;
    list-style: none;
}

.map ul li {
    padding: 5px 0px 10px 40px;
    background: transparent url(../img/li.png) no-repeat 12px 9px;
    font-size: 14px;
    line-height: 16px;
}

.map .header-window {
    margin: 0px 0px 10px 0px;
    padding: 0px 20px 0px 20px;
    font-family: 'cc', Arial;
    font-size: 36px;
    color: #ebe7d3;
    text-align: center;
    text-decoration: none;
}

.window .map .header-window.span, .shashlyk .header-window, .akcii .header-window.span {
    margin: 40px 0px 20px 0px;
    font-size: 24px !important;
    color: #f5b479 !important;
}

.shashlyk .header-window, .akcii .header-window.span {
    margin: 25px 0px 15px 0px;
    font-size: 18px !important;
}

.map iframe {
    position: relative;
    left: 5px;
    border: 5px solid #b7b7b7 !important;
    border-radius: 5px;
}

.addr {
    height: 100%;
    width: 330px;
    padding: 70px 30px 30px 60px;
    background: #89534f url(../img/sushi.png) no-repeat 55px 28px;
    float: left;
}

.addr p {
    margin: 0px 0px 6px 0px;
    font-family: 'cg', Arial;
    font-size: 14px;
    color: #fff;
    line-height: 16px;
}

.addr p.header-p {
    margin: 25px 0px 12px 0px;
    color: #d39a67;
    font-weight: bold;
}

.addr p span {
    font-size: 18px;
}

.addr p.new-margin {
    margin: 15px 0px 5px 0px;
}

.addr .soc, .shashlyk .soc {
    margin: 25px 0px 0px 0px;
    float: none;
}

.addr .soc a {
    margin: 0px 20px 0px 0px;
}

.addr .soc a.vk, .shashlyk .soc a.vk {
    background: transparent url(../img/soc-1.png) no-repeat 0px 0px;
}

.addr .soc a.ok, .shashlyk .soc a.ok {
    background: transparent url(../img/soc-1.png) no-repeat -51px 0px;
}

.soc a.vk:hover {
    background-position: 0px -51px;
}

.soc a.ok:hover {
    background-position: -51px -51px;
}

.btn-close {
    display: block;
    position: absolute;
    top: -15px;
    right: -30px;
    height: 25px;
    width: 25px;
    background: transparent url(../img/btn-close.png) no-repeat 0px 0px;
    cursor: pointer;
}

.akciya {
    position: relative;
}

.akciya img {
    float: left;
}

.akciya.spec img {
    position: relative;
    top: -10px;
    left: 20px;
}

.akciya .text-box {
    float: left;
    max-width: 325px;
    padding: 5px 0px 0px 20px;
}

.map.shashlyk .akciya .text-box {
    max-width: 305px;
}

.akciya.spec .text-box {
    padding: 35px 0px 0px 20px;
}

.akciya p.name {
    float: left;
    padding: 0px 0px 0px 0px;
    text-align: left;
    font-size: 20px;
    color: #f5b479;
}

.akciya p.skidka {
    float: right;
    padding: 0px 0px 0px 0px;
    text-align: right;
    font-size: 24px;
    color: #942921;
    font-weight: bold;
    line-height: 25px;
}

.akciya p.text {
    float: left;
}

.map.shashlyk .new-pad {
    padding: 0px 40px 0px 0px;
}

.shashlyk .soc {
    margin: -15px 0px 0px 75px;
    float: right;
}

@media (max-width:1199px) {
    a.logo-a {
        left: 50px;
        font-size: 38px;
    }

    .logo-p {
        top: 115px;
        left: 105px;
        font-size: 16px;
    }

    .logo-p-info {
        left: 45px;
        font-size: 13px;
    }

    .main-nav ul {
        margin: 0px 0px 0px 0px;
    }

    .main-nav li {
        margin: 25px 0px 0px 0px;
    }

    .main-nav a {
        padding: 27px 15px 22px 15px;
        font-size: 17px;
    }

    .menu-img {
        height: 140px;
    }

    .rolls img {
        max-width: 95%;
    }

    .hot-roll {
        left: 10px;
    }

    .chef-roll {
        left: 10px;
    }

    .new-roll {
        left: 10px;
    }

    .rolls .new {
        top: 5px;
        right: -2px;
    }

    .rolls .food-description .header-p {
        font-size: 23px;
    }

    .rolls .food-description .header-p.big-header {
        font-size: 21px;
    }

    .rolls .food-description .header-p.big-header small {
        font-family: 'cg', Arial;
        font-size: 12px;
    }
    
    .sety img {
        display: inline-block;
        max-height: none;
        max-width: 400px;
    }
    .sety .food-description {
        display: inline-block;
        max-width: calc(100% - 430px);
    }
    .sety .food-description .header-p {
        font-size: 27px;
    }
    
    main .sushi p:last-child {
        line-height: 1.4;
    }

}

@media (max-width:991px) {
    .nav-bg {
        margin: 21px 0px 0px 0px;
    }
    
    a.logo-a {
        left: 60px;
        font-size: 40px;
    }

    .logo-p {
        left: 120px;
        font-size: 18px;
    }

    .logo-p-info {
        left: 62px;
        font-size: 14px;
    }

    .top ul {
        margin: 45px 0px 0px 0px;
    }

    .top ul li {
        padding: 0px 0px 0px 20px;
        font-family: 'cg', Arial;
        font-size: 18px;
    }

    .info {
        padding: 15px 5px 0px 10px;
    }
    
    .info.sushi svg {
        width: 17px;
        height: 17px;
        top: 15px;
        left: 10px;
    }
    
    .info.mangal .text i {
        font-size: 20px;
    }
    
    .info span {
        font-size: 13px;
        font-weight: normal;
    }

    .info.mangal .text .p {
        min-width: 135px;
        padding: 0px;
        font-size: 13px;
    }

    .main-nav ul {
        margin: 0px 0px 0px 0px;
        padding: 0 0px 0 10px;
    }

    .main-nav li {
        /*margin: 25px 0px 0px 0px;*/
        margin: 17px 0px 0px 0px;
    }

    .main-nav a {
        padding: 27px 0px 22px 20px;
        font-size: 16px;
    }

    .hot-roll {
        left: 15px;
    }
    .chili {
        left: 10px;
    }
    .new-roll {
        left: 15px;
    }

    .components {
        min-height: 70px;
    }

    .pizza .components {
        min-height: 110px;
    }
    
    .sety .rolls .food-description {
        max-width: 80%;
        display: block;
    }
    .sety .food-description .pposition {
        margin: 20px 0px 0px 0px;
    }
    .sety.mini .food-description .pposition {
        padding: 0px 10px 0px 0px;
    }

    .rolls .new {
        top: 10px;
        right: 42px;
    }

    .menu-img {
        height: 220px;
    }

    .rolls img {
        max-width: 100%;
    }
    
    .rolls .food-description {
        max-width: 270px;
        margin-left: auto;
        margin-right: auto;
    }

    .rolls .food-description p {
        padding: 0px;
        font-size: 15px;
        line-height: 21px;
    }

    .rolls .food-description .header-p {
        font-size: 28px;
    }

    .rolls .food-description .header-p.big-header {
        font-size: 25px;
    }

    .rolls .food-description .header-p.big-header small {
        font-family: 'cg', Arial;
        font-size: 14px;
    }
    
    .mini .rolls .food-description {
        width: 65%;
        padding: 0px 0px 15px 30px;
    }
    .rolls img {
        max-height: 300px;
        max-width: auto;
    }

    .sushi .table-p {
        /*min-width: 325px;*/
        width: calc(100% - 350px);
        margin: 20px 0px 0px 20px;
        float: left;
        text-align: left;
    }
    .zakuska .table-p {
        max-width: 530px;
    }

    .sushi-2 .table-p {
        margin: 0px 0px 0px 5px;
    }

    main .sushi p {
        padding: 8px 0px 8px 8px;
        font-size: 13px;
    }

    section.sushi p span {
        font-size: 13px;
    }

    .new-row-width {
        width: auto;
        max-width: none;
        margin-right: -15px;
        margin-left: -15px;
    }

    footer ul li {
        margin: 0px 0px 0px 0px;
        font-size: 13px;
    }

    footer ul li.marginli {
        margin: 18px 0px 5px 0px;
    }

    footer .info {
        max-width: 200px;
    }

    .window, .akcii {
        background: #89534f;
        overflow: hidden;
        overflow-y: auto;
        
        position: absolute;
        top: 50px;
        left: 50%;
        margin: 0px 50% 0px -200px;
        width: 100%;
        max-width: 400px;
        height: auto;
    }

    .btn-close {
        top: 5px;
        right: 5px;
        background: transparent url(../img/btn-close1.png) no-repeat 0px 0px;
    }

    .map {
        max-width: 100%;
        width: 100%;
        padding: 15px 15px 25px 15px;
        text-align: center;
    }

    .map iframe {
        left: 0;
        width: 100%;
    }

    .addr {
        padding: 10px 30px 30px 10%;
    }

    .map p span, .map ul {
        margin: 0px 0px 5px 0px;
        font-size: 14px;
    }

    .map ul {
        margin: 0px 0px 0px 0px;
        padding: 0px 10px 0px 0px;
        text-decoration: none;
        list-style: none;
    }

    .map ul li {
        padding: 0px 0px 10px 20px;
        background: none;
        font-size: 14px;
        line-height: 16px;
    }

    .map .header-window {
        font-size: 24px;
    }

    .window .map .header-window.span, .shashlyk .header-window, .akcii .header-window.span {
        margin: 10px 0px 0px 0px;
    }

    .akciya img {
        display: none;
    }

    .akciya .text-box {
        float: left;
        padding: 5px 0px 0px 10px;
    }

    .akciya.spec .text-box {
        padding: 5px 0px 0px 0px;
    }

    .akciya p.name {
        font-size: 16px;
    }

    .akciya p.skidka {
        font-size: 18px;
    }

    .akciya p.text {
        text-align: left;
    }
}

@media (max-width:767px) {
    header {
        display: none;
        position: fixed;
        top: 0;
        z-index: 30;
        height: 100%;
        width: 100%;
        background: none;
        overflow: hidden;
        overflow-y: auto;
    }
    
    .clouds {
        display: none;
    }
    
    .top ul {
        position: relative;
        top: 20px;
        z-index: 59;
        margin: 30px 10% 20px 10%;
        padding: 0 0px 0 10px;
        
        text-align: left;
    }

    .top ul li {
        padding: 8px 25px 0px 0px;
    }

    .info {
        position: absolute;
        top: 220px;
        left: 10%;
        z-index: 30;
        max-width: 240px;
        margin: 30px 0px 0px 10px;
        background: none;
    }

    .info.sushi {
        top: 320px;
    }

    .info.mangal {
        top: 410px;
    }

    .info span {
        font-size: 14px;
    }
    
    svg {
        top: 12px;
        width: 20px;
        height: 20px;
    }

    .info.sushi .text .p, 
    .info.mangal .text .p {
        font-size: 20px;
    }
    
    .nav-bg {
        position: fixed;
        top: 0px;
        z-index: 29;
        height: 100%;
        margin: 0px 0px 0px 0px;
        background: rgba(0, 0, 0, 0.9);
    }

    .main-nav {
        top: 15px;
        height: auto;
        margin: 0px 0px 0px 0px;
    }

    .main-nav ul {
        margin: 0px 10% 0px 10%;
        text-align: left;
    }

    .main-nav li {
        margin: 8px 0px 0px 0px;
        padding: 5px 0px 5px 0px;
        display: block;
        border-bottom: 1px solid #fff;
    }

    .main-nav li:last-child {
        border: none;
    }
    
    .main-nav a {
        padding: 10px 0px 10px 0px;
        font-family: Arial;
        transition: none;
    }
    
    
    .icon-nav {
        position: fixed;
        top: 0px;
        z-index: 40;
        display: block;
        height: 38px;
        width: 100%;
        padding: 5px;
        background-color: #000;
        cursor: pointer;
    }

    .lr, .rr {
        position: absolute;
        left: 20px;
        width: 30px;
        height: 1px;
        max-width: 25px;
        /*background-color: #ffabab;*/
        background-color: rgb(255, 189, 36);
    }
    
    .lr {
        top: 15px;
        transition: all 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    }

    .rr {
        bottom: 5px;
        transition: all 0.55s 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    }

    .left-rotate {
        transform: rotate(45deg);
        top: 17px;
        transition: all 0.55s 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    }

    .right-rotate {
        transform: rotate(-45deg);
        bottom: 10px;
        transition: all 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    }

    .icon-nav .name {
        position: absolute;
        top: 8px;
        left: 65px;
        /*color: #ffabab;*/
        color: rgb(255, 189, 36);
    }
    

    main {
        margin-top: 38px;
        padding: 20px 10px 0px 10px;
    }

    .rolls {
        width: 100%;
        text-align: left;
        /*margin: 0px 5% 20px 5%;*/
        border-bottom: 1px dashed#c66a6a;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    
    .menu-img {
        display: inline-block;
        max-width: 48%;
        height: 180px;
    }
    
    .rolls img {
        display: inline-block;
        vertical-align: top;
        max-width: 100%;
        max-height: 160px;
    }
    
    .rolls .food-description {
        display: inline-block;
        vertical-align: top;
        max-width: 55%;
        margin-left: 2%;
        
        display: inline-block;
        max-width: 45%;
        padding-top: 0px;
    }
    .pizza .food-description {
        display: block;
        max-width: 100%;
    }
    .pizza .food-description p {
        min-height: auto;
    }
    .components {
        min-height: auto;
        margin-bottom: 20px;
    }
    
    .rolls .floatLeft,
    .rolls .floatRight {
        float: none;
    }
    
    .rolls .food-description p.floatRight {
        padding: 15px 0px 0px;
    }
    
    article.row {
        margin-left: auto;
        margin-right: auto;
    }
    article.border {
        border: none;
        padding-bottom: 0px;
    }

    .hot-roll {
        /*left: 0px;*/
    }
    .chili {
        left: -18px;
        top: -2px;
    }

    .rolls .new {
        display: none;
    }
    
    
    section.sushi img {
        display: inline-block;
        vertical-align: top;
        max-width: 40%;
        margin: 0px 0px 0px 0px;
        max-width: 30%;
    }

    .sushi .table-p {
        display: inline-block;
        vertical-align: top;
        max-width: 55%;
        width: auto;
        margin-top: 0px;
        margin-left: 2%;
        float: none;
    }

    main .sushi p {
        line-height: 18px;
    }

    .sushi .table-p p.header-p {
        margin: 0px 0px 0px 0px;
    }
    
    .copy {
        margin: 0px;
    }
    
    .sety .rolls {
        margin: 0px 0px 20px;
        text-align: center;
    }
    .sety .rolls .food-description {
        max-width: 100%;
    }
    .sety .food-description .pposition {
        /*border-bottom: 1px solid #f4e7e6;
        border-top: 0px;*/
        border: none;
        padding: 0px 0px 10px 0px;
        /*margin-bottom: 1em;*/
        margin-bottom: 0;
    }
    .sety.mini .food-description p.floatRight {
        padding: 15px 0px 0px;
    }

    .window {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        max-width: 100%;
        height: 100%;
        margin: 0;
        background: transparent;
    }
    
    .akciya .text-box {
        float: none;
        max-width: 100%;
    }
    
    .akciya p.text {
        padding-right: 50px;
    }
    
    .addr {
        height: auto;
        width: 100%;
        padding: 20px 30px 20px 10%;
        float: none;
    }
    
    footer {
        padding: 25px 0px;
    }
    
}

@media screen and (max-width: 649px) {
    .menu-img {
        display: block;
        max-width: 100%;
        text-align: center;
    }
    .rolls img {
        
    }
    .rolls .food-description {
        display: block;
        max-width: 100%;
        padding-top: 15px;
    }
    .chili {
        left: -18px;
        top: 23px;
        height: 26px;
        width: 26px;
    }
}

@media screen and (max-width: 479px) {
    .rolls {
        /*margin: 0px 2% 20px 2%;*/
        margin: 0px 0 20px;
    }
    .hot-roll {
        /*display: none;*/
    }
    
    .rolls img, .mini .rolls img {
        display: block;
        max-width: 100%;
        margin: 0px auto;
    }
    
    .rolls .food-description {
        max-width: 100%;
        width: 100%;
        /*margin-left: 3%;
        margin-right: 3%;*/
    }
    
    .rolls .food-description .header-p {
        line-height: 1;
        padding-bottom: 10px;
        text-align: center;
    }
    
    .mini .rolls .food-description {
        padding: 15px 5px 0px;
        max-width: 100%;
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        display: block;
    }
    
    section.sushi img {
        display: block;
        max-width: 100%;
        float: none;
        max-height: 150px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }
    section.zakuska img {
        max-height: 150px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }
    .sushi .table-p {
        display: block;
        max-width: 100%;
        min-width: 100%;
        width: 100%;
    }
    main .sushi p {
        padding: 8px 0px 8px 0px;
    }
    
    .sety .rolls img {
        max-width: 90%;
        padding-bottom: 15px;
    }
    
    .sety.mini .rolls img {
        max-width: 30%;
        padding: 0px;
    }
    .chili {
        top: 13px;
        left: auto;
        right: 4%;
    }

}