/*! 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.
 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
	/*min-width: 850px;*/
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
	/*min-width: 850px;*/
}

/* 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 */
}


.clear {
    clear: both;
}

/**
 * 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;
  color: #72bbdb;
}

/**
 * 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"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Lists
   ========================================================================== */

 ul {
  margin: 0;
  padding: 0;
 }

/* Paragraphs
   ========================================================================== */

 p {
  margin: 0;
 }


/* Placeholders
   ========================================================================== */

::-webkit-input-placeholder {color:#999;}
::-moz-placeholder          {color:#999;}
:-moz-placeholder           {color:#999;}
:-ms-input-placeholder      {color:#999;}




/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


/*COMMON STYLES START*/
html,
body {
    min-height: 100%;
    height: 100%;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #000;
    font-weight: 300;
    line-height: 1.2;
}
a {
    text-decoration: none;
    border-bottom: 1px dashed;
    outline: none;
}
a:hover,
a:active {
    text-decoration: none;
}
h1 {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    color: #000;
}
.common-header {
    margin: 20px 0 10px;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 1.2;
}
input {
    background-color: #fff;
    border: 1px solid #c5c5c5;
    border-radius: 3px;
    outline: none;
}
.btn {
    background-color: #7fcb2c;
    border-color: #7fcb2c;
    cursor: pointer;
}
ul {
    list-style-position: outside;
    list-style-image: url(/zf/img/list-dot.png);
    margin: 5px 0 10px 40px;
}
/*COMMON STYLES END*/




/*PARTS START*/
.main-wrapper {
    min-width: 1200px;
    min-height: 100%;
    margin-bottom: -72px;
}
.main-wrapper:after {
    content: '';
    display: block;
}
.main-wrapper:after,
.footer-wrapper {
    position: relative;
    width: 100%;
    height: 72px;
}
.footer-wrapper {
    position: relative;
    width: 100%;
    min-width: 1200px;
    color: #fff;
    background-color: #000;
}
.header-wrapper {
    position: relative;
    width: 100%;
    height: 75px;
    padding: 0 30px 0 25px;
    color: #fff;
    background-color: #000;
}
/*PARTS END*/
    /*HEADER START*/
    .header-inner {
        display: table;
        width: 1200px;
        max-width: 100%;
        height: 100%;
        margin: 0 auto;
    }
        .header-logotype-wrapper,
        .header-information-block,
        .header-navigation-wrapper,
        .header-order-block {
            position: relative;
            display: table-cell;
            vertical-align: middle;
        }
        .header-logotype-wrapper {
            width: 230px;
            padding-right: 100px;
            border-bottom: none;
        }
            .header-value,
            .header-timetable {
                position: relative;
                padding: 0 22px;
            }
            .header-value {
                padding-right: 45px;
            }
            .header-value:before,
            .header-timetable:before {
                content: '';
                position: absolute;
                display: block;
                top: 0;
                left: 0;
                width: 18px;
                height: 18px;
                background: url(/zf/img/euro.svg) no-repeat 0 0;
            }
            .header-value:before {
                background: url(/zf/img/euro.svg) no-repeat 0 0;
                background-size: 100% 100%;
            }
            .header-timetable:before {
                background: url(/zf/img/clock.svg) no-repeat 0 0;
                background-size: 100% 100%;
            }
        .header-navigation-wrapper {
            text-align: right;
        }
            .navigation-menu {
                margin-left: -6px;
                margin-right: -6px;
            }
                .navigation-item {
                    position: relative;
                    display: inline-block;
                    margin: 0 6px;
                    padding: 0;
                    list-style: none;
                }
                .navigation-item:after {
                    content: '';
                    position: absolute;
                    top: 2px;
                    right: -7px;
                    width: 1px;
                    height: 100%;
                    background-color: #fff;
                }
                .navigation-item:last-child:after {
                    display: none;
                }
                    .navigation-link {
                        color: #fff;
                        border-bottom-color: #fff;
                    }
                .login-active + .user-data-form-wrapper,
                .order-phonecall-link-active + .user-data-form-wrapper {
                    visibility: visible;
                    opacity: 1;
                }
                .user-data-form-wrapper {
                    position: absolute;
                    visibility: hidden;
                    left: -50%;
                    margin-top: 10px;
                    padding: 15px 18px;
                    font-size: 0;
                    background-color: #fff;
                    border-radius: 5px;
                    box-shadow: 0 2px 3px rgba(0,0,0,.2);
                    opacity: 0;
                    -webkit-transition: opacity ease-in-out .2s;
                    -moz-transition: opacity ease-in-out .2s;
                    -ms-transition: opacity ease-in-out .2s;
                    -o-transition: opacity ease-in-out .2s;
                    transition: opacity ease-in-out .2s;
                }
                .user-data-form-wrapper:before {
                    content: '';
                    position: absolute;
                    bottom: 100%;
                    left: 50%;
                    width: 0;
                    height: 0;
                    margin-left: -4px;
                    border: solid transparent;
                    border-width: 8px;
                    border-color: rgba(249, 249, 249, 0);
                    border-bottom-color: #fff;
                    pointer-events: none;
                }
                .navigation-menu .user-data-form-wrapper {
                    margin-left: -25%;
                    margin-top: 22px;
                }
                    .user-data-form-wrapper .input-wrapper {
                        display: table-cell;
                    }
                        .user-data-form-wrapper input {
                            height: 22px;
                            margin: 0 2px;
                            font-size: 10px;
                        }
                        .user-data-input {
                            width: 70px;
                            padding: 0 6px;
                            color: #c5c5c5;
                        }
                        .user-data-phone {
                            width: 88px;
                        }
                        .user-data-form-wrapper .btn {
                            min-width: 52px;
                        }
        .header-order-block {
            width: 310px;
            padding-left: 85px;
            font-size: 0;
        }
            .order-phonecall-wrapper,
            .order-cart {
                position: relative;
                display: inline-block;
                font-size: 12px;
            }
                .header-phone-number {
                    font-size: 18px;
                }
                .order-phonecall-link {
                    display: inline-block;
                    margin-top: 2px;
                    color: #fff;
                    border-bottom-color: #fff;
                }
            .order-cart {
                float: right;
                cursor: pointer;
            }
                .cart-icon {
                    position: relative;
                    display: block;
                    top: 7px;
                    width: 65px;
                    height: 36px;
                    background: url(/zf/img/cart_top.svg) no-repeat 0 0;
                    background-size: 100% 100%;
                }
                    .cart-details {
                        position: absolute;
                        top: 0px;
                        right: -24px;
                        min-width: 42px;
                        max-width: 80px;
                        height: 18px;
                        padding: 0 7px;
                        font-size: 11px;
                        text-overflow: ellipsis;
                        line-height: 18px;
                        background-color: #7fcb2c;
                        border-radius: 8px;
                        overflow: hidden;
                    }

          .cart { 
            color: #FFFFFF;
						position: absolute;
						top: 30px;
          }

    /*HEADER END*/
    /*MAIN SEARCH BLOCK START*/
    .main-search-block {
        position: relative;
        width: 1200px;
        max-width: 90%;
        margin: 60px auto 0;
        text-align: center;
    }
        .search-header {
            position: relative;
            margin-bottom: 65px;
            font-size: 28px;
            color: #2a65a1;
        }
        .search-header:after,
        .search-header:before {
            content: '';
            position: absolute;
            bottom: -45px;
            left: 50%;
            width: 25px;
            height: 25px;
            border-top: 1px solid #c5c5c5;
            border-bottom: 1px solid #c5c5c5;
        }
        .search-header:after {
            margin-left: -35px;
            -webkit-transform: skewX(45deg) rotate(45deg);
            -moz-transform: skewX(45deg) rotate(45deg);
            -ms-transform: skewX(45deg) rotate(45deg);
            -o-transform: skewX(45deg) rotate(45deg);
            transform: skewX(45deg) rotate(45deg);
        }
        .search-header:before {
            -webkit-transform: skewX(-45deg) rotate(-45deg);
            -moz-transform: skewX(-45deg) rotate(-45deg);
            -ms-transform: skewX(-45deg) rotate(-45deg);
            -o-transform: skewX(-45deg) rotate(-45deg);
            transform: skewX(-45deg) rotate(-45deg);
        }
        .search-results-wrapper {
            position: relative;
            max-width: 1200px;
            margin: 22px auto 22px;
            padding: 55px 58px;
            background-color: #f9f9f9;
            -webkit-transition: all ease-in-out .2s;
            -moz-transition: all ease-in-out .2s;
            -ms-transition: all ease-in-out .2s;
            -o-transition: all ease-in-out .2s;
            transition: all ease-in-out .2s;
            border-radius: 6px;
        }

        .item-text, .sub_price {
            display: block;
            font-size: 11px;
            font-weight: normal;
        }

				.subp .sub_price {
					margin-top: 3px;
				}

        .search-results-wrapper:before {
            content: '';
            position: absolute;
            bottom: 100%;
            left: 50%;
            margin-left: -218px;
            width: 0;
            height: 0;
            border: solid transparent;
            border-width: 22px;
            border-color: rgba(249, 249, 249, 0);
            border-bottom-color: #f9f9f9;
            pointer-events: none;
        }
            .search-holder {
                margin: 0 -7px;
                font-size: 0;
            }
                .search-holder .input-wrapper {
                    position: relative;
                    display: inline-block;
                    width: 420px;
                }
                    .search-holder .input-wrapper,
                    .search-submit {
                        margin: 0 7px;
                    }
                    .search-input {
                        position: relative;
                        width: 100%;
                        height: 79px;
                        padding: 0 80px 0 24px;
                        font-size: 30px;
                        color: #333;
												/*background: url('/img/lupa.svg') no-repeat 93% 50% #FFF;
												background-size: 13%;*/
                    }
                    .input-wrapper .icon {
                        position: absolute;
                        top: 50%;
                        right: 20px;
                        display: block;
                        width: 42px;
                        height: 42px;
                        margin-top: -21px;
                        background: url(/zf/img/Magnify.svg) no-repeat 0 0;
                        background-size: 100% 100%;
                    }
                    .search-submit {
                        min-width: 180px;
                        height: 79px;
                        font-size: 30px;
                        color: #fff;
                        background-color: #7fcb2c;
                    }
            .search-results-table {
                width: 100%;
                text-align: left;
                margin: 20px 0;
            }
            .search-results-table th {
                padding-bottom: 5px;
                font-size: 10px;
                text-align: center;
                font-weight: 700;
            }
            .search-results-table td {
                padding: 0 20px 0 0;
            }


            
            .search-results-table td:last-child {
                padding-right: 0;
            }

            .search-results-table tbody td {
                font-size: 16px;
                font-weight: 700;
                text-transform: uppercase;
                padding: 8px 0;
                text-align: center;
            }

						.search-results-table .left {
								text-align: left;
						}
            .search-results-table tbody td:nth-child(2) {
                min-width: 165px;
            }

            .search-results-table tbody td:nth-child(5) {
                min-width: 70px;  
            }

            .search-results-table tbody td:nth-child(1) {
                min-width: 135px; 
            }


                .search-result-input {
                    width: 75px;
                    height: 36px;
                    padding: 0 6px;
                    text-align: center;
                    color: #333;
                    font-weight: 300;
                }
                .search-result-cart-wrapper {
                    position: relative;
                    display: inline-block;
                    width: 80px;
                    height: 36px;
                }
                    .search-result-cart {
                        width: 100%;
                        height: 100%;
                    }
                    .search-result-cart {
                        background-image: url(/zf/img/cart_add.svg);
                        background-repeat: no-repeat;
                        background-position: 50% 50%;
                        background-size: 26px 26px;
                        cursor: pointer;
                        margin-top: 3px;
                        border-radius: 3px;
                        display: block;
                    }

										.subp .search-result-cart {
											margin-top: 0px;
										}
        .price-list-download {
            position: relative;
            margin-left: 67px;
            font-size: 28px;
            color: #c5c5c5;
            line-height: 185px;
        }
        .price-list-download:before {
            content: '';
            position: absolute;
            top: 50%;
            left: -67px;
            width: 48px;
            height: 50px;
            margin-top: -23px;
            background: url(/zf/img/XLS.svg) no-repeat 0 0;
            background-size: 100% 100%;
        }
    /*MAIN SEARCH BLOCK END*/
    /*BENEFITS BLOCK START*/
    .benefits-block-wraper {
        padding: 55px 0;
        background-color: #f9f9f9;
    }
            .benefits-block {
                margin: 0 auto;
                text-align: center;
            }
                .five-column-wrapper {
                    font-size: 0;
                }
                
                    .benefits-block .column-item {
												font-size: 12px;
                    }
                        .benefits-block .icon {
                            display: block;
                            width: 118px;
                            height: 118px;
                            
                            background-position: 50% 50%;
                            background-repeat: no-repeat;
                            background-size: 100% 100%;
                            border: 2px solid #2A64A1;
                            border-radius: 50%;
                        }

                        .benefits-block .column-item:nth-child(1) .icon {
                            background-image: url(/zf/img/Plus_1.svg);
                        }
                        .benefits-block .column-item:nth-child(2) .icon {
                            background-image: url(/zf/img/Plus_2.svg);
                        }
                        .benefits-block .column-item:nth-child(3) .icon {
                            background-image: url(/zf/img/Plus_3.svg);
                        }
                        .benefits-block .column-item:nth-child(4) .icon {
                            background-image: url(/zf/img/Plus_4.svg);
                        }
                        .benefits-block .column-item:nth-child(5) .icon {
                            background-image: url(/zf/img/Plus_5.svg);
                        }
                        .column-header {
                            font-size: 22px;
                            font-weight: bold;
                            white-space: pre-line;
                        }

				.benefits-block-new .column-header {
					font-size: 16px;
				}

    /*BENEFITS BLOCK END*/
    /*CONTENT START*/
    .content-wrapper {
        max-width: 1200px;
        margin: 40px auto 13px;
        font-size: 0;
    }
        .content-block {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 40px 20px 65px;
            font-size: 14px;
            line-height: 2;
        }
        .two-column {
            width: 50%;
            vertical-align: top;
        }
        .content-wrapper .two-column {
            display: table-cell;
        }
        .content-wrapper .two-column:last-child {
            border-left: 1px solid #c5c5c5;
        }
            .article-block {
                margin-bottom: 30px;
            }
                .article-date {
                    font-size: 10px;
                }
                .article-header {
                    display: block;
                    font-size: 14px;
                    color: #195591;
                    font-weight: 700;
                    text-transform: uppercase;
                    border-bottom: none;
                }
                .article-details {
                    color: #000;
                }

            .article-block ul li {
                
            }
    /*CONTENT END*/
    /*FOOTER START*/
    .footer-inner {
        display: table;
        width: 1200px;
        max-width: 100%;
        height: 100%;
        margin: 0 auto;
        padding: 0 35px;
    }
        .footer-content {
            display: table-cell;
            vertical-align: middle;
        }
        .footer-content .navigation-menu {
            margin-top: 3px;
        }
            .footer-content .navigation-link {
                color: #72bbdb;
                border-bottom: none;
            }
        .footer-content:nth-child(3) {
            text-align: right;
            line-height: 17px;
        }

    /*FOOTER END*/


/* TABLE SEARCH */

.tdn {    
    font-size: 12px;
    font-weight: normal;
    width: 100%;
    text-align: center;
    border: 1px solid #dddddd;
    border-collapse: separate;
    border-radius: 4px;
    border-spacing: 0;
}

.tdn th {
    font-style: italic;
    font-weight: 500;
    padding: 8px 4px;
}

.tdn td:first-child, .tdn td:nth-child(2) {
    text-align: left;
}
.tdn .button {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    text-decoration: none;
    width: 46px;
}

.cartbutton::before, .tdn .button::before {
    background: transparent url("/images/cartico.png") no-repeat scroll 50% 60%;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
}

.tdn td {
    padding: 10px 4px;
}

.tdn tr:nth-child(2n) td, .tdn tr:nth-child(2n) th {
    background-color: #f7f7f7;
}

.tdn tr:hover td {
  background-color: #72bbdb !important;
  color: #FFF;
}


.fright {
    float: right;
}

.tdn input[name="quan"] {
    display: inline-block;
    line-height: 20px;
    margin: 0;
    padding: 2px;
    text-align: center;
    width: 33px;
}


.pagination {
    border-radius: 5px;
    margin: 20px auto;
		display: table !important;
}

.button {
    background-color: #f2f2f2;
    background-image: -moz-linear-gradient(center bottom , #e7e7e7 0%, #ffffff 100%);
    border: 1px solid #dddddd;
    border-radius: 3px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
}

.pagination > ul {
    margin: 0;
    padding: 0;
}

.pagination > ul > li.current {
    background: #dadada none repeat scroll 0 0;
    box-shadow: 0 3px 3px 0 #c1c0c0 inset;
    padding: 0 10px;
}
.pagination > ul > li:nth-child(1) {
    border-left: medium none;
}
.pagination > ul > li {
    border-left: 1px solid #dddddd;
    display: inline-block;
    float: left;
    font-size: 1.1em;
    line-height: 28px;
    list-style: outside none none;
    padding: 0;
    text-shadow: 0 1px 0 #ffffff;
    box-sizing: inherit;
}

.pagination > ul > li a {
    color: #333;
    line-height: 28px;
    padding: 0 10px;
    text-decoration: none;
}

.pagination a, nav.top > ul > li > a, .tdn a {
    text-decoration: none;
    border: none;
}

.cart-table {
  margin-top: 20px;
}

.cart-table tr td:first-child, .cart-table tr th:first-child {
  padding-left: 0;
}

.cart-table tr th:nth-child(2), .cart-table tr td:nth-child(2) {
  text-align: center;
}

.cart-table hr {
  margin: 0;
}

.ajaxDelCart {
  font-size: 12px;
  text-transform: none;
}

.order-submit {
    /*min-width: 180px;
    height: 79px;
    font-size: 30px;*/
    color: #fff;
    background-color: #7fcb2c;
    margin: 40px 0;
}

.recount-submit {
    /*min-width: 232px;
    height: 79px;
    font-size: 30px;*/
    color: #333;
    background-color: #DDD;
    border-color: #CCC;
    margin-bottom: 40px;
}

.fleft {
  float: left;
}

.client input {
    width: 275px;
    height: 36px;
    padding: 0 6px;
    text-align: center;
    color: #333;
    font-weight: 300;
    margin-bottom: 10px;
}

.client tr td:first-child, .payment tr td:first-child, .delivery tr td:first-child {
  width: 250px; 
}

.cname {
   line-height: 15px;
   padding-bottom: 10px;
}

.delivery td, .payment td {
  padding: 5px 20px 5px 0;
}
  

.caption {
  padding-left: 10px;
}

.contacts_content { width: 500px; }

#map, #map2 { padding:0; height: 480px; width: 525px; }

@media screen and (min-width:1200px) {
	.navbar-expand-xl .navbar-collapse {
		display: block !important;	
	}
}

@media screen and (min-width:1px) and (max-width:1200px) {
    .header-inner {
      width: 100%;
      max-width: 1200px;
      min-width: 780px;
    }

    .contacts_text { float: left; width: 45%; margin-right: 9%; }
    .contacts_content { width: 100%; }
    .contacts_text:nth-child(2) { margin-right: 0; }

    .main-search-block {
      width: 90%;
    }

    .header-order-block {
      /* width: auto; */
    }

    .footer-inner {
      width: 100%;
    }

    .main-wrapper, .footer-wrapper {
      width: 100%;
      min-width: 780px;
    }

    .header-logotype-wrapper {
        padding-right: 0;
        width: 170px;
    }

    .search-results-table tbody td:nth-child(1) {
      min-width: 100px;
    }

    #map, #map2, #map_container { width: 100% !important;}

    .search-results-table tbody td:nth-child(4) {
      min-width: 40px;
    }
}

@media screen and (min-width:1px) and (max-width:1100px) {
    .header-information-block {
      display: none;
    }

    .header-navigation-wrapper {
      
    }
}



.search_a {
	text-decoration: none;
	border-bottom: none;
	color: #000;
}

.upper {
	text-transform: uppercase;
}

.ta-r {
	text-align: right;
}

.news-img { margin: 10px 0; max-width: 100%; }
.mainh1 { margin-bottom: 15px; }

.office {
		width: 540px;
    display: table-cell;
    padding: 0 35px 40px 0;
		line-height: 20px;
		vertical-align: top;
}

.office p {
	padding-bottom: 7px;	
}

.office-img {
	float: left;
}

.office-text {
	float: right;
	width: 180px;
}

@media screen and (min-width:1px) and (max-width:850px) {
    .header-order-block {
      padding-left: 40px;
    }


    .search-results-wrapper {
      padding: 25px 28px;
    }
}


@media screen and (max-width:1200px) {
		.office-img {
			width: 50%;
		}
		.benefits-block .column-item {  }
		.benefits-block .column-item .column-header { font-size: 18px; }
}

@media screen and (max-width:900px) {
	.header-logotype {
		width: 150px;
	}
}



pre {
	display: block;
	padding: 10px; 
	background-color: red;
	font-weight: bold;
	text-transform: uppercase;
}

.pdf-block {
	width: 168px;
	float: left;
	margin: 0 30px 20px 0;
	text-align: center;
}

.groups {
		margin: 20px auto;
}

.group {
	display: inline-block;
	margin: 0 20px;	
	width: 259px;
	font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 0;
    text-align: center;
	text-decoration: none;
	border-bottom: none;
	color: #000;
}

.group:hover span {
	text-decoration: underline;
}

.group img {
	border: 1px solid #2a65a1;
	border-radius: 5px;
	padding: 10px 5px;
	width: 100%;
	margin-bottom: 10px;
}

@media screen and (max-width:1110px) {
	.group { width: 180px; }
}

.pca {
    display: table-cell;
    vertical-align: middle;
	text-align: center;
}

@font-face {
    font-family: Bebas;
    src: url(/fonts/BebasNeueRegular.eot);
    src: url(/fonts/BebasNeueRegular.eot) format("embedded-opentype"), url(/fonts/BebasNeueRegular.woff2) format("woff2"), url(/fonts/BebasNeueRegular.woff) format("woff"), url(/fonts/BebasNeueRegular.ttf) format("truetype"), url(/fonts/BebasNeueRegular.svg#BebasNeueRegular) format("svg");
    font-weight: 400;
    font-style: normal
}

body {
    font-family: "Montserrat", sans-serif;
    font-size: 1.25rem;
}

a {
    border-bottom: none;
    color: #004a8f;
}


a:hover {
    text-decoration: none;
}


h1 {
    font-family: "Bebas", sans-serif;
    font-size: 2.5em;
    letter-spacing: 1.46px;
    line-height: 1;
    color: #070d18;
    text-align: center;
    border-bottom: solid 2px #e20000;
    display: table;
    margin: 0 auto;
}

h2 {
    font-size: 1.25rem;
    font-weight: 700;
    text-align: center;
    color: #323232;
    margin: 10px 0 20px;
}



/*Menu*/
.menu-link {
    font-size: 0.875rem;
    font-weight: 400;
    color: #323232;
    line-height: 2;
}

.menu-link:hover {
    border-bottom: solid 2px #e20000;
    font-weight: 700;
}



.menu-icon {
    color: #cedae7;
    padding-left: 1.5rem;
}

.menu-icon:hover {
    color: #070d18;
}

.cart-number {
    background-color: #e20000;
    border-radius: 50%;
    font-size: 0.7rem;
    color: white;
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
    line-height: 20px;
    position: absolute;
    top: -10px;
    right: -10px;
}

.navbar-toggler {
    border: none;
}

.menu-bg {
    background-color: white;
}

.navbar {
    padding-top: 0;
    padding-bottom: 0;
}

.navigation-bar {
    height: 80px;
    box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.06);
    background-color: white;
    z-index: 11;
}

.nav-icons {
    display: inline-block;
}

.nav-icons-top {
	width: 580px;
	height: 44px;
}

.nav-icons i {
	padding-left: 0;
}

.navbar-nav .navbar {
    position: static;
}

.navbar-nav {
    position: static !important;
}

.nav-cont {
    height: 80px;
}
/*Dropdown*/

.dropdown-menu {
    background: #fff;
    margin: 0;
    border-radius: 0;
    border: solid 1px #f2f3f5;
}

.dropdown-menu .menu-link:hover {
    border: none;
}


/*Banner*/

#banner {
    margin-top: 80px;
    background-color: #f2f3f5;
}

.banner-header {
    font-family: "Bebas";
    font-size: 4.375rem;
    font-weight: 700;
    letter-spacing: 1.46px;
    color: #070d18;
    margin: 5rem 0.5rem 0;
}

.banner-header2 {
    font-family: "Bebas";
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 1.46px;
    color: #070d18;
}

.banner-text {
    font-size: 1.25rem;
    line-height: 1.65;
    margin: 1rem 0.5rem 2rem;
    width: 80%;
}

.input-background {
    height: 80px;
		font-size: 1.5rem;
    border-radius: 26px;
    border: solid 1px #d9d9d9;
}

.placeholder {
    
    color: #bbbbbb;
}

.search-red-btn {
    width: 140px;
    height: 80px;
    border-radius: 30px;
    border: none;
    background-color: #e20000;
}

.search-red-btn:hover {
    background-color: #323232;
}

.search-btn-text {
    font-size: 1.5rem;
    font-weight: 700;
		line-height: 2.25rem;
		padding: 1.5rem;
}

.search-btn-text:hover {
    color: white;
}

.search-line {
    margin: 1rem 0.5rem;
    position: relative;
}

#banner .lupa {
    position: absolute;
    top: 23%;
    left: 240px;
    display: block;
    width: 25px;
    height: 25px;
    background: url(/img/lupa.svg) no-repeat 0 0;
}

#search-parts .lupa {
    position: absolute;
    top: 23%;
    left: 425px;
    display: block;
    width: 25px;
    height: 25px;
    background: url(/img/lupa.svg) no-repeat 0 0;
}



/*Banner-Media*/

@media (max-width: 992px) {

    .ban {
        text-align: center;
    }

    .banner-text {
        margin: 0 auto;
    }
    
    #search-parts form {
    padding: 0 !important;
    }
	
	.banner-header {
    font-size: 2rem;
	}

}


@media (max-width: 768px) {
    
    
    .hyphens {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
    }

    .card-name {
        font-size: 1.2rem;
    }

    .card-brand-2 {
        font-size: 0.8rem !important;
    }


    .card-name {
        font-size: 1rem;
    }

    h1 {
        font-size: 2em;
    }

    .social-tags {
        margin-left: 1rem;
    }

    .menu-box {
        padding-top: 0;
    }

    .nav-title {
        font-size: 1.5rem;
        padding-top: 0.5rem;
    }

}

.show {
    display: block;
}



/*Nav-Media*/
.d-cart, .d-mail { display: inline-block; }
@media (max-width: 1199px) {

    .placeholder {
        padding-right: 50px;
    }

    #banner .search-input {
        width: 240px;
    }

    .menu-link {
        font-size: 1.5rem;
        color: #323232;
        line-height: 2;
        padding-left: 40px;
    }

    .dropdown-menu {
        border: none;
    }

    .banner-header {
        margin-top: 3rem;
    }

    .banner-text {
        margin-bottom: 0;
    }

    .search-line {
        margin-top: 0;
    }

		.nav-icons-top {
			width: auto;
		}
	
	.d-cart, .d-mail { display: none !important; } 

    .footer-col {
        text-align: center !important;
        margin-bottom: 1rem;
    }

    .form-box {
        padding: 3rem;
    }

}



