

/* Start:/local/templates/militarist/js/lib/slick/slick.css?16032740021776*/
/* 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);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.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;
}

/* End */


/* Start:/local/templates/militarist/js/lib/slick/slick-theme.css?16032740023149*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/local/templates/militarist/js/lib/slick/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/local/templates/militarist/js/lib/slick/./fonts/slick.eot');
    src: url('/local/templates/militarist/js/lib/slick/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/local/templates/militarist/js/lib/slick/./fonts/slick.woff') format('woff'), url('/local/templates/militarist/js/lib/slick/./fonts/slick.ttf') format('truetype'), url('/local/templates/militarist/js/lib/slick/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    /*top: 50%;*/

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/local/templates/militarist/css/normalize.css?16032740029802*/
/*! normalize.css v1.1.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    background: #fff; /* 1 */
    color: #000; /* 2 */
    font-size: 100%; /* 3 */
    -webkit-text-size-adjust: 100%; /* 4 */
    -ms-text-size-adjust: 100%; /* 4 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

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

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

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

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

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

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

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* End */


/* Start:/local/templates/militarist/css/main.css?1638465933191124*/
/*! jQuery UI - v1.9.2 - 2012-12-17
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.slider.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=03_highlight_soft.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=01_flat.png&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright (c) 2012 jQuery Foundation and other contributors Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{zoom:1}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:absolute;top:0;left:0;width:100%;height:100%}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-widget{font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #ddd;background:#eee url(/local/templates/militarist/css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #e78f08;background:#f6a828 url(/local/templates/militarist/css/images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;color:#fff;font-weight:bold}.ui-widget-header a{color:#fff}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #ccc;background:#f6f6f6 url(/local/templates/militarist/css/images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;font-weight:bold;color:#1c94c4}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#1c94c4;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border:1px solid #fbcb09;background:#fdf5ce url(/local/templates/militarist/css/images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x;font-weight:bold;color:#c77405}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#c77405;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #fbd850;background:#fff url(/local/templates/militarist/css/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:bold;color:#eb8f00}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#eb8f00;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fed22f;background:#ffe45c url(/local/templates/militarist/css/images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#b81900 url(/local/templates/militarist/css/images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;color:#fff}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#fff}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#fff}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px;background-image:url(/local/templates/militarist/css/images/ui-icons_222222_256x240.png)}.ui-widget-content .ui-icon{background-image:url(/local/templates/militarist/css/images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(/local/templates/militarist/css/images/ui-icons_ffffff_256x240.png)}.ui-state-default .ui-icon{background-image:url(/local/templates/militarist/css/images/ui-icons_ef8c08_256x240.png)}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url(/local/templates/militarist/css/images/ui-icons_ef8c08_256x240.png)}.ui-state-active .ui-icon{background-image:url(/local/templates/militarist/css/images/ui-icons_ef8c08_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(/local/templates/militarist/css/images/ui-icons_228ef1_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(/local/templates/militarist/css/images/ui-icons_ffd27a_256x240.png)}.ui-icon-carat-1-n{background-position:0 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:0 -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;-khtml-border-top-left-radius:4px;border-top-left-radius:4px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;-khtml-border-top-right-radius:4px;border-top-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;-khtml-border-bottom-left-radius:4px;border-bottom-left-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;-khtml-border-bottom-right-radius:4px;border-bottom-right-radius:4px}.ui-widget-overlay{background:#666 url(/local/templates/militarist/css/images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;opacity:.5;filter:Alpha(Opacity=50)}.ui-widget-shadow{margin:-5px 0 0 -5px;padding:5px;background:#000 url(/local/templates/militarist/css/images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;opacity:.2;filter:Alpha(Opacity=20);-moz-border-radius:5px;-khtml-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}


/*! 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: 130px;
  left: 0;
  z-index: 8020;
  border-radius: 7px;
}

.fancybox-skin {
  position: relative;
  background: #fff;
  color: #444;
  text-shadow: none;
}
.fancybox-skin .window{
  display: block;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  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-close, .fancybox-prev span, .fancybox-next span {
  background-image: url('/local/templates/militarist/css/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('/local/templates/militarist/css/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
  position: absolute;
  width: 10px;
  height: 10px;
  background: url(/local/templates/militarist/css/../img/sprite.png) -220px 0 no-repeat;
  top: 7px;
  right: 7px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('/local/templates/militarist/css/blank.gif'); /* helps IE */
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  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: 998;
  background: url('/local/templates/militarist/css/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: 999;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 999;
  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);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  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, .8);
}
#social li {text-decoration: none; list-style: none;}

.social {
  display: flex;
}

.social a.icon {
  margin-left: 10px !important;
}

.user-lang.header-drop.langs-drop {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.user-lang ul.langs-list {
  display: flex;
  flex-wrap: wrap;
}

li.langs-list-item a {
  margin: 0 5px;
  color: #6a6a6a;
  border-bottom: 1px dashed #6a6a6a;
  text-decoration: none;
}

li.langs-list-item.active a {
  color: #fcd03d;
  border-color: #fcd03d;
}

li.langs-list-item:last-child a {
  margin-right: 25px;
}

/*.user-lang ul.langs-list.langs-list-item-one {*/
/*  display: none;*/
/*}*/


/*.user-lang ul.langs-list .langs-list-item a {*/
/*  color: #000;*/
/*  font-size: 14px;*/
/*  transition: all 0.3s;*/
/*}*/

/*.user-lang ul.langs-list .langs-list-item {*/
/*  order: 2;*/
/*  !*padding: 15px 19px;*!*/
/*  transition: all 0.3s;*/
/*  width: 100%;*/
/*}*/

/*.user-lang ul.langs-list .langs-list-item a {*/
/*  padding: 15px 19px;*/
/*  display: block;*/
/*}*/

/*.user-lang ul.langs-list .langs-list-item:hover {*/
/*  background: #FF5E2B;*/
/*}*/

/*.user-lang ul.langs-list .langs-list-item:hover a {*/
/*  color: #fff;*/
/*}*/

/*.user-lang span.langs-list-item-one {*/
/*  color: #fff;*/
/*  cursor: pointer;*/
/*  font-size: 12px;*/
/*  font-weight: normal;*/
/*}*/

/*.user-lang ul.langs-list .langs-list-item.langs-list-item-one a {*/
/*  color: #fff;*/
/*}*/

/*.user-lang ul.langs-list .langs-list-item-one {*/
/*  order: 1 !important;*/
/*  pointer-events: none;*/
/*  cursor: default;*/
/*}*/

/*.user-lang ul.langs-list .langs-list-item {*/
/*  order: 2;*/
/*}*/

/*.user-lang span.icon-arrow-down {*/
/*  position: absolute;*/
/*  right: 0px;*/
/*  top: 7px;*/
/*  width: 10px;*/
/*  height: 10px;*/
/*  cursor: pointer;*/
/*}*/

/*.user-lang span.icon-arrow-down img {*/
/*  object-fit: contain;*/
/*  text-align: center;*/
/*  width: inherit;*/
/*  height: inherit;*/
/*  position: absolute;*/
/*}*/

/*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, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('/local/templates/militarist/css/fancybox_sprite@2x.png');
    background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url('/local/templates/militarist/css/fancybox_loading@2x.gif');
    background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
  }
}

/*
* HTML5 Boilerplate
*
* 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
 ========================================================================== */

@font-face {
  font-family: 'myriad_pcb';
  src: url('/local/templates/militarist/css/font/myriadpro-boldcond-webfont.eot');
  src: url('/local/templates/militarist/css/font/myriadpro-boldcond-webfont.eot?#iefix') format('embedded-opentype'),
  url('/local/templates/militarist/css/font/myriadpro-boldcond-webfont.woff') format('woff'),
  url('/local/templates/militarist/css/font/myriadpro-boldcond-webfont.ttf') format('truetype'),
  url('/local/templates/militarist/css/font/myriadpro-boldcond-webfont.svg#myriad_pro_condbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'myriad_pci';
  src: url('/local/templates/militarist/css/font/myriadpro-condit-webfont.eot');
  src: url('/local/templates/militarist/css/font/myriadpro-condit-webfont.eot?#iefix') format('embedded-opentype'),
  url('/local/templates/militarist/css/font/myriadpro-condit-webfont.woff') format('woff'),
  url('/local/templates/militarist/css/font/myriadpro-condit-webfont.ttf') format('truetype'),
  url('/local/templates/militarist/css/font/myriadpro-condit-webfont.svg#myriad_pro_conditalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'myriad_pc';
  src: url('/local/templates/militarist/css/font/myriadproc-webfont.eot');
  src: url('/local/templates/militarist/css/font/myriadproc-webfont.eot?#iefix') format('embedded-opentype'),
  url('/local/templates/militarist/css/font/myriadproc-webfont.woff') format('woff'),
  url('/local/templates/militarist/css/font/myriadproc-webfont.ttf') format('truetype'),
  url('/local/templates/militarist/css/font/myriadproc-webfont.svg#myriad_pro_condregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

body {
  font-size: 1em;
  line-height: 1.4;
}

/*
* Remove text-shadow in selection highlight: h5bp.com/i
* 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 images and the bottom of their containers: h5bp.com/i/440
*/

img {
  vertical-align: middle;
}

/*
* Remove default fieldset styles.
*/

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
* Allow only vertical resizing of textareas.
*/

textarea {
  resize: vertical;
}

/* ==========================================================================
 Chrome Frame prompt
 ========================================================================== */

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
 Author's custom styles
 ========================================================================== */

body{
  font-family: 'Trebuchet MS', Arial, Sans-serif;
  background: #fff;
  color: #4e4e4e;
  line-height: 1.38;
  font-size: 13px;
}

p{
  margin: 0 0 20px;
}

a{
  color: #0197c9;
}
a:hover{
  text-decoration: none;
}

img[align="left"]{
  float: left;
  margin: 0 20px 10px 0;
}
img[align="right"]{
  float: right;
  margin: 0 0 10px 20px;
}

h1{
  font-size: 22px;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1;
  margin: 0 0 15px;
}
h2{
  font-size: 18px;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1;
  margin: 0 0 15px;
}
h3{
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
  margin: 15px 0;
}

.section-header{
  line-height: 1;
  font-size: 22px;
  text-transform: uppercase;
  margin: 0 0 10px;
}

a.all-link{
  display: inline-block;
  font-size: 12px;
  color: #484747;
  line-height: 1;
  vertical-align: top;
  background: #eaeaea;
  padding: 4px 7px 5px;
  text-transform: none;
  position: relative;
  top: -6px;
}
.lt-ie8 a.all-link{
  display: inline;
  zoom: 1;
}
a.all-link::before{
  content: '';
  display: block;
  border: 6px solid transparent;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom-color: #eaeaea;
  position: absolute;
  bottom: 6px;
  left: -3px;
  outline: none;
}
a.all-link:hover{
  text-decoration: none;
}
a.all-link.orange{
  background: #f7cb37;
}
a.all-link.orange::before{
  border-bottom-color: #f7cb37;
}


blockquote{
  background: #f2f2f2;
  padding: 10px 40px 10px 60px;
  margin: 0 0 20px;
  position: relative;
}
blockquote::before{
  content: '';
  width: 34px;
  height: 25px;
  position: absolute;
  background: url(/local/templates/militarist/css/../img/sprite.png) -48px -84px no-repeat;
  left: 9px;
  top: 12px;
}

ul{
  list-style: url(/local/templates/militarist/css/../img/list.gif) outside;
  margin: 0 0 20px 25px;
  padding: 0;
}
ul li{
  margin: 0 0 8px;
}

ol{
  list-style: none;
  margin: 0 0 20px 25px;
  padding: 0;
  counter-reset:li;
}
ol li{
  position: relative;
  margin: 0 0 8px;
}
ol li::before{
  content:counter(li);
  counter-increment:li;
  position: absolute;
  width: 19px;
  height: 19px;
  background: #fcd03d;
  border-radius:10px;
  line-height: 20px;
  text-align: center;
  color: #4e4e4e;
  font-size: 12px;
  left: -25px;
  top: -1px;
}

table{
  width: 100%;
  margin: 0 0 20px;
}
table tbody{
  background: #f2f2f2;
  border-top: 7px solid #f2f2f2;
  border-bottom: 7px solid #f2f2f2;
}
table th{
  text-transform: uppercase;
  color: #f3f5f7;
  text-align: left;
  font-weight: normal;
  padding: 12px 18px;
  line-height: 1;
  background: #222;
}
table td{
  padding: 2px 18px;
  background: #f2f2f2;
}

input[type="text"],
input[type="email"],
input[type="password"]{
  height: 22px;
  line-height: 22px;
  background: #fff;
  padding: 0 8px;
  border: 1px solid #adadad;
  font-size: 13px;
  font-family: 'Trebuchet MS', Arial, Sans-serif;
}
textarea{
  padding: 8px;
  border: 1px solid #adadad;
  font-size: 13px;
  font-family: 'Trebuchet MS', Arial, Sans-serif;
  background: #fff;
}

.icon{
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background: url(/local/templates/militarist/css/../img/sprite.png) -9999px -9999px no-repeat;
}
.lt-ie8 .icon{
  display: inline;
  zoom: 1;
}

.wrap{
  margin: 0 auto;
}





.page-header{
  background: #222;
  padding: 25px 0 20px;
}
.page-header .wrap{
  /*height: 168px;*/
  position: relative;
}
.page-header .schedule{
  /*position: absolute;*/
  /*left: 364px;*/
  /*top: -3px;*/
  color: #d2d1d1;
  margin: -3px 7px 0 22px;
  float: left;
}

.page-header .logo{
  float: left;
  margin: 0 0 0 3px;
  width: 300px;
  height: 60px;
}
.page-header .main-menu{
  /*position: absolute;*/
  width: 100%;
  background: #383838;
  /*top: 121px;*/
  /*left: 0;*/
  /*height: 47px;*/
  position: relative;
}
.page-header .main-menu .search{
  float: right;
  margin: 10px 12px 0 0;
  position: relative;
}
.page-header .main-menu .search input[type="text"]{
  height: 27px;
  line-height: 27px;
  border: none;
  width: 220px;
  padding: 0 8px;
  background: #4f4f4f;
  font-size: 13px;
  color: #9c9b9b;
}
.page-header .main-menu .search input[type="submit"]{
  width: 16px;
  height: 17px;
  border: none;
  text-indent: -9999px;
  position: absolute;
  right: 7px;
  top: 5px;
  background: url(/local/templates/militarist/css/../img/sprite.png) -40px 0 no-repeat;
  overflow: hidden;
  text-indent: -9999px;
}
.page-header .main-menu > ul, .page-header .main-menu > div > ul{
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
}
.page-header .main-menu > ul > li, .page-header .main-menu > div > ul > li{
  float: left;
  margin: 0;
  position: relative;
  z-index: 500;
}
.page-header .main-menu > ul > li:nth-child(5) .sub_menu{
  margin-left: -285px !important;
}
.page-header .main-menu > ul > li:hover .sub_menu, .page-header .main-menu > div > ul > li:hover .sub_menu{
  left: 0;
  opacity: 1;
  margin: 0;
}
.page-header .main-menu > ul > li > a, .page-header .main-menu > div > ul > li > a{
  display: block;
  height: 47px;
  line-height: 47px;
  padding: 0 7px 0 6px;
  text-decoration: none;
  text-transform: uppercase;
  color: #b1b1b1;
  font-size: 14px;
}
.page-header .main-menu > ul > li:hover > a, .page-header .main-menu > ul > li > a:hover, .page-header .main-menu > div > ul > li:hover > a, .page-header .main-menu > div > ul > li > a:hover{
  background: #464646;
}
.page-header .main-menu > ul > li:last-child > a, .page-header .main-menu > div > ul > li:last-child > a{
  background: url(/local/templates/militarist/css/../img/active_menu.png);
}
.page-header .main-menu > ul > li.sale > a, .page-header .main-menu > div > ul > li.sale > a{
  background: #464646;
}
.page-header .main-menu > ul > li.active > a, .page-header .main-menu > div > ul > li.active > a{
  background: #464646;
}

.page-header .social{
  /*position: absolute;*/
  /*right: 0;*/
  /*top: 89px;*/
  font-size: 12px;
  color: #5e5e5e;
  line-height: 22px;
  float: right;
}
.page-header .social form{
  display: none;
}
.page-header .social .icon{
  width: 22px;
  height: 22px;
  margin-left: 1px;
  background-color: #383838;
}
.page-header .social .icon:hover{
  background-color: #515151;
}
.page-header .social .icon.fb{
  background-position: -50px -60px;
}
.page-header .social .icon.vk{
  background-position: -78px -60px;
}
.page-header .social .icon.tw{
  background-position: -105px -60px;
}
.page-header .social .icon.yu{
  background-position: -132px -60px;
}

.page-header .about-menu{
  /*position: absolute;*/
  /*left: 10px;*/
  /*top: 96px;*/
  font-size: 12px;
  line-height: 22px;
  clear: both;
  padding: 15px 0 15px;
  /*overflow: hidden;*/
}
.page-header .about-menu > ul{
  margin: 0;
  padding: 0 0 0 10px;
  list-style: none;
  list-style-image: none;
  line-height: 18px;
  overflow: hidden;
}
.page-header .about-menu > ul > li{
  float: left;
  margin: 0 14px 0 0;
}

li.langs-list-item:last-child a {
  margin-right: 10px;
}

.page-header .about-menu > ul > li a{
  color: #6a6a6a;
  line-height: 1;
}
.page-header .about-menu > ul > li.active a{
  color: #a7a7a7;
  text-decoration: none;
}
.page-header .about-menu > ul > li:last-child a{
  padding: 1px 10px;
  margin: -1px -10px;
  background: #fcd03d;
  text-decoration: none;
  white-space: nowrap;
}

.page-header .basket{
  float: right;
  width: 120px;
  height: 62px;
  border: 1px solid #717171;
  border-radius:4px;
  padding: 5px 0 0 70px;
  position: relative;
  margin: -1px 0 0;
}
.page-header .basket .basket-empty{
  margin-top: 21px;
}
.page-header .basket .price{
  font-size: 22px;
  color: #d5d5d5;
  line-height: 1;
  margin: 0;
}
.page-header .basket .price small{
  font-size: 18px;
  color: #9d9d9d;
}
.page-header .basket .basket-count{
  font-size: 13px;
  color: #7b7b7b;
  line-height: 1;
}
.page-header .basket .basket-count div{
  display: inline;
}
.page-header .basket .make-order{
  text-decoration: none;
  font-size: 13px;
  color: #fcd03d;
  border-bottom: 1px dashed;
  display: inline-block;
  line-height: 1;
}
.lt-ie8 .page-header .basket .make-order{
  display: inline;
  zoom: 1;
}
.page-header .basket button#basket-list{
  position: absolute;
  left: 12px;
  top: 50%;
  width: 45px;
  height: 45px;
  margin: -23px 0 0;
  background: transparent;
}

.page-header .basket button#basket-list .icon {
  width: 45px;
  height: 45px;
  background-position: 0 -60px;
}

.page-header .go-to-map{
  display: inline-block; *display: inline; *zoom: 1;
  /*position: absolute;*/
  /*left: 562px;*/
  /*top: 30px;*/
  width: 119px;
  height: 38px;
  background: url(/local/templates/militarist/css/../img/sprite.png) 0 -20px no-repeat;
  font-size: 13px;
  line-height: 37px;
  color: #9d9d9d;
  padding: 0 0 0 44px;
  text-decoration: none;
  margin: 14px 0 0;
}
.page-header .go-to-map:hover{
  background-position: -164px -20px;
}


.page-header .user-login{
  /*position: absolute;*/
  /*left: 562px;*/
  /*top: 1px;*/
  line-height: 1;
  font-size: 13px;
  color: #9d9d9d;
  display: inline-block; *display: inline; *zoom: 1;
}
.user-login .login{
  text-decoration: none;
  color: #9d9d9d;
  max-width: 70px;
  overflow: hidden;
}
.user-login .login .icon{
  width: 14px;
  height: 15px;
  background-position: -20px 0;
  margin: 0 7px 0 5px;
}
.user-login .login .text{
  display: inline-block;
  line-height: 1;
  border-bottom: 1px dashed;
}
.user-login .login .text .u_name{
  white-space: nowrap;
  word-wrap: normal;
  display: inline-block;
  line-height: 1;
  max-width: 70px;
  overflow: hidden;
}
.lt-ie8 .user-login .login .text{
  display: inline;
  zoom: 1;
}
.user-login .registration{
  color: #fcd03d;
  text-decoration: none;
  border-bottom: 1px dashed;
  display: inline-block;
}
.lt-ie8 .user-login .registration{
  display: inline;
  zoom: 1;
}

.user-login a:hover .text,
.user-login a.registration:hover{
  border-bottom: 1px solid transparent;
}

.schedule .call{
  display: block;
  padding:4px 5px 5px;
  background: #3b3b3b;
  border-radius:3px;
  font-size: 14px;
  color: #fcd03d;
  text-decoration: none;
  line-height: 1;
  height: 15px;
}
.schedule .call:hover{
  background: #434343;
}
.schedule .call:hover .text{
  border-bottom: 1px solid transparent;
}
.schedule .call .icon{
  width: 18px;
  height: 15px;
  background-position: 0 0;
  margin-right: 4px;
}
.schedule .call .text{
  line-height: 1;
  border-bottom: 1px dashed;
  display: inline-block;
}
.lt-ie8 .schedule .call .text{
  display: inline;
  zoom: 1;
}
.schedule .time{
  font-size: 12px;
  text-transform: uppercase;
  margin: 0 0 7px;
  line-height: 1;
}
.schedule .phone{
  font-size: 22px;
  color: #9d9d9d;
  line-height: 1;
  margin: 0 0 5px;
}

.schedule .phone a {
  text-decoration: none;
  color: #9d9d9d;
}

.schedule .phone a span{
  color: #fcd03d;
}

html{
  height: 100%;
}
body{
  min-height: 100%;
  position: relative;
}

.page-footer{
  /*height: 52px;*/
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  float: left;
}
.page-content{
  margin-bottom: 0 !important;
  padding-bottom: 406px;
  min-height: 145px;
}

.page-footer-links{
  background: #3c3c3c;
  padding: 15px 0 20px;
  font-size: 13px;
  /*height: 237px;*/
  position: absolute;
  bottom: 74px;
  left: 0;
  width: 100%;
  float: left;
}
.page-footer-links .newslatter {
  padding: 11px 0 0;
  border-top: 1px solid #696969;
  margin: 8px 0 0;
}
.page-footer-links .newslatter .text{
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 6px;
  font-family: Calibri, Arial, Sans-serif;
}
.page-footer-links .newslatter input[type="text"]{
  height: 23px;
  line-height: 23px;
  border: none;
  background: #e0e0e0;
  padding: 0 7px;
  width: 149px;
  font-size: 12px;
  color: #515151;
  vertical-align: top;
  margin: 0 3px 0 0;
}
.page-footer-links .newslatter input[type="submit"]{
  vertical-align: top;
  font-size: 14px;
  color: #515151;
  width: 29px;
  text-align: center;
  height: 23px;
  line-height: 23px;
  margin: 0;
  background: #eac23f;
  border: 0;
  text-transform: uppercase;
  text-indent: -1px;
}
.page-footer-links .cols{}
.page-footer-links .cols .col1{
  width: 232px;
  padding: 0 20px 0 0;
  float: left;
}
.page-footer-links .cols .col2{
  width: 230px;
  padding: 0 20px 0 0;
  float: left;
}
.page-footer-links .cols .col3{
  width: 242px;
  padding: 0 20px 0 0;
  float: left;
}
.page-footer-links .cols .col4{
  width: 195px;
  float: left;
}

.page-footer-links .col-hdr{
  line-height: 1;
  margin: 0 0 8px;
  font-size: 18px;
  color: #fcd03d;
  text-transform: uppercase;
}
.page-footer-links ul{
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
}
.page-footer-links ul li{
  margin: 0 0 1px;
}
.page-footer-links ul li a{
  color: #cbcbcb;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  line-height: 1;
  padding: 5px 7px;
  margin: 0 0 0 -7px;
}
.lt-ie8 .page-footer-links ul li a{
  display: inline;
  zoom: 1;
}
.page-footer-links ul li a:hover{
  background: #565656;
  color: #fff;
}


.page-footer{
  background: #222;
  padding: 11px 0;
}
.page-footer .wv-copyright{
  float: right;
  font-size: 12px;
  color: #dbdbdb;
  margin: 10px 0 0;
}
.page-footer .wv-copyright img{
  position: relative;
  top: -2px;
  margin: 0 2px 0 9px;
}
.page-footer .copyright{
  float: left;
  font-size: 12px;
  color: #dbdbdb;
  text-transform: uppercase;
  margin: 10px 215px 0 0;
  line-height: 1.3;
}
.page-footer .copyright a{
  color: #dbdbdb;
  text-decoration: none;

}
.page-footer .schedule{
  text-align: center;
  display: inline-block;
}
.lt-ie8 .page-footer .schedule{
  display: inline;
  zoom: 1;
}
.page-footer .schedule .phone{
  font-size: 28px;
}
.page-footer .schedule .phone span{}
.page-footer .schedule .time{
  color: #d2d1d1;
}


.breadcrumbs{
  background: #eaeaea;
  margin: 0 0 15px;
  line-height: 1;
  padding: 13px 0 12px;
  font-size: 12px;
  text-transform: uppercase;
}
.breadcrumbs ul{
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
}
.breadcrumbs ul li{
  float: left;
  margin: 0;
}
.breadcrumbs ul li + li{
  margin-left: 3px;
}
.breadcrumbs ul li + li::before{
  content: '/';
  color: #909090;
  margin-right: 3px;
}
.breadcrumbs ul li a{
  text-decoration: none;
  color: #909090;
  line-height: 1;
}


.page-content{
  margin: 0 auto 30px;
}


.status{
  display: inline-block;
  line-height: 1;
  font-size: 12px;
  padding:3px 5px;
  color: #4e4e4e;
}
.lt-ie8 .status{
  display: inline;
  zoom: 1;
}

.avalible{
  background: #fcd03d;
}
.avalible .icon{
  width: 8px;
  height: 8px;
  background-position: -60px 0;
  margin-right: 4px;
  top: -1px;
}

.ending{
  background: #dcdddd;
}
.ending .icon{
  width: 14px;
  height: 13px;
  background-position: -70px 0;
  margin: -1px 4px 0 0;
}

.out-of-stock{
  color: #e8e8e8;
  background: #222;
}
.out-of-stock .icon{
  width: 8px;
  height: 8px;
  margin-right: 4px;
  background-position: -88px -5px;
}
.out-of-stock+.r-arr{
  width: 12px;
  height: 10px;
  background-position: -99px -4px;
  top: -1px;
}
.icon.send-message{
  width: 30px;
  height: 18px;
  background-position: -114px 0;
  top: -1px;
}

.to-basket{
  text-decoration: none;
  color: #ededed;
  display: inline-block;
  line-height: 1;
  padding: 2px 6px 1px 9px;
  background: #383838;
}
.lt-ie8 .to-basket{
  display: inline;
  zoom: 1;
}
.to-basket .icon{
  width: 20px;
  height: 21px;
  background-position: -89px -84px;
  margin-left: 6px;
  top: -1px;
}
.to-basket.disabled{
  background: #c0c0c0;
  cursor: default;
}
.to-basket.disabled .icon{
  background-position: -113px -84px;
}



.main-slider-wrap{
  background: #222;
  padding: 0 0 25px;
}
.main-slider{
  height: 310px;
  overflow: hidden;
  position: relative;
}
.main-slider #main-slider-prev{
  width: 31px;
  height: 51px;
  background: url(/local/templates/militarist/css/../img/sprite.png) 0 -160px no-repeat;
  position: absolute;
  left: 13px;
  top: 50%;
  margin: -25px 0 0;
  cursor: pointer;
  opacity: .75;
}
.main-slider #main-slider-next{
  width: 31px;
  height: 51px;
  background: url(/local/templates/militarist/css/../img/sprite.png) -31px -160px no-repeat;
  position: absolute;
  right: 13px;
  top: 50%;
  margin: -25px 0 0;
  cursor: pointer;
  opacity: .75;
}
.main-slider #main-slider-prev:hover,
.main-slider #main-slider-next:hover{
  opacity: 1;
}
.main-slider ul{
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
}
.main-slider ul li{
  float: left;
  max-width: 100%;
}
.main-slider ul img{
  max-width: 100%;
  width: 100%;
  height: auto !important;
}


.main-slider .slick-slide img{
  max-width: 100%;
  width: 100%;
  height: auto !important;
}


.main-slider-container {
  background: #222;
  padding: 0 0 25px;
}



