* {
    box-sizing: border-box;
}

/**
 * 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.
 */


/* 1 */

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;
}
.trigger-holder .title, .category-news .news-section .title, .text-section .text-box .title, .add-product .title {
    font: bold 36px/38px 'Lora', serif;
    color: #000;
    display: block;
    text-transform: uppercase;
    margin: 0 0 5px;
}
.trigger-holder .sub-title, .category-news .news-section .sub-title, .text-section .text-box .sub-title, .add-product .sub-title, .main-holder .sub-title {
    display: block;
    color: #8d8d8d;
    font: 14px/18px 'Lora', serif;
}
.btn-primary, .text-section .text-box .btn-box .read-more, .what-we-do .holder .description .look-more, .content .content-box .description .more {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height: 52px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    padding: 0 30px;
    font-weight: bold;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.popup-callback .btn-close, .product-popup .btn-close {
    width: 42px;
    height: 42px;
    background: #e4002b;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}
.popup-callback .btn-close::after, .product-popup .btn-close::after {
    content: '+';
    line-height: 42px;
    font-size: 36px;
    color: #fff;
    display: block;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: 0 0 0 -1px;
}
.popup-callback .btn-close:hover, .product-popup .btn-close:hover {
    background: #ff0030;
}

/* 0, 460px */


/* 461px,768px */


/* 641px, 1024px */


/* 1025px, 1440px */


/* 1025px, 1280px */


/* 1280px, 1680px */


/* 1441px, 1920px */


/* 1921px */

.history-holder .history-slide .slick-arrow::after {
    background-image: url(/images/sprite.png);
    background-position: -299px -114px;
    width: 7px;
    height: 13px;
}
.scroll-to-top::after {
    background-image: url(/images/sprite.png);
    background-position: -298px -140px;
    width: 12px;
    height: 7px;
}
.quality-holder .certificates-slide .slick-arrow::after {
    background-image: url(/images/sprite.png);
    background-position: -302px -60px;
    width: 10px;
    height: 16px;
}
.social-networks li.facebook a::after {
    background-image: url(/images/sprite.png);
    background-position: -300px -87px;
    width: 9px;
    height: 17px;
}
.social-networks li.instagram a::after {
    background-image: url(/images/free-icon-instagram.png);
    width: 32px;
    height: 32px;
}
.load-more::after {
    background-image: url(/images/sprite.png);
    background-position: -273px -32px;
    width: 23px;
    height: 23px;
}
#nav ul li ul li.item-2 a:hover::before {
    background-image: url(/images/sprite.png);
    background-position: -139px -504px;
    width: 44px;
    height: 27px;
}
#nav ul li ul li.item-2 a::before {
    background-image: url(/images/sprite.png);
    background-position: -273px 0px;
    width: 44px;
    height: 27px;
}
#nav ul li ul li.item-1 a:hover::after {
    background-image: url(/images/sprite.png);
    background-position: -234px -111px;
    width: 32px;
    height: 39px;
}
#nav ul li ul li.item-1 a::after {
    background-image: url(/images/sprite.png);
    background-position: -234px -67px;
    width: 32px;
    height: 39px;
}
.feedback-section .form-holder .form-box .row.area::after {
    background-image: url(/images/sprite.png);
    background-position: -273px -60px;
    width: 24px;
    height: 22px;
}
.feedback-section .form-holder .form-box .row.name::after {
    background-image: url(/images/sprite.png);
    background-position: -273px -87px;
    width: 22px;
    height: 22px;
}
.product-popup .product-image .slick-arrow::after {
    background-image: url(/images/sprite.png);
    background-position: -234px 0px;
    width: 34px;
    height: 62px;
}
.success-holder::after {
    background-image: url(/images/sprite.png);
    background-position: -139px -447px;
    width: 62px;
    height: 52px;
}
.feedback-section .form-holder .form-box .row.tel::after, .popup-callback .form-holder .row.tel::after {
    background-image: url(/images/sprite.png);
    background-position: -273px -114px;
    width: 21px;
    height: 21px;
}
.header-holder .tel-box .tel::after {
    background-image: url(/images/sprite.png);
    background-position: -301px -32px;
    width: 16px;
    height: 16px;
}
.text-section .text-box::after {
    background-image: url(/images/sprite.png);
    background-position: 0px 0px;
    width: 134px;
    height: 544px;
}
.category-news .news-section .title-box::after, .category-news .news-section .title-box::before {
    background-image: url(/images/sprite.png);
    background-position: -139px 0px;
    width: 90px;
    height: 78px;
}
.trigger-holder ul li.item-1 .icon::after {
    background-image: url(/images/sprite.png);
    background-position: -139px -398px;
    width: 90px;
    height: 44px;
}
.trigger-holder ul li.item-2 .icon::after {
    background-image: url(/images/sprite.png);
    background-position: -139px -160px;
    width: 60px;
    height: 76px;
}
.trigger-holder ul li.item-3 .icon::after {
    background-image: url(/images/sprite.png);
    background-position: -139px -326px;
    width: 61px;
    height: 67px;
}
.trigger-holder ul li.item-4 .icon::after {
    background-image: url(/images/sprite.png);
    background-position: -139px -241px;
    width: 53px;
    height: 80px;
}
.trigger-holder ul li.item-5 .icon::after {
    background-image: url(/images/sprite.png);
    background-position: -139px -83px;
    width: 68px;
    height: 72px;
}
.social-networks li.twitter a::after {
    background-image: url(/images/sprite.png);
    background-position: -273px -140px;
    width: 20px;
    height: 15px;
}
.social-networks li.vkontakte a::after {
    background-image: url(/images/sprite.png);
    background-position: -273px -160px;
    width: 20px;
    height: 12px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .history-holder .history-slide .slick-arrow::after {
        background-image: url(/images/sprite@2x.png);
        background-size: 317px 544px;
    }
    .scroll-to-top::after {
        background-image: url(/images/sprite@2x.png);
        background-size: 317px 544px;
    }
    .quality-holder .certificates-slide .slick-arrow::after {
        background-image: url(/images/sprite@2x.png);
        background-size: 317px 544px;
    }
    .social-networks li.facebook a::after {
        background-image: url(/images/sprite@2x.png);
        background-size: 317px 544px;
    }
    .load-more::after {
        background-image: url(/images/sprite@2x.png);
        background-size: 317px 544px;
    }
    #nav ul li ul li.item-2 a:hover::before {
        background-image: url(/images/sprite@2x.png);
        background-size: 317px 544px;
    }
    #nav ul li ul li.item-2 a::before {
        background-image: url(/images/sprite@2x.png);
        background-size: 317px 544px;
    }
    #nav ul li ul li.item-1 a:hover::after {
        background-image: url(/images/sprite@2x.png);
        background-size: 317px 544px;
    }
    #nav ul li ul li.item-1 a::after {
        background-image: url(/images/sprite@2x.png);
        background-size: 317px 544px;
    }
    .feedback-section .form-holder .form-box .row.area::after {
        background-image: url(/images/sprite@2x.png);
        background-size: 317px 544px;
    }
    .feedback-section .form-holder .form-box .row.name::after {
        background-image: url(/images/sprite@2x.png);
        background-size: 317px 544px;
    }
    .product-popup .product-image .slick-arrow::after {
        background-image: url(/images/sprite@2x.png);
        background-size: 317px 544px;
    }
    .success-holder::after {
        background-image: url(/images/sprite@2x.png);
        background-size: 317px 544px;
    }
    .feedback-section .form-holder .form-box .row.tel::after, .popup-callback .form-holder .row.tel::after {
        background-image: url(/images/sprite@2x.png);
        background-size: 317px 544px;
    }
    .header-holder .tel-box .tel::after {
        background-image: url(/images/sprite@2x.png);
        background-size: 317px 544px;
    }
    .text-section .text-box::after {
        background-image: url(/images/sprite@2x.png);
        background-size: 317px 544px;
    }
    .category-news .news-section .title-box::after, .category-news .news-section .title-box::before {
        background-image: url(/images/sprite@2x.png);
        background-size: 317px 544px;
    }
    .trigger-holder ul li.item-1 .icon::after {
        background-image: url(/images/sprite@2x.png);
        background-size: 317px 544px;
    }
    .trigger-holder ul li.item-2 .icon::after {
        background-image: url(/images/sprite@2x.png);
        background-size: 317px 544px;
    }
    .trigger-holder ul li.item-3 .icon::after {
        background-image: url(/images/sprite@2x.png);
        background-size: 317px 544px;
    }
    .trigger-holder ul li.item-4 .icon::after {
        background-image: url(/images/sprite@2x.png);
        background-size: 317px 544px;
    }
    .trigger-holder ul li.item-5 .icon::after {
        background-image: url(/images/sprite@2x.png);
        background-size: 317px 544px;
    }
    .social-networks li.twitter a::after {
        background-image: url(/images/sprite@2x.png);
        background-size: 317px 544px;
    }
    .social-networks li.vkontakte a::after {
        background-image: url(/images/sprite@2x.png);
        background-size: 317px 544px;
    }
}
body, html {
    height: 100%;
}
body {
    margin: 0;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: none;
    min-width: 1160px;
    background: #fff;
    color: #666;
    font: 14px/24px 'Open Sans', sans-serif;
}
button:focus, input:focus, textarea:focus {
    outline: none;
}
button[disabled], input[disabled], textarea[disabled] {
    background: inherit;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
    border: solid #f3f3f3;
    border-width: 0 0 2px;
    width: 100%;
    display: block;
    background: none;
    height: 55px;
    min-height: 27px;
    overflow: hidden;
    padding: 15px 20px 15px 58px;
}
input {
    border: solid #f3f3f3;
    border-width: 0 0 2px;
    width: 100%;
    padding: 15px 20px 15px 58px;
}
input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
:-moz-placeholder {
    color: #999;
    text-transform: uppercase;
}
::-moz-placeholder {
    color: #999;
    opacity: 1;
    text-transform: uppercase;
}
:-ms-input-placeholder {
    color: #999;
    text-transform: uppercase;
}
::-webkit-input-placeholder {
    color: #999;
    text-transform: uppercase;
}
.error:-moz-placeholder {
    color: #f00;
}
.error::-moz-placeholder {
    color: #f00;
}
.error:-ms-input-placeholder {
    color: #f00;
}
.error::-webkit-input-placeholder {
    color: #f00;
}
.error {
    color: #f00;
    border-color: #f00 !important;
}
.error input {
    color: #f00;
    border-color: #f00 !important;
}
input:focus::-webkit-input-placeholder {
    color: transparent;
}
input:focus:-moz-placeholder {
    color: transparent;
}
input:focus::-moz-placeholder {
    color: transparent;
}
textarea:focus::-webkit-input-placeholder {
    color: transparent;
}
textarea:focus:-moz-placeholder {
    color: transparent;
}
textarea:focus::-moz-placeholder {
    color: transparent;
}
input:focus, textarea:focus {
    border-color: #000;
}
a {
    color: #66a1bd;
    text-decoration: underline;
    outline: none;
}
a:hover {
    text-decoration: none;
}
a:focus {
    outline: none;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 800;
    color: #333;
}
h1 {
    font-size: 24px;
    line-height: 28px;
}
h2 {
    font-size: 22px;
    line-height: 24px;
}
h3 {
    font-size: 20px;
    line-height: 22px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 14px;
}
.buttons {
    padding: 0 0 20px;
}
.btn-primary:hover {
    box-shadow: 0 4px 9px rgba(0, 0, 0, 0.2);
}
.wrapper {
    width: 100%;
    overflow: hidden;
    padding: 174px 0 0;
}
#header {
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    min-width: 1160px;
}
.header-holder {
    background: #e4002b;
    text-align: center;
    padding: 13px 20px 0;
    height: 60px;
    margin: 0 0 45px;
}
.header-holder::after {
    content: '';
    display: block;
    clear: both;
}
.header-holder .logo-holder {
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.header-holder .tel-box {
    float: right;
}
.header-holder .tel-box .tel {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    position: relative;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    padding: 7px 0 7px 40px;
    margin: 0 25px 0 0;
}
.header-holder .tel-box .tel::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 33px;
    height: 33px;
    background: #d80029;
    border-radius: 50%;
}
.header-holder .tel-box .tel::after {
    content: '';
    position: absolute;
    top: 8px;
    left: 8px;
}
.header-holder .tel-box .callback {
    font-size: 12px;
    line-height: 29px;
    color: #fff;
    font-weight: bold;
    border: 2px solid #fff;
    border-radius: 30px;
    text-transform: uppercase;
    padding: 0 25px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.header-holder .tel-box .callback:hover {
    background: #ff0030;
}
.logo {
    display: inline-block;
    vertical-align: middle;
    background: url("../images/logo.png") no-repeat;
    background-size: 81px 74px;
    width: 81px;
    height: 74px;
    text-indent: -9999px;
    overflow: hidden;
    margin: 0 20px;
}
.logo a {
    display: block;
    height: 100%;
}
.production-text {
    font: bold 14px/18px 'Lora', serif;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    vertical-align: top;
    padding: 10px 0 0;
}
.social-networks {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    width: 378px;
}
.social-networks li {
    text-indent: -9999px;
    width: 35px;
    height: 35px;
    background: #d80029;
    border-radius: 50%;
    float: left;
    position: relative;
}
.social-networks li:hover {
    opacity: 0.8;
}
.social-networks li+ li {
    margin: 0 0 0 12px;
}
.social-networks li.facebook a::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -5px;
}
.social-networks li.instagram a::after {
    content: '';
    position: absolute;
    top: 28%;
    left: 19%;
    margin: -8px 0 0 -5px;
}
.social-networks li.twitter a::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -10px;
}
.social-networks li.vkontakte a::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -11px;
}
.social-networks li a {
    display: block;
    height: 100%;
    position: relative;
}
#nav {
    width: 1140px;
    margin: 0 auto;
}
#nav.hovered a {
    color: #999;
}
#nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    font-weight: bold;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: -4px;
    font-size: 0;
}
#nav ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px;
    letter-spacing: 0;
    font-size: 12px;
    position: relative;
}
#nav ul li.hover-item a {
    color: #000;
}
#nav ul li:hover ul {
    display: block;
}
#nav ul li.active::after {
    content: '';
    position: absolute;
    height: 5px;
    bottom: 0;
    left: 0;
    right: 0;
    background: #e4002b;
}
#nav ul li.parent:hover::after {
    content: '';
    position: absolute;
    height: 5px;
    bottom: 0;
    left: 0;
    right: 0;
    background: #e4002b;
}
#nav ul li.parent:hover> a::before {
    content: '';
    position: absolute;
    height: 35px;
    bottom: 0;
    left: -40px;
    right: -40px;
}
#nav ul li a {
    color: #000;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: block;
    padding: 0 0 35px;
}
#nav ul li ul {
    position: absolute;
    display: none;
    width: 430px;
    left: 50%;
    margin: 0 0 0 -215px;
    text-align: left;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#nav ul li ul li {
    display: block;
    font: bold 16px/18px 'Lora', serif;
    margin: 0;
}
#nav ul li ul li.item-1 {
    border-bottom: 1px solid #ccc;
}
#nav ul li ul li.item-1:hover {
    border-color: #e4002b;
}
#nav ul li ul li.item-1 a::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50px;
    margin: -21px 0 0;
}
#nav ul li ul li.item-2 a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 44px;
    margin: -14px 0 0;
}
#nav ul li ul li a {
    color: #000;
    padding: 45px 20px 45px 123px;
    position: relative;
    background: #fff;
}
#nav ul li ul li a:hover {
    background: #e4002b;
    color: #fff;
}
.product-slider {
    position: relative;
    margin: 0 0 40px;
}
.product-slider::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 188px;
    height: 154px;
    background: url("../images/bg-under-sticker.png") no-repeat;
    z-index: 9;
}
.product-slider .slide-name {
    position: absolute;
    left: -8px;
    top: 36px;
    background: url("../images/name-decor.png") no-repeat;
    background-size: 186px;
    height: 84px;
    display: block;
    width: 186px;
    height: 84px;
    padding: 0 0 0 21px;
    z-index: 10;
    color: #fff;
    text-transform: uppercase;
    font: bold 12px/78px 'Lora', serif;
}
.product-slider .product-box {
    outline: none;
    padding: 0;
    width: auto;
    margin: 0;
}
.product-slider .product-box:hover {
    opacity: 1;
    box-shadow: none;
}
.product-slider .product-box img {
    height: 96px;
    width: auto;
    display: inline-block;
    vertical-align: top;
}
.product-slider .product-box .product-name {
    font-size: 13px;
    line-height: 22px;
}
.product-slider .product-box .category-name {
    font-size: 12px;
    line-height: 14px;
}
.main-category {
    overflow: hidden;
    margin: 0 0 90px;
}
.main-category .category {
/**    width: 50%; 
    float: left;*/
	height: 800px;
    overflow: hidden;
    position: relative;
}
.main-category .category+ .category .catalog-box {
    left: 116px;
    right: auto;
}
.main-category .category:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.main-category .category img {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    margin: -55px;
    vertical-align: top;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.main-category .category .catalog-box {
    position: absolute;
    right: 37%;
    top: 155px;
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
    width: 435px;
    padding: 45px 0 20px;
}
.main-category .category .catalog-box .category-name {
    font: bold 48px/60px 'Lora', serif;
    display: block;
    margin: 0 0 10px;
    color: #fff;
}
.main-category .category .catalog-box .note {
    display: block;
    margin: 0 0 15px;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.main-category .category .catalog-box .more {
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    text-decoration: none;
    border: 4px solid;
    border-color: transparent;
    border-top-color: #e4002b;
    padding: 0 20px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    line-height: 46px;
}
.main-category .category .catalog-box .more:hover {
    border-radius: 30px;
    background: #e4002b;
}
.trigger-holder {
    width: 1140px;
    margin: 0 auto;
    text-align: center;
    line-height: 20px;
    padding: 0 0 40px;
}
.trigger-holder .sub-title {
    margin: 0 0 100px;
}
.trigger-holder ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.trigger-holder ul li {
    display: inline-block;
    vertical-align: top;
    width: 180px;
    color: #000;
    margin: 0 60px 40px;
    min-height: 198px;
}
.trigger-holder ul li.item-1 .icon::after {
    margin: -22px 0 0 -45px;
}
.trigger-holder ul li.item-2 .icon::after {
    margin: -38px 0 0 -30px;
}
.trigger-holder ul li.item-3 .icon::after {
    margin: -33px 0 0 -30px;
}
.trigger-holder ul li.item-4 .icon::after {
    margin: -40px 0 0 -24px;
}
.trigger-holder ul li.item-5 .icon::after {
    margin: -36px 0 0 -30px;
}
.trigger-holder ul li .icon {
    display: block;
    width: 122px;
    height: 122px;
    background: #fb0026;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    margin: 0 auto 15px;
}
.trigger-holder ul li .icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
}
.category-news {
    box-shadow: inset 0 7px 10px rgba(0, 0, 0, 0.12);
    padding: 90px 0 0;
    margin: 0 0 90px;
}
.category-news .news-section {
    max-width: 1140px;
    margin: 0 auto;
    text-align: center;
}
.category-news .news-section .sub-title {
    margin: 0 0 50px;
}
.category-news .news-section ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.category-news .news-section ul::after {
    content: '';
    display: block;
    clear: both;
}
.category-news .news-section .title-box {
    position: absolute;
    top: 120px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    width: 176px;
    height: 78px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.category-news .news-section .title-box em {
    font-style: normal;
    position: relative;
    z-index: 1;
    display: block;
    font: bold 24px/78px 'Lora', serif;
}
.category-news .news-section .title-box em::after {
    content: '';
    position: absolute;
    top: 13px;
    right: 42px;
    background: #fff;
    width: 117px;
    z-index: 1;
    height: 1px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.category-news .news-section .title-box em::before {
    content: '';
    position: absolute;
    bottom: 13px;
    left: 42px;
    background: #fff;
    width: 117px;
    z-index: 1;
    height: 1px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.category-news .news-section .title-box::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}
.category-news .news-section .title-box::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
}
.category-news .news-section .more {
    position: absolute;
    left: 50%;
    bottom: 88px;
    font-size: 12px;
    line-height: 46px;
    color: #fefefe;
    text-transform: uppercase;
    border: 3px solid #fff;
    display: block;
    text-align: center;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.14);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0 37px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
}
.category-news .news-section .more:hover {
    background: rgba(255, 255, 255, 0.25);
}
.category-news .news-section li {
    float: left;
    padding: 23px;
    background: #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
}
.category-news .news-section li:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.category-news .news-section li:hover .more {
    opacity: 1;
}
.category-news .news-section li:hover em::after {
    right: 7px;
}
.category-news .news-section li:hover em::before {
    left: 7px;
}
.category-news .news-section li+ li {
    margin: 0 0 0 25px;
}
.text-section {
    background: url("../images/bg-text.jpg") no-repeat 50% 0;
    padding: 72px 0;
    margin: 0 0 90px;
}
.text-section .text-holder {
    width: 1140px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
.text-section .text-box {
    display: inline-block;
    vertical-align: top;
    width: 692px;
    height: 692px;
    background: #fff url("../images/logo-decor.png") no-repeat 50% 50%;
    border-radius: 50%;
    text-align: center;
    position: relative;
    padding: 160px 98px 0;
    background-size: 246px 232px;
}
.text-section .text-box::after {
    content: '';
    position: absolute;
    top: 74px;
    left: -25px;
}
.text-section .text-box .sub-title {
    position: relative;
    padding: 0 0 20px;
    margin: 0 0 20px;
}
.text-section .text-box .sub-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -64px;
    width: 128px;
    height: 2px;
    background: #e4002b;
}
.text-section .text-box .text {
    height: 164px;
    text-align: left;
    color: #000;
    padding: 0 20px 0 0;
}
.text-section .text-box .text p:first-child {
    margin-top: 0;
}
.text-section .text-box .btn-box {
    padding: 55px 0 0;
    text-align: center;
}
.text-section .text-box .btn-box .read-more:hover {
    box-shadow: 0 4px 9px rgba(0, 0, 0, 0.2);
}
.feedback-section {
    margin: 0 0 90px;
    overflow: hidden;
    width: 1140px;
    margin: 0 auto 90px;
}
.feedback-section .form-holder {
    display: inline-block;
    vertical-align: middle;
    width: 566px;
    position: relative;
    padding: 26px;
    margin: 0 130px 0 0;
}
.feedback-section .form-holder::after {
    content: '';
    position: absolute;
    width: 240px;
    top: 0;
    left: 0;
    bottom: 66px;
    background: #e4002b;
    z-index: -1;
}
.feedback-section .form-holder::before {
    content: '';
    position: absolute;
    width: 108px;
    height: 217px;
    right: 0;
    bottom: 0;
    background: #e4002b;
    z-index: -1;
}
.feedback-section .form-holder .form-box {
    background: #fff;
    padding: 40px 76px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}
.feedback-section .form-holder .form-box .title {
    font: bold 36px/38px 'Lora', serif;
    color: #000;
    display: block;
    margin: 0 0 5px;
    text-align: center;
}
.feedback-section .form-holder .form-box .sub-title {
    font: 14px/16px 'Lora', serif;
    display: block;
    margin: 0 0 40px;
    color: #8d8d8d;
    text-align: center;
}
.feedback-section .form-holder .form-box .row {
    margin: 0 0 40px;
    position: relative;
}
.feedback-section .form-holder .form-box .row.name::after {
    content: '';
    position: absolute;
    top: 12px;
    left: 16px;
}
.feedback-section .form-holder .form-box .row.tel::after {
    content: '';
    position: absolute;
    top: 12px;
    left: 18px;
}
.feedback-section .form-holder .form-box .row.area::after {
    content: '';
    position: absolute;
    top: 18px;
    left: 18px;
}
.feedback-section .form-holder .form-box .btn-box {
    text-align: center;
}
.feedback-section .form-holder .form-box .btn-box input[type="submit"] {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height: 52px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    padding: 0 40px;
    font-weight: bold;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    width: auto;
    border: none;
}
.feedback-section .form-holder .form-box .btn-box input[type="submit"]:hover {
    box-shadow: 0 4px 9px rgba(0, 0, 0, 0.2);
}
.feedback-section .contacts-information {
    display: inline-block;
    vertical-align: middle;
    width: 370px;
    font-size: 18px;
    line-height: 25px;
    color: #000;
}
.feedback-section .phone-box {
    margin: 0 0 40px;
}
.feedback-section .phone-box .phone-title {
    display: block;
    margin: 0 0 5px;
}
.feedback-section .phone-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.feedback-section .phone-box ul li+ li {
    margin-top: 5px;
}
.feedback-section .address-box {
    margin: 0 0 40px;
    width: 280px;
}
.feedback-section .address-box address {
    font-style: normal;
}
.feedback-section .email-box {
    margin: 0 0 20px;
}
.feedback-section .social-holder span {
    display: block;
    margin: 0 0 20px;
    color: #c9c9c9;
}
.feedback-section .social-holder .social-networks {
    width: auto;
    float: none;
}
.feedback-section .social-holder .social-networks li+ li {
    margin: 0 0 0 26px;
}
#map-canvas {
    height: 500px;
}
#main {
    width: 1140px;
    margin: 0 auto 70px;
}
.breadcrumbs {
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
    overflow: hidden;
    color: #c6c6c6;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
}
.breadcrumbs li {
    display: inline-block;
    vertical-align: top;
}
.breadcrumbs li+ li::before {
    content: '- ';
}
.breadcrumbs li a {
    color: #c6c6c6;
    text-decoration: none;
}
.breadcrumbs li a:hover {
    color: #000;
}
.page-title {
    font: bold 40px/44px 'Lora', serif;
    display: block;
    text-align: center;
    margin: 0 0 40px;
    color: #000;
    text-transform: uppercase;
}
.catalog-list {
    margin: 0 -15px 90px;
}
.catalog-list::after {
    content: '';
    display: block;
    clear: both;
}
.catalog-list .catalog-box {
    float: left;
    width: 360px;
    background: #fff;
    margin: 0 15px 30px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    padding: 0 24px 15px;
}
.catalog-list .catalog-box:hover .category-name::after {
    width: 100%;
}
.catalog-list .catalog-box a {
    text-decoration: none;
}
.catalog-list .catalog-box img {
    display: block;
    margin: 0 -24px 20px;
}
.catalog-list .catalog-box .category-name {
    display: inline-block;
    vertical-align: top;
    font: bold 14px/18px 'Lora', serif;
    position: relative;
    padding: 0 0 10px;
    text-transform: uppercase;
    color: #000;
    margin: 0 0 5px;
}
.catalog-list .catalog-box .category-name::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #e4002b;
    width: 44px;
    height: 3px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.catalog-list .catalog-box .number {
    display: block;
    color: #000;
}
.product-section {
    margin: 0 -9999px;
    padding: 90px 9999px 0;
    box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.1);
}
.product-holder::after {
    content: '';
    display: block;
    clear: both;
}
.add-product {
    text-align: center;
    margin: 0 0 90px;
}
.add-product .sub-title {
    margin: 0 0 40px;
}
.product-box {
    text-align: center;
    float: left;
    background: #fff;
    padding: 10px;
    width: 265px;
    margin: 0 10px 20px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.product-box:hover {
    box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.2);
}
.product-box a {
    text-decoration: none;
}
.product-box .product-name {
    display: block;
    color: #535353;
    font-weight: bold;
}
.product-box .category-name {
    color: #818181;
    display: block;
}
.page-info {
    border-top: 1px solid #ececec;
    padding: 30px 0 0;
    color: #c6c6c6;
}
.page-info .text {
    overflow: hidden;
}
.page-info p:first-child {
    margin-top: 0;
}
.page-info h1:first-child {
    margin-top: 0;
}
.page-info .btn-box {
    text-align: center;
    padding: 20px 0 0;
}
.page-info .btn-box .opener {
    display: inline-block;
    vertical-align: top;
    color: #000;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    padding: 0 25px 0 0;
}
.page-info .btn-box .opener::after {
    content: '';
    position: absolute;
    top: 12px;
    right: 0;
    width: 19px;
    height: 2px;
    background: #e4002b;
}
.twocolumns {
    overflow: hidden;
}
.twocolumns #sidebar {
    float: left;
    width: 260px;
    margin: 0 20px 0 0;
}
.twocolumns #sidebar .title {
    font-size: 18px;
    line-height: 20px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 20px;
    display: block;
}
.twocolumns #sidebar .jcf-scrollbar-vertical {
    left: 1px;
    width: 5px;
    border-radius: 5px;
}
.twocolumns #sidebar .jcf-scrollbar-vertical .jcf-scrollbar-handle {
    background: #df0024;
    height: 30px !important;
    width: 5px;
    left: 0;
    border-radius: 0;
}
.twocolumns #sidebar .navbar {
    height: 550px;
    overflow: hidden;
}
.twocolumns #sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    line-height: 18px;
}
.twocolumns #sidebar ul li.active a {
    color: #000;
    background: #f1f1f1;
}
.twocolumns #sidebar ul a {
    color: #838383;
    display: block;
    padding: 13px 23px;
    background: #fff;
    text-decoration: none;
}
.twocolumns #sidebar ul a:hover {
    color: #000;
    background: #f1f1f1;
}
.twocolumns .product-holder {
    overflow: hidden;
}
.twocolumns .product-holder .product-list {
    overflow: hidden;
}
.twocolumns .product-holder .btn-box {
    text-align: center;
    padding: 50px 0 150px;
}
.load-more {
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    position: relative;
    background: #e4002b;
    cursor: pointer;
    font-size: 14px;
    line-height: 62px;
    color: #fff;
    font-weight: bold;
    padding: 0 68px 0 35px;
    border-radius: 30px;
}
.load-more::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 30px;
    margin: -12px 0 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.load-more:hover {
    background: #ff0030;
}
.load-more:hover::after {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.product-block {
    overflow: hidden;
    padding: 30px 0 90px;
}
.product-block .image-box {
    cursor: pointer;
    float: left;
    margin: 0 50px 0 0;
    position: relative;
}
.product-block .image-box:hover::after {
    content: '+';
    position: absolute;
    top: 50%;
    left: 50%;
    background: #e4002b;
    width: 42px;
    height: 42px;
    margin: -21px 0 0 -21px;
    border-radius: 50%;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 42px;
    font-size: 36px;
}
.product-block .image-box img {
    vertical-align: top;
    height: auto;
}
.product-block .product-info {
    overflow: hidden;
    width: 460px;
    padding: 0 5px 5px;
}
.product-block .product-info .page-title {
    margin: 0;
    text-align: left;
}
.product-block .product-info .vendor-code {
    color: #222;
    display: block;
    margin: 0 0 60px;
}
.product-block .product-info .information-box {
    margin: 0 0 25px;
}
.tabset {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    text-transform: uppercase;
}
.tabset li {
    float: left;
}
.tabset li+ li {
    margin: 0 0 0 2px;
}
.tabset li a {
    color: #999;
    text-decoration: none;
    display: block;
    padding: 0 15px 7px;
    border-bottom: 2px solid transparent;
}
.tabset li a.active {
    border-color: #dd002a;
    color: #000;
}
.tabset li a:hover {
    color: #000;
}
.tab-content {
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    padding: 40px 30px;
}
.tab-content .text {
    height: 146px;
    color: #a7a7a7;
    padding: 0 10px 0 0;
}
.tab-content .text p:first-child {
    margin-top: 0;
}
.tab-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.tab-content ul li {
    margin: 0 0 20px;
    overflow: hidden;
}
.tab-content ul li .name {
    color: #a7a7a7;
    position: relative;
    overflow: hidden;
    display: block;
}
.tab-content ul li .name::after {
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    border-top: 2px dotted;
}
.tab-content ul li .name em {
    font-style: normal;
    background: #fff;
    padding: 0 10px 0 0;
    position: relative;
    z-index: 1;
}
.tab-content ul li .description {
    float: right;
    color: #000;
}
.tab-content ul li .description em {
    font-style: normal;
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 0 0 0 10px;
}
.tab-content .cost-opener {
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    line-height: 62px;
    font-weight: bold;
    padding: 0 38px;
    color: #fff;
    cursor: pointer;
    background: #e4002b;
    border-radius: 30px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin: 40px 0 0;
}
.tab-content .cost-opener:hover {
    background: #ff0030;
}
.product-contacts {
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    padding: 40px 30px;
}
.product-contacts ul {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}
.product-contacts ul li+ li {
    margin: 10px 0 0;
}
.product-contacts ul span {
    color: #c9c9c9;
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
    vertical-align: baseline;
}
.product-contacts ul em {
    font-style: normal;
    color: #4a4a4a;
    font-size: 16px;
    line-height: 18px;
    display: inline-block;
    vertical-align: baseline;
}
.share-holder .title {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 0 0;
    color: #c9c9c9;
}
.share42init {
    display: inline-block;
    vertical-align: middle;
}
.share42init a {
    background-color: #dadada !important;
    background-size: 96px 32px !important;
    border-radius: 50%;
    margin-bottom: 0 !important;
}
.share42init a:hover {
    background-color: #d80029 !important;
}
.about-title {
    font: bold 40px/42px 'Lora', serif;
    text-transform: uppercase;
    display: block;
    margin: 0 0 60px;
    color: #000;
    position: relative;
    text-align: center;
    padding: 0 0 30px;
}
.about-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 158px;
    height: 6px;
    background: #e4002b;
    margin: 0 0 0 -79px;
}
.history-holder {
    min-height: 400px;
    position: relative;
    padding: 140px 0 0;
    margin: 0 0 100px;
}
.history-holder img {
    position: absolute;
    top: 0;
    left: 0;
}
.history-holder .history-slide {
    position: relative;
    background: rgba(255, 255, 255, 0.95);
    padding: 80px 92px 80px 72px;
    width: 700px;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.history-holder .history-slide .title {
    font-size: 24px;
    line-height: 26px;
    color: #2d2d2d;
    display: block;
    margin: 0 0 10px;
    font-weight: bold;
}
.history-holder .history-slide .description {
    color: #696969;
}
.history-holder .history-slide .description p:first-child {
    margin: 0;
}
.history-holder .history-slide .slick-arrow {
    text-indent: -9999px;
    position: absolute;
    top: 0;
    right: -50px;
    background: #fff;
    border: none;
    width: 101px;
    height: 117px;
}
.history-holder .history-slide .slick-arrow:hover {
    background: #fafafa;
}
.history-holder .history-slide .slick-arrow::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -1px;
}
.history-holder .history-slide .slick-next {
    top: 27px;
    border-bottom: 1px solid #dedede;
    box-shadow: 0 -3px 8px rgba(0, 0, 0, 0.15);
}
.history-holder .history-slide .slick-prev {
    top: 144px;
    height: 116px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}