@media (min-width: 1440px) {

    .banner-header {
        margin: 10rem 2rem 0;
    }

    .banner-text,
    .search-line {
        margin: 2rem 2rem 0;
    }

}




/*Carousel*/

.img {
    width: 100%;
}


.MultiCarousel {
    float: left;
    overflow: hidden;
    padding: 15px;
    width: 100%;
    position: relative;
}

.MultiCarousel .MultiCarousel-inner {
    transition: 1s ease all;
    float: left;
    width: 100%;
}

.MultiCarousel .MultiCarousel-inner .item {
    float: left;
}

.MultiCarousel .MultiCarousel-inner .item a > div {
    margin: 15px;
}

#offices .MultiCarousel .MultiCarousel-inner .item > div {
    margin: 15px;
}

.MultiCarousel .leftLst,
.MultiCarousel .rightLst {
    position: absolute;
    top: calc(40%);
    z-index: 10;
    cursor: pointer;
}

.MultiCarousel .leftLst {
    left: 0;
}

.MultiCarousel .rightLst {
    right: 0;
}

.MultiCarousel .leftLst.over,
.MultiCarousel .rightLst.over {
    display: none;
}


.btn-more {
    font-weight: 700;
    font-size: 0.875rem;
    color: #323232;
    height: 40px;
    border: solid 1px #323232;
    background-color: none;
    padding: 10px 40px;
    border-radius: 30px;
}