.catalog-menu-wrap{
  background: #eaeaea;
  padding: 10px 0;
  margin: 0 0 25px;
}
.catalog-menu-wrap.mobile{
  display: none;
}
.catalog-menu{}
.catalog-menu ul{
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
  font-size: 0;
  display: table;
}
.catalog-menu ul li{
  margin: 0;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 130px;
  padding: 0 15px;
}
.lt-ie8 .catalog-menu ul li{
  display: inline;
  zoom: 1;
}
.catalog-menu ul li .img-wrap{
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius:40px;
  background: #f7cb37;
  margin: 0 0 5px;
  transition:background .2s ease;
  -moz-transition:background .2s ease;
  -webkit-transition:background .2s ease;
}
.lt-ie8 .catalog-menu ul li .img-wrap{
  display: inline;
  zoom: 1;
}
.catalog-menu ul li a{
  text-decoration: none;
  color: #4e4e4e;
  font-size: 14px;
  text-transform: uppercase;
  transition:color .2s ease;
  -moz-transition:color .2s ease;
  -webkit-transition:color .2s ease;
}
.catalog-menu ul li a img{

}
.catalog-menu ul li a span{
  display: block;
}
.catalog-menu ul li a:hover{
  color: #7b7841;
}
.catalog-menu ul li a:hover .img-wrap{
  background: #f7d85e;
}


.page-additional-text{
  background: #eaeaea;
  padding: 15px 0 0;
  font-size: 12px;
  color: #6e6e6e;
}


.top-cols{
  margin: 0 0 40px;
}

.brands-list{}
.brands-list ul{
  margin: 0 -1px 0 -11px;/*завдання № 3467 margin: 0 -1px 0 -9px;*/
  padding: 0;
  list-style: none;
  list-style-image: none;
  font-size: 0;
  display: table;
}
.brands-list ul li{
  display: inline-block;
  vertical-align: top;
  margin: 0 0 10px 7px;/*завдання № 3467 margin: 0 0 10px 8px;*/
}
.lt-ie8 .brands-list ul li{
  display: inline;
  zoom: 1;
}
.brands-list ul li a{
  display: block;
  margin: 1px;
  border: 1px solid #dbdbdb;
  border-radius:2px;
  transition:border-color .2s ease;
  -moz-transition:border-color .2s ease;
  -webkit-transition:border-color .2s ease;
}
.brands-list ul li a img{
  display: block;
}
.brands-list ul li a:hover{
  border: 2px solid #f7cb37;
  margin: 0;
}


.new-items{}
.new-items .new-items-content{
  background: #eaeaea;
  padding: 13px 0 9px;
}
.new-items .new-items-content ul{
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
}
.new-items .new-items-content ul li{
  float: left;
  width: 210px;
  margin: 0 0 0 20px;
}
.new-items .new-items-content ul li a{
  text-decoration: none;
  display: inline-block;
  *display: inline;
  zoom: 1;
  max-width: 100%;
}
.new-items .new-items-content .img-wrap{
  margin: 0 0 5px;
  display: block;
  background: #fff;
}
.new-items .new-items-content .price{
  font-size: 15px;
  letter-spacing: -1px;
}
.new-items .new-items-content .price span.big{
  font-size: 23px;
  white-space: nowrap;
}
.new-items .new-items-content .price span{
  white-space: nowrap;
}
.new-items .new-items-content .price big small{
  font-size: 15px;
}
.new-items .new-items-content .item-name{
  color: #4e4e4e;
  font-size: 15px;
  display: block;
  height: 26px;
  line-height: 1.1;
  overflow: hidden;
  border-bottom: 1px solid #bfbfbf;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
.new-items .new-items-content .item-name:hover{
  color: #7b7841;
}
.new-items .new-items-content .buy-btn{
  width: 31px;
  height: 25px;
  line-height: 25px;
  float: right;
  background: #383838;
  text-align: center;
}
.new-items .new-items-content .buy-btn .icon{
  width: 20px;
  height: 21px;
  background-position: -163px -84px;
  top: -1px;
}
.new-items .new-items-content .buy-btn:hover{
  background: #454625;
}
.new-items .new-items-content .buy-btn:hover .icon{
  background-position: -138px -84px;
}
.new-items .new-items-content .bottom{
  margin: 5px 0 0;
}


.midle-cols{
  margin: 0 0 25px;
}


.main-news-list{}
.main-news-list ul{
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
}
.main-news-list ul li{
  margin: 0 0 8px;
  padding: 8px 0 0;
}
.main-news-list ul li + li{

  border-top: 1px solid #cecece;
}
.main-news-list ul li a{
  color:#4e4e4e;
  text-decoration: none;
}
.main-news-list ul li a img{
  border: 0;
  float: left;
}
.main-news-list ul li a:hover{
  text-decoration: underline;
}
.main-news-list ul li .date{
  color: #848484;
  font-style: italic;
  margin: 3px 0 0;
}



.benefits{}
.benefits .section-header{
  margin: 0 0 20px;
}
.benefits ol{
  margin: 0 0 0 20px;
  padding: 0;
}
.benefits ol li{
  margin: 0;
  background: #eaeaea;
  padding: 5px 0 5px 40px;
  font-size: 12px;
  color: #787676;
  line-height: 1;
}
.benefits ol li span.big{
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 2px;
  color: #4e4e4e;
}
.benefits ol li + li{
  margin: 25px 0 0;
}
.benefits ol li::before{
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius:25px;
  font-size: 60px;
  left: -25px;
  top: -3px;
  text-align: right;
  overflow: hidden;
}

.popular{}
.popular .popular-slider{
  padding: 10px 43px 5px;
  background: #f7cb37;
  position: relative;
  margin: -5px 0 0;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.popular .popular-slider ul{
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
}
.popular .popular-slider ul li{
  float: left;
  width: 200px;

  margin: 0 10px;
}
.popular #popular-slider-prev{
  width: 24px;
  height: 40px;
  position: absolute;
  left: 12px;
  top: 90px;
  background: url(/local/templates/militarist/css/../img/sprite.png) -64px -160px no-repeat;
  cursor: pointer;
}
.popular #popular-slider-prev:hover{
  background-position: -115px -160px;
}
.popular #popular-slider-next{
  width: 24px;
  height: 40px;
  position: absolute;
  right: 12px;
  top: 90px;
  background: url(/local/templates/militarist/css/../img/sprite.png) -88px -160px no-repeat;
  cursor: pointer;
}
.popular #popular-slider-next:hover{
  background-position: -139px -160px;
}

.popular .img-wrap{
  width: 200px;
  height: 200px;
  line-height: 200px;
  background: #fff;
  text-align: center;
  margin: 0 0 10px;
  display: block;
  overflow: hidden;
  position: relative;
}
.popular ul li a{
  text-decoration: none;
}
.popular .item-name{
  font-size: 13px;
  color: #383838;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
.popular .item-name:hover{
  text-decoration: underline;
}
.popular .bottom{
  margin: 5px 0 0;
  padding: 5px 0 0;
  border-top: 1px solid #928045;
  line-height: 1;
}

.popular .item_slide-popular {
  max-width: 200px;
  margin: 0 auto;
}

.popular .item_slide-popular img {
  width: 100%;
}

.popular .item_slide-popular a {
  text-decoration: none;
}


.popular .buy-btn{
  width: 31px;
  height: 25px;
  line-height: 25px;
  float: right;
  background: #383838;
  text-align: center;
}
.popular .buy-btn .icon{
  width: 20px;
  height: 21px;
  background-position: -163px -84px;
  top: -1px;
}
.popular .buy-btn:hover{
  background: #454625;
}
.popular .buy-btn:hover .icon{
  background-position: -138px -84px;
}

.popular .price{
  font-size: 15px;
  letter-spacing: -1px;
}
.popular .price span.big{
  font-size: 23px;
  white-space: nowrap;
}
.popular .price big small{
  font-size: 15px;
}
.popular .price span{
  white-space: nowrap;
}



.bottom-cols{}


.reviews-list{}
.reviews-list ul{
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
}
.reviews-list ul li{
  margin: 0 0 20px;
  overflow: hidden;
}
.reviews-list ul li img{
  float: left;
  margin: 0 13px 0 0;
}
.reviews-list .over{
  overflow: hidden;
}
.reviews-list .name{
  font-size: 14px;
}
.reviews-list .text{}


.video-reviews{
  background: #eaeaea;
  padding: 13px;
  position: relative;
}
.video-reviews ul{
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
}
.video-reviews ul li{
  float: left;
  width: 600px;
}
.video-reviews ul li .title{
  font-size: 18px;
  line-height: 1;
  margin: 10px 0 0;
}
.video-reviews #video-reviews-prev{
  position: absolute;
  width: 20px;
  height: 20px;
  background:url(/local/templates/militarist/css/../img/sprite.png) -192px -60px no-repeat;
  top: 14px;
  right: 43px;
  cursor: pointer;
}
.video-reviews #video-reviews-prev:hover{
  background-position: -192px -84px;
}
.video-reviews #video-reviews-next{
  position: absolute;
  width: 20px;
  height: 20px;
  background:url(/local/templates/militarist/css/../img/sprite.png) -216px -60px no-repeat;
  top: 14px;
  right: 19px;
  cursor: pointer;
}
.video-reviews #video-reviews-next:hover{
  background-position: -216px -84px;
}

.btn{
  display: inline-block;
  margin: 0;
  font-size: 14px;
  color: #383838;
  cursor: pointer;
  line-height: 1;
  border: 0;
  padding: 10px 15px;
  background: #fcd03d;
  text-decoration: none;
}
.lt-ie8 .btn{
  display: inline;
  zoom: 1;
}
.btn.small{
  padding: 6px 10px;
  font-size: 12px;
}
.btn.gray{
  background: #efefef;
}
.btn.black{
  color: #f0f0f0;
  background: #222;
}

.help-form{
  max-width: 525px;
  padding: 10px;
  background: #f4f4f4;
  margin: 0 0 10px;
}
.help-form .help-form-header{
  font-size: 14px;
  color: #4e4e4e;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 10px;
  font-weight: bold;
}
.help-form .req{
  color: #d20000;
}
.help-form .row{
  margin: 0 0 6px;
}
.help-form .row .row-label{
  float: left;
  width: 170px;
}
.help-form .row .row-content{
  margin: 0 0 0 170px;
}
.help-form .row textarea{
  width: 337px;
  height: 80px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.help-form .row input[type="text"]{
  width: 337px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.help-form .row.buttons{
  margin:10px 0 0;
  text-align: right;
}


.qna-list{
  margin: 0 0 20px;
}
.qna-list ul{
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
}
.qna-list ul li{
  padding: 10px 0 8px 85px;
  position: relative;
  border-top: 1px solid #d6d6d6;
  margin: 0;
}
.qna-list .question{
  position: relative;
  margin: 0 0 15px;
}
.qna-list .question .title{
  position: absolute;
  right: 100%;
  top: -2px;
  margin-right: 13px;
  background: #222;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 4px 10px;
  line-height: 1;
}
.qna-list .answer{
  position: relative;
}
.qna-list .answer .title{
  position: absolute;
  right: 100%;
  top: -2px;
  margin-right: 13px;
  background: #fcd03d;
  color: #4e4e4e;
  font-size: 14px;
  text-transform: uppercase;
  padding: 4px 10px;
  line-height: 1;
}



.news-list{}
.news-list ul{
  margin: 0 0 0 -20px;
  padding: 0;
  list-style: none;
  list-style-image: none;
  font-size: 0;
  display: table;
}
.news-list ul li{
  font-size: 13px;
  display: inline-block;
  width: 225px;
  margin: 0 0 45px 20px;
  vertical-align: top;
}
.lt-ie8 .news-list ul li{
  display: inline;
  zoom: 1;
}
.news-list .img-wrap{
  border: 2px solid #d6d6d6;
  width: 221px;
  height: 136px;
  line-height: 136px;
  text-align: center;
  margin: 0 0 10px;
}
.news-list .img-wrap img{
  display: block;
}
.news-list .news-topic{
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 5px;
}
.news-list .news-text{
  margin: 0 0 5px;
}
.news-list .date{
  font-style: italic;
  color: #848484;
}



.pagination{
  text-align: center;
}
.pagination ul{
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
  display: inline-block;
}
.lt-ie8 .pagination ul{
  display: inline;
  zoom: 1;
}
.pagination ul li{
  float: left;
  font-size: 16px;
  color: #464444;
}
.pagination ul li + li{
  margin-left: 8px;
}
.pagination ul li a{
  display: block;
  width: 25px;
  height: 25px;
  text-align: center;
  background: #efefef;
  line-height: 25px;
  text-decoration: none;
  font-size: 16px;
  color: #464444;
}
.pagination ul li a:hover{
  background: #e4e4e4;
}
.pagination ul li.prev a{
  background:#d1d1d1 url(/local/templates/militarist/css/../img/sprite.png) -239px -60px no-repeat;
}
.pagination ul li.prev a:hover{
  background-color: #d1d1d1;
  border-color: #d1d1d1;
}
.pagination ul li.next a{
  background:#d1d1d1 url(/local/templates/militarist/css/../img/sprite.png) -265px -60px no-repeat;
}
.pagination ul li.next a:hover{
  background-color: #d1d1d1;
  border-color: #d1d1d1;
}
.pagination ul li.active a{
  color: #fff;
  background: #383838;
}


a.back{
  font-size: 12px;
  text-decoration: none;
  color: #464444;
  display: block;
  line-height: 1;
  padding: 6px 7px;
  background: #fcd03d;
  display: inline-block;
}
.lt-ie8 a.back{
  display: inline;
  zoom: 1;
}
a.back::before{
  content: '';
  display: inline-block;
  border: 4px solid transparent;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-right-color: #1f1f1f;
  margin-right: 7px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}


.share{
  padding: 15px 0 0;
  margin: 0 0 20px;
  border-top: 1px solid #d2d2d2;
}

.share .social-icons{
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.lt-ie8 .share .social-icons{
  display: inline;
  zoom: 1;
}

.social-icons{
  font-size: 0;
}
.social-icons .icon{
  width: 21px;
  height: 21px;
  margin-right: 6px;
}
.social-icons .fb{
  background-position: -240px -88px;
}
.social-icons .vk{
  background-position: -267px -88px;
}
.social-icons .tw{
  background-position: -294px -88px;
}

.open-id .icon{
  width: 21px;
  height: 21px;
  margin-right: 6px;
}
.open-id .icon.facebook{
  background-position: -240px -88px;
}
.open-id .icon.vkontakte{
  background-position: -267px -88px;
}
.open-id .icon.twitter{
  background-position: -294px -88px;
}
.open-id .icon.googleoauth{
  background-position: -306px -61px;
}



.reviews-big-list{}
.reviews-big-list ul {
  text-align: left;
  padding: 0px;
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
}
.reviews-big-list ul li {
  display: inline-block;
  width: 49%;
  vertical-align: top;
  text-align: left;
  box-sizing: border-box;
  padding-right: 25px;
}
.reviews-big-list ul{
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
}
.reviews-big-list ul li{
  overflow: hidden;
  margin: 0 0 30px;
}
.reviews-big-list .img-wrap{
  float: left;
  border: 2px solid #d6d6d6;
  margin: 0 20px 0 0;
}
.reviews-big-list .img-wrap img{
  display: block;
}
.reviews-big-list .over{
  overflow: hidden;
}
.reviews-big-list .over .date{
  margin: 0 0 5px;
  font-style: italic;
  color: #848484;
}
.reviews-big-list .over .review-topic{
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 5px;
}
.reviews-big-list .over .text{
  margin: 0 0 10px;
}
.reviews-big-list .over .review-share{
  color: #999;
}
.reviews-big-list .over .review-share .social-icons{
  display: inline-block;
  vertical-align: middle;
}
.lt-ie8 .reviews-big-list .over .review-share .social-icons{
  display: inline;
  zoom: 1;
}



.brands-nav{
  line-height: 25px;
  margin: 0 0 25px;
}
.brands-nav ul{
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
  padding: 0;
  list-style: none;
  list-style-image: none;
}
.lt-ie8 .brands-nav ul{
  display: inline;
  zoom: 1;
}
.brands-nav ul li{
  float: left;
  margin: 0 4px 0 0;
}
.brands-nav ul li a{
  display: block;
  height: 25px;
  width: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 16px;
  color: #464444;
  text-decoration: none;
  background: #efefef;
  text-transform: uppercase;
  position: relative;
}
.brands-nav ul li a::after{
  content: '';
  display: block;
  border: 3px solid transparent;
  border-top-color: #efefef;
  position: absolute;
  top: 100%;
  left: 50%;
  margin: 0 0 0 -3px;
}
.brands-nav ul li a:hover{
  background: #383838;
  color: #fff;
}
.brands-nav ul li a:hover::after{
  border-top-color: #383838;
}


.brands-list-item{}
.brands-list-item .brands-list{
  font-size: 0;
}
.brands-list-item .brands-list ul{
  margin: 0 -2px 0 -32px;
}
.brands-list-item .brands-list ul li{
  margin: 0 0 15px 30px;
}
.brands-list-item .header{
  background: url(data:image/gif;base64,R0lGODlhAQABAIAAANvb2wAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==) 0 50% repeat-x;
  margin: 0 0 15px;
}
.lt-ie9 .brands-list-item .header{
  background: url(/local/templates/militarist/css/../img/g-dot.gif) 0 50% repeat-x;
}
.brands-list-item .header .number{
  width: 40px;
  background: #fff;
}
.brands-list-item .header .number span{
  display: block;
  width: 29px;
  height: 29px;
  line-height: 29px;
  background: #fcd03d;
  text-align: center;
  font-size: 18px;
  color: #4e4e4e;
  border-radius:15px;
  text-transform: uppercase;
}



.sidebar{
  width: 230px;
  float: left;
}

.sidebar + .page-content-inner{
  margin: 0 0 0 250px;
}

.sidebar + .page-content-inner, #bx_incl_area_9 + .page-content-inner, #bx_incl_area_9 + script + .page-content-inner{
  margin: 0 0 0 250px;
}


.side-menu{
  margin: 0 0 20px;
  background: #efefef;
}
.side-menu .side-menu-header{
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
  padding:11px 10px;
  background: #222;
  border-bottom: 5px solid #fcd03d;
}
.side-menu > ul{
  margin: 0;
  padding:8px 0;
  background: #efefef;
  list-style: none;
  list-style-image: none;
}
.side-menu > ul > li{
  margin: 0;
}
.side-menu > ul > li.active > a{
  color: #fff;
  background: #565656;
}
.side-menu > ul > li + li{
  margin-top: 2px;
}
.side-menu > ul > li > a{
  display: block;
  text-transform: uppercase;
  background: #dcdddd;
  font-size: 14px;
  color: #4e4e4e;
  text-decoration: none;
  line-height: 1;
  padding: 6px 10px;
}
.side-menu > ul > li > a:hover{
  /*color: #fff;
  background: #222;*/
}
.side-menu > ul.catalog-lvl1-menu > li{
  display: block;
  text-transform: uppercase;
  background: #dcdddd;
  font-size: 14px;
  color: #4e4e4e;
  text-decoration: none;
  line-height: 1;
  padding: 6px 10px;
  position: relative;
}
.side-menu > ul.catalog-lvl1-menu > li .open{
  position: absolute;
  right: 8px;
  top: 10px;
  width: 6px;
  height: 6px;
  background-position: -246px 0;
  cursor: pointer;
}
.side-menu > ul.catalog-lvl1-menu > li .open.opened{
  background-position: -240px 0;
}
.side-menu > ul.catalog-lvl1-menu > li > a{
  display: inline;
  background: none;
  padding: 0;
}

.side-menu > ul.catalog-lvl1-menu > li ul{
  background: #efefef;
  margin:6px -10px -6px;
  padding: 5px 15px;
  list-style: none;
  list-style-image: none;
  display: none;
}
.side-menu > ul.catalog-lvl1-menu > li.active{
  background: #fcd03d;
}
.side-menu > ul.catalog-lvl1-menu > li.active ul{
  display: block;
}
/*.side-menu > ul.catalog-lvl1-menu > li .open.opened+ul{
  display: block;
}*/
.side-menu > ul.catalog-lvl1-menu > li ul li{
  line-height: 1;
  padding: 5px 0;
  margin: 0;
}
.side-menu > ul.catalog-lvl1-menu > li ul li + li{
  border-top: 1px dotted #888;
}
.side-menu > ul.catalog-lvl1-menu > li ul li a{
  font-size: 13px;
  color: #333;
  text-decoration: none;
  text-transform: none;
  line-height: 1;
}
.side-menu > ul.catalog-lvl1-menu > li ul li a:hover{
  text-decoration: underline;
}





.user-info{
  margin: 0 0 15px;
  border-bottom: 1px solid #d6d6d6;
}
.user-info table{
  margin: 0 0 16px;
}
.user-info table tbody{
  border: 0;
  background: none;
}
.user-info table td{
  background: none !important;
  border: none;
  padding: 3px 10px;
  padding-left: 0;
  background: none;
}
.user-info table tr td:first-child{
  width: 140px;
  color: #909090;
}


.basket-tabs{
  margin: 0 0 18px;
  line-height: 18px;
  color: #909090;
}
.basket-tabs a{
  display: inline-block;
  line-height: 18px;
  font-size: 12px;
  color: #383838;
  text-decoration: none;
  background: #eaeaea;
  padding: 0 10px;
}
.lt-ie8 .basket-tabs a{
  display: inline;
  zoom: 1;
}
.basket-tabs a.active{
  color: #e6e6e6;
  background: #222;
}


.orders-list{}
.orders-list td{
  background: #efefef;
}
.orders-list tbody{
  border: 0;
  background: none;
}

.orders-list tr td{
  padding: 10px;
  vertical-align: top;
}
.orders-list tr th + th{
  text-align: right;
  text-transform: none;
}
.orders-list tr th a{
  color: #fff;
}
.orders-list tr td + td{
  text-align: right;
}
.orders-list tr th:first-child{
  font-size: 15px;
}
.orders-list tr th:first-child small{
  text-transform: none;
  font-size: 13px;
}
.orders-list tr th:first-child small span{
  color: #c6c6c6;
}


.orders-list table td span{
  color: #747474;
}
.orders-list table td ol{
  margin: 6px 0 0;
  padding-left: 0px;
}
.orders-list table td ol a{
  text-decoration: none;
  text-transform: uppercase;
}
.orders-list table td ol a:hover{
  text-decoration: underline;
}
.orders-list table td ol li{
  padding: 0;
  margin: 0;
}
.orders-list table td ol li::before{
  content: counter(li)'. ';
  counter-increment: li;
  position: static;
  width: auto;
  height: auto;
  background: transparent;
  border-radius: 0;
  line-height: 1.2;
  text-align: center;
  color: #333333;
  font-size: 13px;
  font-weight: bold;
}
.orders-list table td ul{
  list-style: none;
  padding: 0;
  margin: 0;
  list-style-image: none;
}


.orders-list .status{
  margin: 0 0 10px;
  padding: 7px 13px;
  display: inline-block;
  color: #333333;
  text-align: left;
  font-size: 15px;
  background: #fff;
  border: 1px solid #adadad;
}
.lt-ie8 .orders-list .status{display: inline;zoom: 1;}
.orders-list .status.waiting{
  /*background: #e2d501;*/
}
.orders-list .status.waiting .icon{
  width: 22px;
  height: 10px;
  background-position: -152px -1px;
  top: -1px;
  margin-left: 6px;
}
.orders-list .status.sending{
  /*background: #95ae23;*/
}
.orders-list .status.sending .icon{
  width: 16px;
  height: 14px;
  background-position: -177px -2px;
  margin-left: 8px;
  top: -1px;
}
.orders-list .status.done{
  /*background: #eaeaea;*/
}
.orders-list .status.done .icon{
  width: 14px;
  height: 13px;
  background-position: -197px -2px;
  margin-left: 8px;
  top: -1px;
}
.orders-list .status.canceled{
  /*background: #ffa999;*/
}

.orders-list .btn{
  margin: 0 0 5px;
  width: 105px;
  text-align: center;
}


.window{
  /*display: none;*/
  padding: 10px;
  background: #fff;
}

.item-sizes img.modal-size-img {
  width: 100%;
}

.modal-window .fancybox-close{
  width: 10px;
  height: 10px;
  background: url(/local/templates/militarist/css/../img/sprite.png) -220px 0 no-repeat;
  top: 7px;
  right: 7px;
}
.modal-window .fancybox-skin{
  background: #fff;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.modal-window .window-header{
  margin: -10px -10px 10px;
  background: #fcd03d;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  padding: 11px;
}
.modal-window .window-content{
  padding: 10px;}


.modal-content.modal-window .window-header {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.modal-content .modal-header .close {
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
  position: absolute;
  right: 10px;
}

.modal-content .modal-header .modal-title {
  margin: 0;
}

.modal-content .modal-header .close span {
  font-size: 24px;
}


.small_basket_content {
  padding: 0 15px 25px;
}

#add-2-basket-popup .modal-content .small_basket_content button.close {
  border: none;
  background: transparent;
  position: absolute;
  top: 0px;
  right: 5px;
}

#add-2-basket-popup .modal-content .small_basket_content .close span {
  font-size: 24px;
  color: #444;
}

#add-2-basket-popup .modal-content .small_basket_content {
  position: relative;
}

#add-2-basket-popup #addItemInCart {
  margin: 0 auto;
  background: transparent;
}

.window .open-id{
  padding: 7px;
  background: #efefef;
  margin: 0 0 15px;
  line-height: 21px;
  font-size: 12px;
}
.window .open-id .lsnn{
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
}
.window .open-id .bx-auth-line,
.window .open-id .bx-auth-float{
  padding: 0;
  margin: 0;
  border: 0;
}
.window .message{
  background: #f2f2f2;
  padding: 6px 30px;
  margin: 0 0 15px;
  width: 260px;
  font-size: 12px;
  position: relative;
}
.window .message::before{
  content: '!';
  position: absolute;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  color: #fff;
  background: #222;
  border-radius:8px;
  left: 6px;
  top: 6px;
}
.window .message .error{
  color: #cf0000;
}
.window .form{
  width: 280px;
}
.window .form .row{
  margin: 0 0 10px;
}
.window .form .row-label{
  float: left;
  width: 80px;
  padding: 4px 4px 0 0;
  font-size: 12px;
}
.window .form.registration-form{
  width: 300px;
}

.modal-content .window .form.registration-form {
  width: 100%;
}


.modal-content .window .form.registration-form .row-label {
  width: 90px;
}

.modal-content .window .form.registration-form .row-content {
  margin: 0 0 0 90px;
}


.window .form.registration-form .row-label{
  width: 114px;
}
.window .form.registration-form .row-content{
  margin: 0 0 0 118px;
}
.window .form .row-content{
  margin: 0 0 0 84px;
}
.window .form label{}
.window .form input[type="text"],
.window .form input[type="password"]{
  width: 177px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.window .form textarea{
  width: 195px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.window .form .forgot-password{
  float: right;
}
.window .form .req{
  color: #cf0000;
}
.window .form .buttons{
  text-align: center;
  margin: 20px 0 0;
}
.window .form .buttons .btn{
  margin: 0 3px;
  font-size: 13px;
  padding: 7px 15px;
}

.window#wait-list-window{
  background: #fff;
  width: auto;
  max-width: 300px;
}
.window#wait-list-window .wait-list-hdr{
  margin: -20px -20px 10px;
  background: #fcd03d;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  padding: 11px;
  color: #444;
  font-size: 16px;
  line-height: 1.3;
}
.window#wait-list-window label{
  color: #444;
  font-size: 12px;
}
.window#wait-list-window .form-wrap input[type="text"]{
  height: 22px;
  line-height: 22px;
  background: #fff;
  padding: 0 8px;
  border: 1px solid #adadad;
  font-size: 13px;
  font-family: 'Trebuchet MS', Arial, Sans-serif;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  /*width: 200px;*/
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.window#wait-list-window .form-wrap .row-label{
  float: left;
  width: 68px;
  padding: 4px 4px 0 0;
  font-size: 12px;
  margin-right: -100%;
}
.window#wait-list-window .row-content{
  margin: 0 0 0 72px;
}
.window#wait-list-window .form-wrap .row{
  margin-bottom: 10px;
}
.window#wait-list-window .form-bottom input.button-popup-instok{
  margin: 0 3px;
  font-size: 13px;
  padding: 7px 15px;
  color: #f0f0f0;
  background: #222;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0 none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.window#wait-list-window .form-bottom a{
  margin-left: 10px;
  font-size: 14px;
  color: #888;
}



.user-info-edit{

}
.form-wrap{
  font-size: 14px;
}
.form-wrap h3{
  margin: 0 0 4px;
}
.form-wrap fieldset{
  padding: 10px 0 15px;
  border-bottom: 1px solid #cdcdcd;
  margin: 0 0 10px;
}
.form-wrap .row.buttons{
  padding: 5px 0 16px 0;
}
.form-wrap .row{
  margin: 0 0 6px;
  font-size:0;
}
.form-wrap .row .row-label{
  display: inline-block;
  width: 130px;
  margin: 0 10px 0 0;
  vertical-align: middle;

}
.lt-ie8 .form-wrap .row .row-label{
  display: inline;
  zoom: 1;
}
.form-wrap .row .row-content{
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
}
.lt-ie8 .form-wrap .row .row-content{
  display: inline;
  zoom: 1;
}
.form-wrap .row label{
  font-size: 13px;
  color: #909090;
}
.form-wrap .row input[type="text"],
.form-wrap .row input[type="password"],
.form-wrap .row input[type="email"],
.form-wrap .row input[type="number"],
.form-wrap .row input[type="search"],
.form-wrap .row input[type="tel"]{
  width: 230px;
  padding: 0 5px;
}
.form-wrap .row.buttons .btn{
  margin-right: 10px;
}

