@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe.menu-wrap,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

a img {
    border: none;
}

.d-none {
  display: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

button {
    background: none;
    border: none;
}

button:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button:active {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input {
    background: none;
    border: none;
}

input:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input:active {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

img {
    max-width: 100%;
}

@font-face {
    font-family: "Century Gothic";
    src: url("../fonts/");
    src: url("../fonts/?#iefix") format("embedded-opentype"), url("../fonts/CenturyGothic-BoldItalic.woff2") format("woff2"), url("../fonts/CenturyGothic-BoldItalic.woff") format("woff"), url("../fonts/CenturyGothic-BoldItalic.ttf") format("truetype");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Century Gothic";
    src: url("../fonts/CenturyGothic.eot");
    src: url("../fonts/CenturyGothic.eot?#iefix") format("embedded-opentype"), url("../fonts/CenturyGothic.woff2") format("woff2"), url("../fonts/CenturyGothic.woff") format("woff"), url("../fonts/CenturyGothic.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Century Gothic";
    src: url("../fonts/CenturyGothic-Bold.eot");
    src: url("../fonts/CenturyGothic-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/CenturyGothic-Bold.woff2") format("woff2"), url("../fonts/CenturyGothic-Bold.woff") format("woff"), url("../fonts/CenturyGothic-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Century Gothic";
    src: url("../fonts/CenturyGothic-Italic.eot");
    src: url("../fonts/CenturyGothic-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/CenturyGothic-Italic.woff2") format("woff2"), url("../fonts/CenturyGothic-Italic.woff") format("woff"), url("../fonts/CenturyGothic-Italic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
}

.dropdown-item {
    display: block;
}

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-menu {
    list-style: none;
    background-clip: padding-box;
    border: none;
}

/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
    width: device-width;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.container-fluid {
    width: 100%;
    /*   padding-right: 15px;
  padding-left: 15px; */
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        -webkit-flex-basis: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        -webkit-flex-basis: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        -webkit-flex-basis: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        -webkit-flex-basis: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

body {
    font-family: 'Century Gothic';
    background: url("../img/tokyo-main_03.jpg") 0 0 repeat;
    background-size: cover;
    overflow-x: hidden;
}

button {
    cursor: pointer;
    font-family: 'Century Gothic';
}

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

.col-right {
    text-align: right;
    padding-right: 40px;
}

.header {
    background-color: #000000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
}

.header-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-left {
    width: 17%;
    padding-top: 5px;
    padding-bottom: 5px;
}

.header-middle {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.header-title {
    color: #5c5c5c;
    font-size: 16px;
    padding-right: 40px;
    position: relative;
    margin-bottom: 10px;
    text-align: right;
}

.header-title:before {
    position: absolute;
    content: ' ';
    top: 50%;
    right: 0;
    height: 1px;
    width: 35px;
    background-color: #cf9f05;
}

.city-wrap {
    max-width: 180px;
    text-align: right;
    margin-left: auto;
    padding: 10px 35px 10px 10px;
}

.btn-drop-city {
    font-size: 18px;
    color: #fff;
    position: relative;
    padding-right: 23px;
    padding-top: 9px;
    padding-left: 15px;
}

.btn-drop-city:before {
    position: absolute;
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 6.5px 0 6.5px;
    border-color: #cf9f05 transparent transparent transparent;
    top: 50%;
    margin-top: -3px;
    right: 0;
}

.show .btn-drop-city:before {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
}

.dropdown-menu-city {
    padding: 15px 30px;
    background-color: #000;
    -webkit-box-shadow: 10px 10px 0 #00000040;
    box-shadow: 10px 10px 0 #00000040;
}

.dropdown-menu-city .dropdown-item {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    display: block;
    padding: 15px 0;
    text-align: left;
}

.dropdown-menu-city .dropdown-item:hover {
    color: #cf9f05;
}

.dropdown-menu-city .dropdown-item--red {
    color: #cf4305;
}

.dropdown-menu-city .header-title,
.dropdown-menu-city .phone-link {
    display: none;
}

.phone-wrap {
    padding: 10px 35px 10px 0;
    width: calc(100% - 180px);
    text-align: right;
}

.phone-link {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}

.phone-link span {
    color: #7c7c7c;
}

.phone-link+.phone-link {
    margin-left: 5px;
}

.header-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
}

.btn-search-trigger {
    width: 80px;
    height: 80px;
    position: relative;
    border-left: 1px solid #121314;
}

.btn-search-trigger:before {
    position: absolute;
    content: ' ';
    width: 25px;
    height: 25px;
    background: url("../img/search-icon.png") 0 0 no-repeat;
    background-size: cover;
    top: 50%;
    left: 50%;
    margin-top: -12.5px;
    margin-left: -12.5px;
}

.btn-search-trigger:hover {
    background-color: #121314;
}

.search-wrap {
    position: relative;
}

.header-search-form {
    position: absolute;
    width: 400px;
    background-color: #000;
    padding: 10px;
    top: calc(100% + 2px);
    right: 0;
    -webkit-box-shadow: 10px 10px 0 #00000040;
    box-shadow: 10px 10px 0 #00000040;
    z-index: -1;
    opacity: 0;
    pointer-events: none;
}

.header-search-form.active {
    z-index: 99;
    opacity: 1;
    pointer-events: all;
}

.search-input {
    width: 100%;
    height: 50px;
    background-color: #121314;
    color: #fff;
    font-size: 16px;
    padding: 0 60px 0 10px;
}

.btn-search {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 10px;
    right: 10px;
    border: 1px solid #121314;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.btn-search:before {
    position: absolute;
    content: ' ';
    width: 25px;
    height: 25px;
    background: url("../img/search-icon.png") 0 0 no-repeat;
    background-size: cover;
    top: 50%;
    left: 50%;
    margin-top: -12.5px;
    margin-left: -12.5px;
}

.btn-search:hover {
    background-color: #000;
}

.btn-drop-menu {
    width: 80px;
    height: 80px;
    position: relative;
    border-left: 1px solid #121314;
}

.btn-drop-menu:before {
    position: absolute;
    content: ' ';
    width: 32px;
    height: 23px;
    pointer-events: none;
    background: url("../img/menu-icon.png") 0 0 no-repeat;
    background-size: cover;
    top: 50%;
    left: 50%;
    margin-top: -11.5px;
    margin-left: -16px;
}

.btn-drop-menu:after {
    position: absolute;
    content: ' ';
    border: solid #5c5c5c;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 50%;
    margin-left: -5.5px;
    bottom: 15px;
}

.btn-drop-menu:hover {
    background-color: #121314;
}

.show .btn-drop-menu:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    bottom: 11px;
}

.drop-menu .dropdown-item {
    text-align: right;
}

.cart-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #121314;
    width: 185px;
    padding: 0 15px;
    position: relative;
    cursor: pointer;
}

.cart-icon {
    position: relative;
    pointer-events: none;
    width: 33px;
    height: 28px;
    background: url("../img/cart-icon.png") 0 0 no-repeat;
    background-size: cover;
}

.cart-count {
    position: absolute;
    top: -7px;
    right: -6px;
    font-size: 10px;
    line-height: 15px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #cf4305;
}

.cart-price {
    color: #cf9f05;
    font-size: 20px;
    padding-left: 25px;
}

.cart-order {
    position: absolute;
    top: calc(100% + 2px);
    right: 0;
    padding: 10px;
    -webkit-box-shadow: 10px 10px 0 #00000040;
    box-shadow: 10px 10px 0 #00000040;
    background-color: #000000;
    width: 880px;
    z-index: -1;
    opacity: 0;
    pointer-events: none;
}

.cart-order.active {
    z-index: 99;
    opacity: 1;
    pointer-events: all;
    height: 80vh;
    overflow-x: scroll; 
}

.cart-order-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.cart-order-col-1 {
    width: 60%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.cart-order-col-2,
.cart-order-col-3 {
    width: 20%;
}

.cart-title {
    color: #555555;
    font-size: 18px;
    text-align: center;
    padding: 18px 15px;
    background-color: #121314;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.cart-order-item {
    padding: 17px 0;
    border-bottom: 1px solid #252525;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.remove-order-item {
    margin: 13px;
    width: 13px;
    height: 13px;
    background: url("../img/cross-icon.png") 0 0 no-repeat;
    background-size: cover;
}

.order-item-img {
    height: 50px;
    width: 100px;
    text-align: center;
}

.order-item-img img {
    max-height: 100%;
}

.order-item-name {
    font-size: 18px;
    color: #fff;
    width: calc(100% - 139px);
    padding: 0 10px;
}

.order-item-price {
    font-size: 18px;
    color: #fff;
    padding: 0 10px;
    text-align: center;
}

.order-item-count {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.order-item-count-minus,
.order-item-count-plus {
    font-size: 24px;
    color: #fcc308;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.order-item-count-input {
    background-color: #000;
    color: #fff;
    width: 40px;
    font-size: 18px;
    height: 36px;
    text-align: center;
    margin: 0 10px;
}

.delivery-icon {
    padding-left: 39px;
    width: 139px;
    text-align: center;
}

.delivery-cptn {
    color: #af3809;
    font-size: 16px;
}

.cart-sum-price {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}

.cart-sum-price span {
    color: #cf9f05;
}

.cart-order-bottom-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 35px 30px 45px 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cart-order-bottom-wrap2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 30px 20px 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.continue-shop {
    color: #cf9f05;
    font-size: 18px;
    position: relative;
    display: inline-block;
    padding-left: 25px;
}

.continue-shop:before {
    position: absolute;
    content: ' ';
    width: 18px;
    height: 19px;
    background: url("../img/return-icon.png") 0 0 no-repeat;
    background-size: cover;
    left: 0;
    top: 2px;
}

.btn-checkout,
.btn-order-cert {
    text-transform: uppercase;
    font-weight: bold;
    color: #cf9f05;
    font-size: 18px;
    padding: 20px 35px;
    border: 1px solid #cf9f05;
}

.btn-checkout:hover,
.btn-order-cert:hover {
    color: #000;
    background-color: #cf9f05;
}

.main {
    padding-top: 80px;
}

.breadcrumb {
    margin-bottom: 40px;
}

.breadcrumb-link {
    color: #cf9f05;
    font-size: 16px;
    position: relative;
    padding-right: 20px;
    margin-right: 10px;
    display: inline-block;
    text-decoration: none;
}

.breadcrumb-link:before {
    position: absolute;
    content: '»';
    right: 0;
}

.breadcrumb-span {
    color: #7d7d7d;
}

.h2-title {
    font-size: 36px;
    color: #cf9f05;
    letter-spacing: 1px;
    position: relative;
    padding-left: 50px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.h2-title:before {
    position: absolute;
    content: ' ';
    width: 54px;
    height: 1px;
    background-color: #cf9f05;
    left: -23px;
    top: 50%;
}

.slider-wrap {
    /*  padding-top: 100px;
  padding-bottom: 35px; */
    padding-top: 30px;
    background: url("../img/slider-bg.jpg") 0 0 no-repeat;
    background-size: cover;
}

.slider-item img {
    width: 100%;
}

.slider-subtitle {
    font-size: 70px;
    color: #4d4e52;
    letter-spacing: 2px;
    text-align: right;
}

.slider-title {
    font-size: 100px;
    color: #fff;
    margin-bottom: 75px;
}

.slider-product-description {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.slider-pd-wrap {
    padding-left: 15px;
    border-left: 1px solid #46474b;
}

.slider-weight {
    color: #46474b;
    font-size: 24px;
    margin-bottom: 10px;
}

.slider-count {
    color: #fff;
    font-size: 30px;
}

.slider-price {
    font-size: 100px;
    color: #fcc308;
    padding-right: 30px;
}

.slider-price span {
    font-size: 40px;
}

.slick-prev {
    width: 60px;
    height: 60px;
    left: 5%;
    z-index: 99;
    margin-top: -30px;
    background: url("../img/slider-arrow.png") 0 0 no-repeat;
    background-size: cover;
}

.slick-prev:hover {
    background: url("../img/slider-arrow-h.png") 0 0 no-repeat;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.slick-next {
    width: 60px;
    height: 60px;
    right: 5%;
    z-index: 99;
    margin-top: -30px;
    background: url("../img/slider-arrow.png") 0 0 no-repeat;
    transform: scaleX(-1);
    background-size: cover;
}

.slick-next:hover {
    background: url("../img/slider-arrow-h.png") 0 0 no-repeat;
    transform: scaleX(-1);
}

.menu-wrap {
    background-color: #000000;
    padding: 30px 0;
    margin-top: 5px;
    margin-bottom: 70px;
}

.menu-wrap .container {
    position: relative;
}

.menu-wrap--inn-pg {
    margin-bottom: 15px;
}


.menu-item {
    display: inline-flex;
    text-decoration: none;
    color: #fff;
    width: 19.59%;
    align-items: center;
    position: relative;
    margin-bottom: 10px;
    padding-right: 20px;
}

.menu-item:hover {
    color: #cf9f05;
}

.menu-item:before {
    content: '';
    margin: 0 10px;
    width: 70px;
    height: 70px;
}

.menu-item:hover:before {
    filter: brightness(0) saturate(100%) invert(57%) sepia(82%) saturate(1385%) hue-rotate(14deg) brightness(98%) contrast(96%);
}

/* .menu-item-3, .menu-item-4 {
    display: none;
  } */

.menu-item.rolly:before {
    background: url("../img/menu-icon/rolly.png") center no-repeat;
}

.menu-item.sety:before {
    background: url("../img/menu-icon/sety.png") center no-repeat;
}

.menu-item.premium-roli:before {
    background: url("../img/menu-icon/premium-roli.png") center no-repeat;
}

.menu-item.teplі-roli:before {
    background: url("../img/menu-icon/teplі-roli.png") center no-repeat;
}

.menu-item.sushi-i-sashimi:before {
    background: url("../img/menu-icon/sushi-i-sashimi.png") center no-repeat;
}

.menu-item.salaty-i-supy:before {
    background: url("../img/menu-icon/salati-і-supi.png") center no-repeat;
}

.menu-item.gunkany-i-zakuski:before {
    background: url("../img/menu-icon/gunkany-i-zakuski.png") center no-repeat;
}

.menu-item.napitki:before {
    background: url("../img/menu-icon/napitki.png") center no-repeat;
}

.menu-item.deserti:before {
    background: url("../img/menu-icon/deserti.png") center no-repeat;
}

.menu-item.wok-menyu:before {
    background: url("../img/menu-icon/wok-menyu.png") center no-repeat;
}

.menu-item.dopovnennya:before {
    background: url("../img/menu-icon/dopovnennya.png") center no-repeat;
}

.menu-item.kombo-menyu:before {
    background: url("../img/menu-icon/kombo-menyu.png") center no-repeat;
}

.menu-item.burgery:before {
    background: url("../img/menu-icon/burgery.png") center no-repeat;
}

.menu-item.pitsa:before {
  background: url("../img/menu-icon/pitsa.png") center no-repeat;
}

.product-section {
    margin-bottom: 65px;
}

.product-section .container {
    position: relative;
}

.product-section .container h2{
    font-size: 24px;
    color: #cf9f05;
    letter-spacing: 1px;
    position: relative;
    padding-left: 10px;
    margin: 25px 0 25px 0;
    text-transform: uppercase;
}
.product-section .container ol{
	list-style-type: Circle;
    letter-spacing: 1px;
    position: relative;
    padding-left: 20px;
    margin: 25px 0 25px 0;
    
}
.product-section .container ul{
	list-style-type: Circle;
    letter-spacing: 1px;
    position: relative;
    padding-left: 20px;
    margin: 25px 0 25px 0;
    
}
.title-wrap {
    position: absolute;
    left: -157px;
    top: 25%;
}

.title-wrap-1 {
    position: absolute;
    left: -108px;
    top: 10%;
}

.title-wrap-2 {
    position: absolute;
    left: -93px;
    top: 32%;
}

.section-title {
    font-size: 16px;
    color: #cf9f05;
    position: relative;
    -webkit-transform: rotateZ(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotateZ(-90deg);
    padding-right: 65px;
    text-transform: uppercase;
    left: 0;
    top: 100%;
}

.section-title:before {
    position: absolute;
    content: ' ';
    right: 0;
    top: 50%;
    width: 55px;
    height: 1px;
    background-color: #cf9f05;
}

.item-wrap {
    background-color: #000000;
    -webkit-box-shadow: 10px 10px 0 #00000040;
    box-shadow: 10px 10px 0 #00000040;
    position: relative;
    padding-top: 60px;
    margin-bottom: 60px;
}

.item-sale-wrap {
    position: absolute;
    top: 13px;
    left: -11px;
    max-width: 110px;
}

.info-list-wrap {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 70px;
    background-color: #000000;
    z-index: -1;
    opacity: 0;
    border-bottom: 1px solid #151515;
}

.info-list-wrap.active {
    z-index: 2;
    opacity: 1;
}

.product-info-labels {
    position: absolute;
    top: 10px;
    right: 48px;
    display: flex;
    align-items: center;
}

.product-info-label {
    width: 26px;
    height: 26px;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.product-info-label.vegan-label {
    background-image: url('../img/product-label-vegan.png');
}

.product-info-label.spicy-sous-label {
    background-image: url('../img/sous_spicy.png');
}

.product-info-label.spicy-label {
    background-image: url('../img/product-label-spicy.png');
}

.product-info-label:not(:last-child) {
    margin-right: 7px;
}

.btn-info {
    display: inline-block;
    width: 35px;
    height: 35px;
    color: #cf9f05;
    font-size: 24px;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    background-color: #161616;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 99;
}

.btn-info:hover {
    background-color: #cf9f05;
    color: #000000;
}

.btn-info.active {
    background-color: #cf9f05;
    color: #000000;
}

.info-list {
    margin: 60px 35px 20px 35px;
    max-height: 220px;
    overflow: hidden;
}

.info-list li {
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 20px;
    text-align: right;
    position: relative;
    padding-right: 14px;
}

.info-list li:before {
    position: absolute;
    content: ' ';
    right: 0;
    top: 9px;
    width: 4px;
    height: 4px;
    background-color: #cf9f05;
}

.item-sale {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    display: inline-block;
    background-color: #cf4305;
    padding: 7px 8px 7px 13px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.item-new {
    background-color: #cf9f05;
}

.item-img {
    height: 135px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 35px;
    padding: 0 25px;
}

.item-name {
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 10px;
    padding: 0 25px;
    display: block;
    text-decoration: none;
}

.item-count {
    color: #3c3c3c;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 25px;
    padding: 0 25px;
}

.item-oldprice {
    color: #3c3c3c;
    font-size: 18px;
    line-height: 20px;
    text-decoration: line-through;
}

.item-newprice {
    font-size: 24px;
    line-height: 24px;
    color: #fff;
}

.item-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.item-bottom>form {
    width: calc(100% - 150px);
}

.price-wrap {
    width: 150px;
    padding: 0 0 18px 25px;
}

.btn-order {
    position: relative;
    color: #cf9f05;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    display: inline-block;
    padding: 22px 10px 22px 90px;
    border-left: 1px solid #161616;
}

.btn-order:before {
    position: absolute;
    content: ' ';
    width: 40px;
    height: 35px;
    background: url("../img/order-icon.png") 0 0 no-repeat;
    background-size: cover;
    left: 35px;
    top: calc(50% - 22.5px);
}

.btn-order:hover {
    background-color: #161616;
}

.more-products-wrap {
    text-align: center;
}

.more-products {
    font-size: 18px;
    color: #cf9f05;
    position: relative;
    padding-left: 50px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
}

.more-products:before {
    position: absolute;
    content: ' ';
    background: url("../img/see-more-icon.png") 0 0 no-repeat;
    background-size: cover;
    width: 37px;
    height: 31px;
    left: 0;
    top: 50%;
    margin-top: -16.5px;
}

.sertificate-section {
    padding-bottom: 60px;
}

.certificate-form {
    margin-bottom: 60px;
}

.sertificate-img {
    text-align: center;
    margin-bottom: 37px;
}

.sertificate-cptn {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.btn-order-cert {
    margin-top: 40px;
}

.cert-text {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 50px;
}

.cert-list li {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 25px;
    position: relative;
    padding-left: 20px;
}

.cert-list li:before {
    position: absolute;
    content: ' ';
    left: 0;
    top: 13px;
    width: 15px;
    height: 1px;
    background-color: #fff;
}

.contact-section {
    min-height: 100vh;
    padding-bottom: 100px;
}

.contact-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.contact-left {
    padding-right: 28px;
}

.contact-left img {
    margin-top: -10px;
}

.contact-gray {
    font-size: 20px;
    text-transform: uppercase;
    color: #5c5c5c;
    margin-bottom: 20px;
}

.contact-white {
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
}

.contact-white span {
    color: #5c5c5c;
}

.payment-section {
    padding-bottom: 50px;
}

.payment-left {
    padding-right: 15px;
}

.payment-left img {
    margin-top: -10px;
}

.payment-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
}

.payment-left {
    width: 56px;
}

.payment-right {
    width: calc(100% -56px);
}

.payment-title {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #fff;
}

.payment-list {
    color: #fff;
}

.payment-list li {
    position: relative;
    padding-left: 16px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 30px;
}

.payment-list li:before {
    position: absolute;
    content: ' ';
    width: 4px;
    height: 4px;
    background-color: #cf9f05;
    left: 0;
    top: 10px;
}

.payment-region {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 15px;
}

.pay-btn {
    padding: 14px;
    border: 1px solid #7f7f7f;
    width: 340px;
    color: #7f7f7f;
    font-style: italic;
    text-align: left;
    margin-bottom: 40px;
}

.pay-btn:before {
    right: 25px;
}

.payment-value {
    font-size: 20px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
}

.payment-value span {
    font-size: 30px;
    color: #cf9f05;
    text-transform: capitalize;
}

.fishka-section {
    padding-bottom: 60px;
}

.fishka-text {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 45px;
}

.fishka-text span {
    color: #cf4305;
}

.fishka-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.fishka-left {
    width: 50%;
}

.fishka-middle {
    width: 20%;
    font-size: 20px;
    color: #fff;
    padding: 0 10px;
}

.fishka-right {
    width: 30%;
    font-size: 20px;
    color: #cf9f05;
    padding: 0 10px 0 45px;
    position: relative;
}

.fishka-right:before {
    position: absolute;
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 15px;
    border-color: transparent transparent transparent #cf9f05;
    left: 0;
    top: 5px;
}

.ordering-section {
    margin-top: 50px;
}

.ordering-table {
    padding: 10px;
    -webkit-box-shadow: 10px 10px 0 #00000040;
    box-shadow: 10px 10px 0 #00000040;
    background-color: #000000;
    margin-bottom: 80px;
}

.ordering-cptn {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 25px;
    padding-top: 50px;
}

.ordering-cptn.without-uppercase {
    text-transform: capitalize;
}

.input-wrap {
    display: inline-block;
    margin-bottom: 30px;
    margin-right: 100px;
}

.input-wrap label {
    font-size: 18px;
    margin-bottom: 20px;
    color: #fff;
    display: block;
}

.input-wrap input {
    width: 300px;
    border: 1px solid #404040;
    color: #fff;
    font-size: 18px;
    padding: 20px 30px;
    font-family: 'Century Gothic';
}

.input-wrap input::-webkit-input-placeholder {
    color: #5a5a5a;
    font-style: italic;
    font-family: 'Century Gothic';
}

.input-wrap input::-moz-placeholder {
    color: #5a5a5a;
    font-style: italic;
    font-family: 'Century Gothic';
}

.input-wrap input:-ms-input-placeholder {
    color: #5a5a5a;
    font-style: italic;
    font-family: 'Century Gothic';
}

.input-wrap input::-ms-input-placeholder {
    color: #5a5a5a;
    font-style: italic;
    font-family: 'Century Gothic';
}

.input-wrap input::placeholder {
    color: #5a5a5a;
    font-style: italic;
    font-family: 'Century Gothic';
}

.btn-s-wrap {
    text-align: center;
}

.add-option-text {
    font-style: italic;
    color: #5a5a5a;
    font-size: 20px;
    padding-right: 50px;
}

.wrap-add-options {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 45px;
}

.ordering-item-count {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 50px;
}

.ordering-item-count span {
    font-size: 18px;
    color: #fff;
    display: inline-block;
    padding-right: 20px;
}

.product-card-wrap {
    margin-bottom: 100px;
}

.product-card-wrap .btn-order {
    border: 1px solid #cf9f05;
    width: auto;
    padding: 20px 30px 20px 90px;
}

.product-card-img {
    -webkit-box-shadow: 10px 10px 0 #00000040;
    box-shadow: 10px 10px 0 #00000040;
}

.product-card-img img {
    width: 100%;
}

.product-card-name {
    font-size: 27px;
    margin-bottom: 40px;
    color: #fff;
}

.product-card-price {
    font-size: 36px;
    color: #cf9f05;
    margin-bottom: 40px;
}

.product-card-price .product-card-count {
    color: #717171;
    font-size: 18px;
}

.product-card-compound {
    color: #626262;
    font-size: 24px;
    margin-bottom: 20px;
}

.product-card-compound-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.compound-item {
    width: 120px;
    padding: 0 10px;
    text-align: center;
    margin-bottom: 20px;
}

.compound-item-img {
    height: auto;
    margin-bottom: 10px;
}

.compound-item-name {
    color: #fff;
    font-size: 14px;
}

[type='radio']:checked,
[type='radio']:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type='radio']:checked+label,
[type='radio']:not(:checked)+label {
    position: relative;
    padding-left: 50px;
    cursor: pointer;
    font-size: 18px;
    line-height: 30px;
    display: inline-block;
    color: #fff;
    margin-right: 45px;
}

[type='radio']:checked+label:before,
[type='radio']:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #404040;
}

[type='radio']:checked+label:after,
[type='radio']:not(:checked)+label:after {
    content: '';
    width: 14px;
    height: 14px;
    background: #cf9f05;
    position: absolute;
    top: 8px;
    left: 8px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type='radio']:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

[type='radio']:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.footer {
    background-color: #000000;
    overflow-x: hidden;
}

.col-no-pd {
    padding-left: 0;
    padding-right: 0;
}

.footer-col-top {
    max-width: 600px;
    margin-left: auto;
    padding: 45px 0 25px 0;
}

.foter-logo {
    margin-bottom: 30px;
    text-align: center;
}

.footer-social {
    display: inline-block;
    text-align: center;
    color: #cf9f05;
    margin-bottom: 34px;
}

.footer-social img {
    display: inline-block;
    margin-bottom: 10px;
}

.footer-social span {
    display: block;
    font-size: 18px;
}

.footer-link {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    display: block;
    text-decoration: none;
}

.footer-link:hover {
    color: #cf9f05;
}

.footer-title {
    color: #5c5c5c;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
}

.footer-text {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
}

.footer-text span {
    color: #fff;
}

.footer-text+.footer-title {
    margin-top: 25px;
}

.footer-payment {
    margin-bottom: 20px;
}

.footer-col-bot {
    text-align: right;
}

.copyrights {
    color: #555555;
    font-size: 16px;
    text-align: right;
    padding: 25px 75px 25px 0;
    background: url("../img/tokyo-main_03.jpg") 0 0 repeat;
    background-size: cover;
}

.star-wrapper {
    position: relative;
    display: inline-block;
    direction: rtl;
}

.star-wrapper .star {
    font-size: 4em;
    display: inline-block;
    width: 47px;
    height: 47px;
    background: url(../img/empty-star.png) 0 0 no-repeat;
    background-size: cover;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 4px;
}

.star-wrapper .star:hover {
    background: url(../img/fill-star.png) 0 0 no-repeat;
    background-size: cover;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.stars .star {
    display: inline-block;
}

.stars .star label {
    cursor: pointer;
}

.stars .star input[type='checkbox'] {
    display: none;
}

.stars .star input[type='checkbox']+label:before {
    display: inline-block;
    cursor: pointer;
}

.stars .star input[type='checkbox']+label:before {
    content: ' ';
    width: 47px;
    height: 47px;
    background: url(../img/empty-star.png) 0 0 no-repeat;
    margin-right: 6px;
}

.stars .star input[type='checkbox']:checked+label:before {
    content: ' ';
    width: 47px;
    height: 47px;
    background: url(../img/fill-star.png) 0 0 no-repeat;
    margin-right: 6px;
}

.review-form {
    margin-bottom: 60px;
}

.review-form .ordering-cptn {
    text-transform: none;
}

.review-textarea {
    height: 134px;
    max-width: 575px;
    width: 100%;
    resize: none;
    background: transparent;
    color: #fff;
    padding: 10px;
    font-family: 'Century Gothic';
    font-size: 16px;
    border: 1px solid #404040;
}

@media (max-width: 1200px) {

    .title-wrap,
    .title-wrap-1,
    .title-wrap-2 {
        position: relative;
        left: auto;
        top: auto;
    }

    .section-title {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        display: inline-block;
        font-size: 24px;
        margin-bottom: 20px;
    }

    .price-wrap {
        width: 120px;
    }

    .btn-order {
        padding-left: 55px;
        width: 100%;
        text-align: right;
        padding-right: 20px;
    }

    .btn-order:before {
        left: 15px;
    }

    .phone-wrap {
        text-align: right;
        line-height: 20px;
    }

    .phone-link {
        white-space: nowrap;
        font-size: 16px;
    }

    .btn-drop-city {
        font-size: 16px;
    }

    .dropdown-menu-city .dropdown-item {
        font-size: 16px;
    }

    .slider-title,
    .slider-price {
        font-size: 60px;
    }

    .radio-wrap {
        display: block;
        margin-bottom: 20px;
    }
}

@media (max-width: 991px) {
    .main {
        padding-top: 30px;
    }

    .phone-wrap {
        display: none;
    }

    .dropdown-menu-city .header-title,
    .dropdown-menu-city .phone-link {
        display: block;
        text-align: right;
        line-height: 20px;
    }

    .cart-order {
        width: 700px;
    }

    .slider-title,
    .slider-price {
        font-size: 36px;
    }

    .slider-weight {
        font-size: 20px;
    }

    .slider-count {
        font-size: 24px;
    }

    .slider-subtitle {
        font-size: 34px;
        text-align: left;
    }

    .menu {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .menu-item {
        width: 24.5%;
    }

    .slick-prev {
        left: 0;
    }

    .slick-next {
        right: 0;
    }

    .fishka-wrap {
        margin-bottom: 50px;
        border-bottom: 1px solid #7d7d7d;
        padding-bottom: 20px;
        text-align: center;
    }

    .fishka-left {
        width: 100%;
        margin-bottom: 10px;
    }

    .fishka-middle {
        width: 40%;
    }

    .fishka-right {
        width: 60%;
    }

    .input-wrap {
        margin-right: 50px;
    }

    .add-option-text {
        width: 100%;
        margin-bottom: 20px;
    }

    .product-card-img {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .header-left {
        width: 25%;
    }

    .star-wrapper a {
        margin: 0;
    }

    .star-wrapper a:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    .btn-order:before {
        left: auto;
        right: 124px;
    }

    .h2-title {
        font-size: 32px;
    }

    .city-wrap {
        padding: 20px 5px;
    }

    .btn-search-trigger {
        width: 40px;
        height: 50px;
    }

    .slider-title {
        margin-bottom: 20px;
    }

    .item-bottom>form {
        width: calc(100% - 120px);
    }

    .btn-drop-menu {
        width: 35px;
        height: 50px;
    }

    .btn-drop-menu:after {
        display: none;
    }

    .header-title {
        margin-bottom: 5px;
    }

    .header-search-form,
    .cart-order {
        position: fixed;
        width: auto;
        top: 66px;
        right: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        left: 0;
    }

    .cart-wrap {
        width: 160px;
        padding: 0 10px;
    }

    .cart-order-bottom-wrap {
        padding: 20px 0px 25px 0px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center;
    }

    .cart-sum-price {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        margin-bottom: 15px;
    }

    .btn-checkout,
    .btn-order-cert {
        padding: 10px 15px;
    }

    .cart-order-bottom-wrap2 {
        padding: 0 0 20px 0;
    }

    .delivery-cptn {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
    }

    .cart-price {
        padding-left: 15px;
    }

    .menu-item {
        font-size: 14px;
        width: 32.5%;
    }

    .footer-text {
        font-size: 14px;
    }

    .footer-link {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .copyrights {
        text-align: center;
        padding: 25px 15px;
    }

    .footer-order-mob {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .slick-next,
    .slick-prev {
        height: 64px;
        width: 64px;
    }

    .slick-next:hover,
    .slick-prev:hover {
        height: 64px;
        width: 64px;
        background-size: cover;
    }

    .contact-section {
        min-height: auto;
    }

    .contact-section #map {
        display: none;
    }

    .pay-btn {
        width: 225px;
    }

    .fishka-middle {
        width: 100%;
        padding: 10px;
    }

    .fishka-right {
        width: 100%;
        padding: 20px 10px 10px 10px;
    }

    .fishka-right::before {
        -webkit-transform: rotateZ(90deg);
        -ms-transform: rotate(90deg);
        transform: rotateZ(90deg);
        left: calc(50% - 7px);
        top: 0;
    }

    .ordering-table {
        margin-bottom: 0;
    }
}

@media (max-width: 576px) {
    .city-wrap .header-title {
        display: none;
    }

    .cart-price {
        display: none;
    }

    .cart-wrap {
        width: 53px;
        padding: 0 8px;
    }

    .header-container {
        padding-right: 0;
    }

    .header-left {
        width: 33%;
    }

    .header-search-form,
    .cart-order {
        position: fixed;
        left: 0;
        right: 0;
        top: 50px;
        width: auto;
    }

    .remove-order-item {
        margin: 5px;
    }

    .order-item-img {
        width: 70px;
    }

    .order-item-name {
        font-size: 14px;
        width: calc(100% - 95px);
        padding: 0 10px;
    }

    .order-item-price {
        font-size: 14px;
        padding: 0 10px;
    }

    .order-item-count-input {
        width: 25px;
        font-size: 14px;
        height: 36px;
        margin: 0px 5px;
    }

    .cart-title {
        font-size: 14px;
        padding: 15px 10px;
    }

    .btn-checkout,
    .btn-order-cert {
        font-size: 16px;
    }

    .continue-shop {
        font-size: 16px;
    }

    .menu-item {
        width: 49%;
        margin-bottom: 10px;
    }

    .input-wrap {
        margin-right: 0px;
        width: 100%;
    }

    .input-wrap input {
        width: 100%;
    }
}

.order-slider-wrap {
    padding: 35px 0;
    border-bottom: 1px solid #252525;
}

.order-slider_title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 35px;
    padding-left: 40px;
}

.cart-order-slider .slick-prev {
    left: 0;
}

.cart-order-slider .slick-next {
    right: 0;
}

.cart-order-slider_item {
    text-align: center;
}

.cart-order-slider_item-img {
    height: 130px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cart-order-slider_item-name {
    font-size: 14px;
    height: 14px;
    overflow: hidden;
    color: #fff;
    margin-bottom: 10px;
}

.cart-order-slider_item-btn {
    font-size: 16px;
    color: #cf9f05;
    text-decoration: underline;
}

@media (max-width: 767px) {
    .order-slider_title {
        padding-left: 0;
        text-align: center;
    }
}

.search-result-form {
    position: relative;
    max-width: 555px;
    width: 100%;
    margin-bottom: 70px;
}

.search-result-form input {
    height: 60px;
    width: 100%;
    padding: 0 80px 0 20px;
    background-color: #1c1e1f;
    font-size: 18px;
    color: #fff;
}

.search-result-form input::-webkit-input-placeholder {
    font-style: italic;
}

.search-result-form input::-moz-placeholder {
    font-style: italic;
}

.search-result-form input:-ms-input-placeholder {
    font-style: italic;
}

.search-result-form input::-ms-input-placeholder {
    font-style: italic;
}

.search-result-form input::placeholder {
    font-style: italic;
}

.search-result-form button {
    width: 60px;
    height: 60px;
    background-color: #000;
    position: absolute;
    top: 0;
    right: 0;
}

.search-result-form button:before {
    position: absolute;
    content: ' ';
    width: 25px;
    height: 25px;
    background: url(../img/search-icon.png) 0 0 no-repeat;
    background-size: cover;
    top: 50%;
    left: 50%;
    margin-top: -12.5px;
    margin-left: -12.5px;
}

.search-result_caption {
    font-size: 18px;
    font-style: italic;
    color: #5a5a5a;
    margin-bottom: 35px;
}

.search-result_caption span {
    color: #fff;
}

.search-autocomplete-wrap {
    background-color: #121314;
    padding: 20px 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    -webkit-box-shadow: 10px 10px 0 #00000040;
    box-shadow: 10px 10px 0 #00000040;
}

.search-autocomplete-wrap.active {
    display: block;
}

.search-autocomplete_link {
    display: block;
    font-size: 16px;
    color: #4c4c4c;
    text-decoration: none;
    padding: 8px 20px;
}

.search-autocomplete_link span {
    color: #fff;
}

.search-autocomplete_link:hover {
    background: #000;
}

.mystery-section {
    background: url("../img/tokyo-mystery_02.jpg") top right no-repeat;
    padding-bottom: 10px;
    padding-top: 45px;
}

.mystery-section .mystery-cptn {
    font-size: 30px;
    color: #fff;
    margin-bottom: 52px;
}

.mystery-section .h2-title {
    margin-bottom: 22px;
}

.mystery-form {
    margin-bottom: 60px;
}

.mystery-rules {
    display: inline-block;
    text-decoration: underline;
    color: #cf9f05;
    max-width: 200px;
    padding-left: 45px;
    position: relative;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
}

.mystery-rules:before {
    position: absolute;
    content: ' ';
    background: url("../img/tokyo-mystery.png");
    background-size: cover;
    left: 0;
    top: 7px;
    width: 26px;
    height: 36px;
}

.mystery-rules:hover {
    text-decoration: none;
}

.btn-mystery-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 60px;
}

.btn-mystery-wrap .btn-order-cert {
    margin-top: 0;
    margin-right: 60px;
}

@media (max-width: 767px) {
    .mystery-section .mystery-cptn {
        font-size: 20px;
        text-align: center;
        margin-bottom: 25px;
    }

    .mystery-section .ordering-cptn {
        font-size: 18px;
        line-height: 24px;
    }

    .mystery-section .btn-order-cert {
        margin-right: 0;
        margin-bottom: 25px;
        width: 100%;
    }

    .btn-mystery-wrap {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 9999999;
    top: 0;
    left: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
}

.popup {
    position: absolute;
    width: 70%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 40px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #1f1f1f;
    color: white;
    overflow: auto;
    height: 100%;
}

.popup p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
}

.popup h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
}

.popup ul {
    list-style: disc;
    list-style-position: inside;
}

.popup ul li {
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 20px;
}

.popup ul li ul {
    list-style: square;
    list-style-position: inside;
}

.popup ul li ul li {
    margin-left: 20px;
}

.popup .tdu-list li {
    text-decoration: underline;
}

.popup__h2 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.close-popup {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 23px;
    height: 23px;
    cursor: pointer;
}

.close-popup:before {
    content: '';
    background-color: #fff;
    position: absolute;
    height: 1px;
    width: 20px;
    top: 11px;
    left: -4px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.close-popup:after {
    content: '';
    background-color: #fff;
    position: absolute;
    height: 1px;
    width: 20px;
    top: 11px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: -4px;
}

.mystery-table th {
    padding: 10px;
    border: 1px solid #fff;
    font-weight: bold;
    text-align: center;
}

.mystery-table td {
    padding: 10px;
    border: 1px solid #fff;
}

.mystery-table ul li {
    font-size: 14px;
    line-height: 16px;
}

.mystery-table .bold {
    font-weight: bold;
}

.mystery-table .center {
    text-align: center;
}

@media (max-width: 767px) {
    .popup {
        width: 100%;
        padding: 40px 20px;
    }
}

div#checkout-cart-body .cart-order-bottom-wrap2 {
    display: none;
}

.container.slick {
    width: 100%;
    max-width: 90%;
}

.modal-sw,
div#cityModal {
    background: url(../img/tokyo-main_03.jpg) 0 0 repeat !important;
}

.modal.modal-city {
    padding: 15px;
    max-width: 600px;
}

h3.modal-title {
    color: white;
    text-align: center;
    margin-bottom: 20px;
}
.city-block {
  display: flex;
  justify-content: space-between;
}
.city-block a.submit-city-btn.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 127px;
    height: 40px;
    border: 1px solid #cf9f05;
    color: #fff;
    text-decoration: none;
    margin: 5px;
}
.city-block a.submit-city-btn.btn:hover {
  color: #cf9f05;
}

#map {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.phone-wrap.d-flex {
    display: flex;
}

.phone-wrap .ml-auto {
    margin-left: auto;
}

.phone-wrap .telegramm {
    margin-left: 10px;
    margin-top: 16px;

}

.phone-wrap .telegramm a {
    display: flex;
    align-items: center;
}

.phone-wrap .telegramm a span {
    color: #fff;
    margin-left: 10px;
}

@media (max-width: 1199px) {
    .phone-wrap .telegramm a span {
        display: none;
    }
}

@media (max-width: 767px) {
    .phone-wrap .telegramm {
        margin-left: 10px;
        margin-top: 5px;
        width: 30px;
    }

    .phone-wrap .ml-auto {
        display: none;
    }

    .header-middle {
        width: 100px;
    }

    .header-left {
        width: 100px;
    }

    .city-block {
        flex-direction: column;
        align-items: center;
    }
    .modal.modal-city {
        padding: 15px;
        max-width: 400px;
    }

}


.tokyo-pizza {
    background: url("../img/tokyo-pizza-bg.jpg");
}

.tokyo-pizza .product-section {
    margin-bottom: 0;
    padding-bottom: 65px;
}


/* .menu-item-11 {
    text-transform: uppercase;
    text-align: center;
    background: url("../img/bg-menu-pizza.png"), no-repeat;
    background-size: cover;
    margin-top: -27px;
    margin-bottom: -30px;
    padding: 120px 10px 30px 10px;
    color: #000;
    width: 159px;
}

.menu-item-11:before {
    width: 81px;
    height: 51px;
    bottom: 78px;
    background: url("../img/pizza-menu.png"), no-repeat;
}

.menu-item-11:hover {
    color: #fff;
} */

/* .menu .menu-item.d-none {
    display: none;
}

.menu-item.pitsa.d-none {
    display: block;
}

.menu-item.pitsa:not(.d-none) {
    display: none;
} */



.rating-area {
    overflow: hidden;
    width: 175px;
    margin: -10px 0 30px;
}

.rating-area::after {
    display: none;
}

.rating-area:not(:checked)>input,
.rating-area>input:checked+label::after {
    display: none;
}

.rating-area:not(:checked)>label {
    float: right;
    width: 35px;
    padding: 0;
    cursor: pointer;
    font-size: 28px;
    line-height: 28px;
    color: #fff;
    position: inherit;
    margin-right: 0;
}

.rating-area:not(:checked)>label:before {
    content: '★';
    position: inherit;
    border: none;
}

.rating-area>input:checked~label {
    color: gold;
    text-shadow: 1px 1px #c60;
}

.rating-area:not(:checked)>label:hover,
.rating-area:not(:checked)>label:hover~label {
    color: gold;
}

.rating-area>input:checked+label:hover,
.rating-area>input:checked+label:hover~label,
.rating-area>input:checked~label:hover,
.rating-area>input:checked~label:hover~label,
.rating-area>label:hover~input:checked~label,
.rating-area>label.active {
    color: gold;
}

.rate-area>label:active {
    position: relative;
}

.rating-result {
    margin: 12px 0 12px 20px;
}

.rating-result span {
    padding: 0;
    font-size: 20px;
    margin: 0 3px;
    line-height: 1;
    color: #fff;
}

.rating-result>span:before {
    content: '★';
}

.rating-result>span.active {
    color: gold;
}


.list-inline.language {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
}

.list-inline.language a {
    color: #cf9f05;
    font-size: 18px;
    text-decoration: none;
}
.list-inline.language a.active {
    border-bottom: 1px solid #cf9f05;
}
.list-inline.language li {
    margin-right: 15px;
}
.list-inline.language li:last-child {
    margin-right: 0;
}

@media (max-width: 767px) {
    .list-inline.language {
        margin: 0 0 0 25px;
    }
    
    .list-inline.language a {
        font-size: 16px;
    }
}


.text-white {
    color: #fff;
}