html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.hidden {
    display: none !important;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster:
                                          http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    color: #FF3C40;
    text-decoration: underline;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
    outline: 0;
    text-decoration: none;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

.pt-0 {
    padding-top: 0px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

.pt-70 {
    padding-top: 70px !important;
}

.pt-80 {
    padding-top: 80px !important;
}

.pt-90 {
    padding-top: 90px !important;
}

.pt-100 {
    padding-top: 100px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.pb-90 {
    padding-bottom: 90px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mt-90 {
    margin-top: 90px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.margin-auto {
    margin: 0 auto !important;
    float: none !important;
}

.display-none {
    display: none;
}

.relative {
    position: relative;
}

.center {
    text-align: center;
}

.res_img {
    width: 100%;
    height: auto;
}

.uppercase {
    text-transform: uppercase;
}

.rose {
    color: #be269a;
}

.white {
    color: #fff;
}

.color111 {
    color: #111;
}

.bold {
    font-weight: bold;
}

.uppercase {
    text-transform: uppercase;
}

.text_r {
    text-align: right;
}

.img100 {
    width: 100%;
}

.border-e8 {
    border: 1px solid #e8e8e8;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

.float_r {
    float: right;
}

.lh-1 {
    line-height: 1;
}

.lh-1-3 {
    line-height: 1.3;
}

.lh-1-4 {
    line-height: 1.4;
}

.weight_300 {
    font-weight: 300;
}

.italic {
    font-style: italic;
}

.fonts18 {
    font-size: 18px;
}

.fonts20 {
    font-size: 20px;
}

.fonts22 {
    font-size: 22px;
}

.fonts24 {
    font-size: 24px;
}

.fonts30 {
    font-size: 30px;
}

.fonts40 {
    font-size: 40px;
}

.fonts45 {
    font-size: 45px;
}

.fonts50 {
    font-size: 50px;
}

.fonts80 {
    font-size: 80px;
}

.fonts110 {
    font-size: 110px;
}

* {
    outline: none !important;
}

p {
    margin: 0;
    padding: 0;
}

body {
    background-color: #ffffff;
    color: #333;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}
/* top_banner */
.top_banner {
    background: #FF3C40;
    padding: 12px 0;
}
.text_top_banner {
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.bg_black {
    background: #12181C;
    padding: 2px 10px;
    margin: 0 4px;
}
.sushi_top1 {
    left: 15px;
    top: -5px;
    width: 35px;
}
.sushi_top2 {
    right: -40px;
    top: 0px;
    width: 180px;
}
.pattern_top1 {
    left: 50px;
    bottom: 4px;
}
.pattern_top2 {
    right: 10px;
    top: 2px;
}
.circle_top1 {
    background: rgba(255, 255, 255, .2);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: absolute;
    left: 195px;
    top: -10px;
}
.circle_top2 {
    background: rgba(255, 255, 255, .2);
    width: 150px;
    height: 150px;
    border-radius: 50%;
    position: absolute;
    left: -22px;
    top: 0;
}
.circle_top3 {
    background: rgba(255, 255, 255, .2);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: absolute;
    right: 190px;
    bottom: -2px;
}
.circle_top4 {
    background: rgba(255, 255, 255, .2);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: absolute;
    right: 40px;
    top: 0px;
}
.circle_top5 {
    background: rgba(255, 255, 255, .2);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    right: 120px;
    top: -15px;
}




/* end top_banner */

/* header */
.header_all {
    background: #12181C;
    height: 90px;
    width: 100%;
    position: relative;
    z-index: 99;
}

.logo {
    float: left;
    margin-top: 15px;
    margin-right: 40px;
}

.logo a {
    display: inline-block;
}

.logo img {
    max-width: 100%;
}

.search {
    float: left;
    position: relative;
    width: 200px;
    margin-top: 30px;
    margin-right: 30px;
}

.search .form-control {
    background: transparent;
    height: auto;
    padding: 5px 25px 0 0;
    font-size: 14px;
    color: #959595;
    border: none;
    border-bottom: 1px solid #959595;
    border-radius: 0 !important;
    box-shadow: none;
}
.search .btn.btn-default.btn-search {
    background: transparent;
    border: none;
    position: absolute;
    top: -5px;
    right: 0;
    color: #959595;
    padding: 5px 0 5px 12px;
    width: auto;
}

.search .btn.btn-default.btn-search svg:hover {
    color: #ff0000;
}

.top_menu {
    float: left;
    margin-top: 33px;
    margin-right: 30px;
}

.top_menu ul li {
    float: left;
    margin: 0 15px;
}

.top_menu ul li a, .top_menu ul li span {
    font-size: 14px;
    color: #959595;
    text-decoration: none;
    -webkit-transition: .4s ease;
    transition: .4s ease;
}
.top_menu ul li.active span {
    color: #FC4E4F;
}
.top_menu ul li a:hover {
    color: #FF3C40;
}

.phone_head {
    float: left;
    margin-top: 22px;
}

.img_phone_head {
    display: inline-block;
    vertical-align: top;
    margin-top: 12px;
    margin-right: 5px;
}

.phone_head ul {
    display: inline-block;
}

.phone_head ul li a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}

.phone_head ul li a:hover {
    color: #FF3C40;
}

.header_all #cart {
    float: right;
    margin-top: 32px;
    margin-left: 25px;
    margin-right: 8px;
}

.cart_href {
    background: transparent;
    border: none;
    color: #fff;
    padding: 0;
    position: relative;
    z-index: 1;
}

.shop_basket {
    position: relative;
}
.shop_basket img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.cart_qnt {
    background: #FC4E4F;
    width: 18px;
    height: 18px;
    display: block;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    right: -8px;
}
.cart_total {
    font-size: 14px;
    display: inline-block;
    margin-right: 30px;
    text-align: right;
    width: 60px;
}
#cart-total:hover .cart_total {
    color: #FF3C40;
}

/* end header */

/* menu*/
/* min-width: 991 */
@media (min-width: 991px) {
    .nav_menu li {
        float: left;
        position: relative;
        padding: 18px 46px;
    }

    .nav_menu > li:first-child {
        padding-left: 0;
    }

    .nav_menu > li:last-child {
        padding-right: 0;
    }

    .nav_menu > li::after {
        background: #DADADA;
        top: 0;
        content: "";
        display: block;
        height: 100%;
        right: 0;
        position: absolute;
        width: 1px;
    }

    .nav_menu > li:last-child::after {
        display: none;
    }

    .nav_menu > li > a,
    .nav_menu > li > span {
        font-size: 16px;
        color: #222;
        text-transform: uppercase;
        text-decoration: none;
        display: block;
        position: relative;
    }

    /* hover */
    .nav_menu > li > a:hover {
        color: #FF3C40;
    }
    .nav_menu > li.active > a:hover,
    .nav_menu > li.active > span {
    color: #FF3C40;
    }
    .nav_menu > li > a::after, 
    .nav_menu > li > span::after {
        content: '';
        position: absolute;
        width: 100%;
        transform: scaleX(0);
        height: 1px;
        bottom: 0;
        left: 0;
        background-color: #FF3C40;
        transform-origin: bottom right;
        transition: transform 0.25s ease-out;
    }
    .nav_menu > li.active > a::after, 
    .nav_menu > li.active > span::after {
            transform: initial;
    }
        .nav_menu > li > a:hover::after, .nav_menu > li > span:hover::after {
        transform: scaleX(1) !important;
        transform-origin: bottom left !important;
    }

    /* end hover */

}

/*end min-width: 991 */
/* end menu*/

/*---------------- Animation img ----------------*/
.floating2 {
    -webkit-animation: floating2 infinite ease-in-out 5s;
    -moz-animation: floating2 infinite ease-in-out 5s;
    -o-animation: floating2 infinite ease-in-out 5s;
    animation: floating2 infinite ease-in-out 5s;
    right: 200px;
    position: absolute;
    bottom: 0;
}

@-webkit-keyframes floating2 {
    from {
        -webkit-transform: translate(0, 0px);
    }
    55% {
        -webkit-transform: translate(10px, 20px);
    }
    to {
        -webkit-transform: translate(0, -0px);
    }
}

@-moz-keyframes floating2 {
    from {
        -moz-transform: translate(0, 0px);
    }
    65% {
        -moz-transform: translate(10px, 20px);
    }
    to {
        -moz-transform: translate(0, -0px);
    }
}

@-o-keyframes floating2 {
    from {
        -o-transform: translate(0, 0px);
    }
    65% {
        -o-transform: translate(10px, 20px);
    }
    to {
        -o-transform: translate(0, -0px);
    }
}

@keyframes floating2 {
    from {
        transform: translate(0, 0px);
    }
    65% {
        transform: translate(10px, 20px);
    }
    to {
        transform: translate(0, -0px);
    }
}

/*---------------- end Animation img----------------*/

/*----------------  Animation img----------------*/
.fadebounce {
    -webkit-animation-name: fadebounce;
    -moz-animation-name: fadebounce;
    -ms-animation-name: fadebounce;
    -o-animation-name: fadebounce;
    animation-name: fadebounce;
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    -ms-animation-duration: 3s;
    -o-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-moz-keyframes fadebounce {
    0% {
        -moz-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
    50% {
        -moz-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 1
    }
    100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes fadebounce {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 1
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@-o-keyframes fadebounce {
    0% {
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
    50% {
        -o-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 1
    }
    100% {
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@-ms-keyframes fadebounce {
    0% {
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
    50% {
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 1
    }
    100% {
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes fadebounce {
    0% {
        transform: translateY(0);
        opacity: 1
    }
    50% {
        transform: translateY(20px);
        opacity: 1
    }
    100% {
        transform: translateY(0);
        opacity: 1
    }
}

/*---------------- end Animation  ----------------*/
.view {
    overflow: hidden;
    position: relative;
    width: 100%;
}

/* Jarallax*/
.wrap_banner .jarallax {
    position: relative;
    z-index: 1;
    padding: 70px 0 55px;
    height: 508px;
}

/* end Jarallax*/

/* banner */
/* action*/
.action__banner {
    padding: 60px 0;
}
.action__banner-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    transition: opacity .5s;
    object-fit: cover;
}
.action__banner-mob {
    display: none;
}
.action__title {
    font-size: 60px;
    text-transform: uppercase;
    font-weight: bold;
    color: #FF3C40;
    position: relative;
    margin-left: 40px;
}
.action__title:after {
    position: absolute;
    content: "";
    background: url(/catalog/view/theme/familyirpen/image/action/action__substrate.png) no-repeat scroll center center / cover;
    /* width: calc(50% - 0px); */
    width: 270px;
    left: -40px;
    top: -10px;
    height: 104px;
    z-index: -1;
}
.action__text1 {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 28px;
    color: #fff;
    text-transform: uppercase;
	margin-top: 25px;
}
.action__text2 {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 28px;
    font-weight: 500;
    color: #fff;
    margin-top: 10px;
}
.action__price {
    font-size: 44px;
    font-weight: bold;
    color: #FF3C40;
    margin-left: 2px;
    position: relative;
    top: 6px;
}
.action__grn {
    font-size: 28px;
    margin-left: -5px;
}
.action__text3 {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 28px;
    font-weight: 300;
    color: #fff;
}
.action__text3 span {
    font-weight: 500;
}
.gift__title {
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
    color: #FF3C40;
    position: relative;
}
.action__gift {
    margin-top: -38px;
    margin-right: 12px;
}
.action__sushi-img {
    /*width: 100%;*/
    max-width: 100%;
    height: auto;
    padding-top: 170px;
}
.gift__text {
    margin-top: 30px;
    margin-right: 30px;
    text-align: right;
}
.action__disc {
    background: #ff3c40;
    width: 305px;
    height: 305px;
    border-radius: 50%;
    position: absolute;
    left: -110px;
    top: 60px;
    z-index: -2;
}






/* action*/
.limiter_scene {
    width: 1920px;
    position: absolute;
    left: -50%;
    right: -50%;
    height: 100%;
    top: 0;
    margin: 0 auto;
    z-index: 1;
}

.layer {
    position: absolute;
    z-index: 1;
}

.leaf1 {
    top: 60px !important;
    left: 100px !important;
}

.leaf2 {
    top: 220px !important;
    left: 210px !important;
}
.leaf3 {
    top: auto !important;
    bottom: -10px !important;
    left: -590px !important;
    right: 0 !important;
    margin: auto !important;
}
.spice {
    top: auto !important;
    bottom: -65px !important;
    left: -180px !important;
    transform: initial !important;
}
.sushi1 {
    top: -340px !important;
    right: -375px !important;
    left: auto !important;
    transform: initial !important;
}
.sushi3 {
    top: -135px !important;
    left: -70px !important;
    right: 0 !important;
    margin: auto;
    transform: initial !important;
}
.sushi5 {
    top: 15px!important;
    right: 400px!important;
    left: auto !important;
    transform: initial !important;
}
.pizza {
    left: -60px !important;
    right: 0 !important;
    margin: auto;
    top: auto !important;
    bottom: -200px !important;
    transform: initial !important;
}

.sauce {
    right: 200px !important;
    bottom: 0 !important;
    left: auto !important;
    top: auto !important;
}

.rice {
    bottom: 0 !important;
    right: 0 !important;
    left: auto !important;
    top: auto !important;
    transform: initial !important;
}

.top_text_banner {
    font-size: 30px;
    color: #FF3C40;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}
h1.title_banner {
    font-size: 44px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 20px;
}
.banner__big {
    width: 100%;
    height: auto;
}
.familyirpen_banner {
    font-size: 30px;
    color: #fff;
    font-weight: 300;
    position: relative;
}

.sub_banner {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    line-height: 28px;
    max-width: 420px;
    margin-bottom: 30px;
}

.btn {
    background: #FF3C40;
    font-size: 18px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    border-radius: 50px;
    border: 1px solid #FF3C40;
    padding: 20px 60px;
    text-align: center;
    cursor: pointer;
    white-space: initial;
    -webkit-transition: .4s ease;
    transition: .4s ease;
}

.btn:hover {
    background: #cc1d1f;
    color: #fff;
    border: 1px solid #cc1d1f;
}

/* end banner */

.title, .title h1 {
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: #222;
    margin: 0 0 70px;
    position: relative;
}
.title::before {
    background: #FF3C40;
    content: "";
    width: 40px;
    height: 1px;
    position: absolute;
    left: -10px;
    right: 0;
    margin: auto;
    bottom: -15px;
}
.title::after {
    background: #FF3C40;
    content: "";
    width: 40px;
    height: 1px;
    position: absolute;
    left: 0;
    right: -10px;
    margin: auto;
    bottom: -21px;
}
h1 {
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    color: #222;
    margin: 0 0 70px;
    position: relative;
}
h1::before {
    background: #FF3C40;
    content: "";
    width: 40px;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    bottom: -15px;
}
h1::after {
    background: #FF3C40;
    content: "";
    width: 40px;
    height: 1px;
    position: absolute;
    left: 20px;
    right: auto;
    margin: 0;
    bottom: -21px;
}
/* menu */
.wrap_menu {
    padding: 50px 0 40px;
    position: relative;
}

.container {
    position: relative;
    z-index: 3;
}

.menu_home_all {
    text-align: center;
    margin-bottom: 30px;
}

.menu_home_in {
    background: #000;
    border-radius: 5px 5px 0 0;
    text-align: center;
    position: relative;
}

.menu_home_in a {
    display: block;
}

/*.menu_home_in .overlay {
    background: rgba(255, 60, 64, .2); 
    position: absolute;
    margin: auto;
    width: 0px;
    height: 0px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 0;
    opacity: 0;
    -webkit-transition: .4s ease;
    transition: .4s ease;
}
.menu_home_all:hover .overlay {
    opacity: 1;
    width: 100%;
    height: 100%;
}*/
.menu_home_in img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 5px 5px 0 0;
}

.title_menu_home {
    background: #FF3C40;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 15px 0;
    border-radius: 0 0 5px 5px;
    -webkit-transition: .3s;
    transition: .3s;
}

.title_menu_home:hover {
    background: #000;
    color: #FF3C40;
}

.sushi6 {
    left: -110px !important;
    bottom: 0 !important;
    right: auto !important;
    top: auto !important;
    transform: initial !important;
}
.sushi7 {
    right: 0 !important;
    bottom: -70px !important;
    top: auto !important;
    left: auto !important;
    transform: initial !important;
}
.leaf4 {
    top: 240px !important;
    right: 200px !important;
    bottom: auto !important;
    left: auto !important;
}
.leaf5 {
    top: 390px !important;
    right: 120px !important;
    bottom: auto !important;
    left: auto !important;
}

/* end menu */

/* wrap_plus */
.wrap_plus .jarallax {
    padding: 50px 0 20px;
}

.block_plus {
    text-align: center;
    margin-bottom: 30px;
}

.block_plus img {
    height: 50px;
    margin-bottom: 20px;
}

.title_plus {
    font-size: 20px;
    font-weight: bold;
    color: #FF3C40;
    line-height: 22px;
    text-transform: uppercase;
    padding: 0 60px 15px;
}

.text_plus {
    font-size: 20px;
    color: #fff;
    line-height: 1.2;
}

/* end wrap_plus */

/* wrap_showcase */
.wrap_showcase {
    padding: 50px 0;
    position: relative;
}
.wrap_banner + .wrap_showcase {
    padding-bottom: 0;
}
.title.title_left, .title.title_left h1 {
    text-align: left;
}
.title.title_left::before {
    left: 0;
    margin: 0;
}

.title.title_left::after {
    left: 20px;
    right: auto;
    margin: 0;
}

.img_products {
    display: block;
    position: relative;
}

.img_products img {
    border-radius: 5px 5px 0 0;
    width: 100%;
}

.cat_description span {
    color: #FF3C40;
    font-weight: bold;
    text-transform: capitalize;
}

.cat_description {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    display: block;
    font-size: 14px;
    left: 0;
    right: 0;
    opacity: 0;
    padding: 15px;
    position: absolute;
    z-index: 11;
    text-align: left;
    text-decoration: none;
    text-transform: lowercase;
    width: 100%;
    -webkit-transition: opacity .2s ease 0s;
    -moz-transition: opacity .2s ease 0s;
    -o-transition: opacity .2s ease 0s;
    -ms-transition: opacity .2s ease 0s;
    transition: opacity .2s ease 0s;
}

.products_block:hover .cat_description {
    opacity: 1;
}

.wrap_showcase .products_all,
.wrap_card .products_all {
    width: 100%;
    padding: 15px;
}

.products_block {
    -webkit-transition: .4s ease;
    transition: .4s ease;
}

.products_block:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
    border-radius: 0 0 5px 5px;
}

.title_products {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    line-height: 24px;
    display: block;
    margin-bottom: 5px;
    -webkit-transition: .3s;
    transition: .3s;
}
.title_products:hover {
    color: #FF3C40;
}
.scales_quantity {
    font-size: 14px;
    color: #777;
    margin-bottom: 20px;
}

.quantity {
    position: relative;
    margin-left: 2px;
    padding-left: 5px;
}

.scales_quantity .quantity::before,
.quantity.quantity_card::before {
    background: #777;
    content: "";
    position: absolute;
    width: 1px;
    height: 12px;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.content_products_block {
    background: #fff;
    border: 1px solid #F0F0F0;
    border-top: none;
    border-radius: 0 0 5px 5px;
    padding: 15px 20px 25px;
}

.price_cat {
    font-size: 24px;
    font-weight: bold;
    float: left;
}
.price_w {
    position: relative;
}
.price_old {
    position: absolute;
    top: -25px;
}
.polt_price_old {
    position: relative;
    font-size: 15px;
    font-weight: 400;
}
.polt_price_old:before {
    background: #777;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    width: 100%;
}
.price_cat .grn {
    font-size: 18px;
    font-weight: 400;
}
.prod_price_old .grn {
    font-size: 14px;
    margin-left: 2px;
}
.price_btn_cat .btn_products.btn {
    font-size: 16px;
    padding: 7px 25px;
    float: right;
}

.price_btn_cat::after {
    display: table;
    content: " ";
    clear: both;
}

.title.title_left.pcl,
.title.title_left.pcl2 {
    margin-bottom: 45px;
}

.container.cont_food1 {
    margin-bottom: 20px;
}

.pizza2 {
    left: -240px;
    bottom: 220px;
}

.sushi8 {
    right: -110px;
    top: -40px;
}

.pizza_radio input[type="radio"] {
    position: absolute;
    left: 0;
    top: 4px;
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 0;
    border: none;
    width: 14px;
    height: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    box-shadow: none;
}

.pizza_radio input[type="radio"]:before {
    height: 15px;
    width: 15px;
    margin-right: 2px;
    content: " ";
    display: inline-block;
    vertical-align: baseline;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #FF3C40;
    top: 0;
    position: absolute;
    left: -2px;
    cursor: pointer;
}

.pizza_radio input[type="radio"]:checked:after {
    background: #FF3C40;
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    text-align: center;
    top: 4px;
    left: 2px;
    margin: auto;
}

.pizza_radio .radio label {
    font-size: 16px;
    color: #333;
    line-height: 1.2;
    padding-left: 20px;
}

.pizza_radio .radio {
    float: left;
    width: 33.33%;
    margin: 0 auto;
}

.pizza_radio {
    margin-top: -15px;
    margin-bottom: 15px;
}

.pizza_radio::after {
    display: table;
    content: " ";
    clear: both;
}

/* end wrap_showcase */

/* wrap_about */
.wrap_about {
    position: relative;
    padding: 90px 0;
    margin-bottom: -70px;
}
.wrap_about:before {
    position: absolute;
    content: "";
    background: url(/catalog/view/theme/familyirpen/image/bg_about1.jpg) no-repeat scroll center center / cover;
    width: calc(50% - 0px);
    left: 0;
    top: 0;
    height: 100%;
}

.wrap_about:after {
    position: absolute;
    content: "";
    background: url(/catalog/view/theme/familyirpen/image/bg_about2.jpg) no-repeat scroll center center / cover;
    width: calc(50% - 0px);
    right: 0;
    top: 0;
    height: 100%;
}

.title.title_left.title_white {
    color: #fff;
}

.text_about {
    font-size: 20px;
    color: #fff;
    line-height: 28px;
    margin-bottom: 35px;
}

.list_about {
    margin-bottom: 35px;
}

.title_list_about {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}

.list_about li {
    font-size: 16px;
    color: #fff;
    position: relative;
    padding-left: 20px;
    padding-bottom: 5px;
}

.list_about li::before {
    background: transparent;
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 8px;
    height: 8px;
    border: 1px solid #FF3C40;
    border-radius: 50%;
}

.block_about_all {
    padding: 0 0 0 80px;
}

.wrap_about .title_white {
    margin-bottom: 40px;
}

.citata_about {
    font-size: 30px;
    color: #FF3C40;
    line-height: 37px;
}

.citata_about span {
    text-transform: uppercase;
}

/* end wrap_about */
.wrap_imperial_text {
    padding: 125px 0 60px;
    margin-bottom: -70px;
}
.wrap_imperial_text {
    position: relative;
}

.sushi10 {
    left: 0;
    bottom: 0;
}

.sushi11 {
    width: 100%;
}

.title_imperial {
    font-size: 18px;
    font-weight: bold;
    color: #222;
    margin-bottom: 8px;
}

/* footer */
footer#footer {
    margin-top: 70px;
}
.logo_footer {
    text-align: center;
    margin: 60px 0 50px;
    position: relative;
}
.logo_footer::before {
    background: #3C3C3C;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    max-width: 415px;
    height: 1px;
}
.logo_footer::after {
    background: #3C3C3C;
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
    max-width: 415px;
    height: 1px;
}
.block_footer {
    text-align: center;
    margin-bottom: 40px;
}
.title_footer {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 5px;
}
.text_footer li {
    font-size: 16px;
    color: #AAAAAA;
}
.phone_footer a {
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    color: #FF3C40;
    -webkit-transition: .4s ease;
    transition: .4s ease;
}
.phone_footer a:hover {
    color: #fff;
}
a.soc svg {
    /*width: 100%;*/
    display: block;
    transition: all 0.7s;
}

a.soc:hover svg {
    transform: rotate(360deg);
}

.soc_footer a.soc {
    display: inline-block;
    text-decoration: none;
    margin: 0 10px;
}

.soc_footer {
    margin-top: 15px;
}

/* copyright*/
.footer_bottom {
    font-size: 16px;
    color: #aaa;
    padding: 30px 0;
}

.copyright {
    float: left;
}

.poltor {
    float: right;
}

.poltor a {
    text-decoration: none;
    color: #FF3C40;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transition: .1s;
    transition: .1s;
}

.poltor a:hover {
    color: #aaa;
}

.line_3C3C3C {
    background: #3C3C3C;
    width: 100%;
    height: 1px;
}

/* end copyright*/

/* end footer */


/* Способы оплаты*/
.line_4c4c4c {
    background: #4c4c4c;
    width: 100%;
    height: 1px;
}
/*.title_master {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    margin-top: -5px;
    margin-right: 40px;
    float: left;
}*/
.title_master {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 5px;
    margin-right: 40px;
    float: left;
}

.master_visa img {
    margin-right: 10px;
}
.master_public {
    padding: 25px 0 20px;
}
.wrap_master_visa {
    float: left;
    width: 60%;
}
.privacy_policy {
    float: right;
    width: 40%;
    text-align: right;
}
.privacy_policy ul {
    float: right;
    margin-top: 5px;
    margin-left: 0;
}
.privacy_policy li {
    float: left;
    padding: 0;
    list-style: none;
}
.privacy_policy li::before {
    display: none;
}
.privacy_policy li a {
    font-size: 16px;
    color: #aaa;
    text-decoration: none;
    position: relative;
    display: block;
    padding: 0 12px;
    -webkit-transition: .1s;
    transition: .1s;
}
.privacy_policy li a:hover {
    color: #FF3C40;
}
.privacy_policy li:last-child a {
    padding-right: 0;
}
.privacy_policy li a::after {
    position: absolute;
    content: "";
    background: #fff;
    width: 1px;
    height: 13px;
    top: 4px;
    right: 0;
}
.privacy_policy li:last-child a::after {
    display: none;
}
/* end Способы оплаты*/


/* phone_mob */
.phone_mob {
    display: none;
}

.phone_mob svg {
    margin-right: 5px;
}

#form_popup_phone.white-popup {
    padding: 40px 50px 30px;
}

.list_phone_mob li a {
    font-size: 20px;
    font-weight: bold;
    color: #222;
    text-decoration: none;
    line-height: 1.3;
    display: inline-block;
    margin: 10px 0;
}

.list_phone_mob li a:hover {
    text-decoration: underline;
}

.title_phone_mob {
    font-size: 24px;
    font-weight: bold;
    color: #222;
    position: relative;
    text-align: left;
    margin-bottom: 15px;
}

.list_phone_mob img, .list_phone_mob svg {
    vertical-align: middle;
    margin-right: 5px;
    margin-bottom: 3px;
}

/* end phone_mob */

.scrollup {
    background: #FF3C40;
    bottom: 60px;
    display: none;
    opacity: 0.5;
    position: fixed;
    right: 50px;
    z-index: 99;
    border-radius: 50%;
}

.scrollup:hover {
    opacity: 1;
}

.phone_mob {
    background: #FF3C40;
    padding: 12px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999999999;
    text-align: center;
    font-size: 16px;
    /*text-transform: uppercase;*/
    /* font-weight: 600; */
    color: #fff;
    text-decoration: none;
}

.phone_mob {
    display: none;
}

/* breadcrumb_bg */
.breadcrumb_bg {
    background: url(/catalog/view/theme/familyirpen/image/banner__bread.jpg) no-repeat center / cover;
    padding: 12px 0;
    margin-bottom: 40px;
}

.breadcrumb_bg .breadcrumb {
    padding: 0;
    margin: 0;
    background: transparent;
}

.breadcrumb a, .breadcrumb span {
    font-size: 14px;
    color: #E5E5E5;
    text-decoration: none;
    display: inline-block;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.bread_sep {
    margin: 0 2px;
}

/* end breadcrumb_bg */
.wrap_catalog .title.title_left {
    line-height: 1.1;
    margin-bottom: 60px;
}

/* фильтр каталог */
.filter_all {
    margin-bottom: 35px;
}

.ocfilter .panel-heading {
    display: none;
}

.ocfilter .ocfilter-option .ocf-option-name {
    display: none;
}

.ocfilter .list-group-item {
    border: none;
    padding: 0 0 10px;
}

.ocfilter.panel-default {
    border: none;
    box-shadow: none;
    margin: 0;
}

.list-group .ocfilter-option label input {
    display: none;
}

.list-group .ocfilter-option label {
    /* float: left; */
    display: inline-block;
    width: auto;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.1;
    color: #5F5F5F;
    border: none;
    margin-right: 15px;
    border-bottom: 1px dotted #707070;
}

.ocfilter .ocfilter-option label.ocf-selected {
    color: #FF3C40;
    border-bottom: 1px dotted #FF3C40;
}

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #3d3a39;
    border-color: #3d3a39;
}

.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #3d3a39;
    border-color: #3d3a39;
}

.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #e21f26;
    border-color: #e21f26;
}

/* end фильтр каталог */
.wrap_catalog {
    padding-bottom: 40px;
}

.products_all {
    padding-bottom: 30px;
}

/* card */
.card_division1 {
    margin-top: -5px;
    margin-bottom: 30px;
}

.title_compos {
    font-size: 18px;
    color: #444444;
    font-weight: bold;
}

.text_compos {
    font-size: 16px;
    line-height: 24px;
}

.weight {
    font-size: 18px;
    color: #444444;
    float: left;
}

.weight span {
    font-weight: bold;
}

.quantity_card {
    font-size: 18px;
    color: #444444;
    float: left;
    margin-left: 10px;
    padding-left: 10px;
}

.quantity_card span {
    font-weight: bold;
}

.quantity_card::before {
    background: #777;
    content: "";
    position: absolute;
    width: 1px;
    height: 16px;
    top: -1px;
    left: 0;
    bottom: 0;
    margin: auto;
}

.weight_quantity {
    float: left;
    width: 52%;
}

.card_division2 {
    margin-bottom: 20px;
}

.card_division2 .pizza_radio {
    float: right;
    width: 48%;
    margin: 2px 0 0;
}
.card_division2 .card_option_sec {
    float: right;
}
.card_division2 form#main-form {
    float: right;
}

.card_division2 .pizza_radio .radio {
    width: auto;
    /*margin-top: 0;*/
}

.card_division2 .pizza_radio .radio label {
    margin-right: 12px;
}

.card_division2 .pizza_radio .radio:last-child label {
    margin-right: 0;
}

.price_card {
    font-size: 35px;
    font-weight: bold;
    color: #FF3C40;
    float: left;
}
.price_card span {
    font-size: 28px;
    font-weight: 400;
    margin-left: 5px;
}
.price_card .price_old {
    top: -35px;
}
.price_card .price_old {
    top: -35px;
}
.price_card .prod_price_old {
    margin: 0;
}
.price_card .polt_price_old {
    font-size: 18px;
    color: #333;
    margin: 0;
}
.card_division3 .qnt_btn {
    float: right;
    margin: 0;
}

.list_composition li {
    float: left;
    width: 16.66%;
    text-align: center;
    padding: 0 5px;
    margin-bottom: 20px;
}

.list_composition li img {
    max-width: 100%;
    width: 75px;
}
.list_composition li span {
    font-size: 14px;
    line-height: 18px;
    color: #555;
    display: block;
    margin-top: 5px;
    height: 40px;
}

.img_big_card {
    margin-bottom: 30px;
}

.img_big_card img {
    width: 100%;
    border-radius: 5px;
}

.card_division3 {
    margin-bottom: 20px;
}

.title_card_delivery {
    font-size: 24px;
    font-weight: bold;
    color: #222;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
}

.img_card_delivery {
    float: left;
    margin-right: 25px;
}

.text_card_delivery {
    display: table;
    padding-right: 20px;
}

.block_card_delivery_all {
    margin-bottom: 50px;
}

.block_card_delivery {
    float: left;
    width: 33.33%;
    margin-bottom: 30px;
}

.wrap_card .cont_food2 {
    padding-bottom: 40px;
}

.wrap_card .sushi8 {
    top: auto;
    bottom: 190px;
    right: -210px;
}

.wrap_card .pizza2 {
    left: -290px;
    bottom: 0;
}

/* end card */



/****  qnt ****/
.qnt_btn .qnt {
    display: inline-block;
    margin-top: 10px;
    margin-right: 25px;
}

.qnt_btn .btn {
    float: right;
    padding: 14px 60px;
}

.minus_card {
    background: #fff url(../image/minus.svg) no-repeat center;
    cursor: pointer;
    float: left;
    height: 35px;
    width: 35px;
    border: 1px solid #dadada;
    border-radius: 5px 0 0 5px;
}

.plus_card {
    background: #fff url(../image/plus.svg) no-repeat center;
    cursor: pointer;
    float: left;
    height: 35px;
    width: 35px;
    border: 1px solid #dadada;
    border-radius: 0 5px 5px 0;
}
.qnt > input {
    background: #fff;
    font-size: 16px;
    font-weight: 400;
    color: #444;
    border: 1px solid #dadada;
    border-left: none;
    border-right: none;
    border-radius: 0;
    float: left;
    height: 35px;
    line-height: 35px;
    margin: 0 auto;
    padding: 0 8px;
    text-align: center;
    width: 40px;
    box-shadow: none;
    outline: 0 !important;
}
.polt_quantity.quantity.form-control {
    width: auto !important;
    border-radius: 0 !important;
}

/**** end qnt ****/

/* page */
.list_page li {
    font-size: 16px;
    color: #222;
    position: relative;
    padding-left: 20px;
    padding-bottom: 5px;
}
.list_page li::before {
    background: transparent;
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 8px;
    height: 8px;
    border: 1px solid #FF3C40;
    border-radius: 50%;
}
.citata {
    background: #fff;
    padding: 35px 30px 40px;
    box-shadow: 0 0 25px rgba(0, 0, 0, .15);
    position: relative;
}
.citata {
    background: #fff;
    padding: 20px 30px;
    box-shadow: 0 0 25px rgba(0, 0, 0, .15);
    position: relative;
}
.citata.citata_vak {
    margin-top: 20px;
    display: inline-block;
}
.title_page {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
}
.img_chef img {
    width: 250px;
    max-width: 100%;
    margin-top: -120px;
}
.phone_cont a {
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    color: #FF3C40;
    -webkit-transition: .4s ease;
    transition: .4s ease;
}
.phone_cont a:hover {
    color: #222;
}
.title_cont {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
}
.soc_contacts img {
    width: 40px;
    margin-right: 5px;
}
.soc_contacts a {
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 20px;
    text-decoration: none;
    color: #222;
}
.soc_contacts a:hover {
    color: #FF3C40;
}
.phone_cont .viber {
    width: 22px;
}
.map_iframe {
    position: relative;
    margin-top: 20px;
}
.map_iframe iframe {
    width: 100%;
}
.map_iframe .chef_c {
    position: absolute;
    top: -145px;
    left: 0;
    right: 0;
    margin: auto;
    width: 270px;
}
#content {
    margin-bottom: 70px;
}
.free_del {
    font-size: 18px;
    font-weight: bold;
    color: #FC4E4F;
}
img.delivery {
    margin-top: 110px;
    max-width: 100%;
}
.colorFC4E4F {
    color: #FC4E4F;
}
.sushi_about {
    margin-top: -50px;
    max-width: 100%;
}
.list_phone_mob .viber {
    width: 22px;
}
.citata_pay {
    position: relative;
    margin-bottom: 30px;
}
.sushi9 {
    right: 70px;
    top: 80px;
}

#header #cart>ul {
    display: none;
}
.option_price_prefix, .option_price_int {
    display: none;
}
.polt_option_text {
    display: none;
}
.none {
    display: none;
}
/* end page */

div#simplecheckout_payment_form {
    display: none;
}
/* promotion__top */
.promotion__top {
    background: #ff3c40;
    padding: 20px 0 15px;
    position: relative;
}
.promotion__box {
    float: left;
    position: relative;
}
.promotion__title {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    padding-left: 15px;
} 
.promotion__box1 {
    width: 20%;
    padding-right: 20px;
}
.promotion__box2 {
    width: 35%;
    padding-right: 30px;
}
.promotion__box3 {
    width: 27%;
    padding-right: 20px;
}
.promotion__box4 {
    width: 18%;
    float: right;
    text-align: right;
}
.promotion__text {
    font-size: 15px;
    color: #fff;
}
.promotion__bold {
    color: #111;
    font-weight: bold;
}
.promotion__upp {
    color: #111;
    text-transform: uppercase;
}
.promotion__img1 {
    width: 50px;
}
.promotion__img2 {
    position: absolute;
    right: 35px;
    bottom: -15px;
}
.promotion__img3 {
    position: absolute;
    left: -2px;
    bottom: -37px;
}
.promotion__img4 {
    position: absolute;
    right: -20px;
    bottom: -37px;
}
.promotion__img5 {
    position: absolute;
    left: 20px;
    top: 18px;
}
.promotion__img6 {
    position: absolute;
    right: 20px;
    top: 18px;
}


/* end promotion__top */

/* max-width: 1439 */
@media (max-width: 1439px) {
.promotion__img5, .promotion__img6 {
    display: none;
}




}

/*end max-width: 1439 */


/* max-width: 1199 */
@media (max-width: 1199px) {
    .leaf1, .leaf2, .spice, .sushi1, .sauce, .rice {
        display: none;
    }

    .phone_head {
        display: none;
    }

    .logo {
        margin-right: 20px;
    }

    .search {
        margin-right: 20px;
    }

    .top_menu {
        margin-right: 20px;
    }

    .header_all #cart {
        margin-left: 0;
    }

    .nav_menu li {
        padding: 18px 32px;
    }

    .wrap_menu .limiter_scene {
        display: none;
    }

    .wrap_showcase .limiter_scene {
        display: none;
    }

    .wrap_about {
        background: url(/catalog/view/theme/familyirpen/image/bg_about_mob.jpg) no-repeat center / cover;
    }

    .wrap_about::before,
    .wrap_about::after {
        display: none;
    }

    .block_about_all {
        padding: 0;
    }

    .wrap_about {
        padding: 50px 0;
    }

    .logo_footer::before,
    .logo_footer::after {
        display: none;
    }

    .wrap_imperial_text .limiter_scene {
        display: none;
    }

    .list_composition li {
        width: 20%;
    }

    .weight_quantity {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }

    .card_division2 {
        margin-bottom: 10px;
    }

    .card_division2 .pizza_radio,
    .card_division2 .card_option_sec {
        float: none;
        width: 100%;
        margin: 0;
    }

    .card_division2 form#main-form {
        float: none;
    }

    .wrap_card .limiter_scene {
        display: none;
    }

    .title_plus {
        padding: 0 0 15px;
    }

    .img_chef img {
        width: 290px;
    }
    .price_card {
        float: none;
    }
    .card_division3 .qnt_btn {
        float: none;
    }
    .qnt_btn .btn {
        float: none;
        margin-top: -30px;
    }
    .pizza_radio input[type="radio"]:before {
        width: 20px;
        height: 20px;
        top: -2px;
        left: -4px;
    }

    .pizza_radio input[type="radio"]:checked:after {
        width: 10px;
        height: 10px;
        top: 3px;
        left: 1px;
    }

    .pizza_radio .radio {
        margin: 0;
    }

    .pizza_radio input[type="radio"] {
        display: block;
        position: relative;
        margin: 0 0 15px;
    }

    .pizza_radio .radio label {
        padding: 0 4px;
        text-align: center;
        margin: auto;
    }
.text_top_banner {
    padding: 0 170px;
}
.promotion__title {
    font-size: 18px;
    padding-left: 10px;
}
.promotion__box1 {
    width: 22%;
}
.promotion__box2 {
    width: 40%;
}
.promotion__box3 {
    width: 36%;
    margin-bottom: 30px;
}
.promotion__box4 {
    width: 100%;
    float: none;
    text-align: center;
    padding-top: 20px;
}
.promotion__img2 {
    right: 25px;
    bottom: -25px;
}
.promotion__img3 {
    position: absolute;
    left: 0px;
    bottom: -15px;
}
.promotion__img4 {
    right: 0;
    bottom: -15px;
}



}

/*end max-width: 1199 */

/* max-width: 991 */
@media (max-width: 991px) {
    .top_menu {
        display: none;
    }

    .header_all {
        height: auto;
        padding: 0 0 60px;
    }

    .search {
        margin: 0;
        position: absolute;
        top: 90px;
        width: 100%;
    }

    .menu_bg {
        display: none;
    }

    .limiter_scene {
        width: 991px;
    }

    .pizza {
        display: none;
        display: none !important;
}
    .sushi5 {
        top: auto;
        bottom: -60px;
        right: 0;
    display: none !important;
}

    .logo {
        margin: 0;
        width: auto;
        display: block;
        position: absolute;
        top: 15px;
        left: 0;
        right: 0;
        text-align: center;
    }

    /*.header_all #cart {
        margin-right: 0;
    }*/

    /*.cart_total {
        margin: 15px 0 0;
    }*/
/*
    .shop_basket {
        position: absolute;
        top: -12px;
        right: 8px;
    }*/

    .block_plus {
        margin-bottom: 50px;
    }

    .col_img_imperial {
        display: none;
    }

    .copyright {
        float: none;
        text-align: center;
        margin-bottom: 10px;
    }

    .poltor {
        float: none;
        text-align: center;
    }

    .poltor a {
        display: block;
    }

    .phone_mob {
        display: block;
    }

    .footer_bottom {
        padding-bottom: 70px;
    }

    /*.qnt {
        margin: 10px 0 20px;
    }
*/
    .block_card_delivery {
        float: none;
        width: 100%;
    }

    .mob_nav_menu_w .top_menu {
        display: block;
        float: none;
        margin: 0;
        background: #ebebeb;
    }

    .mob_nav_menu_w .top_menu ul li {
        float: none;
        margin: 0;
    }

    .off_polt_in .slicknav_nav a:hover {
        color: #FF3C40;
    }

    .text_plus br {
        display: none;
    }

    .img_chef img {
        width: auto;
    }
.cart_total {
    position: absolute;
    margin: 0;
    top: 25px;
    right: -8px;
}
.promotion__box1 {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.promotion__box2 {
    float: none;
    width: 100%;
    margin-bottom: 10px;
}
.promotion__box3 {
    float: none;
    width: 100%;
    margin-bottom: 10px;
}
/*.promotion__img2 {
    display: none;
}*/
.promotion__img2 {
    right: -5px;
    bottom: -5px;
    width: 40px;
}
.promotion__img1 {
    width: 20px;
}
.promotion__title {
    font-size: 16px;
    padding-left: 2px;
}
.promotion__text {
    font-size: 14px;
}

.action__title {
    font-size: 35px;
}
.action__title:after {
    width: 190px;
    height: 73px;
}
.action__text1 {
    font-size: 18px;
}
.action__text2 {
    font-size: 18px;
}
.action__text3 {
    font-size: 18px;
    margin-top: 10px;
}
.action__price {
    font-size: 18px;
    top: 0;
}
.action__grn {
    font-size: 16px;
    margin-left: -4px;
}
.gift__text {
    margin-right: 0;
    text-align: left;
}
.gift__title {
    font-size: 28px;
}
.action__disc {
    width: 205px;
    height: 205px;
    top: 0;
}
.action__gift {
    margin-top: -25px;
}











}
/*end max-width: 991 */

/* max-width: 767 */
@media (max-width: 767px) {
    .limiter_scene {
        width: 767px;
    }

    .sushi3 {
        left: 200px;
    }

    .sushi5 {
        top: 150px;
        right: -150px;
    }

    .wrap_banner .limiter_scene {
        display: none;
    }

    .wrap_banner #jarallax-container-0 {
        display: none;
    }

    .wrap_banner.view {
        background: url(/catalog/view/theme/familyirpen/image/bg_banner.jpg) no-repeat center / cover;
    }

    .wrap_banner .jarallax {
        padding: 50px 0;
        height: auto;
    }

    .top_text_banner {
        font-size: 24px;
    }

    h1.title_banner {
        font-size: 30px;
    }

    .familyirpen_banner {
        font-size: 24px;
    }

    .col_menu {
        padding: 0 5px;
    }

    .menu_home_all {
        margin-bottom: 10px;
    }

    .col_bp2, .col_bp3, .col_bp4 {
        display: none;
    }

    .wrap_showcase .limiter_scene {
        display: none;
    }

    .wrap_showcase .products_all,
    .wrap_card .products_all {
        padding: 5px 5px 20px;
    }

    .content_products_block {
        padding: 10px 10px 15px;
    }

    .btn {
        width: 100%;
        padding: 20px;
    }

    .price_btn_cat .btn_products.btn {
        padding: 7px 12px;
    }

    .price_cat {
        margin-bottom: 10px;
    }

    .cat_description {
        padding: 5px 5px 5px 8px;
    }


    .title, .title h1, h1 {
        font-size: 22px;
        line-height: 1.2;
        margin-bottom: 50px;
    }

    .title.title_left.pcl, .title.title_left.pcl2 {
        font-size: 22px;
        line-height: 1.2;
        padding-right: 55px;
    }

    .pizza_radio .radio label {
        font-size: 14px;
    }

    .scrollup {
        right: 15px;
    }

    .scrollup svg {
        width: 50px;
        height: 50px;
    }

    .wrap_catalog .col5 {
        padding: 0 5px;
    }

    .products_all {
        padding-bottom: 10px;
    }

    .list-group .ocfilter-option label {
        margin-bottom: 15px;
    }

    .title_menu_home {
        font-size: 18px;
        padding: 8px 0;
    }

    .slick-prev,
    .slick-next {
        top: 8px;
    }

    .wrap_showcase {
        padding-bottom: 35px;
    }

    .btn {
        padding: 12px 20px;
    }

    .title_products {
        font-size: 16px;
        line-height: 1.2;
    }

    .text_about {
        font-size: 18px;
    }

    .citata_about {
        font-size: 20px;
        line-height: 1.2;
    }

    .img_chef {
        display: none;
    }

    .list_page li::before {
        top: 9px;
    }
.qnt_btn .btn {
    margin-top: 10px;
}
.title_master {
    float: none;
    text-align: center;
    margin: 0 0 10px;
}
.master_visa {
    text-align: center;
}
.wrap_master_visa {
    float: none;
    width: 100%;
    text-align: center;
}
.privacy_policy {
    float: none;
    width: 100%;
    text-align: center;
}
.privacy_policy ul {
    float: none;
    margin-top: 20px;
}
.privacy_policy li {
    float: none;
}
.privacy_policy li a {
    padding: 0;
}
.sushi_top1, .sushi_top2 {
    display: none;
}
.text_top_banner {
    padding: 0;
}
.banner__img-mob {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    transition: opacity .5s;
    object-fit: cover;
}
.banner__img {
    display: none;
}
.action__sushi-img {
    padding-top: 0;
}



}

/*end max-width: 767 */

/* max-width: 575  */
@media (max-width: 575px) {
    .list_composition li {
        width: 25%;
    }
.bg_black {
    display: inline-block;
    margin-bottom: 2px;
}



}

/*end max-width: 575  */

/* max-width: 359 */
@media (max-width: 359px) {
    .list_composition li {
        width: 33.33%;
    }

    .logo img {
        max-width: 130px;
        margin-top: 12px;
    }

}

/*end max-width: 359 */

/* max-width: 320 */
@media (max-width: 320px) {

}

/*end max-width: 320 */