.user-social-link{}
.user-social-link .links{
  margin: 6px 0 0;
}
.user-social-link .links .icon{
  width: 21px;
  height: 21px;
  margin-right: 6px;
}
.user-social-link .links .icon.fb{
  background-position: -240px -88px;
}
.user-social-link .links .icon.vk{
  background-position: -267px -88px;
}
.user-social-link .links .icon.tw{
  background-position: -294px -88px;
}
.user-social-link .links .icon.gp{
  background-position: -306px -61px;
}


.cities-list{
  margin: 0 0 17px;
}
.cities-list ul{
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
}
.cities-list ul li{
  float: left;
}
.cities-list ul li + li{
  margin-left: 6px;
}
.cities-list ul li a{
  display: block;
  font-size: 14px;
  color: #383838;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
  padding: 12px;
  background: #eaeaea;
  position: relative;
}
.cities-list ul li a::before{
  content: '';
  position: absolute;
  display: block;
  border: 5px solid transparent;
  border-top-color: #eaeaea;
  top: 100%;
  left: 50%;
  margin: 0 0 0 -5px;
}
.cities-list ul li a:hover{
  background: #383838;
  color: #e6e6e6;
}
.cities-list ul li a:hover::before{
  border-top-color: #383838;
}


.shops{}
.shops .city{
  font-size: 18px;
  color: #4e4e4e;
  text-transform: uppercase;
  line-height: 1;
  padding: 10px;
  background: #fcd03d;
  margin: 0 0 20px;
  text-align: center;
}
.shops .shops-list{}
.shops .shops-list > ul{
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
}
.shops .shops-list > ul > li{
  padding: 15px;
  background: #eaeaea;
  margin: 0 0 20px;
  overflow: hidden;
}
.shops .shops-list .text{
  overflow: hidden;
  padding: 0 29px 0 0;
}
.shops .shops-list .on-map{
  float: right;
  width: 430px;
  height: 323px;
}

.shops .shops-list .text table{}
.shops .shops-list .text table tbody{
  border: 0;
  background: none;
}
.shops .shops-list .text table tr td{
  padding:2px 0;
  background: none;
}
.shops .shops-list .text table tr td:first-child{
  width: 125px;
  font-weight: bold;
}
.shops .shops-list .text ul{
  margin-left: 14px;
}
.shops .shops-list .text ul li{
  margin: 0 0 1px;
}
.shops .shops-list .shop-photos{}
.shops .shops-list .shop-photos ul{
  margin: 0 0 0 -9px;
  padding: 0;
  list-style: none;
  list-style-image: none;
}
.shops .shops-list .shop-photos ul li{
  float: left;
  margin-bottom: 4px;
  margin-right: 9px;
}
.shops .shops-list .shop-photos ul li + li{}




.topic-links{
  padding: 0 0 15px;
  margin: 0 0 15px;
  border-bottom: 1px solid #dbdbdb;
}
.topic-links .btn{
  margin-right: 5px;
}

.topic-date{
  margin: 0 0 10px;
}
.topic-date span{
  color: #8c8c8c;
  font-style: italic;
  display: inline-block;
  line-height: 1;
  padding: 4px 8px;
  background: #efefef;
}
.lt-ie8 .topic-date span{
  display: inline;
  zoom: 1;
}



.photos-slider{
  padding: 10px 60px;
  background: #efefef;
  margin: 0 0 30px;
  position: relative;
}
.photos-slider .caroufredsel_wrapper{
  width: 840px !important;
  overflow: hidden;
}
.photos-slider ul{
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
}
.photos-slider ul li{
  float: left;
  margin: 0;
}
.photos-slider ul li + li{
  margin-left: 22px;
}
.photos-slider #photos-slider-prev{
  position: absolute;
  cursor: pointer;
  width: 31px;
  height: 51px;
  left: 12px;
  top: 50%;
  margin: -26px 0 0;
  background: url(/local/templates/militarist/css/../img/sprite.png) 0 -262px no-repeat;
}
.photos-slider #photos-slider-prev:hover{
  background-position: 0 -211px;
}
.photos-slider #photos-slider-next{
  position: absolute;
  cursor: pointer;
  width: 31px;
  height: 51px;
  right: 12px;
  top: 50%;
  margin: -26px 0 0;
  background: url(/local/templates/militarist/css/../img/sprite.png) -31px -262px no-repeat;
}
.photos-slider #photos-slider-next:hover{
  background-position: -31px -211px;
}



.video-wrap{
  text-align: center;
  margin: 30px 0;
}
.video-wrap .video{
  display: inline-block;
  width: 600px;
  padding: 12px 30px 30px;
  background: #efefef;
}
.lt-ie8 .video-wrap .video{
  display: inline;
  zoom: 1;
}
.video-wrap .video .video-header{
  font-size: 18px;
  color: #4e4e4e;
  text-transform: uppercase;
  margin: 0 0 10px;
  line-height: 1;
}


.bnr{
  margin: 0 0 30px;
}


.catalog-lvl1{
  margin: 0 0 20px;
}
.catalog-lvl1 ul{
  margin: 0 -2px 0 -2px;
  padding: 0;
  list-style: none;
  list-style-image: none;
  font-size: 0;
  display: table;
}
.catalog-lvl1 ul li{
  width: 177px;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 10px;
}
.lt-ie8 .catalog-lvl1 ul li{
  display: inline;
  zoom: 1;
}
.catalog-lvl1 li a{
  display: block;
  border: 2px solid transparent;
  text-decoration: none;
  text-align: center;
  transition:border-color .1s ease;
  -moz-transition:border-color .1s ease;
  -webkit-transition:border-color .1s ease;
  padding: 10px;
}
.catalog-lvl1 li a:hover{
  border-color: #fcd03d;
}
.catalog-lvl1 li a .img-wrap{
  display: block;
  margin: 0 0 8px;
}
.catalog-lvl1 li a .text{
  font-size: 14px;
  text-transform: uppercase;
  color: #4e4e4e;
}



.filters-block{padding: 10px 10px 0;}
.filters-block .items-group{
  padding: 0 0 10px;
}
.filters-block h3{
  font-size: 14px;
  color: #4e4e4e;
  text-transform: uppercase;
  padding: 6px 10px;
  background: #dcdddd;
  margin: 0 -10px 10px;
}
.filters-block .filter-resoult{
  margin: 0 0 12px;
}
.filters-block .filter-resoult > div{
  height: auto !important;
}
.filters-block .filter-resoult > br{
  display: none;
}
.filters-block .filter-resoult .green-button{
  margin: 0 0 5px;
}
.filters-block .filter-resoult .count{
  margin: 0 0 5px;
  display: block;
  color: #545454;
}
.filters-block .filter-resoult .count b{
  font-size: 15px;
}

.filters-block .items-group ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.filters-block .items-group ul + .btn{
  margin: 10px 0 0;
}
.filters-block .items-group li{
  margin: 0;
}
.filters-block .items-group li + li{
  margin: 3px 0 0;
}
.filters-block .items-group li span{
  color: #747474;
}
.filters-block .items-group li input[type="checkbox"]{
  margin-right: 7px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.filters-block .items-group li.disabled{
  color: #747474;
}

.filters-block .items-group .color{
  width: 14px;
  height: 14px;
  margin-right: 8px;
  vertical-align: middle;
  top: -2px;
}

.price-group .btn{
  vertical-align: top;
}
.price-range{
  margin: 20px 5px 20px;
}
.price-range-bottom .button{
  vertical-align: top;
}
.price-range-bottom input[type="text"]{
  width: 43px;
  margin-right: 3px;
  font-weight: bold;
}

#price-range-slider{
  height: 4px;
  border: 1px solid #adadad;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#price-range-slider .ui-slider-range{
  background: #fcd03d;
}
#price-range-slider .ui-slider-handle{
  width: 11px;
  height: 22px;
  background: #222;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  top: -9px;
  cursor: pointer;
}


.count-filter{
  float: right;
  padding: 4px 7px;
  background: #eaeaea;
  line-height: 24px;
  font-size: 13px;
  color: #777;
  margin: -5px 0 0;
}
.count-filter a{
  display: inline-block;
  padding: 0 8px;
  line-height: 24px;
  height: 24px;
  text-decoration: none;
  color: #4e4e4e;
}
.lt-ie8 .count-filter a{
  display: inline;
  zoom: 1;
}
.count-filter a span{
  line-height: 1;
  border-bottom: 1px dotted;
  display: inline-block;
}
.lt-ie8 .count-filter a span{
  display: inline;
  zoom: 1;
}
.count-filter a.active{
  color: #fff;
  background: #222;
  position: relative;
}
.count-filter a.active::after{
  content: '';
  border: 3px solid transparent;
  border-top-color: #222;
  position: absolute;
  top: 100%;
  left: 50%;
  margin: 0 0 0 -3px;
}
.count-filter a.active span{
  border-bottom-color: transparent;
}


.catalog-lvl2, .product-catalog.wait-list{
  margin: 15px 0;
}
.catalog-lvl2 ul, .product-catalog.wait-list ul{
  margin: 0 0 0 -20px;
  padding: 0;
  list-style: none;
  list-style-image: none;
  font-size: 0;
  display: table;
  min-width: 100%;
}


.catalog-lvl2 ul li, .product-catalog.wait-list ul li{
  width: 220px;
  margin: 0 0 20px 18px;
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
}
.lt-ie8 .catalog-lvl2 ul li, .lt-ie8 .product-catalog.wait-list ul li{
  display: inline;
  zoom: 1;
}
.catalog-lvl2 ul li a, .product-catalog.wait-list ul li a{
  text-decoration: none;
}
.catalog-lvl2 .img-wrap, .product-catalog.wait-list figure{
  margin: 0 0 5px;
  display: block;
  border: 2px solid #efefef;
  height: 210px;
  line-height: 210px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.user-lang.header-drop.langs-drop.mob {
  display: none;
}

@media(max-width:700px){
  .catalog-lvl2 .img-wrap,
  .product-catalog.wait-list figure{
    height: 110px;
    line-height: 110px;
  }
}



.catalog-lvl2 .img-wrap img,
.product-catalog.wait-list figure img{
  width: auto !important;
  height: auto !important;
  max-width: 100%;
  max-height: 100%;
}

.catalog-lvl2 .img-wrap .sticker, .product-catalog.wait-list figure .sticker{
  position: absolute;
  font-size: 0;
  left: -3px;
  top: -3px;
  line-height: 1;
}
.product-catalog.wait-list figure img{
  max-width: 100%;
  display: block;
}
.catalog-lvl2 .img-wrap .status, .product-catalog.wait-list figure .status{
  bottom: 4px;
  right: -3px;
  position: absolute;
}
.catalog-lvl2 .price, .product-catalog.wait-list figcaption p{
  font-size: 15px;
  letter-spacing: -1px;
  line-height: 1;
  position: relative;
  top: 6px;
  float: left;
}
.product-catalog.wait-list figcaption p a{
  font-size: 13px;
  color: #7b7841;
}
.product-catalog.wait-list figcaption{
  text-align: left;
}
.catalog-lvl2 .price big, .product-catalog.wait-list figcaption p big{
  font-size: 23px;
  font-family: 'myriad_pc';
}
.catalog-lvl2 .item-name, .product-catalog.wait-list figcaption h3{
  color: #4e4e4e;
  font-size: 15px;
  display: block;
  height: 40px;
  line-height: 1.1;
  overflow: hidden;
  border-bottom: 1px solid #bfbfbf;
}
.catalog-lvl2 .item-name:hover, .product-catalog.wait-list figcaption h3 a:hover{
  color: #7b7841;
}
.catalog-lvl2 .buy-btn{
  width: 31px;
  height: 25px;
  line-height: 25px;
  float: right;
  background: #383838;
  text-align: center;
}
.catalog-lvl2 .buy-btn .icon{
  width: 20px;
  height: 21px;
  background-position: -163px -84px;
  top: -1px;
}
.catalog-lvl2 .buy-btn:hover{
  background: #454625;
}
.catalog-lvl2 .buy-btn:hover .icon{
  background-position: -138px -84px;
}
.catalog-lvl2 .bottom{
  margin: 8px 0 0;
}


.load-more{
  text-align: center;
  margin: 0 0 15px;
}
.load-more .btn{
  width: 187px;
  font-size: 20px;
  line-height: 26px;
}
.load-more .btn img{
  margin-left: 17px;
}


.item-name{
  margin: 0 0 5px;
}
.item-brands{
  float: right;
  margin: 0 0 10px;
}
.item-brands a{
  float: right;
  margin-left: 8px;
  border: 1px solid #dbdbdb;
}
.item-code{
  margin: 0 0 15px;
  color: #7c7c7c;
}


.catalog-item{
  clear:both;
  margin: 0 0 20px;
}
.catalog-item .rcol{
  float: right;
  background: #eaeaea;
  padding: 10px;
}
.catalog-item .lcol{
  float: left;
}

.catalog-item .rcol .item{
  margin: 0 0 5px;
  padding: 0 0 0 40px;
}
.catalog-item .rcol .item.time .icon{
  width: 33px;
  height: 33px;
  background-position: -189px -112px;
  position: absolute;
  left: -40px;
  top: 0;
}
.catalog-item .rcol .item.address .icon{
  width: 33px;
  height: 33px;
  background-position: -225px -112px;
  position: absolute;
  left: -40px;
  top: 0;
}
.catalog-item .rcol .item table{
  margin: 0 0 0 -20px;
}
.catalog-item .rcol .item table tbody{
  border: 0;
  background: none;
}
.catalog-item .rcol .item table td{
  padding: 1px 4px;
  border-bottom: 1px solid #eaeaea;
  font-size: 12px;
}
.catalog-item .rcol .item.time table tr td:first-child{
  color: #878787;
}
.catalog-item .rcol .item.address table tr td{
  border-bottom: 7px solid #eaeaea;
}
.catalog-item .rcol .item ul{
  margin: 0;
  border: 0;
  background: none;
  list-style: none;
}
.catalog-item .rcol .item ul li{
  font-size: 12px;
  padding: 1px 4px;
  background: #f2f2f2;
}
.catalog-item .rcol .item ul li a{
  text-decoration: underline;
}
.catalog-item .rcol .item .more-shops{
  text-align: right;
  margin: 0 0 15px;
  position: relative;
  cursor: pointer;
}
.catalog-item .rcol .item .more-shops a{
  text-decoration: none;
  line-height: 1;
  border-bottom: 1px dashed;
  margin-right: 9px;
  position: relative;
}
.catalog-item .rcol .item .more-shops .down{
  content: '';
  border: 4px solid transparent;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top-color: #0197c9;
  position: absolute;
  right: -1px;
  top: 10px;
}
.catalog-item .rcol .item .more-shops .up{
  content: '';
  border: 4px solid transparent;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom-color: #0197c9;
  position: absolute;
  right: -1px;
  top: 6px;
}
.catalog-item .rcol .item .hdr{
  text-transform: uppercase;
  padding: 8px 0;
  position: relative;
  margin: 0 0 3px;
}
.catalog-item .rcol .item .forum{
  position: relative;
}
.catalog-item .rcol .item .forum .icon{
  width: 33px;
  height: 33px;
  background-position: -261px -112px;
  position: absolute;
  left: -40px;
  top: 0;
}
.catalog-item .rcol .item .forum .btn{
  padding: 10px 14px;
}

.catalog-item .catalog-item-gallery{
  float: left;
}
.catalog-item .catalog-item-text{
  overflow: hidden;
}
.catalog-item .item-status{
  margin: 0 0 10px;
}
.catalog-item .item-description{
  margin: 0 0 15px;
  font-size: 12px;
}
.catalog-item .item-price{
  font-size: 30px;
  letter-spacing: -1px;
  line-height: 1;
  margin: 0 0 5px;
}
.catalog-item .item-price big{
  font-size: 48px;
  white-space: nowrap;
}
.catalog-item .item-price big small{
  font-size: 30px;
}
.catalog-item .item-price span{
  white-space: nowrap;
}
.catalog-item .item-sizes-wrap{
  margin: 0 0 20px;
}
.catalog-item .item-sizes-wrap .item-sizes{
  display: inline-block;
  line-height: 24px;
  color: #777;
  padding: 4px 7px;
  background: #eaeaea;
}
.lt-ie8 .catalog-item .item-sizes-wrap .item-sizes{
  display: inline;
  zoom: 1;
}
.catalog-item .item-sizes-wrap .item-sizes .btn{
  vertical-align: top;
}
.catalog-item .item-sizes-wrap .item-sizes sel ect{
  background: #000;
  color: #fff;
  height: 24px;
  /*  width: 54px;*/
  margin-right: 4px;
  border: none;
  margin-left: 4px;
}

.catalog-item .add-to-basket{
  font-size: 20px;
  line-height: 35px;
  padding: 7px 17px;
  margin: 0 0 30px;
}
.catalog-item .add-to-basket .icon{
  width: 29px;
  height: 35px;
  background-position: -180px -160px;
  margin-left: 8px;
}


.catalog-item .check-availability{
  font-size: 20px;
  line-height: 35px;
  padding: 6px 14px 6px 17px;
  margin: 0 0 25px;
}
.catalog-item .check-availability .icon{
  width: 32px;
  height: 20px;
  background-position: -215px -160px;
  margin-left: 8px;
}

.catalog-item .subscribed{
  font-size: 20px;
  line-height: 35px;
  padding: 6px 14px 6px 17px;
  margin: 0 0 25px;
}
.catalog-item .subscribed .icon{
  width: 39px;
  height: 20px;
  background-position: -254px -160px;
  margin-left: 8px;
}


.catalog-item .share{
  border: 0;
  padding: 0;
  margin: 0;
}
.catalog-item .social-likes{
  margin: 0 0 14px;
}


.tabbable{
  margin: 0 0 25px;
}
.tabbable .nav-tabs{
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}
.tabbable .nav-tabs li{
  float: left;
  margin: 0;
}
.tabbable .nav-tabs li + li{
  margin:0 0 0 6px;
}
.tabbable .nav-tabs li a .counter{
  position: absolute;
  display: block;
  font-size: 12px;
  color: #383838;
  padding: 3px 6px;
  background: #fcd03d;
  top: 3px;
  left: 100%;
  margin: 0 0 0 -6px;
  font-weight: bold;
}
.tabbable .nav-tabs li a{
  display: block;
  line-height: 1;
  font-size: 14px;
  color: #383838;
  text-transform: uppercase;
  text-decoration: none;
  padding: 12px;
  background: #eaeaea;
  position: relative;
}
.tabbable .nav-tabs li a::after{
  content: '';
  display: block;
  border: 5px solid transparent;
  border-top-color: #eaeaea;
  position: absolute;
  top: 100%;
  left: 50%;
  margin: 0 0 0 -5px;
}
.tabbable .nav-tabs li.active a{
  background: #383838;
  color: #e6e6e6;
}
.tabbable .nav-tabs li.active a::after{
  border-top-color: #383838;
}
.tabbable .tab-content{}
.tabbable .tab-content .cols2{}
.tabbable .tab-content .cols2 .col{
  width: 470px;
  float: left;
}
.tabbable .tab-content .cols2 .col + .col{
  margin-left: 20px;
  width: 470px;
}
/*.tabbable .tab-content .tab-pane{*/
  /*display: none;*/
/*}*/
/*.tabbable .tab-content .tab-pane.active{*/
  /*display: block;*/
/*}*/




.reviews-list{
  margin: 20px 0 20px;
}
.reviews-list ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.reviews-list ul li{
  padding:0;
  margin:0 0 15px;
}
.reviews-list li .hdr{
  margin: 0 0 10px;
  display: inline-block;
  line-height: 1;
  padding: 6px;
  background: #eaeaea;
}
.lt-ie8 .reviews-list li .hdr{
  display: inline;
  zoom: 1;
}
.reviews-list li .name{
  font-weight: normal;
  color: #0197c9;
}
.reviews-list li .time{
  font-size: 13px;
  color: #979797;
}
.reviews-list li .rating-wrap{
  margin: 5px 0 0;
}
.reviews-list li .cont{}


.read-all-reviews{
  position: relative;
  font-size: 13px;
}
.read-all-reviews .counter{
  position: absolute;
  display: block;
  font-size: 12px;
  color: #383838;
  padding: 3px 6px;
  background: #fcd03d;
  top: -3px;
  left: 100%;
  margin: 0 0 0 5px;
  font-weight: bold;
  line-height: 1;
}




.product-characteristics{
  margin: 0 0 20px;
}
.product-characteristics tbody{
  border: 0;
  background: none;
}
.product-characteristics tr td:first-child{
  width: 40%;
}
.product-characteristics tr td{
  padding: 2px 12px;
  font-size: 14px;
  color: #5b5b5b;
  vertical-align: top;
  background: #f2f2f2;
  border:none;
  border-bottom: 1px solid #fff;
}
.product-characteristics tr td + td{
  color: #383838;
}

.tabbable .item-video{
  margin: 0 0 10px;
}


.gallery{
  float: left;
  margin: 0 20px 0 0;
  width: 325px;
}
.gallery .big-img{
  text-align: center;
  margin: 0 0 9px;
  position: relative;
}
.gallery .big-img a{
  display: block;
  height: 317px;
  line-height: 317px;
  border: 3px solid #efefef;
  width: 317px;
  position: relative;
}
.gallery .big-img .stickers{
  position: absolute;
  left: 0;
  top: 0;
}
.gallery .big-img .stickers img{
  float: left;
  margin: 0 2px 0 0;
}
.gallery .big-img .show-room{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 61px;
  height: 56px;
  background: url(/local/templates/militarist/css/../img/show-room.png) 0 0 no-repeat;
}
.gallery .big-img img{
  max-height: 100%;
  max-width: 100%;
  width: 100%;
}
.gallery .big-img img.slider-main{
  width: auto;
}

.gallery .gallery-thumbs{
  overflow: hidden;
}
.gallery .gallery-thumbs ul{
  margin: 0 0 0 -8px;
  padding: 0;
  list-style: none;
}
.gallery .gallery-thumbs li{
  float: left;
  margin:0 0 8px 8px;

}
.gallery .gallery-thumbs li a{
  display: block;
  width: 71px;
  height: 71px;
  text-align: center;
  border: 2px solid #efefef;
  overflow: hidden;
  line-height: 71px;
  font-size: 0;
}
.gallery .gallery-thumbs li img{
  vertical-align: middle;
}
.gallery .gallery-thumbs li a:hover{
  border-color: #fcd03d;
}
/*окошко галереи */
.gallery-wrap .fancybox-close{
  width: 10px;
  height: 10px;
  background: url(/local/templates/militarist/css/../img/sprite.png) -220px 0 no-repeat;
  top: 7px;
  right: 7px;
}
.gallery-wrap .fancybox-inner{
  overflow:hidden !important;
}
.bs-gallery-window{
  display: none;
  position: relative;
  padding: 15px 40px 40px;
}

.bs-gallery-window .prev {
  display: block;
  position: absolute;
  left: 40px;
  top: 50%;
  background: url(/local/templates/militarist/css/../img/sprite.png) 0 -262px no-repeat;
  width: 31px;
  height: 51px;
  cursor: pointer;
  margin: -22px 0 0;
}
.bs-gallery-window .prev:hover{
  background-position: 0 -211px;
}
.bs-gallery-window .next {
  display: block;
  position: absolute;
  right: 40px;
  top: 50%;
  background: url(/local/templates/militarist/css/../img/sprite.png) -31px -262px no-repeat;
  width: 31px;
  height: 51px;
  cursor: pointer;
  margin: -34px 0 0;
}
.bs-gallery-window .next:hover{
  background-position: -31px -211px;
}


.bs-gallery-window .item-name{
  margin: 0 0 20px;
  font-size: 22px;
  color: #4e4e4e;
  font-family: 'Trebuchet MS', Arial, Sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.bs-gallery-window .gallery-thumbs{
  min-height:100px;
}
.bs-gallery-window .gallery-img{
  text-align: center;
  padding: 0 40px;
  margin: 0 0 20px;
}
.bs-gallery-window .gallery-img img{
  max-height: 100%;
  max-width:100%;
}
.bs-gallery-window .slide_images {
  display: block;
  text-align: center;
}
.bs-gallery-window .slide_images li {
  display: inline-block;
  cursor: pointer;
  margin:0 3px;
  list-style: none;
  padding: 0;
  width: 71px;
  height: 71px;
  line-height: 71px;
  border:2px solid #efefef;
  overflow:hidden;
  vertical-align: top;
}
.bs-gallery-window .slide_images li img{
  width:auto !important;
  height: auto !important;
}
.bs-gallery-window .slide_images li:hover {

}
.bs-gallery-window .slide_images li.active {
  border-color: #fcd03d;
}
.bs-gallery-window .slide_images li.active img{

}
.lt-ie8 .bs-gallery-window .slide_images li{
  display: inline;
  zoom: 1;
}


.recently-viewed{
  margin: 0 0 20px;
  overflow: hidden;
}

.recently-viewed-slider{
  position: relative;
  padding: 20px 58px;
  background: #eaeaea;
}

.recently-viewed-slider ul{
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
}
.recently-viewed-slider ul li{}

.recently-viewed-slider ul li{
  float: left;
  width: 190px;
  margin: 0 10px;
  position: relative;
}
.recently-viewed-slider ul li a{
  text-decoration: none;
}
.recently-viewed-slider .img-wrap{
  margin: 0 0 5px;
  display: block;
  background: #fff;
  height: 190px;
  line-height: 190px;
  text-align: center;
}
.recently-viewed-slider .price{
  font-size: 13px;
  letter-spacing: -1px;
}
.recently-viewed-slider .price big{
  font-size: 23px;
  white-space: nowrap;
}
.recently-viewed-slider .price span{
  white-space: nowrap;
}
.recently-viewed-slider .price big small{
  font-size: 13px;
}
.recently-viewed-slider .item-name{
  color: #4e4e4e;
  font-size: 15px;
  display: block;
  height: 26px;
  line-height: 1.1;
  overflow: hidden;
  border-bottom: 1px solid #bfbfbf;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
.recently-viewed-slider .item-name:hover{
  color: #7b7841;
}
.recently-viewed-slider .buy-btn{
  width: 31px;
  height: 25px;
  line-height: 25px;
  float: right;
  background: #383838;
  text-align: center;
}
.recently-viewed-slider .buy-btn .icon{
  width: 20px;
  height: 21px;
  background-position: -163px -84px;
  top: -1px;
}
.recently-viewed-slider .buy-btn:hover{
  background: #454625;
}
.recently-viewed-slider .buy-btn:hover .icon{
  background-position: -138px -84px;
}
.recently-viewed-slider .bottom{
  margin: 5px 0 0;
}

.recently-viewed-slider #recently-viewed-prev{
  position: absolute;
  cursor: pointer;
  width: 31px;
  height: 51px;
  left: 12px;
  top: 90px;
  background: url(/local/templates/militarist/css/../img/sprite.png) 0 -262px no-repeat;
}
.recently-viewed-slider #recently-viewed-prev:hover{
  opacity: .6;
}
.recently-viewed-slider #recently-viewed-next{
  position: absolute;
  cursor: pointer;
  width: 31px;
  height: 51px;
  right: 12px;
  top: 90px;
  background: url(/local/templates/militarist/css/../img/sprite.png) -31px -262px no-repeat;
}
.recently-viewed-slider #recently-viewed-next:hover{
  opacity: .6;
}



.recommendations{
  margin: 0 0 25px;
}
.recommendations-slider{
  position: relative;
  padding: 20px 58px;
  border: 1px solid #cecece;
}
.recommendations-slider ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.recommendations-slider ul li{
  float: left;
  width: 190px;
  margin: 0 10px;
}
.recommendations-slider ul li a{
  text-decoration: none;
}
.recommendations-slider .img-wrap{
  margin: 0 0 5px;
  display: block;
  background: #fff;
  height: 190px;
  line-height: 190px;
  text-align: center;
}
.recommendations-slider .price{
  font-size: 13px;
  letter-spacing: -1px;
}
.recommendations-slider .price big{
  font-size: 23px;
  white-space: nowrap;
}
.recommendations-slider .price big small{
  font-size: 13px;
}
.recommendations-slider .price span{
  white-space: nowrap;
}
.recommendations-slider .item-name{
  color: #4e4e4e;
  font-size: 15px;
  display: block;
  height: 55px;
  line-height: 1.1;
  overflow: hidden;
  border-bottom: 1px solid #bfbfbf;
}
.recommendations-slider .item-name:hover{
  color: #7b7841;
}
.recommendations-slider .buy-btn{
  width: 31px;
  height: 25px;
  line-height: 25px;
  float: right;
  background: #383838;
  text-align: center;
}
.recommendations-slider .buy-btn .icon{
  width: 20px;
  height: 21px;
  background-position: -163px -84px;
  top: -1px;
}
.recommendations-slider .buy-btn:hover{
  background: #454625;
}
.recommendations-slider .buy-btn:hover .icon{
  background-position: -138px -84px;
}
.recommendations-slider .bottom{
  margin: 5px 0 0;
}