.history-holder .history-slide .slick-prev::after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.what-we-do {
    margin: 0 0 100px;
}
.what-we-do .holder {
    margin: 0 0 10px;
}
.what-we-do .holder::after {
    content: '';
    display: block;
    clear: both;
}
.what-we-do .holder .image-box {
    float: left;
    background: #fff;
    position: relative;
    border-radius: 50%;
    width: 406px;
    height: 406px;
    box-shadow: 3px 6px 15px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}
.what-we-do .holder .image-box img {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: relative;
    top: 50%;
    left: 50%;
}
.what-we-do .holder .description {
    float: left;
    width: 405px;
    padding: 130px 0 0 58px;
    position: relative;
}
.what-we-do .holder .description::after {
    content: '';
    position: absolute;
    top: 139px;
    left: -32px;
    width: 60px;
    height: 11px;
    background: #e4002b;
    z-index: -1;
}
.what-we-do .holder .description .title {
    font-size: 24px;
    line-height: 26px;
    font-weight: bold;
    display: block;
    margin: 0 0 10px;
    color: #000;
}
.what-we-do .holder .description .text {
    color: #696969;
    margin: 0 0 30px;
}
.what-we-do .holder .description .look-more:hover {
    box-shadow: 0 4px 9px rgba(0, 0, 0, 0.2);
}
.what-we-do .holder:nth-child(odd) .image-box {
    float: right;
}
.what-we-do .holder:nth-child(odd) .description {
    float: right;
    padding: 130px 58px 0 0;
}
.what-we-do .holder:nth-child(odd) .description::after {
    left: auto;
    right: -32px;
}
.quality-holder {
    position: relative;
    margin: 0 0 -70px;
}
.quality-holder .certificates-holder {
    margin: 0 -9999px;
    padding: 50px 9999px 60px;
    background: #f3eeef;
}
.quality-holder .certificates-slide {
    position: relative;
}
.quality-holder .certificates-slide .image-box {
    position: relative;
}
.quality-holder .certificates-slide .image-box a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 100%;
}
.quality-holder .certificates-slide .image-box a:hover::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 10px solid #e4002b;
    background-color: rgba(228, 0, 43, 0.2);
}
.quality-holder .certificates-slide .image-box a:hover::before {
    content: '+';
    position: absolute;
    top: 50%;
    left: 50%;
    background: #e4002b;
    width: 42px;
    height: 42px;
    margin: -21px 0 0 -21px;
    border-radius: 50%;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 42px;
    font-size: 36px;
}
.quality-holder .certificates-slide .slick-arrow {
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    background: rgba(228, 0, 43, 0.62);
    width: 58px;
    height: 58px;
    border-radius: 50%;
    border: none;
    z-index: 5;
    margin: -29px 0 0;
}
.quality-holder .certificates-slide .slick-arrow:hover {
    background: #e4002b;
}
.quality-holder .certificates-slide .slick-arrow::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -4px;
}
.quality-holder .certificates-slide .slick-prev {
    left: 15px;
}
.quality-holder .certificates-slide .slick-prev::after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    margin: -8px 0 0 -6px;
}
.quality-holder .certificates-slide .slick-next {
    right: 37px;
}
.main-holder .page-title {
    margin: 0;
}
.main-holder .sub-title {
    text-align: center;
    margin: 0 0 70px;
}
.content {
    padding: 0 0 50px;
}
.content.special {
    width: 940px;
    margin: 0 auto;
}
.content.special .content-box {
    margin: 0 0 60px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.content.special .content-box::after {
    background: none;
    box-shadow: none;
}
.content.special .content-box .description {
    width: 445px;
}
.content.special .content-box .description .published {
    margin: 0 0 70px;
}
.content.special .content-box .image-box {
    margin: 0 36px 0 0;
}
.content .btn-box {
    text-align: center;
}
.content .content-box {
    margin: 0 0 220px;
    position: relative;
}
.content .content-box::after {
    content: '';
    position: absolute;
    top: -5px;
    left: 0px;
    width: 434px;
    bottom: 0px;
    background: #fff;
    z-index: -1;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.content .content-box a {
    text-decoration: none;
}
.content .content-box::after {
    content: '';
    display: block;
    clear: both;
}
.content .content-box .image-box {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 0 59px 0 0;
}
.content .content-box .image-box img {
    vertical-align: top;
}
.content .content-box .description {
    width: 465px;
    display: inline-block;
    vertical-align: middle;
}
.content .content-box .description .title {
    font-size: 24px;
    line-height: 26px;
    font-weight: bold;
    color: #2d2d2d;
    display: inline-block;
    vertical-align: top;
    border-bottom: 4px solid #e4002b;
    padding: 0 0 8px;
    margin: 0 0 20px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.content .content-box .description .title:hover {
    border-color: transparent;
}
.content .content-box .description .text {
    color: #696969;
    margin: 0 0 20px;
}
.content .content-box .description .text p:first-child {
    margin-top: 0;
}
.content .content-box .description .published {
    color: #696969;
    display: block;
    margin: 0 0 40px;
}
.content .content-box .description .more {
    letter-spacing: 1px;
}
.content .content-box .description .more:hover {
    box-shadow: 0 4px 9px rgba(0, 0, 0, 0.2);
}
.intro-section {
    position: relative;
}
.intro-section .main-info {
    position: relative;
    padding: 110px 97px 0 0;
    min-height: 400px;
    text-align: right;
    margin: 0 0 40px;
}
.intro-section .main-info img {
    position: absolute;
    top: 0;
    left: 0;
}
.intro-section .main-info .text-holder {
    background: #fff;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    width: 457px;
    padding: 60px 73px;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.intro-section .sub-info {
    position: relative;
}
.intro-section .sub-info .text-box {
    display: inline-block;
    vertical-align: middle;
    width: 370px;
    margin: 0 180px 0 0;
}
.intro-section .sub-info .text-box .text {
    margin: 0 0 25px;
}
.intro-section .sub-info .bottom-box {
    overflow: hidden;
}
.intro-section .sub-info .bottom-box .published {
    float: left;
    padding: 5px 0 0;
}
.intro-section .sub-info .bottom-box .share-holder {
    float: right;
}
.intro-section .sub-info .image-box {
    display: inline-block;
    vertical-align: middle;
}
.intro-section .title {
    position: relative;
    font-size: 24px;
    line-height: 26px;
    color: #2d2d2d;
    font-weight: bold;
    padding: 0 0 10px;
    margin: 0 0 20px;
    display: inline-block;
}
.intro-section .title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 95px;
    height: 4px;
    background: #e4002b;
}
.intro-section .text {
    color: #696969;
}
.intro-section .text p:first-child {
    margin-top: 0;
}
.special-section {
    position: relative;
}
.special-section .image-holder {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    margin: 0 0 20px;
}
.special-section .image-holder img {
    vertical-align: top;
}
.special-section .information {
    width: 520px;
    margin: 0 auto;
}
.special-section .special-info {
    color: #696969;
    margin: 0 0 40px;
}
.special-section .special-info p:first-child {
    margin-top: 0;
}
.special-section .counter {
    font: bold 24px/30px 'Lora', serif;
    display: block;
    color: #010101;
    margin: 0 0 40px;
}
.special-section .counter em {
    font-style: normal;
}
.gm-style .gm-style-iw {
    text-align: center;
    text-transform: uppercase;
    color: #010101;
    font-weight: bold;
}
.gm-style .gm-style-iw span {
    display: block;
    color: #888;
    font-size: 13px;
    text-transform: none;
    font-weight: normal;
}
.error-holder {
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
    min-width: 1160px;
    text-align: center;
}
.error-holder img {
    width: 100%;
    height: auto;
}
.error-holder .error-box {
    position: absolute;
    bottom: 5%;
    left: 50%;
    width: 620px;
    margin: 0 0 0 -310px;
}
.error-holder .error-box span {
    color: #fff;
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
    margin: 0 0 40px;
}
.error-holder .error-box a {
    display: inline-block;
    vertical-align: top;
    background: #e4002b;
    border-radius: 30px;
    padding: 0 42px;
    line-height: 62px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}
.error-holder .error-box a:hover {
    background: #ff0030;
}
.scroll-to-top {
    width: 50px;
    height: 50px;
    background: #c7c7c7;
    opacity: 0.8;
    position: fixed;
    z-index: 1;
    right: 20px;
    bottom: 100px;
    cursor: pointer;
    border-radius: 50%;
}
.scroll-to-top::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -3px 0 0 -6px;
}
#footer {
    border-top: 6px solid #e4002b;
    padding: 50px 0 0;
}
.footer-holder {
    width: 1140px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 0 40px;
}
.footer-holder .social-networks {
    float: none;
    width: auto;
}
.footer-holder .col {
    float: left;
    width: 225px;
    letter-spacing: 1px;
}
.footer-holder .col+ .col {
    margin: 0 0 0 175px;
}
.footer-holder .col .title {
    font: bold 14px/18px 'Lora', serif;
    text-transform: uppercase;
    display: block;
    margin: 0 0 30px;
    color: #000;
}
.footer-holder .col ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}
.footer-holder .col ul li+ li {
    margin: 5px 0 0;
}
.footer-holder .col ul li.active a {
    color: #000;
}
.footer-holder .col ul a {
    color: #aeaeae;
    text-decoration: none;
}
.footer-holder .col ul a:hover {
    color: #000;
}
.footer-holder .social-holder {
    padding: 30px 0 0;
}
.footer-holder .social-holder span {
    display: block;
    margin: 0 0 10px;
    color: #c9c9c9;
}
.footer-holder .social-holder .social-networks li {
    background: #d0d0d0;
}
.footer-holder .social-holder .social-networks li+ li {
    margin: 0 0 0 12px;
}
.footer-holder .social-holder .social-networks li:hover {
    background: #d80029;
}
.footer-block {
    border-top: 2px solid #e5e5e5;
    padding: 40px 0;
}
.copy-holder {
    width: 1140px;
    margin: 0 auto;
    overflow: hidden;
}
.copy {
    float: left;
    font-size: 18px;
    line-height: 20px;
    color: #000;
    margin: -7px 60px 0 0;
    padding: 9px 0 0;
}
.copy em {
    font-size: 12px;
    font-style: normal;
    display: block;
}
.subscribe-form {
    float: left;
}
.subscribe-form span {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    margin: 0 20px 0 0;
}
.subscribe-form input[type="text"] {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    padding: 10px;
    margin: 0 10px 0 0;
}
.subscribe-form input[type="submit"] {
    border: none;
    background: #df0024;
    padding: 0 37px;
    line-height: 41px;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    border-radius: 30px;
    width: auto;
    font-weight: bold;
}
.subscribe-form input[type="submit"]:hover {
    background: #ff0030;
}
.dev-holder {
    float: right;
    padding: 5px 0 0;
}
.dev-holder a {
    font-size: 12px;
    color: #000;
    text-decoration: none;
    display: block;
    padding: 2px 70px 3px 0;
    background: url("../images/dev-logo.png") no-repeat 100% 0;
    background-size: 59px 27px;
}
.dev-holder a:hover {
    text-decoration: underline;
}
.success-holder {
    cursor: default;
    width: 492px;
    position: relative;
    padding: 188px 100px 80px;
    top: 50%;
    left: 50%;
    z-index: 9;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    display: none;
}
.success-holder::after {
    content: '';
    position: absolute;
    top: 90px;
    left: 50%;
    margin: 0 0 0 -31px;
}
.success-holder .title {
    font: bold 18px/20px 'Lora', serif;
    color: #010101;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    text-align: center;
    margin: 0 0 10px;
}
.success-holder .sub-title {
    font-size: 12px;
    line-height: 18px;
    color: #969696;
    display: block;
    text-transform: uppercase;
    text-align: center;
}
.popup-callback {
    cursor: pointer;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 30;
}
.popup-callback .overlay {
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 8;
}
.popup-callback .btn-close {
    top: -18px;
    right: 15px;
}
.popup-callback .form-holder {
    cursor: default;
    width: 492px;
    position: relative;
    padding: 188px 0 40px;
    top: 50%;
    left: 50%;
    z-index: 9;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff url("../images/bg-popup.jpg") no-repeat;
}
.popup-callback .form-holder form {
    width: 310px;
    margin: 0 auto;
}
.popup-callback .form-holder form input[type="submit"] {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    font-size: 14px;
    line-height: 57px;
    font-weight: bold;
    border-radius: 30px;
    background: #dd002a;
    padding: 0;
    width: 190px;
    margin: 0 auto;
    display: block;
}
.popup-callback .form-holder form input[type="submit"]:hover {
    background: #ff0030;
}
.popup-callback .form-holder .title {
    font: bold 18px/20px 'Lora', serif;
    color: #010101;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    text-align: center;
    margin: 0 0 30px;
}
.popup-callback .form-holder .row {
    margin: 0 0 40px;
    position: relative;
}
.popup-callback .form-holder .row.tel::after {
    content: '';
    position: absolute;
    top: 12px;
    left: 18px;
}
.product-popup {
    cursor: pointer;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 30;
}
.product-popup .overlay {
    background: #fff;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 8;
}
.product-popup .slide-section {
    cursor: default;
    width: 1120px;
    position: relative;
    top: 50%;
    left: 50%;
    z-index: 9;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.product-popup .product-image {
    background: #fff;
    position: relative;
    padding: 0 60px;
}
.product-popup .product-image .image-box {
    text-align: center;
    letter-spacing: -4px;
    font-size: 0;
    background: #fff;
}
.product-popup .product-image .image-box img {
    display: inline-block !important;
    vertical-align: top;
}
.product-popup .product-image .slick-arrow {
    text-indent: -9999px;
    background-color: transparent;
    border: none;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50px;
    margin: -31px 0 0;
    opacity: 0.5;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.product-popup .product-image .slick-arrow:hover {
    opacity: 1;
}
.product-popup .product-image .slick-arrow::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -31px 0 0 -17px;
}
.product-popup .product-image .slick-prev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    left: 0;
}
.product-popup .product-image .slick-next {
    right: 0;
}
@media screen and (max-width: 1679px) {
    .production-text {
        font-size: 12px;
        letter-spacing: 1px;
    }
    .social-networks {
        width: 134px;
    }
    .header-holder .tel-box .tel {
        padding: 7px 0;
    }
    .header-holder .tel-box .tel::after, .header-holder .tel-box .tel::before {
        background: none;
        width: 0;
        height: 0;
    }
    .header-holder .tel-box .callback {
        text-indent: -9999px;
        border: none;
        position: relative;
        width: 33px;
        height: 33px;
        background: #d80029;
        border-radius: 50%;
        padding: 0;
    }
    .header-holder .tel-box .callback::after {
        content: '';
        position: absolute;
        top: 8px;
        left: 8px;
        background: url("../images/tel-icon.png") no-repeat;
        width: 16px;
        height: 16px;
        background-size: 16px 16px;
    }
    .main-category .category {
        height: 450px;
    }
    .main-category .category .catalog-box {
        top: 85px;
    }
}

