/*! 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 {
    background-color: transparent;
}

    /**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
    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 {
    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"] {
        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;
}

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

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

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

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

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

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

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

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

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-pinterest-p:before {
    content: "\e900";
}

.icon-facebook:before {
    content: "\e901";
}

.icon-heart:before {
    content: "\e902";
}

#header .header-holder ul, .navOLD ul, #footer .box .social, .container-heading .list-partners {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clearfix:after, #header:after, #header .header-holder .box-holder:after, #header .header-bottom:after, .navOLD-holder:after, #footer .footer-top:after, .product-list-wrap .product-list:after, .footer-bottom .container:after {
    content: '';
    display: block;
    clear: both;
}

.ellipsis {
    white-space: nowrap;
    /* 1 */
    text-overflow: ellipsis;
    /* 2 */
    overflow: hidden;
}

html {
    box-sizing: border-box;
}

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

* {
    max-height: 1000000px;
}

body {
    color: #66665d;
    background: #fff;
    font: 16px / 18px "asapregular", "Helvetica Neue", "Helvetica", sans-serif;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
    height: auto;
}

.gm-style img {
    max-width: none;
}

@media only screen and (min-width: 1025px) {
    a[href^=tel], a[href^=skype], a[href^=sms] {
        cursor: default;
        pointer-events: none;
    }
}

#wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
    font-family: inherit;
    font-weight: bold;
    margin: 0 0 0.5em;
    color: inherit;
}

h1, .h1 {
    font-size: 36px;
    font-family: 'antoniolight', 'Helvetica Neue', 'Helvetica', sans-serif;
    color: #85857e;
    text-transform: uppercase;
}

h2, .h2 {
    font-size: 27px;
}

h3, .h3 {
    font-size: 24px;
}

h4, .h4 {
    font-size: 21px;
}

h5, .h5 {
    font-size: 17px;
}

h6, .h6 {
    font-size: 15px;
}

p {
    margin: 0 0 1em;
}

a {
    color: #bebeb1;
}

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

form,
fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    box-sizing: border-box;
    border: 1px solid #85857e;
    padding: 0.4em 0.7em;
}

    input[type='text']:focus,
    input[type='tel']:focus,
    input[type='email']:focus,
    input[type='search']:focus,
    input[type='password']:focus,
    textarea:focus {
        border-color: #66665d;
    }

    input[type='text']::-webkit-input-placeholder,
    input[type='tel']::-webkit-input-placeholder,
    input[type='email']::-webkit-input-placeholder,
    input[type='search']::-webkit-input-placeholder,
    input[type='password']::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder {
        color: #85857e;
    }

    input[type='text']::-moz-placeholder,
    input[type='tel']::-moz-placeholder,
    input[type='email']::-moz-placeholder,
    input[type='search']::-moz-placeholder,
    input[type='password']::-moz-placeholder,
    textarea::-moz-placeholder {
        opacity: 1;
        color: #85857e;
    }

    input[type='text']:-moz-placeholder,
    input[type='tel']:-moz-placeholder,
    input[type='email']:-moz-placeholder,
    input[type='search']:-moz-placeholder,
    input[type='password']:-moz-placeholder,
    textarea:-moz-placeholder {
        color: #85857e;
    }

    input[type='text']:-ms-input-placeholder,
    input[type='tel']:-ms-input-placeholder,
    input[type='email']:-ms-input-placeholder,
    input[type='search']:-ms-input-placeholder,
    input[type='password']:-ms-input-placeholder,
    textarea:-ms-input-placeholder {
        color: #85857e;
    }

    input[type='text'].placeholder,
    input[type='tel'].placeholder,
    input[type='email'].placeholder,
    input[type='search'].placeholder,
    input[type='password'].placeholder,
    textarea.placeholder {
        color: #85857e;
    }

select {
    -webkit-border-radius: 0;
}

textarea {
    resize: vertical;
    vertical-align: top;
}

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    cursor: pointer;
}

#header {
    position: relative;
    margin: 0 0 10px;
    /*background: #353532;*/
    /*border-bottom: 7px solid #bebeb1;*/
    padding: 0 0 5px;
}

@media (min-width: 1024px) {
    #header {
        padding: 4px 0 0;
        /*border-bottom: 13px solid #bebeb1;
      margin: 0 0 27px;*/
    }
}