.btn-more:hover {
    color: white;
    border: none;
    background-color: #e20000;
}


.card-price-2 {
    font-size: 1.125rem;
    font-weight: 700;
    color: #323232;
    margin: 0;
}

.card-place-2 {
    font-size: 0.8rem;
    font-weight: 400;
    color: #323232;
}

.col-card-2 {
    padding: 0 10px 15px 15px;
    line-height: 1;
}

#offices .card-2 {
	min-height: 560px;
}

#offices .card-address {
	  height: 40px;
    overflow: hidden;
    margin-bottom: 10px;
}

#offices .col-card-2 {
    padding: 0 30px 15px 15px;
    line-height: 20px;
}



.section-text {
    width: 80%;
    font-weight: 400;
    font-size: 1.25rem;
    text-align: center;
    margin: 0 auto;
    line-height: 1.6;
    color: #323232;
}


.news-btn {
    display: table;
    margin: 0 auto;
}


/*Cards-Media*/

@media (min-width: 768px) and (max-width: 992px) {

    .card-price-2,
    .card-brand-2 {
        font-size: 1rem;
    }

    .card-name-2 {
        font-size: 0.75rem;
    }
}




/*Map*/

#offices {
    font-weight: 700;
}



/*New*/

.new-pic {
    margin-top: 30px;
		width: 100%;
}

