/* Setting */


/* Widths */


/* Media */


/* Colors */


/* Checkbox */


/* Button */


/* Other */


/* Vendors */


/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */


/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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/11, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}


/* Links
   ========================================================================== */


/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background-color: transparent;
}


/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}


/* 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 {
    -webkit-box-sizing: content-box;
    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"],
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"] {
    -webkit-box-sizing: border-box;
    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
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}


/**
 * 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;
}


/*forPageanketa*/

.a-advantages {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.a-advantage {
    background: url(../images/a-advantage.png) no-repeat;
    background-size: contain;
    max-width: 367px;
    height: 131px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 65px 15px;
    font-size: 26px;
    text-align: center;
    flex: 1;
    margin-bottom: 15px;
}

.a-label {
    display: block;
    padding-left: 15px;
}

.a-label-big {
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 0;
    padding-bottom: 10px;
}

.a-input-big {
    height: 50px;
    font-size: 24px;
}

.a-title {
    text-align: left;
    font-size: 24px;
    text-transform: uppercase;
    color: #f9dc69;
    margin: 20px 0;
}

.a-form-group {
    padding-bottom: 20px;
    text-align: left;
}

.a-form-group .shaurma-input {
    width: 100%;
}

.form-section {
    margin: 40px 0;
}

.section-title {
    color: #f9dc69;
    text-align: left;
    margin: 10px 0;
    font-size: 18px;
    margin-bottom: 20px;
}

.red-btn {
    background: #800b01;
    border: none;
    border-radius: 15px;
    padding: 5px 25px;
    transition: 0.5s;
    border: 2px solid transparent;
    text-transform: uppercase;
    color: white;
    margin-top: 15px;
    display: inline-block;
    padding: 10px 25px;
}

@media (min-width: 576px) {
    .a-advantages {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .a-position .a-title {
        flex: 1;
        border-right: 3px solid orange;
        padding-right: 24px;
    }
    .a-position {
        display: flex;
        justify-content: center;
    }
    .a-position .a-form-group {
        flex: 1;
        padding-left: 24px;
    }
}


/*End forPageAnketa*/


/* Slider */

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


/* Magnific Popup CSS */

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}


/* Main image in popup */

img.mfp-img {
    width: auto;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
    max-width: 88vw;
    max-height: 90vh;
}


/* The shadow behind the image */

.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}


/* Components */