#header .header-holder-wrap {
    overflow: hidden;
}

@media (min-width: 1024px) {
    #header .header-holder-wrap {
        margin: 0 10px 31px 0;
    }
}

#header .header-holder {
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 10px;
    color: #8e8e83;
}

@media (min-width: 1024px) {
    #header .header-holder {
        float: right;
    }
}

@media (min-width: 1024px) {
    #header .header-holder ul {
        float: left;
        margin: 6px -2px 0 0;
    }
}

#header .header-holder ul li {
    margin: 0 0 0px;
}

@media (min-width: 1024px) {
    #header .header-holder ul li {
        float: left;
        margin: 0 40px 0 0;
        position: relative;
    }

        #header .header-holder ul li:before {
            content: "";
            position: absolute;
            right: -22px;
            top: 0;
            height: 26px;
            width: 2px;
            background: #474740;
        }
}

#header .header-holder .create {
    background: url(../images/icon-01.png) no-repeat;
    padding: 10px 0 10px;
}

@media (min-width: 1024px) {
    #header .header-holder .create {
        padding: 6px 0 10px;
    }
}

#header .header-holder .create a {
    padding: 0 0 0 43px;
}

@media (min-width: 1024px) {
    #header .header-holder .create a {
        padding: 0 0 0 28px;
    }
}

#header .header-holder .sing {
    background: url(../images/icon-02.png) no-repeat;
    padding: 5px 0 10px;
}

    #header .header-holder .sing a {
        padding: 0 0 0 43px;
    }

@media (min-width: 1024px) {
    #header .header-holder .sing a {
        padding: 0 0 0 36px;
    }
}

#header .header-holder .basket {
    background: url(../images/icon-03.png) no-repeat;
    padding: 5px 0 10px 45px;
    display: block;
    float: left;
    margin: 0 0 10px;
    width: 100%;
}

@media (min-width: 1024px) {
    #header .header-holder .basket {
        width: auto;
        margin: 5px 16px 0 0;
    }
}

#header .header-holder .checkout {
    float: left;
    display: block;
    margin: 16px 40px 10px 0;
    position: relative;
}

@media (min-width: 1024px) {
    #header .header-holder .checkout {
        margin: 10px 30px 10px 0;
    }
}

#header .header-holder .checkout:after, #header .header-holder .checkout:before {
    content: '';
    width: 10px;
    height: 2px;
    background: #d23e3a;
    position: absolute;
    top: 4px;
    right: -17px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#header .header-holder .checkout:after {
    top: 11px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#header .header-holder .price-wrap {
    font-size: 16px;
    line-height: 18px;
    background: url(../images/icon-04.png) no-repeat;
    float: right;
    width: 76px;
    height: 50px;
    position: relative;
}

    #header .header-holder .price-wrap .price {
        color: #fff;
        position: absolute;
        left: 50%;
        top: 40%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

#header .header-holder a {
    cursor: pointer;
    color:  #353532;
    text-decoration: none;
}

    #header .header-holder a:hover {
        color: #ca413e;
    }

@media (min-width: 1024px) {
    #header .header-holder .box-holder {
        float: left;
    }
}

#header .header-holder .box-holder .holder {
    float: left;
    clear: both;
}

@media (min-width: 1024px) {
    #header .header-holder .box-holder .holder {
        clear: none;
    }
}

#header .header-bottom {
    width: 100%;
}

#header .search-form {
    overflow: hidden;
    width: 100%;
}

@media (min-width: 1024px) {
    #header .search-form {
        width: 359px;
        margin: 0 4px 0 0;
        float: right;
    }
}

#header .search-form label {
    float: left;
    display: none;
    width: 27px;
    height: 27px;
    background: url(../images/icon-06.png) no-repeat;
}

@media (min-width: 1024px) {
    #header .search-form label {
        display: block;
        margin: 5px 12px 0 0;
    }
}

#header .search-form input[type="search"] {
    width: 70%;
    float: left;
    background: #bebeb1;
    border: 2px solid #d8d8c6;
    outline: none;
    padding: 7px 12px;
    color: #52524b;
}

    #header .search-form input[type="search"]::-webkit-input-placeholder {
        color: #52524b;
    }

    #header .search-form input[type="search"]::-moz-placeholder {
        opacity: 1;
        color: #52524b;
    }

    #header .search-form input[type="search"]:-moz-placeholder {
        color: #52524b;
    }

    #header .search-form input[type="search"]:-ms-input-placeholder {
        color: #52524b;
    }

    #header .search-form input[type="search"].placeholder {
        color: #52524b;
    }