/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    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;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[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;
}

/* radio */

.jcf-radio {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    overflow: hidden;
    cursor: default;
    background: #fff;
    border: 1px solid #777;
    border-radius: 9px;
    margin: 0 3px 0 0;
    height: 16px;
    width: 16px;
}
.jcf-radio span {
    display: none;
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    background: #777;
    border-radius: 100%;
}
.jcf-radio input[type="radio"] {
    position: absolute;
    height: 100%;
    width: 100%;
    border: 0;
    margin: 0;
    left: 0;
    top: 0;
}
.jcf-radio.jcf-checked span {
    display: block;
}

/* checkbox */

.jcf-checkbox {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    overflow: hidden;
    cursor: default;
    background: #fff;
    border: 1px solid #777;
    margin: 0 3px 0 0;
    height: 16px;
    width: 16px;
}
.jcf-checkbox span {
    position: absolute;
    display: none;
    height: 4px;
    width: 8px;
    top: 50%;
    left: 50%;
    margin: -7px 0 0 -6px;
    border: 3px solid #777;
    border-width: 0 0 3px 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
}
:root .jcf-checkbox span {
    margin: -4px 0 0 -5px;
}
.jcf-checkbox input[type="checkbox"] {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0;
    margin: 0;
    left: 0;
    top: 0;
}
.jcf-checkbox.jcf-checked span {
    display: block;
}