@font-face {
    font-family: 'Proxima Nova';
    font-display: swap;
    src: url("../fonts/Proxima Nova Thin.otf") format("opentype");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    font-display: swap;
    src: url("../fonts/Proxima Nova Light.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    font-display: swap;
    src: url("../fonts/Proxima Nova Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    font-display: swap;
    src: url("../fonts/Proxima Nova Semibold.otf") format("opentype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    font-display: swap;
    src: url("../fonts/Proxima Nova Bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Palatino Linotype';
    font-display: swap;
    src: url("../fonts/Palatino Linotype Bold Italic.ttf") format("truetype");
}

body {
    margin: 0;
    padding: 0;
    background: #fff;
    color: #000;
    font-family: 'Proxima Nova', sans-serif;
    font-weight: normal;
    font-size: 16px;
}

h1,
.h1 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2em;
    margin: 0.67em 0;
}

h2,
.h2 {
    font-weight: bold;
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3,
.h3 {
    font-weight: bold;
    font-size: 1.17em;
    margin: 1em 0;
}

h4,
.h4 {
    font-weight: bold;
    font-size: 1.17em;
    margin: 1.33em 0;
}

h5,
.h5 {
    font-weight: bold;
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6,
.h6 {
    font-weight: bold;
    font-size: 0.67em;
    margin: 2.33em 0;
}

a {
    color: #ac7228;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.breadcrumb {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #ac7228;
    font-size: 13px;
}

.breadcrumb li:first-child {
    display: none;
}

.breadcrumb a {
    color: #000;
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.breadcrumb .divider {
    padding: 0 10px;
}

.button-accent,
.button-primary {
    display: inline-block;
    text-decoration: none;
    outline: none;
    border: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: none;
    text-align: center;
}

.button-accent {
    background: none;
    color: #fff;
    border: 2px solid #ac7228;
    border-radius: 15px;
    text-transform: uppercase;
    padding: 6px 20px;
}

.button-accent:hover,
.button-accent:focus {
    background: #ac7228;
    color: #fff;
}

.button-primary {
    background: #801b01;
    color: #fff;
    border: 2px solid #801b01;
    border-radius: 15px;
    text-transform: uppercase;
    padding: 10px 20px;
}

.button-primary:hover,
.button-primary:focus {
    background: none;
}

.c-checkbox input {
    position: absolute;
    opacity: 0;
}

.c-checkbox label:before {
    content: '';
    width: 17px;
    height: 17px;
    display: inline-block;
    background: none;
    border: 1px solid #fff;
    vertical-align: middle;
    margin-right: 5px;
    color: #fff;
    text-align: center;
    font-size: 17px;
}

.c-checkbox input:checked~label:before {
    content: '\2713';
}

html,
body {
    min-height: 100%;
    background: #000;
    color: #fff;
}

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}

body>header {
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
}

body>main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
}

body>footer {
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
}

.insidepage {
    background: url(../images/backgrounds/bg1.jpg);
}

.wrapper {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

.tooltip {
    display: none !important;
}

#mxcpr {
    display: none !important;
}

.shaurma-input,
.silver-inp {
    border: 1px solid #fff;
    background: #000;
    background: -webkit-gradient(linear, left bottom, left top, from(#3f3f3f), to(#000));
    background: linear-gradient(to top, #3f3f3f, #000);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
    padding: 5px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 15px;
    outline: none;
}

.shaurma-input:focus,
.silver-inp:focus {
    background: #fff;
    color: #000;
}

.shaurma-input::-webkit-input-placeholder,
.silver-inp::-webkit-input-placeholder {
    color: #fff;
}

.shaurma-input:-ms-input-placeholder,
.silver-inp:-ms-input-placeholder {
    color: #fff;
}

.shaurma-input::-ms-input-placeholder,
.silver-inp::-ms-input-placeholder {
    color: #fff;
}

.shaurma-input::placeholder,
.silver-inp::placeholder {
    color: #fff;
}

input.shaurma-input,
input.silver-inp {
    height: 30px;
}

.title {
    text-align: left;
}

ymaps[class*="search__suggest"] {
    color: #000;
}

.adress ymaps {
    top: 100% !important;
}

.notice {
    font-size: 13px;
    margin: 10px 0;
}

@media (min-width: 576px) {
    .title {
        padding: 30px 84px 30px 20px;
    }
}

@media (min-width: 576px) {
    .title-text {
        display: inline-block;
        position: relative;
        font-family: 'Palatino Linotype', serif;
        font-size: 30px;
        line-height: 45px;
        padding-right: 20px;
        margin: 0;
        z-index: 1;
    }
    .title-text:before {
        content: '';
        position: absolute;
        left: -1000px;
        right: 0;
        top: 0;
        background: url(../images/title-before.jpg);
        height: 52px;
        z-index: -1;
    }
    .title-text:after {
        content: '';
        position: absolute;
        left: 100%;
        top: 0;
        background: url(../images/title-after.png);
        width: 84px;
        height: 52px;
        z-index: -1;
    }
}

.mfp-container {
    overflow: hidden auto;
}

.popup-callback {
    text-align: center;
    -webkit-box-shadow: -10px 10px 10px rgba(0, 0, 0, 0.3);
    box-shadow: -10px 10px 10px rgba(0, 0, 0, 0.3);
    font-weight: 100;
}

.popup-callback:before {
    content: url(../images/backgrounds/popup-before.png);
    position: absolute;
    left: 50%;
    top: -60px;
    margin-left: -229px;
}

.popup-callback:after {
    content: url(../images/backgrounds/popup-after.png);
    position: absolute;
    left: -200px;
    bottom: -130px;
    z-index: -1;
}

.popup-callback .c-checkbox label:before {
    border-color: #000;
    color: #000;
}

.popup-callback .callback-modal__headline {
    text-align: center;
    font-size: 18px;
    font-weight: 100;
    margin-bottom: 10px;
}

.popup-callback .callback-modal__tel {
    font-size: 32px;
    margin-bottom: 5px;
}

.popup-callback .callback-modal__tel a {
    text-decoration: none;
    border-bottom: 2px solid #ac7228;
}

.popup-callback .callback-modal__submit {
    margin-top: 10px;
}

.popup-callback .button-accent {
    color: #000;
    font-weight: bold;
}

.popup-callback .button-accent:hover {
    color: #fff;
}

.popup-callback .shaurma-input,
.popup-callback .silver-inp {
    font-weight: normal;
}

.popup-callback .shaurma-input:focus,
.popup-callback .silver-inp:focus {
    border-color: #000;
}


/* Start Header */

.cap {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

@media (min-width: 992px) {
    .cap {
        position: absolute;
    }
    .insidepage .cap {
        position: relative;
    }
}

.sitename {
    max-width: 1170px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 300;
    background: #201b21;
}

@media (min-width: 992px) {
    .sitename {
        background: none;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

.logo a {
    text-decoration: none;
    outline: none;
}

.logo img {
    display: block;
    max-width: 100%;
}

.to-call {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding-top: 0;
}

@media (min-width: 576px) {
    .to-call {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 15px;
    }
}

.to-call .button-accent {
    display: block;
    font-weight: bold;
}

.to-visit {
    padding-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.to-visit:before {
    content: url(../images/icons/location.png);
    -webkit-box-flex: 30px;
    -ms-flex: 30px 0;
    flex: 30px 0;
    padding-top: 5px;
}

.contact {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
}

@media (min-width: 992px) {
    .contact {
        padding-left: 0;
        padding-bottom: 10px;
    }
}

.address-list {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}

.address {
    display: inline-block;
    font-size: 13px;
}

.address:not(:last-child):after {
    content: '/';
    display: inline-block;
    padding: 0 7px;
    color: #ac7228;
    display: none;
}

.to-write {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 15px;
}

.email-list {
    padding-right: 13px;
}

.schedule {
    font-weight: bold;
}

.schedule:before {
    content: url(../images/icons/clock.png);
    width: 30px;
    display: inline-block;
    vertical-align: middle;
}

.telephone-list {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    padding-right: 0;
}

@media (min-width: 576px) {
    .telephone-list {
        text-align: left;
        padding-right: 20px;
    }
}

.telephone {
    color: #fff;
    text-decoration: none;
    font-size: 28px;
    white-space: nowrap;
    padding-bottom: 6px;
    display: block;
}

.telephone:hover {
    color: #fff;
    text-decoration: none;
}

.telephone:before {
    content: url(../images/icons/phone.png);
    display: inline-block;
    width: 30px;
    padding-top: 5px;
}

.email {
    color: #fff;
    text-decoration: none;
}

.email:hover {
    color: #fff;
    text-decoration: underline;
}

.email:before {
    content: url(../images/icons/email.png);
    display: inline-block;
    width: 30px;
    vertical-align: middle;
    text-align: left;
}

.navigation {
    display: none;
}

@media (min-width: 576px) {
    .navigation {
        display: block;
        background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(40%, black), color-stop(60%, black), to(rgba(0, 0, 0, 0)));
        background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, black 40%, black 60%, rgba(0, 0, 0, 0) 100%);
        position: absolute;
        left: 0;
        right: 0;
    }
    .insidepage .navigation {
        position: relative;
    }
}

.navigation-fixed {
    position: fixed;
    top: 0;
}


/* .mainmenu {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
}

.mainmenu a {
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    padding: 15px 10px;
    font-weight: bold;
}

.mainmenu a:hover {
    background: #ac7228;
    color: #fff;
} */

.navigation ul {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
}

.navigation ul li a {
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    padding: 15px 10px;
    font-weight: bold;
}

.navigation ul li a:hover {
    background: #ac7228;
    color: #fff;
}

.navigation ul li:last-child a {
    position: relative;
    display: flex;
    align-items: center;
}

.top-slider {
    display: none;
}

@media (min-width: 576px) {
    .top-slider {
        display: block;
        overflow: hidden;
    }
}

.top-slider .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 1;
    opacity: .6;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.top-slider .slick-arrow:hover {
    opacity: 1;
}

.top-slider .slick-prev {
    color: transparent;
    background: none;
    border: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    width: 50px;
    height: 50px;
    outline: none;
    left: 5%;
}

.top-slider .slick-prev:before {
    content: '';
    position: absolute;
    -webkit-transform-origin: center left;
    transform-origin: center left;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: calc(50%);
    left: calc(50% - 30px / 2);
    width: 30px;
    height: 5px;
    background: #fff;
    display: block;
    border-radius: 5px;
}

.top-slider .slick-prev:after {
    content: '';
    position: absolute;
    -webkit-transform-origin: center left;
    transform-origin: center left;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: calc(50% - 5px / 2);
    left: calc(50% - 30px / 2);
    width: 30px;
    height: 5px;
    background: #fff;
    display: block;
    border-radius: 5px;
}

.top-slider .slick-next {
    color: transparent;
    background: none;
    border: 0;
    font-size: 0;
    line-height: 0;
    width: 50px;
    height: 50px;
    outline: none;
    padding: 0;
    right: 5%;
}

.top-slider .slick-next:before {
    content: '';
    position: absolute;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: calc(50% - 5px / 2);
    right: calc(50% - 30px / 2);
    width: 30px;
    height: 5px;
    background: #fff;
    display: block;
    border-radius: 5px;
}

.top-slider .slick-next:after {
    content: '';
    position: absolute;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: calc(50%);
    right: calc(50% - 30px / 2);
    width: 30px;
    height: 5px;
    background: #fff;
    display: block;
    border-radius: 5px;
}

.top-slide {
    outline: none;
    height: 383px;
    position: relative;
    overflow: hidden;
}

@media (min-width: 992px) {
    .top-slide {
        height: 766px;
    }
}

.s-layer-bg {
    position: absolute;
    left: 50%;
    margin-left: -960px;
    margin-top: -383px;
}

@media (min-width: 992px) {
    .s-layer-bg {
        margin-top: 0;
    }
}

.s-layer-text {
    position: absolute;
    max-width: 600px;
    left: 40%;
    padding-right: 60px;
    margin-top: -80px;
    top: 50%;
}

@media (min-width: 992px) {
    .s-layer-text {
        margin-left: 100px;
        margin-top: -100px;
        padding-right: 0;
    }
}

.s-title {
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .s-title {
        font-size: 30px;
    }
}

@media (min-width: 992px) {
    .s-title {
        font-size: 46px;
    }
}

.s-description {
    font-weight: 100;
    font-size: 18px;
}

@media (min-width: 768px) {
    .s-description {
        font-size: 20px;
    }
}

@media (min-width: 992px) {
    .s-description {
        font-size: 30px;
    }
}


/* End Header */


/* Start Main */

.bg1 {
    background: url(../images/backgrounds/bg1.jpg);
}


/* Start Catalog */

.products {
    position: relative;
    overflow: hidden;
    padding-top: 15px;
    z-index: 0;
}

@media (min-width: 576px) {
    .products {
        padding-top: 0;
    }
}

@media (min-width: 992px) {
    .products {
        min-height: 1000px;
    }
}

.products .title {
    display: none;
}

@media (min-width: 576px) {
    .products .title {
        display: block;
    }
}

@media (min-width: 992px) {
    .products:before {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        bottom: 0;
        margin-left: -960px;
        background: url(../images/backgrounds/product-left.png) no-repeat -40px center, url(../images/backgrounds/product-right.png) no-repeat right center;
        display: block;
        width: 1920px;
        z-index: -1;
    }
}

.p-section-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 992px) {
    .p-section-list {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.p-section {
    padding: 5px;
}

.p-section-link {
    display: block;
    text-decoration: none;
    color: #fff;
    border-radius: 15px;
    border: 4px solid #ac7228;
    padding: 6px 15px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    min-width: 90px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (min-width: 576px) {
    .p-section-link {
        min-width: 100px;
    }
}

@media (min-width: 768px) {
    .p-section-link {
        min-width: 80px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.p-section-link:hover,
.p-section-link.active {
    border-color: #fff;
}

.product-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 0;
}

@media (min-width: 992px) {
    .product-list {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.product {
    padding: 5px;
}

.product-card {
    position: relative;
    background: #fff;
    color: #000;
    padding: 5px 5px 55px;
    overflow: hidden;
    border-radius: 15px;
    width: 270px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.product-card a,
.product-card a:hover {
    text-decoration: none;
}

.product-image {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    overflow: hidden;
    height: 200px;
}

.product-image img {
    display: block;
    min-width: 260px;
    min-height: 100%;
}

.product-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px 0;
}

.product-name a {
    display: block;
    text-align: center;
    color: #000;
    font-weight: 300;
    font-size: 16px;
}

.product-buttons {
    position: absolute;
    bottom: 5px;
    left: 5px;
    right: 5px;
}

.product-buttons .button-primary {
    display: block;
}

.product-buttons .button-primary:hover,
.product-buttons .button-primary:focus {
    color: #801b01;
}

.product-name {
    height: 50px;
}

.product-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
}

.price-value {
    font-size: 36px;
}

.price-currency {
    padding-left: 10px;
}

.product-pages {
    padding-top: 5px;
    padding-bottom: 20px;
}

.pagination ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pagination ul li {
    padding: 5px;
}

.pagenav {
    padding: 8px 15px;
    text-decoration: none;
    border: 4px solid #fff;
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 15px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pagenav:hover {
    border-color: #fff;
}

a.pagenav {
    border-color: #ac7228;
}

#list_product_image_middle {
    display: block;
    text-align: center;
}

#list_product_image_middle img {
    width: 100%;
    height: auto;
}


/* End Catalog */


/* Start About */

.decorative-frame {
    width: 619px;
}

.decorative-frame:before {
    content: '';
    background: url(../images/about-header.png) no-repeat center bottom;
    display: block;
    width: 619px;
    height: 116px;
}

.decorative-frame:after {
    content: '';
    background: url(../images/about-footer.png) no-repeat center top;
    display: block;
    width: 619px;
    height: 116px;
}

.decorative-frame-border {
    background: url(../images/about-main.png) repeat-y center;
    padding: 1px 75px;
}

.decorative-frame-content {
    margin: -70px 0 -50px;
}

.simple-frame {
    border: 5px solid #ac7228;
    border-radius: 20px;
    padding: 10px;
    text-align: center;
}

.simple-frame p {
    font-weight: 100;
    font-size: 20px;
}

.simple-frame strong {
    display: block;
    color: #ac7228;
    font-weight: 600;
}

.passing-car {
    position: relative;
    height: 146px;
}

.passing-car:before {
    content: url(../images/car.png);
    margin-left: -80px;
}

.mini-frame {
    display: inline-block;
    border-radius: 15px;
    overflow: hidden;
    -webkit-box-shadow: 5px 5px 0 #ac7228;
    box-shadow: 5px 5px 0 #ac7228;
    margin-bottom: 5px;
}

.mini-frame img {
    display: block;
}

.about {
    display: none;
}

@media (min-width: 576px) {
    .about {
        display: block;
        overflow: hidden;
        position: relative;
    }
}

.about-company {
    margin: 0 auto 30px;
}

.about-delevery {
    width: 375px;
    margin: 0 auto 30px;
}

.wrapAbout {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.about-secret {
    margin: 0 auto;
}

@media (min-width: 992px) {
    .about-secret {
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: 150px;
        margin-left: -24px;
    }
}

.about-gallery {
    position: relative;
    width: 500px;
    height: 575px;
    margin: 0 auto;
}

.about-media2 video {
    padding: 20px 0 0;
}

@media (min-width: 992px) {
    .about-gallery {
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: 0;
        margin-left: -550px;
    }
}

.about-media1 {
    position: absolute;
    top: 0;
    left: 0;
}

.about-media2 {
    position: absolute;
    bottom: 0;
    right: 0;
}


/* End About */


/* Start Qualities */

.qualities {
    display: none;
}

@media (min-width: 576px) {
    .qualities {
        display: block;
        overflow: hidden;
        text-align: center;
    }
}

@media (min-width: 1200px) {
    .qualities {
        background: url(../images/backgrounds/qualities.jpg) no-repeat center;
        height: 1104px;
        position: relative;
    }
}

@media (min-width: 1200px) {
    .qualities .title {
        position: absolute;
        top: 0;
    }
}

.qualities .subtitle {
    font-weight: 100;
    font-size: 24px;
}

@media (min-width: 1200px) {
    .qualities .subtitle {
        position: absolute;
        text-align: left;
        top: 120px;
        font-size: 48px;
        max-width: 990px;
    }
}

@media (min-width: 576px) and (max-width: 1199.98px) {
    .quality-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.quality {
    width: 300px;
    margin: 0 auto 30px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (min-width: 1200px) {
    .quality {
        position: absolute;
        top: 50%;
        left: 50%;
    }
}

.quality-docs {
    margin-bottom: 40px;
}

@media (min-width: 1200px) {
    .quality-docs {
        position: absolute;
        border: 5px solid #ac7326;
        border-radius: 10px;
        padding: 6px;
        width: 250px;
        top: 50%;
        left: 50%;
        margin-top: -270px;
        margin-left: 170px;
    }
}

.quality-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 132px;
}

@media (min-width: 1200px) {
    .quality-text {
        position: absolute;
        border: 5px solid #ac7326;
        border-radius: 10px;
        padding: 6px;
    }
    .quality-clear {
        margin-left: -587px;
        margin-top: -196px;
        width: 215px;
    }
    .quality-clear .quality-text {
        top: 100%;
        margin-top: 20px;
    }
    .quality-cleaning {
        margin-left: -300px;
        margin-top: -203px;
        width: 215px;
    }
    .quality-cleaning .quality-text {
        top: 100%;
        margin-top: 20px;
    }
    .quality-preparing {
        margin-left: -22px;
        margin-top: -128px;
        width: 215px;
    }
    .quality-preparing .quality-text {
        top: 100%;
        margin-top: 20px;
    }
    .quality-skin {
        margin-left: 195px;
        margin-top: 10px;
        width: 215px;
    }
    .quality-skin .quality-text {
        top: 100%;
        right: 100px;
        width: 234px;
        margin-top: 30px;
    }
    .quality-product {
        margin-left: 260px;
        margin-top: 270px;
        width: 215px;
    }
    .quality-product .quality-text {
        top: 40px;
        right: 200px;
        width: 234px;
    }
}


/* End Qualities */


/* Start Advantages */

.advantages {
    display: none;
}

@media (min-width: 576px) {
    .advantages {
        display: block;
        overflow: hidden;
        text-align: center;
    }
}

@media (min-width: 1200px) {
    .advantages {
        background: url(../images/backgrounds/advantages.png) no-repeat center top;
        height: 1078px;
        margin-bottom: -450px;
    }
}

.advantage-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
}

@media (min-width: 576px) and (max-width: 1199.98px) {
    .advantage-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (min-width: 1200px) {
    .advantage-list {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 472px;
    }
}

.advantage {
    width: 174px;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (min-width: 1200px) {
    .advantage:nth-child(2n+1) {
        margin-bottom: 100px;
    }
    .advantage:nth-child(2n) {
        margin-top: 100px;
    }
}

.advantage-icon {
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 10px;
}


/* End Advantages */

.bg2 {
    display: none;
}

@media (min-width: 576px) {
    .bg2 {
        display: block;
    }
}

@media (min-width: 1200px) {
    .bg2 {
        background-color: #000;
        background: url(../images/backgrounds/bg2-bottom.jpg) no-repeat center bottom, url(../images/backgrounds/bg2-repeat.jpg) repeat-y center bottom;
        min-height: 1153px;
        overflow: hidden;
    }
}

.bg2-after {
    position: relative;
}

@media (min-width: 1200px) {
    .bg2-after:after {
        content: '';
        position: relative;
        display: block;
        height: 211px;
        background: url(../images/backgrounds/bg2-after.png) no-repeat center top;
        z-index: 1;
    }
}


/* Start reviews */

@media (min-width: 1200px) {
    .reviews {
        position: relative;
        overflow: hidden;
        width: 100%;
        min-height: 570px;
        z-index: 0;
    }
    .reviews:before {
        content: '';
        background: url(../images/backgrounds/shaurma-left.png) no-repeat left bottom;
        position: absolute;
        width: 1920px;
        height: 570px;
        top: 0;
        left: 50%;
        margin-left: -960px;
        z-index: -1;
    }
}

.review-list {
    padding-top: 50px;
}

.review-list .slick-arrow {
    position: absolute;
    top: 0;
    left: 50%;
}

.review-list .slick-prev {
    color: transparent;
    background: none;
    border: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    width: 50px;
    height: 50px;
    outline: none;
    border: 4px solid #ac7228;
    padding: 5px;
    border-radius: 10px;
    margin-left: -65px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.review-list .slick-prev:before {
    content: '';
    position: absolute;
    -webkit-transform-origin: center left;
    transform-origin: center left;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: calc(50%);
    left: calc(50% - 20px / 2);
    width: 20px;
    height: 3px;
    background: #fff;
    display: block;
    border-radius: 3px;
}

.review-list .slick-prev:after {
    content: '';
    position: absolute;
    -webkit-transform-origin: center left;
    transform-origin: center left;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: calc(50% - 3px / 2);
    left: calc(50% - 20px / 2);
    width: 20px;
    height: 3px;
    background: #fff;
    display: block;
    border-radius: 3px;
}

.review-list .slick-prev:hover,
.review-list .slick-prev:focus {
    border-color: #fff;
}

.review-list .slick-next {
    color: transparent;
    background: none;
    border: 0;
    font-size: 0;
    line-height: 0;
    width: 50px;
    height: 50px;
    outline: none;
    padding: 0;
    border: 4px solid #ac7228;
    padding: 5px;
    border-radius: 10px;
    margin-right: 15px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.review-list .slick-next:before {
    content: '';
    position: absolute;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: calc(50% - 3px / 2);
    right: calc(50% - 20px / 2);
    width: 20px;
    height: 3px;
    background: #fff;
    display: block;
    border-radius: 3px;
}

.review-list .slick-next:after {
    content: '';
    position: absolute;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: calc(50%);
    right: calc(50% - 20px / 2);
    width: 20px;
    height: 3px;
    background: #fff;
    display: block;
    border-radius: 3px;
}

.review-list .slick-next:hover,
.review-list .slick-next:focus {
    border-color: #fff;
}

.reviews__slide {
    outline: none;
}

.reviews__block {
    color: white;
    position: relative;
    background: url(../images/otz-back.png) no-repeat;
    background-size: contain;
    width: 100%;
    max-width: 387px;
    height: 214px;
    padding: 10px 40px 10px 54px;
    margin: 20px auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.reviews__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
    margin-bottom: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 2px solid #ac7228;
}

.reviews__name {
    font-weight: 600;
}

.reviews__date {
    font-weight: 100;
}

.reviews__text {
    overflow: auto;
}

.reviews-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.reviews-button {
    padding: 5px;
}

.reviews-button .button-accent {
    display: block;
    padding: 12px 25px;
    border-width: 4px;
}


/* End reviews */


/* Start job */

@media (min-width: 1200px) {
    .job {
        position: relative;
        overflow: hidden;
        width: 100%;
        min-height: 591px;
        z-index: 0;
    }
    .job:before {
        content: '';
        background: url(../images/backgrounds/shaurma-right.png) no-repeat right bottom;
        position: absolute;
        width: 1920px;
        height: 591px;
        top: 0;
        left: 50%;
        margin-left: -960px;
        z-index: -1;
    }
}

@media (min-width: 768px) {
    .job-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.job-form {
    width: 420px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .job-form {
        margin: 0;
    }
}

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

@media (min-width: 768px) {
    .job-content {
        text-align: left;
        -webkit-box-flex: 300px;
        -ms-flex: 300px 0;
        flex: 300px 0;
        margin-top: 80px;
        margin-right: 30px;
        border-bottom: 5px solid #ac7228;
    }
}

.job-form-header {
    border: 5px solid #ac7228;
    border-bottom: 0;
    margin: 0 20px;
    height: 20px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.job-form-footer {
    position: relative;
    border: 5px solid #ac7228;
    border-top: 0;
    margin: 0 20px;
    padding: 10px 5px 25px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    text-align: center;
    font-size: 14px;
}

.job-form-buttons {
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
}

.job-form-buttons .button-primary:hover,
.job-form-buttons .button-primary:focus {
    background: #be2903;
    border-color: #be2903;
}

.form-input {
    padding-bottom: 10px;
}

.job-form .form-input:last-child {
    padding-bottom: 0;
}

.form-input .shaurma-input,
.form-input .silver-inp {
    display: block;
    width: 100%;
}

.form-input textarea.shaurma-input,
.form-input textarea.silver-inp {
    height: 82px;
}


/* End job */


/* Start contact */

.m-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (min-width: 768px) {
    .m-contact {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (min-width: 992px) {
    .m-contact {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.m-contact-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
}

.m-contact-part p {
    margin: 5px 0;
}

.m-contact-icon {
    margin-right: 20px;
}


/* End contact */


/* Start add review */

.rewiew-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.rewiew-row .form-input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 5px;
}

.rewiew-footer {
    text-align: center;
    padding-bottom: 20px;
}

.rewiew-footer .c-checkbox {
    padding: 7px 0;
}


/* End add review */


/* End Main */


/* Start Footer */

.places {
    position: relative;
    background: #fff;
    margin-bottom: -79px;
}

.p-address-list {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 80px;
    z-index: 1;
    text-align: center;
}

@media (min-width: 992px) {
    .p-address-list {
        left: 50%;
        bottom: 10px;
        text-align: left;
    }
}

.p-address {
    cursor: pointer;
    padding: 10px;
    margin: 5px;
}

.p-address:hover {
    background: #be2903;
    border-color: #be2903;
}

.boot {
    padding: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#363636));
    background: linear-gradient(to bottom, #000, #363636);
    text-align: center;
    margin-top: 74px;
}

.boot .wrapper {
    position: relative;
}

@media (min-width: 992px) {
    .boot .wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        text-align: left;
        padding-top: 10px;
    }
}

.boot .wrapper:before {
    content: url(../images/logo-footer.png);
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -161.5px;
}

@media (min-width: 992px) {
    .boot .wrapper:before {
        margin-left: 0;
        left: 0;
    }
}

@media (min-width: 992px) {
    .b-contact {
        text-align: right;
    }
}

.footermenu {
    margin: 0;
    padding: 10px 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footermenu a {
    display: block;
    padding: 5px;
    color: #fff;
}

.b-buttons {
    padding-bottom: 10px;
}


/* End Footer */


/* Other */

#jshop_module_cart {
    position: fixed;
    right: 15px;
    top: 0px;
    color: grey;
    z-index: 2002;
    background: #801b01;
    width: 50px;
    height: 84px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

#jshop_module_cart:before {
    position: absolute;
    width: 50px;
    height: 85px;
    content: "";
    top: 0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom: 4px solid #ac7228;
    border-right: 4px solid #ac7228;
}

.click_mycart_name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 90%;
}

.mycart_count_prod {
    color: white;
    background: #ac7228;
    text-align: center;
    border-radius: 20px;
    padding: 5px;
    margin: 8px auto;
    line-height: 15px;
}

.click_mycart_name img {
    margin: 0;
}

.mycart_refresh_form {
    position: relative;
    z-index: 2000;
}

#jshop_module_cart:hover .mycart_count_prod {
    -webkit-animation: bounce 1s;
    animation: bounce 1s;
}

.ajax-popup {
    z-index: 998;
}

.ajax-popup .mfp-content {
    background: #fff;
    color: #000;
    border-radius: 16px;
    max-width: 900px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    margin: 0 auto;
}

.jshop_list_product .product_minus {
    background: #fff;
    text-align: center;
    border: 1px solid black;
    border-radius: 8px;
    font-size: 23px;
}

.jshop_list_product .product_plus {
    background: #fff;
    text-align: center;
    border: 1px solid black;
    border-radius: 8px;
    font-size: 23px;
}

.jshop_list_product .inputbox {
    font-size: 24px;
    border: none;
    text-align: center;
}

.product_minus {
    border: 1px solid black;
    width: 30px;
    height: 35px;
    border-radius: 8px;
    vertical-align: middle;
    background: #fff;
    font-size: 23px;
}

.product_plus {
    border: 1px solid black;
    width: 30px;
    height: 35px;
    border-radius: 8px;
    vertical-align: middle;
    background: #fff;
    font-size: 23px;
}

input,
textadre {
    color: #000;
}

.jshop_prod_cart .inputbox {
    text-align: center;
    font-size: 24px;
    border: none;
    vertical-align: middle;
}

.productfull .prod_qty_input input[name="quantity"] {
    text-align: center;
    border: 0;
    width: 35px;
    height: 35px;
    font-size: 24px;
    vertical-align: middle;
}

.btn_to_cart {
    color: white;
    background: #801b01;
    border-radius: 10px;
    padding: 0 15px;
    line-height: 30px;
    text-transform: uppercase;
    border: 2px solid transparent;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
}

.btn_to_cart:hover,
.btn_to_cart:focus {
    background: none;
    border-color: #801b01;
    color: #801b01;
    text-decoration: none;
}

.col-xs-4,
.col-xs-8 {
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media (min-width: 576px) {
    .row.jshop {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .col-xs-4 {
        width: 33.33%;
    }
    .col-xs-8 {
        width: 66.66%;
    }
}

.mycart_rel_pos {
    position: absolute;
    right: 0;
}

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

.mycart_desc *>div {
    padding: 5px;
}

.module_cart_detail a:hover {
    color: #801b01;
}


/* End Other */

.prod_buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.prod_qty_input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.gold-btn-norm {
    display: inline-block;
    color: white;
    background: none;
    text-transform: uppercase;
    text-decoration: none;
    border: 3px solid #ac7228;
    padding: 10px 35px;
    border-radius: 15px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.gold-btn-norm:hover,
.gold-btn-norm:focus {
    background: #ac7228;
    color: white;
    text-decoration: none;
}

.jshop_register {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.jshop_register .control-group {
    margin: 10px 0;
    width: 100%;
}

.control-group.hidden {
    display: none;
}

.jshop_register .control-group input {
    width: 100%;
}

#jshop_menu_order {
    margin-top: 10px;
}

.prod_qty_input {
    padding-right: 10px;
}

.main-title {
    font-family: 'Palatino Linotype';
    color: #ac7228;
    height: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.main-title h1 {
    margin: 0;
    position: absolute;
    bottom: -37px;
    border-radius: 62px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, black), to(transparent));
    background: linear-gradient(to bottom, black 40%, transparent);
    padding: 8px 51px;
    font-size: 3em;
    text-transform: none;
}

.mapbox {
    position: fixed;
    z-index: 200;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    transition: 1s;
}

.mapbox.hidden {
    transform: translateX(-40vw);
}

.mapbox-button {
    width: 265px;
    background: #800B01;
    border-bottom: 4px solid #AC7227;
    border-radius: 60px;
    height: 45px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    justify-content: space-evenly;
    /* padding: 0 25px; */
    transform: rotate(-90deg) translateY(-90px);
    cursor: pointer;
    font-size: 17px;
    font-weight: bold;
    position: relative;
    z-index: 20;
    user-select: none;
}

.mapbox-button img {
    transform: rotate(90deg);
}

.mapbox-button .mapbox-close {
    background: url(../images/close.png);
    width: 14px;
    height: 14px;
    background-size: contain;
}

.active.mapbox-body {
    width: 235px;
    padding-left: 50px;
    padding-right: 25px;
}

.mapbox-body {
    height: 264px;
    background: #ac7227;
    position: absolute;
    top: -107px;
    left: 38px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
    width: 0;
    transition: .2s;
    box-sizing: border-box;
}

.mapbox-body-list {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-evenly;
}

.mapbox-body-list a {
    color: white;
    display: block;
    width: 160px;
}

.mapbox-body-list a::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #800b01;
    border-radius: 20px;
    margin-right: 4px;
}

.mapbox-body-list a span {
    font-weight: bold;
}

@media (max-width: 576px) {
    .productfull .prod_price {
        text-align: center;
        width: 100%;
    }
    .productfull .prod_buttons {
        text-align: center;
        width: 100%;
    }
    /* .productfull .row.jshop > .col-xs-4{
        width: 100%;
    }*/
    .productfull .row.jshop>.jshop_img_description {
        width: 100%;
    }
    .productfull .jshop_prod_description table {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .main-title {
        display: none;
    }
}


/*# sourceMappingURL=template.css.map */

.textdelivery:before {
    content: url(/images/delivery.png);
    padding-right: 10px;
    border-right: 1px solid #962125;
    margin-right: 10px;
}

.textdelivery {
    display: flex;
    align-items: center;
    color: #962125;
    margin: 20px 0;
    font-family: 'Proxima Nova';
    font-weight: 700;
    line-height: 1;
}

.checkout_shipping_block .textdelivery {
    color: #f7d068;
}

.checkout_shipping_block .textdelivery:before {
    content: url(/images/delivery-yelow.png);
    border-right: 1px solid #f7d068;
}

#search-result {
    z-index: 10;
    position: relative;
}

.ajaxsearch {
    background: #fff;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    box-shadow: 0 6px 14px -6px #00000080;
    max-height: 400px;
    /* overflow-y: scroll; */
    position: absolute;
    width: 100%;
    color: #000;
    box-sizing: border-box;
}

.itemsearch:not(:last-child) {
    border-bottom: 1px dashed #000000;
}

.itemsearch:hover:not(:last-child) {
    border-bottom: 1px dashed #fff;
}

.itemsearch:hover {
    background: #000;
    color: #fff;
    cursor: pointer;
}

.itemsearch {
    display: flex;
    align-items: center;
    padding: 5px;
    cursor: pointer;
}

.jshop_ajaxsearch {
    position: relative;
}

.tabsContent .contentTab {
    display: none;
}

.tabsContent .contentTab.active {
    display: block;
}

.tabsOMB li {
    padding: 0;
    list-style: none;
    padding: 10px;
    cursor: pointer;
    background: #000;
    border: 1px solid #801b01;
}

.tabsOMB li.active {
    background: #801b01;
    border: 1px solid #000;
}

.tabsOMB li:hover {
    opacity: 0.9;
}

.tabsOMB li:first-child {
    margin-right: 20px;
}

.tabsOMB {
    display: flex;
    padding: 0;
    margin: 0;
    margin-top: 20px;
}

.contentTab.active {
    margin-top: 20px;
}

.preloadingBlock_el {
    position: relative;
}

.preloadingBlock_el path:first-child {
    fill: #801b01;
}

.preloadingBlock_el path {
    fill: #ac7228;
}

.preloadingBlock_el svg {
    animation: rotate 6s steps(12, end) infinite;
    position: absolute;
    right: 0;
    width: 45px;
    height: 24px;
    top: calc(50% - 12px);
}

.preloadingBlock_el.active input {
    opacity: 0.7;
}

.preloadingBlock_el svg {
    display: none;
}

.preloadingBlock_el svg.active {
    display: block;
}

.wrapError {
    color: red;
    text-align: center;
    padding: 20px;
    font-size: 23px;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

form[name='loginForm'] input[type='submit'].none {
    display: none;
}

.cookie-section h2,
.management-section h2,
.guide-section h2 {
    color: #fff;
}

.management-list {
    color: #fff;
}

.wrapCookieBlockTxt a:hover {
    color: var(--colorCookie);
}

.vackbagr {
    background: #333333;
    padding: 20px;
}

.subform-add-btn,
.subform-remove-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
    border: 1px solid;
    border: 2px solid #ac7228;
    border-radius: 15px;
    text-transform: uppercase;
    padding: 6px 20px;
    background: #ac7228;
    color: #fff;
}

.a-form-group .a-label {
    padding-left: 0;
}

.subform-add-btn:hover {
    background-color: transparent;
    color: #fff;
}

.subform-remove-btn {
    margin-bottom: 20px;
}

.form-actions {
    display: flex;
    gap: 20px;
}

.subform-remove-btn {
    background-color: #fff0f0;
    border-color: #ffdddd;
    color: #d33;
}

.subform-add-btn:active,
.subform-remove-btn:active {
    transform: translateY(1px);
}

.subform-add-btn svg,
.subform-remove-btn svg {
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    width: 16px;
    height: 16px;
}

.subform-multi:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: #ac7228;
    bottom: 25px;
}

.subform-multi {
    padding-bottom: 50px;
    position: relative;
}

.breadcrumb {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 10px 0 20px 0;
    list-style: none;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #801b01;
    background: none;
    border-radius: 0;
}

.breadcrumb>li {
    display: flex;
    align-items: center;
}


/* Иконка локации */

.breadcrumb>li.active:first-child .divider.icon-location {
    color: #801b01;
    margin-right: 5px;
    font-size: 16px;
}


/* Ссылки (неактивные элементы) */

.breadcrumb .pathway {
    color: #fff;
    text-decoration: none;
    transition: color 0.2s;
}

.breadcrumb .pathway:hover {
    color: #fff;
    text-decoration: underline;
}


/* Разделитель (стрелка) */

.breadcrumb .divider img {
    width: 6px;
    height: 10px;
    margin: 0 8px;
    opacity: 0.6;
}


/* Активный элемент (текущая страница) */

.breadcrumb>li.active:last-child {
    color: #801b01;
    font-weight: 500;
}

.total_price {
    font-size: 13px;
}


/* Стили для радио-кнопок */

.input_type_radio {
    margin-right: 5px;
    display: inline-flex;
    align-items: center;
}

.input_type_radio input[type="radio"] {
    display: none;
}

.input_type_radio label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    color: #666;
}

.attributes_name {
    display: block;
    font-weight: bold;
    color: #801b01;
    margin: 0;
    font-size: 15px;
}

.jshop .row {
    margin: 5px 0;
    margin-left: -15px;
    margin-right: -15px;
}

.input_type_radio label:before {
    content: "";
    position: absolute;
    left: 2px;
    top: 3px;
    width: 16px;
    height: 16px;
    border: 2px solid #801b01;
    border-radius: 50%;
    background: #fff;
}

.input_type_radio input[type="radio"]:checked+label:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 6px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #801b01;
}

.input_type_radio input[type="radio"]:checked+label {
    color: #801b01;
}

.prod_buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    margin-top: 25px;
}

.prod_qty_input {
    display: flex;
    align-items: center;
}

.prod_qty_input input[type="text"] {
    width: 50px;
    height: 40px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
}

.product_minus,
.product_plus {
    width: 30px;
    height: 30px;
    background: #801b01;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    margin: 0 5px;
}

.product_minus:hover,
.product_plus:hover {
    background: #fff;
    color: #000;
    border: 1px solid #801b01;
}