#header .search-form button {
    font-size: 17px;
    line-height: 38px;
    font-family: 'antoniobold','Helvetica Neue', 'Helvetica', sans-serif;
    height: 37px;
    outline: none;
    text-transform: uppercase;
    text-align: center;
    color: #f2f4eb;
    width: 30%;
    float: right;
    background: #66665d;
    border: 2px solid #7d7d72;
    color: #f2f4eb;
}

    #header .search-form button:hover {
        opacity: 0.5;
    }

@media (min-width: 1024px) {
    #header .search-form button {
        width: 17%;
    }

    #header {
    }
}

@media (min-width: 1024px) {
    #header .phone {
        font-size: 21px;
        line-height: 23px;
        float: right;
    }
}

@media (min-width: 1024px) {
    .navOLD-holder {
        width: 100%;
        clear: both;
    }
}

.navOLD {
    font-family: 'antoniobold','Helvetica Neue', 'Helvetica', sans-serif;
}

@media (min-width: 1024px) {
    .navOLD {
        font-size: 18px;
        line-height: 20px;
        float: left;
        margin: 17px 0 0;
    }
}

.navOLD ul .active a {
    color: #66665d;
}

.navOLD ul li {
    margin: 0 0 10px;
}

@media (min-width: 1024px) {
    .navOLD ul li {
        float: left;
        margin: 0;
        padding: 0 23px 14px;
        position: relative;
    }
}

@media (min-width: 1024px) and (min-width: 1160px) {
    .navOLD ul li {
        padding: 0 40px 14px;
    }
}

@media (min-width: 1024px) {
    .navOLD ul li:before {
        content: "";
        position: absolute;
        left: -2px;
        top: -6px;
        height: 26px;
        width: 2px;
        background: #474740;
    }

    .navOLD ul li:first-child {
        padding: 0 37px 14px 0;
    }

        .navOLD ul li:first-child:before {
            position: static;
        }
}

.navOLD ul li a {
    text-decoration: none;
    text-transform: uppercase;
}

    .navOLD ul li a:hover {
        color: #66665d;
    }

.navOLD ul li .drop {
    font-family: 'asapregular', 'Helvetica Neue', 'Helvetica', sans-serif;
    opacity: 0;
    display: none;
    padding: 10px 0;
    z-index: 100;
}

@media (min-width: 1024px) {
    .navOLD ul li .drop {
        position: absolute;
        left: 0;
        top: 100%;
        width: 574px;
        padding: 13px 0 0;
    }
}

.navOLD ul li .drop .drop-holder {
    border: 2px solid #9e312f;
    background: #ca413e;
    overflow: hidden;
}

.navOLD ul li .drop .box {
    width: 100%;
    border-bottom: 1px solid #d36360;
}

@media (min-width: 1024px) {
    .navOLD ul li .drop .box {
        width: 33.3%;
        float: left;
        border: none;
    }
}