/* button */

.jcf-button {
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    border: 1px solid #777;
    background: #fff;
    margin: 0 10px 10px 0;
    padding: 5px 10px;
}
.jcf-button .jcf-real-element {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    outline: none;
    opacity: 0;
    padding: 0;
    margin: 0;
    border: 0;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}

/* file */

.jcf-file {
    display: inline-block;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    background: #fff;
}
.jcf-file .jcf-real-element {
    position: absolute;
    font-size: 200px;
    height: 200px;
    margin: 0;
    right: 0;
    top: 0;
}
.jcf-file .jcf-fake-input {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
    overflow: hidden;
    border: 1px solid #777;
    padding: 0 8px;
    font-size: 13px;
    line-height: 28px;
    height: 28px;
    width: 125px;
}
.jcf-file .jcf-upload-button {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid #777;
    margin: 0 0 0 -1px;
    padding: 0 10px;
    line-height: 28px;
    height: 28px;
}

/* scrollbars */

.jcf-scrollable-wrapper {
    box-sizing: content-box;
    position: relative;
}
.jcf-scrollbar-vertical {
    position: absolute;
    cursor: default;
    background: #dadada;
    width: 1px;
    bottom: 0;
    right: 0;
    top: 0;
}
.jcf-scrollbar-vertical .jcf-scrollbar-dec, .jcf-scrollbar-vertical .jcf-scrollbar-inc {
    background: #dadada;
    height: 1px;
    width: 1px;
    left: 0;
    top: 0;
}
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
    top: auto;
    bottom: 0;
}
.jcf-scrollbar-vertical .jcf-scrollbar-handle {
    background: #fff;
    height: 15px !important;
    width: 15px;
    border: 2px solid #ff4747;
    border-radius: 50%;
    left: -7px;
}
.jcf-scrollbar-horizontal {
    position: absolute;
    background: #e3e3e3;
    right: auto;
    top: auto;
    left: 0;
    bottom: 0;
    width: 1px;
    height: 14px;
}
.jcf-scrollbar-horizontal .jcf-scrollbar-dec, .jcf-scrollbar-horizontal .jcf-scrollbar-inc {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    background: #bbb;
    height: 14px;
    width: 14px;
}
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
    left: auto;
    right: 0;
}
.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
    display: inline-block;
    position: relative;
    height: 14px;
}
.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
    position: absolute;
    background: #888;
    height: 14px;
}
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
    visibility: hidden;
}
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec, .jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
    background: #e3e3e3;
}