.catalogue-new {
    text-align: center;
}




.card-2 {
    margin-top: 30px;
}



/*Video*/

.video {
    background-color: #f2f3f5;
    font-weight: 700;
	overflow: hidden;
}

.videoreview iframe {
	width: 92%;
	margin-left: 3%;
}

.video-sub-txt {
    font-size: 0.875rem;
    color: #070d18;
    font-weight: 700;
		
}


/*Second Hand*/

#second-hand {
    font-weight: 700;
}

.card-place-1 {
    font-size: 0.8rem;
    font-weight: 400;
    color: #323232;
    margin: 10px 0;
}

.price {
    font-size: 1.125rem;
    font-weight: 400;
    color: #323232;
}

.cart-down {
    position: absolute;
    right: 10px;
    color: #cedae7;
}

.cart-down:hover {
    color: #e20000;
}



/*Search Parts*/

#search-parts {
    background-color: #f2f3f5;
}

.search-field {
    text-align: center;

}

.cart-down-2 {
    color: #cedae7;
}

.cart-down-2:hover {
    color: #e20000;
}

.search-results-wrapper {
    position: relative;
    max-width: 1200px;
    margin: 22px auto 22px;
    background-color: white;
    -moz-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
    border-radius: 6px;
}

.search-results-wrapper:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -10%;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 22px;
    border-color: rgba(249, 249, 249, 0);
    border-bottom-color: white;
    pointer-events: none;
}