.navOLD ul li .drop .box ul li {
    margin: 0;
    padding: 3px 0 6px 25px;
    position: relative;
    width: 100%;
    border-top: 1px solid #d36360;
}

    .navOLD ul li .drop .box ul li:first-child {
        border: none;
    }

    .navOLD ul li .drop .box ul li:after, .navOLD ul li .drop .box ul li:before {
        content: '';
        width: 5px;
        height: 2px;
        background: #e17270;
        position: absolute;
        top: 13px;
        left: 10px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .navOLD ul li .drop .box ul li:after {
        top: 16px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .navOLD ul li .drop .box ul li a {
        font-size: 15px;
        line-height: 17px;
        color: #f6dddd;
        text-transform: none;
    }

        .navOLD ul li .drop .box ul li a:hover {
            color: #66665d;
        }

.navOLD ul li.hover .drop {
    display: block;
    opacity: 1;
    overflow: auto;
}

.phone {
    font-size: 16px;
    line-height: 18px;
    background: url(../images/icon-05.png) no-repeat;
    padding: 2px 0 5px 37px;
    text-decoration: none;
    color: #73736c;
    display: inline-block;
    margin: 0 0 10px;
}

@media (min-width: 1024px) {
    .phone {
        margin: 0 -3px 27px 0;
    }
}

.phone:hover {
    color: #ca413e;
}

.logo {
    width: auto;
    padding: 5px 5px 15px 5px;
}

@media (min-width: 768px) {
    .logo {
        position: absolute;
        left: 19px;
        top: 19px;
        top: 6px;
        width: 200px;
    }
}

@media (min-width: 1024px) {
    .logo {
        position: absolute;
        left: 19px;
        top: 19px;
        width: auto;
        top: 66px;
        left: 11px;
    }
}

.navOLD-opener {
    float: right;
    display: none;
    height: 40px;
    width: 40px;
    background: #575757;
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    z-index: 10;
    color: #fff;
    margin: 4px 4px 0 0;
    text-indent: -9999px;
    overflow: hidden;
}

    .navOLD-opener span:after, .navOLD-opener:before, .navOLD-opener:after {
        content: '';
        background: #ca413e;
        position: absolute;
        top: 21px;
        left: 6px;
        height: 3px;
        padding: 0 0 0 30px;
        margin-top: -2px;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

    .navOLD-opener:after {
        top: 31px;
    }

@media (max-width: 1023px) {
    .navOLD-opener {
        display: block;
    }
}

.navOLD-opener span {
    display: block;
}

    .navOLD-opener span:after {
        top: 10px;
    }

@media (max-width: 1023px) {
    .menu-drop {
        text-align: left;
        width: 250px;
        height: 100%;
        position: absolute;
        left: 100%;
        top: 0;
        z-index: 100;
        padding: 15px;
    }
}

#footer {
    background: #2f2e2c;
    padding: 10px 0;
    overflow: hidden;
}

@media (min-width: 480px) {
    #footer {
        text-align: center;
    }
}

@media (min-width: 768px) {
    #footer {
        text-align: left;
    }
}

@media (min-width: 1024px) {
    #footer {
        padding: 31px 0 57px;
    }
}

#footer .container {
    padding: 0 10px;
}

@media (min-width: 1024px) {
    #footer .footer-top {
        margin: 0 0 111px;
    }
}

#footer .navOLD {
    font-family: 'antonioregular', 'Helvetica Neue', 'Helvetica', sans-serif;
    float: left;
}

@media (min-width: 480px) {
    #footer .navOLD {
        float: none;
        margin: 8px 0 10px;
    }
}

@media (min-width: 768px) {
    #footer .navOLD {
        font-size: 16px;
        line-height: 18px;
        float: left;
    }
}

#footer .navOLD .active a {
    color: #ca413e;
}

#footer .navOLD li {
    margin: 0 0 10px;
}

@media (min-width: 480px) {
    #footer .navOLD li {
        display: inline-block;
        vertical-align: middle;
        margin: 0 4px 0 0;
    }
}

@media (min-width: 1024px) {
    #footer .navOLD li {
        padding: 3px 15px 14px;
    }

        #footer .navOLD li:first-child {
            padding: 3px 25px 14px 0;
        }

        #footer .navOLD li:before {
            left: -4px;
            top: 0px;
            height: 21px;
        }
}

@media (min-width: 1160px) {
    #footer .navOLD li {
        padding: 3px 25px 14px;
    }
}

#footer .navOLD a:hover {
    color: #ca413e;
}

#footer .paymentMethods {
    text-align: left;
}

@media (min-width: 480px) {
    #footer .paymentMethods {
        text-align: center;
    }
}

@media (min-width: 768px) {
    #footer .paymentMethods {
        text-align: right;
    }
}

#footer .box {
    float: none;
}

@media (min-width: 480px) {
    #footer .box {
        /*float: right;*/
    }
}

@media (min-width: 768px) {
    #footer .box {
        float: right;
    }
}

@media (min-width: 480px) {
    #footer .box .phone {
        display: inline-block;
    }
}

@media (min-width: 768px) {
    #footer .box .phone {
        float: left;
    }
}

@media (min-width: 1024px) {
    #footer .box .phone {
        font-size: 21px;
        line-height: 23px;
        padding: 4px 0 5px 37px;
    }
}

#footer .box .social {
    display: inline-block;
    position: relative;
}

@media (min-width: 480px) {
    #footer .box .social {
        margin: 0 0 10px;
    }
}