.recommendations-slider #recommendations-slider-prev, .recommendations #recommendations-slider-prev-color{
  position: absolute;
  cursor: pointer;
  width: 31px;
  height: 51px;
  left: 12px;
  top: 90px;
  background: url(/local/templates/militarist/css/../img/sprite.png) 0 -211px no-repeat;
  opacity: .7;
}
.recommendations-slider #recommendations-slider-prev:hover, .recommendations #recommendations-slider-prev-color:hover{
  opacity: 1;
}
.recommendations-slider #recommendations-slider-next, .recommendations #recommendations-slider-next-color{
  position: absolute;
  cursor: pointer;
  width: 31px;
  height: 51px;
  right: 12px;
  top: 90px;
  background: url(/local/templates/militarist/css/../img/sprite.png) -31px -211px no-repeat;
  opacity: .7;
}
.recommendations-slider #recommendations-slider-next:hover{
  opacity: 1;
}

.basket-content{
  width: 710px;
}
.basket-content .busket-summary{
  float: right;
  width: 210px;
  padding: 11px;
  background: #f2f2f2;
}
.basket-content .busket-summary .section-header{
  font-size: 20px;
  margin: 0 0 10px;
}
.basket-content .clear-busket{
  margin: 0 0 0 24px;
  line-height: 1;
  text-decoration: none;
  border-bottom: 1px dashed;
  display: inline-block;
  position: relative;
}
.lt-ie8 .basket-content .clear-busket{
  display: inline;
  zoom: 1;
}
.basket-content .clear-busket .icon{
  width: 16px;
  height: 17px;
  background-position: -257px 0;
  position: absolute;
  top: -1px;
  left: -22px;
}
.basket-content .make-order{
  font-size: 20px;
  margin: 15px 0 0;
}
.basket-content .price{
  padding: 9px;
  background: #222;
  color: #fff;
  line-height: 1;
  letter-spacing: -1px;
  margin: 0 0 14px;
  font-family: 'myriad_pc';
}
.basket-content .price .total{
  font-size: 30px;
}
.basket-content .price .total big{
  font-size: 48px;
}
.basket-content .price .usd{
  font-size: 18px;
}
.basket-content .price .usd big{
  font-size: 24px;
}
.basket-content .basket-table{
  float: left;
  width: 450px;
}
.basket-table table{}
.basket-table table tbody{
  border: 0;
  background: none;
}
.basket-table table td{
  padding: 10px 0;
  background: #fff;
  vertical-align: top;
}
.basket-table table tr td + td{
  padding: 10px 20px;
}
.basket-table table tr + tr td{
  border-top: 1px solid #e4e4e4;
}
.basket-table table tr:first-child td{
  padding-top: 0 !important;
}
.basket-table table tr td:first-child{
  width: 120px;
  text-align: center;
}
.basket-table .basket-item-name{
  margin: 0 0 10px;
  text-transform: uppercase;
  font-size: 14px;
}
.basket-table .basket-item-count{
  margin: 0 0 10px;
}
.basket-table .basket-item-count input[type="text"]{
  width: 35px;
  margin-right: 5px;
}
.basket-table .basket-item-price{
  font-size: 24px;
  line-height: 1;
  margin: 0 0 5px;
  font-family: 'myriad_pc';
}
.basket-table .basket-item-price big{
  font-size: 36px;
}
.basket-table .delete-basket-item{
  display: inline-block;
  line-height: 1;
  margin: 0 0 0 17px;
  text-decoration: none;
  border-bottom: 1px dashed;
  position: relative;
}
.lt-ie8 .basket-table .delete-basket-item{
  display: inline;
  zoom: 1;
}
.basket-table .delete-basket-item .icon{
  width: 10px;
  height: 10px;
  background-position: -220px 0;
  position: absolute;
  left: -16px;
  top: 2px;
}

.order-info{
  margin: 0 0 35px;
}
.order-info .order-header{
  margin: 0 0 10px;
  padding: 5px 12px;
  background: #efefef;
  font-size: 14px;
  text-transform: uppercase;
}
.order-info table{
  width: auto;
  margin: 0 0 5px;
  font-size: 13px;
}
.order-info table tbody{
  border: 0;
  background: none;
}
.order-info table td{
  background: none !important;
  padding: 0 10px 7px 0;
  border:none;
  color: #333;
}
.order-info table tr td:first-child{
  width: 132px;
  color: #747474;
}




#sku_selectors{
  margin: 0;
  width: auto;
}
#sku_selectors tbody{
  border: 0 !important;
  background: none;
}
#sku_selectors td{
  background: none;
  padding: 0;
}

.catalog-item .item-sizes-wrap .item-sizes form{
  display: inline-block;
  vertical-align: top;
}
.lt-ie8 .catalog-item .item-sizes-wrap .item-sizes form{
  display: inline;
  zoom: 1;
}





#animImg{
  margin: 3px 0 0 3px;
  display: block;
  height: 217px;
  vertical-align: bottom;
  text-align: center;
  width: 217px;
  line-height:217px;
  background: #fff;
}
#animImg img{
  max-width: 100%;
  max-height: 100%;
}

.mob_icon {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  left: 50px;
  width: calc(100% - 50px);
}


.desc_hide {
  display: none;
  padding: 0 15px 0 17px;
}

.search_icon {
  width: 30px;
  height: 30px;
  border: 1px solid #9d9d9d;
  border-top: 0;
  border-bottom: 0;
}

.location_icon {
  border-right: 1px solid #9d9d9d;
  width: 30px;
  height: 30px;
}

.key_icon {
  border-right: 1px solid #9d9d9d;
  width: 30px;
  height: 30px;
}

.basket_mob_icon {
  border-right: 1px solid #9d9d9d;
  width: 30px;
  height: 30px;
}


/* ==========================================================================
 Helper classes
 ========================================================================== */

/*
* Image replacement
*/

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
* Hide from both screenreaders and browsers: h5bp.com/u
*/

.hidden {
  display: none !important;
  visibility: hidden;
}

/*
* Hide only visually, but have it available for screenreaders: h5bp.com/v
*/

.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: h5bp.com/p
*/

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
* Hide visually and fr om screenreaders, 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;
}

/*
* For IE 6/7 only
* Include this rule to trigger hasLayout and contain floats.
*/

.clearfix {
  *zoom: 1;
}

/* ==========================================================================
 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,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
 Print styles.
 Inlined to avoid required HTTP connection: h5bp.com/r
 ========================================================================== */

@media print {
  * {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    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 for images, or javascript/internal links
   */

  .ir a:after,
  a[href^="jav * ascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group; /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

.page-header .main-menu .live_search_results{
  float: left;
  list-style: none;
  padding: 0 10px;
  margin: 0;
  background: #e2e2e2;
  position: absolute;
  left: 0;
  top: 30px;
  z-index: 1;
  display: none;
}
.page-header .main-menu .live_search_results li{
  padding: 10px 0 9px 50px;
  border-top: solid 1px #d1d1d1;
}
.page-header .main-menu .live_search_results li:first-child{
  border-top: 0 none;
}
.page-header .main-menu .live_search_results li .preview{
  float: left;
  width: 40px;
  height: 60px;
  margin-left: -50px;
}
.page-header .main-menu .live_search_results a{
  padding: 0;
  display: inline;
  height: auto;
  line-height: 1;
  text-transform: none;
  font-size: 12px;
  color: #0197c9;
}
.page-header .main-menu .live_search_results a span{
  color: #0197c9;
  text-decoration: underline;
}
.page-header .main-menu .live_search_results a span.key_word{
  color: #ba961f;
}
.page-header .main-menu .live_search_results a:hover, .page-header .main-menu .live_search_results a:hover span{
  background: none;
  text-decoration: none;
}
.page-header .main-menu .live_search_results .title{
  margin-bottom: 4px;
  margin-top: -3px;
  display: inline-block;
}
.page-header .main-menu .live_search_results .price{
  font-size: 12px;
  color: #494949;
  font-weight: bold;
}
.page-header .main-menu .live_search_results .price small{
  font-size: 11px;
  font-weight: normal;
}

.up_button{
  float: left;
  line-height: 1;
  text-decoration: none;
  width: 40px;
  height: 40px;
  background: url(/local/templates/militarist/css/../img/up_button.png) 18px 13px #eaeaea no-repeat;
  position: fixed;
  right: 10px;
  top: 50%;
  margin-top: -38px;
  z-index: 300;
  display: none;
  color: #7a7a7a;
  font-size: 11px;
  text-transform: uppercase;
  padding: 37px 0 0 37px;
  -webkit-border-radius: 38px;
  -moz-border-radius: 38px;
  border-radius: 38px;
}
.up_button:hover{
  background: url(/local/templates/militarist/css/../img/up_button_hover.png) 18px 13px #222222 no-repeat;
  color: #b3b3b3;
}
@media (max-width: 1120px) {
  .up_button{
    display: none;
    padding: 0;
    width: 0; height: 0;
    overflow: hidden;
  }
}

#addItemInCartOptions, #addItemInSubscribe, #addItemInCart{
  width: 400px;
}

#addItemInCartOptions {
  margin: 0 auto !important;
}


#login, #popupFormSubscribe, #addItemInCart, #addItemInSubscribe, #addItemInCartOptions, #addItemInCompare{
  background: #fff;
  border-radius: 7px;
  padding: 10px 10px 25px 10px;
  text-align: center;
}
#modalInfo{
  padding: 25px;
}

.modal{
  display: none;
}

.error_page{
  border: solid 4px #eaeaea;
  height: 435px;
  background: url(/local/templates/militarist/css/../img/404_bg.png) 50% 50% no-repeat #f9f9f9;
  position: relative;
  overflow: hidden;
  line-height: 1;
  text-transform: uppercase;
}
.error_page big{
  color: #fcd03d;
  font-size: 200px;
  position: absolute;
  top: 100px;
  left: 50%;
  text-shadow: 0 5px 1px rgba(0, 0, 0, 0.3);
  margin: 0 0 0 -165px;
}
.error_page small{
  color: #fcd03d;
  font-weight: bold;
  font-size: 50px;
  position: absolute;
  top: 285px;
  left: 50%;
  text-shadow: 0 5px 1px rgba(0, 0, 0, 0.3);
  margin: 0 0 0 -65px;
}

.sub_menu{
  position: absolute;
  left: -9999px;
  top: 47px;
  background: #464646;
  padding: 7px 0 7px 140px;
  /*display: none;*/
  line-height: 1;
  z-index: 1;
  white-space: nowrap;
  /*max-width: 455px;*/
  overflow: hidden;
  margin: -5px 0 0;
  opacity: 0;
  transition:opacity .1s ease, margin .2s ease;
  -moz-transition:opacity .1s ease, margin .2s ease;
  -webkit-transition:opacity .1s ease, margin .2s ease;
}
.sub_menu img{
  float: left;
  max-width: 120px;
  max-height: 90%;
  position: absolute;
  left: 18px;
  top: 13px;
  /*display: none;*/
}
.sub_menu > ul{
  list-style: none;
  margin: 0 25px 0 0;
  display: inline-block;
  /*max-width: 250px;
  min-width: 100px;*/
  width: 200px;
  vertical-align: top;
  min-height: 100px;
}
.lt-ie8 .sub_menu > ul{
  display: inline;
  zoom: 1;
}
.sub_menu > ul > li{
  padding: 5px 0;
  margin: 0;
}
.sub_menu > ul > li > a{
  font-size: 11px;
  color: #e8e8e8;
  text-transform: uppercase;
  white-space: normal;
  text-decoration: none;
}
.sub_menu > ul > li > ul{
  margin:7px 0 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
  white-space: normal;
}
.sub_menu > ul > li > ul > li{
  margin: 0 0 7px;
  font-size: 11px;
}
.sub_menu > ul > li > ul > li > a{
  color: #b1b1b1;
  text-decoration: none;
}
.sub_menu > ul > li > ul > li > a:hover{
  color: #fcd03d;
}

.sub_menu > ul > li > a:hover{
  color: #fcd03d;
}
.sub_menu > ul > li:hover img{
  display: inline-block; *display: inline; zoom: 1;
}

#REPLIER .reviews-reply-fields{
  padding: 0;
}
#REPLIER .reviews-reply-field-author{
  white-space: nowrap;
  width: auto;
}
#REPLIER .reviews-reply-field-author label{
  float: left;
  padding: 3px 8px 0 0;
  font-size: 13px;
  color: #4e4e4e;
  font-family: Trebuchet MS;
}
#REPLIER .reviews-reply-field-author label .reviews-required-field:before{
  content: ' ';
}
#REPLIER input[type="submit"], .social-login .button, #login input[type="submit"], .bt3, .bx-auth-service-form div input[type=submit]{
  display: inline-block; *display: inline; zoom: 1;
  margin: 0;
  font-size: 14px;
  color: #383838;
  cursor: pointer;
  line-height: 1;
  border: 0 none;
  padding: 10px 15px;
  background: #fcd03d;
  text-decoration: none;
  font-family: Trebuchet MS;
  font-weight: normal;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}



#order_form_div .title, .form-wrap h3{
  line-height: 1;
  font-size: 14px;
  color: #383838;
  text-transform: uppercase;
  text-decoration: none;
  padding: 12px 18px;
  background: #eaeaea;
  font-weight: normal;
  border: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#order_form_div .title a{
  float: right;
  text-transform: none;
  color: #0197c9;
  font-size: 13px;
}

table tbody{
  background: none;
  border: 0 none;
}
#order_form_div .sale_order_table td{
  font-size: 13px;
  color: #909090;
}
#order_form_div input[type="text"], #order_form_div input[type="password"], #order_form_div textarea, #order_form_div select{
  background: #fff;
  padding: 0px 8px !important;
  border: 1px solid #adadad;
  font-size: 13px;
  font-family: 'Trebuchet MS', Arial, Sans-serif;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  line-height: auto;
}
#order_form_div select{
  padding: 2px 2px 2px 8px !important;
  width: 365px !important;
}
#order_form_div .sale_data-table th{
  background: #222 !important;
  background-color: #222 !important;
  border-left: solid 1px #464646;
  white-space: nowrap;
  padding: 12px 18px;
}
#order_form_div .sale_data-table th:first-child{
  border-left: solid 1px #222;
}
#order_form_div .sale_data-table th:last-child{
  border-right: solid 1px #222;
  text-align: right;
}
#order_form_div .sale_data-table td, #order_form_div .sale_data-table tr.last td{
  border-top: solid 2px #f2f2f2;
  border-bottom: solid 1px #f2f2f2;
  border-left: 0 none;
  border-right: 0 none;
}
#order_form_div .sale_data-table tr td:first-child, #order_form_div .sale_data-table tr.last td:first-child{
  border-left: solid 1px #f2f2f2;
}
#order_form_div .sale_data-table tr td:last-child, #order_form_div .sale_data-table tr.last td:last-child{
  border-right: solid 1px #f2f2f2;
}
#order_form_div .sale_data-table tfoot tr td, #order_form_div .sale_data-table tfoot tr.last td{
  border-top: 0 none;
}
#order_form_div .sale_data-table tfoot tr.last td, #order_form_div .sale_data-table tfoot tr.last td{
  border-top: solid 2px #f2f2f2;
}
#order_form_div .sale_data-table tfoot tr:first-child td{
  border-top: solid 2px #f2f2f2;
}

#order_form_div .sale_order_table.delivery .prop img, #order_form_div .sale_order_table .ps_logo img, #order_form_div .sale_order_confirm img, #order_form_div .account img, #order_form_div .sale_order_table.delivery .prop img:hover, #order_form_div .sale_order_table .ps_logo img:hover, #order_form_div .sale_order_confirm img:hover, #order_form_div .account img:hover, #order_form_div .sale_order_table.delivery label:hover img, #order_form_div .sale_order_table.delivery input[type=radio]:checked + label img, #order_form_div div.ps_logo.selected img{
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: solid 3px #d4d4d4;
  padding: 0 !important;
}
#order_form_div .sale_order_table .ps_logo input[type=radio]:checked + label img, #order_form_div .sale_order_table.delivery input[type=radio]:checked + label img, #order_form_div div.ps_logo.selected img{
  border: solid 3px #fcd03d;
  padding: 0 !important;
}

#order_form_div .sale_order_table.delivery .name{
  font-size: 13px;
  font-weight: bold;
  color: #4e4e4e;
  font-family: Trebuchet MS;
}
#order_form_div .sale_order_table.delivery .desc, #order_form_div .sale_order_table .paysystem_name, #order_form_div .sale_order_confirm .paysystem_name{
  font-size: 12px;
  color: #909090;
  font-family: Trebuchet MS;
  line-height: 1.2;
}

div.subscription-form table{
  margin-bottom: 0;
}
div.subscription-form{
  background: #f2f2f2 !important;
}
div.subscription-rubric label{
  padding-top: 0 !important;
}

#order_form_div .sale_order_table.props td{
  border: 0 none;
  padding: 8px 0;
}

#order_form_div .order_comment textarea{
  width: 100%;
}

#order_form_div .sale_order_table .name{
  vertical-align: middle !important;
}
#order_form_div .sof-req{
  color: #d80000 !important;
  font-size: 13px;
}
#ORDER_FORM{
  text-align: center;
}
#ORDER_FORM #order_form_content{
  text-align: left;
}

.catalog-item .item-price big{
  position: relative;
}
.catalog-item .item-price big .old-price{
  position: absolute;
  left: 100%;
  top: 2px;
  font-size: 18px;
  color: #fff;
  background: #383838;
  text-decoration: line-through;
  line-height: 1;
  padding:2px 4px;
  margin: 0 0 0 4px;
  font-family: 'Trebuchet MS', Arial, Sans-serif;
}
.catalog-item .item-price big .old-price::before{
  content: '';
  display: block;
  border: 3px solid transparent;
  border-right-color: #383838;
  position: absolute;
  left: -6px;
  top: 50%;
  margin: -3px 0 0;
}

.catalog-lvl2 .price.new{
  color: #eb0404;
}
.catalog-lvl2 .price big{
  position: relative;
}
.catalog-lvl2 .price big .old-price{
  position: absolute;
  left: 100%;
  top: -10px;
  font-size: 13px;
  color: #fff;
  background: #383838;
  text-decoration: line-through;
  line-height: 1;
  padding:2px 4px;
  margin: 0 0 0 4px;
  white-space: nowrap;
}
.catalog-lvl2 .price big .old-price::before{
  content: '';
  display: block;
  border: 2px solid transparent;
  border-right-color: #383838;
  position: absolute;
  left: -4px;
  top: 50%;
  margin: -2px 0 0;
}

.help-popup{
  display: inline-block;
  margin: 0 9px;
  vertical-align: middle;
  position: relative;
}
.lt-ie8 .help-popup{
  display: inline;
  zoom: 1;
}
.help-popup .icon{
  width: 16px;
  height: 12px;
  background-position: -311px -125px;
  cursor: pointer;
  position: relative;
  top: -2px;
}
.help-popup .icon:hover{
  background-position: -311px -112px;
}
.help-popup.disabled .icon{
  background-position: -311px -138px;
  cursor: default;
}
.help-popup .popup-window{
  position: absolute;
  bottom: 100%;
  left: -9999px;
  width: 170px;
  font-size: 12px;
  color: #736842;
  padding: 4px 10px;
  background: #f8edc8;
  margin: 0 0 12px;
  box-shadow:0 1px 2px 0 rgba(0,0,0, .2);
  opacity: 0;
  transition:opacity .2s ease;
  -moz-transition:opacity .2s ease;
  -webkit-transition:opacity .2s ease;
}
.help-popup .popup-window::before{
  content: '';
  display: block;
  border: 7px solid transparent;
  border-top-color: #b1b1b1;
  position: absolute;
  top: 100%;
  left: 14px;
}
.help-popup .popup-window::after{
  content: '';
  display: block;
  border: 6px solid transparent;
  border-top-color: #f8edc8;
  position: absolute;
  top: 100%;
  left: 15px;
}
.help-popup .icon:hover + .popup-window{
  left: -14px;
  opacity: 1;
}
.help-popup.disabled .icon:hover + .popup-window{
  left: -9999px;
}

.catalog-bnr{
  margin: 0 0 20px;
}
.catalog-bnr a{
  display: block;
}
.catalog-bnr img{
  max-width: 100%;
  height: auto;
  width: 100%;
}

/*правка 25-09-2013 задача №2613*/
.catalog-lvl2 .buy-btn{
  position:relative;
  display:inline-block;
  overflow:hidden;
  width:75px;
}
.catalog-lvl2 .buy-btn:before {
  color:#fcd03d;
  background-clolor:#4e4e4e;
  content:'КУПИТЬ';
  position:;
  display:block;
  top:1px;
  right:30px;
}

.catalog-lvl2 .buy-btn .icon {display: none;}

.recently-viewed-slider .buy-btn{
  position:relative;
  display:inline-block;
  overflow:hidden;
  width:75px;
}
.recently-viewed-slider .buy-btn:before {
  color:#fcd03d;
  background-clolor:#4e4e4e;
  content:'КУПИТЬ';
  position:;
  display:block;
  top:1px;
  right:30px;
}
.recently-viewed-slider .buy-btn .icon {display: none;}

.new-items .new-items-content .buy-btn{
  position:relative;
  display:inline-block;
  overflow:hidden;
  width:75px;
}
.new-items .new-items-content .buy-btn:before {
  color:#fcd03d;
  background-clolor:#4e4e4e;
  content:'КУПИТЬ';
  display:block;
  top:1px;
  right:30px;
}
.new-items .new-items-content .buy-btn .icon {display: none;}

.popular .buy-btn{
  position:relative;
  display:inline-block;
  overflow:hidden;
  width:75px;
}
.popular .buy-btn:before {
  color:#fcd03d;
  background-clolor:#4e4e4e;
  content:'КУПИТЬ';
  position:;
  display:block;
  top:1px;
  right:30px;
}
.popular .buy-btn .icon {display: none;}
/*конец задачи*/

/*задача №2613*/
.reviews-big-list .stiker{
  display: block;
  position: relative;
}
.reviews-big-list .stiker:before{
  display: block;
  position: absolute;
  content:url('/local/templates/militarist/css/video-icon.jpg');
  bottom:-4px;
  right:0px;
}

.reviews-list ul li{display: block;
  position: relative;}
.reviews-list ul .stiker:before{display: block;
  position: absolute;
  content:url('/local/templates/militarist/css/video-icon.jpg');
  bottom:0px;
  left:0px;}
/*конец задачи*/

/*задача №2561*/
.page-content{padding-bottom:30px;}
.page-additional-text {padding-bottom:10px;}
.page-footer {position: relative;}
.page-footer-links {position: relative;bottom:0;}
/*конец задачи*/