/* select */

.jcf-select {
    display: inline-block;
    vertical-align: top;
    position: relative;
    border: 1px solid #777;
    background: #fff;
    margin: 0 0 12px;
    min-width: 150px;
    height: 26px;
}
.jcf-select select {
    z-index: 1;
    left: 0;
    top: 0;
}
.jcf-select .jcf-select-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    display: block;
    font-size: 13px;
    line-height: 26px;
    margin: 0 35px 0 8px;
}
.jcf-select .jcf-select-opener {
    position: absolute;
    text-align: center;
    background: #aaa;
    width: 26px;
    bottom: 0;
    right: 0;
    top: 0;
}
body> .jcf-select-drop {
    position: absolute;
    margin: -1px 0 0;
    z-index: 9999;
}
body> .jcf-select-drop.jcf-drop-flipped {
    margin: 1px 0 0;
}
.jcf-select .jcf-select-drop {
    position: absolute;
    margin-top: 0px;
    z-index: 9999;
    top: 100%;
    left: -1px;
    right: -1px;
}
.jcf-select .jcf-drop-flipped {
    bottom: 100%;
    top: auto;
}
.jcf-select.jcf-compact-multiple {
    max-width: 220px;
}
.jcf-select.jcf-compact-multiple .jcf-select-opener:before {
    display: inline-block;
    padding-top: 2px;
    content: '...';
}
.jcf-select-drop .jcf-select-drop-content {
    border: 1px solid #f00;
}
.jcf-select-drop.jcf-compact-multiple .jcf-hover {
    background: none;
}
.jcf-select-drop.jcf-compact-multiple .jcf-selected {
    background: #e6e6e6;
    color: #000;
}
.jcf-select-drop.jcf-compact-multiple .jcf-selected:before {
    display: inline-block;
    content: '';
    height: 4px;
    width: 8px;
    margin: -7px 5px 0 -3px;
    border: 3px solid #777;
    border-width: 0 0 3px 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
}