@media (min-width: 768px) {
    #footer .box .social {
        display: block;
        float: right;
        margin: 0 10px;
    }
}

@media (min-width: 1024px) {
    #footer .box .social {
        margin: 0 0 0 47px;
        padding: 4px 0;
    }

        #footer .box .social:after {
            content: '';
            position: absolute;
            left: -11px;
            top: 0;
            height: 36px;
            width: 2px;
            background: #474740;
        }
}

#footer .box .social li {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
}

@media (min-width: 768px) {
    #footer .box .social li {
        margin: 0 0 0 16px;
    }
}

#footer .box .social li a {
    display: block;
    text-decoration: none;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

    #footer .box .social li a:hover {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }

#footer .box .social li i {
    font-size: 25px;
    line-height: 27px;
    display: block;
    color: #66665d;
}

#footer .box .social li .instagram {
    background: url(../images/icon-09.png) no-repeat;
    width: 27px;
    height: 27px;
}

.bottom-box {
    font-size: 13px;
    line-height: 15px;
    overflow: hidden;
}

    .bottom-box p {
        margin: 0 0 10px;
    }

    .bottom-box a {
        text-decoration: none;
        color: #66665d;
    }

        .bottom-box a:hover {
            color: #ca413e;
        }

@media (min-width: 768px) {
    .bottom-box .text-box {
        float: right;
    }

        .bottom-box .text-box:first-child {
            float: left;
        }
}

body {
    background: url(../images/bg-body.png) no-repeat;
    background-size: cover;
}

.w1 {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

@media (max-width: 1023px) {
    .navOLD-active .w1 {
        -webkit-transform: translateX(-250px);
        -ms-transform: translateX(-250px);
        transform: translateX(-250px);
    }
}

#main {
    margin: 0 0 14px;
}

    #main .holder-decor .container {
        position: relative;
    }

        #main .holder-decor .container .background-left,
        #main .holder-decor .container .background-right {
            display: none;
            position: absolute;
            left: 0;
            top: 0;
            z-index: -1;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
        }

@media (min-width: 1024px) {
    #main .holder-decor .container .background-left,
    #main .holder-decor .container .background-right {
        display: block;
    }
}

#main .holder-decor .container .background-right {
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    left: auto;
    right: 0;
}

.container-heading {
    text-align: center;
    margin: 0 0 20px;
}

@media (min-width: 1024px) {
    .container-heading {
        margin: 0 0 48px;
    }
}

.container-heading .container {
    background: url(../images/bg-main.png) no-repeat;
    background-size: cover;
    padding: 10px 0;
}

@media (min-width: 1024px) {
    .container-heading .container {
        max-width: 1340px;
        padding: 67px 60px 50px;
    }
}

.container-heading h2 {
    font-size: 20px;
    line-height: 22px;
    font-family: 'antoniolight','Helvetica Neue', 'Helvetica', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    color: #85857e;
    margin: 0 0 16px;
}

@media (min-width: 1024px) {
    .container-heading h2 {
        font-size: 36px;
        line-height: 38px;
    }
}

.container-heading .list-partners li {
    margin: 0 10px 20px;
    display: inline-block;
    vertical-align: middle;
}

@media (min-width: 768px) {
    .container-heading .list-partners li {
        margin: 0 20px 20px;
    }
}

@media (min-width: 1024px) {
    .container-heading .list-partners li {
        margin: 0 12px 20px 12px;
    }
}

@media (min-width: 1160px) {
    .container-heading .list-partners li {
        margin: 0 12px;
    }
}

.container-heading .list-partners li a {
    display: inline-block;
    width: 60px;
}

@media (min-width: 768px) {
    .container-heading .list-partners li a {
        width: auto;
    }
}

.container-heading .list-partners li img {
    width: 100%;
}

.container-heading .block {
    margin: 0 0 10px;
    background-size: contain;
}

    .container-heading .block img {
        position: absolute;
        left: 45%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        display: inline-block;
        width: 150px;
    }

@media (min-width: 480px) {
    .container-heading .block img {
        width: 250px;
    }
}

@media (min-width: 1024px) {
    .container-heading .block img {
        width: 500px;
    }
}

@media (min-width: 1160px) {
    .container-heading .block img {
        width: auto;
    }
}