.contacts-col {
  float: left;
  width: 441px;
}
.contacts-col .address {
  font-style: normal;
  padding-bottom: 10px;
}
.contacts-col .address dl {
  margin: 0 0 7px;
}
.contacts-col .address dt {
  float: left;
  font-size: 14px;
  font-weight: bold;
  width: 125px;
}
.contacts-col .address dd {
  padding-left: 0;
}
.contacts-col .callback-form {
  background: none repeat scroll 0 0 #F4F4F4;
  padding: 10px;
}
.contacts-col .callback-form .form-title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.contacts-col .callback-form .form-line {
  margin-bottom: 8px;
}
.contacts-col .callback-form .line-title {
  float: left;
  height: 24px;
  line-height: 24px;
}
.contacts-col .callback-form .line-title i {
  color: #D20000;
  font-style: normal;
}
.contacts-col .callback-form .line-val {
  margin-left: 170px;
}
.contacts-col .callback-form .line-val input[type="text"], .contacts-col .callback-form .line-val input[type="email"], .contacts-col .callback-form .line-val textarea {
  border: 1px solid #ADADAD;
  height: 22px;
  line-height: 22px;
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contacts-col .callback-form .line-val textarea {
  height: 86px;
}
.contacts-col .callback-form .captcha-img {
  margin-top: 6px;
}
.contacts-col .callback-form button {
  background-color: #FCD03D;
  border: 0 none;
  color: #383838;
  float: right;
  font-size: 12px;
  height: 32px;
  line-height: 32px;
  margin-top: 12px;
  padding: 0 14px;
}
.contacts-col + .contacts-col {
  margin-left: 20px;
}
.contacts-col {
}
.seo-text{
  color: gray;
  margin: 10px;
}
.address .go-to-map{
  display: block;
  top: 30px;
  margin: 8px;
  width: 119px;
  height: 38px;
  background: url(/local/templates/militarist/css/../img/button_magazinu.jpg) no-repeat;
  font-size: 13px;
  line-height: 37px;
  color: #9d9d9d;
  padding: 0 0 0 44px;
  text-decoration: none;
}

/*завдання № 3287*/#ORDER_FORM #order_form_content .errortext{color:red;font-size:15px;}/*end завдання № 3287*/
/*завдання № 3493*/.sidebar .side-menu > ul.catalog-lvl1-menu > li:first-child{display:none;}/*end завдання № 3493*/
/*завдання № 3701*/.page-header .social .icon.in{background-position: -162px -60px;}/*end завдання № 3701*/
/*завдання № 4133*/ .page-header .schedule{width:150px;}/*end завдання № 4133*/
/*завдання № 4457*/
.basket-content .make-refresh {
  font-size: 20px;
  margin: 15px 0 0;
  background: #dbdbdb;
  width: 200px;
}
.basket-content .make-order {
  width: 200px;
}
/*end завдання № 4457*/
/*завдання № 4575*/
#element_buy_button, .product_count+.add-to-basket{margin-left: 65px;}

.product_count{
  text-align: center;
  border: 3px solid #efefef!important;
  position: absolute;
  width: 40px!important;
  height: 45px!important;
  font-size: 25px!important;
}
.grey-discount {
  font-size: 18px;
  color: #8A8A8A;
}
.yellow{
  color:#fad03c;
}
.price hr{
  border-color: #4e4e4e;

}
/*end завдання № 4575*/

.rcol table {
  margin-left: -20px;
}
/*завдання № 4891*/.page-footer .copyright {margin-right: 145px;}
.cupon b{display:block;margin:20px 0 10px} .cupon input[type=text]{width:285px;}
/*завдання № 5061*/
.catalog-lvl2 .item-name, .product-catalog.wait-list figcaption h3 {height: 50px;}
.catalog-lvl2 .price, .product-catalog.wait-list figcaption p{top: 1px;}
.catalog-lvl2 .items-container .itm, .product-catalog.wait-list ul li{margin-bottom:25px}
/*end завдання № 5061*/
/*завдання № 5053*/
.catalog-lvl2 .items-container .itm a{
  position:relative;
  display: block;
}
.catalog-lvl2 .items-container .itm a .stiker{
  position: absolute;
  font-size: 0;
  left: 0px;
  top: 0px;
  width:90px;
  height:90px;
}
.catalog-lvl2 .items-container .itm a .stiker.action{
  z-index:103;
  background: url(/local/templates/militarist/css/../img/sprite-stikers.png) 0px -120px no-repeat;
}
.catalog-lvl2 .items-container .itm a .stiker.qsale{
  z-index:102;
  background: url(/local/templates/militarist/css/../img/sprite-stikers.png) -189px -120px no-repeat;
}
.catalog-lvl2 .items-container .itm a .stiker.itnew{
  z-index:101;
  background: url(/local/templates/militarist/css/../img/sprite-stikers.png) -95px -120px no-repeat;
}

.catalog-lvl2 .items-container .itm a .stiker.stiker-ua.action{
  z-index:103;
  background: url(/local/templates/militarist/css/../img/sprite-stikers-ukr.png) 0px -120px no-repeat;
}
.catalog-lvl2 .items-container .itm a .stiker.stiker-ua.qsale{
  z-index:102;
  background: url(/local/templates/militarist/css/../img/sprite-stikers-ukr.png) -189px -120px no-repeat;
}
.catalog-lvl2 .items-container .itm a .stiker.stiker-ua.itnew{
  z-index:101;
  background: url(/local/templates/militarist/css/../img/sprite-stikers-ukr.png) -95px -120px no-repeat;
}
.catalog-item-gallery .gallery .big-img a{position:relative;}
.catalog-item-gallery .gallery .big-img a .stiker{
  position: absolute;
  font-size: 0;
  left: -3px;
  top: -3px;
  width:116px;
  height:116px;
}
.catalog-item-gallery .gallery .big-img  a .stiker.action{
  z-index:103;
  background: url(/local/templates/militarist/css/../img/sprite-stikers.png) 0px 0px no-repeat;
}
.catalog-item-gallery .gallery .big-img  a .stiker.qsale{
  z-index:101;
  background: url(/local/templates/militarist/css/../img/sprite-stikers.png) -240px 0px no-repeat;
}
.catalog-item-gallery .gallery .big-img  a .stiker.itnew{
  z-index:102;
  background: url(/local/templates/militarist/css/../img/sprite-stikers.png) -120px 0px no-repeat;
}

.catalog-item-gallery .gallery .big-img  a .stiker.stiker-ua.action{
  z-index:103;
  background: url(/local/templates/militarist/css/../img/sprite-stikers-ukr.png) 0px 0px no-repeat;
}
.catalog-item-gallery .gallery .big-img  a .stiker.stiker-ua.qsale{
  z-index:101;
  background: url(/local/templates/militarist/css/../img/sprite-stikers-ukr.png) -240px 0px no-repeat;
}
.catalog-item-gallery .gallery .big-img  a .stiker.stiker-ua.itnew{
  z-index:102;
  background: url(/local/templates/militarist/css/../img/sprite-stikers-ukr.png) -120px 0px no-repeat;
}
.basket-table table tr td:first-child{position:relative;}
.basket-table table tr td:first-child .stiker{
  position: absolute;
  font-size: 0;
  left: 0px;
  top: 0px;
  width:60px;
  height:60px;
}
.basket-table table tr td:first-child .stiker.action{
   z-index:103;
   background: url(/local/templates/militarist/css/../img/sprite-stikers.png) 0px -216px no-repeat;
 }
.basket-table table tr td:first-child .stiker.qsale{
  z-index:102;
  background: url(/local/templates/militarist/css/../img/sprite-stikers.png) -122px -216px no-repeat;
}
.basket-table table tr td:first-child .stiker.itnew{
  z-index:101;
  background: url(/local/templates/militarist/css/../img/sprite-stikers.png) -60px -216px no-repeat;
}
.basket-table table tr td:first-child .stiker.stiker-ua.action{
  z-index:103;
  background: url(/local/templates/militarist/css/../img/sprite-stikers-ukr.png) 0px -216px no-repeat;
}
.basket-table table tr td:first-child .stiker.stiker-ua.qsale{
  z-index:102;
  background: url(/local/templates/militarist/css/../img/sprite-stikers-ukr.png) -122px -216px no-repeat;
}
.basket-table table tr td:first-child .stiker.stiker-ua.itnew{
  z-index:101;
  background: url(/local/templates/militarist/css/../img/sprite-stikers-ukr.png) -60px -216px no-repeat;
}
/*end завдання № 5053*/
/*завдання № 5063*/
.page-footer .schedule .phone, .schedule .phone{
  font-size:16px;
  line-height:17px;
}
.schedule .phone font{
  color:#dbdbd5;
  font-size:11px;
}
.page-header .schedule{
  width:230px;
  /*left:325px;   */
}
.page-header .schedule .time{display:none}
.page-footer .copyright {margin-right: 13px;}
.page-footer .schedule{width:450px;}
.page-footer .schedule .phone{
  width:230px;
  padding-right:15px;
  border-right:1px solid #464646;
  float:left;
}
.page-footer .schedule .grafik{
  width:150px;
  float:left;
  margin-left:15px;
  text-align:left;
  font-weight:normal;
  color:#9d9d9d;
  line-height:19px
}
.page-footer .schedule .grafik div {
  color: #dbdbd5;
  display: inline-block;
}
.page-footer .schedule .grafik span{
  color: #fcd03d;
}
/*end завдання № 5063*/


/********** Задача №5093 **********/
.page-header .schedule .phone {
  color: #9d9d9d; font-size: 15px; font-weight: normal; line-height: 23px; padding-top: 2px;
}
.page-header .schedule .phone font {
  color: #dbdbd5; font-size: 11px; font-weight: normal;
}
.page-header .schedule .phone span {
  color: #fcd03d; font-size: 15px; font-weight: normal;
}
.page-header .schedule .phone font {
  color: #dbdbd5; font-size: 11px; font-weight: normal;
}
.page-footer .schedule .phone span {
  color: #fcd03d; font-size: 14px; font-weight: normal;
}
.page-footer .schedule .phone {
  color: #9d9d9d; font-size: 14px; font-weight: normal; margin-left: 145px; border-right: none;
  line-height: 18px; margin-top: -2px;
}
.page-footer .schedule .grafik {
  display: none;
}
/********** END Задача №5093 **********/

/*Задача №5275*/#size-table {display: block;width: 105px;}
/*задача от 29-11-2013*/.numb-cent {text-align:center;}

.catalog-item .rcol .item.address ul li{
  background:none;
  color: #0197c9;
  position:relative;
}
.catalog-item .rcol .item.address ul a:before{
  position:absolute;
  display:block;
  border:3px solid #000;
  content:'';
  left:-8px;
  top:6px;
  border-radius:3px;
}

/*завдання № 5843*/
.item-price-opt{
  font-size:16px;
  color:#aeadae;
  padding-bottom:10px;

}
.item-price-opt span{
  font-size:18px;
}
.price-opt{
  font-size:13px;
  color:#aeadae;
  width:105px;
  clear: both;
}
.price-opt span{
  font-size:11px;
}
/*end завдання № 5843*/

/*завдання № 5857*/
.recently-viewed ul li a .stiker{
  position: absolute;
  font-size: 0;
  top: 0px;
  width:90px;
  height:90px;
}
.recently-viewed ul li a .stiker.action{
  z-index:103;
  background: url(/local/templates/militarist/css/../img/sprite-stikers.png) 0px -120px no-repeat;
}
.recently-viewed ul li a .stiker.qsale{
  z-index:102;
  background: url(/local/templates/militarist/css/../img/sprite-stikers.png) -189px -120px no-repeat;
}
.recently-viewed ul li a .stiker.itnew{
  z-index:101;
  background: url(/local/templates/militarist/css/../img/sprite-stikers.png) -95px -120px no-repeat;
}
/*end завдання № 5857*/

/*Завдання № 5857*/
.recently-viewed-slider .price big {font-family: 'myriad_pc'; position:relative;}
.recently-viewed-slider .price.new {color: #eb0404;}
.recently-viewed-slider .price big .old-price {
  position: absolute;
  top: -10px;
  font-size: 13px;
  color: #fff;
  background: #383838;
  text-decoration: line-through;
  line-height: 1;
  padding: 2px 4px;
  margin: 0 0 0 4px;
  white-space: nowrap;
}
.recently-viewed-slider .price big .old-price:before {
  content: '';
  display: block;
  border: 2px solid transparent;
  border-right-color: #383838;
  position: absolute;
  left: -4px;
  top: 50%;
  margin: -2px 0 0;
}
/*end Завдання № 5857*/

/*завдання № 5845*/
.page-header .main-menu .search input[type="text"] {width: 197px;}
.page-header .main-menu > ul > li > a{font-size: 13px;}
.is_new a{color: #fcd03d !important;}
/*end завдання № 5845*/


/*задача №6471*/
.page-content-inner #id-cart-list .bt3{
  margin: 0 3px;
  font-size: 13px;
  padding: 7px 15px;
  color: #f0f0f0;
  background: #222;
  border: none;
  box-shadow: none;
  border-radius: 0px;
  text-shadow: none;
}
/*end задача №6471*/
.phone div{display: inline-block}
.page-header .schedule .phone span.schdl{font-size: 13px}
.ph-right{border-left: #A8A8A7 1px solid;
  padding-left: 8px;
  margin-left: 6px;}
.call_back{
  display: none;
}

body{
  min-width: 980px;
}

.wrap, .page-content, .main-slider{
  width: 960px;
}

.top-cols .lcol{
  float: left;
  width: 230px;
}
.top-cols .rcol{
  width: 710px;
  float: right;
}

.midle-cols .lcol{
  width: 306px;
  float: left;
}
.midle-cols .ccol{
  float: right;
  width: 306px;
  margin: 0 20px 0 0;
}
.midle-cols .rcol{
  width: 306px;
  float: right;
}

.bottom-cols .rcol{
  float: right;
  width: 303px;
}
.bottom-cols .lcol{
  float: left;
  width: 632px;
}

.catalog-item .rcol{
  width: 203px;
}
.catalog-item .lcol{
  width: 700px;
}


@media (min-width : 760px) and (max-width : 980px){
  /*@media (max-width : 1000px){ */

  body{
    min-width: 320px;
  }

  .wrap, .page-content, .main-slider, .main-slider li{
    /*width: 320px;*/
  }
  .main-slider, .main-slider li, .main-slider img{
    height: 245px;
  }

  .top-cols .lcol{
    float: left;
    width: 100%;
    margin: 0 0 20px;
  }
  .top-cols .rcol{
    width: 100%;
    float: right;
    margin: 0 0 20px;
  }

  .midle-cols .lcol{
    width: 100%;
    float: left;
    margin: 0 0 20px;
  }
  .midle-cols .ccol{
    float: right;
    width: 100%;
    margin: 0 0 20px;
  }
  .midle-cols .rcol{
    margin: 0 0 20px;
  }
  .midle-cols .rcol{
    width: 100%;
  }
  .popular .popular-slider ul li{
    margin: 0 5px;
  }

  .bottom-cols .rcol{
    float: right;
    width: 100%;
    margin: 0 0 20px;
  }
  .bottom-cols .lcol{
    float: left;
    width: 100%;
    margin: 0 0 20px;
  }

  .catalog-item .rcol{
    width: 100%;
    margin: 0 0 20px;
  }
  .catalog-item .lcol{
    width: 100%;
    margin: 0 0 20px;
  }

  .contacts-col{
    width: 100%;
    margin-bottom: 20px;
  }
  .contacts-col + .contacts-col{
    margin: 0;
  }
  .contacts-col .bx-google-map{
    width: 100% !important;
  }

  .user-login{
    float: left;
    margin: 8px 0 0;
  }

  .page-header .basket{
    margin-bottom: 11px;
  }
  .page-header .go-to-map{
    float: right;
    margin: 11px 0 5px;
  }
  .page-header .about-menu > ul{
    text-align: center;
    padding-left: 0;
  }
  .page-header .about-menu > ul > li{
    margin: 0 10px;
    display: inline-block; *display: inline; *zoom: 1;
    float: none;
  }
  .page-header .social{
    float: left;
    margin: -35px 0 0;
  }
  .page-header .main-menu{
    margin: 32px 0 0;
    position: relative;
    z-index: 1000;
  }
  .page-header .main-menu > ul > li, .page-header .main-menu > div > ul > li{
    position: static;
  }
  .page-header .main-menu > ul > li > a, .page-header .main-menu > div > ul > li > a{
    padding: 0 11px;
  }
  .page-header .main-menu > ul > li:nth-child(5) .sub_menu{
    margin-left: 0 !important;
  }
  .page-header .main-menu > ul > li:last-child > a, .page-header .main-menu > div > ul > li:last-child > a{
    padding: 0 15px;
  }
  .sub_menu{
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .page-header .main-menu .search{
    /*margin: -37px 0 -7px 0;*/
    width: 100%;
  }
  .page-header .main-menu .search input[type="text"]{
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .catalog-menu ul li{
    width: 223px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .new-items .new-items-content ul li{
    width: 226px;
  }

  .top-cols, .new-items{
    margin: 0 0 20px;
  }

  .catalog-menu ul{
    text-align: center;
  }

  .page-footer .schedule{
    width: 280px;
  }
  .page-footer .schedule .phone{
    margin-left: 35px;
  }

  .page-footer-links .cols .col1{
    width: 228px;
  }
  .page-footer-links .cols .col4{
    width: 100%;
    padding-top: 20px;
  }

  .catalog-lvl1 ul li{
    width: 170px;
  }

  .catalog-lvl2 ul li, .product-catalog.wait-list ul li{
    width: 240px;
  }

  .news-list ul li{
    width: 240px;
  }
  .news-list .img-wrap{
    width: 236px;
    height: 140px;
    text-align: center;
    line-height: 140px;
    vertical-align: middle;
  }
  .news-list .img-wrap img{
    display: inline-block; *display: inline; *zoom: 1;
  }
  .search div.title-search-result, table.title-search-result{
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .search div.title-search-result{
    margin-top: -15px !important;
  }
  table.title-search-result td.title-search-item{
    display: table-cell;
  }

  .catalog-lvl2 ul li, .product-catalog.wait-list ul li{
    width: 240px;
  }

  #order_form_div .sale_data-table{
    margin-left: -250px;
    width: 760px;
  }

}

/*@media screen and (device-aspect-ratio: 2/3), @media screen and (device-aspect-ratio: 40/71), */
/*<met a name="viewport" content="width=1024">*/
@media (max-width : 980px){

  body{
    min-width: 320px;
    font-size: 12px;
  }

  .wrap, .page-content, .main-slider, .main-slider li{
    width: auto;
    overflow: hidden;
  }
  .main-slider, .main-slider li, .main-slider img{
    height: 195px;
    display: none;
  }

  .top-cols .lcol{
    float: left;
    width: 100%;
    margin: 0 0 30px;
  }
  .top-cols .rcol{
    width: 100%;
    float: right;
    margin: 0 0 30px;
  }

  .midle-cols .lcol{
    width: 100%;
    float: left;
    margin: 0 0 0px;
  }
  .midle-cols .ccol{
    float: right;
    width: 100%;
    margin: 0 0 30px;
  }
  .midle-cols .rcol{
    margin: 0 0 30px;
    width: 100%;
  }
  .popular .popular-slider ul li{
    margin: 0 5px;
    width: 415px;
  }
  .popular .img-wrap{
    width: 100%;
  }

  .bottom-cols .rcol{
    float: right;
    width: 100%;
    margin: 0 0 30px;
  }
  .bottom-cols .lcol{
    float: left;
    width: 100%;
    margin: 0 0 30px;
  }


  .btn,
  input[type="text"], input[type="email"], input[type="password"]{
    font-size: 12px;
    height: auto;
    line-height: auto;
  }

  .catalog-item .rcol{
    width: 100%;
    margin: 0 0 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .catalog-item .lcol{
    width: 100%;
    margin: 0 0 30px;
  }

  .contacts-col{
    width: 100%;
    margin-bottom: 30px;
  }
  .contacts-col + .contacts-col{
    margin: 0;
  }
  .contacts-col .bx-google-map{
    width: 100% !important;
  }

  .catalog-menu-wrap.mobile{
    display: block;
  }





  .user-login .login .icon{
    transform: scale(.8);
    margin-right: 2px;
  }

  .page-header .basket{
    margin-bottom: 5px;
    float: none;
    padding-left: 65px;
    font-size: 14px;
  }
  .page-header .basket .basket-count{
    font-size: 14px;
  }
  .page-header .basket .basket-empty{
    margin-top: 16px;
  }

  .page-header .go-to-map{
    float: right;
    margin: 0 -145px 0 0;
    position: absolute;
    right: 50%;
    top: 195px;
    transform: scale(.5);
  }
  .page-header .about-menu > ul{
    text-align: center;
    padding-left: 0;
  }
  .page-header .about-menu > ul > li{
    margin: 0 12px;
    display: inline-block; *display: inline; *zoom: 1;
    float: none;
  }
  .page-header .social{
    float: left;
    margin: -35px 0 0;
  }
  .page-header .main-menu > ul > li, .page-header .main-menu > div > ul > li{
    position: static;
  }
  .page-header .main-menu > ul > li > a, .page-header .main-menu > div > ul > li > a{
    padding: 0 13px;
  }
  .page-header .main-menu > ul > li:nth-child(5) .sub_menu{
    margin-left: 0 !important;
  }
  .page-header .main-menu > ul > li:last-child > a, .page-header .main-menu > div > ul > li:last-child > a{
    padding: 0 15px;
  }
  .sub_menu{
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none !important;
  }
  .page-header .main-menu .search{
    margin: -37px 0 -7px 0;
    width: 100%;
  }
  .page-header .main-menu .search input[type="text"]{
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .new-items .new-items-content ul li{
    width: 269px;
  }
  .new-items .new-items-content ul li a{
    width: 100%;
  }
  .new-items .new-items-content .buy-btn, .popular .buy-btn, .catalog-lvl2 .buy-btn{
    width: 85px;
    height: 37px;
    line-height: 37px;
    font-size: 18px;
  }
  .new-items .new-items-content ul li:last-child{
    display: none;
  }
  .new-items .new-items-content .img-wrap{
    text-align: center;
  }

  .top-cols, .new-items{
    margin: 0 0 20px;
  }

  .catalog-menu ul{
    text-align: center;
  }

  .page-footer-links .cols .col1, .page-footer-links .cols .col2, .page-footer-links .cols .col3, .page-footer-links .cols .col4{
    width: 100%;
    padding-top: 20px;
  }
  .page-footer-links .cols .col1{
    padding-top: 0px;
  }

  .catalog-lvl1 ul li{
    width: 171px;
  }
  .sidebar + .page-content-inner .catalog-lvl1 ul li{
    width: 201PX;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .catalog-lvl1 li a .text{
    font-size: 14px;
  }

  .bnr img{
    display: block;
    width: 100%;
    height: auto;
  }

  .catalog-lvl2 ul li, .product-catalog.wait-list ul li{
    width: 245px;
  }

  .pagination ul li a{
    font-size: 14px;
    width: 25px;
    height: 25px;
    line-height: 25px;
  }
  /*.pagination ul li.next a{
      background-position: -257px -201px;
  background-size: 22px 22px;
  }
  .pagination ul li.prev a{
      background-position: -259px -260px;
  background-size: 22px 22px;
  }*/

  img{
    max-width: 100%;
    /*height: auto !important;*/
    height: auto;
  }

  .news-list ul li{
    display: list-item;
    width: auto;
    margin-bottom: 22px;
    padding-bottom: 22px;
    border-bottom: solid 1px #cecece;
  }
  .news-list .img-wrap{
    display: none;
  }
  .news-list .news-text img{
    display: none;
  }
  .news-list .news-text, .news-list .date, .news-list font, .news-list span{
    font-size: 14px !important;
  }
  .news-list .news-topic{
    font-size: 15px;
  }
  .search div.title-search-result, table.title-search-result{
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .search div.title-search-result{
    margin-top: -15px !important;
  }
  table.title-search-result td.title-search-item{
    display: table-cell;
  }

  /*.catalog-lvl2 ul li, .product-catalog.wait-list ul li{
      width: 120px;
  }

  #catalog-block.catalog-lvl2 ul li, .product-catalog.wait-list ul li{
      width: 145px;
  }*/

  .page-footer .copyright{
    margin-bottom: 5px !important;
  }

  .page-footer .copyright, .page-footer .schedule{
    display: block;
    float: none;
    width: 100%;
    margin: 0;
    padding: 0 25px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 11px;
  }
  .page-footer .schedule font, .page-footer .schedule .phone span, .page-footer .schedule .phone{
    font-size: 11px;
  }
  .page-footer .schedule .phone{
    margin: 0;
    text-align: left;
    width: 70%;
    line-height: 1.4;
  }

  .page-footer .wv-copyright{
    float: none;
    width: 100%;
    display: block;
    padding: 2px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 11px;
  }

  .logo{
    display: block;
    float: none;
    width: 100% !important;
    height: auto !important;
    padding: 10px 0;
    overflow: hidden;
    border-top: solid 1px #393939;
    border-bottom: solid 1px #393939;
    text-align: center;
  }
  .logo img{
    /*width: 100%;*/
  }

  .page-header .schedule{
    width: 100%;
    padding: 0;
    margin: 0 0 222px;
    display: block;
    float: none;
    overflow: hidden;
  }
  .page-header .wrap{
    padding-top: 40px;
    position: relative;
  }

  .page-header .schedule .phone, .page-header .schedule .phone span{
    font-size: 18px;
    vertical-align: baseline;
    line-height: 1.3;
    text-align: center;
  }
  .page-header .schedule .phone font{
    font-size: 28px;
    vertical-align: baseline;
  }

  .about-menu{
    display: none;
  }

  .page-header .main-menu{
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    /*width: 69px;
    height: 55px;*/
    width: 35px;
    height: 27px;
    background: url(/local/templates/militarist/css/../img/main_menu_bg.png) 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    cursor: pointer;
    margin: 0;
  }
  .page-header .main-menu ul{
    position: absolute;
    left: 0;
    top: 35px;
    width: 250px;
    background: #3c3c3c;
    display: none;
    border: solid 1px #ccc;
    -webkit-box-shadow: 0 0 3px 0 #ccc;
    box-shadow: 0 0 3px 0 #ccc;
    border-radius: 4px;
    z-index: 1000;
  }
  /*.page-header .main-menu:hover ul{
      display: block;
  }*/
  .page-header .main-menu:hover .search:hover + ul{
    display: none;
  }
  .page-header .main-menu ul li{
    float: none;
  }
  .page-header .main-menu > ul > li > a{
    font-size: 10px;
    height: 22px;
    line-height: 22px;
  }
  .page-header .main-menu .search{
    position: absolute;
    width: 300px;
    top: 380px !important;
    left: 0;
    height: 40px;
    overflow: hidden;
  }

  #sale-basket-basket-line-container{
    position: absolute;
    left: 0;
    top: 265px;
    width: 100%;
  }
  .page-header .basket{
    width: auto;
    height: 55px;
  }

  .page-header .basket button#basket-list .icon{
    width: 89px;
    height: 88px;
    background: url(/local/templates/militarist/css/../img/cart_bg.png) 0 0 no-repeat;
    margin-top: -21px;
    margin-left: -25px;
    transform: scale(.5);
  }

  .page-header .go-to-map{
    width: 291px;
    height: 67px;
    padding-left: 85px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(/local/templates/militarist/css/../img/address_map.png) 0 0 no-repeat;
    font-size: 22px;
    line-height: 67px;
  }
  .page-header .go-to-map:hover{
    background: url(/local/templates/militarist/css/../img/address_map_hover.png) 0 0 no-repeat;
  }

  .page-header .main-menu .search {
    top: 340px !important;
    height: 40px;
    overflow: hidden;
  }

  .page-header .main-menu .search input[type="submit"]{
    background: #fcd03d;
    font-size: 28px;
    text-transform: uppercase;
    color: #383838;
    padding: 20px 40px;
    width: auto;
    height: auto;
    top: 0;
    right: 0;
  }
  .page-header .main-menu .search input[type="text"]{
    font-size: 11px;
    padding: 20px 90px 20px 10px;
  }

  .brands-list ul li{
    width: 197px;
  }
  .brands-list ul li img{
    min-width: 100%;
  }

  .call_back{
    display: none;
    background: #3b3b3b;
    padding: 19px 20px 18px 70px;
    font-size: 22px;
    text-decoration: none;
    color: #fcd03d;
    border-radius: 4px;
    position: absolute;
    top: 431px;
    left: 0;
    width: 291px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .call_back:before{
    content: '';
    float: left;
    width: 33px;
    height: 28px;
    background: url(/local/templates/militarist/css/../img/call_back.png) 0 0 no-repeat;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -14px;
  }
  .call_back:hover{
    background: #3c3c3c;
  }
  .call_back span{
    border-bottom: dotted 2px #fcd03d;
  }

  .search div.title-search-result{
    display: none !important;
  }

  .catalog-menu ul li{
    width: 170px;
  }
  .catalog-menu ul li a span{
    font-size: 22px;
  }

  .catalog-menu-wrap{
    position: relative;
    padding: 0;
    z-index: 1;
    cursor: pointer;
    top: -20px;
    margin-bottom: 0;
  }
  .catalog-menu-wrap .wrap{
    padding-top: 15px;
    padding-bottom: 15px;
    display: none;
    cursor: default;
  }
  .catalog-menu-wrap:before{
    content: 'Категории товаров';
    display: block;
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    background: #383838;
    padding: 15px 10px;
    margin: -33px 0 5px;
    cursor: pointer;
  }
  .catalog-menu-wrap:after{
    content: '';
    float: left;
    width: 51px;
    height: 31px;
    background: url(/local/templates/militarist/css/../img/cat_arrow.png) 0 0 no-repeat;
    position: absolute;
    right: -1px;
    top: 11px;
    cursor: pointer;
    transform: scale(.5);
  }

  .section-header{
    font-size: 36px;
    margin-bottom: 30px;
  }
  a.all-link{
    font-size: 22px;
  }

  .new-items .new-items-content .item-name, .popular .item-name, .catalog-lvl2 .item-name, .product-catalog.wait-list figcaption h3{
    font-size: 20px;
  }
  .new-items .new-items-content .price big, .popular .price big, .catalog-lvl2 .price big{
    font-size: 34px;
  }
  .new-items .new-items-content .price, .new-items .new-items-content .price big small, .popular .price big small, .popular .price span, .catalog-lvl2 .price big small, .catalog-lvl2 .price span{
    font-size: 24px;
  }
  .benefits ol li{
    padding-left: 35px;
    font-size: 10px;
  }
  .benefits ol li big{
    font-size: 15px;
  }
  .benefits ol li::before{
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 47px;
    border-radius: 20px;
    top: -5px;
  }
  .catalog-lvl2 .item-name, .product-catalog.wait-list figcaption h3{
    height: 50px;
  }

  .reviews-list .name, .reviews-list li, .main-news-list ul li, .main-news-list ul li a, .main-news-list ul li font, .main-news-list ul li span{
    font-size: 12px !important;
  }
  .reviews-list ul li img, .main-news-list ul li img{
    display: none;
  }

  .video-reviews ul li iframe{
    width: 575px !important;
  }
  .video-reviews ul li .title{
    font-size: 30px;
  }

  .page-additional-text{
    display: none;
  }

  .page-footer-links .col-hdr{
    font-size: 15px;
  }
  .page-footer-links ul li a{
    font-size: 11px;
  }

  .page-footer-links .newslatter .text{
    font-size: 15px;
  }
  .page-footer-links .newslatter input[type="text"]{
    font-size: 11px !important;
    height: auto;
    padding: 10px 7px 8px;
    line-height: 1;
    width: 200px;
  }
  .page-footer-links .newslatter input[type="submit"]{
    font-size: 15px;
    width: 40px;
    height: 30px;
    line-height: 30px;
  }

  .popular #popular-slider-prev, .popular #popular-slider-next{
    width: 43px;
    height: 72px;
  }
  .popular #popular-slider-prev{
    background-position: -63px -201px;
  }
  .popular #popular-slider-prev:hover{
    background-position: -151px -201px;
  }
  .popular #popular-slider-next{
    background-position: -107px -201px;
  }
  .popular #popular-slider-next:hover{
    background-position: -195px -201px;
  }

  .sidebar + .page-content-inner, #bx_incl_area_9 + .page-content-inner, #bx_incl_area_9 + script + .page-content-inner{
    margin: 0;
  }
  .sidebar{
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }

  .breadcrumbs{
    padding: 10px;
  }
  .breadcrumbs ul li a, .breadcrumbs ul li{
    font-size: 14px;
  }

  h1{
    font-size: 18px;
  }

  a.back{
    font-size: 15px;
    padding: 7px 7px 8px;
  }
  a.back:before{
    border: 6px solid transparent;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-right-color: #1f1f1f;
    margin-left: -6px;
  }
  .share{
    font-size: 14px;
    color: #888888;
    margin-top: 15px;
  }
  /*.social-icons .fb{
      width: 53px;
      height: 53px;
      background: url(/local/templates/militarist/css/../img/big_soc_icons.png) 0 0 no-repeat;
  }
  .social-icons .vk{
      width: 53px;
      height: 53px;
      background: url(/local/templates/militarist/css/../img/big_soc_icons.png) -54px 0 no-repeat;
  }
  .social-icons .tw{
      width: 53px;
      height: 53px;
      background: url(/local/templates/militarist/css/../img/big_soc_icons.png) -108px 0 no-repeat;
  }*/

  .page-footer-links .newslatter{
    border: 0 none;
  }

  .reviews-big-list .img-wrap{
    display: none;
  }
  .reviews-big-list .over .review-topic{
    font-size: 15px;
  }
  .reviews-big-list ul li{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #cecece;
  }

  /*.brands-list-item .header .number span{
      width: 72px;
      height: 72px;
      line-height: 72px;
      font-size: 45px;
      border-radius: 36px;
  }
  .brands-list-item .header .number{
      width: 90px;
  }*/

  .brands-list-item .brands-list ul{
    display: block;
    margin: 0;
  }
  .brands-list-item .brands-list ul li{
    /*width: 115px;*/
    margin: 0 0 10px 7px;
  }

  .brands-nav ul li a{
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
  }
  .brands-nav ul li a:after{
    border: 10px solid transparent;
    border-top-color: #efefef;
    margin-left: -10px;
  }
  .brands-nav ul li{
    margin: 9px 0 9px 9px;
  }
  .brands-nav ul{
    margin-left: -9px;
  }

  .topic-links .btn{
    font-size: 32px;
    padding: 28px 20px 32px;
  }

  .shops .shops-list .text{
    width: 100%;
    margin: 0;
  }
  .shops .shops-list .on-map{
    float: none;
    width: 100%;
    overflow: hidden;
  }
  .shops .shops-list .on-map > ymaps{
    width: 100% !important;
    height: 100% !important;
  }

  .cities-list{
    display: none;
  }
  .shops .city{
    font-size: 16px;
    padding: 15px 45px 15px 10px;
    text-align: left;
    cursor: pointer;
    position: relative;
  }
  .shops .city:before{
    content: '';
    float: left;
    width: 50px;
    height: 50px;
    background: url(/local/templates/militarist/css/../img/plus.png) 0 50% no-repeat;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -25px;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    transform: scale(.5);
  }
  .shops .city.active:before{
    height: 10px;
    margin-top: -5px;
  }

  .shops .shops-list{
    display: none;
  }
  .shops .city.active + .shops-list{
    display: block;
  }

  /*.tabbable .nav-tabs{
      display: none;
  }*/

  .tabbable .tab-content .cols2 .col{
    overflow: hidden;
    height: 44px;
    margin-bottom: 15px;
  }
  .tabbable .tab-content .cols2 .col.active{
    height: auto !important;
    overflow: visible !important;
    margin-bottom: 15px;
  }
  .tabbable .tab-content .cols2 .col + .col{
    margin-left: 0;
    width: 100%;
  }

  .catalog-item .catalog-item-gallery, .tabbable .tab-content .cols2 .col{
    float: none;
    width: 100%;
  }
  .catalog-item .catalog-item-text{
    width: 100%;
  }

  .gallery, .gallery .big-img a{
    width: 100%;
  }

  table{
    font-size: 10px;
  }
  table td, table th{
    padding: 5px;
  }

  #order_form_div .sale_data-table th{
    font-size: 7px;
  }
  #order_form_div .sale_data-table{
    width: 100%;
    margin-left: 0;
  }
  #order_form_div .sale_data-table tr td:first-child img{
    width: 45px;
    height: auto;
  }

  .catalog-item .item-sizes-wrap .item-sizes{
    display: block;
  }
  .catalog-item .item-sizes-wrap .item-sizes form{

  }
  .catalog-item .item-sizes-wrap .item-sizes, .catalog-item .add-to-basket{
    padding: 6px 15px;
  }
  #size-table{
    display: inline-block; *display: inline; *zoom: 1;
    margin: 0 !important;
    font-size: 24px;
    width: auto;
  }
  .catalog-item .item-sizes-wrap .item-sizes select{
    height: 36px;
    line-height: 36px;
  }
  #sku_selectors{
    /*width: 100%;*/
    font-size: 24px;
  }

  .tabbable .btn{
    font-size: 14px;
    padding: 15px 25px;
  }
  .tabbable h2{
    font-size: 16px;
    background: #eaeaea;
    padding: 14px 40px 14px 10px;
    position: relative;
    cursor: pointer;
  }
  .tabbable h2:before{
    content: '';
    float: left;
    width: 46px;
    height: 46px;
    background: url(/local/templates/militarist/css/../img/small_plus.png) 0 0 no-repeat;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -23px;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    transform: scale(.5);
  }
  .tabbable .col.active h2:before{
    margin-top: -4px;
    height: 8px;
    background: url(/local/templates/militarist/css/../img/small_plus.png) 0 50% no-repeat;
  }

  .reviews-list li .time{
    font-size: 12px;
    vertical-align: baseline;
  }

  .catalog-item .check-availability{
    padding-top: 8px;
    padding-bottom: 8px;
  }

  /*.caroufredsel_wrapper{
      width: 100% !important;
  }*/
  .popular-slider .caroufredsel_wrapper{
    width: 425px !important;
  }

  .color-viewed-slider .caroufredsel_wrapper ul li,
  .recommendations-slider ul li{
    width: 226px;
  }
  .recommendations-slider .item-name{
    font-size: 18px;
  }
  .recommendations-slider .price{
    font-size: 20px;
  }
  .recommendations-slider .buy-btn .icon{
    display: none;
  }
  .recommendations-slider .buy-btn{
    width: auto;
    vertical-align: baseline;
    height: auto;
    line-height: 1;
    padding: 2px 10px 4px;
  }
  .recommendations-slider .buy-btn:before{
    content: 'КУПИТЬ';
    font-size: 15px;
    color: #fcd03d;
  }

  table.sale_data-table.summary td{
    font-size: 11px;
  }

  .side-menu .side-menu-header{
    font-size: 18px;
    padding: 12px 5px;
    position: relative;
    cursor: pointer;
  }
  .side-menu .side-menu-header:before{
    content: '';
    float: none;
    width: 51px;
    height: 31px;
    background: url(/local/templates/militarist/css/../img/settings_arrow.png) 0 0 no-repeat;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -16px;
    transform: scale(.5);
    margin-right: -10px;
  }
  .side-menu > ul > li > a{
    font-size: 12px;
  }
  .side-menu > ul.catalog-lvl1-menu > li ul li a{
    font-size: 10px;
  }
  .side-menu > ul{
    display: none;
  }
  .side-menu.active > ul{
    display: block;
  }

  #order_form_div .title, .form-wrap h3{
    font-size: 32px;
  }
  #ORDER_FORM #order_form_content{
    font-size: 24px;
  }
  #order_form_div input[type="text"], #order_form_div input[type="password"], #order_form_div textarea, #order_form_div select{
    width: auto;
    font-size: 24px;
  }
  #order_form_div .sale_order_table.props td{
    font-size: 24px;
    padding-left: 10px;
  }
  #order_form_div .sale_order_table.props tr td:first-child{
    padding-left: 0;
  }

  table.sale_order_table, #order_form_div .sale_order_table .desc, #order_form_div .sale_order_table .paysystem_name{
    font-size: 18px !important;
  }
  #order_form_div .sale_order_table .paysystem_name{
    display: block;
    width: 100%;
  }
  #order_form_div .sale_order_table .ps_logo input[type=radio]:checked + label img, #order_form_div .sale_order_table.delivery input[type=radio]:checked + label img, #order_form_div div.ps_logo.selected img, #order_form_div .sale_order_table.delivery .prop img, #order_form_div .sale_order_table .ps_logo img, #order_form_div .sale_order_confirm img, #order_form_div .account img, #order_form_div .sale_order_table.delivery .prop img:hover, #order_form_div .sale_order_table .ps_logo img:hover, #order_form_div .sale_order_confirm img:hover, #order_form_div .account img:hover, #order_form_div .sale_order_table.delivery label:hover img, #order_form_div .sale_order_table.delivery input[type=radio]:checked + label img, #order_form_div div.ps_logo.selected img{
    border: 0 none;
  }

  #order_form_div .sale_order_table .ps_logo{
    min-height: 55px !important;
    width: 100%;
    position: relative;
  }
  #order_form_div .sale_order_table .ps_logo input[type=radio]:checked + label, /*#order_form_div .sale_order_table.delivery input[type=radio]:checked + label,*/ #order_form_div div.ps_logo.selected{
    border: solid 3px #fcd03d;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: -3px;
  }
  #order_form_div .sale_order_table.delivery .prop, #order_form_div .sale_order_table .ps_logo, #order_form_div .sale_order_confirm, #order_form_div .account, #order_form_div .sale_order_table.delivery .prop:hover, #order_form_div .sale_order_table .ps_logo:hover, #order_form_div .sale_order_confirm:hover, #order_form_div .account:hover, #order_form_div .sale_order_table.delivery label:hover, /*#order_form_div .sale_order_table.delivery input[type=radio]:checked + label,*/ #order_form_div div.ps_logo.selected{
    border: solid 3px #d4d4d4;
  }

  .page-header .basket .price{
    font-size: 23px;
    padding-top: 9px;
  }
  .page-header .basket .price small{
    font-size: 18px;
  }

  .page-header .basket .make-order{
    position: absolute;
    font-size: 14px;
    right: 10px;
    top: 50%;
    margin-top: -8px;
  }

  #order_form_div .order_comment div{
    font-size: 24px;
  }
  .count-filter{
    display: none;
  }
  #order_form_div .btn{
    font-size: 30px;
  }

  .filters-block h3{
    font-size: 14px;
  }
  .filters-block input[type="text"], .filters-block input[type="email"], .filters-block input[type="password"]{
    font-size: 12px;
    width: 60px;
    vertical-align: baseline;
    /*padding-top: 6px;
    padding-bottom: 6px;
height: 22px;
line-height: 22px;*/
  }
  .filters-block .btn{
    font-size: 14px;
    vertical-align: baseline;
    padding: 4px 5px 4px;
  }

  #price-range-slider .ui-slider-handle{
    margin-left: -5px;
  }

  footer > *{
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .catalog-lvl2 .price big .old-price{
    left: 95%;
    top: -3px;
    font-size: 15px;
  }

  .window .form{
    max-width: 380px;
  }
  .modal-window .window-header, .window .form label{
    font-size: 12px;
  }
  .window .open-id{
    font-size: 18px;
  }
  .window .form .buttons .btn{
    font-size: 14px;
  }
  .window .form input[type="text"], .window .form input[type="password"]{
    font-si.phone spanze: 20px;
  }
  .user-info table, .profile-block-shown table, .soc-serv-accounts table{
    font-size: 12px;
  }
  .user-info table tr td:first-child{
    width: auto;
  }

  #order_form_div .sale_order_table.delivery .name{
    font-size: 12px;
  }

  #order_form_div, #order_form_div table{
    font-size: 18px;
  }


}