/* multiple select styles */

.jcf-list-box {
    overflow: hidden;
    display: inline-block;
    border: 1px solid #b8c3c9;
    min-width: 200px;
    margin: 0 15px;
}

/* select options styles */

.jcf-list {
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: #fff;
    line-height: 14px;
    font-size: 12px;
    width: 100%;
}
.jcf-list .jcf-list-content {
    vertical-align: top;
    display: inline-block;
    overflow: auto;
    width: 100%;
}
.jcf-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.jcf-list ul li {
    overflow: hidden;
    display: block;
}
.jcf-list .jcf-overflow {
    overflow: auto;
}
.jcf-list .jcf-option {
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    display: block;
    padding: 5px 9px;
    color: #656565;
    min-height: 14px;
    height: 1%;
}
.jcf-list .jcf-disabled {
    background: #fff !important;
    color: #aaa !important;
}
.jcf-select-drop .jcf-hover, .jcf-list-box .jcf-selected {
    background: #e6e6e6;
    color: #000;
}
.jcf-list .jcf-optgroup-caption {
    white-space: nowrap;
    font-weight: bold;
    display: block;
    padding: 5px 9px;
    cursor: default;
    color: #000;
}
.jcf-list .jcf-optgroup .jcf-option {
    padding-left: 30px;
}