.container-heading .block .box {
    background: url(../images/image-19.png) no-repeat;
    background-size: 100% 100%;
    max-width: 300px;
    margin: 0 auto;
    height: 50px;
    position: relative;
}

@media (min-width: 480px) {
    .container-heading .block .box {
        max-width: 400px;
    }
}

@media (min-width: 768px) {
    .container-heading .block .box {
        max-width: 650px;
        height: 80px;
    }
}

@media (min-width: 1024px) {
    .container-heading .block .box {
        max-width: 1113px;
        height: 140px;
        margin: 0 auto 43px;
    }
}

.container-heading .block .box .btn-view {
    font-size: 11px;
    line-height: 13px;
    font-family: 'antoniobold','Helvetica Neue', 'Helvetica', sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    position: absolute;
    right: 23px;
    top: 20px;
    color: #85857e;
}

@media (min-width: 480px) {
    .container-heading .block .box .btn-view {
        right: 36px;
        top: 21px;
    }
}

@media (min-width: 768px) {
    .container-heading .block .box .btn-view {
        font-size: 17px;
        line-height: 19px;
        right: 60px;
        top: 33px;
    }
}

@media (min-width: 1024px) {
    .container-heading .block .box .btn-view {
        right: 90px;
        top: 63px;
    }
}

@media (min-width: 1160px) {
    .container-heading .block .box .btn-view {
        right: 109px;
    }
}

.container-heading .block .box .btn-view:before {
    content: '';
    position: absolute;
    right: -10px;
    top: 0px;
    display: block;
    width: 10px;
    height: 10px;
    background: url(../images/icon-10.png) no-repeat;
    background-size: contain;
}

@media (min-width: 768px) {
    .container-heading .block .box .btn-view:before {
        width: 20px;
        height: 20px;
        right: -21px;
        top: -3px;
    }
}

@media (min-width: 1024px) {
    .container-heading .block .box .btn-view:before {
        right: -22px;
        top: -7px;
        width: 19px;
        height: 29px;
    }
}

.container-heading .block .box .btn-view:hover {
    color: #ca413e;
}

.product-list-wrap {
    text-align: center;
}

    .product-list-wrap .container {
        background: url(../images/bg-main.png) no-repeat;
        padding: 10px 0 0;
        background-size: 100% 100%;
    }

@media (min-width: 1024px) {
    .product-list-wrap .container {
        max-width: 1340px;
        padding: 40px 60px 0;
    }
}

.product-list-wrap .box-heading {
    margin: 0 0 10px;
}

@media (min-width: 1024px) {
    .product-list-wrap .box-heading {
        margin: 0 0 29px -39px;
    }
}