/*задача №12128*/  .ph-right{padding-left: 6px; margin-left: 2px;}


/*задача №12158*/
.recommendations-slider .buy-btn{width: 75px;}
.recommendations-slider .buy-btn:before {
  color: #fcd03d;
  background-clolor: #4e4e4e;
  content: 'КУПИТЬ';
  display: block;
  top: 1px;
  right: 30px;
}
.recommendations-slider .price{
  font-family: 'myriad_pc';
  font-size: 20px;
  white-space: nowrap;
}

.recommendations-slider #recommendations-slider-prev2 {
  position: absolute;
  cursor: pointer;
  width: 31px;
  height: 51px;
  left: 12px;
  top: 90px;
  background: url(/local/templates/militarist/css/../img/sprite.png) 0 -211px no-repeat;
  opacity: .7;
}
.recommendations-slider #recommendations-slider-prev2:hover {
  opacity: 1;
}
.recommendations-slider #recommendations-slider-next2 {
  position: absolute;
  cursor: pointer;
  width: 31px;
  height: 51px;
  right: 12px;
  top: 90px;
  background: url(/local/templates/militarist/css/../img/sprite.png) -31px -211px no-repeat;
  opacity: .7;
}
.recommendations-slider #recommendations-slider-next2:hover {
  opacity: 1;
}
/*end задача №12158*/

/*завдання № 12426*/
.color-viewed-slider {
  border:1px solid #cecece;
  padding: 20px 58px;
  position: relative;
}
.color-viewed-slider ul {
  list-style: none outside none;
}
.color-viewed-slider ul li {
  float: left;
  margin: 0 10px;
  width: 190px;
}

.color-viewed-slider ul li a {
  text-decoration: none;
}
.color-viewed-slider .img-wrap {
  background: none repeat scroll 0 0 #fff;
  display: block;
  height: 190px;
  line-height: 190px;
  margin: 0 0 5px;
  text-align: center;
}
.color-viewed-slider .buy-btn{width: 75px;}
.color-viewed-slider .buy-btn:before {
  color: #fcd03d;
  background-clolor: #4e4e4e;
  content: 'КУПИТЬ';
  display: block;
  top: 1px;
  right: 30px;
}
.color-viewed-slider .price{
  font-family: 'myriad_pc';
  font-size: 20px;
  white-space: nowrap;
}

.color-viewed-slider #color-viewed-prev {
  position: absolute;
  cursor: pointer;
  width: 31px;
  height: 51px;
  left: 12px;
  top: 90px;
  background: url(/local/templates/militarist/css/../img/sprite.png) 0 -211px no-repeat;
  opacity: .7;
}
.color-viewed-slider #color-viewed-prev:hover {
  opacity: 1;
}
.color-viewed-slider #color-viewed-next {
  position: absolute;
  cursor: pointer;
  width: 31px;
  height: 51px;
  right: 12px;
  top: 90px;
  background: url(/local/templates/militarist/css/../img/sprite.png) -31px -211px no-repeat;
  opacity: .7;
}
.color-viewed-slider #color-viewed-next:hover {
  opacity: 1;
}

.color-viewed-slider .item-name {
  border-bottom: 1px solid #bfbfbf;
  color: #4e4e4e;
  display: block;
  font-size: 15px;
  height: 40px;
  line-height: 1.1;
  overflow: hidden;
}

.color-viewed-slider .bottom {
  margin: 5px 0 0;
}
.color-viewed-slider .buy-btn:before {
  color: #fcd03d;
  content: "КУПИТЬ";
  display: block;
  right: 30px;
  top: 1px;
}
.color-viewed-slider .buy-btn {
  width: 75px;
}
.color-viewed-slider .buy-btn {
  background: none repeat scroll 0 0 #383838;
  float: right;
  height: 25px;
  line-height: 25px;
  text-align: center;

}

/*end задача №12158*/
.recommendations-slider .buy-btn .icon{
  background-image:none;
}
.color-viewed-slider .caroufredsel_wrapper{
  margin:0 !important;
}








/****SEARCH_BLOCK******/

.page-header .main-menu .live_search_results{
  float: left;
  list-style: none;
  padding: 0 10px;
  margin: 0;
  background: #e2e2e2;
  position: absolute;
  left: 0;
  top: 30px;
  z-index: 1;
  display: none;
}
.page-header .main-menu .live_search_results li{
  padding: 10px 0 9px 50px;
  border-top: solid 1px #d1d1d1;
}
.page-header .main-menu .live_search_results li:first-child{
  border-top: 0 none;
}
.page-header .main-menu .live_search_results li .preview{
  float: left;
  width: 40px;
  height: 60px;
  margin-left: -50px;
}
.page-header .main-menu .live_search_results a{
  padding: 0;
  display: inline;
  height: auto;
  line-height: 1;
  text-transform: none;
  font-size: 12px;
  color: #0197c9;
}
.page-header .main-menu .live_search_results a span{
  color: #0197c9;
  text-decoration: underline;
}
.page-header .main-menu .live_search_results a span.key_word{
  color: #ba961f;
}
.page-header .main-menu .live_search_results a:hover, .page-header .main-menu .live_search_results a:hover span{
  background: none;
  text-decoration: none;
}
.page-header .main-menu .live_search_results .title{
  margin-bottom: 4px;
  margin-top: -3px;
  display: inline-block;
}
.page-header .main-menu .live_search_results .price{
  font-size: 12px;
  color: #494949;
  font-weight: bold;
}
.page-header .main-menu .live_search_results .price small{
  font-size: 11px;
  font-weight: normal;
}
.search div.title-search-result {
  left: 10px !important;
  margin: 6px 0 0 !important;
  padding: 5px 0;
  position: absolute !important;
  top: 100% !important;
  width: calc(100% - 10px) !important;
  z-index: 150;
}

div.title-search-result {
  float: left;
  list-style: none;
  padding: 10px 10px 0;
  margin: 0;
  background: #e2e2e2;
  position: absolute;
  /*left: 0;*/
  top: 30px;
  z-index: 1;
  display: none;
}

.page-header .main-menu .search {
  float: right ;
  margin: 10px 12px 0 0;
  position: relative;
}

@media screen and (max-width:980px){
  .benefits ol {
    margin: 0 0 0 28px;
    padding: 0;
  }
  .page-header .main-menu span{
    background: url("/local/templates/militarist/css/../img/main_menu_bg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    display: block;
    /*height: 55px;
    width: 69px;*/
    width: 35px;
    height: 27px;
    -webkit-background-size: cover;
    background-size: cover;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
  }
  .video-reviews ul li .title {
    font-size: 12px;
  }
  .page-header .main-menu .search input[type="submit"]{
    background:url("/local/templates/militarist/css/search.png") no-repeat scroll 6px 7px;

    transform: scale(.48);
    margin-top: -18px;
    margin-right: -20px;

  }
  .user-login .login .text .u_name {

    max-width: 100%;

  }
}

@media screen and (max-width:2560px) and (min-width:1066px){
  .catalog-lvl2 ul li, .product-catalog.wait-list ul li{
    width:218px;
  }
}
/*///////////*/
.page-header .social .icon.gp{
  background-position: -302px -156px;
}

.page-header .social .icon.te{
  background: none;
  background-image:url(/local/templates/militarist/css/../img/telegram.png);
  background-size: cover;
  background-color: #383838;
}
.page-header .social .icon.te:hover{
  background-color: #515151;
}



/*иконки соцц сетей в футере*/
.page-footer .social-footer{
  display: none;
}
.page-footer-links .social-footer{
  display: none;
}

@media (max-width : 980px){

  body{}

  .page-header{
    padding: 10px;
  }
  .page-header .main-menu{
    margin-top: 0 !important;
  }
  .page-footer .social-footer{
    font-size: 12px;
    color: #5e5e5e;
    line-height: 11px;
    margin: 10px 0 10px 10px;
    display: block !important;
  }
  .page-footer .social-footer form{
    display: none;
  }
  .page-footer .social-footer .icon{
    width: 22px;
    height: 22px;
    margin-left: 1px;
    background-color: #383838;
    transform: scale(.7);
    margin: 0 -4px;
  }
  .page-footer .social-footer .icon:hover{
    background-color: #515151;
  }
  .page-footer .social-footer .icon.fb{
    background-position: -50px -60px;
  }
  .page-footer .social-footer .icon.vk{
    background-position: -78px -60px;
  }
  .page-footer .social-footer .icon.tw{
    background-position: -105px -60px;
  }
  .page-footer .social-footer .icon.yu{
    background-position: -132px -60px;
  }
  .page-footer .social-footer .icon.gp{
    background-position: -302px -156px;
  }
  .page-footer .social-footer .icon.in{background-position: -162px -60px;}
}


/*широкий экран*/
@media screen and (min-width:1350px){
  .page-content-inner.product-page{
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-right: 305px;
  }

  .page-content-inner.product-page .item-brands{
    right: 555px;
  }

  .page-content-inner.product-page ~ .recommendations{
    float: right;
    width: 280px;
    margin: 55px -280px 20px 0;
    position: relative;
    left: -280px;
  }
  .page-content-inner.product-page ~ .recommendations .recommendations-slider{
    padding: 30px !important;
  }
  .page-content-inner.product-page ~ .recommendations #recommendations-slider-prev{
    display: none !important;
  }
  .page-content-inner.product-page ~ .recommendations #recommendations-slider-next{
    display: none !important;
  }
  .page-content-inner.product-page ~ .recommendations .recommendations-slider .caroufredsel_wrapper{
    width: 100% !important;
    height: 840px !important;
  }
  .page-content-inner.product-page ~ .recommendations .recommendations-slider .caroufredsel_wrapper ul{
    width: 100% !important;
    height: auto !important;
    position: static !important;
  }
  .page-content-inner.product-page ~ .recommendations .recommendations-slider .caroufredsel_wrapper ul li{
    width: 100%;
    margin: 0 0 10px;
  }
  .page-content-inner.product-page ~ .recommendations .recommendations-slider .caroufredsel_wrapper ul li .img-wrap{
    border: 3px solid #efefef;
  }
}
@media screen and (min-width:1200px){

  .page-content{
    position: relative;
  }
  .gallery{
    width: 430px;
  }
  .gallery .big-img a{
    width: 420px;
    height: 420px;
    line-height: 420px;
  }


  .wrap,
  .page-content,
  .main-slider{
    width: auto;
    max-width: 1440px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
  }

  .main-slider{
    padding: 0;
  }

  .page-header .user-login{
    position: absolute;
    right: 265px;
    top: 0;
    width: 165px;
  }

  .page-header .go-to-map {
    position: absolute;
    right: 265px;
    top: 17px;
  }

  .page-header .schedule {
    float: right;
    margin: 13px 280px 0 0;
    width: 490px;
  }
  .page-header .schedule .phone .schdl{
    float: left;
    width: 160px;
    margin:0 20px 0 0;
    color:#fff
  }
  .page-header .schedule .phone .schdl + br{
    display:none;
  }
  .page-header .schedule .phone .ph-left{
    float: left;
    width:150px
  }
  .page-header .schedule .phone .ph-right{
    float: left;
    border:0;
    padding:0;
    width:150px
  }
  .page-header .schedule .phone span{
    font-size: 21px;
  }

  .page-header .about-menu > ul > li{
    margin-right: 4%;
  }

  /*  .page-header .main-menu > ul,
      .page-header .main-menu > div > ul{
          float: none;
          width: 70%;

          display: table;
      }

      .page-header .main-menu > ul > li,
      .page-header .main-menu > div > ul > li{
          float: none;
          display: table-cell;
      }*/

  .sub_menu{
    top: 55px;
  }

  /*.page-header .main-menu > ul > li > a,
  .page-header .main-menu > div > ul > li > a{
      padding: 0;
      font-size: 15px;
      height: 55px;
      line-height: 55px;

      text-align: center;
      width: 100%;
  }*/

  .page-header .main-menu > ul > li > a,
  .page-header .main-menu > div > ul > li > a{
    font-size: 15px;
    height: 55px;
    line-height: 55px;
    padding: 0 9px;
  }

  .page-header .main-menu > ul > li:last-child > a,
  .page-header .main-menu > div > ul > li:last-child > a{
    color: #fff;
  }

  .page-header .main-menu .search{
    width: calc(100% - 1082px);
    height: 35px;
    /*float: none;*/
    padding: 0 0 0 10px;
    /*overflow: hidden;*/
  }

  .page-header .main-menu {
    display: flex;
    flex-wrap: wrap;
  }

  .page-header .main-menu .search input[type="text"]{
    height: 35px;
    line-height: 35px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .page-header .main-menu .search input[type="submit"]{
    right: 14px;
    top: 9px;
  }

  .catalog-lvl1 ul li{
    width: 170px;
  }

  .main-slider{
    height: 470px;
  }
  .main-slider .caroufredsel_wrapper{
    height: 470px !important;
  }

  .catalog-menu ul{
    width: 100%;
  }

  .catalog-menu ul li{
    width: 14.2%;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

  }

  .catalog-menu ul li a{
    font-size: 16px;
  }

  .top-cols .rcol{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 0 0 390px;
  }
  .top-cols .lcol{
    width: 350px;
    margin: 0 0 0 -350px;
    position: relative;
    left: 350px;
  }

  .midle-cols .lcol{
    width: 23%;
  }
  .midle-cols .rcol{
    width: 45%;
    margin-left: 3%;
  }
  .midle-cols .ccol{
    width: 26%;
    margin: 0;
  }

  .bottom-cols{
    margin: 0 0 40px;
  }
  .bottom-cols .rcol{
    width: 45%;
  }
  .bottom-cols .lcol{
    width: 52%;
  }

  .reviews-list ul{
    margin: 0 0 0 -20px;
    font-size: 0;
  }
  .reviews-list ul li{
    width: 50%;
    padding: 0 0 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    vertical-align: top;
    display: inline-block;
  }

  .page-footer .wv-copyright{
    margin-top: 20px;
  }

  .page-footer{
    position: relative;
    height: auto;
  }

  .page-footer .wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }


  .page-footer .wrap.clearfix::before,
  .page-footer .wrap.clearfix::after {
    display: none;
  }

  .page-footer .schedule{
    width: 230px;
    /*position: absolute;*/
    left: 50%;
    margin: 0 0 0 -115px;
  }
  .page-footer .schedule .phone{
    margin:0;
  }

  .page-footer-links .cols > div{
    width: 25% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .catalog-menu ul li .img-wrap{
    width: 100px;
    height: 100px;
    border-radius: 50px;
  }

  .catalog-menu-wrap{
    padding: 15px 0;
  }

  .catalog-menu ul li .img-wrap img{
    width: 100%;
  }

  .catalog-lvl2 ul li, .product-catalog.wait-list ul li{
    width: 224px;
  }

  .page-content-inner{
    position: relative;
  }

  .page-content-inner .item-brands{
    position: absolute;
    width: 115px;
    right: 240px;
    top: 60px;
  }

  .catalog-item .lcol{
    width: auto;
    float: none;
  }

  .tabbable .tab-content .cols2 .col{
    width: 48%;
    float: left;
  }
  .tabbable .tab-content .cols2 .col + .col{
    margin-left: 4%;
  }

}

/*@media screen and (min-width:1400px){
    .page-content > .recommendations{
        position: absolute;
        width: 257px;
        top: 57px;
        right: 263px;
        background: #fff;
        overflow: hidden;
    }

    .recommendations-slider ul li{

    }

    .page-content > .recommendations .recommendations-slider{
        padding: 20px 25px;
    }
    .page-content > .recommendations .recommendations-slider #recommendations-slider-next,
    .page-content > .recommendations .recommendations-slider #recommendations-slider-prev{
        transform: scale(.8);
        -moz-transform: scale(.8);
        -webkit-transform: scale(.8);
    }

    .page-content-inner .item-brands.add-right{
        right: 520px;
    }
}*/



div#black-list a.btn.black-list {
  background: #eaeaea;
  width: max-content;
  min-width: 216px;
  padding: 7px 14px;
  font-size: 20px;
  line-height: 35px;
}

div#black-list {
  margin-bottom: 15px;
}

#element_buy_button.subscribe {
  margin-left: 0;
  width: max-content;
  min-width: 216px;
}


.page-content section.recommendations_new {
  margin-bottom: 25px;
}

.page-content section.recommendations_new .recently-viewed-slider {
  background: transparent;
  border: 1px solid #cecece;
}



@media screen and (min-width:1200px) and (max-width:1350px){
  .page-header .schedule {
    width: 310px;
    margin-top: -7px;
  }
  .page-header .schedule .phone .schdl{
    width: 100%;
  }
}

.new-items .new-items-content{
  height: 282px;
  overflow: hidden;
  text-align: center;
}

.new-items .new-items-content ul{
  margin-left: -20px;
}

.new-items .new-items-content ul li{
  margin-bottom: 10px;
  float: none;
  display: inline-block;
  vertical-align: top;
}

.catalog-filters-wrap{
  overflow: hidden;
  padding: 0 0 5px;
  margin: 0 0 15px;
}

.catalog-filters-wrap .catalog-sort{
  float: left;
  font-size: 13px;
  color: #777;
  font-weight: bold;
}
.catalog-filters-wrap .catalog-sort a{
  color: #484747;
  font-weight: bold;
  line-height: 1;
  padding: 6px 10px;
  display: inline-block;
  margin: 0 0 0 5px;
}
.catalog-filters-wrap .catalog-sort a.active{
  background: #fcd03d;
  position: relative;
  text-decoration: none;
}
.catalog-filters-wrap .catalog-sort a.active:after{
  content: '';
  position: absolute;
  left: 50%;
  top: 100%;
  border: 3px solid transparent;
  border-top-color: #fcd03d;
  margin: 0 0 0 -3px;
}
.catalog-filters-wrap .count-filter{
  margin: 0;
}

@media screen and (max-width: 1200px){
  .catalog-menu ul li {
    width: 11%;
  }
  .catalog-filters-wrap .catalog-sort{
    font-size: 11px;
  }

  .page-header .main-menu{
    margin-top: 50px;
  }

  .page-header .main-menu .search{
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    padding: 0;
    margin-right: 0;
  }

  .page-header .main-menu .search input[type="text"]{
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.catalog-item .social-likes{
  overflow: hidden;
}

.catalog-item .share{
  overflow: hidden;
}
div#bx-composite-banner{
  position: relative;
  right: 200px;
  bottom: 26px;
}

@media screen and (max-width:768px){
  .catalog-menu ul li {
    width: 10%;
  }
}



@media(max-width:980px){

  .section-header{
    font-size: 18px;
    margin: 0 0 15px;
  }

  a.all-link{
    font-size: 11px;
    padding: 1px 2px 2px;
    top: 0;
  }

  .page-content{
    padding: 0 10px 30px;
  }

  .catalog-menu ul li{
    width: 100%;
    padding: 0 20px !important;
    margin: 0 0 20px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .catalog-menu ul li a span{
    font-size: 16px;
  }

  .new-items .new-items-content{
    padding: 5px 0;
    height: 145px;
  }
  .new-items .new-items-content .img-wrap{
    height: 100px !important;
    line-height: 100px !important;
  }
  .new-items .new-items-content .img-wrap img{
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    max-height: 100%;
  }
  .new-items .new-items-content ul{
    margin-left: -10px;
  }
  .new-items .new-items-content ul li{
    width: 135px;
    margin-left: 10px;
  }

  .new-items .new-items-content .item-name{
    height: 15px;
    margin-bottom: 2px;
  }
  .new-items .new-items-content ul li a{
    height: auto !important;
  }
  .new-items .new-items-content .bottom{
    margin: 0;
  }



  .new-items .new-items-content .buy-btn, .popular .buy-btn, .catalog-lvl2 .buy-btn{
    width: 42px;
    height: 18px;
    line-height: 18px;
    font-size: 9px;
  }


  .new-items .new-items-content .item-name, .popular .item-name, .catalog-lvl2 .item-name, .product-catalog.wait-list figcaption h3{
    font-size: 10px;
  }
  .new-items .new-items-content .price, .new-items .new-items-content .price big small, .popular .price big small, .popular .price span, .catalog-lvl2 .price big small, .catalog-lvl2 .price span{
    font-size: 12px;
  }
  .new-items .new-items-content .price big, .popular .price big, .catalog-lvl2 .price big{
    font-size: 16px;
  }

  .top-cols .rcol{
    margin-bottom: 0;
  }

  .brands-list ul li{
    width: 31%;
  }
  .brands-list ul li img{
    max-width: 100%;
  }


  .popular #popular-slider-prev{
    margin-left: -15px;
  }
  .popular #popular-slider-next{
    margin-right: -15px;
  }
  .popular #popular-slider-prev, .popular #popular-slider-next{
    transform: scale(.5);
  }

  .popular-slider .caroufredsel_wrapper{
    width: 205px !important;
  }
  .popular .popular-slider ul li{
    width: 200px;
  }


  .video-reviews ul li{
    width: 275px;
  }
  .video-reviews ul li iframe{
    width: 275px !important;
    height: 155px;
  }

  .page-footer-links{
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }


  .catalog-lvl2 ul{
    margin: 0 0 0 -2%;
  }
  .catalog-lvl2 ul li{
    width: 48%;
    margin: 0 0 2% 2%;
  }
}