/* other styles */

.jcf-textarea {
    border: 1px solid #b8c3c9;
    box-sizing: content-box;
    display: inline-block;
    position: relative;
}
.jcf-textarea .jcf-scrollbar-horizontal {
    display: none;
    height: 0;
}
.jcf-textarea textarea {
    padding: 8px 10px;
    border: none;
    margin: 0;
}
.jcf-textarea .jcf-resize {
    position: absolute;
    text-align: center;
    cursor: se-resize;
    background: #e3e3e3;
    font-weight: bold;
    line-height: 15px;
    text-indent: 1px;
    font-size: 12px;
    height: 15px;
    width: 14px;
    bottom: 0;
    right: 0;
}
.jcf-textarea .jcf-resize:before {
    border: 1px solid #000;
    border-width: 0 1px 1px 0;
    display: block;
    margin: 4px 0 0 3px;
    width: 6px;
    height: 6px;
    content: '';
}

/* number input */

.jcf-number {
    display: inline-block;
    position: relative;
    height: 32px;
}
.jcf-number input {
    -moz-appearance: textfield;
}
.jcf-number input::-webkit-inner-spin-button, .jcf-number input::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
.jcf-number input {
    box-sizing: border-box;
    border: 1px solid #777;
    padding: 3px 27px 3px 7px;
    margin: 0;
    height: 100%;
}
.jcf-number .jcf-btn-dec, .jcf-number .jcf-btn-inc {
    position: absolute;
    background: #aaa;
    width: 20px;
    height: 15px;
    right: 1px;
    top: 1px;
}
.jcf-number .jcf-btn-dec {
    top: auto;
    bottom: 1px;
}
.jcf-number .jcf-btn-dec:hover, .jcf-number .jcf-btn-inc:hover {
    background: #e6e6e6;
}
.jcf-number.jcf-disabled .jcf-btn-dec:hover, .jcf-number.jcf-disabled .jcf-btn-inc:hover {
    background: #aaa;
}
.jcf-number .jcf-btn-dec:before, .jcf-number .jcf-btn-inc:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -4px;
    border: 4px solid #aaa;
    border-color: transparent transparent #000 transparent;
}
.jcf-number .jcf-btn-dec:before {
    margin: -1px 0 0 -4px;
    border-color: #000 transparent transparent transparent;
}
.jcf-number.jcf-disabled .jcf-btn-dec:before, .jcf-number.jcf-disabled .jcf-btn-inc:before, .jcf-number .jcf-btn-dec.jcf-disabled:before, .jcf-number .jcf-btn-inc.jcf-disabled:before {
    opacity: 0.3;
}
.jcf-number.jcf-disabled input {
    background: #ddd;
}