.search-results {
    position: relative;
    max-width: 1200px;
    margin: 22px auto 22px;
    padding: 55px 58px;
    background-color: white;
    border: solid 1px #d9d9d9;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
    border-radius: 6px;
}

.search-results-table {
    color: #323232;
}

.column-header {
    color: #323232;
}

.contact-card {
    border: solid 1px #d9d9d9;
}

.cant-name {
    padding: 20px;
}

.email {
    font-size: 0.75rem;
    font-weight: 700;
    color: #323232;
}

.cont-icons {
    color: #cedae7;
    padding-left: 30px;
}

.card-line {
    border-left: solid 1px white;
}

.tc {
    display: table-cell;
    vertical-align: middle;
		line-height: 21px;
}



.col-card-3 {
    padding: 0 5px 0 15px;
    /*line-height: 60px;*/
}

.card-text-2 {
    padding: 30px 0 10px;
}

.card-text-3 {
    background-color: #f2f3f5;
}



/*Footer*/

.footer-ico {
    display: block;
    text-align: center;
    border-top: solid 1px #cedae7;
    padding: 0.5rem;
}

.footer-icons {
    color: #cedae7;
    margin: 0 0 0 7px;
}

.footer-icons:hover {
    color: #323232;
}

.footer-phone {
    color: #cedae7;
}

.wait {
    color: #323232;
    font-size: 0.875rem;
}

.footer-call {
    text-align: center;
    font-size: 0.8em; 
}


.footer-phone-text {
    margin-top: 0.5rem;
    color: #323232;
}

.messanger {
    margin-right: 1rem;
    margin-top: 1rem;
}

.strong {
    font-weight: 700;
}

.footer-copyright {
    border-top: solid 1px #dadbdd;
    background-color: #f1f2f4;
    font-size: 0.75rem;
    color: #656565;
    padding: 1rem;
    margin-top: 2rem;
}

.footer-link {
    color: #085b9b;
    text-decoration: underline;
}

.footer-col-2 {
    text-align: right;
}

/* для яндекс-карты */
#wrapMap {
    position: relative;
    cursor: help;
    overflow: hidden;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-image: initial;
}

.mapTitle {
    position: absolute;
    z-index: 1000;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 5px;
    display: none;
    padding: 5px 20px;
    border-radius: 5px;
    background: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-image: initial;
}

.card-body {
    border: none;
}

.cross {
    display: none;
}

.menu-box {
    padding-bottom: 2rem;
}

.cart {

}

.navbar-collapse {
    width: 100%;
}

.coll {
    width: 100%;
    position: absolute;
    top: 75px;
}

.cert-card img {
	width: 90%;
	margin-left: 5%;
}

.iframe-wrapper { width: 100%; height: 520px; position: absolute; z-index: 10;}
.iframe-wrapper:after { 
    content: 'Нажмите, чтобы управлять картой'; 
    top: 10px; 
    left: 50px; 
    font-size: 14px; 
    background-color: #CCC; 
    color: #fff; 
    padding: 10px 20px; 
    position: absolute;
    cursor: pointer;
    text-decoration: underline;
}