.product-list-wrap .box-heading h1 {
    font-size: 16px;
    line-height: 18px;
    font-weight: normal;
    margin: 0 0 10px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

@media (min-width: 768px) {
    .product-list-wrap .box-heading h1 {
        font-size: 20px;
        line-height: 22px;
    }
}

@media (min-width: 1024px) {
    .product-list-wrap .box-heading h1 {
        font-size: 36px;
        line-height: 38px;
    }
}

.product-list-wrap .box-heading img {
    width: 50px;
    display: inline-block;
    vertical-align: middle;
}

@media (min-width: 1024px) {
    .product-list-wrap .box-heading img {
        width: auto;
    }
}

.product-list-wrap .product-list {
    font-family: 'asapbold','Helvetica Neue', 'Helvetica', sans-serif;
    padding: 0 20px;
    margin: 0 0 10px;
}

@media (min-width: 480px) {
    .product-list-wrap .product-list {
        margin: 0 -20px;
    }
}

.product-list-wrap .product-list .product {
    position: relative;
    margin: 0 0 60px;
    width: 100%;
}

@media (max-width: 479px) {
    .product-list-wrap .product-list .product {
        height: auto !important;
    }
}

@media (min-width: 480px) {
    .product-list-wrap .product-list .product {
        width: 50%;
        float: left;
        box-sizing: border-box;
        padding: 17px 10px 60px 10px;
    }

        .product-list-wrap .product-list .product:before {
            content: '';
            position: absolute;
            right: 0;
            top: 0;
            height: 300px;
            width: 2px;
            background: #f5f5f1;
        }

        .product-list-wrap .product-list .product:nth-child(2n):before {
            top: -99999px;
        }
}

@media (min-width: 768px) {
    .product-list-wrap .product-list .product {
        width: 25%;
        padding: 17px 10px 82px 10px;
        margin: 0 0 50px;
    }

        .product-list-wrap .product-list .product:nth-child(2n):before {
            content: '';
            position: absolute;
            right: 0;
            top: 0;
            height: 300px;
            width: 2px;
            background: #f5f5f1;
        }

        .product-list-wrap .product-list .product:nth-child(4n):before {
            position: static;
        }
}

@media (min-width: 1024px) {
    .product-list-wrap .product-list .product {
        margin: 0 0 76px;
        padding: 17px 10px 80px 10px;
    }

        .product-list-wrap .product-list .product:nth-child(2n):before {
            height: 360px;
        }

        .product-list-wrap .product-list .product:before {
            right: 4px;
            height: 360px;
        }
}

@media (min-width: 480px) {
    .product-list-wrap .product-list .product .text-holder {
        position: absolute;
        left: 50%;
        bottom: 0;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.product-list-wrap .product-list img {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 5px;
}

@media (min-width: 1024px) {
    .product-list-wrap .product-list img {
        margin: 0 0 28px;
    }
}

.product-list-wrap .product-list .heading {
    margin: 0 0 5px;
    padding: 0 40px;
}

@media (min-width: 1024px) {
    .product-list-wrap .product-list .heading {
        padding: 0 27px;
    }
}

.product-list-wrap .product-list .heading h1 {
    font-size: 13px;
    line-height: 15px;
    font-weight: normal;
    font-family: 'asapbold','Helvetica Neue', 'Helvetica', sans-serif;
    margin: 0;
    text-transform: none;
}

@media (min-width: 1024px) {
    .product-list-wrap .product-list .heading h1 {
        font-size: 16px;
        line-height: 18px;
    }
}

.product-list-wrap .product-list .heading a {
    text-decoration: none;
    color: #66665d;
}

    .product-list-wrap .product-list .heading a:hover {
        color: #bebeb1;
    }

.product-list-wrap .product-list .price {
    color: #d23e3a;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0 0 5px;
}

@media (min-width: 1024px) {
    .product-list-wrap .product-list .price {
        font-size: 20px;
        line-height: 22px;
        margin: 0 0 17px;
    }
}

.product-list-wrap .product-list .price i {
    font-size: 18px;
    line-height: 22px;
    color: #fd6789;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 0 -11px;
}

.product-list-wrap .product-list .price em {
    font-family: 'asapregular','Helvetica Neue', 'Helvetica', sans-serif;
    font-style: normal;
}

.product-list-wrap .product-list .buy {
    font-size: 14px;
    line-height: 16px;
    font-family: 'antoniobold','Helvetica Neue', 'Helvetica', sans-serif;
    display: inline-block;
    text-decoration: none;
    color: #bebeb1;
    text-transform: uppercase;
    padding: 7px 33px 2px 10px;
    border: 2px solid #474643;
    background: #2e2d2b url(../images/icon-07.png) no-repeat 94% 50%;
}

@media (min-width: 1024px) {
    .product-list-wrap .product-list .buy {
        font-size: 18px;
        line-height: 20px;
        padding: 10px 50px 6px 19px;
        background-position: 79% 50%;
    }
}

.product-list-wrap .product-list .buy:hover {
    opacity: 0.5;
}

.footer-bottom {
    font-size: 15px;
    line-height: 16px;
    overflow: hidden;
    border-top: 5px solid #bebeb1;
    background: #5C4A97;
    /*background: #ca413e;*/
    padding: 10px 0;
    color: #f6dddd;
}

@media (min-width: 1024px) {
    .footer-bottom {
        font-size: 15px;
        line-height: 24px;
        border-top: 13px solid #bebeb1;
        padding: 53px 0 44px;
    }
}

.footer-bottom .block-wrap {
    margin: 0 0 10px;
    overflow: hidden;
    padding: 0 10px;
    width: 100%;
}

@media (min-width: 480px) {
    .footer-bottom .block-wrap {
        width: 50%;
        float: left;
        margin: 0 0 10px 3px;
    }
}

@media (min-width: 1160px) {
    .footer-bottom .block-wrap {
        width: 70%;
        padding: 0;
    }
}

.footer-bottom .block-wrap h2 {
    font-size: 18px;
    line-height: 25px;
    padding: 9px 0 0;
    margin: 0 0 10px;
    font-weight: normal;
    color: #f6dddd;
    text-transform: uppercase;
    font-family: 'antoniobold','Helvetica Neue', 'Helvetica', sans-serif;
}

@media (min-width: 1024px) {
    .footer-bottom .block-wrap h2 {
        font-size: 36px;
        line-height: 40px;
        padding: 0;
        margin: 0 0 22px;
    }
}

.footer-bottom .block-wrap h2 .heading {
    font-family: 'antoniolight','Helvetica Neue', 'Helvetica', sans-serif;
    display: inline-block;
    text-transform: uppercase;
    margin: 0 5px 0 0;
    color: #e6e12d;
}

.footer-bottom .block-wrap h2 em {
    font-family: 'antoniolight','Helvetica Neue', 'Helvetica', sans-serif;
    font-style: normal;
}

.footer-bottom .block-wrap p {
    margin: 0 0 17px;
}

.footer-bottom .block-wrap .email {
    margin: 0 0 10px;
}

@media (min-width: 1024px) {
    .footer-bottom .block-wrap .email {
        margin: 0 0 23px;
    }
}

.footer-bottom .block-wrap .email input[type="email"] {
    font-family: 'asapregular','Helvetica Neue', 'Helvetica', sans-serif;
    width: 205px;
    margin: 0 0 25px;
    outline: none;
    background: #b53532;
    border: 2px solid #9e312f;
    color: #f99f9f;
    float: left;
}

@media (min-width: 1024px) {
    .footer-bottom .block-wrap .email input[type="email"] {
        width: 95%;
        height: 37px;
    }
}

.footer-bottom .block-wrap .email input[type="email"]::-webkit-input-placeholder {
    color: #f99f9f;
}

.footer-bottom .block-wrap .email input[type="email"]::-moz-placeholder {
    opacity: 1;
    color: #f99f9f;
}

.footer-bottom .block-wrap .email input[type="email"]:-moz-placeholder {
    color: #f99f9f;
}

.footer-bottom .block-wrap .email input[type="email"]:-ms-input-placeholder {
    color: #f99f9f;
}

.footer-bottom .block-wrap .email input[type="email"].placeholder {
    color: #f99f9f;
}

.footer-bottom .block-wrap .btn {
    float: left;
    clear: both;
}

.footer-bottom .block-right {
    width: 100%;
}

@media (min-width: 480px) {
    .footer-bottom .block-right {
        width: 48%;
        float: left;
    }
}

@media (min-width: 1160px) {
    .footer-bottom .block-right {
        width: 23%;
        float: left;
        margin: 0 0 0 59px;
    }
}

.footer-bottom .block-right p {
    margin: 0 0 21px;
}

.footer-bottom .block-right h2 {
    background: url(../images/icon-08.png) no-repeat;
    margin: 0 0 10px;
    padding: 9px 0 0 40px;
}

@media (min-width: 1024px) {
    .footer-bottom .block-right h2 {
        padding: 0 0 0 42px;
        margin: 0 0 25px;
    }
}

.footer-bottom .block-right .btn {
    padding: 11px 43px 5px 20px;
}

.btn {
    font-family: 'antoniobold','Helvetica Neue', 'Helvetica', sans-serif;
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: #66665d;
    text-align: center;
    border: 2px solid #7d7d72;
    color: #f2f4eb;
    text-transform: uppercase;
    text-decoration: none;
    padding: 11px 33px 5px 20px;
}

@media (min-width: 1024px) {
    .btn {
        font-size: 17px;
        line-height: 19px;
    }
}
/*.btn:after, .btn:before {
    content: '';
    width: 13px;
    height: 2px;
    background: #bebeb1;
    position: absolute;
    top: 13px;
    right: 14px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .btn:after {
    top: 21px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }*/
.btn:hover {
    color: #ca413e;
}
/*# sourceMappingURL=main.css.map */
.innercontent {
    background-color: #ece8de;
    -webkit-box-shadow: 0px -5px 27px 4px rgba(92,87,92,1);
    -moz-box-shadow: 0px -5px 27px 4px rgba(92,87,92,1);
    box-shadow: 0px -5px 27px 4px rgba(92,87,92,1);
    position: relative;
    z-index: 1000;
}