/* range input */

.jcf-range {
    display: inline-block;
    min-width: 200px;
    margin: 0 10px;
    width: 130px;
}
.jcf-range .jcf-range-track {
    margin: 0 20px 0 0;
    position: relative;
    display: block;
    height: 10px;
}
.jcf-range .jcf-range-wrapper {
    position: relative;
    background: #e5e5e5;
    border-radius: 5px;
    display: block;
    margin: 5px 0;
}
.jcf-range.jcf-vertical {
    min-width: 0;
    width: auto;
}
.jcf-range.jcf-vertical .jcf-range-wrapper {
    margin: 0;
    width: 10px;
    height: auto;
    padding: 20px 0 0;
}
.jcf-range.jcf-vertical .jcf-range-track {
    height: 180px;
    width: 10px;
}
.jcf-range.jcf-vertical .jcf-range-handle {
    left: -5px;
    top: auto;
}
.jcf-range .jcf-range-display-wrapper {
    position: absolute;
    min-height: 10px;
    min-width: 10px;
    left: 10px;
    right: 10px;
}
.jcf-range .jcf-range-display {
    border-radius: 5px;
    position: absolute;
    background: #888;
    width: 10px;
    height: 10px;
}
.jcf-range .jcf-range-display.jcf-range-min {
    margin: 0 0 0 -10px;
    padding: 0 0 0 10px;
}
.jcf-range .jcf-range-display.jcf-range-max {
    margin: 0 -10px 0 0;
    padding: 0 10px 0 0;
}
.jcf-range.jcf-vertical .jcf-range-display-wrapper {
    left: auto;
    right: auto;
    top: 10px;
    bottom: 10px;
}
.jcf-range.jcf-vertical .jcf-range-display.jcf-range-min {
    margin: 0 0 -10px;
    padding: 0 0 10px;
}
.jcf-range.jcf-vertical .jcf-range-display.jcf-range-max {
    margin: -10px 0 0;
    padding: 10px 0 0;
}
.jcf-range .jcf-range-handle {
    position: absolute;
    background: #aaa;
    border-radius: 19px;
    width: 19px;
    height: 19px;
    margin: -4px 0 0;
    z-index: 1;
    top: 0;
    left: 0;
}
.jcf-range .jcf-range-mark {
    position: absolute;
    overflow: hidden;
    background: #000;
    width: 1px;
    height: 3px;
    top: -7px;
    margin: 0 0 0 9px;
}
.jcf-range.jcf-vertical .jcf-range-mark {
    margin: 0 0 9px;
    left: 14px;
    top: auto;
    width: 3px;
    height: 1px;
}
.jcf-range .jcf-active-handle {
    z-index: 2;
}
.jcf-range.jcf-focus .jcf-active-handle {
    border: 1px solid #f00;
    margin: -5px 0 0 -1px;
}
.jcf-range.jcf-disabled {
    background: none !important;
    opacity: 0.3;
}

/* common styles */

.jcf-disabled {
    background: #ddd !important;
}
.jcf-focus, .jcf-focus * {
    border-color: #f00 !important;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}
.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}
.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    border-radius: 4px;
}
.fancybox-opened {
    z-index: 8030;
}
.fancybox-opened .fancybox-skin {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
    position: relative;
}
.fancybox-inner {
    overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}
.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}
.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}
#fancybox-loading, .fancybox-prev span, .fancybox-next span {
    background-image: url("../images/fancybox_sprite.png");
}
#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}
#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url("../images/fancybox_loading.gif") center center no-repeat;
}
.fancybox-close {
    background: #e4002b;
    border-radius: 50%;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    display: block;
    height: 42px;
    position: absolute;
    right: -20px;
    text-align: center;
    top: -20px;
    width: 42px;
    z-index: 10;
    text-decoration: none;
}
.fancybox-close:hover {
    background: #ff0030;
}
.fancybox-close::after {
    color: #fff;
    content: "+";
    display: block;
    font-size: 36px;
    line-height: 42px;
    margin: 0 0 0 -1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url("../images/blank.gif");
    /* helps IE */
    -webkit-tap-highlight-color: transparent;
    z-index: 8040;
}
.fancybox-prev {
    left: 0;
}
.fancybox-next {
    right: 0;
}
.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}
.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}
.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}
.fancybox-nav:hover span {
    visibility: visible;
}
.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}
.fancybox-lock body {
    overflow: hidden !important;
}
.fancybox-lock-test {
    overflow-y: hidden !important;
}
.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url("../images/fancybox_overlay.png");
}
.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}
.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}
.fancybox-opened .fancybox-title {
    visibility: visible;
}
.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}
.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}
.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}
.fancybox-title-inside-wrap {
    padding-top: 10px;
}
.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
}

.main-category .category img{
    width: 100%;
/*    height: 100%; */
    transform: scale(1);
    margin: 0;
}
.main-category .category:hover img{
    transform: scale(1.1);
}

/*Retina graphics!*/

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading div {
        background-image: url("../images/fancybox_loading@2x.gif");
        background-size: 24px 24px;
        /*The size of the normal image, half the size of the hi-res image*/
    }
}
#find-us{
  font-weight: 400;
  color:#e4002b;
  text-decoration: underline;
  margin: 20px 0 0 ;
  cursor:pointer;
}
