

/* Start:/local/templates/strikeart/css/global.css?176253878082900*/
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */

  -ms-text-size-adjust: 100%;
  /* 2 */

  -webkit-text-size-adjust: 100%;
  /* 2 */

}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
* {
  outline: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */

  vertical-align: baseline;
  /* 2 */

}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */

  font: inherit;
  /* 2 */

  margin: 0;
  /* 3 */

}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

  cursor: pointer;
  /* 3 */

}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */

  padding: 0;
  /* 2 */

}
/**
 * Remove default vertical scrollbar in IE 8/9.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
ul,
li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.table-row {
  display: table-row;
}
.i-socnet {
  background-image: url('/local/templates/strikeart/css/../img/i-socnet.png');
  display: inline-block;
  vertical-align: top;
  *display: inline;
  zoom: 1;
}
.i-socnet.i-socnet-i-vk {
  margin-top: 11px;
  margin-left: 1px;
  width: 11px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.i-socnet.i-socnet-i-vk-footer {
  margin-top: 11px;
  margin-left: 1px;
  width: 11px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: -11px 0;
}
.i-socnet.i-socnet-i-youtube {
  margin-top: 6px;
  width: 16px;
  height: 21px;
  background-repeat: no-repeat;
  background-position: -22px 0;
}
.i-socnet.i-socnet-i-youtube-footer {
  margin-top: 6px;
  width: 16px;
  height: 21px;
  background-repeat: no-repeat;
  background-position: -38px 0;
}
.i-nav-mini {
  background-image: url('/local/templates/strikeart/css/../img/i-nav-mini.png');
  /*display: inline-block;*/
  vertical-align: top;
  /**display: inline;*/
  zoom: 1;
  display: block;
  margin: 0 auto;
}
.i-nav-mini:hover {
  background-image: url('/local/templates/strikeart/css/../img/i-nav-mini-hover.png');
}
.i-nav-mini.i-nav-mini-bombshell-mini {
  width: 37px;
  height: 49px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.i-nav-mini.i-nav-mini-grenades-mini {
  width: 32px;
  height: 49px;
  background-repeat: no-repeat;
  background-position: -37px 0;
}
.i-nav-mini.i-nav-mini-mines-mini {
  width: 44px;
  height: 49px;
  background-repeat: no-repeat;
  background-position: -69px 0;
}
.i-nav-mini.i-nav-mini-mortars-mini {
  width: 33px;
  height: 49px;
  background-repeat: no-repeat;
  background-position: -113px 0;
}
.i-nav-mini.i-nav-mini-shots-mini {
  width: 52px;
  height: 49px;
  background-repeat: no-repeat;
  background-position: -146px 0;
}
.i-nav-mini.i-nav-mini-smokes-mini {
  width: 38px;
  height: 49px;
  background-repeat: no-repeat;
  background-position: -198px 0;
}
.i-nav-mini.i-nav-mini-electronics-mini {
  width: 38px;
  height: 49px;
  background: url('/local/templates/strikeart/css/../img/i/electronics.png') no-repeat center center;
  background-size: contain;
}
.goods-nav-light__i--act .i-nav-mini.i-nav-mini-electronics-mini,
.goods-nav-light__lk:hover .i-nav-mini.i-nav-mini-electronics-mini {
  background: url('/local/templates/strikeart/css/../img/i/electronics-hover.png') no-repeat center center;
  background-size: contain;
}
.i-caterogies {
  background-image: url('/local/templates/strikeart/css/../img/i-catigories.png');
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
}
.i-caterogies.i-caterogies-balls {
  width: 19px;
  height: 19px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.i-caterogies.i-caterogies-paint {
  width: 21px;
  height: 21px;
  background-repeat: no-repeat;
  background-position: -19px 0;
}
.i-caterogies.i-caterogies-peas {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: -40px 0;
}
.i-caterogies.i-caterogies-powder {
  width: 19px;
  height: 17px;
  background-repeat: no-repeat;
  background-position: -60px 0;
}
.i-caterogies.i-caterogies-dym {
  width: 32px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
   background-image: url('/local/templates/strikeart/css/../img/dym.png');
}
.categories-nav__lk--act .i-caterogies.i-caterogies-dym, 
.categories-nav__lk:hover .i-caterogies.i-caterogies-dym,
.categories-nav__i--act .i-caterogies.i-caterogies-dym {
  background-image: url('/local/templates/strikeart/css/../img/dymw.png');
}
.i-caterogies.i-caterogies-pu {
  width: 29px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center center;
   background-image: url('/local/templates/strikeart/css/../img/i/pu.png');
}
.categories-nav__lk--act .i-caterogies.i-caterogies-pu, 
.categories-nav__lk:hover .i-caterogies.i-caterogies-pu,
.categories-nav__i--act .i-caterogies.i-caterogies-pu {
  background-image: url('/local/templates/strikeart/css/../img/i/puw.png');
}
.i-goods-big {
  background-image: url('/local/templates/strikeart/css/../img/i/i-goods-big.png');
  display: inline-block;
  vertical-align: top;
  *display: inline;
  zoom: 1;
}
.i-goods-big.i-goods-big-bombshell {
  width: 180px;
  height: 177px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.i-goods-big.i-goods-big-grenades {
  width: 180px;
  height: 177px;
  background-repeat: no-repeat;
  background-position: -180px 0;
}
.i-goods-big.i-goods-big-mines {
  width: 180px;
  height: 177px;
  background-repeat: no-repeat;
  background-position: 0 -177px;
}
.i-goods-big.i-goods-big-mortars {
  width: 180px;
  height: 177px;
  background-repeat: no-repeat;
  background-position: -180px -177px;
}
.i-goods-big.i-goods-big-shots {
  width: 180px;
  height: 177px;
  background-repeat: no-repeat;
  background-position: -360px 0;
}
.i-goods-big.i-goods-big-smokes {
  width: 180px;
  height: 177px;
  background-repeat: no-repeat;
  background-position: -360px -177px;
}
.i-goods-big.i-goods-big-electronics {
  width: 180px;
  height: 177px;
  background: url('/local/templates/strikeart/css/../img/i/electronics.png') no-repeat center center;
  background-size: contain;
}
.i-goods-big.i-goods-big-electronics:hover,
.goods-nav-lst__lk:hover .i-goods-big.i-goods-big-electronics {
  background: url('/local/templates/strikeart/css/../img/i/electronics-hover.png') no-repeat center center;
  background-size: contain;
}
@font-face {
  font-family: 'fontello';
  src: url('/local/templates/strikeart/css/fonts/fontello.eot');
  src: url('/local/templates/strikeart/css/fonts/fontello.eot#iefix') format('embedded-opentype'), url('/local/templates/strikeart/css/fonts/fontello.woff') format('woff'), url('/local/templates/strikeart/css/fonts/fontello.ttf') format('truetype'), url('/local/templates/strikeart/css/fonts/fontello.svg#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('/local/templates/strikeart/css/../font/fontello.svg#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/

  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */

  line-height: 1em;
  /* you can be more comfortable with increased icons size */

  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */

  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */

}
.icon-youtube:before {
  content: '\e800';
}
.icon-vk:before {
  content: '\e802';
}
.icon-facebook:before {
  content: '\e803';
}
.icon-twitter:before {
  content: '\e805';
}
.clsr {
  position: absolute;
  top: 15px;
  right: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  text-align: center;
}
.del {
  width: 25px;
  height: 25px;
  margin: 0 auto;
  cursor: pointer;
  border: 1px solid #c7c7c7;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAALCAQAAADsZ9STAAAAqUlEQVQIHU3BOwtBcRgH4N8gidGmZKFk0slykglJVuX6914Oq5XvZTFJyYLNdzAa3LLodYrieUCNYRV/BpV6C7JVG/n46pYmpkdwQS76GuYQcmm+8TPwAEhGT3KjVC8pZz1TFh+cD658pL08uIifvi+m5mr46UZGS3nKXTb9OD46UdqOjcrkqdHBJQD0YrRS4zZC3FSTnUvALQKTAF/cUeM1eMpz/OGpzN4bfz762t3+MwAAAABJRU5ErkJggg==) no-repeat 50% 50%;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  zoom: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.btn1 {
  
  font-size: 16px;
  line-height: 1;
  padding: 8px 11px;
  cursor: pointer;
  text-align: center;
  color: #5ab74f;
  border: 1px solid;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  zoom: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  
  border-color: #5ab74f;
  background: transparent;
}
.btn1:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
.btn2 {
 
  font-size: 16px;
  line-height: 1;
  padding: 8px 11px;
  cursor: pointer;
  text-align: center;
  color: #5ab74f;
  border: 1px solid;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  zoom: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  
   color: #fff;
  border-color: #4aa341;
  background: #4aa341;
}
.btn2:hover {
  background: #4fbf43;
}
.btn2:active {
  background: #44943b;
}
.btn-file {
  font-size: 14px;
  line-height: 16px;
  position: relative;
  overflow: hidden;
  height: 16px;
  margin: 0 15px 0 10px;
  padding: 0;
  cursor: pointer;
  color: #5ab74f;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
}
.btn-file__hidden {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: none;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.btn-file:hover {
  border-bottom: 1px solid;
}
.btn-file__upload {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
}
.btn-file__upload p {
  font-style: normal;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
  margin: 0 5px 0 0;
}
.btn-file__upload .file-delete {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
  color: #ffa700;
  cursor: pointer;
  font-size: 23px;
  line-height: 1;
}
html,
button,
input,
select,
textarea {
  color: #222;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1.4;
  min-height: 600px;
  padding: 15px 0 0;
  color: #fff;
  background: url('/local/templates/strikeart/css/../img/bg-main_new.png') no-repeat bottom left #000000;
  background-attachment: fixed;
  background-size: calc(50%);
}
body.noScroll {
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100%;
  max-height: 100%;
}
html.noScroll {
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100%;
  max-height: 100%;
}
a {
  text-decoration: none;
  color: #5ab74f;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a:hover {
  color: #5ab74f;
}
html,
body {
  width: 100%;
  height: 100%;
}
/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle;
  border: none;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
@font-face {
  font-family: 'intro_regular';
  font-weight: normal;
  font-style: normal;
  src: url('/local/templates/strikeart/css/fonts/Intro.eot');
  src: url('/local/templates/strikeart/css/fonts/Intro.eot?#iefix') format('embedded-opentype'), url('/local/templates/strikeart/css/fonts/Intro.ttf') format('truetype');
}
@font-face {
  font-family: 'intro';
    src: url('/local/templates/strikeart/css/fonts/8439.eot');
    src: url('/local/templates/strikeart/css/fonts/8439.eot') format('embedded-opentype'),
         url('/local/templates/strikeart/css/fonts/8439.woff2') format('woff2'),
         url('/local/templates/strikeart/css/fonts/8439.woff') format('woff'),
         url('/local/templates/strikeart/css/fonts/8439.ttf') format('truetype'),
         url('/local/templates/strikeart/css/fonts/8439.svg#8439') format('svg');
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.customSl {
  line-height: 30px;
  position: relative;
  width: 100%;
  height: 32px;
  margin: 0 0 15px;
  padding: 0 17px 0 15px;
  cursor: pointer;
  color: #a8a8a8;
  border: 1px solid #636763;
  background: transparent;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  zoom: 1;
}
.customSl:after {
  font-size: 11px;
  position: absolute;
  top: 1px;
  right: 10px;
  width: 10px;
  height: 28px;
  content: '▼';
  color: #636763;
}
.customSl_dd {
  font-size: 12px;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 100%;
  height: 29px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: none;
  background-color: #1f251f;
  box-shadow: none;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -webkit-appearance: none;
}
.customSl_dd_i {
  font-size: 14px;
  display: block;
  zoom: 1;
  height: 27px;
  padding-top: 7px;
  padding-right: 15px;
  color: black;
  color: #fff;
  background-color: #1f251f;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  -webkit-appearance: none;
}
.it,
.txarea {
  margin: 0 0 15px;
  padding: 10px 20px;
  resize: none;
  border: 1px solid #b8bbb9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.it-transparent {
  padding: 5px 15px 6px;
  color: #a8a8a8;
  border: 1px solid #636763;
  background: transparent;
}
.it-wrap {
  position: relative;
}
.it-strik {
  font-size: 16px;
  font-style: normal;
  line-height: 1;
  position: absolute;
  top: 10px;
  right: 8px;
  color: #636763;
}
.txarea-transparent {
  width: 100%;
  padding: 5px 15px 6px;
  color: #a8a8a8;
  border: 1px solid #636763;
  background: transparent;
}
.customIt {
  font-size: 0;
  line-height: 0;
  position: absolute;
  z-index: -1;
  float: right;
  overflow: hidden;
  zoom: 1;
  width: 0;
  height: 0;
  margin-top: 0;
  padding: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.customLbl {
  margin: 0;
  padding: 0 0 0 30px;
  cursor: pointer;
  color: #a8a8a8;
  background-repeat: no-repeat;
  background-position: 0 2px;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  zoom: 1;
}
.customLbl_txbd {
  border-bottom: 1px dotted;
}
.customIt-check + .customLbl {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAATCAQAAADVR44AAAAAaElEQVR4Ae3ToQoCQQAG4d8rWkzCgWAQFAxiXKMrGAzi+z/OJ2I+d6sgUyfOJDE4uHlO8FBtRCKKs6VMMFi52kuMqkG+snA3j6OdNCnWcbJtq2/rr/6W2t+A0cWsr6woSqPX+um1+4IXiRyg7KrVepwAAAAASUVORK5CYII=');
  background-position: 0 50%;
}
.customIt-check:checked + .customLbl {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAATCAQAAAA6heU+AAAAuElEQVR4AaXSIU4EMRQG4Ec2QWG2Gkc2s0FxBQ6A5RjFgSLsHUjQXKCOA+wN0BwAMQIxu3bCR4IYNaWT8H5T8Ym+v40IG8WgNoNiI0KnlyVRSZL1ulDciUYelDBITZgcA7Eg/obXVm144tG3l3l4OZ1OvWKU5+CT0a0Qkj2ObubvuOOXXvjAp6vKMhP9wrvz6tYT5c1Zu56dZ6vFPf4LLnzrZb/nXglbvWxdRWtZbxtCpziozUHRiR+Q0NdAPbEHUgAAAABJRU5ErkJggg==');
  background-position: 0 50%;
}
.customIt-radio + .customLbl {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAMAAAAMs7fIAAAANlBMVEUAAADZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dn////19fX8/Pzq6urn5+f39/fOxWVqAAAADHRSTlMA525b7Qz8un/AEMEtthAEAAAAYklEQVQY02WQWxaAIAhEwbeGaPvfbEV6tLjf98DMwIM32QWXjYeBxVaZuDa0IKRe6aX2JEZnmnC/LY9iTMsVMI12moEoypIiINMOIwT6ErSj7+hfvzynKzqz7qW7j32Otc8FNbQKZ+uXrUUAAAAASUVORK5CYII=');
}
.customIt-radio:checked + .customLbl {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAMAAAAMs7fIAAAAP1BMVEUAAADZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dn///8BAQH29vb8/Pzq6urn5+epqakrKyspKSmBHEBGAAAADHRSTlMA6VsM/Lp/cWzAEMFQ0FIjAAAAcklEQVQY02WQSQ7AIAwDk0J3EqDw/7e2LiAOmZNlWc5CwO0nez53R52Fk8YQNfHSjC1raGje/kSOYRDzl3KsYaJ80ZGgniLlgUgHrQpDACxdidFSBBQ0MXlkpQHpbcb2jFlVap9l97E727vs7f0/9/zPC5RfCwTih/bIAAAAAElFTkSuQmCC');
}
.customIt-radiotab + .customLbl {
  font-size: 14px;
  line-height: 1;
  padding: 7px 13px;
  cursor: pointer;
  color: #000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.customIt-radiotab:checked + .customLbl {
  color: #fff;
  background: #666;
}
.inn {
  max-width: 944px;
  margin: 0 auto;
  padding: 0 40px;
}
.inn.center {
  text-align:center;
}
.content-top {
  padding: 0 0 50px;
}
.content-white {
  padding: 90px 0 90px;
  color: #191e19;
  background: #fff;
}
.content-background-grey {
  padding: 90px 0 0;
  background: url('/local/templates/strikeart/css/../img/bg-main_new.png') no-repeat bottom right #000000;
  background-attachment: fixed;
  background-size: calc(50%);
}
.content-grey {
  padding: 90px 0;
  background: #18181a;
}
.content-grey--light {
  background: #3a3f3d;
}
.section-desc {
  font-size: 19px;
  margin: 0 0 30px;
  padding: 0 2%;
  text-align: center;
}
.slides-fade {
  margin: 75px 0 200px;
}
.slides-fade__l {
  float: left;
  width: 50%;
  text-align: center;
}
.slides-fade__r {
  float: left;
  width: 50%;
}
.slides-fade__n {
  font-family: 'intro_regular';
  font-size: 68px;
  line-height: 1.1;
  margin: 0 0 15px -25px;
  text-transform: uppercase;
  color: #ffa700;
  border-width: 25px 25px 25px 28px;
  border-style: solid;
  -webkit-border-image: url('/local/templates/strikeart/css/../img/border.png') 25 25 25 28 repeat;
  -moz-border-image: url('/local/templates/strikeart/css/../img/border.png') 25 25 25 28 repeat;
  -o-border-image: url('/local/templates/strikeart/css/../img/border.png') 25 25 25 28 repeat;
  border-image: url('/local/templates/strikeart/css/../img/border.png') 25 25 25 28 fill repeat;
  behavior: url(/local/templates/strikeart/css/PIE.htc);
  display: inline-block;
  vertical-align: top;
  *display: inline;
  zoom: 1;
}
.slides-fade__img {
  max-width: 100%;
  height: auto;
  margin: 0 30px 0 0;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  zoom: 1;
}
.slides-fade__tl {
  font-size: 20px;
  max-width: 310px;
  margin: 0 0 50px;
  color: #fff;
}
.slides-fade__btn {
  font-size: 20px;
  font-weight: bold;
  padding: 20px 30px;
}
.slides-fade .slick-slide {
  height: auto;
}
h1,
.h1 {
  font-family: 'intro_regular';
  font-size: 48px;
  line-height: 1;
  position: relative;
  margin: 0 0 50px;
  text-align: center;
  text-transform: uppercase;
  color: #4e5551;
}
h1--white,
.h1--white {
  color: #fff;
}
h1--yellow,
.h1--yellow {
  color: #f8d14c;
}
h1--m30,
.h1--m30 {
  margin-bottom: 30px;
}
h1--mt70,
.h1--mt70 {
  margin-top: 70px;
}
.h2 {
  font-family: 'intro_regular';
  font-size: 28px;
  line-height: 1.2;
  margin: 0 0 25px;
  text-align: center;
  text-transform: uppercase;
  color: #4e5551;
}
.box-width {
  max-width: 100%;
}
.grid-1col {
  width: 100%;
  margin: 0 0 15px;
}
.grid-2col__i {
  float: left;
  width: 50%;
}
.grid-2col__inn {
  padding: 0 55px 0 0;
}
.grid-3col__i {
  float: left;
  width: 31.42856%;
  margin-left: 2.8571429%;
}
.grid-3col__i--2colspan {
  width: 65.7142629%;
}
.grid-3col__i:nth-child(3n+1) {
  margin-left: 0;
}
.grid-4col__i {
  float: left;
  width: 25%;
}
.grid-4col__inn {
  padding: 0 30px 0 0;
}
.grid-4col__lk {
  position: relative;
  display: block;
}
.grid-4col__img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.grid-4col__n {
  font-family: 'intro_regular';
  font-size: 28px;
  line-height: 1.2;
  display: block;
  margin: 30px 0 10px;
  text-transform: uppercase;
}
.grid-4col__tx {
  color: #191e19;
  line-height: 1.6;
}
.grid-4col__top {
  position: relative;
  display: block;
  min-height: 190px;
}
.grid-4col__bottom {
  display: block;
}
.cnt-article .h1 {
  color: #fff;
}
.cnt-video {
  padding: 90px 0;
  background: rgba(24, 24, 26, 0.79);
}
.cnt-video .h1 {
  color: #ffa700;
}
.article-box {
  margin: 0 0 90px;
}
.article-box__img {
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.article-box__l {
  float: left;
  width: 120px;
}
.article-box__r {
  padding: 0 0 0 140px;
}
.article-box__lk {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}
.article-box__n {
  overflow: hidden;
  height: 71px;
  margin: 0 0 15px;
}
.video-box__img {
  max-width: 100%;
}
.news-box__tl {
  font-size: 19px;
  font-weight: 700;
}
.news-box__tx {
  font-size: 14px;
  line-height: 1.8;
  margin: 15px 0 0;
  color: #fff;
}
.news-box--center {
  text-align: center;
  border-width: 25px 25px 25px 28px;
  border-style: solid;
  -webkit-border-image: url('/local/templates/strikeart/css/../img/border.png') 25 25 25 28 repeat;
  -moz-border-image: url('/local/templates/strikeart/css/../img/border.png') 25 25 25 28 repeat;
  -o-border-image: url('/local/templates/strikeart/css/../img/border.png') 25 25 25 28 repeat;
  border-image: url('/local/templates/strikeart/css/../img/border.png') 25 25 25 28 fill repeat;
  behavior: url(/local/templates/strikeart/css/PIE.htc);
}
.grid-2col-458__i {
  float: left;
  width: 48.516949%;
}
.grid-2col-458__i:nth-child(2n) {
  float: right;
}
.subcribe-form {
  text-align: center;
}
.subcribe-form__it {
  font-size: 20px;
  line-height: 66px;
  width: 360px;
  height: 66px;
  margin-right: 25px;
  padding: 0 20px;
  border: 1px solid #b8bbb9;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.subcribe-form__btn {
  font-size: 20px;
  font-weight: 700;
  padding: 23px 30px;
  background: none;
}
.sticker {
  font-family: 'intro_regular';
  font-size: 18px;
  line-height: 1;
  position: absolute;
  right: 5px;
  bottom: -30px;
  text-transform: uppercase;
  color: #5ab74f;
  border-width: 13px 13px 13px 13px;
  border-style: solid;
  -webkit-border-image: url('/local/templates/strikeart/css/../img/borders/sticker-green.png') 13 13 13 13 repeat;
  -moz-border-image: url('/local/templates/strikeart/css/../img/borders/sticker-green.png') 13 13 13 13 repeat;
  -o-border-image: url('/local/templates/strikeart/css/../img/borders/sticker-green.png') 13 13 13 13 repeat;
  border-image: url('/local/templates/strikeart/css/../img/borders/sticker-green.png') 13 13 13 13 fill repeat;
  behavior: url(/local/templates/strikeart/css/PIE.htc);
}
.sticker--hit {
  position: absolute;
  color: #ffab00;
  -webkit-border-image: url('/local/templates/strikeart/css/../img/borders/sticker-orange.png') 13 13 13 13 repeat;
  -moz-border-image: url('/local/templates/strikeart/css/../img/borders/sticker-orange.png') 13 13 13 13 repeat;
  -o-border-image: url('/local/templates/strikeart/css/../img/borders/sticker-orange.png') 13 13 13 13 repeat;
  border-image: url('/local/templates/strikeart/css/../img/borders/sticker-orange.png') 13 13 13 13 fill repeat;
}
.discussion-box {
  line-height: 1.7;
  margin: 25px 0 0;
  border-bottom: 1px solid #595e59;
}
.discussion-box--reply {
  margin-left: 50px;
  border-bottom: none;
}
.discussion-box--reply .discussion-box__tx {
  color: #808783;
}
.discussion-box__date {
  margin-right: 5px;
  color: #808783;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  zoom: 1;
}
.discussion-box__name {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  zoom: 1;
}
.discussion-box__tx {
  margin: 5px 0 25px;
}
.discussion-box:last-child {
  border-bottom: none;
}
.pager__i {
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
}
.pager__lk {
  font-size: 18px;
  line-height: 37px;
  display: block;
  width: 37px;
  height: 37px;
  text-align: center;
  border: 1px solid #4fbf43;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.pager__lk--active,
.pager__lk:hover {
  background: rgba(44, 90, 40, 0.25);
}
.pager__lk--dotted {
  border: none;
}
.pager__lk--dotted:hover {
  background: none;
}
.counter {
  font-size: 0;
  width: 122px;
  height: 32px;
  border: 1px solid #636763;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  zoom: 1;
}
.counter-btn {
  font-size: 20px;
  line-height: 32px;
  width: 30px;
  margin: 0;
  padding: 0;
  color: #5ab74f;
  border: none;
  background: none;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
}
.counter-btn[disabled] {
  color: #ccc;
}
.counter-it {
  font-size: 16px;
  line-height: 32px;
  width: 60px;
  text-align: center;
  color: #fff;
  border: none;
  background: none;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media screen and (max-width: 980px) {
  .h1,
  h1 {
    font-size: 40px;
  }
  .h1--mt70,
  h1--mt70 {
    margin-top: 0;
  }
  .slides-fade {
    margin: 25px 0 180px;
  }
  .slides-fade__n {
    font-size: 72px;
  }
  .grid-4col__i {
    width: 33.3%;
  }
  .grid-4col__i:last-child {
    display: none;
  }
  .news-box .grid-3col__i {
    width: 47.14284%;
  }
  .news-box .grid-3col__i:last-child {
    display: none;
  }
}
@media screen and (max-width: 725px) {
  .slides-fade__r {
    padding-left: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .slides-fade__n {
    font-size: 45px;
    margin-left: 0;
    border-width: 24px 24px 25px 23px;
    -webkit-border-image: url('/local/templates/strikeart/css/../img/borders/price.png') 24 24 25 23 repeat;
    -moz-border-image: url('/local/templates/strikeart/css/../img/borders/price.png') 24 24 25 23 repeat;
    -o-border-image: url('/local/templates/strikeart/css/../img/borders/price.png') 24 24 25 23 repeat;
    border-image: url('/local/templates/strikeart/css/../img/borders/price.png') 24 24 25 23 fill repeat;
    behavior: url(/local/templates/strikeart/css/PIE.htc);
  }
  .slides-fade__n-inn {
    margin: -7px;
  }
  .slides-fade__tl {
    margin: 0 0 25px;
  }
  .slides-fade__img {
    max-width: 90%;
  }
  .grid-4col__i {
    margin: 0 0 30px;
  }
  .grid-4col__i:last-child {
    display: none;
  }
  .grid-4col__n {
    font-size: 18px;
  }
}
@media screen and (max-width: 540px) {
  .content {
    padding: 0 0 30px;
  }
  .content-background-grey {
    padding: 50px 0 0;
  }
  .content-grey,
  .content-white {
    padding: 50px 0 30px;
  }
  .btn1,
  .btn2 {
    font-size: 12px;
  }
  .h1,
  h1,
  .h2 {
    font-size: 20px;
    margin: 0 0 40px;
  }
  .inn {
    padding: 0 30px;
  }
  .grid-3col__i {
    font-size: 12px;
    width: 100%;
    margin: 0 0 30px;
  }
  .grid-3col__i:last-child {
    display: none;
  }
  .news-box .grid-3col__i {
    width: 100%;
  }
  .grid-2col__i {
    width: 100%;
    margin: 0 0 30px;
  }
  .grid-2col__inn {
    padding: 0;
  }
  .grid-2col-458__i {
    width: 100%;
  }
  /*.grid-2col-458__i:last-child {
    display: none;
  }*/
  .grid-4col__top {
    float: left;
    width: 90px;
    min-height: 90px;
  }
  .grid-4col__bottom {
    padding-left: 110px;
  }
  .grid-4col__img {
    margin: 0;
  }
  .grid-4col__tx {
    font-size: 12px;
  }
  .grid-4col__n {
    margin: 0 0 5px;
  }
  .grid-4col__inn {
    padding: 0;
  }
  .grid-4col__i {
    width: 100%;
  }
  .sticker {
    font-size: 14px;
    top: 0;
    right: 0;
    bottom: 60px;
    border-width: 10px 10px 10px 10px;
    -webkit-border-image: url('/local/templates/strikeart/css/../img/borders/sticker-green.png') 10 10 10 10 repeat;
    -moz-border-image: url('/local/templates/strikeart/css/../img/borders/sticker-green.png') 10 10 10 10 repeat;
    -o-border-image: url('/local/templates/strikeart/css/../img/borders/sticker-green.png') 10 10 10 10 repeat;
    border-image: url('/local/templates/strikeart/css/../img/borders/sticker-green.png') 10 10 10 10 fill repeat;
  }
  .sticker--hit {
    -webkit-border-image: url('/local/templates/strikeart/css/../img/borders/sticker-orange.png') 10 10 10 10 repeat;
    -moz-border-image: url('/local/templates/strikeart/css/../img/borders/sticker-orange.png') 10 10 10 10 repeat;
    -o-border-image: url('/local/templates/strikeart/css/../img/borders/sticker-orange.png') 10 10 10 10 repeat;
    border-image: url('/local/templates/strikeart/css/../img/borders/sticker-orange.png') 10 10 10 10 fill repeat;
  }
  .subcribe-form {
    padding: 0 0 20px;
  }
  .subcribe-form__it {
    font-size: 12px;
    line-height: 40px;
    width: 100%;
    height: 40px;
    margin: 0 0 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .subcribe-form__btn {
    font-size: 14px;
    padding: 10px 15px;
  }
  .news-box__tl {
    font-size: 12px;
  }
  .news-box__tx {
    font-size: 12px;
  }
  .slides-fade {
    margin: 30px 0 100px;
  }
  .slides-fade__btn {
    font-size: 12px;
    padding: 10px 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .slides-fade__tl {
    font-size: 12px;
    margin: 0 0 15px;
  }
  .slides-fade__n {
    font-size: 32px;
  }
  .article-box {
    margin: 0 0 10px;
  }
  .article-box__lk {
    font-size: 12px;
  }
  .article-box__l {
    width: 85px;
  }
  .article-box__r {
    padding: 0 0 0 115px;
  }
  .article-box__img {
    max-width: 100%;
    height: auto;
  }
  .article-box__n {
    height: 56px;
  }
  .cnt-video {
    padding: 50px 0;
  }
  .discussion-box--reply {
    margin-left: 20px;
  }
}
/*.logo {
  font-size: 13px;
  display: block;
  float: left;
  width: 180px;
  height: 10px;
  margin: 0 0 0 -31px;
  padding: 65px 0 0 75px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  background: url('/local/templates/strikeart/css/../img/logo.svg') no-repeat 0 0;
  background-size: 253px auto;
}*/
.logo {
  font-size: 13px;
  display: block;
  float: left;
  width: 233px;
  height: 102px;
  margin: 0;
  padding: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  background: url('/local/templates/strikeart/css/../img/strikeart_logo2024.svg') no-repeat 0 0;
  background-size: cover;
}
.logo:hover {
  color: #fff;
}
.header {
  max-width: 944px;
  margin: 0 auto;
  padding: 0 40px;
}
.header__inn {
  border-bottom: 1px solid #565d56;
}
.header__r {
  float: right;
  text-align: right;
}
.header__r + .header__r {
  margin: 0 0 0 12px;
}
.header__r + .header__r .contacts {
  margin: 20px 0 8px;
}

.header__r .contacts__recall {
  font-size: 16px;
  padding-bottom: 2px;
  border-bottom: 1px solid #5ab74f;
}

.header-socnet {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
}
.header-socnet__i {
  line-height: 35px;
  width: 34px;
  font-size: 20px;
  height: 34px;
  margin: 0;
  text-align: center;
  border: 1px solid #5ab74f;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.header-socnet__lk {
  line-height: 35px;
  font-size: 20px;
}
.contacts {
  margin: 17px 0 7px;
}
.contacts__phone {
  font-size: 20px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
}
.for_shops_btn {
  margin: 0 15px 0 21px;
  vertical-align: middle;
}
.shop-info {
  margin: 0;
  padding: 0;
}
.shop-info__i {
  font-size: 16px;
  margin-left: 12px;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
}
.shop-info__i--act .shop-info__lk {
  color: #fff;
  border-color: #fff;
}
.shop-info__lk {
  padding-bottom: 24px;
  border-bottom: 4px solid transparent;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  zoom: 1;
}
.shop-info__lk:hover {
  color: #fff;
  border-color: #fff;
}
.menu-icon {
  display: none;
  float: right;
  width: 30px;
  height: 24px;
  margin: 26px 0 0;
  cursor: pointer;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAYAQMAAADXp9/8AAAABlBMVEUAAABat0+Jq3bXAAAAAXRSTlMAQObYZgAAABNJREFUCNdj+P///x90Ai+gjg4ALaMvrYQWPQsAAAAASUVORK5CYII=') no-repeat 0 0;
}
/* ==========================================================================
   Навигации .nav
   ========================================================================== */
.nav {
  position: fixed;
  z-index: 1025;
  top: 100px;
  right: 0;
  bottom: 0;
  display: none;
  overflow: auto;
  width: 320px;
  margin: 0;
  padding: 25px 0 20px;
  background: #18181a;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.nav-list__i:last-child .nav-list__lk {
  padding-bottom: 0;
  border-bottom: none;
}
.nav-list__lk {
  display: block;
  margin: 0 50px;
  padding: 23px 0;
  color: #5ab74f;
  border-bottom: 1px solid #545455;
}
.nav-list__lk.active {
  padding-bottom: 0;
  color: #fff;
  border-bottom: none;
}
.nav-list-sub {
  margin: 10px 0;
}
.nav-list-sub__lk {
  display: block;
  padding: 10px 50px 10px 70px;
  color: #ffa700;
}
.nav-list-sub__lk:hover,
.nav-list-sub__lk:active {
  color: #fff;
  background: #2f2f31;
}
@media screen and (max-width: 999px) {
  body {
    background-size: cover;
    background-position: bottom center;
  }
  .content-background-grey {
    background-size: cover;
    background-position: bottom center;
  }
  .for_shops_btn,
  .header-socnet,
  .shop-info {
    display: none;
  }
  .for_shops_btn_mobile {
    margin: 40px 50px 0;
    padding: 23px 0;
    display: block;
  }
  .header {
    margin: 0 auto 40px;
  }
  .header__inn {
    padding: 0;
  }
  .menu-mobile {
    display: block;
  }
  .contacts {
    float: left;
    margin: 10px 10px 0 0;
  }
  /*.logo {
    font-size: 11px;
    line-height: 1.3;
    width: 84px;
    height: 25px;
    margin: 0 0 0 -31px;
    padding: 25px 0 0 242px;
    background-size: 230px auto;
  }*/
  .logo {
    width: 136px;
    height: 88px;
    background-size: contain;
  }
  .header__r + .header__r .contacts {
    margin: 18px 0 0px;
  }
  .contacts__phone {
    font-size: 14px;
  }
  .header__r .contacts__recall {
    font-size: 14px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 540px) {
  body {
    padding: 5px 0 0;
  }
  .nav {
    top: 53px;
  }
  .header {
    padding: 0 30px;
  }
  .header__inn {
    padding: 0;
  }
  .menu-mobile {
    width: 18px;
    height: 14px;
    margin: 33px 0 0;
    background-size: 18px auto;
  }
  .for_shops_btn {
    margin: 0 6px 0 16px;
  }
}
.goods-nav {
  padding: 0 0 20px;
}
.goods-nav-lst {
  padding: 0;
}
.goods-nav-lst__i {
  float: left;
  width: 33.3%;
  margin: 0 0 70px;
}
.goods-nav-lst__i.goods-nav-lst__i-electronics {
  margin-left: 33.3%;
}
.goods-nav-lst__i:nth-child(3n+2) .goods-nav-lst__box,
.goods-nav-lst__i.goods-nav-lst__i-electronics  .goods-nav-lst__box {
  margin: 0 auto;
}
.goods-nav-lst__i:nth-child(3n) .goods-nav-lst__box {
  float: right;
}
.goods-nav-lst__i:nth-child(3n+1) {
  clear: both;
}
.goods-nav-lst__lk {
  display: block;
  text-align: center;
}
.goods-nav-lst__lk:hover {
  color: #fff;
}
.goods-nav-lst__lk:hover .i-goods-big {
  background-image: url('/local/templates/strikeart/css/../img/i/i-goods-big-hover.png');
}
.goods-nav-lst__inn {
  width: 223px;
  vertical-align: middle;
  border-style: solid;
  border-width: 32px 25px;
  -webkit-border-image: url('/local/templates/strikeart/css/../img/borders/nav.png') 32 25 repeat;
  -moz-border-image: url('/local/templates/strikeart/css/../img/borders/nav.png') 32 25 repeat;
  -o-border-image: url('/local/templates/strikeart/css/../img/borders/nav.png') 32 25 repeat;
  border-image: url('/local/templates/strikeart/css/../img/borders/nav.png') 32 25 fill repeat;
  display: table-cell;
  behavior: url(/local/templates/strikeart/css/PIE.htc);
}
.goods-nav-lst__box {
  display: block;
  width: 223px;
}
.goods-nav-lst__tx {
  font-family: 'intro_regular';
  font-size: 28px;
  line-height: 1.2;
  display: block;
  max-width: 223px;
  margin: 35px 0 0;
  text-transform: uppercase;
}
.goods-nav-lst .i-goods-big {
  margin: -25px;
}
.goods-nav-light {
  margin: 30px 0 80px;
}
.goods-nav-light__lst {
  width: 100%;
  border-bottom: 1px solid #565d56;
  /*display: table;*/
  display: flex;
    justify-content: space-evenly;
}
.goods-nav-light__i {
  vertical-align: middle;
  display: table-cell;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-basis: calc( 100% / 7);
  justify-content: center;
}
.goods-nav-light__i--act .goods-nav-light__tx {
  color: #fff;
}
.goods-nav-light__i--act .goods-nav-light__lk {
  border-color: #fff;
}
.goods-nav-light__i--act .i-nav-mini {
  background-image: url('/local/templates/strikeart/css/../img/i-nav-mini-hover.png');
}
.goods-nav-light__icon.i-nav-mini {
  margin: 0 auto 5px;
}
.goods-nav-light__icon {
  margin: 0 5px 0 0;
  vertical-align: middle;
}
.goods-nav-light__tx {
  font-size: 16px;
  color: #ffa700;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
  text-align: center;
}
.goods-nav-light__lk {
 min-height: 49px;
  padding: 0 0 26px;
  border-bottom: 4px solid transparent;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
  width: 100%;
  text-align: center;
}
.goods-nav-light__lk:hover {
  border-bottom-color: #fff;
}
.goods-nav-light__lk:hover .goods-nav-light__tx {
  color: #fff;
}
.goods-nav-light__lk:hover .i-nav-mini {
  background-image: url('/local/templates/strikeart/css/../img/i-nav-mini-hover.png');
}
.nav-step {
  margin: 0 0 80px;
}
.nav-step__lst {
  text-align: center;
  border-bottom: 1px solid #565d56;
}
.nav-step__i {
  margin: 0 30px;
  color: #ffa700;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
}
.nav-step__i--act .nav-step__lk {
  color: #fff;
  border-color: #fff;
}
.nav-step__lk {
  font-size: 16px;
  padding: 30px 0;
  color: #ffa700;
  border-bottom: 4px solid transparent;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
}
.nav-step__lk:hover {
  color: #fff;
  border-bottom-color: #fff;
}
.categories-nav {
  margin: 0 0 50px;
  border-bottom: 1px solid #565d56;
}
.categories-nav__lst {
  width: auto;
  display: table;
}
.categories-nav__i {
  padding-right: 20px;
  vertical-align: middle;
  display: table-cell;
}
.categories-nav__i--act .categories-nav__tx {
  color: #fff;
}
.categories-nav__i--act .categories-nav__lk {
  border-color: #fff;
}
.categories-nav__i--act .i-caterogies {
  background-image: url('/local/templates/strikeart/css/../img/i-catigories-hover.png');
}
.categories-nav__icon {
  margin: 0 2px 0 0;
  vertical-align: middle;
}
.categories-nav__tx {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
}
.categories-nav__lk {
  height: 20px;
  padding: 0 0 18px;
  border-bottom: 2px solid transparent;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
}
.categories-nav__lk--act,
.categories-nav__lk:hover {
  border-bottom-color: #fff;
}
.categories-nav__lk--act .categories-nav__tx,
.categories-nav__lk:hover .categories-nav__tx {
  color: #fff;
}
.categories-nav__lk--act .i-caterogies,
.categories-nav__lk:hover .i-caterogies {
  background-image: url('/local/templates/strikeart/css/../img/i-catigories-hover.png');
}
@media screen and (max-width: 980px) {
  .goods-nav-lst__tx {
    font-size: 20px;
  }
  .goods-nav-light {
    display: none;
  }
}
@media screen and (max-width: 780px) {
  .goods-nav-lst__img {
    max-width: 90%;
    margin: -20px;
  }
  .goods-nav-lst__box {
    width: 200px;
  }
  .goods-nav-lst__inn {
    width: 200px;
  }
  .nav-step {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .goods-nav-lst__i.goods-nav-lst__i-electronics {
  margin-left: 25%;
}
  .goods-nav-lst__i {
    width: 50%;
  }
  .goods-nav-lst__i:nth-child(3n+2) .goods-nav-lst__box {
    margin: 0 auto;
  }
  .goods-nav-lst__i:nth-child(3n) .goods-nav-lst__box {
    float: left;
  }
  .goods-nav-lst__i:nth-child(2n) .goods-nav-lst__box {
    float: right;
  }
  .goods-nav-lst__i:nth-child(3n+1) {
    float: left;
    clear: none;
  }
  .nav-step {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  .goods-nav-lst__i {
    margin-bottom: 30px;
  }
  .goods-nav-lst__i:nth-child(2n) .goods-nav-lst__box {
    float: none;
  }
  .goods-nav-lst__i:nth-child(3n) .goods-nav-lst__box {
    float: none;
  }
  .goods-nav-lst__inn {
    display: block;
    width: auto;
    margin: 0 10px;
    border-width: 24px 24px 25px 23px;
    -webkit-border-image: url('/local/templates/strikeart/css/../img/borders/price.png') 24 24 25 23 repeat;
    -moz-border-image: url('/local/templates/strikeart/css/../img/borders/price.png') 24 24 25 23 repeat;
    -o-border-image: url('/local/templates/strikeart/css/../img/borders/price.png') 24 24 25 23 repeat;
    border-image: url('/local/templates/strikeart/css/../img/borders/price.png') 24 24 25 23 fill repeat;
    behavior: url(/local/templates/strikeart/css/PIE.htc);
  }
  .goods-nav-lst__lk:hover .goods-nav-lst__inn {
    -webkit-border-image: url('/local/templates/strikeart/css/../img/borders/price-hover.png') 24 24 25 23 repeat;
    -moz-border-image: url('/local/templates/strikeart/css/../img/borders/price-hover.png') 24 24 25 23 repeat;
    -o-border-image: url('/local/templates/strikeart/css/../img/borders/price-hover.png') 24 24 25 23 repeat;
    border-image: url('/local/templates/strikeart/css/../img/borders/price-hover.png') 24 24 25 23 fill repeat;
  }
  .goods-nav-lst__box {
    width: auto;
  }
  .goods-nav-lst .i-goods-big {
    width: 90px;
    height: 88px;
    margin: -15px -10px;
    background-size: 270px auto;
  }
  .goods-nav-lst .i-goods-big.i-goods-big-bombshell {
    background-position: 0 0;
  }
  .goods-nav-lst .i-goods-big.i-goods-big-grenades {
    background-position: -90px 0;
  }
  .goods-nav-lst .i-goods-big.i-goods-big-mines {
    background-position: 0 -89px;
  }
  .goods-nav-lst .i-goods-big.i-goods-big-mortars {
    background-position: -90px -89px;
  }
  .goods-nav-lst .i-goods-big.i-goods-big-shots {
    background-position: -180px 0;
  }
  .goods-nav-lst .i-goods-big.i-goods-big-smokes {
    background-position: -180px -89px;
  }
  .goods-nav-lst .i-goods-big.i-goods-big-electronics{
    background: url('/local/templates/strikeart/css/../img/i/electronics.png') no-repeat center center;
    background-size: contain;
  }
  .goods-nav-lst__tx {
    font-size: 12px;
    margin-top: 10px;
    min-height: 28px;
  }
  .categories-nav__icon {
    display: none;
  }
}
.catalog-lst__i {
  margin: 0 0 80px;
}
.catalog-lst__l {
  float: left;
  width: 46.72489%;
  text-align: center;
}
.catalog-lst__r {
  padding: 0 0 0 53.2751%;
}
.catalog-lst__n {
  font-size: 28px;
  font-family: 'intro_regular';
  text-transform: uppercase;
}
.catalog-lst__img {
  max-width: 100%;
}
.catalog-lst-desc {
  color: #fff;
}
.catalog-lst-desc__r {
  padding: 0;
  margin: 0;
  font-weight: 700;
  margin: 0 0 8px;
}
.catalog-lst-controls {
  border-top: 1px solid #565d56;
  padding: 15px 0 0;
  margin: 25px 0 0;
}
.catalog-lst-controls__i {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  zoom: 1;
  margin: 0 20px 0 0;
}
@media screen and (max-width: 780px) {
  .catalog-lst__img {
    max-width: 85%;
  }
}
@media screen and (max-width: 760px) {
  .catalog-lst__i {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .catalog-lst__l {
    float: none;
    width: 100%;
  }
  .catalog-lst__r {
    padding: 0;
    width: 100%;
  }
  .catalog-lst-desc {
    overflow: hidden;
  }
  .catalog-lst-desc__l {
    float: left;
    clear: both;
    margin-right: 5px;
  }
  .catalog-lst-desc__r {
    float: left;
  }
  .categories-nav__i:first-child {
    display: none;
  }
}
.slidesImg {
  font-size: 0;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 410px;
  text-align: center;
}
.slidesImg img {
  max-width: 100%;
}
.slidesThumbs {
  position: relative;
  width: 100%;
  margin: 12px 0 0;
  border-bottom: 1px solid #565d56;
}
.slidesThumbs_i {
  display: block;
  float: left;
  width: 95px;
  height: 95px;
  padding: 10px 0;
  cursor: pointer;
  text-align: center;
}
.slidesThumbs_i.slick-target {
  position: relative;
  background: rgba(255, 255, 255, 0.1);
}
.slidesThumbs_i.slick-target:after {
  position: absolute;
  z-index: 9;
  bottom: -14px;
  left: 0;
  width: 100%;
  height: 4px;
  content: '';
  background: #fff;
}
.slidesThumbs .slick-list {
  padding-bottom: 14px !important;
}
.slidesThumbs .slick-track {
  margin: 0 auto;
}
.slidesThumbs img {
  max-width: 75px;
  max-height: 75px;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  zoom: 1;
}
.slick-next {
  position: absolute;
  bottom: -35px;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  text-indent: -9999px;
  border: none;
  background-color: transparent;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAMCAYAAABm+U3GAAAAc0lEQVR42p3PMQqAMAyF4Uq9XhePpkvP4AUcu3ql4pC+BwpZSuQF/qUhHzRx7N4WdKCSxOEt2ml5tCJDHRUR7a9RafIxoxOZx0WU0crcTXERXb99gGuogAffxwh4jEp4hKr4wwJUwwNUwptD2wSV8Yv9RQfFkjvHT3EOrQAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slick-next:hover {
  background-color: #ffc852;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAMCAQAAADM8IVNAAAAY0lEQVQoz4XOsQ3AIBQDUSOyHsslDTOwACVzIYpLQ6SA4OPy9ApLwvEQZIzAjZOEIwJ1zwlUIOKEJ8GedwoJL5n8R68vbfiC7vh0QAY36MwPdOCNdqADP9POCwDlSDvP5BV9AaKhu/AQDQq4AAAAAElFTkSuQmCC);
}
.slick-prev {
  position: absolute;
  top: -35px;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  text-indent: -9999px;
  border: none;
  background-color: transparent;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAMCAYAAABm+U3GAAAAb0lEQVR4AZXMsQ2AMAwFUUdhPRpGg4YZsgBlWlaKKIJBv4DKF0tXfesZuX4u2TtU9iwqfBBUva4qwQlaBH4rET6CXgrhFG3erBrBOaqd4oMoxzEK8ekHc5TjDB3H8zMkbwcowmWldxC+ETTAV1l2A6sFX2niHzs+AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slick-prev:hover {
  background-color: #ffc852;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAMCAQAAADM8IVNAAAAXklEQVR4AW3KsRUCMAzE0Msz67EcNMyQBSgzVx7F4RRpbEntV8/hbx5WXa6Hl0+r806nb7Nypr8cONHtZ747ZyqLuJgyRwr8cTFQ5kyZhzz8KRR5qiEf/i6081cq/QGtSkZ05nnCSQAAAABJRU5ErkJggg==);
}
.product-card {
  margin: 0 0 50px;
}
.product-card__n {
  font-family: 'intro_regular';
  font-size: 86px;
  line-height: 1.1;
  margin: 0 0 30px;
  text-transform: uppercase;
  color: #ffa700;
}
.product-card-prop {
  font-size: 14px;
  margin: 0 0 10px;
  color: #fff;
}
.product-card-price {
  margin: 15px 0 0;
  vertical-align: middle;
  border-width: 24px 24px 25px 23px;
  border-style: solid;
  -webkit-border-image: url('/local/templates/strikeart/css/../img/borders/price.png') 24 24 25 23 repeat;
  -moz-border-image: url('/local/templates/strikeart/css/../img/borders/price.png') 24 24 25 23 repeat;
  -o-border-image: url('/local/templates/strikeart/css/../img/borders/price.png') 24 24 25 23 repeat;
  border-image: url('/local/templates/strikeart/css/../img/borders/price.png') 24 24 25 23 fill repeat;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  zoom: 1;
}
.product-card-price__tl {
  font-size: 14px;
  margin: -10px 0 10px;
}
.product-card-price__val {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: -15px;
}
.product-card-offer {
  margin: 15px 0 0 40px;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
}
.product-card-offer__img {
  margin: 0 10px 0 0;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  zoom: 1;
}
.product-card-offer__tx {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  zoom: 1;
}
.product-desc {
  padding: 0 0 80px;
}
.product-desc__tl {
  font-family: 'intro_regular';
  font-size: 28px;
  margin: 0 0 30px;
  text-transform: uppercase;
}
.product-desc__tx {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}
.product-desc-btn {
  margin: 30px 0 0;
}
.product-desc-btn:before,
.product-desc-btn:after {
  display: table;
  content: ' ';
}
.product-desc-btn:after {
  clear: both;
}
.product-desc-btn__i {
  font-size: 20px;
  font-weight: bold;
  float: left;
  width: 46.7741%;
  padding: 20px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.product-desc-btn__i:nth-child(2n) {
  float: right;
}
.product-desc-btn__i--socnet {
  padding: 11px 0;
}
.product-desc__i {
  float: left;
  width: 48.516949%;
}
.product-desc__i:first-child {
  float: right;
}
.review {
  font-size: 14px;
}
.review__n {
  color: #191e19;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  zoom: 1;
}
.review__date {
  margin: 0 10px 0 0;
  color: #b4b6b5;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  zoom: 1;
}
.review__tx {
  margin: 5px 0 25px;
}
.review-form {
  margin: 40px 0 0;
}
.review-form__it {
  display: block;
  width: 100%;
}
.review-form__txarea {
  display: block;
  width: 100%;
  height: 100px;
}
.product-desc-btn .b-share-icon {
  float: none;
  width: auto;
  height: auto;
  text-align: center;
  background: none;
}
.b-share-icon:before {
  font-family: 'fontello';
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1em;
  display: inline-block;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.b-share-icon_twitter:before {
  font-size: 20px;
  line-height: 35px;
  content: '\e805';
}
.b-share-icon_facebook:before {
  font-size: 20px;
  line-height: 35px;
  content: '\e803';
}
.b-share-icon_vkontakte:before {
  font-size: 20px;
  line-height: 35px;
  content: '\e802';
}
.product-desc-btn .b-share__handle {
  line-height: 35px;
  width: 34px;
  height: 34px;
  margin: 0;
  margin: 0 5px;
  padding: 0 !important;
  text-align: center;
  border: 1px solid #5ab74f;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.content-left {
  float: left;
  width: 215px;
}
.content-left-img {
  margin-bottom: 30px;
}
.content-left-img img {
  max-width: 100%;
}
.content-right {
  padding: 0 0 0 245px;
}
.content-right p {
  font-size: 16px;
  line-height: 1.7;
}
@media screen and (max-width: 780px) {
  .product-card__n {
    font-size: 72px;
  }
  .product-card-offer {
    display: block;
    margin: 35px 0 0 0;
  }
  .product-desc__tl {
    font-size: 20px;
  }
  .product-desc-btn__i.btn1 {
    font-size: 14px;
    padding: 12px 0;
  }
}
@media screen and (max-width: 740px) {
  .contacts-box-download {
    float: none;
    clear: both;
  }
  .contacts-box-list {
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 640px) {
  .product-card .grid-2col-458__i {
    float: none;
    width: 100%;
  }
  .product-card .grid-2col-458__i:nth-child(2n) {
    display: block;
    float: none;
  }
  .product-card__n {
    font-size: 60px;
    margin-top: 70px;
  }
  .product-desc {
    padding: 0;
  }
  .product-desc__i {
    float: none;
    width: 100%;
    margin: 0 0 50px;
  }
  .product-desc__i:first-child {
    float: none;
  }
  .product-desc__i--video {
    margin-bottom: 0;
    text-align: center;
  }
  .product-desc .grid-1col {
    margin: 0 0 30px;
  }
  .content-left {
    float: none;
    width: 100%;
  }
  .content-left-img {
    padding: 0 20px;
    text-align: center;
  }
  .content-right {
    padding: 0 0 40px;
  }
  .content-right p {
    font-size: 14px;
  }
  .news-box--center {
    text-align: left;
    border: none;
  }
  .news-box .news-box__tx {
    margin: 10px 0 0;
  }
  .contacts-box-list {
    font-size: 14px;
  }
  .contacts-box-download__i {
    margin-right: 25px;
  }
  .contacts-box-download__tx {
    font-size: 14px;
  }
  .contacts-box-download__img {
    width: 32px;
    margin-right: 10px;
  }
  .user-data-form__tl {
    font-size: 14px;
    margin: 0 0 15px;
  }
  .user-data-form .grid-3col__i {
    margin-bottom: 0;
  }
  .user-data-form__flds {
    margin-bottom: 0;
  }
  .article-news {
    margin-bottom: 35px;
    padding-bottom: 35px;
  }
  .article-news__date {
    font-size: 12px;
  }
  .article-news__text {
    font-size: 14px;
  }
  .article-news__title {
    font-size: 14px;
    margin: 0 0 0;
  }
  .article-news__blockquote {
    font-size: 14px;
    margin: 30px 0 30px;
    padding: 15px 30px;
  }
  .pager__lk {
    font-size: 14px;
    line-height: 30px;
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 480px) {
  .product-card__n {
    font-size: 30px;
    margin-top: 70px;
    margin-bottom: 15px;
  }
  .product-desc__tl {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .product-desc .grid-2col-458__i {
    margin: 0 0 20px;
  }
  .slidesImg {
    height: 290px;
    padding: 0 40px;
  }
  .slidesImg img {
    max-height: 280px;
  }
  .product-card-offer__img img {
    width: 35px;
  }
}
.user-data-form .it {
  width: 100%;
}
.user-data-form .customSl {
  width: 100%;
}
.user-data-form__flds {
  margin: 0 0 5px;
}
.user-data-form__tl {
  font-size: 20px;
  margin: 0 0 15px;
}
.user-data-form__btn {
  margin-right: 15px;
  vertical-align: middle;
}
.user-data-form .customLbl {
  margin: 0 0 15px;
}
.user-data-form--multicol {
  margin: 0 0 20px;
}
.user-data-form--multicol .user-data-form__flds {
  margin: 0 0 25px;
}
.order-history {
  font-size: 16px;
  margin: 0 0 30px;
}
.order-history__hd {
  margin: 0 0 10px;
}
.order-history__foot {
  font-weight: bold;
  text-align: right;
}
.order-history__num {
  font-size: 16px;
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
}
.order-history__date {
  color: #808783;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
}
.order-history-table {
  width: 100%;
  margin: 0 0 10px;
  border-bottom: 1px solid #636763;
  display: table;
}
.order-history-table__row {
  display: table-row;
}
.order-history-table__col {
  padding: 10px 0;
  border-top: 1px solid #636763;
  display: table-cell;
}
.cart {
  font-size: 16px;
  width: 100%;
  margin: 0 0 25px;
  border-bottom: 1px solid #575b55;
  display: table;
}
.cart-row {
  display: table-row;
}
.cart-row--head .cart-cell {
  border-bottom: 1px solid #575b55;
}
.cart-row--head + .cart-row .cart-cell {
  padding-top: 15px;
}
.cart-cell {
  padding: 0 0 15px;
  padding-right: 15px;
  vertical-align: middle;
  display: table-cell;
}
.cart-cell:last-child {
  padding-right: 0;
  text-align: right;
}
.cart-summ {
  text-align: right;
  font-size: 16px;
}
.cart-summ__i {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
  margin-left: 25px;
}
.cart-summ__i strong {
  font-size: 18px;
}
.cart-action {
  margin: 0 0 25px;
}
.cart-action__i {
  margin: 0 0 15px;
}
.cart-action__lbl {
  margin-right: 25px;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
}
.cart-action__sl {
  width: 200px;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
  margin: 0;
}
.wrapper {
  width: 100%;
  height: auto !important;
  height: 100%;
  min-height: 100%;
}
.content {
  padding-bottom: 114px;
  width: 100%;
}
.contacts-box {
  margin: 0 0 45px;
}
.contacts-box-list {
  font-size: 20px;
  line-height: 2;
  float: left;
}
.contacts-box-download {
  float: right;
}
.contacts-box-download__i {
  float: left;
  margin-right: 35px;
}
.contacts-box-download__i:last-child {
  margin: 0;
}
.contacts-box-download__img {
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
}
.contacts-box-download__tx {
  font-size: 16px;
  line-height: 1.5;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
}
.back-link {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  position: absolute;
  left: 0;
  margin: 25px 0 0;
  text-transform: lowercase;
}
.article-news {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #595e59;
}
.article-news--detail {
  padding: 0;
  border-bottom: none;
}
.article-news__img {
  margin: 0 0 45px;
  text-align: center;
}
.article-news__img img {
  max-width: 100%;
}
.article-news__date {
  font-size: 16px;
  margin: 0 0 10px;
  color: #a9aba9;
}
.article-news__title {
  font-family: 'intro_regular';
  font-size: 28px;
  margin: 0 0 20px;
  text-transform: uppercase;
}
.article-news__text {
  font-size: 16px;
  line-height: 2;
}
.article-news__blockquote {
  font-family: 'intro_regular';
  font-size: 24px;
  line-height: 1.7;
  margin: 80px 0 40px;
  padding: 30px 100px;
  text-transform: uppercase;
  border-top: 1px solid #595e59;
  border-bottom: 1px solid #595e59;
}
.footer {
  line-height: 1;
  padding: 38px 0;
  margin: -112px 0 0;
  background: #111112;
}
.footer__l {
  float: left;
}
.footer-logo {
  display: block;
  float: left;
  width: 215px;
  height: 80px;
  margin: -18px 0 0 -21px;
  background: url('/local/templates/strikeart/css/../img/strikeart_logo2024_bottom.svg') no-repeat 0 0;
}
.footer__r {
  float: right;
}
.footer-socnet {
  margin: 20px 0 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
}
.footer-socnet__i {
  margin: 0 0 0 30px;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
}
.footer-socnet__icon {
  line-height: 35px;
  font-size: 20px;
  width: 34px;
  height: 34px;
  margin: 0 5px 0 0;
  text-align: center;
  border: 1px solid #fff;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.footer-socnet .demo-icon {
  color: #fff;
}
.footer-socnet__tx {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
}
.footer-socnet__lk {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
}
@media screen and (max-width: 540px) {
  .footer-socnet__tx {
    display: none;
  }
  .footer-socnet__i {
    margin: 0;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    -webkit-opacity: 0.5;
    opacity: 0.5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    filter: alpha(opacity=50);
  }
  .footer-logo {
    width: 150px;
    height: 40px;
    margin: -3px 0 0 -21px;
    background-size: 150px auto;
  }
  .footer {
    padding: 15px 0;
    margin: -67px 0 0;
  }
  .content {
    padding-bottom: 67px;
  }
}
@charset 'UTF-8';
/* Slider */
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  width: 55px;
  height: 55px;
  margin-top: -40px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: #000;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'fontello';
  font-size: 33px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  position: absolute;
  top: 12px;
  left: 16px;
  display: inline-block;
  width: 18px;
  height: 32px;
  margin: 0;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  color: #d0d0d0;
  speak: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slick-prev:hover,
.slick-next:hover {
  background: #fff;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  color: #000;
}
.slick-prev {
  left: 20px;
}
.slick-prev:before {
  content: '\e802';
}
.slick-next {
  right: 20px;
}
.slick-next:before {
  left: 21px;
  content: '\e805';
}
.slick-dots {
  position: absolute;
  right: 0;
  bottom: -80px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li.slick-active button {
  background: #33632e;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 8px;
  height: 8px;
  padding: 4px;
  cursor: pointer;
  color: transparent;
  border: 2px solid #33632e;
  outline: none;
  background: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.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;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  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;
  height: 100%;
  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;
}
.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: 75px;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.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: 95px;
}
@media screen and (max-width: 540px) {
  .slick-dots {
    bottom: -40px;
  }
}
.mfp-popup {
  width: 300px;
  position: relative;
  margin: 20px auto;
  background-color: #fff;
  padding: 20px 20px 20px 20px;
}
.mfp-wrap * {
  -webkit-backface-visibility: hidden;
}
.auth-form__fld {
  display: none;
}
.auth-form__fld--open {
  display: block;
}
.auth-form__fld .it {
  width: 100%;
}
.auth-form__warn {
  margin: 0 0 25px;
}
.auth-form-title {
  font-size: 20px;
}
.auth-form-tabs {
  font-size: 0;
  margin: 0 0 30px;
  border-bottom: 1px solid #555;
}
.auth-form-tabs__i {
  font-size: 16px;
  line-height: 60px;
  position: relative;
  width: 50%;
  cursor: pointer;
  text-align: center;
  color: #5ab74f;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
}
.auth-form-tabs__i--active {
  color: #fff;
}
.auth-form-tabs__i--active:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 3px;
  content: '';
  background: #fff;
}
/* Magnific Popup CSS */
.mfp-bg {
  width: 100%;
  height: 100%;
  background: #19191a;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
  z-index: 1042;
  top: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  max-width: 900px;
  margin: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #cccccc;
}
.mfp-preloader a:hover {
  color: white;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: none;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: absolute;
  right: 0;
  color: #000;
  top: 0;
  padding: 5% 8%;
  text-align: center;
  font-style: normal;
  font-size: 40px;
}
.mfp-close-btn-in .mfp-close {
  color: #ffa700;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  text-align: right;
}
.mfp-counter {
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  margin: 20px 0 0;
}
.mfp-arrow {
  position: absolute;
  margin: 0;
  top: 50%;
  margin-top: -29px;
  width: 50px;
  height: 58px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mfp-arrow.mfp-arrow-left {
  left: 20px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAA6AgMAAABHbgiZAAAADFBMVEUAAAD/pwD/pwD/pwClMyPBAAAAA3RSTlMA+A7Bq4JsAAAAS0lEQVQoz2OAAhMGGPgPYzBfdYCy+EM/QFm24V+grK/xV2DK6gNgyv46wJR9HerK9sKVIVgIWYQOhCkMtsNL4RdE7CNSBCKVIFIOAGuTXvtr1lheAAAAAElFTkSuQmCC');
}
.mfp-arrow.mfp-arrow-right {
  right: 20px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAA6AgMAAABHbgiZAAAADFBMVEUAAAD/pwD/pwD/pwClMyPBAAAAA3RSTlMA+A7Bq4JsAAAASUlEQVQoz2NgKGCAAuY/MBZrPIxlG34AyqoP/QBlxV+tgbLEv8bDdPyFKWQcZgp/IFgIWbgOhCkIk4e4MlBMY8Q+azxGKkGkHAAYGl2TT2QGGwAAAABJRU5ErkJggg==');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.mfp-card-img .mfp-close {
  top: -10px;
  right: 20px;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -55px;
}
.mfp-iframe-inner {
  max-width: 900px;
  width: 100%;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 35px;
  box-sizing: border-box;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
         * Remove all paddings around the image on small screen
         */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 40px;
    top: 10px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
@media all and (max-width: 540px) {
  .mfp-close {
    font-size: 44px;
    line-height: 44px;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    padding: 0;
  }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/* Prevent callout */
.nocallout {
  -webkit-touch-callout: none;
}
.pressed {
  background-color: rgba(0, 0, 0, 0.7);
}
/* A hack for HTML5 contenteditable attribute on mobile */
textarea[contenteditable] {
  -webkit-appearance: none;
}
/* A workaround for S60 3.x and 5.0 devices which do not animated gif images if
   they have been set as display: none */
.gifhidden {
  position: absolute;
  left: -100%;
}
/*
 * Image replacement
 */
.ir {
  display: block;
  overflow: hidden;
  text-align: left;
  text-indent: -999em;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  direction: ltr;
}
.ir br {
  display: none;
}
/*
 * 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 {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
/*
 * 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 {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/**
 * Clearfix helper
 * Used to contain floats: h5bp.com/q
 */
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.fl-r {
  float: right;
}
.text-center {
  text-align: center;
}

.video_iframe {
  max-width: 100%;
}
/* End */


/* Start:/local/templates/strikeart/serge.css?17625387804081*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 14, 2015, 4:00:53 PM
    Author     : Media
*/

#asd_subscribe_res {

    left: 50%;
    margin-left: -250px;
    position: absolute;
    text-align: center;
    top: -25px;
    width: 500px;
}

#asd_subscribe_res_wr {
    height: 1px;
    position: relative;



}

.mfp-close {
    margin-right: -176px;
    margin-top: -150px;
    right: 50%;
    top: 50%;
    display: none;
}

.page-korzina #auth .mfp-close {

    right: -56px;
    top: -51px;

    margin-right: 0;
    margin-top: 0;
}

.mfp-gallery .mfp-close {
    right: 0;
    top: 0;

    margin-right: 0;
    margin-top: 0;
}

.page-produktsiya .mfp-fade .mfp-close {
margin-right: -460px;
    margin-top: -262px;
}

.page-end-register .content-top div.inn {
    padding-bottom: 30px;
    padding-top: 70px;
    text-align: center;
}

.cart-cell-total {
    
    min-width:106px;
}

.page-podat-ideyu div[id^="comp_"] {
    font-size: 19px;
    text-align: center;
}

.grid-3col__i {
text-align:center;
}


.grid-4col__bottom {
  
    margin-top: 50px;
    text-align: center;
}

.i-goods-big.i-goods-big-grenades {
    background-position: -180px 1px;
	}
        
        
 .header-socnet__i, .footer-socnet__icon {
   border:none;
   border-radius:0;
 }
 
 .header-socnet__i a{
   width:100%;
     height:100%;
     display:block;  
     
 }
 
 
 .header-socnet__i a i{
   width:100%;
     height:100%;
     display:block;  
     background: transparent none no-repeat scroll 0 0 / cover ;
 }
 
 .icon-vk::before, .icon-youtube::before, .icon-instagram::before {
   content:'';  
 }
 
 .footer-socnet i.demo-icon  {
     width:100%;
     height:100%;
     display:block;
     background: transparent none no-repeat scroll 0 0 / cover ;
     
 }
 
 .icon-vk {
     background-image: url('/local/templates/strikeart/svgicons/VK-icon.svg') !important;
 }
 
  .icon-youtube {
     background-image: url('/local/templates/strikeart/svgicons/youTube-icon.svg') !important;
 }
 
  .icon-instagram {
     background-image: url('/local/templates/strikeart/svgicons/instagram-icon.svg') !important;
 }
 
 
  .icon-fb {
     background-image: url('/local/templates/strikeart/svgicons/facebook-icon.svg') !important;
 }
 
 
 .header-socnet__lk .icon-vk {
     background-image: url('/local/templates/strikeart/svgicons/VK-icon2.svg') !important;
 }
 
  .header-socnet__lk .icon-youtube {
     background-image: url('/local/templates/strikeart/svgicons/youTube-icon2.svg') !important;
 }
 
  .header-socnet__lk .icon-instagram {
     background-image: url('/local/templates/strikeart/svgicons/instagram-icon2.svg') !important;
 }
 
  .header-socnet__lk .icon-fb {
     background-image: url('/local/templates/strikeart/svgicons/facebook-icon2.svg') !important;
 }
 

.catalog-lst__i {
    
    min-height: 330px;
}

.article-box__img {
  
    height: 120px;
    width: 120px;
    background: transparent none no-repeat scroll top center/cover;
}

.discussion-box__tx img, .article-news__text img{
max-width:100%;
height:auto;
}

.slides-fade {
    margin: 25px 0 110px;
}

.slidesImg_i {
line-height: 410px;
}

.slides-fade__n-inn {

}




@media screen and (max-width: 780px) {
.product-desc-btn__i.btn1 {
float:none;
width: 50%;
margin-bottom:15px;
font-size:17px;
line-height:35px;
}

}

@media screen and (max-width: 540px) {
    .article-box__img {
  
    height: 85px;
    width: 85px;
   
}

.sticker {
height:16px;
}

.slidesImg_i {
line-height: 290px;
}
    
}

.news-box .grid-3col__i {
    
}

.video.page-daydzhest .grid-2col-458__i {
    margin-bottom: 20px;
}

.slides-simple .slides-fade__l {
    
    width:100%;
   
}

.slides-simple .slides-fade__l{
    
    width:100%;
   
}

.slides-simple .slides-fade__l img{
    
    width:100%;
    height:auto;
    margin-right: 0;
   
}

.slides-fade__tl {
    color:#4e5551;
}

input[name="captcha_word"] {
    margin-bottom: 25px;
}
/* End */


/* Start:/local/templates/strikeart/components/bitrix/menu/topmenu/style.css?1761652146626*/
/* 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/strikeart/components/bitrix/menu/topmenu/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/strikeart/components/bitrix/menu/topmenu_mob/style.css?1761652146626*/
/* 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/strikeart/components/bitrix/menu/topmenu_mob/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/components/strikeart/form/templates/.default/style.css?17625387801276*/
.strikeart-form {
    width: 100%;
    color: #000000;
}
.strikeart-form .form_title {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    padding-bottom: 20px;
    font-weight: bolder;
}
.strikeart-form .form-body__success {
     display: none;
     text-align: center;
     font-size: 16px;
     padding-top: 20px;
}
.strikeart-form .form_body._sent .form-body__success {
    display: block;
}
.strikeart-form .form_body._sent .form-body__data {
    display: none;
}
.strikeart-form .form-body__data .form-row{
    margin-bottom: 10px;
}
.strikeart-form .form-body__data .input input, .strikeart-form .form-body__data .input textarea {
    border: .125rem solid #e7e8e9;
    border-radius: .5rem;
    padding: 1rem .75rem;
    font-weight: 400;
    font-size: 1rem;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    width: calc(100% - 1.5rem);
}
.strikeart-form .form-body__error {
    display: none;
    text-align: center;
    color: red;
    padding-top: 10px;
}
.strikeart-form .btn1 {
    font-size: 18px;
    padding: 16px 20px;
    margin-top: 10px;
}
.strikeart-form .form__error {
    color: red;
}
.strikeart-form .agreement-text {
    font-size: 12px;
}
/* End */


/* Start:/local/templates/strikeart/template_styles.css?17625387802197*/
.fq .user-data-form__flds.properties_name {
	display: none;
}

.include-files-list {
	margin-top: 40px;
	display: flex;
	justify-content: center;
}

.include-files-list-item {
	box-sizing: border-box;
	display: block;
	width: 236px;
	float: left;
	padding: 0 15px;
	height: 67px;
	letter-spacing: -0.3em;
}

.include-files-list-item img {
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
	width: 49px;
	height: 67px;
	letter-spacing: normal;
}

.include-files-list-item span {
	display: inline-block;	
	color: #ffa700;
	vertical-align: middle;
	width: 147px;
	letter-spacing: normal;
}

@media screen and (max-width: 540px) {
	.include-files-list-item {
		width: 100%;
		margin-bottom: 30px;
	}
}

p .notetext {
	color: green;
}

.shops-head {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.shops-head-text {
	font-size: 15px;
	line-height: 1;
}

.shops-select {
	flex-basis: 370px;
}

.shops-select .customSl {
	margin-bottom: 0;
}

.shops-map {
	width: 100%;
	height: 420px;
}

.shop-list {
	border-top: 1px solid #636763;
	border-bottom: 1px solid #636763;
	margin: 35px 0;
	padding-top: 30px;
}

.shop-item {
	margin-bottom: 30px;
}

.shop-name {
	font-size: 23px;
	font-family: 'intro';
}

.shop-adress {
	font-size: 16px;
}

.shop-phones a {
	font-size: 16px;
	color: #fff;
}

.shop-site {
	font-size: 16px;
}

@media screen and (max-width: 540px) {
	.shops-head {
		flex-direction: column;
		align-items: stretch;
	}

	.shops-head-text {
		line-height: 1.4;
		margin-bottom: 10px;
	}

	.shops-select {
		flex-basis: 100%;
	}
}

.grid-3col-new {
	display: flex;
	flex-wrap: wrap;
}

.grid-3col__i-new {
	align-content: center;
	margin-bottom: 15px;
}

.grid-3col__inn-vk {
	height: 100%;
}

.popup-video-vk {
	display: flex;
	height: 100%;
	align-content: center;
	background: #000;
}

.popup-video-vk img {
	flex-basis: 100%;
}

.grid-3col__i.grid-3col__i-new:last-child {
	display: flex;
	flex-wrap: wrap;
}
/* End */
/* /local/templates/strikeart/css/global.css?176253878082900 */
/* /local/templates/strikeart/serge.css?17625387804081 */
/* /local/templates/strikeart/components/bitrix/menu/topmenu/style.css?1761652146626 */
/* /local/templates/strikeart/components/bitrix/menu/topmenu_mob/style.css?1761652146626 */
/* /local/components/strikeart/form/templates/.default/style.css?17625387801276 */
/* /local/templates/strikeart/template_styles.css?17625387802197 */