.nav-item {
      margin-right: 5px;
			display: inline-block !important;
}

.navbar ul {
	margin-left: 0 !important;
}

.nav-icons { width: auto; }
.reveal-modal { width: 300px; }

.d-phone-icon { display: none !important; }
.d-mail { display: none !important; } 

@media screen and (max-width:768px) {
	.header-logotype {
		width: 120px;
	}
	
		.d-mail { display: none !important; }
	/*.d-phone-text { display: none !important; }
	.d-phone-icon { display: inline-block !important; }*/
	
}

.cart .fa-lg {
	font-size: 1.7em;
}

.phone-text {
	display: block;
}
@media screen and (max-width:568px) {
	.header-logotype {
		width: 200px;
	}
	.d-phone-text { display: none !important; }
}

@media screen and (max-width:380px) {
	.header-logotype {
		width: 150px;
	}
}

@media screen and (max-width:950px) {	
	.office { display: block; width: 100%; overflow: hidden; }
	.office-text { float: right; width: 40%;}
	#map3 iframe { width: 100%; }
	.benefits-block .column-item {}
}

.btn-long {
	color: #FFF;
  padding-right: 100px;
  background-position: 87% 50%;
}

.item-short-view, .cart-block {
	font-size: 0.8em;	
}

.delete-button {
	width: 25px;
}

input[type='radio'] {
	margin-top: -3px;	
}

.order-inputs input[type='text'] {
	width: 100%;
	padding: 10px;
	font-size: 80%;
	margin: 20px 0 0 0;
}

.red_alert {
	border: 1px solid red;
}

.search-submit:hover, .search-red-btn:hover
{
	cursor: pointer;	
}

.shop_cart_url {
	text-decoration: none;
	border-bottom: 1px dashed;
	padding-bottom: 2px;
	font-weight: bold;
}

.shop_cart_group {
	display: block;
	padding-top: 10px;
}

.shop_cart_name {
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	padding-top: 10px;
}

#cta {

}

.cta-x {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid;
	border-radius: 40px;
	font-size: 24px;
	position: absolute;
	right: 10px;
	top: 10px;
	color: black;
	cursor: pointer;
}

.cta-container {
	position: relative;
}

.mail-text {
	color: rgba(0,0,0,.5);
}

.d-cart {
	width: 40px;
}

.binct-phone-number-2 {
	font-size: 0.7em;
}

.binct-phone-number-1 {
	font-size: 0.9em;
}

.navbar-toggler-icon {
	width: 2em;
	height: 2em;
}

.navbar-toggler {
	font-size: 1.5rem;
	padding: 5px;
	/*position: absolute;*/
	top: 13px;
}

#cart_informer {
	display: none;
	position: fixed;
	width: 380px;
	height: 260px;
	top: 50%;
	left: 50%;
	margin-left: -190px;
	margin-top: -130px;
	text-align: center;
	background: #f8f9fa;
	border: 1px solid #EEE;
	border-radius: 10px;
	padding: 20px;
	box-shadow: 0 0px 3px rgba(0,0,0,.1);
}

#cart_informer p {
	display: block;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
}

.gotocart, .return {
	display: inline-block;
	margin: 30px 10px 20px 10px;
	text-align: center;
	width: 140px;
	font-size: 14px;
	border: 1px solid #DDD;
	border-radius: 5px;
	padding: 10px 20px;
	cursor: pointer;
}

.gotocart:hover, .return:hover {
	text-decoration: underline;
}

.gotocart {
	background-color: #7fcb2c;
	color: #FFF;
}

.gotocart a {
	color: #fff !important;
}

#cart_informer span {
	display: block;
	height: 30px;
	text-align: center;
	overflow: hidden;
}

.informer-name {
	font-weight: bold;
}

.informer-time {
	font-size: 14px;
}


/* с оф.сайта */
.all-products .product { background:rgba(255, 255, 255, 1); text-align:center; font-size:12px; margin-bottom: 30px; }
.all-products .product h3 { font-size:18px; margin:20px 0 0 0;}
.all-products .product ul { list-style:none; text-align:left; padding:20px 10px; border-top:1px solid rgba(221, 221, 221, 1); margin:20px 0 0 0;}
.all-products .product ul strong { float:right;}
.all-products .product a { text-decoration:none; color:rgba(51, 51, 51, 1);}
.all-products .product img { margin:20px 0 0 0;}
.all-products .product p {
    font-size: 12px;
    margin: 0 0 0 0;
    width: 100%;
    padding: 15px;
    background: rgba(241,241,241,1);
    -webkit-box-sizing: border-box!important;
    -moz-box-sizing: border-box!important;
    box-sizing: border-box!important;
}
#product-tabs { width:100%;}
#product-tabs ul.tabs { list-style:none; background:rgba(235, 235, 235, 1); height:50px; width:100%; margin: 0; text-transform: uppercase; }
#product-tabs ul.tabs li { float:left; text-align:center; line-height:50px; border-right:1px solid rgba(221, 221, 221, 1);}
#product-tabs ul.tabs li:last-child { border-right:none;}
#product-tabs ul.tabs li a { text-decoration:none; font-size:13px; font-weight:700; display:block; color:rgba(51, 51, 51, 1); padding: 0 40px;}
#product-tabs ul.tabs li.ui-state-active a { background:rgba(204, 204, 204, 1);}
#product-tabs .tabs-content { padding:40px; background:rgba(255, 255, 255, 1);}

#technic-tabs { width:100%;}
#technic-tabs ul.technics-tabs { list-style:none; height:40px;border-bottom:1px solid rgba(221, 221, 221, 1);}
#technic-tabs ul.technics-tabs li {background:rgba(235, 235, 235, 1); float:left; text-align:center; line-height:40px; border-right:1px solid rgba(221, 221, 221, 1);}
#technic-tabs ul.technics-tabs li:last-child { border-right:none;}
#technic-tabs ul.technics-tabs li a { text-decoration:none; font-size:14px; font-weight:700; display:block; color:rgba(51, 51, 51, 1); padding:0 10px;}
#technic-tabs ul.technics-tabs li.ui-state-active a { background:rgba(204, 204, 204, 1);}
#technic-tabs .technics-tab-content { background:rgba(255, 255, 255, 1);}

/*Global-Gallery*/
.gallery { width:100%; clear: both; margin: 20px 0 0 0;}
.gallery h3 {clear: both;  font-size:16px; border-bottom:1px solid rgba(221, 221, 221, 1); padding:0 0 10px 0; margin:0 0 10px 0;}
.gallery .box { float:left; width:calc(50% - 10px); margin:0 10px 10px 0; overflow: hidden; }
.gallery .box img { width:100%;}
@media screen and (max-width: 768px) {	.gallery .box { width: 100%; margin-right: 0px;} } 


.group-top img { width: 100%; }
.group-top-text { 
	line-height: 1.6em;
}
.group-top-text h1 {
	margin-bottom: 15px;
	width: 100%;
	display: block;
	margin-left: 0px;
	font-size: 2em;
	text-align: left;
}	

.breadcrumbs {
	color: #000;
}