@media (max-width: 980px){
  .catalog-item .rcol .item table{
    height: auto !important;
  }
  .catalog-item .add-to-basket{
    font-size: 16px;
  }

  .product_count{
    height: 42px !important;
  }

  .product_count{
    font-size: 18px !important;
  }

  .status{
    font-size: 10px;
  }

  .sku-count{
    font-size: 10px;
    width: 30px;
  }

  .gallery .big-img img {
    width: auto;
  }

}

@media (max-width: 480px){
  .gallery .gallery-thumbs li a{
    width: 65px;
    height: 65px;
  }

  #sku_selectors{
    font-size: 14px;
  }
  #size-table{
    font-size: 14px;
  }
  .catalog-item .item-sizes-wrap .item-sizes select{
    height: 26px;
    line-height: 26;
  }

  .sidebar + .page-content-inner .catalog-lvl1 ul li{
    /*width: 150px;*/
    width: 33.3333%;
  }

  .contacts-col .callback-form .line-val{
    margin-left: 115px;
  }

  /*задача №725 */
  .page-header .logo {
    margin-bottom: 40px;
  }
  .page-header .user-login {
    text-align: center;
    float: left;
    margin: 8px 0 0;
    position: absolute;
    right: 0;
    left: 0;
    top: 130px;
    font-size: 13px;
    display: none;
  }

  .page-header .schedule {
    display: none;
  }

  .page-header .basket {
    display: none;
  }

  .desc_hide {
    display: block;
  }

  .page-header .go-to-map {
    display:none;
  }

  .catalog-menu-wrap {
    top: 0;
  }

  .page-header .logo.toggle_padding {
    margin-bottom: 100px;
  }

  .new-items .new-items-content {
    padding: 5px 0;
    /*height: auto;*/
  }

  .page-header .main-menu .search {
    top: 120px !important;
    display: none;
  }

  .page-header .main-menu .search.active {
    display: block;
  }

  .page-header .logo{
    margin-bottom: 50px;
  }

  .page-header .schedule {
    margin: 0 0 20px;
  }

  .phone_icon.desc_hide img  {
    width: 25px;
    height: 25px;
  }

  .user-lang.header-drop.langs-drop.mob {
    display: block;
    border-top: none;
  }

  .user-lang.header-drop.langs-drop.mob ul {
    border-top: 0;
    top: 213px;
  }

  li.langs-list-item {
    padding: 10px 0;
  }

  .page-header .wrap {
    overflow: visible;
  }


}
@media (max-width: 400px){
  .sidebar + .page-content-inner .catalog-lvl1 ul li{
    width: 50%;
  }
}


#REPLIER .reviews-reply-field-author input[type="text"]{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#REPLIER .reviews-reply-field-author > span{
  display: block;
  overflow: hidden;
}
#REPLIER .reviews-reply-field-author label{
  /*font-weight: normal;*/
}