.bc-delimeter {
	margin: 20px 0 25px;
	border-bottom: solid 2px #e20000;
	width: 100%;
	height: 1px;
}

.breadcrumbs a {
	font-weight: bold;
	color: #000;
}

.breadcrumbs a:hover {
	text-decoration: underline;
}

#teknik-bilgiler table { width: 100%; margin:0 0 20px 0; padding:0; border-collapse: collapse; border-spacing: 0;}
#teknik-bilgiler table tr:nth-child(even) { background:#f7f7f7;}
#teknik-bilgiler table th, #teknik-bilgiler table td {padding:5px 10px; font-size: 12px; width:50%;text-align:left}
#teknik-bilgiler table tr td:last-child{text-align:right}
#teknik-bilgiler table th {font-size: 14px;letter-spacing: 1px; background:#ebebeb; }

#atasmanlar h3 { margin:0 0 20px 0; font-size:16px;}
.attachments { width:100%; min-height:100px; margin:0 0 20px 0; border-bottom:1px solid rgba(241, 241, 241, 1);}
.attachments .attachments-img { float:left; width:180px; margin:0 20px 0 0;}
.attachments .attachments-img img { width:100%;}
.attachments .attachments-content { float:left; width:590px;}
.attachments:after { clear: both; }
.attachments .attachments-content h4 { font-size:14px;}
.attachments .attachments-content p { margin:0 0 0 0; font-size:12px;}

@media only screen and (max-width:1099px) {
	.cookie-notification-es .kapatbuton { top:40%; }
	.main-nav .center { width: 100%; max-width: 100%; }
	.quick-contact .quick-buttons a { width: 100%; display: block; margin: 0 0 5px 0;}
	.quick-contact .quick-buttons { height: auto; }
	.center { max-width:640px; }
	.sidebar { max-width:200px;}
	.content { max-width:420px;}
	.page-content .about { text-align: justify; }
	#about-accordion div { padding: 10px 0; }
	.home-content .content .home-products .product { max-width:210px; }
	.home-content .home-boxes .home-box { width:180px; height:103px;}
	.home-content .home-boxes .home-box span { display: none; }
	.home-content .home-boxes .home-box .home-box-content h2 { width: 100px; font-size: 15px; }
	.sidebar .sidebar-form a { width: 100%; display: block; margin: 0 0 10px 0; }
	.sidebar .sidebar-form input[type="submit"] { float: none; width: 100%;}
	.home-content .news-events .news-events-box { width:100%; height:auto; margin:0 0 30px 0;}
	.home-content .news-events .news-events-box .news-events-img { float:none; max-width:420px;}
	.home-content .news-events .news-events-box .news-events-img img { width:100%;}
	.home-content .news-events .news-events-box .news-events-content { float:none; max-width:380px;}
	.all-products .product { width:100%; margin:0 0 10px 0;}
  	.attachments .attachments-content { width: 100%; float: none;}
  	.attachments .attachments-img { float: none; margin: 0 auto; text-align: center;}
  	.attachments .attachments-content {padding: 10px 0 10px 0; margin: 0 0 20px 0; }
  	.product-slider { max-height:210px;}
  	.press-news-box { float:none; width:100%; margin:0 0 60px 0;}
  	.customers-box { float:none; width:100%; margin:0 0 60px 0;}
  	.events-title { display: none; }
  	.press-content iframe { height:260px;}
  	.contact-box { float:left; width:100%; margin:0 0 20px 0;}
  	.contact-box .cb-content { min-height:auto; }
  	.service .service-information { float:left; width:100%;}
	.service .service-links { float:right; width:100%;}
	.top .logo { float:left; max-width:165px; margin:0 0 0 0;}
	.main-nav .search { display:none;}
	#share-overlay .share-buttons ul li:nth-child(5) { display:inline-block;}
	#cssmenu > ul { margin: 0 0 0 0;display:none; }
	#cssmenu ul{display:none ;  background:rgba(255,255,255, 1); z-index:99999;    position: absolute;    width: 100%;}
	#cssmenu.align-center > ul,#cssmenu.align-right ul ul{text-align:left;}
	#cssmenu ul li,#cssmenu ul ul li,#cssmenu ul li:hover > ul > li{width:100%;height:auto;border-top:1px solid rgba(120,120,120,0.15);}
	#cssmenu > ul > li,#cssmenu.align-center > ul > li,#cssmenu.align-right > ul > li{float:none;display:block;}
	#cssmenu ul ul li a{font-size:12px;color:#000;background:none;padding:20px 20px 20px 30px;}
	#cssmenu ul ul li:hover > a,#cssmenu ul ul li a:hover{color:#000;}
	#cssmenu ul ul ul li a{padding-left:40px;}
	#cssmenu ul ul,#cssmenu ul ul ul{position:relative;left:0;right:auto;width:100%;margin:0;}
	#cssmenu #menu-button{display:block;color:#000;cursor:pointer;font-size:12px;text-transform:uppercase; height:60px;}
	#cssmenu #menu-button::after{content:'';position:absolute;top:22px;right:0;left:0;margin:auto;display:block;width:42px;height:4px;background:#000;}
	#cssmenu #menu-button::before{content:'';position:absolute;top:30px;right:0;left:0;margin:auto;display:block;width:42px;height:4px;border-top:4px solid #000;border-bottom:4px solid #000;}
	#cssmenu .submenu-button{position:absolute;z-index:10;right:0;top:0;display:block;border-left:1px solid rgba(120,120,120,0.15);height:52px;width:52px;cursor:pointer;}
	#cssmenu .submenu-button::after{content:'';position:absolute;top:21px;left:26px;display:block;width:1px;height:11px;background:#000;z-index:99;}
	#cssmenu .submenu-button::before{content:'';position:absolute;left:21px;top:26px;display:block;width:11px;height:1px;background:#000;z-index:99;}
	#cssmenu,#cssmenu ul li a,#cssmenu ul ul li a{width:auto;}
	#cssmenu > ul > li.has-sub > a::after,#cssmenu ul ul li.has-sub > a::after,#menu-line,#cssmenu .submenu-button.submenu-opened:after{display:none;}
	#product-tabs ul.tabs { height: auto; }
	#product-tabs ul.tabs li { float: none; }
	#product-tabs ul.tabs li a { width: 100%; text-align: center; padding: 0 0 0 0; display: block; float: none;}
	.breadcrumbs ul li a { display: none; }
	.breadcrumbs ul li:nth-child(1) a { display: block; }
	.breadcrumbs ul li:nth-child(2) a { display: block; }
	.sitemap>ul {width: 100%; margin: 0 20px 20px 0;}
	.video-box { float:none; width:100%; margin:0 0 60px 0; height: auto;}

	.content img[style*="float: left;"], .content img[style*="float:left;"] {
		margin:0 0 20px 0 !important;
		width: 100% !important;
	}

	.content img[style*="float: right;"], .content img[style*="float:right;"] {
		margin:0 0 0 20px !important;
		width: 100% !important;
	}

	span.archive-dropdown { float:none; display: block;}
	span.archive-dropdown label { float:left; font-size:12px; margin:0 10px 0 0; line-height:30px;}
	span.archive-dropdown select {color: #666; font-size:12px; float:right;border:1px solid rgba(221, 221, 221, 1); background:rgba(255, 255, 255, 1); height:30px; outline:none;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;}
	.content h1 { padding: 10px 0 40px 0; }
}


@media only screen and (max-width:720px) {
	.center { max-width:420px;  width: 100%;}
	.sidebar { max-width:420px; width: 100%;}
	.sidebar .video { display: none; }
	.content { float: none; max-width:420px; width: 100%;}
	.footer .links { display: none; }
	.footer .contact-social { margin: 0 auto; text-align: center; float: none; }
	.quick-menu { display: block; }
	.product-slider { max-height:210px;}
	
	.footer .contact-social .social ul li a { display:block; width:32px;}
	.top .top-nav-social .top-social-media { display: none; }
	.top .top-nav-social .top-nav { margin: 8px 0 0 0; }
	.home-slider { display: none; }
	.mobile-slider  { display: block; width: 100%; height: auto; position: relative;}
	.mobile-slider img { width:100%; position:relative; z-index:99;}
	.mobile-slider .bx-prev, .mobile-slider .bx-next { opacity: 0.2;position: absolute; top: 0; width: 60px; height: 100%; text-indent: -9999px; display: block; z-index: 999; }
	.mobile-slider:hover .bx-prev, .mobile-slider:hover .bx-next {opacity: 1}
	.mobile-slider .bx-prev { left: 0; background:url(../images/icon-prev.svg) center center no-repeat; background-size:50%;}
	.mobile-slider .bx-next { right: 0; background:url(../images/icon-next.svg) center center no-repeat; background-size:50%; }
}

@media only screen and (max-width:480px) {
	.oduller img { float: none !important; width: 100%; }
	.press-news-box { padding: 0 0 60px 0; min-height: auto; }
	.press-news-box .press-news-text { height: auto; }
	.center { max-width:280px; width: 100%;}
	.sidebar { max-width:280px; width: 100%;}
	.sidebar .video { display: none; }
	.content { float: none; max-width:280px; width: 100%;}
	.footer .links { display: none; }
	.footer .contact-social { margin: 0 auto; text-align: center; float: none; }
	.quick-menu { display: block; }
	.home-content .news-events .news-events-box .news-events-content { max-width:240px; width: 100%;}
	.home-content .home-boxes .home-box { max-width:265px; width:100%; height: 152px;}
	.home-content .home-boxes .home-box .home-box-content h2 { width: 100px; font-size: 22px; }
	.home-content .content .home-products .product { max-width:280px; }
	.product-slider { max-height:140px;}
	.press-content iframe { height:160px;}
	.global-form input, .global-form select, .global-form textarea, .global-form label { width:100% !important; max-width:100% !important;}
	.global-form input[name="gonder"] { margin: 20px 0 0 0; }
	.product-content .product-main-slider { height:124px; overflow: hidden; }
	
	.content h1 { padding: 10px 0 40px 0; }
	.content h1 a { float:left; }
	.date-list {display:none; }

	.content h1 a { width: 100%; }
}

@media only screen and (min-width: 768px) {
  .cd-top { right: 5px; bottom: 20px;}
}
@media only screen and (min-width: 1024px) {
  .cd-top { right: 5px; bottom: 40px;}
}

.cta-button {
	height: 50px;
    line-height: 50px;
    padding: 0;
    text-align: center;
    border-radius: 10px;
    margin: 0;
}

.files a {
	display: flex;
	margin-top: 10px;
}

.files a:before {
    content: 'PDF';
    background: rgba(234, 24, 0, 1);
    color: rgba(255, 255, 255, 1);
    padding: 3px 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 11px;
    margin: 0 5px 0 0;
}

.new-bn {
	background-size: cover !important;
}

.new-form {
	background-color: rgb(248, 249, 250, 1);
	padding: 20px;
	border-radius: 10px;
}

.navbar { 
	padding-left: 0px !important;
	padding-right: 0px !important;
}

#technic-tabs .ui-helper-reset { display: none; }

@media only screen and (min-width: 1024px) {
	#product-tabs ul.tabs { display: table; }
	#product-tabs ul.tabs li { display: table-cell; float: none; }
	#product-tabs ul.tabs li a { padding: 0; }
	#product-tabs ul.tabs li:last-child a { padding: 0 20px; }
}

.continue {
	color: #fff;
	margin-bottom: 40px;
}

.continue:hover {
	color: #fff !important;
	text-decoration: underline !important;
}

.catalogue-new h2 {
	font-size: 0.9em;
}

.soon {
	background-color: #ff0000;
	color: #fff;
	padding: 5px 10px;
	font-size: 0.7em;
	border-radius: 3px;
	margin-left: 5px;
}

#ictasarim, #distasarim {
	font-weight: bold;
	font-size: 1.2em;
}