@media(max-width:480px){
  .bs-gallery-window{
    padding: 15px 10px 10px;
  }

  .bs-gallery-window .slide_images{
    margin: 0 0 10px;
  }

  .bs-gallery-window .slide_images li{
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .bs-gallery-window .next{
    right: 10px;
  }
  .bs-gallery-window .prev{
    left: 10px;
    margin: -34px 0 0;
  }
}


@media(max-width:420px){
  table td, table th{
    padding: 3px;
    font-size: 9px;
  }

  table td .old-price{
    font-size: 8px !important;
  }

  .status{
    font-size: 9px;
    margin: 0 0 5px;
  }

  .to-basket{
    padding: 2px 3px 1px 3px;
  }
  .to-basket .icon{
    display: none;
  }

  .color-viewed-slider,
  .reviews-viewed-slider,
  .recommendations-slider{
    padding: 20px 30px;
  }

  .window .form input[type="text"], .window .form input[type="password"]{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .catalog-filters-wrap .catalog-sort{
    text-align: center;
  }
}

@media(max-width:830px){
  .error_page{
    -webkit-background-size: contain;
    background-size: contain;
  }
}
@media(max-width:480px){
  .error_page small{
    font-size: 30px;
  }
  .error_page big{
    font-size: 120px;
    top: 165px;
    margin: 0 0 0 -120px;
  }
  .map-columns ul{
    margin: 0 0 10px 15px;
  }
}


@media(max-width:480px){
  table{
    width: 100% !important;
  }
  img[align="left"],
  img[align="right"]{
    margin: 0 0 5px;
    float: none;
    display: block;
  }
}


.rememberme input[type="checkbox"]{
  vertical-align: middle;
  margin: 0 5px 0 0;
  position: relative;
  top: -1px;
}


.tabbable .tab-content .cols2 .col table{
  width: 100% !important;
}


.profile-table{}
.profile-table input[type="text"],
.profile-table input[type="email"],
.profile-table input[type="password"],
.profile-table textarea,
.profile-table select{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.profile-table select{
  padding: 3px;
}
.profile-table tr td{
  padding: 0 15px 10px;
}

@media(max-width:480px){
  .profile-table{
    display: block;
  }
  .profile-table thead,
  .profile-table tbody{
    display: block;
  }
  .profile-table tr{
    display: block;
  }
  .profile-table tr td{
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.bx_ordercart .bx_ordercart_order_sum tr td{
  background: none;
  padding: 3px 5px 7px;
}
.bx_ordercart .bx_ordercart_order_sum tr td + td{
  text-align: left;
}


@media(max-width:680px){
  .caroufredsel_wrapper{
    margin: 0 auto !important;
  }
  .color-viewed-slider .caroufredsel_wrapper{
    margin: auto !important;
  }
}

.subscription-form .field-form input[type="radio"]{
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin: 0 1px;
}

@media(max-width:500px){
  .subscription-form{}
  .subscription-form .field-form{}
  .subscription-form .field-form .subscription-format{
    float: none;
    margin: 0 0 10px;
  }
  .subscription-form .field-form input[type="text"]{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }

  textarea{
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}


@media(max-width:530px){
  .bx-touch .bx_ordercart .bx_ordercart_order_table_container tbody td.custom div{
    display: inline-block;
  }
  .bx_ordercart .bx_ordercart_order_table_container table td.margin{
    padding: 0 !important;
    margin: 0 !important;
  }
  .bx-touch .bx_ordercart .bx_ordercart_order_table_container table tbody tr td{
    padding: 2px 5px;
  }
  .bx-touch .bx_ordercart .bx_ordercart_order_table_container table tbody tr{
    margin: 0;
  }
  .bx-touch .bx_ordercart .bx_ordercart_order_table_container table tbody tr td.item{
    padding-bottom: 0;
  }
  .bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_itemart{
    margin: 0;
  }
  .bx-touch .bx_ordercart .bx_ordercart_order_table_container tbody td.price{
    padding-top: 0;
  }
  .bx-touch .bx_ordercart .bx_ordercart_order_table_container tbody td.price .current_price{
    margin-top: 0;
  }
  .bx-touch .bx_ordercart .bx_ordercart_order_table_container tbody td .counter{
    display: table;
  }
  .bx-touch .bx_ordercart .bx_ordercart_order_table_container tbody td .counter tr{
    display: table-row;
  }
  .bx-touch .bx_ordercart .bx_ordercart_order_table_container tbody td .counter tr td{
    display: table-cell;
  }
  .bx-touch .bx_ordercart .bx_ordercart_order_table_container tbody td.custom span{
    vertical-align: top;
  }
  .bx-touch .bx_ordercart .bx_ordercart_order_table_container table tbody tr td.itemphoto{
    padding-top: 15px;
  }
}


iframe{
  max-width: 100% !important;
}

.catalog-lvl2 .buy-btn{
  margin-top: -2px;
}


.subscription-utility input[type="text"]{
  margin-bottom: 10px;
}

.small_basket_content table {
  border: none;
}


.small_basket_content table td {
  background-color: #fff;
}


@media(max-width:400px){
  .basket-tabs a{
    padding: 0 5px;
  }

  .orders-list table td ol li::before{
    font-size: 9px;
  }

  .orders-list table td span{
    display: block;
  }

  .orders-list .btn{
    width: 90px;
  }

  #order_form_div .title{
    position: relative;
    padding-right: 90px;
  }
  #order_form_div .title a{
    position: absolute;
    right: 10px;
    top: 12px;
  }
}


.tal .bt3{
  margin: 0;
}

@media screen and (max-width: 980px) {
  .tabbable .nav-tabs{
    display: block;
  }

  .user-lang.header-drop.langs-drop.mob {
    display: block;
    border-top: none;
  }

  .user-lang.header-drop.langs-drop.mob ul {
    border-top: 0;
    top: 213px;
  }

  li.langs-list-item {
    padding: 10px 0;
  }

  .page-header .wrap {
    overflow: visible;
  }

  .phone {
    margin: 0 auto;
    width: 100%;
  }

  .user-lang.header-drop.langs-drop.mob ul > li > a {
    height: 30px;
    line-height: 30px;
  }
}

button#basket-list {
  width: 0;
  height: 0;
  padding: 0;
  border: 0;
}

.modal-loader {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 9999;
}
.lds-roller {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  left: 50%;
  top: 50%;
}
.popular.catalog-lvl2 .item-name, .product-catalog.wait-list figcaption h3 {border-bottom: none;}
@media screen and (max-width: 430px) {
  .new-items .new-items-content div.itm {
    width: 136px !important;
    margin: 0 0 10px 20px !important;
  }
  .new-items .new-items-content {
    padding: 10px 2em 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.catalog-item .item-description {
  width: calc(100% - 120px) !important;
}

@media screen and (max-width: 1200px) {
  .catalog-item .item-description{
    width: 100% !important;
  }
}
/* End */


/* Start:/local/templates/militarist/css/basket.css?16032886555252*/
.modal-dialog.modal-dialog-centered.modal-lg.small_basket_modal {
    max-width: 1850px;
}

.bs-gallery-window .gallery-img img {
    width: 35vw;
}

.small_basket_modal .modal-header {
    background: #fcd03d;
    font-size: 16px;
    text-transform: uppercase;
    padding: 11px;
    position: relative;
}

.small_basket_modal .modal-title {
    text-align: center;
    width: 100%;
    font-size: 16px;
    color: #444;
    margin-top: 0;
}

.small_basket_modal .modal-header span {
    font-size: 20px;
    position: absolute;
    top: 0px;
    right: 5px;
    color: #444;
}

.small_basket_modal .modal-header .close {
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
    cursor: pointer;
}

.small_basket_content form {
    display: flex;
    justify-content: space-between;
    align-items:  flex-start;
    flex-wrap: wrap;
    padding: 10px;
}

.small_basket_content .small_basket_about_product {
    width: 60%;
}

.small_basket_content .small_basket_item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.small_basket_content .small_basket_placing {
    width: 30%;
    background: #f2f2f2;
    padding: 11px;
}

.small_basket_content  .small_basket_img {
    width: 120px;
    height: 150px;
    padding: 15px;
}

.small_basket_content  .small_basket_img img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.small_basket_content .small_basket_wrap a {
    color: #0197c9;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    transition: all 0.3s;
    text-decoration: underline;
    margin-bottom: 10px;
}

.small_basket_content .small_basket_wrap a:hover {
    text-decoration: none;
}

.small_basket_placing .grey-discount,
.basket-content .basket-table {
    font-family: 'myriad_pc';
}

.small_basket_content .small_basket_wrap input {
    height: 22px;
    line-height: 22px;
    background: #fff;
    padding: 0 8px;
    border: 1px solid #adadad;
    font-size: 13px;
    font-family: 'Trebuchet MS', Arial, Sans-serif;
    width: 35px;
    margin-right: 5px;
}

.small_basket_content .small_basket_wrap span {
    font-size: 13px;
    color: #444;
}

.small_basket_content .small_basket_wrap p {
    font-size: 36px;
    line-height: 1;
    margin: 10px 0 5px;
    font-family: 'myriad_pc';
}
.small_basket_content .small_basket_wrap p span {
    font-size: 24px;
}

.small_basket_content .small_basket_wrap button {
    display: inline-block;
    border: none;
    line-height: 1;
    margin: 0 0 0 17px;
    text-decoration: none;
    border-bottom: 1px dashed;
    position: relative;
    color: #0197c9;
    font-family: 'Trebuchet MS', Arial, Sans-serif;
    font-size: 13px;
    cursor: pointer;
}

.small_basket_content .small_basket_wrap button span.icon {
    width: 10px;
    height: 10px;
    background-position: -220px 0;
    position: absolute;
    left: -16px;
    top: 2px;
}

.small_basket_about_product input {
    color: #000;
    padding: 5px;
    width: 70%;
}

.small_basket_about_product input::placeholder {
    font-size: 13px;
    opacity: 0.4;
}

.small_basket_placing p {
    font-size: 20px;
    margin: 0 0 10px;
    line-height: 1;
    text-transform: uppercase;
}

.small_basket_placing p.sum {
    padding: 9px;
    background: #222;
    color: #fff;
    line-height: 1;
    letter-spacing: -1px;
    margin: 0;
    font-family: 'myriad_pc';
    font-size: 48px;
    color: #fad03c;
}

.small_basket_placing p.sum.white_font {
    color: #fff;
}
 

.small_basket_placing p.sum span {
    font-size: 30px;
}

.small_basket_placing p.sum .usd {
    font-size: 18px;
    display: block;
    color: #fff;
}

.grey-discount {
    background-color: #222;
    font-size: 18px;
    color: #8A8A8A;
    padding: 13px 9px;
    border-top: 1px solid #4e4e4e;
    border-bottom: 1px solid #4e4e4e;
}


.small_basket_placing .clear_basket {
    border: none;
    margin: 14px 0 0 24px;
    line-height: 1;
    text-decoration: none;
    border-bottom: 1px dashed;
    display: inline-block;
    position: relative;
    background: transparent;
    cursor: pointer;
    color: #0197c9;
    font-size: 13px;
}

.small_basket_placing .clear_basket .icon {
    width: 16px;
    height: 17px;
    background-position: -257px 0;
    position: absolute;
    top: -1px;
    left: -22px;
}

.small_basket_placing .refresh_basket {
    font-size: 20px;
    margin: 15px 0 0;
    background: #dbdbdb;
    width: 100%;
    color: #383838;
    padding: 10px 15px;
    border: none;
    cursor: pointer;
}

.small_basket_placing a {
    display: block;
    margin: 15px 0 0 0;
    font-size: 14px;
    color: #383838;
    cursor: pointer;
    line-height: 1;
    border: 0;
    padding: 10px 15px;
    background: #fcd03d;
    text-decoration: none;
    font-size: 20px;
    text-align: center;
}







@media (max-width: 700px) {
    .small_basket_content .small_basket_about_product {
        width: 60%;
    }

    .small_basket_content .small_basket_placing {
        width: 35%;
    }

}


@media (max-width: 667.98px) {
    .small_basket_content .small_basket_about_product {
        width: 100%;
    }

    .small_basket_content .small_basket_placing {
        width: 100%;
        margin-top: 20px;
    }
}





/* End */


/* Start:/local/templates/militarist/css/bootstrapCustom.css?16032740024470*/
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */



.modal-open {
    overflow: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.modal-footer > :not(:first-child) {
    margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
    margin-right: .25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
    }
    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

/* End */


/* Start:/local/templates/militarist/colors.css?160327400117406*/


#fullmenu{
	background:#384859;
	/* margin-top:3px; */
}

#fullmenu>ul,
.content-inner>ul{margin-top:1px}

.root-item>a,
#fullmenu ul li a{
	color:#fff;
	text-shadow:0 1px 1px rgba(0,0,0,.5);
}
#fullmenu>ul>li:hover>a,
.root-item.selected,
.root-item:hover{
	box-shadow:inset 0 3px 16px 2px rgba(56,72,89,.54);
	background:#6d8dae
}

.content-inner>ul{box-shadow:0 5px 8px 2px rgba(56,94,104,.57),inset 0 13px 9px -12px rgba(56,94,104,.57)}
#fullmenu>ul>li>ul{box-shadow:inset -11px 0 5px -11px rgba(0,0,0,0.5), 0 3px 10px 0 rgba(56,94,104,.57)}

.content-inner ul>li:hover>a,
#fullmenu>ul>li>ul>li:hover>a,
.sidebar .nav>li>ul>li:hover>span a{
	background:#f0fafd;
	color:#000;
	text-decoration:none
}

.sidebar .nav>li>ul,
#fullmenu>ul>li>ul li ul,
.sidebar .nav>li>ul li ul{
	display:none;
	box-shadow:inset 0 11px 5px -11px rgba(0,0,0,0.5),inset 0 -12px 5px -11px rgba(0,0,0,0.2);
	border-radius:0;
	overflow:hidden
}
 
.sidebar .nav>li>ul>li:last-child>span a {box-shadow:inset 0 -11px 5px -11px rgba(0,0,0,0.5)}
.sidebar .nav>li>ul>li:first-child>span a,
#fullmenu>ul>li>ul li ul>li:first-child a {box-shadow:inset 0 11px 5px -11px rgba(0,0,0,0.5)}
.content-inner>ul>li:first-child>a{box-shadow:inset 0 13px 9px -12px rgba(0,0,0,.57)}

.allcatnav a{
	color:#1B2D3D;
	text-shadow:0 1px 1px rgba(255,255,255,0.9);
	padding:9px 21px;
	box-shadow:0 1px 1px 0 rgba(0,0,0,.4);
	margin-top:-1px;
	border:1px solid #d3d3d3;
	background:#fff;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2RiZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-moz-linear-gradient(top,#fff 0%,#ccdbe8 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#ccdbe8));
	background:-webkit-linear-gradient(top,#fff 0%,#ccdbe8 100%);
	background:-o-linear-gradient(top,#fff 0%,#ccdbe8 100%);
	background:-ms-linear-gradient(top,#fff 0%,#ccdbe8 100%);
	background:linear-gradient(to bottom,#fff 0%,#ccdbe8 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff',endColorstr='#ccdbe8',GradientType=0)
}
.allcatnav a:hover{background:#fff}
.allcatnav a.active,
.allcatnav a:active{
	border:1px solid #dcdfe2;
	background:#eff3f7;
	box-shadow:inset 0 0 15px 1px rgba(0,0,0,0.3);
	padding:9px 21px
}

.sidebar .nav>li>span a{
	padding:15px 20px;
	border-bottom:1px solid #e0ecf3;
	display:block
}
.sidebar .nav>li:hover>span a{background:#f0fafd}
.sidebar .nav>li.current>span a{background:#e1f5fb}
.sidebar .nav>li.selected>span a,
.sidebar .nav>li.current.selected>span a{
	border-top:1px solid #5aace5;
	border-right:1px solid #2e8bce;
	border-bottom:1px solid #0169b5;
	border-left:1px solid #2e8bce;
	box-shadow:inset 0 1px 2px 0 #00dbf3;
	border-radius:2px 2px 0 0;
	padding:14px 20px 15px;

	background:#00afe4;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYWZlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMTY5YjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-moz-linear-gradient(top,#00afe4 0%,#0169b5 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#00afe4),color-stop(100%,#0169b5));
	background:-webkit-linear-gradient(top,#00afe4 0%,#0169b5 100%);
	background:-o-linear-gradient(top,#00afe4 0%,#0169b5 100%);
	background:-ms-linear-gradient(top,#00afe4 0%,#0169b5 100%);
	background:linear-gradient(to bottom,#00afe4 0%,#0169b5 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00afe4',endColorstr='#0169b5',GradientType=0);
	color:#fff;
	text-shadow:0 1px 1px rgba(0,67,119,0.5)
}

.bt2{
	color:#3f3f3f;
	font-size:13px;
	text-align:center;
	padding:7px 16px;
	text-decoration:none;
	box-shadow:0 1px 2px 1px rgba(0,0,0,0.4);
	border-radius:3px;
	font-weight:bold;
	text-shadow:0 1px 1px #fff;
	background:#fff;
	background:-moz-linear-gradient(top,#fff 0%,#eee 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#eee));
	background:-webkit-linear-gradient(top,#fff 0%,#eee 100%);
	background:-o-linear-gradient(top,#fff 0%,#eee 100%);
	background:-ms-linear-gradient(top,#fff 0%,#eee 100%);
	background:linear-gradient(to bottom,#fff 0%,#eee 100%);
}
.bt2:hover{
	color:#3f3f3f;
	background:#fbfbfb;
	text-decoration:none !important
}
.bt2:active{
	color:#3f3f3f;
	text-shadow:0 2px 1px white;
	background:#fbfbfb;
	background:-moz-radial-gradient(center,ellipse cover,#fbfbfb 0%,#eaeaea 100%);
	background:-webkit-gradient(radial,center center,0px,center center,100%,color-stop(0%,#fbfbfb),color-stop(100%,#eaeaea));
	background:-webkit-radial-gradient(center,ellipse cover,#fbfbfb 0%,#eaeaea 100%);
	background:-o-radial-gradient(center,ellipse cover,#fbfbfb 0%,#eaeaea 100%);
	background:-ms-radial-gradient(center,ellipse cover,#fbfbfb 0%,#eaeaea 100%);
	background:radial-gradient(ellipse at center,#fbfbfb 0%,#eaeaea 100%);
	box-shadow:none;
	padding:6px 15px;
	border:1px solid #d2d2d2
}
input.bt2{border:none}
input.bt2:active{border:1px solid #d2d2d2}

.bt1{
	white-space:nowrap;
	border-radius:3px;
	border:none;
	width:60px;
	cursor:pointer;
	box-shadow:0 0 1px rgba(0,0,0,.11),0 1px 1px rgba(0,0,0,.4),inset 0 1px #fff,inset 0 0 1px rgba(255,255,255,.5);
	background:#daf1f7;
	background:-moz-linear-gradient(top,#fff 0%,#c1e7f2 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#c1e7f2));
	background:-webkit-linear-gradient(top,#fff 0%,#c1e7f2 100%);
	background:-o-linear-gradient(top,#fff 0%,#c1e7f2 100%);
	background:-ms-linear-gradient(top,#fff 0%,#c1e7f2 100%);
	background:linear-gradient(to bottom,#fff 0%,#c1e7f2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff',endColorstr='#c1e7f2',GradientType=0);
	color:#0074a4;
	font-size:14px;
	text-shadow:0 1px 1px #fff;
	padding:6px 13px 8px !important;
	text-decoration:none;
	text-align:center;
	font-weight:bold
}
.bt1 span{
	background:url("/local/templates/militarist/images/gui.png") no-repeat -38px -669px;
	display:inline-block;
	margin-right:5px;
	margin-bottom:-5px;
	width:20px;
	color:#0074a4;
	height:18px
}
.bt1:hover{
	color:#0074a4;
	background:#eff9fc;
	background:-moz-linear-gradient(top,#fff 0%,#e5f5fa 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#c2e8f2),color-stop(100%,#e5f5fa));
	background:-webkit-linear-gradient(top,#fff 0%,#e5f5fa 100%);
	background:-o-linear-gradient(top,#fff 0%,#e5f5fa 100%);
	background:-ms-linear-gradient(top,#fff 0%,#e5f5fa 100%);
	background:linear-gradient(to bottom,#fff 0%,#e5f5fa 100%);
}
.bt1:active{
	box-shadow:none;
	border:1px solid #d3d3d3;
	padding:5px 12px 7px;
	color:#0074a4;
	background:#daf1f7;
	background:-moz-radial-gradient(center,ellipse cover,#daf1f7 0%,#d7e8eb 100%);
	background:-webkit-gradient(radial,center center,0px,center center,100%,color-stop(0%,#daf1f7),color-stop(100%,#d7e8eb));
	background:-webkit-radial-gradient(center,ellipse cover,#daf1f7 0%,#d7e8eb 100%);
	background:-o-radial-gradient(center,ellipse cover,#daf1f7 0%,#d7e8eb 100%);
	background:-ms-radial-gradient(center,ellipse cover,#daf1f7 0%,#d7e8eb 100%);
	background:radial-gradient(ellipse at center,#daf1f7 0%,#d7e8eb 100%);
}
.bt1.lupe{
	border-radius:3px;
	padding:6px 22px 8px 27px!important;
	min-width:118px;
	width:auto;
	margin-bottom:11px;
	margin-top:21px;
	text-align:left;
	
	box-shadow: 0 0 1px rgba(0,0,0,.11), 0 1px 1px rgba(0,0,0,.4), inset 0 1px #fff, inset 0 0 1px rgba(255,255,255,.5);
	background: #fff url("/local/templates/militarist/images/gui.png") no-repeat -37px -720px;
	background:url("/local/templates/militarist/images/gui.png") no-repeat -37px -720px, -moz-linear-gradient(top, #ffffff 0%, #d7e8eb 99%);
	background:url("/local/templates/militarist/images/gui.png") no-repeat -37px -720px, -webkit-linear-gradient(top, #ffffff 0%,#d7e8eb 99%);
	background:url("/local/templates/militarist/images/gui.png") no-repeat -37px -720px, -o-linear-gradient(top, #ffffff 0%,#d7e8eb 99%);
	background:url("/local/templates/militarist/images/gui.png") no-repeat -37px -720px, linear-gradient(to bottom, #ffffff 0%,#d7e8eb 99%);
}
.bt1.lupe:hover{
	color:#0074a4;
	padding:6px 22px 8px 27px!important;
	
	background: #E1F5FB url("/local/templates/militarist/images/gui.png") no-repeat -37px -720px; 
	box-shadow:url("/local/templates/militarist/images/gui.png") no-repeat -37px -720px, 0 0 1px rgba(0,0,0,.11), 0 1px 1px rgba(0,0,0,.4), inset 0 1px #fff, inset 0 0 1px rgba(255,255,255,.5);
	background:url("/local/templates/militarist/images/gui.png") no-repeat -37px -720px, -webkit-linear-gradient(bottom, #E1F5FB, #fff);
	background:url("/local/templates/militarist/images/gui.png") no-repeat -37px -720px, -moz-linear-gradient(bottom, #E1F5FB, #fff);
	background:url("/local/templates/militarist/images/gui.png") no-repeat -37px -720px, -o-linear-gradient(bottom, #E1F5FB, #fff);
	background:url("/local/templates/militarist/images/gui.png") no-repeat -37px -720px, -ms-linear-gradient(bottom, #E1F5FB, #fff);
	background:url("/local/templates/militarist/images/gui.png") no-repeat -37px -720px, linear-gradient(to top, #E1F5FB, #fff);
}
.bt1.lupe:active{
	color:#0074a4;
	border:none;
	padding:7px 22px 7px 27px!important;
	background: #daf1f7 url("/local/templates/militarist/images/gui.png") no-repeat -37px -719px;
	box-shadow: inset 0 1px 1px rgba(28,50,7,.37) !important;
	background:url("/local/templates/militarist/images/gui.png") no-repeat -37px -719px, -webkit-linear-gradient(top, #d7e8eb, #fff);
	background:url("/local/templates/militarist/images/gui.png") no-repeat -37px -719px, -moz-linear-gradient(top, #d7e8eb, #fff);
	background:url("/local/templates/militarist/images/gui.png") no-repeat -37px -719px, -o-linear-gradient(top, #d7e8eb, #fff);
	background:url("/local/templates/militarist/images/gui.png") no-repeat -37px -719px, -ms-linear-gradient(top, #d7e8eb, #fff);
	background:url("/local/templates/militarist/images/gui.png") no-repeat -37px -719px, linear-gradient(to bottom, #d7e8eb, #fff);
}
.filtren .bt2{
	color:#0074a4;
	cursor:pointer;
	border-radius:3px;
	font-weight:bold;
	font-size: 14px;
	padding:6px 22px 8px 27px!important;
	min-width:105px;
	width:auto;
	margin-bottom:1px;
	margin-top:5px;
	text-align:left;
	
	box-shadow: 0 0 1px rgba(0,0,0,.11), 0 1px 1px rgba(0,0,0,.4), inset 0 1px #fff, inset 0 0 1px rgba(255,255,255,.5);
	background: #d7e8eb url("/local/templates/militarist/images/gui.png") no-repeat -46px -759px;
	background:url("/local/templates/militarist/images/gui.png") no-repeat -46px -759px, -webkit-linear-gradient(bottom, #d7e8eb, #fff);
	background:url("/local/templates/militarist/images/gui.png") no-repeat -46px -759px, -moz-linear-gradient(bottom, #d7e8eb, #fff);
	background:url("/local/templates/militarist/images/gui.png") no-repeat -46px -759px, -o-linear-gradient(bottom, #d7e8eb, #fff);
	background:url("/local/templates/militarist/images/gui.png") no-repeat -46px -759px, -ms-linear-gradient(bottom, #d7e8eb, #fff);
	background:url("/local/templates/militarist/images/gui.png") no-repeat -46px -759px, linear-gradient(to top, #d7e8eb, #fff);
}
.filtren .bt2:hover{
	margin-bottom:0px;	
	color:#0074a4;
	padding:6px 22px 8px 27px!important;
	
	background: #E1F5FB url("/local/templates/militarist/images/gui.png") no-repeat -46px -759px; 
	box-shadow:url("/local/templates/militarist/images/gui.png") no-repeat -46px -759px, 0 0 1px rgba(0,0,0,.11), 0 1px 1px rgba(0,0,0,.4), inset 0 1px #fff, inset 0 0 1px rgba(255,255,255,.5);
	background:url("/local/templates/militarist/images/gui.png") no-repeat -46px -759px, -webkit-linear-gradient(bottom, #E1F5FB, #fff);
	background:url("/local/templates/militarist/images/gui.png") no-repeat -46px -759px, -moz-linear-gradient(bottom, #E1F5FB, #fff);
	background:url("/local/templates/militarist/images/gui.png") no-repeat -46px -759px, -o-linear-gradient(bottom, #E1F5FB, #fff);
	background:url("/local/templates/militarist/images/gui.png") no-repeat -46px -759px, -ms-linear-gradient(bottom, #E1F5FB, #fff);
	background:url("/local/templates/militarist/images/gui.png") no-repeat -46px -759px, linear-gradient(to top, #E1F5FB, #fff);
	margin-bottom:1px;
}
.filtren .bt2:active{
	color:#0074a4;
	margin-bottom:0px;
	padding:7px 22px 7px 27px!important;
	border:none;
	background: #f5faf1 url("/local/templates/militarist/images/gui.png") no-repeat -46px -758px;
	box-shadow: inset 0 1px 1px rgba(28,50,7,.37) !important;
	background:url("/local/templates/militarist/images/gui.png") no-repeat -46px -758px, -webkit-linear-gradient(top, #d7e8eb, #fff);
	background:url("/local/templates/militarist/images/gui.png") no-repeat -46px -758px, -moz-linear-gradient(top, #d7e8eb, #fff);
	background:url("/local/templates/militarist/images/gui.png") no-repeat -46px -758px, -o-linear-gradient(top, #d7e8eb, #fff);
	background:url("/local/templates/militarist/images/gui.png") no-repeat -46px -758px, -ms-linear-gradient(top, #d7e8eb, #fff);
	background:url("/local/templates/militarist/images/gui.png") no-repeat -46px -758px, linear-gradient(to bottom, #d7e8eb, #fff);
	margin-bottom:1px;
}

.info p{
	color:#fff;
	text-shadow:0 1px 1px rgba(113,131,143,.7)
}
.info h2 a,
.info h4 a{
	color:#11161a;
	text-shadow:0 1px 1px rgba(113,131,143,.7)
}
.info .more{color:#6ebfdd;text-shadow:0 1px 0 rgba(13,27,36,.5)}
.buy td{background:rgba(159,226,248,.25)}
.buy td:last-child{
	background:transparent url("/local/templates/militarist/images/arrow_buy.png") no-repeat left center;
	background-size:100% 100%;
}
.buy td .old_price{
	text-shadow:0 1px 1px #fff;
	color:#496771
}
.content_search_box.hnav table tr td:first-child h1{
	color:#C4EAF5;
	text-shadow:0 1px 1px rgba(0,0,0,.7)
}
.social-login .button,
#login input[type="submit"],
.bt3, .bx-auth-service-form div input[type=submit]{
	background: #00afe4;
	background: -moz-linear-gradient(top, #00afe4 0%, #0169b5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00afe4), color-stop(100%,#0169b5));
	background: -webkit-linear-gradient(top, #00afe4 0%,#0169b5 100%);
	background: -o-linear-gradient(top, #00afe4 0%,#0169b5 100%);
	background: -ms-linear-gradient(top, #00afe4 0%,#0169b5 100%);
	background: linear-gradient(to bottom, #00afe4 0%,#0169b5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00afe4', endColorstr='#0169b5',GradientType=0 );
	margin:3px;
	text-align: center;
	text-decoration:none;
	text-shadow:0 1px 1px #006eaf;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	box-shadow:inset 0 1px 1px 0 #4ddff4;
	border-radius:5px;
	border-right:1px solid #0169b5;
	border-top:1px solid #5aace5;
	border-left:1px solid #308ccf;
	border-bottom:1px solid #308ccf;
	padding:10px 15px;
	white-space: nowrap;
} 
.bt3 span{
	background: url(/local/templates/militarist/images/gui.png) no-repeat 0 -751px;
	height:23px;
	width:26px;
	display:inline-block;
	margin-bottom:-7px;
	margin-right:5px;
}
.social-login .button:hover,
#login input[type="submit"]:hover,
.bt3:hover{
	background: #33ace2;
	background: -moz-linear-gradient(top, #33bfe9 0%, #3389d4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#33bfe9), color-stop(100%,#3389d4));
	background: -webkit-linear-gradient(top, #33bfe9 0%,#3389d4 100%);
	background: -o-linear-gradient(top, #33bfe9 0%,#3389d4 100%);
	background: -ms-linear-gradient(top, #33bfe9 0%,#3389d4 100%);
	background: linear-gradient(to bottom, #33bfe9 0%,#3389d4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33bfe9', endColorstr='#3389d4',GradientType=0 );
	box-shadow:inset 0 1px 1px 0 #4ddff4;
	color:#fff;
}
.social-login .button:active,
#login input[type="submit"]:active,
.bt3:active{
	background: #0282db;
	box-shadow:inset 0 0 13px 2px #006bb5;
}
.bt3.incart,
.bt3.incart:hover,
.bt3.incart:active{
	color:#9b9b9b;
	border:none;
	text-shadow:0 2px 1px #fff;
	background:#fff;
	background:-moz-linear-gradient(top,#fff 0%,#eee 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#eee));
	background:-webkit-linear-gradient(top,#fff 0%,#eee 100%);
	background:-o-linear-gradient(top,#fff 0%,#eee 100%);
	background:-ms-linear-gradient(top,#fff 0%,#eee 100%);
	background:linear-gradient(to bottom,#fff 0%,#eee 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff',endColorstr='#eee',GradientType=0);
	box-shadow:0 1px 2px 1px rgba(0,0,0,0.4);
	border-radius:3px
}

.blog_box{
	background:#eff6f7;
	box-shadow:inset 0 5px 8px -3px #a1b7c6, inset 0 12px 0px -3px #fff,inset 0 -20px 5px -17px #a1b7c6;
}
.footer{background:url("/local/templates/militarist/images/blog_bg.png")}
.footer table tr td h4{
	color:#fff;
	text-shadow:0 1px 0 rgba(255,255,255,.5);
	font-size:18px;
	padding-bottom:16px;
	background:url("/local/templates/militarist/images/footer_h4_bg.png") repeat-x bottom
}
.filtren,
.sidebar .vieweditems{border: 8px solid #E1F5FB}
.filtren{background:#daf1f7}
.ui-slider-horizontal{
	background:#a9cbd5;
	border:1px solid #92b0b9
}
input.max-price,
input.min-price{
	border-top:1px solid #8ca3ae;
	border-right:1px solid #9db2bc;
	border-bottom:1px solid #b6c8d2;
	border-left:1px solid #9db2bc
}
.ui-widget-header{background:url("/local/templates/militarist/images/gui.png") 0 -242px repeat-x}
.sidebar .vieweditems .price{background:#e1edf2}
.filtren.compare .catf ul li.active, /* COLORS */
.filtren.compare .catf ul li:hover{ /* COLORS */
	display:block;  /* COLORS */
	background:#e1f5fb;  /* COLORS */
} /* COLORS */
p i.red {
	color: red;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/menu/top/style.css?1578673367626*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/local/templates/.default/components/bitrix/menu/top/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link, 
ul.left-menu li a.selected:visited, 
ul.left-menu li a.selected:active, 
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}



/* End */


/* Start:/local/templates/.default/components/bitrix/menu/main/style.css?1578673367626*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/local/templates/.default/components/bitrix/menu/main/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link, 
ul.left-menu li a.selected:visited, 
ul.left-menu li a.selected:active, 
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}



/* End */


/* Start:/local/templates/militarist/components/webvision/search.title/eshop/style.css?16032740022186*/
div.title-search-result {
	float: left;
	list-style: none;
	padding: 10px 10px 0;
	margin: 0;
	background: #e2e2e2;
	position: absolute;
	left: 0;
	top: 30px;
	z-index: 1;
	display: none;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	/*width:10%;*/
    background: #e2e2e2;
}

table.title-search-result tbody{
    background: #e2e2e2;
    border-bottom: #e2e2e2;
    border-top: #e2e2e2;
    padding-top: 15px;
}

table.title-search-result th {
	padding: 10px 0 9px 50px;
	border-top: solid 1px #d1d1d1;
}

table.title-search-result td {
    background: #e2e2e2;
}

table.title-search-result td.title-search-item {
	margin-bottom: 4px;
	margin-top: -3px;
	display: inline-block;
	padding-left: 100px;
}
table.title-search-result td.title-search-item > div{
	float: left;
	margin: 0 0 0 -95px;
}

table.title-search-result td.title-search-item a{
	padding: 0;
	display: inline;
	height: auto; 
	line-height: 1;
	text-transform: none;
	font-size: 12px; 
	color: #0197c9;
}

table.title-search-result td.title-search-item .title-search-price{
	font-size: 12px;
	color: #494949;
	font-weight: bold;
}
table.title-search-result td.title-search-item a:hover{color:#e83434}
table.title-search-result td.title-search-item img {vertical-align:top}
table.title-search-result td.title-search-item b {font-weight:bold}
table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}
table.title-search-result td.title-search-more a{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	text-align:right;
	padding-right:15px;
}

table.title-search-result td.title-search-all a{
	padding-left:4px;
	text-decoration:underline;
	color:#0073a4;
}
table.title-search-result td.title-search-all a:hover{color:#e83434}
table.title-search-result td.title-search-separator,
table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:2px;
	font-size:4px;
	border-bottom:1px solid #dbe8f1;
}
table.title-search-result tr:first-child .title-search-separator{
	border:none;
}
/* End */


/* Start:/local/templates/militarist/styles.css?16034429587101*/
/*html,body,div,h1,h2,h3,h4,h5,h6,p,img,ul,li,table{margin:0;padding:0;border:0;outline:0 !important;font-size:100%;vertical-align:baseline;background:transparent}
ol,ul{list-style:none}:focus{outline:none !important}
table{border-collapse:collapse;border-spacing:0}
body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;background:url("/local/templates/militarist/images/bg.png")}
a{color:#007acf;cursor: pointer}a:hover{color:#e83434}
a img{border:none}
p{
    font-size:13px;
    color:#3F3F3F;
    padding:5px 0 20px;
    line-height:20px
}*/
.modal-open .modal {
    opacity: 1 !important;
}


button.b24-web-form-popup-btn-5.btn {
    font-size: 20px;
    line-height: 35px;
    padding: 7px 17px;
    margin: 0 0 30px 65px;
    width: 254px;
}

.catalog-item .add-to-basket {
    width: max-content;
    min-width: 216px;
    padding: 7px 14px;
    margin: 0 0 15px;
}

#reviews-statistics .text-center {
    text-align: left;
}

#reviews-statistics .grey-bg {
    padding-left: 20px;
}

#reviews-statistics h3 {
    font-family: 'Trebuchet MS', Arial, Sans-serif;
    color: #4e4e4e !important;
    font-size: 22px;
}

#reviews-statistics .no-reviews-title1 {
    font-size: 18px;
    font-family: 'Trebuchet MS', Arial, Sans-serif;
}

#reviews-statistics .empty-stars, #reviews-statistics .full-stars {
    height: 27px;
}

#reviews-statistics .empty-stars {
    margin: 0 auto 0 0;
}

.add-reviews .spoiler,
.add-comments .spoiler{
    border: none;
    box-shadow: none;
    display: block;
    width: max-content;
    font-family: 'Trebuchet MS', Arial, Sans-serif;
    color: #383838;
    text-transform: uppercase;
    text-decoration: none;
    padding: 12px;
    background: #eaeaea;
    margin-left: 20px;
}

.add-reviews .spoiler-input,
.add-comments .spoiler-input{
     padding: 0;
     color: #383838;
    text-decoration: none;
    font-family: 'Trebuchet MS', Arial, Sans-serif;
    font-size: 15px;
     min-height: auto;
     line-height: 1;
    cursor: pointer;
    background-color: transparent !important;
}

#reviews-statistics .border {
    width: 100%;
    margin-left: 0;
}

.spoiler-reviews-body .review-add-title {
    color: #4e4e4e !important;
}

.rating_selection label:before,
.rating_selection:hover label[for]:before{
    color: #fcd03d;
}

#add_review textarea {
    resize: none;
}

#reviews-body #filter {
    display: none;
}

.add-reviews .success {
    padding: 20px 0;
}

.tab-content .tabs {
    margin-bottom: 30px;
}





/********REF SLIDER CARD************/

.new-items .new-items-content div.itm {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 210px;
    margin: 0 0 10px 20px;
}

.new-items .new-items-content div.itm:first-child {
    margin-left: 0;
}

.new-items .new-items-content .item-name {
    text-align: left;
}

.new-items .new-items-content div.itm a {
    text-decoration: none;
}

.popular div.itm a {
    text-decoration: none;
}

.popular .slick-list.draggable {
    max-width: 80%;
    margin: 0 auto;
}

.popular div.itm.slick-slide {
    margin: 0 8px;
}

.popular div.itm.slick-slide img {
    width: 100%;
}

.slick-track {
    margin: 0 auto 0 0;
}


.recommendations .recently-viewed-slider {
    background-color: transparent;
    border: 1px solid #cecece;
}

.slick-slide img {
    width: 100%;
}

.recommendations  .recently-viewed-slider .img-wrap {
    width: max-content;
}

.recently-viewed-slider a {
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
}

.new-items .new-items-content {
    text-align: left;
    padding: 10px 4em 0;
}


.catalog-item-gallery .window#wait-list-window {
    background: #fff;
    width: auto;
    max-width: 100%;
}

.bs-gallery-window {
    display: block !important;
    position: relative;
    padding: 15px 40px 40px;
}


.recently-viewed-slider .itm {
    padding: 0 10px;
    outline: none;
}

.recommendations .recently-viewed-slider .buy-btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 75px;
}

.tabbable .tab-content .tab-pane {
    visibility: hidden;
    height: 0;
    overflow: hidden;
}

.tabbable .tab-content .tab-pane.active {
    visibility: visible;
    height: auto;
}

.color-viewed-slider {
    border: none;
    padding: 0;
}

.recently-viewed-slider .slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.catalog-lvl2 .itm, .product-catalog.wait-list .itm {
    width: 224px;
    margin: 0 0 20px 18px;
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
}

.catalog-lvl2 .items-container, .product-catalog.wait-list .items-container {
    margin: 0 0 0 -20px;
    padding: 0;
    list-style: none;
    list-style-image: none;
    font-size: 0;
    display: table;
    min-width: 100%;
}


.lt-ie8 .catalog-lvl2 .itm, .lt-ie8 .product-catalog.wait-list .itm{
    display: inline;
    zoom: 1;
}
.catalog-lvl2 .itm a, .product-catalog.wait-list .itm a{
    text-decoration: none;
    outline: none;
}

.catalog-lvl2 .itm, .product-catalog.wait-list .itm{margin-bottom:25px}

.catalog-lvl2 .itm a{
    position:relative;
    display: block;
}
.catalog-lvl2 .itm a .stiker{
    position: absolute;
    font-size: 0;
    left: 0px;
    top: 0px;
    width:90px;
    height:90px;
}
.catalog-lvl2 .itm a .stiker.action{
    z-index:103;
    background: url(/local/templates/militarist/../img/sprite-stikers.png) 0px -120px no-repeat;
}
.catalog-lvl2 .itm a .stiker.qsale{
    z-index:102;
    background: url(/local/templates/militarist/../img/sprite-stikers.png) -189px -120px no-repeat;
}
.catalog-lvl2 .itm a .stiker.itnew{
    z-index:101;
    background: url(/local/templates/militarist/../img/sprite-stikers.png) -95px -120px no-repeat;
}


button.close {
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    height: 35px;
    border: none;
    background: transparent;
    font-size: 34px;
    outline: none;
}






#report-availability-popup .window#wait-list-window {
    padding: 0;
}


#report-availability-popup .window#wait-list-window .wait-list-hdr {
    margin: 0;
    width: 100%;
    max-width: 300px;
    padding: 10px 0;
}


#report-availability-popup .wait-list-form {
    padding: 10px;
}



#report-availability-popup .form-bottom {
    text-align: center;
}

#report-availability-popup img {
    margin: 0 auto;
    display: block;
}


#report-availability-popup .item_title {
    text-align: center;
}


#report-availability-popup h4{
    margin: 0;
    width: 100%;
    max-width: 300px;
    padding: 10px 0;
}

.recommendations-slider.catalog-lvl2 .itm, .product-catalog.wait-list .itm {
    width: 100%;
    margin: 0;
    margin-bottom: 25px;
}

.recommendations-slider.catalog-lvl2 .buy-btn {
    width: max-content;
    padding: 4px 10px;
}



@media (max-width : 980px){

    .catalog-lvl2 .items-container {
        margin: 0 0 0 -2%;
    }
    .catalog-lvl2 .itm{
        width: 48%;
        margin: 0 0 2% 2%;
    }
    .filters-block {
        display: none;
    }
}


@media (max-width : 430px){

    .recently-viewed-slider {
        padding: 20px;
    }

    .recommendations .recently-viewed-slider .img-wrap {
        margin: 0 auto 10px;
    }



}


/* End */


/* Start:/local/templates/militarist/template_styles.css?16107885458569*/
#compare a,
.logout,
.comparison,
.signup{
	color:#5f6a71 !important;
	text-decoration:underline;
	font-weight:normal !important;
	font-size:12px
}
#compare a:hover,
.cart a:hover,
.signin:hover,
.username:hover,
.comparison:hover,
.logout:hover,
.signup:hover{text-decoration:none}
.contactsdata{
	padding-right:21px;
	min-width:150px
}


.table_compare{
	width:728px;
	overflow-x:auto;
	overflow-y:hidden;

	max-height: 1200px !important;
}
.table_compare table tr td img{
	max-width:100px;
	width:auto;
	max-height:100px;
	height:auto;
	padding:10px;
}
.table_compare table tr td{
	position:relative;
	font-size:14px;
	padding:8px 20px;
	text-align:left;
}
.table_compare table tr:nth-child(odd) td{
	background:#fff;
}
.table_compare table tr td:first-child{
	font-weight:bold;
	color:#3d4345;
	white-space: nowrap;
}


/*.modal{
	display:none;
	top:50%;
	left:50%;
	position:fixed;
	z-index:999;
	box-shadow:0 0 10px 0 rgba(0,0,0,0.6);
}*/
#login,
#popupFormSubscribe,
#addItemInCart,
#addItemInSubscribe,
#addItemInCartOptions,
#addItemInCompare{
	background:#fff;
	border-radius:7px;
	padding:10px 10px 25px 10px;
	text-align:center
}
#login{padding:0 10px}
#login input[type=submit]{
	/*margin:15px auto 0 !important;*/
	cursor:pointer
}
#login,
#addItemInCompare{
	min-width:300px;
	margin-left:-160px
}
#addItemInCartOptions,
#addItemInSubscribe,
#addItemInCart{
	width:400px;
	margin-left:-210px
}
#addItemInCartOptions table{width:100%}
#addItemInCartOptions table tr td:first-child{padding:5px}
#addItemInCartOptions .bt1,
#addItemInSubscribe .bt1,
#popupFormSubscribe .bt1,
#addItemInCart .bt1{padding:7px 15px 7px 40px}
#addItemInCartOptions .bt3,
#addItemInSubscribe .bt3,
#popupFormSubscribe .bt3,
#addItemInCart .bt3{padding:7px 15px}
#addItemInCartOptions .sale{
	right:143px;
	font-size:13px;
	color:#E83434;
	position:absolute;
	top:60px
}
#addItemInCartOptions .price_title {font-weight: normal;padding: 0;margin: 0;text-align: right;}
#addItemInCartOptions .choosePropsTitle {font-size: 13px;text-align: left !important;font-weight: bold; padding: 5px;}
#addItemInCart h4,
#addItemInSubscribe h4,
#popupFormSubscribe h4,
#addItemInCompare h4{
	font-size:15px;
	font-weight:bold;
	text-align:center;
	color:#000;
	padding-top:15px;
	padding-bottom:20px
}
#addItemInCart .item_img img,
#addItemInSubscribe .item_img img,
#popupFormSubscribe .item_img img,
#addItemInCompare .item_img img{
	max-width:200px;
	max-height:200px;
	width:auto;
	height:auto
}
#addItemInCartOptions .item_img img{
	max-width:70px;
	max-height:70px;
	width:auto;
	height:auto
}
#addItemInCart .item_title,
#addItemInSubscribe .item_title,
#popupFormSubscribe .item_title,
#addItemInCartOptions .item_title,
#addItemInCompare .item_title{
	color:#1074a1;
	font-size:16px;
	padding-top:15px;
	text-align:center;
	padding-bottom:15px;
}
#addItemInCartOptions .item_price{
	font-size:14px;
	display:block
}
#addItemInCartOptions .item_old_price{
	font-size:14px;
	display:block;
	text-decoration:line-through
}
#login p,
#addItemInCart p,
#addItemInSubscribe p,
#popupFormSubscribe p,
#addItemInCartOptions p,
#addItemInCompare p{
	text-align:center;
	padding:10px 0;
	display:block;
	font-size:13px
}
#addItemInCart .incart,
#addItemInSubscribe .incart,
#popupFormSubscribe .incart,
#addItemInCartOptions .incart,
#addItemInCompare .compare{
text-align:center;
font-size:14px
}
.close.button{
	width:13px;
	height:13px;
	right:10px;
	top:7px;
	cursor:pointer;
	position:absolute
}
.close.button {background:url("/local/templates/militarist/img/gui.png") no-repeat}
.close.button {background-position:-46px -480px}
#login input[type=password]{
	margin-bottom:5px;
	margin-top:2px;
}
#login .rememberme{
	float:right;
	position:relative;
}
#login .rememberme input{
	left:-20px;
	top:-1px;
	position:absolute;
}
#bgmod{
	background:rgba(0,0,0,0);
	display:none;
	min-width:2000px;
	height:100%;
	min-height:2000px;
	position:fixed;
	z-index:998;
	top:0;
	left:0
}

.svwp ul{position:relative;left:-999em}
.slideViewer{
	position:relative;
	overflow:hidden;
	margin:0;
	padding:0;
	background:#fff
}
.slideViewer ul{
	position:relative;
	left:0;
	top:0;
	width:1%;
	list-style-type:none;
	margin:0;
	padding:0
}
.slideViewer ul li{float:left}
.thumbSlider ul{
	list-style-type:none;
	margin:0;
	padding:0;
	height:101px
}
.thumbSlider ul li{
	float:left;
	margin:0;
	height:89px;
	padding-top:10px;
	
	width:88px;
	background:transparent
}      
.slideViewer div > ul > li:before,
.thumbSlider ul li:before{
	content: ""!important;
}
.thumbSlider a{text-decoration:none}
.thumbSlider a img{
	border:none !important;
	display:block;
	margin:0 auto;
	padding:10px 7px 5px 7px
}
.thumbSlider p.tmbrdr{
	position:absolute;
	padding:0;
	border:none !important;
	margin-left:3px
}
.thumbSlider p.tmbrdr:hover{background:url("/local/templates/militarist/images/p_bg.png") no-repeat top right}
.thumbSlider p.tmbrdr.active{background:url("/local/templates/militarist/images/p_bg.png") no-repeat top left}





#popup_n_error{display:none}
.page-header .main-menu .live_search_results{
	float: left;
	list-style: none;
	padding: 0 10px;
	margin: 0;
	background: #e2e2e2;
	position: absolute;
	left: 0;
	top: 30px;
	z-index: 1;
	display: none;
}
.page-header .main-menu .live_search_results li{
	padding: 10px 0 9px 50px;
	border-top: solid 1px #d1d1d1;
}
.page-header .main-menu .live_search_results li:first-child{
	border-top: 0 none;
}
.page-header .main-menu .live_search_results li .preview{
	float: left;
	width: 40px;
	height: 60px;
	margin-left: -50px;
}
.page-header .main-menu .live_search_results a{
	padding: 0;
	display: inline;
	height: auto; 
	line-height: 1;
	text-transform: none;
	font-size: 12px; 
	color: #0197c9;
}
.page-header .main-menu .live_search_results a span{
	color: #0197c9;
	text-decoration: underline;
}
.page-header .main-menu .live_search_results a span.key_word{
	color: #ba961f;
}
.page-header .main-menu .live_search_results a:hover, .page-header .main-menu .live_search_results a:hover span{
	background: none;
	text-decoration: none;
}
.page-header .main-menu .live_search_results .title{
	margin-bottom: 4px;
	margin-top: -3px;
	display: inline-block;
}
.page-header .main-menu .live_search_results .price{
	font-size: 12px;
	color: #494949;
	font-weight: bold;
}
.page-header .main-menu .live_search_results .price small{
	font-size: 11px;
	font-weight: normal;
}
.search div.title-search-result {
    left: 10px !important;
    margin: 6px 0 0 !important;
    padding: 5px 0;
    position: absolute !important;
    top: 100% !important;
    width: calc(100% - 10px) !important;
    z-index: 150;
}

div.title-search-result {
	float: left;
	list-style: none;
	padding: 10px 10px 0;
	margin: 0;
	background: #e2e2e2;
	position: absolute;
	left: 0;
	top: 30px;
	z-index: 1;
	display: none;
}


.cookie-confirm-wrap {
	display: none;
	position: fixed;
	z-index: 1045;
	width: 100%;
	height: auto;
	bottom: 0;
	background: transparent;
	text-align: center;


}
.cookie-confirm {
	position: relative;
	background-color: rgba(253, 243, 0, 1);
	width: 640px;
	height: auto;
	padding-top: 12px;
	padding-bottom: 12px;
	/*display: block;*/
	margin-left: auto;
	margin-right: auto

}
.cookie-confirm p {
	padding-right: 17px;
	padding-left: 17px;
	text-align: justify;
	margin: 0;
}
.cookie-confirm .btn-close {
	color: #656f75;
	border-radius: 50%;
	border: 1px solid #656f75;
	height: 30px;
	width: 30px;
	line-height: 30px;
	margin: 5px;
	padding: 0;
	box-sizing: border-box;
	right: 0;
	overflow: visible;
	cursor: pointer;
	background: transparent;
	-webkit-appearance: none;
	display: block;
	outline: none;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation;
	top: 0px;
	position: absolute;
}
@media screen and (max-width: 768px) {
	.cookie-confirm {
		width: calc(100% - 80px);
	}
}
@media screen and (max-width: 450px) {
	.cookie-confirm {
		width: 100%;
	}
}

.catalog-lvl2 .buy-btn.buy-btn__ua::before{
	content: "КУПИТИ";
}
.slick-slider .buy-btn.buy-btn__ua::before{
	content: "КУПИТИ";
}
.new-items .new-items-content .buy-btn.buy-btn__ua::before{
	content: "КУПИТИ";
}
.catalog-lvl2 .buy-btn.buy-btn_na__ua::before{
	content: "ДЕТАЛЬНІШЕ";
}
.slick-slider .buy-btn.buy-btn_na__ua::before{
	content: "ДЕТАЛЬНІШЕ";
}
.new-items .new-items-content .buy-btn.buy-btn_na__ua::before{
	content: "ДЕТАЛЬНІШЕ";
}

.catalog-lvl2 .buy-btn.buy-btn_na__ru::before{
	content: "ПОДРОБНЕЕ";
}
.slick-slider .buy-btn.buy-btn_na__ru::before{
	content: "ПОДРОБНЕЕ";
}
.new-items .new-items-content .buy-btn.buy-btn_na__ru::before{
	content: "ПОДРОБНЕЕ";
}

/* End */
/* /local/templates/militarist/js/lib/slick/slick.css?16032740021776 */
/* /local/templates/militarist/js/lib/slick/slick-theme.css?16032740023149 */
/* /local/templates/militarist/css/normalize.css?16032740029802 */
/* /local/templates/militarist/css/main.css?1638465933191124 */
/* /local/templates/militarist/css/basket.css?16032886555252 */
/* /local/templates/militarist/css/bootstrapCustom.css?16032740024470 */
/* /local/templates/militarist/colors.css?160327400117406 */
/* /local/templates/.default/components/bitrix/menu/top/style.css?1578673367626 */
/* /local/templates/.default/components/bitrix/menu/main/style.css?1578673367626 */
/* /local/templates/militarist/components/webvision/search.title/eshop/style.css?16032740022186 */
/* /local/templates/militarist/styles.css?16034429587101 */
/* /local/templates/militarist/template_styles.css?16107885458569 */