#ictasarim {
	padding-top: 20px;
}

#footer {
  font-size: 0.9em;
}

.footer-left img {
  width: 70%;
}

.footer-middle span, .footer-right span {
  font-family: "Bebas", sans-serif;
    font-size: 1.8em;
    letter-spacing: 1.46px;
    line-height: 1;
    color: #070d18;
    text-align: center;
    border-bottom: solid 2px #e20000;
    display: table;
    margin-bottom: 15px;
}

.footer-middle {
  border-left: 1px solid #BBB;
  border-right: 1px solid #BBB;
  padding: 0 30px;
}

.footer-middle a {
  display: block;
  text-align: left;
  padding-top: 5px;
}

.footer-middle a:hover {
  text-decoration: underline;
}

.footer-right {
  padding-left: 30px
}

.footer-right .form-control {
  font-size: 0.9em;
}

.footer-right .cta2 {
  padding: 10px 20px;
  background-color: #e20000;
  text-align: center;
  color: #fff;
  display: inline-block;
  border-radius: 3px;
  font-weight: bold;
}

.form-footer-box {
   padding: 20px;
}

@media only screen and (max-width: 992px) {
  .footer-middle {
    border-right: 0 none;
    padding-right: 0;
  }

  .footer-right {
    margin-top: 30px;
    padding-left: 0;
  }

  .footer-right .banner-header2 {
    font-size: 1.8em;
  }
}

.cta2:hover { cursor: pointer; }

@media only screen and (max-width: 575px) {
  .footer-left img {
    width: 140px;
  }

  .footer-left {
    padding: 0 15px;
    text-align: center !important;
  }

  .footer-right .banner-header2 {
    font-size: 1.6em;
  }
  

  .footer-middle {
    border-left: 0 none;
    padding: 10px 15px 20px;
    margin-top: 15px;
    border-top: 1px solid #BBB;
    border-bottom: 1px solid #BBB;
    text-align: center;

  }

  .footer-middle a {
    text-align: center;
  }

  .footer-middle span {
    text-align: center;
    display: inline-block;
    margin: 10px auto 10px;
  }

  .footer-right {
    padding-right: 0px;
    margin-top: 0;
  }

  .footer-copyright {
    margin-top: 0;
  }
}